+++ date ++ echo 'INFO: =================== Thu Oct 16 02:08:12 AM UTC 2025 ===================' INFO: =================== Thu Oct 16 02:08:12 AM UTC 2025 =================== ++ 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 +++ cut -d / -f 1 +++ command -v ip +++ local nic=ens3 +++ ip addr show dev ens3 +++ grep 'inet ' +++ awk '{print $2}' +++ head -n 1 ++ DEFAULT_LOCAL_IP=10.0.0.73 ++ 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.73 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.73 ++ ANALYTICSDB_NODES=10.0.0.73 ++ ANALYTICS_SNMP_NODES=10.0.0.73 ++ 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.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:8081 ' +++ '[' -n '10.0.0.73:8081 ' ']' +++ echo 10.0.0.73:8081 ++ ANALYTICS_SERVERS=10.0.0.73: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.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:9042 ' +++ '[' -n '10.0.0.73:9042 ' ']' +++ echo 10.0.0.73:9042 ++ ANALYTICSDB_CQL_SERVERS=10.0.0.73:9042 ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.73 ++ 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.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:8086 ' +++ '[' -n '10.0.0.73:8086 ' ']' +++ echo 10.0.0.73:8086 ++ COLLECTOR_SERVERS=10.0.0.73: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.73 ++ CONFIGDB_NODES=10.0.0.73 ++ 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.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:8082 ' +++ '[' -n '10.0.0.73:8082 ' ']' +++ echo 10.0.0.73:8082 ++ CONFIG_SERVERS=10.0.0.73: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.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:9161 ' +++ '[' -n '10.0.0.73:9161 ' ']' +++ echo 10.0.0.73:9161 ++ CONFIGDB_SERVERS=10.0.0.73: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.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:9041 ' +++ '[' -n '10.0.0.73:9041 ' ']' +++ echo 10.0.0.73:9041 ++ CONFIGDB_CQL_SERVERS=10.0.0.73: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.253 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.253 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.73 ++ 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.73 +++ local server_address=10.0.0.73 +++ extended_server_list+=10.0.0.73:2181, +++ '[' -n 10.0.0.73:2181, ']' +++ echo 10.0.0.73:2181 ++ ZOOKEEPER_SERVERS=10.0.0.73: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.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:2181 ' +++ '[' -n '10.0.0.73:2181 ' ']' +++ echo 10.0.0.73:2181 ++ ZOOKEEPER_SERVERS_SPACE_DELIM=10.0.0.73:2181 ++ RABBITMQ_NODES=10.0.0.73 ++ 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.73 +++ local server_address=10.0.0.73 +++ extended_server_list+=10.0.0.73:5673, +++ '[' -n 10.0.0.73:5673, ']' +++ echo 10.0.0.73:5673 ++ RABBITMQ_SERVERS=10.0.0.73: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.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:6379 ' +++ '[' -n '10.0.0.73:6379 ' ']' +++ echo 10.0.0.73:6379 ++ REDIS_SERVERS=10.0.0.73: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.73 ++ 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.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:9092 ' +++ '[' -n '10.0.0.73:9092 ' ']' +++ echo 10.0.0.73:9092 ++ KAFKA_SERVERS=10.0.0.73: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.73 ++ 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.73 ++ 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.73 ++ 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.73 ++ cut -d , -f 1 + local cassandra=10.0.0.73 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.73 9041 + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 + host_ip=0.0.0.0 + is_enabled + local val= + [[ '' == \t\r\u\e ]] + [[ '' == \y\e\s ]] + [[ '' == \e\n\a\b\l\e\d ]] ++ get_listen_ip_for_node CONFIG +++ find_my_ip_and_order_for_node CONFIG +++ local server_typ=CONFIG_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.73 +++ cut -d ' ' -f 1 +++ local servers=10.0.0.73 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ cat /proc/net/fib_trie ++++ awk '/32 host/ { print f } {f=$2}' ++++ grep -vi host ++++ sort ++++ uniq +++ local local_ips=,10.0.0.73,10.20.0.253,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.73'\''))' +++ local server_ip=10.0.0.73 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.73 ]] +++ [[ ,10.0.0.73,10.20.0.253,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.73, ]] +++ echo 10.0.0.73 1 +++ return ++ local ip=10.0.0.73 ++ [[ -z 10.0.0.73 ]] ++ echo 10.0.0.73 + host_ip=10.0.0.73 + [[ cql == \c\q\l ]] ++ echo 10.0.0.73:9041 ++ sed 's/,/ /g' + cassandra_server_list=10.0.0.73:9041 + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.73: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: 10/16/2025 02:08:20.674 7fac49039680 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 10/16/2025 02:08:20.821 7fac49039680 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 10/16/2025 02:08:20.836 7fac49039680 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 10/16/2025 02:08:20.837 7fac49039680 [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.73:8082/ Hit Ctrl-C to quit. 10.0.0.73 - - [2025-10-16 02:08:24] "GET / HTTP/1.1" 503 181 0.000358 10.0.0.73 - - [2025-10-16 02:08:24] "GET / HTTP/1.1" 503 181 0.000158 10.0.0.73 - - [2025-10-16 02:08:25] "GET / HTTP/1.1" 200 45871 0.001540 10.0.0.73 - - [2025-10-16 02:08:25] "GET / HTTP/1.1" 200 45871 0.001045 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.73 - - [2025-10-16 02:08:25] "POST /fqname-to-id HTTP/1.1" 401 292 0.000585 10.0.0.73 - - [2025-10-16 02:08:25] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000221 10.0.0.73 - - [2025-10-16 02:08:26] "GET / HTTP/1.1" 200 35931 0.001657 10.0.0.73 - - [2025-10-16 02:08:26] "GET / HTTP/1.1" 200 35931 0.001504 10.0.0.73 - - [2025-10-16 02:08:26] "POST /fqname-to-id HTTP/1.1" 401 292 0.000427 10.0.0.73 - - [2025-10-16 02:08:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.918426 10.0.0.73 - - [2025-10-16 02:08:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004002 10.0.0.73 - - [2025-10-16 02:08:27] "GET / HTTP/1.1" 200 35931 0.002172 10.0.0.73 - - [2025-10-16 02:08:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.061026 10.0.0.73 - - [2025-10-16 02:08:27] "GET /global-system-config/ecee8271-06d1-4d6e-8121-6cb7df088358?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.016155 10.0.0.73 - - [2025-10-16 02:08:27] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.677477 10.0.0.73 - - [2025-10-16 02:08:27] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.003534 10.0.0.73 - - [2025-10-16 02:08:27] "POST /fqname-to-id HTTP/1.1" 404 220 0.004912 10.0.0.73 - - [2025-10-16 02:08:27] "POST /fqname-to-id HTTP/1.1" 401 292 0.000522 10.0.0.73 - - [2025-10-16 02:08:27] "POST /config-nodes HTTP/1.1" 200 599 0.026632 10.0.0.73 - - [2025-10-16 02:08:27] "POST /fqname-to-id HTTP/1.1" 401 292 0.000448 10.0.0.73 - - [2025-10-16 02:08:27] "GET / HTTP/1.1" 200 35931 0.001804 10.0.0.73 - - [2025-10-16 02:08:27] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000358 10.0.0.73 - - [2025-10-16 02:08:27] "GET / HTTP/1.1" 200 35931 0.004882 /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.73 - - [2025-10-16 02:08:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.633975 10.0.0.73 - - [2025-10-16 02:08:28] "POST /fqname-to-id HTTP/1.1" 404 186 0.349415 10.0.0.73 - - [2025-10-16 02:08:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002588 10.0.0.73 - - [2025-10-16 02:08:28] "GET /network-ipam/bf843d8b-e39f-42fd-8cd1-9ee9474a0419?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1954 0.004620 10.0.0.73 - - [2025-10-16 02:08:28] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.073949 10.0.0.73 - - [2025-10-16 02:08:28] "GET /global-system-config/ecee8271-06d1-4d6e-8121-6cb7df088358?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.010837 10.0.0.73 - - [2025-10-16 02:08:28] "POST /service-appliance-sets HTTP/1.1" 200 553 0.023717 10.0.0.73 - - [2025-10-16 02:08:28] "POST /fqname-to-id HTTP/1.1" 404 180 0.004023 10.0.0.73 - - [2025-10-16 02:08:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003479 10.0.0.73 - - [2025-10-16 02:08:28] "GET /global-system-config/ecee8271-06d1-4d6e-8121-6cb7df088358?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.092190 10.0.0.73 - - [2025-10-16 02:08:29] "POST /service-appliance-sets HTTP/1.1" 200 541 0.035773 10.0.0.73 - - [2025-10-16 02:08:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.005885 10.0.0.73 - - [2025-10-16 02:08:29] "GET / HTTP/1.1" 200 35931 0.001477 10.0.0.73 - - [2025-10-16 02:08:29] "POST /fqname-to-id HTTP/1.1" 401 292 0.000381 10.0.0.73 - - [2025-10-16 02:08:29] "GET /network-ipam/bf843d8b-e39f-42fd-8cd1-9ee9474a0419?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1954 0.003972 10.0.0.73 - - [2025-10-16 02:08:29] "POST /fqname-to-id HTTP/1.1" 404 225 0.005602 10.0.0.73 - - [2025-10-16 02:08:29] "POST /access-control-lists HTTP/1.1" 200 587 0.026843 10.0.0.73 - - [2025-10-16 02:08:29] "POST /fqname-to-id HTTP/1.1" 404 224 0.003368 10.0.0.73 - - [2025-10-16 02:08:29] "POST /service-templates HTTP/1.1" 200 511 0.025661 10.0.0.73 - - [2025-10-16 02:08:29] "POST /service-templates HTTP/1.1" 200 501 0.051111 10.0.0.73 - - [2025-10-16 02:08:29] "POST /access-control-lists HTTP/1.1" 200 585 0.043321 10.0.0.73 - - [2025-10-16 02:08:29] "POST /service-templates HTTP/1.1" 200 515 0.030616 10.0.0.73 - - [2025-10-16 02:08:29] "POST /route-targets HTTP/1.1" 200 327 0.014634 10.0.0.73 - - [2025-10-16 02:08:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.024574 10.0.0.73 - - [2025-10-16 02:08:29] "GET /global-system-config/ecee8271-06d1-4d6e-8121-6cb7df088358?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.006131 10.0.0.73 - - [2025-10-16 02:08:29] "POST /service-templates HTTP/1.1" 200 535 0.024652 10.0.0.73 - - [2025-10-16 02:08:29] "POST /ref-update HTTP/1.1" 200 156 0.010065 10.0.0.73 - - [2025-10-16 02:08:29] "POST /fqname-to-id HTTP/1.1" 404 220 0.004350 10.0.0.73 - - [2025-10-16 02:08:29] "POST /service-templates HTTP/1.1" 200 507 0.020149 10.0.0.73 - - [2025-10-16 02:08:29] "POST /route-targets HTTP/1.1" 200 327 0.011385 10.0.0.73 - - [2025-10-16 02:08:29] "POST /config-database-nodes HTTP/1.1" 200 617 0.020496 10.0.0.73 - - [2025-10-16 02:08:29] "POST /ref-update HTTP/1.1" 200 156 0.014333 10.0.0.73 - - [2025-10-16 02:08:29] "POST /route-targets HTTP/1.1" 200 327 0.011901 10.0.0.73 - - [2025-10-16 02:08:29] "POST /ref-update HTTP/1.1" 200 156 0.011009 10.0.0.73 - - [2025-10-16 02:08:29] "POST /route-targets HTTP/1.1" 200 327 0.012711 10.0.0.73 - - [2025-10-16 02:08:29] "POST /ref-update HTTP/1.1" 200 156 0.015190 10.0.0.73 - - [2025-10-16 02:08:29] "POST /fqname-to-id HTTP/1.1" 404 201 0.002676 10.0.0.73 - - [2025-10-16 02:08:30] "POST /access-control-lists HTTP/1.1" 200 551 0.065510 10.0.0.73 - - [2025-10-16 02:08:30] "PUT /access-control-list/e887aee7-df63-4165-9dd8-93811f423bc5 HTTP/1.1" 200 272 0.013340 10.0.0.73 - - [2025-10-16 02:08:30] "PUT /access-control-list/0bdc2653-db1e-4e08-8ac9-f327193852b4 HTTP/1.1" 200 272 0.019786 10.0.0.73 - - [2025-10-16 02:08:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003914 10.0.0.73 - - [2025-10-16 02:08:33] "GET /global-vrouter-config/9841bc1a-9304-496a-8e13-ee37ad0d925c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1216 0.004418 10.0.0.73 - - [2025-10-16 02:08:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003638 10.0.0.73 - - [2025-10-16 02:08:33] "PUT /global-vrouter-config/9841bc1a-9304-496a-8e13-ee37ad0d925c HTTP/1.1" 200 276 0.011494 10.0.0.73 - - [2025-10-16 02:08:34] "GET / HTTP/1.1" 200 35931 0.001490 10.0.0.73 - - [2025-10-16 02:08:34] "POST /alarms HTTP/1.1" 401 292 0.000436 10.0.0.73 - - [2025-10-16 02:08:34] "POST /alarms HTTP/1.1" 200 581 0.051711 10.0.0.73 - - [2025-10-16 02:08:34] "POST /alarms HTTP/1.1" 200 575 0.027593 10.0.0.73 - - [2025-10-16 02:08:34] "POST /alarms HTTP/1.1" 200 575 0.019940 10.0.0.73 - - [2025-10-16 02:08:34] "POST /alarms HTTP/1.1" 200 559 0.024652 10.0.0.73 - - [2025-10-16 02:08:34] "POST /alarms HTTP/1.1" 200 555 0.020615 10.0.0.73 - - [2025-10-16 02:08:34] "POST /alarms HTTP/1.1" 200 557 0.021427 10.0.0.73 - - [2025-10-16 02:08:34] "POST /alarms HTTP/1.1" 200 565 0.026042 10.0.0.73 - - [2025-10-16 02:08:34] "POST /alarms HTTP/1.1" 200 549 0.017489 10.0.0.73 - - [2025-10-16 02:08:34] "POST /alarms HTTP/1.1" 200 557 0.024239 10.0.0.73 - - [2025-10-16 02:08:34] "POST /alarms HTTP/1.1" 200 567 0.023014 10.0.0.73 - - [2025-10-16 02:08:35] "POST /alarms HTTP/1.1" 200 555 0.021489 10.0.0.73 - - [2025-10-16 02:08:35] "POST /alarms HTTP/1.1" 200 567 0.017695 10.0.0.73 - - [2025-10-16 02:08:35] "POST /alarms HTTP/1.1" 200 575 0.070660 10.0.0.73 - - [2025-10-16 02:08:35] "POST /alarms HTTP/1.1" 200 569 0.026263 10.0.0.73 - - [2025-10-16 02:08:35] "POST /alarms HTTP/1.1" 200 561 0.022077 10.0.0.73 - - [2025-10-16 02:08:35] "POST /alarms HTTP/1.1" 200 561 0.023962 10.0.0.73 - - [2025-10-16 02:08:35] "POST /alarms HTTP/1.1" 200 561 0.021613 10.0.0.73 - - [2025-10-16 02:08:35] "POST /alarms HTTP/1.1" 200 547 0.023644 10.0.0.73 - - [2025-10-16 02:08:35] "POST /alarms HTTP/1.1" 200 595 0.031130 10.0.0.73 - - [2025-10-16 02:08:35] "POST /alarms HTTP/1.1" 200 575 0.024130 10.0.0.73 - - [2025-10-16 02:08:35] "POST /alarms HTTP/1.1" 200 571 0.025118 10.0.0.73 - - [2025-10-16 02:08:35] "POST /alarms HTTP/1.1" 200 583 0.020523 10.0.0.73 - - [2025-10-16 02:08:35] "POST /alarms HTTP/1.1" 200 609 0.028597 10.0.0.73 - - [2025-10-16 02:08:36] "GET / HTTP/1.1" 200 35931 0.001770 10.0.0.73 - - [2025-10-16 02:08:36] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000424 10.0.0.73 - - [2025-10-16 02:08:36] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.028980 10.0.0.73 - - [2025-10-16 02:08:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003104 10.0.0.73 - - [2025-10-16 02:08:36] "PUT /global-vrouter-config/9841bc1a-9304-496a-8e13-ee37ad0d925c HTTP/1.1" 200 276 0.010716 10.0.0.73 - - [2025-10-16 02:08:36] "GET / HTTP/1.1" 200 35931 0.001654 10.0.0.73 - - [2025-10-16 02:08:36] "POST /fqname-to-id HTTP/1.1" 401 292 0.000640 10.0.0.73 - - [2025-10-16 02:08:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.025627 10.0.0.73 - - [2025-10-16 02:08:37] "GET /global-vrouter-config/9841bc1a-9304-496a-8e13-ee37ad0d925c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005092 10.0.0.73 - - [2025-10-16 02:08:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004070 10.0.0.73 - - [2025-10-16 02:08:37] "PUT /global-vrouter-config/9841bc1a-9304-496a-8e13-ee37ad0d925c HTTP/1.1" 200 276 0.011767 10.0.0.73 - - [2025-10-16 02:08:37] "GET / HTTP/1.1" 200 35931 0.001717 10.0.0.73 - - [2025-10-16 02:08:37] "POST /fqname-to-id HTTP/1.1" 401 292 0.000701 10.0.0.73 - - [2025-10-16 02:08:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.033478 10.0.0.73 - - [2025-10-16 02:08:38] "GET /global-system-config/ecee8271-06d1-4d6e-8121-6cb7df088358?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.006410 10.0.0.73 - - [2025-10-16 02:08:38] "PUT /global-system-config/ecee8271-06d1-4d6e-8121-6cb7df088358 HTTP/1.1" 200 274 0.019736 10.0.0.73 - - [2025-10-16 02:08:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000526 10.0.0.73 - - [2025-10-16 02:08:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000434 10.0.0.73 - - [2025-10-16 02:08:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000711 10.0.0.73 - - [2025-10-16 02:08:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000545 10.0.0.73 - - [2025-10-16 02:09:25] "GET / HTTP/1.1" 200 35931 0.002038 10.0.0.73 - - [2025-10-16 02:09:25] "POST /fqname-to-id HTTP/1.1" 401 292 0.000433 10.0.0.73 - - [2025-10-16 02:09:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.024715 10.0.0.73 - - [2025-10-16 02:09:25] "GET /routing-instance/f385b5f3-9fb8-40fe-b580-2ede9eabe613?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.003950 10.0.0.73 - - [2025-10-16 02:09:25] "POST /bgp-routers HTTP/1.1" 200 620 0.025226 10.0.0.73 - - [2025-10-16 02:09:25] "GET /bgp-router/8bf67858-8233-4ca2-adcf-a9b5e5e4282c?fields=global_system_config_back_refs HTTP/1.1" 200 1127 0.006455 10.0.0.73 - - [2025-10-16 02:09:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003947 10.0.0.73 - - [2025-10-16 02:09:25] "GET /global-system-config/ecee8271-06d1-4d6e-8121-6cb7df088358?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.006709 10.0.0.73 - - [2025-10-16 02:09:25] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.004005 10.0.0.73 - - [2025-10-16 02:09:25] "POST /ref-update HTTP/1.1" 200 156 0.009144 10.0.0.73 - - [2025-10-16 02:09:52] "GET / HTTP/1.1" 200 35931 0.001743 10.0.0.73 - - [2025-10-16 02:09:52] "POST /fqname-to-id HTTP/1.1" 401 292 0.000376 10.0.0.73 - - [2025-10-16 02:09:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.030384 10.0.0.73 - - [2025-10-16 02:09:52] "GET /global-system-config/ecee8271-06d1-4d6e-8121-6cb7df088358?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.007015 10.0.0.73 - - [2025-10-16 02:09:52] "POST /fqname-to-id HTTP/1.1" 404 220 0.004576 10.0.0.73 - - [2025-10-16 02:09:52] "POST /database-nodes HTTP/1.1" 200 603 0.019034 10.0.0.73 - - [2025-10-16 02:10:23] "GET / HTTP/1.1" 200 35931 0.001800 10.0.0.73 - - [2025-10-16 02:10:23] "POST /fqname-to-id HTTP/1.1" 401 292 0.000395 10.0.0.73 - - [2025-10-16 02:10:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.025707 10.0.0.73 - - [2025-10-16 02:10:23] "GET /global-system-config/ecee8271-06d1-4d6e-8121-6cb7df088358?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.007150 10.0.0.73 - - [2025-10-16 02:10:23] "POST /fqname-to-id HTTP/1.1" 404 220 0.004206 10.0.0.73 - - [2025-10-16 02:10:23] "POST /analytics-nodes HTTP/1.1" 200 605 0.022013 10.0.0.73 - - [2025-10-16 02:10:29] "GET / HTTP/1.1" 200 35931 0.001991 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.73 - - [2025-10-16 02:10:30] "GET /obj-perms HTTP/1.1" 200 5056 0.377104 10.0.0.73 - - [2025-10-16 02:10:31] "GET /obj-perms HTTP/1.1" 200 5056 0.058628 10.0.0.73 - - [2025-10-16 02:10:40] "GET / HTTP/1.1" 200 35931 0.001501 10.0.0.73 - - [2025-10-16 02:10:40] "POST /fqname-to-id HTTP/1.1" 401 292 0.000403 10.0.0.73 - - [2025-10-16 02:10:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.026223 10.0.0.73 - - [2025-10-16 02:10:40] "GET /global-system-config/ecee8271-06d1-4d6e-8121-6cb7df088358?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.005874 10.0.0.73 - - [2025-10-16 02:10:40] "POST /fqname-to-id HTTP/1.1" 404 220 0.003919 10.0.0.73 - - [2025-10-16 02:10:40] "POST /analytics-alarm-nodes HTTP/1.1" 200 617 0.033640 10.0.0.73 - - [2025-10-16 02:10:52] "GET / HTTP/1.1" 200 35931 0.001686 10.0.0.73 - - [2025-10-16 02:10:52] "POST /fqname-to-id HTTP/1.1" 401 292 0.000413 10.0.0.73 - - [2025-10-16 02:10:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.030826 10.0.0.73 - - [2025-10-16 02:10:52] "GET /global-system-config/ecee8271-06d1-4d6e-8121-6cb7df088358?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.007123 10.0.0.73 - - [2025-10-16 02:10:52] "POST /fqname-to-id HTTP/1.1" 404 220 0.003409 10.0.0.73 - - [2025-10-16 02:10:52] "POST /analytics-snmp-nodes HTTP/1.1" 200 615 0.032628 10.0.0.73 - - [2025-10-16 02:11:31] "GET /obj-perms HTTP/1.1" 200 5056 0.046758 10.0.0.73 - - [2025-10-16 02:11:32] "GET /obj-perms HTTP/1.1" 200 5056 0.050064 10.0.0.73 - - [2025-10-16 02:12:32] "GET /obj-perms HTTP/1.1" 200 5056 0.062706 10.0.0.73 - - [2025-10-16 02:12:32] "GET /obj-perms HTTP/1.1" 200 5056 0.046252 10.0.0.73 - - [2025-10-16 02:13:22] "GET / HTTP/1.1" 200 35931 0.001345 10.0.0.73 - - [2025-10-16 02:13:22] "POST /fqname-to-id HTTP/1.1" 401 292 0.000403 10.0.0.73 - - [2025-10-16 02:13:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.025263 10.0.0.73 - - [2025-10-16 02:13:23] "GET /global-system-config/ecee8271-06d1-4d6e-8121-6cb7df088358?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.006062 10.0.0.73 - - [2025-10-16 02:13:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.008495 10.0.0.73 - - [2025-10-16 02:13:23] "GET /routing-instance/f385b5f3-9fb8-40fe-b580-2ede9eabe613?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.004426 10.0.0.73 - - [2025-10-16 02:13:23] "PUT /global-system-config/ecee8271-06d1-4d6e-8121-6cb7df088358 HTTP/1.1" 200 274 0.015100 10.0.0.73 - - [2025-10-16 02:13:23] "POST /fqname-to-id HTTP/1.1" 404 218 0.003285 10.0.0.73 - - [2025-10-16 02:13:23] "POST /virtual-routers HTTP/1.1" 200 603 0.019223 10.0.0.73 - - [2025-10-16 02:13:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004047 10.0.0.73 - - [2025-10-16 02:13:23] "GET /virtual-router/cef9b7d3-bc68-45d1-ac48-5ad4eb9fdde9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1257 0.006235 10.0.0.73 - - [2025-10-16 02:13:23] "POST /fqname-to-id HTTP/1.1" 404 231 0.003433 10.0.0.73 - - [2025-10-16 02:13:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004495 10.0.0.73 - - [2025-10-16 02:13:23] "GET /virtual-network/99dbdd71-3a1c-4c4d-8ed1-bb6b375f4f59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.010830 10.0.0.73 - - [2025-10-16 02:13:23] "POST /virtual-machine-interfaces HTTP/1.1" 200 585 0.075522 10.0.0.73 - - [2025-10-16 02:13:24] "PUT /access-control-list/f878cb78-e393-459a-befa-d67e8e10a7dc HTTP/1.1" 200 272 0.014932 [Introspect:8084]10.0.0.73 - - [2025-10-16 02:13:31] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000965 [Introspect:8084]10.0.0.73 - - [2025-10-16 02:13:31] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001070 10.0.0.73 - - [2025-10-16 02:13:33] "GET /obj-perms HTTP/1.1" 200 5056 0.056457 10.0.0.73 - - [2025-10-16 02:13:33] "GET /obj-perms HTTP/1.1" 200 5056 0.047275 10.0.0.73 - - [2025-10-16 02:13:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003027 10.0.0.73 - - [2025-10-16 02:13:33] "GET /virtual-router/cef9b7d3-bc68-45d1-ac48-5ad4eb9fdde9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1257 0.003621 [Introspect:8084]10.0.0.73 - - [2025-10-16 02:13:34] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001145 [Introspect:8084]10.0.0.73 - - [2025-10-16 02:13:34] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.000913 10.0.0.73 - - [2025-10-16 02:13:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000459 10.0.0.73 - - [2025-10-16 02:13:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000387 10.0.0.73 - - [2025-10-16 02:13:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000401 10.0.0.73 - - [2025-10-16 02:13:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000413 10.0.0.73 - - [2025-10-16 02:14:32] "GET / HTTP/1.1" 200 35931 0.001846 10.0.0.73 - - [2025-10-16 02:14:33] "GET /project/ba6ae0c6-e637-4103-9e9c-3b71edebd995?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000607 10.0.0.73 - - [2025-10-16 02:14:34] "GET /projects?obj_uuids=ba6ae0c6-e637-4103-9e9c-3b71edebd995&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.038918 10.0.0.73 - - [2025-10-16 02:14:34] "GET /obj-perms HTTP/1.1" 200 5056 0.076395 10.0.0.73 - - [2025-10-16 02:14:34] "GET /domains?obj_uuids=61b1a5e4-4f17-4839-837e-aba6307473a6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000986 10.0.0.73 - - [2025-10-16 02:14:34] "GET /domain/61b1a5e4-4f17-4839-837e-aba6307473a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.313064 10.0.0.73 - - [2025-10-16 02:14:34] "GET /obj-perms HTTP/1.1" 200 5056 0.079741 10.0.0.73 - - [2025-10-16 02:14:34] "POST /id-to-fqname HTTP/1.1" 200 167 0.002863 10.0.0.73 - - [2025-10-16 02:14:34] "POST /fqname-to-id HTTP/1.1" 404 176 0.002980 10.0.0.73 - - [2025-10-16 02:14:34] "POST /security-groups HTTP/1.1" 200 568 0.070150 10.0.0.73 - - [2025-10-16 02:14:34] "POST /fqname-to-id HTTP/1.1" 404 207 0.025778 10.0.0.73 - - [2025-10-16 02:14:34] "POST /projects HTTP/1.1" 200 539 0.244978 10.0.0.73 - - [2025-10-16 02:14:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.320251 10.0.0.73 - - [2025-10-16 02:14:34] "POST /access-control-lists HTTP/1.1" 200 573 0.065443 10.0.0.73 - - [2025-10-16 02:14:34] "POST /fqname-to-id HTTP/1.1" 404 206 0.003117 10.0.0.73 - - [2025-10-16 02:14:34] "GET /project/ba6ae0c6-e637-4103-9e9c-3b71edebd995?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1282 1.100714 10.0.0.73 - - [2025-10-16 02:14:34] "POST /access-control-lists HTTP/1.1" 200 571 0.064848 [Introspect:8084]10.0.0.73 - - [2025-10-16 02:14:35] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001098 10.0.0.73 - - [2025-10-16 02:14:35] "POST /fqname-to-id HTTP/1.1" 404 199 0.024874 10.0.0.73 - - [2025-10-16 02:14:35] "GET /projects?obj_uuids=b04f4093-94d3-491d-96a1-06a5e6af154b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002827 10.0.0.73 - - [2025-10-16 02:14:35] "GET /domains?obj_uuids=61b1a5e4-4f17-4839-837e-aba6307473a6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001372 10.0.0.73 - - [2025-10-16 02:14:35] "GET /domain/61b1a5e4-4f17-4839-837e-aba6307473a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.009516 10.0.0.73 - - [2025-10-16 02:14:35] "POST /id-to-fqname HTTP/1.1" 200 201 0.002760 10.0.0.73 - - [2025-10-16 02:14:35] "POST /fqname-to-id HTTP/1.1" 404 210 0.005062 10.0.0.73 - - [2025-10-16 02:14:36] "POST /security-groups HTTP/1.1" 200 602 0.070464 10.0.0.73 - - [2025-10-16 02:14:36] "POST /fqname-to-id HTTP/1.1" 404 245 0.004319 10.0.0.73 - - [2025-10-16 02:14:36] "POST /projects HTTP/1.1" 200 607 0.242527 10.0.0.73 - - [2025-10-16 02:14:36] "POST /access-control-lists HTTP/1.1" 200 607 0.063865 10.0.0.73 - - [2025-10-16 02:14:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.322376 10.0.0.73 - - [2025-10-16 02:14:36] "POST /fqname-to-id HTTP/1.1" 404 244 0.003058 10.0.0.73 - - [2025-10-16 02:14:36] "GET /project/b04f4093-94d3-491d-96a1-06a5e6af154b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.452707 10.0.0.73 - - [2025-10-16 02:14:36] "POST /access-control-lists HTTP/1.1" 200 605 0.064012 10.0.0.73 - - [2025-10-16 02:14:37] "GET / HTTP/1.1" 200 35931 0.001840 10.0.0.73 - - [2025-10-16 02:14:37] "POST /fqname-to-id HTTP/1.1" 401 292 0.000465 10.0.0.73 - - [2025-10-16 02:14:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.058228 10.0.0.73 - - [2025-10-16 02:14:38] "GET /projects?obj_uuids=b04f4093-94d3-491d-96a1-06a5e6af154b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001032 10.0.0.73 - - [2025-10-16 02:14:38] "GET /project/b04f4093-94d3-491d-96a1-06a5e6af154b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.030629 10.0.0.73 - - [2025-10-16 02:14:38] "POST /neutron/network HTTP/1.1" 200 117 0.103085 10.0.0.73 - - [2025-10-16 02:14:38] "GET /projects?obj_uuids=b04f4093-94d3-491d-96a1-06a5e6af154b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001585 10.0.0.73 - - [2025-10-16 02:14:38] "POST /neutron/network HTTP/1.1" 200 620 0.089846 10.0.0.73 - - [2025-10-16 02:14:38] "POST /route-targets HTTP/1.1" 200 327 0.027700 10.0.0.73 - - [2025-10-16 02:14:38] "POST /ref-update HTTP/1.1" 200 156 0.016689 10.0.0.73 - - [2025-10-16 02:14:38] "POST /useragent-kv HTTP/1.1" 200 115 0.005463 10.0.0.73 - - [2025-10-16 02:14:38] "POST /neutron/subnet HTTP/1.1" 200 715 0.163361 10.0.0.73 - - [2025-10-16 02:14:38] "POST /neutron/network HTTP/1.1" 200 837 0.006708 10.0.0.73 - - [2025-10-16 02:14:38] "POST /id-to-fqname HTTP/1.1" 200 233 0.001230 10.0.0.73 - - [2025-10-16 02:14:38] "GET /virtual-network/8c41ee18-1616-442d-a67f-706d6aafcf58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005386 10.0.0.73 - - [2025-10-16 02:14:38] "POST /neutron/network HTTP/1.1" 200 837 0.007129 10.0.0.73 - - [2025-10-16 02:14:38] "GET /virtual-network/8c41ee18-1616-442d-a67f-706d6aafcf58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005573 10.0.0.73 - - [2025-10-16 02:14:39] "POST /neutron/network HTTP/1.1" 200 837 0.007178 10.0.0.73 - - [2025-10-16 02:14:39] "POST /neutron/subnet HTTP/1.1" 200 715 0.008996 10.0.0.73 - - [2025-10-16 02:14:39] "GET /domains HTTP/1.1" 401 292 0.000398 10.0.0.73 - - [2025-10-16 02:14:39] "GET /domains HTTP/1.1" 200 280 0.029294 10.0.0.73 - - [2025-10-16 02:14:39] "GET /domains?obj_uuids=61b1a5e4-4f17-4839-837e-aba6307473a6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001096 10.0.0.73 - - [2025-10-16 02:14:39] "GET /domain/61b1a5e4-4f17-4839-837e-aba6307473a6 HTTP/1.1" 200 2583 0.014601 10.0.0.73 - - [2025-10-16 02:14:39] "GET /projects?obj_uuids=b04f4093-94d3-491d-96a1-06a5e6af154b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001001 10.0.0.73 - - [2025-10-16 02:14:39] "GET /project/b04f4093-94d3-491d-96a1-06a5e6af154b HTTP/1.1" 200 2179 0.084143 10.0.0.73 - - [2025-10-16 02:14:39] "GET /virtual-network/8c41ee18-1616-442d-a67f-706d6aafcf58 HTTP/1.1" 200 2336 0.006468 10.0.0.73 - - [2025-10-16 02:14:39] "GET /virtual-network/8c41ee18-1616-442d-a67f-706d6aafcf58 HTTP/1.1" 200 2336 0.005542 10.0.0.73 - - [2025-10-16 02:14:39] "GET /routing-instance/7aa1aaa5-0a95-4236-9dd6-ea8ebf935b2f HTTP/1.1" 200 1494 0.004182 10.0.0.73 - - [2025-10-16 02:14:39] "GET /routing-instance/7aa1aaa5-0a95-4236-9dd6-ea8ebf935b2f HTTP/1.1" 200 1494 0.004671 10.0.0.73 - - [2025-10-16 02:14:39] "GET /route-target/24819381-7d21-4f36-aa78-823a22572fdf HTTP/1.1" 200 1219 0.003825 10.0.0.73 - - [2025-10-16 02:14:39] "GET /virtual-network/8c41ee18-1616-442d-a67f-706d6aafcf58 HTTP/1.1" 200 2336 0.005516 10.0.0.73 - - [2025-10-16 02:14:39] "GET /routing-instance/7aa1aaa5-0a95-4236-9dd6-ea8ebf935b2f HTTP/1.1" 200 1494 0.004487 10.0.0.73 - - [2025-10-16 02:14:39] "GET /virtual-network/8c41ee18-1616-442d-a67f-706d6aafcf58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.004858 10.0.0.73 - - [2025-10-16 02:14:39] "GET /virtual-network/8c41ee18-1616-442d-a67f-706d6aafcf58 HTTP/1.1" 200 2336 0.004995 10.0.0.73 - - [2025-10-16 02:14:39] "GET /routing-instance/7aa1aaa5-0a95-4236-9dd6-ea8ebf935b2f HTTP/1.1" 200 1494 0.005503 10.0.0.73 - - [2025-10-16 02:14:39] "GET /routing-instance/7aa1aaa5-0a95-4236-9dd6-ea8ebf935b2f HTTP/1.1" 200 1494 0.003341 10.0.0.73 - - [2025-10-16 02:14:39] "GET /route-target/24819381-7d21-4f36-aa78-823a22572fdf HTTP/1.1" 200 1219 0.003709 10.0.0.73 - - [2025-10-16 02:14:39] "GET /domains HTTP/1.1" 200 280 0.003292 10.0.0.73 - - [2025-10-16 02:14:39] "GET /domains?obj_uuids=61b1a5e4-4f17-4839-837e-aba6307473a6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000874 10.0.0.73 - - [2025-10-16 02:14:39] "GET /domain/61b1a5e4-4f17-4839-837e-aba6307473a6 HTTP/1.1" 200 2583 0.006330 10.0.0.73 - - [2025-10-16 02:14:39] "GET /projects?obj_uuids=b04f4093-94d3-491d-96a1-06a5e6af154b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001026 10.0.0.73 - - [2025-10-16 02:14:39] "GET /project/b04f4093-94d3-491d-96a1-06a5e6af154b HTTP/1.1" 200 2179 0.072419 10.0.0.73 - - [2025-10-16 02:14:39] "GET /virtual-network/8c41ee18-1616-442d-a67f-706d6aafcf58 HTTP/1.1" 200 2336 0.005253 10.0.0.73 - - [2025-10-16 02:14:40] "GET /obj-perms HTTP/1.1" 200 5052 0.047856 10.0.0.73 - - [2025-10-16 02:14:40] "POST /id-to-fqname HTTP/1.1" 200 233 0.001363 10.0.0.73 - - [2025-10-16 02:14:41] "POST /neutron/network HTTP/1.1" 200 847 0.006692 10.0.0.73 - - [2025-10-16 02:14:41] "GET /aaa-mode HTTP/1.1" 401 292 0.000454 10.0.0.73 - - [2025-10-16 02:14:42] "GET / HTTP/1.1" 200 35931 0.002954 10.0.0.73 - - [2025-10-16 02:14:42] "GET /project/b04f4093-94d3-491d-96a1-06a5e6af154b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000401 10.0.0.73 - - [2025-10-16 02:14:42] "GET /projects?obj_uuids=b04f4093-94d3-491d-96a1-06a5e6af154b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001165 10.0.0.73 - - [2025-10-16 02:14:42] "GET /project/b04f4093-94d3-491d-96a1-06a5e6af154b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.052159 10.0.0.73 - - [2025-10-16 02:14:43] "POST /neutron/network HTTP/1.1" 200 837 0.039981 10.0.0.73 - - [2025-10-16 02:14:43] "POST /neutron/port HTTP/1.1" 200 117 0.005859 10.0.0.73 - - [2025-10-16 02:14:43] "POST /neutron/port HTTP/1.1" 200 117 0.006003 10.0.0.73 - - [2025-10-16 02:14:43] "POST /neutron/port HTTP/1.1" 200 117 0.009536 10.0.0.73 - - [2025-10-16 02:14:44] "POST /neutron/network HTTP/1.1" 200 847 0.007034 10.0.0.73 - - [2025-10-16 02:14:44] "GET /projects?obj_uuids=b04f4093-94d3-491d-96a1-06a5e6af154b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001165 10.0.0.73 - - [2025-10-16 02:14:44] "POST /neutron/port HTTP/1.1" 200 1069 0.222664 10.0.0.73 - - [2025-10-16 02:14:45] "POST /neutron/port HTTP/1.1" 200 1069 0.033516 10.0.0.73 - - [2025-10-16 02:14:45] "POST /neutron/port HTTP/1.1" 200 1069 0.009328 10.0.0.73 - - [2025-10-16 02:14:45] "POST /neutron/port HTTP/1.1" 200 1123 0.064348 10.0.0.73 - - [2025-10-16 02:14:45] "POST /neutron/port HTTP/1.1" 200 1097 0.014999 10.0.0.73 - - [2025-10-16 02:14:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003859 10.0.0.73 - - [2025-10-16 02:14:45] "POST /neutron/subnet HTTP/1.1" 200 689 0.008348 10.0.0.73 - - [2025-10-16 02:14:45] "POST /neutron/port HTTP/1.1" 200 117 0.001154 10.0.0.73 - - [2025-10-16 02:14:45] "POST /neutron/network HTTP/1.1" 200 837 0.006411 10.0.0.73 - - [2025-10-16 02:14:48] "POST /neutron/port HTTP/1.1" 200 1097 0.016967 10.0.0.73 - - [2025-10-16 02:14:48] "POST /neutron/security_group HTTP/1.1" 200 2069 0.007879 10.0.0.73 - - [2025-10-16 02:14:53] "POST /neutron/port HTTP/1.1" 200 1097 0.025122 10.0.0.73 - - [2025-10-16 02:14:53] "POST /neutron/security_group HTTP/1.1" 200 2069 0.008878 10.0.0.73 - - [2025-10-16 02:14:53] "GET /obj-perms HTTP/1.1" 200 5052 0.004453 10.0.0.73 - - [2025-10-16 02:14:54] "GET /obj-perms HTTP/1.1" 200 5052 0.004200 10.0.0.73 - - [2025-10-16 02:14:55] "GET /obj-perms HTTP/1.1" 200 5052 0.003525 10.0.0.73 - - [2025-10-16 02:14:56] "GET /obj-perms HTTP/1.1" 200 5052 0.003562 10.0.0.73 - - [2025-10-16 02:14:57] "GET /obj-perms HTTP/1.1" 200 5052 0.003620 10.0.0.73 - - [2025-10-16 02:14:58] "POST /neutron/network HTTP/1.1" 200 837 0.006747 10.0.0.73 - - [2025-10-16 02:14:58] "POST /neutron/network HTTP/1.1" 400 204 0.011496 10.0.0.73 - - [2025-10-16 02:14:59] "POST /neutron/port HTTP/1.1" 200 1097 0.011588 10.0.0.73 - - [2025-10-16 02:14:59] "POST /neutron/port HTTP/1.1" 200 1123 0.012195 10.0.0.73 - - [2025-10-16 02:14:59] "POST /neutron/port HTTP/1.1" 200 151 0.114358 10.0.0.73 - - [2025-10-16 02:15:00] "POST /neutron/port HTTP/1.1" 200 117 0.029465 10.0.0.73 - - [2025-10-16 02:15:00] "POST /neutron/network HTTP/1.1" 200 837 0.007734 10.0.0.73 - - [2025-10-16 02:15:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.006005 10.0.0.73 - - [2025-10-16 02:15:01] "POST /useragent-kv HTTP/1.1" 200 115 0.003531 10.0.0.73 - - [2025-10-16 02:15:01] "POST /useragent-kv HTTP/1.1" 200 115 0.003852 10.0.0.73 - - [2025-10-16 02:15:01] "POST /neutron/network HTTP/1.1" 200 151 0.103661 10.0.0.73 - - [2025-10-16 02:15:01] "DELETE /route-target/24819381-7d21-4f36-aa78-823a22572fdf HTTP/1.1" 200 115 0.021910 10.0.0.73 - - [2025-10-16 02:15:01] "GET /routing-instance/7aa1aaa5-0a95-4236-9dd6-ea8ebf935b2f HTTP/1.1" 404 171 0.003386 10.0.0.73 - - [2025-10-16 02:15:01] "GET /domains HTTP/1.1" 200 280 0.005181 10.0.0.73 - - [2025-10-16 02:15:01] "GET /domains?obj_uuids=61b1a5e4-4f17-4839-837e-aba6307473a6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002049 10.0.0.73 - - [2025-10-16 02:15:01] "GET /domain/61b1a5e4-4f17-4839-837e-aba6307473a6 HTTP/1.1" 200 2583 0.057137 10.0.0.73 - - [2025-10-16 02:15:01] "GET /projects?obj_uuids=b04f4093-94d3-491d-96a1-06a5e6af154b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001186 10.0.0.73 - - [2025-10-16 02:15:01] "GET /project/b04f4093-94d3-491d-96a1-06a5e6af154b HTTP/1.1" 200 1929 0.076997 10.0.0.73 - - [2025-10-16 02:15:01] "GET /projects?obj_uuids=b04f4093-94d3-491d-96a1-06a5e6af154b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001178 10.0.0.73 - - [2025-10-16 02:15:01] "GET /project/b04f4093-94d3-491d-96a1-06a5e6af154b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.036899 10.0.0.73 - - [2025-10-16 02:15:01] "GET /projects?obj_uuids=b04f4093-94d3-491d-96a1-06a5e6af154b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001213 10.0.0.73 - - [2025-10-16 02:15:01] "GET /project/b04f4093-94d3-491d-96a1-06a5e6af154b?fields=virtual_networks HTTP/1.1" 200 1065 0.070376 10.0.0.73 - - [2025-10-16 02:15:01] "GET /projects?obj_uuids=b04f4093-94d3-491d-96a1-06a5e6af154b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001159 10.0.0.73 - - [2025-10-16 02:15:01] "GET /project/b04f4093-94d3-491d-96a1-06a5e6af154b?fields=virtual_machine_interfaces HTTP/1.1" 200 1065 0.032153 10.0.0.73 - - [2025-10-16 02:15:01] "GET /projects?obj_uuids=b04f4093-94d3-491d-96a1-06a5e6af154b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001137 10.0.0.73 - - [2025-10-16 02:15:01] "GET /project/b04f4093-94d3-491d-96a1-06a5e6af154b?fields=security_groups HTTP/1.1" 200 1302 0.030405 10.0.0.73 - - [2025-10-16 02:15:02] "GET /projects?obj_uuids=ba6ae0c6-e637-4103-9e9c-3b71edebd995&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001287 10.0.0.73 - - [2025-10-16 02:15:02] "GET /project/ba6ae0c6-e637-4103-9e9c-3b71edebd995?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1282 0.031418 10.0.0.73 - - [2025-10-16 02:15:06] "GET /projects?obj_uuids=ba6ae0c6-e637-4103-9e9c-3b71edebd995&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000990 10.0.0.73 - - [2025-10-16 02:15:06] "GET /project/ba6ae0c6-e637-4103-9e9c-3b71edebd995?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1282 0.029471 10.0.0.73 - - [2025-10-16 02:15:06] "GET /documentation/index.html HTTP/1.1" 200 210274 0.003209 10.0.0.73 - - [2025-10-16 02:15:07] "POST /fqname-to-id HTTP/1.1" 404 200 0.030460 10.0.0.73 - - [2025-10-16 02:15:07] "GET /projects?obj_uuids=f477b210-0046-4b94-8b55-8f153e943285&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004677 10.0.0.73 - - [2025-10-16 02:15:07] "GET /domains?obj_uuids=61b1a5e4-4f17-4839-837e-aba6307473a6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001400 10.0.0.73 - - [2025-10-16 02:15:07] "GET /domain/61b1a5e4-4f17-4839-837e-aba6307473a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.008553 10.0.0.73 - - [2025-10-16 02:15:07] "POST /id-to-fqname HTTP/1.1" 200 202 0.001174 10.0.0.73 - - [2025-10-16 02:15:07] "POST /fqname-to-id HTTP/1.1" 404 211 0.004641 10.0.0.73 - - [2025-10-16 02:15:07] "POST /security-groups HTTP/1.1" 200 603 0.072790 10.0.0.73 - - [2025-10-16 02:15:07] "POST /fqname-to-id HTTP/1.1" 404 246 0.002867 10.0.0.73 - - [2025-10-16 02:15:07] "POST /projects HTTP/1.1" 200 609 0.229841 10.0.0.73 - - [2025-10-16 02:15:07] "POST /access-control-lists HTTP/1.1" 200 608 0.068126 10.0.0.73 - - [2025-10-16 02:15:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.298333 10.0.0.73 - - [2025-10-16 02:15:07] "POST /fqname-to-id HTTP/1.1" 404 245 0.002901 10.0.0.73 - - [2025-10-16 02:15:07] "GET /project/f477b210-0046-4b94-8b55-8f153e943285?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.430292 10.0.0.73 - - [2025-10-16 02:15:07] "POST /access-control-lists HTTP/1.1" 200 606 0.073700 10.0.0.73 - - [2025-10-16 02:15:08] "GET / HTTP/1.1" 200 35931 0.001991 10.0.0.73 - - [2025-10-16 02:15:09] "GET /projects?obj_uuids=ba6ae0c6-e637-4103-9e9c-3b71edebd995&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001047 10.0.0.73 - - [2025-10-16 02:15:09] "GET /project/ba6ae0c6-e637-4103-9e9c-3b71edebd995?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1282 0.048512 10.0.0.73 - - [2025-10-16 02:15:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004609 10.0.0.73 - - [2025-10-16 02:15:10] "GET /security-group/9e91cdad-7fd8-49aa-bbb8-c8ec82bc3c5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3696 0.005170 10.0.0.73 - - [2025-10-16 02:15:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003464 10.0.0.73 - - [2025-10-16 02:15:10] "GET /projects?obj_uuids=ba6ae0c6-e637-4103-9e9c-3b71edebd995&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001242 10.0.0.73 - - [2025-10-16 02:15:10] "GET /project/ba6ae0c6-e637-4103-9e9c-3b71edebd995?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1282 0.027797 10.0.0.73 - - [2025-10-16 02:15:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003359 10.0.0.73 - - [2025-10-16 02:15:10] "GET /security-group/9e91cdad-7fd8-49aa-bbb8-c8ec82bc3c5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3696 0.004484 10.0.0.73 - - [2025-10-16 02:15:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003219 10.0.0.73 - - [2025-10-16 02:15:10] "PUT /security-group/9e91cdad-7fd8-49aa-bbb8-c8ec82bc3c5c HTTP/1.1" 200 262 0.030725 10.0.0.73 - - [2025-10-16 02:15:10] "PUT /access-control-list/aa04a4ac-fd44-485d-b66f-2bbe12ab74c9 HTTP/1.1" 200 272 0.009318 10.0.0.73 - - [2025-10-16 02:15:10] "PUT /access-control-list/2f5504bd-b8c6-4af4-bb11-e5e9ed2412fd HTTP/1.1" 200 272 0.011036 10.0.0.73 - - [2025-10-16 02:15:10] "POST /fqname-to-id HTTP/1.1" 401 292 0.000547 10.0.0.73 - - [2025-10-16 02:15:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.057931 10.0.0.73 - - [2025-10-16 02:15:11] "GET /projects?obj_uuids=f477b210-0046-4b94-8b55-8f153e943285&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001360 10.0.0.73 - - [2025-10-16 02:15:11] "GET /project/f477b210-0046-4b94-8b55-8f153e943285?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.028248 10.0.0.73 - - [2025-10-16 02:15:11] "POST /neutron/network HTTP/1.1" 200 117 0.050712 10.0.0.73 - - [2025-10-16 02:15:11] "GET /projects?obj_uuids=f477b210-0046-4b94-8b55-8f153e943285&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000994 10.0.0.73 - - [2025-10-16 02:15:11] "POST /neutron/network HTTP/1.1" 200 619 0.108295 10.0.0.73 - - [2025-10-16 02:15:11] "POST /route-targets HTTP/1.1" 200 327 0.025437 10.0.0.73 - - [2025-10-16 02:15:11] "POST /ref-update HTTP/1.1" 200 156 0.025175 10.0.0.73 - - [2025-10-16 02:15:11] "POST /useragent-kv HTTP/1.1" 200 115 0.008644 10.0.0.73 - - [2025-10-16 02:15:11] "POST /neutron/subnet HTTP/1.1" 200 720 0.171744 10.0.0.73 - - [2025-10-16 02:15:11] "POST /neutron/network HTTP/1.1" 200 837 0.009114 10.0.0.73 - - [2025-10-16 02:15:11] "POST /id-to-fqname HTTP/1.1" 200 233 0.001307 10.0.0.73 - - [2025-10-16 02:15:11] "GET /virtual-network/03114ef9-7a51-4b13-8b8f-84a5c5b4889c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006944 10.0.0.73 - - [2025-10-16 02:15:11] "POST /neutron/network HTTP/1.1" 200 837 0.006354 10.0.0.73 - - [2025-10-16 02:15:11] "GET /virtual-network/03114ef9-7a51-4b13-8b8f-84a5c5b4889c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005105 10.0.0.73 - - [2025-10-16 02:15:11] "POST /neutron/network HTTP/1.1" 200 837 0.007113 10.0.0.73 - - [2025-10-16 02:15:11] "POST /neutron/subnet HTTP/1.1" 200 720 0.006912 10.0.0.73 - - [2025-10-16 02:15:11] "GET /domains HTTP/1.1" 401 292 0.000384 10.0.0.73 - - [2025-10-16 02:15:12] "GET /domains HTTP/1.1" 200 280 0.030265 10.0.0.73 - - [2025-10-16 02:15:12] "GET /domains?obj_uuids=61b1a5e4-4f17-4839-837e-aba6307473a6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000968 10.0.0.73 - - [2025-10-16 02:15:12] "GET /domain/61b1a5e4-4f17-4839-837e-aba6307473a6 HTTP/1.1" 200 2781 0.008249 10.0.0.73 - - [2025-10-16 02:15:12] "GET /projects?obj_uuids=f477b210-0046-4b94-8b55-8f153e943285&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000937 10.0.0.73 - - [2025-10-16 02:15:12] "GET /project/f477b210-0046-4b94-8b55-8f153e943285 HTTP/1.1" 200 2185 0.075761 10.0.0.73 - - [2025-10-16 02:15:12] "GET /virtual-network/03114ef9-7a51-4b13-8b8f-84a5c5b4889c HTTP/1.1" 200 2335 0.006316 10.0.0.73 - - [2025-10-16 02:15:12] "GET /virtual-network/03114ef9-7a51-4b13-8b8f-84a5c5b4889c HTTP/1.1" 200 2335 0.004511 10.0.0.73 - - [2025-10-16 02:15:12] "GET /routing-instance/858caeef-ce97-42c9-bdf9-ddabf186439f HTTP/1.1" 200 1491 0.004668 10.0.0.73 - - [2025-10-16 02:15:12] "GET /routing-instance/858caeef-ce97-42c9-bdf9-ddabf186439f HTTP/1.1" 200 1491 0.003836 10.0.0.73 - - [2025-10-16 02:15:12] "GET /route-target/25dbbdb9-5119-4329-9c01-c133f830681f HTTP/1.1" 200 1218 0.004014 10.0.0.73 - - [2025-10-16 02:15:12] "GET /virtual-network/03114ef9-7a51-4b13-8b8f-84a5c5b4889c HTTP/1.1" 200 2335 0.004687 10.0.0.73 - - [2025-10-16 02:15:12] "GET /routing-instance/858caeef-ce97-42c9-bdf9-ddabf186439f HTTP/1.1" 200 1491 0.003661 10.0.0.73 - - [2025-10-16 02:15:12] "GET /virtual-network/03114ef9-7a51-4b13-8b8f-84a5c5b4889c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.004987 10.0.0.73 - - [2025-10-16 02:15:12] "GET /virtual-network/03114ef9-7a51-4b13-8b8f-84a5c5b4889c HTTP/1.1" 200 2335 0.005578 10.0.0.73 - - [2025-10-16 02:15:12] "GET /routing-instance/858caeef-ce97-42c9-bdf9-ddabf186439f HTTP/1.1" 200 1491 0.004125 10.0.0.73 - - [2025-10-16 02:15:12] "GET /routing-instance/858caeef-ce97-42c9-bdf9-ddabf186439f HTTP/1.1" 200 1491 0.003788 10.0.0.73 - - [2025-10-16 02:15:12] "GET /route-target/25dbbdb9-5119-4329-9c01-c133f830681f HTTP/1.1" 200 1218 0.003365 10.0.0.73 - - [2025-10-16 02:15:12] "GET /domains HTTP/1.1" 200 280 0.003007 10.0.0.73 - - [2025-10-16 02:15:12] "GET /domains?obj_uuids=61b1a5e4-4f17-4839-837e-aba6307473a6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000887 10.0.0.73 - - [2025-10-16 02:15:12] "GET /domain/61b1a5e4-4f17-4839-837e-aba6307473a6 HTTP/1.1" 200 2781 0.006963 10.0.0.73 - - [2025-10-16 02:15:12] "GET /projects?obj_uuids=f477b210-0046-4b94-8b55-8f153e943285&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001569 10.0.0.73 - - [2025-10-16 02:15:12] "GET /project/f477b210-0046-4b94-8b55-8f153e943285 HTTP/1.1" 200 2185 0.071530 10.0.0.73 - - [2025-10-16 02:15:12] "GET /virtual-network/03114ef9-7a51-4b13-8b8f-84a5c5b4889c HTTP/1.1" 200 2335 0.005392 10.0.0.73 - - [2025-10-16 02:15:12] "GET /obj-perms HTTP/1.1" 200 5054 0.057242 10.0.0.73 - - [2025-10-16 02:15:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003710 10.0.0.73 - - [2025-10-16 02:15:12] "GET /projects?obj_uuids=f477b210-0046-4b94-8b55-8f153e943285&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000938 10.0.0.73 - - [2025-10-16 02:15:12] "GET /project/f477b210-0046-4b94-8b55-8f153e943285?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.024359 10.0.0.73 - - [2025-10-16 02:15:12] "POST /neutron/network HTTP/1.1" 200 117 0.011854 10.0.0.73 - - [2025-10-16 02:15:12] "GET /projects?obj_uuids=f477b210-0046-4b94-8b55-8f153e943285&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001314 10.0.0.73 - - [2025-10-16 02:15:12] "POST /neutron/network HTTP/1.1" 200 619 0.081595 10.0.0.73 - - [2025-10-16 02:15:12] "POST /route-targets HTTP/1.1" 200 327 0.011675 10.0.0.73 - - [2025-10-16 02:15:13] "POST /ref-update HTTP/1.1" 200 156 0.017585 10.0.0.73 - - [2025-10-16 02:15:13] "POST /useragent-kv HTTP/1.1" 200 115 0.005086 10.0.0.73 - - [2025-10-16 02:15:13] "POST /neutron/subnet HTTP/1.1" 200 715 0.158756 10.0.0.73 - - [2025-10-16 02:15:13] "POST /neutron/network HTTP/1.1" 200 836 0.006900 10.0.0.73 - - [2025-10-16 02:15:13] "POST /id-to-fqname HTTP/1.1" 200 233 0.001255 10.0.0.73 - - [2025-10-16 02:15:13] "GET /virtual-network/18a8d0cb-dcee-45db-a6a1-75bac592754f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.005473 10.0.0.73 - - [2025-10-16 02:15:13] "POST /neutron/network HTTP/1.1" 200 836 0.007839 10.0.0.73 - - [2025-10-16 02:15:13] "GET /virtual-network/18a8d0cb-dcee-45db-a6a1-75bac592754f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.005001 10.0.0.73 - - [2025-10-16 02:15:13] "POST /neutron/network HTTP/1.1" 200 836 0.007040 10.0.0.73 - - [2025-10-16 02:15:13] "POST /neutron/subnet HTTP/1.1" 200 715 0.009746 10.0.0.73 - - [2025-10-16 02:15:13] "GET /domains HTTP/1.1" 200 280 0.002841 10.0.0.73 - - [2025-10-16 02:15:13] "GET /domains?obj_uuids=61b1a5e4-4f17-4839-837e-aba6307473a6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001073 10.0.0.73 - - [2025-10-16 02:15:13] "GET /domain/61b1a5e4-4f17-4839-837e-aba6307473a6 HTTP/1.1" 200 2781 0.006862 10.0.0.73 - - [2025-10-16 02:15:13] "GET /projects?obj_uuids=f477b210-0046-4b94-8b55-8f153e943285&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000986 10.0.0.73 - - [2025-10-16 02:15:13] "GET /project/f477b210-0046-4b94-8b55-8f153e943285 HTTP/1.1" 200 2413 0.068258 10.0.0.73 - - [2025-10-16 02:15:13] "GET /virtual-network/18a8d0cb-dcee-45db-a6a1-75bac592754f HTTP/1.1" 200 2333 0.006768 10.0.0.73 - - [2025-10-16 02:15:13] "GET /virtual-network/18a8d0cb-dcee-45db-a6a1-75bac592754f HTTP/1.1" 200 2333 0.005656 10.0.0.73 - - [2025-10-16 02:15:13] "GET /routing-instance/e7abf9c1-9ec2-4985-8dc8-f9db8855cf55 HTTP/1.1" 200 1492 0.004057 10.0.0.73 - - [2025-10-16 02:15:13] "GET /routing-instance/e7abf9c1-9ec2-4985-8dc8-f9db8855cf55 HTTP/1.1" 200 1492 0.003670 10.0.0.73 - - [2025-10-16 02:15:13] "GET /route-target/90ae3c6d-70d2-4850-a941-b6ce70998c3e HTTP/1.1" 200 1219 0.003575 10.0.0.73 - - [2025-10-16 02:15:13] "GET /virtual-network/18a8d0cb-dcee-45db-a6a1-75bac592754f HTTP/1.1" 200 2333 0.006238 10.0.0.73 - - [2025-10-16 02:15:13] "GET /routing-instance/e7abf9c1-9ec2-4985-8dc8-f9db8855cf55 HTTP/1.1" 200 1492 0.004998 10.0.0.73 - - [2025-10-16 02:15:13] "GET /virtual-network/18a8d0cb-dcee-45db-a6a1-75bac592754f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.005377 10.0.0.73 - - [2025-10-16 02:15:13] "GET /virtual-network/18a8d0cb-dcee-45db-a6a1-75bac592754f HTTP/1.1" 200 2333 0.005313 10.0.0.73 - - [2025-10-16 02:15:13] "GET /routing-instance/e7abf9c1-9ec2-4985-8dc8-f9db8855cf55 HTTP/1.1" 200 1492 0.004400 10.0.0.73 - - [2025-10-16 02:15:13] "GET /routing-instance/e7abf9c1-9ec2-4985-8dc8-f9db8855cf55 HTTP/1.1" 200 1492 0.004089 10.0.0.73 - - [2025-10-16 02:15:13] "GET /route-target/90ae3c6d-70d2-4850-a941-b6ce70998c3e HTTP/1.1" 200 1219 0.006828 10.0.0.73 - - [2025-10-16 02:15:13] "GET /domains HTTP/1.1" 200 280 0.002663 10.0.0.73 - - [2025-10-16 02:15:13] "GET /domains?obj_uuids=61b1a5e4-4f17-4839-837e-aba6307473a6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001052 10.0.0.73 - - [2025-10-16 02:15:13] "GET /domain/61b1a5e4-4f17-4839-837e-aba6307473a6 HTTP/1.1" 200 2781 0.007155 10.0.0.73 - - [2025-10-16 02:15:13] "GET /projects?obj_uuids=f477b210-0046-4b94-8b55-8f153e943285&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001135 10.0.0.73 - - [2025-10-16 02:15:13] "GET /project/f477b210-0046-4b94-8b55-8f153e943285 HTTP/1.1" 200 2413 0.074240 10.0.0.73 - - [2025-10-16 02:15:13] "GET /virtual-network/18a8d0cb-dcee-45db-a6a1-75bac592754f HTTP/1.1" 200 2333 0.005583 10.0.0.73 - - [2025-10-16 02:15:13] "GET /obj-perms HTTP/1.1" 200 5054 0.003614 10.0.0.73 - - [2025-10-16 02:15:13] "POST /id-to-fqname HTTP/1.1" 200 233 0.001339 10.0.0.73 - - [2025-10-16 02:15:13] "POST /neutron/network HTTP/1.1" 200 846 0.005828 10.0.0.73 - - [2025-10-16 02:15:13] "GET /aaa-mode HTTP/1.1" 401 292 0.000422 10.0.0.73 - - [2025-10-16 02:15:14] "GET / HTTP/1.1" 200 35931 0.003890 10.0.0.73 - - [2025-10-16 02:15:14] "GET /project/f477b210-0046-4b94-8b55-8f153e943285?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000403 10.0.0.73 - - [2025-10-16 02:15:14] "GET /projects?obj_uuids=f477b210-0046-4b94-8b55-8f153e943285&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001032 10.0.0.73 - - [2025-10-16 02:15:14] "GET /project/f477b210-0046-4b94-8b55-8f153e943285?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.053480 10.0.0.73 - - [2025-10-16 02:15:14] "POST /neutron/network HTTP/1.1" 200 836 0.005438 10.0.0.73 - - [2025-10-16 02:15:14] "POST /neutron/port HTTP/1.1" 200 117 0.006742 10.0.0.73 - - [2025-10-16 02:15:14] "POST /neutron/port HTTP/1.1" 200 117 0.006614 10.0.0.73 - - [2025-10-16 02:15:14] "POST /id-to-fqname HTTP/1.1" 200 233 0.001351 10.0.0.73 - - [2025-10-16 02:15:14] "POST /neutron/port HTTP/1.1" 200 117 0.005389 10.0.0.73 - - [2025-10-16 02:15:14] "POST /neutron/network HTTP/1.1" 200 847 0.006106 10.0.0.73 - - [2025-10-16 02:15:14] "GET /aaa-mode HTTP/1.1" 401 292 0.000431 10.0.0.73 - - [2025-10-16 02:15:15] "POST /neutron/network HTTP/1.1" 200 846 0.005645 10.0.0.73 - - [2025-10-16 02:15:15] "GET /projects?obj_uuids=f477b210-0046-4b94-8b55-8f153e943285&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001458 10.0.0.73 - - [2025-10-16 02:15:15] "GET / HTTP/1.1" 200 35931 0.005369 10.0.0.73 - - [2025-10-16 02:15:15] "GET /project/f477b210-0046-4b94-8b55-8f153e943285?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000550 10.0.0.73 - - [2025-10-16 02:15:15] "POST /neutron/port HTTP/1.1" 200 1070 0.246662 10.0.0.73 - - [2025-10-16 02:15:15] "POST /neutron/port HTTP/1.1" 200 1070 0.011093 10.0.0.73 - - [2025-10-16 02:15:15] "POST /neutron/port HTTP/1.1" 200 1070 0.012132 10.0.0.73 - - [2025-10-16 02:15:15] "POST /neutron/port HTTP/1.1" 200 1124 0.079552 10.0.0.73 - - [2025-10-16 02:15:15] "POST /neutron/port HTTP/1.1" 200 1098 0.016474 10.0.0.73 - - [2025-10-16 02:15:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004245 10.0.0.73 - - [2025-10-16 02:15:15] "GET /projects?obj_uuids=f477b210-0046-4b94-8b55-8f153e943285&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001400 10.0.0.73 - - [2025-10-16 02:15:15] "POST /neutron/subnet HTTP/1.1" 200 689 0.009973 10.0.0.73 - - [2025-10-16 02:15:15] "POST /neutron/port HTTP/1.1" 200 117 0.002197 10.0.0.73 - - [2025-10-16 02:15:15] "GET /project/f477b210-0046-4b94-8b55-8f153e943285?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.078402 10.0.0.73 - - [2025-10-16 02:15:15] "POST /neutron/network HTTP/1.1" 200 836 0.007599 10.0.0.73 - - [2025-10-16 02:15:15] "POST /neutron/network HTTP/1.1" 200 837 0.005769 10.0.0.73 - - [2025-10-16 02:15:15] "POST /neutron/port HTTP/1.1" 200 1098 0.018272 10.0.0.73 - - [2025-10-16 02:15:15] "POST /neutron/security_group HTTP/1.1" 200 2070 0.011038 10.0.0.73 - - [2025-10-16 02:15:15] "POST /neutron/port HTTP/1.1" 200 117 0.006536 10.0.0.73 - - [2025-10-16 02:15:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.005087 10.0.0.73 - - [2025-10-16 02:15:16] "GET /projects?obj_uuids=f477b210-0046-4b94-8b55-8f153e943285&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000979 10.0.0.73 - - [2025-10-16 02:15:16] "GET /project/f477b210-0046-4b94-8b55-8f153e943285?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.033607 10.0.0.73 - - [2025-10-16 02:15:16] "GET /virtual-network/03114ef9-7a51-4b13-8b8f-84a5c5b4889c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005722 10.0.0.73 - - [2025-10-16 02:15:16] "GET /floating-ip-pools?parent_id=03114ef9-7a51-4b13-8b8f-84a5c5b4889c&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.007364 10.0.0.73 - - [2025-10-16 02:15:16] "GET /virtual-network/03114ef9-7a51-4b13-8b8f-84a5c5b4889c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005154 10.0.0.73 - - [2025-10-16 02:15:16] "POST /floating-ip-pools HTTP/1.1" 200 609 0.024877 10.0.0.73 - - [2025-10-16 02:15:16] "POST /ref-update HTTP/1.1" 200 156 0.010723 10.0.0.73 - - [2025-10-16 02:15:16] "GET /virtual-network/03114ef9-7a51-4b13-8b8f-84a5c5b4889c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.010685 10.0.0.73 - - [2025-10-16 02:15:16] "POST /neutron/network HTTP/1.1" 200 847 0.015700 10.0.0.73 - - [2025-10-16 02:15:16] "GET /projects?obj_uuids=f477b210-0046-4b94-8b55-8f153e943285&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001234 10.0.0.73 - - [2025-10-16 02:15:16] "GET /domains HTTP/1.1" 200 280 0.003170 10.0.0.73 - - [2025-10-16 02:15:16] "GET /domains?obj_uuids=61b1a5e4-4f17-4839-837e-aba6307473a6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000921 10.0.0.73 - - [2025-10-16 02:15:16] "GET /domain/61b1a5e4-4f17-4839-837e-aba6307473a6 HTTP/1.1" 200 2781 0.047559 10.0.0.73 - - [2025-10-16 02:15:16] "GET /projects?obj_uuids=f477b210-0046-4b94-8b55-8f153e943285&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000935 10.0.0.73 - - [2025-10-16 02:15:16] "GET /project/f477b210-0046-4b94-8b55-8f153e943285 HTTP/1.1" 200 3255 0.114825 10.0.0.73 - - [2025-10-16 02:15:16] "GET /virtual-network/03114ef9-7a51-4b13-8b8f-84a5c5b4889c HTTP/1.1" 200 2926 0.017620 10.0.0.73 - - [2025-10-16 02:15:16] "GET /floating-ip-pool/4ec4968b-0d25-41a2-815c-6bb7b84d381c HTTP/1.1" 200 1439 0.005486 10.0.0.73 - - [2025-10-16 02:15:16] "GET /domains HTTP/1.1" 200 280 0.006563 10.0.0.73 - - [2025-10-16 02:15:16] "GET /domains?obj_uuids=61b1a5e4-4f17-4839-837e-aba6307473a6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001556 10.0.0.73 - - [2025-10-16 02:15:16] "GET /domain/61b1a5e4-4f17-4839-837e-aba6307473a6 HTTP/1.1" 200 2781 0.011837 10.0.0.73 - - [2025-10-16 02:15:16] "GET /projects?obj_uuids=f477b210-0046-4b94-8b55-8f153e943285&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001074 10.0.0.73 - - [2025-10-16 02:15:16] "POST /neutron/port HTTP/1.1" 200 1071 0.347775 10.0.0.73 - - [2025-10-16 02:15:16] "GET /project/f477b210-0046-4b94-8b55-8f153e943285 HTTP/1.1" 200 3255 0.088584 10.0.0.73 - - [2025-10-16 02:15:16] "GET /virtual-network/03114ef9-7a51-4b13-8b8f-84a5c5b4889c HTTP/1.1" 200 3147 0.018366 10.0.0.73 - - [2025-10-16 02:15:16] "POST /neutron/port HTTP/1.1" 200 1071 0.022492 10.0.0.73 - - [2025-10-16 02:15:16] "GET /virtual-network/03114ef9-7a51-4b13-8b8f-84a5c5b4889c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006876 10.0.0.73 - - [2025-10-16 02:15:16] "POST /neutron/port HTTP/1.1" 200 1071 0.013070 10.0.0.73 - - [2025-10-16 02:15:16] "POST /neutron/port HTTP/1.1" 200 1098 0.018844 10.0.0.73 - - [2025-10-16 02:15:16] "POST /neutron/port HTTP/1.1" 200 1125 0.075365 10.0.0.73 - - [2025-10-16 02:15:16] "POST /neutron/security_group HTTP/1.1" 200 2070 0.012980 10.0.0.73 - - [2025-10-16 02:15:16] "POST /neutron/port HTTP/1.1" 200 1099 0.016224 10.0.0.73 - - [2025-10-16 02:15:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003579 10.0.0.73 - - [2025-10-16 02:15:16] "POST /neutron/subnet HTTP/1.1" 200 694 0.008465 10.0.0.73 - - [2025-10-16 02:15:17] "POST /neutron/port HTTP/1.1" 200 117 0.001833 10.0.0.73 - - [2025-10-16 02:15:17] "POST /neutron/network HTTP/1.1" 200 837 0.009333 10.0.0.73 - - [2025-10-16 02:15:21] "POST /neutron/port HTTP/1.1" 200 1098 0.013187 10.0.0.73 - - [2025-10-16 02:15:22] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006978 10.0.0.73 - - [2025-10-16 02:15:22] "POST /neutron/port HTTP/1.1" 200 1098 0.013093 10.0.0.73 - - [2025-10-16 02:15:22] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008376 10.0.0.73 - - [2025-10-16 02:15:22] "POST /neutron/port HTTP/1.1" 200 1098 0.040622 10.0.0.73 - - [2025-10-16 02:15:22] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007015 10.0.0.73 - - [2025-10-16 02:15:22] "GET /virtual-machine/f8245516-aeee-48ba-a89e-f57a1e3cfbc7 HTTP/1.1" 200 1305 0.005294 10.0.0.73 - - [2025-10-16 02:15:22] "GET /virtual-machine-interface/19e35d82-2e72-4fbf-b5fb-e5db8fe9fdd6 HTTP/1.1" 200 3003 0.005803 10.0.0.73 - - [2025-10-16 02:15:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004298 10.0.0.73 - - [2025-10-16 02:15:22] "GET /global-vrouter-config/9841bc1a-9304-496a-8e13-ee37ad0d925c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003666 10.0.0.73 - - [2025-10-16 02:15:22] "GET /virtual-networks?parent_id=f477b210-0046-4b94-8b55-8f153e943285&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.005569 10.0.0.73 - - [2025-10-16 02:15:22] "GET /virtual-network/18a8d0cb-dcee-45db-a6a1-75bac592754f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.005975 10.0.0.73 - - [2025-10-16 02:15:24] "POST /neutron/port HTTP/1.1" 200 1098 0.022037 10.0.0.73 - - [2025-10-16 02:15:24] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006416 10.0.0.73 - - [2025-10-16 02:15:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003247 10.0.0.73 - - [2025-10-16 02:15:25] "GET /virtual-network/18a8d0cb-dcee-45db-a6a1-75bac592754f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.005355 10.0.0.73 - - [2025-10-16 02:15:25] "POST /neutron/port HTTP/1.1" 200 1099 0.011375 10.0.0.73 - - [2025-10-16 02:15:25] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006063 10.0.0.73 - - [2025-10-16 02:15:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003303 10.0.0.73 - - [2025-10-16 02:15:27] "GET /global-vrouter-config/9841bc1a-9304-496a-8e13-ee37ad0d925c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004129 10.0.0.73 - - [2025-10-16 02:15:27] "GET /virtual-networks?parent_id=f477b210-0046-4b94-8b55-8f153e943285&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003261 10.0.0.73 - - [2025-10-16 02:15:27] "GET /virtual-network/18a8d0cb-dcee-45db-a6a1-75bac592754f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.004998 10.0.0.73 - - [2025-10-16 02:15:27] "GET /projects?obj_uuids=f477b210-0046-4b94-8b55-8f153e943285&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000972 10.0.0.73 - - [2025-10-16 02:15:27] "POST /neutron/floatingip HTTP/1.1" 200 529 0.077076 10.0.0.73 - - [2025-10-16 02:15:27] "POST /neutron/port HTTP/1.1" 200 1098 0.010875 10.0.0.73 - - [2025-10-16 02:15:27] "POST /neutron/floatingip HTTP/1.1" 200 529 0.006335 10.0.0.73 - - [2025-10-16 02:15:27] "POST /neutron/floatingip HTTP/1.1" 200 574 0.040224 10.0.0.73 - - [2025-10-16 02:15:27] "POST /neutron/port HTTP/1.1" 200 1099 0.012030 10.0.0.73 - - [2025-10-16 02:15:27] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006577 10.0.0.73 - - [2025-10-16 02:15:28] "POST /neutron/port HTTP/1.1" 200 1099 0.010574 10.0.0.73 - - [2025-10-16 02:15:28] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006817 10.0.0.73 - - [2025-10-16 02:15:28] "POST /neutron/port HTTP/1.1" 200 1099 0.019147 10.0.0.73 - - [2025-10-16 02:15:28] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007536 10.0.0.73 - - [2025-10-16 02:15:28] "GET /virtual-machine/7f1f87ec-8c2e-45ea-9daa-3af4a32a9dcf HTTP/1.1" 200 1304 0.005361 10.0.0.73 - - [2025-10-16 02:15:28] "GET /virtual-machine-interface/79e7d369-27f6-4139-b899-21b1ae387b1d HTTP/1.1" 200 3003 0.004887 10.0.0.73 - - [2025-10-16 02:15:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003217 10.0.0.73 - - [2025-10-16 02:15:28] "GET /global-vrouter-config/9841bc1a-9304-496a-8e13-ee37ad0d925c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003303 10.0.0.73 - - [2025-10-16 02:15:28] "GET /virtual-networks?parent_id=f477b210-0046-4b94-8b55-8f153e943285&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003011 10.0.0.73 - - [2025-10-16 02:15:28] "GET /virtual-network/03114ef9-7a51-4b13-8b8f-84a5c5b4889c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006521 10.0.0.73 - - [2025-10-16 02:15:29] "DELETE /project/ba6ae0c6e63741039e9c3b71edebd995 HTTP/1.1" 404 173 0.007528 10.0.0.73 - - [2025-10-16 02:15:29] "DELETE /project/f477b21000464b948b558f153e943285 HTTP/1.1" 404 173 0.006294 10.0.0.73 - - [2025-10-16 02:15:29] "DELETE /project/b04f409394d3491d96a106a5e6af154b HTTP/1.1" 404 173 0.005181 10.0.0.73 - - [2025-10-16 02:15:29] "GET /projects?obj_uuids=b04f4093-94d3-491d-96a1-06a5e6af154b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000830 10.0.0.73 - - [2025-10-16 02:15:29] "GET /project/b04f4093-94d3-491d-96a1-06a5e6af154b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1523 0.025275 10.0.0.73 - - [2025-10-16 02:15:29] "GET /projects?obj_uuids=b04f4093-94d3-491d-96a1-06a5e6af154b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001034 10.0.0.73 - - [2025-10-16 02:15:29] "GET /project/b04f4093-94d3-491d-96a1-06a5e6af154b?fields=security_groups HTTP/1.1" 200 1407 0.071058 10.0.0.73 - - [2025-10-16 02:15:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002448 10.0.0.73 - - [2025-10-16 02:15:29] "GET /global-vrouter-config/9841bc1a-9304-496a-8e13-ee37ad0d925c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003226 10.0.0.73 - - [2025-10-16 02:15:29] "GET /virtual-networks?parent_id=f477b210-0046-4b94-8b55-8f153e943285&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.002722 10.0.0.73 - - [2025-10-16 02:15:29] "DELETE /security-group/0e926ed6-c7bd-487c-a5fd-d8d05afe49fc HTTP/1.1" 200 115 0.043953 10.0.0.73 - - [2025-10-16 02:15:29] "GET /projects?obj_uuids=b04f4093-94d3-491d-96a1-06a5e6af154b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001024 10.0.0.73 - - [2025-10-16 02:15:29] "GET /virtual-network/03114ef9-7a51-4b13-8b8f-84a5c5b4889c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.007851 10.0.0.73 - - [2025-10-16 02:15:29] "DELETE /access-control-list/aad4f0bf-95a3-4b9e-8509-d4f9934606d8 HTTP/1.1" 200 115 0.037203 10.0.0.73 - - [2025-10-16 02:15:29] "GET /project/b04f4093-94d3-491d-96a1-06a5e6af154b?fields=application_policy_sets HTTP/1.1" 200 1446 0.037331 10.0.0.73 - - [2025-10-16 02:15:29] "DELETE /access-control-list/784b85ce-91a3-4a53-a4ad-86fe991677b9 HTTP/1.1" 200 115 0.038228 10.0.0.73 - - [2025-10-16 02:15:29] "DELETE /project/b04f4093-94d3-491d-96a1-06a5e6af154b HTTP/1.1" 200 115 0.349988 10.0.0.73 - - [2025-10-16 02:15:29] "POST /neutron/floatingip HTTP/1.1" 200 574 0.009312 10.0.0.73 - - [2025-10-16 02:15:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002650 10.0.0.73 - - [2025-10-16 02:15:29] "GET /routing-instance/858caeef-ce97-42c9-bdf9-ddabf186439f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1491 0.003952 10.0.0.73 - - [2025-10-16 02:15:29] "GET /route-target/25dbbdb9-5119-4329-9c01-c133f830681f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003742 10.0.0.73 - - [2025-10-16 02:15:29] "GET /floating-ip/57cf5fcc-1eec-4103-8d25-4d7affaacb45 HTTP/1.1" 200 1885 0.005129 10.0.0.73 - - [2025-10-16 02:15:32] "POST /neutron/floatingip HTTP/1.1" 200 574 0.008182 10.0.0.73 - - [2025-10-16 02:15:32] "POST /neutron/floatingip HTTP/1.1" 200 529 0.015130 10.0.0.73 - - [2025-10-16 02:15:32] "POST /neutron/floatingip HTTP/1.1" 200 529 0.005356 10.0.0.73 - - [2025-10-16 02:15:32] "POST /neutron/floatingip HTTP/1.1" 200 115 0.034704 10.0.0.73 - - [2025-10-16 02:15:32] "GET /floating-ip-pool/4ec4968b-0d25-41a2-815c-6bb7b84d381c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1204 0.006167 10.0.0.73 - - [2025-10-16 02:15:32] "POST /ref-update HTTP/1.1" 200 156 0.008711 10.0.0.73 - - [2025-10-16 02:15:32] "DELETE /floating-ip-pool/4ec4968b-0d25-41a2-815c-6bb7b84d381c HTTP/1.1" 200 115 0.026921 10.0.0.73 - - [2025-10-16 02:15:32] "POST /neutron/network HTTP/1.1" 200 836 0.007164 10.0.0.73 - - [2025-10-16 02:15:32] "POST /neutron/network HTTP/1.1" 400 204 0.010530 10.0.0.73 - - [2025-10-16 02:15:33] "POST /neutron/port HTTP/1.1" 200 1099 0.011775 10.0.0.73 - - [2025-10-16 02:15:33] "POST /neutron/port HTTP/1.1" 200 1125 0.011160 10.0.0.73 - - [2025-10-16 02:15:33] "POST /neutron/port HTTP/1.1" 200 1098 0.021094 10.0.0.73 - - [2025-10-16 02:15:33] "POST /neutron/port HTTP/1.1" 200 1124 0.022892 10.0.0.73 - - [2025-10-16 02:15:33] "POST /neutron/port HTTP/1.1" 200 151 0.153206 10.0.0.73 - - [2025-10-16 02:15:33] "POST /neutron/port HTTP/1.1" 200 151 0.157505 10.0.0.73 - - [2025-10-16 02:15:34] "GET /obj-perms HTTP/1.1" 200 5056 0.047314 10.0.0.73 - - [2025-10-16 02:15:34] "POST /neutron/network HTTP/1.1" 200 836 0.007112 10.0.0.73 - - [2025-10-16 02:15:34] "POST /useragent-kv HTTP/1.1" 200 115 0.008347 10.0.0.73 - - [2025-10-16 02:15:34] "POST /useragent-kv HTTP/1.1" 200 115 0.002136 10.0.0.73 - - [2025-10-16 02:15:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002934 10.0.0.73 - - [2025-10-16 02:15:35] "POST /neutron/network HTTP/1.1" 200 151 0.094910 10.0.0.73 - - [2025-10-16 02:15:35] "GET /routing-instance/e7abf9c1-9ec2-4985-8dc8-f9db8855cf55 HTTP/1.1" 404 171 0.002016 10.0.0.73 - - [2025-10-16 02:15:35] "GET /domains HTTP/1.1" 200 280 0.002123 10.0.0.73 - - [2025-10-16 02:15:35] "GET /domains?obj_uuids=61b1a5e4-4f17-4839-837e-aba6307473a6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001043 10.0.0.73 - - [2025-10-16 02:15:35] "DELETE /route-target/90ae3c6d-70d2-4850-a941-b6ce70998c3e HTTP/1.1" 200 115 0.027491 10.0.0.73 - - [2025-10-16 02:15:35] "GET /domain/61b1a5e4-4f17-4839-837e-aba6307473a6 HTTP/1.1" 200 2584 0.052708 10.0.0.73 - - [2025-10-16 02:15:35] "GET /projects?obj_uuids=f477b210-0046-4b94-8b55-8f153e943285&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001177 10.0.0.73 - - [2025-10-16 02:15:35] "GET /project/f477b210-0046-4b94-8b55-8f153e943285 HTTP/1.1" 200 2185 0.074349 10.0.0.73 - - [2025-10-16 02:15:35] "GET /obj-perms HTTP/1.1" 200 5056 0.062945 10.0.0.73 - - [2025-10-16 02:15:35] "POST /neutron/network HTTP/1.1" 200 837 0.005601 10.0.0.73 - - [2025-10-16 02:15:35] "POST /useragent-kv HTTP/1.1" 200 115 0.002105 10.0.0.73 - - [2025-10-16 02:15:35] "POST /useragent-kv HTTP/1.1" 200 115 0.002152 10.0.0.73 - - [2025-10-16 02:15:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002676 10.0.0.73 - - [2025-10-16 02:15:35] "POST /neutron/network HTTP/1.1" 200 151 0.090082 10.0.0.73 - - [2025-10-16 02:15:35] "GET /routing-instance/858caeef-ce97-42c9-bdf9-ddabf186439f HTTP/1.1" 404 171 0.003280 10.0.0.73 - - [2025-10-16 02:15:35] "GET /domains HTTP/1.1" 200 280 0.002028 10.0.0.73 - - [2025-10-16 02:15:35] "GET /domains?obj_uuids=61b1a5e4-4f17-4839-837e-aba6307473a6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000924 10.0.0.73 - - [2025-10-16 02:15:35] "DELETE /route-target/25dbbdb9-5119-4329-9c01-c133f830681f HTTP/1.1" 200 115 0.022116 10.0.0.73 - - [2025-10-16 02:15:35] "GET /domain/61b1a5e4-4f17-4839-837e-aba6307473a6 HTTP/1.1" 200 2584 0.049381 10.0.0.73 - - [2025-10-16 02:15:35] "GET /projects?obj_uuids=f477b210-0046-4b94-8b55-8f153e943285&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000952 10.0.0.73 - - [2025-10-16 02:15:35] "GET /project/f477b210-0046-4b94-8b55-8f153e943285 HTTP/1.1" 200 1935 0.072386 10.0.0.73 - - [2025-10-16 02:15:35] "GET /projects?obj_uuids=f477b210-0046-4b94-8b55-8f153e943285&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001073 10.0.0.73 - - [2025-10-16 02:15:35] "GET /project/f477b210-0046-4b94-8b55-8f153e943285?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.027536 10.0.0.73 - - [2025-10-16 02:15:35] "GET /projects?obj_uuids=f477b210-0046-4b94-8b55-8f153e943285&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000993 10.0.0.73 - - [2025-10-16 02:15:35] "GET /project/f477b210-0046-4b94-8b55-8f153e943285?fields=virtual_networks HTTP/1.1" 200 1067 0.082578 10.0.0.73 - - [2025-10-16 02:15:35] "GET /projects?obj_uuids=f477b210-0046-4b94-8b55-8f153e943285&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000929 10.0.0.73 - - [2025-10-16 02:15:35] "GET /project/f477b210-0046-4b94-8b55-8f153e943285?fields=virtual_machine_interfaces HTTP/1.1" 200 1067 0.026294 10.0.0.73 - - [2025-10-16 02:15:35] "GET /projects?obj_uuids=f477b210-0046-4b94-8b55-8f153e943285&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001228 10.0.0.73 - - [2025-10-16 02:15:35] "GET /project/f477b210-0046-4b94-8b55-8f153e943285?fields=security_groups HTTP/1.1" 200 1305 0.024514 10.0.0.73 - - [2025-10-16 02:15:36] "POST /fqname-to-id HTTP/1.1" 404 183 0.027076 10.0.0.73 - - [2025-10-16 02:15:36] "GET /projects?obj_uuids=d711aaf8-87c4-4c17-8fc2-d888ee2718f3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002852 10.0.0.73 - - [2025-10-16 02:15:36] "GET /domains?obj_uuids=61b1a5e4-4f17-4839-837e-aba6307473a6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001321 10.0.0.73 - - [2025-10-16 02:15:36] "GET /domain/61b1a5e4-4f17-4839-837e-aba6307473a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007325 10.0.0.73 - - [2025-10-16 02:15:37] "POST /id-to-fqname HTTP/1.1" 200 185 0.001369 10.0.0.73 - - [2025-10-16 02:15:37] "POST /fqname-to-id HTTP/1.1" 404 194 0.003897 10.0.0.73 - - [2025-10-16 02:15:37] "POST /security-groups HTTP/1.1" 200 586 0.067748 10.0.0.73 - - [2025-10-16 02:15:37] "POST /fqname-to-id HTTP/1.1" 404 229 0.003447 10.0.0.73 - - [2025-10-16 02:15:37] "POST /projects HTTP/1.1" 200 575 0.235946 10.0.0.73 - - [2025-10-16 02:15:37] "POST /access-control-lists HTTP/1.1" 200 591 0.063087 10.0.0.73 - - [2025-10-16 02:15:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.306655 10.0.0.73 - - [2025-10-16 02:15:37] "POST /fqname-to-id HTTP/1.1" 404 228 0.003186 10.0.0.73 - - [2025-10-16 02:15:37] "GET /project/d711aaf8-87c4-4c17-8fc2-d888ee2718f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.436314 10.0.0.73 - - [2025-10-16 02:15:37] "POST /access-control-lists HTTP/1.1" 200 589 0.074890 10.0.0.73 - - [2025-10-16 02:15:38] "GET / HTTP/1.1" 200 35931 0.001966 10.0.0.73 - - [2025-10-16 02:15:39] "GET /projects?obj_uuids=d711aaf8-87c4-4c17-8fc2-d888ee2718f3&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001012 10.0.0.73 - - [2025-10-16 02:15:39] "GET /project/d711aaf8-87c4-4c17-8fc2-d888ee2718f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.044953 10.0.0.73 - - [2025-10-16 02:15:39] "GET /projects?obj_uuids=d711aaf8-87c4-4c17-8fc2-d888ee2718f3&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001107 10.0.0.73 - - [2025-10-16 02:15:39] "GET /project/d711aaf8-87c4-4c17-8fc2-d888ee2718f3?fields=virtual_networks HTTP/1.1" 200 1033 0.039744 10.0.0.73 - - [2025-10-16 02:15:39] "GET /projects?obj_uuids=d711aaf8-87c4-4c17-8fc2-d888ee2718f3&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001090 10.0.0.73 - - [2025-10-16 02:15:39] "GET /project/d711aaf8-87c4-4c17-8fc2-d888ee2718f3?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.034595 10.0.0.73 - - [2025-10-16 02:15:39] "GET /projects?obj_uuids=d711aaf8-87c4-4c17-8fc2-d888ee2718f3&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001022 10.0.0.73 - - [2025-10-16 02:15:39] "GET /project/d711aaf8-87c4-4c17-8fc2-d888ee2718f3?fields=security_groups HTTP/1.1" 200 1254 0.027375 10.0.0.73 - - [2025-10-16 02:15:40] "POST /fqname-to-id HTTP/1.1" 404 183 0.025560 10.0.0.73 - - [2025-10-16 02:15:40] "GET /projects?obj_uuids=709f18dc-c625-46f8-acfe-54400b631045&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002880 10.0.0.73 - - [2025-10-16 02:15:40] "GET /domains?obj_uuids=61b1a5e4-4f17-4839-837e-aba6307473a6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001010 10.0.0.73 - - [2025-10-16 02:15:40] "GET /domain/61b1a5e4-4f17-4839-837e-aba6307473a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007945 10.0.0.73 - - [2025-10-16 02:15:40] "POST /id-to-fqname HTTP/1.1" 200 185 0.001198 10.0.0.73 - - [2025-10-16 02:15:40] "POST /fqname-to-id HTTP/1.1" 404 194 0.003308 10.0.0.73 - - [2025-10-16 02:15:41] "POST /security-groups HTTP/1.1" 200 586 0.065241 10.0.0.73 - - [2025-10-16 02:15:41] "POST /fqname-to-id HTTP/1.1" 404 229 0.004478 10.0.0.73 - - [2025-10-16 02:15:41] "POST /projects HTTP/1.1" 200 575 0.217677 10.0.0.73 - - [2025-10-16 02:15:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.286704 10.0.0.73 - - [2025-10-16 02:15:41] "POST /access-control-lists HTTP/1.1" 200 591 0.069180 10.0.0.73 - - [2025-10-16 02:15:41] "POST /fqname-to-id HTTP/1.1" 404 228 0.003143 10.0.0.73 - - [2025-10-16 02:15:41] "GET /project/709f18dc-c625-46f8-acfe-54400b631045?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.422704 10.0.0.73 - - [2025-10-16 02:15:41] "POST /access-control-lists HTTP/1.1" 200 589 0.068891 10.0.0.73 - - [2025-10-16 02:15:42] "GET / HTTP/1.1" 200 35931 0.002666 10.0.0.73 - - [2025-10-16 02:15:42] "POST /fqname-to-id HTTP/1.1" 404 193 0.003025 10.0.0.73 - - [2025-10-16 02:15:42] "GET /projects?obj_uuids=ba6ae0c6-e637-4103-9e9c-3b71edebd995&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000991 10.0.0.73 - - [2025-10-16 02:15:43] "POST /fqname-to-id HTTP/1.1" 404 228 0.002899 10.0.0.73 - - [2025-10-16 02:15:43] "POST /access-control-lists HTTP/1.1" 200 590 0.024064 10.0.0.73 - - [2025-10-16 02:15:43] "POST /fqname-to-id HTTP/1.1" 404 227 0.003464 10.0.0.73 - - [2025-10-16 02:15:43] "POST /access-control-lists HTTP/1.1" 200 588 0.017047 10.0.0.73 - - [2025-10-16 02:15:43] "PUT /access-control-list/f1469b2b-0ec7-469b-95cc-76a76fe2a021 HTTP/1.1" 200 272 0.008655 10.0.0.73 - - [2025-10-16 02:15:43] "POST /neutron/security_group HTTP/1.1" 200 1364 0.313061 10.0.0.73 - - [2025-10-16 02:15:43] "GET /projects?obj_uuids=ba6ae0c6-e637-4103-9e9c-3b71edebd995&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001087 10.0.0.73 - - [2025-10-16 02:15:43] "PUT /access-control-list/807967b3-69ab-400a-9f64-cc670967f319 HTTP/1.1" 200 272 0.013283 10.0.0.73 - - [2025-10-16 02:15:43] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.030128 10.0.0.73 - - [2025-10-16 02:15:43] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.009655 10.0.0.73 - - [2025-10-16 02:15:43] "PUT /access-control-list/807967b3-69ab-400a-9f64-cc670967f319 HTTP/1.1" 200 272 0.011395 10.0.0.73 - - [2025-10-16 02:15:43] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.154682 10.0.0.73 - - [2025-10-16 02:15:43] "PUT /access-control-list/807967b3-69ab-400a-9f64-cc670967f319 HTTP/1.1" 200 272 0.008987 10.0.0.73 - - [2025-10-16 02:15:43] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.011601 10.0.0.73 - - [2025-10-16 02:15:43] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.165511 10.0.0.73 - - [2025-10-16 02:15:43] "POST /fqname-to-id HTTP/1.1" 404 193 0.002132 10.0.0.73 - - [2025-10-16 02:15:43] "PUT /access-control-list/807967b3-69ab-400a-9f64-cc670967f319 HTTP/1.1" 200 272 0.009680 10.0.0.73 - - [2025-10-16 02:15:43] "GET /projects?obj_uuids=ba6ae0c6-e637-4103-9e9c-3b71edebd995&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000987 10.0.0.73 - - [2025-10-16 02:15:43] "POST /fqname-to-id HTTP/1.1" 404 228 0.002923 10.0.0.73 - - [2025-10-16 02:15:43] "POST /access-control-lists HTTP/1.1" 200 590 0.016093 10.0.0.73 - - [2025-10-16 02:15:43] "POST /fqname-to-id HTTP/1.1" 404 227 0.003054 10.0.0.73 - - [2025-10-16 02:15:43] "POST /access-control-lists HTTP/1.1" 200 588 0.021182 10.0.0.73 - - [2025-10-16 02:15:43] "PUT /access-control-list/0e7de519-10ce-482d-938c-0d74f6d39a52 HTTP/1.1" 200 272 0.008985 10.0.0.73 - - [2025-10-16 02:15:43] "PUT /access-control-list/4711b89b-d467-4615-ae4b-828845d802dd HTTP/1.1" 200 272 0.010793 10.0.0.73 - - [2025-10-16 02:15:44] "POST /neutron/security_group HTTP/1.1" 200 1364 0.340891 10.0.0.73 - - [2025-10-16 02:15:44] "GET /projects?obj_uuids=ba6ae0c6-e637-4103-9e9c-3b71edebd995&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000874 10.0.0.73 - - [2025-10-16 02:15:44] "PUT /access-control-list/4711b89b-d467-4615-ae4b-828845d802dd HTTP/1.1" 200 272 0.011610 10.0.0.73 - - [2025-10-16 02:15:44] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.034475 10.0.0.73 - - [2025-10-16 02:15:44] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.010929 10.0.0.73 - - [2025-10-16 02:15:44] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.169118 10.0.0.73 - - [2025-10-16 02:15:44] "PUT /access-control-list/4711b89b-d467-4615-ae4b-828845d802dd HTTP/1.1" 200 272 0.010736 10.0.0.73 - - [2025-10-16 02:15:44] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.014573 10.0.0.73 - - [2025-10-16 02:15:44] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.096007 10.0.0.73 - - [2025-10-16 02:15:44] "POST /fqname-to-id HTTP/1.1" 401 292 0.000736 10.0.0.73 - - [2025-10-16 02:15:44] "PUT /access-control-list/4711b89b-d467-4615-ae4b-828845d802dd HTTP/1.1" 200 272 0.011899 10.0.0.73 - - [2025-10-16 02:15:44] "POST /fqname-to-id HTTP/1.1" 404 210 0.023904 10.0.0.73 - - [2025-10-16 02:15:44] "GET /projects?obj_uuids=709f18dc-c625-46f8-acfe-54400b631045&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000938 10.0.0.73 - - [2025-10-16 02:15:44] "POST /fqname-to-id HTTP/1.1" 404 245 0.002729 10.0.0.73 - - [2025-10-16 02:15:44] "POST /access-control-lists HTTP/1.1" 200 607 0.015368 10.0.0.73 - - [2025-10-16 02:15:44] "POST /fqname-to-id HTTP/1.1" 404 244 0.003042 10.0.0.73 - - [2025-10-16 02:15:44] "POST /access-control-lists HTTP/1.1" 200 605 0.026801 10.0.0.73 - - [2025-10-16 02:15:45] "PUT /access-control-list/bb98368f-11a0-49fe-b63f-e27aed14c614 HTTP/1.1" 200 272 0.009656 10.0.0.73 - - [2025-10-16 02:15:45] "PUT /access-control-list/402975ab-da33-4000-ab71-0210b8d18ebe HTTP/1.1" 200 272 0.013113 10.0.0.73 - - [2025-10-16 02:15:45] "POST /neutron/security_group HTTP/1.1" 200 1379 0.363545 10.0.0.73 - - [2025-10-16 02:15:45] "GET /projects?obj_uuids=709f18dc-c625-46f8-acfe-54400b631045&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001132 10.0.0.73 - - [2025-10-16 02:15:45] "PUT /access-control-list/402975ab-da33-4000-ab71-0210b8d18ebe HTTP/1.1" 200 272 0.010420 10.0.0.73 - - [2025-10-16 02:15:45] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.037839 10.0.0.73 - - [2025-10-16 02:15:45] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.009769 10.0.0.73 - - [2025-10-16 02:15:45] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.103453 10.0.0.73 - - [2025-10-16 02:15:45] "PUT /access-control-list/402975ab-da33-4000-ab71-0210b8d18ebe HTTP/1.1" 200 272 0.009902 10.0.0.73 - - [2025-10-16 02:15:45] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.012671 10.0.0.73 - - [2025-10-16 02:15:45] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.113176 10.0.0.73 - - [2025-10-16 02:15:45] "POST /fqname-to-id HTTP/1.1" 404 210 0.003214 10.0.0.73 - - [2025-10-16 02:15:45] "PUT /access-control-list/402975ab-da33-4000-ab71-0210b8d18ebe HTTP/1.1" 200 272 0.009912 10.0.0.73 - - [2025-10-16 02:15:45] "GET /projects?obj_uuids=709f18dc-c625-46f8-acfe-54400b631045&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000953 10.0.0.73 - - [2025-10-16 02:15:45] "POST /fqname-to-id HTTP/1.1" 404 245 0.003209 10.0.0.73 - - [2025-10-16 02:15:45] "POST /access-control-lists HTTP/1.1" 200 607 0.017058 10.0.0.73 - - [2025-10-16 02:15:45] "POST /fqname-to-id HTTP/1.1" 404 244 0.003157 10.0.0.73 - - [2025-10-16 02:15:45] "POST /access-control-lists HTTP/1.1" 200 605 0.018964 10.0.0.73 - - [2025-10-16 02:15:45] "PUT /access-control-list/479437fc-3aed-4c45-a407-797c74025348 HTTP/1.1" 200 272 0.008781 10.0.0.73 - - [2025-10-16 02:15:45] "PUT /access-control-list/fc061820-641e-4fca-adc7-b0c2f2ddfc0a HTTP/1.1" 200 272 0.009017 10.0.0.73 - - [2025-10-16 02:15:45] "POST /neutron/security_group HTTP/1.1" 200 1379 0.344105 10.0.0.73 - - [2025-10-16 02:15:45] "GET /projects?obj_uuids=709f18dc-c625-46f8-acfe-54400b631045&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000965 10.0.0.73 - - [2025-10-16 02:15:45] "PUT /access-control-list/fc061820-641e-4fca-adc7-b0c2f2ddfc0a HTTP/1.1" 200 272 0.015563 10.0.0.73 - - [2025-10-16 02:15:45] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.031913 10.0.0.73 - - [2025-10-16 02:15:45] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.007622 10.0.0.73 - - [2025-10-16 02:15:45] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.110001 10.0.0.73 - - [2025-10-16 02:15:45] "PUT /access-control-list/fc061820-641e-4fca-adc7-b0c2f2ddfc0a HTTP/1.1" 200 272 0.009007 10.0.0.73 - - [2025-10-16 02:15:46] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.010050 10.0.0.73 - - [2025-10-16 02:15:46] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.158815 10.0.0.73 - - [2025-10-16 02:15:46] "PUT /access-control-list/fc061820-641e-4fca-adc7-b0c2f2ddfc0a HTTP/1.1" 200 272 0.009633 10.0.0.73 - - [2025-10-16 02:15:46] "GET /projects?obj_uuids=ba6ae0c6-e637-4103-9e9c-3b71edebd995&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001073 10.0.0.73 - - [2025-10-16 02:15:46] "POST /neutron/router HTTP/1.1" 200 541 0.065712 10.0.0.73 - - [2025-10-16 02:15:46] "POST /neutron/router HTTP/1.1" 200 541 0.003888 10.0.0.73 - - [2025-10-16 02:15:46] "POST /route-targets HTTP/1.1" 200 327 0.012884 10.0.0.73 - - [2025-10-16 02:15:46] "POST /neutron/router HTTP/1.1" 200 541 0.004439 10.0.0.73 - - [2025-10-16 02:15:46] "PUT /logical-router/4ec67c99-5c70-4518-848a-b79fff80a251 HTTP/1.1" 200 262 0.030258 10.0.0.73 - - [2025-10-16 02:15:46] "POST /neutron/router HTTP/1.1" 200 541 0.012404 10.0.0.73 - - [2025-10-16 02:15:46] "POST /neutron/router HTTP/1.1" 200 541 0.003556 10.0.0.73 - - [2025-10-16 02:15:46] "POST /neutron/router HTTP/1.1" 200 541 0.003752 10.0.0.73 - - [2025-10-16 02:15:46] "POST /neutron/router HTTP/1.1" 200 541 0.004411 10.0.0.73 - - [2025-10-16 02:15:46] "POST /neutron/router HTTP/1.1" 200 541 0.004061 10.0.0.73 - - [2025-10-16 02:15:46] "POST /neutron/router HTTP/1.1" 200 541 0.003711 10.0.0.73 - - [2025-10-16 02:15:46] "POST /neutron/router HTTP/1.1" 200 541 0.003390 10.0.0.73 - - [2025-10-16 02:15:46] "POST /neutron/router HTTP/1.1" 200 541 0.004302 10.0.0.73 - - [2025-10-16 02:15:46] "POST /neutron/router HTTP/1.1" 200 541 0.003850 10.0.0.73 - - [2025-10-16 02:15:46] "POST /neutron/router HTTP/1.1" 200 541 0.004040 10.0.0.73 - - [2025-10-16 02:15:46] "POST /neutron/router HTTP/1.1" 200 541 0.003458 10.0.0.73 - - [2025-10-16 02:15:46] "POST /neutron/router HTTP/1.1" 200 541 0.003620 10.0.0.73 - - [2025-10-16 02:15:46] "POST /neutron/router HTTP/1.1" 200 541 0.004845 10.0.0.73 - - [2025-10-16 02:15:46] "POST /neutron/router HTTP/1.1" 200 541 0.004214 10.0.0.73 - - [2025-10-16 02:15:46] "POST /neutron/router HTTP/1.1" 200 541 0.003566 10.0.0.73 - - [2025-10-16 02:15:46] "POST /neutron/router HTTP/1.1" 200 541 0.007681 10.0.0.73 - - [2025-10-16 02:15:46] "POST /neutron/router HTTP/1.1" 200 541 0.003767 10.0.0.73 - - [2025-10-16 02:15:46] "POST /neutron/router HTTP/1.1" 200 541 0.003645 10.0.0.73 - - [2025-10-16 02:15:46] "POST /neutron/router HTTP/1.1" 200 541 0.003333 10.0.0.73 - - [2025-10-16 02:15:46] "POST /neutron/router HTTP/1.1" 200 541 0.004095 10.0.0.73 - - [2025-10-16 02:15:46] "POST /neutron/router HTTP/1.1" 200 541 0.003428 10.0.0.73 - - [2025-10-16 02:15:46] "POST /neutron/router HTTP/1.1" 200 541 0.003257 10.0.0.73 - - [2025-10-16 02:15:46] "POST /neutron/router HTTP/1.1" 200 541 0.003335 10.0.0.73 - - [2025-10-16 02:15:46] "POST /neutron/router HTTP/1.1" 200 541 0.003329 10.0.0.73 - - [2025-10-16 02:15:47] "POST /neutron/router HTTP/1.1" 200 541 0.003518 10.0.0.73 - - [2025-10-16 02:15:47] "POST /neutron/router HTTP/1.1" 200 541 0.003923 10.0.0.73 - - [2025-10-16 02:15:47] "POST /neutron/router HTTP/1.1" 200 541 0.003394 10.0.0.73 - - [2025-10-16 02:15:47] "POST /neutron/router HTTP/1.1" 200 541 0.003988 10.0.0.73 - - [2025-10-16 02:15:47] "POST /neutron/router HTTP/1.1" 200 541 0.004595 10.0.0.73 - - [2025-10-16 02:15:47] "POST /neutron/router HTTP/1.1" 200 541 0.003150 10.0.0.73 - - [2025-10-16 02:15:47] "POST /neutron/router HTTP/1.1" 200 541 0.022596 10.0.0.73 - - [2025-10-16 02:15:47] "POST /neutron/router HTTP/1.1" 200 541 0.003773 10.0.0.73 - - [2025-10-16 02:15:47] "POST /neutron/router HTTP/1.1" 200 542 0.021311 10.0.0.73 - - [2025-10-16 02:15:47] "POST /neutron/router HTTP/1.1" 200 542 0.004000 10.0.0.73 - - [2025-10-16 02:15:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003545 10.0.0.73 - - [2025-10-16 02:15:47] "GET /logical-router/4ec67c99-5c70-4518-848a-b79fff80a251?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002656 10.0.0.73 - - [2025-10-16 02:15:47] "POST /neutron/router HTTP/1.1" 200 151 0.049381 10.0.0.73 - - [2025-10-16 02:15:47] "GET /projects?obj_uuids=709f18dc-c625-46f8-acfe-54400b631045&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000991 10.0.0.73 - - [2025-10-16 02:15:47] "DELETE /route-target/033c32a4-8ff1-4668-88ea-8fc2a16fd01b HTTP/1.1" 200 115 0.022589 10.0.0.73 - - [2025-10-16 02:15:47] "POST /neutron/router HTTP/1.1" 200 559 0.045101 10.0.0.73 - - [2025-10-16 02:15:47] "POST /neutron/router HTTP/1.1" 200 559 0.003435 10.0.0.73 - - [2025-10-16 02:15:47] "POST /route-targets HTTP/1.1" 200 327 0.012095 10.0.0.73 - - [2025-10-16 02:15:47] "POST /neutron/router HTTP/1.1" 200 559 0.003592 10.0.0.73 - - [2025-10-16 02:15:47] "POST /neutron/router HTTP/1.1" 200 559 0.003385 10.0.0.73 - - [2025-10-16 02:15:47] "POST /neutron/router HTTP/1.1" 200 559 0.003808 10.0.0.73 - - [2025-10-16 02:15:47] "POST /neutron/router HTTP/1.1" 200 559 0.004171 10.0.0.73 - - [2025-10-16 02:15:47] "PUT /logical-router/c1d27134-9c02-4a3e-b2ba-643b671123ba HTTP/1.1" 200 262 0.019377 10.0.0.73 - - [2025-10-16 02:15:47] "POST /neutron/router HTTP/1.1" 200 559 0.004402 10.0.0.73 - - [2025-10-16 02:15:47] "POST /neutron/router HTTP/1.1" 200 559 0.003917 10.0.0.73 - - [2025-10-16 02:15:47] "POST /neutron/router HTTP/1.1" 200 559 0.004128 10.0.0.73 - - [2025-10-16 02:15:47] "POST /neutron/router HTTP/1.1" 200 559 0.003090 10.0.0.73 - - [2025-10-16 02:15:47] "POST /neutron/router HTTP/1.1" 200 559 0.003695 10.0.0.73 - - [2025-10-16 02:15:47] "POST /neutron/router HTTP/1.1" 200 559 0.003516 10.0.0.73 - - [2025-10-16 02:15:47] "POST /neutron/router HTTP/1.1" 200 559 0.004142 10.0.0.73 - - [2025-10-16 02:15:47] "POST /neutron/router HTTP/1.1" 200 559 0.003526 10.0.0.73 - - [2025-10-16 02:15:47] "POST /neutron/router HTTP/1.1" 200 559 0.003713 10.0.0.73 - - [2025-10-16 02:15:47] "POST /neutron/router HTTP/1.1" 200 559 0.003636 10.0.0.73 - - [2025-10-16 02:15:47] "POST /neutron/router HTTP/1.1" 200 559 0.003725 10.0.0.73 - - [2025-10-16 02:15:47] "POST /neutron/router HTTP/1.1" 200 559 0.003507 10.0.0.73 - - [2025-10-16 02:15:47] "POST /neutron/router HTTP/1.1" 200 559 0.003411 10.0.0.73 - - [2025-10-16 02:15:47] "POST /neutron/router HTTP/1.1" 200 559 0.003639 10.0.0.73 - - [2025-10-16 02:15:47] "POST /neutron/router HTTP/1.1" 200 559 0.003876 10.0.0.73 - - [2025-10-16 02:15:47] "POST /neutron/router HTTP/1.1" 200 559 0.003767 10.0.0.73 - - [2025-10-16 02:15:47] "POST /neutron/router HTTP/1.1" 200 559 0.003576 10.0.0.73 - - [2025-10-16 02:15:47] "POST /neutron/router HTTP/1.1" 200 559 0.003496 10.0.0.73 - - [2025-10-16 02:15:47] "POST /neutron/router HTTP/1.1" 200 559 0.003673 10.0.0.73 - - [2025-10-16 02:15:47] "POST /neutron/router HTTP/1.1" 200 559 0.003886 10.0.0.73 - - [2025-10-16 02:15:47] "POST /neutron/router HTTP/1.1" 200 559 0.003768 10.0.0.73 - - [2025-10-16 02:15:47] "POST /neutron/router HTTP/1.1" 200 559 0.003635 10.0.0.73 - - [2025-10-16 02:15:47] "POST /neutron/router HTTP/1.1" 200 559 0.005035 10.0.0.73 - - [2025-10-16 02:15:47] "POST /neutron/router HTTP/1.1" 200 559 0.003862 10.0.0.73 - - [2025-10-16 02:15:47] "POST /neutron/router HTTP/1.1" 200 559 0.003687 10.0.0.73 - - [2025-10-16 02:15:47] "POST /neutron/router HTTP/1.1" 200 559 0.003667 10.0.0.73 - - [2025-10-16 02:15:47] "POST /neutron/router HTTP/1.1" 200 559 0.004281 10.0.0.73 - - [2025-10-16 02:15:47] "POST /neutron/router HTTP/1.1" 200 559 0.021814 10.0.0.73 - - [2025-10-16 02:15:47] "POST /neutron/router HTTP/1.1" 200 559 0.003719 10.0.0.73 - - [2025-10-16 02:15:47] "POST /neutron/router HTTP/1.1" 200 560 0.017977 10.0.0.73 - - [2025-10-16 02:15:47] "POST /neutron/router HTTP/1.1" 200 560 0.003500 10.0.0.73 - - [2025-10-16 02:15:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002688 10.0.0.73 - - [2025-10-16 02:15:47] "GET /logical-router/c1d27134-9c02-4a3e-b2ba-643b671123ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.004763 10.0.0.73 - - [2025-10-16 02:15:47] "POST /neutron/router HTTP/1.1" 200 151 0.049776 10.0.0.73 - - [2025-10-16 02:15:47] "DELETE /route-target/70b83bee-392f-4199-8ea0-36b5ee83fa37 HTTP/1.1" 200 115 0.021584 10.0.0.73 - - [2025-10-16 02:15:47] "GET /projects?obj_uuids=ba6ae0c6-e637-4103-9e9c-3b71edebd995&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001009 10.0.0.73 - - [2025-10-16 02:15:47] "POST /neutron/router HTTP/1.1" 200 542 0.045842 10.0.0.73 - - [2025-10-16 02:15:47] "POST /neutron/router HTTP/1.1" 200 542 0.004379 10.0.0.73 - - [2025-10-16 02:15:47] "POST /route-targets HTTP/1.1" 200 327 0.012738 10.0.0.73 - - [2025-10-16 02:15:47] "POST /neutron/router HTTP/1.1" 200 542 0.003445 10.0.0.73 - - [2025-10-16 02:15:47] "PUT /logical-router/0c3b8bef-b074-4012-8d08-60cb5c6c0262 HTTP/1.1" 200 262 0.018864 10.0.0.73 - - [2025-10-16 02:15:47] "POST /neutron/router HTTP/1.1" 200 542 0.004588 10.0.0.73 - - [2025-10-16 02:15:47] "POST /neutron/router HTTP/1.1" 200 542 0.003428 10.0.0.73 - - [2025-10-16 02:15:47] "POST /neutron/router HTTP/1.1" 200 542 0.003624 10.0.0.73 - - [2025-10-16 02:15:48] "POST /neutron/router HTTP/1.1" 200 542 0.006354 10.0.0.73 - - [2025-10-16 02:15:48] "POST /neutron/router HTTP/1.1" 200 542 0.004865 10.0.0.73 - - [2025-10-16 02:15:48] "POST /neutron/router HTTP/1.1" 200 542 0.004327 10.0.0.73 - - [2025-10-16 02:15:48] "POST /neutron/router HTTP/1.1" 200 542 0.003848 10.0.0.73 - - [2025-10-16 02:15:48] "POST /neutron/router HTTP/1.1" 200 542 0.003804 10.0.0.73 - - [2025-10-16 02:15:48] "POST /neutron/router HTTP/1.1" 200 542 0.003467 10.0.0.73 - - [2025-10-16 02:15:48] "POST /neutron/router HTTP/1.1" 200 542 0.003642 10.0.0.73 - - [2025-10-16 02:15:48] "POST /neutron/router HTTP/1.1" 200 542 0.003129 10.0.0.73 - - [2025-10-16 02:15:48] "POST /neutron/router HTTP/1.1" 200 542 0.003340 10.0.0.73 - - [2025-10-16 02:15:48] "POST /neutron/router HTTP/1.1" 200 542 0.003678 10.0.0.73 - - [2025-10-16 02:15:48] "POST /neutron/router HTTP/1.1" 200 542 0.003032 10.0.0.73 - - [2025-10-16 02:15:48] "POST /neutron/router HTTP/1.1" 200 542 0.003558 10.0.0.73 - - [2025-10-16 02:15:48] "POST /neutron/router HTTP/1.1" 200 542 0.003531 10.0.0.73 - - [2025-10-16 02:15:48] "POST /neutron/router HTTP/1.1" 200 542 0.003842 10.0.0.73 - - [2025-10-16 02:15:48] "POST /neutron/router HTTP/1.1" 200 542 0.003440 10.0.0.73 - - [2025-10-16 02:15:48] "POST /neutron/router HTTP/1.1" 200 542 0.003792 10.0.0.73 - - [2025-10-16 02:15:48] "POST /neutron/router HTTP/1.1" 200 542 0.003987 10.0.0.73 - - [2025-10-16 02:15:48] "POST /neutron/router HTTP/1.1" 200 542 0.004681 10.0.0.73 - - [2025-10-16 02:15:48] "POST /neutron/router HTTP/1.1" 200 542 0.003102 10.0.0.73 - - [2025-10-16 02:15:48] "POST /neutron/router HTTP/1.1" 200 542 0.003190 10.0.0.73 - - [2025-10-16 02:15:48] "POST /neutron/router HTTP/1.1" 200 542 0.003108 10.0.0.73 - - [2025-10-16 02:15:48] "POST /neutron/router HTTP/1.1" 200 542 0.003633 10.0.0.73 - - [2025-10-16 02:15:48] "POST /neutron/router HTTP/1.1" 200 542 0.003161 10.0.0.73 - - [2025-10-16 02:15:48] "POST /neutron/router HTTP/1.1" 200 542 0.003411 10.0.0.73 - - [2025-10-16 02:15:48] "POST /neutron/router HTTP/1.1" 200 542 0.003594 10.0.0.73 - - [2025-10-16 02:15:48] "POST /neutron/router HTTP/1.1" 200 542 0.003990 10.0.0.73 - - [2025-10-16 02:15:48] "POST /neutron/router HTTP/1.1" 200 542 0.003652 10.0.0.73 - - [2025-10-16 02:15:48] "POST /neutron/router HTTP/1.1" 200 542 0.017208 10.0.0.73 - - [2025-10-16 02:15:48] "POST /neutron/router HTTP/1.1" 200 542 0.003660 10.0.0.73 - - [2025-10-16 02:15:48] "POST /neutron/router HTTP/1.1" 200 541 0.015603 10.0.0.73 - - [2025-10-16 02:15:48] "POST /neutron/router HTTP/1.1" 200 541 0.003974 10.0.0.73 - - [2025-10-16 02:15:48] "GET /logical-router/0c3b8bef-b074-4012-8d08-60cb5c6c0262?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.003124 10.0.0.73 - - [2025-10-16 02:15:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.005775 10.0.0.73 - - [2025-10-16 02:15:48] "POST /neutron/router HTTP/1.1" 200 151 0.040838 10.0.0.73 - - [2025-10-16 02:15:48] "POST /neutron/security_group HTTP/1.1" 200 521 0.003760 10.0.0.73 - - [2025-10-16 02:15:48] "DELETE /route-target/4aaa9b51-3771-4d8c-b9ef-b63d73f16d65 HTTP/1.1" 200 115 0.031091 10.0.0.73 - - [2025-10-16 02:15:48] "POST /neutron/security_group HTTP/1.1" 200 151 0.036855 10.0.0.73 - - [2025-10-16 02:15:48] "DELETE /access-control-list/479437fc-3aed-4c45-a407-797c74025348 HTTP/1.1" 200 115 0.021736 10.0.0.73 - - [2025-10-16 02:15:48] "POST /neutron/security_group HTTP/1.1" 200 521 0.004983 10.0.0.73 - - [2025-10-16 02:15:48] "DELETE /access-control-list/fc061820-641e-4fca-adc7-b0c2f2ddfc0a HTTP/1.1" 200 115 0.024720 10.0.0.73 - - [2025-10-16 02:15:48] "POST /neutron/security_group HTTP/1.1" 200 151 0.036354 10.0.0.73 - - [2025-10-16 02:15:48] "DELETE /access-control-list/bb98368f-11a0-49fe-b63f-e27aed14c614 HTTP/1.1" 200 115 0.024444 10.0.0.73 - - [2025-10-16 02:15:48] "POST /neutron/security_group HTTP/1.1" 200 506 0.004717 10.0.0.73 - - [2025-10-16 02:15:48] "DELETE /access-control-list/402975ab-da33-4000-ab71-0210b8d18ebe HTTP/1.1" 200 115 0.029177 10.0.0.73 - - [2025-10-16 02:15:48] "POST /neutron/security_group HTTP/1.1" 200 151 0.061586 10.0.0.73 - - [2025-10-16 02:15:48] "DELETE /access-control-list/0e7de519-10ce-482d-938c-0d74f6d39a52 HTTP/1.1" 200 115 0.028769 10.0.0.73 - - [2025-10-16 02:15:48] "POST /neutron/security_group HTTP/1.1" 200 506 0.003149 10.0.0.73 - - [2025-10-16 02:15:48] "DELETE /access-control-list/4711b89b-d467-4615-ae4b-828845d802dd HTTP/1.1" 200 115 0.024510 10.0.0.73 - - [2025-10-16 02:15:48] "POST /neutron/security_group HTTP/1.1" 200 151 0.041381 10.0.0.73 - - [2025-10-16 02:15:48] "DELETE /access-control-list/f1469b2b-0ec7-469b-95cc-76a76fe2a021 HTTP/1.1" 200 115 0.021693 10.0.0.73 - - [2025-10-16 02:15:48] "DELETE /access-control-list/807967b3-69ab-400a-9f64-cc670967f319 HTTP/1.1" 200 115 0.018524 10.0.0.73 - - [2025-10-16 02:15:49] "GET /projects?obj_uuids=709f18dc-c625-46f8-acfe-54400b631045&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001012 10.0.0.73 - - [2025-10-16 02:15:49] "GET /project/709f18dc-c625-46f8-acfe-54400b631045?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.027524 10.0.0.73 - - [2025-10-16 02:15:49] "GET /projects?obj_uuids=709f18dc-c625-46f8-acfe-54400b631045&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000937 10.0.0.73 - - [2025-10-16 02:15:49] "GET /project/709f18dc-c625-46f8-acfe-54400b631045?fields=virtual_networks HTTP/1.1" 200 1032 0.068018 10.0.0.73 - - [2025-10-16 02:15:49] "GET /projects?obj_uuids=709f18dc-c625-46f8-acfe-54400b631045&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001506 10.0.0.73 - - [2025-10-16 02:15:49] "GET /project/709f18dc-c625-46f8-acfe-54400b631045?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.058372 10.0.0.73 - - [2025-10-16 02:15:49] "GET /projects?obj_uuids=709f18dc-c625-46f8-acfe-54400b631045&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001010 10.0.0.73 - - [2025-10-16 02:15:49] "GET /project/709f18dc-c625-46f8-acfe-54400b631045?fields=security_groups HTTP/1.1" 200 1253 0.027215 10.0.0.73 - - [2025-10-16 02:15:50] "POST /fqname-to-id HTTP/1.1" 404 184 0.024239 10.0.0.73 - - [2025-10-16 02:15:50] "GET /projects?obj_uuids=018d1149-e2b0-40dc-9132-612b40ca3f55&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002319 10.0.0.73 - - [2025-10-16 02:15:50] "GET /domains?obj_uuids=61b1a5e4-4f17-4839-837e-aba6307473a6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000935 10.0.0.73 - - [2025-10-16 02:15:50] "GET /domain/61b1a5e4-4f17-4839-837e-aba6307473a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006486 10.0.0.73 - - [2025-10-16 02:15:50] "POST /id-to-fqname HTTP/1.1" 200 186 0.001469 10.0.0.73 - - [2025-10-16 02:15:50] "POST /fqname-to-id HTTP/1.1" 404 195 0.002325 10.0.0.73 - - [2025-10-16 02:15:50] "POST /security-groups HTTP/1.1" 200 587 0.061033 10.0.0.73 - - [2025-10-16 02:15:50] "POST /fqname-to-id HTTP/1.1" 404 230 0.002716 10.0.0.73 - - [2025-10-16 02:15:50] "POST /projects HTTP/1.1" 200 577 0.209103 10.0.0.73 - - [2025-10-16 02:15:50] "POST /access-control-lists HTTP/1.1" 200 592 0.062055 10.0.0.73 - - [2025-10-16 02:15:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.281237 10.0.0.73 - - [2025-10-16 02:15:50] "POST /fqname-to-id HTTP/1.1" 404 229 0.003251 10.0.0.73 - - [2025-10-16 02:15:50] "GET /project/018d1149-e2b0-40dc-9132-612b40ca3f55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.409270 10.0.0.73 - - [2025-10-16 02:15:50] "POST /access-control-lists HTTP/1.1" 200 590 0.061636 10.0.0.73 - - [2025-10-16 02:15:51] "GET / HTTP/1.1" 200 35931 0.001740 10.0.0.73 - - [2025-10-16 02:15:52] "POST /fqname-to-id HTTP/1.1" 401 292 0.000478 10.0.0.73 - - [2025-10-16 02:15:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.063791 10.0.0.73 - - [2025-10-16 02:15:52] "GET /projects?obj_uuids=018d1149-e2b0-40dc-9132-612b40ca3f55&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001242 10.0.0.73 - - [2025-10-16 02:15:52] "GET /project/018d1149-e2b0-40dc-9132-612b40ca3f55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.023557 10.0.0.73 - - [2025-10-16 02:15:52] "POST /neutron/network HTTP/1.1" 200 117 0.029508 10.0.0.73 - - [2025-10-16 02:15:52] "GET /projects?obj_uuids=018d1149-e2b0-40dc-9132-612b40ca3f55&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.002901 10.0.0.73 - - [2025-10-16 02:15:52] "POST /neutron/network HTTP/1.1" 200 601 0.082065 10.0.0.73 - - [2025-10-16 02:15:52] "POST /route-targets HTTP/1.1" 200 327 0.012002 10.0.0.73 - - [2025-10-16 02:15:52] "POST /ref-update HTTP/1.1" 200 156 0.011929 10.0.0.73 - - [2025-10-16 02:15:53] "POST /useragent-kv HTTP/1.1" 200 115 0.003803 10.0.0.73 - - [2025-10-16 02:15:53] "POST /neutron/subnet HTTP/1.1" 200 724 0.179082 10.0.0.73 - - [2025-10-16 02:15:53] "POST /neutron/network HTTP/1.1" 200 820 0.006294 10.0.0.73 - - [2025-10-16 02:15:53] "POST /id-to-fqname HTTP/1.1" 200 216 0.001054 10.0.0.73 - - [2025-10-16 02:15:53] "GET /virtual-network/f55c8ca3-5a56-4718-93af-33326685dc9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.005502 10.0.0.73 - - [2025-10-16 02:15:53] "POST /neutron/network HTTP/1.1" 200 820 0.009120 10.0.0.73 - - [2025-10-16 02:15:53] "GET /virtual-network/f55c8ca3-5a56-4718-93af-33326685dc9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.005606 10.0.0.73 - - [2025-10-16 02:15:53] "POST /neutron/network HTTP/1.1" 200 820 0.005787 10.0.0.73 - - [2025-10-16 02:15:53] "POST /neutron/subnet HTTP/1.1" 200 724 0.008290 10.0.0.73 - - [2025-10-16 02:15:53] "POST /fqname-to-id HTTP/1.1" 404 206 0.002552 10.0.0.73 - - [2025-10-16 02:15:53] "GET /virtual-network/f55c8ca3-5a56-4718-93af-33326685dc9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.004483 10.0.0.73 - - [2025-10-16 02:15:53] "GET /projects?obj_uuids=018d1149-e2b0-40dc-9132-612b40ca3f55&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001088 10.0.0.73 - - [2025-10-16 02:15:53] "POST /neutron/port HTTP/1.1" 200 1017 0.171126 10.0.0.73 - - [2025-10-16 02:15:53] "GET /virtual-machine-interface/73b1d8eb-4be0-4b09-98ca-030b1febe1e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2383 0.005080 10.0.0.73 - - [2025-10-16 02:15:53] "GET /virtual-machine-interface/73b1d8eb-4be0-4b09-98ca-030b1febe1e3?fields=instance_ip_back_refs HTTP/1.1" 200 1316 0.005371 10.0.0.73 - - [2025-10-16 02:15:53] "GET /instance-ip/72640f62-2edd-4598-92fb-2676fce57582?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1594 0.004651 10.0.0.73 - - [2025-10-16 02:15:53] "GET /virtual-machine-interface/73b1d8eb-4be0-4b09-98ca-030b1febe1e3 HTTP/1.1" 401 292 0.000483 10.0.0.73 - - [2025-10-16 02:15:54] "GET /virtual-machine-interface/73b1d8eb-4be0-4b09-98ca-030b1febe1e3 HTTP/1.1" 200 2604 0.031321 10.0.0.73 - - [2025-10-16 02:15:54] "POST /neutron/port HTTP/1.1" 200 1017 0.008464 10.0.0.73 - - [2025-10-16 02:15:54] "POST /neutron/port HTTP/1.1" 200 151 0.073780 10.0.0.73 - - [2025-10-16 02:15:54] "POST /neutron/network HTTP/1.1" 200 820 0.005343 10.0.0.73 - - [2025-10-16 02:15:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004269 10.0.0.73 - - [2025-10-16 02:15:54] "POST /useragent-kv HTTP/1.1" 200 115 0.008856 10.0.0.73 - - [2025-10-16 02:15:54] "POST /useragent-kv HTTP/1.1" 200 115 0.001964 10.0.0.73 - - [2025-10-16 02:15:54] "POST /neutron/network HTTP/1.1" 200 151 0.093499 10.0.0.73 - - [2025-10-16 02:15:54] "DELETE /route-target/d56b35f8-830f-45ad-92c1-28aa4f73d6af HTTP/1.1" 200 115 0.026197 10.0.0.73 - - [2025-10-16 02:15:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003160 10.0.0.73 - - [2025-10-16 02:15:54] "GET /projects?obj_uuids=018d1149-e2b0-40dc-9132-612b40ca3f55&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001009 10.0.0.73 - - [2025-10-16 02:15:54] "GET /project/018d1149-e2b0-40dc-9132-612b40ca3f55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.026260 10.0.0.73 - - [2025-10-16 02:15:54] "POST /neutron/network HTTP/1.1" 200 117 0.007643 10.0.0.73 - - [2025-10-16 02:15:54] "GET /projects?obj_uuids=018d1149-e2b0-40dc-9132-612b40ca3f55&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001213 10.0.0.73 - - [2025-10-16 02:15:54] "POST /neutron/network HTTP/1.1" 200 603 0.067085 10.0.0.73 - - [2025-10-16 02:15:54] "POST /route-targets HTTP/1.1" 200 327 0.014145 10.0.0.73 - - [2025-10-16 02:15:54] "POST /ref-update HTTP/1.1" 200 156 0.015481 10.0.0.73 - - [2025-10-16 02:15:55] "POST /useragent-kv HTTP/1.1" 200 115 0.004498 10.0.0.73 - - [2025-10-16 02:15:55] "POST /neutron/subnet HTTP/1.1" 200 720 0.164058 10.0.0.73 - - [2025-10-16 02:15:55] "POST /useragent-kv HTTP/1.1" 200 115 0.004909 10.0.0.73 - - [2025-10-16 02:15:55] "POST /neutron/subnet HTTP/1.1" 200 715 0.171394 10.0.0.73 - - [2025-10-16 02:15:55] "POST /neutron/network HTTP/1.1" 200 975 0.007408 10.0.0.73 - - [2025-10-16 02:15:55] "POST /id-to-fqname HTTP/1.1" 200 217 0.001173 10.0.0.73 - - [2025-10-16 02:15:55] "GET /virtual-network/f966ae23-7064-4b08-9d84-6a1c083121e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.004781 10.0.0.73 - - [2025-10-16 02:15:55] "POST /neutron/network HTTP/1.1" 200 975 0.010655 10.0.0.73 - - [2025-10-16 02:15:55] "GET /virtual-network/f966ae23-7064-4b08-9d84-6a1c083121e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.006544 10.0.0.73 - - [2025-10-16 02:15:55] "POST /neutron/network HTTP/1.1" 200 975 0.007004 10.0.0.73 - - [2025-10-16 02:15:55] "POST /neutron/subnet HTTP/1.1" 200 720 0.008227 10.0.0.73 - - [2025-10-16 02:15:55] "POST /neutron/subnet HTTP/1.1" 200 715 0.007120 10.0.0.73 - - [2025-10-16 02:15:55] "GET /projects?obj_uuids=018d1149-e2b0-40dc-9132-612b40ca3f55&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001029 10.0.0.73 - - [2025-10-16 02:15:55] "POST /neutron/port HTTP/1.1" 200 1017 0.157568 10.0.0.73 - - [2025-10-16 02:15:55] "GET /projects?obj_uuids=018d1149-e2b0-40dc-9132-612b40ca3f55&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001124 10.0.0.73 - - [2025-10-16 02:15:55] "POST /neutron/port HTTP/1.1" 200 1016 0.155321 10.0.0.73 - - [2025-10-16 02:15:55] "POST /id-to-fqname HTTP/1.1" 200 217 0.001214 10.0.0.73 - - [2025-10-16 02:15:56] "POST /neutron/port HTTP/1.1" 200 1017 0.007831 10.0.0.73 - - [2025-10-16 02:15:56] "POST /neutron/port HTTP/1.1" 200 1017 0.007781 10.0.0.73 - - [2025-10-16 02:15:56] "POST /neutron/network HTTP/1.1" 200 975 0.009110 10.0.0.73 - - [2025-10-16 02:15:56] "POST /neutron/port HTTP/1.1" 200 1017 0.008647 10.0.0.73 - - [2025-10-16 02:15:56] "POST /neutron/port HTTP/1.1" 200 117 0.004848 10.0.0.73 - - [2025-10-16 02:15:56] "POST /neutron/port HTTP/1.1" 200 117 0.005377 10.0.0.73 - - [2025-10-16 02:15:56] "POST /id-to-fqname HTTP/1.1" 200 217 0.001747 10.0.0.73 - - [2025-10-16 02:15:56] "POST /neutron/port HTTP/1.1" 200 117 0.004875 10.0.0.73 - - [2025-10-16 02:15:56] "POST /neutron/port HTTP/1.1" 200 1016 0.007101 10.0.0.73 - - [2025-10-16 02:15:56] "POST /neutron/port HTTP/1.1" 200 1016 0.006793 10.0.0.73 - - [2025-10-16 02:15:56] "POST /neutron/network HTTP/1.1" 200 975 0.007093 10.0.0.73 - - [2025-10-16 02:15:56] "POST /neutron/port HTTP/1.1" 200 1016 0.009552 10.0.0.73 - - [2025-10-16 02:15:56] "POST /neutron/port HTTP/1.1" 200 1017 0.008780 10.0.0.73 - - [2025-10-16 02:15:56] "POST /neutron/port HTTP/1.1" 200 1016 0.011484 10.0.0.73 - - [2025-10-16 02:15:56] "POST /neutron/port HTTP/1.1" 200 117 0.006324 10.0.0.73 - - [2025-10-16 02:15:56] "POST /neutron/port HTTP/1.1" 200 117 0.005097 10.0.0.73 - - [2025-10-16 02:15:56] "POST /neutron/port HTTP/1.1" 200 117 0.005747 10.0.0.73 - - [2025-10-16 02:15:57] "POST /neutron/port HTTP/1.1" 200 1017 0.007674 10.0.0.73 - - [2025-10-16 02:15:57] "POST /neutron/network HTTP/1.1" 200 985 0.008465 10.0.0.73 - - [2025-10-16 02:15:57] "POST /neutron/port HTTP/1.1" 200 1016 0.008079 10.0.0.73 - - [2025-10-16 02:15:57] "POST /neutron/port HTTP/1.1" 200 1017 0.007619 10.0.0.73 - - [2025-10-16 02:15:57] "POST /neutron/network HTTP/1.1" 200 985 0.006492 10.0.0.73 - - [2025-10-16 02:15:57] "POST /neutron/port HTTP/1.1" 200 1017 0.008570 10.0.0.73 - - [2025-10-16 02:15:57] "POST /neutron/port HTTP/1.1" 200 1016 0.027154 10.0.0.73 - - [2025-10-16 02:15:57] "POST /neutron/port HTTP/1.1" 200 1016 0.011143 10.0.0.73 - - [2025-10-16 02:15:57] "POST /neutron/port HTTP/1.1" 200 1109 0.132221 10.0.0.73 - - [2025-10-16 02:15:57] "POST /neutron/port HTTP/1.1" 200 1108 0.104366 10.0.0.73 - - [2025-10-16 02:15:57] "POST /neutron/port HTTP/1.1" 200 1083 0.012513 10.0.0.73 - - [2025-10-16 02:15:57] "POST /neutron/port HTTP/1.1" 200 1082 0.010790 10.0.0.73 - - [2025-10-16 02:15:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003638 10.0.0.73 - - [2025-10-16 02:15:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003833 10.0.0.73 - - [2025-10-16 02:15:57] "POST /neutron/subnet HTTP/1.1" 200 694 0.008928 10.0.0.73 - - [2025-10-16 02:15:57] "POST /neutron/port HTTP/1.1" 200 117 0.001266 10.0.0.73 - - [2025-10-16 02:15:57] "POST /neutron/subnet HTTP/1.1" 200 689 0.012450 10.0.0.73 - - [2025-10-16 02:15:57] "POST /neutron/network HTTP/1.1" 200 975 0.008606 10.0.0.73 - - [2025-10-16 02:15:57] "POST /neutron/port HTTP/1.1" 200 117 0.001483 10.0.0.73 - - [2025-10-16 02:15:57] "POST /neutron/network HTTP/1.1" 200 975 0.008592 10.0.0.73 - - [2025-10-16 02:16:01] "POST /neutron/port HTTP/1.1" 200 1083 0.013941 10.0.0.73 - - [2025-10-16 02:16:01] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007366 10.0.0.73 - - [2025-10-16 02:16:01] "POST /neutron/port HTTP/1.1" 200 1083 0.012276 10.0.0.73 - - [2025-10-16 02:16:01] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006664 10.0.0.73 - - [2025-10-16 02:16:02] "POST /neutron/port HTTP/1.1" 200 1083 0.012805 10.0.0.73 - - [2025-10-16 02:16:02] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006566 10.0.0.73 - - [2025-10-16 02:16:02] "GET /virtual-machine/a1a29303-4576-4ec2-8fe8-a369afee5237 HTTP/1.1" 200 1285 0.005349 10.0.0.73 - - [2025-10-16 02:16:02] "GET /virtual-machine-interface/c5143f26-03f5-46d1-ac02-8ff89cb16b6f HTTP/1.1" 200 2924 0.005075 10.0.0.73 - - [2025-10-16 02:16:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.010822 10.0.0.73 - - [2025-10-16 02:16:02] "GET /global-vrouter-config/9841bc1a-9304-496a-8e13-ee37ad0d925c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003701 10.0.0.73 - - [2025-10-16 02:16:02] "GET /virtual-networks?parent_id=018d1149-e2b0-40dc-9132-612b40ca3f55&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.003268 10.0.0.73 - - [2025-10-16 02:16:02] "GET /virtual-network/f966ae23-7064-4b08-9d84-6a1c083121e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.005536 10.0.0.73 - - [2025-10-16 02:16:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003478 10.0.0.73 - - [2025-10-16 02:16:05] "GET /virtual-network/f966ae23-7064-4b08-9d84-6a1c083121e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.007670 10.0.0.73 - - [2025-10-16 02:16:06] "POST /neutron/port HTTP/1.1" 200 1083 0.012348 10.0.0.73 - - [2025-10-16 02:16:06] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007748 10.0.0.73 - - [2025-10-16 02:16:06] "POST /neutron/port HTTP/1.1" 200 1082 0.012318 10.0.0.73 - - [2025-10-16 02:16:06] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005608 10.0.0.73 - - [2025-10-16 02:16:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003450 10.0.0.73 - - [2025-10-16 02:16:09] "GET /global-vrouter-config/9841bc1a-9304-496a-8e13-ee37ad0d925c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003361 10.0.0.73 - - [2025-10-16 02:16:09] "GET /virtual-networks?parent_id=018d1149-e2b0-40dc-9132-612b40ca3f55&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.003369 10.0.0.73 - - [2025-10-16 02:16:09] "GET /virtual-network/f966ae23-7064-4b08-9d84-6a1c083121e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.005066 10.0.0.73 - - [2025-10-16 02:16:09] "POST /neutron/port HTTP/1.1" 200 1083 0.011533 10.0.0.73 - - [2025-10-16 02:16:09] "POST /neutron/security_group HTTP/1.1" 200 2054 0.008808 10.0.0.73 - - [2025-10-16 02:16:13] "POST /neutron/port HTTP/1.1" 200 1083 0.011324 10.0.0.73 - - [2025-10-16 02:16:13] "POST /neutron/port HTTP/1.1" 200 1083 0.010782 10.0.0.73 - - [2025-10-16 02:16:13] "POST /neutron/network HTTP/1.1" 200 985 0.009561 10.0.0.73 - - [2025-10-16 02:16:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003417 10.0.0.73 - - [2025-10-16 02:16:13] "POST /neutron/subnet HTTP/1.1" 200 694 0.008537 10.0.0.73 - - [2025-10-16 02:16:13] "POST /neutron/port HTTP/1.1" 200 117 0.001468 10.0.0.73 - - [2025-10-16 02:16:13] "POST /neutron/network HTTP/1.1" 200 975 0.007885 10.0.0.73 - - [2025-10-16 02:16:14] "POST /neutron/port HTTP/1.1" 200 1082 0.014117 10.0.0.73 - - [2025-10-16 02:16:15] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006823 10.0.0.73 - - [2025-10-16 02:16:15] "POST /neutron/port HTTP/1.1" 200 1082 0.013685 10.0.0.73 - - [2025-10-16 02:16:15] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006913 10.0.0.73 - - [2025-10-16 02:16:15] "POST /neutron/port HTTP/1.1" 200 1082 0.011385 10.0.0.73 - - [2025-10-16 02:16:15] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006961 10.0.0.73 - - [2025-10-16 02:16:15] "GET /virtual-machine/19d2cd36-cc1f-4d4d-9206-6dc40358ece7 HTTP/1.1" 200 1284 0.005210 10.0.0.73 - - [2025-10-16 02:16:15] "GET /virtual-machine-interface/68df230f-b9f1-4efd-a0de-eaac9d58723c HTTP/1.1" 200 2923 0.004767 10.0.0.73 - - [2025-10-16 02:16:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003515 10.0.0.73 - - [2025-10-16 02:16:15] "GET /global-vrouter-config/9841bc1a-9304-496a-8e13-ee37ad0d925c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003386 10.0.0.73 - - [2025-10-16 02:16:15] "GET /virtual-networks?parent_id=018d1149-e2b0-40dc-9132-612b40ca3f55&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002910 10.0.0.73 - - [2025-10-16 02:16:15] "GET /virtual-network/f966ae23-7064-4b08-9d84-6a1c083121e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.005606 10.0.0.73 - - [2025-10-16 02:16:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003116 10.0.0.73 - - [2025-10-16 02:16:16] "GET /global-vrouter-config/9841bc1a-9304-496a-8e13-ee37ad0d925c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003952 10.0.0.73 - - [2025-10-16 02:16:16] "GET /virtual-networks?parent_id=018d1149-e2b0-40dc-9132-612b40ca3f55&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.003239 10.0.0.73 - - [2025-10-16 02:16:16] "GET /virtual-network/f966ae23-7064-4b08-9d84-6a1c083121e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.006262 10.0.0.73 - - [2025-10-16 02:16:20] "POST /neutron/port HTTP/1.1" 200 1108 0.012961 10.0.0.73 - - [2025-10-16 02:16:20] "POST /neutron/port HTTP/1.1" 200 1108 0.008774 10.0.0.73 - - [2025-10-16 02:16:20] "POST /neutron/port HTTP/1.1" 200 151 0.128586 10.0.0.73 - - [2025-10-16 02:16:20] "POST /neutron/port HTTP/1.1" 200 1109 0.010739 10.0.0.73 - - [2025-10-16 02:16:20] "POST /neutron/port HTTP/1.1" 200 1109 0.009542 10.0.0.73 - - [2025-10-16 02:16:20] "POST /neutron/port HTTP/1.1" 200 151 0.133719 10.0.0.73 - - [2025-10-16 02:16:20] "POST /neutron/network HTTP/1.1" 200 975 0.007003 10.0.0.73 - - [2025-10-16 02:16:20] "POST /neutron/port HTTP/1.1" 200 117 0.012513 10.0.0.73 - - [2025-10-16 02:16:20] "POST /neutron/port HTTP/1.1" 400 205 0.002440 10.0.0.73 - - [2025-10-16 02:16:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003662 10.0.0.73 - - [2025-10-16 02:16:20] "POST /useragent-kv HTTP/1.1" 200 115 0.007387 10.0.0.73 - - [2025-10-16 02:16:20] "POST /useragent-kv HTTP/1.1" 200 115 0.006969 10.0.0.73 - - [2025-10-16 02:16:20] "POST /useragent-kv HTTP/1.1" 200 115 0.002399 10.0.0.73 - - [2025-10-16 02:16:20] "POST /useragent-kv HTTP/1.1" 200 115 0.002033 10.0.0.73 - - [2025-10-16 02:16:20] "POST /neutron/network HTTP/1.1" 200 151 0.133521 10.0.0.73 - - [2025-10-16 02:16:20] "DELETE /route-target/63f1eaee-5066-4f5a-91d9-bf15fae3565b HTTP/1.1" 200 115 0.035830 10.0.0.73 - - [2025-10-16 02:16:20] "GET /projects?obj_uuids=018d1149-e2b0-40dc-9132-612b40ca3f55&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001382 10.0.0.73 - - [2025-10-16 02:16:20] "GET /project/018d1149-e2b0-40dc-9132-612b40ca3f55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.027782 10.0.0.73 - - [2025-10-16 02:16:20] "GET /projects?obj_uuids=018d1149-e2b0-40dc-9132-612b40ca3f55&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001365 10.0.0.73 - - [2025-10-16 02:16:20] "GET /project/018d1149-e2b0-40dc-9132-612b40ca3f55?fields=virtual_networks HTTP/1.1" 200 1033 0.070497 10.0.0.73 - - [2025-10-16 02:16:21] "GET /projects?obj_uuids=018d1149-e2b0-40dc-9132-612b40ca3f55&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001179 10.0.0.73 - - [2025-10-16 02:16:21] "GET /project/018d1149-e2b0-40dc-9132-612b40ca3f55?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.026840 10.0.0.73 - - [2025-10-16 02:16:21] "GET /projects?obj_uuids=018d1149-e2b0-40dc-9132-612b40ca3f55&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001081 10.0.0.73 - - [2025-10-16 02:16:21] "GET /project/018d1149-e2b0-40dc-9132-612b40ca3f55?fields=security_groups HTTP/1.1" 200 1255 0.022038 10.0.0.73 - - [2025-10-16 02:16:21] "POST /fqname-to-id HTTP/1.1" 404 186 0.023630 10.0.0.73 - - [2025-10-16 02:16:21] "GET /projects?obj_uuids=4f0cf15f-63e8-422a-bece-2f58578d5674&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002677 10.0.0.73 - - [2025-10-16 02:16:22] "GET /domains?obj_uuids=61b1a5e4-4f17-4839-837e-aba6307473a6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001143 10.0.0.73 - - [2025-10-16 02:16:22] "GET /domain/61b1a5e4-4f17-4839-837e-aba6307473a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.008359 10.0.0.73 - - [2025-10-16 02:16:22] "POST /id-to-fqname HTTP/1.1" 200 188 0.001651 10.0.0.73 - - [2025-10-16 02:16:22] "POST /fqname-to-id HTTP/1.1" 404 197 0.004756 10.0.0.73 - - [2025-10-16 02:16:22] "POST /security-groups HTTP/1.1" 200 589 0.065285 10.0.0.73 - - [2025-10-16 02:16:22] "POST /fqname-to-id HTTP/1.1" 404 232 0.002859 10.0.0.73 - - [2025-10-16 02:16:22] "POST /projects HTTP/1.1" 200 581 0.222910 10.0.0.73 - - [2025-10-16 02:16:22] "POST /access-control-lists HTTP/1.1" 200 594 0.060372 10.0.0.73 - - [2025-10-16 02:16:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.305042 10.0.0.73 - - [2025-10-16 02:16:22] "POST /fqname-to-id HTTP/1.1" 404 231 0.003199 10.0.0.73 - - [2025-10-16 02:16:22] "GET /project/4f0cf15f-63e8-422a-bece-2f58578d5674?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.430883 10.0.0.73 - - [2025-10-16 02:16:22] "POST /access-control-lists HTTP/1.1" 200 592 0.060798 10.0.0.73 - - [2025-10-16 02:16:23] "GET / HTTP/1.1" 200 35931 0.001979 10.0.0.73 - - [2025-10-16 02:16:24] "POST /fqname-to-id HTTP/1.1" 401 292 0.000685 10.0.0.73 - - [2025-10-16 02:16:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.058143 10.0.0.73 - - [2025-10-16 02:16:24] "GET /projects?obj_uuids=4f0cf15f-63e8-422a-bece-2f58578d5674&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000950 10.0.0.73 - - [2025-10-16 02:16:24] "GET /project/4f0cf15f-63e8-422a-bece-2f58578d5674?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.025915 10.0.0.73 - - [2025-10-16 02:16:24] "POST /neutron/network HTTP/1.1" 200 117 0.032022 10.0.0.73 - - [2025-10-16 02:16:24] "GET /projects?obj_uuids=4f0cf15f-63e8-422a-bece-2f58578d5674&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001281 10.0.0.73 - - [2025-10-16 02:16:24] "POST /neutron/network HTTP/1.1" 200 605 0.079236 10.0.0.73 - - [2025-10-16 02:16:24] "POST /route-targets HTTP/1.1" 200 327 0.014500 10.0.0.73 - - [2025-10-16 02:16:24] "POST /ref-update HTTP/1.1" 200 156 0.014689 10.0.0.73 - - [2025-10-16 02:16:25] "POST /useragent-kv HTTP/1.1" 200 115 0.003953 10.0.0.73 - - [2025-10-16 02:16:25] "POST /neutron/subnet HTTP/1.1" 200 719 0.167710 10.0.0.73 - - [2025-10-16 02:16:25] "POST /neutron/network HTTP/1.1" 200 823 0.015133 10.0.0.73 - - [2025-10-16 02:16:25] "POST /id-to-fqname HTTP/1.1" 200 219 0.001462 10.0.0.73 - - [2025-10-16 02:16:25] "GET /virtual-network/c72dc1af-3ff0-4db1-a06b-5d022231c4c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.004828 10.0.0.73 - - [2025-10-16 02:16:25] "POST /neutron/network HTTP/1.1" 200 823 0.006868 10.0.0.73 - - [2025-10-16 02:16:25] "GET /virtual-network/c72dc1af-3ff0-4db1-a06b-5d022231c4c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.004822 10.0.0.73 - - [2025-10-16 02:16:25] "POST /neutron/network HTTP/1.1" 200 823 0.007172 10.0.0.73 - - [2025-10-16 02:16:25] "POST /neutron/subnet HTTP/1.1" 200 719 0.007265 10.0.0.73 - - [2025-10-16 02:16:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002688 10.0.0.73 - - [2025-10-16 02:16:25] "GET /projects?obj_uuids=4f0cf15f-63e8-422a-bece-2f58578d5674&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001049 10.0.0.73 - - [2025-10-16 02:16:25] "GET /project/4f0cf15f-63e8-422a-bece-2f58578d5674?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.026599 10.0.0.73 - - [2025-10-16 02:16:25] "POST /neutron/network HTTP/1.1" 200 117 0.011582 10.0.0.73 - - [2025-10-16 02:16:25] "POST /neutron/port HTTP/1.1" 200 117 0.005688 10.0.0.73 - - [2025-10-16 02:16:25] "GET /projects?obj_uuids=4f0cf15f-63e8-422a-bece-2f58578d5674&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001138 10.0.0.73 - - [2025-10-16 02:16:25] "POST /neutron/port HTTP/1.1" 400 205 0.002933 10.0.0.73 - - [2025-10-16 02:16:25] "POST /neutron/network HTTP/1.1" 200 605 0.091879 10.0.0.73 - - [2025-10-16 02:16:25] "POST /route-targets HTTP/1.1" 200 327 0.019279 10.0.0.73 - - [2025-10-16 02:16:25] "POST /ref-update HTTP/1.1" 200 156 0.014616 10.0.0.73 - - [2025-10-16 02:16:25] "POST /useragent-kv HTTP/1.1" 200 115 0.008337 10.0.0.73 - - [2025-10-16 02:16:25] "POST /neutron/subnet HTTP/1.1" 200 719 0.174660 10.0.0.73 - - [2025-10-16 02:16:25] "POST /neutron/network HTTP/1.1" 200 823 0.006540 10.0.0.73 - - [2025-10-16 02:16:25] "POST /id-to-fqname HTTP/1.1" 200 219 0.001257 10.0.0.73 - - [2025-10-16 02:16:25] "GET /virtual-network/5825f0b6-d4d1-4532-8956-adda20dab0e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.005412 10.0.0.73 - - [2025-10-16 02:16:25] "POST /neutron/network HTTP/1.1" 200 823 0.005146 10.0.0.73 - - [2025-10-16 02:16:25] "GET /virtual-network/5825f0b6-d4d1-4532-8956-adda20dab0e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.005730 10.0.0.73 - - [2025-10-16 02:16:25] "POST /neutron/network HTTP/1.1" 200 823 0.005792 10.0.0.73 - - [2025-10-16 02:16:25] "POST /neutron/subnet HTTP/1.1" 200 719 0.006742 10.0.0.73 - - [2025-10-16 02:16:25] "POST /id-to-fqname HTTP/1.1" 200 219 0.001086 10.0.0.73 - - [2025-10-16 02:16:26] "POST /neutron/network HTTP/1.1" 200 833 0.007541 10.0.0.73 - - [2025-10-16 02:16:26] "GET /aaa-mode HTTP/1.1" 401 292 0.001047 10.0.0.73 - - [2025-10-16 02:16:26] "GET / HTTP/1.1" 200 35931 0.002664 10.0.0.73 - - [2025-10-16 02:16:26] "GET /project/4f0cf15f-63e8-422a-bece-2f58578d5674?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000357 10.0.0.73 - - [2025-10-16 02:16:26] "GET /projects?obj_uuids=4f0cf15f-63e8-422a-bece-2f58578d5674&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000981 10.0.0.73 - - [2025-10-16 02:16:26] "GET /project/4f0cf15f-63e8-422a-bece-2f58578d5674?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.052864 10.0.0.73 - - [2025-10-16 02:16:26] "POST /neutron/network HTTP/1.1" 200 823 0.005898 10.0.0.73 - - [2025-10-16 02:16:26] "POST /neutron/port HTTP/1.1" 200 117 0.004953 10.0.0.73 - - [2025-10-16 02:16:26] "POST /neutron/port HTTP/1.1" 200 117 0.005152 10.0.0.73 - - [2025-10-16 02:16:27] "POST /id-to-fqname HTTP/1.1" 200 219 0.001366 10.0.0.73 - - [2025-10-16 02:16:27] "POST /neutron/port HTTP/1.1" 200 117 0.004970 10.0.0.73 - - [2025-10-16 02:16:27] "POST /neutron/network HTTP/1.1" 200 833 0.008946 10.0.0.73 - - [2025-10-16 02:16:27] "GET /aaa-mode HTTP/1.1" 401 292 0.000427 10.0.0.73 - - [2025-10-16 02:16:27] "POST /neutron/network HTTP/1.1" 200 833 0.006477 10.0.0.73 - - [2025-10-16 02:16:27] "GET /projects?obj_uuids=4f0cf15f-63e8-422a-bece-2f58578d5674&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001145 10.0.0.73 - - [2025-10-16 02:16:27] "POST /neutron/port HTTP/1.1" 200 1057 0.229059 10.0.0.73 - - [2025-10-16 02:16:27] "GET / HTTP/1.1" 200 35931 0.001658 10.0.0.73 - - [2025-10-16 02:16:27] "GET /project/4f0cf15f-63e8-422a-bece-2f58578d5674?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000504 10.0.0.73 - - [2025-10-16 02:16:27] "POST /neutron/port HTTP/1.1" 200 1057 0.014864 10.0.0.73 - - [2025-10-16 02:16:27] "POST /neutron/port HTTP/1.1" 200 1057 0.012445 10.0.0.73 - - [2025-10-16 02:16:27] "POST /neutron/port HTTP/1.1" 200 1111 0.082555 10.0.0.73 - - [2025-10-16 02:16:27] "POST /neutron/port HTTP/1.1" 200 1085 0.010433 10.0.0.73 - - [2025-10-16 02:16:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003480 10.0.0.73 - - [2025-10-16 02:16:27] "POST /neutron/subnet HTTP/1.1" 200 693 0.010122 10.0.0.73 - - [2025-10-16 02:16:27] "POST /neutron/port HTTP/1.1" 200 117 0.001619 10.0.0.73 - - [2025-10-16 02:16:27] "POST /neutron/network HTTP/1.1" 200 823 0.006171 10.0.0.73 - - [2025-10-16 02:16:28] "GET /projects?obj_uuids=4f0cf15f-63e8-422a-bece-2f58578d5674&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001680 10.0.0.73 - - [2025-10-16 02:16:28] "GET /project/4f0cf15f-63e8-422a-bece-2f58578d5674?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.060969 10.0.0.73 - - [2025-10-16 02:16:28] "POST /neutron/network HTTP/1.1" 200 823 0.005547 10.0.0.73 - - [2025-10-16 02:16:28] "POST /neutron/port HTTP/1.1" 200 1085 0.017154 10.0.0.73 - - [2025-10-16 02:16:28] "POST /neutron/security_group HTTP/1.1" 200 2056 0.011586 10.0.0.73 - - [2025-10-16 02:16:28] "POST /neutron/port HTTP/1.1" 200 117 0.004921 10.0.0.73 - - [2025-10-16 02:16:28] "GET /projects?obj_uuids=4f0cf15f-63e8-422a-bece-2f58578d5674&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001149 10.0.0.73 - - [2025-10-16 02:16:28] "POST /neutron/router HTTP/1.1" 200 580 0.077339 10.0.0.73 - - [2025-10-16 02:16:28] "POST /neutron/router HTTP/1.1" 200 580 0.004525 10.0.0.73 - - [2025-10-16 02:16:28] "GET /projects?obj_uuids=4f0cf15f-63e8-422a-bece-2f58578d5674&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001042 10.0.0.73 - - [2025-10-16 02:16:28] "POST /route-targets HTTP/1.1" 200 327 0.028059 10.0.0.73 - - [2025-10-16 02:16:28] "PUT /logical-router/c533117f-11e9-4573-941f-f1e9b24821f6 HTTP/1.1" 200 262 0.033589 10.0.0.73 - - [2025-10-16 02:16:28] "POST /neutron/network HTTP/1.1" 200 833 0.012232 10.0.0.73 - - [2025-10-16 02:16:28] "GET /projects?obj_uuids=4f0cf15f-63e8-422a-bece-2f58578d5674&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001334 10.0.0.73 - - [2025-10-16 02:16:28] "POST /neutron/router HTTP/1.1" 200 344 0.310220 10.0.0.73 - - [2025-10-16 02:16:28] "POST /ref-update HTTP/1.1" 200 156 0.023515 10.0.0.73 - - [2025-10-16 02:16:28] "POST /neutron/port HTTP/1.1" 200 1085 0.084075 10.0.0.73 - - [2025-10-16 02:16:28] "POST /neutron/security_group HTTP/1.1" 200 2056 0.016481 10.0.0.73 - - [2025-10-16 02:16:29] "POST /neutron/port HTTP/1.1" 200 1057 0.337072 10.0.0.73 - - [2025-10-16 02:16:29] "POST /neutron/port HTTP/1.1" 200 1057 0.011788 10.0.0.73 - - [2025-10-16 02:16:29] "POST /neutron/port HTTP/1.1" 200 1057 0.006929 10.0.0.73 - - [2025-10-16 02:16:29] "POST /neutron/port HTTP/1.1" 200 1111 0.073870 10.0.0.73 - - [2025-10-16 02:16:29] "POST /neutron/port HTTP/1.1" 200 1085 0.012395 10.0.0.73 - - [2025-10-16 02:16:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003152 10.0.0.73 - - [2025-10-16 02:16:29] "POST /neutron/subnet HTTP/1.1" 200 693 0.007801 10.0.0.73 - - [2025-10-16 02:16:29] "POST /neutron/port HTTP/1.1" 200 117 0.001439 10.0.0.73 - - [2025-10-16 02:16:29] "POST /neutron/network HTTP/1.1" 200 823 0.005799 10.0.0.73 - - [2025-10-16 02:16:29] "DELETE /project/4f0cf15f63e8422abece2f58578d5674 HTTP/1.1" 404 173 0.023587 10.0.0.73 - - [2025-10-16 02:16:29] "DELETE /project/709f18dcc62546f8acfe54400b631045 HTTP/1.1" 404 173 0.013629 10.0.0.73 - - [2025-10-16 02:16:29] "DELETE /project/d711aaf887c44c178fc2d888ee2718f3 HTTP/1.1" 404 173 0.023171 10.0.0.73 - - [2025-10-16 02:16:29] "DELETE /project/018d1149e2b040dc9132612b40ca3f55 HTTP/1.1" 404 173 0.015700 10.0.0.73 - - [2025-10-16 02:16:29] "GET /projects?obj_uuids=d711aaf8-87c4-4c17-8fc2-d888ee2718f3&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001033 10.0.0.73 - - [2025-10-16 02:16:29] "GET /projects?obj_uuids=709f18dc-c625-46f8-acfe-54400b631045&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000903 10.0.0.73 - - [2025-10-16 02:16:29] "GET /projects?obj_uuids=018d1149-e2b0-40dc-9132-612b40ca3f55&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000822 10.0.0.73 - - [2025-10-16 02:16:29] "GET /projects?obj_uuids=f477b210-0046-4b94-8b55-8f153e943285&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000706 10.0.0.73 - - [2025-10-16 02:16:29] "GET /project/d711aaf8-87c4-4c17-8fc2-d888ee2718f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1459 0.089030 10.0.0.73 - - [2025-10-16 02:16:29] "GET /project/709f18dc-c625-46f8-acfe-54400b631045?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1458 0.093948 10.0.0.73 - - [2025-10-16 02:16:29] "GET /project/018d1149-e2b0-40dc-9132-612b40ca3f55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1461 0.096268 10.0.0.73 - - [2025-10-16 02:16:29] "GET /project/f477b210-0046-4b94-8b55-8f153e943285?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1527 0.098492 10.0.0.73 - - [2025-10-16 02:16:29] "GET /projects?obj_uuids=d711aaf8-87c4-4c17-8fc2-d888ee2718f3&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000937 10.0.0.73 - - [2025-10-16 02:16:29] "GET /projects?obj_uuids=f477b210-0046-4b94-8b55-8f153e943285&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000839 10.0.0.73 - - [2025-10-16 02:16:29] "GET /projects?obj_uuids=018d1149-e2b0-40dc-9132-612b40ca3f55&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000731 10.0.0.73 - - [2025-10-16 02:16:29] "GET /projects?obj_uuids=709f18dc-c625-46f8-acfe-54400b631045&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000783 10.0.0.73 - - [2025-10-16 02:16:29] "GET /project/709f18dc-c625-46f8-acfe-54400b631045?fields=security_groups HTTP/1.1" 200 1358 0.068470 10.0.0.73 - - [2025-10-16 02:16:29] "GET /project/f477b210-0046-4b94-8b55-8f153e943285?fields=security_groups HTTP/1.1" 200 1410 0.071771 10.0.0.73 - - [2025-10-16 02:16:29] "GET /project/d711aaf8-87c4-4c17-8fc2-d888ee2718f3?fields=security_groups HTTP/1.1" 200 1359 0.086811 10.0.0.73 - - [2025-10-16 02:16:29] "GET /project/018d1149-e2b0-40dc-9132-612b40ca3f55?fields=security_groups HTTP/1.1" 200 1360 0.084697 10.0.0.73 - - [2025-10-16 02:16:30] "DELETE /security-group/7262af39-01d0-4a0e-94b1-8ce5501c0b88 HTTP/1.1" 200 115 0.092754 10.0.0.73 - - [2025-10-16 02:16:30] "GET /projects?obj_uuids=709f18dc-c625-46f8-acfe-54400b631045&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001137 10.0.0.73 - - [2025-10-16 02:16:30] "GET /project/709f18dc-c625-46f8-acfe-54400b631045?fields=application_policy_sets HTTP/1.1" 200 1397 0.056197 10.0.0.73 - - [2025-10-16 02:16:30] "DELETE /access-control-list/b7e2912b-2cf0-45c3-a25d-10627d01af5d HTTP/1.1" 200 115 0.087294 10.0.0.73 - - [2025-10-16 02:16:30] "DELETE /security-group/37abbf7e-ccca-4e0f-a844-f5ffdeb6ac4b HTTP/1.1" 200 115 0.160423 10.0.0.73 - - [2025-10-16 02:16:30] "GET /projects?obj_uuids=f477b210-0046-4b94-8b55-8f153e943285&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001832 10.0.0.73 - - [2025-10-16 02:16:30] "DELETE /security-group/3f5ae9d6-660a-435d-9172-862dc8d4b24c HTTP/1.1" 200 115 0.193018 10.0.0.73 - - [2025-10-16 02:16:30] "DELETE /security-group/16e74e3a-42f7-4035-9a15-5ae550d62d4a HTTP/1.1" 200 115 0.239476 10.0.0.73 - - [2025-10-16 02:16:30] "GET /projects?obj_uuids=d711aaf8-87c4-4c17-8fc2-d888ee2718f3&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001130 10.0.0.73 - - [2025-10-16 02:16:30] "GET /project/f477b210-0046-4b94-8b55-8f153e943285?fields=application_policy_sets HTTP/1.1" 200 1449 0.136640 10.0.0.73 - - [2025-10-16 02:16:30] "GET /projects?obj_uuids=018d1149-e2b0-40dc-9132-612b40ca3f55&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001609 10.0.0.73 - - [2025-10-16 02:16:30] "DELETE /access-control-list/8a22ef1a-9367-4e26-8eeb-02b2bbecabca HTTP/1.1" 200 115 0.158956 10.0.0.73 - - [2025-10-16 02:16:30] "GET /project/d711aaf8-87c4-4c17-8fc2-d888ee2718f3?fields=application_policy_sets HTTP/1.1" 200 1398 0.137080 10.0.0.73 - - [2025-10-16 02:16:30] "GET /project/018d1149-e2b0-40dc-9132-612b40ca3f55?fields=application_policy_sets HTTP/1.1" 200 1399 0.156801 10.0.0.73 - - [2025-10-16 02:16:30] "DELETE /access-control-list/593ba33a-2e66-4196-88ad-22f6fcd33f06 HTTP/1.1" 200 115 0.144188 10.0.0.73 - - [2025-10-16 02:16:30] "DELETE /access-control-list/473fa36f-7435-474a-ad12-8c69c8f562cc HTTP/1.1" 200 115 0.152281 10.0.0.73 - - [2025-10-16 02:16:30] "DELETE /project/709f18dc-c625-46f8-acfe-54400b631045 HTTP/1.1" 200 115 0.913302 10.0.0.73 - - [2025-10-16 02:16:30] "DELETE /project/f477b210-0046-4b94-8b55-8f153e943285 HTTP/1.1" 200 115 0.923812 10.0.0.73 - - [2025-10-16 02:16:30] "DELETE /access-control-list/0b8110e1-587e-49ec-a831-54ccd4b39e86 HTTP/1.1" 200 115 0.039482 10.0.0.73 - - [2025-10-16 02:16:30] "DELETE /project/d711aaf8-87c4-4c17-8fc2-d888ee2718f3 HTTP/1.1" 200 115 0.935303 10.0.0.73 - - [2025-10-16 02:16:30] "DELETE /project/018d1149-e2b0-40dc-9132-612b40ca3f55 HTTP/1.1" 200 115 0.950171 10.0.0.73 - - [2025-10-16 02:16:30] "DELETE /access-control-list/b2edf4d1-0510-421c-9f2f-c3dac7579203 HTTP/1.1" 200 115 0.029928 10.0.0.73 - - [2025-10-16 02:16:30] "DELETE /access-control-list/c185bac1-cb5f-4b26-96a7-d9bfb2d9b9b3 HTTP/1.1" 200 115 0.018338 10.0.0.73 - - [2025-10-16 02:16:30] "DELETE /access-control-list/3ac38195-ceec-4218-a390-1df484230a01 HTTP/1.1" 200 115 0.024043 10.0.0.73 - - [2025-10-16 02:16:34] "POST /neutron/port HTTP/1.1" 200 1085 0.011906 10.0.0.73 - - [2025-10-16 02:16:34] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006088 10.0.0.73 - - [2025-10-16 02:16:34] "POST /neutron/port HTTP/1.1" 200 1085 0.011870 10.0.0.73 - - [2025-10-16 02:16:34] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006269 10.0.0.73 - - [2025-10-16 02:16:34] "POST /neutron/port HTTP/1.1" 200 1085 0.013308 10.0.0.73 - - [2025-10-16 02:16:34] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005926 10.0.0.73 - - [2025-10-16 02:16:34] "GET /virtual-machine/2dcb3f15-faa7-4407-a6f0-3ee40cf54ed1 HTTP/1.1" 401 292 0.000478 10.0.0.73 - - [2025-10-16 02:16:34] "GET /virtual-machine/2dcb3f15-faa7-4407-a6f0-3ee40cf54ed1 HTTP/1.1" 200 1290 0.029290 10.0.0.73 - - [2025-10-16 02:16:34] "GET /virtual-machine-interface/5ad9fdb6-fdee-48b3-b838-9a498d9e6faf HTTP/1.1" 200 2933 0.007247 10.0.0.73 - - [2025-10-16 02:16:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003690 10.0.0.73 - - [2025-10-16 02:16:34] "GET /global-vrouter-config/9841bc1a-9304-496a-8e13-ee37ad0d925c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003684 10.0.0.73 - - [2025-10-16 02:16:34] "GET /virtual-networks?parent_id=4f0cf15f-63e8-422a-bece-2f58578d5674&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.003113 10.0.0.73 - - [2025-10-16 02:16:34] "GET /virtual-network/c72dc1af-3ff0-4db1-a06b-5d022231c4c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005306 10.0.0.73 - - [2025-10-16 02:16:35] "GET /obj-perms HTTP/1.1" 200 5056 0.057696 10.0.0.73 - - [2025-10-16 02:16:35] "GET /obj-perms HTTP/1.1" 200 5056 0.050333 10.0.0.73 - - [2025-10-16 02:16:36] "POST /neutron/port HTTP/1.1" 200 1085 0.012956 10.0.0.73 - - [2025-10-16 02:16:36] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006341 10.0.0.73 - - [2025-10-16 02:16:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002922 10.0.0.73 - - [2025-10-16 02:16:37] "GET /virtual-network/c72dc1af-3ff0-4db1-a06b-5d022231c4c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005054 10.0.0.73 - - [2025-10-16 02:16:38] "POST /neutron/port HTTP/1.1" 200 1085 0.014327 10.0.0.73 - - [2025-10-16 02:16:38] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009500 10.0.0.73 - - [2025-10-16 02:16:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002810 10.0.0.73 - - [2025-10-16 02:16:40] "GET /global-vrouter-config/9841bc1a-9304-496a-8e13-ee37ad0d925c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003314 10.0.0.73 - - [2025-10-16 02:16:40] "GET /virtual-networks?parent_id=4f0cf15f-63e8-422a-bece-2f58578d5674&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.004241 10.0.0.73 - - [2025-10-16 02:16:40] "GET /virtual-network/c72dc1af-3ff0-4db1-a06b-5d022231c4c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.006588 10.0.0.73 - - [2025-10-16 02:16:40] "POST /neutron/port HTTP/1.1" 200 1085 0.015544 10.0.0.73 - - [2025-10-16 02:16:40] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006717 10.0.0.73 - - [2025-10-16 02:16:40] "POST /neutron/port HTTP/1.1" 200 1085 0.010946 10.0.0.73 - - [2025-10-16 02:16:40] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008958 10.0.0.73 - - [2025-10-16 02:16:40] "POST /neutron/port HTTP/1.1" 200 1085 0.011777 10.0.0.73 - - [2025-10-16 02:16:40] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006666 10.0.0.73 - - [2025-10-16 02:16:40] "GET /virtual-machine/6513328a-dbfd-40c3-b1d3-b0a73377eb3a HTTP/1.1" 200 1290 0.004678 10.0.0.73 - - [2025-10-16 02:16:40] "GET /virtual-machine-interface/e4980c24-25d9-46e3-a015-f12ced5934f8 HTTP/1.1" 200 2934 0.006327 10.0.0.73 - - [2025-10-16 02:16:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002931 10.0.0.73 - - [2025-10-16 02:16:40] "GET /global-vrouter-config/9841bc1a-9304-496a-8e13-ee37ad0d925c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003855 10.0.0.73 - - [2025-10-16 02:16:40] "GET /virtual-networks?parent_id=4f0cf15f-63e8-422a-bece-2f58578d5674&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.003686 10.0.0.73 - - [2025-10-16 02:16:40] "GET /virtual-network/5825f0b6-d4d1-4532-8956-adda20dab0e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.006758 10.0.0.73 - - [2025-10-16 02:16:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003242 10.0.0.73 - - [2025-10-16 02:16:41] "GET /global-vrouter-config/9841bc1a-9304-496a-8e13-ee37ad0d925c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003316 10.0.0.73 - - [2025-10-16 02:16:41] "GET /virtual-networks?parent_id=4f0cf15f-63e8-422a-bece-2f58578d5674&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.003000 10.0.0.73 - - [2025-10-16 02:16:41] "GET /virtual-network/5825f0b6-d4d1-4532-8956-adda20dab0e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.005155 10.0.0.73 - - [2025-10-16 02:16:46] "POST /neutron/router HTTP/1.1" 200 580 0.004407 10.0.0.73 - - [2025-10-16 02:16:46] "GET /projects?obj_uuids=4f0cf15f-63e8-422a-bece-2f58578d5674&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001104 10.0.0.73 - - [2025-10-16 02:16:47] "POST /neutron/router HTTP/1.1" 200 344 0.208167 10.0.0.73 - - [2025-10-16 02:16:47] "POST /neutron/port HTTP/1.1" 200 1882 0.015624 10.0.0.73 - - [2025-10-16 02:16:47] "POST /ref-update HTTP/1.1" 200 156 0.009344 10.0.0.73 - - [2025-10-16 02:16:53] "POST /neutron/router HTTP/1.1" 200 580 0.003802 10.0.0.73 - - [2025-10-16 02:16:53] "POST /ref-update HTTP/1.1" 200 156 0.011165 10.0.0.73 - - [2025-10-16 02:16:53] "POST /neutron/router HTTP/1.1" 200 344 0.106526 10.0.0.73 - - [2025-10-16 02:16:56] "POST /neutron/router HTTP/1.1" 200 580 0.005960 10.0.0.73 - - [2025-10-16 02:16:56] "GET /projects?obj_uuids=4f0cf15f-63e8-422a-bece-2f58578d5674&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001184 10.0.0.73 - - [2025-10-16 02:16:57] "POST /neutron/router HTTP/1.1" 200 344 0.221697 10.0.0.73 - - [2025-10-16 02:16:57] "POST /ref-update HTTP/1.1" 200 156 0.010710 10.0.0.73 - - [2025-10-16 02:16:59] "POST /neutron/router HTTP/1.1" 200 580 0.005766 10.0.0.73 - - [2025-10-16 02:16:59] "POST /ref-update HTTP/1.1" 200 156 0.010740 10.0.0.73 - - [2025-10-16 02:16:59] "POST /neutron/router HTTP/1.1" 200 344 0.101916 10.0.0.73 - - [2025-10-16 02:16:59] "POST /neutron/router HTTP/1.1" 200 580 0.005273 10.0.0.73 - - [2025-10-16 02:16:59] "POST /ref-update HTTP/1.1" 200 156 0.014080 10.0.0.73 - - [2025-10-16 02:16:59] "POST /neutron/router HTTP/1.1" 200 344 0.098737 10.0.0.73 - - [2025-10-16 02:16:59] "POST /neutron/router HTTP/1.1" 200 580 0.005077 10.0.0.73 - - [2025-10-16 02:16:59] "GET /logical-router/c533117f-11e9-4573-941f-f1e9b24821f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.006185 10.0.0.73 - - [2025-10-16 02:16:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.005093 10.0.0.73 - - [2025-10-16 02:16:59] "POST /neutron/router HTTP/1.1" 200 151 0.067789 10.0.0.73 - - [2025-10-16 02:16:59] "DELETE /route-target/4b48f162-3723-41cc-80e7-8b11a7bd390f HTTP/1.1" 200 115 0.037569 10.0.0.73 - - [2025-10-16 02:16:59] "POST /neutron/network HTTP/1.1" 200 823 0.006510 10.0.0.73 - - [2025-10-16 02:16:59] "POST /neutron/network HTTP/1.1" 400 204 0.010939 10.0.0.73 - - [2025-10-16 02:17:00] "POST /neutron/port HTTP/1.1" 200 1085 0.016347 10.0.0.73 - - [2025-10-16 02:17:00] "POST /neutron/port HTTP/1.1" 200 1111 0.010861 10.0.0.73 - - [2025-10-16 02:17:00] "POST /neutron/port HTTP/1.1" 200 1085 0.020383 10.0.0.73 - - [2025-10-16 02:17:00] "POST /neutron/port HTTP/1.1" 200 1111 0.011036 10.0.0.73 - - [2025-10-16 02:17:00] "POST /neutron/port HTTP/1.1" 200 151 0.143338 10.0.0.73 - - [2025-10-16 02:17:00] "POST /neutron/port HTTP/1.1" 200 151 0.116999 10.0.0.73 - - [2025-10-16 02:17:01] "POST /neutron/network HTTP/1.1" 200 823 0.008013 10.0.0.73 - - [2025-10-16 02:17:01] "POST /useragent-kv HTTP/1.1" 200 115 0.002912 10.0.0.73 - - [2025-10-16 02:17:01] "POST /useragent-kv HTTP/1.1" 200 115 0.002976 10.0.0.73 - - [2025-10-16 02:17:01] "POST /neutron/network HTTP/1.1" 200 151 0.076941 10.0.0.73 - - [2025-10-16 02:17:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.010980 10.0.0.73 - - [2025-10-16 02:17:01] "POST /neutron/network HTTP/1.1" 200 823 0.006399 10.0.0.73 - - [2025-10-16 02:17:01] "DELETE /route-target/f2d97511-9cdf-4a5c-9f46-e7d437611b9e HTTP/1.1" 200 115 0.023886 10.0.0.73 - - [2025-10-16 02:17:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003500 10.0.0.73 - - [2025-10-16 02:17:02] "POST /useragent-kv HTTP/1.1" 200 115 0.001857 10.0.0.73 - - [2025-10-16 02:17:02] "POST /useragent-kv HTTP/1.1" 200 115 0.001553 10.0.0.73 - - [2025-10-16 02:17:02] "POST /neutron/network HTTP/1.1" 200 151 0.079556 10.0.0.73 - - [2025-10-16 02:17:02] "DELETE /route-target/dd8f595d-ba15-4fed-92ab-c79e2c9401b0 HTTP/1.1" 200 115 0.018893 10.0.0.73 - - [2025-10-16 02:17:02] "GET /projects?obj_uuids=4f0cf15f-63e8-422a-bece-2f58578d5674&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001043 10.0.0.73 - - [2025-10-16 02:17:02] "GET /project/4f0cf15f-63e8-422a-bece-2f58578d5674?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.024735 10.0.0.73 - - [2025-10-16 02:17:02] "GET /projects?obj_uuids=4f0cf15f-63e8-422a-bece-2f58578d5674&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000917 10.0.0.73 - - [2025-10-16 02:17:02] "GET /project/4f0cf15f-63e8-422a-bece-2f58578d5674?fields=virtual_networks HTTP/1.1" 200 1038 0.063674 10.0.0.73 - - [2025-10-16 02:17:02] "GET /projects?obj_uuids=4f0cf15f-63e8-422a-bece-2f58578d5674&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001470 10.0.0.73 - - [2025-10-16 02:17:02] "GET /project/4f0cf15f-63e8-422a-bece-2f58578d5674?fields=virtual_machine_interfaces HTTP/1.1" 200 1038 0.025212 10.0.0.73 - - [2025-10-16 02:17:02] "GET /projects?obj_uuids=4f0cf15f-63e8-422a-bece-2f58578d5674&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001135 10.0.0.73 - - [2025-10-16 02:17:02] "GET /project/4f0cf15f-63e8-422a-bece-2f58578d5674?fields=security_groups HTTP/1.1" 200 1262 0.023390 10.0.0.73 - - [2025-10-16 02:17:03] "POST /fqname-to-id HTTP/1.1" 404 191 0.023437 10.0.0.73 - - [2025-10-16 02:17:03] "GET /projects?obj_uuids=d6145348-21d9-4447-8cc4-163579c158c0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002274 10.0.0.73 - - [2025-10-16 02:17:03] "GET /domains?obj_uuids=61b1a5e4-4f17-4839-837e-aba6307473a6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000960 10.0.0.73 - - [2025-10-16 02:17:03] "GET /domain/61b1a5e4-4f17-4839-837e-aba6307473a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006437 10.0.0.73 - - [2025-10-16 02:17:03] "POST /id-to-fqname HTTP/1.1" 200 193 0.003125 10.0.0.73 - - [2025-10-16 02:17:03] "POST /fqname-to-id HTTP/1.1" 404 202 0.002147 10.0.0.73 - - [2025-10-16 02:17:03] "POST /security-groups HTTP/1.1" 200 594 0.063337 10.0.0.73 - - [2025-10-16 02:17:03] "POST /fqname-to-id HTTP/1.1" 404 237 0.002762 10.0.0.73 - - [2025-10-16 02:17:03] "POST /projects HTTP/1.1" 200 591 0.214706 10.0.0.73 - - [2025-10-16 02:17:03] "POST /access-control-lists HTTP/1.1" 200 599 0.060704 10.0.0.73 - - [2025-10-16 02:17:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.287867 10.0.0.73 - - [2025-10-16 02:17:03] "POST /fqname-to-id HTTP/1.1" 404 236 0.003013 10.0.0.73 - - [2025-10-16 02:17:03] "GET /project/d6145348-21d9-4447-8cc4-163579c158c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.410352 10.0.0.73 - - [2025-10-16 02:17:03] "POST /access-control-lists HTTP/1.1" 200 597 0.061319 10.0.0.73 - - [2025-10-16 02:17:04] "GET / HTTP/1.1" 200 35931 0.002182 10.0.0.73 - - [2025-10-16 02:17:05] "GET /project/d6145348-21d9-4447-8cc4-163579c158c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000532 10.0.0.73 - - [2025-10-16 02:17:06] "GET /projects?obj_uuids=d6145348-21d9-4447-8cc4-163579c158c0&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001198 10.0.0.73 - - [2025-10-16 02:17:06] "GET /project/d6145348-21d9-4447-8cc4-163579c158c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.050001 10.0.0.73 - - [2025-10-16 02:17:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002292 10.0.0.73 - - [2025-10-16 02:17:06] "GET /security-group/40bfe644-baaf-4cf3-aa8b-716f6681ea79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3773 0.006620 10.0.0.73 - - [2025-10-16 02:17:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003330 10.0.0.73 - - [2025-10-16 02:17:06] "GET /projects?obj_uuids=d6145348-21d9-4447-8cc4-163579c158c0&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001336 10.0.0.73 - - [2025-10-16 02:17:06] "GET /project/d6145348-21d9-4447-8cc4-163579c158c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.025863 10.0.0.73 - - [2025-10-16 02:17:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002962 10.0.0.73 - - [2025-10-16 02:17:06] "GET /security-group/40bfe644-baaf-4cf3-aa8b-716f6681ea79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3773 0.004130 10.0.0.73 - - [2025-10-16 02:17:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003221 10.0.0.73 - - [2025-10-16 02:17:06] "PUT /security-group/40bfe644-baaf-4cf3-aa8b-716f6681ea79 HTTP/1.1" 200 262 0.015282 10.0.0.73 - - [2025-10-16 02:17:06] "PUT /access-control-list/59122954-1cd5-4d15-9531-f17505611f9d HTTP/1.1" 200 272 0.009379 10.0.0.73 - - [2025-10-16 02:17:06] "PUT /access-control-list/5be53416-6cab-4efd-8422-0f1558386708 HTTP/1.1" 200 272 0.012999 10.0.0.73 - - [2025-10-16 02:17:06] "POST /fqname-to-id HTTP/1.1" 404 202 0.002948 10.0.0.73 - - [2025-10-16 02:17:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003129 10.0.0.73 - - [2025-10-16 02:17:06] "GET /projects?obj_uuids=d6145348-21d9-4447-8cc4-163579c158c0&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001593 10.0.0.73 - - [2025-10-16 02:17:06] "GET /project/d6145348-21d9-4447-8cc4-163579c158c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.029129 10.0.0.73 - - [2025-10-16 02:17:06] "POST /neutron/network HTTP/1.1" 200 117 0.030401 10.0.0.73 - - [2025-10-16 02:17:06] "GET /projects?obj_uuids=d6145348-21d9-4447-8cc4-163579c158c0&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001146 10.0.0.73 - - [2025-10-16 02:17:07] "POST /neutron/network HTTP/1.1" 200 608 0.067239 10.0.0.73 - - [2025-10-16 02:17:07] "POST /route-targets HTTP/1.1" 200 327 0.011351 10.0.0.73 - - [2025-10-16 02:17:07] "POST /ref-update HTTP/1.1" 200 156 0.015574 10.0.0.73 - - [2025-10-16 02:17:07] "POST /useragent-kv HTTP/1.1" 200 115 0.002426 10.0.0.73 - - [2025-10-16 02:17:07] "POST /neutron/subnet HTTP/1.1" 200 720 0.136608 10.0.0.73 - - [2025-10-16 02:17:07] "POST /neutron/network HTTP/1.1" 200 826 0.005268 10.0.0.73 - - [2025-10-16 02:17:07] "POST /id-to-fqname HTTP/1.1" 200 223 0.001352 10.0.0.73 - - [2025-10-16 02:17:07] "GET /virtual-network/3787aa03-d6c5-474d-86a2-e49ce60250f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.004348 10.0.0.73 - - [2025-10-16 02:17:07] "POST /neutron/network HTTP/1.1" 200 826 0.007977 10.0.0.73 - - [2025-10-16 02:17:07] "GET /virtual-network/3787aa03-d6c5-474d-86a2-e49ce60250f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005381 10.0.0.73 - - [2025-10-16 02:17:07] "POST /neutron/network HTTP/1.1" 200 826 0.009585 10.0.0.73 - - [2025-10-16 02:17:07] "POST /neutron/subnet HTTP/1.1" 200 720 0.007575 10.0.0.73 - - [2025-10-16 02:17:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002753 10.0.0.73 - - [2025-10-16 02:17:07] "GET /projects?obj_uuids=d6145348-21d9-4447-8cc4-163579c158c0&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001175 10.0.0.73 - - [2025-10-16 02:17:07] "GET /project/d6145348-21d9-4447-8cc4-163579c158c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.027984 10.0.0.73 - - [2025-10-16 02:17:07] "POST /neutron/network HTTP/1.1" 200 117 0.009097 10.0.0.73 - - [2025-10-16 02:17:07] "GET /projects?obj_uuids=d6145348-21d9-4447-8cc4-163579c158c0&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001061 10.0.0.73 - - [2025-10-16 02:17:07] "POST /neutron/network HTTP/1.1" 200 615 0.093096 10.0.0.73 - - [2025-10-16 02:17:07] "POST /route-targets HTTP/1.1" 200 327 0.016950 10.0.0.73 - - [2025-10-16 02:17:07] "POST /ref-update HTTP/1.1" 200 156 0.015808 10.0.0.73 - - [2025-10-16 02:17:07] "POST /useragent-kv HTTP/1.1" 200 115 0.003767 10.0.0.73 - - [2025-10-16 02:17:07] "POST /neutron/subnet HTTP/1.1" 200 725 0.137154 10.0.0.73 - - [2025-10-16 02:17:07] "POST /neutron/network HTTP/1.1" 200 834 0.005090 10.0.0.73 - - [2025-10-16 02:17:07] "POST /id-to-fqname HTTP/1.1" 200 227 0.001549 10.0.0.73 - - [2025-10-16 02:17:07] "GET /virtual-network/96aafd51-c30a-4f0c-84ae-456243e6caba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.004934 10.0.0.73 - - [2025-10-16 02:17:07] "POST /neutron/network HTTP/1.1" 200 834 0.005689 10.0.0.73 - - [2025-10-16 02:17:07] "GET /virtual-network/96aafd51-c30a-4f0c-84ae-456243e6caba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.004251 10.0.0.73 - - [2025-10-16 02:17:07] "POST /neutron/network HTTP/1.1" 200 834 0.006220 10.0.0.73 - - [2025-10-16 02:17:07] "POST /neutron/subnet HTTP/1.1" 200 725 0.007632 10.0.0.73 - - [2025-10-16 02:17:07] "POST /id-to-fqname HTTP/1.1" 200 223 0.001090 10.0.0.73 - - [2025-10-16 02:17:08] "POST /neutron/network HTTP/1.1" 200 836 0.005992 10.0.0.73 - - [2025-10-16 02:17:08] "GET /aaa-mode HTTP/1.1" 401 292 0.000442 10.0.0.73 - - [2025-10-16 02:17:08] "GET / HTTP/1.1" 200 35931 0.001704 10.0.0.73 - - [2025-10-16 02:17:08] "GET /project/d6145348-21d9-4447-8cc4-163579c158c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000374 10.0.0.73 - - [2025-10-16 02:17:08] "GET /projects?obj_uuids=d6145348-21d9-4447-8cc4-163579c158c0&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001052 10.0.0.73 - - [2025-10-16 02:17:08] "GET /project/d6145348-21d9-4447-8cc4-163579c158c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.048625 10.0.0.73 - - [2025-10-16 02:17:08] "POST /neutron/network HTTP/1.1" 200 826 0.006681 10.0.0.73 - - [2025-10-16 02:17:09] "POST /neutron/port HTTP/1.1" 200 117 0.006006 10.0.0.73 - - [2025-10-16 02:17:09] "POST /neutron/port HTTP/1.1" 200 117 0.005695 10.0.0.73 - - [2025-10-16 02:17:09] "POST /id-to-fqname HTTP/1.1" 200 227 0.001405 10.0.0.73 - - [2025-10-16 02:17:09] "POST /neutron/port HTTP/1.1" 200 117 0.005028 10.0.0.73 - - [2025-10-16 02:17:09] "POST /neutron/network HTTP/1.1" 200 844 0.006304 10.0.0.73 - - [2025-10-16 02:17:09] "GET /aaa-mode HTTP/1.1" 401 292 0.000407 10.0.0.73 - - [2025-10-16 02:17:09] "POST /neutron/network HTTP/1.1" 200 836 0.008914 10.0.0.73 - - [2025-10-16 02:17:09] "GET /projects?obj_uuids=d6145348-21d9-4447-8cc4-163579c158c0&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001416 10.0.0.73 - - [2025-10-16 02:17:09] "GET / HTTP/1.1" 200 35931 0.001723 10.0.0.73 - - [2025-10-16 02:17:09] "GET /project/d6145348-21d9-4447-8cc4-163579c158c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000423 10.0.0.73 - - [2025-10-16 02:17:09] "POST /neutron/port HTTP/1.1" 200 1062 0.251605 10.0.0.73 - - [2025-10-16 02:17:09] "POST /neutron/port HTTP/1.1" 200 1062 0.012871 10.0.0.73 - - [2025-10-16 02:17:09] "POST /neutron/port HTTP/1.1" 200 1062 0.009806 10.0.0.73 - - [2025-10-16 02:17:09] "POST /neutron/port HTTP/1.1" 200 1116 0.051850 10.0.0.73 - - [2025-10-16 02:17:09] "POST /neutron/port HTTP/1.1" 200 1090 0.011862 10.0.0.73 - - [2025-10-16 02:17:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003890 10.0.0.73 - - [2025-10-16 02:17:09] "POST /neutron/subnet HTTP/1.1" 200 694 0.006610 10.0.0.73 - - [2025-10-16 02:17:09] "POST /neutron/port HTTP/1.1" 200 117 0.001219 10.0.0.73 - - [2025-10-16 02:17:09] "GET /projects?obj_uuids=d6145348-21d9-4447-8cc4-163579c158c0&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001243 10.0.0.73 - - [2025-10-16 02:17:09] "POST /neutron/network HTTP/1.1" 200 826 0.007333 10.0.0.73 - - [2025-10-16 02:17:09] "GET /project/d6145348-21d9-4447-8cc4-163579c158c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.057414 10.0.0.73 - - [2025-10-16 02:17:10] "POST /neutron/network HTTP/1.1" 200 834 0.008785 10.0.0.73 - - [2025-10-16 02:17:10] "POST /neutron/port HTTP/1.1" 200 1090 0.012346 10.0.0.73 - - [2025-10-16 02:17:10] "POST /neutron/security_group HTTP/1.1" 200 2002 0.008354 10.0.0.73 - - [2025-10-16 02:17:10] "POST /neutron/port HTTP/1.1" 200 117 0.006003 10.0.0.73 - - [2025-10-16 02:17:10] "GET /projects?obj_uuids=d6145348-21d9-4447-8cc4-163579c158c0&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000985 10.0.0.73 - - [2025-10-16 02:17:10] "POST /neutron/router HTTP/1.1" 200 585 0.073012 10.0.0.73 - - [2025-10-16 02:17:10] "POST /neutron/router HTTP/1.1" 200 585 0.003566 10.0.0.73 - - [2025-10-16 02:17:10] "POST /route-targets HTTP/1.1" 200 327 0.018356 10.0.0.73 - - [2025-10-16 02:17:10] "PUT /logical-router/d50a6299-7517-4d3b-bb91-658d9b2716b2 HTTP/1.1" 200 262 0.021393 10.0.0.73 - - [2025-10-16 02:17:10] "POST /neutron/router HTTP/1.1" 200 656 0.045405 10.0.0.73 - - [2025-10-16 02:17:10] "GET /logical-router/d50a6299-7517-4d3b-bb91-658d9b2716b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1641 0.018579 10.0.0.73 - - [2025-10-16 02:17:10] "POST /neutron/router HTTP/1.1" 200 656 0.004546 10.0.0.73 - - [2025-10-16 02:17:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003461 10.0.0.73 - - [2025-10-16 02:17:10] "GET /projects?obj_uuids=d6145348-21d9-4447-8cc4-163579c158c0&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001370 10.0.0.73 - - [2025-10-16 02:17:10] "GET /service-template/88b695a3-2eec-4c3d-be9c-9f4e44a736da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1691 0.005175 10.0.0.73 - - [2025-10-16 02:17:10] "POST /fqname-to-id HTTP/1.1" 404 215 0.003196 10.0.0.73 - - [2025-10-16 02:17:10] "POST /neutron/network HTTP/1.1" 200 844 0.018157 10.0.0.73 - - [2025-10-16 02:17:10] "POST /neutron/router HTTP/1.1" 200 344 0.258029 10.0.0.73 - - [2025-10-16 02:17:10] "GET /projects?obj_uuids=d6145348-21d9-4447-8cc4-163579c158c0&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001421 10.0.0.73 - - [2025-10-16 02:17:10] "POST /ref-update HTTP/1.1" 200 156 0.036028 10.0.0.73 - - [2025-10-16 02:17:10] "POST /useragent-kv HTTP/1.1" 200 115 0.020995 10.0.0.73 - - [2025-10-16 02:17:10] "POST /virtual-networks HTTP/1.1" 200 694 0.161156 10.0.0.73 - - [2025-10-16 02:17:10] "POST /neutron/port HTTP/1.1" 200 1090 0.028364 10.0.0.73 - - [2025-10-16 02:17:10] "POST /route-targets HTTP/1.1" 200 327 0.022753 10.0.0.73 - - [2025-10-16 02:17:10] "POST /neutron/security_group HTTP/1.1" 200 2002 0.014848 10.0.0.73 - - [2025-10-16 02:17:10] "POST /ref-update HTTP/1.1" 200 156 0.035528 10.0.0.73 - - [2025-10-16 02:17:10] "POST /service-instances HTTP/1.1" 200 670 0.117199 10.0.0.73 - - [2025-10-16 02:17:11] "POST /route-tables HTTP/1.1" 200 582 0.087066 10.0.0.73 - - [2025-10-16 02:17:11] "PUT /logical-router/d50a6299-7517-4d3b-bb91-658d9b2716b2 HTTP/1.1" 200 262 0.038002 10.0.0.73 - - [2025-10-16 02:17:11] "POST /neutron/port HTTP/1.1" 200 1063 0.431070 10.0.0.73 - - [2025-10-16 02:17:11] "POST /ref-update HTTP/1.1" 200 156 0.042364 10.0.0.73 - - [2025-10-16 02:17:11] "POST /neutron/port HTTP/1.1" 200 1063 0.011433 10.0.0.73 - - [2025-10-16 02:17:11] "POST /neutron/port HTTP/1.1" 200 1063 0.012570 10.0.0.73 - - [2025-10-16 02:17:11] "POST /neutron/port HTTP/1.1" 200 1117 0.081745 10.0.0.73 - - [2025-10-16 02:17:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.005167 10.0.0.73 - - [2025-10-16 02:17:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003300 10.0.0.73 - - [2025-10-16 02:17:11] "POST /neutron/port HTTP/1.1" 200 1091 0.010193 10.0.0.73 - - [2025-10-16 02:17:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004006 10.0.0.73 - - [2025-10-16 02:17:11] "POST /virtual-machines HTTP/1.1" 200 553 0.017358 10.0.0.73 - - [2025-10-16 02:17:11] "POST /neutron/subnet HTTP/1.1" 200 699 0.007195 10.0.0.73 - - [2025-10-16 02:17:11] "POST /neutron/port HTTP/1.1" 200 117 0.001430 10.0.0.73 - - [2025-10-16 02:17:11] "POST /neutron/network HTTP/1.1" 200 834 0.006344 10.0.0.73 - - [2025-10-16 02:17:11] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.117346 10.0.0.73 - - [2025-10-16 02:17:11] "POST /chown HTTP/1.1" 200 109 0.007723 10.0.0.73 - - [2025-10-16 02:17:11] "POST /instance-ips HTTP/1.1" 200 551 0.020858 10.0.0.73 - - [2025-10-16 02:17:11] "POST /instance-ips HTTP/1.1" 400 246 0.018279 10.0.0.73 - - [2025-10-16 02:17:11] "POST /chown HTTP/1.1" 200 109 0.009620 10.0.0.73 - - [2025-10-16 02:17:11] "PUT /virtual-machine-interface/e98880db-135e-4fbe-9f04-c9da5cc40489 HTTP/1.1" 200 284 0.009907 10.0.0.73 - - [2025-10-16 02:17:11] "PUT /instance-ip/17212da2-d150-451a-9868-cba33f85fed9 HTTP/1.1" 200 256 0.012782 10.0.0.73 - - [2025-10-16 02:17:11] "POST /ref-update HTTP/1.1" 200 156 0.020128 10.0.0.73 - - [2025-10-16 02:17:12] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.118568 10.0.0.73 - - [2025-10-16 02:17:12] "POST /chown HTTP/1.1" 200 109 0.009023 10.0.0.73 - - [2025-10-16 02:17:12] "POST /instance-ips HTTP/1.1" 200 549 0.062401 10.0.0.73 - - [2025-10-16 02:17:12] "POST /instance-ips HTTP/1.1" 400 316 0.017438 10.0.0.73 - - [2025-10-16 02:17:12] "POST /chown HTTP/1.1" 200 109 0.010276 10.0.0.73 - - [2025-10-16 02:17:12] "PUT /virtual-machine-interface/25fcceef-c606-4025-8bbc-b24d711dfa32 HTTP/1.1" 200 284 0.014105 10.0.0.73 - - [2025-10-16 02:17:12] "PUT /instance-ip/7a6eb4f0-ea1d-49b5-9d72-b966217982b4 HTTP/1.1" 200 256 0.013467 10.0.0.73 - - [2025-10-16 02:17:12] "POST /ref-update HTTP/1.1" 200 156 0.024191 10.0.0.73 - - [2025-10-16 02:17:12] "POST /ref-update HTTP/1.1" 200 156 0.008781 10.0.0.73 - - [2025-10-16 02:17:12] "PUT /routing-instance/f10309b6-4d09-4523-93aa-8a34a702228a HTTP/1.1" 200 266 0.012825 10.0.0.73 - - [2025-10-16 02:17:12] "POST /ref-update HTTP/1.1" 200 156 0.011796 10.0.0.73 - - [2025-10-16 02:17:12] "POST /virtual-machines HTTP/1.1" 200 553 0.017437 10.0.0.73 - - [2025-10-16 02:17:12] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.117422 10.0.0.73 - - [2025-10-16 02:17:12] "POST /chown HTTP/1.1" 200 109 0.007527 10.0.0.73 - - [2025-10-16 02:17:13] "POST /instance-ips HTTP/1.1" 400 246 0.021172 10.0.0.73 - - [2025-10-16 02:17:13] "POST /chown HTTP/1.1" 200 109 0.009439 10.0.0.73 - - [2025-10-16 02:17:13] "PUT /virtual-machine-interface/0b505fe9-b0e5-4528-905d-9e725b2d7261 HTTP/1.1" 200 284 0.012371 10.0.0.73 - - [2025-10-16 02:17:13] "PUT /instance-ip/17212da2-d150-451a-9868-cba33f85fed9 HTTP/1.1" 200 256 0.012525 10.0.0.73 - - [2025-10-16 02:17:13] "POST /ref-update HTTP/1.1" 200 156 0.013357 10.0.0.73 - - [2025-10-16 02:17:13] "POST /ref-update HTTP/1.1" 200 156 0.013706 10.0.0.73 - - [2025-10-16 02:17:13] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.099206 10.0.0.73 - - [2025-10-16 02:17:13] "POST /chown HTTP/1.1" 200 109 0.007444 10.0.0.73 - - [2025-10-16 02:17:13] "POST /instance-ips HTTP/1.1" 400 316 0.015769 10.0.0.73 - - [2025-10-16 02:17:13] "POST /chown HTTP/1.1" 200 109 0.010345 10.0.0.73 - - [2025-10-16 02:17:13] "PUT /virtual-machine-interface/7b72550a-3391-4a4d-aa93-33086c72dec5 HTTP/1.1" 200 284 0.013407 10.0.0.73 - - [2025-10-16 02:17:13] "PUT /instance-ip/7a6eb4f0-ea1d-49b5-9d72-b966217982b4 HTTP/1.1" 200 256 0.022500 10.0.0.73 - - [2025-10-16 02:17:13] "POST /ref-update HTTP/1.1" 200 156 0.012277 10.0.0.73 - - [2025-10-16 02:17:13] "POST /ref-update HTTP/1.1" 200 156 0.012213 10.0.0.73 - - [2025-10-16 02:17:15] "POST /neutron/port HTTP/1.1" 200 1090 0.011390 10.0.0.73 - - [2025-10-16 02:17:15] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006378 10.0.0.73 - - [2025-10-16 02:17:15] "POST /neutron/port HTTP/1.1" 200 1090 0.009888 10.0.0.73 - - [2025-10-16 02:17:15] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006329 10.0.0.73 - - [2025-10-16 02:17:16] "POST /neutron/port HTTP/1.1" 200 1090 0.012001 10.0.0.73 - - [2025-10-16 02:17:16] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006283 10.0.0.73 - - [2025-10-16 02:17:16] "GET /virtual-machine/5a556ed7-2794-4aab-a81e-746b3d0a0437 HTTP/1.1" 401 292 0.000489 10.0.0.73 - - [2025-10-16 02:17:16] "GET /virtual-machine/5a556ed7-2794-4aab-a81e-746b3d0a0437 HTTP/1.1" 200 1295 0.027296 10.0.0.73 - - [2025-10-16 02:17:16] "GET /virtual-machine-interface/9aa60f54-4861-4284-81ff-82c737f28a22 HTTP/1.1" 200 2955 0.004676 10.0.0.73 - - [2025-10-16 02:17:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003044 10.0.0.73 - - [2025-10-16 02:17:16] "GET /global-vrouter-config/9841bc1a-9304-496a-8e13-ee37ad0d925c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003631 10.0.0.73 - - [2025-10-16 02:17:16] "GET /virtual-networks?parent_id=d6145348-21d9-4447-8cc4-163579c158c0&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.002884 10.0.0.73 - - [2025-10-16 02:17:16] "GET /virtual-network/3787aa03-d6c5-474d-86a2-e49ce60250f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.009899 10.0.0.73 - - [2025-10-16 02:17:19] "POST /neutron/port HTTP/1.1" 200 1090 0.019174 10.0.0.73 - - [2025-10-16 02:17:19] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006637 10.0.0.73 - - [2025-10-16 02:17:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003826 10.0.0.73 - - [2025-10-16 02:17:19] "GET /virtual-network/3787aa03-d6c5-474d-86a2-e49ce60250f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006969 10.0.0.73 - - [2025-10-16 02:17:21] "POST /neutron/port HTTP/1.1" 200 1091 0.010717 10.0.0.73 - - [2025-10-16 02:17:21] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005599 10.0.0.73 - - [2025-10-16 02:17:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003171 10.0.0.73 - - [2025-10-16 02:17:21] "GET /global-vrouter-config/9841bc1a-9304-496a-8e13-ee37ad0d925c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003471 10.0.0.73 - - [2025-10-16 02:17:21] "GET /virtual-networks?parent_id=d6145348-21d9-4447-8cc4-163579c158c0&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003070 10.0.0.73 - - [2025-10-16 02:17:21] "GET /virtual-network/3787aa03-d6c5-474d-86a2-e49ce60250f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005178 10.0.0.73 - - [2025-10-16 02:17:22] "POST /neutron/port HTTP/1.1" 200 1090 0.011328 10.0.0.73 - - [2025-10-16 02:17:22] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006391 10.0.0.73 - - [2025-10-16 02:17:27] "POST /neutron/port HTTP/1.1" 200 1091 0.011101 10.0.0.73 - - [2025-10-16 02:17:27] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006057 10.0.0.73 - - [2025-10-16 02:17:27] "POST /neutron/port HTTP/1.1" 200 1091 0.010220 10.0.0.73 - - [2025-10-16 02:17:27] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006695 10.0.0.73 - - [2025-10-16 02:17:27] "POST /neutron/port HTTP/1.1" 200 1091 0.011457 10.0.0.73 - - [2025-10-16 02:17:27] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006350 10.0.0.73 - - [2025-10-16 02:17:27] "GET /virtual-machine/440041b8-9416-4fdf-b9d9-fced2f1feabb HTTP/1.1" 200 1295 0.004941 10.0.0.73 - - [2025-10-16 02:17:27] "GET /virtual-machine-interface/3a8046e6-80d0-46c3-852d-9d8e5a30f9b0 HTTP/1.1" 200 2966 0.004700 10.0.0.73 - - [2025-10-16 02:17:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002990 10.0.0.73 - - [2025-10-16 02:17:27] "GET /global-vrouter-config/9841bc1a-9304-496a-8e13-ee37ad0d925c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005184 10.0.0.73 - - [2025-10-16 02:17:27] "GET /virtual-networks?parent_id=d6145348-21d9-4447-8cc4-163579c158c0&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003172 10.0.0.73 - - [2025-10-16 02:17:27] "GET /virtual-network/96aafd51-c30a-4f0c-84ae-456243e6caba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005906 10.0.0.73 - - [2025-10-16 02:17:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002898 10.0.0.73 - - [2025-10-16 02:17:28] "GET /global-vrouter-config/9841bc1a-9304-496a-8e13-ee37ad0d925c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003505 10.0.0.73 - - [2025-10-16 02:17:28] "GET /virtual-networks?parent_id=d6145348-21d9-4447-8cc4-163579c158c0&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003233 10.0.0.73 - - [2025-10-16 02:17:28] "GET /virtual-network/96aafd51-c30a-4f0c-84ae-456243e6caba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005605 10.0.0.73 - - [2025-10-16 02:17:30] "DELETE /project/d614534821d944478cc4163579c158c0 HTTP/1.1" 404 173 0.004158 10.0.0.73 - - [2025-10-16 02:17:30] "GET /projects?obj_uuids=4f0cf15f-63e8-422a-bece-2f58578d5674&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000856 10.0.0.73 - - [2025-10-16 02:17:30] "GET /project/4f0cf15f-63e8-422a-bece-2f58578d5674?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1470 0.027124 10.0.0.73 - - [2025-10-16 02:17:30] "GET /projects?obj_uuids=4f0cf15f-63e8-422a-bece-2f58578d5674&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001070 10.0.0.73 - - [2025-10-16 02:17:30] "GET /project/4f0cf15f-63e8-422a-bece-2f58578d5674?fields=security_groups HTTP/1.1" 200 1367 0.071706 10.0.0.73 - - [2025-10-16 02:17:30] "DELETE /security-group/8ebd2e00-c7dd-48e9-839f-bc2f0f6ee2d4 HTTP/1.1" 200 115 0.041686 10.0.0.73 - - [2025-10-16 02:17:30] "GET /projects?obj_uuids=4f0cf15f-63e8-422a-bece-2f58578d5674&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001508 10.0.0.73 - - [2025-10-16 02:17:30] "DELETE /access-control-list/1cc275e4-5bd2-46a5-bc10-326151306f40 HTTP/1.1" 200 115 0.030982 10.0.0.73 - - [2025-10-16 02:17:30] "GET /project/4f0cf15f-63e8-422a-bece-2f58578d5674?fields=application_policy_sets HTTP/1.1" 200 1406 0.051751 10.0.0.73 - - [2025-10-16 02:17:30] "DELETE /access-control-list/eec41538-3c59-4096-a72f-e03c63bd4731 HTTP/1.1" 200 115 0.051932 10.0.0.73 - - [2025-10-16 02:17:31] "DELETE /project/4f0cf15f-63e8-422a-bece-2f58578d5674 HTTP/1.1" 200 115 0.349452 10.0.0.73 - - [2025-10-16 02:17:33] "POST /neutron/router HTTP/1.1" 200 656 0.003822 10.0.0.73 - - [2025-10-16 02:17:33] "POST /ref-update HTTP/1.1" 200 156 0.012881 10.0.0.73 - - [2025-10-16 02:17:33] "POST /neutron/router HTTP/1.1" 200 344 0.102057 10.0.0.73 - - [2025-10-16 02:17:33] "POST /neutron/router HTTP/1.1" 200 656 0.004966 10.0.0.73 - - [2025-10-16 02:17:33] "GET /logical-router/d50a6299-7517-4d3b-bb91-658d9b2716b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1972 0.004826 10.0.0.73 - - [2025-10-16 02:17:33] "GET /service-instance/bd00f48c-821f-45a3-b36e-6405a71e2454?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2326 0.003569 10.0.0.73 - - [2025-10-16 02:17:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002711 10.0.0.73 - - [2025-10-16 02:17:33] "POST /neutron/router HTTP/1.1" 200 151 0.054734 10.0.0.73 - - [2025-10-16 02:17:33] "DELETE /route-target/d4eba5ab-9f3d-449f-8582-dc2fd30e50e0 HTTP/1.1" 409 239 0.004125 10.0.0.73 - - [2025-10-16 02:17:33] "PUT /logical-router/d50a6299-7517-4d3b-bb91-658d9b2716b2 HTTP/1.1" 404 171 0.002630 10.0.0.73 - - [2025-10-16 02:17:33] "POST /ref-update HTTP/1.1" 200 156 0.008845 10.0.0.73 - - [2025-10-16 02:17:33] "DELETE /route-table/8a9a68a7-74be-4ac2-8d41-6f3ff4fb63dc HTTP/1.1" 200 115 0.026023 10.0.0.73 - - [2025-10-16 02:17:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.005039 10.0.0.73 - - [2025-10-16 02:17:33] "PUT /routing-instance/f10309b6-4d09-4523-93aa-8a34a702228a HTTP/1.1" 200 266 0.025324 10.0.0.73 - - [2025-10-16 02:17:33] "GET /virtual-network/5c5ca0fa-73c9-45bb-a171-c118eb251233?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2133 0.008016 10.0.0.73 - - [2025-10-16 02:17:33] "POST /neutron/network HTTP/1.1" 200 834 0.013766 10.0.0.73 - - [2025-10-16 02:17:33] "POST /ref-update HTTP/1.1" 200 156 0.009035 10.0.0.73 - - [2025-10-16 02:17:33] "POST /neutron/network HTTP/1.1" 400 204 0.041938 10.0.0.73 - - [2025-10-16 02:17:33] "POST /ref-update HTTP/1.1" 200 156 0.011185 10.0.0.73 - - [2025-10-16 02:17:33] "DELETE /instance-ip/7a6eb4f0-ea1d-49b5-9d72-b966217982b4 HTTP/1.1" 200 115 0.033972 10.0.0.73 - - [2025-10-16 02:17:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004661 10.0.0.73 - - [2025-10-16 02:17:33] "POST /useragent-kv HTTP/1.1" 200 115 0.004834 10.0.0.73 - - [2025-10-16 02:17:33] "POST /useragent-kv HTTP/1.1" 200 115 0.003440 10.0.0.73 - - [2025-10-16 02:17:33] "DELETE /virtual-network/5c5ca0fa-73c9-45bb-a171-c118eb251233 HTTP/1.1" 200 115 0.146798 10.0.0.73 - - [2025-10-16 02:17:33] "DELETE /route-target/e43fdae3-b9ab-40e7-8f25-16877f0a5705 HTTP/1.1" 200 115 0.024655 10.0.0.73 - - [2025-10-16 02:17:33] "DELETE /service-instance/bd00f48c-821f-45a3-b36e-6405a71e2454 HTTP/1.1" 200 115 0.039055 10.0.0.73 - - [2025-10-16 02:17:33] "GET /logical-router/d50a6299-7517-4d3b-bb91-658d9b2716b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002397 10.0.0.73 - - [2025-10-16 02:17:33] "GET /service-instance/bd00f48c-821f-45a3-b36e-6405a71e2454?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002744 10.0.0.73 - - [2025-10-16 02:17:34] "GET /virtual-machine-interface/25fcceef-c606-4025-8bbc-b24d711dfa32?fields=floating_ip_back_refs%2Cinstance_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1343 0.007459 10.0.0.73 - - [2025-10-16 02:17:34] "POST /neutron/port HTTP/1.1" 200 1091 0.016864 10.0.0.73 - - [2025-10-16 02:17:34] "POST /neutron/port HTTP/1.1" 200 1117 0.010448 10.0.0.73 - - [2025-10-16 02:17:34] "POST /neutron/port HTTP/1.1" 200 1090 0.017211 10.0.0.73 - - [2025-10-16 02:17:34] "DELETE /virtual-machine-interface/25fcceef-c606-4025-8bbc-b24d711dfa32 HTTP/1.1" 200 115 0.045540 10.0.0.73 - - [2025-10-16 02:17:34] "GET /virtual-machine-interface/e98880db-135e-4fbe-9f04-c9da5cc40489?fields=floating_ip_back_refs%2Cinstance_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1664 0.007154 10.0.0.73 - - [2025-10-16 02:17:34] "POST /neutron/port HTTP/1.1" 200 1116 0.024011 10.0.0.73 - - [2025-10-16 02:17:34] "POST /ref-update HTTP/1.1" 200 156 0.012554 10.0.0.73 - - [2025-10-16 02:17:34] "GET /instance-ip/17212da2-d150-451a-9868-cba33f85fed9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.003927 10.0.0.73 - - [2025-10-16 02:17:34] "POST /neutron/port HTTP/1.1" 200 151 0.163899 10.0.0.73 - - [2025-10-16 02:17:34] "POST /neutron/port HTTP/1.1" 200 151 0.130912 10.0.0.73 - - [2025-10-16 02:17:34] "DELETE /virtual-machine-interface/e98880db-135e-4fbe-9f04-c9da5cc40489 HTTP/1.1" 200 115 0.034640 10.0.0.73 - - [2025-10-16 02:17:34] "POST /ref-update HTTP/1.1" 200 156 0.014427 10.0.0.73 - - [2025-10-16 02:17:34] "DELETE /virtual-machine/f0a1662e-abc4-4cb4-a3a7-78de5aeeb2ac HTTP/1.1" 200 115 0.022644 10.0.0.73 - - [2025-10-16 02:17:34] "GET /virtual-machine-interface/7b72550a-3391-4a4d-aa93-33086c72dec5?fields=floating_ip_back_refs%2Cinstance_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1343 0.006148 10.0.0.73 - - [2025-10-16 02:17:34] "DELETE /virtual-machine-interface/7b72550a-3391-4a4d-aa93-33086c72dec5 HTTP/1.1" 200 115 0.030761 10.0.0.73 - - [2025-10-16 02:17:34] "GET /virtual-machine-interface/0b505fe9-b0e5-4528-905d-9e725b2d7261?fields=floating_ip_back_refs%2Cinstance_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1662 0.005636 10.0.0.73 - - [2025-10-16 02:17:34] "POST /ref-update HTTP/1.1" 200 156 0.012616 10.0.0.73 - - [2025-10-16 02:17:34] "GET /instance-ip/17212da2-d150-451a-9868-cba33f85fed9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1695 0.005466 10.0.0.73 - - [2025-10-16 02:17:34] "DELETE /instance-ip/17212da2-d150-451a-9868-cba33f85fed9 HTTP/1.1" 200 115 0.026490 10.0.0.73 - - [2025-10-16 02:17:34] "DELETE /virtual-machine-interface/0b505fe9-b0e5-4528-905d-9e725b2d7261 HTTP/1.1" 200 115 0.026488 10.0.0.73 - - [2025-10-16 02:17:34] "DELETE /virtual-machine/b065f2e0-d680-406e-b8f7-37b7cbcb5b94 HTTP/1.1" 200 115 0.015140 10.0.0.73 - - [2025-10-16 02:17:35] "POST /neutron/network HTTP/1.1" 200 834 0.005599 10.0.0.73 - - [2025-10-16 02:17:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003310 10.0.0.73 - - [2025-10-16 02:17:35] "POST /useragent-kv HTTP/1.1" 200 115 0.003510 10.0.0.73 - - [2025-10-16 02:17:35] "POST /useragent-kv HTTP/1.1" 200 115 0.001826 10.0.0.73 - - [2025-10-16 02:17:35] "POST /neutron/network HTTP/1.1" 200 151 0.106089 10.0.0.73 - - [2025-10-16 02:17:35] "DELETE /route-target/cf5455e2-bc69-4951-af44-43c0704c1f97 HTTP/1.1" 200 115 0.024032 10.0.0.73 - - [2025-10-16 02:17:35] "POST /neutron/network HTTP/1.1" 200 826 0.009544 10.0.0.73 - - [2025-10-16 02:17:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003911 10.0.0.73 - - [2025-10-16 02:17:35] "POST /useragent-kv HTTP/1.1" 200 115 0.003223 10.0.0.73 - - [2025-10-16 02:17:35] "POST /useragent-kv HTTP/1.1" 200 115 0.003431 10.0.0.73 - - [2025-10-16 02:17:35] "POST /neutron/network HTTP/1.1" 200 151 0.114728 10.0.0.73 - - [2025-10-16 02:17:35] "DELETE /route-target/ec5f34bc-aa23-45f4-922f-eed3713c0163 HTTP/1.1" 200 115 0.023946 10.0.0.73 - - [2025-10-16 02:17:36] "GET /projects?obj_uuids=d6145348-21d9-4447-8cc4-163579c158c0&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001153 10.0.0.73 - - [2025-10-16 02:17:36] "GET /project/d6145348-21d9-4447-8cc4-163579c158c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.024627 10.0.0.73 - - [2025-10-16 02:17:36] "GET /projects?obj_uuids=d6145348-21d9-4447-8cc4-163579c158c0&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001128 10.0.0.73 - - [2025-10-16 02:17:36] "GET /project/d6145348-21d9-4447-8cc4-163579c158c0?fields=virtual_networks HTTP/1.1" 200 1049 0.070473 10.0.0.73 - - [2025-10-16 02:17:36] "GET /projects?obj_uuids=d6145348-21d9-4447-8cc4-163579c158c0&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000957 10.0.0.73 - - [2025-10-16 02:17:36] "GET /project/d6145348-21d9-4447-8cc4-163579c158c0?fields=virtual_machine_interfaces HTTP/1.1" 200 1049 0.034400 10.0.0.73 - - [2025-10-16 02:17:36] "GET /obj-perms HTTP/1.1" 200 5056 0.057410 10.0.0.73 - - [2025-10-16 02:17:36] "GET /projects?obj_uuids=d6145348-21d9-4447-8cc4-163579c158c0&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001132 10.0.0.73 - - [2025-10-16 02:17:36] "GET /project/d6145348-21d9-4447-8cc4-163579c158c0?fields=security_groups HTTP/1.1" 200 1278 0.033518 10.0.0.73 - - [2025-10-16 02:17:36] "GET /obj-perms HTTP/1.1" 200 5056 0.333394 10.0.0.73 - - [2025-10-16 02:17:37] "POST /fqname-to-id HTTP/1.1" 404 196 0.026977 10.0.0.73 - - [2025-10-16 02:17:37] "GET /projects?obj_uuids=9ae70e97-a9bf-4051-b3d5-8a08b5e924e3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002120 10.0.0.73 - - [2025-10-16 02:17:37] "GET /domains?obj_uuids=61b1a5e4-4f17-4839-837e-aba6307473a6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001252 10.0.0.73 - - [2025-10-16 02:17:37] "GET /domain/61b1a5e4-4f17-4839-837e-aba6307473a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.008307 10.0.0.73 - - [2025-10-16 02:17:37] "POST /id-to-fqname HTTP/1.1" 200 198 0.001146 10.0.0.73 - - [2025-10-16 02:17:37] "POST /fqname-to-id HTTP/1.1" 404 207 0.003230 10.0.0.73 - - [2025-10-16 02:17:37] "POST /security-groups HTTP/1.1" 200 599 0.060386 10.0.0.73 - - [2025-10-16 02:17:37] "POST /fqname-to-id HTTP/1.1" 404 242 0.002548 10.0.0.73 - - [2025-10-16 02:17:37] "POST /projects HTTP/1.1" 200 601 0.207786 10.0.0.73 - - [2025-10-16 02:17:37] "POST /access-control-lists HTTP/1.1" 200 604 0.059282 10.0.0.73 - - [2025-10-16 02:17:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.281270 10.0.0.73 - - [2025-10-16 02:17:37] "POST /fqname-to-id HTTP/1.1" 404 241 0.002773 10.0.0.73 - - [2025-10-16 02:17:37] "GET /project/9ae70e97-a9bf-4051-b3d5-8a08b5e924e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.404379 10.0.0.73 - - [2025-10-16 02:17:37] "POST /access-control-lists HTTP/1.1" 200 602 0.057045 10.0.0.73 - - [2025-10-16 02:17:38] "GET / HTTP/1.1" 200 35931 0.002069 10.0.0.73 - - [2025-10-16 02:17:39] "POST /fqname-to-id HTTP/1.1" 401 292 0.000489 10.0.0.73 - - [2025-10-16 02:17:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.056746 10.0.0.73 - - [2025-10-16 02:17:39] "GET /projects?obj_uuids=9ae70e97-a9bf-4051-b3d5-8a08b5e924e3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001090 10.0.0.73 - - [2025-10-16 02:17:39] "GET /project/9ae70e97-a9bf-4051-b3d5-8a08b5e924e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.027009 10.0.0.73 - - [2025-10-16 02:17:40] "POST /neutron/network HTTP/1.1" 200 117 0.031676 10.0.0.73 - - [2025-10-16 02:17:40] "GET /projects?obj_uuids=9ae70e97-a9bf-4051-b3d5-8a08b5e924e3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001319 10.0.0.73 - - [2025-10-16 02:17:40] "POST /neutron/network HTTP/1.1" 200 613 0.062180 10.0.0.73 - - [2025-10-16 02:17:40] "POST /route-targets HTTP/1.1" 200 327 0.010895 10.0.0.73 - - [2025-10-16 02:17:40] "POST /ref-update HTTP/1.1" 200 156 0.014368 10.0.0.73 - - [2025-10-16 02:17:40] "POST /useragent-kv HTTP/1.1" 200 115 0.002891 10.0.0.73 - - [2025-10-16 02:17:40] "POST /neutron/subnet HTTP/1.1" 200 710 0.158659 10.0.0.73 - - [2025-10-16 02:17:40] "POST /fqname-to-id HTTP/1.1" 401 292 0.000512 10.0.0.73 - - [2025-10-16 02:17:40] "POST /useragent-kv HTTP/1.1" 200 115 0.004743 10.0.0.73 - - [2025-10-16 02:17:40] "POST /neutron/subnet HTTP/1.1" 200 823 0.191956 10.0.0.73 - - [2025-10-16 02:17:40] "POST /neutron/network HTTP/1.1" 200 1002 0.008498 10.0.0.73 - - [2025-10-16 02:17:40] "POST /id-to-fqname HTTP/1.1" 200 228 0.001171 10.0.0.73 - - [2025-10-16 02:17:40] "GET /virtual-network/137a9048-2de4-4923-a613-8440b2b8adf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2627 0.006429 10.0.0.73 - - [2025-10-16 02:17:40] "POST /neutron/network HTTP/1.1" 200 1002 0.008922 10.0.0.73 - - [2025-10-16 02:17:40] "GET /virtual-network/137a9048-2de4-4923-a613-8440b2b8adf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2627 0.004796 10.0.0.73 - - [2025-10-16 02:17:40] "POST /neutron/network HTTP/1.1" 200 1002 0.008419 10.0.0.73 - - [2025-10-16 02:17:40] "POST /neutron/subnet HTTP/1.1" 200 710 0.007797 10.0.0.73 - - [2025-10-16 02:17:40] "POST /neutron/subnet HTTP/1.1" 200 823 0.007474 10.0.0.73 - - [2025-10-16 02:17:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002755 10.0.0.73 - - [2025-10-16 02:17:40] "GET /projects?obj_uuids=9ae70e97-a9bf-4051-b3d5-8a08b5e924e3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001373 10.0.0.73 - - [2025-10-16 02:17:40] "GET /project/9ae70e97-a9bf-4051-b3d5-8a08b5e924e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.023414 10.0.0.73 - - [2025-10-16 02:17:40] "POST /fqname-to-id HTTP/1.1" 404 207 0.026414 10.0.0.73 - - [2025-10-16 02:17:40] "POST /neutron/network HTTP/1.1" 200 117 0.008035 10.0.0.73 - - [2025-10-16 02:17:40] "GET /projects?obj_uuids=9ae70e97-a9bf-4051-b3d5-8a08b5e924e3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001133 10.0.0.73 - - [2025-10-16 02:17:40] "POST /neutron/network HTTP/1.1" 200 613 0.062798 10.0.0.73 - - [2025-10-16 02:17:40] "POST /route-targets HTTP/1.1" 200 327 0.009439 10.0.0.73 - - [2025-10-16 02:17:40] "POST /ref-update HTTP/1.1" 200 156 0.010211 10.0.0.73 - - [2025-10-16 02:17:41] "POST /useragent-kv HTTP/1.1" 200 115 0.006479 10.0.0.73 - - [2025-10-16 02:17:41] "POST /neutron/subnet HTTP/1.1" 200 725 0.149987 10.0.0.73 - - [2025-10-16 02:17:41] "POST /fqname-to-id HTTP/1.1" 404 207 0.003317 10.0.0.73 - - [2025-10-16 02:17:41] "POST /useragent-kv HTTP/1.1" 200 115 0.005187 10.0.0.73 - - [2025-10-16 02:17:41] "POST /neutron/subnet HTTP/1.1" 200 828 0.181843 10.0.0.73 - - [2025-10-16 02:17:41] "POST /neutron/network HTTP/1.1" 200 1006 0.011886 10.0.0.73 - - [2025-10-16 02:17:41] "POST /id-to-fqname HTTP/1.1" 200 228 0.001295 10.0.0.73 - - [2025-10-16 02:17:41] "GET /virtual-network/2536344a-d090-4d63-9856-e1501e63da79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.004762 10.0.0.73 - - [2025-10-16 02:17:41] "POST /neutron/network HTTP/1.1" 200 1006 0.008074 10.0.0.73 - - [2025-10-16 02:17:41] "GET /virtual-network/2536344a-d090-4d63-9856-e1501e63da79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006394 10.0.0.73 - - [2025-10-16 02:17:41] "POST /neutron/network HTTP/1.1" 200 1006 0.007866 10.0.0.73 - - [2025-10-16 02:17:41] "POST /neutron/subnet HTTP/1.1" 200 725 0.006058 10.0.0.73 - - [2025-10-16 02:17:41] "POST /neutron/subnet HTTP/1.1" 200 828 0.007268 10.0.0.73 - - [2025-10-16 02:17:41] "POST /fqname-to-id HTTP/1.1" 404 234 0.002111 10.0.0.73 - - [2025-10-16 02:17:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002393 10.0.0.73 - - [2025-10-16 02:17:41] "GET /projects?obj_uuids=9ae70e97-a9bf-4051-b3d5-8a08b5e924e3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000932 10.0.0.73 - - [2025-10-16 02:17:41] "GET /project/9ae70e97-a9bf-4051-b3d5-8a08b5e924e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.024271 10.0.0.73 - - [2025-10-16 02:17:41] "POST /network-policys HTTP/1.1" 200 577 0.073205 10.0.0.73 - - [2025-10-16 02:17:41] "GET /network-policy/af770896-c0eb-4528-8738-15b0e7dca481?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3127 0.004895 10.0.0.73 - - [2025-10-16 02:17:41] "POST /neutron/network HTTP/1.1" 200 1002 0.008208 10.0.0.73 - - [2025-10-16 02:17:41] "POST /fqname-to-id HTTP/1.1" 404 242 0.003148 10.0.0.73 - - [2025-10-16 02:17:41] "POST /fqname-to-id HTTP/1.1" 404 207 0.003264 10.0.0.73 - - [2025-10-16 02:17:41] "POST /neutron/network HTTP/1.1" 200 1110 0.055400 10.0.0.73 - - [2025-10-16 02:17:41] "POST /access-control-lists HTTP/1.1" 200 596 0.073740 10.0.0.73 - - [2025-10-16 02:17:41] "POST /neutron/network HTTP/1.1" 200 1110 0.044271 10.0.0.73 - - [2025-10-16 02:17:41] "GET /virtual-network/137a9048-2de4-4923-a613-8440b2b8adf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2951 0.004977 10.0.0.73 - - [2025-10-16 02:17:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002017 10.0.0.73 - - [2025-10-16 02:17:41] "GET /network-policy/af770896-c0eb-4528-8738-15b0e7dca481?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3127 0.003618 10.0.0.73 - - [2025-10-16 02:17:42] "POST /neutron/network HTTP/1.1" 200 1006 0.008071 10.0.0.73 - - [2025-10-16 02:17:42] "POST /fqname-to-id HTTP/1.1" 404 207 0.010521 10.0.0.73 - - [2025-10-16 02:17:42] "POST /fqname-to-id HTTP/1.1" 404 242 0.004045 10.0.0.73 - - [2025-10-16 02:17:42] "POST /neutron/network HTTP/1.1" 200 1114 0.052387 10.0.0.73 - - [2025-10-16 02:17:42] "POST /access-control-lists HTTP/1.1" 200 596 0.068954 10.0.0.73 - - [2025-10-16 02:17:42] "POST /neutron/network HTTP/1.1" 200 1114 0.045181 10.0.0.73 - - [2025-10-16 02:17:42] "GET /virtual-network/2536344a-d090-4d63-9856-e1501e63da79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2963 0.008176 10.0.0.73 - - [2025-10-16 02:17:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002682 10.0.0.73 - - [2025-10-16 02:17:42] "POST /ref-update HTTP/1.1" 200 156 0.011220 10.0.0.73 - - [2025-10-16 02:17:42] "GET /network-policy/af770896-c0eb-4528-8738-15b0e7dca481?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3127 0.006808 10.0.0.73 - - [2025-10-16 02:17:42] "GET /domains HTTP/1.1" 401 292 0.000416 10.0.0.73 - - [2025-10-16 02:17:42] "PUT /access-control-list/dec3ff7c-f00d-4864-b04d-7ebdbf71eefb HTTP/1.1" 200 272 0.051140 10.0.0.73 - - [2025-10-16 02:17:42] "GET /domains HTTP/1.1" 200 280 0.025229 10.0.0.73 - - [2025-10-16 02:17:42] "GET /domains?obj_uuids=61b1a5e4-4f17-4839-837e-aba6307473a6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001381 10.0.0.73 - - [2025-10-16 02:17:42] "GET /domain/61b1a5e4-4f17-4839-837e-aba6307473a6 HTTP/1.1" 200 2769 0.007820 10.0.0.73 - - [2025-10-16 02:17:42] "GET /projects?obj_uuids=9ae70e97-a9bf-4051-b3d5-8a08b5e924e3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001333 10.0.0.73 - - [2025-10-16 02:17:42] "GET /project/9ae70e97-a9bf-4051-b3d5-8a08b5e924e3 HTTP/1.1" 200 2636 0.084676 10.0.0.73 - - [2025-10-16 02:17:42] "GET /virtual-network/137a9048-2de4-4923-a613-8440b2b8adf3 HTTP/1.1" 200 3493 0.006002 10.0.0.73 - - [2025-10-16 02:17:42] "GET /virtual-network/137a9048-2de4-4923-a613-8440b2b8adf3 HTTP/1.1" 200 3493 0.006338 10.0.0.73 - - [2025-10-16 02:17:42] "GET /routing-instance/c40d8b10-cfa5-4365-b289-ec3f8ad0c9bf HTTP/1.1" 200 1796 0.003182 10.0.0.73 - - [2025-10-16 02:17:42] "GET /routing-instance/c40d8b10-cfa5-4365-b289-ec3f8ad0c9bf HTTP/1.1" 200 1796 0.003083 10.0.0.73 - - [2025-10-16 02:17:42] "GET /route-target/32f494b7-877e-4b9a-85ab-035edcf51137 HTTP/1.1" 200 1211 0.003084 10.0.0.73 - - [2025-10-16 02:17:42] "GET /virtual-network/137a9048-2de4-4923-a613-8440b2b8adf3 HTTP/1.1" 200 3493 0.004542 10.0.0.73 - - [2025-10-16 02:17:42] "GET /routing-instance/c40d8b10-cfa5-4365-b289-ec3f8ad0c9bf HTTP/1.1" 200 1796 0.003269 10.0.0.73 - - [2025-10-16 02:17:42] "GET /virtual-network/137a9048-2de4-4923-a613-8440b2b8adf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2951 0.004446 10.0.0.73 - - [2025-10-16 02:17:42] "GET /virtual-network/137a9048-2de4-4923-a613-8440b2b8adf3 HTTP/1.1" 200 3493 0.004258 10.0.0.73 - - [2025-10-16 02:17:42] "GET /routing-instance/c40d8b10-cfa5-4365-b289-ec3f8ad0c9bf HTTP/1.1" 200 1796 0.002982 10.0.0.73 - - [2025-10-16 02:17:42] "GET /routing-instance/c40d8b10-cfa5-4365-b289-ec3f8ad0c9bf HTTP/1.1" 200 1796 0.003089 10.0.0.73 - - [2025-10-16 02:17:42] "GET /route-target/32f494b7-877e-4b9a-85ab-035edcf51137 HTTP/1.1" 200 1211 0.002954 10.0.0.73 - - [2025-10-16 02:17:42] "GET /domains HTTP/1.1" 200 280 0.002982 10.0.0.73 - - [2025-10-16 02:17:42] "GET /domains?obj_uuids=61b1a5e4-4f17-4839-837e-aba6307473a6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000891 10.0.0.73 - - [2025-10-16 02:17:42] "GET /domain/61b1a5e4-4f17-4839-837e-aba6307473a6 HTTP/1.1" 200 2769 0.006247 10.0.0.73 - - [2025-10-16 02:17:42] "GET /projects?obj_uuids=9ae70e97-a9bf-4051-b3d5-8a08b5e924e3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000820 10.0.0.73 - - [2025-10-16 02:17:42] "GET /project/9ae70e97-a9bf-4051-b3d5-8a08b5e924e3 HTTP/1.1" 200 2636 0.067674 10.0.0.73 - - [2025-10-16 02:17:42] "GET /virtual-network/137a9048-2de4-4923-a613-8440b2b8adf3 HTTP/1.1" 200 3493 0.005018 10.0.0.73 - - [2025-10-16 02:17:43] "GET /obj-perms HTTP/1.1" 200 5046 0.047455 10.0.0.73 - - [2025-10-16 02:17:43] "GET /domains HTTP/1.1" 200 280 0.003113 10.0.0.73 - - [2025-10-16 02:17:43] "GET /domains?obj_uuids=61b1a5e4-4f17-4839-837e-aba6307473a6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000881 10.0.0.73 - - [2025-10-16 02:17:43] "GET /domain/61b1a5e4-4f17-4839-837e-aba6307473a6 HTTP/1.1" 200 2769 0.006357 10.0.0.73 - - [2025-10-16 02:17:43] "GET /projects?obj_uuids=9ae70e97-a9bf-4051-b3d5-8a08b5e924e3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001026 10.0.0.73 - - [2025-10-16 02:17:43] "GET /project/9ae70e97-a9bf-4051-b3d5-8a08b5e924e3 HTTP/1.1" 200 2636 0.064131 10.0.0.73 - - [2025-10-16 02:17:43] "GET /virtual-network/2536344a-d090-4d63-9856-e1501e63da79 HTTP/1.1" 200 3505 0.006561 10.0.0.73 - - [2025-10-16 02:17:43] "GET /virtual-network/2536344a-d090-4d63-9856-e1501e63da79 HTTP/1.1" 200 3505 0.004190 10.0.0.73 - - [2025-10-16 02:17:43] "GET /routing-instance/375425fa-5b47-43c7-93c7-98b8b3a3e09c HTTP/1.1" 200 1795 0.003500 10.0.0.73 - - [2025-10-16 02:17:43] "GET /routing-instance/375425fa-5b47-43c7-93c7-98b8b3a3e09c HTTP/1.1" 200 1795 0.002894 10.0.0.73 - - [2025-10-16 02:17:43] "GET /route-target/8ed8035a-892f-4869-a9c5-43d4fe6dceca HTTP/1.1" 200 1213 0.003058 10.0.0.73 - - [2025-10-16 02:17:43] "GET /virtual-network/2536344a-d090-4d63-9856-e1501e63da79 HTTP/1.1" 200 3505 0.006947 10.0.0.73 - - [2025-10-16 02:17:43] "GET /routing-instance/375425fa-5b47-43c7-93c7-98b8b3a3e09c HTTP/1.1" 200 1795 0.003525 10.0.0.73 - - [2025-10-16 02:17:43] "GET /virtual-network/2536344a-d090-4d63-9856-e1501e63da79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2963 0.004997 10.0.0.73 - - [2025-10-16 02:17:43] "GET /virtual-network/2536344a-d090-4d63-9856-e1501e63da79 HTTP/1.1" 200 3505 0.005371 10.0.0.73 - - [2025-10-16 02:17:43] "GET /routing-instance/375425fa-5b47-43c7-93c7-98b8b3a3e09c HTTP/1.1" 200 1795 0.003451 10.0.0.73 - - [2025-10-16 02:17:43] "GET /routing-instance/375425fa-5b47-43c7-93c7-98b8b3a3e09c HTTP/1.1" 200 1795 0.003775 10.0.0.73 - - [2025-10-16 02:17:43] "GET /route-target/8ed8035a-892f-4869-a9c5-43d4fe6dceca HTTP/1.1" 200 1213 0.004318 10.0.0.73 - - [2025-10-16 02:17:43] "GET /domains HTTP/1.1" 200 280 0.003356 10.0.0.73 - - [2025-10-16 02:17:43] "GET /domains?obj_uuids=61b1a5e4-4f17-4839-837e-aba6307473a6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000932 10.0.0.73 - - [2025-10-16 02:17:43] "GET /domain/61b1a5e4-4f17-4839-837e-aba6307473a6 HTTP/1.1" 200 2769 0.006808 10.0.0.73 - - [2025-10-16 02:17:43] "GET /projects?obj_uuids=9ae70e97-a9bf-4051-b3d5-8a08b5e924e3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000992 10.0.0.73 - - [2025-10-16 02:17:43] "GET /project/9ae70e97-a9bf-4051-b3d5-8a08b5e924e3 HTTP/1.1" 200 2636 0.074663 10.0.0.73 - - [2025-10-16 02:17:43] "GET /virtual-network/2536344a-d090-4d63-9856-e1501e63da79 HTTP/1.1" 200 3505 0.004203 10.0.0.73 - - [2025-10-16 02:17:43] "GET /obj-perms HTTP/1.1" 200 5046 0.002592 10.0.0.73 - - [2025-10-16 02:17:43] "GET /virtual-network/2536344a-d090-4d63-9856-e1501e63da79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2963 0.005163 10.0.0.73 - - [2025-10-16 02:17:43] "POST /neutron/network HTTP/1.1" 200 1114 0.007804 10.0.0.73 - - [2025-10-16 02:17:43] "POST /fqname-to-id HTTP/1.1" 404 207 0.005210 10.0.0.73 - - [2025-10-16 02:17:43] "POST /neutron/network HTTP/1.1" 200 1006 0.041572 10.0.0.73 - - [2025-10-16 02:17:43] "DELETE /access-control-list/de9e1110-9606-4825-b13a-109d05624fce HTTP/1.1" 200 115 0.034251 10.0.0.73 - - [2025-10-16 02:17:43] "POST /neutron/network HTTP/1.1" 200 1006 0.014060 10.0.0.73 - - [2025-10-16 02:17:43] "GET /virtual-network/2536344a-d090-4d63-9856-e1501e63da79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.004372 10.0.0.73 - - [2025-10-16 02:17:43] "POST /ref-update HTTP/1.1" 200 156 0.018110 10.0.0.73 - - [2025-10-16 02:17:43] "GET /virtual-network/137a9048-2de4-4923-a613-8440b2b8adf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2951 0.006044 10.0.0.73 - - [2025-10-16 02:17:43] "POST /neutron/network HTTP/1.1" 200 1110 0.102349 10.0.0.73 - - [2025-10-16 02:17:43] "POST /fqname-to-id HTTP/1.1" 404 207 0.002922 10.0.0.73 - - [2025-10-16 02:17:43] "POST /neutron/network HTTP/1.1" 200 1002 0.043202 10.0.0.73 - - [2025-10-16 02:17:43] "DELETE /access-control-list/dec3ff7c-f00d-4864-b04d-7ebdbf71eefb HTTP/1.1" 200 115 0.035411 10.0.0.73 - - [2025-10-16 02:17:43] "POST /neutron/network HTTP/1.1" 200 1002 0.010398 10.0.0.73 - - [2025-10-16 02:17:43] "GET /virtual-network/137a9048-2de4-4923-a613-8440b2b8adf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2627 0.004251 10.0.0.73 - - [2025-10-16 02:17:43] "POST /ref-update HTTP/1.1" 200 156 0.017595 10.0.0.73 - - [2025-10-16 02:17:44] "DELETE /network-policy/af770896-c0eb-4528-8738-15b0e7dca481 HTTP/1.1" 200 115 0.030699 10.0.0.73 - - [2025-10-16 02:17:44] "POST /neutron/network HTTP/1.1" 200 1006 0.010339 10.0.0.73 - - [2025-10-16 02:17:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004690 10.0.0.73 - - [2025-10-16 02:17:44] "POST /useragent-kv HTTP/1.1" 200 115 0.002679 10.0.0.73 - - [2025-10-16 02:17:44] "POST /useragent-kv HTTP/1.1" 200 115 0.003117 10.0.0.73 - - [2025-10-16 02:17:44] "POST /useragent-kv HTTP/1.1" 200 115 0.001827 10.0.0.73 - - [2025-10-16 02:17:44] "POST /useragent-kv HTTP/1.1" 200 115 0.001910 10.0.0.73 - - [2025-10-16 02:17:44] "POST /neutron/network HTTP/1.1" 200 151 0.089687 10.0.0.73 - - [2025-10-16 02:17:44] "DELETE /route-target/8ed8035a-892f-4869-a9c5-43d4fe6dceca HTTP/1.1" 200 115 0.021258 10.0.0.73 - - [2025-10-16 02:17:44] "GET /routing-instance/375425fa-5b47-43c7-93c7-98b8b3a3e09c HTTP/1.1" 404 171 0.002577 10.0.0.73 - - [2025-10-16 02:17:44] "GET /domains HTTP/1.1" 200 280 0.003186 10.0.0.73 - - [2025-10-16 02:17:44] "GET /domains?obj_uuids=61b1a5e4-4f17-4839-837e-aba6307473a6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001408 10.0.0.73 - - [2025-10-16 02:17:44] "GET /domain/61b1a5e4-4f17-4839-837e-aba6307473a6 HTTP/1.1" 200 2769 0.050778 10.0.0.73 - - [2025-10-16 02:17:44] "GET /projects?obj_uuids=9ae70e97-a9bf-4051-b3d5-8a08b5e924e3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000998 10.0.0.73 - - [2025-10-16 02:17:44] "GET /project/9ae70e97-a9bf-4051-b3d5-8a08b5e924e3 HTTP/1.1" 200 2156 0.069222 10.0.0.73 - - [2025-10-16 02:17:44] "POST /neutron/network HTTP/1.1" 200 1002 0.009076 10.0.0.73 - - [2025-10-16 02:17:44] "POST /useragent-kv HTTP/1.1" 200 115 0.002823 10.0.0.73 - - [2025-10-16 02:17:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003541 10.0.0.73 - - [2025-10-16 02:17:44] "POST /useragent-kv HTTP/1.1" 200 115 0.001860 10.0.0.73 - - [2025-10-16 02:17:44] "POST /useragent-kv HTTP/1.1" 200 115 0.002479 10.0.0.73 - - [2025-10-16 02:17:44] "POST /useragent-kv HTTP/1.1" 200 115 0.001682 10.0.0.73 - - [2025-10-16 02:17:44] "POST /neutron/network HTTP/1.1" 200 151 0.092791 10.0.0.73 - - [2025-10-16 02:17:44] "DELETE /route-target/32f494b7-877e-4b9a-85ab-035edcf51137 HTTP/1.1" 200 115 0.022990 10.0.0.73 - - [2025-10-16 02:17:44] "GET /routing-instance/c40d8b10-cfa5-4365-b289-ec3f8ad0c9bf HTTP/1.1" 404 171 0.006052 10.0.0.73 - - [2025-10-16 02:17:44] "GET /domains HTTP/1.1" 200 280 0.002970 10.0.0.73 - - [2025-10-16 02:17:44] "GET /domains?obj_uuids=61b1a5e4-4f17-4839-837e-aba6307473a6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000973 10.0.0.73 - - [2025-10-16 02:17:44] "GET /domain/61b1a5e4-4f17-4839-837e-aba6307473a6 HTTP/1.1" 200 2769 0.051479 10.0.0.73 - - [2025-10-16 02:17:44] "GET /projects?obj_uuids=9ae70e97-a9bf-4051-b3d5-8a08b5e924e3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001016 10.0.0.73 - - [2025-10-16 02:17:44] "GET /project/9ae70e97-a9bf-4051-b3d5-8a08b5e924e3 HTTP/1.1" 200 1911 0.073974 10.0.0.73 - - [2025-10-16 02:17:44] "GET /projects?obj_uuids=9ae70e97-a9bf-4051-b3d5-8a08b5e924e3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001287 10.0.0.73 - - [2025-10-16 02:17:44] "GET /project/9ae70e97-a9bf-4051-b3d5-8a08b5e924e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.030770 10.0.0.73 - - [2025-10-16 02:17:44] "GET /projects?obj_uuids=9ae70e97-a9bf-4051-b3d5-8a08b5e924e3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001129 10.0.0.73 - - [2025-10-16 02:17:44] "GET /project/9ae70e97-a9bf-4051-b3d5-8a08b5e924e3?fields=virtual_networks HTTP/1.1" 200 1059 0.069657 10.0.0.73 - - [2025-10-16 02:17:44] "GET /projects?obj_uuids=9ae70e97-a9bf-4051-b3d5-8a08b5e924e3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001225 10.0.0.73 - - [2025-10-16 02:17:45] "GET /project/9ae70e97-a9bf-4051-b3d5-8a08b5e924e3?fields=virtual_machine_interfaces HTTP/1.1" 200 1059 0.029353 10.0.0.73 - - [2025-10-16 02:17:45] "GET /projects?obj_uuids=9ae70e97-a9bf-4051-b3d5-8a08b5e924e3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001144 10.0.0.73 - - [2025-10-16 02:17:45] "GET /project/9ae70e97-a9bf-4051-b3d5-8a08b5e924e3?fields=security_groups HTTP/1.1" 200 1293 0.029433 10.0.0.73 - - [2025-10-16 02:17:45] "POST /fqname-to-id HTTP/1.1" 404 204 0.027704 10.0.0.73 - - [2025-10-16 02:17:45] "GET /projects?obj_uuids=c04baddc-60ad-4a44-9624-446602e1a711&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002648 10.0.0.73 - - [2025-10-16 02:17:45] "GET /domains?obj_uuids=61b1a5e4-4f17-4839-837e-aba6307473a6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000980 10.0.0.73 - - [2025-10-16 02:17:45] "GET /domain/61b1a5e4-4f17-4839-837e-aba6307473a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006433 10.0.0.73 - - [2025-10-16 02:17:46] "POST /id-to-fqname HTTP/1.1" 200 206 0.001245 10.0.0.73 - - [2025-10-16 02:17:46] "POST /fqname-to-id HTTP/1.1" 404 215 0.004658 10.0.0.73 - - [2025-10-16 02:17:46] "POST /security-groups HTTP/1.1" 200 607 0.065282 10.0.0.73 - - [2025-10-16 02:17:46] "POST /fqname-to-id HTTP/1.1" 404 250 0.003203 10.0.0.73 - - [2025-10-16 02:17:46] "POST /projects HTTP/1.1" 200 617 0.210516 10.0.0.73 - - [2025-10-16 02:17:46] "POST /access-control-lists HTTP/1.1" 200 612 0.061085 10.0.0.73 - - [2025-10-16 02:17:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.284744 10.0.0.73 - - [2025-10-16 02:17:46] "POST /fqname-to-id HTTP/1.1" 404 249 0.002967 10.0.0.73 - - [2025-10-16 02:17:46] "GET /project/c04baddc-60ad-4a44-9624-446602e1a711?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.406653 10.0.0.73 - - [2025-10-16 02:17:46] "POST /access-control-lists HTTP/1.1" 200 610 0.061318 10.0.0.73 - - [2025-10-16 02:17:47] "GET / HTTP/1.1" 200 35931 0.001974 10.0.0.73 - - [2025-10-16 02:17:48] "POST /fqname-to-id HTTP/1.1" 401 292 0.000457 10.0.0.73 - - [2025-10-16 02:17:48] "POST /fqname-to-id HTTP/1.1" 404 233 0.056286 10.0.0.73 - - [2025-10-16 02:17:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002397 10.0.0.73 - - [2025-10-16 02:17:48] "GET /projects?obj_uuids=c04baddc-60ad-4a44-9624-446602e1a711&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001034 10.0.0.73 - - [2025-10-16 02:17:48] "GET /project/c04baddc-60ad-4a44-9624-446602e1a711?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.025906 10.0.0.73 - - [2025-10-16 02:17:48] "POST /network-policys HTTP/1.1" 200 567 0.064507 10.0.0.73 - - [2025-10-16 02:17:48] "GET /network-policy/419f9eba-5ac0-4f03-9455-2c350429e323?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3152 0.005146 10.0.0.73 - - [2025-10-16 02:17:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003302 10.0.0.73 - - [2025-10-16 02:17:49] "GET /projects?obj_uuids=c04baddc-60ad-4a44-9624-446602e1a711&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000954 10.0.0.73 - - [2025-10-16 02:17:49] "GET /project/c04baddc-60ad-4a44-9624-446602e1a711?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.024356 10.0.0.73 - - [2025-10-16 02:17:49] "POST /neutron/network HTTP/1.1" 200 117 0.029097 10.0.0.73 - - [2025-10-16 02:17:49] "GET /projects?obj_uuids=c04baddc-60ad-4a44-9624-446602e1a711&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001142 10.0.0.73 - - [2025-10-16 02:17:49] "POST /neutron/network HTTP/1.1" 200 623 0.056791 10.0.0.73 - - [2025-10-16 02:17:49] "POST /useragent-kv HTTP/1.1" 200 115 0.003963 10.0.0.73 - - [2025-10-16 02:17:49] "POST /neutron/subnet HTTP/1.1" 200 729 0.176729 10.0.0.73 - - [2025-10-16 02:17:49] "POST /route-targets HTTP/1.1" 200 327 0.008777 10.0.0.73 - - [2025-10-16 02:17:49] "POST /ref-update HTTP/1.1" 200 156 0.008156 10.0.0.73 - - [2025-10-16 02:17:49] "POST /fqname-to-id HTTP/1.1" 404 207 0.005268 10.0.0.73 - - [2025-10-16 02:17:49] "POST /useragent-kv HTTP/1.1" 200 115 0.003488 10.0.0.73 - - [2025-10-16 02:17:49] "POST /neutron/subnet HTTP/1.1" 200 828 0.180427 10.0.0.73 - - [2025-10-16 02:17:49] "POST /neutron/network HTTP/1.1" 200 1017 0.008888 10.0.0.73 - - [2025-10-16 02:17:49] "POST /id-to-fqname HTTP/1.1" 200 237 0.001133 10.0.0.73 - - [2025-10-16 02:17:49] "GET /virtual-network/ae2d7232-9da4-47e1-a3d5-4a8df6ffec8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2662 0.005213 10.0.0.73 - - [2025-10-16 02:17:49] "POST /neutron/network HTTP/1.1" 200 1017 0.008137 10.0.0.73 - - [2025-10-16 02:17:49] "GET /virtual-network/ae2d7232-9da4-47e1-a3d5-4a8df6ffec8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2662 0.004616 10.0.0.73 - - [2025-10-16 02:17:49] "POST /neutron/network HTTP/1.1" 200 1017 0.007675 10.0.0.73 - - [2025-10-16 02:17:49] "POST /neutron/subnet HTTP/1.1" 200 729 0.007510 10.0.0.73 - - [2025-10-16 02:17:49] "POST /neutron/subnet HTTP/1.1" 200 828 0.006408 10.0.0.73 - - [2025-10-16 02:17:49] "POST /neutron/network HTTP/1.1" 200 1017 0.006664 10.0.0.73 - - [2025-10-16 02:17:49] "POST /fqname-to-id HTTP/1.1" 404 252 0.006408 10.0.0.73 - - [2025-10-16 02:17:49] "POST /fqname-to-id HTTP/1.1" 404 207 0.003535 10.0.0.73 - - [2025-10-16 02:17:49] "POST /neutron/network HTTP/1.1" 200 1124 0.051202 10.0.0.73 - - [2025-10-16 02:17:49] "POST /access-control-lists HTTP/1.1" 200 607 0.074719 10.0.0.73 - - [2025-10-16 02:17:49] "POST /neutron/network HTTP/1.1" 200 1124 0.067288 10.0.0.73 - - [2025-10-16 02:17:49] "GET /virtual-network/ae2d7232-9da4-47e1-a3d5-4a8df6ffec8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2985 0.006695 10.0.0.73 - - [2025-10-16 02:17:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003725 10.0.0.73 - - [2025-10-16 02:17:50] "GET /network-policy/419f9eba-5ac0-4f03-9455-2c350429e323?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3152 0.003897 10.0.0.73 - - [2025-10-16 02:17:50] "GET /domains HTTP/1.1" 401 292 0.002894 10.0.0.73 - - [2025-10-16 02:17:50] "GET /domains HTTP/1.1" 200 280 0.039349 10.0.0.73 - - [2025-10-16 02:17:50] "GET /domains?obj_uuids=61b1a5e4-4f17-4839-837e-aba6307473a6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001189 10.0.0.73 - - [2025-10-16 02:17:50] "GET /domain/61b1a5e4-4f17-4839-837e-aba6307473a6 HTTP/1.1" 200 2971 0.008427 10.0.0.73 - - [2025-10-16 02:17:50] "GET /projects?obj_uuids=c04baddc-60ad-4a44-9624-446602e1a711&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.003100 10.0.0.73 - - [2025-10-16 02:17:50] "GET /project/c04baddc-60ad-4a44-9624-446602e1a711 HTTP/1.1" 200 2469 0.074682 10.0.0.73 - - [2025-10-16 02:17:50] "GET /virtual-network/ae2d7232-9da4-47e1-a3d5-4a8df6ffec8c HTTP/1.1" 200 3547 0.010473 10.0.0.73 - - [2025-10-16 02:17:50] "GET /virtual-network/ae2d7232-9da4-47e1-a3d5-4a8df6ffec8c HTTP/1.1" 200 3547 0.009741 10.0.0.73 - - [2025-10-16 02:17:50] "GET /routing-instance/fed2d6ca-8f80-4d2c-b792-36c6fb3fe828 HTTP/1.1" 200 1496 0.003701 10.0.0.73 - - [2025-10-16 02:17:50] "GET /routing-instance/fed2d6ca-8f80-4d2c-b792-36c6fb3fe828 HTTP/1.1" 200 1496 0.003244 10.0.0.73 - - [2025-10-16 02:17:50] "GET /route-target/68e07cfb-8274-46d9-b428-5fe0d6775137 HTTP/1.1" 200 1222 0.002852 10.0.0.73 - - [2025-10-16 02:17:50] "GET /virtual-network/ae2d7232-9da4-47e1-a3d5-4a8df6ffec8c HTTP/1.1" 200 3547 0.004340 10.0.0.73 - - [2025-10-16 02:17:50] "GET /routing-instance/fed2d6ca-8f80-4d2c-b792-36c6fb3fe828 HTTP/1.1" 200 1496 0.004194 10.0.0.73 - - [2025-10-16 02:17:50] "GET /virtual-network/ae2d7232-9da4-47e1-a3d5-4a8df6ffec8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2985 0.004471 10.0.0.73 - - [2025-10-16 02:17:50] "GET /virtual-network/ae2d7232-9da4-47e1-a3d5-4a8df6ffec8c HTTP/1.1" 200 3547 0.005040 10.0.0.73 - - [2025-10-16 02:17:50] "GET /routing-instance/fed2d6ca-8f80-4d2c-b792-36c6fb3fe828 HTTP/1.1" 200 1496 0.003384 10.0.0.73 - - [2025-10-16 02:17:50] "GET /routing-instance/fed2d6ca-8f80-4d2c-b792-36c6fb3fe828 HTTP/1.1" 200 1496 0.005531 10.0.0.73 - - [2025-10-16 02:17:50] "GET /route-target/68e07cfb-8274-46d9-b428-5fe0d6775137 HTTP/1.1" 200 1222 0.003144 10.0.0.73 - - [2025-10-16 02:17:50] "GET /domains HTTP/1.1" 200 280 0.002465 10.0.0.73 - - [2025-10-16 02:17:50] "GET /domains?obj_uuids=61b1a5e4-4f17-4839-837e-aba6307473a6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000894 10.0.0.73 - - [2025-10-16 02:17:50] "GET /domain/61b1a5e4-4f17-4839-837e-aba6307473a6 HTTP/1.1" 200 2971 0.007142 10.0.0.73 - - [2025-10-16 02:17:50] "GET /projects?obj_uuids=c04baddc-60ad-4a44-9624-446602e1a711&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000862 10.0.0.73 - - [2025-10-16 02:17:50] "GET /project/c04baddc-60ad-4a44-9624-446602e1a711 HTTP/1.1" 200 2469 0.063415 10.0.0.73 - - [2025-10-16 02:17:50] "GET /virtual-network/ae2d7232-9da4-47e1-a3d5-4a8df6ffec8c HTTP/1.1" 200 3547 0.005347 10.0.0.73 - - [2025-10-16 02:17:51] "GET /obj-perms HTTP/1.1" 200 5062 0.051584 10.0.0.73 - - [2025-10-16 02:17:51] "GET /domains HTTP/1.1" 200 280 0.002830 10.0.0.73 - - [2025-10-16 02:17:51] "GET /domains?obj_uuids=61b1a5e4-4f17-4839-837e-aba6307473a6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000972 10.0.0.73 - - [2025-10-16 02:17:51] "GET /domain/61b1a5e4-4f17-4839-837e-aba6307473a6 HTTP/1.1" 200 2971 0.006735 10.0.0.73 - - [2025-10-16 02:17:51] "GET /projects?obj_uuids=c04baddc-60ad-4a44-9624-446602e1a711&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000943 10.0.0.73 - - [2025-10-16 02:17:51] "GET /project/c04baddc-60ad-4a44-9624-446602e1a711 HTTP/1.1" 200 2469 0.070257 10.0.0.73 - - [2025-10-16 02:17:51] "GET /network-policy/419f9eba-5ac0-4f03-9455-2c350429e323 HTTP/1.1" 200 3478 0.004195 10.0.0.73 - - [2025-10-16 02:17:51] "DELETE /network-policy/419f9eba-5ac0-4f03-9455-2c350429e323 HTTP/1.1" 409 238 0.005892 10.0.0.73 - - [2025-10-16 02:17:51] "POST /neutron/network HTTP/1.1" 200 1124 0.007161 10.0.0.73 - - [2025-10-16 02:17:51] "DELETE /access-control-list/2ac90a71-3c28-4a8c-9fcf-a8798977a5d2 HTTP/1.1" 200 115 0.024253 10.0.0.73 - - [2025-10-16 02:17:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004340 10.0.0.73 - - [2025-10-16 02:17:51] "POST /useragent-kv HTTP/1.1" 200 115 0.002139 10.0.0.73 - - [2025-10-16 02:17:51] "POST /useragent-kv HTTP/1.1" 200 115 0.001770 10.0.0.73 - - [2025-10-16 02:17:51] "POST /useragent-kv HTTP/1.1" 200 115 0.001496 10.0.0.73 - - [2025-10-16 02:17:51] "POST /useragent-kv HTTP/1.1" 200 115 0.001398 10.0.0.73 - - [2025-10-16 02:17:51] "POST /neutron/network HTTP/1.1" 200 151 0.093134 10.0.0.73 - - [2025-10-16 02:17:51] "GET /routing-instance/fed2d6ca-8f80-4d2c-b792-36c6fb3fe828 HTTP/1.1" 404 171 0.002305 10.0.0.73 - - [2025-10-16 02:17:51] "GET /domains HTTP/1.1" 200 280 0.002597 10.0.0.73 - - [2025-10-16 02:17:51] "GET /domains?obj_uuids=61b1a5e4-4f17-4839-837e-aba6307473a6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000781 10.0.0.73 - - [2025-10-16 02:17:51] "DELETE /route-target/68e07cfb-8274-46d9-b428-5fe0d6775137 HTTP/1.1" 200 115 0.016243 10.0.0.73 - - [2025-10-16 02:17:51] "GET /domain/61b1a5e4-4f17-4839-837e-aba6307473a6 HTTP/1.1" 200 2971 0.050915 10.0.0.73 - - [2025-10-16 02:17:51] "GET /projects?obj_uuids=c04baddc-60ad-4a44-9624-446602e1a711&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000893 10.0.0.73 - - [2025-10-16 02:17:51] "GET /project/c04baddc-60ad-4a44-9624-446602e1a711 HTTP/1.1" 200 2215 0.070772 10.0.0.73 - - [2025-10-16 02:17:51] "DELETE /network-policy/419f9eba-5ac0-4f03-9455-2c350429e323 HTTP/1.1" 200 115 0.021867 10.0.0.73 - - [2025-10-16 02:17:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002402 10.0.0.73 - - [2025-10-16 02:17:51] "GET /projects?obj_uuids=c04baddc-60ad-4a44-9624-446602e1a711&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001110 10.0.0.73 - - [2025-10-16 02:17:51] "GET /project/c04baddc-60ad-4a44-9624-446602e1a711?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.024312 10.0.0.73 - - [2025-10-16 02:17:51] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyNegativeIpv4v6-59691005&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.004593 10.0.0.73 - - [2025-10-16 02:17:52] "GET /projects?obj_uuids=c04baddc-60ad-4a44-9624-446602e1a711&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001287 10.0.0.73 - - [2025-10-16 02:17:52] "GET /project/c04baddc-60ad-4a44-9624-446602e1a711?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.026637 10.0.0.73 - - [2025-10-16 02:17:52] "GET /projects?obj_uuids=c04baddc-60ad-4a44-9624-446602e1a711&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000854 10.0.0.73 - - [2025-10-16 02:17:52] "GET /project/c04baddc-60ad-4a44-9624-446602e1a711?fields=virtual_networks HTTP/1.1" 200 1075 0.073165 10.0.0.73 - - [2025-10-16 02:17:52] "GET /projects?obj_uuids=c04baddc-60ad-4a44-9624-446602e1a711&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000974 10.0.0.73 - - [2025-10-16 02:17:52] "GET /project/c04baddc-60ad-4a44-9624-446602e1a711?fields=virtual_machine_interfaces HTTP/1.1" 200 1075 0.028748 10.0.0.73 - - [2025-10-16 02:17:52] "GET /projects?obj_uuids=c04baddc-60ad-4a44-9624-446602e1a711&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001225 10.0.0.73 - - [2025-10-16 02:17:52] "GET /project/c04baddc-60ad-4a44-9624-446602e1a711?fields=security_groups HTTP/1.1" 200 1317 0.024872 10.0.0.73 - - [2025-10-16 02:17:53] "POST /fqname-to-id HTTP/1.1" 404 190 0.025432 10.0.0.73 - - [2025-10-16 02:17:53] "GET /projects?obj_uuids=0f0c9cd6-597f-4a46-9444-51bcb3216c8f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002589 10.0.0.73 - - [2025-10-16 02:17:53] "GET /domains?obj_uuids=61b1a5e4-4f17-4839-837e-aba6307473a6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001295 10.0.0.73 - - [2025-10-16 02:17:53] "GET /domain/61b1a5e4-4f17-4839-837e-aba6307473a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007143 10.0.0.73 - - [2025-10-16 02:17:53] "POST /id-to-fqname HTTP/1.1" 200 192 0.001389 10.0.0.73 - - [2025-10-16 02:17:53] "POST /fqname-to-id HTTP/1.1" 404 201 0.003598 10.0.0.73 - - [2025-10-16 02:17:53] "POST /security-groups HTTP/1.1" 200 593 0.064403 10.0.0.73 - - [2025-10-16 02:17:53] "POST /fqname-to-id HTTP/1.1" 404 236 0.004471 10.0.0.73 - - [2025-10-16 02:17:53] "POST /projects HTTP/1.1" 200 589 0.217567 10.0.0.73 - - [2025-10-16 02:17:53] "POST /access-control-lists HTTP/1.1" 200 598 0.067394 10.0.0.73 - - [2025-10-16 02:17:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.293785 10.0.0.73 - - [2025-10-16 02:17:53] "POST /fqname-to-id HTTP/1.1" 404 235 0.003316 10.0.0.73 - - [2025-10-16 02:17:53] "GET /project/0f0c9cd6-597f-4a46-9444-51bcb3216c8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.422678 10.0.0.73 - - [2025-10-16 02:17:53] "POST /access-control-lists HTTP/1.1" 200 596 0.060727 10.0.0.73 - - [2025-10-16 02:17:54] "GET / HTTP/1.1" 200 35931 0.002644 10.0.0.73 - - [2025-10-16 02:17:55] "POST /fqname-to-id HTTP/1.1" 401 292 0.000484 10.0.0.73 - - [2025-10-16 02:17:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.059749 10.0.0.73 - - [2025-10-16 02:17:55] "GET /projects?obj_uuids=0f0c9cd6-597f-4a46-9444-51bcb3216c8f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000884 10.0.0.73 - - [2025-10-16 02:17:55] "GET /project/0f0c9cd6-597f-4a46-9444-51bcb3216c8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.023099 10.0.0.73 - - [2025-10-16 02:17:56] "POST /neutron/network HTTP/1.1" 200 117 0.032628 10.0.0.73 - - [2025-10-16 02:17:56] "GET /projects?obj_uuids=0f0c9cd6-597f-4a46-9444-51bcb3216c8f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001255 10.0.0.73 - - [2025-10-16 02:17:56] "POST /neutron/network HTTP/1.1" 200 607 0.067672 10.0.0.73 - - [2025-10-16 02:17:56] "POST /route-targets HTTP/1.1" 200 327 0.011806 10.0.0.73 - - [2025-10-16 02:17:56] "POST /ref-update HTTP/1.1" 200 156 0.013926 10.0.0.73 - - [2025-10-16 02:17:56] "POST /useragent-kv HTTP/1.1" 200 115 0.003827 10.0.0.73 - - [2025-10-16 02:17:56] "POST /neutron/subnet HTTP/1.1" 200 725 0.199222 10.0.0.73 - - [2025-10-16 02:17:56] "POST /neutron/network HTTP/1.1" 200 826 0.005121 10.0.0.73 - - [2025-10-16 02:17:56] "POST /id-to-fqname HTTP/1.1" 200 222 0.001088 10.0.0.73 - - [2025-10-16 02:17:56] "GET /virtual-network/1226b7eb-52ee-4ccc-92d0-4386863ac2b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.004251 10.0.0.73 - - [2025-10-16 02:17:56] "POST /neutron/network HTTP/1.1" 200 826 0.019670 10.0.0.73 - - [2025-10-16 02:17:56] "GET /virtual-network/1226b7eb-52ee-4ccc-92d0-4386863ac2b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005623 10.0.0.73 - - [2025-10-16 02:17:56] "POST /neutron/network HTTP/1.1" 200 826 0.005183 10.0.0.73 - - [2025-10-16 02:17:56] "POST /neutron/subnet HTTP/1.1" 200 725 0.006749 10.0.0.73 - - [2025-10-16 02:17:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002570 10.0.0.73 - - [2025-10-16 02:17:56] "GET /projects?obj_uuids=0f0c9cd6-597f-4a46-9444-51bcb3216c8f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000963 10.0.0.73 - - [2025-10-16 02:17:56] "GET /project/0f0c9cd6-597f-4a46-9444-51bcb3216c8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.026376 10.0.0.73 - - [2025-10-16 02:17:56] "POST /neutron/network HTTP/1.1" 200 117 0.009044 10.0.0.73 - - [2025-10-16 02:17:56] "GET /projects?obj_uuids=0f0c9cd6-597f-4a46-9444-51bcb3216c8f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000890 10.0.0.73 - - [2025-10-16 02:17:56] "POST /neutron/network HTTP/1.1" 200 607 0.089342 10.0.0.73 - - [2025-10-16 02:17:56] "POST /route-targets HTTP/1.1" 200 327 0.010975 10.0.0.73 - - [2025-10-16 02:17:56] "POST /ref-update HTTP/1.1" 200 156 0.013670 10.0.0.73 - - [2025-10-16 02:17:56] "POST /useragent-kv HTTP/1.1" 200 115 0.003492 10.0.0.73 - - [2025-10-16 02:17:56] "POST /neutron/subnet HTTP/1.1" 200 714 0.156707 10.0.0.73 - - [2025-10-16 02:17:56] "POST /neutron/network HTTP/1.1" 200 824 0.005466 10.0.0.73 - - [2025-10-16 02:17:56] "POST /id-to-fqname HTTP/1.1" 200 222 0.001041 10.0.0.73 - - [2025-10-16 02:17:56] "GET /virtual-network/44a3f9b3-4fce-44e5-a99a-dbce0b4b5625?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.004326 10.0.0.73 - - [2025-10-16 02:17:57] "POST /neutron/network HTTP/1.1" 200 824 0.006552 10.0.0.73 - - [2025-10-16 02:17:57] "GET /virtual-network/44a3f9b3-4fce-44e5-a99a-dbce0b4b5625?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005140 10.0.0.73 - - [2025-10-16 02:17:57] "POST /neutron/network HTTP/1.1" 200 824 0.006428 10.0.0.73 - - [2025-10-16 02:17:57] "POST /neutron/subnet HTTP/1.1" 200 714 0.006867 10.0.0.73 - - [2025-10-16 02:17:57] "POST /fqname-to-id HTTP/1.1" 404 228 0.002615 10.0.0.73 - - [2025-10-16 02:17:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002577 10.0.0.73 - - [2025-10-16 02:17:57] "GET /projects?obj_uuids=0f0c9cd6-597f-4a46-9444-51bcb3216c8f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001287 10.0.0.73 - - [2025-10-16 02:17:57] "GET /project/0f0c9cd6-597f-4a46-9444-51bcb3216c8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.027790 10.0.0.73 - - [2025-10-16 02:17:57] "POST /network-policys HTTP/1.1" 200 571 0.018772 10.0.0.73 - - [2025-10-16 02:17:57] "GET /network-policy/5fcee1fa-a6d5-4dfb-9788-9c8f0b392901?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2151 0.004897 10.0.0.73 - - [2025-10-16 02:17:57] "POST /neutron/network HTTP/1.1" 200 826 0.007721 10.0.0.73 - - [2025-10-16 02:17:57] "POST /fqname-to-id HTTP/1.1" 404 236 0.002224 10.0.0.73 - - [2025-10-16 02:17:57] "POST /neutron/network HTTP/1.1" 200 928 0.039687 10.0.0.73 - - [2025-10-16 02:17:57] "POST /neutron/network HTTP/1.1" 200 928 0.005527 10.0.0.73 - - [2025-10-16 02:17:57] "GET /virtual-network/1226b7eb-52ee-4ccc-92d0-4386863ac2b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.038858 10.0.0.73 - - [2025-10-16 02:17:57] "POST /access-control-lists HTTP/1.1" 200 590 0.067993 10.0.0.73 - - [2025-10-16 02:17:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002459 10.0.0.73 - - [2025-10-16 02:17:57] "GET /network-policy/5fcee1fa-a6d5-4dfb-9788-9c8f0b392901?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2151 0.005291 10.0.0.73 - - [2025-10-16 02:17:57] "POST /neutron/network HTTP/1.1" 200 824 0.005289 10.0.0.73 - - [2025-10-16 02:17:57] "POST /neutron/network HTTP/1.1" 200 926 0.058467 10.0.0.73 - - [2025-10-16 02:17:57] "PUT /access-control-list/c302a198-0971-4fb6-90c4-5b8b6054ba3a HTTP/1.1" 200 272 0.013887 10.0.0.73 - - [2025-10-16 02:17:57] "POST /fqname-to-id HTTP/1.1" 404 236 0.004122 10.0.0.73 - - [2025-10-16 02:17:57] "POST /neutron/network HTTP/1.1" 200 926 0.006591 10.0.0.73 - - [2025-10-16 02:17:57] "GET /virtual-network/44a3f9b3-4fce-44e5-a99a-dbce0b4b5625?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.005409 10.0.0.73 - - [2025-10-16 02:17:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002539 10.0.0.73 - - [2025-10-16 02:17:57] "GET /network-policy/5fcee1fa-a6d5-4dfb-9788-9c8f0b392901?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2151 0.032410 10.0.0.73 - - [2025-10-16 02:17:57] "POST /access-control-lists HTTP/1.1" 200 590 0.061606 10.0.0.73 - - [2025-10-16 02:17:57] "GET /domains HTTP/1.1" 401 292 0.000353 10.0.0.73 - - [2025-10-16 02:17:57] "POST /ref-update HTTP/1.1" 200 156 0.017428 10.0.0.73 - - [2025-10-16 02:17:58] "GET /domains HTTP/1.1" 200 280 0.024121 10.0.0.73 - - [2025-10-16 02:17:58] "GET /domains?obj_uuids=61b1a5e4-4f17-4839-837e-aba6307473a6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000971 10.0.0.73 - - [2025-10-16 02:17:58] "GET /domain/61b1a5e4-4f17-4839-837e-aba6307473a6 HTTP/1.1" 200 3159 0.011155 10.0.0.73 - - [2025-10-16 02:17:58] "GET /projects?obj_uuids=0f0c9cd6-597f-4a46-9444-51bcb3216c8f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001288 10.0.0.73 - - [2025-10-16 02:17:58] "GET /project/0f0c9cd6-597f-4a46-9444-51bcb3216c8f HTTP/1.1" 200 2581 0.066273 10.0.0.73 - - [2025-10-16 02:17:58] "GET /virtual-network/1226b7eb-52ee-4ccc-92d0-4386863ac2b8 HTTP/1.1" 200 2891 0.007459 10.0.0.73 - - [2025-10-16 02:17:58] "GET /virtual-network/1226b7eb-52ee-4ccc-92d0-4386863ac2b8 HTTP/1.1" 200 2891 0.004789 10.0.0.73 - - [2025-10-16 02:17:58] "GET /routing-instance/5ce0946b-a54a-4d7e-81b1-f4aa57ed5325 HTTP/1.1" 200 1782 0.003332 10.0.0.73 - - [2025-10-16 02:17:58] "GET /routing-instance/5ce0946b-a54a-4d7e-81b1-f4aa57ed5325 HTTP/1.1" 200 1782 0.003156 10.0.0.73 - - [2025-10-16 02:17:58] "GET /route-target/f7228032-5276-40b2-9f42-c50cc75918a0 HTTP/1.1" 200 1207 0.004730 10.0.0.73 - - [2025-10-16 02:17:58] "GET /virtual-network/1226b7eb-52ee-4ccc-92d0-4386863ac2b8 HTTP/1.1" 200 2891 0.004286 10.0.0.73 - - [2025-10-16 02:17:58] "GET /routing-instance/5ce0946b-a54a-4d7e-81b1-f4aa57ed5325 HTTP/1.1" 200 1782 0.003796 10.0.0.73 - - [2025-10-16 02:17:58] "GET /virtual-network/1226b7eb-52ee-4ccc-92d0-4386863ac2b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.004890 10.0.0.73 - - [2025-10-16 02:17:58] "GET /virtual-network/1226b7eb-52ee-4ccc-92d0-4386863ac2b8 HTTP/1.1" 200 2891 0.004775 10.0.0.73 - - [2025-10-16 02:17:58] "GET /routing-instance/5ce0946b-a54a-4d7e-81b1-f4aa57ed5325 HTTP/1.1" 200 1782 0.003074 10.0.0.73 - - [2025-10-16 02:17:58] "GET /routing-instance/5ce0946b-a54a-4d7e-81b1-f4aa57ed5325 HTTP/1.1" 200 1782 0.003811 10.0.0.73 - - [2025-10-16 02:17:58] "GET /route-target/f7228032-5276-40b2-9f42-c50cc75918a0 HTTP/1.1" 200 1207 0.002890 10.0.0.73 - - [2025-10-16 02:17:58] "GET /domains HTTP/1.1" 200 280 0.003264 10.0.0.73 - - [2025-10-16 02:17:58] "GET /domains?obj_uuids=61b1a5e4-4f17-4839-837e-aba6307473a6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000871 10.0.0.73 - - [2025-10-16 02:17:58] "GET /domain/61b1a5e4-4f17-4839-837e-aba6307473a6 HTTP/1.1" 200 3159 0.006470 10.0.0.73 - - [2025-10-16 02:17:58] "GET /projects?obj_uuids=0f0c9cd6-597f-4a46-9444-51bcb3216c8f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000922 10.0.0.73 - - [2025-10-16 02:17:58] "GET /project/0f0c9cd6-597f-4a46-9444-51bcb3216c8f HTTP/1.1" 200 2581 0.068744 10.0.0.73 - - [2025-10-16 02:17:58] "GET /virtual-network/1226b7eb-52ee-4ccc-92d0-4386863ac2b8 HTTP/1.1" 200 2891 0.004250 10.0.0.73 - - [2025-10-16 02:17:58] "GET /obj-perms HTTP/1.1" 200 5034 0.048196 10.0.0.73 - - [2025-10-16 02:17:58] "GET /domains HTTP/1.1" 200 280 0.002700 10.0.0.73 - - [2025-10-16 02:17:58] "GET /domains?obj_uuids=61b1a5e4-4f17-4839-837e-aba6307473a6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000925 10.0.0.73 - - [2025-10-16 02:17:58] "GET /domain/61b1a5e4-4f17-4839-837e-aba6307473a6 HTTP/1.1" 200 3159 0.006731 10.0.0.73 - - [2025-10-16 02:17:58] "GET /projects?obj_uuids=0f0c9cd6-597f-4a46-9444-51bcb3216c8f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000859 10.0.0.73 - - [2025-10-16 02:17:58] "GET /project/0f0c9cd6-597f-4a46-9444-51bcb3216c8f HTTP/1.1" 200 2581 0.062437 10.0.0.73 - - [2025-10-16 02:17:58] "GET /virtual-network/44a3f9b3-4fce-44e5-a99a-dbce0b4b5625 HTTP/1.1" 200 2885 0.006270 10.0.0.73 - - [2025-10-16 02:17:58] "GET /virtual-network/44a3f9b3-4fce-44e5-a99a-dbce0b4b5625 HTTP/1.1" 200 2885 0.004246 10.0.0.73 - - [2025-10-16 02:17:58] "GET /routing-instance/38149722-4eda-4d4f-a9b6-898edbee03c8 HTTP/1.1" 200 1783 0.003363 10.0.0.73 - - [2025-10-16 02:17:58] "GET /routing-instance/38149722-4eda-4d4f-a9b6-898edbee03c8 HTTP/1.1" 200 1783 0.003358 10.0.0.73 - - [2025-10-16 02:17:58] "GET /route-target/6e9ee2be-5939-41a2-aada-87ebeb7a3dc0 HTTP/1.1" 200 1206 0.003752 10.0.0.73 - - [2025-10-16 02:17:58] "GET /virtual-network/44a3f9b3-4fce-44e5-a99a-dbce0b4b5625 HTTP/1.1" 200 2885 0.004774 10.0.0.73 - - [2025-10-16 02:17:58] "GET /routing-instance/38149722-4eda-4d4f-a9b6-898edbee03c8 HTTP/1.1" 200 1783 0.003176 10.0.0.73 - - [2025-10-16 02:17:58] "GET /virtual-network/44a3f9b3-4fce-44e5-a99a-dbce0b4b5625?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.004250 10.0.0.73 - - [2025-10-16 02:17:58] "GET /virtual-network/44a3f9b3-4fce-44e5-a99a-dbce0b4b5625 HTTP/1.1" 200 2885 0.004779 10.0.0.73 - - [2025-10-16 02:17:58] "GET /routing-instance/38149722-4eda-4d4f-a9b6-898edbee03c8 HTTP/1.1" 200 1783 0.004337 10.0.0.73 - - [2025-10-16 02:17:58] "GET /routing-instance/38149722-4eda-4d4f-a9b6-898edbee03c8 HTTP/1.1" 200 1783 0.004017 10.0.0.73 - - [2025-10-16 02:17:59] "GET /route-target/6e9ee2be-5939-41a2-aada-87ebeb7a3dc0 HTTP/1.1" 200 1206 0.003452 10.0.0.73 - - [2025-10-16 02:17:59] "GET /domains HTTP/1.1" 200 280 0.003618 10.0.0.73 - - [2025-10-16 02:17:59] "GET /domains?obj_uuids=61b1a5e4-4f17-4839-837e-aba6307473a6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001086 10.0.0.73 - - [2025-10-16 02:17:59] "GET /domain/61b1a5e4-4f17-4839-837e-aba6307473a6 HTTP/1.1" 200 3159 0.007231 10.0.0.73 - - [2025-10-16 02:17:59] "GET /projects?obj_uuids=0f0c9cd6-597f-4a46-9444-51bcb3216c8f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001287 10.0.0.73 - - [2025-10-16 02:17:59] "GET /project/0f0c9cd6-597f-4a46-9444-51bcb3216c8f HTTP/1.1" 200 2581 0.071461 10.0.0.73 - - [2025-10-16 02:17:59] "GET /virtual-network/44a3f9b3-4fce-44e5-a99a-dbce0b4b5625 HTTP/1.1" 200 2885 0.005073 10.0.0.73 - - [2025-10-16 02:17:59] "GET /obj-perms HTTP/1.1" 200 5034 0.003332 10.0.0.73 - - [2025-10-16 02:17:59] "POST /id-to-fqname HTTP/1.1" 200 222 0.001331 10.0.0.73 - - [2025-10-16 02:17:59] "POST /neutron/network HTTP/1.1" 200 938 0.005701 10.0.0.73 - - [2025-10-16 02:17:59] "GET /aaa-mode HTTP/1.1" 401 292 0.000548 10.0.0.73 - - [2025-10-16 02:17:59] "GET / HTTP/1.1" 200 35931 0.001474 10.0.0.73 - - [2025-10-16 02:17:59] "GET /project/0f0c9cd6-597f-4a46-9444-51bcb3216c8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000402 10.0.0.73 - - [2025-10-16 02:18:00] "GET /projects?obj_uuids=0f0c9cd6-597f-4a46-9444-51bcb3216c8f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001205 10.0.0.73 - - [2025-10-16 02:18:00] "GET /project/0f0c9cd6-597f-4a46-9444-51bcb3216c8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.052065 10.0.0.73 - - [2025-10-16 02:18:00] "POST /neutron/network HTTP/1.1" 200 928 0.005435 10.0.0.73 - - [2025-10-16 02:18:00] "POST /neutron/port HTTP/1.1" 200 117 0.005736 10.0.0.73 - - [2025-10-16 02:18:00] "POST /neutron/port HTTP/1.1" 200 117 0.005151 10.0.0.73 - - [2025-10-16 02:18:00] "POST /id-to-fqname HTTP/1.1" 200 222 0.001463 10.0.0.73 - - [2025-10-16 02:18:00] "POST /neutron/port HTTP/1.1" 200 117 0.005349 10.0.0.73 - - [2025-10-16 02:18:00] "POST /neutron/network HTTP/1.1" 200 936 0.006809 10.0.0.73 - - [2025-10-16 02:18:00] "GET /aaa-mode HTTP/1.1" 401 292 0.000580 10.0.0.73 - - [2025-10-16 02:18:00] "POST /neutron/network HTTP/1.1" 200 938 0.005922 10.0.0.73 - - [2025-10-16 02:18:00] "GET /projects?obj_uuids=0f0c9cd6-597f-4a46-9444-51bcb3216c8f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001028 10.0.0.73 - - [2025-10-16 02:18:00] "GET / HTTP/1.1" 200 35931 0.002642 10.0.0.73 - - [2025-10-16 02:18:00] "GET /project/0f0c9cd6-597f-4a46-9444-51bcb3216c8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.001013 10.0.0.73 - - [2025-10-16 02:18:00] "POST /neutron/port HTTP/1.1" 200 1062 0.211087 10.0.0.73 - - [2025-10-16 02:18:00] "POST /neutron/port HTTP/1.1" 200 1062 0.015497 10.0.0.73 - - [2025-10-16 02:18:00] "POST /neutron/port HTTP/1.1" 200 1062 0.012760 10.0.0.73 - - [2025-10-16 02:18:00] "POST /neutron/port HTTP/1.1" 200 1116 0.064485 10.0.0.73 - - [2025-10-16 02:18:01] "POST /neutron/port HTTP/1.1" 200 1090 0.012343 10.0.0.73 - - [2025-10-16 02:18:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004625 10.0.0.73 - - [2025-10-16 02:18:01] "POST /neutron/subnet HTTP/1.1" 200 699 0.010933 10.0.0.73 - - [2025-10-16 02:18:01] "POST /neutron/port HTTP/1.1" 200 117 0.001303 10.0.0.73 - - [2025-10-16 02:18:01] "GET /projects?obj_uuids=0f0c9cd6-597f-4a46-9444-51bcb3216c8f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002583 10.0.0.73 - - [2025-10-16 02:18:01] "POST /neutron/network HTTP/1.1" 200 928 0.005762 10.0.0.73 - - [2025-10-16 02:18:01] "GET /project/0f0c9cd6-597f-4a46-9444-51bcb3216c8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.053190 10.0.0.73 - - [2025-10-16 02:18:01] "POST /neutron/network HTTP/1.1" 200 926 0.012317 10.0.0.73 - - [2025-10-16 02:18:01] "POST /neutron/port HTTP/1.1" 200 1090 0.013053 10.0.0.73 - - [2025-10-16 02:18:01] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009018 10.0.0.73 - - [2025-10-16 02:18:01] "POST /neutron/port HTTP/1.1" 200 117 0.006615 10.0.0.73 - - [2025-10-16 02:18:01] "POST /neutron/port HTTP/1.1" 200 1090 0.010264 10.0.0.73 - - [2025-10-16 02:18:01] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006245 10.0.0.73 - - [2025-10-16 02:18:01] "POST /neutron/network HTTP/1.1" 200 936 0.005150 10.0.0.73 - - [2025-10-16 02:18:01] "GET /projects?obj_uuids=0f0c9cd6-597f-4a46-9444-51bcb3216c8f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001363 10.0.0.73 - - [2025-10-16 02:18:01] "PUT /access-control-list/8019bf05-b94d-47e6-bbbc-d5f122a980fd HTTP/1.1" 200 272 0.023531 10.0.0.73 - - [2025-10-16 02:18:02] "POST /neutron/port HTTP/1.1" 200 1060 0.259936 10.0.0.73 - - [2025-10-16 02:18:02] "POST /neutron/port HTTP/1.1" 200 1060 0.023942 10.0.0.73 - - [2025-10-16 02:18:02] "POST /neutron/port HTTP/1.1" 200 1060 0.009711 10.0.0.73 - - [2025-10-16 02:18:02] "POST /neutron/port HTTP/1.1" 200 1114 0.074153 10.0.0.73 - - [2025-10-16 02:18:02] "POST /neutron/port HTTP/1.1" 200 1088 0.013006 10.0.0.73 - - [2025-10-16 02:18:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004009 10.0.0.73 - - [2025-10-16 02:18:02] "POST /neutron/subnet HTTP/1.1" 200 688 0.008257 10.0.0.73 - - [2025-10-16 02:18:02] "POST /neutron/port HTTP/1.1" 200 117 0.001076 10.0.0.73 - - [2025-10-16 02:18:02] "POST /neutron/network HTTP/1.1" 200 926 0.005729 10.0.0.73 - - [2025-10-16 02:18:06] "POST /neutron/port HTTP/1.1" 200 1090 0.011231 10.0.0.73 - - [2025-10-16 02:18:06] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006003 10.0.0.73 - - [2025-10-16 02:18:06] "POST /neutron/port HTTP/1.1" 200 1090 0.010867 10.0.0.73 - - [2025-10-16 02:18:06] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005384 10.0.0.73 - - [2025-10-16 02:18:06] "POST /neutron/port HTTP/1.1" 200 1090 0.011268 10.0.0.73 - - [2025-10-16 02:18:06] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005449 10.0.0.73 - - [2025-10-16 02:18:06] "GET /virtual-machine/de6c7c72-3779-4b06-8541-170c56d8d790 HTTP/1.1" 200 1294 0.004349 10.0.0.73 - - [2025-10-16 02:18:06] "GET /virtual-machine-interface/9923a712-bd6f-4a6e-8a28-77f174fd9f9c HTTP/1.1" 200 2950 0.004621 10.0.0.73 - - [2025-10-16 02:18:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003133 10.0.0.73 - - [2025-10-16 02:18:06] "GET /global-vrouter-config/9841bc1a-9304-496a-8e13-ee37ad0d925c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005053 10.0.0.73 - - [2025-10-16 02:18:06] "GET /virtual-networks?parent_id=0f0c9cd6-597f-4a46-9444-51bcb3216c8f&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002979 10.0.0.73 - - [2025-10-16 02:18:06] "GET /virtual-network/1226b7eb-52ee-4ccc-92d0-4386863ac2b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.005610 10.0.0.73 - - [2025-10-16 02:18:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004022 10.0.0.73 - - [2025-10-16 02:18:10] "POST /neutron/port HTTP/1.1" 200 1090 0.015442 10.0.0.73 - - [2025-10-16 02:18:10] "GET /virtual-network/1226b7eb-52ee-4ccc-92d0-4386863ac2b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.005779 10.0.0.73 - - [2025-10-16 02:18:10] "POST /neutron/security_group HTTP/1.1" 200 2060 0.012056 10.0.0.73 - - [2025-10-16 02:18:11] "POST /neutron/port HTTP/1.1" 200 1088 0.012676 10.0.0.73 - - [2025-10-16 02:18:11] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009752 10.0.0.73 - - [2025-10-16 02:18:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002956 10.0.0.73 - - [2025-10-16 02:18:12] "GET /global-vrouter-config/9841bc1a-9304-496a-8e13-ee37ad0d925c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004808 10.0.0.73 - - [2025-10-16 02:18:12] "GET /virtual-networks?parent_id=0f0c9cd6-597f-4a46-9444-51bcb3216c8f&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003316 10.0.0.73 - - [2025-10-16 02:18:12] "GET /virtual-network/1226b7eb-52ee-4ccc-92d0-4386863ac2b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.006001 10.0.0.73 - - [2025-10-16 02:18:12] "POST /neutron/port HTTP/1.1" 200 1088 0.017734 10.0.0.73 - - [2025-10-16 02:18:12] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006605 10.0.0.73 - - [2025-10-16 02:18:12] "POST /neutron/port HTTP/1.1" 200 1088 0.010684 10.0.0.73 - - [2025-10-16 02:18:12] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006081 10.0.0.73 - - [2025-10-16 02:18:12] "POST /neutron/port HTTP/1.1" 200 1088 0.010874 10.0.0.73 - - [2025-10-16 02:18:12] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005846 10.0.0.73 - - [2025-10-16 02:18:12] "GET /virtual-machine/0cb1b7b1-a329-4d17-964b-076c0adecbcc HTTP/1.1" 200 1293 0.005087 10.0.0.73 - - [2025-10-16 02:18:12] "GET /virtual-machine-interface/61a540a9-9cf8-4b21-b22d-f846d39d7d13 HTTP/1.1" 200 2950 0.005721 10.0.0.73 - - [2025-10-16 02:18:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003419 10.0.0.73 - - [2025-10-16 02:18:12] "GET /global-vrouter-config/9841bc1a-9304-496a-8e13-ee37ad0d925c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002930 10.0.0.73 - - [2025-10-16 02:18:12] "GET /virtual-networks?parent_id=0f0c9cd6-597f-4a46-9444-51bcb3216c8f&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003423 10.0.0.73 - - [2025-10-16 02:18:12] "GET /virtual-network/44a3f9b3-4fce-44e5-a99a-dbce0b4b5625?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.005426 10.0.0.73 - - [2025-10-16 02:18:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003203 10.0.0.73 - - [2025-10-16 02:18:13] "GET /global-vrouter-config/9841bc1a-9304-496a-8e13-ee37ad0d925c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003370 10.0.0.73 - - [2025-10-16 02:18:14] "GET /virtual-networks?parent_id=0f0c9cd6-597f-4a46-9444-51bcb3216c8f&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002923 10.0.0.73 - - [2025-10-16 02:18:14] "GET /virtual-network/44a3f9b3-4fce-44e5-a99a-dbce0b4b5625?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.005110 10.0.0.73 - - [2025-10-16 02:18:16] "POST /neutron/port HTTP/1.1" 200 1090 0.011292 10.0.0.73 - - [2025-10-16 02:18:16] "POST /neutron/port HTTP/1.1" 200 1090 0.010866 10.0.0.73 - - [2025-10-16 02:18:16] "POST /neutron/network HTTP/1.1" 200 938 0.008048 10.0.0.73 - - [2025-10-16 02:18:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003799 10.0.0.73 - - [2025-10-16 02:18:16] "POST /neutron/subnet HTTP/1.1" 200 699 0.007755 10.0.0.73 - - [2025-10-16 02:18:16] "POST /neutron/port HTTP/1.1" 200 117 0.001311 10.0.0.73 - - [2025-10-16 02:18:16] "POST /neutron/network HTTP/1.1" 200 928 0.005696 10.0.0.73 - - [2025-10-16 02:18:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003634 10.0.0.73 - - [2025-10-16 02:18:17] "GET /projects?obj_uuids=0f0c9cd6-597f-4a46-9444-51bcb3216c8f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000957 10.0.0.73 - - [2025-10-16 02:18:17] "GET /project/0f0c9cd6-597f-4a46-9444-51bcb3216c8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.029233 10.0.0.73 - - [2025-10-16 02:18:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003027 10.0.0.73 - - [2025-10-16 02:18:18] "PUT /network-policy/5fcee1fa-a6d5-4dfb-9788-9c8f0b392901 HTTP/1.1" 200 262 0.011205 10.0.0.73 - - [2025-10-16 02:18:18] "PUT /access-control-list/c302a198-0971-4fb6-90c4-5b8b6054ba3a HTTP/1.1" 200 272 0.051402 10.0.0.73 - - [2025-10-16 02:18:18] "POST /ref-update HTTP/1.1" 200 156 0.013125 10.0.0.73 - - [2025-10-16 02:18:18] "PUT /access-control-list/8019bf05-b94d-47e6-bbbc-d5f122a980fd HTTP/1.1" 200 272 0.052591 10.0.0.73 - - [2025-10-16 02:18:18] "POST /ref-update HTTP/1.1" 200 156 0.011439 10.0.0.73 - - [2025-10-16 02:18:21] "GET /virtual-network/44a3f9b3-4fce-44e5-a99a-dbce0b4b5625?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.006146 10.0.0.73 - - [2025-10-16 02:18:21] "POST /neutron/network HTTP/1.1" 200 926 0.007503 10.0.0.73 - - [2025-10-16 02:18:21] "POST /neutron/network HTTP/1.1" 200 824 0.039732 10.0.0.73 - - [2025-10-16 02:18:21] "DELETE /access-control-list/8019bf05-b94d-47e6-bbbc-d5f122a980fd HTTP/1.1" 200 115 0.031755 10.0.0.73 - - [2025-10-16 02:18:21] "POST /neutron/network HTTP/1.1" 200 824 0.005754 10.0.0.73 - - [2025-10-16 02:18:21] "GET /virtual-network/44a3f9b3-4fce-44e5-a99a-dbce0b4b5625?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.004760 10.0.0.73 - - [2025-10-16 02:18:21] "GET /virtual-network/1226b7eb-52ee-4ccc-92d0-4386863ac2b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.006731 10.0.0.73 - - [2025-10-16 02:18:21] "POST /neutron/network HTTP/1.1" 200 928 0.006207 10.0.0.73 - - [2025-10-16 02:18:21] "POST /neutron/network HTTP/1.1" 200 826 0.053041 10.0.0.73 - - [2025-10-16 02:18:21] "DELETE /access-control-list/c302a198-0971-4fb6-90c4-5b8b6054ba3a HTTP/1.1" 200 115 0.039964 10.0.0.73 - - [2025-10-16 02:18:21] "POST /neutron/network HTTP/1.1" 200 826 0.015950 10.0.0.73 - - [2025-10-16 02:18:21] "GET /virtual-network/1226b7eb-52ee-4ccc-92d0-4386863ac2b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006004 10.0.0.73 - - [2025-10-16 02:18:21] "DELETE /network-policy/5fcee1fa-a6d5-4dfb-9788-9c8f0b392901 HTTP/1.1" 200 115 0.029980 10.0.0.73 - - [2025-10-16 02:18:21] "POST /neutron/network HTTP/1.1" 200 824 0.005420 10.0.0.73 - - [2025-10-16 02:18:21] "POST /neutron/network HTTP/1.1" 400 204 0.011635 10.0.0.73 - - [2025-10-16 02:18:21] "POST /neutron/port HTTP/1.1" 200 1088 0.011642 10.0.0.73 - - [2025-10-16 02:18:21] "POST /neutron/port HTTP/1.1" 200 1114 0.013314 10.0.0.73 - - [2025-10-16 02:18:22] "POST /neutron/port HTTP/1.1" 200 1090 0.016664 10.0.0.73 - - [2025-10-16 02:18:22] "POST /neutron/port HTTP/1.1" 200 1116 0.011344 10.0.0.73 - - [2025-10-16 02:18:22] "POST /neutron/port HTTP/1.1" 200 151 0.127995 10.0.0.73 - - [2025-10-16 02:18:22] "POST /neutron/port HTTP/1.1" 200 151 0.128045 10.0.0.73 - - [2025-10-16 02:18:23] "POST /neutron/network HTTP/1.1" 200 824 0.008238 10.0.0.73 - - [2025-10-16 02:18:23] "POST /useragent-kv HTTP/1.1" 200 115 0.003274 10.0.0.73 - - [2025-10-16 02:18:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003927 10.0.0.73 - - [2025-10-16 02:18:23] "POST /useragent-kv HTTP/1.1" 200 115 0.001763 10.0.0.73 - - [2025-10-16 02:18:23] "POST /neutron/network HTTP/1.1" 200 151 0.089688 10.0.0.73 - - [2025-10-16 02:18:23] "GET /routing-instance/38149722-4eda-4d4f-a9b6-898edbee03c8 HTTP/1.1" 404 171 0.004449 10.0.0.73 - - [2025-10-16 02:18:23] "DELETE /route-target/6e9ee2be-5939-41a2-aada-87ebeb7a3dc0 HTTP/1.1" 200 115 0.017331 10.0.0.73 - - [2025-10-16 02:18:23] "GET /domains HTTP/1.1" 200 280 0.002432 10.0.0.73 - - [2025-10-16 02:18:23] "GET /domains?obj_uuids=61b1a5e4-4f17-4839-837e-aba6307473a6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001329 10.0.0.73 - - [2025-10-16 02:18:24] "GET /domain/61b1a5e4-4f17-4839-837e-aba6307473a6 HTTP/1.1" 200 3159 0.049930 10.0.0.73 - - [2025-10-16 02:18:24] "GET /projects?obj_uuids=0f0c9cd6-597f-4a46-9444-51bcb3216c8f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001046 10.0.0.73 - - [2025-10-16 02:18:24] "GET /project/0f0c9cd6-597f-4a46-9444-51bcb3216c8f HTTP/1.1" 200 2113 0.067800 10.0.0.73 - - [2025-10-16 02:18:24] "POST /neutron/network HTTP/1.1" 200 826 0.006201 10.0.0.73 - - [2025-10-16 02:18:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.005134 10.0.0.73 - - [2025-10-16 02:18:24] "POST /useragent-kv HTTP/1.1" 200 115 0.002881 10.0.0.73 - - [2025-10-16 02:18:24] "POST /useragent-kv HTTP/1.1" 200 115 0.004000 10.0.0.73 - - [2025-10-16 02:18:24] "POST /neutron/network HTTP/1.1" 200 151 0.089097 10.0.0.73 - - [2025-10-16 02:18:24] "GET /routing-instance/5ce0946b-a54a-4d7e-81b1-f4aa57ed5325 HTTP/1.1" 404 171 0.005479 10.0.0.73 - - [2025-10-16 02:18:24] "DELETE /route-target/f7228032-5276-40b2-9f42-c50cc75918a0 HTTP/1.1" 200 115 0.028579 10.0.0.73 - - [2025-10-16 02:18:24] "GET /domains HTTP/1.1" 200 280 0.003244 10.0.0.73 - - [2025-10-16 02:18:24] "GET /domains?obj_uuids=61b1a5e4-4f17-4839-837e-aba6307473a6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000958 10.0.0.73 - - [2025-10-16 02:18:24] "GET /domain/61b1a5e4-4f17-4839-837e-aba6307473a6 HTTP/1.1" 200 3159 0.054102 10.0.0.73 - - [2025-10-16 02:18:24] "GET /projects?obj_uuids=0f0c9cd6-597f-4a46-9444-51bcb3216c8f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001328 10.0.0.73 - - [2025-10-16 02:18:24] "GET /project/0f0c9cd6-597f-4a46-9444-51bcb3216c8f HTTP/1.1" 200 1874 0.068480 10.0.0.73 - - [2025-10-16 02:18:24] "GET /projects?obj_uuids=0f0c9cd6-597f-4a46-9444-51bcb3216c8f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001200 10.0.0.73 - - [2025-10-16 02:18:24] "GET /project/0f0c9cd6-597f-4a46-9444-51bcb3216c8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.023911 10.0.0.73 - - [2025-10-16 02:18:24] "GET /projects?obj_uuids=0f0c9cd6-597f-4a46-9444-51bcb3216c8f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001076 10.0.0.73 - - [2025-10-16 02:18:24] "GET /project/0f0c9cd6-597f-4a46-9444-51bcb3216c8f?fields=virtual_networks HTTP/1.1" 200 1046 0.069211 10.0.0.73 - - [2025-10-16 02:18:24] "GET /projects?obj_uuids=0f0c9cd6-597f-4a46-9444-51bcb3216c8f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001422 10.0.0.73 - - [2025-10-16 02:18:24] "GET /project/0f0c9cd6-597f-4a46-9444-51bcb3216c8f?fields=virtual_machine_interfaces HTTP/1.1" 200 1046 0.026849 10.0.0.73 - - [2025-10-16 02:18:24] "GET /projects?obj_uuids=0f0c9cd6-597f-4a46-9444-51bcb3216c8f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001341 10.0.0.73 - - [2025-10-16 02:18:24] "GET /project/0f0c9cd6-597f-4a46-9444-51bcb3216c8f?fields=security_groups HTTP/1.1" 200 1274 0.033313 10.0.0.73 - - [2025-10-16 02:18:25] "POST /fqname-to-id HTTP/1.1" 404 181 0.025008 10.0.0.73 - - [2025-10-16 02:18:25] "GET /projects?obj_uuids=74bc99d8-cc58-4217-9893-4db57438be52&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003273 10.0.0.73 - - [2025-10-16 02:18:25] "GET /domains?obj_uuids=61b1a5e4-4f17-4839-837e-aba6307473a6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001124 10.0.0.73 - - [2025-10-16 02:18:25] "GET /domain/61b1a5e4-4f17-4839-837e-aba6307473a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007256 10.0.0.73 - - [2025-10-16 02:18:25] "POST /id-to-fqname HTTP/1.1" 200 183 0.001435 10.0.0.73 - - [2025-10-16 02:18:25] "POST /fqname-to-id HTTP/1.1" 404 192 0.002639 10.0.0.73 - - [2025-10-16 02:18:26] "POST /security-groups HTTP/1.1" 200 584 0.064780 10.0.0.73 - - [2025-10-16 02:18:26] "POST /fqname-to-id HTTP/1.1" 404 227 0.003088 10.0.0.73 - - [2025-10-16 02:18:26] "POST /projects HTTP/1.1" 200 571 0.231623 10.0.0.73 - - [2025-10-16 02:18:26] "POST /access-control-lists HTTP/1.1" 200 589 0.063315 10.0.0.73 - - [2025-10-16 02:18:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.302638 10.0.0.73 - - [2025-10-16 02:18:26] "POST /fqname-to-id HTTP/1.1" 404 226 0.003337 10.0.0.73 - - [2025-10-16 02:18:26] "GET /project/74bc99d8-cc58-4217-9893-4db57438be52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.434158 10.0.0.73 - - [2025-10-16 02:18:26] "POST /access-control-lists HTTP/1.1" 200 587 0.060711 10.0.0.73 - - [2025-10-16 02:18:27] "GET / HTTP/1.1" 200 35931 0.001884 10.0.0.73 - - [2025-10-16 02:18:28] "POST /fqname-to-id HTTP/1.1" 401 292 0.000490 10.0.0.73 - - [2025-10-16 02:18:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.060414 10.0.0.73 - - [2025-10-16 02:18:28] "GET /projects?obj_uuids=74bc99d8-cc58-4217-9893-4db57438be52&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001044 10.0.0.73 - - [2025-10-16 02:18:28] "GET /project/74bc99d8-cc58-4217-9893-4db57438be52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.028515 10.0.0.73 - - [2025-10-16 02:18:28] "POST /neutron/network HTTP/1.1" 200 117 0.034064 10.0.0.73 - - [2025-10-16 02:18:28] "GET /projects?obj_uuids=74bc99d8-cc58-4217-9893-4db57438be52&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001345 10.0.0.73 - - [2025-10-16 02:18:28] "POST /neutron/network HTTP/1.1" 200 612 0.080017 10.0.0.73 - - [2025-10-16 02:18:28] "POST /route-targets HTTP/1.1" 200 327 0.016081 10.0.0.73 - - [2025-10-16 02:18:28] "POST /ref-update HTTP/1.1" 200 156 0.011013 10.0.0.73 - - [2025-10-16 02:18:28] "POST /useragent-kv HTTP/1.1" 200 115 0.006020 10.0.0.73 - - [2025-10-16 02:18:28] "POST /neutron/subnet HTTP/1.1" 200 719 0.152509 10.0.0.73 - - [2025-10-16 02:18:28] "POST /neutron/network HTTP/1.1" 200 830 0.007188 10.0.0.73 - - [2025-10-16 02:18:28] "POST /id-to-fqname HTTP/1.1" 200 220 0.001354 10.0.0.73 - - [2025-10-16 02:18:28] "GET /virtual-network/c195c0f9-95b3-49ca-abd7-774e398cb8ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005373 10.0.0.73 - - [2025-10-16 02:18:28] "POST /neutron/network HTTP/1.1" 200 830 0.007866 10.0.0.73 - - [2025-10-16 02:18:28] "GET /virtual-network/c195c0f9-95b3-49ca-abd7-774e398cb8ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005749 10.0.0.73 - - [2025-10-16 02:18:28] "POST /neutron/network HTTP/1.1" 200 830 0.006765 10.0.0.73 - - [2025-10-16 02:18:28] "POST /neutron/subnet HTTP/1.1" 200 719 0.008121 10.0.0.73 - - [2025-10-16 02:18:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002644 10.0.0.73 - - [2025-10-16 02:18:29] "GET /virtual-network/c195c0f9-95b3-49ca-abd7-774e398cb8ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004683 10.0.0.73 - - [2025-10-16 02:18:29] "PUT /virtual-network/c195c0f9-95b3-49ca-abd7-774e398cb8ad HTTP/1.1" 200 264 0.042859 10.0.0.73 - - [2025-10-16 02:18:29] "POST /route-targets HTTP/1.1" 200 323 0.017087 10.0.0.73 - - [2025-10-16 02:18:29] "POST /ref-update HTTP/1.1" 200 156 0.010884 10.0.0.73 - - [2025-10-16 02:18:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004059 10.0.0.73 - - [2025-10-16 02:18:29] "GET /projects?obj_uuids=74bc99d8-cc58-4217-9893-4db57438be52&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001049 10.0.0.73 - - [2025-10-16 02:18:29] "GET /project/74bc99d8-cc58-4217-9893-4db57438be52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.024293 10.0.0.73 - - [2025-10-16 02:18:29] "POST /neutron/network HTTP/1.1" 200 117 0.008472 10.0.0.73 - - [2025-10-16 02:18:29] "GET /projects?obj_uuids=74bc99d8-cc58-4217-9893-4db57438be52&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001136 10.0.0.73 - - [2025-10-16 02:18:29] "POST /neutron/network HTTP/1.1" 200 612 0.061099 10.0.0.73 - - [2025-10-16 02:18:29] "POST /route-targets HTTP/1.1" 200 327 0.013088 10.0.0.73 - - [2025-10-16 02:18:29] "POST /ref-update HTTP/1.1" 200 156 0.013816 10.0.0.73 - - [2025-10-16 02:18:29] "POST /useragent-kv HTTP/1.1" 200 115 0.002549 10.0.0.73 - - [2025-10-16 02:18:29] "POST /neutron/subnet HTTP/1.1" 200 734 0.182262 10.0.0.73 - - [2025-10-16 02:18:29] "POST /neutron/network HTTP/1.1" 200 833 0.005884 10.0.0.73 - - [2025-10-16 02:18:29] "POST /id-to-fqname HTTP/1.1" 200 220 0.001089 10.0.0.73 - - [2025-10-16 02:18:29] "GET /virtual-network/a799c4c6-e0c1-468c-8805-6f3fcd33cc44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004249 10.0.0.73 - - [2025-10-16 02:18:29] "POST /neutron/network HTTP/1.1" 200 833 0.006721 10.0.0.73 - - [2025-10-16 02:18:29] "GET /virtual-network/a799c4c6-e0c1-468c-8805-6f3fcd33cc44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005013 10.0.0.73 - - [2025-10-16 02:18:29] "POST /neutron/network HTTP/1.1" 200 833 0.008057 10.0.0.73 - - [2025-10-16 02:18:29] "POST /neutron/subnet HTTP/1.1" 200 734 0.007346 10.0.0.73 - - [2025-10-16 02:18:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002646 10.0.0.73 - - [2025-10-16 02:18:29] "GET /virtual-network/a799c4c6-e0c1-468c-8805-6f3fcd33cc44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004495 10.0.0.73 - - [2025-10-16 02:18:29] "PUT /virtual-network/a799c4c6-e0c1-468c-8805-6f3fcd33cc44 HTTP/1.1" 200 264 0.032990 10.0.0.73 - - [2025-10-16 02:18:29] "POST /ref-update HTTP/1.1" 200 156 0.008982 10.0.0.73 - - [2025-10-16 02:18:29] "POST /id-to-fqname HTTP/1.1" 200 220 0.001698 10.0.0.73 - - [2025-10-16 02:18:30] "POST /neutron/network HTTP/1.1" 200 840 0.006860 10.0.0.73 - - [2025-10-16 02:18:30] "GET /aaa-mode HTTP/1.1" 401 292 0.000516 10.0.0.73 - - [2025-10-16 02:18:30] "GET / HTTP/1.1" 200 35931 0.001872 10.0.0.73 - - [2025-10-16 02:18:30] "GET /project/74bc99d8-cc58-4217-9893-4db57438be52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000530 10.0.0.73 - - [2025-10-16 02:18:30] "GET /projects?obj_uuids=74bc99d8-cc58-4217-9893-4db57438be52&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001420 10.0.0.73 - - [2025-10-16 02:18:30] "GET /project/74bc99d8-cc58-4217-9893-4db57438be52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.056753 10.0.0.73 - - [2025-10-16 02:18:30] "POST /neutron/network HTTP/1.1" 200 830 0.005808 10.0.0.73 - - [2025-10-16 02:18:30] "POST /neutron/port HTTP/1.1" 200 117 0.006281 10.0.0.73 - - [2025-10-16 02:18:31] "POST /neutron/port HTTP/1.1" 200 117 0.010281 10.0.0.73 - - [2025-10-16 02:18:31] "POST /id-to-fqname HTTP/1.1" 200 220 0.001272 10.0.0.73 - - [2025-10-16 02:18:31] "POST /neutron/port HTTP/1.1" 200 117 0.005502 10.0.0.73 - - [2025-10-16 02:18:31] "DELETE /project/9ae70e97a9bf4051b3d58a08b5e924e3 HTTP/1.1" 404 173 0.017725 10.0.0.73 - - [2025-10-16 02:18:31] "DELETE /project/74bc99d8cc58421798934db57438be52 HTTP/1.1" 404 173 0.014441 10.0.0.73 - - [2025-10-16 02:18:31] "DELETE /project/c04baddc60ad4a449624446602e1a711 HTTP/1.1" 404 173 0.017499 10.0.0.73 - - [2025-10-16 02:18:31] "DELETE /project/0f0c9cd6597f4a46944451bcb3216c8f HTTP/1.1" 404 173 0.009891 10.0.0.73 - - [2025-10-16 02:18:31] "GET /projects?obj_uuids=c04baddc-60ad-4a44-9624-446602e1a711&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001037 10.0.0.73 - - [2025-10-16 02:18:31] "GET /projects?obj_uuids=d6145348-21d9-4447-8cc4-163579c158c0&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000795 10.0.0.73 - - [2025-10-16 02:18:31] "GET /projects?obj_uuids=0f0c9cd6-597f-4a46-9444-51bcb3216c8f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000784 10.0.0.73 - - [2025-10-16 02:18:31] "GET /projects?obj_uuids=9ae70e97-a9bf-4051-b3d5-8a08b5e924e3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000764 10.0.0.73 - - [2025-10-16 02:18:31] "GET /project/9ae70e97-a9bf-4051-b3d5-8a08b5e924e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1511 0.060242 10.0.0.73 - - [2025-10-16 02:18:31] "GET /project/c04baddc-60ad-4a44-9624-446602e1a711?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1543 0.060473 10.0.0.73 - - [2025-10-16 02:18:31] "GET /project/0f0c9cd6-597f-4a46-9444-51bcb3216c8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1486 0.070503 10.0.0.73 - - [2025-10-16 02:18:31] "GET /project/d6145348-21d9-4447-8cc4-163579c158c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1491 0.082820 10.0.0.73 - - [2025-10-16 02:18:31] "POST /neutron/network HTTP/1.1" 200 843 0.022483 10.0.0.73 - - [2025-10-16 02:18:31] "GET /projects?obj_uuids=0f0c9cd6-597f-4a46-9444-51bcb3216c8f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001091 10.0.0.73 - - [2025-10-16 02:18:31] "GET /projects?obj_uuids=c04baddc-60ad-4a44-9624-446602e1a711&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001132 10.0.0.73 - - [2025-10-16 02:18:31] "GET /projects?obj_uuids=9ae70e97-a9bf-4051-b3d5-8a08b5e924e3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000767 10.0.0.73 - - [2025-10-16 02:18:31] "GET /projects?obj_uuids=d6145348-21d9-4447-8cc4-163579c158c0&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000687 10.0.0.73 - - [2025-10-16 02:18:31] "GET /aaa-mode HTTP/1.1" 401 292 0.000362 10.0.0.73 - - [2025-10-16 02:18:31] "GET /project/9ae70e97-a9bf-4051-b3d5-8a08b5e924e3?fields=security_groups HTTP/1.1" 200 1398 0.054456 10.0.0.73 - - [2025-10-16 02:18:31] "GET /project/0f0c9cd6-597f-4a46-9444-51bcb3216c8f?fields=security_groups HTTP/1.1" 200 1379 0.055796 10.0.0.73 - - [2025-10-16 02:18:31] "GET /project/c04baddc-60ad-4a44-9624-446602e1a711?fields=security_groups HTTP/1.1" 200 1422 0.068788 10.0.0.73 - - [2025-10-16 02:18:31] "GET /project/d6145348-21d9-4447-8cc4-163579c158c0?fields=security_groups HTTP/1.1" 200 1383 0.068888 10.0.0.73 - - [2025-10-16 02:18:31] "DELETE /security-group/62ed3e4e-1212-4306-91cf-f37379f4abde HTTP/1.1" 200 115 0.066852 10.0.0.73 - - [2025-10-16 02:18:31] "DELETE /security-group/0897e68b-d452-47b9-9636-b12272bbd8fd HTTP/1.1" 200 115 0.071099 10.0.0.73 - - [2025-10-16 02:18:31] "GET /projects?obj_uuids=9ae70e97-a9bf-4051-b3d5-8a08b5e924e3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001061 10.0.0.73 - - [2025-10-16 02:18:31] "GET /projects?obj_uuids=0f0c9cd6-597f-4a46-9444-51bcb3216c8f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001384 10.0.0.73 - - [2025-10-16 02:18:31] "DELETE /access-control-list/90932c3e-0004-4358-97b9-90b0ca478992 HTTP/1.1" 200 115 0.067630 10.0.0.73 - - [2025-10-16 02:18:31] "DELETE /security-group/5b3a2cf0-7ae9-4db3-bde7-c82661b32a94 HTTP/1.1" 200 115 0.107109 10.0.0.73 - - [2025-10-16 02:18:31] "GET /project/9ae70e97-a9bf-4051-b3d5-8a08b5e924e3?fields=application_policy_sets HTTP/1.1" 200 1437 0.061613 10.0.0.73 - - [2025-10-16 02:18:31] "GET /projects?obj_uuids=c04baddc-60ad-4a44-9624-446602e1a711&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000901 10.0.0.73 - - [2025-10-16 02:18:31] "DELETE /security-group/40bfe644-baaf-4cf3-aa8b-716f6681ea79 HTTP/1.1" 200 115 0.108809 10.0.0.73 - - [2025-10-16 02:18:31] "GET /projects?obj_uuids=d6145348-21d9-4447-8cc4-163579c158c0&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000908 10.0.0.73 - - [2025-10-16 02:18:31] "GET /project/c04baddc-60ad-4a44-9624-446602e1a711?fields=application_policy_sets HTTP/1.1" 200 1461 0.032228 10.0.0.73 - - [2025-10-16 02:18:31] "DELETE /access-control-list/b7fcf188-9ddb-4ba1-9069-17f79437a2b2 HTTP/1.1" 200 115 0.054427 10.0.0.73 - - [2025-10-16 02:18:31] "GET /project/0f0c9cd6-597f-4a46-9444-51bcb3216c8f?fields=application_policy_sets HTTP/1.1" 200 1418 0.101658 10.0.0.73 - - [2025-10-16 02:18:31] "POST /neutron/network HTTP/1.1" 200 840 0.034806 10.0.0.73 - - [2025-10-16 02:18:31] "DELETE /access-control-list/3a4f457f-1c07-457d-a2f3-ec5ac08ff875 HTTP/1.1" 200 115 0.055932 10.0.0.73 - - [2025-10-16 02:18:31] "GET /projects?obj_uuids=74bc99d8-cc58-4217-9893-4db57438be52&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001522 10.0.0.73 - - [2025-10-16 02:18:31] "GET /project/d6145348-21d9-4447-8cc4-163579c158c0?fields=application_policy_sets HTTP/1.1" 200 1422 0.118970 10.0.0.73 - - [2025-10-16 02:18:31] "GET / HTTP/1.1" 200 35931 0.001286 10.0.0.73 - - [2025-10-16 02:18:31] "GET /project/74bc99d8-cc58-4217-9893-4db57438be52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000961 10.0.0.73 - - [2025-10-16 02:18:31] "DELETE /access-control-list/68d7cb92-811b-4c96-909b-5a3a00289127 HTTP/1.1" 200 115 0.058627 10.0.0.73 - - [2025-10-16 02:18:31] "DELETE /access-control-list/d21a9163-bf0d-4256-96c6-b48e5c0d2dbc HTTP/1.1" 200 115 0.055229 10.0.0.73 - - [2025-10-16 02:18:31] "DELETE /access-control-list/a0eafed9-12af-4dde-ae21-3ada99c6c520 HTTP/1.1" 200 115 0.098632 10.0.0.73 - - [2025-10-16 02:18:31] "DELETE /project/9ae70e97-a9bf-4051-b3d5-8a08b5e924e3 HTTP/1.1" 200 115 0.684098 10.0.0.73 - - [2025-10-16 02:18:31] "DELETE /project/0f0c9cd6-597f-4a46-9444-51bcb3216c8f HTTP/1.1" 200 115 0.686764 10.0.0.73 - - [2025-10-16 02:18:31] "DELETE /project/c04baddc-60ad-4a44-9624-446602e1a711 HTTP/1.1" 200 115 0.694338 10.0.0.73 - - [2025-10-16 02:18:31] "DELETE /project/d6145348-21d9-4447-8cc4-163579c158c0 HTTP/1.1" 200 115 0.770814 10.0.0.73 - - [2025-10-16 02:18:31] "DELETE /access-control-list/59122954-1cd5-4d15-9531-f17505611f9d HTTP/1.1" 200 115 0.083236 10.0.0.73 - - [2025-10-16 02:18:31] "DELETE /access-control-list/5be53416-6cab-4efd-8422-0f1558386708 HTTP/1.1" 200 115 0.035462 10.0.0.73 - - [2025-10-16 02:18:32] "POST /neutron/port HTTP/1.1" 200 1052 0.443084 10.0.0.73 - - [2025-10-16 02:18:32] "POST /neutron/port HTTP/1.1" 200 1052 0.016018 10.0.0.73 - - [2025-10-16 02:18:32] "GET /projects?obj_uuids=74bc99d8-cc58-4217-9893-4db57438be52&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001003 10.0.0.73 - - [2025-10-16 02:18:32] "POST /neutron/port HTTP/1.1" 200 1052 0.015815 10.0.0.73 - - [2025-10-16 02:18:32] "GET /project/74bc99d8-cc58-4217-9893-4db57438be52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.067962 10.0.0.73 - - [2025-10-16 02:18:32] "POST /neutron/network HTTP/1.1" 200 833 0.009238 10.0.0.73 - - [2025-10-16 02:18:32] "POST /neutron/port HTTP/1.1" 200 1106 0.079175 10.0.0.73 - - [2025-10-16 02:18:32] "POST /neutron/port HTTP/1.1" 200 1080 0.011629 10.0.0.73 - - [2025-10-16 02:18:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003989 10.0.0.73 - - [2025-10-16 02:18:32] "POST /neutron/subnet HTTP/1.1" 200 693 0.010347 10.0.0.73 - - [2025-10-16 02:18:32] "POST /neutron/port HTTP/1.1" 200 117 0.001149 10.0.0.73 - - [2025-10-16 02:18:32] "POST /neutron/network HTTP/1.1" 200 830 0.007117 10.0.0.73 - - [2025-10-16 02:18:32] "POST /neutron/port HTTP/1.1" 200 1080 0.014013 10.0.0.73 - - [2025-10-16 02:18:32] "POST /neutron/security_group HTTP/1.1" 200 2051 0.015659 10.0.0.73 - - [2025-10-16 02:18:32] "POST /neutron/port HTTP/1.1" 200 117 0.005972 10.0.0.73 - - [2025-10-16 02:18:32] "POST /neutron/port HTTP/1.1" 200 1080 0.012715 10.0.0.73 - - [2025-10-16 02:18:32] "POST /neutron/security_group HTTP/1.1" 200 2051 0.011016 10.0.0.73 - - [2025-10-16 02:18:32] "POST /neutron/network HTTP/1.1" 200 843 0.013813 10.0.0.73 - - [2025-10-16 02:18:32] "GET /projects?obj_uuids=74bc99d8-cc58-4217-9893-4db57438be52&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001136 10.0.0.73 - - [2025-10-16 02:18:32] "POST /neutron/port HTTP/1.1" 200 1055 0.263972 10.0.0.73 - - [2025-10-16 02:18:33] "POST /neutron/port HTTP/1.1" 200 1055 0.011323 10.0.0.73 - - [2025-10-16 02:18:33] "POST /neutron/port HTTP/1.1" 200 1055 0.015008 10.0.0.73 - - [2025-10-16 02:18:33] "POST /neutron/port HTTP/1.1" 200 1109 0.083431 10.0.0.73 - - [2025-10-16 02:18:33] "POST /neutron/port HTTP/1.1" 200 1083 0.014789 10.0.0.73 - - [2025-10-16 02:18:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003909 10.0.0.73 - - [2025-10-16 02:18:33] "POST /neutron/subnet HTTP/1.1" 200 708 0.010130 10.0.0.73 - - [2025-10-16 02:18:33] "POST /neutron/port HTTP/1.1" 200 117 0.001203 10.0.0.73 - - [2025-10-16 02:18:33] "POST /neutron/network HTTP/1.1" 200 833 0.006050 10.0.0.73 - - [2025-10-16 02:18:37] "GET /obj-perms HTTP/1.1" 200 5056 0.048362 10.0.0.73 - - [2025-10-16 02:18:37] "POST /neutron/port HTTP/1.1" 200 1080 0.020758 10.0.0.73 - - [2025-10-16 02:18:37] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007074 10.0.0.73 - - [2025-10-16 02:18:37] "POST /neutron/port HTTP/1.1" 200 1080 0.009486 10.0.0.73 - - [2025-10-16 02:18:37] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006036 10.0.0.73 - - [2025-10-16 02:18:37] "GET /obj-perms HTTP/1.1" 200 5056 0.045515 10.0.0.73 - - [2025-10-16 02:18:37] "POST /neutron/port HTTP/1.1" 200 1080 0.011263 10.0.0.73 - - [2025-10-16 02:18:37] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005617 10.0.0.73 - - [2025-10-16 02:18:37] "GET /virtual-machine/4430c6ad-f9be-4bc0-8951-3c97a62c4c4b HTTP/1.1" 401 292 0.000403 10.0.0.73 - - [2025-10-16 02:18:38] "GET /virtual-machine/4430c6ad-f9be-4bc0-8951-3c97a62c4c4b HTTP/1.1" 200 1284 0.029154 10.0.0.73 - - [2025-10-16 02:18:38] "GET /virtual-machine-interface/e45eed9d-0c97-47b2-b4fa-ff61d8a68170 HTTP/1.1" 200 2927 0.007298 10.0.0.73 - - [2025-10-16 02:18:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003443 10.0.0.73 - - [2025-10-16 02:18:38] "GET /global-vrouter-config/9841bc1a-9304-496a-8e13-ee37ad0d925c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003296 10.0.0.73 - - [2025-10-16 02:18:38] "GET /virtual-networks?parent_id=74bc99d8-cc58-4217-9893-4db57438be52&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003729 10.0.0.73 - - [2025-10-16 02:18:38] "GET /virtual-network/c195c0f9-95b3-49ca-abd7-774e398cb8ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2107 0.006271 10.0.0.73 - - [2025-10-16 02:18:41] "POST /neutron/port HTTP/1.1" 200 1080 0.012107 10.0.0.73 - - [2025-10-16 02:18:41] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006140 10.0.0.73 - - [2025-10-16 02:18:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003436 10.0.0.73 - - [2025-10-16 02:18:41] "GET /virtual-network/c195c0f9-95b3-49ca-abd7-774e398cb8ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2107 0.006466 10.0.0.73 - - [2025-10-16 02:18:42] "POST /neutron/port HTTP/1.1" 200 1083 0.011988 10.0.0.73 - - [2025-10-16 02:18:42] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005792 10.0.0.73 - - [2025-10-16 02:18:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004113 10.0.0.73 - - [2025-10-16 02:18:43] "GET /global-vrouter-config/9841bc1a-9304-496a-8e13-ee37ad0d925c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003665 10.0.0.73 - - [2025-10-16 02:18:43] "GET /virtual-networks?parent_id=74bc99d8-cc58-4217-9893-4db57438be52&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003873 10.0.0.73 - - [2025-10-16 02:18:43] "GET /virtual-network/c195c0f9-95b3-49ca-abd7-774e398cb8ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2107 0.006147 10.0.0.73 - - [2025-10-16 02:18:43] "POST /neutron/port HTTP/1.1" 200 1083 0.010300 10.0.0.73 - - [2025-10-16 02:18:43] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006970 10.0.0.73 - - [2025-10-16 02:18:43] "POST /neutron/port HTTP/1.1" 200 1083 0.011089 10.0.0.73 - - [2025-10-16 02:18:43] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006431 10.0.0.73 - - [2025-10-16 02:18:43] "POST /neutron/port HTTP/1.1" 200 1083 0.010299 10.0.0.73 - - [2025-10-16 02:18:43] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005041 10.0.0.73 - - [2025-10-16 02:18:44] "GET /virtual-machine/21569832-585a-4f09-a378-81a8ce56d821 HTTP/1.1" 200 1285 0.004981 10.0.0.73 - - [2025-10-16 02:18:44] "GET /virtual-machine-interface/3a906b83-cb81-43c4-a8ca-a2c837018cbb HTTP/1.1" 200 2926 0.004824 10.0.0.73 - - [2025-10-16 02:18:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003190 10.0.0.73 - - [2025-10-16 02:18:44] "GET /global-vrouter-config/9841bc1a-9304-496a-8e13-ee37ad0d925c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002718 10.0.0.73 - - [2025-10-16 02:18:44] "GET /virtual-networks?parent_id=74bc99d8-cc58-4217-9893-4db57438be52&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003301 10.0.0.73 - - [2025-10-16 02:18:44] "GET /virtual-network/a799c4c6-e0c1-468c-8805-6f3fcd33cc44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2115 0.005279 10.0.0.73 - - [2025-10-16 02:18:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002998 10.0.0.73 - - [2025-10-16 02:18:45] "GET /global-vrouter-config/9841bc1a-9304-496a-8e13-ee37ad0d925c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003500 10.0.0.73 - - [2025-10-16 02:18:45] "GET /virtual-networks?parent_id=74bc99d8-cc58-4217-9893-4db57438be52&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003587 10.0.0.73 - - [2025-10-16 02:18:45] "GET /virtual-network/a799c4c6-e0c1-468c-8805-6f3fcd33cc44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2115 0.005189 10.0.0.73 - - [2025-10-16 02:18:45] "POST /neutron/port HTTP/1.1" 200 1083 0.011476 10.0.0.73 - - [2025-10-16 02:18:45] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007471 10.0.0.73 - - [2025-10-16 02:18:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000399 10.0.0.73 - - [2025-10-16 02:18:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000427 10.0.0.73 - - [2025-10-16 02:18:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000492 10.0.0.73 - - [2025-10-16 02:18:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000453 10.0.0.73 - - [2025-10-16 02:18:50] "POST /routing-policys HTTP/1.1" 200 534 0.020592 10.0.0.73 - - [2025-10-16 02:18:50] "GET /virtual-network/c195c0f9-95b3-49ca-abd7-774e398cb8ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2107 0.008858 10.0.0.73 - - [2025-10-16 02:18:50] "PUT /virtual-network/c195c0f9-95b3-49ca-abd7-774e398cb8ad HTTP/1.1" 200 264 0.028094 10.0.0.73 - - [2025-10-16 02:18:51] "POST /ref-update HTTP/1.1" 200 156 0.009601 10.0.0.73 - - [2025-10-16 02:18:55] "POST /ref-update HTTP/1.1" 200 156 0.029997 10.0.0.73 - - [2025-10-16 02:18:55] "POST /ref-update HTTP/1.1" 200 156 0.012086 10.0.0.73 - - [2025-10-16 02:18:55] "DELETE /routing-policy/ce4bdc2a-ba52-41a8-b59c-429f1d15ac0d HTTP/1.1" 200 115 0.021261 10.0.0.73 - - [2025-10-16 02:18:56] "POST /neutron/network HTTP/1.1" 200 833 0.006588 10.0.0.73 - - [2025-10-16 02:18:56] "POST /neutron/network HTTP/1.1" 400 204 0.010415 10.0.0.73 - - [2025-10-16 02:18:56] "POST /neutron/port HTTP/1.1" 200 1083 0.012033 10.0.0.73 - - [2025-10-16 02:18:56] "POST /neutron/port HTTP/1.1" 200 1109 0.008407 10.0.0.73 - - [2025-10-16 02:18:56] "POST /neutron/port HTTP/1.1" 200 1080 0.012901 10.0.0.73 - - [2025-10-16 02:18:56] "POST /neutron/port HTTP/1.1" 200 1106 0.009012 10.0.0.73 - - [2025-10-16 02:18:56] "POST /neutron/port HTTP/1.1" 200 151 0.105923 10.0.0.73 - - [2025-10-16 02:18:56] "POST /neutron/port HTTP/1.1" 200 151 0.109560 10.0.0.73 - - [2025-10-16 02:18:58] "POST /neutron/network HTTP/1.1" 200 833 0.006340 10.0.0.73 - - [2025-10-16 02:18:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003225 10.0.0.73 - - [2025-10-16 02:18:58] "POST /useragent-kv HTTP/1.1" 200 115 0.003264 10.0.0.73 - - [2025-10-16 02:18:58] "POST /useragent-kv HTTP/1.1" 200 115 0.002077 10.0.0.73 - - [2025-10-16 02:18:58] "POST /neutron/network HTTP/1.1" 200 151 0.091174 10.0.0.73 - - [2025-10-16 02:18:58] "DELETE /route-target/e746c01b-3e56-43bf-8311-6d542b0337de HTTP/1.1" 200 115 0.021009 10.0.0.73 - - [2025-10-16 02:18:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004218 10.0.0.73 - - [2025-10-16 02:18:58] "POST /neutron/network HTTP/1.1" 200 830 0.015351 10.0.0.73 - - [2025-10-16 02:18:58] "DELETE /route-target/a522695e-feaa-431a-94d9-94abe526a826 HTTP/1.1" 409 239 0.011106 10.0.0.73 - - [2025-10-16 02:18:58] "POST /useragent-kv HTTP/1.1" 200 115 0.002971 10.0.0.73 - - [2025-10-16 02:18:58] "POST /useragent-kv HTTP/1.1" 200 115 0.001963 10.0.0.73 - - [2025-10-16 02:18:58] "POST /neutron/network HTTP/1.1" 200 151 0.076368 10.0.0.73 - - [2025-10-16 02:18:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003073 10.0.0.73 - - [2025-10-16 02:18:58] "DELETE /route-target/5a7ddb27-02d2-4ae9-9c9e-f7f08ca46e47 HTTP/1.1" 200 115 0.013724 10.0.0.73 - - [2025-10-16 02:18:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004335 10.0.0.73 - - [2025-10-16 02:18:58] "DELETE /route-target/a522695e-feaa-431a-94d9-94abe526a826 HTTP/1.1" 200 115 0.016793 10.0.0.73 - - [2025-10-16 02:18:58] "GET /projects?obj_uuids=74bc99d8-cc58-4217-9893-4db57438be52&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001660 10.0.0.73 - - [2025-10-16 02:18:58] "GET /project/74bc99d8-cc58-4217-9893-4db57438be52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.027704 10.0.0.73 - - [2025-10-16 02:18:58] "GET /projects?obj_uuids=74bc99d8-cc58-4217-9893-4db57438be52&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.003088 10.0.0.73 - - [2025-10-16 02:18:58] "GET /project/74bc99d8-cc58-4217-9893-4db57438be52?fields=virtual_networks HTTP/1.1" 200 1028 0.075237 10.0.0.73 - - [2025-10-16 02:18:58] "GET /projects?obj_uuids=74bc99d8-cc58-4217-9893-4db57438be52&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000969 10.0.0.73 - - [2025-10-16 02:18:58] "GET /project/74bc99d8-cc58-4217-9893-4db57438be52?fields=virtual_machine_interfaces HTTP/1.1" 200 1028 0.026730 10.0.0.73 - - [2025-10-16 02:18:58] "GET /projects?obj_uuids=74bc99d8-cc58-4217-9893-4db57438be52&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001056 10.0.0.73 - - [2025-10-16 02:18:58] "GET /project/74bc99d8-cc58-4217-9893-4db57438be52?fields=security_groups HTTP/1.1" 200 1247 0.032730 10.0.0.73 - - [2025-10-16 02:18:59] "POST /fqname-to-id HTTP/1.1" 404 186 0.025033 10.0.0.73 - - [2025-10-16 02:18:59] "GET /projects?obj_uuids=799ce583-57b1-4c49-9601-e75d38302f2d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002501 10.0.0.73 - - [2025-10-16 02:18:59] "GET /domains?obj_uuids=61b1a5e4-4f17-4839-837e-aba6307473a6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001380 10.0.0.73 - - [2025-10-16 02:18:59] "GET /domain/61b1a5e4-4f17-4839-837e-aba6307473a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006977 10.0.0.73 - - [2025-10-16 02:18:59] "POST /id-to-fqname HTTP/1.1" 200 188 0.001206 10.0.0.73 - - [2025-10-16 02:18:59] "POST /fqname-to-id HTTP/1.1" 404 197 0.002396 10.0.0.73 - - [2025-10-16 02:19:00] "POST /security-groups HTTP/1.1" 200 589 0.064368 10.0.0.73 - - [2025-10-16 02:19:00] "POST /fqname-to-id HTTP/1.1" 404 232 0.003159 10.0.0.73 - - [2025-10-16 02:19:00] "POST /projects HTTP/1.1" 200 581 0.212860 10.0.0.73 - - [2025-10-16 02:19:00] "POST /access-control-lists HTTP/1.1" 200 594 0.064255 10.0.0.73 - - [2025-10-16 02:19:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.288486 10.0.0.73 - - [2025-10-16 02:19:00] "POST /fqname-to-id HTTP/1.1" 404 231 0.002913 10.0.0.73 - - [2025-10-16 02:19:00] "GET /project/799ce583-57b1-4c49-9601-e75d38302f2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.410146 10.0.0.73 - - [2025-10-16 02:19:00] "POST /access-control-lists HTTP/1.1" 200 592 0.060768 10.0.0.73 - - [2025-10-16 02:19:01] "GET / HTTP/1.1" 200 35931 0.002274 10.0.0.73 - - [2025-10-16 02:19:02] "POST /fqname-to-id HTTP/1.1" 401 292 0.000504 10.0.0.73 - - [2025-10-16 02:19:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.062466 10.0.0.73 - - [2025-10-16 02:19:02] "GET /projects?obj_uuids=799ce583-57b1-4c49-9601-e75d38302f2d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000929 10.0.0.73 - - [2025-10-16 02:19:02] "GET /project/799ce583-57b1-4c49-9601-e75d38302f2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.024647 10.0.0.73 - - [2025-10-16 02:19:02] "POST /neutron/network HTTP/1.1" 200 117 0.032335 10.0.0.73 - - [2025-10-16 02:19:02] "GET /projects?obj_uuids=799ce583-57b1-4c49-9601-e75d38302f2d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002243 10.0.0.73 - - [2025-10-16 02:19:02] "POST /neutron/network HTTP/1.1" 200 613 0.068273 10.0.0.73 - - [2025-10-16 02:19:02] "POST /route-targets HTTP/1.1" 200 327 0.011780 10.0.0.73 - - [2025-10-16 02:19:02] "POST /ref-update HTTP/1.1" 200 156 0.012829 10.0.0.73 - - [2025-10-16 02:19:02] "POST /useragent-kv HTTP/1.1" 200 115 0.002421 10.0.0.73 - - [2025-10-16 02:19:02] "POST /neutron/subnet HTTP/1.1" 200 730 0.191898 10.0.0.73 - - [2025-10-16 02:19:02] "POST /neutron/network HTTP/1.1" 200 833 0.006006 10.0.0.73 - - [2025-10-16 02:19:02] "POST /id-to-fqname HTTP/1.1" 200 223 0.001482 10.0.0.73 - - [2025-10-16 02:19:02] "GET /virtual-network/d07ba42e-02f6-4e8c-812e-a75a48918795?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005152 10.0.0.73 - - [2025-10-16 02:19:02] "POST /neutron/network HTTP/1.1" 200 833 0.008868 10.0.0.73 - - [2025-10-16 02:19:02] "GET /virtual-network/d07ba42e-02f6-4e8c-812e-a75a48918795?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005545 10.0.0.73 - - [2025-10-16 02:19:02] "POST /neutron/network HTTP/1.1" 200 833 0.006360 10.0.0.73 - - [2025-10-16 02:19:02] "POST /neutron/subnet HTTP/1.1" 200 730 0.007909 10.0.0.73 - - [2025-10-16 02:19:03] "GET /domains HTTP/1.1" 401 292 0.000581 10.0.0.73 - - [2025-10-16 02:19:03] "GET /domains HTTP/1.1" 200 280 0.030405 10.0.0.73 - - [2025-10-16 02:19:03] "GET /domains?obj_uuids=61b1a5e4-4f17-4839-837e-aba6307473a6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001309 10.0.0.73 - - [2025-10-16 02:19:03] "GET /domain/61b1a5e4-4f17-4839-837e-aba6307473a6 HTTP/1.1" 200 2749 0.009949 10.0.0.73 - - [2025-10-16 02:19:03] "GET /projects?obj_uuids=799ce583-57b1-4c49-9601-e75d38302f2d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000937 10.0.0.73 - - [2025-10-16 02:19:03] "GET /project/799ce583-57b1-4c49-9601-e75d38302f2d HTTP/1.1" 200 2090 0.069678 10.0.0.73 - - [2025-10-16 02:19:03] "GET /virtual-network/d07ba42e-02f6-4e8c-812e-a75a48918795 HTTP/1.1" 200 2321 0.005815 10.0.0.73 - - [2025-10-16 02:19:03] "GET /virtual-network/d07ba42e-02f6-4e8c-812e-a75a48918795 HTTP/1.1" 200 2321 0.005195 10.0.0.73 - - [2025-10-16 02:19:03] "GET /routing-instance/bd556272-965a-40e3-8cf1-e4387d4dd849 HTTP/1.1" 200 1494 0.003788 10.0.0.73 - - [2025-10-16 02:19:03] "GET /routing-instance/bd556272-965a-40e3-8cf1-e4387d4dd849 HTTP/1.1" 200 1494 0.003787 10.0.0.73 - - [2025-10-16 02:19:03] "GET /route-target/adc89806-ca3b-4dec-91d4-304dd1f70e83 HTTP/1.1" 200 1213 0.003877 10.0.0.73 - - [2025-10-16 02:19:03] "GET /virtual-network/d07ba42e-02f6-4e8c-812e-a75a48918795 HTTP/1.1" 200 2321 0.005337 10.0.0.73 - - [2025-10-16 02:19:03] "GET /routing-instance/bd556272-965a-40e3-8cf1-e4387d4dd849 HTTP/1.1" 200 1494 0.003758 10.0.0.73 - - [2025-10-16 02:19:03] "GET /virtual-network/d07ba42e-02f6-4e8c-812e-a75a48918795?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005614 10.0.0.73 - - [2025-10-16 02:19:03] "GET /virtual-network/d07ba42e-02f6-4e8c-812e-a75a48918795 HTTP/1.1" 200 2321 0.004625 10.0.0.73 - - [2025-10-16 02:19:03] "GET /routing-instance/bd556272-965a-40e3-8cf1-e4387d4dd849 HTTP/1.1" 200 1494 0.010489 10.0.0.73 - - [2025-10-16 02:19:03] "GET /routing-instance/bd556272-965a-40e3-8cf1-e4387d4dd849 HTTP/1.1" 200 1494 0.003522 10.0.0.73 - - [2025-10-16 02:19:03] "GET /route-target/adc89806-ca3b-4dec-91d4-304dd1f70e83 HTTP/1.1" 200 1213 0.003766 10.0.0.73 - - [2025-10-16 02:19:03] "GET /domains HTTP/1.1" 200 280 0.002785 10.0.0.73 - - [2025-10-16 02:19:03] "GET /domains?obj_uuids=61b1a5e4-4f17-4839-837e-aba6307473a6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001027 10.0.0.73 - - [2025-10-16 02:19:03] "GET /domain/61b1a5e4-4f17-4839-837e-aba6307473a6 HTTP/1.1" 200 2749 0.006794 10.0.0.73 - - [2025-10-16 02:19:03] "GET /projects?obj_uuids=799ce583-57b1-4c49-9601-e75d38302f2d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001095 10.0.0.73 - - [2025-10-16 02:19:03] "GET /project/799ce583-57b1-4c49-9601-e75d38302f2d HTTP/1.1" 200 2090 0.068963 10.0.0.73 - - [2025-10-16 02:19:03] "GET /virtual-network/d07ba42e-02f6-4e8c-812e-a75a48918795 HTTP/1.1" 200 2321 0.005131 10.0.0.73 - - [2025-10-16 02:19:03] "GET /obj-perms HTTP/1.1" 200 5026 0.049255 10.0.0.73 - - [2025-10-16 02:19:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002748 10.0.0.73 - - [2025-10-16 02:19:04] "GET /projects?obj_uuids=799ce583-57b1-4c49-9601-e75d38302f2d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001127 10.0.0.73 - - [2025-10-16 02:19:04] "GET /project/799ce583-57b1-4c49-9601-e75d38302f2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.031533 10.0.0.73 - - [2025-10-16 02:19:04] "POST /neutron/network HTTP/1.1" 200 117 0.009236 10.0.0.73 - - [2025-10-16 02:19:04] "GET /projects?obj_uuids=799ce583-57b1-4c49-9601-e75d38302f2d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000942 10.0.0.73 - - [2025-10-16 02:19:04] "POST /neutron/network HTTP/1.1" 200 613 0.067599 10.0.0.73 - - [2025-10-16 02:19:04] "POST /route-targets HTTP/1.1" 200 327 0.010568 10.0.0.73 - - [2025-10-16 02:19:04] "POST /ref-update HTTP/1.1" 200 156 0.010199 10.0.0.73 - - [2025-10-16 02:19:04] "POST /useragent-kv HTTP/1.1" 200 115 0.004469 10.0.0.73 - - [2025-10-16 02:19:04] "POST /neutron/subnet HTTP/1.1" 200 729 0.148606 10.0.0.73 - - [2025-10-16 02:19:04] "POST /neutron/network HTTP/1.1" 200 833 0.005319 10.0.0.73 - - [2025-10-16 02:19:04] "POST /id-to-fqname HTTP/1.1" 200 223 0.001230 10.0.0.73 - - [2025-10-16 02:19:04] "GET /virtual-network/c398a919-8422-4bda-8540-54c294ff99ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004831 10.0.0.73 - - [2025-10-16 02:19:04] "POST /neutron/network HTTP/1.1" 200 833 0.005953 10.0.0.73 - - [2025-10-16 02:19:04] "GET /virtual-network/c398a919-8422-4bda-8540-54c294ff99ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004795 10.0.0.73 - - [2025-10-16 02:19:04] "POST /neutron/network HTTP/1.1" 200 833 0.007249 10.0.0.73 - - [2025-10-16 02:19:04] "POST /neutron/subnet HTTP/1.1" 200 729 0.006825 10.0.0.73 - - [2025-10-16 02:19:04] "GET /domains HTTP/1.1" 200 280 0.002378 10.0.0.73 - - [2025-10-16 02:19:04] "GET /domains?obj_uuids=61b1a5e4-4f17-4839-837e-aba6307473a6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001048 10.0.0.73 - - [2025-10-16 02:19:04] "GET /domain/61b1a5e4-4f17-4839-837e-aba6307473a6 HTTP/1.1" 200 2749 0.006277 10.0.0.73 - - [2025-10-16 02:19:04] "GET /projects?obj_uuids=799ce583-57b1-4c49-9601-e75d38302f2d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000848 10.0.0.73 - - [2025-10-16 02:19:04] "GET /project/799ce583-57b1-4c49-9601-e75d38302f2d HTTP/1.1" 200 2308 0.071414 10.0.0.73 - - [2025-10-16 02:19:04] "GET /virtual-network/c398a919-8422-4bda-8540-54c294ff99ef HTTP/1.1" 200 2321 0.005601 10.0.0.73 - - [2025-10-16 02:19:04] "GET /virtual-network/c398a919-8422-4bda-8540-54c294ff99ef HTTP/1.1" 200 2321 0.008214 10.0.0.73 - - [2025-10-16 02:19:04] "GET /routing-instance/6a0863fb-f9b3-4ba6-92bd-e07ff3559809 HTTP/1.1" 200 1493 0.003960 10.0.0.73 - - [2025-10-16 02:19:04] "GET /routing-instance/6a0863fb-f9b3-4ba6-92bd-e07ff3559809 HTTP/1.1" 200 1493 0.003120 10.0.0.73 - - [2025-10-16 02:19:04] "GET /route-target/9d2313e5-f822-4253-a19f-673197990fcf HTTP/1.1" 200 1213 0.002640 10.0.0.73 - - [2025-10-16 02:19:04] "GET /virtual-network/c398a919-8422-4bda-8540-54c294ff99ef HTTP/1.1" 200 2321 0.004190 10.0.0.73 - - [2025-10-16 02:19:04] "GET /routing-instance/6a0863fb-f9b3-4ba6-92bd-e07ff3559809 HTTP/1.1" 200 1493 0.003054 10.0.0.73 - - [2025-10-16 02:19:04] "GET /virtual-network/c398a919-8422-4bda-8540-54c294ff99ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004549 10.0.0.73 - - [2025-10-16 02:19:04] "GET /virtual-network/c398a919-8422-4bda-8540-54c294ff99ef HTTP/1.1" 200 2321 0.004426 10.0.0.73 - - [2025-10-16 02:19:04] "GET /routing-instance/6a0863fb-f9b3-4ba6-92bd-e07ff3559809 HTTP/1.1" 200 1493 0.003065 10.0.0.73 - - [2025-10-16 02:19:04] "GET /routing-instance/6a0863fb-f9b3-4ba6-92bd-e07ff3559809 HTTP/1.1" 200 1493 0.003594 10.0.0.73 - - [2025-10-16 02:19:04] "GET /route-target/9d2313e5-f822-4253-a19f-673197990fcf HTTP/1.1" 200 1213 0.002946 10.0.0.73 - - [2025-10-16 02:19:04] "GET /domains HTTP/1.1" 200 280 0.003442 10.0.0.73 - - [2025-10-16 02:19:04] "GET /domains?obj_uuids=61b1a5e4-4f17-4839-837e-aba6307473a6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.003316 10.0.0.73 - - [2025-10-16 02:19:04] "GET /domain/61b1a5e4-4f17-4839-837e-aba6307473a6 HTTP/1.1" 200 2749 0.010396 10.0.0.73 - - [2025-10-16 02:19:04] "GET /projects?obj_uuids=799ce583-57b1-4c49-9601-e75d38302f2d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000975 10.0.0.73 - - [2025-10-16 02:19:04] "GET /project/799ce583-57b1-4c49-9601-e75d38302f2d HTTP/1.1" 200 2308 0.065133 10.0.0.73 - - [2025-10-16 02:19:04] "GET /virtual-network/c398a919-8422-4bda-8540-54c294ff99ef HTTP/1.1" 200 2321 0.005401 10.0.0.73 - - [2025-10-16 02:19:04] "GET /obj-perms HTTP/1.1" 200 5026 0.003042 10.0.0.73 - - [2025-10-16 02:19:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003565 10.0.0.73 - - [2025-10-16 02:19:04] "GET /projects?obj_uuids=799ce583-57b1-4c49-9601-e75d38302f2d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001304 10.0.0.73 - - [2025-10-16 02:19:04] "GET /project/799ce583-57b1-4c49-9601-e75d38302f2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.026822 10.0.0.73 - - [2025-10-16 02:19:04] "POST /neutron/network HTTP/1.1" 200 117 0.009003 10.0.0.73 - - [2025-10-16 02:19:04] "GET /projects?obj_uuids=799ce583-57b1-4c49-9601-e75d38302f2d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000936 10.0.0.73 - - [2025-10-16 02:19:05] "POST /neutron/network HTTP/1.1" 200 615 0.063834 10.0.0.73 - - [2025-10-16 02:19:05] "POST /ref-update HTTP/1.1" 200 156 0.010864 10.0.0.73 - - [2025-10-16 02:19:05] "POST /useragent-kv HTTP/1.1" 200 115 0.004038 10.0.0.73 - - [2025-10-16 02:19:05] "POST /neutron/subnet HTTP/1.1" 200 724 0.170877 10.0.0.73 - - [2025-10-16 02:19:05] "POST /neutron/network HTTP/1.1" 200 834 0.005389 10.0.0.73 - - [2025-10-16 02:19:05] "POST /id-to-fqname HTTP/1.1" 200 224 0.001107 10.0.0.73 - - [2025-10-16 02:19:05] "GET /virtual-network/72614c91-7e80-4455-a8e7-25616753cf94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004454 10.0.0.73 - - [2025-10-16 02:19:05] "POST /neutron/network HTTP/1.1" 200 834 0.005204 10.0.0.73 - - [2025-10-16 02:19:05] "GET /virtual-network/72614c91-7e80-4455-a8e7-25616753cf94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006376 10.0.0.73 - - [2025-10-16 02:19:05] "POST /neutron/network HTTP/1.1" 200 834 0.007060 10.0.0.73 - - [2025-10-16 02:19:05] "POST /neutron/subnet HTTP/1.1" 200 724 0.006835 10.0.0.73 - - [2025-10-16 02:19:05] "GET /domains HTTP/1.1" 200 280 0.002450 10.0.0.73 - - [2025-10-16 02:19:05] "GET /domains?obj_uuids=61b1a5e4-4f17-4839-837e-aba6307473a6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000878 10.0.0.73 - - [2025-10-16 02:19:05] "GET /domain/61b1a5e4-4f17-4839-837e-aba6307473a6 HTTP/1.1" 200 2749 0.005800 10.0.0.73 - - [2025-10-16 02:19:05] "GET /projects?obj_uuids=799ce583-57b1-4c49-9601-e75d38302f2d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001019 10.0.0.73 - - [2025-10-16 02:19:05] "GET /project/799ce583-57b1-4c49-9601-e75d38302f2d HTTP/1.1" 200 2527 0.066344 10.0.0.73 - - [2025-10-16 02:19:05] "GET /virtual-network/72614c91-7e80-4455-a8e7-25616753cf94 HTTP/1.1" 200 2323 0.006406 10.0.0.73 - - [2025-10-16 02:19:05] "GET /virtual-network/72614c91-7e80-4455-a8e7-25616753cf94 HTTP/1.1" 200 2323 0.006306 10.0.0.73 - - [2025-10-16 02:19:05] "GET /routing-instance/67f28036-828a-49eb-9645-f38a11523d04 HTTP/1.1" 200 1497 0.003566 10.0.0.73 - - [2025-10-16 02:19:05] "GET /routing-instance/67f28036-828a-49eb-9645-f38a11523d04 HTTP/1.1" 200 1497 0.003147 10.0.0.73 - - [2025-10-16 02:19:05] "GET /route-target/d4eba5ab-9f3d-449f-8582-dc2fd30e50e0 HTTP/1.1" 200 1214 0.002692 10.0.0.73 - - [2025-10-16 02:19:05] "GET /virtual-network/72614c91-7e80-4455-a8e7-25616753cf94 HTTP/1.1" 200 2323 0.003968 10.0.0.73 - - [2025-10-16 02:19:05] "GET /routing-instance/67f28036-828a-49eb-9645-f38a11523d04 HTTP/1.1" 200 1497 0.003082 10.0.0.73 - - [2025-10-16 02:19:05] "GET /virtual-network/72614c91-7e80-4455-a8e7-25616753cf94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004199 10.0.0.73 - - [2025-10-16 02:19:05] "GET /virtual-network/72614c91-7e80-4455-a8e7-25616753cf94 HTTP/1.1" 200 2323 0.004180 10.0.0.73 - - [2025-10-16 02:19:05] "GET /routing-instance/67f28036-828a-49eb-9645-f38a11523d04 HTTP/1.1" 200 1497 0.003249 10.0.0.73 - - [2025-10-16 02:19:05] "GET /routing-instance/67f28036-828a-49eb-9645-f38a11523d04 HTTP/1.1" 200 1497 0.003265 10.0.0.73 - - [2025-10-16 02:19:05] "GET /route-target/d4eba5ab-9f3d-449f-8582-dc2fd30e50e0 HTTP/1.1" 200 1214 0.003125 10.0.0.73 - - [2025-10-16 02:19:05] "GET /domains HTTP/1.1" 200 280 0.002605 10.0.0.73 - - [2025-10-16 02:19:05] "GET /domains?obj_uuids=61b1a5e4-4f17-4839-837e-aba6307473a6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000920 10.0.0.73 - - [2025-10-16 02:19:05] "GET /domain/61b1a5e4-4f17-4839-837e-aba6307473a6 HTTP/1.1" 200 2749 0.006333 10.0.0.73 - - [2025-10-16 02:19:05] "GET /projects?obj_uuids=799ce583-57b1-4c49-9601-e75d38302f2d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001139 10.0.0.73 - - [2025-10-16 02:19:05] "GET /project/799ce583-57b1-4c49-9601-e75d38302f2d HTTP/1.1" 200 2527 0.067256 10.0.0.73 - - [2025-10-16 02:19:05] "GET /virtual-network/72614c91-7e80-4455-a8e7-25616753cf94 HTTP/1.1" 200 2323 0.005563 10.0.0.73 - - [2025-10-16 02:19:05] "GET /obj-perms HTTP/1.1" 200 5026 0.003073 10.0.0.73 - - [2025-10-16 02:19:05] "POST /id-to-fqname HTTP/1.1" 200 223 0.001362 10.0.0.73 - - [2025-10-16 02:19:05] "POST /neutron/network HTTP/1.1" 200 843 0.005634 10.0.0.73 - - [2025-10-16 02:19:05] "GET /aaa-mode HTTP/1.1" 401 292 0.000534 10.0.0.73 - - [2025-10-16 02:19:06] "GET / HTTP/1.1" 200 35931 0.001663 10.0.0.73 - - [2025-10-16 02:19:06] "GET /project/799ce583-57b1-4c49-9601-e75d38302f2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000367 10.0.0.73 - - [2025-10-16 02:19:06] "GET /projects?obj_uuids=799ce583-57b1-4c49-9601-e75d38302f2d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001122 10.0.0.73 - - [2025-10-16 02:19:06] "GET /project/799ce583-57b1-4c49-9601-e75d38302f2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.045008 10.0.0.73 - - [2025-10-16 02:19:06] "POST /neutron/network HTTP/1.1" 200 833 0.005946 10.0.0.73 - - [2025-10-16 02:19:06] "POST /neutron/port HTTP/1.1" 200 117 0.005103 10.0.0.73 - - [2025-10-16 02:19:06] "POST /neutron/port HTTP/1.1" 200 117 0.005285 10.0.0.73 - - [2025-10-16 02:19:06] "POST /id-to-fqname HTTP/1.1" 200 224 0.001428 10.0.0.73 - - [2025-10-16 02:19:06] "POST /neutron/port HTTP/1.1" 200 117 0.006441 10.0.0.73 - - [2025-10-16 02:19:06] "POST /neutron/network HTTP/1.1" 200 844 0.008275 10.0.0.73 - - [2025-10-16 02:19:06] "GET /aaa-mode HTTP/1.1" 401 292 0.000422 10.0.0.73 - - [2025-10-16 02:19:07] "POST /neutron/network HTTP/1.1" 200 843 0.006027 10.0.0.73 - - [2025-10-16 02:19:07] "GET /projects?obj_uuids=799ce583-57b1-4c49-9601-e75d38302f2d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001178 10.0.0.73 - - [2025-10-16 02:19:07] "GET / HTTP/1.1" 200 35931 0.001432 10.0.0.73 - - [2025-10-16 02:19:07] "GET /project/799ce583-57b1-4c49-9601-e75d38302f2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000384 10.0.0.73 - - [2025-10-16 02:19:07] "POST /neutron/port HTTP/1.1" 200 1059 0.200278 10.0.0.73 - - [2025-10-16 02:19:07] "POST /neutron/port HTTP/1.1" 200 1059 0.010495 10.0.0.73 - - [2025-10-16 02:19:07] "POST /neutron/port HTTP/1.1" 200 1059 0.008554 10.0.0.73 - - [2025-10-16 02:19:07] "POST /neutron/port HTTP/1.1" 200 1113 0.063026 10.0.0.73 - - [2025-10-16 02:19:07] "POST /neutron/port HTTP/1.1" 200 1087 0.017429 10.0.0.73 - - [2025-10-16 02:19:07] "GET /projects?obj_uuids=799ce583-57b1-4c49-9601-e75d38302f2d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001165 10.0.0.73 - - [2025-10-16 02:19:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004939 10.0.0.73 - - [2025-10-16 02:19:07] "GET /project/799ce583-57b1-4c49-9601-e75d38302f2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.070220 10.0.0.73 - - [2025-10-16 02:19:07] "POST /neutron/subnet HTTP/1.1" 200 703 0.021065 10.0.0.73 - - [2025-10-16 02:19:07] "POST /neutron/port HTTP/1.1" 200 117 0.000969 10.0.0.73 - - [2025-10-16 02:19:07] "POST /neutron/network HTTP/1.1" 200 834 0.008069 10.0.0.73 - - [2025-10-16 02:19:07] "POST /neutron/network HTTP/1.1" 200 833 0.007785 10.0.0.73 - - [2025-10-16 02:19:07] "POST /neutron/port HTTP/1.1" 200 1087 0.013720 10.0.0.73 - - [2025-10-16 02:19:07] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007319 10.0.0.73 - - [2025-10-16 02:19:07] "POST /neutron/port HTTP/1.1" 200 117 0.006485 10.0.0.73 - - [2025-10-16 02:19:07] "POST /fqname-to-id HTTP/1.1" 404 193 0.002717 10.0.0.73 - - [2025-10-16 02:19:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002264 10.0.0.73 - - [2025-10-16 02:19:08] "GET /domains?obj_uuids=61b1a5e4-4f17-4839-837e-aba6307473a6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001212 10.0.0.73 - - [2025-10-16 02:19:08] "GET /domain/61b1a5e4-4f17-4839-837e-aba6307473a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 892 0.009911 10.0.0.73 - - [2025-10-16 02:19:08] "POST /service-templates HTTP/1.1" 200 543 0.035342 10.0.0.73 - - [2025-10-16 02:19:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003123 10.0.0.73 - - [2025-10-16 02:19:08] "GET /service-template/6b0d2cb4-715e-4d67-93df-1e35365bc2da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1812 0.005089 10.0.0.73 - - [2025-10-16 02:19:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003331 10.0.0.73 - - [2025-10-16 02:19:08] "GET /service-template/6b0d2cb4-715e-4d67-93df-1e35365bc2da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1812 0.004814 10.0.0.73 - - [2025-10-16 02:19:08] "POST /neutron/network HTTP/1.1" 200 844 0.005675 10.0.0.73 - - [2025-10-16 02:19:08] "GET /projects?obj_uuids=799ce583-57b1-4c49-9601-e75d38302f2d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001091 10.0.0.73 - - [2025-10-16 02:19:08] "POST /id-to-fqname HTTP/1.1" 200 223 0.001346 10.0.0.73 - - [2025-10-16 02:19:08] "POST /id-to-fqname HTTP/1.1" 200 223 0.001290 10.0.0.73 - - [2025-10-16 02:19:08] "POST /id-to-fqname HTTP/1.1" 200 224 0.006783 10.0.0.73 - - [2025-10-16 02:19:08] "POST /neutron/port HTTP/1.1" 200 1058 0.257703 10.0.0.73 - - [2025-10-16 02:19:08] "POST /neutron/port HTTP/1.1" 200 2003 0.026816 10.0.0.73 - - [2025-10-16 02:19:08] "POST /neutron/port HTTP/1.1" 200 1058 0.013778 10.0.0.73 - - [2025-10-16 02:19:08] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007445 10.0.0.73 - - [2025-10-16 02:19:08] "POST /neutron/port HTTP/1.1" 200 1058 0.012440 10.0.0.73 - - [2025-10-16 02:19:08] "POST /neutron/port HTTP/1.1" 200 1112 0.159461 10.0.0.73 - - [2025-10-16 02:19:08] "POST /neutron/port HTTP/1.1" 200 1086 0.016894 10.0.0.73 - - [2025-10-16 02:19:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004091 10.0.0.73 - - [2025-10-16 02:19:08] "POST /neutron/subnet HTTP/1.1" 200 698 0.008003 10.0.0.73 - - [2025-10-16 02:19:08] "POST /neutron/port HTTP/1.1" 200 117 0.001296 10.0.0.73 - - [2025-10-16 02:19:08] "POST /neutron/network HTTP/1.1" 200 834 0.005434 10.0.0.73 - - [2025-10-16 02:19:09] "POST /neutron/network HTTP/1.1" 200 2225 0.013620 10.0.0.73 - - [2025-10-16 02:19:09] "GET /aaa-mode HTTP/1.1" 401 292 0.000388 10.0.0.73 - - [2025-10-16 02:19:09] "GET / HTTP/1.1" 200 35931 0.001487 10.0.0.73 - - [2025-10-16 02:19:09] "GET /project/799ce583-57b1-4c49-9601-e75d38302f2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000395 10.0.0.73 - - [2025-10-16 02:19:10] "GET /projects?obj_uuids=799ce583-57b1-4c49-9601-e75d38302f2d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001160 10.0.0.73 - - [2025-10-16 02:19:10] "GET /project/799ce583-57b1-4c49-9601-e75d38302f2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.055820 10.0.0.73 - - [2025-10-16 02:19:10] "POST /neutron/network HTTP/1.1" 200 833 0.005354 10.0.0.73 - - [2025-10-16 02:19:10] "POST /neutron/network HTTP/1.1" 200 833 0.005930 10.0.0.73 - - [2025-10-16 02:19:10] "POST /neutron/network HTTP/1.1" 200 834 0.005511 10.0.0.73 - - [2025-10-16 02:19:10] "POST /neutron/port HTTP/1.1" 200 2057 0.022197 10.0.0.73 - - [2025-10-16 02:19:10] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008404 10.0.0.73 - - [2025-10-16 02:19:10] "POST /neutron/port HTTP/1.1" 200 117 0.006979 10.0.0.73 - - [2025-10-16 02:19:10] "POST /neutron/port HTTP/1.1" 200 117 0.008090 10.0.0.73 - - [2025-10-16 02:19:10] "POST /neutron/network HTTP/1.1" 200 2225 0.021345 10.0.0.73 - - [2025-10-16 02:19:10] "GET /projects?obj_uuids=799ce583-57b1-4c49-9601-e75d38302f2d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001079 10.0.0.73 - - [2025-10-16 02:19:11] "POST /neutron/port HTTP/1.1" 200 1059 0.230247 10.0.0.73 - - [2025-10-16 02:19:11] "GET /projects?obj_uuids=799ce583-57b1-4c49-9601-e75d38302f2d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001872 10.0.0.73 - - [2025-10-16 02:19:11] "POST /neutron/port HTTP/1.1" 200 1059 0.206194 10.0.0.73 - - [2025-10-16 02:19:11] "GET /projects?obj_uuids=799ce583-57b1-4c49-9601-e75d38302f2d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001176 10.0.0.73 - - [2025-10-16 02:19:11] "POST /neutron/port HTTP/1.1" 200 1058 0.197410 10.0.0.73 - - [2025-10-16 02:19:11] "POST /neutron/port HTTP/1.1" 200 1059 0.013736 10.0.0.73 - - [2025-10-16 02:19:11] "POST /neutron/port HTTP/1.1" 200 1059 0.008438 10.0.0.73 - - [2025-10-16 02:19:11] "POST /neutron/port HTTP/1.1" 200 1113 0.065543 10.0.0.73 - - [2025-10-16 02:19:11] "POST /neutron/port HTTP/1.1" 200 1059 0.010115 10.0.0.73 - - [2025-10-16 02:19:11] "POST /neutron/port HTTP/1.1" 200 1059 0.010554 10.0.0.73 - - [2025-10-16 02:19:11] "POST /neutron/port HTTP/1.1" 200 1113 0.096116 10.0.0.73 - - [2025-10-16 02:19:11] "POST /neutron/port HTTP/1.1" 200 1058 0.011285 10.0.0.73 - - [2025-10-16 02:19:11] "POST /neutron/port HTTP/1.1" 200 1058 0.008965 10.0.0.73 - - [2025-10-16 02:19:11] "POST /neutron/port HTTP/1.1" 200 1112 0.064350 10.0.0.73 - - [2025-10-16 02:19:11] "POST /neutron/port HTTP/1.1" 200 3027 0.016390 10.0.0.73 - - [2025-10-16 02:19:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004468 10.0.0.73 - - [2025-10-16 02:19:11] "POST /neutron/subnet HTTP/1.1" 200 704 0.009547 10.0.0.73 - - [2025-10-16 02:19:12] "POST /neutron/port HTTP/1.1" 200 117 0.001315 10.0.0.73 - - [2025-10-16 02:19:12] "POST /neutron/network HTTP/1.1" 200 833 0.008086 10.0.0.73 - - [2025-10-16 02:19:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004682 10.0.0.73 - - [2025-10-16 02:19:12] "POST /neutron/subnet HTTP/1.1" 200 703 0.007205 10.0.0.73 - - [2025-10-16 02:19:12] "POST /neutron/port HTTP/1.1" 200 117 0.001329 10.0.0.73 - - [2025-10-16 02:19:12] "POST /neutron/network HTTP/1.1" 200 833 0.007135 10.0.0.73 - - [2025-10-16 02:19:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003572 10.0.0.73 - - [2025-10-16 02:19:12] "POST /neutron/subnet HTTP/1.1" 200 698 0.007387 10.0.0.73 - - [2025-10-16 02:19:12] "POST /neutron/port HTTP/1.1" 200 117 0.001352 10.0.0.73 - - [2025-10-16 02:19:12] "POST /neutron/network HTTP/1.1" 200 834 0.006318 10.0.0.73 - - [2025-10-16 02:19:15] "POST /neutron/port HTTP/1.1" 200 3027 0.015733 10.0.0.73 - - [2025-10-16 02:19:15] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006889 10.0.0.73 - - [2025-10-16 02:19:15] "POST /neutron/port HTTP/1.1" 200 3027 0.016249 10.0.0.73 - - [2025-10-16 02:19:15] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007144 10.0.0.73 - - [2025-10-16 02:19:15] "POST /neutron/port HTTP/1.1" 200 3027 0.021150 10.0.0.73 - - [2025-10-16 02:19:15] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007845 10.0.0.73 - - [2025-10-16 02:19:15] "POST /neutron/port HTTP/1.1" 200 3027 0.031078 10.0.0.73 - - [2025-10-16 02:19:15] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008045 10.0.0.73 - - [2025-10-16 02:19:15] "POST /neutron/port HTTP/1.1" 200 3027 0.015660 10.0.0.73 - - [2025-10-16 02:19:15] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008158 10.0.0.73 - - [2025-10-16 02:19:16] "GET /virtual-machine/a7248c99-f1f4-4643-b579-58ee706a707e HTTP/1.1" 200 1803 0.005786 10.0.0.73 - - [2025-10-16 02:19:16] "GET /virtual-machine-interface/273f6fac-73fa-42d8-a285-2146baba318e HTTP/1.1" 200 2945 0.005430 10.0.0.73 - - [2025-10-16 02:19:16] "GET /virtual-machine-interface/cebc0202-416e-446a-b5bb-392a869ed099 HTTP/1.1" 200 2949 0.006179 10.0.0.73 - - [2025-10-16 02:19:16] "GET /virtual-machine-interface/daddc6b8-f5f7-4fcd-89dd-a0ac18bc3766 HTTP/1.1" 200 2945 0.005278 10.0.0.73 - - [2025-10-16 02:19:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003350 10.0.0.73 - - [2025-10-16 02:19:16] "GET /global-vrouter-config/9841bc1a-9304-496a-8e13-ee37ad0d925c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005098 10.0.0.73 - - [2025-10-16 02:19:16] "GET /virtual-networks?parent_id=799ce583-57b1-4c49-9601-e75d38302f2d&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.011691 10.0.0.73 - - [2025-10-16 02:19:16] "GET /virtual-network/d07ba42e-02f6-4e8c-812e-a75a48918795?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005526 10.0.0.73 - - [2025-10-16 02:19:16] "POST /neutron/port HTTP/1.1" 200 1087 0.010749 10.0.0.73 - - [2025-10-16 02:19:16] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006665 10.0.0.73 - - [2025-10-16 02:19:17] "POST /neutron/port HTTP/1.1" 200 1086 0.015320 10.0.0.73 - - [2025-10-16 02:19:17] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005907 10.0.0.73 - - [2025-10-16 02:19:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003561 10.0.0.73 - - [2025-10-16 02:19:19] "GET /virtual-network/d07ba42e-02f6-4e8c-812e-a75a48918795?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005112 10.0.0.73 - - [2025-10-16 02:19:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003022 10.0.0.73 - - [2025-10-16 02:19:23] "GET /virtual-network/d07ba42e-02f6-4e8c-812e-a75a48918795?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004765 10.0.0.73 - - [2025-10-16 02:19:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003053 10.0.0.73 - - [2025-10-16 02:19:27] "GET /virtual-network/d07ba42e-02f6-4e8c-812e-a75a48918795?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005219 10.0.0.73 - - [2025-10-16 02:19:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004232 10.0.0.73 - - [2025-10-16 02:19:31] "GET /global-vrouter-config/9841bc1a-9304-496a-8e13-ee37ad0d925c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004500 10.0.0.73 - - [2025-10-16 02:19:31] "GET /virtual-networks?parent_id=799ce583-57b1-4c49-9601-e75d38302f2d&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003109 10.0.0.73 - - [2025-10-16 02:19:31] "GET /virtual-network/d07ba42e-02f6-4e8c-812e-a75a48918795?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006030 10.0.0.73 - - [2025-10-16 02:19:31] "DELETE /project/799ce58357b14c499601e75d38302f2d HTTP/1.1" 404 173 0.007443 10.0.0.73 - - [2025-10-16 02:19:31] "GET /projects?obj_uuids=74bc99d8-cc58-4217-9893-4db57438be52&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001554 10.0.0.73 - - [2025-10-16 02:19:32] "GET /project/74bc99d8-cc58-4217-9893-4db57438be52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.041870 10.0.0.73 - - [2025-10-16 02:19:32] "POST /neutron/port HTTP/1.1" 200 3027 0.027899 10.0.0.73 - - [2025-10-16 02:19:32] "GET /projects?obj_uuids=74bc99d8-cc58-4217-9893-4db57438be52&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001294 10.0.0.73 - - [2025-10-16 02:19:32] "GET /project/74bc99d8-cc58-4217-9893-4db57438be52?fields=security_groups HTTP/1.1" 200 1352 0.030702 10.0.0.73 - - [2025-10-16 02:19:32] "POST /neutron/security_group HTTP/1.1" 200 2056 0.012558 10.0.0.73 - - [2025-10-16 02:19:32] "DELETE /security-group/39818718-a90f-40bf-b176-4b5842888c20 HTTP/1.1" 200 115 0.033207 10.0.0.73 - - [2025-10-16 02:19:32] "GET /projects?obj_uuids=74bc99d8-cc58-4217-9893-4db57438be52&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001416 10.0.0.73 - - [2025-10-16 02:19:32] "DELETE /access-control-list/51038ce5-acd2-4efb-aaa9-4e0dcca210ca HTTP/1.1" 200 115 0.028018 10.0.0.73 - - [2025-10-16 02:19:32] "GET /project/74bc99d8-cc58-4217-9893-4db57438be52?fields=application_policy_sets HTTP/1.1" 200 1391 0.024337 10.0.0.73 - - [2025-10-16 02:19:32] "DELETE /access-control-list/438bfb14-203b-4a76-a912-a1717b29788c HTTP/1.1" 200 115 0.024042 10.0.0.73 - - [2025-10-16 02:19:32] "DELETE /project/74bc99d8-cc58-4217-9893-4db57438be52 HTTP/1.1" 200 115 0.308999 10.0.0.73 - - [2025-10-16 02:19:37] "POST /neutron/port HTTP/1.1" 200 3027 0.016064 10.0.0.73 - - [2025-10-16 02:19:37] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005344 10.0.0.73 - - [2025-10-16 02:19:38] "GET /obj-perms HTTP/1.1" 200 5056 0.049600 10.0.0.73 - - [2025-10-16 02:19:38] "GET /obj-perms HTTP/1.1" 200 5056 0.044159 10.0.0.73 - - [2025-10-16 02:19:42] "POST /neutron/port HTTP/1.1" 200 3027 0.015972 10.0.0.73 - - [2025-10-16 02:19:42] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006899 10.0.0.73 - - [2025-10-16 02:19:42] "POST /neutron/port HTTP/1.1" 200 3027 0.014704 10.0.0.73 - - [2025-10-16 02:19:42] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006778 10.0.0.73 - - [2025-10-16 02:19:47] "POST /neutron/port HTTP/1.1" 200 3027 0.015836 10.0.0.73 - - [2025-10-16 02:19:47] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005363 10.0.0.73 - - [2025-10-16 02:19:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002937 10.0.0.73 - - [2025-10-16 02:19:52] "GET /global-vrouter-config/9841bc1a-9304-496a-8e13-ee37ad0d925c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003178 10.0.0.73 - - [2025-10-16 02:19:52] "GET /virtual-networks?parent_id=799ce583-57b1-4c49-9601-e75d38302f2d&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002744 10.0.0.73 - - [2025-10-16 02:19:52] "GET /virtual-network/c398a919-8422-4bda-8540-54c294ff99ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.007129 10.0.0.73 - - [2025-10-16 02:19:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003382 10.0.0.73 - - [2025-10-16 02:19:53] "GET /global-vrouter-config/9841bc1a-9304-496a-8e13-ee37ad0d925c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003081 10.0.0.73 - - [2025-10-16 02:19:53] "GET /virtual-networks?parent_id=799ce583-57b1-4c49-9601-e75d38302f2d&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003277 10.0.0.73 - - [2025-10-16 02:19:53] "GET /virtual-network/72614c91-7e80-4455-a8e7-25616753cf94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005543 10.0.0.73 - - [2025-10-16 02:19:53] "POST /fqname-to-id HTTP/1.1" 404 207 0.004906 10.0.0.73 - - [2025-10-16 02:19:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002616 10.0.0.73 - - [2025-10-16 02:19:53] "GET /projects?obj_uuids=799ce583-57b1-4c49-9601-e75d38302f2d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.032112 10.0.0.73 - - [2025-10-16 02:19:53] "GET /project/799ce583-57b1-4c49-9601-e75d38302f2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.057884 10.0.0.73 - - [2025-10-16 02:19:53] "POST /service-instances HTTP/1.1" 200 543 0.060194 10.0.0.73 - - [2025-10-16 02:19:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002961 10.0.0.73 - - [2025-10-16 02:19:53] "GET /service-instance/bf9811d2-9c3f-4ee9-8bc0-28f5f16f2ff4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2135 0.005679 10.0.0.73 - - [2025-10-16 02:19:53] "POST /port-tuples HTTP/1.1" 200 586 0.024849 10.0.0.73 - - [2025-10-16 02:19:53] "GET /virtual-machine-interface/daddc6b8-f5f7-4fcd-89dd-a0ac18bc3766?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2724 0.005169 10.0.0.73 - - [2025-10-16 02:19:53] "PUT /virtual-machine-interface/daddc6b8-f5f7-4fcd-89dd-a0ac18bc3766 HTTP/1.1" 200 284 0.011319 10.0.0.73 - - [2025-10-16 02:19:53] "POST /ref-update HTTP/1.1" 200 156 0.010805 10.0.0.73 - - [2025-10-16 02:19:53] "POST /instance-ips HTTP/1.1" 200 385 0.023040 10.0.0.73 - - [2025-10-16 02:19:53] "POST /ref-update HTTP/1.1" 200 156 0.010491 10.0.0.73 - - [2025-10-16 02:19:53] "GET /virtual-machine-interface/273f6fac-73fa-42d8-a285-2146baba318e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2724 0.005775 10.0.0.73 - - [2025-10-16 02:19:54] "POST /ref-update HTTP/1.1" 200 156 0.014266 10.0.0.73 - - [2025-10-16 02:19:54] "PUT /virtual-machine-interface/273f6fac-73fa-42d8-a285-2146baba318e HTTP/1.1" 200 284 0.018487 10.0.0.73 - - [2025-10-16 02:19:54] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003204 10.0.0.73 - - [2025-10-16 02:19:54] "POST /ref-update HTTP/1.1" 200 156 0.009031 10.0.0.73 - - [2025-10-16 02:19:54] "GET /virtual-machine-interface/cebc0202-416e-446a-b5bb-392a869ed099?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2728 0.006937 10.0.0.73 - - [2025-10-16 02:19:54] "POST /instance-ips HTTP/1.1" 200 385 0.033532 10.0.0.73 - - [2025-10-16 02:19:54] "PUT /virtual-machine-interface/cebc0202-416e-446a-b5bb-392a869ed099 HTTP/1.1" 200 284 0.011121 10.0.0.73 - - [2025-10-16 02:19:54] "POST /ref-update HTTP/1.1" 200 156 0.012985 10.0.0.73 - - [2025-10-16 02:19:54] "POST /ref-update HTTP/1.1" 200 156 0.008970 10.0.0.73 - - [2025-10-16 02:19:54] "POST /ref-update HTTP/1.1" 200 156 0.007204 10.0.0.73 - - [2025-10-16 02:19:54] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.007416 10.0.0.73 - - [2025-10-16 02:19:54] "POST /neutron/port HTTP/1.1" 200 1087 0.011292 10.0.0.73 - - [2025-10-16 02:19:54] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005966 10.0.0.73 - - [2025-10-16 02:19:54] "POST /instance-ips HTTP/1.1" 200 373 0.015743 10.0.0.73 - - [2025-10-16 02:19:54] "POST /neutron/port HTTP/1.1" 200 1087 0.010476 10.0.0.73 - - [2025-10-16 02:19:54] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007508 10.0.0.73 - - [2025-10-16 02:19:54] "POST /ref-update HTTP/1.1" 200 156 0.009737 10.0.0.73 - - [2025-10-16 02:19:54] "POST /ref-update HTTP/1.1" 200 156 0.012736 10.0.0.73 - - [2025-10-16 02:19:54] "POST /neutron/port HTTP/1.1" 200 1087 0.018021 10.0.0.73 - - [2025-10-16 02:19:54] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005828 10.0.0.73 - - [2025-10-16 02:19:54] "GET /virtual-machine/c639a1bc-203b-4e63-8cd4-f4ad078b1a72 HTTP/1.1" 200 1291 0.004324 10.0.0.73 - - [2025-10-16 02:19:54] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002315 10.0.0.73 - - [2025-10-16 02:19:54] "GET /virtual-machine-interface/9bbeb675-dd94-4b08-8cbc-94ba044cfa93 HTTP/1.1" 200 2946 0.005639 10.0.0.73 - - [2025-10-16 02:19:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002772 10.0.0.73 - - [2025-10-16 02:19:54] "GET /global-vrouter-config/9841bc1a-9304-496a-8e13-ee37ad0d925c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002883 10.0.0.73 - - [2025-10-16 02:19:54] "POST /instance-ips HTTP/1.1" 200 373 0.014864 10.0.0.73 - - [2025-10-16 02:19:54] "GET /virtual-networks?parent_id=799ce583-57b1-4c49-9601-e75d38302f2d&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003093 10.0.0.73 - - [2025-10-16 02:19:54] "POST /ref-update HTTP/1.1" 200 156 0.008482 10.0.0.73 - - [2025-10-16 02:19:54] "GET /virtual-network/c398a919-8422-4bda-8540-54c294ff99ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005014 10.0.0.73 - - [2025-10-16 02:19:54] "POST /ref-update HTTP/1.1" 200 156 0.008521 10.0.0.73 - - [2025-10-16 02:19:54] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002990 10.0.0.73 - - [2025-10-16 02:19:54] "POST /instance-ips HTTP/1.1" 200 375 0.018073 10.0.0.73 - - [2025-10-16 02:19:54] "POST /ref-update HTTP/1.1" 200 156 0.009474 10.0.0.73 - - [2025-10-16 02:19:54] "POST /ref-update HTTP/1.1" 200 156 0.008702 10.0.0.73 - - [2025-10-16 02:19:54] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003009 10.0.0.73 - - [2025-10-16 02:19:55] "POST /instance-ips HTTP/1.1" 200 375 0.016490 10.0.0.73 - - [2025-10-16 02:19:55] "POST /ref-update HTTP/1.1" 200 156 0.008121 10.0.0.73 - - [2025-10-16 02:19:55] "POST /ref-update HTTP/1.1" 200 156 0.008054 10.0.0.73 - - [2025-10-16 02:19:55] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003104 10.0.0.73 - - [2025-10-16 02:19:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003177 10.0.0.73 - - [2025-10-16 02:19:55] "GET /global-vrouter-config/9841bc1a-9304-496a-8e13-ee37ad0d925c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002842 10.0.0.73 - - [2025-10-16 02:19:55] "GET /virtual-networks?parent_id=799ce583-57b1-4c49-9601-e75d38302f2d&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003346 10.0.0.73 - - [2025-10-16 02:19:55] "GET /virtual-network/c398a919-8422-4bda-8540-54c294ff99ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006290 10.0.0.73 - - [2025-10-16 02:19:56] "POST /neutron/port HTTP/1.1" 200 1086 0.012060 10.0.0.73 - - [2025-10-16 02:19:56] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006968 10.0.0.73 - - [2025-10-16 02:19:56] "POST /neutron/port HTTP/1.1" 200 1086 0.009479 10.0.0.73 - - [2025-10-16 02:19:56] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007687 10.0.0.73 - - [2025-10-16 02:19:56] "POST /neutron/port HTTP/1.1" 200 1086 0.011635 10.0.0.73 - - [2025-10-16 02:19:56] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005559 10.0.0.73 - - [2025-10-16 02:19:56] "GET /virtual-machine/f1f2beab-2232-4321-8cad-292aea0cf7d8 HTTP/1.1" 200 1291 0.006056 10.0.0.73 - - [2025-10-16 02:19:56] "GET /virtual-machine-interface/4bb27c59-5415-45fe-bc46-c325c4bcf76c HTTP/1.1" 200 2948 0.005689 10.0.0.73 - - [2025-10-16 02:19:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002745 10.0.0.73 - - [2025-10-16 02:19:56] "GET /global-vrouter-config/9841bc1a-9304-496a-8e13-ee37ad0d925c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002795 10.0.0.73 - - [2025-10-16 02:19:56] "GET /virtual-networks?parent_id=799ce583-57b1-4c49-9601-e75d38302f2d&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003280 10.0.0.73 - - [2025-10-16 02:19:56] "GET /virtual-network/72614c91-7e80-4455-a8e7-25616753cf94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004878 10.0.0.73 - - [2025-10-16 02:19:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002810 10.0.0.73 - - [2025-10-16 02:19:57] "GET /global-vrouter-config/9841bc1a-9304-496a-8e13-ee37ad0d925c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003417 10.0.0.73 - - [2025-10-16 02:19:57] "GET /virtual-networks?parent_id=799ce583-57b1-4c49-9601-e75d38302f2d&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003130 10.0.0.73 - - [2025-10-16 02:19:57] "GET /virtual-network/72614c91-7e80-4455-a8e7-25616753cf94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006665 10.0.0.73 - - [2025-10-16 02:19:57] "POST /fqname-to-id HTTP/1.1" 404 211 0.005593 10.0.0.73 - - [2025-10-16 02:19:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003019 10.0.0.73 - - [2025-10-16 02:19:57] "GET /projects?obj_uuids=799ce583-57b1-4c49-9601-e75d38302f2d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001067 10.0.0.73 - - [2025-10-16 02:19:57] "GET /project/799ce583-57b1-4c49-9601-e75d38302f2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.027077 10.0.0.73 - - [2025-10-16 02:19:58] "POST /network-policys HTTP/1.1" 200 547 0.017467 10.0.0.73 - - [2025-10-16 02:19:58] "GET /network-policy/c802ac41-898f-48ee-ad0a-02c5f0499e4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.005190 10.0.0.73 - - [2025-10-16 02:19:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003118 10.0.0.73 - - [2025-10-16 02:19:58] "GET /virtual-network/c398a919-8422-4bda-8540-54c294ff99ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005886 10.0.0.73 - - [2025-10-16 02:19:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003039 10.0.0.73 - - [2025-10-16 02:19:58] "GET /network-policy/c802ac41-898f-48ee-ad0a-02c5f0499e4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003853 10.0.0.73 - - [2025-10-16 02:19:58] "POST /ref-update HTTP/1.1" 200 156 0.029759 10.0.0.73 - - [2025-10-16 02:19:58] "POST /fqname-to-id HTTP/1.1" 404 242 0.029972 10.0.0.73 - - [2025-10-16 02:19:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003294 10.0.0.73 - - [2025-10-16 02:19:58] "POST /access-control-lists HTTP/1.1" 200 601 0.063237 10.0.0.73 - - [2025-10-16 02:19:58] "GET /network-policy/c802ac41-898f-48ee-ad0a-02c5f0499e4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.004106 10.0.0.73 - - [2025-10-16 02:19:58] "POST /neutron/network HTTP/1.1" 200 921 0.007447 10.0.0.73 - - [2025-10-16 02:19:58] "GET /virtual-network/c398a919-8422-4bda-8540-54c294ff99ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.006320 10.0.0.73 - - [2025-10-16 02:19:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003551 10.0.0.73 - - [2025-10-16 02:19:58] "GET /network-policy/c802ac41-898f-48ee-ad0a-02c5f0499e4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003978 10.0.0.73 - - [2025-10-16 02:19:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003438 10.0.0.73 - - [2025-10-16 02:19:58] "GET /virtual-network/72614c91-7e80-4455-a8e7-25616753cf94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005388 10.0.0.73 - - [2025-10-16 02:19:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002923 10.0.0.73 - - [2025-10-16 02:19:58] "GET /network-policy/c802ac41-898f-48ee-ad0a-02c5f0499e4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003758 10.0.0.73 - - [2025-10-16 02:19:58] "POST /fqname-to-id HTTP/1.1" 404 244 0.007194 10.0.0.73 - - [2025-10-16 02:19:58] "POST /ref-update HTTP/1.1" 200 156 0.038807 10.0.0.73 - - [2025-10-16 02:19:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003002 10.0.0.73 - - [2025-10-16 02:19:58] "POST /access-control-lists HTTP/1.1" 200 604 0.072839 10.0.0.73 - - [2025-10-16 02:19:59] "GET /network-policy/c802ac41-898f-48ee-ad0a-02c5f0499e4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003791 10.0.0.73 - - [2025-10-16 02:19:59] "POST /routing-instances HTTP/1.1" 200 759 0.015730 10.0.0.73 - - [2025-10-16 02:19:59] "POST /neutron/network HTTP/1.1" 200 922 0.007576 10.0.0.73 - - [2025-10-16 02:19:59] "GET /virtual-network/72614c91-7e80-4455-a8e7-25616753cf94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.004562 10.0.0.73 - - [2025-10-16 02:19:59] "POST /route-targets HTTP/1.1" 200 327 0.009843 10.0.0.73 - - [2025-10-16 02:19:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002899 10.0.0.73 - - [2025-10-16 02:19:59] "POST /ref-update HTTP/1.1" 200 156 0.016055 10.0.0.73 - - [2025-10-16 02:19:59] "GET /network-policy/c802ac41-898f-48ee-ad0a-02c5f0499e4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003701 10.0.0.73 - - [2025-10-16 02:19:59] "GET /routing-instance/a47a2e76-2dd7-4a29-9335-f459698cd1bb?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1288 0.003683 10.0.0.73 - - [2025-10-16 02:19:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003555 10.0.0.73 - - [2025-10-16 02:19:59] "GET /routing-instance/a47a2e76-2dd7-4a29-9335-f459698cd1bb?fields=routing_policy_back_refs HTTP/1.1" 200 1288 0.003994 10.0.0.73 - - [2025-10-16 02:19:59] "GET /service-template/6b0d2cb4-715e-4d67-93df-1e35365bc2da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1812 0.003480 10.0.0.73 - - [2025-10-16 02:19:59] "POST /ref-update HTTP/1.1" 200 156 0.010352 10.0.0.73 - - [2025-10-16 02:19:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.005796 10.0.0.73 - - [2025-10-16 02:19:59] "GET /projects?obj_uuids=799ce583-57b1-4c49-9601-e75d38302f2d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001249 10.0.0.73 - - [2025-10-16 02:19:59] "POST /routing-instances HTTP/1.1" 200 760 0.019442 10.0.0.73 - - [2025-10-16 02:19:59] "GET /project/799ce583-57b1-4c49-9601-e75d38302f2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.028991 10.0.0.73 - - [2025-10-16 02:19:59] "POST /route-targets HTTP/1.1" 200 327 0.010227 10.0.0.73 - - [2025-10-16 02:19:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002716 10.0.0.73 - - [2025-10-16 02:19:59] "POST /ref-update HTTP/1.1" 200 156 0.010405 10.0.0.73 - - [2025-10-16 02:19:59] "GET /service-instance/bf9811d2-9c3f-4ee9-8bc0-28f5f16f2ff4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3529 0.008339 10.0.0.73 - - [2025-10-16 02:19:59] "GET /routing-instance/d63d789e-717c-4ce7-92a7-9766f7ee0567?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1289 0.008303 10.0.0.73 - - [2025-10-16 02:19:59] "GET /domains HTTP/1.1" 200 280 0.003086 10.0.0.73 - - [2025-10-16 02:19:59] "GET /domains?obj_uuids=61b1a5e4-4f17-4839-837e-aba6307473a6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000968 10.0.0.73 - - [2025-10-16 02:19:59] "GET /domain/61b1a5e4-4f17-4839-837e-aba6307473a6 HTTP/1.1" 200 2770 0.008289 10.0.0.73 - - [2025-10-16 02:19:59] "GET /projects?obj_uuids=799ce583-57b1-4c49-9601-e75d38302f2d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001188 10.0.0.73 - - [2025-10-16 02:19:59] "GET /routing-instance/d63d789e-717c-4ce7-92a7-9766f7ee0567?fields=routing_policy_back_refs HTTP/1.1" 200 1289 0.004502 10.0.0.73 - - [2025-10-16 02:19:59] "GET /project/799ce583-57b1-4c49-9601-e75d38302f2d HTTP/1.1" 200 4243 0.065596 10.0.0.73 - - [2025-10-16 02:19:59] "GET /service-instance/bf9811d2-9c3f-4ee9-8bc0-28f5f16f2ff4 HTTP/1.1" 200 3783 0.005034 10.0.0.73 - - [2025-10-16 02:19:59] "GET /domains HTTP/1.1" 200 280 0.002244 10.0.0.73 - - [2025-10-16 02:19:59] "GET /domains?obj_uuids=61b1a5e4-4f17-4839-837e-aba6307473a6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000908 10.0.0.73 - - [2025-10-16 02:19:59] "GET /domain/61b1a5e4-4f17-4839-837e-aba6307473a6 HTTP/1.1" 200 2770 0.007462 10.0.0.73 - - [2025-10-16 02:19:59] "PUT /routing-instance/a47a2e76-2dd7-4a29-9335-f459698cd1bb HTTP/1.1" 200 266 0.018318 10.0.0.73 - - [2025-10-16 02:19:59] "GET /projects?obj_uuids=799ce583-57b1-4c49-9601-e75d38302f2d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000861 10.0.0.73 - - [2025-10-16 02:19:59] "PUT /routing-instance/d63d789e-717c-4ce7-92a7-9766f7ee0567 HTTP/1.1" 200 266 0.013468 10.0.0.73 - - [2025-10-16 02:19:59] "GET /project/799ce583-57b1-4c49-9601-e75d38302f2d HTTP/1.1" 200 4243 0.076964 10.0.0.73 - - [2025-10-16 02:19:59] "GET /service-instance/bf9811d2-9c3f-4ee9-8bc0-28f5f16f2ff4 HTTP/1.1" 200 3783 0.003470 10.0.0.73 - - [2025-10-16 02:19:59] "GET /port-tuple/93e7159f-d800-4272-af42-fa8b9b250b5f HTTP/1.1" 200 1979 0.003064 10.0.0.73 - - [2025-10-16 02:19:59] "GET /virtual-machine-interface/273f6fac-73fa-42d8-a285-2146baba318e HTTP/1.1" 200 3797 0.005048 10.0.0.73 - - [2025-10-16 02:19:59] "GET /virtual-machine-interface/cebc0202-416e-446a-b5bb-392a869ed099 HTTP/1.1" 200 3804 0.008044 10.0.0.73 - - [2025-10-16 02:19:59] "POST /ref-update HTTP/1.1" 200 156 0.017509 10.0.0.73 - - [2025-10-16 02:19:59] "GET /virtual-machine-interface/daddc6b8-f5f7-4fcd-89dd-a0ac18bc3766 HTTP/1.1" 200 3815 0.011573 10.0.0.73 - - [2025-10-16 02:19:59] "PUT /access-control-list/68309b64-feb5-4918-815f-1983fdfc36ad HTTP/1.1" 200 272 0.014844 10.0.0.73 - - [2025-10-16 02:19:59] "POST /neutron/port HTTP/1.1" 200 3834 0.037661 10.0.0.73 - - [2025-10-16 02:19:59] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006209 10.0.0.73 - - [2025-10-16 02:19:59] "PUT /access-control-list/82ddbee9-d546-4b54-b4e3-f1d64c6e89af HTTP/1.1" 200 272 0.011191 10.0.0.73 - - [2025-10-16 02:19:59] "POST /neutron/port HTTP/1.1" 200 3834 0.024681 10.0.0.73 - - [2025-10-16 02:19:59] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006015 10.0.0.73 - - [2025-10-16 02:20:00] "POST /neutron/port HTTP/1.1" 200 3834 0.027802 10.0.0.73 - - [2025-10-16 02:20:00] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007178 10.0.0.73 - - [2025-10-16 02:20:00] "POST /neutron/port HTTP/1.1" 200 3834 0.028381 10.0.0.73 - - [2025-10-16 02:20:00] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006927 10.0.0.73 - - [2025-10-16 02:20:00] "POST /neutron/network HTTP/1.1" 200 895 0.017141 10.0.0.73 - - [2025-10-16 02:20:00] "POST /neutron/network HTTP/1.1" 200 921 0.007512 10.0.0.73 - - [2025-10-16 02:20:00] "POST /neutron/network HTTP/1.1" 200 807 0.014509 10.0.0.73 - - [2025-10-16 02:20:00] "POST /neutron/network HTTP/1.1" 200 833 0.005969 10.0.0.73 - - [2025-10-16 02:20:00] "POST /neutron/network HTTP/1.1" 200 896 0.013847 10.0.0.73 - - [2025-10-16 02:20:00] "POST /neutron/network HTTP/1.1" 200 922 0.006377 10.0.0.73 - - [2025-10-16 02:20:00] "POST /id-to-fqname HTTP/1.1" 200 223 0.001329 10.0.0.73 - - [2025-10-16 02:20:00] "POST /id-to-fqname HTTP/1.1" 200 223 0.001224 10.0.0.73 - - [2025-10-16 02:20:00] "POST /id-to-fqname HTTP/1.1" 200 224 0.001385 10.0.0.73 - - [2025-10-16 02:20:00] "GET /virtual-machine/a7248c99-f1f4-4643-b579-58ee706a707e HTTP/1.1" 200 1803 0.004356 10.0.0.73 - - [2025-10-16 02:20:00] "GET /virtual-machine-interface/273f6fac-73fa-42d8-a285-2146baba318e HTTP/1.1" 200 3797 0.007736 10.0.0.73 - - [2025-10-16 02:20:00] "GET /virtual-machine-interface/cebc0202-416e-446a-b5bb-392a869ed099 HTTP/1.1" 200 3804 0.005278 10.0.0.73 - - [2025-10-16 02:20:00] "GET /virtual-machine-interface/daddc6b8-f5f7-4fcd-89dd-a0ac18bc3766 HTTP/1.1" 200 3815 0.005727 10.0.0.73 - - [2025-10-16 02:20:00] "GET /instance-ip/36e5b164-a845-4fe1-82b3-1bdd7e096e52 HTTP/1.1" 200 1953 0.004218 10.0.0.73 - - [2025-10-16 02:20:00] "GET /instance-ip/3b161bfb-f579-44f0-ab06-a1c99adfe0dc HTTP/1.1" 200 1622 0.005716 10.0.0.73 - - [2025-10-16 02:20:00] "GET /instance-ip/e5e45f2c-a7e5-43cb-ba73-041f6d603cba HTTP/1.1" 200 1957 0.004069 10.0.0.73 - - [2025-10-16 02:20:00] "GET /instance-ip/712342e4-1a78-4da8-bee2-5a8289da7215 HTTP/1.1" 200 1958 0.004235 10.0.0.73 - - [2025-10-16 02:20:00] "GET /instance-ip/d2d1b669-bf52-4e99-a99d-9c75dc6c3bce HTTP/1.1" 200 1961 0.003517 10.0.0.73 - - [2025-10-16 02:20:00] "GET /instance-ip/d605f00e-9913-43da-8c9a-da8a0508534e HTTP/1.1" 200 1623 0.006301 10.0.0.73 - - [2025-10-16 02:20:00] "GET /instance-ip/3e9b2df6-3f2a-46ae-9037-ebf221b00547 HTTP/1.1" 200 1980 0.006180 10.0.0.73 - - [2025-10-16 02:20:00] "GET /instance-ip/ca482d59-ab7c-4c82-a3df-9574a33eeb97 HTTP/1.1" 200 1623 0.007253 10.0.0.73 - - [2025-10-16 02:20:00] "GET /instance-ip/f579bc33-ad3b-470c-8981-6ac6278da069 HTTP/1.1" 200 1978 0.005051 10.0.0.73 - - [2025-10-16 02:20:00] "POST /neutron/port HTTP/1.1" 200 3834 0.032773 10.0.0.73 - - [2025-10-16 02:20:00] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007662 10.0.0.73 - - [2025-10-16 02:20:00] "POST /neutron/port HTTP/1.1" 200 3834 0.032900 10.0.0.73 - - [2025-10-16 02:20:00] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007417 10.0.0.73 - - [2025-10-16 02:20:01] "POST /neutron/port HTTP/1.1" 200 3834 0.028145 10.0.0.73 - - [2025-10-16 02:20:01] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006582 10.0.0.73 - - [2025-10-16 02:20:01] "POST /neutron/port HTTP/1.1" 200 3834 0.037016 10.0.0.73 - - [2025-10-16 02:20:01] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007936 10.0.0.73 - - [2025-10-16 02:20:01] "GET /virtual-machine/a7248c99-f1f4-4643-b579-58ee706a707e HTTP/1.1" 200 1803 0.004370 10.0.0.73 - - [2025-10-16 02:20:01] "GET /virtual-machine-interface/273f6fac-73fa-42d8-a285-2146baba318e HTTP/1.1" 200 3797 0.005338 10.0.0.73 - - [2025-10-16 02:20:01] "GET /virtual-machine-interface/cebc0202-416e-446a-b5bb-392a869ed099 HTTP/1.1" 200 3804 0.005449 10.0.0.73 - - [2025-10-16 02:20:01] "GET /virtual-machine-interface/daddc6b8-f5f7-4fcd-89dd-a0ac18bc3766 HTTP/1.1" 200 3815 0.007668 10.0.0.73 - - [2025-10-16 02:20:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003916 10.0.0.73 - - [2025-10-16 02:20:01] "GET /global-vrouter-config/9841bc1a-9304-496a-8e13-ee37ad0d925c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003907 10.0.0.73 - - [2025-10-16 02:20:01] "GET /virtual-networks?parent_id=799ce583-57b1-4c49-9601-e75d38302f2d&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004113 10.0.0.73 - - [2025-10-16 02:20:01] "GET /virtual-network/c398a919-8422-4bda-8540-54c294ff99ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.007550 10.0.0.73 - - [2025-10-16 02:20:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003247 10.0.0.73 - - [2025-10-16 02:20:02] "GET /global-vrouter-config/9841bc1a-9304-496a-8e13-ee37ad0d925c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003134 10.0.0.73 - - [2025-10-16 02:20:02] "GET /virtual-networks?parent_id=799ce583-57b1-4c49-9601-e75d38302f2d&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002836 10.0.0.73 - - [2025-10-16 02:20:02] "GET /virtual-network/c398a919-8422-4bda-8540-54c294ff99ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.005692 10.0.0.73 - - [2025-10-16 02:20:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002930 10.0.0.73 - - [2025-10-16 02:20:02] "GET /global-vrouter-config/9841bc1a-9304-496a-8e13-ee37ad0d925c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003929 10.0.0.73 - - [2025-10-16 02:20:02] "GET /virtual-networks?parent_id=799ce583-57b1-4c49-9601-e75d38302f2d&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002954 10.0.0.73 - - [2025-10-16 02:20:02] "GET /virtual-network/c398a919-8422-4bda-8540-54c294ff99ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.005563 10.0.0.73 - - [2025-10-16 02:20:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003191 10.0.0.73 - - [2025-10-16 02:20:02] "GET /global-vrouter-config/9841bc1a-9304-496a-8e13-ee37ad0d925c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003450 10.0.0.73 - - [2025-10-16 02:20:02] "GET /virtual-networks?parent_id=799ce583-57b1-4c49-9601-e75d38302f2d&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003246 10.0.0.73 - - [2025-10-16 02:20:03] "GET /virtual-network/c398a919-8422-4bda-8540-54c294ff99ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.005457 10.0.0.73 - - [2025-10-16 02:20:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003081 10.0.0.73 - - [2025-10-16 02:20:03] "GET /global-vrouter-config/9841bc1a-9304-496a-8e13-ee37ad0d925c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003883 10.0.0.73 - - [2025-10-16 02:20:03] "GET /virtual-networks?parent_id=799ce583-57b1-4c49-9601-e75d38302f2d&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003144 10.0.0.73 - - [2025-10-16 02:20:03] "GET /virtual-network/c398a919-8422-4bda-8540-54c294ff99ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.005841 10.0.0.73 - - [2025-10-16 02:20:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003509 10.0.0.73 - - [2025-10-16 02:20:03] "GET /global-vrouter-config/9841bc1a-9304-496a-8e13-ee37ad0d925c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003166 10.0.0.73 - - [2025-10-16 02:20:03] "GET /virtual-networks?parent_id=799ce583-57b1-4c49-9601-e75d38302f2d&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003065 10.0.0.73 - - [2025-10-16 02:20:03] "GET /virtual-network/d07ba42e-02f6-4e8c-812e-a75a48918795?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005106 10.0.0.73 - - [2025-10-16 02:20:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003041 10.0.0.73 - - [2025-10-16 02:20:03] "GET /global-vrouter-config/9841bc1a-9304-496a-8e13-ee37ad0d925c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003847 10.0.0.73 - - [2025-10-16 02:20:03] "GET /virtual-networks?parent_id=799ce583-57b1-4c49-9601-e75d38302f2d&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003395 10.0.0.73 - - [2025-10-16 02:20:03] "GET /virtual-network/d07ba42e-02f6-4e8c-812e-a75a48918795?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005428 10.0.0.73 - - [2025-10-16 02:20:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002997 10.0.0.73 - - [2025-10-16 02:20:03] "GET /global-vrouter-config/9841bc1a-9304-496a-8e13-ee37ad0d925c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004170 10.0.0.73 - - [2025-10-16 02:20:03] "GET /virtual-networks?parent_id=799ce583-57b1-4c49-9601-e75d38302f2d&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003365 10.0.0.73 - - [2025-10-16 02:20:03] "GET /virtual-network/d07ba42e-02f6-4e8c-812e-a75a48918795?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006411 10.0.0.73 - - [2025-10-16 02:20:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003452 10.0.0.73 - - [2025-10-16 02:20:03] "GET /global-vrouter-config/9841bc1a-9304-496a-8e13-ee37ad0d925c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003783 10.0.0.73 - - [2025-10-16 02:20:03] "GET /virtual-networks?parent_id=799ce583-57b1-4c49-9601-e75d38302f2d&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003429 10.0.0.73 - - [2025-10-16 02:20:04] "GET /virtual-network/d07ba42e-02f6-4e8c-812e-a75a48918795?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005901 10.0.0.73 - - [2025-10-16 02:20:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002918 10.0.0.73 - - [2025-10-16 02:20:04] "GET /global-vrouter-config/9841bc1a-9304-496a-8e13-ee37ad0d925c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006087 10.0.0.73 - - [2025-10-16 02:20:04] "GET /virtual-networks?parent_id=799ce583-57b1-4c49-9601-e75d38302f2d&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003546 10.0.0.73 - - [2025-10-16 02:20:04] "GET /virtual-network/72614c91-7e80-4455-a8e7-25616753cf94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.005888 10.0.0.73 - - [2025-10-16 02:20:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003143 10.0.0.73 - - [2025-10-16 02:20:04] "GET /global-vrouter-config/9841bc1a-9304-496a-8e13-ee37ad0d925c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005627 10.0.0.73 - - [2025-10-16 02:20:04] "GET /virtual-networks?parent_id=799ce583-57b1-4c49-9601-e75d38302f2d&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003060 10.0.0.73 - - [2025-10-16 02:20:04] "GET /virtual-network/72614c91-7e80-4455-a8e7-25616753cf94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.005307 10.0.0.73 - - [2025-10-16 02:20:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003357 10.0.0.73 - - [2025-10-16 02:20:04] "GET /global-vrouter-config/9841bc1a-9304-496a-8e13-ee37ad0d925c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003623 10.0.0.73 - - [2025-10-16 02:20:04] "GET /virtual-networks?parent_id=799ce583-57b1-4c49-9601-e75d38302f2d&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003281 10.0.0.73 - - [2025-10-16 02:20:04] "GET /virtual-network/72614c91-7e80-4455-a8e7-25616753cf94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.006183 10.0.0.73 - - [2025-10-16 02:20:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004893 10.0.0.73 - - [2025-10-16 02:20:04] "GET /global-vrouter-config/9841bc1a-9304-496a-8e13-ee37ad0d925c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003414 10.0.0.73 - - [2025-10-16 02:20:04] "GET /virtual-networks?parent_id=799ce583-57b1-4c49-9601-e75d38302f2d&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003039 10.0.0.73 - - [2025-10-16 02:20:04] "GET /virtual-network/72614c91-7e80-4455-a8e7-25616753cf94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.005106 10.0.0.73 - - [2025-10-16 02:20:04] "GET /virtual-machine/a7248c99-f1f4-4643-b579-58ee706a707e HTTP/1.1" 200 1803 0.003847 10.0.0.73 - - [2025-10-16 02:20:04] "GET /domains HTTP/1.1" 200 280 0.002873 10.0.0.73 - - [2025-10-16 02:20:04] "GET /domains?obj_uuids=61b1a5e4-4f17-4839-837e-aba6307473a6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001617 10.0.0.73 - - [2025-10-16 02:20:04] "GET /domain/61b1a5e4-4f17-4839-837e-aba6307473a6 HTTP/1.1" 200 2770 0.006728 10.0.0.73 - - [2025-10-16 02:20:04] "GET /projects?obj_uuids=799ce583-57b1-4c49-9601-e75d38302f2d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001013 10.0.0.73 - - [2025-10-16 02:20:05] "GET /project/799ce583-57b1-4c49-9601-e75d38302f2d HTTP/1.1" 200 4243 0.067256 10.0.0.73 - - [2025-10-16 02:20:05] "GET /service-instance/bf9811d2-9c3f-4ee9-8bc0-28f5f16f2ff4 HTTP/1.1" 200 3783 0.005852 10.0.0.73 - - [2025-10-16 02:20:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004001 10.0.0.73 - - [2025-10-16 02:20:05] "GET /routing-instance/6a0863fb-f9b3-4ba6-92bd-e07ff3559809?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1887 0.003690 10.0.0.73 - - [2025-10-16 02:20:05] "GET /routing-instance/6a0863fb-f9b3-4ba6-92bd-e07ff3559809?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2020 0.004816 10.0.0.73 - - [2025-10-16 02:20:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003163 10.0.0.73 - - [2025-10-16 02:20:05] "GET /routing-instance/67f28036-828a-49eb-9645-f38a11523d04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1892 0.004612 10.0.0.73 - - [2025-10-16 02:20:05] "GET /routing-instance/67f28036-828a-49eb-9645-f38a11523d04?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2023 0.006047 10.0.0.73 - - [2025-10-16 02:20:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002819 10.0.0.73 - - [2025-10-16 02:20:05] "GET /virtual-network/c398a919-8422-4bda-8540-54c294ff99ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.005798 10.0.0.73 - - [2025-10-16 02:20:05] "GET /virtual-network/c398a919-8422-4bda-8540-54c294ff99ef?fields=routing_instances HTTP/1.1" 200 1682 0.006932 10.0.0.73 - - [2025-10-16 02:20:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002911 10.0.0.73 - - [2025-10-16 02:20:05] "GET /virtual-network/72614c91-7e80-4455-a8e7-25616753cf94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.005940 10.0.0.73 - - [2025-10-16 02:20:05] "GET /virtual-network/72614c91-7e80-4455-a8e7-25616753cf94?fields=routing_instances HTTP/1.1" 200 1687 0.006913 10.0.0.73 - - [2025-10-16 02:20:09] "POST /ref-update HTTP/1.1" 200 156 0.027350 10.0.0.73 - - [2025-10-16 02:20:09] "DELETE /access-control-list/82ddbee9-d546-4b54-b4e3-f1d64c6e89af HTTP/1.1" 200 115 0.028304 10.0.0.73 - - [2025-10-16 02:20:09] "POST /neutron/network HTTP/1.1" 200 834 0.011238 10.0.0.73 - - [2025-10-16 02:20:09] "GET /virtual-network/72614c91-7e80-4455-a8e7-25616753cf94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004958 10.0.0.73 - - [2025-10-16 02:20:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003051 10.0.0.73 - - [2025-10-16 02:20:09] "DELETE /routing-instance/a47a2e76-2dd7-4a29-9335-f459698cd1bb HTTP/1.1" 200 115 0.024320 10.0.0.73 - - [2025-10-16 02:20:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004632 10.0.0.73 - - [2025-10-16 02:20:09] "GET /network-policy/c802ac41-898f-48ee-ad0a-02c5f0499e4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003987 10.0.0.73 - - [2025-10-16 02:20:09] "DELETE /route-target/516b99bf-e37e-46c2-99c7-35bb01cbba58 HTTP/1.1" 200 115 0.015847 10.0.0.73 - - [2025-10-16 02:20:09] "POST /ref-update HTTP/1.1" 200 156 0.026886 10.0.0.73 - - [2025-10-16 02:20:09] "DELETE /routing-instance/d63d789e-717c-4ce7-92a7-9766f7ee0567 HTTP/1.1" 200 115 0.048197 10.0.0.73 - - [2025-10-16 02:20:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003391 10.0.0.73 - - [2025-10-16 02:20:10] "POST /neutron/network HTTP/1.1" 200 833 0.007527 10.0.0.73 - - [2025-10-16 02:20:10] "GET /virtual-network/c398a919-8422-4bda-8540-54c294ff99ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005805 10.0.0.73 - - [2025-10-16 02:20:10] "DELETE /route-target/3f6fef32-aa97-4cc6-8e19-6e7ebffbace6 HTTP/1.1" 200 115 0.016034 10.0.0.73 - - [2025-10-16 02:20:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002533 10.0.0.73 - - [2025-10-16 02:20:10] "DELETE /access-control-list/68309b64-feb5-4918-815f-1983fdfc36ad HTTP/1.1" 200 115 0.025259 10.0.0.73 - - [2025-10-16 02:20:10] "GET /network-policy/c802ac41-898f-48ee-ad0a-02c5f0499e4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.004563 10.0.0.73 - - [2025-10-16 02:20:10] "DELETE /network-policy/c802ac41-898f-48ee-ad0a-02c5f0499e4c HTTP/1.1" 200 115 0.021455 10.0.0.73 - - [2025-10-16 02:20:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002942 10.0.0.73 - - [2025-10-16 02:20:10] "DELETE /service-instance/bf9811d2-9c3f-4ee9-8bc0-28f5f16f2ff4 HTTP/1.1" 200 115 0.042314 10.0.0.73 - - [2025-10-16 02:20:10] "GET /domains HTTP/1.1" 200 280 0.002886 10.0.0.73 - - [2025-10-16 02:20:10] "POST /ref-update HTTP/1.1" 200 156 0.010434 10.0.0.73 - - [2025-10-16 02:20:10] "GET /domains?obj_uuids=61b1a5e4-4f17-4839-837e-aba6307473a6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001902 10.0.0.73 - - [2025-10-16 02:20:10] "GET /domain/61b1a5e4-4f17-4839-837e-aba6307473a6 HTTP/1.1" 200 2770 0.015772 10.0.0.73 - - [2025-10-16 02:20:10] "GET /projects?obj_uuids=799ce583-57b1-4c49-9601-e75d38302f2d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001431 10.0.0.73 - - [2025-10-16 02:20:10] "DELETE /instance-ip/e5e45f2c-a7e5-43cb-ba73-041f6d603cba HTTP/1.1" 200 115 0.030132 10.0.0.73 - - [2025-10-16 02:20:10] "POST /ref-update HTTP/1.1" 200 156 0.009729 10.0.0.73 - - [2025-10-16 02:20:10] "GET /project/799ce583-57b1-4c49-9601-e75d38302f2d HTTP/1.1" 200 3769 0.066520 10.0.0.73 - - [2025-10-16 02:20:10] "GET /virtual-machine/a7248c99-f1f4-4643-b579-58ee706a707e HTTP/1.1" 200 1803 0.003091 10.0.0.73 - - [2025-10-16 02:20:10] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002760 10.0.0.73 - - [2025-10-16 02:20:10] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.001729 10.0.0.73 - - [2025-10-16 02:20:10] "DELETE /instance-ip/712342e4-1a78-4da8-bee2-5a8289da7215 HTTP/1.1" 200 115 0.021894 10.0.0.73 - - [2025-10-16 02:20:10] "POST /ref-update HTTP/1.1" 200 156 0.010533 10.0.0.73 - - [2025-10-16 02:20:10] "DELETE /instance-ip/3e9b2df6-3f2a-46ae-9037-ebf221b00547 HTTP/1.1" 200 115 0.020431 10.0.0.73 - - [2025-10-16 02:20:10] "POST /ref-update HTTP/1.1" 200 156 0.009552 10.0.0.73 - - [2025-10-16 02:20:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003360 10.0.0.73 - - [2025-10-16 02:20:10] "DELETE /service-template/6b0d2cb4-715e-4d67-93df-1e35365bc2da HTTP/1.1" 200 115 0.034140 10.0.0.73 - - [2025-10-16 02:20:10] "POST /fqname-to-id HTTP/1.1" 404 193 0.005989 10.0.0.73 - - [2025-10-16 02:20:10] "DELETE /instance-ip/f579bc33-ad3b-470c-8981-6ac6278da069 HTTP/1.1" 200 115 0.031081 10.0.0.73 - - [2025-10-16 02:20:10] "POST /ref-update HTTP/1.1" 200 156 0.008379 10.0.0.73 - - [2025-10-16 02:20:10] "DELETE /instance-ip/d2d1b669-bf52-4e99-a99d-9c75dc6c3bce HTTP/1.1" 200 115 0.019197 10.0.0.73 - - [2025-10-16 02:20:10] "POST /ref-update HTTP/1.1" 200 156 0.008318 10.0.0.73 - - [2025-10-16 02:20:10] "DELETE /instance-ip/36e5b164-a845-4fe1-82b3-1bdd7e096e52 HTTP/1.1" 200 115 0.036599 10.0.0.73 - - [2025-10-16 02:20:10] "POST /neutron/network HTTP/1.1" 200 834 0.008121 10.0.0.73 - - [2025-10-16 02:20:10] "POST /neutron/network HTTP/1.1" 400 204 0.011169 10.0.0.73 - - [2025-10-16 02:20:11] "POST /neutron/port HTTP/1.1" 200 1086 0.013671 10.0.0.73 - - [2025-10-16 02:20:11] "POST /neutron/port HTTP/1.1" 200 1112 0.010235 10.0.0.73 - - [2025-10-16 02:20:11] "POST /neutron/port HTTP/1.1" 200 1087 0.014712 10.0.0.73 - - [2025-10-16 02:20:11] "POST /neutron/port HTTP/1.1" 200 1113 0.013315 10.0.0.73 - - [2025-10-16 02:20:11] "POST /neutron/port HTTP/1.1" 200 151 0.138690 10.0.0.73 - - [2025-10-16 02:20:11] "POST /neutron/port HTTP/1.1" 200 3027 0.028376 10.0.0.73 - - [2025-10-16 02:20:11] "POST /neutron/port HTTP/1.1" 200 151 0.137305 10.0.0.73 - - [2025-10-16 02:20:11] "POST /neutron/port HTTP/1.1" 200 1112 0.009246 10.0.0.73 - - [2025-10-16 02:20:11] "POST /neutron/port HTTP/1.1" 200 151 0.101770 10.0.0.73 - - [2025-10-16 02:20:11] "POST /neutron/port HTTP/1.1" 200 1113 0.009636 10.0.0.73 - - [2025-10-16 02:20:11] "POST /neutron/port HTTP/1.1" 200 151 0.104769 10.0.0.73 - - [2025-10-16 02:20:11] "POST /neutron/port HTTP/1.1" 200 1113 0.009434 10.0.0.73 - - [2025-10-16 02:20:11] "POST /neutron/port HTTP/1.1" 200 151 0.109739 10.0.0.73 - - [2025-10-16 02:20:12] "POST /neutron/network HTTP/1.1" 200 834 0.005638 10.0.0.73 - - [2025-10-16 02:20:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004507 10.0.0.73 - - [2025-10-16 02:20:13] "POST /useragent-kv HTTP/1.1" 200 115 0.003001 10.0.0.73 - - [2025-10-16 02:20:13] "POST /useragent-kv HTTP/1.1" 200 115 0.003997 10.0.0.73 - - [2025-10-16 02:20:13] "POST /neutron/network HTTP/1.1" 200 151 0.104400 10.0.0.73 - - [2025-10-16 02:20:13] "GET /routing-instance/67f28036-828a-49eb-9645-f38a11523d04 HTTP/1.1" 404 171 0.002916 10.0.0.73 - - [2025-10-16 02:20:13] "DELETE /route-target/d4eba5ab-9f3d-449f-8582-dc2fd30e50e0 HTTP/1.1" 200 115 0.022191 10.0.0.73 - - [2025-10-16 02:20:13] "GET /domains HTTP/1.1" 200 280 0.003901 10.0.0.73 - - [2025-10-16 02:20:13] "GET /domains?obj_uuids=61b1a5e4-4f17-4839-837e-aba6307473a6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001202 10.0.0.73 - - [2025-10-16 02:20:13] "GET /domain/61b1a5e4-4f17-4839-837e-aba6307473a6 HTTP/1.1" 200 2570 0.049558 10.0.0.73 - - [2025-10-16 02:20:13] "GET /projects?obj_uuids=799ce583-57b1-4c49-9601-e75d38302f2d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001143 10.0.0.73 - - [2025-10-16 02:20:13] "GET /project/799ce583-57b1-4c49-9601-e75d38302f2d HTTP/1.1" 200 2308 0.069733 10.0.0.73 - - [2025-10-16 02:20:13] "POST /neutron/network HTTP/1.1" 200 833 0.006813 10.0.0.73 - - [2025-10-16 02:20:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004519 10.0.0.73 - - [2025-10-16 02:20:13] "POST /useragent-kv HTTP/1.1" 200 115 0.002371 10.0.0.73 - - [2025-10-16 02:20:13] "POST /useragent-kv HTTP/1.1" 200 115 0.002512 10.0.0.73 - - [2025-10-16 02:20:13] "POST /neutron/network HTTP/1.1" 200 151 0.092435 10.0.0.73 - - [2025-10-16 02:20:13] "DELETE /route-target/9d2313e5-f822-4253-a19f-673197990fcf HTTP/1.1" 200 115 0.016851 10.0.0.73 - - [2025-10-16 02:20:13] "GET /routing-instance/6a0863fb-f9b3-4ba6-92bd-e07ff3559809 HTTP/1.1" 404 171 0.003517 10.0.0.73 - - [2025-10-16 02:20:13] "GET /domains HTTP/1.1" 200 280 0.002404 10.0.0.73 - - [2025-10-16 02:20:13] "GET /domains?obj_uuids=61b1a5e4-4f17-4839-837e-aba6307473a6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001023 10.0.0.73 - - [2025-10-16 02:20:13] "GET /domain/61b1a5e4-4f17-4839-837e-aba6307473a6 HTTP/1.1" 200 2570 0.047075 10.0.0.73 - - [2025-10-16 02:20:13] "GET /projects?obj_uuids=799ce583-57b1-4c49-9601-e75d38302f2d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001697 10.0.0.73 - - [2025-10-16 02:20:13] "GET /project/799ce583-57b1-4c49-9601-e75d38302f2d HTTP/1.1" 200 2090 0.071197 10.0.0.73 - - [2025-10-16 02:20:13] "POST /neutron/network HTTP/1.1" 200 833 0.005511 10.0.0.73 - - [2025-10-16 02:20:13] "POST /useragent-kv HTTP/1.1" 200 115 0.004273 10.0.0.73 - - [2025-10-16 02:20:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004411 10.0.0.73 - - [2025-10-16 02:20:13] "POST /useragent-kv HTTP/1.1" 200 115 0.001996 10.0.0.73 - - [2025-10-16 02:20:13] "POST /neutron/network HTTP/1.1" 200 151 0.086009 10.0.0.73 - - [2025-10-16 02:20:13] "GET /routing-instance/bd556272-965a-40e3-8cf1-e4387d4dd849 HTTP/1.1" 404 171 0.004638 10.0.0.73 - - [2025-10-16 02:20:13] "GET /domains HTTP/1.1" 200 280 0.004058 10.0.0.73 - - [2025-10-16 02:20:13] "GET /domains?obj_uuids=61b1a5e4-4f17-4839-837e-aba6307473a6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001470 10.0.0.73 - - [2025-10-16 02:20:13] "DELETE /route-target/adc89806-ca3b-4dec-91d4-304dd1f70e83 HTTP/1.1" 200 115 0.032305 10.0.0.73 - - [2025-10-16 02:20:13] "GET /domain/61b1a5e4-4f17-4839-837e-aba6307473a6 HTTP/1.1" 200 2570 0.049009 10.0.0.73 - - [2025-10-16 02:20:13] "GET /projects?obj_uuids=799ce583-57b1-4c49-9601-e75d38302f2d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001166 10.0.0.73 - - [2025-10-16 02:20:13] "GET /project/799ce583-57b1-4c49-9601-e75d38302f2d HTTP/1.1" 200 1850 0.068517 10.0.0.73 - - [2025-10-16 02:20:14] "GET /projects?obj_uuids=799ce583-57b1-4c49-9601-e75d38302f2d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001040 10.0.0.73 - - [2025-10-16 02:20:14] "GET /project/799ce583-57b1-4c49-9601-e75d38302f2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.057099 10.0.0.73 - - [2025-10-16 02:20:14] "GET /projects?obj_uuids=799ce583-57b1-4c49-9601-e75d38302f2d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001051 10.0.0.73 - - [2025-10-16 02:20:14] "GET /project/799ce583-57b1-4c49-9601-e75d38302f2d?fields=virtual_networks HTTP/1.1" 200 1038 0.066924 10.0.0.73 - - [2025-10-16 02:20:14] "GET /projects?obj_uuids=799ce583-57b1-4c49-9601-e75d38302f2d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001034 10.0.0.73 - - [2025-10-16 02:20:14] "GET /project/799ce583-57b1-4c49-9601-e75d38302f2d?fields=virtual_machine_interfaces HTTP/1.1" 200 1038 0.027322 10.0.0.73 - - [2025-10-16 02:20:14] "GET /projects?obj_uuids=799ce583-57b1-4c49-9601-e75d38302f2d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001061 10.0.0.73 - - [2025-10-16 02:20:14] "GET /project/799ce583-57b1-4c49-9601-e75d38302f2d?fields=security_groups HTTP/1.1" 200 1262 0.040938 10.0.0.73 - - [2025-10-16 02:20:15] "POST /fqname-to-id HTTP/1.1" 404 189 0.028526 10.0.0.73 - - [2025-10-16 02:20:15] "GET /projects?obj_uuids=24c44d0a-3160-4f43-9ce1-1543961b5edd&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003210 10.0.0.73 - - [2025-10-16 02:20:15] "GET /domains?obj_uuids=61b1a5e4-4f17-4839-837e-aba6307473a6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001144 10.0.0.73 - - [2025-10-16 02:20:15] "GET /domain/61b1a5e4-4f17-4839-837e-aba6307473a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.035641 10.0.0.73 - - [2025-10-16 02:20:15] "POST /id-to-fqname HTTP/1.1" 200 191 0.001323 10.0.0.73 - - [2025-10-16 02:20:15] "POST /fqname-to-id HTTP/1.1" 404 200 0.003382 10.0.0.73 - - [2025-10-16 02:20:15] "POST /security-groups HTTP/1.1" 200 592 0.063902 10.0.0.73 - - [2025-10-16 02:20:15] "POST /fqname-to-id HTTP/1.1" 404 235 0.002329 10.0.0.73 - - [2025-10-16 02:20:15] "POST /projects HTTP/1.1" 200 587 0.209851 10.0.0.73 - - [2025-10-16 02:20:15] "POST /access-control-lists HTTP/1.1" 200 597 0.059273 10.0.0.73 - - [2025-10-16 02:20:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.278543 10.0.0.73 - - [2025-10-16 02:20:15] "POST /fqname-to-id HTTP/1.1" 404 234 0.003106 10.0.0.73 - - [2025-10-16 02:20:15] "GET /project/24c44d0a-3160-4f43-9ce1-1543961b5edd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.432113 10.0.0.73 - - [2025-10-16 02:20:15] "POST /access-control-lists HTTP/1.1" 200 595 0.057390 10.0.0.73 - - [2025-10-16 02:20:16] "GET / HTTP/1.1" 200 35931 0.002167 10.0.0.73 - - [2025-10-16 02:20:17] "GET /project/24c44d0a-3160-4f43-9ce1-1543961b5edd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000479 10.0.0.73 - - [2025-10-16 02:20:18] "GET /projects?obj_uuids=24c44d0a-3160-4f43-9ce1-1543961b5edd&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001222 10.0.0.73 - - [2025-10-16 02:20:18] "GET /project/24c44d0a-3160-4f43-9ce1-1543961b5edd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.051036 10.0.0.73 - - [2025-10-16 02:20:18] "POST /fqname-to-id HTTP/1.1" 404 180 0.002508 10.0.0.73 - - [2025-10-16 02:20:18] "POST /virtual-DNSs HTTP/1.1" 200 507 0.020811 10.0.0.73 - - [2025-10-16 02:20:18] "GET /virtual-DNS/957a797f-e0b5-494e-ba87-7203d7e8fe91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.005008 10.0.0.73 - - [2025-10-16 02:20:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003268 10.0.0.73 - - [2025-10-16 02:20:18] "GET /virtual-DNS/957a797f-e0b5-494e-ba87-7203d7e8fe91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.004057 10.0.0.73 - - [2025-10-16 02:20:18] "GET /domains HTTP/1.1" 401 292 0.000511 10.0.0.73 - - [2025-10-16 02:20:18] "GET /domains HTTP/1.1" 200 280 0.027675 10.0.0.73 - - [2025-10-16 02:20:18] "GET /domains?obj_uuids=61b1a5e4-4f17-4839-837e-aba6307473a6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000968 10.0.0.73 - - [2025-10-16 02:20:18] "GET /domain/61b1a5e4-4f17-4839-837e-aba6307473a6 HTTP/1.1" 200 2957 0.007760 10.0.0.73 - - [2025-10-16 02:20:18] "GET /virtual-DNS/957a797f-e0b5-494e-ba87-7203d7e8fe91 HTTP/1.1" 200 1438 0.003418 10.0.0.73 - - [2025-10-16 02:20:18] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.002084 10.0.0.73 - - [2025-10-16 02:20:18] "POST /network-ipams HTTP/1.1" 200 514 0.015935 10.0.0.73 - - [2025-10-16 02:20:18] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 751 0.003527 10.0.0.73 - - [2025-10-16 02:20:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003210 10.0.0.73 - - [2025-10-16 02:20:18] "GET /network-ipam/2a29dacb-4c08-48e8-b4d8-53d24248e0dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.005167 10.0.0.73 - - [2025-10-16 02:20:19] "PUT /network-ipam/2a29dacb-4c08-48e8-b4d8-53d24248e0dc HTTP/1.1" 200 258 0.011578 10.0.0.73 - - [2025-10-16 02:20:19] "POST /ref-update HTTP/1.1" 200 156 0.009232 10.0.0.73 - - [2025-10-16 02:20:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003010 10.0.0.73 - - [2025-10-16 02:20:19] "GET /projects?obj_uuids=24c44d0a-3160-4f43-9ce1-1543961b5edd&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001061 10.0.0.73 - - [2025-10-16 02:20:19] "GET /project/24c44d0a-3160-4f43-9ce1-1543961b5edd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.029225 10.0.0.73 - - [2025-10-16 02:20:19] "POST /neutron/network HTTP/1.1" 200 117 0.034813 10.0.0.73 - - [2025-10-16 02:20:19] "GET /projects?obj_uuids=24c44d0a-3160-4f43-9ce1-1543961b5edd&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001152 10.0.0.73 - - [2025-10-16 02:20:19] "POST /neutron/network HTTP/1.1" 200 618 0.077436 10.0.0.73 - - [2025-10-16 02:20:19] "POST /route-targets HTTP/1.1" 200 327 0.013855 10.0.0.73 - - [2025-10-16 02:20:19] "POST /ref-update HTTP/1.1" 200 156 0.011827 10.0.0.73 - - [2025-10-16 02:20:19] "POST /useragent-kv HTTP/1.1" 200 115 0.006711 10.0.0.73 - - [2025-10-16 02:20:19] "POST /neutron/subnet HTTP/1.1" 200 711 0.219600 10.0.0.73 - - [2025-10-16 02:20:19] "POST /neutron/network HTTP/1.1" 200 833 0.004964 10.0.0.73 - - [2025-10-16 02:20:19] "POST /id-to-fqname HTTP/1.1" 200 227 0.001214 10.0.0.73 - - [2025-10-16 02:20:19] "GET /virtual-network/be1e7cca-d9b8-4c18-9805-1dc68dbd32d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005177 10.0.0.73 - - [2025-10-16 02:20:19] "POST /neutron/network HTTP/1.1" 200 833 0.006555 10.0.0.73 - - [2025-10-16 02:20:19] "GET /virtual-network/be1e7cca-d9b8-4c18-9805-1dc68dbd32d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005062 10.0.0.73 - - [2025-10-16 02:20:19] "POST /neutron/network HTTP/1.1" 200 833 0.007377 10.0.0.73 - - [2025-10-16 02:20:19] "POST /neutron/subnet HTTP/1.1" 200 711 0.008096 10.0.0.73 - - [2025-10-16 02:20:19] "POST /neutron/network HTTP/1.1" 200 807 0.012317 10.0.0.73 - - [2025-10-16 02:20:19] "POST /neutron/network HTTP/1.1" 200 833 0.006228 10.0.0.73 - - [2025-10-16 02:20:19] "POST /id-to-fqname HTTP/1.1" 200 227 0.001180 10.0.0.73 - - [2025-10-16 02:20:20] "POST /neutron/network HTTP/1.1" 200 843 0.006767 10.0.0.73 - - [2025-10-16 02:20:20] "GET /aaa-mode HTTP/1.1" 401 292 0.000682 10.0.0.73 - - [2025-10-16 02:20:20] "GET / HTTP/1.1" 200 35931 0.001650 10.0.0.73 - - [2025-10-16 02:20:20] "GET /project/24c44d0a-3160-4f43-9ce1-1543961b5edd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000360 10.0.0.73 - - [2025-10-16 02:20:20] "GET /projects?obj_uuids=24c44d0a-3160-4f43-9ce1-1543961b5edd&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000988 10.0.0.73 - - [2025-10-16 02:20:20] "GET /project/24c44d0a-3160-4f43-9ce1-1543961b5edd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.046600 10.0.0.73 - - [2025-10-16 02:20:20] "POST /neutron/network HTTP/1.1" 200 833 0.031881 10.0.0.73 - - [2025-10-16 02:20:21] "POST /neutron/port HTTP/1.1" 200 117 0.005537 10.0.0.73 - - [2025-10-16 02:20:21] "POST /neutron/port HTTP/1.1" 200 117 0.005314 10.0.0.73 - - [2025-10-16 02:20:21] "POST /neutron/port HTTP/1.1" 200 117 0.005702 10.0.0.73 - - [2025-10-16 02:20:21] "POST /neutron/network HTTP/1.1" 200 843 0.006151 10.0.0.73 - - [2025-10-16 02:20:21] "GET /projects?obj_uuids=24c44d0a-3160-4f43-9ce1-1543961b5edd&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001199 10.0.0.73 - - [2025-10-16 02:20:21] "POST /neutron/port HTTP/1.1" 200 1058 0.204660 10.0.0.73 - - [2025-10-16 02:20:21] "POST /neutron/port HTTP/1.1" 200 1058 0.039916 10.0.0.73 - - [2025-10-16 02:20:21] "POST /neutron/port HTTP/1.1" 200 1058 0.008122 10.0.0.73 - - [2025-10-16 02:20:21] "POST /neutron/port HTTP/1.1" 200 1112 0.062825 10.0.0.73 - - [2025-10-16 02:20:21] "POST /neutron/port HTTP/1.1" 200 1086 0.010574 10.0.0.73 - - [2025-10-16 02:20:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003662 10.0.0.73 - - [2025-10-16 02:20:22] "POST /neutron/subnet HTTP/1.1" 200 685 0.006802 10.0.0.73 - - [2025-10-16 02:20:22] "POST /neutron/port HTTP/1.1" 200 117 0.001197 10.0.0.73 - - [2025-10-16 02:20:22] "POST /neutron/network HTTP/1.1" 200 833 0.005636 10.0.0.73 - - [2025-10-16 02:20:26] "POST /neutron/port HTTP/1.1" 200 1086 0.013525 10.0.0.73 - - [2025-10-16 02:20:26] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007687 10.0.0.73 - - [2025-10-16 02:20:26] "POST /neutron/port HTTP/1.1" 200 1086 0.010685 10.0.0.73 - - [2025-10-16 02:20:26] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007736 10.0.0.73 - - [2025-10-16 02:20:26] "POST /neutron/port HTTP/1.1" 200 1086 0.011093 10.0.0.73 - - [2025-10-16 02:20:26] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006368 10.0.0.73 - - [2025-10-16 02:20:26] "GET /virtual-machine/60ac35bb-0b80-4502-89e0-a82a42484ecb HTTP/1.1" 200 1292 0.004650 10.0.0.73 - - [2025-10-16 02:20:26] "GET /virtual-machine-interface/6d93a02d-460e-4fc0-9ac3-e8d11a76b188 HTTP/1.1" 200 2963 0.005240 10.0.0.73 - - [2025-10-16 02:20:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002867 10.0.0.73 - - [2025-10-16 02:20:26] "GET /global-vrouter-config/9841bc1a-9304-496a-8e13-ee37ad0d925c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002917 10.0.0.73 - - [2025-10-16 02:20:26] "GET /virtual-networks?parent_id=24c44d0a-3160-4f43-9ce1-1543961b5edd&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003072 10.0.0.73 - - [2025-10-16 02:20:26] "GET /virtual-network/be1e7cca-d9b8-4c18-9805-1dc68dbd32d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006064 10.0.0.73 - - [2025-10-16 02:20:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003294 10.0.0.73 - - [2025-10-16 02:20:29] "GET /virtual-network/be1e7cca-d9b8-4c18-9805-1dc68dbd32d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005164 10.0.0.73 - - [2025-10-16 02:20:31] "POST /neutron/port HTTP/1.1" 200 1086 0.036909 10.0.0.73 - - [2025-10-16 02:20:31] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005500 10.0.0.73 - - [2025-10-16 02:20:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003220 10.0.0.73 - - [2025-10-16 02:20:31] "GET /global-vrouter-config/9841bc1a-9304-496a-8e13-ee37ad0d925c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003066 10.0.0.73 - - [2025-10-16 02:20:31] "GET /virtual-networks?parent_id=24c44d0a-3160-4f43-9ce1-1543961b5edd&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002955 10.0.0.73 - - [2025-10-16 02:20:31] "GET /virtual-network/be1e7cca-d9b8-4c18-9805-1dc68dbd32d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005742 10.0.0.73 - - [2025-10-16 02:20:32] "DELETE /project/24c44d0a31604f439ce11543961b5edd HTTP/1.1" 404 173 0.004377 10.0.0.73 - - [2025-10-16 02:20:32] "GET /projects?obj_uuids=799ce583-57b1-4c49-9601-e75d38302f2d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000836 10.0.0.73 - - [2025-10-16 02:20:32] "GET /project/799ce583-57b1-4c49-9601-e75d38302f2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1470 0.025448 10.0.0.73 - - [2025-10-16 02:20:32] "GET /projects?obj_uuids=799ce583-57b1-4c49-9601-e75d38302f2d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000957 10.0.0.73 - - [2025-10-16 02:20:32] "GET /project/799ce583-57b1-4c49-9601-e75d38302f2d?fields=security_groups HTTP/1.1" 200 1367 0.066525 10.0.0.73 - - [2025-10-16 02:20:32] "DELETE /security-group/298441ab-d187-4a5c-9229-bfead1bb35b7 HTTP/1.1" 200 115 0.039868 10.0.0.73 - - [2025-10-16 02:20:32] "GET /projects?obj_uuids=799ce583-57b1-4c49-9601-e75d38302f2d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001048 10.0.0.73 - - [2025-10-16 02:20:32] "DELETE /access-control-list/c8a97595-8687-469d-8f55-8bf28c547e15 HTTP/1.1" 200 115 0.029788 10.0.0.73 - - [2025-10-16 02:20:32] "GET /project/799ce583-57b1-4c49-9601-e75d38302f2d?fields=application_policy_sets HTTP/1.1" 200 1406 0.033516 10.0.0.73 - - [2025-10-16 02:20:32] "DELETE /access-control-list/9ff0e77b-b375-4b8f-a0b2-a50c12ea6493 HTTP/1.1" 200 115 0.028409 10.0.0.73 - - [2025-10-16 02:20:32] "DELETE /project/799ce583-57b1-4c49-9601-e75d38302f2d HTTP/1.1" 200 115 0.318746 10.0.0.73 - - [2025-10-16 02:20:36] "POST /neutron/network HTTP/1.1" 200 807 0.012014 10.0.0.73 - - [2025-10-16 02:20:36] "POST /neutron/network HTTP/1.1" 200 833 0.005708 10.0.0.73 - - [2025-10-16 02:20:36] "POST /id-to-fqname HTTP/1.1" 200 227 0.001298 10.0.0.73 - - [2025-10-16 02:20:36] "POST /neutron/port HTTP/1.1" 200 1086 0.010697 10.0.0.73 - - [2025-10-16 02:20:36] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006425 10.0.0.73 - - [2025-10-16 02:20:36] "POST /neutron/network HTTP/1.1" 200 843 0.005266 10.0.0.73 - - [2025-10-16 02:20:36] "GET /aaa-mode HTTP/1.1" 401 292 0.000420 10.0.0.73 - - [2025-10-16 02:20:36] "GET / HTTP/1.1" 200 35931 0.004309 10.0.0.73 - - [2025-10-16 02:20:36] "GET /project/24c44d0a-3160-4f43-9ce1-1543961b5edd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000548 10.0.0.73 - - [2025-10-16 02:20:37] "GET /projects?obj_uuids=24c44d0a-3160-4f43-9ce1-1543961b5edd&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001296 10.0.0.73 - - [2025-10-16 02:20:37] "GET /project/24c44d0a-3160-4f43-9ce1-1543961b5edd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.054898 10.0.0.73 - - [2025-10-16 02:20:37] "POST /neutron/network HTTP/1.1" 200 833 0.007379 10.0.0.73 - - [2025-10-16 02:20:37] "POST /neutron/port HTTP/1.1" 200 1086 0.025268 10.0.0.73 - - [2025-10-16 02:20:37] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007391 10.0.0.73 - - [2025-10-16 02:20:37] "POST /neutron/port HTTP/1.1" 200 117 0.005351 10.0.0.73 - - [2025-10-16 02:20:37] "POST /neutron/port HTTP/1.1" 200 117 0.005132 10.0.0.73 - - [2025-10-16 02:20:37] "POST /neutron/network HTTP/1.1" 200 843 0.006058 10.0.0.73 - - [2025-10-16 02:20:37] "GET /projects?obj_uuids=24c44d0a-3160-4f43-9ce1-1543961b5edd&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001402 10.0.0.73 - - [2025-10-16 02:20:38] "POST /neutron/port HTTP/1.1" 200 1058 0.202299 10.0.0.73 - - [2025-10-16 02:20:38] "POST /neutron/port HTTP/1.1" 200 1058 0.011107 10.0.0.73 - - [2025-10-16 02:20:38] "POST /neutron/port HTTP/1.1" 200 1058 0.013501 10.0.0.73 - - [2025-10-16 02:20:38] "POST /neutron/port HTTP/1.1" 200 1112 0.063988 10.0.0.73 - - [2025-10-16 02:20:38] "POST /neutron/port HTTP/1.1" 200 1086 0.011575 10.0.0.73 - - [2025-10-16 02:20:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003647 10.0.0.73 - - [2025-10-16 02:20:38] "POST /neutron/subnet HTTP/1.1" 200 685 0.006969 10.0.0.73 - - [2025-10-16 02:20:38] "POST /neutron/port HTTP/1.1" 200 117 0.001493 10.0.0.73 - - [2025-10-16 02:20:38] "POST /neutron/network HTTP/1.1" 200 833 0.005444 10.0.0.73 - - [2025-10-16 02:20:38] "GET /obj-perms HTTP/1.1" 200 5056 0.061606 10.0.0.73 - - [2025-10-16 02:20:39] "GET /obj-perms HTTP/1.1" 200 5056 0.055369 10.0.0.73 - - [2025-10-16 02:20:42] "POST /neutron/port HTTP/1.1" 200 1086 0.011935 10.0.0.73 - - [2025-10-16 02:20:42] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006365 10.0.0.73 - - [2025-10-16 02:20:42] "POST /neutron/port HTTP/1.1" 200 1086 0.015269 10.0.0.73 - - [2025-10-16 02:20:42] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006786 10.0.0.73 - - [2025-10-16 02:20:42] "POST /neutron/port HTTP/1.1" 200 1086 0.011764 10.0.0.73 - - [2025-10-16 02:20:42] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008454 10.0.0.73 - - [2025-10-16 02:20:42] "GET /virtual-machine/eeefcb26-515e-46b5-8b8c-cc92289d43ee HTTP/1.1" 200 1294 0.006044 10.0.0.73 - - [2025-10-16 02:20:42] "GET /virtual-machine-interface/f00f4606-d121-4938-aa49-2b0748caab74 HTTP/1.1" 200 2964 0.005265 10.0.0.73 - - [2025-10-16 02:20:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003071 10.0.0.73 - - [2025-10-16 02:20:42] "GET /global-vrouter-config/9841bc1a-9304-496a-8e13-ee37ad0d925c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004000 10.0.0.73 - - [2025-10-16 02:20:42] "GET /virtual-networks?parent_id=24c44d0a-3160-4f43-9ce1-1543961b5edd&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003352 10.0.0.73 - - [2025-10-16 02:20:43] "GET /virtual-network/be1e7cca-d9b8-4c18-9805-1dc68dbd32d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005870 10.0.0.73 - - [2025-10-16 02:20:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003022 10.0.0.73 - - [2025-10-16 02:20:46] "GET /virtual-network/be1e7cca-d9b8-4c18-9805-1dc68dbd32d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005906 10.0.0.73 - - [2025-10-16 02:20:47] "POST /neutron/port HTTP/1.1" 200 1086 0.010767 10.0.0.73 - - [2025-10-16 02:20:47] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006003 10.0.0.73 - - [2025-10-16 02:20:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003441 10.0.0.73 - - [2025-10-16 02:20:48] "GET /global-vrouter-config/9841bc1a-9304-496a-8e13-ee37ad0d925c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003019 10.0.0.73 - - [2025-10-16 02:20:48] "GET /virtual-networks?parent_id=24c44d0a-3160-4f43-9ce1-1543961b5edd&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002985 10.0.0.73 - - [2025-10-16 02:20:48] "GET /virtual-network/be1e7cca-d9b8-4c18-9805-1dc68dbd32d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005510 10.0.0.73 - - [2025-10-16 02:20:48] "POST /neutron/port HTTP/1.1" 200 1086 0.011034 10.0.0.73 - - [2025-10-16 02:20:48] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004909 10.0.0.73 - - [2025-10-16 02:21:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002806 10.0.0.73 - - [2025-10-16 02:21:00] "DELETE /virtual-DNS/957a797f-e0b5-494e-ba87-7203d7e8fe91 HTTP/1.1" 409 235 0.006236 10.0.0.73 - - [2025-10-16 02:21:00] "POST /fqname-to-id HTTP/1.1" 404 192 0.003187 10.0.0.73 - - [2025-10-16 02:21:00] "POST /virtual-DNS-records HTTP/1.1" 200 531 0.021474 10.0.0.73 - - [2025-10-16 02:21:00] "GET /virtual-DNS-record/1bcd78ea-8aa2-46b3-9535-e71f61bb8d8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.005621 10.0.0.73 - - [2025-10-16 02:21:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003221 10.0.0.73 - - [2025-10-16 02:21:00] "GET /virtual-DNS-record/1bcd78ea-8aa2-46b3-9535-e71f61bb8d8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.003279 10.0.0.73 - - [2025-10-16 02:21:00] "GET /domains HTTP/1.1" 200 280 0.002862 10.0.0.73 - - [2025-10-16 02:21:00] "GET /domains?obj_uuids=61b1a5e4-4f17-4839-837e-aba6307473a6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001104 10.0.0.73 - - [2025-10-16 02:21:00] "GET /domain/61b1a5e4-4f17-4839-837e-aba6307473a6 HTTP/1.1" 200 2773 0.008227 10.0.0.73 - - [2025-10-16 02:21:00] "GET /virtual-DNS/957a797f-e0b5-494e-ba87-7203d7e8fe91 HTTP/1.1" 200 1907 0.004187 10.0.0.73 - - [2025-10-16 02:21:00] "GET /virtual-DNS-record/1bcd78ea-8aa2-46b3-9535-e71f61bb8d8f HTTP/1.1" 200 1335 0.003148 10.0.0.73 - - [2025-10-16 02:21:06] "DELETE /virtual-DNS-record/1bcd78ea-8aa2-46b3-9535-e71f61bb8d8f HTTP/1.1" 200 115 0.023120 10.0.0.73 - - [2025-10-16 02:21:06] "POST /fqname-to-id HTTP/1.1" 404 184 0.003039 10.0.0.73 - - [2025-10-16 02:21:06] "POST /neutron/network HTTP/1.1" 200 833 0.009636 10.0.0.73 - - [2025-10-16 02:21:06] "POST /neutron/network HTTP/1.1" 400 204 0.011600 10.0.0.73 - - [2025-10-16 02:21:06] "POST /neutron/port HTTP/1.1" 200 1086 0.013689 10.0.0.73 - - [2025-10-16 02:21:06] "POST /neutron/port HTTP/1.1" 200 1112 0.009100 10.0.0.73 - - [2025-10-16 02:21:06] "POST /neutron/port HTTP/1.1" 200 1086 0.011541 10.0.0.73 - - [2025-10-16 02:21:06] "POST /neutron/port HTTP/1.1" 200 1112 0.011625 10.0.0.73 - - [2025-10-16 02:21:06] "POST /neutron/port HTTP/1.1" 200 151 0.109993 10.0.0.73 - - [2025-10-16 02:21:07] "POST /neutron/port HTTP/1.1" 200 151 0.108657 10.0.0.73 - - [2025-10-16 02:21:08] "POST /neutron/network HTTP/1.1" 200 833 0.006144 10.0.0.73 - - [2025-10-16 02:21:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004255 10.0.0.73 - - [2025-10-16 02:21:08] "POST /useragent-kv HTTP/1.1" 200 115 0.003959 10.0.0.73 - - [2025-10-16 02:21:08] "POST /useragent-kv HTTP/1.1" 200 115 0.002145 10.0.0.73 - - [2025-10-16 02:21:08] "POST /neutron/network HTTP/1.1" 200 151 0.208152 10.0.0.73 - - [2025-10-16 02:21:08] "DELETE /route-target/15b88273-a911-4746-a898-bffae29effd9 HTTP/1.1" 200 115 0.045115 10.0.0.73 - - [2025-10-16 02:21:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003714 10.0.0.73 - - [2025-10-16 02:21:08] "DELETE /network-ipam/2a29dacb-4c08-48e8-b4d8-53d24248e0dc HTTP/1.1" 200 115 0.025468 10.0.0.73 - - [2025-10-16 02:21:08] "DELETE /virtual-DNS/957a797f-e0b5-494e-ba87-7203d7e8fe91 HTTP/1.1" 200 115 0.025511 10.0.0.73 - - [2025-10-16 02:21:08] "POST /fqname-to-id HTTP/1.1" 404 180 0.002800 10.0.0.73 - - [2025-10-16 02:21:08] "GET /domains HTTP/1.1" 200 280 0.003294 10.0.0.73 - - [2025-10-16 02:21:08] "GET /domains?obj_uuids=61b1a5e4-4f17-4839-837e-aba6307473a6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001121 10.0.0.73 - - [2025-10-16 02:21:08] "GET /domain/61b1a5e4-4f17-4839-837e-aba6307473a6 HTTP/1.1" 200 2573 0.009490 10.0.0.73 - - [2025-10-16 02:21:09] "GET /projects?obj_uuids=24c44d0a-3160-4f43-9ce1-1543961b5edd&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001001 10.0.0.73 - - [2025-10-16 02:21:09] "GET /project/24c44d0a-3160-4f43-9ce1-1543961b5edd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.026529 10.0.0.73 - - [2025-10-16 02:21:09] "GET /projects?obj_uuids=24c44d0a-3160-4f43-9ce1-1543961b5edd&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001112 10.0.0.73 - - [2025-10-16 02:21:09] "GET /project/24c44d0a-3160-4f43-9ce1-1543961b5edd?fields=virtual_networks HTTP/1.1" 200 1044 0.078319 10.0.0.73 - - [2025-10-16 02:21:09] "GET /projects?obj_uuids=24c44d0a-3160-4f43-9ce1-1543961b5edd&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001431 10.0.0.73 - - [2025-10-16 02:21:09] "GET /project/24c44d0a-3160-4f43-9ce1-1543961b5edd?fields=virtual_machine_interfaces HTTP/1.1" 200 1044 0.029092 10.0.0.73 - - [2025-10-16 02:21:09] "GET /projects?obj_uuids=24c44d0a-3160-4f43-9ce1-1543961b5edd&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001422 10.0.0.73 - - [2025-10-16 02:21:09] "GET /project/24c44d0a-3160-4f43-9ce1-1543961b5edd?fields=security_groups HTTP/1.1" 200 1271 0.026021 10.0.0.73 - - [2025-10-16 02:21:10] "POST /fqname-to-id HTTP/1.1" 404 189 0.030377 10.0.0.73 - - [2025-10-16 02:21:10] "GET /projects?obj_uuids=2f75a7f2-fa0c-4c18-83b4-513703088601&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003163 10.0.0.73 - - [2025-10-16 02:21:10] "GET /domains?obj_uuids=61b1a5e4-4f17-4839-837e-aba6307473a6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000946 10.0.0.73 - - [2025-10-16 02:21:10] "GET /domain/61b1a5e4-4f17-4839-837e-aba6307473a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006932 10.0.0.73 - - [2025-10-16 02:21:10] "POST /id-to-fqname HTTP/1.1" 200 191 0.001536 10.0.0.73 - - [2025-10-16 02:21:10] "POST /fqname-to-id HTTP/1.1" 404 200 0.003046 10.0.0.73 - - [2025-10-16 02:21:10] "POST /security-groups HTTP/1.1" 200 592 0.064057 10.0.0.73 - - [2025-10-16 02:21:10] "POST /fqname-to-id HTTP/1.1" 404 235 0.006163 10.0.0.73 - - [2025-10-16 02:21:10] "POST /projects HTTP/1.1" 200 587 0.208246 10.0.0.73 - - [2025-10-16 02:21:10] "POST /access-control-lists HTTP/1.1" 200 597 0.057436 10.0.0.73 - - [2025-10-16 02:21:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.280818 10.0.0.73 - - [2025-10-16 02:21:10] "POST /fqname-to-id HTTP/1.1" 404 234 0.003506 10.0.0.73 - - [2025-10-16 02:21:10] "GET /project/2f75a7f2-fa0c-4c18-83b4-513703088601?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.399400 10.0.0.73 - - [2025-10-16 02:21:10] "POST /access-control-lists HTTP/1.1" 200 595 0.060529 10.0.0.73 - - [2025-10-16 02:21:11] "GET / HTTP/1.1" 200 35931 0.002047 10.0.0.73 - - [2025-10-16 02:21:12] "POST /fqname-to-id HTTP/1.1" 401 292 0.000627 10.0.0.73 - - [2025-10-16 02:21:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.061469 10.0.0.73 - - [2025-10-16 02:21:12] "GET /projects?obj_uuids=2f75a7f2-fa0c-4c18-83b4-513703088601&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001045 10.0.0.73 - - [2025-10-16 02:21:12] "GET /project/2f75a7f2-fa0c-4c18-83b4-513703088601?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.020736 10.0.0.73 - - [2025-10-16 02:21:13] "POST /neutron/network HTTP/1.1" 200 117 0.034081 10.0.0.73 - - [2025-10-16 02:21:13] "GET /projects?obj_uuids=2f75a7f2-fa0c-4c18-83b4-513703088601&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001371 10.0.0.73 - - [2025-10-16 02:21:13] "POST /neutron/network HTTP/1.1" 200 606 0.079866 10.0.0.73 - - [2025-10-16 02:21:13] "POST /route-targets HTTP/1.1" 200 327 0.012102 10.0.0.73 - - [2025-10-16 02:21:13] "POST /ref-update HTTP/1.1" 200 156 0.011681 10.0.0.73 - - [2025-10-16 02:21:13] "POST /useragent-kv HTTP/1.1" 200 115 0.003350 10.0.0.73 - - [2025-10-16 02:21:13] "POST /neutron/subnet HTTP/1.1" 200 724 0.143383 10.0.0.73 - - [2025-10-16 02:21:13] "POST /neutron/network HTTP/1.1" 200 825 0.005366 10.0.0.73 - - [2025-10-16 02:21:13] "POST /id-to-fqname HTTP/1.1" 200 221 0.001941 10.0.0.73 - - [2025-10-16 02:21:13] "GET /virtual-network/bb2c3df6-dce6-4587-be4d-a961166da53d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005234 10.0.0.73 - - [2025-10-16 02:21:13] "POST /neutron/network HTTP/1.1" 200 825 0.008997 10.0.0.73 - - [2025-10-16 02:21:13] "GET /virtual-network/bb2c3df6-dce6-4587-be4d-a961166da53d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005438 10.0.0.73 - - [2025-10-16 02:21:13] "POST /neutron/network HTTP/1.1" 200 825 0.006562 10.0.0.73 - - [2025-10-16 02:21:13] "POST /neutron/subnet HTTP/1.1" 200 724 0.006527 10.0.0.73 - - [2025-10-16 02:21:13] "POST /id-to-fqname HTTP/1.1" 200 221 0.001154 10.0.0.73 - - [2025-10-16 02:21:13] "POST /neutron/network HTTP/1.1" 200 835 0.005693 10.0.0.73 - - [2025-10-16 02:21:13] "GET /aaa-mode HTTP/1.1" 401 292 0.000376 10.0.0.73 - - [2025-10-16 02:21:14] "GET / HTTP/1.1" 200 35931 0.001812 10.0.0.73 - - [2025-10-16 02:21:14] "GET /project/2f75a7f2-fa0c-4c18-83b4-513703088601?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000387 10.0.0.73 - - [2025-10-16 02:21:14] "GET /projects?obj_uuids=2f75a7f2-fa0c-4c18-83b4-513703088601&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001173 10.0.0.73 - - [2025-10-16 02:21:14] "GET /project/2f75a7f2-fa0c-4c18-83b4-513703088601?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.046032 10.0.0.73 - - [2025-10-16 02:21:14] "POST /neutron/network HTTP/1.1" 200 825 0.006160 10.0.0.73 - - [2025-10-16 02:21:14] "POST /neutron/port HTTP/1.1" 200 117 0.007005 10.0.0.73 - - [2025-10-16 02:21:14] "POST /neutron/port HTTP/1.1" 200 117 0.005103 10.0.0.73 - - [2025-10-16 02:21:14] "POST /id-to-fqname HTTP/1.1" 200 221 0.001355 10.0.0.73 - - [2025-10-16 02:21:14] "POST /neutron/port HTTP/1.1" 200 117 0.004898 10.0.0.73 - - [2025-10-16 02:21:14] "POST /neutron/network HTTP/1.1" 200 835 0.005757 10.0.0.73 - - [2025-10-16 02:21:14] "GET /aaa-mode HTTP/1.1" 401 292 0.000412 10.0.0.73 - - [2025-10-16 02:21:15] "POST /neutron/network HTTP/1.1" 200 835 0.005578 10.0.0.73 - - [2025-10-16 02:21:15] "GET /projects?obj_uuids=2f75a7f2-fa0c-4c18-83b4-513703088601&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001123 10.0.0.73 - - [2025-10-16 02:21:15] "GET / HTTP/1.1" 200 35931 0.001595 10.0.0.73 - - [2025-10-16 02:21:15] "GET /project/2f75a7f2-fa0c-4c18-83b4-513703088601?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000374 10.0.0.73 - - [2025-10-16 02:21:15] "POST /neutron/port HTTP/1.1" 200 1061 0.233474 10.0.0.73 - - [2025-10-16 02:21:15] "POST /neutron/port HTTP/1.1" 200 1061 0.009234 10.0.0.73 - - [2025-10-16 02:21:15] "POST /neutron/port HTTP/1.1" 200 1061 0.008048 10.0.0.73 - - [2025-10-16 02:21:15] "POST /neutron/port HTTP/1.1" 200 1115 0.057172 10.0.0.73 - - [2025-10-16 02:21:15] "POST /neutron/port HTTP/1.1" 200 1089 0.010325 10.0.0.73 - - [2025-10-16 02:21:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003539 10.0.0.73 - - [2025-10-16 02:21:15] "POST /neutron/subnet HTTP/1.1" 200 698 0.009722 10.0.0.73 - - [2025-10-16 02:21:15] "POST /neutron/port HTTP/1.1" 200 117 0.001097 10.0.0.73 - - [2025-10-16 02:21:15] "GET /projects?obj_uuids=2f75a7f2-fa0c-4c18-83b4-513703088601&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001132 10.0.0.73 - - [2025-10-16 02:21:15] "POST /neutron/network HTTP/1.1" 200 825 0.005519 10.0.0.73 - - [2025-10-16 02:21:15] "GET /project/2f75a7f2-fa0c-4c18-83b4-513703088601?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.052047 10.0.0.73 - - [2025-10-16 02:21:15] "POST /neutron/network HTTP/1.1" 200 825 0.005633 10.0.0.73 - - [2025-10-16 02:21:15] "POST /neutron/port HTTP/1.1" 200 1089 0.013167 10.0.0.73 - - [2025-10-16 02:21:15] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007850 10.0.0.73 - - [2025-10-16 02:21:15] "POST /neutron/port HTTP/1.1" 200 117 0.009037 10.0.0.73 - - [2025-10-16 02:21:15] "POST /neutron/port HTTP/1.1" 200 1089 0.013970 10.0.0.73 - - [2025-10-16 02:21:15] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005792 10.0.0.73 - - [2025-10-16 02:21:16] "POST /neutron/network HTTP/1.1" 200 835 0.005237 10.0.0.73 - - [2025-10-16 02:21:16] "GET /projects?obj_uuids=2f75a7f2-fa0c-4c18-83b4-513703088601&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001565 10.0.0.73 - - [2025-10-16 02:21:16] "POST /neutron/port HTTP/1.1" 200 1061 0.209927 10.0.0.73 - - [2025-10-16 02:21:16] "POST /neutron/port HTTP/1.1" 200 1061 0.013007 10.0.0.73 - - [2025-10-16 02:21:16] "POST /neutron/port HTTP/1.1" 200 1061 0.009471 10.0.0.73 - - [2025-10-16 02:21:16] "POST /neutron/port HTTP/1.1" 200 1115 0.071901 10.0.0.73 - - [2025-10-16 02:21:16] "POST /neutron/port HTTP/1.1" 200 1089 0.010917 10.0.0.73 - - [2025-10-16 02:21:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002851 10.0.0.73 - - [2025-10-16 02:21:16] "POST /neutron/subnet HTTP/1.1" 200 698 0.007500 10.0.0.73 - - [2025-10-16 02:21:16] "POST /neutron/port HTTP/1.1" 200 117 0.001251 10.0.0.73 - - [2025-10-16 02:21:16] "POST /neutron/network HTTP/1.1" 200 825 0.006569 10.0.0.73 - - [2025-10-16 02:21:19] "POST /neutron/port HTTP/1.1" 200 1089 0.011657 10.0.0.73 - - [2025-10-16 02:21:19] "POST /neutron/port HTTP/1.1" 200 1089 0.011830 10.0.0.73 - - [2025-10-16 02:21:19] "POST /neutron/network HTTP/1.1" 200 835 0.005109 10.0.0.73 - - [2025-10-16 02:21:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004216 10.0.0.73 - - [2025-10-16 02:21:19] "POST /neutron/subnet HTTP/1.1" 200 698 0.005896 10.0.0.73 - - [2025-10-16 02:21:19] "POST /neutron/port HTTP/1.1" 200 117 0.003280 10.0.0.73 - - [2025-10-16 02:21:19] "POST /neutron/network HTTP/1.1" 200 825 0.005933 10.0.0.73 - - [2025-10-16 02:21:20] "POST /neutron/port HTTP/1.1" 200 1089 0.010714 10.0.0.73 - - [2025-10-16 02:21:20] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008085 10.0.0.73 - - [2025-10-16 02:21:21] "POST /neutron/port HTTP/1.1" 200 1089 0.011236 10.0.0.73 - - [2025-10-16 02:21:21] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006192 10.0.0.73 - - [2025-10-16 02:21:21] "POST /neutron/port HTTP/1.1" 200 1089 0.013201 10.0.0.73 - - [2025-10-16 02:21:21] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006037 10.0.0.73 - - [2025-10-16 02:21:21] "GET /virtual-machine/17efbd09-8696-448a-8027-b810a3276ffe HTTP/1.1" 401 292 0.000565 10.0.0.73 - - [2025-10-16 02:21:21] "GET /virtual-machine/17efbd09-8696-448a-8027-b810a3276ffe HTTP/1.1" 200 1292 0.029870 10.0.0.73 - - [2025-10-16 02:21:21] "GET /virtual-machine-interface/683f5805-5bd8-4b0e-8b8a-c3dba7d35ce0 HTTP/1.1" 200 2945 0.004721 10.0.0.73 - - [2025-10-16 02:21:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002857 10.0.0.73 - - [2025-10-16 02:21:21] "GET /global-vrouter-config/9841bc1a-9304-496a-8e13-ee37ad0d925c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004168 10.0.0.73 - - [2025-10-16 02:21:21] "GET /virtual-networks?parent_id=2f75a7f2-fa0c-4c18-83b4-513703088601&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002996 10.0.0.73 - - [2025-10-16 02:21:21] "GET /virtual-network/bb2c3df6-dce6-4587-be4d-a961166da53d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005098 10.0.0.73 - - [2025-10-16 02:21:24] "POST /neutron/port HTTP/1.1" 200 1089 0.011802 10.0.0.73 - - [2025-10-16 02:21:24] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006107 10.0.0.73 - - [2025-10-16 02:21:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003864 10.0.0.73 - - [2025-10-16 02:21:24] "GET /virtual-network/bb2c3df6-dce6-4587-be4d-a961166da53d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005669 10.0.0.73 - - [2025-10-16 02:21:25] "POST /neutron/port HTTP/1.1" 200 1089 0.011600 10.0.0.73 - - [2025-10-16 02:21:25] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005234 10.0.0.73 - - [2025-10-16 02:21:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002894 10.0.0.73 - - [2025-10-16 02:21:26] "GET /global-vrouter-config/9841bc1a-9304-496a-8e13-ee37ad0d925c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002811 10.0.0.73 - - [2025-10-16 02:21:26] "GET /virtual-networks?parent_id=2f75a7f2-fa0c-4c18-83b4-513703088601&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002948 10.0.0.73 - - [2025-10-16 02:21:26] "GET /virtual-network/bb2c3df6-dce6-4587-be4d-a961166da53d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005036 10.0.0.73 - - [2025-10-16 02:21:27] "POST /neutron/port HTTP/1.1" 200 1089 0.014221 10.0.0.73 - - [2025-10-16 02:21:27] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007609 10.0.0.73 - - [2025-10-16 02:21:27] "POST /neutron/port HTTP/1.1" 200 1089 0.013097 10.0.0.73 - - [2025-10-16 02:21:27] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006754 10.0.0.73 - - [2025-10-16 02:21:27] "POST /neutron/port HTTP/1.1" 200 1089 0.011181 10.0.0.73 - - [2025-10-16 02:21:27] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006120 10.0.0.73 - - [2025-10-16 02:21:27] "GET /virtual-machine/4f69f9d8-855f-4503-83e9-42918232a622 HTTP/1.1" 200 1292 0.008243 10.0.0.73 - - [2025-10-16 02:21:27] "GET /virtual-machine-interface/4097a67f-8c64-4e74-9e54-098c1081c00c HTTP/1.1" 200 2945 0.005685 10.0.0.73 - - [2025-10-16 02:21:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003160 10.0.0.73 - - [2025-10-16 02:21:27] "GET /global-vrouter-config/9841bc1a-9304-496a-8e13-ee37ad0d925c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002937 10.0.0.73 - - [2025-10-16 02:21:27] "GET /virtual-networks?parent_id=2f75a7f2-fa0c-4c18-83b4-513703088601&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003494 10.0.0.73 - - [2025-10-16 02:21:27] "GET /virtual-network/bb2c3df6-dce6-4587-be4d-a961166da53d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006362 10.0.0.73 - - [2025-10-16 02:21:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003185 10.0.0.73 - - [2025-10-16 02:21:28] "GET /global-vrouter-config/9841bc1a-9304-496a-8e13-ee37ad0d925c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003591 10.0.0.73 - - [2025-10-16 02:21:28] "GET /virtual-networks?parent_id=2f75a7f2-fa0c-4c18-83b4-513703088601&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003982 10.0.0.73 - - [2025-10-16 02:21:28] "GET /virtual-network/bb2c3df6-dce6-4587-be4d-a961166da53d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005786 10.0.0.73 - - [2025-10-16 02:21:32] "DELETE /project/2f75a7f2fa0c4c1883b4513703088601 HTTP/1.1" 404 173 0.006937 10.0.0.73 - - [2025-10-16 02:21:32] "GET /projects?obj_uuids=24c44d0a-3160-4f43-9ce1-1543961b5edd&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001116 10.0.0.73 - - [2025-10-16 02:21:32] "GET /project/24c44d0a-3160-4f43-9ce1-1543961b5edd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1482 0.028875 10.0.0.73 - - [2025-10-16 02:21:32] "GET /projects?obj_uuids=24c44d0a-3160-4f43-9ce1-1543961b5edd&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000937 10.0.0.73 - - [2025-10-16 02:21:32] "GET /project/24c44d0a-3160-4f43-9ce1-1543961b5edd?fields=security_groups HTTP/1.1" 200 1376 0.069730 10.0.0.73 - - [2025-10-16 02:21:32] "DELETE /security-group/8728f3e7-e989-4ee9-8fc0-ffff4fd452ae HTTP/1.1" 200 115 0.036781 10.0.0.73 - - [2025-10-16 02:21:32] "GET /projects?obj_uuids=24c44d0a-3160-4f43-9ce1-1543961b5edd&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000857 10.0.0.73 - - [2025-10-16 02:21:32] "DELETE /access-control-list/3ae83792-b202-4b4e-b8d5-c9692ede9d4c HTTP/1.1" 200 115 0.023353 10.0.0.73 - - [2025-10-16 02:21:32] "GET /project/24c44d0a-3160-4f43-9ce1-1543961b5edd?fields=application_policy_sets HTTP/1.1" 200 1415 0.027718 10.0.0.73 - - [2025-10-16 02:21:32] "DELETE /access-control-list/9e5adff1-a6f5-442c-a036-277bafeb37f3 HTTP/1.1" 200 115 0.025113 10.0.0.73 - - [2025-10-16 02:21:33] "DELETE /project/24c44d0a-3160-4f43-9ce1-1543961b5edd HTTP/1.1" 200 115 0.309254 10.0.0.73 - - [2025-10-16 02:21:33] "POST /neutron/network HTTP/1.1" 200 825 0.005394 10.0.0.73 - - [2025-10-16 02:21:33] "POST /neutron/network HTTP/1.1" 400 204 0.012153 10.0.0.73 - - [2025-10-16 02:21:34] "POST /neutron/port HTTP/1.1" 200 1089 0.010447 10.0.0.73 - - [2025-10-16 02:21:34] "POST /neutron/port HTTP/1.1" 200 1115 0.009016 10.0.0.73 - - [2025-10-16 02:21:34] "POST /neutron/port HTTP/1.1" 200 1089 0.013164 10.0.0.73 - - [2025-10-16 02:21:34] "POST /neutron/port HTTP/1.1" 200 1115 0.009132 10.0.0.73 - - [2025-10-16 02:21:34] "POST /neutron/port HTTP/1.1" 200 151 0.134115 10.0.0.73 - - [2025-10-16 02:21:34] "POST /neutron/port HTTP/1.1" 200 151 0.119048 10.0.0.73 - - [2025-10-16 02:21:35] "POST /neutron/network HTTP/1.1" 200 825 0.006223 10.0.0.73 - - [2025-10-16 02:21:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003912 10.0.0.73 - - [2025-10-16 02:21:36] "POST /useragent-kv HTTP/1.1" 200 115 0.002079 10.0.0.73 - - [2025-10-16 02:21:36] "POST /useragent-kv HTTP/1.1" 200 115 0.002377 10.0.0.73 - - [2025-10-16 02:21:36] "POST /neutron/network HTTP/1.1" 200 151 0.084041 10.0.0.73 - - [2025-10-16 02:21:36] "DELETE /route-target/cff8bc28-0dc1-4e8d-95ab-88c2988b5173 HTTP/1.1" 200 115 0.012116 10.0.0.73 - - [2025-10-16 02:21:36] "GET /projects?obj_uuids=2f75a7f2-fa0c-4c18-83b4-513703088601&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001467 10.0.0.73 - - [2025-10-16 02:21:36] "GET /project/2f75a7f2-fa0c-4c18-83b4-513703088601?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.032445 10.0.0.73 - - [2025-10-16 02:21:36] "GET /projects?obj_uuids=2f75a7f2-fa0c-4c18-83b4-513703088601&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001059 10.0.0.73 - - [2025-10-16 02:21:36] "GET /project/2f75a7f2-fa0c-4c18-83b4-513703088601?fields=virtual_networks HTTP/1.1" 200 1043 0.071685 10.0.0.73 - - [2025-10-16 02:21:36] "GET /projects?obj_uuids=2f75a7f2-fa0c-4c18-83b4-513703088601&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000994 10.0.0.73 - - [2025-10-16 02:21:36] "GET /project/2f75a7f2-fa0c-4c18-83b4-513703088601?fields=virtual_machine_interfaces HTTP/1.1" 200 1043 0.030133 10.0.0.73 - - [2025-10-16 02:21:36] "GET /projects?obj_uuids=2f75a7f2-fa0c-4c18-83b4-513703088601&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000965 10.0.0.73 - - [2025-10-16 02:21:36] "GET /project/2f75a7f2-fa0c-4c18-83b4-513703088601?fields=security_groups HTTP/1.1" 200 1270 0.024429 10.0.0.73 - - [2025-10-16 02:21:37] "POST /fqname-to-id HTTP/1.1" 404 188 0.023993 10.0.0.73 - - [2025-10-16 02:21:37] "GET /projects?obj_uuids=9b2be689-0ab2-48e9-8a5f-e9e15181e9ed&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002855 10.0.0.73 - - [2025-10-16 02:21:37] "GET /domains?obj_uuids=61b1a5e4-4f17-4839-837e-aba6307473a6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000950 10.0.0.73 - - [2025-10-16 02:21:37] "GET /domain/61b1a5e4-4f17-4839-837e-aba6307473a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006766 10.0.0.73 - - [2025-10-16 02:21:37] "POST /id-to-fqname HTTP/1.1" 200 190 0.001128 10.0.0.73 - - [2025-10-16 02:21:37] "POST /fqname-to-id HTTP/1.1" 404 199 0.002883 10.0.0.73 - - [2025-10-16 02:21:37] "POST /security-groups HTTP/1.1" 200 591 0.060183 10.0.0.73 - - [2025-10-16 02:21:37] "POST /fqname-to-id HTTP/1.1" 404 234 0.003487 10.0.0.73 - - [2025-10-16 02:21:37] "POST /projects HTTP/1.1" 200 585 0.203839 10.0.0.73 - - [2025-10-16 02:21:37] "POST /access-control-lists HTTP/1.1" 200 596 0.056144 10.0.0.73 - - [2025-10-16 02:21:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.276603 10.0.0.73 - - [2025-10-16 02:21:37] "POST /fqname-to-id HTTP/1.1" 404 233 0.003749 10.0.0.73 - - [2025-10-16 02:21:37] "GET /project/9b2be689-0ab2-48e9-8a5f-e9e15181e9ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.397597 10.0.0.73 - - [2025-10-16 02:21:37] "POST /access-control-lists HTTP/1.1" 200 594 0.060523 10.0.0.73 - - [2025-10-16 02:21:39] "GET / HTTP/1.1" 200 35931 0.002067 10.0.0.73 - - [2025-10-16 02:21:39] "GET /obj-perms HTTP/1.1" 200 5056 0.144706 10.0.0.73 - - [2025-10-16 02:21:40] "POST /fqname-to-id HTTP/1.1" 401 292 0.000610 10.0.0.73 - - [2025-10-16 02:21:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.053215 10.0.0.73 - - [2025-10-16 02:21:40] "GET /projects?obj_uuids=9b2be689-0ab2-48e9-8a5f-e9e15181e9ed&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001065 10.0.0.73 - - [2025-10-16 02:21:40] "GET /obj-perms HTTP/1.1" 200 5056 0.384073 10.0.0.73 - - [2025-10-16 02:21:40] "GET /project/9b2be689-0ab2-48e9-8a5f-e9e15181e9ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.035840 10.0.0.73 - - [2025-10-16 02:21:40] "POST /neutron/network HTTP/1.1" 200 117 0.029925 10.0.0.73 - - [2025-10-16 02:21:40] "GET /projects?obj_uuids=9b2be689-0ab2-48e9-8a5f-e9e15181e9ed&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001068 10.0.0.73 - - [2025-10-16 02:21:40] "POST /neutron/network HTTP/1.1" 200 625 0.075084 10.0.0.73 - - [2025-10-16 02:21:40] "POST /route-targets HTTP/1.1" 200 327 0.013980 10.0.0.73 - - [2025-10-16 02:21:40] "POST /ref-update HTTP/1.1" 200 156 0.012284 10.0.0.73 - - [2025-10-16 02:21:40] "POST /useragent-kv HTTP/1.1" 200 115 0.004175 10.0.0.73 - - [2025-10-16 02:21:40] "POST /neutron/subnet HTTP/1.1" 200 701 0.193908 10.0.0.73 - - [2025-10-16 02:21:40] "POST /neutron/network HTTP/1.1" 200 839 0.005084 10.0.0.73 - - [2025-10-16 02:21:40] "POST /id-to-fqname HTTP/1.1" 200 230 0.002088 10.0.0.73 - - [2025-10-16 02:21:40] "GET /virtual-network/91fb47d7-60bd-488f-8607-2c2402ba84db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004917 10.0.0.73 - - [2025-10-16 02:21:41] "POST /neutron/network HTTP/1.1" 200 839 0.006048 10.0.0.73 - - [2025-10-16 02:21:41] "GET /virtual-network/91fb47d7-60bd-488f-8607-2c2402ba84db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004516 10.0.0.73 - - [2025-10-16 02:21:41] "POST /neutron/network HTTP/1.1" 200 839 0.005759 10.0.0.73 - - [2025-10-16 02:21:41] "POST /neutron/subnet HTTP/1.1" 200 701 0.006483 10.0.0.73 - - [2025-10-16 02:21:41] "POST /neutron/network HTTP/1.1" 200 839 0.004837 10.0.0.73 - - [2025-10-16 02:21:41] "POST /id-to-fqname HTTP/1.1" 200 230 0.001060 10.0.0.73 - - [2025-10-16 02:21:41] "POST /neutron/network HTTP/1.1" 200 849 0.005603 10.0.0.73 - - [2025-10-16 02:21:41] "GET /aaa-mode HTTP/1.1" 401 292 0.000464 10.0.0.73 - - [2025-10-16 02:21:41] "GET / HTTP/1.1" 200 35931 0.001834 10.0.0.73 - - [2025-10-16 02:21:41] "GET /project/9b2be689-0ab2-48e9-8a5f-e9e15181e9ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000378 10.0.0.73 - - [2025-10-16 02:21:42] "GET /projects?obj_uuids=9b2be689-0ab2-48e9-8a5f-e9e15181e9ed&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000981 10.0.0.73 - - [2025-10-16 02:21:42] "GET /project/9b2be689-0ab2-48e9-8a5f-e9e15181e9ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.046785 10.0.0.73 - - [2025-10-16 02:21:42] "POST /neutron/network HTTP/1.1" 200 839 0.005562 10.0.0.73 - - [2025-10-16 02:21:42] "POST /neutron/port HTTP/1.1" 200 117 0.005187 10.0.0.73 - - [2025-10-16 02:21:42] "POST /neutron/port HTTP/1.1" 200 117 0.006082 10.0.0.73 - - [2025-10-16 02:21:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002543 10.0.0.73 - - [2025-10-16 02:21:42] "GET /global-vrouter-config/9841bc1a-9304-496a-8e13-ee37ad0d925c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002506 10.0.0.73 - - [2025-10-16 02:21:42] "PUT /global-vrouter-config/9841bc1a-9304-496a-8e13-ee37ad0d925c HTTP/1.1" 200 276 0.008611 10.0.0.73 - - [2025-10-16 02:21:42] "POST /neutron/port HTTP/1.1" 200 117 0.005166 10.0.0.73 - - [2025-10-16 02:21:42] "POST /neutron/network HTTP/1.1" 200 849 0.005215 10.0.0.73 - - [2025-10-16 02:21:42] "GET /projects?obj_uuids=9b2be689-0ab2-48e9-8a5f-e9e15181e9ed&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001387 10.0.0.73 - - [2025-10-16 02:21:42] "POST /neutron/port HTTP/1.1" 200 1055 0.197911 10.0.0.73 - - [2025-10-16 02:21:42] "POST /neutron/port HTTP/1.1" 200 1055 0.008636 10.0.0.73 - - [2025-10-16 02:21:42] "POST /neutron/port HTTP/1.1" 200 1055 0.007964 10.0.0.73 - - [2025-10-16 02:21:42] "POST /neutron/port HTTP/1.1" 200 1109 0.052952 10.0.0.73 - - [2025-10-16 02:21:42] "POST /neutron/port HTTP/1.1" 200 1083 0.012023 10.0.0.73 - - [2025-10-16 02:21:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004123 10.0.0.73 - - [2025-10-16 02:21:42] "POST /neutron/subnet HTTP/1.1" 200 675 0.007679 10.0.0.73 - - [2025-10-16 02:21:43] "POST /neutron/port HTTP/1.1" 200 117 0.001142 10.0.0.73 - - [2025-10-16 02:21:43] "POST /neutron/network HTTP/1.1" 200 839 0.005099 10.0.0.73 - - [2025-10-16 02:21:47] "POST /neutron/port HTTP/1.1" 200 1083 0.012840 10.0.0.73 - - [2025-10-16 02:21:47] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006665 10.0.0.73 - - [2025-10-16 02:21:47] "POST /neutron/port HTTP/1.1" 200 1083 0.011440 10.0.0.73 - - [2025-10-16 02:21:47] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006149 10.0.0.73 - - [2025-10-16 02:21:47] "POST /neutron/port HTTP/1.1" 200 1083 0.011039 10.0.0.73 - - [2025-10-16 02:21:47] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005937 10.0.0.73 - - [2025-10-16 02:21:47] "GET /virtual-machine/0a015a51-11c5-4f03-b60d-097524aea334 HTTP/1.1" 401 292 0.002213 10.0.0.73 - - [2025-10-16 02:21:48] "GET /virtual-machine/0a015a51-11c5-4f03-b60d-097524aea334 HTTP/1.1" 200 1291 0.032948 10.0.0.73 - - [2025-10-16 02:21:48] "GET /virtual-machine-interface/ed3dcdf2-1d45-4b45-8333-a5f17dc7e20a HTTP/1.1" 200 2970 0.004750 10.0.0.73 - - [2025-10-16 02:21:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002830 10.0.0.73 - - [2025-10-16 02:21:48] "GET /global-vrouter-config/9841bc1a-9304-496a-8e13-ee37ad0d925c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.003253 10.0.0.73 - - [2025-10-16 02:21:48] "GET /virtual-networks?parent_id=9b2be689-0ab2-48e9-8a5f-e9e15181e9ed&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003500 10.0.0.73 - - [2025-10-16 02:21:48] "GET /virtual-network/91fb47d7-60bd-488f-8607-2c2402ba84db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005845 10.0.0.73 - - [2025-10-16 02:21:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003384 10.0.0.73 - - [2025-10-16 02:21:51] "GET /virtual-network/91fb47d7-60bd-488f-8607-2c2402ba84db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004633 10.0.0.73 - - [2025-10-16 02:21:51] "POST /neutron/port HTTP/1.1" 200 1083 0.010122 10.0.0.73 - - [2025-10-16 02:21:51] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005213 10.0.0.73 - - [2025-10-16 02:21:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002841 10.0.0.73 - - [2025-10-16 02:21:53] "GET /global-vrouter-config/9841bc1a-9304-496a-8e13-ee37ad0d925c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.002783 10.0.0.73 - - [2025-10-16 02:21:53] "GET /virtual-networks?parent_id=9b2be689-0ab2-48e9-8a5f-e9e15181e9ed&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003075 10.0.0.73 - - [2025-10-16 02:21:53] "GET /virtual-network/91fb47d7-60bd-488f-8607-2c2402ba84db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006283 10.0.0.73 - - [2025-10-16 02:21:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003350 10.0.0.73 - - [2025-10-16 02:21:55] "GET /global-vrouter-config/9841bc1a-9304-496a-8e13-ee37ad0d925c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.003078 10.0.0.73 - - [2025-10-16 02:21:55] "PUT /global-vrouter-config/9841bc1a-9304-496a-8e13-ee37ad0d925c HTTP/1.1" 200 276 0.009504 10.0.0.73 - - [2025-10-16 02:21:55] "POST /neutron/network HTTP/1.1" 200 839 0.006097 10.0.0.73 - - [2025-10-16 02:21:55] "POST /neutron/network HTTP/1.1" 400 204 0.016886 10.0.0.73 - - [2025-10-16 02:21:56] "POST /neutron/port HTTP/1.1" 200 1083 0.010884 10.0.0.73 - - [2025-10-16 02:21:56] "POST /neutron/port HTTP/1.1" 200 1109 0.007282 10.0.0.73 - - [2025-10-16 02:21:56] "POST /neutron/port HTTP/1.1" 200 151 0.090500 10.0.0.73 - - [2025-10-16 02:21:57] "POST /neutron/network HTTP/1.1" 200 839 0.005644 10.0.0.73 - - [2025-10-16 02:21:57] "POST /useragent-kv HTTP/1.1" 200 115 0.003546 10.0.0.73 - - [2025-10-16 02:21:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003310 10.0.0.73 - - [2025-10-16 02:21:57] "POST /useragent-kv HTTP/1.1" 200 115 0.001756 10.0.0.73 - - [2025-10-16 02:21:57] "POST /neutron/network HTTP/1.1" 200 151 0.077327 10.0.0.73 - - [2025-10-16 02:21:57] "DELETE /route-target/bd9f24ce-40ce-4c3d-af8b-4d306e82cea7 HTTP/1.1" 200 115 0.012412 10.0.0.73 - - [2025-10-16 02:21:58] "GET /global-vrouter-configs HTTP/1.1" 200 357 0.003212 10.0.0.73 - - [2025-10-16 02:21:58] "GET /global-vrouter-config/9841bc1a-9304-496a-8e13-ee37ad0d925c HTTP/1.1" 200 1881 0.003712 10.0.0.73 - - [2025-10-16 02:21:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002615 10.0.0.73 - - [2025-10-16 02:21:58] "GET /projects?obj_uuids=9b2be689-0ab2-48e9-8a5f-e9e15181e9ed&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001531 10.0.0.73 - - [2025-10-16 02:21:58] "GET /project/9b2be689-0ab2-48e9-8a5f-e9e15181e9ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.025485 10.0.0.73 - - [2025-10-16 02:21:58] "POST /neutron/network HTTP/1.1" 200 117 0.006773 10.0.0.73 - - [2025-10-16 02:21:58] "GET /projects?obj_uuids=9b2be689-0ab2-48e9-8a5f-e9e15181e9ed&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000986 10.0.0.73 - - [2025-10-16 02:21:58] "POST /neutron/network HTTP/1.1" 200 605 0.064172 10.0.0.73 - - [2025-10-16 02:21:58] "POST /route-targets HTTP/1.1" 200 327 0.009969 10.0.0.73 - - [2025-10-16 02:21:58] "POST /ref-update HTTP/1.1" 200 156 0.012945 10.0.0.73 - - [2025-10-16 02:21:58] "POST /useragent-kv HTTP/1.1" 200 115 0.004512 10.0.0.73 - - [2025-10-16 02:21:58] "POST /neutron/subnet HTTP/1.1" 200 725 0.168576 10.0.0.73 - - [2025-10-16 02:21:58] "POST /neutron/network HTTP/1.1" 200 824 0.004826 10.0.0.73 - - [2025-10-16 02:21:58] "POST /id-to-fqname HTTP/1.1" 200 220 0.001114 10.0.0.73 - - [2025-10-16 02:21:58] "GET /virtual-network/2860815e-b39b-4f93-a023-66e765c5633b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006061 10.0.0.73 - - [2025-10-16 02:21:58] "POST /neutron/network HTTP/1.1" 200 824 0.004906 10.0.0.73 - - [2025-10-16 02:21:58] "GET /virtual-network/2860815e-b39b-4f93-a023-66e765c5633b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.004203 10.0.0.73 - - [2025-10-16 02:21:58] "POST /neutron/network HTTP/1.1" 200 824 0.006991 10.0.0.73 - - [2025-10-16 02:21:59] "POST /neutron/subnet HTTP/1.1" 200 725 0.007850 10.0.0.73 - - [2025-10-16 02:21:59] "POST /id-to-fqname HTTP/1.1" 200 220 0.001157 10.0.0.73 - - [2025-10-16 02:21:59] "POST /neutron/network HTTP/1.1" 200 834 0.005473 10.0.0.73 - - [2025-10-16 02:21:59] "GET /aaa-mode HTTP/1.1" 401 292 0.000424 10.0.0.73 - - [2025-10-16 02:21:59] "GET / HTTP/1.1" 200 35931 0.001807 10.0.0.73 - - [2025-10-16 02:21:59] "GET /project/9b2be689-0ab2-48e9-8a5f-e9e15181e9ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000367 10.0.0.73 - - [2025-10-16 02:21:59] "GET /projects?obj_uuids=9b2be689-0ab2-48e9-8a5f-e9e15181e9ed&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001719 10.0.0.73 - - [2025-10-16 02:21:59] "GET /project/9b2be689-0ab2-48e9-8a5f-e9e15181e9ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.045470 10.0.0.73 - - [2025-10-16 02:21:59] "POST /neutron/network HTTP/1.1" 200 824 0.005812 10.0.0.73 - - [2025-10-16 02:22:00] "POST /neutron/port HTTP/1.1" 200 117 0.005836 10.0.0.73 - - [2025-10-16 02:22:00] "POST /neutron/port HTTP/1.1" 200 117 0.006746 10.0.0.73 - - [2025-10-16 02:22:00] "POST /neutron/port HTTP/1.1" 200 117 0.005366 10.0.0.73 - - [2025-10-16 02:22:00] "POST /neutron/network HTTP/1.1" 200 834 0.005833 10.0.0.73 - - [2025-10-16 02:22:00] "GET /projects?obj_uuids=9b2be689-0ab2-48e9-8a5f-e9e15181e9ed&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001122 10.0.0.73 - - [2025-10-16 02:22:00] "POST /neutron/port HTTP/1.1" 200 1060 0.221005 10.0.0.73 - - [2025-10-16 02:22:00] "POST /neutron/port HTTP/1.1" 200 1060 0.010455 10.0.0.73 - - [2025-10-16 02:22:00] "POST /neutron/port HTTP/1.1" 200 1060 0.009141 10.0.0.73 - - [2025-10-16 02:22:00] "POST /neutron/port HTTP/1.1" 200 1114 0.052661 10.0.0.73 - - [2025-10-16 02:22:00] "POST /neutron/port HTTP/1.1" 200 1088 0.012095 10.0.0.73 - - [2025-10-16 02:22:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003572 10.0.0.73 - - [2025-10-16 02:22:00] "POST /neutron/subnet HTTP/1.1" 200 699 0.008658 10.0.0.73 - - [2025-10-16 02:22:00] "POST /neutron/port HTTP/1.1" 200 117 0.001216 10.0.0.73 - - [2025-10-16 02:22:00] "POST /neutron/network HTTP/1.1" 200 824 0.014446 10.0.0.73 - - [2025-10-16 02:22:05] "POST /neutron/port HTTP/1.1" 200 1088 0.010077 10.0.0.73 - - [2025-10-16 02:22:05] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006659 10.0.0.73 - - [2025-10-16 02:22:05] "POST /neutron/port HTTP/1.1" 200 1088 0.010975 10.0.0.73 - - [2025-10-16 02:22:05] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005914 10.0.0.73 - - [2025-10-16 02:22:05] "POST /neutron/port HTTP/1.1" 200 1088 0.010622 10.0.0.73 - - [2025-10-16 02:22:05] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005886 10.0.0.73 - - [2025-10-16 02:22:05] "GET /virtual-machine/bf20128c-8df4-403b-9ff6-77b292db41c4 HTTP/1.1" 200 1293 0.004229 10.0.0.73 - - [2025-10-16 02:22:05] "GET /virtual-machine-interface/e05aff1f-dfd9-494e-9289-f89576bfbd84 HTTP/1.1" 200 2941 0.004777 10.0.0.73 - - [2025-10-16 02:22:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003415 10.0.0.73 - - [2025-10-16 02:22:05] "GET /global-vrouter-config/9841bc1a-9304-496a-8e13-ee37ad0d925c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003180 10.0.0.73 - - [2025-10-16 02:22:05] "GET /virtual-networks?parent_id=9b2be689-0ab2-48e9-8a5f-e9e15181e9ed&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003663 10.0.0.73 - - [2025-10-16 02:22:05] "GET /virtual-network/2860815e-b39b-4f93-a023-66e765c5633b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005279 10.0.0.73 - - [2025-10-16 02:22:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003390 10.0.0.73 - - [2025-10-16 02:22:08] "GET /virtual-network/2860815e-b39b-4f93-a023-66e765c5633b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.004525 10.0.0.73 - - [2025-10-16 02:22:09] "POST /neutron/port HTTP/1.1" 200 1088 0.013021 10.0.0.73 - - [2025-10-16 02:22:09] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005772 10.0.0.73 - - [2025-10-16 02:22:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003276 10.0.0.73 - - [2025-10-16 02:22:10] "GET /global-vrouter-config/9841bc1a-9304-496a-8e13-ee37ad0d925c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002978 10.0.0.73 - - [2025-10-16 02:22:10] "GET /virtual-networks?parent_id=9b2be689-0ab2-48e9-8a5f-e9e15181e9ed&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003118 10.0.0.73 - - [2025-10-16 02:22:10] "GET /virtual-network/2860815e-b39b-4f93-a023-66e765c5633b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005587 10.0.0.73 - - [2025-10-16 02:22:10] "POST /neutron/port HTTP/1.1" 200 1088 0.012482 10.0.0.73 - - [2025-10-16 02:22:11] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008000 10.0.0.73 - - [2025-10-16 02:22:17] "POST /neutron/network HTTP/1.1" 200 824 0.010120 10.0.0.73 - - [2025-10-16 02:22:17] "POST /neutron/network HTTP/1.1" 400 204 0.011682 10.0.0.73 - - [2025-10-16 02:22:18] "POST /neutron/port HTTP/1.1" 200 1088 0.012713 10.0.0.73 - - [2025-10-16 02:22:18] "POST /neutron/port HTTP/1.1" 200 1114 0.009408 10.0.0.73 - - [2025-10-16 02:22:18] "POST /neutron/port HTTP/1.1" 200 151 0.105601 10.0.0.73 - - [2025-10-16 02:22:19] "POST /neutron/network HTTP/1.1" 200 824 0.007782 10.0.0.73 - - [2025-10-16 02:22:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003922 10.0.0.73 - - [2025-10-16 02:22:20] "POST /useragent-kv HTTP/1.1" 200 115 0.002823 10.0.0.73 - - [2025-10-16 02:22:20] "POST /useragent-kv HTTP/1.1" 200 115 0.002254 10.0.0.73 - - [2025-10-16 02:22:20] "POST /neutron/network HTTP/1.1" 200 151 0.083241 10.0.0.73 - - [2025-10-16 02:22:20] "DELETE /route-target/bb9a5334-b4d4-412b-9960-5f07b0df842a HTTP/1.1" 200 115 0.021058 10.0.0.73 - - [2025-10-16 02:22:20] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003135 10.0.0.73 - - [2025-10-16 02:22:20] "POST /network-ipams HTTP/1.1" 200 541 0.017144 10.0.0.73 - - [2025-10-16 02:22:20] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 764 0.002735 10.0.0.73 - - [2025-10-16 02:22:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003504 10.0.0.73 - - [2025-10-16 02:22:20] "GET /network-ipam/01000066-aacd-4c89-9c02-c21b5eb737fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1281 0.006228 10.0.0.73 - - [2025-10-16 02:22:20] "PUT /network-ipam/01000066-aacd-4c89-9c02-c21b5eb737fe HTTP/1.1" 200 258 0.009461 10.0.0.73 - - [2025-10-16 02:22:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003116 10.0.0.73 - - [2025-10-16 02:22:20] "GET /projects?obj_uuids=9b2be689-0ab2-48e9-8a5f-e9e15181e9ed&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001132 10.0.0.73 - - [2025-10-16 02:22:20] "GET /project/9b2be689-0ab2-48e9-8a5f-e9e15181e9ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.036727 10.0.0.73 - - [2025-10-16 02:22:21] "POST /neutron/network HTTP/1.1" 200 117 0.007567 10.0.0.73 - - [2025-10-16 02:22:21] "GET /projects?obj_uuids=9b2be689-0ab2-48e9-8a5f-e9e15181e9ed&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001052 10.0.0.73 - - [2025-10-16 02:22:21] "POST /neutron/network HTTP/1.1" 200 605 0.059532 10.0.0.73 - - [2025-10-16 02:22:21] "POST /route-targets HTTP/1.1" 200 327 0.012858 10.0.0.73 - - [2025-10-16 02:22:21] "POST /ref-update HTTP/1.1" 200 156 0.014611 10.0.0.73 - - [2025-10-16 02:22:21] "POST /useragent-kv HTTP/1.1" 200 115 0.003579 10.0.0.73 - - [2025-10-16 02:22:21] "POST /neutron/subnet HTTP/1.1" 200 699 0.206191 10.0.0.73 - - [2025-10-16 02:22:21] "POST /useragent-kv HTTP/1.1" 200 115 0.005084 10.0.0.73 - - [2025-10-16 02:22:21] "POST /neutron/subnet HTTP/1.1" 200 699 0.210815 10.0.0.73 - - [2025-10-16 02:22:21] "POST /neutron/network HTTP/1.1" 200 994 0.008296 10.0.0.73 - - [2025-10-16 02:22:21] "POST /id-to-fqname HTTP/1.1" 200 220 0.001321 10.0.0.73 - - [2025-10-16 02:22:21] "GET /virtual-network/b6f61771-1fe8-41ef-a80e-389c208d1cd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.004739 10.0.0.73 - - [2025-10-16 02:22:21] "POST /neutron/network HTTP/1.1" 200 994 0.008205 10.0.0.73 - - [2025-10-16 02:22:21] "GET /virtual-network/b6f61771-1fe8-41ef-a80e-389c208d1cd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.005147 10.0.0.73 - - [2025-10-16 02:22:21] "POST /neutron/network HTTP/1.1" 200 994 0.008012 10.0.0.73 - - [2025-10-16 02:22:21] "POST /neutron/subnet HTTP/1.1" 200 699 0.007522 10.0.0.73 - - [2025-10-16 02:22:21] "POST /neutron/subnet HTTP/1.1" 200 699 0.007529 10.0.0.73 - - [2025-10-16 02:22:21] "POST /neutron/network HTTP/1.1" 200 994 0.007477 10.0.0.73 - - [2025-10-16 02:22:21] "POST /neutron/subnet HTTP/1.1" 200 699 0.005944 10.0.0.73 - - [2025-10-16 02:22:21] "POST /neutron/subnet HTTP/1.1" 200 699 0.006395 10.0.0.73 - - [2025-10-16 02:22:21] "GET /projects?obj_uuids=9b2be689-0ab2-48e9-8a5f-e9e15181e9ed&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001066 10.0.0.73 - - [2025-10-16 02:22:22] "POST /neutron/port HTTP/1.1" 200 1017 0.167320 10.0.0.73 - - [2025-10-16 02:22:22] "GET /projects?obj_uuids=9b2be689-0ab2-48e9-8a5f-e9e15181e9ed&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001667 10.0.0.73 - - [2025-10-16 02:22:22] "POST /neutron/port HTTP/1.1" 200 1017 0.170598 10.0.0.73 - - [2025-10-16 02:22:22] "POST /id-to-fqname HTTP/1.1" 200 220 0.001859 10.0.0.73 - - [2025-10-16 02:22:22] "POST /neutron/port HTTP/1.1" 200 1017 0.007934 10.0.0.73 - - [2025-10-16 02:22:22] "POST /neutron/port HTTP/1.1" 200 1017 0.007224 10.0.0.73 - - [2025-10-16 02:22:22] "POST /neutron/network HTTP/1.1" 200 994 0.007707 10.0.0.73 - - [2025-10-16 02:22:22] "POST /neutron/port HTTP/1.1" 200 1017 0.007107 10.0.0.73 - - [2025-10-16 02:22:22] "POST /neutron/port HTTP/1.1" 200 117 0.006558 10.0.0.73 - - [2025-10-16 02:22:22] "POST /neutron/port HTTP/1.1" 200 1017 0.006198 10.0.0.73 - - [2025-10-16 02:22:22] "POST /neutron/port HTTP/1.1" 200 117 0.004830 10.0.0.73 - - [2025-10-16 02:22:22] "POST /id-to-fqname HTTP/1.1" 200 220 0.001365 10.0.0.73 - - [2025-10-16 02:22:22] "POST /neutron/port HTTP/1.1" 200 117 0.006409 10.0.0.73 - - [2025-10-16 02:22:22] "POST /neutron/port HTTP/1.1" 200 1017 0.008286 10.0.0.73 - - [2025-10-16 02:22:22] "POST /neutron/port HTTP/1.1" 200 1017 0.007691 10.0.0.73 - - [2025-10-16 02:22:22] "POST /neutron/network HTTP/1.1" 200 994 0.009844 10.0.0.73 - - [2025-10-16 02:22:22] "POST /neutron/port HTTP/1.1" 200 1017 0.006761 10.0.0.73 - - [2025-10-16 02:22:22] "POST /neutron/port HTTP/1.1" 200 1017 0.011469 10.0.0.73 - - [2025-10-16 02:22:22] "POST /neutron/port HTTP/1.1" 200 117 0.014035 10.0.0.73 - - [2025-10-16 02:22:23] "POST /neutron/port HTTP/1.1" 200 117 0.004998 10.0.0.73 - - [2025-10-16 02:22:23] "POST /id-to-fqname HTTP/1.1" 200 220 0.001115 10.0.0.73 - - [2025-10-16 02:22:23] "POST /neutron/port HTTP/1.1" 200 1017 0.012510 10.0.0.73 - - [2025-10-16 02:22:23] "POST /neutron/network HTTP/1.1" 200 1004 0.008116 10.0.0.73 - - [2025-10-16 02:22:23] "POST /neutron/port HTTP/1.1" 200 1017 0.015370 10.0.0.73 - - [2025-10-16 02:22:23] "POST /neutron/port HTTP/1.1" 200 1017 0.009140 10.0.0.73 - - [2025-10-16 02:22:23] "POST /neutron/port HTTP/1.1" 200 117 0.008052 10.0.0.73 - - [2025-10-16 02:22:23] "POST /neutron/port HTTP/1.1" 200 1109 0.108266 10.0.0.73 - - [2025-10-16 02:22:23] "POST /neutron/network HTTP/1.1" 200 1004 0.007661 10.0.0.73 - - [2025-10-16 02:22:23] "GET /aaa-mode HTTP/1.1" 401 292 0.000426 10.0.0.73 - - [2025-10-16 02:22:23] "POST /neutron/port HTTP/1.1" 200 1083 0.011589 10.0.0.73 - - [2025-10-16 02:22:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003611 10.0.0.73 - - [2025-10-16 02:22:23] "POST /neutron/subnet HTTP/1.1" 200 673 0.011565 10.0.0.73 - - [2025-10-16 02:22:23] "POST /neutron/port HTTP/1.1" 200 117 0.001263 10.0.0.73 - - [2025-10-16 02:22:23] "POST /neutron/network HTTP/1.1" 200 994 0.007515 10.0.0.73 - - [2025-10-16 02:22:23] "POST /neutron/port HTTP/1.1" 200 1017 0.007351 10.0.0.73 - - [2025-10-16 02:22:23] "POST /neutron/network HTTP/1.1" 200 1004 0.008131 10.0.0.73 - - [2025-10-16 02:22:23] "POST /neutron/port HTTP/1.1" 200 1017 0.008209 10.0.0.73 - - [2025-10-16 02:22:23] "GET / HTTP/1.1" 200 35931 0.001626 10.0.0.73 - - [2025-10-16 02:22:23] "POST /neutron/port HTTP/1.1" 200 1017 0.011627 10.0.0.73 - - [2025-10-16 02:22:23] "GET /project/9b2be689-0ab2-48e9-8a5f-e9e15181e9ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000283 10.0.0.73 - - [2025-10-16 02:22:23] "POST /neutron/port HTTP/1.1" 200 1109 0.068181 10.0.0.73 - - [2025-10-16 02:22:23] "POST /neutron/port HTTP/1.1" 200 1083 0.023042 10.0.0.73 - - [2025-10-16 02:22:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003315 10.0.0.73 - - [2025-10-16 02:22:23] "POST /neutron/subnet HTTP/1.1" 200 673 0.008322 10.0.0.73 - - [2025-10-16 02:22:23] "POST /neutron/port HTTP/1.1" 200 117 0.001398 10.0.0.73 - - [2025-10-16 02:22:23] "POST /neutron/network HTTP/1.1" 200 994 0.008349 10.0.0.73 - - [2025-10-16 02:22:23] "GET /projects?obj_uuids=9b2be689-0ab2-48e9-8a5f-e9e15181e9ed&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001095 10.0.0.73 - - [2025-10-16 02:22:24] "GET /project/9b2be689-0ab2-48e9-8a5f-e9e15181e9ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.075933 10.0.0.73 - - [2025-10-16 02:22:24] "POST /neutron/network HTTP/1.1" 200 994 0.011590 10.0.0.73 - - [2025-10-16 02:22:24] "POST /neutron/port HTTP/1.1" 200 2050 0.036753 10.0.0.73 - - [2025-10-16 02:22:24] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009277 10.0.0.73 - - [2025-10-16 02:22:24] "POST /neutron/port HTTP/1.1" 200 117 0.004993 10.0.0.73 - - [2025-10-16 02:22:24] "GET /domains HTTP/1.1" 200 280 0.002748 10.0.0.73 - - [2025-10-16 02:22:24] "GET /domains?obj_uuids=61b1a5e4-4f17-4839-837e-aba6307473a6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001033 10.0.0.73 - - [2025-10-16 02:22:24] "GET /domain/61b1a5e4-4f17-4839-837e-aba6307473a6 HTTP/1.1" 200 2759 0.012608 10.0.0.73 - - [2025-10-16 02:22:24] "GET /projects?obj_uuids=9b2be689-0ab2-48e9-8a5f-e9e15181e9ed&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001336 10.0.0.73 - - [2025-10-16 02:22:24] "GET /project/9b2be689-0ab2-48e9-8a5f-e9e15181e9ed HTTP/1.1" 200 2852 0.074156 10.0.0.73 - - [2025-10-16 02:22:24] "GET /network-ipam/01000066-aacd-4c89-9c02-c21b5eb737fe HTTP/1.1" 200 2598 0.005208 10.0.0.73 - - [2025-10-16 02:22:24] "GET /domains HTTP/1.1" 200 280 0.004516 10.0.0.73 - - [2025-10-16 02:22:24] "GET /domains?obj_uuids=61b1a5e4-4f17-4839-837e-aba6307473a6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001278 10.0.0.73 - - [2025-10-16 02:22:24] "GET /domain/61b1a5e4-4f17-4839-837e-aba6307473a6 HTTP/1.1" 200 2759 0.007464 10.0.0.73 - - [2025-10-16 02:22:24] "GET /projects?obj_uuids=9b2be689-0ab2-48e9-8a5f-e9e15181e9ed&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001084 10.0.0.73 - - [2025-10-16 02:22:24] "GET /project/9b2be689-0ab2-48e9-8a5f-e9e15181e9ed HTTP/1.1" 200 2852 0.075172 10.0.0.73 - - [2025-10-16 02:22:24] "GET /virtual-network/b6f61771-1fe8-41ef-a80e-389c208d1cd0 HTTP/1.1" 200 3780 0.012489 10.0.0.73 - - [2025-10-16 02:22:24] "GET /virtual-network/b6f61771-1fe8-41ef-a80e-389c208d1cd0 HTTP/1.1" 200 3780 0.005518 10.0.0.73 - - [2025-10-16 02:22:24] "GET /routing-instance/155ce9f2-c413-476e-bd60-474e46120182 HTTP/1.1" 200 2380 0.003964 10.0.0.73 - - [2025-10-16 02:22:24] "GET /routing-instance/155ce9f2-c413-476e-bd60-474e46120182 HTTP/1.1" 200 2380 0.003432 10.0.0.73 - - [2025-10-16 02:22:24] "GET /route-target/b2fd023a-98dd-43a1-9c50-b91a56bdb612 HTTP/1.1" 200 1205 0.003435 10.0.0.73 - - [2025-10-16 02:22:24] "GET /virtual-network/b6f61771-1fe8-41ef-a80e-389c208d1cd0 HTTP/1.1" 200 3780 0.004969 10.0.0.73 - - [2025-10-16 02:22:24] "GET /routing-instance/155ce9f2-c413-476e-bd60-474e46120182 HTTP/1.1" 200 2380 0.003141 10.0.0.73 - - [2025-10-16 02:22:24] "GET /virtual-network/b6f61771-1fe8-41ef-a80e-389c208d1cd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.006708 10.0.0.73 - - [2025-10-16 02:22:24] "GET /virtual-network/b6f61771-1fe8-41ef-a80e-389c208d1cd0 HTTP/1.1" 200 3780 0.005622 10.0.0.73 - - [2025-10-16 02:22:24] "GET /routing-instance/155ce9f2-c413-476e-bd60-474e46120182 HTTP/1.1" 200 2380 0.003739 10.0.0.73 - - [2025-10-16 02:22:24] "GET /routing-instance/155ce9f2-c413-476e-bd60-474e46120182 HTTP/1.1" 200 2380 0.004539 10.0.0.73 - - [2025-10-16 02:22:24] "GET /route-target/b2fd023a-98dd-43a1-9c50-b91a56bdb612 HTTP/1.1" 200 1205 0.003441 10.0.0.73 - - [2025-10-16 02:22:24] "GET /domains HTTP/1.1" 200 280 0.003740 10.0.0.73 - - [2025-10-16 02:22:24] "GET /domains?obj_uuids=61b1a5e4-4f17-4839-837e-aba6307473a6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001084 10.0.0.73 - - [2025-10-16 02:22:24] "GET /domain/61b1a5e4-4f17-4839-837e-aba6307473a6 HTTP/1.1" 200 2759 0.007464 10.0.0.73 - - [2025-10-16 02:22:24] "GET /projects?obj_uuids=9b2be689-0ab2-48e9-8a5f-e9e15181e9ed&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001385 10.0.0.73 - - [2025-10-16 02:22:24] "GET /project/9b2be689-0ab2-48e9-8a5f-e9e15181e9ed HTTP/1.1" 200 2852 0.098723 10.0.0.73 - - [2025-10-16 02:22:24] "GET /virtual-network/b6f61771-1fe8-41ef-a80e-389c208d1cd0 HTTP/1.1" 200 3780 0.095451 10.0.0.73 - - [2025-10-16 02:22:24] "POST /neutron/network HTTP/1.1" 200 1004 0.104234 10.0.0.73 - - [2025-10-16 02:22:24] "GET /projects?obj_uuids=9b2be689-0ab2-48e9-8a5f-e9e15181e9ed&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001006 10.0.0.73 - - [2025-10-16 02:22:25] "POST /neutron/port HTTP/1.1" 200 1055 0.245596 10.0.0.73 - - [2025-10-16 02:22:25] "POST /neutron/port HTTP/1.1" 200 1055 0.019638 10.0.0.73 - - [2025-10-16 02:22:25] "POST /neutron/port HTTP/1.1" 200 1055 0.010444 10.0.0.73 - - [2025-10-16 02:22:25] "POST /neutron/port HTTP/1.1" 200 1109 0.080692 10.0.0.73 - - [2025-10-16 02:22:25] "GET /obj-perms HTTP/1.1" 200 5030 0.105054 10.0.0.73 - - [2025-10-16 02:22:25] "POST /neutron/port HTTP/1.1" 200 1083 0.012774 10.0.0.73 - - [2025-10-16 02:22:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004164 10.0.0.73 - - [2025-10-16 02:22:25] "POST /neutron/port HTTP/1.1" 200 1083 0.023424 10.0.0.73 - - [2025-10-16 02:22:25] "POST /neutron/subnet HTTP/1.1" 200 673 0.016697 10.0.0.73 - - [2025-10-16 02:22:25] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006746 10.0.0.73 - - [2025-10-16 02:22:25] "POST /neutron/port HTTP/1.1" 200 117 0.001230 10.0.0.73 - - [2025-10-16 02:22:25] "POST /neutron/network HTTP/1.1" 200 994 0.010687 10.0.0.73 - - [2025-10-16 02:22:25] "POST /neutron/port HTTP/1.1" 200 1083 0.011758 10.0.0.73 - - [2025-10-16 02:22:25] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005262 10.0.0.73 - - [2025-10-16 02:22:25] "POST /neutron/port HTTP/1.1" 200 1083 0.014903 10.0.0.73 - - [2025-10-16 02:22:25] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006230 10.0.0.73 - - [2025-10-16 02:22:25] "GET /virtual-machine/795591d6-baba-4546-a175-3aebd64e0a6d HTTP/1.1" 200 1288 0.004681 10.0.0.73 - - [2025-10-16 02:22:25] "GET /virtual-machine-interface/937d3ccc-e4db-4e70-9dc7-251b4a7af2e5 HTTP/1.1" 200 2941 0.004876 10.0.0.73 - - [2025-10-16 02:22:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003645 10.0.0.73 - - [2025-10-16 02:22:25] "GET /global-vrouter-config/9841bc1a-9304-496a-8e13-ee37ad0d925c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003080 10.0.0.73 - - [2025-10-16 02:22:25] "GET /virtual-networks?parent_id=9b2be689-0ab2-48e9-8a5f-e9e15181e9ed&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002819 10.0.0.73 - - [2025-10-16 02:22:25] "GET /virtual-network/b6f61771-1fe8-41ef-a80e-389c208d1cd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.005005 10.0.0.73 - - [2025-10-16 02:22:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002834 10.0.0.73 - - [2025-10-16 02:22:28] "GET /virtual-network/b6f61771-1fe8-41ef-a80e-389c208d1cd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.005241 10.0.0.73 - - [2025-10-16 02:22:32] "POST /neutron/port HTTP/1.1" 200 1083 0.012881 10.0.0.73 - - [2025-10-16 02:22:32] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006310 10.0.0.73 - - [2025-10-16 02:22:32] "POST /neutron/port HTTP/1.1" 200 1083 0.014735 10.0.0.73 - - [2025-10-16 02:22:32] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005888 10.0.0.73 - - [2025-10-16 02:22:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003586 10.0.0.73 - - [2025-10-16 02:22:33] "GET /virtual-network/b6f61771-1fe8-41ef-a80e-389c208d1cd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.006369 10.0.0.73 - - [2025-10-16 02:22:33] "DELETE /project/9b2be6890ab248e98a5fe9e15181e9ed HTTP/1.1" 404 173 0.005595 10.0.0.73 - - [2025-10-16 02:22:33] "GET /projects?obj_uuids=2f75a7f2-fa0c-4c18-83b4-513703088601&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000830 10.0.0.73 - - [2025-10-16 02:22:33] "GET /project/2f75a7f2-fa0c-4c18-83b4-513703088601?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.024700 10.0.0.73 - - [2025-10-16 02:22:33] "GET /projects?obj_uuids=2f75a7f2-fa0c-4c18-83b4-513703088601&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000996 10.0.0.73 - - [2025-10-16 02:22:33] "GET /project/2f75a7f2-fa0c-4c18-83b4-513703088601?fields=security_groups HTTP/1.1" 200 1375 0.073963 10.0.0.73 - - [2025-10-16 02:22:33] "DELETE /security-group/4bcdc9e8-1e82-4c48-8322-293bb225cfaa HTTP/1.1" 200 115 0.055197 10.0.0.73 - - [2025-10-16 02:22:33] "GET /projects?obj_uuids=2f75a7f2-fa0c-4c18-83b4-513703088601&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001417 10.0.0.73 - - [2025-10-16 02:22:33] "DELETE /access-control-list/51d0d00b-6ab3-48da-a8c3-61ba61135989 HTTP/1.1" 200 115 0.054559 10.0.0.73 - - [2025-10-16 02:22:33] "GET /project/2f75a7f2-fa0c-4c18-83b4-513703088601?fields=application_policy_sets HTTP/1.1" 200 1414 0.039963 10.0.0.73 - - [2025-10-16 02:22:33] "DELETE /access-control-list/f22ed66d-9cc8-4e83-800b-8626adb7f1cc HTTP/1.1" 200 115 0.031288 10.0.0.73 - - [2025-10-16 02:22:33] "DELETE /project/2f75a7f2-fa0c-4c18-83b4-513703088601 HTTP/1.1" 200 115 0.382255 10.0.0.73 - - [2025-10-16 02:22:34] "POST /neutron/port HTTP/1.1" 200 1083 0.011157 10.0.0.73 - - [2025-10-16 02:22:34] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006397 10.0.0.73 - - [2025-10-16 02:22:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003118 10.0.0.73 - - [2025-10-16 02:22:35] "GET /global-vrouter-config/9841bc1a-9304-496a-8e13-ee37ad0d925c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003864 10.0.0.73 - - [2025-10-16 02:22:35] "GET /virtual-networks?parent_id=9b2be689-0ab2-48e9-8a5f-e9e15181e9ed&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003703 10.0.0.73 - - [2025-10-16 02:22:35] "GET /virtual-network/b6f61771-1fe8-41ef-a80e-389c208d1cd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.006055 10.0.0.73 - - [2025-10-16 02:22:35] "POST /neutron/port HTTP/1.1" 200 1083 0.013043 10.0.0.73 - - [2025-10-16 02:22:35] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007764 10.0.0.73 - - [2025-10-16 02:22:40] "POST /neutron/port HTTP/1.1" 200 1083 0.014322 10.0.0.73 - - [2025-10-16 02:22:40] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005706 10.0.0.73 - - [2025-10-16 02:22:40] "POST /neutron/port HTTP/1.1" 200 1083 0.011780 10.0.0.73 - - [2025-10-16 02:22:40] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007987 10.0.0.73 - - [2025-10-16 02:22:40] "POST /neutron/port HTTP/1.1" 200 1083 0.011713 10.0.0.73 - - [2025-10-16 02:22:40] "POST /neutron/security_group HTTP/1.1" 200 2058 0.010072 10.0.0.73 - - [2025-10-16 02:22:40] "GET /virtual-machine/769264d3-57a1-4095-95dd-12323d62d6e4 HTTP/1.1" 200 1288 0.004430 10.0.0.73 - - [2025-10-16 02:22:40] "GET /virtual-machine-interface/b3be0036-63c2-4ed0-b53b-1b5191693e8f HTTP/1.1" 200 2941 0.007101 10.0.0.73 - - [2025-10-16 02:22:40] "GET /obj-perms HTTP/1.1" 200 5056 0.067659 10.0.0.73 - - [2025-10-16 02:22:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003668 10.0.0.73 - - [2025-10-16 02:22:40] "GET /global-vrouter-config/9841bc1a-9304-496a-8e13-ee37ad0d925c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002922 10.0.0.73 - - [2025-10-16 02:22:41] "GET /virtual-networks?parent_id=9b2be689-0ab2-48e9-8a5f-e9e15181e9ed&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003893 10.0.0.73 - - [2025-10-16 02:22:41] "GET /virtual-network/b6f61771-1fe8-41ef-a80e-389c208d1cd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.006175 10.0.0.73 - - [2025-10-16 02:22:41] "GET /obj-perms HTTP/1.1" 200 5056 0.049004 10.0.0.73 - - [2025-10-16 02:22:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003104 10.0.0.73 - - [2025-10-16 02:22:42] "GET /global-vrouter-config/9841bc1a-9304-496a-8e13-ee37ad0d925c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003988 10.0.0.73 - - [2025-10-16 02:22:42] "GET /virtual-networks?parent_id=9b2be689-0ab2-48e9-8a5f-e9e15181e9ed&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003248 10.0.0.73 - - [2025-10-16 02:22:42] "GET /virtual-network/b6f61771-1fe8-41ef-a80e-389c208d1cd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.006632 10.0.0.73 - - [2025-10-16 02:22:42] "POST /neutron/port HTTP/1.1" 200 1083 0.010821 10.0.0.73 - - [2025-10-16 02:22:42] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006312 10.0.0.73 - - [2025-10-16 02:22:42] "POST /neutron/port HTTP/1.1" 200 1083 0.011132 10.0.0.73 - - [2025-10-16 02:22:42] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006139 10.0.0.73 - - [2025-10-16 02:22:42] "POST /neutron/port HTTP/1.1" 200 1083 0.011307 10.0.0.73 - - [2025-10-16 02:22:42] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006902 10.0.0.73 - - [2025-10-16 02:22:42] "GET /virtual-machine/0f4e0139-adea-417c-bb0c-830938872916 HTTP/1.1" 200 1292 0.005101 10.0.0.73 - - [2025-10-16 02:22:42] "GET /virtual-machine-interface/bd2ef68f-dda9-40f2-ab5e-3ae3ed2b24e2 HTTP/1.1" 200 2941 0.004758 10.0.0.73 - - [2025-10-16 02:22:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002848 10.0.0.73 - - [2025-10-16 02:22:42] "GET /global-vrouter-config/9841bc1a-9304-496a-8e13-ee37ad0d925c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003642 10.0.0.73 - - [2025-10-16 02:22:42] "GET /virtual-networks?parent_id=9b2be689-0ab2-48e9-8a5f-e9e15181e9ed&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002980 10.0.0.73 - - [2025-10-16 02:22:42] "GET /virtual-network/b6f61771-1fe8-41ef-a80e-389c208d1cd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.005722 10.0.0.73 - - [2025-10-16 02:22:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002888 10.0.0.73 - - [2025-10-16 02:22:43] "GET /global-vrouter-config/9841bc1a-9304-496a-8e13-ee37ad0d925c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003977 10.0.0.73 - - [2025-10-16 02:22:44] "GET /virtual-networks?parent_id=9b2be689-0ab2-48e9-8a5f-e9e15181e9ed&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003030 10.0.0.73 - - [2025-10-16 02:22:44] "GET /virtual-network/b6f61771-1fe8-41ef-a80e-389c208d1cd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.006938 10.0.0.73 - - [2025-10-16 02:23:00] "POST /neutron/port HTTP/1.1" 200 1109 0.016660 10.0.0.73 - - [2025-10-16 02:23:00] "POST /neutron/port HTTP/1.1" 200 1109 0.008800 10.0.0.73 - - [2025-10-16 02:23:00] "POST /neutron/port HTTP/1.1" 200 151 0.127624 10.0.0.73 - - [2025-10-16 02:23:00] "POST /neutron/port HTTP/1.1" 200 1109 0.014012 10.0.0.73 - - [2025-10-16 02:23:00] "POST /neutron/port HTTP/1.1" 200 1109 0.012639 10.0.0.73 - - [2025-10-16 02:23:00] "POST /neutron/port HTTP/1.1" 200 1083 0.013545 10.0.0.73 - - [2025-10-16 02:23:00] "POST /neutron/port HTTP/1.1" 200 1109 0.020805 10.0.0.73 - - [2025-10-16 02:23:00] "POST /neutron/port HTTP/1.1" 200 151 0.153785 10.0.0.73 - - [2025-10-16 02:23:00] "POST /neutron/network HTTP/1.1" 200 994 0.013489 10.0.0.73 - - [2025-10-16 02:23:00] "POST /neutron/network HTTP/1.1" 400 204 0.010523 10.0.0.73 - - [2025-10-16 02:23:00] "POST /neutron/port HTTP/1.1" 200 151 0.116326 10.0.0.73 - - [2025-10-16 02:23:02] "POST /neutron/network HTTP/1.1" 200 994 0.008684 10.0.0.73 - - [2025-10-16 02:23:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004892 10.0.0.73 - - [2025-10-16 02:23:02] "POST /useragent-kv HTTP/1.1" 200 115 0.002043 10.0.0.73 - - [2025-10-16 02:23:02] "POST /useragent-kv HTTP/1.1" 200 115 0.002664 10.0.0.73 - - [2025-10-16 02:23:02] "POST /useragent-kv HTTP/1.1" 200 115 0.001686 10.0.0.73 - - [2025-10-16 02:23:02] "POST /useragent-kv HTTP/1.1" 200 115 0.001473 10.0.0.73 - - [2025-10-16 02:23:02] "POST /neutron/network HTTP/1.1" 200 151 0.093657 10.0.0.73 - - [2025-10-16 02:23:02] "DELETE /route-target/b2fd023a-98dd-43a1-9c50-b91a56bdb612 HTTP/1.1" 200 115 0.021094 10.0.0.73 - - [2025-10-16 02:23:02] "GET /routing-instance/155ce9f2-c413-476e-bd60-474e46120182 HTTP/1.1" 404 171 0.004817 10.0.0.73 - - [2025-10-16 02:23:02] "GET /domains HTTP/1.1" 200 280 0.006056 10.0.0.73 - - [2025-10-16 02:23:02] "GET /domains?obj_uuids=61b1a5e4-4f17-4839-837e-aba6307473a6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001346 10.0.0.73 - - [2025-10-16 02:23:02] "GET /domain/61b1a5e4-4f17-4839-837e-aba6307473a6 HTTP/1.1" 200 2572 0.051149 10.0.0.73 - - [2025-10-16 02:23:02] "GET /projects?obj_uuids=9b2be689-0ab2-48e9-8a5f-e9e15181e9ed&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000852 10.0.0.73 - - [2025-10-16 02:23:02] "GET /project/9b2be689-0ab2-48e9-8a5f-e9e15181e9ed HTTP/1.1" 200 2095 0.070259 10.0.0.73 - - [2025-10-16 02:23:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002616 10.0.0.73 - - [2025-10-16 02:23:02] "DELETE /network-ipam/01000066-aacd-4c89-9c02-c21b5eb737fe HTTP/1.1" 200 115 0.019794 10.0.0.73 - - [2025-10-16 02:23:02] "POST /fqname-to-id HTTP/1.1" 404 211 0.002214 10.0.0.73 - - [2025-10-16 02:23:03] "GET /projects?obj_uuids=9b2be689-0ab2-48e9-8a5f-e9e15181e9ed&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001220 10.0.0.73 - - [2025-10-16 02:23:03] "GET /project/9b2be689-0ab2-48e9-8a5f-e9e15181e9ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.022701 10.0.0.73 - - [2025-10-16 02:23:03] "GET /projects?obj_uuids=9b2be689-0ab2-48e9-8a5f-e9e15181e9ed&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001298 10.0.0.73 - - [2025-10-16 02:23:03] "GET /project/9b2be689-0ab2-48e9-8a5f-e9e15181e9ed?fields=virtual_networks HTTP/1.1" 200 1042 0.069797 10.0.0.73 - - [2025-10-16 02:23:03] "GET /projects?obj_uuids=9b2be689-0ab2-48e9-8a5f-e9e15181e9ed&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000938 10.0.0.73 - - [2025-10-16 02:23:03] "GET /project/9b2be689-0ab2-48e9-8a5f-e9e15181e9ed?fields=virtual_machine_interfaces HTTP/1.1" 200 1042 0.023029 10.0.0.73 - - [2025-10-16 02:23:03] "GET /projects?obj_uuids=9b2be689-0ab2-48e9-8a5f-e9e15181e9ed&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001256 10.0.0.73 - - [2025-10-16 02:23:03] "GET /project/9b2be689-0ab2-48e9-8a5f-e9e15181e9ed?fields=security_groups HTTP/1.1" 200 1268 0.025323 10.0.0.73 - - [2025-10-16 02:23:05] "POST /neutron/port HTTP/1.1" 200 117 0.006213 10.0.0.73 - - [2025-10-16 02:23:05] "POST /neutron/port HTTP/1.1" 400 205 0.004897 10.0.0.73 - - [2025-10-16 02:23:05] "POST /neutron/port HTTP/1.1" 200 117 0.006331 10.0.0.73 - - [2025-10-16 02:23:05] "POST /neutron/port HTTP/1.1" 400 205 0.003671 10.0.0.73 - - [2025-10-16 02:23:10] "GET / HTTP/1.1" 200 35931 0.001816 10.0.0.73 - - [2025-10-16 02:23:11] "POST /fqname-to-id HTTP/1.1" 401 292 0.000633 10.0.0.73 - - [2025-10-16 02:23:11] "POST /fqname-to-id HTTP/1.1" 404 183 0.050066 10.0.0.73 - - [2025-10-16 02:23:12] "GET /projects?obj_uuids=78e6274f-cfa8-49f7-b063-5588bba00377&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002767 10.0.0.73 - - [2025-10-16 02:23:12] "GET /domains?obj_uuids=61b1a5e4-4f17-4839-837e-aba6307473a6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001319 10.0.0.73 - - [2025-10-16 02:23:12] "GET /domain/61b1a5e4-4f17-4839-837e-aba6307473a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007266 10.0.0.73 - - [2025-10-16 02:23:12] "POST /id-to-fqname HTTP/1.1" 200 185 0.001158 10.0.0.73 - - [2025-10-16 02:23:12] "POST /fqname-to-id HTTP/1.1" 404 194 0.003294 10.0.0.73 - - [2025-10-16 02:23:12] "POST /security-groups HTTP/1.1" 200 586 0.060636 10.0.0.73 - - [2025-10-16 02:23:12] "POST /fqname-to-id HTTP/1.1" 404 229 0.002745 10.0.0.73 - - [2025-10-16 02:23:12] "POST /projects HTTP/1.1" 200 575 0.210570 10.0.0.73 - - [2025-10-16 02:23:12] "POST /access-control-lists HTTP/1.1" 200 591 0.059994 10.0.0.73 - - [2025-10-16 02:23:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.280289 10.0.0.73 - - [2025-10-16 02:23:12] "POST /fqname-to-id HTTP/1.1" 404 228 0.002869 10.0.0.73 - - [2025-10-16 02:23:12] "GET /project/78e6274f-cfa8-49f7-b063-5588bba00377?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.405493 10.0.0.73 - - [2025-10-16 02:23:12] "POST /access-control-lists HTTP/1.1" 200 589 0.064457 10.0.0.73 - - [2025-10-16 02:23:13] "GET / HTTP/1.1" 200 35931 0.001877 10.0.0.73 - - [2025-10-16 02:23:15] "POST /fqname-to-id HTTP/1.1" 401 292 0.000473 10.0.0.73 - - [2025-10-16 02:23:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.026032 10.0.0.73 - - [2025-10-16 02:23:15] "GET /api-access-list/ac919ab4-c519-4395-aa82-00bd2585ae01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.004184 10.0.0.73 - - [2025-10-16 02:23:15] "GET /api-access-list/ac919ab4-c519-4395-aa82-00bd2585ae01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.003559 10.0.0.73 - - [2025-10-16 02:23:15] "GET /api-access-list/ac919ab4-c519-4395-aa82-00bd2585ae01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.003389 10.0.0.73 - - [2025-10-16 02:23:15] "PUT /api-access-list/ac919ab4-c519-4395-aa82-00bd2585ae01 HTTP/1.1" 200 264 0.014581 10.0.0.73 - - [2025-10-16 02:23:16] "GET /aaa-mode HTTP/1.1" 401 292 0.000532 10.0.0.73 - - [2025-10-16 02:23:16] "GET /aaa-mode HTTP/1.1" 200 128 0.029463 10.0.0.73 - - [2025-10-16 02:23:16] "POST /fqname-to-id HTTP/1.1" 404 183 0.022488 10.0.0.73 - - [2025-10-16 02:23:17] "GET /projects?obj_uuids=6b59a898-2219-4319-9b34-9bc84e715dae&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003243 10.0.0.73 - - [2025-10-16 02:23:17] "GET /domains?obj_uuids=61b1a5e4-4f17-4839-837e-aba6307473a6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001652 10.0.0.73 - - [2025-10-16 02:23:17] "GET /domain/61b1a5e4-4f17-4839-837e-aba6307473a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.008267 10.0.0.73 - - [2025-10-16 02:23:17] "POST /id-to-fqname HTTP/1.1" 200 185 0.001121 10.0.0.73 - - [2025-10-16 02:23:17] "POST /fqname-to-id HTTP/1.1" 404 194 0.003212 10.0.0.73 - - [2025-10-16 02:23:17] "POST /security-groups HTTP/1.1" 200 586 0.068221 10.0.0.73 - - [2025-10-16 02:23:17] "POST /fqname-to-id HTTP/1.1" 404 229 0.002558 10.0.0.73 - - [2025-10-16 02:23:17] "POST /projects HTTP/1.1" 200 575 0.215000 10.0.0.73 - - [2025-10-16 02:23:17] "POST /access-control-lists HTTP/1.1" 200 591 0.059563 10.0.0.73 - - [2025-10-16 02:23:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.287312 10.0.0.73 - - [2025-10-16 02:23:17] "POST /fqname-to-id HTTP/1.1" 404 228 0.002725 10.0.0.73 - - [2025-10-16 02:23:17] "GET /project/6b59a898-2219-4319-9b34-9bc84e715dae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.417084 10.0.0.73 - - [2025-10-16 02:23:17] "POST /access-control-lists HTTP/1.1" 200 589 0.056870 10.0.0.73 - - [2025-10-16 02:23:17] "POST /fqname-to-id HTTP/1.1" 404 183 0.022981 10.0.0.73 - - [2025-10-16 02:23:17] "GET /projects?obj_uuids=8e6f5718-cd2f-4af6-a0dc-7a231581b68c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002951 10.0.0.73 - - [2025-10-16 02:23:17] "GET /domains?obj_uuids=61b1a5e4-4f17-4839-837e-aba6307473a6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001079 10.0.0.73 - - [2025-10-16 02:23:17] "GET /domain/61b1a5e4-4f17-4839-837e-aba6307473a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006505 10.0.0.73 - - [2025-10-16 02:23:18] "POST /id-to-fqname HTTP/1.1" 200 185 0.001876 10.0.0.73 - - [2025-10-16 02:23:18] "POST /fqname-to-id HTTP/1.1" 404 194 0.003271 10.0.0.73 - - [2025-10-16 02:23:18] "POST /security-groups HTTP/1.1" 200 586 0.066318 10.0.0.73 - - [2025-10-16 02:23:18] "POST /fqname-to-id HTTP/1.1" 404 229 0.003349 10.0.0.73 - - [2025-10-16 02:23:18] "POST /projects HTTP/1.1" 200 575 0.220408 10.0.0.73 - - [2025-10-16 02:23:18] "POST /access-control-lists HTTP/1.1" 200 591 0.059932 10.0.0.73 - - [2025-10-16 02:23:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.299662 10.0.0.73 - - [2025-10-16 02:23:18] "POST /fqname-to-id HTTP/1.1" 404 228 0.002888 10.0.0.73 - - [2025-10-16 02:23:18] "GET /project/8e6f5718-cd2f-4af6-a0dc-7a231581b68c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.423923 10.0.0.73 - - [2025-10-16 02:23:18] "POST /access-control-lists HTTP/1.1" 200 589 0.064696 10.0.0.73 - - [2025-10-16 02:23:18] "GET / HTTP/1.1" 200 35931 0.001925 10.0.0.73 - - [2025-10-16 02:23:19] "GET / HTTP/1.1" 200 35931 0.001475 10.0.0.73 - - [2025-10-16 02:23:20] "POST /fqname-to-id HTTP/1.1" 404 183 0.002825 10.0.0.73 - - [2025-10-16 02:23:20] "POST /api-access-lists HTTP/1.1" 200 521 0.017270 10.0.0.73 - - [2025-10-16 02:23:20] "GET /api-access-list/54ae4a8c-a092-41f1-890a-bd6175c379f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1263 0.005018 10.0.0.73 - - [2025-10-16 02:23:20] "GET /api-access-list/54ae4a8c-a092-41f1-890a-bd6175c379f9 HTTP/1.1" 401 292 0.000453 10.0.0.73 - - [2025-10-16 02:23:20] "GET /api-access-list/54ae4a8c-a092-41f1-890a-bd6175c379f9 HTTP/1.1" 200 1263 0.063936 10.0.0.73 - - [2025-10-16 02:23:20] "POST /fqname-to-id HTTP/1.1" 401 292 0.000344 10.0.0.73 - - [2025-10-16 02:23:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.063800 10.0.0.73 - - [2025-10-16 02:23:20] "GET /projects?obj_uuids=6b59a898-2219-4319-9b34-9bc84e715dae&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001127 10.0.0.73 - - [2025-10-16 02:23:20] "GET /project/6b59a898-2219-4319-9b34-9bc84e715dae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.032927 10.0.0.73 - - [2025-10-16 02:23:20] "GET /virtual-networks?parent_id=6b59a898-2219-4319-9b34-9bc84e715dae&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.011670 10.0.0.73 - - [2025-10-16 02:23:21] "POST /virtual-networks HTTP/1.1" 200 568 0.075392 10.0.0.73 - - [2025-10-16 02:23:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.012232 10.0.0.73 - - [2025-10-16 02:23:21] "GET /network-ipam/8b5720af-3fd5-451d-8f59-5d026430f3eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1044 0.011623 10.0.0.73 - - [2025-10-16 02:23:21] "POST /useragent-kv HTTP/1.1" 200 115 0.003499 10.0.0.73 - - [2025-10-16 02:23:21] "POST /ref-update HTTP/1.1" 200 156 0.052900 10.0.0.73 - - [2025-10-16 02:23:21] "POST /neutron/network HTTP/1.1" 200 834 0.044472 10.0.0.73 - - [2025-10-16 02:23:21] "POST /neutron/network HTTP/1.1" 200 834 0.017992 10.0.0.73 - - [2025-10-16 02:23:21] "GET /virtual-network/8b1f3377-b125-453c-979f-d5163e58ed65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1987 0.012236 10.0.0.73 - - [2025-10-16 02:23:21] "POST /neutron/network HTTP/1.1" 200 834 0.019274 10.0.0.73 - - [2025-10-16 02:23:21] "POST /neutron/subnet HTTP/1.1" 200 685 0.025520 10.0.0.73 - - [2025-10-16 02:23:21] "GET /virtual-network/8b1f3377-b125-453c-979f-d5163e58ed65 HTTP/1.1" 401 292 0.000369 10.0.0.73 - - [2025-10-16 02:23:21] "POST /route-targets HTTP/1.1" 200 327 0.021609 10.0.0.73 - - [2025-10-16 02:23:21] "POST /ref-update HTTP/1.1" 200 156 0.010983 10.0.0.73 - - [2025-10-16 02:23:21] "GET /virtual-network/8b1f3377-b125-453c-979f-d5163e58ed65 HTTP/1.1" 200 2272 0.037655 10.0.0.73 - - [2025-10-16 02:23:21] "GET /virtual-network/8b1f3377-b125-453c-979f-d5163e58ed65 HTTP/1.1" 401 292 0.000444 10.0.0.73 - - [2025-10-16 02:23:22] "GET /virtual-network/8b1f3377-b125-453c-979f-d5163e58ed65 HTTP/1.1" 200 2012 0.043910 10.0.0.73 - - [2025-10-16 02:23:22] "POST /id-to-fqname HTTP/1.1" 401 292 0.000472 10.0.0.73 - - [2025-10-16 02:23:22] "POST /id-to-fqname HTTP/1.1" 200 230 0.032538 10.0.0.73 - - [2025-10-16 02:23:23] "POST /neutron/network HTTP/1.1" 200 844 0.047221 10.0.0.73 - - [2025-10-16 02:23:23] "GET /aaa-mode HTTP/1.1" 401 292 0.000386 10.0.0.73 - - [2025-10-16 02:23:23] "GET / HTTP/1.1" 200 35931 0.001457 10.0.0.73 - - [2025-10-16 02:23:23] "GET /project/8e6f5718-cd2f-4af6-a0dc-7a231581b68c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000367 10.0.0.73 - - [2025-10-16 02:23:23] "GET /projects?obj_uuids=8e6f5718-cd2f-4af6-a0dc-7a231581b68c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000986 10.0.0.73 - - [2025-10-16 02:23:23] "GET /project/8e6f5718-cd2f-4af6-a0dc-7a231581b68c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.047025 10.0.0.73 - - [2025-10-16 02:23:23] "POST /neutron/network HTTP/1.1" 200 834 0.006791 10.0.0.73 - - [2025-10-16 02:23:24] "POST /neutron/port HTTP/1.1" 200 117 0.031134 10.0.0.73 - - [2025-10-16 02:23:24] "POST /neutron/port HTTP/1.1" 200 117 0.006682 10.0.0.73 - - [2025-10-16 02:23:24] "POST /neutron/port HTTP/1.1" 200 117 0.005669 10.0.0.73 - - [2025-10-16 02:23:24] "POST /neutron/network HTTP/1.1" 200 844 0.022191 10.0.0.73 - - [2025-10-16 02:23:24] "POST /neutron/network HTTP/1.1" 200 834 0.019362 10.0.0.73 - - [2025-10-16 02:23:24] "GET /projects?obj_uuids=8e6f5718-cd2f-4af6-a0dc-7a231581b68c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001235 10.0.0.73 - - [2025-10-16 02:23:24] "POST /neutron/port HTTP/1.1" 200 1057 0.334397 10.0.0.73 - - [2025-10-16 02:23:24] "POST /neutron/port HTTP/1.1" 200 1057 0.009441 10.0.0.73 - - [2025-10-16 02:23:24] "POST /neutron/port HTTP/1.1" 200 1057 0.009029 10.0.0.73 - - [2025-10-16 02:23:24] "POST /neutron/port HTTP/1.1" 200 1111 0.057312 10.0.0.73 - - [2025-10-16 02:23:25] "POST /neutron/port HTTP/1.1" 200 1085 0.009636 10.0.0.73 - - [2025-10-16 02:23:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003724 10.0.0.73 - - [2025-10-16 02:23:25] "POST /neutron/subnet HTTP/1.1" 200 659 0.007456 10.0.0.73 - - [2025-10-16 02:23:25] "POST /neutron/port HTTP/1.1" 200 117 0.001482 10.0.0.73 - - [2025-10-16 02:23:25] "POST /neutron/network HTTP/1.1" 200 834 0.005515 10.0.0.73 - - [2025-10-16 02:23:29] "POST /neutron/port HTTP/1.1" 200 1085 0.011364 10.0.0.73 - - [2025-10-16 02:23:29] "POST /neutron/security_group HTTP/1.1" 200 2053 0.006205 10.0.0.73 - - [2025-10-16 02:23:29] "POST /neutron/port HTTP/1.1" 200 1085 0.010041 10.0.0.73 - - [2025-10-16 02:23:29] "POST /neutron/security_group HTTP/1.1" 200 2053 0.005993 10.0.0.73 - - [2025-10-16 02:23:29] "POST /neutron/port HTTP/1.1" 200 1085 0.010279 10.0.0.73 - - [2025-10-16 02:23:29] "POST /neutron/security_group HTTP/1.1" 200 2053 0.005965 10.0.0.73 - - [2025-10-16 02:23:29] "POST /neutron/port HTTP/1.1" 200 1085 0.010795 10.0.0.73 - - [2025-10-16 02:23:29] "POST /neutron/security_group HTTP/1.1" 200 2053 0.005319 10.0.0.73 - - [2025-10-16 02:23:29] "GET /virtual-machine/dea0f4f4-933f-472f-b980-d27532c9e967 HTTP/1.1" 200 1288 0.011489 10.0.0.73 - - [2025-10-16 02:23:29] "GET /virtual-machine/dea0f4f4-933f-472f-b980-d27532c9e967 HTTP/1.1" 200 1288 0.010211 10.0.0.73 - - [2025-10-16 02:23:29] "GET /virtual-machine-interface/fd08ae7a-0428-47e8-a896-a2f6f4d4b553 HTTP/1.1" 200 2531 0.016124 10.0.0.73 - - [2025-10-16 02:23:29] "GET /virtual-machine/dea0f4f4-933f-472f-b980-d27532c9e967 HTTP/1.1" 200 1288 0.011492 10.0.0.73 - - [2025-10-16 02:23:29] "GET /virtual-machine-interface/fd08ae7a-0428-47e8-a896-a2f6f4d4b553 HTTP/1.1" 200 2531 0.015022 10.0.0.73 - - [2025-10-16 02:23:29] "GET /instance-ip/e9e45ede-bc31-4b8b-968f-c6121cd70897 HTTP/1.1" 200 1628 0.016049 10.0.0.73 - - [2025-10-16 02:23:29] "GET /virtual-machine/dea0f4f4-933f-472f-b980-d27532c9e967 HTTP/1.1" 200 1288 0.013139 10.0.0.73 - - [2025-10-16 02:23:29] "GET /virtual-machine-interface/fd08ae7a-0428-47e8-a896-a2f6f4d4b553 HTTP/1.1" 200 2531 0.016884 10.0.0.73 - - [2025-10-16 02:23:29] "GET /instance-ip/e9e45ede-bc31-4b8b-968f-c6121cd70897 HTTP/1.1" 200 1628 0.011788 10.0.0.73 - - [2025-10-16 02:23:29] "POST /fqname-to-id HTTP/1.1" 403 339 0.011481 10.0.0.73 - - [2025-10-16 02:23:29] "GET / HTTP/1.1" 200 35931 0.001473 10.0.0.73 - - [2025-10-16 02:23:30] "POST /fqname-to-id HTTP/1.1" 401 292 0.000473 10.0.0.73 - - [2025-10-16 02:23:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.022015 10.0.0.73 - - [2025-10-16 02:23:30] "GET /global-vrouter-config/9841bc1a-9304-496a-8e13-ee37ad0d925c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002876 10.0.0.73 - - [2025-10-16 02:23:30] "GET /virtual-networks?parent_id=8e6f5718-cd2f-4af6-a0dc-7a231581b68c&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010461 10.0.0.73 - - [2025-10-16 02:23:30] "POST /fqname-to-id HTTP/1.1" 403 339 0.011990 10.0.0.73 - - [2025-10-16 02:23:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003007 10.0.0.73 - - [2025-10-16 02:23:30] "GET /global-vrouter-config/9841bc1a-9304-496a-8e13-ee37ad0d925c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003137 10.0.0.73 - - [2025-10-16 02:23:30] "GET /virtual-networks?parent_id=8e6f5718-cd2f-4af6-a0dc-7a231581b68c&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.012289 10.0.0.73 - - [2025-10-16 02:23:30] "POST /fqname-to-id HTTP/1.1" 403 339 0.010983 10.0.0.73 - - [2025-10-16 02:23:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002967 10.0.0.73 - - [2025-10-16 02:23:30] "GET /global-vrouter-config/9841bc1a-9304-496a-8e13-ee37ad0d925c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002977 10.0.0.73 - - [2025-10-16 02:23:30] "GET /virtual-networks?parent_id=8e6f5718-cd2f-4af6-a0dc-7a231581b68c&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009654 10.0.0.73 - - [2025-10-16 02:23:30] "POST /fqname-to-id HTTP/1.1" 403 339 0.015951 10.0.0.73 - - [2025-10-16 02:23:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002652 10.0.0.73 - - [2025-10-16 02:23:30] "GET /global-vrouter-config/9841bc1a-9304-496a-8e13-ee37ad0d925c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003132 10.0.0.73 - - [2025-10-16 02:23:30] "GET /virtual-networks?parent_id=8e6f5718-cd2f-4af6-a0dc-7a231581b68c&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010573 10.0.0.73 - - [2025-10-16 02:23:30] "POST /fqname-to-id HTTP/1.1" 403 339 0.012311 10.0.0.73 - - [2025-10-16 02:23:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003550 10.0.0.73 - - [2025-10-16 02:23:30] "GET /global-vrouter-config/9841bc1a-9304-496a-8e13-ee37ad0d925c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003358 10.0.0.73 - - [2025-10-16 02:23:30] "GET /virtual-networks?parent_id=8e6f5718-cd2f-4af6-a0dc-7a231581b68c&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.011254 10.0.0.73 - - [2025-10-16 02:23:33] "DELETE /project/8e6f5718cd2f4af6a0dc7a231581b68c HTTP/1.1" 404 173 0.008743 10.0.0.73 - - [2025-10-16 02:23:33] "DELETE /project/6b59a898221943199b349bc84e715dae HTTP/1.1" 404 173 0.007577 10.0.0.73 - - [2025-10-16 02:23:33] "DELETE /project/78e6274fcfa849f7b0635588bba00377 HTTP/1.1" 404 173 0.005294 10.0.0.73 - - [2025-10-16 02:23:33] "GET /projects?obj_uuids=9b2be689-0ab2-48e9-8a5f-e9e15181e9ed&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000839 10.0.0.73 - - [2025-10-16 02:23:33] "GET /project/9b2be689-0ab2-48e9-8a5f-e9e15181e9ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1478 0.032880 10.0.0.73 - - [2025-10-16 02:23:33] "GET /projects?obj_uuids=9b2be689-0ab2-48e9-8a5f-e9e15181e9ed&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000886 10.0.0.73 - - [2025-10-16 02:23:33] "POST /neutron/port HTTP/1.1" 200 1085 0.011959 10.0.0.73 - - [2025-10-16 02:23:33] "POST /neutron/security_group HTTP/1.1" 200 2053 0.006278 10.0.0.73 - - [2025-10-16 02:23:33] "GET /project/9b2be689-0ab2-48e9-8a5f-e9e15181e9ed?fields=security_groups HTTP/1.1" 200 1373 0.074109 10.0.0.73 - - [2025-10-16 02:23:33] "DELETE /security-group/3fa53ea1-d8ec-47a4-9b6f-5028f894e5d6 HTTP/1.1" 200 115 0.026765 10.0.0.73 - - [2025-10-16 02:23:33] "GET /projects?obj_uuids=9b2be689-0ab2-48e9-8a5f-e9e15181e9ed&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000918 10.0.0.73 - - [2025-10-16 02:23:33] "GET /project/9b2be689-0ab2-48e9-8a5f-e9e15181e9ed?fields=application_policy_sets HTTP/1.1" 200 1412 0.033947 10.0.0.73 - - [2025-10-16 02:23:33] "DELETE /access-control-list/cb56041e-5490-4492-b02c-f8408fdeb001 HTTP/1.1" 200 115 0.041514 10.0.0.73 - - [2025-10-16 02:23:33] "DELETE /access-control-list/e794d27a-cc94-45ae-a5f2-0d908b80fb6e HTTP/1.1" 200 115 0.023653 10.0.0.73 - - [2025-10-16 02:23:33] "DELETE /project/9b2be689-0ab2-48e9-8a5f-e9e15181e9ed HTTP/1.1" 200 115 0.329470 10.0.0.73 - - [2025-10-16 02:23:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.014054 10.0.0.73 - - [2025-10-16 02:23:34] "GET /virtual-network/8b1f3377-b125-453c-979f-d5163e58ed65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1987 0.012917 10.0.0.73 - - [2025-10-16 02:23:36] "POST /fqname-to-id HTTP/1.1" 403 339 0.010435 10.0.0.73 - - [2025-10-16 02:23:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002184 10.0.0.73 - - [2025-10-16 02:23:36] "GET /global-vrouter-config/9841bc1a-9304-496a-8e13-ee37ad0d925c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002725 10.0.0.73 - - [2025-10-16 02:23:36] "GET /virtual-networks?parent_id=8e6f5718-cd2f-4af6-a0dc-7a231581b68c&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010827 10.0.0.73 - - [2025-10-16 02:23:36] "POST /fqname-to-id HTTP/1.1" 403 339 0.009345 10.0.0.73 - - [2025-10-16 02:23:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002284 10.0.0.73 - - [2025-10-16 02:23:36] "GET /global-vrouter-config/9841bc1a-9304-496a-8e13-ee37ad0d925c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002943 10.0.0.73 - - [2025-10-16 02:23:36] "GET /virtual-networks?parent_id=8e6f5718-cd2f-4af6-a0dc-7a231581b68c&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.011212 10.0.0.73 - - [2025-10-16 02:23:36] "POST /fqname-to-id HTTP/1.1" 403 361 0.011621 10.0.0.73 - - [2025-10-16 02:23:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002847 10.0.0.73 - - [2025-10-16 02:23:36] "GET /routing-instance/3b04d951-afb1-4797-8117-825811b37def?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1529 0.003549 10.0.0.73 - - [2025-10-16 02:23:36] "GET /route-target/457958a5-20d7-4c12-b480-2d05600010ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.008983 10.0.0.73 - - [2025-10-16 02:23:36] "GET /route-target/457958a5-20d7-4c12-b480-2d05600010ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.002802 10.0.0.73 - - [2025-10-16 02:23:36] "POST /fqname-to-id HTTP/1.1" 403 339 0.010145 10.0.0.73 - - [2025-10-16 02:23:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002355 10.0.0.73 - - [2025-10-16 02:23:36] "GET /global-vrouter-config/9841bc1a-9304-496a-8e13-ee37ad0d925c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003804 10.0.0.73 - - [2025-10-16 02:23:36] "GET /virtual-networks?parent_id=8e6f5718-cd2f-4af6-a0dc-7a231581b68c&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.011047 10.0.0.73 - - [2025-10-16 02:23:36] "POST /fqname-to-id HTTP/1.1" 403 361 0.009768 10.0.0.73 - - [2025-10-16 02:23:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002972 10.0.0.73 - - [2025-10-16 02:23:36] "GET /routing-instance/3b04d951-afb1-4797-8117-825811b37def?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1529 0.003891 10.0.0.73 - - [2025-10-16 02:23:36] "GET /route-target/457958a5-20d7-4c12-b480-2d05600010ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.008924 10.0.0.73 - - [2025-10-16 02:23:36] "GET /route-target/457958a5-20d7-4c12-b480-2d05600010ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.002724 10.0.0.73 - - [2025-10-16 02:23:37] "GET /obj-perms HTTP/1.1" 200 4915 0.052665 10.0.0.73 - - [2025-10-16 02:23:37] "GET /virtual-machine/dea0f4f4-933f-472f-b980-d27532c9e967?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.011400 10.0.0.73 - - [2025-10-16 02:23:39] "GET /obj-perms HTTP/1.1" 200 4915 0.009865 10.0.0.73 - - [2025-10-16 02:23:39] "GET /virtual-machine/dea0f4f4-933f-472f-b980-d27532c9e967?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.010398 10.0.0.73 - - [2025-10-16 02:23:41] "GET /obj-perms HTTP/1.1" 200 4915 0.010265 10.0.0.73 - - [2025-10-16 02:23:41] "GET /virtual-machine/dea0f4f4-933f-472f-b980-d27532c9e967?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.010712 10.0.0.73 - - [2025-10-16 02:23:41] "GET /obj-perms HTTP/1.1" 200 5056 0.047775 10.0.0.73 - - [2025-10-16 02:23:41] "GET /obj-perms HTTP/1.1" 200 5056 0.043412 10.0.0.73 - - [2025-10-16 02:23:43] "GET /obj-perms HTTP/1.1" 200 4915 0.009926 10.0.0.73 - - [2025-10-16 02:23:43] "GET /virtual-machine/dea0f4f4-933f-472f-b980-d27532c9e967?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.009059 10.0.0.73 - - [2025-10-16 02:23:45] "GET /obj-perms HTTP/1.1" 200 4915 0.009154 10.0.0.73 - - [2025-10-16 02:23:45] "GET /virtual-machine/dea0f4f4-933f-472f-b980-d27532c9e967?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.009859 10.0.0.73 - - [2025-10-16 02:23:47] "GET /obj-perms HTTP/1.1" 200 4915 0.011824 10.0.0.73 - - [2025-10-16 02:23:47] "GET /virtual-machine/dea0f4f4-933f-472f-b980-d27532c9e967?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.010297 10.0.0.73 - - [2025-10-16 02:23:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000465 10.0.0.73 - - [2025-10-16 02:23:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000406 10.0.0.73 - - [2025-10-16 02:23:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000396 10.0.0.73 - - [2025-10-16 02:23:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000469 10.0.0.73 - - [2025-10-16 02:23:49] "GET /obj-perms HTTP/1.1" 200 4915 0.009838 10.0.0.73 - - [2025-10-16 02:23:49] "GET /virtual-machine/dea0f4f4-933f-472f-b980-d27532c9e967?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.010272 10.0.0.73 - - [2025-10-16 02:23:51] "GET /obj-perms HTTP/1.1" 200 4915 0.010521 10.0.0.73 - - [2025-10-16 02:23:51] "GET /virtual-machine/dea0f4f4-933f-472f-b980-d27532c9e967?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.010312 10.0.0.73 - - [2025-10-16 02:23:51] "GET /obj-perms HTTP/1.1" 200 4915 0.010123 10.0.0.73 - - [2025-10-16 02:23:51] "POST /fqname-to-id HTTP/1.1" 401 292 0.000386 10.0.0.73 - - [2025-10-16 02:23:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.027231 10.0.0.73 - - [2025-10-16 02:23:52] "GET /virtual-machine-interface/fd08ae7a-0428-47e8-a896-a2f6f4d4b553?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2310 0.015308 10.0.0.73 - - [2025-10-16 02:23:52] "GET /obj-perms HTTP/1.1" 200 4915 0.010142 10.0.0.73 - - [2025-10-16 02:23:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002797 10.0.0.73 - - [2025-10-16 02:23:52] "GET /virtual-machine-interface/fd08ae7a-0428-47e8-a896-a2f6f4d4b553?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2310 0.013943 10.0.0.73 - - [2025-10-16 02:23:52] "GET /obj-perms HTTP/1.1" 200 4915 0.022805 10.0.0.73 - - [2025-10-16 02:23:52] "GET /virtual-machine/dea0f4f4-933f-472f-b980-d27532c9e967?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.012006 10.0.0.73 - - [2025-10-16 02:23:52] "GET /obj-perms HTTP/1.1" 200 4915 0.009935 10.0.0.73 - - [2025-10-16 02:23:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004204 10.0.0.73 - - [2025-10-16 02:23:52] "GET /virtual-machine-interface/fd08ae7a-0428-47e8-a896-a2f6f4d4b553?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2310 0.014434 10.0.0.73 - - [2025-10-16 02:23:52] "GET /obj-perms HTTP/1.1" 200 4915 0.009376 10.0.0.73 - - [2025-10-16 02:23:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002862 10.0.0.73 - - [2025-10-16 02:23:52] "GET /virtual-network/8b1f3377-b125-453c-979f-d5163e58ed65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1987 0.011965 10.0.0.73 - - [2025-10-16 02:23:52] "GET /obj-perms HTTP/1.1" 200 4915 0.009300 10.0.0.73 - - [2025-10-16 02:23:52] "GET /virtual-machine/dea0f4f4-933f-472f-b980-d27532c9e967?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.011039 10.0.0.73 - - [2025-10-16 02:23:53] "GET /obj-perms HTTP/1.1" 200 4915 0.016609 10.0.0.73 - - [2025-10-16 02:23:53] "GET /obj-perms HTTP/1.1" 200 4915 0.009601 10.0.0.73 - - [2025-10-16 02:23:53] "GET /obj-perms HTTP/1.1" 200 4915 0.052381 10.0.0.73 - - [2025-10-16 02:23:53] "GET /obj-perms HTTP/1.1" 200 4915 0.010218 10.0.0.73 - - [2025-10-16 02:23:53] "GET /obj-perms HTTP/1.1" 200 5020 0.045487 10.0.0.73 - - [2025-10-16 02:23:53] "GET /obj-perms HTTP/1.1" 200 5020 0.003404 10.0.0.73 - - [2025-10-16 02:23:54] "GET /obj-perms HTTP/1.1" 200 4915 0.009383 10.0.0.73 - - [2025-10-16 02:23:54] "GET /obj-perms HTTP/1.1" 200 4915 0.009075 10.0.0.73 - - [2025-10-16 02:23:54] "GET /obj-perms HTTP/1.1" 200 4915 0.059867 10.0.0.73 - - [2025-10-16 02:23:54] "GET /obj-perms HTTP/1.1" 200 4915 0.017057 10.0.0.73 - - [2025-10-16 02:23:54] "GET /obj-perms HTTP/1.1" 200 5020 0.003205 10.0.0.73 - - [2025-10-16 02:23:54] "GET /obj-perms HTTP/1.1" 200 5020 0.003167 10.0.0.73 - - [2025-10-16 02:23:54] "GET /obj-perms HTTP/1.1" 200 4915 0.009386 10.0.0.73 - - [2025-10-16 02:23:54] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 320 0.011676 10.0.0.73 - - [2025-10-16 02:23:54] "GET /virtual-machine/dea0f4f4-933f-472f-b980-d27532c9e967 HTTP/1.1" 200 1288 0.022822 10.0.0.73 - - [2025-10-16 02:23:55] "POST /neutron/port HTTP/1.1" 200 1085 0.011014 10.0.0.73 - - [2025-10-16 02:23:55] "POST /neutron/port HTTP/1.1" 200 1111 0.008299 10.0.0.73 - - [2025-10-16 02:23:55] "POST /neutron/port HTTP/1.1" 200 151 0.105716 10.0.0.73 - - [2025-10-16 02:23:56] "GET /virtual-machine/dea0f4f4-933f-472f-b980-d27532c9e967 HTTP/1.1" 404 171 0.010966 10.0.0.73 - - [2025-10-16 02:23:56] "GET /virtual-machine/dea0f4f4-933f-472f-b980-d27532c9e967 HTTP/1.1" 404 171 0.009009 10.0.0.73 - - [2025-10-16 02:23:56] "GET /virtual-machine/dea0f4f4-933f-472f-b980-d27532c9e967 HTTP/1.1" 404 171 0.007482 10.0.0.73 - - [2025-10-16 02:23:57] "POST /fqname-to-id HTTP/1.1" 403 339 0.012120 10.0.0.73 - - [2025-10-16 02:23:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002281 10.0.0.73 - - [2025-10-16 02:23:57] "GET /global-vrouter-config/9841bc1a-9304-496a-8e13-ee37ad0d925c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002495 10.0.0.73 - - [2025-10-16 02:23:57] "GET /virtual-networks?parent_id=8e6f5718-cd2f-4af6-a0dc-7a231581b68c&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010834 10.0.0.73 - - [2025-10-16 02:23:57] "POST /fqname-to-id HTTP/1.1" 403 361 0.010313 10.0.0.73 - - [2025-10-16 02:23:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003245 10.0.0.73 - - [2025-10-16 02:23:57] "GET /routing-instance/3b04d951-afb1-4797-8117-825811b37def?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1529 0.004464 10.0.0.73 - - [2025-10-16 02:23:57] "GET /route-target/457958a5-20d7-4c12-b480-2d05600010ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.010311 10.0.0.73 - - [2025-10-16 02:23:57] "GET /route-target/457958a5-20d7-4c12-b480-2d05600010ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003327 10.0.0.73 - - [2025-10-16 02:23:57] "GET /obj-perms HTTP/1.1" 200 4915 0.009073 10.0.0.73 - - [2025-10-16 02:23:57] "GET /obj-perms HTTP/1.1" 200 4915 0.008594 10.0.0.73 - - [2025-10-16 02:23:57] "GET /obj-perms HTTP/1.1" 200 4915 0.058558 10.0.0.73 - - [2025-10-16 02:23:57] "GET /obj-perms HTTP/1.1" 200 4915 0.009246 10.0.0.73 - - [2025-10-16 02:23:57] "GET /obj-perms HTTP/1.1" 200 5020 0.003235 10.0.0.73 - - [2025-10-16 02:24:00] "GET /obj-perms HTTP/1.1" 200 5020 0.003367 10.0.0.73 - - [2025-10-16 02:24:03] "GET /obj-perms HTTP/1.1" 200 5020 0.003267 10.0.0.73 - - [2025-10-16 02:24:06] "GET /obj-perms HTTP/1.1" 200 5020 0.004231 10.0.0.73 - - [2025-10-16 02:24:09] "GET /obj-perms HTTP/1.1" 200 5020 0.003171 10.0.0.73 - - [2025-10-16 02:24:12] "GET /obj-perms HTTP/1.1" 200 5020 0.003380 10.0.0.73 - - [2025-10-16 02:24:15] "GET /obj-perms HTTP/1.1" 200 5020 0.003155 10.0.0.73 - - [2025-10-16 02:24:18] "GET /obj-perms HTTP/1.1" 200 5020 0.003347 10.0.0.73 - - [2025-10-16 02:24:21] "GET /obj-perms HTTP/1.1" 200 5020 0.004699 10.0.0.73 - - [2025-10-16 02:24:24] "GET /obj-perms HTTP/1.1" 200 5020 0.003406 10.0.0.73 - - [2025-10-16 02:24:27] "GET /obj-perms HTTP/1.1" 200 5020 0.003180 10.0.0.73 - - [2025-10-16 02:24:30] "GET /obj-perms HTTP/1.1" 200 5020 0.003042 10.0.0.73 - - [2025-10-16 02:24:33] "GET /obj-perms HTTP/1.1" 200 5020 0.003477 10.0.0.73 - - [2025-10-16 02:24:36] "GET /obj-perms HTTP/1.1" 200 5020 0.003441 10.0.0.73 - - [2025-10-16 02:24:39] "GET /obj-perms HTTP/1.1" 200 5020 0.003443 10.0.0.73 - - [2025-10-16 02:24:42] "GET /obj-perms HTTP/1.1" 200 5056 0.050282 10.0.0.73 - - [2025-10-16 02:24:42] "GET /obj-perms HTTP/1.1" 200 5056 0.044633 10.0.0.73 - - [2025-10-16 02:24:42] "GET /obj-perms HTTP/1.1" 200 5020 0.003876 10.0.0.73 - - [2025-10-16 02:24:43] "POST /useragent-kv HTTP/1.1" 200 115 0.002132 10.0.0.73 - - [2025-10-16 02:24:43] "POST /useragent-kv HTTP/1.1" 200 115 0.002602 10.0.0.73 - - [2025-10-16 02:24:43] "DELETE /virtual-network/8b1f3377-b125-453c-979f-d5163e58ed65 HTTP/1.1" 200 115 0.075390 10.0.0.73 - - [2025-10-16 02:24:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002667 10.0.0.73 - - [2025-10-16 02:24:43] "DELETE /route-target/457958a5-20d7-4c12-b480-2d05600010ed HTTP/1.1" 200 115 0.019056 10.0.0.73 - - [2025-10-16 02:24:43] "DELETE /api-access-list/54ae4a8c-a092-41f1-890a-bd6175c379f9 HTTP/1.1" 200 115 0.023322 10.0.0.73 - - [2025-10-16 02:24:43] "GET /api-access-list/54ae4a8c-a092-41f1-890a-bd6175c379f9 HTTP/1.1" 404 171 0.002744 10.0.0.73 - - [2025-10-16 02:24:43] "GET /projects?obj_uuids=8e6f5718-cd2f-4af6-a0dc-7a231581b68c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001030 10.0.0.73 - - [2025-10-16 02:24:43] "GET /project/8e6f5718-cd2f-4af6-a0dc-7a231581b68c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.023745 10.0.0.73 - - [2025-10-16 02:24:43] "GET /projects?obj_uuids=8e6f5718-cd2f-4af6-a0dc-7a231581b68c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000897 10.0.0.73 - - [2025-10-16 02:24:43] "GET /project/8e6f5718-cd2f-4af6-a0dc-7a231581b68c?fields=virtual_networks HTTP/1.1" 200 1033 0.065200 10.0.0.73 - - [2025-10-16 02:24:43] "GET /projects?obj_uuids=8e6f5718-cd2f-4af6-a0dc-7a231581b68c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001129 10.0.0.73 - - [2025-10-16 02:24:43] "GET /project/8e6f5718-cd2f-4af6-a0dc-7a231581b68c?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.027584 10.0.0.73 - - [2025-10-16 02:24:43] "GET /projects?obj_uuids=8e6f5718-cd2f-4af6-a0dc-7a231581b68c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001155 10.0.0.73 - - [2025-10-16 02:24:43] "GET /project/8e6f5718-cd2f-4af6-a0dc-7a231581b68c?fields=security_groups HTTP/1.1" 200 1254 0.029779 10.0.0.73 - - [2025-10-16 02:24:44] "GET /projects?obj_uuids=6b59a898-2219-4319-9b34-9bc84e715dae&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001134 10.0.0.73 - - [2025-10-16 02:24:44] "GET /project/6b59a898-2219-4319-9b34-9bc84e715dae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.026602 10.0.0.73 - - [2025-10-16 02:24:44] "GET /projects?obj_uuids=6b59a898-2219-4319-9b34-9bc84e715dae&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001080 10.0.0.73 - - [2025-10-16 02:24:44] "GET /project/6b59a898-2219-4319-9b34-9bc84e715dae?fields=virtual_networks HTTP/1.1" 200 1032 0.064399 10.0.0.73 - - [2025-10-16 02:24:44] "GET /projects?obj_uuids=6b59a898-2219-4319-9b34-9bc84e715dae&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001300 10.0.0.73 - - [2025-10-16 02:24:44] "GET /project/6b59a898-2219-4319-9b34-9bc84e715dae?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.028311 10.0.0.73 - - [2025-10-16 02:24:44] "GET /projects?obj_uuids=6b59a898-2219-4319-9b34-9bc84e715dae&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001157 10.0.0.73 - - [2025-10-16 02:24:44] "GET /project/6b59a898-2219-4319-9b34-9bc84e715dae?fields=security_groups HTTP/1.1" 200 1253 0.021539 10.0.0.73 - - [2025-10-16 02:24:45] "GET /api-access-list/ac919ab4-c519-4395-aa82-00bd2585ae01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2411 0.004070 10.0.0.73 - - [2025-10-16 02:24:45] "PUT /api-access-list/ac919ab4-c519-4395-aa82-00bd2585ae01 HTTP/1.1" 200 264 0.010486 10.0.0.73 - - [2025-10-16 02:24:45] "GET /projects?obj_uuids=78e6274f-cfa8-49f7-b063-5588bba00377&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001382 10.0.0.73 - - [2025-10-16 02:24:45] "GET /project/78e6274f-cfa8-49f7-b063-5588bba00377?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.028552 10.0.0.73 - - [2025-10-16 02:24:45] "GET /projects?obj_uuids=78e6274f-cfa8-49f7-b063-5588bba00377&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001044 10.0.0.73 - - [2025-10-16 02:24:45] "GET /project/78e6274f-cfa8-49f7-b063-5588bba00377?fields=virtual_networks HTTP/1.1" 200 1032 0.068692 10.0.0.73 - - [2025-10-16 02:24:45] "GET /projects?obj_uuids=78e6274f-cfa8-49f7-b063-5588bba00377&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001447 10.0.0.73 - - [2025-10-16 02:24:45] "GET /project/78e6274f-cfa8-49f7-b063-5588bba00377?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.027979 10.0.0.73 - - [2025-10-16 02:24:45] "GET /projects?obj_uuids=78e6274f-cfa8-49f7-b063-5588bba00377&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001101 10.0.0.73 - - [2025-10-16 02:24:45] "GET /project/78e6274f-cfa8-49f7-b063-5588bba00377?fields=security_groups HTTP/1.1" 200 1253 0.027694 10.0.0.73 - - [2025-10-16 02:24:46] "POST /fqname-to-id HTTP/1.1" 404 188 0.027688 10.0.0.73 - - [2025-10-16 02:24:46] "GET /projects?obj_uuids=8eeaba44-549e-4c04-9f2b-ebb81ced8f90&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003624 10.0.0.73 - - [2025-10-16 02:24:46] "GET /domains?obj_uuids=61b1a5e4-4f17-4839-837e-aba6307473a6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000958 10.0.0.73 - - [2025-10-16 02:24:46] "GET /domain/61b1a5e4-4f17-4839-837e-aba6307473a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006401 10.0.0.73 - - [2025-10-16 02:24:46] "POST /id-to-fqname HTTP/1.1" 200 190 0.001460 10.0.0.73 - - [2025-10-16 02:24:46] "POST /fqname-to-id HTTP/1.1" 404 199 0.002969 10.0.0.73 - - [2025-10-16 02:24:47] "POST /security-groups HTTP/1.1" 200 591 0.068722 10.0.0.73 - - [2025-10-16 02:24:47] "POST /fqname-to-id HTTP/1.1" 404 234 0.002802 10.0.0.73 - - [2025-10-16 02:24:47] "POST /projects HTTP/1.1" 200 585 0.212992 10.0.0.73 - - [2025-10-16 02:24:47] "POST /access-control-lists HTTP/1.1" 200 596 0.061164 10.0.0.73 - - [2025-10-16 02:24:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.285537 10.0.0.73 - - [2025-10-16 02:24:47] "POST /fqname-to-id HTTP/1.1" 404 233 0.003083 10.0.0.73 - - [2025-10-16 02:24:47] "GET /project/8eeaba44-549e-4c04-9f2b-ebb81ced8f90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.413388 10.0.0.73 - - [2025-10-16 02:24:47] "POST /access-control-lists HTTP/1.1" 200 594 0.072260 10.0.0.73 - - [2025-10-16 02:24:48] "GET / HTTP/1.1" 200 35931 0.001997 10.0.0.73 - - [2025-10-16 02:24:50] "POST /fqname-to-id HTTP/1.1" 401 292 0.000738 10.0.0.73 - - [2025-10-16 02:24:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.032925 10.0.0.73 - - [2025-10-16 02:24:50] "GET /api-access-list/ac919ab4-c519-4395-aa82-00bd2585ae01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.004051 10.0.0.73 - - [2025-10-16 02:24:50] "GET /api-access-list/ac919ab4-c519-4395-aa82-00bd2585ae01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.003966 10.0.0.73 - - [2025-10-16 02:24:50] "GET /api-access-list/ac919ab4-c519-4395-aa82-00bd2585ae01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.007312 10.0.0.73 - - [2025-10-16 02:24:50] "PUT /api-access-list/ac919ab4-c519-4395-aa82-00bd2585ae01 HTTP/1.1" 200 264 0.011519 10.0.0.73 - - [2025-10-16 02:24:51] "GET /aaa-mode HTTP/1.1" 200 128 0.001333 10.0.0.73 - - [2025-10-16 02:24:51] "POST /fqname-to-id HTTP/1.1" 404 188 0.026157 10.0.0.73 - - [2025-10-16 02:24:51] "GET /projects?obj_uuids=8e3fc2c2-1603-4496-aec9-f9c2a8b5eb29&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002361 10.0.0.73 - - [2025-10-16 02:24:51] "GET /domains?obj_uuids=61b1a5e4-4f17-4839-837e-aba6307473a6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000988 10.0.0.73 - - [2025-10-16 02:24:51] "GET /domain/61b1a5e4-4f17-4839-837e-aba6307473a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007103 10.0.0.73 - - [2025-10-16 02:24:51] "POST /id-to-fqname HTTP/1.1" 200 190 0.003520 10.0.0.73 - - [2025-10-16 02:24:51] "POST /fqname-to-id HTTP/1.1" 404 199 0.002057 10.0.0.73 - - [2025-10-16 02:24:51] "POST /security-groups HTTP/1.1" 200 591 0.064572 10.0.0.73 - - [2025-10-16 02:24:51] "POST /fqname-to-id HTTP/1.1" 404 234 0.003420 10.0.0.73 - - [2025-10-16 02:24:51] "POST /projects HTTP/1.1" 200 585 0.220985 10.0.0.73 - - [2025-10-16 02:24:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.292735 10.0.0.73 - - [2025-10-16 02:24:51] "POST /access-control-lists HTTP/1.1" 200 596 0.064473 10.0.0.73 - - [2025-10-16 02:24:51] "POST /fqname-to-id HTTP/1.1" 404 233 0.003438 10.0.0.73 - - [2025-10-16 02:24:51] "GET /project/8e3fc2c2-1603-4496-aec9-f9c2a8b5eb29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.422441 10.0.0.73 - - [2025-10-16 02:24:51] "POST /access-control-lists HTTP/1.1" 200 594 0.060681 10.0.0.73 - - [2025-10-16 02:24:52] "POST /fqname-to-id HTTP/1.1" 404 188 0.023442 10.0.0.73 - - [2025-10-16 02:24:52] "GET /projects?obj_uuids=096078ea-831e-4ce9-8224-7c9032b65fe4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004419 10.0.0.73 - - [2025-10-16 02:24:52] "GET /domains?obj_uuids=61b1a5e4-4f17-4839-837e-aba6307473a6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001014 10.0.0.73 - - [2025-10-16 02:24:52] "GET /domain/61b1a5e4-4f17-4839-837e-aba6307473a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006500 10.0.0.73 - - [2025-10-16 02:24:52] "POST /id-to-fqname HTTP/1.1" 200 190 0.001429 10.0.0.73 - - [2025-10-16 02:24:52] "POST /fqname-to-id HTTP/1.1" 404 199 0.003113 10.0.0.73 - - [2025-10-16 02:24:52] "POST /security-groups HTTP/1.1" 200 591 0.064481 10.0.0.73 - - [2025-10-16 02:24:52] "POST /fqname-to-id HTTP/1.1" 404 234 0.005250 10.0.0.73 - - [2025-10-16 02:24:52] "POST /projects HTTP/1.1" 200 585 0.210891 10.0.0.73 - - [2025-10-16 02:24:52] "POST /access-control-lists HTTP/1.1" 200 596 0.060199 10.0.0.73 - - [2025-10-16 02:24:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.282609 10.0.0.73 - - [2025-10-16 02:24:52] "POST /fqname-to-id HTTP/1.1" 404 233 0.003771 10.0.0.73 - - [2025-10-16 02:24:52] "GET /project/096078ea-831e-4ce9-8224-7c9032b65fe4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.406532 10.0.0.73 - - [2025-10-16 02:24:52] "POST /access-control-lists HTTP/1.1" 200 594 0.072994 10.0.0.73 - - [2025-10-16 02:24:53] "GET / HTTP/1.1" 200 35931 0.001992 10.0.0.73 - - [2025-10-16 02:24:54] "GET / HTTP/1.1" 200 35931 0.001862 10.0.0.73 - - [2025-10-16 02:24:54] "POST /fqname-to-id HTTP/1.1" 404 183 0.002870 10.0.0.73 - - [2025-10-16 02:24:54] "POST /api-access-lists HTTP/1.1" 200 521 0.013378 10.0.0.73 - - [2025-10-16 02:24:54] "GET /api-access-list/c0043e2b-5c4c-4fcb-b804-da21dd2f2a69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1289 0.004903 10.0.0.73 - - [2025-10-16 02:24:54] "GET /api-access-list/c0043e2b-5c4c-4fcb-b804-da21dd2f2a69 HTTP/1.1" 401 292 0.000425 10.0.0.73 - - [2025-10-16 02:24:54] "GET /api-access-list/c0043e2b-5c4c-4fcb-b804-da21dd2f2a69 HTTP/1.1" 200 1289 0.063740 10.0.0.73 - - [2025-10-16 02:24:54] "POST /fqname-to-id HTTP/1.1" 401 292 0.000403 10.0.0.73 - - [2025-10-16 02:24:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.038439 10.0.0.73 - - [2025-10-16 02:24:55] "GET /projects?obj_uuids=8e3fc2c2-1603-4496-aec9-f9c2a8b5eb29&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.021962 10.0.0.73 - - [2025-10-16 02:24:55] "GET /project/8e3fc2c2-1603-4496-aec9-f9c2a8b5eb29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.050341 10.0.0.73 - - [2025-10-16 02:24:55] "GET /virtual-networks?parent_id=8e3fc2c2-1603-4496-aec9-f9c2a8b5eb29&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010719 10.0.0.73 - - [2025-10-16 02:24:55] "POST /virtual-networks HTTP/1.1" 200 583 0.047804 10.0.0.73 - - [2025-10-16 02:24:55] "POST /route-targets HTTP/1.1" 200 327 0.009103 10.0.0.73 - - [2025-10-16 02:24:55] "POST /ref-update HTTP/1.1" 200 156 0.023596 10.0.0.73 - - [2025-10-16 02:24:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.020860 10.0.0.73 - - [2025-10-16 02:24:55] "GET /network-ipam/8b5720af-3fd5-451d-8f59-5d026430f3eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1044 0.012325 10.0.0.73 - - [2025-10-16 02:24:55] "POST /useragent-kv HTTP/1.1" 200 115 0.003719 10.0.0.73 - - [2025-10-16 02:24:55] "POST /ref-update HTTP/1.1" 200 156 0.051220 10.0.0.73 - - [2025-10-16 02:24:55] "POST /neutron/network HTTP/1.1" 200 848 0.042899 10.0.0.73 - - [2025-10-16 02:24:55] "POST /neutron/network HTTP/1.1" 200 848 0.017679 10.0.0.73 - - [2025-10-16 02:24:55] "GET /virtual-network/a3dd537a-f60d-4765-9f65-75c9ffd60596?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.013605 10.0.0.73 - - [2025-10-16 02:24:55] "POST /neutron/network HTTP/1.1" 200 848 0.017945 10.0.0.73 - - [2025-10-16 02:24:55] "POST /neutron/subnet HTTP/1.1" 200 679 0.025244 10.0.0.73 - - [2025-10-16 02:24:55] "POST /fqname-to-id HTTP/1.1" 401 292 0.000403 10.0.0.73 - - [2025-10-16 02:24:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.035323 10.0.0.73 - - [2025-10-16 02:24:56] "GET /projects?obj_uuids=096078ea-831e-4ce9-8224-7c9032b65fe4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001283 10.0.0.73 - - [2025-10-16 02:24:56] "GET /project/096078ea-831e-4ce9-8224-7c9032b65fe4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.033714 10.0.0.73 - - [2025-10-16 02:24:56] "GET /virtual-networks?parent_id=096078ea-831e-4ce9-8224-7c9032b65fe4&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.011072 10.0.0.73 - - [2025-10-16 02:24:56] "POST /virtual-networks HTTP/1.1" 200 583 0.048423 10.0.0.73 - - [2025-10-16 02:24:56] "POST /route-targets HTTP/1.1" 200 327 0.009434 10.0.0.73 - - [2025-10-16 02:24:56] "POST /ref-update HTTP/1.1" 200 156 0.009166 10.0.0.73 - - [2025-10-16 02:24:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.012558 10.0.0.73 - - [2025-10-16 02:24:56] "GET /network-ipam/8b5720af-3fd5-451d-8f59-5d026430f3eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1044 0.011741 10.0.0.73 - - [2025-10-16 02:24:56] "POST /useragent-kv HTTP/1.1" 200 115 0.003543 10.0.0.73 - - [2025-10-16 02:24:56] "POST /ref-update HTTP/1.1" 200 156 0.046629 10.0.0.73 - - [2025-10-16 02:24:56] "POST /neutron/network HTTP/1.1" 200 848 0.043885 10.0.0.73 - - [2025-10-16 02:24:56] "POST /neutron/network HTTP/1.1" 200 848 0.019669 10.0.0.73 - - [2025-10-16 02:24:56] "GET /virtual-network/3de98a0c-7b1f-4005-8c6a-de90b56532eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.012533 10.0.0.73 - - [2025-10-16 02:24:56] "POST /neutron/network HTTP/1.1" 200 848 0.018717 10.0.0.73 - - [2025-10-16 02:24:56] "POST /neutron/subnet HTTP/1.1" 200 679 0.025474 10.0.0.73 - - [2025-10-16 02:24:56] "GET /virtual-network/a3dd537a-f60d-4765-9f65-75c9ffd60596 HTTP/1.1" 401 292 0.000477 10.0.0.73 - - [2025-10-16 02:24:57] "GET /virtual-network/a3dd537a-f60d-4765-9f65-75c9ffd60596 HTTP/1.1" 200 2314 0.041158 10.0.0.73 - - [2025-10-16 02:24:57] "GET /virtual-network/a3dd537a-f60d-4765-9f65-75c9ffd60596 HTTP/1.1" 401 292 0.000369 10.0.0.73 - - [2025-10-16 02:24:57] "GET /virtual-network/a3dd537a-f60d-4765-9f65-75c9ffd60596 HTTP/1.1" 403 376 0.033653 10.0.0.73 - - [2025-10-16 02:24:57] "GET /virtual-network/a3dd537a-f60d-4765-9f65-75c9ffd60596 HTTP/1.1" 200 2314 0.004476 10.0.0.73 - - [2025-10-16 02:24:57] "GET /virtual-networks HTTP/1.1" 200 371 0.016977 10.0.0.73 - - [2025-10-16 02:24:57] "GET /virtual-networks HTTP/1.1" 200 371 0.018605 10.0.0.73 - - [2025-10-16 02:24:57] "PUT /virtual-network/a3dd537a-f60d-4765-9f65-75c9ffd60596 HTTP/1.1" 200 264 0.023801 10.0.0.73 - - [2025-10-16 02:24:57] "GET /virtual-networks HTTP/1.1" 200 132 0.019321 10.0.0.73 - - [2025-10-16 02:24:57] "GET /virtual-networks HTTP/1.1" 200 611 0.019881 10.0.0.73 - - [2025-10-16 02:24:57] "GET /virtual-networks HTTP/1.1" 200 1429 0.002772 10.0.0.73 - - [2025-10-16 02:24:57] "PUT /virtual-network/a3dd537a-f60d-4765-9f65-75c9ffd60596 HTTP/1.1" 200 264 0.030622 10.0.0.73 - - [2025-10-16 02:24:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004372 10.0.0.73 - - [2025-10-16 02:24:57] "POST /useragent-kv HTTP/1.1" 200 115 0.002434 10.0.0.73 - - [2025-10-16 02:24:57] "POST /useragent-kv HTTP/1.1" 200 115 0.002537 10.0.0.73 - - [2025-10-16 02:24:57] "DELETE /virtual-network/3de98a0c-7b1f-4005-8c6a-de90b56532eb HTTP/1.1" 200 115 0.073331 10.0.0.73 - - [2025-10-16 02:24:57] "DELETE /route-target/f863429e-7862-4547-848b-e1716598ddd5 HTTP/1.1" 200 115 0.022758 10.0.0.73 - - [2025-10-16 02:24:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004041 10.0.0.73 - - [2025-10-16 02:24:57] "POST /useragent-kv HTTP/1.1" 200 115 0.001905 10.0.0.73 - - [2025-10-16 02:24:57] "POST /useragent-kv HTTP/1.1" 200 115 0.002604 10.0.0.73 - - [2025-10-16 02:24:57] "DELETE /virtual-network/a3dd537a-f60d-4765-9f65-75c9ffd60596 HTTP/1.1" 200 115 0.075102 10.0.0.73 - - [2025-10-16 02:24:57] "DELETE /route-target/9f7273ac-7854-4da1-a8dc-a0bd300b9a39 HTTP/1.1" 200 115 0.020350 10.0.0.73 - - [2025-10-16 02:24:57] "DELETE /api-access-list/c0043e2b-5c4c-4fcb-b804-da21dd2f2a69 HTTP/1.1" 200 115 0.023333 10.0.0.73 - - [2025-10-16 02:24:57] "GET /api-access-list/c0043e2b-5c4c-4fcb-b804-da21dd2f2a69 HTTP/1.1" 404 171 0.002461 10.0.0.73 - - [2025-10-16 02:24:58] "GET /projects?obj_uuids=096078ea-831e-4ce9-8224-7c9032b65fe4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001123 10.0.0.73 - - [2025-10-16 02:24:58] "GET /project/096078ea-831e-4ce9-8224-7c9032b65fe4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.026077 10.0.0.73 - - [2025-10-16 02:24:58] "GET /projects?obj_uuids=096078ea-831e-4ce9-8224-7c9032b65fe4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000877 10.0.0.73 - - [2025-10-16 02:24:58] "GET /project/096078ea-831e-4ce9-8224-7c9032b65fe4?fields=virtual_networks HTTP/1.1" 200 1040 0.063911 10.0.0.73 - - [2025-10-16 02:24:58] "GET /projects?obj_uuids=096078ea-831e-4ce9-8224-7c9032b65fe4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001127 10.0.0.73 - - [2025-10-16 02:24:58] "GET /project/096078ea-831e-4ce9-8224-7c9032b65fe4?fields=virtual_machine_interfaces HTTP/1.1" 200 1040 0.024545 10.0.0.73 - - [2025-10-16 02:24:58] "GET /projects?obj_uuids=096078ea-831e-4ce9-8224-7c9032b65fe4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001054 10.0.0.73 - - [2025-10-16 02:24:58] "GET /project/096078ea-831e-4ce9-8224-7c9032b65fe4?fields=security_groups HTTP/1.1" 200 1266 0.028761 10.0.0.73 - - [2025-10-16 02:24:58] "GET /projects?obj_uuids=8e3fc2c2-1603-4496-aec9-f9c2a8b5eb29&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001113 10.0.0.73 - - [2025-10-16 02:24:58] "GET /project/8e3fc2c2-1603-4496-aec9-f9c2a8b5eb29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.023614 10.0.0.73 - - [2025-10-16 02:24:58] "GET /projects?obj_uuids=8e3fc2c2-1603-4496-aec9-f9c2a8b5eb29&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001031 10.0.0.73 - - [2025-10-16 02:24:58] "GET /project/8e3fc2c2-1603-4496-aec9-f9c2a8b5eb29?fields=virtual_networks HTTP/1.1" 200 1043 0.068442 10.0.0.73 - - [2025-10-16 02:24:59] "GET /projects?obj_uuids=8e3fc2c2-1603-4496-aec9-f9c2a8b5eb29&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000951 10.0.0.73 - - [2025-10-16 02:24:59] "GET /project/8e3fc2c2-1603-4496-aec9-f9c2a8b5eb29?fields=virtual_machine_interfaces HTTP/1.1" 200 1043 0.022383 10.0.0.73 - - [2025-10-16 02:24:59] "GET /projects?obj_uuids=8e3fc2c2-1603-4496-aec9-f9c2a8b5eb29&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001119 10.0.0.73 - - [2025-10-16 02:24:59] "GET /project/8e3fc2c2-1603-4496-aec9-f9c2a8b5eb29?fields=security_groups HTTP/1.1" 200 1269 0.025048 10.0.0.73 - - [2025-10-16 02:24:59] "GET /aaa-mode HTTP/1.1" 200 128 0.001064 10.0.0.73 - - [2025-10-16 02:25:00] "GET / HTTP/1.1" 200 35931 0.001686 10.0.0.73 - - [2025-10-16 02:25:01] "GET / HTTP/1.1" 200 35931 0.001676 10.0.0.73 - - [2025-10-16 02:25:01] "POST /fqname-to-id HTTP/1.1" 401 292 0.000481 10.0.0.73 - - [2025-10-16 02:25:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.063002 10.0.0.73 - - [2025-10-16 02:25:02] "GET /projects?obj_uuids=8eeaba44-549e-4c04-9f2b-ebb81ced8f90&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001284 10.0.0.73 - - [2025-10-16 02:25:02] "GET /project/8eeaba44-549e-4c04-9f2b-ebb81ced8f90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.036819 10.0.0.73 - - [2025-10-16 02:25:02] "GET /virtual-networks?parent_id=8eeaba44-549e-4c04-9f2b-ebb81ced8f90&detail=False&count=False&shared=False HTTP/1.1" 403 263 0.009684 10.0.0.73 - - [2025-10-16 02:25:02] "POST /fqname-to-id HTTP/1.1" 404 197 0.008095 10.0.0.73 - - [2025-10-16 02:25:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.009146 10.0.0.73 - - [2025-10-16 02:25:02] "GET /domains?obj_uuids=61b1a5e4-4f17-4839-837e-aba6307473a6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001134 10.0.0.73 - - [2025-10-16 02:25:02] "GET /domain/61b1a5e4-4f17-4839-837e-aba6307473a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 892 0.014345 10.0.0.73 - - [2025-10-16 02:25:02] "POST /service-templates HTTP/1.1" 403 264 0.007109 10.0.0.73 - - [2025-10-16 02:25:02] "POST /fqname-to-id HTTP/1.1" 404 215 0.003088 10.0.0.73 - - [2025-10-16 02:25:02] "POST /api-access-lists HTTP/1.1" 200 555 0.016637 10.0.0.73 - - [2025-10-16 02:25:02] "GET /api-access-list/c144ec5f-4702-4dc6-8fa5-d2f9e55c2855?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1323 0.004548 10.0.0.73 - - [2025-10-16 02:25:02] "GET /api-access-list/c144ec5f-4702-4dc6-8fa5-d2f9e55c2855 HTTP/1.1" 200 1323 0.003371 10.0.0.73 - - [2025-10-16 02:25:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.009985 10.0.0.73 - - [2025-10-16 02:25:02] "GET /projects?obj_uuids=8eeaba44-549e-4c04-9f2b-ebb81ced8f90&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000982 10.0.0.73 - - [2025-10-16 02:25:02] "GET /project/8eeaba44-549e-4c04-9f2b-ebb81ced8f90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.031419 10.0.0.73 - - [2025-10-16 02:25:02] "GET /virtual-networks?parent_id=8eeaba44-549e-4c04-9f2b-ebb81ced8f90&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.011260 10.0.0.73 - - [2025-10-16 02:25:02] "POST /virtual-networks HTTP/1.1" 200 583 0.056918 10.0.0.73 - - [2025-10-16 02:25:02] "POST /route-targets HTTP/1.1" 200 327 0.048496 10.0.0.73 - - [2025-10-16 02:25:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.043709 10.0.0.73 - - [2025-10-16 02:25:02] "POST /ref-update HTTP/1.1" 200 156 0.024901 10.0.0.73 - - [2025-10-16 02:25:02] "GET /network-ipam/8b5720af-3fd5-451d-8f59-5d026430f3eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1044 0.012088 10.0.0.73 - - [2025-10-16 02:25:02] "POST /useragent-kv HTTP/1.1" 200 115 0.005081 10.0.0.73 - - [2025-10-16 02:25:02] "POST /ref-update HTTP/1.1" 200 156 0.063841 10.0.0.73 - - [2025-10-16 02:25:03] "POST /neutron/network HTTP/1.1" 200 848 0.051500 10.0.0.73 - - [2025-10-16 02:25:03] "POST /neutron/network HTTP/1.1" 200 848 0.025061 10.0.0.73 - - [2025-10-16 02:25:03] "GET /virtual-network/91515017-6244-42b6-ac9b-1806292ed3f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.015827 10.0.0.73 - - [2025-10-16 02:25:03] "POST /neutron/network HTTP/1.1" 200 848 0.022569 10.0.0.73 - - [2025-10-16 02:25:03] "POST /neutron/subnet HTTP/1.1" 200 676 0.027608 10.0.0.73 - - [2025-10-16 02:25:03] "POST /neutron/network HTTP/1.1" 200 848 0.065943 10.0.0.73 - - [2025-10-16 02:25:03] "GET /virtual-network/91515017-6244-42b6-ac9b-1806292ed3f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006031 10.0.0.73 - - [2025-10-16 02:25:03] "GET /network-ipam/8b5720af-3fd5-451d-8f59-5d026430f3eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1044 0.003584 10.0.0.73 - - [2025-10-16 02:25:03] "GET /domains HTTP/1.1" 200 280 0.002886 10.0.0.73 - - [2025-10-16 02:25:03] "GET /domains?obj_uuids=61b1a5e4-4f17-4839-837e-aba6307473a6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000957 10.0.0.73 - - [2025-10-16 02:25:03] "GET /domain/61b1a5e4-4f17-4839-837e-aba6307473a6 HTTP/1.1" 200 3487 0.006896 10.0.0.73 - - [2025-10-16 02:25:03] "GET /projects?obj_uuids=8eeaba44-549e-4c04-9f2b-ebb81ced8f90&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003476 10.0.0.73 - - [2025-10-16 02:25:03] "GET /project/8eeaba44-549e-4c04-9f2b-ebb81ced8f90 HTTP/1.1" 200 2363 0.073236 10.0.0.73 - - [2025-10-16 02:25:03] "GET /virtual-network/91515017-6244-42b6-ac9b-1806292ed3f5 HTTP/1.1" 200 2312 0.007054 10.0.0.73 - - [2025-10-16 02:25:03] "GET /virtual-network/91515017-6244-42b6-ac9b-1806292ed3f5 HTTP/1.1" 200 2312 0.005455 10.0.0.73 - - [2025-10-16 02:25:03] "GET /routing-instance/cff6cc70-8f66-404b-853f-2020375fcfff HTTP/1.1" 200 1555 0.004696 10.0.0.73 - - [2025-10-16 02:25:03] "GET /routing-instance/cff6cc70-8f66-404b-853f-2020375fcfff HTTP/1.1" 200 1555 0.004293 10.0.0.73 - - [2025-10-16 02:25:03] "GET /route-target/30829b15-ca30-4b91-8c40-d239c9a09bc5 HTTP/1.1" 200 1244 0.003940 10.0.0.73 - - [2025-10-16 02:25:03] "GET /virtual-network/91515017-6244-42b6-ac9b-1806292ed3f5 HTTP/1.1" 200 2312 0.005270 10.0.0.73 - - [2025-10-16 02:25:03] "GET /routing-instance/cff6cc70-8f66-404b-853f-2020375fcfff HTTP/1.1" 200 1555 0.004125 10.0.0.73 - - [2025-10-16 02:25:03] "GET /virtual-network/91515017-6244-42b6-ac9b-1806292ed3f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006564 10.0.0.73 - - [2025-10-16 02:25:03] "GET /virtual-network/91515017-6244-42b6-ac9b-1806292ed3f5 HTTP/1.1" 200 2312 0.005853 10.0.0.73 - - [2025-10-16 02:25:03] "GET /routing-instance/cff6cc70-8f66-404b-853f-2020375fcfff HTTP/1.1" 200 1555 0.005635 10.0.0.73 - - [2025-10-16 02:25:03] "GET /routing-instance/cff6cc70-8f66-404b-853f-2020375fcfff HTTP/1.1" 200 1555 0.004445 10.0.0.73 - - [2025-10-16 02:25:03] "GET /route-target/30829b15-ca30-4b91-8c40-d239c9a09bc5 HTTP/1.1" 200 1244 0.004229 10.0.0.73 - - [2025-10-16 02:25:03] "GET /domains HTTP/1.1" 200 280 0.003135 10.0.0.73 - - [2025-10-16 02:25:03] "GET /domains?obj_uuids=61b1a5e4-4f17-4839-837e-aba6307473a6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001511 10.0.0.73 - - [2025-10-16 02:25:03] "GET /domain/61b1a5e4-4f17-4839-837e-aba6307473a6 HTTP/1.1" 200 3487 0.007648 10.0.0.73 - - [2025-10-16 02:25:03] "GET /projects?obj_uuids=8eeaba44-549e-4c04-9f2b-ebb81ced8f90&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001119 10.0.0.73 - - [2025-10-16 02:25:03] "GET /project/8eeaba44-549e-4c04-9f2b-ebb81ced8f90 HTTP/1.1" 200 2363 0.076043 10.0.0.73 - - [2025-10-16 02:25:03] "GET /virtual-network/91515017-6244-42b6-ac9b-1806292ed3f5 HTTP/1.1" 200 2312 0.006166 10.0.0.73 - - [2025-10-16 02:25:04] "GET /obj-perms HTTP/1.1" 200 5030 0.058868 10.0.0.73 - - [2025-10-16 02:25:04] "POST /fqname-to-id HTTP/1.1" 404 197 0.010608 10.0.0.73 - - [2025-10-16 02:25:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.011616 10.0.0.73 - - [2025-10-16 02:25:04] "GET /domains?obj_uuids=61b1a5e4-4f17-4839-837e-aba6307473a6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001709 10.0.0.73 - - [2025-10-16 02:25:04] "GET /domain/61b1a5e4-4f17-4839-837e-aba6307473a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 892 0.018301 10.0.0.73 - - [2025-10-16 02:25:04] "POST /service-templates HTTP/1.1" 403 264 0.009118 10.0.0.73 - - [2025-10-16 02:25:04] "POST /fqname-to-id HTTP/1.1" 404 183 0.002844 10.0.0.73 - - [2025-10-16 02:25:04] "POST /api-access-lists HTTP/1.1" 200 521 0.014416 10.0.0.73 - - [2025-10-16 02:25:04] "GET /api-access-list/58c692ba-aa27-4452-bc62-912d8c17ca0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1289 0.006532 10.0.0.73 - - [2025-10-16 02:25:04] "GET /api-access-list/58c692ba-aa27-4452-bc62-912d8c17ca0d HTTP/1.1" 200 1289 0.004004 10.0.0.73 - - [2025-10-16 02:25:04] "POST /fqname-to-id HTTP/1.1" 404 197 0.014520 10.0.0.73 - - [2025-10-16 02:25:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.009761 10.0.0.73 - - [2025-10-16 02:25:04] "GET /domains?obj_uuids=61b1a5e4-4f17-4839-837e-aba6307473a6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001104 10.0.0.73 - - [2025-10-16 02:25:04] "GET /domain/61b1a5e4-4f17-4839-837e-aba6307473a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 892 0.015543 10.0.0.73 - - [2025-10-16 02:25:04] "POST /service-templates HTTP/1.1" 200 551 0.025376 10.0.0.73 - - [2025-10-16 02:25:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.013278 10.0.0.73 - - [2025-10-16 02:25:04] "GET /service-template/4e110ffc-0883-432f-b5b5-f100a46244be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1853 0.014958 10.0.0.73 - - [2025-10-16 02:25:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.012573 10.0.0.73 - - [2025-10-16 02:25:04] "GET /service-template/4e110ffc-0883-432f-b5b5-f100a46244be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1853 0.012675 10.0.0.73 - - [2025-10-16 02:25:04] "GET /virtual-network/91515017-6244-42b6-ac9b-1806292ed3f5 HTTP/1.1" 401 292 0.002310 10.0.0.73 - - [2025-10-16 02:25:05] "GET /virtual-network/91515017-6244-42b6-ac9b-1806292ed3f5 HTTP/1.1" 403 263 0.035644 10.0.0.73 - - [2025-10-16 02:25:05] "GET /service-template/4e110ffc-0883-432f-b5b5-f100a46244be HTTP/1.1" 403 264 0.008804 10.0.0.73 - - [2025-10-16 02:25:05] "GET /service-template/4e110ffc-0883-432f-b5b5-f100a46244be HTTP/1.1" 403 264 0.042067 10.0.0.73 - - [2025-10-16 02:25:05] "GET /api-access-list/c144ec5f-4702-4dc6-8fa5-d2f9e55c2855?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1323 0.002581 10.0.0.73 - - [2025-10-16 02:25:05] "PUT /api-access-list/c144ec5f-4702-4dc6-8fa5-d2f9e55c2855 HTTP/1.1" 200 264 0.007738 10.0.0.73 - - [2025-10-16 02:25:05] "GET /api-access-list/c144ec5f-4702-4dc6-8fa5-d2f9e55c2855 HTTP/1.1" 200 1460 0.003954 10.0.0.73 - - [2025-10-16 02:25:05] "GET /virtual-network/91515017-6244-42b6-ac9b-1806292ed3f5 HTTP/1.1" 200 2312 0.017258 10.0.0.73 - - [2025-10-16 02:25:05] "POST /fqname-to-id HTTP/1.1" 401 292 0.000620 10.0.0.73 - - [2025-10-16 02:25:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.036753 10.0.0.73 - - [2025-10-16 02:25:05] "GET /projects?obj_uuids=8eeaba44-549e-4c04-9f2b-ebb81ced8f90&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001574 10.0.0.73 - - [2025-10-16 02:25:05] "GET /project/8eeaba44-549e-4c04-9f2b-ebb81ced8f90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.043003 10.0.0.73 - - [2025-10-16 02:25:06] "GET /virtual-networks?parent_id=8eeaba44-549e-4c04-9f2b-ebb81ced8f90&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.014174 10.0.0.73 - - [2025-10-16 02:25:06] "POST /virtual-networks HTTP/1.1" 403 263 0.010875 10.0.0.73 - - [2025-10-16 02:25:06] "GET /service-template/4e110ffc-0883-432f-b5b5-f100a46244be HTTP/1.1" 403 264 0.010025 10.0.0.73 - - [2025-10-16 02:25:06] "GET /service-template/4e110ffc-0883-432f-b5b5-f100a46244be HTTP/1.1" 403 264 0.032263 10.0.0.73 - - [2025-10-16 02:25:06] "GET /api-access-list/58c692ba-aa27-4452-bc62-912d8c17ca0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1289 0.003804 10.0.0.73 - - [2025-10-16 02:25:06] "PUT /api-access-list/58c692ba-aa27-4452-bc62-912d8c17ca0d HTTP/1.1" 200 264 0.010390 10.0.0.73 - - [2025-10-16 02:25:06] "GET /api-access-list/58c692ba-aa27-4452-bc62-912d8c17ca0d HTTP/1.1" 200 1427 0.003955 10.0.0.73 - - [2025-10-16 02:25:06] "GET /service-template/4e110ffc-0883-432f-b5b5-f100a46244be HTTP/1.1" 200 1853 0.012520 10.0.0.73 - - [2025-10-16 02:25:06] "POST /fqname-to-id HTTP/1.1" 404 197 0.009082 10.0.0.73 - - [2025-10-16 02:25:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.009768 10.0.0.73 - - [2025-10-16 02:25:06] "GET /domains?obj_uuids=61b1a5e4-4f17-4839-837e-aba6307473a6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001215 10.0.0.73 - - [2025-10-16 02:25:06] "GET /domain/61b1a5e4-4f17-4839-837e-aba6307473a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 892 0.014405 10.0.0.73 - - [2025-10-16 02:25:06] "POST /service-templates HTTP/1.1" 403 264 0.007897 10.0.0.73 - - [2025-10-16 02:25:06] "GET /api-access-list/c144ec5f-4702-4dc6-8fa5-d2f9e55c2855?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.004218 10.0.0.73 - - [2025-10-16 02:25:06] "PUT /api-access-list/c144ec5f-4702-4dc6-8fa5-d2f9e55c2855 HTTP/1.1" 200 264 0.008366 10.0.0.73 - - [2025-10-16 02:25:06] "GET /api-access-list/c144ec5f-4702-4dc6-8fa5-d2f9e55c2855 HTTP/1.1" 200 1323 0.003790 10.0.0.73 - - [2025-10-16 02:25:06] "GET /api-access-list/58c692ba-aa27-4452-bc62-912d8c17ca0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.003092 10.0.0.73 - - [2025-10-16 02:25:06] "PUT /api-access-list/58c692ba-aa27-4452-bc62-912d8c17ca0d HTTP/1.1" 200 264 0.009405 10.0.0.73 - - [2025-10-16 02:25:06] "GET /api-access-list/58c692ba-aa27-4452-bc62-912d8c17ca0d HTTP/1.1" 200 1289 0.003458 10.0.0.73 - - [2025-10-16 02:25:06] "GET /virtual-network/91515017-6244-42b6-ac9b-1806292ed3f5 HTTP/1.1" 403 263 0.007993 10.0.0.73 - - [2025-10-16 02:25:07] "GET /virtual-network/91515017-6244-42b6-ac9b-1806292ed3f5 HTTP/1.1" 403 263 0.034835 10.0.0.73 - - [2025-10-16 02:25:07] "GET /service-template/4e110ffc-0883-432f-b5b5-f100a46244be HTTP/1.1" 403 264 0.008331 10.0.0.73 - - [2025-10-16 02:25:07] "GET /service-template/4e110ffc-0883-432f-b5b5-f100a46244be HTTP/1.1" 403 264 0.041453 10.0.0.73 - - [2025-10-16 02:25:07] "GET /api-access-list/ac919ab4-c519-4395-aa82-00bd2585ae01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2411 0.003162 10.0.0.73 - - [2025-10-16 02:25:07] "PUT /api-access-list/ac919ab4-c519-4395-aa82-00bd2585ae01 HTTP/1.1" 200 264 0.008810 10.0.0.73 - - [2025-10-16 02:25:07] "GET /service-template/4e110ffc-0883-432f-b5b5-f100a46244be HTTP/1.1" 200 1853 0.013184 10.0.0.73 - - [2025-10-16 02:25:07] "GET /virtual-network/91515017-6244-42b6-ac9b-1806292ed3f5 HTTP/1.1" 200 2312 0.016633 10.0.0.73 - - [2025-10-16 02:25:07] "DELETE /api-access-list/c144ec5f-4702-4dc6-8fa5-d2f9e55c2855 HTTP/1.1" 200 115 0.025890 10.0.0.73 - - [2025-10-16 02:25:07] "GET /api-access-list/c144ec5f-4702-4dc6-8fa5-d2f9e55c2855 HTTP/1.1" 404 171 0.002727 10.0.0.73 - - [2025-10-16 02:25:07] "DELETE /api-access-list/58c692ba-aa27-4452-bc62-912d8c17ca0d HTTP/1.1" 200 115 0.020224 10.0.0.73 - - [2025-10-16 02:25:07] "GET /api-access-list/58c692ba-aa27-4452-bc62-912d8c17ca0d HTTP/1.1" 404 171 0.002814 10.0.0.73 - - [2025-10-16 02:25:07] "GET /virtual-network/91515017-6244-42b6-ac9b-1806292ed3f5 HTTP/1.1" 401 292 0.000578 10.0.0.73 - - [2025-10-16 02:25:08] "GET /virtual-network/91515017-6244-42b6-ac9b-1806292ed3f5 HTTP/1.1" 403 263 0.034142 10.0.0.73 - - [2025-10-16 02:25:08] "GET /service-template/4e110ffc-0883-432f-b5b5-f100a46244be HTTP/1.1" 403 264 0.007190 10.0.0.73 - - [2025-10-16 02:25:08] "GET /service-template/4e110ffc-0883-432f-b5b5-f100a46244be HTTP/1.1" 403 264 0.030648 10.0.0.73 - - [2025-10-16 02:25:08] "GET /api-access-list/ac919ab4-c519-4395-aa82-00bd2585ae01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2686 0.003214 10.0.0.73 - - [2025-10-16 02:25:08] "PUT /api-access-list/ac919ab4-c519-4395-aa82-00bd2585ae01 HTTP/1.1" 200 264 0.009426 10.0.0.73 - - [2025-10-16 02:25:08] "GET /virtual-network/91515017-6244-42b6-ac9b-1806292ed3f5 HTTP/1.1" 200 2312 0.012796 10.0.0.73 - - [2025-10-16 02:25:08] "GET /service-template/4e110ffc-0883-432f-b5b5-f100a46244be HTTP/1.1" 200 1853 0.009216 10.0.0.73 - - [2025-10-16 02:25:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.009093 10.0.0.73 - - [2025-10-16 02:25:08] "DELETE /service-template/4e110ffc-0883-432f-b5b5-f100a46244be HTTP/1.1" 200 115 0.026665 10.0.0.73 - - [2025-10-16 02:25:08] "POST /fqname-to-id HTTP/1.1" 404 197 0.010913 10.0.0.73 - - [2025-10-16 02:25:08] "POST /useragent-kv HTTP/1.1" 200 115 0.004669 10.0.0.73 - - [2025-10-16 02:25:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004759 10.0.0.73 - - [2025-10-16 02:25:08] "POST /useragent-kv HTTP/1.1" 200 115 0.003567 10.0.0.73 - - [2025-10-16 02:25:08] "DELETE /virtual-network/91515017-6244-42b6-ac9b-1806292ed3f5 HTTP/1.1" 200 115 0.075908 10.0.0.73 - - [2025-10-16 02:25:08] "DELETE /route-target/30829b15-ca30-4b91-8c40-d239c9a09bc5 HTTP/1.1" 200 115 0.017785 10.0.0.73 - - [2025-10-16 02:25:08] "GET /api-access-list/ac919ab4-c519-4395-aa82-00bd2585ae01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.003955 10.0.0.73 - - [2025-10-16 02:25:08] "PUT /api-access-list/ac919ab4-c519-4395-aa82-00bd2585ae01 HTTP/1.1" 200 264 0.008512 10.0.0.73 - - [2025-10-16 02:25:09] "GET /api-access-list/ac919ab4-c519-4395-aa82-00bd2585ae01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2692 0.004180 10.0.0.73 - - [2025-10-16 02:25:09] "PUT /api-access-list/ac919ab4-c519-4395-aa82-00bd2585ae01 HTTP/1.1" 200 264 0.009683 10.0.0.73 - - [2025-10-16 02:25:09] "GET /api-access-list/ac919ab4-c519-4395-aa82-00bd2585ae01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2411 0.003578 10.0.0.73 - - [2025-10-16 02:25:09] "PUT /api-access-list/ac919ab4-c519-4395-aa82-00bd2585ae01 HTTP/1.1" 200 264 0.009380 10.0.0.73 - - [2025-10-16 02:25:09] "GET /projects?obj_uuids=8eeaba44-549e-4c04-9f2b-ebb81ced8f90&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001260 10.0.0.73 - - [2025-10-16 02:25:09] "GET /project/8eeaba44-549e-4c04-9f2b-ebb81ced8f90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.027001 10.0.0.73 - - [2025-10-16 02:25:09] "GET /projects?obj_uuids=8eeaba44-549e-4c04-9f2b-ebb81ced8f90&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001537 10.0.0.73 - - [2025-10-16 02:25:10] "GET /project/8eeaba44-549e-4c04-9f2b-ebb81ced8f90?fields=virtual_networks HTTP/1.1" 200 1043 0.078050 10.0.0.73 - - [2025-10-16 02:25:10] "GET /projects?obj_uuids=8eeaba44-549e-4c04-9f2b-ebb81ced8f90&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001441 10.0.0.73 - - [2025-10-16 02:25:10] "GET /project/8eeaba44-549e-4c04-9f2b-ebb81ced8f90?fields=virtual_machine_interfaces HTTP/1.1" 200 1043 0.023586 10.0.0.73 - - [2025-10-16 02:25:10] "GET /projects?obj_uuids=8eeaba44-549e-4c04-9f2b-ebb81ced8f90&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001114 10.0.0.73 - - [2025-10-16 02:25:10] "GET /project/8eeaba44-549e-4c04-9f2b-ebb81ced8f90?fields=security_groups HTTP/1.1" 200 1269 0.024580 10.0.0.73 - - [2025-10-16 02:25:10] "GET /projects?obj_uuids=ba6ae0c6-e637-4103-9e9c-3b71edebd995&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001072 10.0.0.73 - - [2025-10-16 02:25:10] "GET /project/ba6ae0c6-e637-4103-9e9c-3b71edebd995?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1282 0.024982 [Introspect:8084]10.0.0.73 - - [2025-10-16 02:25:11] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001694 10.0.0.73 - - [2025-10-16 02:25:11] "POST /fqname-to-id HTTP/1.1" 404 184 0.026386 10.0.0.73 - - [2025-10-16 02:25:11] "GET /projects?obj_uuids=8af347ab-c56a-4db3-a05b-0a947a3fb74e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002213 10.0.0.73 - - [2025-10-16 02:25:11] "GET /domains?obj_uuids=61b1a5e4-4f17-4839-837e-aba6307473a6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001271 10.0.0.73 - - [2025-10-16 02:25:11] "GET /domain/61b1a5e4-4f17-4839-837e-aba6307473a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007530 10.0.0.73 - - [2025-10-16 02:25:11] "POST /id-to-fqname HTTP/1.1" 200 186 0.001999 10.0.0.73 - - [2025-10-16 02:25:11] "POST /fqname-to-id HTTP/1.1" 404 195 0.002692 10.0.0.73 - - [2025-10-16 02:25:11] "POST /security-groups HTTP/1.1" 200 587 0.060431 10.0.0.73 - - [2025-10-16 02:25:11] "POST /fqname-to-id HTTP/1.1" 404 230 0.002836 10.0.0.73 - - [2025-10-16 02:25:11] "POST /projects HTTP/1.1" 200 577 0.213626 10.0.0.73 - - [2025-10-16 02:25:11] "POST /access-control-lists HTTP/1.1" 200 592 0.062710 10.0.0.73 - - [2025-10-16 02:25:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.284690 10.0.0.73 - - [2025-10-16 02:25:12] "POST /fqname-to-id HTTP/1.1" 404 229 0.003464 10.0.0.73 - - [2025-10-16 02:25:12] "GET /project/8af347ab-c56a-4db3-a05b-0a947a3fb74e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.409526 10.0.0.73 - - [2025-10-16 02:25:12] "POST /access-control-lists HTTP/1.1" 200 590 0.061169 10.0.0.73 - - [2025-10-16 02:25:13] "GET / HTTP/1.1" 200 35931 0.001979 10.0.0.73 - - [2025-10-16 02:25:13] "GET /projects?obj_uuids=8af347ab-c56a-4db3-a05b-0a947a3fb74e&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000924 10.0.0.73 - - [2025-10-16 02:25:13] "GET /project/8af347ab-c56a-4db3-a05b-0a947a3fb74e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.027262 10.0.0.73 - - [2025-10-16 02:25:13] "GET /projects?obj_uuids=8af347ab-c56a-4db3-a05b-0a947a3fb74e&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000852 10.0.0.73 - - [2025-10-16 02:25:13] "GET /project/8af347ab-c56a-4db3-a05b-0a947a3fb74e?fields=virtual_networks HTTP/1.1" 200 1035 0.067689 10.0.0.73 - - [2025-10-16 02:25:13] "GET /projects?obj_uuids=8af347ab-c56a-4db3-a05b-0a947a3fb74e&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001151 10.0.0.73 - - [2025-10-16 02:25:13] "GET /project/8af347ab-c56a-4db3-a05b-0a947a3fb74e?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.025066 10.0.0.73 - - [2025-10-16 02:25:13] "GET /projects?obj_uuids=8af347ab-c56a-4db3-a05b-0a947a3fb74e&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001068 10.0.0.73 - - [2025-10-16 02:25:13] "GET /project/8af347ab-c56a-4db3-a05b-0a947a3fb74e?fields=security_groups HTTP/1.1" 200 1257 0.028627 10.0.0.73 - - [2025-10-16 02:25:34] "GET /projects?obj_uuids=78e6274f-cfa8-49f7-b063-5588bba00377&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001065 10.0.0.73 - - [2025-10-16 02:25:34] "GET /project/78e6274f-cfa8-49f7-b063-5588bba00377?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1458 0.035609 10.0.0.73 - - [2025-10-16 02:25:34] "GET /projects?obj_uuids=8e3fc2c2-1603-4496-aec9-f9c2a8b5eb29&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001243 10.0.0.73 - - [2025-10-16 02:25:34] "GET /projects?obj_uuids=78e6274f-cfa8-49f7-b063-5588bba00377&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001282 10.0.0.73 - - [2025-10-16 02:25:34] "DELETE /project/8af347abc56a4db3a05b0a947a3fb74e HTTP/1.1" 404 173 0.082144 10.0.0.73 - - [2025-10-16 02:25:34] "DELETE /project/096078ea831e4ce982247c9032b65fe4 HTTP/1.1" 404 173 0.001831 10.0.0.73 - - [2025-10-16 02:25:34] "GET /project/8e3fc2c2-1603-4496-aec9-f9c2a8b5eb29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.041421 10.0.0.73 - - [2025-10-16 02:25:34] "GET /projects?obj_uuids=8af347ab-c56a-4db3-a05b-0a947a3fb74e&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000890 10.0.0.73 - - [2025-10-16 02:25:34] "GET /projects?obj_uuids=8e6f5718-cd2f-4af6-a0dc-7a231581b68c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000923 10.0.0.73 - - [2025-10-16 02:25:34] "GET /project/8af347ab-c56a-4db3-a05b-0a947a3fb74e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.035199 10.0.0.73 - - [2025-10-16 02:25:34] "GET /projects?obj_uuids=8eeaba44-549e-4c04-9f2b-ebb81ced8f90&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000901 10.0.0.73 - - [2025-10-16 02:25:34] "DELETE /project/8eeaba44549e4c049f2bebb81ced8f90 HTTP/1.1" 404 173 0.172314 10.0.0.73 - - [2025-10-16 02:25:34] "GET /projects?obj_uuids=8af347ab-c56a-4db3-a05b-0a947a3fb74e&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.002322 10.0.0.73 - - [2025-10-16 02:25:34] "GET /projects?obj_uuids=8e3fc2c2-1603-4496-aec9-f9c2a8b5eb29&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000901 10.0.0.73 - - [2025-10-16 02:25:34] "GET /project/8e6f5718-cd2f-4af6-a0dc-7a231581b68c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1459 0.060941 10.0.0.73 - - [2025-10-16 02:25:34] "GET /project/78e6274f-cfa8-49f7-b063-5588bba00377?fields=security_groups HTTP/1.1" 200 1358 0.108730 10.0.0.73 - - [2025-10-16 02:25:34] "GET /projects?obj_uuids=6b59a898-2219-4319-9b34-9bc84e715dae&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001029 10.0.0.73 - - [2025-10-16 02:25:34] "GET /projects?obj_uuids=096078ea-831e-4ce9-8224-7c9032b65fe4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000955 10.0.0.73 - - [2025-10-16 02:25:34] "DELETE /project/8e3fc2c216034496aec9f9c2a8b5eb29 HTTP/1.1" 404 173 0.217604 10.0.0.73 - - [2025-10-16 02:25:34] "GET /project/8af347ab-c56a-4db3-a05b-0a947a3fb74e?fields=security_groups HTTP/1.1" 200 1362 0.077644 10.0.0.73 - - [2025-10-16 02:25:34] "GET /project/8e3fc2c2-1603-4496-aec9-f9c2a8b5eb29?fields=security_groups HTTP/1.1" 200 1374 0.080602 10.0.0.73 - - [2025-10-16 02:25:34] "GET /projects?obj_uuids=8e6f5718-cd2f-4af6-a0dc-7a231581b68c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001160 10.0.0.73 - - [2025-10-16 02:25:34] "GET /project/8eeaba44-549e-4c04-9f2b-ebb81ced8f90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.111043 10.0.0.73 - - [2025-10-16 02:25:34] "GET /project/6b59a898-2219-4319-9b34-9bc84e715dae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1458 0.092227 10.0.0.73 - - [2025-10-16 02:25:34] "GET /project/096078ea-831e-4ce9-8224-7c9032b65fe4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.094756 10.0.0.73 - - [2025-10-16 02:25:34] "GET /projects?obj_uuids=8eeaba44-549e-4c04-9f2b-ebb81ced8f90&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001188 10.0.0.73 - - [2025-10-16 02:25:34] "GET /projects?obj_uuids=096078ea-831e-4ce9-8224-7c9032b65fe4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001564 10.0.0.73 - - [2025-10-16 02:25:34] "GET /project/8e6f5718-cd2f-4af6-a0dc-7a231581b68c?fields=security_groups HTTP/1.1" 200 1359 0.100857 10.0.0.73 - - [2025-10-16 02:25:34] "GET /projects?obj_uuids=6b59a898-2219-4319-9b34-9bc84e715dae&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000827 10.0.0.73 - - [2025-10-16 02:25:34] "DELETE /access-control-list/1e4a3fa3-1720-442f-9b71-99a642c49b0e HTTP/1.1" 200 115 0.047775 10.0.0.73 - - [2025-10-16 02:25:34] "GET /project/8eeaba44-549e-4c04-9f2b-ebb81ced8f90?fields=security_groups HTTP/1.1" 200 1374 0.066069 10.0.0.73 - - [2025-10-16 02:25:34] "DELETE /security-group/8b668c30-5026-4cdb-8c1d-812526e402b3 HTTP/1.1" 200 115 0.143667 10.0.0.73 - - [2025-10-16 02:25:34] "GET /projects?obj_uuids=78e6274f-cfa8-49f7-b063-5588bba00377&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000976 10.0.0.73 - - [2025-10-16 02:25:34] "DELETE /access-control-list/d9dd938d-b5b2-4d50-87cf-4a7479131cc3 HTTP/1.1" 200 115 0.044840 10.0.0.73 - - [2025-10-16 02:25:34] "GET /project/096078ea-831e-4ce9-8224-7c9032b65fe4?fields=security_groups HTTP/1.1" 200 1371 0.111934 10.0.0.73 - - [2025-10-16 02:25:34] "DELETE /security-group/469f1960-837d-48f0-b772-58f6e1e83aeb HTTP/1.1" 200 115 0.146998 10.0.0.73 - - [2025-10-16 02:25:34] "DELETE /security-group/739d8a4c-d0b8-4c6f-a6e9-f6204254b266 HTTP/1.1" 200 115 0.152305 10.0.0.73 - - [2025-10-16 02:25:34] "GET /projects?obj_uuids=8af347ab-c56a-4db3-a05b-0a947a3fb74e&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001015 10.0.0.73 - - [2025-10-16 02:25:34] "GET /project/6b59a898-2219-4319-9b34-9bc84e715dae?fields=security_groups HTTP/1.1" 200 1358 0.110254 10.0.0.73 - - [2025-10-16 02:25:34] "GET /projects?obj_uuids=8e3fc2c2-1603-4496-aec9-f9c2a8b5eb29&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001067 10.0.0.73 - - [2025-10-16 02:25:34] "GET /project/78e6274f-cfa8-49f7-b063-5588bba00377?fields=application_policy_sets HTTP/1.1" 200 1397 0.105586 10.0.0.73 - - [2025-10-16 02:25:34] "GET /project/8af347ab-c56a-4db3-a05b-0a947a3fb74e?fields=application_policy_sets HTTP/1.1" 200 1401 0.064648 10.0.0.73 - - [2025-10-16 02:25:34] "DELETE /access-control-list/2ea7666e-e65a-4d61-97c8-f4ae15779dbb HTTP/1.1" 200 115 0.082108 10.0.0.73 - - [2025-10-16 02:25:34] "GET /project/8e3fc2c2-1603-4496-aec9-f9c2a8b5eb29?fields=application_policy_sets HTTP/1.1" 200 1413 0.075429 10.0.0.73 - - [2025-10-16 02:25:34] "DELETE /security-group/8708978a-5c95-4370-a39e-70585e662075 HTTP/1.1" 200 115 0.141395 10.0.0.73 - - [2025-10-16 02:25:34] "GET /projects?obj_uuids=8e6f5718-cd2f-4af6-a0dc-7a231581b68c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000911 10.0.0.73 - - [2025-10-16 02:25:34] "DELETE /security-group/0c692240-31a1-4e8b-a32c-6544737be0dd HTTP/1.1" 200 115 0.120183 10.0.0.73 - - [2025-10-16 02:25:34] "GET /projects?obj_uuids=8eeaba44-549e-4c04-9f2b-ebb81ced8f90&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000852 10.0.0.73 - - [2025-10-16 02:25:34] "DELETE /access-control-list/8f19eb17-dd73-436b-91b9-a47a5ca4689c HTTP/1.1" 200 115 0.070084 10.0.0.73 - - [2025-10-16 02:25:34] "DELETE /security-group/d07c415a-7bec-4316-ad84-b880ab544d8a HTTP/1.1" 200 115 0.129580 10.0.0.73 - - [2025-10-16 02:25:34] "GET /project/8e6f5718-cd2f-4af6-a0dc-7a231581b68c?fields=application_policy_sets HTTP/1.1" 200 1398 0.098447 10.0.0.73 - - [2025-10-16 02:25:34] "GET /projects?obj_uuids=096078ea-831e-4ce9-8224-7c9032b65fe4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001081 10.0.0.73 - - [2025-10-16 02:25:34] "GET /project/8eeaba44-549e-4c04-9f2b-ebb81ced8f90?fields=application_policy_sets HTTP/1.1" 200 1413 0.101212 10.0.0.73 - - [2025-10-16 02:25:34] "DELETE /access-control-list/df7357e0-5876-4d78-bca7-81ae4f4f5bf9 HTTP/1.1" 200 115 0.066471 10.0.0.73 - - [2025-10-16 02:25:34] "DELETE /security-group/5f8d10cd-60f2-4e67-82ee-6b32a58a4842 HTTP/1.1" 200 115 0.157508 10.0.0.73 - - [2025-10-16 02:25:34] "GET /projects?obj_uuids=6b59a898-2219-4319-9b34-9bc84e715dae&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001410 10.0.0.73 - - [2025-10-16 02:25:34] "DELETE /access-control-list/3438d021-7899-483c-80ec-36e16e5ab54b HTTP/1.1" 200 115 0.044271 10.0.0.73 - - [2025-10-16 02:25:34] "GET /project/6b59a898-2219-4319-9b34-9bc84e715dae?fields=application_policy_sets HTTP/1.1" 200 1397 0.049751 10.0.0.73 - - [2025-10-16 02:25:34] "GET /project/096078ea-831e-4ce9-8224-7c9032b65fe4?fields=application_policy_sets HTTP/1.1" 200 1410 0.110548 10.0.0.73 - - [2025-10-16 02:25:34] "DELETE /project/8af347ab-c56a-4db3-a05b-0a947a3fb74e HTTP/1.1" 200 115 0.787431 10.0.0.73 - - [2025-10-16 02:25:34] "DELETE /access-control-list/8c92f779-1870-429c-a481-845a4d743210 HTTP/1.1" 200 115 0.073578 10.0.0.73 - - [2025-10-16 02:25:34] "DELETE /project/78e6274f-cfa8-49f7-b063-5588bba00377 HTTP/1.1" 200 115 0.814212 10.0.0.73 - - [2025-10-16 02:25:34] "DELETE /project/8e3fc2c2-1603-4496-aec9-f9c2a8b5eb29 HTTP/1.1" 200 115 0.801507 10.0.0.73 - - [2025-10-16 02:25:34] "DELETE /access-control-list/ea7c3131-d49e-4654-969b-aae35362382c HTTP/1.1" 200 115 0.058612 10.0.0.73 - - [2025-10-16 02:25:34] "DELETE /project/8e6f5718-cd2f-4af6-a0dc-7a231581b68c HTTP/1.1" 200 115 0.882413 10.0.0.73 - - [2025-10-16 02:25:34] "DELETE /project/8eeaba44-549e-4c04-9f2b-ebb81ced8f90 HTTP/1.1" 200 115 0.883870 10.0.0.73 - - [2025-10-16 02:25:34] "DELETE /access-control-list/325d4579-4dfb-44f1-9fc5-0b7ecb3e0388 HTTP/1.1" 200 115 0.027652 10.0.0.73 - - [2025-10-16 02:25:34] "DELETE /project/096078ea-831e-4ce9-8224-7c9032b65fe4 HTTP/1.1" 200 115 0.904264 10.0.0.73 - - [2025-10-16 02:25:34] "DELETE /project/6b59a898-2219-4319-9b34-9bc84e715dae HTTP/1.1" 200 115 0.922417 10.0.0.73 - - [2025-10-16 02:25:34] "DELETE /access-control-list/b6be69d7-518f-45da-b889-87842e6dc3af HTTP/1.1" 200 115 0.026174 10.0.0.73 - - [2025-10-16 02:25:34] "DELETE /access-control-list/93a96247-fca8-477a-a646-f2184687e17a HTTP/1.1" 200 115 0.020773 10.0.0.73 - - [2025-10-16 02:25:34] "DELETE /access-control-list/3c0ffa03-ae43-40b0-89ef-d5e5670067db HTTP/1.1" 200 115 0.019717 10.0.0.73 - - [2025-10-16 02:25:34] "DELETE /access-control-list/7936263b-f642-4348-b118-9150ee4f6fc9 HTTP/1.1" 200 115 0.018079 10.0.0.73 - - [2025-10-16 02:25:35] "DELETE /access-control-list/76fecebf-5fe2-45ef-bc67-eb4f0deabe11 HTTP/1.1" 200 115 0.018643 10.0.0.73 - - [2025-10-16 02:25:43] "GET /obj-perms HTTP/1.1" 200 5056 0.048659 10.0.0.73 - - [2025-10-16 02:25:43] "GET /obj-perms HTTP/1.1" 200 5056 0.051699 [Introspect:8084]10.0.0.73 - - [2025-10-16 02:25:54] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000965 [Introspect:8084]10.0.0.73 - - [2025-10-16 02:25:54] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001004