+++ date ++ echo 'INFO: =================== Thu Mar 5 01:49:21 AM UTC 2026 ===================' INFO: =================== Thu Mar 5 01:49:21 AM UTC 2026 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ grep -o 'dev.*' +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ local nic=ens3 +++ ip addr show dev ens3 +++ cut -d / -f 1 +++ grep 'inet ' +++ awk '{print $2}' +++ head -n 1 ++ DEFAULT_LOCAL_IP=10.0.0.131 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ mount -t hugetlbfs +++ awk '/pagesize=2M/{print($3)}' +++ tail -n 1 ++ HUGE_PAGES_2MB_DIR= ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.131 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.131 ++ ANALYTICSDB_NODES=10.0.0.131 ++ ANALYTICS_SNMP_NODES=10.0.0.131 ++ 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.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:8081 ' +++ '[' -n '10.0.0.131:8081 ' ']' +++ echo 10.0.0.131:8081 ++ ANALYTICS_SERVERS=10.0.0.131: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.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:9042 ' +++ '[' -n '10.0.0.131:9042 ' ']' +++ echo 10.0.0.131:9042 ++ ANALYTICSDB_CQL_SERVERS=10.0.0.131:9042 ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.131 ++ 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.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:8086 ' +++ '[' -n '10.0.0.131:8086 ' ']' +++ echo 10.0.0.131:8086 ++ COLLECTOR_SERVERS=10.0.0.131: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.131 ++ CONFIGDB_NODES=10.0.0.131 ++ 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.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:8082 ' +++ '[' -n '10.0.0.131:8082 ' ']' +++ echo 10.0.0.131:8082 ++ CONFIG_SERVERS=10.0.0.131: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.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:9161 ' +++ '[' -n '10.0.0.131:9161 ' ']' +++ echo 10.0.0.131:9161 ++ CONFIGDB_SERVERS=10.0.0.131: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.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:9041 ' +++ '[' -n '10.0.0.131:9041 ' ']' +++ echo 10.0.0.131:9041 ++ CONFIGDB_CQL_SERVERS=10.0.0.131: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.193 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.193 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.131 ++ 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.131 +++ local server_address=10.0.0.131 +++ extended_server_list+=10.0.0.131:2181, +++ '[' -n 10.0.0.131:2181, ']' +++ echo 10.0.0.131:2181 ++ ZOOKEEPER_SERVERS=10.0.0.131: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.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:2181 ' +++ '[' -n '10.0.0.131:2181 ' ']' +++ echo 10.0.0.131:2181 ++ ZOOKEEPER_SERVERS_SPACE_DELIM=10.0.0.131:2181 ++ RABBITMQ_NODES=10.0.0.131 ++ 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.131 +++ local server_address=10.0.0.131 +++ extended_server_list+=10.0.0.131:5673, +++ '[' -n 10.0.0.131:5673, ']' +++ echo 10.0.0.131:5673 ++ RABBITMQ_SERVERS=10.0.0.131: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.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:6379 ' +++ '[' -n '10.0.0.131:6379 ' ']' +++ echo 10.0.0.131:6379 ++ REDIS_SERVERS=10.0.0.131: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.131 ++ 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.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:9092 ' +++ '[' -n '10.0.0.131:9092 ' ']' +++ echo 10.0.0.131:9092 ++ KAFKA_SERVERS=10.0.0.131: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.131 ++ 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.131 ++ 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.131 ++ 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.131 ++ cut -d , -f 1 + local cassandra=10.0.0.131 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.131 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.131 +++ local servers=10.0.0.131 +++ 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}' ++++ uniq ++++ grep -vi host ++++ sort +++ local local_ips=,10.0.0.131,10.20.0.193,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.131'\''))' +++ local server_ip=10.0.0.131 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.131 ]] +++ [[ ,10.0.0.131,10.20.0.193,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.131, ]] +++ echo 10.0.0.131 1 +++ return ++ local ip=10.0.0.131 ++ [[ -z 10.0.0.131 ]] ++ echo 10.0.0.131 + host_ip=10.0.0.131 + [[ cql == \c\q\l ]] ++ echo 10.0.0.131:9041 ++ sed 's/,/ /g' + cassandra_server_list=10.0.0.131:9041 + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.131: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: 03/05/2026 01:49:29.464 7f78c14ae280 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 03/05/2026 01:49:29.598 7f78c14ae280 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 03/05/2026 01:49:29.610 7f78c14ae280 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 03/05/2026 01:49:29.610 7f78c14ae280 [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.131:8082/ Hit Ctrl-C to quit. 10.0.0.131 - - [2026-03-05 01:49:32] "GET / HTTP/1.1" 503 181 0.000212 10.0.0.131 - - [2026-03-05 01:49:32] "GET / HTTP/1.1" 503 181 0.000159 10.0.0.131 - - [2026-03-05 01:49:33] "GET / HTTP/1.1" 200 45871 0.001322 10.0.0.131 - - [2026-03-05 01:49:33] "GET / HTTP/1.1" 200 45871 0.001048 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.131 - - [2026-03-05 01:49:33] "POST /fqname-to-id HTTP/1.1" 401 293 0.000451 10.0.0.131 - - [2026-03-05 01:49:33] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 293 0.000281 10.0.0.131 - - [2026-03-05 01:49:34] "GET / HTTP/1.1" 200 36215 0.001379 10.0.0.131 - - [2026-03-05 01:49:35] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.621764 10.0.0.131 - - [2026-03-05 01:49:35] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.002863 10.0.0.131 - - [2026-03-05 01:49:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.352353 10.0.0.131 - - [2026-03-05 01:49:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003200 10.0.0.131 - - [2026-03-05 01:49:35] "GET / HTTP/1.1" 200 36215 0.001369 10.0.0.131 - - [2026-03-05 01:49:35] "POST /fqname-to-id HTTP/1.1" 401 293 0.000350 /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.131 - - [2026-03-05 01:49:35] "GET / HTTP/1.1" 200 36215 0.002132 10.0.0.131 - - [2026-03-05 01:49:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.040648 10.0.0.131 - - [2026-03-05 01:49:35] "GET /global-system-config/b5cbb38c-2fa9-442b-8f08-cc9454628258?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1061 0.007616 10.0.0.131 - - [2026-03-05 01:49:35] "GET / HTTP/1.1" 200 36215 0.001320 10.0.0.131 - - [2026-03-05 01:49:35] "POST /fqname-to-id HTTP/1.1" 404 220 0.003513 10.0.0.131 - - [2026-03-05 01:49:35] "POST /fqname-to-id HTTP/1.1" 401 293 0.000439 10.0.0.131 - - [2026-03-05 01:49:35] "POST /config-nodes HTTP/1.1" 200 601 0.021569 10.0.0.131 - - [2026-03-05 01:49:36] "GET / HTTP/1.1" 200 36215 0.002086 10.0.0.131 - - [2026-03-05 01:49:36] "POST /global-vrouter-configs HTTP/1.1" 401 293 0.000375 10.0.0.131 - - [2026-03-05 01:49:36] "POST /fqname-to-id HTTP/1.1" 404 186 0.028006 10.0.0.131 - - [2026-03-05 01:49:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003396 10.0.0.131 - - [2026-03-05 01:49:36] "GET /global-system-config/b5cbb38c-2fa9-442b-8f08-cc9454628258?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1061 0.007803 10.0.0.131 - - [2026-03-05 01:49:36] "POST /service-appliance-sets HTTP/1.1" 200 555 0.034844 10.0.0.131 - - [2026-03-05 01:49:36] "POST /fqname-to-id HTTP/1.1" 404 180 0.002686 10.0.0.131 - - [2026-03-05 01:49:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002919 10.0.0.131 - - [2026-03-05 01:49:36] "GET /global-system-config/b5cbb38c-2fa9-442b-8f08-cc9454628258?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1061 0.009600 10.0.0.131 - - [2026-03-05 01:49:36] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.045023 10.0.0.131 - - [2026-03-05 01:49:36] "POST /service-appliance-sets HTTP/1.1" 200 543 0.019463 10.0.0.131 - - [2026-03-05 01:49:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003013 10.0.0.131 - - [2026-03-05 01:49:36] "GET /network-ipam/939eca5f-90f6-42b0-b1d5-dbeecf3f7d66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1956 0.006315 10.0.0.131 - - [2026-03-05 01:49:36] "POST /fqname-to-id HTTP/1.1" 401 293 0.000401 10.0.0.131 - - [2026-03-05 01:49:36] "POST /service-templates HTTP/1.1" 200 513 0.018633 10.0.0.131 - - [2026-03-05 01:49:36] "POST /service-templates HTTP/1.1" 200 503 0.030559 10.0.0.131 - - [2026-03-05 01:49:36] "POST /service-templates HTTP/1.1" 200 517 0.025019 10.0.0.131 - - [2026-03-05 01:49:37] "POST /service-templates HTTP/1.1" 200 537 0.025714 10.0.0.131 - - [2026-03-05 01:49:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.027300 10.0.0.131 - - [2026-03-05 01:49:37] "GET /network-ipam/939eca5f-90f6-42b0-b1d5-dbeecf3f7d66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1956 0.003589 10.0.0.131 - - [2026-03-05 01:49:37] "POST /service-templates HTTP/1.1" 200 509 0.021914 10.0.0.131 - - [2026-03-05 01:49:37] "POST /fqname-to-id HTTP/1.1" 404 225 0.002569 10.0.0.131 - - [2026-03-05 01:49:37] "POST /access-control-lists HTTP/1.1" 200 589 0.023257 10.0.0.131 - - [2026-03-05 01:49:37] "POST /fqname-to-id HTTP/1.1" 404 224 0.004754 10.0.0.131 - - [2026-03-05 01:49:37] "POST /access-control-lists HTTP/1.1" 200 587 0.024758 10.0.0.131 - - [2026-03-05 01:49:37] "POST /route-targets HTTP/1.1" 200 328 0.010570 10.0.0.131 - - [2026-03-05 01:49:37] "POST /ref-update HTTP/1.1" 200 156 0.012861 10.0.0.131 - - [2026-03-05 01:49:37] "POST /route-targets HTTP/1.1" 200 328 0.010588 10.0.0.131 - - [2026-03-05 01:49:38] "POST /ref-update HTTP/1.1" 200 156 0.014178 10.0.0.131 - - [2026-03-05 01:49:38] "POST /route-targets HTTP/1.1" 200 328 0.009368 10.0.0.131 - - [2026-03-05 01:49:38] "POST /ref-update HTTP/1.1" 200 156 0.011238 10.0.0.131 - - [2026-03-05 01:49:38] "POST /route-targets HTTP/1.1" 200 328 0.010224 10.0.0.131 - - [2026-03-05 01:49:38] "POST /ref-update HTTP/1.1" 200 156 0.008698 10.0.0.131 - - [2026-03-05 01:49:38] "POST /fqname-to-id HTTP/1.1" 404 201 0.003322 10.0.0.131 - - [2026-03-05 01:49:38] "POST /access-control-lists HTTP/1.1" 200 553 0.071025 10.0.0.131 - - [2026-03-05 01:49:38] "PUT /access-control-list/d01aceda-cf8c-48d5-a24f-fb63e8904052 HTTP/1.1" 200 273 0.010708 10.0.0.131 - - [2026-03-05 01:49:38] "PUT /access-control-list/a0289383-54d9-4e3f-81e3-5ac9c0946886 HTTP/1.1" 200 273 0.009987 10.0.0.131 - - [2026-03-05 01:49:39] "GET / HTTP/1.1" 200 36215 0.001977 10.0.0.131 - - [2026-03-05 01:49:39] "POST /fqname-to-id HTTP/1.1" 401 293 0.000376 10.0.0.131 - - [2026-03-05 01:49:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.026064 10.0.0.131 - - [2026-03-05 01:49:39] "GET /global-system-config/b5cbb38c-2fa9-442b-8f08-cc9454628258?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1061 0.006852 10.0.0.131 - - [2026-03-05 01:49:39] "POST /fqname-to-id HTTP/1.1" 404 220 0.003046 10.0.0.131 - - [2026-03-05 01:49:39] "POST /config-database-nodes HTTP/1.1" 200 619 0.019362 10.0.0.131 - - [2026-03-05 01:49:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003757 10.0.0.131 - - [2026-03-05 01:49:41] "GET /global-vrouter-config/2922bebb-86e8-4999-9cee-870c5db0ed3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1217 0.004110 10.0.0.131 - - [2026-03-05 01:49:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003773 10.0.0.131 - - [2026-03-05 01:49:41] "PUT /global-vrouter-config/2922bebb-86e8-4999-9cee-870c5db0ed3b HTTP/1.1" 200 277 0.017124 10.0.0.131 - - [2026-03-05 01:49:41] "GET / HTTP/1.1" 200 36215 0.001398 10.0.0.131 - - [2026-03-05 01:49:41] "POST /alarms HTTP/1.1" 401 293 0.000384 10.0.0.131 - - [2026-03-05 01:49:42] "POST /alarms HTTP/1.1" 200 583 0.043539 10.0.0.131 - - [2026-03-05 01:49:42] "POST /alarms HTTP/1.1" 200 577 0.018218 10.0.0.131 - - [2026-03-05 01:49:42] "POST /alarms HTTP/1.1" 200 577 0.017290 10.0.0.131 - - [2026-03-05 01:49:42] "POST /alarms HTTP/1.1" 200 561 0.019031 10.0.0.131 - - [2026-03-05 01:49:42] "POST /alarms HTTP/1.1" 200 557 0.015860 10.0.0.131 - - [2026-03-05 01:49:42] "POST /alarms HTTP/1.1" 200 559 0.017526 10.0.0.131 - - [2026-03-05 01:49:42] "POST /alarms HTTP/1.1" 200 567 0.016624 10.0.0.131 - - [2026-03-05 01:49:42] "POST /alarms HTTP/1.1" 200 551 0.019460 10.0.0.131 - - [2026-03-05 01:49:42] "POST /alarms HTTP/1.1" 200 559 0.152717 10.0.0.131 - - [2026-03-05 01:49:42] "POST /alarms HTTP/1.1" 200 569 0.016972 10.0.0.131 - - [2026-03-05 01:49:43] "POST /alarms HTTP/1.1" 200 557 0.019909 10.0.0.131 - - [2026-03-05 01:49:43] "POST /alarms HTTP/1.1" 200 569 0.019395 10.0.0.131 - - [2026-03-05 01:49:43] "POST /alarms HTTP/1.1" 200 577 0.066455 10.0.0.131 - - [2026-03-05 01:49:43] "POST /alarms HTTP/1.1" 200 571 0.030115 10.0.0.131 - - [2026-03-05 01:49:43] "POST /alarms HTTP/1.1" 200 563 0.016492 10.0.0.131 - - [2026-03-05 01:49:43] "POST /alarms HTTP/1.1" 200 563 0.017045 10.0.0.131 - - [2026-03-05 01:49:43] "POST /alarms HTTP/1.1" 200 563 0.016833 10.0.0.131 - - [2026-03-05 01:49:43] "POST /alarms HTTP/1.1" 200 549 0.015857 10.0.0.131 - - [2026-03-05 01:49:43] "POST /alarms HTTP/1.1" 200 597 0.016212 10.0.0.131 - - [2026-03-05 01:49:43] "POST /alarms HTTP/1.1" 200 577 0.016335 10.0.0.131 - - [2026-03-05 01:49:43] "POST /alarms HTTP/1.1" 200 573 0.033166 10.0.0.131 - - [2026-03-05 01:49:43] "POST /alarms HTTP/1.1" 200 585 0.017489 10.0.0.131 - - [2026-03-05 01:49:43] "POST /alarms HTTP/1.1" 200 611 0.018620 10.0.0.131 - - [2026-03-05 01:49:44] "GET / HTTP/1.1" 200 36215 0.001447 10.0.0.131 - - [2026-03-05 01:49:44] "POST /global-vrouter-configs HTTP/1.1" 401 293 0.000332 10.0.0.131 - - [2026-03-05 01:49:44] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.023844 10.0.0.131 - - [2026-03-05 01:49:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002547 10.0.0.131 - - [2026-03-05 01:49:44] "PUT /global-vrouter-config/2922bebb-86e8-4999-9cee-870c5db0ed3b HTTP/1.1" 200 277 0.011568 10.0.0.131 - - [2026-03-05 01:49:44] "GET / HTTP/1.1" 200 36215 0.001633 10.0.0.131 - - [2026-03-05 01:49:44] "POST /fqname-to-id HTTP/1.1" 401 293 0.000338 10.0.0.131 - - [2026-03-05 01:49:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.026892 10.0.0.131 - - [2026-03-05 01:49:45] "GET /global-vrouter-config/2922bebb-86e8-4999-9cee-870c5db0ed3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003901 10.0.0.131 - - [2026-03-05 01:49:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003120 10.0.0.131 - - [2026-03-05 01:49:45] "PUT /global-vrouter-config/2922bebb-86e8-4999-9cee-870c5db0ed3b HTTP/1.1" 200 277 0.009198 10.0.0.131 - - [2026-03-05 01:49:45] "GET / HTTP/1.1" 200 36215 0.002294 10.0.0.131 - - [2026-03-05 01:49:45] "POST /fqname-to-id HTTP/1.1" 401 293 0.000646 10.0.0.131 - - [2026-03-05 01:49:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.025997 10.0.0.131 - - [2026-03-05 01:49:46] "GET /global-system-config/b5cbb38c-2fa9-442b-8f08-cc9454628258?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1061 0.005450 10.0.0.131 - - [2026-03-05 01:49:46] "PUT /global-system-config/b5cbb38c-2fa9-442b-8f08-cc9454628258 HTTP/1.1" 200 275 0.016027 10.0.0.131 - - [2026-03-05 01:49:56] "GET /global-system-configs HTTP/1.1" 401 293 0.000363 10.0.0.131 - - [2026-03-05 01:49:56] "GET /global-system-configs HTTP/1.1" 401 293 0.000349 10.0.0.131 - - [2026-03-05 01:49:57] "GET /global-system-configs HTTP/1.1" 401 293 0.000453 10.0.0.131 - - [2026-03-05 01:49:57] "GET /global-system-configs HTTP/1.1" 401 293 0.000424 10.0.0.131 - - [2026-03-05 01:50:34] "GET / HTTP/1.1" 200 36215 0.001424 10.0.0.131 - - [2026-03-05 01:50:34] "POST /fqname-to-id HTTP/1.1" 401 293 0.000333 10.0.0.131 - - [2026-03-05 01:50:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.023546 10.0.0.131 - - [2026-03-05 01:50:34] "GET /routing-instance/7383b4bb-d906-486d-b803-7014f3eb819b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1177 0.003356 10.0.0.131 - - [2026-03-05 01:50:34] "POST /bgp-routers HTTP/1.1" 200 622 0.024617 10.0.0.131 - - [2026-03-05 01:50:34] "GET /bgp-router/70cf9db3-95e8-4f8b-b117-83b275cb3357?fields=global_system_config_back_refs HTTP/1.1" 200 1117 0.005882 10.0.0.131 - - [2026-03-05 01:50:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002762 10.0.0.131 - - [2026-03-05 01:50:35] "GET /global-system-config/b5cbb38c-2fa9-442b-8f08-cc9454628258?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1061 0.005613 10.0.0.131 - - [2026-03-05 01:50:35] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003070 10.0.0.131 - - [2026-03-05 01:50:35] "POST /ref-update HTTP/1.1" 200 156 0.009129 10.0.0.131 - - [2026-03-05 01:51:01] "GET / HTTP/1.1" 200 36215 0.001296 10.0.0.131 - - [2026-03-05 01:51:01] "POST /fqname-to-id HTTP/1.1" 401 293 0.000448 10.0.0.131 - - [2026-03-05 01:51:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.029202 10.0.0.131 - - [2026-03-05 01:51:01] "GET /global-system-config/b5cbb38c-2fa9-442b-8f08-cc9454628258?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.006399 10.0.0.131 - - [2026-03-05 01:51:02] "POST /fqname-to-id HTTP/1.1" 404 220 0.010530 10.0.0.131 - - [2026-03-05 01:51:02] "POST /database-nodes HTTP/1.1" 200 605 0.018089 10.0.0.131 - - [2026-03-05 01:51:31] "GET / HTTP/1.1" 200 36215 0.001556 10.0.0.131 - - [2026-03-05 01:51:31] "POST /fqname-to-id HTTP/1.1" 401 293 0.000372 10.0.0.131 - - [2026-03-05 01:51:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.025904 10.0.0.131 - - [2026-03-05 01:51:31] "GET /global-system-config/b5cbb38c-2fa9-442b-8f08-cc9454628258?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.005220 10.0.0.131 - - [2026-03-05 01:51:32] "POST /fqname-to-id HTTP/1.1" 404 220 0.003222 10.0.0.131 - - [2026-03-05 01:51:32] "POST /analytics-nodes HTTP/1.1" 200 607 0.019233 10.0.0.131 - - [2026-03-05 01:51:37] "GET / HTTP/1.1" 200 36215 0.001468 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.131 - - [2026-03-05 01:51:38] "GET /obj-perms HTTP/1.1" 200 5075 0.357818 10.0.0.131 - - [2026-03-05 01:51:38] "GET /obj-perms HTTP/1.1" 200 5075 0.066937 10.0.0.131 - - [2026-03-05 01:51:47] "GET / HTTP/1.1" 200 36215 0.001399 10.0.0.131 - - [2026-03-05 01:51:47] "POST /fqname-to-id HTTP/1.1" 401 293 0.000576 10.0.0.131 - - [2026-03-05 01:51:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.028514 10.0.0.131 - - [2026-03-05 01:51:47] "GET /global-system-config/b5cbb38c-2fa9-442b-8f08-cc9454628258?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.006641 10.0.0.131 - - [2026-03-05 01:51:48] "POST /fqname-to-id HTTP/1.1" 404 220 0.008683 10.0.0.131 - - [2026-03-05 01:51:48] "POST /analytics-alarm-nodes HTTP/1.1" 200 619 0.023598 10.0.0.131 - - [2026-03-05 01:52:02] "GET / HTTP/1.1" 200 36215 0.001573 10.0.0.131 - - [2026-03-05 01:52:02] "POST /fqname-to-id HTTP/1.1" 401 293 0.000379 10.0.0.131 - - [2026-03-05 01:52:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.026481 10.0.0.131 - - [2026-03-05 01:52:03] "GET /global-system-config/b5cbb38c-2fa9-442b-8f08-cc9454628258?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.006177 10.0.0.131 - - [2026-03-05 01:52:03] "POST /fqname-to-id HTTP/1.1" 404 220 0.002653 10.0.0.131 - - [2026-03-05 01:52:03] "POST /analytics-snmp-nodes HTTP/1.1" 200 617 0.017870 10.0.0.131 - - [2026-03-05 01:52:39] "GET /obj-perms HTTP/1.1" 200 5075 0.050297 10.0.0.131 - - [2026-03-05 01:52:39] "GET /obj-perms HTTP/1.1" 200 5075 0.043363 10.0.0.131 - - [2026-03-05 01:53:39] "GET /obj-perms HTTP/1.1" 200 5075 0.050916 10.0.0.131 - - [2026-03-05 01:53:40] "GET /obj-perms HTTP/1.1" 200 5075 0.051236 10.0.0.131 - - [2026-03-05 01:53:49] "GET / HTTP/1.1" 200 36215 0.001402 10.0.0.131 - - [2026-03-05 01:53:49] "POST /fqname-to-id HTTP/1.1" 401 293 0.000351 10.0.0.131 - - [2026-03-05 01:53:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.029341 10.0.0.131 - - [2026-03-05 01:53:49] "GET /global-system-config/b5cbb38c-2fa9-442b-8f08-cc9454628258?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.005216 10.0.0.131 - - [2026-03-05 01:53:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002764 10.0.0.131 - - [2026-03-05 01:53:49] "GET /routing-instance/7383b4bb-d906-486d-b803-7014f3eb819b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1177 0.003796 10.0.0.131 - - [2026-03-05 01:53:49] "PUT /global-system-config/b5cbb38c-2fa9-442b-8f08-cc9454628258 HTTP/1.1" 200 275 0.027843 10.0.0.131 - - [2026-03-05 01:53:49] "POST /fqname-to-id HTTP/1.1" 404 218 0.003500 10.0.0.131 - - [2026-03-05 01:53:49] "POST /virtual-routers HTTP/1.1" 200 605 0.020891 10.0.0.131 - - [2026-03-05 01:53:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002582 10.0.0.131 - - [2026-03-05 01:53:49] "GET /virtual-router/591c8f8c-1abe-4b87-b100-4cbc9f833c49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1247 0.006677 10.0.0.131 - - [2026-03-05 01:53:49] "POST /fqname-to-id HTTP/1.1" 404 231 0.002594 10.0.0.131 - - [2026-03-05 01:53:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002883 10.0.0.131 - - [2026-03-05 01:53:49] "GET /virtual-network/8885d62b-42b5-419e-a354-988597f218ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.005030 10.0.0.131 - - [2026-03-05 01:53:50] "POST /virtual-machine-interfaces HTTP/1.1" 200 587 0.049387 10.0.0.131 - - [2026-03-05 01:53:50] "PUT /access-control-list/790e6825-5225-4096-98dd-c3e12a7d66e0 HTTP/1.1" 200 273 0.011210 [Introspect:8084]10.0.0.131 - - [2026-03-05 01:54:00] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000970 [Introspect:8084]10.0.0.131 - - [2026-03-05 01:54:00] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.000783 [Introspect:8084]10.0.0.131 - - [2026-03-05 01:54:02] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000854 [Introspect:8084]10.0.0.131 - - [2026-03-05 01:54:02] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.000962 10.0.0.131 - - [2026-03-05 01:54:40] "GET /obj-perms HTTP/1.1" 200 5075 0.049226 10.0.0.131 - - [2026-03-05 01:54:40] "GET /obj-perms HTTP/1.1" 200 5075 0.042423 10.0.0.131 - - [2026-03-05 01:54:56] "GET /global-system-configs HTTP/1.1" 401 293 0.000377 10.0.0.131 - - [2026-03-05 01:54:56] "GET /global-system-configs HTTP/1.1" 401 293 0.000358 10.0.0.131 - - [2026-03-05 01:54:57] "GET /global-system-configs HTTP/1.1" 401 293 0.000729 10.0.0.131 - - [2026-03-05 01:54:57] "GET /global-system-configs HTTP/1.1" 401 293 0.000493 10.0.0.131 - - [2026-03-05 01:55:02] "GET / HTTP/1.1" 200 36215 0.001385 10.0.0.131 - - [2026-03-05 01:55:03] "GET /project/12b8d06f-10a6-4b77-82a2-60eade0fa681?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000354 10.0.0.131 - - [2026-03-05 01:55:04] "GET /projects?obj_uuids=12b8d06f-10a6-4b77-82a2-60eade0fa681&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.025972 10.0.0.131 - - [2026-03-05 01:55:04] "GET /domains?obj_uuids=ae3906f1-fab8-4987-bab9-45ca75cb796e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000918 10.0.0.131 - - [2026-03-05 01:55:04] "GET /domain/ae3906f1-fab8-4987-bab9-45ca75cb796e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.028718 10.0.0.131 - - [2026-03-05 01:55:04] "POST /id-to-fqname HTTP/1.1" 200 167 0.001157 10.0.0.131 - - [2026-03-05 01:55:04] "POST /fqname-to-id HTTP/1.1" 404 176 0.009700 10.0.0.131 - - [2026-03-05 01:55:04] "POST /security-groups HTTP/1.1" 200 568 0.068848 10.0.0.131 - - [2026-03-05 01:55:04] "POST /projects HTTP/1.1" 200 539 0.245486 10.0.0.131 - - [2026-03-05 01:55:04] "POST /fqname-to-id HTTP/1.1" 404 207 0.028909 10.0.0.131 - - [2026-03-05 01:55:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.314832 10.0.0.131 - - [2026-03-05 01:55:04] "POST /access-control-lists HTTP/1.1" 200 575 0.057791 10.0.0.131 - - [2026-03-05 01:55:04] "GET /project/12b8d06f-10a6-4b77-82a2-60eade0fa681?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.479407 10.0.0.131 - - [2026-03-05 01:55:04] "POST /fqname-to-id HTTP/1.1" 404 206 0.002349 10.0.0.131 - - [2026-03-05 01:55:04] "POST /access-control-lists HTTP/1.1" 200 573 0.073154 [Introspect:8084]10.0.0.131 - - [2026-03-05 01:55:04] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.001042 10.0.0.131 - - [2026-03-05 01:55:05] "POST /fqname-to-id HTTP/1.1" 404 199 0.023429 10.0.0.131 - - [2026-03-05 01:55:05] "GET /projects?obj_uuids=7f52dac0-c8f2-4c1a-83c7-43de22d78a7c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002544 10.0.0.131 - - [2026-03-05 01:55:05] "GET /domains?obj_uuids=ae3906f1-fab8-4987-bab9-45ca75cb796e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000891 10.0.0.131 - - [2026-03-05 01:55:05] "GET /domain/ae3906f1-fab8-4987-bab9-45ca75cb796e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006011 10.0.0.131 - - [2026-03-05 01:55:05] "POST /id-to-fqname HTTP/1.1" 200 201 0.001108 10.0.0.131 - - [2026-03-05 01:55:05] "POST /fqname-to-id HTTP/1.1" 404 210 0.003041 10.0.0.131 - - [2026-03-05 01:55:05] "POST /security-groups HTTP/1.1" 200 602 0.064744 10.0.0.131 - - [2026-03-05 01:55:05] "POST /fqname-to-id HTTP/1.1" 404 245 0.002856 10.0.0.131 - - [2026-03-05 01:55:05] "POST /projects HTTP/1.1" 200 607 0.208266 10.0.0.131 - - [2026-03-05 01:55:05] "POST /access-control-lists HTTP/1.1" 200 609 0.061539 10.0.0.131 - - [2026-03-05 01:55:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.280822 10.0.0.131 - - [2026-03-05 01:55:05] "POST /fqname-to-id HTTP/1.1" 404 244 0.002997 10.0.0.131 - - [2026-03-05 01:55:05] "GET /project/7f52dac0-c8f2-4c1a-83c7-43de22d78a7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.397687 10.0.0.131 - - [2026-03-05 01:55:05] "POST /access-control-lists HTTP/1.1" 200 607 0.069087 10.0.0.131 - - [2026-03-05 01:55:06] "GET / HTTP/1.1" 200 36215 0.001647 10.0.0.131 - - [2026-03-05 01:55:07] "POST /fqname-to-id HTTP/1.1" 401 293 0.000556 10.0.0.131 - - [2026-03-05 01:55:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.050235 10.0.0.131 - - [2026-03-05 01:55:07] "GET /projects?obj_uuids=7f52dac0-c8f2-4c1a-83c7-43de22d78a7c&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000930 10.0.0.131 - - [2026-03-05 01:55:07] "GET /project/7f52dac0-c8f2-4c1a-83c7-43de22d78a7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.031885 10.0.0.131 - - [2026-03-05 01:55:07] "POST /neutron/network HTTP/1.1" 200 117 0.077476 10.0.0.131 - - [2026-03-05 01:55:08] "GET /projects?obj_uuids=7f52dac0-c8f2-4c1a-83c7-43de22d78a7c&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000866 10.0.0.131 - - [2026-03-05 01:55:08] "POST /neutron/network HTTP/1.1" 200 620 0.063513 10.0.0.131 - - [2026-03-05 01:55:08] "POST /route-targets HTTP/1.1" 200 328 0.011312 10.0.0.131 - - [2026-03-05 01:55:08] "POST /ref-update HTTP/1.1" 200 156 0.035336 10.0.0.131 - - [2026-03-05 01:55:08] "POST /useragent-kv HTTP/1.1" 200 115 0.003578 10.0.0.131 - - [2026-03-05 01:55:08] "POST /neutron/subnet HTTP/1.1" 200 725 0.185513 10.0.0.131 - - [2026-03-05 01:55:08] "POST /neutron/network HTTP/1.1" 200 839 0.004719 10.0.0.131 - - [2026-03-05 01:55:08] "POST /id-to-fqname HTTP/1.1" 200 233 0.000923 10.0.0.131 - - [2026-03-05 01:55:08] "GET /virtual-network/7e627340-0f4b-46fd-8e3b-7304117541f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.004291 10.0.0.131 - - [2026-03-05 01:55:08] "POST /neutron/network HTTP/1.1" 200 839 0.005087 10.0.0.131 - - [2026-03-05 01:55:08] "GET /virtual-network/7e627340-0f4b-46fd-8e3b-7304117541f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.004191 10.0.0.131 - - [2026-03-05 01:55:08] "POST /neutron/network HTTP/1.1" 200 839 0.005314 10.0.0.131 - - [2026-03-05 01:55:08] "POST /neutron/subnet HTTP/1.1" 200 725 0.006222 10.0.0.131 - - [2026-03-05 01:55:08] "GET /domains HTTP/1.1" 401 293 0.000321 10.0.0.131 - - [2026-03-05 01:55:08] "GET /domains HTTP/1.1" 200 281 0.025023 10.0.0.131 - - [2026-03-05 01:55:08] "GET /domains?obj_uuids=ae3906f1-fab8-4987-bab9-45ca75cb796e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000870 10.0.0.131 - - [2026-03-05 01:55:08] "GET /domain/ae3906f1-fab8-4987-bab9-45ca75cb796e HTTP/1.1" 200 2595 0.011956 10.0.0.131 - - [2026-03-05 01:55:08] "GET /projects?obj_uuids=7f52dac0-c8f2-4c1a-83c7-43de22d78a7c&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001122 10.0.0.131 - - [2026-03-05 01:55:08] "GET /project/7f52dac0-c8f2-4c1a-83c7-43de22d78a7c HTTP/1.1" 200 2172 0.066550 10.0.0.131 - - [2026-03-05 01:55:08] "GET /virtual-network/7e627340-0f4b-46fd-8e3b-7304117541f8 HTTP/1.1" 200 2345 0.005484 10.0.0.131 - - [2026-03-05 01:55:08] "GET /virtual-network/7e627340-0f4b-46fd-8e3b-7304117541f8 HTTP/1.1" 200 2345 0.004200 10.0.0.131 - - [2026-03-05 01:55:08] "GET /routing-instance/d9ece357-bed1-4f98-a99d-03773a7c548e HTTP/1.1" 200 1498 0.003151 10.0.0.131 - - [2026-03-05 01:55:08] "GET /routing-instance/d9ece357-bed1-4f98-a99d-03773a7c548e HTTP/1.1" 200 1498 0.002958 10.0.0.131 - - [2026-03-05 01:55:08] "GET /route-target/b2d17e71-3474-4284-b57e-644f7f99cb72 HTTP/1.1" 200 1222 0.002649 10.0.0.131 - - [2026-03-05 01:55:09] "GET /virtual-network/7e627340-0f4b-46fd-8e3b-7304117541f8 HTTP/1.1" 200 2345 0.004571 10.0.0.131 - - [2026-03-05 01:55:09] "GET /routing-instance/d9ece357-bed1-4f98-a99d-03773a7c548e HTTP/1.1" 200 1498 0.003236 10.0.0.131 - - [2026-03-05 01:55:09] "GET /virtual-network/7e627340-0f4b-46fd-8e3b-7304117541f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.004347 10.0.0.131 - - [2026-03-05 01:55:09] "GET /virtual-network/7e627340-0f4b-46fd-8e3b-7304117541f8 HTTP/1.1" 200 2345 0.004199 10.0.0.131 - - [2026-03-05 01:55:09] "GET /routing-instance/d9ece357-bed1-4f98-a99d-03773a7c548e HTTP/1.1" 200 1498 0.002846 10.0.0.131 - - [2026-03-05 01:55:09] "GET /routing-instance/d9ece357-bed1-4f98-a99d-03773a7c548e HTTP/1.1" 200 1498 0.003023 10.0.0.131 - - [2026-03-05 01:55:09] "GET /route-target/b2d17e71-3474-4284-b57e-644f7f99cb72 HTTP/1.1" 200 1222 0.002522 10.0.0.131 - - [2026-03-05 01:55:09] "GET /domains HTTP/1.1" 200 281 0.002743 10.0.0.131 - - [2026-03-05 01:55:09] "GET /domains?obj_uuids=ae3906f1-fab8-4987-bab9-45ca75cb796e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000847 10.0.0.131 - - [2026-03-05 01:55:09] "GET /domain/ae3906f1-fab8-4987-bab9-45ca75cb796e HTTP/1.1" 200 2595 0.005697 10.0.0.131 - - [2026-03-05 01:55:09] "GET /projects?obj_uuids=7f52dac0-c8f2-4c1a-83c7-43de22d78a7c&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000781 10.0.0.131 - - [2026-03-05 01:55:09] "GET /project/7f52dac0-c8f2-4c1a-83c7-43de22d78a7c HTTP/1.1" 200 2172 0.069110 10.0.0.131 - - [2026-03-05 01:55:09] "GET /virtual-network/7e627340-0f4b-46fd-8e3b-7304117541f8 HTTP/1.1" 200 2345 0.004313 10.0.0.131 - - [2026-03-05 01:55:09] "GET /obj-perms HTTP/1.1" 200 5071 0.056422 10.0.0.131 - - [2026-03-05 01:55:09] "POST /id-to-fqname HTTP/1.1" 200 233 0.001203 10.0.0.131 - - [2026-03-05 01:55:11] "POST /neutron/network HTTP/1.1" 200 849 0.005441 10.0.0.131 - - [2026-03-05 01:55:11] "GET /aaa-mode HTTP/1.1" 401 293 0.000358 10.0.0.131 - - [2026-03-05 01:55:11] "GET / HTTP/1.1" 200 36215 0.002291 10.0.0.131 - - [2026-03-05 01:55:11] "GET /project/7f52dac0-c8f2-4c1a-83c7-43de22d78a7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000354 10.0.0.131 - - [2026-03-05 01:55:11] "GET /projects?obj_uuids=7f52dac0-c8f2-4c1a-83c7-43de22d78a7c&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000891 10.0.0.131 - - [2026-03-05 01:55:11] "GET /project/7f52dac0-c8f2-4c1a-83c7-43de22d78a7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.044562 10.0.0.131 - - [2026-03-05 01:55:12] "POST /neutron/network HTTP/1.1" 200 839 0.027922 10.0.0.131 - - [2026-03-05 01:55:12] "POST /neutron/port HTTP/1.1" 200 117 0.004703 10.0.0.131 - - [2026-03-05 01:55:12] "POST /neutron/port HTTP/1.1" 200 117 0.006565 10.0.0.131 - - [2026-03-05 01:55:12] "POST /neutron/port HTTP/1.1" 200 117 0.004469 10.0.0.131 - - [2026-03-05 01:55:13] "POST /neutron/network HTTP/1.1" 200 849 0.005057 10.0.0.131 - - [2026-03-05 01:55:13] "GET /projects?obj_uuids=7f52dac0-c8f2-4c1a-83c7-43de22d78a7c&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000960 10.0.0.131 - - [2026-03-05 01:55:13] "POST /neutron/port HTTP/1.1" 200 1071 0.221783 10.0.0.131 - - [2026-03-05 01:55:14] "POST /neutron/port HTTP/1.1" 200 1071 0.032712 10.0.0.131 - - [2026-03-05 01:55:14] "POST /neutron/port HTTP/1.1" 200 1071 0.009338 10.0.0.131 - - [2026-03-05 01:55:14] "POST /neutron/port HTTP/1.1" 200 1125 0.062518 10.0.0.131 - - [2026-03-05 01:55:14] "POST /neutron/port HTTP/1.1" 200 1135 0.013129 10.0.0.131 - - [2026-03-05 01:55:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002923 10.0.0.131 - - [2026-03-05 01:55:14] "POST /neutron/subnet HTTP/1.1" 200 699 0.006115 10.0.0.131 - - [2026-03-05 01:55:14] "POST /neutron/port HTTP/1.1" 200 117 0.000922 10.0.0.131 - - [2026-03-05 01:55:14] "POST /neutron/network HTTP/1.1" 200 839 0.004923 10.0.0.131 - - [2026-03-05 01:55:17] "POST /neutron/port HTTP/1.1" 200 1135 0.020618 10.0.0.131 - - [2026-03-05 01:55:17] "POST /neutron/security_group HTTP/1.1" 200 2069 0.005780 10.0.0.131 - - [2026-03-05 01:55:17] "GET /obj-perms HTTP/1.1" 200 5071 0.002835 10.0.0.131 - - [2026-03-05 01:55:18] "GET /obj-perms HTTP/1.1" 200 5071 0.003217 10.0.0.131 - - [2026-03-05 01:55:19] "GET /obj-perms HTTP/1.1" 200 5071 0.003324 10.0.0.131 - - [2026-03-05 01:55:20] "GET /obj-perms HTTP/1.1" 200 5071 0.002953 10.0.0.131 - - [2026-03-05 01:55:21] "GET /obj-perms HTTP/1.1" 200 5071 0.003077 10.0.0.131 - - [2026-03-05 01:55:23] "POST /neutron/network HTTP/1.1" 200 839 0.005250 10.0.0.131 - - [2026-03-05 01:55:23] "POST /neutron/network HTTP/1.1" 400 204 0.014585 10.0.0.131 - - [2026-03-05 01:55:23] "POST /neutron/port HTTP/1.1" 200 1135 0.011760 10.0.0.131 - - [2026-03-05 01:55:23] "POST /neutron/port HTTP/1.1" 200 1125 0.010109 10.0.0.131 - - [2026-03-05 01:55:23] "POST /neutron/port HTTP/1.1" 200 151 0.096348 10.0.0.131 - - [2026-03-05 01:55:25] "POST /neutron/network HTTP/1.1" 200 839 0.004935 10.0.0.131 - - [2026-03-05 01:55:25] "POST /useragent-kv HTTP/1.1" 200 115 0.006232 10.0.0.131 - - [2026-03-05 01:55:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.006382 10.0.0.131 - - [2026-03-05 01:55:25] "POST /useragent-kv HTTP/1.1" 200 115 0.002311 10.0.0.131 - - [2026-03-05 01:55:25] "POST /neutron/network HTTP/1.1" 200 151 0.083899 10.0.0.131 - - [2026-03-05 01:55:25] "GET /routing-instance/d9ece357-bed1-4f98-a99d-03773a7c548e HTTP/1.1" 404 171 0.003544 10.0.0.131 - - [2026-03-05 01:55:25] "GET /domains HTTP/1.1" 200 281 0.004400 10.0.0.131 - - [2026-03-05 01:55:25] "GET /domains?obj_uuids=ae3906f1-fab8-4987-bab9-45ca75cb796e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000949 10.0.0.131 - - [2026-03-05 01:55:25] "DELETE /route-target/b2d17e71-3474-4284-b57e-644f7f99cb72 HTTP/1.1" 200 115 0.030398 10.0.0.131 - - [2026-03-05 01:55:25] "GET /domain/ae3906f1-fab8-4987-bab9-45ca75cb796e HTTP/1.1" 200 2595 0.050660 10.0.0.131 - - [2026-03-05 01:55:25] "GET /projects?obj_uuids=7f52dac0-c8f2-4c1a-83c7-43de22d78a7c&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000864 10.0.0.131 - - [2026-03-05 01:55:25] "GET /project/7f52dac0-c8f2-4c1a-83c7-43de22d78a7c HTTP/1.1" 200 1921 0.090201 10.0.0.131 - - [2026-03-05 01:55:25] "GET /projects?obj_uuids=7f52dac0-c8f2-4c1a-83c7-43de22d78a7c&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000870 10.0.0.131 - - [2026-03-05 01:55:25] "GET /project/7f52dac0-c8f2-4c1a-83c7-43de22d78a7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.027649 10.0.0.131 - - [2026-03-05 01:55:25] "GET /projects?obj_uuids=7f52dac0-c8f2-4c1a-83c7-43de22d78a7c&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001136 10.0.0.131 - - [2026-03-05 01:55:25] "GET /project/7f52dac0-c8f2-4c1a-83c7-43de22d78a7c?fields=virtual_networks HTTP/1.1" 200 1054 0.070714 10.0.0.131 - - [2026-03-05 01:55:25] "GET /projects?obj_uuids=7f52dac0-c8f2-4c1a-83c7-43de22d78a7c&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000950 10.0.0.131 - - [2026-03-05 01:55:25] "GET /project/7f52dac0-c8f2-4c1a-83c7-43de22d78a7c?fields=virtual_machine_interfaces HTTP/1.1" 200 1054 0.032227 10.0.0.131 - - [2026-03-05 01:55:25] "GET /projects?obj_uuids=7f52dac0-c8f2-4c1a-83c7-43de22d78a7c&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001000 10.0.0.131 - - [2026-03-05 01:55:25] "GET /project/7f52dac0-c8f2-4c1a-83c7-43de22d78a7c?fields=security_groups HTTP/1.1" 200 1292 0.026026 10.0.0.131 - - [2026-03-05 01:55:26] "GET /projects?obj_uuids=12b8d06f-10a6-4b77-82a2-60eade0fa681&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000958 10.0.0.131 - - [2026-03-05 01:55:26] "GET /project/12b8d06f-10a6-4b77-82a2-60eade0fa681?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.032751 10.0.0.131 - - [2026-03-05 01:55:29] "GET /projects?obj_uuids=12b8d06f-10a6-4b77-82a2-60eade0fa681&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001053 10.0.0.131 - - [2026-03-05 01:55:29] "GET /project/12b8d06f-10a6-4b77-82a2-60eade0fa681?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.022795 10.0.0.131 - - [2026-03-05 01:55:30] "GET /documentation/index.html HTTP/1.1" 200 219571 0.003500 10.0.0.131 - - [2026-03-05 01:55:30] "POST /fqname-to-id HTTP/1.1" 404 200 0.027432 10.0.0.131 - - [2026-03-05 01:55:30] "GET /projects?obj_uuids=6f894243-7220-4354-9f03-176a873648c5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002653 10.0.0.131 - - [2026-03-05 01:55:30] "GET /domains?obj_uuids=ae3906f1-fab8-4987-bab9-45ca75cb796e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000889 10.0.0.131 - - [2026-03-05 01:55:30] "GET /domain/ae3906f1-fab8-4987-bab9-45ca75cb796e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006080 10.0.0.131 - - [2026-03-05 01:55:31] "POST /id-to-fqname HTTP/1.1" 200 202 0.001177 10.0.0.131 - - [2026-03-05 01:55:31] "POST /fqname-to-id HTTP/1.1" 404 211 0.004971 10.0.0.131 - - [2026-03-05 01:55:31] "POST /security-groups HTTP/1.1" 200 603 0.061619 10.0.0.131 - - [2026-03-05 01:55:31] "POST /fqname-to-id HTTP/1.1" 404 246 0.003701 10.0.0.131 - - [2026-03-05 01:55:31] "POST /projects HTTP/1.1" 200 609 0.216437 10.0.0.131 - - [2026-03-05 01:55:31] "POST /access-control-lists HTTP/1.1" 200 610 0.060102 10.0.0.131 - - [2026-03-05 01:55:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.284463 10.0.0.131 - - [2026-03-05 01:55:31] "POST /fqname-to-id HTTP/1.1" 404 245 0.002655 10.0.0.131 - - [2026-03-05 01:55:31] "GET /project/6f894243-7220-4354-9f03-176a873648c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.401769 10.0.0.131 - - [2026-03-05 01:55:31] "POST /access-control-lists HTTP/1.1" 200 608 0.064770 10.0.0.131 - - [2026-03-05 01:55:32] "GET / HTTP/1.1" 200 36215 0.001545 10.0.0.131 - - [2026-03-05 01:55:32] "GET /projects?obj_uuids=12b8d06f-10a6-4b77-82a2-60eade0fa681&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001544 10.0.0.131 - - [2026-03-05 01:55:32] "GET /project/12b8d06f-10a6-4b77-82a2-60eade0fa681?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.028974 10.0.0.131 - - [2026-03-05 01:55:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002918 10.0.0.131 - - [2026-03-05 01:55:33] "GET /security-group/23639ec1-f9c5-4c6e-937d-d1322c35c002?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3686 0.004433 10.0.0.131 - - [2026-03-05 01:55:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002712 10.0.0.131 - - [2026-03-05 01:55:33] "GET /projects?obj_uuids=12b8d06f-10a6-4b77-82a2-60eade0fa681&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001326 10.0.0.131 - - [2026-03-05 01:55:33] "GET /project/12b8d06f-10a6-4b77-82a2-60eade0fa681?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.028600 10.0.0.131 - - [2026-03-05 01:55:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002831 10.0.0.131 - - [2026-03-05 01:55:33] "GET /security-group/23639ec1-f9c5-4c6e-937d-d1322c35c002?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3686 0.004356 10.0.0.131 - - [2026-03-05 01:55:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003030 10.0.0.131 - - [2026-03-05 01:55:33] "PUT /security-group/23639ec1-f9c5-4c6e-937d-d1322c35c002 HTTP/1.1" 200 263 0.013649 10.0.0.131 - - [2026-03-05 01:55:33] "PUT /access-control-list/da05ebc1-31d7-4a89-9ae4-5871c152023d HTTP/1.1" 200 273 0.007868 10.0.0.131 - - [2026-03-05 01:55:33] "PUT /access-control-list/cfb0b13f-08f4-425d-b5a2-e4ddb7a6bfea HTTP/1.1" 200 273 0.022643 10.0.0.131 - - [2026-03-05 01:55:34] "POST /fqname-to-id HTTP/1.1" 401 293 0.000418 10.0.0.131 - - [2026-03-05 01:55:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.072628 10.0.0.131 - - [2026-03-05 01:55:34] "GET /projects?obj_uuids=6f894243-7220-4354-9f03-176a873648c5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000878 10.0.0.131 - - [2026-03-05 01:55:34] "GET /project/6f894243-7220-4354-9f03-176a873648c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.028547 10.0.0.131 - - [2026-03-05 01:55:34] "POST /neutron/network HTTP/1.1" 200 117 0.030228 10.0.0.131 - - [2026-03-05 01:55:34] "GET /projects?obj_uuids=6f894243-7220-4354-9f03-176a873648c5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000837 10.0.0.131 - - [2026-03-05 01:55:34] "POST /neutron/network HTTP/1.1" 200 619 0.068547 10.0.0.131 - - [2026-03-05 01:55:34] "POST /route-targets HTTP/1.1" 200 328 0.014851 10.0.0.131 - - [2026-03-05 01:55:34] "POST /ref-update HTTP/1.1" 200 156 0.013073 10.0.0.131 - - [2026-03-05 01:55:34] "POST /useragent-kv HTTP/1.1" 200 115 0.021998 10.0.0.131 - - [2026-03-05 01:55:34] "POST /neutron/subnet HTTP/1.1" 200 734 0.185822 10.0.0.131 - - [2026-03-05 01:55:34] "POST /neutron/network HTTP/1.1" 200 840 0.008497 10.0.0.131 - - [2026-03-05 01:55:34] "POST /id-to-fqname HTTP/1.1" 200 233 0.001606 10.0.0.131 - - [2026-03-05 01:55:34] "GET /virtual-network/b4d02948-f85a-4f17-b7b9-82b13d293a22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.004778 10.0.0.131 - - [2026-03-05 01:55:34] "POST /neutron/network HTTP/1.1" 200 840 0.010293 10.0.0.131 - - [2026-03-05 01:55:34] "GET /virtual-network/b4d02948-f85a-4f17-b7b9-82b13d293a22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.004813 10.0.0.131 - - [2026-03-05 01:55:35] "POST /neutron/network HTTP/1.1" 200 840 0.005385 10.0.0.131 - - [2026-03-05 01:55:35] "POST /neutron/subnet HTTP/1.1" 200 734 0.006199 10.0.0.131 - - [2026-03-05 01:55:35] "GET /domains HTTP/1.1" 401 293 0.000352 10.0.0.131 - - [2026-03-05 01:55:35] "GET /domains HTTP/1.1" 200 281 0.026344 10.0.0.131 - - [2026-03-05 01:55:35] "GET /domains?obj_uuids=ae3906f1-fab8-4987-bab9-45ca75cb796e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000837 10.0.0.131 - - [2026-03-05 01:55:35] "GET /domain/ae3906f1-fab8-4987-bab9-45ca75cb796e HTTP/1.1" 200 2794 0.011725 10.0.0.131 - - [2026-03-05 01:55:35] "GET /projects?obj_uuids=6f894243-7220-4354-9f03-176a873648c5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000868 10.0.0.131 - - [2026-03-05 01:55:35] "GET /project/6f894243-7220-4354-9f03-176a873648c5 HTTP/1.1" 200 2179 0.066975 10.0.0.131 - - [2026-03-05 01:55:35] "GET /virtual-network/b4d02948-f85a-4f17-b7b9-82b13d293a22 HTTP/1.1" 200 2350 0.006250 10.0.0.131 - - [2026-03-05 01:55:35] "GET /virtual-network/b4d02948-f85a-4f17-b7b9-82b13d293a22 HTTP/1.1" 200 2350 0.004421 10.0.0.131 - - [2026-03-05 01:55:35] "GET /routing-instance/701f9d2e-34f6-4a19-ba32-c32ffb847de5 HTTP/1.1" 200 1494 0.003478 10.0.0.131 - - [2026-03-05 01:55:35] "GET /routing-instance/701f9d2e-34f6-4a19-ba32-c32ffb847de5 HTTP/1.1" 200 1494 0.003340 10.0.0.131 - - [2026-03-05 01:55:35] "GET /route-target/b5900388-ebce-4235-aacf-4fd8c85c4391 HTTP/1.1" 200 1221 0.003469 10.0.0.131 - - [2026-03-05 01:55:35] "GET /virtual-network/b4d02948-f85a-4f17-b7b9-82b13d293a22 HTTP/1.1" 200 2350 0.004490 10.0.0.131 - - [2026-03-05 01:55:35] "GET /routing-instance/701f9d2e-34f6-4a19-ba32-c32ffb847de5 HTTP/1.1" 200 1494 0.002913 10.0.0.131 - - [2026-03-05 01:55:35] "GET /virtual-network/b4d02948-f85a-4f17-b7b9-82b13d293a22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.004273 10.0.0.131 - - [2026-03-05 01:55:35] "GET /virtual-network/b4d02948-f85a-4f17-b7b9-82b13d293a22 HTTP/1.1" 200 2350 0.004130 10.0.0.131 - - [2026-03-05 01:55:35] "GET /routing-instance/701f9d2e-34f6-4a19-ba32-c32ffb847de5 HTTP/1.1" 200 1494 0.002872 10.0.0.131 - - [2026-03-05 01:55:35] "GET /routing-instance/701f9d2e-34f6-4a19-ba32-c32ffb847de5 HTTP/1.1" 200 1494 0.003278 10.0.0.131 - - [2026-03-05 01:55:35] "GET /route-target/b5900388-ebce-4235-aacf-4fd8c85c4391 HTTP/1.1" 200 1221 0.002934 10.0.0.131 - - [2026-03-05 01:55:35] "GET /domains HTTP/1.1" 200 281 0.002785 10.0.0.131 - - [2026-03-05 01:55:35] "GET /domains?obj_uuids=ae3906f1-fab8-4987-bab9-45ca75cb796e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000881 10.0.0.131 - - [2026-03-05 01:55:35] "GET /domain/ae3906f1-fab8-4987-bab9-45ca75cb796e HTTP/1.1" 200 2794 0.005823 10.0.0.131 - - [2026-03-05 01:55:35] "GET /projects?obj_uuids=6f894243-7220-4354-9f03-176a873648c5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000814 10.0.0.131 - - [2026-03-05 01:55:35] "GET /project/6f894243-7220-4354-9f03-176a873648c5 HTTP/1.1" 200 2179 0.071749 10.0.0.131 - - [2026-03-05 01:55:35] "GET /virtual-network/b4d02948-f85a-4f17-b7b9-82b13d293a22 HTTP/1.1" 200 2350 0.004194 10.0.0.131 - - [2026-03-05 01:55:35] "GET /obj-perms HTTP/1.1" 200 5073 0.048807 10.0.0.131 - - [2026-03-05 01:55:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002688 10.0.0.131 - - [2026-03-05 01:55:35] "GET /projects?obj_uuids=6f894243-7220-4354-9f03-176a873648c5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000937 10.0.0.131 - - [2026-03-05 01:55:36] "GET /project/6f894243-7220-4354-9f03-176a873648c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.025932 10.0.0.131 - - [2026-03-05 01:55:36] "DELETE /project/12b8d06f10a64b7782a260eade0fa681 HTTP/1.1" 404 173 0.006802 10.0.0.131 - - [2026-03-05 01:55:36] "DELETE /project/7f52dac0c8f24c1a83c743de22d78a7c HTTP/1.1" 404 173 0.005901 10.0.0.131 - - [2026-03-05 01:55:36] "DELETE /project/6f894243722043549f03176a873648c5 HTTP/1.1" 404 173 0.004974 10.0.0.131 - - [2026-03-05 01:55:36] "GET /projects?obj_uuids=7f52dac0-c8f2-4c1a-83c7-43de22d78a7c&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001082 10.0.0.131 - - [2026-03-05 01:55:36] "POST /neutron/network HTTP/1.1" 200 117 0.010271 10.0.0.131 - - [2026-03-05 01:55:36] "GET /projects?obj_uuids=6f894243-7220-4354-9f03-176a873648c5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001242 10.0.0.131 - - [2026-03-05 01:55:36] "GET /project/7f52dac0-c8f2-4c1a-83c7-43de22d78a7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1510 0.041606 10.0.0.131 - - [2026-03-05 01:55:36] "GET /projects?obj_uuids=7f52dac0-c8f2-4c1a-83c7-43de22d78a7c&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000857 10.0.0.131 - - [2026-03-05 01:55:36] "GET /project/7f52dac0-c8f2-4c1a-83c7-43de22d78a7c?fields=security_groups HTTP/1.1" 200 1394 0.024287 10.0.0.131 - - [2026-03-05 01:55:36] "POST /neutron/network HTTP/1.1" 200 619 0.130959 10.0.0.131 - - [2026-03-05 01:55:36] "DELETE /security-group/21570c9b-aeeb-4991-adbc-fc57f9938168 HTTP/1.1" 200 115 0.055256 10.0.0.131 - - [2026-03-05 01:55:36] "GET /projects?obj_uuids=7f52dac0-c8f2-4c1a-83c7-43de22d78a7c&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001042 10.0.0.131 - - [2026-03-05 01:55:36] "DELETE /access-control-list/9dd0a658-af46-4dae-9d38-e98ab25cdc9a HTTP/1.1" 200 115 0.032411 10.0.0.131 - - [2026-03-05 01:55:36] "GET /project/7f52dac0-c8f2-4c1a-83c7-43de22d78a7c?fields=application_policy_sets HTTP/1.1" 200 1433 0.036805 10.0.0.131 - - [2026-03-05 01:55:36] "DELETE /access-control-list/180fdc30-dd0c-451e-bfa2-8099b71f3dd7 HTTP/1.1" 200 115 0.036332 10.0.0.131 - - [2026-03-05 01:55:36] "POST /route-targets HTTP/1.1" 200 328 0.012393 10.0.0.131 - - [2026-03-05 01:55:36] "POST /ref-update HTTP/1.1" 200 156 0.014331 10.0.0.131 - - [2026-03-05 01:55:36] "DELETE /project/7f52dac0-c8f2-4c1a-83c7-43de22d78a7c HTTP/1.1" 200 115 0.323197 10.0.0.131 - - [2026-03-05 01:55:36] "POST /useragent-kv HTTP/1.1" 200 115 0.003490 10.0.0.131 - - [2026-03-05 01:55:36] "POST /neutron/subnet HTTP/1.1" 200 720 0.176281 10.0.0.131 - - [2026-03-05 01:55:36] "POST /neutron/network HTTP/1.1" 200 837 0.004735 10.0.0.131 - - [2026-03-05 01:55:36] "POST /id-to-fqname HTTP/1.1" 200 233 0.001073 10.0.0.131 - - [2026-03-05 01:55:36] "GET /virtual-network/dafd7b3d-a22b-4bc6-b1f2-188f18fcfbf0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.004716 10.0.0.131 - - [2026-03-05 01:55:36] "POST /neutron/network HTTP/1.1" 200 837 0.004956 10.0.0.131 - - [2026-03-05 01:55:36] "GET /virtual-network/dafd7b3d-a22b-4bc6-b1f2-188f18fcfbf0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.004016 10.0.0.131 - - [2026-03-05 01:55:36] "POST /neutron/network HTTP/1.1" 200 837 0.005402 10.0.0.131 - - [2026-03-05 01:55:36] "POST /neutron/subnet HTTP/1.1" 200 720 0.005927 10.0.0.131 - - [2026-03-05 01:55:36] "GET /domains HTTP/1.1" 200 281 0.001947 10.0.0.131 - - [2026-03-05 01:55:36] "GET /domains?obj_uuids=ae3906f1-fab8-4987-bab9-45ca75cb796e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000788 10.0.0.131 - - [2026-03-05 01:55:36] "GET /domain/ae3906f1-fab8-4987-bab9-45ca75cb796e HTTP/1.1" 200 2596 0.006078 10.0.0.131 - - [2026-03-05 01:55:36] "GET /projects?obj_uuids=6f894243-7220-4354-9f03-176a873648c5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000901 10.0.0.131 - - [2026-03-05 01:55:36] "GET /project/6f894243-7220-4354-9f03-176a873648c5 HTTP/1.1" 200 2408 0.064572 10.0.0.131 - - [2026-03-05 01:55:36] "GET /virtual-network/dafd7b3d-a22b-4bc6-b1f2-188f18fcfbf0 HTTP/1.1" 200 2341 0.005044 10.0.0.131 - - [2026-03-05 01:55:36] "GET /virtual-network/dafd7b3d-a22b-4bc6-b1f2-188f18fcfbf0 HTTP/1.1" 200 2341 0.004184 10.0.0.131 - - [2026-03-05 01:55:36] "GET /routing-instance/7bc415b9-3358-4135-b540-74ea094e2180 HTTP/1.1" 200 1494 0.002943 10.0.0.131 - - [2026-03-05 01:55:36] "GET /routing-instance/7bc415b9-3358-4135-b540-74ea094e2180 HTTP/1.1" 200 1494 0.002717 10.0.0.131 - - [2026-03-05 01:55:36] "GET /route-target/68eed77e-f86a-4cb5-96f5-2ca1a963896c HTTP/1.1" 200 1220 0.002463 10.0.0.131 - - [2026-03-05 01:55:36] "GET /virtual-network/dafd7b3d-a22b-4bc6-b1f2-188f18fcfbf0 HTTP/1.1" 200 2341 0.003903 10.0.0.131 - - [2026-03-05 01:55:36] "GET /routing-instance/7bc415b9-3358-4135-b540-74ea094e2180 HTTP/1.1" 200 1494 0.003006 10.0.0.131 - - [2026-03-05 01:55:36] "GET /virtual-network/dafd7b3d-a22b-4bc6-b1f2-188f18fcfbf0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.004026 10.0.0.131 - - [2026-03-05 01:55:36] "GET /virtual-network/dafd7b3d-a22b-4bc6-b1f2-188f18fcfbf0 HTTP/1.1" 200 2341 0.004160 10.0.0.131 - - [2026-03-05 01:55:36] "GET /routing-instance/7bc415b9-3358-4135-b540-74ea094e2180 HTTP/1.1" 200 1494 0.003953 10.0.0.131 - - [2026-03-05 01:55:36] "GET /routing-instance/7bc415b9-3358-4135-b540-74ea094e2180 HTTP/1.1" 200 1494 0.002712 10.0.0.131 - - [2026-03-05 01:55:36] "GET /route-target/68eed77e-f86a-4cb5-96f5-2ca1a963896c HTTP/1.1" 200 1220 0.002743 10.0.0.131 - - [2026-03-05 01:55:36] "GET /domains HTTP/1.1" 200 281 0.002121 10.0.0.131 - - [2026-03-05 01:55:36] "GET /domains?obj_uuids=ae3906f1-fab8-4987-bab9-45ca75cb796e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001065 10.0.0.131 - - [2026-03-05 01:55:36] "GET /domain/ae3906f1-fab8-4987-bab9-45ca75cb796e HTTP/1.1" 200 2596 0.006480 10.0.0.131 - - [2026-03-05 01:55:36] "GET /projects?obj_uuids=6f894243-7220-4354-9f03-176a873648c5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000800 10.0.0.131 - - [2026-03-05 01:55:36] "GET /project/6f894243-7220-4354-9f03-176a873648c5 HTTP/1.1" 200 2408 0.064855 10.0.0.131 - - [2026-03-05 01:55:36] "GET /virtual-network/dafd7b3d-a22b-4bc6-b1f2-188f18fcfbf0 HTTP/1.1" 200 2341 0.004651 10.0.0.131 - - [2026-03-05 01:55:36] "GET /obj-perms HTTP/1.1" 200 5073 0.002602 10.0.0.131 - - [2026-03-05 01:55:36] "POST /id-to-fqname HTTP/1.1" 200 233 0.001160 10.0.0.131 - - [2026-03-05 01:55:37] "POST /neutron/network HTTP/1.1" 200 847 0.026175 10.0.0.131 - - [2026-03-05 01:55:37] "GET /aaa-mode HTTP/1.1" 401 293 0.000386 10.0.0.131 - - [2026-03-05 01:55:37] "GET / HTTP/1.1" 200 36215 0.001319 10.0.0.131 - - [2026-03-05 01:55:37] "GET /project/6f894243-7220-4354-9f03-176a873648c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000347 10.0.0.131 - - [2026-03-05 01:55:37] "GET /projects?obj_uuids=6f894243-7220-4354-9f03-176a873648c5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000944 10.0.0.131 - - [2026-03-05 01:55:37] "GET /project/6f894243-7220-4354-9f03-176a873648c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.053710 10.0.0.131 - - [2026-03-05 01:55:37] "POST /neutron/network HTTP/1.1" 200 837 0.004673 10.0.0.131 - - [2026-03-05 01:55:37] "POST /neutron/port HTTP/1.1" 200 117 0.004877 10.0.0.131 - - [2026-03-05 01:55:37] "POST /neutron/port HTTP/1.1" 200 117 0.008623 10.0.0.131 - - [2026-03-05 01:55:37] "POST /id-to-fqname HTTP/1.1" 200 233 0.001090 10.0.0.131 - - [2026-03-05 01:55:37] "POST /neutron/port HTTP/1.1" 200 117 0.004946 10.0.0.131 - - [2026-03-05 01:55:38] "POST /neutron/network HTTP/1.1" 200 850 0.004852 10.0.0.131 - - [2026-03-05 01:55:38] "GET /aaa-mode HTTP/1.1" 401 293 0.000514 10.0.0.131 - - [2026-03-05 01:55:38] "POST /neutron/network HTTP/1.1" 200 847 0.006886 10.0.0.131 - - [2026-03-05 01:55:38] "GET /projects?obj_uuids=6f894243-7220-4354-9f03-176a873648c5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001034 10.0.0.131 - - [2026-03-05 01:55:38] "GET / HTTP/1.1" 200 36215 0.001501 10.0.0.131 - - [2026-03-05 01:55:38] "GET /project/6f894243-7220-4354-9f03-176a873648c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000319 10.0.0.131 - - [2026-03-05 01:55:38] "POST /neutron/port HTTP/1.1" 200 1071 0.208100 10.0.0.131 - - [2026-03-05 01:55:38] "POST /neutron/port HTTP/1.1" 200 1071 0.014607 10.0.0.131 - - [2026-03-05 01:55:38] "POST /neutron/port HTTP/1.1" 200 1071 0.008570 10.0.0.131 - - [2026-03-05 01:55:38] "POST /neutron/port HTTP/1.1" 200 1125 0.075385 10.0.0.131 - - [2026-03-05 01:55:38] "POST /neutron/port HTTP/1.1" 200 1135 0.011279 10.0.0.131 - - [2026-03-05 01:55:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002777 10.0.0.131 - - [2026-03-05 01:55:38] "POST /neutron/subnet HTTP/1.1" 200 694 0.006654 10.0.0.131 - - [2026-03-05 01:55:38] "POST /neutron/port HTTP/1.1" 200 117 0.001039 10.0.0.131 - - [2026-03-05 01:55:38] "POST /neutron/network HTTP/1.1" 200 837 0.005323 10.0.0.131 - - [2026-03-05 01:55:38] "GET /projects?obj_uuids=6f894243-7220-4354-9f03-176a873648c5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001316 10.0.0.131 - - [2026-03-05 01:55:38] "GET /project/6f894243-7220-4354-9f03-176a873648c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.056177 10.0.0.131 - - [2026-03-05 01:55:38] "POST /neutron/network HTTP/1.1" 200 840 0.006534 10.0.0.131 - - [2026-03-05 01:55:39] "POST /neutron/port HTTP/1.1" 200 1135 0.019643 10.0.0.131 - - [2026-03-05 01:55:39] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007788 10.0.0.131 - - [2026-03-05 01:55:39] "POST /neutron/port HTTP/1.1" 200 117 0.008513 10.0.0.131 - - [2026-03-05 01:55:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003400 10.0.0.131 - - [2026-03-05 01:55:39] "GET /projects?obj_uuids=6f894243-7220-4354-9f03-176a873648c5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000926 10.0.0.131 - - [2026-03-05 01:55:39] "GET /project/6f894243-7220-4354-9f03-176a873648c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.025636 10.0.0.131 - - [2026-03-05 01:55:39] "GET /virtual-network/b4d02948-f85a-4f17-b7b9-82b13d293a22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.005494 10.0.0.131 - - [2026-03-05 01:55:39] "GET /floating-ip-pools?parent_id=b4d02948-f85a-4f17-b7b9-82b13d293a22&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002527 10.0.0.131 - - [2026-03-05 01:55:39] "GET /virtual-network/b4d02948-f85a-4f17-b7b9-82b13d293a22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.004986 10.0.0.131 - - [2026-03-05 01:55:39] "POST /neutron/network HTTP/1.1" 200 850 0.004373 10.0.0.131 - - [2026-03-05 01:55:39] "POST /floating-ip-pools HTTP/1.1" 200 611 0.022224 10.0.0.131 - - [2026-03-05 01:55:39] "GET /projects?obj_uuids=6f894243-7220-4354-9f03-176a873648c5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000898 10.0.0.131 - - [2026-03-05 01:55:39] "POST /ref-update HTTP/1.1" 200 156 0.010458 10.0.0.131 - - [2026-03-05 01:55:39] "GET /virtual-network/b4d02948-f85a-4f17-b7b9-82b13d293a22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.036279 10.0.0.131 - - [2026-03-05 01:55:39] "GET /domains HTTP/1.1" 200 281 0.001984 10.0.0.131 - - [2026-03-05 01:55:39] "GET /domains?obj_uuids=ae3906f1-fab8-4987-bab9-45ca75cb796e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000838 10.0.0.131 - - [2026-03-05 01:55:39] "GET /domain/ae3906f1-fab8-4987-bab9-45ca75cb796e HTTP/1.1" 200 2596 0.009579 10.0.0.131 - - [2026-03-05 01:55:39] "GET /projects?obj_uuids=6f894243-7220-4354-9f03-176a873648c5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001315 10.0.0.131 - - [2026-03-05 01:55:39] "POST /neutron/port HTTP/1.1" 200 1074 0.269130 10.0.0.131 - - [2026-03-05 01:55:39] "GET /project/6f894243-7220-4354-9f03-176a873648c5 HTTP/1.1" 200 3253 0.079370 10.0.0.131 - - [2026-03-05 01:55:39] "GET /virtual-network/b4d02948-f85a-4f17-b7b9-82b13d293a22 HTTP/1.1" 200 3165 0.008410 10.0.0.131 - - [2026-03-05 01:55:39] "GET /floating-ip-pool/5cef1a96-7555-47a1-aad4-e8d416c9661e HTTP/1.1" 200 1443 0.004386 10.0.0.131 - - [2026-03-05 01:55:39] "POST /neutron/port HTTP/1.1" 200 1074 0.020091 10.0.0.131 - - [2026-03-05 01:55:39] "GET /domains HTTP/1.1" 200 281 0.002154 10.0.0.131 - - [2026-03-05 01:55:39] "GET /domains?obj_uuids=ae3906f1-fab8-4987-bab9-45ca75cb796e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001217 10.0.0.131 - - [2026-03-05 01:55:39] "GET /domain/ae3906f1-fab8-4987-bab9-45ca75cb796e HTTP/1.1" 200 2596 0.008342 10.0.0.131 - - [2026-03-05 01:55:39] "GET /projects?obj_uuids=6f894243-7220-4354-9f03-176a873648c5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000851 10.0.0.131 - - [2026-03-05 01:55:39] "POST /neutron/port HTTP/1.1" 200 1074 0.019957 10.0.0.131 - - [2026-03-05 01:55:39] "GET /project/6f894243-7220-4354-9f03-176a873648c5 HTTP/1.1" 200 3253 0.101545 10.0.0.131 - - [2026-03-05 01:55:39] "GET /virtual-network/b4d02948-f85a-4f17-b7b9-82b13d293a22 HTTP/1.1" 200 3165 0.011504 10.0.0.131 - - [2026-03-05 01:55:39] "POST /neutron/port HTTP/1.1" 200 1128 0.098389 10.0.0.131 - - [2026-03-05 01:55:39] "GET /virtual-network/b4d02948-f85a-4f17-b7b9-82b13d293a22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.004297 10.0.0.131 - - [2026-03-05 01:55:39] "POST /neutron/port HTTP/1.1" 200 1135 0.013758 10.0.0.131 - - [2026-03-05 01:55:39] "POST /neutron/port HTTP/1.1" 200 1138 0.012627 10.0.0.131 - - [2026-03-05 01:55:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003139 10.0.0.131 - - [2026-03-05 01:55:39] "POST /neutron/security_group HTTP/1.1" 200 2070 0.004984 10.0.0.131 - - [2026-03-05 01:55:39] "POST /neutron/subnet HTTP/1.1" 200 708 0.007222 10.0.0.131 - - [2026-03-05 01:55:39] "POST /neutron/port HTTP/1.1" 200 117 0.001049 10.0.0.131 - - [2026-03-05 01:55:39] "POST /neutron/network HTTP/1.1" 200 840 0.005831 10.0.0.131 - - [2026-03-05 01:55:39] "POST /neutron/port HTTP/1.1" 200 1135 0.012471 10.0.0.131 - - [2026-03-05 01:55:39] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005491 10.0.0.131 - - [2026-03-05 01:55:40] "POST /neutron/port HTTP/1.1" 200 1135 0.014263 10.0.0.131 - - [2026-03-05 01:55:40] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006524 10.0.0.131 - - [2026-03-05 01:55:40] "GET /virtual-machine/29101472-4b24-4c1a-ade1-91e650363e84 HTTP/1.1" 200 1306 0.004032 10.0.0.131 - - [2026-03-05 01:55:40] "GET /virtual-machine-interface/94a7e983-75ee-4760-b1db-63f10c889066 HTTP/1.1" 200 3011 0.004255 10.0.0.131 - - [2026-03-05 01:55:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002561 10.0.0.131 - - [2026-03-05 01:55:40] "GET /global-vrouter-config/2922bebb-86e8-4999-9cee-870c5db0ed3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002835 10.0.0.131 - - [2026-03-05 01:55:40] "GET /virtual-networks?parent_id=6f894243-7220-4354-9f03-176a873648c5&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.003641 10.0.0.131 - - [2026-03-05 01:55:40] "GET /virtual-network/dafd7b3d-a22b-4bc6-b1f2-188f18fcfbf0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005105 10.0.0.131 - - [2026-03-05 01:55:41] "GET /obj-perms HTTP/1.1" 200 5075 0.050728 10.0.0.131 - - [2026-03-05 01:55:41] "GET /obj-perms HTTP/1.1" 200 5075 0.048996 10.0.0.131 - - [2026-03-05 01:55:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002946 10.0.0.131 - - [2026-03-05 01:55:43] "GET /virtual-network/dafd7b3d-a22b-4bc6-b1f2-188f18fcfbf0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005542 10.0.0.131 - - [2026-03-05 01:55:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002635 10.0.0.131 - - [2026-03-05 01:55:47] "GET /virtual-network/dafd7b3d-a22b-4bc6-b1f2-188f18fcfbf0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005042 10.0.0.131 - - [2026-03-05 01:55:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003016 10.0.0.131 - - [2026-03-05 01:55:49] "GET /global-vrouter-config/2922bebb-86e8-4999-9cee-870c5db0ed3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002958 10.0.0.131 - - [2026-03-05 01:55:49] "GET /virtual-networks?parent_id=6f894243-7220-4354-9f03-176a873648c5&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.003120 10.0.0.131 - - [2026-03-05 01:55:49] "GET /virtual-network/dafd7b3d-a22b-4bc6-b1f2-188f18fcfbf0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005909 10.0.0.131 - - [2026-03-05 01:55:49] "POST /neutron/port HTTP/1.1" 200 1135 0.012851 10.0.0.131 - - [2026-03-05 01:55:49] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005432 10.0.0.131 - - [2026-03-05 01:55:50] "POST /neutron/port HTTP/1.1" 200 1135 0.035971 10.0.0.131 - - [2026-03-05 01:55:50] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006649 10.0.0.131 - - [2026-03-05 01:55:50] "POST /neutron/port HTTP/1.1" 200 1138 0.013585 10.0.0.131 - - [2026-03-05 01:55:50] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006420 10.0.0.131 - - [2026-03-05 01:55:54] "GET /projects?obj_uuids=6f894243-7220-4354-9f03-176a873648c5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000916 10.0.0.131 - - [2026-03-05 01:55:54] "POST /neutron/floatingip HTTP/1.1" 200 532 0.053817 10.0.0.131 - - [2026-03-05 01:55:54] "POST /neutron/port HTTP/1.1" 200 1135 0.010516 10.0.0.131 - - [2026-03-05 01:55:54] "POST /neutron/floatingip HTTP/1.1" 200 532 0.004968 10.0.0.131 - - [2026-03-05 01:55:54] "POST /neutron/floatingip HTTP/1.1" 200 578 0.030636 10.0.0.131 - - [2026-03-05 01:55:54] "POST /neutron/port HTTP/1.1" 200 1138 0.011634 10.0.0.131 - - [2026-03-05 01:55:55] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005627 10.0.0.131 - - [2026-03-05 01:55:55] "POST /neutron/port HTTP/1.1" 200 1138 0.012161 10.0.0.131 - - [2026-03-05 01:55:55] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007342 10.0.0.131 - - [2026-03-05 01:55:55] "POST /neutron/port HTTP/1.1" 200 1138 0.011674 10.0.0.131 - - [2026-03-05 01:55:55] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005656 10.0.0.131 - - [2026-03-05 01:55:55] "GET /virtual-machine/21b257ea-db7d-4d9f-94fa-10abd80fb810 HTTP/1.1" 200 1306 0.004419 10.0.0.131 - - [2026-03-05 01:55:55] "GET /virtual-machine-interface/534c2e4b-2038-47f3-9cb7-911f392ade5d HTTP/1.1" 200 3010 0.004132 10.0.0.131 - - [2026-03-05 01:55:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.005314 10.0.0.131 - - [2026-03-05 01:55:55] "GET /global-vrouter-config/2922bebb-86e8-4999-9cee-870c5db0ed3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003027 10.0.0.131 - - [2026-03-05 01:55:55] "GET /virtual-networks?parent_id=6f894243-7220-4354-9f03-176a873648c5&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.002922 10.0.0.131 - - [2026-03-05 01:55:55] "GET /virtual-network/b4d02948-f85a-4f17-b7b9-82b13d293a22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.005116 10.0.0.131 - - [2026-03-05 01:55:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003241 10.0.0.131 - - [2026-03-05 01:55:56] "GET /global-vrouter-config/2922bebb-86e8-4999-9cee-870c5db0ed3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003017 10.0.0.131 - - [2026-03-05 01:55:56] "GET /virtual-networks?parent_id=6f894243-7220-4354-9f03-176a873648c5&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.002680 10.0.0.131 - - [2026-03-05 01:55:56] "GET /virtual-network/b4d02948-f85a-4f17-b7b9-82b13d293a22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.004863 10.0.0.131 - - [2026-03-05 01:55:56] "POST /neutron/floatingip HTTP/1.1" 200 578 0.009933 10.0.0.131 - - [2026-03-05 01:55:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.001916 10.0.0.131 - - [2026-03-05 01:55:56] "GET /routing-instance/701f9d2e-34f6-4a19-ba32-c32ffb847de5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1494 0.002493 10.0.0.131 - - [2026-03-05 01:55:56] "GET /route-target/b5900388-ebce-4235-aacf-4fd8c85c4391?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.003028 10.0.0.131 - - [2026-03-05 01:55:56] "GET /floating-ip/f65a71d6-3735-4e71-b1f1-f5ba831434b4 HTTP/1.1" 200 1894 0.004693 10.0.0.131 - - [2026-03-05 01:55:59] "POST /neutron/floatingip HTTP/1.1" 200 578 0.011047 10.0.0.131 - - [2026-03-05 01:55:59] "POST /neutron/floatingip HTTP/1.1" 200 532 0.022712 10.0.0.131 - - [2026-03-05 01:55:59] "POST /neutron/floatingip HTTP/1.1" 200 532 0.004936 10.0.0.131 - - [2026-03-05 01:55:59] "POST /neutron/floatingip HTTP/1.1" 200 115 0.036969 10.0.0.131 - - [2026-03-05 01:55:59] "GET /floating-ip-pool/5cef1a96-7555-47a1-aad4-e8d416c9661e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1207 0.003655 10.0.0.131 - - [2026-03-05 01:55:59] "POST /ref-update HTTP/1.1" 200 156 0.009349 10.0.0.131 - - [2026-03-05 01:55:59] "DELETE /floating-ip-pool/5cef1a96-7555-47a1-aad4-e8d416c9661e HTTP/1.1" 200 115 0.026012 10.0.0.131 - - [2026-03-05 01:56:00] "POST /neutron/network HTTP/1.1" 200 837 0.007169 10.0.0.131 - - [2026-03-05 01:56:00] "POST /neutron/network HTTP/1.1" 400 204 0.015534 10.0.0.131 - - [2026-03-05 01:56:00] "POST /neutron/port HTTP/1.1" 200 1138 0.022716 10.0.0.131 - - [2026-03-05 01:56:00] "POST /neutron/port HTTP/1.1" 200 1128 0.010666 10.0.0.131 - - [2026-03-05 01:56:00] "POST /neutron/port HTTP/1.1" 200 1135 0.021441 10.0.0.131 - - [2026-03-05 01:56:00] "POST /neutron/port HTTP/1.1" 200 1125 0.012565 10.0.0.131 - - [2026-03-05 01:56:00] "POST /neutron/port HTTP/1.1" 200 151 0.122732 10.0.0.131 - - [2026-03-05 01:56:00] "POST /neutron/port HTTP/1.1" 200 151 0.129159 10.0.0.131 - - [2026-03-05 01:56:02] "POST /neutron/network HTTP/1.1" 200 837 0.006012 10.0.0.131 - - [2026-03-05 01:56:02] "POST /useragent-kv HTTP/1.1" 200 115 0.005959 10.0.0.131 - - [2026-03-05 01:56:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004994 10.0.0.131 - - [2026-03-05 01:56:02] "POST /useragent-kv HTTP/1.1" 200 115 0.002116 10.0.0.131 - - [2026-03-05 01:56:02] "POST /neutron/network HTTP/1.1" 200 151 0.092577 10.0.0.131 - - [2026-03-05 01:56:02] "GET /routing-instance/7bc415b9-3358-4135-b540-74ea094e2180 HTTP/1.1" 404 171 0.002839 10.0.0.131 - - [2026-03-05 01:56:02] "DELETE /route-target/68eed77e-f86a-4cb5-96f5-2ca1a963896c HTTP/1.1" 200 115 0.015853 10.0.0.131 - - [2026-03-05 01:56:02] "GET /domains HTTP/1.1" 200 281 0.003902 10.0.0.131 - - [2026-03-05 01:56:02] "GET /domains?obj_uuids=ae3906f1-fab8-4987-bab9-45ca75cb796e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001321 10.0.0.131 - - [2026-03-05 01:56:02] "GET /domain/ae3906f1-fab8-4987-bab9-45ca75cb796e HTTP/1.1" 200 2596 0.048237 10.0.0.131 - - [2026-03-05 01:56:02] "GET /projects?obj_uuids=6f894243-7220-4354-9f03-176a873648c5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000887 10.0.0.131 - - [2026-03-05 01:56:02] "GET /project/6f894243-7220-4354-9f03-176a873648c5 HTTP/1.1" 200 2179 0.072416 10.0.0.131 - - [2026-03-05 01:56:02] "POST /neutron/network HTTP/1.1" 200 840 0.010116 10.0.0.131 - - [2026-03-05 01:56:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003369 10.0.0.131 - - [2026-03-05 01:56:02] "POST /useragent-kv HTTP/1.1" 200 115 0.001878 10.0.0.131 - - [2026-03-05 01:56:02] "POST /useragent-kv HTTP/1.1" 200 115 0.002702 10.0.0.131 - - [2026-03-05 01:56:02] "POST /neutron/network HTTP/1.1" 200 151 0.086693 10.0.0.131 - - [2026-03-05 01:56:02] "GET /routing-instance/701f9d2e-34f6-4a19-ba32-c32ffb847de5 HTTP/1.1" 404 171 0.006579 10.0.0.131 - - [2026-03-05 01:56:02] "GET /domains HTTP/1.1" 200 281 0.002131 10.0.0.131 - - [2026-03-05 01:56:02] "GET /domains?obj_uuids=ae3906f1-fab8-4987-bab9-45ca75cb796e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001108 10.0.0.131 - - [2026-03-05 01:56:02] "DELETE /route-target/b5900388-ebce-4235-aacf-4fd8c85c4391 HTTP/1.1" 200 115 0.041036 10.0.0.131 - - [2026-03-05 01:56:02] "GET /domain/ae3906f1-fab8-4987-bab9-45ca75cb796e HTTP/1.1" 200 2596 0.051299 10.0.0.131 - - [2026-03-05 01:56:02] "GET /projects?obj_uuids=6f894243-7220-4354-9f03-176a873648c5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001340 10.0.0.131 - - [2026-03-05 01:56:02] "GET /project/6f894243-7220-4354-9f03-176a873648c5 HTTP/1.1" 200 1928 0.067544 10.0.0.131 - - [2026-03-05 01:56:02] "GET /projects?obj_uuids=6f894243-7220-4354-9f03-176a873648c5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001044 10.0.0.131 - - [2026-03-05 01:56:02] "GET /project/6f894243-7220-4354-9f03-176a873648c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.022170 10.0.0.131 - - [2026-03-05 01:56:02] "GET /projects?obj_uuids=6f894243-7220-4354-9f03-176a873648c5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000896 10.0.0.131 - - [2026-03-05 01:56:03] "GET /project/6f894243-7220-4354-9f03-176a873648c5?fields=virtual_networks HTTP/1.1" 200 1057 0.074417 10.0.0.131 - - [2026-03-05 01:56:03] "GET /projects?obj_uuids=6f894243-7220-4354-9f03-176a873648c5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000998 10.0.0.131 - - [2026-03-05 01:56:03] "GET /project/6f894243-7220-4354-9f03-176a873648c5?fields=virtual_machine_interfaces HTTP/1.1" 200 1057 0.028053 10.0.0.131 - - [2026-03-05 01:56:03] "GET /projects?obj_uuids=6f894243-7220-4354-9f03-176a873648c5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000977 10.0.0.131 - - [2026-03-05 01:56:03] "GET /project/6f894243-7220-4354-9f03-176a873648c5?fields=security_groups HTTP/1.1" 200 1296 0.035884 10.0.0.131 - - [2026-03-05 01:56:04] "POST /fqname-to-id HTTP/1.1" 404 183 0.032638 10.0.0.131 - - [2026-03-05 01:56:04] "GET /projects?obj_uuids=06783465-34e2-4e82-b60f-51a9d0f02508&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002346 10.0.0.131 - - [2026-03-05 01:56:04] "GET /domains?obj_uuids=ae3906f1-fab8-4987-bab9-45ca75cb796e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000829 10.0.0.131 - - [2026-03-05 01:56:04] "GET /domain/ae3906f1-fab8-4987-bab9-45ca75cb796e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006059 10.0.0.131 - - [2026-03-05 01:56:04] "POST /id-to-fqname HTTP/1.1" 200 185 0.001034 10.0.0.131 - - [2026-03-05 01:56:04] "POST /fqname-to-id HTTP/1.1" 404 194 0.003208 10.0.0.131 - - [2026-03-05 01:56:04] "POST /security-groups HTTP/1.1" 200 586 0.060524 10.0.0.131 - - [2026-03-05 01:56:04] "POST /fqname-to-id HTTP/1.1" 404 229 0.004523 10.0.0.131 - - [2026-03-05 01:56:04] "POST /projects HTTP/1.1" 200 575 0.210262 10.0.0.131 - - [2026-03-05 01:56:04] "POST /access-control-lists HTTP/1.1" 200 593 0.055852 10.0.0.131 - - [2026-03-05 01:56:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.280609 10.0.0.131 - - [2026-03-05 01:56:04] "POST /fqname-to-id HTTP/1.1" 404 228 0.002393 10.0.0.131 - - [2026-03-05 01:56:04] "GET /project/06783465-34e2-4e82-b60f-51a9d0f02508?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.405936 10.0.0.131 - - [2026-03-05 01:56:04] "POST /access-control-lists HTTP/1.1" 200 591 0.063714 10.0.0.131 - - [2026-03-05 01:56:05] "GET / HTTP/1.1" 200 36215 0.001655 10.0.0.131 - - [2026-03-05 01:56:06] "GET /projects?obj_uuids=06783465-34e2-4e82-b60f-51a9d0f02508&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000865 10.0.0.131 - - [2026-03-05 01:56:06] "GET /project/06783465-34e2-4e82-b60f-51a9d0f02508?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.022856 10.0.0.131 - - [2026-03-05 01:56:06] "GET /projects?obj_uuids=06783465-34e2-4e82-b60f-51a9d0f02508&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000887 10.0.0.131 - - [2026-03-05 01:56:06] "GET /project/06783465-34e2-4e82-b60f-51a9d0f02508?fields=virtual_networks HTTP/1.1" 200 1022 0.064116 10.0.0.131 - - [2026-03-05 01:56:06] "GET /projects?obj_uuids=06783465-34e2-4e82-b60f-51a9d0f02508&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000930 10.0.0.131 - - [2026-03-05 01:56:06] "GET /project/06783465-34e2-4e82-b60f-51a9d0f02508?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.072653 10.0.0.131 - - [2026-03-05 01:56:06] "GET /projects?obj_uuids=06783465-34e2-4e82-b60f-51a9d0f02508&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000911 10.0.0.131 - - [2026-03-05 01:56:07] "GET /project/06783465-34e2-4e82-b60f-51a9d0f02508?fields=security_groups HTTP/1.1" 200 1244 0.025765 10.0.0.131 - - [2026-03-05 01:56:07] "POST /fqname-to-id HTTP/1.1" 404 183 0.023900 10.0.0.131 - - [2026-03-05 01:56:07] "GET /projects?obj_uuids=cc278c55-5e10-426c-be02-d31274198729&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.001963 10.0.0.131 - - [2026-03-05 01:56:07] "GET /domains?obj_uuids=ae3906f1-fab8-4987-bab9-45ca75cb796e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000854 10.0.0.131 - - [2026-03-05 01:56:07] "GET /domain/ae3906f1-fab8-4987-bab9-45ca75cb796e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006199 10.0.0.131 - - [2026-03-05 01:56:08] "POST /id-to-fqname HTTP/1.1" 200 185 0.001112 10.0.0.131 - - [2026-03-05 01:56:08] "POST /fqname-to-id HTTP/1.1" 404 194 0.002744 10.0.0.131 - - [2026-03-05 01:56:08] "POST /security-groups HTTP/1.1" 200 586 0.063527 10.0.0.131 - - [2026-03-05 01:56:08] "POST /fqname-to-id HTTP/1.1" 404 229 0.002097 10.0.0.131 - - [2026-03-05 01:56:08] "POST /projects HTTP/1.1" 200 575 0.220699 10.0.0.131 - - [2026-03-05 01:56:08] "POST /access-control-lists HTTP/1.1" 200 593 0.057134 10.0.0.131 - - [2026-03-05 01:56:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.297239 10.0.0.131 - - [2026-03-05 01:56:08] "POST /fqname-to-id HTTP/1.1" 404 228 0.002492 10.0.0.131 - - [2026-03-05 01:56:08] "GET /project/cc278c55-5e10-426c-be02-d31274198729?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.415150 10.0.0.131 - - [2026-03-05 01:56:08] "POST /access-control-lists HTTP/1.1" 200 591 0.060794 10.0.0.131 - - [2026-03-05 01:56:09] "GET / HTTP/1.1" 200 36215 0.001824 10.0.0.131 - - [2026-03-05 01:56:09] "POST /fqname-to-id HTTP/1.1" 404 193 0.002660 10.0.0.131 - - [2026-03-05 01:56:09] "GET /projects?obj_uuids=12b8d06f-10a6-4b77-82a2-60eade0fa681&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000877 10.0.0.131 - - [2026-03-05 01:56:09] "POST /fqname-to-id HTTP/1.1" 404 228 0.003073 10.0.0.131 - - [2026-03-05 01:56:09] "POST /access-control-lists HTTP/1.1" 200 592 0.013239 10.0.0.131 - - [2026-03-05 01:56:09] "POST /fqname-to-id HTTP/1.1" 404 227 0.002325 10.0.0.131 - - [2026-03-05 01:56:10] "POST /access-control-lists HTTP/1.1" 200 590 0.014836 10.0.0.131 - - [2026-03-05 01:56:10] "PUT /access-control-list/ed551c38-1b91-4162-a713-7e968b907afe HTTP/1.1" 200 273 0.007336 10.0.0.131 - - [2026-03-05 01:56:10] "POST /neutron/security_group HTTP/1.1" 200 1364 0.308798 10.0.0.131 - - [2026-03-05 01:56:10] "PUT /access-control-list/f2f80c06-c2d4-4c23-9e9b-aa390c9356e6 HTTP/1.1" 200 273 0.010431 10.0.0.131 - - [2026-03-05 01:56:10] "GET /projects?obj_uuids=12b8d06f-10a6-4b77-82a2-60eade0fa681&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000928 10.0.0.131 - - [2026-03-05 01:56:10] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.024361 10.0.0.131 - - [2026-03-05 01:56:10] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.009701 10.0.0.131 - - [2026-03-05 01:56:10] "PUT /access-control-list/f2f80c06-c2d4-4c23-9e9b-aa390c9356e6 HTTP/1.1" 200 273 0.011177 10.0.0.131 - - [2026-03-05 01:56:10] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.144063 10.0.0.131 - - [2026-03-05 01:56:10] "PUT /access-control-list/f2f80c06-c2d4-4c23-9e9b-aa390c9356e6 HTTP/1.1" 200 273 0.010548 10.0.0.131 - - [2026-03-05 01:56:10] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.009119 10.0.0.131 - - [2026-03-05 01:56:10] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.118501 10.0.0.131 - - [2026-03-05 01:56:10] "POST /fqname-to-id HTTP/1.1" 404 193 0.002722 10.0.0.131 - - [2026-03-05 01:56:10] "PUT /access-control-list/f2f80c06-c2d4-4c23-9e9b-aa390c9356e6 HTTP/1.1" 200 273 0.007444 10.0.0.131 - - [2026-03-05 01:56:10] "GET /projects?obj_uuids=12b8d06f-10a6-4b77-82a2-60eade0fa681&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000908 10.0.0.131 - - [2026-03-05 01:56:10] "POST /fqname-to-id HTTP/1.1" 404 228 0.002538 10.0.0.131 - - [2026-03-05 01:56:10] "POST /access-control-lists HTTP/1.1" 200 592 0.012284 10.0.0.131 - - [2026-03-05 01:56:10] "POST /fqname-to-id HTTP/1.1" 404 227 0.002408 10.0.0.131 - - [2026-03-05 01:56:10] "POST /access-control-lists HTTP/1.1" 200 590 0.013024 10.0.0.131 - - [2026-03-05 01:56:10] "PUT /access-control-list/b8170a32-f84c-4b5b-ae2b-ba8506f96c42 HTTP/1.1" 200 273 0.007672 10.0.0.131 - - [2026-03-05 01:56:10] "POST /neutron/security_group HTTP/1.1" 200 1364 0.275978 10.0.0.131 - - [2026-03-05 01:56:10] "PUT /access-control-list/5e6cee20-fcfd-4159-be3c-c984e80252cf HTTP/1.1" 200 273 0.013451 10.0.0.131 - - [2026-03-05 01:56:10] "GET /projects?obj_uuids=12b8d06f-10a6-4b77-82a2-60eade0fa681&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000935 10.0.0.131 - - [2026-03-05 01:56:10] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.028009 10.0.0.131 - - [2026-03-05 01:56:10] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.006592 10.0.0.131 - - [2026-03-05 01:56:10] "PUT /access-control-list/5e6cee20-fcfd-4159-be3c-c984e80252cf HTTP/1.1" 200 273 0.011235 10.0.0.131 - - [2026-03-05 01:56:10] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.109035 10.0.0.131 - - [2026-03-05 01:56:10] "PUT /access-control-list/5e6cee20-fcfd-4159-be3c-c984e80252cf HTTP/1.1" 200 273 0.009013 10.0.0.131 - - [2026-03-05 01:56:10] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.010249 10.0.0.131 - - [2026-03-05 01:56:11] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.106441 10.0.0.131 - - [2026-03-05 01:56:11] "POST /fqname-to-id HTTP/1.1" 401 293 0.000329 10.0.0.131 - - [2026-03-05 01:56:11] "PUT /access-control-list/5e6cee20-fcfd-4159-be3c-c984e80252cf HTTP/1.1" 200 273 0.007154 10.0.0.131 - - [2026-03-05 01:56:11] "POST /fqname-to-id HTTP/1.1" 404 210 0.029914 10.0.0.131 - - [2026-03-05 01:56:11] "GET /projects?obj_uuids=cc278c55-5e10-426c-be02-d31274198729&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001124 10.0.0.131 - - [2026-03-05 01:56:11] "POST /fqname-to-id HTTP/1.1" 404 245 0.002594 10.0.0.131 - - [2026-03-05 01:56:11] "POST /access-control-lists HTTP/1.1" 200 609 0.013459 10.0.0.131 - - [2026-03-05 01:56:11] "POST /fqname-to-id HTTP/1.1" 404 244 0.002310 10.0.0.131 - - [2026-03-05 01:56:11] "POST /access-control-lists HTTP/1.1" 200 607 0.014518 10.0.0.131 - - [2026-03-05 01:56:11] "PUT /access-control-list/3860f8f7-dcdc-4231-a794-af29a6ab1e79 HTTP/1.1" 200 273 0.006964 10.0.0.131 - - [2026-03-05 01:56:11] "PUT /access-control-list/464f92ef-bd16-4bd6-a8c6-947aa6b5dbea HTTP/1.1" 200 273 0.007682 10.0.0.131 - - [2026-03-05 01:56:11] "POST /neutron/security_group HTTP/1.1" 200 1379 0.392517 10.0.0.131 - - [2026-03-05 01:56:11] "PUT /access-control-list/464f92ef-bd16-4bd6-a8c6-947aa6b5dbea HTTP/1.1" 200 273 0.010414 10.0.0.131 - - [2026-03-05 01:56:11] "GET /projects?obj_uuids=cc278c55-5e10-426c-be02-d31274198729&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001227 10.0.0.131 - - [2026-03-05 01:56:11] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.034468 10.0.0.131 - - [2026-03-05 01:56:11] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.010452 10.0.0.131 - - [2026-03-05 01:56:12] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.163416 10.0.0.131 - - [2026-03-05 01:56:12] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.007579 10.0.0.131 - - [2026-03-05 01:56:12] "PUT /access-control-list/464f92ef-bd16-4bd6-a8c6-947aa6b5dbea HTTP/1.1" 200 273 0.012521 10.0.0.131 - - [2026-03-05 01:56:12] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.162360 10.0.0.131 - - [2026-03-05 01:56:12] "POST /fqname-to-id HTTP/1.1" 404 210 0.002946 10.0.0.131 - - [2026-03-05 01:56:12] "PUT /access-control-list/464f92ef-bd16-4bd6-a8c6-947aa6b5dbea HTTP/1.1" 200 273 0.010567 10.0.0.131 - - [2026-03-05 01:56:12] "GET /projects?obj_uuids=cc278c55-5e10-426c-be02-d31274198729&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000874 10.0.0.131 - - [2026-03-05 01:56:12] "POST /fqname-to-id HTTP/1.1" 404 245 0.002970 10.0.0.131 - - [2026-03-05 01:56:12] "POST /access-control-lists HTTP/1.1" 200 609 0.015797 10.0.0.131 - - [2026-03-05 01:56:12] "POST /fqname-to-id HTTP/1.1" 404 244 0.003168 10.0.0.131 - - [2026-03-05 01:56:12] "POST /access-control-lists HTTP/1.1" 200 607 0.019429 10.0.0.131 - - [2026-03-05 01:56:12] "PUT /access-control-list/08efeead-207c-455c-93c2-93977a6e2339 HTTP/1.1" 200 273 0.007740 10.0.0.131 - - [2026-03-05 01:56:12] "PUT /access-control-list/e0ba1544-95e0-42a1-a50b-4fa629390ad4 HTTP/1.1" 200 273 0.008987 10.0.0.131 - - [2026-03-05 01:56:12] "POST /neutron/security_group HTTP/1.1" 200 1379 0.344676 10.0.0.131 - - [2026-03-05 01:56:12] "PUT /access-control-list/e0ba1544-95e0-42a1-a50b-4fa629390ad4 HTTP/1.1" 200 273 0.008625 10.0.0.131 - - [2026-03-05 01:56:12] "GET /projects?obj_uuids=cc278c55-5e10-426c-be02-d31274198729&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001019 10.0.0.131 - - [2026-03-05 01:56:12] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.024397 10.0.0.131 - - [2026-03-05 01:56:12] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.006982 10.0.0.131 - - [2026-03-05 01:56:12] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.094581 10.0.0.131 - - [2026-03-05 01:56:12] "PUT /access-control-list/e0ba1544-95e0-42a1-a50b-4fa629390ad4 HTTP/1.1" 200 273 0.007110 10.0.0.131 - - [2026-03-05 01:56:12] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.019189 10.0.0.131 - - [2026-03-05 01:56:12] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.097049 10.0.0.131 - - [2026-03-05 01:56:12] "PUT /access-control-list/e0ba1544-95e0-42a1-a50b-4fa629390ad4 HTTP/1.1" 200 273 0.007936 10.0.0.131 - - [2026-03-05 01:56:13] "GET /projects?obj_uuids=12b8d06f-10a6-4b77-82a2-60eade0fa681&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000910 10.0.0.131 - - [2026-03-05 01:56:13] "POST /neutron/router HTTP/1.1" 200 541 0.040939 10.0.0.131 - - [2026-03-05 01:56:13] "POST /neutron/router HTTP/1.1" 200 541 0.002995 10.0.0.131 - - [2026-03-05 01:56:13] "POST /route-targets HTTP/1.1" 200 328 0.012474 10.0.0.131 - - [2026-03-05 01:56:13] "POST /neutron/router HTTP/1.1" 200 541 0.004701 10.0.0.131 - - [2026-03-05 01:56:13] "PUT /logical-router/5b76d315-c10f-45de-9f5b-59779152ab1c HTTP/1.1" 200 263 0.015141 10.0.0.131 - - [2026-03-05 01:56:13] "POST /neutron/router HTTP/1.1" 200 541 0.003542 10.0.0.131 - - [2026-03-05 01:56:13] "POST /neutron/router HTTP/1.1" 200 541 0.003159 10.0.0.131 - - [2026-03-05 01:56:13] "POST /neutron/router HTTP/1.1" 200 541 0.003052 10.0.0.131 - - [2026-03-05 01:56:13] "POST /neutron/router HTTP/1.1" 200 541 0.002878 10.0.0.131 - - [2026-03-05 01:56:13] "POST /neutron/router HTTP/1.1" 200 541 0.003265 10.0.0.131 - - [2026-03-05 01:56:13] "POST /neutron/router HTTP/1.1" 200 541 0.002815 10.0.0.131 - - [2026-03-05 01:56:13] "POST /neutron/router HTTP/1.1" 200 541 0.003319 10.0.0.131 - - [2026-03-05 01:56:13] "POST /neutron/router HTTP/1.1" 200 541 0.003000 10.0.0.131 - - [2026-03-05 01:56:13] "POST /neutron/router HTTP/1.1" 200 541 0.002833 10.0.0.131 - - [2026-03-05 01:56:13] "POST /neutron/router HTTP/1.1" 200 541 0.002807 10.0.0.131 - - [2026-03-05 01:56:13] "POST /neutron/router HTTP/1.1" 200 541 0.003021 10.0.0.131 - - [2026-03-05 01:56:13] "POST /neutron/router HTTP/1.1" 200 541 0.002895 10.0.0.131 - - [2026-03-05 01:56:13] "POST /neutron/router HTTP/1.1" 200 541 0.002701 10.0.0.131 - - [2026-03-05 01:56:13] "POST /neutron/router HTTP/1.1" 200 541 0.002869 10.0.0.131 - - [2026-03-05 01:56:13] "POST /neutron/router HTTP/1.1" 200 541 0.002938 10.0.0.131 - - [2026-03-05 01:56:13] "POST /neutron/router HTTP/1.1" 200 541 0.002950 10.0.0.131 - - [2026-03-05 01:56:13] "POST /neutron/router HTTP/1.1" 200 541 0.009818 10.0.0.131 - - [2026-03-05 01:56:13] "POST /neutron/router HTTP/1.1" 200 541 0.003387 10.0.0.131 - - [2026-03-05 01:56:13] "POST /neutron/router HTTP/1.1" 200 541 0.002737 10.0.0.131 - - [2026-03-05 01:56:13] "POST /neutron/router HTTP/1.1" 200 541 0.002758 10.0.0.131 - - [2026-03-05 01:56:13] "POST /neutron/router HTTP/1.1" 200 541 0.003206 10.0.0.131 - - [2026-03-05 01:56:13] "POST /neutron/router HTTP/1.1" 200 541 0.002849 10.0.0.131 - - [2026-03-05 01:56:13] "POST /neutron/router HTTP/1.1" 200 541 0.002939 10.0.0.131 - - [2026-03-05 01:56:13] "POST /neutron/router HTTP/1.1" 200 541 0.002897 10.0.0.131 - - [2026-03-05 01:56:13] "POST /neutron/router HTTP/1.1" 200 541 0.003091 10.0.0.131 - - [2026-03-05 01:56:13] "POST /neutron/router HTTP/1.1" 200 541 0.002739 10.0.0.131 - - [2026-03-05 01:56:13] "POST /neutron/router HTTP/1.1" 200 541 0.002735 10.0.0.131 - - [2026-03-05 01:56:13] "POST /neutron/router HTTP/1.1" 200 541 0.003508 10.0.0.131 - - [2026-03-05 01:56:13] "POST /neutron/router HTTP/1.1" 200 541 0.002519 10.0.0.131 - - [2026-03-05 01:56:13] "POST /neutron/router HTTP/1.1" 200 541 0.003034 10.0.0.131 - - [2026-03-05 01:56:13] "POST /neutron/router HTTP/1.1" 200 541 0.012182 10.0.0.131 - - [2026-03-05 01:56:13] "POST /neutron/router HTTP/1.1" 200 541 0.003018 10.0.0.131 - - [2026-03-05 01:56:13] "POST /neutron/router HTTP/1.1" 200 541 0.015325 10.0.0.131 - - [2026-03-05 01:56:13] "POST /neutron/router HTTP/1.1" 200 541 0.003015 10.0.0.131 - - [2026-03-05 01:56:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002843 10.0.0.131 - - [2026-03-05 01:56:13] "GET /logical-router/5b76d315-c10f-45de-9f5b-59779152ab1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002109 10.0.0.131 - - [2026-03-05 01:56:13] "POST /neutron/router HTTP/1.1" 200 151 0.036633 10.0.0.131 - - [2026-03-05 01:56:13] "GET /projects?obj_uuids=12b8d06f-10a6-4b77-82a2-60eade0fa681&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000874 10.0.0.131 - - [2026-03-05 01:56:13] "DELETE /route-target/06025ce7-7c2e-4b5c-a08b-ba1b2bf7a623 HTTP/1.1" 200 115 0.018594 10.0.0.131 - - [2026-03-05 01:56:13] "POST /neutron/router HTTP/1.1" 200 541 0.041886 10.0.0.131 - - [2026-03-05 01:56:13] "POST /neutron/router HTTP/1.1" 200 541 0.004193 10.0.0.131 - - [2026-03-05 01:56:13] "POST /route-targets HTTP/1.1" 200 328 0.013365 10.0.0.131 - - [2026-03-05 01:56:13] "POST /neutron/router HTTP/1.1" 200 541 0.002350 10.0.0.131 - - [2026-03-05 01:56:13] "PUT /logical-router/b7ed4a6d-842d-40ae-8698-409bbd007171 HTTP/1.1" 200 263 0.021685 10.0.0.131 - - [2026-03-05 01:56:13] "POST /neutron/router HTTP/1.1" 200 541 0.008491 10.0.0.131 - - [2026-03-05 01:56:13] "POST /neutron/router HTTP/1.1" 200 541 0.004207 10.0.0.131 - - [2026-03-05 01:56:13] "POST /neutron/router HTTP/1.1" 200 541 0.002902 10.0.0.131 - - [2026-03-05 01:56:13] "POST /neutron/router HTTP/1.1" 200 541 0.003394 10.0.0.131 - - [2026-03-05 01:56:13] "POST /neutron/router HTTP/1.1" 200 541 0.003374 10.0.0.131 - - [2026-03-05 01:56:13] "POST /neutron/router HTTP/1.1" 200 541 0.002867 10.0.0.131 - - [2026-03-05 01:56:13] "POST /neutron/router HTTP/1.1" 200 541 0.002869 10.0.0.131 - - [2026-03-05 01:56:13] "POST /neutron/router HTTP/1.1" 200 541 0.003022 10.0.0.131 - - [2026-03-05 01:56:13] "POST /neutron/router HTTP/1.1" 200 541 0.004121 10.0.0.131 - - [2026-03-05 01:56:13] "POST /neutron/router HTTP/1.1" 200 541 0.002845 10.0.0.131 - - [2026-03-05 01:56:13] "POST /neutron/router HTTP/1.1" 200 541 0.002530 10.0.0.131 - - [2026-03-05 01:56:13] "POST /neutron/router HTTP/1.1" 200 541 0.002932 10.0.0.131 - - [2026-03-05 01:56:14] "POST /neutron/router HTTP/1.1" 200 541 0.002753 10.0.0.131 - - [2026-03-05 01:56:14] "POST /neutron/router HTTP/1.1" 200 541 0.002936 10.0.0.131 - - [2026-03-05 01:56:14] "POST /neutron/router HTTP/1.1" 200 541 0.002790 10.0.0.131 - - [2026-03-05 01:56:14] "POST /neutron/router HTTP/1.1" 200 541 0.002922 10.0.0.131 - - [2026-03-05 01:56:14] "POST /neutron/router HTTP/1.1" 200 541 0.002978 10.0.0.131 - - [2026-03-05 01:56:14] "POST /neutron/router HTTP/1.1" 200 541 0.003039 10.0.0.131 - - [2026-03-05 01:56:14] "POST /neutron/router HTTP/1.1" 200 541 0.003113 10.0.0.131 - - [2026-03-05 01:56:14] "POST /neutron/router HTTP/1.1" 200 541 0.002871 10.0.0.131 - - [2026-03-05 01:56:14] "POST /neutron/router HTTP/1.1" 200 541 0.002812 10.0.0.131 - - [2026-03-05 01:56:14] "POST /neutron/router HTTP/1.1" 200 541 0.003081 10.0.0.131 - - [2026-03-05 01:56:14] "POST /neutron/router HTTP/1.1" 200 541 0.003390 10.0.0.131 - - [2026-03-05 01:56:14] "POST /neutron/router HTTP/1.1" 200 541 0.003046 10.0.0.131 - - [2026-03-05 01:56:14] "POST /neutron/router HTTP/1.1" 200 541 0.003401 10.0.0.131 - - [2026-03-05 01:56:14] "POST /neutron/router HTTP/1.1" 200 541 0.003030 10.0.0.131 - - [2026-03-05 01:56:14] "POST /neutron/router HTTP/1.1" 200 541 0.002865 10.0.0.131 - - [2026-03-05 01:56:14] "POST /neutron/router HTTP/1.1" 200 541 0.002964 10.0.0.131 - - [2026-03-05 01:56:14] "POST /neutron/router HTTP/1.1" 200 541 0.002894 10.0.0.131 - - [2026-03-05 01:56:14] "POST /neutron/router HTTP/1.1" 200 541 0.002901 10.0.0.131 - - [2026-03-05 01:56:14] "POST /neutron/router HTTP/1.1" 200 541 0.012968 10.0.0.131 - - [2026-03-05 01:56:14] "POST /neutron/router HTTP/1.1" 200 541 0.003140 10.0.0.131 - - [2026-03-05 01:56:14] "POST /neutron/router HTTP/1.1" 200 542 0.014943 10.0.0.131 - - [2026-03-05 01:56:14] "POST /neutron/router HTTP/1.1" 200 542 0.003415 10.0.0.131 - - [2026-03-05 01:56:14] "GET /logical-router/b7ed4a6d-842d-40ae-8698-409bbd007171?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002855 10.0.0.131 - - [2026-03-05 01:56:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003147 10.0.0.131 - - [2026-03-05 01:56:14] "POST /neutron/router HTTP/1.1" 200 151 0.042090 10.0.0.131 - - [2026-03-05 01:56:14] "GET /projects?obj_uuids=cc278c55-5e10-426c-be02-d31274198729&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001553 10.0.0.131 - - [2026-03-05 01:56:14] "DELETE /route-target/98242c62-0a15-4280-9588-b467290ce32b HTTP/1.1" 200 115 0.017199 10.0.0.131 - - [2026-03-05 01:56:14] "POST /neutron/router HTTP/1.1" 200 559 0.042359 10.0.0.131 - - [2026-03-05 01:56:14] "POST /neutron/router HTTP/1.1" 200 559 0.004064 10.0.0.131 - - [2026-03-05 01:56:14] "POST /route-targets HTTP/1.1" 200 328 0.012949 10.0.0.131 - - [2026-03-05 01:56:14] "POST /neutron/router HTTP/1.1" 200 559 0.007164 10.0.0.131 - - [2026-03-05 01:56:14] "POST /neutron/router HTTP/1.1" 200 559 0.003149 10.0.0.131 - - [2026-03-05 01:56:14] "PUT /logical-router/e1102426-c8a2-4009-b00f-fb26d6053c44 HTTP/1.1" 200 263 0.018866 10.0.0.131 - - [2026-03-05 01:56:14] "POST /neutron/router HTTP/1.1" 200 559 0.003551 10.0.0.131 - - [2026-03-05 01:56:14] "POST /neutron/router HTTP/1.1" 200 559 0.002976 10.0.0.131 - - [2026-03-05 01:56:14] "POST /neutron/router HTTP/1.1" 200 559 0.003004 10.0.0.131 - - [2026-03-05 01:56:14] "POST /neutron/router HTTP/1.1" 200 559 0.002896 10.0.0.131 - - [2026-03-05 01:56:14] "POST /neutron/router HTTP/1.1" 200 559 0.002847 10.0.0.131 - - [2026-03-05 01:56:14] "POST /neutron/router HTTP/1.1" 200 559 0.003061 10.0.0.131 - - [2026-03-05 01:56:14] "POST /neutron/router HTTP/1.1" 200 559 0.003817 10.0.0.131 - - [2026-03-05 01:56:14] "POST /neutron/router HTTP/1.1" 200 559 0.002961 10.0.0.131 - - [2026-03-05 01:56:14] "POST /neutron/router HTTP/1.1" 200 559 0.002866 10.0.0.131 - - [2026-03-05 01:56:14] "POST /neutron/router HTTP/1.1" 200 559 0.002968 10.0.0.131 - - [2026-03-05 01:56:14] "POST /neutron/router HTTP/1.1" 200 559 0.003108 10.0.0.131 - - [2026-03-05 01:56:14] "POST /neutron/router HTTP/1.1" 200 559 0.002816 10.0.0.131 - - [2026-03-05 01:56:14] "POST /neutron/router HTTP/1.1" 200 559 0.002647 10.0.0.131 - - [2026-03-05 01:56:14] "POST /neutron/router HTTP/1.1" 200 559 0.002840 10.0.0.131 - - [2026-03-05 01:56:14] "POST /neutron/router HTTP/1.1" 200 559 0.003147 10.0.0.131 - - [2026-03-05 01:56:14] "POST /neutron/router HTTP/1.1" 200 559 0.002612 10.0.0.131 - - [2026-03-05 01:56:14] "POST /neutron/router HTTP/1.1" 200 559 0.002799 10.0.0.131 - - [2026-03-05 01:56:14] "POST /neutron/router HTTP/1.1" 200 559 0.002926 10.0.0.131 - - [2026-03-05 01:56:14] "POST /neutron/router HTTP/1.1" 200 559 0.002948 10.0.0.131 - - [2026-03-05 01:56:14] "POST /neutron/router HTTP/1.1" 200 559 0.002888 10.0.0.131 - - [2026-03-05 01:56:14] "POST /neutron/router HTTP/1.1" 200 559 0.002963 10.0.0.131 - - [2026-03-05 01:56:14] "POST /neutron/router HTTP/1.1" 200 559 0.002696 10.0.0.131 - - [2026-03-05 01:56:14] "POST /neutron/router HTTP/1.1" 200 559 0.002935 10.0.0.131 - - [2026-03-05 01:56:14] "POST /neutron/router HTTP/1.1" 200 559 0.002692 10.0.0.131 - - [2026-03-05 01:56:14] "POST /neutron/router HTTP/1.1" 200 559 0.003064 10.0.0.131 - - [2026-03-05 01:56:14] "POST /neutron/router HTTP/1.1" 200 559 0.002776 10.0.0.131 - - [2026-03-05 01:56:14] "POST /neutron/router HTTP/1.1" 200 559 0.002830 10.0.0.131 - - [2026-03-05 01:56:14] "POST /neutron/router HTTP/1.1" 200 559 0.003208 10.0.0.131 - - [2026-03-05 01:56:14] "POST /neutron/router HTTP/1.1" 200 559 0.003087 10.0.0.131 - - [2026-03-05 01:56:14] "POST /neutron/router HTTP/1.1" 200 559 0.015325 10.0.0.131 - - [2026-03-05 01:56:14] "POST /neutron/router HTTP/1.1" 200 559 0.002976 10.0.0.131 - - [2026-03-05 01:56:14] "POST /neutron/router HTTP/1.1" 200 560 0.016321 10.0.0.131 - - [2026-03-05 01:56:14] "POST /neutron/router HTTP/1.1" 200 560 0.003229 10.0.0.131 - - [2026-03-05 01:56:14] "GET /logical-router/e1102426-c8a2-4009-b00f-fb26d6053c44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.003709 10.0.0.131 - - [2026-03-05 01:56:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002576 10.0.0.131 - - [2026-03-05 01:56:14] "POST /neutron/router HTTP/1.1" 200 151 0.043165 10.0.0.131 - - [2026-03-05 01:56:14] "DELETE /route-target/7b9c0291-643a-479d-aee2-30c8addc6f9a HTTP/1.1" 200 115 0.016371 10.0.0.131 - - [2026-03-05 01:56:14] "POST /neutron/security_group HTTP/1.1" 200 521 0.003393 10.0.0.131 - - [2026-03-05 01:56:14] "POST /neutron/security_group HTTP/1.1" 200 151 0.036602 10.0.0.131 - - [2026-03-05 01:56:14] "DELETE /access-control-list/08efeead-207c-455c-93c2-93977a6e2339 HTTP/1.1" 200 115 0.018710 10.0.0.131 - - [2026-03-05 01:56:14] "POST /neutron/security_group HTTP/1.1" 200 521 0.002396 10.0.0.131 - - [2026-03-05 01:56:14] "DELETE /access-control-list/e0ba1544-95e0-42a1-a50b-4fa629390ad4 HTTP/1.1" 200 115 0.017704 10.0.0.131 - - [2026-03-05 01:56:14] "POST /neutron/security_group HTTP/1.1" 200 151 0.034505 10.0.0.131 - - [2026-03-05 01:56:14] "DELETE /access-control-list/3860f8f7-dcdc-4231-a794-af29a6ab1e79 HTTP/1.1" 200 115 0.018509 10.0.0.131 - - [2026-03-05 01:56:14] "POST /neutron/security_group HTTP/1.1" 200 506 0.004224 10.0.0.131 - - [2026-03-05 01:56:14] "DELETE /access-control-list/464f92ef-bd16-4bd6-a8c6-947aa6b5dbea HTTP/1.1" 200 115 0.027120 10.0.0.131 - - [2026-03-05 01:56:15] "POST /neutron/security_group HTTP/1.1" 200 151 0.044012 10.0.0.131 - - [2026-03-05 01:56:15] "DELETE /access-control-list/b8170a32-f84c-4b5b-ae2b-ba8506f96c42 HTTP/1.1" 200 115 0.019147 10.0.0.131 - - [2026-03-05 01:56:15] "POST /neutron/security_group HTTP/1.1" 200 506 0.002698 10.0.0.131 - - [2026-03-05 01:56:15] "DELETE /access-control-list/5e6cee20-fcfd-4159-be3c-c984e80252cf HTTP/1.1" 200 115 0.028248 10.0.0.131 - - [2026-03-05 01:56:15] "POST /neutron/security_group HTTP/1.1" 200 151 0.034611 10.0.0.131 - - [2026-03-05 01:56:15] "DELETE /access-control-list/ed551c38-1b91-4162-a713-7e968b907afe HTTP/1.1" 200 115 0.017787 10.0.0.131 - - [2026-03-05 01:56:15] "DELETE /access-control-list/f2f80c06-c2d4-4c23-9e9b-aa390c9356e6 HTTP/1.1" 200 115 0.019703 10.0.0.131 - - [2026-03-05 01:56:15] "GET /projects?obj_uuids=cc278c55-5e10-426c-be02-d31274198729&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000933 10.0.0.131 - - [2026-03-05 01:56:15] "GET /project/cc278c55-5e10-426c-be02-d31274198729?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.023880 10.0.0.131 - - [2026-03-05 01:56:15] "GET /projects?obj_uuids=cc278c55-5e10-426c-be02-d31274198729&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000968 10.0.0.131 - - [2026-03-05 01:56:15] "GET /project/cc278c55-5e10-426c-be02-d31274198729?fields=virtual_networks HTTP/1.1" 200 1024 0.065274 10.0.0.131 - - [2026-03-05 01:56:15] "GET /projects?obj_uuids=cc278c55-5e10-426c-be02-d31274198729&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000926 10.0.0.131 - - [2026-03-05 01:56:15] "GET /project/cc278c55-5e10-426c-be02-d31274198729?fields=virtual_machine_interfaces HTTP/1.1" 200 1024 0.020613 10.0.0.131 - - [2026-03-05 01:56:15] "GET /projects?obj_uuids=cc278c55-5e10-426c-be02-d31274198729&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000938 10.0.0.131 - - [2026-03-05 01:56:15] "GET /project/cc278c55-5e10-426c-be02-d31274198729?fields=security_groups HTTP/1.1" 200 1246 0.021140 10.0.0.131 - - [2026-03-05 01:56:16] "POST /fqname-to-id HTTP/1.1" 404 184 0.024886 10.0.0.131 - - [2026-03-05 01:56:16] "GET /projects?obj_uuids=7f3ee3f5-1820-4948-a9d4-409d2084f040&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002072 10.0.0.131 - - [2026-03-05 01:56:16] "GET /domains?obj_uuids=ae3906f1-fab8-4987-bab9-45ca75cb796e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001316 10.0.0.131 - - [2026-03-05 01:56:16] "GET /domain/ae3906f1-fab8-4987-bab9-45ca75cb796e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007337 10.0.0.131 - - [2026-03-05 01:56:16] "POST /id-to-fqname HTTP/1.1" 200 186 0.003385 10.0.0.131 - - [2026-03-05 01:56:16] "POST /fqname-to-id HTTP/1.1" 404 195 0.003470 10.0.0.131 - - [2026-03-05 01:56:16] "POST /security-groups HTTP/1.1" 200 587 0.059988 10.0.0.131 - - [2026-03-05 01:56:16] "POST /fqname-to-id HTTP/1.1" 404 230 0.002100 10.0.0.131 - - [2026-03-05 01:56:16] "POST /projects HTTP/1.1" 200 577 0.195588 10.0.0.131 - - [2026-03-05 01:56:16] "POST /access-control-lists HTTP/1.1" 200 594 0.054145 10.0.0.131 - - [2026-03-05 01:56:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.269859 10.0.0.131 - - [2026-03-05 01:56:16] "POST /fqname-to-id HTTP/1.1" 404 229 0.002379 10.0.0.131 - - [2026-03-05 01:56:16] "GET /project/7f3ee3f5-1820-4948-a9d4-409d2084f040?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.410016 10.0.0.131 - - [2026-03-05 01:56:16] "POST /access-control-lists HTTP/1.1" 200 592 0.064064 10.0.0.131 - - [2026-03-05 01:56:17] "GET / HTTP/1.1" 200 36215 0.001849 10.0.0.131 - - [2026-03-05 01:56:18] "POST /fqname-to-id HTTP/1.1" 401 293 0.000418 10.0.0.131 - - [2026-03-05 01:56:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.056274 10.0.0.131 - - [2026-03-05 01:56:18] "GET /projects?obj_uuids=7f3ee3f5-1820-4948-a9d4-409d2084f040&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000834 10.0.0.131 - - [2026-03-05 01:56:18] "GET /project/7f3ee3f5-1820-4948-a9d4-409d2084f040?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.022915 10.0.0.131 - - [2026-03-05 01:56:18] "POST /neutron/network HTTP/1.1" 200 117 0.031465 10.0.0.131 - - [2026-03-05 01:56:18] "GET /projects?obj_uuids=7f3ee3f5-1820-4948-a9d4-409d2084f040&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000902 10.0.0.131 - - [2026-03-05 01:56:19] "POST /neutron/network HTTP/1.1" 200 601 0.061560 10.0.0.131 - - [2026-03-05 01:56:19] "POST /route-targets HTTP/1.1" 200 328 0.010636 10.0.0.131 - - [2026-03-05 01:56:19] "POST /ref-update HTTP/1.1" 200 156 0.012663 10.0.0.131 - - [2026-03-05 01:56:19] "POST /useragent-kv HTTP/1.1" 200 115 0.003017 10.0.0.131 - - [2026-03-05 01:56:19] "POST /neutron/subnet HTTP/1.1" 200 729 0.138412 10.0.0.131 - - [2026-03-05 01:56:19] "POST /neutron/network HTTP/1.1" 200 821 0.005675 10.0.0.131 - - [2026-03-05 01:56:19] "POST /id-to-fqname HTTP/1.1" 200 216 0.001075 10.0.0.131 - - [2026-03-05 01:56:19] "GET /virtual-network/caa546ba-8587-4e83-ab53-1c9ce5ff2769?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.004443 10.0.0.131 - - [2026-03-05 01:56:19] "POST /neutron/network HTTP/1.1" 200 821 0.005057 10.0.0.131 - - [2026-03-05 01:56:19] "GET /virtual-network/caa546ba-8587-4e83-ab53-1c9ce5ff2769?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.003915 10.0.0.131 - - [2026-03-05 01:56:19] "POST /neutron/network HTTP/1.1" 200 821 0.005322 10.0.0.131 - - [2026-03-05 01:56:19] "POST /neutron/subnet HTTP/1.1" 200 729 0.006380 10.0.0.131 - - [2026-03-05 01:56:19] "POST /fqname-to-id HTTP/1.1" 404 206 0.002097 10.0.0.131 - - [2026-03-05 01:56:19] "GET /virtual-network/caa546ba-8587-4e83-ab53-1c9ce5ff2769?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006234 10.0.0.131 - - [2026-03-05 01:56:19] "GET /projects?obj_uuids=7f3ee3f5-1820-4948-a9d4-409d2084f040&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000980 10.0.0.131 - - [2026-03-05 01:56:19] "POST /neutron/port HTTP/1.1" 200 1018 0.157837 10.0.0.131 - - [2026-03-05 01:56:19] "GET /virtual-machine-interface/e3e5ad80-294f-410f-8494-8f0d55e6457d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2388 0.005495 10.0.0.131 - - [2026-03-05 01:56:19] "GET /virtual-machine-interface/e3e5ad80-294f-410f-8494-8f0d55e6457d?fields=instance_ip_back_refs HTTP/1.1" 200 1319 0.004384 10.0.0.131 - - [2026-03-05 01:56:19] "GET /instance-ip/842a0669-2ced-4047-806e-9f9d4d55c54b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1597 0.004368 10.0.0.131 - - [2026-03-05 01:56:19] "GET /virtual-machine-interface/e3e5ad80-294f-410f-8494-8f0d55e6457d HTTP/1.1" 401 293 0.002146 10.0.0.131 - - [2026-03-05 01:56:20] "GET /virtual-machine-interface/e3e5ad80-294f-410f-8494-8f0d55e6457d HTTP/1.1" 200 2610 0.033418 10.0.0.131 - - [2026-03-05 01:56:20] "POST /neutron/port HTTP/1.1" 200 1018 0.007779 10.0.0.131 - - [2026-03-05 01:56:20] "POST /neutron/port HTTP/1.1" 200 151 0.063184 10.0.0.131 - - [2026-03-05 01:56:20] "POST /neutron/network HTTP/1.1" 200 821 0.004797 10.0.0.131 - - [2026-03-05 01:56:20] "POST /useragent-kv HTTP/1.1" 200 115 0.002104 10.0.0.131 - - [2026-03-05 01:56:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002903 10.0.0.131 - - [2026-03-05 01:56:20] "POST /useragent-kv HTTP/1.1" 200 115 0.001707 10.0.0.131 - - [2026-03-05 01:56:20] "POST /neutron/network HTTP/1.1" 200 151 0.064989 10.0.0.131 - - [2026-03-05 01:56:20] "DELETE /route-target/8aae5392-7866-46fb-a2dd-0977a3a3ccba HTTP/1.1" 200 115 0.016089 10.0.0.131 - - [2026-03-05 01:56:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003024 10.0.0.131 - - [2026-03-05 01:56:20] "GET /projects?obj_uuids=7f3ee3f5-1820-4948-a9d4-409d2084f040&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000859 10.0.0.131 - - [2026-03-05 01:56:20] "GET /project/7f3ee3f5-1820-4948-a9d4-409d2084f040?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.028440 10.0.0.131 - - [2026-03-05 01:56:20] "POST /neutron/network HTTP/1.1" 200 117 0.007383 10.0.0.131 - - [2026-03-05 01:56:20] "GET /projects?obj_uuids=7f3ee3f5-1820-4948-a9d4-409d2084f040&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000974 10.0.0.131 - - [2026-03-05 01:56:20] "POST /neutron/network HTTP/1.1" 200 603 0.067997 10.0.0.131 - - [2026-03-05 01:56:21] "POST /route-targets HTTP/1.1" 200 328 0.016693 10.0.0.131 - - [2026-03-05 01:56:21] "POST /ref-update HTTP/1.1" 200 156 0.010877 10.0.0.131 - - [2026-03-05 01:56:21] "POST /useragent-kv HTTP/1.1" 200 115 0.003824 10.0.0.131 - - [2026-03-05 01:56:21] "POST /neutron/subnet HTTP/1.1" 200 729 0.142281 10.0.0.131 - - [2026-03-05 01:56:21] "POST /useragent-kv HTTP/1.1" 200 115 0.004344 10.0.0.131 - - [2026-03-05 01:56:21] "POST /neutron/subnet HTTP/1.1" 200 729 0.160737 10.0.0.131 - - [2026-03-05 01:56:21] "POST /neutron/network HTTP/1.1" 200 980 0.005601 10.0.0.131 - - [2026-03-05 01:56:21] "POST /id-to-fqname HTTP/1.1" 200 217 0.000941 10.0.0.131 - - [2026-03-05 01:56:21] "GET /virtual-network/01f148e9-d369-4d05-87dd-646f9888b59d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2567 0.004245 10.0.0.131 - - [2026-03-05 01:56:21] "POST /neutron/network HTTP/1.1" 200 980 0.006502 10.0.0.131 - - [2026-03-05 01:56:21] "GET /virtual-network/01f148e9-d369-4d05-87dd-646f9888b59d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2567 0.004564 10.0.0.131 - - [2026-03-05 01:56:21] "POST /neutron/network HTTP/1.1" 200 980 0.007415 10.0.0.131 - - [2026-03-05 01:56:21] "POST /neutron/subnet HTTP/1.1" 200 729 0.008892 10.0.0.131 - - [2026-03-05 01:56:21] "POST /neutron/subnet HTTP/1.1" 200 729 0.005444 10.0.0.131 - - [2026-03-05 01:56:21] "GET /projects?obj_uuids=7f3ee3f5-1820-4948-a9d4-409d2084f040&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000871 10.0.0.131 - - [2026-03-05 01:56:21] "POST /neutron/port HTTP/1.1" 200 1019 0.145785 10.0.0.131 - - [2026-03-05 01:56:21] "GET /projects?obj_uuids=7f3ee3f5-1820-4948-a9d4-409d2084f040&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000849 10.0.0.131 - - [2026-03-05 01:56:21] "POST /neutron/port HTTP/1.1" 200 1019 0.180819 10.0.0.131 - - [2026-03-05 01:56:21] "POST /id-to-fqname HTTP/1.1" 200 217 0.001107 10.0.0.131 - - [2026-03-05 01:56:22] "POST /neutron/port HTTP/1.1" 200 1019 0.008450 10.0.0.131 - - [2026-03-05 01:56:22] "POST /neutron/port HTTP/1.1" 200 1019 0.008080 10.0.0.131 - - [2026-03-05 01:56:22] "POST /neutron/network HTTP/1.1" 200 980 0.006559 10.0.0.131 - - [2026-03-05 01:56:22] "POST /neutron/port HTTP/1.1" 200 1019 0.008395 10.0.0.131 - - [2026-03-05 01:56:22] "POST /neutron/port HTTP/1.1" 200 117 0.004789 10.0.0.131 - - [2026-03-05 01:56:22] "POST /neutron/port HTTP/1.1" 200 117 0.004213 10.0.0.131 - - [2026-03-05 01:56:22] "POST /id-to-fqname HTTP/1.1" 200 217 0.001108 10.0.0.131 - - [2026-03-05 01:56:22] "POST /neutron/port HTTP/1.1" 200 117 0.004647 10.0.0.131 - - [2026-03-05 01:56:22] "POST /neutron/port HTTP/1.1" 200 1019 0.007489 10.0.0.131 - - [2026-03-05 01:56:22] "POST /neutron/port HTTP/1.1" 200 1019 0.007376 10.0.0.131 - - [2026-03-05 01:56:22] "POST /neutron/network HTTP/1.1" 200 980 0.005213 10.0.0.131 - - [2026-03-05 01:56:22] "POST /neutron/port HTTP/1.1" 200 1019 0.006696 10.0.0.131 - - [2026-03-05 01:56:22] "POST /neutron/port HTTP/1.1" 200 1019 0.008083 10.0.0.131 - - [2026-03-05 01:56:22] "POST /neutron/port HTTP/1.1" 200 1019 0.007531 10.0.0.131 - - [2026-03-05 01:56:22] "POST /neutron/port HTTP/1.1" 200 117 0.004640 10.0.0.131 - - [2026-03-05 01:56:22] "POST /neutron/port HTTP/1.1" 200 117 0.004321 10.0.0.131 - - [2026-03-05 01:56:22] "POST /neutron/port HTTP/1.1" 200 117 0.004173 10.0.0.131 - - [2026-03-05 01:56:23] "POST /neutron/port HTTP/1.1" 200 1019 0.007892 10.0.0.131 - - [2026-03-05 01:56:23] "POST /neutron/port HTTP/1.1" 200 1019 0.008351 10.0.0.131 - - [2026-03-05 01:56:23] "POST /neutron/network HTTP/1.1" 200 990 0.004317 10.0.0.131 - - [2026-03-05 01:56:23] "POST /neutron/network HTTP/1.1" 200 990 0.004924 10.0.0.131 - - [2026-03-05 01:56:23] "POST /neutron/port HTTP/1.1" 200 1019 0.009914 10.0.0.131 - - [2026-03-05 01:56:23] "POST /neutron/port HTTP/1.1" 200 1019 0.008826 10.0.0.131 - - [2026-03-05 01:56:23] "POST /neutron/port HTTP/1.1" 200 1019 0.009877 10.0.0.131 - - [2026-03-05 01:56:23] "POST /neutron/port HTTP/1.1" 200 1019 0.011152 10.0.0.131 - - [2026-03-05 01:56:23] "POST /neutron/port HTTP/1.1" 200 1111 0.104282 10.0.0.131 - - [2026-03-05 01:56:23] "POST /neutron/port HTTP/1.1" 200 1111 0.103861 10.0.0.131 - - [2026-03-05 01:56:23] "POST /neutron/port HTTP/1.1" 200 1121 0.013052 10.0.0.131 - - [2026-03-05 01:56:23] "POST /neutron/port HTTP/1.1" 200 1121 0.010734 10.0.0.131 - - [2026-03-05 01:56:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003560 10.0.0.131 - - [2026-03-05 01:56:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002618 10.0.0.131 - - [2026-03-05 01:56:23] "POST /neutron/subnet HTTP/1.1" 200 703 0.010931 10.0.0.131 - - [2026-03-05 01:56:23] "POST /neutron/subnet HTTP/1.1" 200 703 0.007150 10.0.0.131 - - [2026-03-05 01:56:23] "POST /neutron/port HTTP/1.1" 200 117 0.001079 10.0.0.131 - - [2026-03-05 01:56:23] "POST /neutron/port HTTP/1.1" 200 117 0.000942 10.0.0.131 - - [2026-03-05 01:56:23] "POST /neutron/network HTTP/1.1" 200 980 0.008573 10.0.0.131 - - [2026-03-05 01:56:23] "POST /neutron/network HTTP/1.1" 200 980 0.007672 10.0.0.131 - - [2026-03-05 01:56:25] "POST /neutron/port HTTP/1.1" 200 1121 0.017241 10.0.0.131 - - [2026-03-05 01:56:25] "POST /neutron/port HTTP/1.1" 200 1121 0.012234 10.0.0.131 - - [2026-03-05 01:56:25] "POST /neutron/network HTTP/1.1" 200 990 0.004959 10.0.0.131 - - [2026-03-05 01:56:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003254 10.0.0.131 - - [2026-03-05 01:56:25] "POST /neutron/subnet HTTP/1.1" 200 703 0.007717 10.0.0.131 - - [2026-03-05 01:56:25] "POST /neutron/port HTTP/1.1" 200 117 0.001082 10.0.0.131 - - [2026-03-05 01:56:25] "POST /neutron/network HTTP/1.1" 200 980 0.005573 10.0.0.131 - - [2026-03-05 01:56:27] "POST /neutron/port HTTP/1.1" 200 1121 0.011943 10.0.0.131 - - [2026-03-05 01:56:27] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005220 10.0.0.131 - - [2026-03-05 01:56:27] "POST /neutron/port HTTP/1.1" 200 1121 0.010723 10.0.0.131 - - [2026-03-05 01:56:27] "POST /neutron/security_group HTTP/1.1" 200 2054 0.004934 10.0.0.131 - - [2026-03-05 01:56:27] "POST /neutron/port HTTP/1.1" 200 1121 0.010445 10.0.0.131 - - [2026-03-05 01:56:27] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005862 10.0.0.131 - - [2026-03-05 01:56:27] "GET /virtual-machine/899ed196-b211-4d88-b9a5-b01859d38eeb HTTP/1.1" 200 1286 0.004453 10.0.0.131 - - [2026-03-05 01:56:27] "GET /virtual-machine-interface/6eac22f1-ba9f-431e-b61b-e592a5863d42 HTTP/1.1" 200 2930 0.004405 10.0.0.131 - - [2026-03-05 01:56:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002426 10.0.0.131 - - [2026-03-05 01:56:27] "GET /global-vrouter-config/2922bebb-86e8-4999-9cee-870c5db0ed3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002818 10.0.0.131 - - [2026-03-05 01:56:27] "GET /virtual-networks?parent_id=7f3ee3f5-1820-4948-a9d4-409d2084f040&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002405 10.0.0.131 - - [2026-03-05 01:56:28] "GET /virtual-network/01f148e9-d369-4d05-87dd-646f9888b59d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2567 0.004607 10.0.0.131 - - [2026-03-05 01:56:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002503 10.0.0.131 - - [2026-03-05 01:56:31] "GET /virtual-network/01f148e9-d369-4d05-87dd-646f9888b59d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2567 0.006217 10.0.0.131 - - [2026-03-05 01:56:32] "POST /neutron/port HTTP/1.1" 200 1121 0.016794 10.0.0.131 - - [2026-03-05 01:56:32] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005629 10.0.0.131 - - [2026-03-05 01:56:32] "POST /neutron/port HTTP/1.1" 200 1121 0.011836 10.0.0.131 - - [2026-03-05 01:56:32] "POST /neutron/security_group HTTP/1.1" 200 2054 0.004710 10.0.0.131 - - [2026-03-05 01:56:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002506 10.0.0.131 - - [2026-03-05 01:56:33] "GET /global-vrouter-config/2922bebb-86e8-4999-9cee-870c5db0ed3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002810 10.0.0.131 - - [2026-03-05 01:56:33] "GET /virtual-networks?parent_id=7f3ee3f5-1820-4948-a9d4-409d2084f040&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002576 10.0.0.131 - - [2026-03-05 01:56:33] "GET /virtual-network/01f148e9-d369-4d05-87dd-646f9888b59d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2567 0.005538 10.0.0.131 - - [2026-03-05 01:56:33] "POST /neutron/port HTTP/1.1" 200 1121 0.011905 10.0.0.131 - - [2026-03-05 01:56:33] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006397 10.0.0.131 - - [2026-03-05 01:56:33] "POST /neutron/port HTTP/1.1" 200 1121 0.011629 10.0.0.131 - - [2026-03-05 01:56:33] "POST /neutron/security_group HTTP/1.1" 200 2054 0.004801 10.0.0.131 - - [2026-03-05 01:56:33] "POST /neutron/port HTTP/1.1" 200 1121 0.011143 10.0.0.131 - - [2026-03-05 01:56:33] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005300 10.0.0.131 - - [2026-03-05 01:56:33] "GET /virtual-machine/76af0cd0-bf75-4419-88ec-f580cabc83ff HTTP/1.1" 200 1285 0.003848 10.0.0.131 - - [2026-03-05 01:56:33] "GET /virtual-machine-interface/3c256ab8-1d92-412c-8a3f-00ba4fa489b7 HTTP/1.1" 200 2929 0.004446 10.0.0.131 - - [2026-03-05 01:56:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.008851 10.0.0.131 - - [2026-03-05 01:56:33] "GET /global-vrouter-config/2922bebb-86e8-4999-9cee-870c5db0ed3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002813 10.0.0.131 - - [2026-03-05 01:56:33] "GET /virtual-networks?parent_id=7f3ee3f5-1820-4948-a9d4-409d2084f040&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002609 10.0.0.131 - - [2026-03-05 01:56:33] "GET /virtual-network/01f148e9-d369-4d05-87dd-646f9888b59d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2567 0.004779 10.0.0.131 - - [2026-03-05 01:56:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002469 10.0.0.131 - - [2026-03-05 01:56:35] "GET /global-vrouter-config/2922bebb-86e8-4999-9cee-870c5db0ed3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003131 10.0.0.131 - - [2026-03-05 01:56:35] "GET /virtual-networks?parent_id=7f3ee3f5-1820-4948-a9d4-409d2084f040&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002414 10.0.0.131 - - [2026-03-05 01:56:35] "GET /virtual-network/01f148e9-d369-4d05-87dd-646f9888b59d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2567 0.004871 10.0.0.131 - - [2026-03-05 01:56:36] "DELETE /project/7f3ee3f518204948a9d4409d2084f040 HTTP/1.1" 404 173 0.013553 10.0.0.131 - - [2026-03-05 01:56:36] "DELETE /project/0678346534e24e82b60f51a9d0f02508 HTTP/1.1" 404 173 0.011518 10.0.0.131 - - [2026-03-05 01:56:36] "DELETE /project/cc278c555e10426cbe02d31274198729 HTTP/1.1" 404 173 0.010779 10.0.0.131 - - [2026-03-05 01:56:36] "GET /projects?obj_uuids=06783465-34e2-4e82-b60f-51a9d0f02508&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000843 10.0.0.131 - - [2026-03-05 01:56:36] "GET /projects?obj_uuids=6f894243-7220-4354-9f03-176a873648c5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000789 10.0.0.131 - - [2026-03-05 01:56:36] "GET /projects?obj_uuids=cc278c55-5e10-426c-be02-d31274198729&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000745 10.0.0.131 - - [2026-03-05 01:56:36] "GET /project/06783465-34e2-4e82-b60f-51a9d0f02508?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.040006 10.0.0.131 - - [2026-03-05 01:56:36] "GET /project/6f894243-7220-4354-9f03-176a873648c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1515 0.041460 10.0.0.131 - - [2026-03-05 01:56:36] "GET /project/cc278c55-5e10-426c-be02-d31274198729?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.041396 10.0.0.131 - - [2026-03-05 01:56:36] "GET /projects?obj_uuids=cc278c55-5e10-426c-be02-d31274198729&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001462 10.0.0.131 - - [2026-03-05 01:56:36] "GET /projects?obj_uuids=6f894243-7220-4354-9f03-176a873648c5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001296 10.0.0.131 - - [2026-03-05 01:56:36] "GET /projects?obj_uuids=06783465-34e2-4e82-b60f-51a9d0f02508&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000847 10.0.0.131 - - [2026-03-05 01:56:36] "GET /project/cc278c55-5e10-426c-be02-d31274198729?fields=security_groups HTTP/1.1" 200 1348 0.040841 10.0.0.131 - - [2026-03-05 01:56:36] "GET /project/06783465-34e2-4e82-b60f-51a9d0f02508?fields=security_groups HTTP/1.1" 200 1346 0.050076 10.0.0.131 - - [2026-03-05 01:56:36] "GET /project/6f894243-7220-4354-9f03-176a873648c5?fields=security_groups HTTP/1.1" 200 1398 0.052183 10.0.0.131 - - [2026-03-05 01:56:36] "DELETE /access-control-list/d5a4695f-a88f-406b-9757-9dfa529f27c6 HTTP/1.1" 200 115 0.037372 10.0.0.131 - - [2026-03-05 01:56:36] "DELETE /security-group/67f447fb-ab6f-4306-8ab5-9416f4203b10 HTTP/1.1" 200 115 0.078222 10.0.0.131 - - [2026-03-05 01:56:36] "GET /projects?obj_uuids=cc278c55-5e10-426c-be02-d31274198729&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001142 10.0.0.131 - - [2026-03-05 01:56:36] "DELETE /security-group/f976d58f-af4f-4337-bb59-2df8a1f1e1f3 HTTP/1.1" 200 115 0.096376 10.0.0.131 - - [2026-03-05 01:56:36] "DELETE /security-group/e6b55b1c-8c81-42be-8a67-07c69aa87fc2 HTTP/1.1" 200 115 0.102455 10.0.0.131 - - [2026-03-05 01:56:36] "GET /project/cc278c55-5e10-426c-be02-d31274198729?fields=application_policy_sets HTTP/1.1" 200 1387 0.038318 10.0.0.131 - - [2026-03-05 01:56:36] "GET /projects?obj_uuids=06783465-34e2-4e82-b60f-51a9d0f02508&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001107 10.0.0.131 - - [2026-03-05 01:56:36] "DELETE /access-control-list/171dd5b2-d06d-4ff0-a013-b58acce8888d HTTP/1.1" 200 115 0.053434 10.0.0.131 - - [2026-03-05 01:56:36] "GET /projects?obj_uuids=6f894243-7220-4354-9f03-176a873648c5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000925 10.0.0.131 - - [2026-03-05 01:56:36] "GET /project/6f894243-7220-4354-9f03-176a873648c5?fields=application_policy_sets HTTP/1.1" 200 1437 0.031653 10.0.0.131 - - [2026-03-05 01:56:36] "DELETE /access-control-list/8150ac03-48c0-4b1a-82e7-9746a100e838 HTTP/1.1" 200 115 0.038766 10.0.0.131 - - [2026-03-05 01:56:36] "GET /project/06783465-34e2-4e82-b60f-51a9d0f02508?fields=application_policy_sets HTTP/1.1" 200 1385 0.107797 10.0.0.131 - - [2026-03-05 01:56:36] "DELETE /access-control-list/7a04c98e-ad79-45aa-8ca9-9d54ae84ad32 HTTP/1.1" 200 115 0.059210 10.0.0.131 - - [2026-03-05 01:56:36] "DELETE /access-control-list/b3fb2851-a42f-45d3-ae9e-f749512d0b2f HTTP/1.1" 200 115 0.050054 10.0.0.131 - - [2026-03-05 01:56:36] "DELETE /project/cc278c55-5e10-426c-be02-d31274198729 HTTP/1.1" 200 115 0.470054 10.0.0.131 - - [2026-03-05 01:56:36] "DELETE /access-control-list/910785a4-f8a8-461a-96aa-a41d9a768eb2 HTTP/1.1" 200 115 0.025823 10.0.0.131 - - [2026-03-05 01:56:36] "DELETE /project/6f894243-7220-4354-9f03-176a873648c5 HTTP/1.1" 200 115 0.490390 10.0.0.131 - - [2026-03-05 01:56:36] "DELETE /project/06783465-34e2-4e82-b60f-51a9d0f02508 HTTP/1.1" 200 115 0.508759 10.0.0.131 - - [2026-03-05 01:56:39] "POST /neutron/port HTTP/1.1" 200 1111 0.011333 10.0.0.131 - - [2026-03-05 01:56:39] "POST /neutron/port HTTP/1.1" 200 1111 0.009250 10.0.0.131 - - [2026-03-05 01:56:39] "POST /neutron/port HTTP/1.1" 200 151 0.090912 10.0.0.131 - - [2026-03-05 01:56:39] "POST /neutron/port HTTP/1.1" 200 1111 0.009995 10.0.0.131 - - [2026-03-05 01:56:39] "POST /neutron/port HTTP/1.1" 200 1111 0.009365 10.0.0.131 - - [2026-03-05 01:56:39] "POST /neutron/port HTTP/1.1" 200 151 0.110691 10.0.0.131 - - [2026-03-05 01:56:39] "POST /neutron/network HTTP/1.1" 200 980 0.011865 10.0.0.131 - - [2026-03-05 01:56:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003205 10.0.0.131 - - [2026-03-05 01:56:39] "POST /neutron/port HTTP/1.1" 200 117 0.006836 10.0.0.131 - - [2026-03-05 01:56:39] "POST /useragent-kv HTTP/1.1" 200 115 0.001977 10.0.0.131 - - [2026-03-05 01:56:39] "POST /useragent-kv HTTP/1.1" 200 115 0.001841 10.0.0.131 - - [2026-03-05 01:56:39] "POST /neutron/port HTTP/1.1" 400 205 0.003048 10.0.0.131 - - [2026-03-05 01:56:39] "POST /useragent-kv HTTP/1.1" 200 115 0.002286 10.0.0.131 - - [2026-03-05 01:56:39] "DELETE /route-target/99713715-dd9c-4d90-aa6d-59c347ce3570 HTTP/1.1" 200 115 0.023835 10.0.0.131 - - [2026-03-05 01:56:39] "POST /useragent-kv HTTP/1.1" 200 115 0.004043 10.0.0.131 - - [2026-03-05 01:56:39] "POST /neutron/network HTTP/1.1" 200 151 0.135846 10.0.0.131 - - [2026-03-05 01:56:40] "GET /projects?obj_uuids=7f3ee3f5-1820-4948-a9d4-409d2084f040&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001128 10.0.0.131 - - [2026-03-05 01:56:40] "GET /project/7f3ee3f5-1820-4948-a9d4-409d2084f040?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.026070 10.0.0.131 - - [2026-03-05 01:56:40] "GET /projects?obj_uuids=7f3ee3f5-1820-4948-a9d4-409d2084f040&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000916 10.0.0.131 - - [2026-03-05 01:56:40] "GET /project/7f3ee3f5-1820-4948-a9d4-409d2084f040?fields=virtual_networks HTTP/1.1" 200 1025 0.063680 10.0.0.131 - - [2026-03-05 01:56:40] "GET /projects?obj_uuids=7f3ee3f5-1820-4948-a9d4-409d2084f040&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000959 10.0.0.131 - - [2026-03-05 01:56:40] "GET /project/7f3ee3f5-1820-4948-a9d4-409d2084f040?fields=virtual_machine_interfaces HTTP/1.1" 200 1025 0.022740 10.0.0.131 - - [2026-03-05 01:56:40] "GET /projects?obj_uuids=7f3ee3f5-1820-4948-a9d4-409d2084f040&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000925 10.0.0.131 - - [2026-03-05 01:56:40] "GET /project/7f3ee3f5-1820-4948-a9d4-409d2084f040?fields=security_groups HTTP/1.1" 200 1248 0.027956 10.0.0.131 - - [2026-03-05 01:56:41] "POST /fqname-to-id HTTP/1.1" 404 186 0.025323 10.0.0.131 - - [2026-03-05 01:56:41] "GET /projects?obj_uuids=1ea59cf3-4d92-4622-b71d-3f48b918dd36&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.001964 10.0.0.131 - - [2026-03-05 01:56:41] "GET /domains?obj_uuids=ae3906f1-fab8-4987-bab9-45ca75cb796e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000983 10.0.0.131 - - [2026-03-05 01:56:41] "GET /domain/ae3906f1-fab8-4987-bab9-45ca75cb796e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.005815 10.0.0.131 - - [2026-03-05 01:56:41] "POST /id-to-fqname HTTP/1.1" 200 188 0.001648 10.0.0.131 - - [2026-03-05 01:56:41] "POST /fqname-to-id HTTP/1.1" 404 197 0.002475 10.0.0.131 - - [2026-03-05 01:56:41] "POST /security-groups HTTP/1.1" 200 589 0.060153 10.0.0.131 - - [2026-03-05 01:56:41] "POST /fqname-to-id HTTP/1.1" 404 232 0.002353 10.0.0.131 - - [2026-03-05 01:56:41] "POST /projects HTTP/1.1" 200 581 0.236291 10.0.0.131 - - [2026-03-05 01:56:41] "POST /access-control-lists HTTP/1.1" 200 596 0.061302 10.0.0.131 - - [2026-03-05 01:56:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.306771 10.0.0.131 - - [2026-03-05 01:56:41] "POST /fqname-to-id HTTP/1.1" 404 231 0.002879 10.0.0.131 - - [2026-03-05 01:56:41] "GET /project/1ea59cf3-4d92-4622-b71d-3f48b918dd36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.425518 10.0.0.131 - - [2026-03-05 01:56:41] "POST /access-control-lists HTTP/1.1" 200 594 0.056725 10.0.0.131 - - [2026-03-05 01:56:41] "GET /obj-perms HTTP/1.1" 200 5075 0.064597 10.0.0.131 - - [2026-03-05 01:56:42] "GET /obj-perms HTTP/1.1" 200 5075 0.070848 10.0.0.131 - - [2026-03-05 01:56:43] "GET / HTTP/1.1" 200 36215 0.001393 10.0.0.131 - - [2026-03-05 01:56:43] "POST /fqname-to-id HTTP/1.1" 401 293 0.000443 10.0.0.131 - - [2026-03-05 01:56:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.049216 10.0.0.131 - - [2026-03-05 01:56:44] "GET /projects?obj_uuids=1ea59cf3-4d92-4622-b71d-3f48b918dd36&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000889 10.0.0.131 - - [2026-03-05 01:56:44] "GET /project/1ea59cf3-4d92-4622-b71d-3f48b918dd36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.024593 10.0.0.131 - - [2026-03-05 01:56:44] "POST /neutron/network HTTP/1.1" 200 117 0.045363 10.0.0.131 - - [2026-03-05 01:56:44] "GET /projects?obj_uuids=1ea59cf3-4d92-4622-b71d-3f48b918dd36&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000909 10.0.0.131 - - [2026-03-05 01:56:44] "POST /neutron/network HTTP/1.1" 200 605 0.068379 10.0.0.131 - - [2026-03-05 01:56:44] "POST /route-targets HTTP/1.1" 200 328 0.016999 10.0.0.131 - - [2026-03-05 01:56:44] "POST /ref-update HTTP/1.1" 200 156 0.017616 10.0.0.131 - - [2026-03-05 01:56:44] "POST /neutron/port HTTP/1.1" 200 117 0.006138 10.0.0.131 - - [2026-03-05 01:56:44] "POST /neutron/port HTTP/1.1" 400 205 0.003441 10.0.0.131 - - [2026-03-05 01:56:44] "POST /useragent-kv HTTP/1.1" 200 115 0.003675 10.0.0.131 - - [2026-03-05 01:56:44] "POST /neutron/subnet HTTP/1.1" 200 729 0.226741 10.0.0.131 - - [2026-03-05 01:56:44] "POST /neutron/network HTTP/1.1" 200 825 0.004544 10.0.0.131 - - [2026-03-05 01:56:44] "POST /id-to-fqname HTTP/1.1" 200 219 0.001089 10.0.0.131 - - [2026-03-05 01:56:44] "GET /virtual-network/3b8e421d-c7d1-463d-aa78-5706e46f1ec9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004712 10.0.0.131 - - [2026-03-05 01:56:44] "POST /neutron/network HTTP/1.1" 200 825 0.005138 10.0.0.131 - - [2026-03-05 01:56:44] "GET /virtual-network/3b8e421d-c7d1-463d-aa78-5706e46f1ec9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004663 10.0.0.131 - - [2026-03-05 01:56:44] "POST /neutron/network HTTP/1.1" 200 825 0.005629 10.0.0.131 - - [2026-03-05 01:56:44] "POST /neutron/subnet HTTP/1.1" 200 729 0.005580 10.0.0.131 - - [2026-03-05 01:56:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.001889 10.0.0.131 - - [2026-03-05 01:56:44] "GET /projects?obj_uuids=1ea59cf3-4d92-4622-b71d-3f48b918dd36&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000883 10.0.0.131 - - [2026-03-05 01:56:44] "GET /project/1ea59cf3-4d92-4622-b71d-3f48b918dd36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.023441 10.0.0.131 - - [2026-03-05 01:56:44] "POST /neutron/network HTTP/1.1" 200 117 0.008458 10.0.0.131 - - [2026-03-05 01:56:44] "GET /projects?obj_uuids=1ea59cf3-4d92-4622-b71d-3f48b918dd36&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000892 10.0.0.131 - - [2026-03-05 01:56:45] "POST /neutron/network HTTP/1.1" 200 605 0.057068 10.0.0.131 - - [2026-03-05 01:56:45] "POST /route-targets HTTP/1.1" 200 328 0.009625 10.0.0.131 - - [2026-03-05 01:56:45] "POST /ref-update HTTP/1.1" 200 156 0.011255 10.0.0.131 - - [2026-03-05 01:56:45] "POST /useragent-kv HTTP/1.1" 200 115 0.002091 10.0.0.131 - - [2026-03-05 01:56:45] "POST /neutron/subnet HTTP/1.1" 200 720 0.200241 10.0.0.131 - - [2026-03-05 01:56:45] "POST /neutron/network HTTP/1.1" 200 823 0.005131 10.0.0.131 - - [2026-03-05 01:56:45] "POST /id-to-fqname HTTP/1.1" 200 219 0.001181 10.0.0.131 - - [2026-03-05 01:56:45] "GET /virtual-network/7485d1eb-8aa5-4e99-b386-d7dae55e6ce6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.004329 10.0.0.131 - - [2026-03-05 01:56:45] "POST /neutron/network HTTP/1.1" 200 823 0.004915 10.0.0.131 - - [2026-03-05 01:56:45] "GET /virtual-network/7485d1eb-8aa5-4e99-b386-d7dae55e6ce6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.003977 10.0.0.131 - - [2026-03-05 01:56:45] "POST /neutron/network HTTP/1.1" 200 823 0.006234 10.0.0.131 - - [2026-03-05 01:56:45] "POST /neutron/subnet HTTP/1.1" 200 720 0.005987 10.0.0.131 - - [2026-03-05 01:56:45] "POST /id-to-fqname HTTP/1.1" 200 219 0.001252 10.0.0.131 - - [2026-03-05 01:56:45] "POST /neutron/network HTTP/1.1" 200 835 0.005140 10.0.0.131 - - [2026-03-05 01:56:45] "GET /aaa-mode HTTP/1.1" 401 293 0.000352 10.0.0.131 - - [2026-03-05 01:56:46] "GET / HTTP/1.1" 200 36215 0.002543 10.0.0.131 - - [2026-03-05 01:56:46] "GET /project/1ea59cf3-4d92-4622-b71d-3f48b918dd36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000333 10.0.0.131 - - [2026-03-05 01:56:46] "GET /projects?obj_uuids=1ea59cf3-4d92-4622-b71d-3f48b918dd36&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001145 10.0.0.131 - - [2026-03-05 01:56:46] "GET /project/1ea59cf3-4d92-4622-b71d-3f48b918dd36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.047066 10.0.0.131 - - [2026-03-05 01:56:46] "POST /neutron/network HTTP/1.1" 200 825 0.005162 10.0.0.131 - - [2026-03-05 01:56:46] "POST /neutron/port HTTP/1.1" 200 117 0.004016 10.0.0.131 - - [2026-03-05 01:56:46] "POST /neutron/port HTTP/1.1" 200 117 0.008126 10.0.0.131 - - [2026-03-05 01:56:46] "POST /id-to-fqname HTTP/1.1" 200 219 0.001254 10.0.0.131 - - [2026-03-05 01:56:46] "POST /neutron/port HTTP/1.1" 200 117 0.005013 10.0.0.131 - - [2026-03-05 01:56:46] "POST /neutron/network HTTP/1.1" 200 833 0.005168 10.0.0.131 - - [2026-03-05 01:56:46] "GET /aaa-mode HTTP/1.1" 401 293 0.000404 10.0.0.131 - - [2026-03-05 01:56:46] "POST /neutron/network HTTP/1.1" 200 835 0.010820 10.0.0.131 - - [2026-03-05 01:56:47] "GET /projects?obj_uuids=1ea59cf3-4d92-4622-b71d-3f48b918dd36&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000922 10.0.0.131 - - [2026-03-05 01:56:47] "GET / HTTP/1.1" 200 36215 0.001538 10.0.0.131 - - [2026-03-05 01:56:47] "GET /project/1ea59cf3-4d92-4622-b71d-3f48b918dd36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000358 10.0.0.131 - - [2026-03-05 01:56:47] "POST /neutron/port HTTP/1.1" 200 1059 0.235689 10.0.0.131 - - [2026-03-05 01:56:47] "POST /neutron/port HTTP/1.1" 200 1059 0.010650 10.0.0.131 - - [2026-03-05 01:56:47] "POST /neutron/port HTTP/1.1" 200 1059 0.008337 10.0.0.131 - - [2026-03-05 01:56:47] "POST /neutron/port HTTP/1.1" 200 1113 0.070734 10.0.0.131 - - [2026-03-05 01:56:47] "POST /neutron/port HTTP/1.1" 200 1123 0.018224 10.0.0.131 - - [2026-03-05 01:56:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004377 10.0.0.131 - - [2026-03-05 01:56:47] "POST /neutron/subnet HTTP/1.1" 200 703 0.009838 10.0.0.131 - - [2026-03-05 01:56:47] "GET /projects?obj_uuids=1ea59cf3-4d92-4622-b71d-3f48b918dd36&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000854 10.0.0.131 - - [2026-03-05 01:56:47] "POST /neutron/port HTTP/1.1" 200 117 0.003212 10.0.0.131 - - [2026-03-05 01:56:47] "GET /project/1ea59cf3-4d92-4622-b71d-3f48b918dd36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.062576 10.0.0.131 - - [2026-03-05 01:56:47] "POST /neutron/network HTTP/1.1" 200 825 0.004564 10.0.0.131 - - [2026-03-05 01:56:47] "POST /neutron/network HTTP/1.1" 200 823 0.009827 10.0.0.131 - - [2026-03-05 01:56:47] "POST /neutron/port HTTP/1.1" 200 1123 0.011902 10.0.0.131 - - [2026-03-05 01:56:47] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004907 10.0.0.131 - - [2026-03-05 01:56:47] "POST /neutron/port HTTP/1.1" 200 117 0.004421 10.0.0.131 - - [2026-03-05 01:56:47] "GET /projects?obj_uuids=1ea59cf3-4d92-4622-b71d-3f48b918dd36&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000931 10.0.0.131 - - [2026-03-05 01:56:47] "POST /neutron/router HTTP/1.1" 200 580 0.080120 10.0.0.131 - - [2026-03-05 01:56:47] "POST /neutron/router HTTP/1.1" 200 580 0.003622 10.0.0.131 - - [2026-03-05 01:56:47] "POST /route-targets HTTP/1.1" 200 328 0.018919 10.0.0.131 - - [2026-03-05 01:56:47] "GET /projects?obj_uuids=1ea59cf3-4d92-4622-b71d-3f48b918dd36&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002458 10.0.0.131 - - [2026-03-05 01:56:47] "PUT /logical-router/7beb1416-33c1-4f12-9ede-c496efb1d8c4 HTTP/1.1" 200 263 0.034650 10.0.0.131 - - [2026-03-05 01:56:48] "POST /neutron/router HTTP/1.1" 200 344 0.229641 10.0.0.131 - - [2026-03-05 01:56:48] "POST /ref-update HTTP/1.1" 200 156 0.012620 10.0.0.131 - - [2026-03-05 01:56:48] "POST /neutron/port HTTP/1.1" 200 1123 0.012167 10.0.0.131 - - [2026-03-05 01:56:48] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005105 10.0.0.131 - - [2026-03-05 01:56:48] "POST /neutron/network HTTP/1.1" 200 833 0.004656 10.0.0.131 - - [2026-03-05 01:56:48] "GET /projects?obj_uuids=1ea59cf3-4d92-4622-b71d-3f48b918dd36&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000905 10.0.0.131 - - [2026-03-05 01:56:48] "POST /neutron/port HTTP/1.1" 200 1057 0.228163 10.0.0.131 - - [2026-03-05 01:56:48] "POST /neutron/port HTTP/1.1" 200 1057 0.008890 10.0.0.131 - - [2026-03-05 01:56:48] "POST /neutron/port HTTP/1.1" 200 1057 0.013384 10.0.0.131 - - [2026-03-05 01:56:48] "POST /neutron/port HTTP/1.1" 200 1111 0.083273 10.0.0.131 - - [2026-03-05 01:56:48] "POST /neutron/port HTTP/1.1" 200 1121 0.010770 10.0.0.131 - - [2026-03-05 01:56:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.008596 10.0.0.131 - - [2026-03-05 01:56:48] "POST /neutron/subnet HTTP/1.1" 200 694 0.006709 10.0.0.131 - - [2026-03-05 01:56:48] "POST /neutron/port HTTP/1.1" 200 117 0.001029 10.0.0.131 - - [2026-03-05 01:56:48] "POST /neutron/network HTTP/1.1" 200 823 0.004371 10.0.0.131 - - [2026-03-05 01:56:53] "POST /neutron/port HTTP/1.1" 200 1123 0.010586 10.0.0.131 - - [2026-03-05 01:56:53] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005290 10.0.0.131 - - [2026-03-05 01:56:53] "POST /neutron/port HTTP/1.1" 200 1123 0.011701 10.0.0.131 - - [2026-03-05 01:56:53] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006375 10.0.0.131 - - [2026-03-05 01:56:53] "POST /neutron/port HTTP/1.1" 200 1123 0.011408 10.0.0.131 - - [2026-03-05 01:56:53] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008642 10.0.0.131 - - [2026-03-05 01:56:53] "GET /virtual-machine/9dc257a5-95e5-490e-b77b-89aae2c3d753 HTTP/1.1" 401 293 0.000447 10.0.0.131 - - [2026-03-05 01:56:53] "GET /virtual-machine/9dc257a5-95e5-490e-b77b-89aae2c3d753 HTTP/1.1" 200 1293 0.026610 10.0.0.131 - - [2026-03-05 01:56:53] "GET /virtual-machine-interface/9beb8230-9780-4435-8f58-73d4648b847e HTTP/1.1" 200 2941 0.004357 10.0.0.131 - - [2026-03-05 01:56:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003195 10.0.0.131 - - [2026-03-05 01:56:53] "GET /global-vrouter-config/2922bebb-86e8-4999-9cee-870c5db0ed3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002654 10.0.0.131 - - [2026-03-05 01:56:53] "GET /virtual-networks?parent_id=1ea59cf3-4d92-4622-b71d-3f48b918dd36&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002835 10.0.0.131 - - [2026-03-05 01:56:53] "GET /virtual-network/3b8e421d-c7d1-463d-aa78-5706e46f1ec9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.007499 10.0.0.131 - - [2026-03-05 01:56:55] "POST /neutron/port HTTP/1.1" 200 1123 0.011634 10.0.0.131 - - [2026-03-05 01:56:55] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005564 10.0.0.131 - - [2026-03-05 01:56:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002400 10.0.0.131 - - [2026-03-05 01:56:56] "GET /virtual-network/3b8e421d-c7d1-463d-aa78-5706e46f1ec9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004884 10.0.0.131 - - [2026-03-05 01:56:57] "POST /neutron/port HTTP/1.1" 200 1121 0.011715 10.0.0.131 - - [2026-03-05 01:56:57] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004940 10.0.0.131 - - [2026-03-05 01:56:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002479 10.0.0.131 - - [2026-03-05 01:56:59] "GET /global-vrouter-config/2922bebb-86e8-4999-9cee-870c5db0ed3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002746 10.0.0.131 - - [2026-03-05 01:56:59] "GET /virtual-networks?parent_id=1ea59cf3-4d92-4622-b71d-3f48b918dd36&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002865 10.0.0.131 - - [2026-03-05 01:56:59] "GET /virtual-network/3b8e421d-c7d1-463d-aa78-5706e46f1ec9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004987 10.0.0.131 - - [2026-03-05 01:56:59] "POST /neutron/port HTTP/1.1" 200 1121 0.011888 10.0.0.131 - - [2026-03-05 01:56:59] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005594 10.0.0.131 - - [2026-03-05 01:56:59] "POST /neutron/port HTTP/1.1" 200 1121 0.010999 10.0.0.131 - - [2026-03-05 01:56:59] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005325 10.0.0.131 - - [2026-03-05 01:56:59] "POST /neutron/port HTTP/1.1" 200 1121 0.011394 10.0.0.131 - - [2026-03-05 01:56:59] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008763 10.0.0.131 - - [2026-03-05 01:56:59] "GET /virtual-machine/211cfac0-fc20-4dbe-9e04-6aec396f13ba HTTP/1.1" 200 1292 0.004857 10.0.0.131 - - [2026-03-05 01:56:59] "GET /virtual-machine-interface/4883185a-30e5-45e4-b245-bc43e6704146 HTTP/1.1" 200 2940 0.004395 10.0.0.131 - - [2026-03-05 01:56:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002332 10.0.0.131 - - [2026-03-05 01:56:59] "GET /global-vrouter-config/2922bebb-86e8-4999-9cee-870c5db0ed3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002971 10.0.0.131 - - [2026-03-05 01:56:59] "GET /virtual-networks?parent_id=1ea59cf3-4d92-4622-b71d-3f48b918dd36&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002626 10.0.0.131 - - [2026-03-05 01:56:59] "GET /virtual-network/7485d1eb-8aa5-4e99-b386-d7dae55e6ce6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.004844 10.0.0.131 - - [2026-03-05 01:57:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002670 10.0.0.131 - - [2026-03-05 01:57:00] "GET /global-vrouter-config/2922bebb-86e8-4999-9cee-870c5db0ed3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003000 10.0.0.131 - - [2026-03-05 01:57:00] "GET /virtual-networks?parent_id=1ea59cf3-4d92-4622-b71d-3f48b918dd36&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002714 10.0.0.131 - - [2026-03-05 01:57:00] "GET /virtual-network/7485d1eb-8aa5-4e99-b386-d7dae55e6ce6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005268 10.0.0.131 - - [2026-03-05 01:57:06] "POST /neutron/router HTTP/1.1" 200 580 0.003107 10.0.0.131 - - [2026-03-05 01:57:06] "GET /projects?obj_uuids=1ea59cf3-4d92-4622-b71d-3f48b918dd36&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000937 10.0.0.131 - - [2026-03-05 01:57:06] "POST /neutron/router HTTP/1.1" 200 344 0.219912 10.0.0.131 - - [2026-03-05 01:57:06] "POST /ref-update HTTP/1.1" 200 156 0.012861 10.0.0.131 - - [2026-03-05 01:57:06] "POST /neutron/port HTTP/1.1" 200 1920 0.022995 10.0.0.131 - - [2026-03-05 01:57:08] "POST /neutron/router HTTP/1.1" 200 580 0.003546 10.0.0.131 - - [2026-03-05 01:57:08] "POST /ref-update HTTP/1.1" 200 156 0.012172 10.0.0.131 - - [2026-03-05 01:57:08] "POST /neutron/router HTTP/1.1" 200 344 0.110939 10.0.0.131 - - [2026-03-05 01:57:12] "POST /neutron/router HTTP/1.1" 200 580 0.004256 10.0.0.131 - - [2026-03-05 01:57:12] "GET /projects?obj_uuids=1ea59cf3-4d92-4622-b71d-3f48b918dd36&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001896 10.0.0.131 - - [2026-03-05 01:57:12] "POST /neutron/router HTTP/1.1" 200 344 0.212320 10.0.0.131 - - [2026-03-05 01:57:12] "POST /ref-update HTTP/1.1" 200 156 0.009876 10.0.0.131 - - [2026-03-05 01:57:18] "POST /neutron/router HTTP/1.1" 200 580 0.004445 10.0.0.131 - - [2026-03-05 01:57:18] "POST /ref-update HTTP/1.1" 200 156 0.010608 10.0.0.131 - - [2026-03-05 01:57:18] "POST /neutron/router HTTP/1.1" 200 344 0.090644 10.0.0.131 - - [2026-03-05 01:57:18] "POST /neutron/router HTTP/1.1" 200 580 0.005910 10.0.0.131 - - [2026-03-05 01:57:18] "POST /ref-update HTTP/1.1" 200 156 0.009629 10.0.0.131 - - [2026-03-05 01:57:18] "POST /neutron/router HTTP/1.1" 200 344 0.082012 10.0.0.131 - - [2026-03-05 01:57:18] "POST /neutron/router HTTP/1.1" 200 580 0.003820 10.0.0.131 - - [2026-03-05 01:57:18] "GET /logical-router/7beb1416-33c1-4f12-9ede-c496efb1d8c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.003086 10.0.0.131 - - [2026-03-05 01:57:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002982 10.0.0.131 - - [2026-03-05 01:57:18] "POST /neutron/router HTTP/1.1" 200 151 0.039602 10.0.0.131 - - [2026-03-05 01:57:18] "DELETE /route-target/b4876fee-47a2-4475-a6a5-e740cdbc177f HTTP/1.1" 200 115 0.013631 10.0.0.131 - - [2026-03-05 01:57:19] "POST /neutron/network HTTP/1.1" 200 823 0.004877 10.0.0.131 - - [2026-03-05 01:57:19] "POST /neutron/network HTTP/1.1" 400 204 0.009888 10.0.0.131 - - [2026-03-05 01:57:19] "POST /neutron/port HTTP/1.1" 200 1121 0.013289 10.0.0.131 - - [2026-03-05 01:57:19] "POST /neutron/port HTTP/1.1" 200 1111 0.008933 10.0.0.131 - - [2026-03-05 01:57:19] "POST /neutron/port HTTP/1.1" 200 1123 0.014403 10.0.0.131 - - [2026-03-05 01:57:19] "POST /neutron/port HTTP/1.1" 200 1113 0.017017 10.0.0.131 - - [2026-03-05 01:57:19] "POST /neutron/port HTTP/1.1" 200 151 0.117502 10.0.0.131 - - [2026-03-05 01:57:19] "POST /neutron/port HTTP/1.1" 200 151 0.099123 10.0.0.131 - - [2026-03-05 01:57:21] "POST /neutron/network HTTP/1.1" 200 823 0.005046 10.0.0.131 - - [2026-03-05 01:57:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003342 10.0.0.131 - - [2026-03-05 01:57:21] "POST /useragent-kv HTTP/1.1" 200 115 0.002928 10.0.0.131 - - [2026-03-05 01:57:21] "POST /useragent-kv HTTP/1.1" 200 115 0.001679 10.0.0.131 - - [2026-03-05 01:57:21] "POST /neutron/network HTTP/1.1" 200 151 0.068310 10.0.0.131 - - [2026-03-05 01:57:21] "DELETE /route-target/f61fe40a-ef19-42a1-9c1b-58a72aa3f294 HTTP/1.1" 200 115 0.016826 10.0.0.131 - - [2026-03-05 01:57:21] "POST /neutron/network HTTP/1.1" 200 825 0.004514 10.0.0.131 - - [2026-03-05 01:57:21] "POST /useragent-kv HTTP/1.1" 200 115 0.002765 10.0.0.131 - - [2026-03-05 01:57:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003324 10.0.0.131 - - [2026-03-05 01:57:21] "POST /useragent-kv HTTP/1.1" 200 115 0.002842 10.0.0.131 - - [2026-03-05 01:57:21] "POST /neutron/network HTTP/1.1" 200 151 0.068433 10.0.0.131 - - [2026-03-05 01:57:21] "DELETE /route-target/537d6253-558e-41e2-98c1-83cb7cbffdcd HTTP/1.1" 200 115 0.015193 10.0.0.131 - - [2026-03-05 01:57:21] "GET /projects?obj_uuids=1ea59cf3-4d92-4622-b71d-3f48b918dd36&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000947 10.0.0.131 - - [2026-03-05 01:57:21] "GET /project/1ea59cf3-4d92-4622-b71d-3f48b918dd36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.027640 10.0.0.131 - - [2026-03-05 01:57:21] "GET /projects?obj_uuids=1ea59cf3-4d92-4622-b71d-3f48b918dd36&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000939 10.0.0.131 - - [2026-03-05 01:57:21] "GET /project/1ea59cf3-4d92-4622-b71d-3f48b918dd36?fields=virtual_networks HTTP/1.1" 200 1029 0.069357 10.0.0.131 - - [2026-03-05 01:57:21] "GET /projects?obj_uuids=1ea59cf3-4d92-4622-b71d-3f48b918dd36&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000925 10.0.0.131 - - [2026-03-05 01:57:21] "GET /project/1ea59cf3-4d92-4622-b71d-3f48b918dd36?fields=virtual_machine_interfaces HTTP/1.1" 200 1029 0.020971 10.0.0.131 - - [2026-03-05 01:57:21] "GET /projects?obj_uuids=1ea59cf3-4d92-4622-b71d-3f48b918dd36&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000863 10.0.0.131 - - [2026-03-05 01:57:21] "GET /project/1ea59cf3-4d92-4622-b71d-3f48b918dd36?fields=security_groups HTTP/1.1" 200 1254 0.020078 10.0.0.131 - - [2026-03-05 01:57:22] "POST /fqname-to-id HTTP/1.1" 404 191 0.025034 10.0.0.131 - - [2026-03-05 01:57:22] "GET /projects?obj_uuids=a88a4fe4-4659-4b00-a417-7df277e697f1&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002007 10.0.0.131 - - [2026-03-05 01:57:22] "GET /domains?obj_uuids=ae3906f1-fab8-4987-bab9-45ca75cb796e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000890 10.0.0.131 - - [2026-03-05 01:57:22] "GET /domain/ae3906f1-fab8-4987-bab9-45ca75cb796e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.005597 10.0.0.131 - - [2026-03-05 01:57:22] "POST /id-to-fqname HTTP/1.1" 200 193 0.001020 10.0.0.131 - - [2026-03-05 01:57:22] "POST /fqname-to-id HTTP/1.1" 404 202 0.002779 10.0.0.131 - - [2026-03-05 01:57:22] "POST /security-groups HTTP/1.1" 200 594 0.060377 10.0.0.131 - - [2026-03-05 01:57:22] "POST /fqname-to-id HTTP/1.1" 404 237 0.002061 10.0.0.131 - - [2026-03-05 01:57:22] "POST /projects HTTP/1.1" 200 591 0.197409 10.0.0.131 - - [2026-03-05 01:57:22] "POST /access-control-lists HTTP/1.1" 200 601 0.054239 10.0.0.131 - - [2026-03-05 01:57:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.270122 10.0.0.131 - - [2026-03-05 01:57:22] "POST /fqname-to-id HTTP/1.1" 404 236 0.002464 10.0.0.131 - - [2026-03-05 01:57:22] "GET /project/a88a4fe4-4659-4b00-a417-7df277e697f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.388406 10.0.0.131 - - [2026-03-05 01:57:23] "POST /access-control-lists HTTP/1.1" 200 599 0.060286 10.0.0.131 - - [2026-03-05 01:57:24] "GET / HTTP/1.1" 200 36215 0.001823 10.0.0.131 - - [2026-03-05 01:57:25] "GET /project/a88a4fe4-4659-4b00-a417-7df277e697f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000408 10.0.0.131 - - [2026-03-05 01:57:25] "GET /projects?obj_uuids=a88a4fe4-4659-4b00-a417-7df277e697f1&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000893 10.0.0.131 - - [2026-03-05 01:57:25] "GET /project/a88a4fe4-4659-4b00-a417-7df277e697f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.047085 10.0.0.131 - - [2026-03-05 01:57:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002229 10.0.0.131 - - [2026-03-05 01:57:25] "GET /security-group/19d5f197-c230-408d-9062-83da614d29a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3764 0.004500 10.0.0.131 - - [2026-03-05 01:57:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002344 10.0.0.131 - - [2026-03-05 01:57:25] "GET /projects?obj_uuids=a88a4fe4-4659-4b00-a417-7df277e697f1&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001204 10.0.0.131 - - [2026-03-05 01:57:25] "GET /project/a88a4fe4-4659-4b00-a417-7df277e697f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.024101 10.0.0.131 - - [2026-03-05 01:57:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002632 10.0.0.131 - - [2026-03-05 01:57:25] "GET /security-group/19d5f197-c230-408d-9062-83da614d29a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3764 0.003358 10.0.0.131 - - [2026-03-05 01:57:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002704 10.0.0.131 - - [2026-03-05 01:57:25] "PUT /security-group/19d5f197-c230-408d-9062-83da614d29a0 HTTP/1.1" 200 263 0.012686 10.0.0.131 - - [2026-03-05 01:57:25] "PUT /access-control-list/ab686ae8-276e-4dc6-9f4f-78b44befe76f HTTP/1.1" 200 273 0.008405 10.0.0.131 - - [2026-03-05 01:57:25] "PUT /access-control-list/8413d9d0-f4a7-462f-8512-7011dad13a7a HTTP/1.1" 200 273 0.007871 10.0.0.131 - - [2026-03-05 01:57:25] "POST /fqname-to-id HTTP/1.1" 404 202 0.002307 10.0.0.131 - - [2026-03-05 01:57:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002466 10.0.0.131 - - [2026-03-05 01:57:25] "GET /projects?obj_uuids=a88a4fe4-4659-4b00-a417-7df277e697f1&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001415 10.0.0.131 - - [2026-03-05 01:57:25] "GET /project/a88a4fe4-4659-4b00-a417-7df277e697f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.024168 10.0.0.131 - - [2026-03-05 01:57:26] "POST /neutron/network HTTP/1.1" 200 117 0.030137 10.0.0.131 - - [2026-03-05 01:57:26] "GET /projects?obj_uuids=a88a4fe4-4659-4b00-a417-7df277e697f1&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001050 10.0.0.131 - - [2026-03-05 01:57:26] "POST /neutron/network HTTP/1.1" 200 608 0.059810 10.0.0.131 - - [2026-03-05 01:57:26] "POST /route-targets HTTP/1.1" 200 328 0.013372 10.0.0.131 - - [2026-03-05 01:57:26] "POST /ref-update HTTP/1.1" 200 156 0.015383 10.0.0.131 - - [2026-03-05 01:57:26] "POST /useragent-kv HTTP/1.1" 200 115 0.003149 10.0.0.131 - - [2026-03-05 01:57:26] "POST /neutron/subnet HTTP/1.1" 200 725 0.163874 10.0.0.131 - - [2026-03-05 01:57:26] "POST /neutron/network HTTP/1.1" 200 827 0.004999 10.0.0.131 - - [2026-03-05 01:57:26] "POST /id-to-fqname HTTP/1.1" 200 223 0.000972 10.0.0.131 - - [2026-03-05 01:57:26] "GET /virtual-network/405fc208-3784-4672-8f11-3c6bd084d5bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.003871 10.0.0.131 - - [2026-03-05 01:57:26] "POST /neutron/network HTTP/1.1" 200 827 0.005042 10.0.0.131 - - [2026-03-05 01:57:26] "GET /virtual-network/405fc208-3784-4672-8f11-3c6bd084d5bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004294 10.0.0.131 - - [2026-03-05 01:57:26] "POST /neutron/network HTTP/1.1" 200 827 0.004697 10.0.0.131 - - [2026-03-05 01:57:26] "POST /neutron/subnet HTTP/1.1" 200 725 0.005250 10.0.0.131 - - [2026-03-05 01:57:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002042 10.0.0.131 - - [2026-03-05 01:57:26] "GET /projects?obj_uuids=a88a4fe4-4659-4b00-a417-7df277e697f1&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000923 10.0.0.131 - - [2026-03-05 01:57:26] "GET /project/a88a4fe4-4659-4b00-a417-7df277e697f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.022401 10.0.0.131 - - [2026-03-05 01:57:26] "POST /neutron/network HTTP/1.1" 200 117 0.009437 10.0.0.131 - - [2026-03-05 01:57:26] "GET /projects?obj_uuids=a88a4fe4-4659-4b00-a417-7df277e697f1&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000884 10.0.0.131 - - [2026-03-05 01:57:26] "POST /neutron/network HTTP/1.1" 200 615 0.088163 10.0.0.131 - - [2026-03-05 01:57:26] "POST /route-targets HTTP/1.1" 200 328 0.013088 10.0.0.131 - - [2026-03-05 01:57:26] "POST /ref-update HTTP/1.1" 200 156 0.012137 10.0.0.131 - - [2026-03-05 01:57:26] "POST /useragent-kv HTTP/1.1" 200 115 0.003394 10.0.0.131 - - [2026-03-05 01:57:26] "POST /neutron/subnet HTTP/1.1" 200 715 0.154207 10.0.0.131 - - [2026-03-05 01:57:26] "POST /neutron/network HTTP/1.1" 200 832 0.005007 10.0.0.131 - - [2026-03-05 01:57:26] "POST /id-to-fqname HTTP/1.1" 200 227 0.001158 10.0.0.131 - - [2026-03-05 01:57:26] "GET /virtual-network/ae7c2fd1-a572-47a3-b249-8017c06083f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.004106 10.0.0.131 - - [2026-03-05 01:57:26] "POST /neutron/network HTTP/1.1" 200 832 0.004531 10.0.0.131 - - [2026-03-05 01:57:26] "GET /virtual-network/ae7c2fd1-a572-47a3-b249-8017c06083f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.004045 10.0.0.131 - - [2026-03-05 01:57:26] "POST /neutron/network HTTP/1.1" 200 832 0.004943 10.0.0.131 - - [2026-03-05 01:57:27] "POST /neutron/subnet HTTP/1.1" 200 715 0.010305 10.0.0.131 - - [2026-03-05 01:57:27] "POST /id-to-fqname HTTP/1.1" 200 223 0.001070 10.0.0.131 - - [2026-03-05 01:57:27] "POST /neutron/network HTTP/1.1" 200 837 0.005040 10.0.0.131 - - [2026-03-05 01:57:27] "GET /aaa-mode HTTP/1.1" 401 293 0.000396 10.0.0.131 - - [2026-03-05 01:57:27] "GET / HTTP/1.1" 200 36215 0.001663 10.0.0.131 - - [2026-03-05 01:57:27] "GET /project/a88a4fe4-4659-4b00-a417-7df277e697f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000350 10.0.0.131 - - [2026-03-05 01:57:27] "GET /projects?obj_uuids=a88a4fe4-4659-4b00-a417-7df277e697f1&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000910 10.0.0.131 - - [2026-03-05 01:57:27] "GET /project/a88a4fe4-4659-4b00-a417-7df277e697f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.044518 10.0.0.131 - - [2026-03-05 01:57:27] "POST /neutron/network HTTP/1.1" 200 827 0.004487 10.0.0.131 - - [2026-03-05 01:57:28] "POST /neutron/port HTTP/1.1" 200 117 0.004953 10.0.0.131 - - [2026-03-05 01:57:28] "POST /neutron/port HTTP/1.1" 200 117 0.007685 10.0.0.131 - - [2026-03-05 01:57:28] "POST /id-to-fqname HTTP/1.1" 200 227 0.001150 10.0.0.131 - - [2026-03-05 01:57:28] "POST /neutron/port HTTP/1.1" 200 117 0.004036 10.0.0.131 - - [2026-03-05 01:57:28] "POST /neutron/network HTTP/1.1" 200 842 0.004537 10.0.0.131 - - [2026-03-05 01:57:28] "GET /aaa-mode HTTP/1.1" 401 293 0.000433 10.0.0.131 - - [2026-03-05 01:57:28] "POST /neutron/network HTTP/1.1" 200 837 0.004850 10.0.0.131 - - [2026-03-05 01:57:28] "GET /projects?obj_uuids=a88a4fe4-4659-4b00-a417-7df277e697f1&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001257 10.0.0.131 - - [2026-03-05 01:57:28] "GET / HTTP/1.1" 200 36215 0.002463 10.0.0.131 - - [2026-03-05 01:57:28] "GET /project/a88a4fe4-4659-4b00-a417-7df277e697f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000347 10.0.0.131 - - [2026-03-05 01:57:28] "POST /neutron/port HTTP/1.1" 200 1063 0.190979 10.0.0.131 - - [2026-03-05 01:57:28] "POST /neutron/port HTTP/1.1" 200 1063 0.009332 10.0.0.131 - - [2026-03-05 01:57:28] "POST /neutron/port HTTP/1.1" 200 1063 0.008006 10.0.0.131 - - [2026-03-05 01:57:28] "POST /neutron/port HTTP/1.1" 200 1117 0.057867 10.0.0.131 - - [2026-03-05 01:57:28] "POST /neutron/port HTTP/1.1" 200 1127 0.010296 10.0.0.131 - - [2026-03-05 01:57:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002642 10.0.0.131 - - [2026-03-05 01:57:28] "POST /neutron/subnet HTTP/1.1" 200 699 0.012426 10.0.0.131 - - [2026-03-05 01:57:28] "POST /neutron/port HTTP/1.1" 200 117 0.001247 10.0.0.131 - - [2026-03-05 01:57:28] "POST /neutron/network HTTP/1.1" 200 827 0.005095 10.0.0.131 - - [2026-03-05 01:57:28] "GET /projects?obj_uuids=a88a4fe4-4659-4b00-a417-7df277e697f1&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001483 10.0.0.131 - - [2026-03-05 01:57:28] "GET /project/a88a4fe4-4659-4b00-a417-7df277e697f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.057995 10.0.0.131 - - [2026-03-05 01:57:29] "POST /neutron/network HTTP/1.1" 200 832 0.004457 10.0.0.131 - - [2026-03-05 01:57:29] "POST /neutron/port HTTP/1.1" 200 1127 0.013330 10.0.0.131 - - [2026-03-05 01:57:29] "POST /neutron/security_group HTTP/1.1" 200 2002 0.008470 10.0.0.131 - - [2026-03-05 01:57:29] "POST /neutron/port HTTP/1.1" 200 117 0.005932 10.0.0.131 - - [2026-03-05 01:57:29] "GET /projects?obj_uuids=a88a4fe4-4659-4b00-a417-7df277e697f1&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001487 10.0.0.131 - - [2026-03-05 01:57:29] "POST /neutron/router HTTP/1.1" 200 585 0.053657 10.0.0.131 - - [2026-03-05 01:57:29] "POST /neutron/router HTTP/1.1" 200 585 0.002997 10.0.0.131 - - [2026-03-05 01:57:29] "POST /route-targets HTTP/1.1" 200 328 0.020201 10.0.0.131 - - [2026-03-05 01:57:29] "POST /neutron/router HTTP/1.1" 200 656 0.039055 10.0.0.131 - - [2026-03-05 01:57:29] "PUT /logical-router/f51dd2ba-65a7-4e7b-8f13-b56cba52f23f HTTP/1.1" 200 263 0.042451 10.0.0.131 - - [2026-03-05 01:57:29] "GET /logical-router/f51dd2ba-65a7-4e7b-8f13-b56cba52f23f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1645 0.022470 10.0.0.131 - - [2026-03-05 01:57:29] "POST /neutron/router HTTP/1.1" 200 656 0.018404 10.0.0.131 - - [2026-03-05 01:57:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.008618 10.0.0.131 - - [2026-03-05 01:57:29] "GET /projects?obj_uuids=a88a4fe4-4659-4b00-a417-7df277e697f1&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000900 10.0.0.131 - - [2026-03-05 01:57:29] "GET /service-template/c321ea2a-a381-4d2b-97c8-053b03d3b4dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1683 0.045507 10.0.0.131 - - [2026-03-05 01:57:29] "POST /fqname-to-id HTTP/1.1" 404 215 0.006691 10.0.0.131 - - [2026-03-05 01:57:29] "POST /neutron/router HTTP/1.1" 200 344 0.220350 10.0.0.131 - - [2026-03-05 01:57:29] "POST /neutron/network HTTP/1.1" 200 842 0.005111 10.0.0.131 - - [2026-03-05 01:57:29] "POST /ref-update HTTP/1.1" 200 156 0.022206 10.0.0.131 - - [2026-03-05 01:57:29] "GET /projects?obj_uuids=a88a4fe4-4659-4b00-a417-7df277e697f1&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001161 10.0.0.131 - - [2026-03-05 01:57:29] "POST /neutron/port HTTP/1.1" 200 1127 0.030725 10.0.0.131 - - [2026-03-05 01:57:29] "POST /neutron/security_group HTTP/1.1" 200 2002 0.011434 10.0.0.131 - - [2026-03-05 01:57:29] "POST /useragent-kv HTTP/1.1" 200 115 0.005456 10.0.0.131 - - [2026-03-05 01:57:29] "POST /virtual-networks HTTP/1.1" 200 696 0.211879 10.0.0.131 - - [2026-03-05 01:57:29] "POST /route-targets HTTP/1.1" 200 328 0.067880 10.0.0.131 - - [2026-03-05 01:57:29] "POST /ref-update HTTP/1.1" 200 156 0.020203 10.0.0.131 - - [2026-03-05 01:57:29] "POST /service-instances HTTP/1.1" 200 672 0.115353 10.0.0.131 - - [2026-03-05 01:57:30] "POST /route-tables HTTP/1.1" 200 584 0.026378 10.0.0.131 - - [2026-03-05 01:57:30] "POST /neutron/port HTTP/1.1" 200 1061 0.384937 10.0.0.131 - - [2026-03-05 01:57:30] "POST /neutron/port HTTP/1.1" 200 1061 0.015348 10.0.0.131 - - [2026-03-05 01:57:30] "PUT /logical-router/f51dd2ba-65a7-4e7b-8f13-b56cba52f23f HTTP/1.1" 200 263 0.026545 10.0.0.131 - - [2026-03-05 01:57:30] "POST /neutron/port HTTP/1.1" 200 1061 0.014295 10.0.0.131 - - [2026-03-05 01:57:30] "POST /neutron/port HTTP/1.1" 200 1115 0.058009 10.0.0.131 - - [2026-03-05 01:57:30] "POST /ref-update HTTP/1.1" 200 156 0.026866 10.0.0.131 - - [2026-03-05 01:57:30] "POST /neutron/port HTTP/1.1" 200 1125 0.011047 10.0.0.131 - - [2026-03-05 01:57:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002829 10.0.0.131 - - [2026-03-05 01:57:30] "POST /neutron/subnet HTTP/1.1" 200 689 0.005354 10.0.0.131 - - [2026-03-05 01:57:30] "POST /neutron/port HTTP/1.1" 200 117 0.001288 10.0.0.131 - - [2026-03-05 01:57:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002725 10.0.0.131 - - [2026-03-05 01:57:30] "POST /neutron/network HTTP/1.1" 200 832 0.004916 10.0.0.131 - - [2026-03-05 01:57:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002523 10.0.0.131 - - [2026-03-05 01:57:30] "POST /virtual-machines HTTP/1.1" 200 554 0.014149 10.0.0.131 - - [2026-03-05 01:57:30] "POST /virtual-machine-interfaces HTTP/1.1" 200 814 0.092660 10.0.0.131 - - [2026-03-05 01:57:30] "POST /chown HTTP/1.1" 200 109 0.009122 10.0.0.131 - - [2026-03-05 01:57:30] "POST /instance-ips HTTP/1.1" 200 552 0.017230 10.0.0.131 - - [2026-03-05 01:57:30] "POST /instance-ips HTTP/1.1" 400 246 0.017541 10.0.0.131 - - [2026-03-05 01:57:30] "POST /chown HTTP/1.1" 200 109 0.008207 10.0.0.131 - - [2026-03-05 01:57:30] "PUT /virtual-machine-interface/bb0c9544-79a6-4202-a9c9-58e3c43225dd HTTP/1.1" 200 285 0.009498 10.0.0.131 - - [2026-03-05 01:57:30] "PUT /instance-ip/e1e7c2cd-020b-4dd8-9dea-d75a6a83cbd7 HTTP/1.1" 200 257 0.011772 10.0.0.131 - - [2026-03-05 01:57:30] "POST /ref-update HTTP/1.1" 200 156 0.013346 10.0.0.131 - - [2026-03-05 01:57:31] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.079084 10.0.0.131 - - [2026-03-05 01:57:31] "POST /chown HTTP/1.1" 200 109 0.011271 10.0.0.131 - - [2026-03-05 01:57:31] "POST /instance-ips HTTP/1.1" 200 550 0.027520 10.0.0.131 - - [2026-03-05 01:57:31] "POST /instance-ips HTTP/1.1" 400 316 0.018100 10.0.0.131 - - [2026-03-05 01:57:31] "POST /chown HTTP/1.1" 200 109 0.008156 10.0.0.131 - - [2026-03-05 01:57:31] "PUT /virtual-machine-interface/96caf044-7492-4a7a-b8b1-d5ffbcb7e0f1 HTTP/1.1" 200 285 0.009595 10.0.0.131 - - [2026-03-05 01:57:31] "PUT /instance-ip/3ee3f55b-467a-42d9-809c-dd87c5a9f2df HTTP/1.1" 200 257 0.010097 10.0.0.131 - - [2026-03-05 01:57:31] "POST /ref-update HTTP/1.1" 200 156 0.010586 10.0.0.131 - - [2026-03-05 01:57:31] "POST /ref-update HTTP/1.1" 200 156 0.009064 10.0.0.131 - - [2026-03-05 01:57:31] "PUT /routing-instance/9fa1d483-3e2c-4c29-ada8-296fd34bd4d4 HTTP/1.1" 200 267 0.012350 10.0.0.131 - - [2026-03-05 01:57:31] "POST /ref-update HTTP/1.1" 200 156 0.007081 10.0.0.131 - - [2026-03-05 01:57:31] "POST /virtual-machines HTTP/1.1" 200 554 0.010777 10.0.0.131 - - [2026-03-05 01:57:31] "POST /virtual-machine-interfaces HTTP/1.1" 200 814 0.117197 10.0.0.131 - - [2026-03-05 01:57:31] "POST /chown HTTP/1.1" 200 109 0.006565 10.0.0.131 - - [2026-03-05 01:57:31] "POST /instance-ips HTTP/1.1" 400 246 0.014983 10.0.0.131 - - [2026-03-05 01:57:31] "POST /chown HTTP/1.1" 200 109 0.006632 10.0.0.131 - - [2026-03-05 01:57:31] "PUT /virtual-machine-interface/ab79cf83-4375-4dbf-80f2-5dbd8e19320a HTTP/1.1" 200 285 0.009848 10.0.0.131 - - [2026-03-05 01:57:31] "PUT /instance-ip/e1e7c2cd-020b-4dd8-9dea-d75a6a83cbd7 HTTP/1.1" 200 257 0.010246 10.0.0.131 - - [2026-03-05 01:57:32] "POST /ref-update HTTP/1.1" 200 156 0.009002 10.0.0.131 - - [2026-03-05 01:57:32] "POST /ref-update HTTP/1.1" 200 156 0.009295 10.0.0.131 - - [2026-03-05 01:57:32] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.088089 10.0.0.131 - - [2026-03-05 01:57:32] "POST /chown HTTP/1.1" 200 109 0.006641 10.0.0.131 - - [2026-03-05 01:57:32] "POST /instance-ips HTTP/1.1" 400 316 0.012835 10.0.0.131 - - [2026-03-05 01:57:32] "POST /chown HTTP/1.1" 200 109 0.006467 10.0.0.131 - - [2026-03-05 01:57:32] "PUT /virtual-machine-interface/f8a569a9-b0b0-4729-915d-4ae8e90b0f79 HTTP/1.1" 200 285 0.010170 10.0.0.131 - - [2026-03-05 01:57:32] "PUT /instance-ip/3ee3f55b-467a-42d9-809c-dd87c5a9f2df HTTP/1.1" 200 257 0.013184 10.0.0.131 - - [2026-03-05 01:57:32] "POST /ref-update HTTP/1.1" 200 156 0.010708 10.0.0.131 - - [2026-03-05 01:57:32] "POST /ref-update HTTP/1.1" 200 156 0.011353 10.0.0.131 - - [2026-03-05 01:57:34] "POST /neutron/port HTTP/1.1" 200 1127 0.011104 10.0.0.131 - - [2026-03-05 01:57:34] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005822 10.0.0.131 - - [2026-03-05 01:57:34] "POST /neutron/port HTTP/1.1" 200 1127 0.011396 10.0.0.131 - - [2026-03-05 01:57:34] "POST /neutron/security_group HTTP/1.1" 200 2002 0.004946 10.0.0.131 - - [2026-03-05 01:57:34] "POST /neutron/port HTTP/1.1" 200 1127 0.010386 10.0.0.131 - - [2026-03-05 01:57:34] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006507 10.0.0.131 - - [2026-03-05 01:57:34] "GET /virtual-machine/ba0c2fb7-f76e-413d-913a-4604ab9b9f08 HTTP/1.1" 401 293 0.000499 10.0.0.131 - - [2026-03-05 01:57:35] "GET /virtual-machine/ba0c2fb7-f76e-413d-913a-4604ab9b9f08 HTTP/1.1" 200 1298 0.025871 10.0.0.131 - - [2026-03-05 01:57:35] "GET /virtual-machine-interface/f0f9d47f-e038-4055-8e8f-7059e2fa49cc HTTP/1.1" 200 2963 0.004171 10.0.0.131 - - [2026-03-05 01:57:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002377 10.0.0.131 - - [2026-03-05 01:57:35] "GET /global-vrouter-config/2922bebb-86e8-4999-9cee-870c5db0ed3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003305 10.0.0.131 - - [2026-03-05 01:57:35] "GET /virtual-networks?parent_id=a88a4fe4-4659-4b00-a417-7df277e697f1&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.002611 10.0.0.131 - - [2026-03-05 01:57:35] "GET /virtual-network/405fc208-3784-4672-8f11-3c6bd084d5bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004808 10.0.0.131 - - [2026-03-05 01:57:37] "DELETE /project/a88a4fe446594b00a4177df277e697f1 HTTP/1.1" 404 173 0.007969 10.0.0.131 - - [2026-03-05 01:57:37] "DELETE /project/1ea59cf34d924622b71d3f48b918dd36 HTTP/1.1" 404 173 0.005160 10.0.0.131 - - [2026-03-05 01:57:37] "GET /projects?obj_uuids=1ea59cf3-4d92-4622-b71d-3f48b918dd36&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001066 10.0.0.131 - - [2026-03-05 01:57:37] "GET /projects?obj_uuids=7f3ee3f5-1820-4948-a9d4-409d2084f040&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000746 10.0.0.131 - - [2026-03-05 01:57:37] "GET /project/7f3ee3f5-1820-4948-a9d4-409d2084f040?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1451 0.031753 10.0.0.131 - - [2026-03-05 01:57:37] "GET /project/1ea59cf3-4d92-4622-b71d-3f48b918dd36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1459 0.038187 10.0.0.131 - - [2026-03-05 01:57:37] "GET /projects?obj_uuids=7f3ee3f5-1820-4948-a9d4-409d2084f040&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000795 10.0.0.131 - - [2026-03-05 01:57:37] "GET /projects?obj_uuids=1ea59cf3-4d92-4622-b71d-3f48b918dd36&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000739 10.0.0.131 - - [2026-03-05 01:57:37] "GET /project/7f3ee3f5-1820-4948-a9d4-409d2084f040?fields=security_groups HTTP/1.1" 200 1350 0.021819 10.0.0.131 - - [2026-03-05 01:57:37] "GET /project/1ea59cf3-4d92-4622-b71d-3f48b918dd36?fields=security_groups HTTP/1.1" 200 1356 0.028796 10.0.0.131 - - [2026-03-05 01:57:37] "DELETE /security-group/d81eb909-cda3-4134-aebc-63d8cff31ce3 HTTP/1.1" 200 115 0.046807 10.0.0.131 - - [2026-03-05 01:57:37] "GET /projects?obj_uuids=7f3ee3f5-1820-4948-a9d4-409d2084f040&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001377 10.0.0.131 - - [2026-03-05 01:57:37] "DELETE /access-control-list/31ca46fe-7d91-46a9-a599-d2b6dbafa949 HTTP/1.1" 200 115 0.035193 10.0.0.131 - - [2026-03-05 01:57:37] "DELETE /security-group/bef78ca4-2454-4a6f-b521-735300e39889 HTTP/1.1" 200 115 0.060472 10.0.0.131 - - [2026-03-05 01:57:37] "GET /projects?obj_uuids=1ea59cf3-4d92-4622-b71d-3f48b918dd36&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000951 10.0.0.131 - - [2026-03-05 01:57:37] "GET /project/7f3ee3f5-1820-4948-a9d4-409d2084f040?fields=application_policy_sets HTTP/1.1" 200 1389 0.036562 10.0.0.131 - - [2026-03-05 01:57:37] "DELETE /access-control-list/776883c7-6110-4c1c-bf53-0199e8028d85 HTTP/1.1" 200 115 0.057863 10.0.0.131 - - [2026-03-05 01:57:37] "GET /project/1ea59cf3-4d92-4622-b71d-3f48b918dd36?fields=application_policy_sets HTTP/1.1" 200 1395 0.071921 10.0.0.131 - - [2026-03-05 01:57:37] "DELETE /access-control-list/7e34fd0e-be6d-4294-a887-b7a898e6f3eb HTTP/1.1" 200 115 0.029076 10.0.0.131 - - [2026-03-05 01:57:37] "DELETE /access-control-list/d5e0b2e5-2d9f-4f4a-9e67-2af4a9137756 HTTP/1.1" 200 115 0.027261 10.0.0.131 - - [2026-03-05 01:57:37] "DELETE /project/7f3ee3f5-1820-4948-a9d4-409d2084f040 HTTP/1.1" 200 115 0.344092 10.0.0.131 - - [2026-03-05 01:57:37] "DELETE /project/1ea59cf3-4d92-4622-b71d-3f48b918dd36 HTTP/1.1" 200 115 0.376677 10.0.0.131 - - [2026-03-05 01:57:37] "POST /neutron/port HTTP/1.1" 200 1127 0.011192 10.0.0.131 - - [2026-03-05 01:57:37] "POST /neutron/security_group HTTP/1.1" 200 2002 0.004497 10.0.0.131 - - [2026-03-05 01:57:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002923 10.0.0.131 - - [2026-03-05 01:57:38] "GET /virtual-network/405fc208-3784-4672-8f11-3c6bd084d5bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004614 10.0.0.131 - - [2026-03-05 01:57:38] "POST /neutron/port HTTP/1.1" 200 1125 0.011094 10.0.0.131 - - [2026-03-05 01:57:38] "POST /neutron/security_group HTTP/1.1" 200 2002 0.025102 10.0.0.131 - - [2026-03-05 01:57:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002282 10.0.0.131 - - [2026-03-05 01:57:40] "GET /global-vrouter-config/2922bebb-86e8-4999-9cee-870c5db0ed3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002324 10.0.0.131 - - [2026-03-05 01:57:40] "GET /virtual-networks?parent_id=a88a4fe4-4659-4b00-a417-7df277e697f1&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.002493 10.0.0.131 - - [2026-03-05 01:57:40] "GET /virtual-network/405fc208-3784-4672-8f11-3c6bd084d5bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004609 10.0.0.131 - - [2026-03-05 01:57:40] "POST /neutron/port HTTP/1.1" 200 1127 0.011421 10.0.0.131 - - [2026-03-05 01:57:40] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006546 10.0.0.131 - - [2026-03-05 01:57:42] "GET /obj-perms HTTP/1.1" 200 5075 0.054168 10.0.0.131 - - [2026-03-05 01:57:43] "GET /obj-perms HTTP/1.1" 200 5075 0.048012 10.0.0.131 - - [2026-03-05 01:57:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002392 10.0.0.131 - - [2026-03-05 01:57:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002073 10.0.0.131 - - [2026-03-05 01:57:43] "POST /chown HTTP/1.1" 200 109 0.010089 10.0.0.131 - - [2026-03-05 01:57:43] "POST /instance-ips HTTP/1.1" 400 246 0.012945 10.0.0.131 - - [2026-03-05 01:57:43] "POST /chown HTTP/1.1" 200 109 0.006526 10.0.0.131 - - [2026-03-05 01:57:43] "POST /chown HTTP/1.1" 200 109 0.007369 10.0.0.131 - - [2026-03-05 01:57:43] "POST /instance-ips HTTP/1.1" 400 316 0.015494 10.0.0.131 - - [2026-03-05 01:57:43] "POST /chown HTTP/1.1" 200 109 0.007444 10.0.0.131 - - [2026-03-05 01:57:43] "POST /chown HTTP/1.1" 200 109 0.006675 10.0.0.131 - - [2026-03-05 01:57:43] "POST /instance-ips HTTP/1.1" 400 246 0.013831 10.0.0.131 - - [2026-03-05 01:57:43] "POST /chown HTTP/1.1" 200 109 0.007054 10.0.0.131 - - [2026-03-05 01:57:43] "POST /chown HTTP/1.1" 200 109 0.006723 10.0.0.131 - - [2026-03-05 01:57:43] "POST /instance-ips HTTP/1.1" 400 316 0.013467 10.0.0.131 - - [2026-03-05 01:57:43] "POST /chown HTTP/1.1" 200 109 0.006577 10.0.0.131 - - [2026-03-05 01:57:46] "POST /neutron/port HTTP/1.1" 200 1125 0.012404 10.0.0.131 - - [2026-03-05 01:57:46] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005400 10.0.0.131 - - [2026-03-05 01:57:46] "POST /neutron/port HTTP/1.1" 200 1125 0.014319 10.0.0.131 - - [2026-03-05 01:57:46] "POST /neutron/security_group HTTP/1.1" 200 2002 0.004900 10.0.0.131 - - [2026-03-05 01:57:46] "POST /neutron/port HTTP/1.1" 200 1125 0.010733 10.0.0.131 - - [2026-03-05 01:57:46] "POST /neutron/security_group HTTP/1.1" 200 2002 0.008055 10.0.0.131 - - [2026-03-05 01:57:46] "GET /virtual-machine/06b1a280-0d3d-4997-bc78-1c751f262328 HTTP/1.1" 200 1296 0.004185 10.0.0.131 - - [2026-03-05 01:57:46] "GET /virtual-machine-interface/10f8abb2-e888-465a-9fc9-e7e38abdad1c HTTP/1.1" 200 2974 0.004392 10.0.0.131 - - [2026-03-05 01:57:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002419 10.0.0.131 - - [2026-03-05 01:57:46] "GET /global-vrouter-config/2922bebb-86e8-4999-9cee-870c5db0ed3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002877 10.0.0.131 - - [2026-03-05 01:57:46] "GET /virtual-networks?parent_id=a88a4fe4-4659-4b00-a417-7df277e697f1&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.002671 10.0.0.131 - - [2026-03-05 01:57:46] "GET /virtual-network/ae7c2fd1-a572-47a3-b249-8017c06083f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005503 10.0.0.131 - - [2026-03-05 01:57:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002499 10.0.0.131 - - [2026-03-05 01:57:47] "GET /global-vrouter-config/2922bebb-86e8-4999-9cee-870c5db0ed3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002671 10.0.0.131 - - [2026-03-05 01:57:47] "GET /virtual-networks?parent_id=a88a4fe4-4659-4b00-a417-7df277e697f1&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.002618 10.0.0.131 - - [2026-03-05 01:57:47] "GET /virtual-network/ae7c2fd1-a572-47a3-b249-8017c06083f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.004576 10.0.0.131 - - [2026-03-05 01:57:51] "POST /neutron/router HTTP/1.1" 200 656 0.004921 10.0.0.131 - - [2026-03-05 01:57:51] "POST /ref-update HTTP/1.1" 200 156 0.009912 10.0.0.131 - - [2026-03-05 01:57:51] "POST /neutron/router HTTP/1.1" 200 344 0.090493 10.0.0.131 - - [2026-03-05 01:57:51] "POST /neutron/router HTTP/1.1" 200 656 0.004697 10.0.0.131 - - [2026-03-05 01:57:51] "GET /logical-router/f51dd2ba-65a7-4e7b-8f13-b56cba52f23f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1977 0.005507 10.0.0.131 - - [2026-03-05 01:57:51] "GET /service-instance/d67e59b0-e7a0-4b0a-838b-53209ba60003?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2317 0.002817 10.0.0.131 - - [2026-03-05 01:57:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002796 10.0.0.131 - - [2026-03-05 01:57:51] "POST /neutron/router HTTP/1.1" 200 151 0.053906 10.0.0.131 - - [2026-03-05 01:57:51] "DELETE /route-target/06a95bd9-6d26-43b9-bd1c-96534413b241 HTTP/1.1" 409 240 0.004630 10.0.0.131 - - [2026-03-05 01:57:51] "PUT /logical-router/f51dd2ba-65a7-4e7b-8f13-b56cba52f23f HTTP/1.1" 404 171 0.002489 10.0.0.131 - - [2026-03-05 01:57:51] "POST /ref-update HTTP/1.1" 200 156 0.015419 10.0.0.131 - - [2026-03-05 01:57:51] "DELETE /route-table/4b6d2c64-8009-4e99-9d20-f404f0a4bb28 HTTP/1.1" 200 115 0.028988 10.0.0.131 - - [2026-03-05 01:57:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002429 10.0.0.131 - - [2026-03-05 01:57:51] "PUT /routing-instance/9fa1d483-3e2c-4c29-ada8-296fd34bd4d4 HTTP/1.1" 200 267 0.011156 10.0.0.131 - - [2026-03-05 01:57:51] "GET /virtual-network/05099aed-dfc6-4df0-aa08-7cce7c203d62?fields=instance_ip_back_refs%2Cvirtual_machine_interface_back_refs HTTP/1.1" 200 2302 0.005633 10.0.0.131 - - [2026-03-05 01:57:51] "POST /neutron/network HTTP/1.1" 200 832 0.011914 10.0.0.131 - - [2026-03-05 01:57:52] "POST /neutron/network HTTP/1.1" 400 204 0.038989 10.0.0.131 - - [2026-03-05 01:57:52] "POST /ref-update HTTP/1.1" 200 156 0.016818 10.0.0.131 - - [2026-03-05 01:57:52] "POST /ref-update HTTP/1.1" 200 156 0.010701 10.0.0.131 - - [2026-03-05 01:57:52] "GET /virtual-machine-interface/96caf044-7492-4a7a-b8b1-d5ffbcb7e0f1?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1653 0.005833 10.0.0.131 - - [2026-03-05 01:57:52] "POST /ref-update HTTP/1.1" 200 156 0.013869 10.0.0.131 - - [2026-03-05 01:57:52] "GET /instance-ip/3ee3f55b-467a-42d9-809c-dd87c5a9f2df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.003484 10.0.0.131 - - [2026-03-05 01:57:52] "DELETE /virtual-machine-interface/96caf044-7492-4a7a-b8b1-d5ffbcb7e0f1 HTTP/1.1" 200 115 0.034797 10.0.0.131 - - [2026-03-05 01:57:52] "GET /virtual-machine-interface/f8a569a9-b0b0-4729-915d-4ae8e90b0f79?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1653 0.005258 10.0.0.131 - - [2026-03-05 01:57:52] "POST /neutron/port HTTP/1.1" 200 1125 0.010247 10.0.0.131 - - [2026-03-05 01:57:52] "POST /neutron/port HTTP/1.1" 200 1115 0.012310 10.0.0.131 - - [2026-03-05 01:57:52] "POST /ref-update HTTP/1.1" 200 156 0.016261 10.0.0.131 - - [2026-03-05 01:57:52] "GET /instance-ip/3ee3f55b-467a-42d9-809c-dd87c5a9f2df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1760 0.008871 10.0.0.131 - - [2026-03-05 01:57:52] "POST /neutron/port HTTP/1.1" 200 1127 0.016443 10.0.0.131 - - [2026-03-05 01:57:52] "POST /neutron/port HTTP/1.1" 200 1117 0.011088 10.0.0.131 - - [2026-03-05 01:57:52] "POST /neutron/port HTTP/1.1" 200 151 0.154507 10.0.0.131 - - [2026-03-05 01:57:52] "DELETE /instance-ip/3ee3f55b-467a-42d9-809c-dd87c5a9f2df HTTP/1.1" 200 115 0.065310 10.0.0.131 - - [2026-03-05 01:57:52] "DELETE /virtual-machine-interface/f8a569a9-b0b0-4729-915d-4ae8e90b0f79 HTTP/1.1" 200 115 0.046151 10.0.0.131 - - [2026-03-05 01:57:52] "DELETE /instance-ip/3ee3f55b-467a-42d9-809c-dd87c5a9f2df HTTP/1.1" 404 177 0.001566 10.0.0.131 - - [2026-03-05 01:57:52] "POST /neutron/port HTTP/1.1" 200 151 0.141728 10.0.0.131 - - [2026-03-05 01:57:52] "POST /useragent-kv HTTP/1.1" 200 115 0.002197 10.0.0.131 - - [2026-03-05 01:57:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.007874 10.0.0.131 - - [2026-03-05 01:57:52] "POST /useragent-kv HTTP/1.1" 200 115 0.002197 10.0.0.131 - - [2026-03-05 01:57:52] "DELETE /virtual-network/05099aed-dfc6-4df0-aa08-7cce7c203d62 HTTP/1.1" 200 115 0.063954 10.0.0.131 - - [2026-03-05 01:57:52] "DELETE /route-target/259852b2-4b25-4ba7-baf4-5651de9bc85f HTTP/1.1" 200 115 0.018798 10.0.0.131 - - [2026-03-05 01:57:52] "DELETE /service-instance/d67e59b0-e7a0-4b0a-838b-53209ba60003 HTTP/1.1" 200 115 0.025367 10.0.0.131 - - [2026-03-05 01:57:52] "GET /logical-router/f51dd2ba-65a7-4e7b-8f13-b56cba52f23f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.001880 10.0.0.131 - - [2026-03-05 01:57:52] "GET /service-instance/d67e59b0-e7a0-4b0a-838b-53209ba60003?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002273 10.0.0.131 - - [2026-03-05 01:57:52] "GET /virtual-machine-interface/ab79cf83-4375-4dbf-80f2-5dbd8e19320a?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1655 0.004688 10.0.0.131 - - [2026-03-05 01:57:52] "POST /ref-update HTTP/1.1" 200 156 0.012094 10.0.0.131 - - [2026-03-05 01:57:52] "GET /instance-ip/e1e7c2cd-020b-4dd8-9dea-d75a6a83cbd7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.003842 10.0.0.131 - - [2026-03-05 01:57:53] "DELETE /virtual-machine-interface/ab79cf83-4375-4dbf-80f2-5dbd8e19320a HTTP/1.1" 200 115 0.027174 10.0.0.131 - - [2026-03-05 01:57:53] "DELETE /virtual-machine/9432a9cd-6b0b-4a31-8242-1b713a59aa0d HTTP/1.1" 200 115 0.016589 10.0.0.131 - - [2026-03-05 01:57:53] "GET /virtual-machine-interface/bb0c9544-79a6-4202-a9c9-58e3c43225dd?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1656 0.004559 10.0.0.131 - - [2026-03-05 01:57:53] "POST /ref-update HTTP/1.1" 200 156 0.010074 10.0.0.131 - - [2026-03-05 01:57:53] "GET /instance-ip/e1e7c2cd-020b-4dd8-9dea-d75a6a83cbd7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1696 0.004581 10.0.0.131 - - [2026-03-05 01:57:53] "DELETE /instance-ip/e1e7c2cd-020b-4dd8-9dea-d75a6a83cbd7 HTTP/1.1" 200 115 0.022172 10.0.0.131 - - [2026-03-05 01:57:53] "DELETE /virtual-machine-interface/bb0c9544-79a6-4202-a9c9-58e3c43225dd HTTP/1.1" 200 115 0.029716 10.0.0.131 - - [2026-03-05 01:57:53] "POST /ref-update HTTP/1.1" 200 156 0.008017 10.0.0.131 - - [2026-03-05 01:57:53] "DELETE /virtual-machine/49729f7a-f3ab-4f78-b2ba-72410902e033 HTTP/1.1" 200 115 0.018349 10.0.0.131 - - [2026-03-05 01:57:54] "POST /neutron/network HTTP/1.1" 200 832 0.004520 10.0.0.131 - - [2026-03-05 01:57:54] "POST /useragent-kv HTTP/1.1" 200 115 0.003591 10.0.0.131 - - [2026-03-05 01:57:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003966 10.0.0.131 - - [2026-03-05 01:57:54] "POST /useragent-kv HTTP/1.1" 200 115 0.002451 10.0.0.131 - - [2026-03-05 01:57:54] "POST /neutron/network HTTP/1.1" 200 151 0.082945 10.0.0.131 - - [2026-03-05 01:57:54] "DELETE /route-target/debf7509-8489-441f-be2d-d9d4a97be9aa HTTP/1.1" 200 115 0.018003 10.0.0.131 - - [2026-03-05 01:57:54] "POST /neutron/network HTTP/1.1" 200 827 0.004464 10.0.0.131 - - [2026-03-05 01:57:54] "POST /useragent-kv HTTP/1.1" 200 115 0.002078 10.0.0.131 - - [2026-03-05 01:57:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005885 10.0.0.131 - - [2026-03-05 01:57:54] "POST /useragent-kv HTTP/1.1" 200 115 0.002181 10.0.0.131 - - [2026-03-05 01:57:54] "POST /neutron/network HTTP/1.1" 200 151 0.088045 10.0.0.131 - - [2026-03-05 01:57:54] "DELETE /route-target/1679d11b-d5f0-4d62-91c7-fe1e47cfe94e HTTP/1.1" 200 115 0.016205 10.0.0.131 - - [2026-03-05 01:57:54] "GET /projects?obj_uuids=a88a4fe4-4659-4b00-a417-7df277e697f1&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000931 10.0.0.131 - - [2026-03-05 01:57:54] "GET /project/a88a4fe4-4659-4b00-a417-7df277e697f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.021947 10.0.0.131 - - [2026-03-05 01:57:54] "GET /projects?obj_uuids=a88a4fe4-4659-4b00-a417-7df277e697f1&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001225 10.0.0.131 - - [2026-03-05 01:57:54] "GET /project/a88a4fe4-4659-4b00-a417-7df277e697f1?fields=virtual_networks HTTP/1.1" 200 1040 0.066058 10.0.0.131 - - [2026-03-05 01:57:54] "GET /projects?obj_uuids=a88a4fe4-4659-4b00-a417-7df277e697f1&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001003 10.0.0.131 - - [2026-03-05 01:57:54] "GET /project/a88a4fe4-4659-4b00-a417-7df277e697f1?fields=virtual_machine_interfaces HTTP/1.1" 200 1040 0.021401 10.0.0.131 - - [2026-03-05 01:57:54] "GET /projects?obj_uuids=a88a4fe4-4659-4b00-a417-7df277e697f1&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000949 10.0.0.131 - - [2026-03-05 01:57:54] "GET /project/a88a4fe4-4659-4b00-a417-7df277e697f1?fields=security_groups HTTP/1.1" 200 1270 0.023219 10.0.0.131 - - [2026-03-05 01:57:55] "POST /fqname-to-id HTTP/1.1" 404 196 0.025415 10.0.0.131 - - [2026-03-05 01:57:55] "GET /projects?obj_uuids=9cd67e3e-a87c-4186-b4e3-8fb37d38b7d5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002145 10.0.0.131 - - [2026-03-05 01:57:55] "GET /domains?obj_uuids=ae3906f1-fab8-4987-bab9-45ca75cb796e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001252 10.0.0.131 - - [2026-03-05 01:57:55] "GET /domain/ae3906f1-fab8-4987-bab9-45ca75cb796e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007603 10.0.0.131 - - [2026-03-05 01:57:55] "POST /id-to-fqname HTTP/1.1" 200 198 0.001047 10.0.0.131 - - [2026-03-05 01:57:55] "POST /fqname-to-id HTTP/1.1" 404 207 0.002846 10.0.0.131 - - [2026-03-05 01:57:55] "POST /security-groups HTTP/1.1" 200 599 0.060188 10.0.0.131 - - [2026-03-05 01:57:55] "POST /fqname-to-id HTTP/1.1" 404 242 0.002039 10.0.0.131 - - [2026-03-05 01:57:55] "POST /projects HTTP/1.1" 200 601 0.200549 10.0.0.131 - - [2026-03-05 01:57:55] "POST /access-control-lists HTTP/1.1" 200 606 0.055087 10.0.0.131 - - [2026-03-05 01:57:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.273183 10.0.0.131 - - [2026-03-05 01:57:55] "POST /fqname-to-id HTTP/1.1" 404 241 0.002826 10.0.0.131 - - [2026-03-05 01:57:55] "GET /project/9cd67e3e-a87c-4186-b4e3-8fb37d38b7d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.404547 10.0.0.131 - - [2026-03-05 01:57:56] "POST /access-control-lists HTTP/1.1" 200 604 0.056721 10.0.0.131 - - [2026-03-05 01:57:56] "GET / HTTP/1.1" 200 36215 0.001821 10.0.0.131 - - [2026-03-05 01:57:57] "POST /fqname-to-id HTTP/1.1" 401 293 0.000435 10.0.0.131 - - [2026-03-05 01:57:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.057926 10.0.0.131 - - [2026-03-05 01:57:58] "GET /projects?obj_uuids=9cd67e3e-a87c-4186-b4e3-8fb37d38b7d5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000895 10.0.0.131 - - [2026-03-05 01:57:58] "GET /project/9cd67e3e-a87c-4186-b4e3-8fb37d38b7d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.026996 10.0.0.131 - - [2026-03-05 01:57:58] "POST /neutron/network HTTP/1.1" 200 117 0.035039 10.0.0.131 - - [2026-03-05 01:57:58] "GET /projects?obj_uuids=9cd67e3e-a87c-4186-b4e3-8fb37d38b7d5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001178 10.0.0.131 - - [2026-03-05 01:57:58] "POST /neutron/network HTTP/1.1" 200 613 0.057019 10.0.0.131 - - [2026-03-05 01:57:58] "POST /route-targets HTTP/1.1" 200 328 0.009436 10.0.0.131 - - [2026-03-05 01:57:58] "POST /ref-update HTTP/1.1" 200 156 0.011055 10.0.0.131 - - [2026-03-05 01:57:58] "POST /useragent-kv HTTP/1.1" 200 115 0.004178 10.0.0.131 - - [2026-03-05 01:57:58] "POST /neutron/subnet HTTP/1.1" 200 724 0.159850 10.0.0.131 - - [2026-03-05 01:57:58] "POST /fqname-to-id HTTP/1.1" 401 293 0.000391 10.0.0.131 - - [2026-03-05 01:57:58] "POST /useragent-kv HTTP/1.1" 200 115 0.002709 10.0.0.131 - - [2026-03-05 01:57:58] "POST /neutron/subnet HTTP/1.1" 200 823 0.131673 10.0.0.131 - - [2026-03-05 01:57:58] "POST /neutron/network HTTP/1.1" 200 1005 0.007118 10.0.0.131 - - [2026-03-05 01:57:58] "POST /id-to-fqname HTTP/1.1" 200 228 0.001017 10.0.0.131 - - [2026-03-05 01:57:58] "GET /virtual-network/c043e124-41b7-4a5e-bae0-530878379f9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.004281 10.0.0.131 - - [2026-03-05 01:57:58] "POST /neutron/network HTTP/1.1" 200 1005 0.006660 10.0.0.131 - - [2026-03-05 01:57:58] "GET /virtual-network/c043e124-41b7-4a5e-bae0-530878379f9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.007136 10.0.0.131 - - [2026-03-05 01:57:58] "POST /neutron/network HTTP/1.1" 200 1005 0.006245 10.0.0.131 - - [2026-03-05 01:57:58] "POST /neutron/subnet HTTP/1.1" 200 724 0.007234 10.0.0.131 - - [2026-03-05 01:57:58] "POST /neutron/subnet HTTP/1.1" 200 823 0.005514 10.0.0.131 - - [2026-03-05 01:57:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.001878 10.0.0.131 - - [2026-03-05 01:57:58] "GET /projects?obj_uuids=9cd67e3e-a87c-4186-b4e3-8fb37d38b7d5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001321 10.0.0.131 - - [2026-03-05 01:57:58] "GET /project/9cd67e3e-a87c-4186-b4e3-8fb37d38b7d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.022552 10.0.0.131 - - [2026-03-05 01:57:58] "POST /neutron/network HTTP/1.1" 200 117 0.014009 10.0.0.131 - - [2026-03-05 01:57:58] "POST /fqname-to-id HTTP/1.1" 404 207 0.032010 10.0.0.131 - - [2026-03-05 01:57:58] "GET /projects?obj_uuids=9cd67e3e-a87c-4186-b4e3-8fb37d38b7d5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001233 10.0.0.131 - - [2026-03-05 01:57:58] "POST /neutron/network HTTP/1.1" 200 613 0.075636 10.0.0.131 - - [2026-03-05 01:57:58] "POST /route-targets HTTP/1.1" 200 328 0.008905 10.0.0.131 - - [2026-03-05 01:57:58] "POST /ref-update HTTP/1.1" 200 156 0.009645 10.0.0.131 - - [2026-03-05 01:57:59] "POST /useragent-kv HTTP/1.1" 200 115 0.003000 10.0.0.131 - - [2026-03-05 01:57:59] "POST /neutron/subnet HTTP/1.1" 200 725 0.170614 10.0.0.131 - - [2026-03-05 01:57:59] "POST /fqname-to-id HTTP/1.1" 404 207 0.003288 10.0.0.131 - - [2026-03-05 01:57:59] "POST /useragent-kv HTTP/1.1" 200 115 0.002641 10.0.0.131 - - [2026-03-05 01:57:59] "POST /neutron/subnet HTTP/1.1" 200 828 0.129883 10.0.0.131 - - [2026-03-05 01:57:59] "POST /neutron/network HTTP/1.1" 200 1006 0.006221 10.0.0.131 - - [2026-03-05 01:57:59] "POST /id-to-fqname HTTP/1.1" 200 228 0.001133 10.0.0.131 - - [2026-03-05 01:57:59] "GET /virtual-network/590f854c-0038-4490-ab49-026baace9ea4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.004428 10.0.0.131 - - [2026-03-05 01:57:59] "POST /neutron/network HTTP/1.1" 200 1006 0.007026 10.0.0.131 - - [2026-03-05 01:57:59] "GET /virtual-network/590f854c-0038-4490-ab49-026baace9ea4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.004830 10.0.0.131 - - [2026-03-05 01:57:59] "POST /neutron/network HTTP/1.1" 200 1006 0.006656 10.0.0.131 - - [2026-03-05 01:57:59] "POST /neutron/subnet HTTP/1.1" 200 725 0.005484 10.0.0.131 - - [2026-03-05 01:57:59] "POST /neutron/subnet HTTP/1.1" 200 828 0.007160 10.0.0.131 - - [2026-03-05 01:57:59] "POST /fqname-to-id HTTP/1.1" 404 234 0.001976 10.0.0.131 - - [2026-03-05 01:57:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002172 10.0.0.131 - - [2026-03-05 01:57:59] "GET /projects?obj_uuids=9cd67e3e-a87c-4186-b4e3-8fb37d38b7d5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000968 10.0.0.131 - - [2026-03-05 01:57:59] "GET /project/9cd67e3e-a87c-4186-b4e3-8fb37d38b7d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.026668 10.0.0.131 - - [2026-03-05 01:57:59] "POST /network-policys HTTP/1.1" 200 579 0.058032 10.0.0.131 - - [2026-03-05 01:57:59] "GET /network-policy/01c035b1-1b92-4684-b070-84f1ca57a6f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.004551 10.0.0.131 - - [2026-03-05 01:57:59] "POST /neutron/network HTTP/1.1" 200 1005 0.006089 10.0.0.131 - - [2026-03-05 01:57:59] "POST /fqname-to-id HTTP/1.1" 404 207 0.005155 10.0.0.131 - - [2026-03-05 01:57:59] "POST /fqname-to-id HTTP/1.1" 404 242 0.003906 10.0.0.131 - - [2026-03-05 01:57:59] "POST /neutron/network HTTP/1.1" 200 1113 0.042986 10.0.0.131 - - [2026-03-05 01:57:59] "POST /access-control-lists HTTP/1.1" 200 598 0.067002 10.0.0.131 - - [2026-03-05 01:57:59] "POST /neutron/network HTTP/1.1" 200 1113 0.052433 10.0.0.131 - - [2026-03-05 01:57:59] "GET /virtual-network/c043e124-41b7-4a5e-bae0-530878379f9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.004712 10.0.0.131 - - [2026-03-05 01:57:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002432 10.0.0.131 - - [2026-03-05 01:57:59] "GET /network-policy/01c035b1-1b92-4684-b070-84f1ca57a6f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.003614 10.0.0.131 - - [2026-03-05 01:57:59] "POST /neutron/network HTTP/1.1" 200 1006 0.006291 10.0.0.131 - - [2026-03-05 01:57:59] "POST /fqname-to-id HTTP/1.1" 404 207 0.006830 10.0.0.131 - - [2026-03-05 01:58:00] "POST /neutron/network HTTP/1.1" 200 1114 0.042722 10.0.0.131 - - [2026-03-05 01:58:00] "PUT /access-control-list/a5deebdb-d107-43dc-855e-9336e0e4ac17 HTTP/1.1" 200 273 0.053731 10.0.0.131 - - [2026-03-05 01:58:00] "POST /neutron/network HTTP/1.1" 200 1114 0.031914 10.0.0.131 - - [2026-03-05 01:58:00] "POST /fqname-to-id HTTP/1.1" 404 242 0.003644 10.0.0.131 - - [2026-03-05 01:58:00] "GET /virtual-network/590f854c-0038-4490-ab49-026baace9ea4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.004879 10.0.0.131 - - [2026-03-05 01:58:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002326 10.0.0.131 - - [2026-03-05 01:58:00] "GET /network-policy/01c035b1-1b92-4684-b070-84f1ca57a6f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.036912 10.0.0.131 - - [2026-03-05 01:58:00] "POST /access-control-lists HTTP/1.1" 200 598 0.058651 10.0.0.131 - - [2026-03-05 01:58:00] "GET /domains HTTP/1.1" 401 293 0.000558 10.0.0.131 - - [2026-03-05 01:58:00] "POST /ref-update HTTP/1.1" 200 156 0.010486 10.0.0.131 - - [2026-03-05 01:58:00] "GET /domains HTTP/1.1" 200 281 0.026381 10.0.0.131 - - [2026-03-05 01:58:00] "GET /domains?obj_uuids=ae3906f1-fab8-4987-bab9-45ca75cb796e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000982 10.0.0.131 - - [2026-03-05 01:58:00] "GET /domain/ae3906f1-fab8-4987-bab9-45ca75cb796e HTTP/1.1" 200 2782 0.010356 10.0.0.131 - - [2026-03-05 01:58:00] "GET /projects?obj_uuids=9cd67e3e-a87c-4186-b4e3-8fb37d38b7d5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001297 10.0.0.131 - - [2026-03-05 01:58:00] "GET /project/9cd67e3e-a87c-4186-b4e3-8fb37d38b7d5 HTTP/1.1" 200 2633 0.068514 10.0.0.131 - - [2026-03-05 01:58:00] "GET /virtual-network/c043e124-41b7-4a5e-bae0-530878379f9a HTTP/1.1" 200 3509 0.005522 10.0.0.131 - - [2026-03-05 01:58:00] "GET /virtual-network/c043e124-41b7-4a5e-bae0-530878379f9a HTTP/1.1" 200 3509 0.004664 10.0.0.131 - - [2026-03-05 01:58:00] "GET /routing-instance/1c37ae4d-734b-42de-bc3c-d137dd452322 HTTP/1.1" 200 1799 0.003426 10.0.0.131 - - [2026-03-05 01:58:00] "GET /routing-instance/1c37ae4d-734b-42de-bc3c-d137dd452322 HTTP/1.1" 200 1799 0.003675 10.0.0.131 - - [2026-03-05 01:58:00] "GET /route-target/c77f24c0-2701-418a-9524-12bfce5972e7 HTTP/1.1" 200 1215 0.002796 10.0.0.131 - - [2026-03-05 01:58:00] "GET /virtual-network/c043e124-41b7-4a5e-bae0-530878379f9a HTTP/1.1" 200 3509 0.004311 10.0.0.131 - - [2026-03-05 01:58:00] "GET /routing-instance/1c37ae4d-734b-42de-bc3c-d137dd452322 HTTP/1.1" 200 1799 0.003472 10.0.0.131 - - [2026-03-05 01:58:00] "GET /virtual-network/c043e124-41b7-4a5e-bae0-530878379f9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.004054 10.0.0.131 - - [2026-03-05 01:58:00] "GET /virtual-network/c043e124-41b7-4a5e-bae0-530878379f9a HTTP/1.1" 200 3509 0.003850 10.0.0.131 - - [2026-03-05 01:58:00] "GET /routing-instance/1c37ae4d-734b-42de-bc3c-d137dd452322 HTTP/1.1" 200 1799 0.002892 10.0.0.131 - - [2026-03-05 01:58:00] "GET /routing-instance/1c37ae4d-734b-42de-bc3c-d137dd452322 HTTP/1.1" 200 1799 0.002851 10.0.0.131 - - [2026-03-05 01:58:00] "GET /route-target/c77f24c0-2701-418a-9524-12bfce5972e7 HTTP/1.1" 200 1215 0.002820 10.0.0.131 - - [2026-03-05 01:58:00] "GET /domains HTTP/1.1" 200 281 0.002450 10.0.0.131 - - [2026-03-05 01:58:00] "GET /domains?obj_uuids=ae3906f1-fab8-4987-bab9-45ca75cb796e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000812 10.0.0.131 - - [2026-03-05 01:58:00] "GET /domain/ae3906f1-fab8-4987-bab9-45ca75cb796e HTTP/1.1" 200 2782 0.005975 10.0.0.131 - - [2026-03-05 01:58:00] "GET /projects?obj_uuids=9cd67e3e-a87c-4186-b4e3-8fb37d38b7d5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000817 10.0.0.131 - - [2026-03-05 01:58:00] "GET /project/9cd67e3e-a87c-4186-b4e3-8fb37d38b7d5 HTTP/1.1" 200 2633 0.067526 10.0.0.131 - - [2026-03-05 01:58:00] "GET /virtual-network/c043e124-41b7-4a5e-bae0-530878379f9a HTTP/1.1" 200 3509 0.005156 10.0.0.131 - - [2026-03-05 01:58:01] "GET /obj-perms HTTP/1.1" 200 5065 0.055780 10.0.0.131 - - [2026-03-05 01:58:01] "GET /domains HTTP/1.1" 200 281 0.002551 10.0.0.131 - - [2026-03-05 01:58:01] "GET /domains?obj_uuids=ae3906f1-fab8-4987-bab9-45ca75cb796e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001064 10.0.0.131 - - [2026-03-05 01:58:01] "GET /domain/ae3906f1-fab8-4987-bab9-45ca75cb796e HTTP/1.1" 200 2782 0.007608 10.0.0.131 - - [2026-03-05 01:58:01] "GET /projects?obj_uuids=9cd67e3e-a87c-4186-b4e3-8fb37d38b7d5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001095 10.0.0.131 - - [2026-03-05 01:58:01] "GET /project/9cd67e3e-a87c-4186-b4e3-8fb37d38b7d5 HTTP/1.1" 200 2633 0.065923 10.0.0.131 - - [2026-03-05 01:58:01] "GET /virtual-network/590f854c-0038-4490-ab49-026baace9ea4 HTTP/1.1" 200 3511 0.006086 10.0.0.131 - - [2026-03-05 01:58:01] "GET /virtual-network/590f854c-0038-4490-ab49-026baace9ea4 HTTP/1.1" 200 3511 0.004261 10.0.0.131 - - [2026-03-05 01:58:01] "GET /routing-instance/0a15b4a0-cb45-4809-baa3-dd9f7e6a9142 HTTP/1.1" 200 1798 0.003066 10.0.0.131 - - [2026-03-05 01:58:01] "GET /routing-instance/0a15b4a0-cb45-4809-baa3-dd9f7e6a9142 HTTP/1.1" 200 1798 0.003601 10.0.0.131 - - [2026-03-05 01:58:01] "GET /route-target/94e30e04-088e-4cb5-870f-e4fef2ba5848 HTTP/1.1" 200 1214 0.061487 10.0.0.131 - - [2026-03-05 01:58:01] "GET /virtual-network/590f854c-0038-4490-ab49-026baace9ea4 HTTP/1.1" 200 3511 0.004365 10.0.0.131 - - [2026-03-05 01:58:01] "GET /routing-instance/0a15b4a0-cb45-4809-baa3-dd9f7e6a9142 HTTP/1.1" 200 1798 0.004622 10.0.0.131 - - [2026-03-05 01:58:01] "GET /virtual-network/590f854c-0038-4490-ab49-026baace9ea4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.004513 10.0.0.131 - - [2026-03-05 01:58:01] "GET /virtual-network/590f854c-0038-4490-ab49-026baace9ea4 HTTP/1.1" 200 3511 0.006108 10.0.0.131 - - [2026-03-05 01:58:01] "GET /routing-instance/0a15b4a0-cb45-4809-baa3-dd9f7e6a9142 HTTP/1.1" 200 1798 0.003244 10.0.0.131 - - [2026-03-05 01:58:01] "GET /routing-instance/0a15b4a0-cb45-4809-baa3-dd9f7e6a9142 HTTP/1.1" 200 1798 0.003211 10.0.0.131 - - [2026-03-05 01:58:01] "GET /route-target/94e30e04-088e-4cb5-870f-e4fef2ba5848 HTTP/1.1" 200 1214 0.003107 10.0.0.131 - - [2026-03-05 01:58:01] "GET /domains HTTP/1.1" 200 281 0.002461 10.0.0.131 - - [2026-03-05 01:58:01] "GET /domains?obj_uuids=ae3906f1-fab8-4987-bab9-45ca75cb796e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000908 10.0.0.131 - - [2026-03-05 01:58:01] "GET /domain/ae3906f1-fab8-4987-bab9-45ca75cb796e HTTP/1.1" 200 2782 0.005788 10.0.0.131 - - [2026-03-05 01:58:01] "GET /projects?obj_uuids=9cd67e3e-a87c-4186-b4e3-8fb37d38b7d5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000840 10.0.0.131 - - [2026-03-05 01:58:01] "GET /project/9cd67e3e-a87c-4186-b4e3-8fb37d38b7d5 HTTP/1.1" 200 2633 0.066853 10.0.0.131 - - [2026-03-05 01:58:01] "GET /virtual-network/590f854c-0038-4490-ab49-026baace9ea4 HTTP/1.1" 200 3511 0.004276 10.0.0.131 - - [2026-03-05 01:58:01] "GET /obj-perms HTTP/1.1" 200 5065 0.002740 10.0.0.131 - - [2026-03-05 01:58:01] "GET /virtual-network/590f854c-0038-4490-ab49-026baace9ea4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.005860 10.0.0.131 - - [2026-03-05 01:58:01] "POST /neutron/network HTTP/1.1" 200 1114 0.006257 10.0.0.131 - - [2026-03-05 01:58:01] "POST /fqname-to-id HTTP/1.1" 404 207 0.003252 10.0.0.131 - - [2026-03-05 01:58:01] "POST /neutron/network HTTP/1.1" 200 1006 0.040498 10.0.0.131 - - [2026-03-05 01:58:01] "DELETE /access-control-list/e6b13903-083b-4122-975c-ba540d30f5a9 HTTP/1.1" 200 115 0.033877 10.0.0.131 - - [2026-03-05 01:58:01] "POST /neutron/network HTTP/1.1" 200 1006 0.008282 10.0.0.131 - - [2026-03-05 01:58:01] "GET /virtual-network/590f854c-0038-4490-ab49-026baace9ea4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.004687 10.0.0.131 - - [2026-03-05 01:58:01] "GET /virtual-network/c043e124-41b7-4a5e-bae0-530878379f9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.004908 10.0.0.131 - - [2026-03-05 01:58:01] "POST /ref-update HTTP/1.1" 200 156 0.016452 10.0.0.131 - - [2026-03-05 01:58:01] "POST /neutron/network HTTP/1.1" 200 1113 0.006309 10.0.0.131 - - [2026-03-05 01:58:01] "POST /fqname-to-id HTTP/1.1" 404 207 0.007271 10.0.0.131 - - [2026-03-05 01:58:01] "POST /neutron/network HTTP/1.1" 200 1005 0.042595 10.0.0.131 - - [2026-03-05 01:58:01] "DELETE /access-control-list/a5deebdb-d107-43dc-855e-9336e0e4ac17 HTTP/1.1" 200 115 0.026534 10.0.0.131 - - [2026-03-05 01:58:01] "POST /neutron/network HTTP/1.1" 200 1005 0.008216 10.0.0.131 - - [2026-03-05 01:58:01] "POST /ref-update HTTP/1.1" 200 156 0.018365 10.0.0.131 - - [2026-03-05 01:58:01] "GET /virtual-network/c043e124-41b7-4a5e-bae0-530878379f9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.009134 10.0.0.131 - - [2026-03-05 01:58:01] "DELETE /network-policy/01c035b1-1b92-4684-b070-84f1ca57a6f7 HTTP/1.1" 200 115 0.030551 10.0.0.131 - - [2026-03-05 01:58:01] "POST /neutron/network HTTP/1.1" 200 1006 0.007573 10.0.0.131 - - [2026-03-05 01:58:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005847 10.0.0.131 - - [2026-03-05 01:58:01] "POST /useragent-kv HTTP/1.1" 200 115 0.002517 10.0.0.131 - - [2026-03-05 01:58:01] "POST /useragent-kv HTTP/1.1" 200 115 0.002460 10.0.0.131 - - [2026-03-05 01:58:01] "POST /useragent-kv HTTP/1.1" 200 115 0.001689 10.0.0.131 - - [2026-03-05 01:58:01] "POST /useragent-kv HTTP/1.1" 200 115 0.001749 10.0.0.131 - - [2026-03-05 01:58:01] "POST /neutron/network HTTP/1.1" 200 151 0.087740 10.0.0.131 - - [2026-03-05 01:58:01] "DELETE /route-target/94e30e04-088e-4cb5-870f-e4fef2ba5848 HTTP/1.1" 200 115 0.020933 10.0.0.131 - - [2026-03-05 01:58:01] "GET /routing-instance/0a15b4a0-cb45-4809-baa3-dd9f7e6a9142 HTTP/1.1" 404 171 0.002306 10.0.0.131 - - [2026-03-05 01:58:01] "GET /domains HTTP/1.1" 200 281 0.002914 10.0.0.131 - - [2026-03-05 01:58:01] "GET /domains?obj_uuids=ae3906f1-fab8-4987-bab9-45ca75cb796e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000885 10.0.0.131 - - [2026-03-05 01:58:02] "GET /domain/ae3906f1-fab8-4987-bab9-45ca75cb796e HTTP/1.1" 200 2782 0.052798 10.0.0.131 - - [2026-03-05 01:58:02] "GET /projects?obj_uuids=9cd67e3e-a87c-4186-b4e3-8fb37d38b7d5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001116 10.0.0.131 - - [2026-03-05 01:58:02] "GET /project/9cd67e3e-a87c-4186-b4e3-8fb37d38b7d5 HTTP/1.1" 200 2151 0.063545 10.0.0.131 - - [2026-03-05 01:58:02] "POST /neutron/network HTTP/1.1" 200 1005 0.006988 10.0.0.131 - - [2026-03-05 01:58:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003990 10.0.0.131 - - [2026-03-05 01:58:02] "POST /useragent-kv HTTP/1.1" 200 115 0.002551 10.0.0.131 - - [2026-03-05 01:58:02] "POST /useragent-kv HTTP/1.1" 200 115 0.002343 10.0.0.131 - - [2026-03-05 01:58:02] "POST /useragent-kv HTTP/1.1" 200 115 0.001964 10.0.0.131 - - [2026-03-05 01:58:02] "POST /useragent-kv HTTP/1.1" 200 115 0.002286 10.0.0.131 - - [2026-03-05 01:58:02] "POST /neutron/network HTTP/1.1" 200 151 0.085341 10.0.0.131 - - [2026-03-05 01:58:02] "DELETE /route-target/c77f24c0-2701-418a-9524-12bfce5972e7 HTTP/1.1" 200 115 0.023086 10.0.0.131 - - [2026-03-05 01:58:02] "GET /routing-instance/1c37ae4d-734b-42de-bc3c-d137dd452322 HTTP/1.1" 404 171 0.002656 10.0.0.131 - - [2026-03-05 01:58:02] "GET /domains HTTP/1.1" 200 281 0.002543 10.0.0.131 - - [2026-03-05 01:58:02] "GET /domains?obj_uuids=ae3906f1-fab8-4987-bab9-45ca75cb796e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000873 10.0.0.131 - - [2026-03-05 01:58:02] "GET /domain/ae3906f1-fab8-4987-bab9-45ca75cb796e HTTP/1.1" 200 2782 0.053594 10.0.0.131 - - [2026-03-05 01:58:02] "GET /projects?obj_uuids=9cd67e3e-a87c-4186-b4e3-8fb37d38b7d5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001329 10.0.0.131 - - [2026-03-05 01:58:02] "GET /project/9cd67e3e-a87c-4186-b4e3-8fb37d38b7d5 HTTP/1.1" 200 1905 0.066458 10.0.0.131 - - [2026-03-05 01:58:02] "GET /projects?obj_uuids=9cd67e3e-a87c-4186-b4e3-8fb37d38b7d5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000963 10.0.0.131 - - [2026-03-05 01:58:02] "GET /project/9cd67e3e-a87c-4186-b4e3-8fb37d38b7d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.023203 10.0.0.131 - - [2026-03-05 01:58:02] "GET /projects?obj_uuids=9cd67e3e-a87c-4186-b4e3-8fb37d38b7d5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001111 10.0.0.131 - - [2026-03-05 01:58:02] "GET /project/9cd67e3e-a87c-4186-b4e3-8fb37d38b7d5?fields=virtual_networks HTTP/1.1" 200 1050 0.067623 10.0.0.131 - - [2026-03-05 01:58:02] "GET /projects?obj_uuids=9cd67e3e-a87c-4186-b4e3-8fb37d38b7d5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000921 10.0.0.131 - - [2026-03-05 01:58:02] "GET /project/9cd67e3e-a87c-4186-b4e3-8fb37d38b7d5?fields=virtual_machine_interfaces HTTP/1.1" 200 1050 0.023976 10.0.0.131 - - [2026-03-05 01:58:02] "GET /projects?obj_uuids=9cd67e3e-a87c-4186-b4e3-8fb37d38b7d5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000881 10.0.0.131 - - [2026-03-05 01:58:02] "GET /project/9cd67e3e-a87c-4186-b4e3-8fb37d38b7d5?fields=security_groups HTTP/1.1" 200 1285 0.022285 10.0.0.131 - - [2026-03-05 01:58:03] "POST /fqname-to-id HTTP/1.1" 404 204 0.026918 10.0.0.131 - - [2026-03-05 01:58:03] "GET /projects?obj_uuids=12c67613-3a6c-4c59-a757-e346cf620915&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002016 10.0.0.131 - - [2026-03-05 01:58:03] "GET /domains?obj_uuids=ae3906f1-fab8-4987-bab9-45ca75cb796e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001113 10.0.0.131 - - [2026-03-05 01:58:03] "GET /domain/ae3906f1-fab8-4987-bab9-45ca75cb796e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.005570 10.0.0.131 - - [2026-03-05 01:58:03] "POST /id-to-fqname HTTP/1.1" 200 206 0.001090 10.0.0.131 - - [2026-03-05 01:58:03] "POST /fqname-to-id HTTP/1.1" 404 215 0.002935 10.0.0.131 - - [2026-03-05 01:58:04] "POST /security-groups HTTP/1.1" 200 607 0.075422 10.0.0.131 - - [2026-03-05 01:58:04] "POST /fqname-to-id HTTP/1.1" 404 250 0.002164 10.0.0.131 - - [2026-03-05 01:58:04] "POST /projects HTTP/1.1" 200 617 0.206361 10.0.0.131 - - [2026-03-05 01:58:04] "POST /access-control-lists HTTP/1.1" 200 614 0.057739 10.0.0.131 - - [2026-03-05 01:58:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.277384 10.0.0.131 - - [2026-03-05 01:58:04] "POST /fqname-to-id HTTP/1.1" 404 249 0.002428 10.0.0.131 - - [2026-03-05 01:58:04] "GET /project/12c67613-3a6c-4c59-a757-e346cf620915?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.392190 10.0.0.131 - - [2026-03-05 01:58:04] "POST /access-control-lists HTTP/1.1" 200 612 0.056620 10.0.0.131 - - [2026-03-05 01:58:05] "GET / HTTP/1.1" 200 36215 0.001762 10.0.0.131 - - [2026-03-05 01:58:06] "POST /fqname-to-id HTTP/1.1" 401 293 0.000411 10.0.0.131 - - [2026-03-05 01:58:06] "POST /fqname-to-id HTTP/1.1" 404 233 0.065905 10.0.0.131 - - [2026-03-05 01:58:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.001867 10.0.0.131 - - [2026-03-05 01:58:06] "GET /projects?obj_uuids=12c67613-3a6c-4c59-a757-e346cf620915&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000948 10.0.0.131 - - [2026-03-05 01:58:06] "GET /project/12c67613-3a6c-4c59-a757-e346cf620915?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.022757 10.0.0.131 - - [2026-03-05 01:58:06] "POST /network-policys HTTP/1.1" 200 569 0.060872 10.0.0.131 - - [2026-03-05 01:58:06] "GET /network-policy/c71d4bdc-c56a-4ebb-ab2a-81cddf0d856c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3155 0.004056 10.0.0.131 - - [2026-03-05 01:58:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002894 10.0.0.131 - - [2026-03-05 01:58:06] "GET /projects?obj_uuids=12c67613-3a6c-4c59-a757-e346cf620915&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000911 10.0.0.131 - - [2026-03-05 01:58:06] "GET /project/12c67613-3a6c-4c59-a757-e346cf620915?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.023540 10.0.0.131 - - [2026-03-05 01:58:06] "POST /neutron/network HTTP/1.1" 200 117 0.037531 10.0.0.131 - - [2026-03-05 01:58:06] "GET /projects?obj_uuids=12c67613-3a6c-4c59-a757-e346cf620915&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000885 10.0.0.131 - - [2026-03-05 01:58:06] "POST /neutron/network HTTP/1.1" 200 623 0.054710 10.0.0.131 - - [2026-03-05 01:58:07] "POST /route-targets HTTP/1.1" 200 328 0.011237 10.0.0.131 - - [2026-03-05 01:58:07] "POST /ref-update HTTP/1.1" 200 156 0.009471 10.0.0.131 - - [2026-03-05 01:58:07] "POST /useragent-kv HTTP/1.1" 200 115 0.008093 10.0.0.131 - - [2026-03-05 01:58:07] "POST /neutron/subnet HTTP/1.1" 200 729 0.231510 10.0.0.131 - - [2026-03-05 01:58:07] "POST /fqname-to-id HTTP/1.1" 404 207 0.004361 10.0.0.131 - - [2026-03-05 01:58:07] "POST /useragent-kv HTTP/1.1" 200 115 0.002143 10.0.0.131 - - [2026-03-05 01:58:07] "POST /neutron/subnet HTTP/1.1" 200 823 0.139927 10.0.0.131 - - [2026-03-05 01:58:07] "POST /neutron/network HTTP/1.1" 200 1016 0.007182 10.0.0.131 - - [2026-03-05 01:58:07] "POST /id-to-fqname HTTP/1.1" 200 237 0.001083 10.0.0.131 - - [2026-03-05 01:58:07] "GET /virtual-network/b42efdac-a815-4abf-88d0-d939a4e67d62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2661 0.004258 10.0.0.131 - - [2026-03-05 01:58:07] "POST /neutron/network HTTP/1.1" 200 1016 0.005846 10.0.0.131 - - [2026-03-05 01:58:07] "GET /virtual-network/b42efdac-a815-4abf-88d0-d939a4e67d62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2661 0.005012 10.0.0.131 - - [2026-03-05 01:58:07] "POST /neutron/network HTTP/1.1" 200 1016 0.006460 10.0.0.131 - - [2026-03-05 01:58:07] "POST /neutron/subnet HTTP/1.1" 200 729 0.005633 10.0.0.131 - - [2026-03-05 01:58:07] "POST /neutron/subnet HTTP/1.1" 200 823 0.006728 10.0.0.131 - - [2026-03-05 01:58:07] "POST /neutron/network HTTP/1.1" 200 1016 0.006038 10.0.0.131 - - [2026-03-05 01:58:07] "POST /fqname-to-id HTTP/1.1" 404 207 0.005480 10.0.0.131 - - [2026-03-05 01:58:07] "POST /fqname-to-id HTTP/1.1" 404 252 0.002476 10.0.0.131 - - [2026-03-05 01:58:07] "POST /neutron/network HTTP/1.1" 200 1123 0.037944 10.0.0.131 - - [2026-03-05 01:58:07] "POST /access-control-lists HTTP/1.1" 200 609 0.066472 10.0.0.131 - - [2026-03-05 01:58:07] "POST /neutron/network HTTP/1.1" 200 1123 0.048328 10.0.0.131 - - [2026-03-05 01:58:07] "GET /virtual-network/b42efdac-a815-4abf-88d0-d939a4e67d62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2985 0.003978 10.0.0.131 - - [2026-03-05 01:58:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002449 10.0.0.131 - - [2026-03-05 01:58:07] "GET /network-policy/c71d4bdc-c56a-4ebb-ab2a-81cddf0d856c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3155 0.003350 10.0.0.131 - - [2026-03-05 01:58:07] "GET /domains HTTP/1.1" 401 293 0.000550 10.0.0.131 - - [2026-03-05 01:58:08] "GET /domains HTTP/1.1" 200 281 0.030864 10.0.0.131 - - [2026-03-05 01:58:08] "GET /domains?obj_uuids=ae3906f1-fab8-4987-bab9-45ca75cb796e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000783 10.0.0.131 - - [2026-03-05 01:58:08] "GET /domain/ae3906f1-fab8-4987-bab9-45ca75cb796e HTTP/1.1" 200 2985 0.006471 10.0.0.131 - - [2026-03-05 01:58:08] "GET /projects?obj_uuids=12c67613-3a6c-4c59-a757-e346cf620915&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001015 10.0.0.131 - - [2026-03-05 01:58:08] "GET /project/12c67613-3a6c-4c59-a757-e346cf620915 HTTP/1.1" 200 2464 0.063118 10.0.0.131 - - [2026-03-05 01:58:08] "GET /virtual-network/b42efdac-a815-4abf-88d0-d939a4e67d62 HTTP/1.1" 200 3549 0.005753 10.0.0.131 - - [2026-03-05 01:58:08] "GET /virtual-network/b42efdac-a815-4abf-88d0-d939a4e67d62 HTTP/1.1" 200 3549 0.003874 10.0.0.131 - - [2026-03-05 01:58:08] "GET /routing-instance/2d308fd6-62d2-4bdf-8f06-7ffd3bfc49a3 HTTP/1.1" 200 1498 0.002829 10.0.0.131 - - [2026-03-05 01:58:08] "GET /routing-instance/2d308fd6-62d2-4bdf-8f06-7ffd3bfc49a3 HTTP/1.1" 200 1498 0.002692 10.0.0.131 - - [2026-03-05 01:58:08] "GET /route-target/4a7aa8e7-b9eb-49ba-8acb-6152197053b9 HTTP/1.1" 200 1224 0.002233 10.0.0.131 - - [2026-03-05 01:58:08] "GET /virtual-network/b42efdac-a815-4abf-88d0-d939a4e67d62 HTTP/1.1" 200 3549 0.003592 10.0.0.131 - - [2026-03-05 01:58:08] "GET /routing-instance/2d308fd6-62d2-4bdf-8f06-7ffd3bfc49a3 HTTP/1.1" 200 1498 0.002593 10.0.0.131 - - [2026-03-05 01:58:08] "GET /virtual-network/b42efdac-a815-4abf-88d0-d939a4e67d62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2985 0.003598 10.0.0.131 - - [2026-03-05 01:58:08] "GET /virtual-network/b42efdac-a815-4abf-88d0-d939a4e67d62 HTTP/1.1" 200 3549 0.003603 10.0.0.131 - - [2026-03-05 01:58:08] "GET /routing-instance/2d308fd6-62d2-4bdf-8f06-7ffd3bfc49a3 HTTP/1.1" 200 1498 0.002380 10.0.0.131 - - [2026-03-05 01:58:08] "GET /routing-instance/2d308fd6-62d2-4bdf-8f06-7ffd3bfc49a3 HTTP/1.1" 200 1498 0.002444 10.0.0.131 - - [2026-03-05 01:58:08] "GET /route-target/4a7aa8e7-b9eb-49ba-8acb-6152197053b9 HTTP/1.1" 200 1224 0.002375 10.0.0.131 - - [2026-03-05 01:58:08] "GET /domains HTTP/1.1" 200 281 0.001898 10.0.0.131 - - [2026-03-05 01:58:08] "GET /domains?obj_uuids=ae3906f1-fab8-4987-bab9-45ca75cb796e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000745 10.0.0.131 - - [2026-03-05 01:58:08] "GET /domain/ae3906f1-fab8-4987-bab9-45ca75cb796e HTTP/1.1" 200 2985 0.005261 10.0.0.131 - - [2026-03-05 01:58:08] "GET /projects?obj_uuids=12c67613-3a6c-4c59-a757-e346cf620915&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000945 10.0.0.131 - - [2026-03-05 01:58:08] "GET /project/12c67613-3a6c-4c59-a757-e346cf620915 HTTP/1.1" 200 2464 0.064189 10.0.0.131 - - [2026-03-05 01:58:08] "GET /virtual-network/b42efdac-a815-4abf-88d0-d939a4e67d62 HTTP/1.1" 200 3549 0.003777 10.0.0.131 - - [2026-03-05 01:58:08] "GET /obj-perms HTTP/1.1" 200 5081 0.056105 10.0.0.131 - - [2026-03-05 01:58:08] "GET /domains HTTP/1.1" 200 281 0.002585 10.0.0.131 - - [2026-03-05 01:58:08] "GET /domains?obj_uuids=ae3906f1-fab8-4987-bab9-45ca75cb796e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000901 10.0.0.131 - - [2026-03-05 01:58:08] "GET /domain/ae3906f1-fab8-4987-bab9-45ca75cb796e HTTP/1.1" 200 2985 0.005955 10.0.0.131 - - [2026-03-05 01:58:08] "GET /projects?obj_uuids=12c67613-3a6c-4c59-a757-e346cf620915&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000809 10.0.0.131 - - [2026-03-05 01:58:08] "GET /project/12c67613-3a6c-4c59-a757-e346cf620915 HTTP/1.1" 200 2464 0.067495 10.0.0.131 - - [2026-03-05 01:58:08] "GET /network-policy/c71d4bdc-c56a-4ebb-ab2a-81cddf0d856c HTTP/1.1" 200 3482 0.003602 10.0.0.131 - - [2026-03-05 01:58:08] "DELETE /network-policy/c71d4bdc-c56a-4ebb-ab2a-81cddf0d856c HTTP/1.1" 409 239 0.004520 10.0.0.131 - - [2026-03-05 01:58:08] "POST /neutron/network HTTP/1.1" 200 1123 0.006886 10.0.0.131 - - [2026-03-05 01:58:08] "DELETE /access-control-list/5204d3be-de38-4355-941b-1e6feddde237 HTTP/1.1" 200 115 0.019872 10.0.0.131 - - [2026-03-05 01:58:08] "POST /useragent-kv HTTP/1.1" 200 115 0.002402 10.0.0.131 - - [2026-03-05 01:58:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003201 10.0.0.131 - - [2026-03-05 01:58:08] "POST /useragent-kv HTTP/1.1" 200 115 0.001407 10.0.0.131 - - [2026-03-05 01:58:08] "POST /useragent-kv HTTP/1.1" 200 115 0.001407 10.0.0.131 - - [2026-03-05 01:58:08] "POST /useragent-kv HTTP/1.1" 200 115 0.001400 10.0.0.131 - - [2026-03-05 01:58:08] "POST /neutron/network HTTP/1.1" 200 151 0.076766 10.0.0.131 - - [2026-03-05 01:58:08] "GET /routing-instance/2d308fd6-62d2-4bdf-8f06-7ffd3bfc49a3 HTTP/1.1" 404 171 0.001838 10.0.0.131 - - [2026-03-05 01:58:08] "GET /domains HTTP/1.1" 200 281 0.002184 10.0.0.131 - - [2026-03-05 01:58:08] "GET /domains?obj_uuids=ae3906f1-fab8-4987-bab9-45ca75cb796e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000745 10.0.0.131 - - [2026-03-05 01:58:09] "DELETE /route-target/4a7aa8e7-b9eb-49ba-8acb-6152197053b9 HTTP/1.1" 200 115 0.013292 10.0.0.131 - - [2026-03-05 01:58:09] "GET /domain/ae3906f1-fab8-4987-bab9-45ca75cb796e HTTP/1.1" 200 2985 0.045917 10.0.0.131 - - [2026-03-05 01:58:09] "GET /projects?obj_uuids=12c67613-3a6c-4c59-a757-e346cf620915&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000835 10.0.0.131 - - [2026-03-05 01:58:09] "GET /project/12c67613-3a6c-4c59-a757-e346cf620915 HTTP/1.1" 200 2209 0.064730 10.0.0.131 - - [2026-03-05 01:58:09] "DELETE /network-policy/c71d4bdc-c56a-4ebb-ab2a-81cddf0d856c HTTP/1.1" 200 115 0.024186 10.0.0.131 - - [2026-03-05 01:58:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002185 10.0.0.131 - - [2026-03-05 01:58:09] "GET /projects?obj_uuids=12c67613-3a6c-4c59-a757-e346cf620915&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000962 10.0.0.131 - - [2026-03-05 01:58:09] "GET /project/12c67613-3a6c-4c59-a757-e346cf620915?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.023774 10.0.0.131 - - [2026-03-05 01:58:09] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyNegativeIpv4v6-80427218&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.003771 10.0.0.131 - - [2026-03-05 01:58:09] "GET /projects?obj_uuids=12c67613-3a6c-4c59-a757-e346cf620915&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001196 10.0.0.131 - - [2026-03-05 01:58:09] "GET /project/12c67613-3a6c-4c59-a757-e346cf620915?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.021425 10.0.0.131 - - [2026-03-05 01:58:09] "GET /projects?obj_uuids=12c67613-3a6c-4c59-a757-e346cf620915&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000852 10.0.0.131 - - [2026-03-05 01:58:09] "GET /project/12c67613-3a6c-4c59-a757-e346cf620915?fields=virtual_networks HTTP/1.1" 200 1065 0.063888 10.0.0.131 - - [2026-03-05 01:58:09] "GET /projects?obj_uuids=12c67613-3a6c-4c59-a757-e346cf620915&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000864 10.0.0.131 - - [2026-03-05 01:58:10] "GET /project/12c67613-3a6c-4c59-a757-e346cf620915?fields=virtual_machine_interfaces HTTP/1.1" 200 1065 0.021226 10.0.0.131 - - [2026-03-05 01:58:10] "GET /projects?obj_uuids=12c67613-3a6c-4c59-a757-e346cf620915&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001238 10.0.0.131 - - [2026-03-05 01:58:10] "GET /project/12c67613-3a6c-4c59-a757-e346cf620915?fields=security_groups HTTP/1.1" 200 1308 0.021144 10.0.0.131 - - [2026-03-05 01:58:10] "POST /fqname-to-id HTTP/1.1" 404 190 0.025624 10.0.0.131 - - [2026-03-05 01:58:10] "GET /projects?obj_uuids=b6ce6106-da45-4045-8e89-4818fb5dc4d8&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002060 10.0.0.131 - - [2026-03-05 01:58:10] "GET /domains?obj_uuids=ae3906f1-fab8-4987-bab9-45ca75cb796e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001086 10.0.0.131 - - [2026-03-05 01:58:10] "GET /domain/ae3906f1-fab8-4987-bab9-45ca75cb796e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.005719 10.0.0.131 - - [2026-03-05 01:58:11] "POST /id-to-fqname HTTP/1.1" 200 192 0.002258 10.0.0.131 - - [2026-03-05 01:58:11] "POST /fqname-to-id HTTP/1.1" 404 201 0.003347 10.0.0.131 - - [2026-03-05 01:58:11] "POST /security-groups HTTP/1.1" 200 593 0.063119 10.0.0.131 - - [2026-03-05 01:58:11] "POST /fqname-to-id HTTP/1.1" 404 236 0.002461 10.0.0.131 - - [2026-03-05 01:58:11] "POST /projects HTTP/1.1" 200 589 0.204155 10.0.0.131 - - [2026-03-05 01:58:11] "POST /access-control-lists HTTP/1.1" 200 600 0.056068 10.0.0.131 - - [2026-03-05 01:58:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.287338 10.0.0.131 - - [2026-03-05 01:58:11] "POST /fqname-to-id HTTP/1.1" 404 235 0.002320 10.0.0.131 - - [2026-03-05 01:58:11] "GET /project/b6ce6106-da45-4045-8e89-4818fb5dc4d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.410694 10.0.0.131 - - [2026-03-05 01:58:11] "POST /access-control-lists HTTP/1.1" 200 598 0.055867 10.0.0.131 - - [2026-03-05 01:58:12] "GET / HTTP/1.1" 200 36215 0.001660 10.0.0.131 - - [2026-03-05 01:58:12] "POST /fqname-to-id HTTP/1.1" 401 293 0.000406 10.0.0.131 - - [2026-03-05 01:58:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.057289 10.0.0.131 - - [2026-03-05 01:58:13] "GET /projects?obj_uuids=b6ce6106-da45-4045-8e89-4818fb5dc4d8&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001017 10.0.0.131 - - [2026-03-05 01:58:13] "GET /project/b6ce6106-da45-4045-8e89-4818fb5dc4d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.021998 10.0.0.131 - - [2026-03-05 01:58:13] "POST /neutron/network HTTP/1.1" 200 117 0.030700 10.0.0.131 - - [2026-03-05 01:58:13] "GET /projects?obj_uuids=b6ce6106-da45-4045-8e89-4818fb5dc4d8&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000899 10.0.0.131 - - [2026-03-05 01:58:13] "POST /neutron/network HTTP/1.1" 200 607 0.068059 10.0.0.131 - - [2026-03-05 01:58:13] "POST /useragent-kv HTTP/1.1" 200 115 0.004440 10.0.0.131 - - [2026-03-05 01:58:13] "POST /neutron/subnet HTTP/1.1" 200 734 0.177747 10.0.0.131 - - [2026-03-05 01:58:13] "POST /neutron/network HTTP/1.1" 200 828 0.004770 10.0.0.131 - - [2026-03-05 01:58:13] "POST /id-to-fqname HTTP/1.1" 200 222 0.001141 10.0.0.131 - - [2026-03-05 01:58:13] "GET /virtual-network/f771134a-8e0e-4734-bb84-e479d248db37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004107 10.0.0.131 - - [2026-03-05 01:58:13] "POST /neutron/network HTTP/1.1" 200 828 0.004411 10.0.0.131 - - [2026-03-05 01:58:13] "GET /virtual-network/f771134a-8e0e-4734-bb84-e479d248db37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006492 10.0.0.131 - - [2026-03-05 01:58:13] "POST /neutron/network HTTP/1.1" 200 828 0.004675 10.0.0.131 - - [2026-03-05 01:58:13] "POST /neutron/subnet HTTP/1.1" 200 734 0.006165 10.0.0.131 - - [2026-03-05 01:58:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.001962 10.0.0.131 - - [2026-03-05 01:58:13] "GET /projects?obj_uuids=b6ce6106-da45-4045-8e89-4818fb5dc4d8&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001014 10.0.0.131 - - [2026-03-05 01:58:13] "GET /project/b6ce6106-da45-4045-8e89-4818fb5dc4d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.024179 10.0.0.131 - - [2026-03-05 01:58:14] "POST /neutron/network HTTP/1.1" 200 117 0.010872 10.0.0.131 - - [2026-03-05 01:58:14] "POST /route-targets HTTP/1.1" 200 328 0.010141 10.0.0.131 - - [2026-03-05 01:58:14] "POST /ref-update HTTP/1.1" 200 156 0.007641 10.0.0.131 - - [2026-03-05 01:58:14] "GET /projects?obj_uuids=b6ce6106-da45-4045-8e89-4818fb5dc4d8&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000879 10.0.0.131 - - [2026-03-05 01:58:14] "POST /neutron/network HTTP/1.1" 200 607 0.055049 10.0.0.131 - - [2026-03-05 01:58:14] "POST /route-targets HTTP/1.1" 200 328 0.009863 10.0.0.131 - - [2026-03-05 01:58:14] "POST /ref-update HTTP/1.1" 200 156 0.008379 10.0.0.131 - - [2026-03-05 01:58:14] "POST /useragent-kv HTTP/1.1" 200 115 0.002207 10.0.0.131 - - [2026-03-05 01:58:14] "POST /neutron/subnet HTTP/1.1" 200 715 0.138709 10.0.0.131 - - [2026-03-05 01:58:14] "POST /neutron/network HTTP/1.1" 200 824 0.004644 10.0.0.131 - - [2026-03-05 01:58:14] "POST /id-to-fqname HTTP/1.1" 200 222 0.001122 10.0.0.131 - - [2026-03-05 01:58:14] "GET /virtual-network/642043ff-3277-4903-beaa-9c175a1e41b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.003699 10.0.0.131 - - [2026-03-05 01:58:14] "POST /neutron/network HTTP/1.1" 200 824 0.005197 10.0.0.131 - - [2026-03-05 01:58:14] "GET /virtual-network/642043ff-3277-4903-beaa-9c175a1e41b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005554 10.0.0.131 - - [2026-03-05 01:58:14] "POST /neutron/network HTTP/1.1" 200 824 0.005344 10.0.0.131 - - [2026-03-05 01:58:14] "POST /neutron/subnet HTTP/1.1" 200 715 0.004933 10.0.0.131 - - [2026-03-05 01:58:14] "POST /fqname-to-id HTTP/1.1" 404 228 0.002051 10.0.0.131 - - [2026-03-05 01:58:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002613 10.0.0.131 - - [2026-03-05 01:58:14] "GET /projects?obj_uuids=b6ce6106-da45-4045-8e89-4818fb5dc4d8&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001259 10.0.0.131 - - [2026-03-05 01:58:14] "GET /project/b6ce6106-da45-4045-8e89-4818fb5dc4d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.023781 10.0.0.131 - - [2026-03-05 01:58:14] "POST /network-policys HTTP/1.1" 200 573 0.014890 10.0.0.131 - - [2026-03-05 01:58:14] "GET /network-policy/992992bf-eb53-4eea-b079-ea57a89601ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2154 0.004489 10.0.0.131 - - [2026-03-05 01:58:14] "POST /neutron/network HTTP/1.1" 200 828 0.004702 10.0.0.131 - - [2026-03-05 01:58:14] "POST /fqname-to-id HTTP/1.1" 404 236 0.003021 10.0.0.131 - - [2026-03-05 01:58:14] "POST /neutron/network HTTP/1.1" 200 930 0.035513 10.0.0.131 - - [2026-03-05 01:58:14] "POST /neutron/network HTTP/1.1" 200 930 0.045682 10.0.0.131 - - [2026-03-05 01:58:14] "POST /access-control-lists HTTP/1.1" 200 592 0.064029 10.0.0.131 - - [2026-03-05 01:58:14] "GET /virtual-network/f771134a-8e0e-4734-bb84-e479d248db37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2372 0.007111 10.0.0.131 - - [2026-03-05 01:58:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002338 10.0.0.131 - - [2026-03-05 01:58:14] "GET /network-policy/992992bf-eb53-4eea-b079-ea57a89601ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2154 0.003883 10.0.0.131 - - [2026-03-05 01:58:14] "POST /neutron/network HTTP/1.1" 200 824 0.005146 10.0.0.131 - - [2026-03-05 01:58:14] "POST /neutron/network HTTP/1.1" 200 926 0.034346 10.0.0.131 - - [2026-03-05 01:58:14] "PUT /access-control-list/ec31b979-33c5-4194-94fb-68864a3a91fd HTTP/1.1" 200 273 0.012427 10.0.0.131 - - [2026-03-05 01:58:14] "POST /fqname-to-id HTTP/1.1" 404 236 0.002108 10.0.0.131 - - [2026-03-05 01:58:14] "POST /neutron/network HTTP/1.1" 200 926 0.004918 10.0.0.131 - - [2026-03-05 01:58:14] "GET /virtual-network/642043ff-3277-4903-beaa-9c175a1e41b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.005426 10.0.0.131 - - [2026-03-05 01:58:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002258 10.0.0.131 - - [2026-03-05 01:58:15] "GET /network-policy/992992bf-eb53-4eea-b079-ea57a89601ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2154 0.028650 10.0.0.131 - - [2026-03-05 01:58:15] "POST /access-control-lists HTTP/1.1" 200 592 0.057499 10.0.0.131 - - [2026-03-05 01:58:15] "GET /domains HTTP/1.1" 401 293 0.000308 10.0.0.131 - - [2026-03-05 01:58:15] "POST /ref-update HTTP/1.1" 200 156 0.010768 10.0.0.131 - - [2026-03-05 01:58:15] "GET /domains HTTP/1.1" 200 281 0.025531 10.0.0.131 - - [2026-03-05 01:58:15] "GET /domains?obj_uuids=ae3906f1-fab8-4987-bab9-45ca75cb796e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001012 10.0.0.131 - - [2026-03-05 01:58:15] "GET /domain/ae3906f1-fab8-4987-bab9-45ca75cb796e HTTP/1.1" 200 3174 0.007840 10.0.0.131 - - [2026-03-05 01:58:15] "GET /projects?obj_uuids=b6ce6106-da45-4045-8e89-4818fb5dc4d8&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001346 10.0.0.131 - - [2026-03-05 01:58:15] "GET /project/b6ce6106-da45-4045-8e89-4818fb5dc4d8 HTTP/1.1" 200 2579 0.066830 10.0.0.131 - - [2026-03-05 01:58:15] "GET /virtual-network/f771134a-8e0e-4734-bb84-e479d248db37 HTTP/1.1" 200 2904 0.005409 10.0.0.131 - - [2026-03-05 01:58:15] "GET /virtual-network/f771134a-8e0e-4734-bb84-e479d248db37 HTTP/1.1" 200 2904 0.004266 10.0.0.131 - - [2026-03-05 01:58:15] "GET /routing-instance/e1166ef1-d777-4cae-b081-b03f2ecbf176 HTTP/1.1" 200 1788 0.003181 10.0.0.131 - - [2026-03-05 01:58:15] "GET /routing-instance/e1166ef1-d777-4cae-b081-b03f2ecbf176 HTTP/1.1" 200 1788 0.002721 10.0.0.131 - - [2026-03-05 01:58:15] "GET /route-target/d9e891b5-ec99-43d5-bd0f-20ad24cb8e97 HTTP/1.1" 200 1209 0.002278 10.0.0.131 - - [2026-03-05 01:58:15] "GET /virtual-network/f771134a-8e0e-4734-bb84-e479d248db37 HTTP/1.1" 200 2904 0.003643 10.0.0.131 - - [2026-03-05 01:58:15] "GET /routing-instance/e1166ef1-d777-4cae-b081-b03f2ecbf176 HTTP/1.1" 200 1788 0.003698 10.0.0.131 - - [2026-03-05 01:58:15] "GET /virtual-network/f771134a-8e0e-4734-bb84-e479d248db37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2372 0.003844 10.0.0.131 - - [2026-03-05 01:58:15] "GET /virtual-network/f771134a-8e0e-4734-bb84-e479d248db37 HTTP/1.1" 200 2904 0.004822 10.0.0.131 - - [2026-03-05 01:58:15] "GET /routing-instance/e1166ef1-d777-4cae-b081-b03f2ecbf176 HTTP/1.1" 200 1788 0.002454 10.0.0.131 - - [2026-03-05 01:58:15] "GET /routing-instance/e1166ef1-d777-4cae-b081-b03f2ecbf176 HTTP/1.1" 200 1788 0.002479 10.0.0.131 - - [2026-03-05 01:58:15] "GET /route-target/d9e891b5-ec99-43d5-bd0f-20ad24cb8e97 HTTP/1.1" 200 1209 0.002208 10.0.0.131 - - [2026-03-05 01:58:15] "GET /domains HTTP/1.1" 200 281 0.002315 10.0.0.131 - - [2026-03-05 01:58:15] "GET /domains?obj_uuids=ae3906f1-fab8-4987-bab9-45ca75cb796e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000871 10.0.0.131 - - [2026-03-05 01:58:15] "GET /domain/ae3906f1-fab8-4987-bab9-45ca75cb796e HTTP/1.1" 200 3174 0.008212 10.0.0.131 - - [2026-03-05 01:58:15] "GET /projects?obj_uuids=b6ce6106-da45-4045-8e89-4818fb5dc4d8&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000803 10.0.0.131 - - [2026-03-05 01:58:15] "GET /project/b6ce6106-da45-4045-8e89-4818fb5dc4d8 HTTP/1.1" 200 2579 0.063910 10.0.0.131 - - [2026-03-05 01:58:15] "GET /virtual-network/f771134a-8e0e-4734-bb84-e479d248db37 HTTP/1.1" 200 2904 0.004658 10.0.0.131 - - [2026-03-05 01:58:16] "GET /obj-perms HTTP/1.1" 200 5053 0.054010 10.0.0.131 - - [2026-03-05 01:58:16] "GET /domains HTTP/1.1" 200 281 0.002584 10.0.0.131 - - [2026-03-05 01:58:16] "GET /domains?obj_uuids=ae3906f1-fab8-4987-bab9-45ca75cb796e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000876 10.0.0.131 - - [2026-03-05 01:58:16] "GET /domain/ae3906f1-fab8-4987-bab9-45ca75cb796e HTTP/1.1" 200 3174 0.006342 10.0.0.131 - - [2026-03-05 01:58:16] "GET /projects?obj_uuids=b6ce6106-da45-4045-8e89-4818fb5dc4d8&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001171 10.0.0.131 - - [2026-03-05 01:58:16] "GET /project/b6ce6106-da45-4045-8e89-4818fb5dc4d8 HTTP/1.1" 200 2579 0.063553 10.0.0.131 - - [2026-03-05 01:58:16] "GET /virtual-network/642043ff-3277-4903-beaa-9c175a1e41b7 HTTP/1.1" 200 2891 0.006884 10.0.0.131 - - [2026-03-05 01:58:16] "GET /virtual-network/642043ff-3277-4903-beaa-9c175a1e41b7 HTTP/1.1" 200 2891 0.004123 10.0.0.131 - - [2026-03-05 01:58:16] "GET /routing-instance/9ea4e980-c7d4-4ea3-844a-1641ca8047d7 HTTP/1.1" 200 1787 0.003069 10.0.0.131 - - [2026-03-05 01:58:16] "GET /routing-instance/9ea4e980-c7d4-4ea3-844a-1641ca8047d7 HTTP/1.1" 200 1787 0.002769 10.0.0.131 - - [2026-03-05 01:58:16] "GET /route-target/2bca41dd-113a-4d42-b3ce-f7534d83aad5 HTTP/1.1" 200 1208 0.003573 10.0.0.131 - - [2026-03-05 01:58:16] "GET /virtual-network/642043ff-3277-4903-beaa-9c175a1e41b7 HTTP/1.1" 200 2891 0.003771 10.0.0.131 - - [2026-03-05 01:58:16] "GET /routing-instance/9ea4e980-c7d4-4ea3-844a-1641ca8047d7 HTTP/1.1" 200 1787 0.002567 10.0.0.131 - - [2026-03-05 01:58:16] "GET /virtual-network/642043ff-3277-4903-beaa-9c175a1e41b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.004033 10.0.0.131 - - [2026-03-05 01:58:16] "GET /virtual-network/642043ff-3277-4903-beaa-9c175a1e41b7 HTTP/1.1" 200 2891 0.003754 10.0.0.131 - - [2026-03-05 01:58:16] "GET /routing-instance/9ea4e980-c7d4-4ea3-844a-1641ca8047d7 HTTP/1.1" 200 1787 0.002679 10.0.0.131 - - [2026-03-05 01:58:16] "GET /routing-instance/9ea4e980-c7d4-4ea3-844a-1641ca8047d7 HTTP/1.1" 200 1787 0.002620 10.0.0.131 - - [2026-03-05 01:58:16] "GET /route-target/2bca41dd-113a-4d42-b3ce-f7534d83aad5 HTTP/1.1" 200 1208 0.002439 10.0.0.131 - - [2026-03-05 01:58:16] "GET /domains HTTP/1.1" 200 281 0.002708 10.0.0.131 - - [2026-03-05 01:58:16] "GET /domains?obj_uuids=ae3906f1-fab8-4987-bab9-45ca75cb796e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000931 10.0.0.131 - - [2026-03-05 01:58:16] "GET /domain/ae3906f1-fab8-4987-bab9-45ca75cb796e HTTP/1.1" 200 3174 0.005968 10.0.0.131 - - [2026-03-05 01:58:16] "GET /projects?obj_uuids=b6ce6106-da45-4045-8e89-4818fb5dc4d8&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000887 10.0.0.131 - - [2026-03-05 01:58:16] "GET /project/b6ce6106-da45-4045-8e89-4818fb5dc4d8 HTTP/1.1" 200 2579 0.063813 10.0.0.131 - - [2026-03-05 01:58:16] "GET /virtual-network/642043ff-3277-4903-beaa-9c175a1e41b7 HTTP/1.1" 200 2891 0.005230 10.0.0.131 - - [2026-03-05 01:58:16] "GET /obj-perms HTTP/1.1" 200 5053 0.002470 10.0.0.131 - - [2026-03-05 01:58:16] "POST /id-to-fqname HTTP/1.1" 200 222 0.001267 10.0.0.131 - - [2026-03-05 01:58:16] "POST /neutron/network HTTP/1.1" 200 940 0.005333 10.0.0.131 - - [2026-03-05 01:58:16] "GET /aaa-mode HTTP/1.1" 401 293 0.000344 10.0.0.131 - - [2026-03-05 01:58:16] "GET / HTTP/1.1" 200 36215 0.001346 10.0.0.131 - - [2026-03-05 01:58:16] "GET /project/b6ce6106-da45-4045-8e89-4818fb5dc4d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000333 10.0.0.131 - - [2026-03-05 01:58:17] "GET /projects?obj_uuids=b6ce6106-da45-4045-8e89-4818fb5dc4d8&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000943 10.0.0.131 - - [2026-03-05 01:58:17] "GET /project/b6ce6106-da45-4045-8e89-4818fb5dc4d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.048353 10.0.0.131 - - [2026-03-05 01:58:17] "POST /neutron/network HTTP/1.1" 200 930 0.005577 10.0.0.131 - - [2026-03-05 01:58:17] "POST /neutron/port HTTP/1.1" 200 117 0.005026 10.0.0.131 - - [2026-03-05 01:58:17] "POST /neutron/port HTTP/1.1" 200 117 0.004761 10.0.0.131 - - [2026-03-05 01:58:17] "POST /id-to-fqname HTTP/1.1" 200 222 0.001158 10.0.0.131 - - [2026-03-05 01:58:17] "POST /neutron/port HTTP/1.1" 200 117 0.004809 10.0.0.131 - - [2026-03-05 01:58:17] "POST /neutron/network HTTP/1.1" 200 936 0.005557 10.0.0.131 - - [2026-03-05 01:58:17] "GET /aaa-mode HTTP/1.1" 401 293 0.000351 10.0.0.131 - - [2026-03-05 01:58:17] "POST /neutron/network HTTP/1.1" 200 940 0.004731 10.0.0.131 - - [2026-03-05 01:58:17] "GET /projects?obj_uuids=b6ce6106-da45-4045-8e89-4818fb5dc4d8&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000970 10.0.0.131 - - [2026-03-05 01:58:17] "GET / HTTP/1.1" 200 36215 0.001555 10.0.0.131 - - [2026-03-05 01:58:17] "GET /project/b6ce6106-da45-4045-8e89-4818fb5dc4d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000340 10.0.0.131 - - [2026-03-05 01:58:18] "POST /neutron/port HTTP/1.1" 200 1064 0.198345 10.0.0.131 - - [2026-03-05 01:58:18] "POST /neutron/port HTTP/1.1" 200 1064 0.011427 10.0.0.131 - - [2026-03-05 01:58:18] "POST /neutron/port HTTP/1.1" 200 1064 0.008739 10.0.0.131 - - [2026-03-05 01:58:18] "POST /neutron/port HTTP/1.1" 200 1118 0.058810 10.0.0.131 - - [2026-03-05 01:58:18] "POST /neutron/port HTTP/1.1" 200 1128 0.012346 10.0.0.131 - - [2026-03-05 01:58:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003363 10.0.0.131 - - [2026-03-05 01:58:18] "POST /neutron/subnet HTTP/1.1" 200 708 0.006279 10.0.0.131 - - [2026-03-05 01:58:18] "POST /neutron/port HTTP/1.1" 200 117 0.001239 10.0.0.131 - - [2026-03-05 01:58:18] "POST /neutron/network HTTP/1.1" 200 930 0.004973 10.0.0.131 - - [2026-03-05 01:58:18] "GET /projects?obj_uuids=b6ce6106-da45-4045-8e89-4818fb5dc4d8&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001307 10.0.0.131 - - [2026-03-05 01:58:18] "GET /project/b6ce6106-da45-4045-8e89-4818fb5dc4d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.050253 10.0.0.131 - - [2026-03-05 01:58:18] "POST /neutron/network HTTP/1.1" 200 926 0.004796 10.0.0.131 - - [2026-03-05 01:58:18] "POST /neutron/port HTTP/1.1" 200 1128 0.015379 10.0.0.131 - - [2026-03-05 01:58:18] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008548 10.0.0.131 - - [2026-03-05 01:58:18] "POST /neutron/port HTTP/1.1" 200 117 0.007223 10.0.0.131 - - [2026-03-05 01:58:18] "POST /neutron/port HTTP/1.1" 200 1128 0.016190 10.0.0.131 - - [2026-03-05 01:58:18] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009070 10.0.0.131 - - [2026-03-05 01:58:18] "POST /neutron/network HTTP/1.1" 200 936 0.010418 10.0.0.131 - - [2026-03-05 01:58:18] "GET /projects?obj_uuids=b6ce6106-da45-4045-8e89-4818fb5dc4d8&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001388 10.0.0.131 - - [2026-03-05 01:58:19] "PUT /access-control-list/50d77a70-8e3d-4aa3-971d-a88d979632cd HTTP/1.1" 200 273 0.028633 10.0.0.131 - - [2026-03-05 01:58:19] "POST /neutron/port HTTP/1.1" 200 1060 0.232557 10.0.0.131 - - [2026-03-05 01:58:19] "POST /neutron/port HTTP/1.1" 200 1060 0.009130 10.0.0.131 - - [2026-03-05 01:58:19] "POST /neutron/port HTTP/1.1" 200 1060 0.011430 10.0.0.131 - - [2026-03-05 01:58:19] "POST /neutron/port HTTP/1.1" 200 1114 0.064055 10.0.0.131 - - [2026-03-05 01:58:19] "POST /neutron/port HTTP/1.1" 200 1124 0.011567 10.0.0.131 - - [2026-03-05 01:58:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002937 10.0.0.131 - - [2026-03-05 01:58:19] "POST /neutron/subnet HTTP/1.1" 200 689 0.005731 10.0.0.131 - - [2026-03-05 01:58:19] "POST /neutron/port HTTP/1.1" 200 117 0.001534 10.0.0.131 - - [2026-03-05 01:58:19] "POST /neutron/network HTTP/1.1" 200 926 0.005141 10.0.0.131 - - [2026-03-05 01:58:23] "POST /neutron/port HTTP/1.1" 200 1128 0.011208 10.0.0.131 - - [2026-03-05 01:58:23] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006008 10.0.0.131 - - [2026-03-05 01:58:23] "POST /neutron/port HTTP/1.1" 200 1128 0.013352 10.0.0.131 - - [2026-03-05 01:58:23] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005288 10.0.0.131 - - [2026-03-05 01:58:23] "POST /neutron/port HTTP/1.1" 200 1128 0.010449 10.0.0.131 - - [2026-03-05 01:58:23] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005188 10.0.0.131 - - [2026-03-05 01:58:23] "GET /virtual-machine/f6a5c9a0-cc48-49f1-b9f6-2e7760fc54b3 HTTP/1.1" 200 1297 0.004171 10.0.0.131 - - [2026-03-05 01:58:23] "GET /virtual-machine-interface/55bd6b9f-d2dd-4bf7-bd32-e3990039c5c7 HTTP/1.1" 200 2957 0.004119 10.0.0.131 - - [2026-03-05 01:58:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002494 10.0.0.131 - - [2026-03-05 01:58:23] "GET /global-vrouter-config/2922bebb-86e8-4999-9cee-870c5db0ed3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003057 10.0.0.131 - - [2026-03-05 01:58:23] "GET /virtual-networks?parent_id=b6ce6106-da45-4045-8e89-4818fb5dc4d8&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.002487 10.0.0.131 - - [2026-03-05 01:58:24] "GET /virtual-network/f771134a-8e0e-4734-bb84-e479d248db37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2372 0.004494 10.0.0.131 - - [2026-03-05 01:58:26] "POST /neutron/port HTTP/1.1" 200 1128 0.011412 10.0.0.131 - - [2026-03-05 01:58:26] "POST /neutron/security_group HTTP/1.1" 200 2060 0.004911 10.0.0.131 - - [2026-03-05 01:58:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002624 10.0.0.131 - - [2026-03-05 01:58:27] "GET /virtual-network/f771134a-8e0e-4734-bb84-e479d248db37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2372 0.004743 10.0.0.131 - - [2026-03-05 01:58:27] "POST /neutron/port HTTP/1.1" 200 1124 0.012126 10.0.0.131 - - [2026-03-05 01:58:27] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006800 10.0.0.131 - - [2026-03-05 01:58:28] "POST /neutron/port HTTP/1.1" 200 1128 0.011825 10.0.0.131 - - [2026-03-05 01:58:28] "POST /neutron/port HTTP/1.1" 200 1128 0.011827 10.0.0.131 - - [2026-03-05 01:58:28] "POST /neutron/network HTTP/1.1" 200 940 0.004962 10.0.0.131 - - [2026-03-05 01:58:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002953 10.0.0.131 - - [2026-03-05 01:58:28] "POST /neutron/subnet HTTP/1.1" 200 708 0.006292 10.0.0.131 - - [2026-03-05 01:58:28] "POST /neutron/port HTTP/1.1" 200 117 0.001120 10.0.0.131 - - [2026-03-05 01:58:28] "POST /neutron/network HTTP/1.1" 200 930 0.005767 10.0.0.131 - - [2026-03-05 01:58:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003435 10.0.0.131 - - [2026-03-05 01:58:29] "GET /global-vrouter-config/2922bebb-86e8-4999-9cee-870c5db0ed3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004328 10.0.0.131 - - [2026-03-05 01:58:29] "GET /virtual-networks?parent_id=b6ce6106-da45-4045-8e89-4818fb5dc4d8&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.002696 10.0.0.131 - - [2026-03-05 01:58:29] "GET /virtual-network/f771134a-8e0e-4734-bb84-e479d248db37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2372 0.004755 10.0.0.131 - - [2026-03-05 01:58:29] "POST /neutron/port HTTP/1.1" 200 1124 0.011266 10.0.0.131 - - [2026-03-05 01:58:29] "POST /neutron/security_group HTTP/1.1" 200 2060 0.004916 10.0.0.131 - - [2026-03-05 01:58:29] "POST /neutron/port HTTP/1.1" 200 1124 0.010705 10.0.0.131 - - [2026-03-05 01:58:29] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006166 10.0.0.131 - - [2026-03-05 01:58:29] "POST /neutron/port HTTP/1.1" 200 1124 0.012033 10.0.0.131 - - [2026-03-05 01:58:29] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006290 10.0.0.131 - - [2026-03-05 01:58:29] "GET /virtual-machine/a3b71cb3-4142-4e19-bff6-dd6c66a6358b HTTP/1.1" 200 1297 0.004024 10.0.0.131 - - [2026-03-05 01:58:29] "GET /virtual-machine-interface/7d00fd53-ae61-407d-bd74-21c45a24d4ec HTTP/1.1" 200 2957 0.005381 10.0.0.131 - - [2026-03-05 01:58:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002342 10.0.0.131 - - [2026-03-05 01:58:29] "GET /global-vrouter-config/2922bebb-86e8-4999-9cee-870c5db0ed3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002637 10.0.0.131 - - [2026-03-05 01:58:29] "GET /virtual-networks?parent_id=b6ce6106-da45-4045-8e89-4818fb5dc4d8&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.002605 10.0.0.131 - - [2026-03-05 01:58:29] "GET /virtual-network/642043ff-3277-4903-beaa-9c175a1e41b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.004547 10.0.0.131 - - [2026-03-05 01:58:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002658 10.0.0.131 - - [2026-03-05 01:58:31] "GET /global-vrouter-config/2922bebb-86e8-4999-9cee-870c5db0ed3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003960 10.0.0.131 - - [2026-03-05 01:58:31] "GET /virtual-networks?parent_id=b6ce6106-da45-4045-8e89-4818fb5dc4d8&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.002418 10.0.0.131 - - [2026-03-05 01:58:31] "GET /virtual-network/642043ff-3277-4903-beaa-9c175a1e41b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.004547 10.0.0.131 - - [2026-03-05 01:58:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002562 10.0.0.131 - - [2026-03-05 01:58:35] "GET /projects?obj_uuids=b6ce6106-da45-4045-8e89-4818fb5dc4d8&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000935 10.0.0.131 - - [2026-03-05 01:58:35] "GET /project/b6ce6106-da45-4045-8e89-4818fb5dc4d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.021425 10.0.0.131 - - [2026-03-05 01:58:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002347 10.0.0.131 - - [2026-03-05 01:58:35] "PUT /network-policy/992992bf-eb53-4eea-b079-ea57a89601ec HTTP/1.1" 200 263 0.009430 10.0.0.131 - - [2026-03-05 01:58:35] "PUT /access-control-list/ec31b979-33c5-4194-94fb-68864a3a91fd HTTP/1.1" 200 273 0.049085 10.0.0.131 - - [2026-03-05 01:58:35] "POST /ref-update HTTP/1.1" 200 156 0.010389 10.0.0.131 - - [2026-03-05 01:58:35] "PUT /access-control-list/50d77a70-8e3d-4aa3-971d-a88d979632cd HTTP/1.1" 200 273 0.050122 10.0.0.131 - - [2026-03-05 01:58:35] "POST /ref-update HTTP/1.1" 200 156 0.008808 10.0.0.131 - - [2026-03-05 01:58:37] "DELETE /project/12c676133a6c4c59a757e346cf620915 HTTP/1.1" 404 173 0.012150 10.0.0.131 - - [2026-03-05 01:58:37] "DELETE /project/9cd67e3ea87c4186b4e38fb37d38b7d5 HTTP/1.1" 404 173 0.009532 10.0.0.131 - - [2026-03-05 01:58:37] "DELETE /project/b6ce6106da4540458e894818fb5dc4d8 HTTP/1.1" 404 173 0.007432 10.0.0.131 - - [2026-03-05 01:58:37] "GET /projects?obj_uuids=a88a4fe4-4659-4b00-a417-7df277e697f1&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001148 10.0.0.131 - - [2026-03-05 01:58:37] "GET /projects?obj_uuids=9cd67e3e-a87c-4186-b4e3-8fb37d38b7d5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000751 10.0.0.131 - - [2026-03-05 01:58:37] "GET /projects?obj_uuids=12c67613-3a6c-4c59-a757-e346cf620915&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000731 10.0.0.131 - - [2026-03-05 01:58:37] "GET /project/12c67613-3a6c-4c59-a757-e346cf620915?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1531 0.037877 10.0.0.131 - - [2026-03-05 01:58:37] "GET /project/9cd67e3e-a87c-4186-b4e3-8fb37d38b7d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.040820 10.0.0.131 - - [2026-03-05 01:58:37] "GET /project/a88a4fe4-4659-4b00-a417-7df277e697f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.045038 10.0.0.131 - - [2026-03-05 01:58:37] "GET /projects?obj_uuids=a88a4fe4-4659-4b00-a417-7df277e697f1&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000997 10.0.0.131 - - [2026-03-05 01:58:37] "GET /projects?obj_uuids=9cd67e3e-a87c-4186-b4e3-8fb37d38b7d5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000976 10.0.0.131 - - [2026-03-05 01:58:37] "GET /projects?obj_uuids=12c67613-3a6c-4c59-a757-e346cf620915&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000906 10.0.0.131 - - [2026-03-05 01:58:37] "GET /project/12c67613-3a6c-4c59-a757-e346cf620915?fields=security_groups HTTP/1.1" 200 1410 0.046649 10.0.0.131 - - [2026-03-05 01:58:37] "GET /project/9cd67e3e-a87c-4186-b4e3-8fb37d38b7d5?fields=security_groups HTTP/1.1" 200 1387 0.049112 10.0.0.131 - - [2026-03-05 01:58:37] "GET /project/a88a4fe4-4659-4b00-a417-7df277e697f1?fields=security_groups HTTP/1.1" 200 1372 0.057391 10.0.0.131 - - [2026-03-05 01:58:37] "DELETE /security-group/b55f5fb3-0b84-405b-8313-fee03302d1d7 HTTP/1.1" 200 115 0.069447 10.0.0.131 - - [2026-03-05 01:58:37] "GET /projects?obj_uuids=12c67613-3a6c-4c59-a757-e346cf620915&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001060 10.0.0.131 - - [2026-03-05 01:58:37] "DELETE /access-control-list/fc46c313-9d15-434a-ad5d-c76e7f590565 HTTP/1.1" 200 115 0.048434 10.0.0.131 - - [2026-03-05 01:58:37] "DELETE /security-group/aea42f9c-d736-40b1-8b1e-ca33c5f1efbd HTTP/1.1" 200 115 0.081963 10.0.0.131 - - [2026-03-05 01:58:37] "GET /projects?obj_uuids=9cd67e3e-a87c-4186-b4e3-8fb37d38b7d5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000826 10.0.0.131 - - [2026-03-05 01:58:37] "DELETE /security-group/19d5f197-c230-408d-9062-83da614d29a0 HTTP/1.1" 200 115 0.081903 10.0.0.131 - - [2026-03-05 01:58:37] "GET /projects?obj_uuids=a88a4fe4-4659-4b00-a417-7df277e697f1&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001342 10.0.0.131 - - [2026-03-05 01:58:37] "GET /project/12c67613-3a6c-4c59-a757-e346cf620915?fields=application_policy_sets HTTP/1.1" 200 1449 0.042034 10.0.0.131 - - [2026-03-05 01:58:37] "DELETE /access-control-list/9c091560-7fa2-42ff-96d8-24cdcb457cb7 HTTP/1.1" 200 115 0.042298 10.0.0.131 - - [2026-03-05 01:58:37] "GET /project/a88a4fe4-4659-4b00-a417-7df277e697f1?fields=application_policy_sets HTTP/1.1" 200 1411 0.037039 10.0.0.131 - - [2026-03-05 01:58:37] "DELETE /access-control-list/9a0f740a-7577-485b-b1d7-fccc86287c5c HTTP/1.1" 200 115 0.030337 10.0.0.131 - - [2026-03-05 01:58:37] "GET /project/9cd67e3e-a87c-4186-b4e3-8fb37d38b7d5?fields=application_policy_sets HTTP/1.1" 200 1426 0.071147 10.0.0.131 - - [2026-03-05 01:58:37] "DELETE /access-control-list/b60a1642-989d-48dc-8d28-a297c3fd2079 HTTP/1.1" 200 115 0.029521 10.0.0.131 - - [2026-03-05 01:58:37] "DELETE /access-control-list/ab686ae8-276e-4dc6-9f4f-78b44befe76f HTTP/1.1" 200 115 0.034566 10.0.0.131 - - [2026-03-05 01:58:37] "DELETE /access-control-list/8413d9d0-f4a7-462f-8512-7011dad13a7a HTTP/1.1" 200 115 0.037436 10.0.0.131 - - [2026-03-05 01:58:37] "DELETE /project/12c67613-3a6c-4c59-a757-e346cf620915 HTTP/1.1" 200 115 0.432570 10.0.0.131 - - [2026-03-05 01:58:37] "DELETE /project/a88a4fe4-4659-4b00-a417-7df277e697f1 HTTP/1.1" 200 115 0.444747 10.0.0.131 - - [2026-03-05 01:58:37] "DELETE /project/9cd67e3e-a87c-4186-b4e3-8fb37d38b7d5 HTTP/1.1" 200 115 0.455795 10.0.0.131 - - [2026-03-05 01:58:38] "GET /virtual-network/642043ff-3277-4903-beaa-9c175a1e41b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.005065 10.0.0.131 - - [2026-03-05 01:58:38] "POST /neutron/network HTTP/1.1" 200 926 0.005021 10.0.0.131 - - [2026-03-05 01:58:38] "POST /neutron/network HTTP/1.1" 200 824 0.035667 10.0.0.131 - - [2026-03-05 01:58:38] "DELETE /access-control-list/50d77a70-8e3d-4aa3-971d-a88d979632cd HTTP/1.1" 200 115 0.030182 10.0.0.131 - - [2026-03-05 01:58:38] "POST /neutron/network HTTP/1.1" 200 824 0.008104 10.0.0.131 - - [2026-03-05 01:58:38] "GET /virtual-network/642043ff-3277-4903-beaa-9c175a1e41b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.004376 10.0.0.131 - - [2026-03-05 01:58:38] "GET /virtual-network/f771134a-8e0e-4734-bb84-e479d248db37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2372 0.004431 10.0.0.131 - - [2026-03-05 01:58:38] "POST /neutron/network HTTP/1.1" 200 930 0.008180 10.0.0.131 - - [2026-03-05 01:58:39] "POST /neutron/network HTTP/1.1" 200 828 0.049555 10.0.0.131 - - [2026-03-05 01:58:39] "DELETE /access-control-list/ec31b979-33c5-4194-94fb-68864a3a91fd HTTP/1.1" 200 115 0.042484 10.0.0.131 - - [2026-03-05 01:58:39] "POST /neutron/network HTTP/1.1" 200 828 0.013397 10.0.0.131 - - [2026-03-05 01:58:39] "GET /virtual-network/f771134a-8e0e-4734-bb84-e479d248db37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005001 10.0.0.131 - - [2026-03-05 01:58:39] "DELETE /network-policy/992992bf-eb53-4eea-b079-ea57a89601ec HTTP/1.1" 200 115 0.026068 10.0.0.131 - - [2026-03-05 01:58:39] "POST /neutron/network HTTP/1.1" 200 824 0.004685 10.0.0.131 - - [2026-03-05 01:58:39] "POST /neutron/network HTTP/1.1" 400 204 0.008745 10.0.0.131 - - [2026-03-05 01:58:39] "POST /neutron/port HTTP/1.1" 200 1124 0.011748 10.0.0.131 - - [2026-03-05 01:58:39] "POST /neutron/port HTTP/1.1" 200 1114 0.014439 10.0.0.131 - - [2026-03-05 01:58:39] "POST /neutron/port HTTP/1.1" 200 1128 0.010727 10.0.0.131 - - [2026-03-05 01:58:39] "POST /neutron/port HTTP/1.1" 200 1118 0.010782 10.0.0.131 - - [2026-03-05 01:58:39] "POST /neutron/port HTTP/1.1" 200 151 0.099358 10.0.0.131 - - [2026-03-05 01:58:39] "POST /neutron/port HTTP/1.1" 200 151 0.101439 10.0.0.131 - - [2026-03-05 01:58:41] "POST /neutron/network HTTP/1.1" 200 824 0.005267 10.0.0.131 - - [2026-03-05 01:58:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003167 10.0.0.131 - - [2026-03-05 01:58:41] "POST /useragent-kv HTTP/1.1" 200 115 0.001690 10.0.0.131 - - [2026-03-05 01:58:41] "POST /useragent-kv HTTP/1.1" 200 115 0.002140 10.0.0.131 - - [2026-03-05 01:58:41] "POST /neutron/network HTTP/1.1" 200 151 0.067170 10.0.0.131 - - [2026-03-05 01:58:41] "DELETE /route-target/2bca41dd-113a-4d42-b3ce-f7534d83aad5 HTTP/1.1" 200 115 0.011799 10.0.0.131 - - [2026-03-05 01:58:41] "GET /routing-instance/9ea4e980-c7d4-4ea3-844a-1641ca8047d7 HTTP/1.1" 404 171 0.001791 10.0.0.131 - - [2026-03-05 01:58:41] "GET /domains HTTP/1.1" 200 281 0.001781 10.0.0.131 - - [2026-03-05 01:58:41] "GET /domains?obj_uuids=ae3906f1-fab8-4987-bab9-45ca75cb796e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000803 10.0.0.131 - - [2026-03-05 01:58:41] "GET /domain/ae3906f1-fab8-4987-bab9-45ca75cb796e HTTP/1.1" 200 2586 0.048401 10.0.0.131 - - [2026-03-05 01:58:41] "GET /projects?obj_uuids=b6ce6106-da45-4045-8e89-4818fb5dc4d8&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000922 10.0.0.131 - - [2026-03-05 01:58:41] "GET /project/b6ce6106-da45-4045-8e89-4818fb5dc4d8 HTTP/1.1" 200 2109 0.071245 10.0.0.131 - - [2026-03-05 01:58:41] "POST /neutron/network HTTP/1.1" 200 828 0.004605 10.0.0.131 - - [2026-03-05 01:58:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004337 10.0.0.131 - - [2026-03-05 01:58:41] "POST /useragent-kv HTTP/1.1" 200 115 0.003188 10.0.0.131 - - [2026-03-05 01:58:41] "POST /useragent-kv HTTP/1.1" 200 115 0.001571 10.0.0.131 - - [2026-03-05 01:58:41] "POST /neutron/network HTTP/1.1" 200 151 0.074239 10.0.0.131 - - [2026-03-05 01:58:41] "DELETE /route-target/d9e891b5-ec99-43d5-bd0f-20ad24cb8e97 HTTP/1.1" 200 115 0.017417 10.0.0.131 - - [2026-03-05 01:58:41] "GET /routing-instance/e1166ef1-d777-4cae-b081-b03f2ecbf176 HTTP/1.1" 404 171 0.001957 10.0.0.131 - - [2026-03-05 01:58:41] "GET /domains HTTP/1.1" 200 281 0.001991 10.0.0.131 - - [2026-03-05 01:58:41] "GET /domains?obj_uuids=ae3906f1-fab8-4987-bab9-45ca75cb796e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000828 10.0.0.131 - - [2026-03-05 01:58:41] "GET /domain/ae3906f1-fab8-4987-bab9-45ca75cb796e HTTP/1.1" 200 2586 0.046958 10.0.0.131 - - [2026-03-05 01:58:41] "GET /projects?obj_uuids=b6ce6106-da45-4045-8e89-4818fb5dc4d8&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001324 10.0.0.131 - - [2026-03-05 01:58:41] "GET /project/b6ce6106-da45-4045-8e89-4818fb5dc4d8 HTTP/1.1" 200 1869 0.064106 10.0.0.131 - - [2026-03-05 01:58:41] "GET /projects?obj_uuids=b6ce6106-da45-4045-8e89-4818fb5dc4d8&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000989 10.0.0.131 - - [2026-03-05 01:58:41] "GET /project/b6ce6106-da45-4045-8e89-4818fb5dc4d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.018801 10.0.0.131 - - [2026-03-05 01:58:41] "GET /projects?obj_uuids=b6ce6106-da45-4045-8e89-4818fb5dc4d8&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000874 10.0.0.131 - - [2026-03-05 01:58:41] "GET /project/b6ce6106-da45-4045-8e89-4818fb5dc4d8?fields=virtual_networks HTTP/1.1" 200 1038 0.065448 10.0.0.131 - - [2026-03-05 01:58:42] "GET /projects?obj_uuids=b6ce6106-da45-4045-8e89-4818fb5dc4d8&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000917 10.0.0.131 - - [2026-03-05 01:58:42] "GET /project/b6ce6106-da45-4045-8e89-4818fb5dc4d8?fields=virtual_machine_interfaces HTTP/1.1" 200 1038 0.023493 10.0.0.131 - - [2026-03-05 01:58:42] "GET /projects?obj_uuids=b6ce6106-da45-4045-8e89-4818fb5dc4d8&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001319 10.0.0.131 - - [2026-03-05 01:58:42] "GET /project/b6ce6106-da45-4045-8e89-4818fb5dc4d8?fields=security_groups HTTP/1.1" 200 1267 0.024963 10.0.0.131 - - [2026-03-05 01:58:42] "POST /fqname-to-id HTTP/1.1" 404 181 0.026846 10.0.0.131 - - [2026-03-05 01:58:42] "GET /projects?obj_uuids=c2054f0f-b840-4984-9648-27c19b1d6450&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002092 10.0.0.131 - - [2026-03-05 01:58:43] "GET /domains?obj_uuids=ae3906f1-fab8-4987-bab9-45ca75cb796e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001109 10.0.0.131 - - [2026-03-05 01:58:43] "GET /domain/ae3906f1-fab8-4987-bab9-45ca75cb796e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006596 10.0.0.131 - - [2026-03-05 01:58:43] "POST /id-to-fqname HTTP/1.1" 200 183 0.001634 10.0.0.131 - - [2026-03-05 01:58:43] "POST /fqname-to-id HTTP/1.1" 404 192 0.003920 10.0.0.131 - - [2026-03-05 01:58:43] "POST /security-groups HTTP/1.1" 200 584 0.064242 10.0.0.131 - - [2026-03-05 01:58:43] "POST /fqname-to-id HTTP/1.1" 404 227 0.002525 10.0.0.131 - - [2026-03-05 01:58:43] "POST /projects HTTP/1.1" 200 571 0.205497 10.0.0.131 - - [2026-03-05 01:58:43] "POST /access-control-lists HTTP/1.1" 200 591 0.056314 10.0.0.131 - - [2026-03-05 01:58:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.276950 10.0.0.131 - - [2026-03-05 01:58:43] "POST /fqname-to-id HTTP/1.1" 404 226 0.002540 10.0.0.131 - - [2026-03-05 01:58:43] "GET /project/c2054f0f-b840-4984-9648-27c19b1d6450?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.396352 10.0.0.131 - - [2026-03-05 01:58:43] "POST /access-control-lists HTTP/1.1" 200 589 0.056651 10.0.0.131 - - [2026-03-05 01:58:44] "GET /obj-perms HTTP/1.1" 200 5075 0.084164 10.0.0.131 - - [2026-03-05 01:58:45] "GET / HTTP/1.1" 200 36215 0.003938 10.0.0.131 - - [2026-03-05 01:58:45] "GET /obj-perms HTTP/1.1" 200 5075 0.369527 10.0.0.131 - - [2026-03-05 01:58:45] "POST /fqname-to-id HTTP/1.1" 401 293 0.000429 10.0.0.131 - - [2026-03-05 01:58:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.030258 10.0.0.131 - - [2026-03-05 01:58:46] "GET /projects?obj_uuids=c2054f0f-b840-4984-9648-27c19b1d6450&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000984 10.0.0.131 - - [2026-03-05 01:58:46] "GET /project/c2054f0f-b840-4984-9648-27c19b1d6450?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.022402 10.0.0.131 - - [2026-03-05 01:58:46] "POST /neutron/network HTTP/1.1" 200 117 0.037687 10.0.0.131 - - [2026-03-05 01:58:46] "GET /projects?obj_uuids=c2054f0f-b840-4984-9648-27c19b1d6450&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001191 10.0.0.131 - - [2026-03-05 01:58:46] "POST /neutron/network HTTP/1.1" 200 612 0.062899 10.0.0.131 - - [2026-03-05 01:58:46] "POST /route-targets HTTP/1.1" 200 328 0.011212 10.0.0.131 - - [2026-03-05 01:58:46] "POST /ref-update HTTP/1.1" 200 156 0.013422 10.0.0.131 - - [2026-03-05 01:58:46] "POST /useragent-kv HTTP/1.1" 200 115 0.002939 10.0.0.131 - - [2026-03-05 01:58:46] "POST /neutron/subnet HTTP/1.1" 200 729 0.179185 10.0.0.131 - - [2026-03-05 01:58:46] "POST /neutron/network HTTP/1.1" 200 832 0.004409 10.0.0.131 - - [2026-03-05 01:58:46] "POST /id-to-fqname HTTP/1.1" 200 220 0.001080 10.0.0.131 - - [2026-03-05 01:58:46] "GET /virtual-network/50b07b1d-652d-40cd-bb6b-39144b4256b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004254 10.0.0.131 - - [2026-03-05 01:58:46] "POST /neutron/network HTTP/1.1" 200 832 0.005575 10.0.0.131 - - [2026-03-05 01:58:46] "GET /virtual-network/50b07b1d-652d-40cd-bb6b-39144b4256b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004071 10.0.0.131 - - [2026-03-05 01:58:46] "POST /neutron/network HTTP/1.1" 200 832 0.005805 10.0.0.131 - - [2026-03-05 01:58:46] "POST /neutron/subnet HTTP/1.1" 200 729 0.006724 10.0.0.131 - - [2026-03-05 01:58:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002235 10.0.0.131 - - [2026-03-05 01:58:46] "GET /virtual-network/50b07b1d-652d-40cd-bb6b-39144b4256b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006488 10.0.0.131 - - [2026-03-05 01:58:46] "PUT /virtual-network/50b07b1d-652d-40cd-bb6b-39144b4256b8 HTTP/1.1" 200 265 0.027398 10.0.0.131 - - [2026-03-05 01:58:46] "POST /route-targets HTTP/1.1" 200 324 0.010740 10.0.0.131 - - [2026-03-05 01:58:46] "POST /ref-update HTTP/1.1" 200 156 0.011445 10.0.0.131 - - [2026-03-05 01:58:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002618 10.0.0.131 - - [2026-03-05 01:58:46] "GET /projects?obj_uuids=c2054f0f-b840-4984-9648-27c19b1d6450&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000902 10.0.0.131 - - [2026-03-05 01:58:46] "GET /project/c2054f0f-b840-4984-9648-27c19b1d6450?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.020715 10.0.0.131 - - [2026-03-05 01:58:46] "POST /neutron/network HTTP/1.1" 200 117 0.009736 10.0.0.131 - - [2026-03-05 01:58:46] "GET /projects?obj_uuids=c2054f0f-b840-4984-9648-27c19b1d6450&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001013 10.0.0.131 - - [2026-03-05 01:58:47] "POST /neutron/network HTTP/1.1" 200 612 0.068326 10.0.0.131 - - [2026-03-05 01:58:47] "POST /route-targets HTTP/1.1" 200 328 0.011510 10.0.0.131 - - [2026-03-05 01:58:47] "POST /ref-update HTTP/1.1" 200 156 0.011822 10.0.0.131 - - [2026-03-05 01:58:47] "POST /useragent-kv HTTP/1.1" 200 115 0.002501 10.0.0.131 - - [2026-03-05 01:58:47] "POST /neutron/subnet HTTP/1.1" 200 725 0.162441 10.0.0.131 - - [2026-03-05 01:58:47] "POST /neutron/network HTTP/1.1" 200 831 0.004591 10.0.0.131 - - [2026-03-05 01:58:47] "POST /id-to-fqname HTTP/1.1" 200 220 0.001091 10.0.0.131 - - [2026-03-05 01:58:47] "GET /virtual-network/54e91948-de83-4473-a2dd-ba882728eb95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004253 10.0.0.131 - - [2026-03-05 01:58:47] "POST /neutron/network HTTP/1.1" 200 831 0.004539 10.0.0.131 - - [2026-03-05 01:58:47] "GET /virtual-network/54e91948-de83-4473-a2dd-ba882728eb95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004147 10.0.0.131 - - [2026-03-05 01:58:47] "POST /neutron/network HTTP/1.1" 200 831 0.004810 10.0.0.131 - - [2026-03-05 01:58:47] "POST /neutron/subnet HTTP/1.1" 200 725 0.006061 10.0.0.131 - - [2026-03-05 01:58:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.001955 10.0.0.131 - - [2026-03-05 01:58:47] "GET /virtual-network/54e91948-de83-4473-a2dd-ba882728eb95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005243 10.0.0.131 - - [2026-03-05 01:58:47] "PUT /virtual-network/54e91948-de83-4473-a2dd-ba882728eb95 HTTP/1.1" 200 265 0.034768 10.0.0.131 - - [2026-03-05 01:58:47] "POST /ref-update HTTP/1.1" 200 156 0.013507 10.0.0.131 - - [2026-03-05 01:58:47] "POST /id-to-fqname HTTP/1.1" 200 220 0.001179 10.0.0.131 - - [2026-03-05 01:58:47] "POST /neutron/network HTTP/1.1" 200 842 0.004660 10.0.0.131 - - [2026-03-05 01:58:47] "GET /aaa-mode HTTP/1.1" 401 293 0.000401 10.0.0.131 - - [2026-03-05 01:58:48] "GET / HTTP/1.1" 200 36215 0.001607 10.0.0.131 - - [2026-03-05 01:58:48] "GET /project/c2054f0f-b840-4984-9648-27c19b1d6450?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000338 10.0.0.131 - - [2026-03-05 01:58:48] "GET /projects?obj_uuids=c2054f0f-b840-4984-9648-27c19b1d6450&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000883 10.0.0.131 - - [2026-03-05 01:58:48] "GET /project/c2054f0f-b840-4984-9648-27c19b1d6450?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.043512 10.0.0.131 - - [2026-03-05 01:58:48] "POST /neutron/network HTTP/1.1" 200 832 0.004426 10.0.0.131 - - [2026-03-05 01:58:48] "POST /neutron/port HTTP/1.1" 200 117 0.004256 10.0.0.131 - - [2026-03-05 01:58:48] "POST /neutron/port HTTP/1.1" 200 117 0.011925 10.0.0.131 - - [2026-03-05 01:58:48] "POST /id-to-fqname HTTP/1.1" 200 220 0.001196 10.0.0.131 - - [2026-03-05 01:58:48] "POST /neutron/port HTTP/1.1" 200 117 0.004168 10.0.0.131 - - [2026-03-05 01:58:48] "POST /neutron/network HTTP/1.1" 200 841 0.005278 10.0.0.131 - - [2026-03-05 01:58:48] "GET /aaa-mode HTTP/1.1" 401 293 0.000355 10.0.0.131 - - [2026-03-05 01:58:48] "POST /neutron/network HTTP/1.1" 200 842 0.004605 10.0.0.131 - - [2026-03-05 01:58:49] "GET /projects?obj_uuids=c2054f0f-b840-4984-9648-27c19b1d6450&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000912 10.0.0.131 - - [2026-03-05 01:58:49] "GET / HTTP/1.1" 200 36215 0.001543 10.0.0.131 - - [2026-03-05 01:58:49] "GET /project/c2054f0f-b840-4984-9648-27c19b1d6450?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000643 10.0.0.131 - - [2026-03-05 01:58:49] "POST /neutron/port HTTP/1.1" 200 1054 0.171974 10.0.0.131 - - [2026-03-05 01:58:49] "POST /neutron/port HTTP/1.1" 200 1054 0.009477 10.0.0.131 - - [2026-03-05 01:58:49] "POST /neutron/port HTTP/1.1" 200 1054 0.011876 10.0.0.131 - - [2026-03-05 01:58:49] "POST /neutron/port HTTP/1.1" 200 1108 0.055135 10.0.0.131 - - [2026-03-05 01:58:49] "POST /neutron/port HTTP/1.1" 200 1118 0.010189 10.0.0.131 - - [2026-03-05 01:58:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002724 10.0.0.131 - - [2026-03-05 01:58:49] "POST /neutron/subnet HTTP/1.1" 200 703 0.006755 10.0.0.131 - - [2026-03-05 01:58:49] "POST /neutron/port HTTP/1.1" 200 117 0.001083 10.0.0.131 - - [2026-03-05 01:58:49] "POST /neutron/network HTTP/1.1" 200 832 0.004568 10.0.0.131 - - [2026-03-05 01:58:49] "GET /projects?obj_uuids=c2054f0f-b840-4984-9648-27c19b1d6450&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001255 10.0.0.131 - - [2026-03-05 01:58:49] "GET /project/c2054f0f-b840-4984-9648-27c19b1d6450?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.046383 10.0.0.131 - - [2026-03-05 01:58:49] "POST /neutron/network HTTP/1.1" 200 831 0.007131 10.0.0.131 - - [2026-03-05 01:58:49] "POST /neutron/port HTTP/1.1" 200 1118 0.015927 10.0.0.131 - - [2026-03-05 01:58:49] "POST /neutron/security_group HTTP/1.1" 200 2051 0.009280 10.0.0.131 - - [2026-03-05 01:58:49] "POST /neutron/port HTTP/1.1" 200 117 0.003869 10.0.0.131 - - [2026-03-05 01:58:49] "POST /neutron/port HTTP/1.1" 200 1118 0.012683 10.0.0.131 - - [2026-03-05 01:58:49] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006549 10.0.0.131 - - [2026-03-05 01:58:50] "POST /neutron/network HTTP/1.1" 200 841 0.004844 10.0.0.131 - - [2026-03-05 01:58:50] "GET /projects?obj_uuids=c2054f0f-b840-4984-9648-27c19b1d6450&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000955 10.0.0.131 - - [2026-03-05 01:58:50] "POST /neutron/port HTTP/1.1" 200 1053 0.258596 10.0.0.131 - - [2026-03-05 01:58:50] "POST /neutron/port HTTP/1.1" 200 1053 0.017687 10.0.0.131 - - [2026-03-05 01:58:50] "POST /neutron/port HTTP/1.1" 200 1053 0.009000 10.0.0.131 - - [2026-03-05 01:58:50] "POST /neutron/port HTTP/1.1" 200 1107 0.083122 10.0.0.131 - - [2026-03-05 01:58:50] "POST /neutron/port HTTP/1.1" 200 1117 0.013033 10.0.0.131 - - [2026-03-05 01:58:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002819 10.0.0.131 - - [2026-03-05 01:58:50] "POST /neutron/subnet HTTP/1.1" 200 699 0.014248 10.0.0.131 - - [2026-03-05 01:58:50] "POST /neutron/port HTTP/1.1" 200 117 0.001561 10.0.0.131 - - [2026-03-05 01:58:50] "POST /neutron/network HTTP/1.1" 200 831 0.006186 10.0.0.131 - - [2026-03-05 01:58:54] "POST /neutron/port HTTP/1.1" 200 1118 0.011208 10.0.0.131 - - [2026-03-05 01:58:54] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005329 10.0.0.131 - - [2026-03-05 01:58:54] "POST /neutron/port HTTP/1.1" 200 1118 0.012271 10.0.0.131 - - [2026-03-05 01:58:54] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005661 10.0.0.131 - - [2026-03-05 01:58:55] "POST /neutron/port HTTP/1.1" 200 1118 0.011143 10.0.0.131 - - [2026-03-05 01:58:55] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005951 10.0.0.131 - - [2026-03-05 01:58:55] "GET /virtual-machine/dea2191e-a30c-44e7-b9b1-3fe029fb86e3 HTTP/1.1" 401 293 0.000404 10.0.0.131 - - [2026-03-05 01:58:55] "GET /virtual-machine/dea2191e-a30c-44e7-b9b1-3fe029fb86e3 HTTP/1.1" 200 1288 0.027514 10.0.0.131 - - [2026-03-05 01:58:55] "GET /virtual-machine-interface/cc89e60d-150b-454c-bbf7-cb3b0ed06528 HTTP/1.1" 200 2934 0.004559 10.0.0.131 - - [2026-03-05 01:58:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002461 10.0.0.131 - - [2026-03-05 01:58:55] "GET /global-vrouter-config/2922bebb-86e8-4999-9cee-870c5db0ed3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002461 10.0.0.131 - - [2026-03-05 01:58:55] "GET /virtual-networks?parent_id=c2054f0f-b840-4984-9648-27c19b1d6450&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.002594 10.0.0.131 - - [2026-03-05 01:58:55] "GET /virtual-network/50b07b1d-652d-40cd-bb6b-39144b4256b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2115 0.004631 10.0.0.131 - - [2026-03-05 01:58:57] "POST /neutron/port HTTP/1.1" 200 1118 0.011812 10.0.0.131 - - [2026-03-05 01:58:57] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005365 10.0.0.131 - - [2026-03-05 01:58:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002319 10.0.0.131 - - [2026-03-05 01:58:58] "GET /virtual-network/50b07b1d-652d-40cd-bb6b-39144b4256b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2115 0.005962 10.0.0.131 - - [2026-03-05 01:58:59] "POST /neutron/port HTTP/1.1" 200 1117 0.013097 10.0.0.131 - - [2026-03-05 01:58:59] "POST /neutron/security_group HTTP/1.1" 200 2051 0.004809 10.0.0.131 - - [2026-03-05 01:59:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002778 10.0.0.131 - - [2026-03-05 01:59:00] "GET /global-vrouter-config/2922bebb-86e8-4999-9cee-870c5db0ed3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003927 10.0.0.131 - - [2026-03-05 01:59:00] "GET /virtual-networks?parent_id=c2054f0f-b840-4984-9648-27c19b1d6450&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003414 10.0.0.131 - - [2026-03-05 01:59:00] "GET /virtual-network/50b07b1d-652d-40cd-bb6b-39144b4256b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2115 0.005752 10.0.0.131 - - [2026-03-05 01:59:01] "POST /neutron/port HTTP/1.1" 200 1117 0.012446 10.0.0.131 - - [2026-03-05 01:59:01] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005343 10.0.0.131 - - [2026-03-05 01:59:01] "POST /neutron/port HTTP/1.1" 200 1117 0.011376 10.0.0.131 - - [2026-03-05 01:59:01] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005361 10.0.0.131 - - [2026-03-05 01:59:01] "POST /neutron/port HTTP/1.1" 200 1117 0.010822 10.0.0.131 - - [2026-03-05 01:59:01] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005671 10.0.0.131 - - [2026-03-05 01:59:01] "GET /virtual-machine/7669e7ae-c30c-4886-a132-0e1ed57e69ea HTTP/1.1" 200 1287 0.004618 10.0.0.131 - - [2026-03-05 01:59:01] "GET /virtual-machine-interface/ae31ee81-3bf1-42fd-8497-391bd998e292 HTTP/1.1" 200 2933 0.004634 10.0.0.131 - - [2026-03-05 01:59:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002525 10.0.0.131 - - [2026-03-05 01:59:01] "GET /global-vrouter-config/2922bebb-86e8-4999-9cee-870c5db0ed3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003002 10.0.0.131 - - [2026-03-05 01:59:01] "GET /virtual-networks?parent_id=c2054f0f-b840-4984-9648-27c19b1d6450&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.002519 10.0.0.131 - - [2026-03-05 01:59:01] "GET /virtual-network/54e91948-de83-4473-a2dd-ba882728eb95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2112 0.004845 10.0.0.131 - - [2026-03-05 01:59:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002568 10.0.0.131 - - [2026-03-05 01:59:02] "GET /global-vrouter-config/2922bebb-86e8-4999-9cee-870c5db0ed3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002841 10.0.0.131 - - [2026-03-05 01:59:02] "GET /virtual-networks?parent_id=c2054f0f-b840-4984-9648-27c19b1d6450&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.002496 10.0.0.131 - - [2026-03-05 01:59:02] "GET /virtual-network/54e91948-de83-4473-a2dd-ba882728eb95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2112 0.005111 10.0.0.131 - - [2026-03-05 01:59:02] "POST /routing-policys HTTP/1.1" 200 536 0.014822 10.0.0.131 - - [2026-03-05 01:59:02] "GET /virtual-network/50b07b1d-652d-40cd-bb6b-39144b4256b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2115 0.005152 10.0.0.131 - - [2026-03-05 01:59:02] "POST /ref-update HTTP/1.1" 200 156 0.013495 10.0.0.131 - - [2026-03-05 01:59:02] "PUT /virtual-network/50b07b1d-652d-40cd-bb6b-39144b4256b8 HTTP/1.1" 200 265 0.044171 10.0.0.131 - - [2026-03-05 01:59:06] "POST /ref-update HTTP/1.1" 200 156 0.029553 10.0.0.131 - - [2026-03-05 01:59:06] "POST /ref-update HTTP/1.1" 200 156 0.010847 10.0.0.131 - - [2026-03-05 01:59:06] "DELETE /routing-policy/24bf2ad7-c89d-40b3-b1b1-b1e83db331ac HTTP/1.1" 200 115 0.038316 10.0.0.131 - - [2026-03-05 01:59:06] "POST /neutron/network HTTP/1.1" 200 831 0.006519 10.0.0.131 - - [2026-03-05 01:59:06] "POST /neutron/network HTTP/1.1" 400 204 0.009562 10.0.0.131 - - [2026-03-05 01:59:07] "POST /neutron/port HTTP/1.1" 200 1118 0.011774 10.0.0.131 - - [2026-03-05 01:59:07] "POST /neutron/port HTTP/1.1" 200 1117 0.012820 10.0.0.131 - - [2026-03-05 01:59:07] "POST /neutron/port HTTP/1.1" 200 1108 0.009486 10.0.0.131 - - [2026-03-05 01:59:07] "POST /neutron/port HTTP/1.1" 200 1107 0.011220 10.0.0.131 - - [2026-03-05 01:59:07] "POST /neutron/port HTTP/1.1" 200 151 0.112275 10.0.0.131 - - [2026-03-05 01:59:07] "POST /neutron/port HTTP/1.1" 200 151 0.112602 10.0.0.131 - - [2026-03-05 01:59:08] "POST /neutron/network HTTP/1.1" 200 831 0.004759 10.0.0.131 - - [2026-03-05 01:59:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003218 10.0.0.131 - - [2026-03-05 01:59:09] "POST /useragent-kv HTTP/1.1" 200 115 0.001536 10.0.0.131 - - [2026-03-05 01:59:09] "POST /useragent-kv HTTP/1.1" 200 115 0.002206 10.0.0.131 - - [2026-03-05 01:59:09] "POST /neutron/network HTTP/1.1" 200 151 0.072298 10.0.0.131 - - [2026-03-05 01:59:09] "DELETE /route-target/9c256552-4d16-4d85-8f00-aa9ba6627fdd HTTP/1.1" 200 115 0.012044 10.0.0.131 - - [2026-03-05 01:59:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002292 10.0.0.131 - - [2026-03-05 01:59:09] "POST /neutron/network HTTP/1.1" 200 832 0.003790 10.0.0.131 - - [2026-03-05 01:59:09] "DELETE /route-target/9997fd30-c1a8-4cbd-b894-ebee7241d982 HTTP/1.1" 409 240 0.004916 10.0.0.131 - - [2026-03-05 01:59:09] "POST /useragent-kv HTTP/1.1" 200 115 0.001946 10.0.0.131 - - [2026-03-05 01:59:09] "POST /useragent-kv HTTP/1.1" 200 115 0.001698 10.0.0.131 - - [2026-03-05 01:59:09] "POST /neutron/network HTTP/1.1" 200 151 0.066683 10.0.0.131 - - [2026-03-05 01:59:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002588 10.0.0.131 - - [2026-03-05 01:59:09] "DELETE /route-target/341760b7-2580-40d8-87c0-84da19d178a6 HTTP/1.1" 200 115 0.014114 10.0.0.131 - - [2026-03-05 01:59:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002329 10.0.0.131 - - [2026-03-05 01:59:09] "DELETE /route-target/9997fd30-c1a8-4cbd-b894-ebee7241d982 HTTP/1.1" 200 115 0.015458 10.0.0.131 - - [2026-03-05 01:59:09] "GET /projects?obj_uuids=c2054f0f-b840-4984-9648-27c19b1d6450&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000948 10.0.0.131 - - [2026-03-05 01:59:09] "GET /project/c2054f0f-b840-4984-9648-27c19b1d6450?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.021032 10.0.0.131 - - [2026-03-05 01:59:09] "GET /projects?obj_uuids=c2054f0f-b840-4984-9648-27c19b1d6450&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000851 10.0.0.131 - - [2026-03-05 01:59:09] "GET /project/c2054f0f-b840-4984-9648-27c19b1d6450?fields=virtual_networks HTTP/1.1" 200 1020 0.067980 10.0.0.131 - - [2026-03-05 01:59:09] "GET /projects?obj_uuids=c2054f0f-b840-4984-9648-27c19b1d6450&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000904 10.0.0.131 - - [2026-03-05 01:59:09] "GET /project/c2054f0f-b840-4984-9648-27c19b1d6450?fields=virtual_machine_interfaces HTTP/1.1" 200 1020 0.025195 10.0.0.131 - - [2026-03-05 01:59:09] "GET /projects?obj_uuids=c2054f0f-b840-4984-9648-27c19b1d6450&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000913 10.0.0.131 - - [2026-03-05 01:59:09] "GET /project/c2054f0f-b840-4984-9648-27c19b1d6450?fields=security_groups HTTP/1.1" 200 1240 0.021723 10.0.0.131 - - [2026-03-05 01:59:10] "POST /fqname-to-id HTTP/1.1" 404 186 0.024671 10.0.0.131 - - [2026-03-05 01:59:10] "GET /projects?obj_uuids=d47da521-4c9b-49f1-9736-575820c12420&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.001887 10.0.0.131 - - [2026-03-05 01:59:10] "GET /domains?obj_uuids=ae3906f1-fab8-4987-bab9-45ca75cb796e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000939 10.0.0.131 - - [2026-03-05 01:59:10] "GET /domain/ae3906f1-fab8-4987-bab9-45ca75cb796e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.005952 10.0.0.131 - - [2026-03-05 01:59:10] "POST /id-to-fqname HTTP/1.1" 200 188 0.001252 10.0.0.131 - - [2026-03-05 01:59:10] "POST /fqname-to-id HTTP/1.1" 404 197 0.002680 10.0.0.131 - - [2026-03-05 01:59:10] "POST /security-groups HTTP/1.1" 200 589 0.059361 10.0.0.131 - - [2026-03-05 01:59:10] "POST /fqname-to-id HTTP/1.1" 404 232 0.002452 10.0.0.131 - - [2026-03-05 01:59:10] "POST /projects HTTP/1.1" 200 581 0.193024 10.0.0.131 - - [2026-03-05 01:59:10] "POST /access-control-lists HTTP/1.1" 200 596 0.057351 10.0.0.131 - - [2026-03-05 01:59:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.260044 10.0.0.131 - - [2026-03-05 01:59:10] "POST /fqname-to-id HTTP/1.1" 404 231 0.002455 10.0.0.131 - - [2026-03-05 01:59:10] "GET /project/d47da521-4c9b-49f1-9736-575820c12420?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.376045 10.0.0.131 - - [2026-03-05 01:59:10] "POST /access-control-lists HTTP/1.1" 200 594 0.056304 10.0.0.131 - - [2026-03-05 01:59:11] "GET / HTTP/1.1" 200 36215 0.001999 10.0.0.131 - - [2026-03-05 01:59:12] "POST /fqname-to-id HTTP/1.1" 401 293 0.000416 10.0.0.131 - - [2026-03-05 01:59:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.060118 10.0.0.131 - - [2026-03-05 01:59:12] "GET /projects?obj_uuids=d47da521-4c9b-49f1-9736-575820c12420&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000869 10.0.0.131 - - [2026-03-05 01:59:12] "GET /project/d47da521-4c9b-49f1-9736-575820c12420?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.018441 10.0.0.131 - - [2026-03-05 01:59:12] "POST /neutron/network HTTP/1.1" 200 117 0.029271 10.0.0.131 - - [2026-03-05 01:59:13] "GET /projects?obj_uuids=d47da521-4c9b-49f1-9736-575820c12420&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001180 10.0.0.131 - - [2026-03-05 01:59:13] "POST /neutron/network HTTP/1.1" 200 613 0.061203 10.0.0.131 - - [2026-03-05 01:59:13] "POST /route-targets HTTP/1.1" 200 328 0.009753 10.0.0.131 - - [2026-03-05 01:59:13] "POST /ref-update HTTP/1.1" 200 156 0.011477 10.0.0.131 - - [2026-03-05 01:59:13] "POST /useragent-kv HTTP/1.1" 200 115 0.001786 10.0.0.131 - - [2026-03-05 01:59:13] "POST /neutron/subnet HTTP/1.1" 200 725 0.150312 10.0.0.131 - - [2026-03-05 01:59:13] "POST /neutron/network HTTP/1.1" 200 832 0.007971 10.0.0.131 - - [2026-03-05 01:59:13] "POST /id-to-fqname HTTP/1.1" 200 223 0.000968 10.0.0.131 - - [2026-03-05 01:59:13] "GET /virtual-network/237e1f0b-f1d9-4f07-b017-7391489ff362?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004287 10.0.0.131 - - [2026-03-05 01:59:13] "POST /neutron/network HTTP/1.1" 200 832 0.005017 10.0.0.131 - - [2026-03-05 01:59:13] "GET /virtual-network/237e1f0b-f1d9-4f07-b017-7391489ff362?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004118 10.0.0.131 - - [2026-03-05 01:59:13] "POST /neutron/network HTTP/1.1" 200 832 0.004816 10.0.0.131 - - [2026-03-05 01:59:13] "POST /neutron/subnet HTTP/1.1" 200 725 0.005717 10.0.0.131 - - [2026-03-05 01:59:13] "GET /domains HTTP/1.1" 401 293 0.000418 10.0.0.131 - - [2026-03-05 01:59:13] "GET /domains HTTP/1.1" 200 281 0.026388 10.0.0.131 - - [2026-03-05 01:59:13] "GET /domains?obj_uuids=ae3906f1-fab8-4987-bab9-45ca75cb796e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001178 10.0.0.131 - - [2026-03-05 01:59:13] "GET /domain/ae3906f1-fab8-4987-bab9-45ca75cb796e HTTP/1.1" 200 2951 0.007524 10.0.0.131 - - [2026-03-05 01:59:13] "GET /projects?obj_uuids=d47da521-4c9b-49f1-9736-575820c12420&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000904 10.0.0.131 - - [2026-03-05 01:59:13] "GET /project/d47da521-4c9b-49f1-9736-575820c12420 HTTP/1.1" 200 2086 0.072973 10.0.0.131 - - [2026-03-05 01:59:13] "GET /virtual-network/237e1f0b-f1d9-4f07-b017-7391489ff362 HTTP/1.1" 200 2322 0.005745 10.0.0.131 - - [2026-03-05 01:59:13] "GET /virtual-network/237e1f0b-f1d9-4f07-b017-7391489ff362 HTTP/1.1" 200 2322 0.003723 10.0.0.131 - - [2026-03-05 01:59:13] "GET /routing-instance/62d19483-36d0-4a2d-8d96-d916a62b833f HTTP/1.1" 200 1496 0.002913 10.0.0.131 - - [2026-03-05 01:59:13] "GET /routing-instance/62d19483-36d0-4a2d-8d96-d916a62b833f HTTP/1.1" 200 1496 0.003116 10.0.0.131 - - [2026-03-05 01:59:13] "GET /route-target/107722d6-8123-40ad-a2c3-8a15d4288458 HTTP/1.1" 200 1214 0.003988 10.0.0.131 - - [2026-03-05 01:59:13] "GET /virtual-network/237e1f0b-f1d9-4f07-b017-7391489ff362 HTTP/1.1" 200 2322 0.003694 10.0.0.131 - - [2026-03-05 01:59:13] "GET /routing-instance/62d19483-36d0-4a2d-8d96-d916a62b833f HTTP/1.1" 200 1496 0.002656 10.0.0.131 - - [2026-03-05 01:59:13] "GET /virtual-network/237e1f0b-f1d9-4f07-b017-7391489ff362?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004922 10.0.0.131 - - [2026-03-05 01:59:13] "GET /virtual-network/237e1f0b-f1d9-4f07-b017-7391489ff362 HTTP/1.1" 200 2322 0.004245 10.0.0.131 - - [2026-03-05 01:59:13] "GET /routing-instance/62d19483-36d0-4a2d-8d96-d916a62b833f HTTP/1.1" 200 1496 0.002902 10.0.0.131 - - [2026-03-05 01:59:13] "GET /routing-instance/62d19483-36d0-4a2d-8d96-d916a62b833f HTTP/1.1" 200 1496 0.002476 10.0.0.131 - - [2026-03-05 01:59:13] "GET /route-target/107722d6-8123-40ad-a2c3-8a15d4288458 HTTP/1.1" 200 1214 0.002197 10.0.0.131 - - [2026-03-05 01:59:13] "GET /domains HTTP/1.1" 200 281 0.002476 10.0.0.131 - - [2026-03-05 01:59:13] "GET /domains?obj_uuids=ae3906f1-fab8-4987-bab9-45ca75cb796e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000832 10.0.0.131 - - [2026-03-05 01:59:13] "GET /domain/ae3906f1-fab8-4987-bab9-45ca75cb796e HTTP/1.1" 200 2951 0.005662 10.0.0.131 - - [2026-03-05 01:59:13] "GET /projects?obj_uuids=d47da521-4c9b-49f1-9736-575820c12420&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000773 10.0.0.131 - - [2026-03-05 01:59:13] "GET /project/d47da521-4c9b-49f1-9736-575820c12420 HTTP/1.1" 200 2086 0.065272 10.0.0.131 - - [2026-03-05 01:59:13] "GET /virtual-network/237e1f0b-f1d9-4f07-b017-7391489ff362 HTTP/1.1" 200 2322 0.004848 10.0.0.131 - - [2026-03-05 01:59:14] "GET /obj-perms HTTP/1.1" 200 5045 0.058905 10.0.0.131 - - [2026-03-05 01:59:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002724 10.0.0.131 - - [2026-03-05 01:59:14] "GET /projects?obj_uuids=d47da521-4c9b-49f1-9736-575820c12420&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000829 10.0.0.131 - - [2026-03-05 01:59:14] "GET /project/d47da521-4c9b-49f1-9736-575820c12420?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.020446 10.0.0.131 - - [2026-03-05 01:59:14] "POST /neutron/network HTTP/1.1" 200 117 0.012134 10.0.0.131 - - [2026-03-05 01:59:14] "GET /projects?obj_uuids=d47da521-4c9b-49f1-9736-575820c12420&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000934 10.0.0.131 - - [2026-03-05 01:59:14] "POST /neutron/network HTTP/1.1" 200 613 0.053131 10.0.0.131 - - [2026-03-05 01:59:14] "POST /useragent-kv HTTP/1.1" 200 115 0.003697 10.0.0.131 - - [2026-03-05 01:59:14] "POST /neutron/subnet HTTP/1.1" 200 720 0.132651 10.0.0.131 - - [2026-03-05 01:59:14] "POST /neutron/network HTTP/1.1" 200 831 0.004624 10.0.0.131 - - [2026-03-05 01:59:14] "POST /id-to-fqname HTTP/1.1" 200 223 0.001034 10.0.0.131 - - [2026-03-05 01:59:14] "GET /virtual-network/f43d6c03-e531-424f-9acd-19e3df3d3068?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004113 10.0.0.131 - - [2026-03-05 01:59:14] "POST /neutron/network HTTP/1.1" 200 831 0.004662 10.0.0.131 - - [2026-03-05 01:59:14] "GET /virtual-network/f43d6c03-e531-424f-9acd-19e3df3d3068?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004176 10.0.0.131 - - [2026-03-05 01:59:14] "POST /neutron/network HTTP/1.1" 200 831 0.005091 10.0.0.131 - - [2026-03-05 01:59:14] "POST /neutron/subnet HTTP/1.1" 200 720 0.006480 10.0.0.131 - - [2026-03-05 01:59:14] "GET /domains HTTP/1.1" 200 281 0.001825 10.0.0.131 - - [2026-03-05 01:59:14] "GET /domains?obj_uuids=ae3906f1-fab8-4987-bab9-45ca75cb796e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000906 10.0.0.131 - - [2026-03-05 01:59:14] "GET /domain/ae3906f1-fab8-4987-bab9-45ca75cb796e HTTP/1.1" 200 2951 0.005824 10.0.0.131 - - [2026-03-05 01:59:14] "GET /projects?obj_uuids=d47da521-4c9b-49f1-9736-575820c12420&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000823 10.0.0.131 - - [2026-03-05 01:59:14] "GET /project/d47da521-4c9b-49f1-9736-575820c12420 HTTP/1.1" 200 2305 0.067171 10.0.0.131 - - [2026-03-05 01:59:14] "GET /virtual-network/f43d6c03-e531-424f-9acd-19e3df3d3068 HTTP/1.1" 200 2320 0.004948 10.0.0.131 - - [2026-03-05 01:59:14] "GET /virtual-network/f43d6c03-e531-424f-9acd-19e3df3d3068 HTTP/1.1" 200 2320 0.003796 10.0.0.131 - - [2026-03-05 01:59:14] "GET /routing-instance/2d2e0484-dd9a-4f00-9f4f-c2d82e7e9239 HTTP/1.1" 200 1274 0.003039 10.0.0.131 - - [2026-03-05 01:59:14] "GET /routing-instance/2d2e0484-dd9a-4f00-9f4f-c2d82e7e9239 HTTP/1.1" 200 1274 0.002832 10.0.0.131 - - [2026-03-05 01:59:15] "POST /route-targets HTTP/1.1" 200 328 0.009616 10.0.0.131 - - [2026-03-05 01:59:15] "POST /ref-update HTTP/1.1" 200 156 0.010999 10.0.0.131 - - [2026-03-05 01:59:19] "GET /domains HTTP/1.1" 200 281 0.002314 10.0.0.131 - - [2026-03-05 01:59:19] "GET /domains?obj_uuids=ae3906f1-fab8-4987-bab9-45ca75cb796e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000867 10.0.0.131 - - [2026-03-05 01:59:19] "GET /domain/ae3906f1-fab8-4987-bab9-45ca75cb796e HTTP/1.1" 200 2951 0.005471 10.0.0.131 - - [2026-03-05 01:59:19] "GET /projects?obj_uuids=d47da521-4c9b-49f1-9736-575820c12420&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000831 10.0.0.131 - - [2026-03-05 01:59:20] "GET /project/d47da521-4c9b-49f1-9736-575820c12420 HTTP/1.1" 200 2305 0.066612 10.0.0.131 - - [2026-03-05 01:59:20] "GET /virtual-network/f43d6c03-e531-424f-9acd-19e3df3d3068 HTTP/1.1" 200 2320 0.005147 10.0.0.131 - - [2026-03-05 01:59:20] "GET /virtual-network/f43d6c03-e531-424f-9acd-19e3df3d3068 HTTP/1.1" 200 2320 0.004811 10.0.0.131 - - [2026-03-05 01:59:20] "GET /routing-instance/2d2e0484-dd9a-4f00-9f4f-c2d82e7e9239 HTTP/1.1" 200 1496 0.004097 10.0.0.131 - - [2026-03-05 01:59:20] "GET /routing-instance/2d2e0484-dd9a-4f00-9f4f-c2d82e7e9239 HTTP/1.1" 200 1496 0.002807 10.0.0.131 - - [2026-03-05 01:59:20] "GET /route-target/9ec71eb5-2cf1-4b09-8036-60cc254c6c11 HTTP/1.1" 200 1214 0.002850 10.0.0.131 - - [2026-03-05 01:59:20] "GET /virtual-network/f43d6c03-e531-424f-9acd-19e3df3d3068 HTTP/1.1" 200 2320 0.003874 10.0.0.131 - - [2026-03-05 01:59:20] "GET /routing-instance/2d2e0484-dd9a-4f00-9f4f-c2d82e7e9239 HTTP/1.1" 200 1496 0.002682 10.0.0.131 - - [2026-03-05 01:59:20] "GET /virtual-network/f43d6c03-e531-424f-9acd-19e3df3d3068?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004436 10.0.0.131 - - [2026-03-05 01:59:20] "GET /virtual-network/f43d6c03-e531-424f-9acd-19e3df3d3068 HTTP/1.1" 200 2320 0.004521 10.0.0.131 - - [2026-03-05 01:59:20] "GET /routing-instance/2d2e0484-dd9a-4f00-9f4f-c2d82e7e9239 HTTP/1.1" 200 1496 0.003716 10.0.0.131 - - [2026-03-05 01:59:20] "GET /routing-instance/2d2e0484-dd9a-4f00-9f4f-c2d82e7e9239 HTTP/1.1" 200 1496 0.002732 10.0.0.131 - - [2026-03-05 01:59:20] "GET /route-target/9ec71eb5-2cf1-4b09-8036-60cc254c6c11 HTTP/1.1" 200 1214 0.002446 10.0.0.131 - - [2026-03-05 01:59:20] "GET /domains HTTP/1.1" 200 281 0.002287 10.0.0.131 - - [2026-03-05 01:59:20] "GET /domains?obj_uuids=ae3906f1-fab8-4987-bab9-45ca75cb796e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001120 10.0.0.131 - - [2026-03-05 01:59:20] "GET /domain/ae3906f1-fab8-4987-bab9-45ca75cb796e HTTP/1.1" 200 2951 0.007259 10.0.0.131 - - [2026-03-05 01:59:20] "GET /projects?obj_uuids=d47da521-4c9b-49f1-9736-575820c12420&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000918 10.0.0.131 - - [2026-03-05 01:59:20] "GET /project/d47da521-4c9b-49f1-9736-575820c12420 HTTP/1.1" 200 2305 0.070212 10.0.0.131 - - [2026-03-05 01:59:20] "GET /virtual-network/f43d6c03-e531-424f-9acd-19e3df3d3068 HTTP/1.1" 200 2320 0.004411 10.0.0.131 - - [2026-03-05 01:59:20] "GET /obj-perms HTTP/1.1" 200 5045 0.005293 10.0.0.131 - - [2026-03-05 01:59:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002429 10.0.0.131 - - [2026-03-05 01:59:20] "GET /projects?obj_uuids=d47da521-4c9b-49f1-9736-575820c12420&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001304 10.0.0.131 - - [2026-03-05 01:59:20] "GET /project/d47da521-4c9b-49f1-9736-575820c12420?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.025585 10.0.0.131 - - [2026-03-05 01:59:20] "POST /neutron/network HTTP/1.1" 200 117 0.010638 10.0.0.131 - - [2026-03-05 01:59:20] "GET /projects?obj_uuids=d47da521-4c9b-49f1-9736-575820c12420&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000876 10.0.0.131 - - [2026-03-05 01:59:20] "POST /neutron/network HTTP/1.1" 200 615 0.055551 10.0.0.131 - - [2026-03-05 01:59:20] "POST /ref-update HTTP/1.1" 200 156 0.008877 10.0.0.131 - - [2026-03-05 01:59:20] "POST /useragent-kv HTTP/1.1" 200 115 0.002026 10.0.0.131 - - [2026-03-05 01:59:20] "POST /neutron/subnet HTTP/1.1" 200 725 0.126453 10.0.0.131 - - [2026-03-05 01:59:20] "POST /neutron/network HTTP/1.1" 200 834 0.004555 10.0.0.131 - - [2026-03-05 01:59:20] "POST /id-to-fqname HTTP/1.1" 200 224 0.001018 10.0.0.131 - - [2026-03-05 01:59:20] "GET /virtual-network/4fef48ec-3acf-4273-9ba5-076fb39ea803?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.004811 10.0.0.131 - - [2026-03-05 01:59:20] "POST /neutron/network HTTP/1.1" 200 834 0.005090 10.0.0.131 - - [2026-03-05 01:59:20] "GET /virtual-network/4fef48ec-3acf-4273-9ba5-076fb39ea803?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.004941 10.0.0.131 - - [2026-03-05 01:59:20] "POST /neutron/network HTTP/1.1" 200 834 0.004548 10.0.0.131 - - [2026-03-05 01:59:20] "POST /neutron/subnet HTTP/1.1" 200 725 0.006344 10.0.0.131 - - [2026-03-05 01:59:20] "GET /domains HTTP/1.1" 200 281 0.001984 10.0.0.131 - - [2026-03-05 01:59:20] "GET /domains?obj_uuids=ae3906f1-fab8-4987-bab9-45ca75cb796e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000924 10.0.0.131 - - [2026-03-05 01:59:20] "GET /domain/ae3906f1-fab8-4987-bab9-45ca75cb796e HTTP/1.1" 200 2951 0.006794 10.0.0.131 - - [2026-03-05 01:59:20] "GET /projects?obj_uuids=d47da521-4c9b-49f1-9736-575820c12420&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000859 10.0.0.131 - - [2026-03-05 01:59:20] "GET /project/d47da521-4c9b-49f1-9736-575820c12420 HTTP/1.1" 200 2525 0.062579 10.0.0.131 - - [2026-03-05 01:59:20] "GET /virtual-network/4fef48ec-3acf-4273-9ba5-076fb39ea803 HTTP/1.1" 200 2327 0.005136 10.0.0.131 - - [2026-03-05 01:59:20] "GET /virtual-network/4fef48ec-3acf-4273-9ba5-076fb39ea803 HTTP/1.1" 200 2327 0.004175 10.0.0.131 - - [2026-03-05 01:59:20] "GET /routing-instance/95be3b81-aa45-4c82-8bf1-67367585b6eb HTTP/1.1" 200 1501 0.003193 10.0.0.131 - - [2026-03-05 01:59:20] "GET /routing-instance/95be3b81-aa45-4c82-8bf1-67367585b6eb HTTP/1.1" 200 1501 0.002965 10.0.0.131 - - [2026-03-05 01:59:20] "GET /route-target/06a95bd9-6d26-43b9-bd1c-96534413b241 HTTP/1.1" 200 1215 0.002880 10.0.0.131 - - [2026-03-05 01:59:20] "GET /virtual-network/4fef48ec-3acf-4273-9ba5-076fb39ea803 HTTP/1.1" 200 2327 0.003786 10.0.0.131 - - [2026-03-05 01:59:20] "GET /routing-instance/95be3b81-aa45-4c82-8bf1-67367585b6eb HTTP/1.1" 200 1501 0.002882 10.0.0.131 - - [2026-03-05 01:59:20] "GET /virtual-network/4fef48ec-3acf-4273-9ba5-076fb39ea803?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.003917 10.0.0.131 - - [2026-03-05 01:59:20] "GET /virtual-network/4fef48ec-3acf-4273-9ba5-076fb39ea803 HTTP/1.1" 200 2327 0.003738 10.0.0.131 - - [2026-03-05 01:59:20] "GET /routing-instance/95be3b81-aa45-4c82-8bf1-67367585b6eb HTTP/1.1" 200 1501 0.003883 10.0.0.131 - - [2026-03-05 01:59:20] "GET /routing-instance/95be3b81-aa45-4c82-8bf1-67367585b6eb HTTP/1.1" 200 1501 0.002484 10.0.0.131 - - [2026-03-05 01:59:20] "GET /route-target/06a95bd9-6d26-43b9-bd1c-96534413b241 HTTP/1.1" 200 1215 0.002414 10.0.0.131 - - [2026-03-05 01:59:20] "GET /domains HTTP/1.1" 200 281 0.002851 10.0.0.131 - - [2026-03-05 01:59:20] "GET /domains?obj_uuids=ae3906f1-fab8-4987-bab9-45ca75cb796e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000794 10.0.0.131 - - [2026-03-05 01:59:20] "GET /domain/ae3906f1-fab8-4987-bab9-45ca75cb796e HTTP/1.1" 200 2951 0.005970 10.0.0.131 - - [2026-03-05 01:59:20] "GET /projects?obj_uuids=d47da521-4c9b-49f1-9736-575820c12420&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000781 10.0.0.131 - - [2026-03-05 01:59:20] "GET /project/d47da521-4c9b-49f1-9736-575820c12420 HTTP/1.1" 200 2525 0.061158 10.0.0.131 - - [2026-03-05 01:59:20] "GET /virtual-network/4fef48ec-3acf-4273-9ba5-076fb39ea803 HTTP/1.1" 200 2327 0.004162 10.0.0.131 - - [2026-03-05 01:59:21] "GET /obj-perms HTTP/1.1" 200 5045 0.002530 10.0.0.131 - - [2026-03-05 01:59:21] "POST /id-to-fqname HTTP/1.1" 200 223 0.001090 10.0.0.131 - - [2026-03-05 01:59:21] "POST /neutron/network HTTP/1.1" 200 841 0.004995 10.0.0.131 - - [2026-03-05 01:59:21] "GET /aaa-mode HTTP/1.1" 401 293 0.000420 10.0.0.131 - - [2026-03-05 01:59:21] "GET / HTTP/1.1" 200 36215 0.001436 10.0.0.131 - - [2026-03-05 01:59:21] "GET /project/d47da521-4c9b-49f1-9736-575820c12420?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000315 10.0.0.131 - - [2026-03-05 01:59:21] "GET /projects?obj_uuids=d47da521-4c9b-49f1-9736-575820c12420&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000891 10.0.0.131 - - [2026-03-05 01:59:21] "GET /project/d47da521-4c9b-49f1-9736-575820c12420?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.056739 10.0.0.131 - - [2026-03-05 01:59:21] "POST /neutron/network HTTP/1.1" 200 831 0.005238 10.0.0.131 - - [2026-03-05 01:59:22] "POST /neutron/port HTTP/1.1" 200 117 0.004893 10.0.0.131 - - [2026-03-05 01:59:22] "POST /neutron/port HTTP/1.1" 200 117 0.004671 10.0.0.131 - - [2026-03-05 01:59:22] "POST /id-to-fqname HTTP/1.1" 200 224 0.001178 10.0.0.131 - - [2026-03-05 01:59:22] "POST /neutron/port HTTP/1.1" 200 117 0.004077 10.0.0.131 - - [2026-03-05 01:59:22] "POST /neutron/network HTTP/1.1" 200 844 0.004547 10.0.0.131 - - [2026-03-05 01:59:22] "GET /aaa-mode HTTP/1.1" 401 293 0.000399 10.0.0.131 - - [2026-03-05 01:59:22] "POST /neutron/network HTTP/1.1" 200 841 0.005015 10.0.0.131 - - [2026-03-05 01:59:22] "GET /projects?obj_uuids=d47da521-4c9b-49f1-9736-575820c12420&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000853 10.0.0.131 - - [2026-03-05 01:59:22] "GET / HTTP/1.1" 200 36215 0.001644 10.0.0.131 - - [2026-03-05 01:59:22] "GET /project/d47da521-4c9b-49f1-9736-575820c12420?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000338 10.0.0.131 - - [2026-03-05 01:59:22] "POST /neutron/port HTTP/1.1" 200 1057 0.206195 10.0.0.131 - - [2026-03-05 01:59:22] "POST /neutron/port HTTP/1.1" 200 1057 0.009495 10.0.0.131 - - [2026-03-05 01:59:22] "POST /neutron/port HTTP/1.1" 200 1057 0.009778 10.0.0.131 - - [2026-03-05 01:59:22] "POST /neutron/port HTTP/1.1" 200 1111 0.062721 10.0.0.131 - - [2026-03-05 01:59:22] "POST /neutron/port HTTP/1.1" 200 1121 0.010389 10.0.0.131 - - [2026-03-05 01:59:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002854 10.0.0.131 - - [2026-03-05 01:59:22] "POST /neutron/subnet HTTP/1.1" 200 694 0.005688 10.0.0.131 - - [2026-03-05 01:59:22] "POST /neutron/port HTTP/1.1" 200 117 0.001028 10.0.0.131 - - [2026-03-05 01:59:22] "POST /neutron/network HTTP/1.1" 200 831 0.008012 10.0.0.131 - - [2026-03-05 01:59:22] "GET /projects?obj_uuids=d47da521-4c9b-49f1-9736-575820c12420&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000928 10.0.0.131 - - [2026-03-05 01:59:22] "GET /project/d47da521-4c9b-49f1-9736-575820c12420?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.052113 10.0.0.131 - - [2026-03-05 01:59:23] "POST /neutron/network HTTP/1.1" 200 834 0.005348 10.0.0.131 - - [2026-03-05 01:59:23] "POST /neutron/port HTTP/1.1" 200 1121 0.015930 10.0.0.131 - - [2026-03-05 01:59:23] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007600 10.0.0.131 - - [2026-03-05 01:59:23] "POST /neutron/port HTTP/1.1" 200 117 0.004314 10.0.0.131 - - [2026-03-05 01:59:23] "POST /fqname-to-id HTTP/1.1" 404 193 0.004389 10.0.0.131 - - [2026-03-05 01:59:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004023 10.0.0.131 - - [2026-03-05 01:59:23] "GET /domains?obj_uuids=ae3906f1-fab8-4987-bab9-45ca75cb796e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000963 10.0.0.131 - - [2026-03-05 01:59:23] "GET /domain/ae3906f1-fab8-4987-bab9-45ca75cb796e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.006652 10.0.0.131 - - [2026-03-05 01:59:23] "POST /service-templates HTTP/1.1" 200 545 0.016509 10.0.0.131 - - [2026-03-05 01:59:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002612 10.0.0.131 - - [2026-03-05 01:59:23] "GET /service-template/e7133fa7-60bf-4433-98ab-5f63ee7773db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.004048 10.0.0.131 - - [2026-03-05 01:59:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002799 10.0.0.131 - - [2026-03-05 01:59:23] "POST /neutron/network HTTP/1.1" 200 844 0.004745 10.0.0.131 - - [2026-03-05 01:59:23] "GET /projects?obj_uuids=d47da521-4c9b-49f1-9736-575820c12420&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001338 10.0.0.131 - - [2026-03-05 01:59:23] "GET /service-template/e7133fa7-60bf-4433-98ab-5f63ee7773db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.007339 10.0.0.131 - - [2026-03-05 01:59:23] "POST /id-to-fqname HTTP/1.1" 200 223 0.001578 10.0.0.131 - - [2026-03-05 01:59:23] "POST /id-to-fqname HTTP/1.1" 200 223 0.001102 10.0.0.131 - - [2026-03-05 01:59:23] "POST /id-to-fqname HTTP/1.1" 200 224 0.001568 10.0.0.131 - - [2026-03-05 01:59:23] "POST /neutron/port HTTP/1.1" 200 1058 0.230965 10.0.0.131 - - [2026-03-05 01:59:23] "POST /neutron/port HTTP/1.1" 200 1058 0.012610 10.0.0.131 - - [2026-03-05 01:59:23] "POST /neutron/port HTTP/1.1" 200 1058 0.014132 10.0.0.131 - - [2026-03-05 01:59:23] "POST /neutron/port HTTP/1.1" 200 2037 0.047155 10.0.0.131 - - [2026-03-05 01:59:23] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008934 10.0.0.131 - - [2026-03-05 01:59:23] "POST /neutron/port HTTP/1.1" 200 1112 0.116521 10.0.0.131 - - [2026-03-05 01:59:24] "POST /neutron/port HTTP/1.1" 200 1122 0.011682 10.0.0.131 - - [2026-03-05 01:59:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002688 10.0.0.131 - - [2026-03-05 01:59:24] "POST /neutron/subnet HTTP/1.1" 200 699 0.006341 10.0.0.131 - - [2026-03-05 01:59:24] "POST /neutron/port HTTP/1.1" 200 117 0.001379 10.0.0.131 - - [2026-03-05 01:59:24] "POST /neutron/network HTTP/1.1" 200 834 0.006938 10.0.0.131 - - [2026-03-05 01:59:25] "POST /neutron/network HTTP/1.1" 200 2222 0.008717 10.0.0.131 - - [2026-03-05 01:59:25] "GET /aaa-mode HTTP/1.1" 401 293 0.000390 10.0.0.131 - - [2026-03-05 01:59:25] "GET / HTTP/1.1" 200 36215 0.001515 10.0.0.131 - - [2026-03-05 01:59:25] "GET /project/d47da521-4c9b-49f1-9736-575820c12420?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000468 10.0.0.131 - - [2026-03-05 01:59:25] "GET /projects?obj_uuids=d47da521-4c9b-49f1-9736-575820c12420&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000940 10.0.0.131 - - [2026-03-05 01:59:25] "GET /project/d47da521-4c9b-49f1-9736-575820c12420?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.064265 10.0.0.131 - - [2026-03-05 01:59:25] "POST /neutron/network HTTP/1.1" 200 832 0.007282 10.0.0.131 - - [2026-03-05 01:59:25] "POST /neutron/network HTTP/1.1" 200 831 0.004565 10.0.0.131 - - [2026-03-05 01:59:25] "POST /neutron/network HTTP/1.1" 200 834 0.006596 10.0.0.131 - - [2026-03-05 01:59:25] "POST /neutron/port HTTP/1.1" 200 2091 0.015094 10.0.0.131 - - [2026-03-05 01:59:25] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005117 10.0.0.131 - - [2026-03-05 01:59:26] "POST /neutron/port HTTP/1.1" 200 117 0.004145 10.0.0.131 - - [2026-03-05 01:59:26] "POST /neutron/port HTTP/1.1" 200 117 0.004556 10.0.0.131 - - [2026-03-05 01:59:26] "POST /neutron/network HTTP/1.1" 200 2222 0.011165 10.0.0.131 - - [2026-03-05 01:59:26] "GET /projects?obj_uuids=d47da521-4c9b-49f1-9736-575820c12420&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001329 10.0.0.131 - - [2026-03-05 01:59:26] "POST /neutron/port HTTP/1.1" 200 1058 0.225981 10.0.0.131 - - [2026-03-05 01:59:26] "GET /projects?obj_uuids=d47da521-4c9b-49f1-9736-575820c12420&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000917 10.0.0.131 - - [2026-03-05 01:59:26] "POST /neutron/port HTTP/1.1" 200 1057 0.155771 10.0.0.131 - - [2026-03-05 01:59:26] "GET /projects?obj_uuids=d47da521-4c9b-49f1-9736-575820c12420&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001126 10.0.0.131 - - [2026-03-05 01:59:26] "POST /neutron/port HTTP/1.1" 200 1058 0.187391 10.0.0.131 - - [2026-03-05 01:59:26] "POST /neutron/port HTTP/1.1" 200 1058 0.008598 10.0.0.131 - - [2026-03-05 01:59:27] "POST /neutron/port HTTP/1.1" 200 1058 0.011521 10.0.0.131 - - [2026-03-05 01:59:27] "POST /neutron/port HTTP/1.1" 200 1112 0.064764 10.0.0.131 - - [2026-03-05 01:59:27] "POST /neutron/port HTTP/1.1" 200 1057 0.008749 10.0.0.131 - - [2026-03-05 01:59:27] "POST /neutron/port HTTP/1.1" 200 1057 0.011188 10.0.0.131 - - [2026-03-05 01:59:27] "POST /neutron/port HTTP/1.1" 200 1111 0.085125 10.0.0.131 - - [2026-03-05 01:59:27] "POST /neutron/port HTTP/1.1" 200 1058 0.010077 10.0.0.131 - - [2026-03-05 01:59:27] "POST /neutron/port HTTP/1.1" 200 1058 0.011235 10.0.0.131 - - [2026-03-05 01:59:27] "POST /neutron/port HTTP/1.1" 200 1112 0.064282 10.0.0.131 - - [2026-03-05 01:59:27] "POST /neutron/port HTTP/1.1" 200 3060 0.017404 10.0.0.131 - - [2026-03-05 01:59:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002989 10.0.0.131 - - [2026-03-05 01:59:27] "POST /neutron/subnet HTTP/1.1" 200 699 0.008520 10.0.0.131 - - [2026-03-05 01:59:27] "POST /neutron/port HTTP/1.1" 200 117 0.001288 10.0.0.131 - - [2026-03-05 01:59:27] "POST /neutron/network HTTP/1.1" 200 832 0.004979 10.0.0.131 - - [2026-03-05 01:59:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003591 10.0.0.131 - - [2026-03-05 01:59:27] "POST /neutron/subnet HTTP/1.1" 200 694 0.005672 10.0.0.131 - - [2026-03-05 01:59:27] "POST /neutron/port HTTP/1.1" 200 117 0.001315 10.0.0.131 - - [2026-03-05 01:59:27] "POST /neutron/network HTTP/1.1" 200 831 0.007890 10.0.0.131 - - [2026-03-05 01:59:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002919 10.0.0.131 - - [2026-03-05 01:59:27] "POST /neutron/subnet HTTP/1.1" 200 699 0.005763 10.0.0.131 - - [2026-03-05 01:59:27] "POST /neutron/port HTTP/1.1" 200 117 0.001097 10.0.0.131 - - [2026-03-05 01:59:27] "POST /neutron/network HTTP/1.1" 200 834 0.005331 10.0.0.131 - - [2026-03-05 01:59:31] "POST /neutron/port HTTP/1.1" 200 3060 0.017382 10.0.0.131 - - [2026-03-05 01:59:31] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005386 10.0.0.131 - - [2026-03-05 01:59:31] "POST /neutron/port HTTP/1.1" 200 3060 0.017653 10.0.0.131 - - [2026-03-05 01:59:31] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010179 10.0.0.131 - - [2026-03-05 01:59:31] "POST /neutron/port HTTP/1.1" 200 1121 0.011431 10.0.0.131 - - [2026-03-05 01:59:31] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005746 10.0.0.131 - - [2026-03-05 01:59:31] "POST /neutron/port HTTP/1.1" 200 3060 0.025002 10.0.0.131 - - [2026-03-05 01:59:31] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005353 10.0.0.131 - - [2026-03-05 01:59:31] "POST /neutron/port HTTP/1.1" 200 3060 0.025574 10.0.0.131 - - [2026-03-05 01:59:31] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006800 10.0.0.131 - - [2026-03-05 01:59:31] "POST /neutron/port HTTP/1.1" 200 3060 0.021805 10.0.0.131 - - [2026-03-05 01:59:31] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004939 10.0.0.131 - - [2026-03-05 01:59:31] "GET /virtual-machine/9000b0da-0ce1-46d9-adb4-a51218d68322 HTTP/1.1" 200 1807 0.003810 10.0.0.131 - - [2026-03-05 01:59:31] "GET /virtual-machine-interface/08230cb7-6d34-4de4-a352-e6e7d2092b37 HTTP/1.1" 200 2951 0.004759 10.0.0.131 - - [2026-03-05 01:59:31] "GET /virtual-machine-interface/581ca74e-cdca-477c-99ab-f5d182f32ec4 HTTP/1.1" 200 2955 0.005736 10.0.0.131 - - [2026-03-05 01:59:31] "GET /virtual-machine-interface/f9bc9366-28ef-476d-86c1-a2277af8379f HTTP/1.1" 200 2952 0.005174 10.0.0.131 - - [2026-03-05 01:59:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002742 10.0.0.131 - - [2026-03-05 01:59:31] "GET /global-vrouter-config/2922bebb-86e8-4999-9cee-870c5db0ed3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002611 10.0.0.131 - - [2026-03-05 01:59:31] "GET /virtual-networks?parent_id=d47da521-4c9b-49f1-9736-575820c12420&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003501 10.0.0.131 - - [2026-03-05 01:59:31] "GET /virtual-network/237e1f0b-f1d9-4f07-b017-7391489ff362?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004545 10.0.0.131 - - [2026-03-05 01:59:32] "POST /neutron/port HTTP/1.1" 200 1122 0.012784 10.0.0.131 - - [2026-03-05 01:59:32] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005837 10.0.0.131 - - [2026-03-05 01:59:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002468 10.0.0.131 - - [2026-03-05 01:59:34] "GET /virtual-network/237e1f0b-f1d9-4f07-b017-7391489ff362?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004257 10.0.0.131 - - [2026-03-05 01:59:37] "DELETE /project/d47da5214c9b49f19736575820c12420 HTTP/1.1" 404 173 0.007946 10.0.0.131 - - [2026-03-05 01:59:37] "DELETE /project/c2054f0fb8404984964827c19b1d6450 HTTP/1.1" 404 173 0.007344 10.0.0.131 - - [2026-03-05 01:59:37] "GET /projects?obj_uuids=c2054f0f-b840-4984-9648-27c19b1d6450&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000800 10.0.0.131 - - [2026-03-05 01:59:37] "GET /projects?obj_uuids=b6ce6106-da45-4045-8e89-4818fb5dc4d8&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000753 10.0.0.131 - - [2026-03-05 01:59:37] "GET /project/b6ce6106-da45-4045-8e89-4818fb5dc4d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.036811 10.0.0.131 - - [2026-03-05 01:59:37] "GET /project/c2054f0f-b840-4984-9648-27c19b1d6450?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.040797 10.0.0.131 - - [2026-03-05 01:59:38] "GET /projects?obj_uuids=c2054f0f-b840-4984-9648-27c19b1d6450&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000902 10.0.0.131 - - [2026-03-05 01:59:38] "GET /projects?obj_uuids=b6ce6106-da45-4045-8e89-4818fb5dc4d8&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000788 10.0.0.131 - - [2026-03-05 01:59:38] "GET /project/b6ce6106-da45-4045-8e89-4818fb5dc4d8?fields=security_groups HTTP/1.1" 200 1369 0.027387 10.0.0.131 - - [2026-03-05 01:59:38] "GET /project/c2054f0f-b840-4984-9648-27c19b1d6450?fields=security_groups HTTP/1.1" 200 1342 0.031265 10.0.0.131 - - [2026-03-05 01:59:38] "DELETE /security-group/a14258e5-544f-4707-a35d-11c04b60e1c6 HTTP/1.1" 200 115 0.035696 10.0.0.131 - - [2026-03-05 01:59:38] "GET /projects?obj_uuids=b6ce6106-da45-4045-8e89-4818fb5dc4d8&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001446 10.0.0.131 - - [2026-03-05 01:59:38] "DELETE /security-group/6a97cee6-9ebe-4421-8514-12296401be0a HTTP/1.1" 200 115 0.055829 10.0.0.131 - - [2026-03-05 01:59:38] "GET /project/b6ce6106-da45-4045-8e89-4818fb5dc4d8?fields=application_policy_sets HTTP/1.1" 200 1408 0.034635 10.0.0.131 - - [2026-03-05 01:59:38] "GET /projects?obj_uuids=c2054f0f-b840-4984-9648-27c19b1d6450&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000905 10.0.0.131 - - [2026-03-05 01:59:38] "DELETE /access-control-list/3f9c7901-44ae-4ffe-bb3c-10cc9225a633 HTTP/1.1" 200 115 0.040112 10.0.0.131 - - [2026-03-05 01:59:38] "DELETE /access-control-list/407420d3-1f8a-4154-a50d-78a30da46258 HTTP/1.1" 200 115 0.016935 10.0.0.131 - - [2026-03-05 01:59:38] "DELETE /access-control-list/a2772747-2f92-4ec6-a149-2a9b2c549115 HTTP/1.1" 200 115 0.028119 10.0.0.131 - - [2026-03-05 01:59:38] "GET /project/c2054f0f-b840-4984-9648-27c19b1d6450?fields=application_policy_sets HTTP/1.1" 200 1381 0.090119 10.0.0.131 - - [2026-03-05 01:59:38] "DELETE /access-control-list/80c108bf-0df6-4465-8bad-8351d4f26802 HTTP/1.1" 200 115 0.048489 10.0.0.131 - - [2026-03-05 01:59:38] "DELETE /project/b6ce6106-da45-4045-8e89-4818fb5dc4d8 HTTP/1.1" 200 115 0.346979 10.0.0.131 - - [2026-03-05 01:59:38] "DELETE /project/c2054f0f-b840-4984-9648-27c19b1d6450 HTTP/1.1" 200 115 0.408195 10.0.0.131 - - [2026-03-05 01:59:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002439 10.0.0.131 - - [2026-03-05 01:59:38] "GET /virtual-network/237e1f0b-f1d9-4f07-b017-7391489ff362?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004010 10.0.0.131 - - [2026-03-05 01:59:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002545 10.0.0.131 - - [2026-03-05 01:59:43] "GET /virtual-network/237e1f0b-f1d9-4f07-b017-7391489ff362?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004751 10.0.0.131 - - [2026-03-05 01:59:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002747 10.0.0.131 - - [2026-03-05 01:59:45] "GET /global-vrouter-config/2922bebb-86e8-4999-9cee-870c5db0ed3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003671 10.0.0.131 - - [2026-03-05 01:59:45] "GET /virtual-networks?parent_id=d47da521-4c9b-49f1-9736-575820c12420&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002945 10.0.0.131 - - [2026-03-05 01:59:45] "GET /virtual-network/237e1f0b-f1d9-4f07-b017-7391489ff362?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005938 10.0.0.131 - - [2026-03-05 01:59:45] "GET /obj-perms HTTP/1.1" 200 5075 0.052357 10.0.0.131 - - [2026-03-05 01:59:45] "POST /neutron/port HTTP/1.1" 200 3060 0.021359 10.0.0.131 - - [2026-03-05 01:59:45] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005251 10.0.0.131 - - [2026-03-05 01:59:45] "GET /obj-perms HTTP/1.1" 200 5075 0.050871 10.0.0.131 - - [2026-03-05 01:59:50] "POST /neutron/port HTTP/1.1" 200 3060 0.017571 10.0.0.131 - - [2026-03-05 01:59:50] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005296 10.0.0.131 - - [2026-03-05 01:59:55] "POST /neutron/port HTTP/1.1" 200 3060 0.019321 10.0.0.131 - - [2026-03-05 01:59:55] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006998 10.0.0.131 - - [2026-03-05 01:59:56] "GET /global-system-configs HTTP/1.1" 401 293 0.000388 10.0.0.131 - - [2026-03-05 01:59:56] "GET /global-system-configs HTTP/1.1" 401 293 0.000351 10.0.0.131 - - [2026-03-05 01:59:56] "POST /neutron/port HTTP/1.1" 200 3060 0.018102 10.0.0.131 - - [2026-03-05 01:59:56] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004781 10.0.0.131 - - [2026-03-05 01:59:57] "GET /global-system-configs HTTP/1.1" 401 293 0.000372 10.0.0.131 - - [2026-03-05 01:59:57] "GET /global-system-configs HTTP/1.1" 401 293 0.000529 10.0.0.131 - - [2026-03-05 02:00:00] "POST /neutron/port HTTP/1.1" 200 3060 0.020267 10.0.0.131 - - [2026-03-05 02:00:00] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005427 10.0.0.131 - - [2026-03-05 02:00:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002920 10.0.0.131 - - [2026-03-05 02:00:06] "GET /global-vrouter-config/2922bebb-86e8-4999-9cee-870c5db0ed3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003038 10.0.0.131 - - [2026-03-05 02:00:06] "GET /virtual-networks?parent_id=d47da521-4c9b-49f1-9736-575820c12420&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003257 10.0.0.131 - - [2026-03-05 02:00:06] "GET /virtual-network/f43d6c03-e531-424f-9acd-19e3df3d3068?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004945 10.0.0.131 - - [2026-03-05 02:00:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002508 10.0.0.131 - - [2026-03-05 02:00:06] "GET /global-vrouter-config/2922bebb-86e8-4999-9cee-870c5db0ed3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002920 10.0.0.131 - - [2026-03-05 02:00:06] "GET /virtual-networks?parent_id=d47da521-4c9b-49f1-9736-575820c12420&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002942 10.0.0.131 - - [2026-03-05 02:00:06] "GET /virtual-network/4fef48ec-3acf-4273-9ba5-076fb39ea803?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005914 10.0.0.131 - - [2026-03-05 02:00:06] "POST /fqname-to-id HTTP/1.1" 404 207 0.002980 10.0.0.131 - - [2026-03-05 02:00:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002870 10.0.0.131 - - [2026-03-05 02:00:06] "GET /projects?obj_uuids=d47da521-4c9b-49f1-9736-575820c12420&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.033549 10.0.0.131 - - [2026-03-05 02:00:06] "GET /project/d47da521-4c9b-49f1-9736-575820c12420?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.059252 10.0.0.131 - - [2026-03-05 02:00:06] "POST /service-instances HTTP/1.1" 200 545 0.060038 10.0.0.131 - - [2026-03-05 02:00:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002687 10.0.0.131 - - [2026-03-05 02:00:07] "GET /service-instance/c1b925f6-7ff2-42e0-bf5c-5b792dd7f55b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2138 0.005697 10.0.0.131 - - [2026-03-05 02:00:07] "POST /port-tuples HTTP/1.1" 200 588 0.025002 10.0.0.131 - - [2026-03-05 02:00:07] "GET /virtual-machine-interface/08230cb7-6d34-4de4-a352-e6e7d2092b37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2729 0.004891 10.0.0.131 - - [2026-03-05 02:00:07] "PUT /virtual-machine-interface/08230cb7-6d34-4de4-a352-e6e7d2092b37 HTTP/1.1" 200 285 0.011018 10.0.0.131 - - [2026-03-05 02:00:07] "POST /ref-update HTTP/1.1" 200 156 0.009415 10.0.0.131 - - [2026-03-05 02:00:07] "POST /instance-ips HTTP/1.1" 200 386 0.031479 10.0.0.131 - - [2026-03-05 02:00:07] "GET /virtual-machine-interface/f9bc9366-28ef-476d-86c1-a2277af8379f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2730 0.005111 10.0.0.131 - - [2026-03-05 02:00:07] "POST /ref-update HTTP/1.1" 200 156 0.013339 10.0.0.131 - - [2026-03-05 02:00:07] "PUT /virtual-machine-interface/f9bc9366-28ef-476d-86c1-a2277af8379f HTTP/1.1" 200 285 0.010322 10.0.0.131 - - [2026-03-05 02:00:07] "POST /ref-update HTTP/1.1" 200 156 0.013646 10.0.0.131 - - [2026-03-05 02:00:07] "POST /ref-update HTTP/1.1" 200 156 0.013510 10.0.0.131 - - [2026-03-05 02:00:07] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002668 10.0.0.131 - - [2026-03-05 02:00:07] "GET /virtual-machine-interface/581ca74e-cdca-477c-99ab-f5d182f32ec4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2733 0.005335 10.0.0.131 - - [2026-03-05 02:00:07] "POST /instance-ips HTTP/1.1" 200 386 0.021737 10.0.0.131 - - [2026-03-05 02:00:07] "PUT /virtual-machine-interface/581ca74e-cdca-477c-99ab-f5d182f32ec4 HTTP/1.1" 200 285 0.008418 10.0.0.131 - - [2026-03-05 02:00:07] "POST /ref-update HTTP/1.1" 200 156 0.008417 10.0.0.131 - - [2026-03-05 02:00:07] "POST /ref-update HTTP/1.1" 200 156 0.007955 10.0.0.131 - - [2026-03-05 02:00:07] "POST /ref-update HTTP/1.1" 200 156 0.007375 10.0.0.131 - - [2026-03-05 02:00:07] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002601 10.0.0.131 - - [2026-03-05 02:00:07] "POST /neutron/port HTTP/1.1" 200 1121 0.011424 10.0.0.131 - - [2026-03-05 02:00:07] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004733 10.0.0.131 - - [2026-03-05 02:00:07] "POST /instance-ips HTTP/1.1" 200 374 0.020061 10.0.0.131 - - [2026-03-05 02:00:07] "POST /neutron/port HTTP/1.1" 200 1121 0.010308 10.0.0.131 - - [2026-03-05 02:00:07] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006275 10.0.0.131 - - [2026-03-05 02:00:07] "POST /ref-update HTTP/1.1" 200 156 0.008481 10.0.0.131 - - [2026-03-05 02:00:07] "POST /neutron/port HTTP/1.1" 200 1121 0.012369 10.0.0.131 - - [2026-03-05 02:00:07] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008055 10.0.0.131 - - [2026-03-05 02:00:07] "POST /ref-update HTTP/1.1" 200 156 0.009591 10.0.0.131 - - [2026-03-05 02:00:07] "GET /virtual-machine/c62e87a5-d3a0-44ea-b568-7bf4ed8d028f HTTP/1.1" 200 1293 0.004919 10.0.0.131 - - [2026-03-05 02:00:07] "GET /virtual-machine-interface/7d3ace59-b627-4bf1-b5de-300253beaf52 HTTP/1.1" 200 2952 0.004307 10.0.0.131 - - [2026-03-05 02:00:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002501 10.0.0.131 - - [2026-03-05 02:00:07] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003103 10.0.0.131 - - [2026-03-05 02:00:07] "GET /global-vrouter-config/2922bebb-86e8-4999-9cee-870c5db0ed3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003395 10.0.0.131 - - [2026-03-05 02:00:07] "GET /virtual-networks?parent_id=d47da521-4c9b-49f1-9736-575820c12420&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003768 10.0.0.131 - - [2026-03-05 02:00:07] "POST /instance-ips HTTP/1.1" 200 374 0.014044 10.0.0.131 - - [2026-03-05 02:00:08] "GET /virtual-network/f43d6c03-e531-424f-9acd-19e3df3d3068?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004546 10.0.0.131 - - [2026-03-05 02:00:08] "POST /ref-update HTTP/1.1" 200 156 0.007670 10.0.0.131 - - [2026-03-05 02:00:08] "POST /ref-update HTTP/1.1" 200 156 0.007186 10.0.0.131 - - [2026-03-05 02:00:08] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003096 10.0.0.131 - - [2026-03-05 02:00:08] "POST /instance-ips HTTP/1.1" 200 376 0.014725 10.0.0.131 - - [2026-03-05 02:00:08] "POST /ref-update HTTP/1.1" 200 156 0.007579 10.0.0.131 - - [2026-03-05 02:00:08] "POST /ref-update HTTP/1.1" 200 156 0.007583 10.0.0.131 - - [2026-03-05 02:00:08] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002798 10.0.0.131 - - [2026-03-05 02:00:08] "POST /instance-ips HTTP/1.1" 200 376 0.016277 10.0.0.131 - - [2026-03-05 02:00:08] "POST /ref-update HTTP/1.1" 200 156 0.007998 10.0.0.131 - - [2026-03-05 02:00:08] "POST /ref-update HTTP/1.1" 200 156 0.007833 10.0.0.131 - - [2026-03-05 02:00:08] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002798 10.0.0.131 - - [2026-03-05 02:00:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003123 10.0.0.131 - - [2026-03-05 02:00:09] "GET /global-vrouter-config/2922bebb-86e8-4999-9cee-870c5db0ed3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003208 10.0.0.131 - - [2026-03-05 02:00:09] "GET /virtual-networks?parent_id=d47da521-4c9b-49f1-9736-575820c12420&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002662 10.0.0.131 - - [2026-03-05 02:00:09] "GET /virtual-network/f43d6c03-e531-424f-9acd-19e3df3d3068?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005148 10.0.0.131 - - [2026-03-05 02:00:09] "POST /neutron/port HTTP/1.1" 200 1122 0.011034 10.0.0.131 - - [2026-03-05 02:00:09] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005621 10.0.0.131 - - [2026-03-05 02:00:09] "POST /neutron/port HTTP/1.1" 200 1122 0.010891 10.0.0.131 - - [2026-03-05 02:00:09] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005964 10.0.0.131 - - [2026-03-05 02:00:09] "POST /neutron/port HTTP/1.1" 200 1122 0.011796 10.0.0.131 - - [2026-03-05 02:00:09] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005226 10.0.0.131 - - [2026-03-05 02:00:09] "GET /virtual-machine/494d85f3-571c-477e-8373-d620ce42cbfe HTTP/1.1" 200 1291 0.003706 10.0.0.131 - - [2026-03-05 02:00:09] "GET /virtual-machine-interface/ddd6c300-0246-4616-8702-6625b3e798f0 HTTP/1.1" 200 2955 0.004135 10.0.0.131 - - [2026-03-05 02:00:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002568 10.0.0.131 - - [2026-03-05 02:00:09] "GET /global-vrouter-config/2922bebb-86e8-4999-9cee-870c5db0ed3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002713 10.0.0.131 - - [2026-03-05 02:00:09] "GET /virtual-networks?parent_id=d47da521-4c9b-49f1-9736-575820c12420&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002637 10.0.0.131 - - [2026-03-05 02:00:09] "GET /virtual-network/4fef48ec-3acf-4273-9ba5-076fb39ea803?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005015 10.0.0.131 - - [2026-03-05 02:00:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002571 10.0.0.131 - - [2026-03-05 02:00:10] "GET /global-vrouter-config/2922bebb-86e8-4999-9cee-870c5db0ed3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004206 10.0.0.131 - - [2026-03-05 02:00:10] "GET /virtual-networks?parent_id=d47da521-4c9b-49f1-9736-575820c12420&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002492 10.0.0.131 - - [2026-03-05 02:00:10] "GET /virtual-network/4fef48ec-3acf-4273-9ba5-076fb39ea803?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005130 10.0.0.131 - - [2026-03-05 02:00:11] "POST /fqname-to-id HTTP/1.1" 404 211 0.002422 10.0.0.131 - - [2026-03-05 02:00:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002355 10.0.0.131 - - [2026-03-05 02:00:11] "GET /projects?obj_uuids=d47da521-4c9b-49f1-9736-575820c12420&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000941 10.0.0.131 - - [2026-03-05 02:00:11] "GET /project/d47da521-4c9b-49f1-9736-575820c12420?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.023309 10.0.0.131 - - [2026-03-05 02:00:11] "POST /network-policys HTTP/1.1" 200 549 0.020582 10.0.0.131 - - [2026-03-05 02:00:11] "GET /network-policy/c130626d-8a8d-47ba-b55c-95d7e99148ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.004356 10.0.0.131 - - [2026-03-05 02:00:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002548 10.0.0.131 - - [2026-03-05 02:00:11] "GET /virtual-network/f43d6c03-e531-424f-9acd-19e3df3d3068?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004698 10.0.0.131 - - [2026-03-05 02:00:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002712 10.0.0.131 - - [2026-03-05 02:00:11] "GET /network-policy/c130626d-8a8d-47ba-b55c-95d7e99148ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.004314 10.0.0.131 - - [2026-03-05 02:00:11] "POST /ref-update HTTP/1.1" 200 156 0.030717 10.0.0.131 - - [2026-03-05 02:00:11] "POST /fqname-to-id HTTP/1.1" 404 242 0.031342 10.0.0.131 - - [2026-03-05 02:00:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002115 10.0.0.131 - - [2026-03-05 02:00:11] "POST /access-control-lists HTTP/1.1" 200 603 0.059061 10.0.0.131 - - [2026-03-05 02:00:11] "GET /network-policy/c130626d-8a8d-47ba-b55c-95d7e99148ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.004398 10.0.0.131 - - [2026-03-05 02:00:11] "POST /neutron/network HTTP/1.1" 200 919 0.006778 10.0.0.131 - - [2026-03-05 02:00:11] "GET /virtual-network/f43d6c03-e531-424f-9acd-19e3df3d3068?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.004078 10.0.0.131 - - [2026-03-05 02:00:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003320 10.0.0.131 - - [2026-03-05 02:00:11] "GET /network-policy/c130626d-8a8d-47ba-b55c-95d7e99148ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.004238 10.0.0.131 - - [2026-03-05 02:00:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002814 10.0.0.131 - - [2026-03-05 02:00:11] "GET /virtual-network/4fef48ec-3acf-4273-9ba5-076fb39ea803?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.004768 10.0.0.131 - - [2026-03-05 02:00:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002543 10.0.0.131 - - [2026-03-05 02:00:12] "GET /network-policy/c130626d-8a8d-47ba-b55c-95d7e99148ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.003085 10.0.0.131 - - [2026-03-05 02:00:12] "POST /fqname-to-id HTTP/1.1" 404 244 0.002108 10.0.0.131 - - [2026-03-05 02:00:12] "POST /ref-update HTTP/1.1" 200 156 0.026862 10.0.0.131 - - [2026-03-05 02:00:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002810 10.0.0.131 - - [2026-03-05 02:00:12] "POST /access-control-lists HTTP/1.1" 200 606 0.067477 10.0.0.131 - - [2026-03-05 02:00:12] "GET /network-policy/c130626d-8a8d-47ba-b55c-95d7e99148ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.003494 10.0.0.131 - - [2026-03-05 02:00:12] "POST /routing-instances HTTP/1.1" 200 761 0.013926 10.0.0.131 - - [2026-03-05 02:00:12] "POST /neutron/network HTTP/1.1" 200 922 0.006292 10.0.0.131 - - [2026-03-05 02:00:12] "GET /virtual-network/4fef48ec-3acf-4273-9ba5-076fb39ea803?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.004131 10.0.0.131 - - [2026-03-05 02:00:12] "POST /route-targets HTTP/1.1" 200 328 0.009595 10.0.0.131 - - [2026-03-05 02:00:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002910 10.0.0.131 - - [2026-03-05 02:00:12] "POST /ref-update HTTP/1.1" 200 156 0.008900 10.0.0.131 - - [2026-03-05 02:00:12] "GET /network-policy/c130626d-8a8d-47ba-b55c-95d7e99148ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.003354 10.0.0.131 - - [2026-03-05 02:00:12] "GET /routing-instance/ceaff9d7-b9ea-4c63-a4c0-41ff68de3924?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1279 0.003439 10.0.0.131 - - [2026-03-05 02:00:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002944 10.0.0.131 - - [2026-03-05 02:00:12] "GET /routing-instance/ceaff9d7-b9ea-4c63-a4c0-41ff68de3924?fields=routing_policy_back_refs HTTP/1.1" 200 1279 0.003899 10.0.0.131 - - [2026-03-05 02:00:12] "GET /service-template/e7133fa7-60bf-4433-98ab-5f63ee7773db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.003426 10.0.0.131 - - [2026-03-05 02:00:12] "POST /ref-update HTTP/1.1" 200 156 0.008651 10.0.0.131 - - [2026-03-05 02:00:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002442 10.0.0.131 - - [2026-03-05 02:00:12] "POST /routing-instances HTTP/1.1" 200 762 0.013847 10.0.0.131 - - [2026-03-05 02:00:12] "GET /projects?obj_uuids=d47da521-4c9b-49f1-9736-575820c12420&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001189 10.0.0.131 - - [2026-03-05 02:00:12] "GET /project/d47da521-4c9b-49f1-9736-575820c12420?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.024554 10.0.0.131 - - [2026-03-05 02:00:12] "POST /route-targets HTTP/1.1" 200 328 0.008615 10.0.0.131 - - [2026-03-05 02:00:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002382 10.0.0.131 - - [2026-03-05 02:00:12] "POST /ref-update HTTP/1.1" 200 156 0.009233 10.0.0.131 - - [2026-03-05 02:00:12] "GET /service-instance/c1b925f6-7ff2-42e0-bf5c-5b792dd7f55b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3538 0.004155 10.0.0.131 - - [2026-03-05 02:00:12] "GET /routing-instance/3436940a-8863-494f-9581-8ccd944e4dcd?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1279 0.003527 10.0.0.131 - - [2026-03-05 02:00:12] "GET /domains HTTP/1.1" 200 281 0.002811 10.0.0.131 - - [2026-03-05 02:00:12] "GET /domains?obj_uuids=ae3906f1-fab8-4987-bab9-45ca75cb796e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001079 10.0.0.131 - - [2026-03-05 02:00:12] "GET /domain/ae3906f1-fab8-4987-bab9-45ca75cb796e HTTP/1.1" 200 2783 0.007154 10.0.0.131 - - [2026-03-05 02:00:12] "GET /projects?obj_uuids=d47da521-4c9b-49f1-9736-575820c12420&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001320 10.0.0.131 - - [2026-03-05 02:00:12] "GET /routing-instance/3436940a-8863-494f-9581-8ccd944e4dcd?fields=routing_policy_back_refs HTTP/1.1" 200 1279 0.003930 10.0.0.131 - - [2026-03-05 02:00:12] "PUT /routing-instance/ceaff9d7-b9ea-4c63-a4c0-41ff68de3924 HTTP/1.1" 200 267 0.012380 10.0.0.131 - - [2026-03-05 02:00:12] "GET /project/d47da521-4c9b-49f1-9736-575820c12420 HTTP/1.1" 200 4248 0.078416 10.0.0.131 - - [2026-03-05 02:00:12] "GET /service-instance/c1b925f6-7ff2-42e0-bf5c-5b792dd7f55b HTTP/1.1" 200 3793 0.005770 10.0.0.131 - - [2026-03-05 02:00:12] "GET /domains HTTP/1.1" 200 281 0.002705 10.0.0.131 - - [2026-03-05 02:00:12] "GET /domains?obj_uuids=ae3906f1-fab8-4987-bab9-45ca75cb796e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000927 10.0.0.131 - - [2026-03-05 02:00:12] "GET /domain/ae3906f1-fab8-4987-bab9-45ca75cb796e HTTP/1.1" 200 2783 0.005962 10.0.0.131 - - [2026-03-05 02:00:12] "GET /projects?obj_uuids=d47da521-4c9b-49f1-9736-575820c12420&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001025 10.0.0.131 - - [2026-03-05 02:00:12] "PUT /routing-instance/3436940a-8863-494f-9581-8ccd944e4dcd HTTP/1.1" 200 267 0.010660 10.0.0.131 - - [2026-03-05 02:00:12] "GET /project/d47da521-4c9b-49f1-9736-575820c12420 HTTP/1.1" 200 4248 0.063810 10.0.0.131 - - [2026-03-05 02:00:12] "GET /service-instance/c1b925f6-7ff2-42e0-bf5c-5b792dd7f55b HTTP/1.1" 200 3793 0.003287 10.0.0.131 - - [2026-03-05 02:00:12] "POST /ref-update HTTP/1.1" 200 156 0.011535 10.0.0.131 - - [2026-03-05 02:00:12] "GET /port-tuple/47f89961-793e-42c4-85cf-3145cfa63f1a HTTP/1.1" 200 1982 0.002933 10.0.0.131 - - [2026-03-05 02:00:13] "GET /virtual-machine-interface/08230cb7-6d34-4de4-a352-e6e7d2092b37 HTTP/1.1" 200 3824 0.007408 10.0.0.131 - - [2026-03-05 02:00:13] "GET /virtual-machine-interface/581ca74e-cdca-477c-99ab-f5d182f32ec4 HTTP/1.1" 200 3813 0.005861 10.0.0.131 - - [2026-03-05 02:00:13] "GET /virtual-machine-interface/f9bc9366-28ef-476d-86c1-a2277af8379f HTTP/1.1" 200 3807 0.008444 10.0.0.131 - - [2026-03-05 02:00:13] "PUT /access-control-list/ffdda06a-a09b-4d91-92cc-6563d2d55fa8 HTTP/1.1" 200 273 0.013009 10.0.0.131 - - [2026-03-05 02:00:13] "PUT /access-control-list/0c69a8d2-4577-448a-b3e2-14850578b035 HTTP/1.1" 200 273 0.015907 10.0.0.131 - - [2026-03-05 02:00:13] "POST /neutron/port HTTP/1.1" 200 3831 0.039447 10.0.0.131 - - [2026-03-05 02:00:13] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006122 10.0.0.131 - - [2026-03-05 02:00:13] "POST /neutron/port HTTP/1.1" 200 3831 0.028445 10.0.0.131 - - [2026-03-05 02:00:13] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005896 10.0.0.131 - - [2026-03-05 02:00:13] "POST /neutron/port HTTP/1.1" 200 3831 0.033627 10.0.0.131 - - [2026-03-05 02:00:13] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006973 10.0.0.131 - - [2026-03-05 02:00:13] "POST /neutron/port HTTP/1.1" 200 3831 0.029324 10.0.0.131 - - [2026-03-05 02:00:13] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005402 10.0.0.131 - - [2026-03-05 02:00:13] "POST /neutron/network HTTP/1.1" 200 893 0.010802 10.0.0.131 - - [2026-03-05 02:00:13] "POST /neutron/network HTTP/1.1" 200 919 0.004911 10.0.0.131 - - [2026-03-05 02:00:13] "POST /neutron/network HTTP/1.1" 200 806 0.010061 10.0.0.131 - - [2026-03-05 02:00:13] "POST /neutron/network HTTP/1.1" 200 832 0.004360 10.0.0.131 - - [2026-03-05 02:00:13] "POST /neutron/network HTTP/1.1" 200 896 0.010538 10.0.0.131 - - [2026-03-05 02:00:13] "POST /neutron/network HTTP/1.1" 200 922 0.004584 10.0.0.131 - - [2026-03-05 02:00:13] "POST /id-to-fqname HTTP/1.1" 200 223 0.001039 10.0.0.131 - - [2026-03-05 02:00:13] "POST /id-to-fqname HTTP/1.1" 200 223 0.001153 10.0.0.131 - - [2026-03-05 02:00:13] "POST /id-to-fqname HTTP/1.1" 200 224 0.001262 10.0.0.131 - - [2026-03-05 02:00:13] "GET /virtual-machine/9000b0da-0ce1-46d9-adb4-a51218d68322 HTTP/1.1" 200 1807 0.003546 10.0.0.131 - - [2026-03-05 02:00:13] "GET /virtual-machine-interface/08230cb7-6d34-4de4-a352-e6e7d2092b37 HTTP/1.1" 200 3824 0.005106 10.0.0.131 - - [2026-03-05 02:00:13] "GET /virtual-machine-interface/581ca74e-cdca-477c-99ab-f5d182f32ec4 HTTP/1.1" 200 3813 0.004467 10.0.0.131 - - [2026-03-05 02:00:13] "GET /virtual-machine-interface/f9bc9366-28ef-476d-86c1-a2277af8379f HTTP/1.1" 200 3807 0.004478 10.0.0.131 - - [2026-03-05 02:00:13] "GET /instance-ip/96b6ad79-e1a0-4531-a9e8-960cf33f1c0d HTTP/1.1" 200 1985 0.003280 10.0.0.131 - - [2026-03-05 02:00:13] "GET /instance-ip/a8c52af0-66a3-4287-b0a3-ed2947dc16e3 HTTP/1.1" 200 1625 0.004766 10.0.0.131 - - [2026-03-05 02:00:13] "GET /instance-ip/ec8e3ddf-2b68-418c-ac1a-fde3bd2f37f8 HTTP/1.1" 200 1983 0.003304 10.0.0.131 - - [2026-03-05 02:00:13] "GET /instance-ip/00fb1b8c-04cf-47b9-8fd4-1456c18a9a2e HTTP/1.1" 200 1962 0.003212 10.0.0.131 - - [2026-03-05 02:00:13] "GET /instance-ip/38eeedd7-99c3-43e3-ad1c-b700cf826b72 HTTP/1.1" 200 1625 0.004380 10.0.0.131 - - [2026-03-05 02:00:13] "GET /instance-ip/4f71d804-8f16-4590-9d5b-5ea52e0ae248 HTTP/1.1" 200 1962 0.003776 10.0.0.131 - - [2026-03-05 02:00:13] "GET /instance-ip/4f7dec9e-5ca1-46ad-bac9-c14a6d064529 HTTP/1.1" 200 1958 0.003276 10.0.0.131 - - [2026-03-05 02:00:13] "GET /instance-ip/6e532fb9-0f6a-47ee-8500-650db047819b HTTP/1.1" 200 1622 0.004110 10.0.0.131 - - [2026-03-05 02:00:13] "GET /instance-ip/edc093a1-c85c-4fda-a1dc-5a05cae6a4f8 HTTP/1.1" 200 1961 0.003267 10.0.0.131 - - [2026-03-05 02:00:13] "POST /neutron/port HTTP/1.1" 200 3831 0.027386 10.0.0.131 - - [2026-03-05 02:00:13] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007934 10.0.0.131 - - [2026-03-05 02:00:13] "POST /neutron/port HTTP/1.1" 200 3831 0.027776 10.0.0.131 - - [2026-03-05 02:00:13] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006567 10.0.0.131 - - [2026-03-05 02:00:14] "POST /neutron/port HTTP/1.1" 200 3831 0.030093 10.0.0.131 - - [2026-03-05 02:00:14] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006513 10.0.0.131 - - [2026-03-05 02:00:14] "POST /neutron/port HTTP/1.1" 200 3831 0.025043 10.0.0.131 - - [2026-03-05 02:00:14] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005406 10.0.0.131 - - [2026-03-05 02:00:14] "GET /virtual-machine/9000b0da-0ce1-46d9-adb4-a51218d68322 HTTP/1.1" 200 1807 0.003012 10.0.0.131 - - [2026-03-05 02:00:14] "GET /virtual-machine-interface/08230cb7-6d34-4de4-a352-e6e7d2092b37 HTTP/1.1" 200 3824 0.004027 10.0.0.131 - - [2026-03-05 02:00:14] "GET /virtual-machine-interface/581ca74e-cdca-477c-99ab-f5d182f32ec4 HTTP/1.1" 200 3813 0.004609 10.0.0.131 - - [2026-03-05 02:00:14] "GET /virtual-machine-interface/f9bc9366-28ef-476d-86c1-a2277af8379f HTTP/1.1" 200 3807 0.005404 10.0.0.131 - - [2026-03-05 02:00:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003172 10.0.0.131 - - [2026-03-05 02:00:14] "GET /global-vrouter-config/2922bebb-86e8-4999-9cee-870c5db0ed3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003042 10.0.0.131 - - [2026-03-05 02:00:14] "GET /virtual-networks?parent_id=d47da521-4c9b-49f1-9736-575820c12420&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002417 10.0.0.131 - - [2026-03-05 02:00:14] "GET /virtual-network/f43d6c03-e531-424f-9acd-19e3df3d3068?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.005520 10.0.0.131 - - [2026-03-05 02:00:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002645 10.0.0.131 - - [2026-03-05 02:00:15] "GET /global-vrouter-config/2922bebb-86e8-4999-9cee-870c5db0ed3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002691 10.0.0.131 - - [2026-03-05 02:00:15] "GET /virtual-networks?parent_id=d47da521-4c9b-49f1-9736-575820c12420&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002499 10.0.0.131 - - [2026-03-05 02:00:15] "GET /virtual-network/f43d6c03-e531-424f-9acd-19e3df3d3068?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.004712 10.0.0.131 - - [2026-03-05 02:00:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002594 10.0.0.131 - - [2026-03-05 02:00:15] "GET /global-vrouter-config/2922bebb-86e8-4999-9cee-870c5db0ed3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003257 10.0.0.131 - - [2026-03-05 02:00:15] "GET /virtual-networks?parent_id=d47da521-4c9b-49f1-9736-575820c12420&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002468 10.0.0.131 - - [2026-03-05 02:00:15] "GET /virtual-network/f43d6c03-e531-424f-9acd-19e3df3d3068?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.004653 10.0.0.131 - - [2026-03-05 02:00:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003344 10.0.0.131 - - [2026-03-05 02:00:15] "GET /global-vrouter-config/2922bebb-86e8-4999-9cee-870c5db0ed3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003371 10.0.0.131 - - [2026-03-05 02:00:15] "GET /virtual-networks?parent_id=d47da521-4c9b-49f1-9736-575820c12420&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002630 10.0.0.131 - - [2026-03-05 02:00:15] "GET /virtual-network/f43d6c03-e531-424f-9acd-19e3df3d3068?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.004606 10.0.0.131 - - [2026-03-05 02:00:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002353 10.0.0.131 - - [2026-03-05 02:00:16] "GET /global-vrouter-config/2922bebb-86e8-4999-9cee-870c5db0ed3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003275 10.0.0.131 - - [2026-03-05 02:00:16] "GET /virtual-networks?parent_id=d47da521-4c9b-49f1-9736-575820c12420&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002656 10.0.0.131 - - [2026-03-05 02:00:16] "GET /virtual-network/f43d6c03-e531-424f-9acd-19e3df3d3068?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.004570 10.0.0.131 - - [2026-03-05 02:00:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002849 10.0.0.131 - - [2026-03-05 02:00:16] "GET /global-vrouter-config/2922bebb-86e8-4999-9cee-870c5db0ed3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004313 10.0.0.131 - - [2026-03-05 02:00:16] "GET /virtual-networks?parent_id=d47da521-4c9b-49f1-9736-575820c12420&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002661 10.0.0.131 - - [2026-03-05 02:00:16] "GET /virtual-network/237e1f0b-f1d9-4f07-b017-7391489ff362?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004905 10.0.0.131 - - [2026-03-05 02:00:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002676 10.0.0.131 - - [2026-03-05 02:00:16] "GET /global-vrouter-config/2922bebb-86e8-4999-9cee-870c5db0ed3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003119 10.0.0.131 - - [2026-03-05 02:00:16] "GET /virtual-networks?parent_id=d47da521-4c9b-49f1-9736-575820c12420&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002605 10.0.0.131 - - [2026-03-05 02:00:16] "GET /virtual-network/237e1f0b-f1d9-4f07-b017-7391489ff362?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005334 10.0.0.131 - - [2026-03-05 02:00:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002606 10.0.0.131 - - [2026-03-05 02:00:16] "GET /global-vrouter-config/2922bebb-86e8-4999-9cee-870c5db0ed3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003067 10.0.0.131 - - [2026-03-05 02:00:16] "GET /virtual-networks?parent_id=d47da521-4c9b-49f1-9736-575820c12420&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003736 10.0.0.131 - - [2026-03-05 02:00:16] "GET /virtual-network/237e1f0b-f1d9-4f07-b017-7391489ff362?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005318 10.0.0.131 - - [2026-03-05 02:00:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002451 10.0.0.131 - - [2026-03-05 02:00:16] "GET /global-vrouter-config/2922bebb-86e8-4999-9cee-870c5db0ed3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003152 10.0.0.131 - - [2026-03-05 02:00:16] "GET /virtual-networks?parent_id=d47da521-4c9b-49f1-9736-575820c12420&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002522 10.0.0.131 - - [2026-03-05 02:00:16] "GET /virtual-network/237e1f0b-f1d9-4f07-b017-7391489ff362?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005273 10.0.0.131 - - [2026-03-05 02:00:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003541 10.0.0.131 - - [2026-03-05 02:00:17] "GET /global-vrouter-config/2922bebb-86e8-4999-9cee-870c5db0ed3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003276 10.0.0.131 - - [2026-03-05 02:00:17] "GET /virtual-networks?parent_id=d47da521-4c9b-49f1-9736-575820c12420&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002887 10.0.0.131 - - [2026-03-05 02:00:17] "GET /virtual-network/4fef48ec-3acf-4273-9ba5-076fb39ea803?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.005090 10.0.0.131 - - [2026-03-05 02:00:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003009 10.0.0.131 - - [2026-03-05 02:00:17] "GET /global-vrouter-config/2922bebb-86e8-4999-9cee-870c5db0ed3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003483 10.0.0.131 - - [2026-03-05 02:00:17] "GET /virtual-networks?parent_id=d47da521-4c9b-49f1-9736-575820c12420&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002569 10.0.0.131 - - [2026-03-05 02:00:17] "GET /virtual-network/4fef48ec-3acf-4273-9ba5-076fb39ea803?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.004803 10.0.0.131 - - [2026-03-05 02:00:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002657 10.0.0.131 - - [2026-03-05 02:00:17] "GET /global-vrouter-config/2922bebb-86e8-4999-9cee-870c5db0ed3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003317 10.0.0.131 - - [2026-03-05 02:00:17] "GET /virtual-networks?parent_id=d47da521-4c9b-49f1-9736-575820c12420&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002795 10.0.0.131 - - [2026-03-05 02:00:17] "GET /virtual-network/4fef48ec-3acf-4273-9ba5-076fb39ea803?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.004720 10.0.0.131 - - [2026-03-05 02:00:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002874 10.0.0.131 - - [2026-03-05 02:00:17] "GET /global-vrouter-config/2922bebb-86e8-4999-9cee-870c5db0ed3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003119 10.0.0.131 - - [2026-03-05 02:00:17] "GET /virtual-networks?parent_id=d47da521-4c9b-49f1-9736-575820c12420&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002973 10.0.0.131 - - [2026-03-05 02:00:17] "GET /virtual-network/4fef48ec-3acf-4273-9ba5-076fb39ea803?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.004861 10.0.0.131 - - [2026-03-05 02:00:17] "GET /virtual-machine/9000b0da-0ce1-46d9-adb4-a51218d68322 HTTP/1.1" 200 1807 0.003906 10.0.0.131 - - [2026-03-05 02:00:17] "GET /domains HTTP/1.1" 200 281 0.002286 10.0.0.131 - - [2026-03-05 02:00:17] "GET /domains?obj_uuids=ae3906f1-fab8-4987-bab9-45ca75cb796e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001176 10.0.0.131 - - [2026-03-05 02:00:17] "GET /domain/ae3906f1-fab8-4987-bab9-45ca75cb796e HTTP/1.1" 200 2783 0.006452 10.0.0.131 - - [2026-03-05 02:00:17] "GET /projects?obj_uuids=d47da521-4c9b-49f1-9736-575820c12420&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000864 10.0.0.131 - - [2026-03-05 02:00:17] "GET /project/d47da521-4c9b-49f1-9736-575820c12420 HTTP/1.1" 200 4248 0.064482 10.0.0.131 - - [2026-03-05 02:00:17] "GET /service-instance/c1b925f6-7ff2-42e0-bf5c-5b792dd7f55b HTTP/1.1" 200 3793 0.003361 10.0.0.131 - - [2026-03-05 02:00:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002244 10.0.0.131 - - [2026-03-05 02:00:17] "GET /routing-instance/2d2e0484-dd9a-4f00-9f4f-c2d82e7e9239?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1891 0.003066 10.0.0.131 - - [2026-03-05 02:00:18] "GET /routing-instance/2d2e0484-dd9a-4f00-9f4f-c2d82e7e9239?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2024 0.004744 10.0.0.131 - - [2026-03-05 02:00:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002468 10.0.0.131 - - [2026-03-05 02:00:18] "GET /routing-instance/95be3b81-aa45-4c82-8bf1-67367585b6eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1897 0.004964 10.0.0.131 - - [2026-03-05 02:00:18] "GET /routing-instance/95be3b81-aa45-4c82-8bf1-67367585b6eb?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2028 0.004677 10.0.0.131 - - [2026-03-05 02:00:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002436 10.0.0.131 - - [2026-03-05 02:00:18] "GET /virtual-network/f43d6c03-e531-424f-9acd-19e3df3d3068?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.004690 10.0.0.131 - - [2026-03-05 02:00:18] "GET /virtual-network/f43d6c03-e531-424f-9acd-19e3df3d3068?fields=routing_instances HTTP/1.1" 200 1687 0.005974 10.0.0.131 - - [2026-03-05 02:00:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003505 10.0.0.131 - - [2026-03-05 02:00:18] "GET /virtual-network/4fef48ec-3acf-4273-9ba5-076fb39ea803?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.004836 10.0.0.131 - - [2026-03-05 02:00:18] "GET /virtual-network/4fef48ec-3acf-4273-9ba5-076fb39ea803?fields=routing_instances HTTP/1.1" 200 1691 0.005749 10.0.0.131 - - [2026-03-05 02:00:22] "POST /ref-update HTTP/1.1" 200 156 0.028827 10.0.0.131 - - [2026-03-05 02:00:22] "POST /neutron/network HTTP/1.1" 200 834 0.008741 10.0.0.131 - - [2026-03-05 02:00:22] "GET /virtual-network/4fef48ec-3acf-4273-9ba5-076fb39ea803?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.004743 10.0.0.131 - - [2026-03-05 02:00:22] "DELETE /access-control-list/0c69a8d2-4577-448a-b3e2-14850578b035 HTTP/1.1" 200 115 0.047565 10.0.0.131 - - [2026-03-05 02:00:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002979 10.0.0.131 - - [2026-03-05 02:00:22] "DELETE /routing-instance/ceaff9d7-b9ea-4c63-a4c0-41ff68de3924 HTTP/1.1" 200 115 0.030188 10.0.0.131 - - [2026-03-05 02:00:22] "GET /network-policy/c130626d-8a8d-47ba-b55c-95d7e99148ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.009033 10.0.0.131 - - [2026-03-05 02:00:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003938 10.0.0.131 - - [2026-03-05 02:00:22] "DELETE /route-target/ec9c27ac-98a7-4ea3-8341-fd1fc8b3f459 HTTP/1.1" 200 115 0.025613 10.0.0.131 - - [2026-03-05 02:00:22] "POST /ref-update HTTP/1.1" 200 156 0.034999 10.0.0.131 - - [2026-03-05 02:00:22] "DELETE /routing-instance/3436940a-8863-494f-9581-8ccd944e4dcd HTTP/1.1" 200 115 0.033647 10.0.0.131 - - [2026-03-05 02:00:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.006821 10.0.0.131 - - [2026-03-05 02:00:22] "POST /neutron/network HTTP/1.1" 200 831 0.008692 10.0.0.131 - - [2026-03-05 02:00:22] "GET /virtual-network/f43d6c03-e531-424f-9acd-19e3df3d3068?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004699 10.0.0.131 - - [2026-03-05 02:00:22] "DELETE /route-target/87ce6461-9972-43fa-ac36-f6e0361158b5 HTTP/1.1" 200 115 0.012130 10.0.0.131 - - [2026-03-05 02:00:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002847 10.0.0.131 - - [2026-03-05 02:00:22] "GET /network-policy/c130626d-8a8d-47ba-b55c-95d7e99148ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.003418 10.0.0.131 - - [2026-03-05 02:00:22] "DELETE /network-policy/c130626d-8a8d-47ba-b55c-95d7e99148ac HTTP/1.1" 200 115 0.019654 10.0.0.131 - - [2026-03-05 02:00:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002756 10.0.0.131 - - [2026-03-05 02:00:23] "DELETE /service-instance/c1b925f6-7ff2-42e0-bf5c-5b792dd7f55b HTTP/1.1" 200 115 0.037959 10.0.0.131 - - [2026-03-05 02:00:23] "POST /ref-update HTTP/1.1" 200 156 0.011564 10.0.0.131 - - [2026-03-05 02:00:23] "GET /domains HTTP/1.1" 200 281 0.002031 10.0.0.131 - - [2026-03-05 02:00:23] "GET /domains?obj_uuids=ae3906f1-fab8-4987-bab9-45ca75cb796e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000842 10.0.0.131 - - [2026-03-05 02:00:23] "GET /domain/ae3906f1-fab8-4987-bab9-45ca75cb796e HTTP/1.1" 200 2783 0.005537 10.0.0.131 - - [2026-03-05 02:00:23] "GET /projects?obj_uuids=d47da521-4c9b-49f1-9736-575820c12420&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000787 10.0.0.131 - - [2026-03-05 02:00:23] "DELETE /instance-ip/ec8e3ddf-2b68-418c-ac1a-fde3bd2f37f8 HTTP/1.1" 200 115 0.023078 10.0.0.131 - - [2026-03-05 02:00:23] "POST /ref-update HTTP/1.1" 200 156 0.007433 10.0.0.131 - - [2026-03-05 02:00:23] "GET /project/d47da521-4c9b-49f1-9736-575820c12420 HTTP/1.1" 200 3772 0.067304 10.0.0.131 - - [2026-03-05 02:00:23] "GET /virtual-machine/9000b0da-0ce1-46d9-adb4-a51218d68322 HTTP/1.1" 200 1807 0.002787 10.0.0.131 - - [2026-03-05 02:00:23] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002000 10.0.0.131 - - [2026-03-05 02:00:23] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003505 10.0.0.131 - - [2026-03-05 02:00:23] "DELETE /instance-ip/96b6ad79-e1a0-4531-a9e8-960cf33f1c0d HTTP/1.1" 200 115 0.030184 10.0.0.131 - - [2026-03-05 02:00:23] "POST /ref-update HTTP/1.1" 200 156 0.010145 10.0.0.131 - - [2026-03-05 02:00:23] "DELETE /instance-ip/edc093a1-c85c-4fda-a1dc-5a05cae6a4f8 HTTP/1.1" 200 115 0.017004 10.0.0.131 - - [2026-03-05 02:00:23] "POST /ref-update HTTP/1.1" 200 156 0.008203 10.0.0.131 - - [2026-03-05 02:00:23] "DELETE /instance-ip/4f71d804-8f16-4590-9d5b-5ea52e0ae248 HTTP/1.1" 200 115 0.018609 10.0.0.131 - - [2026-03-05 02:00:23] "POST /ref-update HTTP/1.1" 200 156 0.008400 10.0.0.131 - - [2026-03-05 02:00:23] "DELETE /access-control-list/ffdda06a-a09b-4d91-92cc-6563d2d55fa8 HTTP/1.1" 200 115 0.028151 10.0.0.131 - - [2026-03-05 02:00:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.006719 10.0.0.131 - - [2026-03-05 02:00:23] "DELETE /instance-ip/00fb1b8c-04cf-47b9-8fd4-1456c18a9a2e HTTP/1.1" 200 115 0.039361 10.0.0.131 - - [2026-03-05 02:00:23] "POST /ref-update HTTP/1.1" 200 156 0.013296 10.0.0.131 - - [2026-03-05 02:00:23] "DELETE /service-template/e7133fa7-60bf-4433-98ab-5f63ee7773db HTTP/1.1" 200 115 0.049126 10.0.0.131 - - [2026-03-05 02:00:23] "POST /fqname-to-id HTTP/1.1" 404 193 0.003678 10.0.0.131 - - [2026-03-05 02:00:23] "DELETE /instance-ip/4f7dec9e-5ca1-46ad-bac9-c14a6d064529 HTTP/1.1" 200 115 0.029004 10.0.0.131 - - [2026-03-05 02:00:23] "POST /neutron/network HTTP/1.1" 200 834 0.007276 10.0.0.131 - - [2026-03-05 02:00:23] "POST /neutron/network HTTP/1.1" 400 204 0.011394 10.0.0.131 - - [2026-03-05 02:00:24] "POST /neutron/port HTTP/1.1" 200 1122 0.010335 10.0.0.131 - - [2026-03-05 02:00:24] "POST /neutron/port HTTP/1.1" 200 1112 0.011916 10.0.0.131 - - [2026-03-05 02:00:24] "POST /neutron/port HTTP/1.1" 200 1121 0.009824 10.0.0.131 - - [2026-03-05 02:00:24] "POST /neutron/port HTTP/1.1" 200 1111 0.014060 10.0.0.131 - - [2026-03-05 02:00:24] "POST /neutron/port HTTP/1.1" 200 151 0.125724 10.0.0.131 - - [2026-03-05 02:00:24] "POST /neutron/port HTTP/1.1" 200 151 0.129615 10.0.0.131 - - [2026-03-05 02:00:24] "POST /neutron/port HTTP/1.1" 200 3060 0.029318 10.0.0.131 - - [2026-03-05 02:00:24] "POST /neutron/port HTTP/1.1" 200 1111 0.010155 10.0.0.131 - - [2026-03-05 02:00:24] "POST /neutron/port HTTP/1.1" 200 151 0.099506 10.0.0.131 - - [2026-03-05 02:00:24] "POST /neutron/port HTTP/1.1" 200 1112 0.013967 10.0.0.131 - - [2026-03-05 02:00:24] "POST /neutron/port HTTP/1.1" 200 151 0.089673 10.0.0.131 - - [2026-03-05 02:00:24] "POST /neutron/port HTTP/1.1" 200 1112 0.010251 10.0.0.131 - - [2026-03-05 02:00:24] "POST /neutron/port HTTP/1.1" 200 151 0.100620 10.0.0.131 - - [2026-03-05 02:00:25] "POST /neutron/network HTTP/1.1" 200 834 0.005381 10.0.0.131 - - [2026-03-05 02:00:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003883 10.0.0.131 - - [2026-03-05 02:00:25] "POST /useragent-kv HTTP/1.1" 200 115 0.002645 10.0.0.131 - - [2026-03-05 02:00:25] "POST /useragent-kv HTTP/1.1" 200 115 0.001661 10.0.0.131 - - [2026-03-05 02:00:25] "POST /neutron/network HTTP/1.1" 200 151 0.079309 10.0.0.131 - - [2026-03-05 02:00:25] "DELETE /route-target/06a95bd9-6d26-43b9-bd1c-96534413b241 HTTP/1.1" 200 115 0.023104 10.0.0.131 - - [2026-03-05 02:00:25] "GET /routing-instance/95be3b81-aa45-4c82-8bf1-67367585b6eb HTTP/1.1" 404 171 0.002726 10.0.0.131 - - [2026-03-05 02:00:25] "GET /domains HTTP/1.1" 200 281 0.002233 10.0.0.131 - - [2026-03-05 02:00:25] "GET /domains?obj_uuids=ae3906f1-fab8-4987-bab9-45ca75cb796e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000938 10.0.0.131 - - [2026-03-05 02:00:25] "GET /domain/ae3906f1-fab8-4987-bab9-45ca75cb796e HTTP/1.1" 200 2582 0.051885 10.0.0.131 - - [2026-03-05 02:00:25] "GET /projects?obj_uuids=d47da521-4c9b-49f1-9736-575820c12420&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000933 10.0.0.131 - - [2026-03-05 02:00:25] "GET /project/d47da521-4c9b-49f1-9736-575820c12420 HTTP/1.1" 200 2305 0.063095 10.0.0.131 - - [2026-03-05 02:00:25] "POST /neutron/network HTTP/1.1" 200 831 0.005554 10.0.0.131 - - [2026-03-05 02:00:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004321 10.0.0.131 - - [2026-03-05 02:00:26] "POST /useragent-kv HTTP/1.1" 200 115 0.001976 10.0.0.131 - - [2026-03-05 02:00:26] "POST /useragent-kv HTTP/1.1" 200 115 0.002398 10.0.0.131 - - [2026-03-05 02:00:26] "POST /neutron/network HTTP/1.1" 200 151 0.078405 10.0.0.131 - - [2026-03-05 02:00:26] "GET /routing-instance/2d2e0484-dd9a-4f00-9f4f-c2d82e7e9239 HTTP/1.1" 404 171 0.001848 10.0.0.131 - - [2026-03-05 02:00:26] "GET /domains HTTP/1.1" 200 281 0.002772 10.0.0.131 - - [2026-03-05 02:00:26] "DELETE /route-target/9ec71eb5-2cf1-4b09-8036-60cc254c6c11 HTTP/1.1" 200 115 0.020913 10.0.0.131 - - [2026-03-05 02:00:26] "GET /domains?obj_uuids=ae3906f1-fab8-4987-bab9-45ca75cb796e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000926 10.0.0.131 - - [2026-03-05 02:00:26] "GET /domain/ae3906f1-fab8-4987-bab9-45ca75cb796e HTTP/1.1" 200 2582 0.047205 10.0.0.131 - - [2026-03-05 02:00:26] "GET /projects?obj_uuids=d47da521-4c9b-49f1-9736-575820c12420&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001422 10.0.0.131 - - [2026-03-05 02:00:26] "GET /project/d47da521-4c9b-49f1-9736-575820c12420 HTTP/1.1" 200 2086 0.064522 10.0.0.131 - - [2026-03-05 02:00:26] "POST /neutron/network HTTP/1.1" 200 832 0.005513 10.0.0.131 - - [2026-03-05 02:00:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003205 10.0.0.131 - - [2026-03-05 02:00:26] "POST /useragent-kv HTTP/1.1" 200 115 0.001641 10.0.0.131 - - [2026-03-05 02:00:26] "POST /useragent-kv HTTP/1.1" 200 115 0.001391 10.0.0.131 - - [2026-03-05 02:00:26] "POST /neutron/network HTTP/1.1" 200 151 0.072576 10.0.0.131 - - [2026-03-05 02:00:26] "GET /routing-instance/62d19483-36d0-4a2d-8d96-d916a62b833f HTTP/1.1" 404 171 0.002139 10.0.0.131 - - [2026-03-05 02:00:26] "DELETE /route-target/107722d6-8123-40ad-a2c3-8a15d4288458 HTTP/1.1" 200 115 0.026046 10.0.0.131 - - [2026-03-05 02:00:26] "GET /domains HTTP/1.1" 200 281 0.002335 10.0.0.131 - - [2026-03-05 02:00:26] "GET /domains?obj_uuids=ae3906f1-fab8-4987-bab9-45ca75cb796e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000806 10.0.0.131 - - [2026-03-05 02:00:26] "GET /domain/ae3906f1-fab8-4987-bab9-45ca75cb796e HTTP/1.1" 200 2582 0.046442 10.0.0.131 - - [2026-03-05 02:00:26] "GET /projects?obj_uuids=d47da521-4c9b-49f1-9736-575820c12420&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001356 10.0.0.131 - - [2026-03-05 02:00:26] "GET /project/d47da521-4c9b-49f1-9736-575820c12420 HTTP/1.1" 200 1845 0.068285 10.0.0.131 - - [2026-03-05 02:00:26] "GET /projects?obj_uuids=d47da521-4c9b-49f1-9736-575820c12420&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001281 10.0.0.131 - - [2026-03-05 02:00:26] "GET /project/d47da521-4c9b-49f1-9736-575820c12420?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.055621 10.0.0.131 - - [2026-03-05 02:00:26] "GET /projects?obj_uuids=d47da521-4c9b-49f1-9736-575820c12420&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001245 10.0.0.131 - - [2026-03-05 02:00:26] "GET /project/d47da521-4c9b-49f1-9736-575820c12420?fields=virtual_networks HTTP/1.1" 200 1030 0.068709 10.0.0.131 - - [2026-03-05 02:00:26] "GET /projects?obj_uuids=d47da521-4c9b-49f1-9736-575820c12420&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001039 10.0.0.131 - - [2026-03-05 02:00:26] "GET /project/d47da521-4c9b-49f1-9736-575820c12420?fields=virtual_machine_interfaces HTTP/1.1" 200 1030 0.021036 10.0.0.131 - - [2026-03-05 02:00:26] "GET /projects?obj_uuids=d47da521-4c9b-49f1-9736-575820c12420&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000935 10.0.0.131 - - [2026-03-05 02:00:26] "GET /project/d47da521-4c9b-49f1-9736-575820c12420?fields=security_groups HTTP/1.1" 200 1255 0.024371 10.0.0.131 - - [2026-03-05 02:00:27] "POST /fqname-to-id HTTP/1.1" 404 189 0.029945 10.0.0.131 - - [2026-03-05 02:00:27] "GET /projects?obj_uuids=bef08317-9d93-4ec1-9910-71e14637a4d4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.001946 10.0.0.131 - - [2026-03-05 02:00:27] "GET /domains?obj_uuids=ae3906f1-fab8-4987-bab9-45ca75cb796e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001070 10.0.0.131 - - [2026-03-05 02:00:27] "GET /domain/ae3906f1-fab8-4987-bab9-45ca75cb796e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.033430 10.0.0.131 - - [2026-03-05 02:00:28] "POST /id-to-fqname HTTP/1.1" 200 191 0.001101 10.0.0.131 - - [2026-03-05 02:00:28] "POST /fqname-to-id HTTP/1.1" 404 200 0.004463 10.0.0.131 - - [2026-03-05 02:00:28] "POST /security-groups HTTP/1.1" 200 592 0.060260 10.0.0.131 - - [2026-03-05 02:00:28] "POST /fqname-to-id HTTP/1.1" 404 235 0.003835 10.0.0.131 - - [2026-03-05 02:00:28] "POST /projects HTTP/1.1" 200 587 0.196764 10.0.0.131 - - [2026-03-05 02:00:28] "POST /access-control-lists HTTP/1.1" 200 599 0.058211 10.0.0.131 - - [2026-03-05 02:00:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.271011 10.0.0.131 - - [2026-03-05 02:00:28] "POST /fqname-to-id HTTP/1.1" 404 234 0.002318 10.0.0.131 - - [2026-03-05 02:00:28] "GET /project/bef08317-9d93-4ec1-9910-71e14637a4d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.422124 10.0.0.131 - - [2026-03-05 02:00:28] "POST /access-control-lists HTTP/1.1" 200 597 0.063684 10.0.0.131 - - [2026-03-05 02:00:29] "GET / HTTP/1.1" 200 36215 0.001769 10.0.0.131 - - [2026-03-05 02:00:30] "GET /project/bef08317-9d93-4ec1-9910-71e14637a4d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000420 10.0.0.131 - - [2026-03-05 02:00:30] "GET /projects?obj_uuids=bef08317-9d93-4ec1-9910-71e14637a4d4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000877 10.0.0.131 - - [2026-03-05 02:00:30] "GET /project/bef08317-9d93-4ec1-9910-71e14637a4d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.049023 10.0.0.131 - - [2026-03-05 02:00:30] "POST /fqname-to-id HTTP/1.1" 404 180 0.002297 10.0.0.131 - - [2026-03-05 02:00:30] "POST /virtual-DNSs HTTP/1.1" 200 509 0.017528 10.0.0.131 - - [2026-03-05 02:00:30] "GET /virtual-DNS/c7b67a8f-8bc9-4f92-bfeb-9874363cce23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.004817 10.0.0.131 - - [2026-03-05 02:00:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004078 10.0.0.131 - - [2026-03-05 02:00:30] "GET /virtual-DNS/c7b67a8f-8bc9-4f92-bfeb-9874363cce23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.003123 10.0.0.131 - - [2026-03-05 02:00:30] "GET /domains HTTP/1.1" 401 293 0.000364 10.0.0.131 - - [2026-03-05 02:00:31] "GET /domains HTTP/1.1" 200 281 0.028304 10.0.0.131 - - [2026-03-05 02:00:31] "GET /domains?obj_uuids=ae3906f1-fab8-4987-bab9-45ca75cb796e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000875 10.0.0.131 - - [2026-03-05 02:00:31] "GET /domain/ae3906f1-fab8-4987-bab9-45ca75cb796e HTTP/1.1" 200 2971 0.006859 10.0.0.131 - - [2026-03-05 02:00:31] "GET /virtual-DNS/c7b67a8f-8bc9-4f92-bfeb-9874363cce23 HTTP/1.1" 200 1440 0.003527 10.0.0.131 - - [2026-03-05 02:00:31] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.001947 10.0.0.131 - - [2026-03-05 02:00:31] "POST /network-ipams HTTP/1.1" 200 516 0.015504 10.0.0.131 - - [2026-03-05 02:00:31] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 754 0.003089 10.0.0.131 - - [2026-03-05 02:00:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002389 10.0.0.131 - - [2026-03-05 02:00:31] "GET /network-ipam/b5eaa193-bcf1-41c6-ae9b-edd4fa31d63e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1402 0.004288 10.0.0.131 - - [2026-03-05 02:00:31] "PUT /network-ipam/b5eaa193-bcf1-41c6-ae9b-edd4fa31d63e HTTP/1.1" 200 259 0.013737 10.0.0.131 - - [2026-03-05 02:00:31] "POST /ref-update HTTP/1.1" 200 156 0.007064 10.0.0.131 - - [2026-03-05 02:00:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002681 10.0.0.131 - - [2026-03-05 02:00:31] "GET /projects?obj_uuids=bef08317-9d93-4ec1-9910-71e14637a4d4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000939 10.0.0.131 - - [2026-03-05 02:00:31] "GET /project/bef08317-9d93-4ec1-9910-71e14637a4d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.024717 10.0.0.131 - - [2026-03-05 02:00:31] "POST /neutron/network HTTP/1.1" 200 117 0.034974 10.0.0.131 - - [2026-03-05 02:00:31] "GET /projects?obj_uuids=bef08317-9d93-4ec1-9910-71e14637a4d4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000882 10.0.0.131 - - [2026-03-05 02:00:31] "POST /neutron/network HTTP/1.1" 200 618 0.058982 10.0.0.131 - - [2026-03-05 02:00:31] "POST /route-targets HTTP/1.1" 200 328 0.009846 10.0.0.131 - - [2026-03-05 02:00:31] "POST /ref-update HTTP/1.1" 200 156 0.009290 10.0.0.131 - - [2026-03-05 02:00:32] "POST /useragent-kv HTTP/1.1" 200 115 0.004834 10.0.0.131 - - [2026-03-05 02:00:32] "POST /neutron/subnet HTTP/1.1" 200 711 0.169983 10.0.0.131 - - [2026-03-05 02:00:32] "POST /neutron/network HTTP/1.1" 200 833 0.004910 10.0.0.131 - - [2026-03-05 02:00:32] "POST /id-to-fqname HTTP/1.1" 200 227 0.001136 10.0.0.131 - - [2026-03-05 02:00:32] "GET /virtual-network/1cfa7acb-94d6-40b1-836b-24e113215779?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005442 10.0.0.131 - - [2026-03-05 02:00:32] "POST /neutron/network HTTP/1.1" 200 833 0.005198 10.0.0.131 - - [2026-03-05 02:00:32] "GET /virtual-network/1cfa7acb-94d6-40b1-836b-24e113215779?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004945 10.0.0.131 - - [2026-03-05 02:00:32] "POST /neutron/network HTTP/1.1" 200 833 0.004828 10.0.0.131 - - [2026-03-05 02:00:32] "POST /neutron/subnet HTTP/1.1" 200 711 0.006663 10.0.0.131 - - [2026-03-05 02:00:32] "POST /neutron/network HTTP/1.1" 200 807 0.008745 10.0.0.131 - - [2026-03-05 02:00:32] "POST /neutron/network HTTP/1.1" 200 833 0.004553 10.0.0.131 - - [2026-03-05 02:00:32] "POST /id-to-fqname HTTP/1.1" 200 227 0.001066 10.0.0.131 - - [2026-03-05 02:00:32] "POST /neutron/network HTTP/1.1" 200 843 0.004932 10.0.0.131 - - [2026-03-05 02:00:32] "GET /aaa-mode HTTP/1.1" 401 293 0.000407 10.0.0.131 - - [2026-03-05 02:00:32] "GET / HTTP/1.1" 200 36215 0.001599 10.0.0.131 - - [2026-03-05 02:00:32] "GET /project/bef08317-9d93-4ec1-9910-71e14637a4d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000367 10.0.0.131 - - [2026-03-05 02:00:33] "GET /projects?obj_uuids=bef08317-9d93-4ec1-9910-71e14637a4d4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001007 10.0.0.131 - - [2026-03-05 02:00:33] "GET /project/bef08317-9d93-4ec1-9910-71e14637a4d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.074589 10.0.0.131 - - [2026-03-05 02:00:33] "POST /neutron/network HTTP/1.1" 200 833 0.031878 10.0.0.131 - - [2026-03-05 02:00:33] "POST /neutron/port HTTP/1.1" 200 117 0.004438 10.0.0.131 - - [2026-03-05 02:00:33] "POST /neutron/port HTTP/1.1" 200 117 0.004366 10.0.0.131 - - [2026-03-05 02:00:33] "POST /neutron/port HTTP/1.1" 200 117 0.004794 10.0.0.131 - - [2026-03-05 02:00:33] "POST /neutron/network HTTP/1.1" 200 843 0.005426 10.0.0.131 - - [2026-03-05 02:00:33] "GET /projects?obj_uuids=bef08317-9d93-4ec1-9910-71e14637a4d4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000990 10.0.0.131 - - [2026-03-05 02:00:34] "POST /neutron/port HTTP/1.1" 200 1058 0.207337 10.0.0.131 - - [2026-03-05 02:00:34] "POST /neutron/port HTTP/1.1" 200 1058 0.053519 10.0.0.131 - - [2026-03-05 02:00:34] "POST /neutron/port HTTP/1.1" 200 1058 0.010803 10.0.0.131 - - [2026-03-05 02:00:34] "POST /neutron/port HTTP/1.1" 200 1112 0.058191 10.0.0.131 - - [2026-03-05 02:00:34] "POST /neutron/port HTTP/1.1" 200 1122 0.013433 10.0.0.131 - - [2026-03-05 02:00:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005333 10.0.0.131 - - [2026-03-05 02:00:34] "POST /neutron/subnet HTTP/1.1" 200 685 0.007301 10.0.0.131 - - [2026-03-05 02:00:34] "POST /neutron/port HTTP/1.1" 200 117 0.001107 10.0.0.131 - - [2026-03-05 02:00:34] "POST /neutron/network HTTP/1.1" 200 833 0.005729 10.0.0.131 - - [2026-03-05 02:00:38] "DELETE /project/bef083179d934ec1991071e14637a4d4 HTTP/1.1" 404 173 0.004062 10.0.0.131 - - [2026-03-05 02:00:38] "GET /projects?obj_uuids=d47da521-4c9b-49f1-9736-575820c12420&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000857 10.0.0.131 - - [2026-03-05 02:00:38] "GET /project/d47da521-4c9b-49f1-9736-575820c12420?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.023959 10.0.0.131 - - [2026-03-05 02:00:38] "GET /projects?obj_uuids=d47da521-4c9b-49f1-9736-575820c12420&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000924 10.0.0.131 - - [2026-03-05 02:00:38] "GET /project/d47da521-4c9b-49f1-9736-575820c12420?fields=security_groups HTTP/1.1" 200 1357 0.064837 10.0.0.131 - - [2026-03-05 02:00:38] "POST /neutron/port HTTP/1.1" 200 1122 0.011572 10.0.0.131 - - [2026-03-05 02:00:38] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010278 10.0.0.131 - - [2026-03-05 02:00:38] "DELETE /security-group/affc1ae9-f71b-4893-a3ad-2e4d18d79f7c HTTP/1.1" 200 115 0.048927 10.0.0.131 - - [2026-03-05 02:00:38] "GET /projects?obj_uuids=d47da521-4c9b-49f1-9736-575820c12420&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001346 10.0.0.131 - - [2026-03-05 02:00:38] "DELETE /access-control-list/2665ad9c-6f73-4efb-bb0c-3c75e35e9112 HTTP/1.1" 200 115 0.044041 10.0.0.131 - - [2026-03-05 02:00:38] "GET /project/d47da521-4c9b-49f1-9736-575820c12420?fields=application_policy_sets HTTP/1.1" 200 1396 0.037045 10.0.0.131 - - [2026-03-05 02:00:38] "POST /neutron/port HTTP/1.1" 200 1122 0.012161 10.0.0.131 - - [2026-03-05 02:00:38] "DELETE /access-control-list/069a3ad6-e954-4f16-8c1a-70d41893ba49 HTTP/1.1" 200 115 0.039511 10.0.0.131 - - [2026-03-05 02:00:38] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006506 10.0.0.131 - - [2026-03-05 02:00:38] "POST /neutron/port HTTP/1.1" 200 1122 0.014753 10.0.0.131 - - [2026-03-05 02:00:38] "DELETE /project/d47da521-4c9b-49f1-9736-575820c12420 HTTP/1.1" 200 115 0.340499 10.0.0.131 - - [2026-03-05 02:00:38] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005123 10.0.0.131 - - [2026-03-05 02:00:38] "GET /virtual-machine/1fe6777c-6f9c-4d5d-ba3b-21cdea6b3806 HTTP/1.1" 200 1295 0.003946 10.0.0.131 - - [2026-03-05 02:00:38] "GET /virtual-machine-interface/b14e302e-ba7d-4465-83d6-72a492a3c4c3 HTTP/1.1" 200 2970 0.006345 10.0.0.131 - - [2026-03-05 02:00:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002345 10.0.0.131 - - [2026-03-05 02:00:38] "GET /global-vrouter-config/2922bebb-86e8-4999-9cee-870c5db0ed3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003028 10.0.0.131 - - [2026-03-05 02:00:38] "GET /virtual-networks?parent_id=bef08317-9d93-4ec1-9910-71e14637a4d4&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003042 10.0.0.131 - - [2026-03-05 02:00:38] "GET /virtual-network/1cfa7acb-94d6-40b1-836b-24e113215779?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005840 10.0.0.131 - - [2026-03-05 02:00:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002450 10.0.0.131 - - [2026-03-05 02:00:42] "GET /virtual-network/1cfa7acb-94d6-40b1-836b-24e113215779?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004498 10.0.0.131 - - [2026-03-05 02:00:43] "POST /neutron/port HTTP/1.1" 200 1122 0.010207 10.0.0.131 - - [2026-03-05 02:00:43] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004350 10.0.0.131 - - [2026-03-05 02:00:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002586 10.0.0.131 - - [2026-03-05 02:00:44] "GET /global-vrouter-config/2922bebb-86e8-4999-9cee-870c5db0ed3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003058 10.0.0.131 - - [2026-03-05 02:00:44] "GET /virtual-networks?parent_id=bef08317-9d93-4ec1-9910-71e14637a4d4&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002531 10.0.0.131 - - [2026-03-05 02:00:44] "GET /virtual-network/1cfa7acb-94d6-40b1-836b-24e113215779?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005504 10.0.0.131 - - [2026-03-05 02:00:44] "POST /neutron/port HTTP/1.1" 200 1122 0.011321 10.0.0.131 - - [2026-03-05 02:00:44] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005111 10.0.0.131 - - [2026-03-05 02:00:46] "GET /obj-perms HTTP/1.1" 200 5075 0.058370 10.0.0.131 - - [2026-03-05 02:00:46] "GET /obj-perms HTTP/1.1" 200 5075 0.050841 10.0.0.131 - - [2026-03-05 02:00:53] "POST /neutron/network HTTP/1.1" 200 807 0.008712 10.0.0.131 - - [2026-03-05 02:00:53] "POST /neutron/network HTTP/1.1" 200 833 0.004767 10.0.0.131 - - [2026-03-05 02:00:53] "POST /id-to-fqname HTTP/1.1" 200 227 0.001078 10.0.0.131 - - [2026-03-05 02:00:53] "POST /neutron/port HTTP/1.1" 200 1122 0.011277 10.0.0.131 - - [2026-03-05 02:00:53] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005579 10.0.0.131 - - [2026-03-05 02:00:54] "POST /neutron/network HTTP/1.1" 200 843 0.004817 10.0.0.131 - - [2026-03-05 02:00:54] "GET /aaa-mode HTTP/1.1" 401 293 0.000363 10.0.0.131 - - [2026-03-05 02:00:54] "GET / HTTP/1.1" 200 36215 0.001580 10.0.0.131 - - [2026-03-05 02:00:54] "GET /project/bef08317-9d93-4ec1-9910-71e14637a4d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000331 10.0.0.131 - - [2026-03-05 02:00:54] "GET /projects?obj_uuids=bef08317-9d93-4ec1-9910-71e14637a4d4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000896 10.0.0.131 - - [2026-03-05 02:00:54] "GET /project/bef08317-9d93-4ec1-9910-71e14637a4d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.049742 10.0.0.131 - - [2026-03-05 02:00:54] "POST /neutron/network HTTP/1.1" 200 833 0.004891 10.0.0.131 - - [2026-03-05 02:00:54] "POST /neutron/port HTTP/1.1" 200 1122 0.014149 10.0.0.131 - - [2026-03-05 02:00:54] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005167 10.0.0.131 - - [2026-03-05 02:00:54] "POST /neutron/port HTTP/1.1" 200 117 0.004415 10.0.0.131 - - [2026-03-05 02:00:54] "POST /neutron/port HTTP/1.1" 200 117 0.006336 10.0.0.131 - - [2026-03-05 02:00:55] "POST /neutron/network HTTP/1.1" 200 843 0.005430 10.0.0.131 - - [2026-03-05 02:00:55] "GET /projects?obj_uuids=bef08317-9d93-4ec1-9910-71e14637a4d4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001588 10.0.0.131 - - [2026-03-05 02:00:55] "POST /neutron/port HTTP/1.1" 200 1058 0.164538 10.0.0.131 - - [2026-03-05 02:00:55] "POST /neutron/port HTTP/1.1" 200 1058 0.011127 10.0.0.131 - - [2026-03-05 02:00:55] "POST /neutron/port HTTP/1.1" 200 1058 0.010507 10.0.0.131 - - [2026-03-05 02:00:55] "POST /neutron/port HTTP/1.1" 200 1112 0.047744 10.0.0.131 - - [2026-03-05 02:00:55] "POST /neutron/port HTTP/1.1" 200 1122 0.010194 10.0.0.131 - - [2026-03-05 02:00:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002573 10.0.0.131 - - [2026-03-05 02:00:55] "POST /neutron/subnet HTTP/1.1" 200 685 0.005908 10.0.0.131 - - [2026-03-05 02:00:55] "POST /neutron/port HTTP/1.1" 200 117 0.001020 10.0.0.131 - - [2026-03-05 02:00:55] "POST /neutron/network HTTP/1.1" 200 833 0.004382 10.0.0.131 - - [2026-03-05 02:01:00] "POST /neutron/port HTTP/1.1" 200 1122 0.012832 10.0.0.131 - - [2026-03-05 02:01:00] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006242 10.0.0.131 - - [2026-03-05 02:01:00] "POST /neutron/port HTTP/1.1" 200 1122 0.010672 10.0.0.131 - - [2026-03-05 02:01:00] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005929 10.0.0.131 - - [2026-03-05 02:01:00] "POST /neutron/port HTTP/1.1" 200 1122 0.013437 10.0.0.131 - - [2026-03-05 02:01:00] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005617 10.0.0.131 - - [2026-03-05 02:01:00] "GET /virtual-machine/f4086b07-5805-4163-8a31-f21245f7af5f HTTP/1.1" 200 1295 0.004550 10.0.0.131 - - [2026-03-05 02:01:00] "GET /virtual-machine-interface/23afd1d7-5480-4bf8-a980-04a2012c86f1 HTTP/1.1" 200 2970 0.006025 10.0.0.131 - - [2026-03-05 02:01:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002406 10.0.0.131 - - [2026-03-05 02:01:00] "GET /global-vrouter-config/2922bebb-86e8-4999-9cee-870c5db0ed3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002854 10.0.0.131 - - [2026-03-05 02:01:00] "GET /virtual-networks?parent_id=bef08317-9d93-4ec1-9910-71e14637a4d4&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002821 10.0.0.131 - - [2026-03-05 02:01:00] "GET /virtual-network/1cfa7acb-94d6-40b1-836b-24e113215779?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004947 10.0.0.131 - - [2026-03-05 02:01:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002733 10.0.0.131 - - [2026-03-05 02:01:03] "GET /virtual-network/1cfa7acb-94d6-40b1-836b-24e113215779?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004924 10.0.0.131 - - [2026-03-05 02:01:04] "POST /neutron/port HTTP/1.1" 200 1122 0.040556 10.0.0.131 - - [2026-03-05 02:01:04] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005159 10.0.0.131 - - [2026-03-05 02:01:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002419 10.0.0.131 - - [2026-03-05 02:01:05] "GET /global-vrouter-config/2922bebb-86e8-4999-9cee-870c5db0ed3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002492 10.0.0.131 - - [2026-03-05 02:01:05] "GET /virtual-networks?parent_id=bef08317-9d93-4ec1-9910-71e14637a4d4&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002502 10.0.0.131 - - [2026-03-05 02:01:05] "GET /virtual-network/1cfa7acb-94d6-40b1-836b-24e113215779?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004920 10.0.0.131 - - [2026-03-05 02:01:05] "POST /neutron/port HTTP/1.1" 200 1122 0.011796 10.0.0.131 - - [2026-03-05 02:01:05] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005335 10.0.0.131 - - [2026-03-05 02:01:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002505 10.0.0.131 - - [2026-03-05 02:01:16] "DELETE /virtual-DNS/c7b67a8f-8bc9-4f92-bfeb-9874363cce23 HTTP/1.1" 409 236 0.005537 10.0.0.131 - - [2026-03-05 02:01:16] "POST /fqname-to-id HTTP/1.1" 404 192 0.002863 10.0.0.131 - - [2026-03-05 02:01:16] "POST /virtual-DNS-records HTTP/1.1" 200 533 0.014095 10.0.0.131 - - [2026-03-05 02:01:16] "GET /virtual-DNS-record/6d711a91-32da-4f63-9356-e45e9cae9573?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1337 0.004934 10.0.0.131 - - [2026-03-05 02:01:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002696 10.0.0.131 - - [2026-03-05 02:01:16] "GET /virtual-DNS-record/6d711a91-32da-4f63-9356-e45e9cae9573?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1337 0.003064 10.0.0.131 - - [2026-03-05 02:01:16] "GET /domains HTTP/1.1" 200 281 0.002364 10.0.0.131 - - [2026-03-05 02:01:16] "GET /domains?obj_uuids=ae3906f1-fab8-4987-bab9-45ca75cb796e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000911 10.0.0.131 - - [2026-03-05 02:01:16] "GET /domain/ae3906f1-fab8-4987-bab9-45ca75cb796e HTTP/1.1" 200 2786 0.006979 10.0.0.131 - - [2026-03-05 02:01:16] "GET /virtual-DNS/c7b67a8f-8bc9-4f92-bfeb-9874363cce23 HTTP/1.1" 200 1911 0.003748 10.0.0.131 - - [2026-03-05 02:01:16] "GET /virtual-DNS-record/6d711a91-32da-4f63-9356-e45e9cae9573 HTTP/1.1" 200 1337 0.002510 10.0.0.131 - - [2026-03-05 02:01:22] "DELETE /virtual-DNS-record/6d711a91-32da-4f63-9356-e45e9cae9573 HTTP/1.1" 200 115 0.021331 10.0.0.131 - - [2026-03-05 02:01:22] "POST /fqname-to-id HTTP/1.1" 404 184 0.002129 10.0.0.131 - - [2026-03-05 02:01:22] "POST /neutron/network HTTP/1.1" 200 833 0.004992 10.0.0.131 - - [2026-03-05 02:01:22] "POST /neutron/network HTTP/1.1" 400 204 0.010628 10.0.0.131 - - [2026-03-05 02:01:22] "POST /neutron/port HTTP/1.1" 200 1122 0.012035 10.0.0.131 - - [2026-03-05 02:01:22] "POST /neutron/port HTTP/1.1" 200 1112 0.009147 10.0.0.131 - - [2026-03-05 02:01:23] "POST /neutron/port HTTP/1.1" 200 151 0.100476 10.0.0.131 - - [2026-03-05 02:01:23] "POST /neutron/port HTTP/1.1" 200 1122 0.017972 10.0.0.131 - - [2026-03-05 02:01:23] "POST /neutron/port HTTP/1.1" 200 1112 0.009501 10.0.0.131 - - [2026-03-05 02:01:23] "POST /neutron/port HTTP/1.1" 200 151 0.103539 10.0.0.131 - - [2026-03-05 02:01:24] "POST /neutron/network HTTP/1.1" 200 833 0.004991 10.0.0.131 - - [2026-03-05 02:01:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002589 10.0.0.131 - - [2026-03-05 02:01:24] "DELETE /route-target/2e553c31-9ce2-4de3-930d-d7a1b71a3660 HTTP/1.1" 200 115 0.049691 10.0.0.131 - - [2026-03-05 02:01:24] "POST /useragent-kv HTTP/1.1" 200 115 0.002689 10.0.0.131 - - [2026-03-05 02:01:24] "POST /useragent-kv HTTP/1.1" 200 115 0.002303 10.0.0.131 - - [2026-03-05 02:01:24] "POST /neutron/network HTTP/1.1" 200 151 0.183872 10.0.0.131 - - [2026-03-05 02:01:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002307 10.0.0.131 - - [2026-03-05 02:01:24] "DELETE /network-ipam/b5eaa193-bcf1-41c6-ae9b-edd4fa31d63e HTTP/1.1" 200 115 0.016925 10.0.0.131 - - [2026-03-05 02:01:24] "DELETE /virtual-DNS/c7b67a8f-8bc9-4f92-bfeb-9874363cce23 HTTP/1.1" 200 115 0.018677 10.0.0.131 - - [2026-03-05 02:01:24] "POST /fqname-to-id HTTP/1.1" 404 180 0.003591 10.0.0.131 - - [2026-03-05 02:01:24] "GET /domains HTTP/1.1" 200 281 0.002955 10.0.0.131 - - [2026-03-05 02:01:24] "GET /domains?obj_uuids=ae3906f1-fab8-4987-bab9-45ca75cb796e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000859 10.0.0.131 - - [2026-03-05 02:01:24] "GET /domain/ae3906f1-fab8-4987-bab9-45ca75cb796e HTTP/1.1" 200 2585 0.006800 10.0.0.131 - - [2026-03-05 02:01:25] "GET /projects?obj_uuids=bef08317-9d93-4ec1-9910-71e14637a4d4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000970 10.0.0.131 - - [2026-03-05 02:01:25] "GET /project/bef08317-9d93-4ec1-9910-71e14637a4d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.025820 10.0.0.131 - - [2026-03-05 02:01:25] "GET /projects?obj_uuids=bef08317-9d93-4ec1-9910-71e14637a4d4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000841 10.0.0.131 - - [2026-03-05 02:01:25] "GET /project/bef08317-9d93-4ec1-9910-71e14637a4d4?fields=virtual_networks HTTP/1.1" 200 1036 0.065351 10.0.0.131 - - [2026-03-05 02:01:25] "GET /projects?obj_uuids=bef08317-9d93-4ec1-9910-71e14637a4d4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000926 10.0.0.131 - - [2026-03-05 02:01:25] "GET /project/bef08317-9d93-4ec1-9910-71e14637a4d4?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.022681 10.0.0.131 - - [2026-03-05 02:01:25] "GET /projects?obj_uuids=bef08317-9d93-4ec1-9910-71e14637a4d4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000908 10.0.0.131 - - [2026-03-05 02:01:25] "GET /project/bef08317-9d93-4ec1-9910-71e14637a4d4?fields=security_groups HTTP/1.1" 200 1264 0.020051 10.0.0.131 - - [2026-03-05 02:01:26] "POST /fqname-to-id HTTP/1.1" 404 189 0.024366 10.0.0.131 - - [2026-03-05 02:01:26] "GET /projects?obj_uuids=98068713-8e3a-47c2-bc70-ec38712fedc0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002035 10.0.0.131 - - [2026-03-05 02:01:26] "GET /domains?obj_uuids=ae3906f1-fab8-4987-bab9-45ca75cb796e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001215 10.0.0.131 - - [2026-03-05 02:01:26] "GET /domain/ae3906f1-fab8-4987-bab9-45ca75cb796e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006274 10.0.0.131 - - [2026-03-05 02:01:26] "POST /id-to-fqname HTTP/1.1" 200 191 0.001054 10.0.0.131 - - [2026-03-05 02:01:26] "POST /fqname-to-id HTTP/1.1" 404 200 0.002363 10.0.0.131 - - [2026-03-05 02:01:26] "POST /security-groups HTTP/1.1" 200 592 0.062272 10.0.0.131 - - [2026-03-05 02:01:26] "POST /fqname-to-id HTTP/1.1" 404 235 0.002147 10.0.0.131 - - [2026-03-05 02:01:26] "POST /projects HTTP/1.1" 200 587 0.202051 10.0.0.131 - - [2026-03-05 02:01:26] "POST /access-control-lists HTTP/1.1" 200 599 0.054816 10.0.0.131 - - [2026-03-05 02:01:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.271524 10.0.0.131 - - [2026-03-05 02:01:26] "POST /fqname-to-id HTTP/1.1" 404 234 0.002345 10.0.0.131 - - [2026-03-05 02:01:26] "GET /project/98068713-8e3a-47c2-bc70-ec38712fedc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.385709 10.0.0.131 - - [2026-03-05 02:01:26] "POST /access-control-lists HTTP/1.1" 200 597 0.057299 10.0.0.131 - - [2026-03-05 02:01:27] "GET / HTTP/1.1" 200 36215 0.001702 10.0.0.131 - - [2026-03-05 02:01:28] "POST /fqname-to-id HTTP/1.1" 401 293 0.000402 10.0.0.131 - - [2026-03-05 02:01:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.055796 10.0.0.131 - - [2026-03-05 02:01:28] "GET /projects?obj_uuids=98068713-8e3a-47c2-bc70-ec38712fedc0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000939 10.0.0.131 - - [2026-03-05 02:01:28] "GET /project/98068713-8e3a-47c2-bc70-ec38712fedc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.022300 10.0.0.131 - - [2026-03-05 02:01:28] "POST /neutron/network HTTP/1.1" 200 117 0.029791 10.0.0.131 - - [2026-03-05 02:01:28] "GET /projects?obj_uuids=98068713-8e3a-47c2-bc70-ec38712fedc0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001750 10.0.0.131 - - [2026-03-05 02:01:28] "POST /neutron/network HTTP/1.1" 200 606 0.061254 10.0.0.131 - - [2026-03-05 02:01:28] "POST /route-targets HTTP/1.1" 200 328 0.011674 10.0.0.131 - - [2026-03-05 02:01:28] "POST /ref-update HTTP/1.1" 200 156 0.012209 10.0.0.131 - - [2026-03-05 02:01:29] "POST /useragent-kv HTTP/1.1" 200 115 0.002057 10.0.0.131 - - [2026-03-05 02:01:29] "POST /neutron/subnet HTTP/1.1" 200 729 0.136960 10.0.0.131 - - [2026-03-05 02:01:29] "POST /neutron/network HTTP/1.1" 200 826 0.004508 10.0.0.131 - - [2026-03-05 02:01:29] "POST /id-to-fqname HTTP/1.1" 200 221 0.001527 10.0.0.131 - - [2026-03-05 02:01:29] "GET /virtual-network/2c646632-7c72-43d3-b488-98c45c58afe9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004444 10.0.0.131 - - [2026-03-05 02:01:29] "POST /neutron/network HTTP/1.1" 200 826 0.005567 10.0.0.131 - - [2026-03-05 02:01:29] "GET /virtual-network/2c646632-7c72-43d3-b488-98c45c58afe9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005123 10.0.0.131 - - [2026-03-05 02:01:29] "POST /neutron/network HTTP/1.1" 200 826 0.005817 10.0.0.131 - - [2026-03-05 02:01:29] "POST /neutron/subnet HTTP/1.1" 200 729 0.008990 10.0.0.131 - - [2026-03-05 02:01:29] "POST /id-to-fqname HTTP/1.1" 200 221 0.000941 10.0.0.131 - - [2026-03-05 02:01:29] "POST /neutron/network HTTP/1.1" 200 836 0.004811 10.0.0.131 - - [2026-03-05 02:01:29] "GET /aaa-mode HTTP/1.1" 401 293 0.000338 10.0.0.131 - - [2026-03-05 02:01:29] "GET / HTTP/1.1" 200 36215 0.001536 10.0.0.131 - - [2026-03-05 02:01:29] "GET /project/98068713-8e3a-47c2-bc70-ec38712fedc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000430 10.0.0.131 - - [2026-03-05 02:01:30] "GET /projects?obj_uuids=98068713-8e3a-47c2-bc70-ec38712fedc0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000911 10.0.0.131 - - [2026-03-05 02:01:30] "GET /project/98068713-8e3a-47c2-bc70-ec38712fedc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.047275 10.0.0.131 - - [2026-03-05 02:01:30] "POST /neutron/network HTTP/1.1" 200 826 0.004411 10.0.0.131 - - [2026-03-05 02:01:30] "POST /neutron/port HTTP/1.1" 200 117 0.004222 10.0.0.131 - - [2026-03-05 02:01:30] "POST /neutron/port HTTP/1.1" 200 117 0.004831 10.0.0.131 - - [2026-03-05 02:01:30] "POST /id-to-fqname HTTP/1.1" 200 221 0.001251 10.0.0.131 - - [2026-03-05 02:01:30] "POST /neutron/port HTTP/1.1" 200 117 0.004698 10.0.0.131 - - [2026-03-05 02:01:30] "POST /neutron/network HTTP/1.1" 200 836 0.004729 10.0.0.131 - - [2026-03-05 02:01:30] "GET /aaa-mode HTTP/1.1" 401 293 0.000408 10.0.0.131 - - [2026-03-05 02:01:30] "POST /neutron/network HTTP/1.1" 200 836 0.004784 10.0.0.131 - - [2026-03-05 02:01:30] "GET /projects?obj_uuids=98068713-8e3a-47c2-bc70-ec38712fedc0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001161 10.0.0.131 - - [2026-03-05 02:01:30] "GET / HTTP/1.1" 200 36215 0.002349 10.0.0.131 - - [2026-03-05 02:01:30] "GET /project/98068713-8e3a-47c2-bc70-ec38712fedc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000970 10.0.0.131 - - [2026-03-05 02:01:30] "POST /neutron/port HTTP/1.1" 200 1062 0.177039 10.0.0.131 - - [2026-03-05 02:01:30] "POST /neutron/port HTTP/1.1" 200 1062 0.008374 10.0.0.131 - - [2026-03-05 02:01:30] "POST /neutron/port HTTP/1.1" 200 1062 0.009839 10.0.0.131 - - [2026-03-05 02:01:30] "POST /neutron/port HTTP/1.1" 200 1116 0.050372 10.0.0.131 - - [2026-03-05 02:01:30] "POST /neutron/port HTTP/1.1" 200 1126 0.010085 10.0.0.131 - - [2026-03-05 02:01:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002539 10.0.0.131 - - [2026-03-05 02:01:31] "POST /neutron/subnet HTTP/1.1" 200 703 0.007860 10.0.0.131 - - [2026-03-05 02:01:31] "POST /neutron/port HTTP/1.1" 200 117 0.001079 10.0.0.131 - - [2026-03-05 02:01:31] "POST /neutron/network HTTP/1.1" 200 826 0.005081 10.0.0.131 - - [2026-03-05 02:01:31] "GET /projects?obj_uuids=98068713-8e3a-47c2-bc70-ec38712fedc0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001681 10.0.0.131 - - [2026-03-05 02:01:31] "GET /project/98068713-8e3a-47c2-bc70-ec38712fedc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.047894 10.0.0.131 - - [2026-03-05 02:01:31] "POST /neutron/network HTTP/1.1" 200 826 0.004748 10.0.0.131 - - [2026-03-05 02:01:31] "POST /neutron/port HTTP/1.1" 200 1126 0.016283 10.0.0.131 - - [2026-03-05 02:01:31] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006033 10.0.0.131 - - [2026-03-05 02:01:31] "POST /neutron/port HTTP/1.1" 200 117 0.005785 10.0.0.131 - - [2026-03-05 02:01:31] "POST /neutron/port HTTP/1.1" 200 1126 0.016728 10.0.0.131 - - [2026-03-05 02:01:31] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005381 10.0.0.131 - - [2026-03-05 02:01:31] "POST /neutron/network HTTP/1.1" 200 836 0.006300 10.0.0.131 - - [2026-03-05 02:01:31] "GET /projects?obj_uuids=98068713-8e3a-47c2-bc70-ec38712fedc0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000940 10.0.0.131 - - [2026-03-05 02:01:31] "POST /neutron/port HTTP/1.1" 200 1062 0.189443 10.0.0.131 - - [2026-03-05 02:01:31] "POST /neutron/port HTTP/1.1" 200 1062 0.009002 10.0.0.131 - - [2026-03-05 02:01:31] "POST /neutron/port HTTP/1.1" 200 1062 0.008177 10.0.0.131 - - [2026-03-05 02:01:32] "POST /neutron/port HTTP/1.1" 200 1116 0.050752 10.0.0.131 - - [2026-03-05 02:01:32] "POST /neutron/port HTTP/1.1" 200 1126 0.012046 10.0.0.131 - - [2026-03-05 02:01:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003091 10.0.0.131 - - [2026-03-05 02:01:32] "POST /neutron/subnet HTTP/1.1" 200 703 0.009928 10.0.0.131 - - [2026-03-05 02:01:32] "POST /neutron/port HTTP/1.1" 200 117 0.002146 10.0.0.131 - - [2026-03-05 02:01:32] "POST /neutron/network HTTP/1.1" 200 826 0.004743 10.0.0.131 - - [2026-03-05 02:01:36] "POST /neutron/port HTTP/1.1" 200 1126 0.011333 10.0.0.131 - - [2026-03-05 02:01:36] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008945 10.0.0.131 - - [2026-03-05 02:01:36] "POST /neutron/port HTTP/1.1" 200 1126 0.010114 10.0.0.131 - - [2026-03-05 02:01:36] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004932 10.0.0.131 - - [2026-03-05 02:01:36] "POST /neutron/port HTTP/1.1" 200 1126 0.016518 10.0.0.131 - - [2026-03-05 02:01:36] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006057 10.0.0.131 - - [2026-03-05 02:01:36] "GET /virtual-machine/f9ba7bd1-db54-4a7c-861b-b3a51d514603 HTTP/1.1" 401 293 0.000531 10.0.0.131 - - [2026-03-05 02:01:37] "GET /virtual-machine/f9ba7bd1-db54-4a7c-861b-b3a51d514603 HTTP/1.1" 200 1295 0.027382 10.0.0.131 - - [2026-03-05 02:01:37] "GET /virtual-machine-interface/9190a764-100f-41fb-a9fd-2d5b5eb28353 HTTP/1.1" 200 2953 0.010191 10.0.0.131 - - [2026-03-05 02:01:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002856 10.0.0.131 - - [2026-03-05 02:01:37] "GET /global-vrouter-config/2922bebb-86e8-4999-9cee-870c5db0ed3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002867 10.0.0.131 - - [2026-03-05 02:01:37] "GET /virtual-networks?parent_id=98068713-8e3a-47c2-bc70-ec38712fedc0&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002632 10.0.0.131 - - [2026-03-05 02:01:37] "GET /virtual-network/2c646632-7c72-43d3-b488-98c45c58afe9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004574 10.0.0.131 - - [2026-03-05 02:01:38] "DELETE /project/980687138e3a47c2bc70ec38712fedc0 HTTP/1.1" 404 173 0.003541 10.0.0.131 - - [2026-03-05 02:01:38] "GET /projects?obj_uuids=bef08317-9d93-4ec1-9910-71e14637a4d4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000828 10.0.0.131 - - [2026-03-05 02:01:38] "GET /project/bef08317-9d93-4ec1-9910-71e14637a4d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.024294 10.0.0.131 - - [2026-03-05 02:01:38] "GET /projects?obj_uuids=bef08317-9d93-4ec1-9910-71e14637a4d4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001289 10.0.0.131 - - [2026-03-05 02:01:38] "GET /project/bef08317-9d93-4ec1-9910-71e14637a4d4?fields=security_groups HTTP/1.1" 200 1366 0.064249 10.0.0.131 - - [2026-03-05 02:01:38] "DELETE /security-group/7f96a9b8-58de-42cf-a779-6863112bfd27 HTTP/1.1" 200 115 0.031477 10.0.0.131 - - [2026-03-05 02:01:38] "GET /projects?obj_uuids=bef08317-9d93-4ec1-9910-71e14637a4d4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002118 10.0.0.131 - - [2026-03-05 02:01:39] "GET /project/bef08317-9d93-4ec1-9910-71e14637a4d4?fields=application_policy_sets HTTP/1.1" 200 1405 0.043309 10.0.0.131 - - [2026-03-05 02:01:39] "DELETE /access-control-list/766473aa-cf62-49b9-b740-cf512b42f6a4 HTTP/1.1" 200 115 0.051254 10.0.0.131 - - [2026-03-05 02:01:39] "DELETE /access-control-list/48db7ae7-233f-46c4-9b36-fb1284c1667c HTTP/1.1" 200 115 0.013765 10.0.0.131 - - [2026-03-05 02:01:39] "DELETE /project/bef08317-9d93-4ec1-9910-71e14637a4d4 HTTP/1.1" 200 115 0.329013 10.0.0.131 - - [2026-03-05 02:01:39] "POST /neutron/port HTTP/1.1" 200 1126 0.009914 10.0.0.131 - - [2026-03-05 02:01:39] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004784 10.0.0.131 - - [2026-03-05 02:01:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002601 10.0.0.131 - - [2026-03-05 02:01:40] "GET /virtual-network/2c646632-7c72-43d3-b488-98c45c58afe9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005827 10.0.0.131 - - [2026-03-05 02:01:40] "POST /neutron/port HTTP/1.1" 200 1126 0.011891 10.0.0.131 - - [2026-03-05 02:01:40] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004149 10.0.0.131 - - [2026-03-05 02:01:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002893 10.0.0.131 - - [2026-03-05 02:01:42] "GET /global-vrouter-config/2922bebb-86e8-4999-9cee-870c5db0ed3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002661 10.0.0.131 - - [2026-03-05 02:01:42] "GET /virtual-networks?parent_id=98068713-8e3a-47c2-bc70-ec38712fedc0&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002455 10.0.0.131 - - [2026-03-05 02:01:42] "GET /virtual-network/2c646632-7c72-43d3-b488-98c45c58afe9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004532 10.0.0.131 - - [2026-03-05 02:01:42] "POST /neutron/port HTTP/1.1" 200 1126 0.010342 10.0.0.131 - - [2026-03-05 02:01:42] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005592 10.0.0.131 - - [2026-03-05 02:01:42] "POST /neutron/port HTTP/1.1" 200 1126 0.012572 10.0.0.131 - - [2026-03-05 02:01:42] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005131 10.0.0.131 - - [2026-03-05 02:01:42] "POST /neutron/port HTTP/1.1" 200 1126 0.011038 10.0.0.131 - - [2026-03-05 02:01:42] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005729 10.0.0.131 - - [2026-03-05 02:01:42] "GET /virtual-machine/b8fe4c75-f0f0-41ba-8f52-6168f1988cd5 HTTP/1.1" 200 1296 0.004602 10.0.0.131 - - [2026-03-05 02:01:42] "GET /virtual-machine-interface/eab847e0-352b-493f-a52d-92e9644aab7d HTTP/1.1" 200 2953 0.004003 10.0.0.131 - - [2026-03-05 02:01:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002707 10.0.0.131 - - [2026-03-05 02:01:42] "GET /global-vrouter-config/2922bebb-86e8-4999-9cee-870c5db0ed3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002563 10.0.0.131 - - [2026-03-05 02:01:43] "GET /virtual-networks?parent_id=98068713-8e3a-47c2-bc70-ec38712fedc0&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003216 10.0.0.131 - - [2026-03-05 02:01:43] "GET /virtual-network/2c646632-7c72-43d3-b488-98c45c58afe9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006669 10.0.0.131 - - [2026-03-05 02:01:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002635 10.0.0.131 - - [2026-03-05 02:01:44] "GET /global-vrouter-config/2922bebb-86e8-4999-9cee-870c5db0ed3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002868 10.0.0.131 - - [2026-03-05 02:01:44] "GET /virtual-networks?parent_id=98068713-8e3a-47c2-bc70-ec38712fedc0&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002630 10.0.0.131 - - [2026-03-05 02:01:44] "GET /virtual-network/2c646632-7c72-43d3-b488-98c45c58afe9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005216 10.0.0.131 - - [2026-03-05 02:01:46] "GET /obj-perms HTTP/1.1" 200 5075 0.081311 10.0.0.131 - - [2026-03-05 02:01:47] "GET /obj-perms HTTP/1.1" 200 5075 0.049657 10.0.0.131 - - [2026-03-05 02:01:48] "POST /neutron/network HTTP/1.1" 200 826 0.005696 10.0.0.131 - - [2026-03-05 02:01:48] "POST /neutron/network HTTP/1.1" 400 204 0.009012 10.0.0.131 - - [2026-03-05 02:01:49] "POST /neutron/port HTTP/1.1" 200 1126 0.011880 10.0.0.131 - - [2026-03-05 02:01:49] "POST /neutron/port HTTP/1.1" 200 1116 0.008560 10.0.0.131 - - [2026-03-05 02:01:49] "POST /neutron/port HTTP/1.1" 200 1126 0.012589 10.0.0.131 - - [2026-03-05 02:01:49] "POST /neutron/port HTTP/1.1" 200 1116 0.012141 10.0.0.131 - - [2026-03-05 02:01:49] "POST /neutron/port HTTP/1.1" 200 151 0.101183 10.0.0.131 - - [2026-03-05 02:01:49] "POST /neutron/port HTTP/1.1" 200 151 0.113389 10.0.0.131 - - [2026-03-05 02:01:50] "POST /neutron/network HTTP/1.1" 200 826 0.004606 10.0.0.131 - - [2026-03-05 02:01:50] "POST /useragent-kv HTTP/1.1" 200 115 0.002321 10.0.0.131 - - [2026-03-05 02:01:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002831 10.0.0.131 - - [2026-03-05 02:01:50] "POST /useragent-kv HTTP/1.1" 200 115 0.001678 10.0.0.131 - - [2026-03-05 02:01:50] "POST /neutron/network HTTP/1.1" 200 151 0.062582 10.0.0.131 - - [2026-03-05 02:01:50] "DELETE /route-target/1c361d72-050b-441a-bd98-48183719d4a3 HTTP/1.1" 200 115 0.013981 10.0.0.131 - - [2026-03-05 02:01:51] "GET /projects?obj_uuids=98068713-8e3a-47c2-bc70-ec38712fedc0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000902 10.0.0.131 - - [2026-03-05 02:01:51] "GET /project/98068713-8e3a-47c2-bc70-ec38712fedc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.023747 10.0.0.131 - - [2026-03-05 02:01:51] "GET /projects?obj_uuids=98068713-8e3a-47c2-bc70-ec38712fedc0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001062 10.0.0.131 - - [2026-03-05 02:01:51] "GET /project/98068713-8e3a-47c2-bc70-ec38712fedc0?fields=virtual_networks HTTP/1.1" 200 1036 0.063466 10.0.0.131 - - [2026-03-05 02:01:51] "GET /projects?obj_uuids=98068713-8e3a-47c2-bc70-ec38712fedc0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001275 10.0.0.131 - - [2026-03-05 02:01:51] "GET /project/98068713-8e3a-47c2-bc70-ec38712fedc0?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.023149 10.0.0.131 - - [2026-03-05 02:01:51] "GET /projects?obj_uuids=98068713-8e3a-47c2-bc70-ec38712fedc0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000922 10.0.0.131 - - [2026-03-05 02:01:51] "GET /project/98068713-8e3a-47c2-bc70-ec38712fedc0?fields=security_groups HTTP/1.1" 200 1264 0.020946 10.0.0.131 - - [2026-03-05 02:01:52] "POST /fqname-to-id HTTP/1.1" 404 188 0.028174 10.0.0.131 - - [2026-03-05 02:01:52] "GET /projects?obj_uuids=251b4987-4fc4-47e6-a477-ce7f328ddf7e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002020 10.0.0.131 - - [2026-03-05 02:01:52] "GET /domains?obj_uuids=ae3906f1-fab8-4987-bab9-45ca75cb796e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000871 10.0.0.131 - - [2026-03-05 02:01:52] "GET /domain/ae3906f1-fab8-4987-bab9-45ca75cb796e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007929 10.0.0.131 - - [2026-03-05 02:01:52] "POST /id-to-fqname HTTP/1.1" 200 190 0.001011 10.0.0.131 - - [2026-03-05 02:01:52] "POST /fqname-to-id HTTP/1.1" 404 199 0.003046 10.0.0.131 - - [2026-03-05 02:01:52] "POST /security-groups HTTP/1.1" 200 591 0.062604 10.0.0.131 - - [2026-03-05 02:01:52] "POST /fqname-to-id HTTP/1.1" 404 234 0.002111 10.0.0.131 - - [2026-03-05 02:01:52] "POST /projects HTTP/1.1" 200 585 0.204427 10.0.0.131 - - [2026-03-05 02:01:52] "POST /access-control-lists HTTP/1.1" 200 598 0.056025 10.0.0.131 - - [2026-03-05 02:01:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.275745 10.0.0.131 - - [2026-03-05 02:01:52] "POST /fqname-to-id HTTP/1.1" 404 233 0.002179 10.0.0.131 - - [2026-03-05 02:01:52] "GET /project/251b4987-4fc4-47e6-a477-ce7f328ddf7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.396618 10.0.0.131 - - [2026-03-05 02:01:52] "POST /access-control-lists HTTP/1.1" 200 596 0.055742 10.0.0.131 - - [2026-03-05 02:01:53] "GET / HTTP/1.1" 200 36215 0.001844 10.0.0.131 - - [2026-03-05 02:01:54] "POST /fqname-to-id HTTP/1.1" 401 293 0.000421 10.0.0.131 - - [2026-03-05 02:01:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.054740 10.0.0.131 - - [2026-03-05 02:01:54] "GET /projects?obj_uuids=251b4987-4fc4-47e6-a477-ce7f328ddf7e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000824 10.0.0.131 - - [2026-03-05 02:01:54] "GET /project/251b4987-4fc4-47e6-a477-ce7f328ddf7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.019866 10.0.0.131 - - [2026-03-05 02:01:54] "POST /neutron/network HTTP/1.1" 200 117 0.031512 10.0.0.131 - - [2026-03-05 02:01:54] "GET /projects?obj_uuids=251b4987-4fc4-47e6-a477-ce7f328ddf7e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001461 10.0.0.131 - - [2026-03-05 02:01:55] "POST /neutron/network HTTP/1.1" 200 625 0.079067 10.0.0.131 - - [2026-03-05 02:01:55] "POST /route-targets HTTP/1.1" 200 328 0.012282 10.0.0.131 - - [2026-03-05 02:01:55] "POST /ref-update HTTP/1.1" 200 156 0.014237 10.0.0.131 - - [2026-03-05 02:01:55] "POST /useragent-kv HTTP/1.1" 200 115 0.002448 10.0.0.131 - - [2026-03-05 02:01:55] "POST /neutron/subnet HTTP/1.1" 200 701 0.182604 10.0.0.131 - - [2026-03-05 02:01:55] "POST /neutron/network HTTP/1.1" 200 839 0.004376 10.0.0.131 - - [2026-03-05 02:01:55] "POST /id-to-fqname HTTP/1.1" 200 230 0.001028 10.0.0.131 - - [2026-03-05 02:01:55] "GET /virtual-network/36637df1-f01b-4e90-90be-7f71fc4db6d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004281 10.0.0.131 - - [2026-03-05 02:01:55] "POST /neutron/network HTTP/1.1" 200 839 0.005068 10.0.0.131 - - [2026-03-05 02:01:55] "GET /virtual-network/36637df1-f01b-4e90-90be-7f71fc4db6d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005968 10.0.0.131 - - [2026-03-05 02:01:55] "POST /neutron/network HTTP/1.1" 200 839 0.004868 10.0.0.131 - - [2026-03-05 02:01:55] "POST /neutron/subnet HTTP/1.1" 200 701 0.005873 10.0.0.131 - - [2026-03-05 02:01:55] "POST /neutron/network HTTP/1.1" 200 839 0.004852 10.0.0.131 - - [2026-03-05 02:01:55] "POST /id-to-fqname HTTP/1.1" 200 230 0.001288 10.0.0.131 - - [2026-03-05 02:01:55] "POST /neutron/network HTTP/1.1" 200 849 0.004441 10.0.0.131 - - [2026-03-05 02:01:55] "GET /aaa-mode HTTP/1.1" 401 293 0.000412 10.0.0.131 - - [2026-03-05 02:01:55] "GET / HTTP/1.1" 200 36215 0.001582 10.0.0.131 - - [2026-03-05 02:01:55] "GET /project/251b4987-4fc4-47e6-a477-ce7f328ddf7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000339 10.0.0.131 - - [2026-03-05 02:01:56] "GET /projects?obj_uuids=251b4987-4fc4-47e6-a477-ce7f328ddf7e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001250 10.0.0.131 - - [2026-03-05 02:01:56] "GET /project/251b4987-4fc4-47e6-a477-ce7f328ddf7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.050057 10.0.0.131 - - [2026-03-05 02:01:56] "POST /neutron/network HTTP/1.1" 200 839 0.005100 10.0.0.131 - - [2026-03-05 02:01:56] "POST /neutron/port HTTP/1.1" 200 117 0.004155 10.0.0.131 - - [2026-03-05 02:01:56] "POST /neutron/port HTTP/1.1" 200 117 0.004225 10.0.0.131 - - [2026-03-05 02:01:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002250 10.0.0.131 - - [2026-03-05 02:01:56] "GET /global-vrouter-config/2922bebb-86e8-4999-9cee-870c5db0ed3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002314 10.0.0.131 - - [2026-03-05 02:01:56] "PUT /global-vrouter-config/2922bebb-86e8-4999-9cee-870c5db0ed3b HTTP/1.1" 200 277 0.016028 10.0.0.131 - - [2026-03-05 02:01:56] "POST /neutron/port HTTP/1.1" 200 117 0.004004 10.0.0.131 - - [2026-03-05 02:01:56] "POST /neutron/network HTTP/1.1" 200 849 0.006123 10.0.0.131 - - [2026-03-05 02:01:56] "GET /projects?obj_uuids=251b4987-4fc4-47e6-a477-ce7f328ddf7e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000918 10.0.0.131 - - [2026-03-05 02:01:57] "POST /neutron/port HTTP/1.1" 200 1055 0.170628 10.0.0.131 - - [2026-03-05 02:01:57] "POST /neutron/port HTTP/1.1" 200 1055 0.010149 10.0.0.131 - - [2026-03-05 02:01:57] "POST /neutron/port HTTP/1.1" 200 1055 0.009465 10.0.0.131 - - [2026-03-05 02:01:57] "POST /neutron/port HTTP/1.1" 200 1109 0.064579 10.0.0.131 - - [2026-03-05 02:01:57] "POST /neutron/port HTTP/1.1" 200 1119 0.011310 10.0.0.131 - - [2026-03-05 02:01:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004078 10.0.0.131 - - [2026-03-05 02:01:57] "POST /neutron/subnet HTTP/1.1" 200 675 0.006933 10.0.0.131 - - [2026-03-05 02:01:57] "POST /neutron/port HTTP/1.1" 200 117 0.001206 10.0.0.131 - - [2026-03-05 02:01:57] "POST /neutron/network HTTP/1.1" 200 839 0.004722 10.0.0.131 - - [2026-03-05 02:02:01] "POST /neutron/port HTTP/1.1" 200 1119 0.012125 10.0.0.131 - - [2026-03-05 02:02:01] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006139 10.0.0.131 - - [2026-03-05 02:02:01] "POST /neutron/port HTTP/1.1" 200 1119 0.014004 10.0.0.131 - - [2026-03-05 02:02:01] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005179 10.0.0.131 - - [2026-03-05 02:02:01] "POST /neutron/port HTTP/1.1" 200 1119 0.010607 10.0.0.131 - - [2026-03-05 02:02:01] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006112 10.0.0.131 - - [2026-03-05 02:02:01] "GET /virtual-machine/f163b388-3748-4eba-9d9c-1e69715895b7 HTTP/1.1" 401 293 0.000441 10.0.0.131 - - [2026-03-05 02:02:02] "GET /virtual-machine/f163b388-3748-4eba-9d9c-1e69715895b7 HTTP/1.1" 200 1295 0.038532 10.0.0.131 - - [2026-03-05 02:02:02] "GET /virtual-machine-interface/c97dc654-24de-475a-8ba5-a925ce82db57 HTTP/1.1" 200 2978 0.008476 10.0.0.131 - - [2026-03-05 02:02:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004435 10.0.0.131 - - [2026-03-05 02:02:02] "GET /global-vrouter-config/2922bebb-86e8-4999-9cee-870c5db0ed3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1886 0.004305 10.0.0.131 - - [2026-03-05 02:02:02] "GET /virtual-networks?parent_id=251b4987-4fc4-47e6-a477-ce7f328ddf7e&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.002727 10.0.0.131 - - [2026-03-05 02:02:02] "GET /virtual-network/36637df1-f01b-4e90-90be-7f71fc4db6d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004946 10.0.0.131 - - [2026-03-05 02:02:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002845 10.0.0.131 - - [2026-03-05 02:02:05] "GET /virtual-network/36637df1-f01b-4e90-90be-7f71fc4db6d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004421 10.0.0.131 - - [2026-03-05 02:02:05] "POST /neutron/port HTTP/1.1" 200 1119 0.011131 10.0.0.131 - - [2026-03-05 02:02:05] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004735 10.0.0.131 - - [2026-03-05 02:02:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002815 10.0.0.131 - - [2026-03-05 02:02:07] "GET /global-vrouter-config/2922bebb-86e8-4999-9cee-870c5db0ed3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1886 0.002740 10.0.0.131 - - [2026-03-05 02:02:07] "GET /virtual-networks?parent_id=251b4987-4fc4-47e6-a477-ce7f328ddf7e&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.002754 10.0.0.131 - - [2026-03-05 02:02:07] "GET /virtual-network/36637df1-f01b-4e90-90be-7f71fc4db6d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006342 10.0.0.131 - - [2026-03-05 02:02:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002952 10.0.0.131 - - [2026-03-05 02:02:09] "GET /global-vrouter-config/2922bebb-86e8-4999-9cee-870c5db0ed3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1886 0.002411 10.0.0.131 - - [2026-03-05 02:02:09] "PUT /global-vrouter-config/2922bebb-86e8-4999-9cee-870c5db0ed3b HTTP/1.1" 200 277 0.008442 10.0.0.131 - - [2026-03-05 02:02:09] "POST /neutron/network HTTP/1.1" 200 839 0.005218 10.0.0.131 - - [2026-03-05 02:02:09] "POST /neutron/network HTTP/1.1" 400 204 0.008882 10.0.0.131 - - [2026-03-05 02:02:10] "POST /neutron/port HTTP/1.1" 200 1119 0.010596 10.0.0.131 - - [2026-03-05 02:02:10] "POST /neutron/port HTTP/1.1" 200 1109 0.008566 10.0.0.131 - - [2026-03-05 02:02:10] "POST /neutron/port HTTP/1.1" 200 151 0.096585 10.0.0.131 - - [2026-03-05 02:02:11] "POST /neutron/network HTTP/1.1" 200 839 0.004824 10.0.0.131 - - [2026-03-05 02:02:12] "POST /useragent-kv HTTP/1.1" 200 115 0.001928 10.0.0.131 - - [2026-03-05 02:02:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003305 10.0.0.131 - - [2026-03-05 02:02:12] "POST /useragent-kv HTTP/1.1" 200 115 0.001801 10.0.0.131 - - [2026-03-05 02:02:12] "POST /neutron/network HTTP/1.1" 200 151 0.067950 10.0.0.131 - - [2026-03-05 02:02:12] "DELETE /route-target/95dab546-8275-42b9-a993-ee82cdc44f43 HTTP/1.1" 200 115 0.012944 10.0.0.131 - - [2026-03-05 02:02:12] "GET /global-vrouter-configs HTTP/1.1" 200 358 0.002372 10.0.0.131 - - [2026-03-05 02:02:12] "GET /global-vrouter-config/2922bebb-86e8-4999-9cee-870c5db0ed3b HTTP/1.1" 200 1884 0.003001 10.0.0.131 - - [2026-03-05 02:02:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002072 10.0.0.131 - - [2026-03-05 02:02:12] "GET /projects?obj_uuids=251b4987-4fc4-47e6-a477-ce7f328ddf7e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000829 10.0.0.131 - - [2026-03-05 02:02:12] "GET /project/251b4987-4fc4-47e6-a477-ce7f328ddf7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.026138 10.0.0.131 - - [2026-03-05 02:02:12] "POST /neutron/network HTTP/1.1" 200 117 0.007295 10.0.0.131 - - [2026-03-05 02:02:12] "GET /projects?obj_uuids=251b4987-4fc4-47e6-a477-ce7f328ddf7e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000858 10.0.0.131 - - [2026-03-05 02:02:12] "POST /neutron/network HTTP/1.1" 200 605 0.058666 10.0.0.131 - - [2026-03-05 02:02:12] "POST /route-targets HTTP/1.1" 200 328 0.015232 10.0.0.131 - - [2026-03-05 02:02:12] "POST /ref-update HTTP/1.1" 200 156 0.013083 10.0.0.131 - - [2026-03-05 02:02:12] "POST /useragent-kv HTTP/1.1" 200 115 0.003995 10.0.0.131 - - [2026-03-05 02:02:12] "POST /neutron/subnet HTTP/1.1" 200 729 0.167106 10.0.0.131 - - [2026-03-05 02:02:12] "POST /neutron/network HTTP/1.1" 200 825 0.004365 10.0.0.131 - - [2026-03-05 02:02:13] "POST /id-to-fqname HTTP/1.1" 200 220 0.003257 10.0.0.131 - - [2026-03-05 02:02:13] "GET /virtual-network/f41e6575-07f8-4f45-b378-09db7e937139?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006134 10.0.0.131 - - [2026-03-05 02:02:13] "POST /neutron/network HTTP/1.1" 200 825 0.006739 10.0.0.131 - - [2026-03-05 02:02:13] "GET /virtual-network/f41e6575-07f8-4f45-b378-09db7e937139?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.004598 10.0.0.131 - - [2026-03-05 02:02:13] "POST /neutron/network HTTP/1.1" 200 825 0.004674 10.0.0.131 - - [2026-03-05 02:02:13] "POST /neutron/subnet HTTP/1.1" 200 729 0.006038 10.0.0.131 - - [2026-03-05 02:02:13] "POST /id-to-fqname HTTP/1.1" 200 220 0.001139 10.0.0.131 - - [2026-03-05 02:02:13] "POST /neutron/network HTTP/1.1" 200 835 0.005810 10.0.0.131 - - [2026-03-05 02:02:13] "GET /aaa-mode HTTP/1.1" 401 293 0.000396 10.0.0.131 - - [2026-03-05 02:02:13] "GET / HTTP/1.1" 200 36215 0.001774 10.0.0.131 - - [2026-03-05 02:02:13] "GET /project/251b4987-4fc4-47e6-a477-ce7f328ddf7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000493 10.0.0.131 - - [2026-03-05 02:02:14] "GET /projects?obj_uuids=251b4987-4fc4-47e6-a477-ce7f328ddf7e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000943 10.0.0.131 - - [2026-03-05 02:02:14] "GET /project/251b4987-4fc4-47e6-a477-ce7f328ddf7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.046410 10.0.0.131 - - [2026-03-05 02:02:14] "POST /neutron/network HTTP/1.1" 200 825 0.004763 10.0.0.131 - - [2026-03-05 02:02:14] "POST /neutron/port HTTP/1.1" 200 117 0.004462 10.0.0.131 - - [2026-03-05 02:02:14] "POST /neutron/port HTTP/1.1" 200 117 0.005938 10.0.0.131 - - [2026-03-05 02:02:14] "POST /neutron/port HTTP/1.1" 200 117 0.004385 10.0.0.131 - - [2026-03-05 02:02:14] "POST /neutron/network HTTP/1.1" 200 835 0.005328 10.0.0.131 - - [2026-03-05 02:02:14] "GET /projects?obj_uuids=251b4987-4fc4-47e6-a477-ce7f328ddf7e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001004 10.0.0.131 - - [2026-03-05 02:02:14] "POST /neutron/port HTTP/1.1" 200 1061 0.181090 10.0.0.131 - - [2026-03-05 02:02:14] "POST /neutron/port HTTP/1.1" 200 1061 0.009213 10.0.0.131 - - [2026-03-05 02:02:14] "POST /neutron/port HTTP/1.1" 200 1061 0.012866 10.0.0.131 - - [2026-03-05 02:02:14] "POST /neutron/port HTTP/1.1" 200 1115 0.047841 10.0.0.131 - - [2026-03-05 02:02:14] "POST /neutron/port HTTP/1.1" 200 1125 0.009835 10.0.0.131 - - [2026-03-05 02:02:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002616 10.0.0.131 - - [2026-03-05 02:02:14] "POST /neutron/subnet HTTP/1.1" 200 703 0.006340 10.0.0.131 - - [2026-03-05 02:02:14] "POST /neutron/port HTTP/1.1" 200 117 0.001360 10.0.0.131 - - [2026-03-05 02:02:14] "POST /neutron/network HTTP/1.1" 200 825 0.004916 10.0.0.131 - - [2026-03-05 02:02:19] "POST /neutron/port HTTP/1.1" 200 1125 0.010940 10.0.0.131 - - [2026-03-05 02:02:19] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005286 10.0.0.131 - - [2026-03-05 02:02:19] "POST /neutron/port HTTP/1.1" 200 1125 0.011079 10.0.0.131 - - [2026-03-05 02:02:19] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006970 10.0.0.131 - - [2026-03-05 02:02:19] "POST /neutron/port HTTP/1.1" 200 1125 0.010456 10.0.0.131 - - [2026-03-05 02:02:19] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004921 10.0.0.131 - - [2026-03-05 02:02:19] "GET /virtual-machine/e5e1f0ee-89de-469b-a20d-95b415d01ea5 HTTP/1.1" 200 1295 0.003621 10.0.0.131 - - [2026-03-05 02:02:19] "GET /virtual-machine-interface/e1ccdf0a-d85f-4b84-b461-739b88e3f4fb HTTP/1.1" 200 2948 0.004761 10.0.0.131 - - [2026-03-05 02:02:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002405 10.0.0.131 - - [2026-03-05 02:02:19] "GET /global-vrouter-config/2922bebb-86e8-4999-9cee-870c5db0ed3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002989 10.0.0.131 - - [2026-03-05 02:02:19] "GET /virtual-networks?parent_id=251b4987-4fc4-47e6-a477-ce7f328ddf7e&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002539 10.0.0.131 - - [2026-03-05 02:02:19] "GET /virtual-network/f41e6575-07f8-4f45-b378-09db7e937139?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.004790 10.0.0.131 - - [2026-03-05 02:02:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002552 10.0.0.131 - - [2026-03-05 02:02:22] "GET /virtual-network/f41e6575-07f8-4f45-b378-09db7e937139?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.004582 10.0.0.131 - - [2026-03-05 02:02:23] "POST /neutron/port HTTP/1.1" 200 1125 0.010915 10.0.0.131 - - [2026-03-05 02:02:23] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007044 10.0.0.131 - - [2026-03-05 02:02:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002403 10.0.0.131 - - [2026-03-05 02:02:24] "GET /global-vrouter-config/2922bebb-86e8-4999-9cee-870c5db0ed3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002630 10.0.0.131 - - [2026-03-05 02:02:24] "GET /virtual-networks?parent_id=251b4987-4fc4-47e6-a477-ce7f328ddf7e&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002606 10.0.0.131 - - [2026-03-05 02:02:24] "GET /virtual-network/f41e6575-07f8-4f45-b378-09db7e937139?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.004675 10.0.0.131 - - [2026-03-05 02:02:26] "POST /neutron/network HTTP/1.1" 200 825 0.005671 10.0.0.131 - - [2026-03-05 02:02:26] "POST /neutron/network HTTP/1.1" 400 204 0.010230 10.0.0.131 - - [2026-03-05 02:02:27] "POST /neutron/port HTTP/1.1" 200 1125 0.010996 10.0.0.131 - - [2026-03-05 02:02:27] "POST /neutron/port HTTP/1.1" 200 1115 0.009048 10.0.0.131 - - [2026-03-05 02:02:27] "POST /neutron/port HTTP/1.1" 200 151 0.082315 10.0.0.131 - - [2026-03-05 02:02:28] "POST /neutron/network HTTP/1.1" 200 825 0.004742 10.0.0.131 - - [2026-03-05 02:02:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002542 10.0.0.131 - - [2026-03-05 02:02:28] "POST /useragent-kv HTTP/1.1" 200 115 0.001794 10.0.0.131 - - [2026-03-05 02:02:28] "POST /useragent-kv HTTP/1.1" 200 115 0.001560 10.0.0.131 - - [2026-03-05 02:02:28] "POST /neutron/network HTTP/1.1" 200 151 0.075422 10.0.0.131 - - [2026-03-05 02:02:28] "DELETE /route-target/fa625227-0c73-4149-bf30-fc7a9d6bf3a9 HTTP/1.1" 200 115 0.018440 10.0.0.131 - - [2026-03-05 02:02:29] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.002474 10.0.0.131 - - [2026-03-05 02:02:29] "POST /network-ipams HTTP/1.1" 200 543 0.013829 10.0.0.131 - - [2026-03-05 02:02:29] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 767 0.003333 10.0.0.131 - - [2026-03-05 02:02:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002753 10.0.0.131 - - [2026-03-05 02:02:29] "GET /network-ipam/ad58cd13-900c-4403-8797-832e188da843?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1330 0.004440 10.0.0.131 - - [2026-03-05 02:02:29] "PUT /network-ipam/ad58cd13-900c-4403-8797-832e188da843 HTTP/1.1" 200 259 0.008817 10.0.0.131 - - [2026-03-05 02:02:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002451 10.0.0.131 - - [2026-03-05 02:02:29] "GET /projects?obj_uuids=251b4987-4fc4-47e6-a477-ce7f328ddf7e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000930 10.0.0.131 - - [2026-03-05 02:02:29] "GET /project/251b4987-4fc4-47e6-a477-ce7f328ddf7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.024044 10.0.0.131 - - [2026-03-05 02:02:29] "POST /neutron/network HTTP/1.1" 200 117 0.009137 10.0.0.131 - - [2026-03-05 02:02:29] "GET /projects?obj_uuids=251b4987-4fc4-47e6-a477-ce7f328ddf7e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000942 10.0.0.131 - - [2026-03-05 02:02:29] "POST /neutron/network HTTP/1.1" 200 605 0.059031 10.0.0.131 - - [2026-03-05 02:02:30] "POST /route-targets HTTP/1.1" 200 328 0.009515 10.0.0.131 - - [2026-03-05 02:02:30] "POST /ref-update HTTP/1.1" 200 156 0.012379 10.0.0.131 - - [2026-03-05 02:02:30] "POST /useragent-kv HTTP/1.1" 200 115 0.001873 10.0.0.131 - - [2026-03-05 02:02:30] "POST /neutron/subnet HTTP/1.1" 200 699 0.164920 10.0.0.131 - - [2026-03-05 02:02:30] "POST /useragent-kv HTTP/1.1" 200 115 0.002764 10.0.0.131 - - [2026-03-05 02:02:30] "POST /neutron/subnet HTTP/1.1" 200 699 0.182091 10.0.0.131 - - [2026-03-05 02:02:30] "POST /neutron/network HTTP/1.1" 200 994 0.005906 10.0.0.131 - - [2026-03-05 02:02:30] "POST /id-to-fqname HTTP/1.1" 200 220 0.001511 10.0.0.131 - - [2026-03-05 02:02:30] "GET /virtual-network/3d20924f-d138-414b-bfe5-1b0714f64ef0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.004335 10.0.0.131 - - [2026-03-05 02:02:30] "POST /neutron/network HTTP/1.1" 200 994 0.006265 10.0.0.131 - - [2026-03-05 02:02:30] "GET /virtual-network/3d20924f-d138-414b-bfe5-1b0714f64ef0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.009564 10.0.0.131 - - [2026-03-05 02:02:30] "POST /neutron/network HTTP/1.1" 200 994 0.006234 10.0.0.131 - - [2026-03-05 02:02:30] "POST /neutron/subnet HTTP/1.1" 200 699 0.006005 10.0.0.131 - - [2026-03-05 02:02:30] "POST /neutron/subnet HTTP/1.1" 200 699 0.005647 10.0.0.131 - - [2026-03-05 02:02:30] "POST /neutron/network HTTP/1.1" 200 994 0.005493 10.0.0.131 - - [2026-03-05 02:02:30] "POST /neutron/subnet HTTP/1.1" 200 699 0.005615 10.0.0.131 - - [2026-03-05 02:02:30] "POST /neutron/subnet HTTP/1.1" 200 699 0.005431 10.0.0.131 - - [2026-03-05 02:02:30] "GET /projects?obj_uuids=251b4987-4fc4-47e6-a477-ce7f328ddf7e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000875 10.0.0.131 - - [2026-03-05 02:02:30] "POST /neutron/port HTTP/1.1" 200 1017 0.146943 10.0.0.131 - - [2026-03-05 02:02:30] "GET /projects?obj_uuids=251b4987-4fc4-47e6-a477-ce7f328ddf7e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001002 10.0.0.131 - - [2026-03-05 02:02:30] "POST /neutron/port HTTP/1.1" 200 1017 0.149818 10.0.0.131 - - [2026-03-05 02:02:30] "POST /id-to-fqname HTTP/1.1" 200 220 0.001388 10.0.0.131 - - [2026-03-05 02:02:31] "POST /neutron/port HTTP/1.1" 200 1017 0.008491 10.0.0.131 - - [2026-03-05 02:02:31] "POST /neutron/port HTTP/1.1" 200 1017 0.008306 10.0.0.131 - - [2026-03-05 02:02:31] "POST /neutron/network HTTP/1.1" 200 994 0.005739 10.0.0.131 - - [2026-03-05 02:02:31] "POST /neutron/port HTTP/1.1" 200 1017 0.007590 10.0.0.131 - - [2026-03-05 02:02:31] "POST /neutron/port HTTP/1.1" 200 117 0.004521 10.0.0.131 - - [2026-03-05 02:02:31] "POST /neutron/port HTTP/1.1" 200 1017 0.008240 10.0.0.131 - - [2026-03-05 02:02:31] "POST /neutron/port HTTP/1.1" 200 117 0.007298 10.0.0.131 - - [2026-03-05 02:02:31] "POST /id-to-fqname HTTP/1.1" 200 220 0.001096 10.0.0.131 - - [2026-03-05 02:02:31] "POST /neutron/port HTTP/1.1" 200 117 0.005834 10.0.0.131 - - [2026-03-05 02:02:31] "POST /neutron/port HTTP/1.1" 200 1017 0.007699 10.0.0.131 - - [2026-03-05 02:02:31] "POST /neutron/port HTTP/1.1" 200 1017 0.010748 10.0.0.131 - - [2026-03-05 02:02:31] "POST /neutron/network HTTP/1.1" 200 994 0.006318 10.0.0.131 - - [2026-03-05 02:02:31] "POST /neutron/port HTTP/1.1" 200 1017 0.007393 10.0.0.131 - - [2026-03-05 02:02:31] "POST /neutron/port HTTP/1.1" 200 1017 0.011487 10.0.0.131 - - [2026-03-05 02:02:31] "POST /neutron/port HTTP/1.1" 200 117 0.004993 10.0.0.131 - - [2026-03-05 02:02:31] "POST /neutron/port HTTP/1.1" 200 117 0.006963 10.0.0.131 - - [2026-03-05 02:02:31] "POST /neutron/port HTTP/1.1" 200 1017 0.016258 10.0.0.131 - - [2026-03-05 02:02:31] "POST /id-to-fqname HTTP/1.1" 200 220 0.001594 10.0.0.131 - - [2026-03-05 02:02:31] "POST /neutron/network HTTP/1.1" 200 1004 0.007777 10.0.0.131 - - [2026-03-05 02:02:31] "POST /neutron/port HTTP/1.1" 200 1017 0.009420 10.0.0.131 - - [2026-03-05 02:02:31] "POST /neutron/port HTTP/1.1" 200 1017 0.007519 10.0.0.131 - - [2026-03-05 02:02:31] "POST /neutron/port HTTP/1.1" 200 1077 0.092228 10.0.0.131 - - [2026-03-05 02:02:31] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006453 10.0.0.131 - - [2026-03-05 02:02:31] "POST /neutron/port HTTP/1.1" 200 1109 0.153683 10.0.0.131 - - [2026-03-05 02:02:31] "POST /neutron/port HTTP/1.1" 200 1119 0.015319 10.0.0.131 - - [2026-03-05 02:02:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003022 10.0.0.131 - - [2026-03-05 02:02:32] "POST /neutron/network HTTP/1.1" 200 1004 0.004571 10.0.0.131 - - [2026-03-05 02:02:32] "GET /aaa-mode HTTP/1.1" 401 293 0.000390 10.0.0.131 - - [2026-03-05 02:02:32] "POST /neutron/subnet HTTP/1.1" 200 673 0.007569 10.0.0.131 - - [2026-03-05 02:02:32] "POST /neutron/port HTTP/1.1" 200 117 0.001062 10.0.0.131 - - [2026-03-05 02:02:32] "POST /neutron/network HTTP/1.1" 200 994 0.006696 10.0.0.131 - - [2026-03-05 02:02:32] "POST /neutron/port HTTP/1.1" 200 1017 0.008021 10.0.0.131 - - [2026-03-05 02:02:32] "POST /neutron/network HTTP/1.1" 200 1004 0.005077 10.0.0.131 - - [2026-03-05 02:02:32] "POST /neutron/port HTTP/1.1" 200 1017 0.009760 10.0.0.131 - - [2026-03-05 02:02:32] "POST /neutron/port HTTP/1.1" 200 1017 0.007963 10.0.0.131 - - [2026-03-05 02:02:32] "POST /neutron/port HTTP/1.1" 200 1109 0.072176 10.0.0.131 - - [2026-03-05 02:02:32] "GET / HTTP/1.1" 200 36215 0.001462 10.0.0.131 - - [2026-03-05 02:02:32] "GET /project/251b4987-4fc4-47e6-a477-ce7f328ddf7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000348 10.0.0.131 - - [2026-03-05 02:02:32] "POST /neutron/port HTTP/1.1" 200 1119 0.015043 10.0.0.131 - - [2026-03-05 02:02:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003824 10.0.0.131 - - [2026-03-05 02:02:32] "POST /neutron/subnet HTTP/1.1" 200 673 0.010389 10.0.0.131 - - [2026-03-05 02:02:32] "POST /neutron/port HTTP/1.1" 200 117 0.001549 10.0.0.131 - - [2026-03-05 02:02:32] "POST /neutron/network HTTP/1.1" 200 994 0.005563 10.0.0.131 - - [2026-03-05 02:02:32] "GET /projects?obj_uuids=251b4987-4fc4-47e6-a477-ce7f328ddf7e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000893 10.0.0.131 - - [2026-03-05 02:02:32] "GET /project/251b4987-4fc4-47e6-a477-ce7f328ddf7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.048660 10.0.0.131 - - [2026-03-05 02:02:32] "POST /neutron/network HTTP/1.1" 200 994 0.005877 10.0.0.131 - - [2026-03-05 02:02:32] "POST /neutron/port HTTP/1.1" 200 2086 0.019263 10.0.0.131 - - [2026-03-05 02:02:32] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007224 10.0.0.131 - - [2026-03-05 02:02:32] "POST /neutron/port HTTP/1.1" 200 117 0.005067 10.0.0.131 - - [2026-03-05 02:02:33] "GET /domains HTTP/1.1" 200 281 0.003222 10.0.0.131 - - [2026-03-05 02:02:33] "GET /domains?obj_uuids=ae3906f1-fab8-4987-bab9-45ca75cb796e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001209 10.0.0.131 - - [2026-03-05 02:02:33] "GET /domain/ae3906f1-fab8-4987-bab9-45ca75cb796e HTTP/1.1" 200 2772 0.009979 10.0.0.131 - - [2026-03-05 02:02:33] "GET /projects?obj_uuids=251b4987-4fc4-47e6-a477-ce7f328ddf7e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000875 10.0.0.131 - - [2026-03-05 02:02:33] "GET /project/251b4987-4fc4-47e6-a477-ce7f328ddf7e HTTP/1.1" 200 2850 0.062529 10.0.0.131 - - [2026-03-05 02:02:33] "GET /network-ipam/ad58cd13-900c-4403-8797-832e188da843 HTTP/1.1" 200 2648 0.004195 10.0.0.131 - - [2026-03-05 02:02:33] "GET /domains HTTP/1.1" 200 281 0.002754 10.0.0.131 - - [2026-03-05 02:02:33] "GET /domains?obj_uuids=ae3906f1-fab8-4987-bab9-45ca75cb796e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001358 10.0.0.131 - - [2026-03-05 02:02:33] "GET /domain/ae3906f1-fab8-4987-bab9-45ca75cb796e HTTP/1.1" 200 2772 0.008270 10.0.0.131 - - [2026-03-05 02:02:33] "GET /projects?obj_uuids=251b4987-4fc4-47e6-a477-ce7f328ddf7e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001454 10.0.0.131 - - [2026-03-05 02:02:33] "GET /project/251b4987-4fc4-47e6-a477-ce7f328ddf7e HTTP/1.1" 200 2850 0.084441 10.0.0.131 - - [2026-03-05 02:02:33] "GET /virtual-network/3d20924f-d138-414b-bfe5-1b0714f64ef0 HTTP/1.1" 200 3787 0.010502 10.0.0.131 - - [2026-03-05 02:02:33] "GET /virtual-network/3d20924f-d138-414b-bfe5-1b0714f64ef0 HTTP/1.1" 200 3787 0.010174 10.0.0.131 - - [2026-03-05 02:02:33] "GET /routing-instance/e2449d7f-74d6-41c0-b21b-d38f7d41db6f HTTP/1.1" 200 2386 0.006643 10.0.0.131 - - [2026-03-05 02:02:33] "GET /routing-instance/e2449d7f-74d6-41c0-b21b-d38f7d41db6f HTTP/1.1" 200 2386 0.005034 10.0.0.131 - - [2026-03-05 02:02:33] "GET /route-target/103224cf-67ff-4fbb-b983-b1f511268ad9 HTTP/1.1" 200 1206 0.002460 10.0.0.131 - - [2026-03-05 02:02:33] "GET /virtual-network/3d20924f-d138-414b-bfe5-1b0714f64ef0 HTTP/1.1" 200 3787 0.004183 10.0.0.131 - - [2026-03-05 02:02:33] "GET /routing-instance/e2449d7f-74d6-41c0-b21b-d38f7d41db6f HTTP/1.1" 200 2386 0.003212 10.0.0.131 - - [2026-03-05 02:02:33] "GET /virtual-network/3d20924f-d138-414b-bfe5-1b0714f64ef0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.006140 10.0.0.131 - - [2026-03-05 02:02:33] "GET /virtual-network/3d20924f-d138-414b-bfe5-1b0714f64ef0 HTTP/1.1" 200 3787 0.004935 10.0.0.131 - - [2026-03-05 02:02:33] "GET /routing-instance/e2449d7f-74d6-41c0-b21b-d38f7d41db6f HTTP/1.1" 200 2386 0.004111 10.0.0.131 - - [2026-03-05 02:02:33] "GET /routing-instance/e2449d7f-74d6-41c0-b21b-d38f7d41db6f HTTP/1.1" 200 2386 0.003473 10.0.0.131 - - [2026-03-05 02:02:33] "GET /route-target/103224cf-67ff-4fbb-b983-b1f511268ad9 HTTP/1.1" 200 1206 0.002916 10.0.0.131 - - [2026-03-05 02:02:33] "GET /domains HTTP/1.1" 200 281 0.003078 10.0.0.131 - - [2026-03-05 02:02:33] "GET /domains?obj_uuids=ae3906f1-fab8-4987-bab9-45ca75cb796e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000935 10.0.0.131 - - [2026-03-05 02:02:33] "GET /domain/ae3906f1-fab8-4987-bab9-45ca75cb796e HTTP/1.1" 200 2772 0.007521 10.0.0.131 - - [2026-03-05 02:02:33] "GET /projects?obj_uuids=251b4987-4fc4-47e6-a477-ce7f328ddf7e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000808 10.0.0.131 - - [2026-03-05 02:02:33] "GET /project/251b4987-4fc4-47e6-a477-ce7f328ddf7e HTTP/1.1" 200 2850 0.079942 10.0.0.131 - - [2026-03-05 02:02:33] "GET /virtual-network/3d20924f-d138-414b-bfe5-1b0714f64ef0 HTTP/1.1" 200 3787 0.004596 10.0.0.131 - - [2026-03-05 02:02:33] "POST /neutron/network HTTP/1.1" 200 1004 0.009039 10.0.0.131 - - [2026-03-05 02:02:33] "GET /projects?obj_uuids=251b4987-4fc4-47e6-a477-ce7f328ddf7e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001462 10.0.0.131 - - [2026-03-05 02:02:33] "POST /neutron/port HTTP/1.1" 200 1055 0.247517 10.0.0.131 - - [2026-03-05 02:02:33] "GET /obj-perms HTTP/1.1" 200 5049 0.082044 10.0.0.131 - - [2026-03-05 02:02:33] "POST /neutron/port HTTP/1.1" 200 1055 0.009553 10.0.0.131 - - [2026-03-05 02:02:33] "POST /neutron/port HTTP/1.1" 200 1055 0.008958 10.0.0.131 - - [2026-03-05 02:02:33] "POST /neutron/port HTTP/1.1" 200 1109 0.063913 10.0.0.131 - - [2026-03-05 02:02:33] "POST /neutron/port HTTP/1.1" 200 1119 0.014382 10.0.0.131 - - [2026-03-05 02:02:34] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006070 10.0.0.131 - - [2026-03-05 02:02:34] "POST /neutron/port HTTP/1.1" 200 1119 0.011510 10.0.0.131 - - [2026-03-05 02:02:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003171 10.0.0.131 - - [2026-03-05 02:02:34] "POST /neutron/port HTTP/1.1" 200 1119 0.011783 10.0.0.131 - - [2026-03-05 02:02:34] "POST /neutron/subnet HTTP/1.1" 200 673 0.006833 10.0.0.131 - - [2026-03-05 02:02:34] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008167 10.0.0.131 - - [2026-03-05 02:02:34] "POST /neutron/port HTTP/1.1" 200 117 0.000989 10.0.0.131 - - [2026-03-05 02:02:34] "POST /neutron/network HTTP/1.1" 200 994 0.005747 10.0.0.131 - - [2026-03-05 02:02:34] "POST /neutron/port HTTP/1.1" 200 1119 0.010880 10.0.0.131 - - [2026-03-05 02:02:34] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005599 10.0.0.131 - - [2026-03-05 02:02:34] "GET /virtual-machine/5c984d60-cb0c-4537-b682-5b4c638b9104 HTTP/1.1" 200 1290 0.003777 10.0.0.131 - - [2026-03-05 02:02:34] "GET /virtual-machine-interface/c931d43e-0bd4-4059-b201-994b167b57f4 HTTP/1.1" 200 2948 0.004078 10.0.0.131 - - [2026-03-05 02:02:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002331 10.0.0.131 - - [2026-03-05 02:02:34] "GET /global-vrouter-config/2922bebb-86e8-4999-9cee-870c5db0ed3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002658 10.0.0.131 - - [2026-03-05 02:02:34] "GET /virtual-networks?parent_id=251b4987-4fc4-47e6-a477-ce7f328ddf7e&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002612 10.0.0.131 - - [2026-03-05 02:02:34] "GET /virtual-network/3d20924f-d138-414b-bfe5-1b0714f64ef0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.004964 10.0.0.131 - - [2026-03-05 02:02:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002599 10.0.0.131 - - [2026-03-05 02:02:37] "GET /virtual-network/3d20924f-d138-414b-bfe5-1b0714f64ef0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.004874 10.0.0.131 - - [2026-03-05 02:02:39] "DELETE /project/251b49874fc447e6a477ce7f328ddf7e HTTP/1.1" 404 173 0.005835 10.0.0.131 - - [2026-03-05 02:02:39] "GET /projects?obj_uuids=98068713-8e3a-47c2-bc70-ec38712fedc0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000867 10.0.0.131 - - [2026-03-05 02:02:39] "GET /project/98068713-8e3a-47c2-bc70-ec38712fedc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.026050 10.0.0.131 - - [2026-03-05 02:02:39] "GET /projects?obj_uuids=98068713-8e3a-47c2-bc70-ec38712fedc0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001403 10.0.0.131 - - [2026-03-05 02:02:39] "GET /project/98068713-8e3a-47c2-bc70-ec38712fedc0?fields=security_groups HTTP/1.1" 200 1366 0.079962 10.0.0.131 - - [2026-03-05 02:02:39] "DELETE /security-group/952341ac-f98e-4083-b76b-39bdc56ea346 HTTP/1.1" 200 115 0.043077 10.0.0.131 - - [2026-03-05 02:02:39] "GET /projects?obj_uuids=98068713-8e3a-47c2-bc70-ec38712fedc0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000967 10.0.0.131 - - [2026-03-05 02:02:39] "DELETE /access-control-list/4f74f48d-71ce-4a92-b8aa-817f768ada65 HTTP/1.1" 200 115 0.029639 10.0.0.131 - - [2026-03-05 02:02:39] "GET /project/98068713-8e3a-47c2-bc70-ec38712fedc0?fields=application_policy_sets HTTP/1.1" 200 1405 0.034145 10.0.0.131 - - [2026-03-05 02:02:39] "DELETE /access-control-list/8880b873-dd3b-4440-91bb-3384eac5dc4c HTTP/1.1" 200 115 0.021455 10.0.0.131 - - [2026-03-05 02:02:39] "DELETE /project/98068713-8e3a-47c2-bc70-ec38712fedc0 HTTP/1.1" 200 115 0.341005 10.0.0.131 - - [2026-03-05 02:02:40] "POST /neutron/port HTTP/1.1" 200 1119 0.010978 10.0.0.131 - - [2026-03-05 02:02:40] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005894 10.0.0.131 - - [2026-03-05 02:02:41] "POST /neutron/port HTTP/1.1" 200 1119 0.011311 10.0.0.131 - - [2026-03-05 02:02:41] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005760 10.0.0.131 - - [2026-03-05 02:02:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002601 10.0.0.131 - - [2026-03-05 02:02:41] "GET /virtual-network/3d20924f-d138-414b-bfe5-1b0714f64ef0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.004878 10.0.0.131 - - [2026-03-05 02:02:42] "POST /neutron/port HTTP/1.1" 200 1119 0.010795 10.0.0.131 - - [2026-03-05 02:02:42] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004700 10.0.0.131 - - [2026-03-05 02:02:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002493 10.0.0.131 - - [2026-03-05 02:02:43] "GET /global-vrouter-config/2922bebb-86e8-4999-9cee-870c5db0ed3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002984 10.0.0.131 - - [2026-03-05 02:02:43] "GET /virtual-networks?parent_id=251b4987-4fc4-47e6-a477-ce7f328ddf7e&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003099 10.0.0.131 - - [2026-03-05 02:02:43] "GET /virtual-network/3d20924f-d138-414b-bfe5-1b0714f64ef0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.004880 10.0.0.131 - - [2026-03-05 02:02:44] "POST /neutron/port HTTP/1.1" 200 1119 0.011252 10.0.0.131 - - [2026-03-05 02:02:44] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006126 10.0.0.131 - - [2026-03-05 02:02:44] "POST /neutron/port HTTP/1.1" 200 1119 0.013735 10.0.0.131 - - [2026-03-05 02:02:44] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006066 10.0.0.131 - - [2026-03-05 02:02:44] "POST /neutron/port HTTP/1.1" 200 1119 0.011071 10.0.0.131 - - [2026-03-05 02:02:44] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004784 10.0.0.131 - - [2026-03-05 02:02:44] "GET /virtual-machine/74546ce9-ad55-49e7-a165-6390b476512b HTTP/1.1" 200 1290 0.003988 10.0.0.131 - - [2026-03-05 02:02:44] "GET /virtual-machine-interface/a765975c-4654-43b8-954b-118e6fa1c6b8 HTTP/1.1" 200 2948 0.004392 10.0.0.131 - - [2026-03-05 02:02:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002795 10.0.0.131 - - [2026-03-05 02:02:44] "GET /global-vrouter-config/2922bebb-86e8-4999-9cee-870c5db0ed3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002676 10.0.0.131 - - [2026-03-05 02:02:44] "GET /virtual-networks?parent_id=251b4987-4fc4-47e6-a477-ce7f328ddf7e&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003877 10.0.0.131 - - [2026-03-05 02:02:44] "GET /virtual-network/3d20924f-d138-414b-bfe5-1b0714f64ef0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.005933 10.0.0.131 - - [2026-03-05 02:02:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003469 10.0.0.131 - - [2026-03-05 02:02:45] "GET /global-vrouter-config/2922bebb-86e8-4999-9cee-870c5db0ed3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003164 10.0.0.131 - - [2026-03-05 02:02:45] "GET /virtual-networks?parent_id=251b4987-4fc4-47e6-a477-ce7f328ddf7e&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002532 10.0.0.131 - - [2026-03-05 02:02:45] "GET /virtual-network/3d20924f-d138-414b-bfe5-1b0714f64ef0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.004622 10.0.0.131 - - [2026-03-05 02:02:45] "POST /neutron/port HTTP/1.1" 200 1119 0.010563 10.0.0.131 - - [2026-03-05 02:02:45] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004971 10.0.0.131 - - [2026-03-05 02:02:45] "POST /neutron/port HTTP/1.1" 200 1119 0.012228 10.0.0.131 - - [2026-03-05 02:02:45] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006641 10.0.0.131 - - [2026-03-05 02:02:45] "POST /neutron/port HTTP/1.1" 200 1119 0.015775 10.0.0.131 - - [2026-03-05 02:02:46] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007493 10.0.0.131 - - [2026-03-05 02:02:46] "GET /virtual-machine/4b7489cd-cce5-4703-af42-5b7da13a4142 HTTP/1.1" 200 1294 0.003834 10.0.0.131 - - [2026-03-05 02:02:46] "GET /virtual-machine-interface/0c3d91dd-ab53-45e6-92bd-d6d8ebd7f0ff HTTP/1.1" 200 2946 0.005552 10.0.0.131 - - [2026-03-05 02:02:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004500 10.0.0.131 - - [2026-03-05 02:02:46] "GET /global-vrouter-config/2922bebb-86e8-4999-9cee-870c5db0ed3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003506 10.0.0.131 - - [2026-03-05 02:02:46] "GET /virtual-networks?parent_id=251b4987-4fc4-47e6-a477-ce7f328ddf7e&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002585 10.0.0.131 - - [2026-03-05 02:02:46] "GET /virtual-network/3d20924f-d138-414b-bfe5-1b0714f64ef0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.004812 10.0.0.131 - - [2026-03-05 02:02:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002462 10.0.0.131 - - [2026-03-05 02:02:47] "GET /global-vrouter-config/2922bebb-86e8-4999-9cee-870c5db0ed3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002470 10.0.0.131 - - [2026-03-05 02:02:47] "GET /virtual-networks?parent_id=251b4987-4fc4-47e6-a477-ce7f328ddf7e&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002485 10.0.0.131 - - [2026-03-05 02:02:47] "GET /virtual-network/3d20924f-d138-414b-bfe5-1b0714f64ef0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.004868 10.0.0.131 - - [2026-03-05 02:02:47] "GET /obj-perms HTTP/1.1" 200 5075 0.049834 10.0.0.131 - - [2026-03-05 02:02:47] "GET /obj-perms HTTP/1.1" 200 5075 0.046378 10.0.0.131 - - [2026-03-05 02:03:03] "POST /neutron/port HTTP/1.1" 200 1109 0.020677 10.0.0.131 - - [2026-03-05 02:03:03] "POST /neutron/port HTTP/1.1" 200 1109 0.008773 10.0.0.131 - - [2026-03-05 02:03:03] "POST /neutron/port HTTP/1.1" 200 151 0.107138 10.0.0.131 - - [2026-03-05 02:03:03] "POST /neutron/port HTTP/1.1" 200 1109 0.007947 10.0.0.131 - - [2026-03-05 02:03:03] "POST /neutron/port HTTP/1.1" 200 1109 0.008323 10.0.0.131 - - [2026-03-05 02:03:03] "POST /neutron/port HTTP/1.1" 200 1119 0.017219 10.0.0.131 - - [2026-03-05 02:03:03] "POST /neutron/port HTTP/1.1" 200 1109 0.012735 10.0.0.131 - - [2026-03-05 02:03:03] "POST /neutron/port HTTP/1.1" 200 151 0.158805 10.0.0.131 - - [2026-03-05 02:03:03] "POST /neutron/network HTTP/1.1" 200 994 0.006228 10.0.0.131 - - [2026-03-05 02:03:03] "POST /neutron/network HTTP/1.1" 400 204 0.011039 10.0.0.131 - - [2026-03-05 02:03:03] "POST /neutron/port HTTP/1.1" 200 151 0.106279 10.0.0.131 - - [2026-03-05 02:03:05] "POST /neutron/network HTTP/1.1" 200 994 0.007583 10.0.0.131 - - [2026-03-05 02:03:05] "POST /useragent-kv HTTP/1.1" 200 115 0.005143 10.0.0.131 - - [2026-03-05 02:03:05] "POST /useragent-kv HTTP/1.1" 200 115 0.003043 10.0.0.131 - - [2026-03-05 02:03:05] "POST /useragent-kv HTTP/1.1" 200 115 0.020147 10.0.0.131 - - [2026-03-05 02:03:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.025706 10.0.0.131 - - [2026-03-05 02:03:05] "POST /useragent-kv HTTP/1.1" 200 115 0.002697 10.0.0.131 - - [2026-03-05 02:03:05] "POST /neutron/network HTTP/1.1" 200 151 0.109253 10.0.0.131 - - [2026-03-05 02:03:05] "GET /routing-instance/e2449d7f-74d6-41c0-b21b-d38f7d41db6f HTTP/1.1" 404 171 0.002145 10.0.0.131 - - [2026-03-05 02:03:05] "DELETE /route-target/103224cf-67ff-4fbb-b983-b1f511268ad9 HTTP/1.1" 200 115 0.018153 10.0.0.131 - - [2026-03-05 02:03:05] "GET /domains HTTP/1.1" 200 281 0.002908 10.0.0.131 - - [2026-03-05 02:03:05] "GET /domains?obj_uuids=ae3906f1-fab8-4987-bab9-45ca75cb796e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001444 10.0.0.131 - - [2026-03-05 02:03:05] "GET /domain/ae3906f1-fab8-4987-bab9-45ca75cb796e HTTP/1.1" 200 2584 0.056494 10.0.0.131 - - [2026-03-05 02:03:05] "GET /projects?obj_uuids=251b4987-4fc4-47e6-a477-ce7f328ddf7e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000883 10.0.0.131 - - [2026-03-05 02:03:05] "GET /project/251b4987-4fc4-47e6-a477-ce7f328ddf7e HTTP/1.1" 200 2090 0.065498 10.0.0.131 - - [2026-03-05 02:03:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002413 10.0.0.131 - - [2026-03-05 02:03:06] "DELETE /network-ipam/ad58cd13-900c-4403-8797-832e188da843 HTTP/1.1" 200 115 0.023220 10.0.0.131 - - [2026-03-05 02:03:06] "POST /fqname-to-id HTTP/1.1" 404 211 0.002656 10.0.0.131 - - [2026-03-05 02:03:06] "GET /projects?obj_uuids=251b4987-4fc4-47e6-a477-ce7f328ddf7e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001006 10.0.0.131 - - [2026-03-05 02:03:06] "GET /project/251b4987-4fc4-47e6-a477-ce7f328ddf7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.024407 10.0.0.131 - - [2026-03-05 02:03:06] "GET /projects?obj_uuids=251b4987-4fc4-47e6-a477-ce7f328ddf7e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000915 10.0.0.131 - - [2026-03-05 02:03:06] "GET /project/251b4987-4fc4-47e6-a477-ce7f328ddf7e?fields=virtual_networks HTTP/1.1" 200 1033 0.063464 10.0.0.131 - - [2026-03-05 02:03:06] "GET /projects?obj_uuids=251b4987-4fc4-47e6-a477-ce7f328ddf7e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000893 10.0.0.131 - - [2026-03-05 02:03:06] "GET /project/251b4987-4fc4-47e6-a477-ce7f328ddf7e?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.027421 10.0.0.131 - - [2026-03-05 02:03:06] "GET /projects?obj_uuids=251b4987-4fc4-47e6-a477-ce7f328ddf7e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001100 10.0.0.131 - - [2026-03-05 02:03:06] "GET /project/251b4987-4fc4-47e6-a477-ce7f328ddf7e?fields=security_groups HTTP/1.1" 200 1260 0.024391 10.0.0.131 - - [2026-03-05 02:03:08] "POST /neutron/port HTTP/1.1" 200 117 0.005317 10.0.0.131 - - [2026-03-05 02:03:08] "POST /neutron/port HTTP/1.1" 400 205 0.003649 10.0.0.131 - - [2026-03-05 02:03:08] "POST /neutron/port HTTP/1.1" 200 117 0.004004 10.0.0.131 - - [2026-03-05 02:03:08] "POST /neutron/port HTTP/1.1" 400 205 0.002807 10.0.0.131 - - [2026-03-05 02:03:13] "GET / HTTP/1.1" 200 36215 0.001599 10.0.0.131 - - [2026-03-05 02:03:14] "POST /fqname-to-id HTTP/1.1" 401 293 0.000540 10.0.0.131 - - [2026-03-05 02:03:14] "POST /fqname-to-id HTTP/1.1" 404 183 0.048125 10.0.0.131 - - [2026-03-05 02:03:14] "GET /projects?obj_uuids=ac31ac00-64f5-45c6-b73f-9fb99be0c689&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002101 10.0.0.131 - - [2026-03-05 02:03:14] "GET /domains?obj_uuids=ae3906f1-fab8-4987-bab9-45ca75cb796e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001374 10.0.0.131 - - [2026-03-05 02:03:14] "GET /domain/ae3906f1-fab8-4987-bab9-45ca75cb796e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006605 10.0.0.131 - - [2026-03-05 02:03:14] "POST /id-to-fqname HTTP/1.1" 200 185 0.002153 10.0.0.131 - - [2026-03-05 02:03:14] "POST /fqname-to-id HTTP/1.1" 404 194 0.002039 10.0.0.131 - - [2026-03-05 02:03:14] "POST /security-groups HTTP/1.1" 200 586 0.064374 10.0.0.131 - - [2026-03-05 02:03:14] "POST /fqname-to-id HTTP/1.1" 404 229 0.002768 10.0.0.131 - - [2026-03-05 02:03:15] "POST /projects HTTP/1.1" 200 575 0.211133 10.0.0.131 - - [2026-03-05 02:03:15] "POST /access-control-lists HTTP/1.1" 200 593 0.057508 10.0.0.131 - - [2026-03-05 02:03:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.280416 10.0.0.131 - - [2026-03-05 02:03:15] "POST /fqname-to-id HTTP/1.1" 404 228 0.002345 10.0.0.131 - - [2026-03-05 02:03:15] "GET /project/ac31ac00-64f5-45c6-b73f-9fb99be0c689?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.399031 10.0.0.131 - - [2026-03-05 02:03:15] "POST /access-control-lists HTTP/1.1" 200 591 0.060817 10.0.0.131 - - [2026-03-05 02:03:16] "GET / HTTP/1.1" 200 36215 0.001883 10.0.0.131 - - [2026-03-05 02:03:18] "POST /fqname-to-id HTTP/1.1" 401 293 0.000417 10.0.0.131 - - [2026-03-05 02:03:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.027278 10.0.0.131 - - [2026-03-05 02:03:18] "GET /api-access-list/1940ca29-4990-444f-bd51-1385fb3e75f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.003534 10.0.0.131 - - [2026-03-05 02:03:18] "GET /api-access-list/1940ca29-4990-444f-bd51-1385fb3e75f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.002792 10.0.0.131 - - [2026-03-05 02:03:18] "GET /api-access-list/1940ca29-4990-444f-bd51-1385fb3e75f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.002881 10.0.0.131 - - [2026-03-05 02:03:18] "PUT /api-access-list/1940ca29-4990-444f-bd51-1385fb3e75f4 HTTP/1.1" 200 265 0.008446 10.0.0.131 - - [2026-03-05 02:03:18] "GET /aaa-mode HTTP/1.1" 401 293 0.000420 10.0.0.131 - - [2026-03-05 02:03:19] "GET /aaa-mode HTTP/1.1" 200 128 0.034384 10.0.0.131 - - [2026-03-05 02:03:19] "POST /fqname-to-id HTTP/1.1" 404 183 0.022165 10.0.0.131 - - [2026-03-05 02:03:19] "GET /projects?obj_uuids=965ff868-f294-465e-9ac6-4eed0cbe55dd&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002036 10.0.0.131 - - [2026-03-05 02:03:19] "GET /domains?obj_uuids=ae3906f1-fab8-4987-bab9-45ca75cb796e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001089 10.0.0.131 - - [2026-03-05 02:03:19] "GET /domain/ae3906f1-fab8-4987-bab9-45ca75cb796e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006886 10.0.0.131 - - [2026-03-05 02:03:19] "POST /id-to-fqname HTTP/1.1" 200 185 0.001208 10.0.0.131 - - [2026-03-05 02:03:19] "POST /fqname-to-id HTTP/1.1" 404 194 0.002758 10.0.0.131 - - [2026-03-05 02:03:19] "POST /security-groups HTTP/1.1" 200 586 0.064015 10.0.0.131 - - [2026-03-05 02:03:19] "POST /fqname-to-id HTTP/1.1" 404 229 0.002508 10.0.0.131 - - [2026-03-05 02:03:19] "POST /projects HTTP/1.1" 200 575 0.223434 10.0.0.131 - - [2026-03-05 02:03:19] "POST /access-control-lists HTTP/1.1" 200 593 0.058209 10.0.0.131 - - [2026-03-05 02:03:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.291632 10.0.0.131 - - [2026-03-05 02:03:20] "POST /fqname-to-id HTTP/1.1" 404 228 0.003368 10.0.0.131 - - [2026-03-05 02:03:20] "GET /project/965ff868-f294-465e-9ac6-4eed0cbe55dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.417194 10.0.0.131 - - [2026-03-05 02:03:20] "POST /access-control-lists HTTP/1.1" 200 591 0.057075 10.0.0.131 - - [2026-03-05 02:03:20] "POST /fqname-to-id HTTP/1.1" 404 183 0.021257 10.0.0.131 - - [2026-03-05 02:03:20] "GET /projects?obj_uuids=826efbc9-7781-45cf-888a-2f9c68b19f63&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003602 10.0.0.131 - - [2026-03-05 02:03:20] "GET /domains?obj_uuids=ae3906f1-fab8-4987-bab9-45ca75cb796e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001073 10.0.0.131 - - [2026-03-05 02:03:20] "GET /domain/ae3906f1-fab8-4987-bab9-45ca75cb796e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.005903 10.0.0.131 - - [2026-03-05 02:03:20] "POST /id-to-fqname HTTP/1.1" 200 185 0.002001 10.0.0.131 - - [2026-03-05 02:03:20] "POST /fqname-to-id HTTP/1.1" 404 194 0.001989 10.0.0.131 - - [2026-03-05 02:03:20] "POST /security-groups HTTP/1.1" 200 586 0.063884 10.0.0.131 - - [2026-03-05 02:03:20] "POST /fqname-to-id HTTP/1.1" 404 229 0.002065 10.0.0.131 - - [2026-03-05 02:03:20] "POST /projects HTTP/1.1" 200 575 0.210187 10.0.0.131 - - [2026-03-05 02:03:20] "POST /access-control-lists HTTP/1.1" 200 593 0.057664 10.0.0.131 - - [2026-03-05 02:03:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.277394 10.0.0.131 - - [2026-03-05 02:03:20] "POST /fqname-to-id HTTP/1.1" 404 228 0.002420 10.0.0.131 - - [2026-03-05 02:03:20] "GET /project/826efbc9-7781-45cf-888a-2f9c68b19f63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.401496 10.0.0.131 - - [2026-03-05 02:03:20] "POST /access-control-lists HTTP/1.1" 200 591 0.056324 10.0.0.131 - - [2026-03-05 02:03:21] "GET / HTTP/1.1" 200 36215 0.001858 10.0.0.131 - - [2026-03-05 02:03:22] "GET / HTTP/1.1" 200 36215 0.001449 10.0.0.131 - - [2026-03-05 02:03:22] "POST /fqname-to-id HTTP/1.1" 404 183 0.002412 10.0.0.131 - - [2026-03-05 02:03:22] "POST /api-access-lists HTTP/1.1" 200 523 0.033076 10.0.0.131 - - [2026-03-05 02:03:22] "GET /api-access-list/c1f7deb9-0085-4b60-a994-9d012d22ef88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1267 0.005749 10.0.0.131 - - [2026-03-05 02:03:22] "GET /api-access-list/c1f7deb9-0085-4b60-a994-9d012d22ef88 HTTP/1.1" 401 293 0.000489 10.0.0.131 - - [2026-03-05 02:03:23] "GET /api-access-list/c1f7deb9-0085-4b60-a994-9d012d22ef88 HTTP/1.1" 200 1267 0.051895 10.0.0.131 - - [2026-03-05 02:03:23] "POST /fqname-to-id HTTP/1.1" 401 293 0.000319 10.0.0.131 - - [2026-03-05 02:03:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.062158 10.0.0.131 - - [2026-03-05 02:03:23] "GET /projects?obj_uuids=965ff868-f294-465e-9ac6-4eed0cbe55dd&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000933 10.0.0.131 - - [2026-03-05 02:03:23] "GET /project/965ff868-f294-465e-9ac6-4eed0cbe55dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.036344 10.0.0.131 - - [2026-03-05 02:03:23] "GET /virtual-networks?parent_id=965ff868-f294-465e-9ac6-4eed0cbe55dd&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010765 10.0.0.131 - - [2026-03-05 02:03:23] "POST /virtual-networks HTTP/1.1" 200 570 0.054337 10.0.0.131 - - [2026-03-05 02:03:23] "POST /route-targets HTTP/1.1" 200 328 0.008640 10.0.0.131 - - [2026-03-05 02:03:23] "POST /ref-update HTTP/1.1" 200 156 0.011185 10.0.0.131 - - [2026-03-05 02:03:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.010251 10.0.0.131 - - [2026-03-05 02:03:23] "GET /network-ipam/c93c59f6-cf58-46ab-b7a6-081de1a53cc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1091 0.011440 10.0.0.131 - - [2026-03-05 02:03:23] "POST /useragent-kv HTTP/1.1" 200 115 0.004318 10.0.0.131 - - [2026-03-05 02:03:23] "POST /ref-update HTTP/1.1" 200 156 0.040337 10.0.0.131 - - [2026-03-05 02:03:23] "POST /neutron/network HTTP/1.1" 200 833 0.037299 10.0.0.131 - - [2026-03-05 02:03:23] "POST /neutron/network HTTP/1.1" 200 833 0.017874 10.0.0.131 - - [2026-03-05 02:03:23] "GET /virtual-network/6b1137e7-194e-4ef8-babf-9f46a1990a3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1986 0.012660 10.0.0.131 - - [2026-03-05 02:03:24] "POST /neutron/network HTTP/1.1" 200 833 0.016421 10.0.0.131 - - [2026-03-05 02:03:24] "POST /neutron/subnet HTTP/1.1" 200 680 0.023436 10.0.0.131 - - [2026-03-05 02:03:24] "GET /virtual-network/6b1137e7-194e-4ef8-babf-9f46a1990a3c HTTP/1.1" 401 293 0.000741 10.0.0.131 - - [2026-03-05 02:03:24] "GET /virtual-network/6b1137e7-194e-4ef8-babf-9f46a1990a3c HTTP/1.1" 200 2272 0.037910 10.0.0.131 - - [2026-03-05 02:03:24] "GET /virtual-network/6b1137e7-194e-4ef8-babf-9f46a1990a3c HTTP/1.1" 401 293 0.000336 10.0.0.131 - - [2026-03-05 02:03:24] "GET /virtual-network/6b1137e7-194e-4ef8-babf-9f46a1990a3c HTTP/1.1" 200 2011 0.039696 10.0.0.131 - - [2026-03-05 02:03:25] "GET /obj-perms HTTP/1.1" 200 4934 0.059623 10.0.0.131 - - [2026-03-05 02:03:25] "POST /fqname-to-id HTTP/1.1" 401 293 0.000403 10.0.0.131 - - [2026-03-05 02:03:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.022970 10.0.0.131 - - [2026-03-05 02:03:25] "GET /virtual-network/6b1137e7-194e-4ef8-babf-9f46a1990a3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1986 0.011065 10.0.0.131 - - [2026-03-05 02:03:25] "GET /obj-perms HTTP/1.1" 200 4934 0.008284 10.0.0.131 - - [2026-03-05 02:03:25] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 362 0.014223 10.0.0.131 - - [2026-03-05 02:03:25] "GET /obj-perms HTTP/1.1" 200 4934 0.053553 10.0.0.131 - - [2026-03-05 02:03:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002024 10.0.0.131 - - [2026-03-05 02:03:26] "GET /virtual-network/6b1137e7-194e-4ef8-babf-9f46a1990a3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1986 0.012334 10.0.0.131 - - [2026-03-05 02:03:26] "GET /obj-perms HTTP/1.1" 200 4934 0.008429 10.0.0.131 - - [2026-03-05 02:03:26] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 362 0.023195 10.0.0.131 - - [2026-03-05 02:03:26] "POST /id-to-fqname HTTP/1.1" 401 293 0.000379 10.0.0.131 - - [2026-03-05 02:03:26] "POST /id-to-fqname HTTP/1.1" 200 230 0.030695 10.0.0.131 - - [2026-03-05 02:03:27] "POST /neutron/network HTTP/1.1" 200 843 0.038434 10.0.0.131 - - [2026-03-05 02:03:27] "GET /aaa-mode HTTP/1.1" 401 293 0.000351 10.0.0.131 - - [2026-03-05 02:03:27] "GET / HTTP/1.1" 200 36215 0.001564 10.0.0.131 - - [2026-03-05 02:03:27] "GET /project/826efbc9-7781-45cf-888a-2f9c68b19f63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000323 10.0.0.131 - - [2026-03-05 02:03:27] "GET /projects?obj_uuids=826efbc9-7781-45cf-888a-2f9c68b19f63&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001053 10.0.0.131 - - [2026-03-05 02:03:27] "GET /project/826efbc9-7781-45cf-888a-2f9c68b19f63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.044426 10.0.0.131 - - [2026-03-05 02:03:27] "POST /neutron/network HTTP/1.1" 200 833 0.005928 10.0.0.131 - - [2026-03-05 02:03:27] "POST /neutron/port HTTP/1.1" 200 117 0.030751 10.0.0.131 - - [2026-03-05 02:03:28] "POST /neutron/port HTTP/1.1" 200 117 0.007891 10.0.0.131 - - [2026-03-05 02:03:28] "POST /neutron/port HTTP/1.1" 200 117 0.007545 10.0.0.131 - - [2026-03-05 02:03:28] "POST /neutron/network HTTP/1.1" 200 843 0.019747 10.0.0.131 - - [2026-03-05 02:03:28] "POST /neutron/network HTTP/1.1" 200 833 0.022513 10.0.0.131 - - [2026-03-05 02:03:28] "GET /projects?obj_uuids=826efbc9-7781-45cf-888a-2f9c68b19f63&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001177 10.0.0.131 - - [2026-03-05 02:03:28] "POST /neutron/port HTTP/1.1" 200 1056 0.289141 10.0.0.131 - - [2026-03-05 02:03:28] "POST /neutron/port HTTP/1.1" 200 1056 0.009378 10.0.0.131 - - [2026-03-05 02:03:28] "POST /neutron/port HTTP/1.1" 200 1056 0.009096 10.0.0.131 - - [2026-03-05 02:03:28] "POST /neutron/port HTTP/1.1" 200 1110 0.045061 10.0.0.131 - - [2026-03-05 02:03:28] "POST /neutron/port HTTP/1.1" 200 1120 0.010267 10.0.0.131 - - [2026-03-05 02:03:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002968 10.0.0.131 - - [2026-03-05 02:03:28] "POST /neutron/subnet HTTP/1.1" 200 654 0.005958 10.0.0.131 - - [2026-03-05 02:03:28] "POST /neutron/port HTTP/1.1" 200 117 0.001086 10.0.0.131 - - [2026-03-05 02:03:28] "POST /neutron/network HTTP/1.1" 200 833 0.004687 10.0.0.131 - - [2026-03-05 02:03:32] "POST /neutron/port HTTP/1.1" 200 1120 0.010583 10.0.0.131 - - [2026-03-05 02:03:32] "POST /neutron/port HTTP/1.1" 200 1120 0.010590 10.0.0.131 - - [2026-03-05 02:03:32] "POST /neutron/network HTTP/1.1" 200 843 0.005991 10.0.0.131 - - [2026-03-05 02:03:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003038 10.0.0.131 - - [2026-03-05 02:03:32] "POST /neutron/subnet HTTP/1.1" 200 654 0.007748 10.0.0.131 - - [2026-03-05 02:03:32] "POST /neutron/port HTTP/1.1" 200 117 0.001070 10.0.0.131 - - [2026-03-05 02:03:32] "POST /neutron/network HTTP/1.1" 200 833 0.004983 10.0.0.131 - - [2026-03-05 02:03:33] "POST /neutron/port HTTP/1.1" 200 1120 0.010061 10.0.0.131 - - [2026-03-05 02:03:33] "POST /neutron/security_group HTTP/1.1" 200 2053 0.005434 10.0.0.131 - - [2026-03-05 02:03:33] "POST /neutron/port HTTP/1.1" 200 1120 0.011086 10.0.0.131 - - [2026-03-05 02:03:33] "POST /neutron/security_group HTTP/1.1" 200 2053 0.006471 10.0.0.131 - - [2026-03-05 02:03:33] "POST /neutron/port HTTP/1.1" 200 1120 0.011058 10.0.0.131 - - [2026-03-05 02:03:33] "POST /neutron/security_group HTTP/1.1" 200 2053 0.005036 10.0.0.131 - - [2026-03-05 02:03:33] "POST /neutron/port HTTP/1.1" 200 1120 0.011344 10.0.0.131 - - [2026-03-05 02:03:33] "POST /neutron/security_group HTTP/1.1" 200 2053 0.005359 10.0.0.131 - - [2026-03-05 02:03:33] "GET /virtual-machine/74c66c6c-07d0-4886-bb28-2aa628338aea HTTP/1.1" 200 1289 0.011136 10.0.0.131 - - [2026-03-05 02:03:33] "GET /virtual-machine/74c66c6c-07d0-4886-bb28-2aa628338aea HTTP/1.1" 200 1289 0.009405 10.0.0.131 - - [2026-03-05 02:03:33] "GET /virtual-machine-interface/c7930563-4783-4a3e-877b-08ba3ffefe11 HTTP/1.1" 200 2536 0.013609 10.0.0.131 - - [2026-03-05 02:03:33] "GET /virtual-machine/74c66c6c-07d0-4886-bb28-2aa628338aea HTTP/1.1" 200 1289 0.010353 10.0.0.131 - - [2026-03-05 02:03:33] "GET /virtual-machine-interface/c7930563-4783-4a3e-877b-08ba3ffefe11 HTTP/1.1" 200 2536 0.012802 10.0.0.131 - - [2026-03-05 02:03:33] "GET /instance-ip/07e6ae61-cbc7-4ba5-b0d8-0328849d86ec HTTP/1.1" 200 1628 0.011573 10.0.0.131 - - [2026-03-05 02:03:33] "GET /virtual-machine/74c66c6c-07d0-4886-bb28-2aa628338aea HTTP/1.1" 200 1289 0.009947 10.0.0.131 - - [2026-03-05 02:03:33] "GET /virtual-machine-interface/c7930563-4783-4a3e-877b-08ba3ffefe11 HTTP/1.1" 200 2536 0.012102 10.0.0.131 - - [2026-03-05 02:03:33] "GET /instance-ip/07e6ae61-cbc7-4ba5-b0d8-0328849d86ec HTTP/1.1" 200 1628 0.009718 10.0.0.131 - - [2026-03-05 02:03:33] "POST /fqname-to-id HTTP/1.1" 403 339 0.009775 10.0.0.131 - - [2026-03-05 02:03:33] "GET / HTTP/1.1" 200 36215 0.002045 10.0.0.131 - - [2026-03-05 02:03:33] "POST /fqname-to-id HTTP/1.1" 401 293 0.000436 10.0.0.131 - - [2026-03-05 02:03:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.025734 10.0.0.131 - - [2026-03-05 02:03:34] "GET /global-vrouter-config/2922bebb-86e8-4999-9cee-870c5db0ed3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002850 10.0.0.131 - - [2026-03-05 02:03:34] "GET /virtual-networks?parent_id=826efbc9-7781-45cf-888a-2f9c68b19f63&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010753 10.0.0.131 - - [2026-03-05 02:03:34] "POST /fqname-to-id HTTP/1.1" 403 339 0.007965 10.0.0.131 - - [2026-03-05 02:03:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002544 10.0.0.131 - - [2026-03-05 02:03:34] "GET /global-vrouter-config/2922bebb-86e8-4999-9cee-870c5db0ed3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002488 10.0.0.131 - - [2026-03-05 02:03:34] "GET /virtual-networks?parent_id=826efbc9-7781-45cf-888a-2f9c68b19f63&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010035 10.0.0.131 - - [2026-03-05 02:03:34] "POST /fqname-to-id HTTP/1.1" 403 339 0.013600 10.0.0.131 - - [2026-03-05 02:03:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002661 10.0.0.131 - - [2026-03-05 02:03:34] "GET /global-vrouter-config/2922bebb-86e8-4999-9cee-870c5db0ed3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002564 10.0.0.131 - - [2026-03-05 02:03:34] "GET /virtual-networks?parent_id=826efbc9-7781-45cf-888a-2f9c68b19f63&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010474 10.0.0.131 - - [2026-03-05 02:03:34] "POST /fqname-to-id HTTP/1.1" 403 339 0.008847 10.0.0.131 - - [2026-03-05 02:03:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002331 10.0.0.131 - - [2026-03-05 02:03:34] "GET /global-vrouter-config/2922bebb-86e8-4999-9cee-870c5db0ed3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002393 10.0.0.131 - - [2026-03-05 02:03:34] "GET /virtual-networks?parent_id=826efbc9-7781-45cf-888a-2f9c68b19f63&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009389 10.0.0.131 - - [2026-03-05 02:03:34] "POST /fqname-to-id HTTP/1.1" 403 339 0.008336 10.0.0.131 - - [2026-03-05 02:03:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002367 10.0.0.131 - - [2026-03-05 02:03:34] "GET /global-vrouter-config/2922bebb-86e8-4999-9cee-870c5db0ed3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002481 10.0.0.131 - - [2026-03-05 02:03:34] "GET /virtual-networks?parent_id=826efbc9-7781-45cf-888a-2f9c68b19f63&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.008545 10.0.0.131 - - [2026-03-05 02:03:37] "POST /neutron/port HTTP/1.1" 200 1120 0.011823 10.0.0.131 - - [2026-03-05 02:03:37] "POST /neutron/security_group HTTP/1.1" 200 2053 0.004740 10.0.0.131 - - [2026-03-05 02:03:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.008812 10.0.0.131 - - [2026-03-05 02:03:37] "GET /virtual-network/6b1137e7-194e-4ef8-babf-9f46a1990a3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1986 0.010731 10.0.0.131 - - [2026-03-05 02:03:39] "DELETE /project/965ff868f294465e9ac64eed0cbe55dd HTTP/1.1" 404 173 0.005382 10.0.0.131 - - [2026-03-05 02:03:39] "DELETE /project/826efbc9778145cf888a2f9c68b19f63 HTTP/1.1" 404 173 0.004435 10.0.0.131 - - [2026-03-05 02:03:39] "DELETE /project/ac31ac0064f545c6b73f9fb99be0c689 HTTP/1.1" 404 173 0.003865 10.0.0.131 - - [2026-03-05 02:03:39] "GET /projects?obj_uuids=251b4987-4fc4-47e6-a477-ce7f328ddf7e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000760 10.0.0.131 - - [2026-03-05 02:03:39] "GET /project/251b4987-4fc4-47e6-a477-ce7f328ddf7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.023310 10.0.0.131 - - [2026-03-05 02:03:39] "GET /projects?obj_uuids=251b4987-4fc4-47e6-a477-ce7f328ddf7e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001264 10.0.0.131 - - [2026-03-05 02:03:39] "GET /project/251b4987-4fc4-47e6-a477-ce7f328ddf7e?fields=security_groups HTTP/1.1" 200 1362 0.065884 10.0.0.131 - - [2026-03-05 02:03:39] "DELETE /security-group/7631cc96-6c3d-477a-8415-5031e5bb677d HTTP/1.1" 200 115 0.029702 10.0.0.131 - - [2026-03-05 02:03:39] "GET /projects?obj_uuids=251b4987-4fc4-47e6-a477-ce7f328ddf7e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001173 10.0.0.131 - - [2026-03-05 02:03:39] "DELETE /access-control-list/ea71fa76-22a0-4c51-a22c-2562070acc2a HTTP/1.1" 200 115 0.024233 10.0.0.131 - - [2026-03-05 02:03:39] "GET /project/251b4987-4fc4-47e6-a477-ce7f328ddf7e?fields=application_policy_sets HTTP/1.1" 200 1401 0.028744 10.0.0.131 - - [2026-03-05 02:03:39] "DELETE /access-control-list/d0bf6bf9-2b0b-4bf6-b4d4-b3a3d0368768 HTTP/1.1" 200 115 0.022061 10.0.0.131 - - [2026-03-05 02:03:39] "POST /fqname-to-id HTTP/1.1" 403 339 0.017603 10.0.0.131 - - [2026-03-05 02:03:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002172 10.0.0.131 - - [2026-03-05 02:03:39] "GET /global-vrouter-config/2922bebb-86e8-4999-9cee-870c5db0ed3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005959 10.0.0.131 - - [2026-03-05 02:03:39] "DELETE /project/251b4987-4fc4-47e6-a477-ce7f328ddf7e HTTP/1.1" 200 115 0.305749 10.0.0.131 - - [2026-03-05 02:03:39] "GET /virtual-networks?parent_id=826efbc9-7781-45cf-888a-2f9c68b19f63&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010359 10.0.0.131 - - [2026-03-05 02:03:40] "POST /fqname-to-id HTTP/1.1" 403 339 0.009324 10.0.0.131 - - [2026-03-05 02:03:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002403 10.0.0.131 - - [2026-03-05 02:03:40] "GET /global-vrouter-config/2922bebb-86e8-4999-9cee-870c5db0ed3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003308 10.0.0.131 - - [2026-03-05 02:03:40] "GET /virtual-networks?parent_id=826efbc9-7781-45cf-888a-2f9c68b19f63&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.008889 10.0.0.131 - - [2026-03-05 02:03:40] "POST /fqname-to-id HTTP/1.1" 403 361 0.007633 10.0.0.131 - - [2026-03-05 02:03:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002411 10.0.0.131 - - [2026-03-05 02:03:40] "GET /routing-instance/d08ec021-fb89-4661-9039-2a1b8d8f03f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1534 0.002939 10.0.0.131 - - [2026-03-05 02:03:40] "GET /route-target/b6d54919-7736-4635-a1d1-a88021e6b46e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.009014 10.0.0.131 - - [2026-03-05 02:03:40] "GET /route-target/b6d54919-7736-4635-a1d1-a88021e6b46e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.002439 10.0.0.131 - - [2026-03-05 02:03:40] "POST /fqname-to-id HTTP/1.1" 403 339 0.010519 10.0.0.131 - - [2026-03-05 02:03:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002401 10.0.0.131 - - [2026-03-05 02:03:40] "GET /global-vrouter-config/2922bebb-86e8-4999-9cee-870c5db0ed3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003551 10.0.0.131 - - [2026-03-05 02:03:40] "GET /virtual-networks?parent_id=826efbc9-7781-45cf-888a-2f9c68b19f63&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.008877 10.0.0.131 - - [2026-03-05 02:03:40] "POST /fqname-to-id HTTP/1.1" 403 361 0.007824 10.0.0.131 - - [2026-03-05 02:03:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002954 10.0.0.131 - - [2026-03-05 02:03:40] "GET /routing-instance/d08ec021-fb89-4661-9039-2a1b8d8f03f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1534 0.002997 10.0.0.131 - - [2026-03-05 02:03:40] "GET /route-target/b6d54919-7736-4635-a1d1-a88021e6b46e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.008708 10.0.0.131 - - [2026-03-05 02:03:40] "GET /route-target/b6d54919-7736-4635-a1d1-a88021e6b46e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.002632 10.0.0.131 - - [2026-03-05 02:03:40] "GET /obj-perms HTTP/1.1" 200 4934 0.008650 10.0.0.131 - - [2026-03-05 02:03:40] "GET /virtual-machine/74c66c6c-07d0-4886-bb28-2aa628338aea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.009846 10.0.0.131 - - [2026-03-05 02:03:42] "GET /obj-perms HTTP/1.1" 200 4934 0.009907 10.0.0.131 - - [2026-03-05 02:03:42] "GET /virtual-machine/74c66c6c-07d0-4886-bb28-2aa628338aea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.009117 10.0.0.131 - - [2026-03-05 02:03:44] "GET /obj-perms HTTP/1.1" 200 4934 0.008502 10.0.0.131 - - [2026-03-05 02:03:44] "GET /virtual-machine/74c66c6c-07d0-4886-bb28-2aa628338aea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.008204 10.0.0.131 - - [2026-03-05 02:03:46] "GET /obj-perms HTTP/1.1" 200 4934 0.007599 10.0.0.131 - - [2026-03-05 02:03:46] "GET /virtual-machine/74c66c6c-07d0-4886-bb28-2aa628338aea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.007789 10.0.0.131 - - [2026-03-05 02:03:48] "GET /obj-perms HTTP/1.1" 200 5075 0.045884 10.0.0.131 - - [2026-03-05 02:03:48] "GET /obj-perms HTTP/1.1" 200 5075 0.047837 10.0.0.131 - - [2026-03-05 02:03:48] "GET /obj-perms HTTP/1.1" 200 4934 0.008598 10.0.0.131 - - [2026-03-05 02:03:48] "GET /virtual-machine/74c66c6c-07d0-4886-bb28-2aa628338aea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.008911 10.0.0.131 - - [2026-03-05 02:03:48] "GET /obj-perms HTTP/1.1" 200 4934 0.008170 10.0.0.131 - - [2026-03-05 02:03:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002617 10.0.0.131 - - [2026-03-05 02:03:49] "GET /virtual-machine-interface/c7930563-4783-4a3e-877b-08ba3ffefe11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2314 0.014022 10.0.0.131 - - [2026-03-05 02:03:49] "GET /obj-perms HTTP/1.1" 200 4934 0.008387 10.0.0.131 - - [2026-03-05 02:03:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002698 10.0.0.131 - - [2026-03-05 02:03:49] "GET /virtual-machine-interface/c7930563-4783-4a3e-877b-08ba3ffefe11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2314 0.013140 10.0.0.131 - - [2026-03-05 02:03:49] "GET /obj-perms HTTP/1.1" 200 4934 0.008966 10.0.0.131 - - [2026-03-05 02:03:49] "GET /virtual-machine/74c66c6c-07d0-4886-bb28-2aa628338aea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.009151 10.0.0.131 - - [2026-03-05 02:03:49] "GET /obj-perms HTTP/1.1" 200 4934 0.008677 10.0.0.131 - - [2026-03-05 02:03:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002583 10.0.0.131 - - [2026-03-05 02:03:49] "GET /virtual-machine-interface/c7930563-4783-4a3e-877b-08ba3ffefe11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2314 0.012742 10.0.0.131 - - [2026-03-05 02:03:49] "GET /obj-perms HTTP/1.1" 200 4934 0.008143 10.0.0.131 - - [2026-03-05 02:03:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002446 10.0.0.131 - - [2026-03-05 02:03:49] "GET /virtual-network/6b1137e7-194e-4ef8-babf-9f46a1990a3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1986 0.011685 10.0.0.131 - - [2026-03-05 02:03:49] "GET /obj-perms HTTP/1.1" 200 4934 0.009187 10.0.0.131 - - [2026-03-05 02:03:49] "GET /virtual-machine/74c66c6c-07d0-4886-bb28-2aa628338aea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.009560 10.0.0.131 - - [2026-03-05 02:03:49] "GET /obj-perms HTTP/1.1" 200 4934 0.009849 10.0.0.131 - - [2026-03-05 02:03:49] "GET /obj-perms HTTP/1.1" 200 4934 0.010298 10.0.0.131 - - [2026-03-05 02:03:50] "GET /obj-perms HTTP/1.1" 200 4934 0.054759 10.0.0.131 - - [2026-03-05 02:03:50] "GET /obj-perms HTTP/1.1" 200 4934 0.008600 10.0.0.131 - - [2026-03-05 02:03:50] "GET /obj-perms HTTP/1.1" 200 5039 0.055200 10.0.0.131 - - [2026-03-05 02:03:50] "GET /obj-perms HTTP/1.1" 200 5039 0.002784 10.0.0.131 - - [2026-03-05 02:03:50] "GET /obj-perms HTTP/1.1" 200 4934 0.008965 10.0.0.131 - - [2026-03-05 02:03:50] "GET /obj-perms HTTP/1.1" 200 4934 0.008377 10.0.0.131 - - [2026-03-05 02:03:51] "GET /obj-perms HTTP/1.1" 200 4934 0.055241 10.0.0.131 - - [2026-03-05 02:03:51] "GET /obj-perms HTTP/1.1" 200 4934 0.008218 10.0.0.131 - - [2026-03-05 02:03:51] "GET /obj-perms HTTP/1.1" 200 5039 0.003842 10.0.0.131 - - [2026-03-05 02:03:51] "GET /obj-perms HTTP/1.1" 200 5039 0.003243 10.0.0.131 - - [2026-03-05 02:03:51] "GET /obj-perms HTTP/1.1" 200 4934 0.008594 10.0.0.131 - - [2026-03-05 02:03:51] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 321 0.010540 10.0.0.131 - - [2026-03-05 02:03:51] "GET /virtual-machine/74c66c6c-07d0-4886-bb28-2aa628338aea HTTP/1.1" 200 1289 0.011220 10.0.0.131 - - [2026-03-05 02:03:52] "POST /neutron/port HTTP/1.1" 200 1120 0.010460 10.0.0.131 - - [2026-03-05 02:03:52] "POST /neutron/port HTTP/1.1" 200 1110 0.008311 10.0.0.131 - - [2026-03-05 02:03:52] "POST /neutron/port HTTP/1.1" 200 151 0.086991 10.0.0.131 - - [2026-03-05 02:03:53] "GET /virtual-machine/74c66c6c-07d0-4886-bb28-2aa628338aea HTTP/1.1" 404 171 0.008364 10.0.0.131 - - [2026-03-05 02:03:53] "GET /virtual-machine/74c66c6c-07d0-4886-bb28-2aa628338aea HTTP/1.1" 404 171 0.007230 10.0.0.131 - - [2026-03-05 02:03:53] "GET /virtual-machine/74c66c6c-07d0-4886-bb28-2aa628338aea HTTP/1.1" 404 171 0.007531 10.0.0.131 - - [2026-03-05 02:03:53] "POST /fqname-to-id HTTP/1.1" 403 339 0.008652 10.0.0.131 - - [2026-03-05 02:03:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002048 10.0.0.131 - - [2026-03-05 02:03:53] "GET /global-vrouter-config/2922bebb-86e8-4999-9cee-870c5db0ed3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002500 10.0.0.131 - - [2026-03-05 02:03:53] "GET /virtual-networks?parent_id=826efbc9-7781-45cf-888a-2f9c68b19f63&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.008472 10.0.0.131 - - [2026-03-05 02:03:53] "POST /fqname-to-id HTTP/1.1" 403 361 0.007377 10.0.0.131 - - [2026-03-05 02:03:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002293 10.0.0.131 - - [2026-03-05 02:03:53] "GET /routing-instance/d08ec021-fb89-4661-9039-2a1b8d8f03f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1534 0.002896 10.0.0.131 - - [2026-03-05 02:03:53] "GET /route-target/b6d54919-7736-4635-a1d1-a88021e6b46e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.008194 10.0.0.131 - - [2026-03-05 02:03:53] "GET /route-target/b6d54919-7736-4635-a1d1-a88021e6b46e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.002363 10.0.0.131 - - [2026-03-05 02:03:53] "GET /obj-perms HTTP/1.1" 200 4934 0.008351 10.0.0.131 - - [2026-03-05 02:03:53] "GET /obj-perms HTTP/1.1" 200 4934 0.007557 10.0.0.131 - - [2026-03-05 02:03:54] "GET /obj-perms HTTP/1.1" 200 4934 0.053292 10.0.0.131 - - [2026-03-05 02:03:54] "GET /obj-perms HTTP/1.1" 200 4934 0.008387 10.0.0.131 - - [2026-03-05 02:03:54] "GET /obj-perms HTTP/1.1" 200 5039 0.002787 10.0.0.131 - - [2026-03-05 02:03:57] "GET /obj-perms HTTP/1.1" 200 5039 0.003280 10.0.0.131 - - [2026-03-05 02:04:00] "GET /obj-perms HTTP/1.1" 200 5039 0.003077 10.0.0.131 - - [2026-03-05 02:04:03] "GET /obj-perms HTTP/1.1" 200 5039 0.002892 10.0.0.131 - - [2026-03-05 02:04:06] "GET /obj-perms HTTP/1.1" 200 5039 0.003185 10.0.0.131 - - [2026-03-05 02:04:09] "GET /obj-perms HTTP/1.1" 200 5039 0.002851 10.0.0.131 - - [2026-03-05 02:04:12] "GET /obj-perms HTTP/1.1" 200 5039 0.002964 10.0.0.131 - - [2026-03-05 02:04:15] "GET /obj-perms HTTP/1.1" 200 5039 0.002836 10.0.0.131 - - [2026-03-05 02:04:18] "GET /obj-perms HTTP/1.1" 200 5039 0.002735 10.0.0.131 - - [2026-03-05 02:04:21] "GET /obj-perms HTTP/1.1" 200 5039 0.002952 10.0.0.131 - - [2026-03-05 02:04:24] "GET /obj-perms HTTP/1.1" 200 5039 0.002677 10.0.0.131 - - [2026-03-05 02:04:27] "GET /obj-perms HTTP/1.1" 200 5039 0.003086 10.0.0.131 - - [2026-03-05 02:04:30] "GET /obj-perms HTTP/1.1" 200 5039 0.002858 10.0.0.131 - - [2026-03-05 02:04:33] "GET /obj-perms HTTP/1.1" 200 5039 0.003473 10.0.0.131 - - [2026-03-05 02:04:36] "GET /obj-perms HTTP/1.1" 200 5039 0.003366 10.0.0.131 - - [2026-03-05 02:04:39] "GET /obj-perms HTTP/1.1" 200 5039 0.003324 10.0.0.131 - - [2026-03-05 02:04:39] "POST /useragent-kv HTTP/1.1" 200 115 0.002759 10.0.0.131 - - [2026-03-05 02:04:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003397 10.0.0.131 - - [2026-03-05 02:04:39] "POST /useragent-kv HTTP/1.1" 200 115 0.001397 10.0.0.131 - - [2026-03-05 02:04:39] "DELETE /virtual-network/6b1137e7-194e-4ef8-babf-9f46a1990a3c HTTP/1.1" 200 115 0.060586 10.0.0.131 - - [2026-03-05 02:04:39] "DELETE /route-target/b6d54919-7736-4635-a1d1-a88021e6b46e HTTP/1.1" 200 115 0.013784 10.0.0.131 - - [2026-03-05 02:04:39] "DELETE /api-access-list/c1f7deb9-0085-4b60-a994-9d012d22ef88 HTTP/1.1" 200 115 0.016112 10.0.0.131 - - [2026-03-05 02:04:39] "GET /api-access-list/c1f7deb9-0085-4b60-a994-9d012d22ef88 HTTP/1.1" 404 171 0.002219 10.0.0.131 - - [2026-03-05 02:04:40] "GET /projects?obj_uuids=826efbc9-7781-45cf-888a-2f9c68b19f63&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000902 10.0.0.131 - - [2026-03-05 02:04:40] "GET /project/826efbc9-7781-45cf-888a-2f9c68b19f63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.023082 10.0.0.131 - - [2026-03-05 02:04:40] "GET /projects?obj_uuids=826efbc9-7781-45cf-888a-2f9c68b19f63&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000993 10.0.0.131 - - [2026-03-05 02:04:40] "GET /project/826efbc9-7781-45cf-888a-2f9c68b19f63?fields=virtual_networks HTTP/1.1" 200 1022 0.064288 10.0.0.131 - - [2026-03-05 02:04:40] "GET /projects?obj_uuids=826efbc9-7781-45cf-888a-2f9c68b19f63&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000879 10.0.0.131 - - [2026-03-05 02:04:40] "GET /project/826efbc9-7781-45cf-888a-2f9c68b19f63?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.019387 10.0.0.131 - - [2026-03-05 02:04:40] "GET /projects?obj_uuids=826efbc9-7781-45cf-888a-2f9c68b19f63&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000865 10.0.0.131 - - [2026-03-05 02:04:40] "GET /project/826efbc9-7781-45cf-888a-2f9c68b19f63?fields=security_groups HTTP/1.1" 200 1244 0.020251 10.0.0.131 - - [2026-03-05 02:04:40] "GET /projects?obj_uuids=965ff868-f294-465e-9ac6-4eed0cbe55dd&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001079 10.0.0.131 - - [2026-03-05 02:04:40] "GET /project/965ff868-f294-465e-9ac6-4eed0cbe55dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.018580 10.0.0.131 - - [2026-03-05 02:04:40] "GET /projects?obj_uuids=965ff868-f294-465e-9ac6-4eed0cbe55dd&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000817 10.0.0.131 - - [2026-03-05 02:04:40] "GET /project/965ff868-f294-465e-9ac6-4eed0cbe55dd?fields=virtual_networks HTTP/1.1" 200 1024 0.063753 10.0.0.131 - - [2026-03-05 02:04:40] "GET /projects?obj_uuids=965ff868-f294-465e-9ac6-4eed0cbe55dd&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000888 10.0.0.131 - - [2026-03-05 02:04:40] "GET /project/965ff868-f294-465e-9ac6-4eed0cbe55dd?fields=virtual_machine_interfaces HTTP/1.1" 200 1024 0.019678 10.0.0.131 - - [2026-03-05 02:04:40] "GET /projects?obj_uuids=965ff868-f294-465e-9ac6-4eed0cbe55dd&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001046 10.0.0.131 - - [2026-03-05 02:04:40] "GET /project/965ff868-f294-465e-9ac6-4eed0cbe55dd?fields=security_groups HTTP/1.1" 200 1246 0.022305 10.0.0.131 - - [2026-03-05 02:04:42] "GET /api-access-list/1940ca29-4990-444f-bd51-1385fb3e75f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2412 0.003818 10.0.0.131 - - [2026-03-05 02:04:42] "PUT /api-access-list/1940ca29-4990-444f-bd51-1385fb3e75f4 HTTP/1.1" 200 265 0.007987 10.0.0.131 - - [2026-03-05 02:04:42] "GET /projects?obj_uuids=ac31ac00-64f5-45c6-b73f-9fb99be0c689&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000878 10.0.0.131 - - [2026-03-05 02:04:42] "GET /project/ac31ac00-64f5-45c6-b73f-9fb99be0c689?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.020976 10.0.0.131 - - [2026-03-05 02:04:42] "GET /projects?obj_uuids=ac31ac00-64f5-45c6-b73f-9fb99be0c689&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000885 10.0.0.131 - - [2026-03-05 02:04:42] "GET /project/ac31ac00-64f5-45c6-b73f-9fb99be0c689?fields=virtual_networks HTTP/1.1" 200 1024 0.068734 10.0.0.131 - - [2026-03-05 02:04:42] "GET /projects?obj_uuids=ac31ac00-64f5-45c6-b73f-9fb99be0c689&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000982 10.0.0.131 - - [2026-03-05 02:04:42] "GET /project/ac31ac00-64f5-45c6-b73f-9fb99be0c689?fields=virtual_machine_interfaces HTTP/1.1" 200 1024 0.021065 10.0.0.131 - - [2026-03-05 02:04:42] "GET /projects?obj_uuids=ac31ac00-64f5-45c6-b73f-9fb99be0c689&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000849 10.0.0.131 - - [2026-03-05 02:04:42] "GET /project/ac31ac00-64f5-45c6-b73f-9fb99be0c689?fields=security_groups HTTP/1.1" 200 1246 0.021578 10.0.0.131 - - [2026-03-05 02:04:43] "POST /fqname-to-id HTTP/1.1" 404 188 0.024920 10.0.0.131 - - [2026-03-05 02:04:43] "GET /projects?obj_uuids=e861f14e-f876-4414-90e1-b2c3a16fcd5e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005287 10.0.0.131 - - [2026-03-05 02:04:43] "GET /domains?obj_uuids=ae3906f1-fab8-4987-bab9-45ca75cb796e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000840 10.0.0.131 - - [2026-03-05 02:04:43] "GET /domain/ae3906f1-fab8-4987-bab9-45ca75cb796e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.005768 10.0.0.131 - - [2026-03-05 02:04:43] "POST /id-to-fqname HTTP/1.1" 200 190 0.001763 10.0.0.131 - - [2026-03-05 02:04:43] "POST /fqname-to-id HTTP/1.1" 404 199 0.002254 10.0.0.131 - - [2026-03-05 02:04:43] "POST /security-groups HTTP/1.1" 200 591 0.059516 10.0.0.131 - - [2026-03-05 02:04:43] "POST /fqname-to-id HTTP/1.1" 404 234 0.002309 10.0.0.131 - - [2026-03-05 02:04:43] "POST /projects HTTP/1.1" 200 585 0.199366 10.0.0.131 - - [2026-03-05 02:04:43] "POST /access-control-lists HTTP/1.1" 200 598 0.058078 10.0.0.131 - - [2026-03-05 02:04:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.270760 10.0.0.131 - - [2026-03-05 02:04:43] "POST /fqname-to-id HTTP/1.1" 404 233 0.002577 10.0.0.131 - - [2026-03-05 02:04:43] "GET /project/e861f14e-f876-4414-90e1-b2c3a16fcd5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.389814 10.0.0.131 - - [2026-03-05 02:04:43] "POST /access-control-lists HTTP/1.1" 200 596 0.060225 10.0.0.131 - - [2026-03-05 02:04:44] "GET / HTTP/1.1" 200 36215 0.001664 10.0.0.131 - - [2026-03-05 02:04:46] "POST /fqname-to-id HTTP/1.1" 401 293 0.000413 10.0.0.131 - - [2026-03-05 02:04:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.027079 10.0.0.131 - - [2026-03-05 02:04:46] "GET /api-access-list/1940ca29-4990-444f-bd51-1385fb3e75f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.002625 10.0.0.131 - - [2026-03-05 02:04:46] "GET /api-access-list/1940ca29-4990-444f-bd51-1385fb3e75f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.002913 10.0.0.131 - - [2026-03-05 02:04:47] "GET /api-access-list/1940ca29-4990-444f-bd51-1385fb3e75f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.002749 10.0.0.131 - - [2026-03-05 02:04:47] "PUT /api-access-list/1940ca29-4990-444f-bd51-1385fb3e75f4 HTTP/1.1" 200 265 0.010226 10.0.0.131 - - [2026-03-05 02:04:47] "GET /aaa-mode HTTP/1.1" 200 128 0.000959 10.0.0.131 - - [2026-03-05 02:04:47] "POST /fqname-to-id HTTP/1.1" 404 188 0.021322 10.0.0.131 - - [2026-03-05 02:04:47] "GET /projects?obj_uuids=d3d67c66-a17d-46cb-883d-0901366b48ea&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.001886 10.0.0.131 - - [2026-03-05 02:04:47] "GET /domains?obj_uuids=ae3906f1-fab8-4987-bab9-45ca75cb796e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000859 10.0.0.131 - - [2026-03-05 02:04:47] "GET /domain/ae3906f1-fab8-4987-bab9-45ca75cb796e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.005831 10.0.0.131 - - [2026-03-05 02:04:47] "POST /id-to-fqname HTTP/1.1" 200 190 0.001089 10.0.0.131 - - [2026-03-05 02:04:47] "POST /fqname-to-id HTTP/1.1" 404 199 0.002787 10.0.0.131 - - [2026-03-05 02:04:47] "POST /security-groups HTTP/1.1" 200 591 0.060015 10.0.0.131 - - [2026-03-05 02:04:47] "POST /fqname-to-id HTTP/1.1" 404 234 0.002100 10.0.0.131 - - [2026-03-05 02:04:47] "POST /projects HTTP/1.1" 200 585 0.202486 10.0.0.131 - - [2026-03-05 02:04:47] "POST /access-control-lists HTTP/1.1" 200 598 0.056513 10.0.0.131 - - [2026-03-05 02:04:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.269219 10.0.0.131 - - [2026-03-05 02:04:48] "POST /fqname-to-id HTTP/1.1" 404 233 0.002239 10.0.0.131 - - [2026-03-05 02:04:48] "GET /project/d3d67c66-a17d-46cb-883d-0901366b48ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.387544 10.0.0.131 - - [2026-03-05 02:04:48] "POST /access-control-lists HTTP/1.1" 200 596 0.056445 10.0.0.131 - - [2026-03-05 02:04:48] "POST /fqname-to-id HTTP/1.1" 404 188 0.021562 10.0.0.131 - - [2026-03-05 02:04:48] "GET /projects?obj_uuids=c83827aa-471d-443f-9dae-527104cc6b45&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003480 10.0.0.131 - - [2026-03-05 02:04:48] "GET /domains?obj_uuids=ae3906f1-fab8-4987-bab9-45ca75cb796e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001304 10.0.0.131 - - [2026-03-05 02:04:48] "GET /domain/ae3906f1-fab8-4987-bab9-45ca75cb796e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007914 10.0.0.131 - - [2026-03-05 02:04:48] "POST /id-to-fqname HTTP/1.1" 200 190 0.001524 10.0.0.131 - - [2026-03-05 02:04:48] "POST /fqname-to-id HTTP/1.1" 404 199 0.001946 10.0.0.131 - - [2026-03-05 02:04:48] "POST /security-groups HTTP/1.1" 200 591 0.059536 10.0.0.131 - - [2026-03-05 02:04:48] "POST /fqname-to-id HTTP/1.1" 404 234 0.001917 10.0.0.131 - - [2026-03-05 02:04:48] "POST /projects HTTP/1.1" 200 585 0.206065 10.0.0.131 - - [2026-03-05 02:04:48] "POST /access-control-lists HTTP/1.1" 200 598 0.055322 10.0.0.131 - - [2026-03-05 02:04:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.279300 10.0.0.131 - - [2026-03-05 02:04:48] "POST /fqname-to-id HTTP/1.1" 404 233 0.002405 10.0.0.131 - - [2026-03-05 02:04:48] "GET /project/c83827aa-471d-443f-9dae-527104cc6b45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.402940 10.0.0.131 - - [2026-03-05 02:04:48] "POST /access-control-lists HTTP/1.1" 200 596 0.060840 10.0.0.131 - - [2026-03-05 02:04:48] "GET /obj-perms HTTP/1.1" 200 5075 0.069452 10.0.0.131 - - [2026-03-05 02:04:49] "GET /obj-perms HTTP/1.1" 200 5075 0.107137 10.0.0.131 - - [2026-03-05 02:04:49] "GET / HTTP/1.1" 200 36215 0.002426 10.0.0.131 - - [2026-03-05 02:04:50] "GET / HTTP/1.1" 200 36215 0.001446 10.0.0.131 - - [2026-03-05 02:04:50] "POST /fqname-to-id HTTP/1.1" 404 183 0.002541 10.0.0.131 - - [2026-03-05 02:04:50] "POST /api-access-lists HTTP/1.1" 200 523 0.012473 10.0.0.131 - - [2026-03-05 02:04:51] "GET /api-access-list/fd0bf42e-7570-4db5-b66d-4cf04b6c7b56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1291 0.003825 10.0.0.131 - - [2026-03-05 02:04:51] "GET /api-access-list/fd0bf42e-7570-4db5-b66d-4cf04b6c7b56 HTTP/1.1" 401 293 0.000404 10.0.0.131 - - [2026-03-05 02:04:51] "GET /api-access-list/fd0bf42e-7570-4db5-b66d-4cf04b6c7b56 HTTP/1.1" 200 1291 0.048300 10.0.0.131 - - [2026-03-05 02:04:51] "POST /fqname-to-id HTTP/1.1" 401 293 0.000316 10.0.0.131 - - [2026-03-05 02:04:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.045388 10.0.0.131 - - [2026-03-05 02:04:51] "GET /projects?obj_uuids=d3d67c66-a17d-46cb-883d-0901366b48ea&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000966 10.0.0.131 - - [2026-03-05 02:04:51] "GET /project/d3d67c66-a17d-46cb-883d-0901366b48ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.025821 10.0.0.131 - - [2026-03-05 02:04:51] "GET /virtual-networks?parent_id=d3d67c66-a17d-46cb-883d-0901366b48ea&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009520 10.0.0.131 - - [2026-03-05 02:04:51] "POST /virtual-networks HTTP/1.1" 200 585 0.053442 10.0.0.131 - - [2026-03-05 02:04:51] "POST /route-targets HTTP/1.1" 200 328 0.009928 10.0.0.131 - - [2026-03-05 02:04:51] "POST /ref-update HTTP/1.1" 200 156 0.014564 10.0.0.131 - - [2026-03-05 02:04:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.014517 10.0.0.131 - - [2026-03-05 02:04:52] "GET /network-ipam/c93c59f6-cf58-46ab-b7a6-081de1a53cc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1091 0.010139 10.0.0.131 - - [2026-03-05 02:04:52] "POST /useragent-kv HTTP/1.1" 200 115 0.002301 10.0.0.131 - - [2026-03-05 02:04:52] "POST /ref-update HTTP/1.1" 200 156 0.044258 10.0.0.131 - - [2026-03-05 02:04:52] "POST /neutron/network HTTP/1.1" 200 848 0.039690 10.0.0.131 - - [2026-03-05 02:04:52] "POST /neutron/network HTTP/1.1" 200 848 0.015240 10.0.0.131 - - [2026-03-05 02:04:52] "GET /virtual-network/e2d903ea-7afb-4bd3-8e4d-0ecc285aed6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2017 0.010856 10.0.0.131 - - [2026-03-05 02:04:52] "POST /neutron/network HTTP/1.1" 200 848 0.016610 10.0.0.131 - - [2026-03-05 02:04:52] "POST /neutron/subnet HTTP/1.1" 200 679 0.022758 10.0.0.131 - - [2026-03-05 02:04:52] "POST /fqname-to-id HTTP/1.1" 401 293 0.000362 10.0.0.131 - - [2026-03-05 02:04:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.034451 10.0.0.131 - - [2026-03-05 02:04:52] "GET /projects?obj_uuids=c83827aa-471d-443f-9dae-527104cc6b45&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000911 10.0.0.131 - - [2026-03-05 02:04:52] "GET /project/c83827aa-471d-443f-9dae-527104cc6b45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.028984 10.0.0.131 - - [2026-03-05 02:04:52] "GET /virtual-networks?parent_id=c83827aa-471d-443f-9dae-527104cc6b45&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009422 10.0.0.131 - - [2026-03-05 02:04:52] "POST /virtual-networks HTTP/1.1" 200 585 0.044595 10.0.0.131 - - [2026-03-05 02:04:52] "POST /route-targets HTTP/1.1" 200 328 0.008018 10.0.0.131 - - [2026-03-05 02:04:52] "POST /ref-update HTTP/1.1" 200 156 0.009175 10.0.0.131 - - [2026-03-05 02:04:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.010174 10.0.0.131 - - [2026-03-05 02:04:52] "GET /network-ipam/c93c59f6-cf58-46ab-b7a6-081de1a53cc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1091 0.009566 10.0.0.131 - - [2026-03-05 02:04:53] "POST /useragent-kv HTTP/1.1" 200 115 0.003062 10.0.0.131 - - [2026-03-05 02:04:53] "POST /ref-update HTTP/1.1" 200 156 0.036940 10.0.0.131 - - [2026-03-05 02:04:53] "POST /neutron/network HTTP/1.1" 200 844 0.039982 10.0.0.131 - - [2026-03-05 02:04:53] "POST /neutron/network HTTP/1.1" 200 844 0.018178 10.0.0.131 - - [2026-03-05 02:04:53] "GET /virtual-network/a8d5fc50-c529-4fe2-aaa7-4ed58cd33d17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2005 0.011390 10.0.0.131 - - [2026-03-05 02:04:53] "POST /neutron/network HTTP/1.1" 200 844 0.016613 10.0.0.131 - - [2026-03-05 02:04:53] "POST /neutron/subnet HTTP/1.1" 200 659 0.024521 10.0.0.131 - - [2026-03-05 02:04:53] "GET /virtual-network/e2d903ea-7afb-4bd3-8e4d-0ecc285aed6a HTTP/1.1" 401 293 0.000341 10.0.0.131 - - [2026-03-05 02:04:53] "GET /virtual-network/e2d903ea-7afb-4bd3-8e4d-0ecc285aed6a HTTP/1.1" 200 2318 0.036610 10.0.0.131 - - [2026-03-05 02:04:53] "GET /virtual-network/e2d903ea-7afb-4bd3-8e4d-0ecc285aed6a HTTP/1.1" 401 293 0.000327 10.0.0.131 - - [2026-03-05 02:04:53] "GET /virtual-network/e2d903ea-7afb-4bd3-8e4d-0ecc285aed6a HTTP/1.1" 403 376 0.032156 10.0.0.131 - - [2026-03-05 02:04:53] "GET /virtual-network/e2d903ea-7afb-4bd3-8e4d-0ecc285aed6a HTTP/1.1" 200 2318 0.003943 10.0.0.131 - - [2026-03-05 02:04:53] "GET /virtual-networks HTTP/1.1" 200 372 0.014787 10.0.0.131 - - [2026-03-05 02:04:53] "GET /virtual-networks HTTP/1.1" 200 372 0.014715 10.0.0.131 - - [2026-03-05 02:04:54] "GET /obj-perms HTTP/1.1" 403 257 0.030378 10.0.0.131 - - [2026-03-05 02:04:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.001873 10.0.0.131 - - [2026-03-05 02:04:54] "GET /virtual-network/e2d903ea-7afb-4bd3-8e4d-0ecc285aed6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2017 0.011817 10.0.0.131 - - [2026-03-05 02:04:54] "GET /obj-perms HTTP/1.1" 403 257 0.039090 10.0.0.131 - - [2026-03-05 02:04:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004214 10.0.0.131 - - [2026-03-05 02:04:54] "GET /virtual-network/e2d903ea-7afb-4bd3-8e4d-0ecc285aed6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.009966 10.0.0.131 - - [2026-03-05 02:04:55] "GET /obj-perms HTTP/1.1" 200 5049 0.051660 10.0.0.131 - - [2026-03-05 02:04:55] "GET /obj-perms HTTP/1.1" 403 257 0.006358 10.0.0.131 - - [2026-03-05 02:04:55] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 372 0.020918 10.0.0.131 - - [2026-03-05 02:04:55] "GET /obj-perms HTTP/1.1" 403 257 0.007268 10.0.0.131 - - [2026-03-05 02:04:55] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 372 0.015556 10.0.0.131 - - [2026-03-05 02:04:55] "GET /obj-perms HTTP/1.1" 200 5049 0.002907 10.0.0.131 - - [2026-03-05 02:04:55] "PUT /virtual-network/e2d903ea-7afb-4bd3-8e4d-0ecc285aed6a HTTP/1.1" 200 265 0.023851 10.0.0.131 - - [2026-03-05 02:04:55] "GET /virtual-networks HTTP/1.1" 200 132 0.017331 10.0.0.131 - - [2026-03-05 02:04:55] "GET /virtual-networks HTTP/1.1" 200 613 0.033998 10.0.0.131 - - [2026-03-05 02:04:55] "GET /virtual-networks HTTP/1.1" 200 1435 0.002123 10.0.0.131 - - [2026-03-05 02:04:55] "GET /obj-perms HTTP/1.1" 403 257 0.006109 10.0.0.131 - - [2026-03-05 02:04:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.001866 10.0.0.131 - - [2026-03-05 02:04:55] "GET /virtual-network/e2d903ea-7afb-4bd3-8e4d-0ecc285aed6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.007959 10.0.0.131 - - [2026-03-05 02:04:56] "GET /obj-perms HTTP/1.1" 403 257 0.030149 10.0.0.131 - - [2026-03-05 02:04:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002028 10.0.0.131 - - [2026-03-05 02:04:56] "GET /virtual-network/e2d903ea-7afb-4bd3-8e4d-0ecc285aed6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.008815 10.0.0.131 - - [2026-03-05 02:04:56] "GET /obj-perms HTTP/1.1" 403 257 0.007730 10.0.0.131 - - [2026-03-05 02:04:56] "GET /global-system-configs HTTP/1.1" 401 293 0.000445 10.0.0.131 - - [2026-03-05 02:04:56] "GET /global-system-configs HTTP/1.1" 401 293 0.000339 10.0.0.131 - - [2026-03-05 02:04:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002465 10.0.0.131 - - [2026-03-05 02:04:56] "GET /virtual-network/e2d903ea-7afb-4bd3-8e4d-0ecc285aed6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2021 0.012409 10.0.0.131 - - [2026-03-05 02:04:56] "GET /obj-perms HTTP/1.1" 200 5049 0.002980 10.0.0.131 - - [2026-03-05 02:04:56] "GET /obj-perms HTTP/1.1" 403 257 0.007758 10.0.0.131 - - [2026-03-05 02:04:56] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 132 0.017281 10.0.0.131 - - [2026-03-05 02:04:56] "GET /obj-perms HTTP/1.1" 403 257 0.006775 10.0.0.131 - - [2026-03-05 02:04:56] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 613 0.015625 10.0.0.131 - - [2026-03-05 02:04:56] "GET /obj-perms HTTP/1.1" 200 5049 0.002937 10.0.0.131 - - [2026-03-05 02:04:56] "PUT /virtual-network/e2d903ea-7afb-4bd3-8e4d-0ecc285aed6a HTTP/1.1" 200 265 0.024050 10.0.0.131 - - [2026-03-05 02:04:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003625 10.0.0.131 - - [2026-03-05 02:04:56] "POST /useragent-kv HTTP/1.1" 200 115 0.003576 10.0.0.131 - - [2026-03-05 02:04:56] "POST /useragent-kv HTTP/1.1" 200 115 0.001654 10.0.0.131 - - [2026-03-05 02:04:56] "DELETE /virtual-network/a8d5fc50-c529-4fe2-aaa7-4ed58cd33d17 HTTP/1.1" 200 115 0.065558 10.0.0.131 - - [2026-03-05 02:04:56] "DELETE /route-target/b4e2ebba-b5cd-46db-ba7c-d9adfafd9f6c HTTP/1.1" 200 115 0.019085 10.0.0.131 - - [2026-03-05 02:04:56] "POST /useragent-kv HTTP/1.1" 200 115 0.002903 10.0.0.131 - - [2026-03-05 02:04:56] "POST /useragent-kv HTTP/1.1" 200 115 0.002244 10.0.0.131 - - [2026-03-05 02:04:56] "DELETE /virtual-network/e2d903ea-7afb-4bd3-8e4d-0ecc285aed6a HTTP/1.1" 200 115 0.069930 10.0.0.131 - - [2026-03-05 02:04:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002359 10.0.0.131 - - [2026-03-05 02:04:56] "DELETE /api-access-list/fd0bf42e-7570-4db5-b66d-4cf04b6c7b56 HTTP/1.1" 200 115 0.023412 10.0.0.131 - - [2026-03-05 02:04:56] "DELETE /route-target/05713f8d-f565-462b-9ff3-76fd2d519537 HTTP/1.1" 200 115 0.015916 10.0.0.131 - - [2026-03-05 02:04:56] "GET /api-access-list/fd0bf42e-7570-4db5-b66d-4cf04b6c7b56 HTTP/1.1" 404 171 0.002176 10.0.0.131 - - [2026-03-05 02:04:57] "GET /projects?obj_uuids=c83827aa-471d-443f-9dae-527104cc6b45&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000927 10.0.0.131 - - [2026-03-05 02:04:57] "GET /project/c83827aa-471d-443f-9dae-527104cc6b45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.020493 10.0.0.131 - - [2026-03-05 02:04:57] "GET /projects?obj_uuids=c83827aa-471d-443f-9dae-527104cc6b45&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000839 10.0.0.131 - - [2026-03-05 02:04:57] "GET /project/c83827aa-471d-443f-9dae-527104cc6b45?fields=virtual_networks HTTP/1.1" 200 1034 0.062212 10.0.0.131 - - [2026-03-05 02:04:57] "GET /global-system-configs HTTP/1.1" 401 293 0.000395 10.0.0.131 - - [2026-03-05 02:04:57] "GET /projects?obj_uuids=c83827aa-471d-443f-9dae-527104cc6b45&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000980 10.0.0.131 - - [2026-03-05 02:04:57] "GET /global-system-configs HTTP/1.1" 401 293 0.000376 10.0.0.131 - - [2026-03-05 02:04:57] "GET /project/c83827aa-471d-443f-9dae-527104cc6b45?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.029183 10.0.0.131 - - [2026-03-05 02:04:57] "GET /projects?obj_uuids=c83827aa-471d-443f-9dae-527104cc6b45&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000965 10.0.0.131 - - [2026-03-05 02:04:57] "GET /project/c83827aa-471d-443f-9dae-527104cc6b45?fields=security_groups HTTP/1.1" 200 1261 0.023995 10.0.0.131 - - [2026-03-05 02:04:57] "GET /projects?obj_uuids=d3d67c66-a17d-46cb-883d-0901366b48ea&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001012 10.0.0.131 - - [2026-03-05 02:04:57] "GET /project/d3d67c66-a17d-46cb-883d-0901366b48ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.023417 10.0.0.131 - - [2026-03-05 02:04:57] "GET /projects?obj_uuids=d3d67c66-a17d-46cb-883d-0901366b48ea&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000843 10.0.0.131 - - [2026-03-05 02:04:57] "GET /project/d3d67c66-a17d-46cb-883d-0901366b48ea?fields=virtual_networks HTTP/1.1" 200 1033 0.063174 10.0.0.131 - - [2026-03-05 02:04:57] "GET /projects?obj_uuids=d3d67c66-a17d-46cb-883d-0901366b48ea&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000862 10.0.0.131 - - [2026-03-05 02:04:57] "GET /project/d3d67c66-a17d-46cb-883d-0901366b48ea?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.065907 10.0.0.131 - - [2026-03-05 02:04:57] "GET /projects?obj_uuids=d3d67c66-a17d-46cb-883d-0901366b48ea&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001042 10.0.0.131 - - [2026-03-05 02:04:57] "GET /project/d3d67c66-a17d-46cb-883d-0901366b48ea?fields=security_groups HTTP/1.1" 200 1260 0.038030 10.0.0.131 - - [2026-03-05 02:04:58] "GET /aaa-mode HTTP/1.1" 200 128 0.001030 10.0.0.131 - - [2026-03-05 02:04:59] "GET / HTTP/1.1" 200 36215 0.001502 10.0.0.131 - - [2026-03-05 02:05:00] "GET / HTTP/1.1" 200 36215 0.001319 10.0.0.131 - - [2026-03-05 02:05:00] "POST /fqname-to-id HTTP/1.1" 401 293 0.000424 10.0.0.131 - - [2026-03-05 02:05:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.060984 10.0.0.131 - - [2026-03-05 02:05:00] "GET /projects?obj_uuids=e861f14e-f876-4414-90e1-b2c3a16fcd5e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000969 10.0.0.131 - - [2026-03-05 02:05:00] "GET /project/e861f14e-f876-4414-90e1-b2c3a16fcd5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.030958 10.0.0.131 - - [2026-03-05 02:05:00] "GET /virtual-networks?parent_id=e861f14e-f876-4414-90e1-b2c3a16fcd5e&detail=False&count=False&shared=False HTTP/1.1" 403 263 0.007366 10.0.0.131 - - [2026-03-05 02:05:00] "POST /fqname-to-id HTTP/1.1" 404 197 0.008345 10.0.0.131 - - [2026-03-05 02:05:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.009131 10.0.0.131 - - [2026-03-05 02:05:01] "GET /domains?obj_uuids=ae3906f1-fab8-4987-bab9-45ca75cb796e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001007 10.0.0.131 - - [2026-03-05 02:05:01] "GET /domain/ae3906f1-fab8-4987-bab9-45ca75cb796e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.011513 10.0.0.131 - - [2026-03-05 02:05:01] "POST /service-templates HTTP/1.1" 403 264 0.007025 10.0.0.131 - - [2026-03-05 02:05:01] "POST /fqname-to-id HTTP/1.1" 404 215 0.002400 10.0.0.131 - - [2026-03-05 02:05:01] "POST /api-access-lists HTTP/1.1" 200 557 0.013800 10.0.0.131 - - [2026-03-05 02:05:01] "GET /api-access-list/860e06cc-057f-4d2b-a4f2-d1f22483aae7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1324 0.004323 10.0.0.131 - - [2026-03-05 02:05:01] "GET /api-access-list/860e06cc-057f-4d2b-a4f2-d1f22483aae7 HTTP/1.1" 200 1324 0.003334 10.0.0.131 - - [2026-03-05 02:05:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.012132 10.0.0.131 - - [2026-03-05 02:05:01] "GET /projects?obj_uuids=e861f14e-f876-4414-90e1-b2c3a16fcd5e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001281 10.0.0.131 - - [2026-03-05 02:05:01] "GET /project/e861f14e-f876-4414-90e1-b2c3a16fcd5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.030367 10.0.0.131 - - [2026-03-05 02:05:01] "GET /virtual-networks?parent_id=e861f14e-f876-4414-90e1-b2c3a16fcd5e&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009746 10.0.0.131 - - [2026-03-05 02:05:01] "POST /virtual-networks HTTP/1.1" 200 585 0.046012 10.0.0.131 - - [2026-03-05 02:05:01] "POST /route-targets HTTP/1.1" 200 328 0.009294 10.0.0.131 - - [2026-03-05 02:05:01] "POST /ref-update HTTP/1.1" 200 156 0.009442 10.0.0.131 - - [2026-03-05 02:05:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.011905 10.0.0.131 - - [2026-03-05 02:05:01] "GET /network-ipam/c93c59f6-cf58-46ab-b7a6-081de1a53cc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1091 0.009992 10.0.0.131 - - [2026-03-05 02:05:01] "POST /useragent-kv HTTP/1.1" 200 115 0.002183 10.0.0.131 - - [2026-03-05 02:05:01] "POST /ref-update HTTP/1.1" 200 156 0.044383 10.0.0.131 - - [2026-03-05 02:05:01] "POST /neutron/network HTTP/1.1" 200 849 0.039868 10.0.0.131 - - [2026-03-05 02:05:01] "POST /neutron/network HTTP/1.1" 200 849 0.016553 10.0.0.131 - - [2026-03-05 02:05:01] "GET /virtual-network/6281f3cd-06ff-4e40-9ed4-7d769bf7c7dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2017 0.011975 10.0.0.131 - - [2026-03-05 02:05:01] "POST /neutron/network HTTP/1.1" 200 849 0.017994 10.0.0.131 - - [2026-03-05 02:05:01] "POST /neutron/subnet HTTP/1.1" 200 681 0.024766 10.0.0.131 - - [2026-03-05 02:05:01] "POST /neutron/network HTTP/1.1" 200 849 0.066773 10.0.0.131 - - [2026-03-05 02:05:01] "GET /virtual-network/6281f3cd-06ff-4e40-9ed4-7d769bf7c7dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2017 0.004464 10.0.0.131 - - [2026-03-05 02:05:01] "GET /network-ipam/c93c59f6-cf58-46ab-b7a6-081de1a53cc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1091 0.002836 10.0.0.131 - - [2026-03-05 02:05:01] "GET /domains HTTP/1.1" 200 281 0.002393 10.0.0.131 - - [2026-03-05 02:05:01] "GET /domains?obj_uuids=ae3906f1-fab8-4987-bab9-45ca75cb796e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001025 10.0.0.131 - - [2026-03-05 02:05:01] "GET /domain/ae3906f1-fab8-4987-bab9-45ca75cb796e HTTP/1.1" 200 3504 0.006861 10.0.0.131 - - [2026-03-05 02:05:01] "GET /projects?obj_uuids=e861f14e-f876-4414-90e1-b2c3a16fcd5e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000852 10.0.0.131 - - [2026-03-05 02:05:02] "GET /project/e861f14e-f876-4414-90e1-b2c3a16fcd5e HTTP/1.1" 200 2359 0.072458 10.0.0.131 - - [2026-03-05 02:05:02] "GET /virtual-network/6281f3cd-06ff-4e40-9ed4-7d769bf7c7dc HTTP/1.1" 200 2318 0.005660 10.0.0.131 - - [2026-03-05 02:05:02] "GET /virtual-network/6281f3cd-06ff-4e40-9ed4-7d769bf7c7dc HTTP/1.1" 200 2318 0.003943 10.0.0.131 - - [2026-03-05 02:05:02] "GET /routing-instance/9db58d08-cf07-4cc3-b340-13f515e65d5f HTTP/1.1" 200 1559 0.003177 10.0.0.131 - - [2026-03-05 02:05:02] "GET /routing-instance/9db58d08-cf07-4cc3-b340-13f515e65d5f HTTP/1.1" 200 1559 0.002529 10.0.0.131 - - [2026-03-05 02:05:02] "GET /route-target/5636fe32-178f-4c65-92e7-47b37e3b2e99 HTTP/1.1" 200 1246 0.002356 10.0.0.131 - - [2026-03-05 02:05:02] "GET /virtual-network/6281f3cd-06ff-4e40-9ed4-7d769bf7c7dc HTTP/1.1" 200 2318 0.004666 10.0.0.131 - - [2026-03-05 02:05:02] "GET /routing-instance/9db58d08-cf07-4cc3-b340-13f515e65d5f HTTP/1.1" 200 1559 0.003023 10.0.0.131 - - [2026-03-05 02:05:02] "GET /virtual-network/6281f3cd-06ff-4e40-9ed4-7d769bf7c7dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2017 0.004060 10.0.0.131 - - [2026-03-05 02:05:02] "GET /virtual-network/6281f3cd-06ff-4e40-9ed4-7d769bf7c7dc HTTP/1.1" 200 2318 0.005911 10.0.0.131 - - [2026-03-05 02:05:02] "GET /routing-instance/9db58d08-cf07-4cc3-b340-13f515e65d5f HTTP/1.1" 200 1559 0.004249 10.0.0.131 - - [2026-03-05 02:05:02] "GET /routing-instance/9db58d08-cf07-4cc3-b340-13f515e65d5f HTTP/1.1" 200 1559 0.002994 10.0.0.131 - - [2026-03-05 02:05:02] "GET /route-target/5636fe32-178f-4c65-92e7-47b37e3b2e99 HTTP/1.1" 200 1246 0.003092 10.0.0.131 - - [2026-03-05 02:05:02] "GET /domains HTTP/1.1" 200 281 0.002413 10.0.0.131 - - [2026-03-05 02:05:02] "GET /domains?obj_uuids=ae3906f1-fab8-4987-bab9-45ca75cb796e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000965 10.0.0.131 - - [2026-03-05 02:05:02] "GET /domain/ae3906f1-fab8-4987-bab9-45ca75cb796e HTTP/1.1" 200 3504 0.006276 10.0.0.131 - - [2026-03-05 02:05:02] "GET /projects?obj_uuids=e861f14e-f876-4414-90e1-b2c3a16fcd5e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000841 10.0.0.131 - - [2026-03-05 02:05:02] "GET /project/e861f14e-f876-4414-90e1-b2c3a16fcd5e HTTP/1.1" 200 2359 0.063192 10.0.0.131 - - [2026-03-05 02:05:02] "GET /virtual-network/6281f3cd-06ff-4e40-9ed4-7d769bf7c7dc HTTP/1.1" 200 2318 0.004477 10.0.0.131 - - [2026-03-05 02:05:02] "GET /obj-perms HTTP/1.1" 200 5049 0.002605 10.0.0.131 - - [2026-03-05 02:05:02] "POST /fqname-to-id HTTP/1.1" 404 197 0.006934 10.0.0.131 - - [2026-03-05 02:05:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.006862 10.0.0.131 - - [2026-03-05 02:05:02] "GET /domains?obj_uuids=ae3906f1-fab8-4987-bab9-45ca75cb796e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001009 10.0.0.131 - - [2026-03-05 02:05:02] "GET /domain/ae3906f1-fab8-4987-bab9-45ca75cb796e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.014831 10.0.0.131 - - [2026-03-05 02:05:02] "POST /service-templates HTTP/1.1" 403 264 0.009658 10.0.0.131 - - [2026-03-05 02:05:02] "POST /fqname-to-id HTTP/1.1" 404 183 0.003287 10.0.0.131 - - [2026-03-05 02:05:02] "POST /api-access-lists HTTP/1.1" 200 523 0.020193 10.0.0.131 - - [2026-03-05 02:05:02] "GET /api-access-list/092be716-0009-4bb1-a991-ccabfa580a4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1290 0.003902 10.0.0.131 - - [2026-03-05 02:05:02] "GET /api-access-list/092be716-0009-4bb1-a991-ccabfa580a4f HTTP/1.1" 200 1290 0.002961 10.0.0.131 - - [2026-03-05 02:05:02] "POST /fqname-to-id HTTP/1.1" 404 197 0.011195 10.0.0.131 - - [2026-03-05 02:05:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.010587 10.0.0.131 - - [2026-03-05 02:05:02] "GET /domains?obj_uuids=ae3906f1-fab8-4987-bab9-45ca75cb796e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001021 10.0.0.131 - - [2026-03-05 02:05:02] "GET /domain/ae3906f1-fab8-4987-bab9-45ca75cb796e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.014369 10.0.0.131 - - [2026-03-05 02:05:02] "POST /service-templates HTTP/1.1" 200 553 0.024257 10.0.0.131 - - [2026-03-05 02:05:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.011779 10.0.0.131 - - [2026-03-05 02:05:02] "GET /service-template/8a654f06-c050-4785-b57a-695343a5c221?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1855 0.011874 10.0.0.131 - - [2026-03-05 02:05:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.011124 10.0.0.131 - - [2026-03-05 02:05:02] "GET /service-template/8a654f06-c050-4785-b57a-695343a5c221?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1855 0.011899 10.0.0.131 - - [2026-03-05 02:05:02] "GET /virtual-network/6281f3cd-06ff-4e40-9ed4-7d769bf7c7dc HTTP/1.1" 401 293 0.000412 10.0.0.131 - - [2026-03-05 02:05:03] "GET /virtual-network/6281f3cd-06ff-4e40-9ed4-7d769bf7c7dc HTTP/1.1" 403 263 0.035678 10.0.0.131 - - [2026-03-05 02:05:03] "GET /service-template/8a654f06-c050-4785-b57a-695343a5c221 HTTP/1.1" 403 264 0.006952 10.0.0.131 - - [2026-03-05 02:05:03] "GET /service-template/8a654f06-c050-4785-b57a-695343a5c221 HTTP/1.1" 403 264 0.031358 10.0.0.131 - - [2026-03-05 02:05:03] "GET /obj-perms HTTP/1.1" 403 257 0.030202 10.0.0.131 - - [2026-03-05 02:05:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002449 10.0.0.131 - - [2026-03-05 02:05:04] "GET /virtual-network/6281f3cd-06ff-4e40-9ed4-7d769bf7c7dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.007997 10.0.0.131 - - [2026-03-05 02:05:04] "GET /obj-perms HTTP/1.1" 403 257 0.006899 10.0.0.131 - - [2026-03-05 02:05:04] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.008226 10.0.0.131 - - [2026-03-05 02:05:04] "GET /api-access-list/860e06cc-057f-4d2b-a4f2-d1f22483aae7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1324 0.002838 10.0.0.131 - - [2026-03-05 02:05:04] "PUT /api-access-list/860e06cc-057f-4d2b-a4f2-d1f22483aae7 HTTP/1.1" 200 265 0.024446 10.0.0.131 - - [2026-03-05 02:05:04] "GET /api-access-list/860e06cc-057f-4d2b-a4f2-d1f22483aae7 HTTP/1.1" 200 1461 0.004227 10.0.0.131 - - [2026-03-05 02:05:04] "GET /virtual-network/6281f3cd-06ff-4e40-9ed4-7d769bf7c7dc HTTP/1.1" 200 2318 0.012474 10.0.0.131 - - [2026-03-05 02:05:04] "POST /fqname-to-id HTTP/1.1" 401 293 0.000383 10.0.0.131 - - [2026-03-05 02:05:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.038260 10.0.0.131 - - [2026-03-05 02:05:04] "GET /projects?obj_uuids=e861f14e-f876-4414-90e1-b2c3a16fcd5e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000972 10.0.0.131 - - [2026-03-05 02:05:04] "GET /project/e861f14e-f876-4414-90e1-b2c3a16fcd5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.029113 10.0.0.131 - - [2026-03-05 02:05:04] "GET /virtual-networks?parent_id=e861f14e-f876-4414-90e1-b2c3a16fcd5e&detail=False&count=False&shared=False HTTP/1.1" 200 372 0.012821 10.0.0.131 - - [2026-03-05 02:05:04] "POST /virtual-networks HTTP/1.1" 403 263 0.008904 10.0.0.131 - - [2026-03-05 02:05:04] "GET /service-template/8a654f06-c050-4785-b57a-695343a5c221 HTTP/1.1" 403 264 0.008411 10.0.0.131 - - [2026-03-05 02:05:05] "GET /service-template/8a654f06-c050-4785-b57a-695343a5c221 HTTP/1.1" 403 264 0.031757 10.0.0.131 - - [2026-03-05 02:05:05] "GET /obj-perms HTTP/1.1" 403 257 0.007646 10.0.0.131 - - [2026-03-05 02:05:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002090 10.0.0.131 - - [2026-03-05 02:05:05] "GET /virtual-network/6281f3cd-06ff-4e40-9ed4-7d769bf7c7dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2017 0.011864 10.0.0.131 - - [2026-03-05 02:05:05] "GET /obj-perms HTTP/1.1" 403 257 0.007567 10.0.0.131 - - [2026-03-05 02:05:05] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 372 0.016468 10.0.0.131 - - [2026-03-05 02:05:05] "GET /api-access-list/092be716-0009-4bb1-a991-ccabfa580a4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1290 0.002953 10.0.0.131 - - [2026-03-05 02:05:05] "PUT /api-access-list/092be716-0009-4bb1-a991-ccabfa580a4f HTTP/1.1" 200 265 0.006922 10.0.0.131 - - [2026-03-05 02:05:05] "GET /api-access-list/092be716-0009-4bb1-a991-ccabfa580a4f HTTP/1.1" 200 1428 0.002869 10.0.0.131 - - [2026-03-05 02:05:05] "GET /service-template/8a654f06-c050-4785-b57a-695343a5c221 HTTP/1.1" 200 1855 0.012134 10.0.0.131 - - [2026-03-05 02:05:05] "POST /fqname-to-id HTTP/1.1" 404 197 0.008330 10.0.0.131 - - [2026-03-05 02:05:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.009385 10.0.0.131 - - [2026-03-05 02:05:05] "GET /domains?obj_uuids=ae3906f1-fab8-4987-bab9-45ca75cb796e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001154 10.0.0.131 - - [2026-03-05 02:05:05] "GET /domain/ae3906f1-fab8-4987-bab9-45ca75cb796e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.015510 10.0.0.131 - - [2026-03-05 02:05:05] "POST /service-templates HTTP/1.1" 403 264 0.008423 10.0.0.131 - - [2026-03-05 02:05:05] "GET /api-access-list/860e06cc-057f-4d2b-a4f2-d1f22483aae7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1461 0.002911 10.0.0.131 - - [2026-03-05 02:05:05] "PUT /api-access-list/860e06cc-057f-4d2b-a4f2-d1f22483aae7 HTTP/1.1" 200 265 0.007468 10.0.0.131 - - [2026-03-05 02:05:05] "GET /api-access-list/860e06cc-057f-4d2b-a4f2-d1f22483aae7 HTTP/1.1" 200 1324 0.002959 10.0.0.131 - - [2026-03-05 02:05:05] "GET /api-access-list/092be716-0009-4bb1-a991-ccabfa580a4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.002600 10.0.0.131 - - [2026-03-05 02:05:05] "PUT /api-access-list/092be716-0009-4bb1-a991-ccabfa580a4f HTTP/1.1" 200 265 0.008877 10.0.0.131 - - [2026-03-05 02:05:05] "GET /api-access-list/092be716-0009-4bb1-a991-ccabfa580a4f HTTP/1.1" 200 1290 0.003337 10.0.0.131 - - [2026-03-05 02:05:05] "GET /virtual-network/6281f3cd-06ff-4e40-9ed4-7d769bf7c7dc HTTP/1.1" 403 263 0.008936 10.0.0.131 - - [2026-03-05 02:05:06] "GET /virtual-network/6281f3cd-06ff-4e40-9ed4-7d769bf7c7dc HTTP/1.1" 403 263 0.036212 10.0.0.131 - - [2026-03-05 02:05:06] "GET /service-template/8a654f06-c050-4785-b57a-695343a5c221 HTTP/1.1" 403 264 0.006777 10.0.0.131 - - [2026-03-05 02:05:06] "GET /service-template/8a654f06-c050-4785-b57a-695343a5c221 HTTP/1.1" 403 264 0.031195 10.0.0.131 - - [2026-03-05 02:05:06] "GET /obj-perms HTTP/1.1" 403 257 0.007282 10.0.0.131 - - [2026-03-05 02:05:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.001864 10.0.0.131 - - [2026-03-05 02:05:06] "GET /virtual-network/6281f3cd-06ff-4e40-9ed4-7d769bf7c7dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.007181 10.0.0.131 - - [2026-03-05 02:05:06] "GET /obj-perms HTTP/1.1" 403 257 0.035381 10.0.0.131 - - [2026-03-05 02:05:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.001920 10.0.0.131 - - [2026-03-05 02:05:06] "GET /virtual-network/6281f3cd-06ff-4e40-9ed4-7d769bf7c7dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.007437 10.0.0.131 - - [2026-03-05 02:05:07] "GET /obj-perms HTTP/1.1" 403 257 0.009356 10.0.0.131 - - [2026-03-05 02:05:07] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.007339 10.0.0.131 - - [2026-03-05 02:05:07] "GET /api-access-list/1940ca29-4990-444f-bd51-1385fb3e75f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2412 0.002949 10.0.0.131 - - [2026-03-05 02:05:07] "PUT /api-access-list/1940ca29-4990-444f-bd51-1385fb3e75f4 HTTP/1.1" 200 265 0.007648 10.0.0.131 - - [2026-03-05 02:05:07] "GET /service-template/8a654f06-c050-4785-b57a-695343a5c221 HTTP/1.1" 200 1855 0.011430 10.0.0.131 - - [2026-03-05 02:05:07] "GET /virtual-network/6281f3cd-06ff-4e40-9ed4-7d769bf7c7dc HTTP/1.1" 200 2318 0.014522 10.0.0.131 - - [2026-03-05 02:05:07] "GET /obj-perms HTTP/1.1" 403 257 0.007322 10.0.0.131 - - [2026-03-05 02:05:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002210 10.0.0.131 - - [2026-03-05 02:05:07] "GET /virtual-network/6281f3cd-06ff-4e40-9ed4-7d769bf7c7dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2017 0.013642 10.0.0.131 - - [2026-03-05 02:05:07] "GET /obj-perms HTTP/1.1" 403 257 0.008778 10.0.0.131 - - [2026-03-05 02:05:07] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 372 0.015794 10.0.0.131 - - [2026-03-05 02:05:07] "DELETE /api-access-list/860e06cc-057f-4d2b-a4f2-d1f22483aae7 HTTP/1.1" 200 115 0.018344 10.0.0.131 - - [2026-03-05 02:05:07] "GET /api-access-list/860e06cc-057f-4d2b-a4f2-d1f22483aae7 HTTP/1.1" 404 171 0.002255 10.0.0.131 - - [2026-03-05 02:05:07] "DELETE /api-access-list/092be716-0009-4bb1-a991-ccabfa580a4f HTTP/1.1" 200 115 0.018033 10.0.0.131 - - [2026-03-05 02:05:07] "GET /api-access-list/092be716-0009-4bb1-a991-ccabfa580a4f HTTP/1.1" 404 171 0.002106 10.0.0.131 - - [2026-03-05 02:05:07] "GET /virtual-network/6281f3cd-06ff-4e40-9ed4-7d769bf7c7dc HTTP/1.1" 401 293 0.000291 10.0.0.131 - - [2026-03-05 02:05:07] "GET /virtual-network/6281f3cd-06ff-4e40-9ed4-7d769bf7c7dc HTTP/1.1" 403 263 0.034653 10.0.0.131 - - [2026-03-05 02:05:07] "GET /service-template/8a654f06-c050-4785-b57a-695343a5c221 HTTP/1.1" 403 264 0.006124 10.0.0.131 - - [2026-03-05 02:05:08] "GET /service-template/8a654f06-c050-4785-b57a-695343a5c221 HTTP/1.1" 403 264 0.030504 10.0.0.131 - - [2026-03-05 02:05:08] "GET /obj-perms HTTP/1.1" 403 257 0.029417 10.0.0.131 - - [2026-03-05 02:05:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002127 10.0.0.131 - - [2026-03-05 02:05:08] "GET /virtual-network/6281f3cd-06ff-4e40-9ed4-7d769bf7c7dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.005992 10.0.0.131 - - [2026-03-05 02:05:08] "GET /obj-perms HTTP/1.1" 403 257 0.005826 10.0.0.131 - - [2026-03-05 02:05:08] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.006790 10.0.0.131 - - [2026-03-05 02:05:08] "GET /api-access-list/1940ca29-4990-444f-bd51-1385fb3e75f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2687 0.003030 10.0.0.131 - - [2026-03-05 02:05:08] "PUT /api-access-list/1940ca29-4990-444f-bd51-1385fb3e75f4 HTTP/1.1" 200 265 0.008556 10.0.0.131 - - [2026-03-05 02:05:08] "GET /virtual-network/6281f3cd-06ff-4e40-9ed4-7d769bf7c7dc HTTP/1.1" 200 2318 0.013726 10.0.0.131 - - [2026-03-05 02:05:08] "GET /service-template/8a654f06-c050-4785-b57a-695343a5c221 HTTP/1.1" 200 1855 0.008956 10.0.0.131 - - [2026-03-05 02:05:08] "GET /obj-perms HTTP/1.1" 403 257 0.005834 10.0.0.131 - - [2026-03-05 02:05:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.001904 10.0.0.131 - - [2026-03-05 02:05:08] "GET /virtual-network/6281f3cd-06ff-4e40-9ed4-7d769bf7c7dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2017 0.011282 10.0.0.131 - - [2026-03-05 02:05:08] "GET /obj-perms HTTP/1.1" 403 257 0.006031 10.0.0.131 - - [2026-03-05 02:05:08] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 372 0.014019 10.0.0.131 - - [2026-03-05 02:05:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.008389 10.0.0.131 - - [2026-03-05 02:05:09] "DELETE /service-template/8a654f06-c050-4785-b57a-695343a5c221 HTTP/1.1" 200 115 0.018209 10.0.0.131 - - [2026-03-05 02:05:09] "POST /fqname-to-id HTTP/1.1" 404 197 0.008192 10.0.0.131 - - [2026-03-05 02:05:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.006479 10.0.0.131 - - [2026-03-05 02:05:09] "DELETE /route-target/5636fe32-178f-4c65-92e7-47b37e3b2e99 HTTP/1.1" 200 115 0.012975 10.0.0.131 - - [2026-03-05 02:05:09] "POST /useragent-kv HTTP/1.1" 200 115 0.028646 10.0.0.131 - - [2026-03-05 02:05:09] "POST /useragent-kv HTTP/1.1" 200 115 0.001750 10.0.0.131 - - [2026-03-05 02:05:09] "DELETE /virtual-network/6281f3cd-06ff-4e40-9ed4-7d769bf7c7dc HTTP/1.1" 200 115 0.086059 10.0.0.131 - - [2026-03-05 02:05:09] "GET /api-access-list/1940ca29-4990-444f-bd51-1385fb3e75f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2968 0.003691 10.0.0.131 - - [2026-03-05 02:05:09] "PUT /api-access-list/1940ca29-4990-444f-bd51-1385fb3e75f4 HTTP/1.1" 200 265 0.007244 10.0.0.131 - - [2026-03-05 02:05:09] "GET /api-access-list/1940ca29-4990-444f-bd51-1385fb3e75f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2693 0.003866 10.0.0.131 - - [2026-03-05 02:05:09] "PUT /api-access-list/1940ca29-4990-444f-bd51-1385fb3e75f4 HTTP/1.1" 200 265 0.008397 10.0.0.131 - - [2026-03-05 02:05:10] "GET /api-access-list/1940ca29-4990-444f-bd51-1385fb3e75f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2412 0.003270 10.0.0.131 - - [2026-03-05 02:05:10] "PUT /api-access-list/1940ca29-4990-444f-bd51-1385fb3e75f4 HTTP/1.1" 200 265 0.008283 10.0.0.131 - - [2026-03-05 02:05:10] "GET /projects?obj_uuids=e861f14e-f876-4414-90e1-b2c3a16fcd5e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000985 10.0.0.131 - - [2026-03-05 02:05:10] "GET /project/e861f14e-f876-4414-90e1-b2c3a16fcd5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.020900 10.0.0.131 - - [2026-03-05 02:05:10] "GET /projects?obj_uuids=e861f14e-f876-4414-90e1-b2c3a16fcd5e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000946 10.0.0.131 - - [2026-03-05 02:05:10] "GET /project/e861f14e-f876-4414-90e1-b2c3a16fcd5e?fields=virtual_networks HTTP/1.1" 200 1034 0.068855 10.0.0.131 - - [2026-03-05 02:05:10] "GET /projects?obj_uuids=e861f14e-f876-4414-90e1-b2c3a16fcd5e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000931 10.0.0.131 - - [2026-03-05 02:05:10] "GET /project/e861f14e-f876-4414-90e1-b2c3a16fcd5e?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.019600 10.0.0.131 - - [2026-03-05 02:05:10] "GET /projects?obj_uuids=e861f14e-f876-4414-90e1-b2c3a16fcd5e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000933 10.0.0.131 - - [2026-03-05 02:05:10] "GET /project/e861f14e-f876-4414-90e1-b2c3a16fcd5e?fields=security_groups HTTP/1.1" 200 1261 0.022266 10.0.0.131 - - [2026-03-05 02:05:11] "GET /projects?obj_uuids=12b8d06f-10a6-4b77-82a2-60eade0fa681&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000879 10.0.0.131 - - [2026-03-05 02:05:11] "GET /project/12b8d06f-10a6-4b77-82a2-60eade0fa681?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.022551 [Introspect:8084]10.0.0.131 - - [2026-03-05 02:05:11] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.001183 10.0.0.131 - - [2026-03-05 02:05:11] "POST /fqname-to-id HTTP/1.1" 404 184 0.029495 10.0.0.131 - - [2026-03-05 02:05:11] "GET /projects?obj_uuids=7455ba82-6475-4f82-99c2-d6742f4d8ba6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.001901 10.0.0.131 - - [2026-03-05 02:05:12] "GET /domains?obj_uuids=ae3906f1-fab8-4987-bab9-45ca75cb796e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001126 10.0.0.131 - - [2026-03-05 02:05:12] "GET /domain/ae3906f1-fab8-4987-bab9-45ca75cb796e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.005896 10.0.0.131 - - [2026-03-05 02:05:12] "POST /id-to-fqname HTTP/1.1" 200 186 0.001292 10.0.0.131 - - [2026-03-05 02:05:12] "POST /fqname-to-id HTTP/1.1" 404 195 0.002981 10.0.0.131 - - [2026-03-05 02:05:12] "POST /security-groups HTTP/1.1" 200 587 0.060018 10.0.0.131 - - [2026-03-05 02:05:12] "POST /fqname-to-id HTTP/1.1" 404 230 0.030322 10.0.0.131 - - [2026-03-05 02:05:12] "POST /projects HTTP/1.1" 200 577 0.204178 10.0.0.131 - - [2026-03-05 02:05:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.277942 10.0.0.131 - - [2026-03-05 02:05:12] "POST /access-control-lists HTTP/1.1" 200 594 0.069248 10.0.0.131 - - [2026-03-05 02:05:12] "GET /project/7455ba82-6475-4f82-99c2-d6742f4d8ba6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.398161 10.0.0.131 - - [2026-03-05 02:05:12] "POST /fqname-to-id HTTP/1.1" 404 229 0.002847 10.0.0.131 - - [2026-03-05 02:05:12] "POST /access-control-lists HTTP/1.1" 200 592 0.056215 10.0.0.131 - - [2026-03-05 02:05:13] "GET / HTTP/1.1" 200 36215 0.001796 10.0.0.131 - - [2026-03-05 02:05:13] "GET /projects?obj_uuids=7455ba82-6475-4f82-99c2-d6742f4d8ba6&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000885 10.0.0.131 - - [2026-03-05 02:05:13] "GET /project/7455ba82-6475-4f82-99c2-d6742f4d8ba6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.025355 10.0.0.131 - - [2026-03-05 02:05:13] "GET /projects?obj_uuids=7455ba82-6475-4f82-99c2-d6742f4d8ba6&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000898 10.0.0.131 - - [2026-03-05 02:05:13] "GET /project/7455ba82-6475-4f82-99c2-d6742f4d8ba6?fields=virtual_networks HTTP/1.1" 200 1025 0.064851 10.0.0.131 - - [2026-03-05 02:05:14] "GET /projects?obj_uuids=7455ba82-6475-4f82-99c2-d6742f4d8ba6&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000901 10.0.0.131 - - [2026-03-05 02:05:14] "GET /project/7455ba82-6475-4f82-99c2-d6742f4d8ba6?fields=virtual_machine_interfaces HTTP/1.1" 200 1025 0.020506 10.0.0.131 - - [2026-03-05 02:05:14] "GET /projects?obj_uuids=7455ba82-6475-4f82-99c2-d6742f4d8ba6&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000860 10.0.0.131 - - [2026-03-05 02:05:14] "GET /project/7455ba82-6475-4f82-99c2-d6742f4d8ba6?fields=security_groups HTTP/1.1" 200 1248 0.021403 10.0.0.131 - - [2026-03-05 02:05:40] "DELETE /project/d3d67c66a17d46cb883d0901366b48ea HTTP/1.1" 404 173 0.058131 10.0.0.131 - - [2026-03-05 02:05:40] "GET /projects?obj_uuids=965ff868-f294-465e-9ac6-4eed0cbe55dd&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000873 10.0.0.131 - - [2026-03-05 02:05:40] "GET /projects?obj_uuids=c83827aa-471d-443f-9dae-527104cc6b45&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001393 10.0.0.131 - - [2026-03-05 02:05:40] "GET /project/965ff868-f294-465e-9ac6-4eed0cbe55dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.036087 10.0.0.131 - - [2026-03-05 02:05:40] "GET /projects?obj_uuids=965ff868-f294-465e-9ac6-4eed0cbe55dd&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000906 10.0.0.131 - - [2026-03-05 02:05:40] "GET /projects?obj_uuids=ac31ac00-64f5-45c6-b73f-9fb99be0c689&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000766 10.0.0.131 - - [2026-03-05 02:05:40] "GET /projects?obj_uuids=e861f14e-f876-4414-90e1-b2c3a16fcd5e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000876 10.0.0.131 - - [2026-03-05 02:05:40] "GET /project/c83827aa-471d-443f-9dae-527104cc6b45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.059001 10.0.0.131 - - [2026-03-05 02:05:40] "GET /projects?obj_uuids=826efbc9-7781-45cf-888a-2f9c68b19f63&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001217 10.0.0.131 - - [2026-03-05 02:05:40] "GET /project/ac31ac00-64f5-45c6-b73f-9fb99be0c689?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.047960 10.0.0.131 - - [2026-03-05 02:05:40] "GET /project/965ff868-f294-465e-9ac6-4eed0cbe55dd?fields=security_groups HTTP/1.1" 200 1348 0.049418 10.0.0.131 - - [2026-03-05 02:05:40] "DELETE /project/e861f14ef876441490e1b2c3a16fcd5e HTTP/1.1" 404 173 0.156477 10.0.0.131 - - [2026-03-05 02:05:40] "GET /project/826efbc9-7781-45cf-888a-2f9c68b19f63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.040562 10.0.0.131 - - [2026-03-05 02:05:40] "GET /projects?obj_uuids=c83827aa-471d-443f-9dae-527104cc6b45&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000812 10.0.0.131 - - [2026-03-05 02:05:40] "DELETE /project/7455ba8264754f8299c2d6742f4d8ba6 HTTP/1.1" 404 173 0.182070 10.0.0.131 - - [2026-03-05 02:05:40] "GET /project/e861f14e-f876-4414-90e1-b2c3a16fcd5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.087034 10.0.0.131 - - [2026-03-05 02:05:40] "GET /projects?obj_uuids=ac31ac00-64f5-45c6-b73f-9fb99be0c689&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000917 10.0.0.131 - - [2026-03-05 02:05:40] "GET /projects?obj_uuids=e861f14e-f876-4414-90e1-b2c3a16fcd5e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000830 10.0.0.131 - - [2026-03-05 02:05:40] "GET /projects?obj_uuids=d3d67c66-a17d-46cb-883d-0901366b48ea&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000935 10.0.0.131 - - [2026-03-05 02:05:40] "DELETE /project/c83827aa471d443f9dae527104cc6b45 HTTP/1.1" 404 173 0.238292 10.0.0.131 - - [2026-03-05 02:05:40] "GET /projects?obj_uuids=826efbc9-7781-45cf-888a-2f9c68b19f63&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000861 10.0.0.131 - - [2026-03-05 02:05:40] "GET /project/ac31ac00-64f5-45c6-b73f-9fb99be0c689?fields=security_groups HTTP/1.1" 200 1348 0.052402 10.0.0.131 - - [2026-03-05 02:05:40] "GET /projects?obj_uuids=7455ba82-6475-4f82-99c2-d6742f4d8ba6&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001595 10.0.0.131 - - [2026-03-05 02:05:40] "GET /project/d3d67c66-a17d-46cb-883d-0901366b48ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.053877 10.0.0.131 - - [2026-03-05 02:05:40] "GET /project/c83827aa-471d-443f-9dae-527104cc6b45?fields=security_groups HTTP/1.1" 200 1363 0.097077 10.0.0.131 - - [2026-03-05 02:05:40] "GET /projects?obj_uuids=d3d67c66-a17d-46cb-883d-0901366b48ea&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000922 10.0.0.131 - - [2026-03-05 02:05:40] "GET /project/e861f14e-f876-4414-90e1-b2c3a16fcd5e?fields=security_groups HTTP/1.1" 200 1363 0.107520 10.0.0.131 - - [2026-03-05 02:05:40] "GET /project/7455ba82-6475-4f82-99c2-d6742f4d8ba6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1451 0.082123 10.0.0.131 - - [2026-03-05 02:05:40] "GET /project/826efbc9-7781-45cf-888a-2f9c68b19f63?fields=security_groups HTTP/1.1" 200 1346 0.114683 10.0.0.131 - - [2026-03-05 02:05:40] "DELETE /access-control-list/e3447e6e-dee2-4571-9b6c-564b87b8137c HTTP/1.1" 200 115 0.067689 10.0.0.131 - - [2026-03-05 02:05:40] "DELETE /security-group/6be24faf-d784-4f2a-b61e-db79e91717d3 HTTP/1.1" 200 115 0.158803 10.0.0.131 - - [2026-03-05 02:05:40] "GET /projects?obj_uuids=965ff868-f294-465e-9ac6-4eed0cbe55dd&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001006 10.0.0.131 - - [2026-03-05 02:05:40] "GET /project/d3d67c66-a17d-46cb-883d-0901366b48ea?fields=security_groups HTTP/1.1" 200 1362 0.114876 10.0.0.131 - - [2026-03-05 02:05:40] "GET /projects?obj_uuids=7455ba82-6475-4f82-99c2-d6742f4d8ba6&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001286 10.0.0.131 - - [2026-03-05 02:05:40] "DELETE /access-control-list/c63baef6-6485-4b2f-92fa-e77fe9e49c0c HTTP/1.1" 200 115 0.086151 10.0.0.131 - - [2026-03-05 02:05:40] "GET /project/965ff868-f294-465e-9ac6-4eed0cbe55dd?fields=application_policy_sets HTTP/1.1" 200 1387 0.079228 10.0.0.131 - - [2026-03-05 02:05:40] "GET /project/7455ba82-6475-4f82-99c2-d6742f4d8ba6?fields=security_groups HTTP/1.1" 200 1350 0.077771 10.0.0.131 - - [2026-03-05 02:05:40] "DELETE /security-group/447f5652-5ac8-4466-8093-3bbf62d42019 HTTP/1.1" 200 115 0.189039 10.0.0.131 - - [2026-03-05 02:05:40] "GET /projects?obj_uuids=ac31ac00-64f5-45c6-b73f-9fb99be0c689&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000871 10.0.0.131 - - [2026-03-05 02:05:40] "DELETE /security-group/a864780e-9191-4d0a-8fcd-5d552f99302b HTTP/1.1" 200 115 0.197846 10.0.0.131 - - [2026-03-05 02:05:40] "DELETE /access-control-list/9571a04f-bee2-44f5-a3a0-7d56226973d4 HTTP/1.1" 200 115 0.078052 10.0.0.131 - - [2026-03-05 02:05:40] "GET /projects?obj_uuids=c83827aa-471d-443f-9dae-527104cc6b45&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003072 10.0.0.131 - - [2026-03-05 02:05:40] "GET /project/ac31ac00-64f5-45c6-b73f-9fb99be0c689?fields=application_policy_sets HTTP/1.1" 200 1387 0.044075 10.0.0.131 - - [2026-03-05 02:05:40] "DELETE /security-group/32df19d1-36d8-48bf-8229-ed204b9ba841 HTTP/1.1" 200 115 0.185512 10.0.0.131 - - [2026-03-05 02:05:40] "GET /projects?obj_uuids=e861f14e-f876-4414-90e1-b2c3a16fcd5e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000957 10.0.0.131 - - [2026-03-05 02:05:40] "DELETE /security-group/01be5aa4-80fd-4675-b37d-19afb78c55e5 HTTP/1.1" 200 115 0.170952 10.0.0.131 - - [2026-03-05 02:05:40] "GET /projects?obj_uuids=826efbc9-7781-45cf-888a-2f9c68b19f63&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001432 10.0.0.131 - - [2026-03-05 02:05:40] "DELETE /security-group/cea88ed8-b3a7-4214-b49a-aaed2743b3bf HTTP/1.1" 200 115 0.133170 10.0.0.131 - - [2026-03-05 02:05:40] "GET /projects?obj_uuids=d3d67c66-a17d-46cb-883d-0901366b48ea&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000825 10.0.0.131 - - [2026-03-05 02:05:40] "GET /project/e861f14e-f876-4414-90e1-b2c3a16fcd5e?fields=application_policy_sets HTTP/1.1" 200 1402 0.064985 10.0.0.131 - - [2026-03-05 02:05:40] "DELETE /access-control-list/0ba1d542-7832-48cb-952c-f9d01d00a20f HTTP/1.1" 200 115 0.101003 10.0.0.131 - - [2026-03-05 02:05:40] "GET /project/c83827aa-471d-443f-9dae-527104cc6b45?fields=application_policy_sets HTTP/1.1" 200 1402 0.122184 10.0.0.131 - - [2026-03-05 02:05:40] "GET /project/826efbc9-7781-45cf-888a-2f9c68b19f63?fields=application_policy_sets HTTP/1.1" 200 1385 0.107896 10.0.0.131 - - [2026-03-05 02:05:40] "GET /project/d3d67c66-a17d-46cb-883d-0901366b48ea?fields=application_policy_sets HTTP/1.1" 200 1401 0.099841 10.0.0.131 - - [2026-03-05 02:05:40] "DELETE /access-control-list/b666b0df-eaff-47cd-8009-24019a7dbccc HTTP/1.1" 200 115 0.079073 10.0.0.131 - - [2026-03-05 02:05:40] "DELETE /security-group/291504a2-8935-4694-9e33-a47d5d4fd759 HTTP/1.1" 200 115 0.213571 10.0.0.131 - - [2026-03-05 02:05:40] "GET /projects?obj_uuids=7455ba82-6475-4f82-99c2-d6742f4d8ba6&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000976 10.0.0.131 - - [2026-03-05 02:05:40] "DELETE /access-control-list/c34c3af9-a450-4d08-a904-f1101279cfbf HTTP/1.1" 200 115 0.093369 10.0.0.131 - - [2026-03-05 02:05:40] "DELETE /project/965ff868-f294-465e-9ac6-4eed0cbe55dd HTTP/1.1" 200 115 0.783252 10.0.0.131 - - [2026-03-05 02:05:40] "GET /project/7455ba82-6475-4f82-99c2-d6742f4d8ba6?fields=application_policy_sets HTTP/1.1" 200 1389 0.089762 10.0.0.131 - - [2026-03-05 02:05:40] "DELETE /project/ac31ac00-64f5-45c6-b73f-9fb99be0c689 HTTP/1.1" 200 115 0.850285 10.0.0.131 - - [2026-03-05 02:05:40] "DELETE /access-control-list/2c54edb1-0e63-45c2-a37d-0918a785f6a7 HTTP/1.1" 200 115 0.032916 10.0.0.131 - - [2026-03-05 02:05:40] "DELETE /project/e861f14e-f876-4414-90e1-b2c3a16fcd5e HTTP/1.1" 200 115 0.873177 10.0.0.131 - - [2026-03-05 02:05:40] "DELETE /project/c83827aa-471d-443f-9dae-527104cc6b45 HTTP/1.1" 200 115 0.875000 10.0.0.131 - - [2026-03-05 02:05:40] "DELETE /project/826efbc9-7781-45cf-888a-2f9c68b19f63 HTTP/1.1" 200 115 0.906023 10.0.0.131 - - [2026-03-05 02:05:40] "DELETE /access-control-list/f7ef2dd5-e2fe-4fbb-a786-b795921866e4 HTTP/1.1" 200 115 0.032091 10.0.0.131 - - [2026-03-05 02:05:40] "DELETE /project/d3d67c66-a17d-46cb-883d-0901366b48ea HTTP/1.1" 200 115 0.899503 10.0.0.131 - - [2026-03-05 02:05:41] "DELETE /access-control-list/8adccb18-c114-4108-876b-3f9ffd1f71a9 HTTP/1.1" 200 115 0.020177 10.0.0.131 - - [2026-03-05 02:05:41] "DELETE /access-control-list/58ff356a-87df-4002-b016-87227720dabe HTTP/1.1" 200 115 0.019307 10.0.0.131 - - [2026-03-05 02:05:41] "DELETE /project/7455ba82-6475-4f82-99c2-d6742f4d8ba6 HTTP/1.1" 200 115 0.946851 10.0.0.131 - - [2026-03-05 02:05:41] "DELETE /access-control-list/5ddd04e3-fa22-470e-a6d5-ac0b455b9eeb HTTP/1.1" 200 115 0.015474 10.0.0.131 - - [2026-03-05 02:05:41] "DELETE /access-control-list/bf2ed97f-bd54-4347-921c-e5af947f63dd HTTP/1.1" 200 115 0.016964 10.0.0.131 - - [2026-03-05 02:05:41] "DELETE /access-control-list/512164b1-0801-4890-b868-880a994f76fb HTTP/1.1" 200 115 0.012446 10.0.0.131 - - [2026-03-05 02:05:41] "DELETE /access-control-list/d293d635-fdc3-4c9b-9772-88ab5b6a493a HTTP/1.1" 200 115 0.020666 10.0.0.131 - - [2026-03-05 02:05:49] "GET /obj-perms HTTP/1.1" 200 5075 0.051630 10.0.0.131 - - [2026-03-05 02:05:50] "GET /obj-perms HTTP/1.1" 200 5075 0.044513 [Introspect:8084]10.0.0.131 - - [2026-03-05 02:06:11] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000868 [Introspect:8084]10.0.0.131 - - [2026-03-05 02:06:11] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.000951