+++ date ++ echo 'INFO: =================== Mon Sep 29 01:42:17 AM UTC 2025 ===================' INFO: =================== Mon Sep 29 01:42:17 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 +++ cut -d / -f 1 +++ local nic=ens3 +++ ip addr show dev ens3 +++ grep 'inet ' +++ head -n 1 +++ awk '{print $2}' ++ DEFAULT_LOCAL_IP=10.0.0.130 ++ 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.130 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.130 ++ ANALYTICSDB_NODES=10.0.0.130 ++ ANALYTICS_SNMP_NODES=10.0.0.130 ++ 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.130 +++ local server_address=10.0.0.130 +++ extended_server_list+='10.0.0.130:8081 ' +++ '[' -n '10.0.0.130:8081 ' ']' +++ echo 10.0.0.130:8081 ++ ANALYTICS_SERVERS=10.0.0.130: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.130 +++ local server_address=10.0.0.130 +++ extended_server_list+='10.0.0.130:9042 ' +++ '[' -n '10.0.0.130:9042 ' ']' +++ echo 10.0.0.130:9042 ++ ANALYTICSDB_CQL_SERVERS=10.0.0.130:9042 ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.130 ++ 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.130 +++ local server_address=10.0.0.130 +++ extended_server_list+='10.0.0.130:8086 ' +++ '[' -n '10.0.0.130:8086 ' ']' +++ echo 10.0.0.130:8086 ++ COLLECTOR_SERVERS=10.0.0.130: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.130 ++ CONFIGDB_NODES=10.0.0.130 ++ 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.130 +++ local server_address=10.0.0.130 +++ extended_server_list+='10.0.0.130:8082 ' +++ '[' -n '10.0.0.130:8082 ' ']' +++ echo 10.0.0.130:8082 ++ CONFIG_SERVERS=10.0.0.130: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.130 +++ local server_address=10.0.0.130 +++ extended_server_list+='10.0.0.130:9161 ' +++ '[' -n '10.0.0.130:9161 ' ']' +++ echo 10.0.0.130:9161 ++ CONFIGDB_SERVERS=10.0.0.130: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.130 +++ local server_address=10.0.0.130 +++ extended_server_list+='10.0.0.130:9041 ' +++ '[' -n '10.0.0.130:9041 ' ']' +++ echo 10.0.0.130:9041 ++ CONFIGDB_CQL_SERVERS=10.0.0.130:9041 ++ CONFIG_API_VIP= ++ CONFIG_API_SSL_ENABLE=false ++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CONFIG_API_WORKER_COUNT=1 ++ CONFIG_API_MAX_REQUESTS=1024 ++ ANALYTICS_API_SSL_ENABLE=false ++ ANALYTICS_API_SSL_INSECURE=True ++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_ENABLE=false ++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum ++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum ++ CASSANDRA_SSL_PROTOCOL=TLS ++ CASSANDRA_SSL_ALGORITHM=SunX509 ++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]' ++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4 ++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4 ++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256 ++ CASSANDRA_CONFIG_CONCURRECT_READS=64 ++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64 ++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects ++ CASSANDRA_REAPER_ENABLED=false ++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey ++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser ++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass ++ CASSANDRA_REAPER_APP_PORT=8071 ++ CASSANDRA_REAPER_ADM_PORT=8072 ++ CONTROL_NODES=10.20.0.14 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.14 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.130 ++ 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.130 +++ local server_address=10.0.0.130 +++ extended_server_list+=10.0.0.130:2181, +++ '[' -n 10.0.0.130:2181, ']' +++ echo 10.0.0.130:2181 ++ ZOOKEEPER_SERVERS=10.0.0.130: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.130 +++ local server_address=10.0.0.130 +++ extended_server_list+='10.0.0.130:2181 ' +++ '[' -n '10.0.0.130:2181 ' ']' +++ echo 10.0.0.130:2181 ++ ZOOKEEPER_SERVERS_SPACE_DELIM=10.0.0.130:2181 ++ RABBITMQ_NODES=10.0.0.130 ++ 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.130 +++ local server_address=10.0.0.130 +++ extended_server_list+=10.0.0.130:5673, +++ '[' -n 10.0.0.130:5673, ']' +++ echo 10.0.0.130:5673 ++ RABBITMQ_SERVERS=10.0.0.130: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.130 +++ local server_address=10.0.0.130 +++ extended_server_list+='10.0.0.130:6379 ' +++ '[' -n '10.0.0.130:6379 ' ']' +++ echo 10.0.0.130:6379 ++ REDIS_SERVERS=10.0.0.130: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.130 ++ 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.130 +++ local server_address=10.0.0.130 +++ extended_server_list+='10.0.0.130:9092 ' +++ '[' -n '10.0.0.130:9092 ' ']' +++ echo 10.0.0.130:9092 ++ KAFKA_SERVERS=10.0.0.130: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.130 ++ 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.130 ++ 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.130 ++ 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.130 ++ cut -d , -f 1 + local cassandra=10.0.0.130 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.130 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.130 +++ cut -d ' ' -f 1 +++ local servers=10.0.0.130 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ cat /proc/net/fib_trie ++++ awk '/32 host/ { print f } {f=$2}' ++++ sort ++++ grep -vi host ++++ uniq +++ local local_ips=,10.0.0.130,10.20.0.14,127.0.0.1,172.17.0.1,, +++ local ord=1 +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.130'\''))' +++ local server_ip=10.0.0.130 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.130 ]] +++ [[ ,10.0.0.130,10.20.0.14,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.130, ]] +++ echo 10.0.0.130 1 +++ return ++ local ip=10.0.0.130 ++ [[ -z 10.0.0.130 ]] ++ echo 10.0.0.130 + host_ip=10.0.0.130 + [[ cql == \c\q\l ]] ++ echo 10.0.0.130:9041 ++ sed 's/,/ /g' + cassandra_server_list=10.0.0.130:9041 + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.130: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: 09/29/2025 01:42:25.790 7f2160176780 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 09/29/2025 01:42:25.927 7f2160176780 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 09/29/2025 01:42:25.941 7f2160176780 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 09/29/2025 01:42:25.941 7f2160176780 [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.130:8082/ Hit Ctrl-C to quit. 10.0.0.130 - - [2025-09-29 01:42:29] "GET / HTTP/1.1" 503 181 0.000239 10.0.0.130 - - [2025-09-29 01:42:29] "GET / HTTP/1.1" 503 181 0.000145 10.0.0.130 - - [2025-09-29 01:42:30] "GET / HTTP/1.1" 200 45871 0.001788 10.0.0.130 - - [2025-09-29 01:42:30] "GET / HTTP/1.1" 200 45871 0.001228 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.130 - - [2025-09-29 01:42:30] "POST /fqname-to-id HTTP/1.1" 401 293 0.000567 10.0.0.130 - - [2025-09-29 01:42:30] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 293 0.000248 10.0.0.130 - - [2025-09-29 01:42:31] "GET / HTTP/1.1" 200 36215 0.001339 10.0.0.130 - - [2025-09-29 01:42:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.621601 10.0.0.130 - - [2025-09-29 01:42:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003093 10.0.0.130 - - [2025-09-29 01:42:31] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.349442 10.0.0.130 - - [2025-09-29 01:42:31] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.003078 10.0.0.130 - - [2025-09-29 01:42:31] "GET / HTTP/1.1" 200 36215 0.001333 10.0.0.130 - - [2025-09-29 01:42:31] "POST /fqname-to-id HTTP/1.1" 401 293 0.000419 /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.130 - - [2025-09-29 01:42:32] "GET / HTTP/1.1" 200 36215 0.001347 10.0.0.130 - - [2025-09-29 01:42:32] "GET / HTTP/1.1" 200 36215 0.001148 10.0.0.130 - - [2025-09-29 01:42:32] "POST /fqname-to-id HTTP/1.1" 401 293 0.000406 10.0.0.130 - - [2025-09-29 01:42:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.329232 10.0.0.130 - - [2025-09-29 01:42:32] "GET /global-system-config/bf48daba-9824-475f-95d0-174ad03e789d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1061 0.010831 10.0.0.130 - - [2025-09-29 01:42:32] "POST /fqname-to-id HTTP/1.1" 401 293 0.000326 10.0.0.130 - - [2025-09-29 01:42:32] "POST /fqname-to-id HTTP/1.1" 404 186 0.041391 10.0.0.130 - - [2025-09-29 01:42:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002876 10.0.0.130 - - [2025-09-29 01:42:32] "POST /fqname-to-id HTTP/1.1" 404 220 0.003125 10.0.0.130 - - [2025-09-29 01:42:32] "GET /global-system-config/bf48daba-9824-475f-95d0-174ad03e789d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1061 0.007277 10.0.0.130 - - [2025-09-29 01:42:32] "POST /config-nodes HTTP/1.1" 200 601 0.025712 10.0.0.130 - - [2025-09-29 01:42:32] "POST /service-appliance-sets HTTP/1.1" 200 555 0.030702 10.0.0.130 - - [2025-09-29 01:42:32] "POST /fqname-to-id HTTP/1.1" 404 180 0.002916 10.0.0.130 - - [2025-09-29 01:42:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003838 10.0.0.130 - - [2025-09-29 01:42:32] "GET /global-system-config/bf48daba-9824-475f-95d0-174ad03e789d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1061 0.009704 10.0.0.130 - - [2025-09-29 01:42:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.024822 10.0.0.130 - - [2025-09-29 01:42:32] "GET /network-ipam/a5e7ccbc-40eb-4fdc-a22f-c399bc34ca35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1956 0.010041 10.0.0.130 - - [2025-09-29 01:42:33] "POST /service-appliance-sets HTTP/1.1" 200 543 0.029564 10.0.0.130 - - [2025-09-29 01:42:33] "GET / HTTP/1.1" 200 36215 0.001537 10.0.0.130 - - [2025-09-29 01:42:33] "POST /global-vrouter-configs HTTP/1.1" 401 293 0.000391 10.0.0.130 - - [2025-09-29 01:42:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003591 10.0.0.130 - - [2025-09-29 01:42:33] "GET /network-ipam/a5e7ccbc-40eb-4fdc-a22f-c399bc34ca35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1956 0.004164 10.0.0.130 - - [2025-09-29 01:42:33] "POST /service-templates HTTP/1.1" 200 513 0.026859 10.0.0.130 - - [2025-09-29 01:42:33] "POST /service-templates HTTP/1.1" 200 503 0.038886 10.0.0.130 - - [2025-09-29 01:42:33] "POST /service-templates HTTP/1.1" 200 517 0.050357 10.0.0.130 - - [2025-09-29 01:42:33] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.027642 10.0.0.130 - - [2025-09-29 01:42:33] "POST /service-templates HTTP/1.1" 200 537 0.069537 10.0.0.130 - - [2025-09-29 01:42:33] "POST /fqname-to-id HTTP/1.1" 404 225 0.002909 10.0.0.130 - - [2025-09-29 01:42:33] "POST /access-control-lists HTTP/1.1" 200 589 0.028473 10.0.0.130 - - [2025-09-29 01:42:33] "POST /service-templates HTTP/1.1" 200 509 0.034799 10.0.0.130 - - [2025-09-29 01:42:33] "POST /fqname-to-id HTTP/1.1" 404 224 0.003493 10.0.0.130 - - [2025-09-29 01:42:33] "POST /access-control-lists HTTP/1.1" 200 587 0.068058 10.0.0.130 - - [2025-09-29 01:42:33] "POST /route-targets HTTP/1.1" 200 328 0.026942 10.0.0.130 - - [2025-09-29 01:42:33] "POST /ref-update HTTP/1.1" 200 156 0.042212 10.0.0.130 - - [2025-09-29 01:42:34] "POST /route-targets HTTP/1.1" 200 328 0.076431 10.0.0.130 - - [2025-09-29 01:42:34] "POST /ref-update HTTP/1.1" 200 156 0.016879 10.0.0.130 - - [2025-09-29 01:42:34] "POST /route-targets HTTP/1.1" 200 328 0.133992 10.0.0.130 - - [2025-09-29 01:42:34] "POST /ref-update HTTP/1.1" 200 156 0.010534 10.0.0.130 - - [2025-09-29 01:42:34] "POST /route-targets HTTP/1.1" 200 328 0.018014 10.0.0.130 - - [2025-09-29 01:42:34] "POST /ref-update HTTP/1.1" 200 156 0.066411 10.0.0.130 - - [2025-09-29 01:42:34] "POST /fqname-to-id HTTP/1.1" 404 201 0.002839 10.0.0.130 - - [2025-09-29 01:42:34] "POST /access-control-lists HTTP/1.1" 200 553 0.076920 10.0.0.130 - - [2025-09-29 01:42:34] "PUT /access-control-list/204e9490-be6b-497a-8a0c-c25001f6a92d HTTP/1.1" 200 273 0.013738 10.0.0.130 - - [2025-09-29 01:42:34] "PUT /access-control-list/0695a5a6-118d-4792-8d20-94af2d7d6ecf HTTP/1.1" 200 273 0.013131 10.0.0.130 - - [2025-09-29 01:42:36] "GET / HTTP/1.1" 200 36215 0.001591 10.0.0.130 - - [2025-09-29 01:42:36] "POST /fqname-to-id HTTP/1.1" 401 293 0.000362 10.0.0.130 - - [2025-09-29 01:42:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.022276 10.0.0.130 - - [2025-09-29 01:42:36] "GET /global-system-config/bf48daba-9824-475f-95d0-174ad03e789d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1061 0.006860 10.0.0.130 - - [2025-09-29 01:42:36] "POST /fqname-to-id HTTP/1.1" 404 220 0.002835 10.0.0.130 - - [2025-09-29 01:42:36] "POST /config-database-nodes HTTP/1.1" 200 619 0.020050 10.0.0.130 - - [2025-09-29 01:42:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003571 10.0.0.130 - - [2025-09-29 01:42:38] "GET /global-vrouter-config/995f2d36-a695-4ca8-8abd-5db3ca8044ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1217 0.003227 10.0.0.130 - - [2025-09-29 01:42:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002917 10.0.0.130 - - [2025-09-29 01:42:38] "PUT /global-vrouter-config/995f2d36-a695-4ca8-8abd-5db3ca8044ec HTTP/1.1" 200 277 0.009518 10.0.0.130 - - [2025-09-29 01:42:38] "GET / HTTP/1.1" 200 36215 0.001441 10.0.0.130 - - [2025-09-29 01:42:38] "POST /alarms HTTP/1.1" 401 293 0.000416 10.0.0.130 - - [2025-09-29 01:42:39] "POST /alarms HTTP/1.1" 200 583 0.038313 10.0.0.130 - - [2025-09-29 01:42:39] "POST /alarms HTTP/1.1" 200 577 0.026377 10.0.0.130 - - [2025-09-29 01:42:39] "POST /alarms HTTP/1.1" 200 577 0.021823 10.0.0.130 - - [2025-09-29 01:42:39] "POST /alarms HTTP/1.1" 200 561 0.021387 10.0.0.130 - - [2025-09-29 01:42:39] "POST /alarms HTTP/1.1" 200 557 0.019101 10.0.0.130 - - [2025-09-29 01:42:39] "POST /alarms HTTP/1.1" 200 559 0.017101 10.0.0.130 - - [2025-09-29 01:42:39] "POST /alarms HTTP/1.1" 200 567 0.019047 10.0.0.130 - - [2025-09-29 01:42:39] "POST /alarms HTTP/1.1" 200 551 0.017727 10.0.0.130 - - [2025-09-29 01:42:39] "POST /alarms HTTP/1.1" 200 559 0.018284 10.0.0.130 - - [2025-09-29 01:42:39] "POST /alarms HTTP/1.1" 200 569 0.018277 10.0.0.130 - - [2025-09-29 01:42:39] "POST /alarms HTTP/1.1" 200 557 0.021987 10.0.0.130 - - [2025-09-29 01:42:39] "POST /alarms HTTP/1.1" 200 569 0.022953 10.0.0.130 - - [2025-09-29 01:42:39] "POST /alarms HTTP/1.1" 200 577 0.062050 10.0.0.130 - - [2025-09-29 01:42:40] "POST /alarms HTTP/1.1" 200 571 0.030301 10.0.0.130 - - [2025-09-29 01:42:40] "POST /alarms HTTP/1.1" 200 563 0.018598 10.0.0.130 - - [2025-09-29 01:42:40] "POST /alarms HTTP/1.1" 200 563 0.018711 10.0.0.130 - - [2025-09-29 01:42:40] "POST /alarms HTTP/1.1" 200 563 0.017506 10.0.0.130 - - [2025-09-29 01:42:40] "POST /alarms HTTP/1.1" 200 549 0.021010 10.0.0.130 - - [2025-09-29 01:42:40] "POST /alarms HTTP/1.1" 200 597 0.019517 10.0.0.130 - - [2025-09-29 01:42:40] "POST /alarms HTTP/1.1" 200 577 0.016450 10.0.0.130 - - [2025-09-29 01:42:40] "POST /alarms HTTP/1.1" 200 573 0.017054 10.0.0.130 - - [2025-09-29 01:42:40] "POST /alarms HTTP/1.1" 200 585 0.016120 10.0.0.130 - - [2025-09-29 01:42:40] "POST /alarms HTTP/1.1" 200 611 0.018234 10.0.0.130 - - [2025-09-29 01:42:40] "GET / HTTP/1.1" 200 36215 0.001456 10.0.0.130 - - [2025-09-29 01:42:40] "POST /global-vrouter-configs HTTP/1.1" 401 293 0.000364 10.0.0.130 - - [2025-09-29 01:42:41] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.026096 10.0.0.130 - - [2025-09-29 01:42:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002867 10.0.0.130 - - [2025-09-29 01:42:41] "PUT /global-vrouter-config/995f2d36-a695-4ca8-8abd-5db3ca8044ec HTTP/1.1" 200 277 0.013308 10.0.0.130 - - [2025-09-29 01:42:41] "GET / HTTP/1.1" 200 36215 0.001568 10.0.0.130 - - [2025-09-29 01:42:41] "POST /fqname-to-id HTTP/1.1" 401 293 0.000446 10.0.0.130 - - [2025-09-29 01:42:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.022984 10.0.0.130 - - [2025-09-29 01:42:41] "GET /global-vrouter-config/995f2d36-a695-4ca8-8abd-5db3ca8044ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003392 10.0.0.130 - - [2025-09-29 01:42:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003180 10.0.0.130 - - [2025-09-29 01:42:41] "PUT /global-vrouter-config/995f2d36-a695-4ca8-8abd-5db3ca8044ec HTTP/1.1" 200 277 0.008603 10.0.0.130 - - [2025-09-29 01:42:42] "GET / HTTP/1.1" 200 36215 0.001598 10.0.0.130 - - [2025-09-29 01:42:42] "POST /fqname-to-id HTTP/1.1" 401 293 0.000411 10.0.0.130 - - [2025-09-29 01:42:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.022968 10.0.0.130 - - [2025-09-29 01:42:42] "GET /global-system-config/bf48daba-9824-475f-95d0-174ad03e789d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1061 0.004840 10.0.0.130 - - [2025-09-29 01:42:42] "PUT /global-system-config/bf48daba-9824-475f-95d0-174ad03e789d HTTP/1.1" 200 275 0.031557 10.0.0.130 - - [2025-09-29 01:42:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000425 10.0.0.130 - - [2025-09-29 01:42:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000345 10.0.0.130 - - [2025-09-29 01:42:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000419 10.0.0.130 - - [2025-09-29 01:42:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000372 10.0.0.130 - - [2025-09-29 01:43:25] "GET / HTTP/1.1" 200 36215 0.002004 10.0.0.130 - - [2025-09-29 01:43:25] "POST /fqname-to-id HTTP/1.1" 401 293 0.000370 10.0.0.130 - - [2025-09-29 01:43:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.024974 10.0.0.130 - - [2025-09-29 01:43:25] "GET /routing-instance/2a1e7979-81d3-4c57-8b90-94b5b5c6f918?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1177 0.003815 10.0.0.130 - - [2025-09-29 01:43:25] "POST /bgp-routers HTTP/1.1" 200 622 0.020655 10.0.0.130 - - [2025-09-29 01:43:25] "GET /bgp-router/b64694f7-f1c0-484d-9074-ea39ac1666ce?fields=global_system_config_back_refs HTTP/1.1" 200 1118 0.005875 10.0.0.130 - - [2025-09-29 01:43:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002849 10.0.0.130 - - [2025-09-29 01:43:25] "GET /global-system-config/bf48daba-9824-475f-95d0-174ad03e789d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1061 0.005996 10.0.0.130 - - [2025-09-29 01:43:25] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003071 10.0.0.130 - - [2025-09-29 01:43:25] "POST /ref-update HTTP/1.1" 200 156 0.007293 10.0.0.130 - - [2025-09-29 01:43:51] "GET / HTTP/1.1" 200 36215 0.001853 10.0.0.130 - - [2025-09-29 01:43:51] "POST /fqname-to-id HTTP/1.1" 401 293 0.000338 10.0.0.130 - - [2025-09-29 01:43:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.024740 10.0.0.130 - - [2025-09-29 01:43:51] "GET /global-system-config/bf48daba-9824-475f-95d0-174ad03e789d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.006714 10.0.0.130 - - [2025-09-29 01:43:51] "POST /fqname-to-id HTTP/1.1" 404 220 0.002782 10.0.0.130 - - [2025-09-29 01:43:51] "POST /database-nodes HTTP/1.1" 200 605 0.024983 10.0.0.130 - - [2025-09-29 01:44:19] "GET / HTTP/1.1" 200 36215 0.001451 10.0.0.130 - - [2025-09-29 01:44:19] "POST /fqname-to-id HTTP/1.1" 401 293 0.000383 10.0.0.130 - - [2025-09-29 01:44:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.022689 10.0.0.130 - - [2025-09-29 01:44:19] "GET /global-system-config/bf48daba-9824-475f-95d0-174ad03e789d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.005687 10.0.0.130 - - [2025-09-29 01:44:20] "POST /fqname-to-id HTTP/1.1" 404 220 0.002875 10.0.0.130 - - [2025-09-29 01:44:20] "POST /analytics-nodes HTTP/1.1" 200 607 0.017916 10.0.0.130 - - [2025-09-29 01:44:25] "GET / HTTP/1.1" 200 36215 0.001532 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.130 - - [2025-09-29 01:44:34] "GET / HTTP/1.1" 200 36215 0.001505 10.0.0.130 - - [2025-09-29 01:44:34] "POST /fqname-to-id HTTP/1.1" 401 293 0.000374 10.0.0.130 - - [2025-09-29 01:44:35] "GET /obj-perms HTTP/1.1" 200 5075 0.366584 10.0.0.130 - - [2025-09-29 01:44:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.306363 10.0.0.130 - - [2025-09-29 01:44:35] "GET /global-system-config/bf48daba-9824-475f-95d0-174ad03e789d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.007066 10.0.0.130 - - [2025-09-29 01:44:35] "GET /obj-perms HTTP/1.1" 200 5075 0.048485 10.0.0.130 - - [2025-09-29 01:44:35] "POST /fqname-to-id HTTP/1.1" 404 220 0.003060 10.0.0.130 - - [2025-09-29 01:44:35] "POST /analytics-alarm-nodes HTTP/1.1" 200 619 0.020704 10.0.0.130 - - [2025-09-29 01:44:46] "GET / HTTP/1.1" 200 36215 0.001432 10.0.0.130 - - [2025-09-29 01:44:46] "POST /fqname-to-id HTTP/1.1" 401 293 0.000387 10.0.0.130 - - [2025-09-29 01:44:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.020673 10.0.0.130 - - [2025-09-29 01:44:46] "GET /global-system-config/bf48daba-9824-475f-95d0-174ad03e789d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.005769 10.0.0.130 - - [2025-09-29 01:44:47] "POST /fqname-to-id HTTP/1.1" 404 220 0.003168 10.0.0.130 - - [2025-09-29 01:44:47] "POST /analytics-snmp-nodes HTTP/1.1" 200 617 0.021496 10.0.0.130 - - [2025-09-29 01:45:36] "GET /obj-perms HTTP/1.1" 200 5075 0.046286 10.0.0.130 - - [2025-09-29 01:45:36] "GET /obj-perms HTTP/1.1" 200 5075 0.049485 10.0.0.130 - - [2025-09-29 01:46:21] "GET / HTTP/1.1" 200 36215 0.001688 10.0.0.130 - - [2025-09-29 01:46:21] "POST /fqname-to-id HTTP/1.1" 401 293 0.000419 10.0.0.130 - - [2025-09-29 01:46:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.022919 10.0.0.130 - - [2025-09-29 01:46:21] "GET /global-system-config/bf48daba-9824-475f-95d0-174ad03e789d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.005018 10.0.0.130 - - [2025-09-29 01:46:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003131 10.0.0.130 - - [2025-09-29 01:46:22] "GET /routing-instance/2a1e7979-81d3-4c57-8b90-94b5b5c6f918?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1177 0.004144 10.0.0.130 - - [2025-09-29 01:46:22] "PUT /global-system-config/bf48daba-9824-475f-95d0-174ad03e789d HTTP/1.1" 200 275 0.010288 10.0.0.130 - - [2025-09-29 01:46:22] "POST /fqname-to-id HTTP/1.1" 404 218 0.002805 10.0.0.130 - - [2025-09-29 01:46:22] "POST /virtual-routers HTTP/1.1" 200 605 0.016347 10.0.0.130 - - [2025-09-29 01:46:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003277 10.0.0.130 - - [2025-09-29 01:46:22] "GET /virtual-router/48a5db8e-d532-4e35-b542-c44ab02c1bb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1246 0.006133 10.0.0.130 - - [2025-09-29 01:46:22] "POST /fqname-to-id HTTP/1.1" 404 231 0.002804 10.0.0.130 - - [2025-09-29 01:46:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002958 10.0.0.130 - - [2025-09-29 01:46:22] "GET /virtual-network/9f6e2225-d4ba-4550-8599-b70013c72ff5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.005838 10.0.0.130 - - [2025-09-29 01:46:22] "POST /virtual-machine-interfaces HTTP/1.1" 200 587 0.043447 10.0.0.130 - - [2025-09-29 01:46:23] "PUT /access-control-list/67db0473-7fa3-4f5d-b195-6a12db78bb75 HTTP/1.1" 200 273 0.014994 [Introspect:8084]10.0.0.130 - - [2025-09-29 01:46:30] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000988 [Introspect:8084]10.0.0.130 - - [2025-09-29 01:46:30] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.000949 [Introspect:8084]10.0.0.130 - - [2025-09-29 01:46:32] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.001010 [Introspect:8084]10.0.0.130 - - [2025-09-29 01:46:32] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.000902 10.0.0.130 - - [2025-09-29 01:46:36] "GET /obj-perms HTTP/1.1" 200 5075 0.046402 10.0.0.130 - - [2025-09-29 01:46:37] "GET /obj-perms HTTP/1.1" 200 5075 0.052272 10.0.0.130 - - [2025-09-29 01:46:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003073 10.0.0.130 - - [2025-09-29 01:46:37] "GET /virtual-router/48a5db8e-d532-4e35-b542-c44ab02c1bb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1246 0.003648 10.0.0.130 - - [2025-09-29 01:47:37] "GET /obj-perms HTTP/1.1" 200 5075 0.046375 10.0.0.130 - - [2025-09-29 01:47:37] "GET /obj-perms HTTP/1.1" 200 5075 0.047489 10.0.0.130 - - [2025-09-29 01:47:39] "GET / HTTP/1.1" 200 36215 0.001439 10.0.0.130 - - [2025-09-29 01:47:40] "GET /project/f9038cca-4fb6-4ace-b129-cf67dcf64059?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000588 10.0.0.130 - - [2025-09-29 01:47:41] "GET /projects?obj_uuids=f9038cca-4fb6-4ace-b129-cf67dcf64059&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.020599 10.0.0.130 - - [2025-09-29 01:47:41] "GET /domains?obj_uuids=137491c9-af0d-4881-aa86-970d73b1f58a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001342 10.0.0.130 - - [2025-09-29 01:47:41] "GET /domain/137491c9-af0d-4881-aa86-970d73b1f58a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.027756 10.0.0.130 - - [2025-09-29 01:47:41] "POST /id-to-fqname HTTP/1.1" 200 167 0.001196 10.0.0.130 - - [2025-09-29 01:47:41] "POST /fqname-to-id HTTP/1.1" 404 176 0.003235 10.0.0.130 - - [2025-09-29 01:47:41] "POST /security-groups HTTP/1.1" 200 568 0.067103 10.0.0.130 - - [2025-09-29 01:47:41] "POST /fqname-to-id HTTP/1.1" 404 207 0.022663 10.0.0.130 - - [2025-09-29 01:47:41] "POST /projects HTTP/1.1" 200 539 0.250578 10.0.0.130 - - [2025-09-29 01:47:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.322520 10.0.0.130 - - [2025-09-29 01:47:41] "POST /access-control-lists HTTP/1.1" 200 575 0.058934 10.0.0.130 - - [2025-09-29 01:47:41] "POST /fqname-to-id HTTP/1.1" 404 206 0.002759 10.0.0.130 - - [2025-09-29 01:47:41] "GET /project/f9038cca-4fb6-4ace-b129-cf67dcf64059?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.472991 10.0.0.130 - - [2025-09-29 01:47:41] "POST /access-control-lists HTTP/1.1" 200 573 0.061149 [Introspect:8084]10.0.0.130 - - [2025-09-29 01:47:42] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.001000 10.0.0.130 - - [2025-09-29 01:47:42] "POST /fqname-to-id HTTP/1.1" 404 199 0.022890 10.0.0.130 - - [2025-09-29 01:47:42] "GET /projects?obj_uuids=fe419681-3502-4eb9-86fe-28a8c49581c1&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002544 10.0.0.130 - - [2025-09-29 01:47:42] "GET /domains?obj_uuids=137491c9-af0d-4881-aa86-970d73b1f58a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001006 10.0.0.130 - - [2025-09-29 01:47:42] "GET /domain/137491c9-af0d-4881-aa86-970d73b1f58a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006485 10.0.0.130 - - [2025-09-29 01:47:42] "POST /id-to-fqname HTTP/1.1" 200 201 0.001848 10.0.0.130 - - [2025-09-29 01:47:42] "POST /fqname-to-id HTTP/1.1" 404 210 0.003226 10.0.0.130 - - [2025-09-29 01:47:42] "POST /security-groups HTTP/1.1" 200 602 0.081260 10.0.0.130 - - [2025-09-29 01:47:42] "POST /fqname-to-id HTTP/1.1" 404 245 0.003201 10.0.0.130 - - [2025-09-29 01:47:42] "POST /projects HTTP/1.1" 200 607 0.241056 10.0.0.130 - - [2025-09-29 01:47:42] "POST /access-control-lists HTTP/1.1" 200 609 0.068377 10.0.0.130 - - [2025-09-29 01:47:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.314193 10.0.0.130 - - [2025-09-29 01:47:42] "POST /fqname-to-id HTTP/1.1" 404 244 0.004124 10.0.0.130 - - [2025-09-29 01:47:42] "GET /project/fe419681-3502-4eb9-86fe-28a8c49581c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.437809 10.0.0.130 - - [2025-09-29 01:47:42] "POST /access-control-lists HTTP/1.1" 200 607 0.062104 10.0.0.130 - - [2025-09-29 01:47:43] "GET / HTTP/1.1" 200 36215 0.002469 10.0.0.130 - - [2025-09-29 01:47:44] "POST /fqname-to-id HTTP/1.1" 401 293 0.000408 10.0.0.130 - - [2025-09-29 01:47:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.048383 10.0.0.130 - - [2025-09-29 01:47:44] "GET /projects?obj_uuids=fe419681-3502-4eb9-86fe-28a8c49581c1&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000893 10.0.0.130 - - [2025-09-29 01:47:44] "GET /project/fe419681-3502-4eb9-86fe-28a8c49581c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.029519 10.0.0.130 - - [2025-09-29 01:47:45] "POST /neutron/network HTTP/1.1" 200 117 0.036471 10.0.0.130 - - [2025-09-29 01:47:45] "GET /projects?obj_uuids=fe419681-3502-4eb9-86fe-28a8c49581c1&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000901 10.0.0.130 - - [2025-09-29 01:47:45] "POST /neutron/network HTTP/1.1" 200 620 0.072728 10.0.0.130 - - [2025-09-29 01:47:45] "POST /route-targets HTTP/1.1" 200 328 0.012062 10.0.0.130 - - [2025-09-29 01:47:45] "POST /ref-update HTTP/1.1" 200 156 0.016328 10.0.0.130 - - [2025-09-29 01:47:45] "POST /useragent-kv HTTP/1.1" 200 115 0.003296 10.0.0.130 - - [2025-09-29 01:47:45] "POST /neutron/subnet HTTP/1.1" 200 734 0.139585 10.0.0.130 - - [2025-09-29 01:47:45] "POST /neutron/network HTTP/1.1" 200 841 0.005456 10.0.0.130 - - [2025-09-29 01:47:45] "POST /id-to-fqname HTTP/1.1" 200 233 0.001147 10.0.0.130 - - [2025-09-29 01:47:45] "GET /virtual-network/8a2830fa-ffb9-4e8f-bf49-3342f808aa3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.004821 10.0.0.130 - - [2025-09-29 01:47:45] "POST /neutron/network HTTP/1.1" 200 841 0.046964 10.0.0.130 - - [2025-09-29 01:47:45] "GET /virtual-network/8a2830fa-ffb9-4e8f-bf49-3342f808aa3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.004619 10.0.0.130 - - [2025-09-29 01:47:45] "POST /neutron/network HTTP/1.1" 200 841 0.005342 10.0.0.130 - - [2025-09-29 01:47:45] "POST /neutron/subnet HTTP/1.1" 200 734 0.006613 10.0.0.130 - - [2025-09-29 01:47:45] "GET /domains HTTP/1.1" 401 293 0.000453 10.0.0.130 - - [2025-09-29 01:47:45] "GET /domains HTTP/1.1" 200 281 0.025065 10.0.0.130 - - [2025-09-29 01:47:45] "GET /domains?obj_uuids=137491c9-af0d-4881-aa86-970d73b1f58a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000843 10.0.0.130 - - [2025-09-29 01:47:45] "GET /domain/137491c9-af0d-4881-aa86-970d73b1f58a HTTP/1.1" 200 2594 0.012798 10.0.0.130 - - [2025-09-29 01:47:45] "GET /projects?obj_uuids=fe419681-3502-4eb9-86fe-28a8c49581c1&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000871 10.0.0.130 - - [2025-09-29 01:47:46] "GET /project/fe419681-3502-4eb9-86fe-28a8c49581c1 HTTP/1.1" 200 2173 0.089603 10.0.0.130 - - [2025-09-29 01:47:46] "GET /virtual-network/8a2830fa-ffb9-4e8f-bf49-3342f808aa3a HTTP/1.1" 200 2351 0.006593 10.0.0.130 - - [2025-09-29 01:47:46] "GET /virtual-network/8a2830fa-ffb9-4e8f-bf49-3342f808aa3a HTTP/1.1" 200 2351 0.004914 10.0.0.130 - - [2025-09-29 01:47:46] "GET /routing-instance/4533411b-ab16-403d-b226-5195e400bd04 HTTP/1.1" 200 1497 0.003046 10.0.0.130 - - [2025-09-29 01:47:46] "GET /routing-instance/4533411b-ab16-403d-b226-5195e400bd04 HTTP/1.1" 200 1497 0.003359 10.0.0.130 - - [2025-09-29 01:47:46] "GET /route-target/1c162f80-4b56-46dd-82a7-bf93545e931c HTTP/1.1" 200 1220 0.003145 10.0.0.130 - - [2025-09-29 01:47:46] "GET /virtual-network/8a2830fa-ffb9-4e8f-bf49-3342f808aa3a HTTP/1.1" 200 2351 0.004446 10.0.0.130 - - [2025-09-29 01:47:46] "GET /routing-instance/4533411b-ab16-403d-b226-5195e400bd04 HTTP/1.1" 200 1497 0.003071 10.0.0.130 - - [2025-09-29 01:47:46] "GET /virtual-network/8a2830fa-ffb9-4e8f-bf49-3342f808aa3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.004535 10.0.0.130 - - [2025-09-29 01:47:46] "GET /virtual-network/8a2830fa-ffb9-4e8f-bf49-3342f808aa3a HTTP/1.1" 200 2351 0.004940 10.0.0.130 - - [2025-09-29 01:47:46] "GET /routing-instance/4533411b-ab16-403d-b226-5195e400bd04 HTTP/1.1" 200 1497 0.003368 10.0.0.130 - - [2025-09-29 01:47:46] "GET /routing-instance/4533411b-ab16-403d-b226-5195e400bd04 HTTP/1.1" 200 1497 0.003059 10.0.0.130 - - [2025-09-29 01:47:46] "GET /route-target/1c162f80-4b56-46dd-82a7-bf93545e931c HTTP/1.1" 200 1220 0.003230 10.0.0.130 - - [2025-09-29 01:47:46] "GET /domains HTTP/1.1" 200 281 0.002988 10.0.0.130 - - [2025-09-29 01:47:46] "GET /domains?obj_uuids=137491c9-af0d-4881-aa86-970d73b1f58a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001009 10.0.0.130 - - [2025-09-29 01:47:46] "GET /domain/137491c9-af0d-4881-aa86-970d73b1f58a HTTP/1.1" 200 2594 0.006768 10.0.0.130 - - [2025-09-29 01:47:46] "GET /projects?obj_uuids=fe419681-3502-4eb9-86fe-28a8c49581c1&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001175 10.0.0.130 - - [2025-09-29 01:47:46] "GET /project/fe419681-3502-4eb9-86fe-28a8c49581c1 HTTP/1.1" 200 2173 0.070627 10.0.0.130 - - [2025-09-29 01:47:46] "GET /virtual-network/8a2830fa-ffb9-4e8f-bf49-3342f808aa3a HTTP/1.1" 200 2351 0.004616 10.0.0.130 - - [2025-09-29 01:47:46] "GET /obj-perms HTTP/1.1" 200 5071 0.042009 10.0.0.130 - - [2025-09-29 01:47:46] "POST /id-to-fqname HTTP/1.1" 200 233 0.001238 10.0.0.130 - - [2025-09-29 01:47:48] "POST /neutron/network HTTP/1.1" 200 851 0.006016 10.0.0.130 - - [2025-09-29 01:47:48] "GET /aaa-mode HTTP/1.1" 401 293 0.000409 10.0.0.130 - - [2025-09-29 01:47:48] "GET / HTTP/1.1" 200 36215 0.001556 10.0.0.130 - - [2025-09-29 01:47:48] "GET /project/fe419681-3502-4eb9-86fe-28a8c49581c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000346 10.0.0.130 - - [2025-09-29 01:47:48] "GET /projects?obj_uuids=fe419681-3502-4eb9-86fe-28a8c49581c1&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000948 10.0.0.130 - - [2025-09-29 01:47:48] "GET /project/fe419681-3502-4eb9-86fe-28a8c49581c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.050117 10.0.0.130 - - [2025-09-29 01:47:49] "POST /neutron/network HTTP/1.1" 200 841 0.029977 10.0.0.130 - - [2025-09-29 01:47:49] "POST /neutron/port HTTP/1.1" 200 117 0.004669 10.0.0.130 - - [2025-09-29 01:47:49] "POST /neutron/port HTTP/1.1" 200 117 0.005280 10.0.0.130 - - [2025-09-29 01:47:49] "POST /neutron/port HTTP/1.1" 200 117 0.004657 10.0.0.130 - - [2025-09-29 01:47:50] "POST /neutron/network HTTP/1.1" 200 851 0.008661 10.0.0.130 - - [2025-09-29 01:47:50] "GET /projects?obj_uuids=fe419681-3502-4eb9-86fe-28a8c49581c1&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001179 10.0.0.130 - - [2025-09-29 01:47:51] "POST /neutron/port HTTP/1.1" 200 1073 0.222621 10.0.0.130 - - [2025-09-29 01:47:51] "POST /neutron/port HTTP/1.1" 200 1073 0.031146 10.0.0.130 - - [2025-09-29 01:47:51] "POST /neutron/port HTTP/1.1" 200 1073 0.007382 10.0.0.130 - - [2025-09-29 01:47:51] "POST /neutron/port HTTP/1.1" 200 1127 0.086143 10.0.0.130 - - [2025-09-29 01:47:51] "POST /neutron/port HTTP/1.1" 200 1101 0.012175 10.0.0.130 - - [2025-09-29 01:47:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003886 10.0.0.130 - - [2025-09-29 01:47:51] "POST /neutron/subnet HTTP/1.1" 200 708 0.006841 10.0.0.130 - - [2025-09-29 01:47:51] "POST /neutron/port HTTP/1.1" 200 117 0.000968 10.0.0.130 - - [2025-09-29 01:47:51] "POST /neutron/network HTTP/1.1" 200 841 0.005309 10.0.0.130 - - [2025-09-29 01:47:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000433 10.0.0.130 - - [2025-09-29 01:47:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000424 10.0.0.130 - - [2025-09-29 01:47:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000404 10.0.0.130 - - [2025-09-29 01:47:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000385 10.0.0.130 - - [2025-09-29 01:47:54] "POST /neutron/port HTTP/1.1" 200 1101 0.011712 10.0.0.130 - - [2025-09-29 01:47:55] "POST /neutron/security_group HTTP/1.1" 200 2069 0.007450 10.0.0.130 - - [2025-09-29 01:47:55] "GET /obj-perms HTTP/1.1" 200 5071 0.003766 10.0.0.130 - - [2025-09-29 01:47:55] "POST /neutron/port HTTP/1.1" 200 1101 0.015768 10.0.0.130 - - [2025-09-29 01:47:55] "POST /neutron/port HTTP/1.1" 200 1101 0.011302 10.0.0.130 - - [2025-09-29 01:47:55] "POST /neutron/network HTTP/1.1" 200 851 0.005697 10.0.0.130 - - [2025-09-29 01:47:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004927 10.0.0.130 - - [2025-09-29 01:47:55] "POST /neutron/subnet HTTP/1.1" 200 708 0.007183 10.0.0.130 - - [2025-09-29 01:47:55] "POST /neutron/port HTTP/1.1" 200 117 0.001461 10.0.0.130 - - [2025-09-29 01:47:55] "POST /neutron/network HTTP/1.1" 200 841 0.006018 10.0.0.130 - - [2025-09-29 01:47:56] "GET /obj-perms HTTP/1.1" 200 5071 0.003070 10.0.0.130 - - [2025-09-29 01:47:57] "GET /obj-perms HTTP/1.1" 200 5071 0.003266 10.0.0.130 - - [2025-09-29 01:47:58] "GET /obj-perms HTTP/1.1" 200 5071 0.004108 10.0.0.130 - - [2025-09-29 01:47:59] "GET /obj-perms HTTP/1.1" 200 5071 0.003666 10.0.0.130 - - [2025-09-29 01:48:00] "POST /neutron/network HTTP/1.1" 200 841 0.010956 10.0.0.130 - - [2025-09-29 01:48:00] "POST /neutron/network HTTP/1.1" 400 204 0.010435 10.0.0.130 - - [2025-09-29 01:48:00] "POST /neutron/port HTTP/1.1" 200 1101 0.013111 10.0.0.130 - - [2025-09-29 01:48:00] "POST /neutron/port HTTP/1.1" 200 1127 0.010308 10.0.0.130 - - [2025-09-29 01:48:00] "POST /neutron/port HTTP/1.1" 200 151 0.134805 10.0.0.130 - - [2025-09-29 01:48:02] "POST /neutron/network HTTP/1.1" 200 841 0.006270 10.0.0.130 - - [2025-09-29 01:48:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004250 10.0.0.130 - - [2025-09-29 01:48:02] "POST /useragent-kv HTTP/1.1" 200 115 0.003147 10.0.0.130 - - [2025-09-29 01:48:02] "POST /useragent-kv HTTP/1.1" 200 115 0.001953 10.0.0.130 - - [2025-09-29 01:48:02] "POST /neutron/network HTTP/1.1" 200 151 0.089784 10.0.0.130 - - [2025-09-29 01:48:02] "DELETE /route-target/1c162f80-4b56-46dd-82a7-bf93545e931c HTTP/1.1" 200 115 0.019966 10.0.0.130 - - [2025-09-29 01:48:02] "GET /routing-instance/4533411b-ab16-403d-b226-5195e400bd04 HTTP/1.1" 404 171 0.003111 10.0.0.130 - - [2025-09-29 01:48:02] "GET /domains HTTP/1.1" 200 281 0.003345 10.0.0.130 - - [2025-09-29 01:48:02] "GET /domains?obj_uuids=137491c9-af0d-4881-aa86-970d73b1f58a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000980 10.0.0.130 - - [2025-09-29 01:48:02] "GET /domain/137491c9-af0d-4881-aa86-970d73b1f58a HTTP/1.1" 200 2594 0.048560 10.0.0.130 - - [2025-09-29 01:48:02] "GET /projects?obj_uuids=fe419681-3502-4eb9-86fe-28a8c49581c1&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001341 10.0.0.130 - - [2025-09-29 01:48:02] "GET /project/fe419681-3502-4eb9-86fe-28a8c49581c1 HTTP/1.1" 200 1922 0.067872 10.0.0.130 - - [2025-09-29 01:48:02] "GET /projects?obj_uuids=fe419681-3502-4eb9-86fe-28a8c49581c1&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001022 10.0.0.130 - - [2025-09-29 01:48:02] "GET /project/fe419681-3502-4eb9-86fe-28a8c49581c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.028558 10.0.0.130 - - [2025-09-29 01:48:02] "GET /projects?obj_uuids=fe419681-3502-4eb9-86fe-28a8c49581c1&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000995 10.0.0.130 - - [2025-09-29 01:48:02] "GET /project/fe419681-3502-4eb9-86fe-28a8c49581c1?fields=virtual_networks HTTP/1.1" 200 1055 0.072094 10.0.0.130 - - [2025-09-29 01:48:02] "GET /projects?obj_uuids=fe419681-3502-4eb9-86fe-28a8c49581c1&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001129 10.0.0.130 - - [2025-09-29 01:48:02] "GET /project/fe419681-3502-4eb9-86fe-28a8c49581c1?fields=virtual_machine_interfaces HTTP/1.1" 200 1055 0.024411 10.0.0.130 - - [2025-09-29 01:48:02] "GET /projects?obj_uuids=fe419681-3502-4eb9-86fe-28a8c49581c1&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000906 10.0.0.130 - - [2025-09-29 01:48:02] "GET /project/fe419681-3502-4eb9-86fe-28a8c49581c1?fields=security_groups HTTP/1.1" 200 1293 0.028821 10.0.0.130 - - [2025-09-29 01:48:03] "GET /projects?obj_uuids=f9038cca-4fb6-4ace-b129-cf67dcf64059&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000934 10.0.0.130 - - [2025-09-29 01:48:03] "GET /project/f9038cca-4fb6-4ace-b129-cf67dcf64059?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.036417 10.0.0.130 - - [2025-09-29 01:48:07] "GET /projects?obj_uuids=f9038cca-4fb6-4ace-b129-cf67dcf64059&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001141 10.0.0.130 - - [2025-09-29 01:48:07] "GET /project/f9038cca-4fb6-4ace-b129-cf67dcf64059?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.029998 10.0.0.130 - - [2025-09-29 01:48:07] "GET /documentation/index.html HTTP/1.1" 200 210274 0.003237 10.0.0.130 - - [2025-09-29 01:48:08] "POST /fqname-to-id HTTP/1.1" 404 200 0.022217 10.0.0.130 - - [2025-09-29 01:48:08] "GET /projects?obj_uuids=063560ab-4981-4359-81de-d25461d23086&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002379 10.0.0.130 - - [2025-09-29 01:48:08] "GET /domains?obj_uuids=137491c9-af0d-4881-aa86-970d73b1f58a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000988 10.0.0.130 - - [2025-09-29 01:48:08] "GET /domain/137491c9-af0d-4881-aa86-970d73b1f58a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007241 10.0.0.130 - - [2025-09-29 01:48:08] "POST /id-to-fqname HTTP/1.1" 200 202 0.001445 10.0.0.130 - - [2025-09-29 01:48:08] "POST /fqname-to-id HTTP/1.1" 404 211 0.005874 10.0.0.130 - - [2025-09-29 01:48:08] "POST /security-groups HTTP/1.1" 200 603 0.064732 10.0.0.130 - - [2025-09-29 01:48:08] "POST /fqname-to-id HTTP/1.1" 404 246 0.002491 10.0.0.130 - - [2025-09-29 01:48:08] "POST /projects HTTP/1.1" 200 609 0.217613 10.0.0.130 - - [2025-09-29 01:48:08] "POST /access-control-lists HTTP/1.1" 200 610 0.058824 10.0.0.130 - - [2025-09-29 01:48:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.284389 10.0.0.130 - - [2025-09-29 01:48:08] "POST /fqname-to-id HTTP/1.1" 404 245 0.002872 10.0.0.130 - - [2025-09-29 01:48:08] "GET /project/063560ab-4981-4359-81de-d25461d23086?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.402507 10.0.0.130 - - [2025-09-29 01:48:08] "POST /access-control-lists HTTP/1.1" 200 608 0.068964 10.0.0.130 - - [2025-09-29 01:48:09] "GET / HTTP/1.1" 200 36215 0.002816 10.0.0.130 - - [2025-09-29 01:48:09] "GET /projects?obj_uuids=f9038cca-4fb6-4ace-b129-cf67dcf64059&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001004 10.0.0.130 - - [2025-09-29 01:48:09] "GET /project/f9038cca-4fb6-4ace-b129-cf67dcf64059?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.025450 10.0.0.130 - - [2025-09-29 01:48:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002929 10.0.0.130 - - [2025-09-29 01:48:10] "GET /security-group/bfb597e0-b6eb-4a1c-b110-1476e425ce1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3687 0.005701 10.0.0.130 - - [2025-09-29 01:48:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004042 10.0.0.130 - - [2025-09-29 01:48:10] "GET /projects?obj_uuids=f9038cca-4fb6-4ace-b129-cf67dcf64059&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001273 10.0.0.130 - - [2025-09-29 01:48:10] "GET /project/f9038cca-4fb6-4ace-b129-cf67dcf64059?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.035324 10.0.0.130 - - [2025-09-29 01:48:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003077 10.0.0.130 - - [2025-09-29 01:48:10] "GET /security-group/bfb597e0-b6eb-4a1c-b110-1476e425ce1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3687 0.004113 10.0.0.130 - - [2025-09-29 01:48:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.007865 10.0.0.130 - - [2025-09-29 01:48:11] "PUT /security-group/bfb597e0-b6eb-4a1c-b110-1476e425ce1c HTTP/1.1" 200 263 0.014937 10.0.0.130 - - [2025-09-29 01:48:11] "PUT /access-control-list/050871c9-b9bc-44c5-a7d7-cbd8b12ef188 HTTP/1.1" 200 273 0.008951 10.0.0.130 - - [2025-09-29 01:48:11] "PUT /access-control-list/de5b9605-b927-4f8d-a120-42facb9c18f2 HTTP/1.1" 200 273 0.010157 10.0.0.130 - - [2025-09-29 01:48:11] "POST /fqname-to-id HTTP/1.1" 401 293 0.000412 10.0.0.130 - - [2025-09-29 01:48:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.053655 10.0.0.130 - - [2025-09-29 01:48:11] "GET /projects?obj_uuids=063560ab-4981-4359-81de-d25461d23086&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001646 10.0.0.130 - - [2025-09-29 01:48:11] "GET /project/063560ab-4981-4359-81de-d25461d23086?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.034094 10.0.0.130 - - [2025-09-29 01:48:11] "POST /neutron/network HTTP/1.1" 200 117 0.029725 10.0.0.130 - - [2025-09-29 01:48:11] "GET /projects?obj_uuids=063560ab-4981-4359-81de-d25461d23086&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001255 10.0.0.130 - - [2025-09-29 01:48:11] "POST /neutron/network HTTP/1.1" 200 619 0.065785 10.0.0.130 - - [2025-09-29 01:48:11] "POST /route-targets HTTP/1.1" 200 328 0.013322 10.0.0.130 - - [2025-09-29 01:48:11] "POST /ref-update HTTP/1.1" 200 156 0.021298 10.0.0.130 - - [2025-09-29 01:48:11] "POST /useragent-kv HTTP/1.1" 200 115 0.002879 10.0.0.130 - - [2025-09-29 01:48:11] "POST /neutron/subnet HTTP/1.1" 200 724 0.174448 10.0.0.130 - - [2025-09-29 01:48:12] "POST /neutron/network HTTP/1.1" 200 838 0.005316 10.0.0.130 - - [2025-09-29 01:48:12] "POST /id-to-fqname HTTP/1.1" 200 233 0.001086 10.0.0.130 - - [2025-09-29 01:48:12] "GET /virtual-network/47ed3019-b242-40ee-9d55-c9f62e6e6ff0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.004595 10.0.0.130 - - [2025-09-29 01:48:12] "POST /neutron/network HTTP/1.1" 200 838 0.005848 10.0.0.130 - - [2025-09-29 01:48:12] "GET /virtual-network/47ed3019-b242-40ee-9d55-c9f62e6e6ff0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.005210 10.0.0.130 - - [2025-09-29 01:48:12] "POST /neutron/network HTTP/1.1" 200 838 0.006606 10.0.0.130 - - [2025-09-29 01:48:12] "POST /neutron/subnet HTTP/1.1" 200 724 0.010364 10.0.0.130 - - [2025-09-29 01:48:12] "GET /domains HTTP/1.1" 401 293 0.000417 10.0.0.130 - - [2025-09-29 01:48:12] "GET /domains HTTP/1.1" 200 281 0.024797 10.0.0.130 - - [2025-09-29 01:48:12] "GET /domains?obj_uuids=137491c9-af0d-4881-aa86-970d73b1f58a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000813 10.0.0.130 - - [2025-09-29 01:48:12] "GET /domain/137491c9-af0d-4881-aa86-970d73b1f58a HTTP/1.1" 200 2793 0.007290 10.0.0.130 - - [2025-09-29 01:48:12] "GET /projects?obj_uuids=063560ab-4981-4359-81de-d25461d23086&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000788 10.0.0.130 - - [2025-09-29 01:48:12] "GET /project/063560ab-4981-4359-81de-d25461d23086 HTTP/1.1" 200 2177 0.074959 10.0.0.130 - - [2025-09-29 01:48:12] "GET /virtual-network/47ed3019-b242-40ee-9d55-c9f62e6e6ff0 HTTP/1.1" 200 2343 0.006046 10.0.0.130 - - [2025-09-29 01:48:12] "GET /virtual-network/47ed3019-b242-40ee-9d55-c9f62e6e6ff0 HTTP/1.1" 200 2343 0.004597 10.0.0.130 - - [2025-09-29 01:48:12] "GET /routing-instance/ca3ce6b7-d948-43cb-9f6d-051e85fadf79 HTTP/1.1" 200 1495 0.003526 10.0.0.130 - - [2025-09-29 01:48:12] "GET /routing-instance/ca3ce6b7-d948-43cb-9f6d-051e85fadf79 HTTP/1.1" 200 1495 0.002804 10.0.0.130 - - [2025-09-29 01:48:12] "GET /route-target/aba6adbb-1f61-469c-9f62-549e66de61ae HTTP/1.1" 200 1221 0.002823 10.0.0.130 - - [2025-09-29 01:48:12] "GET /virtual-network/47ed3019-b242-40ee-9d55-c9f62e6e6ff0 HTTP/1.1" 200 2343 0.004394 10.0.0.130 - - [2025-09-29 01:48:12] "GET /routing-instance/ca3ce6b7-d948-43cb-9f6d-051e85fadf79 HTTP/1.1" 200 1495 0.003309 10.0.0.130 - - [2025-09-29 01:48:12] "GET /virtual-network/47ed3019-b242-40ee-9d55-c9f62e6e6ff0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.004579 10.0.0.130 - - [2025-09-29 01:48:12] "GET /virtual-network/47ed3019-b242-40ee-9d55-c9f62e6e6ff0 HTTP/1.1" 200 2343 0.005140 10.0.0.130 - - [2025-09-29 01:48:12] "GET /routing-instance/ca3ce6b7-d948-43cb-9f6d-051e85fadf79 HTTP/1.1" 200 1495 0.003573 10.0.0.130 - - [2025-09-29 01:48:12] "GET /routing-instance/ca3ce6b7-d948-43cb-9f6d-051e85fadf79 HTTP/1.1" 200 1495 0.003543 10.0.0.130 - - [2025-09-29 01:48:12] "GET /route-target/aba6adbb-1f61-469c-9f62-549e66de61ae HTTP/1.1" 200 1221 0.002629 10.0.0.130 - - [2025-09-29 01:48:12] "GET /domains HTTP/1.1" 200 281 0.002741 10.0.0.130 - - [2025-09-29 01:48:12] "GET /domains?obj_uuids=137491c9-af0d-4881-aa86-970d73b1f58a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000988 10.0.0.130 - - [2025-09-29 01:48:12] "GET /domain/137491c9-af0d-4881-aa86-970d73b1f58a HTTP/1.1" 200 2793 0.006397 10.0.0.130 - - [2025-09-29 01:48:12] "GET /projects?obj_uuids=063560ab-4981-4359-81de-d25461d23086&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000902 10.0.0.130 - - [2025-09-29 01:48:12] "GET /project/063560ab-4981-4359-81de-d25461d23086 HTTP/1.1" 200 2177 0.068298 10.0.0.130 - - [2025-09-29 01:48:12] "GET /virtual-network/47ed3019-b242-40ee-9d55-c9f62e6e6ff0 HTTP/1.1" 200 2343 0.004248 10.0.0.130 - - [2025-09-29 01:48:13] "GET /obj-perms HTTP/1.1" 200 5073 0.047993 10.0.0.130 - - [2025-09-29 01:48:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003188 10.0.0.130 - - [2025-09-29 01:48:13] "GET /projects?obj_uuids=063560ab-4981-4359-81de-d25461d23086&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000909 10.0.0.130 - - [2025-09-29 01:48:13] "GET /project/063560ab-4981-4359-81de-d25461d23086?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.024719 10.0.0.130 - - [2025-09-29 01:48:13] "POST /neutron/network HTTP/1.1" 200 117 0.008404 10.0.0.130 - - [2025-09-29 01:48:13] "GET /projects?obj_uuids=063560ab-4981-4359-81de-d25461d23086&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001122 10.0.0.130 - - [2025-09-29 01:48:13] "POST /neutron/network HTTP/1.1" 200 619 0.062339 10.0.0.130 - - [2025-09-29 01:48:13] "POST /route-targets HTTP/1.1" 200 328 0.012277 10.0.0.130 - - [2025-09-29 01:48:13] "POST /ref-update HTTP/1.1" 200 156 0.011527 10.0.0.130 - - [2025-09-29 01:48:13] "POST /useragent-kv HTTP/1.1" 200 115 0.007439 10.0.0.130 - - [2025-09-29 01:48:13] "POST /neutron/subnet HTTP/1.1" 200 725 0.197818 10.0.0.130 - - [2025-09-29 01:48:13] "POST /neutron/network HTTP/1.1" 200 838 0.007625 10.0.0.130 - - [2025-09-29 01:48:13] "POST /id-to-fqname HTTP/1.1" 200 233 0.001061 10.0.0.130 - - [2025-09-29 01:48:13] "GET /virtual-network/60ecdf53-c35a-418c-b63e-06ff6cd92d13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.004611 10.0.0.130 - - [2025-09-29 01:48:13] "POST /neutron/network HTTP/1.1" 200 838 0.005608 10.0.0.130 - - [2025-09-29 01:48:13] "GET /virtual-network/60ecdf53-c35a-418c-b63e-06ff6cd92d13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.004340 10.0.0.130 - - [2025-09-29 01:48:13] "POST /neutron/network HTTP/1.1" 200 838 0.005172 10.0.0.130 - - [2025-09-29 01:48:13] "POST /neutron/subnet HTTP/1.1" 200 725 0.006735 10.0.0.130 - - [2025-09-29 01:48:13] "GET /domains HTTP/1.1" 200 281 0.002096 10.0.0.130 - - [2025-09-29 01:48:13] "GET /domains?obj_uuids=137491c9-af0d-4881-aa86-970d73b1f58a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001004 10.0.0.130 - - [2025-09-29 01:48:13] "GET /domain/137491c9-af0d-4881-aa86-970d73b1f58a HTTP/1.1" 200 2793 0.008974 10.0.0.130 - - [2025-09-29 01:48:13] "GET /projects?obj_uuids=063560ab-4981-4359-81de-d25461d23086&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000802 10.0.0.130 - - [2025-09-29 01:48:13] "GET /project/063560ab-4981-4359-81de-d25461d23086 HTTP/1.1" 200 2406 0.065894 10.0.0.130 - - [2025-09-29 01:48:13] "GET /virtual-network/60ecdf53-c35a-418c-b63e-06ff6cd92d13 HTTP/1.1" 200 2343 0.018676 10.0.0.130 - - [2025-09-29 01:48:13] "GET /virtual-network/60ecdf53-c35a-418c-b63e-06ff6cd92d13 HTTP/1.1" 200 2343 0.005182 10.0.0.130 - - [2025-09-29 01:48:13] "GET /routing-instance/ba83a3cf-14e9-4c1d-9a06-31b87f062d9d HTTP/1.1" 200 1495 0.003658 10.0.0.130 - - [2025-09-29 01:48:13] "GET /routing-instance/ba83a3cf-14e9-4c1d-9a06-31b87f062d9d HTTP/1.1" 200 1495 0.003544 10.0.0.130 - - [2025-09-29 01:48:13] "GET /route-target/04fafe8d-d7c7-427b-a2df-cc76724f7b50 HTTP/1.1" 200 1219 0.003034 10.0.0.130 - - [2025-09-29 01:48:13] "GET /virtual-network/60ecdf53-c35a-418c-b63e-06ff6cd92d13 HTTP/1.1" 200 2343 0.004396 10.0.0.130 - - [2025-09-29 01:48:13] "GET /routing-instance/ba83a3cf-14e9-4c1d-9a06-31b87f062d9d HTTP/1.1" 200 1495 0.005049 10.0.0.130 - - [2025-09-29 01:48:13] "GET /virtual-network/60ecdf53-c35a-418c-b63e-06ff6cd92d13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.004449 10.0.0.130 - - [2025-09-29 01:48:13] "GET /virtual-network/60ecdf53-c35a-418c-b63e-06ff6cd92d13 HTTP/1.1" 200 2343 0.004951 10.0.0.130 - - [2025-09-29 01:48:13] "GET /routing-instance/ba83a3cf-14e9-4c1d-9a06-31b87f062d9d HTTP/1.1" 200 1495 0.004258 10.0.0.130 - - [2025-09-29 01:48:13] "GET /routing-instance/ba83a3cf-14e9-4c1d-9a06-31b87f062d9d HTTP/1.1" 200 1495 0.003516 10.0.0.130 - - [2025-09-29 01:48:13] "GET /route-target/04fafe8d-d7c7-427b-a2df-cc76724f7b50 HTTP/1.1" 200 1219 0.002966 10.0.0.130 - - [2025-09-29 01:48:13] "GET /domains HTTP/1.1" 200 281 0.002441 10.0.0.130 - - [2025-09-29 01:48:13] "GET /domains?obj_uuids=137491c9-af0d-4881-aa86-970d73b1f58a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000819 10.0.0.130 - - [2025-09-29 01:48:13] "GET /domain/137491c9-af0d-4881-aa86-970d73b1f58a HTTP/1.1" 200 2793 0.005795 10.0.0.130 - - [2025-09-29 01:48:13] "GET /projects?obj_uuids=063560ab-4981-4359-81de-d25461d23086&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000979 10.0.0.130 - - [2025-09-29 01:48:14] "GET /project/063560ab-4981-4359-81de-d25461d23086 HTTP/1.1" 200 2406 0.067440 10.0.0.130 - - [2025-09-29 01:48:14] "GET /virtual-network/60ecdf53-c35a-418c-b63e-06ff6cd92d13 HTTP/1.1" 200 2343 0.004532 10.0.0.130 - - [2025-09-29 01:48:14] "GET /obj-perms HTTP/1.1" 200 5073 0.002625 10.0.0.130 - - [2025-09-29 01:48:14] "POST /id-to-fqname HTTP/1.1" 200 233 0.001122 10.0.0.130 - - [2025-09-29 01:48:14] "POST /neutron/network HTTP/1.1" 200 848 0.012009 10.0.0.130 - - [2025-09-29 01:48:14] "GET /aaa-mode HTTP/1.1" 401 293 0.000388 10.0.0.130 - - [2025-09-29 01:48:14] "GET / HTTP/1.1" 200 36215 0.002367 10.0.0.130 - - [2025-09-29 01:48:14] "GET /project/063560ab-4981-4359-81de-d25461d23086?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000340 10.0.0.130 - - [2025-09-29 01:48:14] "GET /projects?obj_uuids=063560ab-4981-4359-81de-d25461d23086&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000916 10.0.0.130 - - [2025-09-29 01:48:14] "GET /project/063560ab-4981-4359-81de-d25461d23086?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.048144 10.0.0.130 - - [2025-09-29 01:48:14] "POST /neutron/network HTTP/1.1" 200 838 0.005076 10.0.0.130 - - [2025-09-29 01:48:15] "POST /neutron/port HTTP/1.1" 200 117 0.006280 10.0.0.130 - - [2025-09-29 01:48:15] "POST /neutron/port HTTP/1.1" 200 117 0.005502 10.0.0.130 - - [2025-09-29 01:48:15] "POST /id-to-fqname HTTP/1.1" 200 233 0.001185 10.0.0.130 - - [2025-09-29 01:48:15] "POST /neutron/port HTTP/1.1" 200 117 0.006198 10.0.0.130 - - [2025-09-29 01:48:15] "POST /neutron/network HTTP/1.1" 200 848 0.006428 10.0.0.130 - - [2025-09-29 01:48:15] "GET /aaa-mode HTTP/1.1" 401 293 0.000414 10.0.0.130 - - [2025-09-29 01:48:15] "POST /neutron/network HTTP/1.1" 200 848 0.005595 10.0.0.130 - - [2025-09-29 01:48:15] "GET /projects?obj_uuids=063560ab-4981-4359-81de-d25461d23086&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001336 10.0.0.130 - - [2025-09-29 01:48:15] "GET / HTTP/1.1" 200 36215 0.001513 10.0.0.130 - - [2025-09-29 01:48:15] "GET /project/063560ab-4981-4359-81de-d25461d23086?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000407 10.0.0.130 - - [2025-09-29 01:48:15] "POST /neutron/port HTTP/1.1" 200 1072 0.226955 10.0.0.130 - - [2025-09-29 01:48:15] "POST /neutron/port HTTP/1.1" 200 1072 0.008773 10.0.0.130 - - [2025-09-29 01:48:15] "POST /neutron/port HTTP/1.1" 200 1072 0.007636 10.0.0.130 - - [2025-09-29 01:48:15] "POST /neutron/port HTTP/1.1" 200 1126 0.071968 10.0.0.130 - - [2025-09-29 01:48:15] "POST /neutron/port HTTP/1.1" 200 1100 0.010200 10.0.0.130 - - [2025-09-29 01:48:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002680 10.0.0.130 - - [2025-09-29 01:48:15] "POST /neutron/subnet HTTP/1.1" 200 699 0.006072 10.0.0.130 - - [2025-09-29 01:48:15] "POST /neutron/port HTTP/1.1" 200 117 0.000964 10.0.0.130 - - [2025-09-29 01:48:15] "POST /neutron/network HTTP/1.1" 200 838 0.005047 10.0.0.130 - - [2025-09-29 01:48:15] "GET /projects?obj_uuids=063560ab-4981-4359-81de-d25461d23086&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002500 10.0.0.130 - - [2025-09-29 01:48:15] "GET /project/063560ab-4981-4359-81de-d25461d23086?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.048132 10.0.0.130 - - [2025-09-29 01:48:15] "POST /neutron/network HTTP/1.1" 200 838 0.005067 10.0.0.130 - - [2025-09-29 01:48:16] "POST /neutron/port HTTP/1.1" 200 1100 0.018414 10.0.0.130 - - [2025-09-29 01:48:16] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008792 10.0.0.130 - - [2025-09-29 01:48:16] "POST /neutron/port HTTP/1.1" 200 117 0.004818 10.0.0.130 - - [2025-09-29 01:48:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002824 10.0.0.130 - - [2025-09-29 01:48:16] "GET /projects?obj_uuids=063560ab-4981-4359-81de-d25461d23086&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000964 10.0.0.130 - - [2025-09-29 01:48:16] "GET /project/063560ab-4981-4359-81de-d25461d23086?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.033098 10.0.0.130 - - [2025-09-29 01:48:16] "GET /virtual-network/47ed3019-b242-40ee-9d55-c9f62e6e6ff0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.005370 10.0.0.130 - - [2025-09-29 01:48:16] "GET /floating-ip-pools?parent_id=47ed3019-b242-40ee-9d55-c9f62e6e6ff0&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003359 10.0.0.130 - - [2025-09-29 01:48:16] "GET /virtual-network/47ed3019-b242-40ee-9d55-c9f62e6e6ff0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.005308 10.0.0.130 - - [2025-09-29 01:48:16] "POST /floating-ip-pools HTTP/1.1" 200 611 0.031804 10.0.0.130 - - [2025-09-29 01:48:16] "POST /neutron/network HTTP/1.1" 200 848 0.025044 10.0.0.130 - - [2025-09-29 01:48:16] "GET /projects?obj_uuids=063560ab-4981-4359-81de-d25461d23086&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.005326 10.0.0.130 - - [2025-09-29 01:48:16] "POST /ref-update HTTP/1.1" 200 156 0.015242 10.0.0.130 - - [2025-09-29 01:48:16] "GET /virtual-network/47ed3019-b242-40ee-9d55-c9f62e6e6ff0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.008229 10.0.0.130 - - [2025-09-29 01:48:16] "GET /domains HTTP/1.1" 200 281 0.002674 10.0.0.130 - - [2025-09-29 01:48:16] "GET /domains?obj_uuids=137491c9-af0d-4881-aa86-970d73b1f58a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001101 10.0.0.130 - - [2025-09-29 01:48:16] "GET /domain/137491c9-af0d-4881-aa86-970d73b1f58a HTTP/1.1" 200 2793 0.006815 10.0.0.130 - - [2025-09-29 01:48:16] "GET /projects?obj_uuids=063560ab-4981-4359-81de-d25461d23086&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001086 10.0.0.130 - - [2025-09-29 01:48:16] "GET /project/063560ab-4981-4359-81de-d25461d23086 HTTP/1.1" 200 3251 0.080492 10.0.0.130 - - [2025-09-29 01:48:16] "GET /virtual-network/47ed3019-b242-40ee-9d55-c9f62e6e6ff0 HTTP/1.1" 200 2936 0.008749 10.0.0.130 - - [2025-09-29 01:48:16] "GET /floating-ip-pool/62debe66-e44b-48dd-87f1-685414ccd9d0 HTTP/1.1" 200 1442 0.003545 10.0.0.130 - - [2025-09-29 01:48:16] "GET /domains HTTP/1.1" 200 281 0.006150 10.0.0.130 - - [2025-09-29 01:48:16] "GET /domains?obj_uuids=137491c9-af0d-4881-aa86-970d73b1f58a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001668 10.0.0.130 - - [2025-09-29 01:48:16] "GET /domain/137491c9-af0d-4881-aa86-970d73b1f58a HTTP/1.1" 200 2793 0.012196 10.0.0.130 - - [2025-09-29 01:48:16] "GET /projects?obj_uuids=063560ab-4981-4359-81de-d25461d23086&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002352 10.0.0.130 - - [2025-09-29 01:48:16] "POST /neutron/port HTTP/1.1" 200 1072 0.333515 10.0.0.130 - - [2025-09-29 01:48:16] "GET /project/063560ab-4981-4359-81de-d25461d23086 HTTP/1.1" 200 3251 0.086914 10.0.0.130 - - [2025-09-29 01:48:16] "GET /virtual-network/47ed3019-b242-40ee-9d55-c9f62e6e6ff0 HTTP/1.1" 200 3158 0.007629 10.0.0.130 - - [2025-09-29 01:48:16] "POST /neutron/port HTTP/1.1" 200 1072 0.028483 10.0.0.130 - - [2025-09-29 01:48:16] "GET /virtual-network/47ed3019-b242-40ee-9d55-c9f62e6e6ff0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.005169 10.0.0.130 - - [2025-09-29 01:48:16] "POST /neutron/port HTTP/1.1" 200 1072 0.012204 10.0.0.130 - - [2025-09-29 01:48:16] "POST /neutron/port HTTP/1.1" 200 1100 0.024447 10.0.0.130 - - [2025-09-29 01:48:17] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009827 10.0.0.130 - - [2025-09-29 01:48:17] "POST /neutron/port HTTP/1.1" 200 1126 0.099484 10.0.0.130 - - [2025-09-29 01:48:17] "POST /neutron/port HTTP/1.1" 200 1100 0.012097 10.0.0.130 - - [2025-09-29 01:48:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003525 10.0.0.130 - - [2025-09-29 01:48:17] "POST /neutron/subnet HTTP/1.1" 200 698 0.007684 10.0.0.130 - - [2025-09-29 01:48:17] "POST /neutron/port HTTP/1.1" 200 117 0.001033 10.0.0.130 - - [2025-09-29 01:48:17] "POST /neutron/network HTTP/1.1" 200 838 0.007626 10.0.0.130 - - [2025-09-29 01:48:22] "POST /neutron/port HTTP/1.1" 200 1100 0.012554 10.0.0.130 - - [2025-09-29 01:48:22] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005512 10.0.0.130 - - [2025-09-29 01:48:22] "POST /neutron/port HTTP/1.1" 200 1100 0.014195 10.0.0.130 - - [2025-09-29 01:48:22] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007496 10.0.0.130 - - [2025-09-29 01:48:22] "POST /neutron/port HTTP/1.1" 200 1100 0.010785 10.0.0.130 - - [2025-09-29 01:48:22] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007139 10.0.0.130 - - [2025-09-29 01:48:22] "GET /virtual-machine/c97b6ab0-ff66-422b-a71c-c834fb218501 HTTP/1.1" 200 1307 0.004664 10.0.0.130 - - [2025-09-29 01:48:22] "GET /virtual-machine-interface/b94bbda4-90c0-447e-b245-038c44d9d229 HTTP/1.1" 200 3011 0.004533 10.0.0.130 - - [2025-09-29 01:48:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003061 10.0.0.130 - - [2025-09-29 01:48:22] "GET /global-vrouter-config/995f2d36-a695-4ca8-8abd-5db3ca8044ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003466 10.0.0.130 - - [2025-09-29 01:48:22] "GET /virtual-networks?parent_id=063560ab-4981-4359-81de-d25461d23086&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.003070 10.0.0.130 - - [2025-09-29 01:48:22] "GET /virtual-network/60ecdf53-c35a-418c-b63e-06ff6cd92d13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.005205 10.0.0.130 - - [2025-09-29 01:48:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003128 10.0.0.130 - - [2025-09-29 01:48:25] "GET /virtual-network/60ecdf53-c35a-418c-b63e-06ff6cd92d13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.004767 10.0.0.130 - - [2025-09-29 01:48:27] "POST /neutron/port HTTP/1.1" 200 1100 0.033784 10.0.0.130 - - [2025-09-29 01:48:27] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006229 10.0.0.130 - - [2025-09-29 01:48:27] "POST /neutron/port HTTP/1.1" 200 1100 0.010866 10.0.0.130 - - [2025-09-29 01:48:27] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008972 10.0.0.130 - - [2025-09-29 01:48:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003101 10.0.0.130 - - [2025-09-29 01:48:27] "GET /global-vrouter-config/995f2d36-a695-4ca8-8abd-5db3ca8044ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002889 10.0.0.130 - - [2025-09-29 01:48:27] "GET /virtual-networks?parent_id=063560ab-4981-4359-81de-d25461d23086&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.002882 10.0.0.130 - - [2025-09-29 01:48:27] "GET /virtual-network/60ecdf53-c35a-418c-b63e-06ff6cd92d13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.005665 10.0.0.130 - - [2025-09-29 01:48:27] "POST /neutron/port HTTP/1.1" 200 1100 0.010560 10.0.0.130 - - [2025-09-29 01:48:27] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006336 10.0.0.130 - - [2025-09-29 01:48:32] "DELETE /project/fe41968135024eb986fe28a8c49581c1 HTTP/1.1" 404 173 0.005769 10.0.0.130 - - [2025-09-29 01:48:32] "GET /projects?obj_uuids=fe419681-3502-4eb9-86fe-28a8c49581c1&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000784 10.0.0.130 - - [2025-09-29 01:48:32] "DELETE /project/f9038cca4fb64aceb129cf67dcf64059 HTTP/1.1" 404 173 0.004470 10.0.0.130 - - [2025-09-29 01:48:32] "DELETE /project/063560ab4981435981ded25461d23086 HTTP/1.1" 404 173 0.003849 10.0.0.130 - - [2025-09-29 01:48:32] "GET /project/fe419681-3502-4eb9-86fe-28a8c49581c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1511 0.026247 10.0.0.130 - - [2025-09-29 01:48:32] "GET /projects?obj_uuids=fe419681-3502-4eb9-86fe-28a8c49581c1&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000890 10.0.0.130 - - [2025-09-29 01:48:32] "GET /project/fe419681-3502-4eb9-86fe-28a8c49581c1?fields=security_groups HTTP/1.1" 200 1395 0.064589 10.0.0.130 - - [2025-09-29 01:48:32] "DELETE /security-group/4c5866f4-b818-41ab-80cb-32e44cb8f46a HTTP/1.1" 200 115 0.041288 10.0.0.130 - - [2025-09-29 01:48:32] "GET /projects?obj_uuids=fe419681-3502-4eb9-86fe-28a8c49581c1&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000946 10.0.0.130 - - [2025-09-29 01:48:32] "GET /project/fe419681-3502-4eb9-86fe-28a8c49581c1?fields=application_policy_sets HTTP/1.1" 200 1434 0.035607 10.0.0.130 - - [2025-09-29 01:48:32] "DELETE /access-control-list/09135235-f57a-4fe2-92a0-740adcdc8c2f HTTP/1.1" 200 115 0.043278 10.0.0.130 - - [2025-09-29 01:48:32] "DELETE /access-control-list/40ca5524-8a6f-4ae2-aeb2-a58514693375 HTTP/1.1" 200 115 0.019817 10.0.0.130 - - [2025-09-29 01:48:32] "DELETE /project/fe419681-3502-4eb9-86fe-28a8c49581c1 HTTP/1.1" 200 115 0.328656 10.0.0.130 - - [2025-09-29 01:48:32] "GET /projects?obj_uuids=063560ab-4981-4359-81de-d25461d23086&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000951 10.0.0.130 - - [2025-09-29 01:48:32] "POST /neutron/floatingip HTTP/1.1" 200 530 0.072016 10.0.0.130 - - [2025-09-29 01:48:33] "POST /neutron/port HTTP/1.1" 200 1100 0.011387 10.0.0.130 - - [2025-09-29 01:48:33] "POST /neutron/floatingip HTTP/1.1" 200 530 0.004697 10.0.0.130 - - [2025-09-29 01:48:33] "POST /neutron/floatingip HTTP/1.1" 200 577 0.032242 10.0.0.130 - - [2025-09-29 01:48:33] "POST /neutron/port HTTP/1.1" 200 1100 0.011057 10.0.0.130 - - [2025-09-29 01:48:33] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005966 10.0.0.130 - - [2025-09-29 01:48:33] "POST /neutron/port HTTP/1.1" 200 1100 0.011242 10.0.0.130 - - [2025-09-29 01:48:33] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005750 10.0.0.130 - - [2025-09-29 01:48:33] "POST /neutron/port HTTP/1.1" 200 1100 0.012581 10.0.0.130 - - [2025-09-29 01:48:33] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006608 10.0.0.130 - - [2025-09-29 01:48:33] "GET /virtual-machine/fe7c6725-3224-4804-972b-998f97ecf3e6 HTTP/1.1" 200 1307 0.004796 10.0.0.130 - - [2025-09-29 01:48:33] "GET /virtual-machine-interface/401685d4-4fc3-4d27-88a6-53fc0d9c013f HTTP/1.1" 200 3009 0.004398 10.0.0.130 - - [2025-09-29 01:48:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002755 10.0.0.130 - - [2025-09-29 01:48:33] "GET /global-vrouter-config/995f2d36-a695-4ca8-8abd-5db3ca8044ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002982 10.0.0.130 - - [2025-09-29 01:48:33] "GET /virtual-networks?parent_id=063560ab-4981-4359-81de-d25461d23086&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.002939 10.0.0.130 - - [2025-09-29 01:48:33] "GET /virtual-network/47ed3019-b242-40ee-9d55-c9f62e6e6ff0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.005181 10.0.0.130 - - [2025-09-29 01:48:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002950 10.0.0.130 - - [2025-09-29 01:48:34] "GET /global-vrouter-config/995f2d36-a695-4ca8-8abd-5db3ca8044ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003386 10.0.0.130 - - [2025-09-29 01:48:34] "GET /virtual-networks?parent_id=063560ab-4981-4359-81de-d25461d23086&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.002728 10.0.0.130 - - [2025-09-29 01:48:34] "GET /virtual-network/47ed3019-b242-40ee-9d55-c9f62e6e6ff0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.005767 10.0.0.130 - - [2025-09-29 01:48:34] "POST /neutron/floatingip HTTP/1.1" 200 577 0.010189 10.0.0.130 - - [2025-09-29 01:48:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.009590 10.0.0.130 - - [2025-09-29 01:48:34] "GET /routing-instance/ca3ce6b7-d948-43cb-9f6d-051e85fadf79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1495 0.003058 10.0.0.130 - - [2025-09-29 01:48:34] "GET /route-target/aba6adbb-1f61-469c-9f62-549e66de61ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.003710 10.0.0.130 - - [2025-09-29 01:48:34] "GET /floating-ip/f8f02371-badd-419d-afe1-6dd5f7dfca57 HTTP/1.1" 200 1893 0.004895 10.0.0.130 - - [2025-09-29 01:48:37] "POST /neutron/floatingip HTTP/1.1" 200 577 0.016588 10.0.0.130 - - [2025-09-29 01:48:37] "POST /neutron/floatingip HTTP/1.1" 200 530 0.022190 10.0.0.130 - - [2025-09-29 01:48:37] "POST /neutron/floatingip HTTP/1.1" 200 530 0.005272 10.0.0.130 - - [2025-09-29 01:48:37] "POST /neutron/floatingip HTTP/1.1" 200 115 0.048463 10.0.0.130 - - [2025-09-29 01:48:37] "GET /floating-ip-pool/62debe66-e44b-48dd-87f1-685414ccd9d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1206 0.004434 10.0.0.130 - - [2025-09-29 01:48:38] "POST /ref-update HTTP/1.1" 200 156 0.012040 10.0.0.130 - - [2025-09-29 01:48:38] "DELETE /floating-ip-pool/62debe66-e44b-48dd-87f1-685414ccd9d0 HTTP/1.1" 200 115 0.027636 10.0.0.130 - - [2025-09-29 01:48:38] "GET /obj-perms HTTP/1.1" 200 5075 0.046430 10.0.0.130 - - [2025-09-29 01:48:38] "POST /neutron/network HTTP/1.1" 200 838 0.006049 10.0.0.130 - - [2025-09-29 01:48:38] "POST /neutron/network HTTP/1.1" 400 204 0.010865 10.0.0.130 - - [2025-09-29 01:48:38] "GET /obj-perms HTTP/1.1" 200 5075 0.044270 10.0.0.130 - - [2025-09-29 01:48:38] "POST /neutron/port HTTP/1.1" 200 1100 0.010398 10.0.0.130 - - [2025-09-29 01:48:38] "POST /neutron/port HTTP/1.1" 200 1126 0.008592 10.0.0.130 - - [2025-09-29 01:48:38] "POST /neutron/port HTTP/1.1" 200 1100 0.013192 10.0.0.130 - - [2025-09-29 01:48:38] "POST /neutron/port HTTP/1.1" 200 1126 0.009470 10.0.0.130 - - [2025-09-29 01:48:38] "POST /neutron/port HTTP/1.1" 200 151 0.125912 10.0.0.130 - - [2025-09-29 01:48:38] "POST /neutron/port HTTP/1.1" 200 151 0.119877 10.0.0.130 - - [2025-09-29 01:48:40] "POST /neutron/network HTTP/1.1" 200 838 0.005444 10.0.0.130 - - [2025-09-29 01:48:40] "POST /useragent-kv HTTP/1.1" 200 115 0.003919 10.0.0.130 - - [2025-09-29 01:48:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.009748 10.0.0.130 - - [2025-09-29 01:48:40] "POST /useragent-kv HTTP/1.1" 200 115 0.002636 10.0.0.130 - - [2025-09-29 01:48:40] "POST /neutron/network HTTP/1.1" 200 151 0.086782 10.0.0.130 - - [2025-09-29 01:48:40] "DELETE /route-target/04fafe8d-d7c7-427b-a2df-cc76724f7b50 HTTP/1.1" 200 115 0.014872 10.0.0.130 - - [2025-09-29 01:48:40] "GET /routing-instance/ba83a3cf-14e9-4c1d-9a06-31b87f062d9d HTTP/1.1" 404 171 0.002534 10.0.0.130 - - [2025-09-29 01:48:40] "GET /domains HTTP/1.1" 200 281 0.002670 10.0.0.130 - - [2025-09-29 01:48:40] "GET /domains?obj_uuids=137491c9-af0d-4881-aa86-970d73b1f58a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000966 10.0.0.130 - - [2025-09-29 01:48:40] "GET /domain/137491c9-af0d-4881-aa86-970d73b1f58a HTTP/1.1" 200 2595 0.049327 10.0.0.130 - - [2025-09-29 01:48:40] "GET /projects?obj_uuids=063560ab-4981-4359-81de-d25461d23086&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000872 10.0.0.130 - - [2025-09-29 01:48:40] "GET /project/063560ab-4981-4359-81de-d25461d23086 HTTP/1.1" 200 2177 0.084580 10.0.0.130 - - [2025-09-29 01:48:40] "POST /neutron/network HTTP/1.1" 200 838 0.005163 10.0.0.130 - - [2025-09-29 01:48:40] "POST /useragent-kv HTTP/1.1" 200 115 0.003448 10.0.0.130 - - [2025-09-29 01:48:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003813 10.0.0.130 - - [2025-09-29 01:48:40] "POST /useragent-kv HTTP/1.1" 200 115 0.003036 10.0.0.130 - - [2025-09-29 01:48:40] "POST /neutron/network HTTP/1.1" 200 151 0.085782 10.0.0.130 - - [2025-09-29 01:48:40] "DELETE /route-target/aba6adbb-1f61-469c-9f62-549e66de61ae HTTP/1.1" 200 115 0.015757 10.0.0.130 - - [2025-09-29 01:48:40] "GET /routing-instance/ca3ce6b7-d948-43cb-9f6d-051e85fadf79 HTTP/1.1" 404 171 0.003110 10.0.0.130 - - [2025-09-29 01:48:40] "GET /domains HTTP/1.1" 200 281 0.002212 10.0.0.130 - - [2025-09-29 01:48:40] "GET /domains?obj_uuids=137491c9-af0d-4881-aa86-970d73b1f58a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000927 10.0.0.130 - - [2025-09-29 01:48:40] "GET /domain/137491c9-af0d-4881-aa86-970d73b1f58a HTTP/1.1" 200 2595 0.049770 10.0.0.130 - - [2025-09-29 01:48:40] "GET /projects?obj_uuids=063560ab-4981-4359-81de-d25461d23086&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001345 10.0.0.130 - - [2025-09-29 01:48:40] "GET /project/063560ab-4981-4359-81de-d25461d23086 HTTP/1.1" 200 1926 0.065707 10.0.0.130 - - [2025-09-29 01:48:41] "GET /projects?obj_uuids=063560ab-4981-4359-81de-d25461d23086&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000975 10.0.0.130 - - [2025-09-29 01:48:41] "GET /project/063560ab-4981-4359-81de-d25461d23086?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.023980 10.0.0.130 - - [2025-09-29 01:48:41] "GET /projects?obj_uuids=063560ab-4981-4359-81de-d25461d23086&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000948 10.0.0.130 - - [2025-09-29 01:48:41] "GET /project/063560ab-4981-4359-81de-d25461d23086?fields=virtual_networks HTTP/1.1" 200 1055 0.065090 10.0.0.130 - - [2025-09-29 01:48:41] "GET /projects?obj_uuids=063560ab-4981-4359-81de-d25461d23086&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000948 10.0.0.130 - - [2025-09-29 01:48:41] "GET /project/063560ab-4981-4359-81de-d25461d23086?fields=virtual_machine_interfaces HTTP/1.1" 200 1055 0.026504 10.0.0.130 - - [2025-09-29 01:48:41] "GET /projects?obj_uuids=063560ab-4981-4359-81de-d25461d23086&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001797 10.0.0.130 - - [2025-09-29 01:48:41] "GET /project/063560ab-4981-4359-81de-d25461d23086?fields=security_groups HTTP/1.1" 200 1294 0.037697 10.0.0.130 - - [2025-09-29 01:48:42] "POST /fqname-to-id HTTP/1.1" 404 183 0.023190 10.0.0.130 - - [2025-09-29 01:48:42] "GET /projects?obj_uuids=add9b507-cbb6-4d18-81a7-f6bac0fcd551&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002774 10.0.0.130 - - [2025-09-29 01:48:42] "GET /domains?obj_uuids=137491c9-af0d-4881-aa86-970d73b1f58a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001229 10.0.0.130 - - [2025-09-29 01:48:42] "GET /domain/137491c9-af0d-4881-aa86-970d73b1f58a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008227 10.0.0.130 - - [2025-09-29 01:48:42] "POST /id-to-fqname HTTP/1.1" 200 185 0.001993 10.0.0.130 - - [2025-09-29 01:48:42] "POST /fqname-to-id HTTP/1.1" 404 194 0.003924 10.0.0.130 - - [2025-09-29 01:48:42] "POST /security-groups HTTP/1.1" 200 586 0.088369 10.0.0.130 - - [2025-09-29 01:48:42] "POST /fqname-to-id HTTP/1.1" 404 229 0.002515 10.0.0.130 - - [2025-09-29 01:48:42] "POST /projects HTTP/1.1" 200 575 0.239202 10.0.0.130 - - [2025-09-29 01:48:42] "POST /access-control-lists HTTP/1.1" 200 593 0.059483 10.0.0.130 - - [2025-09-29 01:48:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.306562 10.0.0.130 - - [2025-09-29 01:48:42] "POST /fqname-to-id HTTP/1.1" 404 228 0.003000 10.0.0.130 - - [2025-09-29 01:48:42] "GET /project/add9b507-cbb6-4d18-81a7-f6bac0fcd551?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.429097 10.0.0.130 - - [2025-09-29 01:48:42] "POST /access-control-lists HTTP/1.1" 200 591 0.061253 10.0.0.130 - - [2025-09-29 01:48:43] "GET / HTTP/1.1" 200 36215 0.002017 10.0.0.130 - - [2025-09-29 01:48:44] "GET /projects?obj_uuids=add9b507-cbb6-4d18-81a7-f6bac0fcd551&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000925 10.0.0.130 - - [2025-09-29 01:48:44] "GET /project/add9b507-cbb6-4d18-81a7-f6bac0fcd551?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.025373 10.0.0.130 - - [2025-09-29 01:48:44] "GET /projects?obj_uuids=add9b507-cbb6-4d18-81a7-f6bac0fcd551&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000855 10.0.0.130 - - [2025-09-29 01:48:44] "GET /project/add9b507-cbb6-4d18-81a7-f6bac0fcd551?fields=virtual_networks HTTP/1.1" 200 1023 0.068534 10.0.0.130 - - [2025-09-29 01:48:44] "GET /projects?obj_uuids=add9b507-cbb6-4d18-81a7-f6bac0fcd551&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000892 10.0.0.130 - - [2025-09-29 01:48:44] "GET /project/add9b507-cbb6-4d18-81a7-f6bac0fcd551?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.066661 10.0.0.130 - - [2025-09-29 01:48:44] "GET /projects?obj_uuids=add9b507-cbb6-4d18-81a7-f6bac0fcd551&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001246 10.0.0.130 - - [2025-09-29 01:48:44] "GET /project/add9b507-cbb6-4d18-81a7-f6bac0fcd551?fields=security_groups HTTP/1.1" 200 1245 0.023581 10.0.0.130 - - [2025-09-29 01:48:45] "POST /fqname-to-id HTTP/1.1" 404 183 0.022741 10.0.0.130 - - [2025-09-29 01:48:45] "GET /projects?obj_uuids=f3afa1af-55f5-4c5b-a989-69754cda1cda&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002393 10.0.0.130 - - [2025-09-29 01:48:45] "GET /domains?obj_uuids=137491c9-af0d-4881-aa86-970d73b1f58a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001059 10.0.0.130 - - [2025-09-29 01:48:45] "GET /domain/137491c9-af0d-4881-aa86-970d73b1f58a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007084 10.0.0.130 - - [2025-09-29 01:48:45] "POST /id-to-fqname HTTP/1.1" 200 185 0.001020 10.0.0.130 - - [2025-09-29 01:48:45] "POST /fqname-to-id HTTP/1.1" 404 194 0.002680 10.0.0.130 - - [2025-09-29 01:48:46] "POST /security-groups HTTP/1.1" 200 586 0.060941 10.0.0.130 - - [2025-09-29 01:48:46] "POST /fqname-to-id HTTP/1.1" 404 229 0.002230 10.0.0.130 - - [2025-09-29 01:48:46] "POST /projects HTTP/1.1" 200 575 0.200783 10.0.0.130 - - [2025-09-29 01:48:46] "POST /access-control-lists HTTP/1.1" 200 593 0.055795 10.0.0.130 - - [2025-09-29 01:48:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.266703 10.0.0.130 - - [2025-09-29 01:48:46] "POST /fqname-to-id HTTP/1.1" 404 228 0.002759 10.0.0.130 - - [2025-09-29 01:48:46] "GET /project/f3afa1af-55f5-4c5b-a989-69754cda1cda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.393941 10.0.0.130 - - [2025-09-29 01:48:46] "POST /access-control-lists HTTP/1.1" 200 591 0.060591 10.0.0.130 - - [2025-09-29 01:48:47] "GET / HTTP/1.1" 200 36215 0.001636 10.0.0.130 - - [2025-09-29 01:48:47] "POST /fqname-to-id HTTP/1.1" 404 193 0.003429 10.0.0.130 - - [2025-09-29 01:48:47] "GET /projects?obj_uuids=f9038cca-4fb6-4ace-b129-cf67dcf64059&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001050 10.0.0.130 - - [2025-09-29 01:48:47] "POST /fqname-to-id HTTP/1.1" 404 228 0.002285 10.0.0.130 - - [2025-09-29 01:48:47] "POST /access-control-lists HTTP/1.1" 200 592 0.014013 10.0.0.130 - - [2025-09-29 01:48:47] "POST /fqname-to-id HTTP/1.1" 404 227 0.002645 10.0.0.130 - - [2025-09-29 01:48:48] "POST /access-control-lists HTTP/1.1" 200 590 0.014933 10.0.0.130 - - [2025-09-29 01:48:48] "PUT /access-control-list/1972b945-b626-45e3-8c82-cd426d76b17e HTTP/1.1" 200 273 0.007283 10.0.0.130 - - [2025-09-29 01:48:48] "PUT /access-control-list/b4ef684f-7d31-4fce-a9f8-55541c5c25f3 HTTP/1.1" 200 273 0.012388 10.0.0.130 - - [2025-09-29 01:48:48] "POST /neutron/security_group HTTP/1.1" 200 1364 0.372193 10.0.0.130 - - [2025-09-29 01:48:48] "GET /projects?obj_uuids=f9038cca-4fb6-4ace-b129-cf67dcf64059&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001163 10.0.0.130 - - [2025-09-29 01:48:48] "PUT /access-control-list/b4ef684f-7d31-4fce-a9f8-55541c5c25f3 HTTP/1.1" 200 273 0.013279 10.0.0.130 - - [2025-09-29 01:48:48] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.035349 10.0.0.130 - - [2025-09-29 01:48:48] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.012847 10.0.0.130 - - [2025-09-29 01:48:48] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.145241 10.0.0.130 - - [2025-09-29 01:48:48] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.008057 10.0.0.130 - - [2025-09-29 01:48:48] "PUT /access-control-list/b4ef684f-7d31-4fce-a9f8-55541c5c25f3 HTTP/1.1" 200 273 0.016432 10.0.0.130 - - [2025-09-29 01:48:48] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.141100 10.0.0.130 - - [2025-09-29 01:48:48] "POST /fqname-to-id HTTP/1.1" 404 193 0.004377 10.0.0.130 - - [2025-09-29 01:48:48] "GET /projects?obj_uuids=f9038cca-4fb6-4ace-b129-cf67dcf64059&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000947 10.0.0.130 - - [2025-09-29 01:48:48] "PUT /access-control-list/b4ef684f-7d31-4fce-a9f8-55541c5c25f3 HTTP/1.1" 200 273 0.028512 10.0.0.130 - - [2025-09-29 01:48:48] "POST /fqname-to-id HTTP/1.1" 404 228 0.002438 10.0.0.130 - - [2025-09-29 01:48:48] "POST /access-control-lists HTTP/1.1" 200 592 0.014600 10.0.0.130 - - [2025-09-29 01:48:48] "POST /fqname-to-id HTTP/1.1" 404 227 0.002560 10.0.0.130 - - [2025-09-29 01:48:48] "POST /access-control-lists HTTP/1.1" 200 590 0.017518 10.0.0.130 - - [2025-09-29 01:48:48] "PUT /access-control-list/90d02ae8-ff12-46f5-90d4-0f0863b97d9a HTTP/1.1" 200 273 0.008292 10.0.0.130 - - [2025-09-29 01:48:48] "POST /neutron/security_group HTTP/1.1" 200 1364 0.283598 10.0.0.130 - - [2025-09-29 01:48:48] "GET /projects?obj_uuids=f9038cca-4fb6-4ace-b129-cf67dcf64059&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001015 10.0.0.130 - - [2025-09-29 01:48:48] "PUT /access-control-list/4aaba88c-3ff1-459a-aa94-72dadf48dc41 HTTP/1.1" 200 273 0.009236 10.0.0.130 - - [2025-09-29 01:48:48] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.030936 10.0.0.130 - - [2025-09-29 01:48:48] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.007792 10.0.0.130 - - [2025-09-29 01:48:48] "PUT /access-control-list/4aaba88c-3ff1-459a-aa94-72dadf48dc41 HTTP/1.1" 200 273 0.008166 10.0.0.130 - - [2025-09-29 01:48:49] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.096320 10.0.0.130 - - [2025-09-29 01:48:49] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.009650 10.0.0.130 - - [2025-09-29 01:48:49] "PUT /access-control-list/4aaba88c-3ff1-459a-aa94-72dadf48dc41 HTTP/1.1" 200 273 0.020393 10.0.0.130 - - [2025-09-29 01:48:49] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.120084 10.0.0.130 - - [2025-09-29 01:48:49] "POST /fqname-to-id HTTP/1.1" 401 293 0.000446 10.0.0.130 - - [2025-09-29 01:48:49] "PUT /access-control-list/4aaba88c-3ff1-459a-aa94-72dadf48dc41 HTTP/1.1" 200 273 0.020095 10.0.0.130 - - [2025-09-29 01:48:49] "POST /fqname-to-id HTTP/1.1" 404 210 0.023973 10.0.0.130 - - [2025-09-29 01:48:49] "GET /projects?obj_uuids=f3afa1af-55f5-4c5b-a989-69754cda1cda&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000898 10.0.0.130 - - [2025-09-29 01:48:49] "POST /fqname-to-id HTTP/1.1" 404 245 0.002985 10.0.0.130 - - [2025-09-29 01:48:49] "POST /access-control-lists HTTP/1.1" 200 609 0.014020 10.0.0.130 - - [2025-09-29 01:48:49] "POST /fqname-to-id HTTP/1.1" 404 244 0.002654 10.0.0.130 - - [2025-09-29 01:48:49] "POST /access-control-lists HTTP/1.1" 200 607 0.016991 10.0.0.130 - - [2025-09-29 01:48:49] "PUT /access-control-list/bc5f0dee-8399-49ea-aeef-9644cd9873ba HTTP/1.1" 200 273 0.007907 10.0.0.130 - - [2025-09-29 01:48:49] "PUT /access-control-list/0e22ff7e-e935-4ff4-b2fb-af356494b069 HTTP/1.1" 200 273 0.009461 10.0.0.130 - - [2025-09-29 01:48:49] "POST /neutron/security_group HTTP/1.1" 200 1379 0.372663 10.0.0.130 - - [2025-09-29 01:48:49] "PUT /access-control-list/0e22ff7e-e935-4ff4-b2fb-af356494b069 HTTP/1.1" 200 273 0.018022 10.0.0.130 - - [2025-09-29 01:48:49] "GET /projects?obj_uuids=f3afa1af-55f5-4c5b-a989-69754cda1cda&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000844 10.0.0.130 - - [2025-09-29 01:48:49] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.039670 10.0.0.130 - - [2025-09-29 01:48:49] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.007425 10.0.0.130 - - [2025-09-29 01:48:50] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.114380 10.0.0.130 - - [2025-09-29 01:48:50] "PUT /access-control-list/0e22ff7e-e935-4ff4-b2fb-af356494b069 HTTP/1.1" 200 273 0.012988 10.0.0.130 - - [2025-09-29 01:48:50] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.011211 10.0.0.130 - - [2025-09-29 01:48:50] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.141315 10.0.0.130 - - [2025-09-29 01:48:50] "POST /fqname-to-id HTTP/1.1" 404 210 0.002319 10.0.0.130 - - [2025-09-29 01:48:50] "PUT /access-control-list/0e22ff7e-e935-4ff4-b2fb-af356494b069 HTTP/1.1" 200 273 0.011124 10.0.0.130 - - [2025-09-29 01:48:50] "GET /projects?obj_uuids=f3afa1af-55f5-4c5b-a989-69754cda1cda&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001072 10.0.0.130 - - [2025-09-29 01:48:50] "POST /fqname-to-id HTTP/1.1" 404 245 0.004570 10.0.0.130 - - [2025-09-29 01:48:50] "POST /access-control-lists HTTP/1.1" 200 609 0.014491 10.0.0.130 - - [2025-09-29 01:48:50] "POST /fqname-to-id HTTP/1.1" 404 244 0.002822 10.0.0.130 - - [2025-09-29 01:48:50] "POST /access-control-lists HTTP/1.1" 200 607 0.015089 10.0.0.130 - - [2025-09-29 01:48:50] "PUT /access-control-list/b773f4e1-66de-4213-9768-8187c41d76b9 HTTP/1.1" 200 273 0.007537 10.0.0.130 - - [2025-09-29 01:48:50] "PUT /access-control-list/a231adfb-6790-4672-834d-6855871551c6 HTTP/1.1" 200 273 0.008055 10.0.0.130 - - [2025-09-29 01:48:50] "POST /neutron/security_group HTTP/1.1" 200 1379 0.349674 10.0.0.130 - - [2025-09-29 01:48:50] "GET /projects?obj_uuids=f3afa1af-55f5-4c5b-a989-69754cda1cda&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001109 10.0.0.130 - - [2025-09-29 01:48:50] "PUT /access-control-list/a231adfb-6790-4672-834d-6855871551c6 HTTP/1.1" 200 273 0.022913 10.0.0.130 - - [2025-09-29 01:48:50] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.030648 10.0.0.130 - - [2025-09-29 01:48:50] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.007967 10.0.0.130 - - [2025-09-29 01:48:50] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.146999 10.0.0.130 - - [2025-09-29 01:48:50] "PUT /access-control-list/a231adfb-6790-4672-834d-6855871551c6 HTTP/1.1" 200 273 0.009412 10.0.0.130 - - [2025-09-29 01:48:50] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.011026 10.0.0.130 - - [2025-09-29 01:48:50] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.118577 10.0.0.130 - - [2025-09-29 01:48:50] "PUT /access-control-list/a231adfb-6790-4672-834d-6855871551c6 HTTP/1.1" 200 273 0.007676 10.0.0.130 - - [2025-09-29 01:48:51] "GET /projects?obj_uuids=f9038cca-4fb6-4ace-b129-cf67dcf64059&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001021 10.0.0.130 - - [2025-09-29 01:48:51] "POST /neutron/router HTTP/1.1" 200 541 0.042718 10.0.0.130 - - [2025-09-29 01:48:51] "POST /neutron/router HTTP/1.1" 200 541 0.006278 10.0.0.130 - - [2025-09-29 01:48:51] "POST /route-targets HTTP/1.1" 200 328 0.014005 10.0.0.130 - - [2025-09-29 01:48:51] "POST /neutron/router HTTP/1.1" 200 541 0.003949 10.0.0.130 - - [2025-09-29 01:48:51] "PUT /logical-router/c3b70723-78b0-421c-8944-805961f99be2 HTTP/1.1" 200 263 0.029308 10.0.0.130 - - [2025-09-29 01:48:51] "POST /neutron/router HTTP/1.1" 200 541 0.010834 10.0.0.130 - - [2025-09-29 01:48:51] "POST /neutron/router HTTP/1.1" 200 541 0.003719 10.0.0.130 - - [2025-09-29 01:48:51] "POST /neutron/router HTTP/1.1" 200 541 0.003157 10.0.0.130 - - [2025-09-29 01:48:51] "POST /neutron/router HTTP/1.1" 200 541 0.003386 10.0.0.130 - - [2025-09-29 01:48:51] "POST /neutron/router HTTP/1.1" 200 541 0.003206 10.0.0.130 - - [2025-09-29 01:48:51] "POST /neutron/router HTTP/1.1" 200 541 0.004382 10.0.0.130 - - [2025-09-29 01:48:51] "POST /neutron/router HTTP/1.1" 200 541 0.002930 10.0.0.130 - - [2025-09-29 01:48:51] "POST /neutron/router HTTP/1.1" 200 541 0.002936 10.0.0.130 - - [2025-09-29 01:48:51] "POST /neutron/router HTTP/1.1" 200 541 0.002857 10.0.0.130 - - [2025-09-29 01:48:51] "POST /neutron/router HTTP/1.1" 200 541 0.003641 10.0.0.130 - - [2025-09-29 01:48:51] "POST /neutron/router HTTP/1.1" 200 541 0.003798 10.0.0.130 - - [2025-09-29 01:48:51] "POST /neutron/router HTTP/1.1" 200 541 0.003589 10.0.0.130 - - [2025-09-29 01:48:51] "POST /neutron/router HTTP/1.1" 200 541 0.003970 10.0.0.130 - - [2025-09-29 01:48:51] "POST /neutron/router HTTP/1.1" 200 541 0.003074 10.0.0.130 - - [2025-09-29 01:48:51] "POST /neutron/router HTTP/1.1" 200 541 0.002714 10.0.0.130 - - [2025-09-29 01:48:51] "POST /neutron/router HTTP/1.1" 200 541 0.003591 10.0.0.130 - - [2025-09-29 01:48:51] "POST /neutron/router HTTP/1.1" 200 541 0.002652 10.0.0.130 - - [2025-09-29 01:48:51] "POST /neutron/router HTTP/1.1" 200 541 0.003097 10.0.0.130 - - [2025-09-29 01:48:51] "POST /neutron/router HTTP/1.1" 200 541 0.002599 10.0.0.130 - - [2025-09-29 01:48:51] "POST /neutron/router HTTP/1.1" 200 541 0.006361 10.0.0.130 - - [2025-09-29 01:48:51] "POST /neutron/router HTTP/1.1" 200 541 0.003304 10.0.0.130 - - [2025-09-29 01:48:51] "POST /neutron/router HTTP/1.1" 200 541 0.003250 10.0.0.130 - - [2025-09-29 01:48:51] "POST /neutron/router HTTP/1.1" 200 541 0.003012 10.0.0.130 - - [2025-09-29 01:48:51] "POST /neutron/router HTTP/1.1" 200 541 0.002913 10.0.0.130 - - [2025-09-29 01:48:51] "POST /neutron/router HTTP/1.1" 200 541 0.002756 10.0.0.130 - - [2025-09-29 01:48:51] "POST /neutron/router HTTP/1.1" 200 541 0.002967 10.0.0.130 - - [2025-09-29 01:48:51] "POST /neutron/router HTTP/1.1" 200 541 0.002628 10.0.0.130 - - [2025-09-29 01:48:51] "POST /neutron/router HTTP/1.1" 200 541 0.002993 10.0.0.130 - - [2025-09-29 01:48:51] "POST /neutron/router HTTP/1.1" 200 541 0.003485 10.0.0.130 - - [2025-09-29 01:48:51] "POST /neutron/router HTTP/1.1" 200 541 0.003010 10.0.0.130 - - [2025-09-29 01:48:51] "POST /neutron/router HTTP/1.1" 200 541 0.016355 10.0.0.130 - - [2025-09-29 01:48:51] "POST /neutron/router HTTP/1.1" 200 541 0.003149 10.0.0.130 - - [2025-09-29 01:48:51] "POST /neutron/router HTTP/1.1" 200 541 0.015376 10.0.0.130 - - [2025-09-29 01:48:51] "POST /neutron/router HTTP/1.1" 200 541 0.003841 10.0.0.130 - - [2025-09-29 01:48:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004454 10.0.0.130 - - [2025-09-29 01:48:51] "GET /logical-router/c3b70723-78b0-421c-8944-805961f99be2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002896 10.0.0.130 - - [2025-09-29 01:48:51] "POST /neutron/router HTTP/1.1" 200 151 0.044427 10.0.0.130 - - [2025-09-29 01:48:51] "GET /projects?obj_uuids=f3afa1af-55f5-4c5b-a989-69754cda1cda&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000907 10.0.0.130 - - [2025-09-29 01:48:51] "DELETE /route-target/ed7e3abb-f048-4183-823c-e326af2710ca HTTP/1.1" 200 115 0.023777 10.0.0.130 - - [2025-09-29 01:48:51] "POST /neutron/router HTTP/1.1" 200 559 0.058319 10.0.0.130 - - [2025-09-29 01:48:51] "POST /route-targets HTTP/1.1" 200 328 0.010748 10.0.0.130 - - [2025-09-29 01:48:51] "POST /neutron/router HTTP/1.1" 200 559 0.004961 10.0.0.130 - - [2025-09-29 01:48:51] "POST /neutron/router HTTP/1.1" 200 559 0.003031 10.0.0.130 - - [2025-09-29 01:48:51] "PUT /logical-router/ff08fcd4-faa6-419d-a7dc-a5de4f10254b HTTP/1.1" 200 263 0.026837 10.0.0.130 - - [2025-09-29 01:48:51] "POST /neutron/router HTTP/1.1" 200 559 0.003982 10.0.0.130 - - [2025-09-29 01:48:51] "POST /neutron/router HTTP/1.1" 200 559 0.002865 10.0.0.130 - - [2025-09-29 01:48:51] "POST /neutron/router HTTP/1.1" 200 559 0.002810 10.0.0.130 - - [2025-09-29 01:48:51] "POST /neutron/router HTTP/1.1" 200 559 0.003257 10.0.0.130 - - [2025-09-29 01:48:51] "POST /neutron/router HTTP/1.1" 200 559 0.002786 10.0.0.130 - - [2025-09-29 01:48:51] "POST /neutron/router HTTP/1.1" 200 559 0.003116 10.0.0.130 - - [2025-09-29 01:48:51] "POST /neutron/router HTTP/1.1" 200 559 0.003385 10.0.0.130 - - [2025-09-29 01:48:52] "POST /neutron/router HTTP/1.1" 200 559 0.002736 10.0.0.130 - - [2025-09-29 01:48:52] "POST /neutron/router HTTP/1.1" 200 559 0.003767 10.0.0.130 - - [2025-09-29 01:48:52] "POST /neutron/router HTTP/1.1" 200 559 0.002694 10.0.0.130 - - [2025-09-29 01:48:52] "POST /neutron/router HTTP/1.1" 200 559 0.002625 10.0.0.130 - - [2025-09-29 01:48:52] "POST /neutron/router HTTP/1.1" 200 559 0.002639 10.0.0.130 - - [2025-09-29 01:48:52] "POST /neutron/router HTTP/1.1" 200 559 0.003423 10.0.0.130 - - [2025-09-29 01:48:52] "POST /neutron/router HTTP/1.1" 200 559 0.002806 10.0.0.130 - - [2025-09-29 01:48:52] "POST /neutron/router HTTP/1.1" 200 559 0.002945 10.0.0.130 - - [2025-09-29 01:48:52] "POST /neutron/router HTTP/1.1" 200 559 0.003366 10.0.0.130 - - [2025-09-29 01:48:52] "POST /neutron/router HTTP/1.1" 200 559 0.003022 10.0.0.130 - - [2025-09-29 01:48:52] "POST /neutron/router HTTP/1.1" 200 559 0.003083 10.0.0.130 - - [2025-09-29 01:48:52] "POST /neutron/router HTTP/1.1" 200 559 0.002923 10.0.0.130 - - [2025-09-29 01:48:52] "POST /neutron/router HTTP/1.1" 200 559 0.003350 10.0.0.130 - - [2025-09-29 01:48:52] "POST /neutron/router HTTP/1.1" 200 559 0.003368 10.0.0.130 - - [2025-09-29 01:48:52] "POST /neutron/router HTTP/1.1" 200 559 0.003455 10.0.0.130 - - [2025-09-29 01:48:52] "POST /neutron/router HTTP/1.1" 200 559 0.004339 10.0.0.130 - - [2025-09-29 01:48:52] "POST /neutron/router HTTP/1.1" 200 559 0.003376 10.0.0.130 - - [2025-09-29 01:48:52] "POST /neutron/router HTTP/1.1" 200 559 0.003025 10.0.0.130 - - [2025-09-29 01:48:52] "POST /neutron/router HTTP/1.1" 200 559 0.002964 10.0.0.130 - - [2025-09-29 01:48:52] "POST /neutron/router HTTP/1.1" 200 559 0.003085 10.0.0.130 - - [2025-09-29 01:48:52] "POST /neutron/router HTTP/1.1" 200 559 0.003175 10.0.0.130 - - [2025-09-29 01:48:52] "POST /neutron/router HTTP/1.1" 200 559 0.003241 10.0.0.130 - - [2025-09-29 01:48:52] "POST /neutron/router HTTP/1.1" 200 559 0.003385 10.0.0.130 - - [2025-09-29 01:48:52] "POST /neutron/router HTTP/1.1" 200 559 0.018902 10.0.0.130 - - [2025-09-29 01:48:52] "POST /neutron/router HTTP/1.1" 200 559 0.003544 10.0.0.130 - - [2025-09-29 01:48:52] "POST /neutron/router HTTP/1.1" 200 560 0.019414 10.0.0.130 - - [2025-09-29 01:48:52] "POST /neutron/router HTTP/1.1" 200 560 0.004076 10.0.0.130 - - [2025-09-29 01:48:52] "GET /logical-router/ff08fcd4-faa6-419d-a7dc-a5de4f10254b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.004091 10.0.0.130 - - [2025-09-29 01:48:52] "POST /neutron/router HTTP/1.1" 200 151 0.039858 10.0.0.130 - - [2025-09-29 01:48:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.007923 10.0.0.130 - - [2025-09-29 01:48:52] "GET /projects?obj_uuids=f9038cca-4fb6-4ace-b129-cf67dcf64059&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001278 10.0.0.130 - - [2025-09-29 01:48:52] "DELETE /route-target/8bc5e74d-cbc2-4b70-a2d1-f01d98eb0e1e HTTP/1.1" 200 115 0.022033 10.0.0.130 - - [2025-09-29 01:48:52] "POST /neutron/router HTTP/1.1" 200 542 0.041462 10.0.0.130 - - [2025-09-29 01:48:52] "POST /neutron/router HTTP/1.1" 200 542 0.003402 10.0.0.130 - - [2025-09-29 01:48:52] "POST /route-targets HTTP/1.1" 200 328 0.014613 10.0.0.130 - - [2025-09-29 01:48:52] "POST /neutron/router HTTP/1.1" 200 542 0.002942 10.0.0.130 - - [2025-09-29 01:48:52] "POST /neutron/router HTTP/1.1" 200 542 0.003506 10.0.0.130 - - [2025-09-29 01:48:52] "POST /neutron/router HTTP/1.1" 200 542 0.003196 10.0.0.130 - - [2025-09-29 01:48:52] "POST /neutron/router HTTP/1.1" 200 542 0.004546 10.0.0.130 - - [2025-09-29 01:48:52] "PUT /logical-router/463f735b-aa02-45ba-a3a1-bea38c68fa16 HTTP/1.1" 200 263 0.014054 10.0.0.130 - - [2025-09-29 01:48:52] "POST /neutron/router HTTP/1.1" 200 542 0.004678 10.0.0.130 - - [2025-09-29 01:48:52] "POST /neutron/router HTTP/1.1" 200 542 0.003913 10.0.0.130 - - [2025-09-29 01:48:52] "POST /neutron/router HTTP/1.1" 200 542 0.003297 10.0.0.130 - - [2025-09-29 01:48:52] "POST /neutron/router HTTP/1.1" 200 542 0.005313 10.0.0.130 - - [2025-09-29 01:48:52] "POST /neutron/router HTTP/1.1" 200 542 0.003242 10.0.0.130 - - [2025-09-29 01:48:52] "POST /neutron/router HTTP/1.1" 200 542 0.003164 10.0.0.130 - - [2025-09-29 01:48:52] "POST /neutron/router HTTP/1.1" 200 542 0.004015 10.0.0.130 - - [2025-09-29 01:48:52] "POST /neutron/router HTTP/1.1" 200 542 0.003179 10.0.0.130 - - [2025-09-29 01:48:52] "POST /neutron/router HTTP/1.1" 200 542 0.003042 10.0.0.130 - - [2025-09-29 01:48:52] "POST /neutron/router HTTP/1.1" 200 542 0.003344 10.0.0.130 - - [2025-09-29 01:48:52] "POST /neutron/router HTTP/1.1" 200 542 0.002735 10.0.0.130 - - [2025-09-29 01:48:52] "POST /neutron/router HTTP/1.1" 200 542 0.003339 10.0.0.130 - - [2025-09-29 01:48:52] "POST /neutron/router HTTP/1.1" 200 542 0.003389 10.0.0.130 - - [2025-09-29 01:48:52] "POST /neutron/router HTTP/1.1" 200 542 0.003009 10.0.0.130 - - [2025-09-29 01:48:52] "POST /neutron/router HTTP/1.1" 200 542 0.003377 10.0.0.130 - - [2025-09-29 01:48:52] "POST /neutron/router HTTP/1.1" 200 542 0.003336 10.0.0.130 - - [2025-09-29 01:48:52] "POST /neutron/router HTTP/1.1" 200 542 0.004359 10.0.0.130 - - [2025-09-29 01:48:52] "POST /neutron/router HTTP/1.1" 200 542 0.003168 10.0.0.130 - - [2025-09-29 01:48:52] "POST /neutron/router HTTP/1.1" 200 542 0.002990 10.0.0.130 - - [2025-09-29 01:48:52] "POST /neutron/router HTTP/1.1" 200 542 0.003047 10.0.0.130 - - [2025-09-29 01:48:52] "POST /neutron/router HTTP/1.1" 200 542 0.003333 10.0.0.130 - - [2025-09-29 01:48:52] "POST /neutron/router HTTP/1.1" 200 542 0.003134 10.0.0.130 - - [2025-09-29 01:48:52] "POST /neutron/router HTTP/1.1" 200 542 0.004149 10.0.0.130 - - [2025-09-29 01:48:52] "POST /neutron/router HTTP/1.1" 200 542 0.006028 10.0.0.130 - - [2025-09-29 01:48:52] "POST /neutron/router HTTP/1.1" 200 542 0.003066 10.0.0.130 - - [2025-09-29 01:48:52] "POST /neutron/router HTTP/1.1" 200 542 0.002794 10.0.0.130 - - [2025-09-29 01:48:52] "POST /neutron/router HTTP/1.1" 200 542 0.002811 10.0.0.130 - - [2025-09-29 01:48:53] "POST /neutron/router HTTP/1.1" 200 542 0.014490 10.0.0.130 - - [2025-09-29 01:48:53] "POST /neutron/router HTTP/1.1" 200 542 0.003127 10.0.0.130 - - [2025-09-29 01:48:53] "POST /neutron/router HTTP/1.1" 200 542 0.022939 10.0.0.130 - - [2025-09-29 01:48:53] "POST /neutron/router HTTP/1.1" 200 542 0.003163 10.0.0.130 - - [2025-09-29 01:48:53] "GET /logical-router/463f735b-aa02-45ba-a3a1-bea38c68fa16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.008909 10.0.0.130 - - [2025-09-29 01:48:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.006305 10.0.0.130 - - [2025-09-29 01:48:53] "POST /neutron/router HTTP/1.1" 200 151 0.061021 10.0.0.130 - - [2025-09-29 01:48:53] "POST /neutron/security_group HTTP/1.1" 200 521 0.002569 10.0.0.130 - - [2025-09-29 01:48:53] "DELETE /route-target/bb978055-7d02-4fad-8d19-50e82e45f440 HTTP/1.1" 200 115 0.021832 10.0.0.130 - - [2025-09-29 01:48:53] "DELETE /access-control-list/b773f4e1-66de-4213-9768-8187c41d76b9 HTTP/1.1" 200 115 0.015923 10.0.0.130 - - [2025-09-29 01:48:53] "POST /neutron/security_group HTTP/1.1" 200 151 0.042639 10.0.0.130 - - [2025-09-29 01:48:53] "POST /neutron/security_group HTTP/1.1" 200 521 0.005080 10.0.0.130 - - [2025-09-29 01:48:53] "DELETE /access-control-list/a231adfb-6790-4672-834d-6855871551c6 HTTP/1.1" 200 115 0.025271 10.0.0.130 - - [2025-09-29 01:48:53] "POST /neutron/security_group HTTP/1.1" 200 151 0.045363 10.0.0.130 - - [2025-09-29 01:48:53] "DELETE /access-control-list/bc5f0dee-8399-49ea-aeef-9644cd9873ba HTTP/1.1" 200 115 0.023053 10.0.0.130 - - [2025-09-29 01:48:53] "POST /neutron/security_group HTTP/1.1" 200 506 0.003286 10.0.0.130 - - [2025-09-29 01:48:53] "DELETE /access-control-list/0e22ff7e-e935-4ff4-b2fb-af356494b069 HTTP/1.1" 200 115 0.025778 10.0.0.130 - - [2025-09-29 01:48:53] "POST /neutron/security_group HTTP/1.1" 200 151 0.035882 10.0.0.130 - - [2025-09-29 01:48:53] "DELETE /access-control-list/90d02ae8-ff12-46f5-90d4-0f0863b97d9a HTTP/1.1" 200 115 0.020073 10.0.0.130 - - [2025-09-29 01:48:53] "POST /neutron/security_group HTTP/1.1" 200 506 0.003590 10.0.0.130 - - [2025-09-29 01:48:53] "DELETE /access-control-list/4aaba88c-3ff1-459a-aa94-72dadf48dc41 HTTP/1.1" 200 115 0.020143 10.0.0.130 - - [2025-09-29 01:48:53] "POST /neutron/security_group HTTP/1.1" 200 151 0.052207 10.0.0.130 - - [2025-09-29 01:48:53] "DELETE /access-control-list/1972b945-b626-45e3-8c82-cd426d76b17e HTTP/1.1" 200 115 0.021443 10.0.0.130 - - [2025-09-29 01:48:53] "DELETE /access-control-list/b4ef684f-7d31-4fce-a9f8-55541c5c25f3 HTTP/1.1" 200 115 0.024607 10.0.0.130 - - [2025-09-29 01:48:53] "GET /projects?obj_uuids=f3afa1af-55f5-4c5b-a989-69754cda1cda&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000951 10.0.0.130 - - [2025-09-29 01:48:53] "GET /project/f3afa1af-55f5-4c5b-a989-69754cda1cda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.023175 10.0.0.130 - - [2025-09-29 01:48:53] "GET /projects?obj_uuids=f3afa1af-55f5-4c5b-a989-69754cda1cda&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000895 10.0.0.130 - - [2025-09-29 01:48:53] "GET /project/f3afa1af-55f5-4c5b-a989-69754cda1cda?fields=virtual_networks HTTP/1.1" 200 1024 0.067872 10.0.0.130 - - [2025-09-29 01:48:53] "GET /projects?obj_uuids=f3afa1af-55f5-4c5b-a989-69754cda1cda&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000904 10.0.0.130 - - [2025-09-29 01:48:53] "GET /project/f3afa1af-55f5-4c5b-a989-69754cda1cda?fields=virtual_machine_interfaces HTTP/1.1" 200 1024 0.024317 10.0.0.130 - - [2025-09-29 01:48:53] "GET /projects?obj_uuids=f3afa1af-55f5-4c5b-a989-69754cda1cda&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000964 10.0.0.130 - - [2025-09-29 01:48:53] "GET /project/f3afa1af-55f5-4c5b-a989-69754cda1cda?fields=security_groups HTTP/1.1" 200 1246 0.022072 10.0.0.130 - - [2025-09-29 01:48:54] "POST /fqname-to-id HTTP/1.1" 404 184 0.022730 10.0.0.130 - - [2025-09-29 01:48:54] "GET /projects?obj_uuids=aa67bf85-b95d-4a4d-bc77-60ef76480cb5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002353 10.0.0.130 - - [2025-09-29 01:48:54] "GET /domains?obj_uuids=137491c9-af0d-4881-aa86-970d73b1f58a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000897 10.0.0.130 - - [2025-09-29 01:48:54] "GET /domain/137491c9-af0d-4881-aa86-970d73b1f58a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006428 10.0.0.130 - - [2025-09-29 01:48:54] "POST /id-to-fqname HTTP/1.1" 200 186 0.001280 10.0.0.130 - - [2025-09-29 01:48:54] "POST /fqname-to-id HTTP/1.1" 404 195 0.003753 10.0.0.130 - - [2025-09-29 01:48:54] "POST /security-groups HTTP/1.1" 200 587 0.060502 10.0.0.130 - - [2025-09-29 01:48:54] "POST /projects HTTP/1.1" 200 577 0.199880 10.0.0.130 - - [2025-09-29 01:48:54] "POST /fqname-to-id HTTP/1.1" 404 230 0.002285 10.0.0.130 - - [2025-09-29 01:48:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.267011 10.0.0.130 - - [2025-09-29 01:48:55] "POST /access-control-lists HTTP/1.1" 200 594 0.056010 10.0.0.130 - - [2025-09-29 01:48:55] "GET /project/aa67bf85-b95d-4a4d-bc77-60ef76480cb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.380899 10.0.0.130 - - [2025-09-29 01:48:55] "POST /fqname-to-id HTTP/1.1" 404 229 0.001938 10.0.0.130 - - [2025-09-29 01:48:55] "POST /access-control-lists HTTP/1.1" 200 592 0.056549 10.0.0.130 - - [2025-09-29 01:48:56] "GET / HTTP/1.1" 200 36215 0.001916 10.0.0.130 - - [2025-09-29 01:48:56] "POST /fqname-to-id HTTP/1.1" 401 293 0.000407 10.0.0.130 - - [2025-09-29 01:48:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.053918 10.0.0.130 - - [2025-09-29 01:48:57] "GET /projects?obj_uuids=aa67bf85-b95d-4a4d-bc77-60ef76480cb5&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000848 10.0.0.130 - - [2025-09-29 01:48:57] "GET /project/aa67bf85-b95d-4a4d-bc77-60ef76480cb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.022310 10.0.0.130 - - [2025-09-29 01:48:57] "POST /neutron/network HTTP/1.1" 200 117 0.025707 10.0.0.130 - - [2025-09-29 01:48:57] "GET /projects?obj_uuids=aa67bf85-b95d-4a4d-bc77-60ef76480cb5&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001551 10.0.0.130 - - [2025-09-29 01:48:57] "POST /neutron/network HTTP/1.1" 200 601 0.072927 10.0.0.130 - - [2025-09-29 01:48:57] "POST /route-targets HTTP/1.1" 200 328 0.011686 10.0.0.130 - - [2025-09-29 01:48:57] "POST /ref-update HTTP/1.1" 200 156 0.012181 10.0.0.130 - - [2025-09-29 01:48:57] "POST /useragent-kv HTTP/1.1" 200 115 0.002981 10.0.0.130 - - [2025-09-29 01:48:57] "POST /neutron/subnet HTTP/1.1" 200 729 0.122737 10.0.0.130 - - [2025-09-29 01:48:57] "POST /neutron/network HTTP/1.1" 200 821 0.004878 10.0.0.130 - - [2025-09-29 01:48:57] "POST /id-to-fqname HTTP/1.1" 200 216 0.001164 10.0.0.130 - - [2025-09-29 01:48:57] "GET /virtual-network/a2fa7102-d62e-4e59-8a23-eea4bc7cc52f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.004463 10.0.0.130 - - [2025-09-29 01:48:57] "POST /neutron/network HTTP/1.1" 200 821 0.006766 10.0.0.130 - - [2025-09-29 01:48:57] "GET /virtual-network/a2fa7102-d62e-4e59-8a23-eea4bc7cc52f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005969 10.0.0.130 - - [2025-09-29 01:48:57] "POST /neutron/network HTTP/1.1" 200 821 0.004842 10.0.0.130 - - [2025-09-29 01:48:57] "POST /neutron/subnet HTTP/1.1" 200 729 0.006219 10.0.0.130 - - [2025-09-29 01:48:57] "POST /fqname-to-id HTTP/1.1" 404 206 0.002084 10.0.0.130 - - [2025-09-29 01:48:57] "GET /virtual-network/a2fa7102-d62e-4e59-8a23-eea4bc7cc52f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.004901 10.0.0.130 - - [2025-09-29 01:48:57] "GET /projects?obj_uuids=aa67bf85-b95d-4a4d-bc77-60ef76480cb5&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000994 10.0.0.130 - - [2025-09-29 01:48:57] "POST /neutron/port HTTP/1.1" 200 1018 0.157541 10.0.0.130 - - [2025-09-29 01:48:57] "GET /virtual-machine-interface/33f0aec7-240e-488d-a6d5-3cdc300c0444?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2388 0.004140 10.0.0.130 - - [2025-09-29 01:48:57] "GET /virtual-machine-interface/33f0aec7-240e-488d-a6d5-3cdc300c0444?fields=instance_ip_back_refs HTTP/1.1" 200 1319 0.004160 10.0.0.130 - - [2025-09-29 01:48:57] "GET /instance-ip/3af747f2-6662-4132-962c-ed3190c4683a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1598 0.003587 10.0.0.130 - - [2025-09-29 01:48:57] "GET /virtual-machine-interface/33f0aec7-240e-488d-a6d5-3cdc300c0444 HTTP/1.1" 401 293 0.000605 10.0.0.130 - - [2025-09-29 01:48:58] "GET /virtual-machine-interface/33f0aec7-240e-488d-a6d5-3cdc300c0444 HTTP/1.1" 200 2610 0.024035 10.0.0.130 - - [2025-09-29 01:48:58] "POST /neutron/port HTTP/1.1" 200 1018 0.006780 10.0.0.130 - - [2025-09-29 01:48:58] "POST /neutron/port HTTP/1.1" 200 151 0.065129 10.0.0.130 - - [2025-09-29 01:48:58] "POST /neutron/network HTTP/1.1" 200 821 0.005123 10.0.0.130 - - [2025-09-29 01:48:58] "POST /useragent-kv HTTP/1.1" 200 115 0.001862 10.0.0.130 - - [2025-09-29 01:48:58] "POST /useragent-kv HTTP/1.1" 200 115 0.004000 10.0.0.130 - - [2025-09-29 01:48:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003191 10.0.0.130 - - [2025-09-29 01:48:58] "POST /neutron/network HTTP/1.1" 200 151 0.073113 10.0.0.130 - - [2025-09-29 01:48:58] "DELETE /route-target/fbcb49d0-538b-421c-95d1-45f0831344ac HTTP/1.1" 200 115 0.015355 10.0.0.130 - - [2025-09-29 01:48:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002580 10.0.0.130 - - [2025-09-29 01:48:59] "GET /projects?obj_uuids=aa67bf85-b95d-4a4d-bc77-60ef76480cb5&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001165 10.0.0.130 - - [2025-09-29 01:48:59] "GET /project/aa67bf85-b95d-4a4d-bc77-60ef76480cb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.036992 10.0.0.130 - - [2025-09-29 01:48:59] "POST /neutron/network HTTP/1.1" 200 117 0.010189 10.0.0.130 - - [2025-09-29 01:48:59] "GET /projects?obj_uuids=aa67bf85-b95d-4a4d-bc77-60ef76480cb5&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000861 10.0.0.130 - - [2025-09-29 01:48:59] "POST /neutron/network HTTP/1.1" 200 603 0.060897 10.0.0.130 - - [2025-09-29 01:48:59] "POST /route-targets HTTP/1.1" 200 328 0.010200 10.0.0.130 - - [2025-09-29 01:48:59] "POST /ref-update HTTP/1.1" 200 156 0.010221 10.0.0.130 - - [2025-09-29 01:48:59] "POST /useragent-kv HTTP/1.1" 200 115 0.002478 10.0.0.130 - - [2025-09-29 01:48:59] "POST /neutron/subnet HTTP/1.1" 200 725 0.166358 10.0.0.130 - - [2025-09-29 01:48:59] "POST /useragent-kv HTTP/1.1" 200 115 0.002175 10.0.0.130 - - [2025-09-29 01:48:59] "POST /neutron/subnet HTTP/1.1" 200 734 0.124132 10.0.0.130 - - [2025-09-29 01:48:59] "POST /neutron/network HTTP/1.1" 200 980 0.005750 10.0.0.130 - - [2025-09-29 01:48:59] "POST /id-to-fqname HTTP/1.1" 200 217 0.000892 10.0.0.130 - - [2025-09-29 01:48:59] "GET /virtual-network/e9f64cf4-08c3-4b4a-9b3b-0832af7b794c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2570 0.004012 10.0.0.130 - - [2025-09-29 01:48:59] "POST /neutron/network HTTP/1.1" 200 980 0.006763 10.0.0.130 - - [2025-09-29 01:48:59] "GET /virtual-network/e9f64cf4-08c3-4b4a-9b3b-0832af7b794c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2570 0.006601 10.0.0.130 - - [2025-09-29 01:48:59] "POST /neutron/network HTTP/1.1" 200 980 0.006798 10.0.0.130 - - [2025-09-29 01:48:59] "POST /neutron/subnet HTTP/1.1" 200 725 0.005857 10.0.0.130 - - [2025-09-29 01:48:59] "POST /neutron/subnet HTTP/1.1" 200 734 0.005924 10.0.0.130 - - [2025-09-29 01:48:59] "GET /projects?obj_uuids=aa67bf85-b95d-4a4d-bc77-60ef76480cb5&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000978 10.0.0.130 - - [2025-09-29 01:48:59] "POST /neutron/port HTTP/1.1" 200 1018 0.145173 10.0.0.130 - - [2025-09-29 01:48:59] "GET /projects?obj_uuids=aa67bf85-b95d-4a4d-bc77-60ef76480cb5&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000892 10.0.0.130 - - [2025-09-29 01:49:00] "POST /neutron/port HTTP/1.1" 200 1020 0.143496 10.0.0.130 - - [2025-09-29 01:49:00] "POST /id-to-fqname HTTP/1.1" 200 217 0.001080 10.0.0.130 - - [2025-09-29 01:49:00] "POST /neutron/port HTTP/1.1" 200 1018 0.007105 10.0.0.130 - - [2025-09-29 01:49:00] "POST /neutron/port HTTP/1.1" 200 1018 0.006888 10.0.0.130 - - [2025-09-29 01:49:00] "POST /neutron/network HTTP/1.1" 200 980 0.006103 10.0.0.130 - - [2025-09-29 01:49:00] "POST /neutron/port HTTP/1.1" 200 1018 0.007248 10.0.0.130 - - [2025-09-29 01:49:00] "POST /neutron/port HTTP/1.1" 200 117 0.005052 10.0.0.130 - - [2025-09-29 01:49:00] "POST /neutron/port HTTP/1.1" 200 117 0.010412 10.0.0.130 - - [2025-09-29 01:49:00] "POST /id-to-fqname HTTP/1.1" 200 217 0.001125 10.0.0.130 - - [2025-09-29 01:49:00] "POST /neutron/port HTTP/1.1" 200 117 0.004020 10.0.0.130 - - [2025-09-29 01:49:00] "POST /neutron/port HTTP/1.1" 200 1020 0.007843 10.0.0.130 - - [2025-09-29 01:49:00] "POST /neutron/port HTTP/1.1" 200 1020 0.008568 10.0.0.130 - - [2025-09-29 01:49:00] "POST /neutron/network HTTP/1.1" 200 980 0.007225 10.0.0.130 - - [2025-09-29 01:49:00] "POST /neutron/port HTTP/1.1" 200 1020 0.006412 10.0.0.130 - - [2025-09-29 01:49:00] "POST /neutron/port HTTP/1.1" 200 1018 0.009631 10.0.0.130 - - [2025-09-29 01:49:00] "POST /neutron/port HTTP/1.1" 200 1020 0.008638 10.0.0.130 - - [2025-09-29 01:49:00] "POST /neutron/port HTTP/1.1" 200 117 0.006360 10.0.0.130 - - [2025-09-29 01:49:00] "POST /neutron/port HTTP/1.1" 200 117 0.007782 10.0.0.130 - - [2025-09-29 01:49:00] "POST /neutron/port HTTP/1.1" 200 117 0.004529 10.0.0.130 - - [2025-09-29 01:49:01] "POST /neutron/port HTTP/1.1" 200 1018 0.008118 10.0.0.130 - - [2025-09-29 01:49:01] "POST /neutron/network HTTP/1.1" 200 990 0.005997 10.0.0.130 - - [2025-09-29 01:49:01] "POST /neutron/port HTTP/1.1" 200 1020 0.005871 10.0.0.130 - - [2025-09-29 01:49:01] "POST /neutron/port HTTP/1.1" 200 1018 0.006670 10.0.0.130 - - [2025-09-29 01:49:01] "POST /neutron/network HTTP/1.1" 200 990 0.012289 10.0.0.130 - - [2025-09-29 01:49:01] "POST /neutron/port HTTP/1.1" 200 1018 0.007283 10.0.0.130 - - [2025-09-29 01:49:01] "POST /neutron/port HTTP/1.1" 200 1020 0.007897 10.0.0.130 - - [2025-09-29 01:49:01] "POST /neutron/port HTTP/1.1" 200 1020 0.010092 10.0.0.130 - - [2025-09-29 01:49:01] "POST /neutron/port HTTP/1.1" 200 1110 0.105732 10.0.0.130 - - [2025-09-29 01:49:01] "POST /neutron/port HTTP/1.1" 200 1112 0.106288 10.0.0.130 - - [2025-09-29 01:49:01] "POST /neutron/port HTTP/1.1" 200 1084 0.011378 10.0.0.130 - - [2025-09-29 01:49:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002423 10.0.0.130 - - [2025-09-29 01:49:01] "POST /neutron/port HTTP/1.1" 200 1086 0.010198 10.0.0.130 - - [2025-09-29 01:49:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005640 10.0.0.130 - - [2025-09-29 01:49:01] "POST /neutron/subnet HTTP/1.1" 200 699 0.011579 10.0.0.130 - - [2025-09-29 01:49:01] "POST /neutron/port HTTP/1.1" 200 117 0.000848 10.0.0.130 - - [2025-09-29 01:49:01] "POST /neutron/subnet HTTP/1.1" 200 708 0.008543 10.0.0.130 - - [2025-09-29 01:49:01] "POST /neutron/network HTTP/1.1" 200 980 0.007389 10.0.0.130 - - [2025-09-29 01:49:01] "POST /neutron/port HTTP/1.1" 200 117 0.001485 10.0.0.130 - - [2025-09-29 01:49:01] "POST /neutron/network HTTP/1.1" 200 980 0.006376 10.0.0.130 - - [2025-09-29 01:49:05] "POST /neutron/port HTTP/1.1" 200 1084 0.009806 10.0.0.130 - - [2025-09-29 01:49:05] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005562 10.0.0.130 - - [2025-09-29 01:49:06] "POST /neutron/port HTTP/1.1" 200 1084 0.009862 10.0.0.130 - - [2025-09-29 01:49:06] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005773 10.0.0.130 - - [2025-09-29 01:49:06] "POST /neutron/port HTTP/1.1" 200 1084 0.010021 10.0.0.130 - - [2025-09-29 01:49:06] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006943 10.0.0.130 - - [2025-09-29 01:49:06] "GET /virtual-machine/19ed0d5a-8bf4-4aa9-8ce5-4ca95ac31804 HTTP/1.1" 200 1286 0.004811 10.0.0.130 - - [2025-09-29 01:49:06] "GET /virtual-machine-interface/caf89a1e-8e2d-4a71-92a4-38367e0b2363 HTTP/1.1" 200 2931 0.004153 10.0.0.130 - - [2025-09-29 01:49:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002444 10.0.0.130 - - [2025-09-29 01:49:06] "GET /global-vrouter-config/995f2d36-a695-4ca8-8abd-5db3ca8044ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002997 10.0.0.130 - - [2025-09-29 01:49:06] "GET /virtual-networks?parent_id=aa67bf85-b95d-4a4d-bc77-60ef76480cb5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002706 10.0.0.130 - - [2025-09-29 01:49:06] "GET /virtual-network/e9f64cf4-08c3-4b4a-9b3b-0832af7b794c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2570 0.004776 10.0.0.130 - - [2025-09-29 01:49:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003363 10.0.0.130 - - [2025-09-29 01:49:09] "GET /virtual-network/e9f64cf4-08c3-4b4a-9b3b-0832af7b794c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2570 0.006713 10.0.0.130 - - [2025-09-29 01:49:10] "POST /neutron/port HTTP/1.1" 200 1086 0.009773 10.0.0.130 - - [2025-09-29 01:49:10] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005602 10.0.0.130 - - [2025-09-29 01:49:10] "POST /neutron/port HTTP/1.1" 200 1084 0.009681 10.0.0.130 - - [2025-09-29 01:49:10] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005029 10.0.0.130 - - [2025-09-29 01:49:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002509 10.0.0.130 - - [2025-09-29 01:49:11] "GET /global-vrouter-config/995f2d36-a695-4ca8-8abd-5db3ca8044ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002789 10.0.0.130 - - [2025-09-29 01:49:11] "GET /virtual-networks?parent_id=aa67bf85-b95d-4a4d-bc77-60ef76480cb5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003204 10.0.0.130 - - [2025-09-29 01:49:11] "GET /virtual-network/e9f64cf4-08c3-4b4a-9b3b-0832af7b794c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2570 0.006338 10.0.0.130 - - [2025-09-29 01:49:11] "POST /neutron/port HTTP/1.1" 200 1084 0.010481 10.0.0.130 - - [2025-09-29 01:49:11] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006598 10.0.0.130 - - [2025-09-29 01:49:17] "POST /neutron/port HTTP/1.1" 200 1086 0.010571 10.0.0.130 - - [2025-09-29 01:49:17] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006925 10.0.0.130 - - [2025-09-29 01:49:17] "POST /neutron/port HTTP/1.1" 200 1086 0.012786 10.0.0.130 - - [2025-09-29 01:49:17] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005659 10.0.0.130 - - [2025-09-29 01:49:17] "POST /neutron/port HTTP/1.1" 200 1086 0.010552 10.0.0.130 - - [2025-09-29 01:49:17] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006205 10.0.0.130 - - [2025-09-29 01:49:17] "GET /virtual-machine/2273a6c1-bdc7-47aa-8667-e1d0a489acc7 HTTP/1.1" 200 1285 0.004206 10.0.0.130 - - [2025-09-29 01:49:17] "GET /virtual-machine-interface/09292995-cf80-412b-b49d-9f961ed2dd16 HTTP/1.1" 200 2929 0.004981 10.0.0.130 - - [2025-09-29 01:49:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003068 10.0.0.130 - - [2025-09-29 01:49:17] "GET /global-vrouter-config/995f2d36-a695-4ca8-8abd-5db3ca8044ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003146 10.0.0.130 - - [2025-09-29 01:49:17] "GET /virtual-networks?parent_id=aa67bf85-b95d-4a4d-bc77-60ef76480cb5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003113 10.0.0.130 - - [2025-09-29 01:49:17] "GET /virtual-network/e9f64cf4-08c3-4b4a-9b3b-0832af7b794c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2570 0.004690 10.0.0.130 - - [2025-09-29 01:49:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002809 10.0.0.130 - - [2025-09-29 01:49:18] "GET /global-vrouter-config/995f2d36-a695-4ca8-8abd-5db3ca8044ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002758 10.0.0.130 - - [2025-09-29 01:49:18] "GET /virtual-networks?parent_id=aa67bf85-b95d-4a4d-bc77-60ef76480cb5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002769 10.0.0.130 - - [2025-09-29 01:49:18] "GET /virtual-network/e9f64cf4-08c3-4b4a-9b3b-0832af7b794c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2570 0.006320 10.0.0.130 - - [2025-09-29 01:49:22] "POST /neutron/port HTTP/1.1" 200 1112 0.010576 10.0.0.130 - - [2025-09-29 01:49:22] "POST /neutron/port HTTP/1.1" 200 1112 0.008162 10.0.0.130 - - [2025-09-29 01:49:22] "POST /neutron/port HTTP/1.1" 200 151 0.110980 10.0.0.130 - - [2025-09-29 01:49:22] "POST /neutron/port HTTP/1.1" 200 1110 0.010025 10.0.0.130 - - [2025-09-29 01:49:22] "POST /neutron/port HTTP/1.1" 200 1110 0.009290 10.0.0.130 - - [2025-09-29 01:49:23] "POST /neutron/port HTTP/1.1" 200 151 0.095695 10.0.0.130 - - [2025-09-29 01:49:23] "POST /neutron/network HTTP/1.1" 200 980 0.008271 10.0.0.130 - - [2025-09-29 01:49:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002982 10.0.0.130 - - [2025-09-29 01:49:23] "POST /useragent-kv HTTP/1.1" 200 115 0.002461 10.0.0.130 - - [2025-09-29 01:49:23] "POST /useragent-kv HTTP/1.1" 200 115 0.001909 10.0.0.130 - - [2025-09-29 01:49:23] "POST /useragent-kv HTTP/1.1" 200 115 0.002086 10.0.0.130 - - [2025-09-29 01:49:23] "POST /useragent-kv HTTP/1.1" 200 115 0.003711 10.0.0.130 - - [2025-09-29 01:49:23] "DELETE /route-target/357ca79a-74fe-45c1-8275-bcdabde48cec HTTP/1.1" 200 115 0.038288 10.0.0.130 - - [2025-09-29 01:49:23] "POST /neutron/network HTTP/1.1" 200 151 0.120890 10.0.0.130 - - [2025-09-29 01:49:23] "GET /projects?obj_uuids=aa67bf85-b95d-4a4d-bc77-60ef76480cb5&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000904 10.0.0.130 - - [2025-09-29 01:49:23] "GET /project/aa67bf85-b95d-4a4d-bc77-60ef76480cb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.029235 10.0.0.130 - - [2025-09-29 01:49:23] "GET /projects?obj_uuids=aa67bf85-b95d-4a4d-bc77-60ef76480cb5&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001214 10.0.0.130 - - [2025-09-29 01:49:23] "GET /project/aa67bf85-b95d-4a4d-bc77-60ef76480cb5?fields=virtual_networks HTTP/1.1" 200 1026 0.073846 10.0.0.130 - - [2025-09-29 01:49:23] "GET /projects?obj_uuids=aa67bf85-b95d-4a4d-bc77-60ef76480cb5&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000943 10.0.0.130 - - [2025-09-29 01:49:23] "GET /project/aa67bf85-b95d-4a4d-bc77-60ef76480cb5?fields=virtual_machine_interfaces HTTP/1.1" 200 1026 0.029766 10.0.0.130 - - [2025-09-29 01:49:23] "GET /projects?obj_uuids=aa67bf85-b95d-4a4d-bc77-60ef76480cb5&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000911 10.0.0.130 - - [2025-09-29 01:49:23] "GET /project/aa67bf85-b95d-4a4d-bc77-60ef76480cb5?fields=security_groups HTTP/1.1" 200 1249 0.024467 10.0.0.130 - - [2025-09-29 01:49:24] "POST /fqname-to-id HTTP/1.1" 404 186 0.024637 10.0.0.130 - - [2025-09-29 01:49:24] "GET /projects?obj_uuids=605833f1-500a-4a17-9b86-63e679f20ba9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002931 10.0.0.130 - - [2025-09-29 01:49:24] "GET /domains?obj_uuids=137491c9-af0d-4881-aa86-970d73b1f58a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001066 10.0.0.130 - - [2025-09-29 01:49:24] "GET /domain/137491c9-af0d-4881-aa86-970d73b1f58a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006913 10.0.0.130 - - [2025-09-29 01:49:24] "POST /id-to-fqname HTTP/1.1" 200 188 0.001201 10.0.0.130 - - [2025-09-29 01:49:24] "POST /fqname-to-id HTTP/1.1" 404 197 0.001857 10.0.0.130 - - [2025-09-29 01:49:24] "POST /security-groups HTTP/1.1" 200 589 0.068513 10.0.0.130 - - [2025-09-29 01:49:24] "POST /fqname-to-id HTTP/1.1" 404 232 0.002456 10.0.0.130 - - [2025-09-29 01:49:24] "POST /projects HTTP/1.1" 200 581 0.224133 10.0.0.130 - - [2025-09-29 01:49:24] "POST /access-control-lists HTTP/1.1" 200 596 0.069945 10.0.0.130 - - [2025-09-29 01:49:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.300604 10.0.0.130 - - [2025-09-29 01:49:25] "POST /fqname-to-id HTTP/1.1" 404 231 0.002379 10.0.0.130 - - [2025-09-29 01:49:25] "GET /project/605833f1-500a-4a17-9b86-63e679f20ba9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.428467 10.0.0.130 - - [2025-09-29 01:49:25] "POST /access-control-lists HTTP/1.1" 200 594 0.056554 10.0.0.130 - - [2025-09-29 01:49:26] "GET / HTTP/1.1" 200 36215 0.001751 10.0.0.130 - - [2025-09-29 01:49:26] "POST /fqname-to-id HTTP/1.1" 401 293 0.000571 10.0.0.130 - - [2025-09-29 01:49:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.050480 10.0.0.130 - - [2025-09-29 01:49:27] "GET /projects?obj_uuids=605833f1-500a-4a17-9b86-63e679f20ba9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000995 10.0.0.130 - - [2025-09-29 01:49:27] "GET /project/605833f1-500a-4a17-9b86-63e679f20ba9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.022637 10.0.0.130 - - [2025-09-29 01:49:27] "POST /neutron/network HTTP/1.1" 200 117 0.027519 10.0.0.130 - - [2025-09-29 01:49:27] "GET /projects?obj_uuids=605833f1-500a-4a17-9b86-63e679f20ba9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001123 10.0.0.130 - - [2025-09-29 01:49:27] "POST /neutron/network HTTP/1.1" 200 605 0.060122 10.0.0.130 - - [2025-09-29 01:49:27] "POST /route-targets HTTP/1.1" 200 328 0.010489 10.0.0.130 - - [2025-09-29 01:49:27] "POST /ref-update HTTP/1.1" 200 156 0.011837 10.0.0.130 - - [2025-09-29 01:49:27] "POST /useragent-kv HTTP/1.1" 200 115 0.004075 10.0.0.130 - - [2025-09-29 01:49:27] "POST /neutron/subnet HTTP/1.1" 200 734 0.209849 10.0.0.130 - - [2025-09-29 01:49:27] "POST /neutron/network HTTP/1.1" 200 826 0.005354 10.0.0.130 - - [2025-09-29 01:49:27] "POST /id-to-fqname HTTP/1.1" 200 219 0.001137 10.0.0.130 - - [2025-09-29 01:49:27] "GET /virtual-network/7ed58470-632c-4b9a-b6da-902d3d44f7a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004225 10.0.0.130 - - [2025-09-29 01:49:27] "POST /neutron/network HTTP/1.1" 200 826 0.005314 10.0.0.130 - - [2025-09-29 01:49:27] "GET /virtual-network/7ed58470-632c-4b9a-b6da-902d3d44f7a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005301 10.0.0.130 - - [2025-09-29 01:49:27] "POST /neutron/network HTTP/1.1" 200 826 0.005835 10.0.0.130 - - [2025-09-29 01:49:27] "POST /neutron/subnet HTTP/1.1" 200 734 0.006062 10.0.0.130 - - [2025-09-29 01:49:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002605 10.0.0.130 - - [2025-09-29 01:49:27] "GET /projects?obj_uuids=605833f1-500a-4a17-9b86-63e679f20ba9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001029 10.0.0.130 - - [2025-09-29 01:49:27] "GET /project/605833f1-500a-4a17-9b86-63e679f20ba9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.035151 10.0.0.130 - - [2025-09-29 01:49:27] "POST /neutron/network HTTP/1.1" 200 117 0.010649 10.0.0.130 - - [2025-09-29 01:49:27] "GET /projects?obj_uuids=605833f1-500a-4a17-9b86-63e679f20ba9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001050 10.0.0.130 - - [2025-09-29 01:49:27] "POST /neutron/network HTTP/1.1" 200 605 0.071906 10.0.0.130 - - [2025-09-29 01:49:27] "POST /route-targets HTTP/1.1" 200 328 0.017056 10.0.0.130 - - [2025-09-29 01:49:27] "POST /ref-update HTTP/1.1" 200 156 0.016638 10.0.0.130 - - [2025-09-29 01:49:28] "POST /neutron/port HTTP/1.1" 200 117 0.004613 10.0.0.130 - - [2025-09-29 01:49:28] "POST /neutron/port HTTP/1.1" 400 205 0.002963 10.0.0.130 - - [2025-09-29 01:49:28] "POST /useragent-kv HTTP/1.1" 200 115 0.003509 10.0.0.130 - - [2025-09-29 01:49:28] "POST /neutron/subnet HTTP/1.1" 200 724 0.198024 10.0.0.130 - - [2025-09-29 01:49:28] "POST /neutron/network HTTP/1.1" 200 824 0.004869 10.0.0.130 - - [2025-09-29 01:49:28] "POST /id-to-fqname HTTP/1.1" 200 219 0.001018 10.0.0.130 - - [2025-09-29 01:49:28] "GET /virtual-network/243950e1-6dc4-42ab-8b55-48816762c163?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.004872 10.0.0.130 - - [2025-09-29 01:49:28] "POST /neutron/port HTTP/1.1" 200 117 0.005625 10.0.0.130 - - [2025-09-29 01:49:28] "POST /neutron/port HTTP/1.1" 400 205 0.002940 10.0.0.130 - - [2025-09-29 01:49:28] "POST /neutron/network HTTP/1.1" 200 824 0.005189 10.0.0.130 - - [2025-09-29 01:49:28] "GET /virtual-network/243950e1-6dc4-42ab-8b55-48816762c163?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.004838 10.0.0.130 - - [2025-09-29 01:49:28] "POST /neutron/network HTTP/1.1" 200 824 0.005443 10.0.0.130 - - [2025-09-29 01:49:28] "POST /neutron/subnet HTTP/1.1" 200 724 0.006712 10.0.0.130 - - [2025-09-29 01:49:28] "POST /id-to-fqname HTTP/1.1" 200 219 0.001100 10.0.0.130 - - [2025-09-29 01:49:28] "POST /neutron/port HTTP/1.1" 200 117 0.004776 10.0.0.130 - - [2025-09-29 01:49:28] "POST /neutron/network HTTP/1.1" 200 836 0.005575 10.0.0.130 - - [2025-09-29 01:49:28] "GET /aaa-mode HTTP/1.1" 401 293 0.000980 10.0.0.130 - - [2025-09-29 01:49:29] "GET / HTTP/1.1" 200 36215 0.001411 10.0.0.130 - - [2025-09-29 01:49:29] "GET /project/605833f1-500a-4a17-9b86-63e679f20ba9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000343 10.0.0.130 - - [2025-09-29 01:49:29] "GET /projects?obj_uuids=605833f1-500a-4a17-9b86-63e679f20ba9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000908 10.0.0.130 - - [2025-09-29 01:49:29] "GET /project/605833f1-500a-4a17-9b86-63e679f20ba9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.050522 10.0.0.130 - - [2025-09-29 01:49:29] "POST /neutron/network HTTP/1.1" 200 826 0.004915 10.0.0.130 - - [2025-09-29 01:49:29] "POST /neutron/port HTTP/1.1" 200 117 0.006406 10.0.0.130 - - [2025-09-29 01:49:29] "POST /neutron/port HTTP/1.1" 200 117 0.004548 10.0.0.130 - - [2025-09-29 01:49:29] "POST /id-to-fqname HTTP/1.1" 200 219 0.001185 10.0.0.130 - - [2025-09-29 01:49:29] "POST /neutron/port HTTP/1.1" 200 117 0.004555 10.0.0.130 - - [2025-09-29 01:49:29] "POST /neutron/network HTTP/1.1" 200 834 0.005323 10.0.0.130 - - [2025-09-29 01:49:29] "GET /aaa-mode HTTP/1.1" 401 293 0.000377 10.0.0.130 - - [2025-09-29 01:49:29] "POST /neutron/network HTTP/1.1" 200 836 0.005729 10.0.0.130 - - [2025-09-29 01:49:29] "GET /projects?obj_uuids=605833f1-500a-4a17-9b86-63e679f20ba9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001034 10.0.0.130 - - [2025-09-29 01:49:30] "GET / HTTP/1.1" 200 36215 0.001869 10.0.0.130 - - [2025-09-29 01:49:30] "GET /project/605833f1-500a-4a17-9b86-63e679f20ba9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000942 10.0.0.130 - - [2025-09-29 01:49:30] "POST /neutron/port HTTP/1.1" 200 1060 0.214120 10.0.0.130 - - [2025-09-29 01:49:30] "POST /neutron/port HTTP/1.1" 200 1060 0.010749 10.0.0.130 - - [2025-09-29 01:49:30] "POST /neutron/port HTTP/1.1" 200 1060 0.007456 10.0.0.130 - - [2025-09-29 01:49:30] "POST /neutron/port HTTP/1.1" 200 1114 0.073862 10.0.0.130 - - [2025-09-29 01:49:30] "POST /neutron/port HTTP/1.1" 200 1088 0.011454 10.0.0.130 - - [2025-09-29 01:49:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003019 10.0.0.130 - - [2025-09-29 01:49:30] "POST /neutron/subnet HTTP/1.1" 200 708 0.006919 10.0.0.130 - - [2025-09-29 01:49:30] "POST /neutron/port HTTP/1.1" 200 117 0.001754 10.0.0.130 - - [2025-09-29 01:49:30] "POST /neutron/network HTTP/1.1" 200 826 0.005101 10.0.0.130 - - [2025-09-29 01:49:30] "GET /projects?obj_uuids=605833f1-500a-4a17-9b86-63e679f20ba9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000969 10.0.0.130 - - [2025-09-29 01:49:30] "GET /project/605833f1-500a-4a17-9b86-63e679f20ba9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.059510 10.0.0.130 - - [2025-09-29 01:49:30] "POST /neutron/network HTTP/1.1" 200 824 0.007179 10.0.0.130 - - [2025-09-29 01:49:30] "POST /neutron/port HTTP/1.1" 200 1088 0.016983 10.0.0.130 - - [2025-09-29 01:49:30] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006523 10.0.0.130 - - [2025-09-29 01:49:30] "POST /neutron/port HTTP/1.1" 200 117 0.005007 10.0.0.130 - - [2025-09-29 01:49:30] "GET /projects?obj_uuids=605833f1-500a-4a17-9b86-63e679f20ba9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001007 10.0.0.130 - - [2025-09-29 01:49:30] "POST /neutron/router HTTP/1.1" 200 580 0.075310 10.0.0.130 - - [2025-09-29 01:49:30] "POST /neutron/router HTTP/1.1" 200 580 0.003747 10.0.0.130 - - [2025-09-29 01:49:30] "POST /route-targets HTTP/1.1" 200 328 0.019969 10.0.0.130 - - [2025-09-29 01:49:30] "GET /projects?obj_uuids=605833f1-500a-4a17-9b86-63e679f20ba9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001096 10.0.0.130 - - [2025-09-29 01:49:30] "PUT /logical-router/8910a0c5-9242-441d-a107-0dbcc4b37777 HTTP/1.1" 200 263 0.024531 10.0.0.130 - - [2025-09-29 01:49:31] "POST /neutron/router HTTP/1.1" 200 344 0.230875 10.0.0.130 - - [2025-09-29 01:49:31] "POST /ref-update HTTP/1.1" 200 156 0.008014 10.0.0.130 - - [2025-09-29 01:49:31] "POST /neutron/port HTTP/1.1" 200 1088 0.011766 10.0.0.130 - - [2025-09-29 01:49:31] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009489 10.0.0.130 - - [2025-09-29 01:49:31] "POST /neutron/network HTTP/1.1" 200 834 0.005830 10.0.0.130 - - [2025-09-29 01:49:31] "GET /projects?obj_uuids=605833f1-500a-4a17-9b86-63e679f20ba9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000926 10.0.0.130 - - [2025-09-29 01:49:31] "POST /neutron/port HTTP/1.1" 200 1058 0.226050 10.0.0.130 - - [2025-09-29 01:49:31] "POST /neutron/port HTTP/1.1" 200 1058 0.009067 10.0.0.130 - - [2025-09-29 01:49:31] "POST /neutron/port HTTP/1.1" 200 1058 0.010669 10.0.0.130 - - [2025-09-29 01:49:31] "POST /neutron/port HTTP/1.1" 200 1112 0.073189 10.0.0.130 - - [2025-09-29 01:49:31] "POST /neutron/port HTTP/1.1" 200 1086 0.014387 10.0.0.130 - - [2025-09-29 01:49:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003203 10.0.0.130 - - [2025-09-29 01:49:31] "POST /neutron/subnet HTTP/1.1" 200 698 0.006107 10.0.0.130 - - [2025-09-29 01:49:31] "POST /neutron/port HTTP/1.1" 200 117 0.001332 10.0.0.130 - - [2025-09-29 01:49:31] "POST /neutron/network HTTP/1.1" 200 824 0.005446 10.0.0.130 - - [2025-09-29 01:49:32] "DELETE /project/f3afa1af55f54c5ba98969754cda1cda HTTP/1.1" 404 173 0.022272 10.0.0.130 - - [2025-09-29 01:49:32] "DELETE /project/add9b507cbb64d1881a7f6bac0fcd551 HTTP/1.1" 404 173 0.021573 10.0.0.130 - - [2025-09-29 01:49:32] "DELETE /project/605833f1500a4a179b8663e679f20ba9 HTTP/1.1" 404 173 0.012214 10.0.0.130 - - [2025-09-29 01:49:32] "DELETE /project/aa67bf85b95d4a4dbc7760ef76480cb5 HTTP/1.1" 404 173 0.015658 10.0.0.130 - - [2025-09-29 01:49:32] "GET /projects?obj_uuids=f3afa1af-55f5-4c5b-a989-69754cda1cda&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001175 10.0.0.130 - - [2025-09-29 01:49:32] "GET /projects?obj_uuids=aa67bf85-b95d-4a4d-bc77-60ef76480cb5&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000841 10.0.0.130 - - [2025-09-29 01:49:32] "GET /projects?obj_uuids=add9b507-cbb6-4d18-81a7-f6bac0fcd551&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000916 10.0.0.130 - - [2025-09-29 01:49:32] "GET /projects?obj_uuids=063560ab-4981-4359-81de-d25461d23086&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000723 10.0.0.130 - - [2025-09-29 01:49:33] "GET /project/063560ab-4981-4359-81de-d25461d23086?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1513 0.056935 10.0.0.130 - - [2025-09-29 01:49:33] "GET /project/add9b507-cbb6-4d18-81a7-f6bac0fcd551?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.065766 10.0.0.130 - - [2025-09-29 01:49:33] "GET /project/f3afa1af-55f5-4c5b-a989-69754cda1cda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.074358 10.0.0.130 - - [2025-09-29 01:49:33] "GET /project/aa67bf85-b95d-4a4d-bc77-60ef76480cb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1452 0.088404 10.0.0.130 - - [2025-09-29 01:49:33] "GET /projects?obj_uuids=f3afa1af-55f5-4c5b-a989-69754cda1cda&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000983 10.0.0.130 - - [2025-09-29 01:49:33] "GET /projects?obj_uuids=add9b507-cbb6-4d18-81a7-f6bac0fcd551&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000764 10.0.0.130 - - [2025-09-29 01:49:33] "GET /projects?obj_uuids=063560ab-4981-4359-81de-d25461d23086&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000710 10.0.0.130 - - [2025-09-29 01:49:33] "GET /projects?obj_uuids=aa67bf85-b95d-4a4d-bc77-60ef76480cb5&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000859 10.0.0.130 - - [2025-09-29 01:49:33] "GET /project/add9b507-cbb6-4d18-81a7-f6bac0fcd551?fields=security_groups HTTP/1.1" 200 1347 0.071258 10.0.0.130 - - [2025-09-29 01:49:33] "GET /project/063560ab-4981-4359-81de-d25461d23086?fields=security_groups HTTP/1.1" 200 1396 0.080723 10.0.0.130 - - [2025-09-29 01:49:33] "GET /project/aa67bf85-b95d-4a4d-bc77-60ef76480cb5?fields=security_groups HTTP/1.1" 200 1351 0.077743 10.0.0.130 - - [2025-09-29 01:49:33] "GET /project/f3afa1af-55f5-4c5b-a989-69754cda1cda?fields=security_groups HTTP/1.1" 200 1348 0.089760 10.0.0.130 - - [2025-09-29 01:49:33] "DELETE /security-group/75db02a0-8463-4a32-900a-7c1fac4c22b3 HTTP/1.1" 200 115 0.100175 10.0.0.130 - - [2025-09-29 01:49:33] "DELETE /security-group/333961ab-7889-4936-bacf-0d71160ce798 HTTP/1.1" 200 115 0.099791 10.0.0.130 - - [2025-09-29 01:49:33] "GET /projects?obj_uuids=add9b507-cbb6-4d18-81a7-f6bac0fcd551&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001055 10.0.0.130 - - [2025-09-29 01:49:33] "GET /projects?obj_uuids=063560ab-4981-4359-81de-d25461d23086&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.004450 10.0.0.130 - - [2025-09-29 01:49:33] "DELETE /access-control-list/37dc2c44-9ab1-459e-ac6b-1906b664d94b HTTP/1.1" 200 115 0.085052 10.0.0.130 - - [2025-09-29 01:49:33] "DELETE /security-group/d4146f90-b482-4f7b-8501-322243dd70ae HTTP/1.1" 200 115 0.126109 10.0.0.130 - - [2025-09-29 01:49:33] "GET /project/add9b507-cbb6-4d18-81a7-f6bac0fcd551?fields=application_policy_sets HTTP/1.1" 200 1386 0.055520 10.0.0.130 - - [2025-09-29 01:49:33] "GET /projects?obj_uuids=aa67bf85-b95d-4a4d-bc77-60ef76480cb5&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.003287 10.0.0.130 - - [2025-09-29 01:49:33] "GET /project/063560ab-4981-4359-81de-d25461d23086?fields=application_policy_sets HTTP/1.1" 200 1435 0.062673 10.0.0.130 - - [2025-09-29 01:49:33] "DELETE /security-group/b8c99846-ecbc-46c0-b8b5-c09cbdd04184 HTTP/1.1" 200 115 0.174860 10.0.0.130 - - [2025-09-29 01:49:33] "GET /project/aa67bf85-b95d-4a4d-bc77-60ef76480cb5?fields=application_policy_sets HTTP/1.1" 200 1390 0.055134 10.0.0.130 - - [2025-09-29 01:49:33] "GET /projects?obj_uuids=f3afa1af-55f5-4c5b-a989-69754cda1cda&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001552 10.0.0.130 - - [2025-09-29 01:49:33] "DELETE /access-control-list/cf857d1c-50cd-4f87-ba76-137e53da8942 HTTP/1.1" 200 115 0.087250 10.0.0.130 - - [2025-09-29 01:49:33] "DELETE /access-control-list/283ec271-7c44-403a-92b9-1e619d649cc3 HTTP/1.1" 200 115 0.043752 10.0.0.130 - - [2025-09-29 01:49:33] "GET /project/f3afa1af-55f5-4c5b-a989-69754cda1cda?fields=application_policy_sets HTTP/1.1" 200 1387 0.104961 10.0.0.130 - - [2025-09-29 01:49:33] "DELETE /access-control-list/10d4b554-2235-4324-a988-07b7a24f7d90 HTTP/1.1" 200 115 0.081425 10.0.0.130 - - [2025-09-29 01:49:33] "DELETE /project/add9b507-cbb6-4d18-81a7-f6bac0fcd551 HTTP/1.1" 200 115 0.617008 10.0.0.130 - - [2025-09-29 01:49:33] "DELETE /project/063560ab-4981-4359-81de-d25461d23086 HTTP/1.1" 200 115 0.620019 10.0.0.130 - - [2025-09-29 01:49:33] "DELETE /access-control-list/298c6096-0a1a-4425-b5e7-bb2e9d767914 HTTP/1.1" 200 115 0.036094 10.0.0.130 - - [2025-09-29 01:49:33] "DELETE /project/aa67bf85-b95d-4a4d-bc77-60ef76480cb5 HTTP/1.1" 200 115 0.657490 10.0.0.130 - - [2025-09-29 01:49:33] "DELETE /access-control-list/0cf4e9f0-f0fd-4320-bfdb-760ca5a9a532 HTTP/1.1" 200 115 0.027314 10.0.0.130 - - [2025-09-29 01:49:33] "DELETE /access-control-list/e113bffa-a391-41a4-9e0d-96df6e725932 HTTP/1.1" 200 115 0.034643 10.0.0.130 - - [2025-09-29 01:49:33] "DELETE /project/f3afa1af-55f5-4c5b-a989-69754cda1cda HTTP/1.1" 200 115 0.708291 10.0.0.130 - - [2025-09-29 01:49:33] "DELETE /access-control-list/2bb4105b-8b8f-4fc3-a64b-d8ce2109680d HTTP/1.1" 200 115 0.016235 10.0.0.130 - - [2025-09-29 01:49:36] "POST /neutron/port HTTP/1.1" 200 1088 0.011133 10.0.0.130 - - [2025-09-29 01:49:36] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007455 10.0.0.130 - - [2025-09-29 01:49:36] "POST /neutron/port HTTP/1.1" 200 1088 0.015292 10.0.0.130 - - [2025-09-29 01:49:36] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007158 10.0.0.130 - - [2025-09-29 01:49:36] "POST /neutron/port HTTP/1.1" 200 1088 0.010357 10.0.0.130 - - [2025-09-29 01:49:36] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005765 10.0.0.130 - - [2025-09-29 01:49:36] "GET /virtual-machine/45c1c025-13c2-44b1-aa6b-ef8c24992921 HTTP/1.1" 401 293 0.000388 10.0.0.130 - - [2025-09-29 01:49:36] "GET /virtual-machine/45c1c025-13c2-44b1-aa6b-ef8c24992921 HTTP/1.1" 200 1292 0.029337 10.0.0.130 - - [2025-09-29 01:49:36] "GET /virtual-machine-interface/e0f1fc25-ee70-4783-b02c-8039b089400a HTTP/1.1" 200 2941 0.009490 10.0.0.130 - - [2025-09-29 01:49:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002602 10.0.0.130 - - [2025-09-29 01:49:36] "GET /global-vrouter-config/995f2d36-a695-4ca8-8abd-5db3ca8044ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003726 10.0.0.130 - - [2025-09-29 01:49:36] "GET /virtual-networks?parent_id=605833f1-500a-4a17-9b86-63e679f20ba9&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002864 10.0.0.130 - - [2025-09-29 01:49:36] "GET /virtual-network/7ed58470-632c-4b9a-b6da-902d3d44f7a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005316 10.0.0.130 - - [2025-09-29 01:49:38] "GET /obj-perms HTTP/1.1" 200 5075 0.048100 10.0.0.130 - - [2025-09-29 01:49:39] "POST /neutron/port HTTP/1.1" 200 1088 0.017582 10.0.0.130 - - [2025-09-29 01:49:39] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007061 10.0.0.130 - - [2025-09-29 01:49:39] "GET /obj-perms HTTP/1.1" 200 5075 0.047967 10.0.0.130 - - [2025-09-29 01:49:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002549 10.0.0.130 - - [2025-09-29 01:49:40] "GET /virtual-network/7ed58470-632c-4b9a-b6da-902d3d44f7a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005088 10.0.0.130 - - [2025-09-29 01:49:40] "POST /neutron/port HTTP/1.1" 200 1086 0.010727 10.0.0.130 - - [2025-09-29 01:49:40] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005165 10.0.0.130 - - [2025-09-29 01:49:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002863 10.0.0.130 - - [2025-09-29 01:49:42] "GET /global-vrouter-config/995f2d36-a695-4ca8-8abd-5db3ca8044ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002999 10.0.0.130 - - [2025-09-29 01:49:42] "GET /virtual-networks?parent_id=605833f1-500a-4a17-9b86-63e679f20ba9&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002570 10.0.0.130 - - [2025-09-29 01:49:42] "GET /virtual-network/7ed58470-632c-4b9a-b6da-902d3d44f7a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004830 10.0.0.130 - - [2025-09-29 01:49:42] "POST /neutron/port HTTP/1.1" 200 1086 0.010357 10.0.0.130 - - [2025-09-29 01:49:42] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004658 10.0.0.130 - - [2025-09-29 01:49:42] "POST /neutron/port HTTP/1.1" 200 1086 0.009935 10.0.0.130 - - [2025-09-29 01:49:42] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005660 10.0.0.130 - - [2025-09-29 01:49:42] "POST /neutron/port HTTP/1.1" 200 1086 0.011612 10.0.0.130 - - [2025-09-29 01:49:42] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005880 10.0.0.130 - - [2025-09-29 01:49:42] "GET /virtual-machine/b0bf63e8-30ee-499f-8ba7-7c898e007510 HTTP/1.1" 200 1293 0.004213 10.0.0.130 - - [2025-09-29 01:49:42] "GET /virtual-machine-interface/eb8f1bc6-70ce-4575-a11f-3d3a8a3441c9 HTTP/1.1" 200 2941 0.004221 10.0.0.130 - - [2025-09-29 01:49:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003473 10.0.0.130 - - [2025-09-29 01:49:42] "GET /global-vrouter-config/995f2d36-a695-4ca8-8abd-5db3ca8044ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003954 10.0.0.130 - - [2025-09-29 01:49:42] "GET /virtual-networks?parent_id=605833f1-500a-4a17-9b86-63e679f20ba9&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002777 10.0.0.130 - - [2025-09-29 01:49:42] "GET /virtual-network/243950e1-6dc4-42ab-8b55-48816762c163?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.004679 10.0.0.130 - - [2025-09-29 01:49:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002645 10.0.0.130 - - [2025-09-29 01:49:43] "GET /global-vrouter-config/995f2d36-a695-4ca8-8abd-5db3ca8044ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002891 10.0.0.130 - - [2025-09-29 01:49:43] "GET /virtual-networks?parent_id=605833f1-500a-4a17-9b86-63e679f20ba9&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002843 10.0.0.130 - - [2025-09-29 01:49:44] "GET /virtual-network/243950e1-6dc4-42ab-8b55-48816762c163?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.004799 10.0.0.130 - - [2025-09-29 01:49:49] "POST /neutron/router HTTP/1.1" 200 580 0.003409 10.0.0.130 - - [2025-09-29 01:49:49] "GET /projects?obj_uuids=605833f1-500a-4a17-9b86-63e679f20ba9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001277 10.0.0.130 - - [2025-09-29 01:49:49] "POST /neutron/router HTTP/1.1" 200 344 0.214173 10.0.0.130 - - [2025-09-29 01:49:49] "POST /neutron/port HTTP/1.1" 200 1886 0.016117 10.0.0.130 - - [2025-09-29 01:49:49] "POST /ref-update HTTP/1.1" 200 156 0.007254 10.0.0.130 - - [2025-09-29 01:49:55] "POST /neutron/port HTTP/1.1" 200 1088 0.010149 10.0.0.130 - - [2025-09-29 01:49:55] "POST /neutron/port HTTP/1.1" 200 1088 0.012113 10.0.0.130 - - [2025-09-29 01:49:55] "POST /neutron/router HTTP/1.1" 200 580 0.003735 10.0.0.130 - - [2025-09-29 01:49:56] "POST /neutron/network HTTP/1.1" 200 836 0.007322 10.0.0.130 - - [2025-09-29 01:49:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003637 10.0.0.130 - - [2025-09-29 01:49:56] "POST /ref-update HTTP/1.1" 200 156 0.012913 10.0.0.130 - - [2025-09-29 01:49:56] "POST /neutron/subnet HTTP/1.1" 200 708 0.010916 10.0.0.130 - - [2025-09-29 01:49:56] "POST /neutron/port HTTP/1.1" 200 117 0.001795 10.0.0.130 - - [2025-09-29 01:49:56] "POST /neutron/network HTTP/1.1" 200 826 0.004256 10.0.0.130 - - [2025-09-29 01:49:56] "POST /neutron/router HTTP/1.1" 200 344 0.114083 10.0.0.130 - - [2025-09-29 01:49:59] "POST /neutron/router HTTP/1.1" 200 580 0.004790 10.0.0.130 - - [2025-09-29 01:49:59] "GET /projects?obj_uuids=605833f1-500a-4a17-9b86-63e679f20ba9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000944 10.0.0.130 - - [2025-09-29 01:49:59] "POST /neutron/router HTTP/1.1" 200 344 0.181219 10.0.0.130 - - [2025-09-29 01:49:59] "POST /ref-update HTTP/1.1" 200 156 0.007622 10.0.0.130 - - [2025-09-29 01:50:01] "POST /neutron/router HTTP/1.1" 200 580 0.004575 10.0.0.130 - - [2025-09-29 01:50:01] "POST /ref-update HTTP/1.1" 200 156 0.013919 10.0.0.130 - - [2025-09-29 01:50:01] "POST /neutron/router HTTP/1.1" 200 344 0.112956 10.0.0.130 - - [2025-09-29 01:50:01] "POST /neutron/router HTTP/1.1" 200 580 0.004720 10.0.0.130 - - [2025-09-29 01:50:01] "POST /ref-update HTTP/1.1" 200 156 0.013386 10.0.0.130 - - [2025-09-29 01:50:01] "POST /neutron/router HTTP/1.1" 200 344 0.095017 10.0.0.130 - - [2025-09-29 01:50:02] "POST /neutron/router HTTP/1.1" 200 580 0.008259 10.0.0.130 - - [2025-09-29 01:50:02] "GET /logical-router/8910a0c5-9242-441d-a107-0dbcc4b37777?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.003262 10.0.0.130 - - [2025-09-29 01:50:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005638 10.0.0.130 - - [2025-09-29 01:50:02] "POST /neutron/router HTTP/1.1" 200 151 0.053879 10.0.0.130 - - [2025-09-29 01:50:02] "DELETE /route-target/4d115606-7f5c-48de-a7e3-837072dc3535 HTTP/1.1" 200 115 0.018748 10.0.0.130 - - [2025-09-29 01:50:02] "POST /neutron/network HTTP/1.1" 200 824 0.007776 10.0.0.130 - - [2025-09-29 01:50:02] "POST /neutron/network HTTP/1.1" 400 204 0.009954 10.0.0.130 - - [2025-09-29 01:50:02] "POST /neutron/port HTTP/1.1" 200 1086 0.011062 10.0.0.130 - - [2025-09-29 01:50:02] "POST /neutron/port HTTP/1.1" 200 1112 0.007883 10.0.0.130 - - [2025-09-29 01:50:02] "POST /neutron/port HTTP/1.1" 200 151 0.105483 10.0.0.130 - - [2025-09-29 01:50:02] "POST /neutron/port HTTP/1.1" 200 1088 0.013120 10.0.0.130 - - [2025-09-29 01:50:02] "POST /neutron/port HTTP/1.1" 200 1114 0.009403 10.0.0.130 - - [2025-09-29 01:50:02] "POST /neutron/port HTTP/1.1" 200 151 0.107262 10.0.0.130 - - [2025-09-29 01:50:04] "POST /neutron/network HTTP/1.1" 200 824 0.005283 10.0.0.130 - - [2025-09-29 01:50:04] "POST /useragent-kv HTTP/1.1" 200 115 0.002679 10.0.0.130 - - [2025-09-29 01:50:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003361 10.0.0.130 - - [2025-09-29 01:50:04] "POST /useragent-kv HTTP/1.1" 200 115 0.003304 10.0.0.130 - - [2025-09-29 01:50:04] "POST /neutron/network HTTP/1.1" 200 151 0.078152 10.0.0.130 - - [2025-09-29 01:50:04] "DELETE /route-target/31df19e4-cd3c-4337-ab92-a299da4a278c HTTP/1.1" 200 115 0.015949 10.0.0.130 - - [2025-09-29 01:50:04] "POST /neutron/network HTTP/1.1" 200 826 0.005059 10.0.0.130 - - [2025-09-29 01:50:04] "POST /useragent-kv HTTP/1.1" 200 115 0.003781 10.0.0.130 - - [2025-09-29 01:50:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003542 10.0.0.130 - - [2025-09-29 01:50:04] "POST /useragent-kv HTTP/1.1" 200 115 0.001677 10.0.0.130 - - [2025-09-29 01:50:04] "POST /neutron/network HTTP/1.1" 200 151 0.069345 10.0.0.130 - - [2025-09-29 01:50:04] "DELETE /route-target/839fcadd-c877-4d94-a61c-3e7cf047694c HTTP/1.1" 200 115 0.013342 10.0.0.130 - - [2025-09-29 01:50:04] "GET /projects?obj_uuids=605833f1-500a-4a17-9b86-63e679f20ba9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000962 10.0.0.130 - - [2025-09-29 01:50:04] "GET /project/605833f1-500a-4a17-9b86-63e679f20ba9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.024403 10.0.0.130 - - [2025-09-29 01:50:04] "GET /projects?obj_uuids=605833f1-500a-4a17-9b86-63e679f20ba9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001257 10.0.0.130 - - [2025-09-29 01:50:04] "GET /project/605833f1-500a-4a17-9b86-63e679f20ba9?fields=virtual_networks HTTP/1.1" 200 1029 0.066345 10.0.0.130 - - [2025-09-29 01:50:04] "GET /projects?obj_uuids=605833f1-500a-4a17-9b86-63e679f20ba9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001177 10.0.0.130 - - [2025-09-29 01:50:04] "GET /project/605833f1-500a-4a17-9b86-63e679f20ba9?fields=virtual_machine_interfaces HTTP/1.1" 200 1029 0.024372 10.0.0.130 - - [2025-09-29 01:50:04] "GET /projects?obj_uuids=605833f1-500a-4a17-9b86-63e679f20ba9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000976 10.0.0.130 - - [2025-09-29 01:50:04] "GET /project/605833f1-500a-4a17-9b86-63e679f20ba9?fields=security_groups HTTP/1.1" 200 1254 0.021561 10.0.0.130 - - [2025-09-29 01:50:05] "POST /fqname-to-id HTTP/1.1" 404 191 0.024064 10.0.0.130 - - [2025-09-29 01:50:05] "GET /projects?obj_uuids=d51cd23c-db8d-461e-b7c9-e4deec5448a3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002424 10.0.0.130 - - [2025-09-29 01:50:05] "GET /domains?obj_uuids=137491c9-af0d-4881-aa86-970d73b1f58a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000935 10.0.0.130 - - [2025-09-29 01:50:05] "GET /domain/137491c9-af0d-4881-aa86-970d73b1f58a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006246 10.0.0.130 - - [2025-09-29 01:50:05] "POST /id-to-fqname HTTP/1.1" 200 193 0.001123 10.0.0.130 - - [2025-09-29 01:50:05] "POST /fqname-to-id HTTP/1.1" 404 202 0.003128 10.0.0.130 - - [2025-09-29 01:50:05] "POST /security-groups HTTP/1.1" 200 594 0.064257 10.0.0.130 - - [2025-09-29 01:50:06] "POST /fqname-to-id HTTP/1.1" 404 237 0.002502 10.0.0.130 - - [2025-09-29 01:50:06] "POST /projects HTTP/1.1" 200 591 0.210771 10.0.0.130 - - [2025-09-29 01:50:06] "POST /access-control-lists HTTP/1.1" 200 601 0.059439 10.0.0.130 - - [2025-09-29 01:50:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.277240 10.0.0.130 - - [2025-09-29 01:50:06] "POST /fqname-to-id HTTP/1.1" 404 236 0.002474 10.0.0.130 - - [2025-09-29 01:50:06] "GET /project/d51cd23c-db8d-461e-b7c9-e4deec5448a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.399521 10.0.0.130 - - [2025-09-29 01:50:06] "POST /access-control-lists HTTP/1.1" 200 599 0.062547 10.0.0.130 - - [2025-09-29 01:50:07] "GET / HTTP/1.1" 200 36215 0.001801 10.0.0.130 - - [2025-09-29 01:50:08] "GET /project/d51cd23c-db8d-461e-b7c9-e4deec5448a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000467 10.0.0.130 - - [2025-09-29 01:50:08] "GET /projects?obj_uuids=d51cd23c-db8d-461e-b7c9-e4deec5448a3&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001218 10.0.0.130 - - [2025-09-29 01:50:08] "GET /project/d51cd23c-db8d-461e-b7c9-e4deec5448a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.052842 10.0.0.130 - - [2025-09-29 01:50:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002694 10.0.0.130 - - [2025-09-29 01:50:08] "GET /security-group/1bbaf152-3873-44d4-8406-741bc1e76e4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3763 0.004341 10.0.0.130 - - [2025-09-29 01:50:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002369 10.0.0.130 - - [2025-09-29 01:50:08] "GET /projects?obj_uuids=d51cd23c-db8d-461e-b7c9-e4deec5448a3&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001961 10.0.0.130 - - [2025-09-29 01:50:08] "GET /project/d51cd23c-db8d-461e-b7c9-e4deec5448a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.024502 10.0.0.130 - - [2025-09-29 01:50:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004987 10.0.0.130 - - [2025-09-29 01:50:08] "GET /security-group/1bbaf152-3873-44d4-8406-741bc1e76e4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3763 0.003880 10.0.0.130 - - [2025-09-29 01:50:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002528 10.0.0.130 - - [2025-09-29 01:50:08] "PUT /security-group/1bbaf152-3873-44d4-8406-741bc1e76e4f HTTP/1.1" 200 263 0.012219 10.0.0.130 - - [2025-09-29 01:50:08] "PUT /access-control-list/7675329d-7b15-4162-8b51-ed2880eaedc0 HTTP/1.1" 200 273 0.009745 10.0.0.130 - - [2025-09-29 01:50:08] "PUT /access-control-list/f225d3d3-a6a0-47b7-be2d-6064585ae025 HTTP/1.1" 200 273 0.010086 10.0.0.130 - - [2025-09-29 01:50:08] "POST /fqname-to-id HTTP/1.1" 404 202 0.002112 10.0.0.130 - - [2025-09-29 01:50:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002340 10.0.0.130 - - [2025-09-29 01:50:09] "GET /projects?obj_uuids=d51cd23c-db8d-461e-b7c9-e4deec5448a3&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001331 10.0.0.130 - - [2025-09-29 01:50:09] "GET /project/d51cd23c-db8d-461e-b7c9-e4deec5448a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.019758 10.0.0.130 - - [2025-09-29 01:50:09] "POST /neutron/network HTTP/1.1" 200 117 0.026785 10.0.0.130 - - [2025-09-29 01:50:09] "GET /projects?obj_uuids=d51cd23c-db8d-461e-b7c9-e4deec5448a3&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000900 10.0.0.130 - - [2025-09-29 01:50:09] "POST /neutron/network HTTP/1.1" 200 608 0.061889 10.0.0.130 - - [2025-09-29 01:50:09] "POST /route-targets HTTP/1.1" 200 328 0.010573 10.0.0.130 - - [2025-09-29 01:50:09] "POST /ref-update HTTP/1.1" 200 156 0.013541 10.0.0.130 - - [2025-09-29 01:50:09] "POST /useragent-kv HTTP/1.1" 200 115 0.002325 10.0.0.130 - - [2025-09-29 01:50:09] "POST /neutron/subnet HTTP/1.1" 200 725 0.150570 10.0.0.130 - - [2025-09-29 01:50:09] "POST /neutron/network HTTP/1.1" 200 827 0.006263 10.0.0.130 - - [2025-09-29 01:50:09] "POST /id-to-fqname HTTP/1.1" 200 223 0.001065 10.0.0.130 - - [2025-09-29 01:50:09] "GET /virtual-network/dc56085b-70e0-46b3-b330-3f976e42dee1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004217 10.0.0.130 - - [2025-09-29 01:50:09] "POST /neutron/network HTTP/1.1" 200 827 0.004664 10.0.0.130 - - [2025-09-29 01:50:09] "GET /virtual-network/dc56085b-70e0-46b3-b330-3f976e42dee1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.003748 10.0.0.130 - - [2025-09-29 01:50:09] "POST /neutron/network HTTP/1.1" 200 827 0.006181 10.0.0.130 - - [2025-09-29 01:50:09] "POST /neutron/subnet HTTP/1.1" 200 725 0.006079 10.0.0.130 - - [2025-09-29 01:50:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002305 10.0.0.130 - - [2025-09-29 01:50:09] "GET /projects?obj_uuids=d51cd23c-db8d-461e-b7c9-e4deec5448a3&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000957 10.0.0.130 - - [2025-09-29 01:50:09] "GET /project/d51cd23c-db8d-461e-b7c9-e4deec5448a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.020960 10.0.0.130 - - [2025-09-29 01:50:09] "POST /neutron/network HTTP/1.1" 200 117 0.007961 10.0.0.130 - - [2025-09-29 01:50:09] "GET /projects?obj_uuids=d51cd23c-db8d-461e-b7c9-e4deec5448a3&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001010 10.0.0.130 - - [2025-09-29 01:50:09] "POST /neutron/network HTTP/1.1" 200 615 0.085922 10.0.0.130 - - [2025-09-29 01:50:09] "POST /route-targets HTTP/1.1" 200 328 0.010289 10.0.0.130 - - [2025-09-29 01:50:09] "POST /ref-update HTTP/1.1" 200 156 0.014642 10.0.0.130 - - [2025-09-29 01:50:10] "POST /useragent-kv HTTP/1.1" 200 115 0.004200 10.0.0.130 - - [2025-09-29 01:50:10] "POST /neutron/subnet HTTP/1.1" 200 729 0.187622 10.0.0.130 - - [2025-09-29 01:50:10] "POST /neutron/network HTTP/1.1" 200 835 0.005499 10.0.0.130 - - [2025-09-29 01:50:10] "POST /id-to-fqname HTTP/1.1" 200 227 0.001018 10.0.0.130 - - [2025-09-29 01:50:10] "GET /virtual-network/09d8c5b4-c99d-4d3b-affc-40e081df205f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.004391 10.0.0.130 - - [2025-09-29 01:50:10] "POST /neutron/network HTTP/1.1" 200 835 0.004559 10.0.0.130 - - [2025-09-29 01:50:10] "GET /virtual-network/09d8c5b4-c99d-4d3b-affc-40e081df205f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.007261 10.0.0.130 - - [2025-09-29 01:50:10] "POST /neutron/network HTTP/1.1" 200 835 0.005173 10.0.0.130 - - [2025-09-29 01:50:10] "POST /neutron/subnet HTTP/1.1" 200 729 0.006259 10.0.0.130 - - [2025-09-29 01:50:10] "POST /id-to-fqname HTTP/1.1" 200 223 0.001159 10.0.0.130 - - [2025-09-29 01:50:10] "POST /neutron/network HTTP/1.1" 200 837 0.005017 10.0.0.130 - - [2025-09-29 01:50:10] "GET /aaa-mode HTTP/1.1" 401 293 0.000419 10.0.0.130 - - [2025-09-29 01:50:10] "GET / HTTP/1.1" 200 36215 0.001389 10.0.0.130 - - [2025-09-29 01:50:10] "GET /project/d51cd23c-db8d-461e-b7c9-e4deec5448a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000345 10.0.0.130 - - [2025-09-29 01:50:11] "GET /projects?obj_uuids=d51cd23c-db8d-461e-b7c9-e4deec5448a3&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001122 10.0.0.130 - - [2025-09-29 01:50:11] "GET /project/d51cd23c-db8d-461e-b7c9-e4deec5448a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.052095 10.0.0.130 - - [2025-09-29 01:50:11] "POST /neutron/network HTTP/1.1" 200 827 0.005368 10.0.0.130 - - [2025-09-29 01:50:11] "POST /neutron/port HTTP/1.1" 200 117 0.004693 10.0.0.130 - - [2025-09-29 01:50:11] "POST /neutron/port HTTP/1.1" 200 117 0.004772 10.0.0.130 - - [2025-09-29 01:50:11] "POST /id-to-fqname HTTP/1.1" 200 227 0.001289 10.0.0.130 - - [2025-09-29 01:50:11] "POST /neutron/port HTTP/1.1" 200 117 0.004511 10.0.0.130 - - [2025-09-29 01:50:11] "POST /neutron/network HTTP/1.1" 200 845 0.005166 10.0.0.130 - - [2025-09-29 01:50:11] "GET /aaa-mode HTTP/1.1" 401 293 0.000548 10.0.0.130 - - [2025-09-29 01:50:11] "POST /neutron/network HTTP/1.1" 200 837 0.006659 10.0.0.130 - - [2025-09-29 01:50:11] "GET /projects?obj_uuids=d51cd23c-db8d-461e-b7c9-e4deec5448a3&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003287 10.0.0.130 - - [2025-09-29 01:50:11] "GET / HTTP/1.1" 200 36215 0.001298 10.0.0.130 - - [2025-09-29 01:50:11] "GET /project/d51cd23c-db8d-461e-b7c9-e4deec5448a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000637 10.0.0.130 - - [2025-09-29 01:50:11] "POST /neutron/port HTTP/1.1" 200 1063 0.202746 10.0.0.130 - - [2025-09-29 01:50:11] "POST /neutron/port HTTP/1.1" 200 1063 0.008857 10.0.0.130 - - [2025-09-29 01:50:12] "POST /neutron/port HTTP/1.1" 200 1063 0.010058 10.0.0.130 - - [2025-09-29 01:50:12] "POST /neutron/port HTTP/1.1" 200 1117 0.053052 10.0.0.130 - - [2025-09-29 01:50:12] "POST /neutron/port HTTP/1.1" 200 1091 0.010191 10.0.0.130 - - [2025-09-29 01:50:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003829 10.0.0.130 - - [2025-09-29 01:50:12] "POST /neutron/subnet HTTP/1.1" 200 699 0.006473 10.0.0.130 - - [2025-09-29 01:50:12] "GET /projects?obj_uuids=d51cd23c-db8d-461e-b7c9-e4deec5448a3&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001236 10.0.0.130 - - [2025-09-29 01:50:12] "POST /neutron/port HTTP/1.1" 200 117 0.000946 10.0.0.130 - - [2025-09-29 01:50:12] "GET /project/d51cd23c-db8d-461e-b7c9-e4deec5448a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.051162 10.0.0.130 - - [2025-09-29 01:50:12] "POST /neutron/network HTTP/1.1" 200 827 0.005722 10.0.0.130 - - [2025-09-29 01:50:12] "POST /neutron/network HTTP/1.1" 200 835 0.005523 10.0.0.130 - - [2025-09-29 01:50:12] "POST /neutron/port HTTP/1.1" 200 1091 0.012492 10.0.0.130 - - [2025-09-29 01:50:12] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005370 10.0.0.130 - - [2025-09-29 01:50:12] "POST /neutron/port HTTP/1.1" 200 117 0.004796 10.0.0.130 - - [2025-09-29 01:50:12] "GET /projects?obj_uuids=d51cd23c-db8d-461e-b7c9-e4deec5448a3&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000970 10.0.0.130 - - [2025-09-29 01:50:12] "POST /neutron/router HTTP/1.1" 200 585 0.066143 10.0.0.130 - - [2025-09-29 01:50:12] "POST /neutron/router HTTP/1.1" 200 585 0.005570 10.0.0.130 - - [2025-09-29 01:50:12] "POST /route-targets HTTP/1.1" 200 328 0.017237 10.0.0.130 - - [2025-09-29 01:50:12] "POST /neutron/router HTTP/1.1" 200 656 0.040226 10.0.0.130 - - [2025-09-29 01:50:12] "PUT /logical-router/b4a01020-5fd5-483b-b16e-0e09e578601e HTTP/1.1" 200 263 0.035773 10.0.0.130 - - [2025-09-29 01:50:12] "GET /logical-router/b4a01020-5fd5-483b-b16e-0e09e578601e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1645 0.008722 10.0.0.130 - - [2025-09-29 01:50:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003107 10.0.0.130 - - [2025-09-29 01:50:12] "POST /neutron/router HTTP/1.1" 200 656 0.003237 10.0.0.130 - - [2025-09-29 01:50:12] "GET /projects?obj_uuids=d51cd23c-db8d-461e-b7c9-e4deec5448a3&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000902 10.0.0.130 - - [2025-09-29 01:50:12] "GET /service-template/93ecc21a-74f6-481b-8ef3-656861ee2a09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1683 0.004203 10.0.0.130 - - [2025-09-29 01:50:12] "POST /fqname-to-id HTTP/1.1" 404 215 0.002697 10.0.0.130 - - [2025-09-29 01:50:12] "POST /neutron/network HTTP/1.1" 200 845 0.021025 10.0.0.130 - - [2025-09-29 01:50:12] "POST /neutron/router HTTP/1.1" 200 344 0.244744 10.0.0.130 - - [2025-09-29 01:50:12] "GET /projects?obj_uuids=d51cd23c-db8d-461e-b7c9-e4deec5448a3&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001031 10.0.0.130 - - [2025-09-29 01:50:12] "POST /useragent-kv HTTP/1.1" 200 115 0.009909 10.0.0.130 - - [2025-09-29 01:50:12] "POST /virtual-networks HTTP/1.1" 200 696 0.153891 10.0.0.130 - - [2025-09-29 01:50:12] "POST /ref-update HTTP/1.1" 200 156 0.028928 10.0.0.130 - - [2025-09-29 01:50:12] "POST /neutron/port HTTP/1.1" 200 1091 0.032754 10.0.0.130 - - [2025-09-29 01:50:12] "POST /route-targets HTTP/1.1" 200 328 0.037513 10.0.0.130 - - [2025-09-29 01:50:12] "POST /neutron/security_group HTTP/1.1" 200 2002 0.013351 10.0.0.130 - - [2025-09-29 01:50:13] "POST /service-instances HTTP/1.1" 200 672 0.079260 10.0.0.130 - - [2025-09-29 01:50:13] "POST /ref-update HTTP/1.1" 200 156 0.066926 10.0.0.130 - - [2025-09-29 01:50:13] "POST /route-tables HTTP/1.1" 200 584 0.062950 10.0.0.130 - - [2025-09-29 01:50:13] "POST /neutron/port HTTP/1.1" 200 1064 0.347354 10.0.0.130 - - [2025-09-29 01:50:13] "PUT /logical-router/b4a01020-5fd5-483b-b16e-0e09e578601e HTTP/1.1" 200 263 0.021348 10.0.0.130 - - [2025-09-29 01:50:13] "POST /neutron/port HTTP/1.1" 200 1064 0.008264 10.0.0.130 - - [2025-09-29 01:50:13] "POST /neutron/port HTTP/1.1" 200 1064 0.017045 10.0.0.130 - - [2025-09-29 01:50:13] "POST /ref-update HTTP/1.1" 200 156 0.026331 10.0.0.130 - - [2025-09-29 01:50:13] "POST /neutron/port HTTP/1.1" 200 1118 0.110394 10.0.0.130 - - [2025-09-29 01:50:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003004 10.0.0.130 - - [2025-09-29 01:50:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002856 10.0.0.130 - - [2025-09-29 01:50:13] "POST /neutron/port HTTP/1.1" 200 1092 0.010863 10.0.0.130 - - [2025-09-29 01:50:13] "POST /virtual-machines HTTP/1.1" 200 554 0.013594 10.0.0.130 - - [2025-09-29 01:50:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003052 10.0.0.130 - - [2025-09-29 01:50:13] "POST /neutron/subnet HTTP/1.1" 200 703 0.010407 10.0.0.130 - - [2025-09-29 01:50:13] "POST /neutron/port HTTP/1.1" 200 117 0.001108 10.0.0.130 - - [2025-09-29 01:50:13] "POST /neutron/network HTTP/1.1" 200 835 0.007103 10.0.0.130 - - [2025-09-29 01:50:13] "POST /virtual-machine-interfaces HTTP/1.1" 200 814 0.104964 10.0.0.130 - - [2025-09-29 01:50:13] "POST /chown HTTP/1.1" 200 109 0.007385 10.0.0.130 - - [2025-09-29 01:50:13] "POST /instance-ips HTTP/1.1" 200 552 0.017246 10.0.0.130 - - [2025-09-29 01:50:13] "POST /instance-ips HTTP/1.1" 400 246 0.022807 10.0.0.130 - - [2025-09-29 01:50:13] "POST /chown HTTP/1.1" 200 109 0.009641 10.0.0.130 - - [2025-09-29 01:50:13] "PUT /virtual-machine-interface/76ef5803-fae2-4aa1-869c-ed1b67c4403b HTTP/1.1" 200 285 0.012978 10.0.0.130 - - [2025-09-29 01:50:13] "PUT /instance-ip/ad053cfd-d6b6-473f-808d-137f686ed382 HTTP/1.1" 200 257 0.009931 10.0.0.130 - - [2025-09-29 01:50:14] "POST /ref-update HTTP/1.1" 200 156 0.009912 10.0.0.130 - - [2025-09-29 01:50:14] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.079359 10.0.0.130 - - [2025-09-29 01:50:14] "POST /chown HTTP/1.1" 200 109 0.007978 10.0.0.130 - - [2025-09-29 01:50:14] "POST /instance-ips HTTP/1.1" 200 550 0.040404 10.0.0.130 - - [2025-09-29 01:50:14] "POST /instance-ips HTTP/1.1" 400 316 0.018077 10.0.0.130 - - [2025-09-29 01:50:14] "POST /chown HTTP/1.1" 200 109 0.009327 10.0.0.130 - - [2025-09-29 01:50:14] "PUT /virtual-machine-interface/b01543de-af09-41aa-a269-4b5a9e3025c9 HTTP/1.1" 200 285 0.013864 10.0.0.130 - - [2025-09-29 01:50:14] "PUT /instance-ip/9a4d15f1-065b-404c-b33f-6262de4499c4 HTTP/1.1" 200 257 0.011243 10.0.0.130 - - [2025-09-29 01:50:14] "POST /ref-update HTTP/1.1" 200 156 0.009777 10.0.0.130 - - [2025-09-29 01:50:14] "POST /ref-update HTTP/1.1" 200 156 0.007594 10.0.0.130 - - [2025-09-29 01:50:14] "PUT /routing-instance/f8fe209c-af41-4522-9964-df8e5d7afd21 HTTP/1.1" 200 267 0.016617 10.0.0.130 - - [2025-09-29 01:50:14] "POST /ref-update HTTP/1.1" 200 156 0.029085 10.0.0.130 - - [2025-09-29 01:50:14] "POST /virtual-machines HTTP/1.1" 200 554 0.013128 10.0.0.130 - - [2025-09-29 01:50:14] "POST /virtual-machine-interfaces HTTP/1.1" 200 814 0.107050 10.0.0.130 - - [2025-09-29 01:50:14] "POST /chown HTTP/1.1" 200 109 0.008819 10.0.0.130 - - [2025-09-29 01:50:14] "POST /instance-ips HTTP/1.1" 400 246 0.012577 10.0.0.130 - - [2025-09-29 01:50:15] "POST /chown HTTP/1.1" 200 109 0.006874 10.0.0.130 - - [2025-09-29 01:50:15] "PUT /virtual-machine-interface/dc1212fd-7d29-4e35-9d68-ca180a1e8c14 HTTP/1.1" 200 285 0.013862 10.0.0.130 - - [2025-09-29 01:50:15] "PUT /instance-ip/ad053cfd-d6b6-473f-808d-137f686ed382 HTTP/1.1" 200 257 0.011032 10.0.0.130 - - [2025-09-29 01:50:15] "POST /ref-update HTTP/1.1" 200 156 0.010455 10.0.0.130 - - [2025-09-29 01:50:15] "POST /ref-update HTTP/1.1" 200 156 0.009716 10.0.0.130 - - [2025-09-29 01:50:15] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.091406 10.0.0.130 - - [2025-09-29 01:50:15] "POST /chown HTTP/1.1" 200 109 0.007810 10.0.0.130 - - [2025-09-29 01:50:15] "POST /instance-ips HTTP/1.1" 400 316 0.017053 10.0.0.130 - - [2025-09-29 01:50:15] "POST /chown HTTP/1.1" 200 109 0.006819 10.0.0.130 - - [2025-09-29 01:50:15] "PUT /virtual-machine-interface/859dc12f-21a4-4832-a945-93ec7d589050 HTTP/1.1" 200 285 0.009583 10.0.0.130 - - [2025-09-29 01:50:15] "PUT /instance-ip/9a4d15f1-065b-404c-b33f-6262de4499c4 HTTP/1.1" 200 257 0.010511 10.0.0.130 - - [2025-09-29 01:50:15] "POST /ref-update HTTP/1.1" 200 156 0.010015 10.0.0.130 - - [2025-09-29 01:50:15] "POST /ref-update HTTP/1.1" 200 156 0.010482 10.0.0.130 - - [2025-09-29 01:50:18] "POST /neutron/port HTTP/1.1" 200 1091 0.018780 10.0.0.130 - - [2025-09-29 01:50:18] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005192 10.0.0.130 - - [2025-09-29 01:50:18] "POST /neutron/port HTTP/1.1" 200 1091 0.009657 10.0.0.130 - - [2025-09-29 01:50:18] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007261 10.0.0.130 - - [2025-09-29 01:50:18] "POST /neutron/port HTTP/1.1" 200 1091 0.010125 10.0.0.130 - - [2025-09-29 01:50:18] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006184 10.0.0.130 - - [2025-09-29 01:50:18] "GET /virtual-machine/68bf151d-f01f-4786-91b2-afdeae415dcc HTTP/1.1" 401 293 0.000598 10.0.0.130 - - [2025-09-29 01:50:18] "GET /virtual-machine/68bf151d-f01f-4786-91b2-afdeae415dcc HTTP/1.1" 200 1297 0.033550 10.0.0.130 - - [2025-09-29 01:50:18] "GET /virtual-machine-interface/39a26a4a-17e0-49bf-9060-d047c6b4ede9 HTTP/1.1" 200 2962 0.004654 10.0.0.130 - - [2025-09-29 01:50:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002659 10.0.0.130 - - [2025-09-29 01:50:18] "GET /global-vrouter-config/995f2d36-a695-4ca8-8abd-5db3ca8044ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003682 10.0.0.130 - - [2025-09-29 01:50:18] "GET /virtual-networks?parent_id=d51cd23c-db8d-461e-b7c9-e4deec5448a3&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.003639 10.0.0.130 - - [2025-09-29 01:50:18] "GET /virtual-network/dc56085b-70e0-46b3-b330-3f976e42dee1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006454 10.0.0.130 - - [2025-09-29 01:50:20] "POST /neutron/port HTTP/1.1" 200 1091 0.011273 10.0.0.130 - - [2025-09-29 01:50:20] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005550 10.0.0.130 - - [2025-09-29 01:50:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002495 10.0.0.130 - - [2025-09-29 01:50:21] "GET /virtual-network/dc56085b-70e0-46b3-b330-3f976e42dee1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004443 10.0.0.130 - - [2025-09-29 01:50:22] "POST /neutron/port HTTP/1.1" 200 1092 0.010307 10.0.0.130 - - [2025-09-29 01:50:22] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005077 10.0.0.130 - - [2025-09-29 01:50:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002513 10.0.0.130 - - [2025-09-29 01:50:23] "GET /global-vrouter-config/995f2d36-a695-4ca8-8abd-5db3ca8044ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002565 10.0.0.130 - - [2025-09-29 01:50:24] "GET /virtual-networks?parent_id=d51cd23c-db8d-461e-b7c9-e4deec5448a3&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.003279 10.0.0.130 - - [2025-09-29 01:50:24] "GET /virtual-network/dc56085b-70e0-46b3-b330-3f976e42dee1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004538 10.0.0.130 - - [2025-09-29 01:50:24] "POST /neutron/port HTTP/1.1" 200 1092 0.009742 10.0.0.130 - - [2025-09-29 01:50:24] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005169 10.0.0.130 - - [2025-09-29 01:50:24] "POST /neutron/port HTTP/1.1" 200 1092 0.009584 10.0.0.130 - - [2025-09-29 01:50:24] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005539 10.0.0.130 - - [2025-09-29 01:50:24] "POST /neutron/port HTTP/1.1" 200 1092 0.011212 10.0.0.130 - - [2025-09-29 01:50:24] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005209 10.0.0.130 - - [2025-09-29 01:50:24] "GET /virtual-machine/7aef6355-bd57-4ee9-b6fd-ad82f796667f HTTP/1.1" 200 1297 0.004252 10.0.0.130 - - [2025-09-29 01:50:24] "GET /virtual-machine-interface/9afbe9e5-b73f-4103-9798-58819a71ea91 HTTP/1.1" 200 2975 0.004426 10.0.0.130 - - [2025-09-29 01:50:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002740 10.0.0.130 - - [2025-09-29 01:50:24] "GET /global-vrouter-config/995f2d36-a695-4ca8-8abd-5db3ca8044ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002486 10.0.0.130 - - [2025-09-29 01:50:24] "GET /virtual-networks?parent_id=d51cd23c-db8d-461e-b7c9-e4deec5448a3&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.003503 10.0.0.130 - - [2025-09-29 01:50:24] "GET /virtual-network/09d8c5b4-c99d-4d3b-affc-40e081df205f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.005227 10.0.0.130 - - [2025-09-29 01:50:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002790 10.0.0.130 - - [2025-09-29 01:50:25] "GET /global-vrouter-config/995f2d36-a695-4ca8-8abd-5db3ca8044ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002623 10.0.0.130 - - [2025-09-29 01:50:25] "GET /virtual-networks?parent_id=d51cd23c-db8d-461e-b7c9-e4deec5448a3&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.002751 10.0.0.130 - - [2025-09-29 01:50:25] "GET /virtual-network/09d8c5b4-c99d-4d3b-affc-40e081df205f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.004871 10.0.0.130 - - [2025-09-29 01:50:29] "POST /neutron/router HTTP/1.1" 200 656 0.003517 10.0.0.130 - - [2025-09-29 01:50:29] "POST /ref-update HTTP/1.1" 200 156 0.009939 10.0.0.130 - - [2025-09-29 01:50:29] "POST /neutron/router HTTP/1.1" 200 344 0.084395 10.0.0.130 - - [2025-09-29 01:50:29] "POST /neutron/router HTTP/1.1" 200 656 0.004084 10.0.0.130 - - [2025-09-29 01:50:29] "GET /logical-router/b4a01020-5fd5-483b-b16e-0e09e578601e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1977 0.004519 10.0.0.130 - - [2025-09-29 01:50:29] "GET /service-instance/ed56c993-b5a7-4cb8-87f8-693230b78dc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2317 0.003268 10.0.0.130 - - [2025-09-29 01:50:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002191 10.0.0.130 - - [2025-09-29 01:50:29] "POST /neutron/router HTTP/1.1" 200 151 0.049827 10.0.0.130 - - [2025-09-29 01:50:29] "DELETE /route-target/6a15f01e-7c29-45f9-933d-6ed315d452ba HTTP/1.1" 409 240 0.003281 10.0.0.130 - - [2025-09-29 01:50:29] "PUT /logical-router/b4a01020-5fd5-483b-b16e-0e09e578601e HTTP/1.1" 404 171 0.004634 10.0.0.130 - - [2025-09-29 01:50:29] "POST /ref-update HTTP/1.1" 200 156 0.009223 10.0.0.130 - - [2025-09-29 01:50:30] "PUT /routing-instance/f8fe209c-af41-4522-9964-df8e5d7afd21 HTTP/1.1" 200 267 0.010235 10.0.0.130 - - [2025-09-29 01:50:30] "DELETE /route-table/f6af7767-49a9-4d6e-b145-7a1b3f824ce6 HTTP/1.1" 200 115 0.054035 10.0.0.130 - - [2025-09-29 01:50:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003443 10.0.0.130 - - [2025-09-29 01:50:30] "POST /neutron/network HTTP/1.1" 200 835 0.008917 10.0.0.130 - - [2025-09-29 01:50:30] "GET /virtual-network/a4773c60-9bf4-47d3-93d1-808250fbce00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2126 0.004167 10.0.0.130 - - [2025-09-29 01:50:30] "POST /neutron/network HTTP/1.1" 400 204 0.031769 10.0.0.130 - - [2025-09-29 01:50:30] "POST /ref-update HTTP/1.1" 200 156 0.009514 10.0.0.130 - - [2025-09-29 01:50:30] "POST /ref-update HTTP/1.1" 200 156 0.013412 10.0.0.130 - - [2025-09-29 01:50:30] "DELETE /instance-ip/9a4d15f1-065b-404c-b33f-6262de4499c4 HTTP/1.1" 200 115 0.044048 10.0.0.130 - - [2025-09-29 01:50:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004445 10.0.0.130 - - [2025-09-29 01:50:30] "POST /useragent-kv HTTP/1.1" 200 115 0.003518 10.0.0.130 - - [2025-09-29 01:50:30] "POST /useragent-kv HTTP/1.1" 200 115 0.002919 10.0.0.130 - - [2025-09-29 01:50:30] "DELETE /virtual-network/a4773c60-9bf4-47d3-93d1-808250fbce00 HTTP/1.1" 200 115 0.106059 10.0.0.130 - - [2025-09-29 01:50:30] "DELETE /route-target/1b1cce42-fc2e-4c0f-ad50-706b471c8ba8 HTTP/1.1" 200 115 0.024970 10.0.0.130 - - [2025-09-29 01:50:30] "DELETE /service-instance/ed56c993-b5a7-4cb8-87f8-693230b78dc7 HTTP/1.1" 200 115 0.032116 10.0.0.130 - - [2025-09-29 01:50:30] "GET /logical-router/b4a01020-5fd5-483b-b16e-0e09e578601e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002087 10.0.0.130 - - [2025-09-29 01:50:30] "GET /service-instance/ed56c993-b5a7-4cb8-87f8-693230b78dc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002734 10.0.0.130 - - [2025-09-29 01:50:30] "POST /neutron/port HTTP/1.1" 200 1092 0.020588 10.0.0.130 - - [2025-09-29 01:50:30] "GET /virtual-machine-interface/b01543de-af09-41aa-a269-4b5a9e3025c9?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1335 0.008217 10.0.0.130 - - [2025-09-29 01:50:30] "POST /neutron/port HTTP/1.1" 200 1118 0.009784 10.0.0.130 - - [2025-09-29 01:50:30] "POST /neutron/port HTTP/1.1" 200 1091 0.010713 10.0.0.130 - - [2025-09-29 01:50:30] "POST /neutron/port HTTP/1.1" 200 1117 0.011001 10.0.0.130 - - [2025-09-29 01:50:30] "DELETE /virtual-machine-interface/b01543de-af09-41aa-a269-4b5a9e3025c9 HTTP/1.1" 200 115 0.053255 10.0.0.130 - - [2025-09-29 01:50:30] "GET /virtual-machine-interface/76ef5803-fae2-4aa1-869c-ed1b67c4403b?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1654 0.007520 10.0.0.130 - - [2025-09-29 01:50:30] "POST /ref-update HTTP/1.1" 200 156 0.013488 10.0.0.130 - - [2025-09-29 01:50:30] "POST /neutron/port HTTP/1.1" 200 151 0.151795 10.0.0.130 - - [2025-09-29 01:50:30] "POST /neutron/port HTTP/1.1" 200 151 0.145874 10.0.0.130 - - [2025-09-29 01:50:30] "GET /instance-ip/ad053cfd-d6b6-473f-808d-137f686ed382?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.004046 10.0.0.130 - - [2025-09-29 01:50:30] "DELETE /virtual-machine-interface/76ef5803-fae2-4aa1-869c-ed1b67c4403b HTTP/1.1" 200 115 0.049587 10.0.0.130 - - [2025-09-29 01:50:30] "POST /ref-update HTTP/1.1" 200 156 0.008246 10.0.0.130 - - [2025-09-29 01:50:30] "DELETE /virtual-machine/469ca773-e49c-4208-8d5b-88593d250503 HTTP/1.1" 200 115 0.018867 10.0.0.130 - - [2025-09-29 01:50:30] "GET /virtual-machine-interface/859dc12f-21a4-4832-a945-93ec7d589050?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1334 0.004950 10.0.0.130 - - [2025-09-29 01:50:31] "DELETE /virtual-machine-interface/859dc12f-21a4-4832-a945-93ec7d589050 HTTP/1.1" 200 115 0.028031 10.0.0.130 - - [2025-09-29 01:50:31] "GET /virtual-machine-interface/dc1212fd-7d29-4e35-9d68-ca180a1e8c14?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1656 0.004517 10.0.0.130 - - [2025-09-29 01:50:31] "POST /ref-update HTTP/1.1" 200 156 0.011950 10.0.0.130 - - [2025-09-29 01:50:31] "GET /instance-ip/ad053cfd-d6b6-473f-808d-137f686ed382?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1698 0.004740 10.0.0.130 - - [2025-09-29 01:50:31] "DELETE /instance-ip/ad053cfd-d6b6-473f-808d-137f686ed382 HTTP/1.1" 200 115 0.025229 10.0.0.130 - - [2025-09-29 01:50:31] "DELETE /virtual-machine-interface/dc1212fd-7d29-4e35-9d68-ca180a1e8c14 HTTP/1.1" 200 115 0.039560 10.0.0.130 - - [2025-09-29 01:50:31] "DELETE /virtual-machine/561541a9-19c5-494b-84c2-5868065a3eab HTTP/1.1" 200 115 0.015739 10.0.0.130 - - [2025-09-29 01:50:32] "POST /neutron/network HTTP/1.1" 200 835 0.005389 10.0.0.130 - - [2025-09-29 01:50:32] "POST /useragent-kv HTTP/1.1" 200 115 0.001960 10.0.0.130 - - [2025-09-29 01:50:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002985 10.0.0.130 - - [2025-09-29 01:50:32] "POST /useragent-kv HTTP/1.1" 200 115 0.001710 10.0.0.130 - - [2025-09-29 01:50:32] "POST /neutron/network HTTP/1.1" 200 151 0.085851 10.0.0.130 - - [2025-09-29 01:50:32] "DELETE /route-target/613f5ad4-9be1-4605-8675-8df1e17c8045 HTTP/1.1" 200 115 0.014442 10.0.0.130 - - [2025-09-29 01:50:32] "POST /neutron/network HTTP/1.1" 200 827 0.005410 10.0.0.130 - - [2025-09-29 01:50:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003932 10.0.0.130 - - [2025-09-29 01:50:32] "POST /useragent-kv HTTP/1.1" 200 115 0.003466 10.0.0.130 - - [2025-09-29 01:50:32] "POST /useragent-kv HTTP/1.1" 200 115 0.001669 10.0.0.130 - - [2025-09-29 01:50:32] "POST /neutron/network HTTP/1.1" 200 151 0.074000 10.0.0.130 - - [2025-09-29 01:50:32] "DELETE /route-target/33c272ed-2cc0-44a1-b6eb-d2aec1370279 HTTP/1.1" 200 115 0.016589 10.0.0.130 - - [2025-09-29 01:50:32] "GET /projects?obj_uuids=d51cd23c-db8d-461e-b7c9-e4deec5448a3&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000882 10.0.0.130 - - [2025-09-29 01:50:32] "GET /project/d51cd23c-db8d-461e-b7c9-e4deec5448a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.022111 10.0.0.130 - - [2025-09-29 01:50:32] "GET /projects?obj_uuids=d51cd23c-db8d-461e-b7c9-e4deec5448a3&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001795 10.0.0.130 - - [2025-09-29 01:50:32] "GET /project/d51cd23c-db8d-461e-b7c9-e4deec5448a3?fields=virtual_networks HTTP/1.1" 200 1040 0.063978 10.0.0.130 - - [2025-09-29 01:50:32] "GET /projects?obj_uuids=d51cd23c-db8d-461e-b7c9-e4deec5448a3&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000954 10.0.0.130 - - [2025-09-29 01:50:32] "GET /project/d51cd23c-db8d-461e-b7c9-e4deec5448a3?fields=virtual_machine_interfaces HTTP/1.1" 200 1040 0.024267 10.0.0.130 - - [2025-09-29 01:50:32] "GET /projects?obj_uuids=d51cd23c-db8d-461e-b7c9-e4deec5448a3&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001150 10.0.0.130 - - [2025-09-29 01:50:32] "GET /project/d51cd23c-db8d-461e-b7c9-e4deec5448a3?fields=security_groups HTTP/1.1" 200 1270 0.023276 10.0.0.130 - - [2025-09-29 01:50:33] "POST /fqname-to-id HTTP/1.1" 404 196 0.022348 10.0.0.130 - - [2025-09-29 01:50:33] "GET /projects?obj_uuids=af3a65e0-a763-4e4a-96a3-5b454622d04d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002233 10.0.0.130 - - [2025-09-29 01:50:33] "GET /domains?obj_uuids=137491c9-af0d-4881-aa86-970d73b1f58a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001006 10.0.0.130 - - [2025-09-29 01:50:33] "GET /domain/137491c9-af0d-4881-aa86-970d73b1f58a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006191 10.0.0.130 - - [2025-09-29 01:50:33] "DELETE /project/d51cd23cdb8d461eb7c9e4deec5448a3 HTTP/1.1" 404 173 0.010289 10.0.0.130 - - [2025-09-29 01:50:33] "GET /projects?obj_uuids=d51cd23c-db8d-461e-b7c9-e4deec5448a3&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000816 10.0.0.130 - - [2025-09-29 01:50:33] "GET /projects?obj_uuids=605833f1-500a-4a17-9b86-63e679f20ba9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000723 10.0.0.130 - - [2025-09-29 01:50:33] "GET /project/605833f1-500a-4a17-9b86-63e679f20ba9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1459 0.048481 10.0.0.130 - - [2025-09-29 01:50:33] "GET /project/d51cd23c-db8d-461e-b7c9-e4deec5448a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.061226 10.0.0.130 - - [2025-09-29 01:50:33] "GET /projects?obj_uuids=605833f1-500a-4a17-9b86-63e679f20ba9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000903 10.0.0.130 - - [2025-09-29 01:50:33] "GET /projects?obj_uuids=d51cd23c-db8d-461e-b7c9-e4deec5448a3&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000894 10.0.0.130 - - [2025-09-29 01:50:33] "POST /id-to-fqname HTTP/1.1" 200 198 0.001257 10.0.0.130 - - [2025-09-29 01:50:33] "GET /project/605833f1-500a-4a17-9b86-63e679f20ba9?fields=security_groups HTTP/1.1" 200 1356 0.045100 10.0.0.130 - - [2025-09-29 01:50:33] "GET /project/d51cd23c-db8d-461e-b7c9-e4deec5448a3?fields=security_groups HTTP/1.1" 200 1372 0.048899 10.0.0.130 - - [2025-09-29 01:50:33] "POST /fqname-to-id HTTP/1.1" 404 207 0.002770 10.0.0.130 - - [2025-09-29 01:50:33] "DELETE /security-group/9af92219-16cb-4e6c-a2c3-32408d40b3e6 HTTP/1.1" 200 115 0.059247 10.0.0.130 - - [2025-09-29 01:50:33] "GET /projects?obj_uuids=605833f1-500a-4a17-9b86-63e679f20ba9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000892 10.0.0.130 - - [2025-09-29 01:50:33] "DELETE /access-control-list/ec7735cd-b481-4815-b20a-2a0687cfba9c HTTP/1.1" 200 115 0.044887 10.0.0.130 - - [2025-09-29 01:50:33] "POST /security-groups HTTP/1.1" 200 599 0.049865 10.0.0.130 - - [2025-09-29 01:50:34] "DELETE /security-group/1bbaf152-3873-44d4-8406-741bc1e76e4f HTTP/1.1" 200 115 0.085276 10.0.0.130 - - [2025-09-29 01:50:34] "GET /projects?obj_uuids=d51cd23c-db8d-461e-b7c9-e4deec5448a3&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001663 10.0.0.130 - - [2025-09-29 01:50:34] "GET /project/605833f1-500a-4a17-9b86-63e679f20ba9?fields=application_policy_sets HTTP/1.1" 200 1395 0.048971 10.0.0.130 - - [2025-09-29 01:50:34] "DELETE /access-control-list/3ce43764-05d2-46ee-b9b9-64a877ab3a60 HTTP/1.1" 200 115 0.050911 10.0.0.130 - - [2025-09-29 01:50:34] "POST /projects HTTP/1.1" 200 601 0.318552 10.0.0.130 - - [2025-09-29 01:50:34] "DELETE /access-control-list/7675329d-7b15-4162-8b51-ed2880eaedc0 HTTP/1.1" 200 115 0.020370 10.0.0.130 - - [2025-09-29 01:50:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.391328 10.0.0.130 - - [2025-09-29 01:50:34] "DELETE /access-control-list/f225d3d3-a6a0-47b7-be2d-6064585ae025 HTTP/1.1" 200 115 0.025931 10.0.0.130 - - [2025-09-29 01:50:34] "GET /project/d51cd23c-db8d-461e-b7c9-e4deec5448a3?fields=application_policy_sets HTTP/1.1" 200 1411 0.087966 10.0.0.130 - - [2025-09-29 01:50:34] "POST /fqname-to-id HTTP/1.1" 404 242 0.005262 10.0.0.130 - - [2025-09-29 01:50:34] "GET /project/af3a65e0-a763-4e4a-96a3-5b454622d04d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.535778 10.0.0.130 - - [2025-09-29 01:50:34] "DELETE /project/605833f1-500a-4a17-9b86-63e679f20ba9 HTTP/1.1" 200 115 0.432283 10.0.0.130 - - [2025-09-29 01:50:34] "POST /access-control-lists HTTP/1.1" 200 606 0.094715 10.0.0.130 - - [2025-09-29 01:50:34] "DELETE /project/d51cd23c-db8d-461e-b7c9-e4deec5448a3 HTTP/1.1" 200 115 0.538507 10.0.0.130 - - [2025-09-29 01:50:34] "POST /fqname-to-id HTTP/1.1" 404 241 0.002568 10.0.0.130 - - [2025-09-29 01:50:34] "POST /access-control-lists HTTP/1.1" 200 604 0.060601 10.0.0.130 - - [2025-09-29 01:50:35] "GET / HTTP/1.1" 200 36215 0.002074 10.0.0.130 - - [2025-09-29 01:50:35] "POST /fqname-to-id HTTP/1.1" 401 293 0.000467 10.0.0.130 - - [2025-09-29 01:50:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.054147 10.0.0.130 - - [2025-09-29 01:50:36] "GET /projects?obj_uuids=af3a65e0-a763-4e4a-96a3-5b454622d04d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000990 10.0.0.130 - - [2025-09-29 01:50:36] "GET /project/af3a65e0-a763-4e4a-96a3-5b454622d04d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.020510 10.0.0.130 - - [2025-09-29 01:50:36] "POST /neutron/network HTTP/1.1" 200 117 0.029344 10.0.0.130 - - [2025-09-29 01:50:36] "GET /projects?obj_uuids=af3a65e0-a763-4e4a-96a3-5b454622d04d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001418 10.0.0.130 - - [2025-09-29 01:50:36] "POST /neutron/network HTTP/1.1" 200 613 0.058911 10.0.0.130 - - [2025-09-29 01:50:36] "POST /route-targets HTTP/1.1" 200 328 0.011645 10.0.0.130 - - [2025-09-29 01:50:36] "POST /ref-update HTTP/1.1" 200 156 0.012230 10.0.0.130 - - [2025-09-29 01:50:36] "POST /useragent-kv HTTP/1.1" 200 115 0.003618 10.0.0.130 - - [2025-09-29 01:50:36] "POST /neutron/subnet HTTP/1.1" 200 710 0.137911 10.0.0.130 - - [2025-09-29 01:50:36] "POST /fqname-to-id HTTP/1.1" 401 293 0.000387 10.0.0.130 - - [2025-09-29 01:50:36] "POST /useragent-kv HTTP/1.1" 200 115 0.002673 10.0.0.130 - - [2025-09-29 01:50:36] "POST /neutron/subnet HTTP/1.1" 200 818 0.127338 10.0.0.130 - - [2025-09-29 01:50:36] "POST /neutron/network HTTP/1.1" 200 1001 0.007157 10.0.0.130 - - [2025-09-29 01:50:36] "POST /id-to-fqname HTTP/1.1" 200 228 0.001207 10.0.0.130 - - [2025-09-29 01:50:36] "GET /virtual-network/e42b1483-b1f1-49f5-8ce2-aedc67c18d58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.004572 10.0.0.130 - - [2025-09-29 01:50:36] "POST /neutron/network HTTP/1.1" 200 1001 0.006961 10.0.0.130 - - [2025-09-29 01:50:36] "GET /virtual-network/e42b1483-b1f1-49f5-8ce2-aedc67c18d58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.004976 10.0.0.130 - - [2025-09-29 01:50:36] "POST /neutron/network HTTP/1.1" 200 1001 0.007646 10.0.0.130 - - [2025-09-29 01:50:36] "POST /neutron/subnet HTTP/1.1" 200 710 0.006146 10.0.0.130 - - [2025-09-29 01:50:36] "POST /neutron/subnet HTTP/1.1" 200 818 0.006124 10.0.0.130 - - [2025-09-29 01:50:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002123 10.0.0.130 - - [2025-09-29 01:50:36] "GET /projects?obj_uuids=af3a65e0-a763-4e4a-96a3-5b454622d04d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002976 10.0.0.130 - - [2025-09-29 01:50:36] "GET /project/af3a65e0-a763-4e4a-96a3-5b454622d04d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.023942 10.0.0.130 - - [2025-09-29 01:50:36] "POST /neutron/network HTTP/1.1" 200 117 0.007641 10.0.0.130 - - [2025-09-29 01:50:36] "POST /fqname-to-id HTTP/1.1" 404 207 0.021988 10.0.0.130 - - [2025-09-29 01:50:37] "GET /projects?obj_uuids=af3a65e0-a763-4e4a-96a3-5b454622d04d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000851 10.0.0.130 - - [2025-09-29 01:50:37] "POST /neutron/network HTTP/1.1" 200 613 0.058817 10.0.0.130 - - [2025-09-29 01:50:37] "POST /route-targets HTTP/1.1" 200 328 0.011681 10.0.0.130 - - [2025-09-29 01:50:37] "POST /ref-update HTTP/1.1" 200 156 0.011565 10.0.0.130 - - [2025-09-29 01:50:37] "POST /useragent-kv HTTP/1.1" 200 115 0.005627 10.0.0.130 - - [2025-09-29 01:50:37] "POST /neutron/subnet HTTP/1.1" 200 720 0.193908 10.0.0.130 - - [2025-09-29 01:50:37] "POST /fqname-to-id HTTP/1.1" 404 207 0.004564 10.0.0.130 - - [2025-09-29 01:50:37] "POST /useragent-kv HTTP/1.1" 200 115 0.003485 10.0.0.130 - - [2025-09-29 01:50:37] "POST /neutron/subnet HTTP/1.1" 200 828 0.125409 10.0.0.130 - - [2025-09-29 01:50:37] "POST /neutron/network HTTP/1.1" 200 1005 0.006734 10.0.0.130 - - [2025-09-29 01:50:37] "POST /id-to-fqname HTTP/1.1" 200 228 0.001268 10.0.0.130 - - [2025-09-29 01:50:37] "GET /virtual-network/73e6d99b-5a9d-4503-bb80-e9e0c0cbbaec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.004670 10.0.0.130 - - [2025-09-29 01:50:37] "POST /neutron/network HTTP/1.1" 200 1005 0.007058 10.0.0.130 - - [2025-09-29 01:50:37] "GET /virtual-network/73e6d99b-5a9d-4503-bb80-e9e0c0cbbaec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005909 10.0.0.130 - - [2025-09-29 01:50:37] "POST /neutron/network HTTP/1.1" 200 1005 0.005984 10.0.0.130 - - [2025-09-29 01:50:37] "POST /neutron/subnet HTTP/1.1" 200 720 0.006116 10.0.0.130 - - [2025-09-29 01:50:37] "POST /neutron/subnet HTTP/1.1" 200 828 0.006707 10.0.0.130 - - [2025-09-29 01:50:37] "POST /fqname-to-id HTTP/1.1" 404 234 0.001862 10.0.0.130 - - [2025-09-29 01:50:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002105 10.0.0.130 - - [2025-09-29 01:50:37] "GET /projects?obj_uuids=af3a65e0-a763-4e4a-96a3-5b454622d04d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000932 10.0.0.130 - - [2025-09-29 01:50:37] "GET /project/af3a65e0-a763-4e4a-96a3-5b454622d04d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.024647 10.0.0.130 - - [2025-09-29 01:50:37] "POST /network-policys HTTP/1.1" 200 579 0.060481 10.0.0.130 - - [2025-09-29 01:50:37] "GET /network-policy/a29759d6-01f3-4c5a-8181-d22b3c7a6cb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3129 0.005181 10.0.0.130 - - [2025-09-29 01:50:37] "POST /neutron/network HTTP/1.1" 200 1001 0.006518 10.0.0.130 - - [2025-09-29 01:50:37] "POST /fqname-to-id HTTP/1.1" 404 207 0.001952 10.0.0.130 - - [2025-09-29 01:50:37] "POST /fqname-to-id HTTP/1.1" 404 242 0.002461 10.0.0.130 - - [2025-09-29 01:50:37] "POST /neutron/network HTTP/1.1" 200 1109 0.051433 10.0.0.130 - - [2025-09-29 01:50:38] "POST /neutron/network HTTP/1.1" 200 1109 0.048436 10.0.0.130 - - [2025-09-29 01:50:38] "POST /access-control-lists HTTP/1.1" 200 598 0.071544 10.0.0.130 - - [2025-09-29 01:50:38] "GET /virtual-network/e42b1483-b1f1-49f5-8ce2-aedc67c18d58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2953 0.009125 10.0.0.130 - - [2025-09-29 01:50:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002164 10.0.0.130 - - [2025-09-29 01:50:38] "GET /network-policy/a29759d6-01f3-4c5a-8181-d22b3c7a6cb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3129 0.003199 10.0.0.130 - - [2025-09-29 01:50:38] "POST /neutron/network HTTP/1.1" 200 1005 0.006082 10.0.0.130 - - [2025-09-29 01:50:38] "POST /fqname-to-id HTTP/1.1" 404 207 0.003262 10.0.0.130 - - [2025-09-29 01:50:38] "POST /neutron/network HTTP/1.1" 200 1113 0.041123 10.0.0.130 - - [2025-09-29 01:50:38] "PUT /access-control-list/ea48d4aa-1cc9-4c5f-ac22-73e1cf01a7ef HTTP/1.1" 200 273 0.057585 10.0.0.130 - - [2025-09-29 01:50:38] "POST /neutron/network HTTP/1.1" 200 1113 0.036808 10.0.0.130 - - [2025-09-29 01:50:38] "POST /fqname-to-id HTTP/1.1" 404 242 0.003476 10.0.0.130 - - [2025-09-29 01:50:38] "GET /virtual-network/73e6d99b-5a9d-4503-bb80-e9e0c0cbbaec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.005001 10.0.0.130 - - [2025-09-29 01:50:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002489 10.0.0.130 - - [2025-09-29 01:50:38] "GET /network-policy/a29759d6-01f3-4c5a-8181-d22b3c7a6cb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3129 0.003298 10.0.0.130 - - [2025-09-29 01:50:38] "GET /domains HTTP/1.1" 401 293 0.000520 10.0.0.130 - - [2025-09-29 01:50:38] "POST /access-control-lists HTTP/1.1" 200 598 0.063005 10.0.0.130 - - [2025-09-29 01:50:38] "POST /ref-update HTTP/1.1" 200 156 0.012153 10.0.0.130 - - [2025-09-29 01:50:38] "GET /domains HTTP/1.1" 200 281 0.024244 10.0.0.130 - - [2025-09-29 01:50:38] "GET /domains?obj_uuids=137491c9-af0d-4881-aa86-970d73b1f58a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001033 10.0.0.130 - - [2025-09-29 01:50:38] "GET /domain/137491c9-af0d-4881-aa86-970d73b1f58a HTTP/1.1" 200 2591 0.007855 10.0.0.130 - - [2025-09-29 01:50:38] "GET /projects?obj_uuids=af3a65e0-a763-4e4a-96a3-5b454622d04d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001044 10.0.0.130 - - [2025-09-29 01:50:38] "GET /project/af3a65e0-a763-4e4a-96a3-5b454622d04d HTTP/1.1" 200 2633 0.072495 10.0.0.130 - - [2025-09-29 01:50:38] "GET /virtual-network/e42b1483-b1f1-49f5-8ce2-aedc67c18d58 HTTP/1.1" 200 3497 0.005297 10.0.0.130 - - [2025-09-29 01:50:38] "GET /virtual-network/e42b1483-b1f1-49f5-8ce2-aedc67c18d58 HTTP/1.1" 200 3497 0.004784 10.0.0.130 - - [2025-09-29 01:50:38] "GET /routing-instance/6f6c0168-dc19-4c2c-8d45-fe3c27544dcb HTTP/1.1" 200 1799 0.003003 10.0.0.130 - - [2025-09-29 01:50:38] "GET /routing-instance/6f6c0168-dc19-4c2c-8d45-fe3c27544dcb HTTP/1.1" 200 1799 0.003033 10.0.0.130 - - [2025-09-29 01:50:38] "GET /route-target/e2cf5f86-47cc-4e65-8c51-a7572555b9dd HTTP/1.1" 200 1215 0.003003 10.0.0.130 - - [2025-09-29 01:50:38] "GET /virtual-network/e42b1483-b1f1-49f5-8ce2-aedc67c18d58 HTTP/1.1" 200 3497 0.004196 10.0.0.130 - - [2025-09-29 01:50:38] "GET /routing-instance/6f6c0168-dc19-4c2c-8d45-fe3c27544dcb HTTP/1.1" 200 1799 0.002954 10.0.0.130 - - [2025-09-29 01:50:38] "GET /virtual-network/e42b1483-b1f1-49f5-8ce2-aedc67c18d58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2953 0.004069 10.0.0.130 - - [2025-09-29 01:50:38] "GET /virtual-network/e42b1483-b1f1-49f5-8ce2-aedc67c18d58 HTTP/1.1" 200 3497 0.004734 10.0.0.130 - - [2025-09-29 01:50:38] "GET /routing-instance/6f6c0168-dc19-4c2c-8d45-fe3c27544dcb HTTP/1.1" 200 1799 0.003206 10.0.0.130 - - [2025-09-29 01:50:38] "GET /routing-instance/6f6c0168-dc19-4c2c-8d45-fe3c27544dcb HTTP/1.1" 200 1799 0.002807 10.0.0.130 - - [2025-09-29 01:50:38] "GET /route-target/e2cf5f86-47cc-4e65-8c51-a7572555b9dd HTTP/1.1" 200 1215 0.002676 10.0.0.130 - - [2025-09-29 01:50:38] "GET /domains HTTP/1.1" 200 281 0.002437 10.0.0.130 - - [2025-09-29 01:50:38] "GET /domains?obj_uuids=137491c9-af0d-4881-aa86-970d73b1f58a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001199 10.0.0.130 - - [2025-09-29 01:50:38] "GET /domain/137491c9-af0d-4881-aa86-970d73b1f58a HTTP/1.1" 200 2591 0.007675 10.0.0.130 - - [2025-09-29 01:50:38] "GET /projects?obj_uuids=af3a65e0-a763-4e4a-96a3-5b454622d04d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001076 10.0.0.130 - - [2025-09-29 01:50:38] "GET /project/af3a65e0-a763-4e4a-96a3-5b454622d04d HTTP/1.1" 200 2633 0.071529 10.0.0.130 - - [2025-09-29 01:50:38] "GET /virtual-network/e42b1483-b1f1-49f5-8ce2-aedc67c18d58 HTTP/1.1" 200 3497 0.004570 10.0.0.130 - - [2025-09-29 01:50:39] "GET /obj-perms HTTP/1.1" 200 5065 0.052067 10.0.0.130 - - [2025-09-29 01:50:39] "GET /domains HTTP/1.1" 200 281 0.003222 10.0.0.130 - - [2025-09-29 01:50:39] "GET /domains?obj_uuids=137491c9-af0d-4881-aa86-970d73b1f58a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000932 10.0.0.130 - - [2025-09-29 01:50:39] "GET /domain/137491c9-af0d-4881-aa86-970d73b1f58a HTTP/1.1" 200 2591 0.010050 10.0.0.130 - - [2025-09-29 01:50:39] "GET /projects?obj_uuids=af3a65e0-a763-4e4a-96a3-5b454622d04d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001605 10.0.0.130 - - [2025-09-29 01:50:39] "GET /project/af3a65e0-a763-4e4a-96a3-5b454622d04d HTTP/1.1" 200 2633 0.068938 10.0.0.130 - - [2025-09-29 01:50:39] "GET /virtual-network/73e6d99b-5a9d-4503-bb80-e9e0c0cbbaec HTTP/1.1" 200 3508 0.007713 10.0.0.130 - - [2025-09-29 01:50:39] "GET /virtual-network/73e6d99b-5a9d-4503-bb80-e9e0c0cbbaec HTTP/1.1" 200 3508 0.005153 10.0.0.130 - - [2025-09-29 01:50:39] "GET /routing-instance/eb25c8de-33c6-4762-83e4-cb5a5e8b40dd HTTP/1.1" 200 1799 0.004174 10.0.0.130 - - [2025-09-29 01:50:39] "GET /routing-instance/eb25c8de-33c6-4762-83e4-cb5a5e8b40dd HTTP/1.1" 200 1799 0.002938 10.0.0.130 - - [2025-09-29 01:50:39] "GET /route-target/ea428481-2a3b-455d-9405-b8300e28fa6a HTTP/1.1" 200 1215 0.002909 10.0.0.130 - - [2025-09-29 01:50:39] "GET /virtual-network/73e6d99b-5a9d-4503-bb80-e9e0c0cbbaec HTTP/1.1" 200 3508 0.004166 10.0.0.130 - - [2025-09-29 01:50:39] "GET /routing-instance/eb25c8de-33c6-4762-83e4-cb5a5e8b40dd HTTP/1.1" 200 1799 0.003011 10.0.0.130 - - [2025-09-29 01:50:39] "GET /virtual-network/73e6d99b-5a9d-4503-bb80-e9e0c0cbbaec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.003953 10.0.0.130 - - [2025-09-29 01:50:39] "GET /virtual-network/73e6d99b-5a9d-4503-bb80-e9e0c0cbbaec HTTP/1.1" 200 3508 0.003957 10.0.0.130 - - [2025-09-29 01:50:39] "GET /routing-instance/eb25c8de-33c6-4762-83e4-cb5a5e8b40dd HTTP/1.1" 200 1799 0.003082 10.0.0.130 - - [2025-09-29 01:50:39] "GET /routing-instance/eb25c8de-33c6-4762-83e4-cb5a5e8b40dd HTTP/1.1" 200 1799 0.009026 10.0.0.130 - - [2025-09-29 01:50:39] "GET /route-target/ea428481-2a3b-455d-9405-b8300e28fa6a HTTP/1.1" 200 1215 0.002414 10.0.0.130 - - [2025-09-29 01:50:39] "GET /domains HTTP/1.1" 200 281 0.002305 10.0.0.130 - - [2025-09-29 01:50:39] "GET /domains?obj_uuids=137491c9-af0d-4881-aa86-970d73b1f58a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000812 10.0.0.130 - - [2025-09-29 01:50:39] "GET /domain/137491c9-af0d-4881-aa86-970d73b1f58a HTTP/1.1" 200 2591 0.005713 10.0.0.130 - - [2025-09-29 01:50:39] "GET /projects?obj_uuids=af3a65e0-a763-4e4a-96a3-5b454622d04d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000878 10.0.0.130 - - [2025-09-29 01:50:39] "GET /project/af3a65e0-a763-4e4a-96a3-5b454622d04d HTTP/1.1" 200 2633 0.078708 10.0.0.130 - - [2025-09-29 01:50:39] "GET /virtual-network/73e6d99b-5a9d-4503-bb80-e9e0c0cbbaec HTTP/1.1" 200 3508 0.004143 10.0.0.130 - - [2025-09-29 01:50:39] "GET /obj-perms HTTP/1.1" 200 5065 0.002940 10.0.0.130 - - [2025-09-29 01:50:39] "GET /obj-perms HTTP/1.1" 200 5075 0.045371 10.0.0.130 - - [2025-09-29 01:50:39] "GET /virtual-network/73e6d99b-5a9d-4503-bb80-e9e0c0cbbaec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.004730 10.0.0.130 - - [2025-09-29 01:50:39] "POST /neutron/network HTTP/1.1" 200 1113 0.006504 10.0.0.130 - - [2025-09-29 01:50:39] "POST /fqname-to-id HTTP/1.1" 404 207 0.007064 10.0.0.130 - - [2025-09-29 01:50:39] "POST /neutron/network HTTP/1.1" 200 1005 0.042407 10.0.0.130 - - [2025-09-29 01:50:39] "DELETE /access-control-list/f5d3a07e-3a2c-4319-a03d-628da4b2cbda HTTP/1.1" 200 115 0.032816 10.0.0.130 - - [2025-09-29 01:50:39] "POST /neutron/network HTTP/1.1" 200 1005 0.012398 10.0.0.130 - - [2025-09-29 01:50:39] "POST /ref-update HTTP/1.1" 200 156 0.015220 10.0.0.130 - - [2025-09-29 01:50:39] "GET /virtual-network/73e6d99b-5a9d-4503-bb80-e9e0c0cbbaec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.010408 10.0.0.130 - - [2025-09-29 01:50:39] "GET /virtual-network/e42b1483-b1f1-49f5-8ce2-aedc67c18d58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2953 0.006604 10.0.0.130 - - [2025-09-29 01:50:39] "POST /neutron/network HTTP/1.1" 200 1109 0.006905 10.0.0.130 - - [2025-09-29 01:50:39] "POST /fqname-to-id HTTP/1.1" 404 207 0.006480 10.0.0.130 - - [2025-09-29 01:50:39] "POST /neutron/network HTTP/1.1" 200 1001 0.038614 10.0.0.130 - - [2025-09-29 01:50:39] "DELETE /access-control-list/ea48d4aa-1cc9-4c5f-ac22-73e1cf01a7ef HTTP/1.1" 200 115 0.039210 10.0.0.130 - - [2025-09-29 01:50:39] "POST /neutron/network HTTP/1.1" 200 1001 0.013350 10.0.0.130 - - [2025-09-29 01:50:39] "GET /virtual-network/e42b1483-b1f1-49f5-8ce2-aedc67c18d58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.003823 10.0.0.130 - - [2025-09-29 01:50:39] "POST /ref-update HTTP/1.1" 200 156 0.012023 10.0.0.130 - - [2025-09-29 01:50:39] "DELETE /network-policy/a29759d6-01f3-4c5a-8181-d22b3c7a6cb9 HTTP/1.1" 200 115 0.027768 10.0.0.130 - - [2025-09-29 01:50:39] "POST /neutron/network HTTP/1.1" 200 1005 0.006826 10.0.0.130 - - [2025-09-29 01:50:40] "GET /obj-perms HTTP/1.1" 200 5075 0.050380 10.0.0.130 - - [2025-09-29 01:50:40] "POST /useragent-kv HTTP/1.1" 200 115 0.003482 10.0.0.130 - - [2025-09-29 01:50:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003690 10.0.0.130 - - [2025-09-29 01:50:40] "POST /useragent-kv HTTP/1.1" 200 115 0.003219 10.0.0.130 - - [2025-09-29 01:50:40] "POST /useragent-kv HTTP/1.1" 200 115 0.001500 10.0.0.130 - - [2025-09-29 01:50:40] "POST /useragent-kv HTTP/1.1" 200 115 0.001384 10.0.0.130 - - [2025-09-29 01:50:40] "POST /neutron/network HTTP/1.1" 200 151 0.080559 10.0.0.130 - - [2025-09-29 01:50:40] "DELETE /route-target/ea428481-2a3b-455d-9405-b8300e28fa6a HTTP/1.1" 200 115 0.017121 10.0.0.130 - - [2025-09-29 01:50:40] "GET /routing-instance/eb25c8de-33c6-4762-83e4-cb5a5e8b40dd HTTP/1.1" 404 171 0.003394 10.0.0.130 - - [2025-09-29 01:50:40] "GET /domains HTTP/1.1" 200 281 0.002024 10.0.0.130 - - [2025-09-29 01:50:40] "GET /domains?obj_uuids=137491c9-af0d-4881-aa86-970d73b1f58a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000948 10.0.0.130 - - [2025-09-29 01:50:40] "GET /domain/137491c9-af0d-4881-aa86-970d73b1f58a HTTP/1.1" 200 2591 0.049016 10.0.0.130 - - [2025-09-29 01:50:40] "GET /projects?obj_uuids=af3a65e0-a763-4e4a-96a3-5b454622d04d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001362 10.0.0.130 - - [2025-09-29 01:50:40] "GET /project/af3a65e0-a763-4e4a-96a3-5b454622d04d HTTP/1.1" 200 2151 0.064003 10.0.0.130 - - [2025-09-29 01:50:40] "POST /neutron/network HTTP/1.1" 200 1001 0.006421 10.0.0.130 - - [2025-09-29 01:50:40] "POST /useragent-kv HTTP/1.1" 200 115 0.002609 10.0.0.130 - - [2025-09-29 01:50:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003239 10.0.0.130 - - [2025-09-29 01:50:40] "POST /useragent-kv HTTP/1.1" 200 115 0.001560 10.0.0.130 - - [2025-09-29 01:50:40] "POST /useragent-kv HTTP/1.1" 200 115 0.002863 10.0.0.130 - - [2025-09-29 01:50:40] "POST /useragent-kv HTTP/1.1" 200 115 0.001613 10.0.0.130 - - [2025-09-29 01:50:40] "POST /neutron/network HTTP/1.1" 200 151 0.073523 10.0.0.130 - - [2025-09-29 01:50:40] "DELETE /route-target/e2cf5f86-47cc-4e65-8c51-a7572555b9dd HTTP/1.1" 200 115 0.017644 10.0.0.130 - - [2025-09-29 01:50:40] "GET /routing-instance/6f6c0168-dc19-4c2c-8d45-fe3c27544dcb HTTP/1.1" 404 171 0.001992 10.0.0.130 - - [2025-09-29 01:50:40] "GET /domains HTTP/1.1" 200 281 0.002355 10.0.0.130 - - [2025-09-29 01:50:40] "GET /domains?obj_uuids=137491c9-af0d-4881-aa86-970d73b1f58a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001013 10.0.0.130 - - [2025-09-29 01:50:40] "GET /domain/137491c9-af0d-4881-aa86-970d73b1f58a HTTP/1.1" 200 2591 0.049815 10.0.0.130 - - [2025-09-29 01:50:40] "GET /projects?obj_uuids=af3a65e0-a763-4e4a-96a3-5b454622d04d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001341 10.0.0.130 - - [2025-09-29 01:50:40] "GET /project/af3a65e0-a763-4e4a-96a3-5b454622d04d HTTP/1.1" 200 1905 0.067070 10.0.0.130 - - [2025-09-29 01:50:40] "GET /projects?obj_uuids=af3a65e0-a763-4e4a-96a3-5b454622d04d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000949 10.0.0.130 - - [2025-09-29 01:50:40] "GET /project/af3a65e0-a763-4e4a-96a3-5b454622d04d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.026804 10.0.0.130 - - [2025-09-29 01:50:40] "GET /projects?obj_uuids=af3a65e0-a763-4e4a-96a3-5b454622d04d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000921 10.0.0.130 - - [2025-09-29 01:50:40] "GET /project/af3a65e0-a763-4e4a-96a3-5b454622d04d?fields=virtual_networks HTTP/1.1" 200 1050 0.069891 10.0.0.130 - - [2025-09-29 01:50:40] "GET /projects?obj_uuids=af3a65e0-a763-4e4a-96a3-5b454622d04d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000993 10.0.0.130 - - [2025-09-29 01:50:40] "GET /project/af3a65e0-a763-4e4a-96a3-5b454622d04d?fields=virtual_machine_interfaces HTTP/1.1" 200 1050 0.024642 10.0.0.130 - - [2025-09-29 01:50:40] "GET /projects?obj_uuids=af3a65e0-a763-4e4a-96a3-5b454622d04d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000927 10.0.0.130 - - [2025-09-29 01:50:40] "GET /project/af3a65e0-a763-4e4a-96a3-5b454622d04d?fields=security_groups HTTP/1.1" 200 1285 0.023798 10.0.0.130 - - [2025-09-29 01:50:41] "POST /fqname-to-id HTTP/1.1" 404 204 0.023726 10.0.0.130 - - [2025-09-29 01:50:41] "GET /projects?obj_uuids=293a8e0c-8651-4e91-80bc-675643ecc820&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002795 10.0.0.130 - - [2025-09-29 01:50:41] "GET /domains?obj_uuids=137491c9-af0d-4881-aa86-970d73b1f58a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000909 10.0.0.130 - - [2025-09-29 01:50:41] "GET /domain/137491c9-af0d-4881-aa86-970d73b1f58a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006381 10.0.0.130 - - [2025-09-29 01:50:41] "POST /id-to-fqname HTTP/1.1" 200 206 0.001131 10.0.0.130 - - [2025-09-29 01:50:41] "POST /fqname-to-id HTTP/1.1" 404 215 0.003062 10.0.0.130 - - [2025-09-29 01:50:42] "POST /security-groups HTTP/1.1" 200 607 0.063956 10.0.0.130 - - [2025-09-29 01:50:42] "POST /fqname-to-id HTTP/1.1" 404 250 0.002179 10.0.0.130 - - [2025-09-29 01:50:42] "POST /projects HTTP/1.1" 200 617 0.205400 10.0.0.130 - - [2025-09-29 01:50:42] "POST /access-control-lists HTTP/1.1" 200 614 0.056875 10.0.0.130 - - [2025-09-29 01:50:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.272356 10.0.0.130 - - [2025-09-29 01:50:42] "POST /fqname-to-id HTTP/1.1" 404 249 0.002550 10.0.0.130 - - [2025-09-29 01:50:42] "GET /project/293a8e0c-8651-4e91-80bc-675643ecc820?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.391841 10.0.0.130 - - [2025-09-29 01:50:42] "POST /access-control-lists HTTP/1.1" 200 612 0.056217 10.0.0.130 - - [2025-09-29 01:50:43] "GET / HTTP/1.1" 200 36215 0.001744 10.0.0.130 - - [2025-09-29 01:50:44] "POST /fqname-to-id HTTP/1.1" 401 293 0.000510 10.0.0.130 - - [2025-09-29 01:50:44] "POST /fqname-to-id HTTP/1.1" 404 233 0.054188 10.0.0.130 - - [2025-09-29 01:50:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002486 10.0.0.130 - - [2025-09-29 01:50:44] "GET /projects?obj_uuids=293a8e0c-8651-4e91-80bc-675643ecc820&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001084 10.0.0.130 - - [2025-09-29 01:50:44] "GET /project/293a8e0c-8651-4e91-80bc-675643ecc820?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.025326 10.0.0.130 - - [2025-09-29 01:50:44] "POST /network-policys HTTP/1.1" 200 569 0.056060 10.0.0.130 - - [2025-09-29 01:50:44] "GET /network-policy/120e1bbc-10a0-4026-87d4-e4c02566aaee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3153 0.004824 10.0.0.130 - - [2025-09-29 01:50:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002707 10.0.0.130 - - [2025-09-29 01:50:44] "GET /projects?obj_uuids=293a8e0c-8651-4e91-80bc-675643ecc820&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000921 10.0.0.130 - - [2025-09-29 01:50:44] "GET /project/293a8e0c-8651-4e91-80bc-675643ecc820?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.022096 10.0.0.130 - - [2025-09-29 01:50:44] "POST /neutron/network HTTP/1.1" 200 117 0.037987 10.0.0.130 - - [2025-09-29 01:50:45] "GET /projects?obj_uuids=293a8e0c-8651-4e91-80bc-675643ecc820&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.002081 10.0.0.130 - - [2025-09-29 01:50:45] "POST /neutron/network HTTP/1.1" 200 623 0.061828 10.0.0.130 - - [2025-09-29 01:50:45] "POST /route-targets HTTP/1.1" 200 328 0.010772 10.0.0.130 - - [2025-09-29 01:50:45] "POST /ref-update HTTP/1.1" 200 156 0.067700 10.0.0.130 - - [2025-09-29 01:50:45] "POST /useragent-kv HTTP/1.1" 200 115 0.007356 10.0.0.130 - - [2025-09-29 01:50:45] "POST /neutron/subnet HTTP/1.1" 200 720 0.246603 10.0.0.130 - - [2025-09-29 01:50:45] "POST /fqname-to-id HTTP/1.1" 404 207 0.002145 10.0.0.130 - - [2025-09-29 01:50:45] "POST /useragent-kv HTTP/1.1" 200 115 0.002376 10.0.0.130 - - [2025-09-29 01:50:45] "POST /neutron/subnet HTTP/1.1" 200 823 0.124932 10.0.0.130 - - [2025-09-29 01:50:45] "POST /neutron/network HTTP/1.1" 200 1014 0.007185 10.0.0.130 - - [2025-09-29 01:50:45] "POST /id-to-fqname HTTP/1.1" 200 237 0.001006 10.0.0.130 - - [2025-09-29 01:50:45] "GET /virtual-network/94720fec-a2d4-4850-a3d3-4a1d46e6a766?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2656 0.004702 10.0.0.130 - - [2025-09-29 01:50:45] "POST /neutron/network HTTP/1.1" 200 1014 0.006495 10.0.0.130 - - [2025-09-29 01:50:45] "GET /virtual-network/94720fec-a2d4-4850-a3d3-4a1d46e6a766?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2656 0.004560 10.0.0.130 - - [2025-09-29 01:50:45] "POST /neutron/network HTTP/1.1" 200 1014 0.006982 10.0.0.130 - - [2025-09-29 01:50:45] "POST /neutron/subnet HTTP/1.1" 200 720 0.008801 10.0.0.130 - - [2025-09-29 01:50:45] "POST /neutron/subnet HTTP/1.1" 200 823 0.007313 10.0.0.130 - - [2025-09-29 01:50:45] "POST /neutron/network HTTP/1.1" 200 1014 0.006072 10.0.0.130 - - [2025-09-29 01:50:45] "POST /fqname-to-id HTTP/1.1" 404 252 0.002687 10.0.0.130 - - [2025-09-29 01:50:45] "POST /fqname-to-id HTTP/1.1" 404 207 0.005230 10.0.0.130 - - [2025-09-29 01:50:45] "POST /neutron/network HTTP/1.1" 200 1121 0.044027 10.0.0.130 - - [2025-09-29 01:50:45] "POST /access-control-lists HTTP/1.1" 200 609 0.066073 10.0.0.130 - - [2025-09-29 01:50:45] "POST /neutron/network HTTP/1.1" 200 1121 0.041299 10.0.0.130 - - [2025-09-29 01:50:45] "GET /virtual-network/94720fec-a2d4-4850-a3d3-4a1d46e6a766?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2980 0.004593 10.0.0.130 - - [2025-09-29 01:50:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002046 10.0.0.130 - - [2025-09-29 01:50:45] "GET /network-policy/120e1bbc-10a0-4026-87d4-e4c02566aaee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3153 0.003250 10.0.0.130 - - [2025-09-29 01:50:45] "GET /domains HTTP/1.1" 401 293 0.000533 10.0.0.130 - - [2025-09-29 01:50:46] "GET /domains HTTP/1.1" 200 281 0.024713 10.0.0.130 - - [2025-09-29 01:50:46] "GET /domains?obj_uuids=137491c9-af0d-4881-aa86-970d73b1f58a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000914 10.0.0.130 - - [2025-09-29 01:50:46] "GET /domain/137491c9-af0d-4881-aa86-970d73b1f58a HTTP/1.1" 200 2794 0.007125 10.0.0.130 - - [2025-09-29 01:50:46] "GET /projects?obj_uuids=293a8e0c-8651-4e91-80bc-675643ecc820&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000909 10.0.0.130 - - [2025-09-29 01:50:46] "GET /project/293a8e0c-8651-4e91-80bc-675643ecc820 HTTP/1.1" 200 2463 0.068969 10.0.0.130 - - [2025-09-29 01:50:46] "GET /virtual-network/94720fec-a2d4-4850-a3d3-4a1d46e6a766 HTTP/1.1" 200 3544 0.007159 10.0.0.130 - - [2025-09-29 01:50:46] "GET /virtual-network/94720fec-a2d4-4850-a3d3-4a1d46e6a766 HTTP/1.1" 200 3544 0.004437 10.0.0.130 - - [2025-09-29 01:50:46] "GET /routing-instance/c52e08e6-9c77-48f1-a330-27a0917520ff HTTP/1.1" 200 1499 0.003426 10.0.0.130 - - [2025-09-29 01:50:46] "GET /routing-instance/c52e08e6-9c77-48f1-a330-27a0917520ff HTTP/1.1" 200 1499 0.004203 10.0.0.130 - - [2025-09-29 01:50:46] "GET /route-target/7dfc54b7-24fa-435a-a9c9-c8f1897ed3dc HTTP/1.1" 200 1224 0.003178 10.0.0.130 - - [2025-09-29 01:50:46] "GET /virtual-network/94720fec-a2d4-4850-a3d3-4a1d46e6a766 HTTP/1.1" 200 3544 0.004163 10.0.0.130 - - [2025-09-29 01:50:46] "GET /routing-instance/c52e08e6-9c77-48f1-a330-27a0917520ff HTTP/1.1" 200 1499 0.003226 10.0.0.130 - - [2025-09-29 01:50:46] "GET /virtual-network/94720fec-a2d4-4850-a3d3-4a1d46e6a766?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2980 0.005082 10.0.0.130 - - [2025-09-29 01:50:46] "GET /virtual-network/94720fec-a2d4-4850-a3d3-4a1d46e6a766 HTTP/1.1" 200 3544 0.004975 10.0.0.130 - - [2025-09-29 01:50:46] "GET /routing-instance/c52e08e6-9c77-48f1-a330-27a0917520ff HTTP/1.1" 200 1499 0.004324 10.0.0.130 - - [2025-09-29 01:50:46] "GET /routing-instance/c52e08e6-9c77-48f1-a330-27a0917520ff HTTP/1.1" 200 1499 0.003640 10.0.0.130 - - [2025-09-29 01:50:46] "GET /route-target/7dfc54b7-24fa-435a-a9c9-c8f1897ed3dc HTTP/1.1" 200 1224 0.003971 10.0.0.130 - - [2025-09-29 01:50:46] "GET /domains HTTP/1.1" 200 281 0.002453 10.0.0.130 - - [2025-09-29 01:50:46] "GET /domains?obj_uuids=137491c9-af0d-4881-aa86-970d73b1f58a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000950 10.0.0.130 - - [2025-09-29 01:50:46] "GET /domain/137491c9-af0d-4881-aa86-970d73b1f58a HTTP/1.1" 200 2794 0.006117 10.0.0.130 - - [2025-09-29 01:50:46] "GET /projects?obj_uuids=293a8e0c-8651-4e91-80bc-675643ecc820&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000887 10.0.0.130 - - [2025-09-29 01:50:46] "GET /project/293a8e0c-8651-4e91-80bc-675643ecc820 HTTP/1.1" 200 2463 0.063850 10.0.0.130 - - [2025-09-29 01:50:46] "GET /virtual-network/94720fec-a2d4-4850-a3d3-4a1d46e6a766 HTTP/1.1" 200 3544 0.004124 10.0.0.130 - - [2025-09-29 01:50:46] "GET /obj-perms HTTP/1.1" 200 5081 0.047075 10.0.0.130 - - [2025-09-29 01:50:46] "GET /domains HTTP/1.1" 200 281 0.002405 10.0.0.130 - - [2025-09-29 01:50:46] "GET /domains?obj_uuids=137491c9-af0d-4881-aa86-970d73b1f58a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000911 10.0.0.130 - - [2025-09-29 01:50:46] "GET /domain/137491c9-af0d-4881-aa86-970d73b1f58a HTTP/1.1" 200 2794 0.006254 10.0.0.130 - - [2025-09-29 01:50:46] "GET /projects?obj_uuids=293a8e0c-8651-4e91-80bc-675643ecc820&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000826 10.0.0.130 - - [2025-09-29 01:50:46] "GET /project/293a8e0c-8651-4e91-80bc-675643ecc820 HTTP/1.1" 200 2463 0.064094 10.0.0.130 - - [2025-09-29 01:50:46] "GET /network-policy/120e1bbc-10a0-4026-87d4-e4c02566aaee HTTP/1.1" 200 3480 0.003660 10.0.0.130 - - [2025-09-29 01:50:46] "DELETE /network-policy/120e1bbc-10a0-4026-87d4-e4c02566aaee HTTP/1.1" 409 239 0.005218 10.0.0.130 - - [2025-09-29 01:50:46] "POST /neutron/network HTTP/1.1" 200 1121 0.006350 10.0.0.130 - - [2025-09-29 01:50:47] "DELETE /access-control-list/b2561bc3-2d80-4b73-a943-b62864c9b06c HTTP/1.1" 200 115 0.023723 10.0.0.130 - - [2025-09-29 01:50:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003696 10.0.0.130 - - [2025-09-29 01:50:47] "POST /useragent-kv HTTP/1.1" 200 115 0.001871 10.0.0.130 - - [2025-09-29 01:50:47] "POST /useragent-kv HTTP/1.1" 200 115 0.001490 10.0.0.130 - - [2025-09-29 01:50:47] "POST /useragent-kv HTTP/1.1" 200 115 0.001762 10.0.0.130 - - [2025-09-29 01:50:47] "POST /useragent-kv HTTP/1.1" 200 115 0.001885 10.0.0.130 - - [2025-09-29 01:50:47] "POST /neutron/network HTTP/1.1" 200 151 0.088102 10.0.0.130 - - [2025-09-29 01:50:47] "GET /routing-instance/c52e08e6-9c77-48f1-a330-27a0917520ff HTTP/1.1" 404 171 0.003980 10.0.0.130 - - [2025-09-29 01:50:47] "GET /domains HTTP/1.1" 200 281 0.002071 10.0.0.130 - - [2025-09-29 01:50:47] "GET /domains?obj_uuids=137491c9-af0d-4881-aa86-970d73b1f58a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000854 10.0.0.130 - - [2025-09-29 01:50:47] "DELETE /route-target/7dfc54b7-24fa-435a-a9c9-c8f1897ed3dc HTTP/1.1" 200 115 0.014162 10.0.0.130 - - [2025-09-29 01:50:47] "GET /domain/137491c9-af0d-4881-aa86-970d73b1f58a HTTP/1.1" 200 2794 0.050123 10.0.0.130 - - [2025-09-29 01:50:47] "GET /projects?obj_uuids=293a8e0c-8651-4e91-80bc-675643ecc820&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001004 10.0.0.130 - - [2025-09-29 01:50:47] "GET /project/293a8e0c-8651-4e91-80bc-675643ecc820 HTTP/1.1" 200 2208 0.065033 10.0.0.130 - - [2025-09-29 01:50:47] "DELETE /network-policy/120e1bbc-10a0-4026-87d4-e4c02566aaee HTTP/1.1" 200 115 0.023945 10.0.0.130 - - [2025-09-29 01:50:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002431 10.0.0.130 - - [2025-09-29 01:50:47] "GET /projects?obj_uuids=293a8e0c-8651-4e91-80bc-675643ecc820&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001423 10.0.0.130 - - [2025-09-29 01:50:47] "GET /project/293a8e0c-8651-4e91-80bc-675643ecc820?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.023708 10.0.0.130 - - [2025-09-29 01:50:47] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyNegativeIpv4v6-09172110&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.003714 10.0.0.130 - - [2025-09-29 01:50:47] "GET /projects?obj_uuids=293a8e0c-8651-4e91-80bc-675643ecc820&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000886 10.0.0.130 - - [2025-09-29 01:50:48] "GET /project/293a8e0c-8651-4e91-80bc-675643ecc820?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.027090 10.0.0.130 - - [2025-09-29 01:50:48] "GET /projects?obj_uuids=293a8e0c-8651-4e91-80bc-675643ecc820&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000897 10.0.0.130 - - [2025-09-29 01:50:48] "GET /project/293a8e0c-8651-4e91-80bc-675643ecc820?fields=virtual_networks HTTP/1.1" 200 1064 0.070267 10.0.0.130 - - [2025-09-29 01:50:48] "GET /projects?obj_uuids=293a8e0c-8651-4e91-80bc-675643ecc820&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001024 10.0.0.130 - - [2025-09-29 01:50:48] "GET /project/293a8e0c-8651-4e91-80bc-675643ecc820?fields=virtual_machine_interfaces HTTP/1.1" 200 1064 0.022635 10.0.0.130 - - [2025-09-29 01:50:48] "GET /projects?obj_uuids=293a8e0c-8651-4e91-80bc-675643ecc820&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001138 10.0.0.130 - - [2025-09-29 01:50:48] "GET /project/293a8e0c-8651-4e91-80bc-675643ecc820?fields=security_groups HTTP/1.1" 200 1307 0.022578 10.0.0.130 - - [2025-09-29 01:50:48] "POST /fqname-to-id HTTP/1.1" 404 190 0.021478 10.0.0.130 - - [2025-09-29 01:50:49] "GET /projects?obj_uuids=4f2ca41a-e07f-4b34-acc9-c6cfd7268032&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002218 10.0.0.130 - - [2025-09-29 01:50:49] "GET /domains?obj_uuids=137491c9-af0d-4881-aa86-970d73b1f58a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000934 10.0.0.130 - - [2025-09-29 01:50:49] "GET /domain/137491c9-af0d-4881-aa86-970d73b1f58a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.005890 10.0.0.130 - - [2025-09-29 01:50:49] "POST /id-to-fqname HTTP/1.1" 200 192 0.001072 10.0.0.130 - - [2025-09-29 01:50:49] "POST /fqname-to-id HTTP/1.1" 404 201 0.003792 10.0.0.130 - - [2025-09-29 01:50:49] "POST /security-groups HTTP/1.1" 200 593 0.064493 10.0.0.130 - - [2025-09-29 01:50:49] "POST /fqname-to-id HTTP/1.1" 404 236 0.002312 10.0.0.130 - - [2025-09-29 01:50:49] "POST /projects HTTP/1.1" 200 589 0.208113 10.0.0.130 - - [2025-09-29 01:50:49] "POST /access-control-lists HTTP/1.1" 200 600 0.060887 10.0.0.130 - - [2025-09-29 01:50:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.279344 10.0.0.130 - - [2025-09-29 01:50:49] "POST /fqname-to-id HTTP/1.1" 404 235 0.002805 10.0.0.130 - - [2025-09-29 01:50:49] "GET /project/4f2ca41a-e07f-4b34-acc9-c6cfd7268032?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.400275 10.0.0.130 - - [2025-09-29 01:50:49] "POST /access-control-lists HTTP/1.1" 200 598 0.060675 10.0.0.130 - - [2025-09-29 01:50:50] "GET / HTTP/1.1" 200 36215 0.001840 10.0.0.130 - - [2025-09-29 01:50:51] "POST /fqname-to-id HTTP/1.1" 401 293 0.000525 10.0.0.130 - - [2025-09-29 01:50:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.059156 10.0.0.130 - - [2025-09-29 01:50:51] "GET /projects?obj_uuids=4f2ca41a-e07f-4b34-acc9-c6cfd7268032&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000997 10.0.0.130 - - [2025-09-29 01:50:51] "GET /project/4f2ca41a-e07f-4b34-acc9-c6cfd7268032?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.025017 10.0.0.130 - - [2025-09-29 01:50:51] "POST /neutron/network HTTP/1.1" 200 117 0.026551 10.0.0.130 - - [2025-09-29 01:50:51] "GET /projects?obj_uuids=4f2ca41a-e07f-4b34-acc9-c6cfd7268032&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000920 10.0.0.130 - - [2025-09-29 01:50:51] "POST /neutron/network HTTP/1.1" 200 607 0.078364 10.0.0.130 - - [2025-09-29 01:50:51] "POST /useragent-kv HTTP/1.1" 200 115 0.011187 10.0.0.130 - - [2025-09-29 01:50:51] "POST /neutron/subnet HTTP/1.1" 200 729 0.133395 10.0.0.130 - - [2025-09-29 01:50:51] "POST /neutron/network HTTP/1.1" 200 827 0.005222 10.0.0.130 - - [2025-09-29 01:50:51] "POST /id-to-fqname HTTP/1.1" 200 222 0.001005 10.0.0.130 - - [2025-09-29 01:50:51] "GET /virtual-network/62fa53d5-d22c-4054-99f1-0762122fb946?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.003981 10.0.0.130 - - [2025-09-29 01:50:51] "POST /neutron/network HTTP/1.1" 200 827 0.006889 10.0.0.130 - - [2025-09-29 01:50:51] "GET /virtual-network/62fa53d5-d22c-4054-99f1-0762122fb946?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004078 10.0.0.130 - - [2025-09-29 01:50:51] "POST /neutron/network HTTP/1.1" 200 827 0.004758 10.0.0.130 - - [2025-09-29 01:50:51] "POST /neutron/subnet HTTP/1.1" 200 729 0.006480 10.0.0.130 - - [2025-09-29 01:50:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.001877 10.0.0.130 - - [2025-09-29 01:50:51] "GET /projects?obj_uuids=4f2ca41a-e07f-4b34-acc9-c6cfd7268032&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000954 10.0.0.130 - - [2025-09-29 01:50:52] "GET /project/4f2ca41a-e07f-4b34-acc9-c6cfd7268032?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.024271 10.0.0.130 - - [2025-09-29 01:50:52] "POST /neutron/network HTTP/1.1" 200 117 0.007431 10.0.0.130 - - [2025-09-29 01:50:52] "GET /projects?obj_uuids=4f2ca41a-e07f-4b34-acc9-c6cfd7268032&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000908 10.0.0.130 - - [2025-09-29 01:50:52] "POST /route-targets HTTP/1.1" 200 328 0.013747 10.0.0.130 - - [2025-09-29 01:50:52] "POST /ref-update HTTP/1.1" 200 156 0.011337 10.0.0.130 - - [2025-09-29 01:50:52] "POST /neutron/network HTTP/1.1" 200 607 0.082885 10.0.0.130 - - [2025-09-29 01:50:52] "POST /route-targets HTTP/1.1" 200 328 0.010677 10.0.0.130 - - [2025-09-29 01:50:52] "POST /ref-update HTTP/1.1" 200 156 0.009714 10.0.0.130 - - [2025-09-29 01:50:52] "POST /useragent-kv HTTP/1.1" 200 115 0.003319 10.0.0.130 - - [2025-09-29 01:50:52] "POST /neutron/subnet HTTP/1.1" 200 720 0.167766 10.0.0.130 - - [2025-09-29 01:50:52] "POST /neutron/network HTTP/1.1" 200 825 0.005773 10.0.0.130 - - [2025-09-29 01:50:52] "POST /id-to-fqname HTTP/1.1" 200 222 0.002453 10.0.0.130 - - [2025-09-29 01:50:52] "GET /virtual-network/fd4151cb-ab41-4ef9-abab-bf425f4ee392?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004559 10.0.0.130 - - [2025-09-29 01:50:52] "POST /neutron/network HTTP/1.1" 200 825 0.005618 10.0.0.130 - - [2025-09-29 01:50:52] "GET /virtual-network/fd4151cb-ab41-4ef9-abab-bf425f4ee392?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005285 10.0.0.130 - - [2025-09-29 01:50:52] "POST /neutron/network HTTP/1.1" 200 825 0.004760 10.0.0.130 - - [2025-09-29 01:50:52] "POST /neutron/subnet HTTP/1.1" 200 720 0.006172 10.0.0.130 - - [2025-09-29 01:50:52] "POST /fqname-to-id HTTP/1.1" 404 228 0.003277 10.0.0.130 - - [2025-09-29 01:50:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002805 10.0.0.130 - - [2025-09-29 01:50:52] "GET /projects?obj_uuids=4f2ca41a-e07f-4b34-acc9-c6cfd7268032&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000970 10.0.0.130 - - [2025-09-29 01:50:52] "GET /project/4f2ca41a-e07f-4b34-acc9-c6cfd7268032?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.023051 10.0.0.130 - - [2025-09-29 01:50:52] "POST /network-policys HTTP/1.1" 200 573 0.015888 10.0.0.130 - - [2025-09-29 01:50:52] "GET /network-policy/36aa5011-8895-4d09-9a04-5365f371f731?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2153 0.004513 10.0.0.130 - - [2025-09-29 01:50:52] "POST /neutron/network HTTP/1.1" 200 827 0.005445 10.0.0.130 - - [2025-09-29 01:50:52] "POST /fqname-to-id HTTP/1.1" 404 236 0.003829 10.0.0.130 - - [2025-09-29 01:50:52] "POST /neutron/network HTTP/1.1" 200 929 0.047212 10.0.0.130 - - [2025-09-29 01:50:52] "POST /neutron/network HTTP/1.1" 200 929 0.037169 10.0.0.130 - - [2025-09-29 01:50:52] "POST /access-control-lists HTTP/1.1" 200 592 0.067979 10.0.0.130 - - [2025-09-29 01:50:52] "GET /virtual-network/62fa53d5-d22c-4054-99f1-0762122fb946?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2368 0.009667 10.0.0.130 - - [2025-09-29 01:50:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002387 10.0.0.130 - - [2025-09-29 01:50:52] "GET /network-policy/36aa5011-8895-4d09-9a04-5365f371f731?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2153 0.003688 10.0.0.130 - - [2025-09-29 01:50:53] "POST /neutron/network HTTP/1.1" 200 825 0.005087 10.0.0.130 - - [2025-09-29 01:50:53] "POST /fqname-to-id HTTP/1.1" 404 236 0.001991 10.0.0.130 - - [2025-09-29 01:50:53] "POST /neutron/network HTTP/1.1" 200 927 0.040551 10.0.0.130 - - [2025-09-29 01:50:53] "POST /neutron/network HTTP/1.1" 200 927 0.042456 10.0.0.130 - - [2025-09-29 01:50:53] "POST /access-control-lists HTTP/1.1" 200 592 0.062916 10.0.0.130 - - [2025-09-29 01:50:53] "GET /virtual-network/fd4151cb-ab41-4ef9-abab-bf425f4ee392?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.007799 10.0.0.130 - - [2025-09-29 01:50:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002191 10.0.0.130 - - [2025-09-29 01:50:53] "POST /ref-update HTTP/1.1" 200 156 0.008533 10.0.0.130 - - [2025-09-29 01:50:53] "GET /network-policy/36aa5011-8895-4d09-9a04-5365f371f731?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2153 0.003119 10.0.0.130 - - [2025-09-29 01:50:53] "GET /domains HTTP/1.1" 401 293 0.000483 10.0.0.130 - - [2025-09-29 01:50:53] "PUT /access-control-list/7a163b56-7ffc-44b2-b2fc-4e0f7f10f701 HTTP/1.1" 200 273 0.051966 10.0.0.130 - - [2025-09-29 01:50:53] "GET /domains HTTP/1.1" 200 281 0.022895 10.0.0.130 - - [2025-09-29 01:50:53] "GET /domains?obj_uuids=137491c9-af0d-4881-aa86-970d73b1f58a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001118 10.0.0.130 - - [2025-09-29 01:50:53] "GET /domain/137491c9-af0d-4881-aa86-970d73b1f58a HTTP/1.1" 200 2983 0.011749 10.0.0.130 - - [2025-09-29 01:50:53] "GET /projects?obj_uuids=4f2ca41a-e07f-4b34-acc9-c6cfd7268032&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000871 10.0.0.130 - - [2025-09-29 01:50:53] "GET /project/4f2ca41a-e07f-4b34-acc9-c6cfd7268032 HTTP/1.1" 200 2578 0.066871 10.0.0.130 - - [2025-09-29 01:50:53] "GET /virtual-network/62fa53d5-d22c-4054-99f1-0762122fb946 HTTP/1.1" 200 2900 0.005441 10.0.0.130 - - [2025-09-29 01:50:53] "GET /virtual-network/62fa53d5-d22c-4054-99f1-0762122fb946 HTTP/1.1" 200 2900 0.005764 10.0.0.130 - - [2025-09-29 01:50:53] "GET /routing-instance/61fcbbfc-0a3f-44e5-ad5b-7a195048bae9 HTTP/1.1" 200 1787 0.004103 10.0.0.130 - - [2025-09-29 01:50:53] "GET /routing-instance/61fcbbfc-0a3f-44e5-ad5b-7a195048bae9 HTTP/1.1" 200 1787 0.003014 10.0.0.130 - - [2025-09-29 01:50:53] "GET /route-target/5c7dcca0-e052-4812-b439-dd9ba09010e0 HTTP/1.1" 200 1208 0.003814 10.0.0.130 - - [2025-09-29 01:50:53] "GET /virtual-network/62fa53d5-d22c-4054-99f1-0762122fb946 HTTP/1.1" 200 2900 0.004207 10.0.0.130 - - [2025-09-29 01:50:53] "GET /routing-instance/61fcbbfc-0a3f-44e5-ad5b-7a195048bae9 HTTP/1.1" 200 1787 0.002980 10.0.0.130 - - [2025-09-29 01:50:53] "GET /virtual-network/62fa53d5-d22c-4054-99f1-0762122fb946?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2368 0.004238 10.0.0.130 - - [2025-09-29 01:50:53] "GET /virtual-network/62fa53d5-d22c-4054-99f1-0762122fb946 HTTP/1.1" 200 2900 0.004423 10.0.0.130 - - [2025-09-29 01:50:53] "GET /routing-instance/61fcbbfc-0a3f-44e5-ad5b-7a195048bae9 HTTP/1.1" 200 1787 0.002894 10.0.0.130 - - [2025-09-29 01:50:53] "GET /routing-instance/61fcbbfc-0a3f-44e5-ad5b-7a195048bae9 HTTP/1.1" 200 1787 0.002723 10.0.0.130 - - [2025-09-29 01:50:53] "GET /route-target/5c7dcca0-e052-4812-b439-dd9ba09010e0 HTTP/1.1" 200 1208 0.002651 10.0.0.130 - - [2025-09-29 01:50:53] "GET /domains HTTP/1.1" 200 281 0.002761 10.0.0.130 - - [2025-09-29 01:50:53] "GET /domains?obj_uuids=137491c9-af0d-4881-aa86-970d73b1f58a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000947 10.0.0.130 - - [2025-09-29 01:50:53] "GET /domain/137491c9-af0d-4881-aa86-970d73b1f58a HTTP/1.1" 200 2983 0.006070 10.0.0.130 - - [2025-09-29 01:50:53] "GET /projects?obj_uuids=4f2ca41a-e07f-4b34-acc9-c6cfd7268032&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000876 10.0.0.130 - - [2025-09-29 01:50:53] "GET /project/4f2ca41a-e07f-4b34-acc9-c6cfd7268032 HTTP/1.1" 200 2578 0.066463 10.0.0.130 - - [2025-09-29 01:50:53] "GET /virtual-network/62fa53d5-d22c-4054-99f1-0762122fb946 HTTP/1.1" 200 2900 0.004236 10.0.0.130 - - [2025-09-29 01:50:54] "GET /obj-perms HTTP/1.1" 200 5053 0.047550 10.0.0.130 - - [2025-09-29 01:50:54] "GET /domains HTTP/1.1" 200 281 0.002681 10.0.0.130 - - [2025-09-29 01:50:54] "GET /domains?obj_uuids=137491c9-af0d-4881-aa86-970d73b1f58a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000932 10.0.0.130 - - [2025-09-29 01:50:54] "GET /domain/137491c9-af0d-4881-aa86-970d73b1f58a HTTP/1.1" 200 2983 0.006065 10.0.0.130 - - [2025-09-29 01:50:54] "GET /projects?obj_uuids=4f2ca41a-e07f-4b34-acc9-c6cfd7268032&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000892 10.0.0.130 - - [2025-09-29 01:50:54] "GET /project/4f2ca41a-e07f-4b34-acc9-c6cfd7268032 HTTP/1.1" 200 2578 0.063913 10.0.0.130 - - [2025-09-29 01:50:54] "GET /virtual-network/fd4151cb-ab41-4ef9-abab-bf425f4ee392 HTTP/1.1" 200 2895 0.009586 10.0.0.130 - - [2025-09-29 01:50:54] "GET /virtual-network/fd4151cb-ab41-4ef9-abab-bf425f4ee392 HTTP/1.1" 200 2895 0.004603 10.0.0.130 - - [2025-09-29 01:50:54] "GET /routing-instance/b6213455-7994-496f-b263-d783dbf47223 HTTP/1.1" 200 1788 0.003361 10.0.0.130 - - [2025-09-29 01:50:54] "GET /routing-instance/b6213455-7994-496f-b263-d783dbf47223 HTTP/1.1" 200 1788 0.004437 10.0.0.130 - - [2025-09-29 01:50:54] "GET /route-target/d29cb509-5b01-495d-bfb6-50ac2337bd24 HTTP/1.1" 200 1209 0.003818 10.0.0.130 - - [2025-09-29 01:50:54] "GET /virtual-network/fd4151cb-ab41-4ef9-abab-bf425f4ee392 HTTP/1.1" 200 2895 0.004620 10.0.0.130 - - [2025-09-29 01:50:54] "GET /routing-instance/b6213455-7994-496f-b263-d783dbf47223 HTTP/1.1" 200 1788 0.003335 10.0.0.130 - - [2025-09-29 01:50:54] "GET /virtual-network/fd4151cb-ab41-4ef9-abab-bf425f4ee392?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.005044 10.0.0.130 - - [2025-09-29 01:50:54] "GET /virtual-network/fd4151cb-ab41-4ef9-abab-bf425f4ee392 HTTP/1.1" 200 2895 0.005188 10.0.0.130 - - [2025-09-29 01:50:54] "GET /routing-instance/b6213455-7994-496f-b263-d783dbf47223 HTTP/1.1" 200 1788 0.021673 10.0.0.130 - - [2025-09-29 01:50:54] "GET /routing-instance/b6213455-7994-496f-b263-d783dbf47223 HTTP/1.1" 200 1788 0.003148 10.0.0.130 - - [2025-09-29 01:50:54] "GET /route-target/d29cb509-5b01-495d-bfb6-50ac2337bd24 HTTP/1.1" 200 1209 0.002693 10.0.0.130 - - [2025-09-29 01:50:54] "GET /domains HTTP/1.1" 200 281 0.002377 10.0.0.130 - - [2025-09-29 01:50:54] "GET /domains?obj_uuids=137491c9-af0d-4881-aa86-970d73b1f58a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000862 10.0.0.130 - - [2025-09-29 01:50:54] "GET /domain/137491c9-af0d-4881-aa86-970d73b1f58a HTTP/1.1" 200 2983 0.007009 10.0.0.130 - - [2025-09-29 01:50:54] "GET /projects?obj_uuids=4f2ca41a-e07f-4b34-acc9-c6cfd7268032&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000784 10.0.0.130 - - [2025-09-29 01:50:54] "GET /project/4f2ca41a-e07f-4b34-acc9-c6cfd7268032 HTTP/1.1" 200 2578 0.063194 10.0.0.130 - - [2025-09-29 01:50:54] "GET /virtual-network/fd4151cb-ab41-4ef9-abab-bf425f4ee392 HTTP/1.1" 200 2895 0.004376 10.0.0.130 - - [2025-09-29 01:50:54] "GET /obj-perms HTTP/1.1" 200 5053 0.002790 10.0.0.130 - - [2025-09-29 01:50:54] "POST /id-to-fqname HTTP/1.1" 200 222 0.001178 10.0.0.130 - - [2025-09-29 01:50:54] "POST /neutron/network HTTP/1.1" 200 939 0.004942 10.0.0.130 - - [2025-09-29 01:50:54] "GET /aaa-mode HTTP/1.1" 401 293 0.000381 10.0.0.130 - - [2025-09-29 01:50:55] "GET / HTTP/1.1" 200 36215 0.001570 10.0.0.130 - - [2025-09-29 01:50:55] "GET /project/4f2ca41a-e07f-4b34-acc9-c6cfd7268032?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000322 10.0.0.130 - - [2025-09-29 01:50:55] "GET /projects?obj_uuids=4f2ca41a-e07f-4b34-acc9-c6cfd7268032&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000889 10.0.0.130 - - [2025-09-29 01:50:55] "GET /project/4f2ca41a-e07f-4b34-acc9-c6cfd7268032?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.041076 10.0.0.130 - - [2025-09-29 01:50:55] "POST /neutron/network HTTP/1.1" 200 929 0.005245 10.0.0.130 - - [2025-09-29 01:50:55] "POST /neutron/port HTTP/1.1" 200 117 0.005034 10.0.0.130 - - [2025-09-29 01:50:55] "POST /neutron/port HTTP/1.1" 200 117 0.005147 10.0.0.130 - - [2025-09-29 01:50:55] "POST /id-to-fqname HTTP/1.1" 200 222 0.001380 10.0.0.130 - - [2025-09-29 01:50:55] "POST /neutron/port HTTP/1.1" 200 117 0.005754 10.0.0.130 - - [2025-09-29 01:50:55] "POST /neutron/network HTTP/1.1" 200 937 0.005467 10.0.0.130 - - [2025-09-29 01:50:55] "GET /aaa-mode HTTP/1.1" 401 293 0.000520 10.0.0.130 - - [2025-09-29 01:50:55] "POST /neutron/network HTTP/1.1" 200 939 0.005761 10.0.0.130 - - [2025-09-29 01:50:56] "GET /projects?obj_uuids=4f2ca41a-e07f-4b34-acc9-c6cfd7268032&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001212 10.0.0.130 - - [2025-09-29 01:50:56] "GET / HTTP/1.1" 200 36215 0.001425 10.0.0.130 - - [2025-09-29 01:50:56] "GET /project/4f2ca41a-e07f-4b34-acc9-c6cfd7268032?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000373 10.0.0.130 - - [2025-09-29 01:50:56] "POST /neutron/port HTTP/1.1" 200 1063 0.210091 10.0.0.130 - - [2025-09-29 01:50:56] "POST /neutron/port HTTP/1.1" 200 1063 0.008211 10.0.0.130 - - [2025-09-29 01:50:56] "POST /neutron/port HTTP/1.1" 200 1063 0.007689 10.0.0.130 - - [2025-09-29 01:50:56] "POST /neutron/port HTTP/1.1" 200 1117 0.055773 10.0.0.130 - - [2025-09-29 01:50:56] "POST /neutron/port HTTP/1.1" 200 1091 0.011438 10.0.0.130 - - [2025-09-29 01:50:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002975 10.0.0.130 - - [2025-09-29 01:50:56] "POST /neutron/subnet HTTP/1.1" 200 703 0.006097 10.0.0.130 - - [2025-09-29 01:50:56] "POST /neutron/port HTTP/1.1" 200 117 0.001107 10.0.0.130 - - [2025-09-29 01:50:56] "POST /neutron/network HTTP/1.1" 200 929 0.005396 10.0.0.130 - - [2025-09-29 01:50:56] "GET /projects?obj_uuids=4f2ca41a-e07f-4b34-acc9-c6cfd7268032&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001325 10.0.0.130 - - [2025-09-29 01:50:56] "GET /project/4f2ca41a-e07f-4b34-acc9-c6cfd7268032?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.051092 10.0.0.130 - - [2025-09-29 01:50:56] "POST /neutron/network HTTP/1.1" 200 927 0.005120 10.0.0.130 - - [2025-09-29 01:50:56] "POST /neutron/port HTTP/1.1" 200 1091 0.014864 10.0.0.130 - - [2025-09-29 01:50:56] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005442 10.0.0.130 - - [2025-09-29 01:50:56] "POST /neutron/port HTTP/1.1" 200 117 0.004719 10.0.0.130 - - [2025-09-29 01:50:56] "POST /neutron/port HTTP/1.1" 200 1091 0.010459 10.0.0.130 - - [2025-09-29 01:50:56] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005794 10.0.0.130 - - [2025-09-29 01:50:57] "POST /neutron/network HTTP/1.1" 200 937 0.005932 10.0.0.130 - - [2025-09-29 01:50:57] "GET /projects?obj_uuids=4f2ca41a-e07f-4b34-acc9-c6cfd7268032&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001031 10.0.0.130 - - [2025-09-29 01:50:57] "PUT /access-control-list/9c0a3615-b43f-4cd6-9d47-702b0d34731f HTTP/1.1" 200 273 0.020394 10.0.0.130 - - [2025-09-29 01:50:57] "POST /neutron/port HTTP/1.1" 200 1061 0.216111 10.0.0.130 - - [2025-09-29 01:50:57] "POST /neutron/port HTTP/1.1" 200 1061 0.009958 10.0.0.130 - - [2025-09-29 01:50:57] "POST /neutron/port HTTP/1.1" 200 1061 0.009100 10.0.0.130 - - [2025-09-29 01:50:57] "POST /neutron/port HTTP/1.1" 200 1115 0.084103 10.0.0.130 - - [2025-09-29 01:50:57] "POST /neutron/port HTTP/1.1" 200 1089 0.011083 10.0.0.130 - - [2025-09-29 01:50:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003134 10.0.0.130 - - [2025-09-29 01:50:57] "POST /neutron/subnet HTTP/1.1" 200 694 0.012047 10.0.0.130 - - [2025-09-29 01:50:57] "POST /neutron/port HTTP/1.1" 200 117 0.001049 10.0.0.130 - - [2025-09-29 01:50:57] "POST /neutron/network HTTP/1.1" 200 927 0.005076 10.0.0.130 - - [2025-09-29 01:51:01] "POST /neutron/port HTTP/1.1" 200 1091 0.011898 10.0.0.130 - - [2025-09-29 01:51:01] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006113 10.0.0.130 - - [2025-09-29 01:51:01] "POST /neutron/port HTTP/1.1" 200 1091 0.010010 10.0.0.130 - - [2025-09-29 01:51:01] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005739 10.0.0.130 - - [2025-09-29 01:51:02] "POST /neutron/port HTTP/1.1" 200 1091 0.012653 10.0.0.130 - - [2025-09-29 01:51:02] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007780 10.0.0.130 - - [2025-09-29 01:51:02] "GET /virtual-machine/855ff554-23d3-4380-8acd-7a449c900660 HTTP/1.1" 200 1296 0.004986 10.0.0.130 - - [2025-09-29 01:51:02] "GET /virtual-machine-interface/5b7ad0ba-79ea-44a5-9c18-d4fc9de2ef27 HTTP/1.1" 200 2957 0.004860 10.0.0.130 - - [2025-09-29 01:51:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002823 10.0.0.130 - - [2025-09-29 01:51:02] "GET /global-vrouter-config/995f2d36-a695-4ca8-8abd-5db3ca8044ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002896 10.0.0.130 - - [2025-09-29 01:51:02] "GET /virtual-networks?parent_id=4f2ca41a-e07f-4b34-acc9-c6cfd7268032&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.002603 10.0.0.130 - - [2025-09-29 01:51:02] "GET /virtual-network/62fa53d5-d22c-4054-99f1-0762122fb946?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2368 0.004970 10.0.0.130 - - [2025-09-29 01:51:05] "POST /neutron/port HTTP/1.1" 200 1091 0.010655 10.0.0.130 - - [2025-09-29 01:51:05] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005378 10.0.0.130 - - [2025-09-29 01:51:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002730 10.0.0.130 - - [2025-09-29 01:51:05] "GET /virtual-network/62fa53d5-d22c-4054-99f1-0762122fb946?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2368 0.004449 10.0.0.130 - - [2025-09-29 01:51:06] "POST /neutron/port HTTP/1.1" 200 1089 0.012931 10.0.0.130 - - [2025-09-29 01:51:06] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005209 10.0.0.130 - - [2025-09-29 01:51:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002804 10.0.0.130 - - [2025-09-29 01:51:07] "GET /global-vrouter-config/995f2d36-a695-4ca8-8abd-5db3ca8044ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002973 10.0.0.130 - - [2025-09-29 01:51:07] "GET /virtual-networks?parent_id=4f2ca41a-e07f-4b34-acc9-c6cfd7268032&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003965 10.0.0.130 - - [2025-09-29 01:51:07] "GET /virtual-network/62fa53d5-d22c-4054-99f1-0762122fb946?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2368 0.006392 10.0.0.130 - - [2025-09-29 01:51:07] "POST /neutron/port HTTP/1.1" 200 1091 0.011280 10.0.0.130 - - [2025-09-29 01:51:07] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006200 10.0.0.130 - - [2025-09-29 01:51:12] "POST /neutron/port HTTP/1.1" 200 1089 0.009907 10.0.0.130 - - [2025-09-29 01:51:12] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005612 10.0.0.130 - - [2025-09-29 01:51:13] "POST /neutron/port HTTP/1.1" 200 1089 0.009802 10.0.0.130 - - [2025-09-29 01:51:13] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005485 10.0.0.130 - - [2025-09-29 01:51:13] "POST /neutron/port HTTP/1.1" 200 1089 0.010644 10.0.0.130 - - [2025-09-29 01:51:13] "POST /neutron/security_group HTTP/1.1" 200 2060 0.004956 10.0.0.130 - - [2025-09-29 01:51:13] "GET /virtual-machine/1f418388-3b3e-4d8e-adb5-27cc07ef781b HTTP/1.1" 200 1296 0.005051 10.0.0.130 - - [2025-09-29 01:51:13] "GET /virtual-machine-interface/2e89ecad-94f4-4c80-82a3-d1bcae931c65 HTTP/1.1" 200 2956 0.004505 10.0.0.130 - - [2025-09-29 01:51:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002906 10.0.0.130 - - [2025-09-29 01:51:13] "GET /global-vrouter-config/995f2d36-a695-4ca8-8abd-5db3ca8044ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002738 10.0.0.130 - - [2025-09-29 01:51:13] "GET /virtual-networks?parent_id=4f2ca41a-e07f-4b34-acc9-c6cfd7268032&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.002715 10.0.0.130 - - [2025-09-29 01:51:13] "GET /virtual-network/fd4151cb-ab41-4ef9-abab-bf425f4ee392?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.005245 10.0.0.130 - - [2025-09-29 01:51:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002866 10.0.0.130 - - [2025-09-29 01:51:14] "GET /global-vrouter-config/995f2d36-a695-4ca8-8abd-5db3ca8044ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002698 10.0.0.130 - - [2025-09-29 01:51:14] "GET /virtual-networks?parent_id=4f2ca41a-e07f-4b34-acc9-c6cfd7268032&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.002917 10.0.0.130 - - [2025-09-29 01:51:14] "GET /virtual-network/fd4151cb-ab41-4ef9-abab-bf425f4ee392?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.004621 10.0.0.130 - - [2025-09-29 01:51:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003298 10.0.0.130 - - [2025-09-29 01:51:18] "GET /projects?obj_uuids=4f2ca41a-e07f-4b34-acc9-c6cfd7268032&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001095 10.0.0.130 - - [2025-09-29 01:51:18] "GET /project/4f2ca41a-e07f-4b34-acc9-c6cfd7268032?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.034767 10.0.0.130 - - [2025-09-29 01:51:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002713 10.0.0.130 - - [2025-09-29 01:51:18] "PUT /network-policy/36aa5011-8895-4d09-9a04-5365f371f731 HTTP/1.1" 200 263 0.009844 10.0.0.130 - - [2025-09-29 01:51:18] "PUT /access-control-list/9c0a3615-b43f-4cd6-9d47-702b0d34731f HTTP/1.1" 200 273 0.050532 10.0.0.130 - - [2025-09-29 01:51:18] "POST /ref-update HTTP/1.1" 200 156 0.011400 10.0.0.130 - - [2025-09-29 01:51:19] "PUT /access-control-list/7a163b56-7ffc-44b2-b2fc-4e0f7f10f701 HTTP/1.1" 200 273 0.053772 10.0.0.130 - - [2025-09-29 01:51:19] "POST /ref-update HTTP/1.1" 200 156 0.011949 10.0.0.130 - - [2025-09-29 01:51:22] "GET /virtual-network/fd4151cb-ab41-4ef9-abab-bf425f4ee392?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.005211 10.0.0.130 - - [2025-09-29 01:51:22] "POST /neutron/network HTTP/1.1" 200 927 0.006924 10.0.0.130 - - [2025-09-29 01:51:22] "POST /neutron/network HTTP/1.1" 200 825 0.044242 10.0.0.130 - - [2025-09-29 01:51:22] "DELETE /access-control-list/9c0a3615-b43f-4cd6-9d47-702b0d34731f HTTP/1.1" 200 115 0.029748 10.0.0.130 - - [2025-09-29 01:51:22] "POST /neutron/network HTTP/1.1" 200 825 0.005350 10.0.0.130 - - [2025-09-29 01:51:22] "GET /virtual-network/fd4151cb-ab41-4ef9-abab-bf425f4ee392?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005055 10.0.0.130 - - [2025-09-29 01:51:22] "GET /virtual-network/62fa53d5-d22c-4054-99f1-0762122fb946?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2368 0.006437 10.0.0.130 - - [2025-09-29 01:51:22] "POST /neutron/network HTTP/1.1" 200 929 0.006075 10.0.0.130 - - [2025-09-29 01:51:22] "POST /neutron/network HTTP/1.1" 200 827 0.059112 10.0.0.130 - - [2025-09-29 01:51:22] "DELETE /access-control-list/7a163b56-7ffc-44b2-b2fc-4e0f7f10f701 HTTP/1.1" 200 115 0.047311 10.0.0.130 - - [2025-09-29 01:51:22] "POST /neutron/network HTTP/1.1" 200 827 0.005936 10.0.0.130 - - [2025-09-29 01:51:22] "GET /virtual-network/62fa53d5-d22c-4054-99f1-0762122fb946?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005812 10.0.0.130 - - [2025-09-29 01:51:22] "DELETE /network-policy/36aa5011-8895-4d09-9a04-5365f371f731 HTTP/1.1" 200 115 0.026619 10.0.0.130 - - [2025-09-29 01:51:22] "POST /neutron/network HTTP/1.1" 200 825 0.005368 10.0.0.130 - - [2025-09-29 01:51:22] "POST /neutron/network HTTP/1.1" 400 204 0.010491 10.0.0.130 - - [2025-09-29 01:51:22] "POST /neutron/port HTTP/1.1" 200 1089 0.022095 10.0.0.130 - - [2025-09-29 01:51:22] "POST /neutron/port HTTP/1.1" 200 1091 0.009869 10.0.0.130 - - [2025-09-29 01:51:22] "POST /neutron/port HTTP/1.1" 200 1115 0.012979 10.0.0.130 - - [2025-09-29 01:51:22] "POST /neutron/port HTTP/1.1" 200 1117 0.009115 10.0.0.130 - - [2025-09-29 01:51:22] "POST /neutron/port HTTP/1.1" 200 151 0.119406 10.0.0.130 - - [2025-09-29 01:51:22] "POST /neutron/port HTTP/1.1" 200 151 0.119068 10.0.0.130 - - [2025-09-29 01:51:24] "POST /neutron/network HTTP/1.1" 200 825 0.006482 10.0.0.130 - - [2025-09-29 01:51:24] "POST /useragent-kv HTTP/1.1" 200 115 0.004230 10.0.0.130 - - [2025-09-29 01:51:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004557 10.0.0.130 - - [2025-09-29 01:51:24] "POST /useragent-kv HTTP/1.1" 200 115 0.002192 10.0.0.130 - - [2025-09-29 01:51:24] "POST /neutron/network HTTP/1.1" 200 151 0.091443 10.0.0.130 - - [2025-09-29 01:51:24] "GET /routing-instance/b6213455-7994-496f-b263-d783dbf47223 HTTP/1.1" 404 171 0.002193 10.0.0.130 - - [2025-09-29 01:51:24] "GET /domains HTTP/1.1" 200 281 0.003218 10.0.0.130 - - [2025-09-29 01:51:24] "DELETE /route-target/d29cb509-5b01-495d-bfb6-50ac2337bd24 HTTP/1.1" 200 115 0.023268 10.0.0.130 - - [2025-09-29 01:51:24] "GET /domains?obj_uuids=137491c9-af0d-4881-aa86-970d73b1f58a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001037 10.0.0.130 - - [2025-09-29 01:51:24] "GET /domain/137491c9-af0d-4881-aa86-970d73b1f58a HTTP/1.1" 200 2983 0.051958 10.0.0.130 - - [2025-09-29 01:51:24] "GET /projects?obj_uuids=4f2ca41a-e07f-4b34-acc9-c6cfd7268032&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000999 10.0.0.130 - - [2025-09-29 01:51:24] "GET /project/4f2ca41a-e07f-4b34-acc9-c6cfd7268032 HTTP/1.1" 200 2108 0.069684 10.0.0.130 - - [2025-09-29 01:51:24] "POST /neutron/network HTTP/1.1" 200 827 0.005070 10.0.0.130 - - [2025-09-29 01:51:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003355 10.0.0.130 - - [2025-09-29 01:51:24] "POST /useragent-kv HTTP/1.1" 200 115 0.001729 10.0.0.130 - - [2025-09-29 01:51:24] "POST /useragent-kv HTTP/1.1" 200 115 0.002524 10.0.0.130 - - [2025-09-29 01:51:24] "POST /neutron/network HTTP/1.1" 200 151 0.073874 10.0.0.130 - - [2025-09-29 01:51:24] "GET /routing-instance/61fcbbfc-0a3f-44e5-ad5b-7a195048bae9 HTTP/1.1" 404 171 0.004209 10.0.0.130 - - [2025-09-29 01:51:24] "DELETE /route-target/5c7dcca0-e052-4812-b439-dd9ba09010e0 HTTP/1.1" 200 115 0.021829 10.0.0.130 - - [2025-09-29 01:51:24] "GET /domains HTTP/1.1" 200 281 0.003866 10.0.0.130 - - [2025-09-29 01:51:24] "GET /domains?obj_uuids=137491c9-af0d-4881-aa86-970d73b1f58a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000854 10.0.0.130 - - [2025-09-29 01:51:25] "GET /domain/137491c9-af0d-4881-aa86-970d73b1f58a HTTP/1.1" 200 2983 0.049390 10.0.0.130 - - [2025-09-29 01:51:25] "GET /projects?obj_uuids=4f2ca41a-e07f-4b34-acc9-c6cfd7268032&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001296 10.0.0.130 - - [2025-09-29 01:51:25] "GET /project/4f2ca41a-e07f-4b34-acc9-c6cfd7268032 HTTP/1.1" 200 1868 0.062332 10.0.0.130 - - [2025-09-29 01:51:25] "GET /projects?obj_uuids=4f2ca41a-e07f-4b34-acc9-c6cfd7268032&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001143 10.0.0.130 - - [2025-09-29 01:51:25] "GET /project/4f2ca41a-e07f-4b34-acc9-c6cfd7268032?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.025089 10.0.0.130 - - [2025-09-29 01:51:25] "GET /projects?obj_uuids=4f2ca41a-e07f-4b34-acc9-c6cfd7268032&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000870 10.0.0.130 - - [2025-09-29 01:51:25] "GET /project/4f2ca41a-e07f-4b34-acc9-c6cfd7268032?fields=virtual_networks HTTP/1.1" 200 1037 0.063823 10.0.0.130 - - [2025-09-29 01:51:25] "GET /projects?obj_uuids=4f2ca41a-e07f-4b34-acc9-c6cfd7268032&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002127 10.0.0.130 - - [2025-09-29 01:51:25] "GET /project/4f2ca41a-e07f-4b34-acc9-c6cfd7268032?fields=virtual_machine_interfaces HTTP/1.1" 200 1037 0.026203 10.0.0.130 - - [2025-09-29 01:51:25] "GET /projects?obj_uuids=4f2ca41a-e07f-4b34-acc9-c6cfd7268032&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001476 10.0.0.130 - - [2025-09-29 01:51:25] "GET /project/4f2ca41a-e07f-4b34-acc9-c6cfd7268032?fields=security_groups HTTP/1.1" 200 1266 0.025822 10.0.0.130 - - [2025-09-29 01:51:26] "POST /fqname-to-id HTTP/1.1" 404 181 0.024328 10.0.0.130 - - [2025-09-29 01:51:26] "GET /projects?obj_uuids=db146ed3-64ab-4750-b097-11cff2b9e00a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002444 10.0.0.130 - - [2025-09-29 01:51:26] "GET /domains?obj_uuids=137491c9-af0d-4881-aa86-970d73b1f58a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000836 10.0.0.130 - - [2025-09-29 01:51:26] "GET /domain/137491c9-af0d-4881-aa86-970d73b1f58a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.005851 10.0.0.130 - - [2025-09-29 01:51:26] "POST /id-to-fqname HTTP/1.1" 200 183 0.001162 10.0.0.130 - - [2025-09-29 01:51:26] "POST /fqname-to-id HTTP/1.1" 404 192 0.002814 10.0.0.130 - - [2025-09-29 01:51:26] "POST /security-groups HTTP/1.1" 200 584 0.068221 10.0.0.130 - - [2025-09-29 01:51:26] "POST /fqname-to-id HTTP/1.1" 404 227 0.002350 10.0.0.130 - - [2025-09-29 01:51:26] "POST /projects HTTP/1.1" 200 571 0.216010 10.0.0.130 - - [2025-09-29 01:51:26] "POST /access-control-lists HTTP/1.1" 200 591 0.058494 10.0.0.130 - - [2025-09-29 01:51:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.285624 10.0.0.130 - - [2025-09-29 01:51:26] "POST /fqname-to-id HTTP/1.1" 404 226 0.013777 10.0.0.130 - - [2025-09-29 01:51:26] "GET /project/db146ed3-64ab-4750-b097-11cff2b9e00a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.405770 10.0.0.130 - - [2025-09-29 01:51:26] "POST /access-control-lists HTTP/1.1" 200 589 0.064514 10.0.0.130 - - [2025-09-29 01:51:27] "GET / HTTP/1.1" 200 36215 0.003250 10.0.0.130 - - [2025-09-29 01:51:28] "POST /fqname-to-id HTTP/1.1" 401 293 0.000816 10.0.0.130 - - [2025-09-29 01:51:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.056306 10.0.0.130 - - [2025-09-29 01:51:28] "GET /projects?obj_uuids=db146ed3-64ab-4750-b097-11cff2b9e00a&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000982 10.0.0.130 - - [2025-09-29 01:51:29] "GET /project/db146ed3-64ab-4750-b097-11cff2b9e00a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.028069 10.0.0.130 - - [2025-09-29 01:51:29] "POST /neutron/network HTTP/1.1" 200 117 0.029183 10.0.0.130 - - [2025-09-29 01:51:29] "GET /projects?obj_uuids=db146ed3-64ab-4750-b097-11cff2b9e00a&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001406 10.0.0.130 - - [2025-09-29 01:51:29] "POST /neutron/network HTTP/1.1" 200 612 0.056069 10.0.0.130 - - [2025-09-29 01:51:29] "POST /route-targets HTTP/1.1" 200 328 0.009360 10.0.0.130 - - [2025-09-29 01:51:29] "POST /ref-update HTTP/1.1" 200 156 0.010407 10.0.0.130 - - [2025-09-29 01:51:29] "POST /useragent-kv HTTP/1.1" 200 115 0.003918 10.0.0.130 - - [2025-09-29 01:51:29] "POST /neutron/subnet HTTP/1.1" 200 724 0.198432 10.0.0.130 - - [2025-09-29 01:51:29] "POST /neutron/network HTTP/1.1" 200 831 0.007468 10.0.0.130 - - [2025-09-29 01:51:29] "POST /id-to-fqname HTTP/1.1" 200 220 0.001066 10.0.0.130 - - [2025-09-29 01:51:29] "GET /virtual-network/f9151e8b-9798-435c-9b1f-d61a5a44c64f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004376 10.0.0.130 - - [2025-09-29 01:51:29] "POST /neutron/network HTTP/1.1" 200 831 0.005083 10.0.0.130 - - [2025-09-29 01:51:29] "GET /virtual-network/f9151e8b-9798-435c-9b1f-d61a5a44c64f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004871 10.0.0.130 - - [2025-09-29 01:51:29] "POST /neutron/network HTTP/1.1" 200 831 0.005982 10.0.0.130 - - [2025-09-29 01:51:29] "POST /neutron/subnet HTTP/1.1" 200 724 0.006603 10.0.0.130 - - [2025-09-29 01:51:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002146 10.0.0.130 - - [2025-09-29 01:51:29] "GET /virtual-network/f9151e8b-9798-435c-9b1f-d61a5a44c64f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004683 10.0.0.130 - - [2025-09-29 01:51:29] "PUT /virtual-network/f9151e8b-9798-435c-9b1f-d61a5a44c64f HTTP/1.1" 200 265 0.032006 10.0.0.130 - - [2025-09-29 01:51:29] "POST /route-targets HTTP/1.1" 200 324 0.011673 10.0.0.130 - - [2025-09-29 01:51:29] "POST /ref-update HTTP/1.1" 200 156 0.007910 10.0.0.130 - - [2025-09-29 01:51:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002793 10.0.0.130 - - [2025-09-29 01:51:29] "GET /projects?obj_uuids=db146ed3-64ab-4750-b097-11cff2b9e00a&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001397 10.0.0.130 - - [2025-09-29 01:51:29] "GET /project/db146ed3-64ab-4750-b097-11cff2b9e00a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.030119 10.0.0.130 - - [2025-09-29 01:51:29] "POST /neutron/network HTTP/1.1" 200 117 0.008739 10.0.0.130 - - [2025-09-29 01:51:29] "GET /projects?obj_uuids=db146ed3-64ab-4750-b097-11cff2b9e00a&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001017 10.0.0.130 - - [2025-09-29 01:51:29] "POST /neutron/network HTTP/1.1" 200 612 0.064800 10.0.0.130 - - [2025-09-29 01:51:29] "POST /route-targets HTTP/1.1" 200 328 0.009197 10.0.0.130 - - [2025-09-29 01:51:29] "POST /ref-update HTTP/1.1" 200 156 0.011739 10.0.0.130 - - [2025-09-29 01:51:30] "POST /useragent-kv HTTP/1.1" 200 115 0.002352 10.0.0.130 - - [2025-09-29 01:51:30] "POST /neutron/subnet HTTP/1.1" 200 734 0.147385 10.0.0.130 - - [2025-09-29 01:51:30] "POST /neutron/network HTTP/1.1" 200 833 0.005457 10.0.0.130 - - [2025-09-29 01:51:30] "POST /id-to-fqname HTTP/1.1" 200 220 0.001043 10.0.0.130 - - [2025-09-29 01:51:30] "GET /virtual-network/ebf29fc2-0498-4aee-8635-9dae46e1e99e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004098 10.0.0.130 - - [2025-09-29 01:51:30] "POST /neutron/network HTTP/1.1" 200 833 0.005856 10.0.0.130 - - [2025-09-29 01:51:30] "GET /virtual-network/ebf29fc2-0498-4aee-8635-9dae46e1e99e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005142 10.0.0.130 - - [2025-09-29 01:51:30] "POST /neutron/network HTTP/1.1" 200 833 0.006809 10.0.0.130 - - [2025-09-29 01:51:30] "POST /neutron/subnet HTTP/1.1" 200 734 0.005568 10.0.0.130 - - [2025-09-29 01:51:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002013 10.0.0.130 - - [2025-09-29 01:51:30] "GET /virtual-network/ebf29fc2-0498-4aee-8635-9dae46e1e99e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004833 10.0.0.130 - - [2025-09-29 01:51:30] "PUT /virtual-network/ebf29fc2-0498-4aee-8635-9dae46e1e99e HTTP/1.1" 200 265 0.030239 10.0.0.130 - - [2025-09-29 01:51:30] "POST /ref-update HTTP/1.1" 200 156 0.012404 10.0.0.130 - - [2025-09-29 01:51:30] "POST /id-to-fqname HTTP/1.1" 200 220 0.001254 10.0.0.130 - - [2025-09-29 01:51:30] "POST /neutron/network HTTP/1.1" 200 841 0.005062 10.0.0.130 - - [2025-09-29 01:51:30] "GET /aaa-mode HTTP/1.1" 401 293 0.000361 10.0.0.130 - - [2025-09-29 01:51:30] "GET / HTTP/1.1" 200 36215 0.002082 10.0.0.130 - - [2025-09-29 01:51:30] "GET /project/db146ed3-64ab-4750-b097-11cff2b9e00a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000404 10.0.0.130 - - [2025-09-29 01:51:31] "GET /projects?obj_uuids=db146ed3-64ab-4750-b097-11cff2b9e00a&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000958 10.0.0.130 - - [2025-09-29 01:51:31] "GET /project/db146ed3-64ab-4750-b097-11cff2b9e00a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.044546 10.0.0.130 - - [2025-09-29 01:51:31] "POST /neutron/network HTTP/1.1" 200 831 0.005563 10.0.0.130 - - [2025-09-29 01:51:31] "POST /neutron/port HTTP/1.1" 200 117 0.004827 10.0.0.130 - - [2025-09-29 01:51:31] "POST /neutron/port HTTP/1.1" 200 117 0.005596 10.0.0.130 - - [2025-09-29 01:51:31] "POST /id-to-fqname HTTP/1.1" 200 220 0.001187 10.0.0.130 - - [2025-09-29 01:51:31] "POST /neutron/port HTTP/1.1" 200 117 0.004885 10.0.0.130 - - [2025-09-29 01:51:31] "POST /neutron/network HTTP/1.1" 200 843 0.006068 10.0.0.130 - - [2025-09-29 01:51:31] "GET /aaa-mode HTTP/1.1" 401 293 0.000810 10.0.0.130 - - [2025-09-29 01:51:31] "POST /neutron/network HTTP/1.1" 200 841 0.005086 10.0.0.130 - - [2025-09-29 01:51:31] "GET /projects?obj_uuids=db146ed3-64ab-4750-b097-11cff2b9e00a&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001549 10.0.0.130 - - [2025-09-29 01:51:31] "GET / HTTP/1.1" 200 36215 0.003387 10.0.0.130 - - [2025-09-29 01:51:31] "GET /project/db146ed3-64ab-4750-b097-11cff2b9e00a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.001299 10.0.0.130 - - [2025-09-29 01:51:32] "POST /neutron/port HTTP/1.1" 200 1053 0.196500 10.0.0.130 - - [2025-09-29 01:51:32] "POST /neutron/port HTTP/1.1" 200 1053 0.009166 10.0.0.130 - - [2025-09-29 01:51:32] "POST /neutron/port HTTP/1.1" 200 1053 0.010580 10.0.0.130 - - [2025-09-29 01:51:32] "POST /neutron/port HTTP/1.1" 200 1107 0.055484 10.0.0.130 - - [2025-09-29 01:51:32] "POST /neutron/port HTTP/1.1" 200 1081 0.010833 10.0.0.130 - - [2025-09-29 01:51:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003052 10.0.0.130 - - [2025-09-29 01:51:32] "POST /neutron/subnet HTTP/1.1" 200 698 0.006061 10.0.0.130 - - [2025-09-29 01:51:32] "POST /neutron/port HTTP/1.1" 200 117 0.001236 10.0.0.130 - - [2025-09-29 01:51:32] "POST /neutron/network HTTP/1.1" 200 831 0.005173 10.0.0.130 - - [2025-09-29 01:51:32] "GET /projects?obj_uuids=db146ed3-64ab-4750-b097-11cff2b9e00a&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000941 10.0.0.130 - - [2025-09-29 01:51:32] "GET /project/db146ed3-64ab-4750-b097-11cff2b9e00a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.046260 10.0.0.130 - - [2025-09-29 01:51:32] "POST /neutron/network HTTP/1.1" 200 833 0.005173 10.0.0.130 - - [2025-09-29 01:51:32] "POST /neutron/port HTTP/1.1" 200 1081 0.018765 10.0.0.130 - - [2025-09-29 01:51:32] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005937 10.0.0.130 - - [2025-09-29 01:51:32] "POST /neutron/port HTTP/1.1" 200 117 0.004625 10.0.0.130 - - [2025-09-29 01:51:32] "POST /neutron/port HTTP/1.1" 200 1081 0.011848 10.0.0.130 - - [2025-09-29 01:51:32] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007997 10.0.0.130 - - [2025-09-29 01:51:32] "POST /neutron/network HTTP/1.1" 200 843 0.008527 10.0.0.130 - - [2025-09-29 01:51:32] "GET /projects?obj_uuids=db146ed3-64ab-4750-b097-11cff2b9e00a&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001234 10.0.0.130 - - [2025-09-29 01:51:33] "POST /neutron/port HTTP/1.1" 200 1055 0.226764 10.0.0.130 - - [2025-09-29 01:51:33] "POST /neutron/port HTTP/1.1" 200 1055 0.010597 10.0.0.130 - - [2025-09-29 01:51:33] "POST /neutron/port HTTP/1.1" 200 1055 0.017308 10.0.0.130 - - [2025-09-29 01:51:33] "POST /neutron/port HTTP/1.1" 200 1109 0.065393 10.0.0.130 - - [2025-09-29 01:51:33] "POST /neutron/port HTTP/1.1" 200 1083 0.015881 10.0.0.130 - - [2025-09-29 01:51:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003797 10.0.0.130 - - [2025-09-29 01:51:33] "POST /neutron/subnet HTTP/1.1" 200 708 0.007848 10.0.0.130 - - [2025-09-29 01:51:33] "POST /neutron/port HTTP/1.1" 200 117 0.001236 10.0.0.130 - - [2025-09-29 01:51:33] "POST /neutron/network HTTP/1.1" 200 833 0.006533 10.0.0.130 - - [2025-09-29 01:51:34] "DELETE /project/db146ed364ab4750b09711cff2b9e00a HTTP/1.1" 404 173 0.017003 10.0.0.130 - - [2025-09-29 01:51:34] "DELETE /project/293a8e0c86514e9180bc675643ecc820 HTTP/1.1" 404 173 0.015693 10.0.0.130 - - [2025-09-29 01:51:34] "DELETE /project/4f2ca41ae07f4b34acc9c6cfd7268032 HTTP/1.1" 404 173 0.013236 10.0.0.130 - - [2025-09-29 01:51:34] "GET /projects?obj_uuids=4f2ca41a-e07f-4b34-acc9-c6cfd7268032&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001262 10.0.0.130 - - [2025-09-29 01:51:34] "GET /projects?obj_uuids=af3a65e0-a763-4e4a-96a3-5b454622d04d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001012 10.0.0.130 - - [2025-09-29 01:51:34] "GET /projects?obj_uuids=293a8e0c-8651-4e91-80bc-675643ecc820&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000841 10.0.0.130 - - [2025-09-29 01:51:34] "GET /project/293a8e0c-8651-4e91-80bc-675643ecc820?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1530 0.075536 10.0.0.130 - - [2025-09-29 01:51:34] "GET /project/af3a65e0-a763-4e4a-96a3-5b454622d04d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.085452 10.0.0.130 - - [2025-09-29 01:51:34] "GET /project/4f2ca41a-e07f-4b34-acc9-c6cfd7268032?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.088464 10.0.0.130 - - [2025-09-29 01:51:34] "GET /projects?obj_uuids=4f2ca41a-e07f-4b34-acc9-c6cfd7268032&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000852 10.0.0.130 - - [2025-09-29 01:51:34] "GET /projects?obj_uuids=af3a65e0-a763-4e4a-96a3-5b454622d04d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000757 10.0.0.130 - - [2025-09-29 01:51:34] "GET /projects?obj_uuids=293a8e0c-8651-4e91-80bc-675643ecc820&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000914 10.0.0.130 - - [2025-09-29 01:51:34] "GET /project/af3a65e0-a763-4e4a-96a3-5b454622d04d?fields=security_groups HTTP/1.1" 200 1387 0.059492 10.0.0.130 - - [2025-09-29 01:51:34] "GET /project/4f2ca41a-e07f-4b34-acc9-c6cfd7268032?fields=security_groups HTTP/1.1" 200 1368 0.062049 10.0.0.130 - - [2025-09-29 01:51:34] "GET /project/293a8e0c-8651-4e91-80bc-675643ecc820?fields=security_groups HTTP/1.1" 200 1409 0.069648 10.0.0.130 - - [2025-09-29 01:51:34] "DELETE /security-group/28bdfee9-4e18-4d23-9dc2-7fc7a262a240 HTTP/1.1" 200 115 0.077573 10.0.0.130 - - [2025-09-29 01:51:34] "DELETE /security-group/d48524ff-babd-4eb0-bbfb-bbe338346355 HTTP/1.1" 200 115 0.074553 10.0.0.130 - - [2025-09-29 01:51:34] "GET /projects?obj_uuids=af3a65e0-a763-4e4a-96a3-5b454622d04d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001211 10.0.0.130 - - [2025-09-29 01:51:34] "DELETE /security-group/b52645d7-283c-4f8f-bf2e-bd787930830b HTTP/1.1" 200 115 0.087096 10.0.0.130 - - [2025-09-29 01:51:34] "GET /projects?obj_uuids=293a8e0c-8651-4e91-80bc-675643ecc820&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001042 10.0.0.130 - - [2025-09-29 01:51:34] "GET /projects?obj_uuids=4f2ca41a-e07f-4b34-acc9-c6cfd7268032&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001332 10.0.0.130 - - [2025-09-29 01:51:34] "DELETE /access-control-list/568f8f6a-2ec7-4680-aede-5f686dfe3974 HTTP/1.1" 200 115 0.071767 10.0.0.130 - - [2025-09-29 01:51:34] "GET /project/af3a65e0-a763-4e4a-96a3-5b454622d04d?fields=application_policy_sets HTTP/1.1" 200 1426 0.061268 10.0.0.130 - - [2025-09-29 01:51:34] "GET /project/293a8e0c-8651-4e91-80bc-675643ecc820?fields=application_policy_sets HTTP/1.1" 200 1448 0.070001 10.0.0.130 - - [2025-09-29 01:51:34] "DELETE /access-control-list/47c38c71-2ecb-4d8b-a158-cd10610ab597 HTTP/1.1" 200 115 0.065422 10.0.0.130 - - [2025-09-29 01:51:34] "GET /project/4f2ca41a-e07f-4b34-acc9-c6cfd7268032?fields=application_policy_sets HTTP/1.1" 200 1407 0.104989 10.0.0.130 - - [2025-09-29 01:51:34] "DELETE /access-control-list/9a7e1f4e-62cd-4216-8ef5-1aad308f9171 HTTP/1.1" 200 115 0.083005 10.0.0.130 - - [2025-09-29 01:51:34] "DELETE /access-control-list/df9c3f8f-a83d-4379-8e9d-cd981e249f07 HTTP/1.1" 200 115 0.039418 10.0.0.130 - - [2025-09-29 01:51:34] "DELETE /project/af3a65e0-a763-4e4a-96a3-5b454622d04d HTTP/1.1" 200 115 0.563480 10.0.0.130 - - [2025-09-29 01:51:34] "DELETE /access-control-list/56c659c7-b0fc-40e4-8fff-d3f1ec28b54e HTTP/1.1" 200 115 0.053296 10.0.0.130 - - [2025-09-29 01:51:34] "DELETE /project/293a8e0c-8651-4e91-80bc-675643ecc820 HTTP/1.1" 200 115 0.577078 10.0.0.130 - - [2025-09-29 01:51:34] "DELETE /access-control-list/80e52fd6-62b5-4d45-acad-473712d572b4 HTTP/1.1" 200 115 0.024049 10.0.0.130 - - [2025-09-29 01:51:34] "DELETE /project/4f2ca41a-e07f-4b34-acc9-c6cfd7268032 HTTP/1.1" 200 115 0.608508 10.0.0.130 - - [2025-09-29 01:51:37] "POST /neutron/port HTTP/1.1" 200 1081 0.010790 10.0.0.130 - - [2025-09-29 01:51:37] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006856 10.0.0.130 - - [2025-09-29 01:51:37] "POST /neutron/port HTTP/1.1" 200 1081 0.011673 10.0.0.130 - - [2025-09-29 01:51:37] "POST /neutron/security_group HTTP/1.1" 200 2051 0.012042 10.0.0.130 - - [2025-09-29 01:51:37] "POST /neutron/port HTTP/1.1" 200 1081 0.010878 10.0.0.130 - - [2025-09-29 01:51:37] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005408 10.0.0.130 - - [2025-09-29 01:51:37] "GET /virtual-machine/5109033e-4e41-45cb-83ef-27564f59a2bb HTTP/1.1" 401 293 0.000392 10.0.0.130 - - [2025-09-29 01:51:38] "GET /virtual-machine/5109033e-4e41-45cb-83ef-27564f59a2bb HTTP/1.1" 200 1286 0.035475 10.0.0.130 - - [2025-09-29 01:51:38] "GET /virtual-machine-interface/7b8389c9-41cb-48af-97bc-55f9f8707988 HTTP/1.1" 200 2933 0.005301 10.0.0.130 - - [2025-09-29 01:51:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002689 10.0.0.130 - - [2025-09-29 01:51:38] "GET /global-vrouter-config/995f2d36-a695-4ca8-8abd-5db3ca8044ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002697 10.0.0.130 - - [2025-09-29 01:51:38] "GET /virtual-networks?parent_id=db146ed3-64ab-4750-b097-11cff2b9e00a&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003611 10.0.0.130 - - [2025-09-29 01:51:38] "GET /virtual-network/f9151e8b-9798-435c-9b1f-d61a5a44c64f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.004878 10.0.0.130 - - [2025-09-29 01:51:40] "GET /obj-perms HTTP/1.1" 200 5075 0.047918 10.0.0.130 - - [2025-09-29 01:51:40] "GET /obj-perms HTTP/1.1" 200 5075 0.045759 10.0.0.130 - - [2025-09-29 01:51:41] "POST /neutron/port HTTP/1.1" 200 1081 0.012549 10.0.0.130 - - [2025-09-29 01:51:41] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005375 10.0.0.130 - - [2025-09-29 01:51:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003316 10.0.0.130 - - [2025-09-29 01:51:41] "GET /virtual-network/f9151e8b-9798-435c-9b1f-d61a5a44c64f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.005661 10.0.0.130 - - [2025-09-29 01:51:42] "POST /neutron/port HTTP/1.1" 200 1083 0.013221 10.0.0.130 - - [2025-09-29 01:51:42] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005163 10.0.0.130 - - [2025-09-29 01:51:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003618 10.0.0.130 - - [2025-09-29 01:51:43] "GET /global-vrouter-config/995f2d36-a695-4ca8-8abd-5db3ca8044ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002825 10.0.0.130 - - [2025-09-29 01:51:43] "GET /virtual-networks?parent_id=db146ed3-64ab-4750-b097-11cff2b9e00a&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003511 10.0.0.130 - - [2025-09-29 01:51:43] "GET /virtual-network/f9151e8b-9798-435c-9b1f-d61a5a44c64f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.004775 10.0.0.130 - - [2025-09-29 01:51:44] "POST /neutron/port HTTP/1.1" 200 1083 0.010028 10.0.0.130 - - [2025-09-29 01:51:44] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005854 10.0.0.130 - - [2025-09-29 01:51:44] "POST /neutron/port HTTP/1.1" 200 1083 0.010208 10.0.0.130 - - [2025-09-29 01:51:44] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006003 10.0.0.130 - - [2025-09-29 01:51:44] "POST /neutron/port HTTP/1.1" 200 1083 0.009808 10.0.0.130 - - [2025-09-29 01:51:44] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005227 10.0.0.130 - - [2025-09-29 01:51:44] "GET /virtual-machine/6bfad7a2-0c86-48a2-9b6b-cbe42ecb5cd6 HTTP/1.1" 200 1287 0.004555 10.0.0.130 - - [2025-09-29 01:51:44] "GET /virtual-machine-interface/3c7a3370-930e-4629-9445-8e20402eb357 HTTP/1.1" 200 2933 0.005861 10.0.0.130 - - [2025-09-29 01:51:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002658 10.0.0.130 - - [2025-09-29 01:51:44] "GET /global-vrouter-config/995f2d36-a695-4ca8-8abd-5db3ca8044ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003223 10.0.0.130 - - [2025-09-29 01:51:44] "GET /virtual-networks?parent_id=db146ed3-64ab-4750-b097-11cff2b9e00a&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.002653 10.0.0.130 - - [2025-09-29 01:51:44] "GET /virtual-network/ebf29fc2-0498-4aee-8635-9dae46e1e99e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2118 0.005175 10.0.0.130 - - [2025-09-29 01:51:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002677 10.0.0.130 - - [2025-09-29 01:51:45] "GET /global-vrouter-config/995f2d36-a695-4ca8-8abd-5db3ca8044ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003044 10.0.0.130 - - [2025-09-29 01:51:45] "GET /virtual-networks?parent_id=db146ed3-64ab-4750-b097-11cff2b9e00a&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.002713 10.0.0.130 - - [2025-09-29 01:51:45] "GET /virtual-network/ebf29fc2-0498-4aee-8635-9dae46e1e99e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2118 0.005278 10.0.0.130 - - [2025-09-29 01:51:45] "POST /routing-policys HTTP/1.1" 200 536 0.015345 10.0.0.130 - - [2025-09-29 01:51:45] "GET /virtual-network/f9151e8b-9798-435c-9b1f-d61a5a44c64f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.006274 10.0.0.130 - - [2025-09-29 01:51:45] "POST /ref-update HTTP/1.1" 200 156 0.014350 10.0.0.130 - - [2025-09-29 01:51:45] "PUT /virtual-network/f9151e8b-9798-435c-9b1f-d61a5a44c64f HTTP/1.1" 200 265 0.046763 10.0.0.130 - - [2025-09-29 01:51:49] "POST /ref-update HTTP/1.1" 200 156 0.030211 10.0.0.130 - - [2025-09-29 01:51:49] "POST /ref-update HTTP/1.1" 200 156 0.012152 10.0.0.130 - - [2025-09-29 01:51:49] "DELETE /routing-policy/b677b85d-6840-42d0-b2bd-2d52e0799895 HTTP/1.1" 200 115 0.024173 10.0.0.130 - - [2025-09-29 01:51:49] "POST /neutron/network HTTP/1.1" 200 833 0.005608 10.0.0.130 - - [2025-09-29 01:51:49] "POST /neutron/network HTTP/1.1" 400 204 0.008758 10.0.0.130 - - [2025-09-29 01:51:50] "POST /neutron/port HTTP/1.1" 200 1083 0.010175 10.0.0.130 - - [2025-09-29 01:51:50] "POST /neutron/port HTTP/1.1" 200 1109 0.016876 10.0.0.130 - - [2025-09-29 01:51:50] "POST /neutron/port HTTP/1.1" 200 1081 0.014273 10.0.0.130 - - [2025-09-29 01:51:50] "POST /neutron/port HTTP/1.1" 200 1107 0.007841 10.0.0.130 - - [2025-09-29 01:51:50] "POST /neutron/port HTTP/1.1" 200 151 0.117491 10.0.0.130 - - [2025-09-29 01:51:50] "POST /neutron/port HTTP/1.1" 200 151 0.118248 10.0.0.130 - - [2025-09-29 01:51:51] "POST /neutron/network HTTP/1.1" 200 833 0.005878 10.0.0.130 - - [2025-09-29 01:51:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003456 10.0.0.130 - - [2025-09-29 01:51:51] "POST /useragent-kv HTTP/1.1" 200 115 0.005319 10.0.0.130 - - [2025-09-29 01:51:51] "POST /useragent-kv HTTP/1.1" 200 115 0.002527 10.0.0.130 - - [2025-09-29 01:51:51] "POST /neutron/network HTTP/1.1" 200 151 0.090781 10.0.0.130 - - [2025-09-29 01:51:51] "DELETE /route-target/3f8a096c-4857-4d71-8dab-3076ba44653f HTTP/1.1" 200 115 0.016961 10.0.0.130 - - [2025-09-29 01:51:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004877 10.0.0.130 - - [2025-09-29 01:51:51] "POST /neutron/network HTTP/1.1" 200 831 0.005580 10.0.0.130 - - [2025-09-29 01:51:51] "DELETE /route-target/75dc86c3-f103-4af0-8c60-531f49821e43 HTTP/1.1" 409 240 0.006731 10.0.0.130 - - [2025-09-29 01:51:52] "POST /useragent-kv HTTP/1.1" 200 115 0.002645 10.0.0.130 - - [2025-09-29 01:51:52] "POST /useragent-kv HTTP/1.1" 200 115 0.001835 10.0.0.130 - - [2025-09-29 01:51:52] "POST /neutron/network HTTP/1.1" 200 151 0.077296 10.0.0.130 - - [2025-09-29 01:51:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002978 10.0.0.130 - - [2025-09-29 01:51:52] "DELETE /route-target/a02d5007-27ac-4cfc-904d-c8bcd960a6ab HTTP/1.1" 200 115 0.012219 10.0.0.130 - - [2025-09-29 01:51:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003794 10.0.0.130 - - [2025-09-29 01:51:52] "DELETE /route-target/75dc86c3-f103-4af0-8c60-531f49821e43 HTTP/1.1" 200 115 0.012680 10.0.0.130 - - [2025-09-29 01:51:52] "GET /projects?obj_uuids=db146ed3-64ab-4750-b097-11cff2b9e00a&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.002101 10.0.0.130 - - [2025-09-29 01:51:52] "GET /project/db146ed3-64ab-4750-b097-11cff2b9e00a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.024558 10.0.0.130 - - [2025-09-29 01:51:52] "GET /projects?obj_uuids=db146ed3-64ab-4750-b097-11cff2b9e00a&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001015 10.0.0.130 - - [2025-09-29 01:51:52] "GET /project/db146ed3-64ab-4750-b097-11cff2b9e00a?fields=virtual_networks HTTP/1.1" 200 1020 0.063827 10.0.0.130 - - [2025-09-29 01:51:52] "GET /projects?obj_uuids=db146ed3-64ab-4750-b097-11cff2b9e00a&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001063 10.0.0.130 - - [2025-09-29 01:51:52] "GET /project/db146ed3-64ab-4750-b097-11cff2b9e00a?fields=virtual_machine_interfaces HTTP/1.1" 200 1020 0.034696 10.0.0.130 - - [2025-09-29 01:51:52] "GET /projects?obj_uuids=db146ed3-64ab-4750-b097-11cff2b9e00a&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001034 10.0.0.130 - - [2025-09-29 01:51:52] "GET /project/db146ed3-64ab-4750-b097-11cff2b9e00a?fields=security_groups HTTP/1.1" 200 1240 0.024026 10.0.0.130 - - [2025-09-29 01:51:53] "POST /fqname-to-id HTTP/1.1" 404 186 0.023697 10.0.0.130 - - [2025-09-29 01:51:53] "GET /projects?obj_uuids=514b1b2e-e6a3-4c3e-92f8-2816dd3a9670&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002398 10.0.0.130 - - [2025-09-29 01:51:53] "GET /domains?obj_uuids=137491c9-af0d-4881-aa86-970d73b1f58a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000955 10.0.0.130 - - [2025-09-29 01:51:53] "GET /domain/137491c9-af0d-4881-aa86-970d73b1f58a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006243 10.0.0.130 - - [2025-09-29 01:51:53] "POST /id-to-fqname HTTP/1.1" 200 188 0.002105 10.0.0.130 - - [2025-09-29 01:51:53] "POST /fqname-to-id HTTP/1.1" 404 197 0.001949 10.0.0.130 - - [2025-09-29 01:51:53] "POST /security-groups HTTP/1.1" 200 589 0.067994 10.0.0.130 - - [2025-09-29 01:51:53] "POST /fqname-to-id HTTP/1.1" 404 232 0.002603 10.0.0.130 - - [2025-09-29 01:51:53] "POST /projects HTTP/1.1" 200 581 0.214278 10.0.0.130 - - [2025-09-29 01:51:53] "POST /access-control-lists HTTP/1.1" 200 596 0.060012 10.0.0.130 - - [2025-09-29 01:51:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.283343 10.0.0.130 - - [2025-09-29 01:51:53] "POST /fqname-to-id HTTP/1.1" 404 231 0.002784 10.0.0.130 - - [2025-09-29 01:51:53] "GET /project/514b1b2e-e6a3-4c3e-92f8-2816dd3a9670?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.398368 10.0.0.130 - - [2025-09-29 01:51:53] "POST /access-control-lists HTTP/1.1" 200 594 0.060517 10.0.0.130 - - [2025-09-29 01:51:54] "GET / HTTP/1.1" 200 36215 0.001749 10.0.0.130 - - [2025-09-29 01:51:55] "POST /fqname-to-id HTTP/1.1" 401 293 0.000399 10.0.0.130 - - [2025-09-29 01:51:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.053663 10.0.0.130 - - [2025-09-29 01:51:55] "GET /projects?obj_uuids=514b1b2e-e6a3-4c3e-92f8-2816dd3a9670&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000926 10.0.0.130 - - [2025-09-29 01:51:55] "GET /project/514b1b2e-e6a3-4c3e-92f8-2816dd3a9670?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.021451 10.0.0.130 - - [2025-09-29 01:51:55] "POST /neutron/network HTTP/1.1" 200 117 0.030176 10.0.0.130 - - [2025-09-29 01:51:55] "GET /projects?obj_uuids=514b1b2e-e6a3-4c3e-92f8-2816dd3a9670&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001552 10.0.0.130 - - [2025-09-29 01:51:55] "POST /neutron/network HTTP/1.1" 200 613 0.055153 10.0.0.130 - - [2025-09-29 01:51:56] "POST /route-targets HTTP/1.1" 200 328 0.010391 10.0.0.130 - - [2025-09-29 01:51:56] "POST /ref-update HTTP/1.1" 200 156 0.012739 10.0.0.130 - - [2025-09-29 01:51:56] "POST /useragent-kv HTTP/1.1" 200 115 0.002016 10.0.0.130 - - [2025-09-29 01:51:56] "POST /neutron/subnet HTTP/1.1" 200 734 0.181119 10.0.0.130 - - [2025-09-29 01:51:56] "POST /neutron/network HTTP/1.1" 200 834 0.005235 10.0.0.130 - - [2025-09-29 01:51:56] "POST /id-to-fqname HTTP/1.1" 200 223 0.001002 10.0.0.130 - - [2025-09-29 01:51:56] "GET /virtual-network/82ee05c1-99ac-4dbd-824a-8288deed3881?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.004105 10.0.0.130 - - [2025-09-29 01:51:56] "POST /neutron/network HTTP/1.1" 200 834 0.005352 10.0.0.130 - - [2025-09-29 01:51:56] "GET /virtual-network/82ee05c1-99ac-4dbd-824a-8288deed3881?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.004797 10.0.0.130 - - [2025-09-29 01:51:56] "POST /neutron/network HTTP/1.1" 200 834 0.004853 10.0.0.130 - - [2025-09-29 01:51:56] "POST /neutron/subnet HTTP/1.1" 200 734 0.007046 10.0.0.130 - - [2025-09-29 01:51:56] "GET /domains HTTP/1.1" 401 293 0.000361 10.0.0.130 - - [2025-09-29 01:51:56] "GET /domains HTTP/1.1" 200 281 0.023106 10.0.0.130 - - [2025-09-29 01:51:56] "GET /domains?obj_uuids=137491c9-af0d-4881-aa86-970d73b1f58a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001225 10.0.0.130 - - [2025-09-29 01:51:56] "GET /domain/137491c9-af0d-4881-aa86-970d73b1f58a HTTP/1.1" 200 2761 0.007323 10.0.0.130 - - [2025-09-29 01:51:56] "GET /projects?obj_uuids=514b1b2e-e6a3-4c3e-92f8-2816dd3a9670&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000814 10.0.0.130 - - [2025-09-29 01:51:56] "GET /project/514b1b2e-e6a3-4c3e-92f8-2816dd3a9670 HTTP/1.1" 200 2085 0.067238 10.0.0.130 - - [2025-09-29 01:51:56] "GET /virtual-network/82ee05c1-99ac-4dbd-824a-8288deed3881 HTTP/1.1" 200 2327 0.005652 10.0.0.130 - - [2025-09-29 01:51:56] "GET /virtual-network/82ee05c1-99ac-4dbd-824a-8288deed3881 HTTP/1.1" 200 2327 0.004874 10.0.0.130 - - [2025-09-29 01:51:56] "GET /routing-instance/71fa9869-9b88-42c6-9f7b-534b9af31403 HTTP/1.1" 200 1496 0.004133 10.0.0.130 - - [2025-09-29 01:51:56] "GET /routing-instance/71fa9869-9b88-42c6-9f7b-534b9af31403 HTTP/1.1" 200 1496 0.003222 10.0.0.130 - - [2025-09-29 01:51:56] "GET /route-target/827957bf-de77-463c-aec6-674568f2c0b7 HTTP/1.1" 200 1214 0.003234 10.0.0.130 - - [2025-09-29 01:51:56] "GET /virtual-network/82ee05c1-99ac-4dbd-824a-8288deed3881 HTTP/1.1" 200 2327 0.004568 10.0.0.130 - - [2025-09-29 01:51:56] "GET /routing-instance/71fa9869-9b88-42c6-9f7b-534b9af31403 HTTP/1.1" 200 1496 0.003018 10.0.0.130 - - [2025-09-29 01:51:56] "GET /virtual-network/82ee05c1-99ac-4dbd-824a-8288deed3881?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.004728 10.0.0.130 - - [2025-09-29 01:51:56] "GET /virtual-network/82ee05c1-99ac-4dbd-824a-8288deed3881 HTTP/1.1" 200 2327 0.004440 10.0.0.130 - - [2025-09-29 01:51:56] "GET /routing-instance/71fa9869-9b88-42c6-9f7b-534b9af31403 HTTP/1.1" 200 1496 0.003189 10.0.0.130 - - [2025-09-29 01:51:56] "GET /routing-instance/71fa9869-9b88-42c6-9f7b-534b9af31403 HTTP/1.1" 200 1496 0.003920 10.0.0.130 - - [2025-09-29 01:51:56] "GET /route-target/827957bf-de77-463c-aec6-674568f2c0b7 HTTP/1.1" 200 1214 0.002872 10.0.0.130 - - [2025-09-29 01:51:56] "GET /domains HTTP/1.1" 200 281 0.002597 10.0.0.130 - - [2025-09-29 01:51:56] "GET /domains?obj_uuids=137491c9-af0d-4881-aa86-970d73b1f58a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000922 10.0.0.130 - - [2025-09-29 01:51:56] "GET /domain/137491c9-af0d-4881-aa86-970d73b1f58a HTTP/1.1" 200 2761 0.006275 10.0.0.130 - - [2025-09-29 01:51:56] "GET /projects?obj_uuids=514b1b2e-e6a3-4c3e-92f8-2816dd3a9670&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000832 10.0.0.130 - - [2025-09-29 01:51:56] "GET /project/514b1b2e-e6a3-4c3e-92f8-2816dd3a9670 HTTP/1.1" 200 2085 0.072111 10.0.0.130 - - [2025-09-29 01:51:56] "GET /virtual-network/82ee05c1-99ac-4dbd-824a-8288deed3881 HTTP/1.1" 200 2327 0.004869 10.0.0.130 - - [2025-09-29 01:51:57] "GET /obj-perms HTTP/1.1" 200 5045 0.046295 10.0.0.130 - - [2025-09-29 01:51:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002607 10.0.0.130 - - [2025-09-29 01:51:57] "GET /projects?obj_uuids=514b1b2e-e6a3-4c3e-92f8-2816dd3a9670&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000940 10.0.0.130 - - [2025-09-29 01:51:57] "GET /project/514b1b2e-e6a3-4c3e-92f8-2816dd3a9670?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.027066 10.0.0.130 - - [2025-09-29 01:51:57] "POST /neutron/network HTTP/1.1" 200 117 0.007910 10.0.0.130 - - [2025-09-29 01:51:57] "GET /projects?obj_uuids=514b1b2e-e6a3-4c3e-92f8-2816dd3a9670&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000955 10.0.0.130 - - [2025-09-29 01:51:57] "POST /neutron/network HTTP/1.1" 200 613 0.063785 10.0.0.130 - - [2025-09-29 01:51:57] "POST /route-targets HTTP/1.1" 200 328 0.008929 10.0.0.130 - - [2025-09-29 01:51:57] "POST /ref-update HTTP/1.1" 200 156 0.010557 10.0.0.130 - - [2025-09-29 01:51:57] "POST /useragent-kv HTTP/1.1" 200 115 0.002478 10.0.0.130 - - [2025-09-29 01:51:57] "POST /neutron/subnet HTTP/1.1" 200 725 0.127641 10.0.0.130 - - [2025-09-29 01:51:57] "POST /neutron/network HTTP/1.1" 200 832 0.004515 10.0.0.130 - - [2025-09-29 01:51:57] "POST /id-to-fqname HTTP/1.1" 200 223 0.001000 10.0.0.130 - - [2025-09-29 01:51:57] "GET /virtual-network/f392ee72-b7aa-4427-b072-8fb89b4be1a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005292 10.0.0.130 - - [2025-09-29 01:51:57] "POST /neutron/network HTTP/1.1" 200 832 0.005591 10.0.0.130 - - [2025-09-29 01:51:57] "GET /virtual-network/f392ee72-b7aa-4427-b072-8fb89b4be1a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004204 10.0.0.130 - - [2025-09-29 01:51:57] "POST /neutron/network HTTP/1.1" 200 832 0.005789 10.0.0.130 - - [2025-09-29 01:51:57] "POST /neutron/subnet HTTP/1.1" 200 725 0.006267 10.0.0.130 - - [2025-09-29 01:51:57] "GET /domains HTTP/1.1" 200 281 0.002132 10.0.0.130 - - [2025-09-29 01:51:57] "GET /domains?obj_uuids=137491c9-af0d-4881-aa86-970d73b1f58a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000862 10.0.0.130 - - [2025-09-29 01:51:57] "GET /domain/137491c9-af0d-4881-aa86-970d73b1f58a HTTP/1.1" 200 2761 0.005443 10.0.0.130 - - [2025-09-29 01:51:57] "GET /projects?obj_uuids=514b1b2e-e6a3-4c3e-92f8-2816dd3a9670&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000826 10.0.0.130 - - [2025-09-29 01:51:57] "GET /project/514b1b2e-e6a3-4c3e-92f8-2816dd3a9670 HTTP/1.1" 200 2304 0.065917 10.0.0.130 - - [2025-09-29 01:51:57] "GET /virtual-network/f392ee72-b7aa-4427-b072-8fb89b4be1a8 HTTP/1.1" 200 2323 0.006359 10.0.0.130 - - [2025-09-29 01:51:57] "GET /virtual-network/f392ee72-b7aa-4427-b072-8fb89b4be1a8 HTTP/1.1" 200 2323 0.004739 10.0.0.130 - - [2025-09-29 01:51:57] "GET /routing-instance/ac8d5f9e-58d4-48fd-aaec-b19ef6646871 HTTP/1.1" 200 1497 0.003205 10.0.0.130 - - [2025-09-29 01:51:57] "GET /routing-instance/ac8d5f9e-58d4-48fd-aaec-b19ef6646871 HTTP/1.1" 200 1497 0.003558 10.0.0.130 - - [2025-09-29 01:51:57] "GET /route-target/de0b55c8-8b3e-460f-bd95-062915a6dd8f HTTP/1.1" 200 1215 0.002936 10.0.0.130 - - [2025-09-29 01:51:57] "GET /virtual-network/f392ee72-b7aa-4427-b072-8fb89b4be1a8 HTTP/1.1" 200 2323 0.004162 10.0.0.130 - - [2025-09-29 01:51:57] "GET /routing-instance/ac8d5f9e-58d4-48fd-aaec-b19ef6646871 HTTP/1.1" 200 1497 0.003685 10.0.0.130 - - [2025-09-29 01:51:57] "GET /virtual-network/f392ee72-b7aa-4427-b072-8fb89b4be1a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004569 10.0.0.130 - - [2025-09-29 01:51:57] "GET /virtual-network/f392ee72-b7aa-4427-b072-8fb89b4be1a8 HTTP/1.1" 200 2323 0.007002 10.0.0.130 - - [2025-09-29 01:51:57] "GET /routing-instance/ac8d5f9e-58d4-48fd-aaec-b19ef6646871 HTTP/1.1" 200 1497 0.003805 10.0.0.130 - - [2025-09-29 01:51:57] "GET /routing-instance/ac8d5f9e-58d4-48fd-aaec-b19ef6646871 HTTP/1.1" 200 1497 0.002999 10.0.0.130 - - [2025-09-29 01:51:57] "GET /route-target/de0b55c8-8b3e-460f-bd95-062915a6dd8f HTTP/1.1" 200 1215 0.002285 10.0.0.130 - - [2025-09-29 01:51:57] "GET /domains HTTP/1.1" 200 281 0.002090 10.0.0.130 - - [2025-09-29 01:51:57] "GET /domains?obj_uuids=137491c9-af0d-4881-aa86-970d73b1f58a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001097 10.0.0.130 - - [2025-09-29 01:51:58] "GET /domain/137491c9-af0d-4881-aa86-970d73b1f58a HTTP/1.1" 200 2761 0.005603 10.0.0.130 - - [2025-09-29 01:51:58] "GET /projects?obj_uuids=514b1b2e-e6a3-4c3e-92f8-2816dd3a9670&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000780 10.0.0.130 - - [2025-09-29 01:51:58] "GET /project/514b1b2e-e6a3-4c3e-92f8-2816dd3a9670 HTTP/1.1" 200 2304 0.067826 10.0.0.130 - - [2025-09-29 01:51:58] "GET /virtual-network/f392ee72-b7aa-4427-b072-8fb89b4be1a8 HTTP/1.1" 200 2323 0.005449 10.0.0.130 - - [2025-09-29 01:51:58] "GET /obj-perms HTTP/1.1" 200 5045 0.002856 10.0.0.130 - - [2025-09-29 01:51:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002770 10.0.0.130 - - [2025-09-29 01:51:58] "GET /projects?obj_uuids=514b1b2e-e6a3-4c3e-92f8-2816dd3a9670&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002038 10.0.0.130 - - [2025-09-29 01:51:58] "GET /project/514b1b2e-e6a3-4c3e-92f8-2816dd3a9670?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.048562 10.0.0.130 - - [2025-09-29 01:51:58] "POST /neutron/network HTTP/1.1" 200 117 0.008848 10.0.0.130 - - [2025-09-29 01:51:58] "GET /projects?obj_uuids=514b1b2e-e6a3-4c3e-92f8-2816dd3a9670&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000912 10.0.0.130 - - [2025-09-29 01:51:58] "POST /neutron/network HTTP/1.1" 200 615 0.055789 10.0.0.130 - - [2025-09-29 01:51:58] "POST /ref-update HTTP/1.1" 200 156 0.009008 10.0.0.130 - - [2025-09-29 01:51:58] "POST /useragent-kv HTTP/1.1" 200 115 0.004375 10.0.0.130 - - [2025-09-29 01:51:58] "POST /neutron/subnet HTTP/1.1" 200 725 0.136055 10.0.0.130 - - [2025-09-29 01:51:58] "POST /neutron/network HTTP/1.1" 200 834 0.005080 10.0.0.130 - - [2025-09-29 01:51:58] "POST /id-to-fqname HTTP/1.1" 200 224 0.001080 10.0.0.130 - - [2025-09-29 01:51:58] "GET /virtual-network/ea9eba13-62db-45c8-bc86-137eb6e752f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004466 10.0.0.130 - - [2025-09-29 01:51:58] "POST /neutron/network HTTP/1.1" 200 834 0.005277 10.0.0.130 - - [2025-09-29 01:51:58] "GET /virtual-network/ea9eba13-62db-45c8-bc86-137eb6e752f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004233 10.0.0.130 - - [2025-09-29 01:51:58] "POST /neutron/network HTTP/1.1" 200 834 0.005006 10.0.0.130 - - [2025-09-29 01:51:58] "POST /neutron/subnet HTTP/1.1" 200 725 0.007084 10.0.0.130 - - [2025-09-29 01:51:58] "GET /domains HTTP/1.1" 200 281 0.001915 10.0.0.130 - - [2025-09-29 01:51:58] "GET /domains?obj_uuids=137491c9-af0d-4881-aa86-970d73b1f58a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000833 10.0.0.130 - - [2025-09-29 01:51:58] "GET /domain/137491c9-af0d-4881-aa86-970d73b1f58a HTTP/1.1" 200 2761 0.005561 10.0.0.130 - - [2025-09-29 01:51:58] "GET /projects?obj_uuids=514b1b2e-e6a3-4c3e-92f8-2816dd3a9670&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000834 10.0.0.130 - - [2025-09-29 01:51:58] "GET /project/514b1b2e-e6a3-4c3e-92f8-2816dd3a9670 HTTP/1.1" 200 2524 0.064718 10.0.0.130 - - [2025-09-29 01:51:58] "GET /virtual-network/ea9eba13-62db-45c8-bc86-137eb6e752f8 HTTP/1.1" 200 2328 0.005591 10.0.0.130 - - [2025-09-29 01:51:58] "GET /virtual-network/ea9eba13-62db-45c8-bc86-137eb6e752f8 HTTP/1.1" 200 2328 0.004751 10.0.0.130 - - [2025-09-29 01:51:58] "GET /routing-instance/e6feadd1-8b47-4315-816a-247a0dcb9060 HTTP/1.1" 200 1500 0.003089 10.0.0.130 - - [2025-09-29 01:51:58] "GET /routing-instance/e6feadd1-8b47-4315-816a-247a0dcb9060 HTTP/1.1" 200 1500 0.002785 10.0.0.130 - - [2025-09-29 01:51:58] "GET /route-target/6a15f01e-7c29-45f9-933d-6ed315d452ba HTTP/1.1" 200 1216 0.002857 10.0.0.130 - - [2025-09-29 01:51:58] "GET /virtual-network/ea9eba13-62db-45c8-bc86-137eb6e752f8 HTTP/1.1" 200 2328 0.005279 10.0.0.130 - - [2025-09-29 01:51:58] "GET /routing-instance/e6feadd1-8b47-4315-816a-247a0dcb9060 HTTP/1.1" 200 1500 0.003050 10.0.0.130 - - [2025-09-29 01:51:58] "GET /virtual-network/ea9eba13-62db-45c8-bc86-137eb6e752f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004296 10.0.0.130 - - [2025-09-29 01:51:58] "GET /virtual-network/ea9eba13-62db-45c8-bc86-137eb6e752f8 HTTP/1.1" 200 2328 0.004281 10.0.0.130 - - [2025-09-29 01:51:58] "GET /routing-instance/e6feadd1-8b47-4315-816a-247a0dcb9060 HTTP/1.1" 200 1500 0.006814 10.0.0.130 - - [2025-09-29 01:51:58] "GET /routing-instance/e6feadd1-8b47-4315-816a-247a0dcb9060 HTTP/1.1" 200 1500 0.003454 10.0.0.130 - - [2025-09-29 01:51:58] "GET /route-target/6a15f01e-7c29-45f9-933d-6ed315d452ba HTTP/1.1" 200 1216 0.002876 10.0.0.130 - - [2025-09-29 01:51:58] "GET /domains HTTP/1.1" 200 281 0.002430 10.0.0.130 - - [2025-09-29 01:51:58] "GET /domains?obj_uuids=137491c9-af0d-4881-aa86-970d73b1f58a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000931 10.0.0.130 - - [2025-09-29 01:51:58] "GET /domain/137491c9-af0d-4881-aa86-970d73b1f58a HTTP/1.1" 200 2761 0.006379 10.0.0.130 - - [2025-09-29 01:51:58] "GET /projects?obj_uuids=514b1b2e-e6a3-4c3e-92f8-2816dd3a9670&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001128 10.0.0.130 - - [2025-09-29 01:51:58] "GET /project/514b1b2e-e6a3-4c3e-92f8-2816dd3a9670 HTTP/1.1" 200 2524 0.070230 10.0.0.130 - - [2025-09-29 01:51:58] "GET /virtual-network/ea9eba13-62db-45c8-bc86-137eb6e752f8 HTTP/1.1" 200 2328 0.004632 10.0.0.130 - - [2025-09-29 01:51:58] "GET /obj-perms HTTP/1.1" 200 5045 0.002709 10.0.0.130 - - [2025-09-29 01:51:58] "POST /id-to-fqname HTTP/1.1" 200 223 0.001212 10.0.0.130 - - [2025-09-29 01:51:59] "POST /neutron/network HTTP/1.1" 200 842 0.005067 10.0.0.130 - - [2025-09-29 01:51:59] "GET /aaa-mode HTTP/1.1" 401 293 0.000457 10.0.0.130 - - [2025-09-29 01:51:59] "GET / HTTP/1.1" 200 36215 0.002008 10.0.0.130 - - [2025-09-29 01:51:59] "GET /project/514b1b2e-e6a3-4c3e-92f8-2816dd3a9670?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000381 10.0.0.130 - - [2025-09-29 01:51:59] "GET /projects?obj_uuids=514b1b2e-e6a3-4c3e-92f8-2816dd3a9670&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001077 10.0.0.130 - - [2025-09-29 01:51:59] "GET /project/514b1b2e-e6a3-4c3e-92f8-2816dd3a9670?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.042003 10.0.0.130 - - [2025-09-29 01:51:59] "POST /neutron/network HTTP/1.1" 200 832 0.004636 10.0.0.130 - - [2025-09-29 01:51:59] "POST /neutron/port HTTP/1.1" 200 117 0.004479 10.0.0.130 - - [2025-09-29 01:51:59] "POST /neutron/port HTTP/1.1" 200 117 0.004838 10.0.0.130 - - [2025-09-29 01:51:59] "POST /id-to-fqname HTTP/1.1" 200 224 0.001822 10.0.0.130 - - [2025-09-29 01:52:00] "POST /neutron/port HTTP/1.1" 200 117 0.004630 10.0.0.130 - - [2025-09-29 01:52:00] "POST /neutron/network HTTP/1.1" 200 844 0.005193 10.0.0.130 - - [2025-09-29 01:52:00] "GET /aaa-mode HTTP/1.1" 401 293 0.000376 10.0.0.130 - - [2025-09-29 01:52:00] "POST /neutron/network HTTP/1.1" 200 842 0.004965 10.0.0.130 - - [2025-09-29 01:52:00] "GET /projects?obj_uuids=514b1b2e-e6a3-4c3e-92f8-2816dd3a9670&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001571 10.0.0.130 - - [2025-09-29 01:52:00] "GET / HTTP/1.1" 200 36215 0.002182 10.0.0.130 - - [2025-09-29 01:52:00] "GET /project/514b1b2e-e6a3-4c3e-92f8-2816dd3a9670?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000612 10.0.0.130 - - [2025-09-29 01:52:00] "POST /neutron/port HTTP/1.1" 200 1058 0.219856 10.0.0.130 - - [2025-09-29 01:52:00] "POST /neutron/port HTTP/1.1" 200 1058 0.008677 10.0.0.130 - - [2025-09-29 01:52:00] "POST /neutron/port HTTP/1.1" 200 1058 0.008405 10.0.0.130 - - [2025-09-29 01:52:00] "POST /neutron/port HTTP/1.1" 200 1112 0.063142 10.0.0.130 - - [2025-09-29 01:52:00] "POST /neutron/port HTTP/1.1" 200 1086 0.011447 10.0.0.130 - - [2025-09-29 01:52:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003015 10.0.0.130 - - [2025-09-29 01:52:00] "GET /projects?obj_uuids=514b1b2e-e6a3-4c3e-92f8-2816dd3a9670&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000970 10.0.0.130 - - [2025-09-29 01:52:00] "POST /neutron/subnet HTTP/1.1" 200 699 0.010870 10.0.0.130 - - [2025-09-29 01:52:00] "POST /neutron/port HTTP/1.1" 200 117 0.001505 10.0.0.130 - - [2025-09-29 01:52:00] "GET /project/514b1b2e-e6a3-4c3e-92f8-2816dd3a9670?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.054801 10.0.0.130 - - [2025-09-29 01:52:00] "POST /neutron/network HTTP/1.1" 200 832 0.005879 10.0.0.130 - - [2025-09-29 01:52:00] "POST /neutron/network HTTP/1.1" 200 834 0.004745 10.0.0.130 - - [2025-09-29 01:52:01] "POST /neutron/port HTTP/1.1" 200 1086 0.024400 10.0.0.130 - - [2025-09-29 01:52:01] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006493 10.0.0.130 - - [2025-09-29 01:52:01] "POST /neutron/port HTTP/1.1" 200 117 0.008746 10.0.0.130 - - [2025-09-29 01:52:01] "POST /fqname-to-id HTTP/1.1" 404 193 0.002484 10.0.0.130 - - [2025-09-29 01:52:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002098 10.0.0.130 - - [2025-09-29 01:52:01] "GET /domains?obj_uuids=137491c9-af0d-4881-aa86-970d73b1f58a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000943 10.0.0.130 - - [2025-09-29 01:52:01] "GET /domain/137491c9-af0d-4881-aa86-970d73b1f58a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.007109 10.0.0.130 - - [2025-09-29 01:52:01] "POST /service-templates HTTP/1.1" 200 545 0.026561 10.0.0.130 - - [2025-09-29 01:52:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003009 10.0.0.130 - - [2025-09-29 01:52:01] "GET /service-template/b251d534-24eb-4270-80b4-f7aef83f93c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.006184 10.0.0.130 - - [2025-09-29 01:52:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002701 10.0.0.130 - - [2025-09-29 01:52:01] "GET /service-template/b251d534-24eb-4270-80b4-f7aef83f93c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.006324 10.0.0.130 - - [2025-09-29 01:52:01] "POST /neutron/network HTTP/1.1" 200 844 0.008723 10.0.0.130 - - [2025-09-29 01:52:01] "GET /projects?obj_uuids=514b1b2e-e6a3-4c3e-92f8-2816dd3a9670&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001015 10.0.0.130 - - [2025-09-29 01:52:01] "POST /id-to-fqname HTTP/1.1" 200 223 0.001080 10.0.0.130 - - [2025-09-29 01:52:01] "POST /id-to-fqname HTTP/1.1" 200 223 0.001747 10.0.0.130 - - [2025-09-29 01:52:01] "POST /id-to-fqname HTTP/1.1" 200 224 0.001757 10.0.0.130 - - [2025-09-29 01:52:01] "POST /neutron/port HTTP/1.1" 200 1058 0.237125 10.0.0.130 - - [2025-09-29 01:52:01] "POST /neutron/port HTTP/1.1" 200 1058 0.011449 10.0.0.130 - - [2025-09-29 01:52:01] "POST /neutron/port HTTP/1.1" 200 2002 0.015676 10.0.0.130 - - [2025-09-29 01:52:01] "POST /neutron/security_group HTTP/1.1" 200 2056 0.013320 10.0.0.130 - - [2025-09-29 01:52:01] "POST /neutron/port HTTP/1.1" 200 1058 0.020175 10.0.0.130 - - [2025-09-29 01:52:01] "POST /neutron/port HTTP/1.1" 200 1112 0.073626 10.0.0.130 - - [2025-09-29 01:52:01] "POST /neutron/port HTTP/1.1" 200 1086 0.012349 10.0.0.130 - - [2025-09-29 01:52:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003655 10.0.0.130 - - [2025-09-29 01:52:01] "POST /neutron/subnet HTTP/1.1" 200 699 0.015667 10.0.0.130 - - [2025-09-29 01:52:02] "POST /neutron/port HTTP/1.1" 200 117 0.001139 10.0.0.130 - - [2025-09-29 01:52:02] "POST /neutron/network HTTP/1.1" 200 834 0.011651 10.0.0.130 - - [2025-09-29 01:52:02] "POST /neutron/network HTTP/1.1" 200 2225 0.013195 10.0.0.130 - - [2025-09-29 01:52:02] "GET /aaa-mode HTTP/1.1" 401 293 0.000406 10.0.0.130 - - [2025-09-29 01:52:02] "GET / HTTP/1.1" 200 36215 0.001478 10.0.0.130 - - [2025-09-29 01:52:02] "GET /project/514b1b2e-e6a3-4c3e-92f8-2816dd3a9670?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000352 10.0.0.130 - - [2025-09-29 01:52:03] "GET /projects?obj_uuids=514b1b2e-e6a3-4c3e-92f8-2816dd3a9670&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000970 10.0.0.130 - - [2025-09-29 01:52:03] "GET /project/514b1b2e-e6a3-4c3e-92f8-2816dd3a9670?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.064852 10.0.0.130 - - [2025-09-29 01:52:03] "POST /neutron/network HTTP/1.1" 200 834 0.005389 10.0.0.130 - - [2025-09-29 01:52:03] "POST /neutron/network HTTP/1.1" 200 832 0.005167 10.0.0.130 - - [2025-09-29 01:52:03] "POST /neutron/network HTTP/1.1" 200 834 0.006320 10.0.0.130 - - [2025-09-29 01:52:03] "POST /neutron/port HTTP/1.1" 200 2056 0.014225 10.0.0.130 - - [2025-09-29 01:52:03] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007775 10.0.0.130 - - [2025-09-29 01:52:03] "POST /neutron/port HTTP/1.1" 200 117 0.004647 10.0.0.130 - - [2025-09-29 01:52:03] "POST /neutron/port HTTP/1.1" 200 117 0.004391 10.0.0.130 - - [2025-09-29 01:52:03] "POST /neutron/network HTTP/1.1" 200 2225 0.014841 10.0.0.130 - - [2025-09-29 01:52:03] "GET /projects?obj_uuids=514b1b2e-e6a3-4c3e-92f8-2816dd3a9670&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001695 10.0.0.130 - - [2025-09-29 01:52:04] "POST /neutron/port HTTP/1.1" 200 1060 0.249400 10.0.0.130 - - [2025-09-29 01:52:04] "GET /projects?obj_uuids=514b1b2e-e6a3-4c3e-92f8-2816dd3a9670&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001569 10.0.0.130 - - [2025-09-29 01:52:04] "POST /neutron/port HTTP/1.1" 200 1058 0.164349 10.0.0.130 - - [2025-09-29 01:52:04] "GET /projects?obj_uuids=514b1b2e-e6a3-4c3e-92f8-2816dd3a9670&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001989 10.0.0.130 - - [2025-09-29 01:52:04] "POST /neutron/port HTTP/1.1" 200 1058 0.180309 10.0.0.130 - - [2025-09-29 01:52:04] "POST /neutron/port HTTP/1.1" 200 1060 0.008005 10.0.0.130 - - [2025-09-29 01:52:04] "POST /neutron/port HTTP/1.1" 200 1060 0.010397 10.0.0.130 - - [2025-09-29 01:52:04] "POST /neutron/port HTTP/1.1" 200 1114 0.072668 10.0.0.130 - - [2025-09-29 01:52:04] "POST /neutron/port HTTP/1.1" 200 1058 0.008422 10.0.0.130 - - [2025-09-29 01:52:04] "POST /neutron/port HTTP/1.1" 200 1058 0.007793 10.0.0.130 - - [2025-09-29 01:52:04] "POST /neutron/port HTTP/1.1" 200 1112 0.063121 10.0.0.130 - - [2025-09-29 01:52:04] "POST /neutron/port HTTP/1.1" 200 1058 0.013695 10.0.0.130 - - [2025-09-29 01:52:04] "POST /neutron/port HTTP/1.1" 200 1058 0.008348 10.0.0.130 - - [2025-09-29 01:52:04] "POST /neutron/port HTTP/1.1" 200 1112 0.065313 10.0.0.130 - - [2025-09-29 01:52:04] "POST /neutron/port HTTP/1.1" 200 3027 0.013696 10.0.0.130 - - [2025-09-29 01:52:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003742 10.0.0.130 - - [2025-09-29 01:52:04] "POST /neutron/subnet HTTP/1.1" 200 708 0.006419 10.0.0.130 - - [2025-09-29 01:52:04] "POST /neutron/port HTTP/1.1" 200 117 0.001125 10.0.0.130 - - [2025-09-29 01:52:04] "POST /neutron/network HTTP/1.1" 200 834 0.004997 10.0.0.130 - - [2025-09-29 01:52:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002913 10.0.0.130 - - [2025-09-29 01:52:05] "POST /neutron/subnet HTTP/1.1" 200 699 0.006905 10.0.0.130 - - [2025-09-29 01:52:05] "POST /neutron/port HTTP/1.1" 200 117 0.001380 10.0.0.130 - - [2025-09-29 01:52:05] "POST /neutron/network HTTP/1.1" 200 832 0.007840 10.0.0.130 - - [2025-09-29 01:52:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003268 10.0.0.130 - - [2025-09-29 01:52:05] "POST /neutron/subnet HTTP/1.1" 200 699 0.006549 10.0.0.130 - - [2025-09-29 01:52:05] "POST /neutron/port HTTP/1.1" 200 117 0.001093 10.0.0.130 - - [2025-09-29 01:52:05] "POST /neutron/network HTTP/1.1" 200 834 0.005126 10.0.0.130 - - [2025-09-29 01:52:08] "POST /neutron/port HTTP/1.1" 200 3027 0.017187 10.0.0.130 - - [2025-09-29 01:52:08] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005472 10.0.0.130 - - [2025-09-29 01:52:08] "POST /neutron/port HTTP/1.1" 200 3027 0.034499 10.0.0.130 - - [2025-09-29 01:52:08] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005328 10.0.0.130 - - [2025-09-29 01:52:08] "POST /neutron/port HTTP/1.1" 200 3027 0.016932 10.0.0.130 - - [2025-09-29 01:52:08] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005688 10.0.0.130 - - [2025-09-29 01:52:08] "POST /neutron/port HTTP/1.1" 200 3027 0.014910 10.0.0.130 - - [2025-09-29 01:52:08] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005782 10.0.0.130 - - [2025-09-29 01:52:08] "POST /neutron/port HTTP/1.1" 200 3027 0.015725 10.0.0.130 - - [2025-09-29 01:52:08] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006329 10.0.0.130 - - [2025-09-29 01:52:09] "GET /virtual-machine/a7ae4c59-027f-46dc-970f-d7ff564daabb HTTP/1.1" 200 1807 0.004283 10.0.0.130 - - [2025-09-29 01:52:09] "GET /virtual-machine-interface/316d889e-ff2c-4f8d-b73a-508e9b4b22d7 HTTP/1.1" 200 2952 0.007807 10.0.0.130 - - [2025-09-29 01:52:09] "GET /virtual-machine-interface/6fd2ade1-8f51-44a4-ad2c-78da45174dfc HTTP/1.1" 200 2955 0.005082 10.0.0.130 - - [2025-09-29 01:52:09] "GET /virtual-machine-interface/cbda4cde-0cfe-45b2-a1c7-ce4161a5f14c HTTP/1.1" 200 2953 0.005809 10.0.0.130 - - [2025-09-29 01:52:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002688 10.0.0.130 - - [2025-09-29 01:52:09] "GET /global-vrouter-config/995f2d36-a695-4ca8-8abd-5db3ca8044ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002940 10.0.0.130 - - [2025-09-29 01:52:09] "GET /virtual-networks?parent_id=514b1b2e-e6a3-4c3e-92f8-2816dd3a9670&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003355 10.0.0.130 - - [2025-09-29 01:52:09] "GET /virtual-network/82ee05c1-99ac-4dbd-824a-8288deed3881?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.004804 10.0.0.130 - - [2025-09-29 01:52:09] "POST /neutron/port HTTP/1.1" 200 1086 0.012993 10.0.0.130 - - [2025-09-29 01:52:09] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004957 10.0.0.130 - - [2025-09-29 01:52:10] "POST /neutron/port HTTP/1.1" 200 1086 0.010854 10.0.0.130 - - [2025-09-29 01:52:10] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006022 10.0.0.130 - - [2025-09-29 01:52:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002779 10.0.0.130 - - [2025-09-29 01:52:12] "GET /virtual-network/82ee05c1-99ac-4dbd-824a-8288deed3881?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005501 10.0.0.130 - - [2025-09-29 01:52:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002855 10.0.0.130 - - [2025-09-29 01:52:16] "GET /virtual-network/82ee05c1-99ac-4dbd-824a-8288deed3881?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006097 10.0.0.130 - - [2025-09-29 01:52:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002624 10.0.0.130 - - [2025-09-29 01:52:20] "GET /virtual-network/82ee05c1-99ac-4dbd-824a-8288deed3881?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.004485 10.0.0.130 - - [2025-09-29 01:52:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002877 10.0.0.130 - - [2025-09-29 01:52:24] "GET /global-vrouter-config/995f2d36-a695-4ca8-8abd-5db3ca8044ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002875 10.0.0.130 - - [2025-09-29 01:52:24] "GET /virtual-networks?parent_id=514b1b2e-e6a3-4c3e-92f8-2816dd3a9670&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003118 10.0.0.130 - - [2025-09-29 01:52:24] "GET /virtual-network/82ee05c1-99ac-4dbd-824a-8288deed3881?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005161 10.0.0.130 - - [2025-09-29 01:52:24] "POST /neutron/port HTTP/1.1" 200 3027 0.014693 10.0.0.130 - - [2025-09-29 01:52:24] "POST /neutron/security_group HTTP/1.1" 200 2056 0.011058 10.0.0.130 - - [2025-09-29 01:52:30] "POST /neutron/port HTTP/1.1" 200 3027 0.015143 10.0.0.130 - - [2025-09-29 01:52:30] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005435 10.0.0.130 - - [2025-09-29 01:52:34] "POST /neutron/port HTTP/1.1" 200 3027 0.014724 10.0.0.130 - - [2025-09-29 01:52:34] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005057 10.0.0.130 - - [2025-09-29 01:52:35] "DELETE /project/514b1b2ee6a34c3e92f82816dd3a9670 HTTP/1.1" 404 173 0.005780 10.0.0.130 - - [2025-09-29 01:52:35] "GET /projects?obj_uuids=db146ed3-64ab-4750-b097-11cff2b9e00a&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000865 10.0.0.130 - - [2025-09-29 01:52:35] "GET /project/db146ed3-64ab-4750-b097-11cff2b9e00a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.025992 10.0.0.130 - - [2025-09-29 01:52:35] "GET /projects?obj_uuids=db146ed3-64ab-4750-b097-11cff2b9e00a&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000828 10.0.0.130 - - [2025-09-29 01:52:35] "GET /project/db146ed3-64ab-4750-b097-11cff2b9e00a?fields=security_groups HTTP/1.1" 200 1342 0.066311 10.0.0.130 - - [2025-09-29 01:52:35] "DELETE /security-group/99b3d3d4-57e4-4970-bb1b-dbcac78941db HTTP/1.1" 200 115 0.051188 10.0.0.130 - - [2025-09-29 01:52:35] "GET /projects?obj_uuids=db146ed3-64ab-4750-b097-11cff2b9e00a&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000893 10.0.0.130 - - [2025-09-29 01:52:35] "DELETE /access-control-list/94b83dad-bc48-41db-8de0-943904f91a51 HTTP/1.1" 200 115 0.035974 10.0.0.130 - - [2025-09-29 01:52:35] "GET /project/db146ed3-64ab-4750-b097-11cff2b9e00a?fields=application_policy_sets HTTP/1.1" 200 1381 0.047050 10.0.0.130 - - [2025-09-29 01:52:35] "POST /neutron/port HTTP/1.1" 200 3027 0.013303 10.0.0.130 - - [2025-09-29 01:52:35] "DELETE /access-control-list/295471e0-b076-4335-908c-514d5185ca14 HTTP/1.1" 200 115 0.044634 10.0.0.130 - - [2025-09-29 01:52:35] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006393 10.0.0.130 - - [2025-09-29 01:52:35] "DELETE /project/db146ed3-64ab-4750-b097-11cff2b9e00a HTTP/1.1" 200 115 0.347524 10.0.0.130 - - [2025-09-29 01:52:40] "POST /neutron/port HTTP/1.1" 200 3027 0.013544 10.0.0.130 - - [2025-09-29 01:52:40] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005837 10.0.0.130 - - [2025-09-29 01:52:41] "GET /obj-perms HTTP/1.1" 200 5075 0.044490 10.0.0.130 - - [2025-09-29 01:52:41] "GET /obj-perms HTTP/1.1" 200 5075 0.039836 10.0.0.130 - - [2025-09-29 01:52:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003005 10.0.0.130 - - [2025-09-29 01:52:45] "GET /global-vrouter-config/995f2d36-a695-4ca8-8abd-5db3ca8044ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003250 10.0.0.130 - - [2025-09-29 01:52:45] "GET /virtual-networks?parent_id=514b1b2e-e6a3-4c3e-92f8-2816dd3a9670&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002664 10.0.0.130 - - [2025-09-29 01:52:45] "GET /virtual-network/f392ee72-b7aa-4427-b072-8fb89b4be1a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004835 10.0.0.130 - - [2025-09-29 01:52:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002524 10.0.0.130 - - [2025-09-29 01:52:45] "GET /global-vrouter-config/995f2d36-a695-4ca8-8abd-5db3ca8044ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004990 10.0.0.130 - - [2025-09-29 01:52:45] "GET /virtual-networks?parent_id=514b1b2e-e6a3-4c3e-92f8-2816dd3a9670&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002552 10.0.0.130 - - [2025-09-29 01:52:46] "GET /virtual-network/ea9eba13-62db-45c8-bc86-137eb6e752f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004728 10.0.0.130 - - [2025-09-29 01:52:46] "POST /fqname-to-id HTTP/1.1" 404 207 0.003500 10.0.0.130 - - [2025-09-29 01:52:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002140 10.0.0.130 - - [2025-09-29 01:52:46] "GET /projects?obj_uuids=514b1b2e-e6a3-4c3e-92f8-2816dd3a9670&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.029908 10.0.0.130 - - [2025-09-29 01:52:46] "GET /project/514b1b2e-e6a3-4c3e-92f8-2816dd3a9670?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.051842 10.0.0.130 - - [2025-09-29 01:52:46] "POST /service-instances HTTP/1.1" 200 545 0.063717 10.0.0.130 - - [2025-09-29 01:52:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002604 10.0.0.130 - - [2025-09-29 01:52:46] "GET /service-instance/f7928bdb-c387-4737-a5fd-c3dce9890ec1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2138 0.004571 10.0.0.130 - - [2025-09-29 01:52:46] "POST /port-tuples HTTP/1.1" 200 588 0.020214 10.0.0.130 - - [2025-09-29 01:52:46] "GET /virtual-machine-interface/cbda4cde-0cfe-45b2-a1c7-ce4161a5f14c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2731 0.004810 10.0.0.130 - - [2025-09-29 01:52:46] "PUT /virtual-machine-interface/cbda4cde-0cfe-45b2-a1c7-ce4161a5f14c HTTP/1.1" 200 285 0.009662 10.0.0.130 - - [2025-09-29 01:52:46] "POST /ref-update HTTP/1.1" 200 156 0.009877 10.0.0.130 - - [2025-09-29 01:52:46] "POST /instance-ips HTTP/1.1" 200 386 0.022558 10.0.0.130 - - [2025-09-29 01:52:46] "POST /ref-update HTTP/1.1" 200 156 0.008321 10.0.0.130 - - [2025-09-29 01:52:46] "GET /virtual-machine-interface/316d889e-ff2c-4f8d-b73a-508e9b4b22d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2730 0.005776 10.0.0.130 - - [2025-09-29 01:52:46] "POST /ref-update HTTP/1.1" 200 156 0.009877 10.0.0.130 - - [2025-09-29 01:52:46] "PUT /virtual-machine-interface/316d889e-ff2c-4f8d-b73a-508e9b4b22d7 HTTP/1.1" 200 285 0.010370 10.0.0.130 - - [2025-09-29 01:52:46] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002462 10.0.0.130 - - [2025-09-29 01:52:46] "POST /ref-update HTTP/1.1" 200 156 0.008070 10.0.0.130 - - [2025-09-29 01:52:46] "GET /virtual-machine-interface/6fd2ade1-8f51-44a4-ad2c-78da45174dfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2733 0.004968 10.0.0.130 - - [2025-09-29 01:52:46] "POST /instance-ips HTTP/1.1" 200 386 0.025123 10.0.0.130 - - [2025-09-29 01:52:47] "PUT /virtual-machine-interface/6fd2ade1-8f51-44a4-ad2c-78da45174dfc HTTP/1.1" 200 285 0.011843 10.0.0.130 - - [2025-09-29 01:52:47] "POST /ref-update HTTP/1.1" 200 156 0.012097 10.0.0.130 - - [2025-09-29 01:52:47] "POST /ref-update HTTP/1.1" 200 156 0.010474 10.0.0.130 - - [2025-09-29 01:52:47] "POST /ref-update HTTP/1.1" 200 156 0.012761 10.0.0.130 - - [2025-09-29 01:52:47] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.004168 10.0.0.130 - - [2025-09-29 01:52:47] "POST /neutron/port HTTP/1.1" 200 1086 0.010366 10.0.0.130 - - [2025-09-29 01:52:47] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008758 10.0.0.130 - - [2025-09-29 01:52:47] "POST /instance-ips HTTP/1.1" 200 374 0.014229 10.0.0.130 - - [2025-09-29 01:52:47] "POST /neutron/port HTTP/1.1" 200 1086 0.010802 10.0.0.130 - - [2025-09-29 01:52:47] "POST /ref-update HTTP/1.1" 200 156 0.007684 10.0.0.130 - - [2025-09-29 01:52:47] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007625 10.0.0.130 - - [2025-09-29 01:52:47] "POST /ref-update HTTP/1.1" 200 156 0.016254 10.0.0.130 - - [2025-09-29 01:52:47] "POST /neutron/port HTTP/1.1" 200 1086 0.013771 10.0.0.130 - - [2025-09-29 01:52:47] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005382 10.0.0.130 - - [2025-09-29 01:52:47] "GET /virtual-machine/e05e4b8b-f7ef-4e49-b656-d164d379b504 HTTP/1.1" 200 1293 0.004675 10.0.0.130 - - [2025-09-29 01:52:47] "GET /virtual-machine-interface/a53cb58e-a21d-4520-9780-161945db7d55 HTTP/1.1" 200 2953 0.004192 10.0.0.130 - - [2025-09-29 01:52:47] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003098 10.0.0.130 - - [2025-09-29 01:52:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003805 10.0.0.130 - - [2025-09-29 01:52:47] "GET /global-vrouter-config/995f2d36-a695-4ca8-8abd-5db3ca8044ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003039 10.0.0.130 - - [2025-09-29 01:52:47] "POST /instance-ips HTTP/1.1" 200 374 0.013904 10.0.0.130 - - [2025-09-29 01:52:47] "GET /virtual-networks?parent_id=514b1b2e-e6a3-4c3e-92f8-2816dd3a9670&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002574 10.0.0.130 - - [2025-09-29 01:52:47] "POST /ref-update HTTP/1.1" 200 156 0.009196 10.0.0.130 - - [2025-09-29 01:52:47] "GET /virtual-network/f392ee72-b7aa-4427-b072-8fb89b4be1a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004529 10.0.0.130 - - [2025-09-29 01:52:47] "POST /ref-update HTTP/1.1" 200 156 0.008239 10.0.0.130 - - [2025-09-29 01:52:47] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003373 10.0.0.130 - - [2025-09-29 01:52:47] "POST /instance-ips HTTP/1.1" 200 376 0.015383 10.0.0.130 - - [2025-09-29 01:52:47] "POST /ref-update HTTP/1.1" 200 156 0.008519 10.0.0.130 - - [2025-09-29 01:52:47] "POST /ref-update HTTP/1.1" 200 156 0.007164 10.0.0.130 - - [2025-09-29 01:52:47] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002569 10.0.0.130 - - [2025-09-29 01:52:47] "POST /instance-ips HTTP/1.1" 200 376 0.019171 10.0.0.130 - - [2025-09-29 01:52:47] "POST /ref-update HTTP/1.1" 200 156 0.008434 10.0.0.130 - - [2025-09-29 01:52:47] "POST /ref-update HTTP/1.1" 200 156 0.008785 10.0.0.130 - - [2025-09-29 01:52:48] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003246 10.0.0.130 - - [2025-09-29 01:52:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002564 10.0.0.130 - - [2025-09-29 01:52:48] "GET /global-vrouter-config/995f2d36-a695-4ca8-8abd-5db3ca8044ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002652 10.0.0.130 - - [2025-09-29 01:52:48] "GET /virtual-networks?parent_id=514b1b2e-e6a3-4c3e-92f8-2816dd3a9670&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003081 10.0.0.130 - - [2025-09-29 01:52:48] "GET /virtual-network/f392ee72-b7aa-4427-b072-8fb89b4be1a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005133 10.0.0.130 - - [2025-09-29 01:52:48] "POST /neutron/port HTTP/1.1" 200 1086 0.009616 10.0.0.130 - - [2025-09-29 01:52:49] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005837 10.0.0.130 - - [2025-09-29 01:52:49] "POST /neutron/port HTTP/1.1" 200 1086 0.009281 10.0.0.130 - - [2025-09-29 01:52:49] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005109 10.0.0.130 - - [2025-09-29 01:52:49] "POST /neutron/port HTTP/1.1" 200 1086 0.009705 10.0.0.130 - - [2025-09-29 01:52:49] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005584 10.0.0.130 - - [2025-09-29 01:52:49] "GET /virtual-machine/343f3787-e8e0-43df-ba44-7713824cc6f9 HTTP/1.1" 200 1292 0.004040 10.0.0.130 - - [2025-09-29 01:52:49] "GET /virtual-machine-interface/1b9e9fd3-8a07-4f74-a7e7-c2b7e1a0aa09 HTTP/1.1" 200 2955 0.004281 10.0.0.130 - - [2025-09-29 01:52:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003983 10.0.0.130 - - [2025-09-29 01:52:49] "GET /global-vrouter-config/995f2d36-a695-4ca8-8abd-5db3ca8044ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003348 10.0.0.130 - - [2025-09-29 01:52:49] "GET /virtual-networks?parent_id=514b1b2e-e6a3-4c3e-92f8-2816dd3a9670&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002870 10.0.0.130 - - [2025-09-29 01:52:49] "GET /virtual-network/ea9eba13-62db-45c8-bc86-137eb6e752f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004972 10.0.0.130 - - [2025-09-29 01:52:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002681 10.0.0.130 - - [2025-09-29 01:52:50] "GET /global-vrouter-config/995f2d36-a695-4ca8-8abd-5db3ca8044ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002926 10.0.0.130 - - [2025-09-29 01:52:50] "GET /virtual-networks?parent_id=514b1b2e-e6a3-4c3e-92f8-2816dd3a9670&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002716 10.0.0.130 - - [2025-09-29 01:52:50] "GET /virtual-network/ea9eba13-62db-45c8-bc86-137eb6e752f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004864 10.0.0.130 - - [2025-09-29 01:52:50] "POST /fqname-to-id HTTP/1.1" 404 211 0.004929 10.0.0.130 - - [2025-09-29 01:52:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.005418 10.0.0.130 - - [2025-09-29 01:52:50] "GET /projects?obj_uuids=514b1b2e-e6a3-4c3e-92f8-2816dd3a9670&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001048 10.0.0.130 - - [2025-09-29 01:52:50] "GET /project/514b1b2e-e6a3-4c3e-92f8-2816dd3a9670?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.023677 10.0.0.130 - - [2025-09-29 01:52:50] "POST /network-policys HTTP/1.1" 200 549 0.017686 10.0.0.130 - - [2025-09-29 01:52:50] "GET /network-policy/ba1e0f19-e1e7-4e68-859b-78c280e6ffd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.004083 10.0.0.130 - - [2025-09-29 01:52:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002556 10.0.0.130 - - [2025-09-29 01:52:51] "GET /virtual-network/f392ee72-b7aa-4427-b072-8fb89b4be1a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005742 10.0.0.130 - - [2025-09-29 01:52:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002465 10.0.0.130 - - [2025-09-29 01:52:51] "GET /network-policy/ba1e0f19-e1e7-4e68-859b-78c280e6ffd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.003113 10.0.0.130 - - [2025-09-29 01:52:51] "POST /ref-update HTTP/1.1" 200 156 0.026604 10.0.0.130 - - [2025-09-29 01:52:51] "POST /fqname-to-id HTTP/1.1" 404 242 0.027780 10.0.0.130 - - [2025-09-29 01:52:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.001924 10.0.0.130 - - [2025-09-29 01:52:51] "POST /access-control-lists HTTP/1.1" 200 603 0.065397 10.0.0.130 - - [2025-09-29 01:52:51] "GET /network-policy/ba1e0f19-e1e7-4e68-859b-78c280e6ffd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.003744 10.0.0.130 - - [2025-09-29 01:52:51] "POST /neutron/network HTTP/1.1" 200 920 0.006677 10.0.0.130 - - [2025-09-29 01:52:51] "GET /virtual-network/f392ee72-b7aa-4427-b072-8fb89b4be1a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.004377 10.0.0.130 - - [2025-09-29 01:52:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003148 10.0.0.130 - - [2025-09-29 01:52:51] "GET /network-policy/ba1e0f19-e1e7-4e68-859b-78c280e6ffd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.003182 10.0.0.130 - - [2025-09-29 01:52:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002765 10.0.0.130 - - [2025-09-29 01:52:51] "GET /virtual-network/ea9eba13-62db-45c8-bc86-137eb6e752f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005047 10.0.0.130 - - [2025-09-29 01:52:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002970 10.0.0.130 - - [2025-09-29 01:52:51] "GET /network-policy/ba1e0f19-e1e7-4e68-859b-78c280e6ffd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.003196 10.0.0.130 - - [2025-09-29 01:52:51] "POST /fqname-to-id HTTP/1.1" 404 244 0.004514 10.0.0.130 - - [2025-09-29 01:52:51] "POST /ref-update HTTP/1.1" 200 156 0.030717 10.0.0.130 - - [2025-09-29 01:52:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002682 10.0.0.130 - - [2025-09-29 01:52:51] "POST /access-control-lists HTTP/1.1" 200 606 0.067003 10.0.0.130 - - [2025-09-29 01:52:51] "GET /network-policy/ba1e0f19-e1e7-4e68-859b-78c280e6ffd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.003373 10.0.0.130 - - [2025-09-29 01:52:51] "POST /routing-instances HTTP/1.1" 200 761 0.016418 10.0.0.130 - - [2025-09-29 01:52:51] "POST /neutron/network HTTP/1.1" 200 922 0.006049 10.0.0.130 - - [2025-09-29 01:52:51] "GET /virtual-network/ea9eba13-62db-45c8-bc86-137eb6e752f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.004538 10.0.0.130 - - [2025-09-29 01:52:51] "POST /route-targets HTTP/1.1" 200 328 0.009569 10.0.0.130 - - [2025-09-29 01:52:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002800 10.0.0.130 - - [2025-09-29 01:52:51] "POST /ref-update HTTP/1.1" 200 156 0.010618 10.0.0.130 - - [2025-09-29 01:52:51] "GET /network-policy/ba1e0f19-e1e7-4e68-859b-78c280e6ffd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.003235 10.0.0.130 - - [2025-09-29 01:52:51] "GET /routing-instance/12336f98-d546-40f0-9d3b-9e664410333a?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1278 0.003575 10.0.0.130 - - [2025-09-29 01:52:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002204 10.0.0.130 - - [2025-09-29 01:52:52] "GET /routing-instance/12336f98-d546-40f0-9d3b-9e664410333a?fields=routing_policy_back_refs HTTP/1.1" 200 1278 0.003570 10.0.0.130 - - [2025-09-29 01:52:52] "GET /service-template/b251d534-24eb-4270-80b4-f7aef83f93c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.002983 10.0.0.130 - - [2025-09-29 01:52:52] "POST /ref-update HTTP/1.1" 200 156 0.009402 10.0.0.130 - - [2025-09-29 01:52:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002301 10.0.0.130 - - [2025-09-29 01:52:52] "POST /routing-instances HTTP/1.1" 200 762 0.013863 10.0.0.130 - - [2025-09-29 01:52:52] "GET /projects?obj_uuids=514b1b2e-e6a3-4c3e-92f8-2816dd3a9670&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000936 10.0.0.130 - - [2025-09-29 01:52:52] "GET /project/514b1b2e-e6a3-4c3e-92f8-2816dd3a9670?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.021821 10.0.0.130 - - [2025-09-29 01:52:52] "POST /route-targets HTTP/1.1" 200 328 0.008163 10.0.0.130 - - [2025-09-29 01:52:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003022 10.0.0.130 - - [2025-09-29 01:52:52] "POST /ref-update HTTP/1.1" 200 156 0.009188 10.0.0.130 - - [2025-09-29 01:52:52] "GET /service-instance/f7928bdb-c387-4737-a5fd-c3dce9890ec1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3538 0.006588 10.0.0.130 - - [2025-09-29 01:52:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000373 10.0.0.130 - - [2025-09-29 01:52:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000449 10.0.0.130 - - [2025-09-29 01:52:52] "GET /routing-instance/ad9fcae5-408a-492b-96ac-66b1fc4ef6ae?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1280 0.003656 10.0.0.130 - - [2025-09-29 01:52:52] "GET /domains HTTP/1.1" 200 281 0.002476 10.0.0.130 - - [2025-09-29 01:52:52] "GET /domains?obj_uuids=137491c9-af0d-4881-aa86-970d73b1f58a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001248 10.0.0.130 - - [2025-09-29 01:52:52] "GET /domain/137491c9-af0d-4881-aa86-970d73b1f58a HTTP/1.1" 200 2782 0.007641 10.0.0.130 - - [2025-09-29 01:52:52] "GET /projects?obj_uuids=514b1b2e-e6a3-4c3e-92f8-2816dd3a9670&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000894 10.0.0.130 - - [2025-09-29 01:52:52] "GET /routing-instance/ad9fcae5-408a-492b-96ac-66b1fc4ef6ae?fields=routing_policy_back_refs HTTP/1.1" 200 1280 0.003393 10.0.0.130 - - [2025-09-29 01:52:52] "GET /project/514b1b2e-e6a3-4c3e-92f8-2816dd3a9670 HTTP/1.1" 200 4247 0.067169 10.0.0.130 - - [2025-09-29 01:52:52] "GET /service-instance/f7928bdb-c387-4737-a5fd-c3dce9890ec1 HTTP/1.1" 200 3793 0.005619 10.0.0.130 - - [2025-09-29 01:52:52] "PUT /routing-instance/12336f98-d546-40f0-9d3b-9e664410333a HTTP/1.1" 200 267 0.013840 10.0.0.130 - - [2025-09-29 01:52:52] "GET /domains HTTP/1.1" 200 281 0.003535 10.0.0.130 - - [2025-09-29 01:52:52] "GET /domains?obj_uuids=137491c9-af0d-4881-aa86-970d73b1f58a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000879 10.0.0.130 - - [2025-09-29 01:52:52] "GET /domain/137491c9-af0d-4881-aa86-970d73b1f58a HTTP/1.1" 200 2782 0.005852 10.0.0.130 - - [2025-09-29 01:52:52] "GET /projects?obj_uuids=514b1b2e-e6a3-4c3e-92f8-2816dd3a9670&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001099 10.0.0.130 - - [2025-09-29 01:52:52] "PUT /routing-instance/ad9fcae5-408a-492b-96ac-66b1fc4ef6ae HTTP/1.1" 200 267 0.009345 10.0.0.130 - - [2025-09-29 01:52:52] "GET /project/514b1b2e-e6a3-4c3e-92f8-2816dd3a9670 HTTP/1.1" 200 4247 0.078479 10.0.0.130 - - [2025-09-29 01:52:52] "GET /service-instance/f7928bdb-c387-4737-a5fd-c3dce9890ec1 HTTP/1.1" 200 3793 0.005742 10.0.0.130 - - [2025-09-29 01:52:52] "GET /port-tuple/ee09af25-3b59-4c82-bb0c-96da77d13028 HTTP/1.1" 200 1984 0.003152 10.0.0.130 - - [2025-09-29 01:52:52] "POST /ref-update HTTP/1.1" 200 156 0.017214 10.0.0.130 - - [2025-09-29 01:52:52] "GET /virtual-machine-interface/316d889e-ff2c-4f8d-b73a-508e9b4b22d7 HTTP/1.1" 200 3807 0.007241 10.0.0.130 - - [2025-09-29 01:52:52] "GET /virtual-machine-interface/6fd2ade1-8f51-44a4-ad2c-78da45174dfc HTTP/1.1" 200 3813 0.004926 10.0.0.130 - - [2025-09-29 01:52:52] "GET /virtual-machine-interface/cbda4cde-0cfe-45b2-a1c7-ce4161a5f14c HTTP/1.1" 200 3826 0.004782 10.0.0.130 - - [2025-09-29 01:52:52] "PUT /access-control-list/26cc1e76-5c34-4c11-9d48-2a0ed0036658 HTTP/1.1" 200 273 0.009595 10.0.0.130 - - [2025-09-29 01:52:52] "POST /neutron/port HTTP/1.1" 200 3834 0.030373 10.0.0.130 - - [2025-09-29 01:52:52] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007225 10.0.0.130 - - [2025-09-29 01:52:52] "PUT /access-control-list/33b802b5-94ab-4b3d-aa3f-5b5adde39fa7 HTTP/1.1" 200 273 0.020774 10.0.0.130 - - [2025-09-29 01:52:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000409 10.0.0.130 - - [2025-09-29 01:52:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000421 10.0.0.130 - - [2025-09-29 01:52:52] "POST /neutron/port HTTP/1.1" 200 3834 0.027952 10.0.0.130 - - [2025-09-29 01:52:52] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005447 10.0.0.130 - - [2025-09-29 01:52:52] "POST /neutron/port HTTP/1.1" 200 3834 0.025064 10.0.0.130 - - [2025-09-29 01:52:52] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005230 10.0.0.130 - - [2025-09-29 01:52:52] "POST /neutron/port HTTP/1.1" 200 3834 0.027589 10.0.0.130 - - [2025-09-29 01:52:52] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005957 10.0.0.130 - - [2025-09-29 01:52:52] "POST /neutron/network HTTP/1.1" 200 894 0.012100 10.0.0.130 - - [2025-09-29 01:52:52] "POST /neutron/network HTTP/1.1" 200 920 0.004681 10.0.0.130 - - [2025-09-29 01:52:53] "POST /neutron/network HTTP/1.1" 200 808 0.011050 10.0.0.130 - - [2025-09-29 01:52:53] "POST /neutron/network HTTP/1.1" 200 834 0.004669 10.0.0.130 - - [2025-09-29 01:52:53] "POST /neutron/network HTTP/1.1" 200 896 0.010173 10.0.0.130 - - [2025-09-29 01:52:53] "POST /neutron/network HTTP/1.1" 200 922 0.006089 10.0.0.130 - - [2025-09-29 01:52:53] "POST /id-to-fqname HTTP/1.1" 200 223 0.001033 10.0.0.130 - - [2025-09-29 01:52:53] "POST /id-to-fqname HTTP/1.1" 200 223 0.000910 10.0.0.130 - - [2025-09-29 01:52:53] "POST /id-to-fqname HTTP/1.1" 200 224 0.001211 10.0.0.130 - - [2025-09-29 01:52:53] "GET /virtual-machine/a7ae4c59-027f-46dc-970f-d7ff564daabb HTTP/1.1" 200 1807 0.006028 10.0.0.130 - - [2025-09-29 01:52:53] "GET /virtual-machine-interface/316d889e-ff2c-4f8d-b73a-508e9b4b22d7 HTTP/1.1" 200 3807 0.005467 10.0.0.130 - - [2025-09-29 01:52:53] "GET /virtual-machine-interface/6fd2ade1-8f51-44a4-ad2c-78da45174dfc HTTP/1.1" 200 3813 0.004934 10.0.0.130 - - [2025-09-29 01:52:53] "GET /virtual-machine-interface/cbda4cde-0cfe-45b2-a1c7-ce4161a5f14c HTTP/1.1" 200 3826 0.004652 10.0.0.130 - - [2025-09-29 01:52:53] "GET /instance-ip/6ba47049-38bf-4ddd-9c8b-45c40db2e615 HTTP/1.1" 200 1624 0.008221 10.0.0.130 - - [2025-09-29 01:52:53] "GET /instance-ip/884d27b7-d2bd-49d2-be24-bef5a8fbf4a3 HTTP/1.1" 200 1960 0.009662 10.0.0.130 - - [2025-09-29 01:52:53] "GET /instance-ip/d6b2d54c-3ffe-4ff2-8727-dcc829ff2caa HTTP/1.1" 200 1958 0.005327 10.0.0.130 - - [2025-09-29 01:52:53] "GET /instance-ip/01ab091e-a70c-43c1-9305-933272d9fba6 HTTP/1.1" 200 1624 0.004847 10.0.0.130 - - [2025-09-29 01:52:53] "GET /instance-ip/b1f79d55-429d-4e1d-be55-b25b826b03d4 HTTP/1.1" 200 1963 0.003710 10.0.0.130 - - [2025-09-29 01:52:53] "GET /instance-ip/f749b3bb-49ea-4d6a-86af-3365dc78cbdb HTTP/1.1" 200 1964 0.003927 10.0.0.130 - - [2025-09-29 01:52:53] "GET /instance-ip/aae3ba11-b082-46d2-902f-0ac09ba7c740 HTTP/1.1" 200 1983 0.003198 10.0.0.130 - - [2025-09-29 01:52:53] "GET /instance-ip/ccd424c1-afa4-49b9-8119-bc913289a600 HTTP/1.1" 200 1626 0.004207 10.0.0.130 - - [2025-09-29 01:52:53] "GET /instance-ip/f2ad1787-16fd-42b9-81c8-c351aaa6c21e HTTP/1.1" 200 1984 0.002914 10.0.0.130 - - [2025-09-29 01:52:53] "POST /neutron/port HTTP/1.1" 200 3834 0.025215 10.0.0.130 - - [2025-09-29 01:52:53] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005268 10.0.0.130 - - [2025-09-29 01:52:53] "POST /neutron/port HTTP/1.1" 200 3834 0.025780 10.0.0.130 - - [2025-09-29 01:52:53] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005988 10.0.0.130 - - [2025-09-29 01:52:53] "POST /neutron/port HTTP/1.1" 200 3834 0.025017 10.0.0.130 - - [2025-09-29 01:52:53] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005802 10.0.0.130 - - [2025-09-29 01:52:53] "POST /neutron/port HTTP/1.1" 200 3834 0.023829 10.0.0.130 - - [2025-09-29 01:52:53] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005109 10.0.0.130 - - [2025-09-29 01:52:53] "GET /virtual-machine/a7ae4c59-027f-46dc-970f-d7ff564daabb HTTP/1.1" 200 1807 0.003221 10.0.0.130 - - [2025-09-29 01:52:53] "GET /virtual-machine-interface/316d889e-ff2c-4f8d-b73a-508e9b4b22d7 HTTP/1.1" 200 3807 0.004490 10.0.0.130 - - [2025-09-29 01:52:53] "GET /virtual-machine-interface/6fd2ade1-8f51-44a4-ad2c-78da45174dfc HTTP/1.1" 200 3813 0.004621 10.0.0.130 - - [2025-09-29 01:52:53] "GET /virtual-machine-interface/cbda4cde-0cfe-45b2-a1c7-ce4161a5f14c HTTP/1.1" 200 3826 0.006396 10.0.0.130 - - [2025-09-29 01:52:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002777 10.0.0.130 - - [2025-09-29 01:52:53] "GET /global-vrouter-config/995f2d36-a695-4ca8-8abd-5db3ca8044ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002864 10.0.0.130 - - [2025-09-29 01:52:53] "GET /virtual-networks?parent_id=514b1b2e-e6a3-4c3e-92f8-2816dd3a9670&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003175 10.0.0.130 - - [2025-09-29 01:52:53] "GET /virtual-network/f392ee72-b7aa-4427-b072-8fb89b4be1a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.005152 10.0.0.130 - - [2025-09-29 01:52:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002598 10.0.0.130 - - [2025-09-29 01:52:54] "GET /global-vrouter-config/995f2d36-a695-4ca8-8abd-5db3ca8044ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002578 10.0.0.130 - - [2025-09-29 01:52:54] "GET /virtual-networks?parent_id=514b1b2e-e6a3-4c3e-92f8-2816dd3a9670&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002788 10.0.0.130 - - [2025-09-29 01:52:55] "GET /virtual-network/f392ee72-b7aa-4427-b072-8fb89b4be1a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.005441 10.0.0.130 - - [2025-09-29 01:52:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002958 10.0.0.130 - - [2025-09-29 01:52:55] "GET /global-vrouter-config/995f2d36-a695-4ca8-8abd-5db3ca8044ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003386 10.0.0.130 - - [2025-09-29 01:52:55] "GET /virtual-networks?parent_id=514b1b2e-e6a3-4c3e-92f8-2816dd3a9670&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002782 10.0.0.130 - - [2025-09-29 01:52:55] "GET /virtual-network/f392ee72-b7aa-4427-b072-8fb89b4be1a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.005611 10.0.0.130 - - [2025-09-29 01:52:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002583 10.0.0.130 - - [2025-09-29 01:52:55] "GET /global-vrouter-config/995f2d36-a695-4ca8-8abd-5db3ca8044ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003200 10.0.0.130 - - [2025-09-29 01:52:55] "GET /virtual-networks?parent_id=514b1b2e-e6a3-4c3e-92f8-2816dd3a9670&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002440 10.0.0.130 - - [2025-09-29 01:52:55] "GET /virtual-network/f392ee72-b7aa-4427-b072-8fb89b4be1a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.005554 10.0.0.130 - - [2025-09-29 01:52:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002517 10.0.0.130 - - [2025-09-29 01:52:55] "GET /global-vrouter-config/995f2d36-a695-4ca8-8abd-5db3ca8044ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003175 10.0.0.130 - - [2025-09-29 01:52:55] "GET /virtual-networks?parent_id=514b1b2e-e6a3-4c3e-92f8-2816dd3a9670&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003000 10.0.0.130 - - [2025-09-29 01:52:55] "GET /virtual-network/f392ee72-b7aa-4427-b072-8fb89b4be1a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.004543 10.0.0.130 - - [2025-09-29 01:52:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003770 10.0.0.130 - - [2025-09-29 01:52:55] "GET /global-vrouter-config/995f2d36-a695-4ca8-8abd-5db3ca8044ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003876 10.0.0.130 - - [2025-09-29 01:52:55] "GET /virtual-networks?parent_id=514b1b2e-e6a3-4c3e-92f8-2816dd3a9670&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002803 10.0.0.130 - - [2025-09-29 01:52:55] "GET /virtual-network/82ee05c1-99ac-4dbd-824a-8288deed3881?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005496 10.0.0.130 - - [2025-09-29 01:52:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002797 10.0.0.130 - - [2025-09-29 01:52:55] "GET /global-vrouter-config/995f2d36-a695-4ca8-8abd-5db3ca8044ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003317 10.0.0.130 - - [2025-09-29 01:52:56] "GET /virtual-networks?parent_id=514b1b2e-e6a3-4c3e-92f8-2816dd3a9670&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002756 10.0.0.130 - - [2025-09-29 01:52:56] "GET /virtual-network/82ee05c1-99ac-4dbd-824a-8288deed3881?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.004887 10.0.0.130 - - [2025-09-29 01:52:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.009748 10.0.0.130 - - [2025-09-29 01:52:56] "GET /global-vrouter-config/995f2d36-a695-4ca8-8abd-5db3ca8044ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003885 10.0.0.130 - - [2025-09-29 01:52:56] "GET /virtual-networks?parent_id=514b1b2e-e6a3-4c3e-92f8-2816dd3a9670&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003379 10.0.0.130 - - [2025-09-29 01:52:56] "GET /virtual-network/82ee05c1-99ac-4dbd-824a-8288deed3881?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005335 10.0.0.130 - - [2025-09-29 01:52:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003586 10.0.0.130 - - [2025-09-29 01:52:56] "GET /global-vrouter-config/995f2d36-a695-4ca8-8abd-5db3ca8044ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003355 10.0.0.130 - - [2025-09-29 01:52:56] "GET /virtual-networks?parent_id=514b1b2e-e6a3-4c3e-92f8-2816dd3a9670&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002784 10.0.0.130 - - [2025-09-29 01:52:56] "GET /virtual-network/82ee05c1-99ac-4dbd-824a-8288deed3881?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006407 10.0.0.130 - - [2025-09-29 01:52:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003119 10.0.0.130 - - [2025-09-29 01:52:56] "GET /global-vrouter-config/995f2d36-a695-4ca8-8abd-5db3ca8044ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003464 10.0.0.130 - - [2025-09-29 01:52:56] "GET /virtual-networks?parent_id=514b1b2e-e6a3-4c3e-92f8-2816dd3a9670&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003133 10.0.0.130 - - [2025-09-29 01:52:56] "GET /virtual-network/ea9eba13-62db-45c8-bc86-137eb6e752f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.005860 10.0.0.130 - - [2025-09-29 01:52:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002842 10.0.0.130 - - [2025-09-29 01:52:56] "GET /global-vrouter-config/995f2d36-a695-4ca8-8abd-5db3ca8044ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003552 10.0.0.130 - - [2025-09-29 01:52:56] "GET /virtual-networks?parent_id=514b1b2e-e6a3-4c3e-92f8-2816dd3a9670&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002672 10.0.0.130 - - [2025-09-29 01:52:56] "GET /virtual-network/ea9eba13-62db-45c8-bc86-137eb6e752f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.005900 10.0.0.130 - - [2025-09-29 01:52:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002420 10.0.0.130 - - [2025-09-29 01:52:57] "GET /global-vrouter-config/995f2d36-a695-4ca8-8abd-5db3ca8044ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003205 10.0.0.130 - - [2025-09-29 01:52:57] "GET /virtual-networks?parent_id=514b1b2e-e6a3-4c3e-92f8-2816dd3a9670&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002629 10.0.0.130 - - [2025-09-29 01:52:57] "GET /virtual-network/ea9eba13-62db-45c8-bc86-137eb6e752f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.005186 10.0.0.130 - - [2025-09-29 01:52:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002843 10.0.0.130 - - [2025-09-29 01:52:57] "GET /global-vrouter-config/995f2d36-a695-4ca8-8abd-5db3ca8044ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003406 10.0.0.130 - - [2025-09-29 01:52:57] "GET /virtual-networks?parent_id=514b1b2e-e6a3-4c3e-92f8-2816dd3a9670&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002797 10.0.0.130 - - [2025-09-29 01:52:57] "GET /virtual-network/ea9eba13-62db-45c8-bc86-137eb6e752f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.005179 10.0.0.130 - - [2025-09-29 01:52:57] "GET /virtual-machine/a7ae4c59-027f-46dc-970f-d7ff564daabb HTTP/1.1" 200 1807 0.003464 10.0.0.130 - - [2025-09-29 01:52:57] "GET /domains HTTP/1.1" 200 281 0.002226 10.0.0.130 - - [2025-09-29 01:52:57] "GET /domains?obj_uuids=137491c9-af0d-4881-aa86-970d73b1f58a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001236 10.0.0.130 - - [2025-09-29 01:52:57] "GET /domain/137491c9-af0d-4881-aa86-970d73b1f58a HTTP/1.1" 200 2782 0.006683 10.0.0.130 - - [2025-09-29 01:52:57] "GET /projects?obj_uuids=514b1b2e-e6a3-4c3e-92f8-2816dd3a9670&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000932 10.0.0.130 - - [2025-09-29 01:52:57] "GET /project/514b1b2e-e6a3-4c3e-92f8-2816dd3a9670 HTTP/1.1" 200 4247 0.064863 10.0.0.130 - - [2025-09-29 01:52:57] "GET /service-instance/f7928bdb-c387-4737-a5fd-c3dce9890ec1 HTTP/1.1" 200 3793 0.003178 10.0.0.130 - - [2025-09-29 01:52:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.001991 10.0.0.130 - - [2025-09-29 01:52:57] "GET /routing-instance/ac8d5f9e-58d4-48fd-aaec-b19ef6646871?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1892 0.002537 10.0.0.130 - - [2025-09-29 01:52:57] "GET /routing-instance/ac8d5f9e-58d4-48fd-aaec-b19ef6646871?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2025 0.005325 10.0.0.130 - - [2025-09-29 01:52:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002575 10.0.0.130 - - [2025-09-29 01:52:57] "GET /routing-instance/e6feadd1-8b47-4315-816a-247a0dcb9060?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1896 0.004050 10.0.0.130 - - [2025-09-29 01:52:57] "GET /routing-instance/e6feadd1-8b47-4315-816a-247a0dcb9060?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2027 0.005174 10.0.0.130 - - [2025-09-29 01:52:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002548 10.0.0.130 - - [2025-09-29 01:52:57] "GET /virtual-network/f392ee72-b7aa-4427-b072-8fb89b4be1a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.004862 10.0.0.130 - - [2025-09-29 01:52:57] "GET /virtual-network/f392ee72-b7aa-4427-b072-8fb89b4be1a8?fields=routing_instances HTTP/1.1" 200 1687 0.005865 10.0.0.130 - - [2025-09-29 01:52:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002685 10.0.0.130 - - [2025-09-29 01:52:57] "GET /virtual-network/ea9eba13-62db-45c8-bc86-137eb6e752f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.005147 10.0.0.130 - - [2025-09-29 01:52:58] "GET /virtual-network/ea9eba13-62db-45c8-bc86-137eb6e752f8?fields=routing_instances HTTP/1.1" 200 1692 0.005740 10.0.0.130 - - [2025-09-29 01:52:58] "POST /neutron/port HTTP/1.1" 200 1086 0.034992 10.0.0.130 - - [2025-09-29 01:52:58] "POST /neutron/port HTTP/1.1" 200 1086 0.010531 10.0.0.130 - - [2025-09-29 01:52:59] "POST /neutron/network HTTP/1.1" 200 930 0.005417 10.0.0.130 - - [2025-09-29 01:52:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002797 10.0.0.130 - - [2025-09-29 01:52:59] "POST /neutron/subnet HTTP/1.1" 200 699 0.006957 10.0.0.130 - - [2025-09-29 01:52:59] "POST /neutron/port HTTP/1.1" 200 117 0.001423 10.0.0.130 - - [2025-09-29 01:52:59] "POST /neutron/network HTTP/1.1" 200 920 0.005578 10.0.0.130 - - [2025-09-29 01:53:02] "POST /ref-update HTTP/1.1" 200 156 0.026558 10.0.0.130 - - [2025-09-29 01:53:02] "POST /neutron/network HTTP/1.1" 200 834 0.005324 10.0.0.130 - - [2025-09-29 01:53:02] "DELETE /access-control-list/33b802b5-94ab-4b3d-aa3f-5b5adde39fa7 HTTP/1.1" 200 115 0.031746 10.0.0.130 - - [2025-09-29 01:53:02] "GET /virtual-network/ea9eba13-62db-45c8-bc86-137eb6e752f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005492 10.0.0.130 - - [2025-09-29 01:53:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002532 10.0.0.130 - - [2025-09-29 01:53:02] "DELETE /routing-instance/12336f98-d546-40f0-9d3b-9e664410333a HTTP/1.1" 200 115 0.027369 10.0.0.130 - - [2025-09-29 01:53:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003712 10.0.0.130 - - [2025-09-29 01:53:02] "GET /network-policy/ba1e0f19-e1e7-4e68-859b-78c280e6ffd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.004206 10.0.0.130 - - [2025-09-29 01:53:02] "DELETE /route-target/f5480bc3-2c5d-4267-a5a3-46235f4732d9 HTTP/1.1" 200 115 0.015165 10.0.0.130 - - [2025-09-29 01:53:02] "POST /ref-update HTTP/1.1" 200 156 0.030463 10.0.0.130 - - [2025-09-29 01:53:02] "DELETE /routing-instance/ad9fcae5-408a-492b-96ac-66b1fc4ef6ae HTTP/1.1" 200 115 0.036472 10.0.0.130 - - [2025-09-29 01:53:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002114 10.0.0.130 - - [2025-09-29 01:53:02] "POST /neutron/network HTTP/1.1" 200 832 0.009619 10.0.0.130 - - [2025-09-29 01:53:02] "GET /virtual-network/f392ee72-b7aa-4427-b072-8fb89b4be1a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004873 10.0.0.130 - - [2025-09-29 01:53:02] "DELETE /route-target/e315754f-bdea-4dcd-ba66-e258bbf14f0d HTTP/1.1" 200 115 0.014500 10.0.0.130 - - [2025-09-29 01:53:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002748 10.0.0.130 - - [2025-09-29 01:53:02] "GET /network-policy/ba1e0f19-e1e7-4e68-859b-78c280e6ffd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.003243 10.0.0.130 - - [2025-09-29 01:53:02] "DELETE /network-policy/ba1e0f19-e1e7-4e68-859b-78c280e6ffd8 HTTP/1.1" 200 115 0.020912 10.0.0.130 - - [2025-09-29 01:53:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002798 10.0.0.130 - - [2025-09-29 01:53:02] "DELETE /service-instance/f7928bdb-c387-4737-a5fd-c3dce9890ec1 HTTP/1.1" 200 115 0.036654 10.0.0.130 - - [2025-09-29 01:53:02] "GET /domains HTTP/1.1" 200 281 0.005725 10.0.0.130 - - [2025-09-29 01:53:02] "GET /domains?obj_uuids=137491c9-af0d-4881-aa86-970d73b1f58a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000853 10.0.0.130 - - [2025-09-29 01:53:02] "GET /domain/137491c9-af0d-4881-aa86-970d73b1f58a HTTP/1.1" 200 2782 0.006670 10.0.0.130 - - [2025-09-29 01:53:02] "POST /ref-update HTTP/1.1" 200 156 0.019180 10.0.0.130 - - [2025-09-29 01:53:02] "GET /projects?obj_uuids=514b1b2e-e6a3-4c3e-92f8-2816dd3a9670&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001718 10.0.0.130 - - [2025-09-29 01:53:02] "DELETE /instance-ip/884d27b7-d2bd-49d2-be24-bef5a8fbf4a3 HTTP/1.1" 200 115 0.020091 10.0.0.130 - - [2025-09-29 01:53:02] "POST /ref-update HTTP/1.1" 200 156 0.014045 10.0.0.130 - - [2025-09-29 01:53:02] "GET /project/514b1b2e-e6a3-4c3e-92f8-2816dd3a9670 HTTP/1.1" 200 3771 0.071291 10.0.0.130 - - [2025-09-29 01:53:02] "GET /virtual-machine/a7ae4c59-027f-46dc-970f-d7ff564daabb HTTP/1.1" 200 1807 0.003288 10.0.0.130 - - [2025-09-29 01:53:02] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002840 10.0.0.130 - - [2025-09-29 01:53:02] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.001724 10.0.0.130 - - [2025-09-29 01:53:02] "DELETE /instance-ip/f749b3bb-49ea-4d6a-86af-3365dc78cbdb HTTP/1.1" 200 115 0.020154 10.0.0.130 - - [2025-09-29 01:53:02] "POST /ref-update HTTP/1.1" 200 156 0.008545 10.0.0.130 - - [2025-09-29 01:53:02] "DELETE /instance-ip/d6b2d54c-3ffe-4ff2-8727-dcc829ff2caa HTTP/1.1" 200 115 0.035004 10.0.0.130 - - [2025-09-29 01:53:02] "POST /ref-update HTTP/1.1" 200 156 0.015907 10.0.0.130 - - [2025-09-29 01:53:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003931 10.0.0.130 - - [2025-09-29 01:53:02] "DELETE /service-template/b251d534-24eb-4270-80b4-f7aef83f93c4 HTTP/1.1" 200 115 0.041874 10.0.0.130 - - [2025-09-29 01:53:02] "POST /fqname-to-id HTTP/1.1" 404 193 0.004818 10.0.0.130 - - [2025-09-29 01:53:02] "DELETE /access-control-list/26cc1e76-5c34-4c11-9d48-2a0ed0036658 HTTP/1.1" 200 115 0.039060 10.0.0.130 - - [2025-09-29 01:53:02] "DELETE /instance-ip/aae3ba11-b082-46d2-902f-0ac09ba7c740 HTTP/1.1" 200 115 0.049183 10.0.0.130 - - [2025-09-29 01:53:03] "POST /ref-update HTTP/1.1" 200 156 0.037246 10.0.0.130 - - [2025-09-29 01:53:03] "DELETE /instance-ip/b1f79d55-429d-4e1d-be55-b25b826b03d4 HTTP/1.1" 200 115 0.016445 10.0.0.130 - - [2025-09-29 01:53:03] "POST /ref-update HTTP/1.1" 200 156 0.009523 10.0.0.130 - - [2025-09-29 01:53:03] "DELETE /instance-ip/f2ad1787-16fd-42b9-81c8-c351aaa6c21e HTTP/1.1" 200 115 0.033322 10.0.0.130 - - [2025-09-29 01:53:03] "POST /neutron/network HTTP/1.1" 200 834 0.005737 10.0.0.130 - - [2025-09-29 01:53:03] "POST /neutron/network HTTP/1.1" 400 204 0.012570 10.0.0.130 - - [2025-09-29 01:53:03] "POST /neutron/port HTTP/1.1" 200 1086 0.010503 10.0.0.130 - - [2025-09-29 01:53:03] "POST /neutron/port HTTP/1.1" 200 1112 0.007427 10.0.0.130 - - [2025-09-29 01:53:03] "POST /neutron/port HTTP/1.1" 200 151 0.107654 10.0.0.130 - - [2025-09-29 01:53:03] "POST /neutron/port HTTP/1.1" 200 1086 0.010109 10.0.0.130 - - [2025-09-29 01:53:03] "POST /neutron/port HTTP/1.1" 200 1112 0.009341 10.0.0.130 - - [2025-09-29 01:53:03] "POST /neutron/port HTTP/1.1" 200 151 0.104761 10.0.0.130 - - [2025-09-29 01:53:03] "POST /neutron/port HTTP/1.1" 200 3027 0.016572 10.0.0.130 - - [2025-09-29 01:53:04] "POST /neutron/port HTTP/1.1" 200 1112 0.008147 10.0.0.130 - - [2025-09-29 01:53:04] "POST /neutron/port HTTP/1.1" 200 151 0.088459 10.0.0.130 - - [2025-09-29 01:53:04] "POST /neutron/port HTTP/1.1" 200 1114 0.008261 10.0.0.130 - - [2025-09-29 01:53:04] "POST /neutron/port HTTP/1.1" 200 151 0.107044 10.0.0.130 - - [2025-09-29 01:53:04] "POST /neutron/port HTTP/1.1" 200 1112 0.007546 10.0.0.130 - - [2025-09-29 01:53:04] "POST /neutron/port HTTP/1.1" 200 151 0.105776 10.0.0.130 - - [2025-09-29 01:53:05] "POST /neutron/network HTTP/1.1" 200 834 0.007305 10.0.0.130 - - [2025-09-29 01:53:05] "POST /useragent-kv HTTP/1.1" 200 115 0.002263 10.0.0.130 - - [2025-09-29 01:53:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002988 10.0.0.130 - - [2025-09-29 01:53:05] "POST /useragent-kv HTTP/1.1" 200 115 0.001763 10.0.0.130 - - [2025-09-29 01:53:05] "POST /neutron/network HTTP/1.1" 200 151 0.073294 10.0.0.130 - - [2025-09-29 01:53:05] "GET /routing-instance/e6feadd1-8b47-4315-816a-247a0dcb9060 HTTP/1.1" 404 171 0.001739 10.0.0.130 - - [2025-09-29 01:53:05] "GET /domains HTTP/1.1" 200 281 0.003446 10.0.0.130 - - [2025-09-29 01:53:05] "DELETE /route-target/6a15f01e-7c29-45f9-933d-6ed315d452ba HTTP/1.1" 200 115 0.017340 10.0.0.130 - - [2025-09-29 01:53:05] "GET /domains?obj_uuids=137491c9-af0d-4881-aa86-970d73b1f58a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000930 10.0.0.130 - - [2025-09-29 01:53:05] "GET /domain/137491c9-af0d-4881-aa86-970d73b1f58a HTTP/1.1" 200 2581 0.049016 10.0.0.130 - - [2025-09-29 01:53:05] "GET /projects?obj_uuids=514b1b2e-e6a3-4c3e-92f8-2816dd3a9670&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000974 10.0.0.130 - - [2025-09-29 01:53:05] "GET /project/514b1b2e-e6a3-4c3e-92f8-2816dd3a9670 HTTP/1.1" 200 2304 0.063383 10.0.0.130 - - [2025-09-29 01:53:05] "POST /neutron/network HTTP/1.1" 200 832 0.005162 10.0.0.130 - - [2025-09-29 01:53:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003232 10.0.0.130 - - [2025-09-29 01:53:05] "POST /useragent-kv HTTP/1.1" 200 115 0.001997 10.0.0.130 - - [2025-09-29 01:53:05] "POST /useragent-kv HTTP/1.1" 200 115 0.002733 10.0.0.130 - - [2025-09-29 01:53:05] "POST /neutron/network HTTP/1.1" 200 151 0.074423 10.0.0.130 - - [2025-09-29 01:53:05] "DELETE /route-target/de0b55c8-8b3e-460f-bd95-062915a6dd8f HTTP/1.1" 200 115 0.016594 10.0.0.130 - - [2025-09-29 01:53:05] "GET /routing-instance/ac8d5f9e-58d4-48fd-aaec-b19ef6646871 HTTP/1.1" 404 171 0.001906 10.0.0.130 - - [2025-09-29 01:53:05] "GET /domains HTTP/1.1" 200 281 0.001841 10.0.0.130 - - [2025-09-29 01:53:05] "GET /domains?obj_uuids=137491c9-af0d-4881-aa86-970d73b1f58a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000889 10.0.0.130 - - [2025-09-29 01:53:05] "GET /domain/137491c9-af0d-4881-aa86-970d73b1f58a HTTP/1.1" 200 2581 0.048918 10.0.0.130 - - [2025-09-29 01:53:05] "GET /projects?obj_uuids=514b1b2e-e6a3-4c3e-92f8-2816dd3a9670&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000878 10.0.0.130 - - [2025-09-29 01:53:05] "GET /project/514b1b2e-e6a3-4c3e-92f8-2816dd3a9670 HTTP/1.1" 200 2085 0.065787 10.0.0.130 - - [2025-09-29 01:53:05] "POST /neutron/network HTTP/1.1" 200 834 0.004561 10.0.0.130 - - [2025-09-29 01:53:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002687 10.0.0.130 - - [2025-09-29 01:53:05] "POST /useragent-kv HTTP/1.1" 200 115 0.002538 10.0.0.130 - - [2025-09-29 01:53:05] "POST /useragent-kv HTTP/1.1" 200 115 0.001560 10.0.0.130 - - [2025-09-29 01:53:05] "POST /neutron/network HTTP/1.1" 200 151 0.071800 10.0.0.130 - - [2025-09-29 01:53:05] "DELETE /route-target/827957bf-de77-463c-aec6-674568f2c0b7 HTTP/1.1" 200 115 0.021524 10.0.0.130 - - [2025-09-29 01:53:05] "GET /routing-instance/71fa9869-9b88-42c6-9f7b-534b9af31403 HTTP/1.1" 404 171 0.002496 10.0.0.130 - - [2025-09-29 01:53:05] "GET /domains HTTP/1.1" 200 281 0.001873 10.0.0.130 - - [2025-09-29 01:53:05] "GET /domains?obj_uuids=137491c9-af0d-4881-aa86-970d73b1f58a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000824 10.0.0.130 - - [2025-09-29 01:53:05] "GET /domain/137491c9-af0d-4881-aa86-970d73b1f58a HTTP/1.1" 200 2581 0.048567 10.0.0.130 - - [2025-09-29 01:53:05] "GET /projects?obj_uuids=514b1b2e-e6a3-4c3e-92f8-2816dd3a9670&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001304 10.0.0.130 - - [2025-09-29 01:53:05] "GET /project/514b1b2e-e6a3-4c3e-92f8-2816dd3a9670 HTTP/1.1" 200 1844 0.062649 10.0.0.130 - - [2025-09-29 01:53:06] "GET /projects?obj_uuids=514b1b2e-e6a3-4c3e-92f8-2816dd3a9670&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001069 10.0.0.130 - - [2025-09-29 01:53:06] "GET /project/514b1b2e-e6a3-4c3e-92f8-2816dd3a9670?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.052350 10.0.0.130 - - [2025-09-29 01:53:06] "GET /projects?obj_uuids=514b1b2e-e6a3-4c3e-92f8-2816dd3a9670&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001082 10.0.0.130 - - [2025-09-29 01:53:06] "GET /project/514b1b2e-e6a3-4c3e-92f8-2816dd3a9670?fields=virtual_networks HTTP/1.1" 200 1029 0.068269 10.0.0.130 - - [2025-09-29 01:53:06] "GET /projects?obj_uuids=514b1b2e-e6a3-4c3e-92f8-2816dd3a9670&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000926 10.0.0.130 - - [2025-09-29 01:53:06] "GET /project/514b1b2e-e6a3-4c3e-92f8-2816dd3a9670?fields=virtual_machine_interfaces HTTP/1.1" 200 1029 0.021893 10.0.0.130 - - [2025-09-29 01:53:06] "GET /projects?obj_uuids=514b1b2e-e6a3-4c3e-92f8-2816dd3a9670&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000995 10.0.0.130 - - [2025-09-29 01:53:06] "GET /project/514b1b2e-e6a3-4c3e-92f8-2816dd3a9670?fields=security_groups HTTP/1.1" 200 1254 0.023723 10.0.0.130 - - [2025-09-29 01:53:07] "POST /fqname-to-id HTTP/1.1" 404 189 0.024375 10.0.0.130 - - [2025-09-29 01:53:07] "GET /projects?obj_uuids=334b4174-0a83-49b8-af7a-c0ae2c07a874&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002259 10.0.0.130 - - [2025-09-29 01:53:07] "GET /domains?obj_uuids=137491c9-af0d-4881-aa86-970d73b1f58a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001279 10.0.0.130 - - [2025-09-29 01:53:07] "GET /domain/137491c9-af0d-4881-aa86-970d73b1f58a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.033092 10.0.0.130 - - [2025-09-29 01:53:07] "POST /id-to-fqname HTTP/1.1" 200 191 0.001025 10.0.0.130 - - [2025-09-29 01:53:07] "POST /fqname-to-id HTTP/1.1" 404 200 0.002666 10.0.0.130 - - [2025-09-29 01:53:07] "POST /security-groups HTTP/1.1" 200 592 0.060137 10.0.0.130 - - [2025-09-29 01:53:07] "POST /fqname-to-id HTTP/1.1" 404 235 0.002911 10.0.0.130 - - [2025-09-29 01:53:07] "POST /projects HTTP/1.1" 200 587 0.200997 10.0.0.130 - - [2025-09-29 01:53:07] "POST /access-control-lists HTTP/1.1" 200 599 0.053503 10.0.0.130 - - [2025-09-29 01:53:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.273542 10.0.0.130 - - [2025-09-29 01:53:07] "POST /fqname-to-id HTTP/1.1" 404 234 0.002481 10.0.0.130 - - [2025-09-29 01:53:07] "GET /project/334b4174-0a83-49b8-af7a-c0ae2c07a874?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.420828 10.0.0.130 - - [2025-09-29 01:53:07] "POST /access-control-lists HTTP/1.1" 200 597 0.056877 10.0.0.130 - - [2025-09-29 01:53:08] "GET / HTTP/1.1" 200 36215 0.001808 10.0.0.130 - - [2025-09-29 01:53:09] "GET /project/334b4174-0a83-49b8-af7a-c0ae2c07a874?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000589 10.0.0.130 - - [2025-09-29 01:53:10] "GET /projects?obj_uuids=334b4174-0a83-49b8-af7a-c0ae2c07a874&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000917 10.0.0.130 - - [2025-09-29 01:53:10] "GET /project/334b4174-0a83-49b8-af7a-c0ae2c07a874?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.046099 10.0.0.130 - - [2025-09-29 01:53:10] "POST /fqname-to-id HTTP/1.1" 404 180 0.001904 10.0.0.130 - - [2025-09-29 01:53:10] "POST /virtual-DNSs HTTP/1.1" 200 509 0.018228 10.0.0.130 - - [2025-09-29 01:53:10] "GET /virtual-DNS/db7b5dab-984c-4fa2-8284-8475ef561b24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.004446 10.0.0.130 - - [2025-09-29 01:53:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004056 10.0.0.130 - - [2025-09-29 01:53:10] "GET /virtual-DNS/db7b5dab-984c-4fa2-8284-8475ef561b24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.003320 10.0.0.130 - - [2025-09-29 01:53:10] "GET /domains HTTP/1.1" 401 293 0.000467 10.0.0.130 - - [2025-09-29 01:53:10] "GET /domains HTTP/1.1" 200 281 0.021898 10.0.0.130 - - [2025-09-29 01:53:10] "GET /domains?obj_uuids=137491c9-af0d-4881-aa86-970d73b1f58a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000920 10.0.0.130 - - [2025-09-29 01:53:10] "GET /domain/137491c9-af0d-4881-aa86-970d73b1f58a HTTP/1.1" 200 2970 0.007388 10.0.0.130 - - [2025-09-29 01:53:10] "GET /virtual-DNS/db7b5dab-984c-4fa2-8284-8475ef561b24 HTTP/1.1" 200 1439 0.005078 10.0.0.130 - - [2025-09-29 01:53:10] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.002142 10.0.0.130 - - [2025-09-29 01:53:10] "POST /network-ipams HTTP/1.1" 200 516 0.014184 10.0.0.130 - - [2025-09-29 01:53:10] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 754 0.002401 10.0.0.130 - - [2025-09-29 01:53:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002567 10.0.0.130 - - [2025-09-29 01:53:10] "GET /network-ipam/8a955868-35c3-4d44-b4cb-36f1a21fceb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.007013 10.0.0.130 - - [2025-09-29 01:53:10] "PUT /network-ipam/8a955868-35c3-4d44-b4cb-36f1a21fceb1 HTTP/1.1" 200 259 0.019970 10.0.0.130 - - [2025-09-29 01:53:10] "POST /ref-update HTTP/1.1" 200 156 0.009119 10.0.0.130 - - [2025-09-29 01:53:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002641 10.0.0.130 - - [2025-09-29 01:53:11] "GET /projects?obj_uuids=334b4174-0a83-49b8-af7a-c0ae2c07a874&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000941 10.0.0.130 - - [2025-09-29 01:53:11] "GET /project/334b4174-0a83-49b8-af7a-c0ae2c07a874?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.020175 10.0.0.130 - - [2025-09-29 01:53:11] "POST /neutron/network HTTP/1.1" 200 117 0.028592 10.0.0.130 - - [2025-09-29 01:53:11] "GET /projects?obj_uuids=334b4174-0a83-49b8-af7a-c0ae2c07a874&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000900 10.0.0.130 - - [2025-09-29 01:53:11] "POST /neutron/network HTTP/1.1" 200 618 0.061311 10.0.0.130 - - [2025-09-29 01:53:11] "POST /route-targets HTTP/1.1" 200 328 0.009659 10.0.0.130 - - [2025-09-29 01:53:11] "POST /ref-update HTTP/1.1" 200 156 0.011054 10.0.0.130 - - [2025-09-29 01:53:11] "POST /useragent-kv HTTP/1.1" 200 115 0.008264 10.0.0.130 - - [2025-09-29 01:53:11] "POST /neutron/subnet HTTP/1.1" 200 711 0.186524 10.0.0.130 - - [2025-09-29 01:53:11] "POST /neutron/network HTTP/1.1" 200 833 0.005040 10.0.0.130 - - [2025-09-29 01:53:11] "POST /id-to-fqname HTTP/1.1" 200 227 0.001022 10.0.0.130 - - [2025-09-29 01:53:11] "GET /virtual-network/7451e8d4-28fa-4a4a-9f81-c73fc983a34c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004508 10.0.0.130 - - [2025-09-29 01:53:11] "POST /neutron/network HTTP/1.1" 200 833 0.005385 10.0.0.130 - - [2025-09-29 01:53:11] "GET /virtual-network/7451e8d4-28fa-4a4a-9f81-c73fc983a34c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004323 10.0.0.130 - - [2025-09-29 01:53:11] "POST /neutron/network HTTP/1.1" 200 833 0.005707 10.0.0.130 - - [2025-09-29 01:53:11] "POST /neutron/subnet HTTP/1.1" 200 711 0.005922 10.0.0.130 - - [2025-09-29 01:53:11] "POST /neutron/network HTTP/1.1" 200 807 0.009831 10.0.0.130 - - [2025-09-29 01:53:11] "POST /neutron/network HTTP/1.1" 200 833 0.004556 10.0.0.130 - - [2025-09-29 01:53:11] "POST /id-to-fqname HTTP/1.1" 200 227 0.001071 10.0.0.130 - - [2025-09-29 01:53:11] "POST /neutron/network HTTP/1.1" 200 843 0.005087 10.0.0.130 - - [2025-09-29 01:53:11] "GET /aaa-mode HTTP/1.1" 401 293 0.000375 10.0.0.130 - - [2025-09-29 01:53:12] "GET / HTTP/1.1" 200 36215 0.001573 10.0.0.130 - - [2025-09-29 01:53:12] "GET /project/334b4174-0a83-49b8-af7a-c0ae2c07a874?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000320 10.0.0.130 - - [2025-09-29 01:53:12] "GET /projects?obj_uuids=334b4174-0a83-49b8-af7a-c0ae2c07a874&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001035 10.0.0.130 - - [2025-09-29 01:53:12] "GET /project/334b4174-0a83-49b8-af7a-c0ae2c07a874?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.045977 10.0.0.130 - - [2025-09-29 01:53:12] "POST /neutron/network HTTP/1.1" 200 833 0.034588 10.0.0.130 - - [2025-09-29 01:53:12] "POST /neutron/port HTTP/1.1" 200 117 0.004436 10.0.0.130 - - [2025-09-29 01:53:12] "POST /neutron/port HTTP/1.1" 200 117 0.004654 10.0.0.130 - - [2025-09-29 01:53:12] "POST /neutron/port HTTP/1.1" 200 117 0.004766 10.0.0.130 - - [2025-09-29 01:53:13] "POST /neutron/network HTTP/1.1" 200 843 0.007285 10.0.0.130 - - [2025-09-29 01:53:13] "GET /projects?obj_uuids=334b4174-0a83-49b8-af7a-c0ae2c07a874&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000957 10.0.0.130 - - [2025-09-29 01:53:13] "POST /neutron/port HTTP/1.1" 200 1058 0.189024 10.0.0.130 - - [2025-09-29 01:53:13] "POST /neutron/port HTTP/1.1" 200 1058 0.008614 10.0.0.130 - - [2025-09-29 01:53:13] "POST /neutron/port HTTP/1.1" 200 1058 0.008999 10.0.0.130 - - [2025-09-29 01:53:13] "POST /neutron/port HTTP/1.1" 200 1112 0.047417 10.0.0.130 - - [2025-09-29 01:53:13] "POST /neutron/port HTTP/1.1" 200 1086 0.009654 10.0.0.130 - - [2025-09-29 01:53:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003200 10.0.0.130 - - [2025-09-29 01:53:13] "POST /neutron/subnet HTTP/1.1" 200 685 0.006798 10.0.0.130 - - [2025-09-29 01:53:13] "POST /neutron/port HTTP/1.1" 200 117 0.001040 10.0.0.130 - - [2025-09-29 01:53:13] "POST /neutron/network HTTP/1.1" 200 833 0.004737 10.0.0.130 - - [2025-09-29 01:53:17] "POST /neutron/port HTTP/1.1" 200 1086 0.010453 10.0.0.130 - - [2025-09-29 01:53:18] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005424 10.0.0.130 - - [2025-09-29 01:53:18] "POST /neutron/port HTTP/1.1" 200 1086 0.009986 10.0.0.130 - - [2025-09-29 01:53:18] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005301 10.0.0.130 - - [2025-09-29 01:53:18] "POST /neutron/port HTTP/1.1" 200 1086 0.011339 10.0.0.130 - - [2025-09-29 01:53:18] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005654 10.0.0.130 - - [2025-09-29 01:53:18] "GET /virtual-machine/c03b10a7-0463-41cf-8536-1a8ebeeb9972 HTTP/1.1" 200 1295 0.004355 10.0.0.130 - - [2025-09-29 01:53:18] "GET /virtual-machine-interface/5d6fdbf4-7cb7-4044-a6bc-a2a7bb797a69 HTTP/1.1" 200 2970 0.005725 10.0.0.130 - - [2025-09-29 01:53:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002398 10.0.0.130 - - [2025-09-29 01:53:18] "GET /global-vrouter-config/995f2d36-a695-4ca8-8abd-5db3ca8044ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002641 10.0.0.130 - - [2025-09-29 01:53:18] "GET /virtual-networks?parent_id=334b4174-0a83-49b8-af7a-c0ae2c07a874&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002407 10.0.0.130 - - [2025-09-29 01:53:18] "GET /virtual-network/7451e8d4-28fa-4a4a-9f81-c73fc983a34c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004665 10.0.0.130 - - [2025-09-29 01:53:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003300 10.0.0.130 - - [2025-09-29 01:53:21] "GET /virtual-network/7451e8d4-28fa-4a4a-9f81-c73fc983a34c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005066 10.0.0.130 - - [2025-09-29 01:53:22] "POST /neutron/port HTTP/1.1" 200 1086 0.009769 10.0.0.130 - - [2025-09-29 01:53:22] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004249 10.0.0.130 - - [2025-09-29 01:53:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002580 10.0.0.130 - - [2025-09-29 01:53:23] "GET /global-vrouter-config/995f2d36-a695-4ca8-8abd-5db3ca8044ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003129 10.0.0.130 - - [2025-09-29 01:53:23] "GET /virtual-networks?parent_id=334b4174-0a83-49b8-af7a-c0ae2c07a874&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002516 10.0.0.130 - - [2025-09-29 01:53:23] "GET /virtual-network/7451e8d4-28fa-4a4a-9f81-c73fc983a34c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004723 10.0.0.130 - - [2025-09-29 01:53:28] "POST /neutron/network HTTP/1.1" 200 807 0.012254 10.0.0.130 - - [2025-09-29 01:53:28] "POST /neutron/network HTTP/1.1" 200 833 0.004534 10.0.0.130 - - [2025-09-29 01:53:28] "POST /id-to-fqname HTTP/1.1" 200 227 0.000980 10.0.0.130 - - [2025-09-29 01:53:28] "POST /neutron/port HTTP/1.1" 200 1086 0.009803 10.0.0.130 - - [2025-09-29 01:53:28] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007006 10.0.0.130 - - [2025-09-29 01:53:28] "POST /neutron/network HTTP/1.1" 200 843 0.005164 10.0.0.130 - - [2025-09-29 01:53:28] "GET /aaa-mode HTTP/1.1" 401 293 0.000527 10.0.0.130 - - [2025-09-29 01:53:28] "GET / HTTP/1.1" 200 36215 0.001554 10.0.0.130 - - [2025-09-29 01:53:28] "GET /project/334b4174-0a83-49b8-af7a-c0ae2c07a874?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000337 10.0.0.130 - - [2025-09-29 01:53:29] "GET /projects?obj_uuids=334b4174-0a83-49b8-af7a-c0ae2c07a874&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001378 10.0.0.130 - - [2025-09-29 01:53:29] "GET /project/334b4174-0a83-49b8-af7a-c0ae2c07a874?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.056412 10.0.0.130 - - [2025-09-29 01:53:29] "POST /neutron/network HTTP/1.1" 200 833 0.007277 10.0.0.130 - - [2025-09-29 01:53:29] "POST /neutron/port HTTP/1.1" 200 1086 0.017541 10.0.0.130 - - [2025-09-29 01:53:29] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005260 10.0.0.130 - - [2025-09-29 01:53:29] "POST /neutron/port HTTP/1.1" 200 117 0.005265 10.0.0.130 - - [2025-09-29 01:53:29] "POST /neutron/port HTTP/1.1" 200 117 0.004977 10.0.0.130 - - [2025-09-29 01:53:29] "POST /neutron/network HTTP/1.1" 200 843 0.004980 10.0.0.130 - - [2025-09-29 01:53:29] "GET /projects?obj_uuids=334b4174-0a83-49b8-af7a-c0ae2c07a874&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001344 10.0.0.130 - - [2025-09-29 01:53:29] "POST /neutron/port HTTP/1.1" 200 1058 0.182503 10.0.0.130 - - [2025-09-29 01:53:29] "POST /neutron/port HTTP/1.1" 200 1058 0.008813 10.0.0.130 - - [2025-09-29 01:53:29] "POST /neutron/port HTTP/1.1" 200 1058 0.015255 10.0.0.130 - - [2025-09-29 01:53:29] "POST /neutron/port HTTP/1.1" 200 1112 0.054519 10.0.0.130 - - [2025-09-29 01:53:29] "POST /neutron/port HTTP/1.1" 200 1086 0.010191 10.0.0.130 - - [2025-09-29 01:53:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003221 10.0.0.130 - - [2025-09-29 01:53:29] "POST /neutron/subnet HTTP/1.1" 200 685 0.006886 10.0.0.130 - - [2025-09-29 01:53:29] "POST /neutron/port HTTP/1.1" 200 117 0.001051 10.0.0.130 - - [2025-09-29 01:53:30] "POST /neutron/network HTTP/1.1" 200 833 0.005406 10.0.0.130 - - [2025-09-29 01:53:34] "POST /neutron/port HTTP/1.1" 200 1086 0.011348 10.0.0.130 - - [2025-09-29 01:53:34] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007100 10.0.0.130 - - [2025-09-29 01:53:34] "POST /neutron/port HTTP/1.1" 200 1086 0.010842 10.0.0.130 - - [2025-09-29 01:53:34] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007133 10.0.0.130 - - [2025-09-29 01:53:34] "POST /neutron/port HTTP/1.1" 200 1086 0.010139 10.0.0.130 - - [2025-09-29 01:53:34] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005333 10.0.0.130 - - [2025-09-29 01:53:34] "GET /virtual-machine/715eda1f-acb0-4e6e-b51b-21128f3ae825 HTTP/1.1" 200 1295 0.003654 10.0.0.130 - - [2025-09-29 01:53:34] "GET /virtual-machine-interface/baa4f181-bdac-42ea-9da7-547d10c5a0b1 HTTP/1.1" 200 2971 0.004000 10.0.0.130 - - [2025-09-29 01:53:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002488 10.0.0.130 - - [2025-09-29 01:53:34] "GET /global-vrouter-config/995f2d36-a695-4ca8-8abd-5db3ca8044ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002614 10.0.0.130 - - [2025-09-29 01:53:34] "GET /virtual-networks?parent_id=334b4174-0a83-49b8-af7a-c0ae2c07a874&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002570 10.0.0.130 - - [2025-09-29 01:53:34] "GET /virtual-network/7451e8d4-28fa-4a4a-9f81-c73fc983a34c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006723 10.0.0.130 - - [2025-09-29 01:53:35] "DELETE /project/334b41740a8349b8af7ac0ae2c07a874 HTTP/1.1" 404 173 0.006371 10.0.0.130 - - [2025-09-29 01:53:35] "GET /projects?obj_uuids=514b1b2e-e6a3-4c3e-92f8-2816dd3a9670&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000857 10.0.0.130 - - [2025-09-29 01:53:35] "GET /project/514b1b2e-e6a3-4c3e-92f8-2816dd3a9670?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1459 0.030200 10.0.0.130 - - [2025-09-29 01:53:35] "GET /projects?obj_uuids=514b1b2e-e6a3-4c3e-92f8-2816dd3a9670&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000812 10.0.0.130 - - [2025-09-29 01:53:35] "GET /project/514b1b2e-e6a3-4c3e-92f8-2816dd3a9670?fields=security_groups HTTP/1.1" 200 1356 0.067018 10.0.0.130 - - [2025-09-29 01:53:35] "DELETE /security-group/aef94b16-e5ce-4f54-9934-eb0f58938c0a HTTP/1.1" 200 115 0.034664 10.0.0.130 - - [2025-09-29 01:53:35] "GET /projects?obj_uuids=514b1b2e-e6a3-4c3e-92f8-2816dd3a9670&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000858 10.0.0.130 - - [2025-09-29 01:53:35] "DELETE /access-control-list/ff25d9de-2901-4438-9baa-408844172cc5 HTTP/1.1" 200 115 0.024871 10.0.0.130 - - [2025-09-29 01:53:35] "GET /project/514b1b2e-e6a3-4c3e-92f8-2816dd3a9670?fields=application_policy_sets HTTP/1.1" 200 1395 0.029695 10.0.0.130 - - [2025-09-29 01:53:35] "DELETE /access-control-list/d06fa6fc-805a-4fc0-ae92-c1fccff608a3 HTTP/1.1" 200 115 0.029068 10.0.0.130 - - [2025-09-29 01:53:35] "DELETE /project/514b1b2e-e6a3-4c3e-92f8-2816dd3a9670 HTTP/1.1" 200 115 0.311392 10.0.0.130 - - [2025-09-29 01:53:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002667 10.0.0.130 - - [2025-09-29 01:53:37] "GET /virtual-network/7451e8d4-28fa-4a4a-9f81-c73fc983a34c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004515 10.0.0.130 - - [2025-09-29 01:53:38] "POST /neutron/port HTTP/1.1" 200 1086 0.035806 10.0.0.130 - - [2025-09-29 01:53:38] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004717 10.0.0.130 - - [2025-09-29 01:53:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002748 10.0.0.130 - - [2025-09-29 01:53:39] "GET /global-vrouter-config/995f2d36-a695-4ca8-8abd-5db3ca8044ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003607 10.0.0.130 - - [2025-09-29 01:53:39] "GET /virtual-networks?parent_id=334b4174-0a83-49b8-af7a-c0ae2c07a874&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002946 10.0.0.130 - - [2025-09-29 01:53:40] "GET /virtual-network/7451e8d4-28fa-4a4a-9f81-c73fc983a34c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005191 10.0.0.130 - - [2025-09-29 01:53:41] "GET /obj-perms HTTP/1.1" 200 5075 0.048017 10.0.0.130 - - [2025-09-29 01:53:42] "GET /obj-perms HTTP/1.1" 200 5075 0.040444 10.0.0.130 - - [2025-09-29 01:53:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002739 10.0.0.130 - - [2025-09-29 01:53:45] "DELETE /virtual-DNS/db7b5dab-984c-4fa2-8284-8475ef561b24 HTTP/1.1" 409 236 0.005222 10.0.0.130 - - [2025-09-29 01:53:45] "POST /fqname-to-id HTTP/1.1" 404 192 0.002483 10.0.0.130 - - [2025-09-29 01:53:46] "POST /virtual-DNS-records HTTP/1.1" 200 533 0.014524 10.0.0.130 - - [2025-09-29 01:53:46] "GET /virtual-DNS-record/eebf2539-444b-43de-a51e-1c9a5cfe5266?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.004439 10.0.0.130 - - [2025-09-29 01:53:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002974 10.0.0.130 - - [2025-09-29 01:53:46] "GET /virtual-DNS-record/eebf2539-444b-43de-a51e-1c9a5cfe5266?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.003059 10.0.0.130 - - [2025-09-29 01:53:46] "GET /domains HTTP/1.1" 200 281 0.002459 10.0.0.130 - - [2025-09-29 01:53:46] "GET /domains?obj_uuids=137491c9-af0d-4881-aa86-970d73b1f58a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000823 10.0.0.130 - - [2025-09-29 01:53:46] "GET /domain/137491c9-af0d-4881-aa86-970d73b1f58a HTTP/1.1" 200 2785 0.006747 10.0.0.130 - - [2025-09-29 01:53:46] "GET /virtual-DNS/db7b5dab-984c-4fa2-8284-8475ef561b24 HTTP/1.1" 200 1910 0.003196 10.0.0.130 - - [2025-09-29 01:53:46] "GET /virtual-DNS-record/eebf2539-444b-43de-a51e-1c9a5cfe5266 HTTP/1.1" 200 1338 0.002236 10.0.0.130 - - [2025-09-29 01:53:51] "DELETE /virtual-DNS-record/eebf2539-444b-43de-a51e-1c9a5cfe5266 HTTP/1.1" 200 115 0.021130 10.0.0.130 - - [2025-09-29 01:53:51] "POST /fqname-to-id HTTP/1.1" 404 184 0.002767 10.0.0.130 - - [2025-09-29 01:53:51] "POST /neutron/network HTTP/1.1" 200 833 0.005574 10.0.0.130 - - [2025-09-29 01:53:51] "POST /neutron/network HTTP/1.1" 400 204 0.010122 10.0.0.130 - - [2025-09-29 01:53:52] "POST /neutron/port HTTP/1.1" 200 1086 0.015539 10.0.0.130 - - [2025-09-29 01:53:52] "POST /neutron/port HTTP/1.1" 200 1112 0.009026 10.0.0.130 - - [2025-09-29 01:53:52] "POST /neutron/port HTTP/1.1" 200 1086 0.018706 10.0.0.130 - - [2025-09-29 01:53:52] "POST /neutron/port HTTP/1.1" 200 151 0.098229 10.0.0.130 - - [2025-09-29 01:53:52] "POST /neutron/port HTTP/1.1" 200 1112 0.009313 10.0.0.130 - - [2025-09-29 01:53:52] "POST /neutron/port HTTP/1.1" 200 151 0.116369 10.0.0.130 - - [2025-09-29 01:53:53] "POST /neutron/network HTTP/1.1" 200 833 0.006071 10.0.0.130 - - [2025-09-29 01:53:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005213 10.0.0.130 - - [2025-09-29 01:53:54] "POST /useragent-kv HTTP/1.1" 200 115 0.030627 10.0.0.130 - - [2025-09-29 01:53:54] "POST /useragent-kv HTTP/1.1" 200 115 0.006788 10.0.0.130 - - [2025-09-29 01:53:54] "DELETE /route-target/6afe534a-9e68-4b9f-b7a0-4d0cc542fae5 HTTP/1.1" 200 115 0.051790 10.0.0.130 - - [2025-09-29 01:53:54] "POST /neutron/network HTTP/1.1" 200 151 0.273049 10.0.0.130 - - [2025-09-29 01:53:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002472 10.0.0.130 - - [2025-09-29 01:53:54] "DELETE /network-ipam/8a955868-35c3-4d44-b4cb-36f1a21fceb1 HTTP/1.1" 200 115 0.023470 10.0.0.130 - - [2025-09-29 01:53:54] "DELETE /virtual-DNS/db7b5dab-984c-4fa2-8284-8475ef561b24 HTTP/1.1" 200 115 0.017770 10.0.0.130 - - [2025-09-29 01:53:54] "POST /fqname-to-id HTTP/1.1" 404 180 0.002675 10.0.0.130 - - [2025-09-29 01:53:54] "GET /domains HTTP/1.1" 200 281 0.005400 10.0.0.130 - - [2025-09-29 01:53:54] "GET /domains?obj_uuids=137491c9-af0d-4881-aa86-970d73b1f58a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001106 10.0.0.130 - - [2025-09-29 01:53:54] "GET /domain/137491c9-af0d-4881-aa86-970d73b1f58a HTTP/1.1" 200 2584 0.007585 10.0.0.130 - - [2025-09-29 01:53:54] "GET /projects?obj_uuids=334b4174-0a83-49b8-af7a-c0ae2c07a874&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001007 10.0.0.130 - - [2025-09-29 01:53:54] "GET /project/334b4174-0a83-49b8-af7a-c0ae2c07a874?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.023101 10.0.0.130 - - [2025-09-29 01:53:54] "GET /projects?obj_uuids=334b4174-0a83-49b8-af7a-c0ae2c07a874&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000908 10.0.0.130 - - [2025-09-29 01:53:54] "GET /project/334b4174-0a83-49b8-af7a-c0ae2c07a874?fields=virtual_networks HTTP/1.1" 200 1035 0.064658 10.0.0.130 - - [2025-09-29 01:53:54] "GET /projects?obj_uuids=334b4174-0a83-49b8-af7a-c0ae2c07a874&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000938 10.0.0.130 - - [2025-09-29 01:53:54] "GET /project/334b4174-0a83-49b8-af7a-c0ae2c07a874?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.021061 10.0.0.130 - - [2025-09-29 01:53:54] "GET /projects?obj_uuids=334b4174-0a83-49b8-af7a-c0ae2c07a874&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000906 10.0.0.130 - - [2025-09-29 01:53:54] "GET /project/334b4174-0a83-49b8-af7a-c0ae2c07a874?fields=security_groups HTTP/1.1" 200 1263 0.025651 10.0.0.130 - - [2025-09-29 01:53:55] "POST /fqname-to-id HTTP/1.1" 404 189 0.023862 10.0.0.130 - - [2025-09-29 01:53:55] "GET /projects?obj_uuids=ea1ddcc9-a634-4131-94f1-029379116a94&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002148 10.0.0.130 - - [2025-09-29 01:53:55] "GET /domains?obj_uuids=137491c9-af0d-4881-aa86-970d73b1f58a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001846 10.0.0.130 - - [2025-09-29 01:53:55] "GET /domain/137491c9-af0d-4881-aa86-970d73b1f58a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006619 10.0.0.130 - - [2025-09-29 01:53:55] "POST /id-to-fqname HTTP/1.1" 200 191 0.001674 10.0.0.130 - - [2025-09-29 01:53:55] "POST /fqname-to-id HTTP/1.1" 404 200 0.004354 10.0.0.130 - - [2025-09-29 01:53:55] "POST /security-groups HTTP/1.1" 200 592 0.060284 10.0.0.130 - - [2025-09-29 01:53:55] "POST /fqname-to-id HTTP/1.1" 404 235 0.003076 10.0.0.130 - - [2025-09-29 01:53:55] "POST /projects HTTP/1.1" 200 587 0.206665 10.0.0.130 - - [2025-09-29 01:53:55] "POST /access-control-lists HTTP/1.1" 200 599 0.057034 10.0.0.130 - - [2025-09-29 01:53:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.274192 10.0.0.130 - - [2025-09-29 01:53:55] "POST /fqname-to-id HTTP/1.1" 404 234 0.002656 10.0.0.130 - - [2025-09-29 01:53:55] "GET /project/ea1ddcc9-a634-4131-94f1-029379116a94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.391485 10.0.0.130 - - [2025-09-29 01:53:55] "POST /access-control-lists HTTP/1.1" 200 597 0.056361 10.0.0.130 - - [2025-09-29 01:53:56] "GET / HTTP/1.1" 200 36215 0.001908 10.0.0.130 - - [2025-09-29 01:53:57] "POST /fqname-to-id HTTP/1.1" 401 293 0.000496 10.0.0.130 - - [2025-09-29 01:53:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.049842 10.0.0.130 - - [2025-09-29 01:53:57] "GET /projects?obj_uuids=ea1ddcc9-a634-4131-94f1-029379116a94&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000813 10.0.0.130 - - [2025-09-29 01:53:58] "GET /project/ea1ddcc9-a634-4131-94f1-029379116a94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.021725 10.0.0.130 - - [2025-09-29 01:53:58] "POST /neutron/network HTTP/1.1" 200 117 0.034752 10.0.0.130 - - [2025-09-29 01:53:58] "GET /projects?obj_uuids=ea1ddcc9-a634-4131-94f1-029379116a94&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000846 10.0.0.130 - - [2025-09-29 01:53:58] "POST /neutron/network HTTP/1.1" 200 606 0.051426 10.0.0.130 - - [2025-09-29 01:53:58] "POST /route-targets HTTP/1.1" 200 328 0.008673 10.0.0.130 - - [2025-09-29 01:53:58] "POST /ref-update HTTP/1.1" 200 156 0.011391 10.0.0.130 - - [2025-09-29 01:53:58] "POST /useragent-kv HTTP/1.1" 200 115 0.004154 10.0.0.130 - - [2025-09-29 01:53:58] "POST /neutron/subnet HTTP/1.1" 200 719 0.148468 10.0.0.130 - - [2025-09-29 01:53:58] "POST /neutron/network HTTP/1.1" 200 824 0.005271 10.0.0.130 - - [2025-09-29 01:53:58] "POST /id-to-fqname HTTP/1.1" 200 221 0.001108 10.0.0.130 - - [2025-09-29 01:53:58] "GET /virtual-network/d1e5b26b-ce6d-4969-961f-00b74c8d2dce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.004451 10.0.0.130 - - [2025-09-29 01:53:58] "POST /neutron/network HTTP/1.1" 200 824 0.005181 10.0.0.130 - - [2025-09-29 01:53:58] "GET /virtual-network/d1e5b26b-ce6d-4969-961f-00b74c8d2dce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.003976 10.0.0.130 - - [2025-09-29 01:53:58] "POST /neutron/network HTTP/1.1" 200 824 0.005389 10.0.0.130 - - [2025-09-29 01:53:58] "POST /neutron/subnet HTTP/1.1" 200 719 0.005959 10.0.0.130 - - [2025-09-29 01:53:58] "POST /id-to-fqname HTTP/1.1" 200 221 0.001051 10.0.0.130 - - [2025-09-29 01:53:58] "POST /neutron/network HTTP/1.1" 200 834 0.005569 10.0.0.130 - - [2025-09-29 01:53:58] "GET /aaa-mode HTTP/1.1" 401 293 0.000383 10.0.0.130 - - [2025-09-29 01:53:59] "GET / HTTP/1.1" 200 36215 0.001514 10.0.0.130 - - [2025-09-29 01:53:59] "GET /project/ea1ddcc9-a634-4131-94f1-029379116a94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000324 10.0.0.130 - - [2025-09-29 01:53:59] "GET /projects?obj_uuids=ea1ddcc9-a634-4131-94f1-029379116a94&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000953 10.0.0.130 - - [2025-09-29 01:53:59] "GET /project/ea1ddcc9-a634-4131-94f1-029379116a94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.050377 10.0.0.130 - - [2025-09-29 01:53:59] "POST /neutron/network HTTP/1.1" 200 824 0.004841 10.0.0.130 - - [2025-09-29 01:53:59] "POST /neutron/port HTTP/1.1" 200 117 0.004944 10.0.0.130 - - [2025-09-29 01:53:59] "POST /neutron/port HTTP/1.1" 200 117 0.005586 10.0.0.130 - - [2025-09-29 01:53:59] "POST /id-to-fqname HTTP/1.1" 200 221 0.001141 10.0.0.130 - - [2025-09-29 01:53:59] "POST /neutron/port HTTP/1.1" 200 117 0.004359 10.0.0.130 - - [2025-09-29 01:53:59] "POST /neutron/network HTTP/1.1" 200 834 0.005410 10.0.0.130 - - [2025-09-29 01:53:59] "GET /aaa-mode HTTP/1.1" 401 293 0.000356 10.0.0.130 - - [2025-09-29 01:53:59] "POST /neutron/network HTTP/1.1" 200 834 0.006565 10.0.0.130 - - [2025-09-29 01:53:59] "GET /projects?obj_uuids=ea1ddcc9-a634-4131-94f1-029379116a94&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001324 10.0.0.130 - - [2025-09-29 01:54:00] "GET / HTTP/1.1" 200 36215 0.001617 10.0.0.130 - - [2025-09-29 01:54:00] "GET /project/ea1ddcc9-a634-4131-94f1-029379116a94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.001943 10.0.0.130 - - [2025-09-29 01:54:00] "POST /neutron/port HTTP/1.1" 200 1060 0.207935 10.0.0.130 - - [2025-09-29 01:54:00] "POST /neutron/port HTTP/1.1" 200 1060 0.008328 10.0.0.130 - - [2025-09-29 01:54:00] "POST /neutron/port HTTP/1.1" 200 1060 0.008747 10.0.0.130 - - [2025-09-29 01:54:00] "POST /neutron/port HTTP/1.1" 200 1114 0.066264 10.0.0.130 - - [2025-09-29 01:54:00] "POST /neutron/port HTTP/1.1" 200 1088 0.011796 10.0.0.130 - - [2025-09-29 01:54:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003086 10.0.0.130 - - [2025-09-29 01:54:00] "POST /neutron/subnet HTTP/1.1" 200 693 0.005787 10.0.0.130 - - [2025-09-29 01:54:00] "POST /neutron/port HTTP/1.1" 200 117 0.001359 10.0.0.130 - - [2025-09-29 01:54:00] "POST /neutron/network HTTP/1.1" 200 824 0.005277 10.0.0.130 - - [2025-09-29 01:54:00] "GET /projects?obj_uuids=ea1ddcc9-a634-4131-94f1-029379116a94&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000970 10.0.0.130 - - [2025-09-29 01:54:00] "GET /project/ea1ddcc9-a634-4131-94f1-029379116a94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.050878 10.0.0.130 - - [2025-09-29 01:54:00] "POST /neutron/network HTTP/1.1" 200 824 0.005696 10.0.0.130 - - [2025-09-29 01:54:00] "POST /neutron/port HTTP/1.1" 200 1088 0.018548 10.0.0.130 - - [2025-09-29 01:54:00] "POST /neutron/security_group HTTP/1.1" 200 2059 0.012089 10.0.0.130 - - [2025-09-29 01:54:00] "POST /neutron/port HTTP/1.1" 200 117 0.005921 10.0.0.130 - - [2025-09-29 01:54:00] "POST /neutron/port HTTP/1.1" 200 1088 0.014764 10.0.0.130 - - [2025-09-29 01:54:00] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005363 10.0.0.130 - - [2025-09-29 01:54:01] "POST /neutron/network HTTP/1.1" 200 834 0.006059 10.0.0.130 - - [2025-09-29 01:54:01] "GET /projects?obj_uuids=ea1ddcc9-a634-4131-94f1-029379116a94&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000962 10.0.0.130 - - [2025-09-29 01:54:01] "POST /neutron/port HTTP/1.1" 200 1060 0.228914 10.0.0.130 - - [2025-09-29 01:54:01] "POST /neutron/port HTTP/1.1" 200 1060 0.017147 10.0.0.130 - - [2025-09-29 01:54:01] "POST /neutron/port HTTP/1.1" 200 1060 0.016617 10.0.0.130 - - [2025-09-29 01:54:01] "POST /neutron/port HTTP/1.1" 200 1114 0.092732 10.0.0.130 - - [2025-09-29 01:54:01] "POST /neutron/port HTTP/1.1" 200 1088 0.014333 10.0.0.130 - - [2025-09-29 01:54:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005372 10.0.0.130 - - [2025-09-29 01:54:01] "POST /neutron/subnet HTTP/1.1" 200 693 0.008384 10.0.0.130 - - [2025-09-29 01:54:01] "POST /neutron/port HTTP/1.1" 200 117 0.001291 10.0.0.130 - - [2025-09-29 01:54:01] "POST /neutron/network HTTP/1.1" 200 824 0.004678 10.0.0.130 - - [2025-09-29 01:54:05] "POST /neutron/port HTTP/1.1" 200 1088 0.009881 10.0.0.130 - - [2025-09-29 01:54:05] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005399 10.0.0.130 - - [2025-09-29 01:54:05] "POST /neutron/port HTTP/1.1" 200 1088 0.008998 10.0.0.130 - - [2025-09-29 01:54:05] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004623 10.0.0.130 - - [2025-09-29 01:54:06] "POST /neutron/port HTTP/1.1" 200 1088 0.009029 10.0.0.130 - - [2025-09-29 01:54:06] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004940 10.0.0.130 - - [2025-09-29 01:54:06] "GET /virtual-machine/0c1337d9-fa9c-4f96-a413-887351ea7b3a HTTP/1.1" 401 293 0.000372 10.0.0.130 - - [2025-09-29 01:54:06] "GET /virtual-machine/0c1337d9-fa9c-4f96-a413-887351ea7b3a HTTP/1.1" 200 1294 0.029326 10.0.0.130 - - [2025-09-29 01:54:06] "GET /virtual-machine-interface/0691c608-6e13-445e-aabc-8ba8dcba2502 HTTP/1.1" 200 2951 0.005364 10.0.0.130 - - [2025-09-29 01:54:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002764 10.0.0.130 - - [2025-09-29 01:54:06] "GET /global-vrouter-config/995f2d36-a695-4ca8-8abd-5db3ca8044ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002853 10.0.0.130 - - [2025-09-29 01:54:06] "GET /virtual-networks?parent_id=ea1ddcc9-a634-4131-94f1-029379116a94&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002492 10.0.0.130 - - [2025-09-29 01:54:06] "GET /virtual-network/d1e5b26b-ce6d-4969-961f-00b74c8d2dce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005074 10.0.0.130 - - [2025-09-29 01:54:09] "POST /neutron/port HTTP/1.1" 200 1088 0.010136 10.0.0.130 - - [2025-09-29 01:54:09] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005636 10.0.0.130 - - [2025-09-29 01:54:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002554 10.0.0.130 - - [2025-09-29 01:54:09] "GET /virtual-network/d1e5b26b-ce6d-4969-961f-00b74c8d2dce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.004748 10.0.0.130 - - [2025-09-29 01:54:10] "POST /neutron/port HTTP/1.1" 200 1088 0.010309 10.0.0.130 - - [2025-09-29 01:54:10] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004664 10.0.0.130 - - [2025-09-29 01:54:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002521 10.0.0.130 - - [2025-09-29 01:54:11] "GET /global-vrouter-config/995f2d36-a695-4ca8-8abd-5db3ca8044ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002895 10.0.0.130 - - [2025-09-29 01:54:11] "GET /virtual-networks?parent_id=ea1ddcc9-a634-4131-94f1-029379116a94&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002722 10.0.0.130 - - [2025-09-29 01:54:11] "GET /virtual-network/d1e5b26b-ce6d-4969-961f-00b74c8d2dce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.004794 10.0.0.130 - - [2025-09-29 01:54:12] "POST /neutron/port HTTP/1.1" 200 1088 0.010078 10.0.0.130 - - [2025-09-29 01:54:12] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005266 10.0.0.130 - - [2025-09-29 01:54:17] "POST /neutron/port HTTP/1.1" 200 1088 0.010763 10.0.0.130 - - [2025-09-29 01:54:17] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007553 10.0.0.130 - - [2025-09-29 01:54:17] "POST /neutron/port HTTP/1.1" 200 1088 0.009945 10.0.0.130 - - [2025-09-29 01:54:17] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005462 10.0.0.130 - - [2025-09-29 01:54:17] "POST /neutron/port HTTP/1.1" 200 1088 0.010844 10.0.0.130 - - [2025-09-29 01:54:17] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005482 10.0.0.130 - - [2025-09-29 01:54:17] "GET /virtual-machine/fbb9a3bc-c363-4b62-927b-47968fad8864 HTTP/1.1" 200 1296 0.009178 10.0.0.130 - - [2025-09-29 01:54:17] "GET /virtual-machine-interface/a0ddc23a-f2d5-4c5d-a676-aae26e1a0ee6 HTTP/1.1" 200 2953 0.004616 10.0.0.130 - - [2025-09-29 01:54:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002742 10.0.0.130 - - [2025-09-29 01:54:17] "GET /global-vrouter-config/995f2d36-a695-4ca8-8abd-5db3ca8044ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002940 10.0.0.130 - - [2025-09-29 01:54:17] "GET /virtual-networks?parent_id=ea1ddcc9-a634-4131-94f1-029379116a94&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002603 10.0.0.130 - - [2025-09-29 01:54:17] "GET /virtual-network/d1e5b26b-ce6d-4969-961f-00b74c8d2dce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005089 10.0.0.130 - - [2025-09-29 01:54:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002844 10.0.0.130 - - [2025-09-29 01:54:18] "GET /global-vrouter-config/995f2d36-a695-4ca8-8abd-5db3ca8044ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002981 10.0.0.130 - - [2025-09-29 01:54:18] "GET /virtual-networks?parent_id=ea1ddcc9-a634-4131-94f1-029379116a94&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002953 10.0.0.130 - - [2025-09-29 01:54:18] "GET /virtual-network/d1e5b26b-ce6d-4969-961f-00b74c8d2dce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.004989 10.0.0.130 - - [2025-09-29 01:54:23] "POST /neutron/network HTTP/1.1" 200 824 0.008833 10.0.0.130 - - [2025-09-29 01:54:23] "POST /neutron/network HTTP/1.1" 400 204 0.009192 10.0.0.130 - - [2025-09-29 01:54:24] "POST /neutron/port HTTP/1.1" 200 1088 0.013756 10.0.0.130 - - [2025-09-29 01:54:24] "POST /neutron/port HTTP/1.1" 200 1114 0.009601 10.0.0.130 - - [2025-09-29 01:54:24] "POST /neutron/port HTTP/1.1" 200 1088 0.010390 10.0.0.130 - - [2025-09-29 01:54:24] "POST /neutron/port HTTP/1.1" 200 1114 0.011022 10.0.0.130 - - [2025-09-29 01:54:24] "POST /neutron/port HTTP/1.1" 200 151 0.108231 10.0.0.130 - - [2025-09-29 01:54:24] "POST /neutron/port HTTP/1.1" 200 151 0.101367 10.0.0.130 - - [2025-09-29 01:54:25] "POST /neutron/network HTTP/1.1" 200 824 0.005857 10.0.0.130 - - [2025-09-29 01:54:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003374 10.0.0.130 - - [2025-09-29 01:54:25] "POST /useragent-kv HTTP/1.1" 200 115 0.001732 10.0.0.130 - - [2025-09-29 01:54:25] "POST /useragent-kv HTTP/1.1" 200 115 0.001449 10.0.0.130 - - [2025-09-29 01:54:25] "POST /neutron/network HTTP/1.1" 200 151 0.068486 10.0.0.130 - - [2025-09-29 01:54:25] "DELETE /route-target/a6d1b8cb-3be7-4149-98b4-2d0a8a7a81d8 HTTP/1.1" 200 115 0.017388 10.0.0.130 - - [2025-09-29 01:54:26] "GET /projects?obj_uuids=ea1ddcc9-a634-4131-94f1-029379116a94&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000971 10.0.0.130 - - [2025-09-29 01:54:26] "GET /project/ea1ddcc9-a634-4131-94f1-029379116a94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.021899 10.0.0.130 - - [2025-09-29 01:54:26] "GET /projects?obj_uuids=ea1ddcc9-a634-4131-94f1-029379116a94&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001162 10.0.0.130 - - [2025-09-29 01:54:26] "GET /project/ea1ddcc9-a634-4131-94f1-029379116a94?fields=virtual_networks HTTP/1.1" 200 1036 0.064511 10.0.0.130 - - [2025-09-29 01:54:26] "GET /projects?obj_uuids=ea1ddcc9-a634-4131-94f1-029379116a94&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000920 10.0.0.130 - - [2025-09-29 01:54:26] "GET /project/ea1ddcc9-a634-4131-94f1-029379116a94?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.025764 10.0.0.130 - - [2025-09-29 01:54:26] "GET /projects?obj_uuids=ea1ddcc9-a634-4131-94f1-029379116a94&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000976 10.0.0.130 - - [2025-09-29 01:54:26] "GET /project/ea1ddcc9-a634-4131-94f1-029379116a94?fields=security_groups HTTP/1.1" 200 1264 0.023029 10.0.0.130 - - [2025-09-29 01:54:27] "POST /fqname-to-id HTTP/1.1" 404 188 0.022095 10.0.0.130 - - [2025-09-29 01:54:27] "GET /projects?obj_uuids=90f0ff3e-d592-44bc-866d-740576df2ef1&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002056 10.0.0.130 - - [2025-09-29 01:54:27] "GET /domains?obj_uuids=137491c9-af0d-4881-aa86-970d73b1f58a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000885 10.0.0.130 - - [2025-09-29 01:54:27] "GET /domain/137491c9-af0d-4881-aa86-970d73b1f58a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006790 10.0.0.130 - - [2025-09-29 01:54:27] "POST /id-to-fqname HTTP/1.1" 200 190 0.001311 10.0.0.130 - - [2025-09-29 01:54:27] "POST /fqname-to-id HTTP/1.1" 404 199 0.002822 10.0.0.130 - - [2025-09-29 01:54:27] "POST /security-groups HTTP/1.1" 200 591 0.060107 10.0.0.130 - - [2025-09-29 01:54:27] "POST /fqname-to-id HTTP/1.1" 404 234 0.002389 10.0.0.130 - - [2025-09-29 01:54:27] "POST /projects HTTP/1.1" 200 585 0.201933 10.0.0.130 - - [2025-09-29 01:54:27] "POST /access-control-lists HTTP/1.1" 200 598 0.059068 10.0.0.130 - - [2025-09-29 01:54:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.267514 10.0.0.130 - - [2025-09-29 01:54:27] "POST /fqname-to-id HTTP/1.1" 404 233 0.002419 10.0.0.130 - - [2025-09-29 01:54:27] "GET /project/90f0ff3e-d592-44bc-866d-740576df2ef1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.381987 10.0.0.130 - - [2025-09-29 01:54:27] "POST /access-control-lists HTTP/1.1" 200 596 0.064512 10.0.0.130 - - [2025-09-29 01:54:28] "GET / HTTP/1.1" 200 36215 0.001760 10.0.0.130 - - [2025-09-29 01:54:29] "POST /fqname-to-id HTTP/1.1" 401 293 0.000430 10.0.0.130 - - [2025-09-29 01:54:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.050585 10.0.0.130 - - [2025-09-29 01:54:29] "GET /projects?obj_uuids=90f0ff3e-d592-44bc-866d-740576df2ef1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000838 10.0.0.130 - - [2025-09-29 01:54:29] "GET /project/90f0ff3e-d592-44bc-866d-740576df2ef1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.017686 10.0.0.130 - - [2025-09-29 01:54:29] "POST /neutron/network HTTP/1.1" 200 117 0.026443 10.0.0.130 - - [2025-09-29 01:54:29] "GET /projects?obj_uuids=90f0ff3e-d592-44bc-866d-740576df2ef1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001128 10.0.0.130 - - [2025-09-29 01:54:29] "POST /neutron/network HTTP/1.1" 200 625 0.053005 10.0.0.130 - - [2025-09-29 01:54:29] "POST /route-targets HTTP/1.1" 200 328 0.016556 10.0.0.130 - - [2025-09-29 01:54:29] "POST /ref-update HTTP/1.1" 200 156 0.010803 10.0.0.130 - - [2025-09-29 01:54:29] "POST /useragent-kv HTTP/1.1" 200 115 0.002702 10.0.0.130 - - [2025-09-29 01:54:29] "POST /neutron/subnet HTTP/1.1" 200 701 0.132108 10.0.0.130 - - [2025-09-29 01:54:30] "POST /neutron/network HTTP/1.1" 200 839 0.005233 10.0.0.130 - - [2025-09-29 01:54:30] "POST /id-to-fqname HTTP/1.1" 200 230 0.001164 10.0.0.130 - - [2025-09-29 01:54:30] "GET /virtual-network/59d187c6-8d01-4aed-b9ea-581b338bb2de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004383 10.0.0.130 - - [2025-09-29 01:54:30] "POST /neutron/network HTTP/1.1" 200 839 0.006276 10.0.0.130 - - [2025-09-29 01:54:30] "GET /virtual-network/59d187c6-8d01-4aed-b9ea-581b338bb2de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006926 10.0.0.130 - - [2025-09-29 01:54:30] "POST /neutron/network HTTP/1.1" 200 839 0.007218 10.0.0.130 - - [2025-09-29 01:54:30] "POST /neutron/subnet HTTP/1.1" 200 701 0.005960 10.0.0.130 - - [2025-09-29 01:54:30] "POST /neutron/network HTTP/1.1" 200 839 0.004704 10.0.0.130 - - [2025-09-29 01:54:30] "POST /id-to-fqname HTTP/1.1" 200 230 0.001038 10.0.0.130 - - [2025-09-29 01:54:30] "POST /neutron/network HTTP/1.1" 200 849 0.005085 10.0.0.130 - - [2025-09-29 01:54:30] "GET /aaa-mode HTTP/1.1" 401 293 0.000415 10.0.0.130 - - [2025-09-29 01:54:30] "GET / HTTP/1.1" 200 36215 0.001688 10.0.0.130 - - [2025-09-29 01:54:30] "GET /project/90f0ff3e-d592-44bc-866d-740576df2ef1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000399 10.0.0.130 - - [2025-09-29 01:54:31] "GET /projects?obj_uuids=90f0ff3e-d592-44bc-866d-740576df2ef1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000986 10.0.0.130 - - [2025-09-29 01:54:31] "GET /project/90f0ff3e-d592-44bc-866d-740576df2ef1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.044034 10.0.0.130 - - [2025-09-29 01:54:31] "POST /neutron/network HTTP/1.1" 200 839 0.004672 10.0.0.130 - - [2025-09-29 01:54:31] "POST /neutron/port HTTP/1.1" 200 117 0.007434 10.0.0.130 - - [2025-09-29 01:54:31] "POST /neutron/port HTTP/1.1" 200 117 0.004435 10.0.0.130 - - [2025-09-29 01:54:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003625 10.0.0.130 - - [2025-09-29 01:54:31] "GET /global-vrouter-config/995f2d36-a695-4ca8-8abd-5db3ca8044ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002741 10.0.0.130 - - [2025-09-29 01:54:31] "PUT /global-vrouter-config/995f2d36-a695-4ca8-8abd-5db3ca8044ec HTTP/1.1" 200 277 0.010095 10.0.0.130 - - [2025-09-29 01:54:31] "POST /neutron/port HTTP/1.1" 200 117 0.004769 10.0.0.130 - - [2025-09-29 01:54:31] "POST /neutron/network HTTP/1.1" 200 849 0.008280 10.0.0.130 - - [2025-09-29 01:54:31] "GET /projects?obj_uuids=90f0ff3e-d592-44bc-866d-740576df2ef1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001003 10.0.0.130 - - [2025-09-29 01:54:31] "POST /neutron/port HTTP/1.1" 200 1055 0.172189 10.0.0.130 - - [2025-09-29 01:54:31] "POST /neutron/port HTTP/1.1" 200 1055 0.007643 10.0.0.130 - - [2025-09-29 01:54:31] "POST /neutron/port HTTP/1.1" 200 1055 0.007001 10.0.0.130 - - [2025-09-29 01:54:31] "POST /neutron/port HTTP/1.1" 200 1109 0.043644 10.0.0.130 - - [2025-09-29 01:54:31] "POST /neutron/port HTTP/1.1" 200 1083 0.009801 10.0.0.130 - - [2025-09-29 01:54:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002906 10.0.0.130 - - [2025-09-29 01:54:31] "POST /neutron/subnet HTTP/1.1" 200 675 0.007582 10.0.0.130 - - [2025-09-29 01:54:31] "POST /neutron/port HTTP/1.1" 200 117 0.001052 10.0.0.130 - - [2025-09-29 01:54:32] "POST /neutron/network HTTP/1.1" 200 839 0.005223 10.0.0.130 - - [2025-09-29 01:54:35] "DELETE /project/90f0ff3ed59244bc866d740576df2ef1 HTTP/1.1" 404 173 0.010070 10.0.0.130 - - [2025-09-29 01:54:35] "DELETE /project/ea1ddcc9a634413194f1029379116a94 HTTP/1.1" 404 173 0.007449 10.0.0.130 - - [2025-09-29 01:54:35] "GET /projects?obj_uuids=334b4174-0a83-49b8-af7a-c0ae2c07a874&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000831 10.0.0.130 - - [2025-09-29 01:54:35] "GET /projects?obj_uuids=ea1ddcc9-a634-4131-94f1-029379116a94&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000797 10.0.0.130 - - [2025-09-29 01:54:35] "GET /project/ea1ddcc9-a634-4131-94f1-029379116a94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.040236 10.0.0.130 - - [2025-09-29 01:54:35] "GET /project/334b4174-0a83-49b8-af7a-c0ae2c07a874?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1471 0.047269 10.0.0.130 - - [2025-09-29 01:54:35] "GET /projects?obj_uuids=ea1ddcc9-a634-4131-94f1-029379116a94&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000988 10.0.0.130 - - [2025-09-29 01:54:35] "GET /projects?obj_uuids=334b4174-0a83-49b8-af7a-c0ae2c07a874&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000861 10.0.0.130 - - [2025-09-29 01:54:35] "GET /project/ea1ddcc9-a634-4131-94f1-029379116a94?fields=security_groups HTTP/1.1" 200 1366 0.032799 10.0.0.130 - - [2025-09-29 01:54:35] "GET /project/334b4174-0a83-49b8-af7a-c0ae2c07a874?fields=security_groups HTTP/1.1" 200 1365 0.070808 10.0.0.130 - - [2025-09-29 01:54:35] "DELETE /security-group/538629d8-ff99-4220-9957-0e1bd5e43535 HTTP/1.1" 200 115 0.036000 10.0.0.130 - - [2025-09-29 01:54:35] "GET /projects?obj_uuids=ea1ddcc9-a634-4131-94f1-029379116a94&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001104 10.0.0.130 - - [2025-09-29 01:54:35] "DELETE /access-control-list/91f719a3-54a8-41aa-898d-3603264158b8 HTTP/1.1" 200 115 0.038659 10.0.0.130 - - [2025-09-29 01:54:35] "GET /project/ea1ddcc9-a634-4131-94f1-029379116a94?fields=application_policy_sets HTTP/1.1" 200 1405 0.039419 10.0.0.130 - - [2025-09-29 01:54:35] "DELETE /access-control-list/d21822db-9e02-4723-a2d9-99778553159b HTTP/1.1" 200 115 0.032787 10.0.0.130 - - [2025-09-29 01:54:35] "DELETE /security-group/d7900407-11ce-4d01-9e1d-5b11d145ccbd HTTP/1.1" 200 115 0.057012 10.0.0.130 - - [2025-09-29 01:54:36] "GET /projects?obj_uuids=334b4174-0a83-49b8-af7a-c0ae2c07a874&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000866 10.0.0.130 - - [2025-09-29 01:54:36] "GET /project/334b4174-0a83-49b8-af7a-c0ae2c07a874?fields=application_policy_sets HTTP/1.1" 200 1404 0.030145 10.0.0.130 - - [2025-09-29 01:54:36] "DELETE /access-control-list/20493c8a-40c0-492d-84ac-a18b363bd1f8 HTTP/1.1" 200 115 0.037149 10.0.0.130 - - [2025-09-29 01:54:36] "DELETE /access-control-list/4714d879-9117-4c65-8db5-6f21ae66e508 HTTP/1.1" 200 115 0.027817 10.0.0.130 - - [2025-09-29 01:54:36] "DELETE /project/ea1ddcc9-a634-4131-94f1-029379116a94 HTTP/1.1" 200 115 0.344095 10.0.0.130 - - [2025-09-29 01:54:36] "DELETE /project/334b4174-0a83-49b8-af7a-c0ae2c07a874 HTTP/1.1" 200 115 0.380070 10.0.0.130 - - [2025-09-29 01:54:36] "POST /neutron/port HTTP/1.1" 200 1083 0.011803 10.0.0.130 - - [2025-09-29 01:54:36] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005948 10.0.0.130 - - [2025-09-29 01:54:36] "POST /neutron/port HTTP/1.1" 200 1083 0.008790 10.0.0.130 - - [2025-09-29 01:54:36] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007883 10.0.0.130 - - [2025-09-29 01:54:36] "POST /neutron/port HTTP/1.1" 200 1083 0.010392 10.0.0.130 - - [2025-09-29 01:54:36] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006463 10.0.0.130 - - [2025-09-29 01:54:36] "GET /virtual-machine/7baba39e-402b-4742-9bcd-12037582bb8b HTTP/1.1" 401 293 0.000397 10.0.0.130 - - [2025-09-29 01:54:37] "GET /virtual-machine/7baba39e-402b-4742-9bcd-12037582bb8b HTTP/1.1" 200 1294 0.030854 10.0.0.130 - - [2025-09-29 01:54:37] "GET /virtual-machine-interface/8f302cc8-b17e-4df8-972c-dc99f46b0048 HTTP/1.1" 200 2978 0.014116 10.0.0.130 - - [2025-09-29 01:54:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003120 10.0.0.130 - - [2025-09-29 01:54:37] "GET /global-vrouter-config/995f2d36-a695-4ca8-8abd-5db3ca8044ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1885 0.005209 10.0.0.130 - - [2025-09-29 01:54:37] "GET /virtual-networks?parent_id=90f0ff3e-d592-44bc-866d-740576df2ef1&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.003023 10.0.0.130 - - [2025-09-29 01:54:37] "GET /virtual-network/59d187c6-8d01-4aed-b9ea-581b338bb2de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005402 10.0.0.130 - - [2025-09-29 01:54:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002856 10.0.0.130 - - [2025-09-29 01:54:40] "GET /virtual-network/59d187c6-8d01-4aed-b9ea-581b338bb2de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004575 10.0.0.130 - - [2025-09-29 01:54:40] "POST /neutron/port HTTP/1.1" 200 1083 0.010579 10.0.0.130 - - [2025-09-29 01:54:40] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004852 10.0.0.130 - - [2025-09-29 01:54:42] "GET /obj-perms HTTP/1.1" 200 5075 0.045608 10.0.0.130 - - [2025-09-29 01:54:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003140 10.0.0.130 - - [2025-09-29 01:54:42] "GET /global-vrouter-config/995f2d36-a695-4ca8-8abd-5db3ca8044ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1885 0.003386 10.0.0.130 - - [2025-09-29 01:54:42] "GET /virtual-networks?parent_id=90f0ff3e-d592-44bc-866d-740576df2ef1&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.003536 10.0.0.130 - - [2025-09-29 01:54:42] "GET /virtual-network/59d187c6-8d01-4aed-b9ea-581b338bb2de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004887 10.0.0.130 - - [2025-09-29 01:54:42] "GET /obj-perms HTTP/1.1" 200 5075 0.045339 10.0.0.130 - - [2025-09-29 01:54:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002763 10.0.0.130 - - [2025-09-29 01:54:44] "GET /global-vrouter-config/995f2d36-a695-4ca8-8abd-5db3ca8044ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1885 0.002672 10.0.0.130 - - [2025-09-29 01:54:44] "PUT /global-vrouter-config/995f2d36-a695-4ca8-8abd-5db3ca8044ec HTTP/1.1" 200 277 0.008319 10.0.0.130 - - [2025-09-29 01:54:44] "POST /neutron/network HTTP/1.1" 200 839 0.005855 10.0.0.130 - - [2025-09-29 01:54:44] "POST /neutron/network HTTP/1.1" 400 204 0.014880 10.0.0.130 - - [2025-09-29 01:54:45] "POST /neutron/port HTTP/1.1" 200 1083 0.009526 10.0.0.130 - - [2025-09-29 01:54:45] "POST /neutron/port HTTP/1.1" 200 1109 0.008235 10.0.0.130 - - [2025-09-29 01:54:45] "POST /neutron/port HTTP/1.1" 200 151 0.083443 10.0.0.130 - - [2025-09-29 01:54:46] "POST /neutron/network HTTP/1.1" 200 839 0.006347 10.0.0.130 - - [2025-09-29 01:54:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003322 10.0.0.130 - - [2025-09-29 01:54:46] "POST /useragent-kv HTTP/1.1" 200 115 0.003016 10.0.0.130 - - [2025-09-29 01:54:46] "POST /useragent-kv HTTP/1.1" 200 115 0.001831 10.0.0.130 - - [2025-09-29 01:54:46] "POST /neutron/network HTTP/1.1" 200 151 0.076560 10.0.0.130 - - [2025-09-29 01:54:46] "DELETE /route-target/eaa6d741-16e9-46ff-ae0c-a1f02d27b733 HTTP/1.1" 200 115 0.018456 10.0.0.130 - - [2025-09-29 01:54:47] "GET /global-vrouter-configs HTTP/1.1" 200 358 0.002383 10.0.0.130 - - [2025-09-29 01:54:47] "GET /global-vrouter-config/995f2d36-a695-4ca8-8abd-5db3ca8044ec HTTP/1.1" 200 1884 0.006175 10.0.0.130 - - [2025-09-29 01:54:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002446 10.0.0.130 - - [2025-09-29 01:54:47] "GET /projects?obj_uuids=90f0ff3e-d592-44bc-866d-740576df2ef1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001307 10.0.0.130 - - [2025-09-29 01:54:47] "GET /project/90f0ff3e-d592-44bc-866d-740576df2ef1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.025935 10.0.0.130 - - [2025-09-29 01:54:47] "POST /neutron/network HTTP/1.1" 200 117 0.006375 10.0.0.130 - - [2025-09-29 01:54:47] "GET /projects?obj_uuids=90f0ff3e-d592-44bc-866d-740576df2ef1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001001 10.0.0.130 - - [2025-09-29 01:54:47] "POST /neutron/network HTTP/1.1" 200 605 0.054826 10.0.0.130 - - [2025-09-29 01:54:47] "POST /route-targets HTTP/1.1" 200 328 0.010244 10.0.0.130 - - [2025-09-29 01:54:47] "POST /ref-update HTTP/1.1" 200 156 0.010279 10.0.0.130 - - [2025-09-29 01:54:47] "POST /useragent-kv HTTP/1.1" 200 115 0.003076 10.0.0.130 - - [2025-09-29 01:54:47] "POST /neutron/subnet HTTP/1.1" 200 724 0.170331 10.0.0.130 - - [2025-09-29 01:54:47] "POST /neutron/network HTTP/1.1" 200 824 0.005211 10.0.0.130 - - [2025-09-29 01:54:47] "POST /id-to-fqname HTTP/1.1" 200 220 0.001246 10.0.0.130 - - [2025-09-29 01:54:47] "GET /virtual-network/d98a9cbc-8644-4dda-b7a5-f65c41f4f938?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005162 10.0.0.130 - - [2025-09-29 01:54:47] "POST /neutron/network HTTP/1.1" 200 824 0.004847 10.0.0.130 - - [2025-09-29 01:54:47] "GET /virtual-network/d98a9cbc-8644-4dda-b7a5-f65c41f4f938?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006166 10.0.0.130 - - [2025-09-29 01:54:47] "POST /neutron/network HTTP/1.1" 200 824 0.005272 10.0.0.130 - - [2025-09-29 01:54:47] "POST /neutron/subnet HTTP/1.1" 200 724 0.005415 10.0.0.130 - - [2025-09-29 01:54:47] "POST /id-to-fqname HTTP/1.1" 200 220 0.000867 10.0.0.130 - - [2025-09-29 01:54:48] "POST /neutron/network HTTP/1.1" 200 834 0.005095 10.0.0.130 - - [2025-09-29 01:54:48] "GET /aaa-mode HTTP/1.1" 401 293 0.000371 10.0.0.130 - - [2025-09-29 01:54:48] "GET / HTTP/1.1" 200 36215 0.001661 10.0.0.130 - - [2025-09-29 01:54:48] "GET /project/90f0ff3e-d592-44bc-866d-740576df2ef1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000346 10.0.0.130 - - [2025-09-29 01:54:48] "GET /projects?obj_uuids=90f0ff3e-d592-44bc-866d-740576df2ef1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001108 10.0.0.130 - - [2025-09-29 01:54:48] "GET /project/90f0ff3e-d592-44bc-866d-740576df2ef1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.044721 10.0.0.130 - - [2025-09-29 01:54:48] "POST /neutron/network HTTP/1.1" 200 824 0.004817 10.0.0.130 - - [2025-09-29 01:54:48] "POST /neutron/port HTTP/1.1" 200 117 0.005557 10.0.0.130 - - [2025-09-29 01:54:48] "POST /neutron/port HTTP/1.1" 200 117 0.005915 10.0.0.130 - - [2025-09-29 01:54:49] "POST /neutron/port HTTP/1.1" 200 117 0.004574 10.0.0.130 - - [2025-09-29 01:54:49] "POST /neutron/network HTTP/1.1" 200 834 0.005449 10.0.0.130 - - [2025-09-29 01:54:49] "GET /projects?obj_uuids=90f0ff3e-d592-44bc-866d-740576df2ef1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000994 10.0.0.130 - - [2025-09-29 01:54:49] "POST /neutron/port HTTP/1.1" 200 1060 0.168616 10.0.0.130 - - [2025-09-29 01:54:49] "POST /neutron/port HTTP/1.1" 200 1060 0.012663 10.0.0.130 - - [2025-09-29 01:54:49] "POST /neutron/port HTTP/1.1" 200 1060 0.009472 10.0.0.130 - - [2025-09-29 01:54:49] "POST /neutron/port HTTP/1.1" 200 1114 0.048521 10.0.0.130 - - [2025-09-29 01:54:49] "POST /neutron/port HTTP/1.1" 200 1088 0.013880 10.0.0.130 - - [2025-09-29 01:54:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003037 10.0.0.130 - - [2025-09-29 01:54:49] "POST /neutron/subnet HTTP/1.1" 200 698 0.006902 10.0.0.130 - - [2025-09-29 01:54:49] "POST /neutron/port HTTP/1.1" 200 117 0.001049 10.0.0.130 - - [2025-09-29 01:54:49] "POST /neutron/network HTTP/1.1" 200 824 0.004752 10.0.0.130 - - [2025-09-29 01:54:54] "POST /neutron/port HTTP/1.1" 200 1088 0.011720 10.0.0.130 - - [2025-09-29 01:54:54] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005724 10.0.0.130 - - [2025-09-29 01:54:54] "POST /neutron/port HTTP/1.1" 200 1088 0.009817 10.0.0.130 - - [2025-09-29 01:54:54] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005308 10.0.0.130 - - [2025-09-29 01:54:54] "POST /neutron/port HTTP/1.1" 200 1088 0.028430 10.0.0.130 - - [2025-09-29 01:54:54] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005616 10.0.0.130 - - [2025-09-29 01:54:54] "GET /virtual-machine/c57409e0-dfbc-4b20-996e-05ff7bd72657 HTTP/1.1" 200 1295 0.004178 10.0.0.130 - - [2025-09-29 01:54:54] "GET /virtual-machine-interface/3881e2b6-15f6-4aef-b875-f1a1f78d7188 HTTP/1.1" 200 2947 0.004114 10.0.0.130 - - [2025-09-29 01:54:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002617 10.0.0.130 - - [2025-09-29 01:54:54] "GET /global-vrouter-config/995f2d36-a695-4ca8-8abd-5db3ca8044ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002698 10.0.0.130 - - [2025-09-29 01:54:54] "GET /virtual-networks?parent_id=90f0ff3e-d592-44bc-866d-740576df2ef1&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002603 10.0.0.130 - - [2025-09-29 01:54:54] "GET /virtual-network/d98a9cbc-8644-4dda-b7a5-f65c41f4f938?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.004855 10.0.0.130 - - [2025-09-29 01:54:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002676 10.0.0.130 - - [2025-09-29 01:54:57] "GET /virtual-network/d98a9cbc-8644-4dda-b7a5-f65c41f4f938?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.004655 10.0.0.130 - - [2025-09-29 01:54:58] "POST /neutron/port HTTP/1.1" 200 1088 0.009895 10.0.0.130 - - [2025-09-29 01:54:58] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004758 10.0.0.130 - - [2025-09-29 01:54:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002769 10.0.0.130 - - [2025-09-29 01:54:59] "GET /global-vrouter-config/995f2d36-a695-4ca8-8abd-5db3ca8044ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002916 10.0.0.130 - - [2025-09-29 01:54:59] "GET /virtual-networks?parent_id=90f0ff3e-d592-44bc-866d-740576df2ef1&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002702 10.0.0.130 - - [2025-09-29 01:54:59] "GET /virtual-network/d98a9cbc-8644-4dda-b7a5-f65c41f4f938?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005030 10.0.0.130 - - [2025-09-29 01:55:01] "POST /neutron/network HTTP/1.1" 200 824 0.008811 10.0.0.130 - - [2025-09-29 01:55:01] "POST /neutron/network HTTP/1.1" 400 204 0.009376 10.0.0.130 - - [2025-09-29 01:55:02] "POST /neutron/port HTTP/1.1" 200 1088 0.009825 10.0.0.130 - - [2025-09-29 01:55:02] "POST /neutron/port HTTP/1.1" 200 1114 0.007801 10.0.0.130 - - [2025-09-29 01:55:02] "POST /neutron/port HTTP/1.1" 200 151 0.092010 10.0.0.130 - - [2025-09-29 01:55:03] "POST /neutron/network HTTP/1.1" 200 824 0.004888 10.0.0.130 - - [2025-09-29 01:55:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003127 10.0.0.130 - - [2025-09-29 01:55:03] "POST /useragent-kv HTTP/1.1" 200 115 0.001765 10.0.0.130 - - [2025-09-29 01:55:03] "POST /useragent-kv HTTP/1.1" 200 115 0.001727 10.0.0.130 - - [2025-09-29 01:55:03] "POST /neutron/network HTTP/1.1" 200 151 0.069341 10.0.0.130 - - [2025-09-29 01:55:03] "DELETE /route-target/8bff331a-c57d-4045-b90e-23b95f59790e HTTP/1.1" 200 115 0.014688 10.0.0.130 - - [2025-09-29 01:55:04] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.002723 10.0.0.130 - - [2025-09-29 01:55:04] "POST /network-ipams HTTP/1.1" 200 543 0.015511 10.0.0.130 - - [2025-09-29 01:55:04] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 767 0.002924 10.0.0.130 - - [2025-09-29 01:55:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002644 10.0.0.130 - - [2025-09-29 01:55:04] "GET /network-ipam/d68d7f33-8849-41c9-b9cb-ce101ca31612?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1286 0.003917 10.0.0.130 - - [2025-09-29 01:55:04] "PUT /network-ipam/d68d7f33-8849-41c9-b9cb-ce101ca31612 HTTP/1.1" 200 259 0.012307 10.0.0.130 - - [2025-09-29 01:55:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002563 10.0.0.130 - - [2025-09-29 01:55:04] "GET /projects?obj_uuids=90f0ff3e-d592-44bc-866d-740576df2ef1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000899 10.0.0.130 - - [2025-09-29 01:55:04] "GET /project/90f0ff3e-d592-44bc-866d-740576df2ef1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.021476 10.0.0.130 - - [2025-09-29 01:55:04] "POST /neutron/network HTTP/1.1" 200 117 0.007051 10.0.0.130 - - [2025-09-29 01:55:04] "GET /projects?obj_uuids=90f0ff3e-d592-44bc-866d-740576df2ef1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000986 10.0.0.130 - - [2025-09-29 01:55:04] "POST /neutron/network HTTP/1.1" 200 605 0.060592 10.0.0.130 - - [2025-09-29 01:55:04] "POST /route-targets HTTP/1.1" 200 328 0.011930 10.0.0.130 - - [2025-09-29 01:55:04] "POST /ref-update HTTP/1.1" 200 156 0.013031 10.0.0.130 - - [2025-09-29 01:55:04] "POST /useragent-kv HTTP/1.1" 200 115 0.002752 10.0.0.130 - - [2025-09-29 01:55:04] "POST /neutron/subnet HTTP/1.1" 200 699 0.148839 10.0.0.130 - - [2025-09-29 01:55:05] "POST /useragent-kv HTTP/1.1" 200 115 0.002462 10.0.0.130 - - [2025-09-29 01:55:05] "POST /neutron/subnet HTTP/1.1" 200 699 0.149887 10.0.0.130 - - [2025-09-29 01:55:05] "POST /neutron/network HTTP/1.1" 200 994 0.006244 10.0.0.130 - - [2025-09-29 01:55:05] "POST /id-to-fqname HTTP/1.1" 200 220 0.001150 10.0.0.130 - - [2025-09-29 01:55:05] "GET /virtual-network/16a56f09-9a4d-41a1-b819-6906e651fb08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.004774 10.0.0.130 - - [2025-09-29 01:55:05] "POST /neutron/network HTTP/1.1" 200 994 0.006632 10.0.0.130 - - [2025-09-29 01:55:05] "GET /virtual-network/16a56f09-9a4d-41a1-b819-6906e651fb08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.004170 10.0.0.130 - - [2025-09-29 01:55:05] "POST /neutron/network HTTP/1.1" 200 994 0.006345 10.0.0.130 - - [2025-09-29 01:55:05] "POST /neutron/subnet HTTP/1.1" 200 699 0.006461 10.0.0.130 - - [2025-09-29 01:55:05] "POST /neutron/subnet HTTP/1.1" 200 699 0.006109 10.0.0.130 - - [2025-09-29 01:55:05] "POST /neutron/network HTTP/1.1" 200 994 0.005960 10.0.0.130 - - [2025-09-29 01:55:05] "POST /neutron/subnet HTTP/1.1" 200 699 0.009240 10.0.0.130 - - [2025-09-29 01:55:05] "POST /neutron/subnet HTTP/1.1" 200 699 0.007228 10.0.0.130 - - [2025-09-29 01:55:05] "GET /projects?obj_uuids=90f0ff3e-d592-44bc-866d-740576df2ef1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001014 10.0.0.130 - - [2025-09-29 01:55:05] "POST /neutron/port HTTP/1.1" 200 1017 0.176417 10.0.0.130 - - [2025-09-29 01:55:05] "GET /projects?obj_uuids=90f0ff3e-d592-44bc-866d-740576df2ef1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001046 10.0.0.130 - - [2025-09-29 01:55:05] "POST /neutron/port HTTP/1.1" 200 1017 0.140935 10.0.0.130 - - [2025-09-29 01:55:05] "POST /id-to-fqname HTTP/1.1" 200 220 0.001074 10.0.0.130 - - [2025-09-29 01:55:05] "POST /neutron/port HTTP/1.1" 200 1017 0.006767 10.0.0.130 - - [2025-09-29 01:55:05] "POST /neutron/port HTTP/1.1" 200 1017 0.006940 10.0.0.130 - - [2025-09-29 01:55:05] "POST /neutron/network HTTP/1.1" 200 994 0.007784 10.0.0.130 - - [2025-09-29 01:55:05] "POST /neutron/port HTTP/1.1" 200 1017 0.006257 10.0.0.130 - - [2025-09-29 01:55:06] "POST /neutron/port HTTP/1.1" 200 117 0.004815 10.0.0.130 - - [2025-09-29 01:55:06] "POST /neutron/port HTTP/1.1" 200 1017 0.006708 10.0.0.130 - - [2025-09-29 01:55:06] "POST /neutron/port HTTP/1.1" 200 117 0.004458 10.0.0.130 - - [2025-09-29 01:55:06] "POST /id-to-fqname HTTP/1.1" 200 220 0.001228 10.0.0.130 - - [2025-09-29 01:55:06] "POST /neutron/port HTTP/1.1" 200 117 0.004337 10.0.0.130 - - [2025-09-29 01:55:06] "POST /neutron/port HTTP/1.1" 200 1017 0.006503 10.0.0.130 - - [2025-09-29 01:55:06] "POST /neutron/port HTTP/1.1" 200 1017 0.011388 10.0.0.130 - - [2025-09-29 01:55:06] "POST /neutron/network HTTP/1.1" 200 994 0.006434 10.0.0.130 - - [2025-09-29 01:55:06] "POST /neutron/port HTTP/1.1" 200 1017 0.007993 10.0.0.130 - - [2025-09-29 01:55:06] "POST /neutron/port HTTP/1.1" 200 1017 0.007796 10.0.0.130 - - [2025-09-29 01:55:06] "POST /neutron/port HTTP/1.1" 200 117 0.006088 10.0.0.130 - - [2025-09-29 01:55:06] "POST /neutron/port HTTP/1.1" 200 117 0.007954 10.0.0.130 - - [2025-09-29 01:55:06] "POST /neutron/port HTTP/1.1" 200 1017 0.009897 10.0.0.130 - - [2025-09-29 01:55:06] "POST /id-to-fqname HTTP/1.1" 200 220 0.001260 10.0.0.130 - - [2025-09-29 01:55:06] "POST /neutron/network HTTP/1.1" 200 1004 0.014441 10.0.0.130 - - [2025-09-29 01:55:06] "POST /neutron/port HTTP/1.1" 200 1017 0.007886 10.0.0.130 - - [2025-09-29 01:55:06] "POST /neutron/port HTTP/1.1" 200 1017 0.006433 10.0.0.130 - - [2025-09-29 01:55:06] "POST /neutron/port HTTP/1.1" 200 117 0.009026 10.0.0.130 - - [2025-09-29 01:55:06] "POST /neutron/port HTTP/1.1" 200 1109 0.077841 10.0.0.130 - - [2025-09-29 01:55:06] "POST /neutron/network HTTP/1.1" 200 1004 0.010513 10.0.0.130 - - [2025-09-29 01:55:06] "GET /aaa-mode HTTP/1.1" 401 293 0.000431 10.0.0.130 - - [2025-09-29 01:55:06] "POST /neutron/port HTTP/1.1" 200 1083 0.012244 10.0.0.130 - - [2025-09-29 01:55:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003367 10.0.0.130 - - [2025-09-29 01:55:06] "POST /neutron/subnet HTTP/1.1" 200 673 0.007894 10.0.0.130 - - [2025-09-29 01:55:06] "POST /neutron/port HTTP/1.1" 200 117 0.001150 10.0.0.130 - - [2025-09-29 01:55:06] "POST /neutron/network HTTP/1.1" 200 994 0.012871 10.0.0.130 - - [2025-09-29 01:55:06] "POST /neutron/port HTTP/1.1" 200 1017 0.008137 10.0.0.130 - - [2025-09-29 01:55:06] "POST /neutron/network HTTP/1.1" 200 1004 0.005990 10.0.0.130 - - [2025-09-29 01:55:06] "POST /neutron/port HTTP/1.1" 200 1017 0.005897 10.0.0.130 - - [2025-09-29 01:55:06] "POST /neutron/port HTTP/1.1" 200 1017 0.005994 10.0.0.130 - - [2025-09-29 01:55:07] "GET / HTTP/1.1" 200 36215 0.001378 10.0.0.130 - - [2025-09-29 01:55:07] "GET /project/90f0ff3e-d592-44bc-866d-740576df2ef1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000335 10.0.0.130 - - [2025-09-29 01:55:07] "POST /neutron/port HTTP/1.1" 200 1109 0.081013 10.0.0.130 - - [2025-09-29 01:55:07] "POST /neutron/port HTTP/1.1" 200 1083 0.010498 10.0.0.130 - - [2025-09-29 01:55:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002909 10.0.0.130 - - [2025-09-29 01:55:07] "POST /neutron/subnet HTTP/1.1" 200 673 0.011885 10.0.0.130 - - [2025-09-29 01:55:07] "POST /neutron/port HTTP/1.1" 200 117 0.001158 10.0.0.130 - - [2025-09-29 01:55:07] "POST /neutron/network HTTP/1.1" 200 994 0.006862 10.0.0.130 - - [2025-09-29 01:55:07] "GET /projects?obj_uuids=90f0ff3e-d592-44bc-866d-740576df2ef1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001333 10.0.0.130 - - [2025-09-29 01:55:07] "GET /project/90f0ff3e-d592-44bc-866d-740576df2ef1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.047740 10.0.0.130 - - [2025-09-29 01:55:07] "POST /neutron/network HTTP/1.1" 200 994 0.009002 10.0.0.130 - - [2025-09-29 01:55:07] "POST /neutron/port HTTP/1.1" 200 2050 0.018900 10.0.0.130 - - [2025-09-29 01:55:07] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008996 10.0.0.130 - - [2025-09-29 01:55:07] "POST /neutron/port HTTP/1.1" 200 117 0.004259 10.0.0.130 - - [2025-09-29 01:55:07] "GET /domains HTTP/1.1" 200 281 0.002144 10.0.0.130 - - [2025-09-29 01:55:07] "GET /domains?obj_uuids=137491c9-af0d-4881-aa86-970d73b1f58a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000984 10.0.0.130 - - [2025-09-29 01:55:07] "GET /domain/137491c9-af0d-4881-aa86-970d73b1f58a HTTP/1.1" 200 2583 0.007983 10.0.0.130 - - [2025-09-29 01:55:07] "GET /projects?obj_uuids=90f0ff3e-d592-44bc-866d-740576df2ef1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000848 10.0.0.130 - - [2025-09-29 01:55:07] "GET /project/90f0ff3e-d592-44bc-866d-740576df2ef1 HTTP/1.1" 200 2850 0.074743 10.0.0.130 - - [2025-09-29 01:55:07] "GET /network-ipam/d68d7f33-8849-41c9-b9cb-ce101ca31612 HTTP/1.1" 200 2604 0.004356 10.0.0.130 - - [2025-09-29 01:55:07] "GET /domains HTTP/1.1" 200 281 0.002454 10.0.0.130 - - [2025-09-29 01:55:07] "GET /domains?obj_uuids=137491c9-af0d-4881-aa86-970d73b1f58a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001197 10.0.0.130 - - [2025-09-29 01:55:07] "GET /domain/137491c9-af0d-4881-aa86-970d73b1f58a HTTP/1.1" 200 2583 0.010236 10.0.0.130 - - [2025-09-29 01:55:07] "GET /projects?obj_uuids=90f0ff3e-d592-44bc-866d-740576df2ef1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000887 10.0.0.130 - - [2025-09-29 01:55:07] "GET /project/90f0ff3e-d592-44bc-866d-740576df2ef1 HTTP/1.1" 200 2850 0.072158 10.0.0.130 - - [2025-09-29 01:55:07] "GET /virtual-network/16a56f09-9a4d-41a1-b819-6906e651fb08 HTTP/1.1" 200 3787 0.009845 10.0.0.130 - - [2025-09-29 01:55:07] "GET /virtual-network/16a56f09-9a4d-41a1-b819-6906e651fb08 HTTP/1.1" 200 3787 0.004680 10.0.0.130 - - [2025-09-29 01:55:07] "GET /routing-instance/a64dc00b-2af1-48cb-a072-0e3719354287 HTTP/1.1" 200 2386 0.007252 10.0.0.130 - - [2025-09-29 01:55:07] "GET /routing-instance/a64dc00b-2af1-48cb-a072-0e3719354287 HTTP/1.1" 200 2386 0.003733 10.0.0.130 - - [2025-09-29 01:55:07] "GET /route-target/9f190bf9-101b-4397-8a89-9b49ab4348a4 HTTP/1.1" 200 1206 0.003189 10.0.0.130 - - [2025-09-29 01:55:07] "GET /virtual-network/16a56f09-9a4d-41a1-b819-6906e651fb08 HTTP/1.1" 200 3787 0.009856 10.0.0.130 - - [2025-09-29 01:55:07] "GET /routing-instance/a64dc00b-2af1-48cb-a072-0e3719354287 HTTP/1.1" 200 2386 0.003767 10.0.0.130 - - [2025-09-29 01:55:07] "GET /virtual-network/16a56f09-9a4d-41a1-b819-6906e651fb08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.005273 10.0.0.130 - - [2025-09-29 01:55:07] "GET /virtual-network/16a56f09-9a4d-41a1-b819-6906e651fb08 HTTP/1.1" 200 3787 0.005961 10.0.0.130 - - [2025-09-29 01:55:07] "GET /routing-instance/a64dc00b-2af1-48cb-a072-0e3719354287 HTTP/1.1" 200 2386 0.003373 10.0.0.130 - - [2025-09-29 01:55:07] "GET /routing-instance/a64dc00b-2af1-48cb-a072-0e3719354287 HTTP/1.1" 200 2386 0.004040 10.0.0.130 - - [2025-09-29 01:55:08] "GET /route-target/9f190bf9-101b-4397-8a89-9b49ab4348a4 HTTP/1.1" 200 1206 0.003976 10.0.0.130 - - [2025-09-29 01:55:08] "GET /domains HTTP/1.1" 200 281 0.004628 10.0.0.130 - - [2025-09-29 01:55:08] "GET /domains?obj_uuids=137491c9-af0d-4881-aa86-970d73b1f58a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.003297 10.0.0.130 - - [2025-09-29 01:55:08] "GET /domain/137491c9-af0d-4881-aa86-970d73b1f58a HTTP/1.1" 200 2583 0.016155 10.0.0.130 - - [2025-09-29 01:55:08] "GET /projects?obj_uuids=90f0ff3e-d592-44bc-866d-740576df2ef1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001428 10.0.0.130 - - [2025-09-29 01:55:08] "POST /neutron/network HTTP/1.1" 200 1004 0.008646 10.0.0.130 - - [2025-09-29 01:55:08] "GET /project/90f0ff3e-d592-44bc-866d-740576df2ef1 HTTP/1.1" 200 2850 0.074865 10.0.0.130 - - [2025-09-29 01:55:08] "GET /virtual-network/16a56f09-9a4d-41a1-b819-6906e651fb08 HTTP/1.1" 200 3787 0.008339 10.0.0.130 - - [2025-09-29 01:55:08] "GET /projects?obj_uuids=90f0ff3e-d592-44bc-866d-740576df2ef1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001272 10.0.0.130 - - [2025-09-29 01:55:08] "POST /neutron/port HTTP/1.1" 200 1055 0.247759 10.0.0.130 - - [2025-09-29 01:55:08] "POST /neutron/port HTTP/1.1" 200 1055 0.008600 10.0.0.130 - - [2025-09-29 01:55:08] "POST /neutron/port HTTP/1.1" 200 1055 0.018532 10.0.0.130 - - [2025-09-29 01:55:08] "POST /neutron/port HTTP/1.1" 200 1109 0.108852 10.0.0.130 - - [2025-09-29 01:55:08] "GET /obj-perms HTTP/1.1" 200 5049 0.072171 10.0.0.130 - - [2025-09-29 01:55:08] "POST /neutron/port HTTP/1.1" 200 1083 0.014431 10.0.0.130 - - [2025-09-29 01:55:08] "POST /neutron/port HTTP/1.1" 200 1083 0.014975 10.0.0.130 - - [2025-09-29 01:55:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004681 10.0.0.130 - - [2025-09-29 01:55:08] "POST /neutron/security_group HTTP/1.1" 200 2058 0.021056 10.0.0.130 - - [2025-09-29 01:55:08] "POST /neutron/subnet HTTP/1.1" 200 673 0.012348 10.0.0.130 - - [2025-09-29 01:55:08] "POST /neutron/port HTTP/1.1" 200 117 0.001096 10.0.0.130 - - [2025-09-29 01:55:08] "POST /neutron/network HTTP/1.1" 200 994 0.007563 10.0.0.130 - - [2025-09-29 01:55:08] "POST /neutron/port HTTP/1.1" 200 1083 0.012549 10.0.0.130 - - [2025-09-29 01:55:08] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005366 10.0.0.130 - - [2025-09-29 01:55:08] "POST /neutron/port HTTP/1.1" 200 1083 0.012744 10.0.0.130 - - [2025-09-29 01:55:08] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005001 10.0.0.130 - - [2025-09-29 01:55:08] "GET /virtual-machine/d68c87ba-e2b6-40a5-b03d-509f7be97fa8 HTTP/1.1" 200 1291 0.003587 10.0.0.130 - - [2025-09-29 01:55:08] "GET /virtual-machine-interface/739b9d3a-dfab-416d-b73e-0ff2c24bb145 HTTP/1.1" 200 2947 0.006009 10.0.0.130 - - [2025-09-29 01:55:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004324 10.0.0.130 - - [2025-09-29 01:55:08] "GET /global-vrouter-config/995f2d36-a695-4ca8-8abd-5db3ca8044ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003203 10.0.0.130 - - [2025-09-29 01:55:08] "GET /virtual-networks?parent_id=90f0ff3e-d592-44bc-866d-740576df2ef1&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003308 10.0.0.130 - - [2025-09-29 01:55:09] "GET /virtual-network/16a56f09-9a4d-41a1-b819-6906e651fb08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.005598 10.0.0.130 - - [2025-09-29 01:55:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002755 10.0.0.130 - - [2025-09-29 01:55:12] "GET /virtual-network/16a56f09-9a4d-41a1-b819-6906e651fb08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.005030 10.0.0.130 - - [2025-09-29 01:55:15] "POST /neutron/port HTTP/1.1" 200 1083 0.010368 10.0.0.130 - - [2025-09-29 01:55:15] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004572 10.0.0.130 - - [2025-09-29 01:55:16] "POST /neutron/port HTTP/1.1" 200 1083 0.010792 10.0.0.130 - - [2025-09-29 01:55:16] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004939 10.0.0.130 - - [2025-09-29 01:55:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002274 10.0.0.130 - - [2025-09-29 01:55:16] "GET /virtual-network/16a56f09-9a4d-41a1-b819-6906e651fb08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.004656 10.0.0.130 - - [2025-09-29 01:55:17] "POST /neutron/port HTTP/1.1" 200 1083 0.011681 10.0.0.130 - - [2025-09-29 01:55:17] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005444 10.0.0.130 - - [2025-09-29 01:55:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002639 10.0.0.130 - - [2025-09-29 01:55:18] "GET /global-vrouter-config/995f2d36-a695-4ca8-8abd-5db3ca8044ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002975 10.0.0.130 - - [2025-09-29 01:55:18] "GET /virtual-networks?parent_id=90f0ff3e-d592-44bc-866d-740576df2ef1&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002584 10.0.0.130 - - [2025-09-29 01:55:18] "GET /virtual-network/16a56f09-9a4d-41a1-b819-6906e651fb08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.005378 10.0.0.130 - - [2025-09-29 01:55:18] "POST /neutron/port HTTP/1.1" 200 1083 0.011029 10.0.0.130 - - [2025-09-29 01:55:18] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005129 10.0.0.130 - - [2025-09-29 01:55:18] "POST /neutron/port HTTP/1.1" 200 1083 0.010546 10.0.0.130 - - [2025-09-29 01:55:18] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005285 10.0.0.130 - - [2025-09-29 01:55:18] "POST /neutron/port HTTP/1.1" 200 1083 0.010300 10.0.0.130 - - [2025-09-29 01:55:18] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008068 10.0.0.130 - - [2025-09-29 01:55:18] "GET /virtual-machine/82789bba-1668-44e3-93f6-1af76c4927ad HTTP/1.1" 200 1290 0.004684 10.0.0.130 - - [2025-09-29 01:55:18] "GET /virtual-machine-interface/afde278c-06aa-4386-b4af-e41ab8adeb90 HTTP/1.1" 200 2948 0.005585 10.0.0.130 - - [2025-09-29 01:55:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002519 10.0.0.130 - - [2025-09-29 01:55:18] "GET /global-vrouter-config/995f2d36-a695-4ca8-8abd-5db3ca8044ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002789 10.0.0.130 - - [2025-09-29 01:55:19] "GET /virtual-networks?parent_id=90f0ff3e-d592-44bc-866d-740576df2ef1&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002829 10.0.0.130 - - [2025-09-29 01:55:19] "GET /virtual-network/16a56f09-9a4d-41a1-b819-6906e651fb08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.005151 10.0.0.130 - - [2025-09-29 01:55:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002743 10.0.0.130 - - [2025-09-29 01:55:20] "GET /global-vrouter-config/995f2d36-a695-4ca8-8abd-5db3ca8044ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002626 10.0.0.130 - - [2025-09-29 01:55:20] "GET /virtual-networks?parent_id=90f0ff3e-d592-44bc-866d-740576df2ef1&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003188 10.0.0.130 - - [2025-09-29 01:55:20] "GET /virtual-network/16a56f09-9a4d-41a1-b819-6906e651fb08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.005004 10.0.0.130 - - [2025-09-29 01:55:20] "POST /neutron/port HTTP/1.1" 200 1083 0.011014 10.0.0.130 - - [2025-09-29 01:55:20] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006167 10.0.0.130 - - [2025-09-29 01:55:20] "POST /neutron/port HTTP/1.1" 200 1083 0.009868 10.0.0.130 - - [2025-09-29 01:55:20] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005914 10.0.0.130 - - [2025-09-29 01:55:20] "POST /neutron/port HTTP/1.1" 200 1083 0.010510 10.0.0.130 - - [2025-09-29 01:55:20] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006136 10.0.0.130 - - [2025-09-29 01:55:20] "GET /virtual-machine/1963328f-52e2-4b6d-80d4-98774358b293 HTTP/1.1" 200 1293 0.004737 10.0.0.130 - - [2025-09-29 01:55:20] "GET /virtual-machine-interface/0f8b8954-00c9-4098-8fa7-b8c8e0ea7c94 HTTP/1.1" 200 2947 0.007722 10.0.0.130 - - [2025-09-29 01:55:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002707 10.0.0.130 - - [2025-09-29 01:55:20] "GET /global-vrouter-config/995f2d36-a695-4ca8-8abd-5db3ca8044ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003914 10.0.0.130 - - [2025-09-29 01:55:20] "GET /virtual-networks?parent_id=90f0ff3e-d592-44bc-866d-740576df2ef1&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002659 10.0.0.130 - - [2025-09-29 01:55:20] "GET /virtual-network/16a56f09-9a4d-41a1-b819-6906e651fb08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.004898 10.0.0.130 - - [2025-09-29 01:55:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003123 10.0.0.130 - - [2025-09-29 01:55:21] "GET /global-vrouter-config/995f2d36-a695-4ca8-8abd-5db3ca8044ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003921 10.0.0.130 - - [2025-09-29 01:55:22] "GET /virtual-networks?parent_id=90f0ff3e-d592-44bc-866d-740576df2ef1&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002646 10.0.0.130 - - [2025-09-29 01:55:22] "GET /virtual-network/16a56f09-9a4d-41a1-b819-6906e651fb08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.004880 10.0.0.130 - - [2025-09-29 01:55:38] "POST /neutron/port HTTP/1.1" 200 1109 0.010477 10.0.0.130 - - [2025-09-29 01:55:38] "POST /neutron/port HTTP/1.1" 200 1109 0.011053 10.0.0.130 - - [2025-09-29 01:55:38] "POST /neutron/port HTTP/1.1" 200 151 0.127872 10.0.0.130 - - [2025-09-29 01:55:38] "POST /neutron/port HTTP/1.1" 200 1109 0.011281 10.0.0.130 - - [2025-09-29 01:55:38] "POST /neutron/port HTTP/1.1" 200 1109 0.008548 10.0.0.130 - - [2025-09-29 01:55:38] "POST /neutron/port HTTP/1.1" 200 1083 0.017003 10.0.0.130 - - [2025-09-29 01:55:38] "POST /neutron/port HTTP/1.1" 200 1109 0.007550 10.0.0.130 - - [2025-09-29 01:55:38] "POST /neutron/port HTTP/1.1" 200 151 0.116524 10.0.0.130 - - [2025-09-29 01:55:38] "POST /neutron/network HTTP/1.1" 200 994 0.007144 10.0.0.130 - - [2025-09-29 01:55:38] "POST /neutron/network HTTP/1.1" 400 204 0.010640 10.0.0.130 - - [2025-09-29 01:55:38] "POST /neutron/port HTTP/1.1" 200 151 0.118313 10.0.0.130 - - [2025-09-29 01:55:40] "POST /neutron/network HTTP/1.1" 200 994 0.006893 10.0.0.130 - - [2025-09-29 01:55:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003477 10.0.0.130 - - [2025-09-29 01:55:40] "POST /useragent-kv HTTP/1.1" 200 115 0.003006 10.0.0.130 - - [2025-09-29 01:55:40] "POST /useragent-kv HTTP/1.1" 200 115 0.001767 10.0.0.130 - - [2025-09-29 01:55:40] "POST /useragent-kv HTTP/1.1" 200 115 0.001923 10.0.0.130 - - [2025-09-29 01:55:40] "POST /useragent-kv HTTP/1.1" 200 115 0.001895 10.0.0.130 - - [2025-09-29 01:55:40] "POST /neutron/network HTTP/1.1" 200 151 0.097194 10.0.0.130 - - [2025-09-29 01:55:40] "DELETE /route-target/9f190bf9-101b-4397-8a89-9b49ab4348a4 HTTP/1.1" 200 115 0.026974 10.0.0.130 - - [2025-09-29 01:55:40] "GET /routing-instance/a64dc00b-2af1-48cb-a072-0e3719354287 HTTP/1.1" 404 171 0.002350 10.0.0.130 - - [2025-09-29 01:55:40] "GET /domains HTTP/1.1" 200 281 0.002159 10.0.0.130 - - [2025-09-29 01:55:40] "GET /domains?obj_uuids=137491c9-af0d-4881-aa86-970d73b1f58a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000913 10.0.0.130 - - [2025-09-29 01:55:40] "GET /domain/137491c9-af0d-4881-aa86-970d73b1f58a HTTP/1.1" 200 2583 0.046704 10.0.0.130 - - [2025-09-29 01:55:40] "GET /projects?obj_uuids=90f0ff3e-d592-44bc-866d-740576df2ef1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001378 10.0.0.130 - - [2025-09-29 01:55:40] "GET /project/90f0ff3e-d592-44bc-866d-740576df2ef1 HTTP/1.1" 200 2090 0.069557 10.0.0.130 - - [2025-09-29 01:55:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002816 10.0.0.130 - - [2025-09-29 01:55:40] "DELETE /network-ipam/d68d7f33-8849-41c9-b9cb-ce101ca31612 HTTP/1.1" 200 115 0.019228 10.0.0.130 - - [2025-09-29 01:55:40] "POST /fqname-to-id HTTP/1.1" 404 211 0.002693 10.0.0.130 - - [2025-09-29 01:55:41] "GET /projects?obj_uuids=90f0ff3e-d592-44bc-866d-740576df2ef1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000988 10.0.0.130 - - [2025-09-29 01:55:41] "GET /project/90f0ff3e-d592-44bc-866d-740576df2ef1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.025467 10.0.0.130 - - [2025-09-29 01:55:41] "GET /projects?obj_uuids=90f0ff3e-d592-44bc-866d-740576df2ef1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000881 10.0.0.130 - - [2025-09-29 01:55:41] "GET /project/90f0ff3e-d592-44bc-866d-740576df2ef1?fields=virtual_networks HTTP/1.1" 200 1033 0.065781 10.0.0.130 - - [2025-09-29 01:55:41] "GET /projects?obj_uuids=90f0ff3e-d592-44bc-866d-740576df2ef1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000953 10.0.0.130 - - [2025-09-29 01:55:41] "GET /project/90f0ff3e-d592-44bc-866d-740576df2ef1?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.025541 10.0.0.130 - - [2025-09-29 01:55:41] "GET /projects?obj_uuids=90f0ff3e-d592-44bc-866d-740576df2ef1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001357 10.0.0.130 - - [2025-09-29 01:55:41] "GET /project/90f0ff3e-d592-44bc-866d-740576df2ef1?fields=security_groups HTTP/1.1" 200 1260 0.025842 10.0.0.130 - - [2025-09-29 01:55:43] "GET /obj-perms HTTP/1.1" 200 5075 0.054462 10.0.0.130 - - [2025-09-29 01:55:43] "POST /neutron/port HTTP/1.1" 200 117 0.005294 10.0.0.130 - - [2025-09-29 01:55:43] "POST /neutron/port HTTP/1.1" 200 117 0.012155 10.0.0.130 - - [2025-09-29 01:55:43] "POST /neutron/port HTTP/1.1" 400 205 0.003750 10.0.0.130 - - [2025-09-29 01:55:43] "POST /neutron/port HTTP/1.1" 400 205 0.007941 10.0.0.130 - - [2025-09-29 01:55:43] "GET /obj-perms HTTP/1.1" 200 5075 0.046207 10.0.0.130 - - [2025-09-29 01:55:48] "GET / HTTP/1.1" 200 36215 0.001706 10.0.0.130 - - [2025-09-29 01:55:49] "POST /fqname-to-id HTTP/1.1" 401 293 0.000429 10.0.0.130 - - [2025-09-29 01:55:49] "POST /fqname-to-id HTTP/1.1" 404 183 0.050499 10.0.0.130 - - [2025-09-29 01:55:49] "GET /projects?obj_uuids=62640e66-4514-4dbc-ae53-95302c1dcc21&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003277 10.0.0.130 - - [2025-09-29 01:55:49] "GET /domains?obj_uuids=137491c9-af0d-4881-aa86-970d73b1f58a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001576 10.0.0.130 - - [2025-09-29 01:55:49] "GET /domain/137491c9-af0d-4881-aa86-970d73b1f58a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008025 10.0.0.130 - - [2025-09-29 01:55:49] "POST /id-to-fqname HTTP/1.1" 200 185 0.001011 10.0.0.130 - - [2025-09-29 01:55:49] "POST /fqname-to-id HTTP/1.1" 404 194 0.005038 10.0.0.130 - - [2025-09-29 01:55:49] "POST /security-groups HTTP/1.1" 200 586 0.068632 10.0.0.130 - - [2025-09-29 01:55:49] "POST /fqname-to-id HTTP/1.1" 404 229 0.005312 10.0.0.130 - - [2025-09-29 01:55:49] "POST /projects HTTP/1.1" 200 575 0.215548 10.0.0.130 - - [2025-09-29 01:55:49] "POST /access-control-lists HTTP/1.1" 200 593 0.055186 10.0.0.130 - - [2025-09-29 01:55:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.287479 10.0.0.130 - - [2025-09-29 01:55:49] "POST /fqname-to-id HTTP/1.1" 404 228 0.002443 10.0.0.130 - - [2025-09-29 01:55:49] "GET /project/62640e66-4514-4dbc-ae53-95302c1dcc21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.408666 10.0.0.130 - - [2025-09-29 01:55:49] "POST /access-control-lists HTTP/1.1" 200 591 0.056748 10.0.0.130 - - [2025-09-29 01:55:50] "GET / HTTP/1.1" 200 36215 0.001735 10.0.0.130 - - [2025-09-29 01:55:52] "POST /fqname-to-id HTTP/1.1" 401 293 0.000434 10.0.0.130 - - [2025-09-29 01:55:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.027635 10.0.0.130 - - [2025-09-29 01:55:53] "GET /api-access-list/c67583d7-38b4-4cf8-a2db-01222659e1fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.003790 10.0.0.130 - - [2025-09-29 01:55:53] "GET /api-access-list/c67583d7-38b4-4cf8-a2db-01222659e1fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.003354 10.0.0.130 - - [2025-09-29 01:55:53] "GET /api-access-list/c67583d7-38b4-4cf8-a2db-01222659e1fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.003245 10.0.0.130 - - [2025-09-29 01:55:53] "PUT /api-access-list/c67583d7-38b4-4cf8-a2db-01222659e1fe HTTP/1.1" 200 265 0.007943 10.0.0.130 - - [2025-09-29 01:55:53] "GET /aaa-mode HTTP/1.1" 401 293 0.000370 10.0.0.130 - - [2025-09-29 01:55:53] "GET /aaa-mode HTTP/1.1" 200 128 0.019878 10.0.0.130 - - [2025-09-29 01:55:54] "POST /fqname-to-id HTTP/1.1" 404 183 0.023052 10.0.0.130 - - [2025-09-29 01:55:54] "GET /projects?obj_uuids=49c7a7b7-6553-41fe-8dd8-e47d5774ea61&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002247 10.0.0.130 - - [2025-09-29 01:55:54] "GET /domains?obj_uuids=137491c9-af0d-4881-aa86-970d73b1f58a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000905 10.0.0.130 - - [2025-09-29 01:55:54] "GET /domain/137491c9-af0d-4881-aa86-970d73b1f58a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006064 10.0.0.130 - - [2025-09-29 01:55:54] "POST /id-to-fqname HTTP/1.1" 200 185 0.001657 10.0.0.130 - - [2025-09-29 01:55:54] "POST /fqname-to-id HTTP/1.1" 404 194 0.002260 10.0.0.130 - - [2025-09-29 01:55:54] "POST /security-groups HTTP/1.1" 200 586 0.059747 10.0.0.130 - - [2025-09-29 01:55:54] "POST /fqname-to-id HTTP/1.1" 404 229 0.002566 10.0.0.130 - - [2025-09-29 01:55:54] "POST /projects HTTP/1.1" 200 575 0.205354 10.0.0.130 - - [2025-09-29 01:55:54] "POST /access-control-lists HTTP/1.1" 200 593 0.055595 10.0.0.130 - - [2025-09-29 01:55:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.276486 10.0.0.130 - - [2025-09-29 01:55:54] "POST /fqname-to-id HTTP/1.1" 404 228 0.002409 10.0.0.130 - - [2025-09-29 01:55:54] "GET /project/49c7a7b7-6553-41fe-8dd8-e47d5774ea61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.391736 10.0.0.130 - - [2025-09-29 01:55:54] "POST /access-control-lists HTTP/1.1" 200 591 0.064705 10.0.0.130 - - [2025-09-29 01:55:55] "POST /fqname-to-id HTTP/1.1" 404 183 0.021381 10.0.0.130 - - [2025-09-29 01:55:55] "GET /projects?obj_uuids=a30460ca-0746-4a53-9630-964692722f95&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002118 10.0.0.130 - - [2025-09-29 01:55:55] "GET /domains?obj_uuids=137491c9-af0d-4881-aa86-970d73b1f58a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000894 10.0.0.130 - - [2025-09-29 01:55:55] "GET /domain/137491c9-af0d-4881-aa86-970d73b1f58a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006172 10.0.0.130 - - [2025-09-29 01:55:55] "POST /id-to-fqname HTTP/1.1" 200 185 0.006167 10.0.0.130 - - [2025-09-29 01:55:55] "POST /fqname-to-id HTTP/1.1" 404 194 0.003001 10.0.0.130 - - [2025-09-29 01:55:55] "POST /security-groups HTTP/1.1" 200 586 0.064556 10.0.0.130 - - [2025-09-29 01:55:55] "POST /fqname-to-id HTTP/1.1" 404 229 0.002661 10.0.0.130 - - [2025-09-29 01:55:55] "POST /projects HTTP/1.1" 200 575 0.212915 10.0.0.130 - - [2025-09-29 01:55:55] "POST /access-control-lists HTTP/1.1" 200 593 0.057621 10.0.0.130 - - [2025-09-29 01:55:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.299423 10.0.0.130 - - [2025-09-29 01:55:55] "POST /fqname-to-id HTTP/1.1" 404 228 0.002439 10.0.0.130 - - [2025-09-29 01:55:55] "GET /project/a30460ca-0746-4a53-9630-964692722f95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.420117 10.0.0.130 - - [2025-09-29 01:55:55] "POST /access-control-lists HTTP/1.1" 200 591 0.062873 10.0.0.130 - - [2025-09-29 01:55:56] "GET / HTTP/1.1" 200 36215 0.001925 10.0.0.130 - - [2025-09-29 01:55:56] "GET / HTTP/1.1" 200 36215 0.001761 10.0.0.130 - - [2025-09-29 01:55:57] "POST /fqname-to-id HTTP/1.1" 404 183 0.003022 10.0.0.130 - - [2025-09-29 01:55:57] "POST /api-access-lists HTTP/1.1" 200 523 0.012217 10.0.0.130 - - [2025-09-29 01:55:57] "GET /api-access-list/054bce81-fe86-4799-aa95-2089f64c0e2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1265 0.004280 10.0.0.130 - - [2025-09-29 01:55:57] "GET /api-access-list/054bce81-fe86-4799-aa95-2089f64c0e2a HTTP/1.1" 401 293 0.000436 10.0.0.130 - - [2025-09-29 01:55:57] "GET /api-access-list/054bce81-fe86-4799-aa95-2089f64c0e2a HTTP/1.1" 200 1265 0.051739 10.0.0.130 - - [2025-09-29 01:55:57] "POST /fqname-to-id HTTP/1.1" 401 293 0.000304 10.0.0.130 - - [2025-09-29 01:55:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.068379 10.0.0.130 - - [2025-09-29 01:55:58] "GET /projects?obj_uuids=49c7a7b7-6553-41fe-8dd8-e47d5774ea61&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000950 10.0.0.130 - - [2025-09-29 01:55:58] "GET /project/49c7a7b7-6553-41fe-8dd8-e47d5774ea61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.041549 10.0.0.130 - - [2025-09-29 01:55:58] "GET /virtual-networks?parent_id=49c7a7b7-6553-41fe-8dd8-e47d5774ea61&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.012779 10.0.0.130 - - [2025-09-29 01:55:58] "POST /virtual-networks HTTP/1.1" 200 570 0.055626 10.0.0.130 - - [2025-09-29 01:55:58] "POST /route-targets HTTP/1.1" 200 328 0.015370 10.0.0.130 - - [2025-09-29 01:55:58] "POST /ref-update HTTP/1.1" 200 156 0.017952 10.0.0.130 - - [2025-09-29 01:55:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.017345 10.0.0.130 - - [2025-09-29 01:55:58] "GET /network-ipam/c0ff6135-dbb8-499e-9585-582ddaa8ec32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1046 0.010386 10.0.0.130 - - [2025-09-29 01:55:58] "POST /useragent-kv HTTP/1.1" 200 115 0.003525 10.0.0.130 - - [2025-09-29 01:55:58] "POST /ref-update HTTP/1.1" 200 156 0.044028 10.0.0.130 - - [2025-09-29 01:55:58] "POST /neutron/network HTTP/1.1" 200 834 0.044903 10.0.0.130 - - [2025-09-29 01:55:58] "POST /neutron/network HTTP/1.1" 200 834 0.018051 10.0.0.130 - - [2025-09-29 01:55:58] "GET /virtual-network/467aed70-3d6d-49b2-b56f-80f4d583875d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1989 0.012583 10.0.0.130 - - [2025-09-29 01:55:58] "POST /neutron/network HTTP/1.1" 200 834 0.020453 10.0.0.130 - - [2025-09-29 01:55:58] "POST /neutron/subnet HTTP/1.1" 200 685 0.026024 10.0.0.130 - - [2025-09-29 01:55:58] "GET /virtual-network/467aed70-3d6d-49b2-b56f-80f4d583875d HTTP/1.1" 401 293 0.001687 10.0.0.130 - - [2025-09-29 01:55:59] "GET /virtual-network/467aed70-3d6d-49b2-b56f-80f4d583875d HTTP/1.1" 200 2275 0.046695 10.0.0.130 - - [2025-09-29 01:55:59] "GET /virtual-network/467aed70-3d6d-49b2-b56f-80f4d583875d HTTP/1.1" 401 293 0.000378 10.0.0.130 - - [2025-09-29 01:55:59] "GET /virtual-network/467aed70-3d6d-49b2-b56f-80f4d583875d HTTP/1.1" 200 2014 0.041324 10.0.0.130 - - [2025-09-29 01:55:59] "POST /id-to-fqname HTTP/1.1" 401 293 0.000383 10.0.0.130 - - [2025-09-29 01:55:59] "POST /id-to-fqname HTTP/1.1" 200 230 0.028464 10.0.0.130 - - [2025-09-29 01:56:00] "POST /neutron/network HTTP/1.1" 200 844 0.037764 10.0.0.130 - - [2025-09-29 01:56:00] "GET /aaa-mode HTTP/1.1" 401 293 0.000450 10.0.0.130 - - [2025-09-29 01:56:00] "GET / HTTP/1.1" 200 36215 0.001356 10.0.0.130 - - [2025-09-29 01:56:00] "GET /project/a30460ca-0746-4a53-9630-964692722f95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000496 10.0.0.130 - - [2025-09-29 01:56:00] "GET /projects?obj_uuids=a30460ca-0746-4a53-9630-964692722f95&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001120 10.0.0.130 - - [2025-09-29 01:56:00] "GET /project/a30460ca-0746-4a53-9630-964692722f95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.048992 10.0.0.130 - - [2025-09-29 01:56:01] "POST /neutron/network HTTP/1.1" 200 834 0.005376 10.0.0.130 - - [2025-09-29 01:56:01] "POST /neutron/port HTTP/1.1" 200 117 0.026210 10.0.0.130 - - [2025-09-29 01:56:01] "POST /neutron/port HTTP/1.1" 200 117 0.004681 10.0.0.130 - - [2025-09-29 01:56:01] "POST /neutron/port HTTP/1.1" 200 117 0.006750 10.0.0.130 - - [2025-09-29 01:56:01] "POST /neutron/network HTTP/1.1" 200 844 0.020485 10.0.0.130 - - [2025-09-29 01:56:01] "POST /neutron/network HTTP/1.1" 200 834 0.019537 10.0.0.130 - - [2025-09-29 01:56:01] "GET /projects?obj_uuids=a30460ca-0746-4a53-9630-964692722f95&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000971 10.0.0.130 - - [2025-09-29 01:56:02] "POST /neutron/port HTTP/1.1" 200 1057 0.304762 10.0.0.130 - - [2025-09-29 01:56:02] "POST /neutron/port HTTP/1.1" 200 1057 0.009062 10.0.0.130 - - [2025-09-29 01:56:02] "POST /neutron/port HTTP/1.1" 200 1057 0.008607 10.0.0.130 - - [2025-09-29 01:56:02] "POST /neutron/port HTTP/1.1" 200 1111 0.054586 10.0.0.130 - - [2025-09-29 01:56:02] "POST /neutron/port HTTP/1.1" 200 1085 0.010144 10.0.0.130 - - [2025-09-29 01:56:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003187 10.0.0.130 - - [2025-09-29 01:56:02] "POST /neutron/subnet HTTP/1.1" 200 659 0.006011 10.0.0.130 - - [2025-09-29 01:56:02] "POST /neutron/port HTTP/1.1" 200 117 0.001349 10.0.0.130 - - [2025-09-29 01:56:02] "POST /neutron/network HTTP/1.1" 200 834 0.005445 10.0.0.130 - - [2025-09-29 01:56:04] "POST /neutron/port HTTP/1.1" 200 1085 0.009881 10.0.0.130 - - [2025-09-29 01:56:04] "POST /neutron/port HTTP/1.1" 200 1085 0.010737 10.0.0.130 - - [2025-09-29 01:56:04] "POST /neutron/network HTTP/1.1" 200 844 0.004861 10.0.0.130 - - [2025-09-29 01:56:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002805 10.0.0.130 - - [2025-09-29 01:56:04] "POST /neutron/subnet HTTP/1.1" 200 659 0.006406 10.0.0.130 - - [2025-09-29 01:56:04] "POST /neutron/port HTTP/1.1" 200 117 0.001034 10.0.0.130 - - [2025-09-29 01:56:05] "POST /neutron/network HTTP/1.1" 200 834 0.005055 10.0.0.130 - - [2025-09-29 01:56:06] "POST /neutron/port HTTP/1.1" 200 1085 0.009967 10.0.0.130 - - [2025-09-29 01:56:06] "POST /neutron/security_group HTTP/1.1" 200 2053 0.005291 10.0.0.130 - - [2025-09-29 01:56:06] "POST /neutron/port HTTP/1.1" 200 1085 0.010850 10.0.0.130 - - [2025-09-29 01:56:06] "POST /neutron/security_group HTTP/1.1" 200 2053 0.005708 10.0.0.130 - - [2025-09-29 01:56:06] "POST /neutron/port HTTP/1.1" 200 1085 0.012103 10.0.0.130 - - [2025-09-29 01:56:06] "POST /neutron/security_group HTTP/1.1" 200 2053 0.005667 10.0.0.130 - - [2025-09-29 01:56:06] "POST /neutron/port HTTP/1.1" 200 1085 0.009669 10.0.0.130 - - [2025-09-29 01:56:06] "POST /neutron/security_group HTTP/1.1" 200 2053 0.005809 10.0.0.130 - - [2025-09-29 01:56:06] "GET /virtual-machine/789a355c-e9cb-43b2-8d82-15f0d2ff0cca HTTP/1.1" 200 1289 0.011891 10.0.0.130 - - [2025-09-29 01:56:06] "GET /virtual-machine/789a355c-e9cb-43b2-8d82-15f0d2ff0cca HTTP/1.1" 200 1289 0.010719 10.0.0.130 - - [2025-09-29 01:56:06] "GET /virtual-machine-interface/818dca92-eeec-491c-bdaf-adeb1bb84b1c HTTP/1.1" 200 2536 0.013269 10.0.0.130 - - [2025-09-29 01:56:06] "GET /virtual-machine/789a355c-e9cb-43b2-8d82-15f0d2ff0cca HTTP/1.1" 200 1289 0.011223 10.0.0.130 - - [2025-09-29 01:56:06] "GET /virtual-machine-interface/818dca92-eeec-491c-bdaf-adeb1bb84b1c HTTP/1.1" 200 2536 0.012977 10.0.0.130 - - [2025-09-29 01:56:06] "GET /instance-ip/e4248d8a-c282-4824-938a-ee5cbf1d71ba HTTP/1.1" 200 1631 0.012497 10.0.0.130 - - [2025-09-29 01:56:06] "GET /virtual-machine/789a355c-e9cb-43b2-8d82-15f0d2ff0cca HTTP/1.1" 200 1289 0.011454 10.0.0.130 - - [2025-09-29 01:56:06] "GET /virtual-machine-interface/818dca92-eeec-491c-bdaf-adeb1bb84b1c HTTP/1.1" 200 2536 0.016743 10.0.0.130 - - [2025-09-29 01:56:06] "GET /instance-ip/e4248d8a-c282-4824-938a-ee5cbf1d71ba HTTP/1.1" 200 1631 0.012867 10.0.0.130 - - [2025-09-29 01:56:06] "POST /fqname-to-id HTTP/1.1" 403 339 0.010428 10.0.0.130 - - [2025-09-29 01:56:06] "GET / HTTP/1.1" 200 36215 0.001781 10.0.0.130 - - [2025-09-29 01:56:07] "POST /fqname-to-id HTTP/1.1" 401 293 0.000435 10.0.0.130 - - [2025-09-29 01:56:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.022914 10.0.0.130 - - [2025-09-29 01:56:07] "GET /global-vrouter-config/995f2d36-a695-4ca8-8abd-5db3ca8044ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002944 10.0.0.130 - - [2025-09-29 01:56:07] "GET /virtual-networks?parent_id=a30460ca-0746-4a53-9630-964692722f95&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.011082 10.0.0.130 - - [2025-09-29 01:56:07] "POST /fqname-to-id HTTP/1.1" 403 339 0.012028 10.0.0.130 - - [2025-09-29 01:56:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003086 10.0.0.130 - - [2025-09-29 01:56:07] "GET /global-vrouter-config/995f2d36-a695-4ca8-8abd-5db3ca8044ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004184 10.0.0.130 - - [2025-09-29 01:56:07] "GET /virtual-networks?parent_id=a30460ca-0746-4a53-9630-964692722f95&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.012441 10.0.0.130 - - [2025-09-29 01:56:07] "POST /fqname-to-id HTTP/1.1" 403 339 0.009324 10.0.0.130 - - [2025-09-29 01:56:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002591 10.0.0.130 - - [2025-09-29 01:56:07] "GET /global-vrouter-config/995f2d36-a695-4ca8-8abd-5db3ca8044ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003052 10.0.0.130 - - [2025-09-29 01:56:07] "GET /virtual-networks?parent_id=a30460ca-0746-4a53-9630-964692722f95&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.011061 10.0.0.130 - - [2025-09-29 01:56:07] "POST /fqname-to-id HTTP/1.1" 403 339 0.011056 10.0.0.130 - - [2025-09-29 01:56:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002653 10.0.0.130 - - [2025-09-29 01:56:07] "GET /global-vrouter-config/995f2d36-a695-4ca8-8abd-5db3ca8044ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003458 10.0.0.130 - - [2025-09-29 01:56:07] "GET /virtual-networks?parent_id=a30460ca-0746-4a53-9630-964692722f95&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.011561 10.0.0.130 - - [2025-09-29 01:56:07] "POST /fqname-to-id HTTP/1.1" 403 339 0.009612 10.0.0.130 - - [2025-09-29 01:56:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002900 10.0.0.130 - - [2025-09-29 01:56:07] "GET /global-vrouter-config/995f2d36-a695-4ca8-8abd-5db3ca8044ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003211 10.0.0.130 - - [2025-09-29 01:56:07] "GET /virtual-networks?parent_id=a30460ca-0746-4a53-9630-964692722f95&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010597 10.0.0.130 - - [2025-09-29 01:56:10] "POST /neutron/port HTTP/1.1" 200 1085 0.009027 10.0.0.130 - - [2025-09-29 01:56:10] "POST /neutron/security_group HTTP/1.1" 200 2053 0.005722 10.0.0.130 - - [2025-09-29 01:56:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.010486 10.0.0.130 - - [2025-09-29 01:56:11] "GET /virtual-network/467aed70-3d6d-49b2-b56f-80f4d583875d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1989 0.012816 10.0.0.130 - - [2025-09-29 01:56:13] "POST /fqname-to-id HTTP/1.1" 403 339 0.010367 10.0.0.130 - - [2025-09-29 01:56:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002117 10.0.0.130 - - [2025-09-29 01:56:13] "GET /global-vrouter-config/995f2d36-a695-4ca8-8abd-5db3ca8044ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002384 10.0.0.130 - - [2025-09-29 01:56:13] "GET /virtual-networks?parent_id=a30460ca-0746-4a53-9630-964692722f95&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009552 10.0.0.130 - - [2025-09-29 01:56:13] "POST /fqname-to-id HTTP/1.1" 403 339 0.011846 10.0.0.130 - - [2025-09-29 01:56:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.007157 10.0.0.130 - - [2025-09-29 01:56:13] "GET /global-vrouter-config/995f2d36-a695-4ca8-8abd-5db3ca8044ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.062610 10.0.0.130 - - [2025-09-29 01:56:13] "GET /virtual-networks?parent_id=a30460ca-0746-4a53-9630-964692722f95&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010437 10.0.0.130 - - [2025-09-29 01:56:13] "POST /fqname-to-id HTTP/1.1" 403 361 0.007402 10.0.0.130 - - [2025-09-29 01:56:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002584 10.0.0.130 - - [2025-09-29 01:56:13] "GET /routing-instance/cd8518dc-5541-4931-904f-668e681ccfa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1534 0.003357 10.0.0.130 - - [2025-09-29 01:56:13] "GET /route-target/11a8a4ce-86b3-46c9-a394-48dd4782ae38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.009773 10.0.0.130 - - [2025-09-29 01:56:13] "GET /route-target/11a8a4ce-86b3-46c9-a394-48dd4782ae38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.002811 10.0.0.130 - - [2025-09-29 01:56:13] "POST /fqname-to-id HTTP/1.1" 403 339 0.009347 10.0.0.130 - - [2025-09-29 01:56:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002018 10.0.0.130 - - [2025-09-29 01:56:13] "GET /global-vrouter-config/995f2d36-a695-4ca8-8abd-5db3ca8044ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003271 10.0.0.130 - - [2025-09-29 01:56:13] "GET /virtual-networks?parent_id=a30460ca-0746-4a53-9630-964692722f95&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010249 10.0.0.130 - - [2025-09-29 01:56:13] "POST /fqname-to-id HTTP/1.1" 403 361 0.009162 10.0.0.130 - - [2025-09-29 01:56:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004056 10.0.0.130 - - [2025-09-29 01:56:13] "GET /routing-instance/cd8518dc-5541-4931-904f-668e681ccfa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1534 0.004167 10.0.0.130 - - [2025-09-29 01:56:13] "GET /route-target/11a8a4ce-86b3-46c9-a394-48dd4782ae38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.010184 10.0.0.130 - - [2025-09-29 01:56:13] "GET /route-target/11a8a4ce-86b3-46c9-a394-48dd4782ae38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003122 10.0.0.130 - - [2025-09-29 01:56:14] "GET /obj-perms HTTP/1.1" 200 4934 0.057566 10.0.0.130 - - [2025-09-29 01:56:14] "GET /virtual-machine/789a355c-e9cb-43b2-8d82-15f0d2ff0cca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.010453 10.0.0.130 - - [2025-09-29 01:56:16] "GET /obj-perms HTTP/1.1" 200 4934 0.009668 10.0.0.130 - - [2025-09-29 01:56:16] "GET /virtual-machine/789a355c-e9cb-43b2-8d82-15f0d2ff0cca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.009916 10.0.0.130 - - [2025-09-29 01:56:18] "GET /obj-perms HTTP/1.1" 200 4934 0.009285 10.0.0.130 - - [2025-09-29 01:56:18] "GET /virtual-machine/789a355c-e9cb-43b2-8d82-15f0d2ff0cca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.009139 10.0.0.130 - - [2025-09-29 01:56:20] "GET /obj-perms HTTP/1.1" 200 4934 0.010675 10.0.0.130 - - [2025-09-29 01:56:20] "GET /virtual-machine/789a355c-e9cb-43b2-8d82-15f0d2ff0cca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.009550 10.0.0.130 - - [2025-09-29 01:56:22] "GET /obj-perms HTTP/1.1" 200 4934 0.009824 10.0.0.130 - - [2025-09-29 01:56:22] "GET /virtual-machine/789a355c-e9cb-43b2-8d82-15f0d2ff0cca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.009692 10.0.0.130 - - [2025-09-29 01:56:22] "GET /obj-perms HTTP/1.1" 200 4934 0.008475 10.0.0.130 - - [2025-09-29 01:56:22] "POST /fqname-to-id HTTP/1.1" 401 293 0.000527 10.0.0.130 - - [2025-09-29 01:56:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.024259 10.0.0.130 - - [2025-09-29 01:56:23] "GET /virtual-machine-interface/818dca92-eeec-491c-bdaf-adeb1bb84b1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2314 0.015290 10.0.0.130 - - [2025-09-29 01:56:23] "GET /obj-perms HTTP/1.1" 200 4934 0.008892 10.0.0.130 - - [2025-09-29 01:56:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002653 10.0.0.130 - - [2025-09-29 01:56:23] "GET /virtual-machine-interface/818dca92-eeec-491c-bdaf-adeb1bb84b1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2314 0.014558 10.0.0.130 - - [2025-09-29 01:56:23] "GET /obj-perms HTTP/1.1" 200 4934 0.009654 10.0.0.130 - - [2025-09-29 01:56:23] "GET /virtual-machine/789a355c-e9cb-43b2-8d82-15f0d2ff0cca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.012152 10.0.0.130 - - [2025-09-29 01:56:23] "GET /obj-perms HTTP/1.1" 200 4934 0.009069 10.0.0.130 - - [2025-09-29 01:56:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002502 10.0.0.130 - - [2025-09-29 01:56:23] "GET /virtual-machine-interface/818dca92-eeec-491c-bdaf-adeb1bb84b1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2314 0.015567 10.0.0.130 - - [2025-09-29 01:56:23] "GET /obj-perms HTTP/1.1" 200 4934 0.009592 10.0.0.130 - - [2025-09-29 01:56:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002485 10.0.0.130 - - [2025-09-29 01:56:23] "GET /virtual-network/467aed70-3d6d-49b2-b56f-80f4d583875d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1989 0.013949 10.0.0.130 - - [2025-09-29 01:56:23] "GET /obj-perms HTTP/1.1" 200 4934 0.009114 10.0.0.130 - - [2025-09-29 01:56:23] "GET /virtual-machine/789a355c-e9cb-43b2-8d82-15f0d2ff0cca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.010343 10.0.0.130 - - [2025-09-29 01:56:23] "GET /obj-perms HTTP/1.1" 200 4934 0.009996 10.0.0.130 - - [2025-09-29 01:56:23] "GET /obj-perms HTTP/1.1" 200 4934 0.009070 10.0.0.130 - - [2025-09-29 01:56:24] "GET /obj-perms HTTP/1.1" 200 4934 0.051065 10.0.0.130 - - [2025-09-29 01:56:24] "GET /obj-perms HTTP/1.1" 200 4934 0.008969 10.0.0.130 - - [2025-09-29 01:56:24] "GET /obj-perms HTTP/1.1" 200 5039 0.051278 10.0.0.130 - - [2025-09-29 01:56:24] "GET /obj-perms HTTP/1.1" 200 5039 0.002793 10.0.0.130 - - [2025-09-29 01:56:24] "GET /obj-perms HTTP/1.1" 200 4934 0.009485 10.0.0.130 - - [2025-09-29 01:56:24] "GET /obj-perms HTTP/1.1" 200 4934 0.009838 10.0.0.130 - - [2025-09-29 01:56:25] "GET /obj-perms HTTP/1.1" 200 4934 0.053629 10.0.0.130 - - [2025-09-29 01:56:25] "GET /obj-perms HTTP/1.1" 200 4934 0.009547 10.0.0.130 - - [2025-09-29 01:56:25] "GET /obj-perms HTTP/1.1" 200 5039 0.002800 10.0.0.130 - - [2025-09-29 01:56:25] "GET /obj-perms HTTP/1.1" 200 5039 0.002975 10.0.0.130 - - [2025-09-29 01:56:25] "GET /obj-perms HTTP/1.1" 200 4934 0.011274 10.0.0.130 - - [2025-09-29 01:56:25] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 321 0.016748 10.0.0.130 - - [2025-09-29 01:56:25] "GET /virtual-machine/789a355c-e9cb-43b2-8d82-15f0d2ff0cca HTTP/1.1" 200 1289 0.020871 10.0.0.130 - - [2025-09-29 01:56:26] "POST /neutron/port HTTP/1.1" 200 1085 0.010432 10.0.0.130 - - [2025-09-29 01:56:26] "POST /neutron/port HTTP/1.1" 200 1111 0.007390 10.0.0.130 - - [2025-09-29 01:56:26] "POST /neutron/port HTTP/1.1" 200 151 0.085568 10.0.0.130 - - [2025-09-29 01:56:27] "GET /virtual-machine/789a355c-e9cb-43b2-8d82-15f0d2ff0cca HTTP/1.1" 404 171 0.011198 10.0.0.130 - - [2025-09-29 01:56:27] "GET /virtual-machine/789a355c-e9cb-43b2-8d82-15f0d2ff0cca HTTP/1.1" 404 171 0.007159 10.0.0.130 - - [2025-09-29 01:56:27] "GET /virtual-machine/789a355c-e9cb-43b2-8d82-15f0d2ff0cca HTTP/1.1" 404 171 0.007072 10.0.0.130 - - [2025-09-29 01:56:27] "POST /fqname-to-id HTTP/1.1" 403 339 0.009861 10.0.0.130 - - [2025-09-29 01:56:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002156 10.0.0.130 - - [2025-09-29 01:56:27] "GET /global-vrouter-config/995f2d36-a695-4ca8-8abd-5db3ca8044ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002172 10.0.0.130 - - [2025-09-29 01:56:27] "GET /virtual-networks?parent_id=a30460ca-0746-4a53-9630-964692722f95&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009228 10.0.0.130 - - [2025-09-29 01:56:27] "POST /fqname-to-id HTTP/1.1" 403 361 0.008187 10.0.0.130 - - [2025-09-29 01:56:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002853 10.0.0.130 - - [2025-09-29 01:56:27] "GET /routing-instance/cd8518dc-5541-4931-904f-668e681ccfa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1534 0.003561 10.0.0.130 - - [2025-09-29 01:56:27] "GET /route-target/11a8a4ce-86b3-46c9-a394-48dd4782ae38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.009404 10.0.0.130 - - [2025-09-29 01:56:27] "GET /route-target/11a8a4ce-86b3-46c9-a394-48dd4782ae38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.002357 10.0.0.130 - - [2025-09-29 01:56:28] "GET /obj-perms HTTP/1.1" 200 4934 0.008623 10.0.0.130 - - [2025-09-29 01:56:28] "GET /obj-perms HTTP/1.1" 200 4934 0.008117 10.0.0.130 - - [2025-09-29 01:56:28] "GET /obj-perms HTTP/1.1" 200 4934 0.067502 10.0.0.130 - - [2025-09-29 01:56:28] "GET /obj-perms HTTP/1.1" 200 4934 0.010443 10.0.0.130 - - [2025-09-29 01:56:28] "GET /obj-perms HTTP/1.1" 200 5039 0.002822 10.0.0.130 - - [2025-09-29 01:56:31] "GET /obj-perms HTTP/1.1" 200 5039 0.003270 10.0.0.130 - - [2025-09-29 01:56:34] "GET /obj-perms HTTP/1.1" 200 5039 0.002962 10.0.0.130 - - [2025-09-29 01:56:36] "DELETE /project/49c7a7b7655341fe8dd8e47d5774ea61 HTTP/1.1" 404 173 0.007771 10.0.0.130 - - [2025-09-29 01:56:36] "DELETE /project/a30460ca07464a539630964692722f95 HTTP/1.1" 404 173 0.006955 10.0.0.130 - - [2025-09-29 01:56:36] "DELETE /project/62640e6645144dbcae5395302c1dcc21 HTTP/1.1" 404 173 0.004128 10.0.0.130 - - [2025-09-29 01:56:36] "GET /projects?obj_uuids=90f0ff3e-d592-44bc-866d-740576df2ef1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000793 10.0.0.130 - - [2025-09-29 01:56:36] "GET /project/90f0ff3e-d592-44bc-866d-740576df2ef1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.022348 10.0.0.130 - - [2025-09-29 01:56:36] "GET /projects?obj_uuids=90f0ff3e-d592-44bc-866d-740576df2ef1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000875 10.0.0.130 - - [2025-09-29 01:56:36] "GET /project/90f0ff3e-d592-44bc-866d-740576df2ef1?fields=security_groups HTTP/1.1" 200 1362 0.062791 10.0.0.130 - - [2025-09-29 01:56:36] "DELETE /security-group/c073821a-6926-4697-883a-84322eb03838 HTTP/1.1" 200 115 0.033528 10.0.0.130 - - [2025-09-29 01:56:36] "GET /projects?obj_uuids=90f0ff3e-d592-44bc-866d-740576df2ef1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001201 10.0.0.130 - - [2025-09-29 01:56:36] "DELETE /access-control-list/ee645921-ba92-495e-bee0-bcea3d52dec2 HTTP/1.1" 200 115 0.024447 10.0.0.130 - - [2025-09-29 01:56:36] "GET /project/90f0ff3e-d592-44bc-866d-740576df2ef1?fields=application_policy_sets HTTP/1.1" 200 1401 0.028929 10.0.0.130 - - [2025-09-29 01:56:36] "DELETE /access-control-list/80dabf9a-d624-4e5e-abaf-33a15cc2da06 HTTP/1.1" 200 115 0.021912 10.0.0.130 - - [2025-09-29 01:56:36] "DELETE /project/90f0ff3e-d592-44bc-866d-740576df2ef1 HTTP/1.1" 200 115 0.286244 10.0.0.130 - - [2025-09-29 01:56:37] "GET /obj-perms HTTP/1.1" 200 5039 0.003060 10.0.0.130 - - [2025-09-29 01:56:40] "GET /obj-perms HTTP/1.1" 200 5039 0.003422 10.0.0.130 - - [2025-09-29 01:56:43] "GET /obj-perms HTTP/1.1" 200 5039 0.002907 10.0.0.130 - - [2025-09-29 01:56:43] "GET /obj-perms HTTP/1.1" 200 5075 0.045833 10.0.0.130 - - [2025-09-29 01:56:44] "GET /obj-perms HTTP/1.1" 200 5075 0.042127 10.0.0.130 - - [2025-09-29 01:56:46] "GET /obj-perms HTTP/1.1" 200 5039 0.002787 10.0.0.130 - - [2025-09-29 01:56:49] "GET /obj-perms HTTP/1.1" 200 5039 0.003120 10.0.0.130 - - [2025-09-29 01:56:52] "GET /obj-perms HTTP/1.1" 200 5039 0.003762 10.0.0.130 - - [2025-09-29 01:56:55] "GET /obj-perms HTTP/1.1" 200 5039 0.002872 10.0.0.130 - - [2025-09-29 01:56:58] "GET /obj-perms HTTP/1.1" 200 5039 0.002822 10.0.0.130 - - [2025-09-29 01:57:01] "GET /obj-perms HTTP/1.1" 200 5039 0.003271 10.0.0.130 - - [2025-09-29 01:57:04] "GET /obj-perms HTTP/1.1" 200 5039 0.002908 10.0.0.130 - - [2025-09-29 01:57:07] "GET /obj-perms HTTP/1.1" 200 5039 0.003410 10.0.0.130 - - [2025-09-29 01:57:10] "GET /obj-perms HTTP/1.1" 200 5039 0.003023 10.0.0.130 - - [2025-09-29 01:57:13] "GET /obj-perms HTTP/1.1" 200 5039 0.004012 10.0.0.130 - - [2025-09-29 01:57:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003959 10.0.0.130 - - [2025-09-29 01:57:13] "POST /useragent-kv HTTP/1.1" 200 115 0.002034 10.0.0.130 - - [2025-09-29 01:57:13] "POST /useragent-kv HTTP/1.1" 200 115 0.002657 10.0.0.130 - - [2025-09-29 01:57:13] "DELETE /virtual-network/467aed70-3d6d-49b2-b56f-80f4d583875d HTTP/1.1" 200 115 0.072517 10.0.0.130 - - [2025-09-29 01:57:13] "DELETE /route-target/11a8a4ce-86b3-46c9-a394-48dd4782ae38 HTTP/1.1" 200 115 0.017514 10.0.0.130 - - [2025-09-29 01:57:13] "DELETE /api-access-list/054bce81-fe86-4799-aa95-2089f64c0e2a HTTP/1.1" 200 115 0.022248 10.0.0.130 - - [2025-09-29 01:57:13] "GET /api-access-list/054bce81-fe86-4799-aa95-2089f64c0e2a HTTP/1.1" 404 171 0.002448 10.0.0.130 - - [2025-09-29 01:57:14] "GET /projects?obj_uuids=a30460ca-0746-4a53-9630-964692722f95&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001043 10.0.0.130 - - [2025-09-29 01:57:14] "GET /project/a30460ca-0746-4a53-9630-964692722f95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.029709 10.0.0.130 - - [2025-09-29 01:57:14] "GET /projects?obj_uuids=a30460ca-0746-4a53-9630-964692722f95&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000927 10.0.0.130 - - [2025-09-29 01:57:14] "GET /project/a30460ca-0746-4a53-9630-964692722f95?fields=virtual_networks HTTP/1.1" 200 1024 0.066803 10.0.0.130 - - [2025-09-29 01:57:14] "GET /projects?obj_uuids=a30460ca-0746-4a53-9630-964692722f95&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001127 10.0.0.130 - - [2025-09-29 01:57:14] "GET /project/a30460ca-0746-4a53-9630-964692722f95?fields=virtual_machine_interfaces HTTP/1.1" 200 1024 0.019388 10.0.0.130 - - [2025-09-29 01:57:14] "GET /projects?obj_uuids=a30460ca-0746-4a53-9630-964692722f95&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001985 10.0.0.130 - - [2025-09-29 01:57:14] "GET /project/a30460ca-0746-4a53-9630-964692722f95?fields=security_groups HTTP/1.1" 200 1246 0.024673 10.0.0.130 - - [2025-09-29 01:57:14] "GET /projects?obj_uuids=49c7a7b7-6553-41fe-8dd8-e47d5774ea61&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001004 10.0.0.130 - - [2025-09-29 01:57:14] "GET /project/49c7a7b7-6553-41fe-8dd8-e47d5774ea61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.023963 10.0.0.130 - - [2025-09-29 01:57:14] "GET /projects?obj_uuids=49c7a7b7-6553-41fe-8dd8-e47d5774ea61&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000922 10.0.0.130 - - [2025-09-29 01:57:14] "GET /project/49c7a7b7-6553-41fe-8dd8-e47d5774ea61?fields=virtual_networks HTTP/1.1" 200 1023 0.068394 10.0.0.130 - - [2025-09-29 01:57:14] "GET /projects?obj_uuids=49c7a7b7-6553-41fe-8dd8-e47d5774ea61&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001170 10.0.0.130 - - [2025-09-29 01:57:14] "GET /project/49c7a7b7-6553-41fe-8dd8-e47d5774ea61?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.020761 10.0.0.130 - - [2025-09-29 01:57:14] "GET /projects?obj_uuids=49c7a7b7-6553-41fe-8dd8-e47d5774ea61&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001017 10.0.0.130 - - [2025-09-29 01:57:14] "GET /project/49c7a7b7-6553-41fe-8dd8-e47d5774ea61?fields=security_groups HTTP/1.1" 200 1245 0.023849 10.0.0.130 - - [2025-09-29 01:57:16] "GET /api-access-list/c67583d7-38b4-4cf8-a2db-01222659e1fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2413 0.003237 10.0.0.130 - - [2025-09-29 01:57:16] "PUT /api-access-list/c67583d7-38b4-4cf8-a2db-01222659e1fe HTTP/1.1" 200 265 0.007639 10.0.0.130 - - [2025-09-29 01:57:16] "GET /projects?obj_uuids=62640e66-4514-4dbc-ae53-95302c1dcc21&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001240 10.0.0.130 - - [2025-09-29 01:57:16] "GET /project/62640e66-4514-4dbc-ae53-95302c1dcc21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.024280 10.0.0.130 - - [2025-09-29 01:57:16] "GET /projects?obj_uuids=62640e66-4514-4dbc-ae53-95302c1dcc21&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001013 10.0.0.130 - - [2025-09-29 01:57:16] "GET /project/62640e66-4514-4dbc-ae53-95302c1dcc21?fields=virtual_networks HTTP/1.1" 200 1023 0.063012 10.0.0.130 - - [2025-09-29 01:57:16] "GET /projects?obj_uuids=62640e66-4514-4dbc-ae53-95302c1dcc21&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000914 10.0.0.130 - - [2025-09-29 01:57:16] "GET /project/62640e66-4514-4dbc-ae53-95302c1dcc21?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.032454 10.0.0.130 - - [2025-09-29 01:57:16] "GET /projects?obj_uuids=62640e66-4514-4dbc-ae53-95302c1dcc21&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001293 10.0.0.130 - - [2025-09-29 01:57:16] "GET /project/62640e66-4514-4dbc-ae53-95302c1dcc21?fields=security_groups HTTP/1.1" 200 1245 0.022194 10.0.0.130 - - [2025-09-29 01:57:17] "POST /fqname-to-id HTTP/1.1" 404 188 0.025114 10.0.0.130 - - [2025-09-29 01:57:17] "GET /projects?obj_uuids=60629980-bfc3-43f9-a443-cb438f352920&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002100 10.0.0.130 - - [2025-09-29 01:57:17] "GET /domains?obj_uuids=137491c9-af0d-4881-aa86-970d73b1f58a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001135 10.0.0.130 - - [2025-09-29 01:57:17] "GET /domain/137491c9-af0d-4881-aa86-970d73b1f58a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006109 10.0.0.130 - - [2025-09-29 01:57:17] "POST /id-to-fqname HTTP/1.1" 200 190 0.001086 10.0.0.130 - - [2025-09-29 01:57:17] "POST /fqname-to-id HTTP/1.1" 404 199 0.002626 10.0.0.130 - - [2025-09-29 01:57:17] "POST /security-groups HTTP/1.1" 200 591 0.060679 10.0.0.130 - - [2025-09-29 01:57:17] "POST /fqname-to-id HTTP/1.1" 404 234 0.003323 10.0.0.130 - - [2025-09-29 01:57:17] "POST /projects HTTP/1.1" 200 585 0.198857 10.0.0.130 - - [2025-09-29 01:57:17] "POST /access-control-lists HTTP/1.1" 200 598 0.057595 10.0.0.130 - - [2025-09-29 01:57:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.267714 10.0.0.130 - - [2025-09-29 01:57:17] "POST /fqname-to-id HTTP/1.1" 404 233 0.002507 10.0.0.130 - - [2025-09-29 01:57:17] "GET /project/60629980-bfc3-43f9-a443-cb438f352920?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.381239 10.0.0.130 - - [2025-09-29 01:57:17] "POST /access-control-lists HTTP/1.1" 200 596 0.064871 10.0.0.130 - - [2025-09-29 01:57:18] "GET / HTTP/1.1" 200 36215 0.001722 10.0.0.130 - - [2025-09-29 01:57:20] "POST /fqname-to-id HTTP/1.1" 401 293 0.000480 10.0.0.130 - - [2025-09-29 01:57:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.024203 10.0.0.130 - - [2025-09-29 01:57:20] "GET /api-access-list/c67583d7-38b4-4cf8-a2db-01222659e1fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.002733 10.0.0.130 - - [2025-09-29 01:57:20] "GET /api-access-list/c67583d7-38b4-4cf8-a2db-01222659e1fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.003061 10.0.0.130 - - [2025-09-29 01:57:21] "GET /api-access-list/c67583d7-38b4-4cf8-a2db-01222659e1fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.003140 10.0.0.130 - - [2025-09-29 01:57:21] "PUT /api-access-list/c67583d7-38b4-4cf8-a2db-01222659e1fe HTTP/1.1" 200 265 0.007887 10.0.0.130 - - [2025-09-29 01:57:21] "GET /aaa-mode HTTP/1.1" 200 128 0.001241 10.0.0.130 - - [2025-09-29 01:57:21] "POST /fqname-to-id HTTP/1.1" 404 188 0.019710 10.0.0.130 - - [2025-09-29 01:57:21] "GET /projects?obj_uuids=6dc1307a-6fac-4a3a-bc52-e42762147d01&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.001967 10.0.0.130 - - [2025-09-29 01:57:21] "GET /domains?obj_uuids=137491c9-af0d-4881-aa86-970d73b1f58a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000882 10.0.0.130 - - [2025-09-29 01:57:21] "GET /domain/137491c9-af0d-4881-aa86-970d73b1f58a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.005860 10.0.0.130 - - [2025-09-29 01:57:21] "POST /id-to-fqname HTTP/1.1" 200 190 0.001405 10.0.0.130 - - [2025-09-29 01:57:21] "POST /fqname-to-id HTTP/1.1" 404 199 0.003138 10.0.0.130 - - [2025-09-29 01:57:21] "POST /security-groups HTTP/1.1" 200 591 0.059509 10.0.0.130 - - [2025-09-29 01:57:21] "POST /fqname-to-id HTTP/1.1" 404 234 0.002232 10.0.0.130 - - [2025-09-29 01:57:21] "POST /projects HTTP/1.1" 200 585 0.203405 10.0.0.130 - - [2025-09-29 01:57:21] "POST /access-control-lists HTTP/1.1" 200 598 0.054791 10.0.0.130 - - [2025-09-29 01:57:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.269785 10.0.0.130 - - [2025-09-29 01:57:21] "POST /fqname-to-id HTTP/1.1" 404 233 0.002351 10.0.0.130 - - [2025-09-29 01:57:22] "GET /project/6dc1307a-6fac-4a3a-bc52-e42762147d01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.388286 10.0.0.130 - - [2025-09-29 01:57:22] "POST /access-control-lists HTTP/1.1" 200 596 0.059115 10.0.0.130 - - [2025-09-29 01:57:22] "POST /fqname-to-id HTTP/1.1" 404 188 0.022684 10.0.0.130 - - [2025-09-29 01:57:22] "GET /projects?obj_uuids=209b8b98-b435-4328-b58c-708da58a2b06&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003714 10.0.0.130 - - [2025-09-29 01:57:22] "GET /domains?obj_uuids=137491c9-af0d-4881-aa86-970d73b1f58a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000901 10.0.0.130 - - [2025-09-29 01:57:22] "GET /domain/137491c9-af0d-4881-aa86-970d73b1f58a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.005941 10.0.0.130 - - [2025-09-29 01:57:22] "POST /id-to-fqname HTTP/1.1" 200 190 0.001749 10.0.0.130 - - [2025-09-29 01:57:22] "POST /fqname-to-id HTTP/1.1" 404 199 0.003257 10.0.0.130 - - [2025-09-29 01:57:22] "POST /security-groups HTTP/1.1" 200 591 0.060090 10.0.0.130 - - [2025-09-29 01:57:22] "POST /fqname-to-id HTTP/1.1" 404 234 0.002213 10.0.0.130 - - [2025-09-29 01:57:22] "POST /projects HTTP/1.1" 200 585 0.207349 10.0.0.130 - - [2025-09-29 01:57:22] "POST /access-control-lists HTTP/1.1" 200 598 0.057960 10.0.0.130 - - [2025-09-29 01:57:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.282020 10.0.0.130 - - [2025-09-29 01:57:22] "POST /fqname-to-id HTTP/1.1" 404 233 0.002450 10.0.0.130 - - [2025-09-29 01:57:22] "GET /project/209b8b98-b435-4328-b58c-708da58a2b06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.399361 10.0.0.130 - - [2025-09-29 01:57:22] "POST /access-control-lists HTTP/1.1" 200 596 0.060620 10.0.0.130 - - [2025-09-29 01:57:23] "GET / HTTP/1.1" 200 36215 0.001849 10.0.0.130 - - [2025-09-29 01:57:24] "GET / HTTP/1.1" 200 36215 0.001332 10.0.0.130 - - [2025-09-29 01:57:24] "POST /fqname-to-id HTTP/1.1" 404 183 0.002814 10.0.0.130 - - [2025-09-29 01:57:24] "POST /api-access-lists HTTP/1.1" 200 523 0.012385 10.0.0.130 - - [2025-09-29 01:57:24] "GET /api-access-list/eac259a0-abc4-49c2-9c91-db6b7c34608e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1291 0.004050 10.0.0.130 - - [2025-09-29 01:57:24] "GET /api-access-list/eac259a0-abc4-49c2-9c91-db6b7c34608e HTTP/1.1" 401 293 0.000385 10.0.0.130 - - [2025-09-29 01:57:25] "GET /api-access-list/eac259a0-abc4-49c2-9c91-db6b7c34608e HTTP/1.1" 200 1291 0.057293 10.0.0.130 - - [2025-09-29 01:57:25] "POST /fqname-to-id HTTP/1.1" 401 293 0.000319 10.0.0.130 - - [2025-09-29 01:57:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.037841 10.0.0.130 - - [2025-09-29 01:57:25] "GET /projects?obj_uuids=6dc1307a-6fac-4a3a-bc52-e42762147d01&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001020 10.0.0.130 - - [2025-09-29 01:57:25] "GET /project/6dc1307a-6fac-4a3a-bc52-e42762147d01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.030768 10.0.0.130 - - [2025-09-29 01:57:25] "GET /virtual-networks?parent_id=6dc1307a-6fac-4a3a-bc52-e42762147d01&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.027887 10.0.0.130 - - [2025-09-29 01:57:25] "POST /virtual-networks HTTP/1.1" 200 585 0.045617 10.0.0.130 - - [2025-09-29 01:57:25] "POST /route-targets HTTP/1.1" 200 328 0.009426 10.0.0.130 - - [2025-09-29 01:57:25] "POST /ref-update HTTP/1.1" 200 156 0.014913 10.0.0.130 - - [2025-09-29 01:57:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.015408 10.0.0.130 - - [2025-09-29 01:57:25] "GET /network-ipam/c0ff6135-dbb8-499e-9585-582ddaa8ec32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1046 0.010615 10.0.0.130 - - [2025-09-29 01:57:25] "POST /useragent-kv HTTP/1.1" 200 115 0.002804 10.0.0.130 - - [2025-09-29 01:57:25] "POST /ref-update HTTP/1.1" 200 156 0.044382 10.0.0.130 - - [2025-09-29 01:57:25] "POST /neutron/network HTTP/1.1" 200 846 0.039540 10.0.0.130 - - [2025-09-29 01:57:25] "POST /neutron/network HTTP/1.1" 200 846 0.022318 10.0.0.130 - - [2025-09-29 01:57:25] "GET /virtual-network/8802a87b-b9f4-4c7f-8642-c3f475ad7778?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2009 0.011792 10.0.0.130 - - [2025-09-29 01:57:25] "POST /neutron/network HTTP/1.1" 200 846 0.017500 10.0.0.130 - - [2025-09-29 01:57:25] "POST /neutron/subnet HTTP/1.1" 200 669 0.024188 10.0.0.130 - - [2025-09-29 01:57:25] "POST /fqname-to-id HTTP/1.1" 401 293 0.000348 10.0.0.130 - - [2025-09-29 01:57:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.035436 10.0.0.130 - - [2025-09-29 01:57:26] "GET /projects?obj_uuids=209b8b98-b435-4328-b58c-708da58a2b06&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001442 10.0.0.130 - - [2025-09-29 01:57:26] "GET /project/209b8b98-b435-4328-b58c-708da58a2b06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.029622 10.0.0.130 - - [2025-09-29 01:57:26] "GET /virtual-networks?parent_id=209b8b98-b435-4328-b58c-708da58a2b06&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.014640 10.0.0.130 - - [2025-09-29 01:57:26] "POST /virtual-networks HTTP/1.1" 200 585 0.048398 10.0.0.130 - - [2025-09-29 01:57:26] "POST /route-targets HTTP/1.1" 200 328 0.009326 10.0.0.130 - - [2025-09-29 01:57:26] "POST /ref-update HTTP/1.1" 200 156 0.009328 10.0.0.130 - - [2025-09-29 01:57:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.012151 10.0.0.130 - - [2025-09-29 01:57:26] "GET /network-ipam/c0ff6135-dbb8-499e-9585-582ddaa8ec32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1046 0.010726 10.0.0.130 - - [2025-09-29 01:57:26] "POST /useragent-kv HTTP/1.1" 200 115 0.003903 10.0.0.130 - - [2025-09-29 01:57:26] "POST /ref-update HTTP/1.1" 200 156 0.045659 10.0.0.130 - - [2025-09-29 01:57:26] "POST /neutron/network HTTP/1.1" 200 847 0.037972 10.0.0.130 - - [2025-09-29 01:57:26] "POST /neutron/network HTTP/1.1" 200 847 0.017581 10.0.0.130 - - [2025-09-29 01:57:26] "GET /virtual-network/d63a5c83-e4f1-400d-a976-8cb263d02a32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.011763 10.0.0.130 - - [2025-09-29 01:57:26] "POST /neutron/network HTTP/1.1" 200 847 0.017528 10.0.0.130 - - [2025-09-29 01:57:26] "POST /neutron/subnet HTTP/1.1" 200 674 0.024915 10.0.0.130 - - [2025-09-29 01:57:26] "GET /virtual-network/8802a87b-b9f4-4c7f-8642-c3f475ad7778 HTTP/1.1" 401 293 0.000386 10.0.0.130 - - [2025-09-29 01:57:27] "GET /virtual-network/8802a87b-b9f4-4c7f-8642-c3f475ad7778 HTTP/1.1" 200 2310 0.037476 10.0.0.130 - - [2025-09-29 01:57:27] "GET /virtual-network/8802a87b-b9f4-4c7f-8642-c3f475ad7778 HTTP/1.1" 401 293 0.000316 10.0.0.130 - - [2025-09-29 01:57:27] "GET /virtual-network/8802a87b-b9f4-4c7f-8642-c3f475ad7778 HTTP/1.1" 403 376 0.031071 10.0.0.130 - - [2025-09-29 01:57:27] "GET /virtual-network/8802a87b-b9f4-4c7f-8642-c3f475ad7778 HTTP/1.1" 200 2310 0.004303 10.0.0.130 - - [2025-09-29 01:57:27] "GET /virtual-networks HTTP/1.1" 200 372 0.018486 10.0.0.130 - - [2025-09-29 01:57:27] "GET /virtual-networks HTTP/1.1" 200 372 0.017100 10.0.0.130 - - [2025-09-29 01:57:27] "PUT /virtual-network/8802a87b-b9f4-4c7f-8642-c3f475ad7778 HTTP/1.1" 200 265 0.022907 10.0.0.130 - - [2025-09-29 01:57:27] "GET /virtual-networks HTTP/1.1" 200 132 0.016561 10.0.0.130 - - [2025-09-29 01:57:27] "GET /virtual-networks HTTP/1.1" 200 613 0.016670 10.0.0.130 - - [2025-09-29 01:57:27] "GET /virtual-networks HTTP/1.1" 200 1435 0.002117 10.0.0.130 - - [2025-09-29 01:57:27] "PUT /virtual-network/8802a87b-b9f4-4c7f-8642-c3f475ad7778 HTTP/1.1" 200 265 0.023849 10.0.0.130 - - [2025-09-29 01:57:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003343 10.0.0.130 - - [2025-09-29 01:57:27] "POST /useragent-kv HTTP/1.1" 200 115 0.002354 10.0.0.130 - - [2025-09-29 01:57:27] "POST /useragent-kv HTTP/1.1" 200 115 0.001609 10.0.0.130 - - [2025-09-29 01:57:27] "DELETE /virtual-network/d63a5c83-e4f1-400d-a976-8cb263d02a32 HTTP/1.1" 200 115 0.073294 10.0.0.130 - - [2025-09-29 01:57:27] "DELETE /route-target/fa5e9e98-7df9-4ac5-985e-aeaba605b756 HTTP/1.1" 200 115 0.019663 10.0.0.130 - - [2025-09-29 01:57:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003545 10.0.0.130 - - [2025-09-29 01:57:27] "POST /useragent-kv HTTP/1.1" 200 115 0.002626 10.0.0.130 - - [2025-09-29 01:57:27] "POST /useragent-kv HTTP/1.1" 200 115 0.001821 10.0.0.130 - - [2025-09-29 01:57:27] "DELETE /virtual-network/8802a87b-b9f4-4c7f-8642-c3f475ad7778 HTTP/1.1" 200 115 0.073467 10.0.0.130 - - [2025-09-29 01:57:27] "DELETE /route-target/db1a54e0-4edf-4d79-b42a-c3d3adfa3120 HTTP/1.1" 200 115 0.019277 10.0.0.130 - - [2025-09-29 01:57:27] "DELETE /api-access-list/eac259a0-abc4-49c2-9c91-db6b7c34608e HTTP/1.1" 200 115 0.020303 10.0.0.130 - - [2025-09-29 01:57:27] "GET /api-access-list/eac259a0-abc4-49c2-9c91-db6b7c34608e HTTP/1.1" 404 171 0.002663 10.0.0.130 - - [2025-09-29 01:57:28] "GET /projects?obj_uuids=209b8b98-b435-4328-b58c-708da58a2b06&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000879 10.0.0.130 - - [2025-09-29 01:57:28] "GET /project/209b8b98-b435-4328-b58c-708da58a2b06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.024427 10.0.0.130 - - [2025-09-29 01:57:28] "GET /projects?obj_uuids=209b8b98-b435-4328-b58c-708da58a2b06&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000889 10.0.0.130 - - [2025-09-29 01:57:28] "GET /project/209b8b98-b435-4328-b58c-708da58a2b06?fields=virtual_networks HTTP/1.1" 200 1033 0.064844 10.0.0.130 - - [2025-09-29 01:57:28] "GET /projects?obj_uuids=209b8b98-b435-4328-b58c-708da58a2b06&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000871 10.0.0.130 - - [2025-09-29 01:57:28] "GET /project/209b8b98-b435-4328-b58c-708da58a2b06?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.023313 10.0.0.130 - - [2025-09-29 01:57:28] "GET /projects?obj_uuids=209b8b98-b435-4328-b58c-708da58a2b06&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001196 10.0.0.130 - - [2025-09-29 01:57:28] "GET /project/209b8b98-b435-4328-b58c-708da58a2b06?fields=security_groups HTTP/1.1" 200 1260 0.023466 10.0.0.130 - - [2025-09-29 01:57:28] "GET /projects?obj_uuids=6dc1307a-6fac-4a3a-bc52-e42762147d01&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000918 10.0.0.130 - - [2025-09-29 01:57:28] "GET /project/6dc1307a-6fac-4a3a-bc52-e42762147d01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.023507 10.0.0.130 - - [2025-09-29 01:57:28] "GET /projects?obj_uuids=6dc1307a-6fac-4a3a-bc52-e42762147d01&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000905 10.0.0.130 - - [2025-09-29 01:57:28] "GET /project/6dc1307a-6fac-4a3a-bc52-e42762147d01?fields=virtual_networks HTTP/1.1" 200 1033 0.064002 10.0.0.130 - - [2025-09-29 01:57:28] "GET /projects?obj_uuids=6dc1307a-6fac-4a3a-bc52-e42762147d01&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001172 10.0.0.130 - - [2025-09-29 01:57:28] "GET /project/6dc1307a-6fac-4a3a-bc52-e42762147d01?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.020378 10.0.0.130 - - [2025-09-29 01:57:28] "GET /projects?obj_uuids=6dc1307a-6fac-4a3a-bc52-e42762147d01&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000901 10.0.0.130 - - [2025-09-29 01:57:28] "GET /project/6dc1307a-6fac-4a3a-bc52-e42762147d01?fields=security_groups HTTP/1.1" 200 1260 0.026191 10.0.0.130 - - [2025-09-29 01:57:29] "GET /aaa-mode HTTP/1.1" 200 128 0.000998 10.0.0.130 - - [2025-09-29 01:57:30] "GET / HTTP/1.1" 200 36215 0.001496 10.0.0.130 - - [2025-09-29 01:57:31] "GET / HTTP/1.1" 200 36215 0.001445 10.0.0.130 - - [2025-09-29 01:57:31] "POST /fqname-to-id HTTP/1.1" 401 293 0.000542 10.0.0.130 - - [2025-09-29 01:57:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.063490 10.0.0.130 - - [2025-09-29 01:57:31] "GET /projects?obj_uuids=60629980-bfc3-43f9-a443-cb438f352920&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001215 10.0.0.130 - - [2025-09-29 01:57:31] "GET /project/60629980-bfc3-43f9-a443-cb438f352920?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.033761 10.0.0.130 - - [2025-09-29 01:57:31] "GET /virtual-networks?parent_id=60629980-bfc3-43f9-a443-cb438f352920&detail=False&count=False&shared=False HTTP/1.1" 403 263 0.007446 10.0.0.130 - - [2025-09-29 01:57:31] "POST /fqname-to-id HTTP/1.1" 404 197 0.007759 10.0.0.130 - - [2025-09-29 01:57:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.009195 10.0.0.130 - - [2025-09-29 01:57:32] "GET /domains?obj_uuids=137491c9-af0d-4881-aa86-970d73b1f58a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000931 10.0.0.130 - - [2025-09-29 01:57:32] "GET /domain/137491c9-af0d-4881-aa86-970d73b1f58a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.012129 10.0.0.130 - - [2025-09-29 01:57:32] "POST /service-templates HTTP/1.1" 403 264 0.006391 10.0.0.130 - - [2025-09-29 01:57:32] "POST /fqname-to-id HTTP/1.1" 404 215 0.002893 10.0.0.130 - - [2025-09-29 01:57:32] "POST /api-access-lists HTTP/1.1" 200 557 0.015508 10.0.0.130 - - [2025-09-29 01:57:32] "GET /api-access-list/94ecd1d2-2fde-4d4f-9d7d-924d81c2c2cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1325 0.004114 10.0.0.130 - - [2025-09-29 01:57:32] "GET /api-access-list/94ecd1d2-2fde-4d4f-9d7d-924d81c2c2cc HTTP/1.1" 200 1325 0.003396 10.0.0.130 - - [2025-09-29 01:57:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.011218 10.0.0.130 - - [2025-09-29 01:57:32] "GET /projects?obj_uuids=60629980-bfc3-43f9-a443-cb438f352920&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000999 10.0.0.130 - - [2025-09-29 01:57:32] "GET /project/60629980-bfc3-43f9-a443-cb438f352920?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.031412 10.0.0.130 - - [2025-09-29 01:57:32] "GET /virtual-networks?parent_id=60629980-bfc3-43f9-a443-cb438f352920&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010588 10.0.0.130 - - [2025-09-29 01:57:32] "POST /virtual-networks HTTP/1.1" 200 585 0.042770 10.0.0.130 - - [2025-09-29 01:57:32] "POST /route-targets HTTP/1.1" 200 328 0.008935 10.0.0.130 - - [2025-09-29 01:57:32] "POST /ref-update HTTP/1.1" 200 156 0.010284 10.0.0.130 - - [2025-09-29 01:57:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.011517 10.0.0.130 - - [2025-09-29 01:57:32] "GET /network-ipam/c0ff6135-dbb8-499e-9585-582ddaa8ec32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1046 0.023536 10.0.0.130 - - [2025-09-29 01:57:32] "POST /useragent-kv HTTP/1.1" 200 115 0.003374 10.0.0.130 - - [2025-09-29 01:57:32] "POST /ref-update HTTP/1.1" 200 156 0.041102 10.0.0.130 - - [2025-09-29 01:57:32] "POST /neutron/network HTTP/1.1" 200 850 0.040123 10.0.0.130 - - [2025-09-29 01:57:32] "POST /neutron/network HTTP/1.1" 200 850 0.019430 10.0.0.130 - - [2025-09-29 01:57:32] "GET /virtual-network/e923f57e-7e6f-4ef4-90ce-298f2046c25a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2021 0.012299 10.0.0.130 - - [2025-09-29 01:57:32] "POST /neutron/network HTTP/1.1" 200 850 0.017713 10.0.0.130 - - [2025-09-29 01:57:32] "POST /neutron/subnet HTTP/1.1" 200 686 0.023507 10.0.0.130 - - [2025-09-29 01:57:32] "POST /neutron/network HTTP/1.1" 200 850 0.055069 10.0.0.130 - - [2025-09-29 01:57:32] "GET /virtual-network/e923f57e-7e6f-4ef4-90ce-298f2046c25a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2021 0.004328 10.0.0.130 - - [2025-09-29 01:57:32] "GET /network-ipam/c0ff6135-dbb8-499e-9585-582ddaa8ec32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1046 0.003032 10.0.0.130 - - [2025-09-29 01:57:32] "GET /domains HTTP/1.1" 200 281 0.002776 10.0.0.130 - - [2025-09-29 01:57:32] "GET /domains?obj_uuids=137491c9-af0d-4881-aa86-970d73b1f58a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000956 10.0.0.130 - - [2025-09-29 01:57:32] "GET /domain/137491c9-af0d-4881-aa86-970d73b1f58a HTTP/1.1" 200 3503 0.006320 10.0.0.130 - - [2025-09-29 01:57:32] "GET /projects?obj_uuids=60629980-bfc3-43f9-a443-cb438f352920&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000806 10.0.0.130 - - [2025-09-29 01:57:33] "GET /project/60629980-bfc3-43f9-a443-cb438f352920 HTTP/1.1" 200 2358 0.069182 10.0.0.130 - - [2025-09-29 01:57:33] "GET /virtual-network/e923f57e-7e6f-4ef4-90ce-298f2046c25a HTTP/1.1" 200 2322 0.007621 10.0.0.130 - - [2025-09-29 01:57:33] "GET /virtual-network/e923f57e-7e6f-4ef4-90ce-298f2046c25a HTTP/1.1" 200 2322 0.005040 10.0.0.130 - - [2025-09-29 01:57:33] "GET /routing-instance/5083d9ba-6503-4805-8858-53d1d023024e HTTP/1.1" 200 1557 0.003221 10.0.0.130 - - [2025-09-29 01:57:33] "GET /routing-instance/5083d9ba-6503-4805-8858-53d1d023024e HTTP/1.1" 200 1557 0.002834 10.0.0.130 - - [2025-09-29 01:57:33] "GET /route-target/16fe41d8-1966-411f-b994-acad10c2b3fe HTTP/1.1" 200 1246 0.002770 10.0.0.130 - - [2025-09-29 01:57:33] "GET /virtual-network/e923f57e-7e6f-4ef4-90ce-298f2046c25a HTTP/1.1" 200 2322 0.004516 10.0.0.130 - - [2025-09-29 01:57:33] "GET /routing-instance/5083d9ba-6503-4805-8858-53d1d023024e HTTP/1.1" 200 1557 0.002965 10.0.0.130 - - [2025-09-29 01:57:33] "GET /virtual-network/e923f57e-7e6f-4ef4-90ce-298f2046c25a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2021 0.004285 10.0.0.130 - - [2025-09-29 01:57:33] "GET /virtual-network/e923f57e-7e6f-4ef4-90ce-298f2046c25a HTTP/1.1" 200 2322 0.004113 10.0.0.130 - - [2025-09-29 01:57:33] "GET /routing-instance/5083d9ba-6503-4805-8858-53d1d023024e HTTP/1.1" 200 1557 0.003453 10.0.0.130 - - [2025-09-29 01:57:33] "GET /routing-instance/5083d9ba-6503-4805-8858-53d1d023024e HTTP/1.1" 200 1557 0.002697 10.0.0.130 - - [2025-09-29 01:57:33] "GET /route-target/16fe41d8-1966-411f-b994-acad10c2b3fe HTTP/1.1" 200 1246 0.002395 10.0.0.130 - - [2025-09-29 01:57:33] "GET /domains HTTP/1.1" 200 281 0.002431 10.0.0.130 - - [2025-09-29 01:57:33] "GET /domains?obj_uuids=137491c9-af0d-4881-aa86-970d73b1f58a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000850 10.0.0.130 - - [2025-09-29 01:57:33] "GET /domain/137491c9-af0d-4881-aa86-970d73b1f58a HTTP/1.1" 200 3503 0.005537 10.0.0.130 - - [2025-09-29 01:57:33] "GET /projects?obj_uuids=60629980-bfc3-43f9-a443-cb438f352920&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002065 10.0.0.130 - - [2025-09-29 01:57:33] "GET /project/60629980-bfc3-43f9-a443-cb438f352920 HTTP/1.1" 200 2358 0.079817 10.0.0.130 - - [2025-09-29 01:57:33] "GET /virtual-network/e923f57e-7e6f-4ef4-90ce-298f2046c25a HTTP/1.1" 200 2322 0.004547 10.0.0.130 - - [2025-09-29 01:57:33] "GET /obj-perms HTTP/1.1" 200 5049 0.049429 10.0.0.130 - - [2025-09-29 01:57:33] "POST /fqname-to-id HTTP/1.1" 404 197 0.009776 10.0.0.130 - - [2025-09-29 01:57:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.009551 10.0.0.130 - - [2025-09-29 01:57:33] "GET /domains?obj_uuids=137491c9-af0d-4881-aa86-970d73b1f58a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001423 10.0.0.130 - - [2025-09-29 01:57:33] "GET /domain/137491c9-af0d-4881-aa86-970d73b1f58a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.013896 10.0.0.130 - - [2025-09-29 01:57:33] "POST /service-templates HTTP/1.1" 403 264 0.011177 10.0.0.130 - - [2025-09-29 01:57:33] "POST /fqname-to-id HTTP/1.1" 404 183 0.002569 10.0.0.130 - - [2025-09-29 01:57:33] "POST /api-access-lists HTTP/1.1" 200 523 0.019609 10.0.0.130 - - [2025-09-29 01:57:33] "GET /api-access-list/cbac5688-e31c-4772-9889-6c14f5a5f5d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1292 0.004816 10.0.0.130 - - [2025-09-29 01:57:33] "GET /api-access-list/cbac5688-e31c-4772-9889-6c14f5a5f5d4 HTTP/1.1" 200 1292 0.003144 10.0.0.130 - - [2025-09-29 01:57:33] "POST /fqname-to-id HTTP/1.1" 404 197 0.010803 10.0.0.130 - - [2025-09-29 01:57:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.009356 10.0.0.130 - - [2025-09-29 01:57:34] "GET /domains?obj_uuids=137491c9-af0d-4881-aa86-970d73b1f58a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000962 10.0.0.130 - - [2025-09-29 01:57:34] "GET /domain/137491c9-af0d-4881-aa86-970d73b1f58a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.013783 10.0.0.130 - - [2025-09-29 01:57:34] "POST /service-templates HTTP/1.1" 200 553 0.027770 10.0.0.130 - - [2025-09-29 01:57:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.012302 10.0.0.130 - - [2025-09-29 01:57:34] "GET /service-template/849dd7b1-85ce-40f3-a53d-bfa58daad454?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1855 0.014898 10.0.0.130 - - [2025-09-29 01:57:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.011874 10.0.0.130 - - [2025-09-29 01:57:34] "GET /service-template/849dd7b1-85ce-40f3-a53d-bfa58daad454?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1855 0.012458 10.0.0.130 - - [2025-09-29 01:57:34] "GET /virtual-network/e923f57e-7e6f-4ef4-90ce-298f2046c25a HTTP/1.1" 401 293 0.002418 10.0.0.130 - - [2025-09-29 01:57:34] "GET /virtual-network/e923f57e-7e6f-4ef4-90ce-298f2046c25a HTTP/1.1" 403 263 0.028640 10.0.0.130 - - [2025-09-29 01:57:34] "GET /service-template/849dd7b1-85ce-40f3-a53d-bfa58daad454 HTTP/1.1" 403 264 0.007569 10.0.0.130 - - [2025-09-29 01:57:35] "GET /service-template/849dd7b1-85ce-40f3-a53d-bfa58daad454 HTTP/1.1" 403 264 0.030514 10.0.0.130 - - [2025-09-29 01:57:35] "GET /api-access-list/94ecd1d2-2fde-4d4f-9d7d-924d81c2c2cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1325 0.002236 10.0.0.130 - - [2025-09-29 01:57:35] "PUT /api-access-list/94ecd1d2-2fde-4d4f-9d7d-924d81c2c2cc HTTP/1.1" 200 265 0.007287 10.0.0.130 - - [2025-09-29 01:57:35] "GET /api-access-list/94ecd1d2-2fde-4d4f-9d7d-924d81c2c2cc HTTP/1.1" 200 1462 0.003459 10.0.0.130 - - [2025-09-29 01:57:35] "GET /virtual-network/e923f57e-7e6f-4ef4-90ce-298f2046c25a HTTP/1.1" 200 2322 0.013564 10.0.0.130 - - [2025-09-29 01:57:35] "POST /fqname-to-id HTTP/1.1" 401 293 0.000365 10.0.0.130 - - [2025-09-29 01:57:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.033896 10.0.0.130 - - [2025-09-29 01:57:35] "GET /projects?obj_uuids=60629980-bfc3-43f9-a443-cb438f352920&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001031 10.0.0.130 - - [2025-09-29 01:57:35] "GET /project/60629980-bfc3-43f9-a443-cb438f352920?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.036200 10.0.0.130 - - [2025-09-29 01:57:35] "GET /virtual-networks?parent_id=60629980-bfc3-43f9-a443-cb438f352920&detail=False&count=False&shared=False HTTP/1.1" 200 372 0.015505 10.0.0.130 - - [2025-09-29 01:57:35] "POST /virtual-networks HTTP/1.1" 403 263 0.008999 10.0.0.130 - - [2025-09-29 01:57:35] "GET /service-template/849dd7b1-85ce-40f3-a53d-bfa58daad454 HTTP/1.1" 403 264 0.008273 10.0.0.130 - - [2025-09-29 01:57:35] "GET /service-template/849dd7b1-85ce-40f3-a53d-bfa58daad454 HTTP/1.1" 403 264 0.028624 10.0.0.130 - - [2025-09-29 01:57:35] "GET /api-access-list/cbac5688-e31c-4772-9889-6c14f5a5f5d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1292 0.002244 10.0.0.130 - - [2025-09-29 01:57:35] "PUT /api-access-list/cbac5688-e31c-4772-9889-6c14f5a5f5d4 HTTP/1.1" 200 265 0.006789 10.0.0.130 - - [2025-09-29 01:57:36] "GET /api-access-list/cbac5688-e31c-4772-9889-6c14f5a5f5d4 HTTP/1.1" 200 1430 0.003427 10.0.0.130 - - [2025-09-29 01:57:36] "GET /service-template/849dd7b1-85ce-40f3-a53d-bfa58daad454 HTTP/1.1" 200 1855 0.011577 10.0.0.130 - - [2025-09-29 01:57:36] "POST /fqname-to-id HTTP/1.1" 404 197 0.008108 10.0.0.130 - - [2025-09-29 01:57:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.008959 10.0.0.130 - - [2025-09-29 01:57:36] "GET /domains?obj_uuids=137491c9-af0d-4881-aa86-970d73b1f58a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001556 10.0.0.130 - - [2025-09-29 01:57:36] "GET /domain/137491c9-af0d-4881-aa86-970d73b1f58a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.019171 10.0.0.130 - - [2025-09-29 01:57:36] "POST /service-templates HTTP/1.1" 403 264 0.008445 10.0.0.130 - - [2025-09-29 01:57:36] "GET /api-access-list/94ecd1d2-2fde-4d4f-9d7d-924d81c2c2cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1462 0.003103 10.0.0.130 - - [2025-09-29 01:57:36] "PUT /api-access-list/94ecd1d2-2fde-4d4f-9d7d-924d81c2c2cc HTTP/1.1" 200 265 0.008057 10.0.0.130 - - [2025-09-29 01:57:36] "GET /api-access-list/94ecd1d2-2fde-4d4f-9d7d-924d81c2c2cc HTTP/1.1" 200 1325 0.003103 10.0.0.130 - - [2025-09-29 01:57:36] "GET /api-access-list/cbac5688-e31c-4772-9889-6c14f5a5f5d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1430 0.002419 10.0.0.130 - - [2025-09-29 01:57:36] "PUT /api-access-list/cbac5688-e31c-4772-9889-6c14f5a5f5d4 HTTP/1.1" 200 265 0.008438 10.0.0.130 - - [2025-09-29 01:57:36] "GET /api-access-list/cbac5688-e31c-4772-9889-6c14f5a5f5d4 HTTP/1.1" 200 1292 0.003187 10.0.0.130 - - [2025-09-29 01:57:36] "GET /virtual-network/e923f57e-7e6f-4ef4-90ce-298f2046c25a HTTP/1.1" 403 263 0.007555 10.0.0.130 - - [2025-09-29 01:57:36] "GET /virtual-network/e923f57e-7e6f-4ef4-90ce-298f2046c25a HTTP/1.1" 403 263 0.039386 10.0.0.130 - - [2025-09-29 01:57:36] "DELETE /project/209b8b98b4354328b58c708da58a2b06 HTTP/1.1" 404 173 0.011075 10.0.0.130 - - [2025-09-29 01:57:36] "DELETE /project/6dc1307a6fac4a3abc52e42762147d01 HTTP/1.1" 404 173 0.010602 10.0.0.130 - - [2025-09-29 01:57:36] "DELETE /project/60629980bfc343f9a443cb438f352920 HTTP/1.1" 404 173 0.010135 10.0.0.130 - - [2025-09-29 01:57:36] "GET /service-template/849dd7b1-85ce-40f3-a53d-bfa58daad454 HTTP/1.1" 403 264 0.037667 10.0.0.130 - - [2025-09-29 01:57:36] "GET /projects?obj_uuids=49c7a7b7-6553-41fe-8dd8-e47d5774ea61&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000857 10.0.0.130 - - [2025-09-29 01:57:36] "GET /projects?obj_uuids=62640e66-4514-4dbc-ae53-95302c1dcc21&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000954 10.0.0.130 - - [2025-09-29 01:57:36] "GET /projects?obj_uuids=6dc1307a-6fac-4a3a-bc52-e42762147d01&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000747 10.0.0.130 - - [2025-09-29 01:57:36] "GET /projects?obj_uuids=209b8b98-b435-4328-b58c-708da58a2b06&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000740 10.0.0.130 - - [2025-09-29 01:57:36] "GET /projects?obj_uuids=a30460ca-0746-4a53-9630-964692722f95&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000836 10.0.0.130 - - [2025-09-29 01:57:36] "GET /project/6dc1307a-6fac-4a3a-bc52-e42762147d01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.057439 10.0.0.130 - - [2025-09-29 01:57:36] "GET /project/49c7a7b7-6553-41fe-8dd8-e47d5774ea61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.059979 10.0.0.130 - - [2025-09-29 01:57:36] "GET /project/209b8b98-b435-4328-b58c-708da58a2b06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.062197 10.0.0.130 - - [2025-09-29 01:57:36] "GET /project/a30460ca-0746-4a53-9630-964692722f95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.064412 10.0.0.130 - - [2025-09-29 01:57:36] "GET /project/62640e66-4514-4dbc-ae53-95302c1dcc21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.073697 10.0.0.130 - - [2025-09-29 01:57:36] "GET /projects?obj_uuids=62640e66-4514-4dbc-ae53-95302c1dcc21&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000948 10.0.0.130 - - [2025-09-29 01:57:36] "GET /projects?obj_uuids=a30460ca-0746-4a53-9630-964692722f95&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002099 10.0.0.130 - - [2025-09-29 01:57:36] "GET /projects?obj_uuids=209b8b98-b435-4328-b58c-708da58a2b06&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000777 10.0.0.130 - - [2025-09-29 01:57:36] "GET /projects?obj_uuids=49c7a7b7-6553-41fe-8dd8-e47d5774ea61&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000898 10.0.0.130 - - [2025-09-29 01:57:36] "GET /projects?obj_uuids=6dc1307a-6fac-4a3a-bc52-e42762147d01&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000696 10.0.0.130 - - [2025-09-29 01:57:36] "GET /project/6dc1307a-6fac-4a3a-bc52-e42762147d01?fields=security_groups HTTP/1.1" 200 1362 0.066761 10.0.0.130 - - [2025-09-29 01:57:36] "GET /project/62640e66-4514-4dbc-ae53-95302c1dcc21?fields=security_groups HTTP/1.1" 200 1347 0.068793 10.0.0.130 - - [2025-09-29 01:57:36] "GET /project/49c7a7b7-6553-41fe-8dd8-e47d5774ea61?fields=security_groups HTTP/1.1" 200 1347 0.082409 10.0.0.130 - - [2025-09-29 01:57:36] "GET /project/a30460ca-0746-4a53-9630-964692722f95?fields=security_groups HTTP/1.1" 200 1348 0.083744 10.0.0.130 - - [2025-09-29 01:57:36] "GET /project/209b8b98-b435-4328-b58c-708da58a2b06?fields=security_groups HTTP/1.1" 200 1362 0.092273 10.0.0.130 - - [2025-09-29 01:57:37] "DELETE /security-group/da8f04e7-562d-4cfd-8957-57035009c350 HTTP/1.1" 200 115 0.109385 10.0.0.130 - - [2025-09-29 01:57:37] "GET /projects?obj_uuids=6dc1307a-6fac-4a3a-bc52-e42762147d01&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001062 10.0.0.130 - - [2025-09-29 01:57:37] "DELETE /access-control-list/5090d99c-7bc2-4d78-ba74-c7cc489af092 HTTP/1.1" 200 115 0.061524 10.0.0.130 - - [2025-09-29 01:57:37] "DELETE /security-group/723e7864-3b80-4163-ad36-edffd35d4c73 HTTP/1.1" 200 115 0.116330 10.0.0.130 - - [2025-09-29 01:57:37] "DELETE /security-group/f3427d8a-2a6f-444f-b24c-87bb85605de6 HTTP/1.1" 200 115 0.112003 10.0.0.130 - - [2025-09-29 01:57:37] "GET /projects?obj_uuids=62640e66-4514-4dbc-ae53-95302c1dcc21&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000836 10.0.0.130 - - [2025-09-29 01:57:37] "GET /projects?obj_uuids=a30460ca-0746-4a53-9630-964692722f95&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001206 10.0.0.130 - - [2025-09-29 01:57:37] "DELETE /security-group/8ed00f90-99b2-469d-8f58-99750556d180 HTTP/1.1" 200 115 0.133845 10.0.0.130 - - [2025-09-29 01:57:37] "GET /project/6dc1307a-6fac-4a3a-bc52-e42762147d01?fields=application_policy_sets HTTP/1.1" 200 1401 0.048679 10.0.0.130 - - [2025-09-29 01:57:37] "GET /projects?obj_uuids=49c7a7b7-6553-41fe-8dd8-e47d5774ea61&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.003044 10.0.0.130 - - [2025-09-29 01:57:37] "DELETE /security-group/90221046-5ed4-478a-bacb-0b8c3cd0e06c HTTP/1.1" 200 115 0.154829 10.0.0.130 - - [2025-09-29 01:57:37] "GET /service-template/849dd7b1-85ce-40f3-a53d-bfa58daad454 HTTP/1.1" 403 264 0.064146 10.0.0.130 - - [2025-09-29 01:57:37] "DELETE /access-control-list/4cc90643-5b89-4d9b-8ec3-a2208ffb852d HTTP/1.1" 200 115 0.075464 10.0.0.130 - - [2025-09-29 01:57:37] "GET /api-access-list/c67583d7-38b4-4cf8-a2db-01222659e1fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2413 0.011532 10.0.0.130 - - [2025-09-29 01:57:37] "GET /project/a30460ca-0746-4a53-9630-964692722f95?fields=application_policy_sets HTTP/1.1" 200 1387 0.073594 10.0.0.130 - - [2025-09-29 01:57:37] "PUT /api-access-list/c67583d7-38b4-4cf8-a2db-01222659e1fe HTTP/1.1" 200 265 0.022342 10.0.0.130 - - [2025-09-29 01:57:37] "GET /projects?obj_uuids=209b8b98-b435-4328-b58c-708da58a2b06&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000967 10.0.0.130 - - [2025-09-29 01:57:37] "GET /project/62640e66-4514-4dbc-ae53-95302c1dcc21?fields=application_policy_sets HTTP/1.1" 200 1386 0.119326 10.0.0.130 - - [2025-09-29 01:57:37] "DELETE /access-control-list/162536e2-e10d-4235-936a-34f2fc9ec2f4 HTTP/1.1" 200 115 0.046134 10.0.0.130 - - [2025-09-29 01:57:37] "GET /project/49c7a7b7-6553-41fe-8dd8-e47d5774ea61?fields=application_policy_sets HTTP/1.1" 200 1386 0.126371 10.0.0.130 - - [2025-09-29 01:57:37] "GET /service-template/849dd7b1-85ce-40f3-a53d-bfa58daad454 HTTP/1.1" 200 1855 0.046904 10.0.0.130 - - [2025-09-29 01:57:37] "DELETE /access-control-list/34b2eb1b-21d4-4b5b-83d3-dfeafe50bfbd HTTP/1.1" 200 115 0.073131 10.0.0.130 - - [2025-09-29 01:57:37] "GET /project/209b8b98-b435-4328-b58c-708da58a2b06?fields=application_policy_sets HTTP/1.1" 200 1401 0.151596 10.0.0.130 - - [2025-09-29 01:57:37] "GET /virtual-network/e923f57e-7e6f-4ef4-90ce-298f2046c25a HTTP/1.1" 200 2322 0.061194 10.0.0.130 - - [2025-09-29 01:57:37] "DELETE /access-control-list/e03a07e7-f9d3-4320-87fa-a4dab69a48d2 HTTP/1.1" 200 115 0.077042 10.0.0.130 - - [2025-09-29 01:57:37] "DELETE /project/6dc1307a-6fac-4a3a-bc52-e42762147d01 HTTP/1.1" 200 115 0.656359 10.0.0.130 - - [2025-09-29 01:57:37] "DELETE /api-access-list/94ecd1d2-2fde-4d4f-9d7d-924d81c2c2cc HTTP/1.1" 200 115 0.066310 10.0.0.130 - - [2025-09-29 01:57:37] "GET /api-access-list/94ecd1d2-2fde-4d4f-9d7d-924d81c2c2cc HTTP/1.1" 404 171 0.011400 10.0.0.130 - - [2025-09-29 01:57:37] "DELETE /access-control-list/f910a8f8-7385-42a0-baef-d0ea40301109 HTTP/1.1" 200 115 0.067891 10.0.0.130 - - [2025-09-29 01:57:37] "DELETE /project/a30460ca-0746-4a53-9630-964692722f95 HTTP/1.1" 200 115 0.725394 10.0.0.130 - - [2025-09-29 01:57:37] "DELETE /project/62640e66-4514-4dbc-ae53-95302c1dcc21 HTTP/1.1" 200 115 0.726349 10.0.0.130 - - [2025-09-29 01:57:37] "DELETE /project/49c7a7b7-6553-41fe-8dd8-e47d5774ea61 HTTP/1.1" 200 115 0.728900 10.0.0.130 - - [2025-09-29 01:57:37] "DELETE /api-access-list/cbac5688-e31c-4772-9889-6c14f5a5f5d4 HTTP/1.1" 200 115 0.034400 10.0.0.130 - - [2025-09-29 01:57:37] "GET /api-access-list/cbac5688-e31c-4772-9889-6c14f5a5f5d4 HTTP/1.1" 404 171 0.002503 10.0.0.130 - - [2025-09-29 01:57:37] "GET /virtual-network/e923f57e-7e6f-4ef4-90ce-298f2046c25a HTTP/1.1" 401 293 0.000352 10.0.0.130 - - [2025-09-29 01:57:37] "DELETE /access-control-list/0abd2529-019c-4149-8c4c-adca73470927 HTTP/1.1" 200 115 0.025887 10.0.0.130 - - [2025-09-29 01:57:37] "DELETE /project/209b8b98-b435-4328-b58c-708da58a2b06 HTTP/1.1" 200 115 0.757540 10.0.0.130 - - [2025-09-29 01:57:37] "DELETE /access-control-list/1dd76fa4-7aa2-4abc-959e-6000bd4b52cf HTTP/1.1" 200 115 0.021371 10.0.0.130 - - [2025-09-29 01:57:37] "DELETE /access-control-list/a4586c56-0fa2-4aa8-ba48-fe9b88086214 HTTP/1.1" 200 115 0.025609 10.0.0.130 - - [2025-09-29 01:57:37] "DELETE /access-control-list/008f8df2-7eb1-49c9-960a-45b391472396 HTTP/1.1" 200 115 0.015625 10.0.0.130 - - [2025-09-29 01:57:37] "GET /virtual-network/e923f57e-7e6f-4ef4-90ce-298f2046c25a HTTP/1.1" 403 263 0.031192 10.0.0.130 - - [2025-09-29 01:57:37] "GET /service-template/849dd7b1-85ce-40f3-a53d-bfa58daad454 HTTP/1.1" 403 264 0.006818 10.0.0.130 - - [2025-09-29 01:57:38] "GET /service-template/849dd7b1-85ce-40f3-a53d-bfa58daad454 HTTP/1.1" 403 264 0.026355 10.0.0.130 - - [2025-09-29 01:57:38] "GET /api-access-list/c67583d7-38b4-4cf8-a2db-01222659e1fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2688 0.002912 10.0.0.130 - - [2025-09-29 01:57:38] "PUT /api-access-list/c67583d7-38b4-4cf8-a2db-01222659e1fe HTTP/1.1" 200 265 0.007910 10.0.0.130 - - [2025-09-29 01:57:38] "GET /virtual-network/e923f57e-7e6f-4ef4-90ce-298f2046c25a HTTP/1.1" 200 2322 0.011519 10.0.0.130 - - [2025-09-29 01:57:38] "GET /service-template/849dd7b1-85ce-40f3-a53d-bfa58daad454 HTTP/1.1" 200 1855 0.009037 10.0.0.130 - - [2025-09-29 01:57:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.007424 10.0.0.130 - - [2025-09-29 01:57:38] "DELETE /service-template/849dd7b1-85ce-40f3-a53d-bfa58daad454 HTTP/1.1" 200 115 0.023210 10.0.0.130 - - [2025-09-29 01:57:38] "POST /fqname-to-id HTTP/1.1" 404 197 0.009182 10.0.0.130 - - [2025-09-29 01:57:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004009 10.0.0.130 - - [2025-09-29 01:57:38] "POST /useragent-kv HTTP/1.1" 200 115 0.003134 10.0.0.130 - - [2025-09-29 01:57:38] "POST /useragent-kv HTTP/1.1" 200 115 0.001647 10.0.0.130 - - [2025-09-29 01:57:38] "DELETE /virtual-network/e923f57e-7e6f-4ef4-90ce-298f2046c25a HTTP/1.1" 200 115 0.066267 10.0.0.130 - - [2025-09-29 01:57:38] "DELETE /route-target/16fe41d8-1966-411f-b994-acad10c2b3fe HTTP/1.1" 200 115 0.016660 10.0.0.130 - - [2025-09-29 01:57:38] "GET /api-access-list/c67583d7-38b4-4cf8-a2db-01222659e1fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2969 0.003202 10.0.0.130 - - [2025-09-29 01:57:38] "PUT /api-access-list/c67583d7-38b4-4cf8-a2db-01222659e1fe HTTP/1.1" 200 265 0.007362 10.0.0.130 - - [2025-09-29 01:57:38] "GET /api-access-list/c67583d7-38b4-4cf8-a2db-01222659e1fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2694 0.003404 10.0.0.130 - - [2025-09-29 01:57:38] "PUT /api-access-list/c67583d7-38b4-4cf8-a2db-01222659e1fe HTTP/1.1" 200 265 0.007777 10.0.0.130 - - [2025-09-29 01:57:39] "GET /api-access-list/c67583d7-38b4-4cf8-a2db-01222659e1fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2413 0.003169 10.0.0.130 - - [2025-09-29 01:57:39] "PUT /api-access-list/c67583d7-38b4-4cf8-a2db-01222659e1fe HTTP/1.1" 200 265 0.008166 10.0.0.130 - - [2025-09-29 01:57:39] "GET /projects?obj_uuids=60629980-bfc3-43f9-a443-cb438f352920&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000900 10.0.0.130 - - [2025-09-29 01:57:39] "GET /project/60629980-bfc3-43f9-a443-cb438f352920?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.021274 10.0.0.130 - - [2025-09-29 01:57:39] "GET /projects?obj_uuids=60629980-bfc3-43f9-a443-cb438f352920&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000851 10.0.0.130 - - [2025-09-29 01:57:39] "GET /project/60629980-bfc3-43f9-a443-cb438f352920?fields=virtual_networks HTTP/1.1" 200 1033 0.065831 10.0.0.130 - - [2025-09-29 01:57:39] "GET /projects?obj_uuids=60629980-bfc3-43f9-a443-cb438f352920&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001083 10.0.0.130 - - [2025-09-29 01:57:39] "GET /project/60629980-bfc3-43f9-a443-cb438f352920?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.025270 10.0.0.130 - - [2025-09-29 01:57:39] "GET /projects?obj_uuids=60629980-bfc3-43f9-a443-cb438f352920&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001063 10.0.0.130 - - [2025-09-29 01:57:39] "GET /project/60629980-bfc3-43f9-a443-cb438f352920?fields=security_groups HTTP/1.1" 200 1260 0.022417 10.0.0.130 - - [2025-09-29 01:57:40] "GET /projects?obj_uuids=f9038cca-4fb6-4ace-b129-cf67dcf64059&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000941 10.0.0.130 - - [2025-09-29 01:57:40] "GET /project/f9038cca-4fb6-4ace-b129-cf67dcf64059?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.022150 [Introspect:8084]10.0.0.130 - - [2025-09-29 01:57:40] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.001027 10.0.0.130 - - [2025-09-29 01:57:41] "POST /fqname-to-id HTTP/1.1" 404 184 0.022716 10.0.0.130 - - [2025-09-29 01:57:41] "GET /projects?obj_uuids=48ad3b23-862e-4dfd-813e-9bfda2ae18aa&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002082 10.0.0.130 - - [2025-09-29 01:57:41] "GET /domains?obj_uuids=137491c9-af0d-4881-aa86-970d73b1f58a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000855 10.0.0.130 - - [2025-09-29 01:57:41] "GET /domain/137491c9-af0d-4881-aa86-970d73b1f58a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.005674 10.0.0.130 - - [2025-09-29 01:57:41] "POST /id-to-fqname HTTP/1.1" 200 186 0.001166 10.0.0.130 - - [2025-09-29 01:57:41] "POST /fqname-to-id HTTP/1.1" 404 195 0.002076 10.0.0.130 - - [2025-09-29 01:57:41] "POST /security-groups HTTP/1.1" 200 587 0.067653 10.0.0.130 - - [2025-09-29 01:57:41] "POST /fqname-to-id HTTP/1.1" 404 230 0.002439 10.0.0.130 - - [2025-09-29 01:57:41] "POST /projects HTTP/1.1" 200 577 0.210304 10.0.0.130 - - [2025-09-29 01:57:41] "POST /access-control-lists HTTP/1.1" 200 594 0.056226 10.0.0.130 - - [2025-09-29 01:57:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.280383 10.0.0.130 - - [2025-09-29 01:57:41] "POST /fqname-to-id HTTP/1.1" 404 229 0.002532 10.0.0.130 - - [2025-09-29 01:57:41] "GET /project/48ad3b23-862e-4dfd-813e-9bfda2ae18aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.400160 10.0.0.130 - - [2025-09-29 01:57:41] "POST /access-control-lists HTTP/1.1" 200 592 0.056363 10.0.0.130 - - [2025-09-29 01:57:42] "GET / HTTP/1.1" 200 36215 0.003762 10.0.0.130 - - [2025-09-29 01:57:42] "GET /projects?obj_uuids=48ad3b23-862e-4dfd-813e-9bfda2ae18aa&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000904 10.0.0.130 - - [2025-09-29 01:57:42] "GET /project/48ad3b23-862e-4dfd-813e-9bfda2ae18aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.026725 10.0.0.130 - - [2025-09-29 01:57:42] "GET /projects?obj_uuids=48ad3b23-862e-4dfd-813e-9bfda2ae18aa&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001102 10.0.0.130 - - [2025-09-29 01:57:42] "GET /project/48ad3b23-862e-4dfd-813e-9bfda2ae18aa?fields=virtual_networks HTTP/1.1" 200 1024 0.023676 10.0.0.130 - - [2025-09-29 01:57:43] "GET /projects?obj_uuids=48ad3b23-862e-4dfd-813e-9bfda2ae18aa&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000929 10.0.0.130 - - [2025-09-29 01:57:43] "GET /project/48ad3b23-862e-4dfd-813e-9bfda2ae18aa?fields=virtual_machine_interfaces HTTP/1.1" 200 1024 0.026940 10.0.0.130 - - [2025-09-29 01:57:43] "GET /projects?obj_uuids=48ad3b23-862e-4dfd-813e-9bfda2ae18aa&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001116 10.0.0.130 - - [2025-09-29 01:57:43] "GET /project/48ad3b23-862e-4dfd-813e-9bfda2ae18aa?fields=security_groups HTTP/1.1" 200 1247 0.029639 10.0.0.130 - - [2025-09-29 01:57:44] "GET /obj-perms HTTP/1.1" 200 5075 0.046887 10.0.0.130 - - [2025-09-29 01:57:45] "GET /obj-perms HTTP/1.1" 200 5075 0.058281 10.0.0.130 - - [2025-09-29 01:57:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000407 10.0.0.130 - - [2025-09-29 01:57:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000345 10.0.0.130 - - [2025-09-29 01:57:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000431 10.0.0.130 - - [2025-09-29 01:57:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000360 [Introspect:8084]10.0.0.130 - - [2025-09-29 01:58:29] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000838 [Introspect:8084]10.0.0.130 - - [2025-09-29 01:58:29] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.000846