+++ date ++ echo 'INFO: =================== Thu Oct 23 01:56:33 AM UTC 2025 ===================' INFO: =================== Thu Oct 23 01:56:33 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 +++ command -v ip +++ local nic=ens3 +++ cut -d / -f 1 +++ ip addr show dev ens3 +++ grep 'inet ' +++ awk '{print $2}' +++ head -n 1 ++ DEFAULT_LOCAL_IP=10.0.0.65 ++ 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.65 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.65 ++ ANALYTICSDB_NODES=10.0.0.65 ++ ANALYTICS_SNMP_NODES=10.0.0.65 ++ 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.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:8081 ' +++ '[' -n '10.0.0.65:8081 ' ']' +++ echo 10.0.0.65:8081 ++ ANALYTICS_SERVERS=10.0.0.65: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.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:9042 ' +++ '[' -n '10.0.0.65:9042 ' ']' +++ echo 10.0.0.65:9042 ++ ANALYTICSDB_CQL_SERVERS=10.0.0.65:9042 ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.65 ++ 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.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:8086 ' +++ '[' -n '10.0.0.65:8086 ' ']' +++ echo 10.0.0.65:8086 ++ COLLECTOR_SERVERS=10.0.0.65: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.65 ++ CONFIGDB_NODES=10.0.0.65 ++ 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.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:8082 ' +++ '[' -n '10.0.0.65:8082 ' ']' +++ echo 10.0.0.65:8082 ++ CONFIG_SERVERS=10.0.0.65: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.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:9161 ' +++ '[' -n '10.0.0.65:9161 ' ']' +++ echo 10.0.0.65:9161 ++ CONFIGDB_SERVERS=10.0.0.65: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.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:9041 ' +++ '[' -n '10.0.0.65:9041 ' ']' +++ echo 10.0.0.65:9041 ++ CONFIGDB_CQL_SERVERS=10.0.0.65: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.249 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.249 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.65 ++ 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.65 +++ local server_address=10.0.0.65 +++ extended_server_list+=10.0.0.65:2181, +++ '[' -n 10.0.0.65:2181, ']' +++ echo 10.0.0.65:2181 ++ ZOOKEEPER_SERVERS=10.0.0.65: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.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:2181 ' +++ '[' -n '10.0.0.65:2181 ' ']' +++ echo 10.0.0.65:2181 ++ ZOOKEEPER_SERVERS_SPACE_DELIM=10.0.0.65:2181 ++ RABBITMQ_NODES=10.0.0.65 ++ 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.65 +++ local server_address=10.0.0.65 +++ extended_server_list+=10.0.0.65:5673, +++ '[' -n 10.0.0.65:5673, ']' +++ echo 10.0.0.65:5673 ++ RABBITMQ_SERVERS=10.0.0.65: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.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:6379 ' +++ '[' -n '10.0.0.65:6379 ' ']' +++ echo 10.0.0.65:6379 ++ REDIS_SERVERS=10.0.0.65: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.65 ++ 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.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:9092 ' +++ '[' -n '10.0.0.65:9092 ' ']' +++ echo 10.0.0.65:9092 ++ KAFKA_SERVERS=10.0.0.65: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.65 ++ 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.65 ++ 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.65 ++ WEBUI_JOB_SERVER_PORT=3000 ++ KUE_UI_PORT=3002 ++ WEBUI_HTTP_LISTEN_PORT=8180 ++ WEBUI_HTTPS_LISTEN_PORT=8143 ++ WEBUI_SSL_KEY_FILE=/etc/contrail/webui_ssl/cs-key.pem ++ WEBUI_SSL_CERT_FILE=/etc/contrail/webui_ssl/cs-cert.pem ++ WEBUI_SSL_CIPHERS=ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:AES256-SHA ++ WEBUI_STATIC_AUTH_USER=admin ++ WEBUI_STATIC_AUTH_PASSWORD=contrail123 ++ WEBUI_STATIC_AUTH_ROLE=cloudAdmin ++ XMPP_SERVER_PORT=5269 ++ XMPP_SSL_ENABLE=false ++ XMPP_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ XMPP_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ XMPP_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ LINKLOCAL_SERVICE_PORT=80 ++ LINKLOCAL_SERVICE_NAME=metadata ++ LINKLOCAL_SERVICE_IP=169.254.169.254 ++ IPFABRIC_SERVICE_PORT=8775 ++ INTROSPECT_SSL_ENABLE=false ++ INTROSPECT_SSL_INSECURE=True ++ INTROSPECT_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ INTROSPECT_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ INTROSPECT_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ INTROSPECT_LISTEN_ALL=True ++ SANDESH_SSL_ENABLE=false ++ SANDESH_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ METADATA_SSL_ENABLE=false ++ METADATA_SSL_CERTFILE= ++ METADATA_SSL_KEYFILE= ++ METADATA_SSL_CA_CERTFILE= ++ METADATA_SSL_CERT_TYPE= ++ CONFIGURE_IPTABLES=false ++ FWAAS_ENABLE=False ++ CONTAINERD_NAMESPACE=k8s.io ++ TOR_AGENT_OVS_KA=10000 ++ TOR_TYPE=ovs ++ TOR_OVS_PROTOCOL=tcp ++ TORAGENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ TORAGENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ TORAGENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ [[ /v3 == \/\v\2\.\0 ]] ++ [[ openstack == \o\p\e\n\s\t\a\c\k ]] ++ AUTH_MODE=keystone ++ [[ keystone == \k\e\y\s\t\o\n\e ]] ++ AUTH_PARAMS='--admin_password contrail123' ++ AUTH_PARAMS+=' --admin_tenant_name admin' ++ AUTH_PARAMS+=' --admin_user admin' ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ read -r -d '' sandesh_client_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ xmpp_certs_config= ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ analytics_api_ssl_opts= ++ read -r -d '' rabbitmq_config ++ true ++ read -r -d '' rabbit_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ kafka_ssl_config= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z '' ]] ++ is_enabled False ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ export TSN_AGENT_MODE= ++ TSN_AGENT_MODE= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z x ]] ++ RSYSLOGD_XFLOW_LISTEN_PORT=9898 + pre_start_init + wait_certs_if_ssl_enabled + is_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_config_api_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_for_cassandra ++ echo 10.0.0.65 ++ cut -d , -f 1 + local cassandra=10.0.0.65 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.65 9041 + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 + host_ip=0.0.0.0 + is_enabled + local val= + [[ '' == \t\r\u\e ]] + [[ '' == \y\e\s ]] + [[ '' == \e\n\a\b\l\e\d ]] ++ get_listen_ip_for_node CONFIG +++ find_my_ip_and_order_for_node CONFIG +++ local server_typ=CONFIG_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.65 +++ local servers=10.0.0.65 +++ local server_list= +++ cut -d ' ' -f 1 +++ 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.65,10.20.0.249,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.65'\''))' +++ local server_ip=10.0.0.65 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.65 ]] +++ [[ ,10.0.0.65,10.20.0.249,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.65, ]] +++ echo 10.0.0.65 1 +++ return ++ local ip=10.0.0.65 ++ [[ -z 10.0.0.65 ]] ++ echo 10.0.0.65 + host_ip=10.0.0.65 + [[ cql == \c\q\l ]] ++ echo 10.0.0.65:9041 ++ sed 's/,/ /g' + cassandra_server_list=10.0.0.65:9041 + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.65:8082' + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + neutron_section= + mkdir -p /etc/contrail + introspect_port_list=("${CONFIG_API_INTROSPECT_PORT}") + admin_port_list=("${CONFIG_API_ADMIN_PORT}") + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT-1 )) + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT )) + cat ++ get_introspect_listen_ip_for_node CONFIG ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + add_ini_params_from_env API /etc/contrail/contrail-api-0.conf + local service_name=API + local cfg_path=/etc/contrail/contrail-api-0.conf + local delim=__ ++ set -o posix ++ set ++ grep '^API__.*__.*=.*$' ++ sort ++ cut -d = -f 1 ++ sed 's/^API__//g' + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0' + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs contrail-api + local template=contrail-api ++ dirname /var/log/contrail/config-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/config-api + chmod 755 /var/log/contrail/config-api + mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/config-api + find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:287: SyntaxWarning: "is not" with a literal. Did you mean "!="? if ip_alloc_unit is not 1: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1113: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1910: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: 10/23/2025 01:56:42.416 7f93358e1c80 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 10/23/2025 01:56:42.564 7f93358e1c80 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 10/23/2025 01:56:42.576 7f93358e1c80 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 10/23/2025 01:56:42.576 7f93358e1c80 [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.65:8082/ Hit Ctrl-C to quit. 10.0.0.65 - - [2025-10-23 01:56:46] "GET / HTTP/1.1" 503 181 0.000231 10.0.0.65 - - [2025-10-23 01:56:46] "GET / HTTP/1.1" 503 181 0.000148 10.0.0.65 - - [2025-10-23 01:56:47] "GET / HTTP/1.1" 200 35931 0.002058 10.0.0.65 - - [2025-10-23 01:56:47] "GET / HTTP/1.1" 200 45871 0.001288 10.0.0.65 - - [2025-10-23 01:56:47] "GET / HTTP/1.1" 200 45871 0.001111 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.65 - - [2025-10-23 01:56:47] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000538 10.0.0.65 - - [2025-10-23 01:56:47] "POST /fqname-to-id HTTP/1.1" 401 292 0.000262 10.0.0.65 - - [2025-10-23 01:56:48] "GET / HTTP/1.1" 200 35931 0.001511 10.0.0.65 - - [2025-10-23 01:56:48] "POST /fqname-to-id HTTP/1.1" 401 292 0.000401 10.0.0.65 - - [2025-10-23 01:56:48] "POST /fqname-to-id HTTP/1.1" 401 292 0.000461 10.0.0.65 - - [2025-10-23 01:56:49] "GET / HTTP/1.1" 200 35931 0.001289 10.0.0.65 - - [2025-10-23 01:56:49] "GET / HTTP/1.1" 200 35931 0.001386 10.0.0.65 - - [2025-10-23 01:56:49] "POST /fqname-to-id HTTP/1.1" 401 292 0.000412 10.0.0.65 - - [2025-10-23 01:56:50] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 1.675338 10.0.0.65 - - [2025-10-23 01:56:50] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.004569 10.0.0.65 - - [2025-10-23 01:56:50] "POST /fqname-to-id HTTP/1.1" 200 156 1.035989 10.0.0.65 - - [2025-10-23 01:56:50] "GET /global-system-config/7934b787-82ff-4190-805e-f5dd93c9958e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1058 0.007019 10.0.0.65 - - [2025-10-23 01:56:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.727502 10.0.0.65 - - [2025-10-23 01:56:50] "GET /network-ipam/b1f36118-cf0a-434b-83b0-7c828ec8d440?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.005131 10.0.0.65 - - [2025-10-23 01:56:50] "POST /fqname-to-id HTTP/1.1" 404 186 0.083939 10.0.0.65 - - [2025-10-23 01:56:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003897 10.0.0.65 - - [2025-10-23 01:56:50] "POST /fqname-to-id HTTP/1.1" 200 156 1.418208 10.0.0.65 - - [2025-10-23 01:56:50] "POST /fqname-to-id HTTP/1.1" 404 220 0.008632 10.0.0.65 - - [2025-10-23 01:56:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003307 10.0.0.65 - - [2025-10-23 01:56:50] "GET /global-system-config/7934b787-82ff-4190-805e-f5dd93c9958e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1058 0.012058 10.0.0.65 - - [2025-10-23 01:56:50] "POST /config-nodes HTTP/1.1" 200 599 0.029993 10.0.0.65 - - [2025-10-23 01:56:50] "POST /service-appliance-sets HTTP/1.1" 200 553 0.028886 10.0.0.65 - - [2025-10-23 01:56:50] "POST /fqname-to-id HTTP/1.1" 404 180 0.003225 10.0.0.65 - - [2025-10-23 01:56:50] "GET / HTTP/1.1" 200 35931 0.001761 10.0.0.65 - - [2025-10-23 01:56:50] "POST /fqname-to-id HTTP/1.1" 401 292 0.000377 10.0.0.65 - - [2025-10-23 01:56:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003142 10.0.0.65 - - [2025-10-23 01:56:50] "GET /global-system-config/7934b787-82ff-4190-805e-f5dd93c9958e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1058 0.006497 10.0.0.65 - - [2025-10-23 01:56:50] "POST /service-appliance-sets HTTP/1.1" 200 541 0.048451 10.0.0.65 - - [2025-10-23 01:56:50] "GET / HTTP/1.1" 200 35931 0.001515 10.0.0.65 - - [2025-10-23 01:56:50] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000514 10.0.0.65 - - [2025-10-23 01:56:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003417 10.0.0.65 - - [2025-10-23 01:56:50] "GET /network-ipam/b1f36118-cf0a-434b-83b0-7c828ec8d440?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.004170 10.0.0.65 - - [2025-10-23 01:56:50] "POST /fqname-to-id HTTP/1.1" 404 225 0.002870 10.0.0.65 - - [2025-10-23 01:56:50] "POST /service-templates HTTP/1.1" 200 511 0.032527 10.0.0.65 - - [2025-10-23 01:56:50] "POST /access-control-lists HTTP/1.1" 200 587 0.041397 10.0.0.65 - - [2025-10-23 01:56:50] "POST /service-templates HTTP/1.1" 200 501 0.028165 10.0.0.65 - - [2025-10-23 01:56:50] "POST /fqname-to-id HTTP/1.1" 404 224 0.003420 /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.65 - - [2025-10-23 01:56:50] "POST /access-control-lists HTTP/1.1" 200 585 0.028199 10.0.0.65 - - [2025-10-23 01:56:50] "POST /service-templates HTTP/1.1" 200 515 0.031988 10.0.0.65 - - [2025-10-23 01:56:50] "POST /service-templates HTTP/1.1" 200 535 0.034208 10.0.0.65 - - [2025-10-23 01:56:51] "POST /route-targets HTTP/1.1" 200 327 0.124673 10.0.0.65 - - [2025-10-23 01:56:51] "POST /service-templates HTTP/1.1" 200 507 0.027648 10.0.0.65 - - [2025-10-23 01:56:51] "POST /ref-update HTTP/1.1" 200 156 0.013897 10.0.0.65 - - [2025-10-23 01:56:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.365230 10.0.0.65 - - [2025-10-23 01:56:51] "GET /global-system-config/7934b787-82ff-4190-805e-f5dd93c9958e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1058 0.007616 10.0.0.65 - - [2025-10-23 01:56:51] "POST /route-targets HTTP/1.1" 200 327 0.017443 10.0.0.65 - - [2025-10-23 01:56:51] "POST /fqname-to-id HTTP/1.1" 404 220 0.003642 10.0.0.65 - - [2025-10-23 01:56:51] "POST /ref-update HTTP/1.1" 200 156 0.015359 10.0.0.65 - - [2025-10-23 01:56:51] "POST /config-database-nodes HTTP/1.1" 200 617 0.021700 10.0.0.65 - - [2025-10-23 01:56:51] "POST /route-targets HTTP/1.1" 200 327 0.017479 10.0.0.65 - - [2025-10-23 01:56:51] "POST /ref-update HTTP/1.1" 200 156 0.011672 10.0.0.65 - - [2025-10-23 01:56:51] "POST /route-targets HTTP/1.1" 200 327 0.011412 10.0.0.65 - - [2025-10-23 01:56:51] "POST /ref-update HTTP/1.1" 200 156 0.011824 10.0.0.65 - - [2025-10-23 01:56:51] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.413825 10.0.0.65 - - [2025-10-23 01:56:51] "POST /fqname-to-id HTTP/1.1" 404 201 0.003254 10.0.0.65 - - [2025-10-23 01:56:51] "POST /access-control-lists HTTP/1.1" 200 551 0.061312 10.0.0.65 - - [2025-10-23 01:56:51] "PUT /access-control-list/95f6d4c5-f6de-4839-b7e9-d188c226dfe9 HTTP/1.1" 200 272 0.010113 10.0.0.65 - - [2025-10-23 01:56:51] "PUT /access-control-list/e7ba12fd-52f0-4ce3-92c3-f1ba3ea2002c HTTP/1.1" 200 272 0.010542 10.0.0.65 - - [2025-10-23 01:56:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.008242 10.0.0.65 - - [2025-10-23 01:56:56] "GET /global-vrouter-config/95eadd9a-0ced-4891-a5dd-85fa8734b586?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1216 0.003710 10.0.0.65 - - [2025-10-23 01:56:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003106 10.0.0.65 - - [2025-10-23 01:56:56] "PUT /global-vrouter-config/95eadd9a-0ced-4891-a5dd-85fa8734b586 HTTP/1.1" 200 276 0.013343 10.0.0.65 - - [2025-10-23 01:56:56] "GET / HTTP/1.1" 200 35931 0.001675 10.0.0.65 - - [2025-10-23 01:56:56] "POST /alarms HTTP/1.1" 401 292 0.000360 10.0.0.65 - - [2025-10-23 01:56:57] "POST /alarms HTTP/1.1" 200 581 0.050241 10.0.0.65 - - [2025-10-23 01:56:57] "POST /alarms HTTP/1.1" 200 575 0.021440 10.0.0.65 - - [2025-10-23 01:56:57] "POST /alarms HTTP/1.1" 200 575 0.018500 10.0.0.65 - - [2025-10-23 01:56:57] "POST /alarms HTTP/1.1" 200 559 0.019529 10.0.0.65 - - [2025-10-23 01:56:57] "POST /alarms HTTP/1.1" 200 555 0.018143 10.0.0.65 - - [2025-10-23 01:56:57] "POST /alarms HTTP/1.1" 200 557 0.024639 10.0.0.65 - - [2025-10-23 01:56:57] "POST /alarms HTTP/1.1" 200 565 0.019626 10.0.0.65 - - [2025-10-23 01:56:57] "POST /alarms HTTP/1.1" 200 549 0.016847 10.0.0.65 - - [2025-10-23 01:56:57] "POST /alarms HTTP/1.1" 200 557 0.021192 10.0.0.65 - - [2025-10-23 01:56:57] "POST /alarms HTTP/1.1" 200 567 0.021827 10.0.0.65 - - [2025-10-23 01:56:58] "POST /alarms HTTP/1.1" 200 555 0.024606 10.0.0.65 - - [2025-10-23 01:56:58] "POST /alarms HTTP/1.1" 200 567 0.020098 10.0.0.65 - - [2025-10-23 01:56:58] "POST /alarms HTTP/1.1" 200 575 0.071818 10.0.0.65 - - [2025-10-23 01:56:58] "POST /alarms HTTP/1.1" 200 569 0.023805 10.0.0.65 - - [2025-10-23 01:56:58] "POST /alarms HTTP/1.1" 200 561 0.016607 10.0.0.65 - - [2025-10-23 01:56:58] "POST /alarms HTTP/1.1" 200 561 0.016319 10.0.0.65 - - [2025-10-23 01:56:58] "POST /alarms HTTP/1.1" 200 561 0.018927 10.0.0.65 - - [2025-10-23 01:56:58] "POST /alarms HTTP/1.1" 200 547 0.017164 10.0.0.65 - - [2025-10-23 01:56:58] "POST /alarms HTTP/1.1" 200 595 0.016761 10.0.0.65 - - [2025-10-23 01:56:58] "POST /alarms HTTP/1.1" 200 575 0.018401 10.0.0.65 - - [2025-10-23 01:56:58] "POST /alarms HTTP/1.1" 200 571 0.016840 10.0.0.65 - - [2025-10-23 01:56:58] "POST /alarms HTTP/1.1" 200 583 0.017002 10.0.0.65 - - [2025-10-23 01:56:58] "POST /alarms HTTP/1.1" 200 609 0.021182 10.0.0.65 - - [2025-10-23 01:56:59] "GET / HTTP/1.1" 200 35931 0.001636 10.0.0.65 - - [2025-10-23 01:56:59] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000372 10.0.0.65 - - [2025-10-23 01:56:59] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.022618 10.0.0.65 - - [2025-10-23 01:56:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002565 10.0.0.65 - - [2025-10-23 01:56:59] "PUT /global-vrouter-config/95eadd9a-0ced-4891-a5dd-85fa8734b586 HTTP/1.1" 200 276 0.011379 10.0.0.65 - - [2025-10-23 01:56:59] "GET / HTTP/1.1" 200 35931 0.002424 10.0.0.65 - - [2025-10-23 01:56:59] "POST /fqname-to-id HTTP/1.1" 401 292 0.000381 10.0.0.65 - - [2025-10-23 01:57:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.023371 10.0.0.65 - - [2025-10-23 01:57:00] "GET /global-vrouter-config/95eadd9a-0ced-4891-a5dd-85fa8734b586?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003869 10.0.0.65 - - [2025-10-23 01:57:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003124 10.0.0.65 - - [2025-10-23 01:57:00] "PUT /global-vrouter-config/95eadd9a-0ced-4891-a5dd-85fa8734b586 HTTP/1.1" 200 276 0.008549 10.0.0.65 - - [2025-10-23 01:57:00] "GET / HTTP/1.1" 200 35931 0.002800 10.0.0.65 - - [2025-10-23 01:57:00] "POST /fqname-to-id HTTP/1.1" 401 292 0.000413 10.0.0.65 - - [2025-10-23 01:57:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.023797 10.0.0.65 - - [2025-10-23 01:57:01] "GET /global-system-config/7934b787-82ff-4190-805e-f5dd93c9958e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1058 0.006039 10.0.0.65 - - [2025-10-23 01:57:01] "PUT /global-system-config/7934b787-82ff-4190-805e-f5dd93c9958e HTTP/1.1" 200 274 0.016044 10.0.0.65 - - [2025-10-23 01:57:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000447 10.0.0.65 - - [2025-10-23 01:57:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000396 10.0.0.65 - - [2025-10-23 01:57:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000567 10.0.0.65 - - [2025-10-23 01:57:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000823 10.0.0.65 - - [2025-10-23 01:57:48] "GET / HTTP/1.1" 200 35931 0.002319 10.0.0.65 - - [2025-10-23 01:57:48] "POST /fqname-to-id HTTP/1.1" 401 292 0.000611 10.0.0.65 - - [2025-10-23 01:57:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.025284 10.0.0.65 - - [2025-10-23 01:57:48] "GET /routing-instance/b88e0701-9859-40c6-b909-21fd4e89a423?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.005087 10.0.0.65 - - [2025-10-23 01:57:48] "POST /bgp-routers HTTP/1.1" 200 620 0.021713 10.0.0.65 - - [2025-10-23 01:57:48] "GET /bgp-router/2faf11f0-c531-4667-8026-86bd77790a69?fields=global_system_config_back_refs HTTP/1.1" 200 1125 0.007444 10.0.0.65 - - [2025-10-23 01:57:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004162 10.0.0.65 - - [2025-10-23 01:57:48] "GET /global-system-config/7934b787-82ff-4190-805e-f5dd93c9958e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1058 0.006395 10.0.0.65 - - [2025-10-23 01:57:48] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.008510 10.0.0.65 - - [2025-10-23 01:57:48] "POST /ref-update HTTP/1.1" 200 156 0.008032 10.0.0.65 - - [2025-10-23 01:58:17] "GET / HTTP/1.1" 200 35931 0.001663 10.0.0.65 - - [2025-10-23 01:58:17] "POST /fqname-to-id HTTP/1.1" 401 292 0.000494 10.0.0.65 - - [2025-10-23 01:58:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.023372 10.0.0.65 - - [2025-10-23 01:58:17] "GET /global-system-config/7934b787-82ff-4190-805e-f5dd93c9958e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.007423 10.0.0.65 - - [2025-10-23 01:58:17] "POST /fqname-to-id HTTP/1.1" 404 220 0.002913 10.0.0.65 - - [2025-10-23 01:58:17] "POST /database-nodes HTTP/1.1" 200 603 0.018814 10.0.0.65 - - [2025-10-23 01:58:47] "GET / HTTP/1.1" 200 35931 0.001561 10.0.0.65 - - [2025-10-23 01:58:47] "POST /fqname-to-id HTTP/1.1" 401 292 0.000407 10.0.0.65 - - [2025-10-23 01:58:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.025445 10.0.0.65 - - [2025-10-23 01:58:47] "GET /global-system-config/7934b787-82ff-4190-805e-f5dd93c9958e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.005865 10.0.0.65 - - [2025-10-23 01:58:47] "POST /fqname-to-id HTTP/1.1" 404 220 0.003226 10.0.0.65 - - [2025-10-23 01:58:48] "POST /analytics-nodes HTTP/1.1" 200 605 0.018233 10.0.0.65 - - [2025-10-23 01:58:53] "GET / HTTP/1.1" 200 35931 0.001652 10.0.0.65 - - [2025-10-23 01:59:02] "GET / HTTP/1.1" 200 35931 0.001926 10.0.0.65 - - [2025-10-23 01:59:02] "POST /fqname-to-id HTTP/1.1" 401 292 0.000433 10.0.0.65 - - [2025-10-23 01:59:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.022782 10.0.0.65 - - [2025-10-23 01:59:02] "GET /global-system-config/7934b787-82ff-4190-805e-f5dd93c9958e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.006307 10.0.0.65 - - [2025-10-23 01:59:02] "POST /fqname-to-id HTTP/1.1" 404 220 0.003081 10.0.0.65 - - [2025-10-23 01:59:02] "POST /analytics-alarm-nodes HTTP/1.1" 200 617 0.032038 10.0.0.65 - - [2025-10-23 01:59:14] "GET / HTTP/1.1" 200 35931 0.002159 10.0.0.65 - - [2025-10-23 01:59:14] "POST /fqname-to-id HTTP/1.1" 401 292 0.000398 10.0.0.65 - - [2025-10-23 01:59:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.024504 10.0.0.65 - - [2025-10-23 01:59:15] "GET /global-system-config/7934b787-82ff-4190-805e-f5dd93c9958e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.007303 10.0.0.65 - - [2025-10-23 01:59:15] "POST /fqname-to-id HTTP/1.1" 404 220 0.003835 10.0.0.65 - - [2025-10-23 01:59:15] "POST /analytics-snmp-nodes HTTP/1.1" 200 615 0.018691 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.65 - - [2025-10-23 01:59:52] "GET /obj-perms HTTP/1.1" 200 5056 0.412930 10.0.0.65 - - [2025-10-23 01:59:53] "GET /obj-perms HTTP/1.1" 200 5056 0.045924 10.0.0.65 - - [2025-10-23 02:00:53] "GET /obj-perms HTTP/1.1" 200 5056 0.043576 10.0.0.65 - - [2025-10-23 02:00:54] "GET /obj-perms HTTP/1.1" 200 5056 0.040323 10.0.0.65 - - [2025-10-23 02:01:45] "GET / HTTP/1.1" 200 35931 0.001700 10.0.0.65 - - [2025-10-23 02:01:45] "POST /fqname-to-id HTTP/1.1" 401 292 0.000402 10.0.0.65 - - [2025-10-23 02:01:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.026961 10.0.0.65 - - [2025-10-23 02:01:45] "GET /global-system-config/7934b787-82ff-4190-805e-f5dd93c9958e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.007099 10.0.0.65 - - [2025-10-23 02:01:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003426 10.0.0.65 - - [2025-10-23 02:01:45] "GET /routing-instance/b88e0701-9859-40c6-b909-21fd4e89a423?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.003883 10.0.0.65 - - [2025-10-23 02:01:45] "PUT /global-system-config/7934b787-82ff-4190-805e-f5dd93c9958e HTTP/1.1" 200 274 0.011714 10.0.0.65 - - [2025-10-23 02:01:45] "POST /fqname-to-id HTTP/1.1" 404 218 0.002805 10.0.0.65 - - [2025-10-23 02:01:45] "POST /virtual-routers HTTP/1.1" 200 603 0.026839 10.0.0.65 - - [2025-10-23 02:01:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002921 10.0.0.65 - - [2025-10-23 02:01:46] "GET /virtual-router/a8b93026-5920-40ac-8db4-8549abd8155c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1257 0.006683 10.0.0.65 - - [2025-10-23 02:01:46] "POST /fqname-to-id HTTP/1.1" 404 231 0.002815 10.0.0.65 - - [2025-10-23 02:01:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003263 10.0.0.65 - - [2025-10-23 02:01:46] "GET /virtual-network/a1f6fd53-4521-4037-8202-2b2f1427c77d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.005459 10.0.0.65 - - [2025-10-23 02:01:46] "POST /virtual-machine-interfaces HTTP/1.1" 200 585 0.080687 10.0.0.65 - - [2025-10-23 02:01:46] "PUT /access-control-list/862d9542-2bf5-4c74-bf33-0e7dabcb4dbb HTTP/1.1" 200 272 0.011636 [Introspect:8084]10.0.0.65 - - [2025-10-23 02:01:47] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001302 [Introspect:8084]10.0.0.65 - - [2025-10-23 02:01:47] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001190 10.0.0.65 - - [2025-10-23 02:01:54] "GET /obj-perms HTTP/1.1" 200 5056 0.047499 10.0.0.65 - - [2025-10-23 02:01:54] "GET /obj-perms HTTP/1.1" 200 5056 0.043129 10.0.0.65 - - [2025-10-23 02:01:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003117 10.0.0.65 - - [2025-10-23 02:01:54] "GET /virtual-router/a8b93026-5920-40ac-8db4-8549abd8155c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1257 0.003437 [Introspect:8084]10.0.0.65 - - [2025-10-23 02:02:00] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000953 [Introspect:8084]10.0.0.65 - - [2025-10-23 02:02:00] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.000905 [Introspect:8084]10.0.0.65 - - [2025-10-23 02:02:02] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000865 [Introspect:8084]10.0.0.65 - - [2025-10-23 02:02:02] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.000886 10.0.0.65 - - [2025-10-23 02:02:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000421 10.0.0.65 - - [2025-10-23 02:02:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000394 10.0.0.65 - - [2025-10-23 02:02:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000431 10.0.0.65 - - [2025-10-23 02:02:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000376 10.0.0.65 - - [2025-10-23 02:02:55] "GET /obj-perms HTTP/1.1" 200 5056 0.043108 10.0.0.65 - - [2025-10-23 02:02:55] "GET /obj-perms HTTP/1.1" 200 5056 0.046788 10.0.0.65 - - [2025-10-23 02:03:02] "GET / HTTP/1.1" 200 35931 0.001478 10.0.0.65 - - [2025-10-23 02:03:03] "GET /project/4e2a0473-b9a3-4aa1-a8ce-3574e4f941d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000436 10.0.0.65 - - [2025-10-23 02:03:03] "GET /projects?obj_uuids=4e2a0473-b9a3-4aa1-a8ce-3574e4f941d8&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.020830 10.0.0.65 - - [2025-10-23 02:03:03] "GET /domains?obj_uuids=2e283574-867c-482d-913f-5e0415a1ddc2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001577 10.0.0.65 - - [2025-10-23 02:03:03] "GET /domain/2e283574-867c-482d-913f-5e0415a1ddc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.033401 10.0.0.65 - - [2025-10-23 02:03:03] "POST /id-to-fqname HTTP/1.1" 200 167 0.001242 10.0.0.65 - - [2025-10-23 02:03:03] "POST /fqname-to-id HTTP/1.1" 404 176 0.003115 10.0.0.65 - - [2025-10-23 02:03:04] "POST /security-groups HTTP/1.1" 200 568 0.060573 10.0.0.65 - - [2025-10-23 02:03:04] "POST /fqname-to-id HTTP/1.1" 404 207 0.023535 10.0.0.65 - - [2025-10-23 02:03:04] "POST /projects HTTP/1.1" 200 539 0.213909 10.0.0.65 - - [2025-10-23 02:03:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.280547 10.0.0.65 - - [2025-10-23 02:03:04] "POST /access-control-lists HTTP/1.1" 200 573 0.060208 10.0.0.65 - - [2025-10-23 02:03:04] "GET /project/4e2a0473-b9a3-4aa1-a8ce-3574e4f941d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1281 0.438504 10.0.0.65 - - [2025-10-23 02:03:04] "POST /fqname-to-id HTTP/1.1" 404 206 0.017157 10.0.0.65 - - [2025-10-23 02:03:04] "POST /access-control-lists HTTP/1.1" 200 571 0.058582 [Introspect:8084]10.0.0.65 - - [2025-10-23 02:03:04] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001599 10.0.0.65 - - [2025-10-23 02:03:05] "POST /fqname-to-id HTTP/1.1" 404 199 0.018612 10.0.0.65 - - [2025-10-23 02:03:05] "GET /projects?obj_uuids=a5bf0f80-d206-44d6-b9ff-23554d7da7ca&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002527 10.0.0.65 - - [2025-10-23 02:03:05] "GET /domains?obj_uuids=2e283574-867c-482d-913f-5e0415a1ddc2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000972 10.0.0.65 - - [2025-10-23 02:03:05] "GET /domain/2e283574-867c-482d-913f-5e0415a1ddc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006642 10.0.0.65 - - [2025-10-23 02:03:05] "POST /id-to-fqname HTTP/1.1" 200 201 0.001215 10.0.0.65 - - [2025-10-23 02:03:05] "POST /fqname-to-id HTTP/1.1" 404 210 0.002957 10.0.0.65 - - [2025-10-23 02:03:05] "POST /security-groups HTTP/1.1" 200 602 0.060795 10.0.0.65 - - [2025-10-23 02:03:05] "POST /fqname-to-id HTTP/1.1" 404 245 0.002278 10.0.0.65 - - [2025-10-23 02:03:05] "POST /projects HTTP/1.1" 200 607 0.211034 10.0.0.65 - - [2025-10-23 02:03:05] "POST /access-control-lists HTTP/1.1" 200 607 0.061441 10.0.0.65 - - [2025-10-23 02:03:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.279653 10.0.0.65 - - [2025-10-23 02:03:05] "POST /fqname-to-id HTTP/1.1" 404 244 0.003400 10.0.0.65 - - [2025-10-23 02:03:05] "GET /project/a5bf0f80-d206-44d6-b9ff-23554d7da7ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.403657 10.0.0.65 - - [2025-10-23 02:03:05] "POST /access-control-lists HTTP/1.1" 200 605 0.070006 10.0.0.65 - - [2025-10-23 02:03:06] "GET / HTTP/1.1" 200 35931 0.001831 10.0.0.65 - - [2025-10-23 02:03:07] "POST /fqname-to-id HTTP/1.1" 401 292 0.000444 10.0.0.65 - - [2025-10-23 02:03:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.052377 10.0.0.65 - - [2025-10-23 02:03:07] "GET /projects?obj_uuids=a5bf0f80-d206-44d6-b9ff-23554d7da7ca&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000938 10.0.0.65 - - [2025-10-23 02:03:07] "GET /project/a5bf0f80-d206-44d6-b9ff-23554d7da7ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.021868 10.0.0.65 - - [2025-10-23 02:03:07] "POST /neutron/network HTTP/1.1" 200 117 0.034575 10.0.0.65 - - [2025-10-23 02:03:07] "GET /projects?obj_uuids=a5bf0f80-d206-44d6-b9ff-23554d7da7ca&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001013 10.0.0.65 - - [2025-10-23 02:03:07] "POST /neutron/network HTTP/1.1" 200 620 0.087178 10.0.0.65 - - [2025-10-23 02:03:07] "POST /route-targets HTTP/1.1" 200 327 0.010834 10.0.0.65 - - [2025-10-23 02:03:07] "POST /ref-update HTTP/1.1" 200 156 0.019032 10.0.0.65 - - [2025-10-23 02:03:08] "POST /useragent-kv HTTP/1.1" 200 115 0.003254 10.0.0.65 - - [2025-10-23 02:03:08] "POST /neutron/subnet HTTP/1.1" 200 725 0.182796 10.0.0.65 - - [2025-10-23 02:03:08] "POST /neutron/network HTTP/1.1" 200 839 0.005465 10.0.0.65 - - [2025-10-23 02:03:08] "POST /id-to-fqname HTTP/1.1" 200 233 0.001115 10.0.0.65 - - [2025-10-23 02:03:08] "GET /virtual-network/e73793ec-8e23-4df5-b321-4aba02cd140c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.004682 10.0.0.65 - - [2025-10-23 02:03:08] "POST /neutron/network HTTP/1.1" 200 839 0.006233 10.0.0.65 - - [2025-10-23 02:03:08] "GET /virtual-network/e73793ec-8e23-4df5-b321-4aba02cd140c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.005273 10.0.0.65 - - [2025-10-23 02:03:08] "POST /neutron/network HTTP/1.1" 200 839 0.005611 10.0.0.65 - - [2025-10-23 02:03:08] "POST /neutron/subnet HTTP/1.1" 200 725 0.006907 10.0.0.65 - - [2025-10-23 02:03:08] "GET /domains HTTP/1.1" 401 292 0.000355 10.0.0.65 - - [2025-10-23 02:03:08] "GET /domains HTTP/1.1" 200 280 0.024486 10.0.0.65 - - [2025-10-23 02:03:08] "GET /domains?obj_uuids=2e283574-867c-482d-913f-5e0415a1ddc2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002177 10.0.0.65 - - [2025-10-23 02:03:08] "GET /domain/2e283574-867c-482d-913f-5e0415a1ddc2 HTTP/1.1" 200 2584 0.012818 10.0.0.65 - - [2025-10-23 02:03:08] "GET /projects?obj_uuids=a5bf0f80-d206-44d6-b9ff-23554d7da7ca&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000898 10.0.0.65 - - [2025-10-23 02:03:08] "GET /project/a5bf0f80-d206-44d6-b9ff-23554d7da7ca HTTP/1.1" 200 2179 0.073291 10.0.0.65 - - [2025-10-23 02:03:08] "GET /virtual-network/e73793ec-8e23-4df5-b321-4aba02cd140c HTTP/1.1" 200 2343 0.006452 10.0.0.65 - - [2025-10-23 02:03:08] "GET /virtual-network/e73793ec-8e23-4df5-b321-4aba02cd140c HTTP/1.1" 200 2343 0.004792 10.0.0.65 - - [2025-10-23 02:03:08] "GET /routing-instance/87dfbcf2-ad77-4a76-bf7d-bf76d5958c10 HTTP/1.1" 200 1494 0.003157 10.0.0.65 - - [2025-10-23 02:03:08] "GET /routing-instance/87dfbcf2-ad77-4a76-bf7d-bf76d5958c10 HTTP/1.1" 200 1494 0.003093 10.0.0.65 - - [2025-10-23 02:03:08] "GET /route-target/4bd4e89f-6603-405b-ab84-113e1c02b550 HTTP/1.1" 200 1219 0.052245 10.0.0.65 - - [2025-10-23 02:03:08] "GET /virtual-network/e73793ec-8e23-4df5-b321-4aba02cd140c HTTP/1.1" 200 2343 0.005770 10.0.0.65 - - [2025-10-23 02:03:08] "GET /routing-instance/87dfbcf2-ad77-4a76-bf7d-bf76d5958c10 HTTP/1.1" 200 1494 0.003686 10.0.0.65 - - [2025-10-23 02:03:08] "GET /virtual-network/e73793ec-8e23-4df5-b321-4aba02cd140c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.004951 10.0.0.65 - - [2025-10-23 02:03:08] "GET /virtual-network/e73793ec-8e23-4df5-b321-4aba02cd140c HTTP/1.1" 200 2343 0.004647 10.0.0.65 - - [2025-10-23 02:03:08] "GET /routing-instance/87dfbcf2-ad77-4a76-bf7d-bf76d5958c10 HTTP/1.1" 200 1494 0.003172 10.0.0.65 - - [2025-10-23 02:03:08] "GET /routing-instance/87dfbcf2-ad77-4a76-bf7d-bf76d5958c10 HTTP/1.1" 200 1494 0.003313 10.0.0.65 - - [2025-10-23 02:03:08] "GET /route-target/4bd4e89f-6603-405b-ab84-113e1c02b550 HTTP/1.1" 200 1219 0.002641 10.0.0.65 - - [2025-10-23 02:03:08] "GET /domains HTTP/1.1" 200 280 0.002608 10.0.0.65 - - [2025-10-23 02:03:08] "GET /domains?obj_uuids=2e283574-867c-482d-913f-5e0415a1ddc2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000883 10.0.0.65 - - [2025-10-23 02:03:08] "GET /domain/2e283574-867c-482d-913f-5e0415a1ddc2 HTTP/1.1" 200 2584 0.006116 10.0.0.65 - - [2025-10-23 02:03:08] "GET /projects?obj_uuids=a5bf0f80-d206-44d6-b9ff-23554d7da7ca&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000872 10.0.0.65 - - [2025-10-23 02:03:09] "GET /project/a5bf0f80-d206-44d6-b9ff-23554d7da7ca HTTP/1.1" 200 2179 0.069815 10.0.0.65 - - [2025-10-23 02:03:09] "GET /virtual-network/e73793ec-8e23-4df5-b321-4aba02cd140c HTTP/1.1" 200 2343 0.005142 10.0.0.65 - - [2025-10-23 02:03:09] "GET /obj-perms HTTP/1.1" 200 5052 0.049931 10.0.0.65 - - [2025-10-23 02:03:09] "POST /id-to-fqname HTTP/1.1" 200 233 0.001411 10.0.0.65 - - [2025-10-23 02:03:11] "POST /neutron/network HTTP/1.1" 200 849 0.006330 10.0.0.65 - - [2025-10-23 02:03:11] "GET /aaa-mode HTTP/1.1" 401 292 0.000366 10.0.0.65 - - [2025-10-23 02:03:11] "GET / HTTP/1.1" 200 35931 0.001710 10.0.0.65 - - [2025-10-23 02:03:11] "GET /project/a5bf0f80-d206-44d6-b9ff-23554d7da7ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000386 10.0.0.65 - - [2025-10-23 02:03:11] "GET /projects?obj_uuids=a5bf0f80-d206-44d6-b9ff-23554d7da7ca&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000981 10.0.0.65 - - [2025-10-23 02:03:11] "GET /project/a5bf0f80-d206-44d6-b9ff-23554d7da7ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.048346 10.0.0.65 - - [2025-10-23 02:03:12] "POST /neutron/network HTTP/1.1" 200 839 0.026791 10.0.0.65 - - [2025-10-23 02:03:12] "POST /neutron/port HTTP/1.1" 200 117 0.004992 10.0.0.65 - - [2025-10-23 02:03:12] "POST /neutron/port HTTP/1.1" 200 117 0.005427 10.0.0.65 - - [2025-10-23 02:03:12] "POST /neutron/port HTTP/1.1" 200 117 0.005238 10.0.0.65 - - [2025-10-23 02:03:13] "POST /neutron/network HTTP/1.1" 200 849 0.005742 10.0.0.65 - - [2025-10-23 02:03:13] "GET /projects?obj_uuids=a5bf0f80-d206-44d6-b9ff-23554d7da7ca&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001417 10.0.0.65 - - [2025-10-23 02:03:13] "POST /neutron/port HTTP/1.1" 200 1071 0.215798 10.0.0.65 - - [2025-10-23 02:03:14] "POST /neutron/port HTTP/1.1" 200 1071 0.035161 10.0.0.65 - - [2025-10-23 02:03:14] "POST /neutron/port HTTP/1.1" 200 1071 0.009519 10.0.0.65 - - [2025-10-23 02:03:14] "POST /neutron/port HTTP/1.1" 200 1125 0.068147 10.0.0.65 - - [2025-10-23 02:03:14] "POST /neutron/port HTTP/1.1" 200 1099 0.011258 10.0.0.65 - - [2025-10-23 02:03:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003142 10.0.0.65 - - [2025-10-23 02:03:14] "POST /neutron/subnet HTTP/1.1" 200 699 0.006948 10.0.0.65 - - [2025-10-23 02:03:14] "POST /neutron/port HTTP/1.1" 200 117 0.000962 10.0.0.65 - - [2025-10-23 02:03:14] "POST /neutron/network HTTP/1.1" 200 839 0.005445 10.0.0.65 - - [2025-10-23 02:03:17] "POST /neutron/port HTTP/1.1" 200 1099 0.012896 10.0.0.65 - - [2025-10-23 02:03:17] "POST /neutron/security_group HTTP/1.1" 200 2069 0.006715 10.0.0.65 - - [2025-10-23 02:03:22] "POST /neutron/port HTTP/1.1" 200 1099 0.011360 10.0.0.65 - - [2025-10-23 02:03:22] "POST /neutron/security_group HTTP/1.1" 200 2069 0.006024 10.0.0.65 - - [2025-10-23 02:03:23] "GET /obj-perms HTTP/1.1" 200 5052 0.003916 10.0.0.65 - - [2025-10-23 02:03:24] "GET /obj-perms HTTP/1.1" 200 5052 0.003440 10.0.0.65 - - [2025-10-23 02:03:25] "GET /obj-perms HTTP/1.1" 200 5052 0.003369 10.0.0.65 - - [2025-10-23 02:03:26] "GET /obj-perms HTTP/1.1" 200 5052 0.003597 10.0.0.65 - - [2025-10-23 02:03:27] "GET /obj-perms HTTP/1.1" 200 5052 0.003233 10.0.0.65 - - [2025-10-23 02:03:28] "POST /neutron/network HTTP/1.1" 200 839 0.006795 10.0.0.65 - - [2025-10-23 02:03:28] "POST /neutron/network HTTP/1.1" 400 204 0.011477 10.0.0.65 - - [2025-10-23 02:03:28] "POST /neutron/port HTTP/1.1" 200 1099 0.012676 10.0.0.65 - - [2025-10-23 02:03:28] "POST /neutron/port HTTP/1.1" 200 1125 0.009306 10.0.0.65 - - [2025-10-23 02:03:28] "POST /neutron/port HTTP/1.1" 200 151 0.117000 10.0.0.65 - - [2025-10-23 02:03:30] "POST /neutron/network HTTP/1.1" 200 839 0.006641 10.0.0.65 - - [2025-10-23 02:03:30] "POST /useragent-kv HTTP/1.1" 200 115 0.003383 10.0.0.65 - - [2025-10-23 02:03:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004269 10.0.0.65 - - [2025-10-23 02:03:30] "POST /useragent-kv HTTP/1.1" 200 115 0.003520 10.0.0.65 - - [2025-10-23 02:03:30] "POST /neutron/network HTTP/1.1" 200 151 0.094220 10.0.0.65 - - [2025-10-23 02:03:30] "GET /routing-instance/87dfbcf2-ad77-4a76-bf7d-bf76d5958c10 HTTP/1.1" 404 171 0.003145 10.0.0.65 - - [2025-10-23 02:03:30] "DELETE /route-target/4bd4e89f-6603-405b-ab84-113e1c02b550 HTTP/1.1" 200 115 0.023823 10.0.0.65 - - [2025-10-23 02:03:30] "GET /domains HTTP/1.1" 200 280 0.003898 10.0.0.65 - - [2025-10-23 02:03:30] "GET /domains?obj_uuids=2e283574-867c-482d-913f-5e0415a1ddc2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000989 10.0.0.65 - - [2025-10-23 02:03:30] "GET /domain/2e283574-867c-482d-913f-5e0415a1ddc2 HTTP/1.1" 200 2584 0.048810 10.0.0.65 - - [2025-10-23 02:03:30] "GET /projects?obj_uuids=a5bf0f80-d206-44d6-b9ff-23554d7da7ca&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000935 10.0.0.65 - - [2025-10-23 02:03:30] "GET /project/a5bf0f80-d206-44d6-b9ff-23554d7da7ca HTTP/1.1" 200 1929 0.071012 10.0.0.65 - - [2025-10-23 02:03:30] "GET /projects?obj_uuids=a5bf0f80-d206-44d6-b9ff-23554d7da7ca&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001104 10.0.0.65 - - [2025-10-23 02:03:30] "GET /project/a5bf0f80-d206-44d6-b9ff-23554d7da7ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.026455 10.0.0.65 - - [2025-10-23 02:03:30] "GET /projects?obj_uuids=a5bf0f80-d206-44d6-b9ff-23554d7da7ca&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000935 10.0.0.65 - - [2025-10-23 02:03:30] "GET /project/a5bf0f80-d206-44d6-b9ff-23554d7da7ca?fields=virtual_networks HTTP/1.1" 200 1065 0.074923 10.0.0.65 - - [2025-10-23 02:03:30] "GET /projects?obj_uuids=a5bf0f80-d206-44d6-b9ff-23554d7da7ca&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001811 10.0.0.65 - - [2025-10-23 02:03:30] "GET /project/a5bf0f80-d206-44d6-b9ff-23554d7da7ca?fields=virtual_machine_interfaces HTTP/1.1" 200 1065 0.036000 10.0.0.65 - - [2025-10-23 02:03:30] "GET /projects?obj_uuids=a5bf0f80-d206-44d6-b9ff-23554d7da7ca&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001407 10.0.0.65 - - [2025-10-23 02:03:30] "GET /project/a5bf0f80-d206-44d6-b9ff-23554d7da7ca?fields=security_groups HTTP/1.1" 200 1302 0.032263 10.0.0.65 - - [2025-10-23 02:03:31] "GET /projects?obj_uuids=4e2a0473-b9a3-4aa1-a8ce-3574e4f941d8&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000981 10.0.0.65 - - [2025-10-23 02:03:31] "GET /project/4e2a0473-b9a3-4aa1-a8ce-3574e4f941d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1281 0.026985 10.0.0.65 - - [2025-10-23 02:03:35] "GET /projects?obj_uuids=4e2a0473-b9a3-4aa1-a8ce-3574e4f941d8&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001247 10.0.0.65 - - [2025-10-23 02:03:35] "GET /project/4e2a0473-b9a3-4aa1-a8ce-3574e4f941d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1281 0.026369 10.0.0.65 - - [2025-10-23 02:03:35] "GET /documentation/index.html HTTP/1.1" 200 210274 0.002857 10.0.0.65 - - [2025-10-23 02:03:36] "POST /fqname-to-id HTTP/1.1" 404 200 0.023211 10.0.0.65 - - [2025-10-23 02:03:36] "GET /projects?obj_uuids=d454aea3-3948-4118-a5d0-86c624c1d365&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002694 10.0.0.65 - - [2025-10-23 02:03:36] "GET /domains?obj_uuids=2e283574-867c-482d-913f-5e0415a1ddc2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001247 10.0.0.65 - - [2025-10-23 02:03:36] "GET /domain/2e283574-867c-482d-913f-5e0415a1ddc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007748 10.0.0.65 - - [2025-10-23 02:03:36] "POST /id-to-fqname HTTP/1.1" 200 202 0.001169 10.0.0.65 - - [2025-10-23 02:03:36] "POST /fqname-to-id HTTP/1.1" 404 211 0.006347 10.0.0.65 - - [2025-10-23 02:03:36] "POST /security-groups HTTP/1.1" 200 603 0.063980 10.0.0.65 - - [2025-10-23 02:03:36] "POST /fqname-to-id HTTP/1.1" 404 246 0.002844 10.0.0.65 - - [2025-10-23 02:03:36] "POST /projects HTTP/1.1" 200 609 0.234125 10.0.0.65 - - [2025-10-23 02:03:36] "POST /access-control-lists HTTP/1.1" 200 608 0.066971 10.0.0.65 - - [2025-10-23 02:03:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.310470 10.0.0.65 - - [2025-10-23 02:03:36] "POST /fqname-to-id HTTP/1.1" 404 245 0.003104 10.0.0.65 - - [2025-10-23 02:03:36] "GET /project/d454aea3-3948-4118-a5d0-86c624c1d365?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.442994 10.0.0.65 - - [2025-10-23 02:03:36] "POST /access-control-lists HTTP/1.1" 200 606 0.060654 10.0.0.65 - - [2025-10-23 02:03:37] "GET / HTTP/1.1" 200 35931 0.001840 10.0.0.65 - - [2025-10-23 02:03:38] "GET /projects?obj_uuids=4e2a0473-b9a3-4aa1-a8ce-3574e4f941d8&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001053 10.0.0.65 - - [2025-10-23 02:03:38] "GET /project/4e2a0473-b9a3-4aa1-a8ce-3574e4f941d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1281 0.025748 10.0.0.65 - - [2025-10-23 02:03:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002991 10.0.0.65 - - [2025-10-23 02:03:38] "GET /security-group/25cb5ce8-7cb8-4a32-8108-ef0ba6fd4340?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3694 0.004364 10.0.0.65 - - [2025-10-23 02:03:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002783 10.0.0.65 - - [2025-10-23 02:03:38] "GET /projects?obj_uuids=4e2a0473-b9a3-4aa1-a8ce-3574e4f941d8&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001247 10.0.0.65 - - [2025-10-23 02:03:38] "GET /project/4e2a0473-b9a3-4aa1-a8ce-3574e4f941d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1281 0.026457 10.0.0.65 - - [2025-10-23 02:03:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002834 10.0.0.65 - - [2025-10-23 02:03:39] "GET /security-group/25cb5ce8-7cb8-4a32-8108-ef0ba6fd4340?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3694 0.004910 10.0.0.65 - - [2025-10-23 02:03:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002847 10.0.0.65 - - [2025-10-23 02:03:39] "PUT /security-group/25cb5ce8-7cb8-4a32-8108-ef0ba6fd4340 HTTP/1.1" 200 262 0.014389 10.0.0.65 - - [2025-10-23 02:03:39] "PUT /access-control-list/ef86675d-a22a-4551-8d28-c7cb351f3d26 HTTP/1.1" 200 272 0.008468 10.0.0.65 - - [2025-10-23 02:03:39] "PUT /access-control-list/c58c2036-6414-45b6-becb-fd6a2cb1ee40 HTTP/1.1" 200 272 0.014658 10.0.0.65 - - [2025-10-23 02:03:39] "POST /fqname-to-id HTTP/1.1" 401 292 0.000463 10.0.0.65 - - [2025-10-23 02:03:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.053711 10.0.0.65 - - [2025-10-23 02:03:39] "GET /projects?obj_uuids=d454aea3-3948-4118-a5d0-86c624c1d365&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000922 10.0.0.65 - - [2025-10-23 02:03:39] "GET /project/d454aea3-3948-4118-a5d0-86c624c1d365?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.025775 10.0.0.65 - - [2025-10-23 02:03:39] "POST /neutron/network HTTP/1.1" 200 117 0.029696 10.0.0.65 - - [2025-10-23 02:03:39] "GET /projects?obj_uuids=d454aea3-3948-4118-a5d0-86c624c1d365&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000955 10.0.0.65 - - [2025-10-23 02:03:39] "POST /neutron/network HTTP/1.1" 200 619 0.068438 10.0.0.65 - - [2025-10-23 02:03:40] "POST /route-targets HTTP/1.1" 200 327 0.015105 10.0.0.65 - - [2025-10-23 02:03:40] "POST /ref-update HTTP/1.1" 200 156 0.013880 10.0.0.65 - - [2025-10-23 02:03:40] "POST /useragent-kv HTTP/1.1" 200 115 0.003333 10.0.0.65 - - [2025-10-23 02:03:40] "POST /neutron/subnet HTTP/1.1" 200 734 0.199036 10.0.0.65 - - [2025-10-23 02:03:40] "POST /neutron/network HTTP/1.1" 200 840 0.007007 10.0.0.65 - - [2025-10-23 02:03:40] "POST /id-to-fqname HTTP/1.1" 200 233 0.001364 10.0.0.65 - - [2025-10-23 02:03:40] "GET /virtual-network/d43ac873-74ca-44b4-840b-8b7029e45f96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005807 10.0.0.65 - - [2025-10-23 02:03:40] "POST /neutron/network HTTP/1.1" 200 840 0.005760 10.0.0.65 - - [2025-10-23 02:03:40] "GET /virtual-network/d43ac873-74ca-44b4-840b-8b7029e45f96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005321 10.0.0.65 - - [2025-10-23 02:03:40] "POST /neutron/network HTTP/1.1" 200 840 0.005249 10.0.0.65 - - [2025-10-23 02:03:40] "POST /neutron/subnet HTTP/1.1" 200 734 0.006182 10.0.0.65 - - [2025-10-23 02:03:40] "GET /domains HTTP/1.1" 401 292 0.000425 10.0.0.65 - - [2025-10-23 02:03:40] "GET /domains HTTP/1.1" 200 280 0.026042 10.0.0.65 - - [2025-10-23 02:03:40] "GET /domains?obj_uuids=2e283574-867c-482d-913f-5e0415a1ddc2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001042 10.0.0.65 - - [2025-10-23 02:03:40] "GET /domain/2e283574-867c-482d-913f-5e0415a1ddc2 HTTP/1.1" 200 2782 0.008204 10.0.0.65 - - [2025-10-23 02:03:40] "GET /projects?obj_uuids=d454aea3-3948-4118-a5d0-86c624c1d365&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001091 10.0.0.65 - - [2025-10-23 02:03:40] "GET /project/d454aea3-3948-4118-a5d0-86c624c1d365 HTTP/1.1" 200 2185 0.070026 10.0.0.65 - - [2025-10-23 02:03:40] "GET /virtual-network/d43ac873-74ca-44b4-840b-8b7029e45f96 HTTP/1.1" 200 2346 0.006049 10.0.0.65 - - [2025-10-23 02:03:40] "GET /virtual-network/d43ac873-74ca-44b4-840b-8b7029e45f96 HTTP/1.1" 200 2346 0.004715 10.0.0.65 - - [2025-10-23 02:03:40] "GET /routing-instance/ec6f9f83-c4c5-4882-aebc-a11921ef48c7 HTTP/1.1" 200 1492 0.003607 10.0.0.65 - - [2025-10-23 02:03:40] "GET /routing-instance/ec6f9f83-c4c5-4882-aebc-a11921ef48c7 HTTP/1.1" 200 1492 0.003239 10.0.0.65 - - [2025-10-23 02:03:40] "GET /route-target/280c2061-98d8-4066-ab17-a87ac704afda HTTP/1.1" 200 1218 0.003113 10.0.0.65 - - [2025-10-23 02:03:40] "GET /virtual-network/d43ac873-74ca-44b4-840b-8b7029e45f96 HTTP/1.1" 200 2346 0.004571 10.0.0.65 - - [2025-10-23 02:03:40] "GET /routing-instance/ec6f9f83-c4c5-4882-aebc-a11921ef48c7 HTTP/1.1" 200 1492 0.002807 10.0.0.65 - - [2025-10-23 02:03:40] "GET /virtual-network/d43ac873-74ca-44b4-840b-8b7029e45f96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.004329 10.0.0.65 - - [2025-10-23 02:03:40] "GET /virtual-network/d43ac873-74ca-44b4-840b-8b7029e45f96 HTTP/1.1" 200 2346 0.004410 10.0.0.65 - - [2025-10-23 02:03:40] "GET /routing-instance/ec6f9f83-c4c5-4882-aebc-a11921ef48c7 HTTP/1.1" 200 1492 0.003075 10.0.0.65 - - [2025-10-23 02:03:40] "GET /routing-instance/ec6f9f83-c4c5-4882-aebc-a11921ef48c7 HTTP/1.1" 200 1492 0.004455 10.0.0.65 - - [2025-10-23 02:03:40] "GET /route-target/280c2061-98d8-4066-ab17-a87ac704afda HTTP/1.1" 200 1218 0.002660 10.0.0.65 - - [2025-10-23 02:03:40] "GET /domains HTTP/1.1" 200 280 0.002700 10.0.0.65 - - [2025-10-23 02:03:40] "GET /domains?obj_uuids=2e283574-867c-482d-913f-5e0415a1ddc2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000946 10.0.0.65 - - [2025-10-23 02:03:40] "GET /domain/2e283574-867c-482d-913f-5e0415a1ddc2 HTTP/1.1" 200 2782 0.006099 10.0.0.65 - - [2025-10-23 02:03:40] "GET /projects?obj_uuids=d454aea3-3948-4118-a5d0-86c624c1d365&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000863 10.0.0.65 - - [2025-10-23 02:03:41] "GET /project/d454aea3-3948-4118-a5d0-86c624c1d365 HTTP/1.1" 200 2185 0.072531 10.0.0.65 - - [2025-10-23 02:03:41] "GET /virtual-network/d43ac873-74ca-44b4-840b-8b7029e45f96 HTTP/1.1" 200 2346 0.005708 10.0.0.65 - - [2025-10-23 02:03:41] "GET /obj-perms HTTP/1.1" 200 5054 0.048815 10.0.0.65 - - [2025-10-23 02:03:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002815 10.0.0.65 - - [2025-10-23 02:03:41] "GET /projects?obj_uuids=d454aea3-3948-4118-a5d0-86c624c1d365&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000907 10.0.0.65 - - [2025-10-23 02:03:41] "GET /project/d454aea3-3948-4118-a5d0-86c624c1d365?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.026548 10.0.0.65 - - [2025-10-23 02:03:41] "POST /neutron/network HTTP/1.1" 200 117 0.008056 10.0.0.65 - - [2025-10-23 02:03:41] "GET /projects?obj_uuids=d454aea3-3948-4118-a5d0-86c624c1d365&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001340 10.0.0.65 - - [2025-10-23 02:03:41] "POST /neutron/network HTTP/1.1" 200 619 0.101537 10.0.0.65 - - [2025-10-23 02:03:41] "POST /route-targets HTTP/1.1" 200 327 0.010292 10.0.0.65 - - [2025-10-23 02:03:41] "POST /ref-update HTTP/1.1" 200 156 0.015412 10.0.0.65 - - [2025-10-23 02:03:41] "POST /useragent-kv HTTP/1.1" 200 115 0.006246 10.0.0.65 - - [2025-10-23 02:03:41] "POST /neutron/subnet HTTP/1.1" 200 734 0.185838 10.0.0.65 - - [2025-10-23 02:03:41] "POST /neutron/network HTTP/1.1" 200 840 0.005378 10.0.0.65 - - [2025-10-23 02:03:41] "POST /id-to-fqname HTTP/1.1" 200 233 0.001125 10.0.0.65 - - [2025-10-23 02:03:41] "GET /virtual-network/ac83198d-168e-4437-abcb-e4fbce5329c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.004637 10.0.0.65 - - [2025-10-23 02:03:41] "POST /neutron/network HTTP/1.1" 200 840 0.005768 10.0.0.65 - - [2025-10-23 02:03:41] "GET /virtual-network/ac83198d-168e-4437-abcb-e4fbce5329c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006584 10.0.0.65 - - [2025-10-23 02:03:42] "POST /neutron/network HTTP/1.1" 200 840 0.005644 10.0.0.65 - - [2025-10-23 02:03:42] "POST /neutron/subnet HTTP/1.1" 200 734 0.007253 10.0.0.65 - - [2025-10-23 02:03:42] "GET /domains HTTP/1.1" 200 280 0.002110 10.0.0.65 - - [2025-10-23 02:03:42] "GET /domains?obj_uuids=2e283574-867c-482d-913f-5e0415a1ddc2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000871 10.0.0.65 - - [2025-10-23 02:03:42] "GET /domain/2e283574-867c-482d-913f-5e0415a1ddc2 HTTP/1.1" 200 2782 0.005758 10.0.0.65 - - [2025-10-23 02:03:42] "GET /projects?obj_uuids=d454aea3-3948-4118-a5d0-86c624c1d365&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000892 10.0.0.65 - - [2025-10-23 02:03:42] "GET /project/d454aea3-3948-4118-a5d0-86c624c1d365 HTTP/1.1" 200 2413 0.073157 10.0.0.65 - - [2025-10-23 02:03:42] "GET /virtual-network/ac83198d-168e-4437-abcb-e4fbce5329c8 HTTP/1.1" 200 2347 0.006025 10.0.0.65 - - [2025-10-23 02:03:42] "GET /virtual-network/ac83198d-168e-4437-abcb-e4fbce5329c8 HTTP/1.1" 200 2347 0.005826 10.0.0.65 - - [2025-10-23 02:03:42] "GET /routing-instance/7f0449ea-db51-45bf-8e78-7cdccd5f1e9d HTTP/1.1" 200 1491 0.003242 10.0.0.65 - - [2025-10-23 02:03:42] "GET /routing-instance/7f0449ea-db51-45bf-8e78-7cdccd5f1e9d HTTP/1.1" 200 1491 0.002809 10.0.0.65 - - [2025-10-23 02:03:42] "GET /route-target/33fdf35e-7621-408c-a054-973389820046 HTTP/1.1" 200 1218 0.002470 10.0.0.65 - - [2025-10-23 02:03:42] "GET /virtual-network/ac83198d-168e-4437-abcb-e4fbce5329c8 HTTP/1.1" 200 2347 0.004128 10.0.0.65 - - [2025-10-23 02:03:42] "GET /routing-instance/7f0449ea-db51-45bf-8e78-7cdccd5f1e9d HTTP/1.1" 200 1491 0.002887 10.0.0.65 - - [2025-10-23 02:03:42] "GET /virtual-network/ac83198d-168e-4437-abcb-e4fbce5329c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.004193 10.0.0.65 - - [2025-10-23 02:03:42] "GET /virtual-network/ac83198d-168e-4437-abcb-e4fbce5329c8 HTTP/1.1" 200 2347 0.004102 10.0.0.65 - - [2025-10-23 02:03:42] "GET /routing-instance/7f0449ea-db51-45bf-8e78-7cdccd5f1e9d HTTP/1.1" 200 1491 0.011126 10.0.0.65 - - [2025-10-23 02:03:42] "GET /routing-instance/7f0449ea-db51-45bf-8e78-7cdccd5f1e9d HTTP/1.1" 200 1491 0.003123 10.0.0.65 - - [2025-10-23 02:03:42] "GET /route-target/33fdf35e-7621-408c-a054-973389820046 HTTP/1.1" 200 1218 0.004637 10.0.0.65 - - [2025-10-23 02:03:42] "GET /domains HTTP/1.1" 200 280 0.003146 10.0.0.65 - - [2025-10-23 02:03:42] "GET /domains?obj_uuids=2e283574-867c-482d-913f-5e0415a1ddc2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000982 10.0.0.65 - - [2025-10-23 02:03:42] "GET /domain/2e283574-867c-482d-913f-5e0415a1ddc2 HTTP/1.1" 200 2782 0.006506 10.0.0.65 - - [2025-10-23 02:03:42] "GET /projects?obj_uuids=d454aea3-3948-4118-a5d0-86c624c1d365&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001107 10.0.0.65 - - [2025-10-23 02:03:42] "GET /project/d454aea3-3948-4118-a5d0-86c624c1d365 HTTP/1.1" 200 2413 0.064980 10.0.0.65 - - [2025-10-23 02:03:42] "GET /virtual-network/ac83198d-168e-4437-abcb-e4fbce5329c8 HTTP/1.1" 200 2347 0.005033 10.0.0.65 - - [2025-10-23 02:03:42] "GET /obj-perms HTTP/1.1" 200 5054 0.002873 10.0.0.65 - - [2025-10-23 02:03:42] "POST /id-to-fqname HTTP/1.1" 200 233 0.001246 10.0.0.65 - - [2025-10-23 02:03:42] "POST /neutron/network HTTP/1.1" 200 850 0.006527 10.0.0.65 - - [2025-10-23 02:03:42] "GET /aaa-mode HTTP/1.1" 401 292 0.000534 10.0.0.65 - - [2025-10-23 02:03:42] "GET / HTTP/1.1" 200 35931 0.001772 10.0.0.65 - - [2025-10-23 02:03:42] "GET /project/d454aea3-3948-4118-a5d0-86c624c1d365?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000345 10.0.0.65 - - [2025-10-23 02:03:43] "GET /projects?obj_uuids=d454aea3-3948-4118-a5d0-86c624c1d365&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001065 10.0.0.65 - - [2025-10-23 02:03:43] "GET /project/d454aea3-3948-4118-a5d0-86c624c1d365?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.057525 10.0.0.65 - - [2025-10-23 02:03:43] "POST /neutron/network HTTP/1.1" 200 840 0.005368 10.0.0.65 - - [2025-10-23 02:03:43] "POST /neutron/port HTTP/1.1" 200 117 0.004822 10.0.0.65 - - [2025-10-23 02:03:43] "POST /neutron/port HTTP/1.1" 200 117 0.005591 10.0.0.65 - - [2025-10-23 02:03:43] "POST /id-to-fqname HTTP/1.1" 200 233 0.001374 10.0.0.65 - - [2025-10-23 02:03:43] "POST /neutron/port HTTP/1.1" 200 117 0.005030 10.0.0.65 - - [2025-10-23 02:03:43] "POST /neutron/network HTTP/1.1" 200 850 0.005649 10.0.0.65 - - [2025-10-23 02:03:43] "GET /aaa-mode HTTP/1.1" 401 292 0.000491 10.0.0.65 - - [2025-10-23 02:03:43] "POST /neutron/network HTTP/1.1" 200 850 0.005167 10.0.0.65 - - [2025-10-23 02:03:43] "GET /projects?obj_uuids=d454aea3-3948-4118-a5d0-86c624c1d365&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001045 10.0.0.65 - - [2025-10-23 02:03:43] "GET / HTTP/1.1" 200 35931 0.001611 10.0.0.65 - - [2025-10-23 02:03:44] "GET /project/d454aea3-3948-4118-a5d0-86c624c1d365?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000380 10.0.0.65 - - [2025-10-23 02:03:44] "POST /neutron/port HTTP/1.1" 200 1074 0.212997 10.0.0.65 - - [2025-10-23 02:03:44] "POST /neutron/port HTTP/1.1" 200 1074 0.012548 10.0.0.65 - - [2025-10-23 02:03:44] "POST /neutron/port HTTP/1.1" 200 1074 0.008117 10.0.0.65 - - [2025-10-23 02:03:44] "POST /neutron/port HTTP/1.1" 200 1128 0.066152 10.0.0.65 - - [2025-10-23 02:03:44] "POST /neutron/port HTTP/1.1" 200 1102 0.011843 10.0.0.65 - - [2025-10-23 02:03:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002807 10.0.0.65 - - [2025-10-23 02:03:44] "POST /neutron/subnet HTTP/1.1" 200 708 0.006227 10.0.0.65 - - [2025-10-23 02:03:44] "POST /neutron/port HTTP/1.1" 200 117 0.001088 10.0.0.65 - - [2025-10-23 02:03:44] "POST /neutron/network HTTP/1.1" 200 840 0.005038 10.0.0.65 - - [2025-10-23 02:03:44] "GET /projects?obj_uuids=d454aea3-3948-4118-a5d0-86c624c1d365&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000966 10.0.0.65 - - [2025-10-23 02:03:44] "GET /project/d454aea3-3948-4118-a5d0-86c624c1d365?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.054215 10.0.0.65 - - [2025-10-23 02:03:44] "POST /neutron/network HTTP/1.1" 200 840 0.007125 10.0.0.65 - - [2025-10-23 02:03:44] "POST /neutron/port HTTP/1.1" 200 1102 0.014463 10.0.0.65 - - [2025-10-23 02:03:44] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005647 10.0.0.65 - - [2025-10-23 02:03:44] "POST /neutron/port HTTP/1.1" 200 117 0.004655 10.0.0.65 - - [2025-10-23 02:03:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002530 10.0.0.65 - - [2025-10-23 02:03:44] "GET /projects?obj_uuids=d454aea3-3948-4118-a5d0-86c624c1d365&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001265 10.0.0.65 - - [2025-10-23 02:03:44] "GET /project/d454aea3-3948-4118-a5d0-86c624c1d365?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.038957 10.0.0.65 - - [2025-10-23 02:03:44] "GET /virtual-network/d43ac873-74ca-44b4-840b-8b7029e45f96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005138 10.0.0.65 - - [2025-10-23 02:03:44] "GET /floating-ip-pools?parent_id=d43ac873-74ca-44b4-840b-8b7029e45f96&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002710 10.0.0.65 - - [2025-10-23 02:03:45] "POST /neutron/network HTTP/1.1" 200 850 0.010640 10.0.0.65 - - [2025-10-23 02:03:45] "GET /projects?obj_uuids=d454aea3-3948-4118-a5d0-86c624c1d365&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001340 10.0.0.65 - - [2025-10-23 02:03:45] "GET /virtual-network/d43ac873-74ca-44b4-840b-8b7029e45f96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.006176 10.0.0.65 - - [2025-10-23 02:03:45] "POST /floating-ip-pools HTTP/1.1" 200 609 0.037459 10.0.0.65 - - [2025-10-23 02:03:45] "POST /ref-update HTTP/1.1" 200 156 0.067863 10.0.0.65 - - [2025-10-23 02:03:45] "GET /virtual-network/d43ac873-74ca-44b4-840b-8b7029e45f96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.006711 10.0.0.65 - - [2025-10-23 02:03:45] "POST /neutron/port HTTP/1.1" 200 1074 0.308953 10.0.0.65 - - [2025-10-23 02:03:45] "GET /domains HTTP/1.1" 200 280 0.008663 10.0.0.65 - - [2025-10-23 02:03:45] "GET /domains?obj_uuids=2e283574-867c-482d-913f-5e0415a1ddc2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000965 10.0.0.65 - - [2025-10-23 02:03:45] "GET /domain/2e283574-867c-482d-913f-5e0415a1ddc2 HTTP/1.1" 200 2782 0.009459 10.0.0.65 - - [2025-10-23 02:03:45] "POST /neutron/port HTTP/1.1" 200 1074 0.013247 10.0.0.65 - - [2025-10-23 02:03:45] "GET /projects?obj_uuids=d454aea3-3948-4118-a5d0-86c624c1d365&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000965 10.0.0.65 - - [2025-10-23 02:03:45] "POST /neutron/port HTTP/1.1" 200 1074 0.008848 10.0.0.65 - - [2025-10-23 02:03:45] "GET /project/d454aea3-3948-4118-a5d0-86c624c1d365 HTTP/1.1" 200 3255 0.119591 10.0.0.65 - - [2025-10-23 02:03:45] "POST /neutron/port HTTP/1.1" 200 1128 0.109253 10.0.0.65 - - [2025-10-23 02:03:45] "GET /virtual-network/d43ac873-74ca-44b4-840b-8b7029e45f96 HTTP/1.1" 200 3158 0.009322 10.0.0.65 - - [2025-10-23 02:03:45] "GET /floating-ip-pool/e55057ee-7a0b-450b-96a6-1ebd36db0454 HTTP/1.1" 200 1442 0.003698 10.0.0.65 - - [2025-10-23 02:03:45] "GET /domains HTTP/1.1" 200 280 0.005023 10.0.0.65 - - [2025-10-23 02:03:45] "GET /domains?obj_uuids=2e283574-867c-482d-913f-5e0415a1ddc2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001055 10.0.0.65 - - [2025-10-23 02:03:45] "GET /domain/2e283574-867c-482d-913f-5e0415a1ddc2 HTTP/1.1" 200 2782 0.007842 10.0.0.65 - - [2025-10-23 02:03:45] "GET /projects?obj_uuids=d454aea3-3948-4118-a5d0-86c624c1d365&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000989 10.0.0.65 - - [2025-10-23 02:03:45] "POST /neutron/port HTTP/1.1" 200 1102 0.014300 10.0.0.65 - - [2025-10-23 02:03:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007060 10.0.0.65 - - [2025-10-23 02:03:45] "POST /neutron/subnet HTTP/1.1" 200 708 0.007640 10.0.0.65 - - [2025-10-23 02:03:45] "POST /neutron/port HTTP/1.1" 200 117 0.001960 10.0.0.65 - - [2025-10-23 02:03:45] "GET /project/d454aea3-3948-4118-a5d0-86c624c1d365 HTTP/1.1" 200 3255 0.079674 10.0.0.65 - - [2025-10-23 02:03:45] "GET /virtual-network/d43ac873-74ca-44b4-840b-8b7029e45f96 HTTP/1.1" 200 3158 0.005919 10.0.0.65 - - [2025-10-23 02:03:45] "POST /neutron/network HTTP/1.1" 200 840 0.007279 10.0.0.65 - - [2025-10-23 02:03:45] "GET /virtual-network/d43ac873-74ca-44b4-840b-8b7029e45f96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.004165 10.0.0.65 - - [2025-10-23 02:03:45] "POST /neutron/port HTTP/1.1" 200 1102 0.011099 10.0.0.65 - - [2025-10-23 02:03:45] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005957 10.0.0.65 - - [2025-10-23 02:03:45] "POST /neutron/port HTTP/1.1" 200 1102 0.010590 10.0.0.65 - - [2025-10-23 02:03:45] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005023 10.0.0.65 - - [2025-10-23 02:03:45] "POST /neutron/port HTTP/1.1" 200 1102 0.016197 10.0.0.65 - - [2025-10-23 02:03:45] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007135 10.0.0.65 - - [2025-10-23 02:03:45] "GET /virtual-machine/a5ea2ed7-5ea2-49d3-aa77-8de417eb866d HTTP/1.1" 200 1305 0.010037 10.0.0.65 - - [2025-10-23 02:03:45] "GET /virtual-machine-interface/1e9972f0-cb79-4a57-869c-3304c9b6fcc9 HTTP/1.1" 200 3003 0.004544 10.0.0.65 - - [2025-10-23 02:03:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002678 10.0.0.65 - - [2025-10-23 02:03:45] "GET /global-vrouter-config/95eadd9a-0ced-4891-a5dd-85fa8734b586?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003039 10.0.0.65 - - [2025-10-23 02:03:45] "GET /virtual-networks?parent_id=d454aea3-3948-4118-a5d0-86c624c1d365&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.002803 10.0.0.65 - - [2025-10-23 02:03:46] "GET /virtual-network/ac83198d-168e-4437-abcb-e4fbce5329c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005287 10.0.0.65 - - [2025-10-23 02:03:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003152 10.0.0.65 - - [2025-10-23 02:03:49] "GET /virtual-network/ac83198d-168e-4437-abcb-e4fbce5329c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.004970 10.0.0.65 - - [2025-10-23 02:03:52] "DELETE /project/a5bf0f80d20644d6b9ff23554d7da7ca HTTP/1.1" 404 173 0.008714 10.0.0.65 - - [2025-10-23 02:03:52] "DELETE /project/4e2a0473b9a34aa1a8ce3574e4f941d8 HTTP/1.1" 404 173 0.006978 10.0.0.65 - - [2025-10-23 02:03:52] "DELETE /project/d454aea339484118a5d086c624c1d365 HTTP/1.1" 404 173 0.005927 10.0.0.65 - - [2025-10-23 02:03:52] "GET /projects?obj_uuids=a5bf0f80-d206-44d6-b9ff-23554d7da7ca&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001226 10.0.0.65 - - [2025-10-23 02:03:52] "GET /project/a5bf0f80-d206-44d6-b9ff-23554d7da7ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1523 0.022948 10.0.0.65 - - [2025-10-23 02:03:52] "GET /projects?obj_uuids=a5bf0f80-d206-44d6-b9ff-23554d7da7ca&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001039 10.0.0.65 - - [2025-10-23 02:03:52] "GET /project/a5bf0f80-d206-44d6-b9ff-23554d7da7ca?fields=security_groups HTTP/1.1" 200 1407 0.070145 10.0.0.65 - - [2025-10-23 02:03:53] "DELETE /security-group/bbfdf99a-fca3-4358-8162-f8a0b4890607 HTTP/1.1" 200 115 0.047315 10.0.0.65 - - [2025-10-23 02:03:53] "GET /projects?obj_uuids=a5bf0f80-d206-44d6-b9ff-23554d7da7ca&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000958 10.0.0.65 - - [2025-10-23 02:03:53] "DELETE /access-control-list/973ea90f-a259-4527-a436-374614d929ed HTTP/1.1" 200 115 0.045443 10.0.0.65 - - [2025-10-23 02:03:53] "GET /project/a5bf0f80-d206-44d6-b9ff-23554d7da7ca?fields=application_policy_sets HTTP/1.1" 200 1446 0.046689 10.0.0.65 - - [2025-10-23 02:03:53] "DELETE /access-control-list/a4899eb1-b504-45b2-a09b-6dc5227bbc94 HTTP/1.1" 200 115 0.036097 10.0.0.65 - - [2025-10-23 02:03:53] "DELETE /project/a5bf0f80-d206-44d6-b9ff-23554d7da7ca HTTP/1.1" 200 115 0.386245 10.0.0.65 - - [2025-10-23 02:03:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002806 10.0.0.65 - - [2025-10-23 02:03:53] "GET /virtual-network/ac83198d-168e-4437-abcb-e4fbce5329c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.004555 10.0.0.65 - - [2025-10-23 02:03:54] "POST /neutron/port HTTP/1.1" 200 1102 0.031954 10.0.0.65 - - [2025-10-23 02:03:54] "POST /neutron/security_group HTTP/1.1" 200 2070 0.004824 10.0.0.65 - - [2025-10-23 02:03:54] "POST /neutron/port HTTP/1.1" 200 1102 0.012847 10.0.0.65 - - [2025-10-23 02:03:54] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005625 10.0.0.65 - - [2025-10-23 02:03:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002977 10.0.0.65 - - [2025-10-23 02:03:55] "GET /global-vrouter-config/95eadd9a-0ced-4891-a5dd-85fa8734b586?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003396 10.0.0.65 - - [2025-10-23 02:03:55] "GET /virtual-networks?parent_id=d454aea3-3948-4118-a5d0-86c624c1d365&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003012 10.0.0.65 - - [2025-10-23 02:03:55] "GET /virtual-network/ac83198d-168e-4437-abcb-e4fbce5329c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005069 10.0.0.65 - - [2025-10-23 02:03:55] "POST /neutron/port HTTP/1.1" 200 1102 0.011219 10.0.0.65 - - [2025-10-23 02:03:55] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006215 10.0.0.65 - - [2025-10-23 02:03:56] "GET /obj-perms HTTP/1.1" 200 5056 0.039612 10.0.0.65 - - [2025-10-23 02:03:56] "GET /obj-perms HTTP/1.1" 200 5056 0.046915 10.0.0.65 - - [2025-10-23 02:04:00] "GET /projects?obj_uuids=d454aea3-3948-4118-a5d0-86c624c1d365&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001045 10.0.0.65 - - [2025-10-23 02:04:00] "POST /neutron/floatingip HTTP/1.1" 200 532 0.068105 10.0.0.65 - - [2025-10-23 02:04:00] "POST /neutron/port HTTP/1.1" 200 1102 0.011085 10.0.0.65 - - [2025-10-23 02:04:00] "POST /neutron/floatingip HTTP/1.1" 200 532 0.004917 10.0.0.65 - - [2025-10-23 02:04:00] "POST /neutron/floatingip HTTP/1.1" 200 581 0.031315 10.0.0.65 - - [2025-10-23 02:04:00] "POST /neutron/port HTTP/1.1" 200 1102 0.011098 10.0.0.65 - - [2025-10-23 02:04:00] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005873 10.0.0.65 - - [2025-10-23 02:04:00] "POST /neutron/port HTTP/1.1" 200 1102 0.012887 10.0.0.65 - - [2025-10-23 02:04:00] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005822 10.0.0.65 - - [2025-10-23 02:04:00] "POST /neutron/port HTTP/1.1" 200 1102 0.010562 10.0.0.65 - - [2025-10-23 02:04:01] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005315 10.0.0.65 - - [2025-10-23 02:04:01] "GET /virtual-machine/41ecd371-9fa2-451d-9eac-6c5a34810862 HTTP/1.1" 200 1304 0.004352 10.0.0.65 - - [2025-10-23 02:04:01] "GET /virtual-machine-interface/90881b02-9f51-430a-b76c-991d1ff7b955 HTTP/1.1" 200 3005 0.004637 10.0.0.65 - - [2025-10-23 02:04:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002610 10.0.0.65 - - [2025-10-23 02:04:01] "GET /global-vrouter-config/95eadd9a-0ced-4891-a5dd-85fa8734b586?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003158 10.0.0.65 - - [2025-10-23 02:04:01] "GET /virtual-networks?parent_id=d454aea3-3948-4118-a5d0-86c624c1d365&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003057 10.0.0.65 - - [2025-10-23 02:04:01] "GET /virtual-network/d43ac873-74ca-44b4-840b-8b7029e45f96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005192 10.0.0.65 - - [2025-10-23 02:04:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003315 10.0.0.65 - - [2025-10-23 02:04:02] "GET /global-vrouter-config/95eadd9a-0ced-4891-a5dd-85fa8734b586?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003992 10.0.0.65 - - [2025-10-23 02:04:02] "GET /virtual-networks?parent_id=d454aea3-3948-4118-a5d0-86c624c1d365&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.002849 10.0.0.65 - - [2025-10-23 02:04:02] "GET /virtual-network/d43ac873-74ca-44b4-840b-8b7029e45f96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005405 10.0.0.65 - - [2025-10-23 02:04:02] "POST /neutron/floatingip HTTP/1.1" 200 581 0.008795 10.0.0.65 - - [2025-10-23 02:04:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002169 10.0.0.65 - - [2025-10-23 02:04:02] "GET /routing-instance/ec6f9f83-c4c5-4882-aebc-a11921ef48c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1492 0.003292 10.0.0.65 - - [2025-10-23 02:04:02] "GET /route-target/280c2061-98d8-4066-ab17-a87ac704afda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004038 10.0.0.65 - - [2025-10-23 02:04:02] "GET /floating-ip/61313627-0518-4e0a-a80a-720e9baffc6f HTTP/1.1" 200 1893 0.005112 10.0.0.65 - - [2025-10-23 02:04:05] "POST /neutron/floatingip HTTP/1.1" 200 581 0.008376 10.0.0.65 - - [2025-10-23 02:04:05] "POST /neutron/floatingip HTTP/1.1" 200 532 0.022045 10.0.0.65 - - [2025-10-23 02:04:05] "POST /neutron/floatingip HTTP/1.1" 200 532 0.005943 10.0.0.65 - - [2025-10-23 02:04:05] "POST /neutron/floatingip HTTP/1.1" 200 115 0.033206 10.0.0.65 - - [2025-10-23 02:04:05] "GET /floating-ip-pool/e55057ee-7a0b-450b-96a6-1ebd36db0454?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1207 0.002908 10.0.0.65 - - [2025-10-23 02:04:05] "POST /ref-update HTTP/1.1" 200 156 0.007783 10.0.0.65 - - [2025-10-23 02:04:05] "DELETE /floating-ip-pool/e55057ee-7a0b-450b-96a6-1ebd36db0454 HTTP/1.1" 200 115 0.019471 10.0.0.65 - - [2025-10-23 02:04:05] "POST /neutron/network HTTP/1.1" 200 840 0.005637 10.0.0.65 - - [2025-10-23 02:04:05] "POST /neutron/network HTTP/1.1" 400 204 0.009554 10.0.0.65 - - [2025-10-23 02:04:06] "POST /neutron/port HTTP/1.1" 200 1102 0.010470 10.0.0.65 - - [2025-10-23 02:04:06] "POST /neutron/port HTTP/1.1" 200 1128 0.010211 10.0.0.65 - - [2025-10-23 02:04:06] "POST /neutron/port HTTP/1.1" 200 1102 0.012465 10.0.0.65 - - [2025-10-23 02:04:06] "POST /neutron/port HTTP/1.1" 200 1128 0.011841 10.0.0.65 - - [2025-10-23 02:04:06] "POST /neutron/port HTTP/1.1" 200 151 0.162533 10.0.0.65 - - [2025-10-23 02:04:06] "POST /neutron/port HTTP/1.1" 200 151 0.172335 10.0.0.65 - - [2025-10-23 02:04:08] "POST /neutron/network HTTP/1.1" 200 840 0.005427 10.0.0.65 - - [2025-10-23 02:04:08] "POST /useragent-kv HTTP/1.1" 200 115 0.002090 10.0.0.65 - - [2025-10-23 02:04:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004531 10.0.0.65 - - [2025-10-23 02:04:08] "POST /useragent-kv HTTP/1.1" 200 115 0.002405 10.0.0.65 - - [2025-10-23 02:04:08] "POST /neutron/network HTTP/1.1" 200 151 0.075953 10.0.0.65 - - [2025-10-23 02:04:08] "GET /routing-instance/7f0449ea-db51-45bf-8e78-7cdccd5f1e9d HTTP/1.1" 404 171 0.001856 10.0.0.65 - - [2025-10-23 02:04:08] "GET /domains HTTP/1.1" 200 280 0.003058 10.0.0.65 - - [2025-10-23 02:04:08] "GET /domains?obj_uuids=2e283574-867c-482d-913f-5e0415a1ddc2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001370 10.0.0.65 - - [2025-10-23 02:04:08] "DELETE /route-target/33fdf35e-7621-408c-a054-973389820046 HTTP/1.1" 200 115 0.026507 10.0.0.65 - - [2025-10-23 02:04:08] "GET /domain/2e283574-867c-482d-913f-5e0415a1ddc2 HTTP/1.1" 200 2585 0.055789 10.0.0.65 - - [2025-10-23 02:04:08] "GET /projects?obj_uuids=d454aea3-3948-4118-a5d0-86c624c1d365&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000909 10.0.0.65 - - [2025-10-23 02:04:08] "GET /project/d454aea3-3948-4118-a5d0-86c624c1d365 HTTP/1.1" 200 2185 0.065687 10.0.0.65 - - [2025-10-23 02:04:08] "POST /neutron/network HTTP/1.1" 200 840 0.005238 10.0.0.65 - - [2025-10-23 02:04:08] "POST /useragent-kv HTTP/1.1" 200 115 0.003556 10.0.0.65 - - [2025-10-23 02:04:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003922 10.0.0.65 - - [2025-10-23 02:04:08] "POST /useragent-kv HTTP/1.1" 200 115 0.001860 10.0.0.65 - - [2025-10-23 02:04:08] "POST /neutron/network HTTP/1.1" 200 151 0.073251 10.0.0.65 - - [2025-10-23 02:04:08] "GET /routing-instance/ec6f9f83-c4c5-4882-aebc-a11921ef48c7 HTTP/1.1" 404 171 0.001815 10.0.0.65 - - [2025-10-23 02:04:08] "GET /domains HTTP/1.1" 200 280 0.004250 10.0.0.65 - - [2025-10-23 02:04:08] "DELETE /route-target/280c2061-98d8-4066-ab17-a87ac704afda HTTP/1.1" 200 115 0.022551 10.0.0.65 - - [2025-10-23 02:04:08] "GET /domains?obj_uuids=2e283574-867c-482d-913f-5e0415a1ddc2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000966 10.0.0.65 - - [2025-10-23 02:04:08] "GET /domain/2e283574-867c-482d-913f-5e0415a1ddc2 HTTP/1.1" 200 2585 0.050377 10.0.0.65 - - [2025-10-23 02:04:08] "GET /projects?obj_uuids=d454aea3-3948-4118-a5d0-86c624c1d365&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000937 10.0.0.65 - - [2025-10-23 02:04:08] "GET /project/d454aea3-3948-4118-a5d0-86c624c1d365 HTTP/1.1" 200 1935 0.066295 10.0.0.65 - - [2025-10-23 02:04:08] "GET /projects?obj_uuids=d454aea3-3948-4118-a5d0-86c624c1d365&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001256 10.0.0.65 - - [2025-10-23 02:04:08] "GET /project/d454aea3-3948-4118-a5d0-86c624c1d365?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.025859 10.0.0.65 - - [2025-10-23 02:04:08] "GET /projects?obj_uuids=d454aea3-3948-4118-a5d0-86c624c1d365&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000988 10.0.0.65 - - [2025-10-23 02:04:08] "GET /project/d454aea3-3948-4118-a5d0-86c624c1d365?fields=virtual_networks HTTP/1.1" 200 1067 0.071849 10.0.0.65 - - [2025-10-23 02:04:08] "GET /projects?obj_uuids=d454aea3-3948-4118-a5d0-86c624c1d365&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000957 10.0.0.65 - - [2025-10-23 02:04:08] "GET /project/d454aea3-3948-4118-a5d0-86c624c1d365?fields=virtual_machine_interfaces HTTP/1.1" 200 1067 0.034606 10.0.0.65 - - [2025-10-23 02:04:09] "GET /projects?obj_uuids=d454aea3-3948-4118-a5d0-86c624c1d365&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001410 10.0.0.65 - - [2025-10-23 02:04:09] "GET /project/d454aea3-3948-4118-a5d0-86c624c1d365?fields=security_groups HTTP/1.1" 200 1305 0.023270 10.0.0.65 - - [2025-10-23 02:04:09] "POST /fqname-to-id HTTP/1.1" 404 183 0.023411 10.0.0.65 - - [2025-10-23 02:04:09] "GET /projects?obj_uuids=86341a05-b037-43c0-b83e-6a6e8558a3ff&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002181 10.0.0.65 - - [2025-10-23 02:04:09] "GET /domains?obj_uuids=2e283574-867c-482d-913f-5e0415a1ddc2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001319 10.0.0.65 - - [2025-10-23 02:04:09] "GET /domain/2e283574-867c-482d-913f-5e0415a1ddc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007881 10.0.0.65 - - [2025-10-23 02:04:10] "POST /id-to-fqname HTTP/1.1" 200 185 0.001753 10.0.0.65 - - [2025-10-23 02:04:10] "POST /fqname-to-id HTTP/1.1" 404 194 0.003290 10.0.0.65 - - [2025-10-23 02:04:10] "POST /security-groups HTTP/1.1" 200 586 0.063986 10.0.0.65 - - [2025-10-23 02:04:10] "POST /fqname-to-id HTTP/1.1" 404 229 0.002483 10.0.0.65 - - [2025-10-23 02:04:10] "POST /projects HTTP/1.1" 200 575 0.237382 10.0.0.65 - - [2025-10-23 02:04:10] "POST /access-control-lists HTTP/1.1" 200 591 0.055803 10.0.0.65 - - [2025-10-23 02:04:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.308315 10.0.0.65 - - [2025-10-23 02:04:10] "POST /fqname-to-id HTTP/1.1" 404 228 0.002610 10.0.0.65 - - [2025-10-23 02:04:10] "GET /project/86341a05-b037-43c0-b83e-6a6e8558a3ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.427824 10.0.0.65 - - [2025-10-23 02:04:10] "POST /access-control-lists HTTP/1.1" 200 589 0.068074 10.0.0.65 - - [2025-10-23 02:04:11] "GET / HTTP/1.1" 200 35931 0.001891 10.0.0.65 - - [2025-10-23 02:04:12] "GET /projects?obj_uuids=86341a05-b037-43c0-b83e-6a6e8558a3ff&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001098 10.0.0.65 - - [2025-10-23 02:04:12] "GET /project/86341a05-b037-43c0-b83e-6a6e8558a3ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.027182 10.0.0.65 - - [2025-10-23 02:04:12] "GET /projects?obj_uuids=86341a05-b037-43c0-b83e-6a6e8558a3ff&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000897 10.0.0.65 - - [2025-10-23 02:04:12] "GET /project/86341a05-b037-43c0-b83e-6a6e8558a3ff?fields=virtual_networks HTTP/1.1" 200 1032 0.065446 10.0.0.65 - - [2025-10-23 02:04:12] "GET /projects?obj_uuids=86341a05-b037-43c0-b83e-6a6e8558a3ff&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001232 10.0.0.65 - - [2025-10-23 02:04:12] "GET /project/86341a05-b037-43c0-b83e-6a6e8558a3ff?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.023977 10.0.0.65 - - [2025-10-23 02:04:12] "GET /projects?obj_uuids=86341a05-b037-43c0-b83e-6a6e8558a3ff&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001278 10.0.0.65 - - [2025-10-23 02:04:12] "GET /project/86341a05-b037-43c0-b83e-6a6e8558a3ff?fields=security_groups HTTP/1.1" 200 1253 0.021827 10.0.0.65 - - [2025-10-23 02:04:13] "POST /fqname-to-id HTTP/1.1" 404 183 0.025685 10.0.0.65 - - [2025-10-23 02:04:13] "GET /projects?obj_uuids=6a129510-43c9-4bd6-a2e4-301ff05b9400&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003598 10.0.0.65 - - [2025-10-23 02:04:13] "GET /domains?obj_uuids=2e283574-867c-482d-913f-5e0415a1ddc2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000884 10.0.0.65 - - [2025-10-23 02:04:13] "GET /domain/2e283574-867c-482d-913f-5e0415a1ddc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006037 10.0.0.65 - - [2025-10-23 02:04:13] "POST /id-to-fqname HTTP/1.1" 200 185 0.001271 10.0.0.65 - - [2025-10-23 02:04:13] "POST /fqname-to-id HTTP/1.1" 404 194 0.002106 10.0.0.65 - - [2025-10-23 02:04:13] "POST /security-groups HTTP/1.1" 200 586 0.064070 10.0.0.65 - - [2025-10-23 02:04:13] "POST /fqname-to-id HTTP/1.1" 404 229 0.002168 10.0.0.65 - - [2025-10-23 02:04:14] "POST /projects HTTP/1.1" 200 575 0.211445 10.0.0.65 - - [2025-10-23 02:04:14] "POST /access-control-lists HTTP/1.1" 200 591 0.054692 10.0.0.65 - - [2025-10-23 02:04:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.277891 10.0.0.65 - - [2025-10-23 02:04:14] "POST /fqname-to-id HTTP/1.1" 404 228 0.003336 10.0.0.65 - - [2025-10-23 02:04:14] "GET /project/6a129510-43c9-4bd6-a2e4-301ff05b9400?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.398154 10.0.0.65 - - [2025-10-23 02:04:14] "POST /access-control-lists HTTP/1.1" 200 589 0.056279 10.0.0.65 - - [2025-10-23 02:04:15] "GET / HTTP/1.1" 200 35931 0.001902 10.0.0.65 - - [2025-10-23 02:04:15] "POST /fqname-to-id HTTP/1.1" 404 193 0.002729 10.0.0.65 - - [2025-10-23 02:04:15] "GET /projects?obj_uuids=4e2a0473-b9a3-4aa1-a8ce-3574e4f941d8&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001386 10.0.0.65 - - [2025-10-23 02:04:15] "POST /fqname-to-id HTTP/1.1" 404 228 0.002588 10.0.0.65 - - [2025-10-23 02:04:15] "POST /access-control-lists HTTP/1.1" 200 590 0.015167 10.0.0.65 - - [2025-10-23 02:04:15] "POST /fqname-to-id HTTP/1.1" 404 227 0.002798 10.0.0.65 - - [2025-10-23 02:04:15] "POST /access-control-lists HTTP/1.1" 200 588 0.015801 10.0.0.65 - - [2025-10-23 02:04:16] "PUT /access-control-list/0da41dd0-f691-43a8-822a-e556d49f4806 HTTP/1.1" 200 272 0.007779 10.0.0.65 - - [2025-10-23 02:04:16] "PUT /access-control-list/6bdcbf36-ce44-4273-8823-a25ffea6489c HTTP/1.1" 200 272 0.011813 10.0.0.65 - - [2025-10-23 02:04:16] "POST /neutron/security_group HTTP/1.1" 200 1364 0.336149 10.0.0.65 - - [2025-10-23 02:04:16] "GET /projects?obj_uuids=4e2a0473-b9a3-4aa1-a8ce-3574e4f941d8&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000934 10.0.0.65 - - [2025-10-23 02:04:16] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.031030 10.0.0.65 - - [2025-10-23 02:04:16] "PUT /access-control-list/6bdcbf36-ce44-4273-8823-a25ffea6489c HTTP/1.1" 200 272 0.008948 10.0.0.65 - - [2025-10-23 02:04:16] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.012371 10.0.0.65 - - [2025-10-23 02:04:16] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.129936 10.0.0.65 - - [2025-10-23 02:04:16] "PUT /access-control-list/6bdcbf36-ce44-4273-8823-a25ffea6489c HTTP/1.1" 200 272 0.010088 10.0.0.65 - - [2025-10-23 02:04:16] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.011539 10.0.0.65 - - [2025-10-23 02:04:16] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.117332 10.0.0.65 - - [2025-10-23 02:04:16] "POST /fqname-to-id HTTP/1.1" 404 193 0.003052 10.0.0.65 - - [2025-10-23 02:04:16] "PUT /access-control-list/6bdcbf36-ce44-4273-8823-a25ffea6489c HTTP/1.1" 200 272 0.007097 10.0.0.65 - - [2025-10-23 02:04:16] "GET /projects?obj_uuids=4e2a0473-b9a3-4aa1-a8ce-3574e4f941d8&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000939 10.0.0.65 - - [2025-10-23 02:04:16] "POST /fqname-to-id HTTP/1.1" 404 228 0.002265 10.0.0.65 - - [2025-10-23 02:04:16] "POST /access-control-lists HTTP/1.1" 200 590 0.013448 10.0.0.65 - - [2025-10-23 02:04:16] "POST /fqname-to-id HTTP/1.1" 404 227 0.002589 10.0.0.65 - - [2025-10-23 02:04:16] "POST /access-control-lists HTTP/1.1" 200 588 0.016783 10.0.0.65 - - [2025-10-23 02:04:16] "PUT /access-control-list/81d61c16-807b-4893-a19d-1ed7b77e744e HTTP/1.1" 200 272 0.008489 10.0.0.65 - - [2025-10-23 02:04:16] "POST /neutron/security_group HTTP/1.1" 200 1364 0.270925 10.0.0.65 - - [2025-10-23 02:04:16] "GET /projects?obj_uuids=4e2a0473-b9a3-4aa1-a8ce-3574e4f941d8&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000936 10.0.0.65 - - [2025-10-23 02:04:16] "PUT /access-control-list/e397502d-f934-41db-ae2a-d6e92f8b94d7 HTTP/1.1" 200 272 0.013013 10.0.0.65 - - [2025-10-23 02:04:16] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.036238 10.0.0.65 - - [2025-10-23 02:04:16] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.008663 10.0.0.65 - - [2025-10-23 02:04:16] "PUT /access-control-list/e397502d-f934-41db-ae2a-d6e92f8b94d7 HTTP/1.1" 200 272 0.008355 10.0.0.65 - - [2025-10-23 02:04:16] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.139924 10.0.0.65 - - [2025-10-23 02:04:16] "PUT /access-control-list/e397502d-f934-41db-ae2a-d6e92f8b94d7 HTTP/1.1" 200 272 0.009566 10.0.0.65 - - [2025-10-23 02:04:16] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.007375 10.0.0.65 - - [2025-10-23 02:04:17] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.136924 10.0.0.65 - - [2025-10-23 02:04:17] "POST /fqname-to-id HTTP/1.1" 401 292 0.000370 10.0.0.65 - - [2025-10-23 02:04:17] "PUT /access-control-list/e397502d-f934-41db-ae2a-d6e92f8b94d7 HTTP/1.1" 200 272 0.012281 10.0.0.65 - - [2025-10-23 02:04:17] "POST /fqname-to-id HTTP/1.1" 404 210 0.023956 10.0.0.65 - - [2025-10-23 02:04:17] "GET /projects?obj_uuids=6a129510-43c9-4bd6-a2e4-301ff05b9400&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001298 10.0.0.65 - - [2025-10-23 02:04:17] "POST /fqname-to-id HTTP/1.1" 404 245 0.002145 10.0.0.65 - - [2025-10-23 02:04:17] "POST /access-control-lists HTTP/1.1" 200 607 0.013855 10.0.0.65 - - [2025-10-23 02:04:17] "POST /fqname-to-id HTTP/1.1" 404 244 0.003059 10.0.0.65 - - [2025-10-23 02:04:17] "POST /access-control-lists HTTP/1.1" 200 605 0.024503 10.0.0.65 - - [2025-10-23 02:04:17] "PUT /access-control-list/42572be9-f5ec-4dc8-9c93-e224cf3cd65b HTTP/1.1" 200 272 0.008278 10.0.0.65 - - [2025-10-23 02:04:17] "PUT /access-control-list/f99c1c4e-9a2b-4fe4-87be-d9cece067ba7 HTTP/1.1" 200 272 0.014110 10.0.0.65 - - [2025-10-23 02:04:17] "POST /neutron/security_group HTTP/1.1" 200 1379 0.372646 10.0.0.65 - - [2025-10-23 02:04:17] "GET /projects?obj_uuids=6a129510-43c9-4bd6-a2e4-301ff05b9400&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001439 10.0.0.65 - - [2025-10-23 02:04:17] "PUT /access-control-list/f99c1c4e-9a2b-4fe4-87be-d9cece067ba7 HTTP/1.1" 200 272 0.021378 10.0.0.65 - - [2025-10-23 02:04:17] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.050558 10.0.0.65 - - [2025-10-23 02:04:17] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.011442 10.0.0.65 - - [2025-10-23 02:04:18] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.117021 10.0.0.65 - - [2025-10-23 02:04:18] "PUT /access-control-list/f99c1c4e-9a2b-4fe4-87be-d9cece067ba7 HTTP/1.1" 200 272 0.011236 10.0.0.65 - - [2025-10-23 02:04:18] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.012083 10.0.0.65 - - [2025-10-23 02:04:18] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.123647 10.0.0.65 - - [2025-10-23 02:04:18] "POST /fqname-to-id HTTP/1.1" 404 210 0.005088 10.0.0.65 - - [2025-10-23 02:04:18] "PUT /access-control-list/f99c1c4e-9a2b-4fe4-87be-d9cece067ba7 HTTP/1.1" 200 272 0.017397 10.0.0.65 - - [2025-10-23 02:04:18] "GET /projects?obj_uuids=6a129510-43c9-4bd6-a2e4-301ff05b9400&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000958 10.0.0.65 - - [2025-10-23 02:04:18] "POST /fqname-to-id HTTP/1.1" 404 245 0.002723 10.0.0.65 - - [2025-10-23 02:04:18] "POST /access-control-lists HTTP/1.1" 200 607 0.015946 10.0.0.65 - - [2025-10-23 02:04:18] "POST /fqname-to-id HTTP/1.1" 404 244 0.002564 10.0.0.65 - - [2025-10-23 02:04:18] "POST /access-control-lists HTTP/1.1" 200 605 0.016518 10.0.0.65 - - [2025-10-23 02:04:18] "PUT /access-control-list/1845a6f6-ecf3-42b2-9058-ea5fe6b25478 HTTP/1.1" 200 272 0.007191 10.0.0.65 - - [2025-10-23 02:04:18] "PUT /access-control-list/0a80620a-8375-4a88-b463-60805c2d5a1d HTTP/1.1" 200 272 0.009411 10.0.0.65 - - [2025-10-23 02:04:18] "POST /neutron/security_group HTTP/1.1" 200 1379 0.323760 10.0.0.65 - - [2025-10-23 02:04:18] "GET /projects?obj_uuids=6a129510-43c9-4bd6-a2e4-301ff05b9400&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000948 10.0.0.65 - - [2025-10-23 02:04:18] "PUT /access-control-list/0a80620a-8375-4a88-b463-60805c2d5a1d HTTP/1.1" 200 272 0.009902 10.0.0.65 - - [2025-10-23 02:04:18] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.032835 10.0.0.65 - - [2025-10-23 02:04:18] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.008008 10.0.0.65 - - [2025-10-23 02:04:18] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.104469 10.0.0.65 - - [2025-10-23 02:04:18] "PUT /access-control-list/0a80620a-8375-4a88-b463-60805c2d5a1d HTTP/1.1" 200 272 0.010586 10.0.0.65 - - [2025-10-23 02:04:18] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.011699 10.0.0.65 - - [2025-10-23 02:04:18] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.107294 10.0.0.65 - - [2025-10-23 02:04:18] "PUT /access-control-list/0a80620a-8375-4a88-b463-60805c2d5a1d HTTP/1.1" 200 272 0.012968 10.0.0.65 - - [2025-10-23 02:04:19] "GET /projects?obj_uuids=4e2a0473-b9a3-4aa1-a8ce-3574e4f941d8&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001039 10.0.0.65 - - [2025-10-23 02:04:19] "POST /neutron/router HTTP/1.1" 200 541 0.045760 10.0.0.65 - - [2025-10-23 02:04:19] "POST /neutron/router HTTP/1.1" 200 541 0.004167 10.0.0.65 - - [2025-10-23 02:04:19] "POST /route-targets HTTP/1.1" 200 327 0.015782 10.0.0.65 - - [2025-10-23 02:04:19] "POST /neutron/router HTTP/1.1" 200 541 0.003123 10.0.0.65 - - [2025-10-23 02:04:19] "PUT /logical-router/9572ad7b-de6c-48b7-93ba-c0319185a764 HTTP/1.1" 200 262 0.017708 10.0.0.65 - - [2025-10-23 02:04:19] "POST /neutron/router HTTP/1.1" 200 541 0.007264 10.0.0.65 - - [2025-10-23 02:04:19] "POST /neutron/router HTTP/1.1" 200 541 0.002919 10.0.0.65 - - [2025-10-23 02:04:19] "POST /neutron/router HTTP/1.1" 200 541 0.002881 10.0.0.65 - - [2025-10-23 02:04:19] "POST /neutron/router HTTP/1.1" 200 541 0.005239 10.0.0.65 - - [2025-10-23 02:04:19] "POST /neutron/router HTTP/1.1" 200 541 0.004145 10.0.0.65 - - [2025-10-23 02:04:19] "POST /neutron/router HTTP/1.1" 200 541 0.004378 10.0.0.65 - - [2025-10-23 02:04:19] "POST /neutron/router HTTP/1.1" 200 541 0.003396 10.0.0.65 - - [2025-10-23 02:04:19] "POST /neutron/router HTTP/1.1" 200 541 0.004617 10.0.0.65 - - [2025-10-23 02:04:19] "POST /neutron/router HTTP/1.1" 200 541 0.003233 10.0.0.65 - - [2025-10-23 02:04:19] "POST /neutron/router HTTP/1.1" 200 541 0.003125 10.0.0.65 - - [2025-10-23 02:04:19] "POST /neutron/router HTTP/1.1" 200 541 0.003072 10.0.0.65 - - [2025-10-23 02:04:19] "POST /neutron/router HTTP/1.1" 200 541 0.003198 10.0.0.65 - - [2025-10-23 02:04:19] "POST /neutron/router HTTP/1.1" 200 541 0.003396 10.0.0.65 - - [2025-10-23 02:04:19] "POST /neutron/router HTTP/1.1" 200 541 0.003114 10.0.0.65 - - [2025-10-23 02:04:19] "POST /neutron/router HTTP/1.1" 200 541 0.003232 10.0.0.65 - - [2025-10-23 02:04:19] "POST /neutron/router HTTP/1.1" 200 541 0.003116 10.0.0.65 - - [2025-10-23 02:04:19] "POST /neutron/router HTTP/1.1" 200 541 0.003000 10.0.0.65 - - [2025-10-23 02:04:19] "POST /neutron/router HTTP/1.1" 200 541 0.002837 10.0.0.65 - - [2025-10-23 02:04:19] "POST /neutron/router HTTP/1.1" 200 541 0.002935 10.0.0.65 - - [2025-10-23 02:04:19] "POST /neutron/router HTTP/1.1" 200 541 0.002871 10.0.0.65 - - [2025-10-23 02:04:19] "POST /neutron/router HTTP/1.1" 200 541 0.003335 10.0.0.65 - - [2025-10-23 02:04:19] "POST /neutron/router HTTP/1.1" 200 541 0.003470 10.0.0.65 - - [2025-10-23 02:04:19] "POST /neutron/router HTTP/1.1" 200 541 0.003209 10.0.0.65 - - [2025-10-23 02:04:19] "POST /neutron/router HTTP/1.1" 200 541 0.003116 10.0.0.65 - - [2025-10-23 02:04:19] "POST /neutron/router HTTP/1.1" 200 541 0.003077 10.0.0.65 - - [2025-10-23 02:04:19] "POST /neutron/router HTTP/1.1" 200 541 0.002970 10.0.0.65 - - [2025-10-23 02:04:19] "POST /neutron/router HTTP/1.1" 200 541 0.003919 10.0.0.65 - - [2025-10-23 02:04:19] "POST /neutron/router HTTP/1.1" 200 541 0.003257 10.0.0.65 - - [2025-10-23 02:04:19] "POST /neutron/router HTTP/1.1" 200 541 0.003602 10.0.0.65 - - [2025-10-23 02:04:19] "POST /neutron/router HTTP/1.1" 200 541 0.003088 10.0.0.65 - - [2025-10-23 02:04:19] "POST /neutron/router HTTP/1.1" 200 541 0.017381 10.0.0.65 - - [2025-10-23 02:04:19] "POST /neutron/router HTTP/1.1" 200 541 0.003304 10.0.0.65 - - [2025-10-23 02:04:19] "POST /neutron/router HTTP/1.1" 200 542 0.017892 10.0.0.65 - - [2025-10-23 02:04:19] "POST /neutron/router HTTP/1.1" 200 542 0.003407 10.0.0.65 - - [2025-10-23 02:04:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.005879 10.0.0.65 - - [2025-10-23 02:04:19] "GET /logical-router/9572ad7b-de6c-48b7-93ba-c0319185a764?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.004354 10.0.0.65 - - [2025-10-23 02:04:19] "POST /neutron/router HTTP/1.1" 200 151 0.045898 10.0.0.65 - - [2025-10-23 02:04:19] "GET /projects?obj_uuids=6a129510-43c9-4bd6-a2e4-301ff05b9400&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001330 10.0.0.65 - - [2025-10-23 02:04:19] "DELETE /route-target/d8db422d-1c8e-43b3-8244-0e360b652d20 HTTP/1.1" 200 115 0.023365 10.0.0.65 - - [2025-10-23 02:04:19] "POST /neutron/router HTTP/1.1" 200 559 0.052417 10.0.0.65 - - [2025-10-23 02:04:19] "POST /neutron/router HTTP/1.1" 200 559 0.005058 10.0.0.65 - - [2025-10-23 02:04:19] "POST /route-targets HTTP/1.1" 200 327 0.012940 10.0.0.65 - - [2025-10-23 02:04:19] "POST /neutron/router HTTP/1.1" 200 559 0.004354 10.0.0.65 - - [2025-10-23 02:04:19] "PUT /logical-router/5b263d90-2ba1-44ee-86c2-f2a392d9a669 HTTP/1.1" 200 262 0.022842 10.0.0.65 - - [2025-10-23 02:04:19] "POST /neutron/router HTTP/1.1" 200 559 0.004652 10.0.0.65 - - [2025-10-23 02:04:19] "POST /neutron/router HTTP/1.1" 200 559 0.003123 10.0.0.65 - - [2025-10-23 02:04:19] "POST /neutron/router HTTP/1.1" 200 559 0.003093 10.0.0.65 - - [2025-10-23 02:04:19] "POST /neutron/router HTTP/1.1" 200 559 0.003276 10.0.0.65 - - [2025-10-23 02:04:19] "POST /neutron/router HTTP/1.1" 200 559 0.003535 10.0.0.65 - - [2025-10-23 02:04:19] "POST /neutron/router HTTP/1.1" 200 559 0.003604 10.0.0.65 - - [2025-10-23 02:04:19] "POST /neutron/router HTTP/1.1" 200 559 0.004911 10.0.0.65 - - [2025-10-23 02:04:19] "POST /neutron/router HTTP/1.1" 200 559 0.003063 10.0.0.65 - - [2025-10-23 02:04:19] "POST /neutron/router HTTP/1.1" 200 559 0.003232 10.0.0.65 - - [2025-10-23 02:04:19] "POST /neutron/router HTTP/1.1" 200 559 0.003251 10.0.0.65 - - [2025-10-23 02:04:19] "POST /neutron/router HTTP/1.1" 200 559 0.003283 10.0.0.65 - - [2025-10-23 02:04:20] "POST /neutron/router HTTP/1.1" 200 559 0.003144 10.0.0.65 - - [2025-10-23 02:04:20] "POST /neutron/router HTTP/1.1" 200 559 0.003247 10.0.0.65 - - [2025-10-23 02:04:20] "POST /neutron/router HTTP/1.1" 200 559 0.003180 10.0.0.65 - - [2025-10-23 02:04:20] "POST /neutron/router HTTP/1.1" 200 559 0.003240 10.0.0.65 - - [2025-10-23 02:04:20] "POST /neutron/router HTTP/1.1" 200 559 0.002797 10.0.0.65 - - [2025-10-23 02:04:20] "POST /neutron/router HTTP/1.1" 200 559 0.002988 10.0.0.65 - - [2025-10-23 02:04:20] "POST /neutron/router HTTP/1.1" 200 559 0.003074 10.0.0.65 - - [2025-10-23 02:04:20] "POST /neutron/router HTTP/1.1" 200 559 0.003153 10.0.0.65 - - [2025-10-23 02:04:20] "POST /neutron/router HTTP/1.1" 200 559 0.002999 10.0.0.65 - - [2025-10-23 02:04:20] "POST /neutron/router HTTP/1.1" 200 559 0.003933 10.0.0.65 - - [2025-10-23 02:04:20] "POST /neutron/router HTTP/1.1" 200 559 0.003348 10.0.0.65 - - [2025-10-23 02:04:20] "POST /neutron/router HTTP/1.1" 200 559 0.003665 10.0.0.65 - - [2025-10-23 02:04:20] "POST /neutron/router HTTP/1.1" 200 559 0.003156 10.0.0.65 - - [2025-10-23 02:04:20] "POST /neutron/router HTTP/1.1" 200 559 0.003135 10.0.0.65 - - [2025-10-23 02:04:20] "POST /neutron/router HTTP/1.1" 200 559 0.003095 10.0.0.65 - - [2025-10-23 02:04:20] "POST /neutron/router HTTP/1.1" 200 559 0.002891 10.0.0.65 - - [2025-10-23 02:04:20] "POST /neutron/router HTTP/1.1" 200 559 0.003289 10.0.0.65 - - [2025-10-23 02:04:20] "POST /neutron/router HTTP/1.1" 200 559 0.003062 10.0.0.65 - - [2025-10-23 02:04:20] "POST /neutron/router HTTP/1.1" 200 559 0.003225 10.0.0.65 - - [2025-10-23 02:04:20] "POST /neutron/router HTTP/1.1" 200 559 0.013944 10.0.0.65 - - [2025-10-23 02:04:20] "POST /neutron/router HTTP/1.1" 200 559 0.003540 10.0.0.65 - - [2025-10-23 02:04:20] "POST /neutron/router HTTP/1.1" 200 560 0.013814 10.0.0.65 - - [2025-10-23 02:04:20] "POST /neutron/router HTTP/1.1" 200 560 0.003383 10.0.0.65 - - [2025-10-23 02:04:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004044 10.0.0.65 - - [2025-10-23 02:04:20] "GET /logical-router/5b263d90-2ba1-44ee-86c2-f2a392d9a669?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.005683 10.0.0.65 - - [2025-10-23 02:04:20] "POST /neutron/router HTTP/1.1" 200 151 0.043089 10.0.0.65 - - [2025-10-23 02:04:20] "GET /projects?obj_uuids=4e2a0473-b9a3-4aa1-a8ce-3574e4f941d8&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001529 10.0.0.65 - - [2025-10-23 02:04:20] "DELETE /route-target/cf033598-5f70-44a1-bb59-3f824d3c5fd5 HTTP/1.1" 200 115 0.024771 10.0.0.65 - - [2025-10-23 02:04:20] "POST /neutron/router HTTP/1.1" 200 542 0.051503 10.0.0.65 - - [2025-10-23 02:04:20] "POST /neutron/router HTTP/1.1" 200 542 0.004038 10.0.0.65 - - [2025-10-23 02:04:20] "POST /route-targets HTTP/1.1" 200 327 0.014246 10.0.0.65 - - [2025-10-23 02:04:20] "POST /neutron/router HTTP/1.1" 200 542 0.007381 10.0.0.65 - - [2025-10-23 02:04:20] "PUT /logical-router/c92591bd-784e-4ac8-9be7-dcc089ed179a HTTP/1.1" 200 262 0.018075 10.0.0.65 - - [2025-10-23 02:04:20] "POST /neutron/router HTTP/1.1" 200 542 0.003768 10.0.0.65 - - [2025-10-23 02:04:20] "POST /neutron/router HTTP/1.1" 200 542 0.002914 10.0.0.65 - - [2025-10-23 02:04:20] "POST /neutron/router HTTP/1.1" 200 542 0.002955 10.0.0.65 - - [2025-10-23 02:04:20] "POST /neutron/router HTTP/1.1" 200 542 0.003149 10.0.0.65 - - [2025-10-23 02:04:20] "POST /neutron/router HTTP/1.1" 200 542 0.002964 10.0.0.65 - - [2025-10-23 02:04:20] "POST /neutron/router HTTP/1.1" 200 542 0.003050 10.0.0.65 - - [2025-10-23 02:04:20] "POST /neutron/router HTTP/1.1" 200 542 0.004308 10.0.0.65 - - [2025-10-23 02:04:20] "POST /neutron/router HTTP/1.1" 200 542 0.003506 10.0.0.65 - - [2025-10-23 02:04:20] "POST /neutron/router HTTP/1.1" 200 542 0.003261 10.0.0.65 - - [2025-10-23 02:04:20] "POST /neutron/router HTTP/1.1" 200 542 0.003131 10.0.0.65 - - [2025-10-23 02:04:20] "POST /neutron/router HTTP/1.1" 200 542 0.003153 10.0.0.65 - - [2025-10-23 02:04:20] "POST /neutron/router HTTP/1.1" 200 542 0.003140 10.0.0.65 - - [2025-10-23 02:04:20] "POST /neutron/router HTTP/1.1" 200 542 0.003563 10.0.0.65 - - [2025-10-23 02:04:20] "POST /neutron/router HTTP/1.1" 200 542 0.003414 10.0.0.65 - - [2025-10-23 02:04:20] "POST /neutron/router HTTP/1.1" 200 542 0.003421 10.0.0.65 - - [2025-10-23 02:04:20] "POST /neutron/router HTTP/1.1" 200 542 0.003150 10.0.0.65 - - [2025-10-23 02:04:20] "POST /neutron/router HTTP/1.1" 200 542 0.004006 10.0.0.65 - - [2025-10-23 02:04:20] "POST /neutron/router HTTP/1.1" 200 542 0.003000 10.0.0.65 - - [2025-10-23 02:04:20] "POST /neutron/router HTTP/1.1" 200 542 0.003029 10.0.0.65 - - [2025-10-23 02:04:20] "POST /neutron/router HTTP/1.1" 200 542 0.003057 10.0.0.65 - - [2025-10-23 02:04:20] "POST /neutron/router HTTP/1.1" 200 542 0.003458 10.0.0.65 - - [2025-10-23 02:04:20] "POST /neutron/router HTTP/1.1" 200 542 0.003293 10.0.0.65 - - [2025-10-23 02:04:20] "POST /neutron/router HTTP/1.1" 200 542 0.003426 10.0.0.65 - - [2025-10-23 02:04:20] "POST /neutron/router HTTP/1.1" 200 542 0.003018 10.0.0.65 - - [2025-10-23 02:04:20] "POST /neutron/router HTTP/1.1" 200 542 0.003161 10.0.0.65 - - [2025-10-23 02:04:20] "POST /neutron/router HTTP/1.1" 200 542 0.002765 10.0.0.65 - - [2025-10-23 02:04:20] "POST /neutron/router HTTP/1.1" 200 542 0.003028 10.0.0.65 - - [2025-10-23 02:04:20] "POST /neutron/router HTTP/1.1" 200 542 0.003056 10.0.0.65 - - [2025-10-23 02:04:20] "POST /neutron/router HTTP/1.1" 200 542 0.002940 10.0.0.65 - - [2025-10-23 02:04:20] "POST /neutron/router HTTP/1.1" 200 542 0.003116 10.0.0.65 - - [2025-10-23 02:04:20] "POST /neutron/router HTTP/1.1" 200 542 0.014190 10.0.0.65 - - [2025-10-23 02:04:20] "POST /neutron/router HTTP/1.1" 200 542 0.003093 10.0.0.65 - - [2025-10-23 02:04:20] "POST /neutron/router HTTP/1.1" 200 542 0.017490 10.0.0.65 - - [2025-10-23 02:04:20] "POST /neutron/router HTTP/1.1" 200 542 0.003923 10.0.0.65 - - [2025-10-23 02:04:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002704 10.0.0.65 - - [2025-10-23 02:04:20] "GET /logical-router/c92591bd-784e-4ac8-9be7-dcc089ed179a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.004438 10.0.0.65 - - [2025-10-23 02:04:20] "POST /neutron/router HTTP/1.1" 200 151 0.044126 10.0.0.65 - - [2025-10-23 02:04:20] "POST /neutron/security_group HTTP/1.1" 200 521 0.002758 10.0.0.65 - - [2025-10-23 02:04:20] "DELETE /route-target/28ba4992-becb-4252-b87e-e465a7e9b5ec HTTP/1.1" 200 115 0.021884 10.0.0.65 - - [2025-10-23 02:04:20] "POST /neutron/security_group HTTP/1.1" 200 151 0.039114 10.0.0.65 - - [2025-10-23 02:04:20] "DELETE /access-control-list/1845a6f6-ecf3-42b2-9058-ea5fe6b25478 HTTP/1.1" 200 115 0.017933 10.0.0.65 - - [2025-10-23 02:04:21] "POST /neutron/security_group HTTP/1.1" 200 521 0.002841 10.0.0.65 - - [2025-10-23 02:04:21] "DELETE /access-control-list/0a80620a-8375-4a88-b463-60805c2d5a1d HTTP/1.1" 200 115 0.021597 10.0.0.65 - - [2025-10-23 02:04:21] "POST /neutron/security_group HTTP/1.1" 200 151 0.034528 10.0.0.65 - - [2025-10-23 02:04:21] "DELETE /access-control-list/42572be9-f5ec-4dc8-9c93-e224cf3cd65b HTTP/1.1" 200 115 0.019916 10.0.0.65 - - [2025-10-23 02:04:21] "POST /neutron/security_group HTTP/1.1" 200 506 0.002673 10.0.0.65 - - [2025-10-23 02:04:21] "DELETE /access-control-list/f99c1c4e-9a2b-4fe4-87be-d9cece067ba7 HTTP/1.1" 200 115 0.017350 10.0.0.65 - - [2025-10-23 02:04:21] "POST /neutron/security_group HTTP/1.1" 200 151 0.033677 10.0.0.65 - - [2025-10-23 02:04:21] "DELETE /access-control-list/81d61c16-807b-4893-a19d-1ed7b77e744e HTTP/1.1" 200 115 0.029817 10.0.0.65 - - [2025-10-23 02:04:21] "POST /neutron/security_group HTTP/1.1" 200 506 0.004777 10.0.0.65 - - [2025-10-23 02:04:21] "DELETE /access-control-list/e397502d-f934-41db-ae2a-d6e92f8b94d7 HTTP/1.1" 200 115 0.029255 10.0.0.65 - - [2025-10-23 02:04:21] "POST /neutron/security_group HTTP/1.1" 200 151 0.045953 10.0.0.65 - - [2025-10-23 02:04:21] "DELETE /access-control-list/0da41dd0-f691-43a8-822a-e556d49f4806 HTTP/1.1" 200 115 0.019935 10.0.0.65 - - [2025-10-23 02:04:21] "DELETE /access-control-list/6bdcbf36-ce44-4273-8823-a25ffea6489c HTTP/1.1" 200 115 0.023780 10.0.0.65 - - [2025-10-23 02:04:21] "GET /projects?obj_uuids=6a129510-43c9-4bd6-a2e4-301ff05b9400&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000982 10.0.0.65 - - [2025-10-23 02:04:21] "GET /project/6a129510-43c9-4bd6-a2e4-301ff05b9400?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.037723 10.0.0.65 - - [2025-10-23 02:04:21] "GET /projects?obj_uuids=6a129510-43c9-4bd6-a2e4-301ff05b9400&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000956 10.0.0.65 - - [2025-10-23 02:04:21] "GET /project/6a129510-43c9-4bd6-a2e4-301ff05b9400?fields=virtual_networks HTTP/1.1" 200 1032 0.021584 10.0.0.65 - - [2025-10-23 02:04:21] "GET /projects?obj_uuids=6a129510-43c9-4bd6-a2e4-301ff05b9400&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002832 10.0.0.65 - - [2025-10-23 02:04:21] "GET /project/6a129510-43c9-4bd6-a2e4-301ff05b9400?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.030966 10.0.0.65 - - [2025-10-23 02:04:21] "GET /projects?obj_uuids=6a129510-43c9-4bd6-a2e4-301ff05b9400&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001076 10.0.0.65 - - [2025-10-23 02:04:21] "GET /project/6a129510-43c9-4bd6-a2e4-301ff05b9400?fields=security_groups HTTP/1.1" 200 1253 0.025039 10.0.0.65 - - [2025-10-23 02:04:22] "POST /fqname-to-id HTTP/1.1" 404 184 0.022782 10.0.0.65 - - [2025-10-23 02:04:22] "GET /projects?obj_uuids=94197be2-b6a4-49de-978e-ae7e726fac4b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002536 10.0.0.65 - - [2025-10-23 02:04:22] "GET /domains?obj_uuids=2e283574-867c-482d-913f-5e0415a1ddc2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000969 10.0.0.65 - - [2025-10-23 02:04:22] "GET /domain/2e283574-867c-482d-913f-5e0415a1ddc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006312 10.0.0.65 - - [2025-10-23 02:04:22] "POST /id-to-fqname HTTP/1.1" 200 186 0.001893 10.0.0.65 - - [2025-10-23 02:04:22] "POST /fqname-to-id HTTP/1.1" 404 195 0.003228 10.0.0.65 - - [2025-10-23 02:04:22] "POST /security-groups HTTP/1.1" 200 587 0.060456 10.0.0.65 - - [2025-10-23 02:04:22] "POST /fqname-to-id HTTP/1.1" 404 230 0.002459 10.0.0.65 - - [2025-10-23 02:04:22] "POST /projects HTTP/1.1" 200 577 0.205845 10.0.0.65 - - [2025-10-23 02:04:22] "POST /access-control-lists HTTP/1.1" 200 592 0.056587 10.0.0.65 - - [2025-10-23 02:04:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.276483 10.0.0.65 - - [2025-10-23 02:04:22] "POST /fqname-to-id HTTP/1.1" 404 229 0.002707 10.0.0.65 - - [2025-10-23 02:04:22] "GET /project/94197be2-b6a4-49de-978e-ae7e726fac4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.393394 10.0.0.65 - - [2025-10-23 02:04:22] "POST /access-control-lists HTTP/1.1" 200 590 0.056216 10.0.0.65 - - [2025-10-23 02:04:24] "GET / HTTP/1.1" 200 35931 0.002023 10.0.0.65 - - [2025-10-23 02:04:24] "POST /fqname-to-id HTTP/1.1" 401 292 0.000448 10.0.0.65 - - [2025-10-23 02:04:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.050718 10.0.0.65 - - [2025-10-23 02:04:25] "GET /projects?obj_uuids=94197be2-b6a4-49de-978e-ae7e726fac4b&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000912 10.0.0.65 - - [2025-10-23 02:04:25] "GET /project/94197be2-b6a4-49de-978e-ae7e726fac4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.026605 10.0.0.65 - - [2025-10-23 02:04:25] "POST /neutron/network HTTP/1.1" 200 117 0.028168 10.0.0.65 - - [2025-10-23 02:04:25] "GET /projects?obj_uuids=94197be2-b6a4-49de-978e-ae7e726fac4b&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001303 10.0.0.65 - - [2025-10-23 02:04:25] "POST /neutron/network HTTP/1.1" 200 601 0.064482 10.0.0.65 - - [2025-10-23 02:04:25] "POST /route-targets HTTP/1.1" 200 327 0.009724 10.0.0.65 - - [2025-10-23 02:04:25] "POST /ref-update HTTP/1.1" 200 156 0.011544 10.0.0.65 - - [2025-10-23 02:04:25] "POST /useragent-kv HTTP/1.1" 200 115 0.002196 10.0.0.65 - - [2025-10-23 02:04:25] "POST /neutron/subnet HTTP/1.1" 200 715 0.130382 10.0.0.65 - - [2025-10-23 02:04:25] "POST /neutron/network HTTP/1.1" 200 818 0.004559 10.0.0.65 - - [2025-10-23 02:04:25] "POST /id-to-fqname HTTP/1.1" 200 216 0.000979 10.0.0.65 - - [2025-10-23 02:04:25] "GET /virtual-network/71283eda-1a39-4d47-83da-d651c4734af0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2025 0.004347 10.0.0.65 - - [2025-10-23 02:04:25] "POST /neutron/network HTTP/1.1" 200 818 0.005697 10.0.0.65 - - [2025-10-23 02:04:25] "GET /virtual-network/71283eda-1a39-4d47-83da-d651c4734af0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2025 0.005948 10.0.0.65 - - [2025-10-23 02:04:25] "POST /neutron/network HTTP/1.1" 200 818 0.005551 10.0.0.65 - - [2025-10-23 02:04:25] "POST /neutron/subnet HTTP/1.1" 200 715 0.006413 10.0.0.65 - - [2025-10-23 02:04:25] "POST /fqname-to-id HTTP/1.1" 404 206 0.002432 10.0.0.65 - - [2025-10-23 02:04:25] "GET /virtual-network/71283eda-1a39-4d47-83da-d651c4734af0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2025 0.005959 10.0.0.65 - - [2025-10-23 02:04:25] "GET /projects?obj_uuids=94197be2-b6a4-49de-978e-ae7e726fac4b&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001035 10.0.0.65 - - [2025-10-23 02:04:25] "POST /neutron/port HTTP/1.1" 200 1015 0.163593 10.0.0.65 - - [2025-10-23 02:04:25] "GET /virtual-machine-interface/d7f2e25c-5f63-4525-9b6f-8442f19f21d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2385 0.004531 10.0.0.65 - - [2025-10-23 02:04:25] "GET /virtual-machine-interface/d7f2e25c-5f63-4525-9b6f-8442f19f21d9?fields=instance_ip_back_refs HTTP/1.1" 200 1318 0.004505 10.0.0.65 - - [2025-10-23 02:04:26] "GET /instance-ip/e7ebdd52-6194-4b5e-8d97-cb346fc88ebf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1593 0.004376 10.0.0.65 - - [2025-10-23 02:04:26] "GET /virtual-machine-interface/d7f2e25c-5f63-4525-9b6f-8442f19f21d9 HTTP/1.1" 401 292 0.000407 10.0.0.65 - - [2025-10-23 02:04:26] "GET /virtual-machine-interface/d7f2e25c-5f63-4525-9b6f-8442f19f21d9 HTTP/1.1" 200 2606 0.027695 10.0.0.65 - - [2025-10-23 02:04:26] "POST /neutron/port HTTP/1.1" 200 1015 0.006976 10.0.0.65 - - [2025-10-23 02:04:26] "POST /neutron/port HTTP/1.1" 200 151 0.062817 10.0.0.65 - - [2025-10-23 02:04:26] "POST /neutron/network HTTP/1.1" 200 818 0.005502 10.0.0.65 - - [2025-10-23 02:04:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003129 10.0.0.65 - - [2025-10-23 02:04:26] "POST /useragent-kv HTTP/1.1" 200 115 0.003099 10.0.0.65 - - [2025-10-23 02:04:26] "POST /useragent-kv HTTP/1.1" 200 115 0.002633 10.0.0.65 - - [2025-10-23 02:04:26] "POST /neutron/network HTTP/1.1" 200 151 0.084159 10.0.0.65 - - [2025-10-23 02:04:26] "DELETE /route-target/1d4209c4-c016-427d-9c03-f670d0b0077a HTTP/1.1" 200 115 0.024891 10.0.0.65 - - [2025-10-23 02:04:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002676 10.0.0.65 - - [2025-10-23 02:04:27] "GET /projects?obj_uuids=94197be2-b6a4-49de-978e-ae7e726fac4b&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000988 10.0.0.65 - - [2025-10-23 02:04:27] "GET /project/94197be2-b6a4-49de-978e-ae7e726fac4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.020180 10.0.0.65 - - [2025-10-23 02:04:27] "POST /neutron/network HTTP/1.1" 200 117 0.006271 10.0.0.65 - - [2025-10-23 02:04:27] "GET /projects?obj_uuids=94197be2-b6a4-49de-978e-ae7e726fac4b&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001281 10.0.0.65 - - [2025-10-23 02:04:27] "POST /neutron/network HTTP/1.1" 200 603 0.062817 10.0.0.65 - - [2025-10-23 02:04:27] "POST /route-targets HTTP/1.1" 200 327 0.010004 10.0.0.65 - - [2025-10-23 02:04:27] "POST /ref-update HTTP/1.1" 200 156 0.012023 10.0.0.65 - - [2025-10-23 02:04:27] "POST /useragent-kv HTTP/1.1" 200 115 0.004091 10.0.0.65 - - [2025-10-23 02:04:27] "POST /neutron/subnet HTTP/1.1" 200 724 0.153471 10.0.0.65 - - [2025-10-23 02:04:27] "POST /useragent-kv HTTP/1.1" 200 115 0.002921 10.0.0.65 - - [2025-10-23 02:04:27] "POST /neutron/subnet HTTP/1.1" 200 729 0.130569 10.0.0.65 - - [2025-10-23 02:04:27] "POST /neutron/network HTTP/1.1" 200 979 0.005764 10.0.0.65 - - [2025-10-23 02:04:27] "POST /id-to-fqname HTTP/1.1" 200 217 0.000995 10.0.0.65 - - [2025-10-23 02:04:27] "GET /virtual-network/a4d2a039-88dd-45d4-badc-35683ecd3f3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2565 0.004114 10.0.0.65 - - [2025-10-23 02:04:27] "POST /neutron/network HTTP/1.1" 200 979 0.006564 10.0.0.65 - - [2025-10-23 02:04:27] "GET /virtual-network/a4d2a039-88dd-45d4-badc-35683ecd3f3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2565 0.004303 10.0.0.65 - - [2025-10-23 02:04:27] "POST /neutron/network HTTP/1.1" 200 979 0.006349 10.0.0.65 - - [2025-10-23 02:04:27] "POST /neutron/subnet HTTP/1.1" 200 724 0.005928 10.0.0.65 - - [2025-10-23 02:04:27] "POST /neutron/subnet HTTP/1.1" 200 729 0.005684 10.0.0.65 - - [2025-10-23 02:04:27] "GET /projects?obj_uuids=94197be2-b6a4-49de-978e-ae7e726fac4b&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001033 10.0.0.65 - - [2025-10-23 02:04:28] "POST /neutron/port HTTP/1.1" 200 1018 0.155288 10.0.0.65 - - [2025-10-23 02:04:28] "GET /projects?obj_uuids=94197be2-b6a4-49de-978e-ae7e726fac4b&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000982 10.0.0.65 - - [2025-10-23 02:04:28] "POST /neutron/port HTTP/1.1" 200 1019 0.153747 10.0.0.65 - - [2025-10-23 02:04:28] "POST /id-to-fqname HTTP/1.1" 200 217 0.001107 10.0.0.65 - - [2025-10-23 02:04:28] "POST /neutron/port HTTP/1.1" 200 1018 0.007676 10.0.0.65 - - [2025-10-23 02:04:28] "POST /neutron/port HTTP/1.1" 200 1018 0.007172 10.0.0.65 - - [2025-10-23 02:04:28] "POST /neutron/network HTTP/1.1" 200 979 0.005908 10.0.0.65 - - [2025-10-23 02:04:28] "POST /neutron/port HTTP/1.1" 200 1018 0.006034 10.0.0.65 - - [2025-10-23 02:04:28] "POST /neutron/port HTTP/1.1" 200 117 0.006023 10.0.0.65 - - [2025-10-23 02:04:28] "POST /neutron/port HTTP/1.1" 200 117 0.005217 10.0.0.65 - - [2025-10-23 02:04:28] "POST /id-to-fqname HTTP/1.1" 200 217 0.001144 10.0.0.65 - - [2025-10-23 02:04:28] "POST /neutron/port HTTP/1.1" 200 117 0.004618 10.0.0.65 - - [2025-10-23 02:04:28] "POST /neutron/port HTTP/1.1" 200 1019 0.006699 10.0.0.65 - - [2025-10-23 02:04:28] "POST /neutron/port HTTP/1.1" 200 1019 0.006765 10.0.0.65 - - [2025-10-23 02:04:28] "POST /neutron/network HTTP/1.1" 200 979 0.006077 10.0.0.65 - - [2025-10-23 02:04:28] "POST /neutron/port HTTP/1.1" 200 1019 0.006584 10.0.0.65 - - [2025-10-23 02:04:28] "POST /neutron/port HTTP/1.1" 200 117 0.006826 10.0.0.65 - - [2025-10-23 02:04:28] "POST /neutron/port HTTP/1.1" 200 1018 0.008605 10.0.0.65 - - [2025-10-23 02:04:28] "POST /neutron/port HTTP/1.1" 200 1019 0.006217 10.0.0.65 - - [2025-10-23 02:04:28] "POST /neutron/port HTTP/1.1" 200 117 0.003442 10.0.0.65 - - [2025-10-23 02:04:28] "POST /neutron/port HTTP/1.1" 200 117 0.005350 10.0.0.65 - - [2025-10-23 02:04:29] "POST /neutron/port HTTP/1.1" 200 1018 0.007611 10.0.0.65 - - [2025-10-23 02:04:29] "POST /neutron/network HTTP/1.1" 200 989 0.006651 10.0.0.65 - - [2025-10-23 02:04:29] "POST /neutron/port HTTP/1.1" 200 1018 0.007564 10.0.0.65 - - [2025-10-23 02:04:29] "POST /neutron/port HTTP/1.1" 200 1018 0.006650 10.0.0.65 - - [2025-10-23 02:04:29] "POST /neutron/port HTTP/1.1" 200 1019 0.014606 10.0.0.65 - - [2025-10-23 02:04:29] "POST /neutron/port HTTP/1.1" 200 1110 0.077762 10.0.0.65 - - [2025-10-23 02:04:29] "POST /neutron/network HTTP/1.1" 200 989 0.007203 10.0.0.65 - - [2025-10-23 02:04:29] "POST /neutron/port HTTP/1.1" 200 1019 0.006442 10.0.0.65 - - [2025-10-23 02:04:29] "POST /neutron/port HTTP/1.1" 200 1019 0.006290 10.0.0.65 - - [2025-10-23 02:04:29] "POST /neutron/port HTTP/1.1" 200 1084 0.010524 10.0.0.65 - - [2025-10-23 02:04:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004706 10.0.0.65 - - [2025-10-23 02:04:29] "POST /neutron/port HTTP/1.1" 200 1111 0.075299 10.0.0.65 - - [2025-10-23 02:04:29] "POST /neutron/subnet HTTP/1.1" 200 698 0.007303 10.0.0.65 - - [2025-10-23 02:04:29] "POST /neutron/port HTTP/1.1" 200 117 0.001151 10.0.0.65 - - [2025-10-23 02:04:29] "POST /neutron/port HTTP/1.1" 200 1085 0.013566 10.0.0.65 - - [2025-10-23 02:04:29] "POST /neutron/network HTTP/1.1" 200 979 0.007282 10.0.0.65 - - [2025-10-23 02:04:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003112 10.0.0.65 - - [2025-10-23 02:04:29] "POST /neutron/subnet HTTP/1.1" 200 703 0.009298 10.0.0.65 - - [2025-10-23 02:04:29] "POST /neutron/port HTTP/1.1" 200 117 0.001125 10.0.0.65 - - [2025-10-23 02:04:29] "POST /neutron/network HTTP/1.1" 200 979 0.006997 10.0.0.65 - - [2025-10-23 02:04:33] "POST /neutron/port HTTP/1.1" 200 1084 0.010300 10.0.0.65 - - [2025-10-23 02:04:34] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005420 10.0.0.65 - - [2025-10-23 02:04:34] "POST /neutron/port HTTP/1.1" 200 1084 0.011431 10.0.0.65 - - [2025-10-23 02:04:34] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006905 10.0.0.65 - - [2025-10-23 02:04:34] "POST /neutron/port HTTP/1.1" 200 1084 0.012383 10.0.0.65 - - [2025-10-23 02:04:34] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007447 10.0.0.65 - - [2025-10-23 02:04:34] "GET /virtual-machine/d36be9b7-a8fb-4433-9697-2fe9e1d5166b HTTP/1.1" 200 1285 0.005532 10.0.0.65 - - [2025-10-23 02:04:34] "GET /virtual-machine-interface/5f9fef6d-ac88-4917-a497-b0aefd2994e4 HTTP/1.1" 200 2924 0.004500 10.0.0.65 - - [2025-10-23 02:04:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002986 10.0.0.65 - - [2025-10-23 02:04:34] "GET /global-vrouter-config/95eadd9a-0ced-4891-a5dd-85fa8734b586?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003453 10.0.0.65 - - [2025-10-23 02:04:34] "GET /virtual-networks?parent_id=94197be2-b6a4-49de-978e-ae7e726fac4b&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.003412 10.0.0.65 - - [2025-10-23 02:04:34] "GET /virtual-network/a4d2a039-88dd-45d4-badc-35683ecd3f3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2565 0.005277 10.0.0.65 - - [2025-10-23 02:04:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002706 10.0.0.65 - - [2025-10-23 02:04:37] "GET /virtual-network/a4d2a039-88dd-45d4-badc-35683ecd3f3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2565 0.004736 10.0.0.65 - - [2025-10-23 02:04:39] "POST /neutron/port HTTP/1.1" 200 1084 0.010069 10.0.0.65 - - [2025-10-23 02:04:39] "POST /neutron/security_group HTTP/1.1" 200 2054 0.004381 10.0.0.65 - - [2025-10-23 02:04:39] "POST /neutron/port HTTP/1.1" 200 1085 0.010515 10.0.0.65 - - [2025-10-23 02:04:39] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006071 10.0.0.65 - - [2025-10-23 02:04:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002848 10.0.0.65 - - [2025-10-23 02:04:41] "GET /global-vrouter-config/95eadd9a-0ced-4891-a5dd-85fa8734b586?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002996 10.0.0.65 - - [2025-10-23 02:04:41] "GET /virtual-networks?parent_id=94197be2-b6a4-49de-978e-ae7e726fac4b&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.003069 10.0.0.65 - - [2025-10-23 02:04:41] "GET /virtual-network/a4d2a039-88dd-45d4-badc-35683ecd3f3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2565 0.005200 10.0.0.65 - - [2025-10-23 02:04:41] "POST /neutron/port HTTP/1.1" 200 1085 0.009877 10.0.0.65 - - [2025-10-23 02:04:41] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005746 10.0.0.65 - - [2025-10-23 02:04:42] "POST /neutron/port HTTP/1.1" 200 1085 0.011403 10.0.0.65 - - [2025-10-23 02:04:42] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006431 10.0.0.65 - - [2025-10-23 02:04:42] "POST /neutron/port HTTP/1.1" 200 1085 0.010219 10.0.0.65 - - [2025-10-23 02:04:42] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005926 10.0.0.65 - - [2025-10-23 02:04:42] "GET /virtual-machine/2a677e53-57df-4f3b-802a-3ffe81c4a6f6 HTTP/1.1" 200 1283 0.004682 10.0.0.65 - - [2025-10-23 02:04:42] "GET /virtual-machine-interface/8f475c0b-2d5c-468f-89f8-a07761c68ef1 HTTP/1.1" 200 2924 0.005704 10.0.0.65 - - [2025-10-23 02:04:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002627 10.0.0.65 - - [2025-10-23 02:04:42] "GET /global-vrouter-config/95eadd9a-0ced-4891-a5dd-85fa8734b586?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002801 10.0.0.65 - - [2025-10-23 02:04:42] "GET /virtual-networks?parent_id=94197be2-b6a4-49de-978e-ae7e726fac4b&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002730 10.0.0.65 - - [2025-10-23 02:04:42] "GET /virtual-network/a4d2a039-88dd-45d4-badc-35683ecd3f3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2565 0.005564 10.0.0.65 - - [2025-10-23 02:04:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003100 10.0.0.65 - - [2025-10-23 02:04:43] "GET /global-vrouter-config/95eadd9a-0ced-4891-a5dd-85fa8734b586?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002953 10.0.0.65 - - [2025-10-23 02:04:43] "GET /virtual-networks?parent_id=94197be2-b6a4-49de-978e-ae7e726fac4b&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002720 10.0.0.65 - - [2025-10-23 02:04:43] "GET /virtual-network/a4d2a039-88dd-45d4-badc-35683ecd3f3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2565 0.005077 10.0.0.65 - - [2025-10-23 02:04:46] "POST /neutron/port HTTP/1.1" 200 1111 0.023584 10.0.0.65 - - [2025-10-23 02:04:46] "POST /neutron/port HTTP/1.1" 200 1111 0.010235 10.0.0.65 - - [2025-10-23 02:04:46] "POST /neutron/port HTTP/1.1" 200 151 0.122046 10.0.0.65 - - [2025-10-23 02:04:46] "POST /neutron/port HTTP/1.1" 200 1110 0.009140 10.0.0.65 - - [2025-10-23 02:04:46] "POST /neutron/port HTTP/1.1" 200 1110 0.008631 10.0.0.65 - - [2025-10-23 02:04:46] "POST /neutron/port HTTP/1.1" 200 151 0.106146 10.0.0.65 - - [2025-10-23 02:04:46] "POST /neutron/network HTTP/1.1" 200 979 0.007877 10.0.0.65 - - [2025-10-23 02:04:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003446 10.0.0.65 - - [2025-10-23 02:04:47] "POST /useragent-kv HTTP/1.1" 200 115 0.002085 10.0.0.65 - - [2025-10-23 02:04:47] "POST /useragent-kv HTTP/1.1" 200 115 0.002509 10.0.0.65 - - [2025-10-23 02:04:47] "POST /useragent-kv HTTP/1.1" 200 115 0.001662 10.0.0.65 - - [2025-10-23 02:04:47] "POST /useragent-kv HTTP/1.1" 200 115 0.001499 10.0.0.65 - - [2025-10-23 02:04:47] "POST /neutron/network HTTP/1.1" 200 151 0.101781 10.0.0.65 - - [2025-10-23 02:04:47] "DELETE /route-target/2c1102e5-269e-4a88-9bed-a5bf55c27266 HTTP/1.1" 200 115 0.019563 10.0.0.65 - - [2025-10-23 02:04:47] "GET /projects?obj_uuids=94197be2-b6a4-49de-978e-ae7e726fac4b&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001428 10.0.0.65 - - [2025-10-23 02:04:47] "GET /project/94197be2-b6a4-49de-978e-ae7e726fac4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.030730 10.0.0.65 - - [2025-10-23 02:04:47] "GET /projects?obj_uuids=94197be2-b6a4-49de-978e-ae7e726fac4b&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000963 10.0.0.65 - - [2025-10-23 02:04:47] "GET /project/94197be2-b6a4-49de-978e-ae7e726fac4b?fields=virtual_networks HTTP/1.1" 200 1035 0.066965 10.0.0.65 - - [2025-10-23 02:04:47] "GET /projects?obj_uuids=94197be2-b6a4-49de-978e-ae7e726fac4b&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000956 10.0.0.65 - - [2025-10-23 02:04:47] "GET /project/94197be2-b6a4-49de-978e-ae7e726fac4b?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.030401 10.0.0.65 - - [2025-10-23 02:04:47] "GET /projects?obj_uuids=94197be2-b6a4-49de-978e-ae7e726fac4b&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001422 10.0.0.65 - - [2025-10-23 02:04:47] "GET /project/94197be2-b6a4-49de-978e-ae7e726fac4b?fields=security_groups HTTP/1.1" 200 1257 0.020974 10.0.0.65 - - [2025-10-23 02:04:48] "POST /fqname-to-id HTTP/1.1" 404 186 0.026021 10.0.0.65 - - [2025-10-23 02:04:48] "GET /projects?obj_uuids=17c3cb22-bfaf-4c49-90c6-6c8ddbe21cfb&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002566 10.0.0.65 - - [2025-10-23 02:04:48] "GET /domains?obj_uuids=2e283574-867c-482d-913f-5e0415a1ddc2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001040 10.0.0.65 - - [2025-10-23 02:04:48] "GET /domain/2e283574-867c-482d-913f-5e0415a1ddc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006208 10.0.0.65 - - [2025-10-23 02:04:48] "POST /id-to-fqname HTTP/1.1" 200 188 0.001110 10.0.0.65 - - [2025-10-23 02:04:48] "POST /fqname-to-id HTTP/1.1" 404 197 0.008220 10.0.0.65 - - [2025-10-23 02:04:48] "POST /security-groups HTTP/1.1" 200 589 0.060338 10.0.0.65 - - [2025-10-23 02:04:48] "POST /fqname-to-id HTTP/1.1" 404 232 0.002236 10.0.0.65 - - [2025-10-23 02:04:48] "POST /projects HTTP/1.1" 200 581 0.215667 10.0.0.65 - - [2025-10-23 02:04:48] "POST /access-control-lists HTTP/1.1" 200 594 0.059704 10.0.0.65 - - [2025-10-23 02:04:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.286261 10.0.0.65 - - [2025-10-23 02:04:48] "POST /fqname-to-id HTTP/1.1" 404 231 0.002540 10.0.0.65 - - [2025-10-23 02:04:48] "GET /project/17c3cb22-bfaf-4c49-90c6-6c8ddbe21cfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.400118 10.0.0.65 - - [2025-10-23 02:04:48] "POST /access-control-lists HTTP/1.1" 200 592 0.060484 10.0.0.65 - - [2025-10-23 02:04:49] "GET / HTTP/1.1" 200 35931 0.001866 10.0.0.65 - - [2025-10-23 02:04:50] "POST /fqname-to-id HTTP/1.1" 401 292 0.000456 10.0.0.65 - - [2025-10-23 02:04:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.051800 10.0.0.65 - - [2025-10-23 02:04:50] "GET /projects?obj_uuids=17c3cb22-bfaf-4c49-90c6-6c8ddbe21cfb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000973 10.0.0.65 - - [2025-10-23 02:04:51] "GET /project/17c3cb22-bfaf-4c49-90c6-6c8ddbe21cfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.023322 10.0.0.65 - - [2025-10-23 02:04:51] "POST /neutron/network HTTP/1.1" 200 117 0.027215 10.0.0.65 - - [2025-10-23 02:04:51] "GET /projects?obj_uuids=17c3cb22-bfaf-4c49-90c6-6c8ddbe21cfb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001236 10.0.0.65 - - [2025-10-23 02:04:51] "POST /neutron/network HTTP/1.1" 200 605 0.070435 10.0.0.65 - - [2025-10-23 02:04:51] "POST /route-targets HTTP/1.1" 200 327 0.012645 10.0.0.65 - - [2025-10-23 02:04:51] "POST /ref-update HTTP/1.1" 200 156 0.014039 10.0.0.65 - - [2025-10-23 02:04:51] "POST /useragent-kv HTTP/1.1" 200 115 0.003661 10.0.0.65 - - [2025-10-23 02:04:51] "POST /neutron/subnet HTTP/1.1" 200 719 0.163853 10.0.0.65 - - [2025-10-23 02:04:51] "POST /neutron/network HTTP/1.1" 200 823 0.005096 10.0.0.65 - - [2025-10-23 02:04:51] "POST /id-to-fqname HTTP/1.1" 200 219 0.001073 10.0.0.65 - - [2025-10-23 02:04:51] "GET /virtual-network/60157e38-5a65-4944-9bfb-89e1bd7cf9c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.004586 10.0.0.65 - - [2025-10-23 02:04:51] "POST /neutron/network HTTP/1.1" 200 823 0.005413 10.0.0.65 - - [2025-10-23 02:04:51] "GET /virtual-network/60157e38-5a65-4944-9bfb-89e1bd7cf9c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.004440 10.0.0.65 - - [2025-10-23 02:04:51] "POST /neutron/network HTTP/1.1" 200 823 0.005116 10.0.0.65 - - [2025-10-23 02:04:51] "POST /neutron/subnet HTTP/1.1" 200 719 0.006444 10.0.0.65 - - [2025-10-23 02:04:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002208 10.0.0.65 - - [2025-10-23 02:04:51] "GET /projects?obj_uuids=17c3cb22-bfaf-4c49-90c6-6c8ddbe21cfb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000887 10.0.0.65 - - [2025-10-23 02:04:51] "GET /project/17c3cb22-bfaf-4c49-90c6-6c8ddbe21cfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.046778 10.0.0.65 - - [2025-10-23 02:04:51] "POST /neutron/network HTTP/1.1" 200 117 0.008087 10.0.0.65 - - [2025-10-23 02:04:51] "GET /projects?obj_uuids=17c3cb22-bfaf-4c49-90c6-6c8ddbe21cfb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001020 10.0.0.65 - - [2025-10-23 02:04:51] "POST /neutron/network HTTP/1.1" 200 605 0.100241 10.0.0.65 - - [2025-10-23 02:04:51] "POST /route-targets HTTP/1.1" 200 327 0.016262 10.0.0.65 - - [2025-10-23 02:04:51] "POST /ref-update HTTP/1.1" 200 156 0.027629 10.0.0.65 - - [2025-10-23 02:04:51] "POST /neutron/port HTTP/1.1" 200 117 0.005654 10.0.0.65 - - [2025-10-23 02:04:51] "POST /neutron/port HTTP/1.1" 400 205 0.003620 10.0.0.65 - - [2025-10-23 02:04:52] "POST /useragent-kv HTTP/1.1" 200 115 0.002255 10.0.0.65 - - [2025-10-23 02:04:52] "POST /neutron/subnet HTTP/1.1" 200 710 0.274869 10.0.0.65 - - [2025-10-23 02:04:52] "POST /neutron/network HTTP/1.1" 200 821 0.006791 10.0.0.65 - - [2025-10-23 02:04:52] "POST /id-to-fqname HTTP/1.1" 200 219 0.001189 10.0.0.65 - - [2025-10-23 02:04:52] "GET /virtual-network/0348cffe-50dc-4ead-bd14-1178190d00f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2029 0.004651 10.0.0.65 - - [2025-10-23 02:04:52] "POST /neutron/port HTTP/1.1" 200 117 0.004351 10.0.0.65 - - [2025-10-23 02:04:52] "POST /neutron/port HTTP/1.1" 400 205 0.002886 10.0.0.65 - - [2025-10-23 02:04:52] "POST /neutron/network HTTP/1.1" 200 821 0.005333 10.0.0.65 - - [2025-10-23 02:04:52] "GET /virtual-network/0348cffe-50dc-4ead-bd14-1178190d00f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2029 0.006510 10.0.0.65 - - [2025-10-23 02:04:52] "POST /neutron/network HTTP/1.1" 200 821 0.005344 10.0.0.65 - - [2025-10-23 02:04:52] "POST /neutron/subnet HTTP/1.1" 200 710 0.007217 10.0.0.65 - - [2025-10-23 02:04:52] "POST /id-to-fqname HTTP/1.1" 200 219 0.001872 10.0.0.65 - - [2025-10-23 02:04:52] "POST /neutron/port HTTP/1.1" 200 117 0.005548 10.0.0.65 - - [2025-10-23 02:04:52] "POST /neutron/network HTTP/1.1" 200 833 0.004873 10.0.0.65 - - [2025-10-23 02:04:52] "GET /aaa-mode HTTP/1.1" 401 292 0.000343 10.0.0.65 - - [2025-10-23 02:04:52] "GET / HTTP/1.1" 200 35931 0.001716 10.0.0.65 - - [2025-10-23 02:04:52] "GET /project/17c3cb22-bfaf-4c49-90c6-6c8ddbe21cfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000426 10.0.0.65 - - [2025-10-23 02:04:53] "DELETE /project/17c3cb22bfaf4c4990c66c8ddbe21cfb HTTP/1.1" 404 173 0.015712 10.0.0.65 - - [2025-10-23 02:04:53] "DELETE /project/6a12951043c94bd6a2e4301ff05b9400 HTTP/1.1" 404 173 0.014916 10.0.0.65 - - [2025-10-23 02:04:53] "DELETE /project/94197be2b6a449de978eae7e726fac4b HTTP/1.1" 404 173 0.014341 10.0.0.65 - - [2025-10-23 02:04:53] "DELETE /project/86341a05b03743c0b83e6a6e8558a3ff HTTP/1.1" 404 173 0.013757 10.0.0.65 - - [2025-10-23 02:04:53] "GET /projects?obj_uuids=86341a05-b037-43c0-b83e-6a6e8558a3ff&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001442 10.0.0.65 - - [2025-10-23 02:04:53] "GET /projects?obj_uuids=6a129510-43c9-4bd6-a2e4-301ff05b9400&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001057 10.0.0.65 - - [2025-10-23 02:04:53] "GET /projects?obj_uuids=d454aea3-3948-4118-a5d0-86c624c1d365&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000929 10.0.0.65 - - [2025-10-23 02:04:53] "GET /projects?obj_uuids=94197be2-b6a4-49de-978e-ae7e726fac4b&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001231 10.0.0.65 - - [2025-10-23 02:04:53] "GET /projects?obj_uuids=17c3cb22-bfaf-4c49-90c6-6c8ddbe21cfb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001314 10.0.0.65 - - [2025-10-23 02:04:53] "GET /project/6a129510-43c9-4bd6-a2e4-301ff05b9400?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1458 0.071489 10.0.0.65 - - [2025-10-23 02:04:53] "GET /project/d454aea3-3948-4118-a5d0-86c624c1d365?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1527 0.083129 10.0.0.65 - - [2025-10-23 02:04:53] "GET /project/94197be2-b6a4-49de-978e-ae7e726fac4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.089797 10.0.0.65 - - [2025-10-23 02:04:53] "GET /project/86341a05-b037-43c0-b83e-6a6e8558a3ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1458 0.100519 10.0.0.65 - - [2025-10-23 02:04:53] "GET /projects?obj_uuids=6a129510-43c9-4bd6-a2e4-301ff05b9400&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001189 10.0.0.65 - - [2025-10-23 02:04:53] "GET /projects?obj_uuids=86341a05-b037-43c0-b83e-6a6e8558a3ff&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001171 10.0.0.65 - - [2025-10-23 02:04:53] "GET /projects?obj_uuids=94197be2-b6a4-49de-978e-ae7e726fac4b&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001091 10.0.0.65 - - [2025-10-23 02:04:53] "GET /projects?obj_uuids=d454aea3-3948-4118-a5d0-86c624c1d365&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001019 10.0.0.65 - - [2025-10-23 02:04:53] "GET /project/17c3cb22-bfaf-4c49-90c6-6c8ddbe21cfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.180158 10.0.0.65 - - [2025-10-23 02:04:53] "GET /project/94197be2-b6a4-49de-978e-ae7e726fac4b?fields=security_groups HTTP/1.1" 200 1362 0.090474 10.0.0.65 - - [2025-10-23 02:04:53] "GET /project/86341a05-b037-43c0-b83e-6a6e8558a3ff?fields=security_groups HTTP/1.1" 200 1358 0.095157 10.0.0.65 - - [2025-10-23 02:04:53] "GET /project/d454aea3-3948-4118-a5d0-86c624c1d365?fields=security_groups HTTP/1.1" 200 1410 0.107846 10.0.0.65 - - [2025-10-23 02:04:53] "POST /neutron/network HTTP/1.1" 200 823 0.026167 10.0.0.65 - - [2025-10-23 02:04:53] "GET /project/6a129510-43c9-4bd6-a2e4-301ff05b9400?fields=security_groups HTTP/1.1" 200 1358 0.136078 10.0.0.65 - - [2025-10-23 02:04:53] "DELETE /security-group/76ff1096-761d-4c7f-8d86-1876ef7efbb7 HTTP/1.1" 200 115 0.070734 10.0.0.65 - - [2025-10-23 02:04:53] "GET /projects?obj_uuids=94197be2-b6a4-49de-978e-ae7e726fac4b&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001469 10.0.0.65 - - [2025-10-23 02:04:53] "DELETE /security-group/54b6001f-9f07-4547-a2d0-e1cc169e56a0 HTTP/1.1" 200 115 0.076125 10.0.0.65 - - [2025-10-23 02:04:53] "DELETE /security-group/c15331c2-e904-42f5-90fe-c693987f8bbc HTTP/1.1" 200 115 0.079732 10.0.0.65 - - [2025-10-23 02:04:53] "GET /projects?obj_uuids=86341a05-b037-43c0-b83e-6a6e8558a3ff&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000974 10.0.0.65 - - [2025-10-23 02:04:53] "GET /projects?obj_uuids=d454aea3-3948-4118-a5d0-86c624c1d365&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001163 10.0.0.65 - - [2025-10-23 02:04:53] "DELETE /access-control-list/b2edfdcd-f2aa-48bc-aa56-37958a747a8b HTTP/1.1" 200 115 0.059416 10.0.0.65 - - [2025-10-23 02:04:53] "POST /neutron/port HTTP/1.1" 200 117 0.011473 10.0.0.65 - - [2025-10-23 02:04:53] "GET /project/94197be2-b6a4-49de-978e-ae7e726fac4b?fields=application_policy_sets HTTP/1.1" 200 1401 0.083251 10.0.0.65 - - [2025-10-23 02:04:53] "DELETE /security-group/35a46733-fa9d-4ae1-a8bc-3412737aa846 HTTP/1.1" 200 115 0.118918 10.0.0.65 - - [2025-10-23 02:04:53] "GET /project/d454aea3-3948-4118-a5d0-86c624c1d365?fields=application_policy_sets HTTP/1.1" 200 1449 0.074966 10.0.0.65 - - [2025-10-23 02:04:53] "GET /projects?obj_uuids=6a129510-43c9-4bd6-a2e4-301ff05b9400&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001102 10.0.0.65 - - [2025-10-23 02:04:53] "DELETE /access-control-list/8446ea16-7c08-4b24-ac33-2e3afdc18206 HTTP/1.1" 200 115 0.075619 10.0.0.65 - - [2025-10-23 02:04:53] "GET /project/86341a05-b037-43c0-b83e-6a6e8558a3ff?fields=application_policy_sets HTTP/1.1" 200 1397 0.108873 10.0.0.65 - - [2025-10-23 02:04:53] "POST /neutron/port HTTP/1.1" 200 117 0.011477 10.0.0.65 - - [2025-10-23 02:04:53] "POST /id-to-fqname HTTP/1.1" 200 219 0.001760 10.0.0.65 - - [2025-10-23 02:04:53] "DELETE /access-control-list/64a45540-6d45-4fb7-9be3-5300c3bcdbee HTTP/1.1" 200 115 0.076772 10.0.0.65 - - [2025-10-23 02:04:53] "GET /project/6a129510-43c9-4bd6-a2e4-301ff05b9400?fields=application_policy_sets HTTP/1.1" 200 1397 0.126999 10.0.0.65 - - [2025-10-23 02:04:53] "POST /neutron/port HTTP/1.1" 200 117 0.019817 10.0.0.65 - - [2025-10-23 02:04:53] "DELETE /access-control-list/10e582e1-15bb-4044-83c7-da1f1c2106f3 HTTP/1.1" 200 115 0.080903 10.0.0.65 - - [2025-10-23 02:04:53] "DELETE /access-control-list/89ee48de-80ae-4832-8d29-46c05db3ff67 HTTP/1.1" 200 115 0.068434 10.0.0.65 - - [2025-10-23 02:04:53] "DELETE /project/94197be2-b6a4-49de-978e-ae7e726fac4b HTTP/1.1" 200 115 0.708036 10.0.0.65 - - [2025-10-23 02:04:54] "DELETE /project/d454aea3-3948-4118-a5d0-86c624c1d365 HTTP/1.1" 200 115 0.744194 10.0.0.65 - - [2025-10-23 02:04:54] "DELETE /access-control-list/2e4f55d5-5477-4943-bbc2-7e6b3b8d4ecb HTTP/1.1" 200 115 0.058182 10.0.0.65 - - [2025-10-23 02:04:54] "DELETE /project/86341a05-b037-43c0-b83e-6a6e8558a3ff HTTP/1.1" 200 115 0.771844 10.0.0.65 - - [2025-10-23 02:04:54] "DELETE /access-control-list/abd2e732-3196-44b5-b927-5cb21ac8907d HTTP/1.1" 200 115 0.039243 10.0.0.65 - - [2025-10-23 02:04:54] "DELETE /project/6a129510-43c9-4bd6-a2e4-301ff05b9400 HTTP/1.1" 200 115 0.836211 10.0.0.65 - - [2025-10-23 02:04:54] "POST /neutron/network HTTP/1.1" 200 831 0.006941 10.0.0.65 - - [2025-10-23 02:04:54] "DELETE /access-control-list/72652e9c-682a-4203-b225-329be16def22 HTTP/1.1" 200 115 0.027222 10.0.0.65 - - [2025-10-23 02:04:54] "GET /aaa-mode HTTP/1.1" 401 292 0.000369 10.0.0.65 - - [2025-10-23 02:04:54] "POST /neutron/network HTTP/1.1" 200 833 0.005091 10.0.0.65 - - [2025-10-23 02:04:54] "GET /projects?obj_uuids=17c3cb22-bfaf-4c49-90c6-6c8ddbe21cfb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001514 10.0.0.65 - - [2025-10-23 02:04:54] "POST /neutron/port HTTP/1.1" 200 1057 0.218931 10.0.0.65 - - [2025-10-23 02:04:54] "POST /neutron/port HTTP/1.1" 200 1057 0.007713 10.0.0.65 - - [2025-10-23 02:04:54] "POST /neutron/port HTTP/1.1" 200 1057 0.008601 10.0.0.65 - - [2025-10-23 02:04:54] "GET / HTTP/1.1" 200 35931 0.001627 10.0.0.65 - - [2025-10-23 02:04:54] "GET /project/17c3cb22-bfaf-4c49-90c6-6c8ddbe21cfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000367 10.0.0.65 - - [2025-10-23 02:04:54] "POST /neutron/port HTTP/1.1" 200 1111 0.060287 10.0.0.65 - - [2025-10-23 02:04:54] "POST /neutron/port HTTP/1.1" 200 1085 0.010316 10.0.0.65 - - [2025-10-23 02:04:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003110 10.0.0.65 - - [2025-10-23 02:04:54] "POST /neutron/subnet HTTP/1.1" 200 693 0.005876 10.0.0.65 - - [2025-10-23 02:04:54] "POST /neutron/port HTTP/1.1" 200 117 0.001144 10.0.0.65 - - [2025-10-23 02:04:54] "POST /neutron/network HTTP/1.1" 200 823 0.005758 10.0.0.65 - - [2025-10-23 02:04:54] "GET /projects?obj_uuids=17c3cb22-bfaf-4c49-90c6-6c8ddbe21cfb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000997 10.0.0.65 - - [2025-10-23 02:04:54] "GET /project/17c3cb22-bfaf-4c49-90c6-6c8ddbe21cfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.039777 10.0.0.65 - - [2025-10-23 02:04:54] "POST /neutron/network HTTP/1.1" 200 821 0.006223 10.0.0.65 - - [2025-10-23 02:04:55] "POST /neutron/port HTTP/1.1" 200 1085 0.016010 10.0.0.65 - - [2025-10-23 02:04:55] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006143 10.0.0.65 - - [2025-10-23 02:04:55] "POST /neutron/port HTTP/1.1" 200 117 0.006031 10.0.0.65 - - [2025-10-23 02:04:55] "GET /projects?obj_uuids=17c3cb22-bfaf-4c49-90c6-6c8ddbe21cfb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000987 10.0.0.65 - - [2025-10-23 02:04:55] "POST /neutron/router HTTP/1.1" 200 580 0.041868 10.0.0.65 - - [2025-10-23 02:04:55] "POST /neutron/router HTTP/1.1" 200 580 0.005386 10.0.0.65 - - [2025-10-23 02:04:55] "POST /route-targets HTTP/1.1" 200 327 0.017032 10.0.0.65 - - [2025-10-23 02:04:55] "GET /projects?obj_uuids=17c3cb22-bfaf-4c49-90c6-6c8ddbe21cfb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002288 10.0.0.65 - - [2025-10-23 02:04:55] "PUT /logical-router/f4655ced-5d6d-4909-b2ca-147d5a63b464 HTTP/1.1" 200 262 0.045358 10.0.0.65 - - [2025-10-23 02:04:55] "POST /neutron/router HTTP/1.1" 200 344 0.273354 10.0.0.65 - - [2025-10-23 02:04:55] "POST /ref-update HTTP/1.1" 200 156 0.014633 10.0.0.65 - - [2025-10-23 02:04:55] "POST /neutron/network HTTP/1.1" 200 831 0.004827 10.0.0.65 - - [2025-10-23 02:04:55] "GET /projects?obj_uuids=17c3cb22-bfaf-4c49-90c6-6c8ddbe21cfb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000974 10.0.0.65 - - [2025-10-23 02:04:55] "POST /neutron/port HTTP/1.1" 200 1085 0.022045 10.0.0.65 - - [2025-10-23 02:04:55] "POST /neutron/security_group HTTP/1.1" 200 2056 0.017301 10.0.0.65 - - [2025-10-23 02:04:55] "POST /neutron/port HTTP/1.1" 200 1055 0.263189 10.0.0.65 - - [2025-10-23 02:04:55] "POST /neutron/port HTTP/1.1" 200 1055 0.012332 10.0.0.65 - - [2025-10-23 02:04:55] "POST /neutron/port HTTP/1.1" 200 1055 0.010365 10.0.0.65 - - [2025-10-23 02:04:55] "POST /neutron/port HTTP/1.1" 200 1109 0.061249 10.0.0.65 - - [2025-10-23 02:04:55] "POST /neutron/port HTTP/1.1" 200 1083 0.010099 10.0.0.65 - - [2025-10-23 02:04:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002983 10.0.0.65 - - [2025-10-23 02:04:56] "POST /neutron/subnet HTTP/1.1" 200 684 0.005920 10.0.0.65 - - [2025-10-23 02:04:56] "POST /neutron/port HTTP/1.1" 200 117 0.001330 10.0.0.65 - - [2025-10-23 02:04:56] "POST /neutron/network HTTP/1.1" 200 821 0.004835 10.0.0.65 - - [2025-10-23 02:04:56] "GET /obj-perms HTTP/1.1" 200 5056 0.080236 10.0.0.65 - - [2025-10-23 02:04:57] "GET /obj-perms HTTP/1.1" 200 5056 0.057843 10.0.0.65 - - [2025-10-23 02:05:00] "POST /neutron/port HTTP/1.1" 200 1085 0.012373 10.0.0.65 - - [2025-10-23 02:05:00] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006618 10.0.0.65 - - [2025-10-23 02:05:00] "POST /neutron/port HTTP/1.1" 200 1085 0.010447 10.0.0.65 - - [2025-10-23 02:05:00] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005860 10.0.0.65 - - [2025-10-23 02:05:00] "POST /neutron/port HTTP/1.1" 200 1085 0.010879 10.0.0.65 - - [2025-10-23 02:05:00] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006054 10.0.0.65 - - [2025-10-23 02:05:00] "GET /virtual-machine/f6b77130-7964-41fc-bba8-001e1f2eb806 HTTP/1.1" 401 292 0.000433 10.0.0.65 - - [2025-10-23 02:05:01] "GET /virtual-machine/f6b77130-7964-41fc-bba8-001e1f2eb806 HTTP/1.1" 200 1291 0.033118 10.0.0.65 - - [2025-10-23 02:05:01] "GET /virtual-machine-interface/db7e6bcf-4aee-4c4b-96cd-33516d8b060e HTTP/1.1" 200 2935 0.005781 10.0.0.65 - - [2025-10-23 02:05:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002925 10.0.0.65 - - [2025-10-23 02:05:01] "GET /global-vrouter-config/95eadd9a-0ced-4891-a5dd-85fa8734b586?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003809 10.0.0.65 - - [2025-10-23 02:05:01] "GET /virtual-networks?parent_id=17c3cb22-bfaf-4c49-90c6-6c8ddbe21cfb&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.003258 10.0.0.65 - - [2025-10-23 02:05:01] "GET /virtual-network/60157e38-5a65-4944-9bfb-89e1bd7cf9c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005926 10.0.0.65 - - [2025-10-23 02:05:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002775 10.0.0.65 - - [2025-10-23 02:05:04] "GET /virtual-network/60157e38-5a65-4944-9bfb-89e1bd7cf9c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.004951 10.0.0.65 - - [2025-10-23 02:05:04] "POST /neutron/port HTTP/1.1" 200 1085 0.010156 10.0.0.65 - - [2025-10-23 02:05:04] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004867 10.0.0.65 - - [2025-10-23 02:05:05] "POST /neutron/port HTTP/1.1" 200 1083 0.010058 10.0.0.65 - - [2025-10-23 02:05:05] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004663 10.0.0.65 - - [2025-10-23 02:05:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003297 10.0.0.65 - - [2025-10-23 02:05:06] "GET /global-vrouter-config/95eadd9a-0ced-4891-a5dd-85fa8734b586?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003694 10.0.0.65 - - [2025-10-23 02:05:06] "GET /virtual-networks?parent_id=17c3cb22-bfaf-4c49-90c6-6c8ddbe21cfb&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.002879 10.0.0.65 - - [2025-10-23 02:05:06] "GET /virtual-network/60157e38-5a65-4944-9bfb-89e1bd7cf9c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005023 10.0.0.65 - - [2025-10-23 02:05:07] "POST /neutron/port HTTP/1.1" 200 1083 0.011590 10.0.0.65 - - [2025-10-23 02:05:07] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005443 10.0.0.65 - - [2025-10-23 02:05:07] "POST /neutron/port HTTP/1.1" 200 1083 0.010473 10.0.0.65 - - [2025-10-23 02:05:07] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008308 10.0.0.65 - - [2025-10-23 02:05:07] "POST /neutron/port HTTP/1.1" 200 1083 0.010330 10.0.0.65 - - [2025-10-23 02:05:07] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005244 10.0.0.65 - - [2025-10-23 02:05:07] "GET /virtual-machine/4b80ba58-d5dc-4c98-bf18-2957433c1e21 HTTP/1.1" 200 1290 0.003986 10.0.0.65 - - [2025-10-23 02:05:07] "GET /virtual-machine-interface/1b7a1f57-70ec-44c2-b122-064b4041862c HTTP/1.1" 200 2934 0.004256 10.0.0.65 - - [2025-10-23 02:05:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002522 10.0.0.65 - - [2025-10-23 02:05:07] "GET /global-vrouter-config/95eadd9a-0ced-4891-a5dd-85fa8734b586?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002649 10.0.0.65 - - [2025-10-23 02:05:07] "GET /virtual-networks?parent_id=17c3cb22-bfaf-4c49-90c6-6c8ddbe21cfb&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.002584 10.0.0.65 - - [2025-10-23 02:05:07] "GET /virtual-network/0348cffe-50dc-4ead-bd14-1178190d00f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2029 0.005579 10.0.0.65 - - [2025-10-23 02:05:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002762 10.0.0.65 - - [2025-10-23 02:05:08] "GET /global-vrouter-config/95eadd9a-0ced-4891-a5dd-85fa8734b586?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003353 10.0.0.65 - - [2025-10-23 02:05:08] "GET /virtual-networks?parent_id=17c3cb22-bfaf-4c49-90c6-6c8ddbe21cfb&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.002972 10.0.0.65 - - [2025-10-23 02:05:08] "GET /virtual-network/0348cffe-50dc-4ead-bd14-1178190d00f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2029 0.005538 10.0.0.65 - - [2025-10-23 02:05:13] "POST /neutron/router HTTP/1.1" 200 580 0.003641 10.0.0.65 - - [2025-10-23 02:05:13] "GET /projects?obj_uuids=17c3cb22-bfaf-4c49-90c6-6c8ddbe21cfb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001281 10.0.0.65 - - [2025-10-23 02:05:14] "POST /neutron/router HTTP/1.1" 200 344 0.207077 10.0.0.65 - - [2025-10-23 02:05:14] "POST /neutron/port HTTP/1.1" 200 1880 0.015557 10.0.0.65 - - [2025-10-23 02:05:14] "POST /ref-update HTTP/1.1" 200 156 0.009033 10.0.0.65 - - [2025-10-23 02:05:14] "POST /neutron/port HTTP/1.1" 200 1085 0.013191 10.0.0.65 - - [2025-10-23 02:05:14] "POST /neutron/port HTTP/1.1" 200 1085 0.012154 10.0.0.65 - - [2025-10-23 02:05:14] "POST /neutron/network HTTP/1.1" 200 833 0.005776 10.0.0.65 - - [2025-10-23 02:05:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003918 10.0.0.65 - - [2025-10-23 02:05:14] "POST /neutron/subnet HTTP/1.1" 200 693 0.007918 10.0.0.65 - - [2025-10-23 02:05:14] "POST /neutron/port HTTP/1.1" 200 117 0.001242 10.0.0.65 - - [2025-10-23 02:05:14] "POST /neutron/network HTTP/1.1" 200 823 0.005972 10.0.0.65 - - [2025-10-23 02:05:20] "POST /neutron/router HTTP/1.1" 200 580 0.003528 10.0.0.65 - - [2025-10-23 02:05:20] "POST /ref-update HTTP/1.1" 200 156 0.010213 10.0.0.65 - - [2025-10-23 02:05:20] "POST /neutron/router HTTP/1.1" 200 344 0.096377 10.0.0.65 - - [2025-10-23 02:05:23] "POST /neutron/router HTTP/1.1" 200 580 0.004479 10.0.0.65 - - [2025-10-23 02:05:23] "GET /projects?obj_uuids=17c3cb22-bfaf-4c49-90c6-6c8ddbe21cfb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001798 10.0.0.65 - - [2025-10-23 02:05:24] "POST /neutron/router HTTP/1.1" 200 344 0.195575 10.0.0.65 - - [2025-10-23 02:05:24] "POST /ref-update HTTP/1.1" 200 156 0.008221 10.0.0.65 - - [2025-10-23 02:05:26] "POST /neutron/router HTTP/1.1" 200 580 0.004571 10.0.0.65 - - [2025-10-23 02:05:26] "POST /ref-update HTTP/1.1" 200 156 0.010731 10.0.0.65 - - [2025-10-23 02:05:26] "POST /neutron/router HTTP/1.1" 200 344 0.098848 10.0.0.65 - - [2025-10-23 02:05:26] "POST /neutron/router HTTP/1.1" 200 580 0.004931 10.0.0.65 - - [2025-10-23 02:05:26] "POST /ref-update HTTP/1.1" 200 156 0.014464 10.0.0.65 - - [2025-10-23 02:05:26] "POST /neutron/router HTTP/1.1" 200 344 0.100027 10.0.0.65 - - [2025-10-23 02:05:26] "POST /neutron/router HTTP/1.1" 200 580 0.004961 10.0.0.65 - - [2025-10-23 02:05:26] "POST /neutron/router HTTP/1.1" 200 151 0.041181 10.0.0.65 - - [2025-10-23 02:05:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002145 10.0.0.65 - - [2025-10-23 02:05:26] "GET /logical-router/f4655ced-5d6d-4909-b2ca-147d5a63b464?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.005589 10.0.0.65 - - [2025-10-23 02:05:26] "DELETE /route-target/82dd7482-75c0-46c6-bf55-20a06eb790cb HTTP/1.1" 200 115 0.016281 10.0.0.65 - - [2025-10-23 02:05:26] "POST /neutron/network HTTP/1.1" 200 821 0.009589 10.0.0.65 - - [2025-10-23 02:05:26] "POST /neutron/network HTTP/1.1" 400 204 0.009091 10.0.0.65 - - [2025-10-23 02:05:27] "POST /neutron/port HTTP/1.1" 200 1083 0.010315 10.0.0.65 - - [2025-10-23 02:05:27] "POST /neutron/port HTTP/1.1" 200 1109 0.007421 10.0.0.65 - - [2025-10-23 02:05:27] "POST /neutron/port HTTP/1.1" 200 1085 0.018688 10.0.0.65 - - [2025-10-23 02:05:27] "POST /neutron/port HTTP/1.1" 200 151 0.106836 10.0.0.65 - - [2025-10-23 02:05:27] "POST /neutron/port HTTP/1.1" 200 1111 0.009910 10.0.0.65 - - [2025-10-23 02:05:27] "POST /neutron/port HTTP/1.1" 200 151 0.094351 10.0.0.65 - - [2025-10-23 02:05:28] "POST /neutron/network HTTP/1.1" 200 821 0.005101 10.0.0.65 - - [2025-10-23 02:05:28] "POST /useragent-kv HTTP/1.1" 200 115 0.002736 10.0.0.65 - - [2025-10-23 02:05:28] "POST /useragent-kv HTTP/1.1" 200 115 0.001768 10.0.0.65 - - [2025-10-23 02:05:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.006399 10.0.0.65 - - [2025-10-23 02:05:28] "POST /neutron/network HTTP/1.1" 200 151 0.072621 10.0.0.65 - - [2025-10-23 02:05:28] "DELETE /route-target/c4bade11-4f75-492c-87f6-1a577584f9f1 HTTP/1.1" 200 115 0.017240 10.0.0.65 - - [2025-10-23 02:05:28] "POST /neutron/network HTTP/1.1" 200 823 0.006396 10.0.0.65 - - [2025-10-23 02:05:28] "POST /useragent-kv HTTP/1.1" 200 115 0.001906 10.0.0.65 - - [2025-10-23 02:05:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.005927 10.0.0.65 - - [2025-10-23 02:05:28] "POST /useragent-kv HTTP/1.1" 200 115 0.002829 10.0.0.65 - - [2025-10-23 02:05:28] "POST /neutron/network HTTP/1.1" 200 151 0.072132 10.0.0.65 - - [2025-10-23 02:05:28] "DELETE /route-target/8155b286-084d-4bd0-b3a5-c301449f0f1c HTTP/1.1" 200 115 0.017346 10.0.0.65 - - [2025-10-23 02:05:29] "GET /projects?obj_uuids=17c3cb22-bfaf-4c49-90c6-6c8ddbe21cfb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000984 10.0.0.65 - - [2025-10-23 02:05:29] "GET /project/17c3cb22-bfaf-4c49-90c6-6c8ddbe21cfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.024186 10.0.0.65 - - [2025-10-23 02:05:29] "GET /projects?obj_uuids=17c3cb22-bfaf-4c49-90c6-6c8ddbe21cfb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001336 10.0.0.65 - - [2025-10-23 02:05:29] "GET /project/17c3cb22-bfaf-4c49-90c6-6c8ddbe21cfb?fields=virtual_networks HTTP/1.1" 200 1038 0.066031 10.0.0.65 - - [2025-10-23 02:05:29] "GET /projects?obj_uuids=17c3cb22-bfaf-4c49-90c6-6c8ddbe21cfb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001021 10.0.0.65 - - [2025-10-23 02:05:29] "GET /project/17c3cb22-bfaf-4c49-90c6-6c8ddbe21cfb?fields=virtual_machine_interfaces HTTP/1.1" 200 1038 0.025072 10.0.0.65 - - [2025-10-23 02:05:29] "GET /projects?obj_uuids=17c3cb22-bfaf-4c49-90c6-6c8ddbe21cfb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000970 10.0.0.65 - - [2025-10-23 02:05:29] "GET /project/17c3cb22-bfaf-4c49-90c6-6c8ddbe21cfb?fields=security_groups HTTP/1.1" 200 1262 0.023650 10.0.0.65 - - [2025-10-23 02:05:30] "POST /fqname-to-id HTTP/1.1" 404 191 0.024079 10.0.0.65 - - [2025-10-23 02:05:30] "GET /projects?obj_uuids=f8fbc240-7794-4ec4-a2d1-2975c67e2e51&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002329 10.0.0.65 - - [2025-10-23 02:05:30] "GET /domains?obj_uuids=2e283574-867c-482d-913f-5e0415a1ddc2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001004 10.0.0.65 - - [2025-10-23 02:05:30] "GET /domain/2e283574-867c-482d-913f-5e0415a1ddc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006465 10.0.0.65 - - [2025-10-23 02:05:30] "POST /id-to-fqname HTTP/1.1" 200 193 0.002703 10.0.0.65 - - [2025-10-23 02:05:30] "POST /fqname-to-id HTTP/1.1" 404 202 0.002364 10.0.0.65 - - [2025-10-23 02:05:30] "POST /security-groups HTTP/1.1" 200 594 0.064475 10.0.0.65 - - [2025-10-23 02:05:30] "POST /fqname-to-id HTTP/1.1" 404 237 0.003303 10.0.0.65 - - [2025-10-23 02:05:30] "POST /projects HTTP/1.1" 200 591 0.216509 10.0.0.65 - - [2025-10-23 02:05:30] "POST /access-control-lists HTTP/1.1" 200 599 0.055836 10.0.0.65 - - [2025-10-23 02:05:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.292770 10.0.0.65 - - [2025-10-23 02:05:30] "POST /fqname-to-id HTTP/1.1" 404 236 0.002543 10.0.0.65 - - [2025-10-23 02:05:30] "GET /project/f8fbc240-7794-4ec4-a2d1-2975c67e2e51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.411988 10.0.0.65 - - [2025-10-23 02:05:30] "POST /access-control-lists HTTP/1.1" 200 597 0.056685 10.0.0.65 - - [2025-10-23 02:05:31] "GET / HTTP/1.1" 200 35931 0.002034 10.0.0.65 - - [2025-10-23 02:05:32] "GET /project/f8fbc240-7794-4ec4-a2d1-2975c67e2e51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000503 10.0.0.65 - - [2025-10-23 02:05:33] "GET /projects?obj_uuids=f8fbc240-7794-4ec4-a2d1-2975c67e2e51&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000977 10.0.0.65 - - [2025-10-23 02:05:33] "GET /project/f8fbc240-7794-4ec4-a2d1-2975c67e2e51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.047499 10.0.0.65 - - [2025-10-23 02:05:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002180 10.0.0.65 - - [2025-10-23 02:05:33] "GET /security-group/f721feef-c89c-42b2-8278-8c4a8a7c3438?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3773 0.004669 10.0.0.65 - - [2025-10-23 02:05:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002559 10.0.0.65 - - [2025-10-23 02:05:33] "GET /projects?obj_uuids=f8fbc240-7794-4ec4-a2d1-2975c67e2e51&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001439 10.0.0.65 - - [2025-10-23 02:05:33] "GET /project/f8fbc240-7794-4ec4-a2d1-2975c67e2e51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.025016 10.0.0.65 - - [2025-10-23 02:05:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002845 10.0.0.65 - - [2025-10-23 02:05:33] "GET /security-group/f721feef-c89c-42b2-8278-8c4a8a7c3438?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3773 0.004107 10.0.0.65 - - [2025-10-23 02:05:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002816 10.0.0.65 - - [2025-10-23 02:05:33] "PUT /security-group/f721feef-c89c-42b2-8278-8c4a8a7c3438 HTTP/1.1" 200 262 0.015415 10.0.0.65 - - [2025-10-23 02:05:33] "PUT /access-control-list/72e2c490-206a-4ee6-ae02-17a4115810df HTTP/1.1" 200 272 0.008758 10.0.0.65 - - [2025-10-23 02:05:33] "PUT /access-control-list/ec5b691b-9b39-464a-9d10-e2c8256826ac HTTP/1.1" 200 272 0.008616 10.0.0.65 - - [2025-10-23 02:05:33] "POST /fqname-to-id HTTP/1.1" 404 202 0.002285 10.0.0.65 - - [2025-10-23 02:05:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002516 10.0.0.65 - - [2025-10-23 02:05:33] "GET /projects?obj_uuids=f8fbc240-7794-4ec4-a2d1-2975c67e2e51&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001326 10.0.0.65 - - [2025-10-23 02:05:33] "GET /project/f8fbc240-7794-4ec4-a2d1-2975c67e2e51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.023834 10.0.0.65 - - [2025-10-23 02:05:33] "POST /neutron/network HTTP/1.1" 200 117 0.027276 10.0.0.65 - - [2025-10-23 02:05:33] "GET /projects?obj_uuids=f8fbc240-7794-4ec4-a2d1-2975c67e2e51&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001005 10.0.0.65 - - [2025-10-23 02:05:33] "POST /neutron/network HTTP/1.1" 200 608 0.058414 10.0.0.65 - - [2025-10-23 02:05:34] "POST /route-targets HTTP/1.1" 200 327 0.010614 10.0.0.65 - - [2025-10-23 02:05:34] "POST /ref-update HTTP/1.1" 200 156 0.013594 10.0.0.65 - - [2025-10-23 02:05:34] "POST /useragent-kv HTTP/1.1" 200 115 0.003006 10.0.0.65 - - [2025-10-23 02:05:34] "POST /neutron/subnet HTTP/1.1" 200 720 0.174904 10.0.0.65 - - [2025-10-23 02:05:34] "POST /neutron/network HTTP/1.1" 200 826 0.004685 10.0.0.65 - - [2025-10-23 02:05:34] "POST /id-to-fqname HTTP/1.1" 200 223 0.001366 10.0.0.65 - - [2025-10-23 02:05:34] "GET /virtual-network/8a85fa01-5686-44f0-8f97-d3cd1cb9ec63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.004612 10.0.0.65 - - [2025-10-23 02:05:34] "POST /neutron/network HTTP/1.1" 200 826 0.005752 10.0.0.65 - - [2025-10-23 02:05:34] "GET /virtual-network/8a85fa01-5686-44f0-8f97-d3cd1cb9ec63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005471 10.0.0.65 - - [2025-10-23 02:05:34] "POST /neutron/network HTTP/1.1" 200 826 0.006546 10.0.0.65 - - [2025-10-23 02:05:34] "POST /neutron/subnet HTTP/1.1" 200 720 0.007173 10.0.0.65 - - [2025-10-23 02:05:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002766 10.0.0.65 - - [2025-10-23 02:05:34] "GET /projects?obj_uuids=f8fbc240-7794-4ec4-a2d1-2975c67e2e51&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000988 10.0.0.65 - - [2025-10-23 02:05:34] "GET /project/f8fbc240-7794-4ec4-a2d1-2975c67e2e51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.026692 10.0.0.65 - - [2025-10-23 02:05:34] "POST /neutron/network HTTP/1.1" 200 117 0.008062 10.0.0.65 - - [2025-10-23 02:05:34] "GET /projects?obj_uuids=f8fbc240-7794-4ec4-a2d1-2975c67e2e51&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001045 10.0.0.65 - - [2025-10-23 02:05:34] "POST /neutron/network HTTP/1.1" 200 615 0.077549 10.0.0.65 - - [2025-10-23 02:05:34] "POST /route-targets HTTP/1.1" 200 327 0.014432 10.0.0.65 - - [2025-10-23 02:05:34] "POST /ref-update HTTP/1.1" 200 156 0.013225 10.0.0.65 - - [2025-10-23 02:05:34] "POST /useragent-kv HTTP/1.1" 200 115 0.002388 10.0.0.65 - - [2025-10-23 02:05:34] "POST /neutron/subnet HTTP/1.1" 200 730 0.166022 10.0.0.65 - - [2025-10-23 02:05:34] "POST /neutron/network HTTP/1.1" 200 835 0.005423 10.0.0.65 - - [2025-10-23 02:05:34] "POST /id-to-fqname HTTP/1.1" 200 227 0.001096 10.0.0.65 - - [2025-10-23 02:05:34] "GET /virtual-network/58d4c33a-ea84-452c-9593-6a32df4ac8d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.005135 10.0.0.65 - - [2025-10-23 02:05:34] "POST /neutron/network HTTP/1.1" 200 835 0.005300 10.0.0.65 - - [2025-10-23 02:05:34] "GET /virtual-network/58d4c33a-ea84-452c-9593-6a32df4ac8d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.005010 10.0.0.65 - - [2025-10-23 02:05:34] "POST /neutron/network HTTP/1.1" 200 835 0.005542 10.0.0.65 - - [2025-10-23 02:05:34] "POST /neutron/subnet HTTP/1.1" 200 730 0.006990 10.0.0.65 - - [2025-10-23 02:05:34] "POST /id-to-fqname HTTP/1.1" 200 223 0.001162 10.0.0.65 - - [2025-10-23 02:05:35] "POST /neutron/network HTTP/1.1" 200 836 0.005225 10.0.0.65 - - [2025-10-23 02:05:35] "GET /aaa-mode HTTP/1.1" 401 292 0.000392 10.0.0.65 - - [2025-10-23 02:05:35] "GET / HTTP/1.1" 200 35931 0.001638 10.0.0.65 - - [2025-10-23 02:05:35] "GET /project/f8fbc240-7794-4ec4-a2d1-2975c67e2e51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000341 10.0.0.65 - - [2025-10-23 02:05:35] "GET /projects?obj_uuids=f8fbc240-7794-4ec4-a2d1-2975c67e2e51&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001091 10.0.0.65 - - [2025-10-23 02:05:35] "GET /project/f8fbc240-7794-4ec4-a2d1-2975c67e2e51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.042750 10.0.0.65 - - [2025-10-23 02:05:35] "POST /neutron/network HTTP/1.1" 200 826 0.004682 10.0.0.65 - - [2025-10-23 02:05:36] "POST /neutron/port HTTP/1.1" 200 117 0.004750 10.0.0.65 - - [2025-10-23 02:05:36] "POST /neutron/port HTTP/1.1" 200 117 0.004880 10.0.0.65 - - [2025-10-23 02:05:36] "POST /id-to-fqname HTTP/1.1" 200 227 0.001278 10.0.0.65 - - [2025-10-23 02:05:36] "POST /neutron/port HTTP/1.1" 200 117 0.004416 10.0.0.65 - - [2025-10-23 02:05:36] "POST /neutron/network HTTP/1.1" 200 845 0.005961 10.0.0.65 - - [2025-10-23 02:05:36] "GET /aaa-mode HTTP/1.1" 401 292 0.000555 10.0.0.65 - - [2025-10-23 02:05:36] "POST /neutron/network HTTP/1.1" 200 836 0.005455 10.0.0.65 - - [2025-10-23 02:05:36] "GET /projects?obj_uuids=f8fbc240-7794-4ec4-a2d1-2975c67e2e51&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001331 10.0.0.65 - - [2025-10-23 02:05:36] "GET / HTTP/1.1" 200 35931 0.002490 10.0.0.65 - - [2025-10-23 02:05:36] "GET /project/f8fbc240-7794-4ec4-a2d1-2975c67e2e51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000418 10.0.0.65 - - [2025-10-23 02:05:36] "POST /neutron/port HTTP/1.1" 200 1062 0.211167 10.0.0.65 - - [2025-10-23 02:05:36] "POST /neutron/port HTTP/1.1" 200 1062 0.011883 10.0.0.65 - - [2025-10-23 02:05:36] "POST /neutron/port HTTP/1.1" 200 1062 0.011012 10.0.0.65 - - [2025-10-23 02:05:36] "POST /neutron/port HTTP/1.1" 200 1116 0.056619 10.0.0.65 - - [2025-10-23 02:05:36] "POST /neutron/port HTTP/1.1" 200 1090 0.009924 10.0.0.65 - - [2025-10-23 02:05:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002873 10.0.0.65 - - [2025-10-23 02:05:36] "POST /neutron/subnet HTTP/1.1" 200 694 0.006087 10.0.0.65 - - [2025-10-23 02:05:36] "POST /neutron/port HTTP/1.1" 200 117 0.001044 10.0.0.65 - - [2025-10-23 02:05:36] "POST /neutron/network HTTP/1.1" 200 826 0.004568 10.0.0.65 - - [2025-10-23 02:05:36] "GET /projects?obj_uuids=f8fbc240-7794-4ec4-a2d1-2975c67e2e51&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000993 10.0.0.65 - - [2025-10-23 02:05:37] "GET /project/f8fbc240-7794-4ec4-a2d1-2975c67e2e51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.043438 10.0.0.65 - - [2025-10-23 02:05:37] "POST /neutron/network HTTP/1.1" 200 835 0.005092 10.0.0.65 - - [2025-10-23 02:05:37] "POST /neutron/port HTTP/1.1" 200 1090 0.015507 10.0.0.65 - - [2025-10-23 02:05:37] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005714 10.0.0.65 - - [2025-10-23 02:05:37] "POST /neutron/port HTTP/1.1" 200 117 0.004797 10.0.0.65 - - [2025-10-23 02:05:37] "GET /projects?obj_uuids=f8fbc240-7794-4ec4-a2d1-2975c67e2e51&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001055 10.0.0.65 - - [2025-10-23 02:05:37] "POST /neutron/router HTTP/1.1" 200 585 0.076391 10.0.0.65 - - [2025-10-23 02:05:37] "POST /neutron/router HTTP/1.1" 200 585 0.007282 10.0.0.65 - - [2025-10-23 02:05:37] "POST /route-targets HTTP/1.1" 200 327 0.030777 10.0.0.65 - - [2025-10-23 02:05:37] "POST /neutron/router HTTP/1.1" 200 656 0.031617 10.0.0.65 - - [2025-10-23 02:05:37] "POST /neutron/router HTTP/1.1" 200 656 0.013408 10.0.0.65 - - [2025-10-23 02:05:37] "GET /logical-router/9d67ba1c-0c93-4ab8-91ee-d7d9d46690f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.005920 10.0.0.65 - - [2025-10-23 02:05:37] "PUT /logical-router/9d67ba1c-0c93-4ab8-91ee-d7d9d46690f4 HTTP/1.1" 200 262 0.052135 10.0.0.65 - - [2025-10-23 02:05:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.007291 10.0.0.65 - - [2025-10-23 02:05:37] "GET /projects?obj_uuids=f8fbc240-7794-4ec4-a2d1-2975c67e2e51&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001377 10.0.0.65 - - [2025-10-23 02:05:37] "GET /service-template/ceee0d59-b975-4d38-a24c-b1635e992e32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1692 0.018978 10.0.0.65 - - [2025-10-23 02:05:37] "POST /fqname-to-id HTTP/1.1" 404 215 0.008391 10.0.0.65 - - [2025-10-23 02:05:37] "POST /neutron/network HTTP/1.1" 200 845 0.014267 10.0.0.65 - - [2025-10-23 02:05:37] "GET /projects?obj_uuids=f8fbc240-7794-4ec4-a2d1-2975c67e2e51&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001039 10.0.0.65 - - [2025-10-23 02:05:37] "POST /neutron/router HTTP/1.1" 200 344 0.395674 10.0.0.65 - - [2025-10-23 02:05:37] "POST /useragent-kv HTTP/1.1" 200 115 0.018273 10.0.0.65 - - [2025-10-23 02:05:37] "POST /virtual-networks HTTP/1.1" 200 694 0.224623 10.0.0.65 - - [2025-10-23 02:05:37] "POST /route-targets HTTP/1.1" 200 327 0.081126 10.0.0.65 - - [2025-10-23 02:05:37] "POST /neutron/port HTTP/1.1" 200 1090 0.060672 10.0.0.65 - - [2025-10-23 02:05:37] "POST /ref-update HTTP/1.1" 200 156 0.053503 10.0.0.65 - - [2025-10-23 02:05:37] "POST /neutron/security_group HTTP/1.1" 200 2002 0.013529 10.0.0.65 - - [2025-10-23 02:05:38] "POST /service-instances HTTP/1.1" 200 670 0.194324 10.0.0.65 - - [2025-10-23 02:05:38] "POST /ref-update HTTP/1.1" 200 156 0.077097 10.0.0.65 - - [2025-10-23 02:05:38] "POST /route-tables HTTP/1.1" 200 582 0.040700 10.0.0.65 - - [2025-10-23 02:05:38] "POST /neutron/port HTTP/1.1" 200 1064 0.439182 10.0.0.65 - - [2025-10-23 02:05:38] "PUT /logical-router/9d67ba1c-0c93-4ab8-91ee-d7d9d46690f4 HTTP/1.1" 200 262 0.017934 10.0.0.65 - - [2025-10-23 02:05:38] "POST /neutron/port HTTP/1.1" 200 1064 0.012300 10.0.0.65 - - [2025-10-23 02:05:38] "POST /neutron/port HTTP/1.1" 200 1064 0.010618 10.0.0.65 - - [2025-10-23 02:05:38] "POST /ref-update HTTP/1.1" 200 156 0.033397 10.0.0.65 - - [2025-10-23 02:05:38] "POST /neutron/port HTTP/1.1" 200 1118 0.069620 10.0.0.65 - - [2025-10-23 02:05:38] "POST /neutron/port HTTP/1.1" 200 1092 0.009920 10.0.0.65 - - [2025-10-23 02:05:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002921 10.0.0.65 - - [2025-10-23 02:05:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003893 10.0.0.65 - - [2025-10-23 02:05:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002958 10.0.0.65 - - [2025-10-23 02:05:38] "POST /neutron/subnet HTTP/1.1" 200 704 0.007869 10.0.0.65 - - [2025-10-23 02:05:38] "POST /neutron/port HTTP/1.1" 200 117 0.001242 10.0.0.65 - - [2025-10-23 02:05:38] "POST /neutron/network HTTP/1.1" 200 835 0.005791 10.0.0.65 - - [2025-10-23 02:05:38] "POST /virtual-machines HTTP/1.1" 200 553 0.013252 10.0.0.65 - - [2025-10-23 02:05:38] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.086346 10.0.0.65 - - [2025-10-23 02:05:38] "POST /chown HTTP/1.1" 200 109 0.006904 10.0.0.65 - - [2025-10-23 02:05:38] "POST /instance-ips HTTP/1.1" 200 551 0.020887 10.0.0.65 - - [2025-10-23 02:05:38] "POST /instance-ips HTTP/1.1" 400 246 0.016323 10.0.0.65 - - [2025-10-23 02:05:38] "POST /chown HTTP/1.1" 200 109 0.018578 10.0.0.65 - - [2025-10-23 02:05:38] "PUT /virtual-machine-interface/7f919602-bfae-4879-83b8-a8934a63969a HTTP/1.1" 200 284 0.009879 10.0.0.65 - - [2025-10-23 02:05:38] "PUT /instance-ip/8e4f981d-ca82-43be-9b2e-10457716bd66 HTTP/1.1" 200 256 0.012596 10.0.0.65 - - [2025-10-23 02:05:39] "POST /ref-update HTTP/1.1" 200 156 0.011091 10.0.0.65 - - [2025-10-23 02:05:39] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.093847 10.0.0.65 - - [2025-10-23 02:05:39] "POST /chown HTTP/1.1" 200 109 0.006880 10.0.0.65 - - [2025-10-23 02:05:39] "POST /instance-ips HTTP/1.1" 200 549 0.037939 10.0.0.65 - - [2025-10-23 02:05:39] "POST /instance-ips HTTP/1.1" 400 316 0.034263 10.0.0.65 - - [2025-10-23 02:05:39] "POST /chown HTTP/1.1" 200 109 0.009440 10.0.0.65 - - [2025-10-23 02:05:39] "PUT /virtual-machine-interface/3c02e9ea-d4fe-469c-adac-fac4db2bd945 HTTP/1.1" 200 284 0.018404 10.0.0.65 - - [2025-10-23 02:05:39] "PUT /instance-ip/79e86ed8-e44d-48fa-bc73-177c4094389e HTTP/1.1" 200 256 0.019428 10.0.0.65 - - [2025-10-23 02:05:39] "POST /ref-update HTTP/1.1" 200 156 0.011943 10.0.0.65 - - [2025-10-23 02:05:39] "POST /ref-update HTTP/1.1" 200 156 0.014598 10.0.0.65 - - [2025-10-23 02:05:39] "PUT /routing-instance/bf7c17c9-be05-4a4b-80a3-24429bc69a92 HTTP/1.1" 200 266 0.024554 10.0.0.65 - - [2025-10-23 02:05:39] "POST /ref-update HTTP/1.1" 200 156 0.014383 10.0.0.65 - - [2025-10-23 02:05:39] "POST /virtual-machines HTTP/1.1" 200 553 0.015198 10.0.0.65 - - [2025-10-23 02:05:39] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.095062 10.0.0.65 - - [2025-10-23 02:05:39] "POST /chown HTTP/1.1" 200 109 0.008487 10.0.0.65 - - [2025-10-23 02:05:39] "POST /instance-ips HTTP/1.1" 400 246 0.015869 10.0.0.65 - - [2025-10-23 02:05:40] "POST /chown HTTP/1.1" 200 109 0.009968 10.0.0.65 - - [2025-10-23 02:05:40] "PUT /virtual-machine-interface/fd34bd52-465d-4913-a190-b2aacae1c1bb HTTP/1.1" 200 284 0.011226 10.0.0.65 - - [2025-10-23 02:05:40] "PUT /instance-ip/8e4f981d-ca82-43be-9b2e-10457716bd66 HTTP/1.1" 200 256 0.013076 10.0.0.65 - - [2025-10-23 02:05:40] "POST /ref-update HTTP/1.1" 200 156 0.012459 10.0.0.65 - - [2025-10-23 02:05:40] "POST /ref-update HTTP/1.1" 200 156 0.011036 10.0.0.65 - - [2025-10-23 02:05:40] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.088440 10.0.0.65 - - [2025-10-23 02:05:40] "POST /chown HTTP/1.1" 200 109 0.011149 10.0.0.65 - - [2025-10-23 02:05:40] "POST /instance-ips HTTP/1.1" 400 316 0.017570 10.0.0.65 - - [2025-10-23 02:05:40] "POST /chown HTTP/1.1" 200 109 0.007522 10.0.0.65 - - [2025-10-23 02:05:40] "PUT /virtual-machine-interface/b021232a-0f51-4241-9e10-459f77abbd77 HTTP/1.1" 200 284 0.016220 10.0.0.65 - - [2025-10-23 02:05:40] "PUT /instance-ip/79e86ed8-e44d-48fa-bc73-177c4094389e HTTP/1.1" 200 256 0.013021 10.0.0.65 - - [2025-10-23 02:05:40] "POST /ref-update HTTP/1.1" 200 156 0.011044 10.0.0.65 - - [2025-10-23 02:05:40] "POST /ref-update HTTP/1.1" 200 156 0.013412 10.0.0.65 - - [2025-10-23 02:05:43] "POST /neutron/port HTTP/1.1" 200 1090 0.010576 10.0.0.65 - - [2025-10-23 02:05:43] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005275 10.0.0.65 - - [2025-10-23 02:05:43] "POST /neutron/port HTTP/1.1" 200 1090 0.009844 10.0.0.65 - - [2025-10-23 02:05:43] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005612 10.0.0.65 - - [2025-10-23 02:05:43] "POST /neutron/port HTTP/1.1" 200 1090 0.012738 10.0.0.65 - - [2025-10-23 02:05:43] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005215 10.0.0.65 - - [2025-10-23 02:05:43] "GET /virtual-machine/16400280-259a-43c6-b8af-ce8fb08b25a4 HTTP/1.1" 401 292 0.000415 10.0.0.65 - - [2025-10-23 02:05:43] "GET /virtual-machine/16400280-259a-43c6-b8af-ce8fb08b25a4 HTTP/1.1" 200 1295 0.028123 10.0.0.65 - - [2025-10-23 02:05:43] "GET /virtual-machine-interface/f5871f6b-e8ad-4d5f-b828-cb2b2f1cb17b HTTP/1.1" 200 2957 0.005222 10.0.0.65 - - [2025-10-23 02:05:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002748 10.0.0.65 - - [2025-10-23 02:05:43] "GET /global-vrouter-config/95eadd9a-0ced-4891-a5dd-85fa8734b586?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003903 10.0.0.65 - - [2025-10-23 02:05:43] "GET /virtual-networks?parent_id=f8fbc240-7794-4ec4-a2d1-2975c67e2e51&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003067 10.0.0.65 - - [2025-10-23 02:05:43] "GET /virtual-network/8a85fa01-5686-44f0-8f97-d3cd1cb9ec63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005509 10.0.0.65 - - [2025-10-23 02:05:46] "POST /neutron/port HTTP/1.1" 200 1090 0.009884 10.0.0.65 - - [2025-10-23 02:05:46] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005574 10.0.0.65 - - [2025-10-23 02:05:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002753 10.0.0.65 - - [2025-10-23 02:05:46] "GET /virtual-network/8a85fa01-5686-44f0-8f97-d3cd1cb9ec63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.004677 10.0.0.65 - - [2025-10-23 02:05:47] "POST /neutron/port HTTP/1.1" 200 1092 0.011288 10.0.0.65 - - [2025-10-23 02:05:47] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005325 10.0.0.65 - - [2025-10-23 02:05:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002705 10.0.0.65 - - [2025-10-23 02:05:48] "GET /global-vrouter-config/95eadd9a-0ced-4891-a5dd-85fa8734b586?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003007 10.0.0.65 - - [2025-10-23 02:05:49] "GET /virtual-networks?parent_id=f8fbc240-7794-4ec4-a2d1-2975c67e2e51&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.002633 10.0.0.65 - - [2025-10-23 02:05:49] "GET /virtual-network/8a85fa01-5686-44f0-8f97-d3cd1cb9ec63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.004925 10.0.0.65 - - [2025-10-23 02:05:49] "POST /neutron/port HTTP/1.1" 200 1092 0.015795 10.0.0.65 - - [2025-10-23 02:05:49] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007300 10.0.0.65 - - [2025-10-23 02:05:49] "POST /neutron/port HTTP/1.1" 200 1092 0.012008 10.0.0.65 - - [2025-10-23 02:05:49] "POST /neutron/security_group HTTP/1.1" 200 2002 0.009790 10.0.0.65 - - [2025-10-23 02:05:49] "POST /neutron/port HTTP/1.1" 200 1092 0.011437 10.0.0.65 - - [2025-10-23 02:05:49] "POST /neutron/security_group HTTP/1.1" 200 2002 0.008052 10.0.0.65 - - [2025-10-23 02:05:49] "GET /virtual-machine/1837fd99-8d53-4750-bad4-61acffb25f63 HTTP/1.1" 200 1295 0.007471 10.0.0.65 - - [2025-10-23 02:05:49] "GET /virtual-machine-interface/d08cb46d-7c6a-4f19-bf79-2979440b670c HTTP/1.1" 200 2969 0.005309 10.0.0.65 - - [2025-10-23 02:05:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002892 10.0.0.65 - - [2025-10-23 02:05:49] "GET /global-vrouter-config/95eadd9a-0ced-4891-a5dd-85fa8734b586?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002856 10.0.0.65 - - [2025-10-23 02:05:49] "GET /virtual-networks?parent_id=f8fbc240-7794-4ec4-a2d1-2975c67e2e51&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.005471 10.0.0.65 - - [2025-10-23 02:05:49] "GET /virtual-network/58d4c33a-ea84-452c-9593-6a32df4ac8d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.004838 10.0.0.65 - - [2025-10-23 02:05:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002772 10.0.0.65 - - [2025-10-23 02:05:50] "GET /global-vrouter-config/95eadd9a-0ced-4891-a5dd-85fa8734b586?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003304 10.0.0.65 - - [2025-10-23 02:05:50] "GET /virtual-networks?parent_id=f8fbc240-7794-4ec4-a2d1-2975c67e2e51&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003034 10.0.0.65 - - [2025-10-23 02:05:50] "GET /virtual-network/58d4c33a-ea84-452c-9593-6a32df4ac8d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.005847 10.0.0.65 - - [2025-10-23 02:05:54] "DELETE /project/f8fbc24077944ec4a2d12975c67e2e51 HTTP/1.1" 404 173 0.007099 10.0.0.65 - - [2025-10-23 02:05:54] "GET /projects?obj_uuids=17c3cb22-bfaf-4c49-90c6-6c8ddbe21cfb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000956 10.0.0.65 - - [2025-10-23 02:05:54] "GET /project/17c3cb22-bfaf-4c49-90c6-6c8ddbe21cfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1470 0.027334 10.0.0.65 - - [2025-10-23 02:05:54] "GET /projects?obj_uuids=17c3cb22-bfaf-4c49-90c6-6c8ddbe21cfb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000884 10.0.0.65 - - [2025-10-23 02:05:54] "GET /project/17c3cb22-bfaf-4c49-90c6-6c8ddbe21cfb?fields=security_groups HTTP/1.1" 200 1367 0.069482 10.0.0.65 - - [2025-10-23 02:05:54] "DELETE /security-group/64b92ff6-820a-4b43-8973-d503c73dde75 HTTP/1.1" 200 115 0.036971 10.0.0.65 - - [2025-10-23 02:05:54] "GET /projects?obj_uuids=17c3cb22-bfaf-4c49-90c6-6c8ddbe21cfb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001298 10.0.0.65 - - [2025-10-23 02:05:54] "DELETE /access-control-list/668a41a3-9fdb-4c23-81c5-83efc5a902f9 HTTP/1.1" 200 115 0.028376 10.0.0.65 - - [2025-10-23 02:05:54] "GET /project/17c3cb22-bfaf-4c49-90c6-6c8ddbe21cfb?fields=application_policy_sets HTTP/1.1" 200 1406 0.030692 10.0.0.65 - - [2025-10-23 02:05:54] "DELETE /access-control-list/e5402217-146f-489e-9c51-e2573d25ca4e HTTP/1.1" 200 115 0.024555 10.0.0.65 - - [2025-10-23 02:05:54] "DELETE /project/17c3cb22-bfaf-4c49-90c6-6c8ddbe21cfb HTTP/1.1" 200 115 0.313215 10.0.0.65 - - [2025-10-23 02:05:54] "POST /neutron/router HTTP/1.1" 200 656 0.003879 10.0.0.65 - - [2025-10-23 02:05:54] "POST /ref-update HTTP/1.1" 200 156 0.010426 10.0.0.65 - - [2025-10-23 02:05:54] "POST /neutron/router HTTP/1.1" 200 344 0.091542 10.0.0.65 - - [2025-10-23 02:05:54] "POST /neutron/router HTTP/1.1" 200 656 0.004166 10.0.0.65 - - [2025-10-23 02:05:54] "GET /logical-router/9d67ba1c-0c93-4ab8-91ee-d7d9d46690f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1973 0.004999 10.0.0.65 - - [2025-10-23 02:05:54] "GET /service-instance/f310c2b5-15a4-42a9-aeb7-a88e40f0a4ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2316 0.003902 10.0.0.65 - - [2025-10-23 02:05:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002348 10.0.0.65 - - [2025-10-23 02:05:54] "POST /neutron/router HTTP/1.1" 200 151 0.053624 10.0.0.65 - - [2025-10-23 02:05:54] "DELETE /route-target/3091e193-c3e3-496b-8904-8c8208df438d HTTP/1.1" 409 239 0.004699 10.0.0.65 - - [2025-10-23 02:05:55] "PUT /logical-router/9d67ba1c-0c93-4ab8-91ee-d7d9d46690f4 HTTP/1.1" 404 171 0.003164 10.0.0.65 - - [2025-10-23 02:05:55] "POST /ref-update HTTP/1.1" 200 156 0.015424 10.0.0.65 - - [2025-10-23 02:05:55] "DELETE /route-table/cd6be5db-4286-40c5-b3b5-93a95d0da66c HTTP/1.1" 200 115 0.026784 10.0.0.65 - - [2025-10-23 02:05:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.006888 10.0.0.65 - - [2025-10-23 02:05:55] "PUT /routing-instance/bf7c17c9-be05-4a4b-80a3-24429bc69a92 HTTP/1.1" 200 266 0.010609 10.0.0.65 - - [2025-10-23 02:05:55] "GET /virtual-network/ba580962-e2c8-45bd-8303-fdac07100eb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.007435 10.0.0.65 - - [2025-10-23 02:05:55] "POST /neutron/network HTTP/1.1" 200 835 0.015765 10.0.0.65 - - [2025-10-23 02:05:55] "POST /neutron/network HTTP/1.1" 400 204 0.029953 10.0.0.65 - - [2025-10-23 02:05:55] "POST /ref-update HTTP/1.1" 200 156 0.010415 10.0.0.65 - - [2025-10-23 02:05:55] "POST /ref-update HTTP/1.1" 200 156 0.010823 10.0.0.65 - - [2025-10-23 02:05:55] "DELETE /instance-ip/79e86ed8-e44d-48fa-bc73-177c4094389e HTTP/1.1" 200 115 0.037764 10.0.0.65 - - [2025-10-23 02:05:55] "POST /useragent-kv HTTP/1.1" 200 115 0.005539 10.0.0.65 - - [2025-10-23 02:05:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004586 10.0.0.65 - - [2025-10-23 02:05:55] "POST /useragent-kv HTTP/1.1" 200 115 0.002951 10.0.0.65 - - [2025-10-23 02:05:55] "DELETE /virtual-network/ba580962-e2c8-45bd-8303-fdac07100eb8 HTTP/1.1" 200 115 0.110013 10.0.0.65 - - [2025-10-23 02:05:55] "DELETE /route-target/5d936cca-8570-4952-aa23-edb64de3a31b HTTP/1.1" 200 115 0.017916 10.0.0.65 - - [2025-10-23 02:05:55] "DELETE /service-instance/f310c2b5-15a4-42a9-aeb7-a88e40f0a4ce HTTP/1.1" 200 115 0.026314 10.0.0.65 - - [2025-10-23 02:05:55] "GET /logical-router/9d67ba1c-0c93-4ab8-91ee-d7d9d46690f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002605 10.0.0.65 - - [2025-10-23 02:05:55] "GET /service-instance/f310c2b5-15a4-42a9-aeb7-a88e40f0a4ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002875 10.0.0.65 - - [2025-10-23 02:05:55] "GET /virtual-machine-interface/fd34bd52-465d-4913-a190-b2aacae1c1bb?fields=floating_ip_back_refs%2Cinterface_route_table_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1654 0.007403 10.0.0.65 - - [2025-10-23 02:05:55] "POST /neutron/port HTTP/1.1" 200 1092 0.033672 10.0.0.65 - - [2025-10-23 02:05:55] "POST /neutron/port HTTP/1.1" 200 1118 0.008423 10.0.0.65 - - [2025-10-23 02:05:55] "POST /ref-update HTTP/1.1" 200 156 0.016714 10.0.0.65 - - [2025-10-23 02:05:55] "POST /neutron/port HTTP/1.1" 200 1090 0.014351 10.0.0.65 - - [2025-10-23 02:05:55] "POST /neutron/port HTTP/1.1" 200 1116 0.008877 10.0.0.65 - - [2025-10-23 02:05:55] "GET /instance-ip/8e4f981d-ca82-43be-9b2e-10457716bd66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.006398 10.0.0.65 - - [2025-10-23 02:05:55] "POST /neutron/port HTTP/1.1" 200 151 0.150919 10.0.0.65 - - [2025-10-23 02:05:55] "DELETE /virtual-machine-interface/fd34bd52-465d-4913-a190-b2aacae1c1bb HTTP/1.1" 200 115 0.049147 10.0.0.65 - - [2025-10-23 02:05:55] "GET /virtual-machine-interface/b021232a-0f51-4241-9e10-459f77abbd77?fields=floating_ip_back_refs%2Cinterface_route_table_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1334 0.006485 10.0.0.65 - - [2025-10-23 02:05:55] "POST /neutron/port HTTP/1.1" 200 151 0.137723 10.0.0.65 - - [2025-10-23 02:05:55] "DELETE /virtual-machine-interface/b021232a-0f51-4241-9e10-459f77abbd77 HTTP/1.1" 200 115 0.021284 10.0.0.65 - - [2025-10-23 02:05:55] "DELETE /virtual-machine/ece7292c-b525-47b7-9b78-7318f72d6917 HTTP/1.1" 200 115 0.019122 10.0.0.65 - - [2025-10-23 02:05:55] "GET /virtual-machine-interface/3c02e9ea-d4fe-469c-adac-fac4db2bd945?fields=floating_ip_back_refs%2Cinterface_route_table_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1333 0.011337 10.0.0.65 - - [2025-10-23 02:05:56] "DELETE /virtual-machine-interface/3c02e9ea-d4fe-469c-adac-fac4db2bd945 HTTP/1.1" 200 115 0.030617 10.0.0.65 - - [2025-10-23 02:05:56] "GET /virtual-machine-interface/7f919602-bfae-4879-83b8-a8934a63969a?fields=floating_ip_back_refs%2Cinterface_route_table_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1652 0.005048 10.0.0.65 - - [2025-10-23 02:05:56] "POST /ref-update HTTP/1.1" 200 156 0.010920 10.0.0.65 - - [2025-10-23 02:05:56] "GET /instance-ip/8e4f981d-ca82-43be-9b2e-10457716bd66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1697 0.004455 10.0.0.65 - - [2025-10-23 02:05:56] "DELETE /instance-ip/8e4f981d-ca82-43be-9b2e-10457716bd66 HTTP/1.1" 200 115 0.021492 10.0.0.65 - - [2025-10-23 02:05:56] "DELETE /virtual-machine-interface/7f919602-bfae-4879-83b8-a8934a63969a HTTP/1.1" 200 115 0.026281 10.0.0.65 - - [2025-10-23 02:05:56] "POST /ref-update HTTP/1.1" 200 156 0.008842 10.0.0.65 - - [2025-10-23 02:05:56] "DELETE /virtual-machine/4b6e1c38-9130-4270-8cce-129d48fdbaf1 HTTP/1.1" 200 115 0.016154 10.0.0.65 - - [2025-10-23 02:05:57] "POST /neutron/network HTTP/1.1" 200 835 0.005026 10.0.0.65 - - [2025-10-23 02:05:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004128 10.0.0.65 - - [2025-10-23 02:05:57] "POST /useragent-kv HTTP/1.1" 200 115 0.002468 10.0.0.65 - - [2025-10-23 02:05:57] "POST /useragent-kv HTTP/1.1" 200 115 0.001940 10.0.0.65 - - [2025-10-23 02:05:57] "POST /neutron/network HTTP/1.1" 200 151 0.081366 10.0.0.65 - - [2025-10-23 02:05:57] "DELETE /route-target/32605676-5827-47a7-86f5-041c783e53a2 HTTP/1.1" 200 115 0.029743 10.0.0.65 - - [2025-10-23 02:05:57] "POST /neutron/network HTTP/1.1" 200 826 0.010216 10.0.0.65 - - [2025-10-23 02:05:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.005525 10.0.0.65 - - [2025-10-23 02:05:57] "POST /useragent-kv HTTP/1.1" 200 115 0.004581 10.0.0.65 - - [2025-10-23 02:05:57] "POST /useragent-kv HTTP/1.1" 200 115 0.001948 10.0.0.65 - - [2025-10-23 02:05:57] "POST /neutron/network HTTP/1.1" 200 151 0.082242 10.0.0.65 - - [2025-10-23 02:05:57] "DELETE /route-target/5c6e6d52-fec7-45cd-9dee-cdb0f69e664c HTTP/1.1" 200 115 0.018302 10.0.0.65 - - [2025-10-23 02:05:57] "GET /projects?obj_uuids=f8fbc240-7794-4ec4-a2d1-2975c67e2e51&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001044 10.0.0.65 - - [2025-10-23 02:05:57] "GET /project/f8fbc240-7794-4ec4-a2d1-2975c67e2e51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.027241 10.0.0.65 - - [2025-10-23 02:05:57] "GET /projects?obj_uuids=f8fbc240-7794-4ec4-a2d1-2975c67e2e51&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000930 10.0.0.65 - - [2025-10-23 02:05:57] "GET /obj-perms HTTP/1.1" 200 5056 0.049814 10.0.0.65 - - [2025-10-23 02:05:57] "GET /project/f8fbc240-7794-4ec4-a2d1-2975c67e2e51?fields=virtual_networks HTTP/1.1" 200 1049 0.079472 10.0.0.65 - - [2025-10-23 02:05:57] "GET /projects?obj_uuids=f8fbc240-7794-4ec4-a2d1-2975c67e2e51&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001265 10.0.0.65 - - [2025-10-23 02:05:57] "GET /project/f8fbc240-7794-4ec4-a2d1-2975c67e2e51?fields=virtual_machine_interfaces HTTP/1.1" 200 1049 0.027237 10.0.0.65 - - [2025-10-23 02:05:57] "GET /projects?obj_uuids=f8fbc240-7794-4ec4-a2d1-2975c67e2e51&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000973 10.0.0.65 - - [2025-10-23 02:05:57] "GET /project/f8fbc240-7794-4ec4-a2d1-2975c67e2e51?fields=security_groups HTTP/1.1" 200 1278 0.029668 10.0.0.65 - - [2025-10-23 02:05:58] "GET /obj-perms HTTP/1.1" 200 5056 0.367810 10.0.0.65 - - [2025-10-23 02:05:58] "POST /fqname-to-id HTTP/1.1" 404 196 0.026591 10.0.0.65 - - [2025-10-23 02:05:58] "GET /projects?obj_uuids=d6268c07-8644-41f2-a74f-8ee6137088dc&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002175 10.0.0.65 - - [2025-10-23 02:05:59] "GET /domains?obj_uuids=2e283574-867c-482d-913f-5e0415a1ddc2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000902 10.0.0.65 - - [2025-10-23 02:05:59] "GET /domain/2e283574-867c-482d-913f-5e0415a1ddc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006083 10.0.0.65 - - [2025-10-23 02:05:59] "POST /id-to-fqname HTTP/1.1" 200 198 0.001066 10.0.0.65 - - [2025-10-23 02:05:59] "POST /fqname-to-id HTTP/1.1" 404 207 0.003211 10.0.0.65 - - [2025-10-23 02:05:59] "POST /security-groups HTTP/1.1" 200 599 0.060175 10.0.0.65 - - [2025-10-23 02:05:59] "POST /fqname-to-id HTTP/1.1" 404 242 0.003097 10.0.0.65 - - [2025-10-23 02:05:59] "POST /projects HTTP/1.1" 200 601 0.199971 10.0.0.65 - - [2025-10-23 02:05:59] "POST /access-control-lists HTTP/1.1" 200 604 0.055821 10.0.0.65 - - [2025-10-23 02:05:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.267385 10.0.0.65 - - [2025-10-23 02:05:59] "POST /fqname-to-id HTTP/1.1" 404 241 0.003249 10.0.0.65 - - [2025-10-23 02:05:59] "GET /project/d6268c07-8644-41f2-a74f-8ee6137088dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.390402 10.0.0.65 - - [2025-10-23 02:05:59] "POST /access-control-lists HTTP/1.1" 200 602 0.060614 10.0.0.65 - - [2025-10-23 02:06:00] "GET / HTTP/1.1" 200 35931 0.002676 10.0.0.65 - - [2025-10-23 02:06:01] "POST /fqname-to-id HTTP/1.1" 401 292 0.000460 10.0.0.65 - - [2025-10-23 02:06:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.058679 10.0.0.65 - - [2025-10-23 02:06:01] "GET /projects?obj_uuids=d6268c07-8644-41f2-a74f-8ee6137088dc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001440 10.0.0.65 - - [2025-10-23 02:06:01] "GET /project/d6268c07-8644-41f2-a74f-8ee6137088dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.026143 10.0.0.65 - - [2025-10-23 02:06:01] "POST /neutron/network HTTP/1.1" 200 117 0.031976 10.0.0.65 - - [2025-10-23 02:06:01] "GET /projects?obj_uuids=d6268c07-8644-41f2-a74f-8ee6137088dc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001329 10.0.0.65 - - [2025-10-23 02:06:01] "POST /neutron/network HTTP/1.1" 200 613 0.056138 10.0.0.65 - - [2025-10-23 02:06:01] "POST /route-targets HTTP/1.1" 200 327 0.010443 10.0.0.65 - - [2025-10-23 02:06:01] "POST /ref-update HTTP/1.1" 200 156 0.011722 10.0.0.65 - - [2025-10-23 02:06:01] "POST /useragent-kv HTTP/1.1" 200 115 0.002916 10.0.0.65 - - [2025-10-23 02:06:01] "POST /neutron/subnet HTTP/1.1" 200 720 0.156415 10.0.0.65 - - [2025-10-23 02:06:02] "POST /fqname-to-id HTTP/1.1" 401 292 0.000383 10.0.0.65 - - [2025-10-23 02:06:02] "POST /useragent-kv HTTP/1.1" 200 115 0.003765 10.0.0.65 - - [2025-10-23 02:06:02] "POST /neutron/subnet HTTP/1.1" 200 828 0.168478 10.0.0.65 - - [2025-10-23 02:06:02] "POST /neutron/network HTTP/1.1" 200 1005 0.006990 10.0.0.65 - - [2025-10-23 02:06:02] "POST /id-to-fqname HTTP/1.1" 200 228 0.001079 10.0.0.65 - - [2025-10-23 02:06:02] "GET /virtual-network/1026cbb0-9c2a-4575-b96a-09191910fe5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.004447 10.0.0.65 - - [2025-10-23 02:06:02] "POST /neutron/network HTTP/1.1" 200 1005 0.006592 10.0.0.65 - - [2025-10-23 02:06:02] "GET /virtual-network/1026cbb0-9c2a-4575-b96a-09191910fe5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.004517 10.0.0.65 - - [2025-10-23 02:06:02] "POST /neutron/network HTTP/1.1" 200 1005 0.006956 10.0.0.65 - - [2025-10-23 02:06:02] "POST /neutron/subnet HTTP/1.1" 200 720 0.005902 10.0.0.65 - - [2025-10-23 02:06:02] "POST /neutron/subnet HTTP/1.1" 200 828 0.006182 10.0.0.65 - - [2025-10-23 02:06:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002223 10.0.0.65 - - [2025-10-23 02:06:02] "GET /projects?obj_uuids=d6268c07-8644-41f2-a74f-8ee6137088dc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001233 10.0.0.65 - - [2025-10-23 02:06:02] "GET /project/d6268c07-8644-41f2-a74f-8ee6137088dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.026538 10.0.0.65 - - [2025-10-23 02:06:02] "POST /neutron/network HTTP/1.1" 200 117 0.010589 10.0.0.65 - - [2025-10-23 02:06:02] "GET /projects?obj_uuids=d6268c07-8644-41f2-a74f-8ee6137088dc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000978 10.0.0.65 - - [2025-10-23 02:06:02] "POST /fqname-to-id HTTP/1.1" 404 207 0.026984 10.0.0.65 - - [2025-10-23 02:06:02] "POST /neutron/network HTTP/1.1" 200 613 0.065694 10.0.0.65 - - [2025-10-23 02:06:02] "POST /route-targets HTTP/1.1" 200 327 0.009168 10.0.0.65 - - [2025-10-23 02:06:02] "POST /ref-update HTTP/1.1" 200 156 0.008956 10.0.0.65 - - [2025-10-23 02:06:02] "POST /useragent-kv HTTP/1.1" 200 115 0.003197 10.0.0.65 - - [2025-10-23 02:06:02] "POST /neutron/subnet HTTP/1.1" 200 719 0.192067 10.0.0.65 - - [2025-10-23 02:06:02] "POST /fqname-to-id HTTP/1.1" 404 207 0.003209 10.0.0.65 - - [2025-10-23 02:06:02] "POST /useragent-kv HTTP/1.1" 200 115 0.002459 10.0.0.65 - - [2025-10-23 02:06:02] "POST /neutron/subnet HTTP/1.1" 200 828 0.133383 10.0.0.65 - - [2025-10-23 02:06:02] "POST /neutron/network HTTP/1.1" 200 1005 0.007020 10.0.0.65 - - [2025-10-23 02:06:02] "POST /id-to-fqname HTTP/1.1" 200 228 0.001362 10.0.0.65 - - [2025-10-23 02:06:02] "GET /virtual-network/a8d26caf-f2e7-47dc-81e9-2368a4b48cb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.010409 10.0.0.65 - - [2025-10-23 02:06:02] "POST /neutron/network HTTP/1.1" 200 1005 0.007281 10.0.0.65 - - [2025-10-23 02:06:02] "GET /virtual-network/a8d26caf-f2e7-47dc-81e9-2368a4b48cb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.004496 10.0.0.65 - - [2025-10-23 02:06:02] "POST /neutron/network HTTP/1.1" 200 1005 0.006994 10.0.0.65 - - [2025-10-23 02:06:03] "POST /neutron/subnet HTTP/1.1" 200 719 0.005587 10.0.0.65 - - [2025-10-23 02:06:03] "POST /neutron/subnet HTTP/1.1" 200 828 0.005554 10.0.0.65 - - [2025-10-23 02:06:03] "POST /fqname-to-id HTTP/1.1" 404 234 0.002016 10.0.0.65 - - [2025-10-23 02:06:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002493 10.0.0.65 - - [2025-10-23 02:06:03] "GET /projects?obj_uuids=d6268c07-8644-41f2-a74f-8ee6137088dc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001013 10.0.0.65 - - [2025-10-23 02:06:03] "GET /project/d6268c07-8644-41f2-a74f-8ee6137088dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.030793 10.0.0.65 - - [2025-10-23 02:06:03] "POST /network-policys HTTP/1.1" 200 577 0.059466 10.0.0.65 - - [2025-10-23 02:06:03] "GET /network-policy/77474569-ecd3-4ed8-8499-6c2e4afbbc45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3127 0.004286 10.0.0.65 - - [2025-10-23 02:06:03] "POST /neutron/network HTTP/1.1" 200 1005 0.006334 10.0.0.65 - - [2025-10-23 02:06:03] "POST /fqname-to-id HTTP/1.1" 404 207 0.005406 10.0.0.65 - - [2025-10-23 02:06:03] "POST /fqname-to-id HTTP/1.1" 404 242 0.004308 10.0.0.65 - - [2025-10-23 02:06:03] "POST /neutron/network HTTP/1.1" 200 1113 0.046933 10.0.0.65 - - [2025-10-23 02:06:03] "POST /access-control-lists HTTP/1.1" 200 596 0.066099 10.0.0.65 - - [2025-10-23 02:06:03] "POST /neutron/network HTTP/1.1" 200 1113 0.042211 10.0.0.65 - - [2025-10-23 02:06:03] "GET /virtual-network/1026cbb0-9c2a-4575-b96a-09191910fe5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.005116 10.0.0.65 - - [2025-10-23 02:06:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003038 10.0.0.65 - - [2025-10-23 02:06:03] "GET /network-policy/77474569-ecd3-4ed8-8499-6c2e4afbbc45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3127 0.004965 10.0.0.65 - - [2025-10-23 02:06:03] "POST /neutron/network HTTP/1.1" 200 1005 0.006475 10.0.0.65 - - [2025-10-23 02:06:03] "POST /fqname-to-id HTTP/1.1" 404 207 0.002968 10.0.0.65 - - [2025-10-23 02:06:03] "POST /fqname-to-id HTTP/1.1" 404 242 0.003595 10.0.0.65 - - [2025-10-23 02:06:03] "POST /neutron/network HTTP/1.1" 200 1113 0.043617 10.0.0.65 - - [2025-10-23 02:06:03] "POST /access-control-lists HTTP/1.1" 200 596 0.070319 10.0.0.65 - - [2025-10-23 02:06:03] "POST /neutron/network HTTP/1.1" 200 1113 0.049808 10.0.0.65 - - [2025-10-23 02:06:03] "GET /virtual-network/a8d26caf-f2e7-47dc-81e9-2368a4b48cb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.007150 10.0.0.65 - - [2025-10-23 02:06:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002676 10.0.0.65 - - [2025-10-23 02:06:03] "POST /ref-update HTTP/1.1" 200 156 0.009245 10.0.0.65 - - [2025-10-23 02:06:03] "GET /network-policy/77474569-ecd3-4ed8-8499-6c2e4afbbc45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3127 0.003466 10.0.0.65 - - [2025-10-23 02:06:03] "GET /domains HTTP/1.1" 401 292 0.000364 10.0.0.65 - - [2025-10-23 02:06:03] "PUT /access-control-list/1eb8a0ad-b86f-46ba-915e-426791417937 HTTP/1.1" 200 272 0.054619 10.0.0.65 - - [2025-10-23 02:06:04] "GET /domains HTTP/1.1" 200 280 0.033927 10.0.0.65 - - [2025-10-23 02:06:04] "GET /domains?obj_uuids=2e283574-867c-482d-913f-5e0415a1ddc2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000975 10.0.0.65 - - [2025-10-23 02:06:04] "GET /domain/2e283574-867c-482d-913f-5e0415a1ddc2 HTTP/1.1" 200 2770 0.007203 10.0.0.65 - - [2025-10-23 02:06:04] "GET /projects?obj_uuids=d6268c07-8644-41f2-a74f-8ee6137088dc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000882 10.0.0.65 - - [2025-10-23 02:06:04] "GET /project/d6268c07-8644-41f2-a74f-8ee6137088dc HTTP/1.1" 200 2636 0.068560 10.0.0.65 - - [2025-10-23 02:06:04] "GET /virtual-network/1026cbb0-9c2a-4575-b96a-09191910fe5d HTTP/1.1" 200 3503 0.007423 10.0.0.65 - - [2025-10-23 02:06:04] "GET /virtual-network/1026cbb0-9c2a-4575-b96a-09191910fe5d HTTP/1.1" 200 3503 0.004708 10.0.0.65 - - [2025-10-23 02:06:04] "GET /routing-instance/0568c2a7-38e6-438b-ad95-81d93d79575d HTTP/1.1" 200 1794 0.003323 10.0.0.65 - - [2025-10-23 02:06:04] "GET /routing-instance/0568c2a7-38e6-438b-ad95-81d93d79575d HTTP/1.1" 200 1794 0.002661 10.0.0.65 - - [2025-10-23 02:06:04] "GET /route-target/89a5704f-c703-4b08-9640-3cf3437f912b HTTP/1.1" 200 1212 0.002427 10.0.0.65 - - [2025-10-23 02:06:04] "GET /virtual-network/1026cbb0-9c2a-4575-b96a-09191910fe5d HTTP/1.1" 200 3503 0.003894 10.0.0.65 - - [2025-10-23 02:06:04] "GET /routing-instance/0568c2a7-38e6-438b-ad95-81d93d79575d HTTP/1.1" 200 1794 0.002820 10.0.0.65 - - [2025-10-23 02:06:04] "GET /virtual-network/1026cbb0-9c2a-4575-b96a-09191910fe5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.004262 10.0.0.65 - - [2025-10-23 02:06:04] "GET /virtual-network/1026cbb0-9c2a-4575-b96a-09191910fe5d HTTP/1.1" 200 3503 0.005497 10.0.0.65 - - [2025-10-23 02:06:04] "GET /routing-instance/0568c2a7-38e6-438b-ad95-81d93d79575d HTTP/1.1" 200 1794 0.002887 10.0.0.65 - - [2025-10-23 02:06:04] "GET /routing-instance/0568c2a7-38e6-438b-ad95-81d93d79575d HTTP/1.1" 200 1794 0.002986 10.0.0.65 - - [2025-10-23 02:06:04] "GET /route-target/89a5704f-c703-4b08-9640-3cf3437f912b HTTP/1.1" 200 1212 0.002316 10.0.0.65 - - [2025-10-23 02:06:04] "GET /domains HTTP/1.1" 200 280 0.002118 10.0.0.65 - - [2025-10-23 02:06:04] "GET /domains?obj_uuids=2e283574-867c-482d-913f-5e0415a1ddc2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000910 10.0.0.65 - - [2025-10-23 02:06:04] "GET /domain/2e283574-867c-482d-913f-5e0415a1ddc2 HTTP/1.1" 200 2770 0.005776 10.0.0.65 - - [2025-10-23 02:06:04] "GET /projects?obj_uuids=d6268c07-8644-41f2-a74f-8ee6137088dc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000821 10.0.0.65 - - [2025-10-23 02:06:04] "GET /project/d6268c07-8644-41f2-a74f-8ee6137088dc HTTP/1.1" 200 2636 0.068942 10.0.0.65 - - [2025-10-23 02:06:04] "GET /virtual-network/1026cbb0-9c2a-4575-b96a-09191910fe5d HTTP/1.1" 200 3503 0.004694 10.0.0.65 - - [2025-10-23 02:06:04] "GET /obj-perms HTTP/1.1" 200 5046 0.047019 10.0.0.65 - - [2025-10-23 02:06:04] "GET /domains HTTP/1.1" 200 280 0.003175 10.0.0.65 - - [2025-10-23 02:06:04] "GET /domains?obj_uuids=2e283574-867c-482d-913f-5e0415a1ddc2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001370 10.0.0.65 - - [2025-10-23 02:06:04] "GET /domain/2e283574-867c-482d-913f-5e0415a1ddc2 HTTP/1.1" 200 2770 0.008547 10.0.0.65 - - [2025-10-23 02:06:04] "GET /projects?obj_uuids=d6268c07-8644-41f2-a74f-8ee6137088dc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001311 10.0.0.65 - - [2025-10-23 02:06:04] "GET /project/d6268c07-8644-41f2-a74f-8ee6137088dc HTTP/1.1" 200 2636 0.066250 10.0.0.65 - - [2025-10-23 02:06:04] "GET /virtual-network/a8d26caf-f2e7-47dc-81e9-2368a4b48cb2 HTTP/1.1" 200 3503 0.006157 10.0.0.65 - - [2025-10-23 02:06:04] "GET /virtual-network/a8d26caf-f2e7-47dc-81e9-2368a4b48cb2 HTTP/1.1" 200 3503 0.004220 10.0.0.65 - - [2025-10-23 02:06:04] "GET /routing-instance/06030676-a6a6-4f0c-b305-deddc7357d7a HTTP/1.1" 200 1794 0.002631 10.0.0.65 - - [2025-10-23 02:06:04] "GET /routing-instance/06030676-a6a6-4f0c-b305-deddc7357d7a HTTP/1.1" 200 1794 0.002505 10.0.0.65 - - [2025-10-23 02:06:04] "GET /route-target/29d1a374-ac61-4b5a-b6d7-f54ec51eeef6 HTTP/1.1" 200 1212 0.002197 10.0.0.65 - - [2025-10-23 02:06:04] "GET /virtual-network/a8d26caf-f2e7-47dc-81e9-2368a4b48cb2 HTTP/1.1" 200 3503 0.003822 10.0.0.65 - - [2025-10-23 02:06:04] "GET /routing-instance/06030676-a6a6-4f0c-b305-deddc7357d7a HTTP/1.1" 200 1794 0.002759 10.0.0.65 - - [2025-10-23 02:06:04] "GET /virtual-network/a8d26caf-f2e7-47dc-81e9-2368a4b48cb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.003874 10.0.0.65 - - [2025-10-23 02:06:04] "GET /virtual-network/a8d26caf-f2e7-47dc-81e9-2368a4b48cb2 HTTP/1.1" 200 3503 0.003767 10.0.0.65 - - [2025-10-23 02:06:04] "GET /routing-instance/06030676-a6a6-4f0c-b305-deddc7357d7a HTTP/1.1" 200 1794 0.002349 10.0.0.65 - - [2025-10-23 02:06:04] "GET /routing-instance/06030676-a6a6-4f0c-b305-deddc7357d7a HTTP/1.1" 200 1794 0.003081 10.0.0.65 - - [2025-10-23 02:06:05] "GET /route-target/29d1a374-ac61-4b5a-b6d7-f54ec51eeef6 HTTP/1.1" 200 1212 0.002395 10.0.0.65 - - [2025-10-23 02:06:05] "GET /domains HTTP/1.1" 200 280 0.002002 10.0.0.65 - - [2025-10-23 02:06:05] "GET /domains?obj_uuids=2e283574-867c-482d-913f-5e0415a1ddc2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000873 10.0.0.65 - - [2025-10-23 02:06:05] "GET /domain/2e283574-867c-482d-913f-5e0415a1ddc2 HTTP/1.1" 200 2770 0.007295 10.0.0.65 - - [2025-10-23 02:06:05] "GET /projects?obj_uuids=d6268c07-8644-41f2-a74f-8ee6137088dc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000786 10.0.0.65 - - [2025-10-23 02:06:05] "GET /project/d6268c07-8644-41f2-a74f-8ee6137088dc HTTP/1.1" 200 2636 0.066191 10.0.0.65 - - [2025-10-23 02:06:05] "GET /virtual-network/a8d26caf-f2e7-47dc-81e9-2368a4b48cb2 HTTP/1.1" 200 3503 0.004427 10.0.0.65 - - [2025-10-23 02:06:05] "GET /obj-perms HTTP/1.1" 200 5046 0.002635 10.0.0.65 - - [2025-10-23 02:06:05] "GET /virtual-network/a8d26caf-f2e7-47dc-81e9-2368a4b48cb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.005430 10.0.0.65 - - [2025-10-23 02:06:05] "POST /neutron/network HTTP/1.1" 200 1113 0.008307 10.0.0.65 - - [2025-10-23 02:06:05] "POST /fqname-to-id HTTP/1.1" 404 207 0.006260 10.0.0.65 - - [2025-10-23 02:06:05] "POST /neutron/network HTTP/1.1" 200 1005 0.045571 10.0.0.65 - - [2025-10-23 02:06:05] "POST /neutron/network HTTP/1.1" 200 1005 0.008813 10.0.0.65 - - [2025-10-23 02:06:05] "DELETE /access-control-list/9b429038-523a-4b38-985f-e5492acc4cd7 HTTP/1.1" 200 115 0.039305 10.0.0.65 - - [2025-10-23 02:06:05] "GET /virtual-network/a8d26caf-f2e7-47dc-81e9-2368a4b48cb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006910 10.0.0.65 - - [2025-10-23 02:06:05] "GET /virtual-network/1026cbb0-9c2a-4575-b96a-09191910fe5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.004073 10.0.0.65 - - [2025-10-23 02:06:05] "POST /ref-update HTTP/1.1" 200 156 0.017596 10.0.0.65 - - [2025-10-23 02:06:05] "POST /neutron/network HTTP/1.1" 200 1113 0.008751 10.0.0.65 - - [2025-10-23 02:06:05] "POST /fqname-to-id HTTP/1.1" 404 207 0.007039 10.0.0.65 - - [2025-10-23 02:06:05] "POST /neutron/network HTTP/1.1" 200 1005 0.059297 10.0.0.65 - - [2025-10-23 02:06:05] "DELETE /access-control-list/1eb8a0ad-b86f-46ba-915e-426791417937 HTTP/1.1" 200 115 0.035776 10.0.0.65 - - [2025-10-23 02:06:05] "POST /neutron/network HTTP/1.1" 200 1005 0.010192 10.0.0.65 - - [2025-10-23 02:06:05] "GET /virtual-network/1026cbb0-9c2a-4575-b96a-09191910fe5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005619 10.0.0.65 - - [2025-10-23 02:06:05] "POST /ref-update HTTP/1.1" 200 156 0.020420 10.0.0.65 - - [2025-10-23 02:06:05] "DELETE /network-policy/77474569-ecd3-4ed8-8499-6c2e4afbbc45 HTTP/1.1" 200 115 0.026416 10.0.0.65 - - [2025-10-23 02:06:05] "POST /neutron/network HTTP/1.1" 200 1005 0.006155 10.0.0.65 - - [2025-10-23 02:06:05] "POST /useragent-kv HTTP/1.1" 200 115 0.002864 10.0.0.65 - - [2025-10-23 02:06:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003183 10.0.0.65 - - [2025-10-23 02:06:05] "POST /useragent-kv HTTP/1.1" 200 115 0.002494 10.0.0.65 - - [2025-10-23 02:06:05] "POST /useragent-kv HTTP/1.1" 200 115 0.001903 10.0.0.65 - - [2025-10-23 02:06:05] "POST /useragent-kv HTTP/1.1" 200 115 0.001600 10.0.0.65 - - [2025-10-23 02:06:05] "POST /neutron/network HTTP/1.1" 200 151 0.078370 10.0.0.65 - - [2025-10-23 02:06:05] "DELETE /route-target/29d1a374-ac61-4b5a-b6d7-f54ec51eeef6 HTTP/1.1" 200 115 0.018428 10.0.0.65 - - [2025-10-23 02:06:05] "GET /routing-instance/06030676-a6a6-4f0c-b305-deddc7357d7a HTTP/1.1" 404 171 0.003006 10.0.0.65 - - [2025-10-23 02:06:05] "GET /domains HTTP/1.1" 200 280 0.003614 10.0.0.65 - - [2025-10-23 02:06:05] "GET /domains?obj_uuids=2e283574-867c-482d-913f-5e0415a1ddc2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001301 10.0.0.65 - - [2025-10-23 02:06:05] "GET /domain/2e283574-867c-482d-913f-5e0415a1ddc2 HTTP/1.1" 200 2770 0.053268 10.0.0.65 - - [2025-10-23 02:06:05] "GET /projects?obj_uuids=d6268c07-8644-41f2-a74f-8ee6137088dc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001500 10.0.0.65 - - [2025-10-23 02:06:05] "GET /project/d6268c07-8644-41f2-a74f-8ee6137088dc HTTP/1.1" 200 2156 0.069892 10.0.0.65 - - [2025-10-23 02:06:05] "POST /neutron/network HTTP/1.1" 200 1005 0.006406 10.0.0.65 - - [2025-10-23 02:06:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003569 10.0.0.65 - - [2025-10-23 02:06:05] "POST /useragent-kv HTTP/1.1" 200 115 0.002090 10.0.0.65 - - [2025-10-23 02:06:05] "POST /useragent-kv HTTP/1.1" 200 115 0.002498 10.0.0.65 - - [2025-10-23 02:06:05] "POST /useragent-kv HTTP/1.1" 200 115 0.001997 10.0.0.65 - - [2025-10-23 02:06:05] "POST /useragent-kv HTTP/1.1" 200 115 0.001763 10.0.0.65 - - [2025-10-23 02:06:05] "POST /neutron/network HTTP/1.1" 200 151 0.090933 10.0.0.65 - - [2025-10-23 02:06:05] "DELETE /route-target/89a5704f-c703-4b08-9640-3cf3437f912b HTTP/1.1" 200 115 0.021862 10.0.0.65 - - [2025-10-23 02:06:05] "GET /routing-instance/0568c2a7-38e6-438b-ad95-81d93d79575d HTTP/1.1" 404 171 0.002346 10.0.0.65 - - [2025-10-23 02:06:05] "GET /domains HTTP/1.1" 200 280 0.001891 10.0.0.65 - - [2025-10-23 02:06:05] "GET /domains?obj_uuids=2e283574-867c-482d-913f-5e0415a1ddc2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000886 10.0.0.65 - - [2025-10-23 02:06:05] "GET /domain/2e283574-867c-482d-913f-5e0415a1ddc2 HTTP/1.1" 200 2770 0.049440 10.0.0.65 - - [2025-10-23 02:06:05] "GET /projects?obj_uuids=d6268c07-8644-41f2-a74f-8ee6137088dc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001284 10.0.0.65 - - [2025-10-23 02:06:05] "GET /project/d6268c07-8644-41f2-a74f-8ee6137088dc HTTP/1.1" 200 1911 0.064598 10.0.0.65 - - [2025-10-23 02:06:06] "GET /projects?obj_uuids=d6268c07-8644-41f2-a74f-8ee6137088dc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001275 10.0.0.65 - - [2025-10-23 02:06:06] "GET /project/d6268c07-8644-41f2-a74f-8ee6137088dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.023986 10.0.0.65 - - [2025-10-23 02:06:06] "GET /projects?obj_uuids=d6268c07-8644-41f2-a74f-8ee6137088dc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000955 10.0.0.65 - - [2025-10-23 02:06:06] "GET /project/d6268c07-8644-41f2-a74f-8ee6137088dc?fields=virtual_networks HTTP/1.1" 200 1059 0.070855 10.0.0.65 - - [2025-10-23 02:06:06] "GET /projects?obj_uuids=d6268c07-8644-41f2-a74f-8ee6137088dc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001101 10.0.0.65 - - [2025-10-23 02:06:06] "GET /project/d6268c07-8644-41f2-a74f-8ee6137088dc?fields=virtual_machine_interfaces HTTP/1.1" 200 1059 0.025694 10.0.0.65 - - [2025-10-23 02:06:06] "GET /projects?obj_uuids=d6268c07-8644-41f2-a74f-8ee6137088dc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001103 10.0.0.65 - - [2025-10-23 02:06:06] "GET /project/d6268c07-8644-41f2-a74f-8ee6137088dc?fields=security_groups HTTP/1.1" 200 1293 0.023966 10.0.0.65 - - [2025-10-23 02:06:07] "POST /fqname-to-id HTTP/1.1" 404 204 0.021979 10.0.0.65 - - [2025-10-23 02:06:07] "GET /projects?obj_uuids=8ebddf6e-cec5-4b59-a17c-7f197faccfd7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002169 10.0.0.65 - - [2025-10-23 02:06:07] "GET /domains?obj_uuids=2e283574-867c-482d-913f-5e0415a1ddc2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001066 10.0.0.65 - - [2025-10-23 02:06:07] "GET /domain/2e283574-867c-482d-913f-5e0415a1ddc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006522 10.0.0.65 - - [2025-10-23 02:06:07] "POST /id-to-fqname HTTP/1.1" 200 206 0.002778 10.0.0.65 - - [2025-10-23 02:06:07] "POST /fqname-to-id HTTP/1.1" 404 215 0.002363 10.0.0.65 - - [2025-10-23 02:06:07] "POST /security-groups HTTP/1.1" 200 607 0.062563 10.0.0.65 - - [2025-10-23 02:06:07] "POST /fqname-to-id HTTP/1.1" 404 250 0.003252 10.0.0.65 - - [2025-10-23 02:06:07] "POST /projects HTTP/1.1" 200 617 0.214575 10.0.0.65 - - [2025-10-23 02:06:07] "POST /access-control-lists HTTP/1.1" 200 612 0.056378 10.0.0.65 - - [2025-10-23 02:06:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.279863 10.0.0.65 - - [2025-10-23 02:06:07] "POST /fqname-to-id HTTP/1.1" 404 249 0.002468 10.0.0.65 - - [2025-10-23 02:06:07] "GET /project/8ebddf6e-cec5-4b59-a17c-7f197faccfd7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.396718 10.0.0.65 - - [2025-10-23 02:06:07] "POST /access-control-lists HTTP/1.1" 200 610 0.059964 10.0.0.65 - - [2025-10-23 02:06:08] "GET / HTTP/1.1" 200 35931 0.002442 10.0.0.65 - - [2025-10-23 02:06:09] "POST /fqname-to-id HTTP/1.1" 401 292 0.000676 10.0.0.65 - - [2025-10-23 02:06:10] "POST /fqname-to-id HTTP/1.1" 404 233 0.050148 10.0.0.65 - - [2025-10-23 02:06:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002153 10.0.0.65 - - [2025-10-23 02:06:10] "GET /projects?obj_uuids=8ebddf6e-cec5-4b59-a17c-7f197faccfd7&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000989 10.0.0.65 - - [2025-10-23 02:06:10] "GET /project/8ebddf6e-cec5-4b59-a17c-7f197faccfd7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.023044 10.0.0.65 - - [2025-10-23 02:06:10] "POST /network-policys HTTP/1.1" 200 567 0.060265 10.0.0.65 - - [2025-10-23 02:06:10] "GET /network-policy/43e4e7aa-47a4-4b12-97f8-d2080cbf7395?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3153 0.004690 10.0.0.65 - - [2025-10-23 02:06:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002675 10.0.0.65 - - [2025-10-23 02:06:10] "GET /projects?obj_uuids=8ebddf6e-cec5-4b59-a17c-7f197faccfd7&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001007 10.0.0.65 - - [2025-10-23 02:06:10] "GET /project/8ebddf6e-cec5-4b59-a17c-7f197faccfd7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.021490 10.0.0.65 - - [2025-10-23 02:06:10] "POST /neutron/network HTTP/1.1" 200 117 0.027358 10.0.0.65 - - [2025-10-23 02:06:10] "GET /projects?obj_uuids=8ebddf6e-cec5-4b59-a17c-7f197faccfd7&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001258 10.0.0.65 - - [2025-10-23 02:06:10] "POST /neutron/network HTTP/1.1" 200 623 0.057844 10.0.0.65 - - [2025-10-23 02:06:10] "POST /route-targets HTTP/1.1" 200 327 0.013146 10.0.0.65 - - [2025-10-23 02:06:10] "POST /ref-update HTTP/1.1" 200 156 0.011341 10.0.0.65 - - [2025-10-23 02:06:10] "POST /useragent-kv HTTP/1.1" 200 115 0.008407 10.0.0.65 - - [2025-10-23 02:06:10] "POST /neutron/subnet HTTP/1.1" 200 729 0.192974 10.0.0.65 - - [2025-10-23 02:06:11] "POST /fqname-to-id HTTP/1.1" 404 207 0.002898 10.0.0.65 - - [2025-10-23 02:06:11] "POST /useragent-kv HTTP/1.1" 200 115 0.002152 10.0.0.65 - - [2025-10-23 02:06:11] "POST /neutron/subnet HTTP/1.1" 200 828 0.161215 10.0.0.65 - - [2025-10-23 02:06:11] "POST /neutron/network HTTP/1.1" 200 1017 0.009065 10.0.0.65 - - [2025-10-23 02:06:11] "POST /id-to-fqname HTTP/1.1" 200 237 0.001441 10.0.0.65 - - [2025-10-23 02:06:11] "GET /virtual-network/1734cf56-3eb1-462c-b32f-279c0e0c75c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2662 0.004746 10.0.0.65 - - [2025-10-23 02:06:11] "POST /neutron/network HTTP/1.1" 200 1017 0.006933 10.0.0.65 - - [2025-10-23 02:06:11] "GET /virtual-network/1734cf56-3eb1-462c-b32f-279c0e0c75c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2662 0.005028 10.0.0.65 - - [2025-10-23 02:06:11] "POST /neutron/network HTTP/1.1" 200 1017 0.006723 10.0.0.65 - - [2025-10-23 02:06:11] "POST /neutron/subnet HTTP/1.1" 200 729 0.006240 10.0.0.65 - - [2025-10-23 02:06:11] "POST /neutron/subnet HTTP/1.1" 200 828 0.006189 10.0.0.65 - - [2025-10-23 02:06:11] "POST /neutron/network HTTP/1.1" 200 1017 0.007088 10.0.0.65 - - [2025-10-23 02:06:11] "POST /fqname-to-id HTTP/1.1" 404 207 0.007317 10.0.0.65 - - [2025-10-23 02:06:11] "POST /fqname-to-id HTTP/1.1" 404 252 0.005672 10.0.0.65 - - [2025-10-23 02:06:11] "POST /neutron/network HTTP/1.1" 200 1124 0.051667 10.0.0.65 - - [2025-10-23 02:06:11] "POST /neutron/network HTTP/1.1" 200 1124 0.036457 10.0.0.65 - - [2025-10-23 02:06:11] "POST /access-control-lists HTTP/1.1" 200 607 0.071283 10.0.0.65 - - [2025-10-23 02:06:11] "GET /virtual-network/1734cf56-3eb1-462c-b32f-279c0e0c75c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2985 0.009993 10.0.0.65 - - [2025-10-23 02:06:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002394 10.0.0.65 - - [2025-10-23 02:06:11] "GET /network-policy/43e4e7aa-47a4-4b12-97f8-d2080cbf7395?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3153 0.055202 10.0.0.65 - - [2025-10-23 02:06:11] "GET /domains HTTP/1.1" 401 292 0.000511 10.0.0.65 - - [2025-10-23 02:06:11] "GET /domains HTTP/1.1" 200 280 0.023687 10.0.0.65 - - [2025-10-23 02:06:11] "GET /domains?obj_uuids=2e283574-867c-482d-913f-5e0415a1ddc2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001203 10.0.0.65 - - [2025-10-23 02:06:11] "GET /domain/2e283574-867c-482d-913f-5e0415a1ddc2 HTTP/1.1" 200 2972 0.007282 10.0.0.65 - - [2025-10-23 02:06:11] "GET /projects?obj_uuids=8ebddf6e-cec5-4b59-a17c-7f197faccfd7&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000829 10.0.0.65 - - [2025-10-23 02:06:11] "GET /project/8ebddf6e-cec5-4b59-a17c-7f197faccfd7 HTTP/1.1" 200 2469 0.068627 10.0.0.65 - - [2025-10-23 02:06:12] "GET /virtual-network/1734cf56-3eb1-462c-b32f-279c0e0c75c4 HTTP/1.1" 200 3547 0.006938 10.0.0.65 - - [2025-10-23 02:06:12] "GET /virtual-network/1734cf56-3eb1-462c-b32f-279c0e0c75c4 HTTP/1.1" 200 3547 0.004690 10.0.0.65 - - [2025-10-23 02:06:12] "GET /routing-instance/d4ac9d57-84c2-4229-b366-5772c3a3c956 HTTP/1.1" 200 1496 0.003183 10.0.0.65 - - [2025-10-23 02:06:12] "GET /routing-instance/d4ac9d57-84c2-4229-b366-5772c3a3c956 HTTP/1.1" 200 1496 0.002858 10.0.0.65 - - [2025-10-23 02:06:12] "GET /route-target/304b6a06-3b48-4ec4-a6b0-15478138a824 HTTP/1.1" 200 1222 0.003851 10.0.0.65 - - [2025-10-23 02:06:12] "GET /virtual-network/1734cf56-3eb1-462c-b32f-279c0e0c75c4 HTTP/1.1" 200 3547 0.004122 10.0.0.65 - - [2025-10-23 02:06:12] "GET /routing-instance/d4ac9d57-84c2-4229-b366-5772c3a3c956 HTTP/1.1" 200 1496 0.003226 10.0.0.65 - - [2025-10-23 02:06:12] "GET /virtual-network/1734cf56-3eb1-462c-b32f-279c0e0c75c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2985 0.007614 10.0.0.65 - - [2025-10-23 02:06:12] "GET /virtual-network/1734cf56-3eb1-462c-b32f-279c0e0c75c4 HTTP/1.1" 200 3547 0.013504 10.0.0.65 - - [2025-10-23 02:06:12] "GET /routing-instance/d4ac9d57-84c2-4229-b366-5772c3a3c956 HTTP/1.1" 200 1496 0.012382 10.0.0.65 - - [2025-10-23 02:06:12] "GET /routing-instance/d4ac9d57-84c2-4229-b366-5772c3a3c956 HTTP/1.1" 200 1496 0.003511 10.0.0.65 - - [2025-10-23 02:06:12] "GET /route-target/304b6a06-3b48-4ec4-a6b0-15478138a824 HTTP/1.1" 200 1222 0.003123 10.0.0.65 - - [2025-10-23 02:06:12] "GET /domains HTTP/1.1" 200 280 0.002840 10.0.0.65 - - [2025-10-23 02:06:12] "GET /domains?obj_uuids=2e283574-867c-482d-913f-5e0415a1ddc2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001157 10.0.0.65 - - [2025-10-23 02:06:12] "GET /domain/2e283574-867c-482d-913f-5e0415a1ddc2 HTTP/1.1" 200 2972 0.007353 10.0.0.65 - - [2025-10-23 02:06:12] "GET /projects?obj_uuids=8ebddf6e-cec5-4b59-a17c-7f197faccfd7&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000978 10.0.0.65 - - [2025-10-23 02:06:12] "GET /project/8ebddf6e-cec5-4b59-a17c-7f197faccfd7 HTTP/1.1" 200 2469 0.071414 10.0.0.65 - - [2025-10-23 02:06:12] "GET /virtual-network/1734cf56-3eb1-462c-b32f-279c0e0c75c4 HTTP/1.1" 200 3547 0.004887 10.0.0.65 - - [2025-10-23 02:06:12] "GET /obj-perms HTTP/1.1" 200 5062 0.047079 10.0.0.65 - - [2025-10-23 02:06:12] "GET /domains HTTP/1.1" 200 280 0.002582 10.0.0.65 - - [2025-10-23 02:06:12] "GET /domains?obj_uuids=2e283574-867c-482d-913f-5e0415a1ddc2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001031 10.0.0.65 - - [2025-10-23 02:06:12] "GET /domain/2e283574-867c-482d-913f-5e0415a1ddc2 HTTP/1.1" 200 2972 0.006641 10.0.0.65 - - [2025-10-23 02:06:12] "GET /projects?obj_uuids=8ebddf6e-cec5-4b59-a17c-7f197faccfd7&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000987 10.0.0.65 - - [2025-10-23 02:06:12] "GET /project/8ebddf6e-cec5-4b59-a17c-7f197faccfd7 HTTP/1.1" 200 2469 0.063862 10.0.0.65 - - [2025-10-23 02:06:12] "GET /network-policy/43e4e7aa-47a4-4b12-97f8-d2080cbf7395 HTTP/1.1" 200 3479 0.004395 10.0.0.65 - - [2025-10-23 02:06:12] "DELETE /network-policy/43e4e7aa-47a4-4b12-97f8-d2080cbf7395 HTTP/1.1" 409 238 0.005959 10.0.0.65 - - [2025-10-23 02:06:12] "POST /neutron/network HTTP/1.1" 200 1124 0.006179 10.0.0.65 - - [2025-10-23 02:06:12] "DELETE /access-control-list/06402061-2008-4c57-9ecf-cef6fda5e793 HTTP/1.1" 200 115 0.026107 10.0.0.65 - - [2025-10-23 02:06:12] "POST /useragent-kv HTTP/1.1" 200 115 0.002350 10.0.0.65 - - [2025-10-23 02:06:12] "POST /useragent-kv HTTP/1.1" 200 115 0.003538 10.0.0.65 - - [2025-10-23 02:06:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004022 10.0.0.65 - - [2025-10-23 02:06:12] "POST /useragent-kv HTTP/1.1" 200 115 0.001552 10.0.0.65 - - [2025-10-23 02:06:12] "POST /useragent-kv HTTP/1.1" 200 115 0.001557 10.0.0.65 - - [2025-10-23 02:06:12] "POST /neutron/network HTTP/1.1" 200 151 0.086778 10.0.0.65 - - [2025-10-23 02:06:12] "GET /routing-instance/d4ac9d57-84c2-4229-b366-5772c3a3c956 HTTP/1.1" 404 171 0.002389 10.0.0.65 - - [2025-10-23 02:06:12] "GET /domains HTTP/1.1" 200 280 0.002139 10.0.0.65 - - [2025-10-23 02:06:12] "GET /domains?obj_uuids=2e283574-867c-482d-913f-5e0415a1ddc2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000968 10.0.0.65 - - [2025-10-23 02:06:12] "DELETE /route-target/304b6a06-3b48-4ec4-a6b0-15478138a824 HTTP/1.1" 200 115 0.013582 10.0.0.65 - - [2025-10-23 02:06:12] "GET /domain/2e283574-867c-482d-913f-5e0415a1ddc2 HTTP/1.1" 200 2972 0.049561 10.0.0.65 - - [2025-10-23 02:06:12] "GET /projects?obj_uuids=8ebddf6e-cec5-4b59-a17c-7f197faccfd7&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000983 10.0.0.65 - - [2025-10-23 02:06:12] "GET /project/8ebddf6e-cec5-4b59-a17c-7f197faccfd7 HTTP/1.1" 200 2215 0.065562 10.0.0.65 - - [2025-10-23 02:06:13] "DELETE /network-policy/43e4e7aa-47a4-4b12-97f8-d2080cbf7395 HTTP/1.1" 200 115 0.020260 10.0.0.65 - - [2025-10-23 02:06:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002130 10.0.0.65 - - [2025-10-23 02:06:13] "GET /projects?obj_uuids=8ebddf6e-cec5-4b59-a17c-7f197faccfd7&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001291 10.0.0.65 - - [2025-10-23 02:06:13] "GET /project/8ebddf6e-cec5-4b59-a17c-7f197faccfd7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.024550 10.0.0.65 - - [2025-10-23 02:06:13] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyNegativeIpv4v6-33004849&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.003779 10.0.0.65 - - [2025-10-23 02:06:13] "GET /projects?obj_uuids=8ebddf6e-cec5-4b59-a17c-7f197faccfd7&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000991 10.0.0.65 - - [2025-10-23 02:06:13] "GET /project/8ebddf6e-cec5-4b59-a17c-7f197faccfd7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.027580 10.0.0.65 - - [2025-10-23 02:06:13] "GET /projects?obj_uuids=8ebddf6e-cec5-4b59-a17c-7f197faccfd7&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000930 10.0.0.65 - - [2025-10-23 02:06:13] "GET /project/8ebddf6e-cec5-4b59-a17c-7f197faccfd7?fields=virtual_networks HTTP/1.1" 200 1075 0.066431 10.0.0.65 - - [2025-10-23 02:06:13] "GET /projects?obj_uuids=8ebddf6e-cec5-4b59-a17c-7f197faccfd7&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001384 10.0.0.65 - - [2025-10-23 02:06:13] "GET /project/8ebddf6e-cec5-4b59-a17c-7f197faccfd7?fields=virtual_machine_interfaces HTTP/1.1" 200 1075 0.025474 10.0.0.65 - - [2025-10-23 02:06:13] "GET /projects?obj_uuids=8ebddf6e-cec5-4b59-a17c-7f197faccfd7&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000946 10.0.0.65 - - [2025-10-23 02:06:13] "GET /project/8ebddf6e-cec5-4b59-a17c-7f197faccfd7?fields=security_groups HTTP/1.1" 200 1317 0.021624 10.0.0.65 - - [2025-10-23 02:06:14] "POST /fqname-to-id HTTP/1.1" 404 190 0.023148 10.0.0.65 - - [2025-10-23 02:06:14] "GET /projects?obj_uuids=55efefd4-6119-44ac-9085-c86fd2514f61&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002294 10.0.0.65 - - [2025-10-23 02:06:14] "GET /domains?obj_uuids=2e283574-867c-482d-913f-5e0415a1ddc2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001317 10.0.0.65 - - [2025-10-23 02:06:14] "GET /domain/2e283574-867c-482d-913f-5e0415a1ddc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007702 10.0.0.65 - - [2025-10-23 02:06:14] "POST /id-to-fqname HTTP/1.1" 200 192 0.001221 10.0.0.65 - - [2025-10-23 02:06:14] "POST /fqname-to-id HTTP/1.1" 404 201 0.001921 10.0.0.65 - - [2025-10-23 02:06:15] "POST /security-groups HTTP/1.1" 200 593 0.060211 10.0.0.65 - - [2025-10-23 02:06:15] "POST /fqname-to-id HTTP/1.1" 404 236 0.002431 10.0.0.65 - - [2025-10-23 02:06:15] "POST /projects HTTP/1.1" 200 589 0.205847 10.0.0.65 - - [2025-10-23 02:06:15] "POST /access-control-lists HTTP/1.1" 200 598 0.058543 10.0.0.65 - - [2025-10-23 02:06:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.272901 10.0.0.65 - - [2025-10-23 02:06:15] "POST /fqname-to-id HTTP/1.1" 404 235 0.002570 10.0.0.65 - - [2025-10-23 02:06:15] "GET /project/55efefd4-6119-44ac-9085-c86fd2514f61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.392640 10.0.0.65 - - [2025-10-23 02:06:15] "POST /access-control-lists HTTP/1.1" 200 596 0.055920 10.0.0.65 - - [2025-10-23 02:06:16] "GET / HTTP/1.1" 200 35931 0.002068 10.0.0.65 - - [2025-10-23 02:06:16] "POST /fqname-to-id HTTP/1.1" 401 292 0.000637 10.0.0.65 - - [2025-10-23 02:06:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.055811 10.0.0.65 - - [2025-10-23 02:06:17] "GET /projects?obj_uuids=55efefd4-6119-44ac-9085-c86fd2514f61&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001142 10.0.0.65 - - [2025-10-23 02:06:17] "GET /project/55efefd4-6119-44ac-9085-c86fd2514f61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.030225 10.0.0.65 - - [2025-10-23 02:06:17] "POST /neutron/network HTTP/1.1" 200 117 0.029158 10.0.0.65 - - [2025-10-23 02:06:17] "GET /projects?obj_uuids=55efefd4-6119-44ac-9085-c86fd2514f61&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001018 10.0.0.65 - - [2025-10-23 02:06:17] "POST /neutron/network HTTP/1.1" 200 607 0.063418 10.0.0.65 - - [2025-10-23 02:06:17] "POST /route-targets HTTP/1.1" 200 327 0.009856 10.0.0.65 - - [2025-10-23 02:06:17] "POST /ref-update HTTP/1.1" 200 156 0.009964 10.0.0.65 - - [2025-10-23 02:06:17] "POST /useragent-kv HTTP/1.1" 200 115 0.002178 10.0.0.65 - - [2025-10-23 02:06:17] "POST /neutron/subnet HTTP/1.1" 200 720 0.137375 10.0.0.65 - - [2025-10-23 02:06:17] "POST /neutron/network HTTP/1.1" 200 825 0.005946 10.0.0.65 - - [2025-10-23 02:06:17] "POST /id-to-fqname HTTP/1.1" 200 222 0.001202 10.0.0.65 - - [2025-10-23 02:06:17] "GET /virtual-network/e51ac25a-6052-4788-9365-01e0be395d9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006312 10.0.0.65 - - [2025-10-23 02:06:17] "POST /neutron/network HTTP/1.1" 200 825 0.005094 10.0.0.65 - - [2025-10-23 02:06:17] "GET /virtual-network/e51ac25a-6052-4788-9365-01e0be395d9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005655 10.0.0.65 - - [2025-10-23 02:06:17] "POST /neutron/network HTTP/1.1" 200 825 0.005245 10.0.0.65 - - [2025-10-23 02:06:17] "POST /neutron/subnet HTTP/1.1" 200 720 0.007436 10.0.0.65 - - [2025-10-23 02:06:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002183 10.0.0.65 - - [2025-10-23 02:06:17] "GET /projects?obj_uuids=55efefd4-6119-44ac-9085-c86fd2514f61&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001125 10.0.0.65 - - [2025-10-23 02:06:17] "GET /project/55efefd4-6119-44ac-9085-c86fd2514f61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.030027 10.0.0.65 - - [2025-10-23 02:06:17] "POST /neutron/network HTTP/1.1" 200 117 0.007434 10.0.0.65 - - [2025-10-23 02:06:18] "GET /projects?obj_uuids=55efefd4-6119-44ac-9085-c86fd2514f61&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001045 10.0.0.65 - - [2025-10-23 02:06:18] "POST /neutron/network HTTP/1.1" 200 607 0.063533 10.0.0.65 - - [2025-10-23 02:06:18] "POST /route-targets HTTP/1.1" 200 327 0.011637 10.0.0.65 - - [2025-10-23 02:06:18] "POST /ref-update HTTP/1.1" 200 156 0.017339 10.0.0.65 - - [2025-10-23 02:06:18] "POST /useragent-kv HTTP/1.1" 200 115 0.002181 10.0.0.65 - - [2025-10-23 02:06:18] "POST /neutron/subnet HTTP/1.1" 200 715 0.213663 10.0.0.65 - - [2025-10-23 02:06:18] "POST /neutron/network HTTP/1.1" 200 824 0.005663 10.0.0.65 - - [2025-10-23 02:06:18] "POST /id-to-fqname HTTP/1.1" 200 222 0.001255 10.0.0.65 - - [2025-10-23 02:06:18] "GET /virtual-network/e917d949-ae17-4019-9bbb-853733918e74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.004397 10.0.0.65 - - [2025-10-23 02:06:18] "POST /neutron/network HTTP/1.1" 200 824 0.005999 10.0.0.65 - - [2025-10-23 02:06:18] "GET /virtual-network/e917d949-ae17-4019-9bbb-853733918e74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.004906 10.0.0.65 - - [2025-10-23 02:06:18] "POST /neutron/network HTTP/1.1" 200 824 0.006175 10.0.0.65 - - [2025-10-23 02:06:18] "POST /neutron/subnet HTTP/1.1" 200 715 0.008135 10.0.0.65 - - [2025-10-23 02:06:18] "POST /fqname-to-id HTTP/1.1" 404 228 0.002610 10.0.0.65 - - [2025-10-23 02:06:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002609 10.0.0.65 - - [2025-10-23 02:06:18] "GET /projects?obj_uuids=55efefd4-6119-44ac-9085-c86fd2514f61&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001269 10.0.0.65 - - [2025-10-23 02:06:18] "GET /project/55efefd4-6119-44ac-9085-c86fd2514f61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.024640 10.0.0.65 - - [2025-10-23 02:06:18] "POST /network-policys HTTP/1.1" 200 571 0.015090 10.0.0.65 - - [2025-10-23 02:06:18] "GET /network-policy/0f2332b3-59c7-4c8e-9fea-124043294f3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.004236 10.0.0.65 - - [2025-10-23 02:06:18] "POST /neutron/network HTTP/1.1" 200 825 0.005401 10.0.0.65 - - [2025-10-23 02:06:18] "POST /fqname-to-id HTTP/1.1" 404 236 0.002489 10.0.0.65 - - [2025-10-23 02:06:18] "POST /neutron/network HTTP/1.1" 200 927 0.041571 10.0.0.65 - - [2025-10-23 02:06:18] "POST /neutron/network HTTP/1.1" 200 927 0.045791 10.0.0.65 - - [2025-10-23 02:06:18] "POST /access-control-lists HTTP/1.1" 200 590 0.074191 10.0.0.65 - - [2025-10-23 02:06:18] "GET /virtual-network/e51ac25a-6052-4788-9365-01e0be395d9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.007643 10.0.0.65 - - [2025-10-23 02:06:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003027 10.0.0.65 - - [2025-10-23 02:06:18] "GET /network-policy/0f2332b3-59c7-4c8e-9fea-124043294f3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.004737 10.0.0.65 - - [2025-10-23 02:06:18] "POST /neutron/network HTTP/1.1" 200 824 0.006406 10.0.0.65 - - [2025-10-23 02:06:19] "POST /fqname-to-id HTTP/1.1" 404 236 0.004277 10.0.0.65 - - [2025-10-23 02:06:19] "POST /neutron/network HTTP/1.1" 200 926 0.041862 10.0.0.65 - - [2025-10-23 02:06:19] "POST /neutron/network HTTP/1.1" 200 926 0.047117 10.0.0.65 - - [2025-10-23 02:06:19] "POST /access-control-lists HTTP/1.1" 200 590 0.069348 10.0.0.65 - - [2025-10-23 02:06:19] "GET /virtual-network/e917d949-ae17-4019-9bbb-853733918e74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.010182 10.0.0.65 - - [2025-10-23 02:06:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002365 10.0.0.65 - - [2025-10-23 02:06:19] "POST /ref-update HTTP/1.1" 200 156 0.009179 10.0.0.65 - - [2025-10-23 02:06:19] "GET /network-policy/0f2332b3-59c7-4c8e-9fea-124043294f3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.003921 10.0.0.65 - - [2025-10-23 02:06:19] "GET /domains HTTP/1.1" 401 292 0.000391 10.0.0.65 - - [2025-10-23 02:06:19] "PUT /access-control-list/43b219d8-c3ff-4a50-a1fb-5e78cdaff951 HTTP/1.1" 200 272 0.058645 10.0.0.65 - - [2025-10-23 02:06:19] "GET /domains HTTP/1.1" 200 280 0.023565 10.0.0.65 - - [2025-10-23 02:06:19] "GET /domains?obj_uuids=2e283574-867c-482d-913f-5e0415a1ddc2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001229 10.0.0.65 - - [2025-10-23 02:06:19] "GET /domain/2e283574-867c-482d-913f-5e0415a1ddc2 HTTP/1.1" 200 3160 0.008141 10.0.0.65 - - [2025-10-23 02:06:19] "GET /projects?obj_uuids=55efefd4-6119-44ac-9085-c86fd2514f61&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000938 10.0.0.65 - - [2025-10-23 02:06:19] "GET /project/55efefd4-6119-44ac-9085-c86fd2514f61 HTTP/1.1" 200 2581 0.070742 10.0.0.65 - - [2025-10-23 02:06:19] "GET /virtual-network/e51ac25a-6052-4788-9365-01e0be395d9d HTTP/1.1" 200 2890 0.005702 10.0.0.65 - - [2025-10-23 02:06:19] "GET /virtual-network/e51ac25a-6052-4788-9365-01e0be395d9d HTTP/1.1" 200 2890 0.005665 10.0.0.65 - - [2025-10-23 02:06:19] "GET /routing-instance/1b232514-8f68-45be-8f5e-b63a2d460011 HTTP/1.1" 200 1783 0.003284 10.0.0.65 - - [2025-10-23 02:06:19] "GET /routing-instance/1b232514-8f68-45be-8f5e-b63a2d460011 HTTP/1.1" 200 1783 0.003064 10.0.0.65 - - [2025-10-23 02:06:19] "GET /route-target/34c930e8-b8db-44ad-8c28-3a7a7797956c HTTP/1.1" 200 1206 0.002718 10.0.0.65 - - [2025-10-23 02:06:19] "GET /virtual-network/e51ac25a-6052-4788-9365-01e0be395d9d HTTP/1.1" 200 2890 0.004292 10.0.0.65 - - [2025-10-23 02:06:19] "GET /routing-instance/1b232514-8f68-45be-8f5e-b63a2d460011 HTTP/1.1" 200 1783 0.003318 10.0.0.65 - - [2025-10-23 02:06:19] "GET /virtual-network/e51ac25a-6052-4788-9365-01e0be395d9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.004478 10.0.0.65 - - [2025-10-23 02:06:19] "GET /virtual-network/e51ac25a-6052-4788-9365-01e0be395d9d HTTP/1.1" 200 2890 0.009000 10.0.0.65 - - [2025-10-23 02:06:19] "GET /routing-instance/1b232514-8f68-45be-8f5e-b63a2d460011 HTTP/1.1" 200 1783 0.003319 10.0.0.65 - - [2025-10-23 02:06:19] "GET /routing-instance/1b232514-8f68-45be-8f5e-b63a2d460011 HTTP/1.1" 200 1783 0.003299 10.0.0.65 - - [2025-10-23 02:06:19] "GET /route-target/34c930e8-b8db-44ad-8c28-3a7a7797956c HTTP/1.1" 200 1206 0.002847 10.0.0.65 - - [2025-10-23 02:06:19] "GET /domains HTTP/1.1" 200 280 0.002689 10.0.0.65 - - [2025-10-23 02:06:19] "GET /domains?obj_uuids=2e283574-867c-482d-913f-5e0415a1ddc2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000925 10.0.0.65 - - [2025-10-23 02:06:19] "GET /domain/2e283574-867c-482d-913f-5e0415a1ddc2 HTTP/1.1" 200 3160 0.006415 10.0.0.65 - - [2025-10-23 02:06:19] "GET /projects?obj_uuids=55efefd4-6119-44ac-9085-c86fd2514f61&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000868 10.0.0.65 - - [2025-10-23 02:06:19] "GET /project/55efefd4-6119-44ac-9085-c86fd2514f61 HTTP/1.1" 200 2581 0.070143 10.0.0.65 - - [2025-10-23 02:06:19] "GET /virtual-network/e51ac25a-6052-4788-9365-01e0be395d9d HTTP/1.1" 200 2890 0.004447 10.0.0.65 - - [2025-10-23 02:06:20] "GET /obj-perms HTTP/1.1" 200 5034 0.049321 10.0.0.65 - - [2025-10-23 02:06:20] "GET /domains HTTP/1.1" 200 280 0.002553 10.0.0.65 - - [2025-10-23 02:06:20] "GET /domains?obj_uuids=2e283574-867c-482d-913f-5e0415a1ddc2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000951 10.0.0.65 - - [2025-10-23 02:06:20] "GET /domain/2e283574-867c-482d-913f-5e0415a1ddc2 HTTP/1.1" 200 3160 0.007589 10.0.0.65 - - [2025-10-23 02:06:20] "GET /projects?obj_uuids=55efefd4-6119-44ac-9085-c86fd2514f61&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000937 10.0.0.65 - - [2025-10-23 02:06:20] "GET /project/55efefd4-6119-44ac-9085-c86fd2514f61 HTTP/1.1" 200 2581 0.066859 10.0.0.65 - - [2025-10-23 02:06:20] "GET /virtual-network/e917d949-ae17-4019-9bbb-853733918e74 HTTP/1.1" 200 2887 0.006780 10.0.0.65 - - [2025-10-23 02:06:20] "GET /virtual-network/e917d949-ae17-4019-9bbb-853733918e74 HTTP/1.1" 200 2887 0.004341 10.0.0.65 - - [2025-10-23 02:06:20] "GET /routing-instance/1c2a2ea6-3819-4305-aac2-944068c09af6 HTTP/1.1" 200 1783 0.003380 10.0.0.65 - - [2025-10-23 02:06:20] "GET /routing-instance/1c2a2ea6-3819-4305-aac2-944068c09af6 HTTP/1.1" 200 1783 0.002948 10.0.0.65 - - [2025-10-23 02:06:20] "GET /route-target/314411b6-95fe-4585-9f4f-41a262537539 HTTP/1.1" 200 1206 0.003126 10.0.0.65 - - [2025-10-23 02:06:20] "GET /virtual-network/e917d949-ae17-4019-9bbb-853733918e74 HTTP/1.1" 200 2887 0.004190 10.0.0.65 - - [2025-10-23 02:06:20] "GET /routing-instance/1c2a2ea6-3819-4305-aac2-944068c09af6 HTTP/1.1" 200 1783 0.003491 10.0.0.65 - - [2025-10-23 02:06:20] "GET /virtual-network/e917d949-ae17-4019-9bbb-853733918e74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.004765 10.0.0.65 - - [2025-10-23 02:06:20] "GET /virtual-network/e917d949-ae17-4019-9bbb-853733918e74 HTTP/1.1" 200 2887 0.004708 10.0.0.65 - - [2025-10-23 02:06:20] "GET /routing-instance/1c2a2ea6-3819-4305-aac2-944068c09af6 HTTP/1.1" 200 1783 0.003408 10.0.0.65 - - [2025-10-23 02:06:20] "GET /routing-instance/1c2a2ea6-3819-4305-aac2-944068c09af6 HTTP/1.1" 200 1783 0.003238 10.0.0.65 - - [2025-10-23 02:06:20] "GET /route-target/314411b6-95fe-4585-9f4f-41a262537539 HTTP/1.1" 200 1206 0.002810 10.0.0.65 - - [2025-10-23 02:06:20] "GET /domains HTTP/1.1" 200 280 0.002832 10.0.0.65 - - [2025-10-23 02:06:20] "GET /domains?obj_uuids=2e283574-867c-482d-913f-5e0415a1ddc2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001029 10.0.0.65 - - [2025-10-23 02:06:20] "GET /domain/2e283574-867c-482d-913f-5e0415a1ddc2 HTTP/1.1" 200 3160 0.007159 10.0.0.65 - - [2025-10-23 02:06:20] "GET /projects?obj_uuids=55efefd4-6119-44ac-9085-c86fd2514f61&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000971 10.0.0.65 - - [2025-10-23 02:06:20] "GET /project/55efefd4-6119-44ac-9085-c86fd2514f61 HTTP/1.1" 200 2581 0.067415 10.0.0.65 - - [2025-10-23 02:06:20] "GET /virtual-network/e917d949-ae17-4019-9bbb-853733918e74 HTTP/1.1" 200 2887 0.004721 10.0.0.65 - - [2025-10-23 02:06:20] "GET /obj-perms HTTP/1.1" 200 5034 0.002862 10.0.0.65 - - [2025-10-23 02:06:20] "POST /id-to-fqname HTTP/1.1" 200 222 0.001221 10.0.0.65 - - [2025-10-23 02:06:20] "POST /neutron/network HTTP/1.1" 200 937 0.005551 10.0.0.65 - - [2025-10-23 02:06:20] "GET /aaa-mode HTTP/1.1" 401 292 0.000399 10.0.0.65 - - [2025-10-23 02:06:21] "GET / HTTP/1.1" 200 35931 0.002181 10.0.0.65 - - [2025-10-23 02:06:21] "GET /project/55efefd4-6119-44ac-9085-c86fd2514f61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000399 10.0.0.65 - - [2025-10-23 02:06:21] "GET /projects?obj_uuids=55efefd4-6119-44ac-9085-c86fd2514f61&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001519 10.0.0.65 - - [2025-10-23 02:06:21] "GET /project/55efefd4-6119-44ac-9085-c86fd2514f61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.052166 10.0.0.65 - - [2025-10-23 02:06:21] "POST /neutron/network HTTP/1.1" 200 927 0.005220 10.0.0.65 - - [2025-10-23 02:06:21] "POST /neutron/port HTTP/1.1" 200 117 0.006802 10.0.0.65 - - [2025-10-23 02:06:21] "POST /neutron/port HTTP/1.1" 200 117 0.005246 10.0.0.65 - - [2025-10-23 02:06:21] "POST /id-to-fqname HTTP/1.1" 200 222 0.001310 10.0.0.65 - - [2025-10-23 02:06:21] "POST /neutron/port HTTP/1.1" 200 117 0.004785 10.0.0.65 - - [2025-10-23 02:06:21] "POST /neutron/network HTTP/1.1" 200 936 0.005286 10.0.0.65 - - [2025-10-23 02:06:21] "GET /aaa-mode HTTP/1.1" 401 292 0.000435 10.0.0.65 - - [2025-10-23 02:06:22] "POST /neutron/network HTTP/1.1" 200 937 0.005389 10.0.0.65 - - [2025-10-23 02:06:22] "GET /projects?obj_uuids=55efefd4-6119-44ac-9085-c86fd2514f61&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000995 10.0.0.65 - - [2025-10-23 02:06:22] "GET / HTTP/1.1" 200 35931 0.001619 10.0.0.65 - - [2025-10-23 02:06:22] "GET /project/55efefd4-6119-44ac-9085-c86fd2514f61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000379 10.0.0.65 - - [2025-10-23 02:06:22] "POST /neutron/port HTTP/1.1" 200 1061 0.200431 10.0.0.65 - - [2025-10-23 02:06:22] "POST /neutron/port HTTP/1.1" 200 1061 0.009760 10.0.0.65 - - [2025-10-23 02:06:22] "POST /neutron/port HTTP/1.1" 200 1061 0.007791 10.0.0.65 - - [2025-10-23 02:06:22] "POST /neutron/port HTTP/1.1" 200 1115 0.053627 10.0.0.65 - - [2025-10-23 02:06:22] "POST /neutron/port HTTP/1.1" 200 1089 0.010055 10.0.0.65 - - [2025-10-23 02:06:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003618 10.0.0.65 - - [2025-10-23 02:06:22] "POST /neutron/subnet HTTP/1.1" 200 694 0.007430 10.0.0.65 - - [2025-10-23 02:06:22] "POST /neutron/port HTTP/1.1" 200 117 0.001137 10.0.0.65 - - [2025-10-23 02:06:22] "POST /neutron/network HTTP/1.1" 200 927 0.005449 10.0.0.65 - - [2025-10-23 02:06:22] "GET /projects?obj_uuids=55efefd4-6119-44ac-9085-c86fd2514f61&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001305 10.0.0.65 - - [2025-10-23 02:06:22] "GET /project/55efefd4-6119-44ac-9085-c86fd2514f61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.053189 10.0.0.65 - - [2025-10-23 02:06:22] "POST /neutron/network HTTP/1.1" 200 926 0.007187 10.0.0.65 - - [2025-10-23 02:06:22] "POST /neutron/port HTTP/1.1" 200 1089 0.014790 10.0.0.65 - - [2025-10-23 02:06:22] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006814 10.0.0.65 - - [2025-10-23 02:06:22] "POST /neutron/port HTTP/1.1" 200 117 0.005704 10.0.0.65 - - [2025-10-23 02:06:22] "POST /neutron/port HTTP/1.1" 200 1089 0.010778 10.0.0.65 - - [2025-10-23 02:06:23] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005742 10.0.0.65 - - [2025-10-23 02:06:23] "POST /neutron/network HTTP/1.1" 200 936 0.005837 10.0.0.65 - - [2025-10-23 02:06:23] "GET /projects?obj_uuids=55efefd4-6119-44ac-9085-c86fd2514f61&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001736 10.0.0.65 - - [2025-10-23 02:06:23] "PUT /access-control-list/11597ee3-3d05-44b3-b29b-c60931871db5 HTTP/1.1" 200 272 0.060203 10.0.0.65 - - [2025-10-23 02:06:23] "POST /neutron/port HTTP/1.1" 200 1060 0.274734 10.0.0.65 - - [2025-10-23 02:06:23] "POST /neutron/port HTTP/1.1" 200 1060 0.013145 10.0.0.65 - - [2025-10-23 02:06:23] "POST /neutron/port HTTP/1.1" 200 1060 0.011177 10.0.0.65 - - [2025-10-23 02:06:23] "POST /neutron/port HTTP/1.1" 200 1114 0.081232 10.0.0.65 - - [2025-10-23 02:06:23] "POST /neutron/port HTTP/1.1" 200 1088 0.011052 10.0.0.65 - - [2025-10-23 02:06:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003039 10.0.0.65 - - [2025-10-23 02:06:23] "POST /neutron/subnet HTTP/1.1" 200 689 0.006650 10.0.0.65 - - [2025-10-23 02:06:23] "POST /neutron/port HTTP/1.1" 200 117 0.001083 10.0.0.65 - - [2025-10-23 02:06:23] "POST /neutron/network HTTP/1.1" 200 926 0.005146 10.0.0.65 - - [2025-10-23 02:06:28] "POST /neutron/port HTTP/1.1" 200 1089 0.010832 10.0.0.65 - - [2025-10-23 02:06:28] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006119 10.0.0.65 - - [2025-10-23 02:06:28] "POST /neutron/port HTTP/1.1" 200 1089 0.011608 10.0.0.65 - - [2025-10-23 02:06:28] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006717 10.0.0.65 - - [2025-10-23 02:06:28] "POST /neutron/port HTTP/1.1" 200 1089 0.010685 10.0.0.65 - - [2025-10-23 02:06:28] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005642 10.0.0.65 - - [2025-10-23 02:06:28] "GET /virtual-machine/9f49454c-0c37-4ae9-8a26-7d4338d887d5 HTTP/1.1" 200 1294 0.004424 10.0.0.65 - - [2025-10-23 02:06:28] "GET /virtual-machine-interface/17eb1afc-3fb8-470a-b9de-d9d1d229d51b HTTP/1.1" 200 2951 0.004540 10.0.0.65 - - [2025-10-23 02:06:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002811 10.0.0.65 - - [2025-10-23 02:06:28] "GET /global-vrouter-config/95eadd9a-0ced-4891-a5dd-85fa8734b586?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003756 10.0.0.65 - - [2025-10-23 02:06:28] "GET /virtual-networks?parent_id=55efefd4-6119-44ac-9085-c86fd2514f61&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002806 10.0.0.65 - - [2025-10-23 02:06:28] "GET /virtual-network/e51ac25a-6052-4788-9365-01e0be395d9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.005130 10.0.0.65 - - [2025-10-23 02:06:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002962 10.0.0.65 - - [2025-10-23 02:06:31] "GET /virtual-network/e51ac25a-6052-4788-9365-01e0be395d9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.006355 10.0.0.65 - - [2025-10-23 02:06:31] "POST /neutron/port HTTP/1.1" 200 1089 0.010722 10.0.0.65 - - [2025-10-23 02:06:31] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006460 10.0.0.65 - - [2025-10-23 02:06:33] "POST /neutron/port HTTP/1.1" 200 1088 0.010574 10.0.0.65 - - [2025-10-23 02:06:33] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005151 10.0.0.65 - - [2025-10-23 02:06:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002656 10.0.0.65 - - [2025-10-23 02:06:33] "GET /global-vrouter-config/95eadd9a-0ced-4891-a5dd-85fa8734b586?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003029 10.0.0.65 - - [2025-10-23 02:06:33] "GET /virtual-networks?parent_id=55efefd4-6119-44ac-9085-c86fd2514f61&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002929 10.0.0.65 - - [2025-10-23 02:06:33] "GET /virtual-network/e51ac25a-6052-4788-9365-01e0be395d9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.006021 10.0.0.65 - - [2025-10-23 02:06:33] "POST /neutron/port HTTP/1.1" 200 1089 0.009641 10.0.0.65 - - [2025-10-23 02:06:33] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005223 10.0.0.65 - - [2025-10-23 02:06:39] "POST /neutron/port HTTP/1.1" 200 1088 0.009943 10.0.0.65 - - [2025-10-23 02:06:39] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005641 10.0.0.65 - - [2025-10-23 02:06:39] "POST /neutron/port HTTP/1.1" 200 1088 0.010350 10.0.0.65 - - [2025-10-23 02:06:39] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005385 10.0.0.65 - - [2025-10-23 02:06:39] "POST /neutron/port HTTP/1.1" 200 1088 0.009658 10.0.0.65 - - [2025-10-23 02:06:39] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005331 10.0.0.65 - - [2025-10-23 02:06:39] "GET /virtual-machine/7cfb3306-6e71-456e-a2e1-ca7fb2b29ea0 HTTP/1.1" 200 1294 0.004073 10.0.0.65 - - [2025-10-23 02:06:39] "GET /virtual-machine-interface/3a8cc5e1-bcee-4327-b99a-4dd249f5774c HTTP/1.1" 200 2951 0.005193 10.0.0.65 - - [2025-10-23 02:06:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003087 10.0.0.65 - - [2025-10-23 02:06:39] "GET /global-vrouter-config/95eadd9a-0ced-4891-a5dd-85fa8734b586?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003294 10.0.0.65 - - [2025-10-23 02:06:39] "GET /virtual-networks?parent_id=55efefd4-6119-44ac-9085-c86fd2514f61&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003010 10.0.0.65 - - [2025-10-23 02:06:39] "GET /virtual-network/e917d949-ae17-4019-9bbb-853733918e74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.005566 10.0.0.65 - - [2025-10-23 02:06:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002855 10.0.0.65 - - [2025-10-23 02:06:40] "GET /global-vrouter-config/95eadd9a-0ced-4891-a5dd-85fa8734b586?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003346 10.0.0.65 - - [2025-10-23 02:06:40] "GET /virtual-networks?parent_id=55efefd4-6119-44ac-9085-c86fd2514f61&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002924 10.0.0.65 - - [2025-10-23 02:06:40] "GET /virtual-network/e917d949-ae17-4019-9bbb-853733918e74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.005269 10.0.0.65 - - [2025-10-23 02:06:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003217 10.0.0.65 - - [2025-10-23 02:06:44] "GET /projects?obj_uuids=55efefd4-6119-44ac-9085-c86fd2514f61&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001053 10.0.0.65 - - [2025-10-23 02:06:44] "GET /project/55efefd4-6119-44ac-9085-c86fd2514f61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.027562 10.0.0.65 - - [2025-10-23 02:06:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002733 10.0.0.65 - - [2025-10-23 02:06:45] "PUT /network-policy/0f2332b3-59c7-4c8e-9fea-124043294f3b HTTP/1.1" 200 262 0.009333 10.0.0.65 - - [2025-10-23 02:06:45] "PUT /access-control-list/11597ee3-3d05-44b3-b29b-c60931871db5 HTTP/1.1" 200 272 0.052622 10.0.0.65 - - [2025-10-23 02:06:45] "POST /ref-update HTTP/1.1" 200 156 0.010784 10.0.0.65 - - [2025-10-23 02:06:45] "PUT /access-control-list/43b219d8-c3ff-4a50-a1fb-5e78cdaff951 HTTP/1.1" 200 272 0.049755 10.0.0.65 - - [2025-10-23 02:06:45] "POST /ref-update HTTP/1.1" 200 156 0.009854 10.0.0.65 - - [2025-10-23 02:06:48] "GET /virtual-network/e917d949-ae17-4019-9bbb-853733918e74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.006296 10.0.0.65 - - [2025-10-23 02:06:48] "POST /neutron/network HTTP/1.1" 200 926 0.005647 10.0.0.65 - - [2025-10-23 02:06:48] "POST /neutron/network HTTP/1.1" 200 824 0.038207 10.0.0.65 - - [2025-10-23 02:06:48] "DELETE /access-control-list/11597ee3-3d05-44b3-b29b-c60931871db5 HTTP/1.1" 200 115 0.032173 10.0.0.65 - - [2025-10-23 02:06:48] "POST /neutron/network HTTP/1.1" 200 824 0.008686 10.0.0.65 - - [2025-10-23 02:06:48] "GET /virtual-network/e917d949-ae17-4019-9bbb-853733918e74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.004959 10.0.0.65 - - [2025-10-23 02:06:48] "GET /virtual-network/e51ac25a-6052-4788-9365-01e0be395d9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.005563 10.0.0.65 - - [2025-10-23 02:06:48] "POST /neutron/network HTTP/1.1" 200 927 0.005551 10.0.0.65 - - [2025-10-23 02:06:48] "POST /neutron/network HTTP/1.1" 200 825 0.057467 10.0.0.65 - - [2025-10-23 02:06:48] "DELETE /access-control-list/43b219d8-c3ff-4a50-a1fb-5e78cdaff951 HTTP/1.1" 200 115 0.025313 10.0.0.65 - - [2025-10-23 02:06:48] "POST /neutron/network HTTP/1.1" 200 825 0.018697 10.0.0.65 - - [2025-10-23 02:06:48] "GET /virtual-network/e51ac25a-6052-4788-9365-01e0be395d9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.010802 10.0.0.65 - - [2025-10-23 02:06:48] "DELETE /network-policy/0f2332b3-59c7-4c8e-9fea-124043294f3b HTTP/1.1" 200 115 0.025190 10.0.0.65 - - [2025-10-23 02:06:48] "POST /neutron/network HTTP/1.1" 200 824 0.010257 10.0.0.65 - - [2025-10-23 02:06:48] "POST /neutron/network HTTP/1.1" 400 204 0.012815 10.0.0.65 - - [2025-10-23 02:06:48] "POST /neutron/port HTTP/1.1" 200 1088 0.010243 10.0.0.65 - - [2025-10-23 02:06:48] "POST /neutron/port HTTP/1.1" 200 1114 0.010715 10.0.0.65 - - [2025-10-23 02:06:48] "POST /neutron/port HTTP/1.1" 200 1089 0.010278 10.0.0.65 - - [2025-10-23 02:06:49] "POST /neutron/port HTTP/1.1" 200 1115 0.010188 10.0.0.65 - - [2025-10-23 02:06:49] "POST /neutron/port HTTP/1.1" 200 151 0.129506 10.0.0.65 - - [2025-10-23 02:06:49] "POST /neutron/port HTTP/1.1" 200 151 0.170312 10.0.0.65 - - [2025-10-23 02:06:50] "POST /neutron/network HTTP/1.1" 200 824 0.005417 10.0.0.65 - - [2025-10-23 02:06:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003797 10.0.0.65 - - [2025-10-23 02:06:50] "POST /useragent-kv HTTP/1.1" 200 115 0.001885 10.0.0.65 - - [2025-10-23 02:06:50] "POST /useragent-kv HTTP/1.1" 200 115 0.002591 10.0.0.65 - - [2025-10-23 02:06:50] "POST /neutron/network HTTP/1.1" 200 151 0.069879 10.0.0.65 - - [2025-10-23 02:06:50] "DELETE /route-target/314411b6-95fe-4585-9f4f-41a262537539 HTTP/1.1" 200 115 0.015218 10.0.0.65 - - [2025-10-23 02:06:50] "GET /routing-instance/1c2a2ea6-3819-4305-aac2-944068c09af6 HTTP/1.1" 404 171 0.002169 10.0.0.65 - - [2025-10-23 02:06:50] "GET /domains HTTP/1.1" 200 280 0.002545 10.0.0.65 - - [2025-10-23 02:06:50] "GET /domains?obj_uuids=2e283574-867c-482d-913f-5e0415a1ddc2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000909 10.0.0.65 - - [2025-10-23 02:06:50] "GET /domain/2e283574-867c-482d-913f-5e0415a1ddc2 HTTP/1.1" 200 3160 0.048099 10.0.0.65 - - [2025-10-23 02:06:50] "GET /projects?obj_uuids=55efefd4-6119-44ac-9085-c86fd2514f61&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001012 10.0.0.65 - - [2025-10-23 02:06:51] "GET /project/55efefd4-6119-44ac-9085-c86fd2514f61 HTTP/1.1" 200 2113 0.069588 10.0.0.65 - - [2025-10-23 02:06:51] "POST /neutron/network HTTP/1.1" 200 825 0.005899 10.0.0.65 - - [2025-10-23 02:06:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004109 10.0.0.65 - - [2025-10-23 02:06:51] "POST /useragent-kv HTTP/1.1" 200 115 0.003555 10.0.0.65 - - [2025-10-23 02:06:51] "POST /useragent-kv HTTP/1.1" 200 115 0.002024 10.0.0.65 - - [2025-10-23 02:06:51] "POST /neutron/network HTTP/1.1" 200 151 0.078884 10.0.0.65 - - [2025-10-23 02:06:51] "DELETE /route-target/34c930e8-b8db-44ad-8c28-3a7a7797956c HTTP/1.1" 200 115 0.015845 10.0.0.65 - - [2025-10-23 02:06:51] "GET /routing-instance/1b232514-8f68-45be-8f5e-b63a2d460011 HTTP/1.1" 404 171 0.002958 10.0.0.65 - - [2025-10-23 02:06:51] "GET /domains HTTP/1.1" 200 280 0.002693 10.0.0.65 - - [2025-10-23 02:06:51] "GET /domains?obj_uuids=2e283574-867c-482d-913f-5e0415a1ddc2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000999 10.0.0.65 - - [2025-10-23 02:06:51] "GET /domain/2e283574-867c-482d-913f-5e0415a1ddc2 HTTP/1.1" 200 3160 0.050627 10.0.0.65 - - [2025-10-23 02:06:51] "GET /projects?obj_uuids=55efefd4-6119-44ac-9085-c86fd2514f61&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001646 10.0.0.65 - - [2025-10-23 02:06:51] "GET /project/55efefd4-6119-44ac-9085-c86fd2514f61 HTTP/1.1" 200 1874 0.065657 10.0.0.65 - - [2025-10-23 02:06:51] "GET /projects?obj_uuids=55efefd4-6119-44ac-9085-c86fd2514f61&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001012 10.0.0.65 - - [2025-10-23 02:06:51] "GET /project/55efefd4-6119-44ac-9085-c86fd2514f61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.024377 10.0.0.65 - - [2025-10-23 02:06:51] "GET /projects?obj_uuids=55efefd4-6119-44ac-9085-c86fd2514f61&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001019 10.0.0.65 - - [2025-10-23 02:06:51] "GET /project/55efefd4-6119-44ac-9085-c86fd2514f61?fields=virtual_networks HTTP/1.1" 200 1046 0.068617 10.0.0.65 - - [2025-10-23 02:06:51] "GET /projects?obj_uuids=55efefd4-6119-44ac-9085-c86fd2514f61&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001711 10.0.0.65 - - [2025-10-23 02:06:51] "GET /project/55efefd4-6119-44ac-9085-c86fd2514f61?fields=virtual_machine_interfaces HTTP/1.1" 200 1046 0.027738 10.0.0.65 - - [2025-10-23 02:06:51] "GET /projects?obj_uuids=55efefd4-6119-44ac-9085-c86fd2514f61&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001037 10.0.0.65 - - [2025-10-23 02:06:51] "GET /project/55efefd4-6119-44ac-9085-c86fd2514f61?fields=security_groups HTTP/1.1" 200 1274 0.025504 10.0.0.65 - - [2025-10-23 02:06:52] "POST /fqname-to-id HTTP/1.1" 404 181 0.023836 10.0.0.65 - - [2025-10-23 02:06:52] "GET /projects?obj_uuids=a16e0768-a7a4-455c-aed8-fd38f41aaf3b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003460 10.0.0.65 - - [2025-10-23 02:06:52] "GET /domains?obj_uuids=2e283574-867c-482d-913f-5e0415a1ddc2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000981 10.0.0.65 - - [2025-10-23 02:06:52] "GET /domain/2e283574-867c-482d-913f-5e0415a1ddc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006464 10.0.0.65 - - [2025-10-23 02:06:52] "POST /id-to-fqname HTTP/1.1" 200 183 0.001277 10.0.0.65 - - [2025-10-23 02:06:52] "POST /fqname-to-id HTTP/1.1" 404 192 0.002949 10.0.0.65 - - [2025-10-23 02:06:52] "POST /security-groups HTTP/1.1" 200 584 0.059986 10.0.0.65 - - [2025-10-23 02:06:52] "POST /fqname-to-id HTTP/1.1" 404 227 0.003009 10.0.0.65 - - [2025-10-23 02:06:53] "POST /projects HTTP/1.1" 200 571 0.201069 10.0.0.65 - - [2025-10-23 02:06:53] "POST /access-control-lists HTTP/1.1" 200 589 0.056734 10.0.0.65 - - [2025-10-23 02:06:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.266993 10.0.0.65 - - [2025-10-23 02:06:53] "POST /fqname-to-id HTTP/1.1" 404 226 0.002750 10.0.0.65 - - [2025-10-23 02:06:53] "GET /project/a16e0768-a7a4-455c-aed8-fd38f41aaf3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.382889 10.0.0.65 - - [2025-10-23 02:06:53] "POST /access-control-lists HTTP/1.1" 200 587 0.060637 10.0.0.65 - - [2025-10-23 02:06:54] "GET / HTTP/1.1" 200 35931 0.001909 10.0.0.65 - - [2025-10-23 02:06:54] "DELETE /project/55efefd4611944ac9085c86fd2514f61 HTTP/1.1" 404 173 0.023371 10.0.0.65 - - [2025-10-23 02:06:54] "DELETE /project/a16e0768a7a4455caed8fd38f41aaf3b HTTP/1.1" 404 173 0.019609 10.0.0.65 - - [2025-10-23 02:06:54] "DELETE /project/8ebddf6ecec54b59a17c7f197faccfd7 HTTP/1.1" 404 173 0.014482 10.0.0.65 - - [2025-10-23 02:06:54] "DELETE /project/d6268c07864441f2a74f8ee6137088dc HTTP/1.1" 404 173 0.013204 10.0.0.65 - - [2025-10-23 02:06:54] "GET /projects?obj_uuids=8ebddf6e-cec5-4b59-a17c-7f197faccfd7&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000881 10.0.0.65 - - [2025-10-23 02:06:54] "GET /projects?obj_uuids=d6268c07-8644-41f2-a74f-8ee6137088dc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000833 10.0.0.65 - - [2025-10-23 02:06:54] "GET /projects?obj_uuids=55efefd4-6119-44ac-9085-c86fd2514f61&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000805 10.0.0.65 - - [2025-10-23 02:06:54] "GET /projects?obj_uuids=f8fbc240-7794-4ec4-a2d1-2975c67e2e51&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000819 10.0.0.65 - - [2025-10-23 02:06:54] "GET /project/f8fbc240-7794-4ec4-a2d1-2975c67e2e51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1491 0.048797 10.0.0.65 - - [2025-10-23 02:06:54] "GET /project/d6268c07-8644-41f2-a74f-8ee6137088dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1511 0.051257 10.0.0.65 - - [2025-10-23 02:06:54] "GET /project/55efefd4-6119-44ac-9085-c86fd2514f61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1486 0.059815 10.0.0.65 - - [2025-10-23 02:06:54] "GET /project/8ebddf6e-cec5-4b59-a17c-7f197faccfd7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1543 0.061351 10.0.0.65 - - [2025-10-23 02:06:54] "GET /projects?obj_uuids=8ebddf6e-cec5-4b59-a17c-7f197faccfd7&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000883 10.0.0.65 - - [2025-10-23 02:06:54] "GET /projects?obj_uuids=55efefd4-6119-44ac-9085-c86fd2514f61&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000843 10.0.0.65 - - [2025-10-23 02:06:54] "GET /projects?obj_uuids=d6268c07-8644-41f2-a74f-8ee6137088dc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000787 10.0.0.65 - - [2025-10-23 02:06:54] "GET /projects?obj_uuids=f8fbc240-7794-4ec4-a2d1-2975c67e2e51&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000864 10.0.0.65 - - [2025-10-23 02:06:54] "GET /project/f8fbc240-7794-4ec4-a2d1-2975c67e2e51?fields=security_groups HTTP/1.1" 200 1383 0.054145 10.0.0.65 - - [2025-10-23 02:06:54] "GET /project/55efefd4-6119-44ac-9085-c86fd2514f61?fields=security_groups HTTP/1.1" 200 1379 0.059558 10.0.0.65 - - [2025-10-23 02:06:54] "GET /project/d6268c07-8644-41f2-a74f-8ee6137088dc?fields=security_groups HTTP/1.1" 200 1398 0.066273 10.0.0.65 - - [2025-10-23 02:06:54] "GET /project/8ebddf6e-cec5-4b59-a17c-7f197faccfd7?fields=security_groups HTTP/1.1" 200 1422 0.067949 10.0.0.65 - - [2025-10-23 02:06:54] "DELETE /access-control-list/72e2c490-206a-4ee6-ae02-17a4115810df HTTP/1.1" 200 115 0.042167 10.0.0.65 - - [2025-10-23 02:06:54] "DELETE /security-group/f721feef-c89c-42b2-8278-8c4a8a7c3438 HTTP/1.1" 200 115 0.110721 10.0.0.65 - - [2025-10-23 02:06:54] "GET /projects?obj_uuids=f8fbc240-7794-4ec4-a2d1-2975c67e2e51&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001061 10.0.0.65 - - [2025-10-23 02:06:54] "DELETE /security-group/beda1e9e-c371-4b1f-914e-0f2a98282043 HTTP/1.1" 200 115 0.111360 10.0.0.65 - - [2025-10-23 02:06:54] "GET /projects?obj_uuids=55efefd4-6119-44ac-9085-c86fd2514f61&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001036 10.0.0.65 - - [2025-10-23 02:06:54] "DELETE /security-group/539fac32-9e95-4845-881c-854e94e0b4ba HTTP/1.1" 200 115 0.117774 10.0.0.65 - - [2025-10-23 02:06:54] "DELETE /access-control-list/ec5b691b-9b39-464a-9d10-e2c8256826ac HTTP/1.1" 200 115 0.065341 10.0.0.65 - - [2025-10-23 02:06:54] "GET /projects?obj_uuids=d6268c07-8644-41f2-a74f-8ee6137088dc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000919 10.0.0.65 - - [2025-10-23 02:06:54] "DELETE /security-group/cab21289-7ada-4669-91a5-66bbf0646132 HTTP/1.1" 200 115 0.124290 10.0.0.65 - - [2025-10-23 02:06:54] "GET /projects?obj_uuids=8ebddf6e-cec5-4b59-a17c-7f197faccfd7&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.002126 10.0.0.65 - - [2025-10-23 02:06:54] "GET /project/f8fbc240-7794-4ec4-a2d1-2975c67e2e51?fields=application_policy_sets HTTP/1.1" 200 1422 0.058706 10.0.0.65 - - [2025-10-23 02:06:55] "POST /fqname-to-id HTTP/1.1" 401 292 0.000383 10.0.0.65 - - [2025-10-23 02:06:55] "GET /project/d6268c07-8644-41f2-a74f-8ee6137088dc?fields=application_policy_sets HTTP/1.1" 200 1437 0.051991 10.0.0.65 - - [2025-10-23 02:06:55] "DELETE /access-control-list/62507ec6-ff4b-42d0-a68f-a6fd541f322c HTTP/1.1" 200 115 0.049656 10.0.0.65 - - [2025-10-23 02:06:55] "GET /project/55efefd4-6119-44ac-9085-c86fd2514f61?fields=application_policy_sets HTTP/1.1" 200 1418 0.094136 10.0.0.65 - - [2025-10-23 02:06:55] "GET /project/8ebddf6e-cec5-4b59-a17c-7f197faccfd7?fields=application_policy_sets HTTP/1.1" 200 1461 0.099201 10.0.0.65 - - [2025-10-23 02:06:55] "DELETE /access-control-list/9700dea3-aa3d-4a69-8f99-d871414d48ff HTTP/1.1" 200 115 0.061021 10.0.0.65 - - [2025-10-23 02:06:55] "DELETE /access-control-list/dd7ae9bc-c746-4443-aa0e-0e34599837f1 HTTP/1.1" 200 115 0.063952 10.0.0.65 - - [2025-10-23 02:06:55] "DELETE /access-control-list/137867c6-e4e9-4e81-b9a8-0adb0bc85928 HTTP/1.1" 200 115 0.062249 10.0.0.65 - - [2025-10-23 02:06:55] "DELETE /project/f8fbc240-7794-4ec4-a2d1-2975c67e2e51 HTTP/1.1" 200 115 0.604328 10.0.0.65 - - [2025-10-23 02:06:55] "DELETE /project/d6268c07-8644-41f2-a74f-8ee6137088dc HTTP/1.1" 200 115 0.621808 10.0.0.65 - - [2025-10-23 02:06:55] "DELETE /project/55efefd4-6119-44ac-9085-c86fd2514f61 HTTP/1.1" 200 115 0.624643 10.0.0.65 - - [2025-10-23 02:06:55] "DELETE /access-control-list/4d232cd8-54a5-4f77-8487-249e9259e9ab HTTP/1.1" 200 115 0.033025 10.0.0.65 - - [2025-10-23 02:06:55] "DELETE /project/8ebddf6e-cec5-4b59-a17c-7f197faccfd7 HTTP/1.1" 200 115 0.657905 10.0.0.65 - - [2025-10-23 02:06:55] "DELETE /access-control-list/4ebdb03c-4188-40c5-aaac-9759927c0a94 HTTP/1.1" 200 115 0.037283 10.0.0.65 - - [2025-10-23 02:06:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.026117 10.0.0.65 - - [2025-10-23 02:06:55] "GET /projects?obj_uuids=a16e0768-a7a4-455c-aed8-fd38f41aaf3b&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000986 10.0.0.65 - - [2025-10-23 02:06:55] "GET /project/a16e0768-a7a4-455c-aed8-fd38f41aaf3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.027882 10.0.0.65 - - [2025-10-23 02:06:55] "POST /neutron/network HTTP/1.1" 200 117 0.026580 10.0.0.65 - - [2025-10-23 02:06:55] "GET /projects?obj_uuids=a16e0768-a7a4-455c-aed8-fd38f41aaf3b&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001823 10.0.0.65 - - [2025-10-23 02:06:55] "POST /neutron/network HTTP/1.1" 200 612 0.058600 10.0.0.65 - - [2025-10-23 02:06:55] "POST /route-targets HTTP/1.1" 200 327 0.009968 10.0.0.65 - - [2025-10-23 02:06:55] "POST /ref-update HTTP/1.1" 200 156 0.012041 10.0.0.65 - - [2025-10-23 02:06:55] "POST /useragent-kv HTTP/1.1" 200 115 0.002129 10.0.0.65 - - [2025-10-23 02:06:55] "POST /neutron/subnet HTTP/1.1" 200 720 0.123282 10.0.0.65 - - [2025-10-23 02:06:55] "POST /neutron/network HTTP/1.1" 200 830 0.005404 10.0.0.65 - - [2025-10-23 02:06:55] "POST /id-to-fqname HTTP/1.1" 200 220 0.001093 10.0.0.65 - - [2025-10-23 02:06:55] "GET /virtual-network/53fe1681-4a45-41cd-b035-0a2f297902b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004611 10.0.0.65 - - [2025-10-23 02:06:55] "POST /neutron/network HTTP/1.1" 200 830 0.005499 10.0.0.65 - - [2025-10-23 02:06:55] "GET /virtual-network/53fe1681-4a45-41cd-b035-0a2f297902b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.007362 10.0.0.65 - - [2025-10-23 02:06:55] "POST /neutron/network HTTP/1.1" 200 830 0.005014 10.0.0.65 - - [2025-10-23 02:06:55] "POST /neutron/subnet HTTP/1.1" 200 720 0.005794 10.0.0.65 - - [2025-10-23 02:06:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002056 10.0.0.65 - - [2025-10-23 02:06:55] "GET /virtual-network/53fe1681-4a45-41cd-b035-0a2f297902b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004875 10.0.0.65 - - [2025-10-23 02:06:56] "PUT /virtual-network/53fe1681-4a45-41cd-b035-0a2f297902b5 HTTP/1.1" 200 264 0.032315 10.0.0.65 - - [2025-10-23 02:06:56] "POST /route-targets HTTP/1.1" 200 323 0.015269 10.0.0.65 - - [2025-10-23 02:06:56] "POST /ref-update HTTP/1.1" 200 156 0.008851 10.0.0.65 - - [2025-10-23 02:06:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002498 10.0.0.65 - - [2025-10-23 02:06:56] "GET /projects?obj_uuids=a16e0768-a7a4-455c-aed8-fd38f41aaf3b&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000950 10.0.0.65 - - [2025-10-23 02:06:56] "GET /project/a16e0768-a7a4-455c-aed8-fd38f41aaf3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.021605 10.0.0.65 - - [2025-10-23 02:06:56] "POST /neutron/network HTTP/1.1" 200 117 0.008464 10.0.0.65 - - [2025-10-23 02:06:56] "GET /projects?obj_uuids=a16e0768-a7a4-455c-aed8-fd38f41aaf3b&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000975 10.0.0.65 - - [2025-10-23 02:06:56] "POST /neutron/network HTTP/1.1" 200 612 0.064114 10.0.0.65 - - [2025-10-23 02:06:56] "POST /route-targets HTTP/1.1" 200 327 0.009502 10.0.0.65 - - [2025-10-23 02:06:56] "POST /ref-update HTTP/1.1" 200 156 0.012981 10.0.0.65 - - [2025-10-23 02:06:56] "POST /useragent-kv HTTP/1.1" 200 115 0.003304 10.0.0.65 - - [2025-10-23 02:06:56] "POST /neutron/subnet HTTP/1.1" 200 734 0.203996 10.0.0.65 - - [2025-10-23 02:06:56] "POST /neutron/network HTTP/1.1" 200 833 0.004609 10.0.0.65 - - [2025-10-23 02:06:56] "POST /id-to-fqname HTTP/1.1" 200 220 0.001015 10.0.0.65 - - [2025-10-23 02:06:56] "GET /virtual-network/b9b686a9-f568-414c-aa30-559e0673018f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007198 10.0.0.65 - - [2025-10-23 02:06:56] "POST /neutron/network HTTP/1.1" 200 833 0.005986 10.0.0.65 - - [2025-10-23 02:06:56] "GET /virtual-network/b9b686a9-f568-414c-aa30-559e0673018f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004728 10.0.0.65 - - [2025-10-23 02:06:56] "POST /neutron/network HTTP/1.1" 200 833 0.005650 10.0.0.65 - - [2025-10-23 02:06:56] "POST /neutron/subnet HTTP/1.1" 200 734 0.007453 10.0.0.65 - - [2025-10-23 02:06:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002897 10.0.0.65 - - [2025-10-23 02:06:56] "GET /virtual-network/b9b686a9-f568-414c-aa30-559e0673018f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005138 10.0.0.65 - - [2025-10-23 02:06:56] "POST /ref-update HTTP/1.1" 200 156 0.012049 10.0.0.65 - - [2025-10-23 02:06:56] "PUT /virtual-network/b9b686a9-f568-414c-aa30-559e0673018f HTTP/1.1" 200 264 0.043042 10.0.0.65 - - [2025-10-23 02:06:56] "POST /id-to-fqname HTTP/1.1" 200 220 0.001402 10.0.0.65 - - [2025-10-23 02:06:57] "POST /neutron/network HTTP/1.1" 200 840 0.006015 10.0.0.65 - - [2025-10-23 02:06:57] "GET /aaa-mode HTTP/1.1" 401 292 0.000411 10.0.0.65 - - [2025-10-23 02:06:57] "GET / HTTP/1.1" 200 35931 0.001664 10.0.0.65 - - [2025-10-23 02:06:57] "GET /project/a16e0768-a7a4-455c-aed8-fd38f41aaf3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000363 10.0.0.65 - - [2025-10-23 02:06:57] "GET /projects?obj_uuids=a16e0768-a7a4-455c-aed8-fd38f41aaf3b&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001065 10.0.0.65 - - [2025-10-23 02:06:57] "GET /project/a16e0768-a7a4-455c-aed8-fd38f41aaf3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.057092 10.0.0.65 - - [2025-10-23 02:06:57] "POST /neutron/network HTTP/1.1" 200 830 0.005105 10.0.0.65 - - [2025-10-23 02:06:58] "POST /neutron/port HTTP/1.1" 200 117 0.004627 10.0.0.65 - - [2025-10-23 02:06:58] "POST /neutron/port HTTP/1.1" 200 117 0.010637 10.0.0.65 - - [2025-10-23 02:06:58] "POST /id-to-fqname HTTP/1.1" 200 220 0.001244 10.0.0.65 - - [2025-10-23 02:06:58] "POST /neutron/port HTTP/1.1" 200 117 0.005231 10.0.0.65 - - [2025-10-23 02:06:58] "POST /neutron/network HTTP/1.1" 200 843 0.007219 10.0.0.65 - - [2025-10-23 02:06:58] "GET /aaa-mode HTTP/1.1" 401 292 0.000393 10.0.0.65 - - [2025-10-23 02:06:58] "POST /neutron/network HTTP/1.1" 200 840 0.005555 10.0.0.65 - - [2025-10-23 02:06:58] "GET /projects?obj_uuids=a16e0768-a7a4-455c-aed8-fd38f41aaf3b&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001133 10.0.0.65 - - [2025-10-23 02:06:58] "GET / HTTP/1.1" 200 35931 0.003181 10.0.0.65 - - [2025-10-23 02:06:58] "GET /project/a16e0768-a7a4-455c-aed8-fd38f41aaf3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.001012 10.0.0.65 - - [2025-10-23 02:06:58] "POST /neutron/port HTTP/1.1" 200 1052 0.224705 10.0.0.65 - - [2025-10-23 02:06:58] "POST /neutron/port HTTP/1.1" 200 1052 0.010486 10.0.0.65 - - [2025-10-23 02:06:58] "POST /neutron/port HTTP/1.1" 200 1052 0.008537 10.0.0.65 - - [2025-10-23 02:06:58] "POST /neutron/port HTTP/1.1" 200 1106 0.075409 10.0.0.65 - - [2025-10-23 02:06:58] "POST /neutron/port HTTP/1.1" 200 1080 0.014475 10.0.0.65 - - [2025-10-23 02:06:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003212 10.0.0.65 - - [2025-10-23 02:06:58] "POST /neutron/subnet HTTP/1.1" 200 694 0.013976 10.0.0.65 - - [2025-10-23 02:06:58] "POST /neutron/port HTTP/1.1" 200 117 0.001206 10.0.0.65 - - [2025-10-23 02:06:58] "GET /obj-perms HTTP/1.1" 200 5056 0.053221 10.0.0.65 - - [2025-10-23 02:06:58] "POST /neutron/network HTTP/1.1" 200 830 0.004897 10.0.0.65 - - [2025-10-23 02:06:59] "GET /projects?obj_uuids=a16e0768-a7a4-455c-aed8-fd38f41aaf3b&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001016 10.0.0.65 - - [2025-10-23 02:06:59] "GET /project/a16e0768-a7a4-455c-aed8-fd38f41aaf3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.252767 10.0.0.65 - - [2025-10-23 02:06:59] "POST /neutron/network HTTP/1.1" 200 833 0.008687 10.0.0.65 - - [2025-10-23 02:06:59] "GET /obj-perms HTTP/1.1" 200 5056 0.085430 10.0.0.65 - - [2025-10-23 02:06:59] "POST /neutron/port HTTP/1.1" 200 1080 0.015580 10.0.0.65 - - [2025-10-23 02:06:59] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005895 10.0.0.65 - - [2025-10-23 02:06:59] "POST /neutron/port HTTP/1.1" 200 117 0.004416 10.0.0.65 - - [2025-10-23 02:06:59] "POST /neutron/port HTTP/1.1" 200 1080 0.011391 10.0.0.65 - - [2025-10-23 02:06:59] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006824 10.0.0.65 - - [2025-10-23 02:06:59] "POST /neutron/network HTTP/1.1" 200 843 0.005550 10.0.0.65 - - [2025-10-23 02:06:59] "GET /projects?obj_uuids=a16e0768-a7a4-455c-aed8-fd38f41aaf3b&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001691 10.0.0.65 - - [2025-10-23 02:07:00] "POST /neutron/port HTTP/1.1" 200 1055 0.262119 10.0.0.65 - - [2025-10-23 02:07:00] "POST /neutron/port HTTP/1.1" 200 1055 0.012336 10.0.0.65 - - [2025-10-23 02:07:00] "POST /neutron/port HTTP/1.1" 200 1055 0.013124 10.0.0.65 - - [2025-10-23 02:07:00] "POST /neutron/port HTTP/1.1" 200 1109 0.081049 10.0.0.65 - - [2025-10-23 02:07:00] "POST /neutron/port HTTP/1.1" 200 1083 0.011406 10.0.0.65 - - [2025-10-23 02:07:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003886 10.0.0.65 - - [2025-10-23 02:07:00] "POST /neutron/subnet HTTP/1.1" 200 708 0.006711 10.0.0.65 - - [2025-10-23 02:07:00] "POST /neutron/port HTTP/1.1" 200 117 0.001423 10.0.0.65 - - [2025-10-23 02:07:00] "POST /neutron/network HTTP/1.1" 200 833 0.005245 10.0.0.65 - - [2025-10-23 02:07:04] "POST /neutron/port HTTP/1.1" 200 1080 0.010703 10.0.0.65 - - [2025-10-23 02:07:04] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005699 10.0.0.65 - - [2025-10-23 02:07:04] "POST /neutron/port HTTP/1.1" 200 1080 0.010469 10.0.0.65 - - [2025-10-23 02:07:04] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006079 10.0.0.65 - - [2025-10-23 02:07:04] "POST /neutron/port HTTP/1.1" 200 1080 0.012504 10.0.0.65 - - [2025-10-23 02:07:04] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006313 10.0.0.65 - - [2025-10-23 02:07:04] "GET /virtual-machine/827a768a-12c9-418c-b03a-a74d83544196 HTTP/1.1" 401 292 0.000533 10.0.0.65 - - [2025-10-23 02:07:05] "GET /virtual-machine/827a768a-12c9-418c-b03a-a74d83544196 HTTP/1.1" 200 1285 0.025548 10.0.0.65 - - [2025-10-23 02:07:05] "GET /virtual-machine-interface/d6151a85-9de5-403d-82ec-f31979f8b31a HTTP/1.1" 200 2927 0.004602 10.0.0.65 - - [2025-10-23 02:07:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002626 10.0.0.65 - - [2025-10-23 02:07:05] "GET /global-vrouter-config/95eadd9a-0ced-4891-a5dd-85fa8734b586?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003037 10.0.0.65 - - [2025-10-23 02:07:05] "GET /virtual-networks?parent_id=a16e0768-a7a4-455c-aed8-fd38f41aaf3b&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002805 10.0.0.65 - - [2025-10-23 02:07:05] "GET /virtual-network/53fe1681-4a45-41cd-b035-0a2f297902b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2107 0.004976 10.0.0.65 - - [2025-10-23 02:07:08] "POST /neutron/port HTTP/1.1" 200 1080 0.012174 10.0.0.65 - - [2025-10-23 02:07:08] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005379 10.0.0.65 - - [2025-10-23 02:07:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002938 10.0.0.65 - - [2025-10-23 02:07:08] "GET /virtual-network/53fe1681-4a45-41cd-b035-0a2f297902b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2107 0.006217 10.0.0.65 - - [2025-10-23 02:07:09] "POST /neutron/port HTTP/1.1" 200 1083 0.010382 10.0.0.65 - - [2025-10-23 02:07:09] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005387 10.0.0.65 - - [2025-10-23 02:07:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002948 10.0.0.65 - - [2025-10-23 02:07:10] "GET /global-vrouter-config/95eadd9a-0ced-4891-a5dd-85fa8734b586?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003378 10.0.0.65 - - [2025-10-23 02:07:10] "GET /virtual-networks?parent_id=a16e0768-a7a4-455c-aed8-fd38f41aaf3b&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003332 10.0.0.65 - - [2025-10-23 02:07:10] "GET /virtual-network/53fe1681-4a45-41cd-b035-0a2f297902b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2107 0.005105 10.0.0.65 - - [2025-10-23 02:07:10] "POST /neutron/port HTTP/1.1" 200 1083 0.010391 10.0.0.65 - - [2025-10-23 02:07:10] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005244 10.0.0.65 - - [2025-10-23 02:07:11] "POST /neutron/port HTTP/1.1" 200 1083 0.010620 10.0.0.65 - - [2025-10-23 02:07:11] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006123 10.0.0.65 - - [2025-10-23 02:07:11] "POST /neutron/port HTTP/1.1" 200 1083 0.009885 10.0.0.65 - - [2025-10-23 02:07:11] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005922 10.0.0.65 - - [2025-10-23 02:07:11] "GET /virtual-machine/fdc5c2d9-576c-4f7c-baab-e38203802ed5 HTTP/1.1" 200 1286 0.004517 10.0.0.65 - - [2025-10-23 02:07:11] "GET /virtual-machine-interface/a0de71c6-5cf8-49d8-b5c2-8960fa4517fd HTTP/1.1" 200 2928 0.004416 10.0.0.65 - - [2025-10-23 02:07:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002192 10.0.0.65 - - [2025-10-23 02:07:11] "GET /global-vrouter-config/95eadd9a-0ced-4891-a5dd-85fa8734b586?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002490 10.0.0.65 - - [2025-10-23 02:07:11] "GET /virtual-networks?parent_id=a16e0768-a7a4-455c-aed8-fd38f41aaf3b&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002709 10.0.0.65 - - [2025-10-23 02:07:11] "GET /virtual-network/b9b686a9-f568-414c-aa30-559e0673018f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2117 0.005661 10.0.0.65 - - [2025-10-23 02:07:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000403 10.0.0.65 - - [2025-10-23 02:07:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000422 10.0.0.65 - - [2025-10-23 02:07:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000418 10.0.0.65 - - [2025-10-23 02:07:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000362 10.0.0.65 - - [2025-10-23 02:07:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002878 10.0.0.65 - - [2025-10-23 02:07:12] "GET /global-vrouter-config/95eadd9a-0ced-4891-a5dd-85fa8734b586?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003269 10.0.0.65 - - [2025-10-23 02:07:12] "GET /virtual-networks?parent_id=a16e0768-a7a4-455c-aed8-fd38f41aaf3b&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003001 10.0.0.65 - - [2025-10-23 02:07:12] "GET /virtual-network/b9b686a9-f568-414c-aa30-559e0673018f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2117 0.005103 10.0.0.65 - - [2025-10-23 02:07:12] "POST /routing-policys HTTP/1.1" 200 534 0.015653 10.0.0.65 - - [2025-10-23 02:07:12] "GET /virtual-network/53fe1681-4a45-41cd-b035-0a2f297902b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2107 0.006072 10.0.0.65 - - [2025-10-23 02:07:12] "POST /ref-update HTTP/1.1" 200 156 0.012213 10.0.0.65 - - [2025-10-23 02:07:12] "PUT /virtual-network/53fe1681-4a45-41cd-b035-0a2f297902b5 HTTP/1.1" 200 264 0.036123 10.0.0.65 - - [2025-10-23 02:07:15] "POST /neutron/port HTTP/1.1" 200 1080 0.010576 10.0.0.65 - - [2025-10-23 02:07:15] "POST /neutron/port HTTP/1.1" 200 1080 0.010024 10.0.0.65 - - [2025-10-23 02:07:15] "POST /neutron/network HTTP/1.1" 200 840 0.005459 10.0.0.65 - - [2025-10-23 02:07:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003427 10.0.0.65 - - [2025-10-23 02:07:15] "POST /neutron/subnet HTTP/1.1" 200 694 0.006661 10.0.0.65 - - [2025-10-23 02:07:15] "POST /neutron/port HTTP/1.1" 200 117 0.001192 10.0.0.65 - - [2025-10-23 02:07:15] "POST /neutron/network HTTP/1.1" 200 830 0.005295 10.0.0.65 - - [2025-10-23 02:07:16] "POST /ref-update HTTP/1.1" 200 156 0.025383 10.0.0.65 - - [2025-10-23 02:07:16] "POST /ref-update HTTP/1.1" 200 156 0.013729 10.0.0.65 - - [2025-10-23 02:07:16] "DELETE /routing-policy/6e0f1e5f-f2f8-4a75-a757-1206d02f0851 HTTP/1.1" 200 115 0.021296 10.0.0.65 - - [2025-10-23 02:07:16] "POST /neutron/network HTTP/1.1" 200 833 0.005482 10.0.0.65 - - [2025-10-23 02:07:16] "POST /neutron/network HTTP/1.1" 400 204 0.010170 10.0.0.65 - - [2025-10-23 02:07:17] "POST /neutron/port HTTP/1.1" 200 1083 0.010608 10.0.0.65 - - [2025-10-23 02:07:17] "POST /neutron/port HTTP/1.1" 200 1109 0.008221 10.0.0.65 - - [2025-10-23 02:07:17] "POST /neutron/port HTTP/1.1" 200 1080 0.014152 10.0.0.65 - - [2025-10-23 02:07:17] "POST /neutron/port HTTP/1.1" 200 1106 0.011379 10.0.0.65 - - [2025-10-23 02:07:17] "POST /neutron/port HTTP/1.1" 200 151 0.117102 10.0.0.65 - - [2025-10-23 02:07:17] "POST /neutron/port HTTP/1.1" 200 151 0.134224 10.0.0.65 - - [2025-10-23 02:07:18] "POST /neutron/network HTTP/1.1" 200 833 0.005290 10.0.0.65 - - [2025-10-23 02:07:18] "POST /useragent-kv HTTP/1.1" 200 115 0.003009 10.0.0.65 - - [2025-10-23 02:07:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003426 10.0.0.65 - - [2025-10-23 02:07:18] "POST /useragent-kv HTTP/1.1" 200 115 0.002547 10.0.0.65 - - [2025-10-23 02:07:18] "POST /neutron/network HTTP/1.1" 200 151 0.073314 10.0.0.65 - - [2025-10-23 02:07:18] "DELETE /route-target/ae56f540-3904-4e2f-9ba8-956f739c8699 HTTP/1.1" 200 115 0.022681 10.0.0.65 - - [2025-10-23 02:07:18] "POST /neutron/network HTTP/1.1" 200 830 0.006733 10.0.0.65 - - [2025-10-23 02:07:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002970 10.0.0.65 - - [2025-10-23 02:07:18] "DELETE /route-target/f3de4dc7-ef8a-48de-827b-164e23c0676a HTTP/1.1" 409 239 0.005558 10.0.0.65 - - [2025-10-23 02:07:18] "POST /useragent-kv HTTP/1.1" 200 115 0.002118 10.0.0.65 - - [2025-10-23 02:07:18] "POST /useragent-kv HTTP/1.1" 200 115 0.001972 10.0.0.65 - - [2025-10-23 02:07:18] "POST /neutron/network HTTP/1.1" 200 151 0.088319 10.0.0.65 - - [2025-10-23 02:07:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003803 10.0.0.65 - - [2025-10-23 02:07:19] "DELETE /route-target/f3be273d-db1a-4c1a-a933-e4337b9a30f3 HTTP/1.1" 200 115 0.014400 10.0.0.65 - - [2025-10-23 02:07:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002477 10.0.0.65 - - [2025-10-23 02:07:19] "DELETE /route-target/f3de4dc7-ef8a-48de-827b-164e23c0676a HTTP/1.1" 200 115 0.015608 10.0.0.65 - - [2025-10-23 02:07:19] "GET /projects?obj_uuids=a16e0768-a7a4-455c-aed8-fd38f41aaf3b&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000991 10.0.0.65 - - [2025-10-23 02:07:19] "GET /project/a16e0768-a7a4-455c-aed8-fd38f41aaf3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.023015 10.0.0.65 - - [2025-10-23 02:07:19] "GET /projects?obj_uuids=a16e0768-a7a4-455c-aed8-fd38f41aaf3b&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000942 10.0.0.65 - - [2025-10-23 02:07:19] "GET /project/a16e0768-a7a4-455c-aed8-fd38f41aaf3b?fields=virtual_networks HTTP/1.1" 200 1029 0.068391 10.0.0.65 - - [2025-10-23 02:07:19] "GET /projects?obj_uuids=a16e0768-a7a4-455c-aed8-fd38f41aaf3b&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000993 10.0.0.65 - - [2025-10-23 02:07:19] "GET /project/a16e0768-a7a4-455c-aed8-fd38f41aaf3b?fields=virtual_machine_interfaces HTTP/1.1" 200 1029 0.037719 10.0.0.65 - - [2025-10-23 02:07:19] "GET /projects?obj_uuids=a16e0768-a7a4-455c-aed8-fd38f41aaf3b&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001163 10.0.0.65 - - [2025-10-23 02:07:19] "GET /project/a16e0768-a7a4-455c-aed8-fd38f41aaf3b?fields=security_groups HTTP/1.1" 200 1248 0.024946 10.0.0.65 - - [2025-10-23 02:07:20] "POST /fqname-to-id HTTP/1.1" 404 186 0.029271 10.0.0.65 - - [2025-10-23 02:07:20] "GET /projects?obj_uuids=63376f9f-9572-4ad0-8a6a-c6746b2063b3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002412 10.0.0.65 - - [2025-10-23 02:07:20] "GET /domains?obj_uuids=2e283574-867c-482d-913f-5e0415a1ddc2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002280 10.0.0.65 - - [2025-10-23 02:07:20] "GET /domain/2e283574-867c-482d-913f-5e0415a1ddc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007895 10.0.0.65 - - [2025-10-23 02:07:20] "POST /id-to-fqname HTTP/1.1" 200 188 0.001652 10.0.0.65 - - [2025-10-23 02:07:20] "POST /fqname-to-id HTTP/1.1" 404 197 0.003198 10.0.0.65 - - [2025-10-23 02:07:20] "POST /security-groups HTTP/1.1" 200 589 0.060449 10.0.0.65 - - [2025-10-23 02:07:20] "POST /fqname-to-id HTTP/1.1" 404 232 0.003329 10.0.0.65 - - [2025-10-23 02:07:20] "POST /projects HTTP/1.1" 200 581 0.204264 10.0.0.65 - - [2025-10-23 02:07:20] "POST /access-control-lists HTTP/1.1" 200 594 0.055956 10.0.0.65 - - [2025-10-23 02:07:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.272531 10.0.0.65 - - [2025-10-23 02:07:20] "POST /fqname-to-id HTTP/1.1" 404 231 0.002640 10.0.0.65 - - [2025-10-23 02:07:20] "GET /project/63376f9f-9572-4ad0-8a6a-c6746b2063b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.396552 10.0.0.65 - - [2025-10-23 02:07:20] "POST /access-control-lists HTTP/1.1" 200 592 0.063795 10.0.0.65 - - [2025-10-23 02:07:21] "GET / HTTP/1.1" 200 35931 0.001953 10.0.0.65 - - [2025-10-23 02:07:22] "POST /fqname-to-id HTTP/1.1" 401 292 0.000454 10.0.0.65 - - [2025-10-23 02:07:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.053461 10.0.0.65 - - [2025-10-23 02:07:22] "GET /projects?obj_uuids=63376f9f-9572-4ad0-8a6a-c6746b2063b3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001000 10.0.0.65 - - [2025-10-23 02:07:22] "GET /project/63376f9f-9572-4ad0-8a6a-c6746b2063b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.022464 10.0.0.65 - - [2025-10-23 02:07:23] "POST /neutron/network HTTP/1.1" 200 117 0.030838 10.0.0.65 - - [2025-10-23 02:07:23] "GET /projects?obj_uuids=63376f9f-9572-4ad0-8a6a-c6746b2063b3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001241 10.0.0.65 - - [2025-10-23 02:07:23] "POST /neutron/network HTTP/1.1" 200 613 0.062875 10.0.0.65 - - [2025-10-23 02:07:23] "POST /route-targets HTTP/1.1" 200 327 0.008415 10.0.0.65 - - [2025-10-23 02:07:23] "POST /ref-update HTTP/1.1" 200 156 0.011337 10.0.0.65 - - [2025-10-23 02:07:23] "POST /useragent-kv HTTP/1.1" 200 115 0.002431 10.0.0.65 - - [2025-10-23 02:07:23] "POST /neutron/subnet HTTP/1.1" 200 720 0.150306 10.0.0.65 - - [2025-10-23 02:07:23] "POST /neutron/network HTTP/1.1" 200 831 0.005090 10.0.0.65 - - [2025-10-23 02:07:23] "POST /id-to-fqname HTTP/1.1" 200 223 0.001134 10.0.0.65 - - [2025-10-23 02:07:23] "GET /virtual-network/19598057-7cde-4cf5-a622-08cacf38d31f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004767 10.0.0.65 - - [2025-10-23 02:07:23] "POST /neutron/network HTTP/1.1" 200 831 0.005401 10.0.0.65 - - [2025-10-23 02:07:23] "GET /virtual-network/19598057-7cde-4cf5-a622-08cacf38d31f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004483 10.0.0.65 - - [2025-10-23 02:07:23] "POST /neutron/network HTTP/1.1" 200 831 0.005675 10.0.0.65 - - [2025-10-23 02:07:23] "POST /neutron/subnet HTTP/1.1" 200 720 0.006181 10.0.0.65 - - [2025-10-23 02:07:23] "GET /domains HTTP/1.1" 401 292 0.000377 10.0.0.65 - - [2025-10-23 02:07:23] "GET /domains HTTP/1.1" 200 280 0.024335 10.0.0.65 - - [2025-10-23 02:07:23] "GET /domains?obj_uuids=2e283574-867c-482d-913f-5e0415a1ddc2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001319 10.0.0.65 - - [2025-10-23 02:07:23] "GET /domain/2e283574-867c-482d-913f-5e0415a1ddc2 HTTP/1.1" 200 2750 0.007692 10.0.0.65 - - [2025-10-23 02:07:23] "GET /projects?obj_uuids=63376f9f-9572-4ad0-8a6a-c6746b2063b3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000946 10.0.0.65 - - [2025-10-23 02:07:23] "GET /project/63376f9f-9572-4ad0-8a6a-c6746b2063b3 HTTP/1.1" 200 2089 0.064452 10.0.0.65 - - [2025-10-23 02:07:23] "GET /virtual-network/19598057-7cde-4cf5-a622-08cacf38d31f HTTP/1.1" 200 2316 0.005303 10.0.0.65 - - [2025-10-23 02:07:23] "GET /virtual-network/19598057-7cde-4cf5-a622-08cacf38d31f HTTP/1.1" 200 2316 0.004372 10.0.0.65 - - [2025-10-23 02:07:23] "GET /routing-instance/1667f512-097a-4d7d-8334-665603ce1a27 HTTP/1.1" 200 1492 0.002916 10.0.0.65 - - [2025-10-23 02:07:23] "GET /routing-instance/1667f512-097a-4d7d-8334-665603ce1a27 HTTP/1.1" 200 1492 0.002695 10.0.0.65 - - [2025-10-23 02:07:23] "GET /route-target/db940991-3148-4f04-9c6d-f680ab35e357 HTTP/1.1" 200 1213 0.002681 10.0.0.65 - - [2025-10-23 02:07:23] "GET /virtual-network/19598057-7cde-4cf5-a622-08cacf38d31f HTTP/1.1" 200 2316 0.004144 10.0.0.65 - - [2025-10-23 02:07:23] "GET /routing-instance/1667f512-097a-4d7d-8334-665603ce1a27 HTTP/1.1" 200 1492 0.002593 10.0.0.65 - - [2025-10-23 02:07:23] "GET /virtual-network/19598057-7cde-4cf5-a622-08cacf38d31f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004114 10.0.0.65 - - [2025-10-23 02:07:23] "GET /virtual-network/19598057-7cde-4cf5-a622-08cacf38d31f HTTP/1.1" 200 2316 0.003960 10.0.0.65 - - [2025-10-23 02:07:23] "GET /routing-instance/1667f512-097a-4d7d-8334-665603ce1a27 HTTP/1.1" 200 1492 0.002489 10.0.0.65 - - [2025-10-23 02:07:23] "GET /routing-instance/1667f512-097a-4d7d-8334-665603ce1a27 HTTP/1.1" 200 1492 0.002984 10.0.0.65 - - [2025-10-23 02:07:24] "GET /route-target/db940991-3148-4f04-9c6d-f680ab35e357 HTTP/1.1" 200 1213 0.002219 10.0.0.65 - - [2025-10-23 02:07:24] "GET /domains HTTP/1.1" 200 280 0.002732 10.0.0.65 - - [2025-10-23 02:07:24] "GET /domains?obj_uuids=2e283574-867c-482d-913f-5e0415a1ddc2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000963 10.0.0.65 - - [2025-10-23 02:07:24] "GET /domain/2e283574-867c-482d-913f-5e0415a1ddc2 HTTP/1.1" 200 2750 0.005938 10.0.0.65 - - [2025-10-23 02:07:24] "GET /projects?obj_uuids=63376f9f-9572-4ad0-8a6a-c6746b2063b3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000871 10.0.0.65 - - [2025-10-23 02:07:24] "GET /project/63376f9f-9572-4ad0-8a6a-c6746b2063b3 HTTP/1.1" 200 2089 0.069525 10.0.0.65 - - [2025-10-23 02:07:24] "GET /virtual-network/19598057-7cde-4cf5-a622-08cacf38d31f HTTP/1.1" 200 2316 0.005203 10.0.0.65 - - [2025-10-23 02:07:24] "GET /obj-perms HTTP/1.1" 200 5026 0.045305 10.0.0.65 - - [2025-10-23 02:07:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002486 10.0.0.65 - - [2025-10-23 02:07:24] "GET /projects?obj_uuids=63376f9f-9572-4ad0-8a6a-c6746b2063b3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000896 10.0.0.65 - - [2025-10-23 02:07:24] "GET /project/63376f9f-9572-4ad0-8a6a-c6746b2063b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.020039 10.0.0.65 - - [2025-10-23 02:07:24] "POST /neutron/network HTTP/1.1" 200 117 0.007651 10.0.0.65 - - [2025-10-23 02:07:24] "GET /projects?obj_uuids=63376f9f-9572-4ad0-8a6a-c6746b2063b3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000962 10.0.0.65 - - [2025-10-23 02:07:24] "POST /neutron/network HTTP/1.1" 200 613 0.057780 10.0.0.65 - - [2025-10-23 02:07:24] "POST /route-targets HTTP/1.1" 200 327 0.010015 10.0.0.65 - - [2025-10-23 02:07:24] "POST /ref-update HTTP/1.1" 200 156 0.011429 10.0.0.65 - - [2025-10-23 02:07:24] "POST /useragent-kv HTTP/1.1" 200 115 0.002714 10.0.0.65 - - [2025-10-23 02:07:24] "POST /neutron/subnet HTTP/1.1" 200 724 0.161828 10.0.0.65 - - [2025-10-23 02:07:24] "POST /neutron/network HTTP/1.1" 200 832 0.004618 10.0.0.65 - - [2025-10-23 02:07:24] "POST /id-to-fqname HTTP/1.1" 200 223 0.001486 10.0.0.65 - - [2025-10-23 02:07:24] "GET /virtual-network/1d034af0-c421-4841-889c-22076fe126ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004888 10.0.0.65 - - [2025-10-23 02:07:24] "POST /neutron/network HTTP/1.1" 200 832 0.004869 10.0.0.65 - - [2025-10-23 02:07:24] "GET /virtual-network/1d034af0-c421-4841-889c-22076fe126ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004257 10.0.0.65 - - [2025-10-23 02:07:25] "POST /neutron/network HTTP/1.1" 200 832 0.005343 10.0.0.65 - - [2025-10-23 02:07:25] "POST /neutron/subnet HTTP/1.1" 200 724 0.005947 10.0.0.65 - - [2025-10-23 02:07:25] "GET /domains HTTP/1.1" 200 280 0.002011 10.0.0.65 - - [2025-10-23 02:07:25] "GET /domains?obj_uuids=2e283574-867c-482d-913f-5e0415a1ddc2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000914 10.0.0.65 - - [2025-10-23 02:07:25] "GET /domain/2e283574-867c-482d-913f-5e0415a1ddc2 HTTP/1.1" 200 2750 0.005759 10.0.0.65 - - [2025-10-23 02:07:25] "GET /projects?obj_uuids=63376f9f-9572-4ad0-8a6a-c6746b2063b3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000918 10.0.0.65 - - [2025-10-23 02:07:25] "GET /project/63376f9f-9572-4ad0-8a6a-c6746b2063b3 HTTP/1.1" 200 2307 0.067791 10.0.0.65 - - [2025-10-23 02:07:25] "GET /virtual-network/1d034af0-c421-4841-889c-22076fe126ed HTTP/1.1" 200 2318 0.005637 10.0.0.65 - - [2025-10-23 02:07:25] "GET /virtual-network/1d034af0-c421-4841-889c-22076fe126ed HTTP/1.1" 200 2318 0.004422 10.0.0.65 - - [2025-10-23 02:07:25] "GET /routing-instance/b8245a70-17fb-4edc-aa74-bc057bf65b2c HTTP/1.1" 200 1494 0.004068 10.0.0.65 - - [2025-10-23 02:07:25] "GET /routing-instance/b8245a70-17fb-4edc-aa74-bc057bf65b2c HTTP/1.1" 200 1494 0.003941 10.0.0.65 - - [2025-10-23 02:07:25] "GET /route-target/503eef8b-d4a2-47f1-bf2e-c75c443536c4 HTTP/1.1" 200 1212 0.002801 10.0.0.65 - - [2025-10-23 02:07:25] "GET /virtual-network/1d034af0-c421-4841-889c-22076fe126ed HTTP/1.1" 200 2318 0.004386 10.0.0.65 - - [2025-10-23 02:07:25] "GET /routing-instance/b8245a70-17fb-4edc-aa74-bc057bf65b2c HTTP/1.1" 200 1494 0.003533 10.0.0.65 - - [2025-10-23 02:07:25] "GET /virtual-network/1d034af0-c421-4841-889c-22076fe126ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004259 10.0.0.65 - - [2025-10-23 02:07:25] "GET /virtual-network/1d034af0-c421-4841-889c-22076fe126ed HTTP/1.1" 200 2318 0.004276 10.0.0.65 - - [2025-10-23 02:07:25] "GET /routing-instance/b8245a70-17fb-4edc-aa74-bc057bf65b2c HTTP/1.1" 200 1494 0.002706 10.0.0.65 - - [2025-10-23 02:07:25] "GET /routing-instance/b8245a70-17fb-4edc-aa74-bc057bf65b2c HTTP/1.1" 200 1494 0.002738 10.0.0.65 - - [2025-10-23 02:07:25] "GET /route-target/503eef8b-d4a2-47f1-bf2e-c75c443536c4 HTTP/1.1" 200 1212 0.002424 10.0.0.65 - - [2025-10-23 02:07:25] "GET /domains HTTP/1.1" 200 280 0.002301 10.0.0.65 - - [2025-10-23 02:07:25] "GET /domains?obj_uuids=2e283574-867c-482d-913f-5e0415a1ddc2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000985 10.0.0.65 - - [2025-10-23 02:07:25] "GET /domain/2e283574-867c-482d-913f-5e0415a1ddc2 HTTP/1.1" 200 2750 0.006544 10.0.0.65 - - [2025-10-23 02:07:25] "GET /projects?obj_uuids=63376f9f-9572-4ad0-8a6a-c6746b2063b3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000921 10.0.0.65 - - [2025-10-23 02:07:25] "GET /project/63376f9f-9572-4ad0-8a6a-c6746b2063b3 HTTP/1.1" 200 2307 0.065779 10.0.0.65 - - [2025-10-23 02:07:25] "GET /virtual-network/1d034af0-c421-4841-889c-22076fe126ed HTTP/1.1" 200 2318 0.004379 10.0.0.65 - - [2025-10-23 02:07:25] "GET /obj-perms HTTP/1.1" 200 5026 0.002674 10.0.0.65 - - [2025-10-23 02:07:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002534 10.0.0.65 - - [2025-10-23 02:07:25] "GET /projects?obj_uuids=63376f9f-9572-4ad0-8a6a-c6746b2063b3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001374 10.0.0.65 - - [2025-10-23 02:07:25] "GET /project/63376f9f-9572-4ad0-8a6a-c6746b2063b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.031903 10.0.0.65 - - [2025-10-23 02:07:25] "POST /neutron/network HTTP/1.1" 200 117 0.008818 10.0.0.65 - - [2025-10-23 02:07:25] "GET /projects?obj_uuids=63376f9f-9572-4ad0-8a6a-c6746b2063b3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001465 10.0.0.65 - - [2025-10-23 02:07:25] "POST /neutron/network HTTP/1.1" 200 615 0.060115 10.0.0.65 - - [2025-10-23 02:07:25] "POST /ref-update HTTP/1.1" 200 156 0.010826 10.0.0.65 - - [2025-10-23 02:07:25] "POST /useragent-kv HTTP/1.1" 200 115 0.004026 10.0.0.65 - - [2025-10-23 02:07:25] "POST /neutron/subnet HTTP/1.1" 200 724 0.179935 10.0.0.65 - - [2025-10-23 02:07:25] "POST /neutron/network HTTP/1.1" 200 834 0.005143 10.0.0.65 - - [2025-10-23 02:07:25] "POST /id-to-fqname HTTP/1.1" 200 224 0.001123 10.0.0.65 - - [2025-10-23 02:07:25] "GET /virtual-network/7029c7eb-f840-48e7-b400-2014de227342?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004672 10.0.0.65 - - [2025-10-23 02:07:25] "POST /neutron/network HTTP/1.1" 200 834 0.005063 10.0.0.65 - - [2025-10-23 02:07:25] "GET /virtual-network/7029c7eb-f840-48e7-b400-2014de227342?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004575 10.0.0.65 - - [2025-10-23 02:07:25] "POST /neutron/network HTTP/1.1" 200 834 0.005202 10.0.0.65 - - [2025-10-23 02:07:25] "POST /neutron/subnet HTTP/1.1" 200 724 0.006578 10.0.0.65 - - [2025-10-23 02:07:25] "GET /domains HTTP/1.1" 200 280 0.002212 10.0.0.65 - - [2025-10-23 02:07:25] "GET /domains?obj_uuids=2e283574-867c-482d-913f-5e0415a1ddc2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001040 10.0.0.65 - - [2025-10-23 02:07:25] "GET /domain/2e283574-867c-482d-913f-5e0415a1ddc2 HTTP/1.1" 200 2750 0.006733 10.0.0.65 - - [2025-10-23 02:07:25] "GET /projects?obj_uuids=63376f9f-9572-4ad0-8a6a-c6746b2063b3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001104 10.0.0.65 - - [2025-10-23 02:07:25] "GET /project/63376f9f-9572-4ad0-8a6a-c6746b2063b3 HTTP/1.1" 200 2526 0.065737 10.0.0.65 - - [2025-10-23 02:07:25] "GET /virtual-network/7029c7eb-f840-48e7-b400-2014de227342 HTTP/1.1" 200 2324 0.006822 10.0.0.65 - - [2025-10-23 02:07:25] "GET /virtual-network/7029c7eb-f840-48e7-b400-2014de227342 HTTP/1.1" 200 2324 0.004997 10.0.0.65 - - [2025-10-23 02:07:25] "GET /routing-instance/5e8c0ce0-d963-4516-9bd7-6ca26a8f1675 HTTP/1.1" 200 1497 0.003224 10.0.0.65 - - [2025-10-23 02:07:25] "GET /routing-instance/5e8c0ce0-d963-4516-9bd7-6ca26a8f1675 HTTP/1.1" 200 1497 0.002989 10.0.0.65 - - [2025-10-23 02:07:25] "GET /route-target/3091e193-c3e3-496b-8904-8c8208df438d HTTP/1.1" 200 1213 0.002838 10.0.0.65 - - [2025-10-23 02:07:26] "GET /virtual-network/7029c7eb-f840-48e7-b400-2014de227342 HTTP/1.1" 200 2324 0.004436 10.0.0.65 - - [2025-10-23 02:07:26] "GET /routing-instance/5e8c0ce0-d963-4516-9bd7-6ca26a8f1675 HTTP/1.1" 200 1497 0.003703 10.0.0.65 - - [2025-10-23 02:07:26] "GET /virtual-network/7029c7eb-f840-48e7-b400-2014de227342?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004168 10.0.0.65 - - [2025-10-23 02:07:26] "GET /virtual-network/7029c7eb-f840-48e7-b400-2014de227342 HTTP/1.1" 200 2324 0.004261 10.0.0.65 - - [2025-10-23 02:07:26] "GET /routing-instance/5e8c0ce0-d963-4516-9bd7-6ca26a8f1675 HTTP/1.1" 200 1497 0.003257 10.0.0.65 - - [2025-10-23 02:07:26] "GET /routing-instance/5e8c0ce0-d963-4516-9bd7-6ca26a8f1675 HTTP/1.1" 200 1497 0.002783 10.0.0.65 - - [2025-10-23 02:07:26] "GET /route-target/3091e193-c3e3-496b-8904-8c8208df438d HTTP/1.1" 200 1213 0.002594 10.0.0.65 - - [2025-10-23 02:07:26] "GET /domains HTTP/1.1" 200 280 0.002225 10.0.0.65 - - [2025-10-23 02:07:26] "GET /domains?obj_uuids=2e283574-867c-482d-913f-5e0415a1ddc2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000923 10.0.0.65 - - [2025-10-23 02:07:26] "GET /domain/2e283574-867c-482d-913f-5e0415a1ddc2 HTTP/1.1" 200 2750 0.005881 10.0.0.65 - - [2025-10-23 02:07:26] "GET /projects?obj_uuids=63376f9f-9572-4ad0-8a6a-c6746b2063b3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001078 10.0.0.65 - - [2025-10-23 02:07:26] "GET /project/63376f9f-9572-4ad0-8a6a-c6746b2063b3 HTTP/1.1" 200 2526 0.063932 10.0.0.65 - - [2025-10-23 02:07:26] "GET /virtual-network/7029c7eb-f840-48e7-b400-2014de227342 HTTP/1.1" 200 2324 0.004360 10.0.0.65 - - [2025-10-23 02:07:26] "GET /obj-perms HTTP/1.1" 200 5026 0.002438 10.0.0.65 - - [2025-10-23 02:07:26] "POST /id-to-fqname HTTP/1.1" 200 223 0.001136 10.0.0.65 - - [2025-10-23 02:07:26] "POST /neutron/network HTTP/1.1" 200 842 0.005373 10.0.0.65 - - [2025-10-23 02:07:26] "GET /aaa-mode HTTP/1.1" 401 292 0.000402 10.0.0.65 - - [2025-10-23 02:07:26] "GET / HTTP/1.1" 200 35931 0.002740 10.0.0.65 - - [2025-10-23 02:07:26] "GET /project/63376f9f-9572-4ad0-8a6a-c6746b2063b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000369 10.0.0.65 - - [2025-10-23 02:07:27] "GET /projects?obj_uuids=63376f9f-9572-4ad0-8a6a-c6746b2063b3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001016 10.0.0.65 - - [2025-10-23 02:07:27] "GET /project/63376f9f-9572-4ad0-8a6a-c6746b2063b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.043235 10.0.0.65 - - [2025-10-23 02:07:27] "POST /neutron/network HTTP/1.1" 200 832 0.004766 10.0.0.65 - - [2025-10-23 02:07:27] "POST /neutron/port HTTP/1.1" 200 117 0.004735 10.0.0.65 - - [2025-10-23 02:07:27] "POST /neutron/port HTTP/1.1" 200 117 0.004884 10.0.0.65 - - [2025-10-23 02:07:27] "POST /id-to-fqname HTTP/1.1" 200 224 0.001300 10.0.0.65 - - [2025-10-23 02:07:27] "POST /neutron/port HTTP/1.1" 200 117 0.004697 10.0.0.65 - - [2025-10-23 02:07:27] "POST /neutron/network HTTP/1.1" 200 844 0.005368 10.0.0.65 - - [2025-10-23 02:07:27] "GET /aaa-mode HTTP/1.1" 401 292 0.000424 10.0.0.65 - - [2025-10-23 02:07:27] "POST /neutron/network HTTP/1.1" 200 842 0.005286 10.0.0.65 - - [2025-10-23 02:07:27] "GET /projects?obj_uuids=63376f9f-9572-4ad0-8a6a-c6746b2063b3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001005 10.0.0.65 - - [2025-10-23 02:07:27] "GET / HTTP/1.1" 200 35931 0.001844 10.0.0.65 - - [2025-10-23 02:07:27] "GET /project/63376f9f-9572-4ad0-8a6a-c6746b2063b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000369 10.0.0.65 - - [2025-10-23 02:07:27] "POST /neutron/port HTTP/1.1" 200 1058 0.183347 10.0.0.65 - - [2025-10-23 02:07:27] "POST /neutron/port HTTP/1.1" 200 1058 0.007924 10.0.0.65 - - [2025-10-23 02:07:27] "POST /neutron/port HTTP/1.1" 200 1058 0.009438 10.0.0.65 - - [2025-10-23 02:07:27] "POST /neutron/port HTTP/1.1" 200 1112 0.054916 10.0.0.65 - - [2025-10-23 02:07:28] "POST /neutron/port HTTP/1.1" 200 1086 0.009484 10.0.0.65 - - [2025-10-23 02:07:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003190 10.0.0.65 - - [2025-10-23 02:07:28] "POST /neutron/subnet HTTP/1.1" 200 698 0.006541 10.0.0.65 - - [2025-10-23 02:07:28] "POST /neutron/port HTTP/1.1" 200 117 0.001101 10.0.0.65 - - [2025-10-23 02:07:28] "POST /neutron/network HTTP/1.1" 200 832 0.005275 10.0.0.65 - - [2025-10-23 02:07:28] "GET /projects?obj_uuids=63376f9f-9572-4ad0-8a6a-c6746b2063b3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001699 10.0.0.65 - - [2025-10-23 02:07:28] "GET /project/63376f9f-9572-4ad0-8a6a-c6746b2063b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.049416 10.0.0.65 - - [2025-10-23 02:07:28] "POST /neutron/network HTTP/1.1" 200 834 0.005025 10.0.0.65 - - [2025-10-23 02:07:28] "POST /neutron/port HTTP/1.1" 200 1086 0.019708 10.0.0.65 - - [2025-10-23 02:07:28] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005797 10.0.0.65 - - [2025-10-23 02:07:28] "POST /neutron/port HTTP/1.1" 200 117 0.005041 10.0.0.65 - - [2025-10-23 02:07:28] "POST /fqname-to-id HTTP/1.1" 404 193 0.002609 10.0.0.65 - - [2025-10-23 02:07:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003532 10.0.0.65 - - [2025-10-23 02:07:28] "GET /domains?obj_uuids=2e283574-867c-482d-913f-5e0415a1ddc2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001007 10.0.0.65 - - [2025-10-23 02:07:28] "GET /domain/2e283574-867c-482d-913f-5e0415a1ddc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.006794 10.0.0.65 - - [2025-10-23 02:07:28] "POST /service-templates HTTP/1.1" 200 543 0.020727 10.0.0.65 - - [2025-10-23 02:07:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002797 10.0.0.65 - - [2025-10-23 02:07:28] "GET /service-template/39d2c437-6e34-4272-9eed-1b9bb66fd9df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.005503 10.0.0.65 - - [2025-10-23 02:07:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002722 10.0.0.65 - - [2025-10-23 02:07:28] "POST /neutron/network HTTP/1.1" 200 844 0.006448 10.0.0.65 - - [2025-10-23 02:07:28] "GET /service-template/39d2c437-6e34-4272-9eed-1b9bb66fd9df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.002951 10.0.0.65 - - [2025-10-23 02:07:28] "GET /projects?obj_uuids=63376f9f-9572-4ad0-8a6a-c6746b2063b3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000986 10.0.0.65 - - [2025-10-23 02:07:28] "POST /id-to-fqname HTTP/1.1" 200 223 0.001847 10.0.0.65 - - [2025-10-23 02:07:28] "POST /id-to-fqname HTTP/1.1" 200 223 0.001971 10.0.0.65 - - [2025-10-23 02:07:28] "POST /id-to-fqname HTTP/1.1" 200 224 0.001488 10.0.0.65 - - [2025-10-23 02:07:29] "POST /neutron/port HTTP/1.1" 200 1058 0.254512 10.0.0.65 - - [2025-10-23 02:07:29] "POST /neutron/port HTTP/1.1" 200 2002 0.034404 10.0.0.65 - - [2025-10-23 02:07:29] "POST /neutron/port HTTP/1.1" 200 1058 0.021321 10.0.0.65 - - [2025-10-23 02:07:29] "POST /neutron/security_group HTTP/1.1" 200 2056 0.015519 10.0.0.65 - - [2025-10-23 02:07:29] "POST /neutron/port HTTP/1.1" 200 1058 0.023729 10.0.0.65 - - [2025-10-23 02:07:29] "POST /neutron/port HTTP/1.1" 200 1112 0.114706 10.0.0.65 - - [2025-10-23 02:07:29] "POST /neutron/port HTTP/1.1" 200 1086 0.010199 10.0.0.65 - - [2025-10-23 02:07:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003260 10.0.0.65 - - [2025-10-23 02:07:29] "POST /neutron/subnet HTTP/1.1" 200 698 0.008043 10.0.0.65 - - [2025-10-23 02:07:29] "POST /neutron/port HTTP/1.1" 200 117 0.001641 10.0.0.65 - - [2025-10-23 02:07:29] "POST /neutron/network HTTP/1.1" 200 834 0.004888 10.0.0.65 - - [2025-10-23 02:07:29] "POST /neutron/network HTTP/1.1" 200 2222 0.014088 10.0.0.65 - - [2025-10-23 02:07:29] "GET /aaa-mode HTTP/1.1" 401 292 0.000394 10.0.0.65 - - [2025-10-23 02:07:30] "GET / HTTP/1.1" 200 35931 0.001539 10.0.0.65 - - [2025-10-23 02:07:30] "GET /project/63376f9f-9572-4ad0-8a6a-c6746b2063b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000398 10.0.0.65 - - [2025-10-23 02:07:30] "GET /projects?obj_uuids=63376f9f-9572-4ad0-8a6a-c6746b2063b3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000991 10.0.0.65 - - [2025-10-23 02:07:30] "GET /project/63376f9f-9572-4ad0-8a6a-c6746b2063b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.061464 10.0.0.65 - - [2025-10-23 02:07:30] "POST /neutron/network HTTP/1.1" 200 831 0.006539 10.0.0.65 - - [2025-10-23 02:07:30] "POST /neutron/network HTTP/1.1" 200 832 0.007118 10.0.0.65 - - [2025-10-23 02:07:30] "POST /neutron/network HTTP/1.1" 200 834 0.005298 10.0.0.65 - - [2025-10-23 02:07:30] "POST /neutron/port HTTP/1.1" 200 2056 0.014731 10.0.0.65 - - [2025-10-23 02:07:30] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006502 10.0.0.65 - - [2025-10-23 02:07:31] "POST /neutron/port HTTP/1.1" 200 117 0.004987 10.0.0.65 - - [2025-10-23 02:07:31] "POST /neutron/port HTTP/1.1" 200 117 0.005943 10.0.0.65 - - [2025-10-23 02:07:31] "POST /neutron/network HTTP/1.1" 200 2222 0.011566 10.0.0.65 - - [2025-10-23 02:07:31] "GET /projects?obj_uuids=63376f9f-9572-4ad0-8a6a-c6746b2063b3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001121 10.0.0.65 - - [2025-10-23 02:07:31] "POST /neutron/port HTTP/1.1" 200 1057 0.241134 10.0.0.65 - - [2025-10-23 02:07:31] "GET /projects?obj_uuids=63376f9f-9572-4ad0-8a6a-c6746b2063b3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001436 10.0.0.65 - - [2025-10-23 02:07:31] "POST /neutron/port HTTP/1.1" 200 1058 0.198036 10.0.0.65 - - [2025-10-23 02:07:31] "GET /projects?obj_uuids=63376f9f-9572-4ad0-8a6a-c6746b2063b3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001647 10.0.0.65 - - [2025-10-23 02:07:32] "POST /neutron/port HTTP/1.1" 200 1058 0.206238 10.0.0.65 - - [2025-10-23 02:07:32] "POST /neutron/port HTTP/1.1" 200 1057 0.008354 10.0.0.65 - - [2025-10-23 02:07:32] "POST /neutron/port HTTP/1.1" 200 1057 0.007696 10.0.0.65 - - [2025-10-23 02:07:32] "POST /neutron/port HTTP/1.1" 200 1111 0.086013 10.0.0.65 - - [2025-10-23 02:07:32] "POST /neutron/port HTTP/1.1" 200 1058 0.010114 10.0.0.65 - - [2025-10-23 02:07:32] "POST /neutron/port HTTP/1.1" 200 1058 0.010773 10.0.0.65 - - [2025-10-23 02:07:32] "POST /neutron/port HTTP/1.1" 200 1112 0.088512 10.0.0.65 - - [2025-10-23 02:07:32] "POST /neutron/port HTTP/1.1" 200 1058 0.009721 10.0.0.65 - - [2025-10-23 02:07:32] "POST /neutron/port HTTP/1.1" 200 1058 0.008532 10.0.0.65 - - [2025-10-23 02:07:32] "POST /neutron/port HTTP/1.1" 200 1112 0.067780 10.0.0.65 - - [2025-10-23 02:07:32] "POST /neutron/port HTTP/1.1" 200 3024 0.013714 10.0.0.65 - - [2025-10-23 02:07:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003172 10.0.0.65 - - [2025-10-23 02:07:32] "POST /neutron/subnet HTTP/1.1" 200 694 0.008499 10.0.0.65 - - [2025-10-23 02:07:32] "POST /neutron/port HTTP/1.1" 200 117 0.001240 10.0.0.65 - - [2025-10-23 02:07:32] "POST /neutron/network HTTP/1.1" 200 831 0.004956 10.0.0.65 - - [2025-10-23 02:07:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003320 10.0.0.65 - - [2025-10-23 02:07:32] "POST /neutron/subnet HTTP/1.1" 200 698 0.006645 10.0.0.65 - - [2025-10-23 02:07:32] "POST /neutron/port HTTP/1.1" 200 117 0.001417 10.0.0.65 - - [2025-10-23 02:07:32] "POST /neutron/network HTTP/1.1" 200 832 0.005289 10.0.0.65 - - [2025-10-23 02:07:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003776 10.0.0.65 - - [2025-10-23 02:07:32] "POST /neutron/subnet HTTP/1.1" 200 698 0.006607 10.0.0.65 - - [2025-10-23 02:07:32] "POST /neutron/port HTTP/1.1" 200 117 0.001175 10.0.0.65 - - [2025-10-23 02:07:32] "POST /neutron/network HTTP/1.1" 200 834 0.005160 10.0.0.65 - - [2025-10-23 02:07:36] "POST /neutron/port HTTP/1.1" 200 3024 0.014965 10.0.0.65 - - [2025-10-23 02:07:36] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005704 10.0.0.65 - - [2025-10-23 02:07:36] "POST /neutron/port HTTP/1.1" 200 3024 0.014663 10.0.0.65 - - [2025-10-23 02:07:36] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007319 10.0.0.65 - - [2025-10-23 02:07:36] "POST /neutron/port HTTP/1.1" 200 3024 0.017361 10.0.0.65 - - [2025-10-23 02:07:36] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005861 10.0.0.65 - - [2025-10-23 02:07:36] "POST /neutron/port HTTP/1.1" 200 3024 0.015728 10.0.0.65 - - [2025-10-23 02:07:36] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005929 10.0.0.65 - - [2025-10-23 02:07:36] "POST /neutron/port HTTP/1.1" 200 3024 0.016669 10.0.0.65 - - [2025-10-23 02:07:36] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005803 10.0.0.65 - - [2025-10-23 02:07:36] "GET /virtual-machine/ae8fd047-d50f-4051-8ec0-613ce532d4d3 HTTP/1.1" 200 1803 0.004546 10.0.0.65 - - [2025-10-23 02:07:36] "GET /virtual-machine-interface/66c672f8-5a07-4bd4-b743-08fab2f5a3e0 HTTP/1.1" 200 2946 0.005393 10.0.0.65 - - [2025-10-23 02:07:36] "GET /virtual-machine-interface/7a145e7f-a570-4164-a49d-451b4e041eac HTTP/1.1" 200 2949 0.004794 10.0.0.65 - - [2025-10-23 02:07:36] "GET /virtual-machine-interface/acb5d4fb-b1a0-4422-a37f-6080c0bc5763 HTTP/1.1" 200 2947 0.004872 10.0.0.65 - - [2025-10-23 02:07:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002711 10.0.0.65 - - [2025-10-23 02:07:36] "GET /global-vrouter-config/95eadd9a-0ced-4891-a5dd-85fa8734b586?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002955 10.0.0.65 - - [2025-10-23 02:07:36] "GET /virtual-networks?parent_id=63376f9f-9572-4ad0-8a6a-c6746b2063b3&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003211 10.0.0.65 - - [2025-10-23 02:07:36] "GET /virtual-network/19598057-7cde-4cf5-a622-08cacf38d31f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005280 10.0.0.65 - - [2025-10-23 02:07:37] "POST /neutron/port HTTP/1.1" 200 1086 0.009925 10.0.0.65 - - [2025-10-23 02:07:37] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005114 10.0.0.65 - - [2025-10-23 02:07:38] "POST /neutron/port HTTP/1.1" 200 1086 0.011359 10.0.0.65 - - [2025-10-23 02:07:38] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005071 10.0.0.65 - - [2025-10-23 02:07:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003257 10.0.0.65 - - [2025-10-23 02:07:39] "GET /virtual-network/19598057-7cde-4cf5-a622-08cacf38d31f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005099 10.0.0.65 - - [2025-10-23 02:07:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002949 10.0.0.65 - - [2025-10-23 02:07:44] "GET /virtual-network/19598057-7cde-4cf5-a622-08cacf38d31f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004980 10.0.0.65 - - [2025-10-23 02:07:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003001 10.0.0.65 - - [2025-10-23 02:07:48] "GET /virtual-network/19598057-7cde-4cf5-a622-08cacf38d31f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006105 10.0.0.65 - - [2025-10-23 02:07:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002877 10.0.0.65 - - [2025-10-23 02:07:52] "GET /virtual-network/19598057-7cde-4cf5-a622-08cacf38d31f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006260 10.0.0.65 - - [2025-10-23 02:07:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002948 10.0.0.65 - - [2025-10-23 02:07:54] "GET /global-vrouter-config/95eadd9a-0ced-4891-a5dd-85fa8734b586?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003326 10.0.0.65 - - [2025-10-23 02:07:54] "GET /virtual-networks?parent_id=63376f9f-9572-4ad0-8a6a-c6746b2063b3&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003375 10.0.0.65 - - [2025-10-23 02:07:54] "GET /virtual-network/19598057-7cde-4cf5-a622-08cacf38d31f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006941 10.0.0.65 - - [2025-10-23 02:07:54] "POST /neutron/port HTTP/1.1" 200 3024 0.014259 10.0.0.65 - - [2025-10-23 02:07:54] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005764 10.0.0.65 - - [2025-10-23 02:07:55] "DELETE /project/63376f9f95724ad08a6ac6746b2063b3 HTTP/1.1" 404 173 0.004374 10.0.0.65 - - [2025-10-23 02:07:55] "GET /projects?obj_uuids=a16e0768-a7a4-455c-aed8-fd38f41aaf3b&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001160 10.0.0.65 - - [2025-10-23 02:07:55] "GET /project/a16e0768-a7a4-455c-aed8-fd38f41aaf3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1451 0.026384 10.0.0.65 - - [2025-10-23 02:07:55] "GET /projects?obj_uuids=a16e0768-a7a4-455c-aed8-fd38f41aaf3b&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001284 10.0.0.65 - - [2025-10-23 02:07:55] "GET /project/a16e0768-a7a4-455c-aed8-fd38f41aaf3b?fields=security_groups HTTP/1.1" 200 1353 0.067220 10.0.0.65 - - [2025-10-23 02:07:55] "DELETE /security-group/20d928f4-9666-4ab6-bf89-9c3fc86cc997 HTTP/1.1" 200 115 0.035360 10.0.0.65 - - [2025-10-23 02:07:55] "GET /projects?obj_uuids=a16e0768-a7a4-455c-aed8-fd38f41aaf3b&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000924 10.0.0.65 - - [2025-10-23 02:07:55] "DELETE /access-control-list/e9c87ec9-d284-43c7-9c9c-412bb66f76b2 HTTP/1.1" 200 115 0.029414 10.0.0.65 - - [2025-10-23 02:07:55] "GET /project/a16e0768-a7a4-455c-aed8-fd38f41aaf3b?fields=application_policy_sets HTTP/1.1" 200 1392 0.030563 10.0.0.65 - - [2025-10-23 02:07:55] "DELETE /access-control-list/45898e4b-20f6-4e5f-a1d9-65611d013499 HTTP/1.1" 200 115 0.029191 10.0.0.65 - - [2025-10-23 02:07:55] "DELETE /project/a16e0768-a7a4-455c-aed8-fd38f41aaf3b HTTP/1.1" 200 115 0.313056 10.0.0.65 - - [2025-10-23 02:07:59] "GET /obj-perms HTTP/1.1" 200 5056 0.046956 10.0.0.65 - - [2025-10-23 02:07:59] "POST /neutron/port HTTP/1.1" 200 3024 0.015970 10.0.0.65 - - [2025-10-23 02:07:59] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007511 10.0.0.65 - - [2025-10-23 02:08:00] "GET /obj-perms HTTP/1.1" 200 5056 0.041988 10.0.0.65 - - [2025-10-23 02:08:05] "POST /neutron/port HTTP/1.1" 200 3024 0.017625 10.0.0.65 - - [2025-10-23 02:08:05] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006030 10.0.0.65 - - [2025-10-23 02:08:05] "POST /neutron/port HTTP/1.1" 200 3024 0.012722 10.0.0.65 - - [2025-10-23 02:08:05] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004822 10.0.0.65 - - [2025-10-23 02:08:10] "POST /neutron/port HTTP/1.1" 200 3024 0.013163 10.0.0.65 - - [2025-10-23 02:08:10] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005269 10.0.0.65 - - [2025-10-23 02:08:15] "POST /neutron/port HTTP/1.1" 200 3024 0.013972 10.0.0.65 - - [2025-10-23 02:08:15] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005596 10.0.0.65 - - [2025-10-23 02:08:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003176 10.0.0.65 - - [2025-10-23 02:08:20] "GET /global-vrouter-config/95eadd9a-0ced-4891-a5dd-85fa8734b586?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003504 10.0.0.65 - - [2025-10-23 02:08:20] "GET /virtual-networks?parent_id=63376f9f-9572-4ad0-8a6a-c6746b2063b3&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002588 10.0.0.65 - - [2025-10-23 02:08:20] "GET /virtual-network/1d034af0-c421-4841-889c-22076fe126ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005839 10.0.0.65 - - [2025-10-23 02:08:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003249 10.0.0.65 - - [2025-10-23 02:08:20] "GET /global-vrouter-config/95eadd9a-0ced-4891-a5dd-85fa8734b586?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002753 10.0.0.65 - - [2025-10-23 02:08:20] "GET /virtual-networks?parent_id=63376f9f-9572-4ad0-8a6a-c6746b2063b3&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003448 10.0.0.65 - - [2025-10-23 02:08:20] "GET /virtual-network/7029c7eb-f840-48e7-b400-2014de227342?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006710 10.0.0.65 - - [2025-10-23 02:08:21] "POST /fqname-to-id HTTP/1.1" 404 207 0.003219 10.0.0.65 - - [2025-10-23 02:08:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003001 10.0.0.65 - - [2025-10-23 02:08:21] "GET /projects?obj_uuids=63376f9f-9572-4ad0-8a6a-c6746b2063b3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.027375 10.0.0.65 - - [2025-10-23 02:08:21] "GET /project/63376f9f-9572-4ad0-8a6a-c6746b2063b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.051178 10.0.0.65 - - [2025-10-23 02:08:21] "POST /service-instances HTTP/1.1" 200 543 0.063947 10.0.0.65 - - [2025-10-23 02:08:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002791 10.0.0.65 - - [2025-10-23 02:08:21] "GET /service-instance/5c712608-b880-407c-ad45-16325c13e0f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2135 0.005240 10.0.0.65 - - [2025-10-23 02:08:21] "POST /port-tuples HTTP/1.1" 200 586 0.022398 10.0.0.65 - - [2025-10-23 02:08:21] "GET /virtual-machine-interface/acb5d4fb-b1a0-4422-a37f-6080c0bc5763?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2726 0.005636 10.0.0.65 - - [2025-10-23 02:08:21] "PUT /virtual-machine-interface/acb5d4fb-b1a0-4422-a37f-6080c0bc5763 HTTP/1.1" 200 284 0.010273 10.0.0.65 - - [2025-10-23 02:08:21] "POST /ref-update HTTP/1.1" 200 156 0.010835 10.0.0.65 - - [2025-10-23 02:08:21] "POST /instance-ips HTTP/1.1" 200 385 0.021827 10.0.0.65 - - [2025-10-23 02:08:21] "POST /ref-update HTTP/1.1" 200 156 0.010282 10.0.0.65 - - [2025-10-23 02:08:21] "GET /virtual-machine-interface/66c672f8-5a07-4bd4-b743-08fab2f5a3e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2725 0.005754 10.0.0.65 - - [2025-10-23 02:08:21] "POST /ref-update HTTP/1.1" 200 156 0.008707 10.0.0.65 - - [2025-10-23 02:08:21] "PUT /virtual-machine-interface/66c672f8-5a07-4bd4-b743-08fab2f5a3e0 HTTP/1.1" 200 284 0.012290 10.0.0.65 - - [2025-10-23 02:08:21] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002985 10.0.0.65 - - [2025-10-23 02:08:21] "POST /ref-update HTTP/1.1" 200 156 0.008531 10.0.0.65 - - [2025-10-23 02:08:21] "GET /virtual-machine-interface/7a145e7f-a570-4164-a49d-451b4e041eac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2728 0.004782 10.0.0.65 - - [2025-10-23 02:08:21] "POST /instance-ips HTTP/1.1" 200 385 0.033458 10.0.0.65 - - [2025-10-23 02:08:21] "PUT /virtual-machine-interface/7a145e7f-a570-4164-a49d-451b4e041eac HTTP/1.1" 200 284 0.010867 10.0.0.65 - - [2025-10-23 02:08:21] "POST /ref-update HTTP/1.1" 200 156 0.012623 10.0.0.65 - - [2025-10-23 02:08:22] "POST /ref-update HTTP/1.1" 200 156 0.009326 10.0.0.65 - - [2025-10-23 02:08:22] "POST /ref-update HTTP/1.1" 200 156 0.009228 10.0.0.65 - - [2025-10-23 02:08:22] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002827 10.0.0.65 - - [2025-10-23 02:08:22] "POST /neutron/port HTTP/1.1" 200 1086 0.010187 10.0.0.65 - - [2025-10-23 02:08:22] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006224 10.0.0.65 - - [2025-10-23 02:08:22] "POST /instance-ips HTTP/1.1" 200 373 0.018650 10.0.0.65 - - [2025-10-23 02:08:22] "POST /neutron/port HTTP/1.1" 200 1086 0.010344 10.0.0.65 - - [2025-10-23 02:08:22] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006017 10.0.0.65 - - [2025-10-23 02:08:22] "POST /ref-update HTTP/1.1" 200 156 0.011616 10.0.0.65 - - [2025-10-23 02:08:22] "POST /ref-update HTTP/1.1" 200 156 0.010462 10.0.0.65 - - [2025-10-23 02:08:22] "POST /neutron/port HTTP/1.1" 200 1086 0.013652 10.0.0.65 - - [2025-10-23 02:08:22] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005362 10.0.0.65 - - [2025-10-23 02:08:22] "GET /virtual-machine/34ae2c78-29d2-4603-978d-db5273f6c19b HTTP/1.1" 200 1290 0.003773 10.0.0.65 - - [2025-10-23 02:08:22] "GET /virtual-machine-interface/710d9b30-d316-41ca-9265-2e1526de8f07 HTTP/1.1" 200 2946 0.004346 10.0.0.65 - - [2025-10-23 02:08:22] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.001956 10.0.0.65 - - [2025-10-23 02:08:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003024 10.0.0.65 - - [2025-10-23 02:08:22] "GET /global-vrouter-config/95eadd9a-0ced-4891-a5dd-85fa8734b586?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002846 10.0.0.65 - - [2025-10-23 02:08:22] "POST /instance-ips HTTP/1.1" 200 373 0.013523 10.0.0.65 - - [2025-10-23 02:08:22] "GET /virtual-networks?parent_id=63376f9f-9572-4ad0-8a6a-c6746b2063b3&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002704 10.0.0.65 - - [2025-10-23 02:08:22] "POST /ref-update HTTP/1.1" 200 156 0.009841 10.0.0.65 - - [2025-10-23 02:08:22] "GET /virtual-network/1d034af0-c421-4841-889c-22076fe126ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.010196 10.0.0.65 - - [2025-10-23 02:08:22] "POST /ref-update HTTP/1.1" 200 156 0.007857 10.0.0.65 - - [2025-10-23 02:08:22] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002593 10.0.0.65 - - [2025-10-23 02:08:22] "POST /instance-ips HTTP/1.1" 200 375 0.015260 10.0.0.65 - - [2025-10-23 02:08:22] "POST /ref-update HTTP/1.1" 200 156 0.008379 10.0.0.65 - - [2025-10-23 02:08:22] "POST /ref-update HTTP/1.1" 200 156 0.008900 10.0.0.65 - - [2025-10-23 02:08:22] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002756 10.0.0.65 - - [2025-10-23 02:08:22] "POST /instance-ips HTTP/1.1" 200 375 0.017883 10.0.0.65 - - [2025-10-23 02:08:22] "POST /ref-update HTTP/1.1" 200 156 0.007695 10.0.0.65 - - [2025-10-23 02:08:22] "POST /ref-update HTTP/1.1" 200 156 0.007985 10.0.0.65 - - [2025-10-23 02:08:22] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002699 10.0.0.65 - - [2025-10-23 02:08:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002671 10.0.0.65 - - [2025-10-23 02:08:23] "GET /global-vrouter-config/95eadd9a-0ced-4891-a5dd-85fa8734b586?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002849 10.0.0.65 - - [2025-10-23 02:08:23] "GET /virtual-networks?parent_id=63376f9f-9572-4ad0-8a6a-c6746b2063b3&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003167 10.0.0.65 - - [2025-10-23 02:08:23] "GET /virtual-network/1d034af0-c421-4841-889c-22076fe126ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005079 10.0.0.65 - - [2025-10-23 02:08:23] "POST /neutron/port HTTP/1.1" 200 1086 0.010046 10.0.0.65 - - [2025-10-23 02:08:23] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005183 10.0.0.65 - - [2025-10-23 02:08:23] "POST /neutron/port HTTP/1.1" 200 1086 0.010096 10.0.0.65 - - [2025-10-23 02:08:23] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004828 10.0.0.65 - - [2025-10-23 02:08:24] "POST /neutron/port HTTP/1.1" 200 1086 0.010444 10.0.0.65 - - [2025-10-23 02:08:24] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005708 10.0.0.65 - - [2025-10-23 02:08:24] "GET /virtual-machine/e9aae301-655a-4697-a0b9-e9f2e9577828 HTTP/1.1" 200 1291 0.003672 10.0.0.65 - - [2025-10-23 02:08:24] "GET /virtual-machine-interface/a0ff5727-439d-4fbd-ab05-115d13eadee8 HTTP/1.1" 200 2950 0.004307 10.0.0.65 - - [2025-10-23 02:08:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003057 10.0.0.65 - - [2025-10-23 02:08:24] "GET /global-vrouter-config/95eadd9a-0ced-4891-a5dd-85fa8734b586?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002854 10.0.0.65 - - [2025-10-23 02:08:24] "GET /virtual-networks?parent_id=63376f9f-9572-4ad0-8a6a-c6746b2063b3&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002470 10.0.0.65 - - [2025-10-23 02:08:24] "GET /virtual-network/7029c7eb-f840-48e7-b400-2014de227342?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004926 10.0.0.65 - - [2025-10-23 02:08:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002800 10.0.0.65 - - [2025-10-23 02:08:25] "GET /global-vrouter-config/95eadd9a-0ced-4891-a5dd-85fa8734b586?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003758 10.0.0.65 - - [2025-10-23 02:08:25] "GET /virtual-networks?parent_id=63376f9f-9572-4ad0-8a6a-c6746b2063b3&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002720 10.0.0.65 - - [2025-10-23 02:08:25] "GET /virtual-network/7029c7eb-f840-48e7-b400-2014de227342?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005281 10.0.0.65 - - [2025-10-23 02:08:25] "POST /fqname-to-id HTTP/1.1" 404 211 0.002685 10.0.0.65 - - [2025-10-23 02:08:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002271 10.0.0.65 - - [2025-10-23 02:08:25] "GET /projects?obj_uuids=63376f9f-9572-4ad0-8a6a-c6746b2063b3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000962 10.0.0.65 - - [2025-10-23 02:08:25] "GET /project/63376f9f-9572-4ad0-8a6a-c6746b2063b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.022808 10.0.0.65 - - [2025-10-23 02:08:25] "POST /network-policys HTTP/1.1" 200 547 0.017602 10.0.0.65 - - [2025-10-23 02:08:25] "GET /network-policy/6a24a11f-72ed-4015-9b5b-48c9e7aa65c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.004331 10.0.0.65 - - [2025-10-23 02:08:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002661 10.0.0.65 - - [2025-10-23 02:08:25] "GET /virtual-network/1d034af0-c421-4841-889c-22076fe126ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005139 10.0.0.65 - - [2025-10-23 02:08:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002802 10.0.0.65 - - [2025-10-23 02:08:25] "GET /network-policy/6a24a11f-72ed-4015-9b5b-48c9e7aa65c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003816 10.0.0.65 - - [2025-10-23 02:08:26] "POST /ref-update HTTP/1.1" 200 156 0.027470 10.0.0.65 - - [2025-10-23 02:08:26] "POST /fqname-to-id HTTP/1.1" 404 242 0.030579 10.0.0.65 - - [2025-10-23 02:08:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002029 10.0.0.65 - - [2025-10-23 02:08:26] "POST /access-control-lists HTTP/1.1" 200 601 0.058633 10.0.0.65 - - [2025-10-23 02:08:26] "GET /network-policy/6a24a11f-72ed-4015-9b5b-48c9e7aa65c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003493 10.0.0.65 - - [2025-10-23 02:08:26] "POST /neutron/network HTTP/1.1" 200 920 0.007787 10.0.0.65 - - [2025-10-23 02:08:26] "GET /virtual-network/1d034af0-c421-4841-889c-22076fe126ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.004468 10.0.0.65 - - [2025-10-23 02:08:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002668 10.0.0.65 - - [2025-10-23 02:08:26] "GET /network-policy/6a24a11f-72ed-4015-9b5b-48c9e7aa65c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003328 10.0.0.65 - - [2025-10-23 02:08:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002705 10.0.0.65 - - [2025-10-23 02:08:26] "GET /virtual-network/7029c7eb-f840-48e7-b400-2014de227342?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005760 10.0.0.65 - - [2025-10-23 02:08:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002957 10.0.0.65 - - [2025-10-23 02:08:26] "GET /network-policy/6a24a11f-72ed-4015-9b5b-48c9e7aa65c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003590 10.0.0.65 - - [2025-10-23 02:08:26] "POST /ref-update HTTP/1.1" 200 156 0.031230 10.0.0.65 - - [2025-10-23 02:08:26] "PUT /access-control-list/50bd5c43-9711-44eb-a808-1e1d768db735 HTTP/1.1" 200 272 0.016248 10.0.0.65 - - [2025-10-23 02:08:26] "POST /fqname-to-id HTTP/1.1" 404 244 0.002347 10.0.0.65 - - [2025-10-23 02:08:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002829 10.0.0.65 - - [2025-10-23 02:08:26] "GET /network-policy/6a24a11f-72ed-4015-9b5b-48c9e7aa65c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.024571 10.0.0.65 - - [2025-10-23 02:08:26] "POST /access-control-lists HTTP/1.1" 200 604 0.062157 10.0.0.65 - - [2025-10-23 02:08:26] "POST /neutron/network HTTP/1.1" 200 922 0.007524 10.0.0.65 - - [2025-10-23 02:08:26] "GET /virtual-network/7029c7eb-f840-48e7-b400-2014de227342?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.004312 10.0.0.65 - - [2025-10-23 02:08:26] "POST /routing-instances HTTP/1.1" 200 759 0.022151 10.0.0.65 - - [2025-10-23 02:08:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002728 10.0.0.65 - - [2025-10-23 02:08:26] "POST /route-targets HTTP/1.1" 200 327 0.008802 10.0.0.65 - - [2025-10-23 02:08:26] "GET /network-policy/6a24a11f-72ed-4015-9b5b-48c9e7aa65c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003138 10.0.0.65 - - [2025-10-23 02:08:26] "POST /ref-update HTTP/1.1" 200 156 0.008807 10.0.0.65 - - [2025-10-23 02:08:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002479 10.0.0.65 - - [2025-10-23 02:08:26] "GET /routing-instance/0e236b0d-7481-4410-a969-756d46d8da25?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1277 0.003694 10.0.0.65 - - [2025-10-23 02:08:26] "GET /service-template/39d2c437-6e34-4272-9eed-1b9bb66fd9df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.003818 10.0.0.65 - - [2025-10-23 02:08:26] "GET /routing-instance/0e236b0d-7481-4410-a969-756d46d8da25?fields=routing_policy_back_refs HTTP/1.1" 200 1277 0.003766 10.0.0.65 - - [2025-10-23 02:08:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002637 10.0.0.65 - - [2025-10-23 02:08:27] "POST /ref-update HTTP/1.1" 200 156 0.010397 10.0.0.65 - - [2025-10-23 02:08:27] "GET /projects?obj_uuids=63376f9f-9572-4ad0-8a6a-c6746b2063b3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001307 10.0.0.65 - - [2025-10-23 02:08:27] "GET /project/63376f9f-9572-4ad0-8a6a-c6746b2063b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.038025 10.0.0.65 - - [2025-10-23 02:08:27] "POST /routing-instances HTTP/1.1" 200 760 0.020617 10.0.0.65 - - [2025-10-23 02:08:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002715 10.0.0.65 - - [2025-10-23 02:08:27] "POST /route-targets HTTP/1.1" 200 327 0.009106 10.0.0.65 - - [2025-10-23 02:08:27] "GET /service-instance/5c712608-b880-407c-ad45-16325c13e0f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3529 0.005457 10.0.0.65 - - [2025-10-23 02:08:27] "POST /ref-update HTTP/1.1" 200 156 0.008641 10.0.0.65 - - [2025-10-23 02:08:27] "GET /domains HTTP/1.1" 200 280 0.002582 10.0.0.65 - - [2025-10-23 02:08:27] "GET /domains?obj_uuids=2e283574-867c-482d-913f-5e0415a1ddc2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001009 10.0.0.65 - - [2025-10-23 02:08:27] "GET /domain/2e283574-867c-482d-913f-5e0415a1ddc2 HTTP/1.1" 200 2771 0.007739 10.0.0.65 - - [2025-10-23 02:08:27] "GET /projects?obj_uuids=63376f9f-9572-4ad0-8a6a-c6746b2063b3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001433 10.0.0.65 - - [2025-10-23 02:08:27] "GET /routing-instance/fb4b091c-78d0-4e96-a2f0-710c813dc1a6?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1279 0.006678 10.0.0.65 - - [2025-10-23 02:08:27] "GET /routing-instance/fb4b091c-78d0-4e96-a2f0-710c813dc1a6?fields=routing_policy_back_refs HTTP/1.1" 200 1279 0.004377 10.0.0.65 - - [2025-10-23 02:08:27] "GET /project/63376f9f-9572-4ad0-8a6a-c6746b2063b3 HTTP/1.1" 200 4242 0.072155 10.0.0.65 - - [2025-10-23 02:08:27] "GET /service-instance/5c712608-b880-407c-ad45-16325c13e0f2 HTTP/1.1" 200 3783 0.005219 10.0.0.65 - - [2025-10-23 02:08:27] "GET /domains HTTP/1.1" 200 280 0.002126 10.0.0.65 - - [2025-10-23 02:08:27] "GET /domains?obj_uuids=2e283574-867c-482d-913f-5e0415a1ddc2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000897 10.0.0.65 - - [2025-10-23 02:08:27] "GET /domain/2e283574-867c-482d-913f-5e0415a1ddc2 HTTP/1.1" 200 2771 0.006203 10.0.0.65 - - [2025-10-23 02:08:27] "GET /projects?obj_uuids=63376f9f-9572-4ad0-8a6a-c6746b2063b3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001020 10.0.0.65 - - [2025-10-23 02:08:27] "PUT /routing-instance/0e236b0d-7481-4410-a969-756d46d8da25 HTTP/1.1" 200 266 0.011891 10.0.0.65 - - [2025-10-23 02:08:27] "PUT /routing-instance/fb4b091c-78d0-4e96-a2f0-710c813dc1a6 HTTP/1.1" 200 266 0.010361 10.0.0.65 - - [2025-10-23 02:08:27] "GET /project/63376f9f-9572-4ad0-8a6a-c6746b2063b3 HTTP/1.1" 200 4242 0.077888 10.0.0.65 - - [2025-10-23 02:08:27] "GET /service-instance/5c712608-b880-407c-ad45-16325c13e0f2 HTTP/1.1" 200 3783 0.003789 10.0.0.65 - - [2025-10-23 02:08:27] "GET /port-tuple/772cc1f9-f97e-435e-8e0b-d081761071dd HTTP/1.1" 200 1979 0.003169 10.0.0.65 - - [2025-10-23 02:08:27] "GET /virtual-machine-interface/66c672f8-5a07-4bd4-b743-08fab2f5a3e0 HTTP/1.1" 200 3798 0.004760 10.0.0.65 - - [2025-10-23 02:08:27] "GET /virtual-machine-interface/7a145e7f-a570-4164-a49d-451b4e041eac HTTP/1.1" 200 3804 0.004662 10.0.0.65 - - [2025-10-23 02:08:27] "GET /virtual-machine-interface/acb5d4fb-b1a0-4422-a37f-6080c0bc5763 HTTP/1.1" 200 3817 0.006588 10.0.0.65 - - [2025-10-23 02:08:27] "POST /ref-update HTTP/1.1" 200 156 0.013257 10.0.0.65 - - [2025-10-23 02:08:27] "PUT /access-control-list/20c5760f-7ed9-48aa-a37d-4d89ac4007cb HTTP/1.1" 200 272 0.014827 10.0.0.65 - - [2025-10-23 02:08:27] "POST /neutron/port HTTP/1.1" 200 3831 0.056261 10.0.0.65 - - [2025-10-23 02:08:27] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005292 10.0.0.65 - - [2025-10-23 02:08:27] "POST /neutron/port HTTP/1.1" 200 3831 0.027765 10.0.0.65 - - [2025-10-23 02:08:27] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004963 10.0.0.65 - - [2025-10-23 02:08:27] "POST /neutron/port HTTP/1.1" 200 3831 0.030996 10.0.0.65 - - [2025-10-23 02:08:27] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008823 10.0.0.65 - - [2025-10-23 02:08:27] "POST /neutron/port HTTP/1.1" 200 3831 0.029591 10.0.0.65 - - [2025-10-23 02:08:27] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005838 10.0.0.65 - - [2025-10-23 02:08:27] "POST /neutron/network HTTP/1.1" 200 894 0.012237 10.0.0.65 - - [2025-10-23 02:08:27] "POST /neutron/network HTTP/1.1" 200 920 0.005625 10.0.0.65 - - [2025-10-23 02:08:27] "POST /neutron/network HTTP/1.1" 200 805 0.011304 10.0.0.65 - - [2025-10-23 02:08:27] "POST /neutron/network HTTP/1.1" 200 831 0.004854 10.0.0.65 - - [2025-10-23 02:08:28] "POST /neutron/network HTTP/1.1" 200 896 0.014035 10.0.0.65 - - [2025-10-23 02:08:28] "POST /neutron/network HTTP/1.1" 200 922 0.004695 10.0.0.65 - - [2025-10-23 02:08:28] "POST /id-to-fqname HTTP/1.1" 200 223 0.000986 10.0.0.65 - - [2025-10-23 02:08:28] "POST /id-to-fqname HTTP/1.1" 200 223 0.001038 10.0.0.65 - - [2025-10-23 02:08:28] "POST /id-to-fqname HTTP/1.1" 200 224 0.001209 10.0.0.65 - - [2025-10-23 02:08:28] "GET /virtual-machine/ae8fd047-d50f-4051-8ec0-613ce532d4d3 HTTP/1.1" 200 1803 0.003323 10.0.0.65 - - [2025-10-23 02:08:28] "GET /virtual-machine-interface/66c672f8-5a07-4bd4-b743-08fab2f5a3e0 HTTP/1.1" 200 3798 0.006189 10.0.0.65 - - [2025-10-23 02:08:28] "GET /virtual-machine-interface/7a145e7f-a570-4164-a49d-451b4e041eac HTTP/1.1" 200 3804 0.004431 10.0.0.65 - - [2025-10-23 02:08:28] "GET /virtual-machine-interface/acb5d4fb-b1a0-4422-a37f-6080c0bc5763 HTTP/1.1" 200 3817 0.004322 10.0.0.65 - - [2025-10-23 02:08:28] "GET /instance-ip/18b6ce55-434b-4ffa-a7c9-1eb92a531fb8 HTTP/1.1" 200 1621 0.005425 10.0.0.65 - - [2025-10-23 02:08:28] "GET /instance-ip/523aa12a-e413-4893-9465-fb8b2e02239e HTTP/1.1" 200 1954 0.002948 10.0.0.65 - - [2025-10-23 02:08:28] "GET /instance-ip/ff3b493e-102a-4471-875f-b0b0541f6a6f HTTP/1.1" 200 1956 0.003078 10.0.0.65 - - [2025-10-23 02:08:28] "GET /instance-ip/4846694a-ba17-4939-ab42-22cac9b57faf HTTP/1.1" 200 1958 0.002822 10.0.0.65 - - [2025-10-23 02:08:28] "GET /instance-ip/aa82bd13-cce6-454c-8e95-e16f5e1cfa4e HTTP/1.1" 200 1961 0.002810 10.0.0.65 - - [2025-10-23 02:08:28] "GET /instance-ip/da9a5176-024d-4c13-86e4-ae6623a8e6ab HTTP/1.1" 200 1622 0.004311 10.0.0.65 - - [2025-10-23 02:08:28] "GET /instance-ip/0dd03bd1-4d01-4062-bb8c-d758bc4c7c93 HTTP/1.1" 200 1977 0.002675 10.0.0.65 - - [2025-10-23 02:08:28] "GET /instance-ip/9a19c11f-9dc1-4302-b92b-9409b1f36544 HTTP/1.1" 200 1981 0.002797 10.0.0.65 - - [2025-10-23 02:08:28] "GET /instance-ip/da54ee61-dd5c-4b2e-9c11-599feebd8d04 HTTP/1.1" 200 1621 0.003537 10.0.0.65 - - [2025-10-23 02:08:28] "POST /neutron/port HTTP/1.1" 200 3831 0.023443 10.0.0.65 - - [2025-10-23 02:08:28] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004887 10.0.0.65 - - [2025-10-23 02:08:28] "POST /neutron/port HTTP/1.1" 200 3831 0.023748 10.0.0.65 - - [2025-10-23 02:08:28] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005338 10.0.0.65 - - [2025-10-23 02:08:28] "POST /neutron/port HTTP/1.1" 200 3831 0.030497 10.0.0.65 - - [2025-10-23 02:08:28] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005569 10.0.0.65 - - [2025-10-23 02:08:28] "POST /neutron/port HTTP/1.1" 200 3831 0.023495 10.0.0.65 - - [2025-10-23 02:08:28] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005436 10.0.0.65 - - [2025-10-23 02:08:28] "GET /virtual-machine/ae8fd047-d50f-4051-8ec0-613ce532d4d3 HTTP/1.1" 200 1803 0.004350 10.0.0.65 - - [2025-10-23 02:08:28] "GET /virtual-machine-interface/66c672f8-5a07-4bd4-b743-08fab2f5a3e0 HTTP/1.1" 200 3798 0.004740 10.0.0.65 - - [2025-10-23 02:08:28] "GET /virtual-machine-interface/7a145e7f-a570-4164-a49d-451b4e041eac HTTP/1.1" 200 3804 0.004671 10.0.0.65 - - [2025-10-23 02:08:28] "GET /virtual-machine-interface/acb5d4fb-b1a0-4422-a37f-6080c0bc5763 HTTP/1.1" 200 3817 0.005368 10.0.0.65 - - [2025-10-23 02:08:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002612 10.0.0.65 - - [2025-10-23 02:08:28] "GET /global-vrouter-config/95eadd9a-0ced-4891-a5dd-85fa8734b586?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002976 10.0.0.65 - - [2025-10-23 02:08:28] "GET /virtual-networks?parent_id=63376f9f-9572-4ad0-8a6a-c6746b2063b3&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002647 10.0.0.65 - - [2025-10-23 02:08:28] "GET /virtual-network/1d034af0-c421-4841-889c-22076fe126ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.005899 10.0.0.65 - - [2025-10-23 02:08:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002626 10.0.0.65 - - [2025-10-23 02:08:29] "GET /global-vrouter-config/95eadd9a-0ced-4891-a5dd-85fa8734b586?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003001 10.0.0.65 - - [2025-10-23 02:08:29] "GET /virtual-networks?parent_id=63376f9f-9572-4ad0-8a6a-c6746b2063b3&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002661 10.0.0.65 - - [2025-10-23 02:08:29] "GET /virtual-network/1d034af0-c421-4841-889c-22076fe126ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.005295 10.0.0.65 - - [2025-10-23 02:08:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002587 10.0.0.65 - - [2025-10-23 02:08:30] "GET /global-vrouter-config/95eadd9a-0ced-4891-a5dd-85fa8734b586?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003132 10.0.0.65 - - [2025-10-23 02:08:30] "GET /virtual-networks?parent_id=63376f9f-9572-4ad0-8a6a-c6746b2063b3&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002743 10.0.0.65 - - [2025-10-23 02:08:30] "GET /virtual-network/1d034af0-c421-4841-889c-22076fe126ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.004848 10.0.0.65 - - [2025-10-23 02:08:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003739 10.0.0.65 - - [2025-10-23 02:08:30] "GET /global-vrouter-config/95eadd9a-0ced-4891-a5dd-85fa8734b586?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003873 10.0.0.65 - - [2025-10-23 02:08:30] "GET /virtual-networks?parent_id=63376f9f-9572-4ad0-8a6a-c6746b2063b3&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003175 10.0.0.65 - - [2025-10-23 02:08:30] "GET /virtual-network/1d034af0-c421-4841-889c-22076fe126ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.005136 10.0.0.65 - - [2025-10-23 02:08:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002816 10.0.0.65 - - [2025-10-23 02:08:30] "GET /global-vrouter-config/95eadd9a-0ced-4891-a5dd-85fa8734b586?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003902 10.0.0.65 - - [2025-10-23 02:08:30] "GET /virtual-networks?parent_id=63376f9f-9572-4ad0-8a6a-c6746b2063b3&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002735 10.0.0.65 - - [2025-10-23 02:08:30] "GET /virtual-network/1d034af0-c421-4841-889c-22076fe126ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.005128 10.0.0.65 - - [2025-10-23 02:08:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002918 10.0.0.65 - - [2025-10-23 02:08:30] "GET /global-vrouter-config/95eadd9a-0ced-4891-a5dd-85fa8734b586?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003724 10.0.0.65 - - [2025-10-23 02:08:30] "GET /virtual-networks?parent_id=63376f9f-9572-4ad0-8a6a-c6746b2063b3&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003019 10.0.0.65 - - [2025-10-23 02:08:30] "GET /virtual-network/19598057-7cde-4cf5-a622-08cacf38d31f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005810 10.0.0.65 - - [2025-10-23 02:08:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002778 10.0.0.65 - - [2025-10-23 02:08:30] "GET /global-vrouter-config/95eadd9a-0ced-4891-a5dd-85fa8734b586?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003585 10.0.0.65 - - [2025-10-23 02:08:30] "GET /virtual-networks?parent_id=63376f9f-9572-4ad0-8a6a-c6746b2063b3&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003544 10.0.0.65 - - [2025-10-23 02:08:31] "GET /virtual-network/19598057-7cde-4cf5-a622-08cacf38d31f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005238 10.0.0.65 - - [2025-10-23 02:08:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002524 10.0.0.65 - - [2025-10-23 02:08:31] "GET /global-vrouter-config/95eadd9a-0ced-4891-a5dd-85fa8734b586?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003331 10.0.0.65 - - [2025-10-23 02:08:31] "GET /virtual-networks?parent_id=63376f9f-9572-4ad0-8a6a-c6746b2063b3&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003039 10.0.0.65 - - [2025-10-23 02:08:31] "GET /virtual-network/19598057-7cde-4cf5-a622-08cacf38d31f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005583 10.0.0.65 - - [2025-10-23 02:08:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002718 10.0.0.65 - - [2025-10-23 02:08:31] "GET /global-vrouter-config/95eadd9a-0ced-4891-a5dd-85fa8734b586?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003488 10.0.0.65 - - [2025-10-23 02:08:31] "GET /virtual-networks?parent_id=63376f9f-9572-4ad0-8a6a-c6746b2063b3&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003126 10.0.0.65 - - [2025-10-23 02:08:31] "GET /virtual-network/19598057-7cde-4cf5-a622-08cacf38d31f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005244 10.0.0.65 - - [2025-10-23 02:08:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002821 10.0.0.65 - - [2025-10-23 02:08:31] "GET /global-vrouter-config/95eadd9a-0ced-4891-a5dd-85fa8734b586?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003288 10.0.0.65 - - [2025-10-23 02:08:31] "GET /virtual-networks?parent_id=63376f9f-9572-4ad0-8a6a-c6746b2063b3&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002777 10.0.0.65 - - [2025-10-23 02:08:31] "GET /virtual-network/7029c7eb-f840-48e7-b400-2014de227342?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.006773 10.0.0.65 - - [2025-10-23 02:08:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002851 10.0.0.65 - - [2025-10-23 02:08:31] "GET /global-vrouter-config/95eadd9a-0ced-4891-a5dd-85fa8734b586?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003329 10.0.0.65 - - [2025-10-23 02:08:31] "GET /virtual-networks?parent_id=63376f9f-9572-4ad0-8a6a-c6746b2063b3&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002712 10.0.0.65 - - [2025-10-23 02:08:31] "GET /virtual-network/7029c7eb-f840-48e7-b400-2014de227342?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.006803 10.0.0.65 - - [2025-10-23 02:08:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002671 10.0.0.65 - - [2025-10-23 02:08:31] "GET /global-vrouter-config/95eadd9a-0ced-4891-a5dd-85fa8734b586?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003370 10.0.0.65 - - [2025-10-23 02:08:32] "GET /virtual-networks?parent_id=63376f9f-9572-4ad0-8a6a-c6746b2063b3&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002939 10.0.0.65 - - [2025-10-23 02:08:32] "GET /virtual-network/7029c7eb-f840-48e7-b400-2014de227342?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.005090 10.0.0.65 - - [2025-10-23 02:08:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003295 10.0.0.65 - - [2025-10-23 02:08:32] "GET /global-vrouter-config/95eadd9a-0ced-4891-a5dd-85fa8734b586?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003340 10.0.0.65 - - [2025-10-23 02:08:32] "GET /virtual-networks?parent_id=63376f9f-9572-4ad0-8a6a-c6746b2063b3&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002902 10.0.0.65 - - [2025-10-23 02:08:32] "GET /virtual-network/7029c7eb-f840-48e7-b400-2014de227342?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.005891 10.0.0.65 - - [2025-10-23 02:08:32] "GET /virtual-machine/ae8fd047-d50f-4051-8ec0-613ce532d4d3 HTTP/1.1" 200 1803 0.003520 10.0.0.65 - - [2025-10-23 02:08:32] "GET /domains HTTP/1.1" 200 280 0.002497 10.0.0.65 - - [2025-10-23 02:08:32] "GET /domains?obj_uuids=2e283574-867c-482d-913f-5e0415a1ddc2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001447 10.0.0.65 - - [2025-10-23 02:08:32] "GET /domain/2e283574-867c-482d-913f-5e0415a1ddc2 HTTP/1.1" 200 2771 0.007512 10.0.0.65 - - [2025-10-23 02:08:32] "GET /projects?obj_uuids=63376f9f-9572-4ad0-8a6a-c6746b2063b3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000897 10.0.0.65 - - [2025-10-23 02:08:32] "GET /project/63376f9f-9572-4ad0-8a6a-c6746b2063b3 HTTP/1.1" 200 4242 0.068871 10.0.0.65 - - [2025-10-23 02:08:32] "GET /service-instance/5c712608-b880-407c-ad45-16325c13e0f2 HTTP/1.1" 200 3783 0.003532 10.0.0.65 - - [2025-10-23 02:08:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002184 10.0.0.65 - - [2025-10-23 02:08:32] "GET /routing-instance/b8245a70-17fb-4edc-aa74-bc057bf65b2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1888 0.003399 10.0.0.65 - - [2025-10-23 02:08:32] "GET /routing-instance/b8245a70-17fb-4edc-aa74-bc057bf65b2c?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2021 0.004713 10.0.0.65 - - [2025-10-23 02:08:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002638 10.0.0.65 - - [2025-10-23 02:08:32] "GET /routing-instance/5e8c0ce0-d963-4516-9bd7-6ca26a8f1675?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1892 0.004125 10.0.0.65 - - [2025-10-23 02:08:32] "GET /routing-instance/5e8c0ce0-d963-4516-9bd7-6ca26a8f1675?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2023 0.005689 10.0.0.65 - - [2025-10-23 02:08:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002659 10.0.0.65 - - [2025-10-23 02:08:32] "GET /virtual-network/1d034af0-c421-4841-889c-22076fe126ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.005410 10.0.0.65 - - [2025-10-23 02:08:32] "GET /virtual-network/1d034af0-c421-4841-889c-22076fe126ed?fields=routing_instances HTTP/1.1" 200 1682 0.006086 10.0.0.65 - - [2025-10-23 02:08:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002669 10.0.0.65 - - [2025-10-23 02:08:32] "GET /virtual-network/7029c7eb-f840-48e7-b400-2014de227342?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.005002 10.0.0.65 - - [2025-10-23 02:08:32] "GET /virtual-network/7029c7eb-f840-48e7-b400-2014de227342?fields=routing_instances HTTP/1.1" 200 1688 0.006393 10.0.0.65 - - [2025-10-23 02:08:37] "POST /ref-update HTTP/1.1" 200 156 0.030259 10.0.0.65 - - [2025-10-23 02:08:37] "DELETE /access-control-list/20c5760f-7ed9-48aa-a37d-4d89ac4007cb HTTP/1.1" 200 115 0.029849 10.0.0.65 - - [2025-10-23 02:08:37] "POST /neutron/network HTTP/1.1" 200 834 0.008787 10.0.0.65 - - [2025-10-23 02:08:37] "GET /virtual-network/7029c7eb-f840-48e7-b400-2014de227342?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004727 10.0.0.65 - - [2025-10-23 02:08:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002445 10.0.0.65 - - [2025-10-23 02:08:37] "DELETE /routing-instance/0e236b0d-7481-4410-a969-756d46d8da25 HTTP/1.1" 200 115 0.034154 10.0.0.65 - - [2025-10-23 02:08:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.006210 10.0.0.65 - - [2025-10-23 02:08:37] "GET /network-policy/6a24a11f-72ed-4015-9b5b-48c9e7aa65c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003736 10.0.0.65 - - [2025-10-23 02:08:37] "DELETE /route-target/64811afe-084a-4459-933a-17bf5027d6e5 HTTP/1.1" 200 115 0.013303 10.0.0.65 - - [2025-10-23 02:08:37] "POST /ref-update HTTP/1.1" 200 156 0.033949 10.0.0.65 - - [2025-10-23 02:08:37] "DELETE /routing-instance/fb4b091c-78d0-4e96-a2f0-710c813dc1a6 HTTP/1.1" 200 115 0.046334 10.0.0.65 - - [2025-10-23 02:08:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002702 10.0.0.65 - - [2025-10-23 02:08:37] "POST /neutron/network HTTP/1.1" 200 832 0.006249 10.0.0.65 - - [2025-10-23 02:08:37] "GET /virtual-network/1d034af0-c421-4841-889c-22076fe126ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005109 10.0.0.65 - - [2025-10-23 02:08:37] "DELETE /route-target/f13e3eea-aac7-4fdc-8551-0d09ee44b7d2 HTTP/1.1" 200 115 0.015126 10.0.0.65 - - [2025-10-23 02:08:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002865 10.0.0.65 - - [2025-10-23 02:08:37] "DELETE /access-control-list/50bd5c43-9711-44eb-a808-1e1d768db735 HTTP/1.1" 200 115 0.029855 10.0.0.65 - - [2025-10-23 02:08:37] "GET /network-policy/6a24a11f-72ed-4015-9b5b-48c9e7aa65c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003227 10.0.0.65 - - [2025-10-23 02:08:37] "DELETE /network-policy/6a24a11f-72ed-4015-9b5b-48c9e7aa65c8 HTTP/1.1" 200 115 0.023336 10.0.0.65 - - [2025-10-23 02:08:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002204 10.0.0.65 - - [2025-10-23 02:08:37] "DELETE /service-instance/5c712608-b880-407c-ad45-16325c13e0f2 HTTP/1.1" 200 115 0.045025 10.0.0.65 - - [2025-10-23 02:08:37] "GET /domains HTTP/1.1" 200 280 0.004515 10.0.0.65 - - [2025-10-23 02:08:37] "POST /ref-update HTTP/1.1" 200 156 0.019609 10.0.0.65 - - [2025-10-23 02:08:37] "GET /domains?obj_uuids=2e283574-867c-482d-913f-5e0415a1ddc2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001023 10.0.0.65 - - [2025-10-23 02:08:37] "GET /domain/2e283574-867c-482d-913f-5e0415a1ddc2 HTTP/1.1" 200 2771 0.008165 10.0.0.65 - - [2025-10-23 02:08:37] "GET /projects?obj_uuids=63376f9f-9572-4ad0-8a6a-c6746b2063b3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001499 10.0.0.65 - - [2025-10-23 02:08:37] "DELETE /instance-ip/aa82bd13-cce6-454c-8e95-e16f5e1cfa4e HTTP/1.1" 200 115 0.031776 10.0.0.65 - - [2025-10-23 02:08:37] "POST /ref-update HTTP/1.1" 200 156 0.007707 10.0.0.65 - - [2025-10-23 02:08:37] "GET /project/63376f9f-9572-4ad0-8a6a-c6746b2063b3 HTTP/1.1" 200 3768 0.082868 10.0.0.65 - - [2025-10-23 02:08:37] "GET /virtual-machine/ae8fd047-d50f-4051-8ec0-613ce532d4d3 HTTP/1.1" 200 1803 0.003321 10.0.0.65 - - [2025-10-23 02:08:37] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.004292 10.0.0.65 - - [2025-10-23 02:08:37] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.001600 10.0.0.65 - - [2025-10-23 02:08:37] "DELETE /instance-ip/9a19c11f-9dc1-4302-b92b-9409b1f36544 HTTP/1.1" 200 115 0.032155 10.0.0.65 - - [2025-10-23 02:08:37] "POST /ref-update HTTP/1.1" 200 156 0.008804 10.0.0.65 - - [2025-10-23 02:08:37] "DELETE /instance-ip/4846694a-ba17-4939-ab42-22cac9b57faf HTTP/1.1" 200 115 0.020857 10.0.0.65 - - [2025-10-23 02:08:37] "POST /ref-update HTTP/1.1" 200 156 0.010188 10.0.0.65 - - [2025-10-23 02:08:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003297 10.0.0.65 - - [2025-10-23 02:08:37] "DELETE /service-template/39d2c437-6e34-4272-9eed-1b9bb66fd9df HTTP/1.1" 200 115 0.032667 10.0.0.65 - - [2025-10-23 02:08:37] "POST /fqname-to-id HTTP/1.1" 404 193 0.002392 10.0.0.65 - - [2025-10-23 02:08:37] "DELETE /instance-ip/523aa12a-e413-4893-9465-fb8b2e02239e HTTP/1.1" 200 115 0.031203 10.0.0.65 - - [2025-10-23 02:08:37] "POST /ref-update HTTP/1.1" 200 156 0.007886 10.0.0.65 - - [2025-10-23 02:08:38] "DELETE /instance-ip/0dd03bd1-4d01-4062-bb8c-d758bc4c7c93 HTTP/1.1" 200 115 0.020504 10.0.0.65 - - [2025-10-23 02:08:38] "POST /ref-update HTTP/1.1" 200 156 0.010074 10.0.0.65 - - [2025-10-23 02:08:38] "DELETE /instance-ip/ff3b493e-102a-4471-875f-b0b0541f6a6f HTTP/1.1" 200 115 0.020180 10.0.0.65 - - [2025-10-23 02:08:38] "POST /neutron/network HTTP/1.1" 200 834 0.005514 10.0.0.65 - - [2025-10-23 02:08:38] "POST /neutron/network HTTP/1.1" 400 204 0.012794 10.0.0.65 - - [2025-10-23 02:08:38] "POST /neutron/port HTTP/1.1" 200 1086 0.014000 10.0.0.65 - - [2025-10-23 02:08:38] "POST /neutron/port HTTP/1.1" 200 1086 0.009126 10.0.0.65 - - [2025-10-23 02:08:38] "POST /neutron/port HTTP/1.1" 200 1112 0.010173 10.0.0.65 - - [2025-10-23 02:08:38] "POST /neutron/port HTTP/1.1" 200 1112 0.009228 10.0.0.65 - - [2025-10-23 02:08:38] "POST /neutron/port HTTP/1.1" 200 3024 0.025377 10.0.0.65 - - [2025-10-23 02:08:38] "POST /neutron/port HTTP/1.1" 200 151 0.172778 10.0.0.65 - - [2025-10-23 02:08:38] "POST /neutron/port HTTP/1.1" 200 1112 0.012124 10.0.0.65 - - [2025-10-23 02:08:38] "POST /neutron/port HTTP/1.1" 200 151 0.173636 10.0.0.65 - - [2025-10-23 02:08:39] "POST /neutron/port HTTP/1.1" 200 151 0.103390 10.0.0.65 - - [2025-10-23 02:08:39] "POST /neutron/port HTTP/1.1" 200 1112 0.008408 10.0.0.65 - - [2025-10-23 02:08:39] "POST /neutron/port HTTP/1.1" 200 151 0.100670 10.0.0.65 - - [2025-10-23 02:08:39] "POST /neutron/port HTTP/1.1" 200 1111 0.010113 10.0.0.65 - - [2025-10-23 02:08:39] "POST /neutron/port HTTP/1.1" 200 151 0.099014 10.0.0.65 - - [2025-10-23 02:08:40] "POST /neutron/network HTTP/1.1" 200 834 0.005135 10.0.0.65 - - [2025-10-23 02:08:40] "POST /useragent-kv HTTP/1.1" 200 115 0.001907 10.0.0.65 - - [2025-10-23 02:08:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.007179 10.0.0.65 - - [2025-10-23 02:08:40] "POST /useragent-kv HTTP/1.1" 200 115 0.002675 10.0.0.65 - - [2025-10-23 02:08:40] "POST /neutron/network HTTP/1.1" 200 151 0.073812 10.0.0.65 - - [2025-10-23 02:08:40] "DELETE /route-target/3091e193-c3e3-496b-8904-8c8208df438d HTTP/1.1" 200 115 0.017534 10.0.0.65 - - [2025-10-23 02:08:40] "GET /routing-instance/5e8c0ce0-d963-4516-9bd7-6ca26a8f1675 HTTP/1.1" 404 171 0.004305 10.0.0.65 - - [2025-10-23 02:08:40] "GET /domains HTTP/1.1" 200 280 0.002077 10.0.0.65 - - [2025-10-23 02:08:40] "GET /domains?obj_uuids=2e283574-867c-482d-913f-5e0415a1ddc2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001433 10.0.0.65 - - [2025-10-23 02:08:40] "GET /domain/2e283574-867c-482d-913f-5e0415a1ddc2 HTTP/1.1" 200 2571 0.048327 10.0.0.65 - - [2025-10-23 02:08:40] "GET /projects?obj_uuids=63376f9f-9572-4ad0-8a6a-c6746b2063b3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001062 10.0.0.65 - - [2025-10-23 02:08:40] "GET /project/63376f9f-9572-4ad0-8a6a-c6746b2063b3 HTTP/1.1" 200 2307 0.066447 10.0.0.65 - - [2025-10-23 02:08:40] "POST /neutron/network HTTP/1.1" 200 832 0.005266 10.0.0.65 - - [2025-10-23 02:08:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004297 10.0.0.65 - - [2025-10-23 02:08:40] "POST /useragent-kv HTTP/1.1" 200 115 0.002408 10.0.0.65 - - [2025-10-23 02:08:40] "POST /useragent-kv HTTP/1.1" 200 115 0.002886 10.0.0.65 - - [2025-10-23 02:08:40] "POST /neutron/network HTTP/1.1" 200 151 0.090100 10.0.0.65 - - [2025-10-23 02:08:40] "DELETE /route-target/503eef8b-d4a2-47f1-bf2e-c75c443536c4 HTTP/1.1" 200 115 0.015339 10.0.0.65 - - [2025-10-23 02:08:40] "GET /routing-instance/b8245a70-17fb-4edc-aa74-bc057bf65b2c HTTP/1.1" 404 171 0.002565 10.0.0.65 - - [2025-10-23 02:08:40] "GET /domains HTTP/1.1" 200 280 0.002440 10.0.0.65 - - [2025-10-23 02:08:40] "GET /domains?obj_uuids=2e283574-867c-482d-913f-5e0415a1ddc2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001678 10.0.0.65 - - [2025-10-23 02:08:40] "GET /domain/2e283574-867c-482d-913f-5e0415a1ddc2 HTTP/1.1" 200 2571 0.048702 10.0.0.65 - - [2025-10-23 02:08:40] "GET /projects?obj_uuids=63376f9f-9572-4ad0-8a6a-c6746b2063b3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001443 10.0.0.65 - - [2025-10-23 02:08:40] "GET /project/63376f9f-9572-4ad0-8a6a-c6746b2063b3 HTTP/1.1" 200 2089 0.069444 10.0.0.65 - - [2025-10-23 02:08:40] "POST /neutron/network HTTP/1.1" 200 831 0.004986 10.0.0.65 - - [2025-10-23 02:08:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004826 10.0.0.65 - - [2025-10-23 02:08:40] "POST /useragent-kv HTTP/1.1" 200 115 0.003298 10.0.0.65 - - [2025-10-23 02:08:40] "POST /useragent-kv HTTP/1.1" 200 115 0.002282 10.0.0.65 - - [2025-10-23 02:08:40] "POST /neutron/network HTTP/1.1" 200 151 0.077639 10.0.0.65 - - [2025-10-23 02:08:40] "DELETE /route-target/db940991-3148-4f04-9c6d-f680ab35e357 HTTP/1.1" 200 115 0.017703 10.0.0.65 - - [2025-10-23 02:08:40] "GET /routing-instance/1667f512-097a-4d7d-8334-665603ce1a27 HTTP/1.1" 404 171 0.002625 10.0.0.65 - - [2025-10-23 02:08:40] "GET /domains HTTP/1.1" 200 280 0.002358 10.0.0.65 - - [2025-10-23 02:08:40] "GET /domains?obj_uuids=2e283574-867c-482d-913f-5e0415a1ddc2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001728 10.0.0.65 - - [2025-10-23 02:08:40] "GET /domain/2e283574-867c-482d-913f-5e0415a1ddc2 HTTP/1.1" 200 2571 0.050557 10.0.0.65 - - [2025-10-23 02:08:40] "GET /projects?obj_uuids=63376f9f-9572-4ad0-8a6a-c6746b2063b3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000928 10.0.0.65 - - [2025-10-23 02:08:40] "GET /project/63376f9f-9572-4ad0-8a6a-c6746b2063b3 HTTP/1.1" 200 1849 0.068245 10.0.0.65 - - [2025-10-23 02:08:41] "GET /projects?obj_uuids=63376f9f-9572-4ad0-8a6a-c6746b2063b3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001060 10.0.0.65 - - [2025-10-23 02:08:41] "GET /project/63376f9f-9572-4ad0-8a6a-c6746b2063b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.046138 10.0.0.65 - - [2025-10-23 02:08:41] "GET /projects?obj_uuids=63376f9f-9572-4ad0-8a6a-c6746b2063b3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001061 10.0.0.65 - - [2025-10-23 02:08:41] "GET /project/63376f9f-9572-4ad0-8a6a-c6746b2063b3?fields=virtual_networks HTTP/1.1" 200 1037 0.067500 10.0.0.65 - - [2025-10-23 02:08:41] "GET /projects?obj_uuids=63376f9f-9572-4ad0-8a6a-c6746b2063b3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001147 10.0.0.65 - - [2025-10-23 02:08:41] "GET /project/63376f9f-9572-4ad0-8a6a-c6746b2063b3?fields=virtual_machine_interfaces HTTP/1.1" 200 1037 0.025049 10.0.0.65 - - [2025-10-23 02:08:41] "GET /projects?obj_uuids=63376f9f-9572-4ad0-8a6a-c6746b2063b3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001099 10.0.0.65 - - [2025-10-23 02:08:41] "GET /project/63376f9f-9572-4ad0-8a6a-c6746b2063b3?fields=security_groups HTTP/1.1" 200 1261 0.025554 10.0.0.65 - - [2025-10-23 02:08:42] "POST /fqname-to-id HTTP/1.1" 404 189 0.023112 10.0.0.65 - - [2025-10-23 02:08:42] "GET /projects?obj_uuids=052be350-d9d8-4d86-a395-f43f3b1f1068&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002185 10.0.0.65 - - [2025-10-23 02:08:42] "GET /domains?obj_uuids=2e283574-867c-482d-913f-5e0415a1ddc2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001063 10.0.0.65 - - [2025-10-23 02:08:42] "GET /domain/2e283574-867c-482d-913f-5e0415a1ddc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.033165 10.0.0.65 - - [2025-10-23 02:08:42] "POST /id-to-fqname HTTP/1.1" 200 191 0.001326 10.0.0.65 - - [2025-10-23 02:08:42] "POST /fqname-to-id HTTP/1.1" 404 200 0.003287 10.0.0.65 - - [2025-10-23 02:08:42] "POST /security-groups HTTP/1.1" 200 592 0.065270 10.0.0.65 - - [2025-10-23 02:08:42] "POST /fqname-to-id HTTP/1.1" 404 235 0.002691 10.0.0.65 - - [2025-10-23 02:08:42] "POST /projects HTTP/1.1" 200 587 0.211936 10.0.0.65 - - [2025-10-23 02:08:42] "POST /access-control-lists HTTP/1.1" 200 597 0.056674 10.0.0.65 - - [2025-10-23 02:08:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.279243 10.0.0.65 - - [2025-10-23 02:08:42] "POST /fqname-to-id HTTP/1.1" 404 234 0.002529 10.0.0.65 - - [2025-10-23 02:08:42] "GET /project/052be350-d9d8-4d86-a395-f43f3b1f1068?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.422004 10.0.0.65 - - [2025-10-23 02:08:42] "POST /access-control-lists HTTP/1.1" 200 595 0.056690 10.0.0.65 - - [2025-10-23 02:08:43] "GET / HTTP/1.1" 200 35931 0.002078 10.0.0.65 - - [2025-10-23 02:08:45] "GET /project/052be350-d9d8-4d86-a395-f43f3b1f1068?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000470 10.0.0.65 - - [2025-10-23 02:08:45] "GET /projects?obj_uuids=052be350-d9d8-4d86-a395-f43f3b1f1068&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001028 10.0.0.65 - - [2025-10-23 02:08:45] "GET /project/052be350-d9d8-4d86-a395-f43f3b1f1068?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.046817 10.0.0.65 - - [2025-10-23 02:08:45] "POST /fqname-to-id HTTP/1.1" 404 180 0.002050 10.0.0.65 - - [2025-10-23 02:08:45] "POST /virtual-DNSs HTTP/1.1" 200 507 0.016427 10.0.0.65 - - [2025-10-23 02:08:45] "GET /virtual-DNS/ce2ed231-09bc-4f7b-9b25-3586383fd16a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.004370 10.0.0.65 - - [2025-10-23 02:08:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003237 10.0.0.65 - - [2025-10-23 02:08:45] "GET /virtual-DNS/ce2ed231-09bc-4f7b-9b25-3586383fd16a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.003223 10.0.0.65 - - [2025-10-23 02:08:45] "GET /domains HTTP/1.1" 401 292 0.000449 10.0.0.65 - - [2025-10-23 02:08:46] "GET /domains HTTP/1.1" 200 280 0.023459 10.0.0.65 - - [2025-10-23 02:08:46] "GET /domains?obj_uuids=2e283574-867c-482d-913f-5e0415a1ddc2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000918 10.0.0.65 - - [2025-10-23 02:08:46] "GET /domain/2e283574-867c-482d-913f-5e0415a1ddc2 HTTP/1.1" 200 2958 0.006927 10.0.0.65 - - [2025-10-23 02:08:46] "GET /virtual-DNS/ce2ed231-09bc-4f7b-9b25-3586383fd16a HTTP/1.1" 200 1439 0.003527 10.0.0.65 - - [2025-10-23 02:08:46] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.001830 10.0.0.65 - - [2025-10-23 02:08:46] "POST /network-ipams HTTP/1.1" 200 514 0.018343 10.0.0.65 - - [2025-10-23 02:08:46] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 751 0.003248 10.0.0.65 - - [2025-10-23 02:08:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003373 10.0.0.65 - - [2025-10-23 02:08:46] "GET /network-ipam/b6d2644b-6af6-466c-a7d2-cf63b4f4fc3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.004232 10.0.0.65 - - [2025-10-23 02:08:46] "PUT /network-ipam/b6d2644b-6af6-466c-a7d2-cf63b4f4fc3a HTTP/1.1" 200 258 0.008626 10.0.0.65 - - [2025-10-23 02:08:46] "POST /ref-update HTTP/1.1" 200 156 0.007838 10.0.0.65 - - [2025-10-23 02:08:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003120 10.0.0.65 - - [2025-10-23 02:08:46] "GET /projects?obj_uuids=052be350-d9d8-4d86-a395-f43f3b1f1068&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001323 10.0.0.65 - - [2025-10-23 02:08:46] "GET /project/052be350-d9d8-4d86-a395-f43f3b1f1068?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.025531 10.0.0.65 - - [2025-10-23 02:08:46] "POST /neutron/network HTTP/1.1" 200 117 0.031380 10.0.0.65 - - [2025-10-23 02:08:46] "GET /projects?obj_uuids=052be350-d9d8-4d86-a395-f43f3b1f1068&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000999 10.0.0.65 - - [2025-10-23 02:08:46] "POST /neutron/network HTTP/1.1" 200 618 0.062399 10.0.0.65 - - [2025-10-23 02:08:46] "POST /route-targets HTTP/1.1" 200 327 0.011108 10.0.0.65 - - [2025-10-23 02:08:46] "POST /ref-update HTTP/1.1" 200 156 0.013766 10.0.0.65 - - [2025-10-23 02:08:46] "POST /useragent-kv HTTP/1.1" 200 115 0.002620 10.0.0.65 - - [2025-10-23 02:08:46] "POST /neutron/subnet HTTP/1.1" 200 711 0.181760 10.0.0.65 - - [2025-10-23 02:08:46] "POST /neutron/network HTTP/1.1" 200 833 0.004858 10.0.0.65 - - [2025-10-23 02:08:46] "POST /id-to-fqname HTTP/1.1" 200 227 0.001071 10.0.0.65 - - [2025-10-23 02:08:46] "GET /virtual-network/9780c23c-5216-4411-823b-52fef8ae8d60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005127 10.0.0.65 - - [2025-10-23 02:08:46] "POST /neutron/network HTTP/1.1" 200 833 0.005077 10.0.0.65 - - [2025-10-23 02:08:46] "GET /virtual-network/9780c23c-5216-4411-823b-52fef8ae8d60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004531 10.0.0.65 - - [2025-10-23 02:08:47] "POST /neutron/network HTTP/1.1" 200 833 0.007557 10.0.0.65 - - [2025-10-23 02:08:47] "POST /neutron/subnet HTTP/1.1" 200 711 0.006024 10.0.0.65 - - [2025-10-23 02:08:47] "POST /neutron/network HTTP/1.1" 200 807 0.008584 10.0.0.65 - - [2025-10-23 02:08:47] "POST /neutron/network HTTP/1.1" 200 833 0.004441 10.0.0.65 - - [2025-10-23 02:08:47] "POST /id-to-fqname HTTP/1.1" 200 227 0.000953 10.0.0.65 - - [2025-10-23 02:08:47] "POST /neutron/network HTTP/1.1" 200 843 0.005982 10.0.0.65 - - [2025-10-23 02:08:47] "GET /aaa-mode HTTP/1.1" 401 292 0.000386 10.0.0.65 - - [2025-10-23 02:08:47] "GET / HTTP/1.1" 200 35931 0.001703 10.0.0.65 - - [2025-10-23 02:08:47] "GET /project/052be350-d9d8-4d86-a395-f43f3b1f1068?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000336 10.0.0.65 - - [2025-10-23 02:08:48] "GET /projects?obj_uuids=052be350-d9d8-4d86-a395-f43f3b1f1068&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001017 10.0.0.65 - - [2025-10-23 02:08:48] "GET /project/052be350-d9d8-4d86-a395-f43f3b1f1068?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.043382 10.0.0.65 - - [2025-10-23 02:08:48] "POST /neutron/network HTTP/1.1" 200 833 0.028780 10.0.0.65 - - [2025-10-23 02:08:48] "POST /neutron/port HTTP/1.1" 200 117 0.004818 10.0.0.65 - - [2025-10-23 02:08:48] "POST /neutron/port HTTP/1.1" 200 117 0.005112 10.0.0.65 - - [2025-10-23 02:08:48] "POST /neutron/port HTTP/1.1" 200 117 0.004680 10.0.0.65 - - [2025-10-23 02:08:48] "POST /neutron/network HTTP/1.1" 200 843 0.007068 10.0.0.65 - - [2025-10-23 02:08:48] "GET /projects?obj_uuids=052be350-d9d8-4d86-a395-f43f3b1f1068&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001077 10.0.0.65 - - [2025-10-23 02:08:48] "POST /neutron/port HTTP/1.1" 200 1058 0.170301 10.0.0.65 - - [2025-10-23 02:08:48] "POST /neutron/port HTTP/1.1" 200 1058 0.030540 10.0.0.65 - - [2025-10-23 02:08:48] "POST /neutron/port HTTP/1.1" 200 1058 0.008042 10.0.0.65 - - [2025-10-23 02:08:49] "POST /neutron/port HTTP/1.1" 200 1112 0.051814 10.0.0.65 - - [2025-10-23 02:08:49] "POST /neutron/port HTTP/1.1" 200 1086 0.010466 10.0.0.65 - - [2025-10-23 02:08:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003032 10.0.0.65 - - [2025-10-23 02:08:49] "POST /neutron/subnet HTTP/1.1" 200 685 0.005996 10.0.0.65 - - [2025-10-23 02:08:49] "POST /neutron/port HTTP/1.1" 200 117 0.001416 10.0.0.65 - - [2025-10-23 02:08:49] "POST /neutron/network HTTP/1.1" 200 833 0.004981 10.0.0.65 - - [2025-10-23 02:08:53] "POST /neutron/port HTTP/1.1" 200 1086 0.011751 10.0.0.65 - - [2025-10-23 02:08:53] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006019 10.0.0.65 - - [2025-10-23 02:08:53] "POST /neutron/port HTTP/1.1" 200 1086 0.010090 10.0.0.65 - - [2025-10-23 02:08:53] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005592 10.0.0.65 - - [2025-10-23 02:08:53] "POST /neutron/port HTTP/1.1" 200 1086 0.010416 10.0.0.65 - - [2025-10-23 02:08:53] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005737 10.0.0.65 - - [2025-10-23 02:08:53] "GET /virtual-machine/73033dbb-6102-4da0-bcd0-2d4d1df5d926 HTTP/1.1" 200 1293 0.004306 10.0.0.65 - - [2025-10-23 02:08:53] "GET /virtual-machine-interface/c4dbb3e5-1bb7-44a2-8d25-b93af91e7ea0 HTTP/1.1" 200 2965 0.005231 10.0.0.65 - - [2025-10-23 02:08:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002510 10.0.0.65 - - [2025-10-23 02:08:53] "GET /global-vrouter-config/95eadd9a-0ced-4891-a5dd-85fa8734b586?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002688 10.0.0.65 - - [2025-10-23 02:08:53] "GET /virtual-networks?parent_id=052be350-d9d8-4d86-a395-f43f3b1f1068&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002621 10.0.0.65 - - [2025-10-23 02:08:53] "GET /virtual-network/9780c23c-5216-4411-823b-52fef8ae8d60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005393 10.0.0.65 - - [2025-10-23 02:08:55] "DELETE /project/052be350d9d84d86a395f43f3b1f1068 HTTP/1.1" 404 173 0.003941 10.0.0.65 - - [2025-10-23 02:08:55] "GET /projects?obj_uuids=63376f9f-9572-4ad0-8a6a-c6746b2063b3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000888 10.0.0.65 - - [2025-10-23 02:08:55] "GET /project/63376f9f-9572-4ad0-8a6a-c6746b2063b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.024987 10.0.0.65 - - [2025-10-23 02:08:55] "GET /projects?obj_uuids=63376f9f-9572-4ad0-8a6a-c6746b2063b3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000947 10.0.0.65 - - [2025-10-23 02:08:55] "GET /project/63376f9f-9572-4ad0-8a6a-c6746b2063b3?fields=security_groups HTTP/1.1" 200 1366 0.062441 10.0.0.65 - - [2025-10-23 02:08:55] "DELETE /security-group/844f3bab-1743-4015-bbfa-5741d52c4cc7 HTTP/1.1" 200 115 0.030830 10.0.0.65 - - [2025-10-23 02:08:55] "GET /projects?obj_uuids=63376f9f-9572-4ad0-8a6a-c6746b2063b3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000975 10.0.0.65 - - [2025-10-23 02:08:55] "DELETE /access-control-list/42984630-46de-4ed1-95b5-266637a243f7 HTTP/1.1" 200 115 0.031406 10.0.0.65 - - [2025-10-23 02:08:55] "GET /project/63376f9f-9572-4ad0-8a6a-c6746b2063b3?fields=application_policy_sets HTTP/1.1" 200 1405 0.030391 10.0.0.65 - - [2025-10-23 02:08:55] "DELETE /access-control-list/1028e709-1e40-4a94-a353-cb5a588cda5a HTTP/1.1" 200 115 0.019535 10.0.0.65 - - [2025-10-23 02:08:56] "DELETE /project/63376f9f-9572-4ad0-8a6a-c6746b2063b3 HTTP/1.1" 200 115 0.301485 10.0.0.65 - - [2025-10-23 02:08:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002711 10.0.0.65 - - [2025-10-23 02:08:56] "GET /virtual-network/9780c23c-5216-4411-823b-52fef8ae8d60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004698 10.0.0.65 - - [2025-10-23 02:08:58] "POST /neutron/port HTTP/1.1" 200 1086 0.030052 10.0.0.65 - - [2025-10-23 02:08:58] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004948 10.0.0.65 - - [2025-10-23 02:09:00] "GET /obj-perms HTTP/1.1" 200 5056 0.048458 10.0.0.65 - - [2025-10-23 02:09:00] "GET /obj-perms HTTP/1.1" 200 5056 0.052759 10.0.0.65 - - [2025-10-23 02:09:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002713 10.0.0.65 - - [2025-10-23 02:09:00] "GET /global-vrouter-config/95eadd9a-0ced-4891-a5dd-85fa8734b586?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002830 10.0.0.65 - - [2025-10-23 02:09:00] "GET /virtual-networks?parent_id=052be350-d9d8-4d86-a395-f43f3b1f1068&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002914 10.0.0.65 - - [2025-10-23 02:09:01] "GET /virtual-network/9780c23c-5216-4411-823b-52fef8ae8d60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005548 10.0.0.65 - - [2025-10-23 02:09:05] "POST /neutron/network HTTP/1.1" 200 807 0.010000 10.0.0.65 - - [2025-10-23 02:09:05] "POST /neutron/network HTTP/1.1" 200 833 0.004971 10.0.0.65 - - [2025-10-23 02:09:05] "POST /id-to-fqname HTTP/1.1" 200 227 0.001258 10.0.0.65 - - [2025-10-23 02:09:05] "POST /neutron/port HTTP/1.1" 200 1086 0.010638 10.0.0.65 - - [2025-10-23 02:09:05] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005389 10.0.0.65 - - [2025-10-23 02:09:05] "POST /neutron/network HTTP/1.1" 200 843 0.006782 10.0.0.65 - - [2025-10-23 02:09:05] "GET /aaa-mode HTTP/1.1" 401 292 0.000358 10.0.0.65 - - [2025-10-23 02:09:06] "GET / HTTP/1.1" 200 35931 0.001493 10.0.0.65 - - [2025-10-23 02:09:06] "GET /project/052be350-d9d8-4d86-a395-f43f3b1f1068?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000341 10.0.0.65 - - [2025-10-23 02:09:06] "GET /projects?obj_uuids=052be350-d9d8-4d86-a395-f43f3b1f1068&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001065 10.0.0.65 - - [2025-10-23 02:09:06] "GET /project/052be350-d9d8-4d86-a395-f43f3b1f1068?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.045932 10.0.0.65 - - [2025-10-23 02:09:06] "POST /neutron/network HTTP/1.1" 200 833 0.006280 10.0.0.65 - - [2025-10-23 02:09:06] "POST /neutron/port HTTP/1.1" 200 1086 0.012351 10.0.0.65 - - [2025-10-23 02:09:06] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005489 10.0.0.65 - - [2025-10-23 02:09:06] "POST /neutron/port HTTP/1.1" 200 117 0.004911 10.0.0.65 - - [2025-10-23 02:09:06] "POST /neutron/port HTTP/1.1" 200 117 0.005029 10.0.0.65 - - [2025-10-23 02:09:07] "POST /neutron/network HTTP/1.1" 200 843 0.005092 10.0.0.65 - - [2025-10-23 02:09:07] "GET /projects?obj_uuids=052be350-d9d8-4d86-a395-f43f3b1f1068&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001420 10.0.0.65 - - [2025-10-23 02:09:07] "POST /neutron/port HTTP/1.1" 200 1058 0.164957 10.0.0.65 - - [2025-10-23 02:09:07] "POST /neutron/port HTTP/1.1" 200 1058 0.007913 10.0.0.65 - - [2025-10-23 02:09:07] "POST /neutron/port HTTP/1.1" 200 1058 0.007414 10.0.0.65 - - [2025-10-23 02:09:07] "POST /neutron/port HTTP/1.1" 200 1112 0.052123 10.0.0.65 - - [2025-10-23 02:09:07] "POST /neutron/port HTTP/1.1" 200 1086 0.009942 10.0.0.65 - - [2025-10-23 02:09:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003104 10.0.0.65 - - [2025-10-23 02:09:07] "POST /neutron/subnet HTTP/1.1" 200 685 0.006874 10.0.0.65 - - [2025-10-23 02:09:07] "POST /neutron/port HTTP/1.1" 200 117 0.001188 10.0.0.65 - - [2025-10-23 02:09:07] "POST /neutron/network HTTP/1.1" 200 833 0.005533 10.0.0.65 - - [2025-10-23 02:09:11] "POST /neutron/port HTTP/1.1" 200 1086 0.010494 10.0.0.65 - - [2025-10-23 02:09:11] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006273 10.0.0.65 - - [2025-10-23 02:09:11] "POST /neutron/port HTTP/1.1" 200 1086 0.009874 10.0.0.65 - - [2025-10-23 02:09:11] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005883 10.0.0.65 - - [2025-10-23 02:09:12] "POST /neutron/port HTTP/1.1" 200 1086 0.010317 10.0.0.65 - - [2025-10-23 02:09:12] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006349 10.0.0.65 - - [2025-10-23 02:09:12] "GET /virtual-machine/8cf3de20-2043-4795-bc79-ff09eadd2fe8 HTTP/1.1" 200 1294 0.003881 10.0.0.65 - - [2025-10-23 02:09:12] "GET /virtual-machine-interface/eaca972c-3d32-47ca-9c56-59e0220a05b6 HTTP/1.1" 200 2965 0.004116 10.0.0.65 - - [2025-10-23 02:09:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002880 10.0.0.65 - - [2025-10-23 02:09:12] "GET /global-vrouter-config/95eadd9a-0ced-4891-a5dd-85fa8734b586?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002984 10.0.0.65 - - [2025-10-23 02:09:12] "GET /virtual-networks?parent_id=052be350-d9d8-4d86-a395-f43f3b1f1068&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003189 10.0.0.65 - - [2025-10-23 02:09:12] "GET /virtual-network/9780c23c-5216-4411-823b-52fef8ae8d60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004956 10.0.0.65 - - [2025-10-23 02:09:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002762 10.0.0.65 - - [2025-10-23 02:09:15] "GET /virtual-network/9780c23c-5216-4411-823b-52fef8ae8d60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004802 10.0.0.65 - - [2025-10-23 02:09:16] "POST /neutron/port HTTP/1.1" 200 1086 0.009979 10.0.0.65 - - [2025-10-23 02:09:16] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005086 10.0.0.65 - - [2025-10-23 02:09:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002793 10.0.0.65 - - [2025-10-23 02:09:17] "GET /global-vrouter-config/95eadd9a-0ced-4891-a5dd-85fa8734b586?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002852 10.0.0.65 - - [2025-10-23 02:09:17] "GET /virtual-networks?parent_id=052be350-d9d8-4d86-a395-f43f3b1f1068&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003281 10.0.0.65 - - [2025-10-23 02:09:17] "GET /virtual-network/9780c23c-5216-4411-823b-52fef8ae8d60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006168 10.0.0.65 - - [2025-10-23 02:09:17] "POST /neutron/port HTTP/1.1" 200 1086 0.011798 10.0.0.65 - - [2025-10-23 02:09:17] "POST /neutron/port HTTP/1.1" 200 1086 0.011474 10.0.0.65 - - [2025-10-23 02:09:17] "POST /neutron/network HTTP/1.1" 200 843 0.005337 10.0.0.65 - - [2025-10-23 02:09:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003307 10.0.0.65 - - [2025-10-23 02:09:17] "POST /neutron/port HTTP/1.1" 200 1086 0.012660 10.0.0.65 - - [2025-10-23 02:09:17] "POST /neutron/subnet HTTP/1.1" 200 685 0.011093 10.0.0.65 - - [2025-10-23 02:09:17] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008172 10.0.0.65 - - [2025-10-23 02:09:17] "POST /neutron/port HTTP/1.1" 200 117 0.001475 10.0.0.65 - - [2025-10-23 02:09:17] "POST /neutron/network HTTP/1.1" 200 833 0.014921 10.0.0.65 - - [2025-10-23 02:09:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002641 10.0.0.65 - - [2025-10-23 02:09:29] "DELETE /virtual-DNS/ce2ed231-09bc-4f7b-9b25-3586383fd16a HTTP/1.1" 409 235 0.004998 10.0.0.65 - - [2025-10-23 02:09:29] "POST /fqname-to-id HTTP/1.1" 404 192 0.002472 10.0.0.65 - - [2025-10-23 02:09:29] "POST /virtual-DNS-records HTTP/1.1" 200 531 0.015352 10.0.0.65 - - [2025-10-23 02:09:29] "GET /virtual-DNS-record/b662ba17-9194-42a3-9bb2-0bcbaeb988c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1337 0.004336 10.0.0.65 - - [2025-10-23 02:09:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002777 10.0.0.65 - - [2025-10-23 02:09:29] "GET /virtual-DNS-record/b662ba17-9194-42a3-9bb2-0bcbaeb988c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1337 0.003103 10.0.0.65 - - [2025-10-23 02:09:29] "GET /domains HTTP/1.1" 200 280 0.002550 10.0.0.65 - - [2025-10-23 02:09:29] "GET /domains?obj_uuids=2e283574-867c-482d-913f-5e0415a1ddc2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001296 10.0.0.65 - - [2025-10-23 02:09:29] "GET /domain/2e283574-867c-482d-913f-5e0415a1ddc2 HTTP/1.1" 200 2774 0.007575 10.0.0.65 - - [2025-10-23 02:09:29] "GET /virtual-DNS/ce2ed231-09bc-4f7b-9b25-3586383fd16a HTTP/1.1" 200 1908 0.003416 10.0.0.65 - - [2025-10-23 02:09:29] "GET /virtual-DNS-record/b662ba17-9194-42a3-9bb2-0bcbaeb988c2 HTTP/1.1" 200 1337 0.002256 10.0.0.65 - - [2025-10-23 02:09:35] "DELETE /virtual-DNS-record/b662ba17-9194-42a3-9bb2-0bcbaeb988c2 HTTP/1.1" 200 115 0.017446 10.0.0.65 - - [2025-10-23 02:09:35] "POST /fqname-to-id HTTP/1.1" 404 184 0.002873 10.0.0.65 - - [2025-10-23 02:09:35] "POST /neutron/network HTTP/1.1" 200 833 0.005840 10.0.0.65 - - [2025-10-23 02:09:35] "POST /neutron/network HTTP/1.1" 400 204 0.009634 10.0.0.65 - - [2025-10-23 02:09:35] "POST /neutron/port HTTP/1.1" 200 1086 0.011501 10.0.0.65 - - [2025-10-23 02:09:36] "POST /neutron/port HTTP/1.1" 200 1112 0.009124 10.0.0.65 - - [2025-10-23 02:09:36] "POST /neutron/port HTTP/1.1" 200 1086 0.017511 10.0.0.65 - - [2025-10-23 02:09:36] "POST /neutron/port HTTP/1.1" 200 1112 0.009087 10.0.0.65 - - [2025-10-23 02:09:36] "POST /neutron/port HTTP/1.1" 200 151 0.115590 10.0.0.65 - - [2025-10-23 02:09:36] "POST /neutron/port HTTP/1.1" 200 151 0.111944 10.0.0.65 - - [2025-10-23 02:09:37] "POST /neutron/network HTTP/1.1" 200 833 0.005966 10.0.0.65 - - [2025-10-23 02:09:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002591 10.0.0.65 - - [2025-10-23 02:09:37] "DELETE /route-target/adcb2ebd-1064-4d59-a5a5-180275bd2eb8 HTTP/1.1" 200 115 0.043898 10.0.0.65 - - [2025-10-23 02:09:37] "POST /useragent-kv HTTP/1.1" 200 115 0.002193 10.0.0.65 - - [2025-10-23 02:09:37] "POST /useragent-kv HTTP/1.1" 200 115 0.001771 10.0.0.65 - - [2025-10-23 02:09:37] "POST /neutron/network HTTP/1.1" 200 151 0.131574 10.0.0.65 - - [2025-10-23 02:09:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002417 10.0.0.65 - - [2025-10-23 02:09:37] "DELETE /network-ipam/b6d2644b-6af6-466c-a7d2-cf63b4f4fc3a HTTP/1.1" 200 115 0.019934 10.0.0.65 - - [2025-10-23 02:09:37] "DELETE /virtual-DNS/ce2ed231-09bc-4f7b-9b25-3586383fd16a HTTP/1.1" 200 115 0.019049 10.0.0.65 - - [2025-10-23 02:09:37] "POST /fqname-to-id HTTP/1.1" 404 180 0.002341 10.0.0.65 - - [2025-10-23 02:09:37] "GET /domains HTTP/1.1" 200 280 0.003031 10.0.0.65 - - [2025-10-23 02:09:37] "GET /domains?obj_uuids=2e283574-867c-482d-913f-5e0415a1ddc2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001015 10.0.0.65 - - [2025-10-23 02:09:37] "GET /domain/2e283574-867c-482d-913f-5e0415a1ddc2 HTTP/1.1" 200 2574 0.007433 10.0.0.65 - - [2025-10-23 02:09:38] "GET /projects?obj_uuids=052be350-d9d8-4d86-a395-f43f3b1f1068&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001034 10.0.0.65 - - [2025-10-23 02:09:38] "GET /project/052be350-d9d8-4d86-a395-f43f3b1f1068?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.023675 10.0.0.65 - - [2025-10-23 02:09:38] "GET /projects?obj_uuids=052be350-d9d8-4d86-a395-f43f3b1f1068&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001305 10.0.0.65 - - [2025-10-23 02:09:38] "GET /project/052be350-d9d8-4d86-a395-f43f3b1f1068?fields=virtual_networks HTTP/1.1" 200 1033 0.066489 10.0.0.65 - - [2025-10-23 02:09:38] "GET /projects?obj_uuids=052be350-d9d8-4d86-a395-f43f3b1f1068&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000968 10.0.0.65 - - [2025-10-23 02:09:38] "GET /project/052be350-d9d8-4d86-a395-f43f3b1f1068?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.022801 10.0.0.65 - - [2025-10-23 02:09:38] "GET /projects?obj_uuids=052be350-d9d8-4d86-a395-f43f3b1f1068&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000972 10.0.0.65 - - [2025-10-23 02:09:38] "GET /project/052be350-d9d8-4d86-a395-f43f3b1f1068?fields=security_groups HTTP/1.1" 200 1260 0.026268 10.0.0.65 - - [2025-10-23 02:09:39] "POST /fqname-to-id HTTP/1.1" 404 189 0.023733 10.0.0.65 - - [2025-10-23 02:09:39] "GET /projects?obj_uuids=6f390d6c-bc7c-48af-8574-d9630e0ea198&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002310 10.0.0.65 - - [2025-10-23 02:09:39] "GET /domains?obj_uuids=2e283574-867c-482d-913f-5e0415a1ddc2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000983 10.0.0.65 - - [2025-10-23 02:09:39] "GET /domain/2e283574-867c-482d-913f-5e0415a1ddc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006368 10.0.0.65 - - [2025-10-23 02:09:39] "POST /id-to-fqname HTTP/1.1" 200 191 0.001137 10.0.0.65 - - [2025-10-23 02:09:39] "POST /fqname-to-id HTTP/1.1" 404 200 0.002085 10.0.0.65 - - [2025-10-23 02:09:39] "POST /security-groups HTTP/1.1" 200 592 0.060502 10.0.0.65 - - [2025-10-23 02:09:39] "POST /fqname-to-id HTTP/1.1" 404 235 0.002394 10.0.0.65 - - [2025-10-23 02:09:39] "POST /projects HTTP/1.1" 200 587 0.204199 10.0.0.65 - - [2025-10-23 02:09:39] "POST /access-control-lists HTTP/1.1" 200 597 0.058740 10.0.0.65 - - [2025-10-23 02:09:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.273709 10.0.0.65 - - [2025-10-23 02:09:39] "POST /fqname-to-id HTTP/1.1" 404 234 0.002759 10.0.0.65 - - [2025-10-23 02:09:39] "GET /project/6f390d6c-bc7c-48af-8574-d9630e0ea198?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.387450 10.0.0.65 - - [2025-10-23 02:09:39] "POST /access-control-lists HTTP/1.1" 200 595 0.056357 10.0.0.65 - - [2025-10-23 02:09:40] "GET / HTTP/1.1" 200 35931 0.002005 10.0.0.65 - - [2025-10-23 02:09:41] "POST /fqname-to-id HTTP/1.1" 401 292 0.000463 10.0.0.65 - - [2025-10-23 02:09:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.051319 10.0.0.65 - - [2025-10-23 02:09:41] "GET /projects?obj_uuids=6f390d6c-bc7c-48af-8574-d9630e0ea198&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000978 10.0.0.65 - - [2025-10-23 02:09:41] "GET /project/6f390d6c-bc7c-48af-8574-d9630e0ea198?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.019803 10.0.0.65 - - [2025-10-23 02:09:41] "POST /neutron/network HTTP/1.1" 200 117 0.027554 10.0.0.65 - - [2025-10-23 02:09:41] "GET /projects?obj_uuids=6f390d6c-bc7c-48af-8574-d9630e0ea198&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001315 10.0.0.65 - - [2025-10-23 02:09:42] "POST /neutron/network HTTP/1.1" 200 606 0.056926 10.0.0.65 - - [2025-10-23 02:09:42] "POST /route-targets HTTP/1.1" 200 327 0.008962 10.0.0.65 - - [2025-10-23 02:09:42] "POST /ref-update HTTP/1.1" 200 156 0.010911 10.0.0.65 - - [2025-10-23 02:09:42] "POST /useragent-kv HTTP/1.1" 200 115 0.002462 10.0.0.65 - - [2025-10-23 02:09:42] "POST /neutron/subnet HTTP/1.1" 200 725 0.197271 10.0.0.65 - - [2025-10-23 02:09:42] "POST /neutron/network HTTP/1.1" 200 825 0.004921 10.0.0.65 - - [2025-10-23 02:09:42] "POST /id-to-fqname HTTP/1.1" 200 221 0.001055 10.0.0.65 - - [2025-10-23 02:09:42] "GET /virtual-network/59657bd4-3736-4984-8213-a808ba7cd818?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.004798 10.0.0.65 - - [2025-10-23 02:09:42] "POST /neutron/network HTTP/1.1" 200 825 0.005883 10.0.0.65 - - [2025-10-23 02:09:42] "GET /virtual-network/59657bd4-3736-4984-8213-a808ba7cd818?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005067 10.0.0.65 - - [2025-10-23 02:09:42] "POST /neutron/network HTTP/1.1" 200 825 0.005106 10.0.0.65 - - [2025-10-23 02:09:42] "POST /neutron/subnet HTTP/1.1" 200 725 0.006312 10.0.0.65 - - [2025-10-23 02:09:42] "POST /id-to-fqname HTTP/1.1" 200 221 0.001183 10.0.0.65 - - [2025-10-23 02:09:42] "POST /neutron/network HTTP/1.1" 200 835 0.005760 10.0.0.65 - - [2025-10-23 02:09:42] "GET /aaa-mode HTTP/1.1" 401 292 0.000396 10.0.0.65 - - [2025-10-23 02:09:42] "GET / HTTP/1.1" 200 35931 0.001853 10.0.0.65 - - [2025-10-23 02:09:42] "GET /project/6f390d6c-bc7c-48af-8574-d9630e0ea198?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000355 10.0.0.65 - - [2025-10-23 02:09:43] "GET /projects?obj_uuids=6f390d6c-bc7c-48af-8574-d9630e0ea198&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001015 10.0.0.65 - - [2025-10-23 02:09:43] "GET /project/6f390d6c-bc7c-48af-8574-d9630e0ea198?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.047392 10.0.0.65 - - [2025-10-23 02:09:43] "POST /neutron/network HTTP/1.1" 200 825 0.005528 10.0.0.65 - - [2025-10-23 02:09:43] "POST /neutron/port HTTP/1.1" 200 117 0.004606 10.0.0.65 - - [2025-10-23 02:09:43] "POST /neutron/port HTTP/1.1" 200 117 0.004967 10.0.0.65 - - [2025-10-23 02:09:43] "POST /id-to-fqname HTTP/1.1" 200 221 0.001331 10.0.0.65 - - [2025-10-23 02:09:43] "POST /neutron/port HTTP/1.1" 200 117 0.005786 10.0.0.65 - - [2025-10-23 02:09:43] "POST /neutron/network HTTP/1.1" 200 835 0.005400 10.0.0.65 - - [2025-10-23 02:09:43] "GET /aaa-mode HTTP/1.1" 401 292 0.000421 10.0.0.65 - - [2025-10-23 02:09:43] "POST /neutron/network HTTP/1.1" 200 835 0.005377 10.0.0.65 - - [2025-10-23 02:09:43] "GET /projects?obj_uuids=6f390d6c-bc7c-48af-8574-d9630e0ea198&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001415 10.0.0.65 - - [2025-10-23 02:09:44] "GET / HTTP/1.1" 200 35931 0.001899 10.0.0.65 - - [2025-10-23 02:09:44] "GET /project/6f390d6c-bc7c-48af-8574-d9630e0ea198?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000392 10.0.0.65 - - [2025-10-23 02:09:44] "POST /neutron/port HTTP/1.1" 200 1061 0.187137 10.0.0.65 - - [2025-10-23 02:09:44] "POST /neutron/port HTTP/1.1" 200 1061 0.008215 10.0.0.65 - - [2025-10-23 02:09:44] "POST /neutron/port HTTP/1.1" 200 1061 0.007140 10.0.0.65 - - [2025-10-23 02:09:44] "POST /neutron/port HTTP/1.1" 200 1115 0.059922 10.0.0.65 - - [2025-10-23 02:09:44] "POST /neutron/port HTTP/1.1" 200 1089 0.010248 10.0.0.65 - - [2025-10-23 02:09:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003373 10.0.0.65 - - [2025-10-23 02:09:44] "POST /neutron/subnet HTTP/1.1" 200 699 0.006262 10.0.0.65 - - [2025-10-23 02:09:44] "POST /neutron/port HTTP/1.1" 200 117 0.001003 10.0.0.65 - - [2025-10-23 02:09:44] "POST /neutron/network HTTP/1.1" 200 825 0.004892 10.0.0.65 - - [2025-10-23 02:09:44] "GET /projects?obj_uuids=6f390d6c-bc7c-48af-8574-d9630e0ea198&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001420 10.0.0.65 - - [2025-10-23 02:09:44] "GET /project/6f390d6c-bc7c-48af-8574-d9630e0ea198?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.050885 10.0.0.65 - - [2025-10-23 02:09:44] "POST /neutron/network HTTP/1.1" 200 825 0.005534 10.0.0.65 - - [2025-10-23 02:09:44] "POST /neutron/port HTTP/1.1" 200 1089 0.012439 10.0.0.65 - - [2025-10-23 02:09:44] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005795 10.0.0.65 - - [2025-10-23 02:09:44] "POST /neutron/port HTTP/1.1" 200 117 0.004734 10.0.0.65 - - [2025-10-23 02:09:44] "POST /neutron/port HTTP/1.1" 200 1089 0.013643 10.0.0.65 - - [2025-10-23 02:09:44] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005761 10.0.0.65 - - [2025-10-23 02:09:45] "POST /neutron/network HTTP/1.1" 200 835 0.005654 10.0.0.65 - - [2025-10-23 02:09:45] "GET /projects?obj_uuids=6f390d6c-bc7c-48af-8574-d9630e0ea198&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001103 10.0.0.65 - - [2025-10-23 02:09:45] "POST /neutron/port HTTP/1.1" 200 1061 0.247056 10.0.0.65 - - [2025-10-23 02:09:45] "POST /neutron/port HTTP/1.1" 200 1061 0.008317 10.0.0.65 - - [2025-10-23 02:09:45] "POST /neutron/port HTTP/1.1" 200 1061 0.009658 10.0.0.65 - - [2025-10-23 02:09:45] "POST /neutron/port HTTP/1.1" 200 1115 0.074959 10.0.0.65 - - [2025-10-23 02:09:45] "POST /neutron/port HTTP/1.1" 200 1089 0.013431 10.0.0.65 - - [2025-10-23 02:09:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003205 10.0.0.65 - - [2025-10-23 02:09:45] "POST /neutron/subnet HTTP/1.1" 200 699 0.007591 10.0.0.65 - - [2025-10-23 02:09:45] "POST /neutron/port HTTP/1.1" 200 117 0.001568 10.0.0.65 - - [2025-10-23 02:09:45] "POST /neutron/network HTTP/1.1" 200 825 0.006009 10.0.0.65 - - [2025-10-23 02:09:49] "POST /neutron/port HTTP/1.1" 200 1089 0.011068 10.0.0.65 - - [2025-10-23 02:09:49] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006890 10.0.0.65 - - [2025-10-23 02:09:50] "POST /neutron/port HTTP/1.1" 200 1089 0.012537 10.0.0.65 - - [2025-10-23 02:09:50] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005700 10.0.0.65 - - [2025-10-23 02:09:50] "POST /neutron/port HTTP/1.1" 200 1089 0.015675 10.0.0.65 - - [2025-10-23 02:09:50] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005763 10.0.0.65 - - [2025-10-23 02:09:50] "GET /virtual-machine/02bb7720-e1f4-416a-9771-c3713652bd0e HTTP/1.1" 401 292 0.000492 10.0.0.65 - - [2025-10-23 02:09:50] "GET /virtual-machine/02bb7720-e1f4-416a-9771-c3713652bd0e HTTP/1.1" 200 1292 0.027937 10.0.0.65 - - [2025-10-23 02:09:50] "GET /virtual-machine-interface/b6f76daf-6476-425c-8cdd-9ec365015e9d HTTP/1.1" 200 2947 0.005093 10.0.0.65 - - [2025-10-23 02:09:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002665 10.0.0.65 - - [2025-10-23 02:09:50] "GET /global-vrouter-config/95eadd9a-0ced-4891-a5dd-85fa8734b586?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002645 10.0.0.65 - - [2025-10-23 02:09:50] "GET /virtual-networks?parent_id=6f390d6c-bc7c-48af-8574-d9630e0ea198&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002700 10.0.0.65 - - [2025-10-23 02:09:50] "GET /virtual-network/59657bd4-3736-4984-8213-a808ba7cd818?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005010 10.0.0.65 - - [2025-10-23 02:09:53] "POST /neutron/port HTTP/1.1" 200 1089 0.009556 10.0.0.65 - - [2025-10-23 02:09:53] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004761 10.0.0.65 - - [2025-10-23 02:09:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002735 10.0.0.65 - - [2025-10-23 02:09:53] "GET /virtual-network/59657bd4-3736-4984-8213-a808ba7cd818?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005286 10.0.0.65 - - [2025-10-23 02:09:55] "POST /neutron/port HTTP/1.1" 200 1089 0.012553 10.0.0.65 - - [2025-10-23 02:09:55] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004812 10.0.0.65 - - [2025-10-23 02:09:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002921 10.0.0.65 - - [2025-10-23 02:09:55] "GET /global-vrouter-config/95eadd9a-0ced-4891-a5dd-85fa8734b586?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002982 10.0.0.65 - - [2025-10-23 02:09:55] "GET /virtual-networks?parent_id=6f390d6c-bc7c-48af-8574-d9630e0ea198&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002851 10.0.0.65 - - [2025-10-23 02:09:56] "GET /virtual-network/59657bd4-3736-4984-8213-a808ba7cd818?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005147 10.0.0.65 - - [2025-10-23 02:09:56] "DELETE /project/6f390d6cbc7c48af8574d9630e0ea198 HTTP/1.1" 404 173 0.006259 10.0.0.65 - - [2025-10-23 02:09:56] "GET /projects?obj_uuids=052be350-d9d8-4d86-a395-f43f3b1f1068&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000910 10.0.0.65 - - [2025-10-23 02:09:56] "GET /project/052be350-d9d8-4d86-a395-f43f3b1f1068?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1471 0.025427 10.0.0.65 - - [2025-10-23 02:09:56] "GET /projects?obj_uuids=052be350-d9d8-4d86-a395-f43f3b1f1068&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000936 10.0.0.65 - - [2025-10-23 02:09:56] "GET /project/052be350-d9d8-4d86-a395-f43f3b1f1068?fields=security_groups HTTP/1.1" 200 1365 0.075498 10.0.0.65 - - [2025-10-23 02:09:56] "POST /neutron/port HTTP/1.1" 200 1089 0.009451 10.0.0.65 - - [2025-10-23 02:09:56] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007360 10.0.0.65 - - [2025-10-23 02:09:56] "DELETE /security-group/50ba2a5c-0052-4ef7-a989-eae3e945ca9d HTTP/1.1" 200 115 0.032078 10.0.0.65 - - [2025-10-23 02:09:56] "GET /projects?obj_uuids=052be350-d9d8-4d86-a395-f43f3b1f1068&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000976 10.0.0.65 - - [2025-10-23 02:09:56] "GET /project/052be350-d9d8-4d86-a395-f43f3b1f1068?fields=application_policy_sets HTTP/1.1" 200 1404 0.025469 10.0.0.65 - - [2025-10-23 02:09:56] "DELETE /access-control-list/844bcc21-8aa4-468a-9d34-8b37db90dd22 HTTP/1.1" 200 115 0.033191 10.0.0.65 - - [2025-10-23 02:09:56] "DELETE /access-control-list/b1a38483-9b1f-4c35-b700-787b2693b25d HTTP/1.1" 200 115 0.017236 10.0.0.65 - - [2025-10-23 02:09:56] "DELETE /project/052be350-d9d8-4d86-a395-f43f3b1f1068 HTTP/1.1" 200 115 0.314853 10.0.0.65 - - [2025-10-23 02:10:01] "GET /obj-perms HTTP/1.1" 200 5056 0.049497 10.0.0.65 - - [2025-10-23 02:10:01] "POST /neutron/port HTTP/1.1" 200 1089 0.011608 10.0.0.65 - - [2025-10-23 02:10:01] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006814 10.0.0.65 - - [2025-10-23 02:10:01] "POST /neutron/port HTTP/1.1" 200 1089 0.010665 10.0.0.65 - - [2025-10-23 02:10:01] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005854 10.0.0.65 - - [2025-10-23 02:10:01] "POST /neutron/port HTTP/1.1" 200 1089 0.011466 10.0.0.65 - - [2025-10-23 02:10:01] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005859 10.0.0.65 - - [2025-10-23 02:10:01] "GET /virtual-machine/8884fd5d-ac43-4b4b-8c58-ab417998311c HTTP/1.1" 200 1293 0.004524 10.0.0.65 - - [2025-10-23 02:10:01] "GET /virtual-machine-interface/f84e135a-05e6-4a5b-a9e7-eaf639d59b9d HTTP/1.1" 200 2947 0.005308 10.0.0.65 - - [2025-10-23 02:10:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005790 10.0.0.65 - - [2025-10-23 02:10:01] "GET /global-vrouter-config/95eadd9a-0ced-4891-a5dd-85fa8734b586?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003716 10.0.0.65 - - [2025-10-23 02:10:01] "GET /obj-perms HTTP/1.1" 200 5056 0.058416 10.0.0.65 - - [2025-10-23 02:10:01] "GET /virtual-networks?parent_id=6f390d6c-bc7c-48af-8574-d9630e0ea198&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002980 10.0.0.65 - - [2025-10-23 02:10:01] "GET /virtual-network/59657bd4-3736-4984-8213-a808ba7cd818?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005582 10.0.0.65 - - [2025-10-23 02:10:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002761 10.0.0.65 - - [2025-10-23 02:10:02] "GET /global-vrouter-config/95eadd9a-0ced-4891-a5dd-85fa8734b586?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003392 10.0.0.65 - - [2025-10-23 02:10:02] "GET /virtual-networks?parent_id=6f390d6c-bc7c-48af-8574-d9630e0ea198&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003037 10.0.0.65 - - [2025-10-23 02:10:02] "GET /virtual-network/59657bd4-3736-4984-8213-a808ba7cd818?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005821 10.0.0.65 - - [2025-10-23 02:10:08] "POST /neutron/network HTTP/1.1" 200 825 0.005828 10.0.0.65 - - [2025-10-23 02:10:08] "POST /neutron/network HTTP/1.1" 400 204 0.012360 10.0.0.65 - - [2025-10-23 02:10:08] "POST /neutron/port HTTP/1.1" 200 1089 0.013937 10.0.0.65 - - [2025-10-23 02:10:08] "POST /neutron/port HTTP/1.1" 200 1115 0.011110 10.0.0.65 - - [2025-10-23 02:10:08] "POST /neutron/port HTTP/1.1" 200 1089 0.017759 10.0.0.65 - - [2025-10-23 02:10:08] "POST /neutron/port HTTP/1.1" 200 1115 0.007642 10.0.0.65 - - [2025-10-23 02:10:08] "POST /neutron/port HTTP/1.1" 200 151 0.125975 10.0.0.65 - - [2025-10-23 02:10:08] "POST /neutron/port HTTP/1.1" 200 151 0.117356 10.0.0.65 - - [2025-10-23 02:10:10] "POST /neutron/network HTTP/1.1" 200 825 0.008010 10.0.0.65 - - [2025-10-23 02:10:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003646 10.0.0.65 - - [2025-10-23 02:10:10] "POST /useragent-kv HTTP/1.1" 200 115 0.001988 10.0.0.65 - - [2025-10-23 02:10:10] "POST /useragent-kv HTTP/1.1" 200 115 0.002399 10.0.0.65 - - [2025-10-23 02:10:10] "POST /neutron/network HTTP/1.1" 200 151 0.073266 10.0.0.65 - - [2025-10-23 02:10:10] "DELETE /route-target/f6038831-97ae-4dc7-9d03-0c5d85fff889 HTTP/1.1" 200 115 0.018403 10.0.0.65 - - [2025-10-23 02:10:10] "GET /projects?obj_uuids=6f390d6c-bc7c-48af-8574-d9630e0ea198&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001266 10.0.0.65 - - [2025-10-23 02:10:10] "GET /project/6f390d6c-bc7c-48af-8574-d9630e0ea198?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.026974 10.0.0.65 - - [2025-10-23 02:10:10] "GET /projects?obj_uuids=6f390d6c-bc7c-48af-8574-d9630e0ea198&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000988 10.0.0.65 - - [2025-10-23 02:10:10] "GET /project/6f390d6c-bc7c-48af-8574-d9630e0ea198?fields=virtual_networks HTTP/1.1" 200 1033 0.067929 10.0.0.65 - - [2025-10-23 02:10:10] "GET /projects?obj_uuids=6f390d6c-bc7c-48af-8574-d9630e0ea198&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001426 10.0.0.65 - - [2025-10-23 02:10:10] "GET /project/6f390d6c-bc7c-48af-8574-d9630e0ea198?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.036305 10.0.0.65 - - [2025-10-23 02:10:10] "GET /projects?obj_uuids=6f390d6c-bc7c-48af-8574-d9630e0ea198&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001270 10.0.0.65 - - [2025-10-23 02:10:10] "GET /project/6f390d6c-bc7c-48af-8574-d9630e0ea198?fields=security_groups HTTP/1.1" 200 1260 0.025723 10.0.0.65 - - [2025-10-23 02:10:11] "POST /fqname-to-id HTTP/1.1" 404 188 0.022912 10.0.0.65 - - [2025-10-23 02:10:11] "GET /projects?obj_uuids=430b7bc1-0c5d-4c4f-8831-f95917fe7397&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002493 10.0.0.65 - - [2025-10-23 02:10:11] "GET /domains?obj_uuids=2e283574-867c-482d-913f-5e0415a1ddc2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001050 10.0.0.65 - - [2025-10-23 02:10:11] "GET /domain/2e283574-867c-482d-913f-5e0415a1ddc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007146 10.0.0.65 - - [2025-10-23 02:10:11] "POST /id-to-fqname HTTP/1.1" 200 190 0.002012 10.0.0.65 - - [2025-10-23 02:10:11] "POST /fqname-to-id HTTP/1.1" 404 199 0.003007 10.0.0.65 - - [2025-10-23 02:10:11] "POST /security-groups HTTP/1.1" 200 591 0.060024 10.0.0.65 - - [2025-10-23 02:10:11] "POST /fqname-to-id HTTP/1.1" 404 234 0.002398 10.0.0.65 - - [2025-10-23 02:10:11] "POST /projects HTTP/1.1" 200 585 0.201794 10.0.0.65 - - [2025-10-23 02:10:11] "POST /access-control-lists HTTP/1.1" 200 596 0.056553 10.0.0.65 - - [2025-10-23 02:10:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.273332 10.0.0.65 - - [2025-10-23 02:10:11] "POST /fqname-to-id HTTP/1.1" 404 233 0.002599 10.0.0.65 - - [2025-10-23 02:10:11] "GET /project/430b7bc1-0c5d-4c4f-8831-f95917fe7397?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.394327 10.0.0.65 - - [2025-10-23 02:10:11] "POST /access-control-lists HTTP/1.1" 200 594 0.060775 10.0.0.65 - - [2025-10-23 02:10:13] "GET / HTTP/1.1" 200 35931 0.001853 10.0.0.65 - - [2025-10-23 02:10:13] "POST /fqname-to-id HTTP/1.1" 401 292 0.000455 10.0.0.65 - - [2025-10-23 02:10:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.052195 10.0.0.65 - - [2025-10-23 02:10:14] "GET /projects?obj_uuids=430b7bc1-0c5d-4c4f-8831-f95917fe7397&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001045 10.0.0.65 - - [2025-10-23 02:10:14] "GET /project/430b7bc1-0c5d-4c4f-8831-f95917fe7397?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.020694 10.0.0.65 - - [2025-10-23 02:10:14] "POST /neutron/network HTTP/1.1" 200 117 0.027665 10.0.0.65 - - [2025-10-23 02:10:14] "GET /projects?obj_uuids=430b7bc1-0c5d-4c4f-8831-f95917fe7397&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001233 10.0.0.65 - - [2025-10-23 02:10:14] "POST /neutron/network HTTP/1.1" 200 625 0.056935 10.0.0.65 - - [2025-10-23 02:10:14] "POST /route-targets HTTP/1.1" 200 327 0.009924 10.0.0.65 - - [2025-10-23 02:10:14] "POST /ref-update HTTP/1.1" 200 156 0.014049 10.0.0.65 - - [2025-10-23 02:10:14] "POST /useragent-kv HTTP/1.1" 200 115 0.002825 10.0.0.65 - - [2025-10-23 02:10:14] "POST /neutron/subnet HTTP/1.1" 200 701 0.192318 10.0.0.65 - - [2025-10-23 02:10:14] "POST /neutron/network HTTP/1.1" 200 839 0.004712 10.0.0.65 - - [2025-10-23 02:10:14] "POST /id-to-fqname HTTP/1.1" 200 230 0.001122 10.0.0.65 - - [2025-10-23 02:10:14] "GET /virtual-network/e2fc23f5-07fe-49b7-b898-6d7f73a9bab9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.004280 10.0.0.65 - - [2025-10-23 02:10:14] "POST /neutron/network HTTP/1.1" 200 839 0.005432 10.0.0.65 - - [2025-10-23 02:10:14] "GET /virtual-network/e2fc23f5-07fe-49b7-b898-6d7f73a9bab9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005737 10.0.0.65 - - [2025-10-23 02:10:14] "POST /neutron/network HTTP/1.1" 200 839 0.004951 10.0.0.65 - - [2025-10-23 02:10:14] "POST /neutron/subnet HTTP/1.1" 200 701 0.006126 10.0.0.65 - - [2025-10-23 02:10:14] "POST /neutron/network HTTP/1.1" 200 839 0.005034 10.0.0.65 - - [2025-10-23 02:10:14] "POST /id-to-fqname HTTP/1.1" 200 230 0.001786 10.0.0.65 - - [2025-10-23 02:10:14] "POST /neutron/network HTTP/1.1" 200 849 0.005086 10.0.0.65 - - [2025-10-23 02:10:14] "GET /aaa-mode HTTP/1.1" 401 292 0.000386 10.0.0.65 - - [2025-10-23 02:10:15] "GET / HTTP/1.1" 200 35931 0.001845 10.0.0.65 - - [2025-10-23 02:10:15] "GET /project/430b7bc1-0c5d-4c4f-8831-f95917fe7397?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000412 10.0.0.65 - - [2025-10-23 02:10:15] "GET /projects?obj_uuids=430b7bc1-0c5d-4c4f-8831-f95917fe7397&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001083 10.0.0.65 - - [2025-10-23 02:10:15] "GET /project/430b7bc1-0c5d-4c4f-8831-f95917fe7397?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.044982 10.0.0.65 - - [2025-10-23 02:10:15] "POST /neutron/network HTTP/1.1" 200 839 0.005458 10.0.0.65 - - [2025-10-23 02:10:15] "POST /neutron/port HTTP/1.1" 200 117 0.004428 10.0.0.65 - - [2025-10-23 02:10:15] "POST /neutron/port HTTP/1.1" 200 117 0.005168 10.0.0.65 - - [2025-10-23 02:10:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002828 10.0.0.65 - - [2025-10-23 02:10:15] "GET /global-vrouter-config/95eadd9a-0ced-4891-a5dd-85fa8734b586?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003052 10.0.0.65 - - [2025-10-23 02:10:15] "PUT /global-vrouter-config/95eadd9a-0ced-4891-a5dd-85fa8734b586 HTTP/1.1" 200 276 0.008414 10.0.0.65 - - [2025-10-23 02:10:16] "POST /neutron/port HTTP/1.1" 200 117 0.004542 10.0.0.65 - - [2025-10-23 02:10:16] "POST /neutron/network HTTP/1.1" 200 849 0.005789 10.0.0.65 - - [2025-10-23 02:10:16] "GET /projects?obj_uuids=430b7bc1-0c5d-4c4f-8831-f95917fe7397&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001173 10.0.0.65 - - [2025-10-23 02:10:16] "POST /neutron/port HTTP/1.1" 200 1055 0.186075 10.0.0.65 - - [2025-10-23 02:10:16] "POST /neutron/port HTTP/1.1" 200 1055 0.008179 10.0.0.65 - - [2025-10-23 02:10:16] "POST /neutron/port HTTP/1.1" 200 1055 0.007975 10.0.0.65 - - [2025-10-23 02:10:16] "POST /neutron/port HTTP/1.1" 200 1109 0.055747 10.0.0.65 - - [2025-10-23 02:10:16] "POST /neutron/port HTTP/1.1" 200 1083 0.010440 10.0.0.65 - - [2025-10-23 02:10:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003391 10.0.0.65 - - [2025-10-23 02:10:16] "POST /neutron/subnet HTTP/1.1" 200 675 0.006217 10.0.0.65 - - [2025-10-23 02:10:16] "POST /neutron/port HTTP/1.1" 200 117 0.001077 10.0.0.65 - - [2025-10-23 02:10:16] "POST /neutron/network HTTP/1.1" 200 839 0.005137 10.0.0.65 - - [2025-10-23 02:10:21] "POST /neutron/port HTTP/1.1" 200 1083 0.010110 10.0.0.65 - - [2025-10-23 02:10:21] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005645 10.0.0.65 - - [2025-10-23 02:10:21] "POST /neutron/port HTTP/1.1" 200 1083 0.009864 10.0.0.65 - - [2025-10-23 02:10:21] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005488 10.0.0.65 - - [2025-10-23 02:10:21] "POST /neutron/port HTTP/1.1" 200 1083 0.010193 10.0.0.65 - - [2025-10-23 02:10:21] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004791 10.0.0.65 - - [2025-10-23 02:10:21] "GET /virtual-machine/2226a442-c24f-4319-99d3-888bad0fb48b HTTP/1.1" 401 292 0.000361 10.0.0.65 - - [2025-10-23 02:10:21] "GET /virtual-machine/2226a442-c24f-4319-99d3-888bad0fb48b HTTP/1.1" 200 1292 0.032892 10.0.0.65 - - [2025-10-23 02:10:21] "GET /virtual-machine-interface/4facb50b-0190-400f-ac54-1b3cb9d604d6 HTTP/1.1" 200 2971 0.004714 10.0.0.65 - - [2025-10-23 02:10:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002657 10.0.0.65 - - [2025-10-23 02:10:21] "GET /global-vrouter-config/95eadd9a-0ced-4891-a5dd-85fa8734b586?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.003203 10.0.0.65 - - [2025-10-23 02:10:21] "GET /virtual-networks?parent_id=430b7bc1-0c5d-4c4f-8831-f95917fe7397&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002783 10.0.0.65 - - [2025-10-23 02:10:21] "GET /virtual-network/e2fc23f5-07fe-49b7-b898-6d7f73a9bab9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005024 10.0.0.65 - - [2025-10-23 02:10:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003214 10.0.0.65 - - [2025-10-23 02:10:24] "GET /virtual-network/e2fc23f5-07fe-49b7-b898-6d7f73a9bab9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.004704 10.0.0.65 - - [2025-10-23 02:10:26] "POST /neutron/port HTTP/1.1" 200 1083 0.009590 10.0.0.65 - - [2025-10-23 02:10:26] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004792 10.0.0.65 - - [2025-10-23 02:10:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002823 10.0.0.65 - - [2025-10-23 02:10:27] "GET /global-vrouter-config/95eadd9a-0ced-4891-a5dd-85fa8734b586?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.002572 10.0.0.65 - - [2025-10-23 02:10:27] "GET /virtual-networks?parent_id=430b7bc1-0c5d-4c4f-8831-f95917fe7397&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002517 10.0.0.65 - - [2025-10-23 02:10:27] "GET /virtual-network/e2fc23f5-07fe-49b7-b898-6d7f73a9bab9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005505 10.0.0.65 - - [2025-10-23 02:10:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003003 10.0.0.65 - - [2025-10-23 02:10:29] "GET /global-vrouter-config/95eadd9a-0ced-4891-a5dd-85fa8734b586?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.002992 10.0.0.65 - - [2025-10-23 02:10:29] "PUT /global-vrouter-config/95eadd9a-0ced-4891-a5dd-85fa8734b586 HTTP/1.1" 200 276 0.008072 10.0.0.65 - - [2025-10-23 02:10:29] "POST /neutron/network HTTP/1.1" 200 839 0.005744 10.0.0.65 - - [2025-10-23 02:10:29] "POST /neutron/network HTTP/1.1" 400 204 0.009330 10.0.0.65 - - [2025-10-23 02:10:29] "POST /neutron/port HTTP/1.1" 200 1083 0.009809 10.0.0.65 - - [2025-10-23 02:10:29] "POST /neutron/port HTTP/1.1" 200 1109 0.008036 10.0.0.65 - - [2025-10-23 02:10:29] "POST /neutron/port HTTP/1.1" 200 151 0.083705 10.0.0.65 - - [2025-10-23 02:10:31] "POST /neutron/network HTTP/1.1" 200 839 0.005113 10.0.0.65 - - [2025-10-23 02:10:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003682 10.0.0.65 - - [2025-10-23 02:10:31] "POST /useragent-kv HTTP/1.1" 200 115 0.002887 10.0.0.65 - - [2025-10-23 02:10:31] "POST /useragent-kv HTTP/1.1" 200 115 0.001787 10.0.0.65 - - [2025-10-23 02:10:31] "POST /neutron/network HTTP/1.1" 200 151 0.073854 10.0.0.65 - - [2025-10-23 02:10:31] "DELETE /route-target/b8999993-c478-434e-8cfd-8a066d618ecd HTTP/1.1" 200 115 0.013653 10.0.0.65 - - [2025-10-23 02:10:32] "GET /global-vrouter-configs HTTP/1.1" 200 357 0.003497 10.0.0.65 - - [2025-10-23 02:10:32] "GET /global-vrouter-config/95eadd9a-0ced-4891-a5dd-85fa8734b586 HTTP/1.1" 200 1881 0.003895 10.0.0.65 - - [2025-10-23 02:10:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002837 10.0.0.65 - - [2025-10-23 02:10:32] "GET /projects?obj_uuids=430b7bc1-0c5d-4c4f-8831-f95917fe7397&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001353 10.0.0.65 - - [2025-10-23 02:10:32] "GET /project/430b7bc1-0c5d-4c4f-8831-f95917fe7397?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.020768 10.0.0.65 - - [2025-10-23 02:10:32] "POST /neutron/network HTTP/1.1" 200 117 0.006219 10.0.0.65 - - [2025-10-23 02:10:32] "GET /projects?obj_uuids=430b7bc1-0c5d-4c4f-8831-f95917fe7397&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001076 10.0.0.65 - - [2025-10-23 02:10:32] "POST /neutron/network HTTP/1.1" 200 605 0.060716 10.0.0.65 - - [2025-10-23 02:10:32] "POST /route-targets HTTP/1.1" 200 327 0.011846 10.0.0.65 - - [2025-10-23 02:10:32] "POST /ref-update HTTP/1.1" 200 156 0.010200 10.0.0.65 - - [2025-10-23 02:10:32] "POST /useragent-kv HTTP/1.1" 200 115 0.002890 10.0.0.65 - - [2025-10-23 02:10:32] "POST /neutron/subnet HTTP/1.1" 200 725 0.152165 10.0.0.65 - - [2025-10-23 02:10:32] "POST /neutron/network HTTP/1.1" 200 824 0.005213 10.0.0.65 - - [2025-10-23 02:10:32] "POST /id-to-fqname HTTP/1.1" 200 220 0.001052 10.0.0.65 - - [2025-10-23 02:10:32] "GET /virtual-network/62f03371-c09d-45e2-9232-5917ea0f13e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.004544 10.0.0.65 - - [2025-10-23 02:10:32] "POST /neutron/network HTTP/1.1" 200 824 0.005198 10.0.0.65 - - [2025-10-23 02:10:32] "GET /virtual-network/62f03371-c09d-45e2-9232-5917ea0f13e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.004574 10.0.0.65 - - [2025-10-23 02:10:32] "POST /neutron/network HTTP/1.1" 200 824 0.005770 10.0.0.65 - - [2025-10-23 02:10:32] "POST /neutron/subnet HTTP/1.1" 200 725 0.006145 10.0.0.65 - - [2025-10-23 02:10:32] "POST /id-to-fqname HTTP/1.1" 200 220 0.001245 10.0.0.65 - - [2025-10-23 02:10:32] "POST /neutron/network HTTP/1.1" 200 834 0.005192 10.0.0.65 - - [2025-10-23 02:10:32] "GET /aaa-mode HTTP/1.1" 401 292 0.000383 10.0.0.65 - - [2025-10-23 02:10:33] "GET / HTTP/1.1" 200 35931 0.001770 10.0.0.65 - - [2025-10-23 02:10:33] "GET /project/430b7bc1-0c5d-4c4f-8831-f95917fe7397?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000370 10.0.0.65 - - [2025-10-23 02:10:33] "GET /projects?obj_uuids=430b7bc1-0c5d-4c4f-8831-f95917fe7397&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001083 10.0.0.65 - - [2025-10-23 02:10:33] "GET /project/430b7bc1-0c5d-4c4f-8831-f95917fe7397?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.049814 10.0.0.65 - - [2025-10-23 02:10:33] "POST /neutron/network HTTP/1.1" 200 824 0.005430 10.0.0.65 - - [2025-10-23 02:10:33] "POST /neutron/port HTTP/1.1" 200 117 0.004628 10.0.0.65 - - [2025-10-23 02:10:33] "POST /neutron/port HTTP/1.1" 200 117 0.005466 10.0.0.65 - - [2025-10-23 02:10:33] "POST /neutron/port HTTP/1.1" 200 117 0.004610 10.0.0.65 - - [2025-10-23 02:10:33] "POST /neutron/network HTTP/1.1" 200 834 0.005632 10.0.0.65 - - [2025-10-23 02:10:34] "GET /projects?obj_uuids=430b7bc1-0c5d-4c4f-8831-f95917fe7397&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001044 10.0.0.65 - - [2025-10-23 02:10:34] "POST /neutron/port HTTP/1.1" 200 1060 0.178681 10.0.0.65 - - [2025-10-23 02:10:34] "POST /neutron/port HTTP/1.1" 200 1060 0.008500 10.0.0.65 - - [2025-10-23 02:10:34] "POST /neutron/port HTTP/1.1" 200 1060 0.007839 10.0.0.65 - - [2025-10-23 02:10:34] "POST /neutron/port HTTP/1.1" 200 1114 0.054161 10.0.0.65 - - [2025-10-23 02:10:34] "POST /neutron/port HTTP/1.1" 200 1088 0.009978 10.0.0.65 - - [2025-10-23 02:10:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003316 10.0.0.65 - - [2025-10-23 02:10:34] "POST /neutron/subnet HTTP/1.1" 200 699 0.006818 10.0.0.65 - - [2025-10-23 02:10:34] "POST /neutron/port HTTP/1.1" 200 117 0.001078 10.0.0.65 - - [2025-10-23 02:10:34] "POST /neutron/network HTTP/1.1" 200 824 0.004758 10.0.0.65 - - [2025-10-23 02:10:38] "POST /neutron/port HTTP/1.1" 200 1088 0.012679 10.0.0.65 - - [2025-10-23 02:10:38] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006830 10.0.0.65 - - [2025-10-23 02:10:38] "POST /neutron/port HTTP/1.1" 200 1088 0.010932 10.0.0.65 - - [2025-10-23 02:10:38] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005626 10.0.0.65 - - [2025-10-23 02:10:38] "POST /neutron/port HTTP/1.1" 200 1088 0.009331 10.0.0.65 - - [2025-10-23 02:10:38] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005834 10.0.0.65 - - [2025-10-23 02:10:38] "GET /virtual-machine/9a8b882f-5f67-44bd-b06c-75cef1882ba5 HTTP/1.1" 200 1293 0.004004 10.0.0.65 - - [2025-10-23 02:10:38] "GET /virtual-machine-interface/0b32248b-9ac5-43f1-a556-efc805af422c HTTP/1.1" 200 2940 0.004218 10.0.0.65 - - [2025-10-23 02:10:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002726 10.0.0.65 - - [2025-10-23 02:10:38] "GET /global-vrouter-config/95eadd9a-0ced-4891-a5dd-85fa8734b586?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002870 10.0.0.65 - - [2025-10-23 02:10:39] "GET /virtual-networks?parent_id=430b7bc1-0c5d-4c4f-8831-f95917fe7397&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003049 10.0.0.65 - - [2025-10-23 02:10:39] "GET /virtual-network/62f03371-c09d-45e2-9232-5917ea0f13e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005153 10.0.0.65 - - [2025-10-23 02:10:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002920 10.0.0.65 - - [2025-10-23 02:10:42] "GET /virtual-network/62f03371-c09d-45e2-9232-5917ea0f13e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.004769 10.0.0.65 - - [2025-10-23 02:10:43] "POST /neutron/port HTTP/1.1" 200 1088 0.010263 10.0.0.65 - - [2025-10-23 02:10:43] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005231 10.0.0.65 - - [2025-10-23 02:10:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002757 10.0.0.65 - - [2025-10-23 02:10:44] "GET /global-vrouter-config/95eadd9a-0ced-4891-a5dd-85fa8734b586?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002657 10.0.0.65 - - [2025-10-23 02:10:44] "GET /virtual-networks?parent_id=430b7bc1-0c5d-4c4f-8831-f95917fe7397&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003157 10.0.0.65 - - [2025-10-23 02:10:44] "GET /virtual-network/62f03371-c09d-45e2-9232-5917ea0f13e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005081 10.0.0.65 - - [2025-10-23 02:10:44] "POST /neutron/port HTTP/1.1" 200 1088 0.009703 10.0.0.65 - - [2025-10-23 02:10:44] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005828 10.0.0.65 - - [2025-10-23 02:10:51] "POST /neutron/network HTTP/1.1" 200 824 0.005849 10.0.0.65 - - [2025-10-23 02:10:51] "POST /neutron/network HTTP/1.1" 400 204 0.009218 10.0.0.65 - - [2025-10-23 02:10:52] "POST /neutron/port HTTP/1.1" 200 1088 0.010917 10.0.0.65 - - [2025-10-23 02:10:52] "POST /neutron/port HTTP/1.1" 200 1114 0.010453 10.0.0.65 - - [2025-10-23 02:10:52] "POST /neutron/port HTTP/1.1" 200 151 0.085127 10.0.0.65 - - [2025-10-23 02:10:53] "POST /neutron/network HTTP/1.1" 200 824 0.005842 10.0.0.65 - - [2025-10-23 02:10:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002905 10.0.0.65 - - [2025-10-23 02:10:53] "POST /useragent-kv HTTP/1.1" 200 115 0.002591 10.0.0.65 - - [2025-10-23 02:10:53] "POST /useragent-kv HTTP/1.1" 200 115 0.001640 10.0.0.65 - - [2025-10-23 02:10:53] "POST /neutron/network HTTP/1.1" 200 151 0.081073 10.0.0.65 - - [2025-10-23 02:10:53] "DELETE /route-target/6c030429-6a39-4a09-bb65-bd9418df58e4 HTTP/1.1" 200 115 0.019112 10.0.0.65 - - [2025-10-23 02:10:54] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.002571 10.0.0.65 - - [2025-10-23 02:10:54] "POST /network-ipams HTTP/1.1" 200 541 0.015532 10.0.0.65 - - [2025-10-23 02:10:54] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 764 0.002581 10.0.0.65 - - [2025-10-23 02:10:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002527 10.0.0.65 - - [2025-10-23 02:10:54] "GET /network-ipam/e69a4cca-6282-47ed-ae42-dae55fc41dde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.004786 10.0.0.65 - - [2025-10-23 02:10:54] "PUT /network-ipam/e69a4cca-6282-47ed-ae42-dae55fc41dde HTTP/1.1" 200 258 0.009364 10.0.0.65 - - [2025-10-23 02:10:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002659 10.0.0.65 - - [2025-10-23 02:10:54] "GET /projects?obj_uuids=430b7bc1-0c5d-4c4f-8831-f95917fe7397&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001061 10.0.0.65 - - [2025-10-23 02:10:54] "GET /project/430b7bc1-0c5d-4c4f-8831-f95917fe7397?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.024726 10.0.0.65 - - [2025-10-23 02:10:54] "POST /neutron/network HTTP/1.1" 200 117 0.006498 10.0.0.65 - - [2025-10-23 02:10:54] "GET /projects?obj_uuids=430b7bc1-0c5d-4c4f-8831-f95917fe7397&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000987 10.0.0.65 - - [2025-10-23 02:10:54] "POST /neutron/network HTTP/1.1" 200 605 0.064215 10.0.0.65 - - [2025-10-23 02:10:54] "POST /route-targets HTTP/1.1" 200 327 0.008595 10.0.0.65 - - [2025-10-23 02:10:54] "POST /ref-update HTTP/1.1" 200 156 0.010146 10.0.0.65 - - [2025-10-23 02:10:54] "POST /useragent-kv HTTP/1.1" 200 115 0.002795 10.0.0.65 - - [2025-10-23 02:10:54] "POST /neutron/subnet HTTP/1.1" 200 699 0.169248 10.0.0.65 - - [2025-10-23 02:10:55] "POST /useragent-kv HTTP/1.1" 200 115 0.003832 10.0.0.65 - - [2025-10-23 02:10:55] "POST /neutron/subnet HTTP/1.1" 200 699 0.174526 10.0.0.65 - - [2025-10-23 02:10:55] "POST /neutron/network HTTP/1.1" 200 994 0.005877 10.0.0.65 - - [2025-10-23 02:10:55] "POST /id-to-fqname HTTP/1.1" 200 220 0.000989 10.0.0.65 - - [2025-10-23 02:10:55] "GET /virtual-network/94871a4a-a48f-4454-a9b2-52be30dc93eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.004212 10.0.0.65 - - [2025-10-23 02:10:55] "POST /neutron/network HTTP/1.1" 200 994 0.007042 10.0.0.65 - - [2025-10-23 02:10:55] "GET /virtual-network/94871a4a-a48f-4454-a9b2-52be30dc93eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.004666 10.0.0.65 - - [2025-10-23 02:10:55] "POST /neutron/network HTTP/1.1" 200 994 0.006462 10.0.0.65 - - [2025-10-23 02:10:55] "POST /neutron/subnet HTTP/1.1" 200 699 0.005761 10.0.0.65 - - [2025-10-23 02:10:55] "POST /neutron/subnet HTTP/1.1" 200 699 0.005908 10.0.0.65 - - [2025-10-23 02:10:55] "POST /neutron/network HTTP/1.1" 200 994 0.006401 10.0.0.65 - - [2025-10-23 02:10:55] "POST /neutron/subnet HTTP/1.1" 200 699 0.005541 10.0.0.65 - - [2025-10-23 02:10:55] "POST /neutron/subnet HTTP/1.1" 200 699 0.005470 10.0.0.65 - - [2025-10-23 02:10:55] "GET /projects?obj_uuids=430b7bc1-0c5d-4c4f-8831-f95917fe7397&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001346 10.0.0.65 - - [2025-10-23 02:10:55] "POST /neutron/port HTTP/1.1" 200 1017 0.166928 10.0.0.65 - - [2025-10-23 02:10:55] "GET /projects?obj_uuids=430b7bc1-0c5d-4c4f-8831-f95917fe7397&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001521 10.0.0.65 - - [2025-10-23 02:10:55] "POST /neutron/port HTTP/1.1" 200 1017 0.147024 10.0.0.65 - - [2025-10-23 02:10:55] "POST /id-to-fqname HTTP/1.1" 200 220 0.001486 10.0.0.65 - - [2025-10-23 02:10:55] "POST /neutron/port HTTP/1.1" 200 1017 0.006759 10.0.0.65 - - [2025-10-23 02:10:55] "POST /neutron/port HTTP/1.1" 200 1017 0.006591 10.0.0.65 - - [2025-10-23 02:10:55] "POST /neutron/network HTTP/1.1" 200 994 0.007066 10.0.0.65 - - [2025-10-23 02:10:55] "POST /neutron/port HTTP/1.1" 200 1017 0.006549 10.0.0.65 - - [2025-10-23 02:10:55] "POST /neutron/port HTTP/1.1" 200 117 0.004710 10.0.0.65 - - [2025-10-23 02:10:55] "POST /neutron/port HTTP/1.1" 200 1017 0.007273 10.0.0.65 - - [2025-10-23 02:10:55] "POST /neutron/port HTTP/1.1" 200 117 0.005204 10.0.0.65 - - [2025-10-23 02:10:55] "POST /id-to-fqname HTTP/1.1" 200 220 0.001236 10.0.0.65 - - [2025-10-23 02:10:56] "POST /neutron/port HTTP/1.1" 200 117 0.005502 10.0.0.65 - - [2025-10-23 02:10:56] "POST /neutron/port HTTP/1.1" 200 1017 0.007086 10.0.0.65 - - [2025-10-23 02:10:56] "POST /neutron/port HTTP/1.1" 200 1017 0.007247 10.0.0.65 - - [2025-10-23 02:10:56] "POST /neutron/network HTTP/1.1" 200 994 0.006093 10.0.0.65 - - [2025-10-23 02:10:56] "POST /neutron/port HTTP/1.1" 200 1017 0.006884 10.0.0.65 - - [2025-10-23 02:10:56] "POST /neutron/port HTTP/1.1" 200 1017 0.006871 10.0.0.65 - - [2025-10-23 02:10:56] "POST /neutron/port HTTP/1.1" 200 117 0.005018 10.0.0.65 - - [2025-10-23 02:10:56] "POST /neutron/port HTTP/1.1" 200 117 0.006023 10.0.0.65 - - [2025-10-23 02:10:56] "POST /id-to-fqname HTTP/1.1" 200 220 0.001004 10.0.0.65 - - [2025-10-23 02:10:56] "DELETE /project/430b7bc10c5d4c4f8831f95917fe7397 HTTP/1.1" 404 173 0.005033 10.0.0.65 - - [2025-10-23 02:10:56] "GET /projects?obj_uuids=6f390d6c-bc7c-48af-8574-d9630e0ea198&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000894 10.0.0.65 - - [2025-10-23 02:10:56] "POST /neutron/port HTTP/1.1" 200 1017 0.006773 10.0.0.65 - - [2025-10-23 02:10:56] "GET /project/6f390d6c-bc7c-48af-8574-d9630e0ea198?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1471 0.032276 10.0.0.65 - - [2025-10-23 02:10:56] "GET /projects?obj_uuids=6f390d6c-bc7c-48af-8574-d9630e0ea198&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000919 10.0.0.65 - - [2025-10-23 02:10:56] "POST /neutron/network HTTP/1.1" 200 1004 0.009789 10.0.0.65 - - [2025-10-23 02:10:56] "GET /project/6f390d6c-bc7c-48af-8574-d9630e0ea198?fields=security_groups HTTP/1.1" 200 1365 0.043336 10.0.0.65 - - [2025-10-23 02:10:56] "POST /neutron/port HTTP/1.1" 200 1017 0.007868 10.0.0.65 - - [2025-10-23 02:10:56] "POST /neutron/port HTTP/1.1" 200 117 0.008396 10.0.0.65 - - [2025-10-23 02:10:56] "POST /neutron/port HTTP/1.1" 200 1017 0.007635 10.0.0.65 - - [2025-10-23 02:10:56] "DELETE /security-group/7162859a-062c-404e-a33e-411ebead67b5 HTTP/1.1" 200 115 0.092301 10.0.0.65 - - [2025-10-23 02:10:56] "GET /projects?obj_uuids=6f390d6c-bc7c-48af-8574-d9630e0ea198&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001462 10.0.0.65 - - [2025-10-23 02:10:56] "POST /neutron/port HTTP/1.1" 200 1109 0.161019 10.0.0.65 - - [2025-10-23 02:10:56] "DELETE /access-control-list/dda998a8-bfeb-4b97-a50e-a00d85fd1d8f HTTP/1.1" 200 115 0.099027 10.0.0.65 - - [2025-10-23 02:10:56] "GET /project/6f390d6c-bc7c-48af-8574-d9630e0ea198?fields=application_policy_sets HTTP/1.1" 200 1404 0.083118 10.0.0.65 - - [2025-10-23 02:10:56] "POST /neutron/network HTTP/1.1" 200 1004 0.027941 10.0.0.65 - - [2025-10-23 02:10:56] "GET /aaa-mode HTTP/1.1" 401 292 0.000377 10.0.0.65 - - [2025-10-23 02:10:56] "DELETE /access-control-list/b8e3fd1c-ad85-464a-aa02-90e45f91d2c9 HTTP/1.1" 200 115 0.037381 10.0.0.65 - - [2025-10-23 02:10:56] "POST /neutron/port HTTP/1.1" 200 1083 0.026422 10.0.0.65 - - [2025-10-23 02:10:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006430 10.0.0.65 - - [2025-10-23 02:10:56] "DELETE /project/6f390d6c-bc7c-48af-8574-d9630e0ea198 HTTP/1.1" 200 115 0.459743 10.0.0.65 - - [2025-10-23 02:10:56] "POST /neutron/subnet HTTP/1.1" 200 673 0.008706 10.0.0.65 - - [2025-10-23 02:10:56] "POST /neutron/port HTTP/1.1" 200 117 0.001407 10.0.0.65 - - [2025-10-23 02:10:56] "POST /neutron/network HTTP/1.1" 200 994 0.008065 10.0.0.65 - - [2025-10-23 02:10:57] "POST /neutron/port HTTP/1.1" 200 1017 0.007382 10.0.0.65 - - [2025-10-23 02:10:57] "POST /neutron/network HTTP/1.1" 200 1004 0.006882 10.0.0.65 - - [2025-10-23 02:10:57] "POST /neutron/port HTTP/1.1" 200 1017 0.006988 10.0.0.65 - - [2025-10-23 02:10:57] "POST /neutron/port HTTP/1.1" 200 1017 0.006401 10.0.0.65 - - [2025-10-23 02:10:57] "GET / HTTP/1.1" 200 35931 0.001324 10.0.0.65 - - [2025-10-23 02:10:57] "GET /project/430b7bc1-0c5d-4c4f-8831-f95917fe7397?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000350 10.0.0.65 - - [2025-10-23 02:10:57] "POST /neutron/port HTTP/1.1" 200 1109 0.090827 10.0.0.65 - - [2025-10-23 02:10:57] "POST /neutron/port HTTP/1.1" 200 1083 0.016959 10.0.0.65 - - [2025-10-23 02:10:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005688 10.0.0.65 - - [2025-10-23 02:10:57] "POST /neutron/subnet HTTP/1.1" 200 673 0.010106 10.0.0.65 - - [2025-10-23 02:10:57] "POST /neutron/port HTTP/1.1" 200 117 0.001151 10.0.0.65 - - [2025-10-23 02:10:57] "POST /neutron/network HTTP/1.1" 200 994 0.011946 10.0.0.65 - - [2025-10-23 02:10:57] "GET /projects?obj_uuids=430b7bc1-0c5d-4c4f-8831-f95917fe7397&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001131 10.0.0.65 - - [2025-10-23 02:10:57] "GET /project/430b7bc1-0c5d-4c4f-8831-f95917fe7397?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.075329 10.0.0.65 - - [2025-10-23 02:10:57] "POST /neutron/network HTTP/1.1" 200 994 0.009794 10.0.0.65 - - [2025-10-23 02:10:57] "POST /neutron/port HTTP/1.1" 200 2050 0.029875 10.0.0.65 - - [2025-10-23 02:10:57] "POST /neutron/security_group HTTP/1.1" 200 2058 0.014921 10.0.0.65 - - [2025-10-23 02:10:57] "POST /neutron/port HTTP/1.1" 200 117 0.004476 10.0.0.65 - - [2025-10-23 02:10:57] "GET /domains HTTP/1.1" 200 280 0.002886 10.0.0.65 - - [2025-10-23 02:10:57] "GET /domains?obj_uuids=2e283574-867c-482d-913f-5e0415a1ddc2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001401 10.0.0.65 - - [2025-10-23 02:10:57] "GET /domain/2e283574-867c-482d-913f-5e0415a1ddc2 HTTP/1.1" 200 2573 0.010317 10.0.0.65 - - [2025-10-23 02:10:57] "GET /projects?obj_uuids=430b7bc1-0c5d-4c4f-8831-f95917fe7397&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001849 10.0.0.65 - - [2025-10-23 02:10:58] "GET /project/430b7bc1-0c5d-4c4f-8831-f95917fe7397 HTTP/1.1" 200 2841 0.081054 10.0.0.65 - - [2025-10-23 02:10:58] "GET /network-ipam/e69a4cca-6282-47ed-ae42-dae55fc41dde HTTP/1.1" 200 2602 0.009845 10.0.0.65 - - [2025-10-23 02:10:58] "GET /domains HTTP/1.1" 200 280 0.003264 10.0.0.65 - - [2025-10-23 02:10:58] "GET /domains?obj_uuids=2e283574-867c-482d-913f-5e0415a1ddc2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000962 10.0.0.65 - - [2025-10-23 02:10:58] "GET /domain/2e283574-867c-482d-913f-5e0415a1ddc2 HTTP/1.1" 200 2573 0.011162 10.0.0.65 - - [2025-10-23 02:10:58] "GET /projects?obj_uuids=430b7bc1-0c5d-4c4f-8831-f95917fe7397&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001049 10.0.0.65 - - [2025-10-23 02:10:58] "GET /project/430b7bc1-0c5d-4c4f-8831-f95917fe7397 HTTP/1.1" 200 2841 0.089334 10.0.0.65 - - [2025-10-23 02:10:58] "GET /virtual-network/94871a4a-a48f-4454-a9b2-52be30dc93eb HTTP/1.1" 200 3781 0.010278 10.0.0.65 - - [2025-10-23 02:10:58] "GET /virtual-network/94871a4a-a48f-4454-a9b2-52be30dc93eb HTTP/1.1" 200 3781 0.010407 10.0.0.65 - - [2025-10-23 02:10:58] "GET /routing-instance/6386d760-754b-4048-bf7e-8887d85878ff HTTP/1.1" 200 2380 0.008182 10.0.0.65 - - [2025-10-23 02:10:58] "GET /routing-instance/6386d760-754b-4048-bf7e-8887d85878ff HTTP/1.1" 200 2380 0.008004 10.0.0.65 - - [2025-10-23 02:10:58] "GET /route-target/e45b839e-69c0-4f3c-8a53-483725e68213 HTTP/1.1" 200 1204 0.010428 10.0.0.65 - - [2025-10-23 02:10:58] "GET /virtual-network/94871a4a-a48f-4454-a9b2-52be30dc93eb HTTP/1.1" 200 3781 0.014650 10.0.0.65 - - [2025-10-23 02:10:58] "GET /routing-instance/6386d760-754b-4048-bf7e-8887d85878ff HTTP/1.1" 200 2380 0.005543 10.0.0.65 - - [2025-10-23 02:10:58] "GET /virtual-network/94871a4a-a48f-4454-a9b2-52be30dc93eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.008455 10.0.0.65 - - [2025-10-23 02:10:58] "GET /virtual-network/94871a4a-a48f-4454-a9b2-52be30dc93eb HTTP/1.1" 200 3781 0.009082 10.0.0.65 - - [2025-10-23 02:10:58] "GET /routing-instance/6386d760-754b-4048-bf7e-8887d85878ff HTTP/1.1" 200 2380 0.006464 10.0.0.65 - - [2025-10-23 02:10:58] "GET /routing-instance/6386d760-754b-4048-bf7e-8887d85878ff HTTP/1.1" 200 2380 0.006133 10.0.0.65 - - [2025-10-23 02:10:58] "GET /route-target/e45b839e-69c0-4f3c-8a53-483725e68213 HTTP/1.1" 200 1204 0.019021 10.0.0.65 - - [2025-10-23 02:10:58] "GET /domains HTTP/1.1" 200 280 0.003994 10.0.0.65 - - [2025-10-23 02:10:58] "GET /domains?obj_uuids=2e283574-867c-482d-913f-5e0415a1ddc2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001271 10.0.0.65 - - [2025-10-23 02:10:58] "GET /domain/2e283574-867c-482d-913f-5e0415a1ddc2 HTTP/1.1" 200 2573 0.013371 10.0.0.65 - - [2025-10-23 02:10:58] "GET /projects?obj_uuids=430b7bc1-0c5d-4c4f-8831-f95917fe7397&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001300 10.0.0.65 - - [2025-10-23 02:10:58] "GET /project/430b7bc1-0c5d-4c4f-8831-f95917fe7397 HTTP/1.1" 200 2841 0.081657 10.0.0.65 - - [2025-10-23 02:10:58] "GET /virtual-network/94871a4a-a48f-4454-a9b2-52be30dc93eb HTTP/1.1" 200 3781 0.006853 10.0.0.65 - - [2025-10-23 02:10:58] "POST /neutron/network HTTP/1.1" 200 1004 0.009424 10.0.0.65 - - [2025-10-23 02:10:58] "GET /projects?obj_uuids=430b7bc1-0c5d-4c4f-8831-f95917fe7397&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001364 10.0.0.65 - - [2025-10-23 02:10:58] "POST /neutron/port HTTP/1.1" 200 1055 0.209251 10.0.0.65 - - [2025-10-23 02:10:58] "POST /neutron/port HTTP/1.1" 200 1055 0.010431 10.0.0.65 - - [2025-10-23 02:10:58] "POST /neutron/port HTTP/1.1" 200 1055 0.010721 10.0.0.65 - - [2025-10-23 02:10:58] "GET /obj-perms HTTP/1.1" 200 5030 0.073917 10.0.0.65 - - [2025-10-23 02:10:58] "POST /neutron/port HTTP/1.1" 200 1109 0.126039 10.0.0.65 - - [2025-10-23 02:10:58] "POST /neutron/port HTTP/1.1" 200 1083 0.022467 10.0.0.65 - - [2025-10-23 02:10:58] "POST /neutron/security_group HTTP/1.1" 200 2058 0.011507 10.0.0.65 - - [2025-10-23 02:10:58] "POST /neutron/port HTTP/1.1" 200 1083 0.032598 10.0.0.65 - - [2025-10-23 02:10:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003592 10.0.0.65 - - [2025-10-23 02:10:59] "POST /neutron/port HTTP/1.1" 200 1083 0.011276 10.0.0.65 - - [2025-10-23 02:10:59] "POST /neutron/subnet HTTP/1.1" 200 673 0.014849 10.0.0.65 - - [2025-10-23 02:10:59] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005508 10.0.0.65 - - [2025-10-23 02:10:59] "POST /neutron/port HTTP/1.1" 200 117 0.001111 10.0.0.65 - - [2025-10-23 02:10:59] "POST /neutron/network HTTP/1.1" 200 994 0.020748 10.0.0.65 - - [2025-10-23 02:10:59] "POST /neutron/port HTTP/1.1" 200 1083 0.011211 10.0.0.65 - - [2025-10-23 02:10:59] "POST /neutron/security_group HTTP/1.1" 200 2058 0.010939 10.0.0.65 - - [2025-10-23 02:10:59] "GET /virtual-machine/38483820-2d53-47c3-a18c-47940adb731f HTTP/1.1" 200 1288 0.013555 10.0.0.65 - - [2025-10-23 02:10:59] "GET /virtual-machine-interface/1fc20ffa-5bbb-403e-95ce-66345e260411 HTTP/1.1" 200 2941 0.017944 10.0.0.65 - - [2025-10-23 02:10:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004575 10.0.0.65 - - [2025-10-23 02:10:59] "GET /global-vrouter-config/95eadd9a-0ced-4891-a5dd-85fa8734b586?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004417 10.0.0.65 - - [2025-10-23 02:10:59] "GET /virtual-networks?parent_id=430b7bc1-0c5d-4c4f-8831-f95917fe7397&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002917 10.0.0.65 - - [2025-10-23 02:10:59] "GET /virtual-network/94871a4a-a48f-4454-a9b2-52be30dc93eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.006140 10.0.0.65 - - [2025-10-23 02:11:02] "GET /obj-perms HTTP/1.1" 200 5056 0.047551 10.0.0.65 - - [2025-10-23 02:11:02] "GET /obj-perms HTTP/1.1" 200 5056 0.043300 10.0.0.65 - - [2025-10-23 02:11:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003381 10.0.0.65 - - [2025-10-23 02:11:02] "GET /virtual-network/94871a4a-a48f-4454-a9b2-52be30dc93eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.007098 10.0.0.65 - - [2025-10-23 02:11:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004084 10.0.0.65 - - [2025-10-23 02:11:06] "GET /virtual-network/94871a4a-a48f-4454-a9b2-52be30dc93eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.005261 10.0.0.65 - - [2025-10-23 02:11:07] "POST /neutron/port HTTP/1.1" 200 1083 0.011921 10.0.0.65 - - [2025-10-23 02:11:07] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005151 10.0.0.65 - - [2025-10-23 02:11:07] "POST /neutron/port HTTP/1.1" 200 1083 0.010377 10.0.0.65 - - [2025-10-23 02:11:07] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004905 10.0.0.65 - - [2025-10-23 02:11:08] "POST /neutron/port HTTP/1.1" 200 1083 0.013018 10.0.0.65 - - [2025-10-23 02:11:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002618 10.0.0.65 - - [2025-10-23 02:11:08] "GET /global-vrouter-config/95eadd9a-0ced-4891-a5dd-85fa8734b586?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003094 10.0.0.65 - - [2025-10-23 02:11:08] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006041 10.0.0.65 - - [2025-10-23 02:11:08] "GET /virtual-networks?parent_id=430b7bc1-0c5d-4c4f-8831-f95917fe7397&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002795 10.0.0.65 - - [2025-10-23 02:11:08] "GET /virtual-network/94871a4a-a48f-4454-a9b2-52be30dc93eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.006345 10.0.0.65 - - [2025-10-23 02:11:09] "POST /neutron/port HTTP/1.1" 200 1083 0.010134 10.0.0.65 - - [2025-10-23 02:11:09] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005450 10.0.0.65 - - [2025-10-23 02:11:09] "POST /neutron/port HTTP/1.1" 200 1083 0.011007 10.0.0.65 - - [2025-10-23 02:11:09] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005447 10.0.0.65 - - [2025-10-23 02:11:09] "POST /neutron/port HTTP/1.1" 200 1083 0.009863 10.0.0.65 - - [2025-10-23 02:11:09] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005882 10.0.0.65 - - [2025-10-23 02:11:09] "GET /virtual-machine/0e3bf1d1-965f-42fc-a549-ca91d8e28ffa HTTP/1.1" 200 1288 0.004748 10.0.0.65 - - [2025-10-23 02:11:09] "GET /virtual-machine-interface/81f156f1-2971-4309-a2fe-9ebf8fc02001 HTTP/1.1" 200 2941 0.004913 10.0.0.65 - - [2025-10-23 02:11:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002622 10.0.0.65 - - [2025-10-23 02:11:09] "GET /global-vrouter-config/95eadd9a-0ced-4891-a5dd-85fa8734b586?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002649 10.0.0.65 - - [2025-10-23 02:11:09] "GET /virtual-networks?parent_id=430b7bc1-0c5d-4c4f-8831-f95917fe7397&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003101 10.0.0.65 - - [2025-10-23 02:11:09] "GET /virtual-network/94871a4a-a48f-4454-a9b2-52be30dc93eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.005489 10.0.0.65 - - [2025-10-23 02:11:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003069 10.0.0.65 - - [2025-10-23 02:11:10] "GET /global-vrouter-config/95eadd9a-0ced-4891-a5dd-85fa8734b586?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003074 10.0.0.65 - - [2025-10-23 02:11:10] "GET /virtual-networks?parent_id=430b7bc1-0c5d-4c4f-8831-f95917fe7397&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002708 10.0.0.65 - - [2025-10-23 02:11:10] "GET /virtual-network/94871a4a-a48f-4454-a9b2-52be30dc93eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.005255 10.0.0.65 - - [2025-10-23 02:11:10] "POST /neutron/port HTTP/1.1" 200 1083 0.010947 10.0.0.65 - - [2025-10-23 02:11:10] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006328 10.0.0.65 - - [2025-10-23 02:11:10] "POST /neutron/port HTTP/1.1" 200 1083 0.010518 10.0.0.65 - - [2025-10-23 02:11:10] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005744 10.0.0.65 - - [2025-10-23 02:11:10] "POST /neutron/port HTTP/1.1" 200 1083 0.011132 10.0.0.65 - - [2025-10-23 02:11:11] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007717 10.0.0.65 - - [2025-10-23 02:11:11] "GET /virtual-machine/52927a0a-395f-438d-9038-0106f4bcdd60 HTTP/1.1" 200 1292 0.004251 10.0.0.65 - - [2025-10-23 02:11:11] "GET /virtual-machine-interface/64242847-f932-40a1-ba7d-785411eb6373 HTTP/1.1" 200 2941 0.004310 10.0.0.65 - - [2025-10-23 02:11:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002722 10.0.0.65 - - [2025-10-23 02:11:11] "GET /global-vrouter-config/95eadd9a-0ced-4891-a5dd-85fa8734b586?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002625 10.0.0.65 - - [2025-10-23 02:11:11] "GET /virtual-networks?parent_id=430b7bc1-0c5d-4c4f-8831-f95917fe7397&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003290 10.0.0.65 - - [2025-10-23 02:11:11] "GET /virtual-network/94871a4a-a48f-4454-a9b2-52be30dc93eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.004897 10.0.0.65 - - [2025-10-23 02:11:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002623 10.0.0.65 - - [2025-10-23 02:11:12] "GET /global-vrouter-config/95eadd9a-0ced-4891-a5dd-85fa8734b586?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002592 10.0.0.65 - - [2025-10-23 02:11:12] "GET /virtual-networks?parent_id=430b7bc1-0c5d-4c4f-8831-f95917fe7397&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003106 10.0.0.65 - - [2025-10-23 02:11:12] "GET /virtual-network/94871a4a-a48f-4454-a9b2-52be30dc93eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.005138 10.0.0.65 - - [2025-10-23 02:11:20] "POST /neutron/port HTTP/1.1" 200 1083 0.011492 10.0.0.65 - - [2025-10-23 02:11:20] "POST /neutron/port HTTP/1.1" 200 1083 0.011140 10.0.0.65 - - [2025-10-23 02:11:20] "POST /neutron/network HTTP/1.1" 200 1004 0.006448 10.0.0.65 - - [2025-10-23 02:11:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003408 10.0.0.65 - - [2025-10-23 02:11:20] "POST /neutron/subnet HTTP/1.1" 200 673 0.008749 10.0.0.65 - - [2025-10-23 02:11:20] "POST /neutron/port HTTP/1.1" 200 117 0.001308 10.0.0.65 - - [2025-10-23 02:11:20] "POST /neutron/network HTTP/1.1" 200 994 0.007140 10.0.0.65 - - [2025-10-23 02:11:28] "POST /neutron/port HTTP/1.1" 200 1109 0.010759 10.0.0.65 - - [2025-10-23 02:11:28] "POST /neutron/port HTTP/1.1" 200 1109 0.008831 10.0.0.65 - - [2025-10-23 02:11:28] "POST /neutron/port HTTP/1.1" 200 151 0.108402 10.0.0.65 - - [2025-10-23 02:11:28] "POST /neutron/port HTTP/1.1" 200 1109 0.009679 10.0.0.65 - - [2025-10-23 02:11:28] "POST /neutron/port HTTP/1.1" 200 1109 0.011456 10.0.0.65 - - [2025-10-23 02:11:28] "POST /neutron/port HTTP/1.1" 200 1083 0.015192 10.0.0.65 - - [2025-10-23 02:11:28] "POST /neutron/port HTTP/1.1" 200 151 0.131773 10.0.0.65 - - [2025-10-23 02:11:28] "POST /neutron/port HTTP/1.1" 200 1109 0.014934 10.0.0.65 - - [2025-10-23 02:11:28] "POST /neutron/network HTTP/1.1" 200 994 0.010392 10.0.0.65 - - [2025-10-23 02:11:28] "POST /neutron/network HTTP/1.1" 400 204 0.011198 10.0.0.65 - - [2025-10-23 02:11:28] "POST /neutron/port HTTP/1.1" 200 151 0.101720 10.0.0.65 - - [2025-10-23 02:11:30] "POST /neutron/network HTTP/1.1" 200 994 0.008509 10.0.0.65 - - [2025-10-23 02:11:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004206 10.0.0.65 - - [2025-10-23 02:11:31] "POST /useragent-kv HTTP/1.1" 200 115 0.003316 10.0.0.65 - - [2025-10-23 02:11:31] "POST /useragent-kv HTTP/1.1" 200 115 0.002759 10.0.0.65 - - [2025-10-23 02:11:31] "POST /useragent-kv HTTP/1.1" 200 115 0.001971 10.0.0.65 - - [2025-10-23 02:11:31] "POST /useragent-kv HTTP/1.1" 200 115 0.001618 10.0.0.65 - - [2025-10-23 02:11:31] "POST /neutron/network HTTP/1.1" 200 151 0.156353 10.0.0.65 - - [2025-10-23 02:11:31] "DELETE /route-target/e45b839e-69c0-4f3c-8a53-483725e68213 HTTP/1.1" 200 115 0.022362 10.0.0.65 - - [2025-10-23 02:11:31] "GET /routing-instance/6386d760-754b-4048-bf7e-8887d85878ff HTTP/1.1" 404 171 0.002294 10.0.0.65 - - [2025-10-23 02:11:31] "GET /domains HTTP/1.1" 200 280 0.002545 10.0.0.65 - - [2025-10-23 02:11:31] "GET /domains?obj_uuids=2e283574-867c-482d-913f-5e0415a1ddc2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000880 10.0.0.65 - - [2025-10-23 02:11:31] "GET /domain/2e283574-867c-482d-913f-5e0415a1ddc2 HTTP/1.1" 200 2573 0.052170 10.0.0.65 - - [2025-10-23 02:11:31] "GET /projects?obj_uuids=430b7bc1-0c5d-4c4f-8831-f95917fe7397&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000992 10.0.0.65 - - [2025-10-23 02:11:31] "GET /project/430b7bc1-0c5d-4c4f-8831-f95917fe7397 HTTP/1.1" 200 2084 0.066331 10.0.0.65 - - [2025-10-23 02:11:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002510 10.0.0.65 - - [2025-10-23 02:11:31] "DELETE /network-ipam/e69a4cca-6282-47ed-ae42-dae55fc41dde HTTP/1.1" 200 115 0.020927 10.0.0.65 - - [2025-10-23 02:11:31] "POST /fqname-to-id HTTP/1.1" 404 211 0.003027 10.0.0.65 - - [2025-10-23 02:11:31] "GET /projects?obj_uuids=430b7bc1-0c5d-4c4f-8831-f95917fe7397&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001038 10.0.0.65 - - [2025-10-23 02:11:31] "GET /project/430b7bc1-0c5d-4c4f-8831-f95917fe7397?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.028682 10.0.0.65 - - [2025-10-23 02:11:31] "GET /projects?obj_uuids=430b7bc1-0c5d-4c4f-8831-f95917fe7397&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001016 10.0.0.65 - - [2025-10-23 02:11:31] "GET /project/430b7bc1-0c5d-4c4f-8831-f95917fe7397?fields=virtual_networks HTTP/1.1" 200 1031 0.066306 10.0.0.65 - - [2025-10-23 02:11:31] "GET /projects?obj_uuids=430b7bc1-0c5d-4c4f-8831-f95917fe7397&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001047 10.0.0.65 - - [2025-10-23 02:11:31] "GET /project/430b7bc1-0c5d-4c4f-8831-f95917fe7397?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.023503 10.0.0.65 - - [2025-10-23 02:11:31] "GET /projects?obj_uuids=430b7bc1-0c5d-4c4f-8831-f95917fe7397&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001004 10.0.0.65 - - [2025-10-23 02:11:31] "GET /project/430b7bc1-0c5d-4c4f-8831-f95917fe7397?fields=security_groups HTTP/1.1" 200 1257 0.081408 10.0.0.65 - - [2025-10-23 02:11:33] "POST /neutron/port HTTP/1.1" 200 117 0.004483 10.0.0.65 - - [2025-10-23 02:11:33] "POST /neutron/port HTTP/1.1" 400 205 0.002960 10.0.0.65 - - [2025-10-23 02:11:33] "POST /neutron/port HTTP/1.1" 200 117 0.005223 10.0.0.65 - - [2025-10-23 02:11:33] "POST /neutron/port HTTP/1.1" 400 205 0.002970 10.0.0.65 - - [2025-10-23 02:11:39] "GET / HTTP/1.1" 200 35931 0.002158 10.0.0.65 - - [2025-10-23 02:11:39] "POST /fqname-to-id HTTP/1.1" 401 292 0.000476 10.0.0.65 - - [2025-10-23 02:11:40] "POST /fqname-to-id HTTP/1.1" 404 183 0.043315 10.0.0.65 - - [2025-10-23 02:11:40] "GET /projects?obj_uuids=b5b542bb-3edc-427e-a0f0-d459df9f081d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002303 10.0.0.65 - - [2025-10-23 02:11:40] "GET /domains?obj_uuids=2e283574-867c-482d-913f-5e0415a1ddc2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001211 10.0.0.65 - - [2025-10-23 02:11:40] "GET /domain/2e283574-867c-482d-913f-5e0415a1ddc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006542 10.0.0.65 - - [2025-10-23 02:11:40] "POST /id-to-fqname HTTP/1.1" 200 185 0.001364 10.0.0.65 - - [2025-10-23 02:11:40] "POST /fqname-to-id HTTP/1.1" 404 194 0.003325 10.0.0.65 - - [2025-10-23 02:11:40] "POST /security-groups HTTP/1.1" 200 586 0.064364 10.0.0.65 - - [2025-10-23 02:11:40] "POST /fqname-to-id HTTP/1.1" 404 229 0.008750 10.0.0.65 - - [2025-10-23 02:11:40] "POST /projects HTTP/1.1" 200 575 0.209069 10.0.0.65 - - [2025-10-23 02:11:40] "POST /access-control-lists HTTP/1.1" 200 591 0.059182 10.0.0.65 - - [2025-10-23 02:11:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.286701 10.0.0.65 - - [2025-10-23 02:11:40] "POST /fqname-to-id HTTP/1.1" 404 228 0.002502 10.0.0.65 - - [2025-10-23 02:11:40] "GET /project/b5b542bb-3edc-427e-a0f0-d459df9f081d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.412497 10.0.0.65 - - [2025-10-23 02:11:40] "POST /access-control-lists HTTP/1.1" 200 589 0.060110 10.0.0.65 - - [2025-10-23 02:11:42] "GET / HTTP/1.1" 200 35931 0.001891 10.0.0.65 - - [2025-10-23 02:11:44] "POST /fqname-to-id HTTP/1.1" 401 292 0.000471 10.0.0.65 - - [2025-10-23 02:11:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.026099 10.0.0.65 - - [2025-10-23 02:11:44] "GET /api-access-list/14948bd6-b812-4a30-b163-9dd7f8c14aba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.004108 10.0.0.65 - - [2025-10-23 02:11:44] "GET /api-access-list/14948bd6-b812-4a30-b163-9dd7f8c14aba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.003142 10.0.0.65 - - [2025-10-23 02:11:44] "GET /api-access-list/14948bd6-b812-4a30-b163-9dd7f8c14aba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.003196 10.0.0.65 - - [2025-10-23 02:11:44] "PUT /api-access-list/14948bd6-b812-4a30-b163-9dd7f8c14aba HTTP/1.1" 200 264 0.008434 10.0.0.65 - - [2025-10-23 02:11:44] "GET /aaa-mode HTTP/1.1" 401 292 0.000413 10.0.0.65 - - [2025-10-23 02:11:45] "GET /aaa-mode HTTP/1.1" 200 128 0.022053 10.0.0.65 - - [2025-10-23 02:11:45] "POST /fqname-to-id HTTP/1.1" 404 183 0.025412 10.0.0.65 - - [2025-10-23 02:11:45] "GET /projects?obj_uuids=7974043b-b17e-4ccc-afd2-07d78f3777b1&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002183 10.0.0.65 - - [2025-10-23 02:11:45] "GET /domains?obj_uuids=2e283574-867c-482d-913f-5e0415a1ddc2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000946 10.0.0.65 - - [2025-10-23 02:11:45] "GET /domain/2e283574-867c-482d-913f-5e0415a1ddc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006486 10.0.0.65 - - [2025-10-23 02:11:45] "POST /id-to-fqname HTTP/1.1" 200 185 0.001711 10.0.0.65 - - [2025-10-23 02:11:45] "POST /fqname-to-id HTTP/1.1" 404 194 0.001851 10.0.0.65 - - [2025-10-23 02:11:46] "POST /security-groups HTTP/1.1" 200 586 0.059879 10.0.0.65 - - [2025-10-23 02:11:46] "POST /fqname-to-id HTTP/1.1" 404 229 0.002840 10.0.0.65 - - [2025-10-23 02:11:46] "POST /projects HTTP/1.1" 200 575 0.212529 10.0.0.65 - - [2025-10-23 02:11:46] "POST /access-control-lists HTTP/1.1" 200 591 0.056378 10.0.0.65 - - [2025-10-23 02:11:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.278999 10.0.0.65 - - [2025-10-23 02:11:46] "POST /fqname-to-id HTTP/1.1" 404 228 0.002471 10.0.0.65 - - [2025-10-23 02:11:46] "GET /project/7974043b-b17e-4ccc-afd2-07d78f3777b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.400121 10.0.0.65 - - [2025-10-23 02:11:46] "POST /access-control-lists HTTP/1.1" 200 589 0.056493 10.0.0.65 - - [2025-10-23 02:11:46] "POST /fqname-to-id HTTP/1.1" 404 183 0.022328 10.0.0.65 - - [2025-10-23 02:11:46] "GET /projects?obj_uuids=6c560eb6-7f3c-43de-9b16-09a47cc8500e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002650 10.0.0.65 - - [2025-10-23 02:11:46] "GET /domains?obj_uuids=2e283574-867c-482d-913f-5e0415a1ddc2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000988 10.0.0.65 - - [2025-10-23 02:11:46] "GET /domain/2e283574-867c-482d-913f-5e0415a1ddc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006436 10.0.0.65 - - [2025-10-23 02:11:46] "POST /id-to-fqname HTTP/1.1" 200 185 0.001985 10.0.0.65 - - [2025-10-23 02:11:46] "POST /fqname-to-id HTTP/1.1" 404 194 0.002757 10.0.0.65 - - [2025-10-23 02:11:46] "POST /security-groups HTTP/1.1" 200 586 0.064488 10.0.0.65 - - [2025-10-23 02:11:46] "POST /fqname-to-id HTTP/1.1" 404 229 0.002378 10.0.0.65 - - [2025-10-23 02:11:46] "POST /projects HTTP/1.1" 200 575 0.209310 10.0.0.65 - - [2025-10-23 02:11:46] "POST /access-control-lists HTTP/1.1" 200 591 0.056911 10.0.0.65 - - [2025-10-23 02:11:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.282733 10.0.0.65 - - [2025-10-23 02:11:47] "POST /fqname-to-id HTTP/1.1" 404 228 0.002669 10.0.0.65 - - [2025-10-23 02:11:47] "GET /project/6c560eb6-7f3c-43de-9b16-09a47cc8500e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.407607 10.0.0.65 - - [2025-10-23 02:11:47] "POST /access-control-lists HTTP/1.1" 200 589 0.056787 10.0.0.65 - - [2025-10-23 02:11:47] "GET / HTTP/1.1" 200 35931 0.002729 10.0.0.65 - - [2025-10-23 02:11:48] "GET / HTTP/1.1" 200 35931 0.001465 10.0.0.65 - - [2025-10-23 02:11:48] "POST /fqname-to-id HTTP/1.1" 404 183 0.002528 10.0.0.65 - - [2025-10-23 02:11:48] "POST /api-access-lists HTTP/1.1" 200 521 0.012425 10.0.0.65 - - [2025-10-23 02:11:48] "GET /api-access-list/bc0a1b69-00b2-4078-9930-b3a552d04807?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1266 0.004148 10.0.0.65 - - [2025-10-23 02:11:48] "GET /api-access-list/bc0a1b69-00b2-4078-9930-b3a552d04807 HTTP/1.1" 401 292 0.000407 10.0.0.65 - - [2025-10-23 02:11:49] "GET /api-access-list/bc0a1b69-00b2-4078-9930-b3a552d04807 HTTP/1.1" 200 1266 0.055434 10.0.0.65 - - [2025-10-23 02:11:49] "POST /fqname-to-id HTTP/1.1" 401 292 0.000401 10.0.0.65 - - [2025-10-23 02:11:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.057610 10.0.0.65 - - [2025-10-23 02:11:49] "GET /projects?obj_uuids=7974043b-b17e-4ccc-afd2-07d78f3777b1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001093 10.0.0.65 - - [2025-10-23 02:11:49] "GET /project/7974043b-b17e-4ccc-afd2-07d78f3777b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.031371 10.0.0.65 - - [2025-10-23 02:11:49] "GET /virtual-networks?parent_id=7974043b-b17e-4ccc-afd2-07d78f3777b1&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010225 10.0.0.65 - - [2025-10-23 02:11:49] "POST /virtual-networks HTTP/1.1" 200 568 0.044556 10.0.0.65 - - [2025-10-23 02:11:49] "POST /route-targets HTTP/1.1" 200 327 0.010560 10.0.0.65 - - [2025-10-23 02:11:49] "POST /ref-update HTTP/1.1" 200 156 0.010092 10.0.0.65 - - [2025-10-23 02:11:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.010488 10.0.0.65 - - [2025-10-23 02:11:50] "GET /network-ipam/d0fd0df8-3d69-458d-ac31-da48a6f6c54b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1044 0.010232 10.0.0.65 - - [2025-10-23 02:11:50] "POST /useragent-kv HTTP/1.1" 200 115 0.005018 10.0.0.65 - - [2025-10-23 02:11:50] "POST /ref-update HTTP/1.1" 200 156 0.046367 10.0.0.65 - - [2025-10-23 02:11:50] "POST /neutron/network HTTP/1.1" 200 830 0.039615 10.0.0.65 - - [2025-10-23 02:11:50] "POST /neutron/network HTTP/1.1" 200 830 0.017922 10.0.0.65 - - [2025-10-23 02:11:50] "GET /virtual-network/f32ad865-6cdf-4604-9876-cf0dd3190171?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1977 0.011917 10.0.0.65 - - [2025-10-23 02:11:50] "POST /neutron/network HTTP/1.1" 200 830 0.017218 10.0.0.65 - - [2025-10-23 02:11:50] "POST /neutron/subnet HTTP/1.1" 200 668 0.023706 10.0.0.65 - - [2025-10-23 02:11:50] "GET /virtual-network/f32ad865-6cdf-4604-9876-cf0dd3190171 HTTP/1.1" 401 292 0.000419 10.0.0.65 - - [2025-10-23 02:11:50] "GET /virtual-network/f32ad865-6cdf-4604-9876-cf0dd3190171 HTTP/1.1" 200 2262 0.033718 10.0.0.65 - - [2025-10-23 02:11:50] "GET /virtual-network/f32ad865-6cdf-4604-9876-cf0dd3190171 HTTP/1.1" 401 292 0.000346 10.0.0.65 - - [2025-10-23 02:11:51] "GET /virtual-network/f32ad865-6cdf-4604-9876-cf0dd3190171 HTTP/1.1" 200 2002 0.037193 10.0.0.65 - - [2025-10-23 02:11:51] "POST /id-to-fqname HTTP/1.1" 401 292 0.000383 10.0.0.65 - - [2025-10-23 02:11:51] "POST /id-to-fqname HTTP/1.1" 200 230 0.031424 10.0.0.65 - - [2025-10-23 02:11:52] "POST /neutron/network HTTP/1.1" 200 840 0.039242 10.0.0.65 - - [2025-10-23 02:11:52] "GET /aaa-mode HTTP/1.1" 401 292 0.000384 10.0.0.65 - - [2025-10-23 02:11:52] "GET / HTTP/1.1" 200 35931 0.001689 10.0.0.65 - - [2025-10-23 02:11:52] "GET /project/6c560eb6-7f3c-43de-9b16-09a47cc8500e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000371 10.0.0.65 - - [2025-10-23 02:11:52] "GET /projects?obj_uuids=6c560eb6-7f3c-43de-9b16-09a47cc8500e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001018 10.0.0.65 - - [2025-10-23 02:11:52] "GET /project/6c560eb6-7f3c-43de-9b16-09a47cc8500e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.044161 10.0.0.65 - - [2025-10-23 02:11:52] "POST /neutron/network HTTP/1.1" 200 830 0.004778 10.0.0.65 - - [2025-10-23 02:11:53] "POST /neutron/port HTTP/1.1" 200 117 0.024575 10.0.0.65 - - [2025-10-23 02:11:53] "POST /neutron/port HTTP/1.1" 200 117 0.004728 10.0.0.65 - - [2025-10-23 02:11:53] "POST /neutron/port HTTP/1.1" 200 117 0.005594 10.0.0.65 - - [2025-10-23 02:11:53] "POST /neutron/network HTTP/1.1" 200 840 0.018069 10.0.0.65 - - [2025-10-23 02:11:53] "POST /neutron/network HTTP/1.1" 200 830 0.018906 10.0.0.65 - - [2025-10-23 02:11:53] "GET /projects?obj_uuids=6c560eb6-7f3c-43de-9b16-09a47cc8500e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001655 10.0.0.65 - - [2025-10-23 02:11:53] "POST /neutron/port HTTP/1.1" 200 1054 0.286118 10.0.0.65 - - [2025-10-23 02:11:53] "POST /neutron/port HTTP/1.1" 200 1054 0.007831 10.0.0.65 - - [2025-10-23 02:11:53] "POST /neutron/port HTTP/1.1" 200 1054 0.008249 10.0.0.65 - - [2025-10-23 02:11:53] "POST /neutron/port HTTP/1.1" 200 1108 0.042746 10.0.0.65 - - [2025-10-23 02:11:53] "POST /neutron/port HTTP/1.1" 200 1082 0.010334 10.0.0.65 - - [2025-10-23 02:11:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002807 10.0.0.65 - - [2025-10-23 02:11:53] "POST /neutron/subnet HTTP/1.1" 200 642 0.006521 10.0.0.65 - - [2025-10-23 02:11:53] "POST /neutron/port HTTP/1.1" 200 117 0.001036 10.0.0.65 - - [2025-10-23 02:11:53] "POST /neutron/network HTTP/1.1" 200 830 0.005712 10.0.0.65 - - [2025-10-23 02:11:56] "DELETE /project/7974043bb17e4cccafd207d78f3777b1 HTTP/1.1" 404 173 0.008146 10.0.0.65 - - [2025-10-23 02:11:56] "DELETE /project/6c560eb67f3c43de9b1609a47cc8500e HTTP/1.1" 404 173 0.007383 10.0.0.65 - - [2025-10-23 02:11:56] "DELETE /project/b5b542bb3edc427ea0f0d459df9f081d HTTP/1.1" 404 173 0.005220 10.0.0.65 - - [2025-10-23 02:11:56] "GET /projects?obj_uuids=430b7bc1-0c5d-4c4f-8831-f95917fe7397&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001408 10.0.0.65 - - [2025-10-23 02:11:56] "GET /project/430b7bc1-0c5d-4c4f-8831-f95917fe7397?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.043734 10.0.0.65 - - [2025-10-23 02:11:56] "GET /projects?obj_uuids=430b7bc1-0c5d-4c4f-8831-f95917fe7397&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001734 10.0.0.65 - - [2025-10-23 02:11:57] "GET /project/430b7bc1-0c5d-4c4f-8831-f95917fe7397?fields=security_groups HTTP/1.1" 200 1362 0.038380 10.0.0.65 - - [2025-10-23 02:11:57] "DELETE /security-group/4f6b10d6-0cbf-4dfb-b4d4-b71aa0895276 HTTP/1.1" 200 115 0.042977 10.0.0.65 - - [2025-10-23 02:11:57] "GET /projects?obj_uuids=430b7bc1-0c5d-4c4f-8831-f95917fe7397&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001365 10.0.0.65 - - [2025-10-23 02:11:57] "DELETE /access-control-list/08f9a108-c158-4301-886f-2672aa422825 HTTP/1.1" 200 115 0.028825 10.0.0.65 - - [2025-10-23 02:11:57] "GET /project/430b7bc1-0c5d-4c4f-8831-f95917fe7397?fields=application_policy_sets HTTP/1.1" 200 1401 0.037868 10.0.0.65 - - [2025-10-23 02:11:57] "DELETE /access-control-list/c775f71f-c31e-429a-b334-107b8fc7b5a9 HTTP/1.1" 200 115 0.036358 10.0.0.65 - - [2025-10-23 02:11:57] "DELETE /project/430b7bc1-0c5d-4c4f-8831-f95917fe7397 HTTP/1.1" 200 115 0.332866 10.0.0.65 - - [2025-10-23 02:11:58] "POST /neutron/port HTTP/1.1" 200 1082 0.015665 10.0.0.65 - - [2025-10-23 02:11:58] "POST /neutron/security_group HTTP/1.1" 200 2053 0.006446 10.0.0.65 - - [2025-10-23 02:11:58] "POST /neutron/port HTTP/1.1" 200 1082 0.010753 10.0.0.65 - - [2025-10-23 02:11:58] "POST /neutron/security_group HTTP/1.1" 200 2053 0.009101 10.0.0.65 - - [2025-10-23 02:11:58] "POST /neutron/port HTTP/1.1" 200 1082 0.010118 10.0.0.65 - - [2025-10-23 02:11:58] "POST /neutron/security_group HTTP/1.1" 200 2053 0.005138 10.0.0.65 - - [2025-10-23 02:11:58] "POST /neutron/port HTTP/1.1" 200 1082 0.010628 10.0.0.65 - - [2025-10-23 02:11:58] "POST /neutron/security_group HTTP/1.1" 200 2053 0.005606 10.0.0.65 - - [2025-10-23 02:11:58] "GET /virtual-machine/8ab34a84-31ff-4a38-9dea-311f33f09714 HTTP/1.1" 200 1287 0.015732 10.0.0.65 - - [2025-10-23 02:11:58] "GET /virtual-machine/8ab34a84-31ff-4a38-9dea-311f33f09714 HTTP/1.1" 200 1287 0.012183 10.0.0.65 - - [2025-10-23 02:11:58] "GET /virtual-machine-interface/6b2e3aa0-da38-486d-8e7a-e7228dce13f5 HTTP/1.1" 200 2530 0.017930 10.0.0.65 - - [2025-10-23 02:11:58] "GET /virtual-machine/8ab34a84-31ff-4a38-9dea-311f33f09714 HTTP/1.1" 200 1287 0.015416 10.0.0.65 - - [2025-10-23 02:11:58] "GET /virtual-machine-interface/6b2e3aa0-da38-486d-8e7a-e7228dce13f5 HTTP/1.1" 200 2530 0.023811 10.0.0.65 - - [2025-10-23 02:11:58] "GET /instance-ip/41e457b3-1413-4de6-956d-fa201f89c370 HTTP/1.1" 200 1624 0.015888 10.0.0.65 - - [2025-10-23 02:11:58] "GET /virtual-machine/8ab34a84-31ff-4a38-9dea-311f33f09714 HTTP/1.1" 200 1287 0.016974 10.0.0.65 - - [2025-10-23 02:11:58] "GET /virtual-machine-interface/6b2e3aa0-da38-486d-8e7a-e7228dce13f5 HTTP/1.1" 200 2530 0.017292 10.0.0.65 - - [2025-10-23 02:11:58] "GET /instance-ip/41e457b3-1413-4de6-956d-fa201f89c370 HTTP/1.1" 200 1624 0.012909 10.0.0.65 - - [2025-10-23 02:11:58] "POST /fqname-to-id HTTP/1.1" 403 339 0.010586 10.0.0.65 - - [2025-10-23 02:11:58] "GET / HTTP/1.1" 200 35931 0.001769 10.0.0.65 - - [2025-10-23 02:11:59] "POST /fqname-to-id HTTP/1.1" 401 292 0.000457 10.0.0.65 - - [2025-10-23 02:11:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.022832 10.0.0.65 - - [2025-10-23 02:11:59] "GET /global-vrouter-config/95eadd9a-0ced-4891-a5dd-85fa8734b586?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002867 10.0.0.65 - - [2025-10-23 02:11:59] "GET /virtual-networks?parent_id=6c560eb6-7f3c-43de-9b16-09a47cc8500e&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010383 10.0.0.65 - - [2025-10-23 02:11:59] "POST /fqname-to-id HTTP/1.1" 403 339 0.010148 10.0.0.65 - - [2025-10-23 02:11:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002810 10.0.0.65 - - [2025-10-23 02:11:59] "GET /global-vrouter-config/95eadd9a-0ced-4891-a5dd-85fa8734b586?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004310 10.0.0.65 - - [2025-10-23 02:11:59] "GET /virtual-networks?parent_id=6c560eb6-7f3c-43de-9b16-09a47cc8500e&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.011703 10.0.0.65 - - [2025-10-23 02:11:59] "POST /fqname-to-id HTTP/1.1" 403 339 0.011911 10.0.0.65 - - [2025-10-23 02:11:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003060 10.0.0.65 - - [2025-10-23 02:11:59] "GET /global-vrouter-config/95eadd9a-0ced-4891-a5dd-85fa8734b586?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002883 10.0.0.65 - - [2025-10-23 02:11:59] "GET /virtual-networks?parent_id=6c560eb6-7f3c-43de-9b16-09a47cc8500e&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010936 10.0.0.65 - - [2025-10-23 02:11:59] "POST /fqname-to-id HTTP/1.1" 403 339 0.009492 10.0.0.65 - - [2025-10-23 02:11:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002715 10.0.0.65 - - [2025-10-23 02:11:59] "GET /global-vrouter-config/95eadd9a-0ced-4891-a5dd-85fa8734b586?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003023 10.0.0.65 - - [2025-10-23 02:11:59] "GET /virtual-networks?parent_id=6c560eb6-7f3c-43de-9b16-09a47cc8500e&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010541 10.0.0.65 - - [2025-10-23 02:11:59] "POST /fqname-to-id HTTP/1.1" 403 339 0.009152 10.0.0.65 - - [2025-10-23 02:11:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002666 10.0.0.65 - - [2025-10-23 02:11:59] "GET /global-vrouter-config/95eadd9a-0ced-4891-a5dd-85fa8734b586?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002755 10.0.0.65 - - [2025-10-23 02:11:59] "GET /virtual-networks?parent_id=6c560eb6-7f3c-43de-9b16-09a47cc8500e&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009442 10.0.0.65 - - [2025-10-23 02:12:02] "GET /obj-perms HTTP/1.1" 200 5056 0.046086 10.0.0.65 - - [2025-10-23 02:12:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.009764 10.0.0.65 - - [2025-10-23 02:12:03] "GET /virtual-network/f32ad865-6cdf-4604-9876-cf0dd3190171?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1977 0.011322 10.0.0.65 - - [2025-10-23 02:12:03] "GET /obj-perms HTTP/1.1" 200 5056 0.040948 10.0.0.65 - - [2025-10-23 02:12:03] "POST /neutron/port HTTP/1.1" 200 1082 0.011289 10.0.0.65 - - [2025-10-23 02:12:03] "POST /neutron/security_group HTTP/1.1" 200 2053 0.005059 10.0.0.65 - - [2025-10-23 02:12:05] "POST /fqname-to-id HTTP/1.1" 403 339 0.010100 10.0.0.65 - - [2025-10-23 02:12:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003547 10.0.0.65 - - [2025-10-23 02:12:05] "GET /global-vrouter-config/95eadd9a-0ced-4891-a5dd-85fa8734b586?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002857 10.0.0.65 - - [2025-10-23 02:12:05] "GET /virtual-networks?parent_id=6c560eb6-7f3c-43de-9b16-09a47cc8500e&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009067 10.0.0.65 - - [2025-10-23 02:12:05] "POST /fqname-to-id HTTP/1.1" 403 339 0.009391 10.0.0.65 - - [2025-10-23 02:12:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002050 10.0.0.65 - - [2025-10-23 02:12:05] "GET /global-vrouter-config/95eadd9a-0ced-4891-a5dd-85fa8734b586?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002330 10.0.0.65 - - [2025-10-23 02:12:05] "GET /virtual-networks?parent_id=6c560eb6-7f3c-43de-9b16-09a47cc8500e&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009605 10.0.0.65 - - [2025-10-23 02:12:05] "POST /fqname-to-id HTTP/1.1" 403 361 0.008628 10.0.0.65 - - [2025-10-23 02:12:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002931 10.0.0.65 - - [2025-10-23 02:12:05] "GET /routing-instance/a7acad63-1c7b-4917-9e9f-6fa082b9bcd9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1531 0.003433 10.0.0.65 - - [2025-10-23 02:12:05] "GET /route-target/0186d986-da39-49b4-989c-f80a82c5d2c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.008765 10.0.0.65 - - [2025-10-23 02:12:05] "GET /route-target/0186d986-da39-49b4-989c-f80a82c5d2c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.002920 10.0.0.65 - - [2025-10-23 02:12:05] "POST /fqname-to-id HTTP/1.1" 403 339 0.009134 10.0.0.65 - - [2025-10-23 02:12:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002340 10.0.0.65 - - [2025-10-23 02:12:05] "GET /global-vrouter-config/95eadd9a-0ced-4891-a5dd-85fa8734b586?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003588 10.0.0.65 - - [2025-10-23 02:12:05] "GET /virtual-networks?parent_id=6c560eb6-7f3c-43de-9b16-09a47cc8500e&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009567 10.0.0.65 - - [2025-10-23 02:12:05] "POST /fqname-to-id HTTP/1.1" 403 361 0.008126 10.0.0.65 - - [2025-10-23 02:12:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002842 10.0.0.65 - - [2025-10-23 02:12:05] "GET /routing-instance/a7acad63-1c7b-4917-9e9f-6fa082b9bcd9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1531 0.003485 10.0.0.65 - - [2025-10-23 02:12:05] "GET /route-target/0186d986-da39-49b4-989c-f80a82c5d2c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.009302 10.0.0.65 - - [2025-10-23 02:12:05] "GET /route-target/0186d986-da39-49b4-989c-f80a82c5d2c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.002969 10.0.0.65 - - [2025-10-23 02:12:06] "GET /obj-perms HTTP/1.1" 200 4915 0.049421 10.0.0.65 - - [2025-10-23 02:12:06] "GET /virtual-machine/8ab34a84-31ff-4a38-9dea-311f33f09714?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.009819 10.0.0.65 - - [2025-10-23 02:12:08] "GET /obj-perms HTTP/1.1" 200 4915 0.009026 10.0.0.65 - - [2025-10-23 02:12:08] "GET /virtual-machine/8ab34a84-31ff-4a38-9dea-311f33f09714?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.008976 10.0.0.65 - - [2025-10-23 02:12:10] "GET /obj-perms HTTP/1.1" 200 4915 0.009056 10.0.0.65 - - [2025-10-23 02:12:10] "GET /virtual-machine/8ab34a84-31ff-4a38-9dea-311f33f09714?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.008918 10.0.0.65 - - [2025-10-23 02:12:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000502 10.0.0.65 - - [2025-10-23 02:12:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000387 10.0.0.65 - - [2025-10-23 02:12:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000382 10.0.0.65 - - [2025-10-23 02:12:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000833 10.0.0.65 - - [2025-10-23 02:12:12] "GET /obj-perms HTTP/1.1" 200 4915 0.009783 10.0.0.65 - - [2025-10-23 02:12:12] "GET /virtual-machine/8ab34a84-31ff-4a38-9dea-311f33f09714?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.010530 10.0.0.65 - - [2025-10-23 02:12:12] "GET /obj-perms HTTP/1.1" 200 4915 0.008267 10.0.0.65 - - [2025-10-23 02:12:12] "POST /fqname-to-id HTTP/1.1" 401 292 0.000430 10.0.0.65 - - [2025-10-23 02:12:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.021978 10.0.0.65 - - [2025-10-23 02:12:12] "GET /virtual-machine-interface/6b2e3aa0-da38-486d-8e7a-e7228dce13f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2309 0.013394 10.0.0.65 - - [2025-10-23 02:12:13] "GET /obj-perms HTTP/1.1" 200 4915 0.008882 10.0.0.65 - - [2025-10-23 02:12:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002694 10.0.0.65 - - [2025-10-23 02:12:13] "GET /virtual-machine-interface/6b2e3aa0-da38-486d-8e7a-e7228dce13f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2309 0.013917 10.0.0.65 - - [2025-10-23 02:12:13] "GET /obj-perms HTTP/1.1" 200 4915 0.009958 10.0.0.65 - - [2025-10-23 02:12:13] "GET /virtual-machine/8ab34a84-31ff-4a38-9dea-311f33f09714?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.009894 10.0.0.65 - - [2025-10-23 02:12:13] "GET /obj-perms HTTP/1.1" 200 4915 0.009372 10.0.0.65 - - [2025-10-23 02:12:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002764 10.0.0.65 - - [2025-10-23 02:12:13] "GET /virtual-machine-interface/6b2e3aa0-da38-486d-8e7a-e7228dce13f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2309 0.014664 10.0.0.65 - - [2025-10-23 02:12:13] "GET /obj-perms HTTP/1.1" 200 4915 0.009990 10.0.0.65 - - [2025-10-23 02:12:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002771 10.0.0.65 - - [2025-10-23 02:12:13] "GET /virtual-network/f32ad865-6cdf-4604-9876-cf0dd3190171?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1977 0.012592 10.0.0.65 - - [2025-10-23 02:12:13] "GET /obj-perms HTTP/1.1" 200 4915 0.010447 10.0.0.65 - - [2025-10-23 02:12:13] "GET /virtual-machine/8ab34a84-31ff-4a38-9dea-311f33f09714?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.009954 10.0.0.65 - - [2025-10-23 02:12:13] "GET /obj-perms HTTP/1.1" 200 4915 0.008896 10.0.0.65 - - [2025-10-23 02:12:13] "GET /obj-perms HTTP/1.1" 200 4915 0.008514 10.0.0.65 - - [2025-10-23 02:12:14] "GET /obj-perms HTTP/1.1" 200 4915 0.051321 10.0.0.65 - - [2025-10-23 02:12:14] "GET /obj-perms HTTP/1.1" 200 4915 0.008400 10.0.0.65 - - [2025-10-23 02:12:14] "GET /obj-perms HTTP/1.1" 200 5020 0.047066 10.0.0.65 - - [2025-10-23 02:12:14] "GET /obj-perms HTTP/1.1" 200 5020 0.002962 10.0.0.65 - - [2025-10-23 02:12:14] "GET /obj-perms HTTP/1.1" 200 4915 0.009121 10.0.0.65 - - [2025-10-23 02:12:14] "GET /obj-perms HTTP/1.1" 200 4915 0.009135 10.0.0.65 - - [2025-10-23 02:12:15] "GET /obj-perms HTTP/1.1" 200 4915 0.060958 10.0.0.65 - - [2025-10-23 02:12:15] "GET /obj-perms HTTP/1.1" 200 4915 0.009375 10.0.0.65 - - [2025-10-23 02:12:15] "GET /obj-perms HTTP/1.1" 200 5020 0.003154 10.0.0.65 - - [2025-10-23 02:12:15] "GET /obj-perms HTTP/1.1" 200 5020 0.003330 10.0.0.65 - - [2025-10-23 02:12:15] "GET /obj-perms HTTP/1.1" 200 4915 0.009260 10.0.0.65 - - [2025-10-23 02:12:15] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 320 0.010981 10.0.0.65 - - [2025-10-23 02:12:15] "GET /virtual-machine/8ab34a84-31ff-4a38-9dea-311f33f09714 HTTP/1.1" 200 1287 0.013957 10.0.0.65 - - [2025-10-23 02:12:16] "POST /neutron/port HTTP/1.1" 200 1082 0.014055 10.0.0.65 - - [2025-10-23 02:12:16] "POST /neutron/port HTTP/1.1" 200 1108 0.008446 10.0.0.65 - - [2025-10-23 02:12:16] "POST /neutron/port HTTP/1.1" 200 151 0.088527 10.0.0.65 - - [2025-10-23 02:12:17] "GET /virtual-machine/8ab34a84-31ff-4a38-9dea-311f33f09714 HTTP/1.1" 404 171 0.009366 10.0.0.65 - - [2025-10-23 02:12:17] "GET /virtual-machine/8ab34a84-31ff-4a38-9dea-311f33f09714 HTTP/1.1" 404 171 0.007286 10.0.0.65 - - [2025-10-23 02:12:17] "GET /virtual-machine/8ab34a84-31ff-4a38-9dea-311f33f09714 HTTP/1.1" 404 171 0.007834 10.0.0.65 - - [2025-10-23 02:12:17] "POST /fqname-to-id HTTP/1.1" 403 339 0.009017 10.0.0.65 - - [2025-10-23 02:12:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.001872 10.0.0.65 - - [2025-10-23 02:12:17] "GET /global-vrouter-config/95eadd9a-0ced-4891-a5dd-85fa8734b586?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002681 10.0.0.65 - - [2025-10-23 02:12:17] "GET /virtual-networks?parent_id=6c560eb6-7f3c-43de-9b16-09a47cc8500e&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.008869 10.0.0.65 - - [2025-10-23 02:12:17] "POST /fqname-to-id HTTP/1.1" 403 361 0.009065 10.0.0.65 - - [2025-10-23 02:12:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003057 10.0.0.65 - - [2025-10-23 02:12:17] "GET /routing-instance/a7acad63-1c7b-4917-9e9f-6fa082b9bcd9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1531 0.004596 10.0.0.65 - - [2025-10-23 02:12:18] "GET /route-target/0186d986-da39-49b4-989c-f80a82c5d2c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.010047 10.0.0.65 - - [2025-10-23 02:12:18] "GET /route-target/0186d986-da39-49b4-989c-f80a82c5d2c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.003063 10.0.0.65 - - [2025-10-23 02:12:18] "GET /obj-perms HTTP/1.1" 200 4915 0.009432 10.0.0.65 - - [2025-10-23 02:12:18] "GET /obj-perms HTTP/1.1" 200 4915 0.007493 10.0.0.65 - - [2025-10-23 02:12:18] "GET /obj-perms HTTP/1.1" 200 4915 0.050933 10.0.0.65 - - [2025-10-23 02:12:18] "GET /obj-perms HTTP/1.1" 200 4915 0.009836 10.0.0.65 - - [2025-10-23 02:12:18] "GET /obj-perms HTTP/1.1" 200 5020 0.003374 10.0.0.65 - - [2025-10-23 02:12:21] "GET /obj-perms HTTP/1.1" 200 5020 0.003147 10.0.0.65 - - [2025-10-23 02:12:24] "GET /obj-perms HTTP/1.1" 200 5020 0.003449 10.0.0.65 - - [2025-10-23 02:12:27] "GET /obj-perms HTTP/1.1" 200 5020 0.003803 10.0.0.65 - - [2025-10-23 02:12:30] "GET /obj-perms HTTP/1.1" 200 5020 0.004289 10.0.0.65 - - [2025-10-23 02:12:33] "GET /obj-perms HTTP/1.1" 200 5020 0.003042 10.0.0.65 - - [2025-10-23 02:12:36] "GET /obj-perms HTTP/1.1" 200 5020 0.003256 10.0.0.65 - - [2025-10-23 02:12:39] "GET /obj-perms HTTP/1.1" 200 5020 0.003109 10.0.0.65 - - [2025-10-23 02:12:42] "GET /obj-perms HTTP/1.1" 200 5020 0.003147 10.0.0.65 - - [2025-10-23 02:12:45] "GET /obj-perms HTTP/1.1" 200 5020 0.003626 10.0.0.65 - - [2025-10-23 02:12:48] "GET /obj-perms HTTP/1.1" 200 5020 0.003441 10.0.0.65 - - [2025-10-23 02:12:51] "GET /obj-perms HTTP/1.1" 200 5020 0.003084 10.0.0.65 - - [2025-10-23 02:12:54] "GET /obj-perms HTTP/1.1" 200 5020 0.003434 10.0.0.65 - - [2025-10-23 02:12:57] "GET /obj-perms HTTP/1.1" 200 5020 0.003347 10.0.0.65 - - [2025-10-23 02:13:00] "GET /obj-perms HTTP/1.1" 200 5020 0.003711 10.0.0.65 - - [2025-10-23 02:13:03] "GET /obj-perms HTTP/1.1" 200 5056 0.045522 10.0.0.65 - - [2025-10-23 02:13:03] "GET /obj-perms HTTP/1.1" 200 5020 0.003326 10.0.0.65 - - [2025-10-23 02:13:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003394 10.0.0.65 - - [2025-10-23 02:13:03] "POST /useragent-kv HTTP/1.1" 200 115 0.001999 10.0.0.65 - - [2025-10-23 02:13:03] "POST /useragent-kv HTTP/1.1" 200 115 0.002462 10.0.0.65 - - [2025-10-23 02:13:03] "DELETE /virtual-network/f32ad865-6cdf-4604-9876-cf0dd3190171 HTTP/1.1" 200 115 0.074069 10.0.0.65 - - [2025-10-23 02:13:03] "DELETE /route-target/0186d986-da39-49b4-989c-f80a82c5d2c4 HTTP/1.1" 200 115 0.016834 10.0.0.65 - - [2025-10-23 02:13:03] "DELETE /api-access-list/bc0a1b69-00b2-4078-9930-b3a552d04807 HTTP/1.1" 200 115 0.019191 10.0.0.65 - - [2025-10-23 02:13:03] "GET /api-access-list/bc0a1b69-00b2-4078-9930-b3a552d04807 HTTP/1.1" 404 171 0.002103 10.0.0.65 - - [2025-10-23 02:13:04] "GET /obj-perms HTTP/1.1" 200 5056 0.060436 10.0.0.65 - - [2025-10-23 02:13:04] "GET /projects?obj_uuids=6c560eb6-7f3c-43de-9b16-09a47cc8500e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000981 10.0.0.65 - - [2025-10-23 02:13:04] "GET /project/6c560eb6-7f3c-43de-9b16-09a47cc8500e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.026233 10.0.0.65 - - [2025-10-23 02:13:04] "GET /projects?obj_uuids=6c560eb6-7f3c-43de-9b16-09a47cc8500e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000918 10.0.0.65 - - [2025-10-23 02:13:04] "GET /project/6c560eb6-7f3c-43de-9b16-09a47cc8500e?fields=virtual_networks HTTP/1.1" 200 1022 0.066618 10.0.0.65 - - [2025-10-23 02:13:04] "GET /projects?obj_uuids=6c560eb6-7f3c-43de-9b16-09a47cc8500e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001017 10.0.0.65 - - [2025-10-23 02:13:04] "GET /project/6c560eb6-7f3c-43de-9b16-09a47cc8500e?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.027139 10.0.0.65 - - [2025-10-23 02:13:04] "GET /projects?obj_uuids=6c560eb6-7f3c-43de-9b16-09a47cc8500e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001180 10.0.0.65 - - [2025-10-23 02:13:04] "GET /project/6c560eb6-7f3c-43de-9b16-09a47cc8500e?fields=security_groups HTTP/1.1" 200 1243 0.025034 10.0.0.65 - - [2025-10-23 02:13:04] "GET /projects?obj_uuids=7974043b-b17e-4ccc-afd2-07d78f3777b1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001220 10.0.0.65 - - [2025-10-23 02:13:04] "GET /project/7974043b-b17e-4ccc-afd2-07d78f3777b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.026979 10.0.0.65 - - [2025-10-23 02:13:04] "GET /projects?obj_uuids=7974043b-b17e-4ccc-afd2-07d78f3777b1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001295 10.0.0.65 - - [2025-10-23 02:13:05] "GET /project/7974043b-b17e-4ccc-afd2-07d78f3777b1?fields=virtual_networks HTTP/1.1" 200 1022 0.067710 10.0.0.65 - - [2025-10-23 02:13:05] "GET /projects?obj_uuids=7974043b-b17e-4ccc-afd2-07d78f3777b1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001089 10.0.0.65 - - [2025-10-23 02:13:05] "GET /project/7974043b-b17e-4ccc-afd2-07d78f3777b1?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.023908 10.0.0.65 - - [2025-10-23 02:13:05] "GET /projects?obj_uuids=7974043b-b17e-4ccc-afd2-07d78f3777b1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001116 10.0.0.65 - - [2025-10-23 02:13:05] "GET /project/7974043b-b17e-4ccc-afd2-07d78f3777b1?fields=security_groups HTTP/1.1" 200 1243 0.022348 10.0.0.65 - - [2025-10-23 02:13:06] "GET /api-access-list/14948bd6-b812-4a30-b163-9dd7f8c14aba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2410 0.003287 10.0.0.65 - - [2025-10-23 02:13:06] "PUT /api-access-list/14948bd6-b812-4a30-b163-9dd7f8c14aba HTTP/1.1" 200 264 0.007997 10.0.0.65 - - [2025-10-23 02:13:06] "GET /projects?obj_uuids=b5b542bb-3edc-427e-a0f0-d459df9f081d&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001032 10.0.0.65 - - [2025-10-23 02:13:06] "GET /project/b5b542bb-3edc-427e-a0f0-d459df9f081d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.026474 10.0.0.65 - - [2025-10-23 02:13:06] "GET /projects?obj_uuids=b5b542bb-3edc-427e-a0f0-d459df9f081d&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000991 10.0.0.65 - - [2025-10-23 02:13:06] "GET /project/b5b542bb-3edc-427e-a0f0-d459df9f081d?fields=virtual_networks HTTP/1.1" 200 1023 0.066584 10.0.0.65 - - [2025-10-23 02:13:06] "GET /projects?obj_uuids=b5b542bb-3edc-427e-a0f0-d459df9f081d&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002141 10.0.0.65 - - [2025-10-23 02:13:06] "GET /project/b5b542bb-3edc-427e-a0f0-d459df9f081d?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.026144 10.0.0.65 - - [2025-10-23 02:13:06] "GET /projects?obj_uuids=b5b542bb-3edc-427e-a0f0-d459df9f081d&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000966 10.0.0.65 - - [2025-10-23 02:13:06] "GET /project/b5b542bb-3edc-427e-a0f0-d459df9f081d?fields=security_groups HTTP/1.1" 200 1244 0.030573 10.0.0.65 - - [2025-10-23 02:13:07] "POST /fqname-to-id HTTP/1.1" 404 188 0.027395 10.0.0.65 - - [2025-10-23 02:13:07] "GET /projects?obj_uuids=2f3d692c-25ce-4cbd-a02f-b795b2f2cc8a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002191 10.0.0.65 - - [2025-10-23 02:13:07] "GET /domains?obj_uuids=2e283574-867c-482d-913f-5e0415a1ddc2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001320 10.0.0.65 - - [2025-10-23 02:13:07] "GET /domain/2e283574-867c-482d-913f-5e0415a1ddc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008799 10.0.0.65 - - [2025-10-23 02:13:07] "POST /id-to-fqname HTTP/1.1" 200 190 0.001252 10.0.0.65 - - [2025-10-23 02:13:07] "POST /fqname-to-id HTTP/1.1" 404 199 0.002850 10.0.0.65 - - [2025-10-23 02:13:07] "POST /security-groups HTTP/1.1" 200 591 0.064260 10.0.0.65 - - [2025-10-23 02:13:07] "POST /fqname-to-id HTTP/1.1" 404 234 0.002328 10.0.0.65 - - [2025-10-23 02:13:07] "POST /projects HTTP/1.1" 200 585 0.208216 10.0.0.65 - - [2025-10-23 02:13:07] "POST /access-control-lists HTTP/1.1" 200 596 0.058835 10.0.0.65 - - [2025-10-23 02:13:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.275289 10.0.0.65 - - [2025-10-23 02:13:07] "POST /fqname-to-id HTTP/1.1" 404 233 0.002643 10.0.0.65 - - [2025-10-23 02:13:07] "GET /project/2f3d692c-25ce-4cbd-a02f-b795b2f2cc8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.396994 10.0.0.65 - - [2025-10-23 02:13:08] "POST /access-control-lists HTTP/1.1" 200 594 0.064278 10.0.0.65 - - [2025-10-23 02:13:09] "GET / HTTP/1.1" 200 35931 0.002006 10.0.0.65 - - [2025-10-23 02:13:11] "POST /fqname-to-id HTTP/1.1" 401 292 0.000480 10.0.0.65 - - [2025-10-23 02:13:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.026263 10.0.0.65 - - [2025-10-23 02:13:11] "GET /api-access-list/14948bd6-b812-4a30-b163-9dd7f8c14aba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.002812 10.0.0.65 - - [2025-10-23 02:13:11] "GET /api-access-list/14948bd6-b812-4a30-b163-9dd7f8c14aba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.003224 10.0.0.65 - - [2025-10-23 02:13:11] "GET /api-access-list/14948bd6-b812-4a30-b163-9dd7f8c14aba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.003184 10.0.0.65 - - [2025-10-23 02:13:11] "PUT /api-access-list/14948bd6-b812-4a30-b163-9dd7f8c14aba HTTP/1.1" 200 264 0.008437 10.0.0.65 - - [2025-10-23 02:13:11] "GET /aaa-mode HTTP/1.1" 200 128 0.001209 10.0.0.65 - - [2025-10-23 02:13:12] "POST /fqname-to-id HTTP/1.1" 404 188 0.021682 10.0.0.65 - - [2025-10-23 02:13:12] "GET /projects?obj_uuids=c11d0a52-926d-4674-80ac-09c7a2451235&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002228 10.0.0.65 - - [2025-10-23 02:13:12] "GET /domains?obj_uuids=2e283574-867c-482d-913f-5e0415a1ddc2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001110 10.0.0.65 - - [2025-10-23 02:13:12] "GET /domain/2e283574-867c-482d-913f-5e0415a1ddc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006840 10.0.0.65 - - [2025-10-23 02:13:12] "POST /id-to-fqname HTTP/1.1" 200 190 0.001405 10.0.0.65 - - [2025-10-23 02:13:12] "POST /fqname-to-id HTTP/1.1" 404 199 0.002113 10.0.0.65 - - [2025-10-23 02:13:12] "POST /security-groups HTTP/1.1" 200 591 0.059701 10.0.0.65 - - [2025-10-23 02:13:12] "POST /fqname-to-id HTTP/1.1" 404 234 0.002394 10.0.0.65 - - [2025-10-23 02:13:12] "POST /projects HTTP/1.1" 200 585 0.200876 10.0.0.65 - - [2025-10-23 02:13:12] "POST /access-control-lists HTTP/1.1" 200 596 0.059515 10.0.0.65 - - [2025-10-23 02:13:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.274491 10.0.0.65 - - [2025-10-23 02:13:12] "POST /fqname-to-id HTTP/1.1" 404 233 0.003217 10.0.0.65 - - [2025-10-23 02:13:12] "GET /project/c11d0a52-926d-4674-80ac-09c7a2451235?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.395371 10.0.0.65 - - [2025-10-23 02:13:12] "POST /access-control-lists HTTP/1.1" 200 594 0.058532 10.0.0.65 - - [2025-10-23 02:13:13] "POST /fqname-to-id HTTP/1.1" 404 188 0.019809 10.0.0.65 - - [2025-10-23 02:13:13] "GET /projects?obj_uuids=dfc1f1b4-d55e-4925-8e81-974fde873427&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003530 10.0.0.65 - - [2025-10-23 02:13:13] "GET /domains?obj_uuids=2e283574-867c-482d-913f-5e0415a1ddc2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001034 10.0.0.65 - - [2025-10-23 02:13:13] "GET /domain/2e283574-867c-482d-913f-5e0415a1ddc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007591 10.0.0.65 - - [2025-10-23 02:13:13] "POST /id-to-fqname HTTP/1.1" 200 190 0.001220 10.0.0.65 - - [2025-10-23 02:13:13] "POST /fqname-to-id HTTP/1.1" 404 199 0.002229 10.0.0.65 - - [2025-10-23 02:13:13] "POST /security-groups HTTP/1.1" 200 591 0.060197 10.0.0.65 - - [2025-10-23 02:13:13] "POST /fqname-to-id HTTP/1.1" 404 234 0.002292 10.0.0.65 - - [2025-10-23 02:13:13] "POST /projects HTTP/1.1" 200 585 0.201306 10.0.0.65 - - [2025-10-23 02:13:13] "POST /access-control-lists HTTP/1.1" 200 596 0.054929 10.0.0.65 - - [2025-10-23 02:13:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.277051 10.0.0.65 - - [2025-10-23 02:13:13] "POST /fqname-to-id HTTP/1.1" 404 233 0.003027 10.0.0.65 - - [2025-10-23 02:13:13] "GET /project/dfc1f1b4-d55e-4925-8e81-974fde873427?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.414786 10.0.0.65 - - [2025-10-23 02:13:13] "POST /access-control-lists HTTP/1.1" 200 594 0.056401 10.0.0.65 - - [2025-10-23 02:13:14] "GET / HTTP/1.1" 200 35931 0.002989 10.0.0.65 - - [2025-10-23 02:13:14] "GET / HTTP/1.1" 200 35931 0.001571 10.0.0.65 - - [2025-10-23 02:13:15] "POST /fqname-to-id HTTP/1.1" 404 183 0.002664 10.0.0.65 - - [2025-10-23 02:13:15] "POST /api-access-lists HTTP/1.1" 200 521 0.012277 10.0.0.65 - - [2025-10-23 02:13:15] "GET /api-access-list/6c92fee8-a6e9-4778-b9b3-a46727bf8080?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1289 0.003954 10.0.0.65 - - [2025-10-23 02:13:15] "GET /api-access-list/6c92fee8-a6e9-4778-b9b3-a46727bf8080 HTTP/1.1" 401 292 0.000419 10.0.0.65 - - [2025-10-23 02:13:15] "GET /api-access-list/6c92fee8-a6e9-4778-b9b3-a46727bf8080 HTTP/1.1" 200 1289 0.055431 10.0.0.65 - - [2025-10-23 02:13:15] "POST /fqname-to-id HTTP/1.1" 401 292 0.000417 10.0.0.65 - - [2025-10-23 02:13:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.036667 10.0.0.65 - - [2025-10-23 02:13:16] "GET /projects?obj_uuids=c11d0a52-926d-4674-80ac-09c7a2451235&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001153 10.0.0.65 - - [2025-10-23 02:13:16] "GET /project/c11d0a52-926d-4674-80ac-09c7a2451235?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.030029 10.0.0.65 - - [2025-10-23 02:13:16] "GET /virtual-networks?parent_id=c11d0a52-926d-4674-80ac-09c7a2451235&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010867 10.0.0.65 - - [2025-10-23 02:13:16] "POST /virtual-networks HTTP/1.1" 200 583 0.045045 10.0.0.65 - - [2025-10-23 02:13:16] "POST /route-targets HTTP/1.1" 200 327 0.009071 10.0.0.65 - - [2025-10-23 02:13:16] "POST /ref-update HTTP/1.1" 200 156 0.011159 10.0.0.65 - - [2025-10-23 02:13:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.012528 10.0.0.65 - - [2025-10-23 02:13:16] "GET /network-ipam/d0fd0df8-3d69-458d-ac31-da48a6f6c54b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1044 0.012469 10.0.0.65 - - [2025-10-23 02:13:16] "POST /useragent-kv HTTP/1.1" 200 115 0.002602 10.0.0.65 - - [2025-10-23 02:13:16] "POST /ref-update HTTP/1.1" 200 156 0.047143 10.0.0.65 - - [2025-10-23 02:13:16] "POST /neutron/network HTTP/1.1" 200 846 0.038352 10.0.0.65 - - [2025-10-23 02:13:16] "POST /neutron/network HTTP/1.1" 200 846 0.017689 10.0.0.65 - - [2025-10-23 02:13:16] "GET /virtual-network/6bfbfe80-8661-4932-b426-491452f3f5cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2007 0.014228 10.0.0.65 - - [2025-10-23 02:13:16] "POST /neutron/network HTTP/1.1" 200 846 0.017490 10.0.0.65 - - [2025-10-23 02:13:16] "POST /neutron/subnet HTTP/1.1" 200 669 0.023275 10.0.0.65 - - [2025-10-23 02:13:16] "POST /fqname-to-id HTTP/1.1" 401 292 0.000405 10.0.0.65 - - [2025-10-23 02:13:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.033020 10.0.0.65 - - [2025-10-23 02:13:17] "GET /projects?obj_uuids=dfc1f1b4-d55e-4925-8e81-974fde873427&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000966 10.0.0.65 - - [2025-10-23 02:13:17] "GET /project/dfc1f1b4-d55e-4925-8e81-974fde873427?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.032065 10.0.0.65 - - [2025-10-23 02:13:17] "GET /virtual-networks?parent_id=dfc1f1b4-d55e-4925-8e81-974fde873427&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.016267 10.0.0.65 - - [2025-10-23 02:13:17] "POST /virtual-networks HTTP/1.1" 200 583 0.045992 10.0.0.65 - - [2025-10-23 02:13:17] "POST /route-targets HTTP/1.1" 200 327 0.009202 10.0.0.65 - - [2025-10-23 02:13:17] "POST /ref-update HTTP/1.1" 200 156 0.013854 10.0.0.65 - - [2025-10-23 02:13:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.011759 10.0.0.65 - - [2025-10-23 02:13:17] "GET /network-ipam/d0fd0df8-3d69-458d-ac31-da48a6f6c54b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1044 0.011017 10.0.0.65 - - [2025-10-23 02:13:17] "POST /useragent-kv HTTP/1.1" 200 115 0.002673 10.0.0.65 - - [2025-10-23 02:13:17] "POST /ref-update HTTP/1.1" 200 156 0.046137 10.0.0.65 - - [2025-10-23 02:13:17] "POST /neutron/network HTTP/1.1" 200 847 0.038925 10.0.0.65 - - [2025-10-23 02:13:17] "POST /neutron/network HTTP/1.1" 200 847 0.016973 10.0.0.65 - - [2025-10-23 02:13:17] "GET /virtual-network/7233bac7-7fd7-4902-b950-8cbe3f716323?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.011834 10.0.0.65 - - [2025-10-23 02:13:17] "POST /neutron/network HTTP/1.1" 200 847 0.018693 10.0.0.65 - - [2025-10-23 02:13:17] "POST /neutron/subnet HTTP/1.1" 200 674 0.024013 10.0.0.65 - - [2025-10-23 02:13:17] "GET /virtual-network/6bfbfe80-8661-4932-b426-491452f3f5cc HTTP/1.1" 401 292 0.000379 10.0.0.65 - - [2025-10-23 02:13:18] "GET /virtual-network/6bfbfe80-8661-4932-b426-491452f3f5cc HTTP/1.1" 200 2307 0.045964 10.0.0.65 - - [2025-10-23 02:13:18] "GET /virtual-network/6bfbfe80-8661-4932-b426-491452f3f5cc HTTP/1.1" 401 292 0.000362 10.0.0.65 - - [2025-10-23 02:13:18] "GET /virtual-network/6bfbfe80-8661-4932-b426-491452f3f5cc HTTP/1.1" 403 376 0.034981 10.0.0.65 - - [2025-10-23 02:13:18] "GET /virtual-network/6bfbfe80-8661-4932-b426-491452f3f5cc HTTP/1.1" 200 2307 0.004339 10.0.0.65 - - [2025-10-23 02:13:18] "GET /virtual-networks HTTP/1.1" 200 371 0.016857 10.0.0.65 - - [2025-10-23 02:13:18] "GET /virtual-networks HTTP/1.1" 200 371 0.017300 10.0.0.65 - - [2025-10-23 02:13:18] "PUT /virtual-network/6bfbfe80-8661-4932-b426-491452f3f5cc HTTP/1.1" 200 264 0.024416 10.0.0.65 - - [2025-10-23 02:13:18] "GET /virtual-networks HTTP/1.1" 200 132 0.022321 10.0.0.65 - - [2025-10-23 02:13:18] "GET /virtual-networks HTTP/1.1" 200 611 0.017206 10.0.0.65 - - [2025-10-23 02:13:18] "GET /virtual-networks HTTP/1.1" 200 1429 0.002228 10.0.0.65 - - [2025-10-23 02:13:18] "PUT /virtual-network/6bfbfe80-8661-4932-b426-491452f3f5cc HTTP/1.1" 200 264 0.034090 10.0.0.65 - - [2025-10-23 02:13:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004849 10.0.0.65 - - [2025-10-23 02:13:18] "POST /useragent-kv HTTP/1.1" 200 115 0.002974 10.0.0.65 - - [2025-10-23 02:13:18] "POST /useragent-kv HTTP/1.1" 200 115 0.001694 10.0.0.65 - - [2025-10-23 02:13:18] "DELETE /virtual-network/7233bac7-7fd7-4902-b950-8cbe3f716323 HTTP/1.1" 200 115 0.076144 10.0.0.65 - - [2025-10-23 02:13:18] "DELETE /route-target/62faf4fb-ab4e-450d-bb08-ad5ab305209f HTTP/1.1" 200 115 0.020537 10.0.0.65 - - [2025-10-23 02:13:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004872 10.0.0.65 - - [2025-10-23 02:13:18] "POST /useragent-kv HTTP/1.1" 200 115 0.003058 10.0.0.65 - - [2025-10-23 02:13:18] "POST /useragent-kv HTTP/1.1" 200 115 0.005930 10.0.0.65 - - [2025-10-23 02:13:18] "DELETE /virtual-network/6bfbfe80-8661-4932-b426-491452f3f5cc HTTP/1.1" 200 115 0.088942 10.0.0.65 - - [2025-10-23 02:13:18] "DELETE /route-target/e62f36b0-d23e-4173-b64f-8db37be02d5f HTTP/1.1" 200 115 0.017045 10.0.0.65 - - [2025-10-23 02:13:18] "DELETE /api-access-list/6c92fee8-a6e9-4778-b9b3-a46727bf8080 HTTP/1.1" 200 115 0.018631 10.0.0.65 - - [2025-10-23 02:13:18] "GET /api-access-list/6c92fee8-a6e9-4778-b9b3-a46727bf8080 HTTP/1.1" 404 171 0.003446 10.0.0.65 - - [2025-10-23 02:13:19] "GET /projects?obj_uuids=dfc1f1b4-d55e-4925-8e81-974fde873427&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001440 10.0.0.65 - - [2025-10-23 02:13:19] "GET /project/dfc1f1b4-d55e-4925-8e81-974fde873427?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.034881 10.0.0.65 - - [2025-10-23 02:13:19] "GET /projects?obj_uuids=dfc1f1b4-d55e-4925-8e81-974fde873427&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000948 10.0.0.65 - - [2025-10-23 02:13:19] "GET /project/dfc1f1b4-d55e-4925-8e81-974fde873427?fields=virtual_networks HTTP/1.1" 200 1033 0.064402 10.0.0.65 - - [2025-10-23 02:13:19] "GET /projects?obj_uuids=dfc1f1b4-d55e-4925-8e81-974fde873427&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001086 10.0.0.65 - - [2025-10-23 02:13:19] "GET /project/dfc1f1b4-d55e-4925-8e81-974fde873427?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.026307 10.0.0.65 - - [2025-10-23 02:13:19] "GET /projects?obj_uuids=dfc1f1b4-d55e-4925-8e81-974fde873427&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000977 10.0.0.65 - - [2025-10-23 02:13:19] "GET /project/dfc1f1b4-d55e-4925-8e81-974fde873427?fields=security_groups HTTP/1.1" 200 1259 0.029080 10.0.0.65 - - [2025-10-23 02:13:19] "GET /projects?obj_uuids=c11d0a52-926d-4674-80ac-09c7a2451235&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001145 10.0.0.65 - - [2025-10-23 02:13:19] "GET /project/c11d0a52-926d-4674-80ac-09c7a2451235?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.025485 10.0.0.65 - - [2025-10-23 02:13:19] "GET /projects?obj_uuids=c11d0a52-926d-4674-80ac-09c7a2451235&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000948 10.0.0.65 - - [2025-10-23 02:13:20] "GET /project/c11d0a52-926d-4674-80ac-09c7a2451235?fields=virtual_networks HTTP/1.1" 200 1032 0.063637 10.0.0.65 - - [2025-10-23 02:13:20] "GET /projects?obj_uuids=c11d0a52-926d-4674-80ac-09c7a2451235&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000983 10.0.0.65 - - [2025-10-23 02:13:20] "GET /project/c11d0a52-926d-4674-80ac-09c7a2451235?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.021737 10.0.0.65 - - [2025-10-23 02:13:20] "GET /projects?obj_uuids=c11d0a52-926d-4674-80ac-09c7a2451235&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001090 10.0.0.65 - - [2025-10-23 02:13:20] "GET /project/c11d0a52-926d-4674-80ac-09c7a2451235?fields=security_groups HTTP/1.1" 200 1258 0.022907 10.0.0.65 - - [2025-10-23 02:13:21] "GET /aaa-mode HTTP/1.1" 200 128 0.001410 10.0.0.65 - - [2025-10-23 02:13:21] "GET / HTTP/1.1" 200 35931 0.002576 10.0.0.65 - - [2025-10-23 02:13:22] "GET / HTTP/1.1" 200 35931 0.001526 10.0.0.65 - - [2025-10-23 02:13:22] "POST /fqname-to-id HTTP/1.1" 401 292 0.000529 10.0.0.65 - - [2025-10-23 02:13:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.065950 10.0.0.65 - - [2025-10-23 02:13:23] "GET /projects?obj_uuids=2f3d692c-25ce-4cbd-a02f-b795b2f2cc8a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.025540 10.0.0.65 - - [2025-10-23 02:13:23] "GET /project/2f3d692c-25ce-4cbd-a02f-b795b2f2cc8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.056381 10.0.0.65 - - [2025-10-23 02:13:23] "GET /virtual-networks?parent_id=2f3d692c-25ce-4cbd-a02f-b795b2f2cc8a&detail=False&count=False&shared=False HTTP/1.1" 403 263 0.008013 10.0.0.65 - - [2025-10-23 02:13:23] "POST /fqname-to-id HTTP/1.1" 404 197 0.015225 10.0.0.65 - - [2025-10-23 02:13:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.009276 10.0.0.65 - - [2025-10-23 02:13:23] "GET /domains?obj_uuids=2e283574-867c-482d-913f-5e0415a1ddc2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001118 10.0.0.65 - - [2025-10-23 02:13:23] "GET /domain/2e283574-867c-482d-913f-5e0415a1ddc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.013738 10.0.0.65 - - [2025-10-23 02:13:23] "POST /service-templates HTTP/1.1" 403 264 0.006978 10.0.0.65 - - [2025-10-23 02:13:23] "POST /fqname-to-id HTTP/1.1" 404 215 0.002795 10.0.0.65 - - [2025-10-23 02:13:23] "POST /api-access-lists HTTP/1.1" 200 555 0.014327 10.0.0.65 - - [2025-10-23 02:13:23] "GET /api-access-list/bfedbd33-3775-4bb0-aa35-675e90fe4053?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1324 0.004629 10.0.0.65 - - [2025-10-23 02:13:23] "GET /api-access-list/bfedbd33-3775-4bb0-aa35-675e90fe4053 HTTP/1.1" 200 1324 0.003152 10.0.0.65 - - [2025-10-23 02:13:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.011788 10.0.0.65 - - [2025-10-23 02:13:23] "GET /projects?obj_uuids=2f3d692c-25ce-4cbd-a02f-b795b2f2cc8a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001030 10.0.0.65 - - [2025-10-23 02:13:23] "GET /project/2f3d692c-25ce-4cbd-a02f-b795b2f2cc8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.027365 10.0.0.65 - - [2025-10-23 02:13:23] "GET /virtual-networks?parent_id=2f3d692c-25ce-4cbd-a02f-b795b2f2cc8a&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010453 10.0.0.65 - - [2025-10-23 02:13:23] "POST /virtual-networks HTTP/1.1" 200 583 0.043628 10.0.0.65 - - [2025-10-23 02:13:24] "POST /route-targets HTTP/1.1" 200 327 0.009267 10.0.0.65 - - [2025-10-23 02:13:24] "POST /ref-update HTTP/1.1" 200 156 0.009334 10.0.0.65 - - [2025-10-23 02:13:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.010911 10.0.0.65 - - [2025-10-23 02:13:24] "GET /network-ipam/d0fd0df8-3d69-458d-ac31-da48a6f6c54b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1044 0.009656 10.0.0.65 - - [2025-10-23 02:13:24] "POST /useragent-kv HTTP/1.1" 200 115 0.004492 10.0.0.65 - - [2025-10-23 02:13:24] "POST /ref-update HTTP/1.1" 200 156 0.040483 10.0.0.65 - - [2025-10-23 02:13:24] "POST /neutron/network HTTP/1.1" 200 847 0.039351 10.0.0.65 - - [2025-10-23 02:13:24] "POST /neutron/network HTTP/1.1" 200 847 0.018791 10.0.0.65 - - [2025-10-23 02:13:24] "GET /virtual-network/509a44a0-d6cf-442e-98c2-b798cfc134f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.012888 10.0.0.65 - - [2025-10-23 02:13:24] "POST /neutron/network HTTP/1.1" 200 847 0.018865 10.0.0.65 - - [2025-10-23 02:13:24] "POST /neutron/subnet HTTP/1.1" 200 674 0.025714 10.0.0.65 - - [2025-10-23 02:13:24] "POST /neutron/network HTTP/1.1" 200 847 0.055383 10.0.0.65 - - [2025-10-23 02:13:24] "GET /virtual-network/509a44a0-d6cf-442e-98c2-b798cfc134f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.005020 10.0.0.65 - - [2025-10-23 02:13:24] "GET /network-ipam/d0fd0df8-3d69-458d-ac31-da48a6f6c54b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1044 0.002646 10.0.0.65 - - [2025-10-23 02:13:24] "GET /domains HTTP/1.1" 200 280 0.002729 10.0.0.65 - - [2025-10-23 02:13:24] "GET /domains?obj_uuids=2e283574-867c-482d-913f-5e0415a1ddc2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001310 10.0.0.65 - - [2025-10-23 02:13:24] "GET /domain/2e283574-867c-482d-913f-5e0415a1ddc2 HTTP/1.1" 200 3488 0.006467 10.0.0.65 - - [2025-10-23 02:13:24] "GET /projects?obj_uuids=2f3d692c-25ce-4cbd-a02f-b795b2f2cc8a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000922 10.0.0.65 - - [2025-10-23 02:13:24] "GET /project/2f3d692c-25ce-4cbd-a02f-b795b2f2cc8a HTTP/1.1" 200 2352 0.065812 10.0.0.65 - - [2025-10-23 02:13:24] "GET /virtual-network/509a44a0-d6cf-442e-98c2-b798cfc134f2 HTTP/1.1" 200 2310 0.006217 10.0.0.65 - - [2025-10-23 02:13:24] "GET /virtual-network/509a44a0-d6cf-442e-98c2-b798cfc134f2 HTTP/1.1" 200 2310 0.004856 10.0.0.65 - - [2025-10-23 02:13:24] "GET /routing-instance/f273b7c1-be80-4020-9faf-100ef1bc26d1 HTTP/1.1" 200 1556 0.003764 10.0.0.65 - - [2025-10-23 02:13:24] "GET /routing-instance/f273b7c1-be80-4020-9faf-100ef1bc26d1 HTTP/1.1" 200 1556 0.003562 10.0.0.65 - - [2025-10-23 02:13:24] "GET /route-target/14a25fcf-b1b4-4173-ac54-c75d06f4dc22 HTTP/1.1" 200 1244 0.003333 10.0.0.65 - - [2025-10-23 02:13:24] "GET /virtual-network/509a44a0-d6cf-442e-98c2-b798cfc134f2 HTTP/1.1" 200 2310 0.004342 10.0.0.65 - - [2025-10-23 02:13:24] "GET /routing-instance/f273b7c1-be80-4020-9faf-100ef1bc26d1 HTTP/1.1" 200 1556 0.003015 10.0.0.65 - - [2025-10-23 02:13:24] "GET /virtual-network/509a44a0-d6cf-442e-98c2-b798cfc134f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.004304 10.0.0.65 - - [2025-10-23 02:13:24] "GET /virtual-network/509a44a0-d6cf-442e-98c2-b798cfc134f2 HTTP/1.1" 200 2310 0.005117 10.0.0.65 - - [2025-10-23 02:13:24] "GET /routing-instance/f273b7c1-be80-4020-9faf-100ef1bc26d1 HTTP/1.1" 200 1556 0.003443 10.0.0.65 - - [2025-10-23 02:13:24] "GET /routing-instance/f273b7c1-be80-4020-9faf-100ef1bc26d1 HTTP/1.1" 200 1556 0.002959 10.0.0.65 - - [2025-10-23 02:13:24] "GET /route-target/14a25fcf-b1b4-4173-ac54-c75d06f4dc22 HTTP/1.1" 200 1244 0.002985 10.0.0.65 - - [2025-10-23 02:13:24] "GET /domains HTTP/1.1" 200 280 0.002910 10.0.0.65 - - [2025-10-23 02:13:24] "GET /domains?obj_uuids=2e283574-867c-482d-913f-5e0415a1ddc2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000985 10.0.0.65 - - [2025-10-23 02:13:24] "GET /domain/2e283574-867c-482d-913f-5e0415a1ddc2 HTTP/1.1" 200 3488 0.006898 10.0.0.65 - - [2025-10-23 02:13:24] "GET /projects?obj_uuids=2f3d692c-25ce-4cbd-a02f-b795b2f2cc8a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001235 10.0.0.65 - - [2025-10-23 02:13:24] "GET /project/2f3d692c-25ce-4cbd-a02f-b795b2f2cc8a HTTP/1.1" 200 2352 0.066336 10.0.0.65 - - [2025-10-23 02:13:24] "GET /virtual-network/509a44a0-d6cf-442e-98c2-b798cfc134f2 HTTP/1.1" 200 2310 0.004436 10.0.0.65 - - [2025-10-23 02:13:25] "GET /obj-perms HTTP/1.1" 200 5030 0.053137 10.0.0.65 - - [2025-10-23 02:13:25] "POST /fqname-to-id HTTP/1.1" 404 197 0.012047 10.0.0.65 - - [2025-10-23 02:13:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.010459 10.0.0.65 - - [2025-10-23 02:13:25] "GET /domains?obj_uuids=2e283574-867c-482d-913f-5e0415a1ddc2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001423 10.0.0.65 - - [2025-10-23 02:13:25] "GET /domain/2e283574-867c-482d-913f-5e0415a1ddc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.016723 10.0.0.65 - - [2025-10-23 02:13:25] "POST /service-templates HTTP/1.1" 403 264 0.009398 10.0.0.65 - - [2025-10-23 02:13:25] "POST /fqname-to-id HTTP/1.1" 404 183 0.003067 10.0.0.65 - - [2025-10-23 02:13:25] "POST /api-access-lists HTTP/1.1" 200 521 0.013923 10.0.0.65 - - [2025-10-23 02:13:25] "GET /api-access-list/abd7f2e5-c0c5-44ba-89d8-ce0d8c59e073?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1290 0.005581 10.0.0.65 - - [2025-10-23 02:13:25] "GET /api-access-list/abd7f2e5-c0c5-44ba-89d8-ce0d8c59e073 HTTP/1.1" 200 1290 0.003749 10.0.0.65 - - [2025-10-23 02:13:25] "POST /fqname-to-id HTTP/1.1" 404 197 0.011892 10.0.0.65 - - [2025-10-23 02:13:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.009584 10.0.0.65 - - [2025-10-23 02:13:25] "GET /domains?obj_uuids=2e283574-867c-482d-913f-5e0415a1ddc2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001132 10.0.0.65 - - [2025-10-23 02:13:25] "GET /domain/2e283574-867c-482d-913f-5e0415a1ddc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.015096 10.0.0.65 - - [2025-10-23 02:13:25] "POST /service-templates HTTP/1.1" 200 551 0.024678 10.0.0.65 - - [2025-10-23 02:13:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.012575 10.0.0.65 - - [2025-10-23 02:13:25] "GET /service-template/3803bbb8-2288-42bf-9304-8509ab3eac00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1853 0.011806 10.0.0.65 - - [2025-10-23 02:13:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.010498 10.0.0.65 - - [2025-10-23 02:13:25] "GET /service-template/3803bbb8-2288-42bf-9304-8509ab3eac00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1853 0.011374 10.0.0.65 - - [2025-10-23 02:13:25] "GET /virtual-network/509a44a0-d6cf-442e-98c2-b798cfc134f2 HTTP/1.1" 401 292 0.000640 10.0.0.65 - - [2025-10-23 02:13:26] "GET /virtual-network/509a44a0-d6cf-442e-98c2-b798cfc134f2 HTTP/1.1" 403 263 0.029634 10.0.0.65 - - [2025-10-23 02:13:26] "GET /service-template/3803bbb8-2288-42bf-9304-8509ab3eac00 HTTP/1.1" 403 264 0.008129 10.0.0.65 - - [2025-10-23 02:13:26] "GET /service-template/3803bbb8-2288-42bf-9304-8509ab3eac00 HTTP/1.1" 403 264 0.036286 10.0.0.65 - - [2025-10-23 02:13:26] "GET /api-access-list/bfedbd33-3775-4bb0-aa35-675e90fe4053?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1324 0.002909 10.0.0.65 - - [2025-10-23 02:13:26] "PUT /api-access-list/bfedbd33-3775-4bb0-aa35-675e90fe4053 HTTP/1.1" 200 264 0.007666 10.0.0.65 - - [2025-10-23 02:13:26] "GET /api-access-list/bfedbd33-3775-4bb0-aa35-675e90fe4053 HTTP/1.1" 200 1461 0.003131 10.0.0.65 - - [2025-10-23 02:13:26] "GET /virtual-network/509a44a0-d6cf-442e-98c2-b798cfc134f2 HTTP/1.1" 200 2310 0.017031 10.0.0.65 - - [2025-10-23 02:13:26] "POST /fqname-to-id HTTP/1.1" 401 292 0.000444 10.0.0.65 - - [2025-10-23 02:13:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.031226 10.0.0.65 - - [2025-10-23 02:13:27] "GET /projects?obj_uuids=2f3d692c-25ce-4cbd-a02f-b795b2f2cc8a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001090 10.0.0.65 - - [2025-10-23 02:13:27] "GET /project/2f3d692c-25ce-4cbd-a02f-b795b2f2cc8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.034752 10.0.0.65 - - [2025-10-23 02:13:27] "GET /virtual-networks?parent_id=2f3d692c-25ce-4cbd-a02f-b795b2f2cc8a&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.012651 10.0.0.65 - - [2025-10-23 02:13:27] "POST /virtual-networks HTTP/1.1" 403 263 0.009440 10.0.0.65 - - [2025-10-23 02:13:27] "GET /service-template/3803bbb8-2288-42bf-9304-8509ab3eac00 HTTP/1.1" 403 264 0.007755 10.0.0.65 - - [2025-10-23 02:13:27] "GET /service-template/3803bbb8-2288-42bf-9304-8509ab3eac00 HTTP/1.1" 403 264 0.030989 10.0.0.65 - - [2025-10-23 02:13:27] "GET /api-access-list/abd7f2e5-c0c5-44ba-89d8-ce0d8c59e073?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1290 0.002500 10.0.0.65 - - [2025-10-23 02:13:27] "PUT /api-access-list/abd7f2e5-c0c5-44ba-89d8-ce0d8c59e073 HTTP/1.1" 200 264 0.007140 10.0.0.65 - - [2025-10-23 02:13:27] "GET /api-access-list/abd7f2e5-c0c5-44ba-89d8-ce0d8c59e073 HTTP/1.1" 200 1428 0.003640 10.0.0.65 - - [2025-10-23 02:13:27] "GET /service-template/3803bbb8-2288-42bf-9304-8509ab3eac00 HTTP/1.1" 200 1853 0.012355 10.0.0.65 - - [2025-10-23 02:13:27] "POST /fqname-to-id HTTP/1.1" 404 197 0.009750 10.0.0.65 - - [2025-10-23 02:13:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.009205 10.0.0.65 - - [2025-10-23 02:13:27] "GET /domains?obj_uuids=2e283574-867c-482d-913f-5e0415a1ddc2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001045 10.0.0.65 - - [2025-10-23 02:13:27] "GET /domain/2e283574-867c-482d-913f-5e0415a1ddc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.016720 10.0.0.65 - - [2025-10-23 02:13:27] "POST /service-templates HTTP/1.1" 403 264 0.011372 10.0.0.65 - - [2025-10-23 02:13:27] "GET /api-access-list/bfedbd33-3775-4bb0-aa35-675e90fe4053?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1461 0.003281 10.0.0.65 - - [2025-10-23 02:13:27] "PUT /api-access-list/bfedbd33-3775-4bb0-aa35-675e90fe4053 HTTP/1.1" 200 264 0.008577 10.0.0.65 - - [2025-10-23 02:13:28] "GET /api-access-list/bfedbd33-3775-4bb0-aa35-675e90fe4053 HTTP/1.1" 200 1324 0.003382 10.0.0.65 - - [2025-10-23 02:13:28] "GET /api-access-list/abd7f2e5-c0c5-44ba-89d8-ce0d8c59e073?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.002779 10.0.0.65 - - [2025-10-23 02:13:28] "PUT /api-access-list/abd7f2e5-c0c5-44ba-89d8-ce0d8c59e073 HTTP/1.1" 200 264 0.008862 10.0.0.65 - - [2025-10-23 02:13:28] "GET /api-access-list/abd7f2e5-c0c5-44ba-89d8-ce0d8c59e073 HTTP/1.1" 200 1290 0.003187 10.0.0.65 - - [2025-10-23 02:13:28] "GET /virtual-network/509a44a0-d6cf-442e-98c2-b798cfc134f2 HTTP/1.1" 403 263 0.007800 10.0.0.65 - - [2025-10-23 02:13:28] "GET /virtual-network/509a44a0-d6cf-442e-98c2-b798cfc134f2 HTTP/1.1" 403 263 0.029670 10.0.0.65 - - [2025-10-23 02:13:28] "GET /service-template/3803bbb8-2288-42bf-9304-8509ab3eac00 HTTP/1.1" 403 264 0.007459 10.0.0.65 - - [2025-10-23 02:13:28] "GET /service-template/3803bbb8-2288-42bf-9304-8509ab3eac00 HTTP/1.1" 403 264 0.030548 10.0.0.65 - - [2025-10-23 02:13:28] "GET /api-access-list/14948bd6-b812-4a30-b163-9dd7f8c14aba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2410 0.002955 10.0.0.65 - - [2025-10-23 02:13:28] "PUT /api-access-list/14948bd6-b812-4a30-b163-9dd7f8c14aba HTTP/1.1" 200 264 0.007589 10.0.0.65 - - [2025-10-23 02:13:28] "GET /service-template/3803bbb8-2288-42bf-9304-8509ab3eac00 HTTP/1.1" 200 1853 0.010771 10.0.0.65 - - [2025-10-23 02:13:28] "GET /virtual-network/509a44a0-d6cf-442e-98c2-b798cfc134f2 HTTP/1.1" 200 2310 0.012133 10.0.0.65 - - [2025-10-23 02:13:28] "DELETE /api-access-list/bfedbd33-3775-4bb0-aa35-675e90fe4053 HTTP/1.1" 200 115 0.015634 10.0.0.65 - - [2025-10-23 02:13:28] "GET /api-access-list/bfedbd33-3775-4bb0-aa35-675e90fe4053 HTTP/1.1" 404 171 0.002398 10.0.0.65 - - [2025-10-23 02:13:28] "DELETE /api-access-list/abd7f2e5-c0c5-44ba-89d8-ce0d8c59e073 HTTP/1.1" 200 115 0.013840 10.0.0.65 - - [2025-10-23 02:13:29] "GET /api-access-list/abd7f2e5-c0c5-44ba-89d8-ce0d8c59e073 HTTP/1.1" 404 171 0.002156 10.0.0.65 - - [2025-10-23 02:13:29] "GET /virtual-network/509a44a0-d6cf-442e-98c2-b798cfc134f2 HTTP/1.1" 401 292 0.000344 10.0.0.65 - - [2025-10-23 02:13:29] "GET /virtual-network/509a44a0-d6cf-442e-98c2-b798cfc134f2 HTTP/1.1" 403 263 0.029666 10.0.0.65 - - [2025-10-23 02:13:29] "GET /service-template/3803bbb8-2288-42bf-9304-8509ab3eac00 HTTP/1.1" 403 264 0.005646 10.0.0.65 - - [2025-10-23 02:13:29] "GET /service-template/3803bbb8-2288-42bf-9304-8509ab3eac00 HTTP/1.1" 403 264 0.030143 10.0.0.65 - - [2025-10-23 02:13:29] "GET /api-access-list/14948bd6-b812-4a30-b163-9dd7f8c14aba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2685 0.002707 10.0.0.65 - - [2025-10-23 02:13:29] "PUT /api-access-list/14948bd6-b812-4a30-b163-9dd7f8c14aba HTTP/1.1" 200 264 0.008204 10.0.0.65 - - [2025-10-23 02:13:29] "GET /virtual-network/509a44a0-d6cf-442e-98c2-b798cfc134f2 HTTP/1.1" 200 2310 0.015022 10.0.0.65 - - [2025-10-23 02:13:29] "GET /service-template/3803bbb8-2288-42bf-9304-8509ab3eac00 HTTP/1.1" 200 1853 0.008456 10.0.0.65 - - [2025-10-23 02:13:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.007936 10.0.0.65 - - [2025-10-23 02:13:29] "DELETE /service-template/3803bbb8-2288-42bf-9304-8509ab3eac00 HTTP/1.1" 200 115 0.022045 10.0.0.65 - - [2025-10-23 02:13:29] "POST /fqname-to-id HTTP/1.1" 404 197 0.007725 10.0.0.65 - - [2025-10-23 02:13:29] "POST /useragent-kv HTTP/1.1" 200 115 0.003405 10.0.0.65 - - [2025-10-23 02:13:29] "POST /useragent-kv HTTP/1.1" 200 115 0.002461 10.0.0.65 - - [2025-10-23 02:13:29] "DELETE /virtual-network/509a44a0-d6cf-442e-98c2-b798cfc134f2 HTTP/1.1" 200 115 0.067358 10.0.0.65 - - [2025-10-23 02:13:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.026011 10.0.0.65 - - [2025-10-23 02:13:30] "DELETE /route-target/14a25fcf-b1b4-4173-ac54-c75d06f4dc22 HTTP/1.1" 200 115 0.013623 10.0.0.65 - - [2025-10-23 02:13:30] "GET /api-access-list/14948bd6-b812-4a30-b163-9dd7f8c14aba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.003332 10.0.0.65 - - [2025-10-23 02:13:30] "PUT /api-access-list/14948bd6-b812-4a30-b163-9dd7f8c14aba HTTP/1.1" 200 264 0.007381 10.0.0.65 - - [2025-10-23 02:13:30] "GET /api-access-list/14948bd6-b812-4a30-b163-9dd7f8c14aba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2691 0.003343 10.0.0.65 - - [2025-10-23 02:13:30] "PUT /api-access-list/14948bd6-b812-4a30-b163-9dd7f8c14aba HTTP/1.1" 200 264 0.009128 10.0.0.65 - - [2025-10-23 02:13:31] "GET /api-access-list/14948bd6-b812-4a30-b163-9dd7f8c14aba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2410 0.003342 10.0.0.65 - - [2025-10-23 02:13:31] "PUT /api-access-list/14948bd6-b812-4a30-b163-9dd7f8c14aba HTTP/1.1" 200 264 0.008482 10.0.0.65 - - [2025-10-23 02:13:31] "GET /projects?obj_uuids=2f3d692c-25ce-4cbd-a02f-b795b2f2cc8a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001019 10.0.0.65 - - [2025-10-23 02:13:31] "GET /project/2f3d692c-25ce-4cbd-a02f-b795b2f2cc8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.022557 10.0.0.65 - - [2025-10-23 02:13:31] "GET /projects?obj_uuids=2f3d692c-25ce-4cbd-a02f-b795b2f2cc8a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000929 10.0.0.65 - - [2025-10-23 02:13:31] "GET /project/2f3d692c-25ce-4cbd-a02f-b795b2f2cc8a?fields=virtual_networks HTTP/1.1" 200 1032 0.064579 10.0.0.65 - - [2025-10-23 02:13:31] "GET /projects?obj_uuids=2f3d692c-25ce-4cbd-a02f-b795b2f2cc8a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001392 10.0.0.65 - - [2025-10-23 02:13:31] "GET /project/2f3d692c-25ce-4cbd-a02f-b795b2f2cc8a?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.023135 10.0.0.65 - - [2025-10-23 02:13:31] "GET /projects?obj_uuids=2f3d692c-25ce-4cbd-a02f-b795b2f2cc8a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001062 10.0.0.65 - - [2025-10-23 02:13:31] "GET /project/2f3d692c-25ce-4cbd-a02f-b795b2f2cc8a?fields=security_groups HTTP/1.1" 200 1258 0.024299 10.0.0.65 - - [2025-10-23 02:13:32] "GET /projects?obj_uuids=4e2a0473-b9a3-4aa1-a8ce-3574e4f941d8&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001006 10.0.0.65 - - [2025-10-23 02:13:32] "GET /project/4e2a0473-b9a3-4aa1-a8ce-3574e4f941d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1281 0.024842 [Introspect:8084]10.0.0.65 - - [2025-10-23 02:13:32] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001335 10.0.0.65 - - [2025-10-23 02:13:32] "POST /fqname-to-id HTTP/1.1" 404 184 0.024495 10.0.0.65 - - [2025-10-23 02:13:32] "GET /projects?obj_uuids=03b0a5bc-da9e-4f2c-877a-f039e0fb657a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002132 10.0.0.65 - - [2025-10-23 02:13:32] "GET /domains?obj_uuids=2e283574-867c-482d-913f-5e0415a1ddc2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001051 10.0.0.65 - - [2025-10-23 02:13:32] "GET /domain/2e283574-867c-482d-913f-5e0415a1ddc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006901 10.0.0.65 - - [2025-10-23 02:13:32] "POST /id-to-fqname HTTP/1.1" 200 186 0.001586 10.0.0.65 - - [2025-10-23 02:13:32] "POST /fqname-to-id HTTP/1.1" 404 195 0.002906 10.0.0.65 - - [2025-10-23 02:13:33] "POST /security-groups HTTP/1.1" 200 587 0.063595 10.0.0.65 - - [2025-10-23 02:13:33] "POST /fqname-to-id HTTP/1.1" 404 230 0.002885 10.0.0.65 - - [2025-10-23 02:13:33] "POST /projects HTTP/1.1" 200 577 0.210627 10.0.0.65 - - [2025-10-23 02:13:33] "POST /access-control-lists HTTP/1.1" 200 592 0.059153 10.0.0.65 - - [2025-10-23 02:13:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.280738 10.0.0.65 - - [2025-10-23 02:13:33] "POST /fqname-to-id HTTP/1.1" 404 229 0.002545 10.0.0.65 - - [2025-10-23 02:13:33] "GET /project/03b0a5bc-da9e-4f2c-877a-f039e0fb657a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.400712 10.0.0.65 - - [2025-10-23 02:13:33] "POST /access-control-lists HTTP/1.1" 200 590 0.060255 10.0.0.65 - - [2025-10-23 02:13:34] "GET / HTTP/1.1" 200 35931 0.001937 10.0.0.65 - - [2025-10-23 02:13:34] "GET /projects?obj_uuids=03b0a5bc-da9e-4f2c-877a-f039e0fb657a&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001021 10.0.0.65 - - [2025-10-23 02:13:34] "GET /project/03b0a5bc-da9e-4f2c-877a-f039e0fb657a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.021598 10.0.0.65 - - [2025-10-23 02:13:34] "GET /projects?obj_uuids=03b0a5bc-da9e-4f2c-877a-f039e0fb657a&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001063 10.0.0.65 - - [2025-10-23 02:13:34] "GET /project/03b0a5bc-da9e-4f2c-877a-f039e0fb657a?fields=virtual_networks HTTP/1.1" 200 1022 0.066378 10.0.0.65 - - [2025-10-23 02:13:34] "GET /projects?obj_uuids=03b0a5bc-da9e-4f2c-877a-f039e0fb657a&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001024 10.0.0.65 - - [2025-10-23 02:13:34] "GET /project/03b0a5bc-da9e-4f2c-877a-f039e0fb657a?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.022808 10.0.0.65 - - [2025-10-23 02:13:34] "GET /projects?obj_uuids=03b0a5bc-da9e-4f2c-877a-f039e0fb657a&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001157 10.0.0.65 - - [2025-10-23 02:13:34] "GET /project/03b0a5bc-da9e-4f2c-877a-f039e0fb657a?fields=security_groups HTTP/1.1" 200 1244 0.021778 10.0.0.65 - - [2025-10-23 02:13:57] "GET /projects?obj_uuids=c11d0a52-926d-4674-80ac-09c7a2451235&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000927 10.0.0.65 - - [2025-10-23 02:13:57] "DELETE /project/dfc1f1b4d55e49258e81974fde873427 HTTP/1.1" 404 173 0.055000 10.0.0.65 - - [2025-10-23 02:13:57] "GET /project/c11d0a52-926d-4674-80ac-09c7a2451235?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.027913 10.0.0.65 - - [2025-10-23 02:13:57] "GET /projects?obj_uuids=c11d0a52-926d-4674-80ac-09c7a2451235&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000862 10.0.0.65 - - [2025-10-23 02:13:57] "DELETE /project/2f3d692c25ce4cbda02fb795b2f2cc8a HTTP/1.1" 404 173 0.008596 10.0.0.65 - - [2025-10-23 02:13:57] "GET /projects?obj_uuids=2f3d692c-25ce-4cbd-a02f-b795b2f2cc8a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000915 10.0.0.65 - - [2025-10-23 02:13:57] "GET /projects?obj_uuids=dfc1f1b4-d55e-4925-8e81-974fde873427&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001141 10.0.0.65 - - [2025-10-23 02:13:57] "GET /project/2f3d692c-25ce-4cbd-a02f-b795b2f2cc8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.032399 10.0.0.65 - - [2025-10-23 02:13:57] "GET /projects?obj_uuids=2f3d692c-25ce-4cbd-a02f-b795b2f2cc8a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000899 10.0.0.65 - - [2025-10-23 02:13:57] "GET /projects?obj_uuids=03b0a5bc-da9e-4f2c-877a-f039e0fb657a&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001163 10.0.0.65 - - [2025-10-23 02:13:57] "GET /projects?obj_uuids=6c560eb6-7f3c-43de-9b16-09a47cc8500e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000883 10.0.0.65 - - [2025-10-23 02:13:57] "GET /project/dfc1f1b4-d55e-4925-8e81-974fde873427?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.063545 10.0.0.65 - - [2025-10-23 02:13:57] "GET /projects?obj_uuids=b5b542bb-3edc-427e-a0f0-d459df9f081d&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000995 10.0.0.65 - - [2025-10-23 02:13:57] "GET /projects?obj_uuids=7974043b-b17e-4ccc-afd2-07d78f3777b1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001282 10.0.0.65 - - [2025-10-23 02:13:57] "GET /project/c11d0a52-926d-4674-80ac-09c7a2451235?fields=security_groups HTTP/1.1" 200 1363 0.106672 10.0.0.65 - - [2025-10-23 02:13:57] "DELETE /project/03b0a5bcda9e4f2c877af039e0fb657a HTTP/1.1" 404 173 0.189249 10.0.0.65 - - [2025-10-23 02:13:57] "GET /project/2f3d692c-25ce-4cbd-a02f-b795b2f2cc8a?fields=security_groups HTTP/1.1" 200 1363 0.074139 10.0.0.65 - - [2025-10-23 02:13:57] "DELETE /project/c11d0a52926d467480ac09c7a2451235 HTTP/1.1" 404 173 0.191871 10.0.0.65 - - [2025-10-23 02:13:57] "GET /project/6c560eb6-7f3c-43de-9b16-09a47cc8500e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.086742 10.0.0.65 - - [2025-10-23 02:13:57] "GET /projects?obj_uuids=dfc1f1b4-d55e-4925-8e81-974fde873427&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001069 10.0.0.65 - - [2025-10-23 02:13:57] "GET /project/7974043b-b17e-4ccc-afd2-07d78f3777b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.067466 10.0.0.65 - - [2025-10-23 02:13:57] "GET /project/03b0a5bc-da9e-4f2c-877a-f039e0fb657a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.129358 10.0.0.65 - - [2025-10-23 02:13:57] "GET /projects?obj_uuids=6c560eb6-7f3c-43de-9b16-09a47cc8500e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001047 10.0.0.65 - - [2025-10-23 02:13:57] "GET /projects?obj_uuids=7974043b-b17e-4ccc-afd2-07d78f3777b1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001167 10.0.0.65 - - [2025-10-23 02:13:57] "GET /project/b5b542bb-3edc-427e-a0f0-d459df9f081d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.127159 10.0.0.65 - - [2025-10-23 02:13:57] "GET /project/6c560eb6-7f3c-43de-9b16-09a47cc8500e?fields=security_groups HTTP/1.1" 200 1348 0.063212 10.0.0.65 - - [2025-10-23 02:13:57] "GET /project/7974043b-b17e-4ccc-afd2-07d78f3777b1?fields=security_groups HTTP/1.1" 200 1348 0.062255 10.0.0.65 - - [2025-10-23 02:13:57] "GET /projects?obj_uuids=03b0a5bc-da9e-4f2c-877a-f039e0fb657a&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001012 10.0.0.65 - - [2025-10-23 02:13:57] "GET /projects?obj_uuids=b5b542bb-3edc-427e-a0f0-d459df9f081d&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000990 10.0.0.65 - - [2025-10-23 02:13:57] "GET /project/dfc1f1b4-d55e-4925-8e81-974fde873427?fields=security_groups HTTP/1.1" 200 1364 0.137023 10.0.0.65 - - [2025-10-23 02:13:57] "GET /project/03b0a5bc-da9e-4f2c-877a-f039e0fb657a?fields=security_groups HTTP/1.1" 200 1349 0.067587 10.0.0.65 - - [2025-10-23 02:13:57] "DELETE /security-group/ef1fcc7b-33bc-400c-aaba-7acfbcd021fd HTTP/1.1" 200 115 0.159489 10.0.0.65 - - [2025-10-23 02:13:57] "GET /projects?obj_uuids=c11d0a52-926d-4674-80ac-09c7a2451235&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000903 10.0.0.65 - - [2025-10-23 02:13:57] "DELETE /access-control-list/ece3d697-79d8-4f54-8c96-1ebbbf7083a8 HTTP/1.1" 200 115 0.083511 10.0.0.65 - - [2025-10-23 02:13:57] "GET /project/b5b542bb-3edc-427e-a0f0-d459df9f081d?fields=security_groups HTTP/1.1" 200 1349 0.098315 10.0.0.65 - - [2025-10-23 02:13:57] "DELETE /security-group/6661f404-ddea-46fb-81e4-c71a71e2f296 HTTP/1.1" 200 115 0.181195 10.0.0.65 - - [2025-10-23 02:13:57] "GET /projects?obj_uuids=2f3d692c-25ce-4cbd-a02f-b795b2f2cc8a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001017 10.0.0.65 - - [2025-10-23 02:13:57] "GET /project/2f3d692c-25ce-4cbd-a02f-b795b2f2cc8a?fields=application_policy_sets HTTP/1.1" 200 1402 0.047971 10.0.0.65 - - [2025-10-23 02:13:57] "GET /project/c11d0a52-926d-4674-80ac-09c7a2451235?fields=application_policy_sets HTTP/1.1" 200 1402 0.090822 10.0.0.65 - - [2025-10-23 02:13:57] "DELETE /access-control-list/92bd8ead-e8c8-4f83-81be-d5a5ef743c12 HTTP/1.1" 200 115 0.094409 10.0.0.65 - - [2025-10-23 02:13:57] "DELETE /security-group/bea8c421-870d-4b91-b3ae-86cf02442c98 HTTP/1.1" 200 115 0.157943 10.0.0.65 - - [2025-10-23 02:13:57] "GET /projects?obj_uuids=6c560eb6-7f3c-43de-9b16-09a47cc8500e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000925 10.0.0.65 - - [2025-10-23 02:13:57] "DELETE /security-group/a9d69266-4d56-403c-99db-17f26ea4a467 HTTP/1.1" 200 115 0.156981 10.0.0.65 - - [2025-10-23 02:13:57] "GET /projects?obj_uuids=7974043b-b17e-4ccc-afd2-07d78f3777b1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001685 10.0.0.65 - - [2025-10-23 02:13:57] "GET /project/6c560eb6-7f3c-43de-9b16-09a47cc8500e?fields=application_policy_sets HTTP/1.1" 200 1387 0.044142 10.0.0.65 - - [2025-10-23 02:13:57] "DELETE /security-group/5e0fbde5-d086-43b7-92bb-6174992b1c38 HTTP/1.1" 200 115 0.172124 10.0.0.65 - - [2025-10-23 02:13:57] "GET /projects?obj_uuids=dfc1f1b4-d55e-4925-8e81-974fde873427&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000914 10.0.0.65 - - [2025-10-23 02:13:57] "DELETE /access-control-list/286cf714-f4ee-4952-898c-d71b2165b4e3 HTTP/1.1" 200 115 0.072041 10.0.0.65 - - [2025-10-23 02:13:58] "DELETE /security-group/222505f6-3eaf-4284-bbcc-97df9193b9f9 HTTP/1.1" 200 115 0.185607 10.0.0.65 - - [2025-10-23 02:13:58] "GET /project/dfc1f1b4-d55e-4925-8e81-974fde873427?fields=application_policy_sets HTTP/1.1" 200 1403 0.057115 10.0.0.65 - - [2025-10-23 02:13:58] "GET /projects?obj_uuids=03b0a5bc-da9e-4f2c-877a-f039e0fb657a&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000983 10.0.0.65 - - [2025-10-23 02:13:58] "DELETE /security-group/f8243071-2cc3-4842-9dc0-7b0b569e5f85 HTTP/1.1" 200 115 0.169658 10.0.0.65 - - [2025-10-23 02:13:58] "DELETE /access-control-list/a560a512-0bb7-445e-8687-c53197cc6351 HTTP/1.1" 200 115 0.059111 10.0.0.65 - - [2025-10-23 02:13:58] "GET /projects?obj_uuids=b5b542bb-3edc-427e-a0f0-d459df9f081d&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000896 10.0.0.65 - - [2025-10-23 02:13:58] "GET /project/7974043b-b17e-4ccc-afd2-07d78f3777b1?fields=application_policy_sets HTTP/1.1" 200 1387 0.123157 10.0.0.65 - - [2025-10-23 02:13:58] "GET /project/03b0a5bc-da9e-4f2c-877a-f039e0fb657a?fields=application_policy_sets HTTP/1.1" 200 1388 0.063603 10.0.0.65 - - [2025-10-23 02:13:58] "DELETE /access-control-list/eba43824-1814-4ddd-a3ff-caffa46e578f HTTP/1.1" 200 115 0.101423 10.0.0.65 - - [2025-10-23 02:13:58] "GET /project/b5b542bb-3edc-427e-a0f0-d459df9f081d?fields=application_policy_sets HTTP/1.1" 200 1388 0.117676 10.0.0.65 - - [2025-10-23 02:13:58] "DELETE /project/2f3d692c-25ce-4cbd-a02f-b795b2f2cc8a HTTP/1.1" 200 115 0.800757 10.0.0.65 - - [2025-10-23 02:13:58] "DELETE /project/c11d0a52-926d-4674-80ac-09c7a2451235 HTTP/1.1" 200 115 0.836597 10.0.0.65 - - [2025-10-23 02:13:58] "DELETE /access-control-list/e617b231-7ef7-4ab3-b726-6ba0f03e46fd HTTP/1.1" 200 115 0.066154 10.0.0.65 - - [2025-10-23 02:13:58] "DELETE /project/6c560eb6-7f3c-43de-9b16-09a47cc8500e HTTP/1.1" 200 115 0.884797 10.0.0.65 - - [2025-10-23 02:13:58] "DELETE /access-control-list/937e357b-2756-44c6-8f8f-b7fd45d65dc3 HTTP/1.1" 200 115 0.061440 10.0.0.65 - - [2025-10-23 02:13:58] "DELETE /project/dfc1f1b4-d55e-4925-8e81-974fde873427 HTTP/1.1" 200 115 0.899416 10.0.0.65 - - [2025-10-23 02:13:58] "DELETE /project/7974043b-b17e-4ccc-afd2-07d78f3777b1 HTTP/1.1" 200 115 0.909312 10.0.0.65 - - [2025-10-23 02:13:58] "DELETE /project/03b0a5bc-da9e-4f2c-877a-f039e0fb657a HTTP/1.1" 200 115 0.944323 10.0.0.65 - - [2025-10-23 02:13:58] "DELETE /access-control-list/ff39759a-6b01-49fa-80a0-aafb1da19040 HTTP/1.1" 200 115 0.059101 10.0.0.65 - - [2025-10-23 02:13:58] "DELETE /project/b5b542bb-3edc-427e-a0f0-d459df9f081d HTTP/1.1" 200 115 0.972251 10.0.0.65 - - [2025-10-23 02:13:58] "DELETE /access-control-list/324c7832-9751-4079-8079-fa737783c4d7 HTTP/1.1" 200 115 0.023501 10.0.0.65 - - [2025-10-23 02:13:58] "DELETE /access-control-list/bddf9e91-1ecb-4aa5-9c73-668fa9dd3169 HTTP/1.1" 200 115 0.022136 10.0.0.65 - - [2025-10-23 02:13:58] "DELETE /access-control-list/0f508312-9d4a-4db2-affb-a76d30172c26 HTTP/1.1" 200 115 0.020382 10.0.0.65 - - [2025-10-23 02:13:58] "DELETE /access-control-list/d00a5a51-7334-490d-bc8b-fbe80c2aaf6e HTTP/1.1" 200 115 0.025757 10.0.0.65 - - [2025-10-23 02:13:58] "DELETE /access-control-list/128f8bb8-b073-4dee-834c-122517263446 HTTP/1.1" 200 115 0.018763 10.0.0.65 - - [2025-10-23 02:13:58] "DELETE /access-control-list/d270857e-2512-47ac-8734-5a15d46638f9 HTTP/1.1" 200 115 0.020780 10.0.0.65 - - [2025-10-23 02:14:04] "GET /obj-perms HTTP/1.1" 200 5056 0.046726 10.0.0.65 - - [2025-10-23 02:14:04] "GET /obj-perms HTTP/1.1" 200 5056 0.044625 [Introspect:8084]10.0.0.65 - - [2025-10-23 02:14:11] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000940 [Introspect:8084]10.0.0.65 - - [2025-10-23 02:14:11] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001046