+++ date ++ echo 'INFO: =================== Mon Dec 8 02:27:28 AM UTC 2025 ===================' INFO: =================== Mon Dec 8 02:27:28 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 +++ awk '{print $2}' +++ head -n 1 +++ grep 'inet ' ++ 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.130 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.130 ++ 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 ++ cut -d , -f 1 ++ echo 10.0.0.73 + local cassandra=10.0.0.73 + (( i=1 )) + (( i<=30 )) + nc -z 10.0.0.73 9041 + echo -e '\035\nquit' + 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.130,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.130,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__.*__.*=.*$' ++ cut -d = -f 1 ++ sed 's/^API__//g' ++ sort + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0' + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs contrail-api + local template=contrail-api ++ dirname /var/log/contrail/config-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/config-api + chmod 755 /var/log/contrail/config-api + mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/config-api + find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:287: SyntaxWarning: "is not" with a literal. Did you mean "!="? if ip_alloc_unit is not 1: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1113: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1910: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: 12/08/2025 02:27:37.915 7febd4450580 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 12/08/2025 02:27:38.096 7febd4450580 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 12/08/2025 02:27:38.111 7febd4450580 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 12/08/2025 02:27:38.112 7febd4450580 [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-12-08 02:27:42] "GET / HTTP/1.1" 503 181 0.000275 10.0.0.73 - - [2025-12-08 02:27:42] "GET / HTTP/1.1" 503 181 0.000204 10.0.0.73 - - [2025-12-08 02:27:42] "GET / HTTP/1.1" 200 35931 0.002613 10.0.0.73 - - [2025-12-08 02:27:43] "GET / HTTP/1.1" 200 35931 0.001428 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-12-08 02:27:43] "POST /fqname-to-id HTTP/1.1" 401 292 0.000786 10.0.0.73 - - [2025-12-08 02:27:43] "GET / HTTP/1.1" 200 45871 0.001543 10.0.0.73 - - [2025-12-08 02:27:43] "GET / HTTP/1.1" 200 45871 0.001189 10.0.0.73 - - [2025-12-08 02:27:43] "POST /fqname-to-id HTTP/1.1" 401 292 0.000446 10.0.0.73 - - [2025-12-08 02:27:43] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000342 10.0.0.73 - - [2025-12-08 02:27:44] "POST /fqname-to-id HTTP/1.1" 401 292 0.000531 10.0.0.73 - - [2025-12-08 02:27:44] "GET / HTTP/1.1" 200 35931 0.002175 10.0.0.73 - - [2025-12-08 02:27:45] "POST /fqname-to-id HTTP/1.1" 200 156 1.482329 10.0.0.73 - - [2025-12-08 02:27:45] "GET /global-system-config/0771bd2d-907f-4ab2-95c1-2c1361acf026?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1058 0.017295 10.0.0.73 - - [2025-12-08 02:27:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.801062 10.0.0.73 - - [2025-12-08 02:27:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004508 10.0.0.73 - - [2025-12-08 02:27:45] "GET / HTTP/1.1" 200 35931 0.002176 10.0.0.73 - - [2025-12-08 02:27:45] "POST /fqname-to-id HTTP/1.1" 404 220 0.009560 10.0.0.73 - - [2025-12-08 02:27:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.139592 10.0.0.73 - - [2025-12-08 02:27:45] "GET /network-ipam/1a251f42-144e-4528-8d2e-c5611fab1339?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.007988 10.0.0.73 - - [2025-12-08 02:27:45] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.544230 10.0.0.73 - - [2025-12-08 02:27:45] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.003704 10.0.0.73 - - [2025-12-08 02:27:45] "POST /config-nodes HTTP/1.1" 200 599 0.059868 10.0.0.73 - - [2025-12-08 02:27:45] "POST /fqname-to-id HTTP/1.1" 401 292 0.000609 10.0.0.73 - - [2025-12-08 02:27:45] "GET / HTTP/1.1" 200 35931 0.001967 10.0.0.73 - - [2025-12-08 02:27:45] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000442 10.0.0.73 - - [2025-12-08 02:27:45] "POST /fqname-to-id HTTP/1.1" 404 225 0.004037 10.0.0.73 - - [2025-12-08 02:27:45] "POST /access-control-lists HTTP/1.1" 200 587 0.030749 10.0.0.73 - - [2025-12-08 02:27:45] "POST /fqname-to-id HTTP/1.1" 404 224 0.004098 10.0.0.73 - - [2025-12-08 02:27:45] "POST /access-control-lists HTTP/1.1" 200 585 0.048210 10.0.0.73 - - [2025-12-08 02:27:46] "POST /route-targets HTTP/1.1" 200 327 0.023290 10.0.0.73 - - [2025-12-08 02:27:46] "POST /ref-update HTTP/1.1" 200 156 0.017477 10.0.0.73 - - [2025-12-08 02:27:46] "POST /route-targets HTTP/1.1" 200 327 0.018061 10.0.0.73 - - [2025-12-08 02:27:46] "POST /ref-update HTTP/1.1" 200 156 0.025676 10.0.0.73 - - [2025-12-08 02:27:46] "POST /route-targets HTTP/1.1" 200 327 0.017627 /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-12-08 02:27:46] "POST /ref-update HTTP/1.1" 200 156 0.017484 10.0.0.73 - - [2025-12-08 02:27:46] "POST /fqname-to-id HTTP/1.1" 404 186 0.427707 10.0.0.73 - - [2025-12-08 02:27:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.007794 10.0.0.73 - - [2025-12-08 02:27:46] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.107656 10.0.0.73 - - [2025-12-08 02:27:46] "GET /global-system-config/0771bd2d-907f-4ab2-95c1-2c1361acf026?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1058 0.011061 10.0.0.73 - - [2025-12-08 02:27:46] "POST /route-targets HTTP/1.1" 200 327 0.032523 10.0.0.73 - - [2025-12-08 02:27:46] "POST /service-appliance-sets HTTP/1.1" 200 553 0.034531 10.0.0.73 - - [2025-12-08 02:27:46] "POST /ref-update HTTP/1.1" 200 156 0.027103 10.0.0.73 - - [2025-12-08 02:27:46] "POST /fqname-to-id HTTP/1.1" 404 180 0.005715 10.0.0.73 - - [2025-12-08 02:27:46] "POST /fqname-to-id HTTP/1.1" 404 201 0.009737 10.0.0.73 - - [2025-12-08 02:27:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.007674 10.0.0.73 - - [2025-12-08 02:27:46] "GET /global-system-config/0771bd2d-907f-4ab2-95c1-2c1361acf026?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1058 0.038276 10.0.0.73 - - [2025-12-08 02:27:46] "POST /access-control-lists HTTP/1.1" 200 551 0.083429 10.0.0.73 - - [2025-12-08 02:27:46] "PUT /access-control-list/61255a23-75ea-4969-8e2a-b9976e32efad HTTP/1.1" 200 272 0.022736 10.0.0.73 - - [2025-12-08 02:27:46] "POST /service-appliance-sets HTTP/1.1" 200 541 0.034556 10.0.0.73 - - [2025-12-08 02:27:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003380 10.0.0.73 - - [2025-12-08 02:27:46] "PUT /access-control-list/30aee6ad-02ea-47d4-8b38-d5e7d9c7ccda HTTP/1.1" 200 272 0.016872 10.0.0.73 - - [2025-12-08 02:27:47] "GET /network-ipam/1a251f42-144e-4528-8d2e-c5611fab1339?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.006850 10.0.0.73 - - [2025-12-08 02:27:47] "POST /service-templates HTTP/1.1" 200 511 0.034433 10.0.0.73 - - [2025-12-08 02:27:47] "POST /service-templates HTTP/1.1" 200 501 0.159946 10.0.0.73 - - [2025-12-08 02:27:47] "POST /service-templates HTTP/1.1" 200 515 0.038157 10.0.0.73 - - [2025-12-08 02:27:47] "POST /service-templates HTTP/1.1" 200 535 0.028452 10.0.0.73 - - [2025-12-08 02:27:47] "POST /service-templates HTTP/1.1" 200 507 0.022595 10.0.0.73 - - [2025-12-08 02:27:51] "GET / HTTP/1.1" 200 35931 0.001551 10.0.0.73 - - [2025-12-08 02:27:51] "POST /fqname-to-id HTTP/1.1" 401 292 0.000460 10.0.0.73 - - [2025-12-08 02:27:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.006377 10.0.0.73 - - [2025-12-08 02:27:51] "GET /global-vrouter-config/8c7ca7c7-4fde-43f4-b512-e9137443a07e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1216 0.004173 10.0.0.73 - - [2025-12-08 02:27:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004067 10.0.0.73 - - [2025-12-08 02:27:51] "PUT /global-vrouter-config/8c7ca7c7-4fde-43f4-b512-e9137443a07e HTTP/1.1" 200 276 0.010461 10.0.0.73 - - [2025-12-08 02:27:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.033499 10.0.0.73 - - [2025-12-08 02:27:51] "GET /global-system-config/0771bd2d-907f-4ab2-95c1-2c1361acf026?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1058 0.007664 10.0.0.73 - - [2025-12-08 02:27:51] "POST /fqname-to-id HTTP/1.1" 404 220 0.003948 10.0.0.73 - - [2025-12-08 02:27:51] "POST /config-database-nodes HTTP/1.1" 200 617 0.030164 10.0.0.73 - - [2025-12-08 02:27:51] "GET / HTTP/1.1" 200 35931 0.002506 10.0.0.73 - - [2025-12-08 02:27:51] "POST /alarms HTTP/1.1" 401 292 0.000665 10.0.0.73 - - [2025-12-08 02:27:52] "POST /alarms HTTP/1.1" 200 581 0.054404 10.0.0.73 - - [2025-12-08 02:27:52] "POST /alarms HTTP/1.1" 200 575 0.027093 10.0.0.73 - - [2025-12-08 02:27:52] "POST /alarms HTTP/1.1" 200 575 0.031816 10.0.0.73 - - [2025-12-08 02:27:52] "POST /alarms HTTP/1.1" 200 559 0.024548 10.0.0.73 - - [2025-12-08 02:27:52] "POST /alarms HTTP/1.1" 200 555 0.025317 10.0.0.73 - - [2025-12-08 02:27:52] "POST /alarms HTTP/1.1" 200 557 0.024715 10.0.0.73 - - [2025-12-08 02:27:52] "POST /alarms HTTP/1.1" 200 565 0.033211 10.0.0.73 - - [2025-12-08 02:27:52] "POST /alarms HTTP/1.1" 200 549 0.028344 10.0.0.73 - - [2025-12-08 02:27:52] "POST /alarms HTTP/1.1" 200 557 0.025959 10.0.0.73 - - [2025-12-08 02:27:53] "POST /alarms HTTP/1.1" 200 567 0.024751 10.0.0.73 - - [2025-12-08 02:27:53] "POST /alarms HTTP/1.1" 200 555 0.024774 10.0.0.73 - - [2025-12-08 02:27:53] "POST /alarms HTTP/1.1" 200 567 0.024368 10.0.0.73 - - [2025-12-08 02:27:53] "POST /alarms HTTP/1.1" 200 575 0.075055 10.0.0.73 - - [2025-12-08 02:27:53] "POST /alarms HTTP/1.1" 200 569 0.027580 10.0.0.73 - - [2025-12-08 02:27:53] "POST /alarms HTTP/1.1" 200 561 0.043188 10.0.0.73 - - [2025-12-08 02:27:53] "POST /alarms HTTP/1.1" 200 561 0.021199 10.0.0.73 - - [2025-12-08 02:27:53] "POST /alarms HTTP/1.1" 200 561 0.024196 10.0.0.73 - - [2025-12-08 02:27:53] "POST /alarms HTTP/1.1" 200 547 0.023839 10.0.0.73 - - [2025-12-08 02:27:53] "POST /alarms HTTP/1.1" 200 595 0.022417 10.0.0.73 - - [2025-12-08 02:27:53] "POST /alarms HTTP/1.1" 200 575 0.025727 10.0.0.73 - - [2025-12-08 02:27:53] "POST /alarms HTTP/1.1" 200 571 0.020464 10.0.0.73 - - [2025-12-08 02:27:53] "POST /alarms HTTP/1.1" 200 583 0.018250 10.0.0.73 - - [2025-12-08 02:27:53] "POST /alarms HTTP/1.1" 200 609 0.019435 10.0.0.73 - - [2025-12-08 02:27:54] "GET / HTTP/1.1" 200 35931 0.002137 10.0.0.73 - - [2025-12-08 02:27:54] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000715 10.0.0.73 - - [2025-12-08 02:27:54] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.036214 10.0.0.73 - - [2025-12-08 02:27:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003681 10.0.0.73 - - [2025-12-08 02:27:54] "PUT /global-vrouter-config/8c7ca7c7-4fde-43f4-b512-e9137443a07e HTTP/1.1" 200 276 0.010477 10.0.0.73 - - [2025-12-08 02:27:55] "GET / HTTP/1.1" 200 35931 0.002050 10.0.0.73 - - [2025-12-08 02:27:55] "POST /fqname-to-id HTTP/1.1" 401 292 0.000486 10.0.0.73 - - [2025-12-08 02:27:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.033772 10.0.0.73 - - [2025-12-08 02:27:55] "GET /global-vrouter-config/8c7ca7c7-4fde-43f4-b512-e9137443a07e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004440 10.0.0.73 - - [2025-12-08 02:27:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003857 10.0.0.73 - - [2025-12-08 02:27:55] "PUT /global-vrouter-config/8c7ca7c7-4fde-43f4-b512-e9137443a07e HTTP/1.1" 200 276 0.011406 10.0.0.73 - - [2025-12-08 02:27:55] "GET / HTTP/1.1" 200 35931 0.001777 10.0.0.73 - - [2025-12-08 02:27:55] "POST /fqname-to-id HTTP/1.1" 401 292 0.000507 10.0.0.73 - - [2025-12-08 02:27:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.037989 10.0.0.73 - - [2025-12-08 02:27:56] "GET /global-system-config/0771bd2d-907f-4ab2-95c1-2c1361acf026?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1058 0.007140 10.0.0.73 - - [2025-12-08 02:27:56] "PUT /global-system-config/0771bd2d-907f-4ab2-95c1-2c1361acf026 HTTP/1.1" 200 274 0.026939 10.0.0.73 - - [2025-12-08 02:28:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000761 10.0.0.73 - - [2025-12-08 02:28:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000641 10.0.0.73 - - [2025-12-08 02:28:14] "GET /global-system-configs HTTP/1.1" 401 292 0.000756 10.0.0.73 - - [2025-12-08 02:28:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000460 10.0.0.73 - - [2025-12-08 02:28:51] "GET / HTTP/1.1" 200 35931 0.001751 10.0.0.73 - - [2025-12-08 02:28:51] "POST /fqname-to-id HTTP/1.1" 401 292 0.000751 10.0.0.73 - - [2025-12-08 02:28:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.039557 10.0.0.73 - - [2025-12-08 02:28:51] "GET /routing-instance/4af8aadd-e4b7-450e-aba2-306f65c6f0d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1175 0.004894 10.0.0.73 - - [2025-12-08 02:28:51] "POST /bgp-routers HTTP/1.1" 200 620 0.032590 10.0.0.73 - - [2025-12-08 02:28:51] "GET /bgp-router/57080798-89d2-4458-af34-dcd41d7b6dfa?fields=global_system_config_back_refs HTTP/1.1" 200 1116 0.007268 10.0.0.73 - - [2025-12-08 02:28:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.005440 10.0.0.73 - - [2025-12-08 02:28:52] "GET /global-system-config/0771bd2d-907f-4ab2-95c1-2c1361acf026?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1058 0.008443 10.0.0.73 - - [2025-12-08 02:28:52] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.004545 10.0.0.73 - - [2025-12-08 02:28:52] "POST /ref-update HTTP/1.1" 200 156 0.011046 10.0.0.73 - - [2025-12-08 02:29:23] "GET / HTTP/1.1" 200 35931 0.001622 10.0.0.73 - - [2025-12-08 02:29:23] "POST /fqname-to-id HTTP/1.1" 401 292 0.002558 10.0.0.73 - - [2025-12-08 02:29:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.049776 10.0.0.73 - - [2025-12-08 02:29:24] "GET /global-system-config/0771bd2d-907f-4ab2-95c1-2c1361acf026?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.008776 10.0.0.73 - - [2025-12-08 02:29:24] "POST /fqname-to-id HTTP/1.1" 404 220 0.003858 10.0.0.73 - - [2025-12-08 02:29:24] "POST /database-nodes HTTP/1.1" 200 603 0.028031 10.0.0.73 - - [2025-12-08 02:29:58] "GET / HTTP/1.1" 200 35931 0.002800 10.0.0.73 - - [2025-12-08 02:29:58] "POST /fqname-to-id HTTP/1.1" 401 292 0.000533 10.0.0.73 - - [2025-12-08 02:29:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.037469 10.0.0.73 - - [2025-12-08 02:29:58] "GET /global-system-config/0771bd2d-907f-4ab2-95c1-2c1361acf026?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.010237 10.0.0.73 - - [2025-12-08 02:29:58] "POST /fqname-to-id HTTP/1.1" 404 220 0.004544 10.0.0.73 - - [2025-12-08 02:29:58] "POST /analytics-nodes HTTP/1.1" 200 605 0.029924 10.0.0.73 - - [2025-12-08 02:30:04] "GET / HTTP/1.1" 200 35931 0.001805 10.0.0.73 - - [2025-12-08 02:30:15] "GET / HTTP/1.1" 200 35931 0.001766 10.0.0.73 - - [2025-12-08 02:30:15] "POST /fqname-to-id HTTP/1.1" 401 292 0.000622 10.0.0.73 - - [2025-12-08 02:30:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.038593 10.0.0.73 - - [2025-12-08 02:30:16] "GET /global-system-config/0771bd2d-907f-4ab2-95c1-2c1361acf026?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.010299 10.0.0.73 - - [2025-12-08 02:30:16] "POST /fqname-to-id HTTP/1.1" 404 220 0.004420 10.0.0.73 - - [2025-12-08 02:30:16] "POST /analytics-alarm-nodes HTTP/1.1" 200 617 0.030221 10.0.0.73 - - [2025-12-08 02:30:31] "GET / HTTP/1.1" 200 35931 0.001941 10.0.0.73 - - [2025-12-08 02:30:31] "POST /fqname-to-id HTTP/1.1" 401 292 0.000484 10.0.0.73 - - [2025-12-08 02:30:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.041548 10.0.0.73 - - [2025-12-08 02:30:32] "GET /global-system-config/0771bd2d-907f-4ab2-95c1-2c1361acf026?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.010283 10.0.0.73 - - [2025-12-08 02:30:32] "POST /fqname-to-id HTTP/1.1" 404 220 0.004061 10.0.0.73 - - [2025-12-08 02:30:32] "POST /analytics-snmp-nodes HTTP/1.1" 200 615 0.046713 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-12-08 02:30:49] "GET /obj-perms HTTP/1.1" 200 5056 0.440025 10.0.0.73 - - [2025-12-08 02:30:49] "GET /obj-perms HTTP/1.1" 200 5056 0.068635 10.0.0.73 - - [2025-12-08 02:31:50] "GET /obj-perms HTTP/1.1" 200 5056 0.064887 10.0.0.73 - - [2025-12-08 02:31:50] "GET /obj-perms HTTP/1.1" 200 5056 0.066698 10.0.0.73 - - [2025-12-08 02:32:51] "GET /obj-perms HTTP/1.1" 200 5056 0.071503 10.0.0.73 - - [2025-12-08 02:32:51] "GET /obj-perms HTTP/1.1" 200 5056 0.062993 10.0.0.73 - - [2025-12-08 02:33:06] "GET / HTTP/1.1" 200 35931 0.002499 10.0.0.73 - - [2025-12-08 02:33:06] "POST /fqname-to-id HTTP/1.1" 401 292 0.000517 10.0.0.73 - - [2025-12-08 02:33:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.037627 10.0.0.73 - - [2025-12-08 02:33:06] "GET /global-system-config/0771bd2d-907f-4ab2-95c1-2c1361acf026?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.006025 10.0.0.73 - - [2025-12-08 02:33:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003830 10.0.0.73 - - [2025-12-08 02:33:06] "GET /routing-instance/4af8aadd-e4b7-450e-aba2-306f65c6f0d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1175 0.005210 10.0.0.73 - - [2025-12-08 02:33:06] "PUT /global-system-config/0771bd2d-907f-4ab2-95c1-2c1361acf026 HTTP/1.1" 200 274 0.016225 10.0.0.73 - - [2025-12-08 02:33:06] "POST /fqname-to-id HTTP/1.1" 404 218 0.003453 10.0.0.73 - - [2025-12-08 02:33:06] "POST /virtual-routers HTTP/1.1" 200 603 0.031099 10.0.0.73 - - [2025-12-08 02:33:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003990 10.0.0.73 - - [2025-12-08 02:33:06] "GET /virtual-router/363ce72b-aeee-4b94-b223-fe21b440966c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1246 0.008273 10.0.0.73 - - [2025-12-08 02:33:06] "POST /fqname-to-id HTTP/1.1" 404 231 0.003887 10.0.0.73 - - [2025-12-08 02:33:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004103 10.0.0.73 - - [2025-12-08 02:33:07] "GET /virtual-network/fe64c6a0-62c5-47c0-84b3-d7dc3af24fb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.006179 10.0.0.73 - - [2025-12-08 02:33:07] "POST /virtual-machine-interfaces HTTP/1.1" 200 585 0.078095 10.0.0.73 - - [2025-12-08 02:33:07] "PUT /access-control-list/c369e9d8-6f52-42f6-886b-84156d7964bd HTTP/1.1" 200 272 0.049191 [Introspect:8084]10.0.0.73 - - [2025-12-08 02:33:10] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001210 [Introspect:8084]10.0.0.73 - - [2025-12-08 02:33:10] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001322 [Introspect:8084]10.0.0.73 - - [2025-12-08 02:33:12] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001342 [Introspect:8084]10.0.0.73 - - [2025-12-08 02:33:12] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001256 10.0.0.73 - - [2025-12-08 02:33:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000508 10.0.0.73 - - [2025-12-08 02:33:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000491 10.0.0.73 - - [2025-12-08 02:33:14] "GET /global-system-configs HTTP/1.1" 401 292 0.000537 10.0.0.73 - - [2025-12-08 02:33:14] "GET /global-system-configs HTTP/1.1" 401 292 0.000514 10.0.0.73 - - [2025-12-08 02:33:52] "GET /obj-perms HTTP/1.1" 200 5056 0.073975 10.0.0.73 - - [2025-12-08 02:33:52] "GET /obj-perms HTTP/1.1" 200 5056 0.056407 10.0.0.73 - - [2025-12-08 02:34:20] "GET / HTTP/1.1" 200 35931 0.002575 10.0.0.73 - - [2025-12-08 02:34:21] "GET /project/87daa605-31b2-48e5-8c67-0b4827c72c16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000542 10.0.0.73 - - [2025-12-08 02:34:22] "GET /projects?obj_uuids=87daa605-31b2-48e5-8c67-0b4827c72c16&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.036462 10.0.0.73 - - [2025-12-08 02:34:22] "GET /domains?obj_uuids=bdb80538-3a76-4907-b398-c529616d0886&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001385 10.0.0.73 - - [2025-12-08 02:34:22] "GET /domain/bdb80538-3a76-4907-b398-c529616d0886?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.038465 10.0.0.73 - - [2025-12-08 02:34:22] "POST /id-to-fqname HTTP/1.1" 200 167 0.001700 10.0.0.73 - - [2025-12-08 02:34:22] "POST /fqname-to-id HTTP/1.1" 404 176 0.016062 10.0.0.73 - - [2025-12-08 02:34:22] "POST /security-groups HTTP/1.1" 200 568 0.069466 10.0.0.73 - - [2025-12-08 02:34:22] "POST /fqname-to-id HTTP/1.1" 404 207 0.003454 10.0.0.73 - - [2025-12-08 02:34:22] "POST /projects HTTP/1.1" 200 539 0.280060 10.0.0.73 - - [2025-12-08 02:34:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.362113 10.0.0.73 - - [2025-12-08 02:34:22] "POST /access-control-lists HTTP/1.1" 200 573 0.077314 10.0.0.73 - - [2025-12-08 02:34:22] "POST /fqname-to-id HTTP/1.1" 404 206 0.002712 10.0.0.73 - - [2025-12-08 02:34:22] "GET /project/87daa605-31b2-48e5-8c67-0b4827c72c16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.935631 10.0.0.73 - - [2025-12-08 02:34:23] "POST /access-control-lists HTTP/1.1" 200 571 0.061842 [Introspect:8084]10.0.0.73 - - [2025-12-08 02:34:23] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001340 10.0.0.73 - - [2025-12-08 02:34:23] "POST /fqname-to-id HTTP/1.1" 404 199 0.030881 10.0.0.73 - - [2025-12-08 02:34:23] "GET /projects?obj_uuids=45364aae-2003-448c-91ca-7faa3cf2eefe&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003307 10.0.0.73 - - [2025-12-08 02:34:24] "GET /domains?obj_uuids=bdb80538-3a76-4907-b398-c529616d0886&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001256 10.0.0.73 - - [2025-12-08 02:34:24] "GET /domain/bdb80538-3a76-4907-b398-c529616d0886?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008075 10.0.0.73 - - [2025-12-08 02:34:24] "POST /id-to-fqname HTTP/1.1" 200 201 0.001451 10.0.0.73 - - [2025-12-08 02:34:24] "POST /fqname-to-id HTTP/1.1" 404 210 0.005147 10.0.0.73 - - [2025-12-08 02:34:24] "POST /security-groups HTTP/1.1" 200 602 0.073107 10.0.0.73 - - [2025-12-08 02:34:24] "POST /fqname-to-id HTTP/1.1" 404 245 0.004589 10.0.0.73 - - [2025-12-08 02:34:24] "POST /projects HTTP/1.1" 200 607 0.251266 10.0.0.73 - - [2025-12-08 02:34:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.326764 10.0.0.73 - - [2025-12-08 02:34:24] "POST /access-control-lists HTTP/1.1" 200 607 0.074038 10.0.0.73 - - [2025-12-08 02:34:24] "GET /project/45364aae-2003-448c-91ca-7faa3cf2eefe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.485775 10.0.0.73 - - [2025-12-08 02:34:24] "POST /fqname-to-id HTTP/1.1" 404 244 0.009947 10.0.0.73 - - [2025-12-08 02:34:24] "POST /access-control-lists HTTP/1.1" 200 605 0.078816 10.0.0.73 - - [2025-12-08 02:34:25] "GET / HTTP/1.1" 200 35931 0.004025 10.0.0.73 - - [2025-12-08 02:34:26] "POST /fqname-to-id HTTP/1.1" 401 292 0.000639 10.0.0.73 - - [2025-12-08 02:34:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.072008 10.0.0.73 - - [2025-12-08 02:34:26] "GET /projects?obj_uuids=45364aae-2003-448c-91ca-7faa3cf2eefe&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001215 10.0.0.73 - - [2025-12-08 02:34:26] "GET /project/45364aae-2003-448c-91ca-7faa3cf2eefe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.061573 10.0.0.73 - - [2025-12-08 02:34:27] "POST /neutron/network HTTP/1.1" 200 117 0.133255 10.0.0.73 - - [2025-12-08 02:34:27] "GET /projects?obj_uuids=45364aae-2003-448c-91ca-7faa3cf2eefe&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001484 10.0.0.73 - - [2025-12-08 02:34:27] "POST /neutron/network HTTP/1.1" 200 620 0.110082 10.0.0.73 - - [2025-12-08 02:34:27] "POST /route-targets HTTP/1.1" 200 327 0.016669 10.0.0.73 - - [2025-12-08 02:34:27] "POST /ref-update HTTP/1.1" 200 156 0.019264 10.0.0.73 - - [2025-12-08 02:34:27] "POST /useragent-kv HTTP/1.1" 200 115 0.005084 10.0.0.73 - - [2025-12-08 02:34:27] "POST /neutron/subnet HTTP/1.1" 200 720 0.199627 10.0.0.73 - - [2025-12-08 02:34:27] "POST /neutron/network HTTP/1.1" 200 838 0.008804 10.0.0.73 - - [2025-12-08 02:34:27] "POST /id-to-fqname HTTP/1.1" 200 233 0.001584 10.0.0.73 - - [2025-12-08 02:34:27] "GET /virtual-network/c7a66af3-77c6-4f4e-ab75-4b5ca55caba0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.005930 10.0.0.73 - - [2025-12-08 02:34:27] "POST /neutron/network HTTP/1.1" 200 838 0.008241 10.0.0.73 - - [2025-12-08 02:34:27] "GET /virtual-network/c7a66af3-77c6-4f4e-ab75-4b5ca55caba0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.006461 10.0.0.73 - - [2025-12-08 02:34:27] "POST /neutron/network HTTP/1.1" 200 838 0.007845 10.0.0.73 - - [2025-12-08 02:34:27] "POST /neutron/subnet HTTP/1.1" 200 720 0.010356 10.0.0.73 - - [2025-12-08 02:34:27] "GET /domains HTTP/1.1" 401 292 0.000462 10.0.0.73 - - [2025-12-08 02:34:28] "GET /domains HTTP/1.1" 200 280 0.032673 10.0.0.73 - - [2025-12-08 02:34:28] "GET /domains?obj_uuids=bdb80538-3a76-4907-b398-c529616d0886&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001184 10.0.0.73 - - [2025-12-08 02:34:28] "GET /domain/bdb80538-3a76-4907-b398-c529616d0886 HTTP/1.1" 200 2585 0.017910 10.0.0.73 - - [2025-12-08 02:34:28] "GET /projects?obj_uuids=45364aae-2003-448c-91ca-7faa3cf2eefe&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001703 10.0.0.73 - - [2025-12-08 02:34:28] "GET /project/45364aae-2003-448c-91ca-7faa3cf2eefe HTTP/1.1" 200 2168 0.083265 10.0.0.73 - - [2025-12-08 02:34:28] "GET /virtual-network/c7a66af3-77c6-4f4e-ab75-4b5ca55caba0 HTTP/1.1" 200 2340 0.009727 10.0.0.73 - - [2025-12-08 02:34:28] "GET /virtual-network/c7a66af3-77c6-4f4e-ab75-4b5ca55caba0 HTTP/1.1" 200 2340 0.007200 10.0.0.73 - - [2025-12-08 02:34:28] "GET /routing-instance/9cd26a63-66d0-4b3e-b4bb-cf216785ef5c HTTP/1.1" 200 1495 0.018487 10.0.0.73 - - [2025-12-08 02:34:28] "GET /routing-instance/9cd26a63-66d0-4b3e-b4bb-cf216785ef5c HTTP/1.1" 200 1495 0.005029 10.0.0.73 - - [2025-12-08 02:34:28] "GET /route-target/7b1b8855-bf34-48f3-840f-62d39589e4ec HTTP/1.1" 200 1218 0.004119 10.0.0.73 - - [2025-12-08 02:34:28] "GET /virtual-network/c7a66af3-77c6-4f4e-ab75-4b5ca55caba0 HTTP/1.1" 200 2340 0.008063 10.0.0.73 - - [2025-12-08 02:34:28] "GET /routing-instance/9cd26a63-66d0-4b3e-b4bb-cf216785ef5c HTTP/1.1" 200 1495 0.004641 10.0.0.73 - - [2025-12-08 02:34:28] "GET /virtual-network/c7a66af3-77c6-4f4e-ab75-4b5ca55caba0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.008352 10.0.0.73 - - [2025-12-08 02:34:28] "GET /virtual-network/c7a66af3-77c6-4f4e-ab75-4b5ca55caba0 HTTP/1.1" 200 2340 0.006333 10.0.0.73 - - [2025-12-08 02:34:28] "GET /routing-instance/9cd26a63-66d0-4b3e-b4bb-cf216785ef5c HTTP/1.1" 200 1495 0.005324 10.0.0.73 - - [2025-12-08 02:34:28] "GET /routing-instance/9cd26a63-66d0-4b3e-b4bb-cf216785ef5c HTTP/1.1" 200 1495 0.005117 10.0.0.73 - - [2025-12-08 02:34:28] "GET /route-target/7b1b8855-bf34-48f3-840f-62d39589e4ec HTTP/1.1" 200 1218 0.004624 10.0.0.73 - - [2025-12-08 02:34:28] "GET /domains HTTP/1.1" 200 280 0.004183 10.0.0.73 - - [2025-12-08 02:34:28] "GET /domains?obj_uuids=bdb80538-3a76-4907-b398-c529616d0886&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001456 10.0.0.73 - - [2025-12-08 02:34:28] "GET /domain/bdb80538-3a76-4907-b398-c529616d0886 HTTP/1.1" 200 2585 0.009903 10.0.0.73 - - [2025-12-08 02:34:28] "GET /projects?obj_uuids=45364aae-2003-448c-91ca-7faa3cf2eefe&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001227 10.0.0.73 - - [2025-12-08 02:34:28] "GET /project/45364aae-2003-448c-91ca-7faa3cf2eefe HTTP/1.1" 200 2168 0.084369 10.0.0.73 - - [2025-12-08 02:34:28] "GET /virtual-network/c7a66af3-77c6-4f4e-ab75-4b5ca55caba0 HTTP/1.1" 200 2340 0.006936 10.0.0.73 - - [2025-12-08 02:34:29] "GET /obj-perms HTTP/1.1" 200 5052 0.076398 10.0.0.73 - - [2025-12-08 02:34:29] "POST /id-to-fqname HTTP/1.1" 200 233 0.001598 10.0.0.73 - - [2025-12-08 02:34:31] "POST /neutron/network HTTP/1.1" 200 848 0.008167 10.0.0.73 - - [2025-12-08 02:34:31] "GET /aaa-mode HTTP/1.1" 401 292 0.000554 10.0.0.73 - - [2025-12-08 02:34:31] "GET / HTTP/1.1" 200 35931 0.001665 10.0.0.73 - - [2025-12-08 02:34:31] "GET /project/45364aae-2003-448c-91ca-7faa3cf2eefe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000500 10.0.0.73 - - [2025-12-08 02:34:31] "GET /projects?obj_uuids=45364aae-2003-448c-91ca-7faa3cf2eefe&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001222 10.0.0.73 - - [2025-12-08 02:34:31] "GET /project/45364aae-2003-448c-91ca-7faa3cf2eefe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.084362 10.0.0.73 - - [2025-12-08 02:34:32] "POST /neutron/network HTTP/1.1" 200 838 0.050076 10.0.0.73 - - [2025-12-08 02:34:32] "POST /neutron/port HTTP/1.1" 200 117 0.018847 10.0.0.73 - - [2025-12-08 02:34:33] "POST /neutron/port HTTP/1.1" 200 117 0.008151 10.0.0.73 - - [2025-12-08 02:34:33] "POST /neutron/port HTTP/1.1" 200 117 0.007584 10.0.0.73 - - [2025-12-08 02:34:34] "POST /neutron/network HTTP/1.1" 200 848 0.022122 10.0.0.73 - - [2025-12-08 02:34:34] "GET /projects?obj_uuids=45364aae-2003-448c-91ca-7faa3cf2eefe&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001188 10.0.0.73 - - [2025-12-08 02:34:34] "POST /neutron/port HTTP/1.1" 200 1070 0.292913 10.0.0.73 - - [2025-12-08 02:34:35] "POST /neutron/port HTTP/1.1" 200 1070 0.054873 10.0.0.73 - - [2025-12-08 02:34:35] "POST /neutron/port HTTP/1.1" 200 1070 0.012180 10.0.0.73 - - [2025-12-08 02:34:35] "POST /neutron/port HTTP/1.1" 200 1124 0.077189 10.0.0.73 - - [2025-12-08 02:34:35] "POST /neutron/port HTTP/1.1" 200 1098 0.015381 10.0.0.73 - - [2025-12-08 02:34:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005128 10.0.0.73 - - [2025-12-08 02:34:35] "POST /neutron/subnet HTTP/1.1" 200 694 0.012070 10.0.0.73 - - [2025-12-08 02:34:35] "POST /neutron/port HTTP/1.1" 200 117 0.001343 10.0.0.73 - - [2025-12-08 02:34:35] "POST /neutron/network HTTP/1.1" 200 838 0.007581 10.0.0.73 - - [2025-12-08 02:34:38] "POST /neutron/port HTTP/1.1" 200 1098 0.014812 10.0.0.73 - - [2025-12-08 02:34:38] "POST /neutron/security_group HTTP/1.1" 200 2069 0.008451 10.0.0.73 - - [2025-12-08 02:34:43] "POST /neutron/port HTTP/1.1" 200 1098 0.016477 10.0.0.73 - - [2025-12-08 02:34:43] "POST /neutron/security_group HTTP/1.1" 200 2069 0.008261 10.0.0.73 - - [2025-12-08 02:34:43] "GET /obj-perms HTTP/1.1" 200 5052 0.004209 10.0.0.73 - - [2025-12-08 02:34:44] "GET /obj-perms HTTP/1.1" 200 5052 0.006807 10.0.0.73 - - [2025-12-08 02:34:45] "GET /obj-perms HTTP/1.1" 200 5052 0.004589 10.0.0.73 - - [2025-12-08 02:34:46] "GET /obj-perms HTTP/1.1" 200 5052 0.005229 10.0.0.73 - - [2025-12-08 02:34:47] "DELETE /project/87daa60531b248e58c670b4827c72c16 HTTP/1.1" 404 173 0.005558 10.0.0.73 - - [2025-12-08 02:34:47] "DELETE /project/45364aae2003448c91ca7faa3cf2eefe HTTP/1.1" 404 173 0.004262 10.0.0.73 - - [2025-12-08 02:34:47] "GET /obj-perms HTTP/1.1" 200 5052 0.018257 10.0.0.73 - - [2025-12-08 02:34:48] "POST /neutron/network HTTP/1.1" 200 838 0.012568 10.0.0.73 - - [2025-12-08 02:34:48] "POST /neutron/network HTTP/1.1" 400 204 0.019629 10.0.0.73 - - [2025-12-08 02:34:49] "POST /neutron/port HTTP/1.1" 200 1098 0.015041 10.0.0.73 - - [2025-12-08 02:34:49] "POST /neutron/port HTTP/1.1" 200 1124 0.014257 10.0.0.73 - - [2025-12-08 02:34:49] "POST /neutron/port HTTP/1.1" 200 151 0.134856 10.0.0.73 - - [2025-12-08 02:34:50] "POST /neutron/network HTTP/1.1" 200 838 0.007782 10.0.0.73 - - [2025-12-08 02:34:50] "POST /useragent-kv HTTP/1.1" 200 115 0.003993 10.0.0.73 - - [2025-12-08 02:34:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003588 10.0.0.73 - - [2025-12-08 02:34:50] "POST /useragent-kv HTTP/1.1" 200 115 0.005473 10.0.0.73 - - [2025-12-08 02:34:50] "POST /neutron/network HTTP/1.1" 200 151 0.119372 10.0.0.73 - - [2025-12-08 02:34:50] "GET /routing-instance/9cd26a63-66d0-4b3e-b4bb-cf216785ef5c HTTP/1.1" 404 171 0.002577 10.0.0.73 - - [2025-12-08 02:34:50] "GET /domains HTTP/1.1" 200 280 0.002789 10.0.0.73 - - [2025-12-08 02:34:50] "GET /domains?obj_uuids=bdb80538-3a76-4907-b398-c529616d0886&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002129 10.0.0.73 - - [2025-12-08 02:34:50] "DELETE /route-target/7b1b8855-bf34-48f3-840f-62d39589e4ec HTTP/1.1" 200 115 0.032026 10.0.0.73 - - [2025-12-08 02:34:50] "GET /domain/bdb80538-3a76-4907-b398-c529616d0886 HTTP/1.1" 200 2585 0.051250 10.0.0.73 - - [2025-12-08 02:34:50] "GET /projects?obj_uuids=45364aae-2003-448c-91ca-7faa3cf2eefe&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001693 10.0.0.73 - - [2025-12-08 02:34:51] "GET /project/45364aae-2003-448c-91ca-7faa3cf2eefe HTTP/1.1" 200 1918 0.091075 10.0.0.73 - - [2025-12-08 02:34:51] "GET /projects?obj_uuids=45364aae-2003-448c-91ca-7faa3cf2eefe&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001302 10.0.0.73 - - [2025-12-08 02:34:51] "GET /project/45364aae-2003-448c-91ca-7faa3cf2eefe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.038639 10.0.0.73 - - [2025-12-08 02:34:51] "GET /projects?obj_uuids=45364aae-2003-448c-91ca-7faa3cf2eefe&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001066 10.0.0.73 - - [2025-12-08 02:34:51] "GET /project/45364aae-2003-448c-91ca-7faa3cf2eefe?fields=virtual_networks HTTP/1.1" 200 1054 0.031611 10.0.0.73 - - [2025-12-08 02:34:51] "GET /projects?obj_uuids=45364aae-2003-448c-91ca-7faa3cf2eefe&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001076 10.0.0.73 - - [2025-12-08 02:34:51] "GET /project/45364aae-2003-448c-91ca-7faa3cf2eefe?fields=virtual_machine_interfaces HTTP/1.1" 200 1054 0.041200 10.0.0.73 - - [2025-12-08 02:34:51] "GET /projects?obj_uuids=45364aae-2003-448c-91ca-7faa3cf2eefe&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001209 10.0.0.73 - - [2025-12-08 02:34:51] "GET /project/45364aae-2003-448c-91ca-7faa3cf2eefe?fields=security_groups HTTP/1.1" 200 1291 0.057917 10.0.0.73 - - [2025-12-08 02:34:52] "GET /projects?obj_uuids=87daa605-31b2-48e5-8c67-0b4827c72c16&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001231 10.0.0.73 - - [2025-12-08 02:34:52] "GET /project/87daa605-31b2-48e5-8c67-0b4827c72c16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.037081 10.0.0.73 - - [2025-12-08 02:34:53] "GET /obj-perms HTTP/1.1" 200 5056 0.085650 10.0.0.73 - - [2025-12-08 02:34:53] "GET /obj-perms HTTP/1.1" 200 5056 0.069788 10.0.0.73 - - [2025-12-08 02:34:56] "GET /projects?obj_uuids=87daa605-31b2-48e5-8c67-0b4827c72c16&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001169 10.0.0.73 - - [2025-12-08 02:34:56] "GET /project/87daa605-31b2-48e5-8c67-0b4827c72c16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.033528 10.0.0.73 - - [2025-12-08 02:34:57] "GET /documentation/index.html HTTP/1.1" 200 210274 0.003856 10.0.0.73 - - [2025-12-08 02:34:57] "POST /fqname-to-id HTTP/1.1" 404 200 0.034302 10.0.0.73 - - [2025-12-08 02:34:57] "GET /projects?obj_uuids=deea1df7-7997-4206-b8c3-b50e4216ce48&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003561 10.0.0.73 - - [2025-12-08 02:34:58] "GET /domains?obj_uuids=bdb80538-3a76-4907-b398-c529616d0886&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001945 10.0.0.73 - - [2025-12-08 02:34:58] "GET /domain/bdb80538-3a76-4907-b398-c529616d0886?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.012994 10.0.0.73 - - [2025-12-08 02:34:58] "POST /id-to-fqname HTTP/1.1" 200 202 0.003195 10.0.0.73 - - [2025-12-08 02:34:58] "POST /fqname-to-id HTTP/1.1" 404 211 0.004560 10.0.0.73 - - [2025-12-08 02:34:58] "POST /security-groups HTTP/1.1" 200 603 0.064685 10.0.0.73 - - [2025-12-08 02:34:58] "POST /fqname-to-id HTTP/1.1" 404 246 0.003536 10.0.0.73 - - [2025-12-08 02:34:58] "POST /projects HTTP/1.1" 200 609 0.254544 10.0.0.73 - - [2025-12-08 02:34:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.293200 10.0.0.73 - - [2025-12-08 02:34:58] "POST /access-control-lists HTTP/1.1" 200 608 0.066526 10.0.0.73 - - [2025-12-08 02:34:58] "GET /project/deea1df7-7997-4206-b8c3-b50e4216ce48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.482763 10.0.0.73 - - [2025-12-08 02:34:58] "POST /fqname-to-id HTTP/1.1" 404 245 0.013624 10.0.0.73 - - [2025-12-08 02:34:58] "POST /access-control-lists HTTP/1.1" 200 606 0.075544 10.0.0.73 - - [2025-12-08 02:34:59] "GET / HTTP/1.1" 200 35931 0.003365 10.0.0.73 - - [2025-12-08 02:35:00] "GET /projects?obj_uuids=87daa605-31b2-48e5-8c67-0b4827c72c16&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001157 10.0.0.73 - - [2025-12-08 02:35:00] "GET /project/87daa605-31b2-48e5-8c67-0b4827c72c16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.034290 10.0.0.73 - - [2025-12-08 02:35:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003813 10.0.0.73 - - [2025-12-08 02:35:01] "GET /security-group/5afeaf21-309f-482d-adee-94ed4a59c90f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3685 0.005428 10.0.0.73 - - [2025-12-08 02:35:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004034 10.0.0.73 - - [2025-12-08 02:35:01] "GET /projects?obj_uuids=87daa605-31b2-48e5-8c67-0b4827c72c16&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001490 10.0.0.73 - - [2025-12-08 02:35:01] "GET /project/87daa605-31b2-48e5-8c67-0b4827c72c16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.030599 10.0.0.73 - - [2025-12-08 02:35:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003591 10.0.0.73 - - [2025-12-08 02:35:01] "GET /security-group/5afeaf21-309f-482d-adee-94ed4a59c90f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3685 0.005554 10.0.0.73 - - [2025-12-08 02:35:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004333 10.0.0.73 - - [2025-12-08 02:35:01] "PUT /security-group/5afeaf21-309f-482d-adee-94ed4a59c90f HTTP/1.1" 200 262 0.023449 10.0.0.73 - - [2025-12-08 02:35:01] "PUT /access-control-list/8f6e9e98-7f4a-4f95-8884-a447346bb364 HTTP/1.1" 200 272 0.014444 10.0.0.73 - - [2025-12-08 02:35:01] "PUT /access-control-list/5bd0ec0b-c99c-447b-aef0-2f6cf893c963 HTTP/1.1" 200 272 0.023239 10.0.0.73 - - [2025-12-08 02:35:01] "POST /fqname-to-id HTTP/1.1" 401 292 0.000604 10.0.0.73 - - [2025-12-08 02:35:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.089648 10.0.0.73 - - [2025-12-08 02:35:02] "GET /projects?obj_uuids=deea1df7-7997-4206-b8c3-b50e4216ce48&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001220 10.0.0.73 - - [2025-12-08 02:35:02] "GET /project/deea1df7-7997-4206-b8c3-b50e4216ce48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.038967 10.0.0.73 - - [2025-12-08 02:35:02] "POST /neutron/network HTTP/1.1" 200 117 0.046331 10.0.0.73 - - [2025-12-08 02:35:02] "GET /projects?obj_uuids=deea1df7-7997-4206-b8c3-b50e4216ce48&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001248 10.0.0.73 - - [2025-12-08 02:35:02] "POST /neutron/network HTTP/1.1" 200 619 0.088084 10.0.0.73 - - [2025-12-08 02:35:02] "POST /route-targets HTTP/1.1" 200 327 0.017500 10.0.0.73 - - [2025-12-08 02:35:02] "POST /ref-update HTTP/1.1" 200 156 0.017834 10.0.0.73 - - [2025-12-08 02:35:02] "POST /useragent-kv HTTP/1.1" 200 115 0.004598 10.0.0.73 - - [2025-12-08 02:35:02] "POST /neutron/subnet HTTP/1.1" 200 724 0.171504 10.0.0.73 - - [2025-12-08 02:35:02] "POST /neutron/network HTTP/1.1" 200 838 0.008332 10.0.0.73 - - [2025-12-08 02:35:02] "POST /id-to-fqname HTTP/1.1" 200 233 0.001495 10.0.0.73 - - [2025-12-08 02:35:02] "GET /virtual-network/f1e35c7d-c60a-4590-a38f-5c62973341ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.009128 10.0.0.73 - - [2025-12-08 02:35:02] "POST /neutron/network HTTP/1.1" 200 838 0.008903 10.0.0.73 - - [2025-12-08 02:35:02] "GET /virtual-network/f1e35c7d-c60a-4590-a38f-5c62973341ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.006837 10.0.0.73 - - [2025-12-08 02:35:02] "POST /neutron/network HTTP/1.1" 200 838 0.007130 10.0.0.73 - - [2025-12-08 02:35:02] "POST /neutron/subnet HTTP/1.1" 200 724 0.009224 10.0.0.73 - - [2025-12-08 02:35:02] "GET /domains HTTP/1.1" 401 292 0.000814 10.0.0.73 - - [2025-12-08 02:35:03] "GET /domains HTTP/1.1" 200 280 0.034660 10.0.0.73 - - [2025-12-08 02:35:03] "GET /domains?obj_uuids=bdb80538-3a76-4907-b398-c529616d0886&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001293 10.0.0.73 - - [2025-12-08 02:35:03] "GET /domain/bdb80538-3a76-4907-b398-c529616d0886 HTTP/1.1" 200 2783 0.022694 10.0.0.73 - - [2025-12-08 02:35:03] "GET /projects?obj_uuids=deea1df7-7997-4206-b8c3-b50e4216ce48&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001245 10.0.0.73 - - [2025-12-08 02:35:03] "GET /project/deea1df7-7997-4206-b8c3-b50e4216ce48 HTTP/1.1" 200 2175 0.091702 10.0.0.73 - - [2025-12-08 02:35:03] "GET /virtual-network/f1e35c7d-c60a-4590-a38f-5c62973341ba HTTP/1.1" 200 2341 0.007538 10.0.0.73 - - [2025-12-08 02:35:03] "GET /virtual-network/f1e35c7d-c60a-4590-a38f-5c62973341ba HTTP/1.1" 200 2341 0.006687 10.0.0.73 - - [2025-12-08 02:35:03] "GET /routing-instance/3ee9223f-481a-4317-b3ca-4eb6e3d6ad1a HTTP/1.1" 200 1491 0.006207 10.0.0.73 - - [2025-12-08 02:35:03] "GET /routing-instance/3ee9223f-481a-4317-b3ca-4eb6e3d6ad1a HTTP/1.1" 200 1491 0.004308 10.0.0.73 - - [2025-12-08 02:35:03] "GET /route-target/040b6546-86a3-40b8-94c2-79523b8ca959 HTTP/1.1" 200 1217 0.004374 10.0.0.73 - - [2025-12-08 02:35:03] "GET /virtual-network/f1e35c7d-c60a-4590-a38f-5c62973341ba HTTP/1.1" 200 2341 0.005904 10.0.0.73 - - [2025-12-08 02:35:03] "GET /routing-instance/3ee9223f-481a-4317-b3ca-4eb6e3d6ad1a HTTP/1.1" 200 1491 0.004905 10.0.0.73 - - [2025-12-08 02:35:03] "GET /virtual-network/f1e35c7d-c60a-4590-a38f-5c62973341ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.009036 10.0.0.73 - - [2025-12-08 02:35:03] "GET /virtual-network/f1e35c7d-c60a-4590-a38f-5c62973341ba HTTP/1.1" 200 2341 0.006712 10.0.0.73 - - [2025-12-08 02:35:03] "GET /routing-instance/3ee9223f-481a-4317-b3ca-4eb6e3d6ad1a HTTP/1.1" 200 1491 0.004858 10.0.0.73 - - [2025-12-08 02:35:03] "GET /routing-instance/3ee9223f-481a-4317-b3ca-4eb6e3d6ad1a HTTP/1.1" 200 1491 0.004587 10.0.0.73 - - [2025-12-08 02:35:03] "GET /route-target/040b6546-86a3-40b8-94c2-79523b8ca959 HTTP/1.1" 200 1217 0.004008 10.0.0.73 - - [2025-12-08 02:35:03] "GET /domains HTTP/1.1" 200 280 0.004490 10.0.0.73 - - [2025-12-08 02:35:03] "GET /domains?obj_uuids=bdb80538-3a76-4907-b398-c529616d0886&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001237 10.0.0.73 - - [2025-12-08 02:35:03] "GET /domain/bdb80538-3a76-4907-b398-c529616d0886 HTTP/1.1" 200 2783 0.008391 10.0.0.73 - - [2025-12-08 02:35:03] "GET /projects?obj_uuids=deea1df7-7997-4206-b8c3-b50e4216ce48&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001230 10.0.0.73 - - [2025-12-08 02:35:03] "GET /project/deea1df7-7997-4206-b8c3-b50e4216ce48 HTTP/1.1" 200 2175 0.082167 10.0.0.73 - - [2025-12-08 02:35:03] "GET /virtual-network/f1e35c7d-c60a-4590-a38f-5c62973341ba HTTP/1.1" 200 2341 0.006623 10.0.0.73 - - [2025-12-08 02:35:04] "GET /obj-perms HTTP/1.1" 200 5054 0.064824 10.0.0.73 - - [2025-12-08 02:35:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003352 10.0.0.73 - - [2025-12-08 02:35:04] "GET /projects?obj_uuids=deea1df7-7997-4206-b8c3-b50e4216ce48&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001046 10.0.0.73 - - [2025-12-08 02:35:04] "GET /project/deea1df7-7997-4206-b8c3-b50e4216ce48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.027622 10.0.0.73 - - [2025-12-08 02:35:04] "POST /neutron/network HTTP/1.1" 200 117 0.018387 10.0.0.73 - - [2025-12-08 02:35:04] "GET /projects?obj_uuids=deea1df7-7997-4206-b8c3-b50e4216ce48&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001244 10.0.0.73 - - [2025-12-08 02:35:04] "POST /neutron/network HTTP/1.1" 200 619 0.080638 10.0.0.73 - - [2025-12-08 02:35:04] "POST /route-targets HTTP/1.1" 200 327 0.019606 10.0.0.73 - - [2025-12-08 02:35:04] "POST /ref-update HTTP/1.1" 200 156 0.013966 10.0.0.73 - - [2025-12-08 02:35:04] "POST /useragent-kv HTTP/1.1" 200 115 0.008513 10.0.0.73 - - [2025-12-08 02:35:04] "POST /neutron/subnet HTTP/1.1" 200 730 0.180126 10.0.0.73 - - [2025-12-08 02:35:04] "POST /neutron/network HTTP/1.1" 200 839 0.007686 10.0.0.73 - - [2025-12-08 02:35:04] "POST /id-to-fqname HTTP/1.1" 200 233 0.001938 10.0.0.73 - - [2025-12-08 02:35:04] "GET /virtual-network/8fb9023a-a173-49b8-9bbc-76bb13ee1a3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006778 10.0.0.73 - - [2025-12-08 02:35:04] "POST /neutron/network HTTP/1.1" 200 839 0.007232 10.0.0.73 - - [2025-12-08 02:35:04] "GET /virtual-network/8fb9023a-a173-49b8-9bbc-76bb13ee1a3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.007412 10.0.0.73 - - [2025-12-08 02:35:04] "POST /neutron/network HTTP/1.1" 200 839 0.008300 10.0.0.73 - - [2025-12-08 02:35:04] "POST /neutron/subnet HTTP/1.1" 200 730 0.009407 10.0.0.73 - - [2025-12-08 02:35:04] "GET /domains HTTP/1.1" 200 280 0.003323 10.0.0.73 - - [2025-12-08 02:35:04] "GET /domains?obj_uuids=bdb80538-3a76-4907-b398-c529616d0886&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001248 10.0.0.73 - - [2025-12-08 02:35:04] "GET /domain/bdb80538-3a76-4907-b398-c529616d0886 HTTP/1.1" 200 2783 0.007869 10.0.0.73 - - [2025-12-08 02:35:04] "GET /projects?obj_uuids=deea1df7-7997-4206-b8c3-b50e4216ce48&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001224 10.0.0.73 - - [2025-12-08 02:35:04] "GET /project/deea1df7-7997-4206-b8c3-b50e4216ce48 HTTP/1.1" 200 2403 0.073114 10.0.0.73 - - [2025-12-08 02:35:04] "GET /virtual-network/8fb9023a-a173-49b8-9bbc-76bb13ee1a3d HTTP/1.1" 200 2344 0.007312 10.0.0.73 - - [2025-12-08 02:35:04] "GET /virtual-network/8fb9023a-a173-49b8-9bbc-76bb13ee1a3d HTTP/1.1" 200 2344 0.006853 10.0.0.73 - - [2025-12-08 02:35:04] "GET /routing-instance/b3aea9be-7612-4083-aaea-0843bbdecd2d HTTP/1.1" 200 1492 0.005385 10.0.0.73 - - [2025-12-08 02:35:04] "GET /routing-instance/b3aea9be-7612-4083-aaea-0843bbdecd2d HTTP/1.1" 200 1492 0.004227 10.0.0.73 - - [2025-12-08 02:35:04] "GET /route-target/2165e7e3-7c40-4618-b801-522cade1ce24 HTTP/1.1" 200 1218 0.003833 10.0.0.73 - - [2025-12-08 02:35:04] "GET /virtual-network/8fb9023a-a173-49b8-9bbc-76bb13ee1a3d HTTP/1.1" 200 2344 0.006576 10.0.0.73 - - [2025-12-08 02:35:04] "GET /routing-instance/b3aea9be-7612-4083-aaea-0843bbdecd2d HTTP/1.1" 200 1492 0.004750 10.0.0.73 - - [2025-12-08 02:35:04] "GET /virtual-network/8fb9023a-a173-49b8-9bbc-76bb13ee1a3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006961 10.0.0.73 - - [2025-12-08 02:35:04] "GET /virtual-network/8fb9023a-a173-49b8-9bbc-76bb13ee1a3d HTTP/1.1" 200 2344 0.006335 10.0.0.73 - - [2025-12-08 02:35:04] "GET /routing-instance/b3aea9be-7612-4083-aaea-0843bbdecd2d HTTP/1.1" 200 1492 0.004871 10.0.0.73 - - [2025-12-08 02:35:04] "GET /routing-instance/b3aea9be-7612-4083-aaea-0843bbdecd2d HTTP/1.1" 200 1492 0.004463 10.0.0.73 - - [2025-12-08 02:35:04] "GET /route-target/2165e7e3-7c40-4618-b801-522cade1ce24 HTTP/1.1" 200 1218 0.004019 10.0.0.73 - - [2025-12-08 02:35:04] "GET /domains HTTP/1.1" 200 280 0.003424 10.0.0.73 - - [2025-12-08 02:35:05] "GET /domains?obj_uuids=bdb80538-3a76-4907-b398-c529616d0886&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001201 10.0.0.73 - - [2025-12-08 02:35:05] "GET /domain/bdb80538-3a76-4907-b398-c529616d0886 HTTP/1.1" 200 2783 0.008342 10.0.0.73 - - [2025-12-08 02:35:05] "GET /projects?obj_uuids=deea1df7-7997-4206-b8c3-b50e4216ce48&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001073 10.0.0.73 - - [2025-12-08 02:35:05] "GET /project/deea1df7-7997-4206-b8c3-b50e4216ce48 HTTP/1.1" 200 2403 0.073616 10.0.0.73 - - [2025-12-08 02:35:05] "GET /virtual-network/8fb9023a-a173-49b8-9bbc-76bb13ee1a3d HTTP/1.1" 200 2344 0.007217 10.0.0.73 - - [2025-12-08 02:35:05] "GET /obj-perms HTTP/1.1" 200 5054 0.006435 10.0.0.73 - - [2025-12-08 02:35:05] "POST /id-to-fqname HTTP/1.1" 200 233 0.001845 10.0.0.73 - - [2025-12-08 02:35:05] "POST /neutron/network HTTP/1.1" 200 849 0.007134 10.0.0.73 - - [2025-12-08 02:35:05] "GET /aaa-mode HTTP/1.1" 401 292 0.000586 10.0.0.73 - - [2025-12-08 02:35:05] "GET / HTTP/1.1" 200 35931 0.002131 10.0.0.73 - - [2025-12-08 02:35:05] "GET /project/deea1df7-7997-4206-b8c3-b50e4216ce48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000623 10.0.0.73 - - [2025-12-08 02:35:06] "GET /projects?obj_uuids=deea1df7-7997-4206-b8c3-b50e4216ce48&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001235 10.0.0.73 - - [2025-12-08 02:35:06] "GET /project/deea1df7-7997-4206-b8c3-b50e4216ce48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.073588 10.0.0.73 - - [2025-12-08 02:35:06] "POST /neutron/network HTTP/1.1" 200 839 0.007539 10.0.0.73 - - [2025-12-08 02:35:06] "POST /neutron/port HTTP/1.1" 200 117 0.006983 10.0.0.73 - - [2025-12-08 02:35:06] "POST /neutron/port HTTP/1.1" 200 117 0.005976 10.0.0.73 - - [2025-12-08 02:35:06] "POST /id-to-fqname HTTP/1.1" 200 233 0.001993 10.0.0.73 - - [2025-12-08 02:35:06] "POST /neutron/port HTTP/1.1" 200 117 0.007680 10.0.0.73 - - [2025-12-08 02:35:06] "POST /neutron/network HTTP/1.1" 200 848 0.007846 10.0.0.73 - - [2025-12-08 02:35:06] "GET /aaa-mode HTTP/1.1" 401 292 0.000693 10.0.0.73 - - [2025-12-08 02:35:06] "POST /neutron/network HTTP/1.1" 200 849 0.009775 10.0.0.73 - - [2025-12-08 02:35:06] "GET /projects?obj_uuids=deea1df7-7997-4206-b8c3-b50e4216ce48&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001227 10.0.0.73 - - [2025-12-08 02:35:07] "GET / HTTP/1.1" 200 35931 0.002427 10.0.0.73 - - [2025-12-08 02:35:07] "GET /project/deea1df7-7997-4206-b8c3-b50e4216ce48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000556 10.0.0.73 - - [2025-12-08 02:35:07] "POST /neutron/port HTTP/1.1" 200 1073 0.251105 10.0.0.73 - - [2025-12-08 02:35:07] "POST /neutron/port HTTP/1.1" 200 1073 0.016019 10.0.0.73 - - [2025-12-08 02:35:07] "POST /neutron/port HTTP/1.1" 200 1073 0.012820 10.0.0.73 - - [2025-12-08 02:35:07] "POST /neutron/port HTTP/1.1" 200 1127 0.082933 10.0.0.73 - - [2025-12-08 02:35:07] "POST /neutron/port HTTP/1.1" 200 1101 0.013340 10.0.0.73 - - [2025-12-08 02:35:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004418 10.0.0.73 - - [2025-12-08 02:35:07] "POST /neutron/subnet HTTP/1.1" 200 704 0.009062 10.0.0.73 - - [2025-12-08 02:35:07] "GET /projects?obj_uuids=deea1df7-7997-4206-b8c3-b50e4216ce48&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001383 10.0.0.73 - - [2025-12-08 02:35:07] "GET /project/deea1df7-7997-4206-b8c3-b50e4216ce48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.081245 10.0.0.73 - - [2025-12-08 02:35:07] "POST /neutron/port HTTP/1.1" 200 117 0.001916 10.0.0.73 - - [2025-12-08 02:35:07] "POST /neutron/network HTTP/1.1" 200 839 0.008769 10.0.0.73 - - [2025-12-08 02:35:07] "POST /neutron/network HTTP/1.1" 200 838 0.007396 10.0.0.73 - - [2025-12-08 02:35:07] "POST /neutron/port HTTP/1.1" 200 1101 0.017027 10.0.0.73 - - [2025-12-08 02:35:07] "POST /neutron/security_group HTTP/1.1" 200 2070 0.013812 10.0.0.73 - - [2025-12-08 02:35:08] "POST /neutron/port HTTP/1.1" 200 117 0.006364 10.0.0.73 - - [2025-12-08 02:35:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003547 10.0.0.73 - - [2025-12-08 02:35:08] "GET /projects?obj_uuids=deea1df7-7997-4206-b8c3-b50e4216ce48&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001241 10.0.0.73 - - [2025-12-08 02:35:08] "GET /project/deea1df7-7997-4206-b8c3-b50e4216ce48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.045435 10.0.0.73 - - [2025-12-08 02:35:08] "GET /virtual-network/f1e35c7d-c60a-4590-a38f-5c62973341ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.008232 10.0.0.73 - - [2025-12-08 02:35:08] "GET /floating-ip-pools?parent_id=f1e35c7d-c60a-4590-a38f-5c62973341ba&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.004581 10.0.0.73 - - [2025-12-08 02:35:08] "GET /virtual-network/f1e35c7d-c60a-4590-a38f-5c62973341ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.006202 10.0.0.73 - - [2025-12-08 02:35:08] "POST /floating-ip-pools HTTP/1.1" 200 609 0.036899 10.0.0.73 - - [2025-12-08 02:35:08] "POST /ref-update HTTP/1.1" 200 156 0.013266 10.0.0.73 - - [2025-12-08 02:35:08] "GET /virtual-network/f1e35c7d-c60a-4590-a38f-5c62973341ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.007845 10.0.0.73 - - [2025-12-08 02:35:08] "POST /neutron/network HTTP/1.1" 200 848 0.009791 10.0.0.73 - - [2025-12-08 02:35:08] "GET /domains HTTP/1.1" 200 280 0.004502 10.0.0.73 - - [2025-12-08 02:35:08] "GET /domains?obj_uuids=bdb80538-3a76-4907-b398-c529616d0886&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001379 10.0.0.73 - - [2025-12-08 02:35:08] "GET /projects?obj_uuids=deea1df7-7997-4206-b8c3-b50e4216ce48&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001554 10.0.0.73 - - [2025-12-08 02:35:08] "GET /domain/bdb80538-3a76-4907-b398-c529616d0886 HTTP/1.1" 200 2783 0.021208 10.0.0.73 - - [2025-12-08 02:35:08] "GET /projects?obj_uuids=deea1df7-7997-4206-b8c3-b50e4216ce48&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001479 10.0.0.73 - - [2025-12-08 02:35:08] "GET /project/deea1df7-7997-4206-b8c3-b50e4216ce48 HTTP/1.1" 200 2989 0.051463 10.0.0.73 - - [2025-12-08 02:35:08] "GET /virtual-network/f1e35c7d-c60a-4590-a38f-5c62973341ba HTTP/1.1" 200 2621 0.019774 10.0.0.73 - - [2025-12-08 02:35:08] "GET /floating-ip-pool/f214dacb-a2b2-447d-88bc-ffd1c2f6ec0b HTTP/1.1" 200 1441 0.007134 10.0.0.73 - - [2025-12-08 02:35:08] "GET /domains HTTP/1.1" 200 280 0.004384 10.0.0.73 - - [2025-12-08 02:35:08] "GET /domains?obj_uuids=bdb80538-3a76-4907-b398-c529616d0886&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002016 10.0.0.73 - - [2025-12-08 02:35:08] "GET /domain/bdb80538-3a76-4907-b398-c529616d0886 HTTP/1.1" 200 2783 0.031070 10.0.0.73 - - [2025-12-08 02:35:08] "GET /projects?obj_uuids=deea1df7-7997-4206-b8c3-b50e4216ce48&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001807 10.0.0.73 - - [2025-12-08 02:35:08] "GET /project/deea1df7-7997-4206-b8c3-b50e4216ce48 HTTP/1.1" 200 3245 0.097482 10.0.0.73 - - [2025-12-08 02:35:08] "GET /virtual-network/f1e35c7d-c60a-4590-a38f-5c62973341ba HTTP/1.1" 200 2932 0.031181 10.0.0.73 - - [2025-12-08 02:35:08] "GET /virtual-network/f1e35c7d-c60a-4590-a38f-5c62973341ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.008289 10.0.0.73 - - [2025-12-08 02:35:08] "POST /neutron/port HTTP/1.1" 200 1101 0.048462 10.0.0.73 - - [2025-12-08 02:35:08] "POST /neutron/port HTTP/1.1" 200 1072 0.463148 10.0.0.73 - - [2025-12-08 02:35:08] "POST /neutron/security_group HTTP/1.1" 200 2070 0.012779 10.0.0.73 - - [2025-12-08 02:35:09] "POST /neutron/port HTTP/1.1" 200 1072 0.011003 10.0.0.73 - - [2025-12-08 02:35:09] "POST /neutron/port HTTP/1.1" 200 1072 0.011250 10.0.0.73 - - [2025-12-08 02:35:09] "POST /neutron/port HTTP/1.1" 200 1126 0.116053 10.0.0.73 - - [2025-12-08 02:35:09] "POST /neutron/port HTTP/1.1" 200 1100 0.012740 10.0.0.73 - - [2025-12-08 02:35:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006191 10.0.0.73 - - [2025-12-08 02:35:09] "POST /neutron/subnet HTTP/1.1" 200 698 0.008945 10.0.0.73 - - [2025-12-08 02:35:09] "POST /neutron/port HTTP/1.1" 200 117 0.001410 10.0.0.73 - - [2025-12-08 02:35:09] "POST /neutron/network HTTP/1.1" 200 838 0.009244 10.0.0.73 - - [2025-12-08 02:35:14] "POST /neutron/port HTTP/1.1" 200 1101 0.018548 10.0.0.73 - - [2025-12-08 02:35:14] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006437 10.0.0.73 - - [2025-12-08 02:35:14] "POST /neutron/port HTTP/1.1" 200 1101 0.013690 10.0.0.73 - - [2025-12-08 02:35:14] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007810 10.0.0.73 - - [2025-12-08 02:35:14] "POST /neutron/port HTTP/1.1" 200 1101 0.014001 10.0.0.73 - - [2025-12-08 02:35:14] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007597 10.0.0.73 - - [2025-12-08 02:35:14] "GET /virtual-machine/5035da97-1518-4143-9acf-8e7551dca7f1 HTTP/1.1" 200 1304 0.006452 10.0.0.73 - - [2025-12-08 02:35:14] "GET /virtual-machine-interface/450110a6-e1b5-4140-8233-c73a2c986b30 HTTP/1.1" 200 3003 0.008017 10.0.0.73 - - [2025-12-08 02:35:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003895 10.0.0.73 - - [2025-12-08 02:35:14] "GET /global-vrouter-config/8c7ca7c7-4fde-43f4-b512-e9137443a07e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004158 10.0.0.73 - - [2025-12-08 02:35:14] "GET /virtual-networks?parent_id=deea1df7-7997-4206-b8c3-b50e4216ce48&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003806 10.0.0.73 - - [2025-12-08 02:35:14] "GET /virtual-network/8fb9023a-a173-49b8-9bbc-76bb13ee1a3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005975 10.0.0.73 - - [2025-12-08 02:35:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004038 10.0.0.73 - - [2025-12-08 02:35:17] "GET /virtual-network/8fb9023a-a173-49b8-9bbc-76bb13ee1a3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006788 10.0.0.73 - - [2025-12-08 02:35:19] "POST /neutron/port HTTP/1.1" 200 1101 0.059745 10.0.0.73 - - [2025-12-08 02:35:19] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008190 10.0.0.73 - - [2025-12-08 02:35:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.005146 10.0.0.73 - - [2025-12-08 02:35:19] "GET /global-vrouter-config/8c7ca7c7-4fde-43f4-b512-e9137443a07e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.010550 10.0.0.73 - - [2025-12-08 02:35:19] "POST /neutron/port HTTP/1.1" 200 1100 0.023138 10.0.0.73 - - [2025-12-08 02:35:19] "GET /virtual-networks?parent_id=deea1df7-7997-4206-b8c3-b50e4216ce48&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003668 10.0.0.73 - - [2025-12-08 02:35:19] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006595 10.0.0.73 - - [2025-12-08 02:35:19] "GET /virtual-network/8fb9023a-a173-49b8-9bbc-76bb13ee1a3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006530 10.0.0.73 - - [2025-12-08 02:35:19] "POST /neutron/port HTTP/1.1" 200 1101 0.018344 10.0.0.73 - - [2025-12-08 02:35:19] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008332 10.0.0.73 - - [2025-12-08 02:35:22] "POST /neutron/port HTTP/1.1" 200 1101 0.014435 10.0.0.73 - - [2025-12-08 02:35:22] "POST /neutron/port HTTP/1.1" 200 1101 0.013644 10.0.0.73 - - [2025-12-08 02:35:22] "POST /neutron/network HTTP/1.1" 200 849 0.008138 10.0.0.73 - - [2025-12-08 02:35:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004374 10.0.0.73 - - [2025-12-08 02:35:22] "POST /neutron/subnet HTTP/1.1" 200 704 0.008001 10.0.0.73 - - [2025-12-08 02:35:22] "POST /neutron/port HTTP/1.1" 200 117 0.001576 10.0.0.73 - - [2025-12-08 02:35:22] "POST /neutron/network HTTP/1.1" 200 839 0.008561 10.0.0.73 - - [2025-12-08 02:35:25] "GET /projects?obj_uuids=deea1df7-7997-4206-b8c3-b50e4216ce48&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001290 10.0.0.73 - - [2025-12-08 02:35:25] "POST /neutron/floatingip HTTP/1.1" 200 530 0.082104 10.0.0.73 - - [2025-12-08 02:35:25] "POST /neutron/port HTTP/1.1" 200 1101 0.014382 10.0.0.73 - - [2025-12-08 02:35:25] "POST /neutron/floatingip HTTP/1.1" 200 530 0.007544 10.0.0.73 - - [2025-12-08 02:35:25] "POST /neutron/floatingip HTTP/1.1" 200 578 0.042283 10.0.0.73 - - [2025-12-08 02:35:25] "POST /neutron/port HTTP/1.1" 200 1100 0.013232 10.0.0.73 - - [2025-12-08 02:35:25] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007305 10.0.0.73 - - [2025-12-08 02:35:25] "POST /neutron/port HTTP/1.1" 200 1100 0.016595 10.0.0.73 - - [2025-12-08 02:35:25] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009653 10.0.0.73 - - [2025-12-08 02:35:25] "POST /neutron/port HTTP/1.1" 200 1100 0.013691 10.0.0.73 - - [2025-12-08 02:35:25] "POST /neutron/security_group HTTP/1.1" 200 2070 0.010922 10.0.0.73 - - [2025-12-08 02:35:25] "GET /virtual-machine/ead89f1a-0747-465f-b146-0ca4fe1deaf4 HTTP/1.1" 200 1305 0.005971 10.0.0.73 - - [2025-12-08 02:35:25] "GET /virtual-machine-interface/fdd734d3-6f84-4ccf-85a2-4a5a3c3c0017 HTTP/1.1" 200 3004 0.007710 10.0.0.73 - - [2025-12-08 02:35:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003434 10.0.0.73 - - [2025-12-08 02:35:25] "GET /global-vrouter-config/8c7ca7c7-4fde-43f4-b512-e9137443a07e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005261 10.0.0.73 - - [2025-12-08 02:35:25] "GET /virtual-networks?parent_id=deea1df7-7997-4206-b8c3-b50e4216ce48&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.007092 10.0.0.73 - - [2025-12-08 02:35:25] "GET /virtual-network/f1e35c7d-c60a-4590-a38f-5c62973341ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.006683 10.0.0.73 - - [2025-12-08 02:35:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003849 10.0.0.73 - - [2025-12-08 02:35:26] "GET /global-vrouter-config/8c7ca7c7-4fde-43f4-b512-e9137443a07e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004375 10.0.0.73 - - [2025-12-08 02:35:26] "GET /virtual-networks?parent_id=deea1df7-7997-4206-b8c3-b50e4216ce48&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003950 10.0.0.73 - - [2025-12-08 02:35:26] "GET /virtual-network/f1e35c7d-c60a-4590-a38f-5c62973341ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.008118 10.0.0.73 - - [2025-12-08 02:35:27] "POST /neutron/floatingip HTTP/1.1" 200 578 0.010571 10.0.0.73 - - [2025-12-08 02:35:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002899 10.0.0.73 - - [2025-12-08 02:35:27] "GET /routing-instance/3ee9223f-481a-4317-b3ca-4eb6e3d6ad1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1491 0.003932 10.0.0.73 - - [2025-12-08 02:35:27] "GET /route-target/040b6546-86a3-40b8-94c2-79523b8ca959?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004889 10.0.0.73 - - [2025-12-08 02:35:27] "GET /floating-ip/fb429120-4d01-4caa-bb93-079d77f21516 HTTP/1.1" 200 1891 0.009383 10.0.0.73 - - [2025-12-08 02:35:30] "POST /neutron/floatingip HTTP/1.1" 200 578 0.010855 10.0.0.73 - - [2025-12-08 02:35:30] "POST /neutron/floatingip HTTP/1.1" 200 530 0.021297 10.0.0.73 - - [2025-12-08 02:35:30] "POST /neutron/floatingip HTTP/1.1" 200 530 0.006490 10.0.0.73 - - [2025-12-08 02:35:30] "POST /neutron/floatingip HTTP/1.1" 200 115 0.035110 10.0.0.73 - - [2025-12-08 02:35:30] "GET /floating-ip-pool/f214dacb-a2b2-447d-88bc-ffd1c2f6ec0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1206 0.003786 10.0.0.73 - - [2025-12-08 02:35:30] "POST /ref-update HTTP/1.1" 200 156 0.011990 10.0.0.73 - - [2025-12-08 02:35:30] "DELETE /floating-ip-pool/f214dacb-a2b2-447d-88bc-ffd1c2f6ec0b HTTP/1.1" 200 115 0.045860 10.0.0.73 - - [2025-12-08 02:35:30] "POST /neutron/network HTTP/1.1" 200 839 0.008349 10.0.0.73 - - [2025-12-08 02:35:30] "POST /neutron/network HTTP/1.1" 400 204 0.014148 10.0.0.73 - - [2025-12-08 02:35:31] "POST /neutron/port HTTP/1.1" 200 1100 0.018729 10.0.0.73 - - [2025-12-08 02:35:31] "POST /neutron/port HTTP/1.1" 200 1126 0.010408 10.0.0.73 - - [2025-12-08 02:35:31] "POST /neutron/port HTTP/1.1" 200 1101 0.012508 10.0.0.73 - - [2025-12-08 02:35:31] "POST /neutron/port HTTP/1.1" 200 1127 0.013630 10.0.0.73 - - [2025-12-08 02:35:31] "POST /neutron/port HTTP/1.1" 200 151 0.162613 10.0.0.73 - - [2025-12-08 02:35:31] "POST /neutron/port HTTP/1.1" 200 151 0.173599 10.0.0.73 - - [2025-12-08 02:35:32] "POST /neutron/network HTTP/1.1" 200 839 0.009099 10.0.0.73 - - [2025-12-08 02:35:32] "POST /useragent-kv HTTP/1.1" 200 115 0.003150 10.0.0.73 - - [2025-12-08 02:35:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003913 10.0.0.73 - - [2025-12-08 02:35:32] "POST /useragent-kv HTTP/1.1" 200 115 0.003560 10.0.0.73 - - [2025-12-08 02:35:32] "POST /neutron/network HTTP/1.1" 200 151 0.103382 10.0.0.73 - - [2025-12-08 02:35:32] "GET /routing-instance/b3aea9be-7612-4083-aaea-0843bbdecd2d HTTP/1.1" 404 171 0.002960 10.0.0.73 - - [2025-12-08 02:35:32] "DELETE /route-target/2165e7e3-7c40-4618-b801-522cade1ce24 HTTP/1.1" 200 115 0.022266 10.0.0.73 - - [2025-12-08 02:35:32] "GET /domains HTTP/1.1" 200 280 0.002777 10.0.0.73 - - [2025-12-08 02:35:32] "GET /domains?obj_uuids=bdb80538-3a76-4907-b398-c529616d0886&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001040 10.0.0.73 - - [2025-12-08 02:35:33] "GET /domain/bdb80538-3a76-4907-b398-c529616d0886 HTTP/1.1" 200 2783 0.051177 10.0.0.73 - - [2025-12-08 02:35:33] "GET /projects?obj_uuids=deea1df7-7997-4206-b8c3-b50e4216ce48&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001552 10.0.0.73 - - [2025-12-08 02:35:33] "GET /project/deea1df7-7997-4206-b8c3-b50e4216ce48 HTTP/1.1" 200 2175 0.070486 10.0.0.73 - - [2025-12-08 02:35:33] "POST /neutron/network HTTP/1.1" 200 838 0.008197 10.0.0.73 - - [2025-12-08 02:35:33] "POST /useragent-kv HTTP/1.1" 200 115 0.003646 10.0.0.73 - - [2025-12-08 02:35:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004558 10.0.0.73 - - [2025-12-08 02:35:33] "POST /useragent-kv HTTP/1.1" 200 115 0.003180 10.0.0.73 - - [2025-12-08 02:35:33] "POST /neutron/network HTTP/1.1" 200 151 0.092038 10.0.0.73 - - [2025-12-08 02:35:33] "DELETE /route-target/040b6546-86a3-40b8-94c2-79523b8ca959 HTTP/1.1" 200 115 0.020250 10.0.0.73 - - [2025-12-08 02:35:33] "GET /routing-instance/3ee9223f-481a-4317-b3ca-4eb6e3d6ad1a HTTP/1.1" 404 171 0.002414 10.0.0.73 - - [2025-12-08 02:35:33] "GET /domains HTTP/1.1" 200 280 0.002659 10.0.0.73 - - [2025-12-08 02:35:33] "GET /domains?obj_uuids=bdb80538-3a76-4907-b398-c529616d0886&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001586 10.0.0.73 - - [2025-12-08 02:35:33] "GET /domain/bdb80538-3a76-4907-b398-c529616d0886 HTTP/1.1" 200 2783 0.051114 10.0.0.73 - - [2025-12-08 02:35:33] "GET /projects?obj_uuids=deea1df7-7997-4206-b8c3-b50e4216ce48&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001231 10.0.0.73 - - [2025-12-08 02:35:33] "GET /project/deea1df7-7997-4206-b8c3-b50e4216ce48 HTTP/1.1" 200 1925 0.076887 10.0.0.73 - - [2025-12-08 02:35:33] "GET /projects?obj_uuids=deea1df7-7997-4206-b8c3-b50e4216ce48&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001179 10.0.0.73 - - [2025-12-08 02:35:33] "GET /project/deea1df7-7997-4206-b8c3-b50e4216ce48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.034790 10.0.0.73 - - [2025-12-08 02:35:33] "GET /projects?obj_uuids=deea1df7-7997-4206-b8c3-b50e4216ce48&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001066 10.0.0.73 - - [2025-12-08 02:35:33] "GET /project/deea1df7-7997-4206-b8c3-b50e4216ce48?fields=virtual_networks HTTP/1.1" 200 1057 0.091142 10.0.0.73 - - [2025-12-08 02:35:33] "GET /projects?obj_uuids=deea1df7-7997-4206-b8c3-b50e4216ce48&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001469 10.0.0.73 - - [2025-12-08 02:35:33] "GET /project/deea1df7-7997-4206-b8c3-b50e4216ce48?fields=virtual_machine_interfaces HTTP/1.1" 200 1057 0.033158 10.0.0.73 - - [2025-12-08 02:35:33] "GET /projects?obj_uuids=deea1df7-7997-4206-b8c3-b50e4216ce48&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001127 10.0.0.73 - - [2025-12-08 02:35:34] "GET /project/deea1df7-7997-4206-b8c3-b50e4216ce48?fields=security_groups HTTP/1.1" 200 1295 0.032198 10.0.0.73 - - [2025-12-08 02:35:34] "POST /fqname-to-id HTTP/1.1" 404 183 0.034817 10.0.0.73 - - [2025-12-08 02:35:35] "GET /projects?obj_uuids=c555c5f5-3769-4b10-85de-5bb9b9faf1ef&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002631 10.0.0.73 - - [2025-12-08 02:35:35] "GET /domains?obj_uuids=bdb80538-3a76-4907-b398-c529616d0886&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001446 10.0.0.73 - - [2025-12-08 02:35:35] "GET /domain/bdb80538-3a76-4907-b398-c529616d0886?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007828 10.0.0.73 - - [2025-12-08 02:35:35] "POST /id-to-fqname HTTP/1.1" 200 185 0.001395 10.0.0.73 - - [2025-12-08 02:35:35] "POST /fqname-to-id HTTP/1.1" 404 194 0.003833 10.0.0.73 - - [2025-12-08 02:35:35] "POST /security-groups HTTP/1.1" 200 586 0.076859 10.0.0.73 - - [2025-12-08 02:35:35] "POST /fqname-to-id HTTP/1.1" 404 229 0.003496 10.0.0.73 - - [2025-12-08 02:35:35] "POST /projects HTTP/1.1" 200 575 0.237049 10.0.0.73 - - [2025-12-08 02:35:35] "POST /access-control-lists HTTP/1.1" 200 591 0.062641 10.0.0.73 - - [2025-12-08 02:35:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.314888 10.0.0.73 - - [2025-12-08 02:35:35] "POST /fqname-to-id HTTP/1.1" 404 228 0.004956 10.0.0.73 - - [2025-12-08 02:35:35] "GET /project/c555c5f5-3769-4b10-85de-5bb9b9faf1ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.455262 10.0.0.73 - - [2025-12-08 02:35:35] "POST /access-control-lists HTTP/1.1" 200 589 0.064096 10.0.0.73 - - [2025-12-08 02:35:36] "GET / HTTP/1.1" 200 35931 0.002658 10.0.0.73 - - [2025-12-08 02:35:38] "GET /projects?obj_uuids=c555c5f5-3769-4b10-85de-5bb9b9faf1ef&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001306 10.0.0.73 - - [2025-12-08 02:35:38] "GET /project/c555c5f5-3769-4b10-85de-5bb9b9faf1ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.030244 10.0.0.73 - - [2025-12-08 02:35:38] "GET /projects?obj_uuids=c555c5f5-3769-4b10-85de-5bb9b9faf1ef&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001204 10.0.0.73 - - [2025-12-08 02:35:38] "GET /project/c555c5f5-3769-4b10-85de-5bb9b9faf1ef?fields=virtual_networks HTTP/1.1" 200 1022 0.081333 10.0.0.73 - - [2025-12-08 02:35:38] "GET /projects?obj_uuids=c555c5f5-3769-4b10-85de-5bb9b9faf1ef&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001702 10.0.0.73 - - [2025-12-08 02:35:38] "GET /project/c555c5f5-3769-4b10-85de-5bb9b9faf1ef?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.033863 10.0.0.73 - - [2025-12-08 02:35:38] "GET /projects?obj_uuids=c555c5f5-3769-4b10-85de-5bb9b9faf1ef&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001168 10.0.0.73 - - [2025-12-08 02:35:38] "GET /project/c555c5f5-3769-4b10-85de-5bb9b9faf1ef?fields=security_groups HTTP/1.1" 200 1243 0.030369 10.0.0.73 - - [2025-12-08 02:35:39] "POST /fqname-to-id HTTP/1.1" 404 183 0.030711 10.0.0.73 - - [2025-12-08 02:35:39] "GET /projects?obj_uuids=eb5b1799-6c47-40cb-8fc4-cbb14ee48b33&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004205 10.0.0.73 - - [2025-12-08 02:35:39] "GET /domains?obj_uuids=bdb80538-3a76-4907-b398-c529616d0886&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001348 10.0.0.73 - - [2025-12-08 02:35:39] "GET /domain/bdb80538-3a76-4907-b398-c529616d0886?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.010555 10.0.0.73 - - [2025-12-08 02:35:39] "POST /id-to-fqname HTTP/1.1" 200 185 0.001496 10.0.0.73 - - [2025-12-08 02:35:39] "POST /fqname-to-id HTTP/1.1" 404 194 0.003799 10.0.0.73 - - [2025-12-08 02:35:39] "POST /security-groups HTTP/1.1" 200 586 0.064509 10.0.0.73 - - [2025-12-08 02:35:39] "POST /fqname-to-id HTTP/1.1" 404 229 0.002790 10.0.0.73 - - [2025-12-08 02:35:39] "POST /projects HTTP/1.1" 200 575 0.222423 10.0.0.73 - - [2025-12-08 02:35:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.296423 10.0.0.73 - - [2025-12-08 02:35:39] "POST /access-control-lists HTTP/1.1" 200 591 0.069772 10.0.0.73 - - [2025-12-08 02:35:39] "POST /fqname-to-id HTTP/1.1" 404 228 0.002783 10.0.0.73 - - [2025-12-08 02:35:40] "GET /project/eb5b1799-6c47-40cb-8fc4-cbb14ee48b33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.441206 10.0.0.73 - - [2025-12-08 02:35:40] "POST /access-control-lists HTTP/1.1" 200 589 0.064667 10.0.0.73 - - [2025-12-08 02:35:41] "GET / HTTP/1.1" 200 35931 0.002803 10.0.0.73 - - [2025-12-08 02:35:41] "POST /fqname-to-id HTTP/1.1" 404 193 0.003297 10.0.0.73 - - [2025-12-08 02:35:42] "GET /projects?obj_uuids=87daa605-31b2-48e5-8c67-0b4827c72c16&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001397 10.0.0.73 - - [2025-12-08 02:35:42] "POST /fqname-to-id HTTP/1.1" 404 228 0.004081 10.0.0.73 - - [2025-12-08 02:35:42] "POST /access-control-lists HTTP/1.1" 200 590 0.018752 10.0.0.73 - - [2025-12-08 02:35:42] "POST /fqname-to-id HTTP/1.1" 404 227 0.003108 10.0.0.73 - - [2025-12-08 02:35:42] "POST /access-control-lists HTTP/1.1" 200 588 0.020256 10.0.0.73 - - [2025-12-08 02:35:42] "PUT /access-control-list/eec2df93-a65d-4d2a-8c95-743455e49fbe HTTP/1.1" 200 272 0.010909 10.0.0.73 - - [2025-12-08 02:35:42] "PUT /access-control-list/bf468ed5-faed-4b82-80ad-05c4c01d55b8 HTTP/1.1" 200 272 0.012157 10.0.0.73 - - [2025-12-08 02:35:42] "POST /neutron/security_group HTTP/1.1" 200 1364 0.473877 10.0.0.73 - - [2025-12-08 02:35:42] "PUT /access-control-list/bf468ed5-faed-4b82-80ad-05c4c01d55b8 HTTP/1.1" 200 272 0.014953 10.0.0.73 - - [2025-12-08 02:35:42] "GET /projects?obj_uuids=87daa605-31b2-48e5-8c67-0b4827c72c16&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001029 10.0.0.73 - - [2025-12-08 02:35:42] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.036498 10.0.0.73 - - [2025-12-08 02:35:42] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.011430 10.0.0.73 - - [2025-12-08 02:35:42] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.163615 10.0.0.73 - - [2025-12-08 02:35:42] "PUT /access-control-list/bf468ed5-faed-4b82-80ad-05c4c01d55b8 HTTP/1.1" 200 272 0.019250 10.0.0.73 - - [2025-12-08 02:35:42] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.015670 10.0.0.73 - - [2025-12-08 02:35:42] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.112072 10.0.0.73 - - [2025-12-08 02:35:42] "POST /fqname-to-id HTTP/1.1" 404 193 0.005072 10.0.0.73 - - [2025-12-08 02:35:42] "PUT /access-control-list/bf468ed5-faed-4b82-80ad-05c4c01d55b8 HTTP/1.1" 200 272 0.022362 10.0.0.73 - - [2025-12-08 02:35:42] "GET /projects?obj_uuids=87daa605-31b2-48e5-8c67-0b4827c72c16&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001647 10.0.0.73 - - [2025-12-08 02:35:42] "POST /fqname-to-id HTTP/1.1" 404 228 0.003671 10.0.0.73 - - [2025-12-08 02:35:42] "POST /access-control-lists HTTP/1.1" 200 590 0.020806 10.0.0.73 - - [2025-12-08 02:35:43] "POST /fqname-to-id HTTP/1.1" 404 227 0.003339 10.0.0.73 - - [2025-12-08 02:35:43] "POST /access-control-lists HTTP/1.1" 200 588 0.022848 10.0.0.73 - - [2025-12-08 02:35:43] "PUT /access-control-list/6aebf388-5916-45c0-8e64-db58258db38c HTTP/1.1" 200 272 0.011524 10.0.0.73 - - [2025-12-08 02:35:43] "PUT /access-control-list/0b4b6884-4152-434a-b490-aff18ba5f36b HTTP/1.1" 200 272 0.012734 10.0.0.73 - - [2025-12-08 02:35:43] "POST /neutron/security_group HTTP/1.1" 200 1364 0.364836 10.0.0.73 - - [2025-12-08 02:35:43] "GET /projects?obj_uuids=87daa605-31b2-48e5-8c67-0b4827c72c16&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001473 10.0.0.73 - - [2025-12-08 02:35:43] "PUT /access-control-list/0b4b6884-4152-434a-b490-aff18ba5f36b HTTP/1.1" 200 272 0.010231 10.0.0.73 - - [2025-12-08 02:35:43] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.043063 10.0.0.73 - - [2025-12-08 02:35:43] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.011172 10.0.0.73 - - [2025-12-08 02:35:43] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.099205 10.0.0.73 - - [2025-12-08 02:35:43] "PUT /access-control-list/0b4b6884-4152-434a-b490-aff18ba5f36b HTTP/1.1" 200 272 0.013264 10.0.0.73 - - [2025-12-08 02:35:43] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.014249 10.0.0.73 - - [2025-12-08 02:35:43] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.143919 10.0.0.73 - - [2025-12-08 02:35:43] "POST /fqname-to-id HTTP/1.1" 401 292 0.000434 10.0.0.73 - - [2025-12-08 02:35:43] "PUT /access-control-list/0b4b6884-4152-434a-b490-aff18ba5f36b HTTP/1.1" 200 272 0.016731 10.0.0.73 - - [2025-12-08 02:35:43] "POST /fqname-to-id HTTP/1.1" 404 210 0.035561 10.0.0.73 - - [2025-12-08 02:35:44] "GET /projects?obj_uuids=eb5b1799-6c47-40cb-8fc4-cbb14ee48b33&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001242 10.0.0.73 - - [2025-12-08 02:35:44] "POST /fqname-to-id HTTP/1.1" 404 245 0.003140 10.0.0.73 - - [2025-12-08 02:35:44] "POST /access-control-lists HTTP/1.1" 200 607 0.017209 10.0.0.73 - - [2025-12-08 02:35:44] "POST /fqname-to-id HTTP/1.1" 404 244 0.003835 10.0.0.73 - - [2025-12-08 02:35:44] "POST /access-control-lists HTTP/1.1" 200 605 0.020413 10.0.0.73 - - [2025-12-08 02:35:44] "PUT /access-control-list/1a767652-cd3f-46c0-a5af-68d052e66dc9 HTTP/1.1" 200 272 0.009728 10.0.0.73 - - [2025-12-08 02:35:44] "PUT /access-control-list/40d9ea53-8aca-44d8-8cbb-afa9599605e7 HTTP/1.1" 200 272 0.018844 10.0.0.73 - - [2025-12-08 02:35:44] "POST /neutron/security_group HTTP/1.1" 200 1379 0.376690 10.0.0.73 - - [2025-12-08 02:35:44] "GET /projects?obj_uuids=eb5b1799-6c47-40cb-8fc4-cbb14ee48b33&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001247 10.0.0.73 - - [2025-12-08 02:35:44] "PUT /access-control-list/40d9ea53-8aca-44d8-8cbb-afa9599605e7 HTTP/1.1" 200 272 0.015476 10.0.0.73 - - [2025-12-08 02:35:44] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.036847 10.0.0.73 - - [2025-12-08 02:35:44] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.015620 10.0.0.73 - - [2025-12-08 02:35:44] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.142880 10.0.0.73 - - [2025-12-08 02:35:44] "PUT /access-control-list/40d9ea53-8aca-44d8-8cbb-afa9599605e7 HTTP/1.1" 200 272 0.012732 10.0.0.73 - - [2025-12-08 02:35:44] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.010286 10.0.0.73 - - [2025-12-08 02:35:44] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.123487 10.0.0.73 - - [2025-12-08 02:35:44] "POST /fqname-to-id HTTP/1.1" 404 210 0.002753 10.0.0.73 - - [2025-12-08 02:35:44] "PUT /access-control-list/40d9ea53-8aca-44d8-8cbb-afa9599605e7 HTTP/1.1" 200 272 0.011815 10.0.0.73 - - [2025-12-08 02:35:44] "GET /projects?obj_uuids=eb5b1799-6c47-40cb-8fc4-cbb14ee48b33&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001165 10.0.0.73 - - [2025-12-08 02:35:44] "POST /fqname-to-id HTTP/1.1" 404 245 0.003435 10.0.0.73 - - [2025-12-08 02:35:44] "POST /access-control-lists HTTP/1.1" 200 607 0.017378 10.0.0.73 - - [2025-12-08 02:35:44] "POST /fqname-to-id HTTP/1.1" 404 244 0.003022 10.0.0.73 - - [2025-12-08 02:35:44] "POST /access-control-lists HTTP/1.1" 200 605 0.021733 10.0.0.73 - - [2025-12-08 02:35:45] "PUT /access-control-list/182957ce-128e-401c-8eba-5ce1e4ecf062 HTTP/1.1" 200 272 0.010855 10.0.0.73 - - [2025-12-08 02:35:45] "PUT /access-control-list/1d0f3324-c3dd-40af-8420-f67feec2ac5b HTTP/1.1" 200 272 0.011950 10.0.0.73 - - [2025-12-08 02:35:45] "POST /neutron/security_group HTTP/1.1" 200 1379 0.349773 10.0.0.73 - - [2025-12-08 02:35:45] "GET /projects?obj_uuids=eb5b1799-6c47-40cb-8fc4-cbb14ee48b33&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001126 10.0.0.73 - - [2025-12-08 02:35:45] "PUT /access-control-list/1d0f3324-c3dd-40af-8420-f67feec2ac5b HTTP/1.1" 200 272 0.011131 10.0.0.73 - - [2025-12-08 02:35:45] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.043829 10.0.0.73 - - [2025-12-08 02:35:45] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.010015 10.0.0.73 - - [2025-12-08 02:35:45] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.137649 10.0.0.73 - - [2025-12-08 02:35:45] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.010185 10.0.0.73 - - [2025-12-08 02:35:45] "PUT /access-control-list/1d0f3324-c3dd-40af-8420-f67feec2ac5b HTTP/1.1" 200 272 0.018355 10.0.0.73 - - [2025-12-08 02:35:45] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.165448 10.0.0.73 - - [2025-12-08 02:35:45] "PUT /access-control-list/1d0f3324-c3dd-40af-8420-f67feec2ac5b HTTP/1.1" 200 272 0.010222 10.0.0.73 - - [2025-12-08 02:35:45] "GET /projects?obj_uuids=87daa605-31b2-48e5-8c67-0b4827c72c16&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001646 10.0.0.73 - - [2025-12-08 02:35:45] "POST /neutron/router HTTP/1.1" 200 541 0.052186 10.0.0.73 - - [2025-12-08 02:35:45] "POST /neutron/router HTTP/1.1" 200 541 0.005539 10.0.0.73 - - [2025-12-08 02:35:45] "POST /route-targets HTTP/1.1" 200 327 0.022000 10.0.0.73 - - [2025-12-08 02:35:45] "POST /neutron/router HTTP/1.1" 200 541 0.006203 10.0.0.73 - - [2025-12-08 02:35:45] "POST /neutron/router HTTP/1.1" 200 541 0.003335 10.0.0.73 - - [2025-12-08 02:35:45] "PUT /logical-router/d4aeb052-fb99-482f-946d-739c4bc4e47f HTTP/1.1" 200 262 0.035446 10.0.0.73 - - [2025-12-08 02:35:45] "POST /neutron/router HTTP/1.1" 200 541 0.005115 10.0.0.73 - - [2025-12-08 02:35:45] "POST /neutron/router HTTP/1.1" 200 541 0.004264 10.0.0.73 - - [2025-12-08 02:35:45] "POST /neutron/router HTTP/1.1" 200 541 0.003839 10.0.0.73 - - [2025-12-08 02:35:46] "POST /neutron/router HTTP/1.1" 200 541 0.005641 10.0.0.73 - - [2025-12-08 02:35:46] "POST /neutron/router HTTP/1.1" 200 541 0.004925 10.0.0.73 - - [2025-12-08 02:35:46] "POST /neutron/router HTTP/1.1" 200 541 0.008907 10.0.0.73 - - [2025-12-08 02:35:46] "POST /neutron/router HTTP/1.1" 200 541 0.004385 10.0.0.73 - - [2025-12-08 02:35:46] "POST /neutron/router HTTP/1.1" 200 541 0.008584 10.0.0.73 - - [2025-12-08 02:35:46] "POST /neutron/router HTTP/1.1" 200 541 0.004366 10.0.0.73 - - [2025-12-08 02:35:46] "POST /neutron/router HTTP/1.1" 200 541 0.003843 10.0.0.73 - - [2025-12-08 02:35:46] "POST /neutron/router HTTP/1.1" 200 541 0.006265 10.0.0.73 - - [2025-12-08 02:35:46] "POST /neutron/router HTTP/1.1" 200 541 0.005150 10.0.0.73 - - [2025-12-08 02:35:46] "POST /neutron/router HTTP/1.1" 200 541 0.004708 10.0.0.73 - - [2025-12-08 02:35:46] "POST /neutron/router HTTP/1.1" 200 541 0.004068 10.0.0.73 - - [2025-12-08 02:35:46] "POST /neutron/router HTTP/1.1" 200 541 0.004111 10.0.0.73 - - [2025-12-08 02:35:46] "POST /neutron/router HTTP/1.1" 200 541 0.004293 10.0.0.73 - - [2025-12-08 02:35:46] "POST /neutron/router HTTP/1.1" 200 541 0.003801 10.0.0.73 - - [2025-12-08 02:35:46] "POST /neutron/router HTTP/1.1" 200 541 0.004294 10.0.0.73 - - [2025-12-08 02:35:46] "POST /neutron/router HTTP/1.1" 200 541 0.003745 10.0.0.73 - - [2025-12-08 02:35:46] "POST /neutron/router HTTP/1.1" 200 541 0.004417 10.0.0.73 - - [2025-12-08 02:35:46] "POST /neutron/router HTTP/1.1" 200 541 0.004020 10.0.0.73 - - [2025-12-08 02:35:46] "POST /neutron/router HTTP/1.1" 200 541 0.004067 10.0.0.73 - - [2025-12-08 02:35:46] "POST /neutron/router HTTP/1.1" 200 541 0.003890 10.0.0.73 - - [2025-12-08 02:35:46] "POST /neutron/router HTTP/1.1" 200 541 0.004361 10.0.0.73 - - [2025-12-08 02:35:46] "POST /neutron/router HTTP/1.1" 200 541 0.004541 10.0.0.73 - - [2025-12-08 02:35:46] "POST /neutron/router HTTP/1.1" 200 541 0.003806 10.0.0.73 - - [2025-12-08 02:35:46] "POST /neutron/router HTTP/1.1" 200 541 0.004914 10.0.0.73 - - [2025-12-08 02:35:46] "POST /neutron/router HTTP/1.1" 200 541 0.004197 10.0.0.73 - - [2025-12-08 02:35:46] "POST /neutron/router HTTP/1.1" 200 541 0.004430 10.0.0.73 - - [2025-12-08 02:35:46] "POST /neutron/router HTTP/1.1" 200 541 0.021483 10.0.0.73 - - [2025-12-08 02:35:46] "POST /neutron/router HTTP/1.1" 200 541 0.004103 10.0.0.73 - - [2025-12-08 02:35:46] "POST /neutron/router HTTP/1.1" 200 541 0.026831 10.0.0.73 - - [2025-12-08 02:35:46] "POST /neutron/router HTTP/1.1" 200 541 0.004339 10.0.0.73 - - [2025-12-08 02:35:46] "GET /logical-router/d4aeb052-fb99-482f-946d-739c4bc4e47f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002222 10.0.0.73 - - [2025-12-08 02:35:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004998 10.0.0.73 - - [2025-12-08 02:35:46] "POST /neutron/router HTTP/1.1" 200 151 0.053680 10.0.0.73 - - [2025-12-08 02:35:46] "GET /projects?obj_uuids=87daa605-31b2-48e5-8c67-0b4827c72c16&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.002277 10.0.0.73 - - [2025-12-08 02:35:46] "DELETE /route-target/d2c1eacb-1ba8-4576-a094-4f47454d31e0 HTTP/1.1" 200 115 0.026241 10.0.0.73 - - [2025-12-08 02:35:46] "POST /neutron/router HTTP/1.1" 200 542 0.083353 10.0.0.73 - - [2025-12-08 02:35:46] "POST /neutron/router HTTP/1.1" 200 542 0.005619 10.0.0.73 - - [2025-12-08 02:35:46] "POST /route-targets HTTP/1.1" 200 327 0.021419 10.0.0.73 - - [2025-12-08 02:35:46] "POST /neutron/router HTTP/1.1" 200 542 0.009465 10.0.0.73 - - [2025-12-08 02:35:46] "PUT /logical-router/bcb8dbd0-c700-4add-9726-833016e0c4a3 HTTP/1.1" 200 262 0.028745 10.0.0.73 - - [2025-12-08 02:35:46] "POST /neutron/router HTTP/1.1" 200 542 0.011779 10.0.0.73 - - [2025-12-08 02:35:46] "POST /neutron/router HTTP/1.1" 200 542 0.004419 10.0.0.73 - - [2025-12-08 02:35:46] "POST /neutron/router HTTP/1.1" 200 542 0.004664 10.0.0.73 - - [2025-12-08 02:35:46] "POST /neutron/router HTTP/1.1" 200 542 0.003921 10.0.0.73 - - [2025-12-08 02:35:46] "POST /neutron/router HTTP/1.1" 200 542 0.004011 10.0.0.73 - - [2025-12-08 02:35:46] "POST /neutron/router HTTP/1.1" 200 542 0.004129 10.0.0.73 - - [2025-12-08 02:35:46] "POST /neutron/router HTTP/1.1" 200 542 0.008856 10.0.0.73 - - [2025-12-08 02:35:46] "POST /neutron/router HTTP/1.1" 200 542 0.004668 10.0.0.73 - - [2025-12-08 02:35:46] "POST /neutron/router HTTP/1.1" 200 542 0.004523 10.0.0.73 - - [2025-12-08 02:35:46] "POST /neutron/router HTTP/1.1" 200 542 0.004131 10.0.0.73 - - [2025-12-08 02:35:46] "POST /neutron/router HTTP/1.1" 200 542 0.004354 10.0.0.73 - - [2025-12-08 02:35:46] "POST /neutron/router HTTP/1.1" 200 542 0.004319 10.0.0.73 - - [2025-12-08 02:35:46] "POST /neutron/router HTTP/1.1" 200 542 0.004367 10.0.0.73 - - [2025-12-08 02:35:46] "POST /neutron/router HTTP/1.1" 200 542 0.004573 10.0.0.73 - - [2025-12-08 02:35:46] "POST /neutron/router HTTP/1.1" 200 542 0.006292 10.0.0.73 - - [2025-12-08 02:35:46] "POST /neutron/router HTTP/1.1" 200 542 0.004184 10.0.0.73 - - [2025-12-08 02:35:47] "POST /neutron/router HTTP/1.1" 200 542 0.004765 10.0.0.73 - - [2025-12-08 02:35:47] "POST /neutron/router HTTP/1.1" 200 542 0.004232 10.0.0.73 - - [2025-12-08 02:35:47] "POST /neutron/router HTTP/1.1" 200 542 0.004415 10.0.0.73 - - [2025-12-08 02:35:47] "POST /neutron/router HTTP/1.1" 200 542 0.005368 10.0.0.73 - - [2025-12-08 02:35:47] "POST /neutron/router HTTP/1.1" 200 542 0.004412 10.0.0.73 - - [2025-12-08 02:35:47] "POST /neutron/router HTTP/1.1" 200 542 0.004221 10.0.0.73 - - [2025-12-08 02:35:47] "POST /neutron/router HTTP/1.1" 200 542 0.004126 10.0.0.73 - - [2025-12-08 02:35:47] "POST /neutron/router HTTP/1.1" 200 542 0.017248 10.0.0.73 - - [2025-12-08 02:35:47] "DELETE /project/c555c5f537694b1085de5bb9b9faf1ef HTTP/1.1" 404 173 0.015782 10.0.0.73 - - [2025-12-08 02:35:47] "DELETE /project/eb5b17996c4740cb8fc4cbb14ee48b33 HTTP/1.1" 404 173 0.016540 10.0.0.73 - - [2025-12-08 02:35:47] "DELETE /project/deea1df779974206b8c3b50e4216ce48 HTTP/1.1" 404 173 0.015813 10.0.0.73 - - [2025-12-08 02:35:47] "GET /projects?obj_uuids=deea1df7-7997-4206-b8c3-b50e4216ce48&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002958 10.0.0.73 - - [2025-12-08 02:35:47] "GET /projects?obj_uuids=45364aae-2003-448c-91ca-7faa3cf2eefe&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001507 10.0.0.73 - - [2025-12-08 02:35:47] "GET /projects?obj_uuids=c555c5f5-3769-4b10-85de-5bb9b9faf1ef&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001311 10.0.0.73 - - [2025-12-08 02:35:47] "POST /neutron/router HTTP/1.1" 200 542 0.006106 10.0.0.73 - - [2025-12-08 02:35:47] "POST /neutron/router HTTP/1.1" 200 542 0.005345 10.0.0.73 - - [2025-12-08 02:35:47] "GET /project/45364aae-2003-448c-91ca-7faa3cf2eefe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1512 0.071680 10.0.0.73 - - [2025-12-08 02:35:47] "GET /project/deea1df7-7997-4206-b8c3-b50e4216ce48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1517 0.080816 10.0.0.73 - - [2025-12-08 02:35:47] "GET /project/c555c5f5-3769-4b10-85de-5bb9b9faf1ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.078787 10.0.0.73 - - [2025-12-08 02:35:47] "POST /neutron/router HTTP/1.1" 200 542 0.006180 10.0.0.73 - - [2025-12-08 02:35:47] "GET /projects?obj_uuids=c555c5f5-3769-4b10-85de-5bb9b9faf1ef&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001098 10.0.0.73 - - [2025-12-08 02:35:47] "GET /projects?obj_uuids=deea1df7-7997-4206-b8c3-b50e4216ce48&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000921 10.0.0.73 - - [2025-12-08 02:35:47] "GET /projects?obj_uuids=45364aae-2003-448c-91ca-7faa3cf2eefe&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000833 10.0.0.73 - - [2025-12-08 02:35:47] "POST /neutron/router HTTP/1.1" 200 542 0.002903 10.0.0.73 - - [2025-12-08 02:35:47] "POST /neutron/router HTTP/1.1" 200 542 0.006253 10.0.0.73 - - [2025-12-08 02:35:47] "POST /neutron/router HTTP/1.1" 200 542 0.014088 10.0.0.73 - - [2025-12-08 02:35:47] "GET /project/c555c5f5-3769-4b10-85de-5bb9b9faf1ef?fields=security_groups HTTP/1.1" 200 1348 0.067554 10.0.0.73 - - [2025-12-08 02:35:47] "GET /project/deea1df7-7997-4206-b8c3-b50e4216ce48?fields=security_groups HTTP/1.1" 200 1400 0.075715 10.0.0.73 - - [2025-12-08 02:35:47] "GET /project/45364aae-2003-448c-91ca-7faa3cf2eefe?fields=security_groups HTTP/1.1" 200 1396 0.086784 10.0.0.73 - - [2025-12-08 02:35:47] "POST /neutron/router HTTP/1.1" 200 542 0.024756 10.0.0.73 - - [2025-12-08 02:35:47] "POST /neutron/router HTTP/1.1" 200 542 0.005315 10.0.0.73 - - [2025-12-08 02:35:47] "POST /neutron/router HTTP/1.1" 200 542 0.033118 10.0.0.73 - - [2025-12-08 02:35:47] "POST /neutron/router HTTP/1.1" 200 542 0.006145 10.0.0.73 - - [2025-12-08 02:35:47] "DELETE /security-group/4f6862f0-5580-4250-bab1-c0c4a3b613c6 HTTP/1.1" 200 115 0.081127 10.0.0.73 - - [2025-12-08 02:35:47] "GET /projects?obj_uuids=c555c5f5-3769-4b10-85de-5bb9b9faf1ef&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001296 10.0.0.73 - - [2025-12-08 02:35:47] "DELETE /security-group/dd95fcb5-03e5-4e43-bf1d-a051847234f6 HTTP/1.1" 200 115 0.110278 10.0.0.73 - - [2025-12-08 02:35:47] "GET /projects?obj_uuids=deea1df7-7997-4206-b8c3-b50e4216ce48&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001233 10.0.0.73 - - [2025-12-08 02:35:47] "DELETE /access-control-list/c5d428dc-1e60-4032-8a35-8a23726ba6fd HTTP/1.1" 200 115 0.078800 10.0.0.73 - - [2025-12-08 02:35:47] "DELETE /security-group/bc198bdf-1e37-433a-91d2-ef70bafb9d2f HTTP/1.1" 200 115 0.127683 10.0.0.73 - - [2025-12-08 02:35:47] "GET /projects?obj_uuids=45364aae-2003-448c-91ca-7faa3cf2eefe&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002057 10.0.0.73 - - [2025-12-08 02:35:47] "GET /project/c555c5f5-3769-4b10-85de-5bb9b9faf1ef?fields=application_policy_sets HTTP/1.1" 200 1387 0.076859 10.0.0.73 - - [2025-12-08 02:35:47] "DELETE /access-control-list/f4668c13-ae5b-48cf-8f02-b5fa946f927f HTTP/1.1" 200 115 0.060485 10.0.0.73 - - [2025-12-08 02:35:47] "GET /project/45364aae-2003-448c-91ca-7faa3cf2eefe?fields=application_policy_sets HTTP/1.1" 200 1435 0.070124 10.0.0.73 - - [2025-12-08 02:35:47] "GET /logical-router/bcb8dbd0-c700-4add-9726-833016e0c4a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.007742 10.0.0.73 - - [2025-12-08 02:35:47] "GET /project/deea1df7-7997-4206-b8c3-b50e4216ce48?fields=application_policy_sets HTTP/1.1" 200 1439 0.119198 10.0.0.73 - - [2025-12-08 02:35:47] "POST /neutron/router HTTP/1.1" 200 151 0.169811 10.0.0.73 - - [2025-12-08 02:35:47] "GET /projects?obj_uuids=eb5b1799-6c47-40cb-8fc4-cbb14ee48b33&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001485 10.0.0.73 - - [2025-12-08 02:35:47] "DELETE /access-control-list/7db6e237-62e1-4966-acdf-273658db2e1b HTTP/1.1" 200 115 0.070892 10.0.0.73 - - [2025-12-08 02:35:47] "DELETE /access-control-list/2a2327bc-3d8c-4f4c-9b9a-b1a96a0bbf74 HTTP/1.1" 200 115 0.073812 10.0.0.73 - - [2025-12-08 02:35:47] "DELETE /access-control-list/66304981-7a0c-41eb-a91a-f59e2a014064 HTTP/1.1" 200 115 0.044578 10.0.0.73 - - [2025-12-08 02:35:47] "DELETE /project/c555c5f5-3769-4b10-85de-5bb9b9faf1ef HTTP/1.1" 200 115 0.663316 10.0.0.73 - - [2025-12-08 02:35:47] "POST /neutron/router HTTP/1.1" 200 559 0.181278 10.0.0.73 - - [2025-12-08 02:35:47] "DELETE /project/45364aae-2003-448c-91ca-7faa3cf2eefe HTTP/1.1" 200 115 0.686242 10.0.0.73 - - [2025-12-08 02:35:47] "DELETE /access-control-list/033a370f-e857-4c0e-a8ba-655d2d561c2b HTTP/1.1" 200 115 0.056628 10.0.0.73 - - [2025-12-08 02:35:47] "POST /neutron/router HTTP/1.1" 200 559 0.007729 10.0.0.73 - - [2025-12-08 02:35:47] "DELETE /project/deea1df7-7997-4206-b8c3-b50e4216ce48 HTTP/1.1" 200 115 0.707019 10.0.0.73 - - [2025-12-08 02:35:47] "POST /neutron/router HTTP/1.1" 200 559 0.015030 10.0.0.73 - - [2025-12-08 02:35:47] "POST /neutron/router HTTP/1.1" 200 559 0.014425 10.0.0.73 - - [2025-12-08 02:35:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.019348 10.0.0.73 - - [2025-12-08 02:35:47] "POST /neutron/router HTTP/1.1" 200 559 0.004530 10.0.0.73 - - [2025-12-08 02:35:47] "POST /neutron/router HTTP/1.1" 200 559 0.004907 10.0.0.73 - - [2025-12-08 02:35:47] "POST /neutron/router HTTP/1.1" 200 559 0.005049 10.0.0.73 - - [2025-12-08 02:35:47] "POST /neutron/router HTTP/1.1" 200 559 0.010833 10.0.0.73 - - [2025-12-08 02:35:47] "POST /neutron/router HTTP/1.1" 200 559 0.004894 10.0.0.73 - - [2025-12-08 02:35:47] "DELETE /route-target/f9a4367f-20ac-4f31-a53a-d44731abc297 HTTP/1.1" 200 115 0.045052 10.0.0.73 - - [2025-12-08 02:35:47] "POST /neutron/router HTTP/1.1" 200 559 0.011608 10.0.0.73 - - [2025-12-08 02:35:48] "POST /neutron/router HTTP/1.1" 200 559 0.004201 10.0.0.73 - - [2025-12-08 02:35:48] "POST /route-targets HTTP/1.1" 200 327 0.013451 10.0.0.73 - - [2025-12-08 02:35:48] "POST /neutron/router HTTP/1.1" 200 559 0.015785 10.0.0.73 - - [2025-12-08 02:35:48] "PUT /logical-router/0fe4ae48-1ebb-4b00-bb25-e81fa647767a HTTP/1.1" 200 262 0.037010 10.0.0.73 - - [2025-12-08 02:35:48] "POST /neutron/router HTTP/1.1" 200 559 0.008231 10.0.0.73 - - [2025-12-08 02:35:48] "POST /neutron/router HTTP/1.1" 200 559 0.004431 10.0.0.73 - - [2025-12-08 02:35:48] "POST /neutron/router HTTP/1.1" 200 559 0.004315 10.0.0.73 - - [2025-12-08 02:35:48] "POST /neutron/router HTTP/1.1" 200 559 0.004107 10.0.0.73 - - [2025-12-08 02:35:48] "POST /neutron/router HTTP/1.1" 200 559 0.004179 10.0.0.73 - - [2025-12-08 02:35:48] "POST /neutron/router HTTP/1.1" 200 559 0.004136 10.0.0.73 - - [2025-12-08 02:35:48] "POST /neutron/router HTTP/1.1" 200 559 0.004362 10.0.0.73 - - [2025-12-08 02:35:48] "POST /neutron/router HTTP/1.1" 200 559 0.004775 10.0.0.73 - - [2025-12-08 02:35:48] "POST /neutron/router HTTP/1.1" 200 559 0.004523 10.0.0.73 - - [2025-12-08 02:35:48] "POST /neutron/router HTTP/1.1" 200 559 0.004568 10.0.0.73 - - [2025-12-08 02:35:48] "POST /neutron/router HTTP/1.1" 200 559 0.005176 10.0.0.73 - - [2025-12-08 02:35:48] "POST /neutron/router HTTP/1.1" 200 559 0.004156 10.0.0.73 - - [2025-12-08 02:35:48] "POST /neutron/router HTTP/1.1" 200 559 0.004242 10.0.0.73 - - [2025-12-08 02:35:48] "POST /neutron/router HTTP/1.1" 200 559 0.004508 10.0.0.73 - - [2025-12-08 02:35:48] "POST /neutron/router HTTP/1.1" 200 559 0.004533 10.0.0.73 - - [2025-12-08 02:35:48] "POST /neutron/router HTTP/1.1" 200 559 0.004358 10.0.0.73 - - [2025-12-08 02:35:48] "POST /neutron/router HTTP/1.1" 200 559 0.003944 10.0.0.73 - - [2025-12-08 02:35:48] "POST /neutron/router HTTP/1.1" 200 559 0.003855 10.0.0.73 - - [2025-12-08 02:35:48] "POST /neutron/router HTTP/1.1" 200 559 0.003810 10.0.0.73 - - [2025-12-08 02:35:48] "POST /neutron/router HTTP/1.1" 200 559 0.003894 10.0.0.73 - - [2025-12-08 02:35:48] "POST /neutron/router HTTP/1.1" 200 559 0.004192 10.0.0.73 - - [2025-12-08 02:35:48] "POST /neutron/router HTTP/1.1" 200 559 0.019910 10.0.0.73 - - [2025-12-08 02:35:48] "POST /neutron/router HTTP/1.1" 200 559 0.004649 10.0.0.73 - - [2025-12-08 02:35:48] "POST /neutron/router HTTP/1.1" 200 560 0.024988 10.0.0.73 - - [2025-12-08 02:35:48] "POST /neutron/router HTTP/1.1" 200 560 0.004683 10.0.0.73 - - [2025-12-08 02:35:48] "POST /neutron/router HTTP/1.1" 200 151 0.059069 10.0.0.73 - - [2025-12-08 02:35:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.005277 10.0.0.73 - - [2025-12-08 02:35:48] "GET /logical-router/0fe4ae48-1ebb-4b00-bb25-e81fa647767a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.003306 10.0.0.73 - - [2025-12-08 02:35:48] "POST /neutron/security_group HTTP/1.1" 200 521 0.005135 10.0.0.73 - - [2025-12-08 02:35:48] "DELETE /route-target/dcb91953-401b-4eb9-9439-2b917cff7777 HTTP/1.1" 200 115 0.030665 10.0.0.73 - - [2025-12-08 02:35:48] "POST /neutron/security_group HTTP/1.1" 200 151 0.048007 10.0.0.73 - - [2025-12-08 02:35:48] "DELETE /access-control-list/182957ce-128e-401c-8eba-5ce1e4ecf062 HTTP/1.1" 200 115 0.027109 10.0.0.73 - - [2025-12-08 02:35:48] "POST /neutron/security_group HTTP/1.1" 200 521 0.004493 10.0.0.73 - - [2025-12-08 02:35:48] "DELETE /access-control-list/1d0f3324-c3dd-40af-8420-f67feec2ac5b HTTP/1.1" 200 115 0.031512 10.0.0.73 - - [2025-12-08 02:35:48] "POST /neutron/security_group HTTP/1.1" 200 151 0.060829 10.0.0.73 - - [2025-12-08 02:35:48] "DELETE /access-control-list/1a767652-cd3f-46c0-a5af-68d052e66dc9 HTTP/1.1" 200 115 0.029273 10.0.0.73 - - [2025-12-08 02:35:48] "POST /neutron/security_group HTTP/1.1" 200 506 0.004525 10.0.0.73 - - [2025-12-08 02:35:48] "DELETE /access-control-list/40d9ea53-8aca-44d8-8cbb-afa9599605e7 HTTP/1.1" 200 115 0.034549 10.0.0.73 - - [2025-12-08 02:35:48] "POST /neutron/security_group HTTP/1.1" 200 151 0.048057 10.0.0.73 - - [2025-12-08 02:35:48] "DELETE /access-control-list/6aebf388-5916-45c0-8e64-db58258db38c HTTP/1.1" 200 115 0.030164 10.0.0.73 - - [2025-12-08 02:35:48] "POST /neutron/security_group HTTP/1.1" 200 506 0.004795 10.0.0.73 - - [2025-12-08 02:35:48] "DELETE /access-control-list/0b4b6884-4152-434a-b490-aff18ba5f36b HTTP/1.1" 200 115 0.032928 10.0.0.73 - - [2025-12-08 02:35:48] "POST /neutron/security_group HTTP/1.1" 200 151 0.047216 10.0.0.73 - - [2025-12-08 02:35:48] "DELETE /access-control-list/eec2df93-a65d-4d2a-8c95-743455e49fbe HTTP/1.1" 200 115 0.022403 10.0.0.73 - - [2025-12-08 02:35:48] "DELETE /access-control-list/bf468ed5-faed-4b82-80ad-05c4c01d55b8 HTTP/1.1" 200 115 0.022365 10.0.0.73 - - [2025-12-08 02:35:49] "GET /projects?obj_uuids=eb5b1799-6c47-40cb-8fc4-cbb14ee48b33&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001433 10.0.0.73 - - [2025-12-08 02:35:49] "GET /project/eb5b1799-6c47-40cb-8fc4-cbb14ee48b33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.032130 10.0.0.73 - - [2025-12-08 02:35:49] "GET /projects?obj_uuids=eb5b1799-6c47-40cb-8fc4-cbb14ee48b33&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001361 10.0.0.73 - - [2025-12-08 02:35:49] "GET /project/eb5b1799-6c47-40cb-8fc4-cbb14ee48b33?fields=virtual_networks HTTP/1.1" 200 1023 0.075146 10.0.0.73 - - [2025-12-08 02:35:49] "GET /projects?obj_uuids=eb5b1799-6c47-40cb-8fc4-cbb14ee48b33&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001302 10.0.0.73 - - [2025-12-08 02:35:49] "GET /project/eb5b1799-6c47-40cb-8fc4-cbb14ee48b33?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.031368 10.0.0.73 - - [2025-12-08 02:35:49] "GET /projects?obj_uuids=eb5b1799-6c47-40cb-8fc4-cbb14ee48b33&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001409 10.0.0.73 - - [2025-12-08 02:35:49] "GET /project/eb5b1799-6c47-40cb-8fc4-cbb14ee48b33?fields=security_groups HTTP/1.1" 200 1244 0.039222 10.0.0.73 - - [2025-12-08 02:35:50] "POST /fqname-to-id HTTP/1.1" 404 184 0.037968 10.0.0.73 - - [2025-12-08 02:35:50] "GET /projects?obj_uuids=74267cd8-59e9-4e86-9d8e-91655a16c584&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002929 10.0.0.73 - - [2025-12-08 02:35:50] "GET /domains?obj_uuids=bdb80538-3a76-4907-b398-c529616d0886&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001194 10.0.0.73 - - [2025-12-08 02:35:50] "GET /domain/bdb80538-3a76-4907-b398-c529616d0886?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007741 10.0.0.73 - - [2025-12-08 02:35:50] "POST /id-to-fqname HTTP/1.1" 200 186 0.004943 10.0.0.73 - - [2025-12-08 02:35:50] "POST /fqname-to-id HTTP/1.1" 404 195 0.002592 10.0.0.73 - - [2025-12-08 02:35:50] "POST /security-groups HTTP/1.1" 200 587 0.069061 10.0.0.73 - - [2025-12-08 02:35:50] "POST /fqname-to-id HTTP/1.1" 404 230 0.004239 10.0.0.73 - - [2025-12-08 02:35:50] "POST /projects HTTP/1.1" 200 577 0.250330 10.0.0.73 - - [2025-12-08 02:35:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.292421 10.0.0.73 - - [2025-12-08 02:35:51] "POST /access-control-lists HTTP/1.1" 200 592 0.063266 10.0.0.73 - - [2025-12-08 02:35:51] "GET /project/74267cd8-59e9-4e86-9d8e-91655a16c584?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.436909 10.0.0.73 - - [2025-12-08 02:35:51] "POST /fqname-to-id HTTP/1.1" 404 229 0.004303 10.0.0.73 - - [2025-12-08 02:35:51] "POST /access-control-lists HTTP/1.1" 200 590 0.105272 10.0.0.73 - - [2025-12-08 02:35:52] "GET / HTTP/1.1" 200 35931 0.002230 10.0.0.73 - - [2025-12-08 02:35:53] "POST /fqname-to-id HTTP/1.1" 401 292 0.000571 10.0.0.73 - - [2025-12-08 02:35:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.409318 10.0.0.73 - - [2025-12-08 02:35:53] "GET /projects?obj_uuids=74267cd8-59e9-4e86-9d8e-91655a16c584&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001247 10.0.0.73 - - [2025-12-08 02:35:53] "GET /project/74267cd8-59e9-4e86-9d8e-91655a16c584?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.038711 10.0.0.73 - - [2025-12-08 02:35:53] "GET /obj-perms HTTP/1.1" 200 5056 0.099574 10.0.0.73 - - [2025-12-08 02:35:54] "POST /neutron/network HTTP/1.1" 200 117 0.353202 10.0.0.73 - - [2025-12-08 02:35:54] "GET /projects?obj_uuids=74267cd8-59e9-4e86-9d8e-91655a16c584&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001180 10.0.0.73 - - [2025-12-08 02:35:54] "GET /obj-perms HTTP/1.1" 200 5056 0.090620 10.0.0.73 - - [2025-12-08 02:35:54] "POST /neutron/network HTTP/1.1" 200 601 0.094156 10.0.0.73 - - [2025-12-08 02:35:54] "POST /route-targets HTTP/1.1" 200 327 0.015564 10.0.0.73 - - [2025-12-08 02:35:54] "POST /ref-update HTTP/1.1" 200 156 0.014195 10.0.0.73 - - [2025-12-08 02:35:54] "POST /useragent-kv HTTP/1.1" 200 115 0.006242 10.0.0.73 - - [2025-12-08 02:35:54] "POST /neutron/subnet HTTP/1.1" 200 730 0.220539 10.0.0.73 - - [2025-12-08 02:35:54] "POST /neutron/network HTTP/1.1" 200 821 0.008016 10.0.0.73 - - [2025-12-08 02:35:54] "POST /id-to-fqname HTTP/1.1" 200 216 0.001312 10.0.0.73 - - [2025-12-08 02:35:54] "GET /virtual-network/2b0d800c-37e1-4d26-8a90-f8409380e8f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.006461 10.0.0.73 - - [2025-12-08 02:35:54] "POST /neutron/network HTTP/1.1" 200 821 0.007628 10.0.0.73 - - [2025-12-08 02:35:54] "GET /virtual-network/2b0d800c-37e1-4d26-8a90-f8409380e8f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.005415 10.0.0.73 - - [2025-12-08 02:35:54] "POST /neutron/network HTTP/1.1" 200 821 0.006832 10.0.0.73 - - [2025-12-08 02:35:54] "POST /neutron/subnet HTTP/1.1" 200 730 0.008873 10.0.0.73 - - [2025-12-08 02:35:54] "POST /fqname-to-id HTTP/1.1" 404 206 0.003292 10.0.0.73 - - [2025-12-08 02:35:54] "GET /virtual-network/2b0d800c-37e1-4d26-8a90-f8409380e8f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.005820 10.0.0.73 - - [2025-12-08 02:35:54] "GET /projects?obj_uuids=74267cd8-59e9-4e86-9d8e-91655a16c584&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001153 10.0.0.73 - - [2025-12-08 02:35:55] "POST /neutron/port HTTP/1.1" 200 1018 0.197538 10.0.0.73 - - [2025-12-08 02:35:55] "GET /virtual-machine-interface/b6fc1dbf-5ba4-47c2-a7f6-a5e07c0ca907?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2385 0.005979 10.0.0.73 - - [2025-12-08 02:35:55] "GET /virtual-machine-interface/b6fc1dbf-5ba4-47c2-a7f6-a5e07c0ca907?fields=instance_ip_back_refs HTTP/1.1" 200 1318 0.005568 10.0.0.73 - - [2025-12-08 02:35:55] "GET /instance-ip/417f14f6-1ba4-468f-b507-eafe0a929798?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1595 0.005573 10.0.0.73 - - [2025-12-08 02:35:55] "GET /virtual-machine-interface/b6fc1dbf-5ba4-47c2-a7f6-a5e07c0ca907 HTTP/1.1" 401 292 0.002803 10.0.0.73 - - [2025-12-08 02:35:55] "GET /virtual-machine-interface/b6fc1dbf-5ba4-47c2-a7f6-a5e07c0ca907 HTTP/1.1" 200 2606 0.042031 10.0.0.73 - - [2025-12-08 02:35:55] "POST /neutron/port HTTP/1.1" 200 1018 0.019618 10.0.0.73 - - [2025-12-08 02:35:55] "POST /neutron/port HTTP/1.1" 200 151 0.076078 10.0.0.73 - - [2025-12-08 02:35:55] "POST /neutron/network HTTP/1.1" 200 821 0.008760 10.0.0.73 - - [2025-12-08 02:35:55] "POST /useragent-kv HTTP/1.1" 200 115 0.003524 10.0.0.73 - - [2025-12-08 02:35:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004223 10.0.0.73 - - [2025-12-08 02:35:55] "POST /useragent-kv HTTP/1.1" 200 115 0.002058 10.0.0.73 - - [2025-12-08 02:35:55] "POST /neutron/network HTTP/1.1" 200 151 0.097219 10.0.0.73 - - [2025-12-08 02:35:55] "DELETE /route-target/6dada9ce-1547-4a1c-a4a3-1079facc3f94 HTTP/1.1" 200 115 0.016624 10.0.0.73 - - [2025-12-08 02:35:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003277 10.0.0.73 - - [2025-12-08 02:35:56] "GET /projects?obj_uuids=74267cd8-59e9-4e86-9d8e-91655a16c584&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001503 10.0.0.73 - - [2025-12-08 02:35:56] "GET /project/74267cd8-59e9-4e86-9d8e-91655a16c584?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.026728 10.0.0.73 - - [2025-12-08 02:35:56] "POST /neutron/network HTTP/1.1" 200 117 0.011592 10.0.0.73 - - [2025-12-08 02:35:56] "GET /projects?obj_uuids=74267cd8-59e9-4e86-9d8e-91655a16c584&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001815 10.0.0.73 - - [2025-12-08 02:35:56] "POST /neutron/network HTTP/1.1" 200 603 0.072485 10.0.0.73 - - [2025-12-08 02:35:56] "POST /route-targets HTTP/1.1" 200 327 0.021112 10.0.0.73 - - [2025-12-08 02:35:56] "POST /ref-update HTTP/1.1" 200 156 0.012391 10.0.0.73 - - [2025-12-08 02:35:56] "POST /useragent-kv HTTP/1.1" 200 115 0.003852 10.0.0.73 - - [2025-12-08 02:35:56] "POST /neutron/subnet HTTP/1.1" 200 715 0.189261 10.0.0.73 - - [2025-12-08 02:35:57] "POST /useragent-kv HTTP/1.1" 200 115 0.004707 10.0.0.73 - - [2025-12-08 02:35:57] "POST /neutron/subnet HTTP/1.1" 200 725 0.170997 10.0.0.73 - - [2025-12-08 02:35:57] "POST /neutron/network HTTP/1.1" 200 976 0.009359 10.0.0.73 - - [2025-12-08 02:35:57] "POST /id-to-fqname HTTP/1.1" 200 217 0.001684 10.0.0.73 - - [2025-12-08 02:35:57] "GET /virtual-network/0cd5ddee-8406-4122-9604-1e4df469f86e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2554 0.006463 10.0.0.73 - - [2025-12-08 02:35:57] "POST /neutron/network HTTP/1.1" 200 976 0.008298 10.0.0.73 - - [2025-12-08 02:35:57] "GET /virtual-network/0cd5ddee-8406-4122-9604-1e4df469f86e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2554 0.005213 10.0.0.73 - - [2025-12-08 02:35:57] "POST /neutron/network HTTP/1.1" 200 976 0.009381 10.0.0.73 - - [2025-12-08 02:35:57] "POST /neutron/subnet HTTP/1.1" 200 715 0.008190 10.0.0.73 - - [2025-12-08 02:35:57] "POST /neutron/subnet HTTP/1.1" 200 725 0.007971 10.0.0.73 - - [2025-12-08 02:35:57] "GET /projects?obj_uuids=74267cd8-59e9-4e86-9d8e-91655a16c584&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001230 10.0.0.73 - - [2025-12-08 02:35:57] "POST /neutron/port HTTP/1.1" 200 1016 0.214525 10.0.0.73 - - [2025-12-08 02:35:57] "GET /projects?obj_uuids=74267cd8-59e9-4e86-9d8e-91655a16c584&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001422 10.0.0.73 - - [2025-12-08 02:35:57] "POST /neutron/port HTTP/1.1" 200 1018 0.186238 10.0.0.73 - - [2025-12-08 02:35:57] "POST /id-to-fqname HTTP/1.1" 200 217 0.001657 10.0.0.73 - - [2025-12-08 02:35:57] "POST /neutron/port HTTP/1.1" 200 1016 0.009474 10.0.0.73 - - [2025-12-08 02:35:57] "POST /neutron/port HTTP/1.1" 200 1016 0.009400 10.0.0.73 - - [2025-12-08 02:35:57] "POST /neutron/network HTTP/1.1" 200 976 0.010039 10.0.0.73 - - [2025-12-08 02:35:58] "POST /neutron/port HTTP/1.1" 200 1016 0.008452 10.0.0.73 - - [2025-12-08 02:35:58] "POST /neutron/port HTTP/1.1" 200 117 0.006660 10.0.0.73 - - [2025-12-08 02:35:58] "POST /neutron/port HTTP/1.1" 200 117 0.005230 10.0.0.73 - - [2025-12-08 02:35:58] "POST /id-to-fqname HTTP/1.1" 200 217 0.002106 10.0.0.73 - - [2025-12-08 02:35:58] "POST /neutron/port HTTP/1.1" 200 117 0.006258 10.0.0.73 - - [2025-12-08 02:35:58] "POST /neutron/port HTTP/1.1" 200 1018 0.009467 10.0.0.73 - - [2025-12-08 02:35:58] "POST /neutron/port HTTP/1.1" 200 1018 0.012683 10.0.0.73 - - [2025-12-08 02:35:58] "POST /neutron/network HTTP/1.1" 200 976 0.009288 10.0.0.73 - - [2025-12-08 02:35:58] "POST /neutron/port HTTP/1.1" 200 1018 0.008188 10.0.0.73 - - [2025-12-08 02:35:58] "POST /neutron/port HTTP/1.1" 200 1016 0.008572 10.0.0.73 - - [2025-12-08 02:35:58] "POST /neutron/port HTTP/1.1" 200 1018 0.009272 10.0.0.73 - - [2025-12-08 02:35:58] "POST /neutron/port HTTP/1.1" 200 117 0.006391 10.0.0.73 - - [2025-12-08 02:35:58] "POST /neutron/port HTTP/1.1" 200 117 0.006463 10.0.0.73 - - [2025-12-08 02:35:58] "POST /neutron/port HTTP/1.1" 200 117 0.009700 10.0.0.73 - - [2025-12-08 02:35:59] "POST /neutron/port HTTP/1.1" 200 1016 0.009599 10.0.0.73 - - [2025-12-08 02:35:59] "POST /neutron/network HTTP/1.1" 200 986 0.006692 10.0.0.73 - - [2025-12-08 02:35:59] "POST /neutron/port HTTP/1.1" 200 1016 0.008397 10.0.0.73 - - [2025-12-08 02:35:59] "POST /neutron/port HTTP/1.1" 200 1016 0.008777 10.0.0.73 - - [2025-12-08 02:35:59] "POST /neutron/port HTTP/1.1" 200 1018 0.015035 10.0.0.73 - - [2025-12-08 02:35:59] "POST /neutron/port HTTP/1.1" 200 1108 0.099318 10.0.0.73 - - [2025-12-08 02:35:59] "POST /neutron/network HTTP/1.1" 200 986 0.008351 10.0.0.73 - - [2025-12-08 02:35:59] "POST /neutron/port HTTP/1.1" 200 1018 0.011117 10.0.0.73 - - [2025-12-08 02:35:59] "POST /neutron/port HTTP/1.1" 200 1018 0.014244 10.0.0.73 - - [2025-12-08 02:35:59] "POST /neutron/port HTTP/1.1" 200 1082 0.020428 10.0.0.73 - - [2025-12-08 02:35:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006978 10.0.0.73 - - [2025-12-08 02:35:59] "POST /neutron/subnet HTTP/1.1" 200 689 0.021228 10.0.0.73 - - [2025-12-08 02:35:59] "POST /neutron/port HTTP/1.1" 200 1110 0.099679 10.0.0.73 - - [2025-12-08 02:35:59] "POST /neutron/port HTTP/1.1" 200 117 0.002054 10.0.0.73 - - [2025-12-08 02:35:59] "POST /neutron/network HTTP/1.1" 200 976 0.010225 10.0.0.73 - - [2025-12-08 02:35:59] "POST /neutron/port HTTP/1.1" 200 1084 0.016002 10.0.0.73 - - [2025-12-08 02:35:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006798 10.0.0.73 - - [2025-12-08 02:35:59] "POST /neutron/subnet HTTP/1.1" 200 699 0.015725 10.0.0.73 - - [2025-12-08 02:35:59] "POST /neutron/port HTTP/1.1" 200 117 0.001428 10.0.0.73 - - [2025-12-08 02:35:59] "POST /neutron/network HTTP/1.1" 200 976 0.013679 10.0.0.73 - - [2025-12-08 02:36:03] "POST /neutron/port HTTP/1.1" 200 1082 0.011965 10.0.0.73 - - [2025-12-08 02:36:03] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007275 10.0.0.73 - - [2025-12-08 02:36:03] "POST /neutron/port HTTP/1.1" 200 1082 0.015954 10.0.0.73 - - [2025-12-08 02:36:04] "POST /neutron/security_group HTTP/1.1" 200 2054 0.009164 10.0.0.73 - - [2025-12-08 02:36:04] "POST /neutron/port HTTP/1.1" 200 1082 0.016577 10.0.0.73 - - [2025-12-08 02:36:04] "POST /neutron/security_group HTTP/1.1" 200 2054 0.009189 10.0.0.73 - - [2025-12-08 02:36:04] "GET /virtual-machine/e6e2bac8-8ab7-4e01-bc43-347ef418e6cb HTTP/1.1" 200 1285 0.004992 10.0.0.73 - - [2025-12-08 02:36:04] "GET /virtual-machine-interface/2eecf20f-8f66-4874-a651-28b587c4e57f HTTP/1.1" 200 2924 0.005766 10.0.0.73 - - [2025-12-08 02:36:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003170 10.0.0.73 - - [2025-12-08 02:36:04] "GET /global-vrouter-config/8c7ca7c7-4fde-43f4-b512-e9137443a07e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003632 10.0.0.73 - - [2025-12-08 02:36:04] "GET /virtual-networks?parent_id=74267cd8-59e9-4e86-9d8e-91655a16c584&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.003670 10.0.0.73 - - [2025-12-08 02:36:04] "GET /virtual-network/0cd5ddee-8406-4122-9604-1e4df469f86e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2554 0.007233 10.0.0.73 - - [2025-12-08 02:36:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003322 10.0.0.73 - - [2025-12-08 02:36:07] "GET /virtual-network/0cd5ddee-8406-4122-9604-1e4df469f86e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2554 0.007022 10.0.0.73 - - [2025-12-08 02:36:10] "POST /neutron/port HTTP/1.1" 200 1082 0.013884 10.0.0.73 - - [2025-12-08 02:36:10] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007395 10.0.0.73 - - [2025-12-08 02:36:10] "POST /neutron/port HTTP/1.1" 200 1084 0.015180 10.0.0.73 - - [2025-12-08 02:36:10] "POST /neutron/security_group HTTP/1.1" 200 2054 0.008065 10.0.0.73 - - [2025-12-08 02:36:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003447 10.0.0.73 - - [2025-12-08 02:36:11] "GET /virtual-network/0cd5ddee-8406-4122-9604-1e4df469f86e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2554 0.006162 10.0.0.73 - - [2025-12-08 02:36:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004413 10.0.0.73 - - [2025-12-08 02:36:13] "GET /global-vrouter-config/8c7ca7c7-4fde-43f4-b512-e9137443a07e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003744 10.0.0.73 - - [2025-12-08 02:36:13] "GET /virtual-networks?parent_id=74267cd8-59e9-4e86-9d8e-91655a16c584&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.003283 10.0.0.73 - - [2025-12-08 02:36:13] "GET /virtual-network/0cd5ddee-8406-4122-9604-1e4df469f86e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2554 0.006595 10.0.0.73 - - [2025-12-08 02:36:14] "POST /neutron/port HTTP/1.1" 200 1084 0.019253 10.0.0.73 - - [2025-12-08 02:36:14] "POST /neutron/security_group HTTP/1.1" 200 2054 0.008237 10.0.0.73 - - [2025-12-08 02:36:14] "POST /neutron/port HTTP/1.1" 200 1084 0.011256 10.0.0.73 - - [2025-12-08 02:36:14] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007227 10.0.0.73 - - [2025-12-08 02:36:14] "POST /neutron/port HTTP/1.1" 200 1084 0.012060 10.0.0.73 - - [2025-12-08 02:36:14] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007386 10.0.0.73 - - [2025-12-08 02:36:14] "GET /virtual-machine/efee1d7c-d4ec-4590-bedd-e3f4925c0b8c HTTP/1.1" 200 1285 0.006650 10.0.0.73 - - [2025-12-08 02:36:14] "GET /virtual-machine-interface/f79a93b3-e7d9-41b5-9bbd-516665d14573 HTTP/1.1" 200 2925 0.005924 10.0.0.73 - - [2025-12-08 02:36:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004787 10.0.0.73 - - [2025-12-08 02:36:14] "GET /global-vrouter-config/8c7ca7c7-4fde-43f4-b512-e9137443a07e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003941 10.0.0.73 - - [2025-12-08 02:36:14] "GET /virtual-networks?parent_id=74267cd8-59e9-4e86-9d8e-91655a16c584&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.003765 10.0.0.73 - - [2025-12-08 02:36:14] "GET /virtual-network/0cd5ddee-8406-4122-9604-1e4df469f86e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2554 0.007418 10.0.0.73 - - [2025-12-08 02:36:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003248 10.0.0.73 - - [2025-12-08 02:36:15] "GET /global-vrouter-config/8c7ca7c7-4fde-43f4-b512-e9137443a07e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004125 10.0.0.73 - - [2025-12-08 02:36:15] "GET /virtual-networks?parent_id=74267cd8-59e9-4e86-9d8e-91655a16c584&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.003488 10.0.0.73 - - [2025-12-08 02:36:15] "GET /virtual-network/0cd5ddee-8406-4122-9604-1e4df469f86e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2554 0.006176 10.0.0.73 - - [2025-12-08 02:36:18] "POST /neutron/port HTTP/1.1" 200 1110 0.016445 10.0.0.73 - - [2025-12-08 02:36:19] "POST /neutron/port HTTP/1.1" 200 1110 0.023355 10.0.0.73 - - [2025-12-08 02:36:19] "POST /neutron/port HTTP/1.1" 200 151 0.186402 10.0.0.73 - - [2025-12-08 02:36:19] "POST /neutron/port HTTP/1.1" 200 1108 0.012792 10.0.0.73 - - [2025-12-08 02:36:19] "POST /neutron/port HTTP/1.1" 200 1108 0.017918 10.0.0.73 - - [2025-12-08 02:36:19] "POST /neutron/port HTTP/1.1" 200 151 0.151113 10.0.0.73 - - [2025-12-08 02:36:19] "POST /neutron/network HTTP/1.1" 200 976 0.007845 10.0.0.73 - - [2025-12-08 02:36:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.007577 10.0.0.73 - - [2025-12-08 02:36:19] "POST /useragent-kv HTTP/1.1" 200 115 0.003819 10.0.0.73 - - [2025-12-08 02:36:19] "POST /useragent-kv HTTP/1.1" 200 115 0.003057 10.0.0.73 - - [2025-12-08 02:36:19] "POST /useragent-kv HTTP/1.1" 200 115 0.002592 10.0.0.73 - - [2025-12-08 02:36:19] "POST /useragent-kv HTTP/1.1" 200 115 0.002323 10.0.0.73 - - [2025-12-08 02:36:19] "POST /neutron/network HTTP/1.1" 200 151 0.145205 10.0.0.73 - - [2025-12-08 02:36:19] "DELETE /route-target/c259e5ed-fe44-4551-97ce-932ba67671ca HTTP/1.1" 200 115 0.029712 10.0.0.73 - - [2025-12-08 02:36:19] "POST /neutron/port HTTP/1.1" 200 117 0.006841 10.0.0.73 - - [2025-12-08 02:36:19] "POST /neutron/port HTTP/1.1" 200 117 0.006390 10.0.0.73 - - [2025-12-08 02:36:19] "POST /neutron/port HTTP/1.1" 400 205 0.003757 10.0.0.73 - - [2025-12-08 02:36:19] "POST /neutron/port HTTP/1.1" 400 205 0.004049 10.0.0.73 - - [2025-12-08 02:36:19] "GET /projects?obj_uuids=74267cd8-59e9-4e86-9d8e-91655a16c584&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001702 10.0.0.73 - - [2025-12-08 02:36:19] "GET /project/74267cd8-59e9-4e86-9d8e-91655a16c584?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.034513 10.0.0.73 - - [2025-12-08 02:36:19] "GET /projects?obj_uuids=74267cd8-59e9-4e86-9d8e-91655a16c584&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001278 10.0.0.73 - - [2025-12-08 02:36:19] "GET /project/74267cd8-59e9-4e86-9d8e-91655a16c584?fields=virtual_networks HTTP/1.1" 200 1024 0.079141 10.0.0.73 - - [2025-12-08 02:36:20] "GET /projects?obj_uuids=74267cd8-59e9-4e86-9d8e-91655a16c584&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001170 10.0.0.73 - - [2025-12-08 02:36:20] "GET /project/74267cd8-59e9-4e86-9d8e-91655a16c584?fields=virtual_machine_interfaces HTTP/1.1" 200 1024 0.026071 10.0.0.73 - - [2025-12-08 02:36:20] "GET /projects?obj_uuids=74267cd8-59e9-4e86-9d8e-91655a16c584&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001405 10.0.0.73 - - [2025-12-08 02:36:20] "GET /project/74267cd8-59e9-4e86-9d8e-91655a16c584?fields=security_groups HTTP/1.1" 200 1246 0.033101 10.0.0.73 - - [2025-12-08 02:36:21] "POST /fqname-to-id HTTP/1.1" 404 186 0.036182 10.0.0.73 - - [2025-12-08 02:36:21] "GET /projects?obj_uuids=a9956e4c-5233-45dd-b5e6-20b19271ff71&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002653 10.0.0.73 - - [2025-12-08 02:36:21] "GET /domains?obj_uuids=bdb80538-3a76-4907-b398-c529616d0886&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002294 10.0.0.73 - - [2025-12-08 02:36:21] "GET /domain/bdb80538-3a76-4907-b398-c529616d0886?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.010267 10.0.0.73 - - [2025-12-08 02:36:21] "POST /id-to-fqname HTTP/1.1" 200 188 0.001564 10.0.0.73 - - [2025-12-08 02:36:21] "POST /fqname-to-id HTTP/1.1" 404 197 0.002936 10.0.0.73 - - [2025-12-08 02:36:21] "POST /security-groups HTTP/1.1" 200 589 0.080968 10.0.0.73 - - [2025-12-08 02:36:21] "POST /fqname-to-id HTTP/1.1" 404 232 0.006418 10.0.0.73 - - [2025-12-08 02:36:21] "POST /projects HTTP/1.1" 200 581 0.238188 10.0.0.73 - - [2025-12-08 02:36:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.315247 10.0.0.73 - - [2025-12-08 02:36:21] "POST /access-control-lists HTTP/1.1" 200 594 0.062301 10.0.0.73 - - [2025-12-08 02:36:21] "POST /fqname-to-id HTTP/1.1" 404 231 0.002661 10.0.0.73 - - [2025-12-08 02:36:21] "GET /project/a9956e4c-5233-45dd-b5e6-20b19271ff71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.455174 10.0.0.73 - - [2025-12-08 02:36:21] "POST /access-control-lists HTTP/1.1" 200 592 0.065571 10.0.0.73 - - [2025-12-08 02:36:22] "GET / HTTP/1.1" 200 35931 0.002070 10.0.0.73 - - [2025-12-08 02:36:23] "POST /fqname-to-id HTTP/1.1" 401 292 0.000730 10.0.0.73 - - [2025-12-08 02:36:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.082899 10.0.0.73 - - [2025-12-08 02:36:24] "GET /projects?obj_uuids=a9956e4c-5233-45dd-b5e6-20b19271ff71&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001555 10.0.0.73 - - [2025-12-08 02:36:24] "GET /project/a9956e4c-5233-45dd-b5e6-20b19271ff71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.038968 10.0.0.73 - - [2025-12-08 02:36:24] "POST /neutron/network HTTP/1.1" 200 117 0.047037 10.0.0.73 - - [2025-12-08 02:36:24] "GET /projects?obj_uuids=a9956e4c-5233-45dd-b5e6-20b19271ff71&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001506 10.0.0.73 - - [2025-12-08 02:36:24] "POST /neutron/network HTTP/1.1" 200 605 0.080977 10.0.0.73 - - [2025-12-08 02:36:24] "POST /route-targets HTTP/1.1" 200 327 0.012738 10.0.0.73 - - [2025-12-08 02:36:24] "POST /ref-update HTTP/1.1" 200 156 0.024663 10.0.0.73 - - [2025-12-08 02:36:24] "POST /useragent-kv HTTP/1.1" 200 115 0.004730 10.0.0.73 - - [2025-12-08 02:36:24] "POST /neutron/subnet HTTP/1.1" 200 715 0.201253 10.0.0.73 - - [2025-12-08 02:36:24] "POST /neutron/network HTTP/1.1" 200 822 0.007250 10.0.0.73 - - [2025-12-08 02:36:24] "POST /id-to-fqname HTTP/1.1" 200 219 0.002043 10.0.0.73 - - [2025-12-08 02:36:24] "GET /virtual-network/6e70e63b-40d1-47ba-af7c-6c5e9b548f85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.006738 10.0.0.73 - - [2025-12-08 02:36:24] "POST /neutron/network HTTP/1.1" 200 822 0.006491 10.0.0.73 - - [2025-12-08 02:36:24] "GET /virtual-network/6e70e63b-40d1-47ba-af7c-6c5e9b548f85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.005857 10.0.0.73 - - [2025-12-08 02:36:24] "POST /neutron/network HTTP/1.1" 200 822 0.007477 10.0.0.73 - - [2025-12-08 02:36:24] "POST /neutron/subnet HTTP/1.1" 200 715 0.008478 10.0.0.73 - - [2025-12-08 02:36:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003197 10.0.0.73 - - [2025-12-08 02:36:24] "GET /projects?obj_uuids=a9956e4c-5233-45dd-b5e6-20b19271ff71&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001662 10.0.0.73 - - [2025-12-08 02:36:24] "GET /project/a9956e4c-5233-45dd-b5e6-20b19271ff71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.027828 10.0.0.73 - - [2025-12-08 02:36:24] "POST /neutron/network HTTP/1.1" 200 117 0.010265 10.0.0.73 - - [2025-12-08 02:36:25] "GET /projects?obj_uuids=a9956e4c-5233-45dd-b5e6-20b19271ff71&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001133 10.0.0.73 - - [2025-12-08 02:36:25] "POST /neutron/network HTTP/1.1" 200 605 0.082728 10.0.0.73 - - [2025-12-08 02:36:25] "POST /route-targets HTTP/1.1" 200 327 0.012789 10.0.0.73 - - [2025-12-08 02:36:25] "POST /ref-update HTTP/1.1" 200 156 0.015200 10.0.0.73 - - [2025-12-08 02:36:25] "POST /useragent-kv HTTP/1.1" 200 115 0.005039 10.0.0.73 - - [2025-12-08 02:36:25] "POST /neutron/subnet HTTP/1.1" 200 730 0.197904 10.0.0.73 - - [2025-12-08 02:36:25] "POST /neutron/network HTTP/1.1" 200 825 0.006231 10.0.0.73 - - [2025-12-08 02:36:25] "POST /id-to-fqname HTTP/1.1" 200 219 0.001455 10.0.0.73 - - [2025-12-08 02:36:25] "GET /virtual-network/284d8376-8fbf-4e58-bdac-113dceb4df99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005504 10.0.0.73 - - [2025-12-08 02:36:25] "POST /neutron/network HTTP/1.1" 200 825 0.006813 10.0.0.73 - - [2025-12-08 02:36:25] "GET /virtual-network/284d8376-8fbf-4e58-bdac-113dceb4df99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005181 10.0.0.73 - - [2025-12-08 02:36:25] "POST /neutron/network HTTP/1.1" 200 825 0.006580 10.0.0.73 - - [2025-12-08 02:36:25] "POST /neutron/subnet HTTP/1.1" 200 730 0.007881 10.0.0.73 - - [2025-12-08 02:36:25] "POST /id-to-fqname HTTP/1.1" 200 219 0.001642 10.0.0.73 - - [2025-12-08 02:36:25] "POST /neutron/network HTTP/1.1" 200 832 0.006412 10.0.0.73 - - [2025-12-08 02:36:25] "GET /aaa-mode HTTP/1.1" 401 292 0.000503 10.0.0.73 - - [2025-12-08 02:36:26] "GET / HTTP/1.1" 200 35931 0.003056 10.0.0.73 - - [2025-12-08 02:36:26] "GET /project/a9956e4c-5233-45dd-b5e6-20b19271ff71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000579 10.0.0.73 - - [2025-12-08 02:36:26] "GET /projects?obj_uuids=a9956e4c-5233-45dd-b5e6-20b19271ff71&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001268 10.0.0.73 - - [2025-12-08 02:36:26] "GET /project/a9956e4c-5233-45dd-b5e6-20b19271ff71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.060868 10.0.0.73 - - [2025-12-08 02:36:26] "POST /neutron/network HTTP/1.1" 200 822 0.007593 10.0.0.73 - - [2025-12-08 02:36:26] "POST /neutron/port HTTP/1.1" 200 117 0.005253 10.0.0.73 - - [2025-12-08 02:36:26] "POST /neutron/port HTTP/1.1" 200 117 0.005729 10.0.0.73 - - [2025-12-08 02:36:26] "POST /id-to-fqname HTTP/1.1" 200 219 0.001612 10.0.0.73 - - [2025-12-08 02:36:27] "POST /neutron/port HTTP/1.1" 200 117 0.005433 10.0.0.73 - - [2025-12-08 02:36:27] "POST /neutron/network HTTP/1.1" 200 835 0.006183 10.0.0.73 - - [2025-12-08 02:36:27] "GET /aaa-mode HTTP/1.1" 401 292 0.000472 10.0.0.73 - - [2025-12-08 02:36:27] "POST /neutron/network HTTP/1.1" 200 832 0.014390 10.0.0.73 - - [2025-12-08 02:36:27] "GET /projects?obj_uuids=a9956e4c-5233-45dd-b5e6-20b19271ff71&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001704 10.0.0.73 - - [2025-12-08 02:36:27] "GET / HTTP/1.1" 200 35931 0.001838 10.0.0.73 - - [2025-12-08 02:36:27] "GET /project/a9956e4c-5233-45dd-b5e6-20b19271ff71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000587 10.0.0.73 - - [2025-12-08 02:36:27] "POST /neutron/port HTTP/1.1" 200 1056 0.233202 10.0.0.73 - - [2025-12-08 02:36:27] "POST /neutron/port HTTP/1.1" 200 1056 0.012350 10.0.0.73 - - [2025-12-08 02:36:27] "POST /neutron/port HTTP/1.1" 200 1056 0.012764 10.0.0.73 - - [2025-12-08 02:36:27] "POST /neutron/port HTTP/1.1" 200 1110 0.078256 10.0.0.73 - - [2025-12-08 02:36:27] "POST /neutron/port HTTP/1.1" 200 1084 0.011165 10.0.0.73 - - [2025-12-08 02:36:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004102 10.0.0.73 - - [2025-12-08 02:36:27] "POST /neutron/subnet HTTP/1.1" 200 689 0.007385 10.0.0.73 - - [2025-12-08 02:36:27] "POST /neutron/port HTTP/1.1" 200 117 0.001647 10.0.0.73 - - [2025-12-08 02:36:27] "POST /neutron/network HTTP/1.1" 200 822 0.007088 10.0.0.73 - - [2025-12-08 02:36:27] "GET /projects?obj_uuids=a9956e4c-5233-45dd-b5e6-20b19271ff71&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001344 10.0.0.73 - - [2025-12-08 02:36:28] "GET /project/a9956e4c-5233-45dd-b5e6-20b19271ff71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.098337 10.0.0.73 - - [2025-12-08 02:36:28] "POST /neutron/network HTTP/1.1" 200 825 0.008070 10.0.0.73 - - [2025-12-08 02:36:28] "POST /neutron/port HTTP/1.1" 200 1084 0.020308 10.0.0.73 - - [2025-12-08 02:36:28] "POST /neutron/security_group HTTP/1.1" 200 2056 0.017910 10.0.0.73 - - [2025-12-08 02:36:28] "POST /neutron/port HTTP/1.1" 200 117 0.006664 10.0.0.73 - - [2025-12-08 02:36:28] "GET /projects?obj_uuids=a9956e4c-5233-45dd-b5e6-20b19271ff71&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002725 10.0.0.73 - - [2025-12-08 02:36:28] "POST /neutron/router HTTP/1.1" 200 580 0.077022 10.0.0.73 - - [2025-12-08 02:36:28] "POST /neutron/router HTTP/1.1" 200 580 0.009336 10.0.0.73 - - [2025-12-08 02:36:28] "POST /route-targets HTTP/1.1" 200 327 0.033925 10.0.0.73 - - [2025-12-08 02:36:28] "GET /projects?obj_uuids=a9956e4c-5233-45dd-b5e6-20b19271ff71&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.003052 10.0.0.73 - - [2025-12-08 02:36:28] "PUT /logical-router/e33e01b3-dec7-44ca-99f2-e3f4f0ee57e9 HTTP/1.1" 200 262 0.028602 10.0.0.73 - - [2025-12-08 02:36:28] "POST /neutron/router HTTP/1.1" 200 344 0.292066 10.0.0.73 - - [2025-12-08 02:36:28] "POST /ref-update HTTP/1.1" 200 156 0.026806 10.0.0.73 - - [2025-12-08 02:36:28] "POST /neutron/network HTTP/1.1" 200 835 0.011257 10.0.0.73 - - [2025-12-08 02:36:28] "POST /neutron/port HTTP/1.1" 200 1084 0.018573 10.0.0.73 - - [2025-12-08 02:36:28] "GET /projects?obj_uuids=a9956e4c-5233-45dd-b5e6-20b19271ff71&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001345 10.0.0.73 - - [2025-12-08 02:36:28] "POST /neutron/security_group HTTP/1.1" 200 2056 0.016428 10.0.0.73 - - [2025-12-08 02:36:29] "POST /neutron/port HTTP/1.1" 200 1059 0.329323 10.0.0.73 - - [2025-12-08 02:36:29] "POST /neutron/port HTTP/1.1" 200 1059 0.012287 10.0.0.73 - - [2025-12-08 02:36:29] "POST /neutron/port HTTP/1.1" 200 1059 0.013480 10.0.0.73 - - [2025-12-08 02:36:29] "POST /neutron/port HTTP/1.1" 200 1113 0.088990 10.0.0.73 - - [2025-12-08 02:36:29] "POST /neutron/port HTTP/1.1" 200 1087 0.014113 10.0.0.73 - - [2025-12-08 02:36:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004613 10.0.0.73 - - [2025-12-08 02:36:29] "POST /neutron/subnet HTTP/1.1" 200 704 0.009904 10.0.0.73 - - [2025-12-08 02:36:29] "POST /neutron/port HTTP/1.1" 200 117 0.001493 10.0.0.73 - - [2025-12-08 02:36:29] "POST /neutron/network HTTP/1.1" 200 825 0.013771 10.0.0.73 - - [2025-12-08 02:36:34] "POST /neutron/port HTTP/1.1" 200 1084 0.016183 10.0.0.73 - - [2025-12-08 02:36:34] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008346 10.0.0.73 - - [2025-12-08 02:36:34] "POST /neutron/port HTTP/1.1" 200 1084 0.014053 10.0.0.73 - - [2025-12-08 02:36:34] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007153 10.0.0.73 - - [2025-12-08 02:36:34] "POST /neutron/port HTTP/1.1" 200 1084 0.012759 10.0.0.73 - - [2025-12-08 02:36:34] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009332 10.0.0.73 - - [2025-12-08 02:36:34] "GET /virtual-machine/45258945-e8df-460c-bf9d-2c11c3002742 HTTP/1.1" 401 292 0.001458 10.0.0.73 - - [2025-12-08 02:36:34] "GET /virtual-machine/45258945-e8df-460c-bf9d-2c11c3002742 HTTP/1.1" 200 1290 0.041769 10.0.0.73 - - [2025-12-08 02:36:34] "GET /virtual-machine-interface/bd25f4ff-d8d9-4a9f-b5c2-d713c929aacd HTTP/1.1" 200 2935 0.005190 10.0.0.73 - - [2025-12-08 02:36:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003261 10.0.0.73 - - [2025-12-08 02:36:34] "GET /global-vrouter-config/8c7ca7c7-4fde-43f4-b512-e9137443a07e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003897 10.0.0.73 - - [2025-12-08 02:36:34] "GET /virtual-networks?parent_id=a9956e4c-5233-45dd-b5e6-20b19271ff71&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.004115 10.0.0.73 - - [2025-12-08 02:36:34] "GET /virtual-network/6e70e63b-40d1-47ba-af7c-6c5e9b548f85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.007983 10.0.0.73 - - [2025-12-08 02:36:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003411 10.0.0.73 - - [2025-12-08 02:36:37] "GET /virtual-network/6e70e63b-40d1-47ba-af7c-6c5e9b548f85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.006888 10.0.0.73 - - [2025-12-08 02:36:38] "POST /neutron/port HTTP/1.1" 200 1084 0.013946 10.0.0.73 - - [2025-12-08 02:36:38] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007050 10.0.0.73 - - [2025-12-08 02:36:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004141 10.0.0.73 - - [2025-12-08 02:36:40] "GET /global-vrouter-config/8c7ca7c7-4fde-43f4-b512-e9137443a07e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005341 10.0.0.73 - - [2025-12-08 02:36:40] "POST /neutron/port HTTP/1.1" 200 1087 0.012900 10.0.0.73 - - [2025-12-08 02:36:40] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009416 10.0.0.73 - - [2025-12-08 02:36:40] "GET /virtual-networks?parent_id=a9956e4c-5233-45dd-b5e6-20b19271ff71&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.003852 10.0.0.73 - - [2025-12-08 02:36:40] "GET /virtual-network/6e70e63b-40d1-47ba-af7c-6c5e9b548f85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.006129 10.0.0.73 - - [2025-12-08 02:36:40] "POST /neutron/port HTTP/1.1" 200 1087 0.012435 10.0.0.73 - - [2025-12-08 02:36:40] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007693 10.0.0.73 - - [2025-12-08 02:36:40] "POST /neutron/port HTTP/1.1" 200 1087 0.016649 10.0.0.73 - - [2025-12-08 02:36:40] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009259 10.0.0.73 - - [2025-12-08 02:36:40] "POST /neutron/port HTTP/1.1" 200 1087 0.014007 10.0.0.73 - - [2025-12-08 02:36:40] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007571 10.0.0.73 - - [2025-12-08 02:36:40] "GET /virtual-machine/37e8a108-0199-4373-a53f-1f023bffa24f HTTP/1.1" 200 1290 0.005615 10.0.0.73 - - [2025-12-08 02:36:40] "GET /virtual-machine-interface/53712743-14cc-45c5-94b9-7aaaa37c76ef HTTP/1.1" 200 2934 0.006229 10.0.0.73 - - [2025-12-08 02:36:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003412 10.0.0.73 - - [2025-12-08 02:36:40] "GET /global-vrouter-config/8c7ca7c7-4fde-43f4-b512-e9137443a07e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004437 10.0.0.73 - - [2025-12-08 02:36:40] "GET /virtual-networks?parent_id=a9956e4c-5233-45dd-b5e6-20b19271ff71&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.003631 10.0.0.73 - - [2025-12-08 02:36:40] "GET /virtual-network/284d8376-8fbf-4e58-bdac-113dceb4df99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006160 10.0.0.73 - - [2025-12-08 02:36:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003193 10.0.0.73 - - [2025-12-08 02:36:42] "GET /global-vrouter-config/8c7ca7c7-4fde-43f4-b512-e9137443a07e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004094 10.0.0.73 - - [2025-12-08 02:36:42] "GET /virtual-networks?parent_id=a9956e4c-5233-45dd-b5e6-20b19271ff71&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.003423 10.0.0.73 - - [2025-12-08 02:36:42] "GET /virtual-network/284d8376-8fbf-4e58-bdac-113dceb4df99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006133 10.0.0.73 - - [2025-12-08 02:36:42] "POST /neutron/port HTTP/1.1" 200 1087 0.011895 10.0.0.73 - - [2025-12-08 02:36:42] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006730 10.0.0.73 - - [2025-12-08 02:36:47] "DELETE /project/74267cd859e94e869d8e91655a16c584 HTTP/1.1" 404 173 0.013112 10.0.0.73 - - [2025-12-08 02:36:47] "DELETE /project/a9956e4c523345ddb5e620b19271ff71 HTTP/1.1" 404 173 0.006858 10.0.0.73 - - [2025-12-08 02:36:47] "GET /projects?obj_uuids=eb5b1799-6c47-40cb-8fc4-cbb14ee48b33&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001066 10.0.0.73 - - [2025-12-08 02:36:47] "GET /projects?obj_uuids=74267cd8-59e9-4e86-9d8e-91655a16c584&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000902 10.0.0.73 - - [2025-12-08 02:36:47] "GET /project/eb5b1799-6c47-40cb-8fc4-cbb14ee48b33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.047207 10.0.0.73 - - [2025-12-08 02:36:47] "GET /project/74267cd8-59e9-4e86-9d8e-91655a16c584?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1452 0.058273 10.0.0.73 - - [2025-12-08 02:36:47] "GET /projects?obj_uuids=eb5b1799-6c47-40cb-8fc4-cbb14ee48b33&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001975 10.0.0.73 - - [2025-12-08 02:36:48] "GET /projects?obj_uuids=74267cd8-59e9-4e86-9d8e-91655a16c584&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.002079 10.0.0.73 - - [2025-12-08 02:36:48] "GET /project/eb5b1799-6c47-40cb-8fc4-cbb14ee48b33?fields=security_groups HTTP/1.1" 200 1349 0.058708 10.0.0.73 - - [2025-12-08 02:36:48] "GET /project/74267cd8-59e9-4e86-9d8e-91655a16c584?fields=security_groups HTTP/1.1" 200 1351 0.066378 10.0.0.73 - - [2025-12-08 02:36:48] "DELETE /security-group/fb14395a-96a8-4760-92f6-900a8eb7bc3b HTTP/1.1" 200 115 0.050332 10.0.0.73 - - [2025-12-08 02:36:48] "GET /projects?obj_uuids=eb5b1799-6c47-40cb-8fc4-cbb14ee48b33&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002047 10.0.0.73 - - [2025-12-08 02:36:48] "DELETE /access-control-list/75837a3c-8a58-4450-9e38-cd77b810ce9b HTTP/1.1" 200 115 0.050086 10.0.0.73 - - [2025-12-08 02:36:48] "DELETE /security-group/a729384f-d5b8-49ea-b18a-f0a2c382ae2b HTTP/1.1" 200 115 0.089223 10.0.0.73 - - [2025-12-08 02:36:48] "GET /projects?obj_uuids=74267cd8-59e9-4e86-9d8e-91655a16c584&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001525 10.0.0.73 - - [2025-12-08 02:36:48] "GET /project/eb5b1799-6c47-40cb-8fc4-cbb14ee48b33?fields=application_policy_sets HTTP/1.1" 200 1388 0.075021 10.0.0.73 - - [2025-12-08 02:36:48] "DELETE /access-control-list/890bdbdb-a893-4a3b-b4dc-c7cd20c78224 HTTP/1.1" 200 115 0.069201 10.0.0.73 - - [2025-12-08 02:36:48] "GET /project/74267cd8-59e9-4e86-9d8e-91655a16c584?fields=application_policy_sets HTTP/1.1" 200 1390 0.057768 10.0.0.73 - - [2025-12-08 02:36:48] "DELETE /access-control-list/ff5e4023-c1d8-4943-bd7a-0c5b81486b74 HTTP/1.1" 200 115 0.046189 10.0.0.73 - - [2025-12-08 02:36:48] "DELETE /access-control-list/4c3cde8f-1830-4b3f-8a53-c55eec6ded52 HTTP/1.1" 200 115 0.044289 10.0.0.73 - - [2025-12-08 02:36:48] "DELETE /project/eb5b1799-6c47-40cb-8fc4-cbb14ee48b33 HTTP/1.1" 200 115 0.492223 10.0.0.73 - - [2025-12-08 02:36:48] "DELETE /project/74267cd8-59e9-4e86-9d8e-91655a16c584 HTTP/1.1" 200 115 0.490938 10.0.0.73 - - [2025-12-08 02:36:52] "POST /neutron/router HTTP/1.1" 200 580 0.004627 10.0.0.73 - - [2025-12-08 02:36:52] "GET /projects?obj_uuids=a9956e4c-5233-45dd-b5e6-20b19271ff71&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001254 10.0.0.73 - - [2025-12-08 02:36:52] "POST /neutron/router HTTP/1.1" 200 344 0.205803 10.0.0.73 - - [2025-12-08 02:36:52] "POST /ref-update HTTP/1.1" 200 156 0.013979 10.0.0.73 - - [2025-12-08 02:36:52] "POST /neutron/port HTTP/1.1" 200 1883 0.017661 10.0.0.73 - - [2025-12-08 02:36:54] "GET /obj-perms HTTP/1.1" 200 5056 0.074479 10.0.0.73 - - [2025-12-08 02:36:55] "POST /neutron/router HTTP/1.1" 200 580 0.004804 10.0.0.73 - - [2025-12-08 02:36:55] "POST /ref-update HTTP/1.1" 200 156 0.017499 10.0.0.73 - - [2025-12-08 02:36:55] "GET /obj-perms HTTP/1.1" 200 5056 0.078611 10.0.0.73 - - [2025-12-08 02:36:55] "POST /neutron/router HTTP/1.1" 200 344 0.126324 10.0.0.73 - - [2025-12-08 02:36:58] "POST /neutron/router HTTP/1.1" 200 580 0.006371 10.0.0.73 - - [2025-12-08 02:36:58] "GET /projects?obj_uuids=a9956e4c-5233-45dd-b5e6-20b19271ff71&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001325 10.0.0.73 - - [2025-12-08 02:36:58] "POST /neutron/router HTTP/1.1" 200 344 0.220137 10.0.0.73 - - [2025-12-08 02:36:58] "POST /ref-update HTTP/1.1" 200 156 0.009352 10.0.0.73 - - [2025-12-08 02:37:01] "POST /neutron/router HTTP/1.1" 200 580 0.007211 10.0.0.73 - - [2025-12-08 02:37:01] "POST /ref-update HTTP/1.1" 200 156 0.022259 10.0.0.73 - - [2025-12-08 02:37:01] "POST /neutron/router HTTP/1.1" 200 344 0.136316 10.0.0.73 - - [2025-12-08 02:37:01] "POST /neutron/router HTTP/1.1" 200 580 0.008564 10.0.0.73 - - [2025-12-08 02:37:01] "POST /ref-update HTTP/1.1" 200 156 0.015938 10.0.0.73 - - [2025-12-08 02:37:01] "POST /neutron/router HTTP/1.1" 200 344 0.122727 10.0.0.73 - - [2025-12-08 02:37:01] "POST /neutron/router HTTP/1.1" 200 580 0.007514 10.0.0.73 - - [2025-12-08 02:37:01] "POST /neutron/router HTTP/1.1" 200 151 0.060019 10.0.0.73 - - [2025-12-08 02:37:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004017 10.0.0.73 - - [2025-12-08 02:37:01] "GET /logical-router/e33e01b3-dec7-44ca-99f2-e3f4f0ee57e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.007256 10.0.0.73 - - [2025-12-08 02:37:01] "DELETE /route-target/3c65639d-e7cc-4014-af01-0a6757a4d50b HTTP/1.1" 200 115 0.020235 10.0.0.73 - - [2025-12-08 02:37:01] "POST /neutron/network HTTP/1.1" 200 825 0.007372 10.0.0.73 - - [2025-12-08 02:37:01] "POST /neutron/network HTTP/1.1" 400 204 0.015269 10.0.0.73 - - [2025-12-08 02:37:02] "POST /neutron/port HTTP/1.1" 200 1087 0.015817 10.0.0.73 - - [2025-12-08 02:37:02] "POST /neutron/port HTTP/1.1" 200 1113 0.013272 10.0.0.73 - - [2025-12-08 02:37:02] "POST /neutron/port HTTP/1.1" 200 1084 0.017954 10.0.0.73 - - [2025-12-08 02:37:02] "POST /neutron/port HTTP/1.1" 200 1110 0.016481 10.0.0.73 - - [2025-12-08 02:37:02] "POST /neutron/port HTTP/1.1" 200 151 0.158162 10.0.0.73 - - [2025-12-08 02:37:02] "POST /neutron/port HTTP/1.1" 200 151 0.138333 10.0.0.73 - - [2025-12-08 02:37:03] "POST /neutron/network HTTP/1.1" 200 825 0.006709 10.0.0.73 - - [2025-12-08 02:37:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.009016 10.0.0.73 - - [2025-12-08 02:37:03] "POST /useragent-kv HTTP/1.1" 200 115 0.006105 10.0.0.73 - - [2025-12-08 02:37:03] "POST /useragent-kv HTTP/1.1" 200 115 0.004149 10.0.0.73 - - [2025-12-08 02:37:03] "POST /neutron/network HTTP/1.1" 200 151 0.115513 10.0.0.73 - - [2025-12-08 02:37:03] "DELETE /route-target/a1c5c9b4-addb-4a9a-b8d6-e147f2f02df5 HTTP/1.1" 200 115 0.028643 10.0.0.73 - - [2025-12-08 02:37:03] "POST /neutron/network HTTP/1.1" 200 822 0.008976 10.0.0.73 - - [2025-12-08 02:37:03] "POST /useragent-kv HTTP/1.1" 200 115 0.003969 10.0.0.73 - - [2025-12-08 02:37:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.010467 10.0.0.73 - - [2025-12-08 02:37:03] "POST /useragent-kv HTTP/1.1" 200 115 0.003690 10.0.0.73 - - [2025-12-08 02:37:04] "POST /neutron/network HTTP/1.1" 200 151 0.109086 10.0.0.73 - - [2025-12-08 02:37:04] "DELETE /route-target/1373e550-ab25-4d16-8b89-293b45882026 HTTP/1.1" 200 115 0.021688 10.0.0.73 - - [2025-12-08 02:37:04] "GET /projects?obj_uuids=a9956e4c-5233-45dd-b5e6-20b19271ff71&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001233 10.0.0.73 - - [2025-12-08 02:37:04] "GET /project/a9956e4c-5233-45dd-b5e6-20b19271ff71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.032717 10.0.0.73 - - [2025-12-08 02:37:04] "GET /projects?obj_uuids=a9956e4c-5233-45dd-b5e6-20b19271ff71&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001115 10.0.0.73 - - [2025-12-08 02:37:04] "GET /project/a9956e4c-5233-45dd-b5e6-20b19271ff71?fields=virtual_networks HTTP/1.1" 200 1029 0.066684 10.0.0.73 - - [2025-12-08 02:37:04] "GET /projects?obj_uuids=a9956e4c-5233-45dd-b5e6-20b19271ff71&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001320 10.0.0.73 - - [2025-12-08 02:37:04] "GET /project/a9956e4c-5233-45dd-b5e6-20b19271ff71?fields=virtual_machine_interfaces HTTP/1.1" 200 1029 0.033413 10.0.0.73 - - [2025-12-08 02:37:04] "GET /projects?obj_uuids=a9956e4c-5233-45dd-b5e6-20b19271ff71&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001722 10.0.0.73 - - [2025-12-08 02:37:04] "GET /project/a9956e4c-5233-45dd-b5e6-20b19271ff71?fields=security_groups HTTP/1.1" 200 1253 0.031269 10.0.0.73 - - [2025-12-08 02:37:05] "POST /fqname-to-id HTTP/1.1" 404 191 0.042700 10.0.0.73 - - [2025-12-08 02:37:05] "GET /projects?obj_uuids=0b78ab05-d9c6-41d6-b6f0-885f5edc0371&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002578 10.0.0.73 - - [2025-12-08 02:37:05] "GET /domains?obj_uuids=bdb80538-3a76-4907-b398-c529616d0886&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001036 10.0.0.73 - - [2025-12-08 02:37:05] "GET /domain/bdb80538-3a76-4907-b398-c529616d0886?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008564 10.0.0.73 - - [2025-12-08 02:37:05] "POST /id-to-fqname HTTP/1.1" 200 193 0.001411 10.0.0.73 - - [2025-12-08 02:37:05] "POST /fqname-to-id HTTP/1.1" 404 202 0.003690 10.0.0.73 - - [2025-12-08 02:37:06] "POST /security-groups HTTP/1.1" 200 594 0.068656 10.0.0.73 - - [2025-12-08 02:37:06] "POST /fqname-to-id HTTP/1.1" 404 237 0.004551 10.0.0.73 - - [2025-12-08 02:37:06] "POST /projects HTTP/1.1" 200 591 0.241053 10.0.0.73 - - [2025-12-08 02:37:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.288501 10.0.0.73 - - [2025-12-08 02:37:06] "POST /access-control-lists HTTP/1.1" 200 599 0.065775 10.0.0.73 - - [2025-12-08 02:37:06] "GET /project/0b78ab05-d9c6-41d6-b6f0-885f5edc0371?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.439451 10.0.0.73 - - [2025-12-08 02:37:06] "POST /fqname-to-id HTTP/1.1" 404 236 0.004085 10.0.0.73 - - [2025-12-08 02:37:06] "POST /access-control-lists HTTP/1.1" 200 597 0.060788 10.0.0.73 - - [2025-12-08 02:37:07] "GET / HTTP/1.1" 200 35931 0.002259 10.0.0.73 - - [2025-12-08 02:37:08] "GET /project/0b78ab05-d9c6-41d6-b6f0-885f5edc0371?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000529 10.0.0.73 - - [2025-12-08 02:37:09] "GET /projects?obj_uuids=0b78ab05-d9c6-41d6-b6f0-885f5edc0371&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001613 10.0.0.73 - - [2025-12-08 02:37:09] "GET /project/0b78ab05-d9c6-41d6-b6f0-885f5edc0371?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.072323 10.0.0.73 - - [2025-12-08 02:37:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003346 10.0.0.73 - - [2025-12-08 02:37:09] "GET /security-group/ca217136-77f3-4d76-8fb2-58c8da203a25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3764 0.006924 10.0.0.73 - - [2025-12-08 02:37:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003917 10.0.0.73 - - [2025-12-08 02:37:09] "GET /projects?obj_uuids=0b78ab05-d9c6-41d6-b6f0-885f5edc0371&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002280 10.0.0.73 - - [2025-12-08 02:37:09] "GET /project/0b78ab05-d9c6-41d6-b6f0-885f5edc0371?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.039471 10.0.0.73 - - [2025-12-08 02:37:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003943 10.0.0.73 - - [2025-12-08 02:37:09] "GET /security-group/ca217136-77f3-4d76-8fb2-58c8da203a25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3764 0.004490 10.0.0.73 - - [2025-12-08 02:37:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003251 10.0.0.73 - - [2025-12-08 02:37:09] "PUT /security-group/ca217136-77f3-4d76-8fb2-58c8da203a25 HTTP/1.1" 200 262 0.034499 10.0.0.73 - - [2025-12-08 02:37:09] "PUT /access-control-list/23b1306d-73d4-4349-aa0a-8b10f13af22b HTTP/1.1" 200 272 0.012780 10.0.0.73 - - [2025-12-08 02:37:09] "POST /fqname-to-id HTTP/1.1" 404 202 0.005535 10.0.0.73 - - [2025-12-08 02:37:09] "PUT /access-control-list/1bdb0d38-f22c-40f7-b3e3-754ea397b70a HTTP/1.1" 200 272 0.023202 10.0.0.73 - - [2025-12-08 02:37:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003371 10.0.0.73 - - [2025-12-08 02:37:09] "GET /projects?obj_uuids=0b78ab05-d9c6-41d6-b6f0-885f5edc0371&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001575 10.0.0.73 - - [2025-12-08 02:37:09] "GET /project/0b78ab05-d9c6-41d6-b6f0-885f5edc0371?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.027723 10.0.0.73 - - [2025-12-08 02:37:09] "POST /neutron/network HTTP/1.1" 200 117 0.052086 10.0.0.73 - - [2025-12-08 02:37:09] "GET /projects?obj_uuids=0b78ab05-d9c6-41d6-b6f0-885f5edc0371&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001670 10.0.0.73 - - [2025-12-08 02:37:09] "POST /neutron/network HTTP/1.1" 200 608 0.071843 10.0.0.73 - - [2025-12-08 02:37:09] "POST /route-targets HTTP/1.1" 200 327 0.013765 10.0.0.73 - - [2025-12-08 02:37:09] "POST /ref-update HTTP/1.1" 200 156 0.019269 10.0.0.73 - - [2025-12-08 02:37:10] "POST /useragent-kv HTTP/1.1" 200 115 0.004129 10.0.0.73 - - [2025-12-08 02:37:10] "POST /neutron/subnet HTTP/1.1" 200 724 0.229136 10.0.0.73 - - [2025-12-08 02:37:10] "POST /neutron/network HTTP/1.1" 200 827 0.006177 10.0.0.73 - - [2025-12-08 02:37:10] "POST /id-to-fqname HTTP/1.1" 200 223 0.001303 10.0.0.73 - - [2025-12-08 02:37:10] "GET /virtual-network/39379652-1661-483e-82d9-d28d70b61959?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005876 10.0.0.73 - - [2025-12-08 02:37:10] "POST /neutron/network HTTP/1.1" 200 827 0.006540 10.0.0.73 - - [2025-12-08 02:37:10] "GET /virtual-network/39379652-1661-483e-82d9-d28d70b61959?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005683 10.0.0.73 - - [2025-12-08 02:37:10] "POST /neutron/network HTTP/1.1" 200 827 0.006588 10.0.0.73 - - [2025-12-08 02:37:10] "POST /neutron/subnet HTTP/1.1" 200 724 0.007564 10.0.0.73 - - [2025-12-08 02:37:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003422 10.0.0.73 - - [2025-12-08 02:37:10] "GET /projects?obj_uuids=0b78ab05-d9c6-41d6-b6f0-885f5edc0371&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001222 10.0.0.73 - - [2025-12-08 02:37:10] "GET /project/0b78ab05-d9c6-41d6-b6f0-885f5edc0371?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.027714 10.0.0.73 - - [2025-12-08 02:37:10] "POST /neutron/network HTTP/1.1" 200 117 0.011738 10.0.0.73 - - [2025-12-08 02:37:10] "GET /projects?obj_uuids=0b78ab05-d9c6-41d6-b6f0-885f5edc0371&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001288 10.0.0.73 - - [2025-12-08 02:37:10] "POST /neutron/network HTTP/1.1" 200 615 0.116266 10.0.0.73 - - [2025-12-08 02:37:10] "POST /route-targets HTTP/1.1" 200 327 0.024734 10.0.0.73 - - [2025-12-08 02:37:10] "POST /ref-update HTTP/1.1" 200 156 0.015075 10.0.0.73 - - [2025-12-08 02:37:10] "POST /useragent-kv HTTP/1.1" 200 115 0.003280 10.0.0.73 - - [2025-12-08 02:37:10] "POST /neutron/subnet HTTP/1.1" 200 715 0.164250 10.0.0.73 - - [2025-12-08 02:37:10] "POST /neutron/network HTTP/1.1" 200 832 0.011606 10.0.0.73 - - [2025-12-08 02:37:10] "POST /id-to-fqname HTTP/1.1" 200 227 0.001530 10.0.0.73 - - [2025-12-08 02:37:10] "GET /virtual-network/70984e74-1a85-4da6-be7a-c7c248793202?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006058 10.0.0.73 - - [2025-12-08 02:37:10] "POST /neutron/network HTTP/1.1" 200 832 0.006515 10.0.0.73 - - [2025-12-08 02:37:10] "GET /virtual-network/70984e74-1a85-4da6-be7a-c7c248793202?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006888 10.0.0.73 - - [2025-12-08 02:37:10] "POST /neutron/network HTTP/1.1" 200 832 0.006360 10.0.0.73 - - [2025-12-08 02:37:10] "POST /neutron/subnet HTTP/1.1" 200 715 0.009598 10.0.0.73 - - [2025-12-08 02:37:10] "POST /id-to-fqname HTTP/1.1" 200 223 0.001475 10.0.0.73 - - [2025-12-08 02:37:11] "POST /neutron/network HTTP/1.1" 200 837 0.006301 10.0.0.73 - - [2025-12-08 02:37:11] "GET /aaa-mode HTTP/1.1" 401 292 0.000563 10.0.0.73 - - [2025-12-08 02:37:11] "GET / HTTP/1.1" 200 35931 0.003225 10.0.0.73 - - [2025-12-08 02:37:11] "GET /project/0b78ab05-d9c6-41d6-b6f0-885f5edc0371?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000458 10.0.0.73 - - [2025-12-08 02:37:11] "GET /projects?obj_uuids=0b78ab05-d9c6-41d6-b6f0-885f5edc0371&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001316 10.0.0.73 - - [2025-12-08 02:37:11] "GET /project/0b78ab05-d9c6-41d6-b6f0-885f5edc0371?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.075982 10.0.0.73 - - [2025-12-08 02:37:12] "POST /neutron/network HTTP/1.1" 200 827 0.007807 10.0.0.73 - - [2025-12-08 02:37:12] "POST /neutron/port HTTP/1.1" 200 117 0.005226 10.0.0.73 - - [2025-12-08 02:37:12] "POST /neutron/port HTTP/1.1" 200 117 0.005932 10.0.0.73 - - [2025-12-08 02:37:12] "POST /id-to-fqname HTTP/1.1" 200 227 0.001534 10.0.0.73 - - [2025-12-08 02:37:12] "POST /neutron/port HTTP/1.1" 200 117 0.006653 10.0.0.73 - - [2025-12-08 02:37:12] "POST /neutron/network HTTP/1.1" 200 842 0.006316 10.0.0.73 - - [2025-12-08 02:37:12] "GET /aaa-mode HTTP/1.1" 401 292 0.000559 10.0.0.73 - - [2025-12-08 02:37:12] "POST /neutron/network HTTP/1.1" 200 837 0.006774 10.0.0.73 - - [2025-12-08 02:37:12] "GET /projects?obj_uuids=0b78ab05-d9c6-41d6-b6f0-885f5edc0371&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001837 10.0.0.73 - - [2025-12-08 02:37:12] "GET / HTTP/1.1" 200 35931 0.001869 10.0.0.73 - - [2025-12-08 02:37:12] "GET /project/0b78ab05-d9c6-41d6-b6f0-885f5edc0371?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000501 10.0.0.73 - - [2025-12-08 02:37:12] "POST /neutron/port HTTP/1.1" 200 1063 0.253568 10.0.0.73 - - [2025-12-08 02:37:12] "POST /neutron/port HTTP/1.1" 200 1063 0.012874 10.0.0.73 - - [2025-12-08 02:37:12] "POST /neutron/port HTTP/1.1" 200 1063 0.009103 10.0.0.73 - - [2025-12-08 02:37:13] "POST /neutron/port HTTP/1.1" 200 1117 0.083137 10.0.0.73 - - [2025-12-08 02:37:13] "POST /neutron/port HTTP/1.1" 200 1091 0.012703 10.0.0.73 - - [2025-12-08 02:37:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003961 10.0.0.73 - - [2025-12-08 02:37:13] "POST /neutron/subnet HTTP/1.1" 200 698 0.011289 10.0.0.73 - - [2025-12-08 02:37:13] "POST /neutron/port HTTP/1.1" 200 117 0.001459 10.0.0.73 - - [2025-12-08 02:37:13] "GET /projects?obj_uuids=0b78ab05-d9c6-41d6-b6f0-885f5edc0371&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001033 10.0.0.73 - - [2025-12-08 02:37:13] "POST /neutron/network HTTP/1.1" 200 827 0.010984 10.0.0.73 - - [2025-12-08 02:37:13] "GET /project/0b78ab05-d9c6-41d6-b6f0-885f5edc0371?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.080135 10.0.0.73 - - [2025-12-08 02:37:13] "POST /neutron/network HTTP/1.1" 200 832 0.007419 10.0.0.73 - - [2025-12-08 02:37:13] "POST /neutron/port HTTP/1.1" 200 1091 0.021745 10.0.0.73 - - [2025-12-08 02:37:13] "POST /neutron/security_group HTTP/1.1" 200 2002 0.010778 10.0.0.73 - - [2025-12-08 02:37:13] "POST /neutron/port HTTP/1.1" 200 117 0.006405 10.0.0.73 - - [2025-12-08 02:37:13] "GET /projects?obj_uuids=0b78ab05-d9c6-41d6-b6f0-885f5edc0371&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001318 10.0.0.73 - - [2025-12-08 02:37:13] "POST /neutron/router HTTP/1.1" 200 585 0.090260 10.0.0.73 - - [2025-12-08 02:37:13] "POST /neutron/router HTTP/1.1" 200 585 0.003828 10.0.0.73 - - [2025-12-08 02:37:13] "POST /route-targets HTTP/1.1" 200 327 0.019407 10.0.0.73 - - [2025-12-08 02:37:13] "PUT /logical-router/99f23077-223d-47de-8f1b-b2aa3bae91b6 HTTP/1.1" 200 262 0.026916 10.0.0.73 - - [2025-12-08 02:37:13] "POST /neutron/router HTTP/1.1" 200 656 0.053509 10.0.0.73 - - [2025-12-08 02:37:13] "GET /logical-router/99f23077-223d-47de-8f1b-b2aa3bae91b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1642 0.025437 10.0.0.73 - - [2025-12-08 02:37:13] "POST /neutron/router HTTP/1.1" 200 656 0.014143 10.0.0.73 - - [2025-12-08 02:37:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004902 10.0.0.73 - - [2025-12-08 02:37:13] "GET /projects?obj_uuids=0b78ab05-d9c6-41d6-b6f0-885f5edc0371&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002366 10.0.0.73 - - [2025-12-08 02:37:13] "GET /service-template/3cf7da74-d135-4d12-a431-53fccae4fb53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1681 0.011329 10.0.0.73 - - [2025-12-08 02:37:13] "POST /fqname-to-id HTTP/1.1" 404 215 0.003983 10.0.0.73 - - [2025-12-08 02:37:14] "POST /neutron/network HTTP/1.1" 200 842 0.018645 10.0.0.73 - - [2025-12-08 02:37:14] "POST /useragent-kv HTTP/1.1" 200 115 0.015661 10.0.0.73 - - [2025-12-08 02:37:14] "POST /virtual-networks HTTP/1.1" 200 694 0.167034 10.0.0.73 - - [2025-12-08 02:37:14] "GET /projects?obj_uuids=0b78ab05-d9c6-41d6-b6f0-885f5edc0371&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001146 10.0.0.73 - - [2025-12-08 02:37:14] "POST /neutron/router HTTP/1.1" 200 344 0.350772 10.0.0.73 - - [2025-12-08 02:37:14] "POST /route-targets HTTP/1.1" 200 327 0.030008 10.0.0.73 - - [2025-12-08 02:37:14] "POST /ref-update HTTP/1.1" 200 156 0.032000 10.0.0.73 - - [2025-12-08 02:37:14] "POST /neutron/port HTTP/1.1" 200 1091 0.033292 10.0.0.73 - - [2025-12-08 02:37:14] "POST /neutron/security_group HTTP/1.1" 200 2002 0.033120 10.0.0.73 - - [2025-12-08 02:37:14] "POST /ref-update HTTP/1.1" 200 156 0.059202 10.0.0.73 - - [2025-12-08 02:37:14] "POST /service-instances HTTP/1.1" 200 670 0.124533 10.0.0.73 - - [2025-12-08 02:37:14] "POST /route-tables HTTP/1.1" 200 582 0.070787 10.0.0.73 - - [2025-12-08 02:37:14] "PUT /logical-router/99f23077-223d-47de-8f1b-b2aa3bae91b6 HTTP/1.1" 200 262 0.038409 10.0.0.73 - - [2025-12-08 02:37:14] "POST /neutron/port HTTP/1.1" 200 1061 0.431049 10.0.0.73 - - [2025-12-08 02:37:14] "POST /ref-update HTTP/1.1" 200 156 0.028448 10.0.0.73 - - [2025-12-08 02:37:14] "POST /neutron/port HTTP/1.1" 200 1061 0.013556 10.0.0.73 - - [2025-12-08 02:37:14] "POST /neutron/port HTTP/1.1" 200 1061 0.009864 10.0.0.73 - - [2025-12-08 02:37:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003703 10.0.0.73 - - [2025-12-08 02:37:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002977 10.0.0.73 - - [2025-12-08 02:37:14] "POST /neutron/port HTTP/1.1" 200 1115 0.133157 10.0.0.73 - - [2025-12-08 02:37:14] "POST /virtual-machines HTTP/1.1" 200 553 0.014291 10.0.0.73 - - [2025-12-08 02:37:14] "POST /neutron/port HTTP/1.1" 200 1089 0.021246 10.0.0.73 - - [2025-12-08 02:37:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.008631 10.0.0.73 - - [2025-12-08 02:37:14] "POST /neutron/subnet HTTP/1.1" 200 689 0.006721 10.0.0.73 - - [2025-12-08 02:37:14] "POST /neutron/port HTTP/1.1" 200 117 0.001445 10.0.0.73 - - [2025-12-08 02:37:14] "POST /neutron/network HTTP/1.1" 200 832 0.021032 10.0.0.73 - - [2025-12-08 02:37:14] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.133932 10.0.0.73 - - [2025-12-08 02:37:15] "POST /chown HTTP/1.1" 200 109 0.010983 10.0.0.73 - - [2025-12-08 02:37:15] "POST /instance-ips HTTP/1.1" 200 551 0.021975 10.0.0.73 - - [2025-12-08 02:37:15] "POST /instance-ips HTTP/1.1" 400 246 0.016398 10.0.0.73 - - [2025-12-08 02:37:15] "POST /chown HTTP/1.1" 200 109 0.013648 10.0.0.73 - - [2025-12-08 02:37:15] "PUT /virtual-machine-interface/3ab5dc7c-8fca-495e-bf70-22747c7a84b1 HTTP/1.1" 200 284 0.017486 10.0.0.73 - - [2025-12-08 02:37:15] "PUT /instance-ip/36536ad7-a8d5-48a1-b745-30312eca3e7a HTTP/1.1" 200 256 0.020065 10.0.0.73 - - [2025-12-08 02:37:15] "POST /ref-update HTTP/1.1" 200 156 0.015824 10.0.0.73 - - [2025-12-08 02:37:15] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.111241 10.0.0.73 - - [2025-12-08 02:37:15] "POST /chown HTTP/1.1" 200 109 0.009732 10.0.0.73 - - [2025-12-08 02:37:15] "POST /instance-ips HTTP/1.1" 200 549 0.046201 10.0.0.73 - - [2025-12-08 02:37:15] "POST /instance-ips HTTP/1.1" 400 316 0.020275 10.0.0.73 - - [2025-12-08 02:37:15] "POST /chown HTTP/1.1" 200 109 0.013764 10.0.0.73 - - [2025-12-08 02:37:15] "PUT /virtual-machine-interface/140098fc-1af5-47d8-8a70-06a5c6ff2611 HTTP/1.1" 200 284 0.012101 10.0.0.73 - - [2025-12-08 02:37:15] "PUT /instance-ip/b7870b61-bb7c-4a5c-8b17-fc9b72bbd270 HTTP/1.1" 200 256 0.018525 10.0.0.73 - - [2025-12-08 02:37:16] "POST /ref-update HTTP/1.1" 200 156 0.014193 10.0.0.73 - - [2025-12-08 02:37:16] "POST /ref-update HTTP/1.1" 200 156 0.016688 10.0.0.73 - - [2025-12-08 02:37:16] "PUT /routing-instance/b0350fb4-6961-4e01-8fc5-60d5964c71b6 HTTP/1.1" 200 266 0.022126 10.0.0.73 - - [2025-12-08 02:37:16] "POST /ref-update HTTP/1.1" 200 156 0.017474 10.0.0.73 - - [2025-12-08 02:37:16] "POST /virtual-machines HTTP/1.1" 200 553 0.014108 10.0.0.73 - - [2025-12-08 02:37:16] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.092426 10.0.0.73 - - [2025-12-08 02:37:16] "POST /chown HTTP/1.1" 200 109 0.008446 10.0.0.73 - - [2025-12-08 02:37:16] "POST /instance-ips HTTP/1.1" 400 246 0.033727 10.0.0.73 - - [2025-12-08 02:37:16] "POST /chown HTTP/1.1" 200 109 0.008326 10.0.0.73 - - [2025-12-08 02:37:16] "PUT /virtual-machine-interface/27d7c28f-f35b-492c-a7e9-92e7e10fca36 HTTP/1.1" 200 284 0.013226 10.0.0.73 - - [2025-12-08 02:37:16] "PUT /instance-ip/36536ad7-a8d5-48a1-b745-30312eca3e7a HTTP/1.1" 200 256 0.015936 10.0.0.73 - - [2025-12-08 02:37:16] "POST /ref-update HTTP/1.1" 200 156 0.015907 10.0.0.73 - - [2025-12-08 02:37:16] "POST /ref-update HTTP/1.1" 200 156 0.015252 10.0.0.73 - - [2025-12-08 02:37:16] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.111982 10.0.0.73 - - [2025-12-08 02:37:16] "POST /chown HTTP/1.1" 200 109 0.016359 10.0.0.73 - - [2025-12-08 02:37:17] "POST /instance-ips HTTP/1.1" 400 316 0.017663 10.0.0.73 - - [2025-12-08 02:37:17] "POST /chown HTTP/1.1" 200 109 0.009352 10.0.0.73 - - [2025-12-08 02:37:17] "PUT /virtual-machine-interface/ace01f46-8d14-4c59-8ab2-ca19dc9a0dc4 HTTP/1.1" 200 284 0.014760 10.0.0.73 - - [2025-12-08 02:37:17] "PUT /instance-ip/b7870b61-bb7c-4a5c-8b17-fc9b72bbd270 HTTP/1.1" 200 256 0.021726 10.0.0.73 - - [2025-12-08 02:37:17] "POST /ref-update HTTP/1.1" 200 156 0.023140 10.0.0.73 - - [2025-12-08 02:37:17] "POST /ref-update HTTP/1.1" 200 156 0.016966 10.0.0.73 - - [2025-12-08 02:37:19] "POST /neutron/port HTTP/1.1" 200 1091 0.014337 10.0.0.73 - - [2025-12-08 02:37:19] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007734 10.0.0.73 - - [2025-12-08 02:37:19] "POST /neutron/port HTTP/1.1" 200 1091 0.011833 10.0.0.73 - - [2025-12-08 02:37:19] "POST /neutron/security_group HTTP/1.1" 200 2002 0.008586 10.0.0.73 - - [2025-12-08 02:37:19] "POST /neutron/port HTTP/1.1" 200 1091 0.010899 10.0.0.73 - - [2025-12-08 02:37:19] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007458 10.0.0.73 - - [2025-12-08 02:37:19] "GET /virtual-machine/1258fb5f-ddd6-47ec-8323-cf01707595e3 HTTP/1.1" 401 292 0.000543 10.0.0.73 - - [2025-12-08 02:37:20] "GET /virtual-machine/1258fb5f-ddd6-47ec-8323-cf01707595e3 HTTP/1.1" 200 1294 0.042282 10.0.0.73 - - [2025-12-08 02:37:20] "GET /virtual-machine-interface/e29251f5-cf75-406b-87c6-037992c160ad HTTP/1.1" 200 2956 0.006249 10.0.0.73 - - [2025-12-08 02:37:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003628 10.0.0.73 - - [2025-12-08 02:37:20] "GET /global-vrouter-config/8c7ca7c7-4fde-43f4-b512-e9137443a07e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004891 10.0.0.73 - - [2025-12-08 02:37:20] "GET /virtual-networks?parent_id=0b78ab05-d9c6-41d6-b6f0-885f5edc0371&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003635 10.0.0.73 - - [2025-12-08 02:37:20] "GET /virtual-network/39379652-1661-483e-82d9-d28d70b61959?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006624 10.0.0.73 - - [2025-12-08 02:37:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003963 10.0.0.73 - - [2025-12-08 02:37:23] "GET /virtual-network/39379652-1661-483e-82d9-d28d70b61959?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006405 10.0.0.73 - - [2025-12-08 02:37:23] "POST /neutron/port HTTP/1.1" 200 1091 0.011731 10.0.0.73 - - [2025-12-08 02:37:23] "POST /neutron/port HTTP/1.1" 200 1091 0.012174 10.0.0.73 - - [2025-12-08 02:37:23] "POST /neutron/network HTTP/1.1" 200 837 0.008098 10.0.0.73 - - [2025-12-08 02:37:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003968 10.0.0.73 - - [2025-12-08 02:37:23] "POST /neutron/subnet HTTP/1.1" 200 698 0.009864 10.0.0.73 - - [2025-12-08 02:37:23] "POST /neutron/port HTTP/1.1" 200 117 0.001508 10.0.0.73 - - [2025-12-08 02:37:23] "POST /neutron/network HTTP/1.1" 200 827 0.007519 10.0.0.73 - - [2025-12-08 02:37:23] "POST /neutron/port HTTP/1.1" 200 1091 0.012326 10.0.0.73 - - [2025-12-08 02:37:23] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006436 10.0.0.73 - - [2025-12-08 02:37:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003466 10.0.0.73 - - [2025-12-08 02:37:25] "GET /global-vrouter-config/8c7ca7c7-4fde-43f4-b512-e9137443a07e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005278 10.0.0.73 - - [2025-12-08 02:37:25] "GET /virtual-networks?parent_id=0b78ab05-d9c6-41d6-b6f0-885f5edc0371&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003724 10.0.0.73 - - [2025-12-08 02:37:25] "GET /virtual-network/39379652-1661-483e-82d9-d28d70b61959?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.007417 10.0.0.73 - - [2025-12-08 02:37:25] "POST /neutron/port HTTP/1.1" 200 1089 0.011645 10.0.0.73 - - [2025-12-08 02:37:25] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007332 10.0.0.73 - - [2025-12-08 02:37:25] "POST /neutron/port HTTP/1.1" 200 1089 0.013905 10.0.0.73 - - [2025-12-08 02:37:25] "POST /neutron/security_group HTTP/1.1" 200 2002 0.008726 10.0.0.73 - - [2025-12-08 02:37:25] "POST /neutron/port HTTP/1.1" 200 1089 0.014684 10.0.0.73 - - [2025-12-08 02:37:26] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007763 10.0.0.73 - - [2025-12-08 02:37:26] "GET /virtual-machine/a311767b-c290-40eb-8b8f-c367a893c78c HTTP/1.1" 200 1296 0.005661 10.0.0.73 - - [2025-12-08 02:37:26] "GET /virtual-machine-interface/f61667c7-f643-4268-b6c2-e7a9da6ede95 HTTP/1.1" 200 2969 0.007216 10.0.0.73 - - [2025-12-08 02:37:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004153 10.0.0.73 - - [2025-12-08 02:37:26] "GET /global-vrouter-config/8c7ca7c7-4fde-43f4-b512-e9137443a07e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004150 10.0.0.73 - - [2025-12-08 02:37:26] "GET /virtual-networks?parent_id=0b78ab05-d9c6-41d6-b6f0-885f5edc0371&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.004002 10.0.0.73 - - [2025-12-08 02:37:26] "GET /virtual-network/70984e74-1a85-4da6-be7a-c7c248793202?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006733 10.0.0.73 - - [2025-12-08 02:37:26] "POST /neutron/port HTTP/1.1" 200 1089 0.013781 10.0.0.73 - - [2025-12-08 02:37:26] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007647 10.0.0.73 - - [2025-12-08 02:37:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003230 10.0.0.73 - - [2025-12-08 02:37:29] "GET /global-vrouter-config/8c7ca7c7-4fde-43f4-b512-e9137443a07e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003714 10.0.0.73 - - [2025-12-08 02:37:29] "GET /virtual-networks?parent_id=0b78ab05-d9c6-41d6-b6f0-885f5edc0371&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.004378 10.0.0.73 - - [2025-12-08 02:37:29] "GET /virtual-network/70984e74-1a85-4da6-be7a-c7c248793202?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.007308 10.0.0.73 - - [2025-12-08 02:37:33] "POST /neutron/router HTTP/1.1" 200 656 0.004391 10.0.0.73 - - [2025-12-08 02:37:33] "POST /ref-update HTTP/1.1" 200 156 0.016473 10.0.0.73 - - [2025-12-08 02:37:33] "POST /neutron/router HTTP/1.1" 200 344 0.107402 10.0.0.73 - - [2025-12-08 02:37:33] "POST /neutron/router HTTP/1.1" 200 656 0.006390 10.0.0.73 - - [2025-12-08 02:37:33] "GET /logical-router/99f23077-223d-47de-8f1b-b2aa3bae91b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1973 0.004957 10.0.0.73 - - [2025-12-08 02:37:33] "GET /service-instance/86efbdfe-fbbd-45b2-9884-fb326ecdbbbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2325 0.005859 10.0.0.73 - - [2025-12-08 02:37:33] "POST /neutron/router HTTP/1.1" 200 151 0.063645 10.0.0.73 - - [2025-12-08 02:37:33] "PUT /logical-router/99f23077-223d-47de-8f1b-b2aa3bae91b6 HTTP/1.1" 404 171 0.004071 10.0.0.73 - - [2025-12-08 02:37:33] "DELETE /route-table/25732e9a-2fcd-4f9f-8cfe-39865bbe1dc9 HTTP/1.1" 200 115 0.040369 10.0.0.73 - - [2025-12-08 02:37:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.009214 10.0.0.73 - - [2025-12-08 02:37:33] "GET /virtual-network/2aa550d4-f5ff-4489-ab5f-d2acf66029c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2133 0.013562 10.0.0.73 - - [2025-12-08 02:37:33] "POST /neutron/network HTTP/1.1" 200 832 0.013084 10.0.0.73 - - [2025-12-08 02:37:33] "POST /ref-update HTTP/1.1" 200 156 0.017215 10.0.0.73 - - [2025-12-08 02:37:33] "POST /neutron/network HTTP/1.1" 400 204 0.053742 10.0.0.73 - - [2025-12-08 02:37:33] "POST /ref-update HTTP/1.1" 200 156 0.012913 10.0.0.73 - - [2025-12-08 02:37:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002943 10.0.0.73 - - [2025-12-08 02:37:34] "DELETE /route-target/8be1fa54-4bbe-42c5-9d58-0e5879642a48 HTTP/1.1" 409 239 0.005337 10.0.0.73 - - [2025-12-08 02:37:34] "DELETE /instance-ip/b7870b61-bb7c-4a5c-8b17-fc9b72bbd270 HTTP/1.1" 200 115 0.063122 10.0.0.73 - - [2025-12-08 02:37:34] "POST /ref-update HTTP/1.1" 200 156 0.014054 10.0.0.73 - - [2025-12-08 02:37:34] "PUT /routing-instance/b0350fb4-6961-4e01-8fc5-60d5964c71b6 HTTP/1.1" 200 266 0.026836 10.0.0.73 - - [2025-12-08 02:37:34] "POST /useragent-kv HTTP/1.1" 200 115 0.003577 10.0.0.73 - - [2025-12-08 02:37:34] "POST /useragent-kv HTTP/1.1" 200 115 0.002721 10.0.0.73 - - [2025-12-08 02:37:34] "DELETE /virtual-network/2aa550d4-f5ff-4489-ab5f-d2acf66029c7 HTTP/1.1" 200 115 0.172667 10.0.0.73 - - [2025-12-08 02:37:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003811 10.0.0.73 - - [2025-12-08 02:37:34] "DELETE /service-instance/86efbdfe-fbbd-45b2-9884-fb326ecdbbbf HTTP/1.1" 200 115 0.070806 10.0.0.73 - - [2025-12-08 02:37:34] "GET /logical-router/99f23077-223d-47de-8f1b-b2aa3bae91b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002121 10.0.0.73 - - [2025-12-08 02:37:34] "DELETE /route-target/56919f1c-56e5-43d3-aa3b-b712adcd9fc6 HTTP/1.1" 200 115 0.044742 10.0.0.73 - - [2025-12-08 02:37:34] "GET /service-instance/86efbdfe-fbbd-45b2-9884-fb326ecdbbbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.003079 10.0.0.73 - - [2025-12-08 02:37:34] "POST /neutron/port HTTP/1.1" 200 1089 0.017075 10.0.0.73 - - [2025-12-08 02:37:34] "POST /neutron/port HTTP/1.1" 200 1115 0.010632 10.0.0.73 - - [2025-12-08 02:37:34] "GET /virtual-machine-interface/140098fc-1af5-47d8-8a70-06a5c6ff2611?fields=interface_route_table_refs%2Cfloating_ip_back_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1342 0.006284 10.0.0.73 - - [2025-12-08 02:37:34] "POST /neutron/port HTTP/1.1" 200 1091 0.021136 10.0.0.73 - - [2025-12-08 02:37:34] "POST /neutron/port HTTP/1.1" 200 1117 0.018044 10.0.0.73 - - [2025-12-08 02:37:34] "DELETE /virtual-machine-interface/140098fc-1af5-47d8-8a70-06a5c6ff2611 HTTP/1.1" 200 115 0.057114 10.0.0.73 - - [2025-12-08 02:37:34] "GET /virtual-machine-interface/3ab5dc7c-8fca-495e-bf70-22747c7a84b1?fields=interface_route_table_refs%2Cfloating_ip_back_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1663 0.007970 10.0.0.73 - - [2025-12-08 02:37:34] "POST /neutron/port HTTP/1.1" 200 151 0.167441 10.0.0.73 - - [2025-12-08 02:37:34] "POST /ref-update HTTP/1.1" 200 156 0.020335 10.0.0.73 - - [2025-12-08 02:37:34] "GET /instance-ip/36536ad7-a8d5-48a1-b745-30312eca3e7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.007575 10.0.0.73 - - [2025-12-08 02:37:34] "POST /neutron/port HTTP/1.1" 200 151 0.164016 10.0.0.73 - - [2025-12-08 02:37:34] "DELETE /virtual-machine-interface/3ab5dc7c-8fca-495e-bf70-22747c7a84b1 HTTP/1.1" 200 115 0.047896 10.0.0.73 - - [2025-12-08 02:37:34] "POST /ref-update HTTP/1.1" 200 156 0.013867 10.0.0.73 - - [2025-12-08 02:37:34] "DELETE /virtual-machine/919e5b54-5cc4-4208-ac7b-15b31fc5e733 HTTP/1.1" 200 115 0.028500 10.0.0.73 - - [2025-12-08 02:37:34] "GET /virtual-machine-interface/ace01f46-8d14-4c59-8ab2-ca19dc9a0dc4?fields=interface_route_table_refs%2Cfloating_ip_back_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1343 0.008447 10.0.0.73 - - [2025-12-08 02:37:34] "DELETE /virtual-machine-interface/ace01f46-8d14-4c59-8ab2-ca19dc9a0dc4 HTTP/1.1" 200 115 0.028331 10.0.0.73 - - [2025-12-08 02:37:34] "GET /virtual-machine-interface/27d7c28f-f35b-492c-a7e9-92e7e10fca36?fields=interface_route_table_refs%2Cfloating_ip_back_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1663 0.006467 10.0.0.73 - - [2025-12-08 02:37:35] "POST /ref-update HTTP/1.1" 200 156 0.012724 10.0.0.73 - - [2025-12-08 02:37:35] "GET /instance-ip/36536ad7-a8d5-48a1-b745-30312eca3e7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1693 0.005874 10.0.0.73 - - [2025-12-08 02:37:35] "DELETE /instance-ip/36536ad7-a8d5-48a1-b745-30312eca3e7a HTTP/1.1" 200 115 0.031976 10.0.0.73 - - [2025-12-08 02:37:35] "DELETE /virtual-machine-interface/27d7c28f-f35b-492c-a7e9-92e7e10fca36 HTTP/1.1" 200 115 0.032598 10.0.0.73 - - [2025-12-08 02:37:35] "DELETE /virtual-machine/14dc874c-3a37-43b6-8329-ff824fbd820d HTTP/1.1" 200 115 0.021744 10.0.0.73 - - [2025-12-08 02:37:35] "POST /neutron/network HTTP/1.1" 200 832 0.005911 10.0.0.73 - - [2025-12-08 02:37:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004283 10.0.0.73 - - [2025-12-08 02:37:36] "POST /useragent-kv HTTP/1.1" 200 115 0.002075 10.0.0.73 - - [2025-12-08 02:37:36] "POST /useragent-kv HTTP/1.1" 200 115 0.003015 10.0.0.73 - - [2025-12-08 02:37:36] "POST /neutron/network HTTP/1.1" 200 151 0.090301 10.0.0.73 - - [2025-12-08 02:37:36] "DELETE /route-target/80010236-b941-4616-98bd-d0f73bf15a4f HTTP/1.1" 200 115 0.020831 10.0.0.73 - - [2025-12-08 02:37:36] "POST /neutron/network HTTP/1.1" 200 827 0.006818 10.0.0.73 - - [2025-12-08 02:37:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.006422 10.0.0.73 - - [2025-12-08 02:37:36] "POST /useragent-kv HTTP/1.1" 200 115 0.003988 10.0.0.73 - - [2025-12-08 02:37:36] "POST /useragent-kv HTTP/1.1" 200 115 0.002483 10.0.0.73 - - [2025-12-08 02:37:36] "POST /neutron/network HTTP/1.1" 200 151 0.101292 10.0.0.73 - - [2025-12-08 02:37:36] "DELETE /route-target/b2fe66ff-4014-4034-afb9-8c2de6b96431 HTTP/1.1" 200 115 0.023570 10.0.0.73 - - [2025-12-08 02:37:36] "GET /projects?obj_uuids=0b78ab05-d9c6-41d6-b6f0-885f5edc0371&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001214 10.0.0.73 - - [2025-12-08 02:37:36] "GET /project/0b78ab05-d9c6-41d6-b6f0-885f5edc0371?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.032740 10.0.0.73 - - [2025-12-08 02:37:36] "GET /projects?obj_uuids=0b78ab05-d9c6-41d6-b6f0-885f5edc0371&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001877 10.0.0.73 - - [2025-12-08 02:37:36] "GET /project/0b78ab05-d9c6-41d6-b6f0-885f5edc0371?fields=virtual_networks HTTP/1.1" 200 1037 0.076334 10.0.0.73 - - [2025-12-08 02:37:36] "GET /projects?obj_uuids=0b78ab05-d9c6-41d6-b6f0-885f5edc0371&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003610 10.0.0.73 - - [2025-12-08 02:37:36] "GET /project/0b78ab05-d9c6-41d6-b6f0-885f5edc0371?fields=virtual_machine_interfaces HTTP/1.1" 200 1037 0.031569 10.0.0.73 - - [2025-12-08 02:37:36] "GET /projects?obj_uuids=0b78ab05-d9c6-41d6-b6f0-885f5edc0371&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001566 10.0.0.73 - - [2025-12-08 02:37:36] "GET /project/0b78ab05-d9c6-41d6-b6f0-885f5edc0371?fields=security_groups HTTP/1.1" 200 1266 0.051864 10.0.0.73 - - [2025-12-08 02:37:37] "POST /fqname-to-id HTTP/1.1" 404 196 0.030201 10.0.0.73 - - [2025-12-08 02:37:37] "GET /projects?obj_uuids=08c36f41-c57e-457d-ab2c-ed522ff562bc&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002949 10.0.0.73 - - [2025-12-08 02:37:37] "GET /domains?obj_uuids=bdb80538-3a76-4907-b398-c529616d0886&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001940 10.0.0.73 - - [2025-12-08 02:37:37] "GET /domain/bdb80538-3a76-4907-b398-c529616d0886?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.012234 10.0.0.73 - - [2025-12-08 02:37:38] "POST /id-to-fqname HTTP/1.1" 200 198 0.003874 10.0.0.73 - - [2025-12-08 02:37:38] "POST /fqname-to-id HTTP/1.1" 404 207 0.003961 10.0.0.73 - - [2025-12-08 02:37:38] "POST /security-groups HTTP/1.1" 200 599 0.080206 10.0.0.73 - - [2025-12-08 02:37:38] "POST /fqname-to-id HTTP/1.1" 404 242 0.004040 10.0.0.73 - - [2025-12-08 02:37:38] "POST /projects HTTP/1.1" 200 601 0.264842 10.0.0.73 - - [2025-12-08 02:37:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.301974 10.0.0.73 - - [2025-12-08 02:37:38] "POST /access-control-lists HTTP/1.1" 200 604 0.065186 10.0.0.73 - - [2025-12-08 02:37:38] "GET /project/08c36f41-c57e-457d-ab2c-ed522ff562bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.454995 10.0.0.73 - - [2025-12-08 02:37:38] "POST /fqname-to-id HTTP/1.1" 404 241 0.003945 10.0.0.73 - - [2025-12-08 02:37:38] "POST /access-control-lists HTTP/1.1" 200 602 0.063776 10.0.0.73 - - [2025-12-08 02:37:39] "GET / HTTP/1.1" 200 35931 0.002393 10.0.0.73 - - [2025-12-08 02:37:40] "POST /fqname-to-id HTTP/1.1" 401 292 0.000715 10.0.0.73 - - [2025-12-08 02:37:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.078622 10.0.0.73 - - [2025-12-08 02:37:40] "GET /projects?obj_uuids=08c36f41-c57e-457d-ab2c-ed522ff562bc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001479 10.0.0.73 - - [2025-12-08 02:37:40] "GET /project/08c36f41-c57e-457d-ab2c-ed522ff562bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.036166 10.0.0.73 - - [2025-12-08 02:37:41] "POST /neutron/network HTTP/1.1" 200 117 0.047734 10.0.0.73 - - [2025-12-08 02:37:41] "GET /projects?obj_uuids=08c36f41-c57e-457d-ab2c-ed522ff562bc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001483 10.0.0.73 - - [2025-12-08 02:37:41] "POST /neutron/network HTTP/1.1" 200 613 0.075874 10.0.0.73 - - [2025-12-08 02:37:41] "POST /route-targets HTTP/1.1" 200 327 0.018541 10.0.0.73 - - [2025-12-08 02:37:41] "POST /ref-update HTTP/1.1" 200 156 0.023051 10.0.0.73 - - [2025-12-08 02:37:41] "POST /useragent-kv HTTP/1.1" 200 115 0.004979 10.0.0.73 - - [2025-12-08 02:37:41] "POST /neutron/subnet HTTP/1.1" 200 719 0.190168 10.0.0.73 - - [2025-12-08 02:37:41] "POST /fqname-to-id HTTP/1.1" 401 292 0.000598 10.0.0.73 - - [2025-12-08 02:37:41] "POST /useragent-kv HTTP/1.1" 200 115 0.005807 10.0.0.73 - - [2025-12-08 02:37:41] "POST /neutron/subnet HTTP/1.1" 200 828 0.194627 10.0.0.73 - - [2025-12-08 02:37:41] "POST /neutron/network HTTP/1.1" 200 1005 0.008195 10.0.0.73 - - [2025-12-08 02:37:41] "POST /id-to-fqname HTTP/1.1" 200 228 0.001581 10.0.0.73 - - [2025-12-08 02:37:41] "GET /virtual-network/4742df68-3f88-499a-92c4-e071cff9fc01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005374 10.0.0.73 - - [2025-12-08 02:37:41] "POST /neutron/network HTTP/1.1" 200 1005 0.008537 10.0.0.73 - - [2025-12-08 02:37:41] "GET /virtual-network/4742df68-3f88-499a-92c4-e071cff9fc01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005776 10.0.0.73 - - [2025-12-08 02:37:41] "POST /neutron/network HTTP/1.1" 200 1005 0.009435 10.0.0.73 - - [2025-12-08 02:37:41] "POST /neutron/subnet HTTP/1.1" 200 719 0.008727 10.0.0.73 - - [2025-12-08 02:37:41] "POST /neutron/subnet HTTP/1.1" 200 828 0.009460 10.0.0.73 - - [2025-12-08 02:37:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003578 10.0.0.73 - - [2025-12-08 02:37:41] "GET /projects?obj_uuids=08c36f41-c57e-457d-ab2c-ed522ff562bc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001743 10.0.0.73 - - [2025-12-08 02:37:41] "GET /project/08c36f41-c57e-457d-ab2c-ed522ff562bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.032470 10.0.0.73 - - [2025-12-08 02:37:41] "POST /fqname-to-id HTTP/1.1" 404 207 0.034066 10.0.0.73 - - [2025-12-08 02:37:41] "POST /neutron/network HTTP/1.1" 200 117 0.013235 10.0.0.73 - - [2025-12-08 02:37:41] "GET /projects?obj_uuids=08c36f41-c57e-457d-ab2c-ed522ff562bc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001228 10.0.0.73 - - [2025-12-08 02:37:41] "POST /neutron/network HTTP/1.1" 200 613 0.072368 10.0.0.73 - - [2025-12-08 02:37:42] "POST /route-targets HTTP/1.1" 200 327 0.011657 10.0.0.73 - - [2025-12-08 02:37:42] "POST /ref-update HTTP/1.1" 200 156 0.016990 10.0.0.73 - - [2025-12-08 02:37:42] "POST /useragent-kv HTTP/1.1" 200 115 0.003371 10.0.0.73 - - [2025-12-08 02:37:42] "POST /neutron/subnet HTTP/1.1" 200 725 0.193264 10.0.0.73 - - [2025-12-08 02:37:42] "POST /fqname-to-id HTTP/1.1" 404 207 0.005667 10.0.0.73 - - [2025-12-08 02:37:42] "POST /useragent-kv HTTP/1.1" 200 115 0.004488 10.0.0.73 - - [2025-12-08 02:37:42] "POST /neutron/subnet HTTP/1.1" 200 828 0.235971 10.0.0.73 - - [2025-12-08 02:37:42] "POST /neutron/network HTTP/1.1" 200 1006 0.008889 10.0.0.73 - - [2025-12-08 02:37:42] "POST /id-to-fqname HTTP/1.1" 200 228 0.004620 10.0.0.73 - - [2025-12-08 02:37:42] "GET /virtual-network/d4c49fe0-e437-41d8-9fd0-2c7cf6a80525?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.006066 10.0.0.73 - - [2025-12-08 02:37:42] "POST /neutron/network HTTP/1.1" 200 1006 0.009476 10.0.0.73 - - [2025-12-08 02:37:42] "GET /virtual-network/d4c49fe0-e437-41d8-9fd0-2c7cf6a80525?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.005518 10.0.0.73 - - [2025-12-08 02:37:42] "POST /neutron/network HTTP/1.1" 200 1006 0.012239 10.0.0.73 - - [2025-12-08 02:37:42] "POST /neutron/subnet HTTP/1.1" 200 725 0.008213 10.0.0.73 - - [2025-12-08 02:37:42] "POST /neutron/subnet HTTP/1.1" 200 828 0.008903 10.0.0.73 - - [2025-12-08 02:37:42] "POST /fqname-to-id HTTP/1.1" 404 234 0.003918 10.0.0.73 - - [2025-12-08 02:37:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003833 10.0.0.73 - - [2025-12-08 02:37:42] "GET /projects?obj_uuids=08c36f41-c57e-457d-ab2c-ed522ff562bc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001810 10.0.0.73 - - [2025-12-08 02:37:42] "GET /project/08c36f41-c57e-457d-ab2c-ed522ff562bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.035431 10.0.0.73 - - [2025-12-08 02:37:42] "POST /network-policys HTTP/1.1" 200 577 0.065008 10.0.0.73 - - [2025-12-08 02:37:42] "GET /network-policy/7f0011b2-b956-4891-838b-1134660a97d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3127 0.008088 10.0.0.73 - - [2025-12-08 02:37:43] "POST /neutron/network HTTP/1.1" 200 1005 0.011722 10.0.0.73 - - [2025-12-08 02:37:43] "POST /fqname-to-id HTTP/1.1" 404 207 0.008238 10.0.0.73 - - [2025-12-08 02:37:43] "POST /fqname-to-id HTTP/1.1" 404 242 0.003671 10.0.0.73 - - [2025-12-08 02:37:43] "POST /neutron/network HTTP/1.1" 200 1113 0.056575 10.0.0.73 - - [2025-12-08 02:37:43] "POST /neutron/network HTTP/1.1" 200 1113 0.008526 10.0.0.73 - - [2025-12-08 02:37:43] "GET /virtual-network/4742df68-3f88-499a-92c4-e071cff9fc01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.038486 10.0.0.73 - - [2025-12-08 02:37:43] "POST /access-control-lists HTTP/1.1" 200 596 0.076512 10.0.0.73 - - [2025-12-08 02:37:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003986 10.0.0.73 - - [2025-12-08 02:37:43] "GET /network-policy/7f0011b2-b956-4891-838b-1134660a97d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3127 0.004249 10.0.0.73 - - [2025-12-08 02:37:43] "POST /neutron/network HTTP/1.1" 200 1006 0.008355 10.0.0.73 - - [2025-12-08 02:37:43] "POST /fqname-to-id HTTP/1.1" 404 207 0.007691 10.0.0.73 - - [2025-12-08 02:37:43] "POST /fqname-to-id HTTP/1.1" 404 242 0.003660 10.0.0.73 - - [2025-12-08 02:37:43] "POST /neutron/network HTTP/1.1" 200 1114 0.054173 10.0.0.73 - - [2025-12-08 02:37:43] "POST /neutron/network HTTP/1.1" 200 1114 0.008119 10.0.0.73 - - [2025-12-08 02:37:43] "GET /virtual-network/d4c49fe0-e437-41d8-9fd0-2c7cf6a80525?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.039121 10.0.0.73 - - [2025-12-08 02:37:43] "POST /access-control-lists HTTP/1.1" 200 596 0.082321 10.0.0.73 - - [2025-12-08 02:37:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.009836 10.0.0.73 - - [2025-12-08 02:37:43] "POST /ref-update HTTP/1.1" 200 156 0.019409 10.0.0.73 - - [2025-12-08 02:37:43] "GET /network-policy/7f0011b2-b956-4891-838b-1134660a97d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3127 0.006542 10.0.0.73 - - [2025-12-08 02:37:43] "GET /domains HTTP/1.1" 401 292 0.000686 10.0.0.73 - - [2025-12-08 02:37:43] "PUT /access-control-list/6791b476-c73e-47af-bd99-dc8ed9e6e1a7 HTTP/1.1" 200 272 0.054176 10.0.0.73 - - [2025-12-08 02:37:43] "GET /domains HTTP/1.1" 200 280 0.034864 10.0.0.73 - - [2025-12-08 02:37:43] "GET /domains?obj_uuids=bdb80538-3a76-4907-b398-c529616d0886&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001271 10.0.0.73 - - [2025-12-08 02:37:43] "GET /domain/bdb80538-3a76-4907-b398-c529616d0886 HTTP/1.1" 200 2955 0.009979 10.0.0.73 - - [2025-12-08 02:37:43] "GET /projects?obj_uuids=08c36f41-c57e-457d-ab2c-ed522ff562bc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001074 10.0.0.73 - - [2025-12-08 02:37:43] "GET /project/08c36f41-c57e-457d-ab2c-ed522ff562bc HTTP/1.1" 200 2624 0.075422 10.0.0.73 - - [2025-12-08 02:37:43] "GET /virtual-network/4742df68-3f88-499a-92c4-e071cff9fc01 HTTP/1.1" 200 3503 0.006679 10.0.0.73 - - [2025-12-08 02:37:44] "GET /virtual-network/4742df68-3f88-499a-92c4-e071cff9fc01 HTTP/1.1" 200 3503 0.006451 10.0.0.73 - - [2025-12-08 02:37:44] "GET /routing-instance/cd8f2d22-6719-4417-b99a-5acbcfb3fbc6 HTTP/1.1" 200 1796 0.004715 10.0.0.73 - - [2025-12-08 02:37:44] "GET /routing-instance/cd8f2d22-6719-4417-b99a-5acbcfb3fbc6 HTTP/1.1" 200 1796 0.004085 10.0.0.73 - - [2025-12-08 02:37:44] "GET /route-target/92bf948a-023e-4299-b819-1b510df24ea3 HTTP/1.1" 200 1213 0.004868 10.0.0.73 - - [2025-12-08 02:37:44] "GET /virtual-network/4742df68-3f88-499a-92c4-e071cff9fc01 HTTP/1.1" 200 3503 0.005712 10.0.0.73 - - [2025-12-08 02:37:44] "GET /routing-instance/cd8f2d22-6719-4417-b99a-5acbcfb3fbc6 HTTP/1.1" 200 1796 0.005666 10.0.0.73 - - [2025-12-08 02:37:44] "GET /virtual-network/4742df68-3f88-499a-92c4-e071cff9fc01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.005920 10.0.0.73 - - [2025-12-08 02:37:44] "GET /virtual-network/4742df68-3f88-499a-92c4-e071cff9fc01 HTTP/1.1" 200 3503 0.005473 10.0.0.73 - - [2025-12-08 02:37:44] "GET /routing-instance/cd8f2d22-6719-4417-b99a-5acbcfb3fbc6 HTTP/1.1" 200 1796 0.004500 10.0.0.73 - - [2025-12-08 02:37:44] "GET /routing-instance/cd8f2d22-6719-4417-b99a-5acbcfb3fbc6 HTTP/1.1" 200 1796 0.004527 10.0.0.73 - - [2025-12-08 02:37:44] "GET /route-target/92bf948a-023e-4299-b819-1b510df24ea3 HTTP/1.1" 200 1213 0.003984 10.0.0.73 - - [2025-12-08 02:37:44] "GET /domains HTTP/1.1" 200 280 0.002971 10.0.0.73 - - [2025-12-08 02:37:44] "GET /domains?obj_uuids=bdb80538-3a76-4907-b398-c529616d0886&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001165 10.0.0.73 - - [2025-12-08 02:37:44] "GET /domain/bdb80538-3a76-4907-b398-c529616d0886 HTTP/1.1" 200 2955 0.007485 10.0.0.73 - - [2025-12-08 02:37:44] "GET /projects?obj_uuids=08c36f41-c57e-457d-ab2c-ed522ff562bc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001231 10.0.0.73 - - [2025-12-08 02:37:44] "GET /project/08c36f41-c57e-457d-ab2c-ed522ff562bc HTTP/1.1" 200 2624 0.074355 10.0.0.73 - - [2025-12-08 02:37:44] "GET /virtual-network/4742df68-3f88-499a-92c4-e071cff9fc01 HTTP/1.1" 200 3503 0.006587 10.0.0.73 - - [2025-12-08 02:37:44] "GET /obj-perms HTTP/1.1" 200 5046 0.068030 10.0.0.73 - - [2025-12-08 02:37:44] "GET /domains HTTP/1.1" 200 280 0.003245 10.0.0.73 - - [2025-12-08 02:37:44] "GET /domains?obj_uuids=bdb80538-3a76-4907-b398-c529616d0886&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001184 10.0.0.73 - - [2025-12-08 02:37:44] "GET /domain/bdb80538-3a76-4907-b398-c529616d0886 HTTP/1.1" 200 2955 0.007735 10.0.0.73 - - [2025-12-08 02:37:44] "GET /projects?obj_uuids=08c36f41-c57e-457d-ab2c-ed522ff562bc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001535 10.0.0.73 - - [2025-12-08 02:37:44] "GET /project/08c36f41-c57e-457d-ab2c-ed522ff562bc HTTP/1.1" 200 2624 0.069112 10.0.0.73 - - [2025-12-08 02:37:44] "GET /virtual-network/d4c49fe0-e437-41d8-9fd0-2c7cf6a80525 HTTP/1.1" 200 3507 0.008696 10.0.0.73 - - [2025-12-08 02:37:44] "GET /virtual-network/d4c49fe0-e437-41d8-9fd0-2c7cf6a80525 HTTP/1.1" 200 3507 0.006269 10.0.0.73 - - [2025-12-08 02:37:44] "GET /routing-instance/60bb1f32-c517-4224-9fed-952faabf02ea HTTP/1.1" 200 1795 0.004714 10.0.0.73 - - [2025-12-08 02:37:44] "GET /routing-instance/60bb1f32-c517-4224-9fed-952faabf02ea HTTP/1.1" 200 1795 0.004259 10.0.0.73 - - [2025-12-08 02:37:44] "GET /route-target/632335a4-f4a6-4a4b-bcf1-f1129aa10d79 HTTP/1.1" 200 1212 0.004772 10.0.0.73 - - [2025-12-08 02:37:44] "GET /virtual-network/d4c49fe0-e437-41d8-9fd0-2c7cf6a80525 HTTP/1.1" 200 3507 0.006323 10.0.0.73 - - [2025-12-08 02:37:44] "GET /routing-instance/60bb1f32-c517-4224-9fed-952faabf02ea HTTP/1.1" 200 1795 0.004453 10.0.0.73 - - [2025-12-08 02:37:44] "GET /virtual-network/d4c49fe0-e437-41d8-9fd0-2c7cf6a80525?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.005923 10.0.0.73 - - [2025-12-08 02:37:44] "GET /virtual-network/d4c49fe0-e437-41d8-9fd0-2c7cf6a80525 HTTP/1.1" 200 3507 0.006037 10.0.0.73 - - [2025-12-08 02:37:44] "GET /routing-instance/60bb1f32-c517-4224-9fed-952faabf02ea HTTP/1.1" 200 1795 0.004441 10.0.0.73 - - [2025-12-08 02:37:44] "GET /routing-instance/60bb1f32-c517-4224-9fed-952faabf02ea HTTP/1.1" 200 1795 0.005355 10.0.0.73 - - [2025-12-08 02:37:44] "GET /route-target/632335a4-f4a6-4a4b-bcf1-f1129aa10d79 HTTP/1.1" 200 1212 0.003740 10.0.0.73 - - [2025-12-08 02:37:44] "GET /domains HTTP/1.1" 200 280 0.003124 10.0.0.73 - - [2025-12-08 02:37:44] "GET /domains?obj_uuids=bdb80538-3a76-4907-b398-c529616d0886&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001287 10.0.0.73 - - [2025-12-08 02:37:44] "GET /domain/bdb80538-3a76-4907-b398-c529616d0886 HTTP/1.1" 200 2955 0.008211 10.0.0.73 - - [2025-12-08 02:37:44] "GET /projects?obj_uuids=08c36f41-c57e-457d-ab2c-ed522ff562bc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001469 10.0.0.73 - - [2025-12-08 02:37:44] "GET /project/08c36f41-c57e-457d-ab2c-ed522ff562bc HTTP/1.1" 200 2624 0.075449 10.0.0.73 - - [2025-12-08 02:37:45] "GET /virtual-network/d4c49fe0-e437-41d8-9fd0-2c7cf6a80525 HTTP/1.1" 200 3507 0.005858 10.0.0.73 - - [2025-12-08 02:37:45] "GET /obj-perms HTTP/1.1" 200 5046 0.003555 10.0.0.73 - - [2025-12-08 02:37:45] "GET /virtual-network/d4c49fe0-e437-41d8-9fd0-2c7cf6a80525?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.006071 10.0.0.73 - - [2025-12-08 02:37:45] "POST /neutron/network HTTP/1.1" 200 1114 0.007842 10.0.0.73 - - [2025-12-08 02:37:45] "POST /fqname-to-id HTTP/1.1" 404 207 0.005822 10.0.0.73 - - [2025-12-08 02:37:45] "POST /neutron/network HTTP/1.1" 200 1006 0.086232 10.0.0.73 - - [2025-12-08 02:37:45] "DELETE /access-control-list/1eee1dde-bc4d-400f-992f-8147ae1dfbf0 HTTP/1.1" 200 115 0.043259 10.0.0.73 - - [2025-12-08 02:37:45] "POST /neutron/network HTTP/1.1" 200 1006 0.014461 10.0.0.73 - - [2025-12-08 02:37:45] "POST /ref-update HTTP/1.1" 200 156 0.018023 10.0.0.73 - - [2025-12-08 02:37:45] "GET /virtual-network/d4c49fe0-e437-41d8-9fd0-2c7cf6a80525?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.007978 10.0.0.73 - - [2025-12-08 02:37:45] "GET /virtual-network/4742df68-3f88-499a-92c4-e071cff9fc01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.008760 10.0.0.73 - - [2025-12-08 02:37:45] "POST /neutron/network HTTP/1.1" 200 1113 0.014053 10.0.0.73 - - [2025-12-08 02:37:45] "POST /fqname-to-id HTTP/1.1" 404 207 0.008365 10.0.0.73 - - [2025-12-08 02:37:45] "POST /neutron/network HTTP/1.1" 200 1005 0.058378 10.0.0.73 - - [2025-12-08 02:37:45] "DELETE /access-control-list/6791b476-c73e-47af-bd99-dc8ed9e6e1a7 HTTP/1.1" 200 115 0.039211 10.0.0.73 - - [2025-12-08 02:37:45] "POST /neutron/network HTTP/1.1" 200 1005 0.014872 10.0.0.73 - - [2025-12-08 02:37:45] "GET /virtual-network/4742df68-3f88-499a-92c4-e071cff9fc01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.007030 10.0.0.73 - - [2025-12-08 02:37:45] "POST /ref-update HTTP/1.1" 200 156 0.023304 10.0.0.73 - - [2025-12-08 02:37:45] "DELETE /network-policy/7f0011b2-b956-4891-838b-1134660a97d0 HTTP/1.1" 200 115 0.026307 10.0.0.73 - - [2025-12-08 02:37:45] "POST /neutron/network HTTP/1.1" 200 1006 0.009737 10.0.0.73 - - [2025-12-08 02:37:45] "POST /useragent-kv HTTP/1.1" 200 115 0.003878 10.0.0.73 - - [2025-12-08 02:37:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.005392 10.0.0.73 - - [2025-12-08 02:37:45] "POST /useragent-kv HTTP/1.1" 200 115 0.003642 10.0.0.73 - - [2025-12-08 02:37:45] "POST /useragent-kv HTTP/1.1" 200 115 0.003205 10.0.0.73 - - [2025-12-08 02:37:45] "POST /useragent-kv HTTP/1.1" 200 115 0.002025 10.0.0.73 - - [2025-12-08 02:37:45] "POST /neutron/network HTTP/1.1" 200 151 0.108290 10.0.0.73 - - [2025-12-08 02:37:45] "DELETE /route-target/632335a4-f4a6-4a4b-bcf1-f1129aa10d79 HTTP/1.1" 200 115 0.018610 10.0.0.73 - - [2025-12-08 02:37:45] "GET /routing-instance/60bb1f32-c517-4224-9fed-952faabf02ea HTTP/1.1" 404 171 0.004061 10.0.0.73 - - [2025-12-08 02:37:45] "GET /domains HTTP/1.1" 200 280 0.005121 10.0.0.73 - - [2025-12-08 02:37:45] "GET /domains?obj_uuids=bdb80538-3a76-4907-b398-c529616d0886&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001282 10.0.0.73 - - [2025-12-08 02:37:45] "GET /domain/bdb80538-3a76-4907-b398-c529616d0886 HTTP/1.1" 200 2955 0.052768 10.0.0.73 - - [2025-12-08 02:37:45] "GET /projects?obj_uuids=08c36f41-c57e-457d-ab2c-ed522ff562bc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001138 10.0.0.73 - - [2025-12-08 02:37:45] "GET /project/08c36f41-c57e-457d-ab2c-ed522ff562bc HTTP/1.1" 200 2144 0.073078 10.0.0.73 - - [2025-12-08 02:37:45] "POST /neutron/network HTTP/1.1" 200 1005 0.008861 10.0.0.73 - - [2025-12-08 02:37:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.005260 10.0.0.73 - - [2025-12-08 02:37:45] "POST /useragent-kv HTTP/1.1" 200 115 0.004166 10.0.0.73 - - [2025-12-08 02:37:45] "POST /useragent-kv HTTP/1.1" 200 115 0.002580 10.0.0.73 - - [2025-12-08 02:37:45] "POST /useragent-kv HTTP/1.1" 200 115 0.002525 10.0.0.73 - - [2025-12-08 02:37:45] "POST /useragent-kv HTTP/1.1" 200 115 0.002298 10.0.0.73 - - [2025-12-08 02:37:45] "POST /neutron/network HTTP/1.1" 200 151 0.105867 10.0.0.73 - - [2025-12-08 02:37:45] "DELETE /route-target/92bf948a-023e-4299-b819-1b510df24ea3 HTTP/1.1" 200 115 0.026084 10.0.0.73 - - [2025-12-08 02:37:45] "GET /routing-instance/cd8f2d22-6719-4417-b99a-5acbcfb3fbc6 HTTP/1.1" 404 171 0.002920 10.0.0.73 - - [2025-12-08 02:37:45] "GET /domains HTTP/1.1" 200 280 0.003708 10.0.0.73 - - [2025-12-08 02:37:45] "GET /domains?obj_uuids=bdb80538-3a76-4907-b398-c529616d0886&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002059 10.0.0.73 - - [2025-12-08 02:37:45] "GET /domain/bdb80538-3a76-4907-b398-c529616d0886 HTTP/1.1" 200 2955 0.053677 10.0.0.73 - - [2025-12-08 02:37:45] "GET /projects?obj_uuids=08c36f41-c57e-457d-ab2c-ed522ff562bc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002135 10.0.0.73 - - [2025-12-08 02:37:46] "GET /project/08c36f41-c57e-457d-ab2c-ed522ff562bc HTTP/1.1" 200 1899 0.073164 10.0.0.73 - - [2025-12-08 02:37:46] "GET /projects?obj_uuids=08c36f41-c57e-457d-ab2c-ed522ff562bc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001178 10.0.0.73 - - [2025-12-08 02:37:46] "GET /project/08c36f41-c57e-457d-ab2c-ed522ff562bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.045372 10.0.0.73 - - [2025-12-08 02:37:46] "GET /projects?obj_uuids=08c36f41-c57e-457d-ab2c-ed522ff562bc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001375 10.0.0.73 - - [2025-12-08 02:37:46] "GET /project/08c36f41-c57e-457d-ab2c-ed522ff562bc?fields=virtual_networks HTTP/1.1" 200 1047 0.033008 10.0.0.73 - - [2025-12-08 02:37:46] "GET /projects?obj_uuids=08c36f41-c57e-457d-ab2c-ed522ff562bc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001126 10.0.0.73 - - [2025-12-08 02:37:46] "GET /project/08c36f41-c57e-457d-ab2c-ed522ff562bc?fields=virtual_machine_interfaces HTTP/1.1" 200 1047 0.031221 10.0.0.73 - - [2025-12-08 02:37:46] "GET /projects?obj_uuids=08c36f41-c57e-457d-ab2c-ed522ff562bc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002035 10.0.0.73 - - [2025-12-08 02:37:46] "GET /project/08c36f41-c57e-457d-ab2c-ed522ff562bc?fields=security_groups HTTP/1.1" 200 1281 0.053914 10.0.0.73 - - [2025-12-08 02:37:47] "POST /fqname-to-id HTTP/1.1" 404 204 0.034989 10.0.0.73 - - [2025-12-08 02:37:47] "GET /projects?obj_uuids=51289ad4-dd82-412a-8cf2-b89bfa448631&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002488 10.0.0.73 - - [2025-12-08 02:37:47] "GET /domains?obj_uuids=bdb80538-3a76-4907-b398-c529616d0886&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001343 10.0.0.73 - - [2025-12-08 02:37:47] "GET /domain/bdb80538-3a76-4907-b398-c529616d0886?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008779 10.0.0.73 - - [2025-12-08 02:37:47] "POST /id-to-fqname HTTP/1.1" 200 206 0.001640 10.0.0.73 - - [2025-12-08 02:37:47] "POST /fqname-to-id HTTP/1.1" 404 215 0.004246 10.0.0.73 - - [2025-12-08 02:37:47] "POST /security-groups HTTP/1.1" 200 607 0.068838 10.0.0.73 - - [2025-12-08 02:37:47] "POST /fqname-to-id HTTP/1.1" 404 250 0.004715 10.0.0.73 - - [2025-12-08 02:37:48] "POST /projects HTTP/1.1" 200 617 0.233153 10.0.0.73 - - [2025-12-08 02:37:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.316574 10.0.0.73 - - [2025-12-08 02:37:48] "POST /access-control-lists HTTP/1.1" 200 612 0.072289 10.0.0.73 - - [2025-12-08 02:37:48] "POST /fqname-to-id HTTP/1.1" 404 249 0.002821 10.0.0.73 - - [2025-12-08 02:37:48] "GET /project/51289ad4-dd82-412a-8cf2-b89bfa448631?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.459102 10.0.0.73 - - [2025-12-08 02:37:48] "POST /access-control-lists HTTP/1.1" 200 610 0.064470 10.0.0.73 - - [2025-12-08 02:37:48] "DELETE /project/51289ad4dd82412a8cf2b89bfa448631 HTTP/1.1" 404 173 0.019792 10.0.0.73 - - [2025-12-08 02:37:48] "DELETE /project/0b78ab05d9c641d6b6f0885f5edc0371 HTTP/1.1" 404 173 0.016365 10.0.0.73 - - [2025-12-08 02:37:48] "DELETE /project/08c36f41c57e457dab2ced522ff562bc HTTP/1.1" 404 173 0.012862 10.0.0.73 - - [2025-12-08 02:37:48] "GET /projects?obj_uuids=a9956e4c-5233-45dd-b5e6-20b19271ff71&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000967 10.0.0.73 - - [2025-12-08 02:37:48] "GET /projects?obj_uuids=08c36f41-c57e-457d-ab2c-ed522ff562bc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000971 10.0.0.73 - - [2025-12-08 02:37:48] "GET /projects?obj_uuids=0b78ab05-d9c6-41d6-b6f0-885f5edc0371&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000860 10.0.0.73 - - [2025-12-08 02:37:48] "GET /project/0b78ab05-d9c6-41d6-b6f0-885f5edc0371?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.070218 10.0.0.73 - - [2025-12-08 02:37:48] "GET /project/a9956e4c-5233-45dd-b5e6-20b19271ff71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1461 0.071409 10.0.0.73 - - [2025-12-08 02:37:48] "GET /project/08c36f41-c57e-457d-ab2c-ed522ff562bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1499 0.080985 10.0.0.73 - - [2025-12-08 02:37:48] "GET /projects?obj_uuids=08c36f41-c57e-457d-ab2c-ed522ff562bc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001579 10.0.0.73 - - [2025-12-08 02:37:48] "GET /projects?obj_uuids=a9956e4c-5233-45dd-b5e6-20b19271ff71&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001296 10.0.0.73 - - [2025-12-08 02:37:48] "GET /projects?obj_uuids=0b78ab05-d9c6-41d6-b6f0-885f5edc0371&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001018 10.0.0.73 - - [2025-12-08 02:37:48] "GET /project/0b78ab05-d9c6-41d6-b6f0-885f5edc0371?fields=security_groups HTTP/1.1" 200 1371 0.056139 10.0.0.73 - - [2025-12-08 02:37:48] "GET /project/a9956e4c-5233-45dd-b5e6-20b19271ff71?fields=security_groups HTTP/1.1" 200 1358 0.063587 10.0.0.73 - - [2025-12-08 02:37:48] "GET /project/08c36f41-c57e-457d-ab2c-ed522ff562bc?fields=security_groups HTTP/1.1" 200 1386 0.068055 10.0.0.73 - - [2025-12-08 02:37:48] "DELETE /security-group/ca217136-77f3-4d76-8fb2-58c8da203a25 HTTP/1.1" 200 115 0.060991 10.0.0.73 - - [2025-12-08 02:37:48] "GET /projects?obj_uuids=0b78ab05-d9c6-41d6-b6f0-885f5edc0371&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001211 10.0.0.73 - - [2025-12-08 02:37:48] "DELETE /access-control-list/23b1306d-73d4-4349-aa0a-8b10f13af22b HTTP/1.1" 200 115 0.051501 10.0.0.73 - - [2025-12-08 02:37:48] "DELETE /security-group/7868e4ae-c1dc-46bb-ab16-b6f7b58d1372 HTTP/1.1" 200 115 0.094940 10.0.0.73 - - [2025-12-08 02:37:48] "GET /projects?obj_uuids=a9956e4c-5233-45dd-b5e6-20b19271ff71&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001283 10.0.0.73 - - [2025-12-08 02:37:49] "GET /project/0b78ab05-d9c6-41d6-b6f0-885f5edc0371?fields=application_policy_sets HTTP/1.1" 200 1410 0.071997 10.0.0.73 - - [2025-12-08 02:37:49] "DELETE /security-group/2fd76598-5330-449c-b9af-d01cf07fc656 HTTP/1.1" 200 115 0.123615 10.0.0.73 - - [2025-12-08 02:37:49] "GET /projects?obj_uuids=08c36f41-c57e-457d-ab2c-ed522ff562bc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001611 10.0.0.73 - - [2025-12-08 02:37:49] "DELETE /access-control-list/1bdb0d38-f22c-40f7-b3e3-754ea397b70a HTTP/1.1" 200 115 0.069954 10.0.0.73 - - [2025-12-08 02:37:49] "GET /project/a9956e4c-5233-45dd-b5e6-20b19271ff71?fields=application_policy_sets HTTP/1.1" 200 1397 0.060509 10.0.0.73 - - [2025-12-08 02:37:49] "DELETE /access-control-list/9e98130f-503f-4442-9b44-975ed3aa3bc4 HTTP/1.1" 200 115 0.061135 10.0.0.73 - - [2025-12-08 02:37:49] "GET /project/08c36f41-c57e-457d-ab2c-ed522ff562bc?fields=application_policy_sets HTTP/1.1" 200 1425 0.109878 10.0.0.73 - - [2025-12-08 02:37:49] "DELETE /access-control-list/b2329045-9d7e-4397-bca9-453c2fa9dd78 HTTP/1.1" 200 115 0.062142 10.0.0.73 - - [2025-12-08 02:37:49] "DELETE /project/0b78ab05-d9c6-41d6-b6f0-885f5edc0371 HTTP/1.1" 200 115 0.543950 10.0.0.73 - - [2025-12-08 02:37:49] "DELETE /access-control-list/4390c396-a3c1-4b1b-aa4a-2542db4dc969 HTTP/1.1" 200 115 0.063509 10.0.0.73 - - [2025-12-08 02:37:49] "DELETE /project/a9956e4c-5233-45dd-b5e6-20b19271ff71 HTTP/1.1" 200 115 0.616887 10.0.0.73 - - [2025-12-08 02:37:49] "DELETE /access-control-list/61b04a0c-3bdf-4bde-b9b5-418cf50c0ece HTTP/1.1" 200 115 0.043348 10.0.0.73 - - [2025-12-08 02:37:49] "DELETE /project/08c36f41-c57e-457d-ab2c-ed522ff562bc HTTP/1.1" 200 115 0.648637 10.0.0.73 - - [2025-12-08 02:37:49] "GET / HTTP/1.1" 200 35931 0.002273 10.0.0.73 - - [2025-12-08 02:37:50] "POST /fqname-to-id HTTP/1.1" 401 292 0.000635 10.0.0.73 - - [2025-12-08 02:37:51] "POST /fqname-to-id HTTP/1.1" 404 233 0.081090 10.0.0.73 - - [2025-12-08 02:37:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003645 10.0.0.73 - - [2025-12-08 02:37:51] "GET /projects?obj_uuids=51289ad4-dd82-412a-8cf2-b89bfa448631&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001185 10.0.0.73 - - [2025-12-08 02:37:51] "GET /project/51289ad4-dd82-412a-8cf2-b89bfa448631?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.028245 10.0.0.73 - - [2025-12-08 02:37:51] "POST /network-policys HTTP/1.1" 200 567 0.068989 10.0.0.73 - - [2025-12-08 02:37:51] "GET /network-policy/818b50b4-3d35-408e-8408-2242e607c801?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3152 0.006361 10.0.0.73 - - [2025-12-08 02:37:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.008001 10.0.0.73 - - [2025-12-08 02:37:51] "GET /projects?obj_uuids=51289ad4-dd82-412a-8cf2-b89bfa448631&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001559 10.0.0.73 - - [2025-12-08 02:37:51] "GET /project/51289ad4-dd82-412a-8cf2-b89bfa448631?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.030904 10.0.0.73 - - [2025-12-08 02:37:51] "POST /neutron/network HTTP/1.1" 200 117 0.046854 10.0.0.73 - - [2025-12-08 02:37:51] "GET /projects?obj_uuids=51289ad4-dd82-412a-8cf2-b89bfa448631&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001318 10.0.0.73 - - [2025-12-08 02:37:51] "POST /neutron/network HTTP/1.1" 200 623 0.082663 10.0.0.73 - - [2025-12-08 02:37:51] "POST /route-targets HTTP/1.1" 200 327 0.016868 10.0.0.73 - - [2025-12-08 02:37:51] "POST /ref-update HTTP/1.1" 200 156 0.017789 10.0.0.73 - - [2025-12-08 02:37:51] "POST /useragent-kv HTTP/1.1" 200 115 0.004080 10.0.0.73 - - [2025-12-08 02:37:51] "POST /neutron/subnet HTTP/1.1" 200 734 0.157295 10.0.0.73 - - [2025-12-08 02:37:51] "POST /fqname-to-id HTTP/1.1" 404 207 0.004778 10.0.0.73 - - [2025-12-08 02:37:51] "POST /useragent-kv HTTP/1.1" 200 115 0.003997 10.0.0.73 - - [2025-12-08 02:37:51] "POST /neutron/subnet HTTP/1.1" 200 828 0.149428 10.0.0.73 - - [2025-12-08 02:37:52] "POST /neutron/network HTTP/1.1" 200 1018 0.010379 10.0.0.73 - - [2025-12-08 02:37:52] "POST /id-to-fqname HTTP/1.1" 200 237 0.001779 10.0.0.73 - - [2025-12-08 02:37:52] "GET /virtual-network/67708029-f00f-4a14-bbfc-e5b199b2aed3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2665 0.005222 10.0.0.73 - - [2025-12-08 02:37:52] "POST /neutron/network HTTP/1.1" 200 1018 0.009157 10.0.0.73 - - [2025-12-08 02:37:52] "GET /virtual-network/67708029-f00f-4a14-bbfc-e5b199b2aed3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2665 0.006597 10.0.0.73 - - [2025-12-08 02:37:52] "POST /neutron/network HTTP/1.1" 200 1018 0.009751 10.0.0.73 - - [2025-12-08 02:37:52] "POST /neutron/subnet HTTP/1.1" 200 734 0.009290 10.0.0.73 - - [2025-12-08 02:37:52] "POST /neutron/subnet HTTP/1.1" 200 828 0.009272 10.0.0.73 - - [2025-12-08 02:37:52] "POST /neutron/network HTTP/1.1" 200 1018 0.009496 10.0.0.73 - - [2025-12-08 02:37:52] "POST /fqname-to-id HTTP/1.1" 404 252 0.007169 10.0.0.73 - - [2025-12-08 02:37:52] "POST /fqname-to-id HTTP/1.1" 404 207 0.004714 10.0.0.73 - - [2025-12-08 02:37:52] "POST /neutron/network HTTP/1.1" 200 1125 0.059461 10.0.0.73 - - [2025-12-08 02:37:52] "POST /access-control-lists HTTP/1.1" 200 607 0.070240 10.0.0.73 - - [2025-12-08 02:37:52] "POST /neutron/network HTTP/1.1" 200 1125 0.040049 10.0.0.73 - - [2025-12-08 02:37:52] "GET /virtual-network/67708029-f00f-4a14-bbfc-e5b199b2aed3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2988 0.006956 10.0.0.73 - - [2025-12-08 02:37:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003328 10.0.0.73 - - [2025-12-08 02:37:52] "GET /network-policy/818b50b4-3d35-408e-8408-2242e607c801?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3152 0.004016 10.0.0.73 - - [2025-12-08 02:37:52] "GET /domains HTTP/1.1" 401 292 0.000505 10.0.0.73 - - [2025-12-08 02:37:52] "GET /domains HTTP/1.1" 200 280 0.040691 10.0.0.73 - - [2025-12-08 02:37:52] "GET /domains?obj_uuids=bdb80538-3a76-4907-b398-c529616d0886&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001568 10.0.0.73 - - [2025-12-08 02:37:52] "GET /domain/bdb80538-3a76-4907-b398-c529616d0886 HTTP/1.1" 200 2590 0.010397 10.0.0.73 - - [2025-12-08 02:37:52] "GET /projects?obj_uuids=51289ad4-dd82-412a-8cf2-b89bfa448631&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001284 10.0.0.73 - - [2025-12-08 02:37:52] "GET /project/51289ad4-dd82-412a-8cf2-b89bfa448631 HTTP/1.1" 200 2458 0.076708 10.0.0.73 - - [2025-12-08 02:37:53] "GET /virtual-network/67708029-f00f-4a14-bbfc-e5b199b2aed3 HTTP/1.1" 200 3550 0.010516 10.0.0.73 - - [2025-12-08 02:37:53] "GET /virtual-network/67708029-f00f-4a14-bbfc-e5b199b2aed3 HTTP/1.1" 200 3550 0.006739 10.0.0.73 - - [2025-12-08 02:37:53] "GET /routing-instance/7d70db19-df7d-4c42-9664-ec929bf2f464 HTTP/1.1" 200 1495 0.005127 10.0.0.73 - - [2025-12-08 02:37:53] "GET /routing-instance/7d70db19-df7d-4c42-9664-ec929bf2f464 HTTP/1.1" 200 1495 0.005573 10.0.0.73 - - [2025-12-08 02:37:53] "GET /route-target/87a52b1e-b5bd-4e3b-80e1-766ed4ededb1 HTTP/1.1" 200 1221 0.005329 10.0.0.73 - - [2025-12-08 02:37:53] "GET /virtual-network/67708029-f00f-4a14-bbfc-e5b199b2aed3 HTTP/1.1" 200 3550 0.006723 10.0.0.73 - - [2025-12-08 02:37:53] "GET /routing-instance/7d70db19-df7d-4c42-9664-ec929bf2f464 HTTP/1.1" 200 1495 0.005258 10.0.0.73 - - [2025-12-08 02:37:53] "GET /virtual-network/67708029-f00f-4a14-bbfc-e5b199b2aed3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2988 0.006849 10.0.0.73 - - [2025-12-08 02:37:53] "GET /virtual-network/67708029-f00f-4a14-bbfc-e5b199b2aed3 HTTP/1.1" 200 3550 0.006348 10.0.0.73 - - [2025-12-08 02:37:53] "GET /routing-instance/7d70db19-df7d-4c42-9664-ec929bf2f464 HTTP/1.1" 200 1495 0.003772 10.0.0.73 - - [2025-12-08 02:37:53] "GET /routing-instance/7d70db19-df7d-4c42-9664-ec929bf2f464 HTTP/1.1" 200 1495 0.003945 10.0.0.73 - - [2025-12-08 02:37:53] "GET /route-target/87a52b1e-b5bd-4e3b-80e1-766ed4ededb1 HTTP/1.1" 200 1221 0.003754 10.0.0.73 - - [2025-12-08 02:37:53] "GET /domains HTTP/1.1" 200 280 0.005184 10.0.0.73 - - [2025-12-08 02:37:53] "GET /domains?obj_uuids=bdb80538-3a76-4907-b398-c529616d0886&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001191 10.0.0.73 - - [2025-12-08 02:37:53] "GET /domain/bdb80538-3a76-4907-b398-c529616d0886 HTTP/1.1" 200 2590 0.008197 10.0.0.73 - - [2025-12-08 02:37:53] "GET /projects?obj_uuids=51289ad4-dd82-412a-8cf2-b89bfa448631&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001144 10.0.0.73 - - [2025-12-08 02:37:53] "GET /project/51289ad4-dd82-412a-8cf2-b89bfa448631 HTTP/1.1" 200 2458 0.068841 10.0.0.73 - - [2025-12-08 02:37:53] "GET /virtual-network/67708029-f00f-4a14-bbfc-e5b199b2aed3 HTTP/1.1" 200 3550 0.005577 10.0.0.73 - - [2025-12-08 02:37:53] "GET /obj-perms HTTP/1.1" 200 5062 0.074705 10.0.0.73 - - [2025-12-08 02:37:53] "GET /domains HTTP/1.1" 200 280 0.003345 10.0.0.73 - - [2025-12-08 02:37:53] "GET /domains?obj_uuids=bdb80538-3a76-4907-b398-c529616d0886&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001648 10.0.0.73 - - [2025-12-08 02:37:53] "GET /domain/bdb80538-3a76-4907-b398-c529616d0886 HTTP/1.1" 200 2590 0.009694 10.0.0.73 - - [2025-12-08 02:37:53] "GET /projects?obj_uuids=51289ad4-dd82-412a-8cf2-b89bfa448631&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001310 10.0.0.73 - - [2025-12-08 02:37:53] "GET /project/51289ad4-dd82-412a-8cf2-b89bfa448631 HTTP/1.1" 200 2458 0.073824 10.0.0.73 - - [2025-12-08 02:37:53] "GET /network-policy/818b50b4-3d35-408e-8408-2242e607c801 HTTP/1.1" 200 3478 0.005146 10.0.0.73 - - [2025-12-08 02:37:53] "DELETE /network-policy/818b50b4-3d35-408e-8408-2242e607c801 HTTP/1.1" 409 238 0.007499 10.0.0.73 - - [2025-12-08 02:37:53] "POST /neutron/network HTTP/1.1" 200 1125 0.009329 10.0.0.73 - - [2025-12-08 02:37:53] "DELETE /access-control-list/e3c83f9f-3fd8-4d1e-a4af-6f4589538c96 HTTP/1.1" 200 115 0.034456 10.0.0.73 - - [2025-12-08 02:37:53] "POST /useragent-kv HTTP/1.1" 200 115 0.005661 10.0.0.73 - - [2025-12-08 02:37:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005293 10.0.0.73 - - [2025-12-08 02:37:53] "POST /useragent-kv HTTP/1.1" 200 115 0.002372 10.0.0.73 - - [2025-12-08 02:37:53] "POST /useragent-kv HTTP/1.1" 200 115 0.002433 10.0.0.73 - - [2025-12-08 02:37:53] "POST /useragent-kv HTTP/1.1" 200 115 0.002170 10.0.0.73 - - [2025-12-08 02:37:53] "POST /neutron/network HTTP/1.1" 200 151 0.112645 10.0.0.73 - - [2025-12-08 02:37:53] "GET /routing-instance/7d70db19-df7d-4c42-9664-ec929bf2f464 HTTP/1.1" 404 171 0.002863 10.0.0.73 - - [2025-12-08 02:37:53] "GET /domains HTTP/1.1" 200 280 0.003814 10.0.0.73 - - [2025-12-08 02:37:53] "GET /domains?obj_uuids=bdb80538-3a76-4907-b398-c529616d0886&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001189 10.0.0.73 - - [2025-12-08 02:37:53] "DELETE /route-target/87a52b1e-b5bd-4e3b-80e1-766ed4ededb1 HTTP/1.1" 200 115 0.017696 10.0.0.73 - - [2025-12-08 02:37:54] "GET /domain/bdb80538-3a76-4907-b398-c529616d0886 HTTP/1.1" 200 2590 0.048717 10.0.0.73 - - [2025-12-08 02:37:54] "GET /projects?obj_uuids=51289ad4-dd82-412a-8cf2-b89bfa448631&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001093 10.0.0.73 - - [2025-12-08 02:37:54] "GET /project/51289ad4-dd82-412a-8cf2-b89bfa448631 HTTP/1.1" 200 2204 0.074313 10.0.0.73 - - [2025-12-08 02:37:54] "DELETE /network-policy/818b50b4-3d35-408e-8408-2242e607c801 HTTP/1.1" 200 115 0.030658 10.0.0.73 - - [2025-12-08 02:37:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003577 10.0.0.73 - - [2025-12-08 02:37:54] "GET /projects?obj_uuids=51289ad4-dd82-412a-8cf2-b89bfa448631&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.002358 10.0.0.73 - - [2025-12-08 02:37:54] "GET /project/51289ad4-dd82-412a-8cf2-b89bfa448631?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.030609 10.0.0.73 - - [2025-12-08 02:37:54] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyNegativeIpv4v6-60038930&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.005204 10.0.0.73 - - [2025-12-08 02:37:54] "GET /projects?obj_uuids=51289ad4-dd82-412a-8cf2-b89bfa448631&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001541 10.0.0.73 - - [2025-12-08 02:37:54] "GET /project/51289ad4-dd82-412a-8cf2-b89bfa448631?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.024616 10.0.0.73 - - [2025-12-08 02:37:54] "GET /projects?obj_uuids=51289ad4-dd82-412a-8cf2-b89bfa448631&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001141 10.0.0.73 - - [2025-12-08 02:37:55] "GET /project/51289ad4-dd82-412a-8cf2-b89bfa448631?fields=virtual_networks HTTP/1.1" 200 1064 0.070540 10.0.0.73 - - [2025-12-08 02:37:55] "GET /projects?obj_uuids=51289ad4-dd82-412a-8cf2-b89bfa448631&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001268 10.0.0.73 - - [2025-12-08 02:37:55] "GET /project/51289ad4-dd82-412a-8cf2-b89bfa448631?fields=virtual_machine_interfaces HTTP/1.1" 200 1064 0.027888 10.0.0.73 - - [2025-12-08 02:37:55] "GET /projects?obj_uuids=51289ad4-dd82-412a-8cf2-b89bfa448631&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001614 10.0.0.73 - - [2025-12-08 02:37:55] "GET /project/51289ad4-dd82-412a-8cf2-b89bfa448631?fields=security_groups HTTP/1.1" 200 1306 0.026596 10.0.0.73 - - [2025-12-08 02:37:55] "GET /obj-perms HTTP/1.1" 200 5056 0.076098 10.0.0.73 - - [2025-12-08 02:37:56] "GET /obj-perms HTTP/1.1" 200 5056 0.192463 10.0.0.73 - - [2025-12-08 02:37:56] "POST /fqname-to-id HTTP/1.1" 404 190 0.033130 10.0.0.73 - - [2025-12-08 02:37:57] "GET /projects?obj_uuids=3e987c21-545c-4829-810c-a006aba7ec39&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002931 10.0.0.73 - - [2025-12-08 02:37:57] "GET /domains?obj_uuids=bdb80538-3a76-4907-b398-c529616d0886&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001596 10.0.0.73 - - [2025-12-08 02:37:57] "GET /domain/bdb80538-3a76-4907-b398-c529616d0886?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008430 10.0.0.73 - - [2025-12-08 02:37:57] "POST /id-to-fqname HTTP/1.1" 200 192 0.001438 10.0.0.73 - - [2025-12-08 02:37:57] "POST /fqname-to-id HTTP/1.1" 404 201 0.002424 10.0.0.73 - - [2025-12-08 02:37:57] "POST /security-groups HTTP/1.1" 200 593 0.064837 10.0.0.73 - - [2025-12-08 02:37:57] "POST /fqname-to-id HTTP/1.1" 404 236 0.003053 10.0.0.73 - - [2025-12-08 02:37:57] "POST /projects HTTP/1.1" 200 589 0.214497 10.0.0.73 - - [2025-12-08 02:37:57] "POST /access-control-lists HTTP/1.1" 200 598 0.061256 10.0.0.73 - - [2025-12-08 02:37:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.296305 10.0.0.73 - - [2025-12-08 02:37:57] "POST /fqname-to-id HTTP/1.1" 404 235 0.003824 10.0.0.73 - - [2025-12-08 02:37:57] "GET /project/3e987c21-545c-4829-810c-a006aba7ec39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.437812 10.0.0.73 - - [2025-12-08 02:37:57] "POST /access-control-lists HTTP/1.1" 200 596 0.065114 10.0.0.73 - - [2025-12-08 02:37:58] "GET / HTTP/1.1" 200 35931 0.002607 10.0.0.73 - - [2025-12-08 02:37:59] "POST /fqname-to-id HTTP/1.1" 401 292 0.000603 10.0.0.73 - - [2025-12-08 02:37:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.063681 10.0.0.73 - - [2025-12-08 02:37:59] "GET /projects?obj_uuids=3e987c21-545c-4829-810c-a006aba7ec39&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001268 10.0.0.73 - - [2025-12-08 02:37:59] "GET /project/3e987c21-545c-4829-810c-a006aba7ec39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.028951 10.0.0.73 - - [2025-12-08 02:38:00] "POST /neutron/network HTTP/1.1" 200 117 0.042726 10.0.0.73 - - [2025-12-08 02:38:00] "GET /projects?obj_uuids=3e987c21-545c-4829-810c-a006aba7ec39&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001157 10.0.0.73 - - [2025-12-08 02:38:00] "POST /neutron/network HTTP/1.1" 200 607 0.075228 10.0.0.73 - - [2025-12-08 02:38:00] "POST /route-targets HTTP/1.1" 200 327 0.011028 10.0.0.73 - - [2025-12-08 02:38:00] "POST /ref-update HTTP/1.1" 200 156 0.017915 10.0.0.73 - - [2025-12-08 02:38:00] "POST /useragent-kv HTTP/1.1" 200 115 0.007612 10.0.0.73 - - [2025-12-08 02:38:00] "POST /neutron/subnet HTTP/1.1" 200 724 0.158047 10.0.0.73 - - [2025-12-08 02:38:00] "POST /neutron/network HTTP/1.1" 200 826 0.006131 10.0.0.73 - - [2025-12-08 02:38:00] "POST /id-to-fqname HTTP/1.1" 200 222 0.001406 10.0.0.73 - - [2025-12-08 02:38:00] "GET /virtual-network/4665e3ee-e1eb-48f2-b35c-9152da369979?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005288 10.0.0.73 - - [2025-12-08 02:38:00] "POST /neutron/network HTTP/1.1" 200 826 0.009722 10.0.0.73 - - [2025-12-08 02:38:00] "GET /virtual-network/4665e3ee-e1eb-48f2-b35c-9152da369979?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005822 10.0.0.73 - - [2025-12-08 02:38:00] "POST /neutron/network HTTP/1.1" 200 826 0.006641 10.0.0.73 - - [2025-12-08 02:38:00] "POST /neutron/subnet HTTP/1.1" 200 724 0.008914 10.0.0.73 - - [2025-12-08 02:38:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003592 10.0.0.73 - - [2025-12-08 02:38:00] "GET /projects?obj_uuids=3e987c21-545c-4829-810c-a006aba7ec39&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001224 10.0.0.73 - - [2025-12-08 02:38:00] "GET /project/3e987c21-545c-4829-810c-a006aba7ec39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.032248 10.0.0.73 - - [2025-12-08 02:38:00] "POST /neutron/network HTTP/1.1" 200 117 0.011631 10.0.0.73 - - [2025-12-08 02:38:00] "GET /projects?obj_uuids=3e987c21-545c-4829-810c-a006aba7ec39&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001825 10.0.0.73 - - [2025-12-08 02:38:00] "POST /neutron/network HTTP/1.1" 200 607 0.086687 10.0.0.73 - - [2025-12-08 02:38:00] "POST /route-targets HTTP/1.1" 200 327 0.013959 10.0.0.73 - - [2025-12-08 02:38:00] "POST /ref-update HTTP/1.1" 200 156 0.013999 10.0.0.73 - - [2025-12-08 02:38:00] "POST /useragent-kv HTTP/1.1" 200 115 0.003181 10.0.0.73 - - [2025-12-08 02:38:00] "POST /neutron/subnet HTTP/1.1" 200 720 0.152380 10.0.0.73 - - [2025-12-08 02:38:00] "POST /neutron/network HTTP/1.1" 200 825 0.007314 10.0.0.73 - - [2025-12-08 02:38:00] "POST /id-to-fqname HTTP/1.1" 200 222 0.001830 10.0.0.73 - - [2025-12-08 02:38:00] "GET /virtual-network/c6473644-b4c7-403a-9699-9c51e49415ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006375 10.0.0.73 - - [2025-12-08 02:38:01] "POST /neutron/network HTTP/1.1" 200 825 0.008115 10.0.0.73 - - [2025-12-08 02:38:01] "GET /virtual-network/c6473644-b4c7-403a-9699-9c51e49415ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.008463 10.0.0.73 - - [2025-12-08 02:38:01] "POST /neutron/network HTTP/1.1" 200 825 0.007572 10.0.0.73 - - [2025-12-08 02:38:01] "POST /neutron/subnet HTTP/1.1" 200 720 0.008996 10.0.0.73 - - [2025-12-08 02:38:01] "POST /fqname-to-id HTTP/1.1" 404 228 0.003901 10.0.0.73 - - [2025-12-08 02:38:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003102 10.0.0.73 - - [2025-12-08 02:38:01] "GET /projects?obj_uuids=3e987c21-545c-4829-810c-a006aba7ec39&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001407 10.0.0.73 - - [2025-12-08 02:38:01] "GET /project/3e987c21-545c-4829-810c-a006aba7ec39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.030293 10.0.0.73 - - [2025-12-08 02:38:01] "POST /network-policys HTTP/1.1" 200 571 0.022692 10.0.0.73 - - [2025-12-08 02:38:01] "GET /network-policy/04b73213-74bb-4e8c-a067-00b8b73f5856?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2151 0.006072 10.0.0.73 - - [2025-12-08 02:38:01] "POST /neutron/network HTTP/1.1" 200 826 0.007097 10.0.0.73 - - [2025-12-08 02:38:01] "POST /fqname-to-id HTTP/1.1" 404 236 0.004874 10.0.0.73 - - [2025-12-08 02:38:01] "POST /neutron/network HTTP/1.1" 200 928 0.074264 10.0.0.73 - - [2025-12-08 02:38:01] "POST /neutron/network HTTP/1.1" 200 928 0.040697 10.0.0.73 - - [2025-12-08 02:38:01] "POST /access-control-lists HTTP/1.1" 200 590 0.084513 10.0.0.73 - - [2025-12-08 02:38:01] "GET /virtual-network/4665e3ee-e1eb-48f2-b35c-9152da369979?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.007397 10.0.0.73 - - [2025-12-08 02:38:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003716 10.0.0.73 - - [2025-12-08 02:38:01] "GET /network-policy/04b73213-74bb-4e8c-a067-00b8b73f5856?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2151 0.004866 10.0.0.73 - - [2025-12-08 02:38:01] "POST /neutron/network HTTP/1.1" 200 825 0.008888 10.0.0.73 - - [2025-12-08 02:38:01] "POST /fqname-to-id HTTP/1.1" 404 236 0.008240 10.0.0.73 - - [2025-12-08 02:38:01] "POST /neutron/network HTTP/1.1" 200 927 0.068022 10.0.0.73 - - [2025-12-08 02:38:01] "POST /access-control-lists HTTP/1.1" 200 590 0.074101 10.0.0.73 - - [2025-12-08 02:38:01] "POST /neutron/network HTTP/1.1" 200 927 0.041977 10.0.0.73 - - [2025-12-08 02:38:01] "GET /virtual-network/c6473644-b4c7-403a-9699-9c51e49415ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.006114 10.0.0.73 - - [2025-12-08 02:38:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003786 10.0.0.73 - - [2025-12-08 02:38:01] "POST /ref-update HTTP/1.1" 200 156 0.012594 10.0.0.73 - - [2025-12-08 02:38:01] "GET /network-policy/04b73213-74bb-4e8c-a067-00b8b73f5856?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2151 0.004172 10.0.0.73 - - [2025-12-08 02:38:01] "GET /domains HTTP/1.1" 401 292 0.000498 10.0.0.73 - - [2025-12-08 02:38:02] "PUT /access-control-list/dfa710b5-fac6-40a8-ac8a-ca4c19668a9a HTTP/1.1" 200 272 0.058237 10.0.0.73 - - [2025-12-08 02:38:02] "GET /domains HTTP/1.1" 200 280 0.032862 10.0.0.73 - - [2025-12-08 02:38:02] "GET /domains?obj_uuids=bdb80538-3a76-4907-b398-c529616d0886&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001202 10.0.0.73 - - [2025-12-08 02:38:02] "GET /domain/bdb80538-3a76-4907-b398-c529616d0886 HTTP/1.1" 200 2778 0.009156 10.0.0.73 - - [2025-12-08 02:38:02] "GET /projects?obj_uuids=3e987c21-545c-4829-810c-a006aba7ec39&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001214 10.0.0.73 - - [2025-12-08 02:38:02] "GET /project/3e987c21-545c-4829-810c-a006aba7ec39 HTTP/1.1" 200 2570 0.079664 10.0.0.73 - - [2025-12-08 02:38:02] "GET /virtual-network/4665e3ee-e1eb-48f2-b35c-9152da369979 HTTP/1.1" 200 2892 0.007443 10.0.0.73 - - [2025-12-08 02:38:02] "GET /virtual-network/4665e3ee-e1eb-48f2-b35c-9152da369979 HTTP/1.1" 200 2892 0.005411 10.0.0.73 - - [2025-12-08 02:38:02] "GET /routing-instance/ccaef59d-7452-46c9-8241-a1d37242312d HTTP/1.1" 200 1783 0.004150 10.0.0.73 - - [2025-12-08 02:38:02] "GET /routing-instance/ccaef59d-7452-46c9-8241-a1d37242312d HTTP/1.1" 200 1783 0.004273 10.0.0.73 - - [2025-12-08 02:38:02] "GET /route-target/47b0dfaf-3ebd-4eeb-9a77-c0fdf580f7b4 HTTP/1.1" 200 1206 0.003525 10.0.0.73 - - [2025-12-08 02:38:02] "GET /virtual-network/4665e3ee-e1eb-48f2-b35c-9152da369979 HTTP/1.1" 200 2892 0.005055 10.0.0.73 - - [2025-12-08 02:38:02] "GET /routing-instance/ccaef59d-7452-46c9-8241-a1d37242312d HTTP/1.1" 200 1783 0.004288 10.0.0.73 - - [2025-12-08 02:38:02] "GET /virtual-network/4665e3ee-e1eb-48f2-b35c-9152da369979?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.005584 10.0.0.73 - - [2025-12-08 02:38:02] "GET /virtual-network/4665e3ee-e1eb-48f2-b35c-9152da369979 HTTP/1.1" 200 2892 0.005807 10.0.0.73 - - [2025-12-08 02:38:02] "GET /routing-instance/ccaef59d-7452-46c9-8241-a1d37242312d HTTP/1.1" 200 1783 0.004361 10.0.0.73 - - [2025-12-08 02:38:02] "GET /routing-instance/ccaef59d-7452-46c9-8241-a1d37242312d HTTP/1.1" 200 1783 0.004901 10.0.0.73 - - [2025-12-08 02:38:02] "GET /route-target/47b0dfaf-3ebd-4eeb-9a77-c0fdf580f7b4 HTTP/1.1" 200 1206 0.004250 10.0.0.73 - - [2025-12-08 02:38:02] "GET /domains HTTP/1.1" 200 280 0.004040 10.0.0.73 - - [2025-12-08 02:38:02] "GET /domains?obj_uuids=bdb80538-3a76-4907-b398-c529616d0886&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001249 10.0.0.73 - - [2025-12-08 02:38:02] "GET /domain/bdb80538-3a76-4907-b398-c529616d0886 HTTP/1.1" 200 2778 0.008244 10.0.0.73 - - [2025-12-08 02:38:02] "GET /projects?obj_uuids=3e987c21-545c-4829-810c-a006aba7ec39&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001670 10.0.0.73 - - [2025-12-08 02:38:02] "GET /project/3e987c21-545c-4829-810c-a006aba7ec39 HTTP/1.1" 200 2570 0.074248 10.0.0.73 - - [2025-12-08 02:38:02] "GET /virtual-network/4665e3ee-e1eb-48f2-b35c-9152da369979 HTTP/1.1" 200 2892 0.005859 10.0.0.73 - - [2025-12-08 02:38:03] "GET /obj-perms HTTP/1.1" 200 5034 0.061373 10.0.0.73 - - [2025-12-08 02:38:03] "GET /domains HTTP/1.1" 200 280 0.003150 10.0.0.73 - - [2025-12-08 02:38:03] "GET /domains?obj_uuids=bdb80538-3a76-4907-b398-c529616d0886&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001563 10.0.0.73 - - [2025-12-08 02:38:03] "GET /domain/bdb80538-3a76-4907-b398-c529616d0886 HTTP/1.1" 200 2778 0.008902 10.0.0.73 - - [2025-12-08 02:38:03] "GET /projects?obj_uuids=3e987c21-545c-4829-810c-a006aba7ec39&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001596 10.0.0.73 - - [2025-12-08 02:38:03] "GET /project/3e987c21-545c-4829-810c-a006aba7ec39 HTTP/1.1" 200 2570 0.070734 10.0.0.73 - - [2025-12-08 02:38:03] "GET /virtual-network/c6473644-b4c7-403a-9699-9c51e49415ee HTTP/1.1" 200 2890 0.007801 10.0.0.73 - - [2025-12-08 02:38:03] "GET /virtual-network/c6473644-b4c7-403a-9699-9c51e49415ee HTTP/1.1" 200 2890 0.005648 10.0.0.73 - - [2025-12-08 02:38:03] "GET /routing-instance/f7b77e06-2514-4ef9-988b-adb7fca29acb HTTP/1.1" 200 1784 0.004494 10.0.0.73 - - [2025-12-08 02:38:03] "GET /routing-instance/f7b77e06-2514-4ef9-988b-adb7fca29acb HTTP/1.1" 200 1784 0.004386 10.0.0.73 - - [2025-12-08 02:38:03] "GET /route-target/4106e418-4ba7-4b9e-a3a0-935b95d5003c HTTP/1.1" 200 1206 0.004503 10.0.0.73 - - [2025-12-08 02:38:03] "GET /virtual-network/c6473644-b4c7-403a-9699-9c51e49415ee HTTP/1.1" 200 2890 0.006481 10.0.0.73 - - [2025-12-08 02:38:03] "GET /routing-instance/f7b77e06-2514-4ef9-988b-adb7fca29acb HTTP/1.1" 200 1784 0.005300 10.0.0.73 - - [2025-12-08 02:38:03] "GET /virtual-network/c6473644-b4c7-403a-9699-9c51e49415ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.006083 10.0.0.73 - - [2025-12-08 02:38:03] "GET /virtual-network/c6473644-b4c7-403a-9699-9c51e49415ee HTTP/1.1" 200 2890 0.006110 10.0.0.73 - - [2025-12-08 02:38:03] "GET /routing-instance/f7b77e06-2514-4ef9-988b-adb7fca29acb HTTP/1.1" 200 1784 0.003971 10.0.0.73 - - [2025-12-08 02:38:03] "GET /routing-instance/f7b77e06-2514-4ef9-988b-adb7fca29acb HTTP/1.1" 200 1784 0.004361 10.0.0.73 - - [2025-12-08 02:38:03] "GET /route-target/4106e418-4ba7-4b9e-a3a0-935b95d5003c HTTP/1.1" 200 1206 0.003707 10.0.0.73 - - [2025-12-08 02:38:03] "GET /domains HTTP/1.1" 200 280 0.005254 10.0.0.73 - - [2025-12-08 02:38:03] "GET /domains?obj_uuids=bdb80538-3a76-4907-b398-c529616d0886&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001259 10.0.0.73 - - [2025-12-08 02:38:03] "GET /domain/bdb80538-3a76-4907-b398-c529616d0886 HTTP/1.1" 200 2778 0.008783 10.0.0.73 - - [2025-12-08 02:38:03] "GET /projects?obj_uuids=3e987c21-545c-4829-810c-a006aba7ec39&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001253 10.0.0.73 - - [2025-12-08 02:38:03] "GET /project/3e987c21-545c-4829-810c-a006aba7ec39 HTTP/1.1" 200 2570 0.080108 10.0.0.73 - - [2025-12-08 02:38:03] "GET /virtual-network/c6473644-b4c7-403a-9699-9c51e49415ee HTTP/1.1" 200 2890 0.005743 10.0.0.73 - - [2025-12-08 02:38:03] "GET /obj-perms HTTP/1.1" 200 5034 0.003704 10.0.0.73 - - [2025-12-08 02:38:03] "POST /id-to-fqname HTTP/1.1" 200 222 0.001560 10.0.0.73 - - [2025-12-08 02:38:03] "POST /neutron/network HTTP/1.1" 200 938 0.008858 10.0.0.73 - - [2025-12-08 02:38:03] "GET /aaa-mode HTTP/1.1" 401 292 0.000653 10.0.0.73 - - [2025-12-08 02:38:04] "GET / HTTP/1.1" 200 35931 0.001847 10.0.0.73 - - [2025-12-08 02:38:04] "GET /project/3e987c21-545c-4829-810c-a006aba7ec39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000508 10.0.0.73 - - [2025-12-08 02:38:04] "GET /projects?obj_uuids=3e987c21-545c-4829-810c-a006aba7ec39&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001243 10.0.0.73 - - [2025-12-08 02:38:04] "GET /project/3e987c21-545c-4829-810c-a006aba7ec39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.059217 10.0.0.73 - - [2025-12-08 02:38:04] "POST /neutron/network HTTP/1.1" 200 928 0.006696 10.0.0.73 - - [2025-12-08 02:38:04] "POST /neutron/port HTTP/1.1" 200 117 0.006181 10.0.0.73 - - [2025-12-08 02:38:04] "POST /neutron/port HTTP/1.1" 200 117 0.005526 10.0.0.73 - - [2025-12-08 02:38:04] "POST /id-to-fqname HTTP/1.1" 200 222 0.001551 10.0.0.73 - - [2025-12-08 02:38:04] "POST /neutron/port HTTP/1.1" 200 117 0.005833 10.0.0.73 - - [2025-12-08 02:38:04] "POST /neutron/network HTTP/1.1" 200 937 0.007636 10.0.0.73 - - [2025-12-08 02:38:04] "GET /aaa-mode HTTP/1.1" 401 292 0.000521 10.0.0.73 - - [2025-12-08 02:38:05] "POST /neutron/network HTTP/1.1" 200 938 0.006797 10.0.0.73 - - [2025-12-08 02:38:05] "GET /projects?obj_uuids=3e987c21-545c-4829-810c-a006aba7ec39&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001253 10.0.0.73 - - [2025-12-08 02:38:05] "GET / HTTP/1.1" 200 35931 0.003352 10.0.0.73 - - [2025-12-08 02:38:05] "GET /project/3e987c21-545c-4829-810c-a006aba7ec39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000457 10.0.0.73 - - [2025-12-08 02:38:05] "POST /neutron/port HTTP/1.1" 200 1062 0.229817 10.0.0.73 - - [2025-12-08 02:38:05] "POST /neutron/port HTTP/1.1" 200 1062 0.012450 10.0.0.73 - - [2025-12-08 02:38:05] "POST /neutron/port HTTP/1.1" 200 1062 0.010847 10.0.0.73 - - [2025-12-08 02:38:05] "POST /neutron/port HTTP/1.1" 200 1116 0.064430 10.0.0.73 - - [2025-12-08 02:38:05] "POST /neutron/port HTTP/1.1" 200 1090 0.011524 10.0.0.73 - - [2025-12-08 02:38:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004174 10.0.0.73 - - [2025-12-08 02:38:05] "POST /neutron/subnet HTTP/1.1" 200 698 0.007890 10.0.0.73 - - [2025-12-08 02:38:05] "POST /neutron/port HTTP/1.1" 200 117 0.001494 10.0.0.73 - - [2025-12-08 02:38:05] "POST /neutron/network HTTP/1.1" 200 928 0.007669 10.0.0.73 - - [2025-12-08 02:38:05] "GET /projects?obj_uuids=3e987c21-545c-4829-810c-a006aba7ec39&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001950 10.0.0.73 - - [2025-12-08 02:38:05] "GET /project/3e987c21-545c-4829-810c-a006aba7ec39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.064299 10.0.0.73 - - [2025-12-08 02:38:05] "POST /neutron/network HTTP/1.1" 200 927 0.007149 10.0.0.73 - - [2025-12-08 02:38:06] "POST /neutron/port HTTP/1.1" 200 1090 0.023099 10.0.0.73 - - [2025-12-08 02:38:06] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008391 10.0.0.73 - - [2025-12-08 02:38:06] "POST /neutron/port HTTP/1.1" 200 117 0.006413 10.0.0.73 - - [2025-12-08 02:38:06] "POST /neutron/port HTTP/1.1" 200 1090 0.014337 10.0.0.73 - - [2025-12-08 02:38:06] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009346 10.0.0.73 - - [2025-12-08 02:38:06] "POST /neutron/network HTTP/1.1" 200 937 0.011996 10.0.0.73 - - [2025-12-08 02:38:06] "GET /projects?obj_uuids=3e987c21-545c-4829-810c-a006aba7ec39&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001243 10.0.0.73 - - [2025-12-08 02:38:06] "PUT /access-control-list/e7b80a0b-45a2-4309-9982-1beb72aa8aa8 HTTP/1.1" 200 272 0.013946 10.0.0.73 - - [2025-12-08 02:38:06] "POST /neutron/port HTTP/1.1" 200 1061 0.263770 10.0.0.73 - - [2025-12-08 02:38:06] "POST /neutron/port HTTP/1.1" 200 1061 0.013277 10.0.0.73 - - [2025-12-08 02:38:06] "POST /neutron/port HTTP/1.1" 200 1061 0.018184 10.0.0.73 - - [2025-12-08 02:38:07] "POST /neutron/port HTTP/1.1" 200 1115 0.076027 10.0.0.73 - - [2025-12-08 02:38:07] "POST /neutron/port HTTP/1.1" 200 1089 0.013104 10.0.0.73 - - [2025-12-08 02:38:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004126 10.0.0.73 - - [2025-12-08 02:38:07] "POST /neutron/subnet HTTP/1.1" 200 694 0.011726 10.0.0.73 - - [2025-12-08 02:38:07] "POST /neutron/port HTTP/1.1" 200 117 0.002043 10.0.0.73 - - [2025-12-08 02:38:07] "POST /neutron/network HTTP/1.1" 200 927 0.006629 10.0.0.73 - - [2025-12-08 02:38:11] "POST /neutron/port HTTP/1.1" 200 1090 0.014781 10.0.0.73 - - [2025-12-08 02:38:11] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007256 10.0.0.73 - - [2025-12-08 02:38:11] "POST /neutron/port HTTP/1.1" 200 1090 0.012379 10.0.0.73 - - [2025-12-08 02:38:11] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007528 10.0.0.73 - - [2025-12-08 02:38:11] "POST /neutron/port HTTP/1.1" 200 1090 0.012656 10.0.0.73 - - [2025-12-08 02:38:11] "POST /neutron/security_group HTTP/1.1" 200 2060 0.010189 10.0.0.73 - - [2025-12-08 02:38:11] "GET /virtual-machine/77c96653-32c8-4a96-9649-8562ae752bd9 HTTP/1.1" 200 1294 0.005087 10.0.0.73 - - [2025-12-08 02:38:11] "GET /virtual-machine-interface/af39f853-3528-4937-9c33-4437fd143d15 HTTP/1.1" 200 2952 0.005654 10.0.0.73 - - [2025-12-08 02:38:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003501 10.0.0.73 - - [2025-12-08 02:38:11] "GET /global-vrouter-config/8c7ca7c7-4fde-43f4-b512-e9137443a07e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004037 10.0.0.73 - - [2025-12-08 02:38:11] "GET /virtual-networks?parent_id=3e987c21-545c-4829-810c-a006aba7ec39&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003972 10.0.0.73 - - [2025-12-08 02:38:11] "GET /virtual-network/4665e3ee-e1eb-48f2-b35c-9152da369979?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.005982 10.0.0.73 - - [2025-12-08 02:38:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000508 10.0.0.73 - - [2025-12-08 02:38:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000473 10.0.0.73 - - [2025-12-08 02:38:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004011 10.0.0.73 - - [2025-12-08 02:38:14] "GET /virtual-network/4665e3ee-e1eb-48f2-b35c-9152da369979?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.005622 10.0.0.73 - - [2025-12-08 02:38:14] "GET /global-system-configs HTTP/1.1" 401 292 0.000654 10.0.0.73 - - [2025-12-08 02:38:14] "GET /global-system-configs HTTP/1.1" 401 292 0.000618 10.0.0.73 - - [2025-12-08 02:38:16] "POST /neutron/port HTTP/1.1" 200 1090 0.011934 10.0.0.73 - - [2025-12-08 02:38:16] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007281 10.0.0.73 - - [2025-12-08 02:38:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004629 10.0.0.73 - - [2025-12-08 02:38:16] "GET /global-vrouter-config/8c7ca7c7-4fde-43f4-b512-e9137443a07e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004378 10.0.0.73 - - [2025-12-08 02:38:17] "GET /virtual-networks?parent_id=3e987c21-545c-4829-810c-a006aba7ec39&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004689 10.0.0.73 - - [2025-12-08 02:38:17] "GET /virtual-network/4665e3ee-e1eb-48f2-b35c-9152da369979?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.006549 10.0.0.73 - - [2025-12-08 02:38:17] "POST /neutron/port HTTP/1.1" 200 1090 0.012186 10.0.0.73 - - [2025-12-08 02:38:17] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007964 10.0.0.73 - - [2025-12-08 02:38:17] "POST /neutron/port HTTP/1.1" 200 1089 0.014140 10.0.0.73 - - [2025-12-08 02:38:17] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008192 10.0.0.73 - - [2025-12-08 02:38:22] "POST /neutron/port HTTP/1.1" 200 1089 0.015669 10.0.0.73 - - [2025-12-08 02:38:22] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009247 10.0.0.73 - - [2025-12-08 02:38:22] "POST /neutron/port HTTP/1.1" 200 1089 0.014965 10.0.0.73 - - [2025-12-08 02:38:22] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007724 10.0.0.73 - - [2025-12-08 02:38:22] "POST /neutron/port HTTP/1.1" 200 1089 0.012559 10.0.0.73 - - [2025-12-08 02:38:22] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008461 10.0.0.73 - - [2025-12-08 02:38:22] "GET /virtual-machine/d649d176-51e6-489d-8eea-1e3645eaf48b HTTP/1.1" 200 1295 0.005843 10.0.0.73 - - [2025-12-08 02:38:22] "GET /virtual-machine-interface/77f067a8-0bb6-4b1d-897a-555d807cbedc HTTP/1.1" 200 2950 0.006465 10.0.0.73 - - [2025-12-08 02:38:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003804 10.0.0.73 - - [2025-12-08 02:38:22] "GET /global-vrouter-config/8c7ca7c7-4fde-43f4-b512-e9137443a07e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004540 10.0.0.73 - - [2025-12-08 02:38:22] "GET /virtual-networks?parent_id=3e987c21-545c-4829-810c-a006aba7ec39&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004561 10.0.0.73 - - [2025-12-08 02:38:22] "GET /virtual-network/c6473644-b4c7-403a-9699-9c51e49415ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.007341 10.0.0.73 - - [2025-12-08 02:38:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003436 10.0.0.73 - - [2025-12-08 02:38:24] "GET /global-vrouter-config/8c7ca7c7-4fde-43f4-b512-e9137443a07e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004075 10.0.0.73 - - [2025-12-08 02:38:24] "GET /virtual-networks?parent_id=3e987c21-545c-4829-810c-a006aba7ec39&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003517 10.0.0.73 - - [2025-12-08 02:38:24] "GET /virtual-network/c6473644-b4c7-403a-9699-9c51e49415ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.007542 10.0.0.73 - - [2025-12-08 02:38:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003673 10.0.0.73 - - [2025-12-08 02:38:28] "GET /projects?obj_uuids=3e987c21-545c-4829-810c-a006aba7ec39&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001328 10.0.0.73 - - [2025-12-08 02:38:28] "GET /project/3e987c21-545c-4829-810c-a006aba7ec39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.034229 10.0.0.73 - - [2025-12-08 02:38:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003994 10.0.0.73 - - [2025-12-08 02:38:28] "PUT /network-policy/04b73213-74bb-4e8c-a067-00b8b73f5856 HTTP/1.1" 200 262 0.014157 10.0.0.73 - - [2025-12-08 02:38:28] "PUT /access-control-list/e7b80a0b-45a2-4309-9982-1beb72aa8aa8 HTTP/1.1" 200 272 0.097584 10.0.0.73 - - [2025-12-08 02:38:28] "POST /ref-update HTTP/1.1" 200 156 0.016331 10.0.0.73 - - [2025-12-08 02:38:29] "PUT /access-control-list/dfa710b5-fac6-40a8-ac8a-ca4c19668a9a HTTP/1.1" 200 272 0.053550 10.0.0.73 - - [2025-12-08 02:38:29] "POST /ref-update HTTP/1.1" 200 156 0.012405 10.0.0.73 - - [2025-12-08 02:38:32] "GET /virtual-network/c6473644-b4c7-403a-9699-9c51e49415ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.006584 10.0.0.73 - - [2025-12-08 02:38:32] "POST /neutron/network HTTP/1.1" 200 927 0.007128 10.0.0.73 - - [2025-12-08 02:38:32] "POST /neutron/network HTTP/1.1" 200 825 0.051360 10.0.0.73 - - [2025-12-08 02:38:32] "DELETE /access-control-list/e7b80a0b-45a2-4309-9982-1beb72aa8aa8 HTTP/1.1" 200 115 0.043853 10.0.0.73 - - [2025-12-08 02:38:32] "POST /neutron/network HTTP/1.1" 200 825 0.019475 10.0.0.73 - - [2025-12-08 02:38:32] "GET /virtual-network/c6473644-b4c7-403a-9699-9c51e49415ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006809 10.0.0.73 - - [2025-12-08 02:38:32] "GET /virtual-network/4665e3ee-e1eb-48f2-b35c-9152da369979?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.008662 10.0.0.73 - - [2025-12-08 02:38:32] "POST /neutron/network HTTP/1.1" 200 928 0.006514 10.0.0.73 - - [2025-12-08 02:38:32] "POST /neutron/network HTTP/1.1" 200 826 0.055743 10.0.0.73 - - [2025-12-08 02:38:32] "POST /neutron/network HTTP/1.1" 200 826 0.020651 10.0.0.73 - - [2025-12-08 02:38:32] "DELETE /access-control-list/dfa710b5-fac6-40a8-ac8a-ca4c19668a9a HTTP/1.1" 200 115 0.055414 10.0.0.73 - - [2025-12-08 02:38:32] "GET /virtual-network/4665e3ee-e1eb-48f2-b35c-9152da369979?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006709 10.0.0.73 - - [2025-12-08 02:38:32] "DELETE /network-policy/04b73213-74bb-4e8c-a067-00b8b73f5856 HTTP/1.1" 200 115 0.025765 10.0.0.73 - - [2025-12-08 02:38:32] "POST /neutron/network HTTP/1.1" 200 825 0.006809 10.0.0.73 - - [2025-12-08 02:38:32] "POST /neutron/network HTTP/1.1" 400 204 0.018290 10.0.0.73 - - [2025-12-08 02:38:32] "POST /neutron/port HTTP/1.1" 200 1089 0.012243 10.0.0.73 - - [2025-12-08 02:38:32] "POST /neutron/port HTTP/1.1" 200 1115 0.011010 10.0.0.73 - - [2025-12-08 02:38:32] "POST /neutron/port HTTP/1.1" 200 1090 0.018233 10.0.0.73 - - [2025-12-08 02:38:32] "POST /neutron/port HTTP/1.1" 200 1116 0.016965 10.0.0.73 - - [2025-12-08 02:38:32] "POST /neutron/port HTTP/1.1" 200 151 0.145070 10.0.0.73 - - [2025-12-08 02:38:33] "POST /neutron/port HTTP/1.1" 200 151 0.136791 10.0.0.73 - - [2025-12-08 02:38:34] "POST /neutron/network HTTP/1.1" 200 825 0.007558 10.0.0.73 - - [2025-12-08 02:38:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004723 10.0.0.73 - - [2025-12-08 02:38:34] "POST /useragent-kv HTTP/1.1" 200 115 0.002898 10.0.0.73 - - [2025-12-08 02:38:34] "POST /useragent-kv HTTP/1.1" 200 115 0.003309 10.0.0.73 - - [2025-12-08 02:38:34] "POST /neutron/network HTTP/1.1" 200 151 0.089747 10.0.0.73 - - [2025-12-08 02:38:34] "DELETE /route-target/4106e418-4ba7-4b9e-a3a0-935b95d5003c HTTP/1.1" 200 115 0.032666 10.0.0.73 - - [2025-12-08 02:38:34] "GET /routing-instance/f7b77e06-2514-4ef9-988b-adb7fca29acb HTTP/1.1" 404 171 0.009262 10.0.0.73 - - [2025-12-08 02:38:34] "GET /domains HTTP/1.1" 200 280 0.003464 10.0.0.73 - - [2025-12-08 02:38:34] "GET /domains?obj_uuids=bdb80538-3a76-4907-b398-c529616d0886&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001933 10.0.0.73 - - [2025-12-08 02:38:34] "GET /domain/bdb80538-3a76-4907-b398-c529616d0886 HTTP/1.1" 200 2778 0.052108 10.0.0.73 - - [2025-12-08 02:38:34] "GET /projects?obj_uuids=3e987c21-545c-4829-810c-a006aba7ec39&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001110 10.0.0.73 - - [2025-12-08 02:38:34] "GET /project/3e987c21-545c-4829-810c-a006aba7ec39 HTTP/1.1" 200 2102 0.069028 10.0.0.73 - - [2025-12-08 02:38:34] "POST /neutron/network HTTP/1.1" 200 826 0.006009 10.0.0.73 - - [2025-12-08 02:38:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.007499 10.0.0.73 - - [2025-12-08 02:38:35] "POST /useragent-kv HTTP/1.1" 200 115 0.005877 10.0.0.73 - - [2025-12-08 02:38:35] "POST /useragent-kv HTTP/1.1" 200 115 0.004507 10.0.0.73 - - [2025-12-08 02:38:35] "POST /neutron/network HTTP/1.1" 200 151 0.098827 10.0.0.73 - - [2025-12-08 02:38:35] "DELETE /route-target/47b0dfaf-3ebd-4eeb-9a77-c0fdf580f7b4 HTTP/1.1" 200 115 0.029138 10.0.0.73 - - [2025-12-08 02:38:35] "GET /routing-instance/ccaef59d-7452-46c9-8241-a1d37242312d HTTP/1.1" 404 171 0.026465 10.0.0.73 - - [2025-12-08 02:38:35] "GET /domains HTTP/1.1" 200 280 0.003332 10.0.0.73 - - [2025-12-08 02:38:35] "GET /domains?obj_uuids=bdb80538-3a76-4907-b398-c529616d0886&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001291 10.0.0.73 - - [2025-12-08 02:38:35] "GET /domain/bdb80538-3a76-4907-b398-c529616d0886 HTTP/1.1" 200 2778 0.008659 10.0.0.73 - - [2025-12-08 02:38:35] "GET /projects?obj_uuids=3e987c21-545c-4829-810c-a006aba7ec39&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001335 10.0.0.73 - - [2025-12-08 02:38:35] "GET /project/3e987c21-545c-4829-810c-a006aba7ec39 HTTP/1.1" 200 1863 0.073848 10.0.0.73 - - [2025-12-08 02:38:35] "GET /projects?obj_uuids=3e987c21-545c-4829-810c-a006aba7ec39&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001300 10.0.0.73 - - [2025-12-08 02:38:35] "GET /project/3e987c21-545c-4829-810c-a006aba7ec39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.032227 10.0.0.73 - - [2025-12-08 02:38:35] "GET /projects?obj_uuids=3e987c21-545c-4829-810c-a006aba7ec39&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001290 10.0.0.73 - - [2025-12-08 02:38:35] "GET /project/3e987c21-545c-4829-810c-a006aba7ec39?fields=virtual_networks HTTP/1.1" 200 1035 0.075953 10.0.0.73 - - [2025-12-08 02:38:35] "GET /projects?obj_uuids=3e987c21-545c-4829-810c-a006aba7ec39&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001746 10.0.0.73 - - [2025-12-08 02:38:35] "GET /project/3e987c21-545c-4829-810c-a006aba7ec39?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.033170 10.0.0.73 - - [2025-12-08 02:38:35] "GET /projects?obj_uuids=3e987c21-545c-4829-810c-a006aba7ec39&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001370 10.0.0.73 - - [2025-12-08 02:38:35] "GET /project/3e987c21-545c-4829-810c-a006aba7ec39?fields=security_groups HTTP/1.1" 200 1263 0.029085 10.0.0.73 - - [2025-12-08 02:38:36] "POST /fqname-to-id HTTP/1.1" 404 181 0.038355 10.0.0.73 - - [2025-12-08 02:38:36] "GET /projects?obj_uuids=1ca07663-dc22-4592-870c-2c6e921ed453&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003599 10.0.0.73 - - [2025-12-08 02:38:36] "GET /domains?obj_uuids=bdb80538-3a76-4907-b398-c529616d0886&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001109 10.0.0.73 - - [2025-12-08 02:38:36] "GET /domain/bdb80538-3a76-4907-b398-c529616d0886?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007418 10.0.0.73 - - [2025-12-08 02:38:36] "POST /id-to-fqname HTTP/1.1" 200 183 0.001333 10.0.0.73 - - [2025-12-08 02:38:36] "POST /fqname-to-id HTTP/1.1" 404 192 0.006330 10.0.0.73 - - [2025-12-08 02:38:37] "POST /security-groups HTTP/1.1" 200 584 0.068071 10.0.0.73 - - [2025-12-08 02:38:37] "POST /fqname-to-id HTTP/1.1" 404 227 0.002812 10.0.0.73 - - [2025-12-08 02:38:37] "POST /projects HTTP/1.1" 200 571 0.223720 10.0.0.73 - - [2025-12-08 02:38:37] "POST /access-control-lists HTTP/1.1" 200 589 0.065428 10.0.0.73 - - [2025-12-08 02:38:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.302464 10.0.0.73 - - [2025-12-08 02:38:37] "POST /fqname-to-id HTTP/1.1" 404 226 0.003872 10.0.0.73 - - [2025-12-08 02:38:37] "GET /project/1ca07663-dc22-4592-870c-2c6e921ed453?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.445104 10.0.0.73 - - [2025-12-08 02:38:37] "POST /access-control-lists HTTP/1.1" 200 587 0.069343 10.0.0.73 - - [2025-12-08 02:38:38] "GET / HTTP/1.1" 200 35931 0.003191 10.0.0.73 - - [2025-12-08 02:38:39] "POST /fqname-to-id HTTP/1.1" 401 292 0.000720 10.0.0.73 - - [2025-12-08 02:38:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.070288 10.0.0.73 - - [2025-12-08 02:38:39] "GET /projects?obj_uuids=1ca07663-dc22-4592-870c-2c6e921ed453&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001437 10.0.0.73 - - [2025-12-08 02:38:39] "GET /project/1ca07663-dc22-4592-870c-2c6e921ed453?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.028451 10.0.0.73 - - [2025-12-08 02:38:40] "POST /neutron/network HTTP/1.1" 200 117 0.040990 10.0.0.73 - - [2025-12-08 02:38:40] "GET /projects?obj_uuids=1ca07663-dc22-4592-870c-2c6e921ed453&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001340 10.0.0.73 - - [2025-12-08 02:38:40] "POST /neutron/network HTTP/1.1" 200 612 0.080287 10.0.0.73 - - [2025-12-08 02:38:40] "POST /route-targets HTTP/1.1" 200 327 0.017981 10.0.0.73 - - [2025-12-08 02:38:40] "POST /ref-update HTTP/1.1" 200 156 0.021171 10.0.0.73 - - [2025-12-08 02:38:40] "POST /useragent-kv HTTP/1.1" 200 115 0.003741 10.0.0.73 - - [2025-12-08 02:38:40] "POST /neutron/subnet HTTP/1.1" 200 725 0.162392 10.0.0.73 - - [2025-12-08 02:38:40] "POST /neutron/network HTTP/1.1" 200 831 0.006454 10.0.0.73 - - [2025-12-08 02:38:40] "POST /id-to-fqname HTTP/1.1" 200 220 0.001472 10.0.0.73 - - [2025-12-08 02:38:40] "GET /virtual-network/3e863b70-3b57-4d3d-b395-2740ad1738e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.007512 10.0.0.73 - - [2025-12-08 02:38:40] "POST /neutron/network HTTP/1.1" 200 831 0.007698 10.0.0.73 - - [2025-12-08 02:38:40] "GET /virtual-network/3e863b70-3b57-4d3d-b395-2740ad1738e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.010513 10.0.0.73 - - [2025-12-08 02:38:40] "POST /neutron/network HTTP/1.1" 200 831 0.007296 10.0.0.73 - - [2025-12-08 02:38:40] "POST /neutron/subnet HTTP/1.1" 200 725 0.009191 10.0.0.73 - - [2025-12-08 02:38:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003890 10.0.0.73 - - [2025-12-08 02:38:40] "GET /virtual-network/3e863b70-3b57-4d3d-b395-2740ad1738e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006398 10.0.0.73 - - [2025-12-08 02:38:40] "PUT /virtual-network/3e863b70-3b57-4d3d-b395-2740ad1738e6 HTTP/1.1" 200 264 0.038495 10.0.0.73 - - [2025-12-08 02:38:40] "POST /route-targets HTTP/1.1" 200 323 0.019652 10.0.0.73 - - [2025-12-08 02:38:40] "POST /ref-update HTTP/1.1" 200 156 0.013921 10.0.0.73 - - [2025-12-08 02:38:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003864 10.0.0.73 - - [2025-12-08 02:38:40] "GET /projects?obj_uuids=1ca07663-dc22-4592-870c-2c6e921ed453&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001253 10.0.0.73 - - [2025-12-08 02:38:40] "GET /project/1ca07663-dc22-4592-870c-2c6e921ed453?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.027586 10.0.0.73 - - [2025-12-08 02:38:40] "POST /neutron/network HTTP/1.1" 200 117 0.013025 10.0.0.73 - - [2025-12-08 02:38:40] "GET /projects?obj_uuids=1ca07663-dc22-4592-870c-2c6e921ed453&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001240 10.0.0.73 - - [2025-12-08 02:38:40] "POST /neutron/network HTTP/1.1" 200 612 0.080795 10.0.0.73 - - [2025-12-08 02:38:40] "POST /route-targets HTTP/1.1" 200 327 0.017854 10.0.0.73 - - [2025-12-08 02:38:40] "POST /ref-update HTTP/1.1" 200 156 0.013217 10.0.0.73 - - [2025-12-08 02:38:41] "POST /useragent-kv HTTP/1.1" 200 115 0.003940 10.0.0.73 - - [2025-12-08 02:38:41] "POST /neutron/subnet HTTP/1.1" 200 730 0.159364 10.0.0.73 - - [2025-12-08 02:38:41] "POST /neutron/network HTTP/1.1" 200 832 0.006293 10.0.0.73 - - [2025-12-08 02:38:41] "POST /id-to-fqname HTTP/1.1" 200 220 0.001481 10.0.0.73 - - [2025-12-08 02:38:41] "GET /virtual-network/162c076d-2d0e-4260-9aed-76abd1c4e043?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005675 10.0.0.73 - - [2025-12-08 02:38:41] "POST /neutron/network HTTP/1.1" 200 832 0.009362 10.0.0.73 - - [2025-12-08 02:38:41] "GET /virtual-network/162c076d-2d0e-4260-9aed-76abd1c4e043?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006557 10.0.0.73 - - [2025-12-08 02:38:41] "POST /neutron/network HTTP/1.1" 200 832 0.006872 10.0.0.73 - - [2025-12-08 02:38:41] "POST /neutron/subnet HTTP/1.1" 200 730 0.010507 10.0.0.73 - - [2025-12-08 02:38:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003367 10.0.0.73 - - [2025-12-08 02:38:41] "GET /virtual-network/162c076d-2d0e-4260-9aed-76abd1c4e043?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006151 10.0.0.73 - - [2025-12-08 02:38:41] "PUT /virtual-network/162c076d-2d0e-4260-9aed-76abd1c4e043 HTTP/1.1" 200 264 0.037230 10.0.0.73 - - [2025-12-08 02:38:41] "POST /ref-update HTTP/1.1" 200 156 0.011006 10.0.0.73 - - [2025-12-08 02:38:41] "POST /id-to-fqname HTTP/1.1" 200 220 0.002285 10.0.0.73 - - [2025-12-08 02:38:41] "POST /neutron/network HTTP/1.1" 200 841 0.006999 10.0.0.73 - - [2025-12-08 02:38:41] "GET /aaa-mode HTTP/1.1" 401 292 0.000541 10.0.0.73 - - [2025-12-08 02:38:42] "GET / HTTP/1.1" 200 35931 0.001925 10.0.0.73 - - [2025-12-08 02:38:42] "GET /project/1ca07663-dc22-4592-870c-2c6e921ed453?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000483 10.0.0.73 - - [2025-12-08 02:38:42] "GET /projects?obj_uuids=1ca07663-dc22-4592-870c-2c6e921ed453&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001240 10.0.0.73 - - [2025-12-08 02:38:42] "GET /project/1ca07663-dc22-4592-870c-2c6e921ed453?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.070963 10.0.0.73 - - [2025-12-08 02:38:42] "POST /neutron/network HTTP/1.1" 200 831 0.006707 10.0.0.73 - - [2025-12-08 02:38:42] "POST /neutron/port HTTP/1.1" 200 117 0.006501 10.0.0.73 - - [2025-12-08 02:38:42] "POST /neutron/port HTTP/1.1" 200 117 0.009463 10.0.0.73 - - [2025-12-08 02:38:42] "POST /id-to-fqname HTTP/1.1" 200 220 0.002242 10.0.0.73 - - [2025-12-08 02:38:42] "POST /neutron/port HTTP/1.1" 200 117 0.007997 10.0.0.73 - - [2025-12-08 02:38:42] "POST /neutron/network HTTP/1.1" 200 842 0.010498 10.0.0.73 - - [2025-12-08 02:38:42] "GET /aaa-mode HTTP/1.1" 401 292 0.000631 10.0.0.73 - - [2025-12-08 02:38:43] "POST /neutron/network HTTP/1.1" 200 841 0.006128 10.0.0.73 - - [2025-12-08 02:38:43] "GET /projects?obj_uuids=1ca07663-dc22-4592-870c-2c6e921ed453&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.003155 10.0.0.73 - - [2025-12-08 02:38:43] "GET / HTTP/1.1" 200 35931 0.001689 10.0.0.73 - - [2025-12-08 02:38:43] "GET /project/1ca07663-dc22-4592-870c-2c6e921ed453?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000440 10.0.0.73 - - [2025-12-08 02:38:43] "POST /neutron/port HTTP/1.1" 200 1053 0.256745 10.0.0.73 - - [2025-12-08 02:38:43] "POST /neutron/port HTTP/1.1" 200 1053 0.018641 10.0.0.73 - - [2025-12-08 02:38:43] "POST /neutron/port HTTP/1.1" 200 1053 0.009457 10.0.0.73 - - [2025-12-08 02:38:43] "POST /neutron/port HTTP/1.1" 200 1107 0.103499 10.0.0.73 - - [2025-12-08 02:38:43] "POST /neutron/port HTTP/1.1" 200 1081 0.013184 10.0.0.73 - - [2025-12-08 02:38:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004675 10.0.0.73 - - [2025-12-08 02:38:43] "POST /neutron/subnet HTTP/1.1" 200 699 0.009744 10.0.0.73 - - [2025-12-08 02:38:43] "GET /projects?obj_uuids=1ca07663-dc22-4592-870c-2c6e921ed453&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001192 10.0.0.73 - - [2025-12-08 02:38:43] "POST /neutron/port HTTP/1.1" 200 117 0.001236 10.0.0.73 - - [2025-12-08 02:38:43] "GET /project/1ca07663-dc22-4592-870c-2c6e921ed453?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.063351 10.0.0.73 - - [2025-12-08 02:38:43] "POST /neutron/network HTTP/1.1" 200 831 0.012831 10.0.0.73 - - [2025-12-08 02:38:43] "POST /neutron/network HTTP/1.1" 200 832 0.007946 10.0.0.73 - - [2025-12-08 02:38:44] "POST /neutron/port HTTP/1.1" 200 1081 0.013704 10.0.0.73 - - [2025-12-08 02:38:44] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007236 10.0.0.73 - - [2025-12-08 02:38:44] "POST /neutron/port HTTP/1.1" 200 117 0.007021 10.0.0.73 - - [2025-12-08 02:38:44] "POST /neutron/port HTTP/1.1" 200 1081 0.018055 10.0.0.73 - - [2025-12-08 02:38:44] "POST /neutron/security_group HTTP/1.1" 200 2051 0.021464 10.0.0.73 - - [2025-12-08 02:38:44] "POST /neutron/network HTTP/1.1" 200 842 0.013907 10.0.0.73 - - [2025-12-08 02:38:44] "GET /projects?obj_uuids=1ca07663-dc22-4592-870c-2c6e921ed453&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001756 10.0.0.73 - - [2025-12-08 02:38:44] "POST /neutron/port HTTP/1.1" 200 1054 0.285215 10.0.0.73 - - [2025-12-08 02:38:44] "POST /neutron/port HTTP/1.1" 200 1054 0.019543 10.0.0.73 - - [2025-12-08 02:38:44] "POST /neutron/port HTTP/1.1" 200 1054 0.012735 10.0.0.73 - - [2025-12-08 02:38:44] "POST /neutron/port HTTP/1.1" 200 1108 0.073701 10.0.0.73 - - [2025-12-08 02:38:45] "POST /neutron/port HTTP/1.1" 200 1082 0.014301 10.0.0.73 - - [2025-12-08 02:38:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005684 10.0.0.73 - - [2025-12-08 02:38:45] "POST /neutron/subnet HTTP/1.1" 200 704 0.009618 10.0.0.73 - - [2025-12-08 02:38:45] "POST /neutron/port HTTP/1.1" 200 117 0.001715 10.0.0.73 - - [2025-12-08 02:38:45] "POST /neutron/network HTTP/1.1" 200 832 0.008144 10.0.0.73 - - [2025-12-08 02:38:49] "POST /neutron/port HTTP/1.1" 200 1081 0.015994 10.0.0.73 - - [2025-12-08 02:38:49] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008783 10.0.0.73 - - [2025-12-08 02:38:49] "POST /neutron/port HTTP/1.1" 200 1081 0.040886 10.0.0.73 - - [2025-12-08 02:38:49] "DELETE /project/3e987c21545c4829810ca006aba7ec39 HTTP/1.1" 404 173 0.014783 10.0.0.73 - - [2025-12-08 02:38:49] "DELETE /project/1ca07663dc224592870c2c6e921ed453 HTTP/1.1" 404 173 0.009569 10.0.0.73 - - [2025-12-08 02:38:49] "GET /projects?obj_uuids=3e987c21-545c-4829-810c-a006aba7ec39&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003620 10.0.0.73 - - [2025-12-08 02:38:49] "GET /projects?obj_uuids=51289ad4-dd82-412a-8cf2-b89bfa448631&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001660 10.0.0.73 - - [2025-12-08 02:38:49] "POST /neutron/security_group HTTP/1.1" 200 2051 0.014340 10.0.0.73 - - [2025-12-08 02:38:49] "GET /project/51289ad4-dd82-412a-8cf2-b89bfa448631?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1532 0.064004 10.0.0.73 - - [2025-12-08 02:38:49] "GET /project/3e987c21-545c-4829-810c-a006aba7ec39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.071955 10.0.0.73 - - [2025-12-08 02:38:49] "GET /projects?obj_uuids=51289ad4-dd82-412a-8cf2-b89bfa448631&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001192 10.0.0.73 - - [2025-12-08 02:38:49] "GET /projects?obj_uuids=3e987c21-545c-4829-810c-a006aba7ec39&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001251 10.0.0.73 - - [2025-12-08 02:38:49] "GET /project/51289ad4-dd82-412a-8cf2-b89bfa448631?fields=security_groups HTTP/1.1" 200 1411 0.045904 10.0.0.73 - - [2025-12-08 02:38:49] "GET /project/3e987c21-545c-4829-810c-a006aba7ec39?fields=security_groups HTTP/1.1" 200 1368 0.063961 10.0.0.73 - - [2025-12-08 02:38:49] "POST /neutron/port HTTP/1.1" 200 1081 0.020047 10.0.0.73 - - [2025-12-08 02:38:49] "POST /neutron/security_group HTTP/1.1" 200 2051 0.015024 10.0.0.73 - - [2025-12-08 02:38:49] "GET /virtual-machine/6c2e3bed-e1d7-442a-a5a4-224d6069f378 HTTP/1.1" 401 292 0.000460 10.0.0.73 - - [2025-12-08 02:38:49] "DELETE /security-group/ba1222e2-f1fd-4913-8552-0cc63820d449 HTTP/1.1" 200 115 0.091885 10.0.0.73 - - [2025-12-08 02:38:49] "GET /projects?obj_uuids=51289ad4-dd82-412a-8cf2-b89bfa448631&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001869 10.0.0.73 - - [2025-12-08 02:38:49] "DELETE /access-control-list/27387dd8-ec2c-4a64-b573-5d2118dcb088 HTTP/1.1" 200 115 0.065501 10.0.0.73 - - [2025-12-08 02:38:49] "DELETE /security-group/2acdf0ad-1e85-48ed-b7c3-7e454b190a29 HTTP/1.1" 200 115 0.117213 10.0.0.73 - - [2025-12-08 02:38:49] "GET /project/51289ad4-dd82-412a-8cf2-b89bfa448631?fields=application_policy_sets HTTP/1.1" 200 1450 0.047881 10.0.0.73 - - [2025-12-08 02:38:49] "GET /projects?obj_uuids=3e987c21-545c-4829-810c-a006aba7ec39&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001963 10.0.0.73 - - [2025-12-08 02:38:49] "DELETE /access-control-list/a6384897-89e3-4886-a042-a9db19248cab HTTP/1.1" 200 115 0.052989 10.0.0.73 - - [2025-12-08 02:38:49] "GET /project/3e987c21-545c-4829-810c-a006aba7ec39?fields=application_policy_sets HTTP/1.1" 200 1407 0.087240 10.0.0.73 - - [2025-12-08 02:38:49] "DELETE /access-control-list/a94feb87-3d72-4ac7-b929-3733bf5ee735 HTTP/1.1" 200 115 0.082174 10.0.0.73 - - [2025-12-08 02:38:49] "DELETE /access-control-list/0fefedcc-b742-4023-944b-60d12c93a8d8 HTTP/1.1" 200 115 0.054518 10.0.0.73 - - [2025-12-08 02:38:49] "DELETE /project/51289ad4-dd82-412a-8cf2-b89bfa448631 HTTP/1.1" 200 115 0.559529 10.0.0.73 - - [2025-12-08 02:38:49] "DELETE /project/3e987c21-545c-4829-810c-a006aba7ec39 HTTP/1.1" 200 115 0.588881 10.0.0.73 - - [2025-12-08 02:38:50] "GET /virtual-machine/6c2e3bed-e1d7-442a-a5a4-224d6069f378 HTTP/1.1" 200 1285 0.049286 10.0.0.73 - - [2025-12-08 02:38:50] "GET /virtual-machine-interface/60259c00-102f-4600-ba00-0776f2b66ae7 HTTP/1.1" 200 2927 0.007017 10.0.0.73 - - [2025-12-08 02:38:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003958 10.0.0.73 - - [2025-12-08 02:38:50] "GET /global-vrouter-config/8c7ca7c7-4fde-43f4-b512-e9137443a07e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003698 10.0.0.73 - - [2025-12-08 02:38:50] "GET /virtual-networks?parent_id=1ca07663-dc22-4592-870c-2c6e921ed453&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003467 10.0.0.73 - - [2025-12-08 02:38:50] "GET /virtual-network/3e863b70-3b57-4d3d-b395-2740ad1738e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.008527 10.0.0.73 - - [2025-12-08 02:38:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004410 10.0.0.73 - - [2025-12-08 02:38:53] "GET /virtual-network/3e863b70-3b57-4d3d-b395-2740ad1738e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.007191 10.0.0.73 - - [2025-12-08 02:38:54] "POST /neutron/port HTTP/1.1" 200 1081 0.012362 10.0.0.73 - - [2025-12-08 02:38:54] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007661 10.0.0.73 - - [2025-12-08 02:38:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003415 10.0.0.73 - - [2025-12-08 02:38:55] "GET /global-vrouter-config/8c7ca7c7-4fde-43f4-b512-e9137443a07e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003423 10.0.0.73 - - [2025-12-08 02:38:55] "GET /virtual-networks?parent_id=1ca07663-dc22-4592-870c-2c6e921ed453&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003313 10.0.0.73 - - [2025-12-08 02:38:55] "GET /virtual-network/3e863b70-3b57-4d3d-b395-2740ad1738e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.010115 10.0.0.73 - - [2025-12-08 02:38:55] "POST /neutron/port HTTP/1.1" 200 1082 0.021502 10.0.0.73 - - [2025-12-08 02:38:55] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007760 10.0.0.73 - - [2025-12-08 02:38:55] "POST /neutron/port HTTP/1.1" 200 1082 0.016544 10.0.0.73 - - [2025-12-08 02:38:55] "POST /neutron/security_group HTTP/1.1" 200 2051 0.009403 10.0.0.73 - - [2025-12-08 02:38:55] "POST /neutron/port HTTP/1.1" 200 1082 0.015007 10.0.0.73 - - [2025-12-08 02:38:56] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007849 10.0.0.73 - - [2025-12-08 02:38:56] "POST /neutron/port HTTP/1.1" 200 1082 0.027963 10.0.0.73 - - [2025-12-08 02:38:56] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007746 10.0.0.73 - - [2025-12-08 02:38:56] "GET /virtual-machine/21caacf7-4c85-4e6a-9a6a-e21db4bf036a HTTP/1.1" 200 1285 0.005097 10.0.0.73 - - [2025-12-08 02:38:56] "GET /virtual-machine-interface/b1fb1591-7d53-46ec-826f-5ac4df0d7de7 HTTP/1.1" 200 2927 0.005368 10.0.0.73 - - [2025-12-08 02:38:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003370 10.0.0.73 - - [2025-12-08 02:38:56] "GET /global-vrouter-config/8c7ca7c7-4fde-43f4-b512-e9137443a07e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004123 10.0.0.73 - - [2025-12-08 02:38:56] "GET /virtual-networks?parent_id=1ca07663-dc22-4592-870c-2c6e921ed453&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004032 10.0.0.73 - - [2025-12-08 02:38:56] "GET /virtual-network/162c076d-2d0e-4260-9aed-76abd1c4e043?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.007286 10.0.0.73 - - [2025-12-08 02:38:56] "GET /obj-perms HTTP/1.1" 200 5056 0.073655 10.0.0.73 - - [2025-12-08 02:38:57] "GET /obj-perms HTTP/1.1" 200 5056 0.067663 10.0.0.73 - - [2025-12-08 02:38:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003622 10.0.0.73 - - [2025-12-08 02:38:57] "GET /global-vrouter-config/8c7ca7c7-4fde-43f4-b512-e9137443a07e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003636 10.0.0.73 - - [2025-12-08 02:38:57] "GET /virtual-networks?parent_id=1ca07663-dc22-4592-870c-2c6e921ed453&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004032 10.0.0.73 - - [2025-12-08 02:38:57] "GET /virtual-network/162c076d-2d0e-4260-9aed-76abd1c4e043?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.006595 10.0.0.73 - - [2025-12-08 02:38:57] "POST /routing-policys HTTP/1.1" 200 534 0.023195 10.0.0.73 - - [2025-12-08 02:38:57] "GET /virtual-network/3e863b70-3b57-4d3d-b395-2740ad1738e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.005900 10.0.0.73 - - [2025-12-08 02:38:57] "POST /ref-update HTTP/1.1" 200 156 0.018257 10.0.0.73 - - [2025-12-08 02:38:57] "PUT /virtual-network/3e863b70-3b57-4d3d-b395-2740ad1738e6 HTTP/1.1" 200 264 0.055514 10.0.0.73 - - [2025-12-08 02:39:01] "POST /ref-update HTTP/1.1" 200 156 0.019082 10.0.0.73 - - [2025-12-08 02:39:01] "POST /ref-update HTTP/1.1" 200 156 0.049415 10.0.0.73 - - [2025-12-08 02:39:01] "DELETE /routing-policy/3c92dbe3-431e-4541-a01a-18b96aba0647 HTTP/1.1" 200 115 0.031310 10.0.0.73 - - [2025-12-08 02:39:02] "POST /neutron/network HTTP/1.1" 200 832 0.007199 10.0.0.73 - - [2025-12-08 02:39:02] "POST /neutron/network HTTP/1.1" 400 204 0.023265 10.0.0.73 - - [2025-12-08 02:39:02] "POST /neutron/port HTTP/1.1" 200 1082 0.016828 10.0.0.73 - - [2025-12-08 02:39:02] "POST /neutron/port HTTP/1.1" 200 1108 0.014587 10.0.0.73 - - [2025-12-08 02:39:02] "POST /neutron/port HTTP/1.1" 200 1081 0.017264 10.0.0.73 - - [2025-12-08 02:39:02] "POST /neutron/port HTTP/1.1" 200 1107 0.009552 10.0.0.73 - - [2025-12-08 02:39:02] "POST /neutron/port HTTP/1.1" 200 151 0.157011 10.0.0.73 - - [2025-12-08 02:39:02] "POST /neutron/port HTTP/1.1" 200 151 0.154889 10.0.0.73 - - [2025-12-08 02:39:04] "POST /neutron/network HTTP/1.1" 200 832 0.008099 10.0.0.73 - - [2025-12-08 02:39:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004781 10.0.0.73 - - [2025-12-08 02:39:04] "POST /useragent-kv HTTP/1.1" 200 115 0.002658 10.0.0.73 - - [2025-12-08 02:39:04] "POST /useragent-kv HTTP/1.1" 200 115 0.003242 10.0.0.73 - - [2025-12-08 02:39:04] "POST /neutron/network HTTP/1.1" 200 151 0.106225 10.0.0.73 - - [2025-12-08 02:39:04] "DELETE /route-target/418f3a77-0ff0-4636-b953-c3df43fa8722 HTTP/1.1" 200 115 0.024781 10.0.0.73 - - [2025-12-08 02:39:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004797 10.0.0.73 - - [2025-12-08 02:39:04] "POST /neutron/network HTTP/1.1" 200 831 0.006181 10.0.0.73 - - [2025-12-08 02:39:04] "DELETE /route-target/6c0b0a62-7586-4ef0-85e1-56f34b2dde47 HTTP/1.1" 409 239 0.005880 10.0.0.73 - - [2025-12-08 02:39:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.005533 10.0.0.73 - - [2025-12-08 02:39:04] "POST /useragent-kv HTTP/1.1" 200 115 0.003092 10.0.0.73 - - [2025-12-08 02:39:04] "POST /useragent-kv HTTP/1.1" 200 115 0.003552 10.0.0.73 - - [2025-12-08 02:39:04] "POST /neutron/network HTTP/1.1" 200 151 0.113235 10.0.0.73 - - [2025-12-08 02:39:04] "DELETE /route-target/7a9f92f5-c2c9-4ed6-8c48-ff9ec92e7fac HTTP/1.1" 200 115 0.018450 10.0.0.73 - - [2025-12-08 02:39:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003719 10.0.0.73 - - [2025-12-08 02:39:04] "DELETE /route-target/6c0b0a62-7586-4ef0-85e1-56f34b2dde47 HTTP/1.1" 200 115 0.020668 10.0.0.73 - - [2025-12-08 02:39:04] "GET /projects?obj_uuids=1ca07663-dc22-4592-870c-2c6e921ed453&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001795 10.0.0.73 - - [2025-12-08 02:39:04] "GET /project/1ca07663-dc22-4592-870c-2c6e921ed453?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.029872 10.0.0.73 - - [2025-12-08 02:39:04] "GET /projects?obj_uuids=1ca07663-dc22-4592-870c-2c6e921ed453&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001987 10.0.0.73 - - [2025-12-08 02:39:04] "GET /project/1ca07663-dc22-4592-870c-2c6e921ed453?fields=virtual_networks HTTP/1.1" 200 1017 0.077772 10.0.0.73 - - [2025-12-08 02:39:04] "GET /projects?obj_uuids=1ca07663-dc22-4592-870c-2c6e921ed453&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001366 10.0.0.73 - - [2025-12-08 02:39:04] "GET /project/1ca07663-dc22-4592-870c-2c6e921ed453?fields=virtual_machine_interfaces HTTP/1.1" 200 1017 0.032403 10.0.0.73 - - [2025-12-08 02:39:04] "GET /projects?obj_uuids=1ca07663-dc22-4592-870c-2c6e921ed453&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001332 10.0.0.73 - - [2025-12-08 02:39:04] "GET /project/1ca07663-dc22-4592-870c-2c6e921ed453?fields=security_groups HTTP/1.1" 200 1236 0.032151 10.0.0.73 - - [2025-12-08 02:39:05] "POST /fqname-to-id HTTP/1.1" 404 186 0.042000 10.0.0.73 - - [2025-12-08 02:39:06] "GET /projects?obj_uuids=9130297d-2166-4fc3-83ce-4214395c7280&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002978 10.0.0.73 - - [2025-12-08 02:39:06] "GET /domains?obj_uuids=bdb80538-3a76-4907-b398-c529616d0886&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001945 10.0.0.73 - - [2025-12-08 02:39:06] "GET /domain/bdb80538-3a76-4907-b398-c529616d0886?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009054 10.0.0.73 - - [2025-12-08 02:39:06] "POST /id-to-fqname HTTP/1.1" 200 188 0.002294 10.0.0.73 - - [2025-12-08 02:39:06] "POST /fqname-to-id HTTP/1.1" 404 197 0.003617 10.0.0.73 - - [2025-12-08 02:39:06] "POST /security-groups HTTP/1.1" 200 589 0.071588 10.0.0.73 - - [2025-12-08 02:39:06] "POST /fqname-to-id HTTP/1.1" 404 232 0.003620 10.0.0.73 - - [2025-12-08 02:39:06] "POST /projects HTTP/1.1" 200 581 0.243088 10.0.0.73 - - [2025-12-08 02:39:06] "POST /access-control-lists HTTP/1.1" 200 594 0.059959 10.0.0.73 - - [2025-12-08 02:39:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.319835 10.0.0.73 - - [2025-12-08 02:39:06] "POST /fqname-to-id HTTP/1.1" 404 231 0.004247 10.0.0.73 - - [2025-12-08 02:39:06] "GET /project/9130297d-2166-4fc3-83ce-4214395c7280?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.462669 10.0.0.73 - - [2025-12-08 02:39:06] "POST /access-control-lists HTTP/1.1" 200 592 0.068434 10.0.0.73 - - [2025-12-08 02:39:07] "GET / HTTP/1.1" 200 35931 0.002502 10.0.0.73 - - [2025-12-08 02:39:08] "POST /fqname-to-id HTTP/1.1" 401 292 0.000585 10.0.0.73 - - [2025-12-08 02:39:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.087255 10.0.0.73 - - [2025-12-08 02:39:09] "GET /projects?obj_uuids=9130297d-2166-4fc3-83ce-4214395c7280&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001462 10.0.0.73 - - [2025-12-08 02:39:09] "GET /project/9130297d-2166-4fc3-83ce-4214395c7280?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.037177 10.0.0.73 - - [2025-12-08 02:39:09] "POST /neutron/network HTTP/1.1" 200 117 0.046310 10.0.0.73 - - [2025-12-08 02:39:09] "GET /projects?obj_uuids=9130297d-2166-4fc3-83ce-4214395c7280&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002373 10.0.0.73 - - [2025-12-08 02:39:09] "POST /neutron/network HTTP/1.1" 200 613 0.095541 10.0.0.73 - - [2025-12-08 02:39:09] "POST /route-targets HTTP/1.1" 200 327 0.031893 10.0.0.73 - - [2025-12-08 02:39:09] "POST /ref-update HTTP/1.1" 200 156 0.022425 10.0.0.73 - - [2025-12-08 02:39:09] "POST /useragent-kv HTTP/1.1" 200 115 0.005632 10.0.0.73 - - [2025-12-08 02:39:09] "POST /neutron/subnet HTTP/1.1" 200 729 0.167634 10.0.0.73 - - [2025-12-08 02:39:09] "POST /neutron/network HTTP/1.1" 200 833 0.007038 10.0.0.73 - - [2025-12-08 02:39:09] "POST /id-to-fqname HTTP/1.1" 200 223 0.001754 10.0.0.73 - - [2025-12-08 02:39:09] "GET /virtual-network/735f8a06-0201-478e-ab95-03da77dcf147?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006716 10.0.0.73 - - [2025-12-08 02:39:09] "POST /neutron/network HTTP/1.1" 200 833 0.009060 10.0.0.73 - - [2025-12-08 02:39:09] "GET /virtual-network/735f8a06-0201-478e-ab95-03da77dcf147?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006463 10.0.0.73 - - [2025-12-08 02:39:09] "POST /neutron/network HTTP/1.1" 200 833 0.007716 10.0.0.73 - - [2025-12-08 02:39:09] "POST /neutron/subnet HTTP/1.1" 200 729 0.009664 10.0.0.73 - - [2025-12-08 02:39:09] "GET /domains HTTP/1.1" 401 292 0.000531 10.0.0.73 - - [2025-12-08 02:39:10] "GET /domains HTTP/1.1" 200 280 0.037218 10.0.0.73 - - [2025-12-08 02:39:10] "GET /domains?obj_uuids=bdb80538-3a76-4907-b398-c529616d0886&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001741 10.0.0.73 - - [2025-12-08 02:39:10] "GET /domain/bdb80538-3a76-4907-b398-c529616d0886 HTTP/1.1" 200 2751 0.010893 10.0.0.73 - - [2025-12-08 02:39:10] "GET /projects?obj_uuids=9130297d-2166-4fc3-83ce-4214395c7280&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001182 10.0.0.73 - - [2025-12-08 02:39:10] "GET /project/9130297d-2166-4fc3-83ce-4214395c7280 HTTP/1.1" 200 2080 0.076115 10.0.0.73 - - [2025-12-08 02:39:10] "GET /virtual-network/735f8a06-0201-478e-ab95-03da77dcf147 HTTP/1.1" 200 2322 0.007278 10.0.0.73 - - [2025-12-08 02:39:10] "GET /virtual-network/735f8a06-0201-478e-ab95-03da77dcf147 HTTP/1.1" 200 2322 0.005615 10.0.0.73 - - [2025-12-08 02:39:10] "GET /routing-instance/2b2fcd41-8032-4cfb-81c9-60536006eec3 HTTP/1.1" 200 1492 0.005599 10.0.0.73 - - [2025-12-08 02:39:10] "GET /routing-instance/2b2fcd41-8032-4cfb-81c9-60536006eec3 HTTP/1.1" 200 1492 0.004971 10.0.0.73 - - [2025-12-08 02:39:10] "GET /route-target/1a9454a3-8c3d-4ecf-9887-2a84f4741ade HTTP/1.1" 200 1212 0.005084 10.0.0.73 - - [2025-12-08 02:39:10] "GET /virtual-network/735f8a06-0201-478e-ab95-03da77dcf147 HTTP/1.1" 200 2322 0.006019 10.0.0.73 - - [2025-12-08 02:39:10] "GET /routing-instance/2b2fcd41-8032-4cfb-81c9-60536006eec3 HTTP/1.1" 200 1492 0.004207 10.0.0.73 - - [2025-12-08 02:39:10] "GET /virtual-network/735f8a06-0201-478e-ab95-03da77dcf147?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006143 10.0.0.73 - - [2025-12-08 02:39:10] "GET /virtual-network/735f8a06-0201-478e-ab95-03da77dcf147 HTTP/1.1" 200 2322 0.006449 10.0.0.73 - - [2025-12-08 02:39:10] "GET /routing-instance/2b2fcd41-8032-4cfb-81c9-60536006eec3 HTTP/1.1" 200 1492 0.004827 10.0.0.73 - - [2025-12-08 02:39:10] "GET /routing-instance/2b2fcd41-8032-4cfb-81c9-60536006eec3 HTTP/1.1" 200 1492 0.004478 10.0.0.73 - - [2025-12-08 02:39:10] "GET /route-target/1a9454a3-8c3d-4ecf-9887-2a84f4741ade HTTP/1.1" 200 1212 0.004135 10.0.0.73 - - [2025-12-08 02:39:10] "GET /domains HTTP/1.1" 200 280 0.004184 10.0.0.73 - - [2025-12-08 02:39:10] "GET /domains?obj_uuids=bdb80538-3a76-4907-b398-c529616d0886&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001288 10.0.0.73 - - [2025-12-08 02:39:10] "GET /domain/bdb80538-3a76-4907-b398-c529616d0886 HTTP/1.1" 200 2751 0.007935 10.0.0.73 - - [2025-12-08 02:39:10] "GET /projects?obj_uuids=9130297d-2166-4fc3-83ce-4214395c7280&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001420 10.0.0.73 - - [2025-12-08 02:39:10] "GET /project/9130297d-2166-4fc3-83ce-4214395c7280 HTTP/1.1" 200 2080 0.069558 10.0.0.73 - - [2025-12-08 02:39:10] "GET /virtual-network/735f8a06-0201-478e-ab95-03da77dcf147 HTTP/1.1" 200 2322 0.006113 10.0.0.73 - - [2025-12-08 02:39:10] "GET /obj-perms HTTP/1.1" 200 5026 0.081867 10.0.0.73 - - [2025-12-08 02:39:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004535 10.0.0.73 - - [2025-12-08 02:39:10] "GET /projects?obj_uuids=9130297d-2166-4fc3-83ce-4214395c7280&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001319 10.0.0.73 - - [2025-12-08 02:39:11] "GET /project/9130297d-2166-4fc3-83ce-4214395c7280?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.034426 10.0.0.73 - - [2025-12-08 02:39:11] "POST /neutron/network HTTP/1.1" 200 117 0.011507 10.0.0.73 - - [2025-12-08 02:39:11] "GET /projects?obj_uuids=9130297d-2166-4fc3-83ce-4214395c7280&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001330 10.0.0.73 - - [2025-12-08 02:39:11] "POST /neutron/network HTTP/1.1" 200 613 0.083887 10.0.0.73 - - [2025-12-08 02:39:11] "POST /route-targets HTTP/1.1" 200 327 0.014054 10.0.0.73 - - [2025-12-08 02:39:11] "POST /ref-update HTTP/1.1" 200 156 0.014542 10.0.0.73 - - [2025-12-08 02:39:11] "POST /useragent-kv HTTP/1.1" 200 115 0.004819 10.0.0.73 - - [2025-12-08 02:39:11] "POST /neutron/subnet HTTP/1.1" 200 715 0.172120 10.0.0.73 - - [2025-12-08 02:39:11] "POST /neutron/network HTTP/1.1" 200 830 0.006647 10.0.0.73 - - [2025-12-08 02:39:11] "POST /id-to-fqname HTTP/1.1" 200 223 0.001559 10.0.0.73 - - [2025-12-08 02:39:11] "GET /virtual-network/0953fa73-90a9-4654-a3b8-5ed7deaeb1e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005725 10.0.0.73 - - [2025-12-08 02:39:11] "POST /neutron/network HTTP/1.1" 200 830 0.006621 10.0.0.73 - - [2025-12-08 02:39:11] "GET /virtual-network/0953fa73-90a9-4654-a3b8-5ed7deaeb1e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.007109 10.0.0.73 - - [2025-12-08 02:39:11] "POST /neutron/network HTTP/1.1" 200 830 0.008037 10.0.0.73 - - [2025-12-08 02:39:11] "POST /neutron/subnet HTTP/1.1" 200 715 0.010647 10.0.0.73 - - [2025-12-08 02:39:11] "GET /domains HTTP/1.1" 200 280 0.003181 10.0.0.73 - - [2025-12-08 02:39:11] "GET /domains?obj_uuids=bdb80538-3a76-4907-b398-c529616d0886&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001081 10.0.0.73 - - [2025-12-08 02:39:11] "GET /domain/bdb80538-3a76-4907-b398-c529616d0886 HTTP/1.1" 200 2751 0.008221 10.0.0.73 - - [2025-12-08 02:39:11] "GET /projects?obj_uuids=9130297d-2166-4fc3-83ce-4214395c7280&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001657 10.0.0.73 - - [2025-12-08 02:39:11] "GET /project/9130297d-2166-4fc3-83ce-4214395c7280 HTTP/1.1" 200 2298 0.072761 10.0.0.73 - - [2025-12-08 02:39:11] "GET /virtual-network/0953fa73-90a9-4654-a3b8-5ed7deaeb1e1 HTTP/1.1" 200 2312 0.007200 10.0.0.73 - - [2025-12-08 02:39:11] "GET /virtual-network/0953fa73-90a9-4654-a3b8-5ed7deaeb1e1 HTTP/1.1" 200 2312 0.005613 10.0.0.73 - - [2025-12-08 02:39:11] "GET /routing-instance/d0dbd165-1fc5-42e2-8dea-60d1286273bb HTTP/1.1" 200 1494 0.004963 10.0.0.73 - - [2025-12-08 02:39:11] "GET /routing-instance/d0dbd165-1fc5-42e2-8dea-60d1286273bb HTTP/1.1" 200 1494 0.004001 10.0.0.73 - - [2025-12-08 02:39:11] "GET /route-target/eeb61d21-e8a1-4391-9ddf-9bfe25df48d5 HTTP/1.1" 200 1213 0.004462 10.0.0.73 - - [2025-12-08 02:39:11] "GET /virtual-network/0953fa73-90a9-4654-a3b8-5ed7deaeb1e1 HTTP/1.1" 200 2312 0.005599 10.0.0.73 - - [2025-12-08 02:39:11] "GET /routing-instance/d0dbd165-1fc5-42e2-8dea-60d1286273bb HTTP/1.1" 200 1494 0.004890 10.0.0.73 - - [2025-12-08 02:39:11] "GET /virtual-network/0953fa73-90a9-4654-a3b8-5ed7deaeb1e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006611 10.0.0.73 - - [2025-12-08 02:39:11] "GET /virtual-network/0953fa73-90a9-4654-a3b8-5ed7deaeb1e1 HTTP/1.1" 200 2312 0.005808 10.0.0.73 - - [2025-12-08 02:39:11] "GET /routing-instance/d0dbd165-1fc5-42e2-8dea-60d1286273bb HTTP/1.1" 200 1494 0.004742 10.0.0.73 - - [2025-12-08 02:39:11] "GET /routing-instance/d0dbd165-1fc5-42e2-8dea-60d1286273bb HTTP/1.1" 200 1494 0.005169 10.0.0.73 - - [2025-12-08 02:39:11] "GET /route-target/eeb61d21-e8a1-4391-9ddf-9bfe25df48d5 HTTP/1.1" 200 1213 0.005042 10.0.0.73 - - [2025-12-08 02:39:11] "GET /domains HTTP/1.1" 200 280 0.003512 10.0.0.73 - - [2025-12-08 02:39:11] "GET /domains?obj_uuids=bdb80538-3a76-4907-b398-c529616d0886&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001374 10.0.0.73 - - [2025-12-08 02:39:11] "GET /domain/bdb80538-3a76-4907-b398-c529616d0886 HTTP/1.1" 200 2751 0.008839 10.0.0.73 - - [2025-12-08 02:39:11] "GET /projects?obj_uuids=9130297d-2166-4fc3-83ce-4214395c7280&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001053 10.0.0.73 - - [2025-12-08 02:39:11] "GET /project/9130297d-2166-4fc3-83ce-4214395c7280 HTTP/1.1" 200 2298 0.073396 10.0.0.73 - - [2025-12-08 02:39:11] "GET /virtual-network/0953fa73-90a9-4654-a3b8-5ed7deaeb1e1 HTTP/1.1" 200 2312 0.006556 10.0.0.73 - - [2025-12-08 02:39:11] "GET /obj-perms HTTP/1.1" 200 5026 0.004269 10.0.0.73 - - [2025-12-08 02:39:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003882 10.0.0.73 - - [2025-12-08 02:39:11] "GET /projects?obj_uuids=9130297d-2166-4fc3-83ce-4214395c7280&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.003952 10.0.0.73 - - [2025-12-08 02:39:12] "GET /project/9130297d-2166-4fc3-83ce-4214395c7280?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.031350 10.0.0.73 - - [2025-12-08 02:39:12] "POST /neutron/network HTTP/1.1" 200 117 0.015495 10.0.0.73 - - [2025-12-08 02:39:12] "GET /projects?obj_uuids=9130297d-2166-4fc3-83ce-4214395c7280&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001266 10.0.0.73 - - [2025-12-08 02:39:12] "POST /neutron/network HTTP/1.1" 200 615 0.082221 10.0.0.73 - - [2025-12-08 02:39:12] "POST /ref-update HTTP/1.1" 200 156 0.012737 10.0.0.73 - - [2025-12-08 02:39:12] "POST /useragent-kv HTTP/1.1" 200 115 0.005191 10.0.0.73 - - [2025-12-08 02:39:12] "POST /neutron/subnet HTTP/1.1" 200 724 0.210613 10.0.0.73 - - [2025-12-08 02:39:12] "POST /neutron/network HTTP/1.1" 200 834 0.007362 10.0.0.73 - - [2025-12-08 02:39:12] "POST /id-to-fqname HTTP/1.1" 200 224 0.002081 10.0.0.73 - - [2025-12-08 02:39:12] "GET /virtual-network/e1da9955-1b18-4e7b-b96e-1e781fe78713?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005954 10.0.0.73 - - [2025-12-08 02:39:12] "POST /neutron/network HTTP/1.1" 200 834 0.007352 10.0.0.73 - - [2025-12-08 02:39:12] "GET /virtual-network/e1da9955-1b18-4e7b-b96e-1e781fe78713?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006181 10.0.0.73 - - [2025-12-08 02:39:12] "POST /neutron/network HTTP/1.1" 200 834 0.012458 10.0.0.73 - - [2025-12-08 02:39:12] "POST /neutron/subnet HTTP/1.1" 200 724 0.011647 10.0.0.73 - - [2025-12-08 02:39:12] "GET /domains HTTP/1.1" 200 280 0.003157 10.0.0.73 - - [2025-12-08 02:39:12] "GET /domains?obj_uuids=bdb80538-3a76-4907-b398-c529616d0886&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001230 10.0.0.73 - - [2025-12-08 02:39:12] "GET /domain/bdb80538-3a76-4907-b398-c529616d0886 HTTP/1.1" 200 2751 0.007903 10.0.0.73 - - [2025-12-08 02:39:12] "GET /projects?obj_uuids=9130297d-2166-4fc3-83ce-4214395c7280&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001374 10.0.0.73 - - [2025-12-08 02:39:12] "GET /project/9130297d-2166-4fc3-83ce-4214395c7280 HTTP/1.1" 200 2517 0.078516 10.0.0.73 - - [2025-12-08 02:39:12] "GET /virtual-network/e1da9955-1b18-4e7b-b96e-1e781fe78713 HTTP/1.1" 200 2325 0.007600 10.0.0.73 - - [2025-12-08 02:39:12] "GET /virtual-network/e1da9955-1b18-4e7b-b96e-1e781fe78713 HTTP/1.1" 200 2325 0.006196 10.0.0.73 - - [2025-12-08 02:39:12] "GET /routing-instance/9b05328d-4e73-4ebb-b254-1da4c4bcd1ef HTTP/1.1" 200 1498 0.005075 10.0.0.73 - - [2025-12-08 02:39:12] "GET /routing-instance/9b05328d-4e73-4ebb-b254-1da4c4bcd1ef HTTP/1.1" 200 1498 0.004185 10.0.0.73 - - [2025-12-08 02:39:12] "GET /route-target/8be1fa54-4bbe-42c5-9d58-0e5879642a48 HTTP/1.1" 200 1215 0.004682 10.0.0.73 - - [2025-12-08 02:39:12] "GET /virtual-network/e1da9955-1b18-4e7b-b96e-1e781fe78713 HTTP/1.1" 200 2325 0.005746 10.0.0.73 - - [2025-12-08 02:39:12] "GET /routing-instance/9b05328d-4e73-4ebb-b254-1da4c4bcd1ef HTTP/1.1" 200 1498 0.006096 10.0.0.73 - - [2025-12-08 02:39:12] "GET /virtual-network/e1da9955-1b18-4e7b-b96e-1e781fe78713?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.007399 10.0.0.73 - - [2025-12-08 02:39:12] "GET /virtual-network/e1da9955-1b18-4e7b-b96e-1e781fe78713 HTTP/1.1" 200 2325 0.007160 10.0.0.73 - - [2025-12-08 02:39:12] "GET /routing-instance/9b05328d-4e73-4ebb-b254-1da4c4bcd1ef HTTP/1.1" 200 1498 0.005273 10.0.0.73 - - [2025-12-08 02:39:12] "GET /routing-instance/9b05328d-4e73-4ebb-b254-1da4c4bcd1ef HTTP/1.1" 200 1498 0.006126 10.0.0.73 - - [2025-12-08 02:39:12] "GET /route-target/8be1fa54-4bbe-42c5-9d58-0e5879642a48 HTTP/1.1" 200 1215 0.005822 10.0.0.73 - - [2025-12-08 02:39:12] "GET /domains HTTP/1.1" 200 280 0.003771 10.0.0.73 - - [2025-12-08 02:39:12] "GET /domains?obj_uuids=bdb80538-3a76-4907-b398-c529616d0886&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001145 10.0.0.73 - - [2025-12-08 02:39:12] "GET /domain/bdb80538-3a76-4907-b398-c529616d0886 HTTP/1.1" 200 2751 0.010746 10.0.0.73 - - [2025-12-08 02:39:12] "GET /projects?obj_uuids=9130297d-2166-4fc3-83ce-4214395c7280&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001777 10.0.0.73 - - [2025-12-08 02:39:12] "GET /project/9130297d-2166-4fc3-83ce-4214395c7280 HTTP/1.1" 200 2517 0.079330 10.0.0.73 - - [2025-12-08 02:39:13] "GET /virtual-network/e1da9955-1b18-4e7b-b96e-1e781fe78713 HTTP/1.1" 200 2325 0.005769 10.0.0.73 - - [2025-12-08 02:39:13] "GET /obj-perms HTTP/1.1" 200 5026 0.003587 10.0.0.73 - - [2025-12-08 02:39:13] "POST /id-to-fqname HTTP/1.1" 200 223 0.001891 10.0.0.73 - - [2025-12-08 02:39:13] "POST /neutron/network HTTP/1.1" 200 840 0.007706 10.0.0.73 - - [2025-12-08 02:39:13] "GET /aaa-mode HTTP/1.1" 401 292 0.000543 10.0.0.73 - - [2025-12-08 02:39:13] "GET / HTTP/1.1" 200 35931 0.001953 10.0.0.73 - - [2025-12-08 02:39:13] "GET /project/9130297d-2166-4fc3-83ce-4214395c7280?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000523 10.0.0.73 - - [2025-12-08 02:39:14] "GET /projects?obj_uuids=9130297d-2166-4fc3-83ce-4214395c7280&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001544 10.0.0.73 - - [2025-12-08 02:39:14] "GET /project/9130297d-2166-4fc3-83ce-4214395c7280?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.066538 10.0.0.73 - - [2025-12-08 02:39:14] "POST /neutron/network HTTP/1.1" 200 830 0.006909 10.0.0.73 - - [2025-12-08 02:39:14] "POST /neutron/port HTTP/1.1" 200 117 0.006939 10.0.0.73 - - [2025-12-08 02:39:14] "POST /neutron/port HTTP/1.1" 200 117 0.006453 10.0.0.73 - - [2025-12-08 02:39:14] "POST /id-to-fqname HTTP/1.1" 200 224 0.001852 10.0.0.73 - - [2025-12-08 02:39:14] "POST /neutron/port HTTP/1.1" 200 117 0.006324 10.0.0.73 - - [2025-12-08 02:39:14] "POST /neutron/network HTTP/1.1" 200 844 0.006596 10.0.0.73 - - [2025-12-08 02:39:14] "GET /aaa-mode HTTP/1.1" 401 292 0.000824 10.0.0.73 - - [2025-12-08 02:39:15] "POST /neutron/network HTTP/1.1" 200 840 0.008265 10.0.0.73 - - [2025-12-08 02:39:15] "GET /projects?obj_uuids=9130297d-2166-4fc3-83ce-4214395c7280&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001675 10.0.0.73 - - [2025-12-08 02:39:15] "GET / HTTP/1.1" 200 35931 0.002423 10.0.0.73 - - [2025-12-08 02:39:15] "GET /project/9130297d-2166-4fc3-83ce-4214395c7280?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000557 10.0.0.73 - - [2025-12-08 02:39:15] "POST /neutron/port HTTP/1.1" 200 1056 0.242829 10.0.0.73 - - [2025-12-08 02:39:15] "POST /neutron/port HTTP/1.1" 200 1056 0.011287 10.0.0.73 - - [2025-12-08 02:39:15] "POST /neutron/port HTTP/1.1" 200 1056 0.010052 10.0.0.73 - - [2025-12-08 02:39:15] "POST /neutron/port HTTP/1.1" 200 1110 0.065705 10.0.0.73 - - [2025-12-08 02:39:15] "POST /neutron/port HTTP/1.1" 200 1084 0.012114 10.0.0.73 - - [2025-12-08 02:39:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004626 10.0.0.73 - - [2025-12-08 02:39:15] "POST /neutron/subnet HTTP/1.1" 200 689 0.008306 10.0.0.73 - - [2025-12-08 02:39:15] "POST /neutron/port HTTP/1.1" 200 117 0.001467 10.0.0.73 - - [2025-12-08 02:39:15] "POST /neutron/network HTTP/1.1" 200 830 0.009082 10.0.0.73 - - [2025-12-08 02:39:15] "GET /projects?obj_uuids=9130297d-2166-4fc3-83ce-4214395c7280&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001220 10.0.0.73 - - [2025-12-08 02:39:15] "GET /project/9130297d-2166-4fc3-83ce-4214395c7280?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.066347 10.0.0.73 - - [2025-12-08 02:39:15] "POST /neutron/network HTTP/1.1" 200 834 0.007153 10.0.0.73 - - [2025-12-08 02:39:15] "POST /neutron/port HTTP/1.1" 200 1084 0.014700 10.0.0.73 - - [2025-12-08 02:39:15] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009287 10.0.0.73 - - [2025-12-08 02:39:15] "POST /neutron/port HTTP/1.1" 200 117 0.009385 10.0.0.73 - - [2025-12-08 02:39:15] "POST /fqname-to-id HTTP/1.1" 404 193 0.003959 10.0.0.73 - - [2025-12-08 02:39:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003047 10.0.0.73 - - [2025-12-08 02:39:16] "GET /domains?obj_uuids=bdb80538-3a76-4907-b398-c529616d0886&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001555 10.0.0.73 - - [2025-12-08 02:39:16] "GET /domain/bdb80538-3a76-4907-b398-c529616d0886?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.010990 10.0.0.73 - - [2025-12-08 02:39:16] "POST /service-templates HTTP/1.1" 200 543 0.027256 10.0.0.73 - - [2025-12-08 02:39:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003917 10.0.0.73 - - [2025-12-08 02:39:16] "GET /service-template/fd6610cd-0d19-4347-be87-e1440c938b03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.005349 10.0.0.73 - - [2025-12-08 02:39:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003273 10.0.0.73 - - [2025-12-08 02:39:16] "GET /service-template/fd6610cd-0d19-4347-be87-e1440c938b03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.008054 10.0.0.73 - - [2025-12-08 02:39:16] "POST /id-to-fqname HTTP/1.1" 200 223 0.001529 10.0.0.73 - - [2025-12-08 02:39:16] "POST /neutron/network HTTP/1.1" 200 844 0.006043 10.0.0.73 - - [2025-12-08 02:39:16] "GET /projects?obj_uuids=9130297d-2166-4fc3-83ce-4214395c7280&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002170 10.0.0.73 - - [2025-12-08 02:39:16] "POST /id-to-fqname HTTP/1.1" 200 223 0.001872 10.0.0.73 - - [2025-12-08 02:39:16] "POST /id-to-fqname HTTP/1.1" 200 224 0.002221 10.0.0.73 - - [2025-12-08 02:39:16] "POST /neutron/port HTTP/1.1" 200 1916 0.016924 10.0.0.73 - - [2025-12-08 02:39:16] "POST /neutron/security_group HTTP/1.1" 200 2056 0.012114 10.0.0.73 - - [2025-12-08 02:39:16] "POST /neutron/port HTTP/1.1" 200 1058 0.300365 10.0.0.73 - - [2025-12-08 02:39:16] "POST /neutron/port HTTP/1.1" 200 1058 0.009458 10.0.0.73 - - [2025-12-08 02:39:16] "POST /neutron/port HTTP/1.1" 200 1058 0.011354 10.0.0.73 - - [2025-12-08 02:39:16] "POST /neutron/port HTTP/1.1" 200 1112 0.092152 10.0.0.73 - - [2025-12-08 02:39:16] "POST /neutron/port HTTP/1.1" 200 1086 0.019989 10.0.0.73 - - [2025-12-08 02:39:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003894 10.0.0.73 - - [2025-12-08 02:39:17] "POST /neutron/subnet HTTP/1.1" 200 698 0.014841 10.0.0.73 - - [2025-12-08 02:39:17] "POST /neutron/port HTTP/1.1" 200 117 0.001674 10.0.0.73 - - [2025-12-08 02:39:17] "POST /neutron/network HTTP/1.1" 200 834 0.011350 10.0.0.73 - - [2025-12-08 02:39:17] "POST /neutron/network HTTP/1.1" 200 2222 0.014711 10.0.0.73 - - [2025-12-08 02:39:17] "GET /aaa-mode HTTP/1.1" 401 292 0.000510 10.0.0.73 - - [2025-12-08 02:39:17] "GET / HTTP/1.1" 200 35931 0.001756 10.0.0.73 - - [2025-12-08 02:39:17] "GET /project/9130297d-2166-4fc3-83ce-4214395c7280?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000453 10.0.0.73 - - [2025-12-08 02:39:18] "GET /projects?obj_uuids=9130297d-2166-4fc3-83ce-4214395c7280&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.005038 10.0.0.73 - - [2025-12-08 02:39:18] "GET /project/9130297d-2166-4fc3-83ce-4214395c7280?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.102331 10.0.0.73 - - [2025-12-08 02:39:18] "POST /neutron/network HTTP/1.1" 200 833 0.006344 10.0.0.73 - - [2025-12-08 02:39:18] "POST /neutron/network HTTP/1.1" 200 830 0.007219 10.0.0.73 - - [2025-12-08 02:39:18] "POST /neutron/network HTTP/1.1" 200 834 0.006997 10.0.0.73 - - [2025-12-08 02:39:18] "POST /neutron/port HTTP/1.1" 200 2054 0.020468 10.0.0.73 - - [2025-12-08 02:39:18] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009700 10.0.0.73 - - [2025-12-08 02:39:18] "POST /neutron/port HTTP/1.1" 200 117 0.006735 10.0.0.73 - - [2025-12-08 02:39:18] "POST /neutron/port HTTP/1.1" 200 117 0.009092 10.0.0.73 - - [2025-12-08 02:39:19] "POST /neutron/network HTTP/1.1" 200 2222 0.012485 10.0.0.73 - - [2025-12-08 02:39:19] "GET /projects?obj_uuids=9130297d-2166-4fc3-83ce-4214395c7280&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001387 10.0.0.73 - - [2025-12-08 02:39:19] "POST /neutron/port HTTP/1.1" 200 1059 0.308954 10.0.0.73 - - [2025-12-08 02:39:19] "GET /projects?obj_uuids=9130297d-2166-4fc3-83ce-4214395c7280&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001710 10.0.0.73 - - [2025-12-08 02:39:19] "POST /neutron/port HTTP/1.1" 200 1056 0.235969 10.0.0.73 - - [2025-12-08 02:39:19] "GET /projects?obj_uuids=9130297d-2166-4fc3-83ce-4214395c7280&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001352 10.0.0.73 - - [2025-12-08 02:39:19] "POST /neutron/port HTTP/1.1" 200 1058 0.246849 10.0.0.73 - - [2025-12-08 02:39:19] "POST /neutron/port HTTP/1.1" 200 1059 0.010571 10.0.0.73 - - [2025-12-08 02:39:20] "POST /neutron/port HTTP/1.1" 200 1059 0.014328 10.0.0.73 - - [2025-12-08 02:39:20] "POST /neutron/port HTTP/1.1" 200 1113 0.094677 10.0.0.73 - - [2025-12-08 02:39:20] "POST /neutron/port HTTP/1.1" 200 1056 0.013169 10.0.0.73 - - [2025-12-08 02:39:20] "POST /neutron/port HTTP/1.1" 200 1056 0.014142 10.0.0.73 - - [2025-12-08 02:39:20] "POST /neutron/port HTTP/1.1" 200 1110 0.079181 10.0.0.73 - - [2025-12-08 02:39:20] "POST /neutron/port HTTP/1.1" 200 1058 0.011488 10.0.0.73 - - [2025-12-08 02:39:20] "POST /neutron/port HTTP/1.1" 200 1058 0.012490 10.0.0.73 - - [2025-12-08 02:39:20] "POST /neutron/port HTTP/1.1" 200 1112 0.078982 10.0.0.73 - - [2025-12-08 02:39:20] "POST /neutron/port HTTP/1.1" 200 3024 0.020445 10.0.0.73 - - [2025-12-08 02:39:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005171 10.0.0.73 - - [2025-12-08 02:39:20] "POST /neutron/subnet HTTP/1.1" 200 703 0.008775 10.0.0.73 - - [2025-12-08 02:39:20] "POST /neutron/port HTTP/1.1" 200 117 0.001390 10.0.0.73 - - [2025-12-08 02:39:20] "POST /neutron/network HTTP/1.1" 200 833 0.009558 10.0.0.73 - - [2025-12-08 02:39:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005217 10.0.0.73 - - [2025-12-08 02:39:20] "POST /neutron/subnet HTTP/1.1" 200 689 0.016855 10.0.0.73 - - [2025-12-08 02:39:20] "POST /neutron/port HTTP/1.1" 200 117 0.001733 10.0.0.73 - - [2025-12-08 02:39:20] "POST /neutron/network HTTP/1.1" 200 830 0.007384 10.0.0.73 - - [2025-12-08 02:39:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005296 10.0.0.73 - - [2025-12-08 02:39:20] "POST /neutron/subnet HTTP/1.1" 200 698 0.011315 10.0.0.73 - - [2025-12-08 02:39:20] "POST /neutron/port HTTP/1.1" 200 117 0.001477 10.0.0.73 - - [2025-12-08 02:39:20] "POST /neutron/network HTTP/1.1" 200 834 0.008441 10.0.0.73 - - [2025-12-08 02:39:23] "POST /neutron/port HTTP/1.1" 200 3024 0.021906 10.0.0.73 - - [2025-12-08 02:39:23] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008677 10.0.0.73 - - [2025-12-08 02:39:23] "POST /neutron/port HTTP/1.1" 200 3024 0.031393 10.0.0.73 - - [2025-12-08 02:39:24] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009010 10.0.0.73 - - [2025-12-08 02:39:24] "POST /neutron/port HTTP/1.1" 200 3024 0.019882 10.0.0.73 - - [2025-12-08 02:39:24] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006808 10.0.0.73 - - [2025-12-08 02:39:24] "POST /neutron/port HTTP/1.1" 200 3024 0.029701 10.0.0.73 - - [2025-12-08 02:39:24] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007215 10.0.0.73 - - [2025-12-08 02:39:24] "POST /neutron/port HTTP/1.1" 200 3024 0.019940 10.0.0.73 - - [2025-12-08 02:39:24] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008723 10.0.0.73 - - [2025-12-08 02:39:24] "GET /virtual-machine/a527c604-a618-4d23-be59-9470d27dd9d2 HTTP/1.1" 200 1803 0.015475 10.0.0.73 - - [2025-12-08 02:39:24] "POST /neutron/port HTTP/1.1" 200 1084 0.035825 10.0.0.73 - - [2025-12-08 02:39:24] "GET /virtual-machine-interface/06e1ee9a-3c9a-4b32-8139-24a54c7263db HTTP/1.1" 200 2947 0.006878 10.0.0.73 - - [2025-12-08 02:39:24] "GET /virtual-machine-interface/203cab7a-1fe7-4fc3-804d-d40873182fbe HTTP/1.1" 200 2945 0.006690 10.0.0.73 - - [2025-12-08 02:39:24] "GET /virtual-machine-interface/7d54b43b-e6ea-4bd0-b4ac-cf1d551f052f HTTP/1.1" 200 2946 0.011282 10.0.0.73 - - [2025-12-08 02:39:24] "POST /neutron/port HTTP/1.1" 200 1084 0.015608 10.0.0.73 - - [2025-12-08 02:39:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.008150 10.0.0.73 - - [2025-12-08 02:39:24] "POST /neutron/network HTTP/1.1" 200 840 0.021060 10.0.0.73 - - [2025-12-08 02:39:24] "GET /global-vrouter-config/8c7ca7c7-4fde-43f4-b512-e9137443a07e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.009570 10.0.0.73 - - [2025-12-08 02:39:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004989 10.0.0.73 - - [2025-12-08 02:39:24] "GET /virtual-networks?parent_id=9130297d-2166-4fc3-83ce-4214395c7280&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.011720 10.0.0.73 - - [2025-12-08 02:39:24] "POST /neutron/subnet HTTP/1.1" 200 689 0.020041 10.0.0.73 - - [2025-12-08 02:39:24] "POST /neutron/port HTTP/1.1" 200 117 0.001330 10.0.0.73 - - [2025-12-08 02:39:24] "GET /virtual-network/735f8a06-0201-478e-ab95-03da77dcf147?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006425 10.0.0.73 - - [2025-12-08 02:39:24] "POST /neutron/network HTTP/1.1" 200 830 0.006484 10.0.0.73 - - [2025-12-08 02:39:26] "POST /neutron/port HTTP/1.1" 200 1084 0.017222 10.0.0.73 - - [2025-12-08 02:39:26] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006279 10.0.0.73 - - [2025-12-08 02:39:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004671 10.0.0.73 - - [2025-12-08 02:39:27] "GET /virtual-network/735f8a06-0201-478e-ab95-03da77dcf147?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.009110 10.0.0.73 - - [2025-12-08 02:39:28] "POST /neutron/port HTTP/1.1" 200 1086 0.012928 10.0.0.73 - - [2025-12-08 02:39:28] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007570 10.0.0.73 - - [2025-12-08 02:39:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003678 10.0.0.73 - - [2025-12-08 02:39:31] "GET /virtual-network/735f8a06-0201-478e-ab95-03da77dcf147?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.008073 10.0.0.73 - - [2025-12-08 02:39:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.006331 10.0.0.73 - - [2025-12-08 02:39:36] "GET /virtual-network/735f8a06-0201-478e-ab95-03da77dcf147?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.009689 10.0.0.73 - - [2025-12-08 02:39:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.005276 10.0.0.73 - - [2025-12-08 02:39:40] "GET /virtual-network/735f8a06-0201-478e-ab95-03da77dcf147?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006410 10.0.0.73 - - [2025-12-08 02:39:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003375 10.0.0.73 - - [2025-12-08 02:39:44] "GET /global-vrouter-config/8c7ca7c7-4fde-43f4-b512-e9137443a07e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003736 10.0.0.73 - - [2025-12-08 02:39:44] "GET /virtual-networks?parent_id=9130297d-2166-4fc3-83ce-4214395c7280&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004533 10.0.0.73 - - [2025-12-08 02:39:44] "GET /virtual-network/735f8a06-0201-478e-ab95-03da77dcf147?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007346 10.0.0.73 - - [2025-12-08 02:39:44] "POST /neutron/port HTTP/1.1" 200 3024 0.018007 10.0.0.73 - - [2025-12-08 02:39:44] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008454 10.0.0.73 - - [2025-12-08 02:39:49] "POST /neutron/port HTTP/1.1" 200 3024 0.017282 10.0.0.73 - - [2025-12-08 02:39:49] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007692 10.0.0.73 - - [2025-12-08 02:39:50] "DELETE /project/9130297d21664fc383ce4214395c7280 HTTP/1.1" 404 173 0.035982 10.0.0.73 - - [2025-12-08 02:39:50] "GET /projects?obj_uuids=1ca07663-dc22-4592-870c-2c6e921ed453&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001299 10.0.0.73 - - [2025-12-08 02:39:50] "GET /project/1ca07663-dc22-4592-870c-2c6e921ed453?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.056741 10.0.0.73 - - [2025-12-08 02:39:50] "GET /projects?obj_uuids=1ca07663-dc22-4592-870c-2c6e921ed453&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001631 10.0.0.73 - - [2025-12-08 02:39:50] "GET /project/1ca07663-dc22-4592-870c-2c6e921ed453?fields=security_groups HTTP/1.1" 200 1341 0.074757 10.0.0.73 - - [2025-12-08 02:39:50] "DELETE /security-group/47473b31-e2c9-41e9-b9e3-7a612141f8b2 HTTP/1.1" 200 115 0.034680 10.0.0.73 - - [2025-12-08 02:39:50] "GET /projects?obj_uuids=1ca07663-dc22-4592-870c-2c6e921ed453&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001465 10.0.0.73 - - [2025-12-08 02:39:50] "DELETE /access-control-list/fd1fe844-04be-48a9-befa-6a80b0ac2fd0 HTTP/1.1" 200 115 0.032957 10.0.0.73 - - [2025-12-08 02:39:50] "GET /project/1ca07663-dc22-4592-870c-2c6e921ed453?fields=application_policy_sets HTTP/1.1" 200 1380 0.033093 10.0.0.73 - - [2025-12-08 02:39:50] "DELETE /access-control-list/e3253d34-2aee-4142-ba5a-f206a502e226 HTTP/1.1" 200 115 0.025625 10.0.0.73 - - [2025-12-08 02:39:50] "DELETE /project/1ca07663-dc22-4592-870c-2c6e921ed453 HTTP/1.1" 200 115 0.414701 10.0.0.73 - - [2025-12-08 02:39:54] "POST /neutron/port HTTP/1.1" 200 3024 0.018356 10.0.0.73 - - [2025-12-08 02:39:54] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007366 10.0.0.73 - - [2025-12-08 02:39:55] "POST /neutron/port HTTP/1.1" 200 3024 0.032287 10.0.0.73 - - [2025-12-08 02:39:55] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008676 10.0.0.73 - - [2025-12-08 02:39:57] "GET /obj-perms HTTP/1.1" 200 5056 0.067614 10.0.0.73 - - [2025-12-08 02:39:58] "GET /obj-perms HTTP/1.1" 200 5056 0.068618 10.0.0.73 - - [2025-12-08 02:40:00] "POST /neutron/port HTTP/1.1" 200 3024 0.021166 10.0.0.73 - - [2025-12-08 02:40:00] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007350 10.0.0.73 - - [2025-12-08 02:40:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003670 10.0.0.73 - - [2025-12-08 02:40:05] "GET /global-vrouter-config/8c7ca7c7-4fde-43f4-b512-e9137443a07e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003650 10.0.0.73 - - [2025-12-08 02:40:05] "GET /virtual-networks?parent_id=9130297d-2166-4fc3-83ce-4214395c7280&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004058 10.0.0.73 - - [2025-12-08 02:40:05] "GET /virtual-network/0953fa73-90a9-4654-a3b8-5ed7deaeb1e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005581 10.0.0.73 - - [2025-12-08 02:40:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003623 10.0.0.73 - - [2025-12-08 02:40:05] "GET /global-vrouter-config/8c7ca7c7-4fde-43f4-b512-e9137443a07e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003658 10.0.0.73 - - [2025-12-08 02:40:05] "GET /virtual-networks?parent_id=9130297d-2166-4fc3-83ce-4214395c7280&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003781 10.0.0.73 - - [2025-12-08 02:40:05] "GET /virtual-network/e1da9955-1b18-4e7b-b96e-1e781fe78713?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.007666 10.0.0.73 - - [2025-12-08 02:40:06] "POST /fqname-to-id HTTP/1.1" 404 207 0.003110 10.0.0.73 - - [2025-12-08 02:40:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003321 10.0.0.73 - - [2025-12-08 02:40:06] "GET /projects?obj_uuids=9130297d-2166-4fc3-83ce-4214395c7280&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001875 10.0.0.73 - - [2025-12-08 02:40:06] "GET /project/9130297d-2166-4fc3-83ce-4214395c7280?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.033764 10.0.0.73 - - [2025-12-08 02:40:06] "POST /service-instances HTTP/1.1" 200 543 0.065024 10.0.0.73 - - [2025-12-08 02:40:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003760 10.0.0.73 - - [2025-12-08 02:40:06] "GET /service-instance/34d1ec6f-bf76-43a4-8921-3745b11f528f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2134 0.006446 10.0.0.73 - - [2025-12-08 02:40:06] "POST /port-tuples HTTP/1.1" 200 586 0.028915 10.0.0.73 - - [2025-12-08 02:40:06] "GET /virtual-machine-interface/7d54b43b-e6ea-4bd0-b4ac-cf1d551f052f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2725 0.006599 10.0.0.73 - - [2025-12-08 02:40:06] "PUT /virtual-machine-interface/7d54b43b-e6ea-4bd0-b4ac-cf1d551f052f HTTP/1.1" 200 284 0.012558 10.0.0.73 - - [2025-12-08 02:40:06] "POST /ref-update HTTP/1.1" 200 156 0.012282 10.0.0.73 - - [2025-12-08 02:40:06] "POST /instance-ips HTTP/1.1" 200 385 0.030695 10.0.0.73 - - [2025-12-08 02:40:06] "GET /virtual-machine-interface/203cab7a-1fe7-4fc3-804d-d40873182fbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2724 0.006953 10.0.0.73 - - [2025-12-08 02:40:06] "POST /ref-update HTTP/1.1" 200 156 0.016861 10.0.0.73 - - [2025-12-08 02:40:06] "PUT /virtual-machine-interface/203cab7a-1fe7-4fc3-804d-d40873182fbe HTTP/1.1" 200 284 0.014571 10.0.0.73 - - [2025-12-08 02:40:06] "POST /ref-update HTTP/1.1" 200 156 0.018202 10.0.0.73 - - [2025-12-08 02:40:06] "POST /ref-update HTTP/1.1" 200 156 0.010739 10.0.0.73 - - [2025-12-08 02:40:06] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003597 10.0.0.73 - - [2025-12-08 02:40:06] "GET /virtual-machine-interface/06e1ee9a-3c9a-4b32-8139-24a54c7263db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2726 0.007451 10.0.0.73 - - [2025-12-08 02:40:06] "POST /instance-ips HTTP/1.1" 200 385 0.027810 10.0.0.73 - - [2025-12-08 02:40:06] "PUT /virtual-machine-interface/06e1ee9a-3c9a-4b32-8139-24a54c7263db HTTP/1.1" 200 284 0.011890 10.0.0.73 - - [2025-12-08 02:40:06] "POST /ref-update HTTP/1.1" 200 156 0.012007 10.0.0.73 - - [2025-12-08 02:40:06] "POST /ref-update HTTP/1.1" 200 156 0.011746 10.0.0.73 - - [2025-12-08 02:40:06] "POST /ref-update HTTP/1.1" 200 156 0.010759 10.0.0.73 - - [2025-12-08 02:40:07] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003891 10.0.0.73 - - [2025-12-08 02:40:07] "POST /neutron/port HTTP/1.1" 200 1084 0.011657 10.0.0.73 - - [2025-12-08 02:40:07] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008046 10.0.0.73 - - [2025-12-08 02:40:07] "POST /instance-ips HTTP/1.1" 200 373 0.026131 10.0.0.73 - - [2025-12-08 02:40:07] "POST /neutron/port HTTP/1.1" 200 1084 0.012104 10.0.0.73 - - [2025-12-08 02:40:07] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007854 10.0.0.73 - - [2025-12-08 02:40:07] "POST /ref-update HTTP/1.1" 200 156 0.013056 10.0.0.73 - - [2025-12-08 02:40:07] "POST /ref-update HTTP/1.1" 200 156 0.009634 10.0.0.73 - - [2025-12-08 02:40:07] "POST /neutron/port HTTP/1.1" 200 1084 0.015395 10.0.0.73 - - [2025-12-08 02:40:07] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007917 10.0.0.73 - - [2025-12-08 02:40:07] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.007262 10.0.0.73 - - [2025-12-08 02:40:07] "GET /virtual-machine/2ee9a87d-cd76-46aa-aeca-f6a68a6c94de HTTP/1.1" 200 1290 0.007011 10.0.0.73 - - [2025-12-08 02:40:07] "GET /virtual-machine-interface/53bbc99e-661e-4119-8b29-7d0fdf7b2e71 HTTP/1.1" 200 2946 0.006322 10.0.0.73 - - [2025-12-08 02:40:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003465 10.0.0.73 - - [2025-12-08 02:40:07] "GET /global-vrouter-config/8c7ca7c7-4fde-43f4-b512-e9137443a07e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005123 10.0.0.73 - - [2025-12-08 02:40:07] "POST /instance-ips HTTP/1.1" 200 373 0.021610 10.0.0.73 - - [2025-12-08 02:40:07] "GET /virtual-networks?parent_id=9130297d-2166-4fc3-83ce-4214395c7280&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003908 10.0.0.73 - - [2025-12-08 02:40:07] "POST /ref-update HTTP/1.1" 200 156 0.010700 10.0.0.73 - - [2025-12-08 02:40:07] "GET /virtual-network/0953fa73-90a9-4654-a3b8-5ed7deaeb1e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.007515 10.0.0.73 - - [2025-12-08 02:40:07] "POST /ref-update HTTP/1.1" 200 156 0.011859 10.0.0.73 - - [2025-12-08 02:40:07] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.004111 10.0.0.73 - - [2025-12-08 02:40:07] "POST /instance-ips HTTP/1.1" 200 375 0.018671 10.0.0.73 - - [2025-12-08 02:40:07] "POST /ref-update HTTP/1.1" 200 156 0.011411 10.0.0.73 - - [2025-12-08 02:40:07] "POST /ref-update HTTP/1.1" 200 156 0.010473 10.0.0.73 - - [2025-12-08 02:40:07] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.004868 10.0.0.73 - - [2025-12-08 02:40:07] "POST /instance-ips HTTP/1.1" 200 375 0.019807 10.0.0.73 - - [2025-12-08 02:40:07] "POST /ref-update HTTP/1.1" 200 156 0.012103 10.0.0.73 - - [2025-12-08 02:40:07] "POST /ref-update HTTP/1.1" 200 156 0.010848 10.0.0.73 - - [2025-12-08 02:40:08] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003493 10.0.0.73 - - [2025-12-08 02:40:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003233 10.0.0.73 - - [2025-12-08 02:40:08] "GET /global-vrouter-config/8c7ca7c7-4fde-43f4-b512-e9137443a07e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004245 10.0.0.73 - - [2025-12-08 02:40:08] "GET /virtual-networks?parent_id=9130297d-2166-4fc3-83ce-4214395c7280&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004221 10.0.0.73 - - [2025-12-08 02:40:08] "GET /virtual-network/0953fa73-90a9-4654-a3b8-5ed7deaeb1e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005865 10.0.0.73 - - [2025-12-08 02:40:08] "POST /neutron/port HTTP/1.1" 200 1086 0.012684 10.0.0.73 - - [2025-12-08 02:40:08] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008019 10.0.0.73 - - [2025-12-08 02:40:09] "POST /neutron/port HTTP/1.1" 200 1086 0.012520 10.0.0.73 - - [2025-12-08 02:40:09] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008873 10.0.0.73 - - [2025-12-08 02:40:09] "POST /neutron/port HTTP/1.1" 200 1086 0.013689 10.0.0.73 - - [2025-12-08 02:40:09] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006975 10.0.0.73 - - [2025-12-08 02:40:09] "GET /virtual-machine/db9d3589-d7bd-4639-ab01-c1130a94be5a HTTP/1.1" 200 1291 0.005344 10.0.0.73 - - [2025-12-08 02:40:09] "GET /virtual-machine-interface/77b7c74c-c986-48cc-b61d-137418549c0d HTTP/1.1" 200 2949 0.008397 10.0.0.73 - - [2025-12-08 02:40:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003750 10.0.0.73 - - [2025-12-08 02:40:09] "GET /global-vrouter-config/8c7ca7c7-4fde-43f4-b512-e9137443a07e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003809 10.0.0.73 - - [2025-12-08 02:40:09] "GET /virtual-networks?parent_id=9130297d-2166-4fc3-83ce-4214395c7280&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003848 10.0.0.73 - - [2025-12-08 02:40:09] "GET /virtual-network/e1da9955-1b18-4e7b-b96e-1e781fe78713?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006445 10.0.0.73 - - [2025-12-08 02:40:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003488 10.0.0.73 - - [2025-12-08 02:40:10] "GET /global-vrouter-config/8c7ca7c7-4fde-43f4-b512-e9137443a07e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003998 10.0.0.73 - - [2025-12-08 02:40:10] "GET /virtual-networks?parent_id=9130297d-2166-4fc3-83ce-4214395c7280&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003549 10.0.0.73 - - [2025-12-08 02:40:10] "GET /virtual-network/e1da9955-1b18-4e7b-b96e-1e781fe78713?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.008398 10.0.0.73 - - [2025-12-08 02:40:10] "POST /fqname-to-id HTTP/1.1" 404 211 0.003458 10.0.0.73 - - [2025-12-08 02:40:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002897 10.0.0.73 - - [2025-12-08 02:40:10] "GET /projects?obj_uuids=9130297d-2166-4fc3-83ce-4214395c7280&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001352 10.0.0.73 - - [2025-12-08 02:40:10] "GET /project/9130297d-2166-4fc3-83ce-4214395c7280?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.031609 10.0.0.73 - - [2025-12-08 02:40:10] "POST /network-policys HTTP/1.1" 200 547 0.021047 10.0.0.73 - - [2025-12-08 02:40:10] "GET /network-policy/30370600-17cd-45a6-b292-372fde4d4207?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.005061 10.0.0.73 - - [2025-12-08 02:40:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003980 10.0.0.73 - - [2025-12-08 02:40:11] "GET /virtual-network/0953fa73-90a9-4654-a3b8-5ed7deaeb1e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.008409 10.0.0.73 - - [2025-12-08 02:40:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003583 10.0.0.73 - - [2025-12-08 02:40:11] "GET /network-policy/30370600-17cd-45a6-b292-372fde4d4207?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003786 10.0.0.73 - - [2025-12-08 02:40:11] "POST /fqname-to-id HTTP/1.1" 404 242 0.002530 10.0.0.73 - - [2025-12-08 02:40:11] "POST /ref-update HTTP/1.1" 200 156 0.030266 10.0.0.73 - - [2025-12-08 02:40:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003419 10.0.0.73 - - [2025-12-08 02:40:11] "POST /access-control-lists HTTP/1.1" 200 601 0.063976 10.0.0.73 - - [2025-12-08 02:40:11] "GET /network-policy/30370600-17cd-45a6-b292-372fde4d4207?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003930 10.0.0.73 - - [2025-12-08 02:40:11] "POST /neutron/network HTTP/1.1" 200 918 0.008433 10.0.0.73 - - [2025-12-08 02:40:11] "GET /virtual-network/0953fa73-90a9-4654-a3b8-5ed7deaeb1e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.006040 10.0.0.73 - - [2025-12-08 02:40:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003628 10.0.0.73 - - [2025-12-08 02:40:11] "GET /network-policy/30370600-17cd-45a6-b292-372fde4d4207?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.004881 10.0.0.73 - - [2025-12-08 02:40:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003382 10.0.0.73 - - [2025-12-08 02:40:11] "GET /virtual-network/e1da9955-1b18-4e7b-b96e-1e781fe78713?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006062 10.0.0.73 - - [2025-12-08 02:40:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004970 10.0.0.73 - - [2025-12-08 02:40:11] "GET /network-policy/30370600-17cd-45a6-b292-372fde4d4207?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.004553 10.0.0.73 - - [2025-12-08 02:40:11] "PUT /access-control-list/da3010d9-a908-4a82-a3db-93f2d846be60 HTTP/1.1" 200 272 0.013486 10.0.0.73 - - [2025-12-08 02:40:11] "POST /ref-update HTTP/1.1" 200 156 0.038173 10.0.0.73 - - [2025-12-08 02:40:11] "POST /fqname-to-id HTTP/1.1" 404 244 0.004535 10.0.0.73 - - [2025-12-08 02:40:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003237 10.0.0.73 - - [2025-12-08 02:40:11] "GET /network-policy/30370600-17cd-45a6-b292-372fde4d4207?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.015493 10.0.0.73 - - [2025-12-08 02:40:11] "POST /access-control-lists HTTP/1.1" 200 604 0.062348 10.0.0.73 - - [2025-12-08 02:40:12] "POST /neutron/network HTTP/1.1" 200 922 0.008657 10.0.0.73 - - [2025-12-08 02:40:12] "GET /virtual-network/e1da9955-1b18-4e7b-b96e-1e781fe78713?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.005460 10.0.0.73 - - [2025-12-08 02:40:12] "POST /routing-instances HTTP/1.1" 200 759 0.032120 10.0.0.73 - - [2025-12-08 02:40:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003132 10.0.0.73 - - [2025-12-08 02:40:12] "POST /route-targets HTTP/1.1" 200 327 0.011066 10.0.0.73 - - [2025-12-08 02:40:12] "GET /network-policy/30370600-17cd-45a6-b292-372fde4d4207?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.004623 10.0.0.73 - - [2025-12-08 02:40:12] "POST /ref-update HTTP/1.1" 200 156 0.012764 10.0.0.73 - - [2025-12-08 02:40:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003612 10.0.0.73 - - [2025-12-08 02:40:12] "GET /routing-instance/28aab12c-a81a-429b-833a-6efae9b006e7?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1286 0.005711 10.0.0.73 - - [2025-12-08 02:40:12] "GET /service-template/fd6610cd-0d19-4347-be87-e1440c938b03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.005215 10.0.0.73 - - [2025-12-08 02:40:12] "GET /routing-instance/28aab12c-a81a-429b-833a-6efae9b006e7?fields=routing_policy_back_refs HTTP/1.1" 200 1286 0.005093 10.0.0.73 - - [2025-12-08 02:40:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003690 10.0.0.73 - - [2025-12-08 02:40:12] "POST /ref-update HTTP/1.1" 200 156 0.011724 10.0.0.73 - - [2025-12-08 02:40:12] "GET /projects?obj_uuids=9130297d-2166-4fc3-83ce-4214395c7280&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001306 10.0.0.73 - - [2025-12-08 02:40:12] "GET /project/9130297d-2166-4fc3-83ce-4214395c7280?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.039946 10.0.0.73 - - [2025-12-08 02:40:12] "POST /routing-instances HTTP/1.1" 200 760 0.018467 10.0.0.73 - - [2025-12-08 02:40:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004371 10.0.0.73 - - [2025-12-08 02:40:12] "POST /route-targets HTTP/1.1" 200 327 0.012087 10.0.0.73 - - [2025-12-08 02:40:12] "GET /service-instance/34d1ec6f-bf76-43a4-8921-3745b11f528f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3528 0.007791 10.0.0.73 - - [2025-12-08 02:40:12] "POST /ref-update HTTP/1.1" 200 156 0.014234 10.0.0.73 - - [2025-12-08 02:40:12] "GET /domains HTTP/1.1" 200 280 0.007188 10.0.0.73 - - [2025-12-08 02:40:12] "GET /domains?obj_uuids=bdb80538-3a76-4907-b398-c529616d0886&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001788 10.0.0.73 - - [2025-12-08 02:40:12] "GET /domain/bdb80538-3a76-4907-b398-c529616d0886 HTTP/1.1" 200 2772 0.010847 10.0.0.73 - - [2025-12-08 02:40:12] "GET /projects?obj_uuids=9130297d-2166-4fc3-83ce-4214395c7280&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001331 10.0.0.73 - - [2025-12-08 02:40:12] "GET /routing-instance/e825689b-b2c1-433d-b5f9-075a27eafae4?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1289 0.005581 10.0.0.73 - - [2025-12-08 02:40:12] "GET /routing-instance/e825689b-b2c1-433d-b5f9-075a27eafae4?fields=routing_policy_back_refs HTTP/1.1" 200 1289 0.006694 10.0.0.73 - - [2025-12-08 02:40:12] "GET /project/9130297d-2166-4fc3-83ce-4214395c7280 HTTP/1.1" 200 4233 0.077760 10.0.0.73 - - [2025-12-08 02:40:12] "GET /service-instance/34d1ec6f-bf76-43a4-8921-3745b11f528f HTTP/1.1" 200 3782 0.008913 10.0.0.73 - - [2025-12-08 02:40:12] "GET /domains HTTP/1.1" 200 280 0.003305 10.0.0.73 - - [2025-12-08 02:40:12] "GET /domains?obj_uuids=bdb80538-3a76-4907-b398-c529616d0886&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001400 10.0.0.73 - - [2025-12-08 02:40:12] "GET /domain/bdb80538-3a76-4907-b398-c529616d0886 HTTP/1.1" 200 2772 0.009845 10.0.0.73 - - [2025-12-08 02:40:12] "GET /projects?obj_uuids=9130297d-2166-4fc3-83ce-4214395c7280&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001131 10.0.0.73 - - [2025-12-08 02:40:12] "PUT /routing-instance/28aab12c-a81a-429b-833a-6efae9b006e7 HTTP/1.1" 200 266 0.015465 10.0.0.73 - - [2025-12-08 02:40:12] "GET /project/9130297d-2166-4fc3-83ce-4214395c7280 HTTP/1.1" 200 4233 0.084705 10.0.0.73 - - [2025-12-08 02:40:12] "PUT /routing-instance/e825689b-b2c1-433d-b5f9-075a27eafae4 HTTP/1.1" 200 266 0.025394 10.0.0.73 - - [2025-12-08 02:40:12] "GET /service-instance/34d1ec6f-bf76-43a4-8921-3745b11f528f HTTP/1.1" 200 3782 0.011052 10.0.0.73 - - [2025-12-08 02:40:12] "GET /port-tuple/0dd409c8-dc2c-42cb-ba27-4eb7c3a94f1e HTTP/1.1" 200 1978 0.004002 10.0.0.73 - - [2025-12-08 02:40:12] "GET /virtual-machine-interface/06e1ee9a-3c9a-4b32-8139-24a54c7263db HTTP/1.1" 200 3802 0.006279 10.0.0.73 - - [2025-12-08 02:40:12] "GET /virtual-machine-interface/203cab7a-1fe7-4fc3-804d-d40873182fbe HTTP/1.1" 200 3797 0.007873 10.0.0.73 - - [2025-12-08 02:40:12] "GET /virtual-machine-interface/7d54b43b-e6ea-4bd0-b4ac-cf1d551f052f HTTP/1.1" 200 3816 0.006583 10.0.0.73 - - [2025-12-08 02:40:12] "POST /ref-update HTTP/1.1" 200 156 0.015558 10.0.0.73 - - [2025-12-08 02:40:12] "PUT /access-control-list/b38c6a50-2cbe-43d8-8a4a-f9d3a7d9b413 HTTP/1.1" 200 272 0.016118 10.0.0.73 - - [2025-12-08 02:40:12] "POST /neutron/port HTTP/1.1" 200 3831 0.045914 10.0.0.73 - - [2025-12-08 02:40:12] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008142 10.0.0.73 - - [2025-12-08 02:40:13] "POST /neutron/port HTTP/1.1" 200 3831 0.033414 10.0.0.73 - - [2025-12-08 02:40:13] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007776 10.0.0.73 - - [2025-12-08 02:40:13] "POST /neutron/port HTTP/1.1" 200 3831 0.031368 10.0.0.73 - - [2025-12-08 02:40:13] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006904 10.0.0.73 - - [2025-12-08 02:40:13] "POST /neutron/port HTTP/1.1" 200 3831 0.043067 10.0.0.73 - - [2025-12-08 02:40:13] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006681 10.0.0.73 - - [2025-12-08 02:40:13] "POST /neutron/network HTTP/1.1" 200 892 0.017633 10.0.0.73 - - [2025-12-08 02:40:13] "POST /neutron/network HTTP/1.1" 200 918 0.006551 10.0.0.73 - - [2025-12-08 02:40:13] "POST /neutron/network HTTP/1.1" 200 807 0.014440 10.0.0.73 - - [2025-12-08 02:40:13] "POST /neutron/network HTTP/1.1" 200 833 0.006644 10.0.0.73 - - [2025-12-08 02:40:13] "POST /neutron/network HTTP/1.1" 200 896 0.015005 10.0.0.73 - - [2025-12-08 02:40:13] "POST /neutron/network HTTP/1.1" 200 922 0.008164 10.0.0.73 - - [2025-12-08 02:40:13] "POST /id-to-fqname HTTP/1.1" 200 223 0.002024 10.0.0.73 - - [2025-12-08 02:40:13] "POST /id-to-fqname HTTP/1.1" 200 223 0.001564 10.0.0.73 - - [2025-12-08 02:40:13] "POST /id-to-fqname HTTP/1.1" 200 224 0.002086 10.0.0.73 - - [2025-12-08 02:40:13] "GET /virtual-machine/a527c604-a618-4d23-be59-9470d27dd9d2 HTTP/1.1" 200 1803 0.005572 10.0.0.73 - - [2025-12-08 02:40:13] "GET /virtual-machine-interface/06e1ee9a-3c9a-4b32-8139-24a54c7263db HTTP/1.1" 200 3802 0.008928 10.0.0.73 - - [2025-12-08 02:40:13] "GET /virtual-machine-interface/203cab7a-1fe7-4fc3-804d-d40873182fbe HTTP/1.1" 200 3797 0.005767 10.0.0.73 - - [2025-12-08 02:40:13] "GET /virtual-machine-interface/7d54b43b-e6ea-4bd0-b4ac-cf1d551f052f HTTP/1.1" 200 3816 0.005802 10.0.0.73 - - [2025-12-08 02:40:13] "GET /instance-ip/1977fa92-7fc4-453d-97e5-cea8896cb7f0 HTTP/1.1" 200 1622 0.006190 10.0.0.73 - - [2025-12-08 02:40:13] "GET /instance-ip/29a1def3-4db0-4b36-be5e-ea90cc8eb3d8 HTTP/1.1" 200 1960 0.010159 10.0.0.73 - - [2025-12-08 02:40:13] "GET /instance-ip/aff35c8f-8e35-4f1e-bdf4-b3f7028c1622 HTTP/1.1" 200 1959 0.005401 10.0.0.73 - - [2025-12-08 02:40:13] "GET /instance-ip/168f4379-9389-4fe4-be3d-e33b3855ff45 HTTP/1.1" 200 1954 0.004363 10.0.0.73 - - [2025-12-08 02:40:13] "GET /instance-ip/2b81eaf8-110c-46f1-be38-74bd73e405f5 HTTP/1.1" 200 1619 0.006445 10.0.0.73 - - [2025-12-08 02:40:13] "GET /instance-ip/bd3fb209-096f-43d4-aae1-86f33f9ffe7c HTTP/1.1" 200 1957 0.006414 10.0.0.73 - - [2025-12-08 02:40:13] "GET /instance-ip/127a3c0b-df61-4983-a638-5e91100e4c5a HTTP/1.1" 200 1978 0.006473 10.0.0.73 - - [2025-12-08 02:40:13] "GET /instance-ip/1d119246-1782-4ada-a506-3bce8a76de0b HTTP/1.1" 200 1622 0.005737 10.0.0.73 - - [2025-12-08 02:40:13] "GET /instance-ip/7a9d3bf1-a435-472b-b3cf-cf660410dce2 HTTP/1.1" 200 1980 0.004771 10.0.0.73 - - [2025-12-08 02:40:13] "POST /neutron/port HTTP/1.1" 200 3831 0.028704 10.0.0.73 - - [2025-12-08 02:40:13] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007982 10.0.0.73 - - [2025-12-08 02:40:13] "POST /neutron/port HTTP/1.1" 200 3831 0.035389 10.0.0.73 - - [2025-12-08 02:40:13] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007318 10.0.0.73 - - [2025-12-08 02:40:13] "POST /neutron/port HTTP/1.1" 200 3831 0.029644 10.0.0.73 - - [2025-12-08 02:40:14] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009513 10.0.0.73 - - [2025-12-08 02:40:14] "POST /neutron/port HTTP/1.1" 200 3831 0.031080 10.0.0.73 - - [2025-12-08 02:40:14] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007516 10.0.0.73 - - [2025-12-08 02:40:14] "GET /virtual-machine/a527c604-a618-4d23-be59-9470d27dd9d2 HTTP/1.1" 200 1803 0.004717 10.0.0.73 - - [2025-12-08 02:40:14] "GET /virtual-machine-interface/06e1ee9a-3c9a-4b32-8139-24a54c7263db HTTP/1.1" 200 3802 0.006136 10.0.0.73 - - [2025-12-08 02:40:14] "GET /virtual-machine-interface/203cab7a-1fe7-4fc3-804d-d40873182fbe HTTP/1.1" 200 3797 0.005710 10.0.0.73 - - [2025-12-08 02:40:14] "GET /virtual-machine-interface/7d54b43b-e6ea-4bd0-b4ac-cf1d551f052f HTTP/1.1" 200 3816 0.008440 10.0.0.73 - - [2025-12-08 02:40:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003936 10.0.0.73 - - [2025-12-08 02:40:14] "GET /global-vrouter-config/8c7ca7c7-4fde-43f4-b512-e9137443a07e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003716 10.0.0.73 - - [2025-12-08 02:40:14] "GET /virtual-networks?parent_id=9130297d-2166-4fc3-83ce-4214395c7280&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003384 10.0.0.73 - - [2025-12-08 02:40:14] "GET /virtual-network/0953fa73-90a9-4654-a3b8-5ed7deaeb1e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.008448 10.0.0.73 - - [2025-12-08 02:40:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003366 10.0.0.73 - - [2025-12-08 02:40:15] "GET /global-vrouter-config/8c7ca7c7-4fde-43f4-b512-e9137443a07e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004502 10.0.0.73 - - [2025-12-08 02:40:15] "GET /virtual-networks?parent_id=9130297d-2166-4fc3-83ce-4214395c7280&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003567 10.0.0.73 - - [2025-12-08 02:40:15] "GET /virtual-network/0953fa73-90a9-4654-a3b8-5ed7deaeb1e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.006073 10.0.0.73 - - [2025-12-08 02:40:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003721 10.0.0.73 - - [2025-12-08 02:40:15] "GET /global-vrouter-config/8c7ca7c7-4fde-43f4-b512-e9137443a07e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004497 10.0.0.73 - - [2025-12-08 02:40:15] "GET /virtual-networks?parent_id=9130297d-2166-4fc3-83ce-4214395c7280&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003490 10.0.0.73 - - [2025-12-08 02:40:15] "GET /virtual-network/0953fa73-90a9-4654-a3b8-5ed7deaeb1e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.006703 10.0.0.73 - - [2025-12-08 02:40:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004043 10.0.0.73 - - [2025-12-08 02:40:15] "GET /global-vrouter-config/8c7ca7c7-4fde-43f4-b512-e9137443a07e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004600 10.0.0.73 - - [2025-12-08 02:40:15] "GET /virtual-networks?parent_id=9130297d-2166-4fc3-83ce-4214395c7280&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004276 10.0.0.73 - - [2025-12-08 02:40:16] "GET /virtual-network/0953fa73-90a9-4654-a3b8-5ed7deaeb1e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.005990 10.0.0.73 - - [2025-12-08 02:40:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003477 10.0.0.73 - - [2025-12-08 02:40:16] "GET /global-vrouter-config/8c7ca7c7-4fde-43f4-b512-e9137443a07e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004030 10.0.0.73 - - [2025-12-08 02:40:16] "GET /virtual-networks?parent_id=9130297d-2166-4fc3-83ce-4214395c7280&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004035 10.0.0.73 - - [2025-12-08 02:40:16] "GET /virtual-network/0953fa73-90a9-4654-a3b8-5ed7deaeb1e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.006404 10.0.0.73 - - [2025-12-08 02:40:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004715 10.0.0.73 - - [2025-12-08 02:40:16] "GET /global-vrouter-config/8c7ca7c7-4fde-43f4-b512-e9137443a07e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005161 10.0.0.73 - - [2025-12-08 02:40:16] "GET /virtual-networks?parent_id=9130297d-2166-4fc3-83ce-4214395c7280&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003366 10.0.0.73 - - [2025-12-08 02:40:16] "GET /virtual-network/735f8a06-0201-478e-ab95-03da77dcf147?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006099 10.0.0.73 - - [2025-12-08 02:40:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003322 10.0.0.73 - - [2025-12-08 02:40:16] "GET /global-vrouter-config/8c7ca7c7-4fde-43f4-b512-e9137443a07e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004049 10.0.0.73 - - [2025-12-08 02:40:16] "GET /virtual-networks?parent_id=9130297d-2166-4fc3-83ce-4214395c7280&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003268 10.0.0.73 - - [2025-12-08 02:40:16] "GET /virtual-network/735f8a06-0201-478e-ab95-03da77dcf147?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006243 10.0.0.73 - - [2025-12-08 02:40:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003189 10.0.0.73 - - [2025-12-08 02:40:16] "GET /global-vrouter-config/8c7ca7c7-4fde-43f4-b512-e9137443a07e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003973 10.0.0.73 - - [2025-12-08 02:40:16] "GET /virtual-networks?parent_id=9130297d-2166-4fc3-83ce-4214395c7280&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004189 10.0.0.73 - - [2025-12-08 02:40:16] "GET /virtual-network/735f8a06-0201-478e-ab95-03da77dcf147?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005909 10.0.0.73 - - [2025-12-08 02:40:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003419 10.0.0.73 - - [2025-12-08 02:40:16] "GET /global-vrouter-config/8c7ca7c7-4fde-43f4-b512-e9137443a07e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004452 10.0.0.73 - - [2025-12-08 02:40:17] "GET /virtual-networks?parent_id=9130297d-2166-4fc3-83ce-4214395c7280&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003522 10.0.0.73 - - [2025-12-08 02:40:17] "GET /virtual-network/735f8a06-0201-478e-ab95-03da77dcf147?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006412 10.0.0.73 - - [2025-12-08 02:40:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003830 10.0.0.73 - - [2025-12-08 02:40:17] "GET /global-vrouter-config/8c7ca7c7-4fde-43f4-b512-e9137443a07e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005766 10.0.0.73 - - [2025-12-08 02:40:17] "GET /virtual-networks?parent_id=9130297d-2166-4fc3-83ce-4214395c7280&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003685 10.0.0.73 - - [2025-12-08 02:40:17] "GET /virtual-network/e1da9955-1b18-4e7b-b96e-1e781fe78713?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.005962 10.0.0.73 - - [2025-12-08 02:40:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003755 10.0.0.73 - - [2025-12-08 02:40:17] "GET /global-vrouter-config/8c7ca7c7-4fde-43f4-b512-e9137443a07e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005514 10.0.0.73 - - [2025-12-08 02:40:17] "GET /virtual-networks?parent_id=9130297d-2166-4fc3-83ce-4214395c7280&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003391 10.0.0.73 - - [2025-12-08 02:40:17] "GET /virtual-network/e1da9955-1b18-4e7b-b96e-1e781fe78713?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.007215 10.0.0.73 - - [2025-12-08 02:40:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003851 10.0.0.73 - - [2025-12-08 02:40:17] "GET /global-vrouter-config/8c7ca7c7-4fde-43f4-b512-e9137443a07e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004067 10.0.0.73 - - [2025-12-08 02:40:17] "GET /virtual-networks?parent_id=9130297d-2166-4fc3-83ce-4214395c7280&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004974 10.0.0.73 - - [2025-12-08 02:40:17] "GET /virtual-network/e1da9955-1b18-4e7b-b96e-1e781fe78713?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.006780 10.0.0.73 - - [2025-12-08 02:40:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.005849 10.0.0.73 - - [2025-12-08 02:40:17] "GET /global-vrouter-config/8c7ca7c7-4fde-43f4-b512-e9137443a07e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004293 10.0.0.73 - - [2025-12-08 02:40:17] "GET /virtual-networks?parent_id=9130297d-2166-4fc3-83ce-4214395c7280&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003633 10.0.0.73 - - [2025-12-08 02:40:17] "GET /virtual-network/e1da9955-1b18-4e7b-b96e-1e781fe78713?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.006092 10.0.0.73 - - [2025-12-08 02:40:18] "GET /virtual-machine/a527c604-a618-4d23-be59-9470d27dd9d2 HTTP/1.1" 200 1803 0.006016 10.0.0.73 - - [2025-12-08 02:40:18] "GET /domains HTTP/1.1" 200 280 0.002832 10.0.0.73 - - [2025-12-08 02:40:18] "GET /domains?obj_uuids=bdb80538-3a76-4907-b398-c529616d0886&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002214 10.0.0.73 - - [2025-12-08 02:40:18] "GET /domain/bdb80538-3a76-4907-b398-c529616d0886 HTTP/1.1" 200 2772 0.008713 10.0.0.73 - - [2025-12-08 02:40:18] "GET /projects?obj_uuids=9130297d-2166-4fc3-83ce-4214395c7280&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001648 10.0.0.73 - - [2025-12-08 02:40:18] "GET /project/9130297d-2166-4fc3-83ce-4214395c7280 HTTP/1.1" 200 4233 0.069756 10.0.0.73 - - [2025-12-08 02:40:18] "GET /service-instance/34d1ec6f-bf76-43a4-8921-3745b11f528f HTTP/1.1" 200 3782 0.005779 10.0.0.73 - - [2025-12-08 02:40:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002898 10.0.0.73 - - [2025-12-08 02:40:18] "GET /routing-instance/d0dbd165-1fc5-42e2-8dea-60d1286273bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1888 0.005409 10.0.0.73 - - [2025-12-08 02:40:18] "GET /routing-instance/d0dbd165-1fc5-42e2-8dea-60d1286273bb?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2021 0.007039 10.0.0.73 - - [2025-12-08 02:40:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004267 10.0.0.73 - - [2025-12-08 02:40:18] "GET /routing-instance/9b05328d-4e73-4ebb-b254-1da4c4bcd1ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1893 0.006226 10.0.0.73 - - [2025-12-08 02:40:18] "GET /routing-instance/9b05328d-4e73-4ebb-b254-1da4c4bcd1ef?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2024 0.006523 10.0.0.73 - - [2025-12-08 02:40:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004045 10.0.0.73 - - [2025-12-08 02:40:18] "GET /virtual-network/0953fa73-90a9-4654-a3b8-5ed7deaeb1e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.006201 10.0.0.73 - - [2025-12-08 02:40:18] "GET /virtual-network/0953fa73-90a9-4654-a3b8-5ed7deaeb1e1?fields=routing_instances HTTP/1.1" 200 1682 0.008335 10.0.0.73 - - [2025-12-08 02:40:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003715 10.0.0.73 - - [2025-12-08 02:40:18] "GET /virtual-network/e1da9955-1b18-4e7b-b96e-1e781fe78713?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.007658 10.0.0.73 - - [2025-12-08 02:40:18] "GET /virtual-network/e1da9955-1b18-4e7b-b96e-1e781fe78713?fields=routing_instances HTTP/1.1" 200 1689 0.009502 10.0.0.73 - - [2025-12-08 02:40:22] "POST /ref-update HTTP/1.1" 200 156 0.038372 10.0.0.73 - - [2025-12-08 02:40:22] "POST /neutron/network HTTP/1.1" 200 834 0.013991 10.0.0.73 - - [2025-12-08 02:40:22] "DELETE /access-control-list/b38c6a50-2cbe-43d8-8a4a-f9d3a7d9b413 HTTP/1.1" 200 115 0.037428 10.0.0.73 - - [2025-12-08 02:40:23] "GET /virtual-network/e1da9955-1b18-4e7b-b96e-1e781fe78713?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.009524 10.0.0.73 - - [2025-12-08 02:40:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004370 10.0.0.73 - - [2025-12-08 02:40:23] "DELETE /routing-instance/28aab12c-a81a-429b-833a-6efae9b006e7 HTTP/1.1" 200 115 0.035628 10.0.0.73 - - [2025-12-08 02:40:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003377 10.0.0.73 - - [2025-12-08 02:40:23] "GET /network-policy/30370600-17cd-45a6-b292-372fde4d4207?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.004408 10.0.0.73 - - [2025-12-08 02:40:23] "DELETE /route-target/3f8fc9d2-6407-400d-9ef7-f7add40f3d5b HTTP/1.1" 200 115 0.027097 10.0.0.73 - - [2025-12-08 02:40:23] "POST /ref-update HTTP/1.1" 200 156 0.032348 10.0.0.73 - - [2025-12-08 02:40:23] "DELETE /routing-instance/e825689b-b2c1-433d-b5f9-075a27eafae4 HTTP/1.1" 200 115 0.031231 10.0.0.73 - - [2025-12-08 02:40:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003028 10.0.0.73 - - [2025-12-08 02:40:23] "POST /neutron/network HTTP/1.1" 200 830 0.007346 10.0.0.73 - - [2025-12-08 02:40:23] "GET /virtual-network/0953fa73-90a9-4654-a3b8-5ed7deaeb1e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005271 10.0.0.73 - - [2025-12-08 02:40:23] "DELETE /route-target/3b17fadb-e4c8-4361-b8e2-0976761d3be0 HTTP/1.1" 200 115 0.018929 10.0.0.73 - - [2025-12-08 02:40:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003876 10.0.0.73 - - [2025-12-08 02:40:23] "DELETE /access-control-list/da3010d9-a908-4a82-a3db-93f2d846be60 HTTP/1.1" 200 115 0.022474 10.0.0.73 - - [2025-12-08 02:40:23] "GET /network-policy/30370600-17cd-45a6-b292-372fde4d4207?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.004679 10.0.0.73 - - [2025-12-08 02:40:23] "DELETE /network-policy/30370600-17cd-45a6-b292-372fde4d4207 HTTP/1.1" 200 115 0.030650 10.0.0.73 - - [2025-12-08 02:40:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002951 10.0.0.73 - - [2025-12-08 02:40:23] "DELETE /service-instance/34d1ec6f-bf76-43a4-8921-3745b11f528f HTTP/1.1" 200 115 0.052369 10.0.0.73 - - [2025-12-08 02:40:23] "POST /ref-update HTTP/1.1" 200 156 0.017703 10.0.0.73 - - [2025-12-08 02:40:23] "GET /domains HTTP/1.1" 200 280 0.006241 10.0.0.73 - - [2025-12-08 02:40:23] "GET /domains?obj_uuids=bdb80538-3a76-4907-b398-c529616d0886&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001175 10.0.0.73 - - [2025-12-08 02:40:23] "GET /domain/bdb80538-3a76-4907-b398-c529616d0886 HTTP/1.1" 200 2772 0.009791 10.0.0.73 - - [2025-12-08 02:40:23] "GET /projects?obj_uuids=9130297d-2166-4fc3-83ce-4214395c7280&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001601 10.0.0.73 - - [2025-12-08 02:40:23] "DELETE /instance-ip/127a3c0b-df61-4983-a638-5e91100e4c5a HTTP/1.1" 200 115 0.034367 10.0.0.73 - - [2025-12-08 02:40:23] "POST /ref-update HTTP/1.1" 200 156 0.010683 10.0.0.73 - - [2025-12-08 02:40:23] "GET /project/9130297d-2166-4fc3-83ce-4214395c7280 HTTP/1.1" 200 3759 0.072659 10.0.0.73 - - [2025-12-08 02:40:23] "GET /virtual-machine/a527c604-a618-4d23-be59-9470d27dd9d2 HTTP/1.1" 200 1803 0.004375 10.0.0.73 - - [2025-12-08 02:40:23] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002188 10.0.0.73 - - [2025-12-08 02:40:23] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002223 10.0.0.73 - - [2025-12-08 02:40:23] "DELETE /instance-ip/aff35c8f-8e35-4f1e-bdf4-b3f7028c1622 HTTP/1.1" 200 115 0.026781 10.0.0.73 - - [2025-12-08 02:40:23] "POST /ref-update HTTP/1.1" 200 156 0.010497 10.0.0.73 - - [2025-12-08 02:40:23] "DELETE /instance-ip/7a9d3bf1-a435-472b-b3cf-cf660410dce2 HTTP/1.1" 200 115 0.036499 10.0.0.73 - - [2025-12-08 02:40:23] "POST /ref-update HTTP/1.1" 200 156 0.016538 10.0.0.73 - - [2025-12-08 02:40:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004127 10.0.0.73 - - [2025-12-08 02:40:23] "DELETE /service-template/fd6610cd-0d19-4347-be87-e1440c938b03 HTTP/1.1" 200 115 0.035311 10.0.0.73 - - [2025-12-08 02:40:23] "POST /fqname-to-id HTTP/1.1" 404 193 0.003818 10.0.0.73 - - [2025-12-08 02:40:23] "DELETE /instance-ip/29a1def3-4db0-4b36-be5e-ea90cc8eb3d8 HTTP/1.1" 200 115 0.033890 10.0.0.73 - - [2025-12-08 02:40:23] "POST /ref-update HTTP/1.1" 200 156 0.017678 10.0.0.73 - - [2025-12-08 02:40:23] "DELETE /instance-ip/168f4379-9389-4fe4-be3d-e33b3855ff45 HTTP/1.1" 200 115 0.027507 10.0.0.73 - - [2025-12-08 02:40:23] "POST /ref-update HTTP/1.1" 200 156 0.011278 10.0.0.73 - - [2025-12-08 02:40:24] "DELETE /instance-ip/bd3fb209-096f-43d4-aae1-86f33f9ffe7c HTTP/1.1" 200 115 0.039539 10.0.0.73 - - [2025-12-08 02:40:24] "POST /neutron/network HTTP/1.1" 200 834 0.007716 10.0.0.73 - - [2025-12-08 02:40:24] "POST /neutron/network HTTP/1.1" 400 204 0.019215 10.0.0.73 - - [2025-12-08 02:40:24] "POST /neutron/port HTTP/1.1" 200 1086 0.013042 10.0.0.73 - - [2025-12-08 02:40:24] "POST /neutron/port HTTP/1.1" 200 1112 0.009831 10.0.0.73 - - [2025-12-08 02:40:24] "POST /neutron/port HTTP/1.1" 200 1084 0.021883 10.0.0.73 - - [2025-12-08 02:40:24] "POST /neutron/port HTTP/1.1" 200 1110 0.023295 10.0.0.73 - - [2025-12-08 02:40:24] "POST /neutron/port HTTP/1.1" 200 151 0.195161 10.0.0.73 - - [2025-12-08 02:40:25] "POST /neutron/port HTTP/1.1" 200 3024 0.046284 10.0.0.73 - - [2025-12-08 02:40:25] "POST /neutron/port HTTP/1.1" 200 151 0.194543 10.0.0.73 - - [2025-12-08 02:40:25] "POST /neutron/port HTTP/1.1" 200 1112 0.013399 10.0.0.73 - - [2025-12-08 02:40:25] "POST /neutron/port HTTP/1.1" 200 151 0.111769 10.0.0.73 - - [2025-12-08 02:40:25] "POST /neutron/port HTTP/1.1" 200 1110 0.009549 10.0.0.73 - - [2025-12-08 02:40:25] "POST /neutron/port HTTP/1.1" 200 151 0.116374 10.0.0.73 - - [2025-12-08 02:40:25] "POST /neutron/port HTTP/1.1" 200 1113 0.009886 10.0.0.73 - - [2025-12-08 02:40:25] "POST /neutron/port HTTP/1.1" 200 151 0.120107 10.0.0.73 - - [2025-12-08 02:40:26] "POST /neutron/network HTTP/1.1" 200 834 0.006604 10.0.0.73 - - [2025-12-08 02:40:26] "POST /useragent-kv HTTP/1.1" 200 115 0.004025 10.0.0.73 - - [2025-12-08 02:40:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.005460 10.0.0.73 - - [2025-12-08 02:40:26] "POST /useragent-kv HTTP/1.1" 200 115 0.002857 10.0.0.73 - - [2025-12-08 02:40:26] "POST /neutron/network HTTP/1.1" 200 151 0.095778 10.0.0.73 - - [2025-12-08 02:40:26] "DELETE /route-target/8be1fa54-4bbe-42c5-9d58-0e5879642a48 HTTP/1.1" 200 115 0.016984 10.0.0.73 - - [2025-12-08 02:40:26] "GET /routing-instance/9b05328d-4e73-4ebb-b254-1da4c4bcd1ef HTTP/1.1" 404 171 0.002828 10.0.0.73 - - [2025-12-08 02:40:26] "GET /domains HTTP/1.1" 200 280 0.003443 10.0.0.73 - - [2025-12-08 02:40:26] "GET /domains?obj_uuids=bdb80538-3a76-4907-b398-c529616d0886&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001145 10.0.0.73 - - [2025-12-08 02:40:26] "GET /domain/bdb80538-3a76-4907-b398-c529616d0886 HTTP/1.1" 200 2572 0.051488 10.0.0.73 - - [2025-12-08 02:40:26] "GET /projects?obj_uuids=9130297d-2166-4fc3-83ce-4214395c7280&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001260 10.0.0.73 - - [2025-12-08 02:40:26] "GET /project/9130297d-2166-4fc3-83ce-4214395c7280 HTTP/1.1" 200 2298 0.081889 10.0.0.73 - - [2025-12-08 02:40:26] "POST /neutron/network HTTP/1.1" 200 830 0.006279 10.0.0.73 - - [2025-12-08 02:40:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004389 10.0.0.73 - - [2025-12-08 02:40:26] "POST /useragent-kv HTTP/1.1" 200 115 0.004014 10.0.0.73 - - [2025-12-08 02:40:26] "POST /useragent-kv HTTP/1.1" 200 115 0.002895 10.0.0.73 - - [2025-12-08 02:40:26] "POST /neutron/network HTTP/1.1" 200 151 0.099859 10.0.0.73 - - [2025-12-08 02:40:26] "GET /routing-instance/d0dbd165-1fc5-42e2-8dea-60d1286273bb HTTP/1.1" 404 171 0.007456 10.0.0.73 - - [2025-12-08 02:40:26] "DELETE /route-target/eeb61d21-e8a1-4391-9ddf-9bfe25df48d5 HTTP/1.1" 200 115 0.041985 10.0.0.73 - - [2025-12-08 02:40:26] "GET /domains HTTP/1.1" 200 280 0.003264 10.0.0.73 - - [2025-12-08 02:40:26] "GET /domains?obj_uuids=bdb80538-3a76-4907-b398-c529616d0886&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001236 10.0.0.73 - - [2025-12-08 02:40:26] "GET /domain/bdb80538-3a76-4907-b398-c529616d0886 HTTP/1.1" 200 2572 0.051862 10.0.0.73 - - [2025-12-08 02:40:26] "GET /projects?obj_uuids=9130297d-2166-4fc3-83ce-4214395c7280&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001393 10.0.0.73 - - [2025-12-08 02:40:26] "GET /project/9130297d-2166-4fc3-83ce-4214395c7280 HTTP/1.1" 200 2080 0.079202 10.0.0.73 - - [2025-12-08 02:40:26] "POST /neutron/network HTTP/1.1" 200 833 0.008509 10.0.0.73 - - [2025-12-08 02:40:26] "POST /useragent-kv HTTP/1.1" 200 115 0.005156 10.0.0.73 - - [2025-12-08 02:40:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003730 10.0.0.73 - - [2025-12-08 02:40:26] "POST /useragent-kv HTTP/1.1" 200 115 0.002170 10.0.0.73 - - [2025-12-08 02:40:26] "POST /neutron/network HTTP/1.1" 200 151 0.102658 10.0.0.73 - - [2025-12-08 02:40:26] "GET /routing-instance/2b2fcd41-8032-4cfb-81c9-60536006eec3 HTTP/1.1" 404 171 0.004937 10.0.0.73 - - [2025-12-08 02:40:26] "DELETE /route-target/1a9454a3-8c3d-4ecf-9887-2a84f4741ade HTTP/1.1" 200 115 0.017460 10.0.0.73 - - [2025-12-08 02:40:26] "GET /domains HTTP/1.1" 200 280 0.002359 10.0.0.73 - - [2025-12-08 02:40:26] "GET /domains?obj_uuids=bdb80538-3a76-4907-b398-c529616d0886&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001909 10.0.0.73 - - [2025-12-08 02:40:27] "GET /domain/bdb80538-3a76-4907-b398-c529616d0886 HTTP/1.1" 200 2572 0.050442 10.0.0.73 - - [2025-12-08 02:40:27] "GET /projects?obj_uuids=9130297d-2166-4fc3-83ce-4214395c7280&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001713 10.0.0.73 - - [2025-12-08 02:40:27] "GET /project/9130297d-2166-4fc3-83ce-4214395c7280 HTTP/1.1" 200 1840 0.073316 10.0.0.73 - - [2025-12-08 02:40:27] "GET /projects?obj_uuids=9130297d-2166-4fc3-83ce-4214395c7280&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001223 10.0.0.73 - - [2025-12-08 02:40:27] "GET /project/9130297d-2166-4fc3-83ce-4214395c7280?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.065675 10.0.0.73 - - [2025-12-08 02:40:27] "GET /projects?obj_uuids=9130297d-2166-4fc3-83ce-4214395c7280&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001215 10.0.0.73 - - [2025-12-08 02:40:27] "GET /project/9130297d-2166-4fc3-83ce-4214395c7280?fields=virtual_networks HTTP/1.1" 200 1028 0.069857 10.0.0.73 - - [2025-12-08 02:40:27] "GET /projects?obj_uuids=9130297d-2166-4fc3-83ce-4214395c7280&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001135 10.0.0.73 - - [2025-12-08 02:40:27] "GET /project/9130297d-2166-4fc3-83ce-4214395c7280?fields=virtual_machine_interfaces HTTP/1.1" 200 1028 0.024343 10.0.0.73 - - [2025-12-08 02:40:27] "GET /projects?obj_uuids=9130297d-2166-4fc3-83ce-4214395c7280&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001266 10.0.0.73 - - [2025-12-08 02:40:27] "GET /project/9130297d-2166-4fc3-83ce-4214395c7280?fields=security_groups HTTP/1.1" 200 1252 0.028327 10.0.0.73 - - [2025-12-08 02:40:28] "POST /fqname-to-id HTTP/1.1" 404 189 0.031866 10.0.0.73 - - [2025-12-08 02:40:28] "GET /projects?obj_uuids=3c0d02dd-c51d-4231-9140-19d966c07f26&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002914 10.0.0.73 - - [2025-12-08 02:40:28] "GET /domains?obj_uuids=bdb80538-3a76-4907-b398-c529616d0886&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001218 10.0.0.73 - - [2025-12-08 02:40:28] "GET /domain/bdb80538-3a76-4907-b398-c529616d0886?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008572 10.0.0.73 - - [2025-12-08 02:40:28] "POST /id-to-fqname HTTP/1.1" 200 191 0.002222 10.0.0.73 - - [2025-12-08 02:40:28] "POST /fqname-to-id HTTP/1.1" 404 200 0.003795 10.0.0.73 - - [2025-12-08 02:40:29] "POST /security-groups HTTP/1.1" 200 592 0.068194 10.0.0.73 - - [2025-12-08 02:40:29] "POST /fqname-to-id HTTP/1.1" 404 235 0.004240 10.0.0.73 - - [2025-12-08 02:40:29] "POST /projects HTTP/1.1" 200 587 0.221278 10.0.0.73 - - [2025-12-08 02:40:29] "POST /access-control-lists HTTP/1.1" 200 597 0.060323 10.0.0.73 - - [2025-12-08 02:40:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.306995 10.0.0.73 - - [2025-12-08 02:40:29] "POST /fqname-to-id HTTP/1.1" 404 234 0.003391 10.0.0.73 - - [2025-12-08 02:40:29] "GET /project/3c0d02dd-c51d-4231-9140-19d966c07f26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.445320 10.0.0.73 - - [2025-12-08 02:40:29] "POST /access-control-lists HTTP/1.1" 200 595 0.061411 10.0.0.73 - - [2025-12-08 02:40:30] "GET / HTTP/1.1" 200 35931 0.002298 10.0.0.73 - - [2025-12-08 02:40:31] "GET /project/3c0d02dd-c51d-4231-9140-19d966c07f26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000541 10.0.0.73 - - [2025-12-08 02:40:32] "GET /projects?obj_uuids=3c0d02dd-c51d-4231-9140-19d966c07f26&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001433 10.0.0.73 - - [2025-12-08 02:40:32] "GET /project/3c0d02dd-c51d-4231-9140-19d966c07f26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.074899 10.0.0.73 - - [2025-12-08 02:40:32] "POST /fqname-to-id HTTP/1.1" 404 180 0.002936 10.0.0.73 - - [2025-12-08 02:40:32] "POST /virtual-DNSs HTTP/1.1" 200 507 0.019045 10.0.0.73 - - [2025-12-08 02:40:32] "GET /virtual-DNS/57920a12-e52a-42a2-a2fe-5aa23ab176e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.009109 10.0.0.73 - - [2025-12-08 02:40:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004282 10.0.0.73 - - [2025-12-08 02:40:32] "GET /virtual-DNS/57920a12-e52a-42a2-a2fe-5aa23ab176e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.003950 10.0.0.73 - - [2025-12-08 02:40:32] "GET /domains HTTP/1.1" 401 292 0.000644 10.0.0.73 - - [2025-12-08 02:40:32] "GET /domains HTTP/1.1" 200 280 0.031646 10.0.0.73 - - [2025-12-08 02:40:32] "GET /domains?obj_uuids=bdb80538-3a76-4907-b398-c529616d0886&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001093 10.0.0.73 - - [2025-12-08 02:40:32] "GET /domain/bdb80538-3a76-4907-b398-c529616d0886 HTTP/1.1" 200 2959 0.008866 10.0.0.73 - - [2025-12-08 02:40:32] "GET /virtual-DNS/57920a12-e52a-42a2-a2fe-5aa23ab176e5 HTTP/1.1" 200 1438 0.004185 10.0.0.73 - - [2025-12-08 02:40:32] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003531 10.0.0.73 - - [2025-12-08 02:40:32] "POST /network-ipams HTTP/1.1" 200 514 0.020321 10.0.0.73 - - [2025-12-08 02:40:32] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 751 0.003408 10.0.0.73 - - [2025-12-08 02:40:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003875 10.0.0.73 - - [2025-12-08 02:40:33] "GET /network-ipam/3bef535a-bd8e-4c5f-918a-c9f5f0da5b03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1400 0.006670 10.0.0.73 - - [2025-12-08 02:40:33] "PUT /network-ipam/3bef535a-bd8e-4c5f-918a-c9f5f0da5b03 HTTP/1.1" 200 258 0.013210 10.0.0.73 - - [2025-12-08 02:40:33] "POST /ref-update HTTP/1.1" 200 156 0.011003 10.0.0.73 - - [2025-12-08 02:40:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003835 10.0.0.73 - - [2025-12-08 02:40:33] "GET /projects?obj_uuids=3c0d02dd-c51d-4231-9140-19d966c07f26&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001189 10.0.0.73 - - [2025-12-08 02:40:33] "GET /project/3c0d02dd-c51d-4231-9140-19d966c07f26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.035566 10.0.0.73 - - [2025-12-08 02:40:33] "POST /neutron/network HTTP/1.1" 200 117 0.042859 10.0.0.73 - - [2025-12-08 02:40:33] "GET /projects?obj_uuids=3c0d02dd-c51d-4231-9140-19d966c07f26&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001701 10.0.0.73 - - [2025-12-08 02:40:33] "POST /neutron/network HTTP/1.1" 200 618 0.069030 10.0.0.73 - - [2025-12-08 02:40:33] "POST /route-targets HTTP/1.1" 200 327 0.015578 10.0.0.73 - - [2025-12-08 02:40:33] "POST /ref-update HTTP/1.1" 200 156 0.014704 10.0.0.73 - - [2025-12-08 02:40:33] "POST /useragent-kv HTTP/1.1" 200 115 0.003806 10.0.0.73 - - [2025-12-08 02:40:33] "POST /neutron/subnet HTTP/1.1" 200 711 0.159373 10.0.0.73 - - [2025-12-08 02:40:33] "POST /neutron/network HTTP/1.1" 200 833 0.006770 10.0.0.73 - - [2025-12-08 02:40:33] "POST /id-to-fqname HTTP/1.1" 200 227 0.001522 10.0.0.73 - - [2025-12-08 02:40:33] "GET /virtual-network/88c4c2ea-cf91-4014-889a-edbc3fdf98b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005324 10.0.0.73 - - [2025-12-08 02:40:33] "POST /neutron/network HTTP/1.1" 200 833 0.008102 10.0.0.73 - - [2025-12-08 02:40:33] "GET /virtual-network/88c4c2ea-cf91-4014-889a-edbc3fdf98b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006675 10.0.0.73 - - [2025-12-08 02:40:33] "POST /neutron/network HTTP/1.1" 200 833 0.007843 10.0.0.73 - - [2025-12-08 02:40:33] "POST /neutron/subnet HTTP/1.1" 200 711 0.007810 10.0.0.73 - - [2025-12-08 02:40:33] "POST /neutron/network HTTP/1.1" 200 807 0.012031 10.0.0.73 - - [2025-12-08 02:40:33] "POST /neutron/network HTTP/1.1" 200 833 0.005969 10.0.0.73 - - [2025-12-08 02:40:33] "POST /id-to-fqname HTTP/1.1" 200 227 0.001549 10.0.0.73 - - [2025-12-08 02:40:34] "POST /neutron/network HTTP/1.1" 200 843 0.008252 10.0.0.73 - - [2025-12-08 02:40:34] "GET /aaa-mode HTTP/1.1" 401 292 0.000514 10.0.0.73 - - [2025-12-08 02:40:34] "GET / HTTP/1.1" 200 35931 0.001659 10.0.0.73 - - [2025-12-08 02:40:34] "GET /project/3c0d02dd-c51d-4231-9140-19d966c07f26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000464 10.0.0.73 - - [2025-12-08 02:40:34] "GET /projects?obj_uuids=3c0d02dd-c51d-4231-9140-19d966c07f26&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001166 10.0.0.73 - - [2025-12-08 02:40:34] "GET /project/3c0d02dd-c51d-4231-9140-19d966c07f26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.060622 10.0.0.73 - - [2025-12-08 02:40:35] "POST /neutron/network HTTP/1.1" 200 833 0.036788 10.0.0.73 - - [2025-12-08 02:40:35] "POST /neutron/port HTTP/1.1" 200 117 0.006413 10.0.0.73 - - [2025-12-08 02:40:35] "POST /neutron/port HTTP/1.1" 200 117 0.007522 10.0.0.73 - - [2025-12-08 02:40:35] "POST /neutron/port HTTP/1.1" 200 117 0.006905 10.0.0.73 - - [2025-12-08 02:40:35] "POST /neutron/network HTTP/1.1" 200 843 0.006274 10.0.0.73 - - [2025-12-08 02:40:35] "GET /projects?obj_uuids=3c0d02dd-c51d-4231-9140-19d966c07f26&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001363 10.0.0.73 - - [2025-12-08 02:40:35] "POST /neutron/port HTTP/1.1" 200 1058 0.210869 10.0.0.73 - - [2025-12-08 02:40:36] "POST /neutron/port HTTP/1.1" 200 1058 0.054679 10.0.0.73 - - [2025-12-08 02:40:36] "POST /neutron/port HTTP/1.1" 200 1058 0.015276 10.0.0.73 - - [2025-12-08 02:40:36] "POST /neutron/port HTTP/1.1" 200 1112 0.057654 10.0.0.73 - - [2025-12-08 02:40:36] "POST /neutron/port HTTP/1.1" 200 1086 0.015492 10.0.0.73 - - [2025-12-08 02:40:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004583 10.0.0.73 - - [2025-12-08 02:40:36] "POST /neutron/subnet HTTP/1.1" 200 685 0.008094 10.0.0.73 - - [2025-12-08 02:40:36] "POST /neutron/port HTTP/1.1" 200 117 0.001377 10.0.0.73 - - [2025-12-08 02:40:36] "POST /neutron/network HTTP/1.1" 200 833 0.006400 10.0.0.73 - - [2025-12-08 02:40:40] "POST /neutron/port HTTP/1.1" 200 1086 0.019446 10.0.0.73 - - [2025-12-08 02:40:40] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007939 10.0.0.73 - - [2025-12-08 02:40:40] "POST /neutron/port HTTP/1.1" 200 1086 0.011769 10.0.0.73 - - [2025-12-08 02:40:40] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007843 10.0.0.73 - - [2025-12-08 02:40:40] "POST /neutron/port HTTP/1.1" 200 1086 0.013623 10.0.0.73 - - [2025-12-08 02:40:40] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007877 10.0.0.73 - - [2025-12-08 02:40:40] "GET /virtual-machine/85256160-a0d7-4ab7-998d-9b707cb0650c HTTP/1.1" 200 1293 0.005460 10.0.0.73 - - [2025-12-08 02:40:40] "GET /virtual-machine-interface/ff6f01d0-24e7-492d-ab48-4dd7cb9e60f2 HTTP/1.1" 200 2965 0.007054 10.0.0.73 - - [2025-12-08 02:40:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003233 10.0.0.73 - - [2025-12-08 02:40:40] "GET /global-vrouter-config/8c7ca7c7-4fde-43f4-b512-e9137443a07e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004793 10.0.0.73 - - [2025-12-08 02:40:40] "GET /virtual-networks?parent_id=3c0d02dd-c51d-4231-9140-19d966c07f26&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003916 10.0.0.73 - - [2025-12-08 02:40:40] "GET /virtual-network/88c4c2ea-cf91-4014-889a-edbc3fdf98b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007694 10.0.0.73 - - [2025-12-08 02:40:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004898 10.0.0.73 - - [2025-12-08 02:40:43] "GET /virtual-network/88c4c2ea-cf91-4014-889a-edbc3fdf98b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007524 10.0.0.73 - - [2025-12-08 02:40:46] "POST /neutron/port HTTP/1.1" 200 1086 0.045095 10.0.0.73 - - [2025-12-08 02:40:46] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006373 10.0.0.73 - - [2025-12-08 02:40:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.006033 10.0.0.73 - - [2025-12-08 02:40:48] "GET /global-vrouter-config/8c7ca7c7-4fde-43f4-b512-e9137443a07e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005106 10.0.0.73 - - [2025-12-08 02:40:48] "GET /virtual-networks?parent_id=3c0d02dd-c51d-4231-9140-19d966c07f26&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003520 10.0.0.73 - - [2025-12-08 02:40:48] "GET /virtual-network/88c4c2ea-cf91-4014-889a-edbc3fdf98b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006357 10.0.0.73 - - [2025-12-08 02:40:50] "DELETE /project/3c0d02ddc51d4231914019d966c07f26 HTTP/1.1" 404 173 0.004798 10.0.0.73 - - [2025-12-08 02:40:50] "GET /projects?obj_uuids=9130297d-2166-4fc3-83ce-4214395c7280&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001045 10.0.0.73 - - [2025-12-08 02:40:50] "GET /project/9130297d-2166-4fc3-83ce-4214395c7280?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.029557 10.0.0.73 - - [2025-12-08 02:40:50] "GET /projects?obj_uuids=9130297d-2166-4fc3-83ce-4214395c7280&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001635 10.0.0.73 - - [2025-12-08 02:40:50] "GET /project/9130297d-2166-4fc3-83ce-4214395c7280?fields=security_groups HTTP/1.1" 200 1357 0.080454 10.0.0.73 - - [2025-12-08 02:40:50] "DELETE /security-group/b75372ca-4380-4437-9cf1-516f9c082534 HTTP/1.1" 200 115 0.047819 10.0.0.73 - - [2025-12-08 02:40:50] "GET /projects?obj_uuids=9130297d-2166-4fc3-83ce-4214395c7280&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002227 10.0.0.73 - - [2025-12-08 02:40:50] "DELETE /access-control-list/27d96588-550f-48be-a0d7-eaa949327819 HTTP/1.1" 200 115 0.042949 10.0.0.73 - - [2025-12-08 02:40:50] "GET /project/9130297d-2166-4fc3-83ce-4214395c7280?fields=application_policy_sets HTTP/1.1" 200 1396 0.052199 10.0.0.73 - - [2025-12-08 02:40:50] "DELETE /access-control-list/7f95a73a-c596-43ce-89fc-b38851243daf HTTP/1.1" 200 115 0.037045 10.0.0.73 - - [2025-12-08 02:40:50] "DELETE /project/9130297d-2166-4fc3-83ce-4214395c7280 HTTP/1.1" 200 115 0.376406 10.0.0.73 - - [2025-12-08 02:40:52] "POST /neutron/network HTTP/1.1" 200 807 0.012338 10.0.0.73 - - [2025-12-08 02:40:52] "POST /neutron/network HTTP/1.1" 200 833 0.007533 10.0.0.73 - - [2025-12-08 02:40:52] "POST /id-to-fqname HTTP/1.1" 200 227 0.002055 10.0.0.73 - - [2025-12-08 02:40:52] "POST /neutron/port HTTP/1.1" 200 1086 0.013593 10.0.0.73 - - [2025-12-08 02:40:52] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006833 10.0.0.73 - - [2025-12-08 02:40:53] "POST /neutron/network HTTP/1.1" 200 843 0.006275 10.0.0.73 - - [2025-12-08 02:40:53] "GET /aaa-mode HTTP/1.1" 401 292 0.000624 10.0.0.73 - - [2025-12-08 02:40:53] "GET / HTTP/1.1" 200 35931 0.002157 10.0.0.73 - - [2025-12-08 02:40:53] "GET /project/3c0d02dd-c51d-4231-9140-19d966c07f26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000490 10.0.0.73 - - [2025-12-08 02:40:53] "GET /projects?obj_uuids=3c0d02dd-c51d-4231-9140-19d966c07f26&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001267 10.0.0.73 - - [2025-12-08 02:40:53] "GET /project/3c0d02dd-c51d-4231-9140-19d966c07f26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.062033 10.0.0.73 - - [2025-12-08 02:40:53] "POST /neutron/network HTTP/1.1" 200 833 0.007039 10.0.0.73 - - [2025-12-08 02:40:54] "POST /neutron/port HTTP/1.1" 200 1086 0.025268 10.0.0.73 - - [2025-12-08 02:40:54] "POST /neutron/security_group HTTP/1.1" 200 2059 0.015147 10.0.0.73 - - [2025-12-08 02:40:54] "POST /neutron/port HTTP/1.1" 200 117 0.006926 10.0.0.73 - - [2025-12-08 02:40:54] "POST /neutron/port HTTP/1.1" 200 117 0.007239 10.0.0.73 - - [2025-12-08 02:40:54] "POST /neutron/network HTTP/1.1" 200 843 0.007706 10.0.0.73 - - [2025-12-08 02:40:54] "GET /projects?obj_uuids=3c0d02dd-c51d-4231-9140-19d966c07f26&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002046 10.0.0.73 - - [2025-12-08 02:40:54] "POST /neutron/port HTTP/1.1" 200 1058 0.216777 10.0.0.73 - - [2025-12-08 02:40:54] "POST /neutron/port HTTP/1.1" 200 1058 0.012917 10.0.0.73 - - [2025-12-08 02:40:54] "POST /neutron/port HTTP/1.1" 200 1058 0.010885 10.0.0.73 - - [2025-12-08 02:40:54] "POST /neutron/port HTTP/1.1" 200 1112 0.072672 10.0.0.73 - - [2025-12-08 02:40:54] "POST /neutron/port HTTP/1.1" 200 1086 0.012472 10.0.0.73 - - [2025-12-08 02:40:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004300 10.0.0.73 - - [2025-12-08 02:40:55] "POST /neutron/subnet HTTP/1.1" 200 685 0.010026 10.0.0.73 - - [2025-12-08 02:40:55] "POST /neutron/port HTTP/1.1" 200 117 0.001629 10.0.0.73 - - [2025-12-08 02:40:55] "POST /neutron/network HTTP/1.1" 200 833 0.008525 10.0.0.73 - - [2025-12-08 02:40:58] "GET /obj-perms HTTP/1.1" 200 5056 0.067808 10.0.0.73 - - [2025-12-08 02:40:59] "GET /obj-perms HTTP/1.1" 200 5056 0.069764 10.0.0.73 - - [2025-12-08 02:40:59] "POST /neutron/port HTTP/1.1" 200 1086 0.013484 10.0.0.73 - - [2025-12-08 02:40:59] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008410 10.0.0.73 - - [2025-12-08 02:40:59] "POST /neutron/port HTTP/1.1" 200 1086 0.014965 10.0.0.73 - - [2025-12-08 02:40:59] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008946 10.0.0.73 - - [2025-12-08 02:40:59] "POST /neutron/port HTTP/1.1" 200 1086 0.011422 10.0.0.73 - - [2025-12-08 02:40:59] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008809 10.0.0.73 - - [2025-12-08 02:40:59] "GET /virtual-machine/fc624a3d-7fae-41e7-9b92-87b66761b0fc HTTP/1.1" 200 1294 0.006291 10.0.0.73 - - [2025-12-08 02:40:59] "GET /virtual-machine-interface/90f5ab73-d1ce-4344-86dc-2cc384a11e30 HTTP/1.1" 200 2964 0.006189 10.0.0.73 - - [2025-12-08 02:40:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004331 10.0.0.73 - - [2025-12-08 02:40:59] "GET /global-vrouter-config/8c7ca7c7-4fde-43f4-b512-e9137443a07e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005505 10.0.0.73 - - [2025-12-08 02:40:59] "GET /virtual-networks?parent_id=3c0d02dd-c51d-4231-9140-19d966c07f26&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003559 10.0.0.73 - - [2025-12-08 02:40:59] "GET /virtual-network/88c4c2ea-cf91-4014-889a-edbc3fdf98b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006105 10.0.0.73 - - [2025-12-08 02:41:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004590 10.0.0.73 - - [2025-12-08 02:41:02] "GET /virtual-network/88c4c2ea-cf91-4014-889a-edbc3fdf98b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007485 10.0.0.73 - - [2025-12-08 02:41:05] "POST /neutron/port HTTP/1.1" 200 1086 0.012976 10.0.0.73 - - [2025-12-08 02:41:05] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007416 10.0.0.73 - - [2025-12-08 02:41:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003321 10.0.0.73 - - [2025-12-08 02:41:06] "GET /virtual-network/88c4c2ea-cf91-4014-889a-edbc3fdf98b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005456 10.0.0.73 - - [2025-12-08 02:41:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003509 10.0.0.73 - - [2025-12-08 02:41:09] "GET /global-vrouter-config/8c7ca7c7-4fde-43f4-b512-e9137443a07e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004179 10.0.0.73 - - [2025-12-08 02:41:09] "GET /virtual-networks?parent_id=3c0d02dd-c51d-4231-9140-19d966c07f26&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003927 10.0.0.73 - - [2025-12-08 02:41:09] "GET /virtual-network/88c4c2ea-cf91-4014-889a-edbc3fdf98b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006694 10.0.0.73 - - [2025-12-08 02:41:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003577 10.0.0.73 - - [2025-12-08 02:41:16] "DELETE /virtual-DNS/57920a12-e52a-42a2-a2fe-5aa23ab176e5 HTTP/1.1" 409 235 0.006865 10.0.0.73 - - [2025-12-08 02:41:16] "POST /fqname-to-id HTTP/1.1" 404 192 0.003997 10.0.0.73 - - [2025-12-08 02:41:16] "POST /virtual-DNS-records HTTP/1.1" 200 531 0.017927 10.0.0.73 - - [2025-12-08 02:41:16] "GET /virtual-DNS-record/01727a7d-76c7-4e59-8a03-a96bf0993997?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.005348 10.0.0.73 - - [2025-12-08 02:41:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004019 10.0.0.73 - - [2025-12-08 02:41:16] "GET /virtual-DNS-record/01727a7d-76c7-4e59-8a03-a96bf0993997?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.004376 10.0.0.73 - - [2025-12-08 02:41:16] "GET /domains HTTP/1.1" 200 280 0.007979 10.0.0.73 - - [2025-12-08 02:41:16] "GET /domains?obj_uuids=bdb80538-3a76-4907-b398-c529616d0886&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001646 10.0.0.73 - - [2025-12-08 02:41:16] "GET /domain/bdb80538-3a76-4907-b398-c529616d0886 HTTP/1.1" 200 2775 0.010962 10.0.0.73 - - [2025-12-08 02:41:16] "GET /virtual-DNS/57920a12-e52a-42a2-a2fe-5aa23ab176e5 HTTP/1.1" 200 1907 0.005625 10.0.0.73 - - [2025-12-08 02:41:16] "GET /virtual-DNS-record/01727a7d-76c7-4e59-8a03-a96bf0993997 HTTP/1.1" 200 1334 0.003681 10.0.0.73 - - [2025-12-08 02:41:22] "DELETE /virtual-DNS-record/01727a7d-76c7-4e59-8a03-a96bf0993997 HTTP/1.1" 200 115 0.021995 10.0.0.73 - - [2025-12-08 02:41:22] "POST /fqname-to-id HTTP/1.1" 404 184 0.003264 10.0.0.73 - - [2025-12-08 02:41:22] "POST /neutron/network HTTP/1.1" 200 833 0.007825 10.0.0.73 - - [2025-12-08 02:41:22] "POST /neutron/network HTTP/1.1" 400 204 0.017272 10.0.0.73 - - [2025-12-08 02:41:22] "POST /neutron/port HTTP/1.1" 200 1086 0.013486 10.0.0.73 - - [2025-12-08 02:41:22] "POST /neutron/port HTTP/1.1" 200 1112 0.009489 10.0.0.73 - - [2025-12-08 02:41:23] "POST /neutron/port HTTP/1.1" 200 1086 0.014349 10.0.0.73 - - [2025-12-08 02:41:23] "POST /neutron/port HTTP/1.1" 200 1112 0.009485 10.0.0.73 - - [2025-12-08 02:41:23] "POST /neutron/port HTTP/1.1" 200 151 0.143591 10.0.0.73 - - [2025-12-08 02:41:23] "POST /neutron/port HTTP/1.1" 200 151 0.130294 10.0.0.73 - - [2025-12-08 02:41:24] "POST /neutron/network HTTP/1.1" 200 833 0.006308 10.0.0.73 - - [2025-12-08 02:41:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003717 10.0.0.73 - - [2025-12-08 02:41:24] "DELETE /route-target/da68edd8-fdd4-4e12-831a-17dfdfbf0d1e HTTP/1.1" 200 115 0.052465 10.0.0.73 - - [2025-12-08 02:41:24] "POST /useragent-kv HTTP/1.1" 200 115 0.004517 10.0.0.73 - - [2025-12-08 02:41:24] "POST /useragent-kv HTTP/1.1" 200 115 0.003008 10.0.0.73 - - [2025-12-08 02:41:24] "POST /neutron/network HTTP/1.1" 200 151 0.186948 10.0.0.73 - - [2025-12-08 02:41:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004313 10.0.0.73 - - [2025-12-08 02:41:24] "DELETE /network-ipam/3bef535a-bd8e-4c5f-918a-c9f5f0da5b03 HTTP/1.1" 200 115 0.035328 10.0.0.73 - - [2025-12-08 02:41:24] "DELETE /virtual-DNS/57920a12-e52a-42a2-a2fe-5aa23ab176e5 HTTP/1.1" 200 115 0.029613 10.0.0.73 - - [2025-12-08 02:41:24] "POST /fqname-to-id HTTP/1.1" 404 180 0.003775 10.0.0.73 - - [2025-12-08 02:41:24] "GET /domains HTTP/1.1" 200 280 0.002822 10.0.0.73 - - [2025-12-08 02:41:24] "GET /domains?obj_uuids=bdb80538-3a76-4907-b398-c529616d0886&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001161 10.0.0.73 - - [2025-12-08 02:41:24] "GET /domain/bdb80538-3a76-4907-b398-c529616d0886 HTTP/1.1" 200 2575 0.010696 10.0.0.73 - - [2025-12-08 02:41:25] "GET /projects?obj_uuids=3c0d02dd-c51d-4231-9140-19d966c07f26&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001407 10.0.0.73 - - [2025-12-08 02:41:25] "GET /project/3c0d02dd-c51d-4231-9140-19d966c07f26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.026781 10.0.0.73 - - [2025-12-08 02:41:25] "GET /projects?obj_uuids=3c0d02dd-c51d-4231-9140-19d966c07f26&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001583 10.0.0.73 - - [2025-12-08 02:41:25] "GET /project/3c0d02dd-c51d-4231-9140-19d966c07f26?fields=virtual_networks HTTP/1.1" 200 1044 0.072225 10.0.0.73 - - [2025-12-08 02:41:25] "GET /projects?obj_uuids=3c0d02dd-c51d-4231-9140-19d966c07f26&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001265 10.0.0.73 - - [2025-12-08 02:41:25] "GET /project/3c0d02dd-c51d-4231-9140-19d966c07f26?fields=virtual_machine_interfaces HTTP/1.1" 200 1044 0.028056 10.0.0.73 - - [2025-12-08 02:41:25] "GET /projects?obj_uuids=3c0d02dd-c51d-4231-9140-19d966c07f26&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001187 10.0.0.73 - - [2025-12-08 02:41:25] "GET /project/3c0d02dd-c51d-4231-9140-19d966c07f26?fields=security_groups HTTP/1.1" 200 1271 0.026925 10.0.0.73 - - [2025-12-08 02:41:26] "POST /fqname-to-id HTTP/1.1" 404 189 0.031425 10.0.0.73 - - [2025-12-08 02:41:26] "GET /projects?obj_uuids=1f22d4f2-d888-49ef-b406-bfd8043c2a3f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002690 10.0.0.73 - - [2025-12-08 02:41:26] "GET /domains?obj_uuids=bdb80538-3a76-4907-b398-c529616d0886&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001400 10.0.0.73 - - [2025-12-08 02:41:26] "GET /domain/bdb80538-3a76-4907-b398-c529616d0886?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008188 10.0.0.73 - - [2025-12-08 02:41:26] "POST /id-to-fqname HTTP/1.1" 200 191 0.001573 10.0.0.73 - - [2025-12-08 02:41:26] "POST /fqname-to-id HTTP/1.1" 404 200 0.006592 10.0.0.73 - - [2025-12-08 02:41:26] "POST /security-groups HTTP/1.1" 200 592 0.067872 10.0.0.73 - - [2025-12-08 02:41:26] "POST /fqname-to-id HTTP/1.1" 404 235 0.003271 10.0.0.73 - - [2025-12-08 02:41:26] "POST /projects HTTP/1.1" 200 587 0.230610 10.0.0.73 - - [2025-12-08 02:41:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.266377 10.0.0.73 - - [2025-12-08 02:41:26] "POST /access-control-lists HTTP/1.1" 200 597 0.058541 10.0.0.73 - - [2025-12-08 02:41:26] "GET /project/1f22d4f2-d888-49ef-b406-bfd8043c2a3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.409412 10.0.0.73 - - [2025-12-08 02:41:26] "POST /fqname-to-id HTTP/1.1" 404 234 0.005365 10.0.0.73 - - [2025-12-08 02:41:26] "POST /access-control-lists HTTP/1.1" 200 595 0.060574 10.0.0.73 - - [2025-12-08 02:41:28] "GET / HTTP/1.1" 200 35931 0.002114 10.0.0.73 - - [2025-12-08 02:41:29] "POST /fqname-to-id HTTP/1.1" 401 292 0.000561 10.0.0.73 - - [2025-12-08 02:41:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.075996 10.0.0.73 - - [2025-12-08 02:41:29] "GET /projects?obj_uuids=1f22d4f2-d888-49ef-b406-bfd8043c2a3f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001118 10.0.0.73 - - [2025-12-08 02:41:29] "GET /project/1f22d4f2-d888-49ef-b406-bfd8043c2a3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.033487 10.0.0.73 - - [2025-12-08 02:41:29] "POST /neutron/network HTTP/1.1" 200 117 0.043864 10.0.0.73 - - [2025-12-08 02:41:29] "GET /projects?obj_uuids=1f22d4f2-d888-49ef-b406-bfd8043c2a3f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001215 10.0.0.73 - - [2025-12-08 02:41:29] "POST /neutron/network HTTP/1.1" 200 606 0.069853 10.0.0.73 - - [2025-12-08 02:41:29] "POST /route-targets HTTP/1.1" 200 327 0.015834 10.0.0.73 - - [2025-12-08 02:41:29] "POST /ref-update HTTP/1.1" 200 156 0.016674 10.0.0.73 - - [2025-12-08 02:41:29] "POST /useragent-kv HTTP/1.1" 200 115 0.005026 10.0.0.73 - - [2025-12-08 02:41:29] "POST /neutron/subnet HTTP/1.1" 200 720 0.215617 10.0.0.73 - - [2025-12-08 02:41:29] "POST /neutron/network HTTP/1.1" 200 824 0.006550 10.0.0.73 - - [2025-12-08 02:41:29] "POST /id-to-fqname HTTP/1.1" 200 221 0.001965 10.0.0.73 - - [2025-12-08 02:41:29] "GET /virtual-network/0376488d-9b31-42e5-944f-0ea50434441f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007271 10.0.0.73 - - [2025-12-08 02:41:30] "POST /neutron/network HTTP/1.1" 200 824 0.008694 10.0.0.73 - - [2025-12-08 02:41:30] "GET /virtual-network/0376488d-9b31-42e5-944f-0ea50434441f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006434 10.0.0.73 - - [2025-12-08 02:41:30] "POST /neutron/network HTTP/1.1" 200 824 0.008024 10.0.0.73 - - [2025-12-08 02:41:30] "POST /neutron/subnet HTTP/1.1" 200 720 0.012646 10.0.0.73 - - [2025-12-08 02:41:30] "POST /id-to-fqname HTTP/1.1" 200 221 0.001663 10.0.0.73 - - [2025-12-08 02:41:30] "POST /neutron/network HTTP/1.1" 200 834 0.007650 10.0.0.73 - - [2025-12-08 02:41:30] "GET /aaa-mode HTTP/1.1" 401 292 0.000510 10.0.0.73 - - [2025-12-08 02:41:30] "GET / HTTP/1.1" 200 35931 0.002136 10.0.0.73 - - [2025-12-08 02:41:30] "GET /project/1f22d4f2-d888-49ef-b406-bfd8043c2a3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000488 10.0.0.73 - - [2025-12-08 02:41:31] "GET /projects?obj_uuids=1f22d4f2-d888-49ef-b406-bfd8043c2a3f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001875 10.0.0.73 - - [2025-12-08 02:41:31] "GET /project/1f22d4f2-d888-49ef-b406-bfd8043c2a3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.059918 10.0.0.73 - - [2025-12-08 02:41:31] "POST /neutron/network HTTP/1.1" 200 824 0.006795 10.0.0.73 - - [2025-12-08 02:41:31] "POST /neutron/port HTTP/1.1" 200 117 0.005775 10.0.0.73 - - [2025-12-08 02:41:31] "POST /neutron/port HTTP/1.1" 200 117 0.006579 10.0.0.73 - - [2025-12-08 02:41:31] "POST /id-to-fqname HTTP/1.1" 200 221 0.001944 10.0.0.73 - - [2025-12-08 02:41:31] "POST /neutron/port HTTP/1.1" 200 117 0.005331 10.0.0.73 - - [2025-12-08 02:41:31] "POST /neutron/network HTTP/1.1" 200 834 0.009290 10.0.0.73 - - [2025-12-08 02:41:31] "GET /aaa-mode HTTP/1.1" 401 292 0.000556 10.0.0.73 - - [2025-12-08 02:41:31] "POST /neutron/network HTTP/1.1" 200 834 0.008879 10.0.0.73 - - [2025-12-08 02:41:31] "GET /projects?obj_uuids=1f22d4f2-d888-49ef-b406-bfd8043c2a3f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002338 10.0.0.73 - - [2025-12-08 02:41:32] "GET / HTTP/1.1" 200 35931 0.001931 10.0.0.73 - - [2025-12-08 02:41:32] "GET /project/1f22d4f2-d888-49ef-b406-bfd8043c2a3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000511 10.0.0.73 - - [2025-12-08 02:41:32] "POST /neutron/port HTTP/1.1" 200 1060 0.247384 10.0.0.73 - - [2025-12-08 02:41:32] "POST /neutron/port HTTP/1.1" 200 1060 0.015220 10.0.0.73 - - [2025-12-08 02:41:32] "POST /neutron/port HTTP/1.1" 200 1060 0.014398 10.0.0.73 - - [2025-12-08 02:41:32] "POST /neutron/port HTTP/1.1" 200 1114 0.085534 10.0.0.73 - - [2025-12-08 02:41:32] "POST /neutron/port HTTP/1.1" 200 1088 0.013446 10.0.0.73 - - [2025-12-08 02:41:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005557 10.0.0.73 - - [2025-12-08 02:41:32] "POST /neutron/subnet HTTP/1.1" 200 694 0.012288 10.0.0.73 - - [2025-12-08 02:41:32] "GET /projects?obj_uuids=1f22d4f2-d888-49ef-b406-bfd8043c2a3f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001307 10.0.0.73 - - [2025-12-08 02:41:32] "POST /neutron/port HTTP/1.1" 200 117 0.001053 10.0.0.73 - - [2025-12-08 02:41:32] "GET /project/1f22d4f2-d888-49ef-b406-bfd8043c2a3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.065845 10.0.0.73 - - [2025-12-08 02:41:32] "POST /neutron/network HTTP/1.1" 200 824 0.006387 10.0.0.73 - - [2025-12-08 02:41:32] "POST /neutron/network HTTP/1.1" 200 824 0.006885 10.0.0.73 - - [2025-12-08 02:41:32] "POST /neutron/port HTTP/1.1" 200 1088 0.012007 10.0.0.73 - - [2025-12-08 02:41:32] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008000 10.0.0.73 - - [2025-12-08 02:41:32] "POST /neutron/port HTTP/1.1" 200 117 0.009317 10.0.0.73 - - [2025-12-08 02:41:32] "POST /neutron/port HTTP/1.1" 200 1088 0.022040 10.0.0.73 - - [2025-12-08 02:41:32] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009633 10.0.0.73 - - [2025-12-08 02:41:33] "POST /neutron/network HTTP/1.1" 200 834 0.006789 10.0.0.73 - - [2025-12-08 02:41:33] "GET /projects?obj_uuids=1f22d4f2-d888-49ef-b406-bfd8043c2a3f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001334 10.0.0.73 - - [2025-12-08 02:41:33] "POST /neutron/port HTTP/1.1" 200 1060 0.274177 10.0.0.73 - - [2025-12-08 02:41:33] "POST /neutron/port HTTP/1.1" 200 1060 0.017807 10.0.0.73 - - [2025-12-08 02:41:33] "POST /neutron/port HTTP/1.1" 200 1060 0.016677 10.0.0.73 - - [2025-12-08 02:41:33] "POST /neutron/port HTTP/1.1" 200 1114 0.077897 10.0.0.73 - - [2025-12-08 02:41:33] "POST /neutron/port HTTP/1.1" 200 1088 0.014334 10.0.0.73 - - [2025-12-08 02:41:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004327 10.0.0.73 - - [2025-12-08 02:41:33] "POST /neutron/subnet HTTP/1.1" 200 694 0.009279 10.0.0.73 - - [2025-12-08 02:41:33] "POST /neutron/port HTTP/1.1" 200 117 0.002328 10.0.0.73 - - [2025-12-08 02:41:33] "POST /neutron/network HTTP/1.1" 200 824 0.008586 10.0.0.73 - - [2025-12-08 02:41:37] "POST /neutron/port HTTP/1.1" 200 1088 0.013462 10.0.0.73 - - [2025-12-08 02:41:37] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009121 10.0.0.73 - - [2025-12-08 02:41:38] "POST /neutron/port HTTP/1.1" 200 1088 0.015255 10.0.0.73 - - [2025-12-08 02:41:38] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008605 10.0.0.73 - - [2025-12-08 02:41:38] "POST /neutron/port HTTP/1.1" 200 1088 0.016939 10.0.0.73 - - [2025-12-08 02:41:38] "POST /neutron/security_group HTTP/1.1" 200 2059 0.011975 10.0.0.73 - - [2025-12-08 02:41:38] "GET /virtual-machine/184ca4b2-653e-4225-ac86-1ef0122edf03 HTTP/1.1" 401 292 0.000687 10.0.0.73 - - [2025-12-08 02:41:38] "GET /virtual-machine/184ca4b2-653e-4225-ac86-1ef0122edf03 HTTP/1.1" 200 1293 0.040698 10.0.0.73 - - [2025-12-08 02:41:38] "GET /virtual-machine-interface/e634987b-acbd-45a4-962a-7074d0c03d83 HTTP/1.1" 200 2947 0.005934 10.0.0.73 - - [2025-12-08 02:41:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003858 10.0.0.73 - - [2025-12-08 02:41:38] "GET /global-vrouter-config/8c7ca7c7-4fde-43f4-b512-e9137443a07e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004008 10.0.0.73 - - [2025-12-08 02:41:38] "GET /virtual-networks?parent_id=1f22d4f2-d888-49ef-b406-bfd8043c2a3f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003608 10.0.0.73 - - [2025-12-08 02:41:38] "GET /virtual-network/0376488d-9b31-42e5-944f-0ea50434441f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007930 10.0.0.73 - - [2025-12-08 02:41:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004616 10.0.0.73 - - [2025-12-08 02:41:41] "GET /virtual-network/0376488d-9b31-42e5-944f-0ea50434441f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006697 10.0.0.73 - - [2025-12-08 02:41:42] "POST /neutron/port HTTP/1.1" 200 1088 0.012716 10.0.0.73 - - [2025-12-08 02:41:42] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009571 10.0.0.73 - - [2025-12-08 02:41:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.005006 10.0.0.73 - - [2025-12-08 02:41:44] "GET /global-vrouter-config/8c7ca7c7-4fde-43f4-b512-e9137443a07e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004349 10.0.0.73 - - [2025-12-08 02:41:44] "POST /neutron/port HTTP/1.1" 200 1088 0.014267 10.0.0.73 - - [2025-12-08 02:41:44] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009219 10.0.0.73 - - [2025-12-08 02:41:44] "GET /virtual-networks?parent_id=1f22d4f2-d888-49ef-b406-bfd8043c2a3f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003057 10.0.0.73 - - [2025-12-08 02:41:44] "GET /virtual-network/0376488d-9b31-42e5-944f-0ea50434441f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005944 10.0.0.73 - - [2025-12-08 02:41:44] "POST /neutron/port HTTP/1.1" 200 1088 0.012259 10.0.0.73 - - [2025-12-08 02:41:44] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009681 10.0.0.73 - - [2025-12-08 02:41:49] "POST /neutron/port HTTP/1.1" 200 1088 0.014687 10.0.0.73 - - [2025-12-08 02:41:49] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008909 10.0.0.73 - - [2025-12-08 02:41:49] "POST /neutron/port HTTP/1.1" 200 1088 0.014983 10.0.0.73 - - [2025-12-08 02:41:49] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008361 10.0.0.73 - - [2025-12-08 02:41:49] "POST /neutron/port HTTP/1.1" 200 1088 0.016405 10.0.0.73 - - [2025-12-08 02:41:49] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009241 10.0.0.73 - - [2025-12-08 02:41:49] "GET /virtual-machine/f172ee31-fed6-46cd-8079-3ebc2634c9ae HTTP/1.1" 200 1293 0.006004 10.0.0.73 - - [2025-12-08 02:41:49] "GET /virtual-machine-interface/ac5d9e78-a13c-4c02-845a-b4780e9d6f76 HTTP/1.1" 200 2946 0.007128 10.0.0.73 - - [2025-12-08 02:41:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003652 10.0.0.73 - - [2025-12-08 02:41:49] "GET /global-vrouter-config/8c7ca7c7-4fde-43f4-b512-e9137443a07e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003556 10.0.0.73 - - [2025-12-08 02:41:49] "GET /virtual-networks?parent_id=1f22d4f2-d888-49ef-b406-bfd8043c2a3f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004060 10.0.0.73 - - [2025-12-08 02:41:50] "GET /virtual-network/0376488d-9b31-42e5-944f-0ea50434441f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007065 10.0.0.73 - - [2025-12-08 02:41:51] "DELETE /project/1f22d4f2d88849efb406bfd8043c2a3f HTTP/1.1" 404 173 0.008550 10.0.0.73 - - [2025-12-08 02:41:51] "GET /projects?obj_uuids=3c0d02dd-c51d-4231-9140-19d966c07f26&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001384 10.0.0.73 - - [2025-12-08 02:41:51] "GET /project/3c0d02dd-c51d-4231-9140-19d966c07f26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1482 0.028941 10.0.0.73 - - [2025-12-08 02:41:51] "GET /projects?obj_uuids=3c0d02dd-c51d-4231-9140-19d966c07f26&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001832 10.0.0.73 - - [2025-12-08 02:41:51] "GET /project/3c0d02dd-c51d-4231-9140-19d966c07f26?fields=security_groups HTTP/1.1" 200 1376 0.073070 10.0.0.73 - - [2025-12-08 02:41:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003556 10.0.0.73 - - [2025-12-08 02:41:51] "GET /global-vrouter-config/8c7ca7c7-4fde-43f4-b512-e9137443a07e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004182 10.0.0.73 - - [2025-12-08 02:41:51] "GET /virtual-networks?parent_id=1f22d4f2-d888-49ef-b406-bfd8043c2a3f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.010504 10.0.0.73 - - [2025-12-08 02:41:51] "DELETE /security-group/189ba169-c7d7-4d66-acb2-95f150339dd1 HTTP/1.1" 200 115 0.052020 10.0.0.73 - - [2025-12-08 02:41:51] "GET /projects?obj_uuids=3c0d02dd-c51d-4231-9140-19d966c07f26&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001226 10.0.0.73 - - [2025-12-08 02:41:51] "DELETE /access-control-list/46e93151-9614-4593-b0fc-4a1227820f75 HTTP/1.1" 200 115 0.044727 10.0.0.73 - - [2025-12-08 02:41:51] "GET /virtual-network/0376488d-9b31-42e5-944f-0ea50434441f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006238 10.0.0.73 - - [2025-12-08 02:41:51] "GET /project/3c0d02dd-c51d-4231-9140-19d966c07f26?fields=application_policy_sets HTTP/1.1" 200 1415 0.044838 10.0.0.73 - - [2025-12-08 02:41:51] "DELETE /access-control-list/f65927f9-6804-4666-b90a-6ffc61ad242e HTTP/1.1" 200 115 0.038096 10.0.0.73 - - [2025-12-08 02:41:51] "DELETE /project/3c0d02dd-c51d-4231-9140-19d966c07f26 HTTP/1.1" 200 115 0.392953 10.0.0.73 - - [2025-12-08 02:41:56] "POST /neutron/network HTTP/1.1" 200 824 0.007312 10.0.0.73 - - [2025-12-08 02:41:56] "POST /neutron/network HTTP/1.1" 400 204 0.017540 10.0.0.73 - - [2025-12-08 02:41:56] "POST /neutron/port HTTP/1.1" 200 1088 0.019196 10.0.0.73 - - [2025-12-08 02:41:56] "POST /neutron/port HTTP/1.1" 200 1114 0.014989 10.0.0.73 - - [2025-12-08 02:41:56] "POST /neutron/port HTTP/1.1" 200 1088 0.011982 10.0.0.73 - - [2025-12-08 02:41:56] "POST /neutron/port HTTP/1.1" 200 1114 0.013891 10.0.0.73 - - [2025-12-08 02:41:56] "POST /neutron/port HTTP/1.1" 200 151 0.149130 10.0.0.73 - - [2025-12-08 02:41:56] "POST /neutron/port HTTP/1.1" 200 151 0.142601 10.0.0.73 - - [2025-12-08 02:41:58] "POST /neutron/network HTTP/1.1" 200 824 0.006294 10.0.0.73 - - [2025-12-08 02:41:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004241 10.0.0.73 - - [2025-12-08 02:41:58] "POST /useragent-kv HTTP/1.1" 200 115 0.002758 10.0.0.73 - - [2025-12-08 02:41:58] "POST /useragent-kv HTTP/1.1" 200 115 0.003506 10.0.0.73 - - [2025-12-08 02:41:58] "POST /neutron/network HTTP/1.1" 200 151 0.101176 10.0.0.73 - - [2025-12-08 02:41:58] "DELETE /route-target/eb15a075-2345-48cf-966a-f08f2f80565c HTTP/1.1" 200 115 0.021821 10.0.0.73 - - [2025-12-08 02:41:58] "GET /projects?obj_uuids=1f22d4f2-d888-49ef-b406-bfd8043c2a3f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001290 10.0.0.73 - - [2025-12-08 02:41:58] "GET /project/1f22d4f2-d888-49ef-b406-bfd8043c2a3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.031647 10.0.0.73 - - [2025-12-08 02:41:58] "GET /projects?obj_uuids=1f22d4f2-d888-49ef-b406-bfd8043c2a3f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001248 10.0.0.73 - - [2025-12-08 02:41:58] "GET /project/1f22d4f2-d888-49ef-b406-bfd8043c2a3f?fields=virtual_networks HTTP/1.1" 200 1044 0.074536 10.0.0.73 - - [2025-12-08 02:41:58] "GET /projects?obj_uuids=1f22d4f2-d888-49ef-b406-bfd8043c2a3f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001460 10.0.0.73 - - [2025-12-08 02:41:58] "GET /project/1f22d4f2-d888-49ef-b406-bfd8043c2a3f?fields=virtual_machine_interfaces HTTP/1.1" 200 1044 0.033143 10.0.0.73 - - [2025-12-08 02:41:58] "GET /projects?obj_uuids=1f22d4f2-d888-49ef-b406-bfd8043c2a3f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001253 10.0.0.73 - - [2025-12-08 02:41:58] "GET /project/1f22d4f2-d888-49ef-b406-bfd8043c2a3f?fields=security_groups HTTP/1.1" 200 1271 0.032689 10.0.0.73 - - [2025-12-08 02:41:59] "GET /obj-perms HTTP/1.1" 200 5056 0.073427 10.0.0.73 - - [2025-12-08 02:42:00] "GET /obj-perms HTTP/1.1" 200 5056 0.199566 10.0.0.73 - - [2025-12-08 02:42:00] "POST /fqname-to-id HTTP/1.1" 404 188 0.036375 10.0.0.73 - - [2025-12-08 02:42:00] "GET /projects?obj_uuids=caae6db1-bdcc-4f5e-b389-2e514faaa421&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002722 10.0.0.73 - - [2025-12-08 02:42:00] "GET /domains?obj_uuids=bdb80538-3a76-4907-b398-c529616d0886&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001579 10.0.0.73 - - [2025-12-08 02:42:00] "GET /domain/bdb80538-3a76-4907-b398-c529616d0886?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008093 10.0.0.73 - - [2025-12-08 02:42:00] "POST /id-to-fqname HTTP/1.1" 200 190 0.002398 10.0.0.73 - - [2025-12-08 02:42:00] "POST /fqname-to-id HTTP/1.1" 404 199 0.003629 10.0.0.73 - - [2025-12-08 02:42:00] "POST /security-groups HTTP/1.1" 200 591 0.064559 10.0.0.73 - - [2025-12-08 02:42:01] "POST /fqname-to-id HTTP/1.1" 404 234 0.003589 10.0.0.73 - - [2025-12-08 02:42:01] "POST /projects HTTP/1.1" 200 585 0.211835 10.0.0.73 - - [2025-12-08 02:42:01] "POST /access-control-lists HTTP/1.1" 200 596 0.066641 10.0.0.73 - - [2025-12-08 02:42:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.295191 10.0.0.73 - - [2025-12-08 02:42:01] "POST /fqname-to-id HTTP/1.1" 404 233 0.003714 10.0.0.73 - - [2025-12-08 02:42:01] "GET /project/caae6db1-bdcc-4f5e-b389-2e514faaa421?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.451322 10.0.0.73 - - [2025-12-08 02:42:01] "POST /access-control-lists HTTP/1.1" 200 594 0.073364 10.0.0.73 - - [2025-12-08 02:42:02] "GET / HTTP/1.1" 200 35931 0.002050 10.0.0.73 - - [2025-12-08 02:42:03] "POST /fqname-to-id HTTP/1.1" 401 292 0.000703 10.0.0.73 - - [2025-12-08 02:42:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.069311 10.0.0.73 - - [2025-12-08 02:42:03] "GET /projects?obj_uuids=caae6db1-bdcc-4f5e-b389-2e514faaa421&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001109 10.0.0.73 - - [2025-12-08 02:42:03] "GET /project/caae6db1-bdcc-4f5e-b389-2e514faaa421?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.025818 10.0.0.73 - - [2025-12-08 02:42:03] "POST /neutron/network HTTP/1.1" 200 117 0.050463 10.0.0.73 - - [2025-12-08 02:42:03] "GET /projects?obj_uuids=caae6db1-bdcc-4f5e-b389-2e514faaa421&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001663 10.0.0.73 - - [2025-12-08 02:42:03] "POST /neutron/network HTTP/1.1" 200 625 0.088001 10.0.0.73 - - [2025-12-08 02:42:04] "POST /route-targets HTTP/1.1" 200 327 0.017822 10.0.0.73 - - [2025-12-08 02:42:04] "POST /ref-update HTTP/1.1" 200 156 0.016497 10.0.0.73 - - [2025-12-08 02:42:04] "POST /useragent-kv HTTP/1.1" 200 115 0.004726 10.0.0.73 - - [2025-12-08 02:42:04] "POST /neutron/subnet HTTP/1.1" 200 701 0.159175 10.0.0.73 - - [2025-12-08 02:42:04] "POST /neutron/network HTTP/1.1" 200 839 0.006694 10.0.0.73 - - [2025-12-08 02:42:04] "POST /id-to-fqname HTTP/1.1" 200 230 0.001884 10.0.0.73 - - [2025-12-08 02:42:04] "GET /virtual-network/98332a08-d6f8-4e8d-802c-0042956765db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.007164 10.0.0.73 - - [2025-12-08 02:42:04] "POST /neutron/network HTTP/1.1" 200 839 0.108185 10.0.0.73 - - [2025-12-08 02:42:04] "GET /virtual-network/98332a08-d6f8-4e8d-802c-0042956765db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006799 10.0.0.73 - - [2025-12-08 02:42:04] "POST /neutron/network HTTP/1.1" 200 839 0.005552 10.0.0.73 - - [2025-12-08 02:42:04] "POST /neutron/subnet HTTP/1.1" 200 701 0.010686 10.0.0.73 - - [2025-12-08 02:42:04] "POST /neutron/network HTTP/1.1" 200 839 0.007483 10.0.0.73 - - [2025-12-08 02:42:04] "POST /id-to-fqname HTTP/1.1" 200 230 0.002233 10.0.0.73 - - [2025-12-08 02:42:04] "POST /neutron/network HTTP/1.1" 200 849 0.006350 10.0.0.73 - - [2025-12-08 02:42:04] "GET /aaa-mode HTTP/1.1" 401 292 0.000738 10.0.0.73 - - [2025-12-08 02:42:05] "GET / HTTP/1.1" 200 35931 0.001529 10.0.0.73 - - [2025-12-08 02:42:05] "GET /project/caae6db1-bdcc-4f5e-b389-2e514faaa421?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000422 10.0.0.73 - - [2025-12-08 02:42:05] "GET /projects?obj_uuids=caae6db1-bdcc-4f5e-b389-2e514faaa421&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001240 10.0.0.73 - - [2025-12-08 02:42:05] "GET /project/caae6db1-bdcc-4f5e-b389-2e514faaa421?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.065798 10.0.0.73 - - [2025-12-08 02:42:05] "POST /neutron/network HTTP/1.1" 200 839 0.006468 10.0.0.73 - - [2025-12-08 02:42:05] "POST /neutron/port HTTP/1.1" 200 117 0.005592 10.0.0.73 - - [2025-12-08 02:42:05] "POST /neutron/port HTTP/1.1" 200 117 0.005956 10.0.0.73 - - [2025-12-08 02:42:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003397 10.0.0.73 - - [2025-12-08 02:42:05] "GET /global-vrouter-config/8c7ca7c7-4fde-43f4-b512-e9137443a07e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003333 10.0.0.73 - - [2025-12-08 02:42:05] "PUT /global-vrouter-config/8c7ca7c7-4fde-43f4-b512-e9137443a07e HTTP/1.1" 200 276 0.011262 10.0.0.73 - - [2025-12-08 02:42:05] "POST /neutron/port HTTP/1.1" 200 117 0.007081 10.0.0.73 - - [2025-12-08 02:42:06] "POST /neutron/network HTTP/1.1" 200 849 0.006206 10.0.0.73 - - [2025-12-08 02:42:06] "GET /projects?obj_uuids=caae6db1-bdcc-4f5e-b389-2e514faaa421&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001310 10.0.0.73 - - [2025-12-08 02:42:06] "POST /neutron/port HTTP/1.1" 200 1055 0.207161 10.0.0.73 - - [2025-12-08 02:42:06] "POST /neutron/port HTTP/1.1" 200 1055 0.010689 10.0.0.73 - - [2025-12-08 02:42:06] "POST /neutron/port HTTP/1.1" 200 1055 0.011394 10.0.0.73 - - [2025-12-08 02:42:06] "POST /neutron/port HTTP/1.1" 200 1109 0.069181 10.0.0.73 - - [2025-12-08 02:42:06] "POST /neutron/port HTTP/1.1" 200 1083 0.011485 10.0.0.73 - - [2025-12-08 02:42:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.008397 10.0.0.73 - - [2025-12-08 02:42:06] "POST /neutron/subnet HTTP/1.1" 200 675 0.007980 10.0.0.73 - - [2025-12-08 02:42:06] "POST /neutron/port HTTP/1.1" 200 117 0.001489 10.0.0.73 - - [2025-12-08 02:42:06] "POST /neutron/network HTTP/1.1" 200 839 0.005799 10.0.0.73 - - [2025-12-08 02:42:10] "POST /neutron/port HTTP/1.1" 200 1083 0.015699 10.0.0.73 - - [2025-12-08 02:42:10] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008176 10.0.0.73 - - [2025-12-08 02:42:11] "POST /neutron/port HTTP/1.1" 200 1083 0.015097 10.0.0.73 - - [2025-12-08 02:42:11] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008334 10.0.0.73 - - [2025-12-08 02:42:11] "POST /neutron/port HTTP/1.1" 200 1083 0.012683 10.0.0.73 - - [2025-12-08 02:42:11] "POST /neutron/security_group HTTP/1.1" 200 2058 0.019420 10.0.0.73 - - [2025-12-08 02:42:11] "GET /virtual-machine/032f6fab-7ce8-4b75-bb12-d3811a22eae3 HTTP/1.1" 401 292 0.000620 10.0.0.73 - - [2025-12-08 02:42:11] "GET /virtual-machine/032f6fab-7ce8-4b75-bb12-d3811a22eae3 HTTP/1.1" 200 1291 0.044160 10.0.0.73 - - [2025-12-08 02:42:11] "GET /virtual-machine-interface/3038a579-96d5-4124-8d43-68a98e572eaf HTTP/1.1" 200 2971 0.005843 10.0.0.73 - - [2025-12-08 02:42:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003775 10.0.0.73 - - [2025-12-08 02:42:11] "GET /global-vrouter-config/8c7ca7c7-4fde-43f4-b512-e9137443a07e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.008332 10.0.0.73 - - [2025-12-08 02:42:11] "GET /virtual-networks?parent_id=caae6db1-bdcc-4f5e-b389-2e514faaa421&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003223 10.0.0.73 - - [2025-12-08 02:42:11] "GET /virtual-network/98332a08-d6f8-4e8d-802c-0042956765db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006649 10.0.0.73 - - [2025-12-08 02:42:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003511 10.0.0.73 - - [2025-12-08 02:42:15] "GET /virtual-network/98332a08-d6f8-4e8d-802c-0042956765db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005489 10.0.0.73 - - [2025-12-08 02:42:16] "POST /neutron/port HTTP/1.1" 200 1083 0.015810 10.0.0.73 - - [2025-12-08 02:42:16] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006475 10.0.0.73 - - [2025-12-08 02:42:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004076 10.0.0.73 - - [2025-12-08 02:42:19] "GET /global-vrouter-config/8c7ca7c7-4fde-43f4-b512-e9137443a07e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.004349 10.0.0.73 - - [2025-12-08 02:42:19] "GET /virtual-networks?parent_id=caae6db1-bdcc-4f5e-b389-2e514faaa421&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003766 10.0.0.73 - - [2025-12-08 02:42:19] "GET /virtual-network/98332a08-d6f8-4e8d-802c-0042956765db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.007630 10.0.0.73 - - [2025-12-08 02:42:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003643 10.0.0.73 - - [2025-12-08 02:42:21] "GET /global-vrouter-config/8c7ca7c7-4fde-43f4-b512-e9137443a07e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.004330 10.0.0.73 - - [2025-12-08 02:42:21] "PUT /global-vrouter-config/8c7ca7c7-4fde-43f4-b512-e9137443a07e HTTP/1.1" 200 276 0.010096 10.0.0.73 - - [2025-12-08 02:42:21] "POST /neutron/network HTTP/1.1" 200 839 0.011237 10.0.0.73 - - [2025-12-08 02:42:21] "POST /neutron/network HTTP/1.1" 400 204 0.023501 10.0.0.73 - - [2025-12-08 02:42:22] "POST /neutron/port HTTP/1.1" 200 1083 0.014606 10.0.0.73 - - [2025-12-08 02:42:22] "POST /neutron/port HTTP/1.1" 200 1109 0.009536 10.0.0.73 - - [2025-12-08 02:42:22] "POST /neutron/port HTTP/1.1" 200 151 0.110456 10.0.0.73 - - [2025-12-08 02:42:23] "POST /neutron/network HTTP/1.1" 200 839 0.008070 10.0.0.73 - - [2025-12-08 02:42:23] "POST /useragent-kv HTTP/1.1" 200 115 0.007635 10.0.0.73 - - [2025-12-08 02:42:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.007301 10.0.0.73 - - [2025-12-08 02:42:23] "POST /useragent-kv HTTP/1.1" 200 115 0.004274 10.0.0.73 - - [2025-12-08 02:42:23] "POST /neutron/network HTTP/1.1" 200 151 0.108638 10.0.0.73 - - [2025-12-08 02:42:23] "DELETE /route-target/bfbcfef4-0e74-448e-baa9-de8a4cfe1432 HTTP/1.1" 200 115 0.023773 10.0.0.73 - - [2025-12-08 02:42:24] "GET /global-vrouter-configs HTTP/1.1" 200 357 0.003000 10.0.0.73 - - [2025-12-08 02:42:24] "GET /global-vrouter-config/8c7ca7c7-4fde-43f4-b512-e9137443a07e HTTP/1.1" 200 1881 0.003456 10.0.0.73 - - [2025-12-08 02:42:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002594 10.0.0.73 - - [2025-12-08 02:42:24] "GET /projects?obj_uuids=caae6db1-bdcc-4f5e-b389-2e514faaa421&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001279 10.0.0.73 - - [2025-12-08 02:42:24] "GET /project/caae6db1-bdcc-4f5e-b389-2e514faaa421?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.028498 10.0.0.73 - - [2025-12-08 02:42:24] "POST /neutron/network HTTP/1.1" 200 117 0.009301 10.0.0.73 - - [2025-12-08 02:42:24] "GET /projects?obj_uuids=caae6db1-bdcc-4f5e-b389-2e514faaa421&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001150 10.0.0.73 - - [2025-12-08 02:42:24] "POST /neutron/network HTTP/1.1" 200 605 0.078721 10.0.0.73 - - [2025-12-08 02:42:24] "POST /useragent-kv HTTP/1.1" 200 115 0.006814 10.0.0.73 - - [2025-12-08 02:42:24] "POST /neutron/subnet HTTP/1.1" 200 734 0.201852 10.0.0.73 - - [2025-12-08 02:42:24] "POST /neutron/network HTTP/1.1" 200 826 0.006665 10.0.0.73 - - [2025-12-08 02:42:24] "POST /id-to-fqname HTTP/1.1" 200 220 0.001572 10.0.0.73 - - [2025-12-08 02:42:24] "GET /virtual-network/a1833340-6838-434b-941c-c00d39fff73b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005555 10.0.0.73 - - [2025-12-08 02:42:24] "POST /neutron/network HTTP/1.1" 200 826 0.007977 10.0.0.73 - - [2025-12-08 02:42:24] "GET /virtual-network/a1833340-6838-434b-941c-c00d39fff73b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006266 10.0.0.73 - - [2025-12-08 02:42:24] "POST /neutron/network HTTP/1.1" 200 826 0.011026 10.0.0.73 - - [2025-12-08 02:42:25] "POST /neutron/subnet HTTP/1.1" 200 734 0.007961 10.0.0.73 - - [2025-12-08 02:42:25] "POST /id-to-fqname HTTP/1.1" 200 220 0.001596 10.0.0.73 - - [2025-12-08 02:42:25] "POST /route-targets HTTP/1.1" 200 327 0.012819 10.0.0.73 - - [2025-12-08 02:42:25] "POST /ref-update HTTP/1.1" 200 156 0.015195 10.0.0.73 - - [2025-12-08 02:42:25] "POST /neutron/network HTTP/1.1" 200 836 0.007486 10.0.0.73 - - [2025-12-08 02:42:25] "GET /aaa-mode HTTP/1.1" 401 292 0.000537 10.0.0.73 - - [2025-12-08 02:42:25] "GET / HTTP/1.1" 200 35931 0.002040 10.0.0.73 - - [2025-12-08 02:42:25] "GET /project/caae6db1-bdcc-4f5e-b389-2e514faaa421?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000452 10.0.0.73 - - [2025-12-08 02:42:26] "GET /projects?obj_uuids=caae6db1-bdcc-4f5e-b389-2e514faaa421&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001270 10.0.0.73 - - [2025-12-08 02:42:26] "GET /project/caae6db1-bdcc-4f5e-b389-2e514faaa421?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.071521 10.0.0.73 - - [2025-12-08 02:42:26] "POST /neutron/network HTTP/1.1" 200 826 0.007915 10.0.0.73 - - [2025-12-08 02:42:26] "POST /neutron/port HTTP/1.1" 200 117 0.007336 10.0.0.73 - - [2025-12-08 02:42:26] "POST /neutron/port HTTP/1.1" 200 117 0.005976 10.0.0.73 - - [2025-12-08 02:42:26] "POST /neutron/port HTTP/1.1" 200 117 0.005528 10.0.0.73 - - [2025-12-08 02:42:26] "POST /neutron/network HTTP/1.1" 200 836 0.007003 10.0.0.73 - - [2025-12-08 02:42:26] "GET /projects?obj_uuids=caae6db1-bdcc-4f5e-b389-2e514faaa421&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001650 10.0.0.73 - - [2025-12-08 02:42:27] "POST /neutron/port HTTP/1.1" 200 1062 0.217387 10.0.0.73 - - [2025-12-08 02:42:27] "POST /neutron/port HTTP/1.1" 200 1062 0.013098 10.0.0.73 - - [2025-12-08 02:42:27] "POST /neutron/port HTTP/1.1" 200 1062 0.012344 10.0.0.73 - - [2025-12-08 02:42:27] "POST /neutron/port HTTP/1.1" 200 1116 0.078518 10.0.0.73 - - [2025-12-08 02:42:27] "POST /neutron/port HTTP/1.1" 200 1090 0.016391 10.0.0.73 - - [2025-12-08 02:42:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004836 10.0.0.73 - - [2025-12-08 02:42:27] "POST /neutron/subnet HTTP/1.1" 200 708 0.007731 10.0.0.73 - - [2025-12-08 02:42:27] "POST /neutron/port HTTP/1.1" 200 117 0.001421 10.0.0.73 - - [2025-12-08 02:42:27] "POST /neutron/network HTTP/1.1" 200 826 0.006318 10.0.0.73 - - [2025-12-08 02:42:31] "POST /neutron/port HTTP/1.1" 200 1090 0.012491 10.0.0.73 - - [2025-12-08 02:42:31] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006499 10.0.0.73 - - [2025-12-08 02:42:31] "POST /neutron/port HTTP/1.1" 200 1090 0.012886 10.0.0.73 - - [2025-12-08 02:42:31] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007245 10.0.0.73 - - [2025-12-08 02:42:31] "POST /neutron/port HTTP/1.1" 200 1090 0.015549 10.0.0.73 - - [2025-12-08 02:42:31] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006498 10.0.0.73 - - [2025-12-08 02:42:31] "GET /virtual-machine/d19fb12c-cfad-4ff4-89a0-27b3004aafbf HTTP/1.1" 200 1292 0.005058 10.0.0.73 - - [2025-12-08 02:42:31] "GET /virtual-machine-interface/b2d3359b-d416-41cd-8413-dd2bde79e346 HTTP/1.1" 200 2941 0.007982 10.0.0.73 - - [2025-12-08 02:42:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003221 10.0.0.73 - - [2025-12-08 02:42:31] "GET /global-vrouter-config/8c7ca7c7-4fde-43f4-b512-e9137443a07e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003557 10.0.0.73 - - [2025-12-08 02:42:31] "GET /virtual-networks?parent_id=caae6db1-bdcc-4f5e-b389-2e514faaa421&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003789 10.0.0.73 - - [2025-12-08 02:42:31] "GET /virtual-network/a1833340-6838-434b-941c-c00d39fff73b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006849 10.0.0.73 - - [2025-12-08 02:42:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003603 10.0.0.73 - - [2025-12-08 02:42:34] "GET /virtual-network/a1833340-6838-434b-941c-c00d39fff73b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005906 10.0.0.73 - - [2025-12-08 02:42:37] "POST /neutron/port HTTP/1.1" 200 1090 0.012883 10.0.0.73 - - [2025-12-08 02:42:37] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006889 10.0.0.73 - - [2025-12-08 02:42:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003930 10.0.0.73 - - [2025-12-08 02:42:38] "GET /virtual-network/a1833340-6838-434b-941c-c00d39fff73b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.007070 10.0.0.73 - - [2025-12-08 02:42:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003516 10.0.0.73 - - [2025-12-08 02:42:41] "GET /global-vrouter-config/8c7ca7c7-4fde-43f4-b512-e9137443a07e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003621 10.0.0.73 - - [2025-12-08 02:42:41] "GET /virtual-networks?parent_id=caae6db1-bdcc-4f5e-b389-2e514faaa421&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003545 10.0.0.73 - - [2025-12-08 02:42:41] "GET /virtual-network/a1833340-6838-434b-941c-c00d39fff73b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.008199 10.0.0.73 - - [2025-12-08 02:42:43] "POST /neutron/network HTTP/1.1" 200 826 0.006685 10.0.0.73 - - [2025-12-08 02:42:43] "POST /neutron/network HTTP/1.1" 400 204 0.013604 10.0.0.73 - - [2025-12-08 02:42:43] "POST /neutron/port HTTP/1.1" 200 1090 0.013543 10.0.0.73 - - [2025-12-08 02:42:43] "POST /neutron/port HTTP/1.1" 200 1116 0.010350 10.0.0.73 - - [2025-12-08 02:42:44] "POST /neutron/port HTTP/1.1" 200 151 0.112610 10.0.0.73 - - [2025-12-08 02:42:45] "POST /neutron/network HTTP/1.1" 200 826 0.007695 10.0.0.73 - - [2025-12-08 02:42:45] "POST /useragent-kv HTTP/1.1" 200 115 0.003680 10.0.0.73 - - [2025-12-08 02:42:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004478 10.0.0.73 - - [2025-12-08 02:42:45] "POST /useragent-kv HTTP/1.1" 200 115 0.002131 10.0.0.73 - - [2025-12-08 02:42:45] "POST /neutron/network HTTP/1.1" 200 151 0.088386 10.0.0.73 - - [2025-12-08 02:42:45] "DELETE /route-target/7dbfbea8-f621-40b2-97f0-36ec62d20675 HTTP/1.1" 200 115 0.019698 10.0.0.73 - - [2025-12-08 02:42:46] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003600 10.0.0.73 - - [2025-12-08 02:42:46] "POST /network-ipams HTTP/1.1" 200 541 0.019368 10.0.0.73 - - [2025-12-08 02:42:46] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 764 0.004103 10.0.0.73 - - [2025-12-08 02:42:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003638 10.0.0.73 - - [2025-12-08 02:42:46] "GET /network-ipam/79ba4fc2-952f-4f3a-a072-135881efe3f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1329 0.007364 10.0.0.73 - - [2025-12-08 02:42:46] "PUT /network-ipam/79ba4fc2-952f-4f3a-a072-135881efe3f9 HTTP/1.1" 200 258 0.017307 10.0.0.73 - - [2025-12-08 02:42:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004574 10.0.0.73 - - [2025-12-08 02:42:46] "GET /projects?obj_uuids=caae6db1-bdcc-4f5e-b389-2e514faaa421&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001617 10.0.0.73 - - [2025-12-08 02:42:46] "GET /project/caae6db1-bdcc-4f5e-b389-2e514faaa421?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.044025 10.0.0.73 - - [2025-12-08 02:42:46] "POST /neutron/network HTTP/1.1" 200 117 0.010839 10.0.0.73 - - [2025-12-08 02:42:46] "GET /projects?obj_uuids=caae6db1-bdcc-4f5e-b389-2e514faaa421&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001948 10.0.0.73 - - [2025-12-08 02:42:46] "POST /neutron/network HTTP/1.1" 200 605 0.081658 10.0.0.73 - - [2025-12-08 02:42:46] "POST /route-targets HTTP/1.1" 200 327 0.013481 10.0.0.73 - - [2025-12-08 02:42:46] "POST /ref-update HTTP/1.1" 200 156 0.025751 10.0.0.73 - - [2025-12-08 02:42:46] "POST /useragent-kv HTTP/1.1" 200 115 0.010979 10.0.0.73 - - [2025-12-08 02:42:46] "POST /neutron/subnet HTTP/1.1" 200 699 0.223154 10.0.0.73 - - [2025-12-08 02:42:46] "POST /useragent-kv HTTP/1.1" 200 115 0.004531 10.0.0.73 - - [2025-12-08 02:42:46] "POST /neutron/subnet HTTP/1.1" 200 699 0.138683 10.0.0.73 - - [2025-12-08 02:42:47] "POST /neutron/network HTTP/1.1" 200 994 0.009500 10.0.0.73 - - [2025-12-08 02:42:47] "POST /id-to-fqname HTTP/1.1" 200 220 0.001519 10.0.0.73 - - [2025-12-08 02:42:47] "GET /virtual-network/47e42d7c-942b-473f-8e1f-c6e15b516b92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.006379 10.0.0.73 - - [2025-12-08 02:42:47] "POST /neutron/network HTTP/1.1" 200 994 0.008584 10.0.0.73 - - [2025-12-08 02:42:47] "GET /virtual-network/47e42d7c-942b-473f-8e1f-c6e15b516b92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.006029 10.0.0.73 - - [2025-12-08 02:42:47] "POST /neutron/network HTTP/1.1" 200 994 0.010897 10.0.0.73 - - [2025-12-08 02:42:47] "POST /neutron/subnet HTTP/1.1" 200 699 0.010523 10.0.0.73 - - [2025-12-08 02:42:47] "POST /neutron/subnet HTTP/1.1" 200 699 0.008118 10.0.0.73 - - [2025-12-08 02:42:47] "POST /neutron/network HTTP/1.1" 200 994 0.008316 10.0.0.73 - - [2025-12-08 02:42:47] "POST /neutron/subnet HTTP/1.1" 200 699 0.009921 10.0.0.73 - - [2025-12-08 02:42:47] "POST /neutron/subnet HTTP/1.1" 200 699 0.009510 10.0.0.73 - - [2025-12-08 02:42:47] "GET /projects?obj_uuids=caae6db1-bdcc-4f5e-b389-2e514faaa421&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001519 10.0.0.73 - - [2025-12-08 02:42:47] "POST /neutron/port HTTP/1.1" 200 1017 0.195376 10.0.0.73 - - [2025-12-08 02:42:47] "GET /projects?obj_uuids=caae6db1-bdcc-4f5e-b389-2e514faaa421&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001238 10.0.0.73 - - [2025-12-08 02:42:47] "POST /neutron/port HTTP/1.1" 200 1017 0.180298 10.0.0.73 - - [2025-12-08 02:42:47] "POST /id-to-fqname HTTP/1.1" 200 220 0.001621 10.0.0.73 - - [2025-12-08 02:42:47] "POST /neutron/port HTTP/1.1" 200 1017 0.008181 10.0.0.73 - - [2025-12-08 02:42:47] "POST /neutron/port HTTP/1.1" 200 1017 0.007574 10.0.0.73 - - [2025-12-08 02:42:47] "POST /neutron/network HTTP/1.1" 200 994 0.007776 10.0.0.73 - - [2025-12-08 02:42:47] "POST /neutron/port HTTP/1.1" 200 1017 0.009156 10.0.0.73 - - [2025-12-08 02:42:48] "POST /neutron/port HTTP/1.1" 200 117 0.006335 10.0.0.73 - - [2025-12-08 02:42:48] "POST /neutron/port HTTP/1.1" 200 1017 0.012167 10.0.0.73 - - [2025-12-08 02:42:48] "POST /neutron/port HTTP/1.1" 200 117 0.006144 10.0.0.73 - - [2025-12-08 02:42:48] "POST /id-to-fqname HTTP/1.1" 200 220 0.001579 10.0.0.73 - - [2025-12-08 02:42:48] "POST /neutron/port HTTP/1.1" 200 117 0.005461 10.0.0.73 - - [2025-12-08 02:42:48] "POST /neutron/port HTTP/1.1" 200 1017 0.008302 10.0.0.73 - - [2025-12-08 02:42:48] "POST /neutron/port HTTP/1.1" 200 1017 0.010268 10.0.0.73 - - [2025-12-08 02:42:48] "POST /neutron/network HTTP/1.1" 200 994 0.011286 10.0.0.73 - - [2025-12-08 02:42:48] "POST /neutron/port HTTP/1.1" 200 1017 0.009175 10.0.0.73 - - [2025-12-08 02:42:48] "POST /neutron/port HTTP/1.1" 200 1017 0.011181 10.0.0.73 - - [2025-12-08 02:42:48] "POST /neutron/port HTTP/1.1" 200 117 0.017580 10.0.0.73 - - [2025-12-08 02:42:48] "POST /neutron/port HTTP/1.1" 200 117 0.005597 10.0.0.73 - - [2025-12-08 02:42:48] "POST /id-to-fqname HTTP/1.1" 200 220 0.001549 10.0.0.73 - - [2025-12-08 02:42:48] "POST /neutron/port HTTP/1.1" 200 1017 0.008741 10.0.0.73 - - [2025-12-08 02:42:48] "POST /neutron/network HTTP/1.1" 200 1004 0.007138 10.0.0.73 - - [2025-12-08 02:42:48] "POST /neutron/port HTTP/1.1" 200 1017 0.008624 10.0.0.73 - - [2025-12-08 02:42:48] "POST /neutron/port HTTP/1.1" 200 1017 0.008092 10.0.0.73 - - [2025-12-08 02:42:48] "POST /neutron/port HTTP/1.1" 200 117 0.009194 10.0.0.73 - - [2025-12-08 02:42:48] "POST /neutron/port HTTP/1.1" 200 1109 0.108511 10.0.0.73 - - [2025-12-08 02:42:49] "POST /neutron/network HTTP/1.1" 200 1004 0.007121 10.0.0.73 - - [2025-12-08 02:42:49] "GET /aaa-mode HTTP/1.1" 401 292 0.000428 10.0.0.73 - - [2025-12-08 02:42:49] "POST /neutron/port HTTP/1.1" 200 1083 0.012609 10.0.0.73 - - [2025-12-08 02:42:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003844 10.0.0.73 - - [2025-12-08 02:42:49] "POST /neutron/subnet HTTP/1.1" 200 673 0.012798 10.0.0.73 - - [2025-12-08 02:42:49] "POST /neutron/port HTTP/1.1" 200 117 0.001576 10.0.0.73 - - [2025-12-08 02:42:49] "POST /neutron/network HTTP/1.1" 200 994 0.008220 10.0.0.73 - - [2025-12-08 02:42:49] "POST /neutron/port HTTP/1.1" 200 1017 0.009722 10.0.0.73 - - [2025-12-08 02:42:49] "POST /neutron/network HTTP/1.1" 200 1004 0.008401 10.0.0.73 - - [2025-12-08 02:42:49] "GET / HTTP/1.1" 200 35931 0.002390 10.0.0.73 - - [2025-12-08 02:42:49] "GET /project/caae6db1-bdcc-4f5e-b389-2e514faaa421?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000552 10.0.0.73 - - [2025-12-08 02:42:49] "POST /neutron/port HTTP/1.1" 200 1017 0.009167 10.0.0.73 - - [2025-12-08 02:42:49] "POST /neutron/port HTTP/1.1" 200 1017 0.007627 10.0.0.73 - - [2025-12-08 02:42:49] "POST /neutron/port HTTP/1.1" 200 1109 0.096186 10.0.0.73 - - [2025-12-08 02:42:49] "POST /neutron/port HTTP/1.1" 200 1083 0.017291 10.0.0.73 - - [2025-12-08 02:42:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005154 10.0.0.73 - - [2025-12-08 02:42:49] "POST /neutron/subnet HTTP/1.1" 200 673 0.010718 10.0.0.73 - - [2025-12-08 02:42:49] "POST /neutron/port HTTP/1.1" 200 117 0.001441 10.0.0.73 - - [2025-12-08 02:42:49] "POST /neutron/network HTTP/1.1" 200 994 0.007864 10.0.0.73 - - [2025-12-08 02:42:49] "GET /projects?obj_uuids=caae6db1-bdcc-4f5e-b389-2e514faaa421&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001163 10.0.0.73 - - [2025-12-08 02:42:49] "GET /project/caae6db1-bdcc-4f5e-b389-2e514faaa421?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.092099 10.0.0.73 - - [2025-12-08 02:42:49] "POST /neutron/network HTTP/1.1" 200 994 0.008342 10.0.0.73 - - [2025-12-08 02:42:50] "POST /neutron/port HTTP/1.1" 200 2050 0.020347 10.0.0.73 - - [2025-12-08 02:42:50] "POST /neutron/security_group HTTP/1.1" 200 2058 0.012577 10.0.0.73 - - [2025-12-08 02:42:50] "POST /neutron/port HTTP/1.1" 200 117 0.006082 10.0.0.73 - - [2025-12-08 02:42:50] "GET /domains HTTP/1.1" 200 280 0.003533 10.0.0.73 - - [2025-12-08 02:42:50] "GET /domains?obj_uuids=bdb80538-3a76-4907-b398-c529616d0886&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001365 10.0.0.73 - - [2025-12-08 02:42:50] "GET /domain/bdb80538-3a76-4907-b398-c529616d0886 HTTP/1.1" 200 2761 0.011277 10.0.0.73 - - [2025-12-08 02:42:50] "GET /projects?obj_uuids=caae6db1-bdcc-4f5e-b389-2e514faaa421&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001552 10.0.0.73 - - [2025-12-08 02:42:50] "GET /project/caae6db1-bdcc-4f5e-b389-2e514faaa421 HTTP/1.1" 200 2853 0.084685 10.0.0.73 - - [2025-12-08 02:42:50] "GET /network-ipam/79ba4fc2-952f-4f3a-a072-135881efe3f9 HTTP/1.1" 200 2646 0.006101 10.0.0.73 - - [2025-12-08 02:42:50] "GET /domains HTTP/1.1" 200 280 0.006695 10.0.0.73 - - [2025-12-08 02:42:50] "GET /domains?obj_uuids=bdb80538-3a76-4907-b398-c529616d0886&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001185 10.0.0.73 - - [2025-12-08 02:42:50] "GET /domain/bdb80538-3a76-4907-b398-c529616d0886 HTTP/1.1" 200 2761 0.015032 10.0.0.73 - - [2025-12-08 02:42:50] "GET /projects?obj_uuids=caae6db1-bdcc-4f5e-b389-2e514faaa421&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001867 10.0.0.73 - - [2025-12-08 02:42:50] "GET /project/caae6db1-bdcc-4f5e-b389-2e514faaa421 HTTP/1.1" 200 2853 0.082305 10.0.0.73 - - [2025-12-08 02:42:50] "GET /virtual-network/47e42d7c-942b-473f-8e1f-c6e15b516b92 HTTP/1.1" 200 3780 0.010849 10.0.0.73 - - [2025-12-08 02:42:50] "GET /virtual-network/47e42d7c-942b-473f-8e1f-c6e15b516b92 HTTP/1.1" 200 3780 0.007086 10.0.0.73 - - [2025-12-08 02:42:50] "GET /routing-instance/c7b1788f-dd5e-4888-a84e-25597c7dec8f HTTP/1.1" 200 2381 0.006738 10.0.0.73 - - [2025-12-08 02:42:50] "GET /routing-instance/c7b1788f-dd5e-4888-a84e-25597c7dec8f HTTP/1.1" 200 2381 0.009024 10.0.0.73 - - [2025-12-08 02:42:50] "GET /route-target/f7c6e992-4937-4d6a-9695-c3995ab955b5 HTTP/1.1" 200 1205 0.008037 10.0.0.73 - - [2025-12-08 02:42:50] "GET /virtual-network/47e42d7c-942b-473f-8e1f-c6e15b516b92 HTTP/1.1" 200 3780 0.012793 10.0.0.73 - - [2025-12-08 02:42:50] "GET /routing-instance/c7b1788f-dd5e-4888-a84e-25597c7dec8f HTTP/1.1" 200 2381 0.010010 10.0.0.73 - - [2025-12-08 02:42:50] "GET /virtual-network/47e42d7c-942b-473f-8e1f-c6e15b516b92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.008881 10.0.0.73 - - [2025-12-08 02:42:50] "GET /virtual-network/47e42d7c-942b-473f-8e1f-c6e15b516b92 HTTP/1.1" 200 3780 0.007536 10.0.0.73 - - [2025-12-08 02:42:50] "GET /routing-instance/c7b1788f-dd5e-4888-a84e-25597c7dec8f HTTP/1.1" 200 2381 0.008260 10.0.0.73 - - [2025-12-08 02:42:50] "GET /routing-instance/c7b1788f-dd5e-4888-a84e-25597c7dec8f HTTP/1.1" 200 2381 0.006814 10.0.0.73 - - [2025-12-08 02:42:50] "GET /route-target/f7c6e992-4937-4d6a-9695-c3995ab955b5 HTTP/1.1" 200 1205 0.005965 10.0.0.73 - - [2025-12-08 02:42:50] "GET /domains HTTP/1.1" 200 280 0.003449 10.0.0.73 - - [2025-12-08 02:42:50] "GET /domains?obj_uuids=bdb80538-3a76-4907-b398-c529616d0886&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.003104 10.0.0.73 - - [2025-12-08 02:42:50] "GET /domain/bdb80538-3a76-4907-b398-c529616d0886 HTTP/1.1" 200 2761 0.012145 10.0.0.73 - - [2025-12-08 02:42:50] "GET /projects?obj_uuids=caae6db1-bdcc-4f5e-b389-2e514faaa421&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001392 10.0.0.73 - - [2025-12-08 02:42:50] "GET /project/caae6db1-bdcc-4f5e-b389-2e514faaa421 HTTP/1.1" 200 2853 0.080062 10.0.0.73 - - [2025-12-08 02:42:50] "GET /virtual-network/47e42d7c-942b-473f-8e1f-c6e15b516b92 HTTP/1.1" 200 3780 0.006802 10.0.0.73 - - [2025-12-08 02:42:50] "POST /neutron/network HTTP/1.1" 200 1004 0.008572 10.0.0.73 - - [2025-12-08 02:42:50] "GET /projects?obj_uuids=caae6db1-bdcc-4f5e-b389-2e514faaa421&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001755 10.0.0.73 - - [2025-12-08 02:42:51] "POST /neutron/port HTTP/1.1" 200 1055 0.330879 10.0.0.73 - - [2025-12-08 02:42:51] "POST /neutron/port HTTP/1.1" 200 1055 0.019990 10.0.0.73 - - [2025-12-08 02:42:51] "POST /neutron/port HTTP/1.1" 200 1055 0.017525 10.0.0.73 - - [2025-12-08 02:42:51] "POST /neutron/port HTTP/1.1" 200 1109 0.115760 10.0.0.73 - - [2025-12-08 02:42:51] "GET /obj-perms HTTP/1.1" 200 5030 0.139866 10.0.0.73 - - [2025-12-08 02:42:51] "POST /neutron/port HTTP/1.1" 200 1083 0.017573 10.0.0.73 - - [2025-12-08 02:42:51] "POST /neutron/port HTTP/1.1" 200 1083 0.018308 10.0.0.73 - - [2025-12-08 02:42:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003939 10.0.0.73 - - [2025-12-08 02:42:51] "DELETE /project/caae6db1bdcc4f5eb3892e514faaa421 HTTP/1.1" 404 173 0.012200 10.0.0.73 - - [2025-12-08 02:42:51] "POST /neutron/security_group HTTP/1.1" 200 2058 0.021416 10.0.0.73 - - [2025-12-08 02:42:51] "GET /projects?obj_uuids=1f22d4f2-d888-49ef-b406-bfd8043c2a3f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002358 10.0.0.73 - - [2025-12-08 02:42:51] "POST /neutron/subnet HTTP/1.1" 200 673 0.023021 10.0.0.73 - - [2025-12-08 02:42:51] "POST /neutron/port HTTP/1.1" 200 117 0.002240 10.0.0.73 - - [2025-12-08 02:42:51] "GET /project/1f22d4f2-d888-49ef-b406-bfd8043c2a3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1482 0.077275 10.0.0.73 - - [2025-12-08 02:42:51] "POST /neutron/network HTTP/1.1" 200 994 0.029723 10.0.0.73 - - [2025-12-08 02:42:51] "GET /projects?obj_uuids=1f22d4f2-d888-49ef-b406-bfd8043c2a3f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001960 10.0.0.73 - - [2025-12-08 02:42:51] "POST /neutron/port HTTP/1.1" 200 1083 0.034728 10.0.0.73 - - [2025-12-08 02:42:51] "POST /neutron/security_group HTTP/1.1" 200 2058 0.012652 10.0.0.73 - - [2025-12-08 02:42:51] "GET /project/1f22d4f2-d888-49ef-b406-bfd8043c2a3f?fields=security_groups HTTP/1.1" 200 1376 0.085846 10.0.0.73 - - [2025-12-08 02:42:51] "POST /neutron/port HTTP/1.1" 200 1083 0.020103 10.0.0.73 - - [2025-12-08 02:42:51] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005794 10.0.0.73 - - [2025-12-08 02:42:51] "GET /virtual-machine/0f1d28d9-fd2e-4469-99ba-0b9f078263e8 HTTP/1.1" 200 1288 0.012992 10.0.0.73 - - [2025-12-08 02:42:51] "GET /virtual-machine-interface/39ffe113-0c71-41a3-97f6-d57a9a4e5c9e HTTP/1.1" 200 2941 0.008524 10.0.0.73 - - [2025-12-08 02:42:51] "DELETE /security-group/3344132a-3967-4b2c-84c4-9f37f4aeef54 HTTP/1.1" 200 115 0.113243 10.0.0.73 - - [2025-12-08 02:42:51] "DELETE /access-control-list/44bcc3aa-e1bd-4705-99ec-7afe38d0a024 HTTP/1.1" 200 115 0.067847 10.0.0.73 - - [2025-12-08 02:42:51] "GET /projects?obj_uuids=1f22d4f2-d888-49ef-b406-bfd8043c2a3f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001173 10.0.0.73 - - [2025-12-08 02:42:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.008178 10.0.0.73 - - [2025-12-08 02:42:51] "GET /global-vrouter-config/8c7ca7c7-4fde-43f4-b512-e9137443a07e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006472 10.0.0.73 - - [2025-12-08 02:42:51] "GET /project/1f22d4f2-d888-49ef-b406-bfd8043c2a3f?fields=application_policy_sets HTTP/1.1" 200 1415 0.058305 10.0.0.73 - - [2025-12-08 02:42:51] "GET /virtual-networks?parent_id=caae6db1-bdcc-4f5e-b389-2e514faaa421&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.007931 10.0.0.73 - - [2025-12-08 02:42:51] "DELETE /access-control-list/96a4e3a6-f96b-4046-bcb7-06179c1fa159 HTTP/1.1" 200 115 0.080283 10.0.0.73 - - [2025-12-08 02:42:52] "GET /virtual-network/47e42d7c-942b-473f-8e1f-c6e15b516b92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.009737 10.0.0.73 - - [2025-12-08 02:42:52] "DELETE /project/1f22d4f2-d888-49ef-b406-bfd8043c2a3f HTTP/1.1" 200 115 0.556982 10.0.0.73 - - [2025-12-08 02:42:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004339 10.0.0.73 - - [2025-12-08 02:42:55] "GET /virtual-network/47e42d7c-942b-473f-8e1f-c6e15b516b92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.008623 10.0.0.73 - - [2025-12-08 02:42:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003717 10.0.0.73 - - [2025-12-08 02:42:59] "GET /virtual-network/47e42d7c-942b-473f-8e1f-c6e15b516b92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.005495 10.0.0.73 - - [2025-12-08 02:43:00] "POST /neutron/port HTTP/1.1" 200 1083 0.011939 10.0.0.73 - - [2025-12-08 02:43:00] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005832 10.0.0.73 - - [2025-12-08 02:43:00] "GET /obj-perms HTTP/1.1" 200 5056 0.090895 10.0.0.73 - - [2025-12-08 02:43:01] "POST /neutron/port HTTP/1.1" 200 1083 0.020710 10.0.0.73 - - [2025-12-08 02:43:01] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007158 10.0.0.73 - - [2025-12-08 02:43:01] "GET /obj-perms HTTP/1.1" 200 5056 0.091564 10.0.0.73 - - [2025-12-08 02:43:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004202 10.0.0.73 - - [2025-12-08 02:43:01] "GET /global-vrouter-config/8c7ca7c7-4fde-43f4-b512-e9137443a07e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004094 10.0.0.73 - - [2025-12-08 02:43:01] "GET /virtual-networks?parent_id=caae6db1-bdcc-4f5e-b389-2e514faaa421&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004094 10.0.0.73 - - [2025-12-08 02:43:01] "GET /virtual-network/47e42d7c-942b-473f-8e1f-c6e15b516b92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.006492 10.0.0.73 - - [2025-12-08 02:43:01] "POST /neutron/port HTTP/1.1" 200 1083 0.014358 10.0.0.73 - - [2025-12-08 02:43:01] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007881 10.0.0.73 - - [2025-12-08 02:43:02] "POST /neutron/port HTTP/1.1" 200 1083 0.018122 10.0.0.73 - - [2025-12-08 02:43:02] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008166 10.0.0.73 - - [2025-12-08 02:43:06] "POST /neutron/port HTTP/1.1" 200 1083 0.011850 10.0.0.73 - - [2025-12-08 02:43:06] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006578 10.0.0.73 - - [2025-12-08 02:43:07] "POST /neutron/port HTTP/1.1" 200 1083 0.013648 10.0.0.73 - - [2025-12-08 02:43:07] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006967 10.0.0.73 - - [2025-12-08 02:43:07] "POST /neutron/port HTTP/1.1" 200 1083 0.014625 10.0.0.73 - - [2025-12-08 02:43:07] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007764 10.0.0.73 - - [2025-12-08 02:43:07] "GET /virtual-machine/055d9a06-504e-454a-b73c-d7aaff5018e1 HTTP/1.1" 200 1287 0.005701 10.0.0.73 - - [2025-12-08 02:43:07] "GET /virtual-machine-interface/c90e9070-5f64-42bd-b63e-49064fe35c74 HTTP/1.1" 200 2942 0.005226 10.0.0.73 - - [2025-12-08 02:43:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003800 10.0.0.73 - - [2025-12-08 02:43:07] "GET /global-vrouter-config/8c7ca7c7-4fde-43f4-b512-e9137443a07e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003699 10.0.0.73 - - [2025-12-08 02:43:07] "GET /virtual-networks?parent_id=caae6db1-bdcc-4f5e-b389-2e514faaa421&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004328 10.0.0.73 - - [2025-12-08 02:43:07] "GET /virtual-network/47e42d7c-942b-473f-8e1f-c6e15b516b92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.007755 10.0.0.73 - - [2025-12-08 02:43:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003767 10.0.0.73 - - [2025-12-08 02:43:08] "GET /global-vrouter-config/8c7ca7c7-4fde-43f4-b512-e9137443a07e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004578 10.0.0.73 - - [2025-12-08 02:43:08] "GET /virtual-networks?parent_id=caae6db1-bdcc-4f5e-b389-2e514faaa421&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004031 10.0.0.73 - - [2025-12-08 02:43:08] "GET /virtual-network/47e42d7c-942b-473f-8e1f-c6e15b516b92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.006546 10.0.0.73 - - [2025-12-08 02:43:08] "POST /neutron/port HTTP/1.1" 200 1083 0.012866 10.0.0.73 - - [2025-12-08 02:43:08] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007629 10.0.0.73 - - [2025-12-08 02:43:08] "POST /neutron/port HTTP/1.1" 200 1083 0.016411 10.0.0.73 - - [2025-12-08 02:43:08] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008298 10.0.0.73 - - [2025-12-08 02:43:08] "POST /neutron/port HTTP/1.1" 200 1083 0.013861 10.0.0.73 - - [2025-12-08 02:43:09] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006632 10.0.0.73 - - [2025-12-08 02:43:09] "GET /virtual-machine/f3828474-04f7-4b65-811d-83e6f350b579 HTTP/1.1" 200 1292 0.005214 10.0.0.73 - - [2025-12-08 02:43:09] "GET /virtual-machine-interface/2af901e2-385f-4c6c-9ce2-b2f83a8a2f7d HTTP/1.1" 200 2941 0.005463 10.0.0.73 - - [2025-12-08 02:43:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003717 10.0.0.73 - - [2025-12-08 02:43:09] "GET /global-vrouter-config/8c7ca7c7-4fde-43f4-b512-e9137443a07e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004410 10.0.0.73 - - [2025-12-08 02:43:09] "GET /virtual-networks?parent_id=caae6db1-bdcc-4f5e-b389-2e514faaa421&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004077 10.0.0.73 - - [2025-12-08 02:43:09] "GET /virtual-network/47e42d7c-942b-473f-8e1f-c6e15b516b92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.006850 10.0.0.73 - - [2025-12-08 02:43:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003383 10.0.0.73 - - [2025-12-08 02:43:10] "GET /global-vrouter-config/8c7ca7c7-4fde-43f4-b512-e9137443a07e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003353 10.0.0.73 - - [2025-12-08 02:43:10] "GET /virtual-networks?parent_id=caae6db1-bdcc-4f5e-b389-2e514faaa421&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003361 10.0.0.73 - - [2025-12-08 02:43:10] "GET /virtual-network/47e42d7c-942b-473f-8e1f-c6e15b516b92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.007522 10.0.0.73 - - [2025-12-08 02:43:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000520 10.0.0.73 - - [2025-12-08 02:43:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000494 10.0.0.73 - - [2025-12-08 02:43:14] "GET /global-system-configs HTTP/1.1" 401 292 0.000493 10.0.0.73 - - [2025-12-08 02:43:14] "GET /global-system-configs HTTP/1.1" 401 292 0.000469 10.0.0.73 - - [2025-12-08 02:43:27] "POST /neutron/port HTTP/1.1" 200 1109 0.018655 10.0.0.73 - - [2025-12-08 02:43:27] "POST /neutron/port HTTP/1.1" 200 1109 0.015587 10.0.0.73 - - [2025-12-08 02:43:27] "POST /neutron/port HTTP/1.1" 200 151 0.129705 10.0.0.73 - - [2025-12-08 02:43:27] "POST /neutron/port HTTP/1.1" 200 1109 0.018015 10.0.0.73 - - [2025-12-08 02:43:27] "POST /neutron/port HTTP/1.1" 200 1109 0.010275 10.0.0.73 - - [2025-12-08 02:43:27] "POST /neutron/port HTTP/1.1" 200 1083 0.010795 10.0.0.73 - - [2025-12-08 02:43:27] "POST /neutron/port HTTP/1.1" 200 1109 0.017633 10.0.0.73 - - [2025-12-08 02:43:27] "POST /neutron/port HTTP/1.1" 200 151 0.160245 10.0.0.73 - - [2025-12-08 02:43:27] "POST /neutron/network HTTP/1.1" 200 994 0.015405 10.0.0.73 - - [2025-12-08 02:43:27] "POST /neutron/network HTTP/1.1" 400 204 0.038607 10.0.0.73 - - [2025-12-08 02:43:27] "POST /neutron/port HTTP/1.1" 200 151 0.176934 10.0.0.73 - - [2025-12-08 02:43:29] "POST /neutron/network HTTP/1.1" 200 994 0.007413 10.0.0.73 - - [2025-12-08 02:43:29] "POST /useragent-kv HTTP/1.1" 200 115 0.002956 10.0.0.73 - - [2025-12-08 02:43:29] "POST /useragent-kv HTTP/1.1" 200 115 0.002105 10.0.0.73 - - [2025-12-08 02:43:29] "POST /useragent-kv HTTP/1.1" 200 115 0.002047 10.0.0.73 - - [2025-12-08 02:43:29] "POST /useragent-kv HTTP/1.1" 200 115 0.002860 10.0.0.73 - - [2025-12-08 02:43:29] "POST /neutron/network HTTP/1.1" 200 151 0.116365 10.0.0.73 - - [2025-12-08 02:43:29] "GET /routing-instance/c7b1788f-dd5e-4888-a84e-25597c7dec8f HTTP/1.1" 404 171 0.002781 10.0.0.73 - - [2025-12-08 02:43:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.043247 10.0.0.73 - - [2025-12-08 02:43:29] "GET /domains HTTP/1.1" 200 280 0.002452 10.0.0.73 - - [2025-12-08 02:43:29] "GET /domains?obj_uuids=bdb80538-3a76-4907-b398-c529616d0886&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001410 10.0.0.73 - - [2025-12-08 02:43:29] "DELETE /route-target/f7c6e992-4937-4d6a-9695-c3995ab955b5 HTTP/1.1" 200 115 0.017290 10.0.0.73 - - [2025-12-08 02:43:29] "GET /domain/bdb80538-3a76-4907-b398-c529616d0886 HTTP/1.1" 200 2574 0.055984 10.0.0.73 - - [2025-12-08 02:43:29] "GET /projects?obj_uuids=caae6db1-bdcc-4f5e-b389-2e514faaa421&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001266 10.0.0.73 - - [2025-12-08 02:43:29] "GET /project/caae6db1-bdcc-4f5e-b389-2e514faaa421 HTTP/1.1" 200 2096 0.082954 10.0.0.73 - - [2025-12-08 02:43:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003404 10.0.0.73 - - [2025-12-08 02:43:30] "DELETE /network-ipam/79ba4fc2-952f-4f3a-a072-135881efe3f9 HTTP/1.1" 200 115 0.030141 10.0.0.73 - - [2025-12-08 02:43:30] "POST /fqname-to-id HTTP/1.1" 404 211 0.003796 10.0.0.73 - - [2025-12-08 02:43:30] "GET /projects?obj_uuids=caae6db1-bdcc-4f5e-b389-2e514faaa421&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001747 10.0.0.73 - - [2025-12-08 02:43:30] "GET /project/caae6db1-bdcc-4f5e-b389-2e514faaa421?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.039613 10.0.0.73 - - [2025-12-08 02:43:30] "GET /projects?obj_uuids=caae6db1-bdcc-4f5e-b389-2e514faaa421&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001782 10.0.0.73 - - [2025-12-08 02:43:30] "GET /project/caae6db1-bdcc-4f5e-b389-2e514faaa421?fields=virtual_networks HTTP/1.1" 200 1043 0.039263 10.0.0.73 - - [2025-12-08 02:43:30] "GET /projects?obj_uuids=caae6db1-bdcc-4f5e-b389-2e514faaa421&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001161 10.0.0.73 - - [2025-12-08 02:43:30] "GET /project/caae6db1-bdcc-4f5e-b389-2e514faaa421?fields=virtual_machine_interfaces HTTP/1.1" 200 1043 0.044972 10.0.0.73 - - [2025-12-08 02:43:30] "GET /projects?obj_uuids=caae6db1-bdcc-4f5e-b389-2e514faaa421&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001264 10.0.0.73 - - [2025-12-08 02:43:30] "GET /project/caae6db1-bdcc-4f5e-b389-2e514faaa421?fields=security_groups HTTP/1.1" 200 1269 0.050003 10.0.0.73 - - [2025-12-08 02:43:32] "POST /neutron/port HTTP/1.1" 200 117 0.005778 10.0.0.73 - - [2025-12-08 02:43:32] "POST /neutron/port HTTP/1.1" 400 205 0.004066 10.0.0.73 - - [2025-12-08 02:43:32] "POST /neutron/port HTTP/1.1" 200 117 0.005439 10.0.0.73 - - [2025-12-08 02:43:32] "POST /neutron/port HTTP/1.1" 400 205 0.005388 10.0.0.73 - - [2025-12-08 02:43:39] "GET / HTTP/1.1" 200 35931 0.002980 10.0.0.73 - - [2025-12-08 02:43:39] "POST /fqname-to-id HTTP/1.1" 401 292 0.000647 10.0.0.73 - - [2025-12-08 02:43:40] "POST /fqname-to-id HTTP/1.1" 404 183 0.061304 10.0.0.73 - - [2025-12-08 02:43:40] "GET /projects?obj_uuids=c5a69ae3-6e77-4f7d-8b21-41e1f08c1a32&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004215 10.0.0.73 - - [2025-12-08 02:43:40] "GET /domains?obj_uuids=bdb80538-3a76-4907-b398-c529616d0886&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002170 10.0.0.73 - - [2025-12-08 02:43:40] "GET /domain/bdb80538-3a76-4907-b398-c529616d0886?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.010956 10.0.0.73 - - [2025-12-08 02:43:40] "POST /id-to-fqname HTTP/1.1" 200 185 0.001817 10.0.0.73 - - [2025-12-08 02:43:40] "POST /fqname-to-id HTTP/1.1" 404 194 0.002696 10.0.0.73 - - [2025-12-08 02:43:40] "POST /security-groups HTTP/1.1" 200 586 0.068252 10.0.0.73 - - [2025-12-08 02:43:40] "POST /fqname-to-id HTTP/1.1" 404 229 0.003178 10.0.0.73 - - [2025-12-08 02:43:40] "POST /projects HTTP/1.1" 200 575 0.239984 10.0.0.73 - - [2025-12-08 02:43:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.276868 10.0.0.73 - - [2025-12-08 02:43:40] "POST /access-control-lists HTTP/1.1" 200 591 0.062057 10.0.0.73 - - [2025-12-08 02:43:40] "GET /project/c5a69ae3-6e77-4f7d-8b21-41e1f08c1a32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.436502 10.0.0.73 - - [2025-12-08 02:43:40] "POST /fqname-to-id HTTP/1.1" 404 228 0.003054 10.0.0.73 - - [2025-12-08 02:43:40] "POST /access-control-lists HTTP/1.1" 200 589 0.060594 10.0.0.73 - - [2025-12-08 02:43:42] "GET / HTTP/1.1" 200 35931 0.002388 10.0.0.73 - - [2025-12-08 02:43:44] "POST /fqname-to-id HTTP/1.1" 401 292 0.002247 10.0.0.73 - - [2025-12-08 02:43:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.038292 10.0.0.73 - - [2025-12-08 02:43:44] "GET /api-access-list/0ef50e39-aa5f-4f2e-8fea-5b56d380fdd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.006110 10.0.0.73 - - [2025-12-08 02:43:45] "GET /api-access-list/0ef50e39-aa5f-4f2e-8fea-5b56d380fdd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.004210 10.0.0.73 - - [2025-12-08 02:43:45] "GET /api-access-list/0ef50e39-aa5f-4f2e-8fea-5b56d380fdd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.004533 10.0.0.73 - - [2025-12-08 02:43:45] "PUT /api-access-list/0ef50e39-aa5f-4f2e-8fea-5b56d380fdd1 HTTP/1.1" 200 264 0.013058 10.0.0.73 - - [2025-12-08 02:43:45] "GET /aaa-mode HTTP/1.1" 401 292 0.000582 10.0.0.73 - - [2025-12-08 02:43:45] "GET /aaa-mode HTTP/1.1" 200 128 0.032422 10.0.0.73 - - [2025-12-08 02:43:46] "POST /fqname-to-id HTTP/1.1" 404 183 0.027382 10.0.0.73 - - [2025-12-08 02:43:46] "GET /projects?obj_uuids=b2e2956d-b2e3-4e84-8eff-a7c1969c7e6d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.006871 10.0.0.73 - - [2025-12-08 02:43:46] "GET /domains?obj_uuids=bdb80538-3a76-4907-b398-c529616d0886&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001073 10.0.0.73 - - [2025-12-08 02:43:46] "GET /domain/bdb80538-3a76-4907-b398-c529616d0886?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007200 10.0.0.73 - - [2025-12-08 02:43:46] "POST /id-to-fqname HTTP/1.1" 200 185 0.001808 10.0.0.73 - - [2025-12-08 02:43:46] "POST /fqname-to-id HTTP/1.1" 404 194 0.006872 10.0.0.73 - - [2025-12-08 02:43:46] "POST /security-groups HTTP/1.1" 200 586 0.063662 10.0.0.73 - - [2025-12-08 02:43:46] "POST /fqname-to-id HTTP/1.1" 404 229 0.004662 10.0.0.73 - - [2025-12-08 02:43:46] "POST /projects HTTP/1.1" 200 575 0.234412 10.0.0.73 - - [2025-12-08 02:43:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.311328 10.0.0.73 - - [2025-12-08 02:43:46] "POST /access-control-lists HTTP/1.1" 200 591 0.071266 10.0.0.73 - - [2025-12-08 02:43:46] "POST /fqname-to-id HTTP/1.1" 404 228 0.006602 10.0.0.73 - - [2025-12-08 02:43:46] "GET /project/b2e2956d-b2e3-4e84-8eff-a7c1969c7e6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.487783 10.0.0.73 - - [2025-12-08 02:43:46] "POST /access-control-lists HTTP/1.1" 200 589 0.064442 10.0.0.73 - - [2025-12-08 02:43:47] "POST /fqname-to-id HTTP/1.1" 404 183 0.035728 10.0.0.73 - - [2025-12-08 02:43:47] "GET /projects?obj_uuids=952bc6cd-c1a3-40de-a596-c9eaac985420&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003265 10.0.0.73 - - [2025-12-08 02:43:47] "GET /domains?obj_uuids=bdb80538-3a76-4907-b398-c529616d0886&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001351 10.0.0.73 - - [2025-12-08 02:43:47] "GET /domain/bdb80538-3a76-4907-b398-c529616d0886?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007861 10.0.0.73 - - [2025-12-08 02:43:47] "POST /id-to-fqname HTTP/1.1" 200 185 0.003050 10.0.0.73 - - [2025-12-08 02:43:47] "POST /fqname-to-id HTTP/1.1" 404 194 0.003957 10.0.0.73 - - [2025-12-08 02:43:47] "POST /security-groups HTTP/1.1" 200 586 0.068508 10.0.0.73 - - [2025-12-08 02:43:47] "POST /fqname-to-id HTTP/1.1" 404 229 0.003926 10.0.0.73 - - [2025-12-08 02:43:47] "POST /projects HTTP/1.1" 200 575 0.238781 10.0.0.73 - - [2025-12-08 02:43:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.315364 10.0.0.73 - - [2025-12-08 02:43:47] "POST /access-control-lists HTTP/1.1" 200 591 0.066167 10.0.0.73 - - [2025-12-08 02:43:47] "POST /fqname-to-id HTTP/1.1" 404 228 0.002932 10.0.0.73 - - [2025-12-08 02:43:47] "GET /project/952bc6cd-c1a3-40de-a596-c9eaac985420?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.458053 10.0.0.73 - - [2025-12-08 02:43:47] "POST /access-control-lists HTTP/1.1" 200 589 0.073370 10.0.0.73 - - [2025-12-08 02:43:48] "GET / HTTP/1.1" 200 35931 0.002581 10.0.0.73 - - [2025-12-08 02:43:49] "GET / HTTP/1.1" 200 35931 0.002747 10.0.0.73 - - [2025-12-08 02:43:50] "POST /fqname-to-id HTTP/1.1" 404 183 0.003171 10.0.0.73 - - [2025-12-08 02:43:50] "POST /api-access-lists HTTP/1.1" 200 521 0.016462 10.0.0.73 - - [2025-12-08 02:43:50] "GET /api-access-list/013e11e4-75f8-4604-afdc-62f0db79dc46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1263 0.005167 10.0.0.73 - - [2025-12-08 02:43:50] "GET /api-access-list/013e11e4-75f8-4604-afdc-62f0db79dc46 HTTP/1.1" 401 292 0.000643 10.0.0.73 - - [2025-12-08 02:43:50] "GET /api-access-list/013e11e4-75f8-4604-afdc-62f0db79dc46 HTTP/1.1" 200 1263 0.076448 10.0.0.73 - - [2025-12-08 02:43:50] "POST /fqname-to-id HTTP/1.1" 401 292 0.000596 10.0.0.73 - - [2025-12-08 02:43:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.085807 10.0.0.73 - - [2025-12-08 02:43:51] "GET /projects?obj_uuids=b2e2956d-b2e3-4e84-8eff-a7c1969c7e6d&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001342 10.0.0.73 - - [2025-12-08 02:43:51] "GET /project/b2e2956d-b2e3-4e84-8eff-a7c1969c7e6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.046875 10.0.0.73 - - [2025-12-08 02:43:51] "GET /virtual-networks?parent_id=b2e2956d-b2e3-4e84-8eff-a7c1969c7e6d&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.014980 10.0.0.73 - - [2025-12-08 02:43:51] "POST /virtual-networks HTTP/1.1" 200 568 0.070357 10.0.0.73 - - [2025-12-08 02:43:51] "POST /route-targets HTTP/1.1" 200 327 0.012230 10.0.0.73 - - [2025-12-08 02:43:51] "POST /ref-update HTTP/1.1" 200 156 0.015567 10.0.0.73 - - [2025-12-08 02:43:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.029334 10.0.0.73 - - [2025-12-08 02:43:51] "GET /network-ipam/6b47d360-2f65-4977-9704-d2d83e90f378?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.013107 10.0.0.73 - - [2025-12-08 02:43:51] "POST /useragent-kv HTTP/1.1" 200 115 0.005169 10.0.0.73 - - [2025-12-08 02:43:51] "POST /ref-update HTTP/1.1" 200 156 0.063257 10.0.0.73 - - [2025-12-08 02:43:51] "POST /neutron/network HTTP/1.1" 200 833 0.061244 10.0.0.73 - - [2025-12-08 02:43:51] "POST /neutron/network HTTP/1.1" 200 833 0.025997 10.0.0.73 - - [2025-12-08 02:43:51] "GET /virtual-network/788ca82c-f1f9-47de-8143-ee979fadc447?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1982 0.018059 10.0.0.73 - - [2025-12-08 02:43:51] "POST /neutron/network HTTP/1.1" 200 833 0.021168 10.0.0.73 - - [2025-12-08 02:43:51] "POST /neutron/subnet HTTP/1.1" 200 680 0.030866 10.0.0.73 - - [2025-12-08 02:43:51] "GET /virtual-network/788ca82c-f1f9-47de-8143-ee979fadc447 HTTP/1.1" 401 292 0.000546 10.0.0.73 - - [2025-12-08 02:43:52] "GET /virtual-network/788ca82c-f1f9-47de-8143-ee979fadc447 HTTP/1.1" 200 2267 0.069705 10.0.0.73 - - [2025-12-08 02:43:52] "GET /virtual-network/788ca82c-f1f9-47de-8143-ee979fadc447 HTTP/1.1" 401 292 0.000579 10.0.0.73 - - [2025-12-08 02:43:52] "DELETE /project/b2e2956db2e34e848effa7c1969c7e6d HTTP/1.1" 404 173 0.006972 10.0.0.73 - - [2025-12-08 02:43:52] "DELETE /project/c5a69ae36e774f7d8b2141e1f08c1a32 HTTP/1.1" 404 173 0.004599 10.0.0.73 - - [2025-12-08 02:43:52] "DELETE /project/952bc6cdc1a340dea596c9eaac985420 HTTP/1.1" 404 173 0.006531 10.0.0.73 - - [2025-12-08 02:43:52] "GET /projects?obj_uuids=caae6db1-bdcc-4f5e-b389-2e514faaa421&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001043 10.0.0.73 - - [2025-12-08 02:43:52] "GET /project/caae6db1-bdcc-4f5e-b389-2e514faaa421?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.030927 10.0.0.73 - - [2025-12-08 02:43:52] "GET /projects?obj_uuids=caae6db1-bdcc-4f5e-b389-2e514faaa421&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001320 10.0.0.73 - - [2025-12-08 02:43:52] "GET /project/caae6db1-bdcc-4f5e-b389-2e514faaa421?fields=security_groups HTTP/1.1" 200 1374 0.073819 10.0.0.73 - - [2025-12-08 02:43:52] "DELETE /security-group/1a33bfea-3175-452f-96a4-dd9e6258241b HTTP/1.1" 200 115 0.044487 10.0.0.73 - - [2025-12-08 02:43:52] "GET /projects?obj_uuids=caae6db1-bdcc-4f5e-b389-2e514faaa421&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001312 10.0.0.73 - - [2025-12-08 02:43:52] "DELETE /access-control-list/89d57f9f-2e91-48ff-83c0-32f0707a56a5 HTTP/1.1" 200 115 0.039265 10.0.0.73 - - [2025-12-08 02:43:52] "GET /project/caae6db1-bdcc-4f5e-b389-2e514faaa421?fields=application_policy_sets HTTP/1.1" 200 1413 0.046396 10.0.0.73 - - [2025-12-08 02:43:52] "DELETE /access-control-list/ae61091d-82ef-4e58-ad5d-06e6e74552b7 HTTP/1.1" 200 115 0.042841 10.0.0.73 - - [2025-12-08 02:43:52] "DELETE /project/caae6db1-bdcc-4f5e-b389-2e514faaa421 HTTP/1.1" 200 115 0.365055 10.0.0.73 - - [2025-12-08 02:43:52] "GET /virtual-network/788ca82c-f1f9-47de-8143-ee979fadc447 HTTP/1.1" 200 2007 0.066396 10.0.0.73 - - [2025-12-08 02:43:53] "GET /obj-perms HTTP/1.1" 200 4915 0.084667 10.0.0.73 - - [2025-12-08 02:43:53] "POST /fqname-to-id HTTP/1.1" 401 292 0.000545 10.0.0.73 - - [2025-12-08 02:43:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.041559 10.0.0.73 - - [2025-12-08 02:43:53] "GET /virtual-network/788ca82c-f1f9-47de-8143-ee979fadc447?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1982 0.016385 10.0.0.73 - - [2025-12-08 02:43:53] "GET /obj-perms HTTP/1.1" 200 4915 0.013322 10.0.0.73 - - [2025-12-08 02:43:53] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 361 0.020511 10.0.0.73 - - [2025-12-08 02:43:54] "GET /obj-perms HTTP/1.1" 200 4915 0.082112 10.0.0.73 - - [2025-12-08 02:43:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003445 10.0.0.73 - - [2025-12-08 02:43:54] "GET /virtual-network/788ca82c-f1f9-47de-8143-ee979fadc447?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1982 0.020148 10.0.0.73 - - [2025-12-08 02:43:54] "GET /obj-perms HTTP/1.1" 200 4915 0.011747 10.0.0.73 - - [2025-12-08 02:43:54] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 361 0.020869 10.0.0.73 - - [2025-12-08 02:43:54] "POST /id-to-fqname HTTP/1.1" 401 292 0.000530 10.0.0.73 - - [2025-12-08 02:43:54] "POST /id-to-fqname HTTP/1.1" 200 230 0.044785 10.0.0.73 - - [2025-12-08 02:43:55] "POST /neutron/network HTTP/1.1" 200 843 0.049371 10.0.0.73 - - [2025-12-08 02:43:55] "GET /aaa-mode HTTP/1.1" 401 292 0.000532 10.0.0.73 - - [2025-12-08 02:43:55] "GET / HTTP/1.1" 200 35931 0.002105 10.0.0.73 - - [2025-12-08 02:43:55] "GET /project/952bc6cd-c1a3-40de-a596-c9eaac985420?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000459 10.0.0.73 - - [2025-12-08 02:43:56] "GET /projects?obj_uuids=952bc6cd-c1a3-40de-a596-c9eaac985420&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001255 10.0.0.73 - - [2025-12-08 02:43:56] "GET /project/952bc6cd-c1a3-40de-a596-c9eaac985420?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.058463 10.0.0.73 - - [2025-12-08 02:43:56] "POST /neutron/network HTTP/1.1" 200 833 0.006398 10.0.0.73 - - [2025-12-08 02:43:56] "POST /neutron/port HTTP/1.1" 200 117 0.042168 10.0.0.73 - - [2025-12-08 02:43:56] "POST /neutron/port HTTP/1.1" 200 117 0.008016 10.0.0.73 - - [2025-12-08 02:43:56] "POST /neutron/port HTTP/1.1" 200 117 0.007438 10.0.0.73 - - [2025-12-08 02:43:57] "POST /neutron/network HTTP/1.1" 200 843 0.023284 10.0.0.73 - - [2025-12-08 02:43:57] "POST /neutron/network HTTP/1.1" 200 833 0.023814 10.0.0.73 - - [2025-12-08 02:43:57] "GET /projects?obj_uuids=952bc6cd-c1a3-40de-a596-c9eaac985420&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001626 10.0.0.73 - - [2025-12-08 02:43:57] "POST /neutron/port HTTP/1.1" 200 1056 0.379644 10.0.0.73 - - [2025-12-08 02:43:57] "POST /neutron/port HTTP/1.1" 200 1056 0.011878 10.0.0.73 - - [2025-12-08 02:43:57] "POST /neutron/port HTTP/1.1" 200 1056 0.010442 10.0.0.73 - - [2025-12-08 02:43:57] "POST /neutron/port HTTP/1.1" 200 1110 0.062903 10.0.0.73 - - [2025-12-08 02:43:57] "POST /neutron/port HTTP/1.1" 200 1084 0.012598 10.0.0.73 - - [2025-12-08 02:43:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004832 10.0.0.73 - - [2025-12-08 02:43:57] "POST /neutron/subnet HTTP/1.1" 200 654 0.009202 10.0.0.73 - - [2025-12-08 02:43:57] "POST /neutron/port HTTP/1.1" 200 117 0.001384 10.0.0.73 - - [2025-12-08 02:43:57] "POST /neutron/network HTTP/1.1" 200 833 0.006290 10.0.0.73 - - [2025-12-08 02:44:01] "GET /obj-perms HTTP/1.1" 200 5056 0.071013 10.0.0.73 - - [2025-12-08 02:44:01] "POST /neutron/port HTTP/1.1" 200 1084 0.015286 10.0.0.73 - - [2025-12-08 02:44:01] "POST /neutron/security_group HTTP/1.1" 200 2053 0.010494 10.0.0.73 - - [2025-12-08 02:44:01] "POST /neutron/port HTTP/1.1" 200 1084 0.014635 10.0.0.73 - - [2025-12-08 02:44:01] "POST /neutron/security_group HTTP/1.1" 200 2053 0.008118 10.0.0.73 - - [2025-12-08 02:44:01] "POST /neutron/port HTTP/1.1" 200 1084 0.025723 10.0.0.73 - - [2025-12-08 02:44:02] "POST /neutron/security_group HTTP/1.1" 200 2053 0.007580 10.0.0.73 - - [2025-12-08 02:44:02] "GET /obj-perms HTTP/1.1" 200 5056 0.069694 10.0.0.73 - - [2025-12-08 02:44:02] "POST /neutron/port HTTP/1.1" 200 1084 0.018839 10.0.0.73 - - [2025-12-08 02:44:02] "POST /neutron/security_group HTTP/1.1" 200 2053 0.007997 10.0.0.73 - - [2025-12-08 02:44:02] "GET /virtual-machine/a77e747b-2269-4a66-8184-5e8ef7547d16 HTTP/1.1" 200 1287 0.014529 10.0.0.73 - - [2025-12-08 02:44:02] "GET /virtual-machine/a77e747b-2269-4a66-8184-5e8ef7547d16 HTTP/1.1" 200 1287 0.014769 10.0.0.73 - - [2025-12-08 02:44:02] "GET /virtual-machine-interface/551e677f-9200-4895-b10c-ee54005a1317 HTTP/1.1" 200 2530 0.022713 10.0.0.73 - - [2025-12-08 02:44:02] "GET /virtual-machine/a77e747b-2269-4a66-8184-5e8ef7547d16 HTTP/1.1" 200 1287 0.013258 10.0.0.73 - - [2025-12-08 02:44:02] "GET /virtual-machine-interface/551e677f-9200-4895-b10c-ee54005a1317 HTTP/1.1" 200 2530 0.017519 10.0.0.73 - - [2025-12-08 02:44:02] "GET /instance-ip/fc2cfbee-4517-4354-a8f4-76ca1948d2fa HTTP/1.1" 200 1627 0.019713 10.0.0.73 - - [2025-12-08 02:44:02] "GET /virtual-machine/a77e747b-2269-4a66-8184-5e8ef7547d16 HTTP/1.1" 200 1287 0.014096 10.0.0.73 - - [2025-12-08 02:44:02] "GET /virtual-machine-interface/551e677f-9200-4895-b10c-ee54005a1317 HTTP/1.1" 200 2530 0.019578 10.0.0.73 - - [2025-12-08 02:44:02] "GET /instance-ip/fc2cfbee-4517-4354-a8f4-76ca1948d2fa HTTP/1.1" 200 1627 0.014537 10.0.0.73 - - [2025-12-08 02:44:02] "POST /fqname-to-id HTTP/1.1" 403 339 0.012516 10.0.0.73 - - [2025-12-08 02:44:02] "GET / HTTP/1.1" 200 35931 0.003180 10.0.0.73 - - [2025-12-08 02:44:02] "POST /fqname-to-id HTTP/1.1" 401 292 0.000550 10.0.0.73 - - [2025-12-08 02:44:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.038888 10.0.0.73 - - [2025-12-08 02:44:03] "GET /global-vrouter-config/8c7ca7c7-4fde-43f4-b512-e9137443a07e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004911 10.0.0.73 - - [2025-12-08 02:44:03] "GET /virtual-networks?parent_id=952bc6cd-c1a3-40de-a596-c9eaac985420&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.011039 10.0.0.73 - - [2025-12-08 02:44:03] "POST /fqname-to-id HTTP/1.1" 403 339 0.011629 10.0.0.73 - - [2025-12-08 02:44:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003717 10.0.0.73 - - [2025-12-08 02:44:03] "GET /global-vrouter-config/8c7ca7c7-4fde-43f4-b512-e9137443a07e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003729 10.0.0.73 - - [2025-12-08 02:44:03] "GET /virtual-networks?parent_id=952bc6cd-c1a3-40de-a596-c9eaac985420&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.012287 10.0.0.73 - - [2025-12-08 02:44:03] "POST /fqname-to-id HTTP/1.1" 403 339 0.011796 10.0.0.73 - - [2025-12-08 02:44:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003309 10.0.0.73 - - [2025-12-08 02:44:03] "GET /global-vrouter-config/8c7ca7c7-4fde-43f4-b512-e9137443a07e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003716 10.0.0.73 - - [2025-12-08 02:44:03] "GET /virtual-networks?parent_id=952bc6cd-c1a3-40de-a596-c9eaac985420&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.014102 10.0.0.73 - - [2025-12-08 02:44:03] "POST /fqname-to-id HTTP/1.1" 403 339 0.015444 10.0.0.73 - - [2025-12-08 02:44:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003286 10.0.0.73 - - [2025-12-08 02:44:03] "GET /global-vrouter-config/8c7ca7c7-4fde-43f4-b512-e9137443a07e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006241 10.0.0.73 - - [2025-12-08 02:44:03] "GET /virtual-networks?parent_id=952bc6cd-c1a3-40de-a596-c9eaac985420&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.013632 10.0.0.73 - - [2025-12-08 02:44:03] "POST /fqname-to-id HTTP/1.1" 403 339 0.030755 10.0.0.73 - - [2025-12-08 02:44:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004199 10.0.0.73 - - [2025-12-08 02:44:03] "GET /global-vrouter-config/8c7ca7c7-4fde-43f4-b512-e9137443a07e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004946 10.0.0.73 - - [2025-12-08 02:44:03] "GET /virtual-networks?parent_id=952bc6cd-c1a3-40de-a596-c9eaac985420&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.019381 10.0.0.73 - - [2025-12-08 02:44:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.013297 10.0.0.73 - - [2025-12-08 02:44:06] "GET /virtual-network/788ca82c-f1f9-47de-8143-ee979fadc447?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1982 0.013938 10.0.0.73 - - [2025-12-08 02:44:08] "POST /neutron/port HTTP/1.1" 200 1084 0.014448 10.0.0.73 - - [2025-12-08 02:44:08] "POST /neutron/security_group HTTP/1.1" 200 2053 0.006787 10.0.0.73 - - [2025-12-08 02:44:08] "POST /fqname-to-id HTTP/1.1" 403 339 0.013135 10.0.0.73 - - [2025-12-08 02:44:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003378 10.0.0.73 - - [2025-12-08 02:44:09] "GET /global-vrouter-config/8c7ca7c7-4fde-43f4-b512-e9137443a07e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003113 10.0.0.73 - - [2025-12-08 02:44:09] "GET /virtual-networks?parent_id=952bc6cd-c1a3-40de-a596-c9eaac985420&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.011728 10.0.0.73 - - [2025-12-08 02:44:09] "POST /fqname-to-id HTTP/1.1" 403 339 0.013766 10.0.0.73 - - [2025-12-08 02:44:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002414 10.0.0.73 - - [2025-12-08 02:44:09] "GET /global-vrouter-config/8c7ca7c7-4fde-43f4-b512-e9137443a07e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005405 10.0.0.73 - - [2025-12-08 02:44:09] "GET /virtual-networks?parent_id=952bc6cd-c1a3-40de-a596-c9eaac985420&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.012342 10.0.0.73 - - [2025-12-08 02:44:09] "POST /fqname-to-id HTTP/1.1" 403 361 0.011257 10.0.0.73 - - [2025-12-08 02:44:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003658 10.0.0.73 - - [2025-12-08 02:44:09] "GET /routing-instance/7b7eb569-85fc-47a7-80cd-6c677e450947?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1529 0.004239 10.0.0.73 - - [2025-12-08 02:44:09] "GET /route-target/2370e6ff-b7a3-4998-85c8-f0cd1229beba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.012767 10.0.0.73 - - [2025-12-08 02:44:09] "GET /route-target/2370e6ff-b7a3-4998-85c8-f0cd1229beba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.003641 10.0.0.73 - - [2025-12-08 02:44:09] "POST /fqname-to-id HTTP/1.1" 403 339 0.016922 10.0.0.73 - - [2025-12-08 02:44:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003406 10.0.0.73 - - [2025-12-08 02:44:09] "GET /global-vrouter-config/8c7ca7c7-4fde-43f4-b512-e9137443a07e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005441 10.0.0.73 - - [2025-12-08 02:44:09] "GET /virtual-networks?parent_id=952bc6cd-c1a3-40de-a596-c9eaac985420&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.012759 10.0.0.73 - - [2025-12-08 02:44:09] "POST /fqname-to-id HTTP/1.1" 403 361 0.014322 10.0.0.73 - - [2025-12-08 02:44:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003442 10.0.0.73 - - [2025-12-08 02:44:09] "GET /routing-instance/7b7eb569-85fc-47a7-80cd-6c677e450947?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1529 0.003867 10.0.0.73 - - [2025-12-08 02:44:09] "GET /route-target/2370e6ff-b7a3-4998-85c8-f0cd1229beba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.013027 10.0.0.73 - - [2025-12-08 02:44:09] "GET /route-target/2370e6ff-b7a3-4998-85c8-f0cd1229beba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.003617 10.0.0.73 - - [2025-12-08 02:44:09] "GET /obj-perms HTTP/1.1" 200 4915 0.013693 10.0.0.73 - - [2025-12-08 02:44:09] "GET /virtual-machine/a77e747b-2269-4a66-8184-5e8ef7547d16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.013338 10.0.0.73 - - [2025-12-08 02:44:09] "GET /obj-perms HTTP/1.1" 200 4915 0.013609 10.0.0.73 - - [2025-12-08 02:44:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003534 10.0.0.73 - - [2025-12-08 02:44:09] "GET /virtual-machine-interface/551e677f-9200-4895-b10c-ee54005a1317?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2309 0.018480 10.0.0.73 - - [2025-12-08 02:44:10] "GET /obj-perms HTTP/1.1" 200 4915 0.014802 10.0.0.73 - - [2025-12-08 02:44:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003471 10.0.0.73 - - [2025-12-08 02:44:10] "GET /virtual-machine-interface/551e677f-9200-4895-b10c-ee54005a1317?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2309 0.018958 10.0.0.73 - - [2025-12-08 02:44:10] "GET /obj-perms HTTP/1.1" 200 4915 0.013095 10.0.0.73 - - [2025-12-08 02:44:10] "GET /virtual-machine/a77e747b-2269-4a66-8184-5e8ef7547d16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.021923 10.0.0.73 - - [2025-12-08 02:44:10] "GET /obj-perms HTTP/1.1" 200 4915 0.012428 10.0.0.73 - - [2025-12-08 02:44:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003625 10.0.0.73 - - [2025-12-08 02:44:10] "GET /virtual-machine-interface/551e677f-9200-4895-b10c-ee54005a1317?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2309 0.015703 10.0.0.73 - - [2025-12-08 02:44:10] "GET /obj-perms HTTP/1.1" 200 4915 0.011699 10.0.0.73 - - [2025-12-08 02:44:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003633 10.0.0.73 - - [2025-12-08 02:44:10] "GET /virtual-network/788ca82c-f1f9-47de-8143-ee979fadc447?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1982 0.016376 10.0.0.73 - - [2025-12-08 02:44:10] "GET /obj-perms HTTP/1.1" 200 4915 0.013410 10.0.0.73 - - [2025-12-08 02:44:10] "GET /virtual-machine/a77e747b-2269-4a66-8184-5e8ef7547d16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.015429 10.0.0.73 - - [2025-12-08 02:44:10] "GET /obj-perms HTTP/1.1" 200 4915 0.012716 10.0.0.73 - - [2025-12-08 02:44:10] "GET /obj-perms HTTP/1.1" 200 4915 0.012821 10.0.0.73 - - [2025-12-08 02:44:11] "GET /obj-perms HTTP/1.1" 200 4915 0.087595 10.0.0.73 - - [2025-12-08 02:44:11] "GET /obj-perms HTTP/1.1" 200 4915 0.013758 10.0.0.73 - - [2025-12-08 02:44:11] "GET /obj-perms HTTP/1.1" 200 5020 0.067333 10.0.0.73 - - [2025-12-08 02:44:11] "GET /obj-perms HTTP/1.1" 200 5020 0.004567 10.0.0.73 - - [2025-12-08 02:44:12] "GET /obj-perms HTTP/1.1" 200 4915 0.010322 10.0.0.73 - - [2025-12-08 02:44:12] "GET /obj-perms HTTP/1.1" 200 4915 0.012765 10.0.0.73 - - [2025-12-08 02:44:12] "GET /obj-perms HTTP/1.1" 200 4915 0.089745 10.0.0.73 - - [2025-12-08 02:44:12] "GET /obj-perms HTTP/1.1" 200 4915 0.010006 10.0.0.73 - - [2025-12-08 02:44:12] "GET /obj-perms HTTP/1.1" 200 5020 0.004118 10.0.0.73 - - [2025-12-08 02:44:12] "GET /obj-perms HTTP/1.1" 200 5020 0.004109 10.0.0.73 - - [2025-12-08 02:44:12] "GET /obj-perms HTTP/1.1" 200 4915 0.012291 10.0.0.73 - - [2025-12-08 02:44:12] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 320 0.012400 10.0.0.73 - - [2025-12-08 02:44:13] "GET /virtual-machine/a77e747b-2269-4a66-8184-5e8ef7547d16 HTTP/1.1" 200 1287 0.029753 10.0.0.73 - - [2025-12-08 02:44:13] "POST /neutron/port HTTP/1.1" 200 1084 0.012989 10.0.0.73 - - [2025-12-08 02:44:13] "POST /neutron/port HTTP/1.1" 200 1110 0.009401 10.0.0.73 - - [2025-12-08 02:44:13] "POST /neutron/port HTTP/1.1" 200 151 0.095470 10.0.0.73 - - [2025-12-08 02:44:15] "GET /virtual-machine/a77e747b-2269-4a66-8184-5e8ef7547d16 HTTP/1.1" 404 171 0.012728 10.0.0.73 - - [2025-12-08 02:44:15] "GET /virtual-machine/a77e747b-2269-4a66-8184-5e8ef7547d16 HTTP/1.1" 404 171 0.010402 10.0.0.73 - - [2025-12-08 02:44:15] "GET /virtual-machine/a77e747b-2269-4a66-8184-5e8ef7547d16 HTTP/1.1" 404 171 0.010113 10.0.0.73 - - [2025-12-08 02:44:15] "POST /fqname-to-id HTTP/1.1" 403 339 0.010837 10.0.0.73 - - [2025-12-08 02:44:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002462 10.0.0.73 - - [2025-12-08 02:44:15] "GET /global-vrouter-config/8c7ca7c7-4fde-43f4-b512-e9137443a07e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003261 10.0.0.73 - - [2025-12-08 02:44:15] "GET /virtual-networks?parent_id=952bc6cd-c1a3-40de-a596-c9eaac985420&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.012642 10.0.0.73 - - [2025-12-08 02:44:15] "POST /fqname-to-id HTTP/1.1" 403 361 0.011411 10.0.0.73 - - [2025-12-08 02:44:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003430 10.0.0.73 - - [2025-12-08 02:44:15] "GET /routing-instance/7b7eb569-85fc-47a7-80cd-6c677e450947?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1529 0.003371 10.0.0.73 - - [2025-12-08 02:44:15] "GET /route-target/2370e6ff-b7a3-4998-85c8-f0cd1229beba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.010430 10.0.0.73 - - [2025-12-08 02:44:15] "GET /route-target/2370e6ff-b7a3-4998-85c8-f0cd1229beba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.003116 10.0.0.73 - - [2025-12-08 02:44:15] "GET /obj-perms HTTP/1.1" 200 4915 0.010565 10.0.0.73 - - [2025-12-08 02:44:15] "GET /obj-perms HTTP/1.1" 200 4915 0.010055 10.0.0.73 - - [2025-12-08 02:44:15] "GET /obj-perms HTTP/1.1" 200 4915 0.071760 10.0.0.73 - - [2025-12-08 02:44:15] "GET /obj-perms HTTP/1.1" 200 4915 0.012245 10.0.0.73 - - [2025-12-08 02:44:16] "GET /obj-perms HTTP/1.1" 200 5020 0.003591 10.0.0.73 - - [2025-12-08 02:44:19] "GET /obj-perms HTTP/1.1" 200 5020 0.003729 10.0.0.73 - - [2025-12-08 02:44:22] "GET /obj-perms HTTP/1.1" 200 5020 0.003747 10.0.0.73 - - [2025-12-08 02:44:25] "GET /obj-perms HTTP/1.1" 200 5020 0.003661 10.0.0.73 - - [2025-12-08 02:44:28] "GET /obj-perms HTTP/1.1" 200 5020 0.003992 10.0.0.73 - - [2025-12-08 02:44:31] "GET /obj-perms HTTP/1.1" 200 5020 0.003604 10.0.0.73 - - [2025-12-08 02:44:34] "GET /obj-perms HTTP/1.1" 200 5020 0.004609 10.0.0.73 - - [2025-12-08 02:44:37] "GET /obj-perms HTTP/1.1" 200 5020 0.004576 10.0.0.73 - - [2025-12-08 02:44:40] "GET /obj-perms HTTP/1.1" 200 5020 0.003959 10.0.0.73 - - [2025-12-08 02:44:43] "GET /obj-perms HTTP/1.1" 200 5020 0.004290 10.0.0.73 - - [2025-12-08 02:44:46] "GET /obj-perms HTTP/1.1" 200 5020 0.004443 10.0.0.73 - - [2025-12-08 02:44:49] "GET /obj-perms HTTP/1.1" 200 5020 0.003847 10.0.0.73 - - [2025-12-08 02:44:52] "GET /obj-perms HTTP/1.1" 200 5020 0.003855 10.0.0.73 - - [2025-12-08 02:44:55] "GET /obj-perms HTTP/1.1" 200 5020 0.004183 10.0.0.73 - - [2025-12-08 02:44:58] "GET /obj-perms HTTP/1.1" 200 5020 0.004917 10.0.0.73 - - [2025-12-08 02:45:01] "GET /obj-perms HTTP/1.1" 200 5020 0.004325 10.0.0.73 - - [2025-12-08 02:45:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003278 10.0.0.73 - - [2025-12-08 02:45:01] "DELETE /route-target/2370e6ff-b7a3-4998-85c8-f0cd1229beba HTTP/1.1" 200 115 0.017791 10.0.0.73 - - [2025-12-08 02:45:01] "POST /useragent-kv HTTP/1.1" 200 115 0.054574 10.0.0.73 - - [2025-12-08 02:45:01] "POST /useragent-kv HTTP/1.1" 200 115 0.002789 10.0.0.73 - - [2025-12-08 02:45:01] "DELETE /virtual-network/788ca82c-f1f9-47de-8143-ee979fadc447 HTTP/1.1" 200 115 0.133478 10.0.0.73 - - [2025-12-08 02:45:01] "DELETE /api-access-list/013e11e4-75f8-4604-afdc-62f0db79dc46 HTTP/1.1" 200 115 0.023116 10.0.0.73 - - [2025-12-08 02:45:01] "GET /api-access-list/013e11e4-75f8-4604-afdc-62f0db79dc46 HTTP/1.1" 404 171 0.003045 10.0.0.73 - - [2025-12-08 02:45:01] "GET /projects?obj_uuids=952bc6cd-c1a3-40de-a596-c9eaac985420&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001155 10.0.0.73 - - [2025-12-08 02:45:01] "GET /project/952bc6cd-c1a3-40de-a596-c9eaac985420?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.026349 10.0.0.73 - - [2025-12-08 02:45:01] "GET /projects?obj_uuids=952bc6cd-c1a3-40de-a596-c9eaac985420&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001209 10.0.0.73 - - [2025-12-08 02:45:01] "GET /project/952bc6cd-c1a3-40de-a596-c9eaac985420?fields=virtual_networks HTTP/1.1" 200 1033 0.067667 10.0.0.73 - - [2025-12-08 02:45:01] "GET /projects?obj_uuids=952bc6cd-c1a3-40de-a596-c9eaac985420&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001180 10.0.0.73 - - [2025-12-08 02:45:01] "GET /project/952bc6cd-c1a3-40de-a596-c9eaac985420?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.026683 10.0.0.73 - - [2025-12-08 02:45:01] "GET /projects?obj_uuids=952bc6cd-c1a3-40de-a596-c9eaac985420&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001254 10.0.0.73 - - [2025-12-08 02:45:01] "GET /project/952bc6cd-c1a3-40de-a596-c9eaac985420?fields=security_groups HTTP/1.1" 200 1254 0.028818 10.0.0.73 - - [2025-12-08 02:45:02] "GET /obj-perms HTTP/1.1" 200 5056 0.406320 10.0.0.73 - - [2025-12-08 02:45:03] "GET /projects?obj_uuids=b2e2956d-b2e3-4e84-8eff-a7c1969c7e6d&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001781 10.0.0.73 - - [2025-12-08 02:45:03] "GET /project/b2e2956d-b2e3-4e84-8eff-a7c1969c7e6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.036994 10.0.0.73 - - [2025-12-08 02:45:03] "GET /projects?obj_uuids=b2e2956d-b2e3-4e84-8eff-a7c1969c7e6d&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001643 10.0.0.73 - - [2025-12-08 02:45:03] "GET /project/b2e2956d-b2e3-4e84-8eff-a7c1969c7e6d?fields=virtual_networks HTTP/1.1" 200 1033 0.071020 10.0.0.73 - - [2025-12-08 02:45:03] "GET /obj-perms HTTP/1.1" 200 5056 0.188390 10.0.0.73 - - [2025-12-08 02:45:03] "GET /projects?obj_uuids=b2e2956d-b2e3-4e84-8eff-a7c1969c7e6d&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001253 10.0.0.73 - - [2025-12-08 02:45:03] "GET /project/b2e2956d-b2e3-4e84-8eff-a7c1969c7e6d?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.028031 10.0.0.73 - - [2025-12-08 02:45:03] "GET /projects?obj_uuids=b2e2956d-b2e3-4e84-8eff-a7c1969c7e6d&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001075 10.0.0.73 - - [2025-12-08 02:45:03] "GET /project/b2e2956d-b2e3-4e84-8eff-a7c1969c7e6d?fields=security_groups HTTP/1.1" 200 1254 0.028086 10.0.0.73 - - [2025-12-08 02:45:04] "GET /api-access-list/0ef50e39-aa5f-4f2e-8fea-5b56d380fdd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2410 0.003950 10.0.0.73 - - [2025-12-08 02:45:04] "PUT /api-access-list/0ef50e39-aa5f-4f2e-8fea-5b56d380fdd1 HTTP/1.1" 200 264 0.009588 10.0.0.73 - - [2025-12-08 02:45:05] "GET /projects?obj_uuids=c5a69ae3-6e77-4f7d-8b21-41e1f08c1a32&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001201 10.0.0.73 - - [2025-12-08 02:45:05] "GET /project/c5a69ae3-6e77-4f7d-8b21-41e1f08c1a32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.022976 10.0.0.73 - - [2025-12-08 02:45:05] "GET /projects?obj_uuids=c5a69ae3-6e77-4f7d-8b21-41e1f08c1a32&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001105 10.0.0.73 - - [2025-12-08 02:45:05] "GET /project/c5a69ae3-6e77-4f7d-8b21-41e1f08c1a32?fields=virtual_networks HTTP/1.1" 200 1033 0.071198 10.0.0.73 - - [2025-12-08 02:45:05] "GET /projects?obj_uuids=c5a69ae3-6e77-4f7d-8b21-41e1f08c1a32&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001215 10.0.0.73 - - [2025-12-08 02:45:05] "GET /project/c5a69ae3-6e77-4f7d-8b21-41e1f08c1a32?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.028011 10.0.0.73 - - [2025-12-08 02:45:05] "GET /projects?obj_uuids=c5a69ae3-6e77-4f7d-8b21-41e1f08c1a32&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001748 10.0.0.73 - - [2025-12-08 02:45:05] "GET /project/c5a69ae3-6e77-4f7d-8b21-41e1f08c1a32?fields=security_groups HTTP/1.1" 200 1254 0.031603 10.0.0.73 - - [2025-12-08 02:45:06] "POST /fqname-to-id HTTP/1.1" 404 188 0.030522 10.0.0.73 - - [2025-12-08 02:45:06] "GET /projects?obj_uuids=e730c31d-3d58-42f8-8c8e-3b11baa9810c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002636 10.0.0.73 - - [2025-12-08 02:45:06] "GET /domains?obj_uuids=bdb80538-3a76-4907-b398-c529616d0886&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001142 10.0.0.73 - - [2025-12-08 02:45:06] "GET /domain/bdb80538-3a76-4907-b398-c529616d0886?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.038751 10.0.0.73 - - [2025-12-08 02:45:06] "POST /id-to-fqname HTTP/1.1" 200 190 0.001398 10.0.0.73 - - [2025-12-08 02:45:06] "POST /fqname-to-id HTTP/1.1" 404 199 0.003664 10.0.0.73 - - [2025-12-08 02:45:06] "POST /security-groups HTTP/1.1" 200 591 0.064474 10.0.0.73 - - [2025-12-08 02:45:06] "POST /fqname-to-id HTTP/1.1" 404 234 0.003205 10.0.0.73 - - [2025-12-08 02:45:06] "POST /projects HTTP/1.1" 200 585 0.222149 10.0.0.73 - - [2025-12-08 02:45:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.296445 10.0.0.73 - - [2025-12-08 02:45:06] "POST /access-control-lists HTTP/1.1" 200 596 0.061357 10.0.0.73 - - [2025-12-08 02:45:06] "POST /fqname-to-id HTTP/1.1" 404 233 0.003849 10.0.0.73 - - [2025-12-08 02:45:06] "GET /project/e730c31d-3d58-42f8-8c8e-3b11baa9810c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.466133 10.0.0.73 - - [2025-12-08 02:45:06] "POST /access-control-lists HTTP/1.1" 200 594 0.064640 10.0.0.73 - - [2025-12-08 02:45:08] "GET / HTTP/1.1" 200 35931 0.002289 10.0.0.73 - - [2025-12-08 02:45:10] "POST /fqname-to-id HTTP/1.1" 401 292 0.000857 10.0.0.73 - - [2025-12-08 02:45:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.031723 10.0.0.73 - - [2025-12-08 02:45:11] "GET /api-access-list/0ef50e39-aa5f-4f2e-8fea-5b56d380fdd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.003945 10.0.0.73 - - [2025-12-08 02:45:11] "GET /api-access-list/0ef50e39-aa5f-4f2e-8fea-5b56d380fdd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.003952 10.0.0.73 - - [2025-12-08 02:45:11] "GET /api-access-list/0ef50e39-aa5f-4f2e-8fea-5b56d380fdd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.003615 10.0.0.73 - - [2025-12-08 02:45:11] "PUT /api-access-list/0ef50e39-aa5f-4f2e-8fea-5b56d380fdd1 HTTP/1.1" 200 264 0.010433 10.0.0.73 - - [2025-12-08 02:45:11] "GET /aaa-mode HTTP/1.1" 200 128 0.001978 10.0.0.73 - - [2025-12-08 02:45:11] "POST /fqname-to-id HTTP/1.1" 404 188 0.031692 10.0.0.73 - - [2025-12-08 02:45:11] "GET /projects?obj_uuids=5225d5f6-15b7-4846-a9d1-e331ba971fa4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003165 10.0.0.73 - - [2025-12-08 02:45:11] "GET /domains?obj_uuids=bdb80538-3a76-4907-b398-c529616d0886&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001475 10.0.0.73 - - [2025-12-08 02:45:11] "GET /domain/bdb80538-3a76-4907-b398-c529616d0886?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007932 10.0.0.73 - - [2025-12-08 02:45:12] "POST /id-to-fqname HTTP/1.1" 200 190 0.002530 10.0.0.73 - - [2025-12-08 02:45:12] "POST /fqname-to-id HTTP/1.1" 404 199 0.002585 10.0.0.73 - - [2025-12-08 02:45:12] "POST /security-groups HTTP/1.1" 200 591 0.073160 10.0.0.73 - - [2025-12-08 02:45:12] "POST /fqname-to-id HTTP/1.1" 404 234 0.003565 10.0.0.73 - - [2025-12-08 02:45:12] "POST /projects HTTP/1.1" 200 585 0.243219 10.0.0.73 - - [2025-12-08 02:45:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.277851 10.0.0.73 - - [2025-12-08 02:45:12] "POST /access-control-lists HTTP/1.1" 200 596 0.065796 10.0.0.73 - - [2025-12-08 02:45:12] "GET /project/5225d5f6-15b7-4846-a9d1-e331ba971fa4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.424567 10.0.0.73 - - [2025-12-08 02:45:12] "POST /fqname-to-id HTTP/1.1" 404 233 0.003056 10.0.0.73 - - [2025-12-08 02:45:12] "POST /access-control-lists HTTP/1.1" 200 594 0.061085 10.0.0.73 - - [2025-12-08 02:45:12] "POST /fqname-to-id HTTP/1.1" 404 188 0.032298 10.0.0.73 - - [2025-12-08 02:45:12] "GET /projects?obj_uuids=26a29a66-3019-40c8-8a2d-27d747aa7dec&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002632 10.0.0.73 - - [2025-12-08 02:45:12] "GET /domains?obj_uuids=bdb80538-3a76-4907-b398-c529616d0886&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001093 10.0.0.73 - - [2025-12-08 02:45:12] "GET /domain/bdb80538-3a76-4907-b398-c529616d0886?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007000 10.0.0.73 - - [2025-12-08 02:45:13] "POST /id-to-fqname HTTP/1.1" 200 190 0.001786 10.0.0.73 - - [2025-12-08 02:45:13] "POST /fqname-to-id HTTP/1.1" 404 199 0.003587 10.0.0.73 - - [2025-12-08 02:45:13] "POST /security-groups HTTP/1.1" 200 591 0.068913 10.0.0.73 - - [2025-12-08 02:45:13] "POST /fqname-to-id HTTP/1.1" 404 234 0.002842 10.0.0.73 - - [2025-12-08 02:45:13] "POST /projects HTTP/1.1" 200 585 0.227466 10.0.0.73 - - [2025-12-08 02:45:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.268503 10.0.0.73 - - [2025-12-08 02:45:13] "POST /access-control-lists HTTP/1.1" 200 596 0.061845 10.0.0.73 - - [2025-12-08 02:45:13] "GET /project/26a29a66-3019-40c8-8a2d-27d747aa7dec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.425099 10.0.0.73 - - [2025-12-08 02:45:13] "POST /fqname-to-id HTTP/1.1" 404 233 0.004164 10.0.0.73 - - [2025-12-08 02:45:13] "POST /access-control-lists HTTP/1.1" 200 594 0.064302 10.0.0.73 - - [2025-12-08 02:45:14] "GET / HTTP/1.1" 200 35931 0.002258 10.0.0.73 - - [2025-12-08 02:45:14] "GET / HTTP/1.1" 200 35931 0.002165 10.0.0.73 - - [2025-12-08 02:45:15] "POST /fqname-to-id HTTP/1.1" 404 183 0.003539 10.0.0.73 - - [2025-12-08 02:45:15] "POST /api-access-lists HTTP/1.1" 200 521 0.015443 10.0.0.73 - - [2025-12-08 02:45:15] "GET /api-access-list/9329abf7-4a54-4de6-bda5-b9c1cb8fa69c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1290 0.006404 10.0.0.73 - - [2025-12-08 02:45:15] "GET /api-access-list/9329abf7-4a54-4de6-bda5-b9c1cb8fa69c HTTP/1.1" 401 292 0.000561 10.0.0.73 - - [2025-12-08 02:45:15] "GET /api-access-list/9329abf7-4a54-4de6-bda5-b9c1cb8fa69c HTTP/1.1" 200 1290 0.077910 10.0.0.73 - - [2025-12-08 02:45:15] "POST /fqname-to-id HTTP/1.1" 401 292 0.000443 10.0.0.73 - - [2025-12-08 02:45:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.054719 10.0.0.73 - - [2025-12-08 02:45:16] "GET /projects?obj_uuids=5225d5f6-15b7-4846-a9d1-e331ba971fa4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001368 10.0.0.73 - - [2025-12-08 02:45:16] "GET /project/5225d5f6-15b7-4846-a9d1-e331ba971fa4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.037883 10.0.0.73 - - [2025-12-08 02:45:16] "GET /virtual-networks?parent_id=5225d5f6-15b7-4846-a9d1-e331ba971fa4&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.016617 10.0.0.73 - - [2025-12-08 02:45:16] "POST /virtual-networks HTTP/1.1" 200 583 0.062972 10.0.0.73 - - [2025-12-08 02:45:16] "POST /route-targets HTTP/1.1" 200 327 0.012171 10.0.0.73 - - [2025-12-08 02:45:16] "POST /ref-update HTTP/1.1" 200 156 0.016666 10.0.0.73 - - [2025-12-08 02:45:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.025079 10.0.0.73 - - [2025-12-08 02:45:16] "GET /network-ipam/6b47d360-2f65-4977-9704-d2d83e90f378?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.014398 10.0.0.73 - - [2025-12-08 02:45:16] "POST /useragent-kv HTTP/1.1" 200 115 0.005894 10.0.0.73 - - [2025-12-08 02:45:16] "POST /ref-update HTTP/1.1" 200 156 0.057884 10.0.0.73 - - [2025-12-08 02:45:16] "POST /neutron/network HTTP/1.1" 200 848 0.054352 10.0.0.73 - - [2025-12-08 02:45:16] "POST /neutron/network HTTP/1.1" 200 848 0.020302 10.0.0.73 - - [2025-12-08 02:45:17] "GET /virtual-network/11d87785-64f5-424e-bc80-391f03d6df88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.014306 10.0.0.73 - - [2025-12-08 02:45:17] "POST /neutron/network HTTP/1.1" 200 848 0.027990 10.0.0.73 - - [2025-12-08 02:45:17] "POST /neutron/subnet HTTP/1.1" 200 676 0.034353 10.0.0.73 - - [2025-12-08 02:45:17] "POST /fqname-to-id HTTP/1.1" 401 292 0.000506 10.0.0.73 - - [2025-12-08 02:45:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.047952 10.0.0.73 - - [2025-12-08 02:45:17] "GET /projects?obj_uuids=26a29a66-3019-40c8-8a2d-27d747aa7dec&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001661 10.0.0.73 - - [2025-12-08 02:45:17] "GET /project/26a29a66-3019-40c8-8a2d-27d747aa7dec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.035070 10.0.0.73 - - [2025-12-08 02:45:17] "GET /virtual-networks?parent_id=26a29a66-3019-40c8-8a2d-27d747aa7dec&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.012457 10.0.0.73 - - [2025-12-08 02:45:17] "POST /virtual-networks HTTP/1.1" 200 583 0.057400 10.0.0.73 - - [2025-12-08 02:45:17] "POST /route-targets HTTP/1.1" 200 327 0.011017 10.0.0.73 - - [2025-12-08 02:45:17] "POST /ref-update HTTP/1.1" 200 156 0.011976 10.0.0.73 - - [2025-12-08 02:45:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.017476 10.0.0.73 - - [2025-12-08 02:45:17] "GET /network-ipam/6b47d360-2f65-4977-9704-d2d83e90f378?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.012765 10.0.0.73 - - [2025-12-08 02:45:17] "POST /useragent-kv HTTP/1.1" 200 115 0.003258 10.0.0.73 - - [2025-12-08 02:45:17] "POST /ref-update HTTP/1.1" 200 156 0.053172 10.0.0.73 - - [2025-12-08 02:45:18] "POST /neutron/network HTTP/1.1" 200 849 0.060655 10.0.0.73 - - [2025-12-08 02:45:18] "POST /neutron/network HTTP/1.1" 200 849 0.021636 10.0.0.73 - - [2025-12-08 02:45:18] "GET /virtual-network/171fe8ed-dd8f-406a-89d6-36a930f1beb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.014241 10.0.0.73 - - [2025-12-08 02:45:18] "POST /neutron/network HTTP/1.1" 200 849 0.023372 10.0.0.73 - - [2025-12-08 02:45:18] "POST /neutron/subnet HTTP/1.1" 200 681 0.034705 10.0.0.73 - - [2025-12-08 02:45:18] "GET /virtual-network/11d87785-64f5-424e-bc80-391f03d6df88 HTTP/1.1" 401 292 0.000703 10.0.0.73 - - [2025-12-08 02:45:18] "GET /virtual-network/11d87785-64f5-424e-bc80-391f03d6df88 HTTP/1.1" 200 2311 0.061043 10.0.0.73 - - [2025-12-08 02:45:18] "GET /virtual-network/11d87785-64f5-424e-bc80-391f03d6df88 HTTP/1.1" 401 292 0.000486 10.0.0.73 - - [2025-12-08 02:45:19] "GET /virtual-network/11d87785-64f5-424e-bc80-391f03d6df88 HTTP/1.1" 403 376 0.044350 10.0.0.73 - - [2025-12-08 02:45:19] "GET /virtual-network/11d87785-64f5-424e-bc80-391f03d6df88 HTTP/1.1" 200 2311 0.005428 10.0.0.73 - - [2025-12-08 02:45:19] "GET /virtual-networks HTTP/1.1" 200 371 0.019696 10.0.0.73 - - [2025-12-08 02:45:19] "GET /virtual-networks HTTP/1.1" 200 371 0.019827 10.0.0.73 - - [2025-12-08 02:45:19] "GET /obj-perms HTTP/1.1" 403 257 0.042131 10.0.0.73 - - [2025-12-08 02:45:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002949 10.0.0.73 - - [2025-12-08 02:45:19] "GET /virtual-network/11d87785-64f5-424e-bc80-391f03d6df88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.013949 10.0.0.73 - - [2025-12-08 02:45:20] "GET /obj-perms HTTP/1.1" 403 257 0.039823 10.0.0.73 - - [2025-12-08 02:45:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003412 10.0.0.73 - - [2025-12-08 02:45:20] "GET /virtual-network/11d87785-64f5-424e-bc80-391f03d6df88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.013900 10.0.0.73 - - [2025-12-08 02:45:20] "GET /obj-perms HTTP/1.1" 200 5030 0.069848 10.0.0.73 - - [2025-12-08 02:45:20] "GET /obj-perms HTTP/1.1" 403 257 0.008282 10.0.0.73 - - [2025-12-08 02:45:20] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.017668 10.0.0.73 - - [2025-12-08 02:45:20] "GET /obj-perms HTTP/1.1" 403 257 0.008944 10.0.0.73 - - [2025-12-08 02:45:20] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.023648 10.0.0.73 - - [2025-12-08 02:45:20] "GET /obj-perms HTTP/1.1" 200 5030 0.004047 10.0.0.73 - - [2025-12-08 02:45:20] "PUT /virtual-network/11d87785-64f5-424e-bc80-391f03d6df88 HTTP/1.1" 200 264 0.032048 10.0.0.73 - - [2025-12-08 02:45:20] "GET /virtual-networks HTTP/1.1" 200 132 0.025413 10.0.0.73 - - [2025-12-08 02:45:20] "GET /virtual-networks HTTP/1.1" 200 611 0.021543 10.0.0.73 - - [2025-12-08 02:45:20] "GET /virtual-networks HTTP/1.1" 200 1429 0.003219 10.0.0.73 - - [2025-12-08 02:45:20] "GET /obj-perms HTTP/1.1" 403 257 0.009668 10.0.0.73 - - [2025-12-08 02:45:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003932 10.0.0.73 - - [2025-12-08 02:45:21] "GET /virtual-network/11d87785-64f5-424e-bc80-391f03d6df88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.011677 10.0.0.73 - - [2025-12-08 02:45:21] "GET /obj-perms HTTP/1.1" 403 257 0.054878 10.0.0.73 - - [2025-12-08 02:45:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004415 10.0.0.73 - - [2025-12-08 02:45:21] "GET /virtual-network/11d87785-64f5-424e-bc80-391f03d6df88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.016406 10.0.0.73 - - [2025-12-08 02:45:21] "GET /obj-perms HTTP/1.1" 403 257 0.013227 10.0.0.73 - - [2025-12-08 02:45:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003439 10.0.0.73 - - [2025-12-08 02:45:21] "GET /virtual-network/11d87785-64f5-424e-bc80-391f03d6df88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.016700 10.0.0.73 - - [2025-12-08 02:45:21] "GET /obj-perms HTTP/1.1" 200 5030 0.003869 10.0.0.73 - - [2025-12-08 02:45:21] "GET /obj-perms HTTP/1.1" 403 257 0.010218 10.0.0.73 - - [2025-12-08 02:45:21] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 132 0.022153 10.0.0.73 - - [2025-12-08 02:45:21] "GET /obj-perms HTTP/1.1" 403 257 0.009463 10.0.0.73 - - [2025-12-08 02:45:22] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 611 0.022701 10.0.0.73 - - [2025-12-08 02:45:22] "GET /obj-perms HTTP/1.1" 200 5030 0.003826 10.0.0.73 - - [2025-12-08 02:45:22] "PUT /virtual-network/11d87785-64f5-424e-bc80-391f03d6df88 HTTP/1.1" 200 264 0.033047 10.0.0.73 - - [2025-12-08 02:45:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004289 10.0.0.73 - - [2025-12-08 02:45:22] "POST /useragent-kv HTTP/1.1" 200 115 0.002470 10.0.0.73 - - [2025-12-08 02:45:22] "POST /useragent-kv HTTP/1.1" 200 115 0.003089 10.0.0.73 - - [2025-12-08 02:45:22] "DELETE /virtual-network/171fe8ed-dd8f-406a-89d6-36a930f1beb9 HTTP/1.1" 200 115 0.084136 10.0.0.73 - - [2025-12-08 02:45:22] "DELETE /route-target/08ba1da0-9b38-4b20-9311-e84b42207baa HTTP/1.1" 200 115 0.018028 10.0.0.73 - - [2025-12-08 02:45:22] "POST /useragent-kv HTTP/1.1" 200 115 0.006708 10.0.0.73 - - [2025-12-08 02:45:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.007965 10.0.0.73 - - [2025-12-08 02:45:22] "POST /useragent-kv HTTP/1.1" 200 115 0.003796 10.0.0.73 - - [2025-12-08 02:45:22] "DELETE /virtual-network/11d87785-64f5-424e-bc80-391f03d6df88 HTTP/1.1" 200 115 0.094614 10.0.0.73 - - [2025-12-08 02:45:22] "DELETE /route-target/f3be3fac-7ca9-4375-b787-26663f52c316 HTTP/1.1" 200 115 0.021110 10.0.0.73 - - [2025-12-08 02:45:22] "DELETE /api-access-list/9329abf7-4a54-4de6-bda5-b9c1cb8fa69c HTTP/1.1" 200 115 0.024017 10.0.0.73 - - [2025-12-08 02:45:22] "GET /api-access-list/9329abf7-4a54-4de6-bda5-b9c1cb8fa69c HTTP/1.1" 404 171 0.004144 10.0.0.73 - - [2025-12-08 02:45:22] "GET /projects?obj_uuids=26a29a66-3019-40c8-8a2d-27d747aa7dec&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001363 10.0.0.73 - - [2025-12-08 02:45:22] "GET /project/26a29a66-3019-40c8-8a2d-27d747aa7dec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.026561 10.0.0.73 - - [2025-12-08 02:45:22] "GET /projects?obj_uuids=26a29a66-3019-40c8-8a2d-27d747aa7dec&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001559 10.0.0.73 - - [2025-12-08 02:45:22] "GET /project/26a29a66-3019-40c8-8a2d-27d747aa7dec?fields=virtual_networks HTTP/1.1" 200 1041 0.069340 10.0.0.73 - - [2025-12-08 02:45:22] "GET /projects?obj_uuids=26a29a66-3019-40c8-8a2d-27d747aa7dec&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001338 10.0.0.73 - - [2025-12-08 02:45:22] "GET /project/26a29a66-3019-40c8-8a2d-27d747aa7dec?fields=virtual_machine_interfaces HTTP/1.1" 200 1041 0.042406 10.0.0.73 - - [2025-12-08 02:45:22] "GET /projects?obj_uuids=26a29a66-3019-40c8-8a2d-27d747aa7dec&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001115 10.0.0.73 - - [2025-12-08 02:45:22] "GET /project/26a29a66-3019-40c8-8a2d-27d747aa7dec?fields=security_groups HTTP/1.1" 200 1267 0.024458 10.0.0.73 - - [2025-12-08 02:45:23] "GET /projects?obj_uuids=5225d5f6-15b7-4846-a9d1-e331ba971fa4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001341 10.0.0.73 - - [2025-12-08 02:45:23] "GET /project/5225d5f6-15b7-4846-a9d1-e331ba971fa4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.028572 10.0.0.73 - - [2025-12-08 02:45:23] "GET /projects?obj_uuids=5225d5f6-15b7-4846-a9d1-e331ba971fa4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001152 10.0.0.73 - - [2025-12-08 02:45:23] "GET /project/5225d5f6-15b7-4846-a9d1-e331ba971fa4?fields=virtual_networks HTTP/1.1" 200 1042 0.066329 10.0.0.73 - - [2025-12-08 02:45:23] "GET /projects?obj_uuids=5225d5f6-15b7-4846-a9d1-e331ba971fa4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001121 10.0.0.73 - - [2025-12-08 02:45:23] "GET /project/5225d5f6-15b7-4846-a9d1-e331ba971fa4?fields=virtual_machine_interfaces HTTP/1.1" 200 1042 0.026615 10.0.0.73 - - [2025-12-08 02:45:23] "GET /projects?obj_uuids=5225d5f6-15b7-4846-a9d1-e331ba971fa4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001122 10.0.0.73 - - [2025-12-08 02:45:23] "GET /project/5225d5f6-15b7-4846-a9d1-e331ba971fa4?fields=security_groups HTTP/1.1" 200 1268 0.031510 10.0.0.73 - - [2025-12-08 02:45:24] "GET /aaa-mode HTTP/1.1" 200 128 0.001349 10.0.0.73 - - [2025-12-08 02:45:25] "GET / HTTP/1.1" 200 35931 0.001693 10.0.0.73 - - [2025-12-08 02:45:26] "GET / HTTP/1.1" 200 35931 0.001978 10.0.0.73 - - [2025-12-08 02:45:26] "POST /fqname-to-id HTTP/1.1" 401 292 0.002425 10.0.0.73 - - [2025-12-08 02:45:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.096278 10.0.0.73 - - [2025-12-08 02:45:27] "GET /projects?obj_uuids=e730c31d-3d58-42f8-8c8e-3b11baa9810c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001427 10.0.0.73 - - [2025-12-08 02:45:27] "GET /project/e730c31d-3d58-42f8-8c8e-3b11baa9810c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.044599 10.0.0.73 - - [2025-12-08 02:45:27] "GET /virtual-networks?parent_id=e730c31d-3d58-42f8-8c8e-3b11baa9810c&detail=False&count=False&shared=False HTTP/1.1" 403 263 0.009832 10.0.0.73 - - [2025-12-08 02:45:27] "POST /fqname-to-id HTTP/1.1" 404 197 0.010076 10.0.0.73 - - [2025-12-08 02:45:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.012009 10.0.0.73 - - [2025-12-08 02:45:27] "GET /domains?obj_uuids=bdb80538-3a76-4907-b398-c529616d0886&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001845 10.0.0.73 - - [2025-12-08 02:45:27] "GET /domain/bdb80538-3a76-4907-b398-c529616d0886?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.018017 10.0.0.73 - - [2025-12-08 02:45:27] "POST /service-templates HTTP/1.1" 403 264 0.007640 10.0.0.73 - - [2025-12-08 02:45:27] "POST /fqname-to-id HTTP/1.1" 404 215 0.004055 10.0.0.73 - - [2025-12-08 02:45:27] "POST /api-access-lists HTTP/1.1" 200 555 0.018514 10.0.0.73 - - [2025-12-08 02:45:27] "GET /api-access-list/124274eb-019c-49af-ac20-c0ce5586091f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1323 0.004981 10.0.0.73 - - [2025-12-08 02:45:27] "GET /api-access-list/124274eb-019c-49af-ac20-c0ce5586091f HTTP/1.1" 200 1323 0.003947 10.0.0.73 - - [2025-12-08 02:45:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.013535 10.0.0.73 - - [2025-12-08 02:45:27] "GET /projects?obj_uuids=e730c31d-3d58-42f8-8c8e-3b11baa9810c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001360 10.0.0.73 - - [2025-12-08 02:45:27] "GET /project/e730c31d-3d58-42f8-8c8e-3b11baa9810c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.036874 10.0.0.73 - - [2025-12-08 02:45:27] "GET /virtual-networks?parent_id=e730c31d-3d58-42f8-8c8e-3b11baa9810c&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.013127 10.0.0.73 - - [2025-12-08 02:45:27] "POST /virtual-networks HTTP/1.1" 200 583 0.055323 10.0.0.73 - - [2025-12-08 02:45:27] "POST /route-targets HTTP/1.1" 200 327 0.011905 10.0.0.73 - - [2025-12-08 02:45:27] "POST /ref-update HTTP/1.1" 200 156 0.015481 10.0.0.73 - - [2025-12-08 02:45:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.018023 10.0.0.73 - - [2025-12-08 02:45:27] "GET /network-ipam/6b47d360-2f65-4977-9704-d2d83e90f378?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.013273 10.0.0.73 - - [2025-12-08 02:45:28] "POST /useragent-kv HTTP/1.1" 200 115 0.005597 10.0.0.73 - - [2025-12-08 02:45:28] "POST /ref-update HTTP/1.1" 200 156 0.060343 10.0.0.73 - - [2025-12-08 02:45:28] "POST /neutron/network HTTP/1.1" 200 848 0.053119 10.0.0.73 - - [2025-12-08 02:45:28] "POST /neutron/network HTTP/1.1" 200 848 0.030483 10.0.0.73 - - [2025-12-08 02:45:28] "GET /virtual-network/02953261-3170-4403-9fbd-bf04ef6653b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.015207 10.0.0.73 - - [2025-12-08 02:45:28] "POST /neutron/network HTTP/1.1" 200 848 0.023843 10.0.0.73 - - [2025-12-08 02:45:28] "POST /neutron/subnet HTTP/1.1" 200 679 0.029874 10.0.0.73 - - [2025-12-08 02:45:28] "POST /neutron/network HTTP/1.1" 200 848 0.075670 10.0.0.73 - - [2025-12-08 02:45:28] "GET /virtual-network/02953261-3170-4403-9fbd-bf04ef6653b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006763 10.0.0.73 - - [2025-12-08 02:45:28] "GET /network-ipam/6b47d360-2f65-4977-9704-d2d83e90f378?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.004103 10.0.0.73 - - [2025-12-08 02:45:28] "GET /domains HTTP/1.1" 200 280 0.003589 10.0.0.73 - - [2025-12-08 02:45:28] "GET /domains?obj_uuids=bdb80538-3a76-4907-b398-c529616d0886&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001142 10.0.0.73 - - [2025-12-08 02:45:28] "GET /domain/bdb80538-3a76-4907-b398-c529616d0886 HTTP/1.1" 200 3489 0.008219 10.0.0.73 - - [2025-12-08 02:45:28] "GET /projects?obj_uuids=e730c31d-3d58-42f8-8c8e-3b11baa9810c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001223 10.0.0.73 - - [2025-12-08 02:45:28] "GET /project/e730c31d-3d58-42f8-8c8e-3b11baa9810c HTTP/1.1" 200 2363 0.073518 10.0.0.73 - - [2025-12-08 02:45:28] "GET /virtual-network/02953261-3170-4403-9fbd-bf04ef6653b2 HTTP/1.1" 200 2312 0.006542 10.0.0.73 - - [2025-12-08 02:45:28] "GET /virtual-network/02953261-3170-4403-9fbd-bf04ef6653b2 HTTP/1.1" 200 2312 0.005204 10.0.0.73 - - [2025-12-08 02:45:28] "GET /routing-instance/a0564fbe-7453-4d89-95d7-19f0b1caa2ca HTTP/1.1" 200 1556 0.004403 10.0.0.73 - - [2025-12-08 02:45:28] "GET /routing-instance/a0564fbe-7453-4d89-95d7-19f0b1caa2ca HTTP/1.1" 200 1556 0.003728 10.0.0.73 - - [2025-12-08 02:45:28] "GET /route-target/82140ef3-9fec-46aa-911e-ef2d2d536e55 HTTP/1.1" 200 1244 0.003917 10.0.0.73 - - [2025-12-08 02:45:28] "GET /virtual-network/02953261-3170-4403-9fbd-bf04ef6653b2 HTTP/1.1" 200 2312 0.005725 10.0.0.73 - - [2025-12-08 02:45:28] "GET /routing-instance/a0564fbe-7453-4d89-95d7-19f0b1caa2ca HTTP/1.1" 200 1556 0.004812 10.0.0.73 - - [2025-12-08 02:45:28] "GET /virtual-network/02953261-3170-4403-9fbd-bf04ef6653b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005915 10.0.0.73 - - [2025-12-08 02:45:28] "GET /virtual-network/02953261-3170-4403-9fbd-bf04ef6653b2 HTTP/1.1" 200 2312 0.006479 10.0.0.73 - - [2025-12-08 02:45:28] "GET /routing-instance/a0564fbe-7453-4d89-95d7-19f0b1caa2ca HTTP/1.1" 200 1556 0.004795 10.0.0.73 - - [2025-12-08 02:45:28] "GET /routing-instance/a0564fbe-7453-4d89-95d7-19f0b1caa2ca HTTP/1.1" 200 1556 0.003971 10.0.0.73 - - [2025-12-08 02:45:28] "GET /route-target/82140ef3-9fec-46aa-911e-ef2d2d536e55 HTTP/1.1" 200 1244 0.003561 10.0.0.73 - - [2025-12-08 02:45:28] "GET /domains HTTP/1.1" 200 280 0.003175 10.0.0.73 - - [2025-12-08 02:45:28] "GET /domains?obj_uuids=bdb80538-3a76-4907-b398-c529616d0886&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001382 10.0.0.73 - - [2025-12-08 02:45:28] "GET /domain/bdb80538-3a76-4907-b398-c529616d0886 HTTP/1.1" 200 3489 0.010326 10.0.0.73 - - [2025-12-08 02:45:28] "GET /projects?obj_uuids=e730c31d-3d58-42f8-8c8e-3b11baa9810c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001073 10.0.0.73 - - [2025-12-08 02:45:28] "GET /project/e730c31d-3d58-42f8-8c8e-3b11baa9810c HTTP/1.1" 200 2363 0.072020 10.0.0.73 - - [2025-12-08 02:45:28] "GET /virtual-network/02953261-3170-4403-9fbd-bf04ef6653b2 HTTP/1.1" 200 2312 0.005572 10.0.0.73 - - [2025-12-08 02:45:28] "GET /obj-perms HTTP/1.1" 200 5030 0.004038 10.0.0.73 - - [2025-12-08 02:45:28] "POST /fqname-to-id HTTP/1.1" 404 197 0.011723 10.0.0.73 - - [2025-12-08 02:45:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.011957 10.0.0.73 - - [2025-12-08 02:45:28] "GET /domains?obj_uuids=bdb80538-3a76-4907-b398-c529616d0886&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001285 10.0.0.73 - - [2025-12-08 02:45:28] "GET /domain/bdb80538-3a76-4907-b398-c529616d0886?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.017268 10.0.0.73 - - [2025-12-08 02:45:29] "POST /service-templates HTTP/1.1" 403 264 0.010100 10.0.0.73 - - [2025-12-08 02:45:29] "POST /fqname-to-id HTTP/1.1" 404 183 0.003901 10.0.0.73 - - [2025-12-08 02:45:29] "POST /api-access-lists HTTP/1.1" 200 521 0.016782 10.0.0.73 - - [2025-12-08 02:45:29] "GET /api-access-list/bbf2536c-4d2a-4bca-914f-2c664f49bcb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1291 0.005004 10.0.0.73 - - [2025-12-08 02:45:29] "GET /api-access-list/bbf2536c-4d2a-4bca-914f-2c664f49bcb5 HTTP/1.1" 200 1291 0.004253 10.0.0.73 - - [2025-12-08 02:45:29] "POST /fqname-to-id HTTP/1.1" 404 197 0.012207 10.0.0.73 - - [2025-12-08 02:45:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.010609 10.0.0.73 - - [2025-12-08 02:45:29] "GET /domains?obj_uuids=bdb80538-3a76-4907-b398-c529616d0886&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002258 10.0.0.73 - - [2025-12-08 02:45:29] "GET /domain/bdb80538-3a76-4907-b398-c529616d0886?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.019331 10.0.0.73 - - [2025-12-08 02:45:29] "POST /service-templates HTTP/1.1" 200 551 0.049460 10.0.0.73 - - [2025-12-08 02:45:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.014704 10.0.0.73 - - [2025-12-08 02:45:29] "GET /service-template/9843172c-b443-4c9b-9f03-496ff99b0cc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1854 0.014989 10.0.0.73 - - [2025-12-08 02:45:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.016147 10.0.0.73 - - [2025-12-08 02:45:29] "GET /service-template/9843172c-b443-4c9b-9f03-496ff99b0cc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1854 0.011861 10.0.0.73 - - [2025-12-08 02:45:29] "GET /virtual-network/02953261-3170-4403-9fbd-bf04ef6653b2 HTTP/1.1" 401 292 0.000714 10.0.0.73 - - [2025-12-08 02:45:30] "GET /virtual-network/02953261-3170-4403-9fbd-bf04ef6653b2 HTTP/1.1" 403 263 0.038141 10.0.0.73 - - [2025-12-08 02:45:30] "GET /service-template/9843172c-b443-4c9b-9f03-496ff99b0cc1 HTTP/1.1" 403 264 0.008564 10.0.0.73 - - [2025-12-08 02:45:30] "GET /service-template/9843172c-b443-4c9b-9f03-496ff99b0cc1 HTTP/1.1" 403 264 0.040508 10.0.0.73 - - [2025-12-08 02:45:30] "GET /obj-perms HTTP/1.1" 403 257 0.049911 10.0.0.73 - - [2025-12-08 02:45:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003071 10.0.0.73 - - [2025-12-08 02:45:30] "GET /virtual-network/02953261-3170-4403-9fbd-bf04ef6653b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.010641 10.0.0.73 - - [2025-12-08 02:45:30] "GET /obj-perms HTTP/1.1" 403 257 0.010707 10.0.0.73 - - [2025-12-08 02:45:31] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.010460 10.0.0.73 - - [2025-12-08 02:45:31] "GET /api-access-list/124274eb-019c-49af-ac20-c0ce5586091f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1323 0.004477 10.0.0.73 - - [2025-12-08 02:45:31] "PUT /api-access-list/124274eb-019c-49af-ac20-c0ce5586091f HTTP/1.1" 200 264 0.009376 10.0.0.73 - - [2025-12-08 02:45:31] "GET /api-access-list/124274eb-019c-49af-ac20-c0ce5586091f HTTP/1.1" 200 1460 0.005027 10.0.0.73 - - [2025-12-08 02:45:31] "GET /virtual-network/02953261-3170-4403-9fbd-bf04ef6653b2 HTTP/1.1" 200 2312 0.017568 10.0.0.73 - - [2025-12-08 02:45:31] "POST /fqname-to-id HTTP/1.1" 401 292 0.000456 10.0.0.73 - - [2025-12-08 02:45:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.040932 10.0.0.73 - - [2025-12-08 02:45:31] "GET /projects?obj_uuids=e730c31d-3d58-42f8-8c8e-3b11baa9810c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001483 10.0.0.73 - - [2025-12-08 02:45:31] "GET /project/e730c31d-3d58-42f8-8c8e-3b11baa9810c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.038626 10.0.0.73 - - [2025-12-08 02:45:31] "GET /virtual-networks?parent_id=e730c31d-3d58-42f8-8c8e-3b11baa9810c&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.016569 10.0.0.73 - - [2025-12-08 02:45:31] "POST /virtual-networks HTTP/1.1" 403 263 0.009147 10.0.0.73 - - [2025-12-08 02:45:31] "GET /service-template/9843172c-b443-4c9b-9f03-496ff99b0cc1 HTTP/1.1" 403 264 0.009664 10.0.0.73 - - [2025-12-08 02:45:32] "GET /service-template/9843172c-b443-4c9b-9f03-496ff99b0cc1 HTTP/1.1" 403 264 0.041847 10.0.0.73 - - [2025-12-08 02:45:32] "GET /obj-perms HTTP/1.1" 403 257 0.009467 10.0.0.73 - - [2025-12-08 02:45:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002366 10.0.0.73 - - [2025-12-08 02:45:32] "GET /virtual-network/02953261-3170-4403-9fbd-bf04ef6653b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.016324 10.0.0.73 - - [2025-12-08 02:45:32] "GET /obj-perms HTTP/1.1" 403 257 0.009445 10.0.0.73 - - [2025-12-08 02:45:32] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.018268 10.0.0.73 - - [2025-12-08 02:45:32] "GET /api-access-list/bbf2536c-4d2a-4bca-914f-2c664f49bcb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1291 0.003874 10.0.0.73 - - [2025-12-08 02:45:32] "PUT /api-access-list/bbf2536c-4d2a-4bca-914f-2c664f49bcb5 HTTP/1.1" 200 264 0.008934 10.0.0.73 - - [2025-12-08 02:45:32] "GET /api-access-list/bbf2536c-4d2a-4bca-914f-2c664f49bcb5 HTTP/1.1" 200 1429 0.004720 10.0.0.73 - - [2025-12-08 02:45:32] "GET /service-template/9843172c-b443-4c9b-9f03-496ff99b0cc1 HTTP/1.1" 200 1854 0.013320 10.0.0.73 - - [2025-12-08 02:45:32] "POST /fqname-to-id HTTP/1.1" 404 197 0.011787 10.0.0.73 - - [2025-12-08 02:45:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.010209 10.0.0.73 - - [2025-12-08 02:45:32] "GET /domains?obj_uuids=bdb80538-3a76-4907-b398-c529616d0886&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001370 10.0.0.73 - - [2025-12-08 02:45:32] "GET /domain/bdb80538-3a76-4907-b398-c529616d0886?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.017782 10.0.0.73 - - [2025-12-08 02:45:32] "POST /service-templates HTTP/1.1" 403 264 0.014499 10.0.0.73 - - [2025-12-08 02:45:32] "GET /api-access-list/124274eb-019c-49af-ac20-c0ce5586091f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.003915 10.0.0.73 - - [2025-12-08 02:45:32] "PUT /api-access-list/124274eb-019c-49af-ac20-c0ce5586091f HTTP/1.1" 200 264 0.010215 10.0.0.73 - - [2025-12-08 02:45:32] "GET /api-access-list/124274eb-019c-49af-ac20-c0ce5586091f HTTP/1.1" 200 1323 0.003941 10.0.0.73 - - [2025-12-08 02:45:32] "GET /api-access-list/bbf2536c-4d2a-4bca-914f-2c664f49bcb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.004288 10.0.0.73 - - [2025-12-08 02:45:32] "PUT /api-access-list/bbf2536c-4d2a-4bca-914f-2c664f49bcb5 HTTP/1.1" 200 264 0.009922 10.0.0.73 - - [2025-12-08 02:45:32] "GET /api-access-list/bbf2536c-4d2a-4bca-914f-2c664f49bcb5 HTTP/1.1" 200 1291 0.004670 10.0.0.73 - - [2025-12-08 02:45:32] "GET /virtual-network/02953261-3170-4403-9fbd-bf04ef6653b2 HTTP/1.1" 403 263 0.010512 10.0.0.73 - - [2025-12-08 02:45:33] "GET /virtual-network/02953261-3170-4403-9fbd-bf04ef6653b2 HTTP/1.1" 403 263 0.040031 10.0.0.73 - - [2025-12-08 02:45:33] "GET /service-template/9843172c-b443-4c9b-9f03-496ff99b0cc1 HTTP/1.1" 403 264 0.009474 10.0.0.73 - - [2025-12-08 02:45:33] "GET /service-template/9843172c-b443-4c9b-9f03-496ff99b0cc1 HTTP/1.1" 403 264 0.049071 10.0.0.73 - - [2025-12-08 02:45:33] "GET /obj-perms HTTP/1.1" 403 257 0.009594 10.0.0.73 - - [2025-12-08 02:45:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002335 10.0.0.73 - - [2025-12-08 02:45:33] "GET /virtual-network/02953261-3170-4403-9fbd-bf04ef6653b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.010553 10.0.0.73 - - [2025-12-08 02:45:34] "GET /obj-perms HTTP/1.1" 403 257 0.041932 10.0.0.73 - - [2025-12-08 02:45:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002660 10.0.0.73 - - [2025-12-08 02:45:34] "GET /virtual-network/02953261-3170-4403-9fbd-bf04ef6653b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.011063 10.0.0.73 - - [2025-12-08 02:45:34] "GET /obj-perms HTTP/1.1" 403 257 0.011260 10.0.0.73 - - [2025-12-08 02:45:34] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.009664 10.0.0.73 - - [2025-12-08 02:45:34] "GET /api-access-list/0ef50e39-aa5f-4f2e-8fea-5b56d380fdd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2410 0.004068 10.0.0.73 - - [2025-12-08 02:45:34] "PUT /api-access-list/0ef50e39-aa5f-4f2e-8fea-5b56d380fdd1 HTTP/1.1" 200 264 0.013496 10.0.0.73 - - [2025-12-08 02:45:34] "GET /service-template/9843172c-b443-4c9b-9f03-496ff99b0cc1 HTTP/1.1" 200 1854 0.013527 10.0.0.73 - - [2025-12-08 02:45:34] "GET /virtual-network/02953261-3170-4403-9fbd-bf04ef6653b2 HTTP/1.1" 200 2312 0.017011 10.0.0.73 - - [2025-12-08 02:45:34] "GET /obj-perms HTTP/1.1" 403 257 0.008190 10.0.0.73 - - [2025-12-08 02:45:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004173 10.0.0.73 - - [2025-12-08 02:45:34] "GET /virtual-network/02953261-3170-4403-9fbd-bf04ef6653b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.017492 10.0.0.73 - - [2025-12-08 02:45:34] "GET /obj-perms HTTP/1.1" 403 257 0.009602 10.0.0.73 - - [2025-12-08 02:45:34] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.020108 10.0.0.73 - - [2025-12-08 02:45:34] "DELETE /api-access-list/124274eb-019c-49af-ac20-c0ce5586091f HTTP/1.1" 200 115 0.022324 10.0.0.73 - - [2025-12-08 02:45:34] "GET /api-access-list/124274eb-019c-49af-ac20-c0ce5586091f HTTP/1.1" 404 171 0.002624 10.0.0.73 - - [2025-12-08 02:45:34] "DELETE /api-access-list/bbf2536c-4d2a-4bca-914f-2c664f49bcb5 HTTP/1.1" 200 115 0.018394 10.0.0.73 - - [2025-12-08 02:45:34] "GET /api-access-list/bbf2536c-4d2a-4bca-914f-2c664f49bcb5 HTTP/1.1" 404 171 0.003765 10.0.0.73 - - [2025-12-08 02:45:34] "GET /virtual-network/02953261-3170-4403-9fbd-bf04ef6653b2 HTTP/1.1" 401 292 0.000441 10.0.0.73 - - [2025-12-08 02:45:35] "GET /virtual-network/02953261-3170-4403-9fbd-bf04ef6653b2 HTTP/1.1" 403 263 0.039625 10.0.0.73 - - [2025-12-08 02:45:35] "GET /service-template/9843172c-b443-4c9b-9f03-496ff99b0cc1 HTTP/1.1" 403 264 0.006921 10.0.0.73 - - [2025-12-08 02:45:35] "GET /service-template/9843172c-b443-4c9b-9f03-496ff99b0cc1 HTTP/1.1" 403 264 0.040945 10.0.0.73 - - [2025-12-08 02:45:35] "GET /obj-perms HTTP/1.1" 403 257 0.040639 10.0.0.73 - - [2025-12-08 02:45:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003203 10.0.0.73 - - [2025-12-08 02:45:36] "GET /virtual-network/02953261-3170-4403-9fbd-bf04ef6653b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.008952 10.0.0.73 - - [2025-12-08 02:45:36] "GET /obj-perms HTTP/1.1" 403 257 0.008332 10.0.0.73 - - [2025-12-08 02:45:36] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.007889 10.0.0.73 - - [2025-12-08 02:45:36] "GET /api-access-list/0ef50e39-aa5f-4f2e-8fea-5b56d380fdd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2685 0.003804 10.0.0.73 - - [2025-12-08 02:45:36] "PUT /api-access-list/0ef50e39-aa5f-4f2e-8fea-5b56d380fdd1 HTTP/1.1" 200 264 0.010892 10.0.0.73 - - [2025-12-08 02:45:36] "GET /virtual-network/02953261-3170-4403-9fbd-bf04ef6653b2 HTTP/1.1" 200 2312 0.025619 10.0.0.73 - - [2025-12-08 02:45:36] "GET /service-template/9843172c-b443-4c9b-9f03-496ff99b0cc1 HTTP/1.1" 200 1854 0.012275 10.0.0.73 - - [2025-12-08 02:45:36] "GET /obj-perms HTTP/1.1" 403 257 0.007742 10.0.0.73 - - [2025-12-08 02:45:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003348 10.0.0.73 - - [2025-12-08 02:45:36] "GET /virtual-network/02953261-3170-4403-9fbd-bf04ef6653b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.015124 10.0.0.73 - - [2025-12-08 02:45:36] "GET /obj-perms HTTP/1.1" 403 257 0.007586 10.0.0.73 - - [2025-12-08 02:45:36] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.018039 10.0.0.73 - - [2025-12-08 02:45:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.009629 10.0.0.73 - - [2025-12-08 02:45:36] "DELETE /service-template/9843172c-b443-4c9b-9f03-496ff99b0cc1 HTTP/1.1" 200 115 0.028534 10.0.0.73 - - [2025-12-08 02:45:36] "POST /fqname-to-id HTTP/1.1" 404 197 0.011321 10.0.0.73 - - [2025-12-08 02:45:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003581 10.0.0.73 - - [2025-12-08 02:45:36] "POST /useragent-kv HTTP/1.1" 200 115 0.003844 10.0.0.73 - - [2025-12-08 02:45:36] "POST /useragent-kv HTTP/1.1" 200 115 0.002451 10.0.0.73 - - [2025-12-08 02:45:36] "DELETE /virtual-network/02953261-3170-4403-9fbd-bf04ef6653b2 HTTP/1.1" 200 115 0.080838 10.0.0.73 - - [2025-12-08 02:45:36] "DELETE /route-target/82140ef3-9fec-46aa-911e-ef2d2d536e55 HTTP/1.1" 200 115 0.019210 10.0.0.73 - - [2025-12-08 02:45:37] "GET /api-access-list/0ef50e39-aa5f-4f2e-8fea-5b56d380fdd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.005033 10.0.0.73 - - [2025-12-08 02:45:37] "PUT /api-access-list/0ef50e39-aa5f-4f2e-8fea-5b56d380fdd1 HTTP/1.1" 200 264 0.010184 10.0.0.73 - - [2025-12-08 02:45:37] "GET /api-access-list/0ef50e39-aa5f-4f2e-8fea-5b56d380fdd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2691 0.004074 10.0.0.73 - - [2025-12-08 02:45:37] "PUT /api-access-list/0ef50e39-aa5f-4f2e-8fea-5b56d380fdd1 HTTP/1.1" 200 264 0.010220 10.0.0.73 - - [2025-12-08 02:45:38] "GET /api-access-list/0ef50e39-aa5f-4f2e-8fea-5b56d380fdd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2410 0.004373 10.0.0.73 - - [2025-12-08 02:45:38] "PUT /api-access-list/0ef50e39-aa5f-4f2e-8fea-5b56d380fdd1 HTTP/1.1" 200 264 0.014367 10.0.0.73 - - [2025-12-08 02:45:38] "GET /projects?obj_uuids=e730c31d-3d58-42f8-8c8e-3b11baa9810c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001219 10.0.0.73 - - [2025-12-08 02:45:38] "GET /project/e730c31d-3d58-42f8-8c8e-3b11baa9810c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.030037 10.0.0.73 - - [2025-12-08 02:45:38] "GET /projects?obj_uuids=e730c31d-3d58-42f8-8c8e-3b11baa9810c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001641 10.0.0.73 - - [2025-12-08 02:45:38] "GET /project/e730c31d-3d58-42f8-8c8e-3b11baa9810c?fields=virtual_networks HTTP/1.1" 200 1043 0.075169 10.0.0.73 - - [2025-12-08 02:45:38] "GET /projects?obj_uuids=e730c31d-3d58-42f8-8c8e-3b11baa9810c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001484 10.0.0.73 - - [2025-12-08 02:45:38] "GET /project/e730c31d-3d58-42f8-8c8e-3b11baa9810c?fields=virtual_machine_interfaces HTTP/1.1" 200 1043 0.030302 10.0.0.73 - - [2025-12-08 02:45:38] "GET /projects?obj_uuids=e730c31d-3d58-42f8-8c8e-3b11baa9810c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001379 10.0.0.73 - - [2025-12-08 02:45:38] "GET /project/e730c31d-3d58-42f8-8c8e-3b11baa9810c?fields=security_groups HTTP/1.1" 200 1269 0.034610 10.0.0.73 - - [2025-12-08 02:45:39] "GET /projects?obj_uuids=87daa605-31b2-48e5-8c67-0b4827c72c16&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001166 10.0.0.73 - - [2025-12-08 02:45:39] "GET /project/87daa605-31b2-48e5-8c67-0b4827c72c16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.029233 [Introspect:8084]10.0.0.73 - - [2025-12-08 02:45:39] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001347 10.0.0.73 - - [2025-12-08 02:45:40] "POST /fqname-to-id HTTP/1.1" 404 184 0.031106 10.0.0.73 - - [2025-12-08 02:45:40] "GET /projects?obj_uuids=da187040-3478-4970-a1b0-9c2af5e62880&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002600 10.0.0.73 - - [2025-12-08 02:45:40] "GET /domains?obj_uuids=bdb80538-3a76-4907-b398-c529616d0886&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001184 10.0.0.73 - - [2025-12-08 02:45:40] "GET /domain/bdb80538-3a76-4907-b398-c529616d0886?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007681 10.0.0.73 - - [2025-12-08 02:45:40] "POST /id-to-fqname HTTP/1.1" 200 186 0.001764 10.0.0.73 - - [2025-12-08 02:45:40] "POST /fqname-to-id HTTP/1.1" 404 195 0.002653 10.0.0.73 - - [2025-12-08 02:45:40] "POST /security-groups HTTP/1.1" 200 587 0.063973 10.0.0.73 - - [2025-12-08 02:45:40] "POST /fqname-to-id HTTP/1.1" 404 230 0.002980 10.0.0.73 - - [2025-12-08 02:45:40] "POST /projects HTTP/1.1" 200 577 0.218312 10.0.0.73 - - [2025-12-08 02:45:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.291916 10.0.0.73 - - [2025-12-08 02:45:40] "POST /access-control-lists HTTP/1.1" 200 592 0.069101 10.0.0.73 - - [2025-12-08 02:45:40] "POST /fqname-to-id HTTP/1.1" 404 229 0.002442 10.0.0.73 - - [2025-12-08 02:45:40] "GET /project/da187040-3478-4970-a1b0-9c2af5e62880?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.436549 10.0.0.73 - - [2025-12-08 02:45:40] "POST /access-control-lists HTTP/1.1" 200 590 0.064966 10.0.0.73 - - [2025-12-08 02:45:41] "GET / HTTP/1.1" 200 35931 0.003460 10.0.0.73 - - [2025-12-08 02:45:42] "GET /projects?obj_uuids=da187040-3478-4970-a1b0-9c2af5e62880&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001331 10.0.0.73 - - [2025-12-08 02:45:42] "GET /project/da187040-3478-4970-a1b0-9c2af5e62880?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.027901 10.0.0.73 - - [2025-12-08 02:45:42] "GET /projects?obj_uuids=da187040-3478-4970-a1b0-9c2af5e62880&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001071 10.0.0.73 - - [2025-12-08 02:45:42] "GET /project/da187040-3478-4970-a1b0-9c2af5e62880?fields=virtual_networks HTTP/1.1" 200 1035 0.079206 10.0.0.73 - - [2025-12-08 02:45:42] "GET /projects?obj_uuids=da187040-3478-4970-a1b0-9c2af5e62880&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001283 10.0.0.73 - - [2025-12-08 02:45:42] "GET /project/da187040-3478-4970-a1b0-9c2af5e62880?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.027625 10.0.0.73 - - [2025-12-08 02:45:42] "GET /projects?obj_uuids=da187040-3478-4970-a1b0-9c2af5e62880&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001676 10.0.0.73 - - [2025-12-08 02:45:42] "GET /project/da187040-3478-4970-a1b0-9c2af5e62880?fields=security_groups HTTP/1.1" 200 1257 0.029544 10.0.0.73 - - [2025-12-08 02:45:52] "DELETE /project/e730c31d3d5842f88c8e3b11baa9810c HTTP/1.1" 404 173 0.028060 10.0.0.73 - - [2025-12-08 02:45:52] "DELETE /project/26a29a66301940c88a2d27d747aa7dec HTTP/1.1" 404 173 0.025032 10.0.0.73 - - [2025-12-08 02:45:52] "DELETE /project/da18704034784970a1b09c2af5e62880 HTTP/1.1" 404 173 0.020306 10.0.0.73 - - [2025-12-08 02:45:52] "DELETE /project/5225d5f615b74846a9d1e331ba971fa4 HTTP/1.1" 404 173 0.017649 10.0.0.73 - - [2025-12-08 02:45:52] "GET /projects?obj_uuids=da187040-3478-4970-a1b0-9c2af5e62880&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001271 10.0.0.73 - - [2025-12-08 02:45:52] "GET /projects?obj_uuids=952bc6cd-c1a3-40de-a596-c9eaac985420&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001007 10.0.0.73 - - [2025-12-08 02:45:52] "GET /projects?obj_uuids=26a29a66-3019-40c8-8a2d-27d747aa7dec&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001001 10.0.0.73 - - [2025-12-08 02:45:52] "GET /projects?obj_uuids=5225d5f6-15b7-4846-a9d1-e331ba971fa4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001319 10.0.0.73 - - [2025-12-08 02:45:52] "GET /projects?obj_uuids=e730c31d-3d58-42f8-8c8e-3b11baa9810c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000919 10.0.0.73 - - [2025-12-08 02:45:52] "GET /projects?obj_uuids=b2e2956d-b2e3-4e84-8eff-a7c1969c7e6d&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000846 10.0.0.73 - - [2025-12-08 02:45:52] "GET /projects?obj_uuids=c5a69ae3-6e77-4f7d-8b21-41e1f08c1a32&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001379 10.0.0.73 - - [2025-12-08 02:45:52] "GET /project/26a29a66-3019-40c8-8a2d-27d747aa7dec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1477 0.093796 10.0.0.73 - - [2025-12-08 02:45:52] "GET /project/952bc6cd-c1a3-40de-a596-c9eaac985420?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1459 0.102687 10.0.0.73 - - [2025-12-08 02:45:52] "GET /project/da187040-3478-4970-a1b0-9c2af5e62880?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.113832 10.0.0.73 - - [2025-12-08 02:45:52] "GET /project/b2e2956d-b2e3-4e84-8eff-a7c1969c7e6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1459 0.099713 10.0.0.73 - - [2025-12-08 02:45:52] "GET /project/e730c31d-3d58-42f8-8c8e-3b11baa9810c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.107200 10.0.0.73 - - [2025-12-08 02:45:52] "GET /project/5225d5f6-15b7-4846-a9d1-e331ba971fa4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1478 0.116706 10.0.0.73 - - [2025-12-08 02:45:52] "GET /projects?obj_uuids=5225d5f6-15b7-4846-a9d1-e331ba971fa4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001937 10.0.0.73 - - [2025-12-08 02:45:52] "GET /projects?obj_uuids=e730c31d-3d58-42f8-8c8e-3b11baa9810c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001557 10.0.0.73 - - [2025-12-08 02:45:52] "GET /projects?obj_uuids=b2e2956d-b2e3-4e84-8eff-a7c1969c7e6d&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002223 10.0.0.73 - - [2025-12-08 02:45:52] "GET /projects?obj_uuids=da187040-3478-4970-a1b0-9c2af5e62880&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001647 10.0.0.73 - - [2025-12-08 02:45:52] "GET /projects?obj_uuids=952bc6cd-c1a3-40de-a596-c9eaac985420&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001297 10.0.0.73 - - [2025-12-08 02:45:52] "GET /projects?obj_uuids=26a29a66-3019-40c8-8a2d-27d747aa7dec&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001780 10.0.0.73 - - [2025-12-08 02:45:53] "GET /project/c5a69ae3-6e77-4f7d-8b21-41e1f08c1a32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1459 0.231972 10.0.0.73 - - [2025-12-08 02:45:53] "GET /project/b2e2956d-b2e3-4e84-8eff-a7c1969c7e6d?fields=security_groups HTTP/1.1" 200 1359 0.133438 10.0.0.73 - - [2025-12-08 02:45:53] "GET /project/26a29a66-3019-40c8-8a2d-27d747aa7dec?fields=security_groups HTTP/1.1" 200 1372 0.150612 10.0.0.73 - - [2025-12-08 02:45:53] "GET /project/e730c31d-3d58-42f8-8c8e-3b11baa9810c?fields=security_groups HTTP/1.1" 200 1374 0.138881 10.0.0.73 - - [2025-12-08 02:45:53] "GET /project/5225d5f6-15b7-4846-a9d1-e331ba971fa4?fields=security_groups HTTP/1.1" 200 1373 0.140306 10.0.0.73 - - [2025-12-08 02:45:53] "GET /projects?obj_uuids=c5a69ae3-6e77-4f7d-8b21-41e1f08c1a32&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001237 10.0.0.73 - - [2025-12-08 02:45:53] "GET /project/952bc6cd-c1a3-40de-a596-c9eaac985420?fields=security_groups HTTP/1.1" 200 1359 0.175460 10.0.0.73 - - [2025-12-08 02:45:53] "GET /project/da187040-3478-4970-a1b0-9c2af5e62880?fields=security_groups HTTP/1.1" 200 1362 0.191240 10.0.0.73 - - [2025-12-08 02:45:53] "GET /project/c5a69ae3-6e77-4f7d-8b21-41e1f08c1a32?fields=security_groups HTTP/1.1" 200 1359 0.082771 10.0.0.73 - - [2025-12-08 02:45:53] "DELETE /security-group/f2eee510-60f0-42fe-9ffd-d9a00f45f534 HTTP/1.1" 200 115 0.143144 10.0.0.73 - - [2025-12-08 02:45:53] "DELETE /security-group/c0ff8476-5454-44bb-a3c8-4f6f794831ca HTTP/1.1" 200 115 0.170017 10.0.0.73 - - [2025-12-08 02:45:53] "GET /projects?obj_uuids=b2e2956d-b2e3-4e84-8eff-a7c1969c7e6d&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001345 10.0.0.73 - - [2025-12-08 02:45:53] "GET /projects?obj_uuids=26a29a66-3019-40c8-8a2d-27d747aa7dec&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001205 10.0.0.73 - - [2025-12-08 02:45:53] "DELETE /access-control-list/1308ee2c-153d-4d20-aa99-cdf6b6fae9f0 HTTP/1.1" 200 115 0.083021 10.0.0.73 - - [2025-12-08 02:45:53] "DELETE /security-group/832ec4cd-8e0b-4071-a36d-8cd5b710225e HTTP/1.1" 200 115 0.184640 10.0.0.73 - - [2025-12-08 02:45:53] "GET /projects?obj_uuids=952bc6cd-c1a3-40de-a596-c9eaac985420&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001271 10.0.0.73 - - [2025-12-08 02:45:53] "DELETE /security-group/ed2f84eb-6023-41ab-9ac4-32b632adf946 HTTP/1.1" 200 115 0.170148 10.0.0.73 - - [2025-12-08 02:45:53] "DELETE /security-group/b977fe34-ec12-41df-a0d6-a989f25eb4b2 HTTP/1.1" 200 115 0.174298 10.0.0.73 - - [2025-12-08 02:45:53] "GET /projects?obj_uuids=e730c31d-3d58-42f8-8c8e-3b11baa9810c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001604 10.0.0.73 - - [2025-12-08 02:45:53] "GET /project/b2e2956d-b2e3-4e84-8eff-a7c1969c7e6d?fields=application_policy_sets HTTP/1.1" 200 1398 0.071042 10.0.0.73 - - [2025-12-08 02:45:53] "GET /projects?obj_uuids=5225d5f6-15b7-4846-a9d1-e331ba971fa4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001239 10.0.0.73 - - [2025-12-08 02:45:53] "GET /project/952bc6cd-c1a3-40de-a596-c9eaac985420?fields=application_policy_sets HTTP/1.1" 200 1398 0.078667 10.0.0.73 - - [2025-12-08 02:45:53] "DELETE /security-group/29b5d4c9-9430-4646-9be3-dd325a9737fa HTTP/1.1" 200 115 0.190993 10.0.0.73 - - [2025-12-08 02:45:53] "GET /project/26a29a66-3019-40c8-8a2d-27d747aa7dec?fields=application_policy_sets HTTP/1.1" 200 1411 0.129411 10.0.0.73 - - [2025-12-08 02:45:53] "GET /projects?obj_uuids=da187040-3478-4970-a1b0-9c2af5e62880&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001235 10.0.0.73 - - [2025-12-08 02:45:53] "DELETE /access-control-list/3a7da82d-1446-4f19-a344-d4580dadb9f5 HTTP/1.1" 200 115 0.116069 10.0.0.73 - - [2025-12-08 02:45:53] "GET /project/5225d5f6-15b7-4846-a9d1-e331ba971fa4?fields=application_policy_sets HTTP/1.1" 200 1412 0.083754 10.0.0.73 - - [2025-12-08 02:45:53] "DELETE /security-group/c23cca2e-4a94-4fc5-80bc-78c83644592e HTTP/1.1" 200 115 0.203404 10.0.0.73 - - [2025-12-08 02:45:53] "GET /project/e730c31d-3d58-42f8-8c8e-3b11baa9810c?fields=application_policy_sets HTTP/1.1" 200 1413 0.137402 10.0.0.73 - - [2025-12-08 02:45:53] "GET /projects?obj_uuids=c5a69ae3-6e77-4f7d-8b21-41e1f08c1a32&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001626 10.0.0.73 - - [2025-12-08 02:45:53] "DELETE /access-control-list/9347a946-21e8-40cc-9be1-a0e60cd48dd1 HTTP/1.1" 200 115 0.107503 10.0.0.73 - - [2025-12-08 02:45:53] "GET /project/da187040-3478-4970-a1b0-9c2af5e62880?fields=application_policy_sets HTTP/1.1" 200 1401 0.157738 10.0.0.73 - - [2025-12-08 02:45:53] "GET /project/c5a69ae3-6e77-4f7d-8b21-41e1f08c1a32?fields=application_policy_sets HTTP/1.1" 200 1398 0.132480 10.0.0.73 - - [2025-12-08 02:45:53] "DELETE /access-control-list/90278dae-877e-4495-9015-af0609e2c62b HTTP/1.1" 200 115 0.096282 10.0.0.73 - - [2025-12-08 02:45:53] "DELETE /project/b2e2956d-b2e3-4e84-8eff-a7c1969c7e6d HTTP/1.1" 200 115 0.870302 10.0.0.73 - - [2025-12-08 02:45:53] "DELETE /access-control-list/63c280bf-7414-4bdd-908c-d249beae4fa6 HTTP/1.1" 200 115 0.075051 10.0.0.73 - - [2025-12-08 02:45:53] "DELETE /project/952bc6cd-c1a3-40de-a596-c9eaac985420 HTTP/1.1" 200 115 0.956991 10.0.0.73 - - [2025-12-08 02:45:53] "DELETE /project/26a29a66-3019-40c8-8a2d-27d747aa7dec HTTP/1.1" 200 115 0.972840 10.0.0.73 - - [2025-12-08 02:45:53] "DELETE /project/5225d5f6-15b7-4846-a9d1-e331ba971fa4 HTTP/1.1" 200 115 0.958172 10.0.0.73 - - [2025-12-08 02:45:53] "DELETE /project/e730c31d-3d58-42f8-8c8e-3b11baa9810c HTTP/1.1" 200 115 0.963502 10.0.0.73 - - [2025-12-08 02:45:53] "DELETE /access-control-list/4ecdd6f9-4c8b-47c1-b5ea-e1007271f3d7 HTTP/1.1" 200 115 0.039866 10.0.0.73 - - [2025-12-08 02:45:53] "DELETE /project/da187040-3478-4970-a1b0-9c2af5e62880 HTTP/1.1" 200 115 1.002629 10.0.0.73 - - [2025-12-08 02:45:53] "DELETE /project/c5a69ae3-6e77-4f7d-8b21-41e1f08c1a32 HTTP/1.1" 200 115 0.963838 10.0.0.73 - - [2025-12-08 02:45:53] "DELETE /access-control-list/5afb729a-48a9-4334-a505-76c8946f201c HTTP/1.1" 200 115 0.056812 10.0.0.73 - - [2025-12-08 02:45:53] "DELETE /access-control-list/d7312391-39e0-421e-97ac-4ef4ecf8fccb HTTP/1.1" 200 115 0.022679 10.0.0.73 - - [2025-12-08 02:45:53] "DELETE /access-control-list/296153a9-c97b-4054-a169-7fbec6061efb HTTP/1.1" 200 115 0.024476 10.0.0.73 - - [2025-12-08 02:45:53] "DELETE /access-control-list/03000290-0b65-45f8-aa98-501f901576d7 HTTP/1.1" 200 115 0.020411 10.0.0.73 - - [2025-12-08 02:45:53] "DELETE /access-control-list/8fe3885a-921b-4882-89a2-c7da31eefbdb HTTP/1.1" 200 115 0.020692 10.0.0.73 - - [2025-12-08 02:45:53] "DELETE /access-control-list/6b3d3d31-85a3-4030-9dbe-18edbeffeebf HTTP/1.1" 200 115 0.036421 10.0.0.73 - - [2025-12-08 02:45:54] "DELETE /access-control-list/5a4ba20a-8d91-4de3-a034-962198eb6280 HTTP/1.1" 200 115 0.031248 10.0.0.73 - - [2025-12-08 02:45:54] "DELETE /access-control-list/7e6b1148-cef6-4c5f-9e5f-93a5825c31e6 HTTP/1.1" 200 115 0.022412 10.0.0.73 - - [2025-12-08 02:46:03] "GET /obj-perms HTTP/1.1" 200 5056 0.072330 10.0.0.73 - - [2025-12-08 02:46:04] "GET /obj-perms HTTP/1.1" 200 5056 0.061750 [Introspect:8084]10.0.0.73 - - [2025-12-08 02:46:22] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001460 [Introspect:8084]10.0.0.73 - - [2025-12-08 02:46:22] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001504