+++ date ++ echo 'INFO: =================== Mon Dec 8 02:05:36 AM UTC 2025 ===================' INFO: =================== Mon Dec 8 02:05:36 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 ' +++ awk '{print $2}' +++ head -n 1 ++ 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 '' ]] +++ awk '/pagesize=2M/{print($3)}' +++ mount -t hugetlbfs +++ 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.241 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.241 ++ 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 +++ cut -d ' ' -f 1 +++ find_my_ip_and_order_for_node_list 10.0.0.130 +++ 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}' ++++ grep -vi host ++++ uniq ++++ sort +++ local local_ips=,10.0.0.130,10.20.0.241,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.241,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: 12/08/2025 02:05:44.671 7f89fb5295c0 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 12/08/2025 02:05:44.820 7f89fb5295c0 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 12/08/2025 02:05:44.833 7f89fb5295c0 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 12/08/2025 02:05:44.834 7f89fb5295c0 [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-12-08 02:05:48] "GET / HTTP/1.1" 503 181 0.000200 10.0.0.130 - - [2025-12-08 02:05:48] "GET / HTTP/1.1" 503 181 0.000129 10.0.0.130 - - [2025-12-08 02:05:49] "GET / HTTP/1.1" 200 45871 0.001360 10.0.0.130 - - [2025-12-08 02:05:49] "GET / HTTP/1.1" 200 45871 0.001231 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-12-08 02:05:49] "POST /fqname-to-id HTTP/1.1" 401 293 0.000520 10.0.0.130 - - [2025-12-08 02:05:49] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 293 0.000296 10.0.0.130 - - [2025-12-08 02:05:50] "GET / HTTP/1.1" 200 36215 0.001684 10.0.0.130 - - [2025-12-08 02:05:50] "GET / HTTP/1.1" 200 36215 0.001782 10.0.0.130 - - [2025-12-08 02:05:50] "POST /fqname-to-id HTTP/1.1" 401 293 0.000331 10.0.0.130 - - [2025-12-08 02:05:51] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.940491 10.0.0.130 - - [2025-12-08 02:05:51] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.006477 10.0.0.130 - - [2025-12-08 02:05:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.687414 10.0.0.130 - - [2025-12-08 02:05:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002194 10.0.0.130 - - [2025-12-08 02:05:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.114037 10.0.0.130 - - [2025-12-08 02:05:51] "GET /global-system-config/c5bd59d2-080e-4dbe-a0e2-eceeedca4047?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1061 0.008368 10.0.0.130 - - [2025-12-08 02:05:51] "GET / HTTP/1.1" 200 36215 0.001551 10.0.0.130 - - [2025-12-08 02:05:51] "POST /fqname-to-id HTTP/1.1" 404 220 0.005583 10.0.0.130 - - [2025-12-08 02:05:51] "POST /config-nodes HTTP/1.1" 200 601 0.022000 10.0.0.130 - - [2025-12-08 02:05:51] "POST /fqname-to-id HTTP/1.1" 401 293 0.000397 /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-12-08 02:05:51] "GET / HTTP/1.1" 200 36215 0.001629 10.0.0.130 - - [2025-12-08 02:05:51] "GET / HTTP/1.1" 200 36215 0.001173 10.0.0.130 - - [2025-12-08 02:05:51] "POST /global-vrouter-configs HTTP/1.1" 401 293 0.000345 10.0.0.130 - - [2025-12-08 02:05:51] "POST /fqname-to-id HTTP/1.1" 401 293 0.000381 10.0.0.130 - - [2025-12-08 02:05:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.664221 10.0.0.130 - - [2025-12-08 02:05:52] "GET /network-ipam/d6a66e0c-d10c-46d0-ad74-dd955703e148?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1956 0.004630 10.0.0.130 - - [2025-12-08 02:05:52] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.396395 10.0.0.130 - - [2025-12-08 02:05:52] "POST /fqname-to-id HTTP/1.1" 404 186 0.117301 10.0.0.130 - - [2025-12-08 02:05:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002514 10.0.0.130 - - [2025-12-08 02:05:52] "GET /global-system-config/c5bd59d2-080e-4dbe-a0e2-eceeedca4047?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1061 0.010843 10.0.0.130 - - [2025-12-08 02:05:52] "POST /service-appliance-sets HTTP/1.1" 200 555 0.024020 10.0.0.130 - - [2025-12-08 02:05:52] "POST /fqname-to-id HTTP/1.1" 404 180 0.003533 10.0.0.130 - - [2025-12-08 02:05:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002922 10.0.0.130 - - [2025-12-08 02:05:52] "GET /global-system-config/c5bd59d2-080e-4dbe-a0e2-eceeedca4047?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1061 0.059261 10.0.0.130 - - [2025-12-08 02:05:52] "POST /service-appliance-sets HTTP/1.1" 200 543 0.015464 10.0.0.130 - - [2025-12-08 02:05:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002587 10.0.0.130 - - [2025-12-08 02:05:53] "GET /network-ipam/d6a66e0c-d10c-46d0-ad74-dd955703e148?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1956 0.003520 10.0.0.130 - - [2025-12-08 02:05:53] "POST /fqname-to-id HTTP/1.1" 404 225 0.002166 10.0.0.130 - - [2025-12-08 02:05:53] "POST /access-control-lists HTTP/1.1" 200 589 0.015779 10.0.0.130 - - [2025-12-08 02:05:53] "POST /fqname-to-id HTTP/1.1" 404 224 0.002389 10.0.0.130 - - [2025-12-08 02:05:53] "POST /service-templates HTTP/1.1" 200 513 0.018575 10.0.0.130 - - [2025-12-08 02:05:53] "POST /service-templates HTTP/1.1" 200 503 0.021821 10.0.0.130 - - [2025-12-08 02:05:53] "POST /access-control-lists HTTP/1.1" 200 587 0.023485 10.0.0.130 - - [2025-12-08 02:05:53] "POST /service-templates HTTP/1.1" 200 517 0.024787 10.0.0.130 - - [2025-12-08 02:05:53] "POST /route-targets HTTP/1.1" 200 328 0.016626 10.0.0.130 - - [2025-12-08 02:05:53] "POST /service-templates HTTP/1.1" 200 537 0.017062 10.0.0.130 - - [2025-12-08 02:05:53] "POST /ref-update HTTP/1.1" 200 156 0.010603 10.0.0.130 - - [2025-12-08 02:05:53] "POST /service-templates HTTP/1.1" 200 509 0.018438 10.0.0.130 - - [2025-12-08 02:05:53] "POST /route-targets HTTP/1.1" 200 328 0.012039 10.0.0.130 - - [2025-12-08 02:05:53] "POST /ref-update HTTP/1.1" 200 156 0.010525 10.0.0.130 - - [2025-12-08 02:05:53] "POST /route-targets HTTP/1.1" 200 328 0.015236 10.0.0.130 - - [2025-12-08 02:05:53] "POST /ref-update HTTP/1.1" 200 156 0.009945 10.0.0.130 - - [2025-12-08 02:05:53] "POST /route-targets HTTP/1.1" 200 328 0.010351 10.0.0.130 - - [2025-12-08 02:05:53] "POST /ref-update HTTP/1.1" 200 156 0.010932 10.0.0.130 - - [2025-12-08 02:05:53] "POST /fqname-to-id HTTP/1.1" 404 201 0.002816 10.0.0.130 - - [2025-12-08 02:05:53] "POST /access-control-lists HTTP/1.1" 200 553 0.061655 10.0.0.130 - - [2025-12-08 02:05:53] "PUT /access-control-list/46ccab65-890f-434f-90cc-3159c707c656 HTTP/1.1" 200 273 0.009335 10.0.0.130 - - [2025-12-08 02:05:54] "PUT /access-control-list/7f3ffbbc-f995-43d0-8e73-86d279d1a21c HTTP/1.1" 200 273 0.009155 10.0.0.130 - - [2025-12-08 02:05:56] "GET / HTTP/1.1" 200 36215 0.002063 10.0.0.130 - - [2025-12-08 02:05:56] "POST /fqname-to-id HTTP/1.1" 401 293 0.000360 10.0.0.130 - - [2025-12-08 02:05:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.022116 10.0.0.130 - - [2025-12-08 02:05:56] "GET /global-system-config/c5bd59d2-080e-4dbe-a0e2-eceeedca4047?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1061 0.005103 10.0.0.130 - - [2025-12-08 02:05:56] "POST /fqname-to-id HTTP/1.1" 404 220 0.002659 10.0.0.130 - - [2025-12-08 02:05:56] "POST /config-database-nodes HTTP/1.1" 200 619 0.014322 10.0.0.130 - - [2025-12-08 02:05:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003351 10.0.0.130 - - [2025-12-08 02:05:57] "GET /global-vrouter-config/a6e10417-27c9-4d34-b977-7b7d3fa7e4f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1218 0.003091 10.0.0.130 - - [2025-12-08 02:05:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.008341 10.0.0.130 - - [2025-12-08 02:05:57] "PUT /global-vrouter-config/a6e10417-27c9-4d34-b977-7b7d3fa7e4f9 HTTP/1.1" 200 277 0.008321 10.0.0.130 - - [2025-12-08 02:05:57] "GET / HTTP/1.1" 200 36215 0.001392 10.0.0.130 - - [2025-12-08 02:05:57] "POST /alarms HTTP/1.1" 401 293 0.000338 10.0.0.130 - - [2025-12-08 02:05:58] "POST /alarms HTTP/1.1" 200 583 0.036987 10.0.0.130 - - [2025-12-08 02:05:58] "POST /alarms HTTP/1.1" 200 577 0.014525 10.0.0.130 - - [2025-12-08 02:05:58] "POST /alarms HTTP/1.1" 200 577 0.016026 10.0.0.130 - - [2025-12-08 02:05:58] "POST /alarms HTTP/1.1" 200 561 0.023908 10.0.0.130 - - [2025-12-08 02:05:58] "POST /alarms HTTP/1.1" 200 557 0.016221 10.0.0.130 - - [2025-12-08 02:05:58] "POST /alarms HTTP/1.1" 200 559 0.017221 10.0.0.130 - - [2025-12-08 02:05:58] "POST /alarms HTTP/1.1" 200 567 0.015652 10.0.0.130 - - [2025-12-08 02:05:58] "POST /alarms HTTP/1.1" 200 551 0.016525 10.0.0.130 - - [2025-12-08 02:05:58] "POST /alarms HTTP/1.1" 200 559 0.017059 10.0.0.130 - - [2025-12-08 02:05:58] "POST /alarms HTTP/1.1" 200 569 0.016213 10.0.0.130 - - [2025-12-08 02:05:58] "POST /alarms HTTP/1.1" 200 557 0.016357 10.0.0.130 - - [2025-12-08 02:05:58] "POST /alarms HTTP/1.1" 200 569 0.015664 10.0.0.130 - - [2025-12-08 02:05:59] "POST /alarms HTTP/1.1" 200 577 0.058125 10.0.0.130 - - [2025-12-08 02:05:59] "POST /alarms HTTP/1.1" 200 571 0.016348 10.0.0.130 - - [2025-12-08 02:05:59] "POST /alarms HTTP/1.1" 200 563 0.016242 10.0.0.130 - - [2025-12-08 02:05:59] "POST /alarms HTTP/1.1" 200 563 0.017172 10.0.0.130 - - [2025-12-08 02:05:59] "POST /alarms HTTP/1.1" 200 563 0.014189 10.0.0.130 - - [2025-12-08 02:05:59] "POST /alarms HTTP/1.1" 200 549 0.015700 10.0.0.130 - - [2025-12-08 02:05:59] "POST /alarms HTTP/1.1" 200 597 0.021068 10.0.0.130 - - [2025-12-08 02:05:59] "POST /alarms HTTP/1.1" 200 577 0.015112 10.0.0.130 - - [2025-12-08 02:05:59] "POST /alarms HTTP/1.1" 200 573 0.034648 10.0.0.130 - - [2025-12-08 02:05:59] "POST /alarms HTTP/1.1" 200 585 0.016528 10.0.0.130 - - [2025-12-08 02:05:59] "POST /alarms HTTP/1.1" 200 611 0.021463 10.0.0.130 - - [2025-12-08 02:05:59] "GET / HTTP/1.1" 200 36215 0.002248 10.0.0.130 - - [2025-12-08 02:05:59] "POST /global-vrouter-configs HTTP/1.1" 401 293 0.000557 10.0.0.130 - - [2025-12-08 02:06:00] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.025537 10.0.0.130 - - [2025-12-08 02:06:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002680 10.0.0.130 - - [2025-12-08 02:06:00] "PUT /global-vrouter-config/a6e10417-27c9-4d34-b977-7b7d3fa7e4f9 HTTP/1.1" 200 277 0.010673 10.0.0.130 - - [2025-12-08 02:06:00] "GET / HTTP/1.1" 200 36215 0.001643 10.0.0.130 - - [2025-12-08 02:06:00] "POST /fqname-to-id HTTP/1.1" 401 293 0.000385 10.0.0.130 - - [2025-12-08 02:06:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.024720 10.0.0.130 - - [2025-12-08 02:06:00] "GET /global-vrouter-config/a6e10417-27c9-4d34-b977-7b7d3fa7e4f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003196 10.0.0.130 - - [2025-12-08 02:06:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002946 10.0.0.130 - - [2025-12-08 02:06:01] "PUT /global-vrouter-config/a6e10417-27c9-4d34-b977-7b7d3fa7e4f9 HTTP/1.1" 200 277 0.009690 10.0.0.130 - - [2025-12-08 02:06:01] "GET / HTTP/1.1" 200 36215 0.001459 10.0.0.130 - - [2025-12-08 02:06:01] "POST /fqname-to-id HTTP/1.1" 401 293 0.000433 10.0.0.130 - - [2025-12-08 02:06:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.025612 10.0.0.130 - - [2025-12-08 02:06:01] "GET /global-system-config/c5bd59d2-080e-4dbe-a0e2-eceeedca4047?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1061 0.005532 10.0.0.130 - - [2025-12-08 02:06:01] "PUT /global-system-config/c5bd59d2-080e-4dbe-a0e2-eceeedca4047 HTTP/1.1" 200 275 0.014617 10.0.0.130 - - [2025-12-08 02:06:12] "GET /global-system-configs HTTP/1.1" 401 293 0.000731 10.0.0.130 - - [2025-12-08 02:06:12] "GET /global-system-configs HTTP/1.1" 401 293 0.000409 10.0.0.130 - - [2025-12-08 02:06:12] "GET /global-system-configs HTTP/1.1" 401 293 0.000533 10.0.0.130 - - [2025-12-08 02:06:12] "GET /global-system-configs HTTP/1.1" 401 293 0.000470 10.0.0.130 - - [2025-12-08 02:06:44] "GET / HTTP/1.1" 200 36215 0.001544 10.0.0.130 - - [2025-12-08 02:06:44] "POST /fqname-to-id HTTP/1.1" 401 293 0.000423 10.0.0.130 - - [2025-12-08 02:06:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.023642 10.0.0.130 - - [2025-12-08 02:06:44] "GET /routing-instance/23dea250-1a18-427d-a97d-33d407e1925d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1177 0.003532 10.0.0.130 - - [2025-12-08 02:06:44] "POST /bgp-routers HTTP/1.1" 200 622 0.020406 10.0.0.130 - - [2025-12-08 02:06:44] "GET /bgp-router/a9b477bb-1a2a-44de-a93b-2705b72835fd?fields=global_system_config_back_refs HTTP/1.1" 200 1119 0.005727 10.0.0.130 - - [2025-12-08 02:06:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002953 10.0.0.130 - - [2025-12-08 02:06:44] "GET /global-system-config/c5bd59d2-080e-4dbe-a0e2-eceeedca4047?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1061 0.007275 10.0.0.130 - - [2025-12-08 02:06:44] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002952 10.0.0.130 - - [2025-12-08 02:06:44] "POST /ref-update HTTP/1.1" 200 156 0.007177 10.0.0.130 - - [2025-12-08 02:07:09] "GET / HTTP/1.1" 200 36215 0.001282 10.0.0.130 - - [2025-12-08 02:07:09] "POST /fqname-to-id HTTP/1.1" 401 293 0.000433 10.0.0.130 - - [2025-12-08 02:07:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.025284 10.0.0.130 - - [2025-12-08 02:07:09] "GET /global-system-config/c5bd59d2-080e-4dbe-a0e2-eceeedca4047?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.006368 10.0.0.130 - - [2025-12-08 02:07:09] "POST /fqname-to-id HTTP/1.1" 404 220 0.002814 10.0.0.130 - - [2025-12-08 02:07:09] "POST /database-nodes HTTP/1.1" 200 605 0.020511 10.0.0.130 - - [2025-12-08 02:07:38] "GET / HTTP/1.1" 200 36215 0.001449 10.0.0.130 - - [2025-12-08 02:07:38] "POST /fqname-to-id HTTP/1.1" 401 293 0.000374 10.0.0.130 - - [2025-12-08 02:07:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.023935 10.0.0.130 - - [2025-12-08 02:07:39] "GET /global-system-config/c5bd59d2-080e-4dbe-a0e2-eceeedca4047?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.005359 10.0.0.130 - - [2025-12-08 02:07:39] "POST /fqname-to-id HTTP/1.1" 404 220 0.002742 10.0.0.130 - - [2025-12-08 02:07:39] "POST /analytics-nodes HTTP/1.1" 200 607 0.014570 10.0.0.130 - - [2025-12-08 02:07:45] "GET / HTTP/1.1" 200 36215 0.001874 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-12-08 02:07:54] "GET / HTTP/1.1" 200 36215 0.001446 10.0.0.130 - - [2025-12-08 02:07:54] "POST /fqname-to-id HTTP/1.1" 401 293 0.000333 10.0.0.130 - - [2025-12-08 02:07:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.030801 10.0.0.130 - - [2025-12-08 02:07:55] "GET /global-system-config/c5bd59d2-080e-4dbe-a0e2-eceeedca4047?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.005487 10.0.0.130 - - [2025-12-08 02:07:55] "GET /obj-perms HTTP/1.1" 200 5075 0.675062 10.0.0.130 - - [2025-12-08 02:07:55] "POST /fqname-to-id HTTP/1.1" 404 220 0.002794 10.0.0.130 - - [2025-12-08 02:07:55] "POST /analytics-alarm-nodes HTTP/1.1" 200 619 0.024295 10.0.0.130 - - [2025-12-08 02:07:55] "GET /obj-perms HTTP/1.1" 200 5075 0.059371 10.0.0.130 - - [2025-12-08 02:08:07] "GET / HTTP/1.1" 200 36215 0.001642 10.0.0.130 - - [2025-12-08 02:08:07] "POST /fqname-to-id HTTP/1.1" 401 293 0.000402 10.0.0.130 - - [2025-12-08 02:08:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.026548 10.0.0.130 - - [2025-12-08 02:08:07] "GET /global-system-config/c5bd59d2-080e-4dbe-a0e2-eceeedca4047?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.010373 10.0.0.130 - - [2025-12-08 02:08:07] "POST /fqname-to-id HTTP/1.1" 404 220 0.002976 10.0.0.130 - - [2025-12-08 02:08:07] "POST /analytics-snmp-nodes HTTP/1.1" 200 617 0.018912 10.0.0.130 - - [2025-12-08 02:08:55] "GET /obj-perms HTTP/1.1" 200 5075 0.049311 10.0.0.130 - - [2025-12-08 02:08:56] "GET /obj-perms HTTP/1.1" 200 5075 0.044926 10.0.0.130 - - [2025-12-08 02:09:39] "GET / HTTP/1.1" 200 36215 0.001888 10.0.0.130 - - [2025-12-08 02:09:39] "POST /fqname-to-id HTTP/1.1" 401 293 0.000429 10.0.0.130 - - [2025-12-08 02:09:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.024217 10.0.0.130 - - [2025-12-08 02:09:40] "GET /global-system-config/c5bd59d2-080e-4dbe-a0e2-eceeedca4047?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.004981 10.0.0.130 - - [2025-12-08 02:09:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002828 10.0.0.130 - - [2025-12-08 02:09:40] "GET /routing-instance/23dea250-1a18-427d-a97d-33d407e1925d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1177 0.003411 10.0.0.130 - - [2025-12-08 02:09:40] "PUT /global-system-config/c5bd59d2-080e-4dbe-a0e2-eceeedca4047 HTTP/1.1" 200 275 0.008955 10.0.0.130 - - [2025-12-08 02:09:40] "POST /fqname-to-id HTTP/1.1" 404 218 0.003651 10.0.0.130 - - [2025-12-08 02:09:40] "POST /virtual-routers HTTP/1.1" 200 605 0.021061 10.0.0.130 - - [2025-12-08 02:09:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002733 10.0.0.130 - - [2025-12-08 02:09:40] "GET /virtual-router/57bc0f18-a46c-4f38-ad46-3bf0927a912d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1248 0.005325 10.0.0.130 - - [2025-12-08 02:09:40] "POST /fqname-to-id HTTP/1.1" 404 231 0.002465 10.0.0.130 - - [2025-12-08 02:09:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002623 10.0.0.130 - - [2025-12-08 02:09:40] "GET /virtual-network/a1233f0a-533a-413a-8c05-ca6e84919c4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.005689 10.0.0.130 - - [2025-12-08 02:09:40] "POST /virtual-machine-interfaces HTTP/1.1" 200 587 0.048902 10.0.0.130 - - [2025-12-08 02:09:41] "PUT /access-control-list/fc2c5d21-2975-4f89-8e32-f20f0f2d261c HTTP/1.1" 200 273 0.012220 [Introspect:8084]10.0.0.130 - - [2025-12-08 02:09:46] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000869 [Introspect:8084]10.0.0.130 - - [2025-12-08 02:09:46] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.001280 [Introspect:8084]10.0.0.130 - - [2025-12-08 02:09:48] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000829 [Introspect:8084]10.0.0.130 - - [2025-12-08 02:09:48] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.000812 10.0.0.130 - - [2025-12-08 02:09:56] "GET /obj-perms HTTP/1.1" 200 5075 0.051551 10.0.0.130 - - [2025-12-08 02:09:56] "GET /obj-perms HTTP/1.1" 200 5075 0.048143 10.0.0.130 - - [2025-12-08 02:09:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002757 10.0.0.130 - - [2025-12-08 02:09:56] "GET /virtual-router/57bc0f18-a46c-4f38-ad46-3bf0927a912d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1248 0.003707 10.0.0.130 - - [2025-12-08 02:10:44] "GET / HTTP/1.1" 200 36215 0.001227 10.0.0.130 - - [2025-12-08 02:10:44] "GET /project/446c773c-206b-4d9d-b72b-1b32c430ea13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000462 10.0.0.130 - - [2025-12-08 02:10:45] "GET /projects?obj_uuids=446c773c-206b-4d9d-b72b-1b32c430ea13&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002756 10.0.0.130 - - [2025-12-08 02:10:45] "GET /domains?obj_uuids=89255e1c-530c-49a5-b275-cafa7847f34c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001103 10.0.0.130 - - [2025-12-08 02:10:45] "GET /domain/89255e1c-530c-49a5-b275-cafa7847f34c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.049355 10.0.0.130 - - [2025-12-08 02:10:45] "POST /id-to-fqname HTTP/1.1" 200 167 0.001331 10.0.0.130 - - [2025-12-08 02:10:45] "POST /fqname-to-id HTTP/1.1" 404 176 0.003810 10.0.0.130 - - [2025-12-08 02:10:45] "POST /security-groups HTTP/1.1" 200 568 0.064804 10.0.0.130 - - [2025-12-08 02:10:45] "POST /fqname-to-id HTTP/1.1" 404 207 0.002401 10.0.0.130 - - [2025-12-08 02:10:45] "POST /projects HTTP/1.1" 200 539 0.219141 10.0.0.130 - - [2025-12-08 02:10:45] "POST /access-control-lists HTTP/1.1" 200 575 0.057048 10.0.0.130 - - [2025-12-08 02:10:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.292847 10.0.0.130 - - [2025-12-08 02:10:45] "POST /fqname-to-id HTTP/1.1" 404 206 0.002678 10.0.0.130 - - [2025-12-08 02:10:45] "GET /project/446c773c-206b-4d9d-b72b-1b32c430ea13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.466549 10.0.0.130 - - [2025-12-08 02:10:45] "POST /access-control-lists HTTP/1.1" 200 573 0.061268 [Introspect:8084]10.0.0.130 - - [2025-12-08 02:10:46] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.001146 10.0.0.130 - - [2025-12-08 02:10:46] "POST /fqname-to-id HTTP/1.1" 404 199 0.026963 10.0.0.130 - - [2025-12-08 02:10:46] "GET /projects?obj_uuids=cfb9604c-0378-4472-8593-1514b39da184&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002639 10.0.0.130 - - [2025-12-08 02:10:46] "GET /domains?obj_uuids=89255e1c-530c-49a5-b275-cafa7847f34c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000897 10.0.0.130 - - [2025-12-08 02:10:46] "GET /domain/89255e1c-530c-49a5-b275-cafa7847f34c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006293 10.0.0.130 - - [2025-12-08 02:10:46] "POST /id-to-fqname HTTP/1.1" 200 201 0.001021 10.0.0.130 - - [2025-12-08 02:10:46] "POST /fqname-to-id HTTP/1.1" 404 210 0.005530 10.0.0.130 - - [2025-12-08 02:10:46] "POST /security-groups HTTP/1.1" 200 602 0.060619 10.0.0.130 - - [2025-12-08 02:10:46] "POST /fqname-to-id HTTP/1.1" 404 245 0.002301 10.0.0.130 - - [2025-12-08 02:10:46] "POST /projects HTTP/1.1" 200 607 0.225001 10.0.0.130 - - [2025-12-08 02:10:46] "POST /access-control-lists HTTP/1.1" 200 609 0.060517 10.0.0.130 - - [2025-12-08 02:10:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.298083 10.0.0.130 - - [2025-12-08 02:10:46] "POST /fqname-to-id HTTP/1.1" 404 244 0.004096 10.0.0.130 - - [2025-12-08 02:10:46] "GET /project/cfb9604c-0378-4472-8593-1514b39da184?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.430557 10.0.0.130 - - [2025-12-08 02:10:47] "POST /access-control-lists HTTP/1.1" 200 607 0.061668 10.0.0.130 - - [2025-12-08 02:10:47] "GET / HTTP/1.1" 200 36215 0.001648 10.0.0.130 - - [2025-12-08 02:10:48] "POST /fqname-to-id HTTP/1.1" 401 293 0.000525 10.0.0.130 - - [2025-12-08 02:10:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.052346 10.0.0.130 - - [2025-12-08 02:10:48] "GET /projects?obj_uuids=cfb9604c-0378-4472-8593-1514b39da184&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000885 10.0.0.130 - - [2025-12-08 02:10:48] "GET /project/cfb9604c-0378-4472-8593-1514b39da184?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.041897 10.0.0.130 - - [2025-12-08 02:10:49] "POST /neutron/network HTTP/1.1" 200 117 0.077618 10.0.0.130 - - [2025-12-08 02:10:49] "GET /projects?obj_uuids=cfb9604c-0378-4472-8593-1514b39da184&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000874 10.0.0.130 - - [2025-12-08 02:10:49] "POST /neutron/network HTTP/1.1" 200 620 0.059661 10.0.0.130 - - [2025-12-08 02:10:49] "POST /route-targets HTTP/1.1" 200 328 0.010682 10.0.0.130 - - [2025-12-08 02:10:49] "POST /ref-update HTTP/1.1" 200 156 0.010540 10.0.0.130 - - [2025-12-08 02:10:49] "POST /useragent-kv HTTP/1.1" 200 115 0.003319 10.0.0.130 - - [2025-12-08 02:10:49] "POST /neutron/subnet HTTP/1.1" 200 724 0.174838 10.0.0.130 - - [2025-12-08 02:10:49] "POST /neutron/network HTTP/1.1" 200 839 0.004897 10.0.0.130 - - [2025-12-08 02:10:49] "POST /id-to-fqname HTTP/1.1" 200 233 0.000952 10.0.0.130 - - [2025-12-08 02:10:49] "GET /virtual-network/79dd2eee-2514-42c9-a9cc-6288741c149d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.004234 10.0.0.130 - - [2025-12-08 02:10:49] "POST /neutron/network HTTP/1.1" 200 839 0.004928 10.0.0.130 - - [2025-12-08 02:10:49] "GET /virtual-network/79dd2eee-2514-42c9-a9cc-6288741c149d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.004149 10.0.0.130 - - [2025-12-08 02:10:49] "POST /neutron/network HTTP/1.1" 200 839 0.004880 10.0.0.130 - - [2025-12-08 02:10:49] "POST /neutron/subnet HTTP/1.1" 200 724 0.006411 10.0.0.130 - - [2025-12-08 02:10:49] "GET /domains HTTP/1.1" 401 293 0.000326 10.0.0.130 - - [2025-12-08 02:10:50] "GET /domains HTTP/1.1" 200 281 0.029985 10.0.0.130 - - [2025-12-08 02:10:50] "GET /domains?obj_uuids=89255e1c-530c-49a5-b275-cafa7847f34c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000845 10.0.0.130 - - [2025-12-08 02:10:50] "GET /domain/89255e1c-530c-49a5-b275-cafa7847f34c HTTP/1.1" 200 2594 0.012166 10.0.0.130 - - [2025-12-08 02:10:50] "GET /projects?obj_uuids=cfb9604c-0378-4472-8593-1514b39da184&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001008 10.0.0.130 - - [2025-12-08 02:10:50] "GET /project/cfb9604c-0378-4472-8593-1514b39da184 HTTP/1.1" 200 2174 0.068911 10.0.0.130 - - [2025-12-08 02:10:50] "GET /virtual-network/79dd2eee-2514-42c9-a9cc-6288741c149d HTTP/1.1" 200 2346 0.005389 10.0.0.130 - - [2025-12-08 02:10:50] "GET /virtual-network/79dd2eee-2514-42c9-a9cc-6288741c149d HTTP/1.1" 200 2346 0.004075 10.0.0.130 - - [2025-12-08 02:10:50] "GET /routing-instance/fb8fcd68-ffcd-41ef-9b44-92cf102f0dd1 HTTP/1.1" 200 1498 0.002894 10.0.0.130 - - [2025-12-08 02:10:50] "GET /routing-instance/fb8fcd68-ffcd-41ef-9b44-92cf102f0dd1 HTTP/1.1" 200 1498 0.002630 10.0.0.130 - - [2025-12-08 02:10:50] "GET /route-target/c613e481-e8db-4248-8a17-59db0ba77152 HTTP/1.1" 200 1221 0.002938 10.0.0.130 - - [2025-12-08 02:10:50] "GET /virtual-network/79dd2eee-2514-42c9-a9cc-6288741c149d HTTP/1.1" 200 2346 0.004478 10.0.0.130 - - [2025-12-08 02:10:50] "GET /routing-instance/fb8fcd68-ffcd-41ef-9b44-92cf102f0dd1 HTTP/1.1" 200 1498 0.003680 10.0.0.130 - - [2025-12-08 02:10:50] "GET /virtual-network/79dd2eee-2514-42c9-a9cc-6288741c149d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.003804 10.0.0.130 - - [2025-12-08 02:10:50] "GET /virtual-network/79dd2eee-2514-42c9-a9cc-6288741c149d HTTP/1.1" 200 2346 0.004914 10.0.0.130 - - [2025-12-08 02:10:50] "GET /routing-instance/fb8fcd68-ffcd-41ef-9b44-92cf102f0dd1 HTTP/1.1" 200 1498 0.002772 10.0.0.130 - - [2025-12-08 02:10:50] "GET /routing-instance/fb8fcd68-ffcd-41ef-9b44-92cf102f0dd1 HTTP/1.1" 200 1498 0.002857 10.0.0.130 - - [2025-12-08 02:10:50] "GET /route-target/c613e481-e8db-4248-8a17-59db0ba77152 HTTP/1.1" 200 1221 0.002663 10.0.0.130 - - [2025-12-08 02:10:50] "GET /domains HTTP/1.1" 200 281 0.002510 10.0.0.130 - - [2025-12-08 02:10:50] "GET /domains?obj_uuids=89255e1c-530c-49a5-b275-cafa7847f34c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000871 10.0.0.130 - - [2025-12-08 02:10:50] "GET /domain/89255e1c-530c-49a5-b275-cafa7847f34c HTTP/1.1" 200 2594 0.006306 10.0.0.130 - - [2025-12-08 02:10:50] "GET /projects?obj_uuids=cfb9604c-0378-4472-8593-1514b39da184&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001021 10.0.0.130 - - [2025-12-08 02:10:50] "GET /project/cfb9604c-0378-4472-8593-1514b39da184 HTTP/1.1" 200 2174 0.066590 10.0.0.130 - - [2025-12-08 02:10:50] "GET /virtual-network/79dd2eee-2514-42c9-a9cc-6288741c149d HTTP/1.1" 200 2346 0.004281 10.0.0.130 - - [2025-12-08 02:10:50] "GET /obj-perms HTTP/1.1" 200 5071 0.046029 10.0.0.130 - - [2025-12-08 02:10:50] "POST /id-to-fqname HTTP/1.1" 200 233 0.001499 10.0.0.130 - - [2025-12-08 02:10:52] "POST /neutron/network HTTP/1.1" 200 849 0.006673 10.0.0.130 - - [2025-12-08 02:10:52] "GET /aaa-mode HTTP/1.1" 401 293 0.000454 10.0.0.130 - - [2025-12-08 02:10:52] "GET / HTTP/1.1" 200 36215 0.001297 10.0.0.130 - - [2025-12-08 02:10:52] "GET /project/cfb9604c-0378-4472-8593-1514b39da184?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000348 10.0.0.130 - - [2025-12-08 02:10:52] "DELETE /project/446c773c206b4d9db72b1b32c430ea13 HTTP/1.1" 404 173 0.025439 10.0.0.130 - - [2025-12-08 02:10:52] "DELETE /project/cfb9604c0378447285931514b39da184 HTTP/1.1" 404 173 0.039920 10.0.0.130 - - [2025-12-08 02:10:52] "GET /projects?obj_uuids=cfb9604c-0378-4472-8593-1514b39da184&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.022302 10.0.0.130 - - [2025-12-08 02:10:52] "GET /project/cfb9604c-0378-4472-8593-1514b39da184?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.084236 10.0.0.130 - - [2025-12-08 02:10:53] "POST /neutron/network HTTP/1.1" 200 839 0.029158 10.0.0.130 - - [2025-12-08 02:10:53] "POST /neutron/port HTTP/1.1" 200 117 0.004805 10.0.0.130 - - [2025-12-08 02:10:53] "POST /neutron/port HTTP/1.1" 200 117 0.005139 10.0.0.130 - - [2025-12-08 02:10:53] "POST /neutron/port HTTP/1.1" 200 117 0.006824 10.0.0.130 - - [2025-12-08 02:10:54] "POST /neutron/network HTTP/1.1" 200 849 0.004900 10.0.0.130 - - [2025-12-08 02:10:54] "GET /projects?obj_uuids=cfb9604c-0378-4472-8593-1514b39da184&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000913 10.0.0.130 - - [2025-12-08 02:10:54] "POST /neutron/port HTTP/1.1" 200 1071 0.197573 10.0.0.130 - - [2025-12-08 02:10:55] "POST /neutron/port HTTP/1.1" 200 1071 0.028905 10.0.0.130 - - [2025-12-08 02:10:55] "POST /neutron/port HTTP/1.1" 200 1071 0.007366 10.0.0.130 - - [2025-12-08 02:10:55] "POST /neutron/port HTTP/1.1" 200 1125 0.080958 10.0.0.130 - - [2025-12-08 02:10:55] "POST /neutron/port HTTP/1.1" 200 1099 0.014737 10.0.0.130 - - [2025-12-08 02:10:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003138 10.0.0.130 - - [2025-12-08 02:10:55] "POST /neutron/subnet HTTP/1.1" 200 698 0.006622 10.0.0.130 - - [2025-12-08 02:10:55] "POST /neutron/port HTTP/1.1" 200 117 0.000985 10.0.0.130 - - [2025-12-08 02:10:55] "POST /neutron/network HTTP/1.1" 200 839 0.005349 10.0.0.130 - - [2025-12-08 02:10:57] "GET /obj-perms HTTP/1.1" 200 5075 0.046799 10.0.0.130 - - [2025-12-08 02:10:57] "GET /obj-perms HTTP/1.1" 200 5075 0.051311 10.0.0.130 - - [2025-12-08 02:10:58] "POST /neutron/port HTTP/1.1" 200 1099 0.010941 10.0.0.130 - - [2025-12-08 02:10:58] "POST /neutron/security_group HTTP/1.1" 200 2069 0.005334 10.0.0.130 - - [2025-12-08 02:10:58] "GET /obj-perms HTTP/1.1" 200 5071 0.003329 10.0.0.130 - - [2025-12-08 02:10:59] "GET /obj-perms HTTP/1.1" 200 5071 0.003005 10.0.0.130 - - [2025-12-08 02:11:00] "GET /obj-perms HTTP/1.1" 200 5071 0.002909 10.0.0.130 - - [2025-12-08 02:11:01] "GET /obj-perms HTTP/1.1" 200 5071 0.003215 10.0.0.130 - - [2025-12-08 02:11:02] "GET /obj-perms HTTP/1.1" 200 5071 0.003066 10.0.0.130 - - [2025-12-08 02:11:04] "POST /neutron/network HTTP/1.1" 200 839 0.009069 10.0.0.130 - - [2025-12-08 02:11:04] "POST /neutron/network HTTP/1.1" 400 204 0.012516 10.0.0.130 - - [2025-12-08 02:11:04] "POST /neutron/port HTTP/1.1" 200 1099 0.010670 10.0.0.130 - - [2025-12-08 02:11:04] "POST /neutron/port HTTP/1.1" 200 1125 0.007747 10.0.0.130 - - [2025-12-08 02:11:04] "POST /neutron/port HTTP/1.1" 200 151 0.101078 10.0.0.130 - - [2025-12-08 02:11:06] "POST /neutron/network HTTP/1.1" 200 839 0.005492 10.0.0.130 - - [2025-12-08 02:11:06] "POST /useragent-kv HTTP/1.1" 200 115 0.002180 10.0.0.130 - - [2025-12-08 02:11:06] "POST /useragent-kv HTTP/1.1" 200 115 0.001678 10.0.0.130 - - [2025-12-08 02:11:06] "POST /neutron/network HTTP/1.1" 200 151 0.072981 10.0.0.130 - - [2025-12-08 02:11:06] "GET /routing-instance/fb8fcd68-ffcd-41ef-9b44-92cf102f0dd1 HTTP/1.1" 404 171 0.002426 10.0.0.130 - - [2025-12-08 02:11:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.026974 10.0.0.130 - - [2025-12-08 02:11:06] "GET /domains HTTP/1.1" 200 281 0.002391 10.0.0.130 - - [2025-12-08 02:11:06] "GET /domains?obj_uuids=89255e1c-530c-49a5-b275-cafa7847f34c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001153 10.0.0.130 - - [2025-12-08 02:11:06] "DELETE /route-target/c613e481-e8db-4248-8a17-59db0ba77152 HTTP/1.1" 200 115 0.017004 10.0.0.130 - - [2025-12-08 02:11:06] "GET /domain/89255e1c-530c-49a5-b275-cafa7847f34c HTTP/1.1" 200 2594 0.049011 10.0.0.130 - - [2025-12-08 02:11:06] "GET /projects?obj_uuids=cfb9604c-0378-4472-8593-1514b39da184&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000839 10.0.0.130 - - [2025-12-08 02:11:06] "GET /project/cfb9604c-0378-4472-8593-1514b39da184 HTTP/1.1" 200 1923 0.071552 10.0.0.130 - - [2025-12-08 02:11:06] "GET /projects?obj_uuids=cfb9604c-0378-4472-8593-1514b39da184&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000845 10.0.0.130 - - [2025-12-08 02:11:06] "GET /project/cfb9604c-0378-4472-8593-1514b39da184?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.038418 10.0.0.130 - - [2025-12-08 02:11:06] "GET /projects?obj_uuids=cfb9604c-0378-4472-8593-1514b39da184&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000952 10.0.0.130 - - [2025-12-08 02:11:06] "GET /project/cfb9604c-0378-4472-8593-1514b39da184?fields=virtual_networks HTTP/1.1" 200 1056 0.040050 10.0.0.130 - - [2025-12-08 02:11:06] "GET /projects?obj_uuids=cfb9604c-0378-4472-8593-1514b39da184&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000870 10.0.0.130 - - [2025-12-08 02:11:06] "GET /project/cfb9604c-0378-4472-8593-1514b39da184?fields=virtual_machine_interfaces HTTP/1.1" 200 1056 0.032727 10.0.0.130 - - [2025-12-08 02:11:06] "GET /projects?obj_uuids=cfb9604c-0378-4472-8593-1514b39da184&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001198 10.0.0.130 - - [2025-12-08 02:11:06] "GET /project/cfb9604c-0378-4472-8593-1514b39da184?fields=security_groups HTTP/1.1" 200 1294 0.032682 10.0.0.130 - - [2025-12-08 02:11:07] "GET /projects?obj_uuids=446c773c-206b-4d9d-b72b-1b32c430ea13&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000897 10.0.0.130 - - [2025-12-08 02:11:07] "GET /project/446c773c-206b-4d9d-b72b-1b32c430ea13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.022546 10.0.0.130 - - [2025-12-08 02:11:10] "GET /projects?obj_uuids=446c773c-206b-4d9d-b72b-1b32c430ea13&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000931 10.0.0.130 - - [2025-12-08 02:11:10] "GET /project/446c773c-206b-4d9d-b72b-1b32c430ea13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.028674 10.0.0.130 - - [2025-12-08 02:11:11] "GET /documentation/index.html HTTP/1.1" 200 210274 0.003770 10.0.0.130 - - [2025-12-08 02:11:11] "POST /fqname-to-id HTTP/1.1" 404 200 0.024052 10.0.0.130 - - [2025-12-08 02:11:11] "GET /projects?obj_uuids=daa806c9-b3e7-493a-86ce-664a24c2dd46&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002489 10.0.0.130 - - [2025-12-08 02:11:11] "GET /domains?obj_uuids=89255e1c-530c-49a5-b275-cafa7847f34c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000848 10.0.0.130 - - [2025-12-08 02:11:11] "GET /domain/89255e1c-530c-49a5-b275-cafa7847f34c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006591 10.0.0.130 - - [2025-12-08 02:11:11] "POST /id-to-fqname HTTP/1.1" 200 202 0.001512 10.0.0.130 - - [2025-12-08 02:11:11] "POST /fqname-to-id HTTP/1.1" 404 211 0.002884 10.0.0.130 - - [2025-12-08 02:11:12] "POST /security-groups HTTP/1.1" 200 603 0.060825 10.0.0.130 - - [2025-12-08 02:11:12] "POST /fqname-to-id HTTP/1.1" 404 246 0.002619 10.0.0.130 - - [2025-12-08 02:11:12] "POST /projects HTTP/1.1" 200 609 0.215807 10.0.0.130 - - [2025-12-08 02:11:12] "POST /access-control-lists HTTP/1.1" 200 610 0.057637 10.0.0.130 - - [2025-12-08 02:11:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.284364 10.0.0.130 - - [2025-12-08 02:11:12] "POST /fqname-to-id HTTP/1.1" 404 245 0.003263 10.0.0.130 - - [2025-12-08 02:11:12] "GET /project/daa806c9-b3e7-493a-86ce-664a24c2dd46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.401904 10.0.0.130 - - [2025-12-08 02:11:12] "POST /access-control-lists HTTP/1.1" 200 608 0.067300 10.0.0.130 - - [2025-12-08 02:11:12] "GET /global-system-configs HTTP/1.1" 401 293 0.000530 10.0.0.130 - - [2025-12-08 02:11:12] "GET /global-system-configs HTTP/1.1" 401 293 0.000337 10.0.0.130 - - [2025-12-08 02:11:12] "GET /global-system-configs HTTP/1.1" 401 293 0.000380 10.0.0.130 - - [2025-12-08 02:11:12] "GET /global-system-configs HTTP/1.1" 401 293 0.000369 10.0.0.130 - - [2025-12-08 02:11:13] "GET / HTTP/1.1" 200 36215 0.001730 10.0.0.130 - - [2025-12-08 02:11:13] "GET /projects?obj_uuids=446c773c-206b-4d9d-b72b-1b32c430ea13&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000965 10.0.0.130 - - [2025-12-08 02:11:13] "GET /project/446c773c-206b-4d9d-b72b-1b32c430ea13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.025677 10.0.0.130 - - [2025-12-08 02:11:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002712 10.0.0.130 - - [2025-12-08 02:11:14] "GET /security-group/6f861bfe-8092-468a-a06a-e1adf6e6cd0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3687 0.003918 10.0.0.130 - - [2025-12-08 02:11:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002633 10.0.0.130 - - [2025-12-08 02:11:14] "GET /projects?obj_uuids=446c773c-206b-4d9d-b72b-1b32c430ea13&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001096 10.0.0.130 - - [2025-12-08 02:11:14] "GET /project/446c773c-206b-4d9d-b72b-1b32c430ea13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.023143 10.0.0.130 - - [2025-12-08 02:11:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003039 10.0.0.130 - - [2025-12-08 02:11:14] "GET /security-group/6f861bfe-8092-468a-a06a-e1adf6e6cd0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3687 0.003695 10.0.0.130 - - [2025-12-08 02:11:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002632 10.0.0.130 - - [2025-12-08 02:11:14] "PUT /security-group/6f861bfe-8092-468a-a06a-e1adf6e6cd0f HTTP/1.1" 200 263 0.013157 10.0.0.130 - - [2025-12-08 02:11:14] "PUT /access-control-list/725a5ddc-c7ad-453a-a650-15e8054462b9 HTTP/1.1" 200 273 0.008084 10.0.0.130 - - [2025-12-08 02:11:14] "PUT /access-control-list/52473204-a1ac-429f-b34f-539785bcbafa HTTP/1.1" 200 273 0.009134 10.0.0.130 - - [2025-12-08 02:11:14] "POST /fqname-to-id HTTP/1.1" 401 293 0.000499 10.0.0.130 - - [2025-12-08 02:11:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.061102 10.0.0.130 - - [2025-12-08 02:11:15] "GET /projects?obj_uuids=daa806c9-b3e7-493a-86ce-664a24c2dd46&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001091 10.0.0.130 - - [2025-12-08 02:11:15] "GET /project/daa806c9-b3e7-493a-86ce-664a24c2dd46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.062256 10.0.0.130 - - [2025-12-08 02:11:15] "POST /neutron/network HTTP/1.1" 200 117 0.033113 10.0.0.130 - - [2025-12-08 02:11:15] "GET /projects?obj_uuids=daa806c9-b3e7-493a-86ce-664a24c2dd46&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001063 10.0.0.130 - - [2025-12-08 02:11:15] "POST /neutron/network HTTP/1.1" 200 619 0.069312 10.0.0.130 - - [2025-12-08 02:11:15] "POST /route-targets HTTP/1.1" 200 328 0.011842 10.0.0.130 - - [2025-12-08 02:11:15] "POST /ref-update HTTP/1.1" 200 156 0.014414 10.0.0.130 - - [2025-12-08 02:11:15] "POST /useragent-kv HTTP/1.1" 200 115 0.006310 10.0.0.130 - - [2025-12-08 02:11:15] "POST /neutron/subnet HTTP/1.1" 200 730 0.214295 10.0.0.130 - - [2025-12-08 02:11:15] "POST /neutron/network HTTP/1.1" 200 839 0.004674 10.0.0.130 - - [2025-12-08 02:11:15] "POST /id-to-fqname HTTP/1.1" 200 233 0.002295 10.0.0.130 - - [2025-12-08 02:11:15] "GET /virtual-network/e6cebc88-8d56-42fd-9eed-80bf11fb16a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.004343 10.0.0.130 - - [2025-12-08 02:11:15] "POST /neutron/network HTTP/1.1" 200 839 0.004782 10.0.0.130 - - [2025-12-08 02:11:15] "GET /virtual-network/e6cebc88-8d56-42fd-9eed-80bf11fb16a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.003940 10.0.0.130 - - [2025-12-08 02:11:15] "POST /neutron/network HTTP/1.1" 200 839 0.006431 10.0.0.130 - - [2025-12-08 02:11:15] "POST /neutron/subnet HTTP/1.1" 200 730 0.005444 10.0.0.130 - - [2025-12-08 02:11:15] "GET /domains HTTP/1.1" 401 293 0.000321 10.0.0.130 - - [2025-12-08 02:11:16] "GET /domains HTTP/1.1" 200 281 0.023634 10.0.0.130 - - [2025-12-08 02:11:16] "GET /domains?obj_uuids=89255e1c-530c-49a5-b275-cafa7847f34c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000946 10.0.0.130 - - [2025-12-08 02:11:16] "GET /domain/89255e1c-530c-49a5-b275-cafa7847f34c HTTP/1.1" 200 2793 0.008051 10.0.0.130 - - [2025-12-08 02:11:16] "GET /projects?obj_uuids=daa806c9-b3e7-493a-86ce-664a24c2dd46&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000910 10.0.0.130 - - [2025-12-08 02:11:16] "GET /project/daa806c9-b3e7-493a-86ce-664a24c2dd46 HTTP/1.1" 200 2180 0.078909 10.0.0.130 - - [2025-12-08 02:11:16] "GET /virtual-network/e6cebc88-8d56-42fd-9eed-80bf11fb16a2 HTTP/1.1" 200 2348 0.005429 10.0.0.130 - - [2025-12-08 02:11:16] "GET /virtual-network/e6cebc88-8d56-42fd-9eed-80bf11fb16a2 HTTP/1.1" 200 2348 0.004062 10.0.0.130 - - [2025-12-08 02:11:16] "GET /routing-instance/ca2b59dc-97f4-4447-8c66-c37bdf4801f4 HTTP/1.1" 200 1495 0.003209 10.0.0.130 - - [2025-12-08 02:11:16] "GET /routing-instance/ca2b59dc-97f4-4447-8c66-c37bdf4801f4 HTTP/1.1" 200 1495 0.008396 10.0.0.130 - - [2025-12-08 02:11:16] "GET /route-target/11edc180-16cf-41e4-bddb-fdd294cf21ae HTTP/1.1" 200 1220 0.003100 10.0.0.130 - - [2025-12-08 02:11:16] "GET /virtual-network/e6cebc88-8d56-42fd-9eed-80bf11fb16a2 HTTP/1.1" 200 2348 0.003964 10.0.0.130 - - [2025-12-08 02:11:16] "GET /routing-instance/ca2b59dc-97f4-4447-8c66-c37bdf4801f4 HTTP/1.1" 200 1495 0.002970 10.0.0.130 - - [2025-12-08 02:11:16] "GET /virtual-network/e6cebc88-8d56-42fd-9eed-80bf11fb16a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.004874 10.0.0.130 - - [2025-12-08 02:11:16] "GET /virtual-network/e6cebc88-8d56-42fd-9eed-80bf11fb16a2 HTTP/1.1" 200 2348 0.004105 10.0.0.130 - - [2025-12-08 02:11:16] "GET /routing-instance/ca2b59dc-97f4-4447-8c66-c37bdf4801f4 HTTP/1.1" 200 1495 0.002689 10.0.0.130 - - [2025-12-08 02:11:16] "GET /routing-instance/ca2b59dc-97f4-4447-8c66-c37bdf4801f4 HTTP/1.1" 200 1495 0.002618 10.0.0.130 - - [2025-12-08 02:11:16] "GET /route-target/11edc180-16cf-41e4-bddb-fdd294cf21ae HTTP/1.1" 200 1220 0.002442 10.0.0.130 - - [2025-12-08 02:11:16] "GET /domains HTTP/1.1" 200 281 0.002661 10.0.0.130 - - [2025-12-08 02:11:16] "GET /domains?obj_uuids=89255e1c-530c-49a5-b275-cafa7847f34c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000993 10.0.0.130 - - [2025-12-08 02:11:16] "GET /domain/89255e1c-530c-49a5-b275-cafa7847f34c HTTP/1.1" 200 2793 0.005793 10.0.0.130 - - [2025-12-08 02:11:16] "GET /projects?obj_uuids=daa806c9-b3e7-493a-86ce-664a24c2dd46&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000752 10.0.0.130 - - [2025-12-08 02:11:16] "GET /project/daa806c9-b3e7-493a-86ce-664a24c2dd46 HTTP/1.1" 200 2180 0.066228 10.0.0.130 - - [2025-12-08 02:11:16] "GET /virtual-network/e6cebc88-8d56-42fd-9eed-80bf11fb16a2 HTTP/1.1" 200 2348 0.004255 10.0.0.130 - - [2025-12-08 02:11:16] "GET /obj-perms HTTP/1.1" 200 5073 0.048549 10.0.0.130 - - [2025-12-08 02:11:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002807 10.0.0.130 - - [2025-12-08 02:11:16] "GET /projects?obj_uuids=daa806c9-b3e7-493a-86ce-664a24c2dd46&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000850 10.0.0.130 - - [2025-12-08 02:11:16] "GET /project/daa806c9-b3e7-493a-86ce-664a24c2dd46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.023741 10.0.0.130 - - [2025-12-08 02:11:16] "POST /neutron/network HTTP/1.1" 200 117 0.015051 10.0.0.130 - - [2025-12-08 02:11:16] "GET /projects?obj_uuids=daa806c9-b3e7-493a-86ce-664a24c2dd46&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000957 10.0.0.130 - - [2025-12-08 02:11:16] "POST /neutron/network HTTP/1.1" 200 619 0.074540 10.0.0.130 - - [2025-12-08 02:11:17] "POST /route-targets HTTP/1.1" 200 328 0.013282 10.0.0.130 - - [2025-12-08 02:11:17] "POST /ref-update HTTP/1.1" 200 156 0.010670 10.0.0.130 - - [2025-12-08 02:11:17] "POST /useragent-kv HTTP/1.1" 200 115 0.006432 10.0.0.130 - - [2025-12-08 02:11:17] "POST /neutron/subnet HTTP/1.1" 200 715 0.130008 10.0.0.130 - - [2025-12-08 02:11:17] "POST /neutron/network HTTP/1.1" 200 836 0.005705 10.0.0.130 - - [2025-12-08 02:11:17] "POST /id-to-fqname HTTP/1.1" 200 233 0.001072 10.0.0.130 - - [2025-12-08 02:11:17] "GET /virtual-network/e721e217-5202-496a-b3cc-5835ef6d39ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.004358 10.0.0.130 - - [2025-12-08 02:11:17] "POST /neutron/network HTTP/1.1" 200 836 0.007125 10.0.0.130 - - [2025-12-08 02:11:17] "GET /virtual-network/e721e217-5202-496a-b3cc-5835ef6d39ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.005659 10.0.0.130 - - [2025-12-08 02:11:17] "POST /neutron/network HTTP/1.1" 200 836 0.004953 10.0.0.130 - - [2025-12-08 02:11:17] "POST /neutron/subnet HTTP/1.1" 200 715 0.006542 10.0.0.130 - - [2025-12-08 02:11:17] "GET /domains HTTP/1.1" 200 281 0.001766 10.0.0.130 - - [2025-12-08 02:11:17] "GET /domains?obj_uuids=89255e1c-530c-49a5-b275-cafa7847f34c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001997 10.0.0.130 - - [2025-12-08 02:11:17] "GET /domain/89255e1c-530c-49a5-b275-cafa7847f34c HTTP/1.1" 200 2793 0.007259 10.0.0.130 - - [2025-12-08 02:11:17] "GET /projects?obj_uuids=daa806c9-b3e7-493a-86ce-664a24c2dd46&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000715 10.0.0.130 - - [2025-12-08 02:11:17] "GET /project/daa806c9-b3e7-493a-86ce-664a24c2dd46 HTTP/1.1" 200 2409 0.063007 10.0.0.130 - - [2025-12-08 02:11:17] "GET /virtual-network/e721e217-5202-496a-b3cc-5835ef6d39ee HTTP/1.1" 200 2339 0.005651 10.0.0.130 - - [2025-12-08 02:11:17] "GET /virtual-network/e721e217-5202-496a-b3cc-5835ef6d39ee HTTP/1.1" 200 2339 0.004192 10.0.0.130 - - [2025-12-08 02:11:17] "GET /routing-instance/7c72cdbf-a67a-4145-bdd3-fb71dba934bc HTTP/1.1" 200 1494 0.002738 10.0.0.130 - - [2025-12-08 02:11:17] "GET /routing-instance/7c72cdbf-a67a-4145-bdd3-fb71dba934bc HTTP/1.1" 200 1494 0.003154 10.0.0.130 - - [2025-12-08 02:11:17] "GET /route-target/dd3c5edb-cb81-42c7-aaa7-01fa524b9543 HTTP/1.1" 200 1221 0.002502 10.0.0.130 - - [2025-12-08 02:11:17] "GET /virtual-network/e721e217-5202-496a-b3cc-5835ef6d39ee HTTP/1.1" 200 2339 0.003683 10.0.0.130 - - [2025-12-08 02:11:17] "GET /routing-instance/7c72cdbf-a67a-4145-bdd3-fb71dba934bc HTTP/1.1" 200 1494 0.002522 10.0.0.130 - - [2025-12-08 02:11:17] "GET /virtual-network/e721e217-5202-496a-b3cc-5835ef6d39ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.003988 10.0.0.130 - - [2025-12-08 02:11:17] "GET /virtual-network/e721e217-5202-496a-b3cc-5835ef6d39ee HTTP/1.1" 200 2339 0.003914 10.0.0.130 - - [2025-12-08 02:11:17] "GET /routing-instance/7c72cdbf-a67a-4145-bdd3-fb71dba934bc HTTP/1.1" 200 1494 0.002471 10.0.0.130 - - [2025-12-08 02:11:17] "GET /routing-instance/7c72cdbf-a67a-4145-bdd3-fb71dba934bc HTTP/1.1" 200 1494 0.002526 10.0.0.130 - - [2025-12-08 02:11:17] "GET /route-target/dd3c5edb-cb81-42c7-aaa7-01fa524b9543 HTTP/1.1" 200 1221 0.002148 10.0.0.130 - - [2025-12-08 02:11:17] "GET /domains HTTP/1.1" 200 281 0.002116 10.0.0.130 - - [2025-12-08 02:11:17] "GET /domains?obj_uuids=89255e1c-530c-49a5-b275-cafa7847f34c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000756 10.0.0.130 - - [2025-12-08 02:11:17] "GET /domain/89255e1c-530c-49a5-b275-cafa7847f34c HTTP/1.1" 200 2793 0.005343 10.0.0.130 - - [2025-12-08 02:11:17] "GET /projects?obj_uuids=daa806c9-b3e7-493a-86ce-664a24c2dd46&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000734 10.0.0.130 - - [2025-12-08 02:11:17] "GET /project/daa806c9-b3e7-493a-86ce-664a24c2dd46 HTTP/1.1" 200 2409 0.066291 10.0.0.130 - - [2025-12-08 02:11:17] "GET /virtual-network/e721e217-5202-496a-b3cc-5835ef6d39ee HTTP/1.1" 200 2339 0.004309 10.0.0.130 - - [2025-12-08 02:11:17] "GET /obj-perms HTTP/1.1" 200 5073 0.002764 10.0.0.130 - - [2025-12-08 02:11:17] "POST /id-to-fqname HTTP/1.1" 200 233 0.001138 10.0.0.130 - - [2025-12-08 02:11:17] "POST /neutron/network HTTP/1.1" 200 846 0.005020 10.0.0.130 - - [2025-12-08 02:11:17] "GET /aaa-mode HTTP/1.1" 401 293 0.000384 10.0.0.130 - - [2025-12-08 02:11:18] "GET / HTTP/1.1" 200 36215 0.001307 10.0.0.130 - - [2025-12-08 02:11:18] "GET /project/daa806c9-b3e7-493a-86ce-664a24c2dd46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000326 10.0.0.130 - - [2025-12-08 02:11:18] "GET /projects?obj_uuids=daa806c9-b3e7-493a-86ce-664a24c2dd46&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000938 10.0.0.130 - - [2025-12-08 02:11:18] "GET /project/daa806c9-b3e7-493a-86ce-664a24c2dd46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.056438 10.0.0.130 - - [2025-12-08 02:11:18] "POST /neutron/network HTTP/1.1" 200 836 0.007007 10.0.0.130 - - [2025-12-08 02:11:18] "POST /neutron/port HTTP/1.1" 200 117 0.004749 10.0.0.130 - - [2025-12-08 02:11:18] "POST /neutron/port HTTP/1.1" 200 117 0.004395 10.0.0.130 - - [2025-12-08 02:11:18] "POST /id-to-fqname HTTP/1.1" 200 233 0.001165 10.0.0.130 - - [2025-12-08 02:11:18] "POST /neutron/port HTTP/1.1" 200 117 0.004575 10.0.0.130 - - [2025-12-08 02:11:18] "POST /neutron/network HTTP/1.1" 200 849 0.004905 10.0.0.130 - - [2025-12-08 02:11:18] "GET /aaa-mode HTTP/1.1" 401 293 0.000369 10.0.0.130 - - [2025-12-08 02:11:18] "POST /neutron/network HTTP/1.1" 200 846 0.009540 10.0.0.130 - - [2025-12-08 02:11:19] "GET /projects?obj_uuids=daa806c9-b3e7-493a-86ce-664a24c2dd46&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001041 10.0.0.130 - - [2025-12-08 02:11:19] "GET / HTTP/1.1" 200 36215 0.006147 10.0.0.130 - - [2025-12-08 02:11:19] "GET /project/daa806c9-b3e7-493a-86ce-664a24c2dd46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000923 10.0.0.130 - - [2025-12-08 02:11:19] "POST /neutron/port HTTP/1.1" 200 1070 0.224277 10.0.0.130 - - [2025-12-08 02:11:19] "POST /neutron/port HTTP/1.1" 200 1070 0.013490 10.0.0.130 - - [2025-12-08 02:11:19] "POST /neutron/port HTTP/1.1" 200 1070 0.012536 10.0.0.130 - - [2025-12-08 02:11:19] "POST /neutron/port HTTP/1.1" 200 1124 0.069542 10.0.0.130 - - [2025-12-08 02:11:19] "POST /neutron/port HTTP/1.1" 200 1098 0.010661 10.0.0.130 - - [2025-12-08 02:11:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003429 10.0.0.130 - - [2025-12-08 02:11:19] "POST /neutron/subnet HTTP/1.1" 200 689 0.009043 10.0.0.130 - - [2025-12-08 02:11:19] "GET /projects?obj_uuids=daa806c9-b3e7-493a-86ce-664a24c2dd46&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000911 10.0.0.130 - - [2025-12-08 02:11:19] "POST /neutron/port HTTP/1.1" 200 117 0.000862 10.0.0.130 - - [2025-12-08 02:11:19] "POST /neutron/network HTTP/1.1" 200 836 0.019630 10.0.0.130 - - [2025-12-08 02:11:19] "GET /project/daa806c9-b3e7-493a-86ce-664a24c2dd46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.074736 10.0.0.130 - - [2025-12-08 02:11:19] "POST /neutron/network HTTP/1.1" 200 839 0.007128 10.0.0.130 - - [2025-12-08 02:11:19] "POST /neutron/port HTTP/1.1" 200 1098 0.014921 10.0.0.130 - - [2025-12-08 02:11:19] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007955 10.0.0.130 - - [2025-12-08 02:11:19] "POST /neutron/port HTTP/1.1" 200 117 0.004784 10.0.0.130 - - [2025-12-08 02:11:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004067 10.0.0.130 - - [2025-12-08 02:11:19] "GET /projects?obj_uuids=daa806c9-b3e7-493a-86ce-664a24c2dd46&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000982 10.0.0.130 - - [2025-12-08 02:11:19] "GET /project/daa806c9-b3e7-493a-86ce-664a24c2dd46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.039655 10.0.0.130 - - [2025-12-08 02:11:19] "GET /virtual-network/e6cebc88-8d56-42fd-9eed-80bf11fb16a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.009025 10.0.0.130 - - [2025-12-08 02:11:19] "GET /floating-ip-pools?parent_id=e6cebc88-8d56-42fd-9eed-80bf11fb16a2&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002624 10.0.0.130 - - [2025-12-08 02:11:19] "GET /virtual-network/e6cebc88-8d56-42fd-9eed-80bf11fb16a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.004519 10.0.0.130 - - [2025-12-08 02:11:20] "POST /floating-ip-pools HTTP/1.1" 200 611 0.025110 10.0.0.130 - - [2025-12-08 02:11:20] "POST /ref-update HTTP/1.1" 200 156 0.007726 10.0.0.130 - - [2025-12-08 02:11:20] "POST /neutron/network HTTP/1.1" 200 849 0.006129 10.0.0.130 - - [2025-12-08 02:11:20] "GET /virtual-network/e6cebc88-8d56-42fd-9eed-80bf11fb16a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006626 10.0.0.130 - - [2025-12-08 02:11:20] "GET /projects?obj_uuids=daa806c9-b3e7-493a-86ce-664a24c2dd46&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001987 10.0.0.130 - - [2025-12-08 02:11:20] "GET /domains HTTP/1.1" 200 281 0.002316 10.0.0.130 - - [2025-12-08 02:11:20] "GET /domains?obj_uuids=89255e1c-530c-49a5-b275-cafa7847f34c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001084 10.0.0.130 - - [2025-12-08 02:11:20] "GET /domain/89255e1c-530c-49a5-b275-cafa7847f34c HTTP/1.1" 200 2793 0.021099 10.0.0.130 - - [2025-12-08 02:11:20] "GET /projects?obj_uuids=daa806c9-b3e7-493a-86ce-664a24c2dd46&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000927 10.0.0.130 - - [2025-12-08 02:11:20] "GET /project/daa806c9-b3e7-493a-86ce-664a24c2dd46 HTTP/1.1" 200 3254 0.118924 10.0.0.130 - - [2025-12-08 02:11:20] "GET /virtual-network/e6cebc88-8d56-42fd-9eed-80bf11fb16a2 HTTP/1.1" 200 2941 0.006969 10.0.0.130 - - [2025-12-08 02:11:20] "GET /floating-ip-pool/73eb2768-8448-484a-9847-195f45aaff02 HTTP/1.1" 200 1444 0.002832 10.0.0.130 - - [2025-12-08 02:11:20] "GET /domains HTTP/1.1" 200 281 0.002303 10.0.0.130 - - [2025-12-08 02:11:20] "GET /domains?obj_uuids=89255e1c-530c-49a5-b275-cafa7847f34c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000867 10.0.0.130 - - [2025-12-08 02:11:20] "GET /domain/89255e1c-530c-49a5-b275-cafa7847f34c HTTP/1.1" 200 2793 0.007581 10.0.0.130 - - [2025-12-08 02:11:20] "GET /projects?obj_uuids=daa806c9-b3e7-493a-86ce-664a24c2dd46&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001194 10.0.0.130 - - [2025-12-08 02:11:20] "POST /neutron/port HTTP/1.1" 200 1073 0.296290 10.0.0.130 - - [2025-12-08 02:11:20] "GET /project/daa806c9-b3e7-493a-86ce-664a24c2dd46 HTTP/1.1" 200 3254 0.087794 10.0.0.130 - - [2025-12-08 02:11:20] "GET /virtual-network/e6cebc88-8d56-42fd-9eed-80bf11fb16a2 HTTP/1.1" 200 3163 0.021018 10.0.0.130 - - [2025-12-08 02:11:20] "POST /neutron/port HTTP/1.1" 200 1073 0.035423 10.0.0.130 - - [2025-12-08 02:11:20] "GET /virtual-network/e6cebc88-8d56-42fd-9eed-80bf11fb16a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.013540 10.0.0.130 - - [2025-12-08 02:11:20] "POST /neutron/port HTTP/1.1" 200 1073 0.020982 10.0.0.130 - - [2025-12-08 02:11:20] "POST /neutron/port HTTP/1.1" 200 1098 0.034642 10.0.0.130 - - [2025-12-08 02:11:20] "POST /neutron/port HTTP/1.1" 200 1127 0.088912 10.0.0.130 - - [2025-12-08 02:11:20] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006649 10.0.0.130 - - [2025-12-08 02:11:20] "POST /neutron/port HTTP/1.1" 200 1101 0.013397 10.0.0.130 - - [2025-12-08 02:11:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002578 10.0.0.130 - - [2025-12-08 02:11:20] "POST /neutron/subnet HTTP/1.1" 200 704 0.006769 10.0.0.130 - - [2025-12-08 02:11:20] "POST /neutron/port HTTP/1.1" 200 117 0.001374 10.0.0.130 - - [2025-12-08 02:11:20] "POST /neutron/network HTTP/1.1" 200 839 0.005293 10.0.0.130 - - [2025-12-08 02:11:25] "POST /neutron/port HTTP/1.1" 200 1098 0.011213 10.0.0.130 - - [2025-12-08 02:11:25] "POST /neutron/security_group HTTP/1.1" 200 2070 0.011252 10.0.0.130 - - [2025-12-08 02:11:25] "POST /neutron/port HTTP/1.1" 200 1098 0.014988 10.0.0.130 - - [2025-12-08 02:11:25] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005848 10.0.0.130 - - [2025-12-08 02:11:25] "POST /neutron/port HTTP/1.1" 200 1098 0.010763 10.0.0.130 - - [2025-12-08 02:11:25] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006700 10.0.0.130 - - [2025-12-08 02:11:25] "GET /virtual-machine/5dae917f-18a0-4344-8bb2-2b55a0d1cf4a HTTP/1.1" 200 1306 0.004213 10.0.0.130 - - [2025-12-08 02:11:25] "GET /virtual-machine-interface/246d2abd-18eb-420e-b2a7-7b6d10884b2d HTTP/1.1" 200 3011 0.004067 10.0.0.130 - - [2025-12-08 02:11:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002632 10.0.0.130 - - [2025-12-08 02:11:25] "GET /global-vrouter-config/a6e10417-27c9-4d34-b977-7b7d3fa7e4f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002961 10.0.0.130 - - [2025-12-08 02:11:25] "GET /virtual-networks?parent_id=daa806c9-b3e7-493a-86ce-664a24c2dd46&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.002621 10.0.0.130 - - [2025-12-08 02:11:26] "GET /virtual-network/e721e217-5202-496a-b3cc-5835ef6d39ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.004591 10.0.0.130 - - [2025-12-08 02:11:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002918 10.0.0.130 - - [2025-12-08 02:11:29] "GET /virtual-network/e721e217-5202-496a-b3cc-5835ef6d39ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.004083 10.0.0.130 - - [2025-12-08 02:11:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002603 10.0.0.130 - - [2025-12-08 02:11:31] "GET /global-vrouter-config/a6e10417-27c9-4d34-b977-7b7d3fa7e4f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002725 10.0.0.130 - - [2025-12-08 02:11:31] "GET /virtual-networks?parent_id=daa806c9-b3e7-493a-86ce-664a24c2dd46&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.002773 10.0.0.130 - - [2025-12-08 02:11:31] "GET /virtual-network/e721e217-5202-496a-b3cc-5835ef6d39ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.005245 10.0.0.130 - - [2025-12-08 02:11:31] "POST /neutron/port HTTP/1.1" 200 1098 0.036738 10.0.0.130 - - [2025-12-08 02:11:31] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005740 10.0.0.130 - - [2025-12-08 02:11:31] "POST /neutron/port HTTP/1.1" 200 1098 0.010945 10.0.0.130 - - [2025-12-08 02:11:31] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005153 10.0.0.130 - - [2025-12-08 02:11:31] "POST /neutron/port HTTP/1.1" 200 1101 0.014599 10.0.0.130 - - [2025-12-08 02:11:31] "POST /neutron/security_group HTTP/1.1" 200 2070 0.004668 10.0.0.130 - - [2025-12-08 02:11:36] "GET /projects?obj_uuids=daa806c9-b3e7-493a-86ce-664a24c2dd46&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000916 10.0.0.130 - - [2025-12-08 02:11:36] "POST /neutron/floatingip HTTP/1.1" 200 531 0.060831 10.0.0.130 - - [2025-12-08 02:11:36] "POST /neutron/port HTTP/1.1" 200 1098 0.008843 10.0.0.130 - - [2025-12-08 02:11:36] "POST /neutron/floatingip HTTP/1.1" 200 531 0.003906 10.0.0.130 - - [2025-12-08 02:11:36] "POST /neutron/floatingip HTTP/1.1" 200 576 0.029397 10.0.0.130 - - [2025-12-08 02:11:36] "POST /neutron/port HTTP/1.1" 200 1101 0.011523 10.0.0.130 - - [2025-12-08 02:11:36] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005045 10.0.0.130 - - [2025-12-08 02:11:36] "POST /neutron/port HTTP/1.1" 200 1101 0.010144 10.0.0.130 - - [2025-12-08 02:11:36] "POST /neutron/security_group HTTP/1.1" 200 2070 0.004879 10.0.0.130 - - [2025-12-08 02:11:36] "POST /neutron/port HTTP/1.1" 200 1101 0.010653 10.0.0.130 - - [2025-12-08 02:11:36] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005299 10.0.0.130 - - [2025-12-08 02:11:36] "GET /virtual-machine/40e940da-244b-4ac9-a8b3-639b1b1eae15 HTTP/1.1" 200 1306 0.003932 10.0.0.130 - - [2025-12-08 02:11:36] "GET /virtual-machine-interface/006e23bd-f8c0-454d-956b-e7ae72dee0ff HTTP/1.1" 200 3009 0.004397 10.0.0.130 - - [2025-12-08 02:11:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002747 10.0.0.130 - - [2025-12-08 02:11:36] "GET /global-vrouter-config/a6e10417-27c9-4d34-b977-7b7d3fa7e4f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002695 10.0.0.130 - - [2025-12-08 02:11:36] "GET /virtual-networks?parent_id=daa806c9-b3e7-493a-86ce-664a24c2dd46&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.002924 10.0.0.130 - - [2025-12-08 02:11:36] "GET /virtual-network/e6cebc88-8d56-42fd-9eed-80bf11fb16a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.004825 10.0.0.130 - - [2025-12-08 02:11:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003039 10.0.0.130 - - [2025-12-08 02:11:38] "GET /global-vrouter-config/a6e10417-27c9-4d34-b977-7b7d3fa7e4f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002843 10.0.0.130 - - [2025-12-08 02:11:38] "GET /virtual-networks?parent_id=daa806c9-b3e7-493a-86ce-664a24c2dd46&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.002708 10.0.0.130 - - [2025-12-08 02:11:38] "GET /virtual-network/e6cebc88-8d56-42fd-9eed-80bf11fb16a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.004817 10.0.0.130 - - [2025-12-08 02:11:38] "POST /neutron/floatingip HTTP/1.1" 200 576 0.010281 10.0.0.130 - - [2025-12-08 02:11:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002292 10.0.0.130 - - [2025-12-08 02:11:38] "GET /routing-instance/ca2b59dc-97f4-4447-8c66-c37bdf4801f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1495 0.002702 10.0.0.130 - - [2025-12-08 02:11:38] "GET /route-target/11edc180-16cf-41e4-bddb-fdd294cf21ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003193 10.0.0.130 - - [2025-12-08 02:11:38] "GET /floating-ip/85761212-c5d0-4b66-b57c-86097f83c688 HTTP/1.1" 200 1892 0.004467 10.0.0.130 - - [2025-12-08 02:11:41] "POST /neutron/floatingip HTTP/1.1" 200 576 0.008407 10.0.0.130 - - [2025-12-08 02:11:41] "POST /neutron/floatingip HTTP/1.1" 200 531 0.024994 10.0.0.130 - - [2025-12-08 02:11:41] "POST /neutron/floatingip HTTP/1.1" 200 531 0.005203 10.0.0.130 - - [2025-12-08 02:11:41] "POST /neutron/floatingip HTTP/1.1" 200 115 0.034250 10.0.0.130 - - [2025-12-08 02:11:41] "GET /floating-ip-pool/73eb2768-8448-484a-9847-195f45aaff02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1208 0.003014 10.0.0.130 - - [2025-12-08 02:11:41] "POST /ref-update HTTP/1.1" 200 156 0.008129 10.0.0.130 - - [2025-12-08 02:11:41] "DELETE /floating-ip-pool/73eb2768-8448-484a-9847-195f45aaff02 HTTP/1.1" 200 115 0.021803 10.0.0.130 - - [2025-12-08 02:11:41] "POST /neutron/network HTTP/1.1" 200 836 0.005422 10.0.0.130 - - [2025-12-08 02:11:41] "POST /neutron/network HTTP/1.1" 400 204 0.009578 10.0.0.130 - - [2025-12-08 02:11:41] "POST /neutron/port HTTP/1.1" 200 1101 0.009782 10.0.0.130 - - [2025-12-08 02:11:41] "POST /neutron/port HTTP/1.1" 200 1127 0.010288 10.0.0.130 - - [2025-12-08 02:11:41] "POST /neutron/port HTTP/1.1" 200 1098 0.012749 10.0.0.130 - - [2025-12-08 02:11:41] "POST /neutron/port HTTP/1.1" 200 1124 0.007060 10.0.0.130 - - [2025-12-08 02:11:42] "POST /neutron/port HTTP/1.1" 200 151 0.197116 10.0.0.130 - - [2025-12-08 02:11:42] "POST /neutron/port HTTP/1.1" 200 151 0.172219 10.0.0.130 - - [2025-12-08 02:11:43] "POST /neutron/network HTTP/1.1" 200 836 0.005035 10.0.0.130 - - [2025-12-08 02:11:43] "POST /useragent-kv HTTP/1.1" 200 115 0.002744 10.0.0.130 - - [2025-12-08 02:11:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003293 10.0.0.130 - - [2025-12-08 02:11:43] "POST /useragent-kv HTTP/1.1" 200 115 0.001591 10.0.0.130 - - [2025-12-08 02:11:43] "POST /neutron/network HTTP/1.1" 200 151 0.069387 10.0.0.130 - - [2025-12-08 02:11:43] "GET /routing-instance/7c72cdbf-a67a-4145-bdd3-fb71dba934bc HTTP/1.1" 404 171 0.003578 10.0.0.130 - - [2025-12-08 02:11:43] "DELETE /route-target/dd3c5edb-cb81-42c7-aaa7-01fa524b9543 HTTP/1.1" 200 115 0.014716 10.0.0.130 - - [2025-12-08 02:11:43] "GET /domains HTTP/1.1" 200 281 0.002622 10.0.0.130 - - [2025-12-08 02:11:43] "GET /domains?obj_uuids=89255e1c-530c-49a5-b275-cafa7847f34c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001154 10.0.0.130 - - [2025-12-08 02:11:43] "GET /domain/89255e1c-530c-49a5-b275-cafa7847f34c HTTP/1.1" 200 2793 0.047626 10.0.0.130 - - [2025-12-08 02:11:43] "GET /projects?obj_uuids=daa806c9-b3e7-493a-86ce-664a24c2dd46&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000878 10.0.0.130 - - [2025-12-08 02:11:43] "GET /project/daa806c9-b3e7-493a-86ce-664a24c2dd46 HTTP/1.1" 200 2180 0.065905 10.0.0.130 - - [2025-12-08 02:11:43] "POST /neutron/network HTTP/1.1" 200 839 0.004702 10.0.0.130 - - [2025-12-08 02:11:43] "POST /useragent-kv HTTP/1.1" 200 115 0.001775 10.0.0.130 - - [2025-12-08 02:11:43] "POST /useragent-kv HTTP/1.1" 200 115 0.002164 10.0.0.130 - - [2025-12-08 02:11:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002302 10.0.0.130 - - [2025-12-08 02:11:43] "POST /neutron/network HTTP/1.1" 200 151 0.068428 10.0.0.130 - - [2025-12-08 02:11:43] "GET /routing-instance/ca2b59dc-97f4-4447-8c66-c37bdf4801f4 HTTP/1.1" 404 171 0.002163 10.0.0.130 - - [2025-12-08 02:11:43] "GET /domains HTTP/1.1" 200 281 0.001606 10.0.0.130 - - [2025-12-08 02:11:43] "GET /domains?obj_uuids=89255e1c-530c-49a5-b275-cafa7847f34c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000811 10.0.0.130 - - [2025-12-08 02:11:43] "DELETE /route-target/11edc180-16cf-41e4-bddb-fdd294cf21ae HTTP/1.1" 200 115 0.023232 10.0.0.130 - - [2025-12-08 02:11:43] "GET /domain/89255e1c-530c-49a5-b275-cafa7847f34c HTTP/1.1" 200 2793 0.048680 10.0.0.130 - - [2025-12-08 02:11:43] "GET /projects?obj_uuids=daa806c9-b3e7-493a-86ce-664a24c2dd46&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000910 10.0.0.130 - - [2025-12-08 02:11:43] "GET /project/daa806c9-b3e7-493a-86ce-664a24c2dd46 HTTP/1.1" 200 1929 0.061615 10.0.0.130 - - [2025-12-08 02:11:44] "GET /projects?obj_uuids=daa806c9-b3e7-493a-86ce-664a24c2dd46&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000985 10.0.0.130 - - [2025-12-08 02:11:44] "GET /project/daa806c9-b3e7-493a-86ce-664a24c2dd46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.021433 10.0.0.130 - - [2025-12-08 02:11:44] "GET /projects?obj_uuids=daa806c9-b3e7-493a-86ce-664a24c2dd46&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000880 10.0.0.130 - - [2025-12-08 02:11:44] "GET /project/daa806c9-b3e7-493a-86ce-664a24c2dd46?fields=virtual_networks HTTP/1.1" 200 1058 0.064145 10.0.0.130 - - [2025-12-08 02:11:44] "GET /projects?obj_uuids=daa806c9-b3e7-493a-86ce-664a24c2dd46&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001133 10.0.0.130 - - [2025-12-08 02:11:44] "GET /project/daa806c9-b3e7-493a-86ce-664a24c2dd46?fields=virtual_machine_interfaces HTTP/1.1" 200 1058 0.024529 10.0.0.130 - - [2025-12-08 02:11:44] "GET /projects?obj_uuids=daa806c9-b3e7-493a-86ce-664a24c2dd46&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000870 10.0.0.130 - - [2025-12-08 02:11:44] "GET /project/daa806c9-b3e7-493a-86ce-664a24c2dd46?fields=security_groups HTTP/1.1" 200 1297 0.022215 10.0.0.130 - - [2025-12-08 02:11:45] "POST /fqname-to-id HTTP/1.1" 404 183 0.027567 10.0.0.130 - - [2025-12-08 02:11:45] "GET /projects?obj_uuids=a8f4033e-f678-4a3d-a023-4d83fe389e91&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002677 10.0.0.130 - - [2025-12-08 02:11:45] "GET /domains?obj_uuids=89255e1c-530c-49a5-b275-cafa7847f34c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001194 10.0.0.130 - - [2025-12-08 02:11:45] "GET /domain/89255e1c-530c-49a5-b275-cafa7847f34c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008044 10.0.0.130 - - [2025-12-08 02:11:45] "POST /id-to-fqname HTTP/1.1" 200 185 0.003566 10.0.0.130 - - [2025-12-08 02:11:45] "POST /fqname-to-id HTTP/1.1" 404 194 0.004840 10.0.0.130 - - [2025-12-08 02:11:45] "POST /security-groups HTTP/1.1" 200 586 0.083298 10.0.0.130 - - [2025-12-08 02:11:45] "POST /fqname-to-id HTTP/1.1" 404 229 0.002403 10.0.0.130 - - [2025-12-08 02:11:45] "POST /projects HTTP/1.1" 200 575 0.230643 10.0.0.130 - - [2025-12-08 02:11:45] "POST /access-control-lists HTTP/1.1" 200 593 0.056715 10.0.0.130 - - [2025-12-08 02:11:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.298325 10.0.0.130 - - [2025-12-08 02:11:45] "POST /fqname-to-id HTTP/1.1" 404 228 0.002569 10.0.0.130 - - [2025-12-08 02:11:45] "GET /project/a8f4033e-f678-4a3d-a023-4d83fe389e91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.421397 10.0.0.130 - - [2025-12-08 02:11:45] "POST /access-control-lists HTTP/1.1" 200 591 0.057579 10.0.0.130 - - [2025-12-08 02:11:46] "GET / HTTP/1.1" 200 36215 0.002073 10.0.0.130 - - [2025-12-08 02:11:47] "GET /projects?obj_uuids=a8f4033e-f678-4a3d-a023-4d83fe389e91&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000925 10.0.0.130 - - [2025-12-08 02:11:47] "GET /project/a8f4033e-f678-4a3d-a023-4d83fe389e91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.022373 10.0.0.130 - - [2025-12-08 02:11:47] "GET /projects?obj_uuids=a8f4033e-f678-4a3d-a023-4d83fe389e91&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000885 10.0.0.130 - - [2025-12-08 02:11:47] "GET /project/a8f4033e-f678-4a3d-a023-4d83fe389e91?fields=virtual_networks HTTP/1.1" 200 1025 0.066343 10.0.0.130 - - [2025-12-08 02:11:47] "GET /projects?obj_uuids=a8f4033e-f678-4a3d-a023-4d83fe389e91&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001005 10.0.0.130 - - [2025-12-08 02:11:47] "GET /project/a8f4033e-f678-4a3d-a023-4d83fe389e91?fields=virtual_machine_interfaces HTTP/1.1" 200 1025 0.021103 10.0.0.130 - - [2025-12-08 02:11:47] "GET /projects?obj_uuids=a8f4033e-f678-4a3d-a023-4d83fe389e91&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000883 10.0.0.130 - - [2025-12-08 02:11:48] "GET /project/a8f4033e-f678-4a3d-a023-4d83fe389e91?fields=security_groups HTTP/1.1" 200 1247 0.024592 10.0.0.130 - - [2025-12-08 02:11:48] "POST /fqname-to-id HTTP/1.1" 404 183 0.025001 10.0.0.130 - - [2025-12-08 02:11:48] "GET /projects?obj_uuids=18c6137d-210b-4377-aa5e-beb609ac27cd&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002427 10.0.0.130 - - [2025-12-08 02:11:48] "GET /domains?obj_uuids=89255e1c-530c-49a5-b275-cafa7847f34c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001041 10.0.0.130 - - [2025-12-08 02:11:48] "GET /domain/89255e1c-530c-49a5-b275-cafa7847f34c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006770 10.0.0.130 - - [2025-12-08 02:11:48] "POST /id-to-fqname HTTP/1.1" 200 185 0.002040 10.0.0.130 - - [2025-12-08 02:11:49] "POST /fqname-to-id HTTP/1.1" 404 194 0.003716 10.0.0.130 - - [2025-12-08 02:11:49] "POST /security-groups HTTP/1.1" 200 586 0.060282 10.0.0.130 - - [2025-12-08 02:11:49] "POST /fqname-to-id HTTP/1.1" 404 229 0.002635 10.0.0.130 - - [2025-12-08 02:11:49] "POST /projects HTTP/1.1" 200 575 0.203053 10.0.0.130 - - [2025-12-08 02:11:49] "POST /access-control-lists HTTP/1.1" 200 593 0.054756 10.0.0.130 - - [2025-12-08 02:11:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.271617 10.0.0.130 - - [2025-12-08 02:11:49] "POST /fqname-to-id HTTP/1.1" 404 228 0.002276 10.0.0.130 - - [2025-12-08 02:11:49] "GET /project/18c6137d-210b-4377-aa5e-beb609ac27cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.389698 10.0.0.130 - - [2025-12-08 02:11:49] "POST /access-control-lists HTTP/1.1" 200 591 0.060659 10.0.0.130 - - [2025-12-08 02:11:50] "GET / HTTP/1.1" 200 36215 0.001645 10.0.0.130 - - [2025-12-08 02:11:50] "POST /fqname-to-id HTTP/1.1" 404 193 0.002467 10.0.0.130 - - [2025-12-08 02:11:50] "GET /projects?obj_uuids=446c773c-206b-4d9d-b72b-1b32c430ea13&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000904 10.0.0.130 - - [2025-12-08 02:11:50] "POST /fqname-to-id HTTP/1.1" 404 228 0.003326 10.0.0.130 - - [2025-12-08 02:11:50] "POST /access-control-lists HTTP/1.1" 200 592 0.018696 10.0.0.130 - - [2025-12-08 02:11:51] "POST /fqname-to-id HTTP/1.1" 404 227 0.002393 10.0.0.130 - - [2025-12-08 02:11:51] "POST /access-control-lists HTTP/1.1" 200 590 0.029486 10.0.0.130 - - [2025-12-08 02:11:51] "PUT /access-control-list/6740623e-63dc-4b04-96e3-4e9f466fd223 HTTP/1.1" 200 273 0.008961 10.0.0.130 - - [2025-12-08 02:11:51] "POST /neutron/security_group HTTP/1.1" 200 1364 0.347789 10.0.0.130 - - [2025-12-08 02:11:51] "GET /projects?obj_uuids=446c773c-206b-4d9d-b72b-1b32c430ea13&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000819 10.0.0.130 - - [2025-12-08 02:11:51] "PUT /access-control-list/878ad8f2-d75a-45d5-aabc-48491449ed9e HTTP/1.1" 200 273 0.011278 10.0.0.130 - - [2025-12-08 02:11:51] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.036665 10.0.0.130 - - [2025-12-08 02:11:51] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.008355 10.0.0.130 - - [2025-12-08 02:11:51] "PUT /access-control-list/878ad8f2-d75a-45d5-aabc-48491449ed9e HTTP/1.1" 200 273 0.009922 10.0.0.130 - - [2025-12-08 02:11:51] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.174436 10.0.0.130 - - [2025-12-08 02:11:51] "PUT /access-control-list/878ad8f2-d75a-45d5-aabc-48491449ed9e HTTP/1.1" 200 273 0.014387 10.0.0.130 - - [2025-12-08 02:11:51] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.014781 10.0.0.130 - - [2025-12-08 02:11:51] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.112340 10.0.0.130 - - [2025-12-08 02:11:51] "POST /fqname-to-id HTTP/1.1" 404 193 0.003503 10.0.0.130 - - [2025-12-08 02:11:51] "PUT /access-control-list/878ad8f2-d75a-45d5-aabc-48491449ed9e HTTP/1.1" 200 273 0.011653 10.0.0.130 - - [2025-12-08 02:11:51] "GET /projects?obj_uuids=446c773c-206b-4d9d-b72b-1b32c430ea13&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000873 10.0.0.130 - - [2025-12-08 02:11:51] "POST /fqname-to-id HTTP/1.1" 404 228 0.002356 10.0.0.130 - - [2025-12-08 02:11:51] "POST /access-control-lists HTTP/1.1" 200 592 0.011985 10.0.0.130 - - [2025-12-08 02:11:51] "POST /fqname-to-id HTTP/1.1" 404 227 0.002501 10.0.0.130 - - [2025-12-08 02:11:51] "POST /access-control-lists HTTP/1.1" 200 590 0.016133 10.0.0.130 - - [2025-12-08 02:11:51] "PUT /access-control-list/ccb98486-2d55-4da6-b7df-15fd0398f36f HTTP/1.1" 200 273 0.007663 10.0.0.130 - - [2025-12-08 02:11:51] "POST /neutron/security_group HTTP/1.1" 200 1364 0.267811 10.0.0.130 - - [2025-12-08 02:11:51] "GET /projects?obj_uuids=446c773c-206b-4d9d-b72b-1b32c430ea13&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000925 10.0.0.130 - - [2025-12-08 02:11:51] "PUT /access-control-list/dcd1275a-638e-4876-b6a7-75ea75f56084 HTTP/1.1" 200 273 0.008582 10.0.0.130 - - [2025-12-08 02:11:51] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.032618 10.0.0.130 - - [2025-12-08 02:11:51] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.007753 10.0.0.130 - - [2025-12-08 02:11:51] "PUT /access-control-list/dcd1275a-638e-4876-b6a7-75ea75f56084 HTTP/1.1" 200 273 0.007246 10.0.0.130 - - [2025-12-08 02:11:52] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.098488 10.0.0.130 - - [2025-12-08 02:11:52] "PUT /access-control-list/dcd1275a-638e-4876-b6a7-75ea75f56084 HTTP/1.1" 200 273 0.010590 10.0.0.130 - - [2025-12-08 02:11:52] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.009801 10.0.0.130 - - [2025-12-08 02:11:52] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.110277 10.0.0.130 - - [2025-12-08 02:11:52] "POST /fqname-to-id HTTP/1.1" 401 293 0.000321 10.0.0.130 - - [2025-12-08 02:11:52] "PUT /access-control-list/dcd1275a-638e-4876-b6a7-75ea75f56084 HTTP/1.1" 200 273 0.007274 10.0.0.130 - - [2025-12-08 02:11:52] "POST /fqname-to-id HTTP/1.1" 404 210 0.028244 10.0.0.130 - - [2025-12-08 02:11:52] "GET /projects?obj_uuids=18c6137d-210b-4377-aa5e-beb609ac27cd&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000881 10.0.0.130 - - [2025-12-08 02:11:52] "POST /fqname-to-id HTTP/1.1" 404 245 0.002415 10.0.0.130 - - [2025-12-08 02:11:52] "POST /access-control-lists HTTP/1.1" 200 609 0.018904 10.0.0.130 - - [2025-12-08 02:11:52] "POST /fqname-to-id HTTP/1.1" 404 244 0.002352 10.0.0.130 - - [2025-12-08 02:11:52] "POST /access-control-lists HTTP/1.1" 200 607 0.017350 10.0.0.130 - - [2025-12-08 02:11:52] "PUT /access-control-list/ec4d9245-8cb8-4433-b96a-897df33cae65 HTTP/1.1" 200 273 0.007502 10.0.0.130 - - [2025-12-08 02:11:52] "POST /neutron/security_group HTTP/1.1" 200 1379 0.330719 10.0.0.130 - - [2025-12-08 02:11:52] "DELETE /project/18c6137d210b4377aa5ebeb609ac27cd HTTP/1.1" 404 173 0.007934 10.0.0.130 - - [2025-12-08 02:11:52] "DELETE /project/daa806c9b3e7493a86ce664a24c2dd46 HTTP/1.1" 404 173 0.006681 10.0.0.130 - - [2025-12-08 02:11:52] "PUT /access-control-list/774e947d-6e3f-4d33-b0dd-8cf5910eaaa0 HTTP/1.1" 200 273 0.049857 10.0.0.130 - - [2025-12-08 02:11:52] "DELETE /project/a8f4033ef6784a3da0234d83fe389e91 HTTP/1.1" 404 173 0.010147 10.0.0.130 - - [2025-12-08 02:11:52] "GET /projects?obj_uuids=18c6137d-210b-4377-aa5e-beb609ac27cd&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000951 10.0.0.130 - - [2025-12-08 02:11:52] "GET /projects?obj_uuids=cfb9604c-0378-4472-8593-1514b39da184&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000777 10.0.0.130 - - [2025-12-08 02:11:52] "GET /projects?obj_uuids=a8f4033e-f678-4a3d-a023-4d83fe389e91&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000814 10.0.0.130 - - [2025-12-08 02:11:52] "GET /projects?obj_uuids=daa806c9-b3e7-493a-86ce-664a24c2dd46&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000695 10.0.0.130 - - [2025-12-08 02:11:52] "GET /project/daa806c9-b3e7-493a-86ce-664a24c2dd46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1516 0.037637 10.0.0.130 - - [2025-12-08 02:11:52] "GET /project/cfb9604c-0378-4472-8593-1514b39da184?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1512 0.047897 10.0.0.130 - - [2025-12-08 02:11:52] "GET /project/a8f4033e-f678-4a3d-a023-4d83fe389e91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.049828 10.0.0.130 - - [2025-12-08 02:11:52] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.067884 10.0.0.130 - - [2025-12-08 02:11:52] "GET /projects?obj_uuids=a8f4033e-f678-4a3d-a023-4d83fe389e91&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001902 10.0.0.130 - - [2025-12-08 02:11:52] "GET /projects?obj_uuids=cfb9604c-0378-4472-8593-1514b39da184&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000840 10.0.0.130 - - [2025-12-08 02:11:52] "GET /projects?obj_uuids=daa806c9-b3e7-493a-86ce-664a24c2dd46&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000773 10.0.0.130 - - [2025-12-08 02:11:52] "PUT /access-control-list/774e947d-6e3f-4d33-b0dd-8cf5910eaaa0 HTTP/1.1" 200 273 0.033312 10.0.0.130 - - [2025-12-08 02:11:52] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.016664 10.0.0.130 - - [2025-12-08 02:11:52] "GET /project/daa806c9-b3e7-493a-86ce-664a24c2dd46?fields=security_groups HTTP/1.1" 200 1399 0.055053 10.0.0.130 - - [2025-12-08 02:11:52] "GET /project/a8f4033e-f678-4a3d-a023-4d83fe389e91?fields=security_groups HTTP/1.1" 200 1349 0.057887 10.0.0.130 - - [2025-12-08 02:11:52] "GET /project/cfb9604c-0378-4472-8593-1514b39da184?fields=security_groups HTTP/1.1" 200 1396 0.063365 10.0.0.130 - - [2025-12-08 02:11:53] "DELETE /security-group/34f25fc8-3773-488e-b58a-18a3204cc416 HTTP/1.1" 200 115 0.054901 10.0.0.130 - - [2025-12-08 02:11:53] "GET /projects?obj_uuids=daa806c9-b3e7-493a-86ce-664a24c2dd46&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000922 10.0.0.130 - - [2025-12-08 02:11:53] "DELETE /security-group/6c1e3367-b5f0-4f00-83db-0ad66447a132 HTTP/1.1" 200 115 0.060657 10.0.0.130 - - [2025-12-08 02:11:53] "DELETE /access-control-list/e1fac37b-84b9-4a8c-b0b3-160a55a67856 HTTP/1.1" 200 115 0.038479 10.0.0.130 - - [2025-12-08 02:11:53] "GET /projects?obj_uuids=a8f4033e-f678-4a3d-a023-4d83fe389e91&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000806 10.0.0.130 - - [2025-12-08 02:11:53] "DELETE /security-group/ec56fac3-b9a0-4381-bc13-676e11237e6d HTTP/1.1" 200 115 0.066564 10.0.0.130 - - [2025-12-08 02:11:53] "GET /projects?obj_uuids=cfb9604c-0378-4472-8593-1514b39da184&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000825 10.0.0.130 - - [2025-12-08 02:11:53] "GET /project/daa806c9-b3e7-493a-86ce-664a24c2dd46?fields=application_policy_sets HTTP/1.1" 200 1438 0.047558 10.0.0.130 - - [2025-12-08 02:11:53] "DELETE /access-control-list/2069d648-9f86-4f0b-8cb4-1b0a19d3fa1a HTTP/1.1" 200 115 0.046490 10.0.0.130 - - [2025-12-08 02:11:53] "GET /project/cfb9604c-0378-4472-8593-1514b39da184?fields=application_policy_sets HTTP/1.1" 200 1435 0.054102 10.0.0.130 - - [2025-12-08 02:11:53] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.208019 10.0.0.130 - - [2025-12-08 02:11:53] "GET /project/a8f4033e-f678-4a3d-a023-4d83fe389e91?fields=application_policy_sets HTTP/1.1" 200 1388 0.086746 10.0.0.130 - - [2025-12-08 02:11:53] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.014843 10.0.0.130 - - [2025-12-08 02:11:53] "DELETE /access-control-list/8f58275c-2d5f-4146-82a5-4d822d517675 HTTP/1.1" 200 115 0.050118 10.0.0.130 - - [2025-12-08 02:11:53] "DELETE /access-control-list/5e614c1d-ac8d-40d2-aa3f-776bdbf771d9 HTTP/1.1" 200 115 0.044476 10.0.0.130 - - [2025-12-08 02:11:53] "DELETE /access-control-list/7bb80629-1e7a-4a67-8bc4-038fb554946c HTTP/1.1" 200 115 0.036745 10.0.0.130 - - [2025-12-08 02:11:53] "DELETE /project/daa806c9-b3e7-493a-86ce-664a24c2dd46 HTTP/1.1" 200 115 0.463954 10.0.0.130 - - [2025-12-08 02:11:53] "DELETE /project/cfb9604c-0378-4472-8593-1514b39da184 HTTP/1.1" 200 115 0.482972 10.0.0.130 - - [2025-12-08 02:11:53] "DELETE /access-control-list/1b77cbe9-6210-4cb2-ab89-753499bbcef0 HTTP/1.1" 200 115 0.038077 10.0.0.130 - - [2025-12-08 02:11:53] "DELETE /project/a8f4033e-f678-4a3d-a023-4d83fe389e91 HTTP/1.1" 200 115 0.514686 10.0.0.130 - - [2025-12-08 02:11:53] "PUT /access-control-list/774e947d-6e3f-4d33-b0dd-8cf5910eaaa0 HTTP/1.1" 200 273 0.013953 10.0.0.130 - - [2025-12-08 02:11:53] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.195941 10.0.0.130 - - [2025-12-08 02:11:53] "POST /fqname-to-id HTTP/1.1" 404 210 0.002709 10.0.0.130 - - [2025-12-08 02:11:53] "GET /projects?obj_uuids=18c6137d-210b-4377-aa5e-beb609ac27cd&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001013 10.0.0.130 - - [2025-12-08 02:11:53] "PUT /access-control-list/774e947d-6e3f-4d33-b0dd-8cf5910eaaa0 HTTP/1.1" 200 273 0.008721 10.0.0.130 - - [2025-12-08 02:11:53] "POST /fqname-to-id HTTP/1.1" 404 245 0.002054 10.0.0.130 - - [2025-12-08 02:11:53] "POST /access-control-lists HTTP/1.1" 200 609 0.015196 10.0.0.130 - - [2025-12-08 02:11:53] "POST /fqname-to-id HTTP/1.1" 404 244 0.002358 10.0.0.130 - - [2025-12-08 02:11:53] "POST /access-control-lists HTTP/1.1" 200 607 0.012826 10.0.0.130 - - [2025-12-08 02:11:53] "PUT /access-control-list/6116d250-58ab-4456-acef-34865e1d93e2 HTTP/1.1" 200 273 0.006888 10.0.0.130 - - [2025-12-08 02:11:53] "POST /neutron/security_group HTTP/1.1" 200 1379 0.326155 10.0.0.130 - - [2025-12-08 02:11:53] "GET /projects?obj_uuids=18c6137d-210b-4377-aa5e-beb609ac27cd&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000917 10.0.0.130 - - [2025-12-08 02:11:53] "PUT /access-control-list/b869a295-9508-4412-840c-0df3e5f1fdf6 HTTP/1.1" 200 273 0.012010 10.0.0.130 - - [2025-12-08 02:11:53] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.023621 10.0.0.130 - - [2025-12-08 02:11:53] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.006167 10.0.0.130 - - [2025-12-08 02:11:53] "PUT /access-control-list/b869a295-9508-4412-840c-0df3e5f1fdf6 HTTP/1.1" 200 273 0.007814 10.0.0.130 - - [2025-12-08 02:11:53] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.164758 10.0.0.130 - - [2025-12-08 02:11:53] "PUT /access-control-list/b869a295-9508-4412-840c-0df3e5f1fdf6 HTTP/1.1" 200 273 0.010707 10.0.0.130 - - [2025-12-08 02:11:53] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.010564 10.0.0.130 - - [2025-12-08 02:11:54] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.132754 10.0.0.130 - - [2025-12-08 02:11:54] "PUT /access-control-list/b869a295-9508-4412-840c-0df3e5f1fdf6 HTTP/1.1" 200 273 0.006541 10.0.0.130 - - [2025-12-08 02:11:54] "GET /projects?obj_uuids=446c773c-206b-4d9d-b72b-1b32c430ea13&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000930 10.0.0.130 - - [2025-12-08 02:11:54] "POST /neutron/router HTTP/1.1" 200 541 0.042843 10.0.0.130 - - [2025-12-08 02:11:54] "POST /neutron/router HTTP/1.1" 200 541 0.003531 10.0.0.130 - - [2025-12-08 02:11:54] "POST /route-targets HTTP/1.1" 200 328 0.011920 10.0.0.130 - - [2025-12-08 02:11:54] "POST /neutron/router HTTP/1.1" 200 541 0.004993 10.0.0.130 - - [2025-12-08 02:11:54] "POST /neutron/router HTTP/1.1" 200 541 0.002817 10.0.0.130 - - [2025-12-08 02:11:54] "PUT /logical-router/150d7864-a9b2-4eb3-89b0-0f0a6de49a83 HTTP/1.1" 200 263 0.027750 10.0.0.130 - - [2025-12-08 02:11:54] "POST /neutron/router HTTP/1.1" 200 541 0.003690 10.0.0.130 - - [2025-12-08 02:11:54] "POST /neutron/router HTTP/1.1" 200 541 0.002512 10.0.0.130 - - [2025-12-08 02:11:54] "POST /neutron/router HTTP/1.1" 200 541 0.002825 10.0.0.130 - - [2025-12-08 02:11:54] "POST /neutron/router HTTP/1.1" 200 541 0.002850 10.0.0.130 - - [2025-12-08 02:11:54] "POST /neutron/router HTTP/1.1" 200 541 0.002508 10.0.0.130 - - [2025-12-08 02:11:54] "POST /neutron/router HTTP/1.1" 200 541 0.003427 10.0.0.130 - - [2025-12-08 02:11:54] "POST /neutron/router HTTP/1.1" 200 541 0.002993 10.0.0.130 - - [2025-12-08 02:11:54] "POST /neutron/router HTTP/1.1" 200 541 0.002558 10.0.0.130 - - [2025-12-08 02:11:54] "POST /neutron/router HTTP/1.1" 200 541 0.002641 10.0.0.130 - - [2025-12-08 02:11:54] "POST /neutron/router HTTP/1.1" 200 541 0.002903 10.0.0.130 - - [2025-12-08 02:11:54] "POST /neutron/router HTTP/1.1" 200 541 0.003613 10.0.0.130 - - [2025-12-08 02:11:54] "POST /neutron/router HTTP/1.1" 200 541 0.002735 10.0.0.130 - - [2025-12-08 02:11:54] "POST /neutron/router HTTP/1.1" 200 541 0.002779 10.0.0.130 - - [2025-12-08 02:11:54] "POST /neutron/router HTTP/1.1" 200 541 0.002920 10.0.0.130 - - [2025-12-08 02:11:54] "POST /neutron/router HTTP/1.1" 200 541 0.002853 10.0.0.130 - - [2025-12-08 02:11:54] "POST /neutron/router HTTP/1.1" 200 541 0.002549 10.0.0.130 - - [2025-12-08 02:11:54] "POST /neutron/router HTTP/1.1" 200 541 0.002814 10.0.0.130 - - [2025-12-08 02:11:54] "POST /neutron/router HTTP/1.1" 200 541 0.002637 10.0.0.130 - - [2025-12-08 02:11:54] "POST /neutron/router HTTP/1.1" 200 541 0.002542 10.0.0.130 - - [2025-12-08 02:11:54] "POST /neutron/router HTTP/1.1" 200 541 0.002754 10.0.0.130 - - [2025-12-08 02:11:54] "POST /neutron/router HTTP/1.1" 200 541 0.003120 10.0.0.130 - - [2025-12-08 02:11:54] "POST /neutron/router HTTP/1.1" 200 541 0.003362 10.0.0.130 - - [2025-12-08 02:11:54] "POST /neutron/router HTTP/1.1" 200 541 0.002912 10.0.0.130 - - [2025-12-08 02:11:54] "POST /neutron/router HTTP/1.1" 200 541 0.003553 10.0.0.130 - - [2025-12-08 02:11:54] "POST /neutron/router HTTP/1.1" 200 541 0.002783 10.0.0.130 - - [2025-12-08 02:11:54] "POST /neutron/router HTTP/1.1" 200 541 0.002651 10.0.0.130 - - [2025-12-08 02:11:54] "POST /neutron/router HTTP/1.1" 200 541 0.002787 10.0.0.130 - - [2025-12-08 02:11:54] "POST /neutron/router HTTP/1.1" 200 541 0.003417 10.0.0.130 - - [2025-12-08 02:11:54] "POST /neutron/router HTTP/1.1" 200 541 0.002769 10.0.0.130 - - [2025-12-08 02:11:54] "POST /neutron/router HTTP/1.1" 200 541 0.012685 10.0.0.130 - - [2025-12-08 02:11:54] "POST /neutron/router HTTP/1.1" 200 541 0.003438 10.0.0.130 - - [2025-12-08 02:11:54] "POST /neutron/router HTTP/1.1" 200 542 0.016378 10.0.0.130 - - [2025-12-08 02:11:54] "POST /neutron/router HTTP/1.1" 200 542 0.002973 10.0.0.130 - - [2025-12-08 02:11:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003148 10.0.0.130 - - [2025-12-08 02:11:54] "GET /logical-router/150d7864-a9b2-4eb3-89b0-0f0a6de49a83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002785 10.0.0.130 - - [2025-12-08 02:11:54] "POST /neutron/router HTTP/1.1" 200 151 0.039729 10.0.0.130 - - [2025-12-08 02:11:54] "DELETE /route-target/6fb15a1c-f641-4787-956e-899ddf7d9d92 HTTP/1.1" 200 115 0.011995 10.0.0.130 - - [2025-12-08 02:11:54] "GET /projects?obj_uuids=18c6137d-210b-4377-aa5e-beb609ac27cd&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001134 10.0.0.130 - - [2025-12-08 02:11:54] "POST /neutron/router HTTP/1.1" 200 559 0.041341 10.0.0.130 - - [2025-12-08 02:11:55] "POST /neutron/router HTTP/1.1" 200 559 0.002930 10.0.0.130 - - [2025-12-08 02:11:55] "POST /route-targets HTTP/1.1" 200 328 0.014567 10.0.0.130 - - [2025-12-08 02:11:55] "POST /neutron/router HTTP/1.1" 200 559 0.005699 10.0.0.130 - - [2025-12-08 02:11:55] "POST /neutron/router HTTP/1.1" 200 559 0.002901 10.0.0.130 - - [2025-12-08 02:11:55] "PUT /logical-router/42fff871-903c-4e68-9680-ddb2ca59a16a HTTP/1.1" 200 263 0.019359 10.0.0.130 - - [2025-12-08 02:11:55] "POST /neutron/router HTTP/1.1" 200 559 0.004103 10.0.0.130 - - [2025-12-08 02:11:55] "POST /neutron/router HTTP/1.1" 200 559 0.002734 10.0.0.130 - - [2025-12-08 02:11:55] "POST /neutron/router HTTP/1.1" 200 559 0.002718 10.0.0.130 - - [2025-12-08 02:11:55] "POST /neutron/router HTTP/1.1" 200 559 0.002645 10.0.0.130 - - [2025-12-08 02:11:55] "POST /neutron/router HTTP/1.1" 200 559 0.004290 10.0.0.130 - - [2025-12-08 02:11:55] "POST /neutron/router HTTP/1.1" 200 559 0.002772 10.0.0.130 - - [2025-12-08 02:11:55] "POST /neutron/router HTTP/1.1" 200 559 0.002802 10.0.0.130 - - [2025-12-08 02:11:55] "POST /neutron/router HTTP/1.1" 200 559 0.002493 10.0.0.130 - - [2025-12-08 02:11:55] "POST /neutron/router HTTP/1.1" 200 559 0.002762 10.0.0.130 - - [2025-12-08 02:11:55] "POST /neutron/router HTTP/1.1" 200 559 0.003187 10.0.0.130 - - [2025-12-08 02:11:55] "POST /neutron/router HTTP/1.1" 200 559 0.003141 10.0.0.130 - - [2025-12-08 02:11:55] "POST /neutron/router HTTP/1.1" 200 559 0.003016 10.0.0.130 - - [2025-12-08 02:11:55] "POST /neutron/router HTTP/1.1" 200 559 0.002841 10.0.0.130 - - [2025-12-08 02:11:55] "POST /neutron/router HTTP/1.1" 200 559 0.003411 10.0.0.130 - - [2025-12-08 02:11:55] "POST /neutron/router HTTP/1.1" 200 559 0.002777 10.0.0.130 - - [2025-12-08 02:11:55] "POST /neutron/router HTTP/1.1" 200 559 0.002799 10.0.0.130 - - [2025-12-08 02:11:55] "POST /neutron/router HTTP/1.1" 200 559 0.002801 10.0.0.130 - - [2025-12-08 02:11:55] "POST /neutron/router HTTP/1.1" 200 559 0.002652 10.0.0.130 - - [2025-12-08 02:11:55] "POST /neutron/router HTTP/1.1" 200 559 0.003050 10.0.0.130 - - [2025-12-08 02:11:55] "POST /neutron/router HTTP/1.1" 200 559 0.002754 10.0.0.130 - - [2025-12-08 02:11:55] "POST /neutron/router HTTP/1.1" 200 559 0.003371 10.0.0.130 - - [2025-12-08 02:11:55] "POST /neutron/router HTTP/1.1" 200 559 0.003033 10.0.0.130 - - [2025-12-08 02:11:55] "POST /neutron/router HTTP/1.1" 200 559 0.003449 10.0.0.130 - - [2025-12-08 02:11:55] "POST /neutron/router HTTP/1.1" 200 559 0.003482 10.0.0.130 - - [2025-12-08 02:11:55] "POST /neutron/router HTTP/1.1" 200 559 0.003397 10.0.0.130 - - [2025-12-08 02:11:55] "POST /neutron/router HTTP/1.1" 200 559 0.002639 10.0.0.130 - - [2025-12-08 02:11:55] "POST /neutron/router HTTP/1.1" 200 559 0.002672 10.0.0.130 - - [2025-12-08 02:11:55] "POST /neutron/router HTTP/1.1" 200 559 0.002742 10.0.0.130 - - [2025-12-08 02:11:55] "POST /neutron/router HTTP/1.1" 200 559 0.002763 10.0.0.130 - - [2025-12-08 02:11:55] "POST /neutron/router HTTP/1.1" 200 559 0.015840 10.0.0.130 - - [2025-12-08 02:11:55] "POST /neutron/router HTTP/1.1" 200 559 0.003020 10.0.0.130 - - [2025-12-08 02:11:55] "POST /neutron/router HTTP/1.1" 200 560 0.017322 10.0.0.130 - - [2025-12-08 02:11:55] "POST /neutron/router HTTP/1.1" 200 560 0.003860 10.0.0.130 - - [2025-12-08 02:11:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002383 10.0.0.130 - - [2025-12-08 02:11:55] "POST /neutron/router HTTP/1.1" 200 151 0.039367 10.0.0.130 - - [2025-12-08 02:11:55] "GET /logical-router/42fff871-903c-4e68-9680-ddb2ca59a16a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002378 10.0.0.130 - - [2025-12-08 02:11:55] "GET /projects?obj_uuids=446c773c-206b-4d9d-b72b-1b32c430ea13&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000876 10.0.0.130 - - [2025-12-08 02:11:55] "DELETE /route-target/5f671683-7ca7-4d24-9e15-9ee6a45d348e HTTP/1.1" 200 115 0.023650 10.0.0.130 - - [2025-12-08 02:11:55] "POST /neutron/router HTTP/1.1" 200 541 0.060268 10.0.0.130 - - [2025-12-08 02:11:55] "POST /neutron/router HTTP/1.1" 200 541 0.002683 10.0.0.130 - - [2025-12-08 02:11:55] "POST /route-targets HTTP/1.1" 200 328 0.009904 10.0.0.130 - - [2025-12-08 02:11:55] "POST /neutron/router HTTP/1.1" 200 541 0.002885 10.0.0.130 - - [2025-12-08 02:11:55] "PUT /logical-router/f0378b74-6c00-4819-8e22-4fc50143d525 HTTP/1.1" 200 263 0.018700 10.0.0.130 - - [2025-12-08 02:11:55] "POST /neutron/router HTTP/1.1" 200 541 0.006419 10.0.0.130 - - [2025-12-08 02:11:55] "POST /neutron/router HTTP/1.1" 200 541 0.003038 10.0.0.130 - - [2025-12-08 02:11:55] "POST /neutron/router HTTP/1.1" 200 541 0.003098 10.0.0.130 - - [2025-12-08 02:11:55] "POST /neutron/router HTTP/1.1" 200 541 0.003203 10.0.0.130 - - [2025-12-08 02:11:55] "POST /neutron/router HTTP/1.1" 200 541 0.004366 10.0.0.130 - - [2025-12-08 02:11:55] "POST /neutron/router HTTP/1.1" 200 541 0.002840 10.0.0.130 - - [2025-12-08 02:11:55] "POST /neutron/router HTTP/1.1" 200 541 0.002514 10.0.0.130 - - [2025-12-08 02:11:55] "POST /neutron/router HTTP/1.1" 200 541 0.002982 10.0.0.130 - - [2025-12-08 02:11:55] "POST /neutron/router HTTP/1.1" 200 541 0.002906 10.0.0.130 - - [2025-12-08 02:11:55] "POST /neutron/router HTTP/1.1" 200 541 0.008743 10.0.0.130 - - [2025-12-08 02:11:55] "POST /neutron/router HTTP/1.1" 200 541 0.003012 10.0.0.130 - - [2025-12-08 02:11:55] "POST /neutron/router HTTP/1.1" 200 541 0.003310 10.0.0.130 - - [2025-12-08 02:11:55] "POST /neutron/router HTTP/1.1" 200 541 0.002708 10.0.0.130 - - [2025-12-08 02:11:55] "POST /neutron/router HTTP/1.1" 200 541 0.002877 10.0.0.130 - - [2025-12-08 02:11:55] "POST /neutron/router HTTP/1.1" 200 541 0.003094 10.0.0.130 - - [2025-12-08 02:11:55] "POST /neutron/router HTTP/1.1" 200 541 0.002658 10.0.0.130 - - [2025-12-08 02:11:55] "POST /neutron/router HTTP/1.1" 200 541 0.003128 10.0.0.130 - - [2025-12-08 02:11:55] "POST /neutron/router HTTP/1.1" 200 541 0.002843 10.0.0.130 - - [2025-12-08 02:11:55] "POST /neutron/router HTTP/1.1" 200 541 0.003003 10.0.0.130 - - [2025-12-08 02:11:55] "POST /neutron/router HTTP/1.1" 200 541 0.002982 10.0.0.130 - - [2025-12-08 02:11:55] "POST /neutron/router HTTP/1.1" 200 541 0.002761 10.0.0.130 - - [2025-12-08 02:11:55] "POST /neutron/router HTTP/1.1" 200 541 0.003038 10.0.0.130 - - [2025-12-08 02:11:55] "POST /neutron/router HTTP/1.1" 200 541 0.002683 10.0.0.130 - - [2025-12-08 02:11:55] "POST /neutron/router HTTP/1.1" 200 541 0.002790 10.0.0.130 - - [2025-12-08 02:11:55] "POST /neutron/router HTTP/1.1" 200 541 0.002954 10.0.0.130 - - [2025-12-08 02:11:55] "POST /neutron/router HTTP/1.1" 200 541 0.002923 10.0.0.130 - - [2025-12-08 02:11:55] "POST /neutron/router HTTP/1.1" 200 541 0.002924 10.0.0.130 - - [2025-12-08 02:11:55] "POST /neutron/router HTTP/1.1" 200 541 0.002869 10.0.0.130 - - [2025-12-08 02:11:55] "POST /neutron/router HTTP/1.1" 200 541 0.003078 10.0.0.130 - - [2025-12-08 02:11:55] "POST /neutron/router HTTP/1.1" 200 541 0.002673 10.0.0.130 - - [2025-12-08 02:11:55] "POST /neutron/router HTTP/1.1" 200 541 0.015613 10.0.0.130 - - [2025-12-08 02:11:55] "POST /neutron/router HTTP/1.1" 200 541 0.003823 10.0.0.130 - - [2025-12-08 02:11:55] "POST /neutron/router HTTP/1.1" 200 542 0.027442 10.0.0.130 - - [2025-12-08 02:11:55] "POST /neutron/router HTTP/1.1" 200 542 0.003259 10.0.0.130 - - [2025-12-08 02:11:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003303 10.0.0.130 - - [2025-12-08 02:11:56] "GET /logical-router/f0378b74-6c00-4819-8e22-4fc50143d525?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.005142 10.0.0.130 - - [2025-12-08 02:11:56] "POST /neutron/router HTTP/1.1" 200 151 0.086904 10.0.0.130 - - [2025-12-08 02:11:56] "POST /neutron/security_group HTTP/1.1" 200 521 0.003671 10.0.0.130 - - [2025-12-08 02:11:56] "DELETE /route-target/8cbe2465-b3bd-4efd-b2bb-e663e8ddea2a HTTP/1.1" 200 115 0.019996 10.0.0.130 - - [2025-12-08 02:11:56] "POST /neutron/security_group HTTP/1.1" 200 151 0.029047 10.0.0.130 - - [2025-12-08 02:11:56] "DELETE /access-control-list/6116d250-58ab-4456-acef-34865e1d93e2 HTTP/1.1" 200 115 0.018371 10.0.0.130 - - [2025-12-08 02:11:56] "POST /neutron/security_group HTTP/1.1" 200 521 0.005053 10.0.0.130 - - [2025-12-08 02:11:56] "DELETE /access-control-list/b869a295-9508-4412-840c-0df3e5f1fdf6 HTTP/1.1" 200 115 0.020797 10.0.0.130 - - [2025-12-08 02:11:56] "POST /neutron/security_group HTTP/1.1" 200 151 0.033105 10.0.0.130 - - [2025-12-08 02:11:56] "DELETE /access-control-list/ec4d9245-8cb8-4433-b96a-897df33cae65 HTTP/1.1" 200 115 0.016272 10.0.0.130 - - [2025-12-08 02:11:56] "POST /neutron/security_group HTTP/1.1" 200 506 0.002704 10.0.0.130 - - [2025-12-08 02:11:56] "DELETE /access-control-list/774e947d-6e3f-4d33-b0dd-8cf5910eaaa0 HTTP/1.1" 200 115 0.040695 10.0.0.130 - - [2025-12-08 02:11:56] "DELETE /access-control-list/ccb98486-2d55-4da6-b7df-15fd0398f36f HTTP/1.1" 200 115 0.028520 10.0.0.130 - - [2025-12-08 02:11:56] "POST /neutron/security_group HTTP/1.1" 200 151 0.070234 10.0.0.130 - - [2025-12-08 02:11:56] "DELETE /access-control-list/dcd1275a-638e-4876-b6a7-75ea75f56084 HTTP/1.1" 200 115 0.015836 10.0.0.130 - - [2025-12-08 02:11:56] "POST /neutron/security_group HTTP/1.1" 200 506 0.005193 10.0.0.130 - - [2025-12-08 02:11:56] "POST /neutron/security_group HTTP/1.1" 200 151 0.053929 10.0.0.130 - - [2025-12-08 02:11:56] "DELETE /access-control-list/6740623e-63dc-4b04-96e3-4e9f466fd223 HTTP/1.1" 200 115 0.035045 10.0.0.130 - - [2025-12-08 02:11:56] "DELETE /access-control-list/878ad8f2-d75a-45d5-aabc-48491449ed9e HTTP/1.1" 200 115 0.017167 10.0.0.130 - - [2025-12-08 02:11:56] "GET /projects?obj_uuids=18c6137d-210b-4377-aa5e-beb609ac27cd&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000932 10.0.0.130 - - [2025-12-08 02:11:56] "GET /project/18c6137d-210b-4377-aa5e-beb609ac27cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.023119 10.0.0.130 - - [2025-12-08 02:11:56] "GET /projects?obj_uuids=18c6137d-210b-4377-aa5e-beb609ac27cd&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000879 10.0.0.130 - - [2025-12-08 02:11:56] "GET /project/18c6137d-210b-4377-aa5e-beb609ac27cd?fields=virtual_networks HTTP/1.1" 200 1024 0.065427 10.0.0.130 - - [2025-12-08 02:11:56] "GET /projects?obj_uuids=18c6137d-210b-4377-aa5e-beb609ac27cd&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000912 10.0.0.130 - - [2025-12-08 02:11:56] "GET /project/18c6137d-210b-4377-aa5e-beb609ac27cd?fields=virtual_machine_interfaces HTTP/1.1" 200 1024 0.024102 10.0.0.130 - - [2025-12-08 02:11:56] "GET /projects?obj_uuids=18c6137d-210b-4377-aa5e-beb609ac27cd&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000881 10.0.0.130 - - [2025-12-08 02:11:56] "GET /project/18c6137d-210b-4377-aa5e-beb609ac27cd?fields=security_groups HTTP/1.1" 200 1246 0.024286 10.0.0.130 - - [2025-12-08 02:11:57] "POST /fqname-to-id HTTP/1.1" 404 184 0.042203 10.0.0.130 - - [2025-12-08 02:11:57] "GET /obj-perms HTTP/1.1" 200 5075 0.076246 10.0.0.130 - - [2025-12-08 02:11:58] "GET /projects?obj_uuids=85b1d7e1-67db-435e-911b-1cdaa533dbdf&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002023 10.0.0.130 - - [2025-12-08 02:11:58] "GET /domains?obj_uuids=89255e1c-530c-49a5-b275-cafa7847f34c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000918 10.0.0.130 - - [2025-12-08 02:11:58] "GET /domain/89255e1c-530c-49a5-b275-cafa7847f34c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.005901 10.0.0.130 - - [2025-12-08 02:11:58] "GET /obj-perms HTTP/1.1" 200 5075 0.098782 10.0.0.130 - - [2025-12-08 02:11:58] "POST /id-to-fqname HTTP/1.1" 200 186 0.001044 10.0.0.130 - - [2025-12-08 02:11:58] "POST /fqname-to-id HTTP/1.1" 404 195 0.001976 10.0.0.130 - - [2025-12-08 02:11:58] "POST /security-groups HTTP/1.1" 200 587 0.060349 10.0.0.130 - - [2025-12-08 02:11:58] "POST /fqname-to-id HTTP/1.1" 404 230 0.002417 10.0.0.130 - - [2025-12-08 02:11:58] "POST /projects HTTP/1.1" 200 577 0.205169 10.0.0.130 - - [2025-12-08 02:11:58] "POST /access-control-lists HTTP/1.1" 200 594 0.056775 10.0.0.130 - - [2025-12-08 02:11:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.278643 10.0.0.130 - - [2025-12-08 02:11:58] "POST /fqname-to-id HTTP/1.1" 404 229 0.002397 10.0.0.130 - - [2025-12-08 02:11:58] "GET /project/85b1d7e1-67db-435e-911b-1cdaa533dbdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.405612 10.0.0.130 - - [2025-12-08 02:11:58] "POST /access-control-lists HTTP/1.1" 200 592 0.056709 10.0.0.130 - - [2025-12-08 02:11:59] "GET / HTTP/1.1" 200 36215 0.001640 10.0.0.130 - - [2025-12-08 02:12:00] "POST /fqname-to-id HTTP/1.1" 401 293 0.000479 10.0.0.130 - - [2025-12-08 02:12:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.050677 10.0.0.130 - - [2025-12-08 02:12:00] "GET /projects?obj_uuids=85b1d7e1-67db-435e-911b-1cdaa533dbdf&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000871 10.0.0.130 - - [2025-12-08 02:12:00] "GET /project/85b1d7e1-67db-435e-911b-1cdaa533dbdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.020578 10.0.0.130 - - [2025-12-08 02:12:00] "POST /neutron/network HTTP/1.1" 200 117 0.030212 10.0.0.130 - - [2025-12-08 02:12:00] "GET /projects?obj_uuids=85b1d7e1-67db-435e-911b-1cdaa533dbdf&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001101 10.0.0.130 - - [2025-12-08 02:12:00] "POST /neutron/network HTTP/1.1" 200 601 0.060680 10.0.0.130 - - [2025-12-08 02:12:00] "POST /route-targets HTTP/1.1" 200 328 0.010034 10.0.0.130 - - [2025-12-08 02:12:00] "POST /ref-update HTTP/1.1" 200 156 0.011877 10.0.0.130 - - [2025-12-08 02:12:01] "POST /useragent-kv HTTP/1.1" 200 115 0.003349 10.0.0.130 - - [2025-12-08 02:12:01] "POST /neutron/subnet HTTP/1.1" 200 729 0.159161 10.0.0.130 - - [2025-12-08 02:12:01] "POST /neutron/network HTTP/1.1" 200 821 0.004602 10.0.0.130 - - [2025-12-08 02:12:01] "POST /id-to-fqname HTTP/1.1" 200 216 0.001114 10.0.0.130 - - [2025-12-08 02:12:01] "GET /virtual-network/d2d1de43-56ee-4947-8635-0edb5a8b4c87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.004610 10.0.0.130 - - [2025-12-08 02:12:01] "POST /neutron/network HTTP/1.1" 200 821 0.005226 10.0.0.130 - - [2025-12-08 02:12:01] "GET /virtual-network/d2d1de43-56ee-4947-8635-0edb5a8b4c87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.004958 10.0.0.130 - - [2025-12-08 02:12:01] "POST /neutron/network HTTP/1.1" 200 821 0.004964 10.0.0.130 - - [2025-12-08 02:12:01] "POST /neutron/subnet HTTP/1.1" 200 729 0.006113 10.0.0.130 - - [2025-12-08 02:12:01] "POST /fqname-to-id HTTP/1.1" 404 206 0.002214 10.0.0.130 - - [2025-12-08 02:12:01] "GET /virtual-network/d2d1de43-56ee-4947-8635-0edb5a8b4c87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.004580 10.0.0.130 - - [2025-12-08 02:12:01] "GET /projects?obj_uuids=85b1d7e1-67db-435e-911b-1cdaa533dbdf&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000930 10.0.0.130 - - [2025-12-08 02:12:01] "POST /neutron/port HTTP/1.1" 200 1018 0.144535 10.0.0.130 - - [2025-12-08 02:12:01] "GET /virtual-machine-interface/023a16fe-af90-4259-9f1a-6ecb1a9a2cb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2388 0.004240 10.0.0.130 - - [2025-12-08 02:12:01] "GET /virtual-machine-interface/023a16fe-af90-4259-9f1a-6ecb1a9a2cb3?fields=instance_ip_back_refs HTTP/1.1" 200 1319 0.005471 10.0.0.130 - - [2025-12-08 02:12:01] "GET /instance-ip/373cc47f-0d10-44ec-a694-eef124e1f830?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1598 0.003649 10.0.0.130 - - [2025-12-08 02:12:01] "GET /virtual-machine-interface/023a16fe-af90-4259-9f1a-6ecb1a9a2cb3 HTTP/1.1" 401 293 0.000453 10.0.0.130 - - [2025-12-08 02:12:01] "GET /virtual-machine-interface/023a16fe-af90-4259-9f1a-6ecb1a9a2cb3 HTTP/1.1" 200 2610 0.032808 10.0.0.130 - - [2025-12-08 02:12:01] "POST /neutron/port HTTP/1.1" 200 1018 0.008044 10.0.0.130 - - [2025-12-08 02:12:02] "POST /neutron/port HTTP/1.1" 200 151 0.078681 10.0.0.130 - - [2025-12-08 02:12:02] "POST /neutron/network HTTP/1.1" 200 821 0.004609 10.0.0.130 - - [2025-12-08 02:12:02] "POST /useragent-kv HTTP/1.1" 200 115 0.003380 10.0.0.130 - - [2025-12-08 02:12:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003795 10.0.0.130 - - [2025-12-08 02:12:02] "POST /useragent-kv HTTP/1.1" 200 115 0.002456 10.0.0.130 - - [2025-12-08 02:12:02] "POST /neutron/network HTTP/1.1" 200 151 0.082572 10.0.0.130 - - [2025-12-08 02:12:02] "DELETE /route-target/4ba39c2f-db9a-4068-8c9a-a62463b14378 HTTP/1.1" 200 115 0.016100 10.0.0.130 - - [2025-12-08 02:12:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002651 10.0.0.130 - - [2025-12-08 02:12:02] "GET /projects?obj_uuids=85b1d7e1-67db-435e-911b-1cdaa533dbdf&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000925 10.0.0.130 - - [2025-12-08 02:12:02] "GET /project/85b1d7e1-67db-435e-911b-1cdaa533dbdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.024196 10.0.0.130 - - [2025-12-08 02:12:02] "POST /neutron/network HTTP/1.1" 200 117 0.007678 10.0.0.130 - - [2025-12-08 02:12:02] "GET /projects?obj_uuids=85b1d7e1-67db-435e-911b-1cdaa533dbdf&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001292 10.0.0.130 - - [2025-12-08 02:12:02] "POST /neutron/network HTTP/1.1" 200 603 0.061530 10.0.0.130 - - [2025-12-08 02:12:02] "POST /route-targets HTTP/1.1" 200 328 0.011533 10.0.0.130 - - [2025-12-08 02:12:02] "POST /ref-update HTTP/1.1" 200 156 0.010478 10.0.0.130 - - [2025-12-08 02:12:03] "POST /useragent-kv HTTP/1.1" 200 115 0.003289 10.0.0.130 - - [2025-12-08 02:12:03] "POST /neutron/subnet HTTP/1.1" 200 719 0.202138 10.0.0.130 - - [2025-12-08 02:12:03] "POST /useragent-kv HTTP/1.1" 200 115 0.002870 10.0.0.130 - - [2025-12-08 02:12:03] "POST /neutron/subnet HTTP/1.1" 200 724 0.138245 10.0.0.130 - - [2025-12-08 02:12:03] "POST /neutron/network HTTP/1.1" 200 977 0.006980 10.0.0.130 - - [2025-12-08 02:12:03] "POST /id-to-fqname HTTP/1.1" 200 217 0.001183 10.0.0.130 - - [2025-12-08 02:12:03] "GET /virtual-network/171e8af0-0705-4b4b-81e5-ca3312003f1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2560 0.004770 10.0.0.130 - - [2025-12-08 02:12:03] "POST /neutron/network HTTP/1.1" 200 977 0.013096 10.0.0.130 - - [2025-12-08 02:12:03] "GET /virtual-network/171e8af0-0705-4b4b-81e5-ca3312003f1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2560 0.004838 10.0.0.130 - - [2025-12-08 02:12:03] "POST /neutron/network HTTP/1.1" 200 977 0.006352 10.0.0.130 - - [2025-12-08 02:12:03] "POST /neutron/subnet HTTP/1.1" 200 719 0.007027 10.0.0.130 - - [2025-12-08 02:12:03] "POST /neutron/subnet HTTP/1.1" 200 724 0.005851 10.0.0.130 - - [2025-12-08 02:12:03] "GET /projects?obj_uuids=85b1d7e1-67db-435e-911b-1cdaa533dbdf&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000943 10.0.0.130 - - [2025-12-08 02:12:03] "POST /neutron/port HTTP/1.1" 200 1017 0.154218 10.0.0.130 - - [2025-12-08 02:12:03] "GET /projects?obj_uuids=85b1d7e1-67db-435e-911b-1cdaa533dbdf&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000923 10.0.0.130 - - [2025-12-08 02:12:03] "POST /neutron/port HTTP/1.1" 200 1018 0.160954 10.0.0.130 - - [2025-12-08 02:12:03] "POST /id-to-fqname HTTP/1.1" 200 217 0.001637 10.0.0.130 - - [2025-12-08 02:12:03] "POST /neutron/port HTTP/1.1" 200 1017 0.006541 10.0.0.130 - - [2025-12-08 02:12:03] "POST /neutron/port HTTP/1.1" 200 1017 0.007498 10.0.0.130 - - [2025-12-08 02:12:03] "POST /neutron/network HTTP/1.1" 200 977 0.005394 10.0.0.130 - - [2025-12-08 02:12:03] "POST /neutron/port HTTP/1.1" 200 1017 0.006191 10.0.0.130 - - [2025-12-08 02:12:04] "POST /neutron/port HTTP/1.1" 200 117 0.004870 10.0.0.130 - - [2025-12-08 02:12:04] "POST /neutron/port HTTP/1.1" 200 117 0.004125 10.0.0.130 - - [2025-12-08 02:12:04] "POST /id-to-fqname HTTP/1.1" 200 217 0.001147 10.0.0.130 - - [2025-12-08 02:12:04] "POST /neutron/port HTTP/1.1" 200 117 0.004626 10.0.0.130 - - [2025-12-08 02:12:04] "POST /neutron/port HTTP/1.1" 200 1018 0.006111 10.0.0.130 - - [2025-12-08 02:12:04] "POST /neutron/port HTTP/1.1" 200 1018 0.006102 10.0.0.130 - - [2025-12-08 02:12:04] "POST /neutron/network HTTP/1.1" 200 977 0.005748 10.0.0.130 - - [2025-12-08 02:12:04] "POST /neutron/port HTTP/1.1" 200 1018 0.007596 10.0.0.130 - - [2025-12-08 02:12:04] "POST /neutron/port HTTP/1.1" 200 1017 0.009285 10.0.0.130 - - [2025-12-08 02:12:04] "POST /neutron/port HTTP/1.1" 200 1018 0.007200 10.0.0.130 - - [2025-12-08 02:12:04] "POST /neutron/port HTTP/1.1" 200 117 0.006061 10.0.0.130 - - [2025-12-08 02:12:04] "POST /neutron/port HTTP/1.1" 200 117 0.004328 10.0.0.130 - - [2025-12-08 02:12:04] "POST /neutron/port HTTP/1.1" 200 117 0.004397 10.0.0.130 - - [2025-12-08 02:12:05] "POST /neutron/port HTTP/1.1" 200 1018 0.007764 10.0.0.130 - - [2025-12-08 02:12:05] "POST /neutron/port HTTP/1.1" 200 1017 0.006460 10.0.0.130 - - [2025-12-08 02:12:05] "POST /neutron/network HTTP/1.1" 200 987 0.004117 10.0.0.130 - - [2025-12-08 02:12:05] "POST /neutron/network HTTP/1.1" 200 987 0.006009 10.0.0.130 - - [2025-12-08 02:12:05] "POST /neutron/port HTTP/1.1" 200 1018 0.007011 10.0.0.130 - - [2025-12-08 02:12:05] "POST /neutron/port HTTP/1.1" 200 1017 0.008798 10.0.0.130 - - [2025-12-08 02:12:05] "POST /neutron/port HTTP/1.1" 200 1018 0.008416 10.0.0.130 - - [2025-12-08 02:12:05] "POST /neutron/port HTTP/1.1" 200 1017 0.006921 10.0.0.130 - - [2025-12-08 02:12:05] "POST /neutron/port HTTP/1.1" 200 1110 0.088285 10.0.0.130 - - [2025-12-08 02:12:05] "POST /neutron/port HTTP/1.1" 200 1109 0.082837 10.0.0.130 - - [2025-12-08 02:12:05] "POST /neutron/port HTTP/1.1" 200 1083 0.015568 10.0.0.130 - - [2025-12-08 02:12:05] "POST /neutron/port HTTP/1.1" 200 1084 0.013119 10.0.0.130 - - [2025-12-08 02:12:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004233 10.0.0.130 - - [2025-12-08 02:12:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004259 10.0.0.130 - - [2025-12-08 02:12:05] "POST /neutron/subnet HTTP/1.1" 200 693 0.010820 10.0.0.130 - - [2025-12-08 02:12:05] "POST /neutron/subnet HTTP/1.1" 200 698 0.009548 10.0.0.130 - - [2025-12-08 02:12:05] "POST /neutron/port HTTP/1.1" 200 117 0.001090 10.0.0.130 - - [2025-12-08 02:12:05] "POST /neutron/port HTTP/1.1" 200 117 0.001087 10.0.0.130 - - [2025-12-08 02:12:05] "POST /neutron/network HTTP/1.1" 200 977 0.005691 10.0.0.130 - - [2025-12-08 02:12:05] "POST /neutron/network HTTP/1.1" 200 977 0.005152 10.0.0.130 - - [2025-12-08 02:12:09] "POST /neutron/port HTTP/1.1" 200 1083 0.009596 10.0.0.130 - - [2025-12-08 02:12:09] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005045 10.0.0.130 - - [2025-12-08 02:12:09] "POST /neutron/port HTTP/1.1" 200 1083 0.011663 10.0.0.130 - - [2025-12-08 02:12:09] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005851 10.0.0.130 - - [2025-12-08 02:12:09] "POST /neutron/port HTTP/1.1" 200 1083 0.009675 10.0.0.130 - - [2025-12-08 02:12:09] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005717 10.0.0.130 - - [2025-12-08 02:12:09] "GET /virtual-machine/72fa8758-4404-4cb8-bfba-7877ef070d30 HTTP/1.1" 200 1286 0.004013 10.0.0.130 - - [2025-12-08 02:12:09] "GET /virtual-machine-interface/46e36b71-0b8e-4dc7-be62-088b7c062d20 HTTP/1.1" 200 2931 0.005036 10.0.0.130 - - [2025-12-08 02:12:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002351 10.0.0.130 - - [2025-12-08 02:12:09] "GET /global-vrouter-config/a6e10417-27c9-4d34-b977-7b7d3fa7e4f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002723 10.0.0.130 - - [2025-12-08 02:12:09] "GET /virtual-networks?parent_id=85b1d7e1-67db-435e-911b-1cdaa533dbdf&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002493 10.0.0.130 - - [2025-12-08 02:12:09] "GET /virtual-network/171e8af0-0705-4b4b-81e5-ca3312003f1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2560 0.006902 10.0.0.130 - - [2025-12-08 02:12:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004104 10.0.0.130 - - [2025-12-08 02:12:13] "GET /virtual-network/171e8af0-0705-4b4b-81e5-ca3312003f1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2560 0.006872 10.0.0.130 - - [2025-12-08 02:12:13] "POST /neutron/port HTTP/1.1" 200 1084 0.010554 10.0.0.130 - - [2025-12-08 02:12:13] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005192 10.0.0.130 - - [2025-12-08 02:12:13] "POST /neutron/port HTTP/1.1" 200 1083 0.008974 10.0.0.130 - - [2025-12-08 02:12:13] "POST /neutron/security_group HTTP/1.1" 200 2054 0.004309 10.0.0.130 - - [2025-12-08 02:12:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002512 10.0.0.130 - - [2025-12-08 02:12:15] "GET /global-vrouter-config/a6e10417-27c9-4d34-b977-7b7d3fa7e4f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002425 10.0.0.130 - - [2025-12-08 02:12:15] "GET /virtual-networks?parent_id=85b1d7e1-67db-435e-911b-1cdaa533dbdf&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003442 10.0.0.130 - - [2025-12-08 02:12:15] "GET /virtual-network/171e8af0-0705-4b4b-81e5-ca3312003f1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2560 0.004775 10.0.0.130 - - [2025-12-08 02:12:15] "POST /neutron/port HTTP/1.1" 200 1083 0.010989 10.0.0.130 - - [2025-12-08 02:12:15] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005256 10.0.0.130 - - [2025-12-08 02:12:20] "POST /neutron/port HTTP/1.1" 200 1084 0.009664 10.0.0.130 - - [2025-12-08 02:12:20] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005841 10.0.0.130 - - [2025-12-08 02:12:20] "POST /neutron/port HTTP/1.1" 200 1084 0.010397 10.0.0.130 - - [2025-12-08 02:12:20] "POST /neutron/security_group HTTP/1.1" 200 2054 0.004805 10.0.0.130 - - [2025-12-08 02:12:20] "POST /neutron/port HTTP/1.1" 200 1084 0.008790 10.0.0.130 - - [2025-12-08 02:12:20] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005434 10.0.0.130 - - [2025-12-08 02:12:20] "GET /virtual-machine/94c9489e-9ff2-428c-905b-d379c28b1347 HTTP/1.1" 200 1287 0.003826 10.0.0.130 - - [2025-12-08 02:12:20] "GET /virtual-machine-interface/31908c8b-2c88-4352-a245-85607d5f2d02 HTTP/1.1" 200 2931 0.003978 10.0.0.130 - - [2025-12-08 02:12:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002923 10.0.0.130 - - [2025-12-08 02:12:20] "GET /global-vrouter-config/a6e10417-27c9-4d34-b977-7b7d3fa7e4f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003559 10.0.0.130 - - [2025-12-08 02:12:20] "GET /virtual-networks?parent_id=85b1d7e1-67db-435e-911b-1cdaa533dbdf&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002650 10.0.0.130 - - [2025-12-08 02:12:21] "GET /virtual-network/171e8af0-0705-4b4b-81e5-ca3312003f1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2560 0.004727 10.0.0.130 - - [2025-12-08 02:12:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002818 10.0.0.130 - - [2025-12-08 02:12:22] "GET /global-vrouter-config/a6e10417-27c9-4d34-b977-7b7d3fa7e4f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002539 10.0.0.130 - - [2025-12-08 02:12:22] "GET /virtual-networks?parent_id=85b1d7e1-67db-435e-911b-1cdaa533dbdf&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002672 10.0.0.130 - - [2025-12-08 02:12:22] "GET /virtual-network/171e8af0-0705-4b4b-81e5-ca3312003f1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2560 0.004839 10.0.0.130 - - [2025-12-08 02:12:26] "POST /neutron/port HTTP/1.1" 200 1110 0.012536 10.0.0.130 - - [2025-12-08 02:12:26] "POST /neutron/port HTTP/1.1" 200 1110 0.009555 10.0.0.130 - - [2025-12-08 02:12:26] "POST /neutron/port HTTP/1.1" 200 151 0.101268 10.0.0.130 - - [2025-12-08 02:12:26] "POST /neutron/port HTTP/1.1" 200 1109 0.007208 10.0.0.130 - - [2025-12-08 02:12:26] "POST /neutron/port HTTP/1.1" 200 1109 0.008214 10.0.0.130 - - [2025-12-08 02:12:26] "POST /neutron/port HTTP/1.1" 200 151 0.123433 10.0.0.130 - - [2025-12-08 02:12:26] "POST /neutron/network HTTP/1.1" 200 977 0.011538 10.0.0.130 - - [2025-12-08 02:12:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.010555 10.0.0.130 - - [2025-12-08 02:12:27] "POST /useragent-kv HTTP/1.1" 200 115 0.005074 10.0.0.130 - - [2025-12-08 02:12:27] "POST /useragent-kv HTTP/1.1" 200 115 0.001986 10.0.0.130 - - [2025-12-08 02:12:27] "POST /useragent-kv HTTP/1.1" 200 115 0.010254 10.0.0.130 - - [2025-12-08 02:12:27] "POST /useragent-kv HTTP/1.1" 200 115 0.001801 10.0.0.130 - - [2025-12-08 02:12:27] "POST /neutron/network HTTP/1.1" 200 151 0.104550 10.0.0.130 - - [2025-12-08 02:12:27] "DELETE /route-target/bf65a483-05de-437a-9789-2b84385f07c4 HTTP/1.1" 200 115 0.035022 10.0.0.130 - - [2025-12-08 02:12:27] "POST /neutron/port HTTP/1.1" 200 117 0.004876 10.0.0.130 - - [2025-12-08 02:12:27] "POST /neutron/port HTTP/1.1" 400 205 0.003015 10.0.0.130 - - [2025-12-08 02:12:27] "GET /projects?obj_uuids=85b1d7e1-67db-435e-911b-1cdaa533dbdf&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000906 10.0.0.130 - - [2025-12-08 02:12:27] "GET /project/85b1d7e1-67db-435e-911b-1cdaa533dbdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.031132 10.0.0.130 - - [2025-12-08 02:12:27] "GET /projects?obj_uuids=85b1d7e1-67db-435e-911b-1cdaa533dbdf&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001706 10.0.0.130 - - [2025-12-08 02:12:27] "GET /project/85b1d7e1-67db-435e-911b-1cdaa533dbdf?fields=virtual_networks HTTP/1.1" 200 1026 0.062954 10.0.0.130 - - [2025-12-08 02:12:27] "GET /projects?obj_uuids=85b1d7e1-67db-435e-911b-1cdaa533dbdf&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000851 10.0.0.130 - - [2025-12-08 02:12:27] "GET /project/85b1d7e1-67db-435e-911b-1cdaa533dbdf?fields=virtual_machine_interfaces HTTP/1.1" 200 1026 0.021489 10.0.0.130 - - [2025-12-08 02:12:27] "GET /projects?obj_uuids=85b1d7e1-67db-435e-911b-1cdaa533dbdf&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000938 10.0.0.130 - - [2025-12-08 02:12:27] "GET /project/85b1d7e1-67db-435e-911b-1cdaa533dbdf?fields=security_groups HTTP/1.1" 200 1249 0.022383 10.0.0.130 - - [2025-12-08 02:12:28] "POST /fqname-to-id HTTP/1.1" 404 186 0.022878 10.0.0.130 - - [2025-12-08 02:12:28] "GET /projects?obj_uuids=744cc03d-f33f-4487-8913-21299da38d8e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.001893 10.0.0.130 - - [2025-12-08 02:12:28] "GET /domains?obj_uuids=89255e1c-530c-49a5-b275-cafa7847f34c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000867 10.0.0.130 - - [2025-12-08 02:12:28] "GET /domain/89255e1c-530c-49a5-b275-cafa7847f34c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006429 10.0.0.130 - - [2025-12-08 02:12:28] "POST /id-to-fqname HTTP/1.1" 200 188 0.002735 10.0.0.130 - - [2025-12-08 02:12:28] "POST /fqname-to-id HTTP/1.1" 404 197 0.004170 10.0.0.130 - - [2025-12-08 02:12:28] "POST /security-groups HTTP/1.1" 200 589 0.064101 10.0.0.130 - - [2025-12-08 02:12:28] "POST /fqname-to-id HTTP/1.1" 404 232 0.002796 10.0.0.130 - - [2025-12-08 02:12:28] "POST /projects HTTP/1.1" 200 581 0.213725 10.0.0.130 - - [2025-12-08 02:12:28] "POST /access-control-lists HTTP/1.1" 200 596 0.057374 10.0.0.130 - - [2025-12-08 02:12:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.287200 10.0.0.130 - - [2025-12-08 02:12:28] "POST /fqname-to-id HTTP/1.1" 404 231 0.002369 10.0.0.130 - - [2025-12-08 02:12:28] "GET /project/744cc03d-f33f-4487-8913-21299da38d8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.413757 10.0.0.130 - - [2025-12-08 02:12:28] "POST /access-control-lists HTTP/1.1" 200 594 0.060193 10.0.0.130 - - [2025-12-08 02:12:29] "GET / HTTP/1.1" 200 36215 0.002300 10.0.0.130 - - [2025-12-08 02:12:30] "POST /fqname-to-id HTTP/1.1" 401 293 0.000483 10.0.0.130 - - [2025-12-08 02:12:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.051820 10.0.0.130 - - [2025-12-08 02:12:31] "GET /projects?obj_uuids=744cc03d-f33f-4487-8913-21299da38d8e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000880 10.0.0.130 - - [2025-12-08 02:12:31] "GET /project/744cc03d-f33f-4487-8913-21299da38d8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.028583 10.0.0.130 - - [2025-12-08 02:12:31] "POST /neutron/network HTTP/1.1" 200 117 0.028300 10.0.0.130 - - [2025-12-08 02:12:31] "GET /projects?obj_uuids=744cc03d-f33f-4487-8913-21299da38d8e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001359 10.0.0.130 - - [2025-12-08 02:12:31] "POST /neutron/network HTTP/1.1" 200 605 0.063933 10.0.0.130 - - [2025-12-08 02:12:31] "POST /route-targets HTTP/1.1" 200 328 0.012990 10.0.0.130 - - [2025-12-08 02:12:31] "POST /ref-update HTTP/1.1" 200 156 0.010753 10.0.0.130 - - [2025-12-08 02:12:31] "POST /useragent-kv HTTP/1.1" 200 115 0.002140 10.0.0.130 - - [2025-12-08 02:12:31] "POST /neutron/subnet HTTP/1.1" 200 725 0.187866 10.0.0.130 - - [2025-12-08 02:12:31] "POST /neutron/network HTTP/1.1" 200 824 0.004635 10.0.0.130 - - [2025-12-08 02:12:31] "POST /id-to-fqname HTTP/1.1" 200 219 0.001112 10.0.0.130 - - [2025-12-08 02:12:31] "GET /virtual-network/2b36983a-669a-4a81-9c5d-a0edc24fe636?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.004671 10.0.0.130 - - [2025-12-08 02:12:31] "POST /neutron/network HTTP/1.1" 200 824 0.005651 10.0.0.130 - - [2025-12-08 02:12:31] "GET /virtual-network/2b36983a-669a-4a81-9c5d-a0edc24fe636?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.004518 10.0.0.130 - - [2025-12-08 02:12:31] "POST /neutron/network HTTP/1.1" 200 824 0.007233 10.0.0.130 - - [2025-12-08 02:12:31] "POST /neutron/subnet HTTP/1.1" 200 725 0.011703 10.0.0.130 - - [2025-12-08 02:12:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002291 10.0.0.130 - - [2025-12-08 02:12:31] "GET /projects?obj_uuids=744cc03d-f33f-4487-8913-21299da38d8e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000895 10.0.0.130 - - [2025-12-08 02:12:31] "GET /project/744cc03d-f33f-4487-8913-21299da38d8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.030269 10.0.0.130 - - [2025-12-08 02:12:31] "POST /neutron/network HTTP/1.1" 200 117 0.009645 10.0.0.130 - - [2025-12-08 02:12:31] "GET /projects?obj_uuids=744cc03d-f33f-4487-8913-21299da38d8e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001263 10.0.0.130 - - [2025-12-08 02:12:31] "POST /neutron/network HTTP/1.1" 200 605 0.077512 10.0.0.130 - - [2025-12-08 02:12:31] "POST /route-targets HTTP/1.1" 200 328 0.017646 10.0.0.130 - - [2025-12-08 02:12:31] "POST /ref-update HTTP/1.1" 200 156 0.014166 10.0.0.130 - - [2025-12-08 02:12:31] "POST /useragent-kv HTTP/1.1" 200 115 0.003911 10.0.0.130 - - [2025-12-08 02:12:31] "POST /neutron/port HTTP/1.1" 200 117 0.009432 10.0.0.130 - - [2025-12-08 02:12:31] "POST /neutron/subnet HTTP/1.1" 200 729 0.169893 10.0.0.130 - - [2025-12-08 02:12:31] "POST /neutron/port HTTP/1.1" 400 205 0.002695 10.0.0.130 - - [2025-12-08 02:12:31] "POST /neutron/network HTTP/1.1" 200 825 0.005801 10.0.0.130 - - [2025-12-08 02:12:31] "POST /id-to-fqname HTTP/1.1" 200 219 0.000999 10.0.0.130 - - [2025-12-08 02:12:31] "GET /virtual-network/0b8c57e9-12eb-43e6-9d55-cee73434aa88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004092 10.0.0.130 - - [2025-12-08 02:12:32] "POST /neutron/network HTTP/1.1" 200 825 0.004575 10.0.0.130 - - [2025-12-08 02:12:32] "GET /virtual-network/0b8c57e9-12eb-43e6-9d55-cee73434aa88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004265 10.0.0.130 - - [2025-12-08 02:12:32] "POST /neutron/network HTTP/1.1" 200 825 0.005000 10.0.0.130 - - [2025-12-08 02:12:32] "POST /neutron/subnet HTTP/1.1" 200 729 0.005627 10.0.0.130 - - [2025-12-08 02:12:32] "POST /id-to-fqname HTTP/1.1" 200 219 0.001034 10.0.0.130 - - [2025-12-08 02:12:32] "POST /neutron/network HTTP/1.1" 200 834 0.006098 10.0.0.130 - - [2025-12-08 02:12:32] "GET /aaa-mode HTTP/1.1" 401 293 0.000384 10.0.0.130 - - [2025-12-08 02:12:32] "GET / HTTP/1.1" 200 36215 0.001450 10.0.0.130 - - [2025-12-08 02:12:32] "GET /project/744cc03d-f33f-4487-8913-21299da38d8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000355 10.0.0.130 - - [2025-12-08 02:12:33] "GET /projects?obj_uuids=744cc03d-f33f-4487-8913-21299da38d8e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000867 10.0.0.130 - - [2025-12-08 02:12:33] "GET /project/744cc03d-f33f-4487-8913-21299da38d8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.043567 10.0.0.130 - - [2025-12-08 02:12:33] "POST /neutron/network HTTP/1.1" 200 824 0.005522 10.0.0.130 - - [2025-12-08 02:12:33] "POST /neutron/port HTTP/1.1" 200 117 0.006043 10.0.0.130 - - [2025-12-08 02:12:33] "POST /neutron/port HTTP/1.1" 200 117 0.008482 10.0.0.130 - - [2025-12-08 02:12:33] "POST /id-to-fqname HTTP/1.1" 200 219 0.001307 10.0.0.130 - - [2025-12-08 02:12:33] "POST /neutron/port HTTP/1.1" 200 117 0.004864 10.0.0.130 - - [2025-12-08 02:12:33] "POST /neutron/network HTTP/1.1" 200 835 0.004853 10.0.0.130 - - [2025-12-08 02:12:33] "GET /aaa-mode HTTP/1.1" 401 293 0.000380 10.0.0.130 - - [2025-12-08 02:12:33] "POST /neutron/network HTTP/1.1" 200 834 0.005364 10.0.0.130 - - [2025-12-08 02:12:33] "GET /projects?obj_uuids=744cc03d-f33f-4487-8913-21299da38d8e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001215 10.0.0.130 - - [2025-12-08 02:12:33] "GET / HTTP/1.1" 200 36215 0.002187 10.0.0.130 - - [2025-12-08 02:12:33] "GET /project/744cc03d-f33f-4487-8913-21299da38d8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000317 10.0.0.130 - - [2025-12-08 02:12:33] "POST /neutron/port HTTP/1.1" 200 1058 0.201681 10.0.0.130 - - [2025-12-08 02:12:33] "POST /neutron/port HTTP/1.1" 200 1058 0.007559 10.0.0.130 - - [2025-12-08 02:12:33] "POST /neutron/port HTTP/1.1" 200 1058 0.006685 10.0.0.130 - - [2025-12-08 02:12:34] "POST /neutron/port HTTP/1.1" 200 1112 0.061134 10.0.0.130 - - [2025-12-08 02:12:34] "POST /neutron/port HTTP/1.1" 200 1086 0.010815 10.0.0.130 - - [2025-12-08 02:12:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003592 10.0.0.130 - - [2025-12-08 02:12:34] "POST /neutron/subnet HTTP/1.1" 200 699 0.005948 10.0.0.130 - - [2025-12-08 02:12:34] "POST /neutron/port HTTP/1.1" 200 117 0.001000 10.0.0.130 - - [2025-12-08 02:12:34] "POST /neutron/network HTTP/1.1" 200 824 0.004759 10.0.0.130 - - [2025-12-08 02:12:34] "GET /projects?obj_uuids=744cc03d-f33f-4487-8913-21299da38d8e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001271 10.0.0.130 - - [2025-12-08 02:12:34] "GET /project/744cc03d-f33f-4487-8913-21299da38d8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.055866 10.0.0.130 - - [2025-12-08 02:12:34] "POST /neutron/network HTTP/1.1" 200 825 0.005124 10.0.0.130 - - [2025-12-08 02:12:34] "POST /neutron/port HTTP/1.1" 200 1086 0.014291 10.0.0.130 - - [2025-12-08 02:12:34] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006353 10.0.0.130 - - [2025-12-08 02:12:34] "POST /neutron/port HTTP/1.1" 200 117 0.004784 10.0.0.130 - - [2025-12-08 02:12:34] "GET /projects?obj_uuids=744cc03d-f33f-4487-8913-21299da38d8e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000860 10.0.0.130 - - [2025-12-08 02:12:34] "POST /neutron/router HTTP/1.1" 200 580 0.050709 10.0.0.130 - - [2025-12-08 02:12:34] "POST /neutron/router HTTP/1.1" 200 580 0.004866 10.0.0.130 - - [2025-12-08 02:12:34] "POST /route-targets HTTP/1.1" 200 328 0.021379 10.0.0.130 - - [2025-12-08 02:12:34] "GET /projects?obj_uuids=744cc03d-f33f-4487-8913-21299da38d8e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000886 10.0.0.130 - - [2025-12-08 02:12:34] "PUT /logical-router/d3f3fad3-b55c-43c4-bd3a-a9c9bd88360a HTTP/1.1" 200 263 0.019134 10.0.0.130 - - [2025-12-08 02:12:34] "POST /neutron/router HTTP/1.1" 200 344 0.221359 10.0.0.130 - - [2025-12-08 02:12:34] "POST /ref-update HTTP/1.1" 200 156 0.009600 10.0.0.130 - - [2025-12-08 02:12:34] "POST /neutron/network HTTP/1.1" 200 835 0.014273 10.0.0.130 - - [2025-12-08 02:12:34] "GET /projects?obj_uuids=744cc03d-f33f-4487-8913-21299da38d8e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001321 10.0.0.130 - - [2025-12-08 02:12:34] "POST /neutron/port HTTP/1.1" 200 1086 0.014793 10.0.0.130 - - [2025-12-08 02:12:34] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008520 10.0.0.130 - - [2025-12-08 02:12:35] "POST /neutron/port HTTP/1.1" 200 1059 0.231492 10.0.0.130 - - [2025-12-08 02:12:35] "POST /neutron/port HTTP/1.1" 200 1059 0.015146 10.0.0.130 - - [2025-12-08 02:12:35] "POST /neutron/port HTTP/1.1" 200 1059 0.010718 10.0.0.130 - - [2025-12-08 02:12:35] "POST /neutron/port HTTP/1.1" 200 1113 0.062100 10.0.0.130 - - [2025-12-08 02:12:35] "POST /neutron/port HTTP/1.1" 200 1087 0.011782 10.0.0.130 - - [2025-12-08 02:12:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003220 10.0.0.130 - - [2025-12-08 02:12:35] "POST /neutron/subnet HTTP/1.1" 200 703 0.005971 10.0.0.130 - - [2025-12-08 02:12:35] "POST /neutron/port HTTP/1.1" 200 117 0.001034 10.0.0.130 - - [2025-12-08 02:12:35] "POST /neutron/network HTTP/1.1" 200 825 0.004418 10.0.0.130 - - [2025-12-08 02:12:39] "POST /neutron/port HTTP/1.1" 200 1086 0.010876 10.0.0.130 - - [2025-12-08 02:12:39] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007293 10.0.0.130 - - [2025-12-08 02:12:40] "POST /neutron/port HTTP/1.1" 200 1086 0.009701 10.0.0.130 - - [2025-12-08 02:12:40] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006544 10.0.0.130 - - [2025-12-08 02:12:40] "POST /neutron/port HTTP/1.1" 200 1086 0.014383 10.0.0.130 - - [2025-12-08 02:12:40] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007240 10.0.0.130 - - [2025-12-08 02:12:40] "GET /virtual-machine/426f055f-8855-4bce-9d35-a21303798ae9 HTTP/1.1" 401 293 0.000683 10.0.0.130 - - [2025-12-08 02:12:40] "GET /virtual-machine/426f055f-8855-4bce-9d35-a21303798ae9 HTTP/1.1" 200 1292 0.028378 10.0.0.130 - - [2025-12-08 02:12:40] "GET /virtual-machine-interface/6b0a73fb-4ea0-4e9c-92e1-8a975c1aeeb9 HTTP/1.1" 200 2941 0.004812 10.0.0.130 - - [2025-12-08 02:12:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003491 10.0.0.130 - - [2025-12-08 02:12:40] "GET /global-vrouter-config/a6e10417-27c9-4d34-b977-7b7d3fa7e4f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002767 10.0.0.130 - - [2025-12-08 02:12:40] "GET /virtual-networks?parent_id=744cc03d-f33f-4487-8913-21299da38d8e&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002528 10.0.0.130 - - [2025-12-08 02:12:40] "GET /virtual-network/2b36983a-669a-4a81-9c5d-a0edc24fe636?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005038 10.0.0.130 - - [2025-12-08 02:12:42] "POST /neutron/port HTTP/1.1" 200 1086 0.010438 10.0.0.130 - - [2025-12-08 02:12:42] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005640 10.0.0.130 - - [2025-12-08 02:12:43] "POST /neutron/port HTTP/1.1" 200 1087 0.013609 10.0.0.130 - - [2025-12-08 02:12:43] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004910 10.0.0.130 - - [2025-12-08 02:12:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002960 10.0.0.130 - - [2025-12-08 02:12:43] "GET /virtual-network/2b36983a-669a-4a81-9c5d-a0edc24fe636?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005134 10.0.0.130 - - [2025-12-08 02:12:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002460 10.0.0.130 - - [2025-12-08 02:12:45] "GET /global-vrouter-config/a6e10417-27c9-4d34-b977-7b7d3fa7e4f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002664 10.0.0.130 - - [2025-12-08 02:12:45] "GET /virtual-networks?parent_id=744cc03d-f33f-4487-8913-21299da38d8e&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002537 10.0.0.130 - - [2025-12-08 02:12:45] "GET /virtual-network/2b36983a-669a-4a81-9c5d-a0edc24fe636?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.004924 10.0.0.130 - - [2025-12-08 02:12:46] "POST /neutron/port HTTP/1.1" 200 1087 0.008646 10.0.0.130 - - [2025-12-08 02:12:46] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005503 10.0.0.130 - - [2025-12-08 02:12:46] "POST /neutron/port HTTP/1.1" 200 1087 0.009322 10.0.0.130 - - [2025-12-08 02:12:46] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005131 10.0.0.130 - - [2025-12-08 02:12:46] "POST /neutron/port HTTP/1.1" 200 1087 0.010024 10.0.0.130 - - [2025-12-08 02:12:46] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004901 10.0.0.130 - - [2025-12-08 02:12:46] "GET /virtual-machine/bdbe9a6d-4044-410e-913f-df24ce5be1f1 HTTP/1.1" 200 1293 0.004353 10.0.0.130 - - [2025-12-08 02:12:46] "GET /virtual-machine-interface/7eb663e1-9373-4876-ad04-08a835269e7f HTTP/1.1" 200 2941 0.004518 10.0.0.130 - - [2025-12-08 02:12:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002357 10.0.0.130 - - [2025-12-08 02:12:46] "GET /global-vrouter-config/a6e10417-27c9-4d34-b977-7b7d3fa7e4f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002523 10.0.0.130 - - [2025-12-08 02:12:46] "GET /virtual-networks?parent_id=744cc03d-f33f-4487-8913-21299da38d8e&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002564 10.0.0.130 - - [2025-12-08 02:12:46] "GET /virtual-network/0b8c57e9-12eb-43e6-9d55-cee73434aa88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004900 10.0.0.130 - - [2025-12-08 02:12:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002795 10.0.0.130 - - [2025-12-08 02:12:47] "GET /global-vrouter-config/a6e10417-27c9-4d34-b977-7b7d3fa7e4f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002954 10.0.0.130 - - [2025-12-08 02:12:47] "GET /virtual-networks?parent_id=744cc03d-f33f-4487-8913-21299da38d8e&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002753 10.0.0.130 - - [2025-12-08 02:12:47] "GET /virtual-network/0b8c57e9-12eb-43e6-9d55-cee73434aa88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004902 10.0.0.130 - - [2025-12-08 02:12:52] "POST /neutron/router HTTP/1.1" 200 580 0.003624 10.0.0.130 - - [2025-12-08 02:12:52] "GET /projects?obj_uuids=744cc03d-f33f-4487-8913-21299da38d8e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000958 10.0.0.130 - - [2025-12-08 02:12:52] "POST /neutron/router HTTP/1.1" 200 344 0.177356 10.0.0.130 - - [2025-12-08 02:12:52] "POST /neutron/port HTTP/1.1" 200 1885 0.014676 10.0.0.130 - - [2025-12-08 02:12:53] "POST /ref-update HTTP/1.1" 200 156 0.007866 10.0.0.130 - - [2025-12-08 02:12:53] "DELETE /project/85b1d7e167db435e911b1cdaa533dbdf HTTP/1.1" 404 173 0.007848 10.0.0.130 - - [2025-12-08 02:12:53] "DELETE /project/744cc03df33f4487891321299da38d8e HTTP/1.1" 404 173 0.005557 10.0.0.130 - - [2025-12-08 02:12:53] "GET /projects?obj_uuids=18c6137d-210b-4377-aa5e-beb609ac27cd&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000843 10.0.0.130 - - [2025-12-08 02:12:53] "GET /projects?obj_uuids=85b1d7e1-67db-435e-911b-1cdaa533dbdf&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000763 10.0.0.130 - - [2025-12-08 02:12:53] "GET /project/85b1d7e1-67db-435e-911b-1cdaa533dbdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1452 0.033260 10.0.0.130 - - [2025-12-08 02:12:53] "GET /project/18c6137d-210b-4377-aa5e-beb609ac27cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.039718 10.0.0.130 - - [2025-12-08 02:12:53] "GET /projects?obj_uuids=85b1d7e1-67db-435e-911b-1cdaa533dbdf&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001539 10.0.0.130 - - [2025-12-08 02:12:53] "GET /projects?obj_uuids=18c6137d-210b-4377-aa5e-beb609ac27cd&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001028 10.0.0.130 - - [2025-12-08 02:12:53] "GET /project/85b1d7e1-67db-435e-911b-1cdaa533dbdf?fields=security_groups HTTP/1.1" 200 1351 0.032688 10.0.0.130 - - [2025-12-08 02:12:53] "GET /project/18c6137d-210b-4377-aa5e-beb609ac27cd?fields=security_groups HTTP/1.1" 200 1348 0.034381 10.0.0.130 - - [2025-12-08 02:12:53] "DELETE /security-group/366d65da-37ca-4202-ad76-b331b272a8b1 HTTP/1.1" 200 115 0.053397 10.0.0.130 - - [2025-12-08 02:12:53] "DELETE /security-group/754e1a67-7da3-4563-a5c9-7c20b45f85c2 HTTP/1.1" 200 115 0.054188 10.0.0.130 - - [2025-12-08 02:12:53] "GET /projects?obj_uuids=85b1d7e1-67db-435e-911b-1cdaa533dbdf&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001136 10.0.0.130 - - [2025-12-08 02:12:53] "GET /projects?obj_uuids=18c6137d-210b-4377-aa5e-beb609ac27cd&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001881 10.0.0.130 - - [2025-12-08 02:12:53] "DELETE /access-control-list/4a13dc1c-b588-472c-ac4e-6fa1fead246d HTTP/1.1" 200 115 0.045527 10.0.0.130 - - [2025-12-08 02:12:53] "GET /project/85b1d7e1-67db-435e-911b-1cdaa533dbdf?fields=application_policy_sets HTTP/1.1" 200 1390 0.040102 10.0.0.130 - - [2025-12-08 02:12:53] "GET /project/18c6137d-210b-4377-aa5e-beb609ac27cd?fields=application_policy_sets HTTP/1.1" 200 1387 0.040485 10.0.0.130 - - [2025-12-08 02:12:53] "DELETE /access-control-list/a4de91b3-c18d-45d7-b753-94f931f184db HTTP/1.1" 200 115 0.031301 10.0.0.130 - - [2025-12-08 02:12:53] "DELETE /access-control-list/8a94dd8d-1c76-4580-a7d3-93e6508cfa95 HTTP/1.1" 200 115 0.018363 10.0.0.130 - - [2025-12-08 02:12:53] "DELETE /access-control-list/bf9c0731-630a-481f-841f-c0f1fc7e1288 HTTP/1.1" 200 115 0.028137 10.0.0.130 - - [2025-12-08 02:12:53] "DELETE /project/85b1d7e1-67db-435e-911b-1cdaa533dbdf HTTP/1.1" 200 115 0.336689 10.0.0.130 - - [2025-12-08 02:12:53] "DELETE /project/18c6137d-210b-4377-aa5e-beb609ac27cd HTTP/1.1" 200 115 0.345988 10.0.0.130 - - [2025-12-08 02:12:55] "POST /neutron/port HTTP/1.1" 200 1086 0.019808 10.0.0.130 - - [2025-12-08 02:12:56] "POST /neutron/port HTTP/1.1" 200 1086 0.009457 10.0.0.130 - - [2025-12-08 02:12:56] "POST /neutron/network HTTP/1.1" 200 834 0.006375 10.0.0.130 - - [2025-12-08 02:12:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005377 10.0.0.130 - - [2025-12-08 02:12:56] "POST /neutron/subnet HTTP/1.1" 200 699 0.006101 10.0.0.130 - - [2025-12-08 02:12:56] "POST /neutron/port HTTP/1.1" 200 117 0.001131 10.0.0.130 - - [2025-12-08 02:12:56] "POST /neutron/network HTTP/1.1" 200 824 0.004926 10.0.0.130 - - [2025-12-08 02:12:58] "GET /obj-perms HTTP/1.1" 200 5075 0.055675 10.0.0.130 - - [2025-12-08 02:12:59] "GET /obj-perms HTTP/1.1" 200 5075 0.047164 10.0.0.130 - - [2025-12-08 02:12:59] "POST /neutron/router HTTP/1.1" 200 580 0.003803 10.0.0.130 - - [2025-12-08 02:12:59] "POST /ref-update HTTP/1.1" 200 156 0.011389 10.0.0.130 - - [2025-12-08 02:12:59] "POST /neutron/router HTTP/1.1" 200 344 0.082617 10.0.0.130 - - [2025-12-08 02:13:02] "POST /neutron/router HTTP/1.1" 200 580 0.004954 10.0.0.130 - - [2025-12-08 02:13:02] "GET /projects?obj_uuids=744cc03d-f33f-4487-8913-21299da38d8e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000899 10.0.0.130 - - [2025-12-08 02:13:02] "POST /neutron/router HTTP/1.1" 200 344 0.213617 10.0.0.130 - - [2025-12-08 02:13:02] "POST /ref-update HTTP/1.1" 200 156 0.011418 10.0.0.130 - - [2025-12-08 02:13:04] "POST /neutron/router HTTP/1.1" 200 580 0.004413 10.0.0.130 - - [2025-12-08 02:13:05] "POST /ref-update HTTP/1.1" 200 156 0.009550 10.0.0.130 - - [2025-12-08 02:13:05] "POST /neutron/router HTTP/1.1" 200 344 0.089864 10.0.0.130 - - [2025-12-08 02:13:05] "POST /neutron/router HTTP/1.1" 200 580 0.004800 10.0.0.130 - - [2025-12-08 02:13:05] "POST /ref-update HTTP/1.1" 200 156 0.009240 10.0.0.130 - - [2025-12-08 02:13:05] "POST /neutron/router HTTP/1.1" 200 344 0.081063 10.0.0.130 - - [2025-12-08 02:13:05] "POST /neutron/router HTTP/1.1" 200 580 0.004721 10.0.0.130 - - [2025-12-08 02:13:05] "POST /neutron/router HTTP/1.1" 200 151 0.033386 10.0.0.130 - - [2025-12-08 02:13:05] "GET /logical-router/d3f3fad3-b55c-43c4-bd3a-a9c9bd88360a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.003622 10.0.0.130 - - [2025-12-08 02:13:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002841 10.0.0.130 - - [2025-12-08 02:13:05] "DELETE /route-target/83174a7e-f979-4cb8-850b-b79c1e1d15ec HTTP/1.1" 200 115 0.016627 10.0.0.130 - - [2025-12-08 02:13:05] "POST /neutron/network HTTP/1.1" 200 825 0.004956 10.0.0.130 - - [2025-12-08 02:13:05] "POST /neutron/network HTTP/1.1" 400 204 0.010228 10.0.0.130 - - [2025-12-08 02:13:05] "POST /neutron/port HTTP/1.1" 200 1087 0.009440 10.0.0.130 - - [2025-12-08 02:13:05] "POST /neutron/port HTTP/1.1" 200 1113 0.008048 10.0.0.130 - - [2025-12-08 02:13:05] "POST /neutron/port HTTP/1.1" 200 1086 0.008414 10.0.0.130 - - [2025-12-08 02:13:05] "POST /neutron/port HTTP/1.1" 200 1112 0.013525 10.0.0.130 - - [2025-12-08 02:13:05] "POST /neutron/port HTTP/1.1" 200 151 0.111911 10.0.0.130 - - [2025-12-08 02:13:05] "POST /neutron/port HTTP/1.1" 200 151 0.092356 10.0.0.130 - - [2025-12-08 02:13:07] "POST /neutron/network HTTP/1.1" 200 825 0.004928 10.0.0.130 - - [2025-12-08 02:13:07] "POST /useragent-kv HTTP/1.1" 200 115 0.001939 10.0.0.130 - - [2025-12-08 02:13:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002784 10.0.0.130 - - [2025-12-08 02:13:07] "POST /useragent-kv HTTP/1.1" 200 115 0.001662 10.0.0.130 - - [2025-12-08 02:13:07] "POST /neutron/network HTTP/1.1" 200 151 0.070136 10.0.0.130 - - [2025-12-08 02:13:07] "DELETE /route-target/83534f5f-74a6-4cdd-a354-ebf0ca2d3d6c HTTP/1.1" 200 115 0.010941 10.0.0.130 - - [2025-12-08 02:13:07] "POST /neutron/network HTTP/1.1" 200 824 0.005458 10.0.0.130 - - [2025-12-08 02:13:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003469 10.0.0.130 - - [2025-12-08 02:13:07] "POST /useragent-kv HTTP/1.1" 200 115 0.002130 10.0.0.130 - - [2025-12-08 02:13:07] "POST /useragent-kv HTTP/1.1" 200 115 0.001713 10.0.0.130 - - [2025-12-08 02:13:07] "POST /neutron/network HTTP/1.1" 200 151 0.066849 10.0.0.130 - - [2025-12-08 02:13:07] "DELETE /route-target/527b419c-e340-4d57-9087-b3c4bb9f581b HTTP/1.1" 200 115 0.016492 10.0.0.130 - - [2025-12-08 02:13:07] "GET /projects?obj_uuids=744cc03d-f33f-4487-8913-21299da38d8e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001035 10.0.0.130 - - [2025-12-08 02:13:07] "GET /project/744cc03d-f33f-4487-8913-21299da38d8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.019459 10.0.0.130 - - [2025-12-08 02:13:07] "GET /projects?obj_uuids=744cc03d-f33f-4487-8913-21299da38d8e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001302 10.0.0.130 - - [2025-12-08 02:13:07] "GET /project/744cc03d-f33f-4487-8913-21299da38d8e?fields=virtual_networks HTTP/1.1" 200 1029 0.063636 10.0.0.130 - - [2025-12-08 02:13:07] "GET /projects?obj_uuids=744cc03d-f33f-4487-8913-21299da38d8e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001392 10.0.0.130 - - [2025-12-08 02:13:07] "GET /project/744cc03d-f33f-4487-8913-21299da38d8e?fields=virtual_machine_interfaces HTTP/1.1" 200 1029 0.020810 10.0.0.130 - - [2025-12-08 02:13:08] "GET /projects?obj_uuids=744cc03d-f33f-4487-8913-21299da38d8e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000872 10.0.0.130 - - [2025-12-08 02:13:08] "GET /project/744cc03d-f33f-4487-8913-21299da38d8e?fields=security_groups HTTP/1.1" 200 1254 0.022488 10.0.0.130 - - [2025-12-08 02:13:08] "POST /fqname-to-id HTTP/1.1" 404 191 0.024754 10.0.0.130 - - [2025-12-08 02:13:08] "GET /projects?obj_uuids=faf412fe-5acf-42af-9026-ea04adc7d6f5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.001964 10.0.0.130 - - [2025-12-08 02:13:08] "GET /domains?obj_uuids=89255e1c-530c-49a5-b275-cafa7847f34c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000867 10.0.0.130 - - [2025-12-08 02:13:08] "GET /domain/89255e1c-530c-49a5-b275-cafa7847f34c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.005558 10.0.0.130 - - [2025-12-08 02:13:09] "POST /id-to-fqname HTTP/1.1" 200 193 0.001722 10.0.0.130 - - [2025-12-08 02:13:09] "POST /fqname-to-id HTTP/1.1" 404 202 0.004375 10.0.0.130 - - [2025-12-08 02:13:09] "POST /security-groups HTTP/1.1" 200 594 0.060354 10.0.0.130 - - [2025-12-08 02:13:09] "POST /fqname-to-id HTTP/1.1" 404 237 0.002206 10.0.0.130 - - [2025-12-08 02:13:09] "POST /projects HTTP/1.1" 200 591 0.207241 10.0.0.130 - - [2025-12-08 02:13:09] "POST /access-control-lists HTTP/1.1" 200 601 0.056425 10.0.0.130 - - [2025-12-08 02:13:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.281114 10.0.0.130 - - [2025-12-08 02:13:09] "POST /fqname-to-id HTTP/1.1" 404 236 0.002257 10.0.0.130 - - [2025-12-08 02:13:09] "GET /project/faf412fe-5acf-42af-9026-ea04adc7d6f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.397485 10.0.0.130 - - [2025-12-08 02:13:09] "POST /access-control-lists HTTP/1.1" 200 599 0.069220 10.0.0.130 - - [2025-12-08 02:13:10] "GET / HTTP/1.1" 200 36215 0.001882 10.0.0.130 - - [2025-12-08 02:13:11] "GET /project/faf412fe-5acf-42af-9026-ea04adc7d6f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000434 10.0.0.130 - - [2025-12-08 02:13:11] "GET /projects?obj_uuids=faf412fe-5acf-42af-9026-ea04adc7d6f5&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001229 10.0.0.130 - - [2025-12-08 02:13:11] "GET /project/faf412fe-5acf-42af-9026-ea04adc7d6f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.051965 10.0.0.130 - - [2025-12-08 02:13:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002108 10.0.0.130 - - [2025-12-08 02:13:11] "GET /security-group/4e02a08e-c58f-4dfd-9585-bc70cc91163b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3765 0.005672 10.0.0.130 - - [2025-12-08 02:13:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002860 10.0.0.130 - - [2025-12-08 02:13:11] "GET /projects?obj_uuids=faf412fe-5acf-42af-9026-ea04adc7d6f5&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001168 10.0.0.130 - - [2025-12-08 02:13:11] "GET /project/faf412fe-5acf-42af-9026-ea04adc7d6f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.021251 10.0.0.130 - - [2025-12-08 02:13:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002380 10.0.0.130 - - [2025-12-08 02:13:11] "GET /security-group/4e02a08e-c58f-4dfd-9585-bc70cc91163b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3765 0.003147 10.0.0.130 - - [2025-12-08 02:13:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002384 10.0.0.130 - - [2025-12-08 02:13:12] "PUT /security-group/4e02a08e-c58f-4dfd-9585-bc70cc91163b HTTP/1.1" 200 263 0.011940 10.0.0.130 - - [2025-12-08 02:13:12] "PUT /access-control-list/59a6c3d4-7628-4455-81e0-a14840a7efb5 HTTP/1.1" 200 273 0.013557 10.0.0.130 - - [2025-12-08 02:13:12] "PUT /access-control-list/785ec7a5-c47b-4c8c-85f1-1f01036d0c60 HTTP/1.1" 200 273 0.010956 10.0.0.130 - - [2025-12-08 02:13:12] "POST /fqname-to-id HTTP/1.1" 404 202 0.008076 10.0.0.130 - - [2025-12-08 02:13:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002888 10.0.0.130 - - [2025-12-08 02:13:12] "GET /projects?obj_uuids=faf412fe-5acf-42af-9026-ea04adc7d6f5&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001286 10.0.0.130 - - [2025-12-08 02:13:12] "GET /project/faf412fe-5acf-42af-9026-ea04adc7d6f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.024709 10.0.0.130 - - [2025-12-08 02:13:12] "POST /neutron/network HTTP/1.1" 200 117 0.029176 10.0.0.130 - - [2025-12-08 02:13:12] "GET /projects?obj_uuids=faf412fe-5acf-42af-9026-ea04adc7d6f5&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000827 10.0.0.130 - - [2025-12-08 02:13:12] "POST /neutron/network HTTP/1.1" 200 608 0.055371 10.0.0.130 - - [2025-12-08 02:13:12] "POST /route-targets HTTP/1.1" 200 328 0.010600 10.0.0.130 - - [2025-12-08 02:13:12] "POST /ref-update HTTP/1.1" 200 156 0.012566 10.0.0.130 - - [2025-12-08 02:13:12] "POST /useragent-kv HTTP/1.1" 200 115 0.006205 10.0.0.130 - - [2025-12-08 02:13:12] "POST /neutron/subnet HTTP/1.1" 200 734 0.162259 10.0.0.130 - - [2025-12-08 02:13:12] "POST /neutron/network HTTP/1.1" 200 829 0.005247 10.0.0.130 - - [2025-12-08 02:13:12] "POST /id-to-fqname HTTP/1.1" 200 223 0.001072 10.0.0.130 - - [2025-12-08 02:13:12] "GET /virtual-network/7848eb63-b4c5-432a-ba72-04670278aefa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004239 10.0.0.130 - - [2025-12-08 02:13:12] "POST /neutron/network HTTP/1.1" 200 829 0.006146 10.0.0.130 - - [2025-12-08 02:13:12] "GET /virtual-network/7848eb63-b4c5-432a-ba72-04670278aefa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005903 10.0.0.130 - - [2025-12-08 02:13:12] "POST /neutron/network HTTP/1.1" 200 829 0.004824 10.0.0.130 - - [2025-12-08 02:13:12] "POST /neutron/subnet HTTP/1.1" 200 734 0.005816 10.0.0.130 - - [2025-12-08 02:13:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.001804 10.0.0.130 - - [2025-12-08 02:13:12] "GET /projects?obj_uuids=faf412fe-5acf-42af-9026-ea04adc7d6f5&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001020 10.0.0.130 - - [2025-12-08 02:13:12] "GET /project/faf412fe-5acf-42af-9026-ea04adc7d6f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.024788 10.0.0.130 - - [2025-12-08 02:13:12] "POST /neutron/network HTTP/1.1" 200 117 0.010755 10.0.0.130 - - [2025-12-08 02:13:12] "GET /projects?obj_uuids=faf412fe-5acf-42af-9026-ea04adc7d6f5&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001071 10.0.0.130 - - [2025-12-08 02:13:12] "POST /neutron/network HTTP/1.1" 200 615 0.079197 10.0.0.130 - - [2025-12-08 02:13:12] "POST /route-targets HTTP/1.1" 200 328 0.014517 10.0.0.130 - - [2025-12-08 02:13:12] "POST /ref-update HTTP/1.1" 200 156 0.011978 10.0.0.130 - - [2025-12-08 02:13:13] "POST /useragent-kv HTTP/1.1" 200 115 0.003220 10.0.0.130 - - [2025-12-08 02:13:13] "POST /neutron/subnet HTTP/1.1" 200 729 0.149220 10.0.0.130 - - [2025-12-08 02:13:13] "POST /neutron/network HTTP/1.1" 200 835 0.004668 10.0.0.130 - - [2025-12-08 02:13:13] "POST /id-to-fqname HTTP/1.1" 200 227 0.001067 10.0.0.130 - - [2025-12-08 02:13:13] "GET /virtual-network/01d88da3-03ca-4954-bede-ea035f8c9a55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.004131 10.0.0.130 - - [2025-12-08 02:13:13] "POST /neutron/network HTTP/1.1" 200 835 0.004633 10.0.0.130 - - [2025-12-08 02:13:13] "GET /virtual-network/01d88da3-03ca-4954-bede-ea035f8c9a55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.003992 10.0.0.130 - - [2025-12-08 02:13:13] "POST /neutron/network HTTP/1.1" 200 835 0.004764 10.0.0.130 - - [2025-12-08 02:13:13] "POST /neutron/subnet HTTP/1.1" 200 729 0.006732 10.0.0.130 - - [2025-12-08 02:13:13] "POST /id-to-fqname HTTP/1.1" 200 223 0.001160 10.0.0.130 - - [2025-12-08 02:13:13] "POST /neutron/network HTTP/1.1" 200 839 0.004802 10.0.0.130 - - [2025-12-08 02:13:13] "GET /aaa-mode HTTP/1.1" 401 293 0.000363 10.0.0.130 - - [2025-12-08 02:13:13] "GET / HTTP/1.1" 200 36215 0.001593 10.0.0.130 - - [2025-12-08 02:13:13] "GET /project/faf412fe-5acf-42af-9026-ea04adc7d6f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000352 10.0.0.130 - - [2025-12-08 02:13:14] "GET /projects?obj_uuids=faf412fe-5acf-42af-9026-ea04adc7d6f5&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000921 10.0.0.130 - - [2025-12-08 02:13:14] "GET /project/faf412fe-5acf-42af-9026-ea04adc7d6f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.042513 10.0.0.130 - - [2025-12-08 02:13:14] "POST /neutron/network HTTP/1.1" 200 829 0.004581 10.0.0.130 - - [2025-12-08 02:13:14] "POST /neutron/port HTTP/1.1" 200 117 0.003906 10.0.0.130 - - [2025-12-08 02:13:14] "POST /neutron/port HTTP/1.1" 200 117 0.004402 10.0.0.130 - - [2025-12-08 02:13:14] "POST /id-to-fqname HTTP/1.1" 200 227 0.001141 10.0.0.130 - - [2025-12-08 02:13:14] "POST /neutron/port HTTP/1.1" 200 117 0.008430 10.0.0.130 - - [2025-12-08 02:13:14] "POST /neutron/network HTTP/1.1" 200 845 0.004722 10.0.0.130 - - [2025-12-08 02:13:14] "GET /aaa-mode HTTP/1.1" 401 293 0.000729 10.0.0.130 - - [2025-12-08 02:13:14] "POST /neutron/network HTTP/1.1" 200 839 0.005854 10.0.0.130 - - [2025-12-08 02:13:14] "GET /projects?obj_uuids=faf412fe-5acf-42af-9026-ea04adc7d6f5&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002324 10.0.0.130 - - [2025-12-08 02:13:14] "GET / HTTP/1.1" 200 36215 0.001406 10.0.0.130 - - [2025-12-08 02:13:14] "GET /project/faf412fe-5acf-42af-9026-ea04adc7d6f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000812 10.0.0.130 - - [2025-12-08 02:13:15] "POST /neutron/port HTTP/1.1" 200 1065 0.221588 10.0.0.130 - - [2025-12-08 02:13:15] "POST /neutron/port HTTP/1.1" 200 1065 0.009089 10.0.0.130 - - [2025-12-08 02:13:15] "POST /neutron/port HTTP/1.1" 200 1065 0.007768 10.0.0.130 - - [2025-12-08 02:13:15] "POST /neutron/port HTTP/1.1" 200 1119 0.051411 10.0.0.130 - - [2025-12-08 02:13:15] "POST /neutron/port HTTP/1.1" 200 1093 0.009509 10.0.0.130 - - [2025-12-08 02:13:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002873 10.0.0.130 - - [2025-12-08 02:13:15] "POST /neutron/subnet HTTP/1.1" 200 708 0.008142 10.0.0.130 - - [2025-12-08 02:13:15] "POST /neutron/port HTTP/1.1" 200 117 0.000961 10.0.0.130 - - [2025-12-08 02:13:15] "POST /neutron/network HTTP/1.1" 200 829 0.008039 10.0.0.130 - - [2025-12-08 02:13:15] "GET /projects?obj_uuids=faf412fe-5acf-42af-9026-ea04adc7d6f5&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000998 10.0.0.130 - - [2025-12-08 02:13:15] "GET /project/faf412fe-5acf-42af-9026-ea04adc7d6f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.047859 10.0.0.130 - - [2025-12-08 02:13:15] "POST /neutron/network HTTP/1.1" 200 835 0.005158 10.0.0.130 - - [2025-12-08 02:13:15] "POST /neutron/port HTTP/1.1" 200 1093 0.010714 10.0.0.130 - - [2025-12-08 02:13:15] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005691 10.0.0.130 - - [2025-12-08 02:13:15] "POST /neutron/port HTTP/1.1" 200 117 0.005508 10.0.0.130 - - [2025-12-08 02:13:15] "GET /projects?obj_uuids=faf412fe-5acf-42af-9026-ea04adc7d6f5&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000862 10.0.0.130 - - [2025-12-08 02:13:15] "POST /neutron/router HTTP/1.1" 200 585 0.054347 10.0.0.130 - - [2025-12-08 02:13:15] "POST /neutron/router HTTP/1.1" 200 585 0.004338 10.0.0.130 - - [2025-12-08 02:13:15] "POST /route-targets HTTP/1.1" 200 328 0.012740 10.0.0.130 - - [2025-12-08 02:13:15] "PUT /logical-router/28a4d1a3-29b6-40ba-9767-2f365d306b33 HTTP/1.1" 200 263 0.027228 10.0.0.130 - - [2025-12-08 02:13:15] "POST /neutron/router HTTP/1.1" 200 656 0.048020 10.0.0.130 - - [2025-12-08 02:13:15] "GET /logical-router/28a4d1a3-29b6-40ba-9767-2f365d306b33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1645 0.014438 10.0.0.130 - - [2025-12-08 02:13:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.001912 10.0.0.130 - - [2025-12-08 02:13:15] "POST /neutron/router HTTP/1.1" 200 656 0.002349 10.0.0.130 - - [2025-12-08 02:13:15] "GET /projects?obj_uuids=faf412fe-5acf-42af-9026-ea04adc7d6f5&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000921 10.0.0.130 - - [2025-12-08 02:13:15] "GET /service-template/3302e035-c871-41a5-beb4-13ecd722ac8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1683 0.007132 10.0.0.130 - - [2025-12-08 02:13:15] "POST /fqname-to-id HTTP/1.1" 404 215 0.002053 10.0.0.130 - - [2025-12-08 02:13:15] "POST /neutron/network HTTP/1.1" 200 845 0.010450 10.0.0.130 - - [2025-12-08 02:13:15] "POST /neutron/router HTTP/1.1" 200 344 0.248242 10.0.0.130 - - [2025-12-08 02:13:15] "POST /useragent-kv HTTP/1.1" 200 115 0.009846 10.0.0.130 - - [2025-12-08 02:13:15] "POST /virtual-networks HTTP/1.1" 200 696 0.127566 10.0.0.130 - - [2025-12-08 02:13:15] "GET /projects?obj_uuids=faf412fe-5acf-42af-9026-ea04adc7d6f5&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000909 10.0.0.130 - - [2025-12-08 02:13:15] "POST /ref-update HTTP/1.1" 200 156 0.020641 10.0.0.130 - - [2025-12-08 02:13:15] "POST /route-targets HTTP/1.1" 200 328 0.029155 10.0.0.130 - - [2025-12-08 02:13:15] "POST /neutron/port HTTP/1.1" 200 1093 0.037472 10.0.0.130 - - [2025-12-08 02:13:15] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007363 10.0.0.130 - - [2025-12-08 02:13:16] "POST /service-instances HTTP/1.1" 200 672 0.095067 10.0.0.130 - - [2025-12-08 02:13:16] "POST /ref-update HTTP/1.1" 200 156 0.088402 10.0.0.130 - - [2025-12-08 02:13:16] "POST /route-tables HTTP/1.1" 200 584 0.049544 10.0.0.130 - - [2025-12-08 02:13:16] "PUT /logical-router/28a4d1a3-29b6-40ba-9767-2f365d306b33 HTTP/1.1" 200 263 0.043763 10.0.0.130 - - [2025-12-08 02:13:16] "POST /neutron/port HTTP/1.1" 200 1064 0.385576 10.0.0.130 - - [2025-12-08 02:13:16] "POST /ref-update HTTP/1.1" 200 156 0.035305 10.0.0.130 - - [2025-12-08 02:13:16] "POST /neutron/port HTTP/1.1" 200 1064 0.017126 10.0.0.130 - - [2025-12-08 02:13:16] "POST /neutron/port HTTP/1.1" 200 1064 0.007417 10.0.0.130 - - [2025-12-08 02:13:16] "POST /neutron/port HTTP/1.1" 200 1118 0.075558 10.0.0.130 - - [2025-12-08 02:13:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.007186 10.0.0.130 - - [2025-12-08 02:13:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002669 10.0.0.130 - - [2025-12-08 02:13:16] "POST /neutron/port HTTP/1.1" 200 1092 0.018129 10.0.0.130 - - [2025-12-08 02:13:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002885 10.0.0.130 - - [2025-12-08 02:13:16] "POST /virtual-machines HTTP/1.1" 200 554 0.014973 10.0.0.130 - - [2025-12-08 02:13:16] "POST /neutron/subnet HTTP/1.1" 200 703 0.006875 10.0.0.130 - - [2025-12-08 02:13:16] "POST /neutron/port HTTP/1.1" 200 117 0.001403 10.0.0.130 - - [2025-12-08 02:13:16] "POST /neutron/network HTTP/1.1" 200 835 0.006731 10.0.0.130 - - [2025-12-08 02:13:16] "POST /virtual-machine-interfaces HTTP/1.1" 200 814 0.091313 10.0.0.130 - - [2025-12-08 02:13:16] "POST /chown HTTP/1.1" 200 109 0.007047 10.0.0.130 - - [2025-12-08 02:13:16] "POST /instance-ips HTTP/1.1" 200 552 0.015995 10.0.0.130 - - [2025-12-08 02:13:16] "POST /instance-ips HTTP/1.1" 400 246 0.015563 10.0.0.130 - - [2025-12-08 02:13:16] "POST /chown HTTP/1.1" 200 109 0.011512 10.0.0.130 - - [2025-12-08 02:13:16] "PUT /virtual-machine-interface/079f87c7-2aef-4e01-a55b-91b1bad29bc8 HTTP/1.1" 200 285 0.010281 10.0.0.130 - - [2025-12-08 02:13:16] "PUT /instance-ip/d0904a22-bcdd-43b4-9e61-6c3274b30591 HTTP/1.1" 200 257 0.012682 10.0.0.130 - - [2025-12-08 02:13:17] "POST /ref-update HTTP/1.1" 200 156 0.010282 10.0.0.130 - - [2025-12-08 02:13:17] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.081755 10.0.0.130 - - [2025-12-08 02:13:17] "POST /chown HTTP/1.1" 200 109 0.007030 10.0.0.130 - - [2025-12-08 02:13:17] "POST /instance-ips HTTP/1.1" 200 550 0.025839 10.0.0.130 - - [2025-12-08 02:13:17] "POST /instance-ips HTTP/1.1" 400 316 0.012551 10.0.0.130 - - [2025-12-08 02:13:17] "POST /chown HTTP/1.1" 200 109 0.007763 10.0.0.130 - - [2025-12-08 02:13:17] "PUT /virtual-machine-interface/cee91cb3-1042-481a-81db-4927dbee2c6e HTTP/1.1" 200 285 0.011310 10.0.0.130 - - [2025-12-08 02:13:17] "PUT /instance-ip/5d8a44e9-fa43-4ca4-9a57-999a9c10fa98 HTTP/1.1" 200 257 0.011934 10.0.0.130 - - [2025-12-08 02:13:17] "POST /ref-update HTTP/1.1" 200 156 0.009558 10.0.0.130 - - [2025-12-08 02:13:17] "POST /ref-update HTTP/1.1" 200 156 0.008576 10.0.0.130 - - [2025-12-08 02:13:17] "PUT /routing-instance/22ef6434-c45f-4ac8-b751-d3e5842cbbca HTTP/1.1" 200 267 0.014754 10.0.0.130 - - [2025-12-08 02:13:17] "POST /ref-update HTTP/1.1" 200 156 0.021890 10.0.0.130 - - [2025-12-08 02:13:17] "POST /virtual-machines HTTP/1.1" 200 554 0.014331 10.0.0.130 - - [2025-12-08 02:13:17] "POST /virtual-machine-interfaces HTTP/1.1" 200 814 0.081126 10.0.0.130 - - [2025-12-08 02:13:17] "POST /chown HTTP/1.1" 200 109 0.007797 10.0.0.130 - - [2025-12-08 02:13:17] "POST /instance-ips HTTP/1.1" 400 246 0.014041 10.0.0.130 - - [2025-12-08 02:13:17] "POST /chown HTTP/1.1" 200 109 0.007905 10.0.0.130 - - [2025-12-08 02:13:18] "PUT /virtual-machine-interface/fb865b8b-2ff3-444d-8462-9af7caa6b482 HTTP/1.1" 200 285 0.010458 10.0.0.130 - - [2025-12-08 02:13:18] "PUT /instance-ip/d0904a22-bcdd-43b4-9e61-6c3274b30591 HTTP/1.1" 200 257 0.011518 10.0.0.130 - - [2025-12-08 02:13:18] "POST /ref-update HTTP/1.1" 200 156 0.010704 10.0.0.130 - - [2025-12-08 02:13:18] "POST /ref-update HTTP/1.1" 200 156 0.010273 10.0.0.130 - - [2025-12-08 02:13:18] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.087134 10.0.0.130 - - [2025-12-08 02:13:18] "POST /chown HTTP/1.1" 200 109 0.008001 10.0.0.130 - - [2025-12-08 02:13:18] "POST /instance-ips HTTP/1.1" 400 316 0.018073 10.0.0.130 - - [2025-12-08 02:13:18] "POST /chown HTTP/1.1" 200 109 0.006241 10.0.0.130 - - [2025-12-08 02:13:18] "PUT /virtual-machine-interface/540c94f4-19ac-4f10-8956-706aa5ae57f3 HTTP/1.1" 200 285 0.008602 10.0.0.130 - - [2025-12-08 02:13:18] "PUT /instance-ip/5d8a44e9-fa43-4ca4-9a57-999a9c10fa98 HTTP/1.1" 200 257 0.013521 10.0.0.130 - - [2025-12-08 02:13:18] "POST /ref-update HTTP/1.1" 200 156 0.008784 10.0.0.130 - - [2025-12-08 02:13:18] "POST /ref-update HTTP/1.1" 200 156 0.009332 10.0.0.130 - - [2025-12-08 02:13:21] "POST /neutron/port HTTP/1.1" 200 1093 0.009475 10.0.0.130 - - [2025-12-08 02:13:21] "POST /neutron/security_group HTTP/1.1" 200 2002 0.004913 10.0.0.130 - - [2025-12-08 02:13:21] "POST /neutron/port HTTP/1.1" 200 1093 0.009494 10.0.0.130 - - [2025-12-08 02:13:21] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005546 10.0.0.130 - - [2025-12-08 02:13:21] "POST /neutron/port HTTP/1.1" 200 1093 0.009873 10.0.0.130 - - [2025-12-08 02:13:21] "POST /neutron/security_group HTTP/1.1" 200 2002 0.004720 10.0.0.130 - - [2025-12-08 02:13:21] "GET /virtual-machine/aa942c18-1d7a-49b5-a61e-543b89e15d6f HTTP/1.1" 401 293 0.000405 10.0.0.130 - - [2025-12-08 02:13:21] "GET /virtual-machine/aa942c18-1d7a-49b5-a61e-543b89e15d6f HTTP/1.1" 200 1298 0.029140 10.0.0.130 - - [2025-12-08 02:13:21] "GET /virtual-machine-interface/f9acd5e4-8639-457b-95df-e3cbc6cc2fda HTTP/1.1" 200 2964 0.004536 10.0.0.130 - - [2025-12-08 02:13:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002928 10.0.0.130 - - [2025-12-08 02:13:21] "GET /global-vrouter-config/a6e10417-27c9-4d34-b977-7b7d3fa7e4f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002525 10.0.0.130 - - [2025-12-08 02:13:21] "GET /virtual-networks?parent_id=faf412fe-5acf-42af-9026-ea04adc7d6f5&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.002458 10.0.0.130 - - [2025-12-08 02:13:21] "GET /virtual-network/7848eb63-b4c5-432a-ba72-04670278aefa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004456 10.0.0.130 - - [2025-12-08 02:13:23] "POST /neutron/port HTTP/1.1" 200 1093 0.010102 10.0.0.130 - - [2025-12-08 02:13:23] "POST /neutron/security_group HTTP/1.1" 200 2002 0.004552 10.0.0.130 - - [2025-12-08 02:13:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002458 10.0.0.130 - - [2025-12-08 02:13:24] "GET /virtual-network/7848eb63-b4c5-432a-ba72-04670278aefa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004171 10.0.0.130 - - [2025-12-08 02:13:25] "POST /neutron/port HTTP/1.1" 200 1092 0.009082 10.0.0.130 - - [2025-12-08 02:13:25] "POST /neutron/security_group HTTP/1.1" 200 2002 0.004960 10.0.0.130 - - [2025-12-08 02:13:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002473 10.0.0.130 - - [2025-12-08 02:13:26] "GET /global-vrouter-config/a6e10417-27c9-4d34-b977-7b7d3fa7e4f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002627 10.0.0.130 - - [2025-12-08 02:13:26] "GET /virtual-networks?parent_id=faf412fe-5acf-42af-9026-ea04adc7d6f5&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.003839 10.0.0.130 - - [2025-12-08 02:13:27] "GET /virtual-network/7848eb63-b4c5-432a-ba72-04670278aefa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004452 10.0.0.130 - - [2025-12-08 02:13:27] "POST /neutron/port HTTP/1.1" 200 1092 0.011218 10.0.0.130 - - [2025-12-08 02:13:27] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006163 10.0.0.130 - - [2025-12-08 02:13:27] "POST /neutron/port HTTP/1.1" 200 1092 0.011014 10.0.0.130 - - [2025-12-08 02:13:27] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005501 10.0.0.130 - - [2025-12-08 02:13:27] "POST /neutron/port HTTP/1.1" 200 1092 0.010389 10.0.0.130 - - [2025-12-08 02:13:27] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006059 10.0.0.130 - - [2025-12-08 02:13:27] "GET /virtual-machine/4a9c4ae6-991f-4aea-9ba5-b93353ff4abb HTTP/1.1" 200 1297 0.004335 10.0.0.130 - - [2025-12-08 02:13:27] "GET /virtual-machine-interface/36eed7f8-3ca5-4515-a504-436b826c7afd HTTP/1.1" 200 2975 0.004120 10.0.0.130 - - [2025-12-08 02:13:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002467 10.0.0.130 - - [2025-12-08 02:13:27] "GET /global-vrouter-config/a6e10417-27c9-4d34-b977-7b7d3fa7e4f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003150 10.0.0.130 - - [2025-12-08 02:13:27] "GET /virtual-networks?parent_id=faf412fe-5acf-42af-9026-ea04adc7d6f5&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.002462 10.0.0.130 - - [2025-12-08 02:13:27] "GET /virtual-network/01d88da3-03ca-4954-bede-ea035f8c9a55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005575 10.0.0.130 - - [2025-12-08 02:13:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002537 10.0.0.130 - - [2025-12-08 02:13:28] "GET /global-vrouter-config/a6e10417-27c9-4d34-b977-7b7d3fa7e4f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002394 10.0.0.130 - - [2025-12-08 02:13:28] "GET /virtual-networks?parent_id=faf412fe-5acf-42af-9026-ea04adc7d6f5&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.002479 10.0.0.130 - - [2025-12-08 02:13:28] "GET /virtual-network/01d88da3-03ca-4954-bede-ea035f8c9a55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.004382 10.0.0.130 - - [2025-12-08 02:13:32] "POST /neutron/router HTTP/1.1" 200 656 0.003428 10.0.0.130 - - [2025-12-08 02:13:33] "POST /ref-update HTTP/1.1" 200 156 0.012647 10.0.0.130 - - [2025-12-08 02:13:33] "POST /neutron/router HTTP/1.1" 200 344 0.082269 10.0.0.130 - - [2025-12-08 02:13:33] "POST /neutron/router HTTP/1.1" 200 656 0.004008 10.0.0.130 - - [2025-12-08 02:13:33] "GET /logical-router/28a4d1a3-29b6-40ba-9767-2f365d306b33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1977 0.005154 10.0.0.130 - - [2025-12-08 02:13:33] "GET /service-instance/69c8f956-0456-403f-a276-be2a8074b672?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2318 0.003627 10.0.0.130 - - [2025-12-08 02:13:33] "POST /neutron/router HTTP/1.1" 200 151 0.046471 10.0.0.130 - - [2025-12-08 02:13:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002775 10.0.0.130 - - [2025-12-08 02:13:33] "DELETE /route-target/64c5df4e-dd61-47f0-82e5-da345306861b HTTP/1.1" 409 240 0.003941 10.0.0.130 - - [2025-12-08 02:13:33] "PUT /logical-router/28a4d1a3-29b6-40ba-9767-2f365d306b33 HTTP/1.1" 404 171 0.003799 10.0.0.130 - - [2025-12-08 02:13:33] "POST /ref-update HTTP/1.1" 200 156 0.053592 10.0.0.130 - - [2025-12-08 02:13:33] "DELETE /route-table/fc01d4e7-8c2e-48a9-b0fe-e47b448dfba3 HTTP/1.1" 200 115 0.074712 10.0.0.130 - - [2025-12-08 02:13:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004580 10.0.0.130 - - [2025-12-08 02:13:33] "PUT /routing-instance/22ef6434-c45f-4ac8-b751-d3e5842cbbca HTTP/1.1" 200 267 0.008569 10.0.0.130 - - [2025-12-08 02:13:33] "GET /virtual-network/05e9f73c-ef44-446b-acfb-0c0c11498687?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.012866 10.0.0.130 - - [2025-12-08 02:13:33] "POST /neutron/network HTTP/1.1" 200 835 0.006025 10.0.0.130 - - [2025-12-08 02:13:33] "POST /ref-update HTTP/1.1" 200 156 0.020294 10.0.0.130 - - [2025-12-08 02:13:33] "POST /neutron/network HTTP/1.1" 400 204 0.042645 10.0.0.130 - - [2025-12-08 02:13:33] "POST /ref-update HTTP/1.1" 200 156 0.010374 10.0.0.130 - - [2025-12-08 02:13:33] "DELETE /instance-ip/5d8a44e9-fa43-4ca4-9a57-999a9c10fa98 HTTP/1.1" 200 115 0.029541 10.0.0.130 - - [2025-12-08 02:13:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003323 10.0.0.130 - - [2025-12-08 02:13:33] "POST /useragent-kv HTTP/1.1" 200 115 0.002881 10.0.0.130 - - [2025-12-08 02:13:33] "POST /useragent-kv HTTP/1.1" 200 115 0.001532 10.0.0.130 - - [2025-12-08 02:13:33] "DELETE /virtual-network/05e9f73c-ef44-446b-acfb-0c0c11498687 HTTP/1.1" 200 115 0.113805 10.0.0.130 - - [2025-12-08 02:13:33] "DELETE /route-target/c851fbd2-c222-4e4b-a489-06c2b11ad3f4 HTTP/1.1" 200 115 0.028529 10.0.0.130 - - [2025-12-08 02:13:33] "DELETE /service-instance/69c8f956-0456-403f-a276-be2a8074b672 HTTP/1.1" 200 115 0.036186 10.0.0.130 - - [2025-12-08 02:13:33] "GET /logical-router/28a4d1a3-29b6-40ba-9767-2f365d306b33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002895 10.0.0.130 - - [2025-12-08 02:13:33] "POST /neutron/port HTTP/1.1" 200 1092 0.014082 10.0.0.130 - - [2025-12-08 02:13:33] "GET /service-instance/69c8f956-0456-403f-a276-be2a8074b672?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002193 10.0.0.130 - - [2025-12-08 02:13:33] "POST /neutron/port HTTP/1.1" 200 1118 0.010775 10.0.0.130 - - [2025-12-08 02:13:33] "GET /virtual-machine-interface/cee91cb3-1042-481a-81db-4927dbee2c6e?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1335 0.005138 10.0.0.130 - - [2025-12-08 02:13:33] "POST /neutron/port HTTP/1.1" 200 1093 0.020420 10.0.0.130 - - [2025-12-08 02:13:33] "POST /neutron/port HTTP/1.1" 200 1119 0.012901 10.0.0.130 - - [2025-12-08 02:13:33] "DELETE /virtual-machine-interface/cee91cb3-1042-481a-81db-4927dbee2c6e HTTP/1.1" 200 115 0.077102 10.0.0.130 - - [2025-12-08 02:13:33] "GET /virtual-machine-interface/079f87c7-2aef-4e01-a55b-91b1bad29bc8?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1655 0.004655 10.0.0.130 - - [2025-12-08 02:13:33] "POST /neutron/port HTTP/1.1" 200 151 0.207406 10.0.0.130 - - [2025-12-08 02:13:33] "POST /ref-update HTTP/1.1" 200 156 0.012578 10.0.0.130 - - [2025-12-08 02:13:34] "POST /neutron/port HTTP/1.1" 200 151 0.112364 10.0.0.130 - - [2025-12-08 02:13:34] "GET /instance-ip/d0904a22-bcdd-43b4-9e61-6c3274b30591?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2101 0.003309 10.0.0.130 - - [2025-12-08 02:13:34] "DELETE /virtual-machine-interface/079f87c7-2aef-4e01-a55b-91b1bad29bc8 HTTP/1.1" 200 115 0.050718 10.0.0.130 - - [2025-12-08 02:13:34] "POST /ref-update HTTP/1.1" 200 156 0.011636 10.0.0.130 - - [2025-12-08 02:13:34] "DELETE /virtual-machine/800c90a5-6717-4278-84a0-b7cf7e5eff50 HTTP/1.1" 200 115 0.018084 10.0.0.130 - - [2025-12-08 02:13:34] "GET /virtual-machine-interface/540c94f4-19ac-4f10-8956-706aa5ae57f3?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1334 0.005688 10.0.0.130 - - [2025-12-08 02:13:34] "DELETE /virtual-machine-interface/540c94f4-19ac-4f10-8956-706aa5ae57f3 HTTP/1.1" 200 115 0.028488 10.0.0.130 - - [2025-12-08 02:13:34] "GET /virtual-machine-interface/fb865b8b-2ff3-444d-8462-9af7caa6b482?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1656 0.005383 10.0.0.130 - - [2025-12-08 02:13:34] "POST /ref-update HTTP/1.1" 200 156 0.011244 10.0.0.130 - - [2025-12-08 02:13:34] "GET /instance-ip/d0904a22-bcdd-43b4-9e61-6c3274b30591?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1699 0.004653 10.0.0.130 - - [2025-12-08 02:13:34] "DELETE /instance-ip/d0904a22-bcdd-43b4-9e61-6c3274b30591 HTTP/1.1" 200 115 0.021942 10.0.0.130 - - [2025-12-08 02:13:34] "DELETE /virtual-machine-interface/fb865b8b-2ff3-444d-8462-9af7caa6b482 HTTP/1.1" 200 115 0.029329 10.0.0.130 - - [2025-12-08 02:13:34] "DELETE /virtual-machine/c1542293-e001-45b9-9aa6-f25ec71abdb0 HTTP/1.1" 200 115 0.020967 10.0.0.130 - - [2025-12-08 02:13:35] "POST /neutron/network HTTP/1.1" 200 835 0.004466 10.0.0.130 - - [2025-12-08 02:13:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003541 10.0.0.130 - - [2025-12-08 02:13:35] "POST /useragent-kv HTTP/1.1" 200 115 0.002539 10.0.0.130 - - [2025-12-08 02:13:35] "POST /useragent-kv HTTP/1.1" 200 115 0.001574 10.0.0.130 - - [2025-12-08 02:13:35] "POST /neutron/network HTTP/1.1" 200 151 0.067068 10.0.0.130 - - [2025-12-08 02:13:35] "DELETE /route-target/4c129939-4282-453c-ab6b-e74840b157f3 HTTP/1.1" 200 115 0.017364 10.0.0.130 - - [2025-12-08 02:13:35] "POST /neutron/network HTTP/1.1" 200 829 0.004721 10.0.0.130 - - [2025-12-08 02:13:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002780 10.0.0.130 - - [2025-12-08 02:13:35] "POST /useragent-kv HTTP/1.1" 200 115 0.002607 10.0.0.130 - - [2025-12-08 02:13:35] "POST /useragent-kv HTTP/1.1" 200 115 0.003600 10.0.0.130 - - [2025-12-08 02:13:35] "POST /neutron/network HTTP/1.1" 200 151 0.069408 10.0.0.130 - - [2025-12-08 02:13:35] "DELETE /route-target/39c0e87e-3aad-424f-97ae-97f2e9026b6f HTTP/1.1" 200 115 0.019624 10.0.0.130 - - [2025-12-08 02:13:35] "GET /projects?obj_uuids=faf412fe-5acf-42af-9026-ea04adc7d6f5&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000924 10.0.0.130 - - [2025-12-08 02:13:35] "GET /project/faf412fe-5acf-42af-9026-ea04adc7d6f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.021001 10.0.0.130 - - [2025-12-08 02:13:35] "GET /projects?obj_uuids=faf412fe-5acf-42af-9026-ea04adc7d6f5&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001216 10.0.0.130 - - [2025-12-08 02:13:35] "GET /project/faf412fe-5acf-42af-9026-ea04adc7d6f5?fields=virtual_networks HTTP/1.1" 200 1041 0.065334 10.0.0.130 - - [2025-12-08 02:13:35] "GET /projects?obj_uuids=faf412fe-5acf-42af-9026-ea04adc7d6f5&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000991 10.0.0.130 - - [2025-12-08 02:13:36] "GET /project/faf412fe-5acf-42af-9026-ea04adc7d6f5?fields=virtual_machine_interfaces HTTP/1.1" 200 1041 0.020670 10.0.0.130 - - [2025-12-08 02:13:36] "GET /projects?obj_uuids=faf412fe-5acf-42af-9026-ea04adc7d6f5&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001011 10.0.0.130 - - [2025-12-08 02:13:36] "GET /project/faf412fe-5acf-42af-9026-ea04adc7d6f5?fields=security_groups HTTP/1.1" 200 1271 0.023080 10.0.0.130 - - [2025-12-08 02:13:36] "POST /fqname-to-id HTTP/1.1" 404 196 0.026905 10.0.0.130 - - [2025-12-08 02:13:36] "GET /projects?obj_uuids=b86bd080-563a-4c31-ba0b-8e688ed0c849&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002047 10.0.0.130 - - [2025-12-08 02:13:36] "GET /domains?obj_uuids=89255e1c-530c-49a5-b275-cafa7847f34c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000933 10.0.0.130 - - [2025-12-08 02:13:36] "GET /domain/89255e1c-530c-49a5-b275-cafa7847f34c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006029 10.0.0.130 - - [2025-12-08 02:13:37] "POST /id-to-fqname HTTP/1.1" 200 198 0.001102 10.0.0.130 - - [2025-12-08 02:13:37] "POST /fqname-to-id HTTP/1.1" 404 207 0.003577 10.0.0.130 - - [2025-12-08 02:13:37] "POST /security-groups HTTP/1.1" 200 599 0.060424 10.0.0.130 - - [2025-12-08 02:13:37] "POST /fqname-to-id HTTP/1.1" 404 242 0.003768 10.0.0.130 - - [2025-12-08 02:13:37] "POST /projects HTTP/1.1" 200 601 0.210523 10.0.0.130 - - [2025-12-08 02:13:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.245627 10.0.0.130 - - [2025-12-08 02:13:37] "POST /access-control-lists HTTP/1.1" 200 606 0.054540 10.0.0.130 - - [2025-12-08 02:13:37] "GET /project/b86bd080-563a-4c31-ba0b-8e688ed0c849?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.360832 10.0.0.130 - - [2025-12-08 02:13:37] "POST /fqname-to-id HTTP/1.1" 404 241 0.002593 10.0.0.130 - - [2025-12-08 02:13:37] "POST /access-control-lists HTTP/1.1" 200 604 0.056005 10.0.0.130 - - [2025-12-08 02:13:38] "GET / HTTP/1.1" 200 36215 0.002705 10.0.0.130 - - [2025-12-08 02:13:38] "POST /fqname-to-id HTTP/1.1" 401 293 0.000427 10.0.0.130 - - [2025-12-08 02:13:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.052014 10.0.0.130 - - [2025-12-08 02:13:39] "GET /projects?obj_uuids=b86bd080-563a-4c31-ba0b-8e688ed0c849&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001078 10.0.0.130 - - [2025-12-08 02:13:39] "GET /project/b86bd080-563a-4c31-ba0b-8e688ed0c849?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.025378 10.0.0.130 - - [2025-12-08 02:13:39] "POST /neutron/network HTTP/1.1" 200 117 0.028540 10.0.0.130 - - [2025-12-08 02:13:39] "GET /projects?obj_uuids=b86bd080-563a-4c31-ba0b-8e688ed0c849&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001184 10.0.0.130 - - [2025-12-08 02:13:39] "POST /neutron/network HTTP/1.1" 200 613 0.062414 10.0.0.130 - - [2025-12-08 02:13:39] "POST /route-targets HTTP/1.1" 200 328 0.009183 10.0.0.130 - - [2025-12-08 02:13:39] "POST /ref-update HTTP/1.1" 200 156 0.010046 10.0.0.130 - - [2025-12-08 02:13:39] "POST /useragent-kv HTTP/1.1" 200 115 0.003270 10.0.0.130 - - [2025-12-08 02:13:39] "POST /neutron/subnet HTTP/1.1" 200 725 0.162827 10.0.0.130 - - [2025-12-08 02:13:39] "POST /fqname-to-id HTTP/1.1" 401 293 0.000349 10.0.0.130 - - [2025-12-08 02:13:39] "POST /useragent-kv HTTP/1.1" 200 115 0.003915 10.0.0.130 - - [2025-12-08 02:13:39] "POST /neutron/subnet HTTP/1.1" 200 828 0.175594 10.0.0.130 - - [2025-12-08 02:13:39] "POST /neutron/network HTTP/1.1" 200 1006 0.006409 10.0.0.130 - - [2025-12-08 02:13:39] "POST /id-to-fqname HTTP/1.1" 200 228 0.000991 10.0.0.130 - - [2025-12-08 02:13:39] "GET /virtual-network/b9208d06-0365-4318-967f-80db04dbcd3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.003968 10.0.0.130 - - [2025-12-08 02:13:39] "POST /neutron/network HTTP/1.1" 200 1006 0.006243 10.0.0.130 - - [2025-12-08 02:13:39] "GET /virtual-network/b9208d06-0365-4318-967f-80db04dbcd3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.005425 10.0.0.130 - - [2025-12-08 02:13:40] "POST /neutron/network HTTP/1.1" 200 1006 0.006100 10.0.0.130 - - [2025-12-08 02:13:40] "POST /neutron/subnet HTTP/1.1" 200 725 0.005885 10.0.0.130 - - [2025-12-08 02:13:40] "POST /neutron/subnet HTTP/1.1" 200 828 0.005782 10.0.0.130 - - [2025-12-08 02:13:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.001844 10.0.0.130 - - [2025-12-08 02:13:40] "GET /projects?obj_uuids=b86bd080-563a-4c31-ba0b-8e688ed0c849&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001116 10.0.0.130 - - [2025-12-08 02:13:40] "GET /project/b86bd080-563a-4c31-ba0b-8e688ed0c849?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.020889 10.0.0.130 - - [2025-12-08 02:13:40] "POST /neutron/network HTTP/1.1" 200 117 0.011559 10.0.0.130 - - [2025-12-08 02:13:40] "GET /projects?obj_uuids=b86bd080-563a-4c31-ba0b-8e688ed0c849&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000833 10.0.0.130 - - [2025-12-08 02:13:40] "POST /fqname-to-id HTTP/1.1" 404 207 0.026993 10.0.0.130 - - [2025-12-08 02:13:40] "POST /neutron/network HTTP/1.1" 200 613 0.058353 10.0.0.130 - - [2025-12-08 02:13:40] "POST /route-targets HTTP/1.1" 200 328 0.011238 10.0.0.130 - - [2025-12-08 02:13:40] "POST /ref-update HTTP/1.1" 200 156 0.015291 10.0.0.130 - - [2025-12-08 02:13:40] "POST /useragent-kv HTTP/1.1" 200 115 0.003382 10.0.0.130 - - [2025-12-08 02:13:40] "POST /neutron/subnet HTTP/1.1" 200 724 0.167876 10.0.0.130 - - [2025-12-08 02:13:40] "POST /fqname-to-id HTTP/1.1" 404 207 0.006163 10.0.0.130 - - [2025-12-08 02:13:40] "POST /useragent-kv HTTP/1.1" 200 115 0.002254 10.0.0.130 - - [2025-12-08 02:13:40] "POST /neutron/subnet HTTP/1.1" 200 828 0.135855 10.0.0.130 - - [2025-12-08 02:13:40] "POST /neutron/network HTTP/1.1" 200 1006 0.005598 10.0.0.130 - - [2025-12-08 02:13:40] "POST /id-to-fqname HTTP/1.1" 200 228 0.001029 10.0.0.130 - - [2025-12-08 02:13:40] "GET /virtual-network/74fb1780-8ec0-479b-8424-d2d4d727677e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.004467 10.0.0.130 - - [2025-12-08 02:13:40] "POST /neutron/network HTTP/1.1" 200 1006 0.006060 10.0.0.130 - - [2025-12-08 02:13:40] "GET /virtual-network/74fb1780-8ec0-479b-8424-d2d4d727677e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.003906 10.0.0.130 - - [2025-12-08 02:13:40] "POST /neutron/network HTTP/1.1" 200 1006 0.005947 10.0.0.130 - - [2025-12-08 02:13:40] "POST /neutron/subnet HTTP/1.1" 200 724 0.005247 10.0.0.130 - - [2025-12-08 02:13:40] "POST /neutron/subnet HTTP/1.1" 200 828 0.006186 10.0.0.130 - - [2025-12-08 02:13:40] "POST /fqname-to-id HTTP/1.1" 404 234 0.001800 10.0.0.130 - - [2025-12-08 02:13:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.001777 10.0.0.130 - - [2025-12-08 02:13:40] "GET /projects?obj_uuids=b86bd080-563a-4c31-ba0b-8e688ed0c849&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000888 10.0.0.130 - - [2025-12-08 02:13:40] "GET /project/b86bd080-563a-4c31-ba0b-8e688ed0c849?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.025866 10.0.0.130 - - [2025-12-08 02:13:40] "POST /network-policys HTTP/1.1" 200 579 0.065091 10.0.0.130 - - [2025-12-08 02:13:41] "GET /network-policy/b4149ab8-24f1-400b-98af-914c17df0dc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3131 0.004621 10.0.0.130 - - [2025-12-08 02:13:41] "POST /neutron/network HTTP/1.1" 200 1006 0.005728 10.0.0.130 - - [2025-12-08 02:13:41] "POST /fqname-to-id HTTP/1.1" 404 242 0.002718 10.0.0.130 - - [2025-12-08 02:13:41] "POST /fqname-to-id HTTP/1.1" 404 207 0.003999 10.0.0.130 - - [2025-12-08 02:13:41] "POST /neutron/network HTTP/1.1" 200 1114 0.038833 10.0.0.130 - - [2025-12-08 02:13:41] "POST /access-control-lists HTTP/1.1" 200 598 0.064139 10.0.0.130 - - [2025-12-08 02:13:41] "POST /neutron/network HTTP/1.1" 200 1114 0.044862 10.0.0.130 - - [2025-12-08 02:13:41] "GET /virtual-network/b9208d06-0365-4318-967f-80db04dbcd3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2969 0.004580 10.0.0.130 - - [2025-12-08 02:13:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002005 10.0.0.130 - - [2025-12-08 02:13:41] "GET /network-policy/b4149ab8-24f1-400b-98af-914c17df0dc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3131 0.003063 10.0.0.130 - - [2025-12-08 02:13:41] "POST /neutron/network HTTP/1.1" 200 1006 0.005985 10.0.0.130 - - [2025-12-08 02:13:41] "POST /fqname-to-id HTTP/1.1" 404 207 0.004428 10.0.0.130 - - [2025-12-08 02:13:41] "POST /fqname-to-id HTTP/1.1" 404 242 0.002422 10.0.0.130 - - [2025-12-08 02:13:41] "POST /neutron/network HTTP/1.1" 200 1114 0.037863 10.0.0.130 - - [2025-12-08 02:13:41] "POST /access-control-lists HTTP/1.1" 200 598 0.061388 10.0.0.130 - - [2025-12-08 02:13:41] "POST /neutron/network HTTP/1.1" 200 1114 0.047449 10.0.0.130 - - [2025-12-08 02:13:41] "GET /virtual-network/74fb1780-8ec0-479b-8424-d2d4d727677e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.004151 10.0.0.130 - - [2025-12-08 02:13:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.001975 10.0.0.130 - - [2025-12-08 02:13:41] "POST /ref-update HTTP/1.1" 200 156 0.009471 10.0.0.130 - - [2025-12-08 02:13:41] "GET /network-policy/b4149ab8-24f1-400b-98af-914c17df0dc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3131 0.003318 10.0.0.130 - - [2025-12-08 02:13:41] "GET /domains HTTP/1.1" 401 293 0.000346 10.0.0.130 - - [2025-12-08 02:13:41] "PUT /access-control-list/9dd8a951-dfea-4c67-a2fd-c8a172938144 HTTP/1.1" 200 273 0.050860 10.0.0.130 - - [2025-12-08 02:13:41] "GET /domains HTTP/1.1" 200 281 0.027856 10.0.0.130 - - [2025-12-08 02:13:41] "GET /domains?obj_uuids=89255e1c-530c-49a5-b275-cafa7847f34c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001202 10.0.0.130 - - [2025-12-08 02:13:41] "GET /domain/89255e1c-530c-49a5-b275-cafa7847f34c HTTP/1.1" 200 2966 0.007225 10.0.0.130 - - [2025-12-08 02:13:41] "GET /projects?obj_uuids=b86bd080-563a-4c31-ba0b-8e688ed0c849&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000834 10.0.0.130 - - [2025-12-08 02:13:41] "GET /project/b86bd080-563a-4c31-ba0b-8e688ed0c849 HTTP/1.1" 200 2634 0.068932 10.0.0.130 - - [2025-12-08 02:13:41] "GET /virtual-network/b9208d06-0365-4318-967f-80db04dbcd3e HTTP/1.1" 200 3513 0.005494 10.0.0.130 - - [2025-12-08 02:13:41] "GET /virtual-network/b9208d06-0365-4318-967f-80db04dbcd3e HTTP/1.1" 200 3513 0.003829 10.0.0.130 - - [2025-12-08 02:13:41] "GET /routing-instance/7389110e-f27a-45a8-ac26-85c99e63168e HTTP/1.1" 200 1799 0.002590 10.0.0.130 - - [2025-12-08 02:13:41] "GET /routing-instance/7389110e-f27a-45a8-ac26-85c99e63168e HTTP/1.1" 200 1799 0.002630 10.0.0.130 - - [2025-12-08 02:13:41] "GET /route-target/d3d69674-e294-4b26-99c0-da18e53d0bde HTTP/1.1" 200 1215 0.002774 10.0.0.130 - - [2025-12-08 02:13:41] "GET /virtual-network/b9208d06-0365-4318-967f-80db04dbcd3e HTTP/1.1" 200 3513 0.003683 10.0.0.130 - - [2025-12-08 02:13:41] "GET /routing-instance/7389110e-f27a-45a8-ac26-85c99e63168e HTTP/1.1" 200 1799 0.002695 10.0.0.130 - - [2025-12-08 02:13:41] "GET /virtual-network/b9208d06-0365-4318-967f-80db04dbcd3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2969 0.003716 10.0.0.130 - - [2025-12-08 02:13:41] "GET /virtual-network/b9208d06-0365-4318-967f-80db04dbcd3e HTTP/1.1" 200 3513 0.003938 10.0.0.130 - - [2025-12-08 02:13:41] "GET /routing-instance/7389110e-f27a-45a8-ac26-85c99e63168e HTTP/1.1" 200 1799 0.002703 10.0.0.130 - - [2025-12-08 02:13:41] "GET /routing-instance/7389110e-f27a-45a8-ac26-85c99e63168e HTTP/1.1" 200 1799 0.002559 10.0.0.130 - - [2025-12-08 02:13:41] "GET /route-target/d3d69674-e294-4b26-99c0-da18e53d0bde HTTP/1.1" 200 1215 0.002512 10.0.0.130 - - [2025-12-08 02:13:42] "GET /domains HTTP/1.1" 200 281 0.002471 10.0.0.130 - - [2025-12-08 02:13:42] "GET /domains?obj_uuids=89255e1c-530c-49a5-b275-cafa7847f34c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000931 10.0.0.130 - - [2025-12-08 02:13:42] "GET /domain/89255e1c-530c-49a5-b275-cafa7847f34c HTTP/1.1" 200 2966 0.007239 10.0.0.130 - - [2025-12-08 02:13:42] "GET /projects?obj_uuids=b86bd080-563a-4c31-ba0b-8e688ed0c849&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000773 10.0.0.130 - - [2025-12-08 02:13:42] "GET /project/b86bd080-563a-4c31-ba0b-8e688ed0c849 HTTP/1.1" 200 2634 0.065544 10.0.0.130 - - [2025-12-08 02:13:42] "GET /virtual-network/b9208d06-0365-4318-967f-80db04dbcd3e HTTP/1.1" 200 3513 0.004299 10.0.0.130 - - [2025-12-08 02:13:42] "GET /obj-perms HTTP/1.1" 200 5065 0.057112 10.0.0.130 - - [2025-12-08 02:13:42] "GET /domains HTTP/1.1" 200 281 0.002735 10.0.0.130 - - [2025-12-08 02:13:42] "GET /domains?obj_uuids=89255e1c-530c-49a5-b275-cafa7847f34c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000895 10.0.0.130 - - [2025-12-08 02:13:42] "GET /domain/89255e1c-530c-49a5-b275-cafa7847f34c HTTP/1.1" 200 2966 0.005905 10.0.0.130 - - [2025-12-08 02:13:42] "GET /projects?obj_uuids=b86bd080-563a-4c31-ba0b-8e688ed0c849&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000789 10.0.0.130 - - [2025-12-08 02:13:42] "GET /project/b86bd080-563a-4c31-ba0b-8e688ed0c849 HTTP/1.1" 200 2634 0.063159 10.0.0.130 - - [2025-12-08 02:13:42] "GET /virtual-network/74fb1780-8ec0-479b-8424-d2d4d727677e HTTP/1.1" 200 3511 0.007827 10.0.0.130 - - [2025-12-08 02:13:42] "GET /virtual-network/74fb1780-8ec0-479b-8424-d2d4d727677e HTTP/1.1" 200 3511 0.003912 10.0.0.130 - - [2025-12-08 02:13:42] "GET /routing-instance/9c45d1db-8d77-450b-8859-a6f1c1d2fe94 HTTP/1.1" 200 1799 0.003286 10.0.0.130 - - [2025-12-08 02:13:42] "GET /routing-instance/9c45d1db-8d77-450b-8859-a6f1c1d2fe94 HTTP/1.1" 200 1799 0.003004 10.0.0.130 - - [2025-12-08 02:13:42] "GET /route-target/816b43cc-b21f-412e-90b3-3bdaea848dc0 HTTP/1.1" 200 1214 0.002897 10.0.0.130 - - [2025-12-08 02:13:42] "GET /virtual-network/74fb1780-8ec0-479b-8424-d2d4d727677e HTTP/1.1" 200 3511 0.003747 10.0.0.130 - - [2025-12-08 02:13:42] "GET /routing-instance/9c45d1db-8d77-450b-8859-a6f1c1d2fe94 HTTP/1.1" 200 1799 0.002650 10.0.0.130 - - [2025-12-08 02:13:42] "GET /virtual-network/74fb1780-8ec0-479b-8424-d2d4d727677e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.004006 10.0.0.130 - - [2025-12-08 02:13:42] "GET /virtual-network/74fb1780-8ec0-479b-8424-d2d4d727677e HTTP/1.1" 200 3511 0.005338 10.0.0.130 - - [2025-12-08 02:13:42] "GET /routing-instance/9c45d1db-8d77-450b-8859-a6f1c1d2fe94 HTTP/1.1" 200 1799 0.002781 10.0.0.130 - - [2025-12-08 02:13:42] "GET /routing-instance/9c45d1db-8d77-450b-8859-a6f1c1d2fe94 HTTP/1.1" 200 1799 0.005334 10.0.0.130 - - [2025-12-08 02:13:42] "GET /route-target/816b43cc-b21f-412e-90b3-3bdaea848dc0 HTTP/1.1" 200 1214 0.002684 10.0.0.130 - - [2025-12-08 02:13:42] "GET /domains HTTP/1.1" 200 281 0.002221 10.0.0.130 - - [2025-12-08 02:13:42] "GET /domains?obj_uuids=89255e1c-530c-49a5-b275-cafa7847f34c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000914 10.0.0.130 - - [2025-12-08 02:13:42] "GET /domain/89255e1c-530c-49a5-b275-cafa7847f34c HTTP/1.1" 200 2966 0.005587 10.0.0.130 - - [2025-12-08 02:13:42] "GET /projects?obj_uuids=b86bd080-563a-4c31-ba0b-8e688ed0c849&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000755 10.0.0.130 - - [2025-12-08 02:13:42] "GET /project/b86bd080-563a-4c31-ba0b-8e688ed0c849 HTTP/1.1" 200 2634 0.063037 10.0.0.130 - - [2025-12-08 02:13:42] "GET /virtual-network/74fb1780-8ec0-479b-8424-d2d4d727677e HTTP/1.1" 200 3511 0.004973 10.0.0.130 - - [2025-12-08 02:13:42] "GET /obj-perms HTTP/1.1" 200 5065 0.002345 10.0.0.130 - - [2025-12-08 02:13:42] "GET /virtual-network/74fb1780-8ec0-479b-8424-d2d4d727677e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.004464 10.0.0.130 - - [2025-12-08 02:13:42] "POST /neutron/network HTTP/1.1" 200 1114 0.012537 10.0.0.130 - - [2025-12-08 02:13:42] "POST /fqname-to-id HTTP/1.1" 404 207 0.012918 10.0.0.130 - - [2025-12-08 02:13:42] "POST /neutron/network HTTP/1.1" 200 1006 0.081770 10.0.0.130 - - [2025-12-08 02:13:42] "DELETE /access-control-list/5699e921-323d-446f-983f-dfbc6ed57736 HTTP/1.1" 200 115 0.066932 10.0.0.130 - - [2025-12-08 02:13:42] "POST /neutron/network HTTP/1.1" 200 1006 0.010266 10.0.0.130 - - [2025-12-08 02:13:42] "POST /ref-update HTTP/1.1" 200 156 0.011305 10.0.0.130 - - [2025-12-08 02:13:42] "GET /virtual-network/74fb1780-8ec0-479b-8424-d2d4d727677e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.010061 10.0.0.130 - - [2025-12-08 02:13:42] "GET /virtual-network/b9208d06-0365-4318-967f-80db04dbcd3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2969 0.006480 10.0.0.130 - - [2025-12-08 02:13:42] "POST /neutron/network HTTP/1.1" 200 1114 0.009189 10.0.0.130 - - [2025-12-08 02:13:43] "POST /fqname-to-id HTTP/1.1" 404 207 0.006006 10.0.0.130 - - [2025-12-08 02:13:43] "POST /neutron/network HTTP/1.1" 200 1006 0.041053 10.0.0.130 - - [2025-12-08 02:13:43] "DELETE /access-control-list/9dd8a951-dfea-4c67-a2fd-c8a172938144 HTTP/1.1" 200 115 0.022938 10.0.0.130 - - [2025-12-08 02:13:43] "POST /ref-update HTTP/1.1" 200 156 0.010451 10.0.0.130 - - [2025-12-08 02:13:43] "POST /neutron/network HTTP/1.1" 200 1006 0.008730 10.0.0.130 - - [2025-12-08 02:13:43] "GET /virtual-network/b9208d06-0365-4318-967f-80db04dbcd3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.003968 10.0.0.130 - - [2025-12-08 02:13:43] "DELETE /network-policy/b4149ab8-24f1-400b-98af-914c17df0dc7 HTTP/1.1" 200 115 0.018528 10.0.0.130 - - [2025-12-08 02:13:43] "POST /neutron/network HTTP/1.1" 200 1006 0.005901 10.0.0.130 - - [2025-12-08 02:13:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003849 10.0.0.130 - - [2025-12-08 02:13:43] "POST /useragent-kv HTTP/1.1" 200 115 0.002607 10.0.0.130 - - [2025-12-08 02:13:43] "POST /useragent-kv HTTP/1.1" 200 115 0.001452 10.0.0.130 - - [2025-12-08 02:13:43] "POST /useragent-kv HTTP/1.1" 200 115 0.001682 10.0.0.130 - - [2025-12-08 02:13:43] "POST /useragent-kv HTTP/1.1" 200 115 0.001270 10.0.0.130 - - [2025-12-08 02:13:43] "POST /neutron/network HTTP/1.1" 200 151 0.071800 10.0.0.130 - - [2025-12-08 02:13:43] "DELETE /route-target/816b43cc-b21f-412e-90b3-3bdaea848dc0 HTTP/1.1" 200 115 0.019239 10.0.0.130 - - [2025-12-08 02:13:43] "GET /routing-instance/9c45d1db-8d77-450b-8859-a6f1c1d2fe94 HTTP/1.1" 404 171 0.001966 10.0.0.130 - - [2025-12-08 02:13:43] "GET /domains HTTP/1.1" 200 281 0.002065 10.0.0.130 - - [2025-12-08 02:13:43] "GET /domains?obj_uuids=89255e1c-530c-49a5-b275-cafa7847f34c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000769 10.0.0.130 - - [2025-12-08 02:13:43] "GET /domain/89255e1c-530c-49a5-b275-cafa7847f34c HTTP/1.1" 200 2966 0.047204 10.0.0.130 - - [2025-12-08 02:13:43] "GET /projects?obj_uuids=b86bd080-563a-4c31-ba0b-8e688ed0c849&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001304 10.0.0.130 - - [2025-12-08 02:13:43] "GET /project/b86bd080-563a-4c31-ba0b-8e688ed0c849 HTTP/1.1" 200 2152 0.067751 10.0.0.130 - - [2025-12-08 02:13:43] "POST /neutron/network HTTP/1.1" 200 1006 0.007042 10.0.0.130 - - [2025-12-08 02:13:43] "POST /useragent-kv HTTP/1.1" 200 115 0.002948 10.0.0.130 - - [2025-12-08 02:13:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004090 10.0.0.130 - - [2025-12-08 02:13:43] "POST /useragent-kv HTTP/1.1" 200 115 0.002345 10.0.0.130 - - [2025-12-08 02:13:43] "POST /useragent-kv HTTP/1.1" 200 115 0.002335 10.0.0.130 - - [2025-12-08 02:13:43] "POST /useragent-kv HTTP/1.1" 200 115 0.002046 10.0.0.130 - - [2025-12-08 02:13:43] "POST /neutron/network HTTP/1.1" 200 151 0.078650 10.0.0.130 - - [2025-12-08 02:13:43] "DELETE /route-target/d3d69674-e294-4b26-99c0-da18e53d0bde HTTP/1.1" 200 115 0.021957 10.0.0.130 - - [2025-12-08 02:13:43] "GET /routing-instance/7389110e-f27a-45a8-ac26-85c99e63168e HTTP/1.1" 404 171 0.002496 10.0.0.130 - - [2025-12-08 02:13:43] "GET /domains HTTP/1.1" 200 281 0.001975 10.0.0.130 - - [2025-12-08 02:13:43] "GET /domains?obj_uuids=89255e1c-530c-49a5-b275-cafa7847f34c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000798 10.0.0.130 - - [2025-12-08 02:13:43] "GET /domain/89255e1c-530c-49a5-b275-cafa7847f34c HTTP/1.1" 200 2966 0.046642 10.0.0.130 - - [2025-12-08 02:13:43] "GET /projects?obj_uuids=b86bd080-563a-4c31-ba0b-8e688ed0c849&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001436 10.0.0.130 - - [2025-12-08 02:13:43] "GET /project/b86bd080-563a-4c31-ba0b-8e688ed0c849 HTTP/1.1" 200 1906 0.063937 10.0.0.130 - - [2025-12-08 02:13:43] "GET /projects?obj_uuids=b86bd080-563a-4c31-ba0b-8e688ed0c849&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000914 10.0.0.130 - - [2025-12-08 02:13:43] "GET /project/b86bd080-563a-4c31-ba0b-8e688ed0c849?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.018642 10.0.0.130 - - [2025-12-08 02:13:43] "GET /projects?obj_uuids=b86bd080-563a-4c31-ba0b-8e688ed0c849&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000914 10.0.0.130 - - [2025-12-08 02:13:43] "GET /project/b86bd080-563a-4c31-ba0b-8e688ed0c849?fields=virtual_networks HTTP/1.1" 200 1051 0.064262 10.0.0.130 - - [2025-12-08 02:13:43] "GET /projects?obj_uuids=b86bd080-563a-4c31-ba0b-8e688ed0c849&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000933 10.0.0.130 - - [2025-12-08 02:13:43] "GET /project/b86bd080-563a-4c31-ba0b-8e688ed0c849?fields=virtual_machine_interfaces HTTP/1.1" 200 1051 0.020747 10.0.0.130 - - [2025-12-08 02:13:44] "GET /projects?obj_uuids=b86bd080-563a-4c31-ba0b-8e688ed0c849&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000967 10.0.0.130 - - [2025-12-08 02:13:44] "GET /project/b86bd080-563a-4c31-ba0b-8e688ed0c849?fields=security_groups HTTP/1.1" 200 1286 0.019325 10.0.0.130 - - [2025-12-08 02:13:44] "POST /fqname-to-id HTTP/1.1" 404 204 0.023570 10.0.0.130 - - [2025-12-08 02:13:44] "GET /projects?obj_uuids=a54428e4-a324-46ea-b34b-28c1a196b8f6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002069 10.0.0.130 - - [2025-12-08 02:13:44] "GET /domains?obj_uuids=89255e1c-530c-49a5-b275-cafa7847f34c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000874 10.0.0.130 - - [2025-12-08 02:13:44] "GET /domain/89255e1c-530c-49a5-b275-cafa7847f34c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006074 10.0.0.130 - - [2025-12-08 02:13:45] "POST /id-to-fqname HTTP/1.1" 200 206 0.001035 10.0.0.130 - - [2025-12-08 02:13:45] "POST /fqname-to-id HTTP/1.1" 404 215 0.001893 10.0.0.130 - - [2025-12-08 02:13:45] "POST /security-groups HTTP/1.1" 200 607 0.108391 10.0.0.130 - - [2025-12-08 02:13:45] "POST /fqname-to-id HTTP/1.1" 404 250 0.002078 10.0.0.130 - - [2025-12-08 02:13:45] "POST /projects HTTP/1.1" 200 617 0.260306 10.0.0.130 - - [2025-12-08 02:13:45] "POST /access-control-lists HTTP/1.1" 200 614 0.070195 10.0.0.130 - - [2025-12-08 02:13:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.340567 10.0.0.130 - - [2025-12-08 02:13:45] "POST /fqname-to-id HTTP/1.1" 404 249 0.002540 10.0.0.130 - - [2025-12-08 02:13:45] "GET /project/a54428e4-a324-46ea-b34b-28c1a196b8f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1431 0.454339 10.0.0.130 - - [2025-12-08 02:13:45] "POST /access-control-lists HTTP/1.1" 200 612 0.060499 10.0.0.130 - - [2025-12-08 02:13:46] "GET / HTTP/1.1" 200 36215 0.002078 10.0.0.130 - - [2025-12-08 02:13:47] "POST /fqname-to-id HTTP/1.1" 401 293 0.000441 10.0.0.130 - - [2025-12-08 02:13:47] "POST /fqname-to-id HTTP/1.1" 404 233 0.056218 10.0.0.130 - - [2025-12-08 02:13:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002177 10.0.0.130 - - [2025-12-08 02:13:47] "GET /projects?obj_uuids=a54428e4-a324-46ea-b34b-28c1a196b8f6&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000952 10.0.0.130 - - [2025-12-08 02:13:47] "GET /project/a54428e4-a324-46ea-b34b-28c1a196b8f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1431 0.023922 10.0.0.130 - - [2025-12-08 02:13:47] "POST /network-policys HTTP/1.1" 200 569 0.060627 10.0.0.130 - - [2025-12-08 02:13:47] "GET /network-policy/eac45c1f-0df2-4a64-80a3-4065adfd140f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3155 0.004152 10.0.0.130 - - [2025-12-08 02:13:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002399 10.0.0.130 - - [2025-12-08 02:13:47] "GET /projects?obj_uuids=a54428e4-a324-46ea-b34b-28c1a196b8f6&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001283 10.0.0.130 - - [2025-12-08 02:13:47] "GET /project/a54428e4-a324-46ea-b34b-28c1a196b8f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1431 0.023557 10.0.0.130 - - [2025-12-08 02:13:48] "POST /neutron/network HTTP/1.1" 200 117 0.030633 10.0.0.130 - - [2025-12-08 02:13:48] "GET /projects?obj_uuids=a54428e4-a324-46ea-b34b-28c1a196b8f6&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000856 10.0.0.130 - - [2025-12-08 02:13:48] "POST /neutron/network HTTP/1.1" 200 623 0.055010 10.0.0.130 - - [2025-12-08 02:13:48] "POST /route-targets HTTP/1.1" 200 328 0.011511 10.0.0.130 - - [2025-12-08 02:13:48] "POST /ref-update HTTP/1.1" 200 156 0.011863 10.0.0.130 - - [2025-12-08 02:13:48] "POST /useragent-kv HTTP/1.1" 200 115 0.002699 10.0.0.130 - - [2025-12-08 02:13:48] "POST /neutron/subnet HTTP/1.1" 200 730 0.182925 10.0.0.130 - - [2025-12-08 02:13:48] "POST /fqname-to-id HTTP/1.1" 404 207 0.003676 10.0.0.130 - - [2025-12-08 02:13:48] "POST /useragent-kv HTTP/1.1" 200 115 0.002941 10.0.0.130 - - [2025-12-08 02:13:48] "POST /neutron/subnet HTTP/1.1" 200 828 0.131901 10.0.0.130 - - [2025-12-08 02:13:48] "POST /neutron/network HTTP/1.1" 200 1017 0.008123 10.0.0.130 - - [2025-12-08 02:13:48] "POST /id-to-fqname HTTP/1.1" 200 237 0.001037 10.0.0.130 - - [2025-12-08 02:13:48] "GET /virtual-network/7d229220-8a18-4984-a841-e39f7164b412?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2665 0.005676 10.0.0.130 - - [2025-12-08 02:13:48] "POST /neutron/network HTTP/1.1" 200 1017 0.005916 10.0.0.130 - - [2025-12-08 02:13:48] "GET /virtual-network/7d229220-8a18-4984-a841-e39f7164b412?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2665 0.004039 10.0.0.130 - - [2025-12-08 02:13:48] "POST /neutron/network HTTP/1.1" 200 1017 0.006328 10.0.0.130 - - [2025-12-08 02:13:48] "POST /neutron/subnet HTTP/1.1" 200 730 0.005507 10.0.0.130 - - [2025-12-08 02:13:48] "POST /neutron/subnet HTTP/1.1" 200 828 0.006178 10.0.0.130 - - [2025-12-08 02:13:48] "POST /neutron/network HTTP/1.1" 200 1017 0.006168 10.0.0.130 - - [2025-12-08 02:13:48] "POST /fqname-to-id HTTP/1.1" 404 252 0.004503 10.0.0.130 - - [2025-12-08 02:13:48] "POST /fqname-to-id HTTP/1.1" 404 207 0.003639 10.0.0.130 - - [2025-12-08 02:13:48] "POST /neutron/network HTTP/1.1" 200 1124 0.040253 10.0.0.130 - - [2025-12-08 02:13:48] "POST /access-control-lists HTTP/1.1" 200 609 0.063142 10.0.0.130 - - [2025-12-08 02:13:48] "POST /neutron/network HTTP/1.1" 200 1124 0.039232 10.0.0.130 - - [2025-12-08 02:13:48] "GET /virtual-network/7d229220-8a18-4984-a841-e39f7164b412?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2989 0.004903 10.0.0.130 - - [2025-12-08 02:13:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002050 10.0.0.130 - - [2025-12-08 02:13:48] "GET /network-policy/eac45c1f-0df2-4a64-80a3-4065adfd140f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3155 0.003326 10.0.0.130 - - [2025-12-08 02:13:48] "GET /domains HTTP/1.1" 401 293 0.000426 10.0.0.130 - - [2025-12-08 02:13:49] "GET /domains HTTP/1.1" 200 281 0.025563 10.0.0.130 - - [2025-12-08 02:13:49] "GET /domains?obj_uuids=89255e1c-530c-49a5-b275-cafa7847f34c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001153 10.0.0.130 - - [2025-12-08 02:13:49] "GET /domain/89255e1c-530c-49a5-b275-cafa7847f34c HTTP/1.1" 200 3169 0.006903 10.0.0.130 - - [2025-12-08 02:13:49] "GET /projects?obj_uuids=a54428e4-a324-46ea-b34b-28c1a196b8f6&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000810 10.0.0.130 - - [2025-12-08 02:13:49] "GET /project/a54428e4-a324-46ea-b34b-28c1a196b8f6 HTTP/1.1" 200 2466 0.066402 10.0.0.130 - - [2025-12-08 02:13:49] "GET /virtual-network/7d229220-8a18-4984-a841-e39f7164b412 HTTP/1.1" 200 3553 0.005860 10.0.0.130 - - [2025-12-08 02:13:49] "GET /virtual-network/7d229220-8a18-4984-a841-e39f7164b412 HTTP/1.1" 200 3553 0.003991 10.0.0.130 - - [2025-12-08 02:13:49] "GET /routing-instance/a64defb0-1640-463a-8cfa-829450322f45 HTTP/1.1" 200 1499 0.002716 10.0.0.130 - - [2025-12-08 02:13:49] "GET /routing-instance/a64defb0-1640-463a-8cfa-829450322f45 HTTP/1.1" 200 1499 0.002692 10.0.0.130 - - [2025-12-08 02:13:49] "GET /route-target/b963a61f-e592-4d06-a135-43d798efd32b HTTP/1.1" 200 1225 0.002271 10.0.0.130 - - [2025-12-08 02:13:49] "GET /virtual-network/7d229220-8a18-4984-a841-e39f7164b412 HTTP/1.1" 200 3553 0.003710 10.0.0.130 - - [2025-12-08 02:13:49] "GET /routing-instance/a64defb0-1640-463a-8cfa-829450322f45 HTTP/1.1" 200 1499 0.002341 10.0.0.130 - - [2025-12-08 02:13:49] "GET /virtual-network/7d229220-8a18-4984-a841-e39f7164b412?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2989 0.004196 10.0.0.130 - - [2025-12-08 02:13:49] "GET /virtual-network/7d229220-8a18-4984-a841-e39f7164b412 HTTP/1.1" 200 3553 0.004205 10.0.0.130 - - [2025-12-08 02:13:49] "GET /routing-instance/a64defb0-1640-463a-8cfa-829450322f45 HTTP/1.1" 200 1499 0.002528 10.0.0.130 - - [2025-12-08 02:13:49] "GET /routing-instance/a64defb0-1640-463a-8cfa-829450322f45 HTTP/1.1" 200 1499 0.002899 10.0.0.130 - - [2025-12-08 02:13:49] "GET /route-target/b963a61f-e592-4d06-a135-43d798efd32b HTTP/1.1" 200 1225 0.002755 10.0.0.130 - - [2025-12-08 02:13:49] "GET /domains HTTP/1.1" 200 281 0.002019 10.0.0.130 - - [2025-12-08 02:13:49] "GET /domains?obj_uuids=89255e1c-530c-49a5-b275-cafa7847f34c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000969 10.0.0.130 - - [2025-12-08 02:13:49] "GET /domain/89255e1c-530c-49a5-b275-cafa7847f34c HTTP/1.1" 200 3169 0.006063 10.0.0.130 - - [2025-12-08 02:13:49] "GET /projects?obj_uuids=a54428e4-a324-46ea-b34b-28c1a196b8f6&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000769 10.0.0.130 - - [2025-12-08 02:13:49] "GET /project/a54428e4-a324-46ea-b34b-28c1a196b8f6 HTTP/1.1" 200 2466 0.063166 10.0.0.130 - - [2025-12-08 02:13:49] "GET /virtual-network/7d229220-8a18-4984-a841-e39f7164b412 HTTP/1.1" 200 3553 0.004081 10.0.0.130 - - [2025-12-08 02:13:49] "GET /obj-perms HTTP/1.1" 200 5081 0.054726 10.0.0.130 - - [2025-12-08 02:13:49] "GET /domains HTTP/1.1" 200 281 0.002368 10.0.0.130 - - [2025-12-08 02:13:49] "GET /domains?obj_uuids=89255e1c-530c-49a5-b275-cafa7847f34c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000908 10.0.0.130 - - [2025-12-08 02:13:49] "GET /domain/89255e1c-530c-49a5-b275-cafa7847f34c HTTP/1.1" 200 3169 0.005769 10.0.0.130 - - [2025-12-08 02:13:49] "GET /projects?obj_uuids=a54428e4-a324-46ea-b34b-28c1a196b8f6&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000842 10.0.0.130 - - [2025-12-08 02:13:49] "GET /project/a54428e4-a324-46ea-b34b-28c1a196b8f6 HTTP/1.1" 200 2466 0.065321 10.0.0.130 - - [2025-12-08 02:13:49] "GET /network-policy/eac45c1f-0df2-4a64-80a3-4065adfd140f HTTP/1.1" 200 3482 0.003559 10.0.0.130 - - [2025-12-08 02:13:49] "DELETE /network-policy/eac45c1f-0df2-4a64-80a3-4065adfd140f HTTP/1.1" 409 239 0.004984 10.0.0.130 - - [2025-12-08 02:13:49] "POST /neutron/network HTTP/1.1" 200 1124 0.004871 10.0.0.130 - - [2025-12-08 02:13:50] "DELETE /access-control-list/218cc872-b35d-4329-9628-9a6312963c0c HTTP/1.1" 200 115 0.026207 10.0.0.130 - - [2025-12-08 02:13:50] "POST /useragent-kv HTTP/1.1" 200 115 0.002639 10.0.0.130 - - [2025-12-08 02:13:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003474 10.0.0.130 - - [2025-12-08 02:13:50] "POST /useragent-kv HTTP/1.1" 200 115 0.001584 10.0.0.130 - - [2025-12-08 02:13:50] "POST /useragent-kv HTTP/1.1" 200 115 0.001305 10.0.0.130 - - [2025-12-08 02:13:50] "POST /useragent-kv HTTP/1.1" 200 115 0.001226 10.0.0.130 - - [2025-12-08 02:13:50] "POST /neutron/network HTTP/1.1" 200 151 0.080878 10.0.0.130 - - [2025-12-08 02:13:50] "GET /routing-instance/a64defb0-1640-463a-8cfa-829450322f45 HTTP/1.1" 404 171 0.001752 10.0.0.130 - - [2025-12-08 02:13:50] "GET /domains HTTP/1.1" 200 281 0.001914 10.0.0.130 - - [2025-12-08 02:13:50] "GET /domains?obj_uuids=89255e1c-530c-49a5-b275-cafa7847f34c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000713 10.0.0.130 - - [2025-12-08 02:13:50] "DELETE /route-target/b963a61f-e592-4d06-a135-43d798efd32b HTTP/1.1" 200 115 0.013512 10.0.0.130 - - [2025-12-08 02:13:50] "GET /domain/89255e1c-530c-49a5-b275-cafa7847f34c HTTP/1.1" 200 3169 0.045604 10.0.0.130 - - [2025-12-08 02:13:50] "GET /projects?obj_uuids=a54428e4-a324-46ea-b34b-28c1a196b8f6&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000880 10.0.0.130 - - [2025-12-08 02:13:50] "GET /project/a54428e4-a324-46ea-b34b-28c1a196b8f6 HTTP/1.1" 200 2211 0.066837 10.0.0.130 - - [2025-12-08 02:13:50] "DELETE /network-policy/eac45c1f-0df2-4a64-80a3-4065adfd140f HTTP/1.1" 200 115 0.021250 10.0.0.130 - - [2025-12-08 02:13:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.001873 10.0.0.130 - - [2025-12-08 02:13:50] "GET /projects?obj_uuids=a54428e4-a324-46ea-b34b-28c1a196b8f6&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000838 10.0.0.130 - - [2025-12-08 02:13:50] "GET /project/a54428e4-a324-46ea-b34b-28c1a196b8f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1431 0.024609 10.0.0.130 - - [2025-12-08 02:13:50] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyNegativeIpv4v6-67042443&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.003391 10.0.0.130 - - [2025-12-08 02:13:50] "GET /projects?obj_uuids=a54428e4-a324-46ea-b34b-28c1a196b8f6&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001019 10.0.0.130 - - [2025-12-08 02:13:50] "GET /project/a54428e4-a324-46ea-b34b-28c1a196b8f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1431 0.022778 10.0.0.130 - - [2025-12-08 02:13:50] "GET /projects?obj_uuids=a54428e4-a324-46ea-b34b-28c1a196b8f6&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000982 10.0.0.130 - - [2025-12-08 02:13:51] "GET /project/a54428e4-a324-46ea-b34b-28c1a196b8f6?fields=virtual_networks HTTP/1.1" 200 1067 0.064869 10.0.0.130 - - [2025-12-08 02:13:51] "GET /projects?obj_uuids=a54428e4-a324-46ea-b34b-28c1a196b8f6&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000935 10.0.0.130 - - [2025-12-08 02:13:51] "GET /project/a54428e4-a324-46ea-b34b-28c1a196b8f6?fields=virtual_machine_interfaces HTTP/1.1" 200 1067 0.022955 10.0.0.130 - - [2025-12-08 02:13:51] "GET /projects?obj_uuids=a54428e4-a324-46ea-b34b-28c1a196b8f6&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001391 10.0.0.130 - - [2025-12-08 02:13:51] "GET /project/a54428e4-a324-46ea-b34b-28c1a196b8f6?fields=security_groups HTTP/1.1" 200 1310 0.023512 10.0.0.130 - - [2025-12-08 02:13:51] "POST /fqname-to-id HTTP/1.1" 404 190 0.023908 10.0.0.130 - - [2025-12-08 02:13:51] "GET /projects?obj_uuids=a7fd918c-daf3-45d8-a123-cc915b705baf&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002105 10.0.0.130 - - [2025-12-08 02:13:52] "GET /domains?obj_uuids=89255e1c-530c-49a5-b275-cafa7847f34c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000852 10.0.0.130 - - [2025-12-08 02:13:52] "GET /domain/89255e1c-530c-49a5-b275-cafa7847f34c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006252 10.0.0.130 - - [2025-12-08 02:13:52] "POST /id-to-fqname HTTP/1.1" 200 192 0.001298 10.0.0.130 - - [2025-12-08 02:13:52] "POST /fqname-to-id HTTP/1.1" 404 201 0.003433 10.0.0.130 - - [2025-12-08 02:13:52] "POST /security-groups HTTP/1.1" 200 593 0.060071 10.0.0.130 - - [2025-12-08 02:13:52] "POST /fqname-to-id HTTP/1.1" 404 236 0.003132 10.0.0.130 - - [2025-12-08 02:13:52] "POST /projects HTTP/1.1" 200 589 0.207724 10.0.0.130 - - [2025-12-08 02:13:52] "POST /access-control-lists HTTP/1.1" 200 600 0.057369 10.0.0.130 - - [2025-12-08 02:13:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.277938 10.0.0.130 - - [2025-12-08 02:13:52] "POST /fqname-to-id HTTP/1.1" 404 235 0.002879 10.0.0.130 - - [2025-12-08 02:13:52] "GET /project/a7fd918c-daf3-45d8-a123-cc915b705baf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.398627 10.0.0.130 - - [2025-12-08 02:13:52] "POST /access-control-lists HTTP/1.1" 200 598 0.060241 10.0.0.130 - - [2025-12-08 02:13:53] "GET / HTTP/1.1" 200 36215 0.001691 10.0.0.130 - - [2025-12-08 02:13:53] "DELETE /project/b86bd080563a4c31ba0b8e688ed0c849 HTTP/1.1" 404 173 0.012049 10.0.0.130 - - [2025-12-08 02:13:53] "DELETE /project/faf412fe5acf42af9026ea04adc7d6f5 HTTP/1.1" 404 173 0.011337 10.0.0.130 - - [2025-12-08 02:13:53] "DELETE /project/a7fd918cdaf345d8a123cc915b705baf HTTP/1.1" 404 173 0.010744 10.0.0.130 - - [2025-12-08 02:13:53] "DELETE /project/a54428e4a32446eab34b28c1a196b8f6 HTTP/1.1" 404 173 0.007102 10.0.0.130 - - [2025-12-08 02:13:53] "GET /projects?obj_uuids=b86bd080-563a-4c31-ba0b-8e688ed0c849&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000834 10.0.0.130 - - [2025-12-08 02:13:53] "GET /projects?obj_uuids=744cc03d-f33f-4487-8913-21299da38d8e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000783 10.0.0.130 - - [2025-12-08 02:13:53] "GET /projects?obj_uuids=faf412fe-5acf-42af-9026-ea04adc7d6f5&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000697 10.0.0.130 - - [2025-12-08 02:13:53] "GET /projects?obj_uuids=a54428e4-a324-46ea-b34b-28c1a196b8f6&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000731 10.0.0.130 - - [2025-12-08 02:13:53] "GET /project/faf412fe-5acf-42af-9026-ea04adc7d6f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.042867 10.0.0.130 - - [2025-12-08 02:13:53] "GET /project/a54428e4-a324-46ea-b34b-28c1a196b8f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1533 0.040504 10.0.0.130 - - [2025-12-08 02:13:53] "GET /project/744cc03d-f33f-4487-8913-21299da38d8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1459 0.054036 10.0.0.130 - - [2025-12-08 02:13:53] "GET /project/b86bd080-563a-4c31-ba0b-8e688ed0c849?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1501 0.056768 10.0.0.130 - - [2025-12-08 02:13:53] "GET /projects?obj_uuids=b86bd080-563a-4c31-ba0b-8e688ed0c849&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000815 10.0.0.130 - - [2025-12-08 02:13:53] "GET /projects?obj_uuids=744cc03d-f33f-4487-8913-21299da38d8e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000725 10.0.0.130 - - [2025-12-08 02:13:53] "GET /projects?obj_uuids=a54428e4-a324-46ea-b34b-28c1a196b8f6&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000671 10.0.0.130 - - [2025-12-08 02:13:53] "GET /projects?obj_uuids=faf412fe-5acf-42af-9026-ea04adc7d6f5&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000686 10.0.0.130 - - [2025-12-08 02:13:53] "GET /project/a54428e4-a324-46ea-b34b-28c1a196b8f6?fields=security_groups HTTP/1.1" 200 1412 0.050231 10.0.0.130 - - [2025-12-08 02:13:53] "GET /project/b86bd080-563a-4c31-ba0b-8e688ed0c849?fields=security_groups HTTP/1.1" 200 1388 0.053999 10.0.0.130 - - [2025-12-08 02:13:53] "GET /project/744cc03d-f33f-4487-8913-21299da38d8e?fields=security_groups HTTP/1.1" 200 1356 0.062476 10.0.0.130 - - [2025-12-08 02:13:53] "GET /project/faf412fe-5acf-42af-9026-ea04adc7d6f5?fields=security_groups HTTP/1.1" 200 1373 0.072333 10.0.0.130 - - [2025-12-08 02:13:54] "DELETE /security-group/7ca7db05-c187-42bb-b28b-69241b21fc4c HTTP/1.1" 200 115 0.062625 10.0.0.130 - - [2025-12-08 02:13:54] "POST /fqname-to-id HTTP/1.1" 401 293 0.000471 10.0.0.130 - - [2025-12-08 02:13:54] "GET /projects?obj_uuids=a54428e4-a324-46ea-b34b-28c1a196b8f6&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001223 10.0.0.130 - - [2025-12-08 02:13:54] "DELETE /access-control-list/806f12e7-356f-4da3-bd37-1e0a13c944d1 HTTP/1.1" 200 115 0.045563 10.0.0.130 - - [2025-12-08 02:13:54] "DELETE /security-group/2883d61b-354a-4919-9cba-a80fce175f54 HTTP/1.1" 200 115 0.077716 10.0.0.130 - - [2025-12-08 02:13:54] "GET /projects?obj_uuids=b86bd080-563a-4c31-ba0b-8e688ed0c849&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001441 10.0.0.130 - - [2025-12-08 02:13:54] "GET /project/a54428e4-a324-46ea-b34b-28c1a196b8f6?fields=application_policy_sets HTTP/1.1" 200 1451 0.043172 10.0.0.130 - - [2025-12-08 02:13:54] "DELETE /security-group/77fec0e3-7b9b-47b0-ae94-10534805cc07 HTTP/1.1" 200 115 0.101341 10.0.0.130 - - [2025-12-08 02:13:54] "DELETE /security-group/4e02a08e-c58f-4dfd-9585-bc70cc91163b HTTP/1.1" 200 115 0.096999 10.0.0.130 - - [2025-12-08 02:13:54] "GET /projects?obj_uuids=744cc03d-f33f-4487-8913-21299da38d8e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000924 10.0.0.130 - - [2025-12-08 02:13:54] "GET /projects?obj_uuids=faf412fe-5acf-42af-9026-ea04adc7d6f5&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000935 10.0.0.130 - - [2025-12-08 02:13:54] "DELETE /access-control-list/20811f16-5cfb-4971-8fa3-34dd3a0900ec HTTP/1.1" 200 115 0.055001 10.0.0.130 - - [2025-12-08 02:13:54] "GET /project/744cc03d-f33f-4487-8913-21299da38d8e?fields=application_policy_sets HTTP/1.1" 200 1395 0.040694 10.0.0.130 - - [2025-12-08 02:13:54] "GET /project/faf412fe-5acf-42af-9026-ea04adc7d6f5?fields=application_policy_sets HTTP/1.1" 200 1412 0.047489 10.0.0.130 - - [2025-12-08 02:13:54] "GET /project/b86bd080-563a-4c31-ba0b-8e688ed0c849?fields=application_policy_sets HTTP/1.1" 200 1427 0.093707 10.0.0.130 - - [2025-12-08 02:13:54] "DELETE /access-control-list/a26b794b-98fc-4afe-89fe-a5b345749151 HTTP/1.1" 200 115 0.044660 10.0.0.130 - - [2025-12-08 02:13:54] "DELETE /access-control-list/d516538c-475f-46bf-8275-256b449d5c4d HTTP/1.1" 200 115 0.021961 10.0.0.130 - - [2025-12-08 02:13:54] "DELETE /access-control-list/6a59f1e7-65a2-46e5-aecf-f8d8a0c31f3e HTTP/1.1" 200 115 0.067304 10.0.0.130 - - [2025-12-08 02:13:54] "DELETE /project/a54428e4-a324-46ea-b34b-28c1a196b8f6 HTTP/1.1" 200 115 0.467686 10.0.0.130 - - [2025-12-08 02:13:54] "DELETE /access-control-list/8746ebb6-46b9-46a5-9b54-1be63a430d6a HTTP/1.1" 200 115 0.036843 10.0.0.130 - - [2025-12-08 02:13:54] "DELETE /project/744cc03d-f33f-4487-8913-21299da38d8e HTTP/1.1" 200 115 0.516531 10.0.0.130 - - [2025-12-08 02:13:54] "DELETE /project/faf412fe-5acf-42af-9026-ea04adc7d6f5 HTTP/1.1" 200 115 0.521420 10.0.0.130 - - [2025-12-08 02:13:54] "DELETE /project/b86bd080-563a-4c31-ba0b-8e688ed0c849 HTTP/1.1" 200 115 0.532413 10.0.0.130 - - [2025-12-08 02:13:54] "DELETE /access-control-list/59a6c3d4-7628-4455-81e0-a14840a7efb5 HTTP/1.1" 200 115 0.018471 10.0.0.130 - - [2025-12-08 02:13:54] "DELETE /access-control-list/785ec7a5-c47b-4c8c-85f1-1f01036d0c60 HTTP/1.1" 200 115 0.016188 10.0.0.130 - - [2025-12-08 02:13:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.030984 10.0.0.130 - - [2025-12-08 02:13:54] "GET /projects?obj_uuids=a7fd918c-daf3-45d8-a123-cc915b705baf&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000902 10.0.0.130 - - [2025-12-08 02:13:54] "GET /project/a7fd918c-daf3-45d8-a123-cc915b705baf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.020366 10.0.0.130 - - [2025-12-08 02:13:54] "POST /neutron/network HTTP/1.1" 200 117 0.029955 10.0.0.130 - - [2025-12-08 02:13:54] "GET /projects?obj_uuids=a7fd918c-daf3-45d8-a123-cc915b705baf&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000946 10.0.0.130 - - [2025-12-08 02:13:54] "POST /neutron/network HTTP/1.1" 200 607 0.052162 10.0.0.130 - - [2025-12-08 02:13:54] "POST /useragent-kv HTTP/1.1" 200 115 0.002349 10.0.0.130 - - [2025-12-08 02:13:54] "POST /neutron/subnet HTTP/1.1" 200 725 0.190948 10.0.0.130 - - [2025-12-08 02:13:54] "POST /neutron/network HTTP/1.1" 200 826 0.004476 10.0.0.130 - - [2025-12-08 02:13:54] "POST /id-to-fqname HTTP/1.1" 200 222 0.000952 10.0.0.130 - - [2025-12-08 02:13:54] "GET /virtual-network/8689f228-d6b9-429f-831d-3b204a302e74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.003956 10.0.0.130 - - [2025-12-08 02:13:54] "POST /neutron/network HTTP/1.1" 200 826 0.004673 10.0.0.130 - - [2025-12-08 02:13:54] "GET /virtual-network/8689f228-d6b9-429f-831d-3b204a302e74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.004751 10.0.0.130 - - [2025-12-08 02:13:54] "POST /neutron/network HTTP/1.1" 200 826 0.006813 10.0.0.130 - - [2025-12-08 02:13:55] "POST /neutron/subnet HTTP/1.1" 200 725 0.005973 10.0.0.130 - - [2025-12-08 02:13:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.001735 10.0.0.130 - - [2025-12-08 02:13:55] "GET /projects?obj_uuids=a7fd918c-daf3-45d8-a123-cc915b705baf&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000862 10.0.0.130 - - [2025-12-08 02:13:55] "GET /project/a7fd918c-daf3-45d8-a123-cc915b705baf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.022101 10.0.0.130 - - [2025-12-08 02:13:55] "POST /neutron/network HTTP/1.1" 200 117 0.010629 10.0.0.130 - - [2025-12-08 02:13:55] "POST /route-targets HTTP/1.1" 200 328 0.012317 10.0.0.130 - - [2025-12-08 02:13:55] "GET /projects?obj_uuids=a7fd918c-daf3-45d8-a123-cc915b705baf&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001294 10.0.0.130 - - [2025-12-08 02:13:55] "POST /ref-update HTTP/1.1" 200 156 0.017987 10.0.0.130 - - [2025-12-08 02:13:55] "POST /neutron/network HTTP/1.1" 200 607 0.062070 10.0.0.130 - - [2025-12-08 02:13:55] "POST /route-targets HTTP/1.1" 200 328 0.012928 10.0.0.130 - - [2025-12-08 02:13:55] "POST /ref-update HTTP/1.1" 200 156 0.009655 10.0.0.130 - - [2025-12-08 02:13:55] "POST /useragent-kv HTTP/1.1" 200 115 0.003399 10.0.0.130 - - [2025-12-08 02:13:55] "POST /neutron/subnet HTTP/1.1" 200 724 0.154411 10.0.0.130 - - [2025-12-08 02:13:55] "POST /neutron/network HTTP/1.1" 200 826 0.004366 10.0.0.130 - - [2025-12-08 02:13:55] "POST /id-to-fqname HTTP/1.1" 200 222 0.000908 10.0.0.130 - - [2025-12-08 02:13:55] "GET /virtual-network/152ecf46-04e6-4451-9d62-dd5ac6b9ac99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.003702 10.0.0.130 - - [2025-12-08 02:13:55] "POST /neutron/network HTTP/1.1" 200 826 0.006057 10.0.0.130 - - [2025-12-08 02:13:55] "GET /virtual-network/152ecf46-04e6-4451-9d62-dd5ac6b9ac99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004376 10.0.0.130 - - [2025-12-08 02:13:55] "POST /neutron/network HTTP/1.1" 200 826 0.004923 10.0.0.130 - - [2025-12-08 02:13:55] "POST /neutron/subnet HTTP/1.1" 200 724 0.005293 10.0.0.130 - - [2025-12-08 02:13:55] "POST /fqname-to-id HTTP/1.1" 404 228 0.001864 10.0.0.130 - - [2025-12-08 02:13:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002463 10.0.0.130 - - [2025-12-08 02:13:55] "GET /projects?obj_uuids=a7fd918c-daf3-45d8-a123-cc915b705baf&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001176 10.0.0.130 - - [2025-12-08 02:13:55] "GET /project/a7fd918c-daf3-45d8-a123-cc915b705baf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.023170 10.0.0.130 - - [2025-12-08 02:13:55] "POST /network-policys HTTP/1.1" 200 573 0.014939 10.0.0.130 - - [2025-12-08 02:13:55] "GET /network-policy/3a9b6540-6db8-4d41-949b-d65aefe354de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2154 0.004234 10.0.0.130 - - [2025-12-08 02:13:55] "POST /neutron/network HTTP/1.1" 200 826 0.004683 10.0.0.130 - - [2025-12-08 02:13:55] "POST /fqname-to-id HTTP/1.1" 404 236 0.001954 10.0.0.130 - - [2025-12-08 02:13:55] "POST /neutron/network HTTP/1.1" 200 928 0.033566 10.0.0.130 - - [2025-12-08 02:13:55] "POST /access-control-lists HTTP/1.1" 200 592 0.063873 10.0.0.130 - - [2025-12-08 02:13:55] "POST /neutron/network HTTP/1.1" 200 928 0.047744 10.0.0.130 - - [2025-12-08 02:13:55] "GET /virtual-network/8689f228-d6b9-429f-831d-3b204a302e74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.004080 10.0.0.130 - - [2025-12-08 02:13:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.001951 10.0.0.130 - - [2025-12-08 02:13:55] "GET /network-policy/3a9b6540-6db8-4d41-949b-d65aefe354de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2154 0.003573 10.0.0.130 - - [2025-12-08 02:13:56] "POST /neutron/network HTTP/1.1" 200 826 0.004919 10.0.0.130 - - [2025-12-08 02:13:56] "POST /neutron/network HTTP/1.1" 200 928 0.078466 10.0.0.130 - - [2025-12-08 02:13:56] "PUT /access-control-list/d037a601-e8d3-4a6a-9ecc-82540142ccab HTTP/1.1" 200 273 0.058387 10.0.0.130 - - [2025-12-08 02:13:56] "POST /fqname-to-id HTTP/1.1" 404 236 0.002474 10.0.0.130 - - [2025-12-08 02:13:56] "POST /neutron/network HTTP/1.1" 200 928 0.004409 10.0.0.130 - - [2025-12-08 02:13:56] "GET /virtual-network/152ecf46-04e6-4451-9d62-dd5ac6b9ac99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.004130 10.0.0.130 - - [2025-12-08 02:13:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.001929 10.0.0.130 - - [2025-12-08 02:13:56] "GET /network-policy/3a9b6540-6db8-4d41-949b-d65aefe354de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2154 0.036039 10.0.0.130 - - [2025-12-08 02:13:56] "POST /access-control-lists HTTP/1.1" 200 592 0.057464 10.0.0.130 - - [2025-12-08 02:13:56] "GET /domains HTTP/1.1" 401 293 0.000311 10.0.0.130 - - [2025-12-08 02:13:56] "POST /ref-update HTTP/1.1" 200 156 0.008874 10.0.0.130 - - [2025-12-08 02:13:56] "GET /domains HTTP/1.1" 200 281 0.025597 10.0.0.130 - - [2025-12-08 02:13:56] "GET /domains?obj_uuids=89255e1c-530c-49a5-b275-cafa7847f34c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000876 10.0.0.130 - - [2025-12-08 02:13:56] "GET /domain/89255e1c-530c-49a5-b275-cafa7847f34c HTTP/1.1" 200 2585 0.006726 10.0.0.130 - - [2025-12-08 02:13:56] "GET /projects?obj_uuids=a7fd918c-daf3-45d8-a123-cc915b705baf&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001055 10.0.0.130 - - [2025-12-08 02:13:56] "GET /project/a7fd918c-daf3-45d8-a123-cc915b705baf HTTP/1.1" 200 2580 0.073497 10.0.0.130 - - [2025-12-08 02:13:56] "GET /virtual-network/8689f228-d6b9-429f-831d-3b204a302e74 HTTP/1.1" 200 2897 0.004957 10.0.0.130 - - [2025-12-08 02:13:56] "GET /virtual-network/8689f228-d6b9-429f-831d-3b204a302e74 HTTP/1.1" 200 2897 0.004507 10.0.0.130 - - [2025-12-08 02:13:56] "GET /routing-instance/23adc2b6-67b1-4abb-9aac-2387587d2bca HTTP/1.1" 200 1787 0.004261 10.0.0.130 - - [2025-12-08 02:13:56] "GET /routing-instance/23adc2b6-67b1-4abb-9aac-2387587d2bca HTTP/1.1" 200 1787 0.003812 10.0.0.130 - - [2025-12-08 02:13:56] "GET /route-target/257714d9-8089-4b4a-964c-e35c6c906b68 HTTP/1.1" 200 1208 0.003542 10.0.0.130 - - [2025-12-08 02:13:56] "GET /virtual-network/8689f228-d6b9-429f-831d-3b204a302e74 HTTP/1.1" 200 2897 0.003747 10.0.0.130 - - [2025-12-08 02:13:56] "GET /routing-instance/23adc2b6-67b1-4abb-9aac-2387587d2bca HTTP/1.1" 200 1787 0.003533 10.0.0.130 - - [2025-12-08 02:13:56] "GET /virtual-network/8689f228-d6b9-429f-831d-3b204a302e74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.004169 10.0.0.130 - - [2025-12-08 02:13:56] "GET /virtual-network/8689f228-d6b9-429f-831d-3b204a302e74 HTTP/1.1" 200 2897 0.004226 10.0.0.130 - - [2025-12-08 02:13:56] "GET /routing-instance/23adc2b6-67b1-4abb-9aac-2387587d2bca HTTP/1.1" 200 1787 0.003141 10.0.0.130 - - [2025-12-08 02:13:56] "GET /routing-instance/23adc2b6-67b1-4abb-9aac-2387587d2bca HTTP/1.1" 200 1787 0.003062 10.0.0.130 - - [2025-12-08 02:13:56] "GET /route-target/257714d9-8089-4b4a-964c-e35c6c906b68 HTTP/1.1" 200 1208 0.002708 10.0.0.130 - - [2025-12-08 02:13:56] "GET /domains HTTP/1.1" 200 281 0.002216 10.0.0.130 - - [2025-12-08 02:13:56] "GET /domains?obj_uuids=89255e1c-530c-49a5-b275-cafa7847f34c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000900 10.0.0.130 - - [2025-12-08 02:13:56] "GET /domain/89255e1c-530c-49a5-b275-cafa7847f34c HTTP/1.1" 200 2585 0.006822 10.0.0.130 - - [2025-12-08 02:13:56] "GET /projects?obj_uuids=a7fd918c-daf3-45d8-a123-cc915b705baf&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000840 10.0.0.130 - - [2025-12-08 02:13:56] "GET /project/a7fd918c-daf3-45d8-a123-cc915b705baf HTTP/1.1" 200 2580 0.070890 10.0.0.130 - - [2025-12-08 02:13:56] "GET /virtual-network/8689f228-d6b9-429f-831d-3b204a302e74 HTTP/1.1" 200 2897 0.004287 10.0.0.130 - - [2025-12-08 02:13:57] "GET /obj-perms HTTP/1.1" 200 5053 0.059394 10.0.0.130 - - [2025-12-08 02:13:57] "GET /domains HTTP/1.1" 200 281 0.002316 10.0.0.130 - - [2025-12-08 02:13:57] "GET /domains?obj_uuids=89255e1c-530c-49a5-b275-cafa7847f34c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000878 10.0.0.130 - - [2025-12-08 02:13:57] "GET /domain/89255e1c-530c-49a5-b275-cafa7847f34c HTTP/1.1" 200 2585 0.005964 10.0.0.130 - - [2025-12-08 02:13:57] "GET /projects?obj_uuids=a7fd918c-daf3-45d8-a123-cc915b705baf&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000793 10.0.0.130 - - [2025-12-08 02:13:57] "GET /project/a7fd918c-daf3-45d8-a123-cc915b705baf HTTP/1.1" 200 2580 0.061285 10.0.0.130 - - [2025-12-08 02:13:57] "GET /virtual-network/152ecf46-04e6-4451-9d62-dd5ac6b9ac99 HTTP/1.1" 200 2898 0.005963 10.0.0.130 - - [2025-12-08 02:13:57] "GET /virtual-network/152ecf46-04e6-4451-9d62-dd5ac6b9ac99 HTTP/1.1" 200 2898 0.004024 10.0.0.130 - - [2025-12-08 02:13:57] "GET /routing-instance/820d16e8-1705-420e-a6ca-31d7648d196b HTTP/1.1" 200 1787 0.002960 10.0.0.130 - - [2025-12-08 02:13:57] "GET /routing-instance/820d16e8-1705-420e-a6ca-31d7648d196b HTTP/1.1" 200 1787 0.002707 10.0.0.130 - - [2025-12-08 02:13:57] "GET /route-target/7d432d4e-f11b-445a-a555-be453f9868b8 HTTP/1.1" 200 1208 0.003801 10.0.0.130 - - [2025-12-08 02:13:57] "GET /virtual-network/152ecf46-04e6-4451-9d62-dd5ac6b9ac99 HTTP/1.1" 200 2898 0.003864 10.0.0.130 - - [2025-12-08 02:13:57] "GET /routing-instance/820d16e8-1705-420e-a6ca-31d7648d196b HTTP/1.1" 200 1787 0.002619 10.0.0.130 - - [2025-12-08 02:13:57] "GET /virtual-network/152ecf46-04e6-4451-9d62-dd5ac6b9ac99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.003770 10.0.0.130 - - [2025-12-08 02:13:57] "GET /virtual-network/152ecf46-04e6-4451-9d62-dd5ac6b9ac99 HTTP/1.1" 200 2898 0.003687 10.0.0.130 - - [2025-12-08 02:13:57] "GET /routing-instance/820d16e8-1705-420e-a6ca-31d7648d196b HTTP/1.1" 200 1787 0.002471 10.0.0.130 - - [2025-12-08 02:13:57] "GET /routing-instance/820d16e8-1705-420e-a6ca-31d7648d196b HTTP/1.1" 200 1787 0.002351 10.0.0.130 - - [2025-12-08 02:13:57] "GET /route-target/7d432d4e-f11b-445a-a555-be453f9868b8 HTTP/1.1" 200 1208 0.002440 10.0.0.130 - - [2025-12-08 02:13:57] "GET /domains HTTP/1.1" 200 281 0.002502 10.0.0.130 - - [2025-12-08 02:13:57] "GET /domains?obj_uuids=89255e1c-530c-49a5-b275-cafa7847f34c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000892 10.0.0.130 - - [2025-12-08 02:13:57] "GET /domain/89255e1c-530c-49a5-b275-cafa7847f34c HTTP/1.1" 200 2585 0.005816 10.0.0.130 - - [2025-12-08 02:13:57] "GET /projects?obj_uuids=a7fd918c-daf3-45d8-a123-cc915b705baf&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000861 10.0.0.130 - - [2025-12-08 02:13:57] "GET /project/a7fd918c-daf3-45d8-a123-cc915b705baf HTTP/1.1" 200 2580 0.071770 10.0.0.130 - - [2025-12-08 02:13:57] "GET /virtual-network/152ecf46-04e6-4451-9d62-dd5ac6b9ac99 HTTP/1.1" 200 2898 0.003881 10.0.0.130 - - [2025-12-08 02:13:57] "GET /obj-perms HTTP/1.1" 200 5053 0.002926 10.0.0.130 - - [2025-12-08 02:13:57] "POST /id-to-fqname HTTP/1.1" 200 222 0.001165 10.0.0.130 - - [2025-12-08 02:13:57] "POST /neutron/network HTTP/1.1" 200 938 0.005692 10.0.0.130 - - [2025-12-08 02:13:57] "GET /aaa-mode HTTP/1.1" 401 293 0.000444 10.0.0.130 - - [2025-12-08 02:13:58] "GET / HTTP/1.1" 200 36215 0.001266 10.0.0.130 - - [2025-12-08 02:13:58] "GET /project/a7fd918c-daf3-45d8-a123-cc915b705baf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000321 10.0.0.130 - - [2025-12-08 02:13:58] "GET /projects?obj_uuids=a7fd918c-daf3-45d8-a123-cc915b705baf&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001017 10.0.0.130 - - [2025-12-08 02:13:58] "GET /project/a7fd918c-daf3-45d8-a123-cc915b705baf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.069514 10.0.0.130 - - [2025-12-08 02:13:58] "POST /neutron/network HTTP/1.1" 200 928 0.004517 10.0.0.130 - - [2025-12-08 02:13:58] "POST /neutron/port HTTP/1.1" 200 117 0.004455 10.0.0.130 - - [2025-12-08 02:13:58] "POST /neutron/port HTTP/1.1" 200 117 0.004170 10.0.0.130 - - [2025-12-08 02:13:58] "POST /id-to-fqname HTTP/1.1" 200 222 0.001571 10.0.0.130 - - [2025-12-08 02:13:58] "POST /neutron/port HTTP/1.1" 200 117 0.004285 10.0.0.130 - - [2025-12-08 02:13:58] "POST /neutron/network HTTP/1.1" 200 938 0.004676 10.0.0.130 - - [2025-12-08 02:13:58] "GET /aaa-mode HTTP/1.1" 401 293 0.000360 10.0.0.130 - - [2025-12-08 02:13:58] "POST /neutron/network HTTP/1.1" 200 938 0.004595 10.0.0.130 - - [2025-12-08 02:13:58] "GET /projects?obj_uuids=a7fd918c-daf3-45d8-a123-cc915b705baf&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000850 10.0.0.130 - - [2025-12-08 02:13:59] "GET / HTTP/1.1" 200 36215 0.006382 10.0.0.130 - - [2025-12-08 02:13:59] "GET /project/a7fd918c-daf3-45d8-a123-cc915b705baf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000751 10.0.0.130 - - [2025-12-08 02:13:59] "POST /neutron/port HTTP/1.1" 200 1062 0.186619 10.0.0.130 - - [2025-12-08 02:13:59] "POST /neutron/port HTTP/1.1" 200 1062 0.008277 10.0.0.130 - - [2025-12-08 02:13:59] "POST /neutron/port HTTP/1.1" 200 1062 0.006804 10.0.0.130 - - [2025-12-08 02:13:59] "POST /neutron/port HTTP/1.1" 200 1116 0.051251 10.0.0.130 - - [2025-12-08 02:13:59] "POST /neutron/port HTTP/1.1" 200 1090 0.012163 10.0.0.130 - - [2025-12-08 02:13:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002591 10.0.0.130 - - [2025-12-08 02:13:59] "POST /neutron/subnet HTTP/1.1" 200 699 0.005594 10.0.0.130 - - [2025-12-08 02:13:59] "POST /neutron/port HTTP/1.1" 200 117 0.001127 10.0.0.130 - - [2025-12-08 02:13:59] "POST /neutron/network HTTP/1.1" 200 928 0.009084 10.0.0.130 - - [2025-12-08 02:13:59] "GET /obj-perms HTTP/1.1" 200 5075 0.045437 10.0.0.130 - - [2025-12-08 02:13:59] "GET /projects?obj_uuids=a7fd918c-daf3-45d8-a123-cc915b705baf&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000945 10.0.0.130 - - [2025-12-08 02:13:59] "GET /project/a7fd918c-daf3-45d8-a123-cc915b705baf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.321109 10.0.0.130 - - [2025-12-08 02:13:59] "GET /obj-perms HTTP/1.1" 200 5075 0.070967 10.0.0.130 - - [2025-12-08 02:13:59] "POST /neutron/network HTTP/1.1" 200 928 0.005631 10.0.0.130 - - [2025-12-08 02:13:59] "POST /neutron/port HTTP/1.1" 200 1090 0.011572 10.0.0.130 - - [2025-12-08 02:13:59] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005635 10.0.0.130 - - [2025-12-08 02:13:59] "POST /neutron/port HTTP/1.1" 200 117 0.005871 10.0.0.130 - - [2025-12-08 02:14:00] "POST /neutron/port HTTP/1.1" 200 1090 0.011183 10.0.0.130 - - [2025-12-08 02:14:00] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006001 10.0.0.130 - - [2025-12-08 02:14:00] "POST /neutron/network HTTP/1.1" 200 938 0.008957 10.0.0.130 - - [2025-12-08 02:14:00] "GET /projects?obj_uuids=a7fd918c-daf3-45d8-a123-cc915b705baf&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000983 10.0.0.130 - - [2025-12-08 02:14:00] "PUT /access-control-list/fe9e505d-8076-42af-97b9-4bb9e2999587 HTTP/1.1" 200 273 0.013073 10.0.0.130 - - [2025-12-08 02:14:00] "POST /neutron/port HTTP/1.1" 200 1062 0.213341 10.0.0.130 - - [2025-12-08 02:14:00] "POST /neutron/port HTTP/1.1" 200 1062 0.007739 10.0.0.130 - - [2025-12-08 02:14:00] "POST /neutron/port HTTP/1.1" 200 1062 0.007356 10.0.0.130 - - [2025-12-08 02:14:00] "POST /neutron/port HTTP/1.1" 200 1116 0.067858 10.0.0.130 - - [2025-12-08 02:14:00] "POST /neutron/port HTTP/1.1" 200 1090 0.012855 10.0.0.130 - - [2025-12-08 02:14:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003561 10.0.0.130 - - [2025-12-08 02:14:00] "POST /neutron/subnet HTTP/1.1" 200 698 0.006562 10.0.0.130 - - [2025-12-08 02:14:00] "POST /neutron/port HTTP/1.1" 200 117 0.001502 10.0.0.130 - - [2025-12-08 02:14:00] "POST /neutron/network HTTP/1.1" 200 928 0.004857 10.0.0.130 - - [2025-12-08 02:14:05] "POST /neutron/port HTTP/1.1" 200 1090 0.010587 10.0.0.130 - - [2025-12-08 02:14:05] "POST /neutron/security_group HTTP/1.1" 200 2060 0.004665 10.0.0.130 - - [2025-12-08 02:14:05] "POST /neutron/port HTTP/1.1" 200 1090 0.009563 10.0.0.130 - - [2025-12-08 02:14:05] "POST /neutron/security_group HTTP/1.1" 200 2060 0.004611 10.0.0.130 - - [2025-12-08 02:14:05] "POST /neutron/port HTTP/1.1" 200 1090 0.010462 10.0.0.130 - - [2025-12-08 02:14:05] "POST /neutron/security_group HTTP/1.1" 200 2060 0.004758 10.0.0.130 - - [2025-12-08 02:14:05] "GET /virtual-machine/547a9457-26fa-4184-8142-0de3567b1a4a HTTP/1.1" 200 1295 0.003688 10.0.0.130 - - [2025-12-08 02:14:05] "GET /virtual-machine-interface/ca215db7-508b-4f9a-b12a-21f216441bac HTTP/1.1" 200 2959 0.004163 10.0.0.130 - - [2025-12-08 02:14:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003263 10.0.0.130 - - [2025-12-08 02:14:05] "GET /global-vrouter-config/a6e10417-27c9-4d34-b977-7b7d3fa7e4f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002329 10.0.0.130 - - [2025-12-08 02:14:05] "GET /virtual-networks?parent_id=a7fd918c-daf3-45d8-a123-cc915b705baf&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.002390 10.0.0.130 - - [2025-12-08 02:14:05] "GET /virtual-network/8689f228-d6b9-429f-831d-3b204a302e74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.004689 10.0.0.130 - - [2025-12-08 02:14:07] "POST /neutron/port HTTP/1.1" 200 1090 0.009728 10.0.0.130 - - [2025-12-08 02:14:07] "POST /neutron/security_group HTTP/1.1" 200 2060 0.003917 10.0.0.130 - - [2025-12-08 02:14:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002726 10.0.0.130 - - [2025-12-08 02:14:08] "GET /virtual-network/8689f228-d6b9-429f-831d-3b204a302e74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.004127 10.0.0.130 - - [2025-12-08 02:14:09] "POST /neutron/port HTTP/1.1" 200 1090 0.011786 10.0.0.130 - - [2025-12-08 02:14:09] "POST /neutron/security_group HTTP/1.1" 200 2060 0.004672 10.0.0.130 - - [2025-12-08 02:14:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002708 10.0.0.130 - - [2025-12-08 02:14:10] "GET /global-vrouter-config/a6e10417-27c9-4d34-b977-7b7d3fa7e4f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002836 10.0.0.130 - - [2025-12-08 02:14:10] "GET /virtual-networks?parent_id=a7fd918c-daf3-45d8-a123-cc915b705baf&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.002864 10.0.0.130 - - [2025-12-08 02:14:10] "GET /virtual-network/8689f228-d6b9-429f-831d-3b204a302e74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.004367 10.0.0.130 - - [2025-12-08 02:14:10] "POST /neutron/port HTTP/1.1" 200 1090 0.009428 10.0.0.130 - - [2025-12-08 02:14:11] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007763 10.0.0.130 - - [2025-12-08 02:14:11] "POST /neutron/port HTTP/1.1" 200 1090 0.020533 10.0.0.130 - - [2025-12-08 02:14:11] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006375 10.0.0.130 - - [2025-12-08 02:14:11] "POST /neutron/port HTTP/1.1" 200 1090 0.009324 10.0.0.130 - - [2025-12-08 02:14:11] "POST /neutron/security_group HTTP/1.1" 200 2060 0.004848 10.0.0.130 - - [2025-12-08 02:14:11] "GET /virtual-machine/9c484152-40fd-49f7-ad8f-646e51dba33a HTTP/1.1" 200 1297 0.004000 10.0.0.130 - - [2025-12-08 02:14:11] "GET /virtual-machine-interface/00470bce-66b1-402d-bd0c-5ac6dad2d58e HTTP/1.1" 200 2956 0.003938 10.0.0.130 - - [2025-12-08 02:14:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002401 10.0.0.130 - - [2025-12-08 02:14:11] "GET /global-vrouter-config/a6e10417-27c9-4d34-b977-7b7d3fa7e4f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002500 10.0.0.130 - - [2025-12-08 02:14:11] "GET /virtual-networks?parent_id=a7fd918c-daf3-45d8-a123-cc915b705baf&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.002741 10.0.0.130 - - [2025-12-08 02:14:11] "GET /virtual-network/152ecf46-04e6-4451-9d62-dd5ac6b9ac99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.004898 10.0.0.130 - - [2025-12-08 02:14:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003203 10.0.0.130 - - [2025-12-08 02:14:12] "GET /global-vrouter-config/a6e10417-27c9-4d34-b977-7b7d3fa7e4f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003275 10.0.0.130 - - [2025-12-08 02:14:12] "GET /virtual-networks?parent_id=a7fd918c-daf3-45d8-a123-cc915b705baf&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003265 10.0.0.130 - - [2025-12-08 02:14:12] "GET /virtual-network/152ecf46-04e6-4451-9d62-dd5ac6b9ac99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.004499 10.0.0.130 - - [2025-12-08 02:14:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002542 10.0.0.130 - - [2025-12-08 02:14:16] "GET /projects?obj_uuids=a7fd918c-daf3-45d8-a123-cc915b705baf&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000847 10.0.0.130 - - [2025-12-08 02:14:16] "GET /project/a7fd918c-daf3-45d8-a123-cc915b705baf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.021398 10.0.0.130 - - [2025-12-08 02:14:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002803 10.0.0.130 - - [2025-12-08 02:14:16] "PUT /network-policy/3a9b6540-6db8-4d41-949b-d65aefe354de HTTP/1.1" 200 263 0.008648 10.0.0.130 - - [2025-12-08 02:14:16] "PUT /access-control-list/d037a601-e8d3-4a6a-9ecc-82540142ccab HTTP/1.1" 200 273 0.051791 10.0.0.130 - - [2025-12-08 02:14:16] "POST /ref-update HTTP/1.1" 200 156 0.010249 10.0.0.130 - - [2025-12-08 02:14:16] "PUT /access-control-list/fe9e505d-8076-42af-97b9-4bb9e2999587 HTTP/1.1" 200 273 0.050074 10.0.0.130 - - [2025-12-08 02:14:16] "POST /ref-update HTTP/1.1" 200 156 0.011607 10.0.0.130 - - [2025-12-08 02:14:19] "GET /virtual-network/152ecf46-04e6-4451-9d62-dd5ac6b9ac99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.007731 10.0.0.130 - - [2025-12-08 02:14:19] "POST /neutron/network HTTP/1.1" 200 928 0.009202 10.0.0.130 - - [2025-12-08 02:14:19] "POST /neutron/network HTTP/1.1" 200 826 0.048570 10.0.0.130 - - [2025-12-08 02:14:20] "DELETE /access-control-list/fe9e505d-8076-42af-97b9-4bb9e2999587 HTTP/1.1" 200 115 0.033791 10.0.0.130 - - [2025-12-08 02:14:20] "POST /neutron/network HTTP/1.1" 200 826 0.010086 10.0.0.130 - - [2025-12-08 02:14:20] "GET /virtual-network/152ecf46-04e6-4451-9d62-dd5ac6b9ac99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004658 10.0.0.130 - - [2025-12-08 02:14:20] "GET /virtual-network/8689f228-d6b9-429f-831d-3b204a302e74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.004625 10.0.0.130 - - [2025-12-08 02:14:20] "POST /neutron/network HTTP/1.1" 200 928 0.006107 10.0.0.130 - - [2025-12-08 02:14:20] "POST /neutron/network HTTP/1.1" 200 826 0.056013 10.0.0.130 - - [2025-12-08 02:14:20] "DELETE /access-control-list/d037a601-e8d3-4a6a-9ecc-82540142ccab HTTP/1.1" 200 115 0.031857 10.0.0.130 - - [2025-12-08 02:14:20] "POST /neutron/network HTTP/1.1" 200 826 0.007791 10.0.0.130 - - [2025-12-08 02:14:20] "GET /virtual-network/8689f228-d6b9-429f-831d-3b204a302e74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006053 10.0.0.130 - - [2025-12-08 02:14:20] "DELETE /network-policy/3a9b6540-6db8-4d41-949b-d65aefe354de HTTP/1.1" 200 115 0.023836 10.0.0.130 - - [2025-12-08 02:14:20] "POST /neutron/network HTTP/1.1" 200 826 0.005259 10.0.0.130 - - [2025-12-08 02:14:20] "POST /neutron/network HTTP/1.1" 400 204 0.008309 10.0.0.130 - - [2025-12-08 02:14:20] "POST /neutron/port HTTP/1.1" 200 1090 0.009018 10.0.0.130 - - [2025-12-08 02:14:20] "POST /neutron/port HTTP/1.1" 200 1116 0.006855 10.0.0.130 - - [2025-12-08 02:14:20] "POST /neutron/port HTTP/1.1" 200 1090 0.014674 10.0.0.130 - - [2025-12-08 02:14:20] "POST /neutron/port HTTP/1.1" 200 1116 0.006268 10.0.0.130 - - [2025-12-08 02:14:20] "POST /neutron/port HTTP/1.1" 200 151 0.110160 10.0.0.130 - - [2025-12-08 02:14:20] "POST /neutron/port HTTP/1.1" 200 151 0.106838 10.0.0.130 - - [2025-12-08 02:14:22] "POST /neutron/network HTTP/1.1" 200 826 0.006208 10.0.0.130 - - [2025-12-08 02:14:22] "POST /useragent-kv HTTP/1.1" 200 115 0.010040 10.0.0.130 - - [2025-12-08 02:14:22] "POST /useragent-kv HTTP/1.1" 200 115 0.002083 10.0.0.130 - - [2025-12-08 02:14:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002165 10.0.0.130 - - [2025-12-08 02:14:22] "POST /neutron/network HTTP/1.1" 200 151 0.075243 10.0.0.130 - - [2025-12-08 02:14:22] "GET /routing-instance/820d16e8-1705-420e-a6ca-31d7648d196b HTTP/1.1" 404 171 0.001499 10.0.0.130 - - [2025-12-08 02:14:22] "DELETE /route-target/7d432d4e-f11b-445a-a555-be453f9868b8 HTTP/1.1" 200 115 0.013428 10.0.0.130 - - [2025-12-08 02:14:22] "GET /domains HTTP/1.1" 200 281 0.001818 10.0.0.130 - - [2025-12-08 02:14:22] "GET /domains?obj_uuids=89255e1c-530c-49a5-b275-cafa7847f34c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000934 10.0.0.130 - - [2025-12-08 02:14:22] "GET /domain/89255e1c-530c-49a5-b275-cafa7847f34c HTTP/1.1" 200 2585 0.048097 10.0.0.130 - - [2025-12-08 02:14:22] "GET /projects?obj_uuids=a7fd918c-daf3-45d8-a123-cc915b705baf&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001251 10.0.0.130 - - [2025-12-08 02:14:22] "GET /project/a7fd918c-daf3-45d8-a123-cc915b705baf HTTP/1.1" 200 2110 0.065715 10.0.0.130 - - [2025-12-08 02:14:22] "POST /neutron/network HTTP/1.1" 200 826 0.005053 10.0.0.130 - - [2025-12-08 02:14:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003572 10.0.0.130 - - [2025-12-08 02:14:22] "POST /useragent-kv HTTP/1.1" 200 115 0.002384 10.0.0.130 - - [2025-12-08 02:14:22] "POST /useragent-kv HTTP/1.1" 200 115 0.001479 10.0.0.130 - - [2025-12-08 02:14:22] "POST /neutron/network HTTP/1.1" 200 151 0.068939 10.0.0.130 - - [2025-12-08 02:14:22] "GET /routing-instance/23adc2b6-67b1-4abb-9aac-2387587d2bca HTTP/1.1" 404 171 0.002850 10.0.0.130 - - [2025-12-08 02:14:22] "DELETE /route-target/257714d9-8089-4b4a-964c-e35c6c906b68 HTTP/1.1" 200 115 0.017541 10.0.0.130 - - [2025-12-08 02:14:22] "GET /domains HTTP/1.1" 200 281 0.002184 10.0.0.130 - - [2025-12-08 02:14:22] "GET /domains?obj_uuids=89255e1c-530c-49a5-b275-cafa7847f34c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000767 10.0.0.130 - - [2025-12-08 02:14:22] "GET /domain/89255e1c-530c-49a5-b275-cafa7847f34c HTTP/1.1" 200 2585 0.047748 10.0.0.130 - - [2025-12-08 02:14:22] "GET /projects?obj_uuids=a7fd918c-daf3-45d8-a123-cc915b705baf&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001283 10.0.0.130 - - [2025-12-08 02:14:22] "GET /project/a7fd918c-daf3-45d8-a123-cc915b705baf HTTP/1.1" 200 1870 0.061718 10.0.0.130 - - [2025-12-08 02:14:22] "GET /projects?obj_uuids=a7fd918c-daf3-45d8-a123-cc915b705baf&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000898 10.0.0.130 - - [2025-12-08 02:14:23] "GET /project/a7fd918c-daf3-45d8-a123-cc915b705baf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.021424 10.0.0.130 - - [2025-12-08 02:14:23] "GET /projects?obj_uuids=a7fd918c-daf3-45d8-a123-cc915b705baf&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000847 10.0.0.130 - - [2025-12-08 02:14:23] "GET /project/a7fd918c-daf3-45d8-a123-cc915b705baf?fields=virtual_networks HTTP/1.1" 200 1039 0.060471 10.0.0.130 - - [2025-12-08 02:14:23] "GET /projects?obj_uuids=a7fd918c-daf3-45d8-a123-cc915b705baf&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000890 10.0.0.130 - - [2025-12-08 02:14:23] "GET /project/a7fd918c-daf3-45d8-a123-cc915b705baf?fields=virtual_machine_interfaces HTTP/1.1" 200 1039 0.021716 10.0.0.130 - - [2025-12-08 02:14:23] "GET /projects?obj_uuids=a7fd918c-daf3-45d8-a123-cc915b705baf&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000902 10.0.0.130 - - [2025-12-08 02:14:23] "GET /project/a7fd918c-daf3-45d8-a123-cc915b705baf?fields=security_groups HTTP/1.1" 200 1268 0.020604 10.0.0.130 - - [2025-12-08 02:14:24] "POST /fqname-to-id HTTP/1.1" 404 181 0.024345 10.0.0.130 - - [2025-12-08 02:14:24] "GET /projects?obj_uuids=3118a1ae-450b-4ca8-870b-240d59eadb2a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002157 10.0.0.130 - - [2025-12-08 02:14:24] "GET /domains?obj_uuids=89255e1c-530c-49a5-b275-cafa7847f34c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000844 10.0.0.130 - - [2025-12-08 02:14:24] "GET /domain/89255e1c-530c-49a5-b275-cafa7847f34c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006069 10.0.0.130 - - [2025-12-08 02:14:24] "POST /id-to-fqname HTTP/1.1" 200 183 0.001153 10.0.0.130 - - [2025-12-08 02:14:24] "POST /fqname-to-id HTTP/1.1" 404 192 0.002510 10.0.0.130 - - [2025-12-08 02:14:24] "POST /security-groups HTTP/1.1" 200 584 0.063023 10.0.0.130 - - [2025-12-08 02:14:24] "POST /fqname-to-id HTTP/1.1" 404 227 0.002156 10.0.0.130 - - [2025-12-08 02:14:24] "POST /projects HTTP/1.1" 200 571 0.206415 10.0.0.130 - - [2025-12-08 02:14:24] "POST /access-control-lists HTTP/1.1" 200 591 0.054711 10.0.0.130 - - [2025-12-08 02:14:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.281621 10.0.0.130 - - [2025-12-08 02:14:24] "POST /fqname-to-id HTTP/1.1" 404 226 0.002334 10.0.0.130 - - [2025-12-08 02:14:24] "GET /project/3118a1ae-450b-4ca8-870b-240d59eadb2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1337 0.407531 10.0.0.130 - - [2025-12-08 02:14:24] "POST /access-control-lists HTTP/1.1" 200 589 0.060516 10.0.0.130 - - [2025-12-08 02:14:25] "GET / HTTP/1.1" 200 36215 0.002157 10.0.0.130 - - [2025-12-08 02:14:26] "POST /fqname-to-id HTTP/1.1" 401 293 0.000412 10.0.0.130 - - [2025-12-08 02:14:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.052449 10.0.0.130 - - [2025-12-08 02:14:26] "GET /projects?obj_uuids=3118a1ae-450b-4ca8-870b-240d59eadb2a&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000818 10.0.0.130 - - [2025-12-08 02:14:26] "GET /project/3118a1ae-450b-4ca8-870b-240d59eadb2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1337 0.024506 10.0.0.130 - - [2025-12-08 02:14:26] "POST /neutron/network HTTP/1.1" 200 117 0.031292 10.0.0.130 - - [2025-12-08 02:14:26] "GET /projects?obj_uuids=3118a1ae-450b-4ca8-870b-240d59eadb2a&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001108 10.0.0.130 - - [2025-12-08 02:14:26] "POST /neutron/network HTTP/1.1" 200 612 0.061240 10.0.0.130 - - [2025-12-08 02:14:26] "POST /route-targets HTTP/1.1" 200 328 0.012546 10.0.0.130 - - [2025-12-08 02:14:26] "POST /ref-update HTTP/1.1" 200 156 0.011432 10.0.0.130 - - [2025-12-08 02:14:26] "POST /useragent-kv HTTP/1.1" 200 115 0.002776 10.0.0.130 - - [2025-12-08 02:14:26] "POST /neutron/subnet HTTP/1.1" 200 720 0.160919 10.0.0.130 - - [2025-12-08 02:14:26] "POST /neutron/network HTTP/1.1" 200 830 0.004231 10.0.0.130 - - [2025-12-08 02:14:26] "POST /id-to-fqname HTTP/1.1" 200 220 0.000932 10.0.0.130 - - [2025-12-08 02:14:26] "GET /virtual-network/6ab2d404-4d9a-4ea3-a24e-6aa6a6ddb1f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004531 10.0.0.130 - - [2025-12-08 02:14:26] "POST /neutron/network HTTP/1.1" 200 830 0.005523 10.0.0.130 - - [2025-12-08 02:14:26] "GET /virtual-network/6ab2d404-4d9a-4ea3-a24e-6aa6a6ddb1f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004465 10.0.0.130 - - [2025-12-08 02:14:27] "POST /neutron/network HTTP/1.1" 200 830 0.004775 10.0.0.130 - - [2025-12-08 02:14:27] "POST /neutron/subnet HTTP/1.1" 200 720 0.005505 10.0.0.130 - - [2025-12-08 02:14:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.001955 10.0.0.130 - - [2025-12-08 02:14:27] "GET /virtual-network/6ab2d404-4d9a-4ea3-a24e-6aa6a6ddb1f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004511 10.0.0.130 - - [2025-12-08 02:14:27] "PUT /virtual-network/6ab2d404-4d9a-4ea3-a24e-6aa6a6ddb1f1 HTTP/1.1" 200 265 0.033387 10.0.0.130 - - [2025-12-08 02:14:27] "POST /route-targets HTTP/1.1" 200 324 0.013211 10.0.0.130 - - [2025-12-08 02:14:27] "POST /ref-update HTTP/1.1" 200 156 0.011273 10.0.0.130 - - [2025-12-08 02:14:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002597 10.0.0.130 - - [2025-12-08 02:14:27] "GET /projects?obj_uuids=3118a1ae-450b-4ca8-870b-240d59eadb2a&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000952 10.0.0.130 - - [2025-12-08 02:14:27] "GET /project/3118a1ae-450b-4ca8-870b-240d59eadb2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1337 0.022263 10.0.0.130 - - [2025-12-08 02:14:27] "POST /neutron/network HTTP/1.1" 200 117 0.008965 10.0.0.130 - - [2025-12-08 02:14:27] "GET /projects?obj_uuids=3118a1ae-450b-4ca8-870b-240d59eadb2a&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000857 10.0.0.130 - - [2025-12-08 02:14:27] "POST /neutron/network HTTP/1.1" 200 612 0.053594 10.0.0.130 - - [2025-12-08 02:14:27] "POST /route-targets HTTP/1.1" 200 328 0.009332 10.0.0.130 - - [2025-12-08 02:14:27] "POST /ref-update HTTP/1.1" 200 156 0.011587 10.0.0.130 - - [2025-12-08 02:14:27] "POST /useragent-kv HTTP/1.1" 200 115 0.002315 10.0.0.130 - - [2025-12-08 02:14:27] "POST /neutron/subnet HTTP/1.1" 200 725 0.151437 10.0.0.130 - - [2025-12-08 02:14:27] "POST /neutron/network HTTP/1.1" 200 831 0.004497 10.0.0.130 - - [2025-12-08 02:14:27] "POST /id-to-fqname HTTP/1.1" 200 220 0.001369 10.0.0.130 - - [2025-12-08 02:14:27] "GET /virtual-network/cf370698-f349-42a4-b2f3-0455ce1c1d99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004616 10.0.0.130 - - [2025-12-08 02:14:27] "POST /neutron/network HTTP/1.1" 200 831 0.004592 10.0.0.130 - - [2025-12-08 02:14:27] "GET /virtual-network/cf370698-f349-42a4-b2f3-0455ce1c1d99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004101 10.0.0.130 - - [2025-12-08 02:14:27] "POST /neutron/network HTTP/1.1" 200 831 0.004931 10.0.0.130 - - [2025-12-08 02:14:27] "POST /neutron/subnet HTTP/1.1" 200 725 0.005272 10.0.0.130 - - [2025-12-08 02:14:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.001798 10.0.0.130 - - [2025-12-08 02:14:27] "GET /virtual-network/cf370698-f349-42a4-b2f3-0455ce1c1d99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005178 10.0.0.130 - - [2025-12-08 02:14:27] "POST /ref-update HTTP/1.1" 200 156 0.009319 10.0.0.130 - - [2025-12-08 02:14:27] "PUT /virtual-network/cf370698-f349-42a4-b2f3-0455ce1c1d99 HTTP/1.1" 200 265 0.029755 10.0.0.130 - - [2025-12-08 02:14:27] "POST /id-to-fqname HTTP/1.1" 200 220 0.001386 10.0.0.130 - - [2025-12-08 02:14:28] "POST /neutron/network HTTP/1.1" 200 840 0.004544 10.0.0.130 - - [2025-12-08 02:14:28] "GET /aaa-mode HTTP/1.1" 401 293 0.000372 10.0.0.130 - - [2025-12-08 02:14:28] "GET / HTTP/1.1" 200 36215 0.001437 10.0.0.130 - - [2025-12-08 02:14:28] "GET /project/3118a1ae-450b-4ca8-870b-240d59eadb2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000376 10.0.0.130 - - [2025-12-08 02:14:28] "GET /projects?obj_uuids=3118a1ae-450b-4ca8-870b-240d59eadb2a&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000951 10.0.0.130 - - [2025-12-08 02:14:28] "GET /project/3118a1ae-450b-4ca8-870b-240d59eadb2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1337 0.045950 10.0.0.130 - - [2025-12-08 02:14:28] "POST /neutron/network HTTP/1.1" 200 830 0.004500 10.0.0.130 - - [2025-12-08 02:14:28] "POST /neutron/port HTTP/1.1" 200 117 0.004285 10.0.0.130 - - [2025-12-08 02:14:28] "POST /neutron/port HTTP/1.1" 200 117 0.004155 10.0.0.130 - - [2025-12-08 02:14:28] "POST /id-to-fqname HTTP/1.1" 200 220 0.001142 10.0.0.130 - - [2025-12-08 02:14:29] "POST /neutron/port HTTP/1.1" 200 117 0.003978 10.0.0.130 - - [2025-12-08 02:14:29] "POST /neutron/network HTTP/1.1" 200 841 0.005322 10.0.0.130 - - [2025-12-08 02:14:29] "GET /aaa-mode HTTP/1.1" 401 293 0.000428 10.0.0.130 - - [2025-12-08 02:14:29] "POST /neutron/network HTTP/1.1" 200 840 0.004547 10.0.0.130 - - [2025-12-08 02:14:29] "GET /projects?obj_uuids=3118a1ae-450b-4ca8-870b-240d59eadb2a&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000851 10.0.0.130 - - [2025-12-08 02:14:29] "GET / HTTP/1.1" 200 36215 0.001345 10.0.0.130 - - [2025-12-08 02:14:29] "GET /project/3118a1ae-450b-4ca8-870b-240d59eadb2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000349 10.0.0.130 - - [2025-12-08 02:14:29] "POST /neutron/port HTTP/1.1" 200 1052 0.164982 10.0.0.130 - - [2025-12-08 02:14:29] "POST /neutron/port HTTP/1.1" 200 1052 0.010982 10.0.0.130 - - [2025-12-08 02:14:29] "POST /neutron/port HTTP/1.1" 200 1052 0.008046 10.0.0.130 - - [2025-12-08 02:14:29] "POST /neutron/port HTTP/1.1" 200 1106 0.049905 10.0.0.130 - - [2025-12-08 02:14:29] "POST /neutron/port HTTP/1.1" 200 1080 0.009335 10.0.0.130 - - [2025-12-08 02:14:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002733 10.0.0.130 - - [2025-12-08 02:14:29] "POST /neutron/subnet HTTP/1.1" 200 694 0.007198 10.0.0.130 - - [2025-12-08 02:14:29] "POST /neutron/port HTTP/1.1" 200 117 0.000998 10.0.0.130 - - [2025-12-08 02:14:29] "POST /neutron/network HTTP/1.1" 200 830 0.004529 10.0.0.130 - - [2025-12-08 02:14:29] "GET /projects?obj_uuids=3118a1ae-450b-4ca8-870b-240d59eadb2a&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001318 10.0.0.130 - - [2025-12-08 02:14:29] "GET /project/3118a1ae-450b-4ca8-870b-240d59eadb2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1337 0.051299 10.0.0.130 - - [2025-12-08 02:14:29] "POST /neutron/network HTTP/1.1" 200 831 0.004812 10.0.0.130 - - [2025-12-08 02:14:29] "POST /neutron/port HTTP/1.1" 200 1080 0.012301 10.0.0.130 - - [2025-12-08 02:14:29] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006405 10.0.0.130 - - [2025-12-08 02:14:30] "POST /neutron/port HTTP/1.1" 200 117 0.004324 10.0.0.130 - - [2025-12-08 02:14:30] "POST /neutron/port HTTP/1.1" 200 1080 0.010755 10.0.0.130 - - [2025-12-08 02:14:30] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007232 10.0.0.130 - - [2025-12-08 02:14:30] "POST /neutron/network HTTP/1.1" 200 841 0.004625 10.0.0.130 - - [2025-12-08 02:14:30] "GET /projects?obj_uuids=3118a1ae-450b-4ca8-870b-240d59eadb2a&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000952 10.0.0.130 - - [2025-12-08 02:14:30] "POST /neutron/port HTTP/1.1" 200 1053 0.210788 10.0.0.130 - - [2025-12-08 02:14:30] "POST /neutron/port HTTP/1.1" 200 1053 0.008818 10.0.0.130 - - [2025-12-08 02:14:30] "POST /neutron/port HTTP/1.1" 200 1053 0.011033 10.0.0.130 - - [2025-12-08 02:14:30] "POST /neutron/port HTTP/1.1" 200 1107 0.060948 10.0.0.130 - - [2025-12-08 02:14:30] "POST /neutron/port HTTP/1.1" 200 1081 0.009099 10.0.0.130 - - [2025-12-08 02:14:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002738 10.0.0.130 - - [2025-12-08 02:14:30] "POST /neutron/subnet HTTP/1.1" 200 699 0.007163 10.0.0.130 - - [2025-12-08 02:14:30] "POST /neutron/port HTTP/1.1" 200 117 0.001067 10.0.0.130 - - [2025-12-08 02:14:30] "POST /neutron/network HTTP/1.1" 200 831 0.006714 10.0.0.130 - - [2025-12-08 02:14:35] "POST /neutron/port HTTP/1.1" 200 1080 0.009221 10.0.0.130 - - [2025-12-08 02:14:35] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005057 10.0.0.130 - - [2025-12-08 02:14:35] "POST /neutron/port HTTP/1.1" 200 1080 0.009473 10.0.0.130 - - [2025-12-08 02:14:35] "POST /neutron/security_group HTTP/1.1" 200 2051 0.004530 10.0.0.130 - - [2025-12-08 02:14:35] "POST /neutron/port HTTP/1.1" 200 1080 0.010660 10.0.0.130 - - [2025-12-08 02:14:35] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005103 10.0.0.130 - - [2025-12-08 02:14:35] "GET /virtual-machine/99c47670-11b0-4095-bdd7-7f033ab25c13 HTTP/1.1" 401 293 0.000321 10.0.0.130 - - [2025-12-08 02:14:35] "GET /virtual-machine/99c47670-11b0-4095-bdd7-7f033ab25c13 HTTP/1.1" 200 1288 0.027898 10.0.0.130 - - [2025-12-08 02:14:35] "GET /virtual-machine-interface/f82d66de-6474-43ff-8b34-f6a1e9ac01a3 HTTP/1.1" 200 2935 0.004032 10.0.0.130 - - [2025-12-08 02:14:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002235 10.0.0.130 - - [2025-12-08 02:14:35] "GET /global-vrouter-config/a6e10417-27c9-4d34-b977-7b7d3fa7e4f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002743 10.0.0.130 - - [2025-12-08 02:14:35] "GET /virtual-networks?parent_id=3118a1ae-450b-4ca8-870b-240d59eadb2a&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.002955 10.0.0.130 - - [2025-12-08 02:14:35] "GET /virtual-network/6ab2d404-4d9a-4ea3-a24e-6aa6a6ddb1f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.004698 10.0.0.130 - - [2025-12-08 02:14:38] "POST /neutron/port HTTP/1.1" 200 1080 0.012218 10.0.0.130 - - [2025-12-08 02:14:38] "POST /neutron/security_group HTTP/1.1" 200 2051 0.004185 10.0.0.130 - - [2025-12-08 02:14:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003130 10.0.0.130 - - [2025-12-08 02:14:38] "GET /virtual-network/6ab2d404-4d9a-4ea3-a24e-6aa6a6ddb1f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.004240 10.0.0.130 - - [2025-12-08 02:14:39] "POST /neutron/port HTTP/1.1" 200 1081 0.009792 10.0.0.130 - - [2025-12-08 02:14:39] "POST /neutron/security_group HTTP/1.1" 200 2051 0.003961 10.0.0.130 - - [2025-12-08 02:14:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003126 10.0.0.130 - - [2025-12-08 02:14:41] "GET /global-vrouter-config/a6e10417-27c9-4d34-b977-7b7d3fa7e4f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002556 10.0.0.130 - - [2025-12-08 02:14:41] "GET /virtual-networks?parent_id=3118a1ae-450b-4ca8-870b-240d59eadb2a&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.005126 10.0.0.130 - - [2025-12-08 02:14:41] "GET /virtual-network/6ab2d404-4d9a-4ea3-a24e-6aa6a6ddb1f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.004499 10.0.0.130 - - [2025-12-08 02:14:41] "POST /neutron/port HTTP/1.1" 200 1081 0.010156 10.0.0.130 - - [2025-12-08 02:14:41] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006528 10.0.0.130 - - [2025-12-08 02:14:41] "POST /neutron/port HTTP/1.1" 200 1081 0.009748 10.0.0.130 - - [2025-12-08 02:14:41] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005355 10.0.0.130 - - [2025-12-08 02:14:41] "POST /neutron/port HTTP/1.1" 200 1081 0.009054 10.0.0.130 - - [2025-12-08 02:14:41] "POST /neutron/security_group HTTP/1.1" 200 2051 0.004545 10.0.0.130 - - [2025-12-08 02:14:41] "GET /virtual-machine/94365da1-7ec7-41b1-8129-a2ba6f4a338f HTTP/1.1" 200 1287 0.004464 10.0.0.130 - - [2025-12-08 02:14:41] "GET /virtual-machine-interface/c5413c55-541b-4ff8-abd7-fef2dbc607ce HTTP/1.1" 200 2935 0.005845 10.0.0.130 - - [2025-12-08 02:14:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002793 10.0.0.130 - - [2025-12-08 02:14:41] "GET /global-vrouter-config/a6e10417-27c9-4d34-b977-7b7d3fa7e4f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002746 10.0.0.130 - - [2025-12-08 02:14:41] "GET /virtual-networks?parent_id=3118a1ae-450b-4ca8-870b-240d59eadb2a&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.002681 10.0.0.130 - - [2025-12-08 02:14:41] "GET /virtual-network/cf370698-f349-42a4-b2f3-0455ce1c1d99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.005686 10.0.0.130 - - [2025-12-08 02:14:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002416 10.0.0.130 - - [2025-12-08 02:14:42] "GET /global-vrouter-config/a6e10417-27c9-4d34-b977-7b7d3fa7e4f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002466 10.0.0.130 - - [2025-12-08 02:14:42] "GET /virtual-networks?parent_id=3118a1ae-450b-4ca8-870b-240d59eadb2a&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.006848 10.0.0.130 - - [2025-12-08 02:14:42] "GET /virtual-network/cf370698-f349-42a4-b2f3-0455ce1c1d99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.004448 10.0.0.130 - - [2025-12-08 02:14:43] "POST /routing-policys HTTP/1.1" 200 536 0.020451 10.0.0.130 - - [2025-12-08 02:14:43] "GET /virtual-network/6ab2d404-4d9a-4ea3-a24e-6aa6a6ddb1f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.005310 10.0.0.130 - - [2025-12-08 02:14:43] "POST /ref-update HTTP/1.1" 200 156 0.012678 10.0.0.130 - - [2025-12-08 02:14:43] "PUT /virtual-network/6ab2d404-4d9a-4ea3-a24e-6aa6a6ddb1f1 HTTP/1.1" 200 265 0.034018 10.0.0.130 - - [2025-12-08 02:14:47] "POST /ref-update HTTP/1.1" 200 156 0.025517 10.0.0.130 - - [2025-12-08 02:14:47] "POST /ref-update HTTP/1.1" 200 156 0.009888 10.0.0.130 - - [2025-12-08 02:14:47] "DELETE /routing-policy/27232306-0cf1-4a0b-a16d-cbfffb92373f HTTP/1.1" 200 115 0.020960 10.0.0.130 - - [2025-12-08 02:14:47] "POST /neutron/network HTTP/1.1" 200 831 0.004564 10.0.0.130 - - [2025-12-08 02:14:47] "POST /neutron/network HTTP/1.1" 400 204 0.009250 10.0.0.130 - - [2025-12-08 02:14:47] "POST /neutron/port HTTP/1.1" 200 1081 0.009856 10.0.0.130 - - [2025-12-08 02:14:47] "POST /neutron/port HTTP/1.1" 200 1107 0.007688 10.0.0.130 - - [2025-12-08 02:14:47] "POST /neutron/port HTTP/1.1" 200 1080 0.017251 10.0.0.130 - - [2025-12-08 02:14:48] "POST /neutron/port HTTP/1.1" 200 1106 0.009036 10.0.0.130 - - [2025-12-08 02:14:48] "POST /neutron/port HTTP/1.1" 200 151 0.116800 10.0.0.130 - - [2025-12-08 02:14:48] "POST /neutron/port HTTP/1.1" 200 151 0.109317 10.0.0.130 - - [2025-12-08 02:14:49] "POST /neutron/network HTTP/1.1" 200 831 0.005019 10.0.0.130 - - [2025-12-08 02:14:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002846 10.0.0.130 - - [2025-12-08 02:14:49] "POST /useragent-kv HTTP/1.1" 200 115 0.001629 10.0.0.130 - - [2025-12-08 02:14:49] "POST /useragent-kv HTTP/1.1" 200 115 0.002368 10.0.0.130 - - [2025-12-08 02:14:49] "POST /neutron/network HTTP/1.1" 200 151 0.070328 10.0.0.130 - - [2025-12-08 02:14:49] "DELETE /route-target/0b731141-65e3-47e9-966e-ac747cd7a9ab HTTP/1.1" 200 115 0.022575 10.0.0.130 - - [2025-12-08 02:14:49] "POST /neutron/network HTTP/1.1" 200 830 0.006520 10.0.0.130 - - [2025-12-08 02:14:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.001804 10.0.0.130 - - [2025-12-08 02:14:49] "POST /useragent-kv HTTP/1.1" 200 115 0.002795 10.0.0.130 - - [2025-12-08 02:14:49] "DELETE /route-target/ae47d55f-bf7b-4a1d-a792-de4e85900a35 HTTP/1.1" 200 115 0.024759 10.0.0.130 - - [2025-12-08 02:14:49] "POST /useragent-kv HTTP/1.1" 200 115 0.002329 10.0.0.130 - - [2025-12-08 02:14:49] "POST /neutron/network HTTP/1.1" 200 151 0.071380 10.0.0.130 - - [2025-12-08 02:14:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.001955 10.0.0.130 - - [2025-12-08 02:14:49] "DELETE /route-target/ac2bb43a-f119-4223-b59a-d4370da79d9e HTTP/1.1" 200 115 0.014318 10.0.0.130 - - [2025-12-08 02:14:49] "POST /fqname-to-id HTTP/1.1" 404 160 0.002883 10.0.0.130 - - [2025-12-08 02:14:50] "GET /projects?obj_uuids=3118a1ae-450b-4ca8-870b-240d59eadb2a&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000875 10.0.0.130 - - [2025-12-08 02:14:50] "GET /project/3118a1ae-450b-4ca8-870b-240d59eadb2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1337 0.022002 10.0.0.130 - - [2025-12-08 02:14:50] "GET /projects?obj_uuids=3118a1ae-450b-4ca8-870b-240d59eadb2a&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000903 10.0.0.130 - - [2025-12-08 02:14:50] "GET /project/3118a1ae-450b-4ca8-870b-240d59eadb2a?fields=virtual_networks HTTP/1.1" 200 1019 0.064806 10.0.0.130 - - [2025-12-08 02:14:50] "GET /projects?obj_uuids=3118a1ae-450b-4ca8-870b-240d59eadb2a&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001000 10.0.0.130 - - [2025-12-08 02:14:50] "GET /project/3118a1ae-450b-4ca8-870b-240d59eadb2a?fields=virtual_machine_interfaces HTTP/1.1" 200 1019 0.025023 10.0.0.130 - - [2025-12-08 02:14:50] "GET /projects?obj_uuids=3118a1ae-450b-4ca8-870b-240d59eadb2a&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000932 10.0.0.130 - - [2025-12-08 02:14:50] "GET /project/3118a1ae-450b-4ca8-870b-240d59eadb2a?fields=security_groups HTTP/1.1" 200 1239 0.025842 10.0.0.130 - - [2025-12-08 02:14:50] "POST /fqname-to-id HTTP/1.1" 404 186 0.023694 10.0.0.130 - - [2025-12-08 02:14:51] "GET /projects?obj_uuids=f502bf4e-b53c-4ddf-abdc-cf960a02b8b8&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003713 10.0.0.130 - - [2025-12-08 02:14:51] "GET /domains?obj_uuids=89255e1c-530c-49a5-b275-cafa7847f34c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000843 10.0.0.130 - - [2025-12-08 02:14:51] "GET /domain/89255e1c-530c-49a5-b275-cafa7847f34c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.005450 10.0.0.130 - - [2025-12-08 02:14:51] "POST /id-to-fqname HTTP/1.1" 200 188 0.001445 10.0.0.130 - - [2025-12-08 02:14:51] "POST /fqname-to-id HTTP/1.1" 404 197 0.001929 10.0.0.130 - - [2025-12-08 02:14:51] "POST /security-groups HTTP/1.1" 200 589 0.056164 10.0.0.130 - - [2025-12-08 02:14:51] "POST /fqname-to-id HTTP/1.1" 404 232 0.002912 10.0.0.130 - - [2025-12-08 02:14:51] "POST /projects HTTP/1.1" 200 581 0.196595 10.0.0.130 - - [2025-12-08 02:14:51] "POST /access-control-lists HTTP/1.1" 200 596 0.058208 10.0.0.130 - - [2025-12-08 02:14:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.275403 10.0.0.130 - - [2025-12-08 02:14:51] "POST /fqname-to-id HTTP/1.1" 404 231 0.002393 10.0.0.130 - - [2025-12-08 02:14:51] "GET /project/f502bf4e-b53c-4ddf-abdc-cf960a02b8b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.389251 10.0.0.130 - - [2025-12-08 02:14:51] "POST /access-control-lists HTTP/1.1" 200 594 0.056676 10.0.0.130 - - [2025-12-08 02:14:52] "GET / HTTP/1.1" 200 36215 0.001684 10.0.0.130 - - [2025-12-08 02:14:53] "POST /fqname-to-id HTTP/1.1" 401 293 0.000448 10.0.0.130 - - [2025-12-08 02:14:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.053294 10.0.0.130 - - [2025-12-08 02:14:53] "GET /projects?obj_uuids=f502bf4e-b53c-4ddf-abdc-cf960a02b8b8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000844 10.0.0.130 - - [2025-12-08 02:14:53] "GET /project/f502bf4e-b53c-4ddf-abdc-cf960a02b8b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.020586 10.0.0.130 - - [2025-12-08 02:14:53] "POST /neutron/network HTTP/1.1" 200 117 0.027454 10.0.0.130 - - [2025-12-08 02:14:53] "GET /projects?obj_uuids=f502bf4e-b53c-4ddf-abdc-cf960a02b8b8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001078 10.0.0.130 - - [2025-12-08 02:14:53] "POST /neutron/network HTTP/1.1" 200 613 0.065366 10.0.0.130 - - [2025-12-08 02:14:53] "POST /route-targets HTTP/1.1" 200 328 0.008158 10.0.0.130 - - [2025-12-08 02:14:53] "POST /ref-update HTTP/1.1" 200 156 0.010843 10.0.0.130 - - [2025-12-08 02:14:53] "POST /useragent-kv HTTP/1.1" 200 115 0.002077 10.0.0.130 - - [2025-12-08 02:14:53] "POST /neutron/subnet HTTP/1.1" 200 714 0.181271 10.0.0.130 - - [2025-12-08 02:14:53] "POST /neutron/network HTTP/1.1" 200 830 0.004498 10.0.0.130 - - [2025-12-08 02:14:53] "POST /id-to-fqname HTTP/1.1" 200 223 0.001025 10.0.0.130 - - [2025-12-08 02:14:53] "GET /virtual-network/b2ec2ae8-ad4a-4869-8ed6-ffa2c01a0299?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004365 10.0.0.130 - - [2025-12-08 02:14:53] "POST /neutron/network HTTP/1.1" 200 830 0.005081 10.0.0.130 - - [2025-12-08 02:14:53] "GET /virtual-network/b2ec2ae8-ad4a-4869-8ed6-ffa2c01a0299?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.003919 10.0.0.130 - - [2025-12-08 02:14:54] "POST /neutron/network HTTP/1.1" 200 830 0.004941 10.0.0.130 - - [2025-12-08 02:14:54] "POST /neutron/subnet HTTP/1.1" 200 714 0.005567 10.0.0.130 - - [2025-12-08 02:14:54] "GET /domains HTTP/1.1" 401 293 0.000345 10.0.0.130 - - [2025-12-08 02:14:54] "GET /domains HTTP/1.1" 200 281 0.026304 10.0.0.130 - - [2025-12-08 02:14:54] "GET /domains?obj_uuids=89255e1c-530c-49a5-b275-cafa7847f34c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001131 10.0.0.130 - - [2025-12-08 02:14:54] "GET /domain/89255e1c-530c-49a5-b275-cafa7847f34c HTTP/1.1" 200 2950 0.007175 10.0.0.130 - - [2025-12-08 02:14:54] "GET /projects?obj_uuids=f502bf4e-b53c-4ddf-abdc-cf960a02b8b8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000855 10.0.0.130 - - [2025-12-08 02:14:54] "DELETE /project/f502bf4eb53c4ddfabdccf960a02b8b8 HTTP/1.1" 404 173 0.010742 10.0.0.130 - - [2025-12-08 02:14:54] "DELETE /project/3118a1ae450b4ca8870b240d59eadb2a HTTP/1.1" 404 173 0.009718 10.0.0.130 - - [2025-12-08 02:14:54] "GET /project/f502bf4e-b53c-4ddf-abdc-cf960a02b8b8 HTTP/1.1" 200 2087 0.087003 10.0.0.130 - - [2025-12-08 02:14:54] "GET /projects?obj_uuids=3118a1ae-450b-4ca8-870b-240d59eadb2a&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001131 10.0.0.130 - - [2025-12-08 02:14:54] "GET /projects?obj_uuids=a7fd918c-daf3-45d8-a123-cc915b705baf&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001243 10.0.0.130 - - [2025-12-08 02:14:54] "GET /virtual-network/b2ec2ae8-ad4a-4869-8ed6-ffa2c01a0299 HTTP/1.1" 200 2318 0.010772 10.0.0.130 - - [2025-12-08 02:14:54] "GET /virtual-network/b2ec2ae8-ad4a-4869-8ed6-ffa2c01a0299 HTTP/1.1" 200 2318 0.005105 10.0.0.130 - - [2025-12-08 02:14:54] "GET /routing-instance/19122b4b-2a6d-46e0-ab9c-5f2173d5566c HTTP/1.1" 200 1496 0.002749 10.0.0.130 - - [2025-12-08 02:14:54] "GET /project/a7fd918c-daf3-45d8-a123-cc915b705baf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1477 0.046140 10.0.0.130 - - [2025-12-08 02:14:54] "GET /project/3118a1ae-450b-4ca8-870b-240d59eadb2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.048696 10.0.0.130 - - [2025-12-08 02:14:54] "GET /routing-instance/19122b4b-2a6d-46e0-ab9c-5f2173d5566c HTTP/1.1" 200 1496 0.004416 10.0.0.130 - - [2025-12-08 02:14:54] "GET /projects?obj_uuids=3118a1ae-450b-4ca8-870b-240d59eadb2a&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000772 10.0.0.130 - - [2025-12-08 02:14:54] "GET /projects?obj_uuids=a7fd918c-daf3-45d8-a123-cc915b705baf&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000686 10.0.0.130 - - [2025-12-08 02:14:54] "GET /route-target/c612e6a0-71de-45d0-afb7-575498394b6c HTTP/1.1" 200 1215 0.005074 10.0.0.130 - - [2025-12-08 02:14:54] "GET /virtual-network/b2ec2ae8-ad4a-4869-8ed6-ffa2c01a0299 HTTP/1.1" 200 2318 0.004069 10.0.0.130 - - [2025-12-08 02:14:54] "GET /routing-instance/19122b4b-2a6d-46e0-ab9c-5f2173d5566c HTTP/1.1" 200 1496 0.002772 10.0.0.130 - - [2025-12-08 02:14:54] "GET /virtual-network/b2ec2ae8-ad4a-4869-8ed6-ffa2c01a0299?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.012807 10.0.0.130 - - [2025-12-08 02:14:54] "GET /project/a7fd918c-daf3-45d8-a123-cc915b705baf?fields=security_groups HTTP/1.1" 200 1370 0.048631 10.0.0.130 - - [2025-12-08 02:14:54] "GET /project/3118a1ae-450b-4ca8-870b-240d59eadb2a?fields=security_groups HTTP/1.1" 200 1341 0.050628 10.0.0.130 - - [2025-12-08 02:14:54] "GET /virtual-network/b2ec2ae8-ad4a-4869-8ed6-ffa2c01a0299 HTTP/1.1" 200 2318 0.004749 10.0.0.130 - - [2025-12-08 02:14:54] "GET /routing-instance/19122b4b-2a6d-46e0-ab9c-5f2173d5566c HTTP/1.1" 200 1496 0.002821 10.0.0.130 - - [2025-12-08 02:14:54] "GET /routing-instance/19122b4b-2a6d-46e0-ab9c-5f2173d5566c HTTP/1.1" 200 1496 0.002711 10.0.0.130 - - [2025-12-08 02:14:54] "GET /route-target/c612e6a0-71de-45d0-afb7-575498394b6c HTTP/1.1" 200 1215 0.002499 10.0.0.130 - - [2025-12-08 02:14:54] "GET /domains HTTP/1.1" 200 281 0.004072 10.0.0.130 - - [2025-12-08 02:14:54] "GET /domains?obj_uuids=89255e1c-530c-49a5-b275-cafa7847f34c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000800 10.0.0.130 - - [2025-12-08 02:14:54] "GET /domain/89255e1c-530c-49a5-b275-cafa7847f34c HTTP/1.1" 200 2950 0.008043 10.0.0.130 - - [2025-12-08 02:14:54] "GET /projects?obj_uuids=f502bf4e-b53c-4ddf-abdc-cf960a02b8b8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000824 10.0.0.130 - - [2025-12-08 02:14:54] "DELETE /security-group/34b33112-0656-485f-8b24-18a407ba80b1 HTTP/1.1" 200 115 0.037750 10.0.0.130 - - [2025-12-08 02:14:54] "GET /projects?obj_uuids=a7fd918c-daf3-45d8-a123-cc915b705baf&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001106 10.0.0.130 - - [2025-12-08 02:14:54] "DELETE /security-group/cb885983-dd0a-47e1-9ff1-53f046cc975e HTTP/1.1" 200 115 0.067373 10.0.0.130 - - [2025-12-08 02:14:54] "GET /project/a7fd918c-daf3-45d8-a123-cc915b705baf?fields=application_policy_sets HTTP/1.1" 200 1409 0.041079 10.0.0.130 - - [2025-12-08 02:14:54] "GET /projects?obj_uuids=3118a1ae-450b-4ca8-870b-240d59eadb2a&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001072 10.0.0.130 - - [2025-12-08 02:14:54] "DELETE /access-control-list/b9ea7fc7-18bc-47c1-b179-b70fa294df07 HTTP/1.1" 200 115 0.053970 10.0.0.130 - - [2025-12-08 02:14:54] "GET /project/f502bf4e-b53c-4ddf-abdc-cf960a02b8b8 HTTP/1.1" 200 2087 0.083012 10.0.0.130 - - [2025-12-08 02:14:54] "GET /virtual-network/b2ec2ae8-ad4a-4869-8ed6-ffa2c01a0299 HTTP/1.1" 200 2318 0.005246 10.0.0.130 - - [2025-12-08 02:14:54] "DELETE /access-control-list/486d5e84-5ceb-45de-94f9-b27f2c064023 HTTP/1.1" 200 115 0.030812 10.0.0.130 - - [2025-12-08 02:14:54] "GET /project/3118a1ae-450b-4ca8-870b-240d59eadb2a?fields=application_policy_sets HTTP/1.1" 200 1380 0.081681 10.0.0.130 - - [2025-12-08 02:14:54] "DELETE /access-control-list/d2fb5f16-e9b3-49d1-acae-b7d8ed3c2417 HTTP/1.1" 200 115 0.035964 10.0.0.130 - - [2025-12-08 02:14:54] "DELETE /access-control-list/1c308e55-9768-4bba-b343-328dd3ca693e HTTP/1.1" 200 115 0.029110 10.0.0.130 - - [2025-12-08 02:14:54] "DELETE /project/a7fd918c-daf3-45d8-a123-cc915b705baf HTTP/1.1" 200 115 0.383213 10.0.0.130 - - [2025-12-08 02:14:54] "DELETE /project/3118a1ae-450b-4ca8-870b-240d59eadb2a HTTP/1.1" 200 115 0.424539 10.0.0.130 - - [2025-12-08 02:14:55] "GET /obj-perms HTTP/1.1" 200 5045 0.049550 10.0.0.130 - - [2025-12-08 02:14:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002445 10.0.0.130 - - [2025-12-08 02:14:55] "GET /projects?obj_uuids=f502bf4e-b53c-4ddf-abdc-cf960a02b8b8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000859 10.0.0.130 - - [2025-12-08 02:14:55] "GET /project/f502bf4e-b53c-4ddf-abdc-cf960a02b8b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.021167 10.0.0.130 - - [2025-12-08 02:14:55] "POST /neutron/network HTTP/1.1" 200 117 0.009184 10.0.0.130 - - [2025-12-08 02:14:55] "GET /projects?obj_uuids=f502bf4e-b53c-4ddf-abdc-cf960a02b8b8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000915 10.0.0.130 - - [2025-12-08 02:14:55] "POST /neutron/network HTTP/1.1" 200 613 0.059252 10.0.0.130 - - [2025-12-08 02:14:55] "POST /useragent-kv HTTP/1.1" 200 115 0.002240 10.0.0.130 - - [2025-12-08 02:14:55] "POST /neutron/subnet HTTP/1.1" 200 734 0.172031 10.0.0.130 - - [2025-12-08 02:14:55] "POST /neutron/network HTTP/1.1" 200 834 0.004582 10.0.0.130 - - [2025-12-08 02:14:55] "POST /id-to-fqname HTTP/1.1" 200 223 0.001293 10.0.0.130 - - [2025-12-08 02:14:55] "GET /virtual-network/e414923c-7625-4ce1-961a-0fda50830936?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.004111 10.0.0.130 - - [2025-12-08 02:14:55] "POST /neutron/network HTTP/1.1" 200 834 0.005250 10.0.0.130 - - [2025-12-08 02:14:55] "GET /virtual-network/e414923c-7625-4ce1-961a-0fda50830936?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.004508 10.0.0.130 - - [2025-12-08 02:14:55] "POST /neutron/network HTTP/1.1" 200 834 0.004848 10.0.0.130 - - [2025-12-08 02:14:55] "POST /neutron/subnet HTTP/1.1" 200 734 0.005617 10.0.0.130 - - [2025-12-08 02:14:55] "GET /domains HTTP/1.1" 200 281 0.002072 10.0.0.130 - - [2025-12-08 02:14:55] "GET /domains?obj_uuids=89255e1c-530c-49a5-b275-cafa7847f34c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000825 10.0.0.130 - - [2025-12-08 02:14:55] "GET /domain/89255e1c-530c-49a5-b275-cafa7847f34c HTTP/1.1" 200 2581 0.006047 10.0.0.130 - - [2025-12-08 02:14:55] "GET /projects?obj_uuids=f502bf4e-b53c-4ddf-abdc-cf960a02b8b8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000836 10.0.0.130 - - [2025-12-08 02:14:55] "GET /project/f502bf4e-b53c-4ddf-abdc-cf960a02b8b8 HTTP/1.1" 200 2306 0.064796 10.0.0.130 - - [2025-12-08 02:14:55] "GET /virtual-network/e414923c-7625-4ce1-961a-0fda50830936 HTTP/1.1" 200 2330 0.005073 10.0.0.130 - - [2025-12-08 02:14:55] "GET /virtual-network/e414923c-7625-4ce1-961a-0fda50830936 HTTP/1.1" 200 2330 0.003995 10.0.0.130 - - [2025-12-08 02:14:55] "GET /routing-instance/1b632943-6f46-456a-bbc3-0ae649c30afe HTTP/1.1" 200 1274 0.002738 10.0.0.130 - - [2025-12-08 02:14:55] "GET /routing-instance/1b632943-6f46-456a-bbc3-0ae649c30afe HTTP/1.1" 200 1274 0.002566 10.0.0.130 - - [2025-12-08 02:14:55] "POST /route-targets HTTP/1.1" 200 328 0.008337 10.0.0.130 - - [2025-12-08 02:14:55] "POST /ref-update HTTP/1.1" 200 156 0.011192 10.0.0.130 - - [2025-12-08 02:15:00] "GET /obj-perms HTTP/1.1" 200 5075 0.044581 10.0.0.130 - - [2025-12-08 02:15:00] "GET /obj-perms HTTP/1.1" 200 5075 0.043878 10.0.0.130 - - [2025-12-08 02:15:00] "GET /domains HTTP/1.1" 200 281 0.002476 10.0.0.130 - - [2025-12-08 02:15:00] "GET /domains?obj_uuids=89255e1c-530c-49a5-b275-cafa7847f34c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001234 10.0.0.130 - - [2025-12-08 02:15:00] "GET /domain/89255e1c-530c-49a5-b275-cafa7847f34c HTTP/1.1" 200 2581 0.006419 10.0.0.130 - - [2025-12-08 02:15:00] "GET /projects?obj_uuids=f502bf4e-b53c-4ddf-abdc-cf960a02b8b8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000850 10.0.0.130 - - [2025-12-08 02:15:00] "GET /project/f502bf4e-b53c-4ddf-abdc-cf960a02b8b8 HTTP/1.1" 200 2306 0.064328 10.0.0.130 - - [2025-12-08 02:15:00] "GET /virtual-network/e414923c-7625-4ce1-961a-0fda50830936 HTTP/1.1" 200 2330 0.004372 10.0.0.130 - - [2025-12-08 02:15:00] "GET /virtual-network/e414923c-7625-4ce1-961a-0fda50830936 HTTP/1.1" 200 2330 0.004343 10.0.0.130 - - [2025-12-08 02:15:00] "GET /routing-instance/1b632943-6f46-456a-bbc3-0ae649c30afe HTTP/1.1" 200 1496 0.003913 10.0.0.130 - - [2025-12-08 02:15:00] "GET /routing-instance/1b632943-6f46-456a-bbc3-0ae649c30afe HTTP/1.1" 200 1496 0.003019 10.0.0.130 - - [2025-12-08 02:15:00] "GET /route-target/9e73d541-637a-4468-87dc-dea05aa2e7b7 HTTP/1.1" 200 1214 0.003967 10.0.0.130 - - [2025-12-08 02:15:00] "GET /virtual-network/e414923c-7625-4ce1-961a-0fda50830936 HTTP/1.1" 200 2330 0.011923 10.0.0.130 - - [2025-12-08 02:15:00] "GET /routing-instance/1b632943-6f46-456a-bbc3-0ae649c30afe HTTP/1.1" 200 1496 0.003273 10.0.0.130 - - [2025-12-08 02:15:00] "GET /virtual-network/e414923c-7625-4ce1-961a-0fda50830936?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.004533 10.0.0.130 - - [2025-12-08 02:15:00] "GET /virtual-network/e414923c-7625-4ce1-961a-0fda50830936 HTTP/1.1" 200 2330 0.004554 10.0.0.130 - - [2025-12-08 02:15:00] "GET /routing-instance/1b632943-6f46-456a-bbc3-0ae649c30afe HTTP/1.1" 200 1496 0.004209 10.0.0.130 - - [2025-12-08 02:15:00] "GET /routing-instance/1b632943-6f46-456a-bbc3-0ae649c30afe HTTP/1.1" 200 1496 0.003972 10.0.0.130 - - [2025-12-08 02:15:00] "GET /route-target/9e73d541-637a-4468-87dc-dea05aa2e7b7 HTTP/1.1" 200 1214 0.003403 10.0.0.130 - - [2025-12-08 02:15:00] "GET /domains HTTP/1.1" 200 281 0.003288 10.0.0.130 - - [2025-12-08 02:15:00] "GET /domains?obj_uuids=89255e1c-530c-49a5-b275-cafa7847f34c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001308 10.0.0.130 - - [2025-12-08 02:15:00] "GET /domain/89255e1c-530c-49a5-b275-cafa7847f34c HTTP/1.1" 200 2581 0.007875 10.0.0.130 - - [2025-12-08 02:15:00] "GET /projects?obj_uuids=f502bf4e-b53c-4ddf-abdc-cf960a02b8b8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000835 10.0.0.130 - - [2025-12-08 02:15:01] "GET /project/f502bf4e-b53c-4ddf-abdc-cf960a02b8b8 HTTP/1.1" 200 2306 0.063074 10.0.0.130 - - [2025-12-08 02:15:01] "GET /virtual-network/e414923c-7625-4ce1-961a-0fda50830936 HTTP/1.1" 200 2330 0.004275 10.0.0.130 - - [2025-12-08 02:15:01] "GET /obj-perms HTTP/1.1" 200 5045 0.002579 10.0.0.130 - - [2025-12-08 02:15:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004666 10.0.0.130 - - [2025-12-08 02:15:01] "GET /projects?obj_uuids=f502bf4e-b53c-4ddf-abdc-cf960a02b8b8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000904 10.0.0.130 - - [2025-12-08 02:15:01] "GET /project/f502bf4e-b53c-4ddf-abdc-cf960a02b8b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.026043 10.0.0.130 - - [2025-12-08 02:15:01] "POST /neutron/network HTTP/1.1" 200 117 0.009200 10.0.0.130 - - [2025-12-08 02:15:01] "GET /projects?obj_uuids=f502bf4e-b53c-4ddf-abdc-cf960a02b8b8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000915 10.0.0.130 - - [2025-12-08 02:15:01] "POST /neutron/network HTTP/1.1" 200 615 0.060420 10.0.0.130 - - [2025-12-08 02:15:01] "POST /ref-update HTTP/1.1" 200 156 0.009418 10.0.0.130 - - [2025-12-08 02:15:01] "POST /useragent-kv HTTP/1.1" 200 115 0.003565 10.0.0.130 - - [2025-12-08 02:15:01] "POST /neutron/subnet HTTP/1.1" 200 720 0.159808 10.0.0.130 - - [2025-12-08 02:15:01] "POST /neutron/network HTTP/1.1" 200 833 0.004605 10.0.0.130 - - [2025-12-08 02:15:01] "POST /id-to-fqname HTTP/1.1" 200 224 0.001163 10.0.0.130 - - [2025-12-08 02:15:01] "GET /virtual-network/87c06b05-3725-4959-896e-b759153df589?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004023 10.0.0.130 - - [2025-12-08 02:15:01] "POST /neutron/network HTTP/1.1" 200 833 0.004702 10.0.0.130 - - [2025-12-08 02:15:01] "GET /virtual-network/87c06b05-3725-4959-896e-b759153df589?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004317 10.0.0.130 - - [2025-12-08 02:15:01] "POST /neutron/network HTTP/1.1" 200 833 0.006650 10.0.0.130 - - [2025-12-08 02:15:01] "POST /neutron/subnet HTTP/1.1" 200 720 0.005983 10.0.0.130 - - [2025-12-08 02:15:01] "GET /domains HTTP/1.1" 200 281 0.002062 10.0.0.130 - - [2025-12-08 02:15:01] "GET /domains?obj_uuids=89255e1c-530c-49a5-b275-cafa7847f34c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000856 10.0.0.130 - - [2025-12-08 02:15:01] "GET /domain/89255e1c-530c-49a5-b275-cafa7847f34c HTTP/1.1" 200 2581 0.006130 10.0.0.130 - - [2025-12-08 02:15:01] "GET /projects?obj_uuids=f502bf4e-b53c-4ddf-abdc-cf960a02b8b8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000824 10.0.0.130 - - [2025-12-08 02:15:01] "GET /project/f502bf4e-b53c-4ddf-abdc-cf960a02b8b8 HTTP/1.1" 200 2526 0.069767 10.0.0.130 - - [2025-12-08 02:15:01] "GET /virtual-network/87c06b05-3725-4959-896e-b759153df589 HTTP/1.1" 200 2324 0.005815 10.0.0.130 - - [2025-12-08 02:15:01] "GET /virtual-network/87c06b05-3725-4959-896e-b759153df589 HTTP/1.1" 200 2324 0.004110 10.0.0.130 - - [2025-12-08 02:15:01] "GET /routing-instance/d066153b-7073-422e-8b08-d70f7bdf608c HTTP/1.1" 200 1501 0.002919 10.0.0.130 - - [2025-12-08 02:15:01] "GET /routing-instance/d066153b-7073-422e-8b08-d70f7bdf608c HTTP/1.1" 200 1501 0.002743 10.0.0.130 - - [2025-12-08 02:15:01] "GET /route-target/64c5df4e-dd61-47f0-82e5-da345306861b HTTP/1.1" 200 1215 0.002393 10.0.0.130 - - [2025-12-08 02:15:01] "GET /virtual-network/87c06b05-3725-4959-896e-b759153df589 HTTP/1.1" 200 2324 0.003669 10.0.0.130 - - [2025-12-08 02:15:01] "GET /routing-instance/d066153b-7073-422e-8b08-d70f7bdf608c HTTP/1.1" 200 1501 0.002474 10.0.0.130 - - [2025-12-08 02:15:01] "GET /virtual-network/87c06b05-3725-4959-896e-b759153df589?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004422 10.0.0.130 - - [2025-12-08 02:15:01] "GET /virtual-network/87c06b05-3725-4959-896e-b759153df589 HTTP/1.1" 200 2324 0.004056 10.0.0.130 - - [2025-12-08 02:15:01] "GET /routing-instance/d066153b-7073-422e-8b08-d70f7bdf608c HTTP/1.1" 200 1501 0.002493 10.0.0.130 - - [2025-12-08 02:15:01] "GET /routing-instance/d066153b-7073-422e-8b08-d70f7bdf608c HTTP/1.1" 200 1501 0.002677 10.0.0.130 - - [2025-12-08 02:15:01] "GET /route-target/64c5df4e-dd61-47f0-82e5-da345306861b HTTP/1.1" 200 1215 0.002147 10.0.0.130 - - [2025-12-08 02:15:01] "GET /domains HTTP/1.1" 200 281 0.002060 10.0.0.130 - - [2025-12-08 02:15:01] "GET /domains?obj_uuids=89255e1c-530c-49a5-b275-cafa7847f34c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001040 10.0.0.130 - - [2025-12-08 02:15:01] "GET /domain/89255e1c-530c-49a5-b275-cafa7847f34c HTTP/1.1" 200 2581 0.005583 10.0.0.130 - - [2025-12-08 02:15:01] "GET /projects?obj_uuids=f502bf4e-b53c-4ddf-abdc-cf960a02b8b8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000787 10.0.0.130 - - [2025-12-08 02:15:01] "GET /project/f502bf4e-b53c-4ddf-abdc-cf960a02b8b8 HTTP/1.1" 200 2526 0.060756 10.0.0.130 - - [2025-12-08 02:15:01] "GET /virtual-network/87c06b05-3725-4959-896e-b759153df589 HTTP/1.1" 200 2324 0.004144 10.0.0.130 - - [2025-12-08 02:15:01] "GET /obj-perms HTTP/1.1" 200 5045 0.002461 10.0.0.130 - - [2025-12-08 02:15:01] "POST /id-to-fqname HTTP/1.1" 200 223 0.001155 10.0.0.130 - - [2025-12-08 02:15:02] "POST /neutron/network HTTP/1.1" 200 844 0.004872 10.0.0.130 - - [2025-12-08 02:15:02] "GET /aaa-mode HTTP/1.1" 401 293 0.000376 10.0.0.130 - - [2025-12-08 02:15:02] "GET / HTTP/1.1" 200 36215 0.001589 10.0.0.130 - - [2025-12-08 02:15:02] "GET /project/f502bf4e-b53c-4ddf-abdc-cf960a02b8b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000379 10.0.0.130 - - [2025-12-08 02:15:02] "GET /projects?obj_uuids=f502bf4e-b53c-4ddf-abdc-cf960a02b8b8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000951 10.0.0.130 - - [2025-12-08 02:15:02] "GET /project/f502bf4e-b53c-4ddf-abdc-cf960a02b8b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.047925 10.0.0.130 - - [2025-12-08 02:15:02] "POST /neutron/network HTTP/1.1" 200 834 0.004856 10.0.0.130 - - [2025-12-08 02:15:02] "POST /neutron/port HTTP/1.1" 200 117 0.004513 10.0.0.130 - - [2025-12-08 02:15:02] "POST /neutron/port HTTP/1.1" 200 117 0.011417 10.0.0.130 - - [2025-12-08 02:15:02] "POST /id-to-fqname HTTP/1.1" 200 224 0.001257 10.0.0.130 - - [2025-12-08 02:15:02] "POST /neutron/port HTTP/1.1" 200 117 0.004542 10.0.0.130 - - [2025-12-08 02:15:03] "POST /neutron/network HTTP/1.1" 200 843 0.004835 10.0.0.130 - - [2025-12-08 02:15:03] "GET /aaa-mode HTTP/1.1" 401 293 0.000440 10.0.0.130 - - [2025-12-08 02:15:03] "POST /neutron/network HTTP/1.1" 200 844 0.005350 10.0.0.130 - - [2025-12-08 02:15:03] "GET /projects?obj_uuids=f502bf4e-b53c-4ddf-abdc-cf960a02b8b8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000986 10.0.0.130 - - [2025-12-08 02:15:03] "GET / HTTP/1.1" 200 36215 0.001468 10.0.0.130 - - [2025-12-08 02:15:03] "GET /project/f502bf4e-b53c-4ddf-abdc-cf960a02b8b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000915 10.0.0.130 - - [2025-12-08 02:15:03] "POST /neutron/port HTTP/1.1" 200 1060 0.215320 10.0.0.130 - - [2025-12-08 02:15:03] "POST /neutron/port HTTP/1.1" 200 1060 0.014797 10.0.0.130 - - [2025-12-08 02:15:03] "POST /neutron/port HTTP/1.1" 200 1060 0.009567 10.0.0.130 - - [2025-12-08 02:15:03] "POST /neutron/port HTTP/1.1" 200 1114 0.077326 10.0.0.130 - - [2025-12-08 02:15:03] "POST /neutron/port HTTP/1.1" 200 1088 0.010642 10.0.0.130 - - [2025-12-08 02:15:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002963 10.0.0.130 - - [2025-12-08 02:15:03] "POST /neutron/subnet HTTP/1.1" 200 708 0.008703 10.0.0.130 - - [2025-12-08 02:15:03] "POST /neutron/port HTTP/1.1" 200 117 0.001136 10.0.0.130 - - [2025-12-08 02:15:03] "POST /neutron/network HTTP/1.1" 200 834 0.005024 10.0.0.130 - - [2025-12-08 02:15:03] "GET /projects?obj_uuids=f502bf4e-b53c-4ddf-abdc-cf960a02b8b8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001360 10.0.0.130 - - [2025-12-08 02:15:03] "GET /project/f502bf4e-b53c-4ddf-abdc-cf960a02b8b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.068310 10.0.0.130 - - [2025-12-08 02:15:03] "POST /neutron/network HTTP/1.1" 200 833 0.004529 10.0.0.130 - - [2025-12-08 02:15:04] "POST /neutron/port HTTP/1.1" 200 1088 0.012433 10.0.0.130 - - [2025-12-08 02:15:04] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005667 10.0.0.130 - - [2025-12-08 02:15:04] "POST /neutron/port HTTP/1.1" 200 117 0.013511 10.0.0.130 - - [2025-12-08 02:15:04] "POST /fqname-to-id HTTP/1.1" 404 193 0.002258 10.0.0.130 - - [2025-12-08 02:15:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002069 10.0.0.130 - - [2025-12-08 02:15:04] "GET /domains?obj_uuids=89255e1c-530c-49a5-b275-cafa7847f34c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000965 10.0.0.130 - - [2025-12-08 02:15:04] "GET /domain/89255e1c-530c-49a5-b275-cafa7847f34c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.014766 10.0.0.130 - - [2025-12-08 02:15:04] "POST /service-templates HTTP/1.1" 200 545 0.037670 10.0.0.130 - - [2025-12-08 02:15:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.006452 10.0.0.130 - - [2025-12-08 02:15:04] "GET /service-template/6b529dfd-57fb-49ea-890b-4428c32e22c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.004276 10.0.0.130 - - [2025-12-08 02:15:04] "POST /neutron/network HTTP/1.1" 200 843 0.005614 10.0.0.130 - - [2025-12-08 02:15:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003775 10.0.0.130 - - [2025-12-08 02:15:04] "GET /projects?obj_uuids=f502bf4e-b53c-4ddf-abdc-cf960a02b8b8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001192 10.0.0.130 - - [2025-12-08 02:15:04] "GET /service-template/6b529dfd-57fb-49ea-890b-4428c32e22c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.003581 10.0.0.130 - - [2025-12-08 02:15:04] "POST /id-to-fqname HTTP/1.1" 200 223 0.001232 10.0.0.130 - - [2025-12-08 02:15:04] "POST /id-to-fqname HTTP/1.1" 200 223 0.001301 10.0.0.130 - - [2025-12-08 02:15:04] "POST /id-to-fqname HTTP/1.1" 200 224 0.001145 10.0.0.130 - - [2025-12-08 02:15:04] "POST /neutron/port HTTP/1.1" 200 1057 0.227250 10.0.0.130 - - [2025-12-08 02:15:04] "POST /neutron/port HTTP/1.1" 200 1057 0.016696 10.0.0.130 - - [2025-12-08 02:15:04] "POST /neutron/port HTTP/1.1" 200 1057 0.012691 10.0.0.130 - - [2025-12-08 02:15:04] "POST /neutron/port HTTP/1.1" 200 2015 0.033121 10.0.0.130 - - [2025-12-08 02:15:04] "POST /neutron/security_group HTTP/1.1" 200 2056 0.011622 10.0.0.130 - - [2025-12-08 02:15:04] "POST /neutron/port HTTP/1.1" 200 1111 0.092226 10.0.0.130 - - [2025-12-08 02:15:04] "POST /neutron/port HTTP/1.1" 200 1085 0.011703 10.0.0.130 - - [2025-12-08 02:15:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004129 10.0.0.130 - - [2025-12-08 02:15:04] "POST /neutron/subnet HTTP/1.1" 200 694 0.007952 10.0.0.130 - - [2025-12-08 02:15:04] "POST /neutron/port HTTP/1.1" 200 117 0.002165 10.0.0.130 - - [2025-12-08 02:15:04] "POST /neutron/network HTTP/1.1" 200 833 0.008881 10.0.0.130 - - [2025-12-08 02:15:05] "POST /neutron/network HTTP/1.1" 200 2222 0.008598 10.0.0.130 - - [2025-12-08 02:15:05] "GET /aaa-mode HTTP/1.1" 401 293 0.000464 10.0.0.130 - - [2025-12-08 02:15:05] "GET / HTTP/1.1" 200 36215 0.001346 10.0.0.130 - - [2025-12-08 02:15:05] "GET /project/f502bf4e-b53c-4ddf-abdc-cf960a02b8b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000323 10.0.0.130 - - [2025-12-08 02:15:06] "GET /projects?obj_uuids=f502bf4e-b53c-4ddf-abdc-cf960a02b8b8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000888 10.0.0.130 - - [2025-12-08 02:15:06] "GET /project/f502bf4e-b53c-4ddf-abdc-cf960a02b8b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.041233 10.0.0.130 - - [2025-12-08 02:15:06] "POST /neutron/network HTTP/1.1" 200 830 0.005180 10.0.0.130 - - [2025-12-08 02:15:06] "POST /neutron/network HTTP/1.1" 200 834 0.005640 10.0.0.130 - - [2025-12-08 02:15:06] "POST /neutron/network HTTP/1.1" 200 833 0.008015 10.0.0.130 - - [2025-12-08 02:15:06] "POST /neutron/port HTTP/1.1" 200 2057 0.014339 10.0.0.130 - - [2025-12-08 02:15:06] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006210 10.0.0.130 - - [2025-12-08 02:15:06] "POST /neutron/port HTTP/1.1" 200 117 0.005184 10.0.0.130 - - [2025-12-08 02:15:06] "POST /neutron/port HTTP/1.1" 200 117 0.005392 10.0.0.130 - - [2025-12-08 02:15:06] "POST /neutron/network HTTP/1.1" 200 2222 0.008537 10.0.0.130 - - [2025-12-08 02:15:06] "GET /projects?obj_uuids=f502bf4e-b53c-4ddf-abdc-cf960a02b8b8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000907 10.0.0.130 - - [2025-12-08 02:15:06] "POST /neutron/port HTTP/1.1" 200 1056 0.236191 10.0.0.130 - - [2025-12-08 02:15:06] "GET /projects?obj_uuids=f502bf4e-b53c-4ddf-abdc-cf960a02b8b8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002398 10.0.0.130 - - [2025-12-08 02:15:07] "POST /neutron/port HTTP/1.1" 200 1060 0.167362 10.0.0.130 - - [2025-12-08 02:15:07] "GET /projects?obj_uuids=f502bf4e-b53c-4ddf-abdc-cf960a02b8b8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001255 10.0.0.130 - - [2025-12-08 02:15:07] "POST /neutron/port HTTP/1.1" 200 1057 0.188692 10.0.0.130 - - [2025-12-08 02:15:07] "POST /neutron/port HTTP/1.1" 200 1056 0.007690 10.0.0.130 - - [2025-12-08 02:15:07] "POST /neutron/port HTTP/1.1" 200 1056 0.010404 10.0.0.130 - - [2025-12-08 02:15:07] "POST /neutron/port HTTP/1.1" 200 1110 0.063283 10.0.0.130 - - [2025-12-08 02:15:07] "POST /neutron/port HTTP/1.1" 200 1060 0.007872 10.0.0.130 - - [2025-12-08 02:15:07] "POST /neutron/port HTTP/1.1" 200 1060 0.008084 10.0.0.130 - - [2025-12-08 02:15:07] "POST /neutron/port HTTP/1.1" 200 1114 0.053165 10.0.0.130 - - [2025-12-08 02:15:07] "POST /neutron/port HTTP/1.1" 200 1057 0.007058 10.0.0.130 - - [2025-12-08 02:15:07] "POST /neutron/port HTTP/1.1" 200 1057 0.010200 10.0.0.130 - - [2025-12-08 02:15:07] "POST /neutron/port HTTP/1.1" 200 1111 0.052724 10.0.0.130 - - [2025-12-08 02:15:07] "POST /neutron/port HTTP/1.1" 200 3024 0.011444 10.0.0.130 - - [2025-12-08 02:15:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002920 10.0.0.130 - - [2025-12-08 02:15:07] "POST /neutron/subnet HTTP/1.1" 200 688 0.005573 10.0.0.130 - - [2025-12-08 02:15:07] "POST /neutron/port HTTP/1.1" 200 117 0.001009 10.0.0.130 - - [2025-12-08 02:15:07] "POST /neutron/network HTTP/1.1" 200 830 0.004372 10.0.0.130 - - [2025-12-08 02:15:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003113 10.0.0.130 - - [2025-12-08 02:15:07] "POST /neutron/subnet HTTP/1.1" 200 708 0.005500 10.0.0.130 - - [2025-12-08 02:15:07] "POST /neutron/port HTTP/1.1" 200 117 0.000973 10.0.0.130 - - [2025-12-08 02:15:07] "POST /neutron/network HTTP/1.1" 200 834 0.004480 10.0.0.130 - - [2025-12-08 02:15:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002444 10.0.0.130 - - [2025-12-08 02:15:07] "POST /neutron/subnet HTTP/1.1" 200 694 0.006758 10.0.0.130 - - [2025-12-08 02:15:07] "POST /neutron/port HTTP/1.1" 200 117 0.001054 10.0.0.130 - - [2025-12-08 02:15:07] "POST /neutron/network HTTP/1.1" 200 833 0.005299 10.0.0.130 - - [2025-12-08 02:15:11] "POST /neutron/port HTTP/1.1" 200 3024 0.012659 10.0.0.130 - - [2025-12-08 02:15:11] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005373 10.0.0.130 - - [2025-12-08 02:15:11] "POST /neutron/port HTTP/1.1" 200 3024 0.014291 10.0.0.130 - - [2025-12-08 02:15:11] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005127 10.0.0.130 - - [2025-12-08 02:15:11] "POST /neutron/port HTTP/1.1" 200 3024 0.011754 10.0.0.130 - - [2025-12-08 02:15:11] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005186 10.0.0.130 - - [2025-12-08 02:15:11] "POST /neutron/port HTTP/1.1" 200 3024 0.014542 10.0.0.130 - - [2025-12-08 02:15:11] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004877 10.0.0.130 - - [2025-12-08 02:15:11] "POST /neutron/port HTTP/1.1" 200 3024 0.018259 10.0.0.130 - - [2025-12-08 02:15:11] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005317 10.0.0.130 - - [2025-12-08 02:15:11] "GET /virtual-machine/704e787a-3620-4837-9917-7885aa03f1af HTTP/1.1" 200 1806 0.004124 10.0.0.130 - - [2025-12-08 02:15:11] "GET /virtual-machine-interface/1133f70b-2e83-404a-ba63-3a55a5011304 HTTP/1.1" 200 2953 0.003994 10.0.0.130 - - [2025-12-08 02:15:11] "GET /virtual-machine-interface/1e962e96-506b-4eda-9cd6-d06a860cf469 HTTP/1.1" 200 2956 0.004043 10.0.0.130 - - [2025-12-08 02:15:11] "GET /virtual-machine-interface/cfadcb05-9b32-4a6b-b76a-71bf8a37ee50 HTTP/1.1" 200 2954 0.004746 10.0.0.130 - - [2025-12-08 02:15:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002428 10.0.0.130 - - [2025-12-08 02:15:11] "GET /global-vrouter-config/a6e10417-27c9-4d34-b977-7b7d3fa7e4f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002698 10.0.0.130 - - [2025-12-08 02:15:11] "GET /virtual-networks?parent_id=f502bf4e-b53c-4ddf-abdc-cf960a02b8b8&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002861 10.0.0.130 - - [2025-12-08 02:15:12] "GET /virtual-network/b2ec2ae8-ad4a-4869-8ed6-ffa2c01a0299?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004645 10.0.0.130 - - [2025-12-08 02:15:12] "POST /neutron/port HTTP/1.1" 200 1088 0.009577 10.0.0.130 - - [2025-12-08 02:15:12] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004854 10.0.0.130 - - [2025-12-08 02:15:13] "POST /neutron/port HTTP/1.1" 200 1085 0.011868 10.0.0.130 - - [2025-12-08 02:15:13] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005280 10.0.0.130 - - [2025-12-08 02:15:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003138 10.0.0.130 - - [2025-12-08 02:15:15] "GET /virtual-network/b2ec2ae8-ad4a-4869-8ed6-ffa2c01a0299?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005401 10.0.0.130 - - [2025-12-08 02:15:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002452 10.0.0.130 - - [2025-12-08 02:15:19] "GET /virtual-network/b2ec2ae8-ad4a-4869-8ed6-ffa2c01a0299?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004334 10.0.0.130 - - [2025-12-08 02:15:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002498 10.0.0.130 - - [2025-12-08 02:15:23] "GET /virtual-network/b2ec2ae8-ad4a-4869-8ed6-ffa2c01a0299?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004149 10.0.0.130 - - [2025-12-08 02:15:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002543 10.0.0.130 - - [2025-12-08 02:15:25] "GET /global-vrouter-config/a6e10417-27c9-4d34-b977-7b7d3fa7e4f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003875 10.0.0.130 - - [2025-12-08 02:15:25] "GET /virtual-networks?parent_id=f502bf4e-b53c-4ddf-abdc-cf960a02b8b8&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002650 10.0.0.130 - - [2025-12-08 02:15:25] "GET /virtual-network/b2ec2ae8-ad4a-4869-8ed6-ffa2c01a0299?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004580 10.0.0.130 - - [2025-12-08 02:15:25] "POST /neutron/port HTTP/1.1" 200 3024 0.014886 10.0.0.130 - - [2025-12-08 02:15:25] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005110 10.0.0.130 - - [2025-12-08 02:15:30] "POST /neutron/port HTTP/1.1" 200 3024 0.013398 10.0.0.130 - - [2025-12-08 02:15:30] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005744 10.0.0.130 - - [2025-12-08 02:15:36] "POST /neutron/port HTTP/1.1" 200 3024 0.014326 10.0.0.130 - - [2025-12-08 02:15:36] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004930 10.0.0.130 - - [2025-12-08 02:15:36] "POST /neutron/port HTTP/1.1" 200 3024 0.013385 10.0.0.130 - - [2025-12-08 02:15:36] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004818 10.0.0.130 - - [2025-12-08 02:15:41] "POST /neutron/port HTTP/1.1" 200 3024 0.013389 10.0.0.130 - - [2025-12-08 02:15:41] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004977 10.0.0.130 - - [2025-12-08 02:15:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002871 10.0.0.130 - - [2025-12-08 02:15:46] "GET /global-vrouter-config/a6e10417-27c9-4d34-b977-7b7d3fa7e4f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002684 10.0.0.130 - - [2025-12-08 02:15:46] "GET /virtual-networks?parent_id=f502bf4e-b53c-4ddf-abdc-cf960a02b8b8&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002558 10.0.0.130 - - [2025-12-08 02:15:46] "GET /virtual-network/e414923c-7625-4ce1-961a-0fda50830936?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.004687 10.0.0.130 - - [2025-12-08 02:15:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002690 10.0.0.130 - - [2025-12-08 02:15:46] "GET /global-vrouter-config/a6e10417-27c9-4d34-b977-7b7d3fa7e4f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002561 10.0.0.130 - - [2025-12-08 02:15:46] "GET /virtual-networks?parent_id=f502bf4e-b53c-4ddf-abdc-cf960a02b8b8&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002846 10.0.0.130 - - [2025-12-08 02:15:46] "GET /virtual-network/87c06b05-3725-4959-896e-b759153df589?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006879 10.0.0.130 - - [2025-12-08 02:15:47] "POST /fqname-to-id HTTP/1.1" 404 207 0.003465 10.0.0.130 - - [2025-12-08 02:15:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003407 10.0.0.130 - - [2025-12-08 02:15:47] "GET /projects?obj_uuids=f502bf4e-b53c-4ddf-abdc-cf960a02b8b8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000905 10.0.0.130 - - [2025-12-08 02:15:47] "GET /project/f502bf4e-b53c-4ddf-abdc-cf960a02b8b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.028394 10.0.0.130 - - [2025-12-08 02:15:47] "POST /service-instances HTTP/1.1" 200 545 0.064992 10.0.0.130 - - [2025-12-08 02:15:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002760 10.0.0.130 - - [2025-12-08 02:15:47] "GET /service-instance/4ed07757-8daa-44ca-9934-22c5b99d3c4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2138 0.008183 10.0.0.130 - - [2025-12-08 02:15:47] "POST /port-tuples HTTP/1.1" 200 588 0.022737 10.0.0.130 - - [2025-12-08 02:15:47] "GET /virtual-machine-interface/cfadcb05-9b32-4a6b-b76a-71bf8a37ee50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2732 0.005094 10.0.0.130 - - [2025-12-08 02:15:47] "PUT /virtual-machine-interface/cfadcb05-9b32-4a6b-b76a-71bf8a37ee50 HTTP/1.1" 200 285 0.008837 10.0.0.130 - - [2025-12-08 02:15:47] "POST /ref-update HTTP/1.1" 200 156 0.008263 10.0.0.130 - - [2025-12-08 02:15:47] "POST /instance-ips HTTP/1.1" 200 386 0.023616 10.0.0.130 - - [2025-12-08 02:15:47] "GET /virtual-machine-interface/1133f70b-2e83-404a-ba63-3a55a5011304?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2731 0.006535 10.0.0.130 - - [2025-12-08 02:15:47] "POST /ref-update HTTP/1.1" 200 156 0.016942 10.0.0.130 - - [2025-12-08 02:15:47] "PUT /virtual-machine-interface/1133f70b-2e83-404a-ba63-3a55a5011304 HTTP/1.1" 200 285 0.011576 10.0.0.130 - - [2025-12-08 02:15:47] "POST /ref-update HTTP/1.1" 200 156 0.008720 10.0.0.130 - - [2025-12-08 02:15:47] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003686 10.0.0.130 - - [2025-12-08 02:15:47] "POST /ref-update HTTP/1.1" 200 156 0.009030 10.0.0.130 - - [2025-12-08 02:15:47] "GET /virtual-machine-interface/1e962e96-506b-4eda-9cd6-d06a860cf469?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2734 0.004591 10.0.0.130 - - [2025-12-08 02:15:47] "POST /instance-ips HTTP/1.1" 200 386 0.023380 10.0.0.130 - - [2025-12-08 02:15:47] "PUT /virtual-machine-interface/1e962e96-506b-4eda-9cd6-d06a860cf469 HTTP/1.1" 200 285 0.009646 10.0.0.130 - - [2025-12-08 02:15:47] "POST /ref-update HTTP/1.1" 200 156 0.006448 10.0.0.130 - - [2025-12-08 02:15:47] "POST /ref-update HTTP/1.1" 200 156 0.007593 10.0.0.130 - - [2025-12-08 02:15:47] "POST /ref-update HTTP/1.1" 200 156 0.007828 10.0.0.130 - - [2025-12-08 02:15:47] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002604 10.0.0.130 - - [2025-12-08 02:15:47] "POST /neutron/port HTTP/1.1" 200 1088 0.008728 10.0.0.130 - - [2025-12-08 02:15:47] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004671 10.0.0.130 - - [2025-12-08 02:15:47] "POST /instance-ips HTTP/1.1" 200 374 0.019259 10.0.0.130 - - [2025-12-08 02:15:48] "POST /neutron/port HTTP/1.1" 200 1088 0.010337 10.0.0.130 - - [2025-12-08 02:15:48] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005652 10.0.0.130 - - [2025-12-08 02:15:48] "POST /ref-update HTTP/1.1" 200 156 0.007695 10.0.0.130 - - [2025-12-08 02:15:48] "POST /neutron/port HTTP/1.1" 200 1088 0.008814 10.0.0.130 - - [2025-12-08 02:15:48] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005137 10.0.0.130 - - [2025-12-08 02:15:48] "POST /ref-update HTTP/1.1" 200 156 0.013575 10.0.0.130 - - [2025-12-08 02:15:48] "GET /virtual-machine/71df5faf-6985-42d5-a472-da25861a8471 HTTP/1.1" 200 1292 0.006606 10.0.0.130 - - [2025-12-08 02:15:48] "GET /virtual-machine-interface/9cf0e014-a4a0-4bc8-8301-2a0164cadd32 HTTP/1.1" 200 2953 0.005945 10.0.0.130 - - [2025-12-08 02:15:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002791 10.0.0.130 - - [2025-12-08 02:15:48] "GET /global-vrouter-config/a6e10417-27c9-4d34-b977-7b7d3fa7e4f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002576 10.0.0.130 - - [2025-12-08 02:15:48] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002153 10.0.0.130 - - [2025-12-08 02:15:48] "GET /virtual-networks?parent_id=f502bf4e-b53c-4ddf-abdc-cf960a02b8b8&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002454 10.0.0.130 - - [2025-12-08 02:15:48] "POST /instance-ips HTTP/1.1" 200 374 0.013822 10.0.0.130 - - [2025-12-08 02:15:48] "GET /virtual-network/e414923c-7625-4ce1-961a-0fda50830936?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006116 10.0.0.130 - - [2025-12-08 02:15:48] "POST /ref-update HTTP/1.1" 200 156 0.007280 10.0.0.130 - - [2025-12-08 02:15:48] "POST /ref-update HTTP/1.1" 200 156 0.008646 10.0.0.130 - - [2025-12-08 02:15:48] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002567 10.0.0.130 - - [2025-12-08 02:15:48] "POST /instance-ips HTTP/1.1" 200 376 0.013300 10.0.0.130 - - [2025-12-08 02:15:48] "POST /ref-update HTTP/1.1" 200 156 0.007406 10.0.0.130 - - [2025-12-08 02:15:48] "POST /ref-update HTTP/1.1" 200 156 0.006688 10.0.0.130 - - [2025-12-08 02:15:48] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002981 10.0.0.130 - - [2025-12-08 02:15:48] "POST /instance-ips HTTP/1.1" 200 376 0.012805 10.0.0.130 - - [2025-12-08 02:15:48] "POST /ref-update HTTP/1.1" 200 156 0.007903 10.0.0.130 - - [2025-12-08 02:15:48] "POST /ref-update HTTP/1.1" 200 156 0.007426 10.0.0.130 - - [2025-12-08 02:15:48] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002694 10.0.0.130 - - [2025-12-08 02:15:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002695 10.0.0.130 - - [2025-12-08 02:15:49] "GET /global-vrouter-config/a6e10417-27c9-4d34-b977-7b7d3fa7e4f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002827 10.0.0.130 - - [2025-12-08 02:15:49] "GET /virtual-networks?parent_id=f502bf4e-b53c-4ddf-abdc-cf960a02b8b8&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003144 10.0.0.130 - - [2025-12-08 02:15:49] "GET /virtual-network/e414923c-7625-4ce1-961a-0fda50830936?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.004465 10.0.0.130 - - [2025-12-08 02:15:49] "POST /neutron/port HTTP/1.1" 200 1085 0.010975 10.0.0.130 - - [2025-12-08 02:15:49] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006395 10.0.0.130 - - [2025-12-08 02:15:49] "POST /neutron/port HTTP/1.1" 200 1085 0.011467 10.0.0.130 - - [2025-12-08 02:15:49] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006551 10.0.0.130 - - [2025-12-08 02:15:49] "POST /neutron/port HTTP/1.1" 200 1085 0.010063 10.0.0.130 - - [2025-12-08 02:15:49] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007243 10.0.0.130 - - [2025-12-08 02:15:49] "GET /virtual-machine/dcc49f83-a61e-4db8-86b0-43e7cb8ebadb HTTP/1.1" 200 1292 0.005458 10.0.0.130 - - [2025-12-08 02:15:49] "GET /virtual-machine-interface/fd6ef767-1e50-4c3e-b5d5-fab40e619c6d HTTP/1.1" 200 2957 0.004354 10.0.0.130 - - [2025-12-08 02:15:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002680 10.0.0.130 - - [2025-12-08 02:15:49] "GET /global-vrouter-config/a6e10417-27c9-4d34-b977-7b7d3fa7e4f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002654 10.0.0.130 - - [2025-12-08 02:15:49] "GET /virtual-networks?parent_id=f502bf4e-b53c-4ddf-abdc-cf960a02b8b8&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002714 10.0.0.130 - - [2025-12-08 02:15:50] "GET /virtual-network/87c06b05-3725-4959-896e-b759153df589?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004793 10.0.0.130 - - [2025-12-08 02:15:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003100 10.0.0.130 - - [2025-12-08 02:15:51] "GET /global-vrouter-config/a6e10417-27c9-4d34-b977-7b7d3fa7e4f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002738 10.0.0.130 - - [2025-12-08 02:15:51] "GET /virtual-networks?parent_id=f502bf4e-b53c-4ddf-abdc-cf960a02b8b8&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002953 10.0.0.130 - - [2025-12-08 02:15:51] "GET /virtual-network/87c06b05-3725-4959-896e-b759153df589?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004637 10.0.0.130 - - [2025-12-08 02:15:51] "POST /fqname-to-id HTTP/1.1" 404 211 0.002639 10.0.0.130 - - [2025-12-08 02:15:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002070 10.0.0.130 - - [2025-12-08 02:15:51] "GET /projects?obj_uuids=f502bf4e-b53c-4ddf-abdc-cf960a02b8b8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000923 10.0.0.130 - - [2025-12-08 02:15:51] "GET /project/f502bf4e-b53c-4ddf-abdc-cf960a02b8b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.026463 10.0.0.130 - - [2025-12-08 02:15:51] "POST /network-policys HTTP/1.1" 200 549 0.019119 10.0.0.130 - - [2025-12-08 02:15:51] "GET /network-policy/86bee76a-90a4-4646-a6df-419497c737c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.005141 10.0.0.130 - - [2025-12-08 02:15:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003204 10.0.0.130 - - [2025-12-08 02:15:51] "GET /virtual-network/e414923c-7625-4ce1-961a-0fda50830936?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006164 10.0.0.130 - - [2025-12-08 02:15:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002998 10.0.0.130 - - [2025-12-08 02:15:51] "GET /network-policy/86bee76a-90a4-4646-a6df-419497c737c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.003936 10.0.0.130 - - [2025-12-08 02:15:51] "POST /fqname-to-id HTTP/1.1" 404 242 0.003786 10.0.0.130 - - [2025-12-08 02:15:51] "POST /ref-update HTTP/1.1" 200 156 0.026807 10.0.0.130 - - [2025-12-08 02:15:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002587 10.0.0.130 - - [2025-12-08 02:15:51] "POST /access-control-lists HTTP/1.1" 200 603 0.059911 10.0.0.130 - - [2025-12-08 02:15:51] "GET /network-policy/86bee76a-90a4-4646-a6df-419497c737c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.003372 10.0.0.130 - - [2025-12-08 02:15:52] "POST /neutron/network HTTP/1.1" 200 922 0.006841 10.0.0.130 - - [2025-12-08 02:15:52] "GET /virtual-network/e414923c-7625-4ce1-961a-0fda50830936?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2371 0.005293 10.0.0.130 - - [2025-12-08 02:15:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002275 10.0.0.130 - - [2025-12-08 02:15:52] "GET /network-policy/86bee76a-90a4-4646-a6df-419497c737c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.003731 10.0.0.130 - - [2025-12-08 02:15:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003045 10.0.0.130 - - [2025-12-08 02:15:52] "GET /virtual-network/87c06b05-3725-4959-896e-b759153df589?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004829 10.0.0.130 - - [2025-12-08 02:15:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002497 10.0.0.130 - - [2025-12-08 02:15:52] "GET /network-policy/86bee76a-90a4-4646-a6df-419497c737c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.002950 10.0.0.130 - - [2025-12-08 02:15:52] "POST /fqname-to-id HTTP/1.1" 404 244 0.003421 10.0.0.130 - - [2025-12-08 02:15:52] "POST /ref-update HTTP/1.1" 200 156 0.025789 10.0.0.130 - - [2025-12-08 02:15:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002496 10.0.0.130 - - [2025-12-08 02:15:52] "POST /access-control-lists HTTP/1.1" 200 606 0.059233 10.0.0.130 - - [2025-12-08 02:15:52] "GET /network-policy/86bee76a-90a4-4646-a6df-419497c737c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.003013 10.0.0.130 - - [2025-12-08 02:15:52] "POST /routing-instances HTTP/1.1" 200 761 0.012725 10.0.0.130 - - [2025-12-08 02:15:52] "POST /neutron/network HTTP/1.1" 200 921 0.005544 10.0.0.130 - - [2025-12-08 02:15:52] "GET /virtual-network/87c06b05-3725-4959-896e-b759153df589?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.003992 10.0.0.130 - - [2025-12-08 02:15:52] "POST /route-targets HTTP/1.1" 200 328 0.008191 10.0.0.130 - - [2025-12-08 02:15:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003079 10.0.0.130 - - [2025-12-08 02:15:52] "POST /ref-update HTTP/1.1" 200 156 0.008056 10.0.0.130 - - [2025-12-08 02:15:52] "GET /network-policy/86bee76a-90a4-4646-a6df-419497c737c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.004065 10.0.0.130 - - [2025-12-08 02:15:52] "GET /routing-instance/ad59d80b-edb6-4a38-a688-53f51906e8d3?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1280 0.003109 10.0.0.130 - - [2025-12-08 02:15:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002691 10.0.0.130 - - [2025-12-08 02:15:52] "GET /routing-instance/ad59d80b-edb6-4a38-a688-53f51906e8d3?fields=routing_policy_back_refs HTTP/1.1" 200 1280 0.003054 10.0.0.130 - - [2025-12-08 02:15:52] "GET /service-template/6b529dfd-57fb-49ea-890b-4428c32e22c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.003062 10.0.0.130 - - [2025-12-08 02:15:52] "POST /ref-update HTTP/1.1" 200 156 0.008242 10.0.0.130 - - [2025-12-08 02:15:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002436 10.0.0.130 - - [2025-12-08 02:15:52] "POST /routing-instances HTTP/1.1" 200 762 0.014098 10.0.0.130 - - [2025-12-08 02:15:52] "POST /route-targets HTTP/1.1" 200 328 0.013483 10.0.0.130 - - [2025-12-08 02:15:52] "GET /projects?obj_uuids=f502bf4e-b53c-4ddf-abdc-cf960a02b8b8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.068488 10.0.0.130 - - [2025-12-08 02:15:52] "GET /project/f502bf4e-b53c-4ddf-abdc-cf960a02b8b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.088456 10.0.0.130 - - [2025-12-08 02:15:52] "POST /ref-update HTTP/1.1" 200 156 0.008353 10.0.0.130 - - [2025-12-08 02:15:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002580 10.0.0.130 - - [2025-12-08 02:15:53] "GET /routing-instance/f6dd4a80-e682-4b0c-80bf-814bc12ae19b?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1280 0.003185 10.0.0.130 - - [2025-12-08 02:15:53] "GET /service-instance/4ed07757-8daa-44ca-9934-22c5b99d3c4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3538 0.004591 10.0.0.130 - - [2025-12-08 02:15:53] "GET /routing-instance/f6dd4a80-e682-4b0c-80bf-814bc12ae19b?fields=routing_policy_back_refs HTTP/1.1" 200 1280 0.003329 10.0.0.130 - - [2025-12-08 02:15:53] "GET /domains HTTP/1.1" 200 281 0.002400 10.0.0.130 - - [2025-12-08 02:15:53] "GET /domains?obj_uuids=89255e1c-530c-49a5-b275-cafa7847f34c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000847 10.0.0.130 - - [2025-12-08 02:15:53] "GET /domain/89255e1c-530c-49a5-b275-cafa7847f34c HTTP/1.1" 200 2782 0.007074 10.0.0.130 - - [2025-12-08 02:15:53] "GET /projects?obj_uuids=f502bf4e-b53c-4ddf-abdc-cf960a02b8b8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000768 10.0.0.130 - - [2025-12-08 02:15:53] "PUT /routing-instance/ad59d80b-edb6-4a38-a688-53f51906e8d3 HTTP/1.1" 200 267 0.010622 10.0.0.130 - - [2025-12-08 02:15:53] "GET /project/f502bf4e-b53c-4ddf-abdc-cf960a02b8b8 HTTP/1.1" 200 4249 0.064809 10.0.0.130 - - [2025-12-08 02:15:53] "GET /service-instance/4ed07757-8daa-44ca-9934-22c5b99d3c4b HTTP/1.1" 200 3793 0.003860 10.0.0.130 - - [2025-12-08 02:15:53] "PUT /routing-instance/f6dd4a80-e682-4b0c-80bf-814bc12ae19b HTTP/1.1" 200 267 0.015511 10.0.0.130 - - [2025-12-08 02:15:53] "GET /domains HTTP/1.1" 200 281 0.002374 10.0.0.130 - - [2025-12-08 02:15:53] "GET /domains?obj_uuids=89255e1c-530c-49a5-b275-cafa7847f34c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000926 10.0.0.130 - - [2025-12-08 02:15:53] "GET /domain/89255e1c-530c-49a5-b275-cafa7847f34c HTTP/1.1" 200 2782 0.005756 10.0.0.130 - - [2025-12-08 02:15:53] "GET /projects?obj_uuids=f502bf4e-b53c-4ddf-abdc-cf960a02b8b8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000875 10.0.0.130 - - [2025-12-08 02:15:53] "POST /ref-update HTTP/1.1" 200 156 0.008684 10.0.0.130 - - [2025-12-08 02:15:53] "GET /project/f502bf4e-b53c-4ddf-abdc-cf960a02b8b8 HTTP/1.1" 200 4249 0.068080 10.0.0.130 - - [2025-12-08 02:15:53] "GET /service-instance/4ed07757-8daa-44ca-9934-22c5b99d3c4b HTTP/1.1" 200 3793 0.003294 10.0.0.130 - - [2025-12-08 02:15:53] "GET /port-tuple/0d21bd5a-6b65-4f31-8843-e826115d7476 HTTP/1.1" 200 1982 0.003610 10.0.0.130 - - [2025-12-08 02:15:53] "GET /virtual-machine-interface/1133f70b-2e83-404a-ba63-3a55a5011304 HTTP/1.1" 200 3808 0.005391 10.0.0.130 - - [2025-12-08 02:15:53] "PUT /access-control-list/ce05898e-f3c3-460a-8531-8e2e9a5be479 HTTP/1.1" 200 273 0.010894 10.0.0.130 - - [2025-12-08 02:15:53] "GET /virtual-machine-interface/1e962e96-506b-4eda-9cd6-d06a860cf469 HTTP/1.1" 200 3814 0.005944 10.0.0.130 - - [2025-12-08 02:15:53] "GET /virtual-machine-interface/cfadcb05-9b32-4a6b-b76a-71bf8a37ee50 HTTP/1.1" 200 3827 0.004574 10.0.0.130 - - [2025-12-08 02:15:53] "PUT /access-control-list/25ccaff5-7185-47c9-a035-61dd70e06468 HTTP/1.1" 200 273 0.009134 10.0.0.130 - - [2025-12-08 02:15:53] "POST /neutron/port HTTP/1.1" 200 3831 0.031944 10.0.0.130 - - [2025-12-08 02:15:53] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005204 10.0.0.130 - - [2025-12-08 02:15:53] "POST /neutron/port HTTP/1.1" 200 3831 0.022431 10.0.0.130 - - [2025-12-08 02:15:53] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005054 10.0.0.130 - - [2025-12-08 02:15:53] "POST /neutron/port HTTP/1.1" 200 3831 0.022997 10.0.0.130 - - [2025-12-08 02:15:53] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004774 10.0.0.130 - - [2025-12-08 02:15:53] "POST /neutron/port HTTP/1.1" 200 3831 0.021893 10.0.0.130 - - [2025-12-08 02:15:53] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006587 10.0.0.130 - - [2025-12-08 02:15:53] "POST /neutron/network HTTP/1.1" 200 896 0.009424 10.0.0.130 - - [2025-12-08 02:15:53] "POST /neutron/network HTTP/1.1" 200 922 0.004643 10.0.0.130 - - [2025-12-08 02:15:53] "POST /neutron/network HTTP/1.1" 200 804 0.009576 10.0.0.130 - - [2025-12-08 02:15:53] "POST /neutron/network HTTP/1.1" 200 830 0.004196 10.0.0.130 - - [2025-12-08 02:15:53] "POST /neutron/network HTTP/1.1" 200 895 0.009255 10.0.0.130 - - [2025-12-08 02:15:53] "POST /neutron/network HTTP/1.1" 200 921 0.004907 10.0.0.130 - - [2025-12-08 02:15:53] "POST /id-to-fqname HTTP/1.1" 200 223 0.001011 10.0.0.130 - - [2025-12-08 02:15:53] "POST /id-to-fqname HTTP/1.1" 200 223 0.000848 10.0.0.130 - - [2025-12-08 02:15:53] "POST /id-to-fqname HTTP/1.1" 200 224 0.001225 10.0.0.130 - - [2025-12-08 02:15:53] "GET /virtual-machine/704e787a-3620-4837-9917-7885aa03f1af HTTP/1.1" 200 1806 0.003515 10.0.0.130 - - [2025-12-08 02:15:53] "GET /virtual-machine-interface/1133f70b-2e83-404a-ba63-3a55a5011304 HTTP/1.1" 200 3808 0.004373 10.0.0.130 - - [2025-12-08 02:15:53] "GET /virtual-machine-interface/1e962e96-506b-4eda-9cd6-d06a860cf469 HTTP/1.1" 200 3814 0.003922 10.0.0.130 - - [2025-12-08 02:15:53] "GET /virtual-machine-interface/cfadcb05-9b32-4a6b-b76a-71bf8a37ee50 HTTP/1.1" 200 3827 0.003989 10.0.0.130 - - [2025-12-08 02:15:53] "GET /instance-ip/650ca5d5-1a9a-4c19-a21a-16ecbf88881d HTTP/1.1" 200 1958 0.005253 10.0.0.130 - - [2025-12-08 02:15:53] "GET /instance-ip/b061d0eb-8bed-4270-9914-0d12806c96f2 HTTP/1.1" 200 1961 0.006535 10.0.0.130 - - [2025-12-08 02:15:53] "GET /instance-ip/e22c269f-e592-4a66-bd7a-aaa1798c28fa HTTP/1.1" 200 1627 0.004960 10.0.0.130 - - [2025-12-08 02:15:53] "GET /instance-ip/3ecbf3cf-5636-40c9-93bd-13a3b131ecb0 HTTP/1.1" 200 1962 0.012112 10.0.0.130 - - [2025-12-08 02:15:53] "GET /instance-ip/91cc5b50-f2a3-4774-a6d1-fac352f272c3 HTTP/1.1" 200 1965 0.005518 10.0.0.130 - - [2025-12-08 02:15:53] "GET /instance-ip/ac93e5ed-152c-4951-83e4-f22088776dfd HTTP/1.1" 200 1624 0.003958 10.0.0.130 - - [2025-12-08 02:15:53] "GET /instance-ip/874f64e0-bdd4-4a12-b552-91366aea09e7 HTTP/1.1" 200 1984 0.002881 10.0.0.130 - - [2025-12-08 02:15:53] "GET /instance-ip/dc6d7ffd-ad99-485f-9728-5b798b1540c2 HTTP/1.1" 200 1623 0.005070 10.0.0.130 - - [2025-12-08 02:15:54] "GET /instance-ip/f1c30f9a-e97d-47c6-a53f-eae8e7c116d0 HTTP/1.1" 200 1983 0.002933 10.0.0.130 - - [2025-12-08 02:15:54] "POST /neutron/port HTTP/1.1" 200 3831 0.023720 10.0.0.130 - - [2025-12-08 02:15:54] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005237 10.0.0.130 - - [2025-12-08 02:15:54] "POST /neutron/port HTTP/1.1" 200 3831 0.025542 10.0.0.130 - - [2025-12-08 02:15:54] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005120 10.0.0.130 - - [2025-12-08 02:15:54] "POST /neutron/port HTTP/1.1" 200 3831 0.022345 10.0.0.130 - - [2025-12-08 02:15:54] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007487 10.0.0.130 - - [2025-12-08 02:15:54] "POST /neutron/port HTTP/1.1" 200 3831 0.022672 10.0.0.130 - - [2025-12-08 02:15:54] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005146 10.0.0.130 - - [2025-12-08 02:15:54] "GET /virtual-machine/704e787a-3620-4837-9917-7885aa03f1af HTTP/1.1" 200 1806 0.002995 10.0.0.130 - - [2025-12-08 02:15:54] "GET /virtual-machine-interface/1133f70b-2e83-404a-ba63-3a55a5011304 HTTP/1.1" 200 3808 0.004102 10.0.0.130 - - [2025-12-08 02:15:54] "GET /virtual-machine-interface/1e962e96-506b-4eda-9cd6-d06a860cf469 HTTP/1.1" 200 3814 0.004506 10.0.0.130 - - [2025-12-08 02:15:54] "GET /virtual-machine-interface/cfadcb05-9b32-4a6b-b76a-71bf8a37ee50 HTTP/1.1" 200 3827 0.007545 10.0.0.130 - - [2025-12-08 02:15:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002549 10.0.0.130 - - [2025-12-08 02:15:54] "GET /global-vrouter-config/a6e10417-27c9-4d34-b977-7b7d3fa7e4f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003182 10.0.0.130 - - [2025-12-08 02:15:54] "GET /virtual-networks?parent_id=f502bf4e-b53c-4ddf-abdc-cf960a02b8b8&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003655 10.0.0.130 - - [2025-12-08 02:15:54] "GET /virtual-network/e414923c-7625-4ce1-961a-0fda50830936?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2371 0.005041 10.0.0.130 - - [2025-12-08 02:15:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002661 10.0.0.130 - - [2025-12-08 02:15:55] "GET /global-vrouter-config/a6e10417-27c9-4d34-b977-7b7d3fa7e4f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002372 10.0.0.130 - - [2025-12-08 02:15:55] "GET /virtual-networks?parent_id=f502bf4e-b53c-4ddf-abdc-cf960a02b8b8&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002553 10.0.0.130 - - [2025-12-08 02:15:55] "GET /virtual-network/e414923c-7625-4ce1-961a-0fda50830936?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2371 0.005469 10.0.0.130 - - [2025-12-08 02:15:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003551 10.0.0.130 - - [2025-12-08 02:15:55] "GET /global-vrouter-config/a6e10417-27c9-4d34-b977-7b7d3fa7e4f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003422 10.0.0.130 - - [2025-12-08 02:15:55] "GET /virtual-networks?parent_id=f502bf4e-b53c-4ddf-abdc-cf960a02b8b8&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002611 10.0.0.130 - - [2025-12-08 02:15:55] "GET /virtual-network/e414923c-7625-4ce1-961a-0fda50830936?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2371 0.005431 10.0.0.130 - - [2025-12-08 02:15:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002527 10.0.0.130 - - [2025-12-08 02:15:56] "GET /global-vrouter-config/a6e10417-27c9-4d34-b977-7b7d3fa7e4f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003052 10.0.0.130 - - [2025-12-08 02:15:56] "GET /virtual-networks?parent_id=f502bf4e-b53c-4ddf-abdc-cf960a02b8b8&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002583 10.0.0.130 - - [2025-12-08 02:15:56] "GET /virtual-network/e414923c-7625-4ce1-961a-0fda50830936?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2371 0.004650 10.0.0.130 - - [2025-12-08 02:15:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002386 10.0.0.130 - - [2025-12-08 02:15:56] "GET /global-vrouter-config/a6e10417-27c9-4d34-b977-7b7d3fa7e4f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003180 10.0.0.130 - - [2025-12-08 02:15:56] "GET /virtual-networks?parent_id=f502bf4e-b53c-4ddf-abdc-cf960a02b8b8&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002610 10.0.0.130 - - [2025-12-08 02:15:56] "GET /virtual-network/e414923c-7625-4ce1-961a-0fda50830936?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2371 0.005892 10.0.0.130 - - [2025-12-08 02:15:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003126 10.0.0.130 - - [2025-12-08 02:15:56] "GET /global-vrouter-config/a6e10417-27c9-4d34-b977-7b7d3fa7e4f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003446 10.0.0.130 - - [2025-12-08 02:15:56] "GET /virtual-networks?parent_id=f502bf4e-b53c-4ddf-abdc-cf960a02b8b8&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002836 10.0.0.130 - - [2025-12-08 02:15:56] "GET /virtual-network/b2ec2ae8-ad4a-4869-8ed6-ffa2c01a0299?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004894 10.0.0.130 - - [2025-12-08 02:15:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002695 10.0.0.130 - - [2025-12-08 02:15:56] "GET /global-vrouter-config/a6e10417-27c9-4d34-b977-7b7d3fa7e4f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002988 10.0.0.130 - - [2025-12-08 02:15:56] "GET /virtual-networks?parent_id=f502bf4e-b53c-4ddf-abdc-cf960a02b8b8&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002703 10.0.0.130 - - [2025-12-08 02:15:56] "GET /virtual-network/b2ec2ae8-ad4a-4869-8ed6-ffa2c01a0299?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004589 10.0.0.130 - - [2025-12-08 02:15:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002712 10.0.0.130 - - [2025-12-08 02:15:56] "GET /global-vrouter-config/a6e10417-27c9-4d34-b977-7b7d3fa7e4f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.004121 10.0.0.130 - - [2025-12-08 02:15:56] "GET /virtual-networks?parent_id=f502bf4e-b53c-4ddf-abdc-cf960a02b8b8&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002620 10.0.0.130 - - [2025-12-08 02:15:56] "GET /virtual-network/b2ec2ae8-ad4a-4869-8ed6-ffa2c01a0299?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004527 10.0.0.130 - - [2025-12-08 02:15:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002423 10.0.0.130 - - [2025-12-08 02:15:57] "GET /global-vrouter-config/a6e10417-27c9-4d34-b977-7b7d3fa7e4f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003084 10.0.0.130 - - [2025-12-08 02:15:57] "GET /virtual-networks?parent_id=f502bf4e-b53c-4ddf-abdc-cf960a02b8b8&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002564 10.0.0.130 - - [2025-12-08 02:15:57] "GET /virtual-network/b2ec2ae8-ad4a-4869-8ed6-ffa2c01a0299?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004759 10.0.0.130 - - [2025-12-08 02:15:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002369 10.0.0.130 - - [2025-12-08 02:15:57] "GET /global-vrouter-config/a6e10417-27c9-4d34-b977-7b7d3fa7e4f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003132 10.0.0.130 - - [2025-12-08 02:15:57] "GET /virtual-networks?parent_id=f502bf4e-b53c-4ddf-abdc-cf960a02b8b8&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002831 10.0.0.130 - - [2025-12-08 02:15:57] "GET /virtual-network/87c06b05-3725-4959-896e-b759153df589?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.004734 10.0.0.130 - - [2025-12-08 02:15:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002485 10.0.0.130 - - [2025-12-08 02:15:57] "GET /global-vrouter-config/a6e10417-27c9-4d34-b977-7b7d3fa7e4f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003180 10.0.0.130 - - [2025-12-08 02:15:57] "GET /virtual-networks?parent_id=f502bf4e-b53c-4ddf-abdc-cf960a02b8b8&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002846 10.0.0.130 - - [2025-12-08 02:15:57] "GET /virtual-network/87c06b05-3725-4959-896e-b759153df589?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.004845 10.0.0.130 - - [2025-12-08 02:15:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002748 10.0.0.130 - - [2025-12-08 02:15:57] "GET /global-vrouter-config/a6e10417-27c9-4d34-b977-7b7d3fa7e4f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003117 10.0.0.130 - - [2025-12-08 02:15:57] "GET /virtual-networks?parent_id=f502bf4e-b53c-4ddf-abdc-cf960a02b8b8&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002487 10.0.0.130 - - [2025-12-08 02:15:57] "GET /virtual-network/87c06b05-3725-4959-896e-b759153df589?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.005100 10.0.0.130 - - [2025-12-08 02:15:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002650 10.0.0.130 - - [2025-12-08 02:15:57] "GET /global-vrouter-config/a6e10417-27c9-4d34-b977-7b7d3fa7e4f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003046 10.0.0.130 - - [2025-12-08 02:15:57] "GET /virtual-networks?parent_id=f502bf4e-b53c-4ddf-abdc-cf960a02b8b8&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002979 10.0.0.130 - - [2025-12-08 02:15:58] "GET /virtual-network/87c06b05-3725-4959-896e-b759153df589?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.004626 10.0.0.130 - - [2025-12-08 02:15:58] "GET /virtual-machine/704e787a-3620-4837-9917-7885aa03f1af HTTP/1.1" 200 1806 0.003308 10.0.0.130 - - [2025-12-08 02:15:58] "GET /domains HTTP/1.1" 200 281 0.002041 10.0.0.130 - - [2025-12-08 02:15:58] "GET /domains?obj_uuids=89255e1c-530c-49a5-b275-cafa7847f34c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001011 10.0.0.130 - - [2025-12-08 02:15:58] "GET /domain/89255e1c-530c-49a5-b275-cafa7847f34c HTTP/1.1" 200 2782 0.005192 10.0.0.130 - - [2025-12-08 02:15:58] "GET /projects?obj_uuids=f502bf4e-b53c-4ddf-abdc-cf960a02b8b8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000766 10.0.0.130 - - [2025-12-08 02:15:58] "GET /project/f502bf4e-b53c-4ddf-abdc-cf960a02b8b8 HTTP/1.1" 200 4249 0.065388 10.0.0.130 - - [2025-12-08 02:15:58] "GET /service-instance/4ed07757-8daa-44ca-9934-22c5b99d3c4b HTTP/1.1" 200 3793 0.003259 10.0.0.130 - - [2025-12-08 02:15:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.001885 10.0.0.130 - - [2025-12-08 02:15:58] "GET /routing-instance/1b632943-6f46-456a-bbc3-0ae649c30afe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1891 0.002815 10.0.0.130 - - [2025-12-08 02:15:58] "GET /routing-instance/1b632943-6f46-456a-bbc3-0ae649c30afe?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2024 0.004644 10.0.0.130 - - [2025-12-08 02:15:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002501 10.0.0.130 - - [2025-12-08 02:15:58] "GET /routing-instance/d066153b-7073-422e-8b08-d70f7bdf608c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1897 0.003644 10.0.0.130 - - [2025-12-08 02:15:58] "GET /routing-instance/d066153b-7073-422e-8b08-d70f7bdf608c?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2028 0.005191 10.0.0.130 - - [2025-12-08 02:15:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002445 10.0.0.130 - - [2025-12-08 02:15:58] "GET /virtual-network/e414923c-7625-4ce1-961a-0fda50830936?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2371 0.004529 10.0.0.130 - - [2025-12-08 02:15:58] "GET /virtual-network/e414923c-7625-4ce1-961a-0fda50830936?fields=routing_instances HTTP/1.1" 200 1688 0.007051 10.0.0.130 - - [2025-12-08 02:15:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002479 10.0.0.130 - - [2025-12-08 02:15:58] "GET /virtual-network/87c06b05-3725-4959-896e-b759153df589?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.004664 10.0.0.130 - - [2025-12-08 02:15:58] "GET /virtual-network/87c06b05-3725-4959-896e-b759153df589?fields=routing_instances HTTP/1.1" 200 1691 0.005547 10.0.0.130 - - [2025-12-08 02:16:00] "POST /neutron/port HTTP/1.1" 200 1088 0.040862 10.0.0.130 - - [2025-12-08 02:16:00] "POST /neutron/port HTTP/1.1" 200 1088 0.009629 10.0.0.130 - - [2025-12-08 02:16:00] "POST /neutron/network HTTP/1.1" 200 932 0.004730 10.0.0.130 - - [2025-12-08 02:16:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003129 10.0.0.130 - - [2025-12-08 02:16:00] "POST /neutron/subnet HTTP/1.1" 200 708 0.006062 10.0.0.130 - - [2025-12-08 02:16:00] "POST /neutron/port HTTP/1.1" 200 117 0.001099 10.0.0.130 - - [2025-12-08 02:16:00] "POST /neutron/network HTTP/1.1" 200 922 0.005063 10.0.0.130 - - [2025-12-08 02:16:00] "GET /obj-perms HTTP/1.1" 200 5075 0.048759 10.0.0.130 - - [2025-12-08 02:16:01] "GET /obj-perms HTTP/1.1" 200 5075 0.046753 10.0.0.130 - - [2025-12-08 02:16:02] "POST /ref-update HTTP/1.1" 200 156 0.030025 10.0.0.130 - - [2025-12-08 02:16:02] "POST /neutron/network HTTP/1.1" 200 833 0.011264 10.0.0.130 - - [2025-12-08 02:16:02] "DELETE /access-control-list/25ccaff5-7185-47c9-a035-61dd70e06468 HTTP/1.1" 200 115 0.043470 10.0.0.130 - - [2025-12-08 02:16:02] "GET /virtual-network/87c06b05-3725-4959-896e-b759153df589?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005959 10.0.0.130 - - [2025-12-08 02:16:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002359 10.0.0.130 - - [2025-12-08 02:16:02] "DELETE /routing-instance/ad59d80b-edb6-4a38-a688-53f51906e8d3 HTTP/1.1" 200 115 0.025033 10.0.0.130 - - [2025-12-08 02:16:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002158 10.0.0.130 - - [2025-12-08 02:16:02] "GET /network-policy/86bee76a-90a4-4646-a6df-419497c737c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.003080 10.0.0.130 - - [2025-12-08 02:16:02] "DELETE /route-target/2dec393d-504f-44b8-9784-1416f439be95 HTTP/1.1" 200 115 0.011960 10.0.0.130 - - [2025-12-08 02:16:02] "POST /ref-update HTTP/1.1" 200 156 0.028755 10.0.0.130 - - [2025-12-08 02:16:02] "DELETE /routing-instance/f6dd4a80-e682-4b0c-80bf-814bc12ae19b HTTP/1.1" 200 115 0.036567 10.0.0.130 - - [2025-12-08 02:16:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002530 10.0.0.130 - - [2025-12-08 02:16:02] "POST /neutron/network HTTP/1.1" 200 834 0.005967 10.0.0.130 - - [2025-12-08 02:16:02] "GET /virtual-network/e414923c-7625-4ce1-961a-0fda50830936?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.003888 10.0.0.130 - - [2025-12-08 02:16:03] "DELETE /route-target/9f011a24-86a3-405d-acae-0a1704d94da2 HTTP/1.1" 200 115 0.013710 10.0.0.130 - - [2025-12-08 02:16:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002446 10.0.0.130 - - [2025-12-08 02:16:03] "GET /network-policy/86bee76a-90a4-4646-a6df-419497c737c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.003168 10.0.0.130 - - [2025-12-08 02:16:03] "DELETE /network-policy/86bee76a-90a4-4646-a6df-419497c737c8 HTTP/1.1" 200 115 0.017767 10.0.0.130 - - [2025-12-08 02:16:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.001981 10.0.0.130 - - [2025-12-08 02:16:03] "DELETE /service-instance/4ed07757-8daa-44ca-9934-22c5b99d3c4b HTTP/1.1" 200 115 0.038287 10.0.0.130 - - [2025-12-08 02:16:03] "GET /domains HTTP/1.1" 200 281 0.001809 10.0.0.130 - - [2025-12-08 02:16:03] "GET /domains?obj_uuids=89255e1c-530c-49a5-b275-cafa7847f34c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001158 10.0.0.130 - - [2025-12-08 02:16:03] "POST /ref-update HTTP/1.1" 200 156 0.018352 10.0.0.130 - - [2025-12-08 02:16:03] "GET /domain/89255e1c-530c-49a5-b275-cafa7847f34c HTTP/1.1" 200 2782 0.008392 10.0.0.130 - - [2025-12-08 02:16:03] "GET /projects?obj_uuids=f502bf4e-b53c-4ddf-abdc-cf960a02b8b8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001271 10.0.0.130 - - [2025-12-08 02:16:03] "DELETE /instance-ip/874f64e0-bdd4-4a12-b552-91366aea09e7 HTTP/1.1" 200 115 0.021147 10.0.0.130 - - [2025-12-08 02:16:03] "POST /ref-update HTTP/1.1" 200 156 0.010090 10.0.0.130 - - [2025-12-08 02:16:03] "GET /project/f502bf4e-b53c-4ddf-abdc-cf960a02b8b8 HTTP/1.1" 200 3773 0.066208 10.0.0.130 - - [2025-12-08 02:16:03] "GET /virtual-machine/704e787a-3620-4837-9917-7885aa03f1af HTTP/1.1" 200 1806 0.003257 10.0.0.130 - - [2025-12-08 02:16:03] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.001725 10.0.0.130 - - [2025-12-08 02:16:03] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.001481 10.0.0.130 - - [2025-12-08 02:16:03] "DELETE /instance-ip/650ca5d5-1a9a-4c19-a21a-16ecbf88881d HTTP/1.1" 200 115 0.022159 10.0.0.130 - - [2025-12-08 02:16:03] "POST /ref-update HTTP/1.1" 200 156 0.008559 10.0.0.130 - - [2025-12-08 02:16:03] "DELETE /instance-ip/91cc5b50-f2a3-4774-a6d1-fac352f272c3 HTTP/1.1" 200 115 0.022624 10.0.0.130 - - [2025-12-08 02:16:03] "POST /ref-update HTTP/1.1" 200 156 0.008764 10.0.0.130 - - [2025-12-08 02:16:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003747 10.0.0.130 - - [2025-12-08 02:16:03] "DELETE /service-template/6b529dfd-57fb-49ea-890b-4428c32e22c9 HTTP/1.1" 200 115 0.030558 10.0.0.130 - - [2025-12-08 02:16:03] "POST /fqname-to-id HTTP/1.1" 404 193 0.001824 10.0.0.130 - - [2025-12-08 02:16:03] "DELETE /instance-ip/b061d0eb-8bed-4270-9914-0d12806c96f2 HTTP/1.1" 200 115 0.033319 10.0.0.130 - - [2025-12-08 02:16:03] "POST /ref-update HTTP/1.1" 200 156 0.013080 10.0.0.130 - - [2025-12-08 02:16:03] "DELETE /access-control-list/ce05898e-f3c3-460a-8531-8e2e9a5be479 HTTP/1.1" 200 115 0.026497 10.0.0.130 - - [2025-12-08 02:16:03] "DELETE /instance-ip/3ecbf3cf-5636-40c9-93bd-13a3b131ecb0 HTTP/1.1" 200 115 0.021808 10.0.0.130 - - [2025-12-08 02:16:03] "POST /ref-update HTTP/1.1" 200 156 0.008121 10.0.0.130 - - [2025-12-08 02:16:03] "DELETE /instance-ip/f1c30f9a-e97d-47c6-a53f-eae8e7c116d0 HTTP/1.1" 200 115 0.028737 10.0.0.130 - - [2025-12-08 02:16:03] "POST /neutron/network HTTP/1.1" 200 833 0.007308 10.0.0.130 - - [2025-12-08 02:16:03] "POST /neutron/network HTTP/1.1" 400 204 0.010273 10.0.0.130 - - [2025-12-08 02:16:04] "POST /neutron/port HTTP/1.1" 200 1085 0.010170 10.0.0.130 - - [2025-12-08 02:16:04] "POST /neutron/port HTTP/1.1" 200 1111 0.009297 10.0.0.130 - - [2025-12-08 02:16:04] "POST /neutron/port HTTP/1.1" 200 1088 0.021163 10.0.0.130 - - [2025-12-08 02:16:04] "POST /neutron/port HTTP/1.1" 200 1114 0.012281 10.0.0.130 - - [2025-12-08 02:16:04] "POST /neutron/port HTTP/1.1" 200 151 0.141390 10.0.0.130 - - [2025-12-08 02:16:04] "POST /neutron/port HTTP/1.1" 200 3024 0.016653 10.0.0.130 - - [2025-12-08 02:16:04] "POST /neutron/port HTTP/1.1" 200 151 0.148016 10.0.0.130 - - [2025-12-08 02:16:04] "POST /neutron/port HTTP/1.1" 200 1111 0.007682 10.0.0.130 - - [2025-12-08 02:16:04] "POST /neutron/port HTTP/1.1" 200 151 0.093528 10.0.0.130 - - [2025-12-08 02:16:04] "POST /neutron/port HTTP/1.1" 200 1110 0.011634 10.0.0.130 - - [2025-12-08 02:16:04] "POST /neutron/port HTTP/1.1" 200 151 0.090764 10.0.0.130 - - [2025-12-08 02:16:04] "POST /neutron/port HTTP/1.1" 200 1114 0.007333 10.0.0.130 - - [2025-12-08 02:16:04] "POST /neutron/port HTTP/1.1" 200 151 0.089401 10.0.0.130 - - [2025-12-08 02:16:05] "POST /neutron/network HTTP/1.1" 200 833 0.004862 10.0.0.130 - - [2025-12-08 02:16:05] "POST /useragent-kv HTTP/1.1" 200 115 0.002517 10.0.0.130 - - [2025-12-08 02:16:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003101 10.0.0.130 - - [2025-12-08 02:16:05] "POST /useragent-kv HTTP/1.1" 200 115 0.003089 10.0.0.130 - - [2025-12-08 02:16:05] "POST /neutron/network HTTP/1.1" 200 151 0.072129 10.0.0.130 - - [2025-12-08 02:16:05] "DELETE /route-target/64c5df4e-dd61-47f0-82e5-da345306861b HTTP/1.1" 200 115 0.017885 10.0.0.130 - - [2025-12-08 02:16:05] "GET /routing-instance/d066153b-7073-422e-8b08-d70f7bdf608c HTTP/1.1" 404 171 0.002887 10.0.0.130 - - [2025-12-08 02:16:05] "GET /domains HTTP/1.1" 200 281 0.002210 10.0.0.130 - - [2025-12-08 02:16:05] "GET /domains?obj_uuids=89255e1c-530c-49a5-b275-cafa7847f34c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000793 10.0.0.130 - - [2025-12-08 02:16:05] "GET /domain/89255e1c-530c-49a5-b275-cafa7847f34c HTTP/1.1" 200 2581 0.053279 10.0.0.130 - - [2025-12-08 02:16:05] "GET /projects?obj_uuids=f502bf4e-b53c-4ddf-abdc-cf960a02b8b8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000829 10.0.0.130 - - [2025-12-08 02:16:05] "GET /project/f502bf4e-b53c-4ddf-abdc-cf960a02b8b8 HTTP/1.1" 200 2306 0.063408 10.0.0.130 - - [2025-12-08 02:16:06] "POST /neutron/network HTTP/1.1" 200 834 0.004780 10.0.0.130 - - [2025-12-08 02:16:06] "POST /useragent-kv HTTP/1.1" 200 115 0.002089 10.0.0.130 - - [2025-12-08 02:16:06] "POST /useragent-kv HTTP/1.1" 200 115 0.001652 10.0.0.130 - - [2025-12-08 02:16:06] "POST /neutron/network HTTP/1.1" 200 151 0.065765 10.0.0.130 - - [2025-12-08 02:16:06] "GET /routing-instance/1b632943-6f46-456a-bbc3-0ae649c30afe HTTP/1.1" 404 171 0.001757 10.0.0.130 - - [2025-12-08 02:16:06] "GET /domains HTTP/1.1" 200 281 0.001638 10.0.0.130 - - [2025-12-08 02:16:06] "GET /domains?obj_uuids=89255e1c-530c-49a5-b275-cafa7847f34c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000732 10.0.0.130 - - [2025-12-08 02:16:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.028558 10.0.0.130 - - [2025-12-08 02:16:06] "DELETE /route-target/9e73d541-637a-4468-87dc-dea05aa2e7b7 HTTP/1.1" 200 115 0.012970 10.0.0.130 - - [2025-12-08 02:16:06] "GET /domain/89255e1c-530c-49a5-b275-cafa7847f34c HTTP/1.1" 200 2581 0.050564 10.0.0.130 - - [2025-12-08 02:16:06] "GET /projects?obj_uuids=f502bf4e-b53c-4ddf-abdc-cf960a02b8b8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000855 10.0.0.130 - - [2025-12-08 02:16:06] "GET /project/f502bf4e-b53c-4ddf-abdc-cf960a02b8b8 HTTP/1.1" 200 2087 0.069053 10.0.0.130 - - [2025-12-08 02:16:06] "POST /neutron/network HTTP/1.1" 200 830 0.004788 10.0.0.130 - - [2025-12-08 02:16:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003159 10.0.0.130 - - [2025-12-08 02:16:06] "POST /useragent-kv HTTP/1.1" 200 115 0.002435 10.0.0.130 - - [2025-12-08 02:16:06] "POST /useragent-kv HTTP/1.1" 200 115 0.001539 10.0.0.130 - - [2025-12-08 02:16:06] "POST /neutron/network HTTP/1.1" 200 151 0.066426 10.0.0.130 - - [2025-12-08 02:16:06] "GET /routing-instance/19122b4b-2a6d-46e0-ab9c-5f2173d5566c HTTP/1.1" 404 171 0.003499 10.0.0.130 - - [2025-12-08 02:16:06] "DELETE /route-target/c612e6a0-71de-45d0-afb7-575498394b6c HTTP/1.1" 200 115 0.020779 10.0.0.130 - - [2025-12-08 02:16:06] "GET /domains HTTP/1.1" 200 281 0.002066 10.0.0.130 - - [2025-12-08 02:16:06] "GET /domains?obj_uuids=89255e1c-530c-49a5-b275-cafa7847f34c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001333 10.0.0.130 - - [2025-12-08 02:16:06] "GET /domain/89255e1c-530c-49a5-b275-cafa7847f34c HTTP/1.1" 200 2581 0.048376 10.0.0.130 - - [2025-12-08 02:16:06] "GET /projects?obj_uuids=f502bf4e-b53c-4ddf-abdc-cf960a02b8b8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000859 10.0.0.130 - - [2025-12-08 02:16:06] "GET /project/f502bf4e-b53c-4ddf-abdc-cf960a02b8b8 HTTP/1.1" 200 1846 0.062851 10.0.0.130 - - [2025-12-08 02:16:06] "GET /projects?obj_uuids=f502bf4e-b53c-4ddf-abdc-cf960a02b8b8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000941 10.0.0.130 - - [2025-12-08 02:16:06] "GET /project/f502bf4e-b53c-4ddf-abdc-cf960a02b8b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.044727 10.0.0.130 - - [2025-12-08 02:16:06] "GET /projects?obj_uuids=f502bf4e-b53c-4ddf-abdc-cf960a02b8b8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000835 10.0.0.130 - - [2025-12-08 02:16:06] "GET /project/f502bf4e-b53c-4ddf-abdc-cf960a02b8b8?fields=virtual_networks HTTP/1.1" 200 1031 0.063329 10.0.0.130 - - [2025-12-08 02:16:06] "GET /projects?obj_uuids=f502bf4e-b53c-4ddf-abdc-cf960a02b8b8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000905 10.0.0.130 - - [2025-12-08 02:16:06] "GET /project/f502bf4e-b53c-4ddf-abdc-cf960a02b8b8?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.023260 10.0.0.130 - - [2025-12-08 02:16:06] "GET /projects?obj_uuids=f502bf4e-b53c-4ddf-abdc-cf960a02b8b8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001057 10.0.0.130 - - [2025-12-08 02:16:06] "GET /project/f502bf4e-b53c-4ddf-abdc-cf960a02b8b8?fields=security_groups HTTP/1.1" 200 1256 0.029167 10.0.0.130 - - [2025-12-08 02:16:07] "POST /fqname-to-id HTTP/1.1" 404 189 0.024238 10.0.0.130 - - [2025-12-08 02:16:07] "GET /projects?obj_uuids=0d96716a-1c81-484e-93d1-8f2be400f8c7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002150 10.0.0.130 - - [2025-12-08 02:16:07] "GET /domains?obj_uuids=89255e1c-530c-49a5-b275-cafa7847f34c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001096 10.0.0.130 - - [2025-12-08 02:16:07] "GET /domain/89255e1c-530c-49a5-b275-cafa7847f34c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.030391 10.0.0.130 - - [2025-12-08 02:16:07] "POST /id-to-fqname HTTP/1.1" 200 191 0.001594 10.0.0.130 - - [2025-12-08 02:16:07] "POST /fqname-to-id HTTP/1.1" 404 200 0.001708 10.0.0.130 - - [2025-12-08 02:16:08] "POST /security-groups HTTP/1.1" 200 592 0.060347 10.0.0.130 - - [2025-12-08 02:16:08] "POST /fqname-to-id HTTP/1.1" 404 235 0.002156 10.0.0.130 - - [2025-12-08 02:16:08] "POST /projects HTTP/1.1" 200 587 0.193902 10.0.0.130 - - [2025-12-08 02:16:08] "POST /access-control-lists HTTP/1.1" 200 599 0.054688 10.0.0.130 - - [2025-12-08 02:16:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.260283 10.0.0.130 - - [2025-12-08 02:16:08] "POST /fqname-to-id HTTP/1.1" 404 234 0.002331 10.0.0.130 - - [2025-12-08 02:16:08] "GET /project/0d96716a-1c81-484e-93d1-8f2be400f8c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.395015 10.0.0.130 - - [2025-12-08 02:16:08] "POST /access-control-lists HTTP/1.1" 200 597 0.056302 10.0.0.130 - - [2025-12-08 02:16:09] "GET / HTTP/1.1" 200 36215 0.001870 10.0.0.130 - - [2025-12-08 02:16:10] "GET /project/0d96716a-1c81-484e-93d1-8f2be400f8c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000447 10.0.0.130 - - [2025-12-08 02:16:10] "GET /projects?obj_uuids=0d96716a-1c81-484e-93d1-8f2be400f8c7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000918 10.0.0.130 - - [2025-12-08 02:16:10] "GET /project/0d96716a-1c81-484e-93d1-8f2be400f8c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.041882 10.0.0.130 - - [2025-12-08 02:16:10] "POST /fqname-to-id HTTP/1.1" 404 180 0.002042 10.0.0.130 - - [2025-12-08 02:16:10] "POST /virtual-DNSs HTTP/1.1" 200 509 0.017778 10.0.0.130 - - [2025-12-08 02:16:10] "GET /virtual-DNS/cda25656-67ce-4fb8-889f-5147031d8f21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.004613 10.0.0.130 - - [2025-12-08 02:16:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002827 10.0.0.130 - - [2025-12-08 02:16:10] "GET /virtual-DNS/cda25656-67ce-4fb8-889f-5147031d8f21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.003030 10.0.0.130 - - [2025-12-08 02:16:10] "GET /domains HTTP/1.1" 401 293 0.000408 10.0.0.130 - - [2025-12-08 02:16:11] "GET /domains HTTP/1.1" 200 281 0.025450 10.0.0.130 - - [2025-12-08 02:16:11] "GET /domains?obj_uuids=89255e1c-530c-49a5-b275-cafa7847f34c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000963 10.0.0.130 - - [2025-12-08 02:16:11] "GET /domain/89255e1c-530c-49a5-b275-cafa7847f34c HTTP/1.1" 200 2970 0.006783 10.0.0.130 - - [2025-12-08 02:16:11] "GET /virtual-DNS/cda25656-67ce-4fb8-889f-5147031d8f21 HTTP/1.1" 200 1440 0.003120 10.0.0.130 - - [2025-12-08 02:16:11] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.001801 10.0.0.130 - - [2025-12-08 02:16:11] "POST /network-ipams HTTP/1.1" 200 516 0.014916 10.0.0.130 - - [2025-12-08 02:16:11] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 754 0.002464 10.0.0.130 - - [2025-12-08 02:16:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002629 10.0.0.130 - - [2025-12-08 02:16:11] "GET /network-ipam/496f6900-f7e2-4a49-8fb4-0eec5778b97a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1402 0.004421 10.0.0.130 - - [2025-12-08 02:16:11] "PUT /network-ipam/496f6900-f7e2-4a49-8fb4-0eec5778b97a HTTP/1.1" 200 259 0.007809 10.0.0.130 - - [2025-12-08 02:16:11] "POST /ref-update HTTP/1.1" 200 156 0.007376 10.0.0.130 - - [2025-12-08 02:16:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002785 10.0.0.130 - - [2025-12-08 02:16:11] "GET /projects?obj_uuids=0d96716a-1c81-484e-93d1-8f2be400f8c7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000877 10.0.0.130 - - [2025-12-08 02:16:11] "GET /project/0d96716a-1c81-484e-93d1-8f2be400f8c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.023991 10.0.0.130 - - [2025-12-08 02:16:11] "POST /neutron/network HTTP/1.1" 200 117 0.033640 10.0.0.130 - - [2025-12-08 02:16:11] "GET /projects?obj_uuids=0d96716a-1c81-484e-93d1-8f2be400f8c7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000936 10.0.0.130 - - [2025-12-08 02:16:11] "POST /neutron/network HTTP/1.1" 200 618 0.055843 10.0.0.130 - - [2025-12-08 02:16:11] "POST /route-targets HTTP/1.1" 200 328 0.007621 10.0.0.130 - - [2025-12-08 02:16:11] "POST /ref-update HTTP/1.1" 200 156 0.009212 10.0.0.130 - - [2025-12-08 02:16:11] "POST /useragent-kv HTTP/1.1" 200 115 0.002072 10.0.0.130 - - [2025-12-08 02:16:11] "POST /neutron/subnet HTTP/1.1" 200 711 0.128442 10.0.0.130 - - [2025-12-08 02:16:11] "POST /neutron/network HTTP/1.1" 200 833 0.005732 10.0.0.130 - - [2025-12-08 02:16:11] "POST /id-to-fqname HTTP/1.1" 200 227 0.001080 10.0.0.130 - - [2025-12-08 02:16:11] "GET /virtual-network/8a633873-bc22-4abd-ae18-68d7747f8f0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005791 10.0.0.130 - - [2025-12-08 02:16:12] "POST /neutron/network HTTP/1.1" 200 833 0.006861 10.0.0.130 - - [2025-12-08 02:16:12] "GET /virtual-network/8a633873-bc22-4abd-ae18-68d7747f8f0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.003876 10.0.0.130 - - [2025-12-08 02:16:12] "POST /neutron/network HTTP/1.1" 200 833 0.005359 10.0.0.130 - - [2025-12-08 02:16:12] "POST /neutron/subnet HTTP/1.1" 200 711 0.005797 10.0.0.130 - - [2025-12-08 02:16:12] "POST /neutron/network HTTP/1.1" 200 807 0.008324 10.0.0.130 - - [2025-12-08 02:16:12] "POST /neutron/network HTTP/1.1" 200 833 0.004460 10.0.0.130 - - [2025-12-08 02:16:12] "POST /id-to-fqname HTTP/1.1" 200 227 0.000963 10.0.0.130 - - [2025-12-08 02:16:12] "GET /global-system-configs HTTP/1.1" 401 293 0.000436 10.0.0.130 - - [2025-12-08 02:16:12] "GET /global-system-configs HTTP/1.1" 401 293 0.000361 10.0.0.130 - - [2025-12-08 02:16:12] "POST /neutron/network HTTP/1.1" 200 843 0.005355 10.0.0.130 - - [2025-12-08 02:16:12] "GET /aaa-mode HTTP/1.1" 401 293 0.000366 10.0.0.130 - - [2025-12-08 02:16:12] "GET / HTTP/1.1" 200 36215 0.001405 10.0.0.130 - - [2025-12-08 02:16:12] "GET /project/0d96716a-1c81-484e-93d1-8f2be400f8c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000368 10.0.0.130 - - [2025-12-08 02:16:12] "GET /global-system-configs HTTP/1.1" 401 293 0.000370 10.0.0.130 - - [2025-12-08 02:16:12] "GET /global-system-configs HTTP/1.1" 401 293 0.000384 10.0.0.130 - - [2025-12-08 02:16:13] "GET /projects?obj_uuids=0d96716a-1c81-484e-93d1-8f2be400f8c7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000947 10.0.0.130 - - [2025-12-08 02:16:13] "GET /project/0d96716a-1c81-484e-93d1-8f2be400f8c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.047714 10.0.0.130 - - [2025-12-08 02:16:13] "POST /neutron/network HTTP/1.1" 200 833 0.026555 10.0.0.130 - - [2025-12-08 02:16:13] "POST /neutron/port HTTP/1.1" 200 117 0.004613 10.0.0.130 - - [2025-12-08 02:16:13] "POST /neutron/port HTTP/1.1" 200 117 0.004198 10.0.0.130 - - [2025-12-08 02:16:13] "POST /neutron/port HTTP/1.1" 200 117 0.004277 10.0.0.130 - - [2025-12-08 02:16:13] "POST /neutron/network HTTP/1.1" 200 843 0.004925 10.0.0.130 - - [2025-12-08 02:16:13] "GET /projects?obj_uuids=0d96716a-1c81-484e-93d1-8f2be400f8c7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001163 10.0.0.130 - - [2025-12-08 02:16:13] "POST /neutron/port HTTP/1.1" 200 1058 0.171549 10.0.0.130 - - [2025-12-08 02:16:13] "POST /neutron/port HTTP/1.1" 200 1058 0.008321 10.0.0.130 - - [2025-12-08 02:16:13] "POST /neutron/port HTTP/1.1" 200 1058 0.008833 10.0.0.130 - - [2025-12-08 02:16:13] "POST /neutron/port HTTP/1.1" 200 1112 0.047062 10.0.0.130 - - [2025-12-08 02:16:14] "POST /neutron/port HTTP/1.1" 200 1086 0.013577 10.0.0.130 - - [2025-12-08 02:16:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003872 10.0.0.130 - - [2025-12-08 02:16:14] "POST /neutron/subnet HTTP/1.1" 200 685 0.007372 10.0.0.130 - - [2025-12-08 02:16:14] "POST /neutron/port HTTP/1.1" 200 117 0.001023 10.0.0.130 - - [2025-12-08 02:16:14] "POST /neutron/network HTTP/1.1" 200 833 0.004434 10.0.0.130 - - [2025-12-08 02:16:18] "POST /neutron/port HTTP/1.1" 200 1086 0.010196 10.0.0.130 - - [2025-12-08 02:16:18] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005028 10.0.0.130 - - [2025-12-08 02:16:18] "POST /neutron/port HTTP/1.1" 200 1086 0.009421 10.0.0.130 - - [2025-12-08 02:16:18] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005053 10.0.0.130 - - [2025-12-08 02:16:18] "POST /neutron/port HTTP/1.1" 200 1086 0.009626 10.0.0.130 - - [2025-12-08 02:16:18] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005361 10.0.0.130 - - [2025-12-08 02:16:18] "GET /virtual-machine/61c9a029-dc08-4f5e-ba36-1f7995805dbf HTTP/1.1" 200 1295 0.004240 10.0.0.130 - - [2025-12-08 02:16:18] "GET /virtual-machine-interface/5803cdbe-31e3-4dff-8570-2ce077b2592b HTTP/1.1" 200 2970 0.004632 10.0.0.130 - - [2025-12-08 02:16:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002257 10.0.0.130 - - [2025-12-08 02:16:18] "GET /global-vrouter-config/a6e10417-27c9-4d34-b977-7b7d3fa7e4f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002550 10.0.0.130 - - [2025-12-08 02:16:18] "GET /virtual-networks?parent_id=0d96716a-1c81-484e-93d1-8f2be400f8c7&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002561 10.0.0.130 - - [2025-12-08 02:16:18] "GET /virtual-network/8a633873-bc22-4abd-ae18-68d7747f8f0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004591 10.0.0.130 - - [2025-12-08 02:16:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002570 10.0.0.130 - - [2025-12-08 02:16:21] "GET /virtual-network/8a633873-bc22-4abd-ae18-68d7747f8f0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004217 10.0.0.130 - - [2025-12-08 02:16:22] "POST /neutron/port HTTP/1.1" 200 1086 0.009243 10.0.0.130 - - [2025-12-08 02:16:22] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004313 10.0.0.130 - - [2025-12-08 02:16:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002980 10.0.0.130 - - [2025-12-08 02:16:23] "GET /global-vrouter-config/a6e10417-27c9-4d34-b977-7b7d3fa7e4f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003204 10.0.0.130 - - [2025-12-08 02:16:23] "GET /virtual-networks?parent_id=0d96716a-1c81-484e-93d1-8f2be400f8c7&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002625 10.0.0.130 - - [2025-12-08 02:16:24] "GET /virtual-network/8a633873-bc22-4abd-ae18-68d7747f8f0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004579 10.0.0.130 - - [2025-12-08 02:16:28] "POST /neutron/network HTTP/1.1" 200 807 0.008601 10.0.0.130 - - [2025-12-08 02:16:28] "POST /neutron/network HTTP/1.1" 200 833 0.004875 10.0.0.130 - - [2025-12-08 02:16:28] "POST /id-to-fqname HTTP/1.1" 200 227 0.001132 10.0.0.130 - - [2025-12-08 02:16:28] "POST /neutron/port HTTP/1.1" 200 1086 0.009275 10.0.0.130 - - [2025-12-08 02:16:28] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004895 10.0.0.130 - - [2025-12-08 02:16:28] "POST /neutron/network HTTP/1.1" 200 843 0.004527 10.0.0.130 - - [2025-12-08 02:16:28] "GET /aaa-mode HTTP/1.1" 401 293 0.000368 10.0.0.130 - - [2025-12-08 02:16:28] "GET / HTTP/1.1" 200 36215 0.001928 10.0.0.130 - - [2025-12-08 02:16:28] "GET /project/0d96716a-1c81-484e-93d1-8f2be400f8c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000365 10.0.0.130 - - [2025-12-08 02:16:29] "GET /projects?obj_uuids=0d96716a-1c81-484e-93d1-8f2be400f8c7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001198 10.0.0.130 - - [2025-12-08 02:16:29] "GET /project/0d96716a-1c81-484e-93d1-8f2be400f8c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.053134 10.0.0.130 - - [2025-12-08 02:16:29] "POST /neutron/network HTTP/1.1" 200 833 0.004487 10.0.0.130 - - [2025-12-08 02:16:29] "POST /neutron/port HTTP/1.1" 200 1086 0.017728 10.0.0.130 - - [2025-12-08 02:16:29] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010232 10.0.0.130 - - [2025-12-08 02:16:29] "POST /neutron/port HTTP/1.1" 200 117 0.004201 10.0.0.130 - - [2025-12-08 02:16:29] "POST /neutron/port HTTP/1.1" 200 117 0.004138 10.0.0.130 - - [2025-12-08 02:16:29] "POST /neutron/network HTTP/1.1" 200 843 0.005301 10.0.0.130 - - [2025-12-08 02:16:29] "GET /projects?obj_uuids=0d96716a-1c81-484e-93d1-8f2be400f8c7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001939 10.0.0.130 - - [2025-12-08 02:16:29] "POST /neutron/port HTTP/1.1" 200 1058 0.157202 10.0.0.130 - - [2025-12-08 02:16:30] "POST /neutron/port HTTP/1.1" 200 1058 0.007580 10.0.0.130 - - [2025-12-08 02:16:30] "POST /neutron/port HTTP/1.1" 200 1058 0.007834 10.0.0.130 - - [2025-12-08 02:16:30] "POST /neutron/port HTTP/1.1" 200 1112 0.052489 10.0.0.130 - - [2025-12-08 02:16:30] "POST /neutron/port HTTP/1.1" 200 1086 0.009339 10.0.0.130 - - [2025-12-08 02:16:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002719 10.0.0.130 - - [2025-12-08 02:16:30] "POST /neutron/subnet HTTP/1.1" 200 685 0.007682 10.0.0.130 - - [2025-12-08 02:16:30] "POST /neutron/port HTTP/1.1" 200 117 0.001103 10.0.0.130 - - [2025-12-08 02:16:30] "POST /neutron/network HTTP/1.1" 200 833 0.005241 10.0.0.130 - - [2025-12-08 02:16:34] "POST /neutron/port HTTP/1.1" 200 1086 0.010578 10.0.0.130 - - [2025-12-08 02:16:34] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006683 10.0.0.130 - - [2025-12-08 02:16:34] "POST /neutron/port HTTP/1.1" 200 1086 0.009024 10.0.0.130 - - [2025-12-08 02:16:34] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004602 10.0.0.130 - - [2025-12-08 02:16:34] "POST /neutron/port HTTP/1.1" 200 1086 0.011198 10.0.0.130 - - [2025-12-08 02:16:34] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005059 10.0.0.130 - - [2025-12-08 02:16:34] "GET /virtual-machine/b45122d0-97f8-449e-93c1-2dd7b4e38ed9 HTTP/1.1" 200 1296 0.003679 10.0.0.130 - - [2025-12-08 02:16:34] "GET /virtual-machine-interface/80ec0e35-9088-4692-8198-5be13784add0 HTTP/1.1" 200 2970 0.003787 10.0.0.130 - - [2025-12-08 02:16:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002479 10.0.0.130 - - [2025-12-08 02:16:34] "GET /global-vrouter-config/a6e10417-27c9-4d34-b977-7b7d3fa7e4f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003922 10.0.0.130 - - [2025-12-08 02:16:34] "GET /virtual-networks?parent_id=0d96716a-1c81-484e-93d1-8f2be400f8c7&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002699 10.0.0.130 - - [2025-12-08 02:16:34] "GET /virtual-network/8a633873-bc22-4abd-ae18-68d7747f8f0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005371 10.0.0.130 - - [2025-12-08 02:16:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002564 10.0.0.130 - - [2025-12-08 02:16:38] "GET /virtual-network/8a633873-bc22-4abd-ae18-68d7747f8f0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004706 10.0.0.130 - - [2025-12-08 02:16:38] "POST /neutron/port HTTP/1.1" 200 1086 0.032620 10.0.0.130 - - [2025-12-08 02:16:38] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004556 10.0.0.130 - - [2025-12-08 02:16:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002496 10.0.0.130 - - [2025-12-08 02:16:40] "GET /global-vrouter-config/a6e10417-27c9-4d34-b977-7b7d3fa7e4f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002532 10.0.0.130 - - [2025-12-08 02:16:40] "GET /virtual-networks?parent_id=0d96716a-1c81-484e-93d1-8f2be400f8c7&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002563 10.0.0.130 - - [2025-12-08 02:16:40] "GET /virtual-network/8a633873-bc22-4abd-ae18-68d7747f8f0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004586 10.0.0.130 - - [2025-12-08 02:16:40] "POST /neutron/port HTTP/1.1" 200 1086 0.009565 10.0.0.130 - - [2025-12-08 02:16:40] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005077 10.0.0.130 - - [2025-12-08 02:16:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003237 10.0.0.130 - - [2025-12-08 02:16:51] "DELETE /virtual-DNS/cda25656-67ce-4fb8-889f-5147031d8f21 HTTP/1.1" 409 236 0.007529 10.0.0.130 - - [2025-12-08 02:16:51] "POST /fqname-to-id HTTP/1.1" 404 192 0.002310 10.0.0.130 - - [2025-12-08 02:16:51] "POST /virtual-DNS-records HTTP/1.1" 200 533 0.014222 10.0.0.130 - - [2025-12-08 02:16:51] "GET /virtual-DNS-record/cb2f6970-4c41-4cf1-a38c-aadf8f63fccd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.004871 10.0.0.130 - - [2025-12-08 02:16:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003331 10.0.0.130 - - [2025-12-08 02:16:51] "GET /virtual-DNS-record/cb2f6970-4c41-4cf1-a38c-aadf8f63fccd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.003130 10.0.0.130 - - [2025-12-08 02:16:51] "GET /domains HTTP/1.1" 200 281 0.002410 10.0.0.130 - - [2025-12-08 02:16:51] "GET /domains?obj_uuids=89255e1c-530c-49a5-b275-cafa7847f34c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000868 10.0.0.130 - - [2025-12-08 02:16:51] "GET /domain/89255e1c-530c-49a5-b275-cafa7847f34c HTTP/1.1" 200 2970 0.005592 10.0.0.130 - - [2025-12-08 02:16:51] "GET /virtual-DNS/cda25656-67ce-4fb8-889f-5147031d8f21 HTTP/1.1" 200 1911 0.003042 10.0.0.130 - - [2025-12-08 02:16:51] "GET /virtual-DNS-record/cb2f6970-4c41-4cf1-a38c-aadf8f63fccd HTTP/1.1" 200 1339 0.002129 10.0.0.130 - - [2025-12-08 02:16:54] "DELETE /project/0d96716a1c81484e93d18f2be400f8c7 HTTP/1.1" 404 173 0.005162 10.0.0.130 - - [2025-12-08 02:16:54] "GET /projects?obj_uuids=f502bf4e-b53c-4ddf-abdc-cf960a02b8b8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000824 10.0.0.130 - - [2025-12-08 02:16:54] "GET /project/f502bf4e-b53c-4ddf-abdc-cf960a02b8b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1461 0.025175 10.0.0.130 - - [2025-12-08 02:16:54] "GET /projects?obj_uuids=f502bf4e-b53c-4ddf-abdc-cf960a02b8b8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000959 10.0.0.130 - - [2025-12-08 02:16:55] "GET /project/f502bf4e-b53c-4ddf-abdc-cf960a02b8b8?fields=security_groups HTTP/1.1" 200 1358 0.067522 10.0.0.130 - - [2025-12-08 02:16:55] "DELETE /security-group/f6cc8828-cf29-4d2b-ab1b-e70339705ed1 HTTP/1.1" 200 115 0.036134 10.0.0.130 - - [2025-12-08 02:16:55] "GET /projects?obj_uuids=f502bf4e-b53c-4ddf-abdc-cf960a02b8b8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001629 10.0.0.130 - - [2025-12-08 02:16:55] "DELETE /access-control-list/694af9ee-364e-41a1-8785-79d7c5100f27 HTTP/1.1" 200 115 0.029714 10.0.0.130 - - [2025-12-08 02:16:55] "GET /project/f502bf4e-b53c-4ddf-abdc-cf960a02b8b8?fields=application_policy_sets HTTP/1.1" 200 1397 0.037516 10.0.0.130 - - [2025-12-08 02:16:55] "DELETE /access-control-list/797ef0d4-2350-4c51-852c-1dc06d9afe85 HTTP/1.1" 200 115 0.037141 10.0.0.130 - - [2025-12-08 02:16:55] "DELETE /project/f502bf4e-b53c-4ddf-abdc-cf960a02b8b8 HTTP/1.1" 200 115 0.312023 10.0.0.130 - - [2025-12-08 02:16:56] "DELETE /virtual-DNS-record/cb2f6970-4c41-4cf1-a38c-aadf8f63fccd HTTP/1.1" 200 115 0.017354 10.0.0.130 - - [2025-12-08 02:16:56] "POST /fqname-to-id HTTP/1.1" 404 184 0.002389 10.0.0.130 - - [2025-12-08 02:16:57] "POST /neutron/network HTTP/1.1" 200 833 0.004997 10.0.0.130 - - [2025-12-08 02:16:57] "POST /neutron/network HTTP/1.1" 400 204 0.013654 10.0.0.130 - - [2025-12-08 02:16:57] "POST /neutron/port HTTP/1.1" 200 1086 0.010423 10.0.0.130 - - [2025-12-08 02:16:57] "POST /neutron/port HTTP/1.1" 200 1112 0.007193 10.0.0.130 - - [2025-12-08 02:16:57] "POST /neutron/port HTTP/1.1" 200 1086 0.012250 10.0.0.130 - - [2025-12-08 02:16:57] "POST /neutron/port HTTP/1.1" 200 1112 0.011997 10.0.0.130 - - [2025-12-08 02:16:57] "POST /neutron/port HTTP/1.1" 200 151 0.120203 10.0.0.130 - - [2025-12-08 02:16:57] "POST /neutron/port HTTP/1.1" 200 151 0.109087 10.0.0.130 - - [2025-12-08 02:16:59] "POST /neutron/network HTTP/1.1" 200 833 0.005008 10.0.0.130 - - [2025-12-08 02:16:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002560 10.0.0.130 - - [2025-12-08 02:16:59] "DELETE /route-target/ac1c50f2-3995-41fa-bd68-e56c3ea5c328 HTTP/1.1" 200 115 0.053510 10.0.0.130 - - [2025-12-08 02:16:59] "POST /useragent-kv HTTP/1.1" 200 115 0.002256 10.0.0.130 - - [2025-12-08 02:16:59] "POST /useragent-kv HTTP/1.1" 200 115 0.002001 10.0.0.130 - - [2025-12-08 02:16:59] "POST /neutron/network HTTP/1.1" 200 151 0.262626 10.0.0.130 - - [2025-12-08 02:16:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002232 10.0.0.130 - - [2025-12-08 02:16:59] "DELETE /network-ipam/496f6900-f7e2-4a49-8fb4-0eec5778b97a HTTP/1.1" 200 115 0.022190 10.0.0.130 - - [2025-12-08 02:16:59] "DELETE /virtual-DNS/cda25656-67ce-4fb8-889f-5147031d8f21 HTTP/1.1" 200 115 0.016806 10.0.0.130 - - [2025-12-08 02:16:59] "POST /fqname-to-id HTTP/1.1" 404 180 0.002221 10.0.0.130 - - [2025-12-08 02:16:59] "GET /domains HTTP/1.1" 200 281 0.002731 10.0.0.130 - - [2025-12-08 02:16:59] "GET /domains?obj_uuids=89255e1c-530c-49a5-b275-cafa7847f34c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000918 10.0.0.130 - - [2025-12-08 02:16:59] "GET /domain/89255e1c-530c-49a5-b275-cafa7847f34c HTTP/1.1" 200 2584 0.006887 10.0.0.130 - - [2025-12-08 02:16:59] "GET /projects?obj_uuids=0d96716a-1c81-484e-93d1-8f2be400f8c7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001144 10.0.0.130 - - [2025-12-08 02:16:59] "GET /project/0d96716a-1c81-484e-93d1-8f2be400f8c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.021797 10.0.0.130 - - [2025-12-08 02:16:59] "GET /projects?obj_uuids=0d96716a-1c81-484e-93d1-8f2be400f8c7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000832 10.0.0.130 - - [2025-12-08 02:16:59] "GET /project/0d96716a-1c81-484e-93d1-8f2be400f8c7?fields=virtual_networks HTTP/1.1" 200 1035 0.065624 10.0.0.130 - - [2025-12-08 02:16:59] "GET /projects?obj_uuids=0d96716a-1c81-484e-93d1-8f2be400f8c7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001252 10.0.0.130 - - [2025-12-08 02:16:59] "GET /project/0d96716a-1c81-484e-93d1-8f2be400f8c7?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.026472 10.0.0.130 - - [2025-12-08 02:16:59] "GET /projects?obj_uuids=0d96716a-1c81-484e-93d1-8f2be400f8c7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000923 10.0.0.130 - - [2025-12-08 02:16:59] "GET /project/0d96716a-1c81-484e-93d1-8f2be400f8c7?fields=security_groups HTTP/1.1" 200 1263 0.024350 10.0.0.130 - - [2025-12-08 02:17:00] "POST /fqname-to-id HTTP/1.1" 404 189 0.023529 10.0.0.130 - - [2025-12-08 02:17:00] "GET /projects?obj_uuids=4b5877b6-64d8-4705-aa12-5a01b4c6a11e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.001930 10.0.0.130 - - [2025-12-08 02:17:00] "GET /domains?obj_uuids=89255e1c-530c-49a5-b275-cafa7847f34c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000931 10.0.0.130 - - [2025-12-08 02:17:00] "GET /domain/89255e1c-530c-49a5-b275-cafa7847f34c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006120 10.0.0.130 - - [2025-12-08 02:17:00] "POST /id-to-fqname HTTP/1.1" 200 191 0.002881 10.0.0.130 - - [2025-12-08 02:17:00] "POST /fqname-to-id HTTP/1.1" 404 200 0.002437 10.0.0.130 - - [2025-12-08 02:17:01] "POST /security-groups HTTP/1.1" 200 592 0.060035 10.0.0.130 - - [2025-12-08 02:17:01] "POST /fqname-to-id HTTP/1.1" 404 235 0.002373 10.0.0.130 - - [2025-12-08 02:17:01] "POST /projects HTTP/1.1" 200 587 0.210862 10.0.0.130 - - [2025-12-08 02:17:01] "POST /access-control-lists HTTP/1.1" 200 599 0.055942 10.0.0.130 - - [2025-12-08 02:17:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.285285 10.0.0.130 - - [2025-12-08 02:17:01] "POST /fqname-to-id HTTP/1.1" 404 234 0.003016 10.0.0.130 - - [2025-12-08 02:17:01] "GET /project/4b5877b6-64d8-4705-aa12-5a01b4c6a11e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.399865 10.0.0.130 - - [2025-12-08 02:17:01] "POST /access-control-lists HTTP/1.1" 200 597 0.060259 10.0.0.130 - - [2025-12-08 02:17:01] "GET /obj-perms HTTP/1.1" 200 5075 0.364168 10.0.0.130 - - [2025-12-08 02:17:02] "GET /obj-perms HTTP/1.1" 200 5075 0.105136 10.0.0.130 - - [2025-12-08 02:17:02] "GET / HTTP/1.1" 200 36215 0.001436 10.0.0.130 - - [2025-12-08 02:17:03] "POST /fqname-to-id HTTP/1.1" 401 293 0.000458 10.0.0.130 - - [2025-12-08 02:17:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.056756 10.0.0.130 - - [2025-12-08 02:17:03] "GET /projects?obj_uuids=4b5877b6-64d8-4705-aa12-5a01b4c6a11e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000878 10.0.0.130 - - [2025-12-08 02:17:03] "GET /project/4b5877b6-64d8-4705-aa12-5a01b4c6a11e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.025014 10.0.0.130 - - [2025-12-08 02:17:04] "POST /neutron/network HTTP/1.1" 200 117 0.035748 10.0.0.130 - - [2025-12-08 02:17:04] "GET /projects?obj_uuids=4b5877b6-64d8-4705-aa12-5a01b4c6a11e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000930 10.0.0.130 - - [2025-12-08 02:17:04] "POST /neutron/network HTTP/1.1" 200 606 0.062386 10.0.0.130 - - [2025-12-08 02:17:04] "POST /useragent-kv HTTP/1.1" 200 115 0.005620 10.0.0.130 - - [2025-12-08 02:17:04] "POST /neutron/subnet HTTP/1.1" 200 720 0.147674 10.0.0.130 - - [2025-12-08 02:17:04] "POST /neutron/network HTTP/1.1" 200 824 0.006382 10.0.0.130 - - [2025-12-08 02:17:04] "POST /id-to-fqname HTTP/1.1" 200 221 0.001118 10.0.0.130 - - [2025-12-08 02:17:04] "GET /virtual-network/81cc46ca-2ce0-4e65-9f34-7074a59500bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.004255 10.0.0.130 - - [2025-12-08 02:17:04] "POST /neutron/network HTTP/1.1" 200 824 0.005232 10.0.0.130 - - [2025-12-08 02:17:04] "GET /virtual-network/81cc46ca-2ce0-4e65-9f34-7074a59500bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.004142 10.0.0.130 - - [2025-12-08 02:17:04] "POST /neutron/network HTTP/1.1" 200 824 0.005381 10.0.0.130 - - [2025-12-08 02:17:04] "POST /neutron/subnet HTTP/1.1" 200 720 0.005693 10.0.0.130 - - [2025-12-08 02:17:04] "POST /id-to-fqname HTTP/1.1" 200 221 0.001406 10.0.0.130 - - [2025-12-08 02:17:04] "POST /route-targets HTTP/1.1" 200 328 0.009120 10.0.0.130 - - [2025-12-08 02:17:04] "POST /ref-update HTTP/1.1" 200 156 0.010900 10.0.0.130 - - [2025-12-08 02:17:04] "POST /neutron/network HTTP/1.1" 200 834 0.004499 10.0.0.130 - - [2025-12-08 02:17:04] "GET /aaa-mode HTTP/1.1" 401 293 0.000353 10.0.0.130 - - [2025-12-08 02:17:05] "GET / HTTP/1.1" 200 36215 0.001789 10.0.0.130 - - [2025-12-08 02:17:05] "GET /project/4b5877b6-64d8-4705-aa12-5a01b4c6a11e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000355 10.0.0.130 - - [2025-12-08 02:17:05] "GET /projects?obj_uuids=4b5877b6-64d8-4705-aa12-5a01b4c6a11e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000926 10.0.0.130 - - [2025-12-08 02:17:05] "GET /project/4b5877b6-64d8-4705-aa12-5a01b4c6a11e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.048300 10.0.0.130 - - [2025-12-08 02:17:05] "POST /neutron/network HTTP/1.1" 200 824 0.004857 10.0.0.130 - - [2025-12-08 02:17:05] "POST /neutron/port HTTP/1.1" 200 117 0.004186 10.0.0.130 - - [2025-12-08 02:17:05] "POST /neutron/port HTTP/1.1" 200 117 0.004589 10.0.0.130 - - [2025-12-08 02:17:05] "POST /id-to-fqname HTTP/1.1" 200 221 0.001244 10.0.0.130 - - [2025-12-08 02:17:05] "POST /neutron/port HTTP/1.1" 200 117 0.008126 10.0.0.130 - - [2025-12-08 02:17:05] "POST /neutron/network HTTP/1.1" 200 834 0.004948 10.0.0.130 - - [2025-12-08 02:17:05] "GET /aaa-mode HTTP/1.1" 401 293 0.000400 10.0.0.130 - - [2025-12-08 02:17:05] "POST /neutron/network HTTP/1.1" 200 834 0.004619 10.0.0.130 - - [2025-12-08 02:17:05] "GET /projects?obj_uuids=4b5877b6-64d8-4705-aa12-5a01b4c6a11e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001428 10.0.0.130 - - [2025-12-08 02:17:06] "GET / HTTP/1.1" 200 36215 0.002256 10.0.0.130 - - [2025-12-08 02:17:06] "GET /project/4b5877b6-64d8-4705-aa12-5a01b4c6a11e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000341 10.0.0.130 - - [2025-12-08 02:17:06] "POST /neutron/port HTTP/1.1" 200 1060 0.179438 10.0.0.130 - - [2025-12-08 02:17:06] "POST /neutron/port HTTP/1.1" 200 1060 0.007613 10.0.0.130 - - [2025-12-08 02:17:06] "POST /neutron/port HTTP/1.1" 200 1060 0.014733 10.0.0.130 - - [2025-12-08 02:17:06] "POST /neutron/port HTTP/1.1" 200 1114 0.049426 10.0.0.130 - - [2025-12-08 02:17:06] "POST /neutron/port HTTP/1.1" 200 1088 0.010192 10.0.0.130 - - [2025-12-08 02:17:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002877 10.0.0.130 - - [2025-12-08 02:17:06] "POST /neutron/subnet HTTP/1.1" 200 694 0.006514 10.0.0.130 - - [2025-12-08 02:17:06] "POST /neutron/port HTTP/1.1" 200 117 0.001441 10.0.0.130 - - [2025-12-08 02:17:06] "POST /neutron/network HTTP/1.1" 200 824 0.004344 10.0.0.130 - - [2025-12-08 02:17:06] "GET /projects?obj_uuids=4b5877b6-64d8-4705-aa12-5a01b4c6a11e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000944 10.0.0.130 - - [2025-12-08 02:17:06] "GET /project/4b5877b6-64d8-4705-aa12-5a01b4c6a11e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.049481 10.0.0.130 - - [2025-12-08 02:17:06] "POST /neutron/network HTTP/1.1" 200 824 0.004563 10.0.0.130 - - [2025-12-08 02:17:06] "POST /neutron/port HTTP/1.1" 200 1088 0.020216 10.0.0.130 - - [2025-12-08 02:17:06] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006699 10.0.0.130 - - [2025-12-08 02:17:06] "POST /neutron/port HTTP/1.1" 200 117 0.004613 10.0.0.130 - - [2025-12-08 02:17:06] "POST /neutron/port HTTP/1.1" 200 1088 0.011425 10.0.0.130 - - [2025-12-08 02:17:06] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006367 10.0.0.130 - - [2025-12-08 02:17:07] "POST /neutron/network HTTP/1.1" 200 834 0.005330 10.0.0.130 - - [2025-12-08 02:17:07] "GET /projects?obj_uuids=4b5877b6-64d8-4705-aa12-5a01b4c6a11e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000941 10.0.0.130 - - [2025-12-08 02:17:07] "POST /neutron/port HTTP/1.1" 200 1060 0.191257 10.0.0.130 - - [2025-12-08 02:17:07] "POST /neutron/port HTTP/1.1" 200 1060 0.011187 10.0.0.130 - - [2025-12-08 02:17:07] "POST /neutron/port HTTP/1.1" 200 1060 0.012996 10.0.0.130 - - [2025-12-08 02:17:07] "POST /neutron/port HTTP/1.1" 200 1114 0.065184 10.0.0.130 - - [2025-12-08 02:17:07] "POST /neutron/port HTTP/1.1" 200 1088 0.009791 10.0.0.130 - - [2025-12-08 02:17:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002709 10.0.0.130 - - [2025-12-08 02:17:07] "POST /neutron/subnet HTTP/1.1" 200 694 0.005606 10.0.0.130 - - [2025-12-08 02:17:07] "POST /neutron/port HTTP/1.1" 200 117 0.001040 10.0.0.130 - - [2025-12-08 02:17:07] "POST /neutron/network HTTP/1.1" 200 824 0.004767 10.0.0.130 - - [2025-12-08 02:17:11] "POST /neutron/port HTTP/1.1" 200 1088 0.009974 10.0.0.130 - - [2025-12-08 02:17:11] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004986 10.0.0.130 - - [2025-12-08 02:17:11] "POST /neutron/port HTTP/1.1" 200 1088 0.009193 10.0.0.130 - - [2025-12-08 02:17:11] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005649 10.0.0.130 - - [2025-12-08 02:17:11] "POST /neutron/port HTTP/1.1" 200 1088 0.009834 10.0.0.130 - - [2025-12-08 02:17:11] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004975 10.0.0.130 - - [2025-12-08 02:17:12] "GET /virtual-machine/62a70b4f-89eb-4436-a528-e53815d12f49 HTTP/1.1" 401 293 0.000555 10.0.0.130 - - [2025-12-08 02:17:12] "GET /virtual-machine/62a70b4f-89eb-4436-a528-e53815d12f49 HTTP/1.1" 200 1295 0.026051 10.0.0.130 - - [2025-12-08 02:17:12] "GET /virtual-machine-interface/8e91bbe7-04b0-4cd7-b470-419dd89203a4 HTTP/1.1" 200 2954 0.005026 10.0.0.130 - - [2025-12-08 02:17:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002348 10.0.0.130 - - [2025-12-08 02:17:12] "GET /global-vrouter-config/a6e10417-27c9-4d34-b977-7b7d3fa7e4f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002651 10.0.0.130 - - [2025-12-08 02:17:12] "GET /virtual-networks?parent_id=4b5877b6-64d8-4705-aa12-5a01b4c6a11e&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002501 10.0.0.130 - - [2025-12-08 02:17:12] "GET /virtual-network/81cc46ca-2ce0-4e65-9f34-7074a59500bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.004643 10.0.0.130 - - [2025-12-08 02:17:14] "POST /neutron/port HTTP/1.1" 200 1088 0.009822 10.0.0.130 - - [2025-12-08 02:17:14] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004724 10.0.0.130 - - [2025-12-08 02:17:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002667 10.0.0.130 - - [2025-12-08 02:17:15] "GET /virtual-network/81cc46ca-2ce0-4e65-9f34-7074a59500bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005521 10.0.0.130 - - [2025-12-08 02:17:15] "POST /neutron/port HTTP/1.1" 200 1088 0.009164 10.0.0.130 - - [2025-12-08 02:17:15] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004431 10.0.0.130 - - [2025-12-08 02:17:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002912 10.0.0.130 - - [2025-12-08 02:17:17] "GET /global-vrouter-config/a6e10417-27c9-4d34-b977-7b7d3fa7e4f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002803 10.0.0.130 - - [2025-12-08 02:17:17] "GET /virtual-networks?parent_id=4b5877b6-64d8-4705-aa12-5a01b4c6a11e&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002726 10.0.0.130 - - [2025-12-08 02:17:17] "GET /virtual-network/81cc46ca-2ce0-4e65-9f34-7074a59500bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.004541 10.0.0.130 - - [2025-12-08 02:17:18] "POST /neutron/port HTTP/1.1" 200 1088 0.009481 10.0.0.130 - - [2025-12-08 02:17:18] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004624 10.0.0.130 - - [2025-12-08 02:17:18] "POST /neutron/port HTTP/1.1" 200 1088 0.009171 10.0.0.130 - - [2025-12-08 02:17:18] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004829 10.0.0.130 - - [2025-12-08 02:17:18] "POST /neutron/port HTTP/1.1" 200 1088 0.009104 10.0.0.130 - - [2025-12-08 02:17:18] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004612 10.0.0.130 - - [2025-12-08 02:17:18] "GET /virtual-machine/4225574c-fbe0-4f9f-96b6-f28cf4fd1198 HTTP/1.1" 200 1295 0.003357 10.0.0.130 - - [2025-12-08 02:17:18] "GET /virtual-machine-interface/bfd08bcb-c700-46f0-abeb-7b71c771c69b HTTP/1.1" 200 2954 0.003720 10.0.0.130 - - [2025-12-08 02:17:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002379 10.0.0.130 - - [2025-12-08 02:17:18] "GET /global-vrouter-config/a6e10417-27c9-4d34-b977-7b7d3fa7e4f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002338 10.0.0.130 - - [2025-12-08 02:17:18] "GET /virtual-networks?parent_id=4b5877b6-64d8-4705-aa12-5a01b4c6a11e&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002894 10.0.0.130 - - [2025-12-08 02:17:18] "GET /virtual-network/81cc46ca-2ce0-4e65-9f34-7074a59500bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005040 10.0.0.130 - - [2025-12-08 02:17:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002575 10.0.0.130 - - [2025-12-08 02:17:19] "GET /global-vrouter-config/a6e10417-27c9-4d34-b977-7b7d3fa7e4f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002409 10.0.0.130 - - [2025-12-08 02:17:19] "GET /virtual-networks?parent_id=4b5877b6-64d8-4705-aa12-5a01b4c6a11e&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002566 10.0.0.130 - - [2025-12-08 02:17:19] "GET /virtual-network/81cc46ca-2ce0-4e65-9f34-7074a59500bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.004597 10.0.0.130 - - [2025-12-08 02:17:23] "POST /neutron/network HTTP/1.1" 200 824 0.009367 10.0.0.130 - - [2025-12-08 02:17:23] "POST /neutron/network HTTP/1.1" 400 204 0.007751 10.0.0.130 - - [2025-12-08 02:17:24] "POST /neutron/port HTTP/1.1" 200 1088 0.010822 10.0.0.130 - - [2025-12-08 02:17:24] "POST /neutron/port HTTP/1.1" 200 1114 0.008316 10.0.0.130 - - [2025-12-08 02:17:24] "POST /neutron/port HTTP/1.1" 200 1088 0.013491 10.0.0.130 - - [2025-12-08 02:17:24] "POST /neutron/port HTTP/1.1" 200 1114 0.011770 10.0.0.130 - - [2025-12-08 02:17:24] "POST /neutron/port HTTP/1.1" 200 151 0.119478 10.0.0.130 - - [2025-12-08 02:17:24] "POST /neutron/port HTTP/1.1" 200 151 0.115460 10.0.0.130 - - [2025-12-08 02:17:25] "POST /neutron/network HTTP/1.1" 200 824 0.004742 10.0.0.130 - - [2025-12-08 02:17:26] "POST /useragent-kv HTTP/1.1" 200 115 0.002468 10.0.0.130 - - [2025-12-08 02:17:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003042 10.0.0.130 - - [2025-12-08 02:17:26] "POST /useragent-kv HTTP/1.1" 200 115 0.001464 10.0.0.130 - - [2025-12-08 02:17:26] "POST /neutron/network HTTP/1.1" 200 151 0.063728 10.0.0.130 - - [2025-12-08 02:17:26] "DELETE /route-target/3d4d9c13-fb53-4b77-bf99-a9cbaf9d792c HTTP/1.1" 200 115 0.023173 10.0.0.130 - - [2025-12-08 02:17:26] "GET /projects?obj_uuids=4b5877b6-64d8-4705-aa12-5a01b4c6a11e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001294 10.0.0.130 - - [2025-12-08 02:17:26] "GET /project/4b5877b6-64d8-4705-aa12-5a01b4c6a11e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.024142 10.0.0.130 - - [2025-12-08 02:17:26] "GET /projects?obj_uuids=4b5877b6-64d8-4705-aa12-5a01b4c6a11e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000900 10.0.0.130 - - [2025-12-08 02:17:26] "GET /project/4b5877b6-64d8-4705-aa12-5a01b4c6a11e?fields=virtual_networks HTTP/1.1" 200 1036 0.074098 10.0.0.130 - - [2025-12-08 02:17:26] "GET /projects?obj_uuids=4b5877b6-64d8-4705-aa12-5a01b4c6a11e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001101 10.0.0.130 - - [2025-12-08 02:17:26] "GET /project/4b5877b6-64d8-4705-aa12-5a01b4c6a11e?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.023998 10.0.0.130 - - [2025-12-08 02:17:26] "GET /projects?obj_uuids=4b5877b6-64d8-4705-aa12-5a01b4c6a11e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001018 10.0.0.130 - - [2025-12-08 02:17:26] "GET /project/4b5877b6-64d8-4705-aa12-5a01b4c6a11e?fields=security_groups HTTP/1.1" 200 1264 0.025365 10.0.0.130 - - [2025-12-08 02:17:27] "POST /fqname-to-id HTTP/1.1" 404 188 0.023422 10.0.0.130 - - [2025-12-08 02:17:27] "GET /projects?obj_uuids=ad9af9a5-22d7-438c-9242-5f365c3974de&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.001825 10.0.0.130 - - [2025-12-08 02:17:27] "GET /domains?obj_uuids=89255e1c-530c-49a5-b275-cafa7847f34c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000890 10.0.0.130 - - [2025-12-08 02:17:27] "GET /domain/89255e1c-530c-49a5-b275-cafa7847f34c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006753 10.0.0.130 - - [2025-12-08 02:17:27] "POST /id-to-fqname HTTP/1.1" 200 190 0.002181 10.0.0.130 - - [2025-12-08 02:17:27] "POST /fqname-to-id HTTP/1.1" 404 199 0.002976 10.0.0.130 - - [2025-12-08 02:17:27] "POST /security-groups HTTP/1.1" 200 591 0.063858 10.0.0.130 - - [2025-12-08 02:17:27] "POST /fqname-to-id HTTP/1.1" 404 234 0.002447 10.0.0.130 - - [2025-12-08 02:17:27] "POST /projects HTTP/1.1" 200 585 0.205825 10.0.0.130 - - [2025-12-08 02:17:27] "POST /access-control-lists HTTP/1.1" 200 598 0.058211 10.0.0.130 - - [2025-12-08 02:17:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.282810 10.0.0.130 - - [2025-12-08 02:17:27] "POST /fqname-to-id HTTP/1.1" 404 233 0.002490 10.0.0.130 - - [2025-12-08 02:17:27] "GET /project/ad9af9a5-22d7-438c-9242-5f365c3974de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.402418 10.0.0.130 - - [2025-12-08 02:17:27] "POST /access-control-lists HTTP/1.1" 200 596 0.060435 10.0.0.130 - - [2025-12-08 02:17:28] "GET / HTTP/1.1" 200 36215 0.001779 10.0.0.130 - - [2025-12-08 02:17:29] "POST /fqname-to-id HTTP/1.1" 401 293 0.000458 10.0.0.130 - - [2025-12-08 02:17:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.062313 10.0.0.130 - - [2025-12-08 02:17:29] "GET /projects?obj_uuids=ad9af9a5-22d7-438c-9242-5f365c3974de&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000818 10.0.0.130 - - [2025-12-08 02:17:29] "GET /project/ad9af9a5-22d7-438c-9242-5f365c3974de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.018857 10.0.0.130 - - [2025-12-08 02:17:30] "POST /neutron/network HTTP/1.1" 200 117 0.028042 10.0.0.130 - - [2025-12-08 02:17:30] "GET /projects?obj_uuids=ad9af9a5-22d7-438c-9242-5f365c3974de&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001128 10.0.0.130 - - [2025-12-08 02:17:30] "POST /neutron/network HTTP/1.1" 200 625 0.048804 10.0.0.130 - - [2025-12-08 02:17:30] "POST /route-targets HTTP/1.1" 200 328 0.010978 10.0.0.130 - - [2025-12-08 02:17:30] "POST /ref-update HTTP/1.1" 200 156 0.009183 10.0.0.130 - - [2025-12-08 02:17:30] "POST /useragent-kv HTTP/1.1" 200 115 0.003840 10.0.0.130 - - [2025-12-08 02:17:30] "POST /neutron/subnet HTTP/1.1" 200 701 0.185826 10.0.0.130 - - [2025-12-08 02:17:30] "POST /neutron/network HTTP/1.1" 200 839 0.006826 10.0.0.130 - - [2025-12-08 02:17:30] "POST /id-to-fqname HTTP/1.1" 200 230 0.002247 10.0.0.130 - - [2025-12-08 02:17:30] "GET /virtual-network/ddadf7df-31b8-4c9f-8d78-55ec20405e9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.004920 10.0.0.130 - - [2025-12-08 02:17:30] "POST /neutron/network HTTP/1.1" 200 839 0.005165 10.0.0.130 - - [2025-12-08 02:17:30] "GET /virtual-network/ddadf7df-31b8-4c9f-8d78-55ec20405e9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.004164 10.0.0.130 - - [2025-12-08 02:17:30] "POST /neutron/network HTTP/1.1" 200 839 0.004739 10.0.0.130 - - [2025-12-08 02:17:30] "POST /neutron/subnet HTTP/1.1" 200 701 0.005497 10.0.0.130 - - [2025-12-08 02:17:30] "POST /neutron/network HTTP/1.1" 200 839 0.003842 10.0.0.130 - - [2025-12-08 02:17:30] "POST /id-to-fqname HTTP/1.1" 200 230 0.000936 10.0.0.130 - - [2025-12-08 02:17:30] "POST /neutron/network HTTP/1.1" 200 849 0.005422 10.0.0.130 - - [2025-12-08 02:17:30] "GET /aaa-mode HTTP/1.1" 401 293 0.000389 10.0.0.130 - - [2025-12-08 02:17:31] "GET / HTTP/1.1" 200 36215 0.001607 10.0.0.130 - - [2025-12-08 02:17:31] "GET /project/ad9af9a5-22d7-438c-9242-5f365c3974de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000347 10.0.0.130 - - [2025-12-08 02:17:31] "GET /projects?obj_uuids=ad9af9a5-22d7-438c-9242-5f365c3974de&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000911 10.0.0.130 - - [2025-12-08 02:17:31] "GET /project/ad9af9a5-22d7-438c-9242-5f365c3974de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.043693 10.0.0.130 - - [2025-12-08 02:17:31] "POST /neutron/network HTTP/1.1" 200 839 0.004417 10.0.0.130 - - [2025-12-08 02:17:31] "POST /neutron/port HTTP/1.1" 200 117 0.004138 10.0.0.130 - - [2025-12-08 02:17:31] "POST /neutron/port HTTP/1.1" 200 117 0.004367 10.0.0.130 - - [2025-12-08 02:17:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002974 10.0.0.130 - - [2025-12-08 02:17:31] "GET /global-vrouter-config/a6e10417-27c9-4d34-b977-7b7d3fa7e4f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002363 10.0.0.130 - - [2025-12-08 02:17:31] "PUT /global-vrouter-config/a6e10417-27c9-4d34-b977-7b7d3fa7e4f9 HTTP/1.1" 200 277 0.009068 10.0.0.130 - - [2025-12-08 02:17:31] "POST /neutron/port HTTP/1.1" 200 117 0.004075 10.0.0.130 - - [2025-12-08 02:17:31] "POST /neutron/network HTTP/1.1" 200 849 0.004861 10.0.0.130 - - [2025-12-08 02:17:31] "GET /projects?obj_uuids=ad9af9a5-22d7-438c-9242-5f365c3974de&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000917 10.0.0.130 - - [2025-12-08 02:17:32] "POST /neutron/port HTTP/1.1" 200 1055 0.161164 10.0.0.130 - - [2025-12-08 02:17:32] "POST /neutron/port HTTP/1.1" 200 1055 0.007477 10.0.0.130 - - [2025-12-08 02:17:32] "POST /neutron/port HTTP/1.1" 200 1055 0.006951 10.0.0.130 - - [2025-12-08 02:17:32] "POST /neutron/port HTTP/1.1" 200 1109 0.045380 10.0.0.130 - - [2025-12-08 02:17:32] "POST /neutron/port HTTP/1.1" 200 1083 0.009400 10.0.0.130 - - [2025-12-08 02:17:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003029 10.0.0.130 - - [2025-12-08 02:17:32] "POST /neutron/subnet HTTP/1.1" 200 675 0.006077 10.0.0.130 - - [2025-12-08 02:17:32] "POST /neutron/port HTTP/1.1" 200 117 0.000995 10.0.0.130 - - [2025-12-08 02:17:32] "POST /neutron/network HTTP/1.1" 200 839 0.004439 10.0.0.130 - - [2025-12-08 02:17:36] "POST /neutron/port HTTP/1.1" 200 1083 0.009414 10.0.0.130 - - [2025-12-08 02:17:36] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005338 10.0.0.130 - - [2025-12-08 02:17:36] "POST /neutron/port HTTP/1.1" 200 1083 0.009662 10.0.0.130 - - [2025-12-08 02:17:36] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004820 10.0.0.130 - - [2025-12-08 02:17:37] "POST /neutron/port HTTP/1.1" 200 1083 0.009658 10.0.0.130 - - [2025-12-08 02:17:37] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005399 10.0.0.130 - - [2025-12-08 02:17:37] "GET /virtual-machine/85ee2569-635d-4f09-87bc-ef59c94f9fe6 HTTP/1.1" 401 293 0.000420 10.0.0.130 - - [2025-12-08 02:17:37] "GET /virtual-machine/85ee2569-635d-4f09-87bc-ef59c94f9fe6 HTTP/1.1" 200 1293 0.026681 10.0.0.130 - - [2025-12-08 02:17:37] "GET /virtual-machine-interface/fb07fe4d-1dba-4ada-b308-5eaab26d56f6 HTTP/1.1" 200 2979 0.003910 10.0.0.130 - - [2025-12-08 02:17:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002287 10.0.0.130 - - [2025-12-08 02:17:37] "GET /global-vrouter-config/a6e10417-27c9-4d34-b977-7b7d3fa7e4f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1887 0.002752 10.0.0.130 - - [2025-12-08 02:17:37] "GET /virtual-networks?parent_id=ad9af9a5-22d7-438c-9242-5f365c3974de&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.002451 10.0.0.130 - - [2025-12-08 02:17:37] "GET /virtual-network/ddadf7df-31b8-4c9f-8d78-55ec20405e9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.004643 10.0.0.130 - - [2025-12-08 02:17:40] "POST /neutron/port HTTP/1.1" 200 1083 0.010153 10.0.0.130 - - [2025-12-08 02:17:40] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004197 10.0.0.130 - - [2025-12-08 02:17:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002541 10.0.0.130 - - [2025-12-08 02:17:40] "GET /virtual-network/ddadf7df-31b8-4c9f-8d78-55ec20405e9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.004506 10.0.0.130 - - [2025-12-08 02:17:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002455 10.0.0.130 - - [2025-12-08 02:17:42] "GET /global-vrouter-config/a6e10417-27c9-4d34-b977-7b7d3fa7e4f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1887 0.002812 10.0.0.130 - - [2025-12-08 02:17:42] "GET /virtual-networks?parent_id=ad9af9a5-22d7-438c-9242-5f365c3974de&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.002556 10.0.0.130 - - [2025-12-08 02:17:42] "GET /virtual-network/ddadf7df-31b8-4c9f-8d78-55ec20405e9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.005748 10.0.0.130 - - [2025-12-08 02:17:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002458 10.0.0.130 - - [2025-12-08 02:17:44] "GET /global-vrouter-config/a6e10417-27c9-4d34-b977-7b7d3fa7e4f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1887 0.002786 10.0.0.130 - - [2025-12-08 02:17:44] "PUT /global-vrouter-config/a6e10417-27c9-4d34-b977-7b7d3fa7e4f9 HTTP/1.1" 200 277 0.008049 10.0.0.130 - - [2025-12-08 02:17:44] "POST /neutron/network HTTP/1.1" 200 839 0.005123 10.0.0.130 - - [2025-12-08 02:17:44] "POST /neutron/network HTTP/1.1" 400 204 0.027993 10.0.0.130 - - [2025-12-08 02:17:45] "POST /neutron/port HTTP/1.1" 200 1083 0.010002 10.0.0.130 - - [2025-12-08 02:17:45] "POST /neutron/port HTTP/1.1" 200 1109 0.006795 10.0.0.130 - - [2025-12-08 02:17:45] "POST /neutron/port HTTP/1.1" 200 151 0.085495 10.0.0.130 - - [2025-12-08 02:17:47] "POST /neutron/network HTTP/1.1" 200 839 0.005041 10.0.0.130 - - [2025-12-08 02:17:47] "POST /useragent-kv HTTP/1.1" 200 115 0.002577 10.0.0.130 - - [2025-12-08 02:17:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003179 10.0.0.130 - - [2025-12-08 02:17:47] "POST /useragent-kv HTTP/1.1" 200 115 0.001602 10.0.0.130 - - [2025-12-08 02:17:47] "POST /neutron/network HTTP/1.1" 200 151 0.071949 10.0.0.130 - - [2025-12-08 02:17:47] "DELETE /route-target/fd82594d-6cb8-44e0-8724-72125b1b1bd1 HTTP/1.1" 200 115 0.014288 10.0.0.130 - - [2025-12-08 02:17:47] "GET /global-vrouter-configs HTTP/1.1" 200 358 0.002391 10.0.0.130 - - [2025-12-08 02:17:47] "GET /global-vrouter-config/a6e10417-27c9-4d34-b977-7b7d3fa7e4f9 HTTP/1.1" 200 1885 0.003018 10.0.0.130 - - [2025-12-08 02:17:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.001947 10.0.0.130 - - [2025-12-08 02:17:47] "GET /projects?obj_uuids=ad9af9a5-22d7-438c-9242-5f365c3974de&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000830 10.0.0.130 - - [2025-12-08 02:17:47] "GET /project/ad9af9a5-22d7-438c-9242-5f365c3974de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.021837 10.0.0.130 - - [2025-12-08 02:17:47] "POST /neutron/network HTTP/1.1" 200 117 0.007846 10.0.0.130 - - [2025-12-08 02:17:47] "GET /projects?obj_uuids=ad9af9a5-22d7-438c-9242-5f365c3974de&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000926 10.0.0.130 - - [2025-12-08 02:17:47] "POST /neutron/network HTTP/1.1" 200 605 0.059258 10.0.0.130 - - [2025-12-08 02:17:47] "POST /route-targets HTTP/1.1" 200 328 0.011286 10.0.0.130 - - [2025-12-08 02:17:47] "POST /ref-update HTTP/1.1" 200 156 0.009562 10.0.0.130 - - [2025-12-08 02:17:47] "POST /useragent-kv HTTP/1.1" 200 115 0.004342 10.0.0.130 - - [2025-12-08 02:17:47] "POST /neutron/subnet HTTP/1.1" 200 725 0.176543 10.0.0.130 - - [2025-12-08 02:17:48] "POST /neutron/network HTTP/1.1" 200 824 0.004449 10.0.0.130 - - [2025-12-08 02:17:48] "POST /id-to-fqname HTTP/1.1" 200 220 0.001437 10.0.0.130 - - [2025-12-08 02:17:48] "GET /virtual-network/041c6a91-fce4-49e5-b623-d7feff9fcb00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.004115 10.0.0.130 - - [2025-12-08 02:17:48] "POST /neutron/network HTTP/1.1" 200 824 0.005663 10.0.0.130 - - [2025-12-08 02:17:48] "GET /virtual-network/041c6a91-fce4-49e5-b623-d7feff9fcb00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.004092 10.0.0.130 - - [2025-12-08 02:17:48] "POST /neutron/network HTTP/1.1" 200 824 0.004714 10.0.0.130 - - [2025-12-08 02:17:48] "POST /neutron/subnet HTTP/1.1" 200 725 0.005577 10.0.0.130 - - [2025-12-08 02:17:48] "POST /id-to-fqname HTTP/1.1" 200 220 0.001323 10.0.0.130 - - [2025-12-08 02:17:48] "POST /neutron/network HTTP/1.1" 200 834 0.004943 10.0.0.130 - - [2025-12-08 02:17:48] "GET /aaa-mode HTTP/1.1" 401 293 0.000389 10.0.0.130 - - [2025-12-08 02:17:48] "GET / HTTP/1.1" 200 36215 0.002330 10.0.0.130 - - [2025-12-08 02:17:48] "GET /project/ad9af9a5-22d7-438c-9242-5f365c3974de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000317 10.0.0.130 - - [2025-12-08 02:17:49] "GET /projects?obj_uuids=ad9af9a5-22d7-438c-9242-5f365c3974de&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000968 10.0.0.130 - - [2025-12-08 02:17:49] "GET /project/ad9af9a5-22d7-438c-9242-5f365c3974de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.050888 10.0.0.130 - - [2025-12-08 02:17:49] "POST /neutron/network HTTP/1.1" 200 824 0.005886 10.0.0.130 - - [2025-12-08 02:17:49] "POST /neutron/port HTTP/1.1" 200 117 0.004321 10.0.0.130 - - [2025-12-08 02:17:49] "POST /neutron/port HTTP/1.1" 200 117 0.004806 10.0.0.130 - - [2025-12-08 02:17:49] "POST /neutron/port HTTP/1.1" 200 117 0.004394 10.0.0.130 - - [2025-12-08 02:17:49] "POST /neutron/network HTTP/1.1" 200 834 0.004662 10.0.0.130 - - [2025-12-08 02:17:49] "GET /projects?obj_uuids=ad9af9a5-22d7-438c-9242-5f365c3974de&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000976 10.0.0.130 - - [2025-12-08 02:17:49] "POST /neutron/port HTTP/1.1" 200 1060 0.166093 10.0.0.130 - - [2025-12-08 02:17:49] "POST /neutron/port HTTP/1.1" 200 1060 0.009658 10.0.0.130 - - [2025-12-08 02:17:49] "POST /neutron/port HTTP/1.1" 200 1060 0.007828 10.0.0.130 - - [2025-12-08 02:17:49] "POST /neutron/port HTTP/1.1" 200 1114 0.053790 10.0.0.130 - - [2025-12-08 02:17:49] "POST /neutron/port HTTP/1.1" 200 1088 0.009773 10.0.0.130 - - [2025-12-08 02:17:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003416 10.0.0.130 - - [2025-12-08 02:17:49] "POST /neutron/subnet HTTP/1.1" 200 699 0.009251 10.0.0.130 - - [2025-12-08 02:17:49] "POST /neutron/port HTTP/1.1" 200 117 0.001345 10.0.0.130 - - [2025-12-08 02:17:49] "POST /neutron/network HTTP/1.1" 200 824 0.005550 10.0.0.130 - - [2025-12-08 02:17:54] "POST /neutron/port HTTP/1.1" 200 1088 0.009949 10.0.0.130 - - [2025-12-08 02:17:54] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005965 10.0.0.130 - - [2025-12-08 02:17:54] "POST /neutron/port HTTP/1.1" 200 1088 0.008835 10.0.0.130 - - [2025-12-08 02:17:54] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004712 10.0.0.130 - - [2025-12-08 02:17:54] "POST /neutron/port HTTP/1.1" 200 1088 0.009414 10.0.0.130 - - [2025-12-08 02:17:54] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005528 10.0.0.130 - - [2025-12-08 02:17:54] "GET /virtual-machine/8f933e61-b373-40f8-8c6d-8284e82b7a2e HTTP/1.1" 200 1295 0.003646 10.0.0.130 - - [2025-12-08 02:17:54] "GET /virtual-machine-interface/bf9b2ce2-f504-4371-9070-6344270e4dcb HTTP/1.1" 200 2949 0.005235 10.0.0.130 - - [2025-12-08 02:17:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002730 10.0.0.130 - - [2025-12-08 02:17:54] "GET /global-vrouter-config/a6e10417-27c9-4d34-b977-7b7d3fa7e4f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002983 10.0.0.130 - - [2025-12-08 02:17:54] "GET /virtual-networks?parent_id=ad9af9a5-22d7-438c-9242-5f365c3974de&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002736 10.0.0.130 - - [2025-12-08 02:17:54] "GET /virtual-network/041c6a91-fce4-49e5-b623-d7feff9fcb00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007312 10.0.0.130 - - [2025-12-08 02:17:55] "DELETE /project/ad9af9a522d7438c92425f365c3974de HTTP/1.1" 404 173 0.007279 10.0.0.130 - - [2025-12-08 02:17:55] "DELETE /project/4b5877b664d84705aa125a01b4c6a11e HTTP/1.1" 404 173 0.006605 10.0.0.130 - - [2025-12-08 02:17:55] "GET /projects?obj_uuids=4b5877b6-64d8-4705-aa12-5a01b4c6a11e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000747 10.0.0.130 - - [2025-12-08 02:17:55] "GET /projects?obj_uuids=0d96716a-1c81-484e-93d1-8f2be400f8c7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000709 10.0.0.130 - - [2025-12-08 02:17:55] "GET /project/0d96716a-1c81-484e-93d1-8f2be400f8c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1471 0.032588 10.0.0.130 - - [2025-12-08 02:17:55] "GET /project/4b5877b6-64d8-4705-aa12-5a01b4c6a11e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.038105 10.0.0.130 - - [2025-12-08 02:17:55] "GET /projects?obj_uuids=4b5877b6-64d8-4705-aa12-5a01b4c6a11e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000804 10.0.0.130 - - [2025-12-08 02:17:55] "GET /projects?obj_uuids=0d96716a-1c81-484e-93d1-8f2be400f8c7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000716 10.0.0.130 - - [2025-12-08 02:17:55] "GET /project/0d96716a-1c81-484e-93d1-8f2be400f8c7?fields=security_groups HTTP/1.1" 200 1365 0.030856 10.0.0.130 - - [2025-12-08 02:17:55] "GET /project/4b5877b6-64d8-4705-aa12-5a01b4c6a11e?fields=security_groups HTTP/1.1" 200 1366 0.033900 10.0.0.130 - - [2025-12-08 02:17:55] "DELETE /security-group/47efcf0a-73db-41d1-bd63-cb557ac167dc HTTP/1.1" 200 115 0.041504 10.0.0.130 - - [2025-12-08 02:17:55] "DELETE /security-group/6aacd4b4-b171-4718-964c-8595d51006ce HTTP/1.1" 200 115 0.042475 10.0.0.130 - - [2025-12-08 02:17:55] "GET /projects?obj_uuids=0d96716a-1c81-484e-93d1-8f2be400f8c7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001111 10.0.0.130 - - [2025-12-08 02:17:55] "GET /projects?obj_uuids=4b5877b6-64d8-4705-aa12-5a01b4c6a11e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000925 10.0.0.130 - - [2025-12-08 02:17:55] "DELETE /access-control-list/d165811b-3875-456f-b9d0-dc0a8d71ec13 HTTP/1.1" 200 115 0.036691 10.0.0.130 - - [2025-12-08 02:17:55] "GET /project/0d96716a-1c81-484e-93d1-8f2be400f8c7?fields=application_policy_sets HTTP/1.1" 200 1404 0.039739 10.0.0.130 - - [2025-12-08 02:17:55] "GET /project/4b5877b6-64d8-4705-aa12-5a01b4c6a11e?fields=application_policy_sets HTTP/1.1" 200 1405 0.039933 10.0.0.130 - - [2025-12-08 02:17:55] "DELETE /access-control-list/76ac6ecf-1a68-43a0-b425-bed0b5489a4a HTTP/1.1" 200 115 0.040550 10.0.0.130 - - [2025-12-08 02:17:55] "DELETE /access-control-list/70e5b6d0-cd8e-4c9b-8334-afcebbd2e89a HTTP/1.1" 200 115 0.016376 10.0.0.130 - - [2025-12-08 02:17:55] "DELETE /access-control-list/0fcdd37e-c19f-4a5e-a7ea-89e58aa90628 HTTP/1.1" 200 115 0.028143 10.0.0.130 - - [2025-12-08 02:17:55] "DELETE /project/0d96716a-1c81-484e-93d1-8f2be400f8c7 HTTP/1.1" 200 115 0.327178 10.0.0.130 - - [2025-12-08 02:17:55] "DELETE /project/4b5877b6-64d8-4705-aa12-5a01b4c6a11e HTTP/1.1" 200 115 0.343163 10.0.0.130 - - [2025-12-08 02:17:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002628 10.0.0.130 - - [2025-12-08 02:17:57] "GET /virtual-network/041c6a91-fce4-49e5-b623-d7feff9fcb00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.004290 10.0.0.130 - - [2025-12-08 02:17:58] "POST /neutron/port HTTP/1.1" 200 1088 0.011337 10.0.0.130 - - [2025-12-08 02:17:58] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005391 10.0.0.130 - - [2025-12-08 02:17:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002867 10.0.0.130 - - [2025-12-08 02:17:59] "GET /global-vrouter-config/a6e10417-27c9-4d34-b977-7b7d3fa7e4f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003097 10.0.0.130 - - [2025-12-08 02:17:59] "GET /virtual-networks?parent_id=ad9af9a5-22d7-438c-9242-5f365c3974de&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002544 10.0.0.130 - - [2025-12-08 02:17:59] "GET /virtual-network/041c6a91-fce4-49e5-b623-d7feff9fcb00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.004621 10.0.0.130 - - [2025-12-08 02:18:01] "POST /neutron/network HTTP/1.1" 200 824 0.005614 10.0.0.130 - - [2025-12-08 02:18:01] "POST /neutron/network HTTP/1.1" 400 204 0.078259 10.0.0.130 - - [2025-12-08 02:18:02] "POST /neutron/port HTTP/1.1" 200 1088 0.008410 10.0.0.130 - - [2025-12-08 02:18:02] "POST /neutron/port HTTP/1.1" 200 1114 0.008006 10.0.0.130 - - [2025-12-08 02:18:02] "POST /neutron/port HTTP/1.1" 200 151 0.105050 10.0.0.130 - - [2025-12-08 02:18:02] "GET /obj-perms HTTP/1.1" 200 5075 0.072639 10.0.0.130 - - [2025-12-08 02:18:02] "GET /obj-perms HTTP/1.1" 200 5075 0.052382 10.0.0.130 - - [2025-12-08 02:18:03] "POST /neutron/network HTTP/1.1" 200 824 0.005160 10.0.0.130 - - [2025-12-08 02:18:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003656 10.0.0.130 - - [2025-12-08 02:18:04] "POST /useragent-kv HTTP/1.1" 200 115 0.002697 10.0.0.130 - - [2025-12-08 02:18:04] "POST /useragent-kv HTTP/1.1" 200 115 0.001741 10.0.0.130 - - [2025-12-08 02:18:04] "POST /neutron/network HTTP/1.1" 200 151 0.076483 10.0.0.130 - - [2025-12-08 02:18:04] "DELETE /route-target/e6185ce1-44e7-4f28-8512-c75b069f7a17 HTTP/1.1" 200 115 0.016616 10.0.0.130 - - [2025-12-08 02:18:04] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.002626 10.0.0.130 - - [2025-12-08 02:18:04] "POST /network-ipams HTTP/1.1" 200 543 0.014779 10.0.0.130 - - [2025-12-08 02:18:04] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 767 0.002591 10.0.0.130 - - [2025-12-08 02:18:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002913 10.0.0.130 - - [2025-12-08 02:18:04] "GET /network-ipam/c23f03e9-d2b2-4564-8d7a-7acc4ebc406c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1332 0.004684 10.0.0.130 - - [2025-12-08 02:18:04] "PUT /network-ipam/c23f03e9-d2b2-4564-8d7a-7acc4ebc406c HTTP/1.1" 200 259 0.009876 10.0.0.130 - - [2025-12-08 02:18:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003047 10.0.0.130 - - [2025-12-08 02:18:04] "GET /projects?obj_uuids=ad9af9a5-22d7-438c-9242-5f365c3974de&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001510 10.0.0.130 - - [2025-12-08 02:18:04] "GET /project/ad9af9a5-22d7-438c-9242-5f365c3974de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.035516 10.0.0.130 - - [2025-12-08 02:18:04] "POST /neutron/network HTTP/1.1" 200 117 0.007965 10.0.0.130 - - [2025-12-08 02:18:04] "GET /projects?obj_uuids=ad9af9a5-22d7-438c-9242-5f365c3974de&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000957 10.0.0.130 - - [2025-12-08 02:18:05] "POST /neutron/network HTTP/1.1" 200 605 0.059491 10.0.0.130 - - [2025-12-08 02:18:05] "POST /useragent-kv HTTP/1.1" 200 115 0.002861 10.0.0.130 - - [2025-12-08 02:18:05] "POST /neutron/subnet HTTP/1.1" 200 699 0.192288 10.0.0.130 - - [2025-12-08 02:18:05] "POST /useragent-kv HTTP/1.1" 200 115 0.002761 10.0.0.130 - - [2025-12-08 02:18:05] "POST /neutron/subnet HTTP/1.1" 200 699 0.125839 10.0.0.130 - - [2025-12-08 02:18:05] "POST /neutron/network HTTP/1.1" 200 994 0.005639 10.0.0.130 - - [2025-12-08 02:18:05] "POST /id-to-fqname HTTP/1.1" 200 220 0.000982 10.0.0.130 - - [2025-12-08 02:18:05] "GET /virtual-network/8ec4a81a-bf6b-49bc-865c-741081b869af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.004179 10.0.0.130 - - [2025-12-08 02:18:05] "POST /neutron/network HTTP/1.1" 200 994 0.009121 10.0.0.130 - - [2025-12-08 02:18:05] "GET /virtual-network/8ec4a81a-bf6b-49bc-865c-741081b869af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.007358 10.0.0.130 - - [2025-12-08 02:18:05] "POST /neutron/network HTTP/1.1" 200 994 0.008547 10.0.0.130 - - [2025-12-08 02:18:05] "POST /route-targets HTTP/1.1" 200 328 0.011921 10.0.0.130 - - [2025-12-08 02:18:05] "POST /neutron/subnet HTTP/1.1" 200 699 0.006872 10.0.0.130 - - [2025-12-08 02:18:05] "POST /ref-update HTTP/1.1" 200 156 0.012524 10.0.0.130 - - [2025-12-08 02:18:05] "POST /neutron/subnet HTTP/1.1" 200 699 0.005400 10.0.0.130 - - [2025-12-08 02:18:05] "POST /neutron/network HTTP/1.1" 200 994 0.005630 10.0.0.130 - - [2025-12-08 02:18:05] "POST /neutron/subnet HTTP/1.1" 200 699 0.006524 10.0.0.130 - - [2025-12-08 02:18:05] "POST /neutron/subnet HTTP/1.1" 200 699 0.005263 10.0.0.130 - - [2025-12-08 02:18:05] "GET /projects?obj_uuids=ad9af9a5-22d7-438c-9242-5f365c3974de&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000923 10.0.0.130 - - [2025-12-08 02:18:05] "POST /neutron/port HTTP/1.1" 200 1017 0.140991 10.0.0.130 - - [2025-12-08 02:18:05] "GET /projects?obj_uuids=ad9af9a5-22d7-438c-9242-5f365c3974de&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000992 10.0.0.130 - - [2025-12-08 02:18:05] "POST /neutron/port HTTP/1.1" 200 1017 0.157518 10.0.0.130 - - [2025-12-08 02:18:05] "POST /id-to-fqname HTTP/1.1" 200 220 0.001167 10.0.0.130 - - [2025-12-08 02:18:06] "POST /neutron/port HTTP/1.1" 200 1017 0.006869 10.0.0.130 - - [2025-12-08 02:18:06] "POST /neutron/port HTTP/1.1" 200 1017 0.006420 10.0.0.130 - - [2025-12-08 02:18:06] "POST /neutron/network HTTP/1.1" 200 994 0.005941 10.0.0.130 - - [2025-12-08 02:18:06] "POST /neutron/port HTTP/1.1" 200 1017 0.007303 10.0.0.130 - - [2025-12-08 02:18:06] "POST /neutron/port HTTP/1.1" 200 117 0.004206 10.0.0.130 - - [2025-12-08 02:18:06] "POST /neutron/port HTTP/1.1" 200 1017 0.006239 10.0.0.130 - - [2025-12-08 02:18:06] "POST /neutron/port HTTP/1.1" 200 117 0.004198 10.0.0.130 - - [2025-12-08 02:18:06] "POST /id-to-fqname HTTP/1.1" 200 220 0.001214 10.0.0.130 - - [2025-12-08 02:18:06] "POST /neutron/port HTTP/1.1" 200 117 0.004266 10.0.0.130 - - [2025-12-08 02:18:06] "POST /neutron/port HTTP/1.1" 200 1017 0.008027 10.0.0.130 - - [2025-12-08 02:18:06] "POST /neutron/port HTTP/1.1" 200 1017 0.006304 10.0.0.130 - - [2025-12-08 02:18:06] "POST /neutron/network HTTP/1.1" 200 994 0.007328 10.0.0.130 - - [2025-12-08 02:18:06] "POST /neutron/port HTTP/1.1" 200 1017 0.006250 10.0.0.130 - - [2025-12-08 02:18:06] "POST /neutron/port HTTP/1.1" 200 117 0.005060 10.0.0.130 - - [2025-12-08 02:18:06] "POST /neutron/port HTTP/1.1" 200 117 0.013717 10.0.0.130 - - [2025-12-08 02:18:06] "POST /id-to-fqname HTTP/1.1" 200 220 0.001210 10.0.0.130 - - [2025-12-08 02:18:06] "POST /neutron/port HTTP/1.1" 200 1017 0.006833 10.0.0.130 - - [2025-12-08 02:18:06] "POST /neutron/port HTTP/1.1" 200 117 0.012076 10.0.0.130 - - [2025-12-08 02:18:06] "POST /neutron/port HTTP/1.1" 200 1017 0.006901 10.0.0.130 - - [2025-12-08 02:18:06] "POST /neutron/network HTTP/1.1" 200 1004 0.004963 10.0.0.130 - - [2025-12-08 02:18:06] "POST /neutron/port HTTP/1.1" 200 1017 0.007106 10.0.0.130 - - [2025-12-08 02:18:06] "POST /neutron/port HTTP/1.1" 200 1017 0.006211 10.0.0.130 - - [2025-12-08 02:18:06] "POST /neutron/network HTTP/1.1" 200 1004 0.004994 10.0.0.130 - - [2025-12-08 02:18:06] "GET /aaa-mode HTTP/1.1" 401 293 0.000355 10.0.0.130 - - [2025-12-08 02:18:06] "POST /neutron/port HTTP/1.1" 200 1109 0.086861 10.0.0.130 - - [2025-12-08 02:18:07] "POST /neutron/port HTTP/1.1" 200 1083 0.009246 10.0.0.130 - - [2025-12-08 02:18:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002924 10.0.0.130 - - [2025-12-08 02:18:07] "POST /neutron/subnet HTTP/1.1" 200 673 0.007712 10.0.0.130 - - [2025-12-08 02:18:07] "POST /neutron/port HTTP/1.1" 200 117 0.001137 10.0.0.130 - - [2025-12-08 02:18:07] "POST /neutron/network HTTP/1.1" 200 994 0.006036 10.0.0.130 - - [2025-12-08 02:18:07] "POST /neutron/port HTTP/1.1" 200 1017 0.009714 10.0.0.130 - - [2025-12-08 02:18:07] "GET / HTTP/1.1" 200 36215 0.002589 10.0.0.130 - - [2025-12-08 02:18:07] "GET /project/ad9af9a5-22d7-438c-9242-5f365c3974de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000311 10.0.0.130 - - [2025-12-08 02:18:07] "POST /neutron/network HTTP/1.1" 200 1004 0.004825 10.0.0.130 - - [2025-12-08 02:18:07] "POST /neutron/port HTTP/1.1" 200 1017 0.006330 10.0.0.130 - - [2025-12-08 02:18:07] "POST /neutron/port HTTP/1.1" 200 1017 0.006636 10.0.0.130 - - [2025-12-08 02:18:07] "POST /neutron/port HTTP/1.1" 200 1109 0.091779 10.0.0.130 - - [2025-12-08 02:18:07] "POST /neutron/port HTTP/1.1" 200 1083 0.012914 10.0.0.130 - - [2025-12-08 02:18:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003529 10.0.0.130 - - [2025-12-08 02:18:07] "POST /neutron/subnet HTTP/1.1" 200 673 0.009266 10.0.0.130 - - [2025-12-08 02:18:07] "POST /neutron/port HTTP/1.1" 200 117 0.001046 10.0.0.130 - - [2025-12-08 02:18:07] "POST /neutron/network HTTP/1.1" 200 994 0.006238 10.0.0.130 - - [2025-12-08 02:18:07] "GET /projects?obj_uuids=ad9af9a5-22d7-438c-9242-5f365c3974de&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000900 10.0.0.130 - - [2025-12-08 02:18:07] "GET /project/ad9af9a5-22d7-438c-9242-5f365c3974de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.061589 10.0.0.130 - - [2025-12-08 02:18:07] "POST /neutron/network HTTP/1.1" 200 994 0.008259 10.0.0.130 - - [2025-12-08 02:18:07] "POST /neutron/port HTTP/1.1" 200 2050 0.016728 10.0.0.130 - - [2025-12-08 02:18:07] "POST /neutron/security_group HTTP/1.1" 200 2058 0.010098 10.0.0.130 - - [2025-12-08 02:18:07] "POST /neutron/port HTTP/1.1" 200 117 0.004126 10.0.0.130 - - [2025-12-08 02:18:07] "GET /domains HTTP/1.1" 200 281 0.003756 10.0.0.130 - - [2025-12-08 02:18:07] "GET /domains?obj_uuids=89255e1c-530c-49a5-b275-cafa7847f34c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001730 10.0.0.130 - - [2025-12-08 02:18:07] "GET /domain/89255e1c-530c-49a5-b275-cafa7847f34c HTTP/1.1" 200 2583 0.013110 10.0.0.130 - - [2025-12-08 02:18:07] "GET /projects?obj_uuids=ad9af9a5-22d7-438c-9242-5f365c3974de&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000867 10.0.0.130 - - [2025-12-08 02:18:08] "GET /project/ad9af9a5-22d7-438c-9242-5f365c3974de HTTP/1.1" 200 2852 0.076258 10.0.0.130 - - [2025-12-08 02:18:08] "GET /network-ipam/c23f03e9-d2b2-4564-8d7a-7acc4ebc406c HTTP/1.1" 200 2650 0.007629 10.0.0.130 - - [2025-12-08 02:18:08] "GET /domains HTTP/1.1" 200 281 0.003745 10.0.0.130 - - [2025-12-08 02:18:08] "GET /domains?obj_uuids=89255e1c-530c-49a5-b275-cafa7847f34c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001191 10.0.0.130 - - [2025-12-08 02:18:08] "GET /domain/89255e1c-530c-49a5-b275-cafa7847f34c HTTP/1.1" 200 2583 0.007506 10.0.0.130 - - [2025-12-08 02:18:08] "GET /projects?obj_uuids=ad9af9a5-22d7-438c-9242-5f365c3974de&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001931 10.0.0.130 - - [2025-12-08 02:18:08] "GET /project/ad9af9a5-22d7-438c-9242-5f365c3974de HTTP/1.1" 200 2852 0.075875 10.0.0.130 - - [2025-12-08 02:18:08] "GET /virtual-network/8ec4a81a-bf6b-49bc-865c-741081b869af HTTP/1.1" 200 3788 0.019758 10.0.0.130 - - [2025-12-08 02:18:08] "GET /virtual-network/8ec4a81a-bf6b-49bc-865c-741081b869af HTTP/1.1" 200 3788 0.011382 10.0.0.130 - - [2025-12-08 02:18:08] "GET /routing-instance/6e2dcb22-de0f-413a-9fde-007803ce8e98 HTTP/1.1" 200 2385 0.003802 10.0.0.130 - - [2025-12-08 02:18:08] "GET /routing-instance/6e2dcb22-de0f-413a-9fde-007803ce8e98 HTTP/1.1" 200 2385 0.010133 10.0.0.130 - - [2025-12-08 02:18:08] "GET /route-target/1cc8214b-8651-4140-a4c3-214c9cfdb733 HTTP/1.1" 200 1206 0.005726 10.0.0.130 - - [2025-12-08 02:18:08] "GET /virtual-network/8ec4a81a-bf6b-49bc-865c-741081b869af HTTP/1.1" 200 3788 0.014158 10.0.0.130 - - [2025-12-08 02:18:08] "GET /routing-instance/6e2dcb22-de0f-413a-9fde-007803ce8e98 HTTP/1.1" 200 2385 0.011433 10.0.0.130 - - [2025-12-08 02:18:08] "GET /virtual-network/8ec4a81a-bf6b-49bc-865c-741081b869af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.009443 10.0.0.130 - - [2025-12-08 02:18:08] "GET /virtual-network/8ec4a81a-bf6b-49bc-865c-741081b869af HTTP/1.1" 200 3788 0.008913 10.0.0.130 - - [2025-12-08 02:18:08] "GET /routing-instance/6e2dcb22-de0f-413a-9fde-007803ce8e98 HTTP/1.1" 200 2385 0.003049 10.0.0.130 - - [2025-12-08 02:18:08] "GET /routing-instance/6e2dcb22-de0f-413a-9fde-007803ce8e98 HTTP/1.1" 200 2385 0.003055 10.0.0.130 - - [2025-12-08 02:18:08] "GET /route-target/1cc8214b-8651-4140-a4c3-214c9cfdb733 HTTP/1.1" 200 1206 0.003154 10.0.0.130 - - [2025-12-08 02:18:08] "POST /neutron/network HTTP/1.1" 200 1004 0.007622 10.0.0.130 - - [2025-12-08 02:18:08] "GET /domains HTTP/1.1" 200 281 0.002114 10.0.0.130 - - [2025-12-08 02:18:08] "GET /domains?obj_uuids=89255e1c-530c-49a5-b275-cafa7847f34c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001902 10.0.0.130 - - [2025-12-08 02:18:08] "GET /domain/89255e1c-530c-49a5-b275-cafa7847f34c HTTP/1.1" 200 2583 0.010053 10.0.0.130 - - [2025-12-08 02:18:08] "GET /projects?obj_uuids=ad9af9a5-22d7-438c-9242-5f365c3974de&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002075 10.0.0.130 - - [2025-12-08 02:18:08] "GET /projects?obj_uuids=ad9af9a5-22d7-438c-9242-5f365c3974de&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001606 10.0.0.130 - - [2025-12-08 02:18:08] "GET /project/ad9af9a5-22d7-438c-9242-5f365c3974de HTTP/1.1" 200 2852 0.049643 10.0.0.130 - - [2025-12-08 02:18:08] "GET /virtual-network/8ec4a81a-bf6b-49bc-865c-741081b869af HTTP/1.1" 200 3788 0.004138 10.0.0.130 - - [2025-12-08 02:18:08] "POST /neutron/port HTTP/1.1" 200 1055 0.366342 10.0.0.130 - - [2025-12-08 02:18:08] "POST /neutron/port HTTP/1.1" 200 1055 0.008257 10.0.0.130 - - [2025-12-08 02:18:08] "POST /neutron/port HTTP/1.1" 200 1055 0.007155 10.0.0.130 - - [2025-12-08 02:18:08] "GET /obj-perms HTTP/1.1" 200 5049 0.078556 10.0.0.130 - - [2025-12-08 02:18:08] "POST /neutron/port HTTP/1.1" 200 1109 0.101817 10.0.0.130 - - [2025-12-08 02:18:08] "POST /neutron/port HTTP/1.1" 200 1083 0.014328 10.0.0.130 - - [2025-12-08 02:18:08] "POST /neutron/port HTTP/1.1" 200 1083 0.008626 10.0.0.130 - - [2025-12-08 02:18:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004302 10.0.0.130 - - [2025-12-08 02:18:08] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005817 10.0.0.130 - - [2025-12-08 02:18:08] "POST /neutron/subnet HTTP/1.1" 200 673 0.017917 10.0.0.130 - - [2025-12-08 02:18:08] "POST /neutron/port HTTP/1.1" 200 117 0.001033 10.0.0.130 - - [2025-12-08 02:18:09] "POST /neutron/network HTTP/1.1" 200 994 0.008801 10.0.0.130 - - [2025-12-08 02:18:09] "POST /neutron/port HTTP/1.1" 200 1083 0.014846 10.0.0.130 - - [2025-12-08 02:18:09] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006308 10.0.0.130 - - [2025-12-08 02:18:09] "POST /neutron/port HTTP/1.1" 200 1083 0.009722 10.0.0.130 - - [2025-12-08 02:18:09] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006457 10.0.0.130 - - [2025-12-08 02:18:09] "GET /virtual-machine/f8b73c5d-c9b4-4058-aac3-85dadee64bcf HTTP/1.1" 200 1291 0.003808 10.0.0.130 - - [2025-12-08 02:18:09] "GET /virtual-machine-interface/e9c43082-6065-4874-9970-835921ee63e1 HTTP/1.1" 200 2949 0.003920 10.0.0.130 - - [2025-12-08 02:18:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002633 10.0.0.130 - - [2025-12-08 02:18:09] "GET /global-vrouter-config/a6e10417-27c9-4d34-b977-7b7d3fa7e4f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.004188 10.0.0.130 - - [2025-12-08 02:18:09] "GET /virtual-networks?parent_id=ad9af9a5-22d7-438c-9242-5f365c3974de&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003076 10.0.0.130 - - [2025-12-08 02:18:09] "GET /virtual-network/8ec4a81a-bf6b-49bc-865c-741081b869af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.004601 10.0.0.130 - - [2025-12-08 02:18:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002631 10.0.0.130 - - [2025-12-08 02:18:12] "GET /virtual-network/8ec4a81a-bf6b-49bc-865c-741081b869af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.006855 10.0.0.130 - - [2025-12-08 02:18:16] "POST /neutron/port HTTP/1.1" 200 1083 0.009261 10.0.0.130 - - [2025-12-08 02:18:16] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004695 10.0.0.130 - - [2025-12-08 02:18:16] "POST /neutron/port HTTP/1.1" 200 1083 0.011307 10.0.0.130 - - [2025-12-08 02:18:16] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004932 10.0.0.130 - - [2025-12-08 02:18:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002487 10.0.0.130 - - [2025-12-08 02:18:16] "GET /virtual-network/8ec4a81a-bf6b-49bc-865c-741081b869af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.004175 10.0.0.130 - - [2025-12-08 02:18:17] "POST /neutron/port HTTP/1.1" 200 1083 0.009323 10.0.0.130 - - [2025-12-08 02:18:17] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004796 10.0.0.130 - - [2025-12-08 02:18:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002421 10.0.0.130 - - [2025-12-08 02:18:18] "GET /global-vrouter-config/a6e10417-27c9-4d34-b977-7b7d3fa7e4f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002282 10.0.0.130 - - [2025-12-08 02:18:18] "GET /virtual-networks?parent_id=ad9af9a5-22d7-438c-9242-5f365c3974de&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002654 10.0.0.130 - - [2025-12-08 02:18:18] "GET /virtual-network/8ec4a81a-bf6b-49bc-865c-741081b869af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.005062 10.0.0.130 - - [2025-12-08 02:18:18] "POST /neutron/port HTTP/1.1" 200 1083 0.012043 10.0.0.130 - - [2025-12-08 02:18:19] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005239 10.0.0.130 - - [2025-12-08 02:18:19] "POST /neutron/port HTTP/1.1" 200 1083 0.010706 10.0.0.130 - - [2025-12-08 02:18:19] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005263 10.0.0.130 - - [2025-12-08 02:18:19] "POST /neutron/port HTTP/1.1" 200 1083 0.009295 10.0.0.130 - - [2025-12-08 02:18:19] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006418 10.0.0.130 - - [2025-12-08 02:18:19] "GET /virtual-machine/9f5a1e5f-5a8f-4285-bf8b-f46ca1930595 HTTP/1.1" 200 1291 0.003666 10.0.0.130 - - [2025-12-08 02:18:19] "GET /virtual-machine-interface/6e357405-94c9-43f9-81fe-e4d883633976 HTTP/1.1" 200 2947 0.003997 10.0.0.130 - - [2025-12-08 02:18:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002583 10.0.0.130 - - [2025-12-08 02:18:19] "GET /global-vrouter-config/a6e10417-27c9-4d34-b977-7b7d3fa7e4f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003087 10.0.0.130 - - [2025-12-08 02:18:19] "GET /virtual-networks?parent_id=ad9af9a5-22d7-438c-9242-5f365c3974de&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002964 10.0.0.130 - - [2025-12-08 02:18:19] "GET /virtual-network/8ec4a81a-bf6b-49bc-865c-741081b869af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.004716 10.0.0.130 - - [2025-12-08 02:18:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002661 10.0.0.130 - - [2025-12-08 02:18:20] "GET /global-vrouter-config/a6e10417-27c9-4d34-b977-7b7d3fa7e4f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002390 10.0.0.130 - - [2025-12-08 02:18:20] "GET /virtual-networks?parent_id=ad9af9a5-22d7-438c-9242-5f365c3974de&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002366 10.0.0.130 - - [2025-12-08 02:18:20] "GET /virtual-network/8ec4a81a-bf6b-49bc-865c-741081b869af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.004720 10.0.0.130 - - [2025-12-08 02:18:20] "POST /neutron/port HTTP/1.1" 200 1083 0.010407 10.0.0.130 - - [2025-12-08 02:18:20] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004669 10.0.0.130 - - [2025-12-08 02:18:20] "POST /neutron/port HTTP/1.1" 200 1083 0.009253 10.0.0.130 - - [2025-12-08 02:18:20] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005530 10.0.0.130 - - [2025-12-08 02:18:20] "POST /neutron/port HTTP/1.1" 200 1083 0.009881 10.0.0.130 - - [2025-12-08 02:18:20] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004886 10.0.0.130 - - [2025-12-08 02:18:20] "GET /virtual-machine/d3a54f27-deca-4e62-a593-8c68f94ae331 HTTP/1.1" 200 1295 0.004609 10.0.0.130 - - [2025-12-08 02:18:20] "GET /virtual-machine-interface/1d35cbd1-5c8c-49aa-bf09-e2fc09c305f7 HTTP/1.1" 200 2948 0.003986 10.0.0.130 - - [2025-12-08 02:18:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002376 10.0.0.130 - - [2025-12-08 02:18:20] "GET /global-vrouter-config/a6e10417-27c9-4d34-b977-7b7d3fa7e4f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002594 10.0.0.130 - - [2025-12-08 02:18:20] "GET /virtual-networks?parent_id=ad9af9a5-22d7-438c-9242-5f365c3974de&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003074 10.0.0.130 - - [2025-12-08 02:18:21] "GET /virtual-network/8ec4a81a-bf6b-49bc-865c-741081b869af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.004992 10.0.0.130 - - [2025-12-08 02:18:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002913 10.0.0.130 - - [2025-12-08 02:18:22] "GET /global-vrouter-config/a6e10417-27c9-4d34-b977-7b7d3fa7e4f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002597 10.0.0.130 - - [2025-12-08 02:18:22] "GET /virtual-networks?parent_id=ad9af9a5-22d7-438c-9242-5f365c3974de&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002659 10.0.0.130 - - [2025-12-08 02:18:22] "GET /virtual-network/8ec4a81a-bf6b-49bc-865c-741081b869af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.005030 10.0.0.130 - - [2025-12-08 02:18:38] "POST /neutron/port HTTP/1.1" 200 1109 0.008148 10.0.0.130 - - [2025-12-08 02:18:38] "POST /neutron/port HTTP/1.1" 200 1109 0.008851 10.0.0.130 - - [2025-12-08 02:18:38] "POST /neutron/port HTTP/1.1" 200 151 0.100191 10.0.0.130 - - [2025-12-08 02:18:38] "POST /neutron/port HTTP/1.1" 200 1109 0.008235 10.0.0.130 - - [2025-12-08 02:18:38] "POST /neutron/port HTTP/1.1" 200 1109 0.007090 10.0.0.130 - - [2025-12-08 02:18:38] "POST /neutron/port HTTP/1.1" 200 151 0.081208 10.0.0.130 - - [2025-12-08 02:18:38] "POST /neutron/network HTTP/1.1" 200 994 0.010689 10.0.0.130 - - [2025-12-08 02:18:38] "POST /neutron/network HTTP/1.1" 400 204 0.008529 10.0.0.130 - - [2025-12-08 02:18:38] "POST /neutron/port HTTP/1.1" 200 1083 0.009380 10.0.0.130 - - [2025-12-08 02:18:38] "POST /neutron/port HTTP/1.1" 200 1109 0.009505 10.0.0.130 - - [2025-12-08 02:18:38] "POST /neutron/port HTTP/1.1" 200 151 0.082053 10.0.0.130 - - [2025-12-08 02:18:40] "POST /neutron/network HTTP/1.1" 200 994 0.006163 10.0.0.130 - - [2025-12-08 02:18:40] "POST /useragent-kv HTTP/1.1" 200 115 0.003473 10.0.0.130 - - [2025-12-08 02:18:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003783 10.0.0.130 - - [2025-12-08 02:18:40] "POST /useragent-kv HTTP/1.1" 200 115 0.002831 10.0.0.130 - - [2025-12-08 02:18:40] "POST /useragent-kv HTTP/1.1" 200 115 0.002593 10.0.0.130 - - [2025-12-08 02:18:40] "POST /useragent-kv HTTP/1.1" 200 115 0.001361 10.0.0.130 - - [2025-12-08 02:18:40] "POST /neutron/network HTTP/1.1" 200 151 0.084667 10.0.0.130 - - [2025-12-08 02:18:40] "DELETE /route-target/1cc8214b-8651-4140-a4c3-214c9cfdb733 HTTP/1.1" 200 115 0.017005 10.0.0.130 - - [2025-12-08 02:18:40] "GET /routing-instance/6e2dcb22-de0f-413a-9fde-007803ce8e98 HTTP/1.1" 404 171 0.001543 10.0.0.130 - - [2025-12-08 02:18:40] "GET /domains HTTP/1.1" 200 281 0.001863 10.0.0.130 - - [2025-12-08 02:18:40] "GET /domains?obj_uuids=89255e1c-530c-49a5-b275-cafa7847f34c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000817 10.0.0.130 - - [2025-12-08 02:18:40] "GET /domain/89255e1c-530c-49a5-b275-cafa7847f34c HTTP/1.1" 200 2583 0.048329 10.0.0.130 - - [2025-12-08 02:18:40] "GET /projects?obj_uuids=ad9af9a5-22d7-438c-9242-5f365c3974de&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001244 10.0.0.130 - - [2025-12-08 02:18:40] "GET /project/ad9af9a5-22d7-438c-9242-5f365c3974de HTTP/1.1" 200 2092 0.063099 10.0.0.130 - - [2025-12-08 02:18:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002381 10.0.0.130 - - [2025-12-08 02:18:40] "DELETE /network-ipam/c23f03e9-d2b2-4564-8d7a-7acc4ebc406c HTTP/1.1" 200 115 0.019051 10.0.0.130 - - [2025-12-08 02:18:40] "POST /fqname-to-id HTTP/1.1" 404 211 0.001977 10.0.0.130 - - [2025-12-08 02:18:41] "GET /projects?obj_uuids=ad9af9a5-22d7-438c-9242-5f365c3974de&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000955 10.0.0.130 - - [2025-12-08 02:18:41] "GET /project/ad9af9a5-22d7-438c-9242-5f365c3974de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.026469 10.0.0.130 - - [2025-12-08 02:18:41] "GET /projects?obj_uuids=ad9af9a5-22d7-438c-9242-5f365c3974de&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000906 10.0.0.130 - - [2025-12-08 02:18:41] "GET /project/ad9af9a5-22d7-438c-9242-5f365c3974de?fields=virtual_networks HTTP/1.1" 200 1035 0.066762 10.0.0.130 - - [2025-12-08 02:18:41] "GET /projects?obj_uuids=ad9af9a5-22d7-438c-9242-5f365c3974de&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000912 10.0.0.130 - - [2025-12-08 02:18:41] "GET /project/ad9af9a5-22d7-438c-9242-5f365c3974de?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.021788 10.0.0.130 - - [2025-12-08 02:18:41] "GET /projects?obj_uuids=ad9af9a5-22d7-438c-9242-5f365c3974de&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001144 10.0.0.130 - - [2025-12-08 02:18:41] "GET /project/ad9af9a5-22d7-438c-9242-5f365c3974de?fields=security_groups HTTP/1.1" 200 1262 0.023149 10.0.0.130 - - [2025-12-08 02:18:43] "POST /neutron/port HTTP/1.1" 200 117 0.003904 10.0.0.130 - - [2025-12-08 02:18:43] "POST /neutron/port HTTP/1.1" 400 205 0.002453 10.0.0.130 - - [2025-12-08 02:18:43] "POST /neutron/port HTTP/1.1" 200 117 0.004298 10.0.0.130 - - [2025-12-08 02:18:43] "POST /neutron/port HTTP/1.1" 400 205 0.002852 10.0.0.130 - - [2025-12-08 02:18:47] "GET / HTTP/1.1" 200 36215 0.001666 10.0.0.130 - - [2025-12-08 02:18:48] "POST /fqname-to-id HTTP/1.1" 401 293 0.000439 10.0.0.130 - - [2025-12-08 02:18:48] "POST /fqname-to-id HTTP/1.1" 404 183 0.048876 10.0.0.130 - - [2025-12-08 02:18:48] "GET /projects?obj_uuids=15522cab-2faf-417a-8112-1676f6edc5eb&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.001925 10.0.0.130 - - [2025-12-08 02:18:49] "GET /domains?obj_uuids=89255e1c-530c-49a5-b275-cafa7847f34c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001801 10.0.0.130 - - [2025-12-08 02:18:49] "GET /domain/89255e1c-530c-49a5-b275-cafa7847f34c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007348 10.0.0.130 - - [2025-12-08 02:18:49] "POST /id-to-fqname HTTP/1.1" 200 185 0.001882 10.0.0.130 - - [2025-12-08 02:18:49] "POST /fqname-to-id HTTP/1.1" 404 194 0.002632 10.0.0.130 - - [2025-12-08 02:18:49] "POST /security-groups HTTP/1.1" 200 586 0.063895 10.0.0.130 - - [2025-12-08 02:18:49] "POST /fqname-to-id HTTP/1.1" 404 229 0.002349 10.0.0.130 - - [2025-12-08 02:18:49] "POST /projects HTTP/1.1" 200 575 0.212496 10.0.0.130 - - [2025-12-08 02:18:49] "POST /access-control-lists HTTP/1.1" 200 593 0.054668 10.0.0.130 - - [2025-12-08 02:18:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.286574 10.0.0.130 - - [2025-12-08 02:18:49] "POST /fqname-to-id HTTP/1.1" 404 228 0.002595 10.0.0.130 - - [2025-12-08 02:18:49] "GET /project/15522cab-2faf-417a-8112-1676f6edc5eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.414114 10.0.0.130 - - [2025-12-08 02:18:49] "POST /access-control-lists HTTP/1.1" 200 591 0.056544 10.0.0.130 - - [2025-12-08 02:18:50] "GET / HTTP/1.1" 200 36215 0.001777 10.0.0.130 - - [2025-12-08 02:18:52] "POST /fqname-to-id HTTP/1.1" 401 293 0.000423 10.0.0.130 - - [2025-12-08 02:18:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.026281 10.0.0.130 - - [2025-12-08 02:18:52] "GET /api-access-list/70900931-ad7e-48ea-a31d-e0b73b85c5db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.003671 10.0.0.130 - - [2025-12-08 02:18:52] "GET /api-access-list/70900931-ad7e-48ea-a31d-e0b73b85c5db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.002980 10.0.0.130 - - [2025-12-08 02:18:52] "GET /api-access-list/70900931-ad7e-48ea-a31d-e0b73b85c5db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.003066 10.0.0.130 - - [2025-12-08 02:18:52] "PUT /api-access-list/70900931-ad7e-48ea-a31d-e0b73b85c5db HTTP/1.1" 200 265 0.007141 10.0.0.130 - - [2025-12-08 02:18:53] "GET /aaa-mode HTTP/1.1" 401 293 0.000390 10.0.0.130 - - [2025-12-08 02:18:53] "GET /aaa-mode HTTP/1.1" 200 128 0.024415 10.0.0.130 - - [2025-12-08 02:18:53] "POST /fqname-to-id HTTP/1.1" 404 183 0.024447 10.0.0.130 - - [2025-12-08 02:18:53] "GET /projects?obj_uuids=bffb7dd2-073f-437b-9bdb-688c2abd559e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002979 10.0.0.130 - - [2025-12-08 02:18:53] "GET /domains?obj_uuids=89255e1c-530c-49a5-b275-cafa7847f34c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000847 10.0.0.130 - - [2025-12-08 02:18:53] "GET /domain/89255e1c-530c-49a5-b275-cafa7847f34c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.005538 10.0.0.130 - - [2025-12-08 02:18:53] "POST /id-to-fqname HTTP/1.1" 200 185 0.001149 10.0.0.130 - - [2025-12-08 02:18:53] "POST /fqname-to-id HTTP/1.1" 404 194 0.003261 10.0.0.130 - - [2025-12-08 02:18:54] "POST /security-groups HTTP/1.1" 200 586 0.060428 10.0.0.130 - - [2025-12-08 02:18:54] "POST /fqname-to-id HTTP/1.1" 404 229 0.002092 10.0.0.130 - - [2025-12-08 02:18:54] "POST /projects HTTP/1.1" 200 575 0.199428 10.0.0.130 - - [2025-12-08 02:18:54] "POST /access-control-lists HTTP/1.1" 200 593 0.055751 10.0.0.130 - - [2025-12-08 02:18:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.270455 10.0.0.130 - - [2025-12-08 02:18:54] "POST /fqname-to-id HTTP/1.1" 404 228 0.002477 10.0.0.130 - - [2025-12-08 02:18:54] "GET /project/bffb7dd2-073f-437b-9bdb-688c2abd559e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.382017 10.0.0.130 - - [2025-12-08 02:18:54] "POST /access-control-lists HTTP/1.1" 200 591 0.056165 10.0.0.130 - - [2025-12-08 02:18:54] "POST /fqname-to-id HTTP/1.1" 404 183 0.023715 10.0.0.130 - - [2025-12-08 02:18:54] "GET /projects?obj_uuids=11684844-ccc6-4e1c-a591-84a7b3caf9c8&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002719 10.0.0.130 - - [2025-12-08 02:18:54] "GET /domains?obj_uuids=89255e1c-530c-49a5-b275-cafa7847f34c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000924 10.0.0.130 - - [2025-12-08 02:18:54] "GET /domain/89255e1c-530c-49a5-b275-cafa7847f34c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.005965 10.0.0.130 - - [2025-12-08 02:18:54] "POST /id-to-fqname HTTP/1.1" 200 185 0.001063 10.0.0.130 - - [2025-12-08 02:18:54] "POST /fqname-to-id HTTP/1.1" 404 194 0.002880 10.0.0.130 - - [2025-12-08 02:18:54] "POST /security-groups HTTP/1.1" 200 586 0.059999 10.0.0.130 - - [2025-12-08 02:18:54] "POST /fqname-to-id HTTP/1.1" 404 229 0.002656 10.0.0.130 - - [2025-12-08 02:18:54] "POST /projects HTTP/1.1" 200 575 0.197317 10.0.0.130 - - [2025-12-08 02:18:54] "POST /access-control-lists HTTP/1.1" 200 593 0.056070 10.0.0.130 - - [2025-12-08 02:18:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.266149 10.0.0.130 - - [2025-12-08 02:18:54] "POST /fqname-to-id HTTP/1.1" 404 228 0.002575 10.0.0.130 - - [2025-12-08 02:18:55] "GET /project/11684844-ccc6-4e1c-a591-84a7b3caf9c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.381651 10.0.0.130 - - [2025-12-08 02:18:55] "POST /access-control-lists HTTP/1.1" 200 591 0.156866 10.0.0.130 - - [2025-12-08 02:18:55] "GET / HTTP/1.1" 200 36215 0.001786 10.0.0.130 - - [2025-12-08 02:18:56] "DELETE /project/15522cab2faf417a81121676f6edc5eb HTTP/1.1" 404 173 0.005148 10.0.0.130 - - [2025-12-08 02:18:56] "DELETE /project/11684844ccc64e1ca59184a7b3caf9c8 HTTP/1.1" 404 173 0.004677 10.0.0.130 - - [2025-12-08 02:18:56] "DELETE /project/bffb7dd2073f437b9bdb688c2abd559e HTTP/1.1" 404 173 0.003941 10.0.0.130 - - [2025-12-08 02:18:56] "GET /projects?obj_uuids=ad9af9a5-22d7-438c-9242-5f365c3974de&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000784 10.0.0.130 - - [2025-12-08 02:18:56] "GET /project/ad9af9a5-22d7-438c-9242-5f365c3974de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.021862 10.0.0.130 - - [2025-12-08 02:18:56] "GET /projects?obj_uuids=ad9af9a5-22d7-438c-9242-5f365c3974de&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000825 10.0.0.130 - - [2025-12-08 02:18:56] "GET /project/ad9af9a5-22d7-438c-9242-5f365c3974de?fields=security_groups HTTP/1.1" 200 1364 0.068596 10.0.0.130 - - [2025-12-08 02:18:56] "DELETE /security-group/b31ca9b7-b59d-4964-9be8-2025a6a4d9dd HTTP/1.1" 200 115 0.033535 10.0.0.130 - - [2025-12-08 02:18:56] "GET /projects?obj_uuids=ad9af9a5-22d7-438c-9242-5f365c3974de&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000987 10.0.0.130 - - [2025-12-08 02:18:56] "DELETE /access-control-list/16b1bf74-b410-49a0-ad29-9d1d00b0dc29 HTTP/1.1" 200 115 0.026737 10.0.0.130 - - [2025-12-08 02:18:56] "GET /project/ad9af9a5-22d7-438c-9242-5f365c3974de?fields=application_policy_sets HTTP/1.1" 200 1403 0.035205 10.0.0.130 - - [2025-12-08 02:18:56] "DELETE /access-control-list/9847eff6-cf8f-4ac1-8e11-979d60c1ba64 HTTP/1.1" 200 115 0.029168 10.0.0.130 - - [2025-12-08 02:18:56] "DELETE /project/ad9af9a5-22d7-438c-9242-5f365c3974de HTTP/1.1" 200 115 0.317585 10.0.0.130 - - [2025-12-08 02:18:56] "GET / HTTP/1.1" 200 36215 0.001656 10.0.0.130 - - [2025-12-08 02:18:56] "POST /fqname-to-id HTTP/1.1" 404 183 0.002513 10.0.0.130 - - [2025-12-08 02:18:56] "POST /api-access-lists HTTP/1.1" 200 523 0.014297 10.0.0.130 - - [2025-12-08 02:18:56] "GET /api-access-list/9575bae8-94d3-45bc-8e25-bb0c24c7dbbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1268 0.003936 10.0.0.130 - - [2025-12-08 02:18:56] "GET /api-access-list/9575bae8-94d3-45bc-8e25-bb0c24c7dbbb HTTP/1.1" 401 293 0.000405 10.0.0.130 - - [2025-12-08 02:18:57] "GET /api-access-list/9575bae8-94d3-45bc-8e25-bb0c24c7dbbb HTTP/1.1" 200 1268 0.026596 10.0.0.130 - - [2025-12-08 02:18:57] "POST /fqname-to-id HTTP/1.1" 401 293 0.000329 10.0.0.130 - - [2025-12-08 02:18:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.055475 10.0.0.130 - - [2025-12-08 02:18:57] "GET /projects?obj_uuids=bffb7dd2-073f-437b-9bdb-688c2abd559e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001010 10.0.0.130 - - [2025-12-08 02:18:57] "GET /project/bffb7dd2-073f-437b-9bdb-688c2abd559e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.031991 10.0.0.130 - - [2025-12-08 02:18:57] "GET /virtual-networks?parent_id=bffb7dd2-073f-437b-9bdb-688c2abd559e&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010182 10.0.0.130 - - [2025-12-08 02:18:57] "POST /virtual-networks HTTP/1.1" 200 570 0.046428 10.0.0.130 - - [2025-12-08 02:18:57] "POST /route-targets HTTP/1.1" 200 328 0.008883 10.0.0.130 - - [2025-12-08 02:18:57] "POST /ref-update HTTP/1.1" 200 156 0.011990 10.0.0.130 - - [2025-12-08 02:18:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.011104 10.0.0.130 - - [2025-12-08 02:18:57] "GET /network-ipam/ec5f0bd2-8372-4a4e-8eb4-453d6d716068?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1091 0.012797 10.0.0.130 - - [2025-12-08 02:18:58] "POST /useragent-kv HTTP/1.1" 200 115 0.004758 10.0.0.130 - - [2025-12-08 02:18:58] "POST /ref-update HTTP/1.1" 200 156 0.045610 10.0.0.130 - - [2025-12-08 02:18:58] "POST /neutron/network HTTP/1.1" 200 831 0.039839 10.0.0.130 - - [2025-12-08 02:18:58] "POST /neutron/network HTTP/1.1" 200 831 0.017019 10.0.0.130 - - [2025-12-08 02:18:58] "GET /virtual-network/edb8fd36-cb17-4f9a-bcbd-e8c0c24a9684?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1983 0.011657 10.0.0.130 - - [2025-12-08 02:18:58] "POST /neutron/network HTTP/1.1" 200 831 0.016053 10.0.0.130 - - [2025-12-08 02:18:58] "POST /neutron/subnet HTTP/1.1" 200 673 0.022972 10.0.0.130 - - [2025-12-08 02:18:58] "GET /virtual-network/edb8fd36-cb17-4f9a-bcbd-e8c0c24a9684 HTTP/1.1" 401 293 0.002313 10.0.0.130 - - [2025-12-08 02:18:58] "GET /virtual-network/edb8fd36-cb17-4f9a-bcbd-e8c0c24a9684 HTTP/1.1" 200 2269 0.037646 10.0.0.130 - - [2025-12-08 02:18:58] "GET /virtual-network/edb8fd36-cb17-4f9a-bcbd-e8c0c24a9684 HTTP/1.1" 401 293 0.000329 10.0.0.130 - - [2025-12-08 02:18:58] "GET /virtual-network/edb8fd36-cb17-4f9a-bcbd-e8c0c24a9684 HTTP/1.1" 200 2008 0.045312 10.0.0.130 - - [2025-12-08 02:18:59] "GET /obj-perms HTTP/1.1" 200 4934 0.055009 10.0.0.130 - - [2025-12-08 02:18:59] "POST /fqname-to-id HTTP/1.1" 401 293 0.000313 10.0.0.130 - - [2025-12-08 02:18:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.022964 10.0.0.130 - - [2025-12-08 02:18:59] "GET /virtual-network/edb8fd36-cb17-4f9a-bcbd-e8c0c24a9684?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1983 0.011051 10.0.0.130 - - [2025-12-08 02:18:59] "GET /obj-perms HTTP/1.1" 200 4934 0.008265 10.0.0.130 - - [2025-12-08 02:18:59] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 362 0.013824 10.0.0.130 - - [2025-12-08 02:19:00] "GET /obj-perms HTTP/1.1" 200 4934 0.056740 10.0.0.130 - - [2025-12-08 02:19:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002505 10.0.0.130 - - [2025-12-08 02:19:00] "GET /virtual-network/edb8fd36-cb17-4f9a-bcbd-e8c0c24a9684?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1983 0.013083 10.0.0.130 - - [2025-12-08 02:19:00] "GET /obj-perms HTTP/1.1" 200 4934 0.007888 10.0.0.130 - - [2025-12-08 02:19:00] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 362 0.014277 10.0.0.130 - - [2025-12-08 02:19:00] "POST /id-to-fqname HTTP/1.1" 401 293 0.000437 10.0.0.130 - - [2025-12-08 02:19:00] "POST /id-to-fqname HTTP/1.1" 200 230 0.034845 10.0.0.130 - - [2025-12-08 02:19:01] "POST /neutron/network HTTP/1.1" 200 841 0.042607 10.0.0.130 - - [2025-12-08 02:19:01] "GET /aaa-mode HTTP/1.1" 401 293 0.000379 10.0.0.130 - - [2025-12-08 02:19:01] "GET / HTTP/1.1" 200 36215 0.001821 10.0.0.130 - - [2025-12-08 02:19:01] "GET /project/11684844-ccc6-4e1c-a591-84a7b3caf9c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000327 10.0.0.130 - - [2025-12-08 02:19:01] "GET /projects?obj_uuids=11684844-ccc6-4e1c-a591-84a7b3caf9c8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000929 10.0.0.130 - - [2025-12-08 02:19:01] "GET /project/11684844-ccc6-4e1c-a591-84a7b3caf9c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.045194 10.0.0.130 - - [2025-12-08 02:19:02] "POST /neutron/network HTTP/1.1" 200 831 0.004474 10.0.0.130 - - [2025-12-08 02:19:02] "POST /neutron/port HTTP/1.1" 200 117 0.026772 10.0.0.130 - - [2025-12-08 02:19:02] "POST /neutron/port HTTP/1.1" 200 117 0.004663 10.0.0.130 - - [2025-12-08 02:19:02] "POST /neutron/port HTTP/1.1" 200 117 0.004451 10.0.0.130 - - [2025-12-08 02:19:02] "POST /neutron/network HTTP/1.1" 200 841 0.020547 10.0.0.130 - - [2025-12-08 02:19:02] "POST /neutron/network HTTP/1.1" 200 831 0.031266 10.0.0.130 - - [2025-12-08 02:19:02] "GET /projects?obj_uuids=11684844-ccc6-4e1c-a591-84a7b3caf9c8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001330 10.0.0.130 - - [2025-12-08 02:19:02] "POST /neutron/port HTTP/1.1" 200 1055 0.313198 10.0.0.130 - - [2025-12-08 02:19:02] "POST /neutron/port HTTP/1.1" 200 1055 0.009202 10.0.0.130 - - [2025-12-08 02:19:02] "POST /neutron/port HTTP/1.1" 200 1055 0.006909 10.0.0.130 - - [2025-12-08 02:19:03] "POST /neutron/port HTTP/1.1" 200 1109 0.064346 10.0.0.130 - - [2025-12-08 02:19:03] "POST /neutron/port HTTP/1.1" 200 1083 0.011627 10.0.0.130 - - [2025-12-08 02:19:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003856 10.0.0.130 - - [2025-12-08 02:19:03] "POST /neutron/subnet HTTP/1.1" 200 647 0.007598 10.0.0.130 - - [2025-12-08 02:19:03] "POST /neutron/port HTTP/1.1" 200 117 0.001078 10.0.0.130 - - [2025-12-08 02:19:03] "POST /neutron/network HTTP/1.1" 200 831 0.005909 10.0.0.130 - - [2025-12-08 02:19:03] "GET /obj-perms HTTP/1.1" 200 5075 0.074576 10.0.0.130 - - [2025-12-08 02:19:03] "GET /obj-perms HTTP/1.1" 200 5075 0.051745 10.0.0.130 - - [2025-12-08 02:19:07] "POST /neutron/port HTTP/1.1" 200 1083 0.009736 10.0.0.130 - - [2025-12-08 02:19:07] "POST /neutron/security_group HTTP/1.1" 200 2053 0.007576 10.0.0.130 - - [2025-12-08 02:19:07] "POST /neutron/port HTTP/1.1" 200 1083 0.015010 10.0.0.130 - - [2025-12-08 02:19:07] "POST /neutron/security_group HTTP/1.1" 200 2053 0.005120 10.0.0.130 - - [2025-12-08 02:19:07] "POST /neutron/port HTTP/1.1" 200 1083 0.009537 10.0.0.130 - - [2025-12-08 02:19:07] "POST /neutron/security_group HTTP/1.1" 200 2053 0.005031 10.0.0.130 - - [2025-12-08 02:19:07] "POST /neutron/port HTTP/1.1" 200 1083 0.009643 10.0.0.130 - - [2025-12-08 02:19:07] "POST /neutron/security_group HTTP/1.1" 200 2053 0.004631 10.0.0.130 - - [2025-12-08 02:19:07] "GET /virtual-machine/572ea8f2-2d86-43e1-b2f4-cadcc06f1a5e HTTP/1.1" 200 1289 0.010760 10.0.0.130 - - [2025-12-08 02:19:07] "GET /virtual-machine/572ea8f2-2d86-43e1-b2f4-cadcc06f1a5e HTTP/1.1" 200 1289 0.009115 10.0.0.130 - - [2025-12-08 02:19:07] "GET /virtual-machine-interface/c6f5b3e6-0551-47b2-bccf-bf27431658cf HTTP/1.1" 200 2537 0.013474 10.0.0.130 - - [2025-12-08 02:19:07] "GET /virtual-machine/572ea8f2-2d86-43e1-b2f4-cadcc06f1a5e HTTP/1.1" 200 1289 0.008399 10.0.0.130 - - [2025-12-08 02:19:07] "GET /virtual-machine-interface/c6f5b3e6-0551-47b2-bccf-bf27431658cf HTTP/1.1" 200 2537 0.011293 10.0.0.130 - - [2025-12-08 02:19:07] "GET /instance-ip/c8af426f-2ab4-42f8-9975-dcf3440fb60d HTTP/1.1" 200 1629 0.010008 10.0.0.130 - - [2025-12-08 02:19:07] "GET /virtual-machine/572ea8f2-2d86-43e1-b2f4-cadcc06f1a5e HTTP/1.1" 200 1289 0.011150 10.0.0.130 - - [2025-12-08 02:19:07] "GET /virtual-machine-interface/c6f5b3e6-0551-47b2-bccf-bf27431658cf HTTP/1.1" 200 2537 0.012653 10.0.0.130 - - [2025-12-08 02:19:07] "GET /instance-ip/c8af426f-2ab4-42f8-9975-dcf3440fb60d HTTP/1.1" 200 1629 0.009209 10.0.0.130 - - [2025-12-08 02:19:07] "POST /fqname-to-id HTTP/1.1" 403 339 0.009278 10.0.0.130 - - [2025-12-08 02:19:07] "GET / HTTP/1.1" 200 36215 0.002286 10.0.0.130 - - [2025-12-08 02:19:08] "POST /fqname-to-id HTTP/1.1" 401 293 0.000434 10.0.0.130 - - [2025-12-08 02:19:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.023334 10.0.0.130 - - [2025-12-08 02:19:08] "GET /global-vrouter-config/a6e10417-27c9-4d34-b977-7b7d3fa7e4f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002832 10.0.0.130 - - [2025-12-08 02:19:08] "GET /virtual-networks?parent_id=11684844-ccc6-4e1c-a591-84a7b3caf9c8&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.012618 10.0.0.130 - - [2025-12-08 02:19:08] "POST /fqname-to-id HTTP/1.1" 403 339 0.008064 10.0.0.130 - - [2025-12-08 02:19:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002416 10.0.0.130 - - [2025-12-08 02:19:08] "GET /global-vrouter-config/a6e10417-27c9-4d34-b977-7b7d3fa7e4f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002556 10.0.0.130 - - [2025-12-08 02:19:08] "GET /virtual-networks?parent_id=11684844-ccc6-4e1c-a591-84a7b3caf9c8&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.011450 10.0.0.130 - - [2025-12-08 02:19:08] "POST /fqname-to-id HTTP/1.1" 403 339 0.007658 10.0.0.130 - - [2025-12-08 02:19:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002586 10.0.0.130 - - [2025-12-08 02:19:08] "GET /global-vrouter-config/a6e10417-27c9-4d34-b977-7b7d3fa7e4f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002551 10.0.0.130 - - [2025-12-08 02:19:08] "GET /virtual-networks?parent_id=11684844-ccc6-4e1c-a591-84a7b3caf9c8&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.008469 10.0.0.130 - - [2025-12-08 02:19:08] "POST /fqname-to-id HTTP/1.1" 403 339 0.010131 10.0.0.130 - - [2025-12-08 02:19:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002682 10.0.0.130 - - [2025-12-08 02:19:08] "GET /global-vrouter-config/a6e10417-27c9-4d34-b977-7b7d3fa7e4f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002891 10.0.0.130 - - [2025-12-08 02:19:08] "GET /virtual-networks?parent_id=11684844-ccc6-4e1c-a591-84a7b3caf9c8&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.008795 10.0.0.130 - - [2025-12-08 02:19:08] "POST /fqname-to-id HTTP/1.1" 403 339 0.007603 10.0.0.130 - - [2025-12-08 02:19:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002460 10.0.0.130 - - [2025-12-08 02:19:08] "GET /global-vrouter-config/a6e10417-27c9-4d34-b977-7b7d3fa7e4f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002589 10.0.0.130 - - [2025-12-08 02:19:08] "GET /virtual-networks?parent_id=11684844-ccc6-4e1c-a591-84a7b3caf9c8&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009285 10.0.0.130 - - [2025-12-08 02:19:11] "POST /neutron/port HTTP/1.1" 200 1083 0.010453 10.0.0.130 - - [2025-12-08 02:19:11] "POST /neutron/security_group HTTP/1.1" 200 2053 0.004732 10.0.0.130 - - [2025-12-08 02:19:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.012150 10.0.0.130 - - [2025-12-08 02:19:11] "GET /virtual-network/edb8fd36-cb17-4f9a-bcbd-e8c0c24a9684?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1983 0.012309 10.0.0.130 - - [2025-12-08 02:19:14] "POST /fqname-to-id HTTP/1.1" 403 339 0.008521 10.0.0.130 - - [2025-12-08 02:19:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.001835 10.0.0.130 - - [2025-12-08 02:19:14] "GET /global-vrouter-config/a6e10417-27c9-4d34-b977-7b7d3fa7e4f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002671 10.0.0.130 - - [2025-12-08 02:19:14] "GET /virtual-networks?parent_id=11684844-ccc6-4e1c-a591-84a7b3caf9c8&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010970 10.0.0.130 - - [2025-12-08 02:19:14] "POST /fqname-to-id HTTP/1.1" 403 339 0.010386 10.0.0.130 - - [2025-12-08 02:19:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002311 10.0.0.130 - - [2025-12-08 02:19:14] "GET /global-vrouter-config/a6e10417-27c9-4d34-b977-7b7d3fa7e4f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002673 10.0.0.130 - - [2025-12-08 02:19:14] "GET /virtual-networks?parent_id=11684844-ccc6-4e1c-a591-84a7b3caf9c8&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009421 10.0.0.130 - - [2025-12-08 02:19:14] "POST /fqname-to-id HTTP/1.1" 403 361 0.008538 10.0.0.130 - - [2025-12-08 02:19:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002807 10.0.0.130 - - [2025-12-08 02:19:14] "GET /routing-instance/21dc5759-984a-40ff-b807-d9af24f4e4ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1533 0.003289 10.0.0.130 - - [2025-12-08 02:19:14] "GET /route-target/43b842f9-0871-4507-aa82-520a6f759f9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.008276 10.0.0.130 - - [2025-12-08 02:19:14] "GET /route-target/43b842f9-0871-4507-aa82-520a6f759f9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.002757 10.0.0.130 - - [2025-12-08 02:19:14] "POST /fqname-to-id HTTP/1.1" 403 339 0.009901 10.0.0.130 - - [2025-12-08 02:19:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002008 10.0.0.130 - - [2025-12-08 02:19:14] "GET /global-vrouter-config/a6e10417-27c9-4d34-b977-7b7d3fa7e4f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003139 10.0.0.130 - - [2025-12-08 02:19:14] "GET /virtual-networks?parent_id=11684844-ccc6-4e1c-a591-84a7b3caf9c8&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009911 10.0.0.130 - - [2025-12-08 02:19:14] "POST /fqname-to-id HTTP/1.1" 403 361 0.008221 10.0.0.130 - - [2025-12-08 02:19:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002655 10.0.0.130 - - [2025-12-08 02:19:14] "GET /routing-instance/21dc5759-984a-40ff-b807-d9af24f4e4ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1533 0.002939 10.0.0.130 - - [2025-12-08 02:19:14] "GET /route-target/43b842f9-0871-4507-aa82-520a6f759f9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.008337 10.0.0.130 - - [2025-12-08 02:19:14] "GET /route-target/43b842f9-0871-4507-aa82-520a6f759f9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.002870 10.0.0.130 - - [2025-12-08 02:19:14] "GET /obj-perms HTTP/1.1" 200 4934 0.008614 10.0.0.130 - - [2025-12-08 02:19:14] "GET /virtual-machine/572ea8f2-2d86-43e1-b2f4-cadcc06f1a5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.008710 10.0.0.130 - - [2025-12-08 02:19:14] "GET /obj-perms HTTP/1.1" 200 4934 0.008269 10.0.0.130 - - [2025-12-08 02:19:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002820 10.0.0.130 - - [2025-12-08 02:19:14] "GET /virtual-machine-interface/c6f5b3e6-0551-47b2-bccf-bf27431658cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2315 0.013184 10.0.0.130 - - [2025-12-08 02:19:14] "GET /obj-perms HTTP/1.1" 200 4934 0.008769 10.0.0.130 - - [2025-12-08 02:19:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002573 10.0.0.130 - - [2025-12-08 02:19:15] "GET /virtual-machine-interface/c6f5b3e6-0551-47b2-bccf-bf27431658cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2315 0.013525 10.0.0.130 - - [2025-12-08 02:19:15] "GET /obj-perms HTTP/1.1" 200 4934 0.008744 10.0.0.130 - - [2025-12-08 02:19:15] "GET /virtual-machine/572ea8f2-2d86-43e1-b2f4-cadcc06f1a5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.009645 10.0.0.130 - - [2025-12-08 02:19:15] "GET /obj-perms HTTP/1.1" 200 4934 0.008533 10.0.0.130 - - [2025-12-08 02:19:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002546 10.0.0.130 - - [2025-12-08 02:19:15] "GET /virtual-machine-interface/c6f5b3e6-0551-47b2-bccf-bf27431658cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2315 0.015023 10.0.0.130 - - [2025-12-08 02:19:15] "GET /obj-perms HTTP/1.1" 200 4934 0.008434 10.0.0.130 - - [2025-12-08 02:19:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002705 10.0.0.130 - - [2025-12-08 02:19:15] "GET /virtual-network/edb8fd36-cb17-4f9a-bcbd-e8c0c24a9684?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1983 0.012683 10.0.0.130 - - [2025-12-08 02:19:15] "GET /obj-perms HTTP/1.1" 200 4934 0.008629 10.0.0.130 - - [2025-12-08 02:19:15] "GET /virtual-machine/572ea8f2-2d86-43e1-b2f4-cadcc06f1a5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.009499 10.0.0.130 - - [2025-12-08 02:19:15] "GET /obj-perms HTTP/1.1" 200 4934 0.008812 10.0.0.130 - - [2025-12-08 02:19:15] "GET /obj-perms HTTP/1.1" 200 4934 0.008811 10.0.0.130 - - [2025-12-08 02:19:16] "GET /obj-perms HTTP/1.1" 200 4934 0.055523 10.0.0.130 - - [2025-12-08 02:19:16] "GET /obj-perms HTTP/1.1" 200 4934 0.008025 10.0.0.130 - - [2025-12-08 02:19:16] "GET /obj-perms HTTP/1.1" 200 5039 0.047292 10.0.0.130 - - [2025-12-08 02:19:16] "GET /obj-perms HTTP/1.1" 200 5039 0.002800 10.0.0.130 - - [2025-12-08 02:19:16] "GET /obj-perms HTTP/1.1" 200 4934 0.008621 10.0.0.130 - - [2025-12-08 02:19:16] "GET /obj-perms HTTP/1.1" 200 4934 0.008778 10.0.0.130 - - [2025-12-08 02:19:17] "GET /obj-perms HTTP/1.1" 200 4934 0.053897 10.0.0.130 - - [2025-12-08 02:19:17] "GET /obj-perms HTTP/1.1" 200 4934 0.009060 10.0.0.130 - - [2025-12-08 02:19:17] "GET /obj-perms HTTP/1.1" 200 5039 0.003471 10.0.0.130 - - [2025-12-08 02:19:17] "GET /obj-perms HTTP/1.1" 200 5039 0.002938 10.0.0.130 - - [2025-12-08 02:19:17] "GET /obj-perms HTTP/1.1" 200 4934 0.008308 10.0.0.130 - - [2025-12-08 02:19:17] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 321 0.008431 10.0.0.130 - - [2025-12-08 02:19:17] "GET /virtual-machine/572ea8f2-2d86-43e1-b2f4-cadcc06f1a5e HTTP/1.1" 200 1289 0.012205 10.0.0.130 - - [2025-12-08 02:19:17] "POST /neutron/port HTTP/1.1" 200 1083 0.009284 10.0.0.130 - - [2025-12-08 02:19:17] "POST /neutron/port HTTP/1.1" 200 1109 0.006982 10.0.0.130 - - [2025-12-08 02:19:18] "POST /neutron/port HTTP/1.1" 200 151 0.081046 10.0.0.130 - - [2025-12-08 02:19:19] "GET /virtual-machine/572ea8f2-2d86-43e1-b2f4-cadcc06f1a5e HTTP/1.1" 404 171 0.009171 10.0.0.130 - - [2025-12-08 02:19:19] "GET /virtual-machine/572ea8f2-2d86-43e1-b2f4-cadcc06f1a5e HTTP/1.1" 404 171 0.007325 10.0.0.130 - - [2025-12-08 02:19:19] "GET /virtual-machine/572ea8f2-2d86-43e1-b2f4-cadcc06f1a5e HTTP/1.1" 404 171 0.007445 10.0.0.130 - - [2025-12-08 02:19:19] "POST /fqname-to-id HTTP/1.1" 403 339 0.013482 10.0.0.130 - - [2025-12-08 02:19:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.001856 10.0.0.130 - - [2025-12-08 02:19:19] "GET /global-vrouter-config/a6e10417-27c9-4d34-b977-7b7d3fa7e4f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002217 10.0.0.130 - - [2025-12-08 02:19:19] "GET /virtual-networks?parent_id=11684844-ccc6-4e1c-a591-84a7b3caf9c8&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.008527 10.0.0.130 - - [2025-12-08 02:19:19] "POST /fqname-to-id HTTP/1.1" 403 361 0.008021 10.0.0.130 - - [2025-12-08 02:19:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003433 10.0.0.130 - - [2025-12-08 02:19:19] "GET /routing-instance/21dc5759-984a-40ff-b807-d9af24f4e4ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1533 0.002748 10.0.0.130 - - [2025-12-08 02:19:19] "GET /route-target/43b842f9-0871-4507-aa82-520a6f759f9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.008733 10.0.0.130 - - [2025-12-08 02:19:19] "GET /route-target/43b842f9-0871-4507-aa82-520a6f759f9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.002558 10.0.0.130 - - [2025-12-08 02:19:19] "GET /obj-perms HTTP/1.1" 200 4934 0.009101 10.0.0.130 - - [2025-12-08 02:19:19] "GET /obj-perms HTTP/1.1" 200 4934 0.008552 10.0.0.130 - - [2025-12-08 02:19:20] "GET /obj-perms HTTP/1.1" 200 4934 0.056193 10.0.0.130 - - [2025-12-08 02:19:20] "GET /obj-perms HTTP/1.1" 200 4934 0.007917 10.0.0.130 - - [2025-12-08 02:19:20] "GET /obj-perms HTTP/1.1" 200 5039 0.002654 10.0.0.130 - - [2025-12-08 02:19:23] "GET /obj-perms HTTP/1.1" 200 5039 0.003262 10.0.0.130 - - [2025-12-08 02:19:26] "GET /obj-perms HTTP/1.1" 200 5039 0.002902 10.0.0.130 - - [2025-12-08 02:19:29] "GET /obj-perms HTTP/1.1" 200 5039 0.003411 10.0.0.130 - - [2025-12-08 02:19:32] "GET /obj-perms HTTP/1.1" 200 5039 0.002934 10.0.0.130 - - [2025-12-08 02:19:35] "GET /obj-perms HTTP/1.1" 200 5039 0.003053 10.0.0.130 - - [2025-12-08 02:19:38] "GET /obj-perms HTTP/1.1" 200 5039 0.003066 10.0.0.130 - - [2025-12-08 02:19:41] "GET /obj-perms HTTP/1.1" 200 5039 0.003113 10.0.0.130 - - [2025-12-08 02:19:44] "GET /obj-perms HTTP/1.1" 200 5039 0.003064 10.0.0.130 - - [2025-12-08 02:19:47] "GET /obj-perms HTTP/1.1" 200 5039 0.003175 10.0.0.130 - - [2025-12-08 02:19:50] "GET /obj-perms HTTP/1.1" 200 5039 0.002950 10.0.0.130 - - [2025-12-08 02:19:53] "GET /obj-perms HTTP/1.1" 200 5039 0.003142 10.0.0.130 - - [2025-12-08 02:19:56] "GET /obj-perms HTTP/1.1" 200 5039 0.002931 10.0.0.130 - - [2025-12-08 02:19:59] "GET /obj-perms HTTP/1.1" 200 5039 0.003155 10.0.0.130 - - [2025-12-08 02:20:02] "GET /obj-perms HTTP/1.1" 200 5039 0.002880 10.0.0.130 - - [2025-12-08 02:20:04] "GET /obj-perms HTTP/1.1" 200 5075 0.048954 10.0.0.130 - - [2025-12-08 02:20:04] "GET /obj-perms HTTP/1.1" 200 5075 0.049878 10.0.0.130 - - [2025-12-08 02:20:05] "GET /obj-perms HTTP/1.1" 200 5039 0.002964 10.0.0.130 - - [2025-12-08 02:20:05] "POST /useragent-kv HTTP/1.1" 200 115 0.002466 10.0.0.130 - - [2025-12-08 02:20:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003216 10.0.0.130 - - [2025-12-08 02:20:05] "POST /useragent-kv HTTP/1.1" 200 115 0.001467 10.0.0.130 - - [2025-12-08 02:20:05] "DELETE /virtual-network/edb8fd36-cb17-4f9a-bcbd-e8c0c24a9684 HTTP/1.1" 200 115 0.066753 10.0.0.130 - - [2025-12-08 02:20:05] "DELETE /route-target/43b842f9-0871-4507-aa82-520a6f759f9d HTTP/1.1" 200 115 0.015502 10.0.0.130 - - [2025-12-08 02:20:05] "DELETE /api-access-list/9575bae8-94d3-45bc-8e25-bb0c24c7dbbb HTTP/1.1" 200 115 0.021244 10.0.0.130 - - [2025-12-08 02:20:05] "GET /api-access-list/9575bae8-94d3-45bc-8e25-bb0c24c7dbbb HTTP/1.1" 404 171 0.002165 10.0.0.130 - - [2025-12-08 02:20:05] "GET /projects?obj_uuids=11684844-ccc6-4e1c-a591-84a7b3caf9c8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001051 10.0.0.130 - - [2025-12-08 02:20:05] "GET /project/11684844-ccc6-4e1c-a591-84a7b3caf9c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.023940 10.0.0.130 - - [2025-12-08 02:20:05] "GET /projects?obj_uuids=11684844-ccc6-4e1c-a591-84a7b3caf9c8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000939 10.0.0.130 - - [2025-12-08 02:20:05] "GET /project/11684844-ccc6-4e1c-a591-84a7b3caf9c8?fields=virtual_networks HTTP/1.1" 200 1024 0.067543 10.0.0.130 - - [2025-12-08 02:20:05] "GET /projects?obj_uuids=11684844-ccc6-4e1c-a591-84a7b3caf9c8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000919 10.0.0.130 - - [2025-12-08 02:20:05] "GET /project/11684844-ccc6-4e1c-a591-84a7b3caf9c8?fields=virtual_machine_interfaces HTTP/1.1" 200 1024 0.023240 10.0.0.130 - - [2025-12-08 02:20:06] "GET /projects?obj_uuids=11684844-ccc6-4e1c-a591-84a7b3caf9c8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000927 10.0.0.130 - - [2025-12-08 02:20:06] "GET /project/11684844-ccc6-4e1c-a591-84a7b3caf9c8?fields=security_groups HTTP/1.1" 200 1246 0.021619 10.0.0.130 - - [2025-12-08 02:20:06] "GET /projects?obj_uuids=bffb7dd2-073f-437b-9bdb-688c2abd559e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001041 10.0.0.130 - - [2025-12-08 02:20:06] "GET /project/bffb7dd2-073f-437b-9bdb-688c2abd559e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.019520 10.0.0.130 - - [2025-12-08 02:20:06] "GET /projects?obj_uuids=bffb7dd2-073f-437b-9bdb-688c2abd559e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000922 10.0.0.130 - - [2025-12-08 02:20:06] "GET /project/bffb7dd2-073f-437b-9bdb-688c2abd559e?fields=virtual_networks HTTP/1.1" 200 1025 0.064514 10.0.0.130 - - [2025-12-08 02:20:06] "GET /projects?obj_uuids=bffb7dd2-073f-437b-9bdb-688c2abd559e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000891 10.0.0.130 - - [2025-12-08 02:20:06] "GET /project/bffb7dd2-073f-437b-9bdb-688c2abd559e?fields=virtual_machine_interfaces HTTP/1.1" 200 1025 0.022681 10.0.0.130 - - [2025-12-08 02:20:06] "GET /projects?obj_uuids=bffb7dd2-073f-437b-9bdb-688c2abd559e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000895 10.0.0.130 - - [2025-12-08 02:20:06] "GET /project/bffb7dd2-073f-437b-9bdb-688c2abd559e?fields=security_groups HTTP/1.1" 200 1247 0.021110 10.0.0.130 - - [2025-12-08 02:20:07] "GET /api-access-list/70900931-ad7e-48ea-a31d-e0b73b85c5db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2412 0.003112 10.0.0.130 - - [2025-12-08 02:20:07] "PUT /api-access-list/70900931-ad7e-48ea-a31d-e0b73b85c5db HTTP/1.1" 200 265 0.007399 10.0.0.130 - - [2025-12-08 02:20:08] "GET /projects?obj_uuids=15522cab-2faf-417a-8112-1676f6edc5eb&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000916 10.0.0.130 - - [2025-12-08 02:20:08] "GET /project/15522cab-2faf-417a-8112-1676f6edc5eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.022347 10.0.0.130 - - [2025-12-08 02:20:08] "GET /projects?obj_uuids=15522cab-2faf-417a-8112-1676f6edc5eb&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000844 10.0.0.130 - - [2025-12-08 02:20:08] "GET /project/15522cab-2faf-417a-8112-1676f6edc5eb?fields=virtual_networks HTTP/1.1" 200 1023 0.064852 10.0.0.130 - - [2025-12-08 02:20:08] "GET /projects?obj_uuids=15522cab-2faf-417a-8112-1676f6edc5eb&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001167 10.0.0.130 - - [2025-12-08 02:20:08] "GET /project/15522cab-2faf-417a-8112-1676f6edc5eb?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.022824 10.0.0.130 - - [2025-12-08 02:20:08] "GET /projects?obj_uuids=15522cab-2faf-417a-8112-1676f6edc5eb&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000938 10.0.0.130 - - [2025-12-08 02:20:08] "GET /project/15522cab-2faf-417a-8112-1676f6edc5eb?fields=security_groups HTTP/1.1" 200 1245 0.021240 10.0.0.130 - - [2025-12-08 02:20:09] "POST /fqname-to-id HTTP/1.1" 404 188 0.025181 10.0.0.130 - - [2025-12-08 02:20:09] "GET /projects?obj_uuids=dcc61cf1-145b-4730-9727-752800f9c4c4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002330 10.0.0.130 - - [2025-12-08 02:20:09] "GET /domains?obj_uuids=89255e1c-530c-49a5-b275-cafa7847f34c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000897 10.0.0.130 - - [2025-12-08 02:20:09] "GET /domain/89255e1c-530c-49a5-b275-cafa7847f34c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006329 10.0.0.130 - - [2025-12-08 02:20:09] "POST /id-to-fqname HTTP/1.1" 200 190 0.001110 10.0.0.130 - - [2025-12-08 02:20:09] "POST /fqname-to-id HTTP/1.1" 404 199 0.002695 10.0.0.130 - - [2025-12-08 02:20:09] "POST /security-groups HTTP/1.1" 200 591 0.060447 10.0.0.130 - - [2025-12-08 02:20:09] "POST /fqname-to-id HTTP/1.1" 404 234 0.002118 10.0.0.130 - - [2025-12-08 02:20:09] "POST /projects HTTP/1.1" 200 585 0.211018 10.0.0.130 - - [2025-12-08 02:20:09] "POST /access-control-lists HTTP/1.1" 200 598 0.056654 10.0.0.130 - - [2025-12-08 02:20:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.279418 10.0.0.130 - - [2025-12-08 02:20:09] "POST /fqname-to-id HTTP/1.1" 404 233 0.002590 10.0.0.130 - - [2025-12-08 02:20:09] "GET /project/dcc61cf1-145b-4730-9727-752800f9c4c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.396920 10.0.0.130 - - [2025-12-08 02:20:09] "POST /access-control-lists HTTP/1.1" 200 596 0.065466 10.0.0.130 - - [2025-12-08 02:20:10] "GET / HTTP/1.1" 200 36215 0.002675 10.0.0.130 - - [2025-12-08 02:20:12] "POST /fqname-to-id HTTP/1.1" 401 293 0.000433 10.0.0.130 - - [2025-12-08 02:20:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.028060 10.0.0.130 - - [2025-12-08 02:20:12] "GET /api-access-list/70900931-ad7e-48ea-a31d-e0b73b85c5db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.002966 10.0.0.130 - - [2025-12-08 02:20:13] "GET /api-access-list/70900931-ad7e-48ea-a31d-e0b73b85c5db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.002949 10.0.0.130 - - [2025-12-08 02:20:13] "GET /api-access-list/70900931-ad7e-48ea-a31d-e0b73b85c5db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.003362 10.0.0.130 - - [2025-12-08 02:20:13] "PUT /api-access-list/70900931-ad7e-48ea-a31d-e0b73b85c5db HTTP/1.1" 200 265 0.008989 10.0.0.130 - - [2025-12-08 02:20:13] "GET /aaa-mode HTTP/1.1" 200 128 0.001010 10.0.0.130 - - [2025-12-08 02:20:13] "POST /fqname-to-id HTTP/1.1" 404 188 0.022768 10.0.0.130 - - [2025-12-08 02:20:13] "GET /projects?obj_uuids=76552a97-3bcf-4720-aa18-e0985257e1f0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.001981 10.0.0.130 - - [2025-12-08 02:20:13] "GET /domains?obj_uuids=89255e1c-530c-49a5-b275-cafa7847f34c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001120 10.0.0.130 - - [2025-12-08 02:20:13] "GET /domain/89255e1c-530c-49a5-b275-cafa7847f34c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007426 10.0.0.130 - - [2025-12-08 02:20:13] "POST /id-to-fqname HTTP/1.1" 200 190 0.001055 10.0.0.130 - - [2025-12-08 02:20:13] "POST /fqname-to-id HTTP/1.1" 404 199 0.003461 10.0.0.130 - - [2025-12-08 02:20:13] "POST /security-groups HTTP/1.1" 200 591 0.060034 10.0.0.130 - - [2025-12-08 02:20:13] "POST /fqname-to-id HTTP/1.1" 404 234 0.002174 10.0.0.130 - - [2025-12-08 02:20:13] "POST /projects HTTP/1.1" 200 585 0.199065 10.0.0.130 - - [2025-12-08 02:20:14] "POST /access-control-lists HTTP/1.1" 200 598 0.055292 10.0.0.130 - - [2025-12-08 02:20:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.272446 10.0.0.130 - - [2025-12-08 02:20:14] "POST /fqname-to-id HTTP/1.1" 404 233 0.002504 10.0.0.130 - - [2025-12-08 02:20:14] "GET /project/76552a97-3bcf-4720-aa18-e0985257e1f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.388773 10.0.0.130 - - [2025-12-08 02:20:14] "POST /access-control-lists HTTP/1.1" 200 596 0.056584 10.0.0.130 - - [2025-12-08 02:20:14] "POST /fqname-to-id HTTP/1.1" 404 188 0.021957 10.0.0.130 - - [2025-12-08 02:20:14] "GET /projects?obj_uuids=66ca0c16-18bb-44e5-bb9b-02801385ae12&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003480 10.0.0.130 - - [2025-12-08 02:20:14] "GET /domains?obj_uuids=89255e1c-530c-49a5-b275-cafa7847f34c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000911 10.0.0.130 - - [2025-12-08 02:20:14] "GET /domain/89255e1c-530c-49a5-b275-cafa7847f34c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006414 10.0.0.130 - - [2025-12-08 02:20:14] "POST /id-to-fqname HTTP/1.1" 200 190 0.001089 10.0.0.130 - - [2025-12-08 02:20:14] "POST /fqname-to-id HTTP/1.1" 404 199 0.001960 10.0.0.130 - - [2025-12-08 02:20:14] "POST /security-groups HTTP/1.1" 200 591 0.068395 10.0.0.130 - - [2025-12-08 02:20:14] "POST /fqname-to-id HTTP/1.1" 404 234 0.002457 10.0.0.130 - - [2025-12-08 02:20:14] "POST /projects HTTP/1.1" 200 585 0.211572 10.0.0.130 - - [2025-12-08 02:20:14] "POST /access-control-lists HTTP/1.1" 200 598 0.053011 10.0.0.130 - - [2025-12-08 02:20:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.285371 10.0.0.130 - - [2025-12-08 02:20:14] "POST /fqname-to-id HTTP/1.1" 404 233 0.002596 10.0.0.130 - - [2025-12-08 02:20:14] "GET /project/66ca0c16-18bb-44e5-bb9b-02801385ae12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.401821 10.0.0.130 - - [2025-12-08 02:20:14] "POST /access-control-lists HTTP/1.1" 200 596 0.060648 10.0.0.130 - - [2025-12-08 02:20:15] "GET / HTTP/1.1" 200 36215 0.001851 10.0.0.130 - - [2025-12-08 02:20:16] "GET / HTTP/1.1" 200 36215 0.001317 10.0.0.130 - - [2025-12-08 02:20:16] "POST /fqname-to-id HTTP/1.1" 404 183 0.003473 10.0.0.130 - - [2025-12-08 02:20:16] "POST /api-access-lists HTTP/1.1" 200 523 0.026540 10.0.0.130 - - [2025-12-08 02:20:16] "GET /api-access-list/38410187-da53-40f2-b285-90e29aaf4d07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1291 0.004125 10.0.0.130 - - [2025-12-08 02:20:16] "GET /api-access-list/38410187-da53-40f2-b285-90e29aaf4d07 HTTP/1.1" 401 293 0.000380 10.0.0.130 - - [2025-12-08 02:20:17] "GET /api-access-list/38410187-da53-40f2-b285-90e29aaf4d07 HTTP/1.1" 200 1291 0.052762 10.0.0.130 - - [2025-12-08 02:20:17] "POST /fqname-to-id HTTP/1.1" 401 293 0.000337 10.0.0.130 - - [2025-12-08 02:20:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.034941 10.0.0.130 - - [2025-12-08 02:20:17] "GET /projects?obj_uuids=76552a97-3bcf-4720-aa18-e0985257e1f0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000989 10.0.0.130 - - [2025-12-08 02:20:17] "GET /project/76552a97-3bcf-4720-aa18-e0985257e1f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.030792 10.0.0.130 - - [2025-12-08 02:20:17] "GET /virtual-networks?parent_id=76552a97-3bcf-4720-aa18-e0985257e1f0&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009522 10.0.0.130 - - [2025-12-08 02:20:17] "POST /virtual-networks HTTP/1.1" 200 585 0.041728 10.0.0.130 - - [2025-12-08 02:20:17] "POST /route-targets HTTP/1.1" 200 328 0.008236 10.0.0.130 - - [2025-12-08 02:20:17] "POST /ref-update HTTP/1.1" 200 156 0.009689 10.0.0.130 - - [2025-12-08 02:20:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.010756 10.0.0.130 - - [2025-12-08 02:20:17] "GET /network-ipam/ec5f0bd2-8372-4a4e-8eb4-453d6d716068?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1091 0.010575 10.0.0.130 - - [2025-12-08 02:20:17] "POST /useragent-kv HTTP/1.1" 200 115 0.003254 10.0.0.130 - - [2025-12-08 02:20:17] "POST /ref-update HTTP/1.1" 200 156 0.040623 10.0.0.130 - - [2025-12-08 02:20:17] "POST /neutron/network HTTP/1.1" 200 849 0.040106 10.0.0.130 - - [2025-12-08 02:20:17] "POST /neutron/network HTTP/1.1" 200 849 0.016310 10.0.0.130 - - [2025-12-08 02:20:17] "GET /virtual-network/7612fae7-e134-4076-9c50-b083853ed2e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2017 0.010716 10.0.0.130 - - [2025-12-08 02:20:17] "POST /neutron/network HTTP/1.1" 200 849 0.017761 10.0.0.130 - - [2025-12-08 02:20:18] "POST /neutron/subnet HTTP/1.1" 200 681 0.023634 10.0.0.130 - - [2025-12-08 02:20:18] "POST /fqname-to-id HTTP/1.1" 401 293 0.000359 10.0.0.130 - - [2025-12-08 02:20:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.036531 10.0.0.130 - - [2025-12-08 02:20:18] "GET /projects?obj_uuids=66ca0c16-18bb-44e5-bb9b-02801385ae12&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001467 10.0.0.130 - - [2025-12-08 02:20:18] "GET /project/66ca0c16-18bb-44e5-bb9b-02801385ae12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.031250 10.0.0.130 - - [2025-12-08 02:20:18] "GET /virtual-networks?parent_id=66ca0c16-18bb-44e5-bb9b-02801385ae12&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009396 10.0.0.130 - - [2025-12-08 02:20:18] "POST /virtual-networks HTTP/1.1" 200 585 0.040085 10.0.0.130 - - [2025-12-08 02:20:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.011672 10.0.0.130 - - [2025-12-08 02:20:18] "GET /network-ipam/ec5f0bd2-8372-4a4e-8eb4-453d6d716068?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1091 0.009691 10.0.0.130 - - [2025-12-08 02:20:18] "POST /useragent-kv HTTP/1.1" 200 115 0.003466 10.0.0.130 - - [2025-12-08 02:20:18] "POST /ref-update HTTP/1.1" 200 156 0.042684 10.0.0.130 - - [2025-12-08 02:20:18] "POST /neutron/network HTTP/1.1" 200 848 0.044515 10.0.0.130 - - [2025-12-08 02:20:18] "POST /neutron/network HTTP/1.1" 200 848 0.018641 10.0.0.130 - - [2025-12-08 02:20:18] "GET /virtual-network/6134786b-9d76-4911-924a-4d347925ca18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.011728 10.0.0.130 - - [2025-12-08 02:20:18] "POST /neutron/network HTTP/1.1" 200 848 0.018843 10.0.0.130 - - [2025-12-08 02:20:18] "POST /neutron/subnet HTTP/1.1" 200 679 0.022586 10.0.0.130 - - [2025-12-08 02:20:18] "GET /virtual-network/7612fae7-e134-4076-9c50-b083853ed2e2 HTTP/1.1" 401 293 0.000349 10.0.0.130 - - [2025-12-08 02:20:19] "POST /route-targets HTTP/1.1" 200 328 0.008774 10.0.0.130 - - [2025-12-08 02:20:19] "POST /ref-update HTTP/1.1" 200 156 0.008938 10.0.0.130 - - [2025-12-08 02:20:19] "GET /virtual-network/7612fae7-e134-4076-9c50-b083853ed2e2 HTTP/1.1" 200 2318 0.035498 10.0.0.130 - - [2025-12-08 02:20:19] "GET /virtual-network/7612fae7-e134-4076-9c50-b083853ed2e2 HTTP/1.1" 401 293 0.000353 10.0.0.130 - - [2025-12-08 02:20:19] "GET /virtual-network/7612fae7-e134-4076-9c50-b083853ed2e2 HTTP/1.1" 403 376 0.032318 10.0.0.130 - - [2025-12-08 02:20:19] "GET /virtual-network/7612fae7-e134-4076-9c50-b083853ed2e2 HTTP/1.1" 200 2318 0.004060 10.0.0.130 - - [2025-12-08 02:20:19] "GET /virtual-networks HTTP/1.1" 200 372 0.015323 10.0.0.130 - - [2025-12-08 02:20:19] "GET /virtual-networks HTTP/1.1" 200 372 0.016009 10.0.0.130 - - [2025-12-08 02:20:19] "GET /obj-perms HTTP/1.1" 403 257 0.034426 10.0.0.130 - - [2025-12-08 02:20:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002034 10.0.0.130 - - [2025-12-08 02:20:20] "GET /virtual-network/7612fae7-e134-4076-9c50-b083853ed2e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2017 0.011003 10.0.0.130 - - [2025-12-08 02:20:20] "GET /obj-perms HTTP/1.1" 403 257 0.031432 10.0.0.130 - - [2025-12-08 02:20:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003124 10.0.0.130 - - [2025-12-08 02:20:20] "GET /virtual-network/7612fae7-e134-4076-9c50-b083853ed2e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.009198 10.0.0.130 - - [2025-12-08 02:20:20] "GET /obj-perms HTTP/1.1" 200 5049 0.054864 10.0.0.130 - - [2025-12-08 02:20:20] "GET /obj-perms HTTP/1.1" 403 257 0.007450 10.0.0.130 - - [2025-12-08 02:20:20] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 372 0.025392 10.0.0.130 - - [2025-12-08 02:20:21] "GET /obj-perms HTTP/1.1" 403 257 0.006854 10.0.0.130 - - [2025-12-08 02:20:21] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 372 0.015455 10.0.0.130 - - [2025-12-08 02:20:21] "GET /obj-perms HTTP/1.1" 200 5049 0.002970 10.0.0.130 - - [2025-12-08 02:20:21] "PUT /virtual-network/7612fae7-e134-4076-9c50-b083853ed2e2 HTTP/1.1" 200 265 0.019891 10.0.0.130 - - [2025-12-08 02:20:21] "GET /virtual-networks HTTP/1.1" 200 132 0.016559 10.0.0.130 - - [2025-12-08 02:20:21] "GET /virtual-networks HTTP/1.1" 200 613 0.014471 10.0.0.130 - - [2025-12-08 02:20:21] "GET /virtual-networks HTTP/1.1" 200 1435 0.001980 10.0.0.130 - - [2025-12-08 02:20:21] "GET /obj-perms HTTP/1.1" 403 257 0.006655 10.0.0.130 - - [2025-12-08 02:20:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.001998 10.0.0.130 - - [2025-12-08 02:20:21] "GET /virtual-network/7612fae7-e134-4076-9c50-b083853ed2e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.011885 10.0.0.130 - - [2025-12-08 02:20:21] "GET /obj-perms HTTP/1.1" 403 257 0.031265 10.0.0.130 - - [2025-12-08 02:20:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.001952 10.0.0.130 - - [2025-12-08 02:20:21] "GET /virtual-network/7612fae7-e134-4076-9c50-b083853ed2e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.008379 10.0.0.130 - - [2025-12-08 02:20:21] "GET /obj-perms HTTP/1.1" 403 257 0.007154 10.0.0.130 - - [2025-12-08 02:20:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002470 10.0.0.130 - - [2025-12-08 02:20:21] "GET /virtual-network/7612fae7-e134-4076-9c50-b083853ed2e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2021 0.011909 10.0.0.130 - - [2025-12-08 02:20:21] "GET /obj-perms HTTP/1.1" 200 5049 0.002820 10.0.0.130 - - [2025-12-08 02:20:22] "GET /obj-perms HTTP/1.1" 403 257 0.007714 10.0.0.130 - - [2025-12-08 02:20:22] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 132 0.015438 10.0.0.130 - - [2025-12-08 02:20:22] "GET /obj-perms HTTP/1.1" 403 257 0.007329 10.0.0.130 - - [2025-12-08 02:20:22] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 613 0.015284 10.0.0.130 - - [2025-12-08 02:20:22] "GET /obj-perms HTTP/1.1" 200 5049 0.002833 10.0.0.130 - - [2025-12-08 02:20:22] "PUT /virtual-network/7612fae7-e134-4076-9c50-b083853ed2e2 HTTP/1.1" 200 265 0.021602 10.0.0.130 - - [2025-12-08 02:20:22] "POST /useragent-kv HTTP/1.1" 200 115 0.002010 10.0.0.130 - - [2025-12-08 02:20:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003642 10.0.0.130 - - [2025-12-08 02:20:22] "POST /useragent-kv HTTP/1.1" 200 115 0.001884 10.0.0.130 - - [2025-12-08 02:20:22] "DELETE /virtual-network/6134786b-9d76-4911-924a-4d347925ca18 HTTP/1.1" 200 115 0.068119 10.0.0.130 - - [2025-12-08 02:20:22] "DELETE /route-target/1d4ff149-59e7-47b1-a59a-2abe3dd3cb77 HTTP/1.1" 200 115 0.016257 10.0.0.130 - - [2025-12-08 02:20:22] "POST /useragent-kv HTTP/1.1" 200 115 0.002724 10.0.0.130 - - [2025-12-08 02:20:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.006680 10.0.0.130 - - [2025-12-08 02:20:22] "POST /useragent-kv HTTP/1.1" 200 115 0.002913 10.0.0.130 - - [2025-12-08 02:20:22] "DELETE /virtual-network/7612fae7-e134-4076-9c50-b083853ed2e2 HTTP/1.1" 200 115 0.069870 10.0.0.130 - - [2025-12-08 02:20:22] "DELETE /route-target/fe1c49c3-0534-44ec-bdb0-a822bb48ce2d HTTP/1.1" 200 115 0.024901 10.0.0.130 - - [2025-12-08 02:20:22] "DELETE /api-access-list/38410187-da53-40f2-b285-90e29aaf4d07 HTTP/1.1" 200 115 0.028626 10.0.0.130 - - [2025-12-08 02:20:22] "GET /api-access-list/38410187-da53-40f2-b285-90e29aaf4d07 HTTP/1.1" 404 171 0.002406 10.0.0.130 - - [2025-12-08 02:20:22] "GET /projects?obj_uuids=66ca0c16-18bb-44e5-bb9b-02801385ae12&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001008 10.0.0.130 - - [2025-12-08 02:20:22] "GET /project/66ca0c16-18bb-44e5-bb9b-02801385ae12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.021105 10.0.0.130 - - [2025-12-08 02:20:22] "GET /projects?obj_uuids=66ca0c16-18bb-44e5-bb9b-02801385ae12&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001810 10.0.0.130 - - [2025-12-08 02:20:22] "GET /project/66ca0c16-18bb-44e5-bb9b-02801385ae12?fields=virtual_networks HTTP/1.1" 200 1034 0.064992 10.0.0.130 - - [2025-12-08 02:20:22] "GET /projects?obj_uuids=66ca0c16-18bb-44e5-bb9b-02801385ae12&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000975 10.0.0.130 - - [2025-12-08 02:20:22] "GET /project/66ca0c16-18bb-44e5-bb9b-02801385ae12?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.028145 10.0.0.130 - - [2025-12-08 02:20:22] "GET /projects?obj_uuids=66ca0c16-18bb-44e5-bb9b-02801385ae12&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001204 10.0.0.130 - - [2025-12-08 02:20:22] "GET /project/66ca0c16-18bb-44e5-bb9b-02801385ae12?fields=security_groups HTTP/1.1" 200 1261 0.023632 10.0.0.130 - - [2025-12-08 02:20:23] "GET /projects?obj_uuids=76552a97-3bcf-4720-aa18-e0985257e1f0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000904 10.0.0.130 - - [2025-12-08 02:20:23] "GET /project/76552a97-3bcf-4720-aa18-e0985257e1f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.018990 10.0.0.130 - - [2025-12-08 02:20:23] "GET /projects?obj_uuids=76552a97-3bcf-4720-aa18-e0985257e1f0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000855 10.0.0.130 - - [2025-12-08 02:20:23] "GET /project/76552a97-3bcf-4720-aa18-e0985257e1f0?fields=virtual_networks HTTP/1.1" 200 1034 0.065143 10.0.0.130 - - [2025-12-08 02:20:23] "GET /projects?obj_uuids=76552a97-3bcf-4720-aa18-e0985257e1f0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000859 10.0.0.130 - - [2025-12-08 02:20:23] "GET /project/76552a97-3bcf-4720-aa18-e0985257e1f0?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.021667 10.0.0.130 - - [2025-12-08 02:20:23] "GET /projects?obj_uuids=76552a97-3bcf-4720-aa18-e0985257e1f0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001219 10.0.0.130 - - [2025-12-08 02:20:23] "GET /project/76552a97-3bcf-4720-aa18-e0985257e1f0?fields=security_groups HTTP/1.1" 200 1261 0.026437 10.0.0.130 - - [2025-12-08 02:20:24] "GET /aaa-mode HTTP/1.1" 200 128 0.001065 10.0.0.130 - - [2025-12-08 02:20:24] "GET / HTTP/1.1" 200 36215 0.001448 10.0.0.130 - - [2025-12-08 02:20:25] "GET / HTTP/1.1" 200 36215 0.001540 10.0.0.130 - - [2025-12-08 02:20:26] "POST /fqname-to-id HTTP/1.1" 401 293 0.000515 10.0.0.130 - - [2025-12-08 02:20:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.065138 10.0.0.130 - - [2025-12-08 02:20:26] "GET /projects?obj_uuids=dcc61cf1-145b-4730-9727-752800f9c4c4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001061 10.0.0.130 - - [2025-12-08 02:20:26] "GET /project/dcc61cf1-145b-4730-9727-752800f9c4c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.025114 10.0.0.130 - - [2025-12-08 02:20:26] "GET /virtual-networks?parent_id=dcc61cf1-145b-4730-9727-752800f9c4c4&detail=False&count=False&shared=False HTTP/1.1" 403 263 0.007700 10.0.0.130 - - [2025-12-08 02:20:26] "POST /fqname-to-id HTTP/1.1" 404 197 0.006973 10.0.0.130 - - [2025-12-08 02:20:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.009324 10.0.0.130 - - [2025-12-08 02:20:26] "GET /domains?obj_uuids=89255e1c-530c-49a5-b275-cafa7847f34c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000936 10.0.0.130 - - [2025-12-08 02:20:26] "GET /domain/89255e1c-530c-49a5-b275-cafa7847f34c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.011565 10.0.0.130 - - [2025-12-08 02:20:26] "POST /service-templates HTTP/1.1" 403 264 0.006034 10.0.0.130 - - [2025-12-08 02:20:26] "POST /fqname-to-id HTTP/1.1" 404 215 0.002420 10.0.0.130 - - [2025-12-08 02:20:26] "POST /api-access-lists HTTP/1.1" 200 557 0.013216 10.0.0.130 - - [2025-12-08 02:20:26] "GET /api-access-list/8527ac42-ed07-4ee5-8168-1b0e82778b00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1324 0.004544 10.0.0.130 - - [2025-12-08 02:20:26] "GET /api-access-list/8527ac42-ed07-4ee5-8168-1b0e82778b00 HTTP/1.1" 200 1324 0.003196 10.0.0.130 - - [2025-12-08 02:20:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.009106 10.0.0.130 - - [2025-12-08 02:20:26] "GET /projects?obj_uuids=dcc61cf1-145b-4730-9727-752800f9c4c4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000894 10.0.0.130 - - [2025-12-08 02:20:26] "GET /project/dcc61cf1-145b-4730-9727-752800f9c4c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.028084 10.0.0.130 - - [2025-12-08 02:20:26] "GET /virtual-networks?parent_id=dcc61cf1-145b-4730-9727-752800f9c4c4&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009186 10.0.0.130 - - [2025-12-08 02:20:27] "POST /virtual-networks HTTP/1.1" 200 585 0.044410 10.0.0.130 - - [2025-12-08 02:20:27] "POST /route-targets HTTP/1.1" 200 328 0.008395 10.0.0.130 - - [2025-12-08 02:20:27] "POST /ref-update HTTP/1.1" 200 156 0.008807 10.0.0.130 - - [2025-12-08 02:20:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.010164 10.0.0.130 - - [2025-12-08 02:20:27] "GET /network-ipam/ec5f0bd2-8372-4a4e-8eb4-453d6d716068?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1091 0.009207 10.0.0.130 - - [2025-12-08 02:20:27] "POST /useragent-kv HTTP/1.1" 200 115 0.003934 10.0.0.130 - - [2025-12-08 02:20:27] "POST /ref-update HTTP/1.1" 200 156 0.043518 10.0.0.130 - - [2025-12-08 02:20:27] "POST /neutron/network HTTP/1.1" 200 848 0.042289 10.0.0.130 - - [2025-12-08 02:20:27] "POST /neutron/network HTTP/1.1" 200 848 0.016462 10.0.0.130 - - [2025-12-08 02:20:27] "GET /virtual-network/0f79fba2-0137-4924-92df-e04976ec4157?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.011411 10.0.0.130 - - [2025-12-08 02:20:27] "POST /neutron/network HTTP/1.1" 200 848 0.016256 10.0.0.130 - - [2025-12-08 02:20:27] "POST /neutron/subnet HTTP/1.1" 200 679 0.023832 10.0.0.130 - - [2025-12-08 02:20:27] "POST /neutron/network HTTP/1.1" 200 848 0.054486 10.0.0.130 - - [2025-12-08 02:20:27] "GET /virtual-network/0f79fba2-0137-4924-92df-e04976ec4157?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.004039 10.0.0.130 - - [2025-12-08 02:20:27] "GET /network-ipam/ec5f0bd2-8372-4a4e-8eb4-453d6d716068?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1091 0.002708 10.0.0.130 - - [2025-12-08 02:20:27] "GET /domains HTTP/1.1" 200 281 0.002333 10.0.0.130 - - [2025-12-08 02:20:27] "GET /domains?obj_uuids=89255e1c-530c-49a5-b275-cafa7847f34c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000892 10.0.0.130 - - [2025-12-08 02:20:27] "GET /domain/89255e1c-530c-49a5-b275-cafa7847f34c HTTP/1.1" 200 3503 0.005520 10.0.0.130 - - [2025-12-08 02:20:27] "GET /projects?obj_uuids=dcc61cf1-145b-4730-9727-752800f9c4c4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000759 10.0.0.130 - - [2025-12-08 02:20:27] "GET /project/dcc61cf1-145b-4730-9727-752800f9c4c4 HTTP/1.1" 200 2360 0.059152 10.0.0.130 - - [2025-12-08 02:20:27] "GET /virtual-network/0f79fba2-0137-4924-92df-e04976ec4157 HTTP/1.1" 200 2317 0.005143 10.0.0.130 - - [2025-12-08 02:20:27] "GET /virtual-network/0f79fba2-0137-4924-92df-e04976ec4157 HTTP/1.1" 200 2317 0.004444 10.0.0.130 - - [2025-12-08 02:20:27] "GET /routing-instance/3cb1737f-9105-4b92-9183-2f02f92f7c10 HTTP/1.1" 200 1558 0.002793 10.0.0.130 - - [2025-12-08 02:20:27] "GET /routing-instance/3cb1737f-9105-4b92-9183-2f02f92f7c10 HTTP/1.1" 200 1558 0.002725 10.0.0.130 - - [2025-12-08 02:20:27] "GET /route-target/076e2d6f-4c87-474f-b793-0b8e71ad53f4 HTTP/1.1" 200 1245 0.004977 10.0.0.130 - - [2025-12-08 02:20:27] "GET /virtual-network/0f79fba2-0137-4924-92df-e04976ec4157 HTTP/1.1" 200 2317 0.004592 10.0.0.130 - - [2025-12-08 02:20:27] "GET /routing-instance/3cb1737f-9105-4b92-9183-2f02f92f7c10 HTTP/1.1" 200 1558 0.003101 10.0.0.130 - - [2025-12-08 02:20:27] "GET /virtual-network/0f79fba2-0137-4924-92df-e04976ec4157?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.006057 10.0.0.130 - - [2025-12-08 02:20:27] "GET /virtual-network/0f79fba2-0137-4924-92df-e04976ec4157 HTTP/1.1" 200 2317 0.004858 10.0.0.130 - - [2025-12-08 02:20:27] "GET /routing-instance/3cb1737f-9105-4b92-9183-2f02f92f7c10 HTTP/1.1" 200 1558 0.002901 10.0.0.130 - - [2025-12-08 02:20:27] "GET /routing-instance/3cb1737f-9105-4b92-9183-2f02f92f7c10 HTTP/1.1" 200 1558 0.003126 10.0.0.130 - - [2025-12-08 02:20:27] "GET /route-target/076e2d6f-4c87-474f-b793-0b8e71ad53f4 HTTP/1.1" 200 1245 0.002499 10.0.0.130 - - [2025-12-08 02:20:27] "GET /domains HTTP/1.1" 200 281 0.002654 10.0.0.130 - - [2025-12-08 02:20:27] "GET /domains?obj_uuids=89255e1c-530c-49a5-b275-cafa7847f34c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001201 10.0.0.130 - - [2025-12-08 02:20:27] "GET /domain/89255e1c-530c-49a5-b275-cafa7847f34c HTTP/1.1" 200 3503 0.006530 10.0.0.130 - - [2025-12-08 02:20:27] "GET /projects?obj_uuids=dcc61cf1-145b-4730-9727-752800f9c4c4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000856 10.0.0.130 - - [2025-12-08 02:20:27] "GET /project/dcc61cf1-145b-4730-9727-752800f9c4c4 HTTP/1.1" 200 2360 0.063607 10.0.0.130 - - [2025-12-08 02:20:27] "GET /virtual-network/0f79fba2-0137-4924-92df-e04976ec4157 HTTP/1.1" 200 2317 0.004578 10.0.0.130 - - [2025-12-08 02:20:27] "GET /obj-perms HTTP/1.1" 200 5049 0.002447 10.0.0.130 - - [2025-12-08 02:20:27] "POST /fqname-to-id HTTP/1.1" 404 197 0.007918 10.0.0.130 - - [2025-12-08 02:20:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.008361 10.0.0.130 - - [2025-12-08 02:20:27] "GET /domains?obj_uuids=89255e1c-530c-49a5-b275-cafa7847f34c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001019 10.0.0.130 - - [2025-12-08 02:20:27] "GET /domain/89255e1c-530c-49a5-b275-cafa7847f34c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.013369 10.0.0.130 - - [2025-12-08 02:20:28] "POST /service-templates HTTP/1.1" 403 264 0.006395 10.0.0.130 - - [2025-12-08 02:20:28] "POST /fqname-to-id HTTP/1.1" 404 183 0.002624 10.0.0.130 - - [2025-12-08 02:20:28] "POST /api-access-lists HTTP/1.1" 200 523 0.014160 10.0.0.130 - - [2025-12-08 02:20:28] "GET /api-access-list/cae5fd59-588b-422c-92aa-a9c87f77e8b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1293 0.003953 10.0.0.130 - - [2025-12-08 02:20:28] "GET /api-access-list/cae5fd59-588b-422c-92aa-a9c87f77e8b3 HTTP/1.1" 200 1293 0.003041 10.0.0.130 - - [2025-12-08 02:20:28] "POST /fqname-to-id HTTP/1.1" 404 197 0.011821 10.0.0.130 - - [2025-12-08 02:20:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.009066 10.0.0.130 - - [2025-12-08 02:20:28] "GET /domains?obj_uuids=89255e1c-530c-49a5-b275-cafa7847f34c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001038 10.0.0.130 - - [2025-12-08 02:20:28] "GET /domain/89255e1c-530c-49a5-b275-cafa7847f34c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.013960 10.0.0.130 - - [2025-12-08 02:20:28] "POST /service-templates HTTP/1.1" 200 553 0.021670 10.0.0.130 - - [2025-12-08 02:20:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.011173 10.0.0.130 - - [2025-12-08 02:20:28] "GET /service-template/4b3f10ac-db43-446f-87f3-96e4d5427e77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1854 0.010131 10.0.0.130 - - [2025-12-08 02:20:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.010240 10.0.0.130 - - [2025-12-08 02:20:28] "GET /service-template/4b3f10ac-db43-446f-87f3-96e4d5427e77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1854 0.010980 10.0.0.130 - - [2025-12-08 02:20:28] "GET /virtual-network/0f79fba2-0137-4924-92df-e04976ec4157 HTTP/1.1" 401 293 0.002391 10.0.0.130 - - [2025-12-08 02:20:28] "GET /virtual-network/0f79fba2-0137-4924-92df-e04976ec4157 HTTP/1.1" 403 263 0.034584 10.0.0.130 - - [2025-12-08 02:20:28] "GET /service-template/4b3f10ac-db43-446f-87f3-96e4d5427e77 HTTP/1.1" 403 264 0.008095 10.0.0.130 - - [2025-12-08 02:20:29] "GET /service-template/4b3f10ac-db43-446f-87f3-96e4d5427e77 HTTP/1.1" 403 264 0.038996 10.0.0.130 - - [2025-12-08 02:20:29] "GET /obj-perms HTTP/1.1" 403 257 0.031700 10.0.0.130 - - [2025-12-08 02:20:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.001964 10.0.0.130 - - [2025-12-08 02:20:29] "GET /virtual-network/0f79fba2-0137-4924-92df-e04976ec4157?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.007787 10.0.0.130 - - [2025-12-08 02:20:29] "GET /obj-perms HTTP/1.1" 403 257 0.007072 10.0.0.130 - - [2025-12-08 02:20:29] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.007751 10.0.0.130 - - [2025-12-08 02:20:29] "GET /api-access-list/8527ac42-ed07-4ee5-8168-1b0e82778b00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1324 0.003343 10.0.0.130 - - [2025-12-08 02:20:29] "PUT /api-access-list/8527ac42-ed07-4ee5-8168-1b0e82778b00 HTTP/1.1" 200 265 0.009842 10.0.0.130 - - [2025-12-08 02:20:29] "GET /api-access-list/8527ac42-ed07-4ee5-8168-1b0e82778b00 HTTP/1.1" 200 1461 0.003036 10.0.0.130 - - [2025-12-08 02:20:29] "GET /virtual-network/0f79fba2-0137-4924-92df-e04976ec4157 HTTP/1.1" 200 2317 0.013119 10.0.0.130 - - [2025-12-08 02:20:29] "POST /fqname-to-id HTTP/1.1" 401 293 0.000324 10.0.0.130 - - [2025-12-08 02:20:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.032621 10.0.0.130 - - [2025-12-08 02:20:30] "GET /projects?obj_uuids=dcc61cf1-145b-4730-9727-752800f9c4c4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000955 10.0.0.130 - - [2025-12-08 02:20:30] "GET /project/dcc61cf1-145b-4730-9727-752800f9c4c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.028033 10.0.0.130 - - [2025-12-08 02:20:30] "GET /virtual-networks?parent_id=dcc61cf1-145b-4730-9727-752800f9c4c4&detail=False&count=False&shared=False HTTP/1.1" 200 372 0.012211 10.0.0.130 - - [2025-12-08 02:20:30] "POST /virtual-networks HTTP/1.1" 403 263 0.008359 10.0.0.130 - - [2025-12-08 02:20:30] "GET /service-template/4b3f10ac-db43-446f-87f3-96e4d5427e77 HTTP/1.1" 403 264 0.007699 10.0.0.130 - - [2025-12-08 02:20:30] "GET /service-template/4b3f10ac-db43-446f-87f3-96e4d5427e77 HTTP/1.1" 403 264 0.028429 10.0.0.130 - - [2025-12-08 02:20:30] "GET /obj-perms HTTP/1.1" 403 257 0.007089 10.0.0.130 - - [2025-12-08 02:20:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002412 10.0.0.130 - - [2025-12-08 02:20:30] "GET /virtual-network/0f79fba2-0137-4924-92df-e04976ec4157?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.018687 10.0.0.130 - - [2025-12-08 02:20:30] "GET /obj-perms HTTP/1.1" 403 257 0.008994 10.0.0.130 - - [2025-12-08 02:20:30] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 372 0.023269 10.0.0.130 - - [2025-12-08 02:20:31] "GET /api-access-list/cae5fd59-588b-422c-92aa-a9c87f77e8b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1293 0.002932 10.0.0.130 - - [2025-12-08 02:20:31] "PUT /api-access-list/cae5fd59-588b-422c-92aa-a9c87f77e8b3 HTTP/1.1" 200 265 0.008301 10.0.0.130 - - [2025-12-08 02:20:31] "GET /api-access-list/cae5fd59-588b-422c-92aa-a9c87f77e8b3 HTTP/1.1" 200 1431 0.002877 10.0.0.130 - - [2025-12-08 02:20:31] "GET /service-template/4b3f10ac-db43-446f-87f3-96e4d5427e77 HTTP/1.1" 200 1854 0.011240 10.0.0.130 - - [2025-12-08 02:20:31] "POST /fqname-to-id HTTP/1.1" 404 197 0.007352 10.0.0.130 - - [2025-12-08 02:20:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.008171 10.0.0.130 - - [2025-12-08 02:20:31] "GET /domains?obj_uuids=89255e1c-530c-49a5-b275-cafa7847f34c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001039 10.0.0.130 - - [2025-12-08 02:20:31] "GET /domain/89255e1c-530c-49a5-b275-cafa7847f34c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.013709 10.0.0.130 - - [2025-12-08 02:20:31] "POST /service-templates HTTP/1.1" 403 264 0.008096 10.0.0.130 - - [2025-12-08 02:20:31] "GET /api-access-list/8527ac42-ed07-4ee5-8168-1b0e82778b00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1461 0.003286 10.0.0.130 - - [2025-12-08 02:20:31] "PUT /api-access-list/8527ac42-ed07-4ee5-8168-1b0e82778b00 HTTP/1.1" 200 265 0.007199 10.0.0.130 - - [2025-12-08 02:20:31] "GET /api-access-list/8527ac42-ed07-4ee5-8168-1b0e82778b00 HTTP/1.1" 200 1324 0.003155 10.0.0.130 - - [2025-12-08 02:20:31] "GET /api-access-list/cae5fd59-588b-422c-92aa-a9c87f77e8b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1431 0.002524 10.0.0.130 - - [2025-12-08 02:20:31] "PUT /api-access-list/cae5fd59-588b-422c-92aa-a9c87f77e8b3 HTTP/1.1" 200 265 0.007761 10.0.0.130 - - [2025-12-08 02:20:31] "GET /api-access-list/cae5fd59-588b-422c-92aa-a9c87f77e8b3 HTTP/1.1" 200 1293 0.003299 10.0.0.130 - - [2025-12-08 02:20:31] "GET /virtual-network/0f79fba2-0137-4924-92df-e04976ec4157 HTTP/1.1" 403 263 0.007150 10.0.0.130 - - [2025-12-08 02:20:31] "GET /virtual-network/0f79fba2-0137-4924-92df-e04976ec4157 HTTP/1.1" 403 263 0.036686 10.0.0.130 - - [2025-12-08 02:20:31] "GET /service-template/4b3f10ac-db43-446f-87f3-96e4d5427e77 HTTP/1.1" 403 264 0.007229 10.0.0.130 - - [2025-12-08 02:20:32] "GET /service-template/4b3f10ac-db43-446f-87f3-96e4d5427e77 HTTP/1.1" 403 264 0.040609 10.0.0.130 - - [2025-12-08 02:20:32] "GET /obj-perms HTTP/1.1" 403 257 0.009217 10.0.0.130 - - [2025-12-08 02:20:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003049 10.0.0.130 - - [2025-12-08 02:20:32] "GET /virtual-network/0f79fba2-0137-4924-92df-e04976ec4157?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.008835 10.0.0.130 - - [2025-12-08 02:20:32] "GET /obj-perms HTTP/1.1" 403 257 0.029905 10.0.0.130 - - [2025-12-08 02:20:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.001886 10.0.0.130 - - [2025-12-08 02:20:32] "GET /virtual-network/0f79fba2-0137-4924-92df-e04976ec4157?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.007972 10.0.0.130 - - [2025-12-08 02:20:32] "GET /obj-perms HTTP/1.1" 403 257 0.008881 10.0.0.130 - - [2025-12-08 02:20:32] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.008043 10.0.0.130 - - [2025-12-08 02:20:32] "GET /api-access-list/70900931-ad7e-48ea-a31d-e0b73b85c5db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2412 0.003097 10.0.0.130 - - [2025-12-08 02:20:32] "PUT /api-access-list/70900931-ad7e-48ea-a31d-e0b73b85c5db HTTP/1.1" 200 265 0.007842 10.0.0.130 - - [2025-12-08 02:20:32] "GET /service-template/4b3f10ac-db43-446f-87f3-96e4d5427e77 HTTP/1.1" 200 1854 0.010014 10.0.0.130 - - [2025-12-08 02:20:32] "GET /virtual-network/0f79fba2-0137-4924-92df-e04976ec4157 HTTP/1.1" 200 2317 0.013019 10.0.0.130 - - [2025-12-08 02:20:32] "GET /obj-perms HTTP/1.1" 403 257 0.006989 10.0.0.130 - - [2025-12-08 02:20:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.001857 10.0.0.130 - - [2025-12-08 02:20:32] "GET /virtual-network/0f79fba2-0137-4924-92df-e04976ec4157?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.012835 10.0.0.130 - - [2025-12-08 02:20:32] "GET /obj-perms HTTP/1.1" 403 257 0.007786 10.0.0.130 - - [2025-12-08 02:20:33] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 372 0.016474 10.0.0.130 - - [2025-12-08 02:20:33] "DELETE /api-access-list/8527ac42-ed07-4ee5-8168-1b0e82778b00 HTTP/1.1" 200 115 0.020654 10.0.0.130 - - [2025-12-08 02:20:33] "GET /api-access-list/8527ac42-ed07-4ee5-8168-1b0e82778b00 HTTP/1.1" 404 171 0.002298 10.0.0.130 - - [2025-12-08 02:20:33] "DELETE /api-access-list/cae5fd59-588b-422c-92aa-a9c87f77e8b3 HTTP/1.1" 200 115 0.019359 10.0.0.130 - - [2025-12-08 02:20:33] "GET /api-access-list/cae5fd59-588b-422c-92aa-a9c87f77e8b3 HTTP/1.1" 404 171 0.001687 10.0.0.130 - - [2025-12-08 02:20:33] "GET /virtual-network/0f79fba2-0137-4924-92df-e04976ec4157 HTTP/1.1" 401 293 0.000309 10.0.0.130 - - [2025-12-08 02:20:33] "GET /virtual-network/0f79fba2-0137-4924-92df-e04976ec4157 HTTP/1.1" 403 263 0.029615 10.0.0.130 - - [2025-12-08 02:20:33] "GET /service-template/4b3f10ac-db43-446f-87f3-96e4d5427e77 HTTP/1.1" 403 264 0.005348 10.0.0.130 - - [2025-12-08 02:20:33] "GET /service-template/4b3f10ac-db43-446f-87f3-96e4d5427e77 HTTP/1.1" 403 264 0.029904 10.0.0.130 - - [2025-12-08 02:20:34] "GET /obj-perms HTTP/1.1" 403 257 0.028933 10.0.0.130 - - [2025-12-08 02:20:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002039 10.0.0.130 - - [2025-12-08 02:20:34] "GET /virtual-network/0f79fba2-0137-4924-92df-e04976ec4157?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.006031 10.0.0.130 - - [2025-12-08 02:20:34] "GET /obj-perms HTTP/1.1" 403 257 0.006639 10.0.0.130 - - [2025-12-08 02:20:34] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.006188 10.0.0.130 - - [2025-12-08 02:20:34] "GET /api-access-list/70900931-ad7e-48ea-a31d-e0b73b85c5db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2687 0.003014 10.0.0.130 - - [2025-12-08 02:20:34] "PUT /api-access-list/70900931-ad7e-48ea-a31d-e0b73b85c5db HTTP/1.1" 200 265 0.007070 10.0.0.130 - - [2025-12-08 02:20:34] "GET /virtual-network/0f79fba2-0137-4924-92df-e04976ec4157 HTTP/1.1" 200 2317 0.011631 10.0.0.130 - - [2025-12-08 02:20:34] "GET /service-template/4b3f10ac-db43-446f-87f3-96e4d5427e77 HTTP/1.1" 200 1854 0.007613 10.0.0.130 - - [2025-12-08 02:20:34] "GET /obj-perms HTTP/1.1" 403 257 0.005431 10.0.0.130 - - [2025-12-08 02:20:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.001984 10.0.0.130 - - [2025-12-08 02:20:34] "GET /virtual-network/0f79fba2-0137-4924-92df-e04976ec4157?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.011589 10.0.0.130 - - [2025-12-08 02:20:34] "GET /obj-perms HTTP/1.1" 403 257 0.006112 10.0.0.130 - - [2025-12-08 02:20:34] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 372 0.018570 10.0.0.130 - - [2025-12-08 02:20:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.007731 10.0.0.130 - - [2025-12-08 02:20:34] "DELETE /service-template/4b3f10ac-db43-446f-87f3-96e4d5427e77 HTTP/1.1" 200 115 0.020863 10.0.0.130 - - [2025-12-08 02:20:34] "POST /fqname-to-id HTTP/1.1" 404 197 0.007767 10.0.0.130 - - [2025-12-08 02:20:34] "POST /useragent-kv HTTP/1.1" 200 115 0.002271 10.0.0.130 - - [2025-12-08 02:20:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002966 10.0.0.130 - - [2025-12-08 02:20:34] "POST /useragent-kv HTTP/1.1" 200 115 0.001765 10.0.0.130 - - [2025-12-08 02:20:34] "DELETE /virtual-network/0f79fba2-0137-4924-92df-e04976ec4157 HTTP/1.1" 200 115 0.061089 10.0.0.130 - - [2025-12-08 02:20:34] "DELETE /route-target/076e2d6f-4c87-474f-b793-0b8e71ad53f4 HTTP/1.1" 200 115 0.013073 10.0.0.130 - - [2025-12-08 02:20:35] "GET /api-access-list/70900931-ad7e-48ea-a31d-e0b73b85c5db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2968 0.003071 10.0.0.130 - - [2025-12-08 02:20:35] "PUT /api-access-list/70900931-ad7e-48ea-a31d-e0b73b85c5db HTTP/1.1" 200 265 0.007403 10.0.0.130 - - [2025-12-08 02:20:35] "GET /api-access-list/70900931-ad7e-48ea-a31d-e0b73b85c5db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2693 0.003254 10.0.0.130 - - [2025-12-08 02:20:35] "PUT /api-access-list/70900931-ad7e-48ea-a31d-e0b73b85c5db HTTP/1.1" 200 265 0.008025 10.0.0.130 - - [2025-12-08 02:20:35] "GET /api-access-list/70900931-ad7e-48ea-a31d-e0b73b85c5db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2412 0.003253 10.0.0.130 - - [2025-12-08 02:20:35] "PUT /api-access-list/70900931-ad7e-48ea-a31d-e0b73b85c5db HTTP/1.1" 200 265 0.007296 10.0.0.130 - - [2025-12-08 02:20:35] "GET /projects?obj_uuids=dcc61cf1-145b-4730-9727-752800f9c4c4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001258 10.0.0.130 - - [2025-12-08 02:20:35] "GET /project/dcc61cf1-145b-4730-9727-752800f9c4c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.020093 10.0.0.130 - - [2025-12-08 02:20:35] "GET /projects?obj_uuids=dcc61cf1-145b-4730-9727-752800f9c4c4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000884 10.0.0.130 - - [2025-12-08 02:20:36] "GET /project/dcc61cf1-145b-4730-9727-752800f9c4c4?fields=virtual_networks HTTP/1.1" 200 1035 0.065760 10.0.0.130 - - [2025-12-08 02:20:36] "GET /projects?obj_uuids=dcc61cf1-145b-4730-9727-752800f9c4c4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000957 10.0.0.130 - - [2025-12-08 02:20:36] "GET /project/dcc61cf1-145b-4730-9727-752800f9c4c4?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.020888 10.0.0.130 - - [2025-12-08 02:20:36] "GET /projects?obj_uuids=dcc61cf1-145b-4730-9727-752800f9c4c4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001032 10.0.0.130 - - [2025-12-08 02:20:36] "GET /project/dcc61cf1-145b-4730-9727-752800f9c4c4?fields=security_groups HTTP/1.1" 200 1262 0.021950 10.0.0.130 - - [2025-12-08 02:20:36] "GET /projects?obj_uuids=446c773c-206b-4d9d-b72b-1b32c430ea13&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000937 10.0.0.130 - - [2025-12-08 02:20:36] "GET /project/446c773c-206b-4d9d-b72b-1b32c430ea13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.021160 [Introspect:8084]10.0.0.130 - - [2025-12-08 02:20:37] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.000977 10.0.0.130 - - [2025-12-08 02:20:37] "POST /fqname-to-id HTTP/1.1" 404 184 0.030729 10.0.0.130 - - [2025-12-08 02:20:37] "GET /projects?obj_uuids=e461d1bd-863a-4522-9e06-f3cd6191f71b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003034 10.0.0.130 - - [2025-12-08 02:20:37] "GET /domains?obj_uuids=89255e1c-530c-49a5-b275-cafa7847f34c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001194 10.0.0.130 - - [2025-12-08 02:20:37] "GET /domain/89255e1c-530c-49a5-b275-cafa7847f34c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.005992 10.0.0.130 - - [2025-12-08 02:20:37] "POST /id-to-fqname HTTP/1.1" 200 186 0.002191 10.0.0.130 - - [2025-12-08 02:20:37] "POST /fqname-to-id HTTP/1.1" 404 195 0.003036 10.0.0.130 - - [2025-12-08 02:20:37] "POST /security-groups HTTP/1.1" 200 587 0.059276 10.0.0.130 - - [2025-12-08 02:20:37] "POST /fqname-to-id HTTP/1.1" 404 230 0.002511 10.0.0.130 - - [2025-12-08 02:20:37] "POST /projects HTTP/1.1" 200 577 0.215266 10.0.0.130 - - [2025-12-08 02:20:37] "POST /access-control-lists HTTP/1.1" 200 594 0.055502 10.0.0.130 - - [2025-12-08 02:20:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.283588 10.0.0.130 - - [2025-12-08 02:20:37] "POST /fqname-to-id HTTP/1.1" 404 229 0.002641 10.0.0.130 - - [2025-12-08 02:20:37] "GET /project/e461d1bd-863a-4522-9e06-f3cd6191f71b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.399701 10.0.0.130 - - [2025-12-08 02:20:37] "POST /access-control-lists HTTP/1.1" 200 592 0.059123 10.0.0.130 - - [2025-12-08 02:20:38] "GET / HTTP/1.1" 200 36215 0.001718 10.0.0.130 - - [2025-12-08 02:20:39] "GET /projects?obj_uuids=e461d1bd-863a-4522-9e06-f3cd6191f71b&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000889 10.0.0.130 - - [2025-12-08 02:20:39] "GET /project/e461d1bd-863a-4522-9e06-f3cd6191f71b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.021364 10.0.0.130 - - [2025-12-08 02:20:39] "GET /projects?obj_uuids=e461d1bd-863a-4522-9e06-f3cd6191f71b&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000871 10.0.0.130 - - [2025-12-08 02:20:39] "GET /project/e461d1bd-863a-4522-9e06-f3cd6191f71b?fields=virtual_networks HTTP/1.1" 200 1027 0.065654 10.0.0.130 - - [2025-12-08 02:20:39] "GET /projects?obj_uuids=e461d1bd-863a-4522-9e06-f3cd6191f71b&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001034 10.0.0.130 - - [2025-12-08 02:20:39] "GET /project/e461d1bd-863a-4522-9e06-f3cd6191f71b?fields=virtual_machine_interfaces HTTP/1.1" 200 1027 0.022519 10.0.0.130 - - [2025-12-08 02:20:39] "GET /projects?obj_uuids=e461d1bd-863a-4522-9e06-f3cd6191f71b&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000968 10.0.0.130 - - [2025-12-08 02:20:39] "GET /project/e461d1bd-863a-4522-9e06-f3cd6191f71b?fields=security_groups HTTP/1.1" 200 1250 0.020847 10.0.0.130 - - [2025-12-08 02:20:56] "DELETE /project/e461d1bd863a45229e06f3cd6191f71b HTTP/1.1" 404 173 0.025630 10.0.0.130 - - [2025-12-08 02:20:56] "DELETE /project/66ca0c1618bb44e5bb9b02801385ae12 HTTP/1.1" 404 173 0.023495 10.0.0.130 - - [2025-12-08 02:20:56] "DELETE /project/dcc61cf1145b47309727752800f9c4c4 HTTP/1.1" 404 173 0.012552 10.0.0.130 - - [2025-12-08 02:20:56] "DELETE /project/76552a973bcf4720aa18e0985257e1f0 HTTP/1.1" 404 173 0.002996 10.0.0.130 - - [2025-12-08 02:20:56] "GET /projects?obj_uuids=dcc61cf1-145b-4730-9727-752800f9c4c4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001227 10.0.0.130 - - [2025-12-08 02:20:56] "GET /project/dcc61cf1-145b-4730-9727-752800f9c4c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.081051 10.0.0.130 - - [2025-12-08 02:20:56] "GET /projects?obj_uuids=e461d1bd-863a-4522-9e06-f3cd6191f71b&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001024 10.0.0.130 - - [2025-12-08 02:20:56] "GET /projects?obj_uuids=dcc61cf1-145b-4730-9727-752800f9c4c4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000857 10.0.0.130 - - [2025-12-08 02:20:56] "GET /projects?obj_uuids=11684844-ccc6-4e1c-a591-84a7b3caf9c8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000860 10.0.0.130 - - [2025-12-08 02:20:56] "GET /project/dcc61cf1-145b-4730-9727-752800f9c4c4?fields=security_groups HTTP/1.1" 200 1364 0.025124 10.0.0.130 - - [2025-12-08 02:20:56] "GET /projects?obj_uuids=bffb7dd2-073f-437b-9bdb-688c2abd559e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000929 10.0.0.130 - - [2025-12-08 02:20:56] "GET /project/bffb7dd2-073f-437b-9bdb-688c2abd559e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.139644 10.0.0.130 - - [2025-12-08 02:20:56] "GET /project/e461d1bd-863a-4522-9e06-f3cd6191f71b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1453 0.145904 10.0.0.130 - - [2025-12-08 02:20:56] "GET /projects?obj_uuids=66ca0c16-18bb-44e5-bb9b-02801385ae12&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000993 10.0.0.130 - - [2025-12-08 02:20:56] "GET /projects?obj_uuids=bffb7dd2-073f-437b-9bdb-688c2abd559e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001136 10.0.0.130 - - [2025-12-08 02:20:56] "GET /projects?obj_uuids=e461d1bd-863a-4522-9e06-f3cd6191f71b&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000803 10.0.0.130 - - [2025-12-08 02:20:56] "GET /projects?obj_uuids=76552a97-3bcf-4720-aa18-e0985257e1f0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000795 10.0.0.130 - - [2025-12-08 02:20:56] "GET /project/11684844-ccc6-4e1c-a591-84a7b3caf9c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.190217 10.0.0.130 - - [2025-12-08 02:20:56] "GET /projects?obj_uuids=15522cab-2faf-417a-8112-1676f6edc5eb&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000938 10.0.0.130 - - [2025-12-08 02:20:56] "GET /project/e461d1bd-863a-4522-9e06-f3cd6191f71b?fields=security_groups HTTP/1.1" 200 1352 0.046819 10.0.0.130 - - [2025-12-08 02:20:56] "GET /project/76552a97-3bcf-4720-aa18-e0985257e1f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.212462 10.0.0.130 - - [2025-12-08 02:20:56] "GET /projects?obj_uuids=11684844-ccc6-4e1c-a591-84a7b3caf9c8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000874 10.0.0.130 - - [2025-12-08 02:20:56] "GET /projects?obj_uuids=76552a97-3bcf-4720-aa18-e0985257e1f0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000812 10.0.0.130 - - [2025-12-08 02:20:56] "GET /project/bffb7dd2-073f-437b-9bdb-688c2abd559e?fields=security_groups HTTP/1.1" 200 1349 0.114267 10.0.0.130 - - [2025-12-08 02:20:56] "GET /project/66ca0c16-18bb-44e5-bb9b-02801385ae12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.275166 10.0.0.130 - - [2025-12-08 02:20:56] "GET /project/11684844-ccc6-4e1c-a591-84a7b3caf9c8?fields=security_groups HTTP/1.1" 200 1348 0.084388 10.0.0.130 - - [2025-12-08 02:20:56] "GET /projects?obj_uuids=66ca0c16-18bb-44e5-bb9b-02801385ae12&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000974 10.0.0.130 - - [2025-12-08 02:20:56] "GET /project/15522cab-2faf-417a-8112-1676f6edc5eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.308193 10.0.0.130 - - [2025-12-08 02:20:56] "DELETE /access-control-list/18e3aabb-7545-4ac2-a99c-84c644e24dcc HTTP/1.1" 200 115 0.093117 10.0.0.130 - - [2025-12-08 02:20:56] "GET /projects?obj_uuids=15522cab-2faf-417a-8112-1676f6edc5eb&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000941 10.0.0.130 - - [2025-12-08 02:20:56] "GET /project/76552a97-3bcf-4720-aa18-e0985257e1f0?fields=security_groups HTTP/1.1" 200 1363 0.126792 10.0.0.130 - - [2025-12-08 02:20:56] "DELETE /security-group/79c044f7-71c8-4b58-9182-fb095e511a8d HTTP/1.1" 200 115 0.191992 10.0.0.130 - - [2025-12-08 02:20:56] "GET /projects?obj_uuids=dcc61cf1-145b-4730-9727-752800f9c4c4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000945 10.0.0.130 - - [2025-12-08 02:20:56] "GET /project/15522cab-2faf-417a-8112-1676f6edc5eb?fields=security_groups HTTP/1.1" 200 1347 0.060321 10.0.0.130 - - [2025-12-08 02:20:56] "DELETE /security-group/68930289-f9e5-467f-901a-503a699678f8 HTTP/1.1" 200 115 0.135270 10.0.0.130 - - [2025-12-08 02:20:56] "GET /projects?obj_uuids=e461d1bd-863a-4522-9e06-f3cd6191f71b&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000902 10.0.0.130 - - [2025-12-08 02:20:56] "DELETE /access-control-list/52bba75a-02d1-47b2-aee0-e4febff3d2c0 HTTP/1.1" 200 115 0.065879 10.0.0.130 - - [2025-12-08 02:20:56] "GET /project/66ca0c16-18bb-44e5-bb9b-02801385ae12?fields=security_groups HTTP/1.1" 200 1363 0.115010 10.0.0.130 - - [2025-12-08 02:20:56] "GET /project/e461d1bd-863a-4522-9e06-f3cd6191f71b?fields=application_policy_sets HTTP/1.1" 200 1391 0.055113 10.0.0.130 - - [2025-12-08 02:20:56] "GET /project/dcc61cf1-145b-4730-9727-752800f9c4c4?fields=application_policy_sets HTTP/1.1" 200 1403 0.111160 10.0.0.130 - - [2025-12-08 02:20:56] "DELETE /access-control-list/5d216275-c6d8-46cc-a9f7-b0708ffe0028 HTTP/1.1" 200 115 0.067524 10.0.0.130 - - [2025-12-08 02:20:56] "DELETE /security-group/96e4e8c7-fcee-41db-9b72-3528d83d459e HTTP/1.1" 200 115 0.154535 10.0.0.130 - - [2025-12-08 02:20:57] "DELETE /security-group/0f665c8d-647b-493f-b8a1-55f1820a62d5 HTTP/1.1" 200 115 0.155903 10.0.0.130 - - [2025-12-08 02:20:57] "GET /projects?obj_uuids=bffb7dd2-073f-437b-9bdb-688c2abd559e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000953 10.0.0.130 - - [2025-12-08 02:20:57] "GET /projects?obj_uuids=11684844-ccc6-4e1c-a591-84a7b3caf9c8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000976 10.0.0.130 - - [2025-12-08 02:20:57] "GET /project/bffb7dd2-073f-437b-9bdb-688c2abd559e?fields=application_policy_sets HTTP/1.1" 200 1388 0.059475 10.0.0.130 - - [2025-12-08 02:20:57] "DELETE /access-control-list/ef7a0cd7-77de-408c-8f9d-b4077598dc29 HTTP/1.1" 200 115 0.080348 10.0.0.130 - - [2025-12-08 02:20:57] "DELETE /security-group/4b0dd36f-ac4d-4f0f-a2ac-414c83e49f02 HTTP/1.1" 200 115 0.198481 10.0.0.130 - - [2025-12-08 02:20:57] "DELETE /security-group/fc7aedf7-5478-4708-8602-b7d670104dc3 HTTP/1.1" 200 115 0.160384 10.0.0.130 - - [2025-12-08 02:20:57] "GET /projects?obj_uuids=76552a97-3bcf-4720-aa18-e0985257e1f0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000946 10.0.0.130 - - [2025-12-08 02:20:57] "GET /project/11684844-ccc6-4e1c-a591-84a7b3caf9c8?fields=application_policy_sets HTTP/1.1" 200 1387 0.104415 10.0.0.130 - - [2025-12-08 02:20:57] "GET /projects?obj_uuids=15522cab-2faf-417a-8112-1676f6edc5eb&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000916 10.0.0.130 - - [2025-12-08 02:20:57] "DELETE /security-group/b670f6cd-e6b6-4c8a-9ad6-3f0983aa7abb HTTP/1.1" 200 115 0.157822 10.0.0.130 - - [2025-12-08 02:20:57] "GET /projects?obj_uuids=66ca0c16-18bb-44e5-bb9b-02801385ae12&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001066 10.0.0.130 - - [2025-12-08 02:20:57] "DELETE /access-control-list/c6bb53e0-a1f6-4010-96bb-d4d1f2109f9f HTTP/1.1" 200 115 0.079980 10.0.0.130 - - [2025-12-08 02:20:57] "GET /project/15522cab-2faf-417a-8112-1676f6edc5eb?fields=application_policy_sets HTTP/1.1" 200 1386 0.063345 10.0.0.130 - - [2025-12-08 02:20:57] "GET /project/76552a97-3bcf-4720-aa18-e0985257e1f0?fields=application_policy_sets HTTP/1.1" 200 1402 0.104185 10.0.0.130 - - [2025-12-08 02:20:57] "DELETE /project/dcc61cf1-145b-4730-9727-752800f9c4c4 HTTP/1.1" 200 115 0.715931 10.0.0.130 - - [2025-12-08 02:20:57] "DELETE /access-control-list/5069f576-fa9f-4ce0-b2a3-c1af308a94e5 HTTP/1.1" 200 115 0.069430 10.0.0.130 - - [2025-12-08 02:20:57] "DELETE /project/e461d1bd-863a-4522-9e06-f3cd6191f71b HTTP/1.1" 200 115 0.736511 10.0.0.130 - - [2025-12-08 02:20:57] "GET /project/66ca0c16-18bb-44e5-bb9b-02801385ae12?fields=application_policy_sets HTTP/1.1" 200 1402 0.104059 10.0.0.130 - - [2025-12-08 02:20:57] "DELETE /access-control-list/ff961e35-451c-4409-b107-3a97c117ba32 HTTP/1.1" 200 115 0.042170 10.0.0.130 - - [2025-12-08 02:20:57] "DELETE /project/bffb7dd2-073f-437b-9bdb-688c2abd559e HTTP/1.1" 200 115 0.845528 10.0.0.130 - - [2025-12-08 02:20:57] "DELETE /access-control-list/bfb35288-0066-4e42-98a9-46f820c1e16e HTTP/1.1" 200 115 0.062965 10.0.0.130 - - [2025-12-08 02:20:57] "DELETE /project/11684844-ccc6-4e1c-a591-84a7b3caf9c8 HTTP/1.1" 200 115 0.890780 10.0.0.130 - - [2025-12-08 02:20:57] "DELETE /access-control-list/fe5b6ba5-3243-45ca-9533-291a2fc26bb9 HTTP/1.1" 200 115 0.039674 10.0.0.130 - - [2025-12-08 02:20:57] "DELETE /project/15522cab-2faf-417a-8112-1676f6edc5eb HTTP/1.1" 200 115 0.901007 10.0.0.130 - - [2025-12-08 02:20:57] "DELETE /project/76552a97-3bcf-4720-aa18-e0985257e1f0 HTTP/1.1" 200 115 0.925939 10.0.0.130 - - [2025-12-08 02:20:57] "DELETE /access-control-list/f6a31ef5-2284-462f-827c-e1f32bc087d8 HTTP/1.1" 200 115 0.029285 10.0.0.130 - - [2025-12-08 02:20:57] "DELETE /project/66ca0c16-18bb-44e5-bb9b-02801385ae12 HTTP/1.1" 200 115 0.935026 10.0.0.130 - - [2025-12-08 02:20:57] "DELETE /access-control-list/8c818b2e-b628-4e6a-baca-283ee339104e HTTP/1.1" 200 115 0.017521 10.0.0.130 - - [2025-12-08 02:20:57] "DELETE /access-control-list/78378142-f16d-4e82-af17-b1dcaa4dee55 HTTP/1.1" 200 115 0.016720 10.0.0.130 - - [2025-12-08 02:20:57] "DELETE /access-control-list/482af189-a5bf-4376-9020-37487639b075 HTTP/1.1" 200 115 0.016020 10.0.0.130 - - [2025-12-08 02:20:57] "DELETE /access-control-list/73c6a131-bc50-4b2c-b290-d39757a96b27 HTTP/1.1" 200 115 0.016352 10.0.0.130 - - [2025-12-08 02:21:04] "GET /obj-perms HTTP/1.1" 200 5075 0.051617 10.0.0.130 - - [2025-12-08 02:21:05] "GET /obj-perms HTTP/1.1" 200 5075 0.044339 10.0.0.130 - - [2025-12-08 02:21:12] "GET /global-system-configs HTTP/1.1" 401 293 0.000404 10.0.0.130 - - [2025-12-08 02:21:12] "GET /global-system-configs HTTP/1.1" 401 293 0.000392 10.0.0.130 - - [2025-12-08 02:21:12] "GET /global-system-configs HTTP/1.1" 401 293 0.000387 10.0.0.130 - - [2025-12-08 02:21:12] "GET /global-system-configs HTTP/1.1" 401 293 0.000371 [Introspect:8084]10.0.0.130 - - [2025-12-08 02:21:26] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000853 [Introspect:8084]10.0.0.130 - - [2025-12-08 02:21:26] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.000786