+++ date ++ echo 'INFO: =================== Mon Feb 9 01:55:46 AM UTC 2026 ===================' INFO: =================== Mon Feb 9 01:55:46 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 +++ grep 'inet ' +++ head -n 1 +++ cut -d / -f 1 +++ awk '{print $2}' ++ DEFAULT_LOCAL_IP=10.0.0.141 ++ 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.141 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.141 ++ ANALYTICSDB_NODES=10.0.0.141 ++ ANALYTICS_SNMP_NODES=10.0.0.141 ++ 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.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:8081 ' +++ '[' -n '10.0.0.141:8081 ' ']' +++ echo 10.0.0.141:8081 ++ ANALYTICS_SERVERS=10.0.0.141: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.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:9042 ' +++ '[' -n '10.0.0.141:9042 ' ']' +++ echo 10.0.0.141:9042 ++ ANALYTICSDB_CQL_SERVERS=10.0.0.141:9042 ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.141 ++ 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.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:8086 ' +++ '[' -n '10.0.0.141:8086 ' ']' +++ echo 10.0.0.141:8086 ++ COLLECTOR_SERVERS=10.0.0.141: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.141 ++ CONFIGDB_NODES=10.0.0.141 ++ 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.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:8082 ' +++ '[' -n '10.0.0.141:8082 ' ']' +++ echo 10.0.0.141:8082 ++ CONFIG_SERVERS=10.0.0.141: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.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:9161 ' +++ '[' -n '10.0.0.141:9161 ' ']' +++ echo 10.0.0.141:9161 ++ CONFIGDB_SERVERS=10.0.0.141: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.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:9041 ' +++ '[' -n '10.0.0.141:9041 ' ']' +++ echo 10.0.0.141:9041 ++ CONFIGDB_CQL_SERVERS=10.0.0.141:9041 ++ CONFIG_API_VIP= ++ CONFIG_API_SSL_ENABLE=false ++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CONFIG_API_WORKER_COUNT=1 ++ CONFIG_API_MAX_REQUESTS=1024 ++ ANALYTICS_API_SSL_ENABLE=false ++ ANALYTICS_API_SSL_INSECURE=True ++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_ENABLE=false ++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum ++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum ++ CASSANDRA_SSL_PROTOCOL=TLS ++ CASSANDRA_SSL_ALGORITHM=SunX509 ++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]' ++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4 ++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4 ++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256 ++ CASSANDRA_CONFIG_CONCURRECT_READS=64 ++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64 ++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects ++ CASSANDRA_REAPER_ENABLED=false ++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey ++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser ++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass ++ CASSANDRA_REAPER_APP_PORT=8071 ++ CASSANDRA_REAPER_ADM_PORT=8072 ++ CONTROL_NODES=10.20.0.14 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.14 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.141 ++ 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.141 +++ local server_address=10.0.0.141 +++ extended_server_list+=10.0.0.141:2181, +++ '[' -n 10.0.0.141:2181, ']' +++ echo 10.0.0.141:2181 ++ ZOOKEEPER_SERVERS=10.0.0.141: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.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:2181 ' +++ '[' -n '10.0.0.141:2181 ' ']' +++ echo 10.0.0.141:2181 ++ ZOOKEEPER_SERVERS_SPACE_DELIM=10.0.0.141:2181 ++ RABBITMQ_NODES=10.0.0.141 ++ 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.141 +++ local server_address=10.0.0.141 +++ extended_server_list+=10.0.0.141:5673, +++ '[' -n 10.0.0.141:5673, ']' +++ echo 10.0.0.141:5673 ++ RABBITMQ_SERVERS=10.0.0.141: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.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:6379 ' +++ '[' -n '10.0.0.141:6379 ' ']' +++ echo 10.0.0.141:6379 ++ REDIS_SERVERS=10.0.0.141: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.141 ++ 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.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:9092 ' +++ '[' -n '10.0.0.141:9092 ' ']' +++ echo 10.0.0.141:9092 ++ KAFKA_SERVERS=10.0.0.141: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.141 ++ 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.141 ++ 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.141 ++ 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.141 ++ cut -d , -f 1 + local cassandra=10.0.0.141 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.141 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.141 +++ local servers=10.0.0.141 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ tr '\n' , ++++ get_local_ips ++++ awk '/32 host/ { print f } {f=$2}' ++++ cat /proc/net/fib_trie ++++ grep -vi host ++++ sort ++++ uniq +++ local local_ips=,10.0.0.141,10.20.0.14,127.0.0.1,172.17.0.1,, +++ local ord=1 +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.141'\''))' +++ local server_ip=10.0.0.141 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.141 ]] +++ [[ ,10.0.0.141,10.20.0.14,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.141, ]] +++ echo 10.0.0.141 1 +++ return ++ local ip=10.0.0.141 ++ [[ -z 10.0.0.141 ]] ++ echo 10.0.0.141 + host_ip=10.0.0.141 + [[ cql == \c\q\l ]] ++ echo 10.0.0.141:9041 ++ sed 's/,/ /g' + cassandra_server_list=10.0.0.141:9041 + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.141: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: 02/09/2026 01:55:55.175 7f76eeeb9380 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 02/09/2026 01:55:55.324 7f76eeeb9380 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 02/09/2026 01:55:55.336 7f76eeeb9380 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 02/09/2026 01:55:55.336 7f76eeeb9380 [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.141:8082/ Hit Ctrl-C to quit. 10.0.0.141 - - [2026-02-09 01:55:59] "GET / HTTP/1.1" 503 181 0.000246 10.0.0.141 - - [2026-02-09 01:55:59] "GET / HTTP/1.1" 503 181 0.000348 10.0.0.141 - - [2026-02-09 01:56:00] "GET / HTTP/1.1" 200 36215 0.001676 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.141 - - [2026-02-09 01:56:00] "POST /fqname-to-id HTTP/1.1" 401 293 0.000591 10.0.0.141 - - [2026-02-09 01:56:00] "GET / HTTP/1.1" 200 36215 0.001679 10.0.0.141 - - [2026-02-09 01:56:00] "GET / HTTP/1.1" 200 45871 0.001555 10.0.0.141 - - [2026-02-09 01:56:00] "GET / HTTP/1.1" 200 45871 0.001332 10.0.0.141 - - [2026-02-09 01:56:00] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 293 0.000444 10.0.0.141 - - [2026-02-09 01:56:00] "POST /fqname-to-id HTTP/1.1" 401 293 0.000315 10.0.0.141 - - [2026-02-09 01:56:00] "GET / HTTP/1.1" 200 36215 0.002257 10.0.0.141 - - [2026-02-09 01:56:00] "POST /fqname-to-id HTTP/1.1" 401 293 0.000423 10.0.0.141 - - [2026-02-09 01:56:02] "GET / HTTP/1.1" 200 36215 0.001477 10.0.0.141 - - [2026-02-09 01:56:02] "POST /fqname-to-id HTTP/1.1" 401 293 0.000455 10.0.0.141 - - [2026-02-09 01:56:02] "POST /fqname-to-id HTTP/1.1" 200 156 1.411240 10.0.0.141 - - [2026-02-09 01:56:02] "GET /global-system-config/ab917f5f-148a-49f5-90a8-630f4d818a4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1061 0.012469 10.0.0.141 - - [2026-02-09 01:56:02] "POST /fqname-to-id HTTP/1.1" 200 156 1.101424 10.0.0.141 - - [2026-02-09 01:56:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003355 10.0.0.141 - - [2026-02-09 01:56:02] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.798005 10.0.0.141 - - [2026-02-09 01:56:02] "POST /fqname-to-id HTTP/1.1" 404 220 0.004666 10.0.0.141 - - [2026-02-09 01:56:02] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.003278 10.0.0.141 - - [2026-02-09 01:56:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.487110 10.0.0.141 - - [2026-02-09 01:56:02] "GET /global-system-config/ab917f5f-148a-49f5-90a8-630f4d818a4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1061 0.017490 10.0.0.141 - - [2026-02-09 01:56:02] "POST /fqname-to-id HTTP/1.1" 401 293 0.000452 10.0.0.141 - - [2026-02-09 01:56:02] "GET / HTTP/1.1" 200 36215 0.001737 10.0.0.141 - - [2026-02-09 01:56:02] "POST /fqname-to-id HTTP/1.1" 404 220 0.002508 10.0.0.141 - - [2026-02-09 01:56:02] "POST /config-database-nodes HTTP/1.1" 200 619 0.044696 10.0.0.141 - - [2026-02-09 01:56:02] "POST /config-nodes HTTP/1.1" 200 601 0.042477 10.0.0.141 - - [2026-02-09 01:56:02] "GET / HTTP/1.1" 200 36215 0.002625 10.0.0.141 - - [2026-02-09 01:56:02] "POST /global-vrouter-configs HTTP/1.1" 401 293 0.000666 10.0.0.141 - - [2026-02-09 01:56:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.694692 10.0.0.141 - - [2026-02-09 01:56:03] "GET /network-ipam/81c4d873-c5cc-40e6-88a8-d2ad9e6d485a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1954 0.004312 10.0.0.141 - - [2026-02-09 01:56:03] "POST /fqname-to-id HTTP/1.1" 404 186 0.706313 10.0.0.141 - - [2026-02-09 01:56:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003105 /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.141 - - [2026-02-09 01:56:03] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.068669 10.0.0.141 - - [2026-02-09 01:56:03] "GET /global-system-config/ab917f5f-148a-49f5-90a8-630f4d818a4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1061 0.008691 10.0.0.141 - - [2026-02-09 01:56:03] "POST /service-appliance-sets HTTP/1.1" 200 555 0.024476 10.0.0.141 - - [2026-02-09 01:56:03] "POST /fqname-to-id HTTP/1.1" 404 180 0.003215 10.0.0.141 - - [2026-02-09 01:56:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002963 10.0.0.141 - - [2026-02-09 01:56:03] "POST /fqname-to-id HTTP/1.1" 404 225 0.002452 10.0.0.141 - - [2026-02-09 01:56:03] "POST /access-control-lists HTTP/1.1" 200 589 0.018208 10.0.0.141 - - [2026-02-09 01:56:03] "GET /global-system-config/ab917f5f-148a-49f5-90a8-630f4d818a4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1061 0.006545 10.0.0.141 - - [2026-02-09 01:56:03] "POST /fqname-to-id HTTP/1.1" 404 224 0.002773 10.0.0.141 - - [2026-02-09 01:56:03] "POST /service-appliance-sets HTTP/1.1" 200 543 0.016438 10.0.0.141 - - [2026-02-09 01:56:03] "POST /access-control-lists HTTP/1.1" 200 587 0.023764 10.0.0.141 - - [2026-02-09 01:56:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002748 10.0.0.141 - - [2026-02-09 01:56:04] "GET /network-ipam/81c4d873-c5cc-40e6-88a8-d2ad9e6d485a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1954 0.004688 10.0.0.141 - - [2026-02-09 01:56:04] "POST /route-targets HTTP/1.1" 200 328 0.012416 10.0.0.141 - - [2026-02-09 01:56:04] "POST /ref-update HTTP/1.1" 200 156 0.010558 10.0.0.141 - - [2026-02-09 01:56:04] "POST /route-targets HTTP/1.1" 200 328 0.012933 10.0.0.141 - - [2026-02-09 01:56:04] "POST /service-templates HTTP/1.1" 200 513 0.023160 10.0.0.141 - - [2026-02-09 01:56:04] "POST /service-templates HTTP/1.1" 200 503 0.018846 10.0.0.141 - - [2026-02-09 01:56:04] "POST /ref-update HTTP/1.1" 200 156 0.011144 10.0.0.141 - - [2026-02-09 01:56:04] "POST /service-templates HTTP/1.1" 200 517 0.019341 10.0.0.141 - - [2026-02-09 01:56:04] "POST /route-targets HTTP/1.1" 200 328 0.012631 10.0.0.141 - - [2026-02-09 01:56:04] "POST /service-templates HTTP/1.1" 200 537 0.017648 10.0.0.141 - - [2026-02-09 01:56:04] "POST /ref-update HTTP/1.1" 200 156 0.010171 10.0.0.141 - - [2026-02-09 01:56:04] "POST /service-templates HTTP/1.1" 200 509 0.020375 10.0.0.141 - - [2026-02-09 01:56:04] "POST /route-targets HTTP/1.1" 200 328 0.009943 10.0.0.141 - - [2026-02-09 01:56:04] "POST /ref-update HTTP/1.1" 200 156 0.010551 10.0.0.141 - - [2026-02-09 01:56:04] "POST /fqname-to-id HTTP/1.1" 404 201 0.002833 10.0.0.141 - - [2026-02-09 01:56:04] "POST /access-control-lists HTTP/1.1" 200 553 0.065456 10.0.0.141 - - [2026-02-09 01:56:04] "PUT /access-control-list/ec70a3dd-90eb-4059-82f0-bb263e39444a HTTP/1.1" 200 273 0.009853 10.0.0.141 - - [2026-02-09 01:56:04] "PUT /access-control-list/a2fba611-3290-4710-9c16-0f9b7708894a HTTP/1.1" 200 273 0.010252 10.0.0.141 - - [2026-02-09 01:56:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003423 10.0.0.141 - - [2026-02-09 01:56:08] "GET /global-vrouter-config/a378f525-7fa5-46b7-9091-743b27ef1b57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1218 0.003915 10.0.0.141 - - [2026-02-09 01:56:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003705 10.0.0.141 - - [2026-02-09 01:56:08] "PUT /global-vrouter-config/a378f525-7fa5-46b7-9091-743b27ef1b57 HTTP/1.1" 200 277 0.009404 10.0.0.141 - - [2026-02-09 01:56:09] "GET / HTTP/1.1" 200 36215 0.001573 10.0.0.141 - - [2026-02-09 01:56:09] "POST /alarms HTTP/1.1" 401 293 0.000401 10.0.0.141 - - [2026-02-09 01:56:09] "POST /alarms HTTP/1.1" 200 583 0.040430 10.0.0.141 - - [2026-02-09 01:56:09] "POST /alarms HTTP/1.1" 200 577 0.015101 10.0.0.141 - - [2026-02-09 01:56:09] "POST /alarms HTTP/1.1" 200 577 0.017237 10.0.0.141 - - [2026-02-09 01:56:09] "POST /alarms HTTP/1.1" 200 561 0.025248 10.0.0.141 - - [2026-02-09 01:56:09] "POST /alarms HTTP/1.1" 200 557 0.019040 10.0.0.141 - - [2026-02-09 01:56:09] "POST /alarms HTTP/1.1" 200 559 0.018523 10.0.0.141 - - [2026-02-09 01:56:09] "POST /alarms HTTP/1.1" 200 567 0.018648 10.0.0.141 - - [2026-02-09 01:56:09] "POST /alarms HTTP/1.1" 200 551 0.018137 10.0.0.141 - - [2026-02-09 01:56:09] "POST /alarms HTTP/1.1" 200 559 0.016380 10.0.0.141 - - [2026-02-09 01:56:09] "POST /alarms HTTP/1.1" 200 569 0.016367 10.0.0.141 - - [2026-02-09 01:56:10] "POST /alarms HTTP/1.1" 200 557 0.022299 10.0.0.141 - - [2026-02-09 01:56:10] "POST /alarms HTTP/1.1" 200 569 0.019903 10.0.0.141 - - [2026-02-09 01:56:10] "POST /alarms HTTP/1.1" 200 577 0.065227 10.0.0.141 - - [2026-02-09 01:56:10] "POST /alarms HTTP/1.1" 200 571 0.019018 10.0.0.141 - - [2026-02-09 01:56:10] "POST /alarms HTTP/1.1" 200 563 0.016944 10.0.0.141 - - [2026-02-09 01:56:10] "POST /alarms HTTP/1.1" 200 563 0.017974 10.0.0.141 - - [2026-02-09 01:56:10] "POST /alarms HTTP/1.1" 200 563 0.019032 10.0.0.141 - - [2026-02-09 01:56:10] "POST /alarms HTTP/1.1" 200 549 0.018840 10.0.0.141 - - [2026-02-09 01:56:10] "POST /alarms HTTP/1.1" 200 597 0.017073 10.0.0.141 - - [2026-02-09 01:56:10] "POST /alarms HTTP/1.1" 200 577 0.017355 10.0.0.141 - - [2026-02-09 01:56:10] "POST /alarms HTTP/1.1" 200 573 0.017704 10.0.0.141 - - [2026-02-09 01:56:10] "POST /alarms HTTP/1.1" 200 585 0.017611 10.0.0.141 - - [2026-02-09 01:56:10] "POST /alarms HTTP/1.1" 200 611 0.028126 10.0.0.141 - - [2026-02-09 01:56:11] "GET / HTTP/1.1" 200 36215 0.001826 10.0.0.141 - - [2026-02-09 01:56:11] "POST /global-vrouter-configs HTTP/1.1" 401 293 0.000422 10.0.0.141 - - [2026-02-09 01:56:11] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.029235 10.0.0.141 - - [2026-02-09 01:56:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002461 10.0.0.141 - - [2026-02-09 01:56:11] "PUT /global-vrouter-config/a378f525-7fa5-46b7-9091-743b27ef1b57 HTTP/1.1" 200 277 0.009545 10.0.0.141 - - [2026-02-09 01:56:11] "GET / HTTP/1.1" 200 36215 0.001895 10.0.0.141 - - [2026-02-09 01:56:11] "POST /fqname-to-id HTTP/1.1" 401 293 0.000430 10.0.0.141 - - [2026-02-09 01:56:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.027576 10.0.0.141 - - [2026-02-09 01:56:12] "GET /global-vrouter-config/a378f525-7fa5-46b7-9091-743b27ef1b57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003765 10.0.0.141 - - [2026-02-09 01:56:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003295 10.0.0.141 - - [2026-02-09 01:56:12] "PUT /global-vrouter-config/a378f525-7fa5-46b7-9091-743b27ef1b57 HTTP/1.1" 200 277 0.009948 10.0.0.141 - - [2026-02-09 01:56:12] "GET / HTTP/1.1" 200 36215 0.002364 10.0.0.141 - - [2026-02-09 01:56:12] "POST /fqname-to-id HTTP/1.1" 401 293 0.000400 10.0.0.141 - - [2026-02-09 01:56:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.026520 10.0.0.141 - - [2026-02-09 01:56:13] "GET /global-system-config/ab917f5f-148a-49f5-90a8-630f4d818a4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1061 0.005586 10.0.0.141 - - [2026-02-09 01:56:13] "PUT /global-system-config/ab917f5f-148a-49f5-90a8-630f4d818a4d HTTP/1.1" 200 275 0.016830 10.0.0.141 - - [2026-02-09 01:56:27] "GET /global-system-configs HTTP/1.1" 401 293 0.000488 10.0.0.141 - - [2026-02-09 01:56:27] "GET /global-system-configs HTTP/1.1" 401 293 0.000414 10.0.0.141 - - [2026-02-09 01:56:27] "GET /global-system-configs HTTP/1.1" 401 293 0.000603 10.0.0.141 - - [2026-02-09 01:56:27] "GET /global-system-configs HTTP/1.1" 401 293 0.000576 10.0.0.141 - - [2026-02-09 01:57:10] "GET / HTTP/1.1" 200 36215 0.001739 10.0.0.141 - - [2026-02-09 01:57:10] "POST /fqname-to-id HTTP/1.1" 401 293 0.000411 10.0.0.141 - - [2026-02-09 01:57:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.026056 10.0.0.141 - - [2026-02-09 01:57:10] "GET /routing-instance/719ac1ce-8d91-4a5d-b596-9b2fcfa555c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1177 0.003965 10.0.0.141 - - [2026-02-09 01:57:11] "POST /bgp-routers HTTP/1.1" 200 622 0.022110 10.0.0.141 - - [2026-02-09 01:57:11] "GET /bgp-router/d1cd5dd8-9081-4d0a-8c90-0bc66bc8818f?fields=global_system_config_back_refs HTTP/1.1" 200 1119 0.005521 10.0.0.141 - - [2026-02-09 01:57:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003573 10.0.0.141 - - [2026-02-09 01:57:11] "GET /global-system-config/ab917f5f-148a-49f5-90a8-630f4d818a4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1061 0.006528 10.0.0.141 - - [2026-02-09 01:57:11] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003701 10.0.0.141 - - [2026-02-09 01:57:11] "POST /ref-update HTTP/1.1" 200 156 0.007912 10.0.0.141 - - [2026-02-09 01:57:40] "GET / HTTP/1.1" 200 36215 0.001537 10.0.0.141 - - [2026-02-09 01:57:40] "POST /fqname-to-id HTTP/1.1" 401 293 0.000417 10.0.0.141 - - [2026-02-09 01:57:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.028009 10.0.0.141 - - [2026-02-09 01:57:40] "GET /global-system-config/ab917f5f-148a-49f5-90a8-630f4d818a4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.007486 10.0.0.141 - - [2026-02-09 01:57:40] "POST /fqname-to-id HTTP/1.1" 404 220 0.003595 10.0.0.141 - - [2026-02-09 01:57:41] "POST /database-nodes HTTP/1.1" 200 605 0.019364 10.0.0.141 - - [2026-02-09 01:58:13] "GET / HTTP/1.1" 200 36215 0.001865 10.0.0.141 - - [2026-02-09 01:58:13] "POST /fqname-to-id HTTP/1.1" 401 293 0.000426 10.0.0.141 - - [2026-02-09 01:58:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.027502 10.0.0.141 - - [2026-02-09 01:58:13] "GET /global-system-config/ab917f5f-148a-49f5-90a8-630f4d818a4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.005454 10.0.0.141 - - [2026-02-09 01:58:13] "POST /fqname-to-id HTTP/1.1" 404 220 0.003825 10.0.0.141 - - [2026-02-09 01:58:13] "POST /analytics-nodes HTTP/1.1" 200 607 0.017215 10.0.0.141 - - [2026-02-09 01:58:19] "GET / HTTP/1.1" 200 36215 0.001833 10.0.0.141 - - [2026-02-09 01:58:30] "GET / HTTP/1.1" 200 36215 0.002162 10.0.0.141 - - [2026-02-09 01:58:30] "POST /fqname-to-id HTTP/1.1" 401 293 0.000450 10.0.0.141 - - [2026-02-09 01:58:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.036398 10.0.0.141 - - [2026-02-09 01:58:30] "GET /global-system-config/ab917f5f-148a-49f5-90a8-630f4d818a4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.006360 10.0.0.141 - - [2026-02-09 01:58:30] "POST /fqname-to-id HTTP/1.1" 404 220 0.003956 10.0.0.141 - - [2026-02-09 01:58:30] "POST /analytics-alarm-nodes HTTP/1.1" 200 619 0.027952 10.0.0.141 - - [2026-02-09 01:58:45] "GET / HTTP/1.1" 200 36215 0.001489 10.0.0.141 - - [2026-02-09 01:58:45] "POST /fqname-to-id HTTP/1.1" 401 293 0.000434 10.0.0.141 - - [2026-02-09 01:58:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.029354 10.0.0.141 - - [2026-02-09 01:58:45] "GET /global-system-config/ab917f5f-148a-49f5-90a8-630f4d818a4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.005792 10.0.0.141 - - [2026-02-09 01:58:45] "POST /fqname-to-id HTTP/1.1" 404 220 0.003034 10.0.0.141 - - [2026-02-09 01:58:45] "POST /analytics-snmp-nodes HTTP/1.1" 200 617 0.026405 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.141 - - [2026-02-09 01:59:06] "GET /obj-perms HTTP/1.1" 200 5075 0.406428 10.0.0.141 - - [2026-02-09 01:59:06] "GET /obj-perms HTTP/1.1" 200 5075 0.055791 10.0.0.141 - - [2026-02-09 02:00:07] "GET /obj-perms HTTP/1.1" 200 5075 0.052148 10.0.0.141 - - [2026-02-09 02:00:07] "GET /obj-perms HTTP/1.1" 200 5075 0.053198 10.0.0.141 - - [2026-02-09 02:01:07] "GET /obj-perms HTTP/1.1" 200 5075 0.055633 10.0.0.141 - - [2026-02-09 02:01:08] "GET /obj-perms HTTP/1.1" 200 5075 0.053106 10.0.0.141 - - [2026-02-09 02:01:27] "GET /global-system-configs HTTP/1.1" 401 293 0.000452 10.0.0.141 - - [2026-02-09 02:01:27] "GET /global-system-configs HTTP/1.1" 401 293 0.000403 10.0.0.141 - - [2026-02-09 02:01:27] "GET /global-system-configs HTTP/1.1" 401 293 0.000434 10.0.0.141 - - [2026-02-09 02:01:27] "GET /global-system-configs HTTP/1.1" 401 293 0.000448 10.0.0.141 - - [2026-02-09 02:01:32] "GET / HTTP/1.1" 200 36215 0.001824 10.0.0.141 - - [2026-02-09 02:01:32] "POST /fqname-to-id HTTP/1.1" 401 293 0.000397 10.0.0.141 - - [2026-02-09 02:01:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.027807 10.0.0.141 - - [2026-02-09 02:01:32] "GET /global-system-config/ab917f5f-148a-49f5-90a8-630f4d818a4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.005671 10.0.0.141 - - [2026-02-09 02:01:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003297 10.0.0.141 - - [2026-02-09 02:01:32] "GET /routing-instance/719ac1ce-8d91-4a5d-b596-9b2fcfa555c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1177 0.004327 10.0.0.141 - - [2026-02-09 02:01:33] "PUT /global-system-config/ab917f5f-148a-49f5-90a8-630f4d818a4d HTTP/1.1" 200 275 0.011704 10.0.0.141 - - [2026-02-09 02:01:33] "POST /fqname-to-id HTTP/1.1" 404 218 0.003079 10.0.0.141 - - [2026-02-09 02:01:33] "POST /virtual-routers HTTP/1.1" 200 605 0.019290 10.0.0.141 - - [2026-02-09 02:01:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003323 10.0.0.141 - - [2026-02-09 02:01:33] "GET /virtual-router/7656f53b-8a7e-4fa0-bca0-e5bf31c525e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1247 0.005362 10.0.0.141 - - [2026-02-09 02:01:33] "POST /fqname-to-id HTTP/1.1" 404 231 0.002943 10.0.0.141 - - [2026-02-09 02:01:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003343 10.0.0.141 - - [2026-02-09 02:01:33] "GET /virtual-network/6eac1708-1fe7-46fe-9538-767591258071?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.005820 10.0.0.141 - - [2026-02-09 02:01:33] "POST /virtual-machine-interfaces HTTP/1.1" 200 587 0.043097 10.0.0.141 - - [2026-02-09 02:01:34] "PUT /access-control-list/5586c190-780a-4b2c-96fa-c8266c5da74c HTTP/1.1" 200 273 0.037040 [Introspect:8084]10.0.0.141 - - [2026-02-09 02:01:36] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.001083 [Introspect:8084]10.0.0.141 - - [2026-02-09 02:01:36] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.000956 [Introspect:8084]10.0.0.141 - - [2026-02-09 02:01:38] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.001055 [Introspect:8084]10.0.0.141 - - [2026-02-09 02:01:38] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.000984 10.0.0.141 - - [2026-02-09 02:02:08] "GET /obj-perms HTTP/1.1" 200 5075 0.053868 10.0.0.141 - - [2026-02-09 02:02:09] "GET /obj-perms HTTP/1.1" 200 5075 0.055051 10.0.0.141 - - [2026-02-09 02:02:55] "GET / HTTP/1.1" 200 36215 0.001457 10.0.0.141 - - [2026-02-09 02:02:56] "GET /project/74206d25-8e68-44b3-858c-04d1a27e547c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000482 10.0.0.141 - - [2026-02-09 02:02:56] "GET /projects?obj_uuids=74206d25-8e68-44b3-858c-04d1a27e547c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.026629 10.0.0.141 - - [2026-02-09 02:02:56] "GET /domains?obj_uuids=5c908eb1-ca90-4dd8-8556-6bf44625a257&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001656 10.0.0.141 - - [2026-02-09 02:02:56] "GET /domain/5c908eb1-ca90-4dd8-8556-6bf44625a257?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.033015 10.0.0.141 - - [2026-02-09 02:02:56] "POST /id-to-fqname HTTP/1.1" 200 167 0.001373 10.0.0.141 - - [2026-02-09 02:02:56] "POST /fqname-to-id HTTP/1.1" 404 176 0.005130 10.0.0.141 - - [2026-02-09 02:02:56] "POST /security-groups HTTP/1.1" 200 568 0.065009 10.0.0.141 - - [2026-02-09 02:02:56] "POST /fqname-to-id HTTP/1.1" 404 207 0.003750 10.0.0.141 - - [2026-02-09 02:02:56] "POST /projects HTTP/1.1" 200 539 0.231686 10.0.0.141 - - [2026-02-09 02:02:56] "POST /access-control-lists HTTP/1.1" 200 575 0.061042 10.0.0.141 - - [2026-02-09 02:02:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.306971 10.0.0.141 - - [2026-02-09 02:02:56] "POST /fqname-to-id HTTP/1.1" 404 206 0.002988 10.0.0.141 - - [2026-02-09 02:02:56] "GET /project/74206d25-8e68-44b3-858c-04d1a27e547c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1273 0.480854 10.0.0.141 - - [2026-02-09 02:02:57] "POST /access-control-lists HTTP/1.1" 200 573 0.085632 [Introspect:8084]10.0.0.141 - - [2026-02-09 02:02:57] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.001171 10.0.0.141 - - [2026-02-09 02:02:57] "POST /fqname-to-id HTTP/1.1" 404 199 0.026356 10.0.0.141 - - [2026-02-09 02:02:57] "GET /projects?obj_uuids=11234f58-0416-400d-9459-3442830097b2&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002979 10.0.0.141 - - [2026-02-09 02:02:57] "GET /domains?obj_uuids=5c908eb1-ca90-4dd8-8556-6bf44625a257&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001024 10.0.0.141 - - [2026-02-09 02:02:57] "GET /domain/5c908eb1-ca90-4dd8-8556-6bf44625a257?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007548 10.0.0.141 - - [2026-02-09 02:02:58] "POST /id-to-fqname HTTP/1.1" 200 201 0.001375 10.0.0.141 - - [2026-02-09 02:02:58] "POST /fqname-to-id HTTP/1.1" 404 210 0.002530 10.0.0.141 - - [2026-02-09 02:02:58] "POST /security-groups HTTP/1.1" 200 602 0.069369 10.0.0.141 - - [2026-02-09 02:02:58] "POST /fqname-to-id HTTP/1.1" 404 245 0.005200 10.0.0.141 - - [2026-02-09 02:02:58] "POST /projects HTTP/1.1" 200 607 0.239218 10.0.0.141 - - [2026-02-09 02:02:58] "POST /access-control-lists HTTP/1.1" 200 609 0.062028 10.0.0.141 - - [2026-02-09 02:02:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.310468 10.0.0.141 - - [2026-02-09 02:02:58] "POST /fqname-to-id HTTP/1.1" 404 244 0.003020 10.0.0.141 - - [2026-02-09 02:02:58] "GET /project/11234f58-0416-400d-9459-3442830097b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.439014 10.0.0.141 - - [2026-02-09 02:02:58] "POST /access-control-lists HTTP/1.1" 200 607 0.063999 10.0.0.141 - - [2026-02-09 02:02:59] "GET / HTTP/1.1" 200 36215 0.002980 10.0.0.141 - - [2026-02-09 02:03:00] "POST /fqname-to-id HTTP/1.1" 401 293 0.000504 10.0.0.141 - - [2026-02-09 02:03:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.062965 10.0.0.141 - - [2026-02-09 02:03:00] "GET /projects?obj_uuids=11234f58-0416-400d-9459-3442830097b2&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001401 10.0.0.141 - - [2026-02-09 02:03:00] "GET /project/11234f58-0416-400d-9459-3442830097b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.032496 10.0.0.141 - - [2026-02-09 02:03:00] "POST /neutron/network HTTP/1.1" 200 117 0.108467 10.0.0.141 - - [2026-02-09 02:03:00] "GET /projects?obj_uuids=11234f58-0416-400d-9459-3442830097b2&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001076 10.0.0.141 - - [2026-02-09 02:03:00] "POST /neutron/network HTTP/1.1" 200 620 0.065296 10.0.0.141 - - [2026-02-09 02:03:00] "POST /route-targets HTTP/1.1" 200 328 0.010456 10.0.0.141 - - [2026-02-09 02:03:00] "POST /ref-update HTTP/1.1" 200 156 0.014801 10.0.0.141 - - [2026-02-09 02:03:01] "POST /useragent-kv HTTP/1.1" 200 115 0.007880 10.0.0.141 - - [2026-02-09 02:03:01] "POST /neutron/subnet HTTP/1.1" 200 729 0.202217 10.0.0.141 - - [2026-02-09 02:03:01] "POST /neutron/network HTTP/1.1" 200 840 0.007139 10.0.0.141 - - [2026-02-09 02:03:01] "POST /id-to-fqname HTTP/1.1" 200 233 0.001273 10.0.0.141 - - [2026-02-09 02:03:01] "GET /virtual-network/fe43ed3c-a309-4961-ae30-f23d661e67f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.005643 10.0.0.141 - - [2026-02-09 02:03:01] "POST /neutron/network HTTP/1.1" 200 840 0.006762 10.0.0.141 - - [2026-02-09 02:03:01] "GET /virtual-network/fe43ed3c-a309-4961-ae30-f23d661e67f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.005667 10.0.0.141 - - [2026-02-09 02:03:01] "POST /neutron/network HTTP/1.1" 200 840 0.006197 10.0.0.141 - - [2026-02-09 02:03:01] "POST /neutron/subnet HTTP/1.1" 200 729 0.007674 10.0.0.141 - - [2026-02-09 02:03:01] "GET /domains HTTP/1.1" 401 293 0.000591 10.0.0.141 - - [2026-02-09 02:03:01] "GET /domains HTTP/1.1" 200 281 0.037971 10.0.0.141 - - [2026-02-09 02:03:01] "GET /domains?obj_uuids=5c908eb1-ca90-4dd8-8556-6bf44625a257&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001033 10.0.0.141 - - [2026-02-09 02:03:01] "GET /domain/5c908eb1-ca90-4dd8-8556-6bf44625a257 HTTP/1.1" 200 2593 0.013019 10.0.0.141 - - [2026-02-09 02:03:01] "GET /projects?obj_uuids=11234f58-0416-400d-9459-3442830097b2&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001482 10.0.0.141 - - [2026-02-09 02:03:01] "GET /project/11234f58-0416-400d-9459-3442830097b2 HTTP/1.1" 200 2174 0.070330 10.0.0.141 - - [2026-02-09 02:03:01] "GET /virtual-network/fe43ed3c-a309-4961-ae30-f23d661e67f3 HTTP/1.1" 200 2350 0.006984 10.0.0.141 - - [2026-02-09 02:03:01] "GET /virtual-network/fe43ed3c-a309-4961-ae30-f23d661e67f3 HTTP/1.1" 200 2350 0.005308 10.0.0.141 - - [2026-02-09 02:03:01] "GET /routing-instance/6ba0d436-2523-4a87-9ad3-14d693bafa01 HTTP/1.1" 200 1497 0.003625 10.0.0.141 - - [2026-02-09 02:03:01] "GET /routing-instance/6ba0d436-2523-4a87-9ad3-14d693bafa01 HTTP/1.1" 200 1497 0.003311 10.0.0.141 - - [2026-02-09 02:03:01] "GET /route-target/ac1bb38a-60dd-492c-9256-8b3db2db0f28 HTTP/1.1" 200 1222 0.003061 10.0.0.141 - - [2026-02-09 02:03:01] "GET /virtual-network/fe43ed3c-a309-4961-ae30-f23d661e67f3 HTTP/1.1" 200 2350 0.005609 10.0.0.141 - - [2026-02-09 02:03:01] "GET /routing-instance/6ba0d436-2523-4a87-9ad3-14d693bafa01 HTTP/1.1" 200 1497 0.003338 10.0.0.141 - - [2026-02-09 02:03:01] "GET /virtual-network/fe43ed3c-a309-4961-ae30-f23d661e67f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.004796 10.0.0.141 - - [2026-02-09 02:03:01] "GET /virtual-network/fe43ed3c-a309-4961-ae30-f23d661e67f3 HTTP/1.1" 200 2350 0.004508 10.0.0.141 - - [2026-02-09 02:03:01] "GET /routing-instance/6ba0d436-2523-4a87-9ad3-14d693bafa01 HTTP/1.1" 200 1497 0.003136 10.0.0.141 - - [2026-02-09 02:03:01] "GET /routing-instance/6ba0d436-2523-4a87-9ad3-14d693bafa01 HTTP/1.1" 200 1497 0.003145 10.0.0.141 - - [2026-02-09 02:03:01] "GET /route-target/ac1bb38a-60dd-492c-9256-8b3db2db0f28 HTTP/1.1" 200 1222 0.002578 10.0.0.141 - - [2026-02-09 02:03:01] "GET /domains HTTP/1.1" 200 281 0.002724 10.0.0.141 - - [2026-02-09 02:03:01] "GET /domains?obj_uuids=5c908eb1-ca90-4dd8-8556-6bf44625a257&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001015 10.0.0.141 - - [2026-02-09 02:03:01] "GET /domain/5c908eb1-ca90-4dd8-8556-6bf44625a257 HTTP/1.1" 200 2593 0.007180 10.0.0.141 - - [2026-02-09 02:03:02] "GET /projects?obj_uuids=11234f58-0416-400d-9459-3442830097b2&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000979 10.0.0.141 - - [2026-02-09 02:03:02] "GET /project/11234f58-0416-400d-9459-3442830097b2 HTTP/1.1" 200 2174 0.070050 10.0.0.141 - - [2026-02-09 02:03:02] "GET /virtual-network/fe43ed3c-a309-4961-ae30-f23d661e67f3 HTTP/1.1" 200 2350 0.005247 10.0.0.141 - - [2026-02-09 02:03:02] "GET /obj-perms HTTP/1.1" 200 5071 0.049392 10.0.0.141 - - [2026-02-09 02:03:02] "POST /id-to-fqname HTTP/1.1" 200 233 0.001403 10.0.0.141 - - [2026-02-09 02:03:04] "DELETE /project/11234f580416400d94593442830097b2 HTTP/1.1" 404 173 0.003686 10.0.0.141 - - [2026-02-09 02:03:04] "DELETE /project/74206d258e6844b3858c04d1a27e547c HTTP/1.1" 404 173 0.002657 10.0.0.141 - - [2026-02-09 02:03:04] "POST /neutron/network HTTP/1.1" 200 850 0.006428 10.0.0.141 - - [2026-02-09 02:03:04] "GET /aaa-mode HTTP/1.1" 401 293 0.000504 10.0.0.141 - - [2026-02-09 02:03:04] "GET / HTTP/1.1" 200 36215 0.001931 10.0.0.141 - - [2026-02-09 02:03:04] "GET /project/11234f58-0416-400d-9459-3442830097b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000390 10.0.0.141 - - [2026-02-09 02:03:05] "GET /projects?obj_uuids=11234f58-0416-400d-9459-3442830097b2&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001055 10.0.0.141 - - [2026-02-09 02:03:05] "GET /project/11234f58-0416-400d-9459-3442830097b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.056876 10.0.0.141 - - [2026-02-09 02:03:06] "POST /neutron/network HTTP/1.1" 200 840 0.033741 10.0.0.141 - - [2026-02-09 02:03:06] "POST /neutron/port HTTP/1.1" 200 117 0.006861 10.0.0.141 - - [2026-02-09 02:03:06] "POST /neutron/port HTTP/1.1" 200 117 0.005526 10.0.0.141 - - [2026-02-09 02:03:06] "POST /neutron/port HTTP/1.1" 200 117 0.005711 10.0.0.141 - - [2026-02-09 02:03:07] "POST /neutron/network HTTP/1.1" 200 850 0.006248 10.0.0.141 - - [2026-02-09 02:03:07] "GET /projects?obj_uuids=11234f58-0416-400d-9459-3442830097b2&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001362 10.0.0.141 - - [2026-02-09 02:03:07] "POST /neutron/port HTTP/1.1" 200 1072 0.230245 10.0.0.141 - - [2026-02-09 02:03:07] "POST /neutron/port HTTP/1.1" 200 1072 0.036038 10.0.0.141 - - [2026-02-09 02:03:07] "POST /neutron/port HTTP/1.1" 200 1072 0.010803 10.0.0.141 - - [2026-02-09 02:03:08] "POST /neutron/port HTTP/1.1" 200 1126 0.110902 10.0.0.141 - - [2026-02-09 02:03:08] "POST /neutron/port HTTP/1.1" 200 1136 0.013398 10.0.0.141 - - [2026-02-09 02:03:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003833 10.0.0.141 - - [2026-02-09 02:03:08] "POST /neutron/subnet HTTP/1.1" 200 703 0.008039 10.0.0.141 - - [2026-02-09 02:03:08] "POST /neutron/port HTTP/1.1" 200 117 0.001279 10.0.0.141 - - [2026-02-09 02:03:08] "POST /neutron/network HTTP/1.1" 200 840 0.006644 10.0.0.141 - - [2026-02-09 02:03:09] "GET /obj-perms HTTP/1.1" 200 5075 0.051607 10.0.0.141 - - [2026-02-09 02:03:09] "GET /obj-perms HTTP/1.1" 200 5075 0.052664 10.0.0.141 - - [2026-02-09 02:03:11] "POST /neutron/port HTTP/1.1" 200 1136 0.015416 10.0.0.141 - - [2026-02-09 02:03:11] "POST /neutron/security_group HTTP/1.1" 200 2069 0.009490 10.0.0.141 - - [2026-02-09 02:03:13] "POST /neutron/port HTTP/1.1" 200 1136 0.015258 10.0.0.141 - - [2026-02-09 02:03:13] "POST /neutron/port HTTP/1.1" 200 1136 0.015082 10.0.0.141 - - [2026-02-09 02:03:13] "POST /neutron/network HTTP/1.1" 200 850 0.007255 10.0.0.141 - - [2026-02-09 02:03:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003752 10.0.0.141 - - [2026-02-09 02:03:13] "POST /neutron/subnet HTTP/1.1" 200 703 0.007691 10.0.0.141 - - [2026-02-09 02:03:13] "POST /neutron/port HTTP/1.1" 200 117 0.001270 10.0.0.141 - - [2026-02-09 02:03:13] "POST /neutron/network HTTP/1.1" 200 840 0.006570 10.0.0.141 - - [2026-02-09 02:03:16] "POST /neutron/port HTTP/1.1" 200 1136 0.014048 10.0.0.141 - - [2026-02-09 02:03:16] "POST /neutron/security_group HTTP/1.1" 200 2069 0.007059 10.0.0.141 - - [2026-02-09 02:03:16] "GET /obj-perms HTTP/1.1" 200 5071 0.003505 10.0.0.141 - - [2026-02-09 02:03:17] "GET /obj-perms HTTP/1.1" 200 5071 0.003608 10.0.0.141 - - [2026-02-09 02:03:18] "GET /obj-perms HTTP/1.1" 200 5071 0.003410 10.0.0.141 - - [2026-02-09 02:03:19] "GET /obj-perms HTTP/1.1" 200 5071 0.004067 10.0.0.141 - - [2026-02-09 02:03:20] "GET /obj-perms HTTP/1.1" 200 5071 0.003561 10.0.0.141 - - [2026-02-09 02:03:21] "POST /neutron/network HTTP/1.1" 200 840 0.006226 10.0.0.141 - - [2026-02-09 02:03:21] "POST /neutron/network HTTP/1.1" 400 204 0.010406 10.0.0.141 - - [2026-02-09 02:03:22] "POST /neutron/port HTTP/1.1" 200 1136 0.015021 10.0.0.141 - - [2026-02-09 02:03:22] "POST /neutron/port HTTP/1.1" 200 1126 0.014537 10.0.0.141 - - [2026-02-09 02:03:22] "POST /neutron/port HTTP/1.1" 200 151 0.141919 10.0.0.141 - - [2026-02-09 02:03:23] "POST /neutron/network HTTP/1.1" 200 840 0.007024 10.0.0.141 - - [2026-02-09 02:03:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004130 10.0.0.141 - - [2026-02-09 02:03:23] "POST /useragent-kv HTTP/1.1" 200 115 0.003717 10.0.0.141 - - [2026-02-09 02:03:23] "POST /useragent-kv HTTP/1.1" 200 115 0.002360 10.0.0.141 - - [2026-02-09 02:03:23] "POST /neutron/network HTTP/1.1" 200 151 0.102462 10.0.0.141 - - [2026-02-09 02:03:23] "DELETE /route-target/ac1bb38a-60dd-492c-9256-8b3db2db0f28 HTTP/1.1" 200 115 0.021787 10.0.0.141 - - [2026-02-09 02:03:23] "GET /routing-instance/6ba0d436-2523-4a87-9ad3-14d693bafa01 HTTP/1.1" 404 171 0.004890 10.0.0.141 - - [2026-02-09 02:03:23] "GET /domains HTTP/1.1" 200 281 0.003343 10.0.0.141 - - [2026-02-09 02:03:23] "GET /domains?obj_uuids=5c908eb1-ca90-4dd8-8556-6bf44625a257&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001765 10.0.0.141 - - [2026-02-09 02:03:23] "GET /domain/5c908eb1-ca90-4dd8-8556-6bf44625a257 HTTP/1.1" 200 2593 0.049975 10.0.0.141 - - [2026-02-09 02:03:23] "GET /projects?obj_uuids=11234f58-0416-400d-9459-3442830097b2&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001248 10.0.0.141 - - [2026-02-09 02:03:24] "GET /project/11234f58-0416-400d-9459-3442830097b2 HTTP/1.1" 200 1923 0.082709 10.0.0.141 - - [2026-02-09 02:03:24] "GET /projects?obj_uuids=11234f58-0416-400d-9459-3442830097b2&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001221 10.0.0.141 - - [2026-02-09 02:03:24] "GET /project/11234f58-0416-400d-9459-3442830097b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.027201 10.0.0.141 - - [2026-02-09 02:03:24] "GET /projects?obj_uuids=11234f58-0416-400d-9459-3442830097b2&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001009 10.0.0.141 - - [2026-02-09 02:03:24] "GET /project/11234f58-0416-400d-9459-3442830097b2?fields=virtual_networks HTTP/1.1" 200 1056 0.080273 10.0.0.141 - - [2026-02-09 02:03:24] "GET /projects?obj_uuids=11234f58-0416-400d-9459-3442830097b2&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001087 10.0.0.141 - - [2026-02-09 02:03:24] "GET /project/11234f58-0416-400d-9459-3442830097b2?fields=virtual_machine_interfaces HTTP/1.1" 200 1056 0.035092 10.0.0.141 - - [2026-02-09 02:03:24] "GET /projects?obj_uuids=11234f58-0416-400d-9459-3442830097b2&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001075 10.0.0.141 - - [2026-02-09 02:03:24] "GET /project/11234f58-0416-400d-9459-3442830097b2?fields=security_groups HTTP/1.1" 200 1294 0.034392 10.0.0.141 - - [2026-02-09 02:03:25] "GET /projects?obj_uuids=74206d25-8e68-44b3-858c-04d1a27e547c&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001197 10.0.0.141 - - [2026-02-09 02:03:25] "GET /project/74206d25-8e68-44b3-858c-04d1a27e547c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1273 0.037191 10.0.0.141 - - [2026-02-09 02:03:29] "GET /projects?obj_uuids=74206d25-8e68-44b3-858c-04d1a27e547c&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001385 10.0.0.141 - - [2026-02-09 02:03:29] "GET /project/74206d25-8e68-44b3-858c-04d1a27e547c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1273 0.030658 10.0.0.141 - - [2026-02-09 02:03:29] "GET /documentation/index.html HTTP/1.1" 200 210274 0.004278 10.0.0.141 - - [2026-02-09 02:03:30] "POST /fqname-to-id HTTP/1.1" 404 200 0.027224 10.0.0.141 - - [2026-02-09 02:03:30] "GET /projects?obj_uuids=1178d5eb-c08b-4a9b-8923-e369469b2606&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003017 10.0.0.141 - - [2026-02-09 02:03:30] "GET /domains?obj_uuids=5c908eb1-ca90-4dd8-8556-6bf44625a257&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000992 10.0.0.141 - - [2026-02-09 02:03:30] "GET /domain/5c908eb1-ca90-4dd8-8556-6bf44625a257?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006694 10.0.0.141 - - [2026-02-09 02:03:30] "POST /id-to-fqname HTTP/1.1" 200 202 0.001554 10.0.0.141 - - [2026-02-09 02:03:30] "POST /fqname-to-id HTTP/1.1" 404 211 0.003300 10.0.0.141 - - [2026-02-09 02:03:30] "POST /security-groups HTTP/1.1" 200 603 0.072958 10.0.0.141 - - [2026-02-09 02:03:30] "POST /fqname-to-id HTTP/1.1" 404 246 0.004465 10.0.0.141 - - [2026-02-09 02:03:30] "POST /projects HTTP/1.1" 200 609 0.224602 10.0.0.141 - - [2026-02-09 02:03:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.295759 10.0.0.141 - - [2026-02-09 02:03:30] "POST /access-control-lists HTTP/1.1" 200 610 0.072757 10.0.0.141 - - [2026-02-09 02:03:30] "GET /project/1178d5eb-c08b-4a9b-8923-e369469b2606?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.439317 10.0.0.141 - - [2026-02-09 02:03:30] "POST /fqname-to-id HTTP/1.1" 404 245 0.013834 10.0.0.141 - - [2026-02-09 02:03:30] "POST /access-control-lists HTTP/1.1" 200 608 0.061161 10.0.0.141 - - [2026-02-09 02:03:31] "GET / HTTP/1.1" 200 36215 0.002789 10.0.0.141 - - [2026-02-09 02:03:32] "GET /projects?obj_uuids=74206d25-8e68-44b3-858c-04d1a27e547c&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001146 10.0.0.141 - - [2026-02-09 02:03:32] "GET /project/74206d25-8e68-44b3-858c-04d1a27e547c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1273 0.023865 10.0.0.141 - - [2026-02-09 02:03:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003489 10.0.0.141 - - [2026-02-09 02:03:33] "GET /security-group/9cd01e98-7eb3-461f-aed2-77904f6aaba9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3688 0.005001 10.0.0.141 - - [2026-02-09 02:03:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002876 10.0.0.141 - - [2026-02-09 02:03:33] "GET /projects?obj_uuids=74206d25-8e68-44b3-858c-04d1a27e547c&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001416 10.0.0.141 - - [2026-02-09 02:03:33] "GET /project/74206d25-8e68-44b3-858c-04d1a27e547c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1273 0.045091 10.0.0.141 - - [2026-02-09 02:03:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003124 10.0.0.141 - - [2026-02-09 02:03:33] "GET /security-group/9cd01e98-7eb3-461f-aed2-77904f6aaba9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3688 0.004132 10.0.0.141 - - [2026-02-09 02:03:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003053 10.0.0.141 - - [2026-02-09 02:03:33] "PUT /security-group/9cd01e98-7eb3-461f-aed2-77904f6aaba9 HTTP/1.1" 200 263 0.016269 10.0.0.141 - - [2026-02-09 02:03:33] "PUT /access-control-list/c0160981-fd34-4d91-b344-e4dbf7ebcea5 HTTP/1.1" 200 273 0.010420 10.0.0.141 - - [2026-02-09 02:03:33] "PUT /access-control-list/352f7b3c-5265-4f1a-92bd-caccf18a217c HTTP/1.1" 200 273 0.011154 10.0.0.141 - - [2026-02-09 02:03:33] "POST /fqname-to-id HTTP/1.1" 401 293 0.000536 10.0.0.141 - - [2026-02-09 02:03:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.057889 10.0.0.141 - - [2026-02-09 02:03:34] "GET /projects?obj_uuids=1178d5eb-c08b-4a9b-8923-e369469b2606&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001070 10.0.0.141 - - [2026-02-09 02:03:34] "GET /project/1178d5eb-c08b-4a9b-8923-e369469b2606?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.022062 10.0.0.141 - - [2026-02-09 02:03:34] "POST /neutron/network HTTP/1.1" 200 117 0.035417 10.0.0.141 - - [2026-02-09 02:03:34] "GET /projects?obj_uuids=1178d5eb-c08b-4a9b-8923-e369469b2606&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001110 10.0.0.141 - - [2026-02-09 02:03:34] "POST /neutron/network HTTP/1.1" 200 619 0.074735 10.0.0.141 - - [2026-02-09 02:03:34] "POST /route-targets HTTP/1.1" 200 328 0.013587 10.0.0.141 - - [2026-02-09 02:03:34] "POST /ref-update HTTP/1.1" 200 156 0.014070 10.0.0.141 - - [2026-02-09 02:03:34] "POST /useragent-kv HTTP/1.1" 200 115 0.003674 10.0.0.141 - - [2026-02-09 02:03:34] "POST /neutron/subnet HTTP/1.1" 200 710 0.167405 10.0.0.141 - - [2026-02-09 02:03:34] "POST /neutron/network HTTP/1.1" 200 835 0.005494 10.0.0.141 - - [2026-02-09 02:03:34] "POST /id-to-fqname HTTP/1.1" 200 233 0.001388 10.0.0.141 - - [2026-02-09 02:03:34] "GET /virtual-network/42160741-a03e-4342-97f0-0e048583d46c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005454 10.0.0.141 - - [2026-02-09 02:03:34] "POST /neutron/network HTTP/1.1" 200 835 0.006240 10.0.0.141 - - [2026-02-09 02:03:34] "GET /virtual-network/42160741-a03e-4342-97f0-0e048583d46c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005096 10.0.0.141 - - [2026-02-09 02:03:34] "POST /neutron/network HTTP/1.1" 200 835 0.006892 10.0.0.141 - - [2026-02-09 02:03:34] "POST /neutron/subnet HTTP/1.1" 200 710 0.008363 10.0.0.141 - - [2026-02-09 02:03:34] "GET /domains HTTP/1.1" 401 293 0.000397 10.0.0.141 - - [2026-02-09 02:03:35] "GET /domains HTTP/1.1" 200 281 0.027987 10.0.0.141 - - [2026-02-09 02:03:35] "GET /domains?obj_uuids=5c908eb1-ca90-4dd8-8556-6bf44625a257&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001028 10.0.0.141 - - [2026-02-09 02:03:35] "GET /domain/5c908eb1-ca90-4dd8-8556-6bf44625a257 HTTP/1.1" 200 2792 0.008783 10.0.0.141 - - [2026-02-09 02:03:35] "GET /projects?obj_uuids=1178d5eb-c08b-4a9b-8923-e369469b2606&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000983 10.0.0.141 - - [2026-02-09 02:03:35] "GET /project/1178d5eb-c08b-4a9b-8923-e369469b2606 HTTP/1.1" 200 2179 0.072929 10.0.0.141 - - [2026-02-09 02:03:35] "GET /virtual-network/42160741-a03e-4342-97f0-0e048583d46c HTTP/1.1" 200 2335 0.007807 10.0.0.141 - - [2026-02-09 02:03:35] "GET /virtual-network/42160741-a03e-4342-97f0-0e048583d46c HTTP/1.1" 200 2335 0.005056 10.0.0.141 - - [2026-02-09 02:03:35] "GET /routing-instance/64deff8f-dc78-418c-b80f-a893c6392271 HTTP/1.1" 200 1494 0.004073 10.0.0.141 - - [2026-02-09 02:03:35] "GET /routing-instance/64deff8f-dc78-418c-b80f-a893c6392271 HTTP/1.1" 200 1494 0.003523 10.0.0.141 - - [2026-02-09 02:03:35] "GET /route-target/b43dc314-3a1b-4a26-ad6e-df58124043be HTTP/1.1" 200 1221 0.003808 10.0.0.141 - - [2026-02-09 02:03:35] "GET /virtual-network/42160741-a03e-4342-97f0-0e048583d46c HTTP/1.1" 200 2335 0.004800 10.0.0.141 - - [2026-02-09 02:03:35] "GET /routing-instance/64deff8f-dc78-418c-b80f-a893c6392271 HTTP/1.1" 200 1494 0.003364 10.0.0.141 - - [2026-02-09 02:03:35] "GET /virtual-network/42160741-a03e-4342-97f0-0e048583d46c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.004609 10.0.0.141 - - [2026-02-09 02:03:35] "GET /virtual-network/42160741-a03e-4342-97f0-0e048583d46c HTTP/1.1" 200 2335 0.004746 10.0.0.141 - - [2026-02-09 02:03:35] "GET /routing-instance/64deff8f-dc78-418c-b80f-a893c6392271 HTTP/1.1" 200 1494 0.003280 10.0.0.141 - - [2026-02-09 02:03:35] "GET /routing-instance/64deff8f-dc78-418c-b80f-a893c6392271 HTTP/1.1" 200 1494 0.003494 10.0.0.141 - - [2026-02-09 02:03:35] "GET /route-target/b43dc314-3a1b-4a26-ad6e-df58124043be HTTP/1.1" 200 1221 0.003107 10.0.0.141 - - [2026-02-09 02:03:35] "GET /domains HTTP/1.1" 200 281 0.004007 10.0.0.141 - - [2026-02-09 02:03:35] "GET /domains?obj_uuids=5c908eb1-ca90-4dd8-8556-6bf44625a257&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001625 10.0.0.141 - - [2026-02-09 02:03:35] "GET /domain/5c908eb1-ca90-4dd8-8556-6bf44625a257 HTTP/1.1" 200 2792 0.009628 10.0.0.141 - - [2026-02-09 02:03:35] "GET /projects?obj_uuids=1178d5eb-c08b-4a9b-8923-e369469b2606&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001004 10.0.0.141 - - [2026-02-09 02:03:35] "GET /project/1178d5eb-c08b-4a9b-8923-e369469b2606 HTTP/1.1" 200 2179 0.070826 10.0.0.141 - - [2026-02-09 02:03:35] "GET /virtual-network/42160741-a03e-4342-97f0-0e048583d46c HTTP/1.1" 200 2335 0.011078 10.0.0.141 - - [2026-02-09 02:03:35] "GET /obj-perms HTTP/1.1" 200 5073 0.063472 10.0.0.141 - - [2026-02-09 02:03:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003254 10.0.0.141 - - [2026-02-09 02:03:35] "GET /projects?obj_uuids=1178d5eb-c08b-4a9b-8923-e369469b2606&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001277 10.0.0.141 - - [2026-02-09 02:03:35] "GET /project/1178d5eb-c08b-4a9b-8923-e369469b2606?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.031434 10.0.0.141 - - [2026-02-09 02:03:35] "POST /neutron/network HTTP/1.1" 200 117 0.011849 10.0.0.141 - - [2026-02-09 02:03:35] "GET /projects?obj_uuids=1178d5eb-c08b-4a9b-8923-e369469b2606&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001107 10.0.0.141 - - [2026-02-09 02:03:36] "POST /neutron/network HTTP/1.1" 200 619 0.086251 10.0.0.141 - - [2026-02-09 02:03:36] "POST /route-targets HTTP/1.1" 200 328 0.012884 10.0.0.141 - - [2026-02-09 02:03:36] "POST /ref-update HTTP/1.1" 200 156 0.014094 10.0.0.141 - - [2026-02-09 02:03:36] "POST /useragent-kv HTTP/1.1" 200 115 0.005221 10.0.0.141 - - [2026-02-09 02:03:36] "POST /neutron/subnet HTTP/1.1" 200 734 0.179122 10.0.0.141 - - [2026-02-09 02:03:36] "POST /neutron/network HTTP/1.1" 200 840 0.006290 10.0.0.141 - - [2026-02-09 02:03:36] "POST /id-to-fqname HTTP/1.1" 200 233 0.001293 10.0.0.141 - - [2026-02-09 02:03:36] "GET /virtual-network/8cc32ea3-9807-48bc-8a08-1bc36b08de04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.005523 10.0.0.141 - - [2026-02-09 02:03:36] "POST /neutron/network HTTP/1.1" 200 840 0.006395 10.0.0.141 - - [2026-02-09 02:03:36] "GET /virtual-network/8cc32ea3-9807-48bc-8a08-1bc36b08de04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.004928 10.0.0.141 - - [2026-02-09 02:03:36] "POST /neutron/network HTTP/1.1" 200 840 0.006850 10.0.0.141 - - [2026-02-09 02:03:36] "POST /neutron/subnet HTTP/1.1" 200 734 0.007832 10.0.0.141 - - [2026-02-09 02:03:36] "GET /domains HTTP/1.1" 200 281 0.002179 10.0.0.141 - - [2026-02-09 02:03:36] "GET /domains?obj_uuids=5c908eb1-ca90-4dd8-8556-6bf44625a257&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001260 10.0.0.141 - - [2026-02-09 02:03:36] "GET /domain/5c908eb1-ca90-4dd8-8556-6bf44625a257 HTTP/1.1" 200 2792 0.006848 10.0.0.141 - - [2026-02-09 02:03:36] "GET /projects?obj_uuids=1178d5eb-c08b-4a9b-8923-e369469b2606&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001145 10.0.0.141 - - [2026-02-09 02:03:36] "GET /project/1178d5eb-c08b-4a9b-8923-e369469b2606 HTTP/1.1" 200 2408 0.070649 10.0.0.141 - - [2026-02-09 02:03:36] "GET /virtual-network/8cc32ea3-9807-48bc-8a08-1bc36b08de04 HTTP/1.1" 200 2350 0.006543 10.0.0.141 - - [2026-02-09 02:03:36] "GET /virtual-network/8cc32ea3-9807-48bc-8a08-1bc36b08de04 HTTP/1.1" 200 2350 0.004723 10.0.0.141 - - [2026-02-09 02:03:36] "GET /routing-instance/696f3141-f855-42ee-92b9-3baff797840d HTTP/1.1" 200 1494 0.003495 10.0.0.141 - - [2026-02-09 02:03:36] "GET /routing-instance/696f3141-f855-42ee-92b9-3baff797840d HTTP/1.1" 200 1494 0.003439 10.0.0.141 - - [2026-02-09 02:03:36] "GET /route-target/8e08da40-d100-4e3e-8bc5-8d446cc2c9f7 HTTP/1.1" 200 1221 0.003615 10.0.0.141 - - [2026-02-09 02:03:36] "GET /virtual-network/8cc32ea3-9807-48bc-8a08-1bc36b08de04 HTTP/1.1" 200 2350 0.005284 10.0.0.141 - - [2026-02-09 02:03:36] "GET /routing-instance/696f3141-f855-42ee-92b9-3baff797840d HTTP/1.1" 200 1494 0.004242 10.0.0.141 - - [2026-02-09 02:03:36] "GET /virtual-network/8cc32ea3-9807-48bc-8a08-1bc36b08de04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.005056 10.0.0.141 - - [2026-02-09 02:03:36] "GET /virtual-network/8cc32ea3-9807-48bc-8a08-1bc36b08de04 HTTP/1.1" 200 2350 0.005028 10.0.0.141 - - [2026-02-09 02:03:36] "GET /routing-instance/696f3141-f855-42ee-92b9-3baff797840d HTTP/1.1" 200 1494 0.003471 10.0.0.141 - - [2026-02-09 02:03:36] "GET /routing-instance/696f3141-f855-42ee-92b9-3baff797840d HTTP/1.1" 200 1494 0.003390 10.0.0.141 - - [2026-02-09 02:03:36] "GET /route-target/8e08da40-d100-4e3e-8bc5-8d446cc2c9f7 HTTP/1.1" 200 1221 0.003427 10.0.0.141 - - [2026-02-09 02:03:36] "GET /domains HTTP/1.1" 200 281 0.003350 10.0.0.141 - - [2026-02-09 02:03:36] "GET /domains?obj_uuids=5c908eb1-ca90-4dd8-8556-6bf44625a257&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001076 10.0.0.141 - - [2026-02-09 02:03:36] "GET /domain/5c908eb1-ca90-4dd8-8556-6bf44625a257 HTTP/1.1" 200 2792 0.007048 10.0.0.141 - - [2026-02-09 02:03:36] "GET /projects?obj_uuids=1178d5eb-c08b-4a9b-8923-e369469b2606&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001053 10.0.0.141 - - [2026-02-09 02:03:36] "GET /project/1178d5eb-c08b-4a9b-8923-e369469b2606 HTTP/1.1" 200 2408 0.071448 10.0.0.141 - - [2026-02-09 02:03:36] "GET /virtual-network/8cc32ea3-9807-48bc-8a08-1bc36b08de04 HTTP/1.1" 200 2350 0.005296 10.0.0.141 - - [2026-02-09 02:03:36] "GET /obj-perms HTTP/1.1" 200 5073 0.003746 10.0.0.141 - - [2026-02-09 02:03:36] "POST /id-to-fqname HTTP/1.1" 200 233 0.001619 10.0.0.141 - - [2026-02-09 02:03:36] "POST /neutron/network HTTP/1.1" 200 850 0.007035 10.0.0.141 - - [2026-02-09 02:03:36] "GET /aaa-mode HTTP/1.1" 401 293 0.000491 10.0.0.141 - - [2026-02-09 02:03:37] "GET / HTTP/1.1" 200 36215 0.001918 10.0.0.141 - - [2026-02-09 02:03:37] "GET /project/1178d5eb-c08b-4a9b-8923-e369469b2606?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000503 10.0.0.141 - - [2026-02-09 02:03:37] "GET /projects?obj_uuids=1178d5eb-c08b-4a9b-8923-e369469b2606&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001027 10.0.0.141 - - [2026-02-09 02:03:37] "GET /project/1178d5eb-c08b-4a9b-8923-e369469b2606?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.061868 10.0.0.141 - - [2026-02-09 02:03:37] "POST /neutron/network HTTP/1.1" 200 840 0.005666 10.0.0.141 - - [2026-02-09 02:03:37] "POST /neutron/port HTTP/1.1" 200 117 0.005787 10.0.0.141 - - [2026-02-09 02:03:37] "POST /neutron/port HTTP/1.1" 200 117 0.005524 10.0.0.141 - - [2026-02-09 02:03:37] "POST /id-to-fqname HTTP/1.1" 200 233 0.001377 10.0.0.141 - - [2026-02-09 02:03:37] "POST /neutron/port HTTP/1.1" 200 117 0.004879 10.0.0.141 - - [2026-02-09 02:03:38] "POST /neutron/network HTTP/1.1" 200 845 0.006672 10.0.0.141 - - [2026-02-09 02:03:38] "GET /aaa-mode HTTP/1.1" 401 293 0.000630 10.0.0.141 - - [2026-02-09 02:03:38] "POST /neutron/network HTTP/1.1" 200 850 0.005733 10.0.0.141 - - [2026-02-09 02:03:38] "GET / HTTP/1.1" 200 36215 0.002251 10.0.0.141 - - [2026-02-09 02:03:38] "GET /project/1178d5eb-c08b-4a9b-8923-e369469b2606?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000519 10.0.0.141 - - [2026-02-09 02:03:38] "GET /projects?obj_uuids=1178d5eb-c08b-4a9b-8923-e369469b2606&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001421 10.0.0.141 - - [2026-02-09 02:03:38] "POST /neutron/port HTTP/1.1" 200 1074 0.223852 10.0.0.141 - - [2026-02-09 02:03:38] "POST /neutron/port HTTP/1.1" 200 1074 0.009037 10.0.0.141 - - [2026-02-09 02:03:38] "POST /neutron/port HTTP/1.1" 200 1074 0.011086 10.0.0.141 - - [2026-02-09 02:03:38] "POST /neutron/port HTTP/1.1" 200 1128 0.061677 10.0.0.141 - - [2026-02-09 02:03:38] "POST /neutron/port HTTP/1.1" 200 1138 0.014602 10.0.0.141 - - [2026-02-09 02:03:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007269 10.0.0.141 - - [2026-02-09 02:03:38] "POST /neutron/subnet HTTP/1.1" 200 708 0.009419 10.0.0.141 - - [2026-02-09 02:03:38] "GET /projects?obj_uuids=1178d5eb-c08b-4a9b-8923-e369469b2606&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001005 10.0.0.141 - - [2026-02-09 02:03:38] "POST /neutron/port HTTP/1.1" 200 117 0.001460 10.0.0.141 - - [2026-02-09 02:03:38] "GET /project/1178d5eb-c08b-4a9b-8923-e369469b2606?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.052706 10.0.0.141 - - [2026-02-09 02:03:38] "POST /neutron/network HTTP/1.1" 200 840 0.005448 10.0.0.141 - - [2026-02-09 02:03:38] "POST /neutron/network HTTP/1.1" 200 835 0.007159 10.0.0.141 - - [2026-02-09 02:03:39] "POST /neutron/port HTTP/1.1" 200 1138 0.014163 10.0.0.141 - - [2026-02-09 02:03:39] "POST /neutron/security_group HTTP/1.1" 200 2070 0.013095 10.0.0.141 - - [2026-02-09 02:03:39] "POST /neutron/port HTTP/1.1" 200 117 0.010003 10.0.0.141 - - [2026-02-09 02:03:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004183 10.0.0.141 - - [2026-02-09 02:03:39] "GET /projects?obj_uuids=1178d5eb-c08b-4a9b-8923-e369469b2606&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001215 10.0.0.141 - - [2026-02-09 02:03:39] "GET /project/1178d5eb-c08b-4a9b-8923-e369469b2606?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.049854 10.0.0.141 - - [2026-02-09 02:03:39] "GET /virtual-network/42160741-a03e-4342-97f0-0e048583d46c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.006080 10.0.0.141 - - [2026-02-09 02:03:39] "GET /floating-ip-pools?parent_id=42160741-a03e-4342-97f0-0e048583d46c&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003547 10.0.0.141 - - [2026-02-09 02:03:39] "GET /virtual-network/42160741-a03e-4342-97f0-0e048583d46c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.009477 10.0.0.141 - - [2026-02-09 02:03:39] "POST /floating-ip-pools HTTP/1.1" 200 611 0.024654 10.0.0.141 - - [2026-02-09 02:03:39] "POST /ref-update HTTP/1.1" 200 156 0.011313 10.0.0.141 - - [2026-02-09 02:03:39] "POST /neutron/network HTTP/1.1" 200 845 0.009821 10.0.0.141 - - [2026-02-09 02:03:39] "GET /virtual-network/42160741-a03e-4342-97f0-0e048583d46c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.010901 10.0.0.141 - - [2026-02-09 02:03:39] "GET /projects?obj_uuids=1178d5eb-c08b-4a9b-8923-e369469b2606&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001519 10.0.0.141 - - [2026-02-09 02:03:39] "GET /domains HTTP/1.1" 200 281 0.005496 10.0.0.141 - - [2026-02-09 02:03:39] "GET /domains?obj_uuids=5c908eb1-ca90-4dd8-8556-6bf44625a257&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001351 10.0.0.141 - - [2026-02-09 02:03:39] "GET /domain/5c908eb1-ca90-4dd8-8556-6bf44625a257 HTTP/1.1" 200 2792 0.007554 10.0.0.141 - - [2026-02-09 02:03:39] "GET /projects?obj_uuids=1178d5eb-c08b-4a9b-8923-e369469b2606&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001561 10.0.0.141 - - [2026-02-09 02:03:39] "GET /project/1178d5eb-c08b-4a9b-8923-e369469b2606 HTTP/1.1" 200 3253 0.114155 10.0.0.141 - - [2026-02-09 02:03:39] "GET /virtual-network/42160741-a03e-4342-97f0-0e048583d46c HTTP/1.1" 200 2928 0.017830 10.0.0.141 - - [2026-02-09 02:03:39] "GET /floating-ip-pool/a23abfdf-74cc-4d61-9940-8ff5aa5fc468 HTTP/1.1" 200 1445 0.003284 10.0.0.141 - - [2026-02-09 02:03:39] "GET /domains HTTP/1.1" 200 281 0.003656 10.0.0.141 - - [2026-02-09 02:03:39] "GET /domains?obj_uuids=5c908eb1-ca90-4dd8-8556-6bf44625a257&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.003333 10.0.0.141 - - [2026-02-09 02:03:39] "GET /domain/5c908eb1-ca90-4dd8-8556-6bf44625a257 HTTP/1.1" 200 2792 0.016950 10.0.0.141 - - [2026-02-09 02:03:39] "GET /projects?obj_uuids=1178d5eb-c08b-4a9b-8923-e369469b2606&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001209 10.0.0.141 - - [2026-02-09 02:03:39] "GET /project/1178d5eb-c08b-4a9b-8923-e369469b2606 HTTP/1.1" 200 3253 0.090437 10.0.0.141 - - [2026-02-09 02:03:39] "POST /neutron/port HTTP/1.1" 200 1069 0.361633 10.0.0.141 - - [2026-02-09 02:03:39] "GET /virtual-network/42160741-a03e-4342-97f0-0e048583d46c HTTP/1.1" 200 3150 0.008729 10.0.0.141 - - [2026-02-09 02:03:39] "GET /virtual-network/42160741-a03e-4342-97f0-0e048583d46c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.007840 10.0.0.141 - - [2026-02-09 02:03:40] "POST /neutron/port HTTP/1.1" 200 1069 0.015923 10.0.0.141 - - [2026-02-09 02:03:40] "POST /neutron/port HTTP/1.1" 200 1069 0.010781 10.0.0.141 - - [2026-02-09 02:03:40] "POST /neutron/port HTTP/1.1" 200 1138 0.035056 10.0.0.141 - - [2026-02-09 02:03:40] "POST /neutron/security_group HTTP/1.1" 200 2070 0.011752 10.0.0.141 - - [2026-02-09 02:03:40] "POST /neutron/port HTTP/1.1" 200 1123 0.127994 10.0.0.141 - - [2026-02-09 02:03:40] "POST /neutron/port HTTP/1.1" 200 1133 0.014401 10.0.0.141 - - [2026-02-09 02:03:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003820 10.0.0.141 - - [2026-02-09 02:03:40] "POST /neutron/subnet HTTP/1.1" 200 684 0.008867 10.0.0.141 - - [2026-02-09 02:03:40] "POST /neutron/port HTTP/1.1" 200 117 0.001439 10.0.0.141 - - [2026-02-09 02:03:40] "POST /neutron/network HTTP/1.1" 200 835 0.006033 10.0.0.141 - - [2026-02-09 02:03:45] "POST /neutron/port HTTP/1.1" 200 1138 0.012061 10.0.0.141 - - [2026-02-09 02:03:45] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006575 10.0.0.141 - - [2026-02-09 02:03:45] "POST /neutron/port HTTP/1.1" 200 1138 0.012362 10.0.0.141 - - [2026-02-09 02:03:45] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006927 10.0.0.141 - - [2026-02-09 02:03:45] "POST /neutron/port HTTP/1.1" 200 1138 0.013260 10.0.0.141 - - [2026-02-09 02:03:45] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005687 10.0.0.141 - - [2026-02-09 02:03:45] "GET /virtual-machine/530c9c25-fc23-4325-9bfc-4f701faf8708 HTTP/1.1" 200 1306 0.004941 10.0.0.141 - - [2026-02-09 02:03:45] "GET /virtual-machine-interface/6dd0b0e9-a3e7-4de2-9b3a-ee109700c307 HTTP/1.1" 200 3011 0.004623 10.0.0.141 - - [2026-02-09 02:03:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002817 10.0.0.141 - - [2026-02-09 02:03:45] "GET /global-vrouter-config/a378f525-7fa5-46b7-9091-743b27ef1b57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.004605 10.0.0.141 - - [2026-02-09 02:03:45] "GET /virtual-networks?parent_id=1178d5eb-c08b-4a9b-8923-e369469b2606&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.003112 10.0.0.141 - - [2026-02-09 02:03:45] "GET /virtual-network/8cc32ea3-9807-48bc-8a08-1bc36b08de04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.005349 10.0.0.141 - - [2026-02-09 02:03:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003110 10.0.0.141 - - [2026-02-09 02:03:48] "GET /virtual-network/8cc32ea3-9807-48bc-8a08-1bc36b08de04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.005339 10.0.0.141 - - [2026-02-09 02:03:49] "POST /neutron/port HTTP/1.1" 200 1138 0.038870 10.0.0.141 - - [2026-02-09 02:03:49] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005974 10.0.0.141 - - [2026-02-09 02:03:49] "POST /neutron/port HTTP/1.1" 200 1133 0.012789 10.0.0.141 - - [2026-02-09 02:03:49] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005041 10.0.0.141 - - [2026-02-09 02:03:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002931 10.0.0.141 - - [2026-02-09 02:03:50] "GET /global-vrouter-config/a378f525-7fa5-46b7-9091-743b27ef1b57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002896 10.0.0.141 - - [2026-02-09 02:03:50] "GET /virtual-networks?parent_id=1178d5eb-c08b-4a9b-8923-e369469b2606&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.003149 10.0.0.141 - - [2026-02-09 02:03:50] "GET /virtual-network/8cc32ea3-9807-48bc-8a08-1bc36b08de04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.005764 10.0.0.141 - - [2026-02-09 02:03:50] "GET /projects?obj_uuids=1178d5eb-c08b-4a9b-8923-e369469b2606&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001042 10.0.0.141 - - [2026-02-09 02:03:50] "POST /neutron/floatingip HTTP/1.1" 200 527 0.081814 10.0.0.141 - - [2026-02-09 02:03:51] "POST /neutron/port HTTP/1.1" 200 1138 0.012559 10.0.0.141 - - [2026-02-09 02:03:51] "POST /neutron/floatingip HTTP/1.1" 200 527 0.005141 10.0.0.141 - - [2026-02-09 02:03:51] "POST /neutron/floatingip HTTP/1.1" 200 576 0.034942 10.0.0.141 - - [2026-02-09 02:03:51] "POST /neutron/port HTTP/1.1" 200 1133 0.011711 10.0.0.141 - - [2026-02-09 02:03:51] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005834 10.0.0.141 - - [2026-02-09 02:03:51] "POST /neutron/port HTTP/1.1" 200 1133 0.012119 10.0.0.141 - - [2026-02-09 02:03:51] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006055 10.0.0.141 - - [2026-02-09 02:03:51] "POST /neutron/port HTTP/1.1" 200 1133 0.012022 10.0.0.141 - - [2026-02-09 02:03:51] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005496 10.0.0.141 - - [2026-02-09 02:03:51] "GET /virtual-machine/0a505793-497e-4fd7-9d05-4fdcc801f608 HTTP/1.1" 200 1305 0.004785 10.0.0.141 - - [2026-02-09 02:03:51] "GET /virtual-machine-interface/29b14513-41ce-4ebd-b18d-3ac9ca2f787b HTTP/1.1" 200 3011 0.005594 10.0.0.141 - - [2026-02-09 02:03:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003022 10.0.0.141 - - [2026-02-09 02:03:51] "GET /global-vrouter-config/a378f525-7fa5-46b7-9091-743b27ef1b57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003085 10.0.0.141 - - [2026-02-09 02:03:51] "GET /virtual-networks?parent_id=1178d5eb-c08b-4a9b-8923-e369469b2606&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.003061 10.0.0.141 - - [2026-02-09 02:03:51] "GET /virtual-network/42160741-a03e-4342-97f0-0e048583d46c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005254 10.0.0.141 - - [2026-02-09 02:03:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003443 10.0.0.141 - - [2026-02-09 02:03:52] "GET /global-vrouter-config/a378f525-7fa5-46b7-9091-743b27ef1b57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003167 10.0.0.141 - - [2026-02-09 02:03:52] "GET /virtual-networks?parent_id=1178d5eb-c08b-4a9b-8923-e369469b2606&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.002907 10.0.0.141 - - [2026-02-09 02:03:52] "GET /virtual-network/42160741-a03e-4342-97f0-0e048583d46c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.011379 10.0.0.141 - - [2026-02-09 02:03:52] "POST /neutron/floatingip HTTP/1.1" 200 576 0.011778 10.0.0.141 - - [2026-02-09 02:03:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002359 10.0.0.141 - - [2026-02-09 02:03:52] "GET /routing-instance/64deff8f-dc78-418c-b80f-a893c6392271?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1494 0.003511 10.0.0.141 - - [2026-02-09 02:03:52] "GET /route-target/b43dc314-3a1b-4a26-ad6e-df58124043be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.003932 10.0.0.141 - - [2026-02-09 02:03:52] "GET /floating-ip/6bd8aeed-6d31-471e-9998-dbc5f4bb949c HTTP/1.1" 200 1892 0.005041 10.0.0.141 - - [2026-02-09 02:03:56] "POST /neutron/floatingip HTTP/1.1" 200 576 0.010734 10.0.0.141 - - [2026-02-09 02:03:56] "POST /neutron/floatingip HTTP/1.1" 200 527 0.019288 10.0.0.141 - - [2026-02-09 02:03:56] "POST /neutron/floatingip HTTP/1.1" 200 527 0.005681 10.0.0.141 - - [2026-02-09 02:03:56] "POST /neutron/floatingip HTTP/1.1" 200 115 0.030571 10.0.0.141 - - [2026-02-09 02:03:56] "GET /floating-ip-pool/a23abfdf-74cc-4d61-9940-8ff5aa5fc468?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1209 0.003330 10.0.0.141 - - [2026-02-09 02:03:56] "POST /ref-update HTTP/1.1" 200 156 0.007773 10.0.0.141 - - [2026-02-09 02:03:56] "DELETE /floating-ip-pool/a23abfdf-74cc-4d61-9940-8ff5aa5fc468 HTTP/1.1" 200 115 0.020584 10.0.0.141 - - [2026-02-09 02:03:56] "POST /neutron/network HTTP/1.1" 200 840 0.012681 10.0.0.141 - - [2026-02-09 02:03:56] "POST /neutron/network HTTP/1.1" 400 204 0.010614 10.0.0.141 - - [2026-02-09 02:03:56] "POST /neutron/port HTTP/1.1" 200 1133 0.020433 10.0.0.141 - - [2026-02-09 02:03:56] "POST /neutron/port HTTP/1.1" 200 1123 0.010915 10.0.0.141 - - [2026-02-09 02:03:56] "POST /neutron/port HTTP/1.1" 200 1138 0.017217 10.0.0.141 - - [2026-02-09 02:03:56] "POST /neutron/port HTTP/1.1" 200 1128 0.013016 10.0.0.141 - - [2026-02-09 02:03:57] "POST /neutron/port HTTP/1.1" 200 151 0.161639 10.0.0.141 - - [2026-02-09 02:03:57] "POST /neutron/port HTTP/1.1" 200 151 0.163447 10.0.0.141 - - [2026-02-09 02:03:58] "POST /neutron/network HTTP/1.1" 200 840 0.006148 10.0.0.141 - - [2026-02-09 02:03:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004550 10.0.0.141 - - [2026-02-09 02:03:58] "POST /useragent-kv HTTP/1.1" 200 115 0.010226 10.0.0.141 - - [2026-02-09 02:03:58] "POST /useragent-kv HTTP/1.1" 200 115 0.002470 10.0.0.141 - - [2026-02-09 02:03:58] "POST /neutron/network HTTP/1.1" 200 151 0.105892 10.0.0.141 - - [2026-02-09 02:03:58] "DELETE /route-target/8e08da40-d100-4e3e-8bc5-8d446cc2c9f7 HTTP/1.1" 200 115 0.027978 10.0.0.141 - - [2026-02-09 02:03:58] "GET /routing-instance/696f3141-f855-42ee-92b9-3baff797840d HTTP/1.1" 404 171 0.002494 10.0.0.141 - - [2026-02-09 02:03:58] "GET /domains HTTP/1.1" 200 281 0.002406 10.0.0.141 - - [2026-02-09 02:03:58] "GET /domains?obj_uuids=5c908eb1-ca90-4dd8-8556-6bf44625a257&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001530 10.0.0.141 - - [2026-02-09 02:03:58] "GET /domain/5c908eb1-ca90-4dd8-8556-6bf44625a257 HTTP/1.1" 200 2792 0.048981 10.0.0.141 - - [2026-02-09 02:03:58] "GET /projects?obj_uuids=1178d5eb-c08b-4a9b-8923-e369469b2606&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001000 10.0.0.141 - - [2026-02-09 02:03:58] "GET /project/1178d5eb-c08b-4a9b-8923-e369469b2606 HTTP/1.1" 200 2179 0.074086 10.0.0.141 - - [2026-02-09 02:03:58] "POST /neutron/network HTTP/1.1" 200 835 0.005560 10.0.0.141 - - [2026-02-09 02:03:58] "POST /useragent-kv HTTP/1.1" 200 115 0.003360 10.0.0.141 - - [2026-02-09 02:03:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003767 10.0.0.141 - - [2026-02-09 02:03:58] "POST /useragent-kv HTTP/1.1" 200 115 0.001651 10.0.0.141 - - [2026-02-09 02:03:58] "POST /neutron/network HTTP/1.1" 200 151 0.082773 10.0.0.141 - - [2026-02-09 02:03:58] "GET /routing-instance/64deff8f-dc78-418c-b80f-a893c6392271 HTTP/1.1" 404 171 0.003608 10.0.0.141 - - [2026-02-09 02:03:58] "DELETE /route-target/b43dc314-3a1b-4a26-ad6e-df58124043be HTTP/1.1" 200 115 0.015909 10.0.0.141 - - [2026-02-09 02:03:58] "GET /domains HTTP/1.1" 200 281 0.002090 10.0.0.141 - - [2026-02-09 02:03:58] "GET /domains?obj_uuids=5c908eb1-ca90-4dd8-8556-6bf44625a257&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001401 10.0.0.141 - - [2026-02-09 02:03:58] "GET /domain/5c908eb1-ca90-4dd8-8556-6bf44625a257 HTTP/1.1" 200 2792 0.048551 10.0.0.141 - - [2026-02-09 02:03:58] "GET /projects?obj_uuids=1178d5eb-c08b-4a9b-8923-e369469b2606&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001147 10.0.0.141 - - [2026-02-09 02:03:58] "GET /project/1178d5eb-c08b-4a9b-8923-e369469b2606 HTTP/1.1" 200 1928 0.067882 10.0.0.141 - - [2026-02-09 02:03:59] "GET /projects?obj_uuids=1178d5eb-c08b-4a9b-8923-e369469b2606&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001060 10.0.0.141 - - [2026-02-09 02:03:59] "GET /project/1178d5eb-c08b-4a9b-8923-e369469b2606?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.021898 10.0.0.141 - - [2026-02-09 02:03:59] "GET /projects?obj_uuids=1178d5eb-c08b-4a9b-8923-e369469b2606&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001099 10.0.0.141 - - [2026-02-09 02:03:59] "GET /project/1178d5eb-c08b-4a9b-8923-e369469b2606?fields=virtual_networks HTTP/1.1" 200 1057 0.069644 10.0.0.141 - - [2026-02-09 02:03:59] "GET /projects?obj_uuids=1178d5eb-c08b-4a9b-8923-e369469b2606&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001209 10.0.0.141 - - [2026-02-09 02:03:59] "GET /project/1178d5eb-c08b-4a9b-8923-e369469b2606?fields=virtual_machine_interfaces HTTP/1.1" 200 1057 0.027717 10.0.0.141 - - [2026-02-09 02:03:59] "GET /projects?obj_uuids=1178d5eb-c08b-4a9b-8923-e369469b2606&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001407 10.0.0.141 - - [2026-02-09 02:03:59] "GET /project/1178d5eb-c08b-4a9b-8923-e369469b2606?fields=security_groups HTTP/1.1" 200 1296 0.024429 10.0.0.141 - - [2026-02-09 02:04:00] "POST /fqname-to-id HTTP/1.1" 404 183 0.030268 10.0.0.141 - - [2026-02-09 02:04:00] "GET /projects?obj_uuids=496cd73e-b10d-4839-a5bc-42f982861502&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002753 10.0.0.141 - - [2026-02-09 02:04:00] "GET /domains?obj_uuids=5c908eb1-ca90-4dd8-8556-6bf44625a257&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001010 10.0.0.141 - - [2026-02-09 02:04:00] "GET /domain/5c908eb1-ca90-4dd8-8556-6bf44625a257?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006421 10.0.0.141 - - [2026-02-09 02:04:00] "POST /id-to-fqname HTTP/1.1" 200 185 0.001342 10.0.0.141 - - [2026-02-09 02:04:00] "POST /fqname-to-id HTTP/1.1" 404 194 0.003461 10.0.0.141 - - [2026-02-09 02:04:00] "POST /security-groups HTTP/1.1" 200 586 0.060239 10.0.0.141 - - [2026-02-09 02:04:00] "POST /fqname-to-id HTTP/1.1" 404 229 0.002681 10.0.0.141 - - [2026-02-09 02:04:00] "POST /projects HTTP/1.1" 200 575 0.205809 10.0.0.141 - - [2026-02-09 02:04:00] "POST /access-control-lists HTTP/1.1" 200 593 0.054735 10.0.0.141 - - [2026-02-09 02:04:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.284496 10.0.0.141 - - [2026-02-09 02:04:00] "POST /fqname-to-id HTTP/1.1" 404 228 0.002809 10.0.0.141 - - [2026-02-09 02:04:00] "GET /project/496cd73e-b10d-4839-a5bc-42f982861502?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.412278 10.0.0.141 - - [2026-02-09 02:04:00] "POST /access-control-lists HTTP/1.1" 200 591 0.060681 10.0.0.141 - - [2026-02-09 02:04:01] "GET / HTTP/1.1" 200 36215 0.002613 10.0.0.141 - - [2026-02-09 02:04:03] "GET /projects?obj_uuids=496cd73e-b10d-4839-a5bc-42f982861502&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001044 10.0.0.141 - - [2026-02-09 02:04:03] "GET /project/496cd73e-b10d-4839-a5bc-42f982861502?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.025823 10.0.0.141 - - [2026-02-09 02:04:03] "GET /projects?obj_uuids=496cd73e-b10d-4839-a5bc-42f982861502&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001020 10.0.0.141 - - [2026-02-09 02:04:03] "GET /project/496cd73e-b10d-4839-a5bc-42f982861502?fields=virtual_networks HTTP/1.1" 200 1024 0.068464 10.0.0.141 - - [2026-02-09 02:04:03] "GET /projects?obj_uuids=496cd73e-b10d-4839-a5bc-42f982861502&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001436 10.0.0.141 - - [2026-02-09 02:04:03] "GET /project/496cd73e-b10d-4839-a5bc-42f982861502?fields=virtual_machine_interfaces HTTP/1.1" 200 1024 0.028179 10.0.0.141 - - [2026-02-09 02:04:03] "GET /projects?obj_uuids=496cd73e-b10d-4839-a5bc-42f982861502&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001104 10.0.0.141 - - [2026-02-09 02:04:03] "GET /project/496cd73e-b10d-4839-a5bc-42f982861502?fields=security_groups HTTP/1.1" 200 1246 0.026236 10.0.0.141 - - [2026-02-09 02:04:04] "DELETE /project/496cd73eb10d4839a5bc42f982861502 HTTP/1.1" 404 173 0.011722 10.0.0.141 - - [2026-02-09 02:04:04] "DELETE /project/1178d5ebc08b4a9b8923e369469b2606 HTTP/1.1" 404 173 0.009331 10.0.0.141 - - [2026-02-09 02:04:04] "GET /projects?obj_uuids=496cd73e-b10d-4839-a5bc-42f982861502&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000950 10.0.0.141 - - [2026-02-09 02:04:04] "GET /projects?obj_uuids=11234f58-0416-400d-9459-3442830097b2&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000862 10.0.0.141 - - [2026-02-09 02:04:04] "GET /projects?obj_uuids=1178d5eb-c08b-4a9b-8923-e369469b2606&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000989 10.0.0.141 - - [2026-02-09 02:04:04] "GET /project/496cd73e-b10d-4839-a5bc-42f982861502?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.056463 10.0.0.141 - - [2026-02-09 02:04:04] "GET /project/1178d5eb-c08b-4a9b-8923-e369469b2606?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1515 0.063025 10.0.0.141 - - [2026-02-09 02:04:04] "GET /project/11234f58-0416-400d-9459-3442830097b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1512 0.076989 10.0.0.141 - - [2026-02-09 02:04:04] "GET /projects?obj_uuids=496cd73e-b10d-4839-a5bc-42f982861502&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001155 10.0.0.141 - - [2026-02-09 02:04:04] "GET /projects?obj_uuids=1178d5eb-c08b-4a9b-8923-e369469b2606&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001591 10.0.0.141 - - [2026-02-09 02:04:04] "GET /projects?obj_uuids=11234f58-0416-400d-9459-3442830097b2&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000995 10.0.0.141 - - [2026-02-09 02:04:04] "GET /project/496cd73e-b10d-4839-a5bc-42f982861502?fields=security_groups HTTP/1.1" 200 1348 0.066853 10.0.0.141 - - [2026-02-09 02:04:04] "GET /project/1178d5eb-c08b-4a9b-8923-e369469b2606?fields=security_groups HTTP/1.1" 200 1398 0.069186 10.0.0.141 - - [2026-02-09 02:04:04] "GET /project/11234f58-0416-400d-9459-3442830097b2?fields=security_groups HTTP/1.1" 200 1396 0.091286 10.0.0.141 - - [2026-02-09 02:04:04] "POST /fqname-to-id HTTP/1.1" 404 183 0.040060 10.0.0.141 - - [2026-02-09 02:04:04] "DELETE /security-group/e4d46b56-58f6-42ba-bc19-6448010899e0 HTTP/1.1" 200 115 0.075394 10.0.0.141 - - [2026-02-09 02:04:04] "DELETE /security-group/42408fdd-d847-48e3-9704-e79c22e334e8 HTTP/1.1" 200 115 0.079593 10.0.0.141 - - [2026-02-09 02:04:04] "GET /projects?obj_uuids=496cd73e-b10d-4839-a5bc-42f982861502&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001045 10.0.0.141 - - [2026-02-09 02:04:04] "GET /projects?obj_uuids=1178d5eb-c08b-4a9b-8923-e369469b2606&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001162 10.0.0.141 - - [2026-02-09 02:04:04] "GET /projects?obj_uuids=49be85cb-f38d-41fe-aaff-b5bce9d0cc1c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.006320 10.0.0.141 - - [2026-02-09 02:04:04] "DELETE /access-control-list/f541939e-8792-4b76-8071-3a4c93445c0a HTTP/1.1" 200 115 0.062222 10.0.0.141 - - [2026-02-09 02:04:04] "GET /project/496cd73e-b10d-4839-a5bc-42f982861502?fields=application_policy_sets HTTP/1.1" 200 1387 0.057037 10.0.0.141 - - [2026-02-09 02:04:04] "DELETE /security-group/87e312be-38d7-4ee9-be7c-85d8b972d0eb HTTP/1.1" 200 115 0.117366 10.0.0.141 - - [2026-02-09 02:04:04] "GET /projects?obj_uuids=11234f58-0416-400d-9459-3442830097b2&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001157 10.0.0.141 - - [2026-02-09 02:04:04] "DELETE /access-control-list/5a06f374-5316-444a-9eed-47e54b1e41eb HTTP/1.1" 200 115 0.057359 10.0.0.141 - - [2026-02-09 02:04:04] "GET /project/1178d5eb-c08b-4a9b-8923-e369469b2606?fields=application_policy_sets HTTP/1.1" 200 1437 0.114926 10.0.0.141 - - [2026-02-09 02:04:04] "GET /domains?obj_uuids=5c908eb1-ca90-4dd8-8556-6bf44625a257&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001153 10.0.0.141 - - [2026-02-09 02:04:04] "DELETE /access-control-list/e9a825cc-9efb-4bed-ab95-000981ec2af3 HTTP/1.1" 200 115 0.046708 10.0.0.141 - - [2026-02-09 02:04:04] "GET /project/11234f58-0416-400d-9459-3442830097b2?fields=application_policy_sets HTTP/1.1" 200 1435 0.098168 10.0.0.141 - - [2026-02-09 02:04:04] "GET /domain/5c908eb1-ca90-4dd8-8556-6bf44625a257?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.073673 10.0.0.141 - - [2026-02-09 02:04:04] "DELETE /access-control-list/0736fcbb-c74f-419f-9480-56c380769271 HTTP/1.1" 200 115 0.056816 10.0.0.141 - - [2026-02-09 02:04:04] "DELETE /access-control-list/8e04eaa9-f081-4f46-89ee-ed01dd38f2bf HTTP/1.1" 200 115 0.064617 10.0.0.141 - - [2026-02-09 02:04:04] "DELETE /project/496cd73e-b10d-4839-a5bc-42f982861502 HTTP/1.1" 200 115 0.573806 10.0.0.141 - - [2026-02-09 02:04:04] "DELETE /access-control-list/b3ba3f64-021f-41ba-a417-75ec990e0332 HTTP/1.1" 200 115 0.042088 10.0.0.141 - - [2026-02-09 02:04:04] "DELETE /project/1178d5eb-c08b-4a9b-8923-e369469b2606 HTTP/1.1" 200 115 0.613523 10.0.0.141 - - [2026-02-09 02:04:04] "POST /id-to-fqname HTTP/1.1" 200 185 0.002594 10.0.0.141 - - [2026-02-09 02:04:04] "DELETE /project/11234f58-0416-400d-9459-3442830097b2 HTTP/1.1" 200 115 0.645945 10.0.0.141 - - [2026-02-09 02:04:04] "POST /fqname-to-id HTTP/1.1" 404 194 0.005112 10.0.0.141 - - [2026-02-09 02:04:04] "POST /security-groups HTTP/1.1" 200 586 0.066406 10.0.0.141 - - [2026-02-09 02:04:04] "POST /fqname-to-id HTTP/1.1" 404 229 0.002801 10.0.0.141 - - [2026-02-09 02:04:04] "POST /projects HTTP/1.1" 200 575 0.281865 10.0.0.141 - - [2026-02-09 02:04:05] "POST /access-control-lists HTTP/1.1" 200 593 0.058283 10.0.0.141 - - [2026-02-09 02:04:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.382396 10.0.0.141 - - [2026-02-09 02:04:05] "POST /fqname-to-id HTTP/1.1" 404 228 0.003353 10.0.0.141 - - [2026-02-09 02:04:05] "GET /project/49be85cb-f38d-41fe-aaff-b5bce9d0cc1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.618131 10.0.0.141 - - [2026-02-09 02:04:05] "POST /access-control-lists HTTP/1.1" 200 591 0.060974 10.0.0.141 - - [2026-02-09 02:04:06] "GET / HTTP/1.1" 200 36215 0.002005 10.0.0.141 - - [2026-02-09 02:04:06] "POST /fqname-to-id HTTP/1.1" 404 193 0.002709 10.0.0.141 - - [2026-02-09 02:04:06] "GET /projects?obj_uuids=74206d25-8e68-44b3-858c-04d1a27e547c&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001076 10.0.0.141 - - [2026-02-09 02:04:06] "POST /fqname-to-id HTTP/1.1" 404 228 0.003223 10.0.0.141 - - [2026-02-09 02:04:06] "POST /access-control-lists HTTP/1.1" 200 592 0.016814 10.0.0.141 - - [2026-02-09 02:04:07] "POST /fqname-to-id HTTP/1.1" 404 227 0.002811 10.0.0.141 - - [2026-02-09 02:04:07] "POST /access-control-lists HTTP/1.1" 200 590 0.034024 10.0.0.141 - - [2026-02-09 02:04:07] "PUT /access-control-list/36230167-21c2-4555-937c-2dc250a8eef8 HTTP/1.1" 200 273 0.008361 10.0.0.141 - - [2026-02-09 02:04:07] "POST /neutron/security_group HTTP/1.1" 200 1364 0.356315 10.0.0.141 - - [2026-02-09 02:04:07] "PUT /access-control-list/5b200545-4293-4442-bf8d-8b4c7a83bd36 HTTP/1.1" 200 273 0.016299 10.0.0.141 - - [2026-02-09 02:04:07] "GET /projects?obj_uuids=74206d25-8e68-44b3-858c-04d1a27e547c&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.002469 10.0.0.141 - - [2026-02-09 02:04:07] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.035171 10.0.0.141 - - [2026-02-09 02:04:07] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.007417 10.0.0.141 - - [2026-02-09 02:04:07] "PUT /access-control-list/5b200545-4293-4442-bf8d-8b4c7a83bd36 HTTP/1.1" 200 273 0.013109 10.0.0.141 - - [2026-02-09 02:04:07] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.134262 10.0.0.141 - - [2026-02-09 02:04:07] "PUT /access-control-list/5b200545-4293-4442-bf8d-8b4c7a83bd36 HTTP/1.1" 200 273 0.017397 10.0.0.141 - - [2026-02-09 02:04:07] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.015845 10.0.0.141 - - [2026-02-09 02:04:07] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.092524 10.0.0.141 - - [2026-02-09 02:04:07] "POST /fqname-to-id HTTP/1.1" 404 193 0.004318 10.0.0.141 - - [2026-02-09 02:04:07] "PUT /access-control-list/5b200545-4293-4442-bf8d-8b4c7a83bd36 HTTP/1.1" 200 273 0.013311 10.0.0.141 - - [2026-02-09 02:04:07] "GET /projects?obj_uuids=74206d25-8e68-44b3-858c-04d1a27e547c&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001693 10.0.0.141 - - [2026-02-09 02:04:07] "POST /fqname-to-id HTTP/1.1" 404 228 0.002918 10.0.0.141 - - [2026-02-09 02:04:07] "POST /access-control-lists HTTP/1.1" 200 592 0.017946 10.0.0.141 - - [2026-02-09 02:04:07] "POST /fqname-to-id HTTP/1.1" 404 227 0.004144 10.0.0.141 - - [2026-02-09 02:04:07] "POST /access-control-lists HTTP/1.1" 200 590 0.033737 10.0.0.141 - - [2026-02-09 02:04:07] "PUT /access-control-list/0d1a70e7-3389-4cbf-8b6c-dcfe4292c177 HTTP/1.1" 200 273 0.009683 10.0.0.141 - - [2026-02-09 02:04:07] "PUT /access-control-list/fb2c7dfb-8e0e-4be0-a0e5-40bf192b1b6e HTTP/1.1" 200 273 0.009763 10.0.0.141 - - [2026-02-09 02:04:07] "POST /neutron/security_group HTTP/1.1" 200 1364 0.350503 10.0.0.141 - - [2026-02-09 02:04:07] "GET /projects?obj_uuids=74206d25-8e68-44b3-858c-04d1a27e547c&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001046 10.0.0.141 - - [2026-02-09 02:04:07] "PUT /access-control-list/fb2c7dfb-8e0e-4be0-a0e5-40bf192b1b6e HTTP/1.1" 200 273 0.020154 10.0.0.141 - - [2026-02-09 02:04:07] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.043059 10.0.0.141 - - [2026-02-09 02:04:07] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.007153 10.0.0.141 - - [2026-02-09 02:04:08] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.114043 10.0.0.141 - - [2026-02-09 02:04:08] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.007520 10.0.0.141 - - [2026-02-09 02:04:08] "PUT /access-control-list/fb2c7dfb-8e0e-4be0-a0e5-40bf192b1b6e HTTP/1.1" 200 273 0.016534 10.0.0.141 - - [2026-02-09 02:04:08] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.169775 10.0.0.141 - - [2026-02-09 02:04:08] "POST /fqname-to-id HTTP/1.1" 401 293 0.000458 10.0.0.141 - - [2026-02-09 02:04:08] "PUT /access-control-list/fb2c7dfb-8e0e-4be0-a0e5-40bf192b1b6e HTTP/1.1" 200 273 0.011812 10.0.0.141 - - [2026-02-09 02:04:08] "POST /fqname-to-id HTTP/1.1" 404 210 0.026268 10.0.0.141 - - [2026-02-09 02:04:08] "GET /projects?obj_uuids=49be85cb-f38d-41fe-aaff-b5bce9d0cc1c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001217 10.0.0.141 - - [2026-02-09 02:04:08] "POST /fqname-to-id HTTP/1.1" 404 245 0.002757 10.0.0.141 - - [2026-02-09 02:04:08] "POST /access-control-lists HTTP/1.1" 200 609 0.014116 10.0.0.141 - - [2026-02-09 02:04:08] "POST /fqname-to-id HTTP/1.1" 404 244 0.002789 10.0.0.141 - - [2026-02-09 02:04:08] "POST /access-control-lists HTTP/1.1" 200 607 0.015148 10.0.0.141 - - [2026-02-09 02:04:08] "PUT /access-control-list/16badef3-6663-42b6-8f45-e53aeb880a09 HTTP/1.1" 200 273 0.010164 10.0.0.141 - - [2026-02-09 02:04:08] "POST /neutron/security_group HTTP/1.1" 200 1379 0.289914 10.0.0.141 - - [2026-02-09 02:04:09] "GET /projects?obj_uuids=49be85cb-f38d-41fe-aaff-b5bce9d0cc1c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000941 10.0.0.141 - - [2026-02-09 02:04:09] "PUT /access-control-list/775cb9af-426d-45b1-8c8c-7e6f8c621d9e HTTP/1.1" 200 273 0.011198 10.0.0.141 - - [2026-02-09 02:04:09] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.032100 10.0.0.141 - - [2026-02-09 02:04:09] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.007604 10.0.0.141 - - [2026-02-09 02:04:09] "PUT /access-control-list/775cb9af-426d-45b1-8c8c-7e6f8c621d9e HTTP/1.1" 200 273 0.008235 10.0.0.141 - - [2026-02-09 02:04:09] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.170113 10.0.0.141 - - [2026-02-09 02:04:09] "PUT /access-control-list/775cb9af-426d-45b1-8c8c-7e6f8c621d9e HTTP/1.1" 200 273 0.009969 10.0.0.141 - - [2026-02-09 02:04:09] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.009190 10.0.0.141 - - [2026-02-09 02:04:09] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.097954 10.0.0.141 - - [2026-02-09 02:04:09] "POST /fqname-to-id HTTP/1.1" 404 210 0.003568 10.0.0.141 - - [2026-02-09 02:04:09] "PUT /access-control-list/775cb9af-426d-45b1-8c8c-7e6f8c621d9e HTTP/1.1" 200 273 0.007325 10.0.0.141 - - [2026-02-09 02:04:09] "GET /projects?obj_uuids=49be85cb-f38d-41fe-aaff-b5bce9d0cc1c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001315 10.0.0.141 - - [2026-02-09 02:04:09] "POST /fqname-to-id HTTP/1.1" 404 245 0.002500 10.0.0.141 - - [2026-02-09 02:04:09] "POST /access-control-lists HTTP/1.1" 200 609 0.014560 10.0.0.141 - - [2026-02-09 02:04:09] "POST /fqname-to-id HTTP/1.1" 404 244 0.003039 10.0.0.141 - - [2026-02-09 02:04:09] "POST /access-control-lists HTTP/1.1" 200 607 0.015858 10.0.0.141 - - [2026-02-09 02:04:09] "PUT /access-control-list/460cbdbf-fc3b-4a01-9062-e9dffe7e3997 HTTP/1.1" 200 273 0.010741 10.0.0.141 - - [2026-02-09 02:04:09] "POST /neutron/security_group HTTP/1.1" 200 1379 0.293025 10.0.0.141 - - [2026-02-09 02:04:09] "PUT /access-control-list/e600e401-bbf6-4bc6-ad3a-a91ad3ea97bd HTTP/1.1" 200 273 0.012670 10.0.0.141 - - [2026-02-09 02:04:09] "GET /projects?obj_uuids=49be85cb-f38d-41fe-aaff-b5bce9d0cc1c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001056 10.0.0.141 - - [2026-02-09 02:04:09] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.029767 10.0.0.141 - - [2026-02-09 02:04:09] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.009675 10.0.0.141 - - [2026-02-09 02:04:09] "PUT /access-control-list/e600e401-bbf6-4bc6-ad3a-a91ad3ea97bd HTTP/1.1" 200 273 0.011587 10.0.0.141 - - [2026-02-09 02:04:09] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.103441 10.0.0.141 - - [2026-02-09 02:04:09] "PUT /access-control-list/e600e401-bbf6-4bc6-ad3a-a91ad3ea97bd HTTP/1.1" 200 273 0.011531 10.0.0.141 - - [2026-02-09 02:04:09] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.013741 10.0.0.141 - - [2026-02-09 02:04:10] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.158278 10.0.0.141 - - [2026-02-09 02:04:10] "PUT /access-control-list/e600e401-bbf6-4bc6-ad3a-a91ad3ea97bd HTTP/1.1" 200 273 0.010266 10.0.0.141 - - [2026-02-09 02:04:10] "GET /obj-perms HTTP/1.1" 200 5075 0.056224 10.0.0.141 - - [2026-02-09 02:04:10] "GET /projects?obj_uuids=74206d25-8e68-44b3-858c-04d1a27e547c&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001176 10.0.0.141 - - [2026-02-09 02:04:10] "POST /neutron/router HTTP/1.1" 200 541 0.053489 10.0.0.141 - - [2026-02-09 02:04:10] "POST /neutron/router HTTP/1.1" 200 541 0.003049 10.0.0.141 - - [2026-02-09 02:04:10] "POST /route-targets HTTP/1.1" 200 328 0.015241 10.0.0.141 - - [2026-02-09 02:04:10] "POST /neutron/router HTTP/1.1" 200 541 0.004466 10.0.0.141 - - [2026-02-09 02:04:10] "POST /neutron/router HTTP/1.1" 200 541 0.003510 10.0.0.141 - - [2026-02-09 02:04:10] "PUT /logical-router/569ebbeb-1e89-49a1-b214-ec25497afac9 HTTP/1.1" 200 263 0.026931 10.0.0.141 - - [2026-02-09 02:04:10] "POST /neutron/router HTTP/1.1" 200 541 0.006832 10.0.0.141 - - [2026-02-09 02:04:10] "POST /neutron/router HTTP/1.1" 200 541 0.004721 10.0.0.141 - - [2026-02-09 02:04:10] "POST /neutron/router HTTP/1.1" 200 541 0.003461 10.0.0.141 - - [2026-02-09 02:04:10] "POST /neutron/router HTTP/1.1" 200 541 0.003351 10.0.0.141 - - [2026-02-09 02:04:10] "POST /neutron/router HTTP/1.1" 200 541 0.003585 10.0.0.141 - - [2026-02-09 02:04:10] "POST /neutron/router HTTP/1.1" 200 541 0.003474 10.0.0.141 - - [2026-02-09 02:04:10] "POST /neutron/router HTTP/1.1" 200 541 0.003789 10.0.0.141 - - [2026-02-09 02:04:10] "POST /neutron/router HTTP/1.1" 200 541 0.003215 10.0.0.141 - - [2026-02-09 02:04:10] "POST /neutron/router HTTP/1.1" 200 541 0.003240 10.0.0.141 - - [2026-02-09 02:04:10] "POST /neutron/router HTTP/1.1" 200 541 0.003211 10.0.0.141 - - [2026-02-09 02:04:10] "POST /neutron/router HTTP/1.1" 200 541 0.003354 10.0.0.141 - - [2026-02-09 02:04:10] "POST /neutron/router HTTP/1.1" 200 541 0.003179 10.0.0.141 - - [2026-02-09 02:04:10] "POST /neutron/router HTTP/1.1" 200 541 0.003059 10.0.0.141 - - [2026-02-09 02:04:10] "POST /neutron/router HTTP/1.1" 200 541 0.004713 10.0.0.141 - - [2026-02-09 02:04:10] "POST /neutron/router HTTP/1.1" 200 541 0.002942 10.0.0.141 - - [2026-02-09 02:04:10] "POST /neutron/router HTTP/1.1" 200 541 0.003257 10.0.0.141 - - [2026-02-09 02:04:10] "POST /neutron/router HTTP/1.1" 200 541 0.003217 10.0.0.141 - - [2026-02-09 02:04:10] "POST /neutron/router HTTP/1.1" 200 541 0.003310 10.0.0.141 - - [2026-02-09 02:04:10] "POST /neutron/router HTTP/1.1" 200 541 0.003507 10.0.0.141 - - [2026-02-09 02:04:10] "POST /neutron/router HTTP/1.1" 200 541 0.003495 10.0.0.141 - - [2026-02-09 02:04:10] "GET /obj-perms HTTP/1.1" 200 5075 0.051450 10.0.0.141 - - [2026-02-09 02:04:10] "POST /neutron/router HTTP/1.1" 200 541 0.003314 10.0.0.141 - - [2026-02-09 02:04:10] "POST /neutron/router HTTP/1.1" 200 541 0.003783 10.0.0.141 - - [2026-02-09 02:04:10] "POST /neutron/router HTTP/1.1" 200 541 0.003545 10.0.0.141 - - [2026-02-09 02:04:10] "POST /neutron/router HTTP/1.1" 200 541 0.003270 10.0.0.141 - - [2026-02-09 02:04:10] "POST /neutron/router HTTP/1.1" 200 541 0.003355 10.0.0.141 - - [2026-02-09 02:04:10] "POST /neutron/router HTTP/1.1" 200 541 0.003464 10.0.0.141 - - [2026-02-09 02:04:10] "POST /neutron/router HTTP/1.1" 200 541 0.003973 10.0.0.141 - - [2026-02-09 02:04:10] "POST /neutron/router HTTP/1.1" 200 541 0.003417 10.0.0.141 - - [2026-02-09 02:04:10] "POST /neutron/router HTTP/1.1" 200 541 0.003413 10.0.0.141 - - [2026-02-09 02:04:10] "POST /neutron/router HTTP/1.1" 200 541 0.012980 10.0.0.141 - - [2026-02-09 02:04:10] "POST /neutron/router HTTP/1.1" 200 541 0.003768 10.0.0.141 - - [2026-02-09 02:04:10] "POST /neutron/router HTTP/1.1" 200 542 0.015096 10.0.0.141 - - [2026-02-09 02:04:10] "POST /neutron/router HTTP/1.1" 200 542 0.003642 10.0.0.141 - - [2026-02-09 02:04:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003971 10.0.0.141 - - [2026-02-09 02:04:10] "GET /logical-router/569ebbeb-1e89-49a1-b214-ec25497afac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.003683 10.0.0.141 - - [2026-02-09 02:04:10] "POST /neutron/router HTTP/1.1" 200 151 0.040760 10.0.0.141 - - [2026-02-09 02:04:10] "GET /projects?obj_uuids=49be85cb-f38d-41fe-aaff-b5bce9d0cc1c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001187 10.0.0.141 - - [2026-02-09 02:04:10] "DELETE /route-target/0dd20efa-7643-4381-ac99-25bd235e7c34 HTTP/1.1" 200 115 0.025924 10.0.0.141 - - [2026-02-09 02:04:10] "POST /neutron/router HTTP/1.1" 200 559 0.045388 10.0.0.141 - - [2026-02-09 02:04:10] "POST /neutron/router HTTP/1.1" 200 559 0.004645 10.0.0.141 - - [2026-02-09 02:04:10] "POST /route-targets HTTP/1.1" 200 328 0.012520 10.0.0.141 - - [2026-02-09 02:04:10] "POST /neutron/router HTTP/1.1" 200 559 0.007119 10.0.0.141 - - [2026-02-09 02:04:10] "PUT /logical-router/089d369a-05cc-45b0-a3a9-cfa5dcd21826 HTTP/1.1" 200 263 0.019449 10.0.0.141 - - [2026-02-09 02:04:10] "POST /neutron/router HTTP/1.1" 200 559 0.004748 10.0.0.141 - - [2026-02-09 02:04:11] "POST /neutron/router HTTP/1.1" 200 559 0.003270 10.0.0.141 - - [2026-02-09 02:04:11] "POST /neutron/router HTTP/1.1" 200 559 0.003346 10.0.0.141 - - [2026-02-09 02:04:11] "POST /neutron/router HTTP/1.1" 200 559 0.004426 10.0.0.141 - - [2026-02-09 02:04:11] "POST /neutron/router HTTP/1.1" 200 559 0.003777 10.0.0.141 - - [2026-02-09 02:04:11] "POST /neutron/router HTTP/1.1" 200 559 0.004398 10.0.0.141 - - [2026-02-09 02:04:11] "POST /neutron/router HTTP/1.1" 200 559 0.003495 10.0.0.141 - - [2026-02-09 02:04:11] "POST /neutron/router HTTP/1.1" 200 559 0.003587 10.0.0.141 - - [2026-02-09 02:04:11] "POST /neutron/router HTTP/1.1" 200 559 0.003417 10.0.0.141 - - [2026-02-09 02:04:11] "POST /neutron/router HTTP/1.1" 200 559 0.003716 10.0.0.141 - - [2026-02-09 02:04:11] "POST /neutron/router HTTP/1.1" 200 559 0.004660 10.0.0.141 - - [2026-02-09 02:04:11] "POST /neutron/router HTTP/1.1" 200 559 0.003706 10.0.0.141 - - [2026-02-09 02:04:11] "POST /neutron/router HTTP/1.1" 200 559 0.003536 10.0.0.141 - - [2026-02-09 02:04:11] "POST /neutron/router HTTP/1.1" 200 559 0.003526 10.0.0.141 - - [2026-02-09 02:04:11] "POST /neutron/router HTTP/1.1" 200 559 0.003633 10.0.0.141 - - [2026-02-09 02:04:11] "POST /neutron/router HTTP/1.1" 200 559 0.003558 10.0.0.141 - - [2026-02-09 02:04:11] "POST /neutron/router HTTP/1.1" 200 559 0.003444 10.0.0.141 - - [2026-02-09 02:04:11] "POST /neutron/router HTTP/1.1" 200 559 0.003408 10.0.0.141 - - [2026-02-09 02:04:11] "POST /neutron/router HTTP/1.1" 200 559 0.003502 10.0.0.141 - - [2026-02-09 02:04:11] "POST /neutron/router HTTP/1.1" 200 559 0.003254 10.0.0.141 - - [2026-02-09 02:04:11] "POST /neutron/router HTTP/1.1" 200 559 0.003041 10.0.0.141 - - [2026-02-09 02:04:11] "POST /neutron/router HTTP/1.1" 200 559 0.003160 10.0.0.141 - - [2026-02-09 02:04:11] "POST /neutron/router HTTP/1.1" 200 559 0.003228 10.0.0.141 - - [2026-02-09 02:04:11] "POST /neutron/router HTTP/1.1" 200 559 0.003162 10.0.0.141 - - [2026-02-09 02:04:11] "POST /neutron/router HTTP/1.1" 200 559 0.003476 10.0.0.141 - - [2026-02-09 02:04:11] "POST /neutron/router HTTP/1.1" 200 559 0.003638 10.0.0.141 - - [2026-02-09 02:04:11] "POST /neutron/router HTTP/1.1" 200 559 0.003268 10.0.0.141 - - [2026-02-09 02:04:11] "POST /neutron/router HTTP/1.1" 200 559 0.003161 10.0.0.141 - - [2026-02-09 02:04:11] "POST /neutron/router HTTP/1.1" 200 559 0.004935 10.0.0.141 - - [2026-02-09 02:04:11] "POST /neutron/router HTTP/1.1" 200 559 0.003703 10.0.0.141 - - [2026-02-09 02:04:11] "POST /neutron/router HTTP/1.1" 200 559 0.016138 10.0.0.141 - - [2026-02-09 02:04:11] "POST /neutron/router HTTP/1.1" 200 559 0.003826 10.0.0.141 - - [2026-02-09 02:04:11] "POST /neutron/router HTTP/1.1" 200 559 0.054235 10.0.0.141 - - [2026-02-09 02:04:11] "POST /neutron/router HTTP/1.1" 200 559 0.003663 10.0.0.141 - - [2026-02-09 02:04:11] "POST /neutron/router HTTP/1.1" 200 151 0.047090 10.0.0.141 - - [2026-02-09 02:04:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.006304 10.0.0.141 - - [2026-02-09 02:04:11] "GET /logical-router/089d369a-05cc-45b0-a3a9-cfa5dcd21826?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.008389 10.0.0.141 - - [2026-02-09 02:04:11] "GET /projects?obj_uuids=74206d25-8e68-44b3-858c-04d1a27e547c&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.002158 10.0.0.141 - - [2026-02-09 02:04:11] "DELETE /route-target/cd4edb3f-233a-45f8-80ca-a7b5a4330afe HTTP/1.1" 200 115 0.033322 10.0.0.141 - - [2026-02-09 02:04:11] "POST /neutron/router HTTP/1.1" 200 542 0.059731 10.0.0.141 - - [2026-02-09 02:04:11] "POST /neutron/router HTTP/1.1" 200 542 0.005072 10.0.0.141 - - [2026-02-09 02:04:11] "POST /route-targets HTTP/1.1" 200 328 0.019054 10.0.0.141 - - [2026-02-09 02:04:11] "POST /neutron/router HTTP/1.1" 200 542 0.009319 10.0.0.141 - - [2026-02-09 02:04:11] "PUT /logical-router/fb4bce82-5c3e-4e56-b8fd-d9c0ce5f36d9 HTTP/1.1" 200 263 0.020446 10.0.0.141 - - [2026-02-09 02:04:11] "POST /neutron/router HTTP/1.1" 200 542 0.006345 10.0.0.141 - - [2026-02-09 02:04:11] "POST /neutron/router HTTP/1.1" 200 542 0.008462 10.0.0.141 - - [2026-02-09 02:04:11] "POST /neutron/router HTTP/1.1" 200 542 0.005225 10.0.0.141 - - [2026-02-09 02:04:11] "POST /neutron/router HTTP/1.1" 200 542 0.003067 10.0.0.141 - - [2026-02-09 02:04:11] "POST /neutron/router HTTP/1.1" 200 542 0.003128 10.0.0.141 - - [2026-02-09 02:04:11] "POST /neutron/router HTTP/1.1" 200 542 0.003173 10.0.0.141 - - [2026-02-09 02:04:11] "POST /neutron/router HTTP/1.1" 200 542 0.002981 10.0.0.141 - - [2026-02-09 02:04:11] "POST /neutron/router HTTP/1.1" 200 542 0.003106 10.0.0.141 - - [2026-02-09 02:04:11] "POST /neutron/router HTTP/1.1" 200 542 0.003502 10.0.0.141 - - [2026-02-09 02:04:11] "POST /neutron/router HTTP/1.1" 200 542 0.003036 10.0.0.141 - - [2026-02-09 02:04:11] "POST /neutron/router HTTP/1.1" 200 542 0.003147 10.0.0.141 - - [2026-02-09 02:04:11] "POST /neutron/router HTTP/1.1" 200 542 0.003170 10.0.0.141 - - [2026-02-09 02:04:11] "POST /neutron/router HTTP/1.1" 200 542 0.003333 10.0.0.141 - - [2026-02-09 02:04:11] "POST /neutron/router HTTP/1.1" 200 542 0.002940 10.0.0.141 - - [2026-02-09 02:04:11] "POST /neutron/router HTTP/1.1" 200 542 0.003020 10.0.0.141 - - [2026-02-09 02:04:11] "POST /neutron/router HTTP/1.1" 200 542 0.003231 10.0.0.141 - - [2026-02-09 02:04:11] "POST /neutron/router HTTP/1.1" 200 542 0.002698 10.0.0.141 - - [2026-02-09 02:04:11] "POST /neutron/router HTTP/1.1" 200 542 0.003135 10.0.0.141 - - [2026-02-09 02:04:11] "POST /neutron/router HTTP/1.1" 200 542 0.003703 10.0.0.141 - - [2026-02-09 02:04:11] "POST /neutron/router HTTP/1.1" 200 542 0.003357 10.0.0.141 - - [2026-02-09 02:04:11] "POST /neutron/router HTTP/1.1" 200 542 0.003117 10.0.0.141 - - [2026-02-09 02:04:11] "POST /neutron/router HTTP/1.1" 200 542 0.003248 10.0.0.141 - - [2026-02-09 02:04:11] "POST /neutron/router HTTP/1.1" 200 542 0.003495 10.0.0.141 - - [2026-02-09 02:04:11] "POST /neutron/router HTTP/1.1" 200 542 0.003471 10.0.0.141 - - [2026-02-09 02:04:11] "POST /neutron/router HTTP/1.1" 200 542 0.003598 10.0.0.141 - - [2026-02-09 02:04:12] "POST /neutron/router HTTP/1.1" 200 542 0.003438 10.0.0.141 - - [2026-02-09 02:04:12] "POST /neutron/router HTTP/1.1" 200 542 0.003299 10.0.0.141 - - [2026-02-09 02:04:12] "POST /neutron/router HTTP/1.1" 200 542 0.003170 10.0.0.141 - - [2026-02-09 02:04:12] "POST /neutron/router HTTP/1.1" 200 542 0.003325 10.0.0.141 - - [2026-02-09 02:04:12] "POST /neutron/router HTTP/1.1" 200 542 0.003505 10.0.0.141 - - [2026-02-09 02:04:12] "POST /neutron/router HTTP/1.1" 200 542 0.012354 10.0.0.141 - - [2026-02-09 02:04:12] "POST /neutron/router HTTP/1.1" 200 542 0.003561 10.0.0.141 - - [2026-02-09 02:04:12] "POST /neutron/router HTTP/1.1" 200 541 0.018129 10.0.0.141 - - [2026-02-09 02:04:12] "POST /neutron/router HTTP/1.1" 200 541 0.004859 10.0.0.141 - - [2026-02-09 02:04:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004023 10.0.0.141 - - [2026-02-09 02:04:12] "GET /logical-router/fb4bce82-5c3e-4e56-b8fd-d9c0ce5f36d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.003169 10.0.0.141 - - [2026-02-09 02:04:12] "POST /neutron/router HTTP/1.1" 200 151 0.044488 10.0.0.141 - - [2026-02-09 02:04:12] "POST /neutron/security_group HTTP/1.1" 200 521 0.003277 10.0.0.141 - - [2026-02-09 02:04:12] "DELETE /route-target/cd480596-87dd-4d86-8b1c-fe7c8e423a5a HTTP/1.1" 200 115 0.015018 10.0.0.141 - - [2026-02-09 02:04:12] "POST /neutron/security_group HTTP/1.1" 200 151 0.030890 10.0.0.141 - - [2026-02-09 02:04:12] "DELETE /access-control-list/460cbdbf-fc3b-4a01-9062-e9dffe7e3997 HTTP/1.1" 200 115 0.017133 10.0.0.141 - - [2026-02-09 02:04:12] "POST /neutron/security_group HTTP/1.1" 200 521 0.002782 10.0.0.141 - - [2026-02-09 02:04:12] "DELETE /access-control-list/e600e401-bbf6-4bc6-ad3a-a91ad3ea97bd HTTP/1.1" 200 115 0.025068 10.0.0.141 - - [2026-02-09 02:04:12] "POST /neutron/security_group HTTP/1.1" 200 151 0.039567 10.0.0.141 - - [2026-02-09 02:04:12] "DELETE /access-control-list/16badef3-6663-42b6-8f45-e53aeb880a09 HTTP/1.1" 200 115 0.022381 10.0.0.141 - - [2026-02-09 02:04:12] "POST /neutron/security_group HTTP/1.1" 200 506 0.003908 10.0.0.141 - - [2026-02-09 02:04:12] "DELETE /access-control-list/775cb9af-426d-45b1-8c8c-7e6f8c621d9e HTTP/1.1" 200 115 0.026970 10.0.0.141 - - [2026-02-09 02:04:12] "POST /neutron/security_group HTTP/1.1" 200 151 0.038042 10.0.0.141 - - [2026-02-09 02:04:12] "DELETE /access-control-list/0d1a70e7-3389-4cbf-8b6c-dcfe4292c177 HTTP/1.1" 200 115 0.018259 10.0.0.141 - - [2026-02-09 02:04:12] "POST /neutron/security_group HTTP/1.1" 200 506 0.004206 10.0.0.141 - - [2026-02-09 02:04:12] "DELETE /access-control-list/fb2c7dfb-8e0e-4be0-a0e5-40bf192b1b6e HTTP/1.1" 200 115 0.027193 10.0.0.141 - - [2026-02-09 02:04:12] "POST /neutron/security_group HTTP/1.1" 200 151 0.036028 10.0.0.141 - - [2026-02-09 02:04:12] "DELETE /access-control-list/36230167-21c2-4555-937c-2dc250a8eef8 HTTP/1.1" 200 115 0.021320 10.0.0.141 - - [2026-02-09 02:04:12] "DELETE /access-control-list/5b200545-4293-4442-bf8d-8b4c7a83bd36 HTTP/1.1" 200 115 0.018532 10.0.0.141 - - [2026-02-09 02:04:12] "GET /projects?obj_uuids=49be85cb-f38d-41fe-aaff-b5bce9d0cc1c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001139 10.0.0.141 - - [2026-02-09 02:04:12] "GET /project/49be85cb-f38d-41fe-aaff-b5bce9d0cc1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.029443 10.0.0.141 - - [2026-02-09 02:04:12] "GET /projects?obj_uuids=49be85cb-f38d-41fe-aaff-b5bce9d0cc1c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001056 10.0.0.141 - - [2026-02-09 02:04:12] "GET /project/49be85cb-f38d-41fe-aaff-b5bce9d0cc1c?fields=virtual_networks HTTP/1.1" 200 1024 0.070775 10.0.0.141 - - [2026-02-09 02:04:12] "GET /projects?obj_uuids=49be85cb-f38d-41fe-aaff-b5bce9d0cc1c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001143 10.0.0.141 - - [2026-02-09 02:04:12] "GET /project/49be85cb-f38d-41fe-aaff-b5bce9d0cc1c?fields=virtual_machine_interfaces HTTP/1.1" 200 1024 0.032263 10.0.0.141 - - [2026-02-09 02:04:12] "GET /projects?obj_uuids=49be85cb-f38d-41fe-aaff-b5bce9d0cc1c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001101 10.0.0.141 - - [2026-02-09 02:04:12] "GET /project/49be85cb-f38d-41fe-aaff-b5bce9d0cc1c?fields=security_groups HTTP/1.1" 200 1246 0.022124 10.0.0.141 - - [2026-02-09 02:04:13] "POST /fqname-to-id HTTP/1.1" 404 184 0.027745 10.0.0.141 - - [2026-02-09 02:04:13] "GET /projects?obj_uuids=58f69974-95d1-4b0f-8695-3f95eec2581d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003663 10.0.0.141 - - [2026-02-09 02:04:13] "GET /domains?obj_uuids=5c908eb1-ca90-4dd8-8556-6bf44625a257&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001175 10.0.0.141 - - [2026-02-09 02:04:13] "GET /domain/5c908eb1-ca90-4dd8-8556-6bf44625a257?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007313 10.0.0.141 - - [2026-02-09 02:04:13] "POST /id-to-fqname HTTP/1.1" 200 186 0.001307 10.0.0.141 - - [2026-02-09 02:04:13] "POST /fqname-to-id HTTP/1.1" 404 195 0.002205 10.0.0.141 - - [2026-02-09 02:04:14] "POST /security-groups HTTP/1.1" 200 587 0.060456 10.0.0.141 - - [2026-02-09 02:04:14] "POST /fqname-to-id HTTP/1.1" 404 230 0.002844 10.0.0.141 - - [2026-02-09 02:04:14] "POST /projects HTTP/1.1" 200 577 0.212141 10.0.0.141 - - [2026-02-09 02:04:14] "POST /access-control-lists HTTP/1.1" 200 594 0.058690 10.0.0.141 - - [2026-02-09 02:04:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.284933 10.0.0.141 - - [2026-02-09 02:04:14] "POST /fqname-to-id HTTP/1.1" 404 229 0.002776 10.0.0.141 - - [2026-02-09 02:04:14] "GET /project/58f69974-95d1-4b0f-8695-3f95eec2581d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.412664 10.0.0.141 - - [2026-02-09 02:04:14] "POST /access-control-lists HTTP/1.1" 200 592 0.064827 10.0.0.141 - - [2026-02-09 02:04:15] "GET / HTTP/1.1" 200 36215 0.002181 10.0.0.141 - - [2026-02-09 02:04:16] "POST /fqname-to-id HTTP/1.1" 401 293 0.000489 10.0.0.141 - - [2026-02-09 02:04:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.062232 10.0.0.141 - - [2026-02-09 02:04:16] "GET /projects?obj_uuids=58f69974-95d1-4b0f-8695-3f95eec2581d&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001055 10.0.0.141 - - [2026-02-09 02:04:16] "GET /project/58f69974-95d1-4b0f-8695-3f95eec2581d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.023734 10.0.0.141 - - [2026-02-09 02:04:16] "POST /neutron/network HTTP/1.1" 200 117 0.035809 10.0.0.141 - - [2026-02-09 02:04:16] "GET /projects?obj_uuids=58f69974-95d1-4b0f-8695-3f95eec2581d&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001588 10.0.0.141 - - [2026-02-09 02:04:16] "POST /neutron/network HTTP/1.1" 200 601 0.085309 10.0.0.141 - - [2026-02-09 02:04:16] "POST /route-targets HTTP/1.1" 200 328 0.013637 10.0.0.141 - - [2026-02-09 02:04:16] "POST /ref-update HTTP/1.1" 200 156 0.013175 10.0.0.141 - - [2026-02-09 02:04:16] "POST /useragent-kv HTTP/1.1" 200 115 0.002944 10.0.0.141 - - [2026-02-09 02:04:16] "POST /neutron/subnet HTTP/1.1" 200 734 0.189564 10.0.0.141 - - [2026-02-09 02:04:16] "POST /neutron/network HTTP/1.1" 200 822 0.006720 10.0.0.141 - - [2026-02-09 02:04:16] "POST /id-to-fqname HTTP/1.1" 200 216 0.001305 10.0.0.141 - - [2026-02-09 02:04:16] "GET /virtual-network/dd5a4347-13dc-47d8-a6e2-4174a9fd7126?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005296 10.0.0.141 - - [2026-02-09 02:04:17] "POST /neutron/network HTTP/1.1" 200 822 0.007464 10.0.0.141 - - [2026-02-09 02:04:17] "GET /virtual-network/dd5a4347-13dc-47d8-a6e2-4174a9fd7126?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006009 10.0.0.141 - - [2026-02-09 02:04:17] "POST /neutron/network HTTP/1.1" 200 822 0.005955 10.0.0.141 - - [2026-02-09 02:04:17] "POST /neutron/subnet HTTP/1.1" 200 734 0.006568 10.0.0.141 - - [2026-02-09 02:04:17] "POST /fqname-to-id HTTP/1.1" 404 206 0.002660 10.0.0.141 - - [2026-02-09 02:04:17] "GET /virtual-network/dd5a4347-13dc-47d8-a6e2-4174a9fd7126?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.004802 10.0.0.141 - - [2026-02-09 02:04:17] "GET /projects?obj_uuids=58f69974-95d1-4b0f-8695-3f95eec2581d&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001088 10.0.0.141 - - [2026-02-09 02:04:17] "POST /neutron/port HTTP/1.1" 200 1019 0.177242 10.0.0.141 - - [2026-02-09 02:04:17] "GET /virtual-machine-interface/13989215-cc09-49f8-9a73-051ba3ca5043?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2389 0.004727 10.0.0.141 - - [2026-02-09 02:04:17] "GET /virtual-machine-interface/13989215-cc09-49f8-9a73-051ba3ca5043?fields=instance_ip_back_refs HTTP/1.1" 200 1320 0.004632 10.0.0.141 - - [2026-02-09 02:04:17] "GET /instance-ip/b74f11c4-0809-4df5-b42e-3848c651e926?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1600 0.004184 10.0.0.141 - - [2026-02-09 02:04:17] "GET /virtual-machine-interface/13989215-cc09-49f8-9a73-051ba3ca5043 HTTP/1.1" 401 293 0.000452 10.0.0.141 - - [2026-02-09 02:04:17] "GET /virtual-machine-interface/13989215-cc09-49f8-9a73-051ba3ca5043 HTTP/1.1" 200 2611 0.030721 10.0.0.141 - - [2026-02-09 02:04:17] "POST /neutron/port HTTP/1.1" 200 1019 0.008832 10.0.0.141 - - [2026-02-09 02:04:17] "POST /neutron/port HTTP/1.1" 200 151 0.068307 10.0.0.141 - - [2026-02-09 02:04:17] "POST /neutron/network HTTP/1.1" 200 822 0.005426 10.0.0.141 - - [2026-02-09 02:04:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004015 10.0.0.141 - - [2026-02-09 02:04:18] "POST /useragent-kv HTTP/1.1" 200 115 0.003427 10.0.0.141 - - [2026-02-09 02:04:18] "POST /useragent-kv HTTP/1.1" 200 115 0.002286 10.0.0.141 - - [2026-02-09 02:04:18] "POST /neutron/network HTTP/1.1" 200 151 0.089678 10.0.0.141 - - [2026-02-09 02:04:18] "DELETE /route-target/d85dc223-7933-4725-9c5d-639650212af6 HTTP/1.1" 200 115 0.020211 10.0.0.141 - - [2026-02-09 02:04:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002982 10.0.0.141 - - [2026-02-09 02:04:18] "GET /projects?obj_uuids=58f69974-95d1-4b0f-8695-3f95eec2581d&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001114 10.0.0.141 - - [2026-02-09 02:04:18] "GET /project/58f69974-95d1-4b0f-8695-3f95eec2581d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.033854 10.0.0.141 - - [2026-02-09 02:04:18] "POST /neutron/network HTTP/1.1" 200 117 0.011391 10.0.0.141 - - [2026-02-09 02:04:18] "GET /projects?obj_uuids=58f69974-95d1-4b0f-8695-3f95eec2581d&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001381 10.0.0.141 - - [2026-02-09 02:04:18] "POST /neutron/network HTTP/1.1" 200 603 0.074163 10.0.0.141 - - [2026-02-09 02:04:18] "POST /route-targets HTTP/1.1" 200 328 0.011313 10.0.0.141 - - [2026-02-09 02:04:18] "POST /ref-update HTTP/1.1" 200 156 0.013247 10.0.0.141 - - [2026-02-09 02:04:19] "POST /useragent-kv HTTP/1.1" 200 115 0.002519 10.0.0.141 - - [2026-02-09 02:04:19] "POST /neutron/subnet HTTP/1.1" 200 725 0.180810 10.0.0.141 - - [2026-02-09 02:04:19] "POST /useragent-kv HTTP/1.1" 200 115 0.003700 10.0.0.141 - - [2026-02-09 02:04:19] "POST /neutron/subnet HTTP/1.1" 200 720 0.190137 10.0.0.141 - - [2026-02-09 02:04:19] "POST /neutron/network HTTP/1.1" 200 977 0.006868 10.0.0.141 - - [2026-02-09 02:04:19] "POST /id-to-fqname HTTP/1.1" 200 217 0.001296 10.0.0.141 - - [2026-02-09 02:04:19] "GET /virtual-network/1d6df800-ae84-483c-84c6-14117e050d23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.005135 10.0.0.141 - - [2026-02-09 02:04:19] "POST /neutron/network HTTP/1.1" 200 977 0.006881 10.0.0.141 - - [2026-02-09 02:04:19] "GET /virtual-network/1d6df800-ae84-483c-84c6-14117e050d23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.004729 10.0.0.141 - - [2026-02-09 02:04:19] "POST /neutron/network HTTP/1.1" 200 977 0.006864 10.0.0.141 - - [2026-02-09 02:04:19] "POST /neutron/subnet HTTP/1.1" 200 725 0.005658 10.0.0.141 - - [2026-02-09 02:04:19] "POST /neutron/subnet HTTP/1.1" 200 720 0.005723 10.0.0.141 - - [2026-02-09 02:04:19] "GET /projects?obj_uuids=58f69974-95d1-4b0f-8695-3f95eec2581d&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001067 10.0.0.141 - - [2026-02-09 02:04:19] "POST /neutron/port HTTP/1.1" 200 1018 0.168288 10.0.0.141 - - [2026-02-09 02:04:19] "GET /projects?obj_uuids=58f69974-95d1-4b0f-8695-3f95eec2581d&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001316 10.0.0.141 - - [2026-02-09 02:04:19] "POST /neutron/port HTTP/1.1" 200 1017 0.155163 10.0.0.141 - - [2026-02-09 02:04:19] "POST /id-to-fqname HTTP/1.1" 200 217 0.001181 10.0.0.141 - - [2026-02-09 02:04:19] "POST /neutron/port HTTP/1.1" 200 1018 0.009289 10.0.0.141 - - [2026-02-09 02:04:20] "POST /neutron/port HTTP/1.1" 200 1018 0.008770 10.0.0.141 - - [2026-02-09 02:04:20] "POST /neutron/network HTTP/1.1" 200 977 0.006109 10.0.0.141 - - [2026-02-09 02:04:20] "POST /neutron/port HTTP/1.1" 200 1018 0.008918 10.0.0.141 - - [2026-02-09 02:04:20] "POST /neutron/port HTTP/1.1" 200 117 0.004903 10.0.0.141 - - [2026-02-09 02:04:20] "POST /neutron/port HTTP/1.1" 200 117 0.004766 10.0.0.141 - - [2026-02-09 02:04:20] "POST /id-to-fqname HTTP/1.1" 200 217 0.001470 10.0.0.141 - - [2026-02-09 02:04:20] "POST /neutron/port HTTP/1.1" 200 117 0.005364 10.0.0.141 - - [2026-02-09 02:04:20] "POST /neutron/port HTTP/1.1" 200 1017 0.008623 10.0.0.141 - - [2026-02-09 02:04:20] "POST /neutron/port HTTP/1.1" 200 1017 0.008670 10.0.0.141 - - [2026-02-09 02:04:20] "POST /neutron/network HTTP/1.1" 200 977 0.006973 10.0.0.141 - - [2026-02-09 02:04:20] "POST /neutron/port HTTP/1.1" 200 1017 0.008304 10.0.0.141 - - [2026-02-09 02:04:20] "POST /neutron/port HTTP/1.1" 200 1018 0.009246 10.0.0.141 - - [2026-02-09 02:04:20] "POST /neutron/port HTTP/1.1" 200 1017 0.009028 10.0.0.141 - - [2026-02-09 02:04:20] "POST /neutron/port HTTP/1.1" 200 117 0.005681 10.0.0.141 - - [2026-02-09 02:04:20] "POST /neutron/port HTTP/1.1" 200 117 0.004688 10.0.0.141 - - [2026-02-09 02:04:20] "POST /neutron/port HTTP/1.1" 200 117 0.004817 10.0.0.141 - - [2026-02-09 02:04:21] "POST /neutron/port HTTP/1.1" 200 1018 0.009777 10.0.0.141 - - [2026-02-09 02:04:21] "POST /neutron/network HTTP/1.1" 200 987 0.006114 10.0.0.141 - - [2026-02-09 02:04:21] "POST /neutron/port HTTP/1.1" 200 1018 0.008491 10.0.0.141 - - [2026-02-09 02:04:21] "POST /neutron/port HTTP/1.1" 200 1018 0.008315 10.0.0.141 - - [2026-02-09 02:04:21] "POST /neutron/port HTTP/1.1" 200 1017 0.016788 10.0.0.141 - - [2026-02-09 02:04:21] "POST /neutron/port HTTP/1.1" 200 1110 0.089523 10.0.0.141 - - [2026-02-09 02:04:21] "POST /neutron/network HTTP/1.1" 200 987 0.005062 10.0.0.141 - - [2026-02-09 02:04:21] "POST /neutron/port HTTP/1.1" 200 1017 0.010856 10.0.0.141 - - [2026-02-09 02:04:21] "POST /neutron/port HTTP/1.1" 200 1017 0.009094 10.0.0.141 - - [2026-02-09 02:04:21] "POST /neutron/port HTTP/1.1" 200 1120 0.015395 10.0.0.141 - - [2026-02-09 02:04:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003551 10.0.0.141 - - [2026-02-09 02:04:21] "POST /neutron/port HTTP/1.1" 200 1109 0.092508 10.0.0.141 - - [2026-02-09 02:04:21] "POST /neutron/subnet HTTP/1.1" 200 699 0.010579 10.0.0.141 - - [2026-02-09 02:04:21] "POST /neutron/port HTTP/1.1" 200 117 0.001226 10.0.0.141 - - [2026-02-09 02:04:21] "POST /neutron/network HTTP/1.1" 200 977 0.008770 10.0.0.141 - - [2026-02-09 02:04:21] "POST /neutron/port HTTP/1.1" 200 1119 0.011383 10.0.0.141 - - [2026-02-09 02:04:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003423 10.0.0.141 - - [2026-02-09 02:04:21] "POST /neutron/subnet HTTP/1.1" 200 694 0.008071 10.0.0.141 - - [2026-02-09 02:04:21] "POST /neutron/port HTTP/1.1" 200 117 0.001257 10.0.0.141 - - [2026-02-09 02:04:21] "POST /neutron/network HTTP/1.1" 200 977 0.006719 10.0.0.141 - - [2026-02-09 02:04:25] "POST /neutron/port HTTP/1.1" 200 1120 0.016796 10.0.0.141 - - [2026-02-09 02:04:25] "POST /neutron/security_group HTTP/1.1" 200 2054 0.008229 10.0.0.141 - - [2026-02-09 02:04:25] "POST /neutron/port HTTP/1.1" 200 1120 0.011753 10.0.0.141 - - [2026-02-09 02:04:25] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006203 10.0.0.141 - - [2026-02-09 02:04:25] "POST /neutron/port HTTP/1.1" 200 1120 0.012056 10.0.0.141 - - [2026-02-09 02:04:25] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006849 10.0.0.141 - - [2026-02-09 02:04:25] "GET /virtual-machine/fbacf9ab-e042-4f3a-81f5-b0f0a52912c2 HTTP/1.1" 200 1286 0.004390 10.0.0.141 - - [2026-02-09 02:04:25] "GET /virtual-machine-interface/46c36ace-99a2-48ec-879b-e5679af5586e HTTP/1.1" 200 2930 0.004691 10.0.0.141 - - [2026-02-09 02:04:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002735 10.0.0.141 - - [2026-02-09 02:04:25] "GET /global-vrouter-config/a378f525-7fa5-46b7-9091-743b27ef1b57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002954 10.0.0.141 - - [2026-02-09 02:04:26] "GET /virtual-networks?parent_id=58f69974-95d1-4b0f-8695-3f95eec2581d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003011 10.0.0.141 - - [2026-02-09 02:04:26] "GET /virtual-network/1d6df800-ae84-483c-84c6-14117e050d23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.005320 10.0.0.141 - - [2026-02-09 02:04:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002925 10.0.0.141 - - [2026-02-09 02:04:29] "GET /virtual-network/1d6df800-ae84-483c-84c6-14117e050d23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.005328 10.0.0.141 - - [2026-02-09 02:04:31] "POST /neutron/port HTTP/1.1" 200 1120 0.011037 10.0.0.141 - - [2026-02-09 02:04:31] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005336 10.0.0.141 - - [2026-02-09 02:04:31] "POST /neutron/port HTTP/1.1" 200 1119 0.012467 10.0.0.141 - - [2026-02-09 02:04:31] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005019 10.0.0.141 - - [2026-02-09 02:04:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003073 10.0.0.141 - - [2026-02-09 02:04:33] "GET /global-vrouter-config/a378f525-7fa5-46b7-9091-743b27ef1b57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003182 10.0.0.141 - - [2026-02-09 02:04:33] "GET /virtual-networks?parent_id=58f69974-95d1-4b0f-8695-3f95eec2581d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003341 10.0.0.141 - - [2026-02-09 02:04:33] "GET /virtual-network/1d6df800-ae84-483c-84c6-14117e050d23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.005411 10.0.0.141 - - [2026-02-09 02:04:33] "POST /neutron/port HTTP/1.1" 200 1119 0.011840 10.0.0.141 - - [2026-02-09 02:04:33] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007020 10.0.0.141 - - [2026-02-09 02:04:33] "POST /neutron/port HTTP/1.1" 200 1119 0.016106 10.0.0.141 - - [2026-02-09 02:04:33] "POST /neutron/security_group HTTP/1.1" 200 2054 0.008638 10.0.0.141 - - [2026-02-09 02:04:33] "POST /neutron/port HTTP/1.1" 200 1119 0.011939 10.0.0.141 - - [2026-02-09 02:04:33] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005472 10.0.0.141 - - [2026-02-09 02:04:33] "GET /virtual-machine/e7015365-a5f8-4c01-beeb-e2c3023043d7 HTTP/1.1" 200 1287 0.004356 10.0.0.141 - - [2026-02-09 02:04:33] "GET /virtual-machine-interface/3e0c3489-2776-4c41-83a5-59be30d7f974 HTTP/1.1" 200 2930 0.004796 10.0.0.141 - - [2026-02-09 02:04:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002629 10.0.0.141 - - [2026-02-09 02:04:33] "GET /global-vrouter-config/a378f525-7fa5-46b7-9091-743b27ef1b57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003681 10.0.0.141 - - [2026-02-09 02:04:33] "GET /virtual-networks?parent_id=58f69974-95d1-4b0f-8695-3f95eec2581d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003129 10.0.0.141 - - [2026-02-09 02:04:34] "GET /virtual-network/1d6df800-ae84-483c-84c6-14117e050d23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.005183 10.0.0.141 - - [2026-02-09 02:04:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002981 10.0.0.141 - - [2026-02-09 02:04:35] "GET /global-vrouter-config/a378f525-7fa5-46b7-9091-743b27ef1b57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002797 10.0.0.141 - - [2026-02-09 02:04:35] "GET /virtual-networks?parent_id=58f69974-95d1-4b0f-8695-3f95eec2581d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002723 10.0.0.141 - - [2026-02-09 02:04:35] "GET /virtual-network/1d6df800-ae84-483c-84c6-14117e050d23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.005536 10.0.0.141 - - [2026-02-09 02:04:38] "POST /neutron/port HTTP/1.1" 200 1109 0.013162 10.0.0.141 - - [2026-02-09 02:04:38] "POST /neutron/port HTTP/1.1" 200 1109 0.010098 10.0.0.141 - - [2026-02-09 02:04:38] "POST /neutron/port HTTP/1.1" 200 151 0.140063 10.0.0.141 - - [2026-02-09 02:04:38] "POST /neutron/port HTTP/1.1" 200 1110 0.010541 10.0.0.141 - - [2026-02-09 02:04:38] "POST /neutron/port HTTP/1.1" 200 1110 0.011862 10.0.0.141 - - [2026-02-09 02:04:38] "POST /neutron/port HTTP/1.1" 200 151 0.129433 10.0.0.141 - - [2026-02-09 02:04:38] "POST /neutron/network HTTP/1.1" 200 977 0.007464 10.0.0.141 - - [2026-02-09 02:04:38] "POST /neutron/port HTTP/1.1" 200 117 0.006703 10.0.0.141 - - [2026-02-09 02:04:38] "POST /neutron/port HTTP/1.1" 400 205 0.009039 10.0.0.141 - - [2026-02-09 02:04:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002799 10.0.0.141 - - [2026-02-09 02:04:38] "POST /useragent-kv HTTP/1.1" 200 115 0.005888 10.0.0.141 - - [2026-02-09 02:04:38] "POST /useragent-kv HTTP/1.1" 200 115 0.002577 10.0.0.141 - - [2026-02-09 02:04:38] "POST /useragent-kv HTTP/1.1" 200 115 0.001804 10.0.0.141 - - [2026-02-09 02:04:38] "POST /useragent-kv HTTP/1.1" 200 115 0.002395 10.0.0.141 - - [2026-02-09 02:04:38] "POST /neutron/network HTTP/1.1" 200 151 0.128868 10.0.0.141 - - [2026-02-09 02:04:38] "DELETE /route-target/582dd703-2a31-4b39-868a-4172161bca3f HTTP/1.1" 200 115 0.033833 10.0.0.141 - - [2026-02-09 02:04:39] "GET /projects?obj_uuids=58f69974-95d1-4b0f-8695-3f95eec2581d&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001128 10.0.0.141 - - [2026-02-09 02:04:39] "GET /project/58f69974-95d1-4b0f-8695-3f95eec2581d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.035110 10.0.0.141 - - [2026-02-09 02:04:39] "GET /projects?obj_uuids=58f69974-95d1-4b0f-8695-3f95eec2581d&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001058 10.0.0.141 - - [2026-02-09 02:04:39] "GET /project/58f69974-95d1-4b0f-8695-3f95eec2581d?fields=virtual_networks HTTP/1.1" 200 1025 0.032208 10.0.0.141 - - [2026-02-09 02:04:39] "GET /projects?obj_uuids=58f69974-95d1-4b0f-8695-3f95eec2581d&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001271 10.0.0.141 - - [2026-02-09 02:04:39] "GET /project/58f69974-95d1-4b0f-8695-3f95eec2581d?fields=virtual_machine_interfaces HTTP/1.1" 200 1025 0.028546 10.0.0.141 - - [2026-02-09 02:04:39] "GET /projects?obj_uuids=58f69974-95d1-4b0f-8695-3f95eec2581d&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001230 10.0.0.141 - - [2026-02-09 02:04:39] "GET /project/58f69974-95d1-4b0f-8695-3f95eec2581d?fields=security_groups HTTP/1.1" 200 1248 0.035595 10.0.0.141 - - [2026-02-09 02:04:40] "POST /fqname-to-id HTTP/1.1" 404 186 0.035042 10.0.0.141 - - [2026-02-09 02:04:40] "GET /projects?obj_uuids=562b8cbf-d94f-4dd8-93de-124d90541389&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002338 10.0.0.141 - - [2026-02-09 02:04:40] "GET /domains?obj_uuids=5c908eb1-ca90-4dd8-8556-6bf44625a257&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001054 10.0.0.141 - - [2026-02-09 02:04:40] "GET /domain/5c908eb1-ca90-4dd8-8556-6bf44625a257?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.010682 10.0.0.141 - - [2026-02-09 02:04:40] "POST /id-to-fqname HTTP/1.1" 200 188 0.001931 10.0.0.141 - - [2026-02-09 02:04:40] "POST /fqname-to-id HTTP/1.1" 404 197 0.003771 10.0.0.141 - - [2026-02-09 02:04:40] "POST /security-groups HTTP/1.1" 200 589 0.071336 10.0.0.141 - - [2026-02-09 02:04:40] "POST /fqname-to-id HTTP/1.1" 404 232 0.004174 10.0.0.141 - - [2026-02-09 02:04:40] "POST /projects HTTP/1.1" 200 581 0.286434 10.0.0.141 - - [2026-02-09 02:04:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.326655 10.0.0.141 - - [2026-02-09 02:04:41] "POST /access-control-lists HTTP/1.1" 200 596 0.062288 10.0.0.141 - - [2026-02-09 02:04:41] "GET /project/562b8cbf-d94f-4dd8-93de-124d90541389?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.471284 10.0.0.141 - - [2026-02-09 02:04:41] "POST /fqname-to-id HTTP/1.1" 404 231 0.002962 10.0.0.141 - - [2026-02-09 02:04:41] "POST /access-control-lists HTTP/1.1" 200 594 0.060488 10.0.0.141 - - [2026-02-09 02:04:42] "GET / HTTP/1.1" 200 36215 0.001983 10.0.0.141 - - [2026-02-09 02:04:43] "POST /fqname-to-id HTTP/1.1" 401 293 0.000623 10.0.0.141 - - [2026-02-09 02:04:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.075870 10.0.0.141 - - [2026-02-09 02:04:43] "GET /projects?obj_uuids=562b8cbf-d94f-4dd8-93de-124d90541389&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001111 10.0.0.141 - - [2026-02-09 02:04:43] "GET /project/562b8cbf-d94f-4dd8-93de-124d90541389?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.037863 10.0.0.141 - - [2026-02-09 02:04:43] "POST /neutron/network HTTP/1.1" 200 117 0.035749 10.0.0.141 - - [2026-02-09 02:04:43] "GET /projects?obj_uuids=562b8cbf-d94f-4dd8-93de-124d90541389&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001429 10.0.0.141 - - [2026-02-09 02:04:43] "POST /neutron/network HTTP/1.1" 200 605 0.103868 10.0.0.141 - - [2026-02-09 02:04:43] "POST /route-targets HTTP/1.1" 200 328 0.016141 10.0.0.141 - - [2026-02-09 02:04:43] "POST /neutron/port HTTP/1.1" 200 117 0.007360 10.0.0.141 - - [2026-02-09 02:04:43] "POST /ref-update HTTP/1.1" 200 156 0.015407 10.0.0.141 - - [2026-02-09 02:04:43] "POST /neutron/port HTTP/1.1" 400 205 0.002564 10.0.0.141 - - [2026-02-09 02:04:43] "POST /useragent-kv HTTP/1.1" 200 115 0.007658 10.0.0.141 - - [2026-02-09 02:04:43] "POST /neutron/subnet HTTP/1.1" 200 734 0.243933 10.0.0.141 - - [2026-02-09 02:04:43] "POST /neutron/network HTTP/1.1" 200 826 0.008293 10.0.0.141 - - [2026-02-09 02:04:43] "POST /id-to-fqname HTTP/1.1" 200 219 0.001323 10.0.0.141 - - [2026-02-09 02:04:44] "GET /virtual-network/25dec6f3-8774-41a0-83e1-d3404d4d8005?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006782 10.0.0.141 - - [2026-02-09 02:04:44] "POST /neutron/network HTTP/1.1" 200 826 0.006623 10.0.0.141 - - [2026-02-09 02:04:44] "GET /virtual-network/25dec6f3-8774-41a0-83e1-d3404d4d8005?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.004805 10.0.0.141 - - [2026-02-09 02:04:44] "POST /neutron/network HTTP/1.1" 200 826 0.006139 10.0.0.141 - - [2026-02-09 02:04:44] "POST /neutron/subnet HTTP/1.1" 200 734 0.008495 10.0.0.141 - - [2026-02-09 02:04:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002180 10.0.0.141 - - [2026-02-09 02:04:44] "GET /projects?obj_uuids=562b8cbf-d94f-4dd8-93de-124d90541389&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000979 10.0.0.141 - - [2026-02-09 02:04:44] "GET /project/562b8cbf-d94f-4dd8-93de-124d90541389?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.022757 10.0.0.141 - - [2026-02-09 02:04:44] "POST /neutron/network HTTP/1.1" 200 117 0.009226 10.0.0.141 - - [2026-02-09 02:04:44] "GET /projects?obj_uuids=562b8cbf-d94f-4dd8-93de-124d90541389&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001117 10.0.0.141 - - [2026-02-09 02:04:44] "POST /neutron/network HTTP/1.1" 200 605 0.097353 10.0.0.141 - - [2026-02-09 02:04:44] "POST /route-targets HTTP/1.1" 200 328 0.013985 10.0.0.141 - - [2026-02-09 02:04:44] "POST /ref-update HTTP/1.1" 200 156 0.015619 10.0.0.141 - - [2026-02-09 02:04:44] "POST /useragent-kv HTTP/1.1" 200 115 0.002237 10.0.0.141 - - [2026-02-09 02:04:44] "POST /neutron/subnet HTTP/1.1" 200 719 0.200070 10.0.0.141 - - [2026-02-09 02:04:44] "POST /neutron/network HTTP/1.1" 200 823 0.005008 10.0.0.141 - - [2026-02-09 02:04:44] "POST /id-to-fqname HTTP/1.1" 200 219 0.001156 10.0.0.141 - - [2026-02-09 02:04:44] "GET /virtual-network/8c5c7315-e649-4e25-8c76-654e44bde0b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.004527 10.0.0.141 - - [2026-02-09 02:04:44] "POST /neutron/network HTTP/1.1" 200 823 0.006868 10.0.0.141 - - [2026-02-09 02:04:44] "GET /virtual-network/8c5c7315-e649-4e25-8c76-654e44bde0b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.004848 10.0.0.141 - - [2026-02-09 02:04:44] "POST /neutron/network HTTP/1.1" 200 823 0.005306 10.0.0.141 - - [2026-02-09 02:04:44] "POST /neutron/subnet HTTP/1.1" 200 719 0.006824 10.0.0.141 - - [2026-02-09 02:04:44] "POST /id-to-fqname HTTP/1.1" 200 219 0.001203 10.0.0.141 - - [2026-02-09 02:04:44] "POST /neutron/network HTTP/1.1" 200 836 0.005574 10.0.0.141 - - [2026-02-09 02:04:44] "GET /aaa-mode HTTP/1.1" 401 293 0.000426 10.0.0.141 - - [2026-02-09 02:04:45] "GET / HTTP/1.1" 200 36215 0.001854 10.0.0.141 - - [2026-02-09 02:04:45] "GET /project/562b8cbf-d94f-4dd8-93de-124d90541389?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000481 10.0.0.141 - - [2026-02-09 02:04:45] "GET /projects?obj_uuids=562b8cbf-d94f-4dd8-93de-124d90541389&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001337 10.0.0.141 - - [2026-02-09 02:04:45] "GET /project/562b8cbf-d94f-4dd8-93de-124d90541389?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.050396 10.0.0.141 - - [2026-02-09 02:04:45] "POST /neutron/network HTTP/1.1" 200 826 0.005189 10.0.0.141 - - [2026-02-09 02:04:45] "POST /neutron/port HTTP/1.1" 200 117 0.005270 10.0.0.141 - - [2026-02-09 02:04:45] "POST /neutron/port HTTP/1.1" 200 117 0.005022 10.0.0.141 - - [2026-02-09 02:04:45] "POST /id-to-fqname HTTP/1.1" 200 219 0.001394 10.0.0.141 - - [2026-02-09 02:04:46] "POST /neutron/port HTTP/1.1" 200 117 0.005081 10.0.0.141 - - [2026-02-09 02:04:46] "POST /neutron/network HTTP/1.1" 200 833 0.005424 10.0.0.141 - - [2026-02-09 02:04:46] "GET /aaa-mode HTTP/1.1" 401 293 0.000422 10.0.0.141 - - [2026-02-09 02:04:46] "POST /neutron/network HTTP/1.1" 200 836 0.005943 10.0.0.141 - - [2026-02-09 02:04:46] "GET /projects?obj_uuids=562b8cbf-d94f-4dd8-93de-124d90541389&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001403 10.0.0.141 - - [2026-02-09 02:04:46] "POST /neutron/port HTTP/1.1" 200 1060 0.230397 10.0.0.141 - - [2026-02-09 02:04:46] "GET / HTTP/1.1" 200 36215 0.002268 10.0.0.141 - - [2026-02-09 02:04:46] "POST /neutron/port HTTP/1.1" 200 1060 0.018161 10.0.0.141 - - [2026-02-09 02:04:46] "GET /project/562b8cbf-d94f-4dd8-93de-124d90541389?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000494 10.0.0.141 - - [2026-02-09 02:04:46] "POST /neutron/port HTTP/1.1" 200 1060 0.010201 10.0.0.141 - - [2026-02-09 02:04:46] "POST /neutron/port HTTP/1.1" 200 1114 0.067854 10.0.0.141 - - [2026-02-09 02:04:46] "POST /neutron/port HTTP/1.1" 200 1124 0.012417 10.0.0.141 - - [2026-02-09 02:04:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003444 10.0.0.141 - - [2026-02-09 02:04:46] "POST /neutron/subnet HTTP/1.1" 200 708 0.006827 10.0.0.141 - - [2026-02-09 02:04:46] "POST /neutron/port HTTP/1.1" 200 117 0.001275 10.0.0.141 - - [2026-02-09 02:04:46] "POST /neutron/network HTTP/1.1" 200 826 0.005268 10.0.0.141 - - [2026-02-09 02:04:47] "GET /projects?obj_uuids=562b8cbf-d94f-4dd8-93de-124d90541389&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001430 10.0.0.141 - - [2026-02-09 02:04:47] "GET /project/562b8cbf-d94f-4dd8-93de-124d90541389?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.044356 10.0.0.141 - - [2026-02-09 02:04:47] "POST /neutron/network HTTP/1.1" 200 823 0.008310 10.0.0.141 - - [2026-02-09 02:04:47] "POST /neutron/port HTTP/1.1" 200 1124 0.015012 10.0.0.141 - - [2026-02-09 02:04:47] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006754 10.0.0.141 - - [2026-02-09 02:04:47] "POST /neutron/port HTTP/1.1" 200 117 0.006111 10.0.0.141 - - [2026-02-09 02:04:47] "GET /projects?obj_uuids=562b8cbf-d94f-4dd8-93de-124d90541389&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001023 10.0.0.141 - - [2026-02-09 02:04:47] "POST /neutron/router HTTP/1.1" 200 580 0.069848 10.0.0.141 - - [2026-02-09 02:04:47] "POST /neutron/router HTTP/1.1" 200 580 0.003587 10.0.0.141 - - [2026-02-09 02:04:47] "POST /route-targets HTTP/1.1" 200 328 0.022683 10.0.0.141 - - [2026-02-09 02:04:47] "GET /projects?obj_uuids=562b8cbf-d94f-4dd8-93de-124d90541389&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001102 10.0.0.141 - - [2026-02-09 02:04:47] "PUT /logical-router/f1e1dfa2-d420-477a-abd4-f8f77b134517 HTTP/1.1" 200 263 0.035445 10.0.0.141 - - [2026-02-09 02:04:47] "POST /neutron/network HTTP/1.1" 200 833 0.009200 10.0.0.141 - - [2026-02-09 02:04:47] "GET /projects?obj_uuids=562b8cbf-d94f-4dd8-93de-124d90541389&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001774 10.0.0.141 - - [2026-02-09 02:04:47] "POST /neutron/router HTTP/1.1" 200 344 0.357102 10.0.0.141 - - [2026-02-09 02:04:47] "POST /ref-update HTTP/1.1" 200 156 0.012651 10.0.0.141 - - [2026-02-09 02:04:47] "POST /neutron/port HTTP/1.1" 200 1124 0.019063 10.0.0.141 - - [2026-02-09 02:04:47] "POST /neutron/security_group HTTP/1.1" 200 2056 0.012440 10.0.0.141 - - [2026-02-09 02:04:48] "POST /neutron/port HTTP/1.1" 200 1057 0.253242 10.0.0.141 - - [2026-02-09 02:04:48] "POST /neutron/port HTTP/1.1" 200 1057 0.014408 10.0.0.141 - - [2026-02-09 02:04:48] "POST /neutron/port HTTP/1.1" 200 1057 0.017186 10.0.0.141 - - [2026-02-09 02:04:48] "POST /neutron/port HTTP/1.1" 200 1111 0.061916 10.0.0.141 - - [2026-02-09 02:04:48] "POST /neutron/port HTTP/1.1" 200 1121 0.012871 10.0.0.141 - - [2026-02-09 02:04:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003205 10.0.0.141 - - [2026-02-09 02:04:48] "POST /neutron/subnet HTTP/1.1" 200 693 0.006814 10.0.0.141 - - [2026-02-09 02:04:48] "POST /neutron/port HTTP/1.1" 200 117 0.001179 10.0.0.141 - - [2026-02-09 02:04:48] "POST /neutron/network HTTP/1.1" 200 823 0.005898 10.0.0.141 - - [2026-02-09 02:04:52] "POST /neutron/port HTTP/1.1" 200 1124 0.012242 10.0.0.141 - - [2026-02-09 02:04:53] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006919 10.0.0.141 - - [2026-02-09 02:04:53] "POST /neutron/port HTTP/1.1" 200 1124 0.011407 10.0.0.141 - - [2026-02-09 02:04:53] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005996 10.0.0.141 - - [2026-02-09 02:04:53] "POST /neutron/port HTTP/1.1" 200 1124 0.012031 10.0.0.141 - - [2026-02-09 02:04:53] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006871 10.0.0.141 - - [2026-02-09 02:04:53] "GET /virtual-machine/71347e23-506d-4a04-87f6-988a525b59ef HTTP/1.1" 401 293 0.000460 10.0.0.141 - - [2026-02-09 02:04:53] "GET /virtual-machine/71347e23-506d-4a04-87f6-988a525b59ef HTTP/1.1" 200 1291 0.039942 10.0.0.141 - - [2026-02-09 02:04:53] "GET /virtual-machine-interface/f9ffbeed-80ba-468f-b414-c0e874e96572 HTTP/1.1" 200 2942 0.009238 10.0.0.141 - - [2026-02-09 02:04:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003008 10.0.0.141 - - [2026-02-09 02:04:53] "GET /global-vrouter-config/a378f525-7fa5-46b7-9091-743b27ef1b57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003166 10.0.0.141 - - [2026-02-09 02:04:53] "GET /virtual-networks?parent_id=562b8cbf-d94f-4dd8-93de-124d90541389&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003045 10.0.0.141 - - [2026-02-09 02:04:53] "GET /virtual-network/25dec6f3-8774-41a0-83e1-d3404d4d8005?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006148 10.0.0.141 - - [2026-02-09 02:04:56] "POST /neutron/port HTTP/1.1" 200 1124 0.012069 10.0.0.141 - - [2026-02-09 02:04:56] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005528 10.0.0.141 - - [2026-02-09 02:04:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003830 10.0.0.141 - - [2026-02-09 02:04:56] "GET /virtual-network/25dec6f3-8774-41a0-83e1-d3404d4d8005?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005870 10.0.0.141 - - [2026-02-09 02:04:57] "POST /neutron/port HTTP/1.1" 200 1121 0.013208 10.0.0.141 - - [2026-02-09 02:04:57] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004965 10.0.0.141 - - [2026-02-09 02:04:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002964 10.0.0.141 - - [2026-02-09 02:04:58] "GET /global-vrouter-config/a378f525-7fa5-46b7-9091-743b27ef1b57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003072 10.0.0.141 - - [2026-02-09 02:04:59] "GET /virtual-networks?parent_id=562b8cbf-d94f-4dd8-93de-124d90541389&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003058 10.0.0.141 - - [2026-02-09 02:04:59] "GET /virtual-network/25dec6f3-8774-41a0-83e1-d3404d4d8005?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005980 10.0.0.141 - - [2026-02-09 02:04:59] "POST /neutron/port HTTP/1.1" 200 1121 0.012111 10.0.0.141 - - [2026-02-09 02:04:59] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006555 10.0.0.141 - - [2026-02-09 02:04:59] "POST /neutron/port HTTP/1.1" 200 1121 0.011258 10.0.0.141 - - [2026-02-09 02:04:59] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005697 10.0.0.141 - - [2026-02-09 02:04:59] "POST /neutron/port HTTP/1.1" 200 1121 0.012294 10.0.0.141 - - [2026-02-09 02:04:59] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005662 10.0.0.141 - - [2026-02-09 02:04:59] "GET /virtual-machine/3728358b-53da-4b26-a647-571cf76bdb54 HTTP/1.1" 200 1292 0.004273 10.0.0.141 - - [2026-02-09 02:04:59] "GET /virtual-machine-interface/b73143c8-19cc-45ba-b6a8-762bc20a13e9 HTTP/1.1" 200 2942 0.004592 10.0.0.141 - - [2026-02-09 02:04:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002887 10.0.0.141 - - [2026-02-09 02:04:59] "GET /global-vrouter-config/a378f525-7fa5-46b7-9091-743b27ef1b57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002966 10.0.0.141 - - [2026-02-09 02:04:59] "GET /virtual-networks?parent_id=562b8cbf-d94f-4dd8-93de-124d90541389&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002847 10.0.0.141 - - [2026-02-09 02:04:59] "GET /virtual-network/8c5c7315-e649-4e25-8c76-654e44bde0b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005211 10.0.0.141 - - [2026-02-09 02:05:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003430 10.0.0.141 - - [2026-02-09 02:05:00] "GET /global-vrouter-config/a378f525-7fa5-46b7-9091-743b27ef1b57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.005465 10.0.0.141 - - [2026-02-09 02:05:00] "GET /virtual-networks?parent_id=562b8cbf-d94f-4dd8-93de-124d90541389&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003212 10.0.0.141 - - [2026-02-09 02:05:00] "GET /virtual-network/8c5c7315-e649-4e25-8c76-654e44bde0b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005552 10.0.0.141 - - [2026-02-09 02:05:04] "DELETE /project/49be85cbf38d41feaaffb5bce9d0cc1c HTTP/1.1" 404 173 0.011856 10.0.0.141 - - [2026-02-09 02:05:04] "DELETE /project/58f6997495d14b0f86953f95eec2581d HTTP/1.1" 404 173 0.006157 10.0.0.141 - - [2026-02-09 02:05:04] "DELETE /project/562b8cbfd94f4dd893de124d90541389 HTTP/1.1" 404 173 0.007487 10.0.0.141 - - [2026-02-09 02:05:04] "GET /projects?obj_uuids=58f69974-95d1-4b0f-8695-3f95eec2581d&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000871 10.0.0.141 - - [2026-02-09 02:05:04] "GET /projects?obj_uuids=49be85cb-f38d-41fe-aaff-b5bce9d0cc1c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000803 10.0.0.141 - - [2026-02-09 02:05:04] "GET /project/49be85cb-f38d-41fe-aaff-b5bce9d0cc1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.035744 10.0.0.141 - - [2026-02-09 02:05:04] "GET /project/58f69974-95d1-4b0f-8695-3f95eec2581d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1451 0.039759 10.0.0.141 - - [2026-02-09 02:05:04] "GET /projects?obj_uuids=58f69974-95d1-4b0f-8695-3f95eec2581d&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001103 10.0.0.141 - - [2026-02-09 02:05:04] "GET /projects?obj_uuids=49be85cb-f38d-41fe-aaff-b5bce9d0cc1c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000960 10.0.0.141 - - [2026-02-09 02:05:04] "GET /project/49be85cb-f38d-41fe-aaff-b5bce9d0cc1c?fields=security_groups HTTP/1.1" 200 1348 0.041277 10.0.0.141 - - [2026-02-09 02:05:04] "GET /project/58f69974-95d1-4b0f-8695-3f95eec2581d?fields=security_groups HTTP/1.1" 200 1350 0.045375 10.0.0.141 - - [2026-02-09 02:05:05] "DELETE /security-group/905ab8f6-195d-475c-bcda-743ec0563245 HTTP/1.1" 200 115 0.053193 10.0.0.141 - - [2026-02-09 02:05:05] "GET /projects?obj_uuids=49be85cb-f38d-41fe-aaff-b5bce9d0cc1c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001795 10.0.0.141 - - [2026-02-09 02:05:05] "DELETE /access-control-list/bc3906ba-5016-43fd-82d1-6d3361d2f8c6 HTTP/1.1" 200 115 0.039491 10.0.0.141 - - [2026-02-09 02:05:05] "DELETE /security-group/edc0dcda-8d64-403b-bd4c-4d144c2f9d5b HTTP/1.1" 200 115 0.061236 10.0.0.141 - - [2026-02-09 02:05:05] "GET /projects?obj_uuids=58f69974-95d1-4b0f-8695-3f95eec2581d&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001053 10.0.0.141 - - [2026-02-09 02:05:05] "GET /project/49be85cb-f38d-41fe-aaff-b5bce9d0cc1c?fields=application_policy_sets HTTP/1.1" 200 1387 0.042695 10.0.0.141 - - [2026-02-09 02:05:05] "DELETE /access-control-list/e008cde1-a6f4-476d-a719-020423903579 HTTP/1.1" 200 115 0.040902 10.0.0.141 - - [2026-02-09 02:05:05] "GET /project/58f69974-95d1-4b0f-8695-3f95eec2581d?fields=application_policy_sets HTTP/1.1" 200 1389 0.084133 10.0.0.141 - - [2026-02-09 02:05:05] "DELETE /access-control-list/ed5142b0-67d4-4cac-a529-77c4cd994830 HTTP/1.1" 200 115 0.041636 10.0.0.141 - - [2026-02-09 02:05:05] "DELETE /access-control-list/eec0e580-c890-41b2-be39-6b02751decf7 HTTP/1.1" 200 115 0.028242 10.0.0.141 - - [2026-02-09 02:05:05] "DELETE /project/49be85cb-f38d-41fe-aaff-b5bce9d0cc1c HTTP/1.1" 200 115 0.379081 10.0.0.141 - - [2026-02-09 02:05:05] "DELETE /project/58f69974-95d1-4b0f-8695-3f95eec2581d HTTP/1.1" 200 115 0.412840 10.0.0.141 - - [2026-02-09 02:05:06] "POST /neutron/router HTTP/1.1" 200 580 0.003869 10.0.0.141 - - [2026-02-09 02:05:06] "GET /projects?obj_uuids=562b8cbf-d94f-4dd8-93de-124d90541389&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001098 10.0.0.141 - - [2026-02-09 02:05:06] "POST /neutron/router HTTP/1.1" 200 344 0.253706 10.0.0.141 - - [2026-02-09 02:05:06] "POST /neutron/port HTTP/1.1" 200 1921 0.016815 10.0.0.141 - - [2026-02-09 02:05:06] "POST /ref-update HTTP/1.1" 200 156 0.008188 10.0.0.141 - - [2026-02-09 02:05:11] "GET /obj-perms HTTP/1.1" 200 5075 0.055596 10.0.0.141 - - [2026-02-09 02:05:11] "GET /obj-perms HTTP/1.1" 200 5075 0.049452 10.0.0.141 - - [2026-02-09 02:05:12] "POST /neutron/router HTTP/1.1" 200 580 0.003896 10.0.0.141 - - [2026-02-09 02:05:13] "POST /ref-update HTTP/1.1" 200 156 0.016036 10.0.0.141 - - [2026-02-09 02:05:13] "POST /neutron/router HTTP/1.1" 200 344 0.112332 10.0.0.141 - - [2026-02-09 02:05:14] "POST /neutron/port HTTP/1.1" 200 1124 0.012163 10.0.0.141 - - [2026-02-09 02:05:14] "POST /neutron/port HTTP/1.1" 200 1124 0.011113 10.0.0.141 - - [2026-02-09 02:05:14] "POST /neutron/network HTTP/1.1" 200 836 0.005661 10.0.0.141 - - [2026-02-09 02:05:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003243 10.0.0.141 - - [2026-02-09 02:05:14] "POST /neutron/subnet HTTP/1.1" 200 708 0.006294 10.0.0.141 - - [2026-02-09 02:05:14] "POST /neutron/port HTTP/1.1" 200 117 0.001307 10.0.0.141 - - [2026-02-09 02:05:14] "POST /neutron/network HTTP/1.1" 200 826 0.007689 10.0.0.141 - - [2026-02-09 02:05:16] "POST /neutron/router HTTP/1.1" 200 580 0.005231 10.0.0.141 - - [2026-02-09 02:05:16] "GET /projects?obj_uuids=562b8cbf-d94f-4dd8-93de-124d90541389&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001214 10.0.0.141 - - [2026-02-09 02:05:16] "POST /neutron/router HTTP/1.1" 200 344 0.201599 10.0.0.141 - - [2026-02-09 02:05:16] "POST /ref-update HTTP/1.1" 200 156 0.008099 10.0.0.141 - - [2026-02-09 02:05:18] "POST /neutron/router HTTP/1.1" 200 580 0.005556 10.0.0.141 - - [2026-02-09 02:05:18] "POST /ref-update HTTP/1.1" 200 156 0.014110 10.0.0.141 - - [2026-02-09 02:05:18] "POST /neutron/router HTTP/1.1" 200 344 0.102543 10.0.0.141 - - [2026-02-09 02:05:18] "POST /neutron/router HTTP/1.1" 200 580 0.005663 10.0.0.141 - - [2026-02-09 02:05:18] "POST /ref-update HTTP/1.1" 200 156 0.012579 10.0.0.141 - - [2026-02-09 02:05:19] "POST /neutron/router HTTP/1.1" 200 344 0.101542 10.0.0.141 - - [2026-02-09 02:05:19] "POST /neutron/router HTTP/1.1" 200 580 0.005000 10.0.0.141 - - [2026-02-09 02:05:19] "POST /neutron/router HTTP/1.1" 200 151 0.052747 10.0.0.141 - - [2026-02-09 02:05:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.008826 10.0.0.141 - - [2026-02-09 02:05:19] "GET /logical-router/f1e1dfa2-d420-477a-abd4-f8f77b134517?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.007479 10.0.0.141 - - [2026-02-09 02:05:19] "DELETE /route-target/603d5a3a-2f66-4dab-bb25-cc3f2ab74651 HTTP/1.1" 200 115 0.022002 10.0.0.141 - - [2026-02-09 02:05:19] "POST /neutron/network HTTP/1.1" 200 823 0.008929 10.0.0.141 - - [2026-02-09 02:05:19] "POST /neutron/network HTTP/1.1" 400 204 0.018497 10.0.0.141 - - [2026-02-09 02:05:19] "POST /neutron/port HTTP/1.1" 200 1121 0.012975 10.0.0.141 - - [2026-02-09 02:05:19] "POST /neutron/port HTTP/1.1" 200 1111 0.010064 10.0.0.141 - - [2026-02-09 02:05:19] "POST /neutron/port HTTP/1.1" 200 1124 0.015691 10.0.0.141 - - [2026-02-09 02:05:19] "POST /neutron/port HTTP/1.1" 200 1114 0.012675 10.0.0.141 - - [2026-02-09 02:05:19] "POST /neutron/port HTTP/1.1" 200 151 0.111542 10.0.0.141 - - [2026-02-09 02:05:19] "POST /neutron/port HTTP/1.1" 200 151 0.123496 10.0.0.141 - - [2026-02-09 02:05:21] "POST /neutron/network HTTP/1.1" 200 823 0.005767 10.0.0.141 - - [2026-02-09 02:05:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003894 10.0.0.141 - - [2026-02-09 02:05:21] "POST /useragent-kv HTTP/1.1" 200 115 0.003491 10.0.0.141 - - [2026-02-09 02:05:21] "POST /useragent-kv HTTP/1.1" 200 115 0.001853 10.0.0.141 - - [2026-02-09 02:05:21] "POST /neutron/network HTTP/1.1" 200 151 0.080055 10.0.0.141 - - [2026-02-09 02:05:21] "DELETE /route-target/f557ea8c-702f-45b5-bf91-4d6bccf86f20 HTTP/1.1" 200 115 0.016477 10.0.0.141 - - [2026-02-09 02:05:21] "POST /neutron/network HTTP/1.1" 200 826 0.005168 10.0.0.141 - - [2026-02-09 02:05:21] "POST /useragent-kv HTTP/1.1" 200 115 0.004449 10.0.0.141 - - [2026-02-09 02:05:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003618 10.0.0.141 - - [2026-02-09 02:05:21] "POST /useragent-kv HTTP/1.1" 200 115 0.001636 10.0.0.141 - - [2026-02-09 02:05:21] "POST /neutron/network HTTP/1.1" 200 151 0.068441 10.0.0.141 - - [2026-02-09 02:05:21] "DELETE /route-target/8881a753-82ee-4aa1-b64b-96b2f1a4cc82 HTTP/1.1" 200 115 0.014866 10.0.0.141 - - [2026-02-09 02:05:21] "GET /projects?obj_uuids=562b8cbf-d94f-4dd8-93de-124d90541389&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001049 10.0.0.141 - - [2026-02-09 02:05:21] "GET /project/562b8cbf-d94f-4dd8-93de-124d90541389?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.030005 10.0.0.141 - - [2026-02-09 02:05:21] "GET /projects?obj_uuids=562b8cbf-d94f-4dd8-93de-124d90541389&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001093 10.0.0.141 - - [2026-02-09 02:05:21] "GET /project/562b8cbf-d94f-4dd8-93de-124d90541389?fields=virtual_networks HTTP/1.1" 200 1030 0.067437 10.0.0.141 - - [2026-02-09 02:05:21] "GET /projects?obj_uuids=562b8cbf-d94f-4dd8-93de-124d90541389&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001058 10.0.0.141 - - [2026-02-09 02:05:21] "GET /project/562b8cbf-d94f-4dd8-93de-124d90541389?fields=virtual_machine_interfaces HTTP/1.1" 200 1030 0.023308 10.0.0.141 - - [2026-02-09 02:05:21] "GET /projects?obj_uuids=562b8cbf-d94f-4dd8-93de-124d90541389&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001068 10.0.0.141 - - [2026-02-09 02:05:22] "GET /project/562b8cbf-d94f-4dd8-93de-124d90541389?fields=security_groups HTTP/1.1" 200 1255 0.022060 10.0.0.141 - - [2026-02-09 02:05:22] "POST /fqname-to-id HTTP/1.1" 404 191 0.026499 10.0.0.141 - - [2026-02-09 02:05:22] "GET /projects?obj_uuids=c2a2ad23-7c0d-490e-b72d-5fbbf6013ed7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003307 10.0.0.141 - - [2026-02-09 02:05:22] "GET /domains?obj_uuids=5c908eb1-ca90-4dd8-8556-6bf44625a257&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000984 10.0.0.141 - - [2026-02-09 02:05:22] "GET /domain/5c908eb1-ca90-4dd8-8556-6bf44625a257?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006296 10.0.0.141 - - [2026-02-09 02:05:23] "POST /id-to-fqname HTTP/1.1" 200 193 0.002032 10.0.0.141 - - [2026-02-09 02:05:23] "POST /fqname-to-id HTTP/1.1" 404 202 0.003224 10.0.0.141 - - [2026-02-09 02:05:23] "POST /security-groups HTTP/1.1" 200 594 0.060551 10.0.0.141 - - [2026-02-09 02:05:23] "POST /fqname-to-id HTTP/1.1" 404 237 0.002404 10.0.0.141 - - [2026-02-09 02:05:23] "POST /projects HTTP/1.1" 200 591 0.204176 10.0.0.141 - - [2026-02-09 02:05:23] "POST /access-control-lists HTTP/1.1" 200 601 0.057731 10.0.0.141 - - [2026-02-09 02:05:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.277351 10.0.0.141 - - [2026-02-09 02:05:23] "POST /fqname-to-id HTTP/1.1" 404 236 0.002946 10.0.0.141 - - [2026-02-09 02:05:23] "GET /project/c2a2ad23-7c0d-490e-b72d-5fbbf6013ed7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.400051 10.0.0.141 - - [2026-02-09 02:05:23] "POST /access-control-lists HTTP/1.1" 200 599 0.064375 10.0.0.141 - - [2026-02-09 02:05:24] "GET / HTTP/1.1" 200 36215 0.002223 10.0.0.141 - - [2026-02-09 02:05:25] "GET /project/c2a2ad23-7c0d-490e-b72d-5fbbf6013ed7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000549 10.0.0.141 - - [2026-02-09 02:05:25] "GET /projects?obj_uuids=c2a2ad23-7c0d-490e-b72d-5fbbf6013ed7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001063 10.0.0.141 - - [2026-02-09 02:05:25] "GET /project/c2a2ad23-7c0d-490e-b72d-5fbbf6013ed7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.054426 10.0.0.141 - - [2026-02-09 02:05:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002186 10.0.0.141 - - [2026-02-09 02:05:26] "GET /security-group/af2c0dfa-4144-41b6-be06-5a274097994c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3766 0.005108 10.0.0.141 - - [2026-02-09 02:05:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002879 10.0.0.141 - - [2026-02-09 02:05:26] "GET /projects?obj_uuids=c2a2ad23-7c0d-490e-b72d-5fbbf6013ed7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001542 10.0.0.141 - - [2026-02-09 02:05:26] "GET /project/c2a2ad23-7c0d-490e-b72d-5fbbf6013ed7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.025529 10.0.0.141 - - [2026-02-09 02:05:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003858 10.0.0.141 - - [2026-02-09 02:05:26] "GET /security-group/af2c0dfa-4144-41b6-be06-5a274097994c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3766 0.005131 10.0.0.141 - - [2026-02-09 02:05:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002908 10.0.0.141 - - [2026-02-09 02:05:26] "PUT /security-group/af2c0dfa-4144-41b6-be06-5a274097994c HTTP/1.1" 200 263 0.013538 10.0.0.141 - - [2026-02-09 02:05:26] "PUT /access-control-list/08d2512b-cfb9-45e2-8064-f33345cae2c5 HTTP/1.1" 200 273 0.009145 10.0.0.141 - - [2026-02-09 02:05:26] "PUT /access-control-list/4d2ce9f4-a5ba-4d47-af9f-d01705043108 HTTP/1.1" 200 273 0.010224 10.0.0.141 - - [2026-02-09 02:05:26] "POST /fqname-to-id HTTP/1.1" 404 202 0.003629 10.0.0.141 - - [2026-02-09 02:05:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002943 10.0.0.141 - - [2026-02-09 02:05:26] "GET /projects?obj_uuids=c2a2ad23-7c0d-490e-b72d-5fbbf6013ed7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001801 10.0.0.141 - - [2026-02-09 02:05:26] "GET /project/c2a2ad23-7c0d-490e-b72d-5fbbf6013ed7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.029797 10.0.0.141 - - [2026-02-09 02:05:26] "POST /neutron/network HTTP/1.1" 200 117 0.032957 10.0.0.141 - - [2026-02-09 02:05:26] "GET /projects?obj_uuids=c2a2ad23-7c0d-490e-b72d-5fbbf6013ed7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001200 10.0.0.141 - - [2026-02-09 02:05:26] "POST /neutron/network HTTP/1.1" 200 608 0.062388 10.0.0.141 - - [2026-02-09 02:05:26] "POST /route-targets HTTP/1.1" 200 328 0.010792 10.0.0.141 - - [2026-02-09 02:05:26] "POST /ref-update HTTP/1.1" 200 156 0.010259 10.0.0.141 - - [2026-02-09 02:05:26] "POST /useragent-kv HTTP/1.1" 200 115 0.002675 10.0.0.141 - - [2026-02-09 02:05:26] "POST /neutron/subnet HTTP/1.1" 200 724 0.139572 10.0.0.141 - - [2026-02-09 02:05:26] "POST /neutron/network HTTP/1.1" 200 827 0.005931 10.0.0.141 - - [2026-02-09 02:05:26] "POST /id-to-fqname HTTP/1.1" 200 223 0.001173 10.0.0.141 - - [2026-02-09 02:05:26] "GET /virtual-network/63908e22-be7c-4a75-8f8a-b84748762d34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004550 10.0.0.141 - - [2026-02-09 02:05:26] "POST /neutron/network HTTP/1.1" 200 827 0.009462 10.0.0.141 - - [2026-02-09 02:05:26] "GET /virtual-network/63908e22-be7c-4a75-8f8a-b84748762d34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.010885 10.0.0.141 - - [2026-02-09 02:05:27] "POST /neutron/network HTTP/1.1" 200 827 0.007435 10.0.0.141 - - [2026-02-09 02:05:27] "POST /neutron/subnet HTTP/1.1" 200 724 0.007407 10.0.0.141 - - [2026-02-09 02:05:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002453 10.0.0.141 - - [2026-02-09 02:05:27] "GET /projects?obj_uuids=c2a2ad23-7c0d-490e-b72d-5fbbf6013ed7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001108 10.0.0.141 - - [2026-02-09 02:05:27] "GET /project/c2a2ad23-7c0d-490e-b72d-5fbbf6013ed7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.025132 10.0.0.141 - - [2026-02-09 02:05:27] "POST /neutron/network HTTP/1.1" 200 117 0.009763 10.0.0.141 - - [2026-02-09 02:05:27] "GET /projects?obj_uuids=c2a2ad23-7c0d-490e-b72d-5fbbf6013ed7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001120 10.0.0.141 - - [2026-02-09 02:05:27] "POST /neutron/network HTTP/1.1" 200 615 0.112771 10.0.0.141 - - [2026-02-09 02:05:27] "POST /route-targets HTTP/1.1" 200 328 0.021845 10.0.0.141 - - [2026-02-09 02:05:27] "POST /ref-update HTTP/1.1" 200 156 0.013263 10.0.0.141 - - [2026-02-09 02:05:27] "POST /useragent-kv HTTP/1.1" 200 115 0.003902 10.0.0.141 - - [2026-02-09 02:05:27] "POST /neutron/subnet HTTP/1.1" 200 719 0.204614 10.0.0.141 - - [2026-02-09 02:05:27] "POST /neutron/network HTTP/1.1" 200 833 0.005224 10.0.0.141 - - [2026-02-09 02:05:27] "POST /id-to-fqname HTTP/1.1" 200 227 0.001419 10.0.0.141 - - [2026-02-09 02:05:27] "GET /virtual-network/58b181a0-18e0-4627-8858-0ccbf91875dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.004968 10.0.0.141 - - [2026-02-09 02:05:27] "POST /neutron/network HTTP/1.1" 200 833 0.005677 10.0.0.141 - - [2026-02-09 02:05:27] "GET /virtual-network/58b181a0-18e0-4627-8858-0ccbf91875dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005038 10.0.0.141 - - [2026-02-09 02:05:27] "POST /neutron/network HTTP/1.1" 200 833 0.006488 10.0.0.141 - - [2026-02-09 02:05:27] "POST /neutron/subnet HTTP/1.1" 200 719 0.006462 10.0.0.141 - - [2026-02-09 02:05:27] "POST /id-to-fqname HTTP/1.1" 200 223 0.001111 10.0.0.141 - - [2026-02-09 02:05:27] "POST /neutron/network HTTP/1.1" 200 837 0.005327 10.0.0.141 - - [2026-02-09 02:05:27] "GET /aaa-mode HTTP/1.1" 401 293 0.000462 10.0.0.141 - - [2026-02-09 02:05:28] "GET / HTTP/1.1" 200 36215 0.001875 10.0.0.141 - - [2026-02-09 02:05:28] "GET /project/c2a2ad23-7c0d-490e-b72d-5fbbf6013ed7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000367 10.0.0.141 - - [2026-02-09 02:05:28] "GET /projects?obj_uuids=c2a2ad23-7c0d-490e-b72d-5fbbf6013ed7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001123 10.0.0.141 - - [2026-02-09 02:05:28] "GET /project/c2a2ad23-7c0d-490e-b72d-5fbbf6013ed7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.051094 10.0.0.141 - - [2026-02-09 02:05:28] "POST /neutron/network HTTP/1.1" 200 827 0.005299 10.0.0.141 - - [2026-02-09 02:05:28] "POST /neutron/port HTTP/1.1" 200 117 0.005073 10.0.0.141 - - [2026-02-09 02:05:28] "POST /neutron/port HTTP/1.1" 200 117 0.005381 10.0.0.141 - - [2026-02-09 02:05:28] "POST /id-to-fqname HTTP/1.1" 200 227 0.001437 10.0.0.141 - - [2026-02-09 02:05:28] "POST /neutron/port HTTP/1.1" 200 117 0.007145 10.0.0.141 - - [2026-02-09 02:05:28] "POST /neutron/network HTTP/1.1" 200 843 0.005244 10.0.0.141 - - [2026-02-09 02:05:28] "GET /aaa-mode HTTP/1.1" 401 293 0.000404 10.0.0.141 - - [2026-02-09 02:05:29] "POST /neutron/network HTTP/1.1" 200 837 0.005716 10.0.0.141 - - [2026-02-09 02:05:29] "GET /projects?obj_uuids=c2a2ad23-7c0d-490e-b72d-5fbbf6013ed7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001479 10.0.0.141 - - [2026-02-09 02:05:29] "GET / HTTP/1.1" 200 36215 0.003550 10.0.0.141 - - [2026-02-09 02:05:29] "GET /project/c2a2ad23-7c0d-490e-b72d-5fbbf6013ed7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000498 10.0.0.141 - - [2026-02-09 02:05:29] "POST /neutron/port HTTP/1.1" 200 1063 0.205074 10.0.0.141 - - [2026-02-09 02:05:29] "POST /neutron/port HTTP/1.1" 200 1063 0.010187 10.0.0.141 - - [2026-02-09 02:05:29] "POST /neutron/port HTTP/1.1" 200 1063 0.008654 10.0.0.141 - - [2026-02-09 02:05:29] "POST /neutron/port HTTP/1.1" 200 1117 0.054821 10.0.0.141 - - [2026-02-09 02:05:29] "POST /neutron/port HTTP/1.1" 200 1127 0.012171 10.0.0.141 - - [2026-02-09 02:05:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003506 10.0.0.141 - - [2026-02-09 02:05:29] "POST /neutron/subnet HTTP/1.1" 200 698 0.007358 10.0.0.141 - - [2026-02-09 02:05:29] "POST /neutron/port HTTP/1.1" 200 117 0.001203 10.0.0.141 - - [2026-02-09 02:05:29] "POST /neutron/network HTTP/1.1" 200 827 0.005363 10.0.0.141 - - [2026-02-09 02:05:29] "GET /projects?obj_uuids=c2a2ad23-7c0d-490e-b72d-5fbbf6013ed7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001199 10.0.0.141 - - [2026-02-09 02:05:29] "GET /project/c2a2ad23-7c0d-490e-b72d-5fbbf6013ed7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.049871 10.0.0.141 - - [2026-02-09 02:05:29] "POST /neutron/network HTTP/1.1" 200 833 0.005165 10.0.0.141 - - [2026-02-09 02:05:29] "POST /neutron/port HTTP/1.1" 200 1127 0.014516 10.0.0.141 - - [2026-02-09 02:05:30] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006956 10.0.0.141 - - [2026-02-09 02:05:30] "POST /neutron/port HTTP/1.1" 200 117 0.005347 10.0.0.141 - - [2026-02-09 02:05:30] "GET /projects?obj_uuids=c2a2ad23-7c0d-490e-b72d-5fbbf6013ed7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001348 10.0.0.141 - - [2026-02-09 02:05:30] "POST /neutron/router HTTP/1.1" 200 585 0.065546 10.0.0.141 - - [2026-02-09 02:05:30] "POST /neutron/router HTTP/1.1" 200 585 0.005679 10.0.0.141 - - [2026-02-09 02:05:30] "POST /route-targets HTTP/1.1" 200 328 0.018054 10.0.0.141 - - [2026-02-09 02:05:30] "PUT /logical-router/b1efa45b-83dd-4573-ad1b-a260ddca808f HTTP/1.1" 200 263 0.026205 10.0.0.141 - - [2026-02-09 02:05:30] "POST /neutron/router HTTP/1.1" 200 656 0.042001 10.0.0.141 - - [2026-02-09 02:05:30] "GET /logical-router/b1efa45b-83dd-4573-ad1b-a260ddca808f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1646 0.016216 10.0.0.141 - - [2026-02-09 02:05:30] "POST /neutron/router HTTP/1.1" 200 656 0.004468 10.0.0.141 - - [2026-02-09 02:05:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003132 10.0.0.141 - - [2026-02-09 02:05:30] "GET /projects?obj_uuids=c2a2ad23-7c0d-490e-b72d-5fbbf6013ed7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001505 10.0.0.141 - - [2026-02-09 02:05:30] "GET /service-template/1ff0f647-720c-4d7b-8bbc-fa1ed88bd8ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1683 0.006537 10.0.0.141 - - [2026-02-09 02:05:30] "POST /fqname-to-id HTTP/1.1" 404 215 0.002584 10.0.0.141 - - [2026-02-09 02:05:30] "POST /useragent-kv HTTP/1.1" 200 115 0.004446 10.0.0.141 - - [2026-02-09 02:05:30] "POST /virtual-networks HTTP/1.1" 200 696 0.166061 10.0.0.141 - - [2026-02-09 02:05:30] "POST /neutron/router HTTP/1.1" 200 344 0.332111 10.0.0.141 - - [2026-02-09 02:05:30] "POST /neutron/network HTTP/1.1" 200 843 0.020376 10.0.0.141 - - [2026-02-09 02:05:30] "POST /route-targets HTTP/1.1" 200 328 0.023828 10.0.0.141 - - [2026-02-09 02:05:30] "POST /ref-update HTTP/1.1" 200 156 0.033883 10.0.0.141 - - [2026-02-09 02:05:30] "GET /projects?obj_uuids=c2a2ad23-7c0d-490e-b72d-5fbbf6013ed7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003190 10.0.0.141 - - [2026-02-09 02:05:30] "POST /neutron/port HTTP/1.1" 200 1127 0.076585 10.0.0.141 - - [2026-02-09 02:05:30] "POST /service-instances HTTP/1.1" 200 672 0.126784 10.0.0.141 - - [2026-02-09 02:05:30] "POST /ref-update HTTP/1.1" 200 156 0.041596 10.0.0.141 - - [2026-02-09 02:05:30] "POST /neutron/security_group HTTP/1.1" 200 2002 0.013766 10.0.0.141 - - [2026-02-09 02:05:30] "POST /route-tables HTTP/1.1" 200 584 0.045677 10.0.0.141 - - [2026-02-09 02:05:30] "PUT /logical-router/b1efa45b-83dd-4573-ad1b-a260ddca808f HTTP/1.1" 200 263 0.036831 10.0.0.141 - - [2026-02-09 02:05:30] "POST /ref-update HTTP/1.1" 200 156 0.031224 10.0.0.141 - - [2026-02-09 02:05:31] "POST /neutron/port HTTP/1.1" 200 1062 0.414521 10.0.0.141 - - [2026-02-09 02:05:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.010647 10.0.0.141 - - [2026-02-09 02:05:31] "POST /neutron/port HTTP/1.1" 200 1062 0.015380 10.0.0.141 - - [2026-02-09 02:05:31] "POST /neutron/port HTTP/1.1" 200 1062 0.013170 10.0.0.141 - - [2026-02-09 02:05:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002662 10.0.0.141 - - [2026-02-09 02:05:31] "POST /neutron/port HTTP/1.1" 200 1116 0.063427 10.0.0.141 - - [2026-02-09 02:05:31] "POST /virtual-machines HTTP/1.1" 200 554 0.011786 10.0.0.141 - - [2026-02-09 02:05:31] "POST /neutron/port HTTP/1.1" 200 1126 0.011646 10.0.0.141 - - [2026-02-09 02:05:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003654 10.0.0.141 - - [2026-02-09 02:05:31] "POST /neutron/subnet HTTP/1.1" 200 693 0.043711 10.0.0.141 - - [2026-02-09 02:05:31] "POST /neutron/port HTTP/1.1" 200 117 0.001489 10.0.0.141 - - [2026-02-09 02:05:31] "POST /virtual-machine-interfaces HTTP/1.1" 200 814 0.093745 10.0.0.141 - - [2026-02-09 02:05:31] "POST /neutron/network HTTP/1.1" 200 833 0.006391 10.0.0.141 - - [2026-02-09 02:05:31] "POST /chown HTTP/1.1" 200 109 0.010976 10.0.0.141 - - [2026-02-09 02:05:31] "POST /instance-ips HTTP/1.1" 200 552 0.020136 10.0.0.141 - - [2026-02-09 02:05:31] "POST /instance-ips HTTP/1.1" 400 246 0.020023 10.0.0.141 - - [2026-02-09 02:05:31] "POST /chown HTTP/1.1" 200 109 0.009912 10.0.0.141 - - [2026-02-09 02:05:31] "PUT /virtual-machine-interface/6a032d32-1dd0-4d7e-ad76-a51a26b8241d HTTP/1.1" 200 285 0.015829 10.0.0.141 - - [2026-02-09 02:05:31] "PUT /instance-ip/518d9dbb-d841-4cff-952f-c5bed13e2423 HTTP/1.1" 200 257 0.020558 10.0.0.141 - - [2026-02-09 02:05:31] "POST /ref-update HTTP/1.1" 200 156 0.013234 10.0.0.141 - - [2026-02-09 02:05:31] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.099735 10.0.0.141 - - [2026-02-09 02:05:31] "POST /chown HTTP/1.1" 200 109 0.007614 10.0.0.141 - - [2026-02-09 02:05:32] "POST /instance-ips HTTP/1.1" 200 550 0.038008 10.0.0.141 - - [2026-02-09 02:05:32] "POST /instance-ips HTTP/1.1" 400 316 0.026012 10.0.0.141 - - [2026-02-09 02:05:32] "POST /chown HTTP/1.1" 200 109 0.009325 10.0.0.141 - - [2026-02-09 02:05:32] "PUT /virtual-machine-interface/18d357b5-52ab-483b-878d-489e9efb806a HTTP/1.1" 200 285 0.010953 10.0.0.141 - - [2026-02-09 02:05:32] "PUT /instance-ip/30d30004-a8c4-4970-9ce2-cf4384919bd2 HTTP/1.1" 200 257 0.014074 10.0.0.141 - - [2026-02-09 02:05:32] "POST /ref-update HTTP/1.1" 200 156 0.017547 10.0.0.141 - - [2026-02-09 02:05:32] "POST /ref-update HTTP/1.1" 200 156 0.011664 10.0.0.141 - - [2026-02-09 02:05:32] "POST /ref-update HTTP/1.1" 200 156 0.027872 10.0.0.141 - - [2026-02-09 02:05:32] "PUT /routing-instance/6e60fcbc-6b07-4cc7-8c6d-4e2a362881bf HTTP/1.1" 200 267 0.039102 10.0.0.141 - - [2026-02-09 02:05:32] "POST /virtual-machines HTTP/1.1" 200 554 0.022535 10.0.0.141 - - [2026-02-09 02:05:32] "POST /virtual-machine-interfaces HTTP/1.1" 200 814 0.091551 10.0.0.141 - - [2026-02-09 02:05:32] "POST /chown HTTP/1.1" 200 109 0.007289 10.0.0.141 - - [2026-02-09 02:05:32] "POST /instance-ips HTTP/1.1" 400 246 0.013330 10.0.0.141 - - [2026-02-09 02:05:32] "POST /chown HTTP/1.1" 200 109 0.007820 10.0.0.141 - - [2026-02-09 02:05:32] "PUT /virtual-machine-interface/aad9e868-eaa8-446a-964e-0b7e1094e6d6 HTTP/1.1" 200 285 0.012267 10.0.0.141 - - [2026-02-09 02:05:32] "PUT /instance-ip/518d9dbb-d841-4cff-952f-c5bed13e2423 HTTP/1.1" 200 257 0.011783 10.0.0.141 - - [2026-02-09 02:05:32] "POST /ref-update HTTP/1.1" 200 156 0.011975 10.0.0.141 - - [2026-02-09 02:05:33] "POST /ref-update HTTP/1.1" 200 156 0.013658 10.0.0.141 - - [2026-02-09 02:05:33] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.099481 10.0.0.141 - - [2026-02-09 02:05:33] "POST /chown HTTP/1.1" 200 109 0.006740 10.0.0.141 - - [2026-02-09 02:05:33] "POST /instance-ips HTTP/1.1" 400 316 0.017364 10.0.0.141 - - [2026-02-09 02:05:33] "POST /chown HTTP/1.1" 200 109 0.007132 10.0.0.141 - - [2026-02-09 02:05:33] "PUT /virtual-machine-interface/79a6b3f1-f9a7-48b6-a7b6-93803c35cd23 HTTP/1.1" 200 285 0.010346 10.0.0.141 - - [2026-02-09 02:05:33] "PUT /instance-ip/30d30004-a8c4-4970-9ce2-cf4384919bd2 HTTP/1.1" 200 257 0.015273 10.0.0.141 - - [2026-02-09 02:05:33] "POST /ref-update HTTP/1.1" 200 156 0.017846 10.0.0.141 - - [2026-02-09 02:05:33] "POST /ref-update HTTP/1.1" 200 156 0.027032 10.0.0.141 - - [2026-02-09 02:05:35] "POST /neutron/port HTTP/1.1" 200 1127 0.011622 10.0.0.141 - - [2026-02-09 02:05:35] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005537 10.0.0.141 - - [2026-02-09 02:05:35] "POST /neutron/port HTTP/1.1" 200 1127 0.011833 10.0.0.141 - - [2026-02-09 02:05:35] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005961 10.0.0.141 - - [2026-02-09 02:05:35] "POST /neutron/port HTTP/1.1" 200 1127 0.012159 10.0.0.141 - - [2026-02-09 02:05:35] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006249 10.0.0.141 - - [2026-02-09 02:05:36] "GET /virtual-machine/cf9a415f-8c55-4734-9400-eafbbfdb64eb HTTP/1.1" 401 293 0.000466 10.0.0.141 - - [2026-02-09 02:05:36] "GET /virtual-machine/cf9a415f-8c55-4734-9400-eafbbfdb64eb HTTP/1.1" 200 1298 0.031596 10.0.0.141 - - [2026-02-09 02:05:36] "GET /virtual-machine-interface/f318074c-62a5-4c37-8990-adb12fe32cfc HTTP/1.1" 200 2963 0.005252 10.0.0.141 - - [2026-02-09 02:05:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002856 10.0.0.141 - - [2026-02-09 02:05:36] "GET /global-vrouter-config/a378f525-7fa5-46b7-9091-743b27ef1b57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003958 10.0.0.141 - - [2026-02-09 02:05:36] "GET /virtual-networks?parent_id=c2a2ad23-7c0d-490e-b72d-5fbbf6013ed7&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.003131 10.0.0.141 - - [2026-02-09 02:05:36] "GET /virtual-network/63908e22-be7c-4a75-8f8a-b84748762d34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005851 10.0.0.141 - - [2026-02-09 02:05:39] "POST /neutron/port HTTP/1.1" 200 1127 0.012918 10.0.0.141 - - [2026-02-09 02:05:39] "POST /neutron/security_group HTTP/1.1" 200 2002 0.004646 10.0.0.141 - - [2026-02-09 02:05:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002968 10.0.0.141 - - [2026-02-09 02:05:39] "GET /virtual-network/63908e22-be7c-4a75-8f8a-b84748762d34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004968 10.0.0.141 - - [2026-02-09 02:05:40] "POST /neutron/port HTTP/1.1" 200 1126 0.014551 10.0.0.141 - - [2026-02-09 02:05:40] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006655 10.0.0.141 - - [2026-02-09 02:05:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002846 10.0.0.141 - - [2026-02-09 02:05:41] "GET /global-vrouter-config/a378f525-7fa5-46b7-9091-743b27ef1b57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002949 10.0.0.141 - - [2026-02-09 02:05:41] "GET /virtual-networks?parent_id=c2a2ad23-7c0d-490e-b72d-5fbbf6013ed7&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.003289 10.0.0.141 - - [2026-02-09 02:05:41] "GET /virtual-network/63908e22-be7c-4a75-8f8a-b84748762d34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006653 10.0.0.141 - - [2026-02-09 02:05:42] "POST /neutron/port HTTP/1.1" 200 1127 0.014249 10.0.0.141 - - [2026-02-09 02:05:42] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006263 10.0.0.141 - - [2026-02-09 02:05:47] "POST /neutron/port HTTP/1.1" 200 1126 0.011109 10.0.0.141 - - [2026-02-09 02:05:47] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005593 10.0.0.141 - - [2026-02-09 02:05:47] "POST /neutron/port HTTP/1.1" 200 1126 0.013270 10.0.0.141 - - [2026-02-09 02:05:47] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006213 10.0.0.141 - - [2026-02-09 02:05:47] "POST /neutron/port HTTP/1.1" 200 1126 0.012304 10.0.0.141 - - [2026-02-09 02:05:47] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006024 10.0.0.141 - - [2026-02-09 02:05:47] "GET /virtual-machine/052d5417-846b-4eb9-ab5a-5e7efdb56dc0 HTTP/1.1" 200 1296 0.004554 10.0.0.141 - - [2026-02-09 02:05:47] "GET /virtual-machine-interface/c9fe116f-958a-4b7d-b106-83c78b0c768d HTTP/1.1" 200 2976 0.004935 10.0.0.141 - - [2026-02-09 02:05:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002687 10.0.0.141 - - [2026-02-09 02:05:47] "GET /global-vrouter-config/a378f525-7fa5-46b7-9091-743b27ef1b57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003547 10.0.0.141 - - [2026-02-09 02:05:47] "GET /virtual-networks?parent_id=c2a2ad23-7c0d-490e-b72d-5fbbf6013ed7&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.003121 10.0.0.141 - - [2026-02-09 02:05:47] "GET /virtual-network/58b181a0-18e0-4627-8858-0ccbf91875dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005255 10.0.0.141 - - [2026-02-09 02:05:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002953 10.0.0.141 - - [2026-02-09 02:05:48] "GET /global-vrouter-config/a378f525-7fa5-46b7-9091-743b27ef1b57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003309 10.0.0.141 - - [2026-02-09 02:05:48] "GET /virtual-networks?parent_id=c2a2ad23-7c0d-490e-b72d-5fbbf6013ed7&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.002853 10.0.0.141 - - [2026-02-09 02:05:48] "GET /virtual-network/58b181a0-18e0-4627-8858-0ccbf91875dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005400 10.0.0.141 - - [2026-02-09 02:05:52] "POST /neutron/router HTTP/1.1" 200 656 0.003840 10.0.0.141 - - [2026-02-09 02:05:52] "POST /ref-update HTTP/1.1" 200 156 0.012604 10.0.0.141 - - [2026-02-09 02:05:52] "POST /neutron/router HTTP/1.1" 200 344 0.091768 10.0.0.141 - - [2026-02-09 02:05:52] "POST /neutron/router HTTP/1.1" 200 656 0.004209 10.0.0.141 - - [2026-02-09 02:05:52] "GET /logical-router/b1efa45b-83dd-4573-ad1b-a260ddca808f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1978 0.006102 10.0.0.141 - - [2026-02-09 02:05:52] "GET /service-instance/02efcfe5-5c22-4df3-bfc3-70e8afe897f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2317 0.003283 10.0.0.141 - - [2026-02-09 02:05:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004228 10.0.0.141 - - [2026-02-09 02:05:52] "POST /neutron/router HTTP/1.1" 200 151 0.054626 10.0.0.141 - - [2026-02-09 02:05:52] "DELETE /route-target/d7435543-f04b-494f-9369-61806882d95e HTTP/1.1" 409 240 0.003885 10.0.0.141 - - [2026-02-09 02:05:52] "PUT /logical-router/b1efa45b-83dd-4573-ad1b-a260ddca808f HTTP/1.1" 404 171 0.002977 10.0.0.141 - - [2026-02-09 02:05:53] "POST /ref-update HTTP/1.1" 200 156 0.009261 10.0.0.141 - - [2026-02-09 02:05:53] "DELETE /route-table/6fa6d591-8799-4473-a61b-01c2a5475870 HTTP/1.1" 200 115 0.036703 10.0.0.141 - - [2026-02-09 02:05:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004069 10.0.0.141 - - [2026-02-09 02:05:53] "PUT /routing-instance/6e60fcbc-6b07-4cc7-8c6d-4e2a362881bf HTTP/1.1" 200 267 0.015804 10.0.0.141 - - [2026-02-09 02:05:53] "GET /virtual-network/ba1528c2-23c6-4c20-963d-e7c8cb095531?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2127 0.007702 10.0.0.141 - - [2026-02-09 02:05:53] "POST /neutron/network HTTP/1.1" 200 833 0.008023 10.0.0.141 - - [2026-02-09 02:05:53] "POST /neutron/network HTTP/1.1" 400 204 0.033885 10.0.0.141 - - [2026-02-09 02:05:53] "POST /ref-update HTTP/1.1" 200 156 0.016251 10.0.0.141 - - [2026-02-09 02:05:53] "POST /ref-update HTTP/1.1" 200 156 0.010492 10.0.0.141 - - [2026-02-09 02:05:53] "DELETE /instance-ip/30d30004-a8c4-4970-9ce2-cf4384919bd2 HTTP/1.1" 200 115 0.031693 10.0.0.141 - - [2026-02-09 02:05:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003525 10.0.0.141 - - [2026-02-09 02:05:53] "POST /useragent-kv HTTP/1.1" 200 115 0.003550 10.0.0.141 - - [2026-02-09 02:05:53] "POST /useragent-kv HTTP/1.1" 200 115 0.002194 10.0.0.141 - - [2026-02-09 02:05:53] "DELETE /virtual-network/ba1528c2-23c6-4c20-963d-e7c8cb095531 HTTP/1.1" 200 115 0.145152 10.0.0.141 - - [2026-02-09 02:05:53] "DELETE /route-target/ac5f4391-595e-4d14-807a-3df25f9daf61 HTTP/1.1" 200 115 0.023363 10.0.0.141 - - [2026-02-09 02:05:53] "DELETE /service-instance/02efcfe5-5c22-4df3-bfc3-70e8afe897f4 HTTP/1.1" 200 115 0.037064 10.0.0.141 - - [2026-02-09 02:05:53] "GET /logical-router/b1efa45b-83dd-4573-ad1b-a260ddca808f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.003562 10.0.0.141 - - [2026-02-09 02:05:53] "GET /service-instance/02efcfe5-5c22-4df3-bfc3-70e8afe897f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002651 10.0.0.141 - - [2026-02-09 02:05:53] "POST /neutron/port HTTP/1.1" 200 1126 0.011933 10.0.0.141 - - [2026-02-09 02:05:53] "POST /neutron/port HTTP/1.1" 200 1116 0.010365 10.0.0.141 - - [2026-02-09 02:05:53] "GET /virtual-machine-interface/79a6b3f1-f9a7-48b6-a7b6-93803c35cd23?fields=floating_ip_back_refs%2Cinterface_route_table_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1335 0.005498 10.0.0.141 - - [2026-02-09 02:05:53] "POST /neutron/port HTTP/1.1" 200 1127 0.018295 10.0.0.141 - - [2026-02-09 02:05:53] "POST /neutron/port HTTP/1.1" 200 1117 0.013880 10.0.0.141 - - [2026-02-09 02:05:53] "DELETE /virtual-machine-interface/79a6b3f1-f9a7-48b6-a7b6-93803c35cd23 HTTP/1.1" 200 115 0.044087 10.0.0.141 - - [2026-02-09 02:05:53] "GET /virtual-machine-interface/aad9e868-eaa8-446a-964e-0b7e1094e6d6?fields=floating_ip_back_refs%2Cinterface_route_table_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1657 0.004647 10.0.0.141 - - [2026-02-09 02:05:53] "POST /neutron/port HTTP/1.1" 200 151 0.122786 10.0.0.141 - - [2026-02-09 02:05:53] "POST /ref-update HTTP/1.1" 200 156 0.021342 10.0.0.141 - - [2026-02-09 02:05:53] "POST /neutron/port HTTP/1.1" 200 151 0.109585 10.0.0.141 - - [2026-02-09 02:05:53] "GET /instance-ip/518d9dbb-d841-4cff-952f-c5bed13e2423?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.004386 10.0.0.141 - - [2026-02-09 02:05:53] "DELETE /virtual-machine-interface/aad9e868-eaa8-446a-964e-0b7e1094e6d6 HTTP/1.1" 200 115 0.031014 10.0.0.141 - - [2026-02-09 02:05:53] "DELETE /virtual-machine/bb0c953b-32b7-48a9-a48a-e7d9a6e2570d HTTP/1.1" 200 115 0.015938 10.0.0.141 - - [2026-02-09 02:05:53] "GET /virtual-machine-interface/6a032d32-1dd0-4d7e-ad76-a51a26b8241d?fields=floating_ip_back_refs%2Cinterface_route_table_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1656 0.006592 10.0.0.141 - - [2026-02-09 02:05:53] "POST /ref-update HTTP/1.1" 200 156 0.015630 10.0.0.141 - - [2026-02-09 02:05:54] "GET /instance-ip/518d9dbb-d841-4cff-952f-c5bed13e2423?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1696 0.006754 10.0.0.141 - - [2026-02-09 02:05:54] "DELETE /instance-ip/518d9dbb-d841-4cff-952f-c5bed13e2423 HTTP/1.1" 200 115 0.025394 10.0.0.141 - - [2026-02-09 02:05:54] "DELETE /virtual-machine-interface/6a032d32-1dd0-4d7e-ad76-a51a26b8241d HTTP/1.1" 200 115 0.034039 10.0.0.141 - - [2026-02-09 02:05:54] "GET /virtual-machine-interface/18d357b5-52ab-483b-878d-489e9efb806a?fields=floating_ip_back_refs%2Cinterface_route_table_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1334 0.006430 10.0.0.141 - - [2026-02-09 02:05:54] "DELETE /virtual-machine-interface/18d357b5-52ab-483b-878d-489e9efb806a HTTP/1.1" 200 115 0.025916 10.0.0.141 - - [2026-02-09 02:05:54] "POST /ref-update HTTP/1.1" 200 156 0.010211 10.0.0.141 - - [2026-02-09 02:05:54] "DELETE /virtual-machine/e9c8f3c1-3898-4631-a24c-dd5f55fda2aa HTTP/1.1" 200 115 0.015696 10.0.0.141 - - [2026-02-09 02:05:55] "POST /neutron/network HTTP/1.1" 200 833 0.005910 10.0.0.141 - - [2026-02-09 02:05:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004004 10.0.0.141 - - [2026-02-09 02:05:55] "POST /useragent-kv HTTP/1.1" 200 115 0.003115 10.0.0.141 - - [2026-02-09 02:05:55] "POST /useragent-kv HTTP/1.1" 200 115 0.001892 10.0.0.141 - - [2026-02-09 02:05:55] "POST /neutron/network HTTP/1.1" 200 151 0.081938 10.0.0.141 - - [2026-02-09 02:05:55] "DELETE /route-target/0d20702a-89b3-4b6b-9b3d-4a3f14ff5a45 HTTP/1.1" 200 115 0.015234 10.0.0.141 - - [2026-02-09 02:05:55] "POST /neutron/network HTTP/1.1" 200 827 0.006897 10.0.0.141 - - [2026-02-09 02:05:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003768 10.0.0.141 - - [2026-02-09 02:05:55] "POST /useragent-kv HTTP/1.1" 200 115 0.002904 10.0.0.141 - - [2026-02-09 02:05:55] "POST /useragent-kv HTTP/1.1" 200 115 0.002076 10.0.0.141 - - [2026-02-09 02:05:55] "POST /neutron/network HTTP/1.1" 200 151 0.075170 10.0.0.141 - - [2026-02-09 02:05:55] "DELETE /route-target/7e857124-d758-4ec9-a8bc-9dde6c5118ae HTTP/1.1" 200 115 0.014672 10.0.0.141 - - [2026-02-09 02:05:55] "GET /projects?obj_uuids=c2a2ad23-7c0d-490e-b72d-5fbbf6013ed7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001086 10.0.0.141 - - [2026-02-09 02:05:55] "GET /project/c2a2ad23-7c0d-490e-b72d-5fbbf6013ed7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.021544 10.0.0.141 - - [2026-02-09 02:05:55] "GET /projects?obj_uuids=c2a2ad23-7c0d-490e-b72d-5fbbf6013ed7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001069 10.0.0.141 - - [2026-02-09 02:05:55] "GET /project/c2a2ad23-7c0d-490e-b72d-5fbbf6013ed7?fields=virtual_networks HTTP/1.1" 200 1041 0.069871 10.0.0.141 - - [2026-02-09 02:05:55] "GET /projects?obj_uuids=c2a2ad23-7c0d-490e-b72d-5fbbf6013ed7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001304 10.0.0.141 - - [2026-02-09 02:05:55] "GET /project/c2a2ad23-7c0d-490e-b72d-5fbbf6013ed7?fields=virtual_machine_interfaces HTTP/1.1" 200 1041 0.027704 10.0.0.141 - - [2026-02-09 02:05:55] "GET /projects?obj_uuids=c2a2ad23-7c0d-490e-b72d-5fbbf6013ed7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001093 10.0.0.141 - - [2026-02-09 02:05:55] "GET /project/c2a2ad23-7c0d-490e-b72d-5fbbf6013ed7?fields=security_groups HTTP/1.1" 200 1271 0.024421 10.0.0.141 - - [2026-02-09 02:05:56] "POST /fqname-to-id HTTP/1.1" 404 196 0.026278 10.0.0.141 - - [2026-02-09 02:05:56] "GET /projects?obj_uuids=e012b3f4-ece7-4860-84ff-c30d141c7e1c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002228 10.0.0.141 - - [2026-02-09 02:05:56] "GET /domains?obj_uuids=5c908eb1-ca90-4dd8-8556-6bf44625a257&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001046 10.0.0.141 - - [2026-02-09 02:05:56] "GET /domain/5c908eb1-ca90-4dd8-8556-6bf44625a257?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007001 10.0.0.141 - - [2026-02-09 02:05:56] "POST /id-to-fqname HTTP/1.1" 200 198 0.001787 10.0.0.141 - - [2026-02-09 02:05:56] "POST /fqname-to-id HTTP/1.1" 404 207 0.003120 10.0.0.141 - - [2026-02-09 02:05:57] "POST /security-groups HTTP/1.1" 200 599 0.060252 10.0.0.141 - - [2026-02-09 02:05:57] "POST /fqname-to-id HTTP/1.1" 404 242 0.002273 10.0.0.141 - - [2026-02-09 02:05:57] "POST /projects HTTP/1.1" 200 601 0.201921 10.0.0.141 - - [2026-02-09 02:05:57] "POST /access-control-lists HTTP/1.1" 200 606 0.055951 10.0.0.141 - - [2026-02-09 02:05:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.271756 10.0.0.141 - - [2026-02-09 02:05:57] "POST /fqname-to-id HTTP/1.1" 404 241 0.002712 10.0.0.141 - - [2026-02-09 02:05:57] "GET /project/e012b3f4-ece7-4860-84ff-c30d141c7e1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.396343 10.0.0.141 - - [2026-02-09 02:05:57] "POST /access-control-lists HTTP/1.1" 200 604 0.060292 10.0.0.141 - - [2026-02-09 02:05:58] "GET / HTTP/1.1" 200 36215 0.001993 10.0.0.141 - - [2026-02-09 02:05:59] "POST /fqname-to-id HTTP/1.1" 401 293 0.000497 10.0.0.141 - - [2026-02-09 02:05:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.060645 10.0.0.141 - - [2026-02-09 02:05:59] "GET /projects?obj_uuids=e012b3f4-ece7-4860-84ff-c30d141c7e1c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001094 10.0.0.141 - - [2026-02-09 02:05:59] "GET /project/e012b3f4-ece7-4860-84ff-c30d141c7e1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.021520 10.0.0.141 - - [2026-02-09 02:05:59] "POST /neutron/network HTTP/1.1" 200 117 0.031290 10.0.0.141 - - [2026-02-09 02:05:59] "GET /projects?obj_uuids=e012b3f4-ece7-4860-84ff-c30d141c7e1c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001346 10.0.0.141 - - [2026-02-09 02:05:59] "POST /neutron/network HTTP/1.1" 200 613 0.056586 10.0.0.141 - - [2026-02-09 02:05:59] "POST /route-targets HTTP/1.1" 200 328 0.009866 10.0.0.141 - - [2026-02-09 02:05:59] "POST /ref-update HTTP/1.1" 200 156 0.011019 10.0.0.141 - - [2026-02-09 02:05:59] "POST /useragent-kv HTTP/1.1" 200 115 0.004229 10.0.0.141 - - [2026-02-09 02:05:59] "POST /neutron/subnet HTTP/1.1" 200 725 0.134357 10.0.0.141 - - [2026-02-09 02:06:00] "POST /fqname-to-id HTTP/1.1" 401 293 0.000598 10.0.0.141 - - [2026-02-09 02:06:00] "POST /useragent-kv HTTP/1.1" 200 115 0.016138 10.0.0.141 - - [2026-02-09 02:06:00] "POST /neutron/subnet HTTP/1.1" 200 823 0.191408 10.0.0.141 - - [2026-02-09 02:06:00] "POST /neutron/network HTTP/1.1" 200 1005 0.008991 10.0.0.141 - - [2026-02-09 02:06:00] "POST /id-to-fqname HTTP/1.1" 200 228 0.001577 10.0.0.141 - - [2026-02-09 02:06:00] "GET /virtual-network/506bcd8d-b6af-4f10-a142-82c3fa8dd37b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006140 10.0.0.141 - - [2026-02-09 02:06:00] "POST /neutron/network HTTP/1.1" 200 1005 0.007889 10.0.0.141 - - [2026-02-09 02:06:00] "GET /virtual-network/506bcd8d-b6af-4f10-a142-82c3fa8dd37b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.004682 10.0.0.141 - - [2026-02-09 02:06:00] "POST /neutron/network HTTP/1.1" 200 1005 0.008682 10.0.0.141 - - [2026-02-09 02:06:00] "POST /neutron/subnet HTTP/1.1" 200 725 0.008613 10.0.0.141 - - [2026-02-09 02:06:00] "POST /neutron/subnet HTTP/1.1" 200 823 0.009139 10.0.0.141 - - [2026-02-09 02:06:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003788 10.0.0.141 - - [2026-02-09 02:06:00] "GET /projects?obj_uuids=e012b3f4-ece7-4860-84ff-c30d141c7e1c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001507 10.0.0.141 - - [2026-02-09 02:06:00] "GET /project/e012b3f4-ece7-4860-84ff-c30d141c7e1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.028402 10.0.0.141 - - [2026-02-09 02:06:00] "POST /neutron/network HTTP/1.1" 200 117 0.009547 10.0.0.141 - - [2026-02-09 02:06:00] "POST /fqname-to-id HTTP/1.1" 404 207 0.032443 10.0.0.141 - - [2026-02-09 02:06:00] "GET /projects?obj_uuids=e012b3f4-ece7-4860-84ff-c30d141c7e1c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001070 10.0.0.141 - - [2026-02-09 02:06:00] "POST /neutron/network HTTP/1.1" 200 613 0.061590 10.0.0.141 - - [2026-02-09 02:06:00] "POST /route-targets HTTP/1.1" 200 328 0.015256 10.0.0.141 - - [2026-02-09 02:06:00] "POST /ref-update HTTP/1.1" 200 156 0.012931 10.0.0.141 - - [2026-02-09 02:06:00] "POST /useragent-kv HTTP/1.1" 200 115 0.004780 10.0.0.141 - - [2026-02-09 02:06:00] "POST /neutron/subnet HTTP/1.1" 200 720 0.165002 10.0.0.141 - - [2026-02-09 02:06:00] "POST /fqname-to-id HTTP/1.1" 404 207 0.004017 10.0.0.141 - - [2026-02-09 02:06:00] "POST /useragent-kv HTTP/1.1" 200 115 0.004599 10.0.0.141 - - [2026-02-09 02:06:00] "POST /neutron/subnet HTTP/1.1" 200 823 0.169065 10.0.0.141 - - [2026-02-09 02:06:00] "POST /neutron/network HTTP/1.1" 200 1004 0.007427 10.0.0.141 - - [2026-02-09 02:06:00] "POST /id-to-fqname HTTP/1.1" 200 228 0.001307 10.0.0.141 - - [2026-02-09 02:06:00] "GET /virtual-network/7b229d5c-13cf-4ecb-a62d-44f03edcc7b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005005 10.0.0.141 - - [2026-02-09 02:06:00] "POST /neutron/network HTTP/1.1" 200 1004 0.008784 10.0.0.141 - - [2026-02-09 02:06:00] "GET /virtual-network/7b229d5c-13cf-4ecb-a62d-44f03edcc7b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.004794 10.0.0.141 - - [2026-02-09 02:06:00] "POST /neutron/network HTTP/1.1" 200 1004 0.007874 10.0.0.141 - - [2026-02-09 02:06:01] "POST /neutron/subnet HTTP/1.1" 200 720 0.008652 10.0.0.141 - - [2026-02-09 02:06:01] "POST /neutron/subnet HTTP/1.1" 200 823 0.008317 10.0.0.141 - - [2026-02-09 02:06:01] "POST /fqname-to-id HTTP/1.1" 404 234 0.002074 10.0.0.141 - - [2026-02-09 02:06:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002100 10.0.0.141 - - [2026-02-09 02:06:01] "GET /projects?obj_uuids=e012b3f4-ece7-4860-84ff-c30d141c7e1c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001042 10.0.0.141 - - [2026-02-09 02:06:01] "GET /project/e012b3f4-ece7-4860-84ff-c30d141c7e1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.027079 10.0.0.141 - - [2026-02-09 02:06:01] "POST /network-policys HTTP/1.1" 200 579 0.065034 10.0.0.141 - - [2026-02-09 02:06:01] "GET /network-policy/18995609-82f7-441d-9a0f-528a27afe470?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3130 0.006884 10.0.0.141 - - [2026-02-09 02:06:01] "POST /neutron/network HTTP/1.1" 200 1005 0.009385 10.0.0.141 - - [2026-02-09 02:06:01] "POST /fqname-to-id HTTP/1.1" 404 242 0.011058 10.0.0.141 - - [2026-02-09 02:06:01] "POST /fqname-to-id HTTP/1.1" 404 207 0.006153 10.0.0.141 - - [2026-02-09 02:06:01] "POST /neutron/network HTTP/1.1" 200 1113 0.065938 10.0.0.141 - - [2026-02-09 02:06:01] "POST /access-control-lists HTTP/1.1" 200 598 0.078152 10.0.0.141 - - [2026-02-09 02:06:01] "POST /neutron/network HTTP/1.1" 200 1113 0.043413 10.0.0.141 - - [2026-02-09 02:06:01] "GET /virtual-network/506bcd8d-b6af-4f10-a142-82c3fa8dd37b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.004896 10.0.0.141 - - [2026-02-09 02:06:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003010 10.0.0.141 - - [2026-02-09 02:06:01] "GET /network-policy/18995609-82f7-441d-9a0f-528a27afe470?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3130 0.003735 10.0.0.141 - - [2026-02-09 02:06:01] "POST /neutron/network HTTP/1.1" 200 1004 0.007616 10.0.0.141 - - [2026-02-09 02:06:01] "POST /fqname-to-id HTTP/1.1" 404 207 0.010911 10.0.0.141 - - [2026-02-09 02:06:01] "PUT /access-control-list/d31d01d7-4a93-48d0-b8fc-4d5f08d949e0 HTTP/1.1" 200 273 0.062061 10.0.0.141 - - [2026-02-09 02:06:01] "POST /neutron/network HTTP/1.1" 200 1112 0.094802 10.0.0.141 - - [2026-02-09 02:06:01] "POST /fqname-to-id HTTP/1.1" 404 242 0.003412 10.0.0.141 - - [2026-02-09 02:06:01] "POST /neutron/network HTTP/1.1" 200 1112 0.007610 10.0.0.141 - - [2026-02-09 02:06:01] "GET /virtual-network/7b229d5c-13cf-4ecb-a62d-44f03edcc7b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.005104 10.0.0.141 - - [2026-02-09 02:06:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002519 10.0.0.141 - - [2026-02-09 02:06:01] "GET /network-policy/18995609-82f7-441d-9a0f-528a27afe470?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3130 0.032619 10.0.0.141 - - [2026-02-09 02:06:01] "POST /access-control-lists HTTP/1.1" 200 598 0.065950 10.0.0.141 - - [2026-02-09 02:06:01] "GET /domains HTTP/1.1" 401 293 0.000580 10.0.0.141 - - [2026-02-09 02:06:01] "POST /ref-update HTTP/1.1" 200 156 0.010360 10.0.0.141 - - [2026-02-09 02:06:02] "GET /domains HTTP/1.1" 200 281 0.031239 10.0.0.141 - - [2026-02-09 02:06:02] "GET /domains?obj_uuids=5c908eb1-ca90-4dd8-8556-6bf44625a257&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002142 10.0.0.141 - - [2026-02-09 02:06:02] "GET /domain/5c908eb1-ca90-4dd8-8556-6bf44625a257 HTTP/1.1" 200 2965 0.009907 10.0.0.141 - - [2026-02-09 02:06:02] "GET /projects?obj_uuids=e012b3f4-ece7-4860-84ff-c30d141c7e1c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001653 10.0.0.141 - - [2026-02-09 02:06:02] "GET /project/e012b3f4-ece7-4860-84ff-c30d141c7e1c HTTP/1.1" 200 2633 0.071825 10.0.0.141 - - [2026-02-09 02:06:02] "GET /virtual-network/506bcd8d-b6af-4f10-a142-82c3fa8dd37b HTTP/1.1" 200 3508 0.006561 10.0.0.141 - - [2026-02-09 02:06:02] "GET /virtual-network/506bcd8d-b6af-4f10-a142-82c3fa8dd37b HTTP/1.1" 200 3508 0.005151 10.0.0.141 - - [2026-02-09 02:06:02] "GET /routing-instance/bb5930e3-1551-48a4-b0c9-19e3aa57493b HTTP/1.1" 200 1800 0.003896 10.0.0.141 - - [2026-02-09 02:06:02] "GET /routing-instance/bb5930e3-1551-48a4-b0c9-19e3aa57493b HTTP/1.1" 200 1800 0.003295 10.0.0.141 - - [2026-02-09 02:06:02] "GET /route-target/52fb7a7e-52da-4a46-9e94-546d3cf4914e HTTP/1.1" 200 1214 0.003447 10.0.0.141 - - [2026-02-09 02:06:02] "GET /virtual-network/506bcd8d-b6af-4f10-a142-82c3fa8dd37b HTTP/1.1" 200 3508 0.004632 10.0.0.141 - - [2026-02-09 02:06:02] "GET /routing-instance/bb5930e3-1551-48a4-b0c9-19e3aa57493b HTTP/1.1" 200 1800 0.003449 10.0.0.141 - - [2026-02-09 02:06:02] "GET /virtual-network/506bcd8d-b6af-4f10-a142-82c3fa8dd37b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.005302 10.0.0.141 - - [2026-02-09 02:06:02] "GET /virtual-network/506bcd8d-b6af-4f10-a142-82c3fa8dd37b HTTP/1.1" 200 3508 0.005968 10.0.0.141 - - [2026-02-09 02:06:02] "GET /routing-instance/bb5930e3-1551-48a4-b0c9-19e3aa57493b HTTP/1.1" 200 1800 0.003925 10.0.0.141 - - [2026-02-09 02:06:02] "GET /routing-instance/bb5930e3-1551-48a4-b0c9-19e3aa57493b HTTP/1.1" 200 1800 0.003797 10.0.0.141 - - [2026-02-09 02:06:02] "GET /route-target/52fb7a7e-52da-4a46-9e94-546d3cf4914e HTTP/1.1" 200 1214 0.003590 10.0.0.141 - - [2026-02-09 02:06:02] "GET /domains HTTP/1.1" 200 281 0.003609 10.0.0.141 - - [2026-02-09 02:06:02] "GET /domains?obj_uuids=5c908eb1-ca90-4dd8-8556-6bf44625a257&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001679 10.0.0.141 - - [2026-02-09 02:06:02] "GET /domain/5c908eb1-ca90-4dd8-8556-6bf44625a257 HTTP/1.1" 200 2965 0.009428 10.0.0.141 - - [2026-02-09 02:06:02] "GET /projects?obj_uuids=e012b3f4-ece7-4860-84ff-c30d141c7e1c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001053 10.0.0.141 - - [2026-02-09 02:06:02] "GET /project/e012b3f4-ece7-4860-84ff-c30d141c7e1c HTTP/1.1" 200 2633 0.069280 10.0.0.141 - - [2026-02-09 02:06:02] "GET /virtual-network/506bcd8d-b6af-4f10-a142-82c3fa8dd37b HTTP/1.1" 200 3508 0.005932 10.0.0.141 - - [2026-02-09 02:06:02] "GET /obj-perms HTTP/1.1" 200 5065 0.059958 10.0.0.141 - - [2026-02-09 02:06:03] "GET /domains HTTP/1.1" 200 281 0.002949 10.0.0.141 - - [2026-02-09 02:06:03] "GET /domains?obj_uuids=5c908eb1-ca90-4dd8-8556-6bf44625a257&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001009 10.0.0.141 - - [2026-02-09 02:06:03] "GET /domain/5c908eb1-ca90-4dd8-8556-6bf44625a257 HTTP/1.1" 200 2965 0.006322 10.0.0.141 - - [2026-02-09 02:06:03] "GET /projects?obj_uuids=e012b3f4-ece7-4860-84ff-c30d141c7e1c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000939 10.0.0.141 - - [2026-02-09 02:06:03] "GET /project/e012b3f4-ece7-4860-84ff-c30d141c7e1c HTTP/1.1" 200 2633 0.067276 10.0.0.141 - - [2026-02-09 02:06:03] "GET /virtual-network/7b229d5c-13cf-4ecb-a62d-44f03edcc7b8 HTTP/1.1" 200 3506 0.007507 10.0.0.141 - - [2026-02-09 02:06:03] "GET /virtual-network/7b229d5c-13cf-4ecb-a62d-44f03edcc7b8 HTTP/1.1" 200 3506 0.005039 10.0.0.141 - - [2026-02-09 02:06:03] "GET /routing-instance/eb9850e0-53d7-47c6-8737-7a280432f618 HTTP/1.1" 200 1799 0.004343 10.0.0.141 - - [2026-02-09 02:06:03] "GET /routing-instance/eb9850e0-53d7-47c6-8737-7a280432f618 HTTP/1.1" 200 1799 0.003577 10.0.0.141 - - [2026-02-09 02:06:03] "GET /route-target/297ca2c3-e210-4314-9dde-58af2e8cbffb HTTP/1.1" 200 1214 0.003204 10.0.0.141 - - [2026-02-09 02:06:03] "GET /virtual-network/7b229d5c-13cf-4ecb-a62d-44f03edcc7b8 HTTP/1.1" 200 3506 0.004835 10.0.0.141 - - [2026-02-09 02:06:03] "GET /routing-instance/eb9850e0-53d7-47c6-8737-7a280432f618 HTTP/1.1" 200 1799 0.003442 10.0.0.141 - - [2026-02-09 02:06:03] "GET /virtual-network/7b229d5c-13cf-4ecb-a62d-44f03edcc7b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.005074 10.0.0.141 - - [2026-02-09 02:06:03] "GET /virtual-network/7b229d5c-13cf-4ecb-a62d-44f03edcc7b8 HTTP/1.1" 200 3506 0.004558 10.0.0.141 - - [2026-02-09 02:06:03] "GET /routing-instance/eb9850e0-53d7-47c6-8737-7a280432f618 HTTP/1.1" 200 1799 0.003193 10.0.0.141 - - [2026-02-09 02:06:03] "GET /routing-instance/eb9850e0-53d7-47c6-8737-7a280432f618 HTTP/1.1" 200 1799 0.003476 10.0.0.141 - - [2026-02-09 02:06:03] "GET /route-target/297ca2c3-e210-4314-9dde-58af2e8cbffb HTTP/1.1" 200 1214 0.002501 10.0.0.141 - - [2026-02-09 02:06:03] "GET /domains HTTP/1.1" 200 281 0.002301 10.0.0.141 - - [2026-02-09 02:06:03] "GET /domains?obj_uuids=5c908eb1-ca90-4dd8-8556-6bf44625a257&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000948 10.0.0.141 - - [2026-02-09 02:06:03] "GET /domain/5c908eb1-ca90-4dd8-8556-6bf44625a257 HTTP/1.1" 200 2965 0.006071 10.0.0.141 - - [2026-02-09 02:06:03] "GET /projects?obj_uuids=e012b3f4-ece7-4860-84ff-c30d141c7e1c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000854 10.0.0.141 - - [2026-02-09 02:06:03] "GET /project/e012b3f4-ece7-4860-84ff-c30d141c7e1c HTTP/1.1" 200 2633 0.063382 10.0.0.141 - - [2026-02-09 02:06:03] "GET /virtual-network/7b229d5c-13cf-4ecb-a62d-44f03edcc7b8 HTTP/1.1" 200 3506 0.005386 10.0.0.141 - - [2026-02-09 02:06:03] "GET /obj-perms HTTP/1.1" 200 5065 0.006876 10.0.0.141 - - [2026-02-09 02:06:03] "GET /virtual-network/7b229d5c-13cf-4ecb-a62d-44f03edcc7b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.005887 10.0.0.141 - - [2026-02-09 02:06:03] "POST /neutron/network HTTP/1.1" 200 1112 0.007028 10.0.0.141 - - [2026-02-09 02:06:03] "POST /fqname-to-id HTTP/1.1" 404 207 0.004404 10.0.0.141 - - [2026-02-09 02:06:03] "POST /neutron/network HTTP/1.1" 200 1004 0.049408 10.0.0.141 - - [2026-02-09 02:06:03] "DELETE /access-control-list/730d8aaa-af1a-4580-9bb5-58b6d83cebde HTTP/1.1" 200 115 0.032916 10.0.0.141 - - [2026-02-09 02:06:03] "POST /ref-update HTTP/1.1" 200 156 0.013065 10.0.0.141 - - [2026-02-09 02:06:03] "POST /neutron/network HTTP/1.1" 200 1004 0.022282 10.0.0.141 - - [2026-02-09 02:06:03] "GET /virtual-network/7b229d5c-13cf-4ecb-a62d-44f03edcc7b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005796 10.0.0.141 - - [2026-02-09 02:06:03] "GET /virtual-network/506bcd8d-b6af-4f10-a142-82c3fa8dd37b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.004911 10.0.0.141 - - [2026-02-09 02:06:03] "POST /neutron/network HTTP/1.1" 200 1113 0.008706 10.0.0.141 - - [2026-02-09 02:06:03] "POST /fqname-to-id HTTP/1.1" 404 207 0.006858 10.0.0.141 - - [2026-02-09 02:06:03] "POST /neutron/network HTTP/1.1" 200 1005 0.040546 10.0.0.141 - - [2026-02-09 02:06:03] "DELETE /access-control-list/d31d01d7-4a93-48d0-b8fc-4d5f08d949e0 HTTP/1.1" 200 115 0.023285 10.0.0.141 - - [2026-02-09 02:06:03] "POST /neutron/network HTTP/1.1" 200 1005 0.007208 10.0.0.141 - - [2026-02-09 02:06:03] "POST /ref-update HTTP/1.1" 200 156 0.015419 10.0.0.141 - - [2026-02-09 02:06:03] "GET /virtual-network/506bcd8d-b6af-4f10-a142-82c3fa8dd37b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006733 10.0.0.141 - - [2026-02-09 02:06:03] "DELETE /network-policy/18995609-82f7-441d-9a0f-528a27afe470 HTTP/1.1" 200 115 0.022410 10.0.0.141 - - [2026-02-09 02:06:03] "POST /neutron/network HTTP/1.1" 200 1004 0.007058 10.0.0.141 - - [2026-02-09 02:06:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004659 10.0.0.141 - - [2026-02-09 02:06:03] "POST /useragent-kv HTTP/1.1" 200 115 0.002245 10.0.0.141 - - [2026-02-09 02:06:03] "POST /useragent-kv HTTP/1.1" 200 115 0.003486 10.0.0.141 - - [2026-02-09 02:06:03] "POST /useragent-kv HTTP/1.1" 200 115 0.002350 10.0.0.141 - - [2026-02-09 02:06:03] "POST /useragent-kv HTTP/1.1" 200 115 0.002005 10.0.0.141 - - [2026-02-09 02:06:03] "POST /neutron/network HTTP/1.1" 200 151 0.091404 10.0.0.141 - - [2026-02-09 02:06:03] "DELETE /route-target/297ca2c3-e210-4314-9dde-58af2e8cbffb HTTP/1.1" 200 115 0.022725 10.0.0.141 - - [2026-02-09 02:06:03] "GET /routing-instance/eb9850e0-53d7-47c6-8737-7a280432f618 HTTP/1.1" 404 171 0.002283 10.0.0.141 - - [2026-02-09 02:06:03] "GET /domains HTTP/1.1" 200 281 0.002400 10.0.0.141 - - [2026-02-09 02:06:03] "GET /domains?obj_uuids=5c908eb1-ca90-4dd8-8556-6bf44625a257&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000949 10.0.0.141 - - [2026-02-09 02:06:03] "GET /domain/5c908eb1-ca90-4dd8-8556-6bf44625a257 HTTP/1.1" 200 2965 0.047693 10.0.0.141 - - [2026-02-09 02:06:03] "GET /projects?obj_uuids=e012b3f4-ece7-4860-84ff-c30d141c7e1c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001669 10.0.0.141 - - [2026-02-09 02:06:03] "GET /project/e012b3f4-ece7-4860-84ff-c30d141c7e1c HTTP/1.1" 200 2151 0.072075 10.0.0.141 - - [2026-02-09 02:06:03] "POST /neutron/network HTTP/1.1" 200 1005 0.007004 10.0.0.141 - - [2026-02-09 02:06:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004255 10.0.0.141 - - [2026-02-09 02:06:04] "POST /useragent-kv HTTP/1.1" 200 115 0.002124 10.0.0.141 - - [2026-02-09 02:06:04] "POST /useragent-kv HTTP/1.1" 200 115 0.002857 10.0.0.141 - - [2026-02-09 02:06:04] "POST /useragent-kv HTTP/1.1" 200 115 0.002099 10.0.0.141 - - [2026-02-09 02:06:04] "POST /useragent-kv HTTP/1.1" 200 115 0.001507 10.0.0.141 - - [2026-02-09 02:06:04] "POST /neutron/network HTTP/1.1" 200 151 0.086862 10.0.0.141 - - [2026-02-09 02:06:04] "DELETE /route-target/52fb7a7e-52da-4a46-9e94-546d3cf4914e HTTP/1.1" 200 115 0.020057 10.0.0.141 - - [2026-02-09 02:06:04] "GET /routing-instance/bb5930e3-1551-48a4-b0c9-19e3aa57493b HTTP/1.1" 404 171 0.002460 10.0.0.141 - - [2026-02-09 02:06:04] "GET /domains HTTP/1.1" 200 281 0.002321 10.0.0.141 - - [2026-02-09 02:06:04] "GET /domains?obj_uuids=5c908eb1-ca90-4dd8-8556-6bf44625a257&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001055 10.0.0.141 - - [2026-02-09 02:06:04] "GET /domain/5c908eb1-ca90-4dd8-8556-6bf44625a257 HTTP/1.1" 200 2965 0.048707 10.0.0.141 - - [2026-02-09 02:06:04] "GET /projects?obj_uuids=e012b3f4-ece7-4860-84ff-c30d141c7e1c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001611 10.0.0.141 - - [2026-02-09 02:06:04] "GET /project/e012b3f4-ece7-4860-84ff-c30d141c7e1c HTTP/1.1" 200 1905 0.068002 10.0.0.141 - - [2026-02-09 02:06:04] "GET /projects?obj_uuids=e012b3f4-ece7-4860-84ff-c30d141c7e1c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001073 10.0.0.141 - - [2026-02-09 02:06:04] "GET /project/e012b3f4-ece7-4860-84ff-c30d141c7e1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.028907 10.0.0.141 - - [2026-02-09 02:06:04] "GET /projects?obj_uuids=e012b3f4-ece7-4860-84ff-c30d141c7e1c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001444 10.0.0.141 - - [2026-02-09 02:06:04] "GET /project/e012b3f4-ece7-4860-84ff-c30d141c7e1c?fields=virtual_networks HTTP/1.1" 200 1050 0.071557 10.0.0.141 - - [2026-02-09 02:06:04] "GET /projects?obj_uuids=e012b3f4-ece7-4860-84ff-c30d141c7e1c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001254 10.0.0.141 - - [2026-02-09 02:06:04] "GET /project/e012b3f4-ece7-4860-84ff-c30d141c7e1c?fields=virtual_machine_interfaces HTTP/1.1" 200 1050 0.026791 10.0.0.141 - - [2026-02-09 02:06:04] "GET /projects?obj_uuids=e012b3f4-ece7-4860-84ff-c30d141c7e1c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001225 10.0.0.141 - - [2026-02-09 02:06:04] "GET /project/e012b3f4-ece7-4860-84ff-c30d141c7e1c?fields=security_groups HTTP/1.1" 200 1285 0.024575 10.0.0.141 - - [2026-02-09 02:06:05] "DELETE /project/c2a2ad237c0d490eb72d5fbbf6013ed7 HTTP/1.1" 404 173 0.013457 10.0.0.141 - - [2026-02-09 02:06:05] "DELETE /project/e012b3f4ece7486084ffc30d141c7e1c HTTP/1.1" 404 173 0.009017 10.0.0.141 - - [2026-02-09 02:06:05] "GET /projects?obj_uuids=c2a2ad23-7c0d-490e-b72d-5fbbf6013ed7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000936 10.0.0.141 - - [2026-02-09 02:06:05] "GET /projects?obj_uuids=e012b3f4-ece7-4860-84ff-c30d141c7e1c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000873 10.0.0.141 - - [2026-02-09 02:06:05] "GET /projects?obj_uuids=562b8cbf-d94f-4dd8-93de-124d90541389&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000862 10.0.0.141 - - [2026-02-09 02:06:05] "GET /project/562b8cbf-d94f-4dd8-93de-124d90541389?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.047477 10.0.0.141 - - [2026-02-09 02:06:05] "GET /projects?obj_uuids=562b8cbf-d94f-4dd8-93de-124d90541389&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001053 10.0.0.141 - - [2026-02-09 02:06:05] "GET /project/e012b3f4-ece7-4860-84ff-c30d141c7e1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.057797 10.0.0.141 - - [2026-02-09 02:06:05] "GET /project/c2a2ad23-7c0d-490e-b72d-5fbbf6013ed7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.061776 10.0.0.141 - - [2026-02-09 02:06:05] "GET /projects?obj_uuids=c2a2ad23-7c0d-490e-b72d-5fbbf6013ed7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001214 10.0.0.141 - - [2026-02-09 02:06:05] "GET /projects?obj_uuids=e012b3f4-ece7-4860-84ff-c30d141c7e1c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000848 10.0.0.141 - - [2026-02-09 02:06:05] "GET /project/562b8cbf-d94f-4dd8-93de-124d90541389?fields=security_groups HTTP/1.1" 200 1357 0.135334 10.0.0.141 - - [2026-02-09 02:06:05] "GET /project/e012b3f4-ece7-4860-84ff-c30d141c7e1c?fields=security_groups HTTP/1.1" 200 1387 0.130108 10.0.0.141 - - [2026-02-09 02:06:05] "POST /fqname-to-id HTTP/1.1" 404 204 0.048734 10.0.0.141 - - [2026-02-09 02:06:05] "GET /project/c2a2ad23-7c0d-490e-b72d-5fbbf6013ed7?fields=security_groups HTTP/1.1" 200 1373 0.135393 10.0.0.141 - - [2026-02-09 02:06:05] "GET /projects?obj_uuids=46b3e092-1a8e-4fa0-ae14-e3fe9c57cd3e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002499 10.0.0.141 - - [2026-02-09 02:06:05] "DELETE /access-control-list/a2f97619-d32b-4e13-86e3-c58b243facd7 HTTP/1.1" 200 115 0.047645 10.0.0.141 - - [2026-02-09 02:06:05] "DELETE /security-group/58c996a5-48b0-405b-b0a5-b465f61f4779 HTTP/1.1" 200 115 0.076231 10.0.0.141 - - [2026-02-09 02:06:05] "GET /projects?obj_uuids=562b8cbf-d94f-4dd8-93de-124d90541389&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000958 10.0.0.141 - - [2026-02-09 02:06:05] "DELETE /security-group/25b236f9-0553-4fc5-9267-df36fc60db2b HTTP/1.1" 200 115 0.083714 10.0.0.141 - - [2026-02-09 02:06:05] "DELETE /security-group/af2c0dfa-4144-41b6-be06-5a274097994c HTTP/1.1" 200 115 0.067400 10.0.0.141 - - [2026-02-09 02:06:05] "GET /projects?obj_uuids=e012b3f4-ece7-4860-84ff-c30d141c7e1c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001281 10.0.0.141 - - [2026-02-09 02:06:05] "GET /projects?obj_uuids=c2a2ad23-7c0d-490e-b72d-5fbbf6013ed7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001369 10.0.0.141 - - [2026-02-09 02:06:05] "DELETE /access-control-list/7a56828a-6225-478c-b3a8-383eba49b9bb HTTP/1.1" 200 115 0.044784 10.0.0.141 - - [2026-02-09 02:06:05] "GET /domains?obj_uuids=5c908eb1-ca90-4dd8-8556-6bf44625a257&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001181 10.0.0.141 - - [2026-02-09 02:06:05] "GET /project/e012b3f4-ece7-4860-84ff-c30d141c7e1c?fields=application_policy_sets HTTP/1.1" 200 1426 0.065244 10.0.0.141 - - [2026-02-09 02:06:05] "GET /project/c2a2ad23-7c0d-490e-b72d-5fbbf6013ed7?fields=application_policy_sets HTTP/1.1" 200 1412 0.064222 10.0.0.141 - - [2026-02-09 02:06:05] "GET /project/562b8cbf-d94f-4dd8-93de-124d90541389?fields=application_policy_sets HTTP/1.1" 200 1396 0.100843 10.0.0.141 - - [2026-02-09 02:06:05] "DELETE /access-control-list/ffbda98a-c37e-4bdf-b037-864821656c9f HTTP/1.1" 200 115 0.060768 10.0.0.141 - - [2026-02-09 02:06:05] "GET /domain/5c908eb1-ca90-4dd8-8556-6bf44625a257?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.059003 10.0.0.141 - - [2026-02-09 02:06:05] "DELETE /access-control-list/d887cadb-924d-47bf-8593-fd4c7bbf4d99 HTTP/1.1" 200 115 0.050051 10.0.0.141 - - [2026-02-09 02:06:05] "DELETE /access-control-list/08d2512b-cfb9-45e2-8064-f33345cae2c5 HTTP/1.1" 200 115 0.045597 10.0.0.141 - - [2026-02-09 02:06:06] "DELETE /access-control-list/4d2ce9f4-a5ba-4d47-af9f-d01705043108 HTTP/1.1" 200 115 0.042237 10.0.0.141 - - [2026-02-09 02:06:06] "POST /id-to-fqname HTTP/1.1" 200 206 0.001247 10.0.0.141 - - [2026-02-09 02:06:06] "POST /fqname-to-id HTTP/1.1" 404 215 0.004748 10.0.0.141 - - [2026-02-09 02:06:06] "DELETE /project/e012b3f4-ece7-4860-84ff-c30d141c7e1c HTTP/1.1" 200 115 0.618983 10.0.0.141 - - [2026-02-09 02:06:06] "DELETE /project/c2a2ad23-7c0d-490e-b72d-5fbbf6013ed7 HTTP/1.1" 200 115 0.628189 10.0.0.141 - - [2026-02-09 02:06:06] "DELETE /project/562b8cbf-d94f-4dd8-93de-124d90541389 HTTP/1.1" 200 115 0.623763 10.0.0.141 - - [2026-02-09 02:06:06] "POST /security-groups HTTP/1.1" 200 607 0.068399 10.0.0.141 - - [2026-02-09 02:06:06] "POST /fqname-to-id HTTP/1.1" 404 250 0.003211 10.0.0.141 - - [2026-02-09 02:06:06] "POST /projects HTTP/1.1" 200 617 0.287991 10.0.0.141 - - [2026-02-09 02:06:06] "POST /access-control-lists HTTP/1.1" 200 614 0.060431 10.0.0.141 - - [2026-02-09 02:06:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.374278 10.0.0.141 - - [2026-02-09 02:06:06] "POST /fqname-to-id HTTP/1.1" 404 249 0.002908 10.0.0.141 - - [2026-02-09 02:06:06] "GET /project/46b3e092-1a8e-4fa0-ae14-e3fe9c57cd3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1430 0.593255 10.0.0.141 - - [2026-02-09 02:06:06] "POST /access-control-lists HTTP/1.1" 200 612 0.060216 10.0.0.141 - - [2026-02-09 02:06:07] "GET / HTTP/1.1" 200 36215 0.002587 10.0.0.141 - - [2026-02-09 02:06:08] "POST /fqname-to-id HTTP/1.1" 401 293 0.000506 10.0.0.141 - - [2026-02-09 02:06:09] "POST /fqname-to-id HTTP/1.1" 404 233 0.066028 10.0.0.141 - - [2026-02-09 02:06:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002567 10.0.0.141 - - [2026-02-09 02:06:09] "GET /projects?obj_uuids=46b3e092-1a8e-4fa0-ae14-e3fe9c57cd3e&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001038 10.0.0.141 - - [2026-02-09 02:06:09] "GET /project/46b3e092-1a8e-4fa0-ae14-e3fe9c57cd3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1430 0.023737 10.0.0.141 - - [2026-02-09 02:06:09] "POST /network-policys HTTP/1.1" 200 569 0.064741 10.0.0.141 - - [2026-02-09 02:06:09] "GET /network-policy/8bc87b5d-7bbf-4a0f-ae89-b4aab5ba906d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3156 0.005382 10.0.0.141 - - [2026-02-09 02:06:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002942 10.0.0.141 - - [2026-02-09 02:06:09] "GET /projects?obj_uuids=46b3e092-1a8e-4fa0-ae14-e3fe9c57cd3e&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001109 10.0.0.141 - - [2026-02-09 02:06:09] "GET /project/46b3e092-1a8e-4fa0-ae14-e3fe9c57cd3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1430 0.028203 10.0.0.141 - - [2026-02-09 02:06:09] "POST /neutron/network HTTP/1.1" 200 117 0.033498 10.0.0.141 - - [2026-02-09 02:06:09] "GET /projects?obj_uuids=46b3e092-1a8e-4fa0-ae14-e3fe9c57cd3e&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001140 10.0.0.141 - - [2026-02-09 02:06:09] "POST /neutron/network HTTP/1.1" 200 623 0.064415 10.0.0.141 - - [2026-02-09 02:06:09] "POST /useragent-kv HTTP/1.1" 200 115 0.004081 10.0.0.141 - - [2026-02-09 02:06:09] "POST /neutron/subnet HTTP/1.1" 200 724 0.135143 10.0.0.141 - - [2026-02-09 02:06:09] "POST /route-targets HTTP/1.1" 200 328 0.011688 10.0.0.141 - - [2026-02-09 02:06:09] "POST /ref-update HTTP/1.1" 200 156 0.022812 10.0.0.141 - - [2026-02-09 02:06:09] "POST /fqname-to-id HTTP/1.1" 404 207 0.004202 10.0.0.141 - - [2026-02-09 02:06:09] "POST /useragent-kv HTTP/1.1" 200 115 0.002281 10.0.0.141 - - [2026-02-09 02:06:09] "POST /neutron/subnet HTTP/1.1" 200 828 0.132479 10.0.0.141 - - [2026-02-09 02:06:09] "POST /neutron/network HTTP/1.1" 200 1016 0.007695 10.0.0.141 - - [2026-02-09 02:06:09] "POST /id-to-fqname HTTP/1.1" 200 237 0.001349 10.0.0.141 - - [2026-02-09 02:06:09] "GET /virtual-network/cc9f1c4d-0b2a-4fa0-a1bd-0b241966d878?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2662 0.005532 10.0.0.141 - - [2026-02-09 02:06:09] "POST /neutron/network HTTP/1.1" 200 1016 0.006952 10.0.0.141 - - [2026-02-09 02:06:09] "GET /virtual-network/cc9f1c4d-0b2a-4fa0-a1bd-0b241966d878?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2662 0.005175 10.0.0.141 - - [2026-02-09 02:06:10] "POST /neutron/network HTTP/1.1" 200 1016 0.008232 10.0.0.141 - - [2026-02-09 02:06:10] "POST /neutron/subnet HTTP/1.1" 200 724 0.007704 10.0.0.141 - - [2026-02-09 02:06:10] "POST /neutron/subnet HTTP/1.1" 200 828 0.007113 10.0.0.141 - - [2026-02-09 02:06:10] "POST /neutron/network HTTP/1.1" 200 1016 0.010023 10.0.0.141 - - [2026-02-09 02:06:10] "POST /fqname-to-id HTTP/1.1" 404 252 0.005799 10.0.0.141 - - [2026-02-09 02:06:10] "POST /fqname-to-id HTTP/1.1" 404 207 0.004514 10.0.0.141 - - [2026-02-09 02:06:10] "POST /neutron/network HTTP/1.1" 200 1123 0.053227 10.0.0.141 - - [2026-02-09 02:06:10] "POST /access-control-lists HTTP/1.1" 200 609 0.071976 10.0.0.141 - - [2026-02-09 02:06:10] "POST /neutron/network HTTP/1.1" 200 1123 0.043940 10.0.0.141 - - [2026-02-09 02:06:10] "GET /virtual-network/cc9f1c4d-0b2a-4fa0-a1bd-0b241966d878?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2986 0.006460 10.0.0.141 - - [2026-02-09 02:06:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003179 10.0.0.141 - - [2026-02-09 02:06:10] "GET /network-policy/8bc87b5d-7bbf-4a0f-ae89-b4aab5ba906d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3156 0.003733 10.0.0.141 - - [2026-02-09 02:06:10] "GET /domains HTTP/1.1" 401 293 0.000567 10.0.0.141 - - [2026-02-09 02:06:10] "GET /domains HTTP/1.1" 200 281 0.031307 10.0.0.141 - - [2026-02-09 02:06:10] "GET /domains?obj_uuids=5c908eb1-ca90-4dd8-8556-6bf44625a257&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001619 10.0.0.141 - - [2026-02-09 02:06:10] "GET /domain/5c908eb1-ca90-4dd8-8556-6bf44625a257 HTTP/1.1" 200 2598 0.008676 10.0.0.141 - - [2026-02-09 02:06:10] "GET /projects?obj_uuids=46b3e092-1a8e-4fa0-ae14-e3fe9c57cd3e&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001045 10.0.0.141 - - [2026-02-09 02:06:10] "GET /project/46b3e092-1a8e-4fa0-ae14-e3fe9c57cd3e HTTP/1.1" 200 2465 0.072041 10.0.0.141 - - [2026-02-09 02:06:10] "GET /virtual-network/cc9f1c4d-0b2a-4fa0-a1bd-0b241966d878 HTTP/1.1" 200 3550 0.008139 10.0.0.141 - - [2026-02-09 02:06:10] "GET /virtual-network/cc9f1c4d-0b2a-4fa0-a1bd-0b241966d878 HTTP/1.1" 200 3550 0.006042 10.0.0.141 - - [2026-02-09 02:06:10] "GET /routing-instance/341d4e08-73b4-4140-b377-e8d25b90611e HTTP/1.1" 200 1498 0.003377 10.0.0.141 - - [2026-02-09 02:06:10] "GET /routing-instance/341d4e08-73b4-4140-b377-e8d25b90611e HTTP/1.1" 200 1498 0.003173 10.0.0.141 - - [2026-02-09 02:06:10] "GET /route-target/f7837b34-b4e2-403b-ab3c-94f4255787c5 HTTP/1.1" 200 1225 0.003300 10.0.0.141 - - [2026-02-09 02:06:10] "GET /virtual-network/cc9f1c4d-0b2a-4fa0-a1bd-0b241966d878 HTTP/1.1" 200 3550 0.004452 10.0.0.141 - - [2026-02-09 02:06:10] "GET /routing-instance/341d4e08-73b4-4140-b377-e8d25b90611e HTTP/1.1" 200 1498 0.003272 10.0.0.141 - - [2026-02-09 02:06:10] "GET /virtual-network/cc9f1c4d-0b2a-4fa0-a1bd-0b241966d878?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2986 0.004575 10.0.0.141 - - [2026-02-09 02:06:10] "GET /virtual-network/cc9f1c4d-0b2a-4fa0-a1bd-0b241966d878 HTTP/1.1" 200 3550 0.005703 10.0.0.141 - - [2026-02-09 02:06:10] "GET /routing-instance/341d4e08-73b4-4140-b377-e8d25b90611e HTTP/1.1" 200 1498 0.003448 10.0.0.141 - - [2026-02-09 02:06:10] "GET /routing-instance/341d4e08-73b4-4140-b377-e8d25b90611e HTTP/1.1" 200 1498 0.003088 10.0.0.141 - - [2026-02-09 02:06:10] "GET /route-target/f7837b34-b4e2-403b-ab3c-94f4255787c5 HTTP/1.1" 200 1225 0.002540 10.0.0.141 - - [2026-02-09 02:06:10] "GET /domains HTTP/1.1" 200 281 0.003648 10.0.0.141 - - [2026-02-09 02:06:10] "GET /domains?obj_uuids=5c908eb1-ca90-4dd8-8556-6bf44625a257&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000947 10.0.0.141 - - [2026-02-09 02:06:10] "GET /domain/5c908eb1-ca90-4dd8-8556-6bf44625a257 HTTP/1.1" 200 2598 0.006224 10.0.0.141 - - [2026-02-09 02:06:10] "GET /projects?obj_uuids=46b3e092-1a8e-4fa0-ae14-e3fe9c57cd3e&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001034 10.0.0.141 - - [2026-02-09 02:06:10] "GET /project/46b3e092-1a8e-4fa0-ae14-e3fe9c57cd3e HTTP/1.1" 200 2465 0.068824 10.0.0.141 - - [2026-02-09 02:06:10] "GET /virtual-network/cc9f1c4d-0b2a-4fa0-a1bd-0b241966d878 HTTP/1.1" 200 3550 0.004428 10.0.0.141 - - [2026-02-09 02:06:11] "GET /obj-perms HTTP/1.1" 200 5081 0.054677 10.0.0.141 - - [2026-02-09 02:06:11] "GET /domains HTTP/1.1" 200 281 0.002671 10.0.0.141 - - [2026-02-09 02:06:11] "GET /domains?obj_uuids=5c908eb1-ca90-4dd8-8556-6bf44625a257&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001026 10.0.0.141 - - [2026-02-09 02:06:11] "GET /domain/5c908eb1-ca90-4dd8-8556-6bf44625a257 HTTP/1.1" 200 2598 0.006242 10.0.0.141 - - [2026-02-09 02:06:11] "GET /projects?obj_uuids=46b3e092-1a8e-4fa0-ae14-e3fe9c57cd3e&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000879 10.0.0.141 - - [2026-02-09 02:06:11] "GET /project/46b3e092-1a8e-4fa0-ae14-e3fe9c57cd3e HTTP/1.1" 200 2465 0.065814 10.0.0.141 - - [2026-02-09 02:06:11] "GET /network-policy/8bc87b5d-7bbf-4a0f-ae89-b4aab5ba906d HTTP/1.1" 200 3483 0.005827 10.0.0.141 - - [2026-02-09 02:06:11] "DELETE /network-policy/8bc87b5d-7bbf-4a0f-ae89-b4aab5ba906d HTTP/1.1" 409 239 0.005813 10.0.0.141 - - [2026-02-09 02:06:11] "POST /neutron/network HTTP/1.1" 200 1123 0.007112 10.0.0.141 - - [2026-02-09 02:06:11] "DELETE /access-control-list/8eccf382-50ad-472a-8470-f8ba5b432e59 HTTP/1.1" 200 115 0.027337 10.0.0.141 - - [2026-02-09 02:06:11] "POST /useragent-kv HTTP/1.1" 200 115 0.002132 10.0.0.141 - - [2026-02-09 02:06:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.005337 10.0.0.141 - - [2026-02-09 02:06:11] "POST /useragent-kv HTTP/1.1" 200 115 0.002558 10.0.0.141 - - [2026-02-09 02:06:11] "POST /useragent-kv HTTP/1.1" 200 115 0.002177 10.0.0.141 - - [2026-02-09 02:06:11] "POST /useragent-kv HTTP/1.1" 200 115 0.002568 10.0.0.141 - - [2026-02-09 02:06:11] "POST /neutron/network HTTP/1.1" 200 151 0.101841 10.0.0.141 - - [2026-02-09 02:06:11] "GET /routing-instance/341d4e08-73b4-4140-b377-e8d25b90611e HTTP/1.1" 404 171 0.002631 10.0.0.141 - - [2026-02-09 02:06:11] "GET /domains HTTP/1.1" 200 281 0.002439 10.0.0.141 - - [2026-02-09 02:06:11] "GET /domains?obj_uuids=5c908eb1-ca90-4dd8-8556-6bf44625a257&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001378 10.0.0.141 - - [2026-02-09 02:06:11] "DELETE /route-target/f7837b34-b4e2-403b-ab3c-94f4255787c5 HTTP/1.1" 200 115 0.021373 10.0.0.141 - - [2026-02-09 02:06:11] "GET /domain/5c908eb1-ca90-4dd8-8556-6bf44625a257 HTTP/1.1" 200 2598 0.050271 10.0.0.141 - - [2026-02-09 02:06:11] "GET /projects?obj_uuids=46b3e092-1a8e-4fa0-ae14-e3fe9c57cd3e&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001015 10.0.0.141 - - [2026-02-09 02:06:11] "GET /project/46b3e092-1a8e-4fa0-ae14-e3fe9c57cd3e HTTP/1.1" 200 2210 0.068938 10.0.0.141 - - [2026-02-09 02:06:11] "DELETE /network-policy/8bc87b5d-7bbf-4a0f-ae89-b4aab5ba906d HTTP/1.1" 200 115 0.030385 10.0.0.141 - - [2026-02-09 02:06:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003788 10.0.0.141 - - [2026-02-09 02:06:11] "GET /obj-perms HTTP/1.1" 200 5075 0.056059 10.0.0.141 - - [2026-02-09 02:06:11] "GET /projects?obj_uuids=46b3e092-1a8e-4fa0-ae14-e3fe9c57cd3e&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000992 10.0.0.141 - - [2026-02-09 02:06:11] "GET /project/46b3e092-1a8e-4fa0-ae14-e3fe9c57cd3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1430 0.025928 10.0.0.141 - - [2026-02-09 02:06:11] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyNegativeIpv4v6-26488415&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.004107 10.0.0.141 - - [2026-02-09 02:06:12] "GET /obj-perms HTTP/1.1" 200 5075 0.051121 10.0.0.141 - - [2026-02-09 02:06:12] "GET /projects?obj_uuids=46b3e092-1a8e-4fa0-ae14-e3fe9c57cd3e&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001113 10.0.0.141 - - [2026-02-09 02:06:12] "GET /project/46b3e092-1a8e-4fa0-ae14-e3fe9c57cd3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1430 0.021878 10.0.0.141 - - [2026-02-09 02:06:12] "GET /projects?obj_uuids=46b3e092-1a8e-4fa0-ae14-e3fe9c57cd3e&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001118 10.0.0.141 - - [2026-02-09 02:06:12] "GET /project/46b3e092-1a8e-4fa0-ae14-e3fe9c57cd3e?fields=virtual_networks HTTP/1.1" 200 1066 0.065473 10.0.0.141 - - [2026-02-09 02:06:12] "GET /projects?obj_uuids=46b3e092-1a8e-4fa0-ae14-e3fe9c57cd3e&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001102 10.0.0.141 - - [2026-02-09 02:06:12] "GET /project/46b3e092-1a8e-4fa0-ae14-e3fe9c57cd3e?fields=virtual_machine_interfaces HTTP/1.1" 200 1066 0.023896 10.0.0.141 - - [2026-02-09 02:06:12] "GET /projects?obj_uuids=46b3e092-1a8e-4fa0-ae14-e3fe9c57cd3e&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001570 10.0.0.141 - - [2026-02-09 02:06:12] "GET /project/46b3e092-1a8e-4fa0-ae14-e3fe9c57cd3e?fields=security_groups HTTP/1.1" 200 1309 0.026462 10.0.0.141 - - [2026-02-09 02:06:13] "POST /fqname-to-id HTTP/1.1" 404 190 0.031775 10.0.0.141 - - [2026-02-09 02:06:13] "GET /projects?obj_uuids=cdc76aa9-5105-43c0-adf6-e733d083bfde&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002498 10.0.0.141 - - [2026-02-09 02:06:13] "GET /domains?obj_uuids=5c908eb1-ca90-4dd8-8556-6bf44625a257&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001267 10.0.0.141 - - [2026-02-09 02:06:13] "GET /domain/5c908eb1-ca90-4dd8-8556-6bf44625a257?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007049 10.0.0.141 - - [2026-02-09 02:06:13] "POST /id-to-fqname HTTP/1.1" 200 192 0.001245 10.0.0.141 - - [2026-02-09 02:06:13] "POST /fqname-to-id HTTP/1.1" 404 201 0.003110 10.0.0.141 - - [2026-02-09 02:06:13] "POST /security-groups HTTP/1.1" 200 593 0.060038 10.0.0.141 - - [2026-02-09 02:06:13] "POST /fqname-to-id HTTP/1.1" 404 236 0.002454 10.0.0.141 - - [2026-02-09 02:06:13] "POST /projects HTTP/1.1" 200 589 0.206575 10.0.0.141 - - [2026-02-09 02:06:14] "POST /access-control-lists HTTP/1.1" 200 600 0.058899 10.0.0.141 - - [2026-02-09 02:06:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.278047 10.0.0.141 - - [2026-02-09 02:06:14] "POST /fqname-to-id HTTP/1.1" 404 235 0.002795 10.0.0.141 - - [2026-02-09 02:06:14] "GET /project/cdc76aa9-5105-43c0-adf6-e733d083bfde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.399664 10.0.0.141 - - [2026-02-09 02:06:14] "POST /access-control-lists HTTP/1.1" 200 598 0.060728 10.0.0.141 - - [2026-02-09 02:06:15] "GET / HTTP/1.1" 200 36215 0.003462 10.0.0.141 - - [2026-02-09 02:06:15] "POST /fqname-to-id HTTP/1.1" 401 293 0.000482 10.0.0.141 - - [2026-02-09 02:06:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.064215 10.0.0.141 - - [2026-02-09 02:06:16] "GET /projects?obj_uuids=cdc76aa9-5105-43c0-adf6-e733d083bfde&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000961 10.0.0.141 - - [2026-02-09 02:06:16] "GET /project/cdc76aa9-5105-43c0-adf6-e733d083bfde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.024405 10.0.0.141 - - [2026-02-09 02:06:16] "POST /neutron/network HTTP/1.1" 200 117 0.051112 10.0.0.141 - - [2026-02-09 02:06:16] "GET /projects?obj_uuids=cdc76aa9-5105-43c0-adf6-e733d083bfde&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001281 10.0.0.141 - - [2026-02-09 02:06:16] "POST /neutron/network HTTP/1.1" 200 607 0.067777 10.0.0.141 - - [2026-02-09 02:06:16] "POST /route-targets HTTP/1.1" 200 328 0.013241 10.0.0.141 - - [2026-02-09 02:06:16] "POST /ref-update HTTP/1.1" 200 156 0.010015 10.0.0.141 - - [2026-02-09 02:06:16] "POST /useragent-kv HTTP/1.1" 200 115 0.005109 10.0.0.141 - - [2026-02-09 02:06:16] "POST /neutron/subnet HTTP/1.1" 200 725 0.134046 10.0.0.141 - - [2026-02-09 02:06:16] "POST /neutron/network HTTP/1.1" 200 826 0.005348 10.0.0.141 - - [2026-02-09 02:06:16] "POST /id-to-fqname HTTP/1.1" 200 222 0.001645 10.0.0.141 - - [2026-02-09 02:06:16] "GET /virtual-network/c503b9ef-5c9d-4087-92d1-0596e1d50c77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004721 10.0.0.141 - - [2026-02-09 02:06:16] "POST /neutron/network HTTP/1.1" 200 826 0.006990 10.0.0.141 - - [2026-02-09 02:06:16] "GET /virtual-network/c503b9ef-5c9d-4087-92d1-0596e1d50c77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005260 10.0.0.141 - - [2026-02-09 02:06:16] "POST /neutron/network HTTP/1.1" 200 826 0.005570 10.0.0.141 - - [2026-02-09 02:06:16] "POST /neutron/subnet HTTP/1.1" 200 725 0.007003 10.0.0.141 - - [2026-02-09 02:06:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002540 10.0.0.141 - - [2026-02-09 02:06:16] "GET /projects?obj_uuids=cdc76aa9-5105-43c0-adf6-e733d083bfde&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001058 10.0.0.141 - - [2026-02-09 02:06:16] "GET /project/cdc76aa9-5105-43c0-adf6-e733d083bfde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.024339 10.0.0.141 - - [2026-02-09 02:06:17] "POST /neutron/network HTTP/1.1" 200 117 0.009859 10.0.0.141 - - [2026-02-09 02:06:17] "GET /projects?obj_uuids=cdc76aa9-5105-43c0-adf6-e733d083bfde&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001376 10.0.0.141 - - [2026-02-09 02:06:17] "POST /neutron/network HTTP/1.1" 200 607 0.064449 10.0.0.141 - - [2026-02-09 02:06:17] "POST /route-targets HTTP/1.1" 200 328 0.009687 10.0.0.141 - - [2026-02-09 02:06:17] "POST /ref-update HTTP/1.1" 200 156 0.009992 10.0.0.141 - - [2026-02-09 02:06:17] "POST /useragent-kv HTTP/1.1" 200 115 0.004361 10.0.0.141 - - [2026-02-09 02:06:17] "POST /neutron/subnet HTTP/1.1" 200 725 0.193895 10.0.0.141 - - [2026-02-09 02:06:17] "POST /neutron/network HTTP/1.1" 200 826 0.005592 10.0.0.141 - - [2026-02-09 02:06:17] "POST /id-to-fqname HTTP/1.1" 200 222 0.001245 10.0.0.141 - - [2026-02-09 02:06:17] "GET /virtual-network/2d5c7631-ad9e-477c-98e0-bdb2816d615e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004909 10.0.0.141 - - [2026-02-09 02:06:17] "POST /neutron/network HTTP/1.1" 200 826 0.005875 10.0.0.141 - - [2026-02-09 02:06:17] "GET /virtual-network/2d5c7631-ad9e-477c-98e0-bdb2816d615e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004759 10.0.0.141 - - [2026-02-09 02:06:17] "POST /neutron/network HTTP/1.1" 200 826 0.005555 10.0.0.141 - - [2026-02-09 02:06:17] "POST /neutron/subnet HTTP/1.1" 200 725 0.006655 10.0.0.141 - - [2026-02-09 02:06:17] "POST /fqname-to-id HTTP/1.1" 404 228 0.002038 10.0.0.141 - - [2026-02-09 02:06:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.001910 10.0.0.141 - - [2026-02-09 02:06:17] "GET /projects?obj_uuids=cdc76aa9-5105-43c0-adf6-e733d083bfde&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001370 10.0.0.141 - - [2026-02-09 02:06:17] "GET /project/cdc76aa9-5105-43c0-adf6-e733d083bfde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.025798 10.0.0.141 - - [2026-02-09 02:06:17] "POST /network-policys HTTP/1.1" 200 573 0.015625 10.0.0.141 - - [2026-02-09 02:06:17] "GET /network-policy/b4c6cff1-00ee-417b-b46d-0eec7a6f6e9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2155 0.004388 10.0.0.141 - - [2026-02-09 02:06:17] "POST /neutron/network HTTP/1.1" 200 826 0.005605 10.0.0.141 - - [2026-02-09 02:06:17] "POST /fqname-to-id HTTP/1.1" 404 236 0.002227 10.0.0.141 - - [2026-02-09 02:06:17] "POST /neutron/network HTTP/1.1" 200 928 0.043771 10.0.0.141 - - [2026-02-09 02:06:17] "POST /access-control-lists HTTP/1.1" 200 592 0.070094 10.0.0.141 - - [2026-02-09 02:06:17] "POST /neutron/network HTTP/1.1" 200 928 0.046069 10.0.0.141 - - [2026-02-09 02:06:17] "GET /virtual-network/c503b9ef-5c9d-4087-92d1-0596e1d50c77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.008316 10.0.0.141 - - [2026-02-09 02:06:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002621 10.0.0.141 - - [2026-02-09 02:06:17] "GET /network-policy/b4c6cff1-00ee-417b-b46d-0eec7a6f6e9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2155 0.004206 10.0.0.141 - - [2026-02-09 02:06:17] "POST /neutron/network HTTP/1.1" 200 826 0.005927 10.0.0.141 - - [2026-02-09 02:06:18] "PUT /access-control-list/aa0b8719-be8b-4b33-9c0e-181f0bf2cc71 HTTP/1.1" 200 273 0.060927 10.0.0.141 - - [2026-02-09 02:06:18] "POST /neutron/network HTTP/1.1" 200 928 0.090595 10.0.0.141 - - [2026-02-09 02:06:18] "POST /fqname-to-id HTTP/1.1" 404 236 0.005000 10.0.0.141 - - [2026-02-09 02:06:18] "POST /neutron/network HTTP/1.1" 200 928 0.005936 10.0.0.141 - - [2026-02-09 02:06:18] "GET /virtual-network/2d5c7631-ad9e-477c-98e0-bdb2816d615e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.004907 10.0.0.141 - - [2026-02-09 02:06:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002645 10.0.0.141 - - [2026-02-09 02:06:18] "GET /network-policy/b4c6cff1-00ee-417b-b46d-0eec7a6f6e9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2155 0.024550 10.0.0.141 - - [2026-02-09 02:06:18] "POST /access-control-lists HTTP/1.1" 200 592 0.061815 10.0.0.141 - - [2026-02-09 02:06:18] "GET /domains HTTP/1.1" 401 293 0.000519 10.0.0.141 - - [2026-02-09 02:06:18] "POST /ref-update HTTP/1.1" 200 156 0.009505 10.0.0.141 - - [2026-02-09 02:06:18] "GET /domains HTTP/1.1" 200 281 0.032164 10.0.0.141 - - [2026-02-09 02:06:18] "GET /domains?obj_uuids=5c908eb1-ca90-4dd8-8556-6bf44625a257&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001097 10.0.0.141 - - [2026-02-09 02:06:18] "GET /domain/5c908eb1-ca90-4dd8-8556-6bf44625a257 HTTP/1.1" 200 2787 0.008209 10.0.0.141 - - [2026-02-09 02:06:18] "GET /projects?obj_uuids=cdc76aa9-5105-43c0-adf6-e733d083bfde&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001401 10.0.0.141 - - [2026-02-09 02:06:18] "GET /project/cdc76aa9-5105-43c0-adf6-e733d083bfde HTTP/1.1" 200 2580 0.079566 10.0.0.141 - - [2026-02-09 02:06:18] "GET /virtual-network/c503b9ef-5c9d-4087-92d1-0596e1d50c77 HTTP/1.1" 200 2898 0.010093 10.0.0.141 - - [2026-02-09 02:06:18] "GET /virtual-network/c503b9ef-5c9d-4087-92d1-0596e1d50c77 HTTP/1.1" 200 2898 0.004940 10.0.0.141 - - [2026-02-09 02:06:18] "GET /routing-instance/5f14fedd-03c5-466f-931a-19ec11de1388 HTTP/1.1" 200 1787 0.003834 10.0.0.141 - - [2026-02-09 02:06:18] "GET /routing-instance/5f14fedd-03c5-466f-931a-19ec11de1388 HTTP/1.1" 200 1787 0.003206 10.0.0.141 - - [2026-02-09 02:06:18] "GET /route-target/fb6ac65f-2cd3-443a-89ff-7fec8ab15dbd HTTP/1.1" 200 1208 0.003095 10.0.0.141 - - [2026-02-09 02:06:18] "GET /virtual-network/c503b9ef-5c9d-4087-92d1-0596e1d50c77 HTTP/1.1" 200 2898 0.005102 10.0.0.141 - - [2026-02-09 02:06:18] "GET /routing-instance/5f14fedd-03c5-466f-931a-19ec11de1388 HTTP/1.1" 200 1787 0.004152 10.0.0.141 - - [2026-02-09 02:06:18] "GET /virtual-network/c503b9ef-5c9d-4087-92d1-0596e1d50c77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.005172 10.0.0.141 - - [2026-02-09 02:06:18] "GET /virtual-network/c503b9ef-5c9d-4087-92d1-0596e1d50c77 HTTP/1.1" 200 2898 0.005318 10.0.0.141 - - [2026-02-09 02:06:18] "GET /routing-instance/5f14fedd-03c5-466f-931a-19ec11de1388 HTTP/1.1" 200 1787 0.003769 10.0.0.141 - - [2026-02-09 02:06:18] "GET /routing-instance/5f14fedd-03c5-466f-931a-19ec11de1388 HTTP/1.1" 200 1787 0.003652 10.0.0.141 - - [2026-02-09 02:06:18] "GET /route-target/fb6ac65f-2cd3-443a-89ff-7fec8ab15dbd HTTP/1.1" 200 1208 0.003488 10.0.0.141 - - [2026-02-09 02:06:18] "GET /domains HTTP/1.1" 200 281 0.002749 10.0.0.141 - - [2026-02-09 02:06:18] "GET /domains?obj_uuids=5c908eb1-ca90-4dd8-8556-6bf44625a257&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001017 10.0.0.141 - - [2026-02-09 02:06:18] "GET /domain/5c908eb1-ca90-4dd8-8556-6bf44625a257 HTTP/1.1" 200 2787 0.006855 10.0.0.141 - - [2026-02-09 02:06:18] "GET /projects?obj_uuids=cdc76aa9-5105-43c0-adf6-e733d083bfde&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001385 10.0.0.141 - - [2026-02-09 02:06:18] "GET /project/cdc76aa9-5105-43c0-adf6-e733d083bfde HTTP/1.1" 200 2580 0.069648 10.0.0.141 - - [2026-02-09 02:06:18] "GET /virtual-network/c503b9ef-5c9d-4087-92d1-0596e1d50c77 HTTP/1.1" 200 2898 0.004605 10.0.0.141 - - [2026-02-09 02:06:19] "GET /obj-perms HTTP/1.1" 200 5053 0.057706 10.0.0.141 - - [2026-02-09 02:06:19] "GET /domains HTTP/1.1" 200 281 0.002727 10.0.0.141 - - [2026-02-09 02:06:19] "GET /domains?obj_uuids=5c908eb1-ca90-4dd8-8556-6bf44625a257&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001034 10.0.0.141 - - [2026-02-09 02:06:19] "GET /domain/5c908eb1-ca90-4dd8-8556-6bf44625a257 HTTP/1.1" 200 2787 0.007045 10.0.0.141 - - [2026-02-09 02:06:19] "GET /projects?obj_uuids=cdc76aa9-5105-43c0-adf6-e733d083bfde&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001013 10.0.0.141 - - [2026-02-09 02:06:19] "GET /project/cdc76aa9-5105-43c0-adf6-e733d083bfde HTTP/1.1" 200 2580 0.072440 10.0.0.141 - - [2026-02-09 02:06:19] "GET /virtual-network/2d5c7631-ad9e-477c-98e0-bdb2816d615e HTTP/1.1" 200 2898 0.007386 10.0.0.141 - - [2026-02-09 02:06:19] "GET /virtual-network/2d5c7631-ad9e-477c-98e0-bdb2816d615e HTTP/1.1" 200 2898 0.007761 10.0.0.141 - - [2026-02-09 02:06:19] "GET /routing-instance/0b6dd622-2933-45dd-b653-06f86858b017 HTTP/1.1" 200 1786 0.003892 10.0.0.141 - - [2026-02-09 02:06:19] "GET /routing-instance/0b6dd622-2933-45dd-b653-06f86858b017 HTTP/1.1" 200 1786 0.003818 10.0.0.141 - - [2026-02-09 02:06:19] "GET /route-target/2314a48d-b96c-4a10-b94a-176651c383b0 HTTP/1.1" 200 1208 0.003759 10.0.0.141 - - [2026-02-09 02:06:19] "GET /virtual-network/2d5c7631-ad9e-477c-98e0-bdb2816d615e HTTP/1.1" 200 2898 0.005292 10.0.0.141 - - [2026-02-09 02:06:19] "GET /routing-instance/0b6dd622-2933-45dd-b653-06f86858b017 HTTP/1.1" 200 1786 0.003680 10.0.0.141 - - [2026-02-09 02:06:19] "GET /virtual-network/2d5c7631-ad9e-477c-98e0-bdb2816d615e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.005013 10.0.0.141 - - [2026-02-09 02:06:19] "GET /virtual-network/2d5c7631-ad9e-477c-98e0-bdb2816d615e HTTP/1.1" 200 2898 0.005371 10.0.0.141 - - [2026-02-09 02:06:19] "GET /routing-instance/0b6dd622-2933-45dd-b653-06f86858b017 HTTP/1.1" 200 1786 0.003615 10.0.0.141 - - [2026-02-09 02:06:19] "GET /routing-instance/0b6dd622-2933-45dd-b653-06f86858b017 HTTP/1.1" 200 1786 0.003714 10.0.0.141 - - [2026-02-09 02:06:19] "GET /route-target/2314a48d-b96c-4a10-b94a-176651c383b0 HTTP/1.1" 200 1208 0.003180 10.0.0.141 - - [2026-02-09 02:06:19] "GET /domains HTTP/1.1" 200 281 0.002833 10.0.0.141 - - [2026-02-09 02:06:19] "GET /domains?obj_uuids=5c908eb1-ca90-4dd8-8556-6bf44625a257&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000945 10.0.0.141 - - [2026-02-09 02:06:19] "GET /domain/5c908eb1-ca90-4dd8-8556-6bf44625a257 HTTP/1.1" 200 2787 0.006502 10.0.0.141 - - [2026-02-09 02:06:19] "GET /projects?obj_uuids=cdc76aa9-5105-43c0-adf6-e733d083bfde&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000987 10.0.0.141 - - [2026-02-09 02:06:19] "GET /project/cdc76aa9-5105-43c0-adf6-e733d083bfde HTTP/1.1" 200 2580 0.065240 10.0.0.141 - - [2026-02-09 02:06:19] "GET /virtual-network/2d5c7631-ad9e-477c-98e0-bdb2816d615e HTTP/1.1" 200 2898 0.005083 10.0.0.141 - - [2026-02-09 02:06:19] "GET /obj-perms HTTP/1.1" 200 5053 0.002908 10.0.0.141 - - [2026-02-09 02:06:19] "POST /id-to-fqname HTTP/1.1" 200 222 0.001412 10.0.0.141 - - [2026-02-09 02:06:19] "POST /neutron/network HTTP/1.1" 200 938 0.005730 10.0.0.141 - - [2026-02-09 02:06:19] "GET /aaa-mode HTTP/1.1" 401 293 0.000417 10.0.0.141 - - [2026-02-09 02:06:20] "GET / HTTP/1.1" 200 36215 0.001704 10.0.0.141 - - [2026-02-09 02:06:20] "GET /project/cdc76aa9-5105-43c0-adf6-e733d083bfde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000471 10.0.0.141 - - [2026-02-09 02:06:20] "GET /projects?obj_uuids=cdc76aa9-5105-43c0-adf6-e733d083bfde&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001343 10.0.0.141 - - [2026-02-09 02:06:20] "GET /project/cdc76aa9-5105-43c0-adf6-e733d083bfde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.061187 10.0.0.141 - - [2026-02-09 02:06:20] "POST /neutron/network HTTP/1.1" 200 928 0.005807 10.0.0.141 - - [2026-02-09 02:06:20] "POST /neutron/port HTTP/1.1" 200 117 0.006418 10.0.0.141 - - [2026-02-09 02:06:20] "POST /neutron/port HTTP/1.1" 200 117 0.005420 10.0.0.141 - - [2026-02-09 02:06:20] "POST /id-to-fqname HTTP/1.1" 200 222 0.001680 10.0.0.141 - - [2026-02-09 02:06:20] "POST /neutron/port HTTP/1.1" 200 117 0.005541 10.0.0.141 - - [2026-02-09 02:06:21] "POST /neutron/network HTTP/1.1" 200 938 0.005309 10.0.0.141 - - [2026-02-09 02:06:21] "GET /aaa-mode HTTP/1.1" 401 293 0.000416 10.0.0.141 - - [2026-02-09 02:06:21] "POST /neutron/network HTTP/1.1" 200 938 0.006001 10.0.0.141 - - [2026-02-09 02:06:21] "GET /projects?obj_uuids=cdc76aa9-5105-43c0-adf6-e733d083bfde&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001016 10.0.0.141 - - [2026-02-09 02:06:21] "GET / HTTP/1.1" 200 36215 0.003381 10.0.0.141 - - [2026-02-09 02:06:21] "GET /project/cdc76aa9-5105-43c0-adf6-e733d083bfde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000622 10.0.0.141 - - [2026-02-09 02:06:21] "POST /neutron/port HTTP/1.1" 200 1062 0.213809 10.0.0.141 - - [2026-02-09 02:06:21] "POST /neutron/port HTTP/1.1" 200 1062 0.018365 10.0.0.141 - - [2026-02-09 02:06:21] "POST /neutron/port HTTP/1.1" 200 1062 0.010263 10.0.0.141 - - [2026-02-09 02:06:21] "POST /neutron/port HTTP/1.1" 200 1116 0.062252 10.0.0.141 - - [2026-02-09 02:06:21] "POST /neutron/port HTTP/1.1" 200 1126 0.011931 10.0.0.141 - - [2026-02-09 02:06:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003761 10.0.0.141 - - [2026-02-09 02:06:21] "POST /neutron/subnet HTTP/1.1" 200 699 0.006373 10.0.0.141 - - [2026-02-09 02:06:21] "POST /neutron/port HTTP/1.1" 200 117 0.001146 10.0.0.141 - - [2026-02-09 02:06:21] "POST /neutron/network HTTP/1.1" 200 928 0.005567 10.0.0.141 - - [2026-02-09 02:06:21] "GET /projects?obj_uuids=cdc76aa9-5105-43c0-adf6-e733d083bfde&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001422 10.0.0.141 - - [2026-02-09 02:06:21] "GET /project/cdc76aa9-5105-43c0-adf6-e733d083bfde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.048944 10.0.0.141 - - [2026-02-09 02:06:21] "POST /neutron/network HTTP/1.1" 200 928 0.005619 10.0.0.141 - - [2026-02-09 02:06:22] "POST /neutron/port HTTP/1.1" 200 1126 0.019342 10.0.0.141 - - [2026-02-09 02:06:22] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007432 10.0.0.141 - - [2026-02-09 02:06:22] "POST /neutron/port HTTP/1.1" 200 117 0.005511 10.0.0.141 - - [2026-02-09 02:06:22] "POST /neutron/port HTTP/1.1" 200 1126 0.011406 10.0.0.141 - - [2026-02-09 02:06:22] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006211 10.0.0.141 - - [2026-02-09 02:06:22] "POST /neutron/network HTTP/1.1" 200 938 0.005557 10.0.0.141 - - [2026-02-09 02:06:22] "GET /projects?obj_uuids=cdc76aa9-5105-43c0-adf6-e733d083bfde&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001372 10.0.0.141 - - [2026-02-09 02:06:22] "PUT /access-control-list/5bfacfb1-328f-4b87-87d1-e7cb7adf90ed HTTP/1.1" 200 273 0.018767 10.0.0.141 - - [2026-02-09 02:06:22] "POST /neutron/port HTTP/1.1" 200 1062 0.287337 10.0.0.141 - - [2026-02-09 02:06:22] "POST /neutron/port HTTP/1.1" 200 1062 0.015290 10.0.0.141 - - [2026-02-09 02:06:22] "POST /neutron/port HTTP/1.1" 200 1062 0.013218 10.0.0.141 - - [2026-02-09 02:06:22] "POST /neutron/port HTTP/1.1" 200 1116 0.079762 10.0.0.141 - - [2026-02-09 02:06:23] "POST /neutron/port HTTP/1.1" 200 1126 0.013586 10.0.0.141 - - [2026-02-09 02:06:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003247 10.0.0.141 - - [2026-02-09 02:06:23] "POST /neutron/subnet HTTP/1.1" 200 699 0.006286 10.0.0.141 - - [2026-02-09 02:06:23] "POST /neutron/port HTTP/1.1" 200 117 0.001351 10.0.0.141 - - [2026-02-09 02:06:23] "POST /neutron/network HTTP/1.1" 200 928 0.005289 10.0.0.141 - - [2026-02-09 02:06:27] "GET /global-system-configs HTTP/1.1" 401 293 0.000476 10.0.0.141 - - [2026-02-09 02:06:27] "GET /global-system-configs HTTP/1.1" 401 293 0.000429 10.0.0.141 - - [2026-02-09 02:06:27] "POST /neutron/port HTTP/1.1" 200 1126 0.011849 10.0.0.141 - - [2026-02-09 02:06:27] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007042 10.0.0.141 - - [2026-02-09 02:06:27] "POST /neutron/port HTTP/1.1" 200 1126 0.011935 10.0.0.141 - - [2026-02-09 02:06:27] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008248 10.0.0.141 - - [2026-02-09 02:06:27] "POST /neutron/port HTTP/1.1" 200 1126 0.011954 10.0.0.141 - - [2026-02-09 02:06:27] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005148 10.0.0.141 - - [2026-02-09 02:06:27] "GET /virtual-machine/c3759e8a-3e2a-4bac-b6ec-f7fd1975611c HTTP/1.1" 200 1297 0.004606 10.0.0.141 - - [2026-02-09 02:06:27] "GET /virtual-machine-interface/08a97a03-4e55-4824-825c-3d6d5f5eab22 HTTP/1.1" 200 2956 0.004610 10.0.0.141 - - [2026-02-09 02:06:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003004 10.0.0.141 - - [2026-02-09 02:06:27] "GET /global-vrouter-config/a378f525-7fa5-46b7-9091-743b27ef1b57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003154 10.0.0.141 - - [2026-02-09 02:06:27] "GET /virtual-networks?parent_id=cdc76aa9-5105-43c0-adf6-e733d083bfde&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003263 10.0.0.141 - - [2026-02-09 02:06:27] "GET /virtual-network/c503b9ef-5c9d-4087-92d1-0596e1d50c77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.005589 10.0.0.141 - - [2026-02-09 02:06:27] "GET /global-system-configs HTTP/1.1" 401 293 0.000419 10.0.0.141 - - [2026-02-09 02:06:27] "GET /global-system-configs HTTP/1.1" 401 293 0.000465 10.0.0.141 - - [2026-02-09 02:06:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003515 10.0.0.141 - - [2026-02-09 02:06:30] "GET /virtual-network/c503b9ef-5c9d-4087-92d1-0596e1d50c77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.005002 10.0.0.141 - - [2026-02-09 02:06:31] "POST /neutron/port HTTP/1.1" 200 1126 0.012043 10.0.0.141 - - [2026-02-09 02:06:31] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005421 10.0.0.141 - - [2026-02-09 02:06:32] "POST /neutron/port HTTP/1.1" 200 1126 0.014792 10.0.0.141 - - [2026-02-09 02:06:32] "POST /neutron/security_group HTTP/1.1" 200 2060 0.004893 10.0.0.141 - - [2026-02-09 02:06:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002960 10.0.0.141 - - [2026-02-09 02:06:32] "GET /global-vrouter-config/a378f525-7fa5-46b7-9091-743b27ef1b57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003151 10.0.0.141 - - [2026-02-09 02:06:32] "GET /virtual-networks?parent_id=cdc76aa9-5105-43c0-adf6-e733d083bfde&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003644 10.0.0.141 - - [2026-02-09 02:06:33] "GET /virtual-network/c503b9ef-5c9d-4087-92d1-0596e1d50c77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.005744 10.0.0.141 - - [2026-02-09 02:06:33] "POST /neutron/port HTTP/1.1" 200 1126 0.013097 10.0.0.141 - - [2026-02-09 02:06:33] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005767 10.0.0.141 - - [2026-02-09 02:06:33] "POST /neutron/port HTTP/1.1" 200 1126 0.011539 10.0.0.141 - - [2026-02-09 02:06:33] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006171 10.0.0.141 - - [2026-02-09 02:06:33] "POST /neutron/port HTTP/1.1" 200 1126 0.013015 10.0.0.141 - - [2026-02-09 02:06:33] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005996 10.0.0.141 - - [2026-02-09 02:06:33] "GET /virtual-machine/a6a16cf1-460c-4ea5-8808-c609339a1f4d HTTP/1.1" 200 1296 0.004732 10.0.0.141 - - [2026-02-09 02:06:33] "GET /virtual-machine-interface/f44c5ca6-99f3-469d-b1c1-669af3cffa8a HTTP/1.1" 200 2959 0.004955 10.0.0.141 - - [2026-02-09 02:06:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002876 10.0.0.141 - - [2026-02-09 02:06:33] "GET /global-vrouter-config/a378f525-7fa5-46b7-9091-743b27ef1b57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003279 10.0.0.141 - - [2026-02-09 02:06:33] "GET /virtual-networks?parent_id=cdc76aa9-5105-43c0-adf6-e733d083bfde&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003048 10.0.0.141 - - [2026-02-09 02:06:33] "GET /virtual-network/2d5c7631-ad9e-477c-98e0-bdb2816d615e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.005489 10.0.0.141 - - [2026-02-09 02:06:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003934 10.0.0.141 - - [2026-02-09 02:06:34] "GET /global-vrouter-config/a378f525-7fa5-46b7-9091-743b27ef1b57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.004113 10.0.0.141 - - [2026-02-09 02:06:34] "GET /virtual-networks?parent_id=cdc76aa9-5105-43c0-adf6-e733d083bfde&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003768 10.0.0.141 - - [2026-02-09 02:06:34] "GET /virtual-network/2d5c7631-ad9e-477c-98e0-bdb2816d615e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.005343 10.0.0.141 - - [2026-02-09 02:06:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002875 10.0.0.141 - - [2026-02-09 02:06:39] "GET /projects?obj_uuids=cdc76aa9-5105-43c0-adf6-e733d083bfde&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000977 10.0.0.141 - - [2026-02-09 02:06:39] "GET /project/cdc76aa9-5105-43c0-adf6-e733d083bfde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.021453 10.0.0.141 - - [2026-02-09 02:06:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002934 10.0.0.141 - - [2026-02-09 02:06:39] "PUT /network-policy/b4c6cff1-00ee-417b-b46d-0eec7a6f6e9d HTTP/1.1" 200 263 0.010074 10.0.0.141 - - [2026-02-09 02:06:39] "PUT /access-control-list/aa0b8719-be8b-4b33-9c0e-181f0bf2cc71 HTTP/1.1" 200 273 0.086287 10.0.0.141 - - [2026-02-09 02:06:39] "POST /ref-update HTTP/1.1" 200 156 0.014594 10.0.0.141 - - [2026-02-09 02:06:39] "PUT /access-control-list/5bfacfb1-328f-4b87-87d1-e7cb7adf90ed HTTP/1.1" 200 273 0.053262 10.0.0.141 - - [2026-02-09 02:06:39] "POST /ref-update HTTP/1.1" 200 156 0.010127 10.0.0.141 - - [2026-02-09 02:06:42] "GET /virtual-network/2d5c7631-ad9e-477c-98e0-bdb2816d615e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.006282 10.0.0.141 - - [2026-02-09 02:06:42] "POST /neutron/network HTTP/1.1" 200 928 0.006947 10.0.0.141 - - [2026-02-09 02:06:42] "POST /neutron/network HTTP/1.1" 200 826 0.052939 10.0.0.141 - - [2026-02-09 02:06:42] "DELETE /access-control-list/5bfacfb1-328f-4b87-87d1-e7cb7adf90ed HTTP/1.1" 200 115 0.041900 10.0.0.141 - - [2026-02-09 02:06:42] "POST /neutron/network HTTP/1.1" 200 826 0.008922 10.0.0.141 - - [2026-02-09 02:06:42] "GET /virtual-network/2d5c7631-ad9e-477c-98e0-bdb2816d615e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005503 10.0.0.141 - - [2026-02-09 02:06:42] "GET /virtual-network/c503b9ef-5c9d-4087-92d1-0596e1d50c77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.005635 10.0.0.141 - - [2026-02-09 02:06:42] "POST /neutron/network HTTP/1.1" 200 928 0.006289 10.0.0.141 - - [2026-02-09 02:06:42] "POST /neutron/network HTTP/1.1" 200 826 0.051263 10.0.0.141 - - [2026-02-09 02:06:42] "DELETE /access-control-list/aa0b8719-be8b-4b33-9c0e-181f0bf2cc71 HTTP/1.1" 200 115 0.034089 10.0.0.141 - - [2026-02-09 02:06:42] "POST /neutron/network HTTP/1.1" 200 826 0.013313 10.0.0.141 - - [2026-02-09 02:06:42] "GET /virtual-network/c503b9ef-5c9d-4087-92d1-0596e1d50c77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.010564 10.0.0.141 - - [2026-02-09 02:06:43] "DELETE /network-policy/b4c6cff1-00ee-417b-b46d-0eec7a6f6e9d HTTP/1.1" 200 115 0.034356 10.0.0.141 - - [2026-02-09 02:06:43] "POST /neutron/network HTTP/1.1" 200 826 0.005887 10.0.0.141 - - [2026-02-09 02:06:43] "POST /neutron/network HTTP/1.1" 400 204 0.013752 10.0.0.141 - - [2026-02-09 02:06:43] "POST /neutron/port HTTP/1.1" 200 1126 0.013499 10.0.0.141 - - [2026-02-09 02:06:43] "POST /neutron/port HTTP/1.1" 200 1116 0.018463 10.0.0.141 - - [2026-02-09 02:06:43] "POST /neutron/port HTTP/1.1" 200 1126 0.022214 10.0.0.141 - - [2026-02-09 02:06:43] "POST /neutron/port HTTP/1.1" 200 1116 0.013656 10.0.0.141 - - [2026-02-09 02:06:43] "POST /neutron/port HTTP/1.1" 200 151 0.131417 10.0.0.141 - - [2026-02-09 02:06:43] "POST /neutron/port HTTP/1.1" 200 151 0.110232 10.0.0.141 - - [2026-02-09 02:06:45] "POST /neutron/network HTTP/1.1" 200 826 0.006328 10.0.0.141 - - [2026-02-09 02:06:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003772 10.0.0.141 - - [2026-02-09 02:06:45] "POST /useragent-kv HTTP/1.1" 200 115 0.001857 10.0.0.141 - - [2026-02-09 02:06:45] "POST /useragent-kv HTTP/1.1" 200 115 0.001606 10.0.0.141 - - [2026-02-09 02:06:45] "POST /neutron/network HTTP/1.1" 200 151 0.072550 10.0.0.141 - - [2026-02-09 02:06:45] "DELETE /route-target/2314a48d-b96c-4a10-b94a-176651c383b0 HTTP/1.1" 200 115 0.013917 10.0.0.141 - - [2026-02-09 02:06:45] "GET /routing-instance/0b6dd622-2933-45dd-b653-06f86858b017 HTTP/1.1" 404 171 0.002281 10.0.0.141 - - [2026-02-09 02:06:45] "GET /domains HTTP/1.1" 200 281 0.002528 10.0.0.141 - - [2026-02-09 02:06:45] "GET /domains?obj_uuids=5c908eb1-ca90-4dd8-8556-6bf44625a257&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000994 10.0.0.141 - - [2026-02-09 02:06:45] "GET /domain/5c908eb1-ca90-4dd8-8556-6bf44625a257 HTTP/1.1" 200 2787 0.051954 10.0.0.141 - - [2026-02-09 02:06:45] "GET /projects?obj_uuids=cdc76aa9-5105-43c0-adf6-e733d083bfde&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002321 10.0.0.141 - - [2026-02-09 02:06:45] "GET /project/cdc76aa9-5105-43c0-adf6-e733d083bfde HTTP/1.1" 200 2110 0.063780 10.0.0.141 - - [2026-02-09 02:06:45] "POST /neutron/network HTTP/1.1" 200 826 0.005443 10.0.0.141 - - [2026-02-09 02:06:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004161 10.0.0.141 - - [2026-02-09 02:06:45] "POST /useragent-kv HTTP/1.1" 200 115 0.002916 10.0.0.141 - - [2026-02-09 02:06:45] "POST /useragent-kv HTTP/1.1" 200 115 0.001717 10.0.0.141 - - [2026-02-09 02:06:45] "POST /neutron/network HTTP/1.1" 200 151 0.075845 10.0.0.141 - - [2026-02-09 02:06:45] "DELETE /route-target/fb6ac65f-2cd3-443a-89ff-7fec8ab15dbd HTTP/1.1" 200 115 0.015765 10.0.0.141 - - [2026-02-09 02:06:45] "GET /routing-instance/5f14fedd-03c5-466f-931a-19ec11de1388 HTTP/1.1" 404 171 0.002216 10.0.0.141 - - [2026-02-09 02:06:45] "GET /domains HTTP/1.1" 200 281 0.002296 10.0.0.141 - - [2026-02-09 02:06:45] "GET /domains?obj_uuids=5c908eb1-ca90-4dd8-8556-6bf44625a257&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000931 10.0.0.141 - - [2026-02-09 02:06:45] "GET /domain/5c908eb1-ca90-4dd8-8556-6bf44625a257 HTTP/1.1" 200 2787 0.048919 10.0.0.141 - - [2026-02-09 02:06:45] "GET /projects?obj_uuids=cdc76aa9-5105-43c0-adf6-e733d083bfde&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001593 10.0.0.141 - - [2026-02-09 02:06:45] "GET /project/cdc76aa9-5105-43c0-adf6-e733d083bfde HTTP/1.1" 200 1870 0.068401 10.0.0.141 - - [2026-02-09 02:06:45] "GET /projects?obj_uuids=cdc76aa9-5105-43c0-adf6-e733d083bfde&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001071 10.0.0.141 - - [2026-02-09 02:06:45] "GET /project/cdc76aa9-5105-43c0-adf6-e733d083bfde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.028782 10.0.0.141 - - [2026-02-09 02:06:45] "GET /projects?obj_uuids=cdc76aa9-5105-43c0-adf6-e733d083bfde&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001354 10.0.0.141 - - [2026-02-09 02:06:45] "GET /project/cdc76aa9-5105-43c0-adf6-e733d083bfde?fields=virtual_networks HTTP/1.1" 200 1039 0.070466 10.0.0.141 - - [2026-02-09 02:06:45] "GET /projects?obj_uuids=cdc76aa9-5105-43c0-adf6-e733d083bfde&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001006 10.0.0.141 - - [2026-02-09 02:06:46] "GET /project/cdc76aa9-5105-43c0-adf6-e733d083bfde?fields=virtual_machine_interfaces HTTP/1.1" 200 1039 0.023768 10.0.0.141 - - [2026-02-09 02:06:46] "GET /projects?obj_uuids=cdc76aa9-5105-43c0-adf6-e733d083bfde&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001101 10.0.0.141 - - [2026-02-09 02:06:46] "GET /project/cdc76aa9-5105-43c0-adf6-e733d083bfde?fields=security_groups HTTP/1.1" 200 1268 0.024408 10.0.0.141 - - [2026-02-09 02:06:46] "POST /fqname-to-id HTTP/1.1" 404 181 0.025851 10.0.0.141 - - [2026-02-09 02:06:47] "GET /projects?obj_uuids=e17a9b10-1f6c-42b6-8e5e-25a203b170f8&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002352 10.0.0.141 - - [2026-02-09 02:06:47] "GET /domains?obj_uuids=5c908eb1-ca90-4dd8-8556-6bf44625a257&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001080 10.0.0.141 - - [2026-02-09 02:06:47] "GET /domain/5c908eb1-ca90-4dd8-8556-6bf44625a257?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007291 10.0.0.141 - - [2026-02-09 02:06:47] "POST /id-to-fqname HTTP/1.1" 200 183 0.001364 10.0.0.141 - - [2026-02-09 02:06:47] "POST /fqname-to-id HTTP/1.1" 404 192 0.003107 10.0.0.141 - - [2026-02-09 02:06:47] "POST /security-groups HTTP/1.1" 200 584 0.067955 10.0.0.141 - - [2026-02-09 02:06:47] "POST /fqname-to-id HTTP/1.1" 404 227 0.002359 10.0.0.141 - - [2026-02-09 02:06:47] "POST /projects HTTP/1.1" 200 571 0.208519 10.0.0.141 - - [2026-02-09 02:06:47] "POST /access-control-lists HTTP/1.1" 200 591 0.058403 10.0.0.141 - - [2026-02-09 02:06:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.282304 10.0.0.141 - - [2026-02-09 02:06:47] "POST /fqname-to-id HTTP/1.1" 404 226 0.002628 10.0.0.141 - - [2026-02-09 02:06:47] "GET /project/e17a9b10-1f6c-42b6-8e5e-25a203b170f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.403353 10.0.0.141 - - [2026-02-09 02:06:47] "POST /access-control-lists HTTP/1.1" 200 589 0.064850 10.0.0.141 - - [2026-02-09 02:06:48] "GET / HTTP/1.1" 200 36215 0.002046 10.0.0.141 - - [2026-02-09 02:06:49] "POST /fqname-to-id HTTP/1.1" 401 293 0.000528 10.0.0.141 - - [2026-02-09 02:06:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.055471 10.0.0.141 - - [2026-02-09 02:06:49] "GET /projects?obj_uuids=e17a9b10-1f6c-42b6-8e5e-25a203b170f8&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000981 10.0.0.141 - - [2026-02-09 02:06:49] "GET /project/e17a9b10-1f6c-42b6-8e5e-25a203b170f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.020565 10.0.0.141 - - [2026-02-09 02:06:49] "POST /neutron/network HTTP/1.1" 200 117 0.032828 10.0.0.141 - - [2026-02-09 02:06:49] "GET /projects?obj_uuids=e17a9b10-1f6c-42b6-8e5e-25a203b170f8&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001393 10.0.0.141 - - [2026-02-09 02:06:49] "POST /neutron/network HTTP/1.1" 200 612 0.071419 10.0.0.141 - - [2026-02-09 02:06:49] "POST /route-targets HTTP/1.1" 200 328 0.014649 10.0.0.141 - - [2026-02-09 02:06:49] "POST /ref-update HTTP/1.1" 200 156 0.013059 10.0.0.141 - - [2026-02-09 02:06:50] "POST /useragent-kv HTTP/1.1" 200 115 0.004291 10.0.0.141 - - [2026-02-09 02:06:50] "POST /neutron/subnet HTTP/1.1" 200 720 0.212013 10.0.0.141 - - [2026-02-09 02:06:50] "POST /neutron/network HTTP/1.1" 200 830 0.005277 10.0.0.141 - - [2026-02-09 02:06:50] "POST /id-to-fqname HTTP/1.1" 200 220 0.001165 10.0.0.141 - - [2026-02-09 02:06:50] "GET /virtual-network/fe763a7e-652c-42b7-9e81-4e4dd7ea124e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004756 10.0.0.141 - - [2026-02-09 02:06:50] "POST /neutron/network HTTP/1.1" 200 830 0.006356 10.0.0.141 - - [2026-02-09 02:06:50] "GET /virtual-network/fe763a7e-652c-42b7-9e81-4e4dd7ea124e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005100 10.0.0.141 - - [2026-02-09 02:06:50] "POST /neutron/network HTTP/1.1" 200 830 0.005689 10.0.0.141 - - [2026-02-09 02:06:50] "POST /neutron/subnet HTTP/1.1" 200 720 0.009055 10.0.0.141 - - [2026-02-09 02:06:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002501 10.0.0.141 - - [2026-02-09 02:06:50] "GET /virtual-network/fe763a7e-652c-42b7-9e81-4e4dd7ea124e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005606 10.0.0.141 - - [2026-02-09 02:06:50] "PUT /virtual-network/fe763a7e-652c-42b7-9e81-4e4dd7ea124e HTTP/1.1" 200 265 0.031945 10.0.0.141 - - [2026-02-09 02:06:50] "POST /route-targets HTTP/1.1" 200 324 0.014886 10.0.0.141 - - [2026-02-09 02:06:50] "POST /ref-update HTTP/1.1" 200 156 0.009699 10.0.0.141 - - [2026-02-09 02:06:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002875 10.0.0.141 - - [2026-02-09 02:06:50] "GET /projects?obj_uuids=e17a9b10-1f6c-42b6-8e5e-25a203b170f8&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001033 10.0.0.141 - - [2026-02-09 02:06:50] "GET /project/e17a9b10-1f6c-42b6-8e5e-25a203b170f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.021958 10.0.0.141 - - [2026-02-09 02:06:50] "POST /neutron/network HTTP/1.1" 200 117 0.010799 10.0.0.141 - - [2026-02-09 02:06:50] "GET /projects?obj_uuids=e17a9b10-1f6c-42b6-8e5e-25a203b170f8&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000985 10.0.0.141 - - [2026-02-09 02:06:50] "POST /neutron/network HTTP/1.1" 200 612 0.056196 10.0.0.141 - - [2026-02-09 02:06:50] "POST /route-targets HTTP/1.1" 200 328 0.010718 10.0.0.141 - - [2026-02-09 02:06:50] "POST /ref-update HTTP/1.1" 200 156 0.009597 10.0.0.141 - - [2026-02-09 02:06:50] "POST /useragent-kv HTTP/1.1" 200 115 0.002810 10.0.0.141 - - [2026-02-09 02:06:50] "POST /neutron/subnet HTTP/1.1" 200 725 0.158339 10.0.0.141 - - [2026-02-09 02:06:50] "POST /neutron/network HTTP/1.1" 200 831 0.005294 10.0.0.141 - - [2026-02-09 02:06:50] "POST /id-to-fqname HTTP/1.1" 200 220 0.001423 10.0.0.141 - - [2026-02-09 02:06:50] "GET /virtual-network/feda075d-e631-4c2d-ab85-7d61395dcd63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005206 10.0.0.141 - - [2026-02-09 02:06:50] "POST /neutron/network HTTP/1.1" 200 831 0.005533 10.0.0.141 - - [2026-02-09 02:06:50] "GET /virtual-network/feda075d-e631-4c2d-ab85-7d61395dcd63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004784 10.0.0.141 - - [2026-02-09 02:06:51] "POST /neutron/network HTTP/1.1" 200 831 0.005799 10.0.0.141 - - [2026-02-09 02:06:51] "POST /neutron/subnet HTTP/1.1" 200 725 0.007120 10.0.0.141 - - [2026-02-09 02:06:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002199 10.0.0.141 - - [2026-02-09 02:06:51] "GET /virtual-network/feda075d-e631-4c2d-ab85-7d61395dcd63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004578 10.0.0.141 - - [2026-02-09 02:06:51] "POST /ref-update HTTP/1.1" 200 156 0.010147 10.0.0.141 - - [2026-02-09 02:06:51] "PUT /virtual-network/feda075d-e631-4c2d-ab85-7d61395dcd63 HTTP/1.1" 200 265 0.034047 10.0.0.141 - - [2026-02-09 02:06:51] "POST /id-to-fqname HTTP/1.1" 200 220 0.001608 10.0.0.141 - - [2026-02-09 02:06:51] "POST /neutron/network HTTP/1.1" 200 840 0.007520 10.0.0.141 - - [2026-02-09 02:06:51] "GET /aaa-mode HTTP/1.1" 401 293 0.000519 10.0.0.141 - - [2026-02-09 02:06:51] "GET / HTTP/1.1" 200 36215 0.001888 10.0.0.141 - - [2026-02-09 02:06:51] "GET /project/e17a9b10-1f6c-42b6-8e5e-25a203b170f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000413 10.0.0.141 - - [2026-02-09 02:06:52] "GET /projects?obj_uuids=e17a9b10-1f6c-42b6-8e5e-25a203b170f8&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001214 10.0.0.141 - - [2026-02-09 02:06:52] "GET /project/e17a9b10-1f6c-42b6-8e5e-25a203b170f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.049515 10.0.0.141 - - [2026-02-09 02:06:52] "POST /neutron/network HTTP/1.1" 200 830 0.006410 10.0.0.141 - - [2026-02-09 02:06:52] "POST /neutron/port HTTP/1.1" 200 117 0.005159 10.0.0.141 - - [2026-02-09 02:06:52] "POST /neutron/port HTTP/1.1" 200 117 0.005439 10.0.0.141 - - [2026-02-09 02:06:52] "POST /id-to-fqname HTTP/1.1" 200 220 0.001423 10.0.0.141 - - [2026-02-09 02:06:52] "POST /neutron/port HTTP/1.1" 200 117 0.005243 10.0.0.141 - - [2026-02-09 02:06:52] "POST /neutron/network HTTP/1.1" 200 841 0.005980 10.0.0.141 - - [2026-02-09 02:06:52] "GET /aaa-mode HTTP/1.1" 401 293 0.000425 10.0.0.141 - - [2026-02-09 02:06:52] "POST /neutron/network HTTP/1.1" 200 840 0.005974 10.0.0.141 - - [2026-02-09 02:06:52] "GET /projects?obj_uuids=e17a9b10-1f6c-42b6-8e5e-25a203b170f8&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001564 10.0.0.141 - - [2026-02-09 02:06:52] "GET / HTTP/1.1" 200 36215 0.001783 10.0.0.141 - - [2026-02-09 02:06:52] "GET /project/e17a9b10-1f6c-42b6-8e5e-25a203b170f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000451 10.0.0.141 - - [2026-02-09 02:06:53] "POST /neutron/port HTTP/1.1" 200 1052 0.212700 10.0.0.141 - - [2026-02-09 02:06:53] "POST /neutron/port HTTP/1.1" 200 1052 0.010721 10.0.0.141 - - [2026-02-09 02:06:53] "POST /neutron/port HTTP/1.1" 200 1052 0.010798 10.0.0.141 - - [2026-02-09 02:06:53] "POST /neutron/port HTTP/1.1" 200 1106 0.070175 10.0.0.141 - - [2026-02-09 02:06:53] "POST /neutron/port HTTP/1.1" 200 1116 0.017849 10.0.0.141 - - [2026-02-09 02:06:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003755 10.0.0.141 - - [2026-02-09 02:06:53] "POST /neutron/subnet HTTP/1.1" 200 694 0.007085 10.0.0.141 - - [2026-02-09 02:06:53] "POST /neutron/port HTTP/1.1" 200 117 0.001419 10.0.0.141 - - [2026-02-09 02:06:53] "POST /neutron/network HTTP/1.1" 200 830 0.005204 10.0.0.141 - - [2026-02-09 02:06:53] "GET /projects?obj_uuids=e17a9b10-1f6c-42b6-8e5e-25a203b170f8&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001058 10.0.0.141 - - [2026-02-09 02:06:53] "GET /project/e17a9b10-1f6c-42b6-8e5e-25a203b170f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.067471 10.0.0.141 - - [2026-02-09 02:06:53] "POST /neutron/network HTTP/1.1" 200 831 0.005609 10.0.0.141 - - [2026-02-09 02:06:53] "POST /neutron/port HTTP/1.1" 200 1116 0.019234 10.0.0.141 - - [2026-02-09 02:06:53] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007345 10.0.0.141 - - [2026-02-09 02:06:53] "POST /neutron/port HTTP/1.1" 200 117 0.005449 10.0.0.141 - - [2026-02-09 02:06:53] "POST /neutron/port HTTP/1.1" 200 1116 0.013221 10.0.0.141 - - [2026-02-09 02:06:53] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005561 10.0.0.141 - - [2026-02-09 02:06:54] "POST /neutron/network HTTP/1.1" 200 841 0.007915 10.0.0.141 - - [2026-02-09 02:06:54] "GET /projects?obj_uuids=e17a9b10-1f6c-42b6-8e5e-25a203b170f8&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001927 10.0.0.141 - - [2026-02-09 02:06:54] "POST /neutron/port HTTP/1.1" 200 1053 0.240214 10.0.0.141 - - [2026-02-09 02:06:54] "POST /neutron/port HTTP/1.1" 200 1053 0.014417 10.0.0.141 - - [2026-02-09 02:06:54] "POST /neutron/port HTTP/1.1" 200 1053 0.015420 10.0.0.141 - - [2026-02-09 02:06:54] "POST /neutron/port HTTP/1.1" 200 1107 0.087557 10.0.0.141 - - [2026-02-09 02:06:54] "POST /neutron/port HTTP/1.1" 200 1117 0.016057 10.0.0.141 - - [2026-02-09 02:06:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004836 10.0.0.141 - - [2026-02-09 02:06:54] "POST /neutron/subnet HTTP/1.1" 200 699 0.007282 10.0.0.141 - - [2026-02-09 02:06:54] "POST /neutron/port HTTP/1.1" 200 117 0.001275 10.0.0.141 - - [2026-02-09 02:06:54] "POST /neutron/network HTTP/1.1" 200 831 0.005654 10.0.0.141 - - [2026-02-09 02:06:58] "POST /neutron/port HTTP/1.1" 200 1116 0.012673 10.0.0.141 - - [2026-02-09 02:06:58] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005420 10.0.0.141 - - [2026-02-09 02:06:58] "POST /neutron/port HTTP/1.1" 200 1116 0.015352 10.0.0.141 - - [2026-02-09 02:06:58] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006009 10.0.0.141 - - [2026-02-09 02:06:59] "POST /neutron/port HTTP/1.1" 200 1116 0.012961 10.0.0.141 - - [2026-02-09 02:06:59] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006149 10.0.0.141 - - [2026-02-09 02:06:59] "GET /virtual-machine/2b6bd1e1-61df-44ab-bdf4-783808c3742c HTTP/1.1" 401 293 0.000502 10.0.0.141 - - [2026-02-09 02:06:59] "GET /virtual-machine/2b6bd1e1-61df-44ab-bdf4-783808c3742c HTTP/1.1" 200 1287 0.029385 10.0.0.141 - - [2026-02-09 02:06:59] "GET /virtual-machine-interface/42c1232b-4f1c-481d-8c87-458fd6bad3f9 HTTP/1.1" 200 2934 0.004492 10.0.0.141 - - [2026-02-09 02:06:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003018 10.0.0.141 - - [2026-02-09 02:06:59] "GET /global-vrouter-config/a378f525-7fa5-46b7-9091-743b27ef1b57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003839 10.0.0.141 - - [2026-02-09 02:06:59] "GET /virtual-networks?parent_id=e17a9b10-1f6c-42b6-8e5e-25a203b170f8&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003157 10.0.0.141 - - [2026-02-09 02:06:59] "GET /virtual-network/fe763a7e-652c-42b7-9e81-4e4dd7ea124e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.005932 10.0.0.141 - - [2026-02-09 02:07:02] "POST /neutron/port HTTP/1.1" 200 1116 0.011793 10.0.0.141 - - [2026-02-09 02:07:02] "POST /neutron/security_group HTTP/1.1" 200 2051 0.004789 10.0.0.141 - - [2026-02-09 02:07:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002715 10.0.0.141 - - [2026-02-09 02:07:02] "GET /virtual-network/fe763a7e-652c-42b7-9e81-4e4dd7ea124e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.004496 10.0.0.141 - - [2026-02-09 02:07:03] "POST /neutron/port HTTP/1.1" 200 1117 0.012233 10.0.0.141 - - [2026-02-09 02:07:03] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006790 10.0.0.141 - - [2026-02-09 02:07:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003675 10.0.0.141 - - [2026-02-09 02:07:04] "GET /global-vrouter-config/a378f525-7fa5-46b7-9091-743b27ef1b57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.004138 10.0.0.141 - - [2026-02-09 02:07:04] "GET /virtual-networks?parent_id=e17a9b10-1f6c-42b6-8e5e-25a203b170f8&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003273 10.0.0.141 - - [2026-02-09 02:07:04] "GET /virtual-network/fe763a7e-652c-42b7-9e81-4e4dd7ea124e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.005164 10.0.0.141 - - [2026-02-09 02:07:05] "POST /neutron/port HTTP/1.1" 200 1117 0.012264 10.0.0.141 - - [2026-02-09 02:07:05] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006365 10.0.0.141 - - [2026-02-09 02:07:05] "POST /neutron/port HTTP/1.1" 200 1117 0.012754 10.0.0.141 - - [2026-02-09 02:07:05] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005492 10.0.0.141 - - [2026-02-09 02:07:05] "POST /neutron/port HTTP/1.1" 200 1117 0.011833 10.0.0.141 - - [2026-02-09 02:07:05] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005900 10.0.0.141 - - [2026-02-09 02:07:05] "GET /virtual-machine/5e720d14-8e15-4cd4-a15c-d8a10ac0e35a HTTP/1.1" 200 1287 0.005344 10.0.0.141 - - [2026-02-09 02:07:05] "GET /virtual-machine-interface/c52acb52-3ced-4191-8d2d-c32064d40eca HTTP/1.1" 200 2935 0.006110 10.0.0.141 - - [2026-02-09 02:07:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003038 10.0.0.141 - - [2026-02-09 02:07:05] "GET /global-vrouter-config/a378f525-7fa5-46b7-9091-743b27ef1b57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.004217 10.0.0.141 - - [2026-02-09 02:07:05] "GET /virtual-networks?parent_id=e17a9b10-1f6c-42b6-8e5e-25a203b170f8&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.005888 10.0.0.141 - - [2026-02-09 02:07:05] "GET /virtual-network/feda075d-e631-4c2d-ab85-7d61395dcd63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.005468 10.0.0.141 - - [2026-02-09 02:07:06] "DELETE /project/46b3e0921a8e4fa0ae14e3fe9c57cd3e HTTP/1.1" 404 173 0.012905 10.0.0.141 - - [2026-02-09 02:07:06] "DELETE /project/e17a9b101f6c42b68e5e25a203b170f8 HTTP/1.1" 404 173 0.010216 10.0.0.141 - - [2026-02-09 02:07:06] "DELETE /project/cdc76aa9510543c0adf6e733d083bfde HTTP/1.1" 404 173 0.011950 10.0.0.141 - - [2026-02-09 02:07:06] "GET /projects?obj_uuids=46b3e092-1a8e-4fa0-ae14-e3fe9c57cd3e&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001154 10.0.0.141 - - [2026-02-09 02:07:06] "GET /projects?obj_uuids=cdc76aa9-5105-43c0-adf6-e733d083bfde&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001034 10.0.0.141 - - [2026-02-09 02:07:06] "GET /project/cdc76aa9-5105-43c0-adf6-e733d083bfde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1477 0.039600 10.0.0.141 - - [2026-02-09 02:07:06] "GET /project/46b3e092-1a8e-4fa0-ae14-e3fe9c57cd3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1532 0.047687 10.0.0.141 - - [2026-02-09 02:07:06] "GET /projects?obj_uuids=cdc76aa9-5105-43c0-adf6-e733d083bfde&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001248 10.0.0.141 - - [2026-02-09 02:07:06] "GET /projects?obj_uuids=46b3e092-1a8e-4fa0-ae14-e3fe9c57cd3e&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001113 10.0.0.141 - - [2026-02-09 02:07:06] "GET /project/cdc76aa9-5105-43c0-adf6-e733d083bfde?fields=security_groups HTTP/1.1" 200 1370 0.040975 10.0.0.141 - - [2026-02-09 02:07:06] "GET /project/46b3e092-1a8e-4fa0-ae14-e3fe9c57cd3e?fields=security_groups HTTP/1.1" 200 1411 0.043857 10.0.0.141 - - [2026-02-09 02:07:06] "DELETE /security-group/6cd61913-95bd-46cc-b3e8-3bb245aa262b HTTP/1.1" 200 115 0.053194 10.0.0.141 - - [2026-02-09 02:07:06] "DELETE /security-group/f6529cf1-6c25-45e1-8615-fb17be37d05a HTTP/1.1" 200 115 0.055056 10.0.0.141 - - [2026-02-09 02:07:06] "GET /projects?obj_uuids=cdc76aa9-5105-43c0-adf6-e733d083bfde&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001156 10.0.0.141 - - [2026-02-09 02:07:06] "GET /projects?obj_uuids=46b3e092-1a8e-4fa0-ae14-e3fe9c57cd3e&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001070 10.0.0.141 - - [2026-02-09 02:07:06] "DELETE /access-control-list/fbded77f-99d7-4f3d-87ef-898ece06ec88 HTTP/1.1" 200 115 0.050545 10.0.0.141 - - [2026-02-09 02:07:06] "GET /project/cdc76aa9-5105-43c0-adf6-e733d083bfde?fields=application_policy_sets HTTP/1.1" 200 1409 0.041864 10.0.0.141 - - [2026-02-09 02:07:06] "DELETE /access-control-list/96d74053-8e28-402e-80e2-a0f889f0454a HTTP/1.1" 200 115 0.026502 10.0.0.141 - - [2026-02-09 02:07:06] "GET /project/46b3e092-1a8e-4fa0-ae14-e3fe9c57cd3e?fields=application_policy_sets HTTP/1.1" 200 1450 0.081434 10.0.0.141 - - [2026-02-09 02:07:06] "DELETE /access-control-list/23371461-961a-4d97-9366-eafb3eedd487 HTTP/1.1" 200 115 0.044642 10.0.0.141 - - [2026-02-09 02:07:06] "DELETE /access-control-list/fbce67ec-47ca-480f-b1b0-06656fdce424 HTTP/1.1" 200 115 0.027571 10.0.0.141 - - [2026-02-09 02:07:06] "DELETE /project/cdc76aa9-5105-43c0-adf6-e733d083bfde HTTP/1.1" 200 115 0.391735 10.0.0.141 - - [2026-02-09 02:07:06] "DELETE /project/46b3e092-1a8e-4fa0-ae14-e3fe9c57cd3e HTTP/1.1" 200 115 0.432463 10.0.0.141 - - [2026-02-09 02:07:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002652 10.0.0.141 - - [2026-02-09 02:07:06] "GET /global-vrouter-config/a378f525-7fa5-46b7-9091-743b27ef1b57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002920 10.0.0.141 - - [2026-02-09 02:07:06] "GET /virtual-networks?parent_id=e17a9b10-1f6c-42b6-8e5e-25a203b170f8&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003128 10.0.0.141 - - [2026-02-09 02:07:06] "GET /virtual-network/feda075d-e631-4c2d-ab85-7d61395dcd63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.007861 10.0.0.141 - - [2026-02-09 02:07:06] "POST /neutron/port HTTP/1.1" 200 1117 0.012208 10.0.0.141 - - [2026-02-09 02:07:06] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006457 10.0.0.141 - - [2026-02-09 02:07:12] "POST /routing-policys HTTP/1.1" 200 536 0.016246 10.0.0.141 - - [2026-02-09 02:07:12] "GET /virtual-network/fe763a7e-652c-42b7-9e81-4e4dd7ea124e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.005542 10.0.0.141 - - [2026-02-09 02:07:12] "PUT /virtual-network/fe763a7e-652c-42b7-9e81-4e4dd7ea124e HTTP/1.1" 200 265 0.033189 10.0.0.141 - - [2026-02-09 02:07:12] "POST /ref-update HTTP/1.1" 200 156 0.008624 10.0.0.141 - - [2026-02-09 02:07:12] "GET /obj-perms HTTP/1.1" 200 5075 0.051847 10.0.0.141 - - [2026-02-09 02:07:13] "GET /obj-perms HTTP/1.1" 200 5075 0.055542 10.0.0.141 - - [2026-02-09 02:07:16] "POST /ref-update HTTP/1.1" 200 156 0.030045 10.0.0.141 - - [2026-02-09 02:07:16] "POST /ref-update HTTP/1.1" 200 156 0.013192 10.0.0.141 - - [2026-02-09 02:07:16] "DELETE /routing-policy/e6523a0c-9318-4507-86d2-b3077fd6d5a6 HTTP/1.1" 200 115 0.022506 10.0.0.141 - - [2026-02-09 02:07:17] "POST /neutron/network HTTP/1.1" 200 831 0.005680 10.0.0.141 - - [2026-02-09 02:07:17] "POST /neutron/network HTTP/1.1" 400 204 0.024972 10.0.0.141 - - [2026-02-09 02:07:17] "POST /neutron/port HTTP/1.1" 200 1117 0.013591 10.0.0.141 - - [2026-02-09 02:07:17] "POST /neutron/port HTTP/1.1" 200 1107 0.009536 10.0.0.141 - - [2026-02-09 02:07:17] "POST /neutron/port HTTP/1.1" 200 1116 0.012852 10.0.0.141 - - [2026-02-09 02:07:17] "POST /neutron/port HTTP/1.1" 200 1106 0.008207 10.0.0.141 - - [2026-02-09 02:07:17] "POST /neutron/port HTTP/1.1" 200 151 0.116513 10.0.0.141 - - [2026-02-09 02:07:17] "POST /neutron/port HTTP/1.1" 200 151 0.121498 10.0.0.141 - - [2026-02-09 02:07:19] "POST /neutron/network HTTP/1.1" 200 831 0.005371 10.0.0.141 - - [2026-02-09 02:07:19] "POST /useragent-kv HTTP/1.1" 200 115 0.002001 10.0.0.141 - - [2026-02-09 02:07:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003857 10.0.0.141 - - [2026-02-09 02:07:19] "POST /useragent-kv HTTP/1.1" 200 115 0.003637 10.0.0.141 - - [2026-02-09 02:07:19] "POST /neutron/network HTTP/1.1" 200 151 0.078563 10.0.0.141 - - [2026-02-09 02:07:19] "DELETE /route-target/a748b8bc-d562-4a51-9b74-4659080fdfd7 HTTP/1.1" 200 115 0.014189 10.0.0.141 - - [2026-02-09 02:07:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002372 10.0.0.141 - - [2026-02-09 02:07:19] "POST /neutron/network HTTP/1.1" 200 830 0.004837 10.0.0.141 - - [2026-02-09 02:07:19] "DELETE /route-target/a5398dfb-8985-48ab-b686-cf55e3731aff HTTP/1.1" 409 240 0.003829 10.0.0.141 - - [2026-02-09 02:07:19] "POST /useragent-kv HTTP/1.1" 200 115 0.002343 10.0.0.141 - - [2026-02-09 02:07:19] "POST /useragent-kv HTTP/1.1" 200 115 0.002193 10.0.0.141 - - [2026-02-09 02:07:19] "POST /neutron/network HTTP/1.1" 200 151 0.076807 10.0.0.141 - - [2026-02-09 02:07:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002586 10.0.0.141 - - [2026-02-09 02:07:19] "DELETE /route-target/40dca5ad-0a3c-4faa-ad62-0d2310e983c7 HTTP/1.1" 200 115 0.013968 10.0.0.141 - - [2026-02-09 02:07:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003126 10.0.0.141 - - [2026-02-09 02:07:19] "DELETE /route-target/a5398dfb-8985-48ab-b686-cf55e3731aff HTTP/1.1" 200 115 0.014853 10.0.0.141 - - [2026-02-09 02:07:19] "GET /projects?obj_uuids=e17a9b10-1f6c-42b6-8e5e-25a203b170f8&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001122 10.0.0.141 - - [2026-02-09 02:07:19] "GET /project/e17a9b10-1f6c-42b6-8e5e-25a203b170f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.031143 10.0.0.141 - - [2026-02-09 02:07:19] "GET /projects?obj_uuids=e17a9b10-1f6c-42b6-8e5e-25a203b170f8&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001035 10.0.0.141 - - [2026-02-09 02:07:19] "GET /project/e17a9b10-1f6c-42b6-8e5e-25a203b170f8?fields=virtual_networks HTTP/1.1" 200 1021 0.075669 10.0.0.141 - - [2026-02-09 02:07:19] "GET /projects?obj_uuids=e17a9b10-1f6c-42b6-8e5e-25a203b170f8&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001059 10.0.0.141 - - [2026-02-09 02:07:19] "GET /project/e17a9b10-1f6c-42b6-8e5e-25a203b170f8?fields=virtual_machine_interfaces HTTP/1.1" 200 1021 0.022878 10.0.0.141 - - [2026-02-09 02:07:19] "GET /projects?obj_uuids=e17a9b10-1f6c-42b6-8e5e-25a203b170f8&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001210 10.0.0.141 - - [2026-02-09 02:07:19] "GET /project/e17a9b10-1f6c-42b6-8e5e-25a203b170f8?fields=security_groups HTTP/1.1" 200 1241 0.027608 10.0.0.141 - - [2026-02-09 02:07:20] "POST /fqname-to-id HTTP/1.1" 404 186 0.032218 10.0.0.141 - - [2026-02-09 02:07:20] "GET /projects?obj_uuids=a8b1320e-2380-4066-bbb8-6739972de876&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002179 10.0.0.141 - - [2026-02-09 02:07:20] "GET /domains?obj_uuids=5c908eb1-ca90-4dd8-8556-6bf44625a257&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001002 10.0.0.141 - - [2026-02-09 02:07:20] "GET /domain/5c908eb1-ca90-4dd8-8556-6bf44625a257?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006700 10.0.0.141 - - [2026-02-09 02:07:21] "POST /id-to-fqname HTTP/1.1" 200 188 0.001225 10.0.0.141 - - [2026-02-09 02:07:21] "POST /fqname-to-id HTTP/1.1" 404 197 0.002813 10.0.0.141 - - [2026-02-09 02:07:21] "POST /security-groups HTTP/1.1" 200 589 0.065677 10.0.0.141 - - [2026-02-09 02:07:21] "POST /fqname-to-id HTTP/1.1" 404 232 0.002671 10.0.0.141 - - [2026-02-09 02:07:21] "POST /projects HTTP/1.1" 200 581 0.227929 10.0.0.141 - - [2026-02-09 02:07:21] "POST /access-control-lists HTTP/1.1" 200 596 0.059702 10.0.0.141 - - [2026-02-09 02:07:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.298142 10.0.0.141 - - [2026-02-09 02:07:21] "POST /fqname-to-id HTTP/1.1" 404 231 0.002804 10.0.0.141 - - [2026-02-09 02:07:21] "GET /project/a8b1320e-2380-4066-bbb8-6739972de876?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.416679 10.0.0.141 - - [2026-02-09 02:07:21] "POST /access-control-lists HTTP/1.1" 200 594 0.060405 10.0.0.141 - - [2026-02-09 02:07:22] "GET / HTTP/1.1" 200 36215 0.002033 10.0.0.141 - - [2026-02-09 02:07:23] "POST /fqname-to-id HTTP/1.1" 401 293 0.000621 10.0.0.141 - - [2026-02-09 02:07:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.059718 10.0.0.141 - - [2026-02-09 02:07:23] "GET /projects?obj_uuids=a8b1320e-2380-4066-bbb8-6739972de876&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001026 10.0.0.141 - - [2026-02-09 02:07:23] "GET /project/a8b1320e-2380-4066-bbb8-6739972de876?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.021108 10.0.0.141 - - [2026-02-09 02:07:23] "POST /neutron/network HTTP/1.1" 200 117 0.033765 10.0.0.141 - - [2026-02-09 02:07:23] "GET /projects?obj_uuids=a8b1320e-2380-4066-bbb8-6739972de876&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001762 10.0.0.141 - - [2026-02-09 02:07:23] "POST /neutron/network HTTP/1.1" 200 613 0.066932 10.0.0.141 - - [2026-02-09 02:07:23] "POST /route-targets HTTP/1.1" 200 328 0.009686 10.0.0.141 - - [2026-02-09 02:07:23] "POST /ref-update HTTP/1.1" 200 156 0.011699 10.0.0.141 - - [2026-02-09 02:07:23] "POST /useragent-kv HTTP/1.1" 200 115 0.002446 10.0.0.141 - - [2026-02-09 02:07:23] "POST /neutron/subnet HTTP/1.1" 200 724 0.135816 10.0.0.141 - - [2026-02-09 02:07:23] "POST /neutron/network HTTP/1.1" 200 832 0.004895 10.0.0.141 - - [2026-02-09 02:07:23] "POST /id-to-fqname HTTP/1.1" 200 223 0.001185 10.0.0.141 - - [2026-02-09 02:07:23] "GET /virtual-network/6d3729c6-6e83-4d99-a016-9e6c0ee2218e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004536 10.0.0.141 - - [2026-02-09 02:07:24] "POST /neutron/network HTTP/1.1" 200 832 0.005778 10.0.0.141 - - [2026-02-09 02:07:24] "GET /virtual-network/6d3729c6-6e83-4d99-a016-9e6c0ee2218e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004708 10.0.0.141 - - [2026-02-09 02:07:24] "POST /neutron/network HTTP/1.1" 200 832 0.005735 10.0.0.141 - - [2026-02-09 02:07:24] "POST /neutron/subnet HTTP/1.1" 200 724 0.007525 10.0.0.141 - - [2026-02-09 02:07:24] "GET /domains HTTP/1.1" 401 293 0.000423 10.0.0.141 - - [2026-02-09 02:07:24] "GET /domains HTTP/1.1" 200 281 0.029852 10.0.0.141 - - [2026-02-09 02:07:24] "GET /domains?obj_uuids=5c908eb1-ca90-4dd8-8556-6bf44625a257&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001448 10.0.0.141 - - [2026-02-09 02:07:24] "GET /domain/5c908eb1-ca90-4dd8-8556-6bf44625a257 HTTP/1.1" 200 2760 0.008794 10.0.0.141 - - [2026-02-09 02:07:24] "GET /projects?obj_uuids=a8b1320e-2380-4066-bbb8-6739972de876&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001202 10.0.0.141 - - [2026-02-09 02:07:24] "GET /project/a8b1320e-2380-4066-bbb8-6739972de876 HTTP/1.1" 200 2087 0.072336 10.0.0.141 - - [2026-02-09 02:07:24] "GET /virtual-network/6d3729c6-6e83-4d99-a016-9e6c0ee2218e HTTP/1.1" 200 2322 0.007094 10.0.0.141 - - [2026-02-09 02:07:24] "GET /virtual-network/6d3729c6-6e83-4d99-a016-9e6c0ee2218e HTTP/1.1" 200 2322 0.005574 10.0.0.141 - - [2026-02-09 02:07:24] "GET /routing-instance/e92acafe-6f9e-42f5-8df0-62d69568ec92 HTTP/1.1" 200 1497 0.003820 10.0.0.141 - - [2026-02-09 02:07:24] "GET /routing-instance/e92acafe-6f9e-42f5-8df0-62d69568ec92 HTTP/1.1" 200 1497 0.003208 10.0.0.141 - - [2026-02-09 02:07:24] "GET /route-target/086a486e-9835-40eb-ae45-b5b388417b74 HTTP/1.1" 200 1213 0.003093 10.0.0.141 - - [2026-02-09 02:07:24] "GET /virtual-network/6d3729c6-6e83-4d99-a016-9e6c0ee2218e HTTP/1.1" 200 2322 0.004242 10.0.0.141 - - [2026-02-09 02:07:24] "GET /routing-instance/e92acafe-6f9e-42f5-8df0-62d69568ec92 HTTP/1.1" 200 1497 0.002987 10.0.0.141 - - [2026-02-09 02:07:24] "GET /virtual-network/6d3729c6-6e83-4d99-a016-9e6c0ee2218e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004589 10.0.0.141 - - [2026-02-09 02:07:24] "GET /virtual-network/6d3729c6-6e83-4d99-a016-9e6c0ee2218e HTTP/1.1" 200 2322 0.004421 10.0.0.141 - - [2026-02-09 02:07:24] "GET /routing-instance/e92acafe-6f9e-42f5-8df0-62d69568ec92 HTTP/1.1" 200 1497 0.003170 10.0.0.141 - - [2026-02-09 02:07:24] "GET /routing-instance/e92acafe-6f9e-42f5-8df0-62d69568ec92 HTTP/1.1" 200 1497 0.002916 10.0.0.141 - - [2026-02-09 02:07:24] "GET /route-target/086a486e-9835-40eb-ae45-b5b388417b74 HTTP/1.1" 200 1213 0.002606 10.0.0.141 - - [2026-02-09 02:07:24] "GET /domains HTTP/1.1" 200 281 0.003061 10.0.0.141 - - [2026-02-09 02:07:24] "GET /domains?obj_uuids=5c908eb1-ca90-4dd8-8556-6bf44625a257&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000999 10.0.0.141 - - [2026-02-09 02:07:24] "GET /domain/5c908eb1-ca90-4dd8-8556-6bf44625a257 HTTP/1.1" 200 2760 0.006603 10.0.0.141 - - [2026-02-09 02:07:24] "GET /projects?obj_uuids=a8b1320e-2380-4066-bbb8-6739972de876&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000954 10.0.0.141 - - [2026-02-09 02:07:24] "GET /project/a8b1320e-2380-4066-bbb8-6739972de876 HTTP/1.1" 200 2087 0.066915 10.0.0.141 - - [2026-02-09 02:07:24] "GET /virtual-network/6d3729c6-6e83-4d99-a016-9e6c0ee2218e HTTP/1.1" 200 2322 0.004652 10.0.0.141 - - [2026-02-09 02:07:25] "GET /obj-perms HTTP/1.1" 200 5045 0.052273 10.0.0.141 - - [2026-02-09 02:07:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004362 10.0.0.141 - - [2026-02-09 02:07:25] "GET /projects?obj_uuids=a8b1320e-2380-4066-bbb8-6739972de876&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000953 10.0.0.141 - - [2026-02-09 02:07:25] "GET /project/a8b1320e-2380-4066-bbb8-6739972de876?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.025187 10.0.0.141 - - [2026-02-09 02:07:25] "POST /neutron/network HTTP/1.1" 200 117 0.011042 10.0.0.141 - - [2026-02-09 02:07:25] "GET /projects?obj_uuids=a8b1320e-2380-4066-bbb8-6739972de876&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001105 10.0.0.141 - - [2026-02-09 02:07:25] "POST /neutron/network HTTP/1.1" 200 613 0.059338 10.0.0.141 - - [2026-02-09 02:07:25] "POST /route-targets HTTP/1.1" 200 328 0.009468 10.0.0.141 - - [2026-02-09 02:07:25] "POST /ref-update HTTP/1.1" 200 156 0.013329 10.0.0.141 - - [2026-02-09 02:07:25] "POST /useragent-kv HTTP/1.1" 200 115 0.005526 10.0.0.141 - - [2026-02-09 02:07:25] "POST /neutron/subnet HTTP/1.1" 200 734 0.173034 10.0.0.141 - - [2026-02-09 02:07:25] "POST /neutron/network HTTP/1.1" 200 834 0.005445 10.0.0.141 - - [2026-02-09 02:07:25] "POST /id-to-fqname HTTP/1.1" 200 223 0.001329 10.0.0.141 - - [2026-02-09 02:07:25] "GET /virtual-network/bb365634-7224-4908-93dd-c2439d8bdb9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005169 10.0.0.141 - - [2026-02-09 02:07:25] "POST /neutron/network HTTP/1.1" 200 834 0.005772 10.0.0.141 - - [2026-02-09 02:07:25] "GET /virtual-network/bb365634-7224-4908-93dd-c2439d8bdb9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005050 10.0.0.141 - - [2026-02-09 02:07:25] "POST /neutron/network HTTP/1.1" 200 834 0.005698 10.0.0.141 - - [2026-02-09 02:07:25] "POST /neutron/subnet HTTP/1.1" 200 734 0.006379 10.0.0.141 - - [2026-02-09 02:07:25] "GET /domains HTTP/1.1" 200 281 0.002399 10.0.0.141 - - [2026-02-09 02:07:25] "GET /domains?obj_uuids=5c908eb1-ca90-4dd8-8556-6bf44625a257&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000975 10.0.0.141 - - [2026-02-09 02:07:25] "GET /domain/5c908eb1-ca90-4dd8-8556-6bf44625a257 HTTP/1.1" 200 2760 0.006110 10.0.0.141 - - [2026-02-09 02:07:25] "GET /projects?obj_uuids=a8b1320e-2380-4066-bbb8-6739972de876&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000910 10.0.0.141 - - [2026-02-09 02:07:25] "GET /project/a8b1320e-2380-4066-bbb8-6739972de876 HTTP/1.1" 200 2306 0.065996 10.0.0.141 - - [2026-02-09 02:07:25] "GET /virtual-network/bb365634-7224-4908-93dd-c2439d8bdb9c HTTP/1.1" 200 2330 0.005706 10.0.0.141 - - [2026-02-09 02:07:25] "GET /virtual-network/bb365634-7224-4908-93dd-c2439d8bdb9c HTTP/1.1" 200 2330 0.004605 10.0.0.141 - - [2026-02-09 02:07:25] "GET /routing-instance/0585df11-1502-429f-afe2-b11dd769505e HTTP/1.1" 200 1495 0.004158 10.0.0.141 - - [2026-02-09 02:07:25] "GET /routing-instance/0585df11-1502-429f-afe2-b11dd769505e HTTP/1.1" 200 1495 0.002878 10.0.0.141 - - [2026-02-09 02:07:25] "GET /route-target/26ea0fe3-4739-40b3-8e73-c8330db13ad5 HTTP/1.1" 200 1214 0.002529 10.0.0.141 - - [2026-02-09 02:07:25] "GET /virtual-network/bb365634-7224-4908-93dd-c2439d8bdb9c HTTP/1.1" 200 2330 0.003964 10.0.0.141 - - [2026-02-09 02:07:25] "GET /routing-instance/0585df11-1502-429f-afe2-b11dd769505e HTTP/1.1" 200 1495 0.003018 10.0.0.141 - - [2026-02-09 02:07:25] "GET /virtual-network/bb365634-7224-4908-93dd-c2439d8bdb9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.004007 10.0.0.141 - - [2026-02-09 02:07:25] "GET /virtual-network/bb365634-7224-4908-93dd-c2439d8bdb9c HTTP/1.1" 200 2330 0.004274 10.0.0.141 - - [2026-02-09 02:07:25] "GET /routing-instance/0585df11-1502-429f-afe2-b11dd769505e HTTP/1.1" 200 1495 0.003081 10.0.0.141 - - [2026-02-09 02:07:25] "GET /routing-instance/0585df11-1502-429f-afe2-b11dd769505e HTTP/1.1" 200 1495 0.003251 10.0.0.141 - - [2026-02-09 02:07:25] "GET /route-target/26ea0fe3-4739-40b3-8e73-c8330db13ad5 HTTP/1.1" 200 1214 0.002743 10.0.0.141 - - [2026-02-09 02:07:25] "GET /domains HTTP/1.1" 200 281 0.002555 10.0.0.141 - - [2026-02-09 02:07:25] "GET /domains?obj_uuids=5c908eb1-ca90-4dd8-8556-6bf44625a257&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000959 10.0.0.141 - - [2026-02-09 02:07:25] "GET /domain/5c908eb1-ca90-4dd8-8556-6bf44625a257 HTTP/1.1" 200 2760 0.006666 10.0.0.141 - - [2026-02-09 02:07:25] "GET /projects?obj_uuids=a8b1320e-2380-4066-bbb8-6739972de876&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000997 10.0.0.141 - - [2026-02-09 02:07:26] "GET /project/a8b1320e-2380-4066-bbb8-6739972de876 HTTP/1.1" 200 2306 0.065794 10.0.0.141 - - [2026-02-09 02:07:26] "GET /virtual-network/bb365634-7224-4908-93dd-c2439d8bdb9c HTTP/1.1" 200 2330 0.004806 10.0.0.141 - - [2026-02-09 02:07:26] "GET /obj-perms HTTP/1.1" 200 5045 0.003182 10.0.0.141 - - [2026-02-09 02:07:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002997 10.0.0.141 - - [2026-02-09 02:07:26] "GET /projects?obj_uuids=a8b1320e-2380-4066-bbb8-6739972de876&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001393 10.0.0.141 - - [2026-02-09 02:07:26] "GET /project/a8b1320e-2380-4066-bbb8-6739972de876?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.024246 10.0.0.141 - - [2026-02-09 02:07:26] "POST /neutron/network HTTP/1.1" 200 117 0.010471 10.0.0.141 - - [2026-02-09 02:07:26] "GET /projects?obj_uuids=a8b1320e-2380-4066-bbb8-6739972de876&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001063 10.0.0.141 - - [2026-02-09 02:07:26] "POST /neutron/network HTTP/1.1" 200 615 0.064939 10.0.0.141 - - [2026-02-09 02:07:26] "POST /ref-update HTTP/1.1" 200 156 0.010718 10.0.0.141 - - [2026-02-09 02:07:26] "POST /useragent-kv HTTP/1.1" 200 115 0.003119 10.0.0.141 - - [2026-02-09 02:07:26] "POST /neutron/subnet HTTP/1.1" 200 734 0.126808 10.0.0.141 - - [2026-02-09 02:07:26] "POST /neutron/network HTTP/1.1" 200 836 0.005237 10.0.0.141 - - [2026-02-09 02:07:26] "POST /id-to-fqname HTTP/1.1" 200 224 0.001217 10.0.0.141 - - [2026-02-09 02:07:26] "GET /virtual-network/f11c6cd6-44b7-4bd5-9e31-257e65a73b41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.004490 10.0.0.141 - - [2026-02-09 02:07:26] "POST /neutron/network HTTP/1.1" 200 836 0.006928 10.0.0.141 - - [2026-02-09 02:07:26] "GET /virtual-network/f11c6cd6-44b7-4bd5-9e31-257e65a73b41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.004930 10.0.0.141 - - [2026-02-09 02:07:26] "POST /neutron/network HTTP/1.1" 200 836 0.005213 10.0.0.141 - - [2026-02-09 02:07:26] "POST /neutron/subnet HTTP/1.1" 200 734 0.006962 10.0.0.141 - - [2026-02-09 02:07:26] "GET /domains HTTP/1.1" 200 281 0.002112 10.0.0.141 - - [2026-02-09 02:07:26] "GET /domains?obj_uuids=5c908eb1-ca90-4dd8-8556-6bf44625a257&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001015 10.0.0.141 - - [2026-02-09 02:07:26] "GET /domain/5c908eb1-ca90-4dd8-8556-6bf44625a257 HTTP/1.1" 200 2760 0.006318 10.0.0.141 - - [2026-02-09 02:07:26] "GET /projects?obj_uuids=a8b1320e-2380-4066-bbb8-6739972de876&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001003 10.0.0.141 - - [2026-02-09 02:07:26] "GET /project/a8b1320e-2380-4066-bbb8-6739972de876 HTTP/1.1" 200 2526 0.066384 10.0.0.141 - - [2026-02-09 02:07:26] "GET /virtual-network/f11c6cd6-44b7-4bd5-9e31-257e65a73b41 HTTP/1.1" 200 2335 0.006127 10.0.0.141 - - [2026-02-09 02:07:26] "GET /virtual-network/f11c6cd6-44b7-4bd5-9e31-257e65a73b41 HTTP/1.1" 200 2335 0.004899 10.0.0.141 - - [2026-02-09 02:07:26] "GET /routing-instance/287bec7f-cd6d-461c-b1fb-a112beb46666 HTTP/1.1" 200 1500 0.003882 10.0.0.141 - - [2026-02-09 02:07:26] "GET /routing-instance/287bec7f-cd6d-461c-b1fb-a112beb46666 HTTP/1.1" 200 1500 0.003258 10.0.0.141 - - [2026-02-09 02:07:26] "GET /route-target/d7435543-f04b-494f-9369-61806882d95e HTTP/1.1" 200 1217 0.004186 10.0.0.141 - - [2026-02-09 02:07:26] "GET /virtual-network/f11c6cd6-44b7-4bd5-9e31-257e65a73b41 HTTP/1.1" 200 2335 0.004475 10.0.0.141 - - [2026-02-09 02:07:26] "GET /routing-instance/287bec7f-cd6d-461c-b1fb-a112beb46666 HTTP/1.1" 200 1500 0.004641 10.0.0.141 - - [2026-02-09 02:07:26] "GET /virtual-network/f11c6cd6-44b7-4bd5-9e31-257e65a73b41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.004511 10.0.0.141 - - [2026-02-09 02:07:26] "GET /virtual-network/f11c6cd6-44b7-4bd5-9e31-257e65a73b41 HTTP/1.1" 200 2335 0.004257 10.0.0.141 - - [2026-02-09 02:07:26] "GET /routing-instance/287bec7f-cd6d-461c-b1fb-a112beb46666 HTTP/1.1" 200 1500 0.002874 10.0.0.141 - - [2026-02-09 02:07:26] "GET /routing-instance/287bec7f-cd6d-461c-b1fb-a112beb46666 HTTP/1.1" 200 1500 0.002774 10.0.0.141 - - [2026-02-09 02:07:26] "GET /route-target/d7435543-f04b-494f-9369-61806882d95e HTTP/1.1" 200 1217 0.002322 10.0.0.141 - - [2026-02-09 02:07:26] "GET /domains HTTP/1.1" 200 281 0.002396 10.0.0.141 - - [2026-02-09 02:07:26] "GET /domains?obj_uuids=5c908eb1-ca90-4dd8-8556-6bf44625a257&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000944 10.0.0.141 - - [2026-02-09 02:07:26] "GET /domain/5c908eb1-ca90-4dd8-8556-6bf44625a257 HTTP/1.1" 200 2760 0.006345 10.0.0.141 - - [2026-02-09 02:07:26] "GET /projects?obj_uuids=a8b1320e-2380-4066-bbb8-6739972de876&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000893 10.0.0.141 - - [2026-02-09 02:07:26] "GET /project/a8b1320e-2380-4066-bbb8-6739972de876 HTTP/1.1" 200 2526 0.060812 10.0.0.141 - - [2026-02-09 02:07:26] "GET /virtual-network/f11c6cd6-44b7-4bd5-9e31-257e65a73b41 HTTP/1.1" 200 2335 0.005338 10.0.0.141 - - [2026-02-09 02:07:26] "GET /obj-perms HTTP/1.1" 200 5045 0.003061 10.0.0.141 - - [2026-02-09 02:07:26] "POST /id-to-fqname HTTP/1.1" 200 223 0.001338 10.0.0.141 - - [2026-02-09 02:07:27] "POST /neutron/network HTTP/1.1" 200 844 0.005548 10.0.0.141 - - [2026-02-09 02:07:27] "GET /aaa-mode HTTP/1.1" 401 293 0.000546 10.0.0.141 - - [2026-02-09 02:07:27] "GET / HTTP/1.1" 200 36215 0.001529 10.0.0.141 - - [2026-02-09 02:07:27] "GET /project/a8b1320e-2380-4066-bbb8-6739972de876?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000392 10.0.0.141 - - [2026-02-09 02:07:27] "GET /projects?obj_uuids=a8b1320e-2380-4066-bbb8-6739972de876&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001116 10.0.0.141 - - [2026-02-09 02:07:27] "GET /project/a8b1320e-2380-4066-bbb8-6739972de876?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.054915 10.0.0.141 - - [2026-02-09 02:07:27] "POST /neutron/network HTTP/1.1" 200 834 0.005511 10.0.0.141 - - [2026-02-09 02:07:27] "POST /neutron/port HTTP/1.1" 200 117 0.005241 10.0.0.141 - - [2026-02-09 02:07:28] "POST /neutron/port HTTP/1.1" 200 117 0.004839 10.0.0.141 - - [2026-02-09 02:07:28] "POST /id-to-fqname HTTP/1.1" 200 224 0.001635 10.0.0.141 - - [2026-02-09 02:07:28] "POST /neutron/port HTTP/1.1" 200 117 0.005886 10.0.0.141 - - [2026-02-09 02:07:28] "POST /neutron/network HTTP/1.1" 200 846 0.005916 10.0.0.141 - - [2026-02-09 02:07:28] "GET /aaa-mode HTTP/1.1" 401 293 0.000526 10.0.0.141 - - [2026-02-09 02:07:28] "POST /neutron/network HTTP/1.1" 200 844 0.005728 10.0.0.141 - - [2026-02-09 02:07:28] "GET /projects?obj_uuids=a8b1320e-2380-4066-bbb8-6739972de876&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001083 10.0.0.141 - - [2026-02-09 02:07:28] "POST /neutron/port HTTP/1.1" 200 1060 0.231956 10.0.0.141 - - [2026-02-09 02:07:28] "POST /neutron/port HTTP/1.1" 200 1060 0.009454 10.0.0.141 - - [2026-02-09 02:07:28] "GET / HTTP/1.1" 200 36215 0.001759 10.0.0.141 - - [2026-02-09 02:07:28] "POST /neutron/port HTTP/1.1" 200 1060 0.010714 10.0.0.141 - - [2026-02-09 02:07:28] "GET /project/a8b1320e-2380-4066-bbb8-6739972de876?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000381 10.0.0.141 - - [2026-02-09 02:07:28] "POST /neutron/port HTTP/1.1" 200 1114 0.061645 10.0.0.141 - - [2026-02-09 02:07:28] "POST /neutron/port HTTP/1.1" 200 1124 0.012217 10.0.0.141 - - [2026-02-09 02:07:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003939 10.0.0.141 - - [2026-02-09 02:07:28] "POST /neutron/subnet HTTP/1.1" 200 708 0.007469 10.0.0.141 - - [2026-02-09 02:07:28] "POST /neutron/port HTTP/1.1" 200 117 0.001389 10.0.0.141 - - [2026-02-09 02:07:28] "POST /neutron/network HTTP/1.1" 200 834 0.005542 10.0.0.141 - - [2026-02-09 02:07:29] "GET /projects?obj_uuids=a8b1320e-2380-4066-bbb8-6739972de876&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001115 10.0.0.141 - - [2026-02-09 02:07:29] "GET /project/a8b1320e-2380-4066-bbb8-6739972de876?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.048232 10.0.0.141 - - [2026-02-09 02:07:29] "POST /neutron/network HTTP/1.1" 200 836 0.005928 10.0.0.141 - - [2026-02-09 02:07:29] "POST /neutron/port HTTP/1.1" 200 1124 0.016333 10.0.0.141 - - [2026-02-09 02:07:29] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006354 10.0.0.141 - - [2026-02-09 02:07:29] "POST /neutron/port HTTP/1.1" 200 117 0.005054 10.0.0.141 - - [2026-02-09 02:07:29] "POST /fqname-to-id HTTP/1.1" 404 193 0.002428 10.0.0.141 - - [2026-02-09 02:07:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002860 10.0.0.141 - - [2026-02-09 02:07:29] "GET /domains?obj_uuids=5c908eb1-ca90-4dd8-8556-6bf44625a257&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001329 10.0.0.141 - - [2026-02-09 02:07:29] "GET /domain/5c908eb1-ca90-4dd8-8556-6bf44625a257?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.009523 10.0.0.141 - - [2026-02-09 02:07:29] "POST /service-templates HTTP/1.1" 200 545 0.026294 10.0.0.141 - - [2026-02-09 02:07:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003078 10.0.0.141 - - [2026-02-09 02:07:29] "GET /service-template/495905fa-413b-45c7-b49f-59153a1d1cfa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.005119 10.0.0.141 - - [2026-02-09 02:07:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003111 10.0.0.141 - - [2026-02-09 02:07:29] "GET /service-template/495905fa-413b-45c7-b49f-59153a1d1cfa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.003637 10.0.0.141 - - [2026-02-09 02:07:29] "POST /neutron/network HTTP/1.1" 200 846 0.005707 10.0.0.141 - - [2026-02-09 02:07:29] "GET /projects?obj_uuids=a8b1320e-2380-4066-bbb8-6739972de876&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001166 10.0.0.141 - - [2026-02-09 02:07:29] "POST /id-to-fqname HTTP/1.1" 200 223 0.002650 10.0.0.141 - - [2026-02-09 02:07:29] "POST /id-to-fqname HTTP/1.1" 200 223 0.014318 10.0.0.141 - - [2026-02-09 02:07:29] "POST /id-to-fqname HTTP/1.1" 200 224 0.001726 10.0.0.141 - - [2026-02-09 02:07:30] "POST /neutron/port HTTP/1.1" 200 1060 0.287641 10.0.0.141 - - [2026-02-09 02:07:30] "POST /neutron/port HTTP/1.1" 200 2042 0.020244 10.0.0.141 - - [2026-02-09 02:07:30] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007632 10.0.0.141 - - [2026-02-09 02:07:30] "POST /neutron/port HTTP/1.1" 200 1060 0.019506 10.0.0.141 - - [2026-02-09 02:07:30] "POST /neutron/port HTTP/1.1" 200 1060 0.019263 10.0.0.141 - - [2026-02-09 02:07:30] "POST /neutron/port HTTP/1.1" 200 1114 0.068435 10.0.0.141 - - [2026-02-09 02:07:30] "POST /neutron/port HTTP/1.1" 200 1124 0.012136 10.0.0.141 - - [2026-02-09 02:07:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003515 10.0.0.141 - - [2026-02-09 02:07:30] "POST /neutron/subnet HTTP/1.1" 200 708 0.006999 10.0.0.141 - - [2026-02-09 02:07:30] "POST /neutron/port HTTP/1.1" 200 117 0.001383 10.0.0.141 - - [2026-02-09 02:07:30] "POST /neutron/network HTTP/1.1" 200 836 0.005950 10.0.0.141 - - [2026-02-09 02:07:30] "POST /neutron/network HTTP/1.1" 200 2227 0.009971 10.0.0.141 - - [2026-02-09 02:07:30] "GET /aaa-mode HTTP/1.1" 401 293 0.000425 10.0.0.141 - - [2026-02-09 02:07:31] "GET / HTTP/1.1" 200 36215 0.001652 10.0.0.141 - - [2026-02-09 02:07:31] "GET /project/a8b1320e-2380-4066-bbb8-6739972de876?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000422 10.0.0.141 - - [2026-02-09 02:07:31] "GET /projects?obj_uuids=a8b1320e-2380-4066-bbb8-6739972de876&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001091 10.0.0.141 - - [2026-02-09 02:07:31] "GET /project/a8b1320e-2380-4066-bbb8-6739972de876?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.055812 10.0.0.141 - - [2026-02-09 02:07:31] "POST /neutron/network HTTP/1.1" 200 832 0.005512 10.0.0.141 - - [2026-02-09 02:07:31] "POST /neutron/network HTTP/1.1" 200 834 0.005702 10.0.0.141 - - [2026-02-09 02:07:31] "POST /neutron/network HTTP/1.1" 200 836 0.005231 10.0.0.141 - - [2026-02-09 02:07:31] "POST /neutron/port HTTP/1.1" 200 2096 0.019629 10.0.0.141 - - [2026-02-09 02:07:31] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006492 10.0.0.141 - - [2026-02-09 02:07:31] "POST /neutron/port HTTP/1.1" 200 117 0.006088 10.0.0.141 - - [2026-02-09 02:07:31] "POST /neutron/port HTTP/1.1" 200 117 0.005103 10.0.0.141 - - [2026-02-09 02:07:32] "POST /neutron/network HTTP/1.1" 200 2227 0.008898 10.0.0.141 - - [2026-02-09 02:07:32] "GET /projects?obj_uuids=a8b1320e-2380-4066-bbb8-6739972de876&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001100 10.0.0.141 - - [2026-02-09 02:07:32] "POST /neutron/port HTTP/1.1" 200 1058 0.257063 10.0.0.141 - - [2026-02-09 02:07:32] "GET /projects?obj_uuids=a8b1320e-2380-4066-bbb8-6739972de876&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001281 10.0.0.141 - - [2026-02-09 02:07:32] "POST /neutron/port HTTP/1.1" 200 1060 0.198752 10.0.0.141 - - [2026-02-09 02:07:32] "GET /projects?obj_uuids=a8b1320e-2380-4066-bbb8-6739972de876&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001639 10.0.0.141 - - [2026-02-09 02:07:32] "POST /neutron/port HTTP/1.1" 200 1060 0.185885 10.0.0.141 - - [2026-02-09 02:07:32] "POST /neutron/port HTTP/1.1" 200 1058 0.012201 10.0.0.141 - - [2026-02-09 02:07:32] "POST /neutron/port HTTP/1.1" 200 1058 0.011362 10.0.0.141 - - [2026-02-09 02:07:33] "POST /neutron/port HTTP/1.1" 200 1112 0.073777 10.0.0.141 - - [2026-02-09 02:07:33] "POST /neutron/port HTTP/1.1" 200 1060 0.012996 10.0.0.141 - - [2026-02-09 02:07:33] "POST /neutron/port HTTP/1.1" 200 1060 0.011980 10.0.0.141 - - [2026-02-09 02:07:33] "POST /neutron/port HTTP/1.1" 200 1114 0.077733 10.0.0.141 - - [2026-02-09 02:07:33] "POST /neutron/port HTTP/1.1" 200 1060 0.010612 10.0.0.141 - - [2026-02-09 02:07:33] "POST /neutron/port HTTP/1.1" 200 1060 0.008670 10.0.0.141 - - [2026-02-09 02:07:33] "POST /neutron/port HTTP/1.1" 200 1114 0.065464 10.0.0.141 - - [2026-02-09 02:07:33] "POST /neutron/port HTTP/1.1" 200 3065 0.018632 10.0.0.141 - - [2026-02-09 02:07:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003545 10.0.0.141 - - [2026-02-09 02:07:33] "POST /neutron/subnet HTTP/1.1" 200 698 0.006669 10.0.0.141 - - [2026-02-09 02:07:33] "POST /neutron/port HTTP/1.1" 200 117 0.001199 10.0.0.141 - - [2026-02-09 02:07:33] "POST /neutron/network HTTP/1.1" 200 832 0.005183 10.0.0.141 - - [2026-02-09 02:07:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004293 10.0.0.141 - - [2026-02-09 02:07:33] "POST /neutron/subnet HTTP/1.1" 200 708 0.006759 10.0.0.141 - - [2026-02-09 02:07:33] "POST /neutron/port HTTP/1.1" 200 117 0.001186 10.0.0.141 - - [2026-02-09 02:07:33] "POST /neutron/network HTTP/1.1" 200 834 0.008830 10.0.0.141 - - [2026-02-09 02:07:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003190 10.0.0.141 - - [2026-02-09 02:07:33] "POST /neutron/subnet HTTP/1.1" 200 708 0.006431 10.0.0.141 - - [2026-02-09 02:07:33] "POST /neutron/port HTTP/1.1" 200 117 0.001236 10.0.0.141 - - [2026-02-09 02:07:33] "POST /neutron/network HTTP/1.1" 200 836 0.005458 10.0.0.141 - - [2026-02-09 02:07:36] "POST /neutron/port HTTP/1.1" 200 3065 0.017427 10.0.0.141 - - [2026-02-09 02:07:37] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006192 10.0.0.141 - - [2026-02-09 02:07:37] "POST /neutron/port HTTP/1.1" 200 3065 0.018362 10.0.0.141 - - [2026-02-09 02:07:37] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010597 10.0.0.141 - - [2026-02-09 02:07:37] "POST /neutron/port HTTP/1.1" 200 3065 0.021376 10.0.0.141 - - [2026-02-09 02:07:37] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006681 10.0.0.141 - - [2026-02-09 02:07:37] "POST /neutron/port HTTP/1.1" 200 3065 0.020669 10.0.0.141 - - [2026-02-09 02:07:37] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008174 10.0.0.141 - - [2026-02-09 02:07:37] "POST /neutron/port HTTP/1.1" 200 3065 0.017217 10.0.0.141 - - [2026-02-09 02:07:37] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005887 10.0.0.141 - - [2026-02-09 02:07:37] "GET /virtual-machine/9e847bbf-fc34-48a3-af09-f8045ae06844 HTTP/1.1" 200 1807 0.004529 10.0.0.141 - - [2026-02-09 02:07:37] "GET /virtual-machine-interface/55626f34-d49c-461b-aeb0-217a569f1874 HTTP/1.1" 200 2956 0.004780 10.0.0.141 - - [2026-02-09 02:07:37] "GET /virtual-machine-interface/9e75359d-e2ba-4595-a75a-63447bf5ee2b HTTP/1.1" 200 2954 0.006153 10.0.0.141 - - [2026-02-09 02:07:37] "GET /virtual-machine-interface/d7723abc-0ff9-4bcd-ae46-9bd47bee060d HTTP/1.1" 200 2954 0.005526 10.0.0.141 - - [2026-02-09 02:07:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002899 10.0.0.141 - - [2026-02-09 02:07:37] "GET /global-vrouter-config/a378f525-7fa5-46b7-9091-743b27ef1b57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003110 10.0.0.141 - - [2026-02-09 02:07:37] "GET /virtual-networks?parent_id=a8b1320e-2380-4066-bbb8-6739972de876&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003526 10.0.0.141 - - [2026-02-09 02:07:37] "GET /virtual-network/6d3729c6-6e83-4d99-a016-9e6c0ee2218e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005760 10.0.0.141 - - [2026-02-09 02:07:38] "POST /neutron/port HTTP/1.1" 200 1124 0.011317 10.0.0.141 - - [2026-02-09 02:07:38] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004864 10.0.0.141 - - [2026-02-09 02:07:40] "POST /neutron/port HTTP/1.1" 200 1124 0.011916 10.0.0.141 - - [2026-02-09 02:07:40] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005683 10.0.0.141 - - [2026-02-09 02:07:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002832 10.0.0.141 - - [2026-02-09 02:07:40] "GET /virtual-network/6d3729c6-6e83-4d99-a016-9e6c0ee2218e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005206 10.0.0.141 - - [2026-02-09 02:07:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002826 10.0.0.141 - - [2026-02-09 02:07:44] "GET /virtual-network/6d3729c6-6e83-4d99-a016-9e6c0ee2218e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004683 10.0.0.141 - - [2026-02-09 02:07:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002966 10.0.0.141 - - [2026-02-09 02:07:49] "GET /virtual-network/6d3729c6-6e83-4d99-a016-9e6c0ee2218e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005028 10.0.0.141 - - [2026-02-09 02:07:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003037 10.0.0.141 - - [2026-02-09 02:07:53] "GET /virtual-network/6d3729c6-6e83-4d99-a016-9e6c0ee2218e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006166 10.0.0.141 - - [2026-02-09 02:07:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003044 10.0.0.141 - - [2026-02-09 02:07:55] "GET /global-vrouter-config/a378f525-7fa5-46b7-9091-743b27ef1b57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003056 10.0.0.141 - - [2026-02-09 02:07:55] "GET /virtual-networks?parent_id=a8b1320e-2380-4066-bbb8-6739972de876&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003413 10.0.0.141 - - [2026-02-09 02:07:55] "GET /virtual-network/6d3729c6-6e83-4d99-a016-9e6c0ee2218e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005182 10.0.0.141 - - [2026-02-09 02:07:55] "POST /neutron/port HTTP/1.1" 200 3065 0.019199 10.0.0.141 - - [2026-02-09 02:07:55] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007048 10.0.0.141 - - [2026-02-09 02:08:00] "POST /neutron/port HTTP/1.1" 200 3065 0.018941 10.0.0.141 - - [2026-02-09 02:08:00] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006465 10.0.0.141 - - [2026-02-09 02:08:04] "POST /neutron/port HTTP/1.1" 200 3065 0.020862 10.0.0.141 - - [2026-02-09 02:08:04] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005594 10.0.0.141 - - [2026-02-09 02:08:05] "POST /neutron/port HTTP/1.1" 200 3065 0.018002 10.0.0.141 - - [2026-02-09 02:08:05] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005718 10.0.0.141 - - [2026-02-09 02:08:06] "DELETE /project/a8b1320e23804066bbb86739972de876 HTTP/1.1" 404 173 0.037078 10.0.0.141 - - [2026-02-09 02:08:06] "GET /projects?obj_uuids=e17a9b10-1f6c-42b6-8e5e-25a203b170f8&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001184 10.0.0.141 - - [2026-02-09 02:08:06] "GET /project/e17a9b10-1f6c-42b6-8e5e-25a203b170f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1441 0.064124 10.0.0.141 - - [2026-02-09 02:08:06] "GET /projects?obj_uuids=e17a9b10-1f6c-42b6-8e5e-25a203b170f8&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001068 10.0.0.141 - - [2026-02-09 02:08:06] "GET /project/e17a9b10-1f6c-42b6-8e5e-25a203b170f8?fields=security_groups HTTP/1.1" 200 1343 0.077549 10.0.0.141 - - [2026-02-09 02:08:06] "DELETE /security-group/d513c2f3-816c-44f9-b603-bfee8ae4c6d5 HTTP/1.1" 200 115 0.045571 10.0.0.141 - - [2026-02-09 02:08:06] "GET /projects?obj_uuids=e17a9b10-1f6c-42b6-8e5e-25a203b170f8&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001032 10.0.0.141 - - [2026-02-09 02:08:06] "DELETE /access-control-list/9f91bfeb-0044-488e-85d1-f224513f3b53 HTTP/1.1" 200 115 0.029427 10.0.0.141 - - [2026-02-09 02:08:06] "GET /project/e17a9b10-1f6c-42b6-8e5e-25a203b170f8?fields=application_policy_sets HTTP/1.1" 200 1382 0.040171 10.0.0.141 - - [2026-02-09 02:08:06] "DELETE /access-control-list/b5c1f154-5827-4213-b748-085045923362 HTTP/1.1" 200 115 0.038981 10.0.0.141 - - [2026-02-09 02:08:07] "DELETE /project/e17a9b10-1f6c-42b6-8e5e-25a203b170f8 HTTP/1.1" 200 115 0.447047 10.0.0.141 - - [2026-02-09 02:08:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002856 10.0.0.141 - - [2026-02-09 02:08:11] "GET /global-vrouter-config/a378f525-7fa5-46b7-9091-743b27ef1b57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003056 10.0.0.141 - - [2026-02-09 02:08:11] "GET /virtual-networks?parent_id=a8b1320e-2380-4066-bbb8-6739972de876&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003282 10.0.0.141 - - [2026-02-09 02:08:11] "GET /virtual-network/bb365634-7224-4908-93dd-c2439d8bdb9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005458 10.0.0.141 - - [2026-02-09 02:08:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002959 10.0.0.141 - - [2026-02-09 02:08:11] "GET /global-vrouter-config/a378f525-7fa5-46b7-9091-743b27ef1b57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.004366 10.0.0.141 - - [2026-02-09 02:08:11] "GET /virtual-networks?parent_id=a8b1320e-2380-4066-bbb8-6739972de876&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003195 10.0.0.141 - - [2026-02-09 02:08:11] "GET /virtual-network/f11c6cd6-44b7-4bd5-9e31-257e65a73b41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.005875 10.0.0.141 - - [2026-02-09 02:08:11] "POST /fqname-to-id HTTP/1.1" 404 207 0.002749 10.0.0.141 - - [2026-02-09 02:08:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002764 10.0.0.141 - - [2026-02-09 02:08:11] "GET /projects?obj_uuids=a8b1320e-2380-4066-bbb8-6739972de876&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001088 10.0.0.141 - - [2026-02-09 02:08:11] "GET /project/a8b1320e-2380-4066-bbb8-6739972de876?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.024017 10.0.0.141 - - [2026-02-09 02:08:11] "POST /service-instances HTTP/1.1" 200 545 0.064432 10.0.0.141 - - [2026-02-09 02:08:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003532 10.0.0.141 - - [2026-02-09 02:08:12] "GET /service-instance/0fe39c44-e171-4d58-8d1d-59e915248030?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2138 0.005180 10.0.0.141 - - [2026-02-09 02:08:12] "POST /port-tuples HTTP/1.1" 200 588 0.019736 10.0.0.141 - - [2026-02-09 02:08:12] "GET /virtual-machine-interface/d7723abc-0ff9-4bcd-ae46-9bd47bee060d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2732 0.005139 10.0.0.141 - - [2026-02-09 02:08:12] "PUT /virtual-machine-interface/d7723abc-0ff9-4bcd-ae46-9bd47bee060d HTTP/1.1" 200 285 0.010555 10.0.0.141 - - [2026-02-09 02:08:12] "POST /ref-update HTTP/1.1" 200 156 0.009902 10.0.0.141 - - [2026-02-09 02:08:12] "POST /instance-ips HTTP/1.1" 200 386 0.024705 10.0.0.141 - - [2026-02-09 02:08:12] "POST /ref-update HTTP/1.1" 200 156 0.014814 10.0.0.141 - - [2026-02-09 02:08:12] "GET /virtual-machine-interface/9e75359d-e2ba-4595-a75a-63447bf5ee2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2732 0.010536 10.0.0.141 - - [2026-02-09 02:08:12] "POST /ref-update HTTP/1.1" 200 156 0.011033 10.0.0.141 - - [2026-02-09 02:08:12] "PUT /virtual-machine-interface/9e75359d-e2ba-4595-a75a-63447bf5ee2b HTTP/1.1" 200 285 0.012170 10.0.0.141 - - [2026-02-09 02:08:12] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003496 10.0.0.141 - - [2026-02-09 02:08:12] "POST /ref-update HTTP/1.1" 200 156 0.010143 10.0.0.141 - - [2026-02-09 02:08:12] "GET /virtual-machine-interface/55626f34-d49c-461b-aeb0-217a569f1874?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2734 0.005495 10.0.0.141 - - [2026-02-09 02:08:12] "POST /instance-ips HTTP/1.1" 200 386 0.026054 10.0.0.141 - - [2026-02-09 02:08:12] "PUT /virtual-machine-interface/55626f34-d49c-461b-aeb0-217a569f1874 HTTP/1.1" 200 285 0.009632 10.0.0.141 - - [2026-02-09 02:08:12] "POST /ref-update HTTP/1.1" 200 156 0.013248 10.0.0.141 - - [2026-02-09 02:08:12] "POST /ref-update HTTP/1.1" 200 156 0.009481 10.0.0.141 - - [2026-02-09 02:08:12] "POST /ref-update HTTP/1.1" 200 156 0.009638 10.0.0.141 - - [2026-02-09 02:08:12] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002914 10.0.0.141 - - [2026-02-09 02:08:12] "POST /neutron/port HTTP/1.1" 200 1124 0.014927 10.0.0.141 - - [2026-02-09 02:08:12] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006473 10.0.0.141 - - [2026-02-09 02:08:12] "POST /instance-ips HTTP/1.1" 200 374 0.017190 10.0.0.141 - - [2026-02-09 02:08:12] "POST /neutron/port HTTP/1.1" 200 1124 0.016143 10.0.0.141 - - [2026-02-09 02:08:12] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009889 10.0.0.141 - - [2026-02-09 02:08:12] "POST /ref-update HTTP/1.1" 200 156 0.023518 10.0.0.141 - - [2026-02-09 02:08:12] "POST /ref-update HTTP/1.1" 200 156 0.011208 10.0.0.141 - - [2026-02-09 02:08:12] "POST /neutron/port HTTP/1.1" 200 1124 0.015224 10.0.0.141 - - [2026-02-09 02:08:12] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006522 10.0.0.141 - - [2026-02-09 02:08:12] "GET /virtual-machine/9dafceeb-1365-4100-8392-fe2deec71369 HTTP/1.1" 200 1292 0.004614 10.0.0.141 - - [2026-02-09 02:08:12] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003130 10.0.0.141 - - [2026-02-09 02:08:12] "GET /virtual-machine-interface/21ccbb48-4bce-49a5-b9c6-7142c5f63b8c HTTP/1.1" 200 2953 0.004976 10.0.0.141 - - [2026-02-09 02:08:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002710 10.0.0.141 - - [2026-02-09 02:08:12] "GET /global-vrouter-config/a378f525-7fa5-46b7-9091-743b27ef1b57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002849 10.0.0.141 - - [2026-02-09 02:08:12] "POST /instance-ips HTTP/1.1" 200 374 0.015074 10.0.0.141 - - [2026-02-09 02:08:12] "GET /virtual-networks?parent_id=a8b1320e-2380-4066-bbb8-6739972de876&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002652 10.0.0.141 - - [2026-02-09 02:08:12] "POST /ref-update HTTP/1.1" 200 156 0.008126 10.0.0.141 - - [2026-02-09 02:08:12] "GET /virtual-network/bb365634-7224-4908-93dd-c2439d8bdb9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.004809 10.0.0.141 - - [2026-02-09 02:08:13] "POST /ref-update HTTP/1.1" 200 156 0.008338 10.0.0.141 - - [2026-02-09 02:08:13] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002702 10.0.0.141 - - [2026-02-09 02:08:13] "POST /instance-ips HTTP/1.1" 200 376 0.016727 10.0.0.141 - - [2026-02-09 02:08:13] "POST /ref-update HTTP/1.1" 200 156 0.008209 10.0.0.141 - - [2026-02-09 02:08:13] "POST /ref-update HTTP/1.1" 200 156 0.007922 10.0.0.141 - - [2026-02-09 02:08:13] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002882 10.0.0.141 - - [2026-02-09 02:08:13] "POST /instance-ips HTTP/1.1" 200 376 0.016118 10.0.0.141 - - [2026-02-09 02:08:13] "POST /ref-update HTTP/1.1" 200 156 0.034104 10.0.0.141 - - [2026-02-09 02:08:13] "GET /obj-perms HTTP/1.1" 200 5075 0.071591 10.0.0.141 - - [2026-02-09 02:08:13] "POST /ref-update HTTP/1.1" 200 156 0.009485 10.0.0.141 - - [2026-02-09 02:08:13] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003159 10.0.0.141 - - [2026-02-09 02:08:13] "GET /obj-perms HTTP/1.1" 200 5075 0.052932 10.0.0.141 - - [2026-02-09 02:08:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003158 10.0.0.141 - - [2026-02-09 02:08:14] "GET /global-vrouter-config/a378f525-7fa5-46b7-9091-743b27ef1b57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.004003 10.0.0.141 - - [2026-02-09 02:08:14] "GET /virtual-networks?parent_id=a8b1320e-2380-4066-bbb8-6739972de876&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003343 10.0.0.141 - - [2026-02-09 02:08:14] "GET /virtual-network/bb365634-7224-4908-93dd-c2439d8bdb9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005507 10.0.0.141 - - [2026-02-09 02:08:14] "POST /neutron/port HTTP/1.1" 200 1124 0.012385 10.0.0.141 - - [2026-02-09 02:08:14] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005761 10.0.0.141 - - [2026-02-09 02:08:14] "POST /neutron/port HTTP/1.1" 200 1124 0.012978 10.0.0.141 - - [2026-02-09 02:08:14] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006389 10.0.0.141 - - [2026-02-09 02:08:14] "POST /neutron/port HTTP/1.1" 200 1124 0.012950 10.0.0.141 - - [2026-02-09 02:08:14] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006634 10.0.0.141 - - [2026-02-09 02:08:14] "GET /virtual-machine/6a156104-8617-4c1b-90cc-5e9eed3d39d6 HTTP/1.1" 200 1292 0.004822 10.0.0.141 - - [2026-02-09 02:08:14] "GET /virtual-machine-interface/239e3f89-c73f-4b69-bdf7-8e98dbb01755 HTTP/1.1" 200 2956 0.005160 10.0.0.141 - - [2026-02-09 02:08:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002825 10.0.0.141 - - [2026-02-09 02:08:14] "GET /global-vrouter-config/a378f525-7fa5-46b7-9091-743b27ef1b57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003149 10.0.0.141 - - [2026-02-09 02:08:14] "GET /virtual-networks?parent_id=a8b1320e-2380-4066-bbb8-6739972de876&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003053 10.0.0.141 - - [2026-02-09 02:08:14] "GET /virtual-network/f11c6cd6-44b7-4bd5-9e31-257e65a73b41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.005321 10.0.0.141 - - [2026-02-09 02:08:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002846 10.0.0.141 - - [2026-02-09 02:08:15] "GET /global-vrouter-config/a378f525-7fa5-46b7-9091-743b27ef1b57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002918 10.0.0.141 - - [2026-02-09 02:08:15] "GET /virtual-networks?parent_id=a8b1320e-2380-4066-bbb8-6739972de876&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002986 10.0.0.141 - - [2026-02-09 02:08:16] "GET /virtual-network/f11c6cd6-44b7-4bd5-9e31-257e65a73b41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.005368 10.0.0.141 - - [2026-02-09 02:08:16] "POST /fqname-to-id HTTP/1.1" 404 211 0.002673 10.0.0.141 - - [2026-02-09 02:08:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002205 10.0.0.141 - - [2026-02-09 02:08:16] "GET /projects?obj_uuids=a8b1320e-2380-4066-bbb8-6739972de876&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001050 10.0.0.141 - - [2026-02-09 02:08:16] "GET /project/a8b1320e-2380-4066-bbb8-6739972de876?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.027040 10.0.0.141 - - [2026-02-09 02:08:16] "POST /network-policys HTTP/1.1" 200 549 0.016622 10.0.0.141 - - [2026-02-09 02:08:16] "GET /network-policy/e562b2f6-4e50-4e24-afe8-2cfa8d1cb302?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2184 0.004781 10.0.0.141 - - [2026-02-09 02:08:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002928 10.0.0.141 - - [2026-02-09 02:08:16] "GET /virtual-network/bb365634-7224-4908-93dd-c2439d8bdb9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006816 10.0.0.141 - - [2026-02-09 02:08:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002910 10.0.0.141 - - [2026-02-09 02:08:16] "GET /network-policy/e562b2f6-4e50-4e24-afe8-2cfa8d1cb302?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2184 0.003648 10.0.0.141 - - [2026-02-09 02:08:16] "POST /fqname-to-id HTTP/1.1" 404 242 0.003342 10.0.0.141 - - [2026-02-09 02:08:16] "POST /ref-update HTTP/1.1" 200 156 0.030061 10.0.0.141 - - [2026-02-09 02:08:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002783 10.0.0.141 - - [2026-02-09 02:08:16] "POST /access-control-lists HTTP/1.1" 200 603 0.064169 10.0.0.141 - - [2026-02-09 02:08:16] "GET /network-policy/e562b2f6-4e50-4e24-afe8-2cfa8d1cb302?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2184 0.004178 10.0.0.141 - - [2026-02-09 02:08:16] "POST /neutron/network HTTP/1.1" 200 922 0.008179 10.0.0.141 - - [2026-02-09 02:08:16] "GET /virtual-network/bb365634-7224-4908-93dd-c2439d8bdb9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2371 0.004807 10.0.0.141 - - [2026-02-09 02:08:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003472 10.0.0.141 - - [2026-02-09 02:08:16] "GET /network-policy/e562b2f6-4e50-4e24-afe8-2cfa8d1cb302?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2184 0.003810 10.0.0.141 - - [2026-02-09 02:08:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002822 10.0.0.141 - - [2026-02-09 02:08:17] "GET /virtual-network/f11c6cd6-44b7-4bd5-9e31-257e65a73b41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.005794 10.0.0.141 - - [2026-02-09 02:08:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003017 10.0.0.141 - - [2026-02-09 02:08:17] "GET /network-policy/e562b2f6-4e50-4e24-afe8-2cfa8d1cb302?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2184 0.003637 10.0.0.141 - - [2026-02-09 02:08:17] "PUT /access-control-list/efd41231-2fa3-49ca-b57b-049b028ddd81 HTTP/1.1" 200 273 0.012212 10.0.0.141 - - [2026-02-09 02:08:17] "POST /ref-update HTTP/1.1" 200 156 0.031231 10.0.0.141 - - [2026-02-09 02:08:17] "POST /fqname-to-id HTTP/1.1" 404 244 0.005815 10.0.0.141 - - [2026-02-09 02:08:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002829 10.0.0.141 - - [2026-02-09 02:08:17] "GET /network-policy/e562b2f6-4e50-4e24-afe8-2cfa8d1cb302?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2184 0.024516 10.0.0.141 - - [2026-02-09 02:08:17] "POST /access-control-lists HTTP/1.1" 200 606 0.061181 10.0.0.141 - - [2026-02-09 02:08:17] "POST /neutron/network HTTP/1.1" 200 924 0.006033 10.0.0.141 - - [2026-02-09 02:08:17] "POST /routing-instances HTTP/1.1" 200 761 0.018901 10.0.0.141 - - [2026-02-09 02:08:17] "GET /virtual-network/f11c6cd6-44b7-4bd5-9e31-257e65a73b41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2374 0.006354 10.0.0.141 - - [2026-02-09 02:08:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002663 10.0.0.141 - - [2026-02-09 02:08:17] "POST /route-targets HTTP/1.1" 200 328 0.010128 10.0.0.141 - - [2026-02-09 02:08:17] "GET /network-policy/e562b2f6-4e50-4e24-afe8-2cfa8d1cb302?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2184 0.004328 10.0.0.141 - - [2026-02-09 02:08:17] "POST /ref-update HTTP/1.1" 200 156 0.010665 10.0.0.141 - - [2026-02-09 02:08:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003778 10.0.0.141 - - [2026-02-09 02:08:17] "GET /routing-instance/74720e2f-47aa-47ce-ace7-dda4f79d4c79?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1279 0.004130 10.0.0.141 - - [2026-02-09 02:08:17] "GET /service-template/495905fa-413b-45c7-b49f-59153a1d1cfa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.003584 10.0.0.141 - - [2026-02-09 02:08:17] "GET /routing-instance/74720e2f-47aa-47ce-ace7-dda4f79d4c79?fields=routing_policy_back_refs HTTP/1.1" 200 1279 0.004072 10.0.0.141 - - [2026-02-09 02:08:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003468 10.0.0.141 - - [2026-02-09 02:08:17] "POST /ref-update HTTP/1.1" 200 156 0.014163 10.0.0.141 - - [2026-02-09 02:08:17] "GET /projects?obj_uuids=a8b1320e-2380-4066-bbb8-6739972de876&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001185 10.0.0.141 - - [2026-02-09 02:08:17] "POST /neutron/port HTTP/1.1" 200 1124 0.050231 10.0.0.141 - - [2026-02-09 02:08:17] "GET /project/a8b1320e-2380-4066-bbb8-6739972de876?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.031859 10.0.0.141 - - [2026-02-09 02:08:17] "POST /routing-instances HTTP/1.1" 200 762 0.025144 10.0.0.141 - - [2026-02-09 02:08:17] "POST /neutron/port HTTP/1.1" 200 1124 0.017304 10.0.0.141 - - [2026-02-09 02:08:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003063 10.0.0.141 - - [2026-02-09 02:08:17] "POST /neutron/network HTTP/1.1" 200 932 0.005252 10.0.0.141 - - [2026-02-09 02:08:17] "POST /route-targets HTTP/1.1" 200 328 0.009911 10.0.0.141 - - [2026-02-09 02:08:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003317 10.0.0.141 - - [2026-02-09 02:08:17] "GET /service-instance/0fe39c44-e171-4d58-8d1d-59e915248030?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3538 0.005428 10.0.0.141 - - [2026-02-09 02:08:17] "POST /neutron/subnet HTTP/1.1" 200 708 0.011778 10.0.0.141 - - [2026-02-09 02:08:17] "POST /neutron/port HTTP/1.1" 200 117 0.001177 10.0.0.141 - - [2026-02-09 02:08:17] "POST /ref-update HTTP/1.1" 200 156 0.012364 10.0.0.141 - - [2026-02-09 02:08:17] "GET /domains HTTP/1.1" 200 281 0.002619 10.0.0.141 - - [2026-02-09 02:08:17] "GET /domains?obj_uuids=5c908eb1-ca90-4dd8-8556-6bf44625a257&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001072 10.0.0.141 - - [2026-02-09 02:08:17] "POST /neutron/network HTTP/1.1" 200 922 0.010225 10.0.0.141 - - [2026-02-09 02:08:17] "GET /domain/5c908eb1-ca90-4dd8-8556-6bf44625a257 HTTP/1.1" 200 2781 0.010072 10.0.0.141 - - [2026-02-09 02:08:17] "GET /projects?obj_uuids=a8b1320e-2380-4066-bbb8-6739972de876&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000932 10.0.0.141 - - [2026-02-09 02:08:17] "GET /routing-instance/59b3e407-2569-4fdb-9ef4-fb9be3d54f99?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1280 0.003873 10.0.0.141 - - [2026-02-09 02:08:17] "GET /project/a8b1320e-2380-4066-bbb8-6739972de876 HTTP/1.1" 200 4249 0.064810 10.0.0.141 - - [2026-02-09 02:08:17] "GET /routing-instance/59b3e407-2569-4fdb-9ef4-fb9be3d54f99?fields=routing_policy_back_refs HTTP/1.1" 200 1280 0.006864 10.0.0.141 - - [2026-02-09 02:08:17] "GET /service-instance/0fe39c44-e171-4d58-8d1d-59e915248030 HTTP/1.1" 200 3793 0.007222 10.0.0.141 - - [2026-02-09 02:08:17] "GET /domains HTTP/1.1" 200 281 0.002184 10.0.0.141 - - [2026-02-09 02:08:17] "GET /domains?obj_uuids=5c908eb1-ca90-4dd8-8556-6bf44625a257&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000946 10.0.0.141 - - [2026-02-09 02:08:17] "GET /domain/5c908eb1-ca90-4dd8-8556-6bf44625a257 HTTP/1.1" 200 2781 0.006228 10.0.0.141 - - [2026-02-09 02:08:17] "GET /projects?obj_uuids=a8b1320e-2380-4066-bbb8-6739972de876&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000948 10.0.0.141 - - [2026-02-09 02:08:18] "PUT /routing-instance/74720e2f-47aa-47ce-ace7-dda4f79d4c79 HTTP/1.1" 200 267 0.009125 10.0.0.141 - - [2026-02-09 02:08:18] "GET /project/a8b1320e-2380-4066-bbb8-6739972de876 HTTP/1.1" 200 4249 0.062719 10.0.0.141 - - [2026-02-09 02:08:18] "GET /service-instance/0fe39c44-e171-4d58-8d1d-59e915248030 HTTP/1.1" 200 3793 0.009605 10.0.0.141 - - [2026-02-09 02:08:18] "GET /port-tuple/379664ec-693b-4064-bd14-40e22a6d381a HTTP/1.1" 200 1984 0.006905 10.0.0.141 - - [2026-02-09 02:08:18] "GET /virtual-machine-interface/55626f34-d49c-461b-aeb0-217a569f1874 HTTP/1.1" 200 3814 0.009512 10.0.0.141 - - [2026-02-09 02:08:18] "GET /virtual-machine-interface/9e75359d-e2ba-4595-a75a-63447bf5ee2b HTTP/1.1" 200 3809 0.007682 10.0.0.141 - - [2026-02-09 02:08:18] "PUT /routing-instance/59b3e407-2569-4fdb-9ef4-fb9be3d54f99 HTTP/1.1" 200 267 0.039806 10.0.0.141 - - [2026-02-09 02:08:18] "GET /virtual-machine-interface/d7723abc-0ff9-4bcd-ae46-9bd47bee060d HTTP/1.1" 200 3827 0.007620 10.0.0.141 - - [2026-02-09 02:08:18] "POST /ref-update HTTP/1.1" 200 156 0.012249 10.0.0.141 - - [2026-02-09 02:08:18] "POST /neutron/port HTTP/1.1" 200 3836 0.037073 10.0.0.141 - - [2026-02-09 02:08:18] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008099 10.0.0.141 - - [2026-02-09 02:08:18] "PUT /access-control-list/93eb9115-43bd-4bc9-a0b0-0a08c54c7b65 HTTP/1.1" 200 273 0.010340 10.0.0.141 - - [2026-02-09 02:08:18] "POST /neutron/port HTTP/1.1" 200 3836 0.028419 10.0.0.141 - - [2026-02-09 02:08:18] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005775 10.0.0.141 - - [2026-02-09 02:08:18] "POST /neutron/port HTTP/1.1" 200 3836 0.027300 10.0.0.141 - - [2026-02-09 02:08:18] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005633 10.0.0.141 - - [2026-02-09 02:08:18] "POST /neutron/port HTTP/1.1" 200 3836 0.027442 10.0.0.141 - - [2026-02-09 02:08:18] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005759 10.0.0.141 - - [2026-02-09 02:08:18] "POST /neutron/network HTTP/1.1" 200 896 0.010938 10.0.0.141 - - [2026-02-09 02:08:18] "POST /neutron/network HTTP/1.1" 200 922 0.005277 10.0.0.141 - - [2026-02-09 02:08:18] "POST /neutron/network HTTP/1.1" 200 806 0.011632 10.0.0.141 - - [2026-02-09 02:08:18] "POST /neutron/network HTTP/1.1" 200 832 0.005077 10.0.0.141 - - [2026-02-09 02:08:18] "POST /neutron/network HTTP/1.1" 200 898 0.009898 10.0.0.141 - - [2026-02-09 02:08:18] "POST /neutron/network HTTP/1.1" 200 924 0.005208 10.0.0.141 - - [2026-02-09 02:08:18] "POST /id-to-fqname HTTP/1.1" 200 223 0.001182 10.0.0.141 - - [2026-02-09 02:08:18] "POST /id-to-fqname HTTP/1.1" 200 223 0.000998 10.0.0.141 - - [2026-02-09 02:08:18] "POST /id-to-fqname HTTP/1.1" 200 224 0.001330 10.0.0.141 - - [2026-02-09 02:08:18] "GET /virtual-machine/9e847bbf-fc34-48a3-af09-f8045ae06844 HTTP/1.1" 200 1807 0.004215 10.0.0.141 - - [2026-02-09 02:08:18] "GET /virtual-machine-interface/55626f34-d49c-461b-aeb0-217a569f1874 HTTP/1.1" 200 3814 0.005553 10.0.0.141 - - [2026-02-09 02:08:18] "GET /virtual-machine-interface/9e75359d-e2ba-4595-a75a-63447bf5ee2b HTTP/1.1" 200 3809 0.005166 10.0.0.141 - - [2026-02-09 02:08:18] "GET /virtual-machine-interface/d7723abc-0ff9-4bcd-ae46-9bd47bee060d HTTP/1.1" 200 3827 0.004961 10.0.0.141 - - [2026-02-09 02:08:18] "GET /instance-ip/1d51cf4a-8c5b-49d2-ad64-8ac3bcf9c743 HTTP/1.1" 200 1962 0.003395 10.0.0.141 - - [2026-02-09 02:08:18] "GET /instance-ip/366e296a-0171-4ccc-9105-53b2e89652c7 HTTP/1.1" 200 1627 0.004512 10.0.0.141 - - [2026-02-09 02:08:18] "GET /instance-ip/622639bb-b3c5-4777-bfab-c87347f6193b HTTP/1.1" 200 1964 0.003602 10.0.0.141 - - [2026-02-09 02:08:18] "GET /instance-ip/282ffede-f76f-4625-adca-b7d60fb6276a HTTP/1.1" 200 1960 0.003618 10.0.0.141 - - [2026-02-09 02:08:18] "GET /instance-ip/c4f95c40-8732-4838-8024-9c1578ccdf3f HTTP/1.1" 200 1626 0.004589 10.0.0.141 - - [2026-02-09 02:08:18] "GET /instance-ip/fbf90e93-4250-4d62-a317-660dc1ff6ab3 HTTP/1.1" 200 1959 0.004233 10.0.0.141 - - [2026-02-09 02:08:18] "GET /instance-ip/47ba4341-b641-4786-b68b-813c2cfa7b1e HTTP/1.1" 200 1624 0.005332 10.0.0.141 - - [2026-02-09 02:08:18] "GET /instance-ip/96f46bd8-951e-4ec3-9fab-e60ddb873fae HTTP/1.1" 200 1983 0.003850 10.0.0.141 - - [2026-02-09 02:08:18] "GET /instance-ip/9cc210e6-55dc-43d2-8da3-66bcf6617bb3 HTTP/1.1" 200 1985 0.003725 10.0.0.141 - - [2026-02-09 02:08:18] "POST /neutron/port HTTP/1.1" 200 3836 0.031591 10.0.0.141 - - [2026-02-09 02:08:18] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005610 10.0.0.141 - - [2026-02-09 02:08:18] "POST /neutron/port HTTP/1.1" 200 3836 0.028287 10.0.0.141 - - [2026-02-09 02:08:19] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006505 10.0.0.141 - - [2026-02-09 02:08:19] "POST /neutron/port HTTP/1.1" 200 3836 0.026909 10.0.0.141 - - [2026-02-09 02:08:19] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006196 10.0.0.141 - - [2026-02-09 02:08:19] "POST /neutron/port HTTP/1.1" 200 3836 0.034812 10.0.0.141 - - [2026-02-09 02:08:19] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007009 10.0.0.141 - - [2026-02-09 02:08:19] "GET /virtual-machine/9e847bbf-fc34-48a3-af09-f8045ae06844 HTTP/1.1" 200 1807 0.004164 10.0.0.141 - - [2026-02-09 02:08:19] "GET /virtual-machine-interface/55626f34-d49c-461b-aeb0-217a569f1874 HTTP/1.1" 200 3814 0.005941 10.0.0.141 - - [2026-02-09 02:08:19] "GET /virtual-machine-interface/9e75359d-e2ba-4595-a75a-63447bf5ee2b HTTP/1.1" 200 3809 0.004858 10.0.0.141 - - [2026-02-09 02:08:19] "GET /virtual-machine-interface/d7723abc-0ff9-4bcd-ae46-9bd47bee060d HTTP/1.1" 200 3827 0.004841 10.0.0.141 - - [2026-02-09 02:08:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003005 10.0.0.141 - - [2026-02-09 02:08:19] "GET /global-vrouter-config/a378f525-7fa5-46b7-9091-743b27ef1b57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.004394 10.0.0.141 - - [2026-02-09 02:08:19] "GET /virtual-networks?parent_id=a8b1320e-2380-4066-bbb8-6739972de876&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003579 10.0.0.141 - - [2026-02-09 02:08:19] "GET /virtual-network/bb365634-7224-4908-93dd-c2439d8bdb9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2371 0.005338 10.0.0.141 - - [2026-02-09 02:08:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002893 10.0.0.141 - - [2026-02-09 02:08:20] "GET /global-vrouter-config/a378f525-7fa5-46b7-9091-743b27ef1b57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002964 10.0.0.141 - - [2026-02-09 02:08:20] "GET /virtual-networks?parent_id=a8b1320e-2380-4066-bbb8-6739972de876&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002940 10.0.0.141 - - [2026-02-09 02:08:20] "GET /virtual-network/bb365634-7224-4908-93dd-c2439d8bdb9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2371 0.006581 10.0.0.141 - - [2026-02-09 02:08:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003425 10.0.0.141 - - [2026-02-09 02:08:20] "GET /global-vrouter-config/a378f525-7fa5-46b7-9091-743b27ef1b57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.004184 10.0.0.141 - - [2026-02-09 02:08:20] "GET /virtual-networks?parent_id=a8b1320e-2380-4066-bbb8-6739972de876&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003120 10.0.0.141 - - [2026-02-09 02:08:20] "GET /virtual-network/bb365634-7224-4908-93dd-c2439d8bdb9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2371 0.005610 10.0.0.141 - - [2026-02-09 02:08:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002871 10.0.0.141 - - [2026-02-09 02:08:20] "GET /global-vrouter-config/a378f525-7fa5-46b7-9091-743b27ef1b57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003321 10.0.0.141 - - [2026-02-09 02:08:21] "GET /virtual-networks?parent_id=a8b1320e-2380-4066-bbb8-6739972de876&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002953 10.0.0.141 - - [2026-02-09 02:08:21] "GET /virtual-network/bb365634-7224-4908-93dd-c2439d8bdb9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2371 0.005390 10.0.0.141 - - [2026-02-09 02:08:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002986 10.0.0.141 - - [2026-02-09 02:08:21] "GET /global-vrouter-config/a378f525-7fa5-46b7-9091-743b27ef1b57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003681 10.0.0.141 - - [2026-02-09 02:08:21] "GET /virtual-networks?parent_id=a8b1320e-2380-4066-bbb8-6739972de876&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003050 10.0.0.141 - - [2026-02-09 02:08:21] "GET /virtual-network/bb365634-7224-4908-93dd-c2439d8bdb9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2371 0.006808 10.0.0.141 - - [2026-02-09 02:08:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003356 10.0.0.141 - - [2026-02-09 02:08:21] "GET /global-vrouter-config/a378f525-7fa5-46b7-9091-743b27ef1b57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003654 10.0.0.141 - - [2026-02-09 02:08:21] "GET /virtual-networks?parent_id=a8b1320e-2380-4066-bbb8-6739972de876&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002954 10.0.0.141 - - [2026-02-09 02:08:21] "GET /virtual-network/6d3729c6-6e83-4d99-a016-9e6c0ee2218e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.007053 10.0.0.141 - - [2026-02-09 02:08:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003477 10.0.0.141 - - [2026-02-09 02:08:21] "GET /global-vrouter-config/a378f525-7fa5-46b7-9091-743b27ef1b57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.004427 10.0.0.141 - - [2026-02-09 02:08:21] "GET /virtual-networks?parent_id=a8b1320e-2380-4066-bbb8-6739972de876&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003589 10.0.0.141 - - [2026-02-09 02:08:21] "GET /virtual-network/6d3729c6-6e83-4d99-a016-9e6c0ee2218e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.007325 10.0.0.141 - - [2026-02-09 02:08:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002894 10.0.0.141 - - [2026-02-09 02:08:21] "GET /global-vrouter-config/a378f525-7fa5-46b7-9091-743b27ef1b57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.004052 10.0.0.141 - - [2026-02-09 02:08:21] "GET /virtual-networks?parent_id=a8b1320e-2380-4066-bbb8-6739972de876&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003375 10.0.0.141 - - [2026-02-09 02:08:21] "GET /virtual-network/6d3729c6-6e83-4d99-a016-9e6c0ee2218e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005359 10.0.0.141 - - [2026-02-09 02:08:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003111 10.0.0.141 - - [2026-02-09 02:08:22] "GET /global-vrouter-config/a378f525-7fa5-46b7-9091-743b27ef1b57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003641 10.0.0.141 - - [2026-02-09 02:08:22] "GET /virtual-networks?parent_id=a8b1320e-2380-4066-bbb8-6739972de876&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003014 10.0.0.141 - - [2026-02-09 02:08:22] "GET /virtual-network/6d3729c6-6e83-4d99-a016-9e6c0ee2218e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005427 10.0.0.141 - - [2026-02-09 02:08:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003012 10.0.0.141 - - [2026-02-09 02:08:22] "GET /global-vrouter-config/a378f525-7fa5-46b7-9091-743b27ef1b57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003845 10.0.0.141 - - [2026-02-09 02:08:22] "GET /virtual-networks?parent_id=a8b1320e-2380-4066-bbb8-6739972de876&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003355 10.0.0.141 - - [2026-02-09 02:08:22] "GET /virtual-network/f11c6cd6-44b7-4bd5-9e31-257e65a73b41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2374 0.005328 10.0.0.141 - - [2026-02-09 02:08:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002882 10.0.0.141 - - [2026-02-09 02:08:22] "GET /global-vrouter-config/a378f525-7fa5-46b7-9091-743b27ef1b57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.004038 10.0.0.141 - - [2026-02-09 02:08:22] "GET /virtual-networks?parent_id=a8b1320e-2380-4066-bbb8-6739972de876&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003402 10.0.0.141 - - [2026-02-09 02:08:22] "GET /virtual-network/f11c6cd6-44b7-4bd5-9e31-257e65a73b41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2374 0.006345 10.0.0.141 - - [2026-02-09 02:08:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003405 10.0.0.141 - - [2026-02-09 02:08:22] "GET /global-vrouter-config/a378f525-7fa5-46b7-9091-743b27ef1b57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.004432 10.0.0.141 - - [2026-02-09 02:08:22] "GET /virtual-networks?parent_id=a8b1320e-2380-4066-bbb8-6739972de876&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003468 10.0.0.141 - - [2026-02-09 02:08:22] "GET /virtual-network/f11c6cd6-44b7-4bd5-9e31-257e65a73b41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2374 0.005801 10.0.0.141 - - [2026-02-09 02:08:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002851 10.0.0.141 - - [2026-02-09 02:08:22] "GET /global-vrouter-config/a378f525-7fa5-46b7-9091-743b27ef1b57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003542 10.0.0.141 - - [2026-02-09 02:08:22] "GET /virtual-networks?parent_id=a8b1320e-2380-4066-bbb8-6739972de876&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003034 10.0.0.141 - - [2026-02-09 02:08:22] "GET /virtual-network/f11c6cd6-44b7-4bd5-9e31-257e65a73b41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2374 0.005246 10.0.0.141 - - [2026-02-09 02:08:23] "GET /virtual-machine/9e847bbf-fc34-48a3-af09-f8045ae06844 HTTP/1.1" 200 1807 0.003724 10.0.0.141 - - [2026-02-09 02:08:23] "GET /domains HTTP/1.1" 200 281 0.002443 10.0.0.141 - - [2026-02-09 02:08:23] "GET /domains?obj_uuids=5c908eb1-ca90-4dd8-8556-6bf44625a257&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001340 10.0.0.141 - - [2026-02-09 02:08:23] "GET /domain/5c908eb1-ca90-4dd8-8556-6bf44625a257 HTTP/1.1" 200 2781 0.006938 10.0.0.141 - - [2026-02-09 02:08:23] "GET /projects?obj_uuids=a8b1320e-2380-4066-bbb8-6739972de876&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001021 10.0.0.141 - - [2026-02-09 02:08:23] "GET /project/a8b1320e-2380-4066-bbb8-6739972de876 HTTP/1.1" 200 4249 0.067901 10.0.0.141 - - [2026-02-09 02:08:23] "GET /service-instance/0fe39c44-e171-4d58-8d1d-59e915248030 HTTP/1.1" 200 3793 0.003180 10.0.0.141 - - [2026-02-09 02:08:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002287 10.0.0.141 - - [2026-02-09 02:08:23] "GET /routing-instance/0585df11-1502-429f-afe2-b11dd769505e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1890 0.003076 10.0.0.141 - - [2026-02-09 02:08:23] "GET /routing-instance/0585df11-1502-429f-afe2-b11dd769505e?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2023 0.004791 10.0.0.141 - - [2026-02-09 02:08:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002963 10.0.0.141 - - [2026-02-09 02:08:23] "GET /routing-instance/287bec7f-cd6d-461c-b1fb-a112beb46666?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1896 0.004464 10.0.0.141 - - [2026-02-09 02:08:23] "GET /routing-instance/287bec7f-cd6d-461c-b1fb-a112beb46666?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2027 0.004910 10.0.0.141 - - [2026-02-09 02:08:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003217 10.0.0.141 - - [2026-02-09 02:08:23] "GET /virtual-network/bb365634-7224-4908-93dd-c2439d8bdb9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2371 0.006554 10.0.0.141 - - [2026-02-09 02:08:23] "GET /virtual-network/bb365634-7224-4908-93dd-c2439d8bdb9c?fields=routing_instances HTTP/1.1" 200 1688 0.006903 10.0.0.141 - - [2026-02-09 02:08:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003212 10.0.0.141 - - [2026-02-09 02:08:23] "GET /virtual-network/f11c6cd6-44b7-4bd5-9e31-257e65a73b41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2374 0.005481 10.0.0.141 - - [2026-02-09 02:08:23] "GET /virtual-network/f11c6cd6-44b7-4bd5-9e31-257e65a73b41?fields=routing_instances HTTP/1.1" 200 1693 0.006579 10.0.0.141 - - [2026-02-09 02:08:27] "POST /ref-update HTTP/1.1" 200 156 0.031526 10.0.0.141 - - [2026-02-09 02:08:27] "DELETE /access-control-list/93eb9115-43bd-4bc9-a0b0-0a08c54c7b65 HTTP/1.1" 200 115 0.028992 10.0.0.141 - - [2026-02-09 02:08:27] "POST /neutron/network HTTP/1.1" 200 836 0.010376 10.0.0.141 - - [2026-02-09 02:08:27] "GET /virtual-network/f11c6cd6-44b7-4bd5-9e31-257e65a73b41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.005050 10.0.0.141 - - [2026-02-09 02:08:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002811 10.0.0.141 - - [2026-02-09 02:08:27] "DELETE /routing-instance/74720e2f-47aa-47ce-ace7-dda4f79d4c79 HTTP/1.1" 200 115 0.026870 10.0.0.141 - - [2026-02-09 02:08:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003693 10.0.0.141 - - [2026-02-09 02:08:27] "GET /network-policy/e562b2f6-4e50-4e24-afe8-2cfa8d1cb302?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2184 0.003469 10.0.0.141 - - [2026-02-09 02:08:27] "DELETE /route-target/d2a00b5b-b2c5-49ee-99f9-a07794327ffc HTTP/1.1" 200 115 0.013443 10.0.0.141 - - [2026-02-09 02:08:27] "DELETE /routing-instance/59b3e407-2569-4fdb-9ef4-fb9be3d54f99 HTTP/1.1" 200 115 0.036491 10.0.0.141 - - [2026-02-09 02:08:27] "POST /ref-update HTTP/1.1" 200 156 0.030026 10.0.0.141 - - [2026-02-09 02:08:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003116 10.0.0.141 - - [2026-02-09 02:08:28] "POST /neutron/network HTTP/1.1" 200 834 0.005951 10.0.0.141 - - [2026-02-09 02:08:28] "DELETE /route-target/3cbb4291-3db6-446f-a14e-bd7967cdd9f5 HTTP/1.1" 200 115 0.016442 10.0.0.141 - - [2026-02-09 02:08:28] "GET /virtual-network/bb365634-7224-4908-93dd-c2439d8bdb9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.004339 10.0.0.141 - - [2026-02-09 02:08:28] "DELETE /access-control-list/efd41231-2fa3-49ca-b57b-049b028ddd81 HTTP/1.1" 200 115 0.023425 10.0.0.141 - - [2026-02-09 02:08:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002729 10.0.0.141 - - [2026-02-09 02:08:28] "GET /network-policy/e562b2f6-4e50-4e24-afe8-2cfa8d1cb302?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2184 0.004075 10.0.0.141 - - [2026-02-09 02:08:28] "DELETE /network-policy/e562b2f6-4e50-4e24-afe8-2cfa8d1cb302 HTTP/1.1" 200 115 0.017554 10.0.0.141 - - [2026-02-09 02:08:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002666 10.0.0.141 - - [2026-02-09 02:08:28] "DELETE /service-instance/0fe39c44-e171-4d58-8d1d-59e915248030 HTTP/1.1" 200 115 0.038228 10.0.0.141 - - [2026-02-09 02:08:28] "GET /domains HTTP/1.1" 200 281 0.002040 10.0.0.141 - - [2026-02-09 02:08:28] "POST /ref-update HTTP/1.1" 200 156 0.010441 10.0.0.141 - - [2026-02-09 02:08:28] "GET /domains?obj_uuids=5c908eb1-ca90-4dd8-8556-6bf44625a257&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000928 10.0.0.141 - - [2026-02-09 02:08:28] "GET /domain/5c908eb1-ca90-4dd8-8556-6bf44625a257 HTTP/1.1" 200 2781 0.007055 10.0.0.141 - - [2026-02-09 02:08:28] "GET /projects?obj_uuids=a8b1320e-2380-4066-bbb8-6739972de876&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001447 10.0.0.141 - - [2026-02-09 02:08:28] "DELETE /instance-ip/1d51cf4a-8c5b-49d2-ad64-8ac3bcf9c743 HTTP/1.1" 200 115 0.027114 10.0.0.141 - - [2026-02-09 02:08:28] "POST /ref-update HTTP/1.1" 200 156 0.008644 10.0.0.141 - - [2026-02-09 02:08:28] "GET /project/a8b1320e-2380-4066-bbb8-6739972de876 HTTP/1.1" 200 3773 0.069891 10.0.0.141 - - [2026-02-09 02:08:28] "GET /virtual-machine/9e847bbf-fc34-48a3-af09-f8045ae06844 HTTP/1.1" 200 1807 0.002694 10.0.0.141 - - [2026-02-09 02:08:28] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.001716 10.0.0.141 - - [2026-02-09 02:08:28] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.005647 10.0.0.141 - - [2026-02-09 02:08:28] "DELETE /instance-ip/fbf90e93-4250-4d62-a317-660dc1ff6ab3 HTTP/1.1" 200 115 0.027035 10.0.0.141 - - [2026-02-09 02:08:28] "POST /ref-update HTTP/1.1" 200 156 0.008338 10.0.0.141 - - [2026-02-09 02:08:28] "DELETE /instance-ip/96f46bd8-951e-4ec3-9fab-e60ddb873fae HTTP/1.1" 200 115 0.019607 10.0.0.141 - - [2026-02-09 02:08:28] "POST /ref-update HTTP/1.1" 200 156 0.012190 10.0.0.141 - - [2026-02-09 02:08:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002923 10.0.0.141 - - [2026-02-09 02:08:28] "DELETE /service-template/495905fa-413b-45c7-b49f-59153a1d1cfa HTTP/1.1" 200 115 0.026524 10.0.0.141 - - [2026-02-09 02:08:28] "POST /fqname-to-id HTTP/1.1" 404 193 0.003749 10.0.0.141 - - [2026-02-09 02:08:28] "DELETE /instance-ip/9cc210e6-55dc-43d2-8da3-66bcf6617bb3 HTTP/1.1" 200 115 0.019850 10.0.0.141 - - [2026-02-09 02:08:28] "POST /ref-update HTTP/1.1" 200 156 0.012021 10.0.0.141 - - [2026-02-09 02:08:28] "DELETE /instance-ip/282ffede-f76f-4625-adca-b7d60fb6276a HTTP/1.1" 200 115 0.024018 10.0.0.141 - - [2026-02-09 02:08:28] "POST /ref-update HTTP/1.1" 200 156 0.010228 10.0.0.141 - - [2026-02-09 02:08:28] "DELETE /instance-ip/622639bb-b3c5-4777-bfab-c87347f6193b HTTP/1.1" 200 115 0.023432 10.0.0.141 - - [2026-02-09 02:08:28] "POST /neutron/network HTTP/1.1" 200 836 0.005799 10.0.0.141 - - [2026-02-09 02:08:28] "POST /neutron/network HTTP/1.1" 400 204 0.012264 10.0.0.141 - - [2026-02-09 02:08:29] "POST /neutron/port HTTP/1.1" 200 1124 0.012267 10.0.0.141 - - [2026-02-09 02:08:29] "POST /neutron/port HTTP/1.1" 200 1114 0.015436 10.0.0.141 - - [2026-02-09 02:08:29] "POST /neutron/port HTTP/1.1" 200 1124 0.014821 10.0.0.141 - - [2026-02-09 02:08:29] "POST /neutron/port HTTP/1.1" 200 151 0.129685 10.0.0.141 - - [2026-02-09 02:08:29] "POST /neutron/port HTTP/1.1" 200 1114 0.010967 10.0.0.141 - - [2026-02-09 02:08:29] "POST /neutron/port HTTP/1.1" 200 151 0.113711 10.0.0.141 - - [2026-02-09 02:08:29] "POST /neutron/port HTTP/1.1" 200 3065 0.024410 10.0.0.141 - - [2026-02-09 02:08:29] "POST /neutron/port HTTP/1.1" 200 1114 0.010124 10.0.0.141 - - [2026-02-09 02:08:29] "POST /neutron/port HTTP/1.1" 200 151 0.095261 10.0.0.141 - - [2026-02-09 02:08:29] "POST /neutron/port HTTP/1.1" 200 1112 0.014137 10.0.0.141 - - [2026-02-09 02:08:29] "POST /neutron/port HTTP/1.1" 200 151 0.084922 10.0.0.141 - - [2026-02-09 02:08:29] "POST /neutron/port HTTP/1.1" 200 1114 0.010669 10.0.0.141 - - [2026-02-09 02:08:29] "POST /neutron/port HTTP/1.1" 200 151 0.083511 10.0.0.141 - - [2026-02-09 02:08:30] "POST /neutron/network HTTP/1.1" 200 836 0.005743 10.0.0.141 - - [2026-02-09 02:08:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004039 10.0.0.141 - - [2026-02-09 02:08:30] "POST /useragent-kv HTTP/1.1" 200 115 0.001678 10.0.0.141 - - [2026-02-09 02:08:30] "POST /useragent-kv HTTP/1.1" 200 115 0.002371 10.0.0.141 - - [2026-02-09 02:08:30] "POST /neutron/network HTTP/1.1" 200 151 0.073385 10.0.0.141 - - [2026-02-09 02:08:30] "DELETE /route-target/d7435543-f04b-494f-9369-61806882d95e HTTP/1.1" 200 115 0.014265 10.0.0.141 - - [2026-02-09 02:08:30] "GET /routing-instance/287bec7f-cd6d-461c-b1fb-a112beb46666 HTTP/1.1" 404 171 0.002100 10.0.0.141 - - [2026-02-09 02:08:30] "GET /domains HTTP/1.1" 200 281 0.001888 10.0.0.141 - - [2026-02-09 02:08:30] "GET /domains?obj_uuids=5c908eb1-ca90-4dd8-8556-6bf44625a257&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000871 10.0.0.141 - - [2026-02-09 02:08:30] "GET /domain/5c908eb1-ca90-4dd8-8556-6bf44625a257 HTTP/1.1" 200 2580 0.047607 10.0.0.141 - - [2026-02-09 02:08:30] "GET /projects?obj_uuids=a8b1320e-2380-4066-bbb8-6739972de876&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001544 10.0.0.141 - - [2026-02-09 02:08:31] "GET /project/a8b1320e-2380-4066-bbb8-6739972de876 HTTP/1.1" 200 2306 0.076798 10.0.0.141 - - [2026-02-09 02:08:31] "POST /neutron/network HTTP/1.1" 200 834 0.006197 10.0.0.141 - - [2026-02-09 02:08:31] "POST /useragent-kv HTTP/1.1" 200 115 0.003883 10.0.0.141 - - [2026-02-09 02:08:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004080 10.0.0.141 - - [2026-02-09 02:08:31] "POST /useragent-kv HTTP/1.1" 200 115 0.002906 10.0.0.141 - - [2026-02-09 02:08:31] "POST /neutron/network HTTP/1.1" 200 151 0.069494 10.0.0.141 - - [2026-02-09 02:08:31] "DELETE /route-target/26ea0fe3-4739-40b3-8e73-c8330db13ad5 HTTP/1.1" 200 115 0.014988 10.0.0.141 - - [2026-02-09 02:08:31] "GET /routing-instance/0585df11-1502-429f-afe2-b11dd769505e HTTP/1.1" 404 171 0.002419 10.0.0.141 - - [2026-02-09 02:08:31] "GET /domains HTTP/1.1" 200 281 0.002235 10.0.0.141 - - [2026-02-09 02:08:31] "GET /domains?obj_uuids=5c908eb1-ca90-4dd8-8556-6bf44625a257&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000867 10.0.0.141 - - [2026-02-09 02:08:31] "GET /domain/5c908eb1-ca90-4dd8-8556-6bf44625a257 HTTP/1.1" 200 2580 0.048595 10.0.0.141 - - [2026-02-09 02:08:31] "GET /projects?obj_uuids=a8b1320e-2380-4066-bbb8-6739972de876&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000971 10.0.0.141 - - [2026-02-09 02:08:31] "GET /project/a8b1320e-2380-4066-bbb8-6739972de876 HTTP/1.1" 200 2087 0.068674 10.0.0.141 - - [2026-02-09 02:08:31] "POST /neutron/network HTTP/1.1" 200 832 0.005899 10.0.0.141 - - [2026-02-09 02:08:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004811 10.0.0.141 - - [2026-02-09 02:08:31] "POST /useragent-kv HTTP/1.1" 200 115 0.002410 10.0.0.141 - - [2026-02-09 02:08:31] "POST /useragent-kv HTTP/1.1" 200 115 0.003265 10.0.0.141 - - [2026-02-09 02:08:31] "POST /neutron/network HTTP/1.1" 200 151 0.075505 10.0.0.141 - - [2026-02-09 02:08:31] "DELETE /route-target/086a486e-9835-40eb-ae45-b5b388417b74 HTTP/1.1" 200 115 0.019430 10.0.0.141 - - [2026-02-09 02:08:31] "GET /routing-instance/e92acafe-6f9e-42f5-8df0-62d69568ec92 HTTP/1.1" 404 171 0.002233 10.0.0.141 - - [2026-02-09 02:08:31] "GET /domains HTTP/1.1" 200 281 0.002055 10.0.0.141 - - [2026-02-09 02:08:31] "GET /domains?obj_uuids=5c908eb1-ca90-4dd8-8556-6bf44625a257&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000935 10.0.0.141 - - [2026-02-09 02:08:31] "GET /domain/5c908eb1-ca90-4dd8-8556-6bf44625a257 HTTP/1.1" 200 2580 0.047905 10.0.0.141 - - [2026-02-09 02:08:31] "GET /projects?obj_uuids=a8b1320e-2380-4066-bbb8-6739972de876&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001192 10.0.0.141 - - [2026-02-09 02:08:31] "GET /project/a8b1320e-2380-4066-bbb8-6739972de876 HTTP/1.1" 200 1846 0.070910 10.0.0.141 - - [2026-02-09 02:08:31] "GET /projects?obj_uuids=a8b1320e-2380-4066-bbb8-6739972de876&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001091 10.0.0.141 - - [2026-02-09 02:08:31] "GET /project/a8b1320e-2380-4066-bbb8-6739972de876?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.050364 10.0.0.141 - - [2026-02-09 02:08:31] "GET /projects?obj_uuids=a8b1320e-2380-4066-bbb8-6739972de876&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000992 10.0.0.141 - - [2026-02-09 02:08:32] "GET /project/a8b1320e-2380-4066-bbb8-6739972de876?fields=virtual_networks HTTP/1.1" 200 1031 0.069505 10.0.0.141 - - [2026-02-09 02:08:32] "GET /projects?obj_uuids=a8b1320e-2380-4066-bbb8-6739972de876&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001058 10.0.0.141 - - [2026-02-09 02:08:32] "GET /project/a8b1320e-2380-4066-bbb8-6739972de876?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.023906 10.0.0.141 - - [2026-02-09 02:08:32] "GET /projects?obj_uuids=a8b1320e-2380-4066-bbb8-6739972de876&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001046 10.0.0.141 - - [2026-02-09 02:08:32] "GET /project/a8b1320e-2380-4066-bbb8-6739972de876?fields=security_groups HTTP/1.1" 200 1256 0.022155 10.0.0.141 - - [2026-02-09 02:08:33] "POST /fqname-to-id HTTP/1.1" 404 189 0.033481 10.0.0.141 - - [2026-02-09 02:08:33] "GET /projects?obj_uuids=6c64f5e2-a149-469c-af67-a551d17fc13c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002366 10.0.0.141 - - [2026-02-09 02:08:33] "GET /domains?obj_uuids=5c908eb1-ca90-4dd8-8556-6bf44625a257&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001096 10.0.0.141 - - [2026-02-09 02:08:33] "GET /domain/5c908eb1-ca90-4dd8-8556-6bf44625a257?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007530 10.0.0.141 - - [2026-02-09 02:08:33] "POST /id-to-fqname HTTP/1.1" 200 191 0.001254 10.0.0.141 - - [2026-02-09 02:08:33] "POST /fqname-to-id HTTP/1.1" 404 200 0.003052 10.0.0.141 - - [2026-02-09 02:08:33] "POST /security-groups HTTP/1.1" 200 592 0.060284 10.0.0.141 - - [2026-02-09 02:08:33] "POST /fqname-to-id HTTP/1.1" 404 235 0.002591 10.0.0.141 - - [2026-02-09 02:08:33] "POST /projects HTTP/1.1" 200 587 0.202762 10.0.0.141 - - [2026-02-09 02:08:33] "POST /access-control-lists HTTP/1.1" 200 599 0.056962 10.0.0.141 - - [2026-02-09 02:08:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.279150 10.0.0.141 - - [2026-02-09 02:08:33] "POST /fqname-to-id HTTP/1.1" 404 234 0.003294 10.0.0.141 - - [2026-02-09 02:08:33] "GET /project/6c64f5e2-a149-469c-af67-a551d17fc13c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.404899 10.0.0.141 - - [2026-02-09 02:08:33] "POST /access-control-lists HTTP/1.1" 200 597 0.060243 10.0.0.141 - - [2026-02-09 02:08:34] "GET / HTTP/1.1" 200 36215 0.002190 10.0.0.141 - - [2026-02-09 02:08:35] "GET /project/6c64f5e2-a149-469c-af67-a551d17fc13c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000528 10.0.0.141 - - [2026-02-09 02:08:36] "GET /projects?obj_uuids=6c64f5e2-a149-469c-af67-a551d17fc13c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001160 10.0.0.141 - - [2026-02-09 02:08:36] "GET /project/6c64f5e2-a149-469c-af67-a551d17fc13c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.055704 10.0.0.141 - - [2026-02-09 02:08:36] "POST /fqname-to-id HTTP/1.1" 404 180 0.002460 10.0.0.141 - - [2026-02-09 02:08:36] "POST /virtual-DNSs HTTP/1.1" 200 509 0.014879 10.0.0.141 - - [2026-02-09 02:08:36] "GET /virtual-DNS/4e02f61b-47ce-48b0-b9c1-0dc749608cf1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.004704 10.0.0.141 - - [2026-02-09 02:08:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003360 10.0.0.141 - - [2026-02-09 02:08:36] "GET /virtual-DNS/4e02f61b-47ce-48b0-b9c1-0dc749608cf1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.003511 10.0.0.141 - - [2026-02-09 02:08:36] "GET /domains HTTP/1.1" 401 293 0.000593 10.0.0.141 - - [2026-02-09 02:08:36] "GET /domains HTTP/1.1" 200 281 0.029586 10.0.0.141 - - [2026-02-09 02:08:36] "GET /domains?obj_uuids=5c908eb1-ca90-4dd8-8556-6bf44625a257&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001509 10.0.0.141 - - [2026-02-09 02:08:36] "GET /domain/5c908eb1-ca90-4dd8-8556-6bf44625a257 HTTP/1.1" 200 2969 0.010045 10.0.0.141 - - [2026-02-09 02:08:36] "GET /virtual-DNS/4e02f61b-47ce-48b0-b9c1-0dc749608cf1 HTTP/1.1" 200 1440 0.007996 10.0.0.141 - - [2026-02-09 02:08:36] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.002759 10.0.0.141 - - [2026-02-09 02:08:36] "POST /network-ipams HTTP/1.1" 200 516 0.018797 10.0.0.141 - - [2026-02-09 02:08:36] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 754 0.003147 10.0.0.141 - - [2026-02-09 02:08:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002936 10.0.0.141 - - [2026-02-09 02:08:37] "GET /network-ipam/d5ee17b1-ee0f-462d-a45c-2e8a89463131?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1403 0.005731 10.0.0.141 - - [2026-02-09 02:08:37] "PUT /network-ipam/d5ee17b1-ee0f-462d-a45c-2e8a89463131 HTTP/1.1" 200 259 0.010520 10.0.0.141 - - [2026-02-09 02:08:37] "POST /ref-update HTTP/1.1" 200 156 0.008485 10.0.0.141 - - [2026-02-09 02:08:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002976 10.0.0.141 - - [2026-02-09 02:08:37] "GET /projects?obj_uuids=6c64f5e2-a149-469c-af67-a551d17fc13c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001266 10.0.0.141 - - [2026-02-09 02:08:37] "GET /project/6c64f5e2-a149-469c-af67-a551d17fc13c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.024746 10.0.0.141 - - [2026-02-09 02:08:37] "POST /neutron/network HTTP/1.1" 200 117 0.035356 10.0.0.141 - - [2026-02-09 02:08:37] "GET /projects?obj_uuids=6c64f5e2-a149-469c-af67-a551d17fc13c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001052 10.0.0.141 - - [2026-02-09 02:08:37] "POST /neutron/network HTTP/1.1" 200 618 0.066432 10.0.0.141 - - [2026-02-09 02:08:37] "POST /route-targets HTTP/1.1" 200 328 0.011204 10.0.0.141 - - [2026-02-09 02:08:37] "POST /ref-update HTTP/1.1" 200 156 0.010079 10.0.0.141 - - [2026-02-09 02:08:37] "POST /useragent-kv HTTP/1.1" 200 115 0.007123 10.0.0.141 - - [2026-02-09 02:08:37] "POST /neutron/subnet HTTP/1.1" 200 711 0.188425 10.0.0.141 - - [2026-02-09 02:08:37] "POST /neutron/network HTTP/1.1" 200 833 0.005076 10.0.0.141 - - [2026-02-09 02:08:37] "POST /id-to-fqname HTTP/1.1" 200 227 0.001232 10.0.0.141 - - [2026-02-09 02:08:37] "GET /virtual-network/fb49b086-eb39-4bb7-a3e5-08c287528293?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004731 10.0.0.141 - - [2026-02-09 02:08:37] "POST /neutron/network HTTP/1.1" 200 833 0.006453 10.0.0.141 - - [2026-02-09 02:08:37] "GET /virtual-network/fb49b086-eb39-4bb7-a3e5-08c287528293?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005181 10.0.0.141 - - [2026-02-09 02:08:37] "POST /neutron/network HTTP/1.1" 200 833 0.005601 10.0.0.141 - - [2026-02-09 02:08:37] "POST /neutron/subnet HTTP/1.1" 200 711 0.006484 10.0.0.141 - - [2026-02-09 02:08:37] "POST /neutron/network HTTP/1.1" 200 807 0.009900 10.0.0.141 - - [2026-02-09 02:08:37] "POST /neutron/network HTTP/1.1" 200 833 0.005306 10.0.0.141 - - [2026-02-09 02:08:37] "POST /id-to-fqname HTTP/1.1" 200 227 0.001163 10.0.0.141 - - [2026-02-09 02:08:38] "POST /neutron/network HTTP/1.1" 200 843 0.005860 10.0.0.141 - - [2026-02-09 02:08:38] "GET /aaa-mode HTTP/1.1" 401 293 0.000427 10.0.0.141 - - [2026-02-09 02:08:38] "GET / HTTP/1.1" 200 36215 0.001835 10.0.0.141 - - [2026-02-09 02:08:38] "GET /project/6c64f5e2-a149-469c-af67-a551d17fc13c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000438 10.0.0.141 - - [2026-02-09 02:08:38] "GET /projects?obj_uuids=6c64f5e2-a149-469c-af67-a551d17fc13c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001066 10.0.0.141 - - [2026-02-09 02:08:38] "GET /project/6c64f5e2-a149-469c-af67-a551d17fc13c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.045977 10.0.0.141 - - [2026-02-09 02:08:38] "POST /neutron/network HTTP/1.1" 200 833 0.034849 10.0.0.141 - - [2026-02-09 02:08:39] "POST /neutron/port HTTP/1.1" 200 117 0.006942 10.0.0.141 - - [2026-02-09 02:08:39] "POST /neutron/port HTTP/1.1" 200 117 0.004638 10.0.0.141 - - [2026-02-09 02:08:39] "POST /neutron/port HTTP/1.1" 200 117 0.004760 10.0.0.141 - - [2026-02-09 02:08:39] "POST /neutron/network HTTP/1.1" 200 843 0.005717 10.0.0.141 - - [2026-02-09 02:08:39] "GET /projects?obj_uuids=6c64f5e2-a149-469c-af67-a551d17fc13c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001702 10.0.0.141 - - [2026-02-09 02:08:39] "POST /neutron/port HTTP/1.1" 200 1058 0.209478 10.0.0.141 - - [2026-02-09 02:08:39] "POST /neutron/port HTTP/1.1" 200 1058 0.009906 10.0.0.141 - - [2026-02-09 02:08:39] "POST /neutron/port HTTP/1.1" 200 1058 0.008756 10.0.0.141 - - [2026-02-09 02:08:39] "POST /neutron/port HTTP/1.1" 200 1112 0.051430 10.0.0.141 - - [2026-02-09 02:08:40] "POST /neutron/port HTTP/1.1" 200 1122 0.012516 10.0.0.141 - - [2026-02-09 02:08:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003716 10.0.0.141 - - [2026-02-09 02:08:40] "POST /neutron/subnet HTTP/1.1" 200 685 0.008170 10.0.0.141 - - [2026-02-09 02:08:40] "POST /neutron/port HTTP/1.1" 200 117 0.001682 10.0.0.141 - - [2026-02-09 02:08:40] "POST /neutron/network HTTP/1.1" 200 833 0.005354 10.0.0.141 - - [2026-02-09 02:08:44] "POST /neutron/port HTTP/1.1" 200 1122 0.012728 10.0.0.141 - - [2026-02-09 02:08:44] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006901 10.0.0.141 - - [2026-02-09 02:08:44] "POST /neutron/port HTTP/1.1" 200 1122 0.018466 10.0.0.141 - - [2026-02-09 02:08:44] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006584 10.0.0.141 - - [2026-02-09 02:08:44] "POST /neutron/port HTTP/1.1" 200 1122 0.012336 10.0.0.141 - - [2026-02-09 02:08:44] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006734 10.0.0.141 - - [2026-02-09 02:08:44] "GET /virtual-machine/a77bfd5d-53df-43b1-a12a-8b9c61634139 HTTP/1.1" 200 1296 0.005356 10.0.0.141 - - [2026-02-09 02:08:44] "GET /virtual-machine-interface/a5a76366-6120-4e72-90f8-b5cbb505bc0a HTTP/1.1" 200 2972 0.006336 10.0.0.141 - - [2026-02-09 02:08:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002916 10.0.0.141 - - [2026-02-09 02:08:44] "GET /global-vrouter-config/a378f525-7fa5-46b7-9091-743b27ef1b57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003212 10.0.0.141 - - [2026-02-09 02:08:44] "GET /virtual-networks?parent_id=6c64f5e2-a149-469c-af67-a551d17fc13c&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002938 10.0.0.141 - - [2026-02-09 02:08:44] "GET /virtual-network/fb49b086-eb39-4bb7-a3e5-08c287528293?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005514 10.0.0.141 - - [2026-02-09 02:08:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003051 10.0.0.141 - - [2026-02-09 02:08:47] "GET /virtual-network/fb49b086-eb39-4bb7-a3e5-08c287528293?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006006 10.0.0.141 - - [2026-02-09 02:08:49] "POST /neutron/port HTTP/1.1" 200 1122 0.035780 10.0.0.141 - - [2026-02-09 02:08:49] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006282 10.0.0.141 - - [2026-02-09 02:08:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003422 10.0.0.141 - - [2026-02-09 02:08:51] "GET /global-vrouter-config/a378f525-7fa5-46b7-9091-743b27ef1b57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003110 10.0.0.141 - - [2026-02-09 02:08:51] "GET /virtual-networks?parent_id=6c64f5e2-a149-469c-af67-a551d17fc13c&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002866 10.0.0.141 - - [2026-02-09 02:08:51] "GET /virtual-network/fb49b086-eb39-4bb7-a3e5-08c287528293?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005605 10.0.0.141 - - [2026-02-09 02:08:56] "POST /neutron/network HTTP/1.1" 200 807 0.009841 10.0.0.141 - - [2026-02-09 02:08:56] "POST /neutron/network HTTP/1.1" 200 833 0.005165 10.0.0.141 - - [2026-02-09 02:08:56] "POST /id-to-fqname HTTP/1.1" 200 227 0.001205 10.0.0.141 - - [2026-02-09 02:08:56] "POST /neutron/port HTTP/1.1" 200 1122 0.011153 10.0.0.141 - - [2026-02-09 02:08:56] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005796 10.0.0.141 - - [2026-02-09 02:08:56] "POST /neutron/network HTTP/1.1" 200 843 0.005454 10.0.0.141 - - [2026-02-09 02:08:56] "GET /aaa-mode HTTP/1.1" 401 293 0.000411 10.0.0.141 - - [2026-02-09 02:08:57] "GET / HTTP/1.1" 200 36215 0.001965 10.0.0.141 - - [2026-02-09 02:08:57] "GET /project/6c64f5e2-a149-469c-af67-a551d17fc13c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000430 10.0.0.141 - - [2026-02-09 02:08:57] "GET /projects?obj_uuids=6c64f5e2-a149-469c-af67-a551d17fc13c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001077 10.0.0.141 - - [2026-02-09 02:08:57] "GET /project/6c64f5e2-a149-469c-af67-a551d17fc13c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.048717 10.0.0.141 - - [2026-02-09 02:08:57] "POST /neutron/network HTTP/1.1" 200 833 0.005451 10.0.0.141 - - [2026-02-09 02:08:57] "POST /neutron/port HTTP/1.1" 200 1122 0.013910 10.0.0.141 - - [2026-02-09 02:08:57] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006139 10.0.0.141 - - [2026-02-09 02:08:57] "POST /neutron/port HTTP/1.1" 200 117 0.004487 10.0.0.141 - - [2026-02-09 02:08:57] "POST /neutron/port HTTP/1.1" 200 117 0.004692 10.0.0.141 - - [2026-02-09 02:08:58] "POST /neutron/network HTTP/1.1" 200 843 0.005735 10.0.0.141 - - [2026-02-09 02:08:58] "GET /projects?obj_uuids=6c64f5e2-a149-469c-af67-a551d17fc13c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001391 10.0.0.141 - - [2026-02-09 02:08:58] "POST /neutron/port HTTP/1.1" 200 1058 0.181674 10.0.0.141 - - [2026-02-09 02:08:58] "POST /neutron/port HTTP/1.1" 200 1058 0.009994 10.0.0.141 - - [2026-02-09 02:08:58] "POST /neutron/port HTTP/1.1" 200 1058 0.009506 10.0.0.141 - - [2026-02-09 02:08:58] "POST /neutron/port HTTP/1.1" 200 1112 0.053739 10.0.0.141 - - [2026-02-09 02:08:58] "POST /neutron/port HTTP/1.1" 200 1122 0.010776 10.0.0.141 - - [2026-02-09 02:08:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003219 10.0.0.141 - - [2026-02-09 02:08:58] "POST /neutron/subnet HTTP/1.1" 200 685 0.007435 10.0.0.141 - - [2026-02-09 02:08:58] "POST /neutron/port HTTP/1.1" 200 117 0.001314 10.0.0.141 - - [2026-02-09 02:08:58] "POST /neutron/network HTTP/1.1" 200 833 0.005947 10.0.0.141 - - [2026-02-09 02:09:02] "POST /neutron/port HTTP/1.1" 200 1122 0.012435 10.0.0.141 - - [2026-02-09 02:09:02] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005671 10.0.0.141 - - [2026-02-09 02:09:02] "POST /neutron/port HTTP/1.1" 200 1122 0.011238 10.0.0.141 - - [2026-02-09 02:09:02] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005432 10.0.0.141 - - [2026-02-09 02:09:02] "POST /neutron/port HTTP/1.1" 200 1122 0.011164 10.0.0.141 - - [2026-02-09 02:09:03] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005578 10.0.0.141 - - [2026-02-09 02:09:03] "GET /virtual-machine/7bdd5479-0f0b-4006-9200-c9aca428dbde HTTP/1.1" 200 1295 0.004342 10.0.0.141 - - [2026-02-09 02:09:03] "GET /virtual-machine-interface/94536087-c980-4aa4-8cfc-46654f7af055 HTTP/1.1" 200 2972 0.004457 10.0.0.141 - - [2026-02-09 02:09:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002650 10.0.0.141 - - [2026-02-09 02:09:03] "GET /global-vrouter-config/a378f525-7fa5-46b7-9091-743b27ef1b57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002725 10.0.0.141 - - [2026-02-09 02:09:03] "GET /virtual-networks?parent_id=6c64f5e2-a149-469c-af67-a551d17fc13c&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002860 10.0.0.141 - - [2026-02-09 02:09:03] "GET /virtual-network/fb49b086-eb39-4bb7-a3e5-08c287528293?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005429 10.0.0.141 - - [2026-02-09 02:09:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003043 10.0.0.141 - - [2026-02-09 02:09:06] "GET /virtual-network/fb49b086-eb39-4bb7-a3e5-08c287528293?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005446 10.0.0.141 - - [2026-02-09 02:09:07] "GET /projects?obj_uuids=a8b1320e-2380-4066-bbb8-6739972de876&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001436 10.0.0.141 - - [2026-02-09 02:09:07] "DELETE /project/6c64f5e2a149469caf67a551d17fc13c HTTP/1.1" 404 173 0.008822 10.0.0.141 - - [2026-02-09 02:09:07] "GET /project/a8b1320e-2380-4066-bbb8-6739972de876?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1461 0.042087 10.0.0.141 - - [2026-02-09 02:09:07] "GET /projects?obj_uuids=a8b1320e-2380-4066-bbb8-6739972de876&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001860 10.0.0.141 - - [2026-02-09 02:09:07] "GET /project/a8b1320e-2380-4066-bbb8-6739972de876?fields=security_groups HTTP/1.1" 200 1358 0.037391 10.0.0.141 - - [2026-02-09 02:09:07] "DELETE /security-group/f22fafae-273b-40d7-b665-f8df4bd2d0b5 HTTP/1.1" 200 115 0.053226 10.0.0.141 - - [2026-02-09 02:09:07] "GET /projects?obj_uuids=a8b1320e-2380-4066-bbb8-6739972de876&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001839 10.0.0.141 - - [2026-02-09 02:09:07] "DELETE /access-control-list/fdfe7bdf-87ab-4b50-ad5e-9038910713ed HTTP/1.1" 200 115 0.039831 10.0.0.141 - - [2026-02-09 02:09:07] "GET /project/a8b1320e-2380-4066-bbb8-6739972de876?fields=application_policy_sets HTTP/1.1" 200 1397 0.050837 10.0.0.141 - - [2026-02-09 02:09:07] "DELETE /access-control-list/fa503864-921d-4873-8a1d-3e490759df21 HTTP/1.1" 200 115 0.048326 10.0.0.141 - - [2026-02-09 02:09:07] "DELETE /project/a8b1320e-2380-4066-bbb8-6739972de876 HTTP/1.1" 200 115 0.369238 10.0.0.141 - - [2026-02-09 02:09:07] "POST /neutron/port HTTP/1.1" 200 1122 0.011756 10.0.0.141 - - [2026-02-09 02:09:07] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006993 10.0.0.141 - - [2026-02-09 02:09:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003312 10.0.0.141 - - [2026-02-09 02:09:10] "GET /global-vrouter-config/a378f525-7fa5-46b7-9091-743b27ef1b57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003715 10.0.0.141 - - [2026-02-09 02:09:10] "GET /virtual-networks?parent_id=6c64f5e2-a149-469c-af67-a551d17fc13c&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003810 10.0.0.141 - - [2026-02-09 02:09:10] "GET /virtual-network/fb49b086-eb39-4bb7-a3e5-08c287528293?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005404 10.0.0.141 - - [2026-02-09 02:09:14] "GET /obj-perms HTTP/1.1" 200 5075 0.054063 10.0.0.141 - - [2026-02-09 02:09:14] "GET /obj-perms HTTP/1.1" 200 5075 0.053482 10.0.0.141 - - [2026-02-09 02:09:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002949 10.0.0.141 - - [2026-02-09 02:09:17] "DELETE /virtual-DNS/4e02f61b-47ce-48b0-b9c1-0dc749608cf1 HTTP/1.1" 409 236 0.006791 10.0.0.141 - - [2026-02-09 02:09:17] "POST /fqname-to-id HTTP/1.1" 404 192 0.003625 10.0.0.141 - - [2026-02-09 02:09:17] "POST /virtual-DNS-records HTTP/1.1" 200 533 0.014543 10.0.0.141 - - [2026-02-09 02:09:17] "GET /virtual-DNS-record/b0a021f5-1ff1-423a-aaa7-2d1f20cf79a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.004493 10.0.0.141 - - [2026-02-09 02:09:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002807 10.0.0.141 - - [2026-02-09 02:09:17] "GET /virtual-DNS-record/b0a021f5-1ff1-423a-aaa7-2d1f20cf79a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.003556 10.0.0.141 - - [2026-02-09 02:09:17] "GET /domains HTTP/1.1" 200 281 0.002701 10.0.0.141 - - [2026-02-09 02:09:17] "GET /domains?obj_uuids=5c908eb1-ca90-4dd8-8556-6bf44625a257&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001235 10.0.0.141 - - [2026-02-09 02:09:17] "GET /domain/5c908eb1-ca90-4dd8-8556-6bf44625a257 HTTP/1.1" 200 2784 0.007737 10.0.0.141 - - [2026-02-09 02:09:17] "GET /virtual-DNS/4e02f61b-47ce-48b0-b9c1-0dc749608cf1 HTTP/1.1" 200 1911 0.003195 10.0.0.141 - - [2026-02-09 02:09:17] "GET /virtual-DNS-record/b0a021f5-1ff1-423a-aaa7-2d1f20cf79a2 HTTP/1.1" 200 1339 0.002244 10.0.0.141 - - [2026-02-09 02:09:23] "DELETE /virtual-DNS-record/b0a021f5-1ff1-423a-aaa7-2d1f20cf79a2 HTTP/1.1" 200 115 0.016445 10.0.0.141 - - [2026-02-09 02:09:23] "POST /fqname-to-id HTTP/1.1" 404 184 0.002483 10.0.0.141 - - [2026-02-09 02:09:23] "POST /neutron/network HTTP/1.1" 200 833 0.008934 10.0.0.141 - - [2026-02-09 02:09:23] "POST /neutron/network HTTP/1.1" 400 204 0.009819 10.0.0.141 - - [2026-02-09 02:09:23] "POST /neutron/port HTTP/1.1" 200 1122 0.012587 10.0.0.141 - - [2026-02-09 02:09:23] "POST /neutron/port HTTP/1.1" 200 1112 0.010527 10.0.0.141 - - [2026-02-09 02:09:23] "POST /neutron/port HTTP/1.1" 200 151 0.105386 10.0.0.141 - - [2026-02-09 02:09:24] "POST /neutron/port HTTP/1.1" 200 1122 0.012844 10.0.0.141 - - [2026-02-09 02:09:24] "POST /neutron/port HTTP/1.1" 200 1112 0.009552 10.0.0.141 - - [2026-02-09 02:09:24] "POST /neutron/port HTTP/1.1" 200 151 0.109709 10.0.0.141 - - [2026-02-09 02:09:25] "POST /neutron/network HTTP/1.1" 200 833 0.006384 10.0.0.141 - - [2026-02-09 02:09:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004143 10.0.0.141 - - [2026-02-09 02:09:25] "POST /useragent-kv HTTP/1.1" 200 115 0.033359 10.0.0.141 - - [2026-02-09 02:09:25] "POST /useragent-kv HTTP/1.1" 200 115 0.003227 10.0.0.141 - - [2026-02-09 02:09:25] "DELETE /route-target/19ac47be-f314-43f7-9a5d-75cf2a7cbaa0 HTTP/1.1" 200 115 0.047611 10.0.0.141 - - [2026-02-09 02:09:25] "POST /neutron/network HTTP/1.1" 200 151 0.215294 10.0.0.141 - - [2026-02-09 02:09:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002653 10.0.0.141 - - [2026-02-09 02:09:25] "DELETE /network-ipam/d5ee17b1-ee0f-462d-a45c-2e8a89463131 HTTP/1.1" 200 115 0.023987 10.0.0.141 - - [2026-02-09 02:09:25] "DELETE /virtual-DNS/4e02f61b-47ce-48b0-b9c1-0dc749608cf1 HTTP/1.1" 200 115 0.026205 10.0.0.141 - - [2026-02-09 02:09:25] "POST /fqname-to-id HTTP/1.1" 404 180 0.002223 10.0.0.141 - - [2026-02-09 02:09:25] "GET /domains HTTP/1.1" 200 281 0.003002 10.0.0.141 - - [2026-02-09 02:09:25] "GET /domains?obj_uuids=5c908eb1-ca90-4dd8-8556-6bf44625a257&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000941 10.0.0.141 - - [2026-02-09 02:09:25] "GET /domain/5c908eb1-ca90-4dd8-8556-6bf44625a257 HTTP/1.1" 200 2583 0.007084 10.0.0.141 - - [2026-02-09 02:09:26] "GET /projects?obj_uuids=6c64f5e2-a149-469c-af67-a551d17fc13c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001036 10.0.0.141 - - [2026-02-09 02:09:26] "GET /project/6c64f5e2-a149-469c-af67-a551d17fc13c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.024403 10.0.0.141 - - [2026-02-09 02:09:26] "GET /projects?obj_uuids=6c64f5e2-a149-469c-af67-a551d17fc13c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000976 10.0.0.141 - - [2026-02-09 02:09:26] "GET /project/6c64f5e2-a149-469c-af67-a551d17fc13c?fields=virtual_networks HTTP/1.1" 200 1036 0.060771 10.0.0.141 - - [2026-02-09 02:09:26] "GET /projects?obj_uuids=6c64f5e2-a149-469c-af67-a551d17fc13c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001088 10.0.0.141 - - [2026-02-09 02:09:26] "GET /project/6c64f5e2-a149-469c-af67-a551d17fc13c?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.021682 10.0.0.141 - - [2026-02-09 02:09:26] "GET /projects?obj_uuids=6c64f5e2-a149-469c-af67-a551d17fc13c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001088 10.0.0.141 - - [2026-02-09 02:09:26] "GET /project/6c64f5e2-a149-469c-af67-a551d17fc13c?fields=security_groups HTTP/1.1" 200 1264 0.025355 10.0.0.141 - - [2026-02-09 02:09:27] "POST /fqname-to-id HTTP/1.1" 404 189 0.030152 10.0.0.141 - - [2026-02-09 02:09:27] "GET /projects?obj_uuids=5d746fc1-11ac-4223-974d-20ce9335056f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002189 10.0.0.141 - - [2026-02-09 02:09:27] "GET /domains?obj_uuids=5c908eb1-ca90-4dd8-8556-6bf44625a257&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001012 10.0.0.141 - - [2026-02-09 02:09:27] "GET /domain/5c908eb1-ca90-4dd8-8556-6bf44625a257?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006338 10.0.0.141 - - [2026-02-09 02:09:27] "POST /id-to-fqname HTTP/1.1" 200 191 0.001272 10.0.0.141 - - [2026-02-09 02:09:27] "POST /fqname-to-id HTTP/1.1" 404 200 0.003020 10.0.0.141 - - [2026-02-09 02:09:27] "POST /security-groups HTTP/1.1" 200 592 0.060259 10.0.0.141 - - [2026-02-09 02:09:27] "POST /fqname-to-id HTTP/1.1" 404 235 0.002872 10.0.0.141 - - [2026-02-09 02:09:27] "POST /projects HTTP/1.1" 200 587 0.215828 10.0.0.141 - - [2026-02-09 02:09:27] "POST /access-control-lists HTTP/1.1" 200 599 0.056896 10.0.0.141 - - [2026-02-09 02:09:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.291796 10.0.0.141 - - [2026-02-09 02:09:27] "POST /fqname-to-id HTTP/1.1" 404 234 0.002712 10.0.0.141 - - [2026-02-09 02:09:27] "GET /project/5d746fc1-11ac-4223-974d-20ce9335056f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.412918 10.0.0.141 - - [2026-02-09 02:09:27] "POST /access-control-lists HTTP/1.1" 200 597 0.060777 10.0.0.141 - - [2026-02-09 02:09:28] "GET / HTTP/1.1" 200 36215 0.002185 10.0.0.141 - - [2026-02-09 02:09:29] "POST /fqname-to-id HTTP/1.1" 401 293 0.000486 10.0.0.141 - - [2026-02-09 02:09:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.058358 10.0.0.141 - - [2026-02-09 02:09:29] "GET /projects?obj_uuids=5d746fc1-11ac-4223-974d-20ce9335056f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000981 10.0.0.141 - - [2026-02-09 02:09:29] "GET /project/5d746fc1-11ac-4223-974d-20ce9335056f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.020849 10.0.0.141 - - [2026-02-09 02:09:30] "POST /neutron/network HTTP/1.1" 200 117 0.035428 10.0.0.141 - - [2026-02-09 02:09:30] "GET /projects?obj_uuids=5d746fc1-11ac-4223-974d-20ce9335056f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001493 10.0.0.141 - - [2026-02-09 02:09:30] "POST /neutron/network HTTP/1.1" 200 606 0.061222 10.0.0.141 - - [2026-02-09 02:09:30] "POST /route-targets HTTP/1.1" 200 328 0.012053 10.0.0.141 - - [2026-02-09 02:09:30] "POST /ref-update HTTP/1.1" 200 156 0.014413 10.0.0.141 - - [2026-02-09 02:09:30] "POST /useragent-kv HTTP/1.1" 200 115 0.003658 10.0.0.141 - - [2026-02-09 02:09:30] "POST /neutron/subnet HTTP/1.1" 200 715 0.132763 10.0.0.141 - - [2026-02-09 02:09:30] "POST /neutron/network HTTP/1.1" 200 823 0.004803 10.0.0.141 - - [2026-02-09 02:09:30] "POST /id-to-fqname HTTP/1.1" 200 221 0.001125 10.0.0.141 - - [2026-02-09 02:09:30] "GET /virtual-network/e55b6c04-fd8e-4840-9844-668b8b65cf29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.004381 10.0.0.141 - - [2026-02-09 02:09:30] "POST /neutron/network HTTP/1.1" 200 823 0.005747 10.0.0.141 - - [2026-02-09 02:09:30] "GET /virtual-network/e55b6c04-fd8e-4840-9844-668b8b65cf29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.004770 10.0.0.141 - - [2026-02-09 02:09:30] "POST /neutron/network HTTP/1.1" 200 823 0.005549 10.0.0.141 - - [2026-02-09 02:09:30] "POST /neutron/subnet HTTP/1.1" 200 715 0.006756 10.0.0.141 - - [2026-02-09 02:09:30] "POST /id-to-fqname HTTP/1.1" 200 221 0.001285 10.0.0.141 - - [2026-02-09 02:09:30] "POST /neutron/network HTTP/1.1" 200 833 0.005739 10.0.0.141 - - [2026-02-09 02:09:30] "GET /aaa-mode HTTP/1.1" 401 293 0.000435 10.0.0.141 - - [2026-02-09 02:09:31] "GET / HTTP/1.1" 200 36215 0.004288 10.0.0.141 - - [2026-02-09 02:09:31] "GET /project/5d746fc1-11ac-4223-974d-20ce9335056f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000549 10.0.0.141 - - [2026-02-09 02:09:31] "GET /projects?obj_uuids=5d746fc1-11ac-4223-974d-20ce9335056f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001090 10.0.0.141 - - [2026-02-09 02:09:31] "GET /project/5d746fc1-11ac-4223-974d-20ce9335056f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.053078 10.0.0.141 - - [2026-02-09 02:09:31] "POST /neutron/network HTTP/1.1" 200 823 0.005310 10.0.0.141 - - [2026-02-09 02:09:31] "POST /neutron/port HTTP/1.1" 200 117 0.004938 10.0.0.141 - - [2026-02-09 02:09:31] "POST /neutron/port HTTP/1.1" 200 117 0.004989 10.0.0.141 - - [2026-02-09 02:09:31] "POST /id-to-fqname HTTP/1.1" 200 221 0.001351 10.0.0.141 - - [2026-02-09 02:09:31] "POST /neutron/port HTTP/1.1" 200 117 0.004827 10.0.0.141 - - [2026-02-09 02:09:31] "POST /neutron/network HTTP/1.1" 200 833 0.006474 10.0.0.141 - - [2026-02-09 02:09:31] "GET /aaa-mode HTTP/1.1" 401 293 0.000446 10.0.0.141 - - [2026-02-09 02:09:32] "POST /neutron/network HTTP/1.1" 200 833 0.005890 10.0.0.141 - - [2026-02-09 02:09:32] "GET /projects?obj_uuids=5d746fc1-11ac-4223-974d-20ce9335056f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001030 10.0.0.141 - - [2026-02-09 02:09:32] "GET / HTTP/1.1" 200 36215 0.001847 10.0.0.141 - - [2026-02-09 02:09:32] "GET /project/5d746fc1-11ac-4223-974d-20ce9335056f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000699 10.0.0.141 - - [2026-02-09 02:09:32] "POST /neutron/port HTTP/1.1" 200 1059 0.200769 10.0.0.141 - - [2026-02-09 02:09:32] "POST /neutron/port HTTP/1.1" 200 1059 0.010162 10.0.0.141 - - [2026-02-09 02:09:32] "POST /neutron/port HTTP/1.1" 200 1059 0.009321 10.0.0.141 - - [2026-02-09 02:09:32] "POST /neutron/port HTTP/1.1" 200 1113 0.059017 10.0.0.141 - - [2026-02-09 02:09:32] "POST /neutron/port HTTP/1.1" 200 1123 0.012177 10.0.0.141 - - [2026-02-09 02:09:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003215 10.0.0.141 - - [2026-02-09 02:09:32] "POST /neutron/subnet HTTP/1.1" 200 689 0.006419 10.0.0.141 - - [2026-02-09 02:09:32] "POST /neutron/port HTTP/1.1" 200 117 0.001104 10.0.0.141 - - [2026-02-09 02:09:32] "POST /neutron/network HTTP/1.1" 200 823 0.004984 10.0.0.141 - - [2026-02-09 02:09:32] "GET /projects?obj_uuids=5d746fc1-11ac-4223-974d-20ce9335056f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001139 10.0.0.141 - - [2026-02-09 02:09:32] "GET /project/5d746fc1-11ac-4223-974d-20ce9335056f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.053112 10.0.0.141 - - [2026-02-09 02:09:32] "POST /neutron/network HTTP/1.1" 200 823 0.005645 10.0.0.141 - - [2026-02-09 02:09:32] "POST /neutron/port HTTP/1.1" 200 1123 0.013303 10.0.0.141 - - [2026-02-09 02:09:32] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007749 10.0.0.141 - - [2026-02-09 02:09:32] "POST /neutron/port HTTP/1.1" 200 117 0.004990 10.0.0.141 - - [2026-02-09 02:09:32] "POST /neutron/port HTTP/1.1" 200 1123 0.011798 10.0.0.141 - - [2026-02-09 02:09:32] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006155 10.0.0.141 - - [2026-02-09 02:09:33] "POST /neutron/network HTTP/1.1" 200 833 0.007238 10.0.0.141 - - [2026-02-09 02:09:33] "GET /projects?obj_uuids=5d746fc1-11ac-4223-974d-20ce9335056f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001106 10.0.0.141 - - [2026-02-09 02:09:33] "POST /neutron/port HTTP/1.1" 200 1059 0.220773 10.0.0.141 - - [2026-02-09 02:09:33] "POST /neutron/port HTTP/1.1" 200 1059 0.014489 10.0.0.141 - - [2026-02-09 02:09:33] "POST /neutron/port HTTP/1.1" 200 1059 0.013190 10.0.0.141 - - [2026-02-09 02:09:33] "POST /neutron/port HTTP/1.1" 200 1113 0.067533 10.0.0.141 - - [2026-02-09 02:09:33] "POST /neutron/port HTTP/1.1" 200 1123 0.013202 10.0.0.141 - - [2026-02-09 02:09:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003269 10.0.0.141 - - [2026-02-09 02:09:33] "POST /neutron/subnet HTTP/1.1" 200 689 0.015985 10.0.0.141 - - [2026-02-09 02:09:33] "POST /neutron/port HTTP/1.1" 200 117 0.001203 10.0.0.141 - - [2026-02-09 02:09:33] "POST /neutron/network HTTP/1.1" 200 823 0.006217 10.0.0.141 - - [2026-02-09 02:09:37] "POST /neutron/port HTTP/1.1" 200 1123 0.011866 10.0.0.141 - - [2026-02-09 02:09:38] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005548 10.0.0.141 - - [2026-02-09 02:09:38] "POST /neutron/port HTTP/1.1" 200 1123 0.012003 10.0.0.141 - - [2026-02-09 02:09:38] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006088 10.0.0.141 - - [2026-02-09 02:09:38] "POST /neutron/port HTTP/1.1" 200 1123 0.013516 10.0.0.141 - - [2026-02-09 02:09:38] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005504 10.0.0.141 - - [2026-02-09 02:09:38] "GET /virtual-machine/0e83d2fb-31bd-4c99-b0e1-24c98de5d6f6 HTTP/1.1" 401 293 0.000443 10.0.0.141 - - [2026-02-09 02:09:38] "GET /virtual-machine/0e83d2fb-31bd-4c99-b0e1-24c98de5d6f6 HTTP/1.1" 200 1295 0.028970 10.0.0.141 - - [2026-02-09 02:09:38] "GET /virtual-machine-interface/d894bcc7-6f9e-494e-9aa2-7362fe6c7a80 HTTP/1.1" 200 2954 0.004723 10.0.0.141 - - [2026-02-09 02:09:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002882 10.0.0.141 - - [2026-02-09 02:09:38] "GET /global-vrouter-config/a378f525-7fa5-46b7-9091-743b27ef1b57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003253 10.0.0.141 - - [2026-02-09 02:09:38] "GET /virtual-networks?parent_id=5d746fc1-11ac-4223-974d-20ce9335056f&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003442 10.0.0.141 - - [2026-02-09 02:09:38] "GET /virtual-network/e55b6c04-fd8e-4840-9844-668b8b65cf29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006563 10.0.0.141 - - [2026-02-09 02:09:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004266 10.0.0.141 - - [2026-02-09 02:09:41] "GET /virtual-network/e55b6c04-fd8e-4840-9844-668b8b65cf29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005624 10.0.0.141 - - [2026-02-09 02:09:41] "POST /neutron/port HTTP/1.1" 200 1123 0.011718 10.0.0.141 - - [2026-02-09 02:09:41] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005811 10.0.0.141 - - [2026-02-09 02:09:43] "POST /neutron/port HTTP/1.1" 200 1123 0.015463 10.0.0.141 - - [2026-02-09 02:09:43] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005957 10.0.0.141 - - [2026-02-09 02:09:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002932 10.0.0.141 - - [2026-02-09 02:09:43] "GET /global-vrouter-config/a378f525-7fa5-46b7-9091-743b27ef1b57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002988 10.0.0.141 - - [2026-02-09 02:09:43] "GET /virtual-networks?parent_id=5d746fc1-11ac-4223-974d-20ce9335056f&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002946 10.0.0.141 - - [2026-02-09 02:09:44] "GET /virtual-network/e55b6c04-fd8e-4840-9844-668b8b65cf29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005714 10.0.0.141 - - [2026-02-09 02:09:44] "POST /neutron/port HTTP/1.1" 200 1123 0.011788 10.0.0.141 - - [2026-02-09 02:09:44] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005852 10.0.0.141 - - [2026-02-09 02:09:49] "POST /neutron/port HTTP/1.1" 200 1123 0.011314 10.0.0.141 - - [2026-02-09 02:09:49] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007037 10.0.0.141 - - [2026-02-09 02:09:49] "POST /neutron/port HTTP/1.1" 200 1123 0.013072 10.0.0.141 - - [2026-02-09 02:09:49] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005711 10.0.0.141 - - [2026-02-09 02:09:49] "POST /neutron/port HTTP/1.1" 200 1123 0.013525 10.0.0.141 - - [2026-02-09 02:09:49] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006315 10.0.0.141 - - [2026-02-09 02:09:49] "GET /virtual-machine/d7285ead-aa61-4f1d-a891-fa32398d6804 HTTP/1.1" 200 1296 0.004544 10.0.0.141 - - [2026-02-09 02:09:49] "GET /virtual-machine-interface/cb9ad7d6-6061-4c6f-8e7f-de1a49a30326 HTTP/1.1" 200 2954 0.004517 10.0.0.141 - - [2026-02-09 02:09:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003088 10.0.0.141 - - [2026-02-09 02:09:49] "GET /global-vrouter-config/a378f525-7fa5-46b7-9091-743b27ef1b57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003749 10.0.0.141 - - [2026-02-09 02:09:49] "GET /virtual-networks?parent_id=5d746fc1-11ac-4223-974d-20ce9335056f&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003005 10.0.0.141 - - [2026-02-09 02:09:49] "GET /virtual-network/e55b6c04-fd8e-4840-9844-668b8b65cf29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005477 10.0.0.141 - - [2026-02-09 02:09:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003386 10.0.0.141 - - [2026-02-09 02:09:50] "GET /global-vrouter-config/a378f525-7fa5-46b7-9091-743b27ef1b57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003586 10.0.0.141 - - [2026-02-09 02:09:50] "GET /virtual-networks?parent_id=5d746fc1-11ac-4223-974d-20ce9335056f&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002787 10.0.0.141 - - [2026-02-09 02:09:51] "GET /virtual-network/e55b6c04-fd8e-4840-9844-668b8b65cf29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.008538 10.0.0.141 - - [2026-02-09 02:09:55] "POST /neutron/network HTTP/1.1" 200 823 0.008410 10.0.0.141 - - [2026-02-09 02:09:55] "POST /neutron/network HTTP/1.1" 400 204 0.009417 10.0.0.141 - - [2026-02-09 02:09:56] "POST /neutron/port HTTP/1.1" 200 1123 0.015040 10.0.0.141 - - [2026-02-09 02:09:56] "POST /neutron/port HTTP/1.1" 200 1113 0.010651 10.0.0.141 - - [2026-02-09 02:09:56] "POST /neutron/port HTTP/1.1" 200 1123 0.014105 10.0.0.141 - - [2026-02-09 02:09:56] "POST /neutron/port HTTP/1.1" 200 1113 0.008502 10.0.0.141 - - [2026-02-09 02:09:56] "POST /neutron/port HTTP/1.1" 200 151 0.113094 10.0.0.141 - - [2026-02-09 02:09:56] "POST /neutron/port HTTP/1.1" 200 151 0.113597 10.0.0.141 - - [2026-02-09 02:09:57] "POST /neutron/network HTTP/1.1" 200 823 0.007407 10.0.0.141 - - [2026-02-09 02:09:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003645 10.0.0.141 - - [2026-02-09 02:09:57] "POST /useragent-kv HTTP/1.1" 200 115 0.004696 10.0.0.141 - - [2026-02-09 02:09:57] "POST /useragent-kv HTTP/1.1" 200 115 0.002485 10.0.0.141 - - [2026-02-09 02:09:57] "POST /neutron/network HTTP/1.1" 200 151 0.092320 10.0.0.141 - - [2026-02-09 02:09:57] "DELETE /route-target/17f7b14e-d329-4e7e-b348-9ea2e957fe3e HTTP/1.1" 200 115 0.020385 10.0.0.141 - - [2026-02-09 02:09:58] "GET /projects?obj_uuids=5d746fc1-11ac-4223-974d-20ce9335056f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001477 10.0.0.141 - - [2026-02-09 02:09:58] "GET /project/5d746fc1-11ac-4223-974d-20ce9335056f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.031744 10.0.0.141 - - [2026-02-09 02:09:58] "GET /projects?obj_uuids=5d746fc1-11ac-4223-974d-20ce9335056f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001436 10.0.0.141 - - [2026-02-09 02:09:58] "GET /project/5d746fc1-11ac-4223-974d-20ce9335056f?fields=virtual_networks HTTP/1.1" 200 1036 0.067029 10.0.0.141 - - [2026-02-09 02:09:58] "GET /projects?obj_uuids=5d746fc1-11ac-4223-974d-20ce9335056f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001084 10.0.0.141 - - [2026-02-09 02:09:58] "GET /project/5d746fc1-11ac-4223-974d-20ce9335056f?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.025172 10.0.0.141 - - [2026-02-09 02:09:58] "GET /projects?obj_uuids=5d746fc1-11ac-4223-974d-20ce9335056f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001069 10.0.0.141 - - [2026-02-09 02:09:58] "GET /project/5d746fc1-11ac-4223-974d-20ce9335056f?fields=security_groups HTTP/1.1" 200 1264 0.022687 10.0.0.141 - - [2026-02-09 02:09:59] "POST /fqname-to-id HTTP/1.1" 404 188 0.025842 10.0.0.141 - - [2026-02-09 02:09:59] "GET /projects?obj_uuids=c53e43a7-f9d3-4cc2-b062-baad01d2f40e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002465 10.0.0.141 - - [2026-02-09 02:09:59] "GET /domains?obj_uuids=5c908eb1-ca90-4dd8-8556-6bf44625a257&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001049 10.0.0.141 - - [2026-02-09 02:09:59] "GET /domain/5c908eb1-ca90-4dd8-8556-6bf44625a257?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007037 10.0.0.141 - - [2026-02-09 02:09:59] "POST /id-to-fqname HTTP/1.1" 200 190 0.001377 10.0.0.141 - - [2026-02-09 02:09:59] "POST /fqname-to-id HTTP/1.1" 404 199 0.002214 10.0.0.141 - - [2026-02-09 02:09:59] "POST /security-groups HTTP/1.1" 200 591 0.064188 10.0.0.141 - - [2026-02-09 02:09:59] "POST /fqname-to-id HTTP/1.1" 404 234 0.003398 10.0.0.141 - - [2026-02-09 02:09:59] "POST /projects HTTP/1.1" 200 585 0.203656 10.0.0.141 - - [2026-02-09 02:09:59] "POST /access-control-lists HTTP/1.1" 200 598 0.056461 10.0.0.141 - - [2026-02-09 02:09:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.276494 10.0.0.141 - - [2026-02-09 02:09:59] "POST /fqname-to-id HTTP/1.1" 404 233 0.002702 10.0.0.141 - - [2026-02-09 02:09:59] "GET /project/c53e43a7-f9d3-4cc2-b062-baad01d2f40e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.396523 10.0.0.141 - - [2026-02-09 02:09:59] "POST /access-control-lists HTTP/1.1" 200 596 0.060661 10.0.0.141 - - [2026-02-09 02:10:00] "GET / HTTP/1.1" 200 36215 0.002013 10.0.0.141 - - [2026-02-09 02:10:01] "POST /fqname-to-id HTTP/1.1" 401 293 0.000702 10.0.0.141 - - [2026-02-09 02:10:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.061830 10.0.0.141 - - [2026-02-09 02:10:02] "GET /projects?obj_uuids=c53e43a7-f9d3-4cc2-b062-baad01d2f40e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001053 10.0.0.141 - - [2026-02-09 02:10:02] "GET /project/c53e43a7-f9d3-4cc2-b062-baad01d2f40e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.023580 10.0.0.141 - - [2026-02-09 02:10:02] "POST /neutron/network HTTP/1.1" 200 117 0.032844 10.0.0.141 - - [2026-02-09 02:10:02] "GET /projects?obj_uuids=c53e43a7-f9d3-4cc2-b062-baad01d2f40e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001405 10.0.0.141 - - [2026-02-09 02:10:02] "POST /neutron/network HTTP/1.1" 200 625 0.060989 10.0.0.141 - - [2026-02-09 02:10:02] "POST /route-targets HTTP/1.1" 200 328 0.011134 10.0.0.141 - - [2026-02-09 02:10:02] "POST /ref-update HTTP/1.1" 200 156 0.010987 10.0.0.141 - - [2026-02-09 02:10:02] "POST /useragent-kv HTTP/1.1" 200 115 0.005172 10.0.0.141 - - [2026-02-09 02:10:02] "POST /neutron/subnet HTTP/1.1" 200 701 0.209157 10.0.0.141 - - [2026-02-09 02:10:02] "POST /neutron/network HTTP/1.1" 200 839 0.004971 10.0.0.141 - - [2026-02-09 02:10:02] "POST /id-to-fqname HTTP/1.1" 200 230 0.001231 10.0.0.141 - - [2026-02-09 02:10:02] "GET /virtual-network/276f85bd-6081-48f4-bd11-959757540760?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004694 10.0.0.141 - - [2026-02-09 02:10:02] "POST /neutron/network HTTP/1.1" 200 839 0.005759 10.0.0.141 - - [2026-02-09 02:10:02] "GET /virtual-network/276f85bd-6081-48f4-bd11-959757540760?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004927 10.0.0.141 - - [2026-02-09 02:10:02] "POST /neutron/network HTTP/1.1" 200 839 0.005011 10.0.0.141 - - [2026-02-09 02:10:02] "POST /neutron/subnet HTTP/1.1" 200 701 0.005811 10.0.0.141 - - [2026-02-09 02:10:02] "POST /neutron/network HTTP/1.1" 200 839 0.005405 10.0.0.141 - - [2026-02-09 02:10:02] "POST /id-to-fqname HTTP/1.1" 200 230 0.001222 10.0.0.141 - - [2026-02-09 02:10:02] "POST /neutron/network HTTP/1.1" 200 849 0.005557 10.0.0.141 - - [2026-02-09 02:10:02] "GET /aaa-mode HTTP/1.1" 401 293 0.000580 10.0.0.141 - - [2026-02-09 02:10:03] "GET / HTTP/1.1" 200 36215 0.001914 10.0.0.141 - - [2026-02-09 02:10:03] "GET /project/c53e43a7-f9d3-4cc2-b062-baad01d2f40e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000440 10.0.0.141 - - [2026-02-09 02:10:03] "GET /projects?obj_uuids=c53e43a7-f9d3-4cc2-b062-baad01d2f40e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001041 10.0.0.141 - - [2026-02-09 02:10:03] "GET /project/c53e43a7-f9d3-4cc2-b062-baad01d2f40e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.045670 10.0.0.141 - - [2026-02-09 02:10:03] "POST /neutron/network HTTP/1.1" 200 839 0.005430 10.0.0.141 - - [2026-02-09 02:10:03] "POST /neutron/port HTTP/1.1" 200 117 0.004792 10.0.0.141 - - [2026-02-09 02:10:03] "POST /neutron/port HTTP/1.1" 200 117 0.005666 10.0.0.141 - - [2026-02-09 02:10:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002605 10.0.0.141 - - [2026-02-09 02:10:03] "GET /global-vrouter-config/a378f525-7fa5-46b7-9091-743b27ef1b57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002837 10.0.0.141 - - [2026-02-09 02:10:03] "PUT /global-vrouter-config/a378f525-7fa5-46b7-9091-743b27ef1b57 HTTP/1.1" 200 277 0.009287 10.0.0.141 - - [2026-02-09 02:10:03] "POST /neutron/port HTTP/1.1" 200 117 0.005783 10.0.0.141 - - [2026-02-09 02:10:04] "POST /neutron/network HTTP/1.1" 200 849 0.005551 10.0.0.141 - - [2026-02-09 02:10:04] "GET /projects?obj_uuids=c53e43a7-f9d3-4cc2-b062-baad01d2f40e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001122 10.0.0.141 - - [2026-02-09 02:10:04] "POST /neutron/port HTTP/1.1" 200 1055 0.185408 10.0.0.141 - - [2026-02-09 02:10:04] "POST /neutron/port HTTP/1.1" 200 1055 0.009017 10.0.0.141 - - [2026-02-09 02:10:04] "POST /neutron/port HTTP/1.1" 200 1055 0.008559 10.0.0.141 - - [2026-02-09 02:10:04] "POST /neutron/port HTTP/1.1" 200 1109 0.056386 10.0.0.141 - - [2026-02-09 02:10:04] "POST /neutron/port HTTP/1.1" 200 1119 0.011485 10.0.0.141 - - [2026-02-09 02:10:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003114 10.0.0.141 - - [2026-02-09 02:10:04] "POST /neutron/subnet HTTP/1.1" 200 675 0.006336 10.0.0.141 - - [2026-02-09 02:10:04] "POST /neutron/port HTTP/1.1" 200 117 0.001260 10.0.0.141 - - [2026-02-09 02:10:04] "POST /neutron/network HTTP/1.1" 200 839 0.005135 10.0.0.141 - - [2026-02-09 02:10:07] "DELETE /project/c53e43a7f9d34cc2b062baad01d2f40e HTTP/1.1" 404 173 0.012185 10.0.0.141 - - [2026-02-09 02:10:07] "DELETE /project/5d746fc111ac4223974d20ce9335056f HTTP/1.1" 404 173 0.009240 10.0.0.141 - - [2026-02-09 02:10:07] "GET /projects?obj_uuids=5d746fc1-11ac-4223-974d-20ce9335056f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000990 10.0.0.141 - - [2026-02-09 02:10:07] "GET /projects?obj_uuids=6c64f5e2-a149-469c-af67-a551d17fc13c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000884 10.0.0.141 - - [2026-02-09 02:10:07] "GET /project/6c64f5e2-a149-469c-af67-a551d17fc13c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.038838 10.0.0.141 - - [2026-02-09 02:10:07] "GET /project/5d746fc1-11ac-4223-974d-20ce9335056f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.041370 10.0.0.141 - - [2026-02-09 02:10:07] "GET /projects?obj_uuids=5d746fc1-11ac-4223-974d-20ce9335056f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000976 10.0.0.141 - - [2026-02-09 02:10:07] "GET /projects?obj_uuids=6c64f5e2-a149-469c-af67-a551d17fc13c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000873 10.0.0.141 - - [2026-02-09 02:10:07] "GET /project/6c64f5e2-a149-469c-af67-a551d17fc13c?fields=security_groups HTTP/1.1" 200 1366 0.036215 10.0.0.141 - - [2026-02-09 02:10:07] "GET /project/5d746fc1-11ac-4223-974d-20ce9335056f?fields=security_groups HTTP/1.1" 200 1366 0.044762 10.0.0.141 - - [2026-02-09 02:10:07] "DELETE /security-group/1f2fbfa5-906f-4a5c-bf79-09aaa10ff4a6 HTTP/1.1" 200 115 0.054512 10.0.0.141 - - [2026-02-09 02:10:07] "GET /projects?obj_uuids=6c64f5e2-a149-469c-af67-a551d17fc13c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001133 10.0.0.141 - - [2026-02-09 02:10:07] "DELETE /security-group/6c3e12dd-e42a-4371-92b0-47b173401811 HTTP/1.1" 200 115 0.061629 10.0.0.141 - - [2026-02-09 02:10:07] "GET /projects?obj_uuids=5d746fc1-11ac-4223-974d-20ce9335056f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001071 10.0.0.141 - - [2026-02-09 02:10:07] "DELETE /access-control-list/08e89f87-0784-4e0d-8ea2-f013cc1233a6 HTTP/1.1" 200 115 0.052269 10.0.0.141 - - [2026-02-09 02:10:07] "GET /project/6c64f5e2-a149-469c-af67-a551d17fc13c?fields=application_policy_sets HTTP/1.1" 200 1405 0.049584 10.0.0.141 - - [2026-02-09 02:10:07] "DELETE /access-control-list/e8be5288-1f83-4aa2-8bd5-fa6ea28e9f37 HTTP/1.1" 200 115 0.041555 10.0.0.141 - - [2026-02-09 02:10:07] "GET /project/5d746fc1-11ac-4223-974d-20ce9335056f?fields=application_policy_sets HTTP/1.1" 200 1405 0.074719 10.0.0.141 - - [2026-02-09 02:10:07] "DELETE /access-control-list/5ebcd7f4-e26d-4b97-867d-46200724b557 HTTP/1.1" 200 115 0.035328 10.0.0.141 - - [2026-02-09 02:10:07] "DELETE /access-control-list/58d3c7b1-9d98-4c6a-ba0f-be074425e8e4 HTTP/1.1" 200 115 0.033405 10.0.0.141 - - [2026-02-09 02:10:07] "DELETE /project/6c64f5e2-a149-469c-af67-a551d17fc13c HTTP/1.1" 200 115 0.420461 10.0.0.141 - - [2026-02-09 02:10:08] "DELETE /project/5d746fc1-11ac-4223-974d-20ce9335056f HTTP/1.1" 200 115 0.472478 10.0.0.141 - - [2026-02-09 02:10:09] "POST /neutron/port HTTP/1.1" 200 1119 0.012199 10.0.0.141 - - [2026-02-09 02:10:09] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008312 10.0.0.141 - - [2026-02-09 02:10:09] "POST /neutron/port HTTP/1.1" 200 1119 0.015644 10.0.0.141 - - [2026-02-09 02:10:09] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007569 10.0.0.141 - - [2026-02-09 02:10:09] "POST /neutron/port HTTP/1.1" 200 1119 0.015512 10.0.0.141 - - [2026-02-09 02:10:09] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007131 10.0.0.141 - - [2026-02-09 02:10:09] "GET /virtual-machine/4f848da0-21bb-4966-9890-bbd5ffe6cb7e HTTP/1.1" 401 293 0.000632 10.0.0.141 - - [2026-02-09 02:10:09] "GET /virtual-machine/4f848da0-21bb-4966-9890-bbd5ffe6cb7e HTTP/1.1" 200 1294 0.033064 10.0.0.141 - - [2026-02-09 02:10:09] "GET /virtual-machine-interface/05aa3112-8682-488d-9167-addd8e8f1e5f HTTP/1.1" 200 2977 0.005335 10.0.0.141 - - [2026-02-09 02:10:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003224 10.0.0.141 - - [2026-02-09 02:10:09] "GET /global-vrouter-config/a378f525-7fa5-46b7-9091-743b27ef1b57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1886 0.003186 10.0.0.141 - - [2026-02-09 02:10:09] "GET /virtual-networks?parent_id=c53e43a7-f9d3-4cc2-b062-baad01d2f40e&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.003204 10.0.0.141 - - [2026-02-09 02:10:09] "GET /virtual-network/276f85bd-6081-48f4-bd11-959757540760?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006989 10.0.0.141 - - [2026-02-09 02:10:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003827 10.0.0.141 - - [2026-02-09 02:10:13] "GET /virtual-network/276f85bd-6081-48f4-bd11-959757540760?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005492 10.0.0.141 - - [2026-02-09 02:10:13] "POST /neutron/port HTTP/1.1" 200 1119 0.011506 10.0.0.141 - - [2026-02-09 02:10:13] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004798 10.0.0.141 - - [2026-02-09 02:10:15] "GET /obj-perms HTTP/1.1" 200 5075 0.062551 10.0.0.141 - - [2026-02-09 02:10:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002816 10.0.0.141 - - [2026-02-09 02:10:15] "GET /global-vrouter-config/a378f525-7fa5-46b7-9091-743b27ef1b57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1886 0.002899 10.0.0.141 - - [2026-02-09 02:10:15] "GET /virtual-networks?parent_id=c53e43a7-f9d3-4cc2-b062-baad01d2f40e&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.003476 10.0.0.141 - - [2026-02-09 02:10:15] "GET /virtual-network/276f85bd-6081-48f4-bd11-959757540760?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006862 10.0.0.141 - - [2026-02-09 02:10:15] "GET /obj-perms HTTP/1.1" 200 5075 0.054825 10.0.0.141 - - [2026-02-09 02:10:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002902 10.0.0.141 - - [2026-02-09 02:10:17] "GET /global-vrouter-config/a378f525-7fa5-46b7-9091-743b27ef1b57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1886 0.002883 10.0.0.141 - - [2026-02-09 02:10:17] "PUT /global-vrouter-config/a378f525-7fa5-46b7-9091-743b27ef1b57 HTTP/1.1" 200 277 0.009158 10.0.0.141 - - [2026-02-09 02:10:17] "POST /neutron/network HTTP/1.1" 200 839 0.005417 10.0.0.141 - - [2026-02-09 02:10:17] "POST /neutron/network HTTP/1.1" 400 204 0.009507 10.0.0.141 - - [2026-02-09 02:10:17] "POST /neutron/port HTTP/1.1" 200 1119 0.012177 10.0.0.141 - - [2026-02-09 02:10:17] "POST /neutron/port HTTP/1.1" 200 1109 0.009720 10.0.0.141 - - [2026-02-09 02:10:18] "POST /neutron/port HTTP/1.1" 200 151 0.097288 10.0.0.141 - - [2026-02-09 02:10:19] "POST /neutron/network HTTP/1.1" 200 839 0.005512 10.0.0.141 - - [2026-02-09 02:10:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002627 10.0.0.141 - - [2026-02-09 02:10:19] "POST /useragent-kv HTTP/1.1" 200 115 0.001908 10.0.0.141 - - [2026-02-09 02:10:19] "POST /useragent-kv HTTP/1.1" 200 115 0.001940 10.0.0.141 - - [2026-02-09 02:10:19] "POST /neutron/network HTTP/1.1" 200 151 0.090175 10.0.0.141 - - [2026-02-09 02:10:19] "DELETE /route-target/d7dc252c-f486-43b3-8e71-efbd638b1a29 HTTP/1.1" 200 115 0.020359 10.0.0.141 - - [2026-02-09 02:10:20] "GET /global-vrouter-configs HTTP/1.1" 200 358 0.002720 10.0.0.141 - - [2026-02-09 02:10:20] "GET /global-vrouter-config/a378f525-7fa5-46b7-9091-743b27ef1b57 HTTP/1.1" 200 1885 0.003389 10.0.0.141 - - [2026-02-09 02:10:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002380 10.0.0.141 - - [2026-02-09 02:10:20] "GET /projects?obj_uuids=c53e43a7-f9d3-4cc2-b062-baad01d2f40e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001037 10.0.0.141 - - [2026-02-09 02:10:20] "GET /project/c53e43a7-f9d3-4cc2-b062-baad01d2f40e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.024850 10.0.0.141 - - [2026-02-09 02:10:20] "POST /neutron/network HTTP/1.1" 200 117 0.008753 10.0.0.141 - - [2026-02-09 02:10:20] "GET /projects?obj_uuids=c53e43a7-f9d3-4cc2-b062-baad01d2f40e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001385 10.0.0.141 - - [2026-02-09 02:10:20] "POST /neutron/network HTTP/1.1" 200 605 0.067447 10.0.0.141 - - [2026-02-09 02:10:20] "POST /route-targets HTTP/1.1" 200 328 0.010350 10.0.0.141 - - [2026-02-09 02:10:20] "POST /ref-update HTTP/1.1" 200 156 0.010381 10.0.0.141 - - [2026-02-09 02:10:20] "POST /useragent-kv HTTP/1.1" 200 115 0.002429 10.0.0.141 - - [2026-02-09 02:10:20] "POST /neutron/subnet HTTP/1.1" 200 719 0.199780 10.0.0.141 - - [2026-02-09 02:10:20] "POST /neutron/network HTTP/1.1" 200 823 0.005993 10.0.0.141 - - [2026-02-09 02:10:20] "POST /id-to-fqname HTTP/1.1" 200 220 0.001499 10.0.0.141 - - [2026-02-09 02:10:20] "GET /virtual-network/eccfb7e7-dd62-4bff-a2e3-3402cea78d3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.004531 10.0.0.141 - - [2026-02-09 02:10:20] "POST /neutron/network HTTP/1.1" 200 823 0.006411 10.0.0.141 - - [2026-02-09 02:10:20] "GET /virtual-network/eccfb7e7-dd62-4bff-a2e3-3402cea78d3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.004800 10.0.0.141 - - [2026-02-09 02:10:20] "POST /neutron/network HTTP/1.1" 200 823 0.006402 10.0.0.141 - - [2026-02-09 02:10:20] "POST /neutron/subnet HTTP/1.1" 200 719 0.008032 10.0.0.141 - - [2026-02-09 02:10:20] "POST /id-to-fqname HTTP/1.1" 200 220 0.001441 10.0.0.141 - - [2026-02-09 02:10:20] "POST /neutron/network HTTP/1.1" 200 833 0.005359 10.0.0.141 - - [2026-02-09 02:10:20] "GET /aaa-mode HTTP/1.1" 401 293 0.000457 10.0.0.141 - - [2026-02-09 02:10:21] "GET / HTTP/1.1" 200 36215 0.001952 10.0.0.141 - - [2026-02-09 02:10:21] "GET /project/c53e43a7-f9d3-4cc2-b062-baad01d2f40e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000375 10.0.0.141 - - [2026-02-09 02:10:21] "GET /projects?obj_uuids=c53e43a7-f9d3-4cc2-b062-baad01d2f40e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001106 10.0.0.141 - - [2026-02-09 02:10:21] "GET /project/c53e43a7-f9d3-4cc2-b062-baad01d2f40e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.047438 10.0.0.141 - - [2026-02-09 02:10:21] "POST /neutron/network HTTP/1.1" 200 823 0.005268 10.0.0.141 - - [2026-02-09 02:10:21] "POST /neutron/port HTTP/1.1" 200 117 0.005050 10.0.0.141 - - [2026-02-09 02:10:21] "POST /neutron/port HTTP/1.1" 200 117 0.005265 10.0.0.141 - - [2026-02-09 02:10:21] "POST /neutron/port HTTP/1.1" 200 117 0.006451 10.0.0.141 - - [2026-02-09 02:10:22] "POST /neutron/network HTTP/1.1" 200 833 0.005599 10.0.0.141 - - [2026-02-09 02:10:22] "GET /projects?obj_uuids=c53e43a7-f9d3-4cc2-b062-baad01d2f40e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001054 10.0.0.141 - - [2026-02-09 02:10:22] "POST /neutron/port HTTP/1.1" 200 1059 0.212229 10.0.0.141 - - [2026-02-09 02:10:22] "POST /neutron/port HTTP/1.1" 200 1059 0.014161 10.0.0.141 - - [2026-02-09 02:10:22] "POST /neutron/port HTTP/1.1" 200 1059 0.017166 10.0.0.141 - - [2026-02-09 02:10:22] "POST /neutron/port HTTP/1.1" 200 1113 0.093032 10.0.0.141 - - [2026-02-09 02:10:22] "POST /neutron/port HTTP/1.1" 200 1123 0.013968 10.0.0.141 - - [2026-02-09 02:10:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005866 10.0.0.141 - - [2026-02-09 02:10:22] "POST /neutron/subnet HTTP/1.1" 200 693 0.010510 10.0.0.141 - - [2026-02-09 02:10:22] "POST /neutron/port HTTP/1.1" 200 117 0.001815 10.0.0.141 - - [2026-02-09 02:10:22] "POST /neutron/network HTTP/1.1" 200 823 0.006279 10.0.0.141 - - [2026-02-09 02:10:26] "POST /neutron/port HTTP/1.1" 200 1123 0.012197 10.0.0.141 - - [2026-02-09 02:10:26] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005175 10.0.0.141 - - [2026-02-09 02:10:27] "POST /neutron/port HTTP/1.1" 200 1123 0.011341 10.0.0.141 - - [2026-02-09 02:10:27] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005130 10.0.0.141 - - [2026-02-09 02:10:27] "POST /neutron/port HTTP/1.1" 200 1123 0.013124 10.0.0.141 - - [2026-02-09 02:10:27] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005914 10.0.0.141 - - [2026-02-09 02:10:27] "GET /virtual-machine/5192b196-b0bc-43af-8a16-d4b6ef38ea95 HTTP/1.1" 200 1293 0.004341 10.0.0.141 - - [2026-02-09 02:10:27] "GET /virtual-machine-interface/c4dfb5a1-7b2e-4f42-ba26-073215f9cb90 HTTP/1.1" 200 2949 0.004295 10.0.0.141 - - [2026-02-09 02:10:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003520 10.0.0.141 - - [2026-02-09 02:10:27] "GET /global-vrouter-config/a378f525-7fa5-46b7-9091-743b27ef1b57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002854 10.0.0.141 - - [2026-02-09 02:10:27] "GET /virtual-networks?parent_id=c53e43a7-f9d3-4cc2-b062-baad01d2f40e&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003885 10.0.0.141 - - [2026-02-09 02:10:27] "GET /virtual-network/eccfb7e7-dd62-4bff-a2e3-3402cea78d3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005055 10.0.0.141 - - [2026-02-09 02:10:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003256 10.0.0.141 - - [2026-02-09 02:10:30] "GET /virtual-network/eccfb7e7-dd62-4bff-a2e3-3402cea78d3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006994 10.0.0.141 - - [2026-02-09 02:10:31] "POST /neutron/port HTTP/1.1" 200 1123 0.011577 10.0.0.141 - - [2026-02-09 02:10:31] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004889 10.0.0.141 - - [2026-02-09 02:10:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002935 10.0.0.141 - - [2026-02-09 02:10:34] "GET /global-vrouter-config/a378f525-7fa5-46b7-9091-743b27ef1b57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003142 10.0.0.141 - - [2026-02-09 02:10:34] "GET /virtual-networks?parent_id=c53e43a7-f9d3-4cc2-b062-baad01d2f40e&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002780 10.0.0.141 - - [2026-02-09 02:10:34] "GET /virtual-network/eccfb7e7-dd62-4bff-a2e3-3402cea78d3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005404 10.0.0.141 - - [2026-02-09 02:10:36] "POST /neutron/network HTTP/1.1" 200 823 0.006072 10.0.0.141 - - [2026-02-09 02:10:36] "POST /neutron/network HTTP/1.1" 400 204 0.010217 10.0.0.141 - - [2026-02-09 02:10:37] "POST /neutron/port HTTP/1.1" 200 1123 0.011987 10.0.0.141 - - [2026-02-09 02:10:37] "POST /neutron/port HTTP/1.1" 200 1113 0.010245 10.0.0.141 - - [2026-02-09 02:10:37] "POST /neutron/port HTTP/1.1" 200 151 0.104890 10.0.0.141 - - [2026-02-09 02:10:38] "POST /neutron/network HTTP/1.1" 200 823 0.006194 10.0.0.141 - - [2026-02-09 02:10:38] "POST /useragent-kv HTTP/1.1" 200 115 0.002983 10.0.0.141 - - [2026-02-09 02:10:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003854 10.0.0.141 - - [2026-02-09 02:10:38] "POST /useragent-kv HTTP/1.1" 200 115 0.001730 10.0.0.141 - - [2026-02-09 02:10:38] "POST /neutron/network HTTP/1.1" 200 151 0.062891 10.0.0.141 - - [2026-02-09 02:10:38] "DELETE /route-target/e5e44bdd-2850-4d2c-ae2a-1582c877df3e HTTP/1.1" 200 115 0.012619 10.0.0.141 - - [2026-02-09 02:10:39] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.002794 10.0.0.141 - - [2026-02-09 02:10:39] "POST /network-ipams HTTP/1.1" 200 543 0.014867 10.0.0.141 - - [2026-02-09 02:10:39] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 767 0.002831 10.0.0.141 - - [2026-02-09 02:10:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002853 10.0.0.141 - - [2026-02-09 02:10:39] "GET /network-ipam/a2280c8c-381e-4197-b1b3-c7e84051a274?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1332 0.006598 10.0.0.141 - - [2026-02-09 02:10:39] "PUT /network-ipam/a2280c8c-381e-4197-b1b3-c7e84051a274 HTTP/1.1" 200 259 0.009059 10.0.0.141 - - [2026-02-09 02:10:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002912 10.0.0.141 - - [2026-02-09 02:10:39] "GET /projects?obj_uuids=c53e43a7-f9d3-4cc2-b062-baad01d2f40e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001099 10.0.0.141 - - [2026-02-09 02:10:39] "GET /project/c53e43a7-f9d3-4cc2-b062-baad01d2f40e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.028642 10.0.0.141 - - [2026-02-09 02:10:39] "POST /neutron/network HTTP/1.1" 200 117 0.008524 10.0.0.141 - - [2026-02-09 02:10:39] "GET /projects?obj_uuids=c53e43a7-f9d3-4cc2-b062-baad01d2f40e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001034 10.0.0.141 - - [2026-02-09 02:10:39] "POST /neutron/network HTTP/1.1" 200 605 0.057588 10.0.0.141 - - [2026-02-09 02:10:39] "POST /route-targets HTTP/1.1" 200 328 0.011280 10.0.0.141 - - [2026-02-09 02:10:39] "POST /ref-update HTTP/1.1" 200 156 0.011352 10.0.0.141 - - [2026-02-09 02:10:39] "POST /useragent-kv HTTP/1.1" 200 115 0.002694 10.0.0.141 - - [2026-02-09 02:10:39] "POST /neutron/subnet HTTP/1.1" 200 699 0.149536 10.0.0.141 - - [2026-02-09 02:10:40] "POST /useragent-kv HTTP/1.1" 200 115 0.003541 10.0.0.141 - - [2026-02-09 02:10:40] "POST /neutron/subnet HTTP/1.1" 200 699 0.193691 10.0.0.141 - - [2026-02-09 02:10:40] "POST /neutron/network HTTP/1.1" 200 994 0.007364 10.0.0.141 - - [2026-02-09 02:10:40] "POST /id-to-fqname HTTP/1.1" 200 220 0.001590 10.0.0.141 - - [2026-02-09 02:10:40] "GET /virtual-network/e731734e-a039-466a-8dd6-704ded732448?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.006384 10.0.0.141 - - [2026-02-09 02:10:40] "POST /neutron/network HTTP/1.1" 200 994 0.007960 10.0.0.141 - - [2026-02-09 02:10:40] "GET /virtual-network/e731734e-a039-466a-8dd6-704ded732448?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.005915 10.0.0.141 - - [2026-02-09 02:10:40] "POST /neutron/network HTTP/1.1" 200 994 0.007035 10.0.0.141 - - [2026-02-09 02:10:40] "POST /neutron/subnet HTTP/1.1" 200 699 0.007098 10.0.0.141 - - [2026-02-09 02:10:40] "POST /neutron/subnet HTTP/1.1" 200 699 0.006761 10.0.0.141 - - [2026-02-09 02:10:40] "POST /neutron/network HTTP/1.1" 200 994 0.006569 10.0.0.141 - - [2026-02-09 02:10:40] "POST /neutron/subnet HTTP/1.1" 200 699 0.007484 10.0.0.141 - - [2026-02-09 02:10:40] "POST /neutron/subnet HTTP/1.1" 200 699 0.006476 10.0.0.141 - - [2026-02-09 02:10:40] "GET /projects?obj_uuids=c53e43a7-f9d3-4cc2-b062-baad01d2f40e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001195 10.0.0.141 - - [2026-02-09 02:10:40] "POST /neutron/port HTTP/1.1" 200 1017 0.155459 10.0.0.141 - - [2026-02-09 02:10:40] "GET /projects?obj_uuids=c53e43a7-f9d3-4cc2-b062-baad01d2f40e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001427 10.0.0.141 - - [2026-02-09 02:10:40] "POST /neutron/port HTTP/1.1" 200 1017 0.164271 10.0.0.141 - - [2026-02-09 02:10:40] "POST /id-to-fqname HTTP/1.1" 200 220 0.001436 10.0.0.141 - - [2026-02-09 02:10:40] "POST /neutron/port HTTP/1.1" 200 1017 0.008734 10.0.0.141 - - [2026-02-09 02:10:40] "POST /neutron/port HTTP/1.1" 200 1017 0.008894 10.0.0.141 - - [2026-02-09 02:10:40] "POST /neutron/network HTTP/1.1" 200 994 0.006774 10.0.0.141 - - [2026-02-09 02:10:40] "POST /neutron/port HTTP/1.1" 200 1017 0.008129 10.0.0.141 - - [2026-02-09 02:10:41] "POST /neutron/port HTTP/1.1" 200 117 0.004779 10.0.0.141 - - [2026-02-09 02:10:41] "POST /neutron/port HTTP/1.1" 200 1017 0.008936 10.0.0.141 - - [2026-02-09 02:10:41] "POST /neutron/port HTTP/1.1" 200 117 0.004453 10.0.0.141 - - [2026-02-09 02:10:41] "POST /id-to-fqname HTTP/1.1" 200 220 0.001432 10.0.0.141 - - [2026-02-09 02:10:41] "POST /neutron/port HTTP/1.1" 200 117 0.005535 10.0.0.141 - - [2026-02-09 02:10:41] "POST /neutron/port HTTP/1.1" 200 1017 0.009622 10.0.0.141 - - [2026-02-09 02:10:41] "POST /neutron/port HTTP/1.1" 200 1017 0.008933 10.0.0.141 - - [2026-02-09 02:10:41] "POST /neutron/network HTTP/1.1" 200 994 0.009252 10.0.0.141 - - [2026-02-09 02:10:41] "POST /neutron/port HTTP/1.1" 200 1017 0.011004 10.0.0.141 - - [2026-02-09 02:10:41] "POST /neutron/port HTTP/1.1" 200 1017 0.010647 10.0.0.141 - - [2026-02-09 02:10:41] "POST /neutron/port HTTP/1.1" 200 117 0.008149 10.0.0.141 - - [2026-02-09 02:10:41] "POST /neutron/port HTTP/1.1" 200 117 0.006893 10.0.0.141 - - [2026-02-09 02:10:41] "POST /neutron/port HTTP/1.1" 200 1017 0.009190 10.0.0.141 - - [2026-02-09 02:10:41] "POST /id-to-fqname HTTP/1.1" 200 220 0.001156 10.0.0.141 - - [2026-02-09 02:10:41] "POST /neutron/network HTTP/1.1" 200 1004 0.006197 10.0.0.141 - - [2026-02-09 02:10:41] "POST /neutron/port HTTP/1.1" 200 1017 0.010943 10.0.0.141 - - [2026-02-09 02:10:41] "POST /neutron/port HTTP/1.1" 200 1017 0.010745 10.0.0.141 - - [2026-02-09 02:10:41] "POST /neutron/port HTTP/1.1" 200 117 0.012595 10.0.0.141 - - [2026-02-09 02:10:41] "POST /neutron/port HTTP/1.1" 200 1109 0.087255 10.0.0.141 - - [2026-02-09 02:10:41] "POST /neutron/port HTTP/1.1" 200 1119 0.020656 10.0.0.141 - - [2026-02-09 02:10:41] "POST /neutron/network HTTP/1.1" 200 1004 0.009562 10.0.0.141 - - [2026-02-09 02:10:41] "GET /aaa-mode HTTP/1.1" 401 293 0.000388 10.0.0.141 - - [2026-02-09 02:10:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003160 10.0.0.141 - - [2026-02-09 02:10:41] "POST /neutron/subnet HTTP/1.1" 200 673 0.013188 10.0.0.141 - - [2026-02-09 02:10:41] "POST /neutron/port HTTP/1.1" 200 117 0.001177 10.0.0.141 - - [2026-02-09 02:10:41] "POST /neutron/network HTTP/1.1" 200 994 0.007318 10.0.0.141 - - [2026-02-09 02:10:42] "POST /neutron/port HTTP/1.1" 200 1017 0.010782 10.0.0.141 - - [2026-02-09 02:10:42] "POST /neutron/network HTTP/1.1" 200 1004 0.007252 10.0.0.141 - - [2026-02-09 02:10:42] "POST /neutron/port HTTP/1.1" 200 1017 0.012222 10.0.0.141 - - [2026-02-09 02:10:42] "POST /neutron/port HTTP/1.1" 200 1017 0.008569 10.0.0.141 - - [2026-02-09 02:10:42] "GET / HTTP/1.1" 200 36215 0.005731 10.0.0.141 - - [2026-02-09 02:10:42] "GET /project/c53e43a7-f9d3-4cc2-b062-baad01d2f40e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000974 10.0.0.141 - - [2026-02-09 02:10:42] "POST /neutron/port HTTP/1.1" 200 1109 0.105628 10.0.0.141 - - [2026-02-09 02:10:42] "POST /neutron/port HTTP/1.1" 200 1119 0.020292 10.0.0.141 - - [2026-02-09 02:10:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003570 10.0.0.141 - - [2026-02-09 02:10:42] "POST /neutron/subnet HTTP/1.1" 200 673 0.008750 10.0.0.141 - - [2026-02-09 02:10:42] "POST /neutron/port HTTP/1.1" 200 117 0.001361 10.0.0.141 - - [2026-02-09 02:10:42] "POST /neutron/network HTTP/1.1" 200 994 0.006979 10.0.0.141 - - [2026-02-09 02:10:42] "GET /projects?obj_uuids=c53e43a7-f9d3-4cc2-b062-baad01d2f40e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001644 10.0.0.141 - - [2026-02-09 02:10:42] "GET /project/c53e43a7-f9d3-4cc2-b062-baad01d2f40e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.064287 10.0.0.141 - - [2026-02-09 02:10:42] "POST /neutron/network HTTP/1.1" 200 994 0.013618 10.0.0.141 - - [2026-02-09 02:10:42] "POST /neutron/port HTTP/1.1" 200 2086 0.017484 10.0.0.141 - - [2026-02-09 02:10:42] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008371 10.0.0.141 - - [2026-02-09 02:10:42] "POST /neutron/port HTTP/1.1" 200 117 0.005937 10.0.0.141 - - [2026-02-09 02:10:42] "GET /domains HTTP/1.1" 200 281 0.002662 10.0.0.141 - - [2026-02-09 02:10:42] "GET /domains?obj_uuids=5c908eb1-ca90-4dd8-8556-6bf44625a257&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001101 10.0.0.141 - - [2026-02-09 02:10:42] "GET /domain/5c908eb1-ca90-4dd8-8556-6bf44625a257 HTTP/1.1" 200 2582 0.011174 10.0.0.141 - - [2026-02-09 02:10:43] "GET /projects?obj_uuids=c53e43a7-f9d3-4cc2-b062-baad01d2f40e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001534 10.0.0.141 - - [2026-02-09 02:10:43] "GET /project/c53e43a7-f9d3-4cc2-b062-baad01d2f40e HTTP/1.1" 200 2852 0.082524 10.0.0.141 - - [2026-02-09 02:10:43] "GET /network-ipam/a2280c8c-381e-4197-b1b3-c7e84051a274 HTTP/1.1" 200 2650 0.005197 10.0.0.141 - - [2026-02-09 02:10:43] "GET /domains HTTP/1.1" 200 281 0.002884 10.0.0.141 - - [2026-02-09 02:10:43] "GET /domains?obj_uuids=5c908eb1-ca90-4dd8-8556-6bf44625a257&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.086835 10.0.0.141 - - [2026-02-09 02:10:43] "GET /domain/5c908eb1-ca90-4dd8-8556-6bf44625a257 HTTP/1.1" 200 2582 0.094047 10.0.0.141 - - [2026-02-09 02:10:43] "GET /projects?obj_uuids=c53e43a7-f9d3-4cc2-b062-baad01d2f40e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001012 10.0.0.141 - - [2026-02-09 02:10:43] "GET /project/c53e43a7-f9d3-4cc2-b062-baad01d2f40e HTTP/1.1" 200 2852 0.069817 10.0.0.141 - - [2026-02-09 02:10:43] "GET /virtual-network/e731734e-a039-466a-8dd6-704ded732448 HTTP/1.1" 200 3788 0.014660 10.0.0.141 - - [2026-02-09 02:10:43] "GET /virtual-network/e731734e-a039-466a-8dd6-704ded732448 HTTP/1.1" 200 3788 0.009523 10.0.0.141 - - [2026-02-09 02:10:43] "GET /routing-instance/8f94371b-75ff-4408-93ea-357ca606909a HTTP/1.1" 200 2386 0.005536 10.0.0.141 - - [2026-02-09 02:10:43] "GET /routing-instance/8f94371b-75ff-4408-93ea-357ca606909a HTTP/1.1" 200 2386 0.003572 10.0.0.141 - - [2026-02-09 02:10:43] "GET /route-target/3a8a8493-0088-48d8-b956-7d6417cdf3a3 HTTP/1.1" 200 1206 0.003512 10.0.0.141 - - [2026-02-09 02:10:43] "GET /virtual-network/e731734e-a039-466a-8dd6-704ded732448 HTTP/1.1" 200 3788 0.016155 10.0.0.141 - - [2026-02-09 02:10:43] "GET /routing-instance/8f94371b-75ff-4408-93ea-357ca606909a HTTP/1.1" 200 2386 0.004529 10.0.0.141 - - [2026-02-09 02:10:43] "GET /virtual-network/e731734e-a039-466a-8dd6-704ded732448?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.009181 10.0.0.141 - - [2026-02-09 02:10:43] "GET /virtual-network/e731734e-a039-466a-8dd6-704ded732448 HTTP/1.1" 200 3788 0.010798 10.0.0.141 - - [2026-02-09 02:10:43] "GET /routing-instance/8f94371b-75ff-4408-93ea-357ca606909a HTTP/1.1" 200 2386 0.009151 10.0.0.141 - - [2026-02-09 02:10:43] "GET /routing-instance/8f94371b-75ff-4408-93ea-357ca606909a HTTP/1.1" 200 2386 0.007423 10.0.0.141 - - [2026-02-09 02:10:43] "GET /route-target/3a8a8493-0088-48d8-b956-7d6417cdf3a3 HTTP/1.1" 200 1206 0.004476 10.0.0.141 - - [2026-02-09 02:10:43] "GET /domains HTTP/1.1" 200 281 0.003158 10.0.0.141 - - [2026-02-09 02:10:43] "GET /domains?obj_uuids=5c908eb1-ca90-4dd8-8556-6bf44625a257&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001233 10.0.0.141 - - [2026-02-09 02:10:43] "GET /domain/5c908eb1-ca90-4dd8-8556-6bf44625a257 HTTP/1.1" 200 2582 0.007845 10.0.0.141 - - [2026-02-09 02:10:43] "GET /projects?obj_uuids=c53e43a7-f9d3-4cc2-b062-baad01d2f40e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002861 10.0.0.141 - - [2026-02-09 02:10:43] "GET /project/c53e43a7-f9d3-4cc2-b062-baad01d2f40e HTTP/1.1" 200 2852 0.080428 10.0.0.141 - - [2026-02-09 02:10:43] "GET /virtual-network/e731734e-a039-466a-8dd6-704ded732448 HTTP/1.1" 200 3788 0.005509 10.0.0.141 - - [2026-02-09 02:10:43] "POST /neutron/network HTTP/1.1" 200 1004 0.005553 10.0.0.141 - - [2026-02-09 02:10:43] "GET /projects?obj_uuids=c53e43a7-f9d3-4cc2-b062-baad01d2f40e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001106 10.0.0.141 - - [2026-02-09 02:10:43] "POST /neutron/port HTTP/1.1" 200 1055 0.306526 10.0.0.141 - - [2026-02-09 02:10:43] "POST /neutron/port HTTP/1.1" 200 1055 0.012644 10.0.0.141 - - [2026-02-09 02:10:44] "POST /neutron/port HTTP/1.1" 200 1055 0.012467 10.0.0.141 - - [2026-02-09 02:10:44] "POST /neutron/port HTTP/1.1" 200 1109 0.097370 10.0.0.141 - - [2026-02-09 02:10:44] "GET /obj-perms HTTP/1.1" 200 5049 0.105323 10.0.0.141 - - [2026-02-09 02:10:44] "POST /neutron/port HTTP/1.1" 200 1119 0.014199 10.0.0.141 - - [2026-02-09 02:10:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004133 10.0.0.141 - - [2026-02-09 02:10:44] "POST /neutron/port HTTP/1.1" 200 1119 0.021450 10.0.0.141 - - [2026-02-09 02:10:44] "POST /neutron/subnet HTTP/1.1" 200 673 0.013473 10.0.0.141 - - [2026-02-09 02:10:44] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008387 10.0.0.141 - - [2026-02-09 02:10:44] "POST /neutron/port HTTP/1.1" 200 117 0.001608 10.0.0.141 - - [2026-02-09 02:10:44] "POST /neutron/network HTTP/1.1" 200 994 0.012035 10.0.0.141 - - [2026-02-09 02:10:44] "POST /neutron/port HTTP/1.1" 200 1119 0.014181 10.0.0.141 - - [2026-02-09 02:10:44] "POST /neutron/security_group HTTP/1.1" 200 2058 0.010434 10.0.0.141 - - [2026-02-09 02:10:44] "POST /neutron/port HTTP/1.1" 200 1119 0.014209 10.0.0.141 - - [2026-02-09 02:10:44] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006035 10.0.0.141 - - [2026-02-09 02:10:44] "GET /virtual-machine/bd5c79dc-40de-41a1-9bcb-fe1cdcdbf0c0 HTTP/1.1" 200 1291 0.006205 10.0.0.141 - - [2026-02-09 02:10:44] "GET /virtual-machine-interface/0348117d-fa26-47db-a671-f12ea0ad2420 HTTP/1.1" 200 2947 0.007173 10.0.0.141 - - [2026-02-09 02:10:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003311 10.0.0.141 - - [2026-02-09 02:10:44] "GET /global-vrouter-config/a378f525-7fa5-46b7-9091-743b27ef1b57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003335 10.0.0.141 - - [2026-02-09 02:10:44] "GET /virtual-networks?parent_id=c53e43a7-f9d3-4cc2-b062-baad01d2f40e&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004342 10.0.0.141 - - [2026-02-09 02:10:44] "GET /virtual-network/e731734e-a039-466a-8dd6-704ded732448?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.011974 10.0.0.141 - - [2026-02-09 02:10:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003150 10.0.0.141 - - [2026-02-09 02:10:47] "GET /virtual-network/e731734e-a039-466a-8dd6-704ded732448?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.004829 10.0.0.141 - - [2026-02-09 02:10:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002900 10.0.0.141 - - [2026-02-09 02:10:51] "GET /virtual-network/e731734e-a039-466a-8dd6-704ded732448?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.004789 10.0.0.141 - - [2026-02-09 02:10:52] "POST /neutron/port HTTP/1.1" 200 1119 0.014216 10.0.0.141 - - [2026-02-09 02:10:52] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005386 10.0.0.141 - - [2026-02-09 02:10:52] "POST /neutron/port HTTP/1.1" 200 1119 0.011507 10.0.0.141 - - [2026-02-09 02:10:52] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005618 10.0.0.141 - - [2026-02-09 02:10:53] "POST /neutron/port HTTP/1.1" 200 1119 0.012535 10.0.0.141 - - [2026-02-09 02:10:53] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004877 10.0.0.141 - - [2026-02-09 02:10:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002924 10.0.0.141 - - [2026-02-09 02:10:53] "GET /global-vrouter-config/a378f525-7fa5-46b7-9091-743b27ef1b57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002987 10.0.0.141 - - [2026-02-09 02:10:54] "GET /virtual-networks?parent_id=c53e43a7-f9d3-4cc2-b062-baad01d2f40e&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003119 10.0.0.141 - - [2026-02-09 02:10:54] "GET /virtual-network/e731734e-a039-466a-8dd6-704ded732448?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.007141 10.0.0.141 - - [2026-02-09 02:10:54] "POST /neutron/port HTTP/1.1" 200 1119 0.012037 10.0.0.141 - - [2026-02-09 02:10:54] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005703 10.0.0.141 - - [2026-02-09 02:10:54] "POST /neutron/port HTTP/1.1" 200 1119 0.011940 10.0.0.141 - - [2026-02-09 02:10:54] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005727 10.0.0.141 - - [2026-02-09 02:10:54] "POST /neutron/port HTTP/1.1" 200 1119 0.011480 10.0.0.141 - - [2026-02-09 02:10:54] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006383 10.0.0.141 - - [2026-02-09 02:10:54] "GET /virtual-machine/fceec4b8-27df-47bd-a735-c08b335f2d76 HTTP/1.1" 200 1291 0.004813 10.0.0.141 - - [2026-02-09 02:10:54] "GET /virtual-machine-interface/76877194-1acf-4f15-b7e4-ebcc473ba785 HTTP/1.1" 200 2948 0.005372 10.0.0.141 - - [2026-02-09 02:10:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003066 10.0.0.141 - - [2026-02-09 02:10:54] "GET /global-vrouter-config/a378f525-7fa5-46b7-9091-743b27ef1b57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003555 10.0.0.141 - - [2026-02-09 02:10:54] "GET /virtual-networks?parent_id=c53e43a7-f9d3-4cc2-b062-baad01d2f40e&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003107 10.0.0.141 - - [2026-02-09 02:10:54] "GET /virtual-network/e731734e-a039-466a-8dd6-704ded732448?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.005552 10.0.0.141 - - [2026-02-09 02:10:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003119 10.0.0.141 - - [2026-02-09 02:10:55] "GET /global-vrouter-config/a378f525-7fa5-46b7-9091-743b27ef1b57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003077 10.0.0.141 - - [2026-02-09 02:10:55] "GET /virtual-networks?parent_id=c53e43a7-f9d3-4cc2-b062-baad01d2f40e&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002859 10.0.0.141 - - [2026-02-09 02:10:55] "GET /virtual-network/e731734e-a039-466a-8dd6-704ded732448?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.005322 10.0.0.141 - - [2026-02-09 02:10:56] "POST /neutron/port HTTP/1.1" 200 1119 0.014128 10.0.0.141 - - [2026-02-09 02:10:56] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006043 10.0.0.141 - - [2026-02-09 02:10:56] "POST /neutron/port HTTP/1.1" 200 1119 0.012284 10.0.0.141 - - [2026-02-09 02:10:56] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006123 10.0.0.141 - - [2026-02-09 02:10:56] "POST /neutron/port HTTP/1.1" 200 1119 0.011383 10.0.0.141 - - [2026-02-09 02:10:56] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005929 10.0.0.141 - - [2026-02-09 02:10:56] "GET /virtual-machine/6ac98de2-cd42-4a3e-9cda-dde97f61ed02 HTTP/1.1" 200 1294 0.004207 10.0.0.141 - - [2026-02-09 02:10:56] "GET /virtual-machine-interface/65f6bfa0-b89d-4c22-85f8-8985bd4e5bf9 HTTP/1.1" 200 2947 0.004297 10.0.0.141 - - [2026-02-09 02:10:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002674 10.0.0.141 - - [2026-02-09 02:10:56] "GET /global-vrouter-config/a378f525-7fa5-46b7-9091-743b27ef1b57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003503 10.0.0.141 - - [2026-02-09 02:10:56] "GET /virtual-networks?parent_id=c53e43a7-f9d3-4cc2-b062-baad01d2f40e&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002927 10.0.0.141 - - [2026-02-09 02:10:56] "GET /virtual-network/e731734e-a039-466a-8dd6-704ded732448?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.005726 10.0.0.141 - - [2026-02-09 02:10:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003243 10.0.0.141 - - [2026-02-09 02:10:57] "GET /global-vrouter-config/a378f525-7fa5-46b7-9091-743b27ef1b57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002925 10.0.0.141 - - [2026-02-09 02:10:57] "GET /virtual-networks?parent_id=c53e43a7-f9d3-4cc2-b062-baad01d2f40e&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003044 10.0.0.141 - - [2026-02-09 02:10:57] "GET /virtual-network/e731734e-a039-466a-8dd6-704ded732448?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.005781 10.0.0.141 - - [2026-02-09 02:11:13] "POST /neutron/port HTTP/1.1" 200 1109 0.013166 10.0.0.141 - - [2026-02-09 02:11:13] "POST /neutron/port HTTP/1.1" 200 1109 0.010091 10.0.0.141 - - [2026-02-09 02:11:14] "POST /neutron/port HTTP/1.1" 200 151 0.106862 10.0.0.141 - - [2026-02-09 02:11:14] "POST /neutron/port HTTP/1.1" 200 1109 0.009572 10.0.0.141 - - [2026-02-09 02:11:14] "POST /neutron/port HTTP/1.1" 200 1109 0.009479 10.0.0.141 - - [2026-02-09 02:11:14] "POST /neutron/port HTTP/1.1" 200 151 0.106266 10.0.0.141 - - [2026-02-09 02:11:14] "POST /neutron/port HTTP/1.1" 200 1119 0.018446 10.0.0.141 - - [2026-02-09 02:11:14] "POST /neutron/network HTTP/1.1" 200 994 0.007816 10.0.0.141 - - [2026-02-09 02:11:14] "POST /neutron/network HTTP/1.1" 400 204 0.013726 10.0.0.141 - - [2026-02-09 02:11:14] "POST /neutron/port HTTP/1.1" 200 1109 0.015524 10.0.0.141 - - [2026-02-09 02:11:14] "POST /neutron/port HTTP/1.1" 200 151 0.099520 10.0.0.141 - - [2026-02-09 02:11:15] "GET /obj-perms HTTP/1.1" 200 5075 0.049019 10.0.0.141 - - [2026-02-09 02:11:16] "GET /obj-perms HTTP/1.1" 200 5075 0.052300 10.0.0.141 - - [2026-02-09 02:11:16] "POST /neutron/network HTTP/1.1" 200 994 0.015200 10.0.0.141 - - [2026-02-09 02:11:16] "POST /useragent-kv HTTP/1.1" 200 115 0.004284 10.0.0.141 - - [2026-02-09 02:11:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003888 10.0.0.141 - - [2026-02-09 02:11:16] "POST /useragent-kv HTTP/1.1" 200 115 0.001746 10.0.0.141 - - [2026-02-09 02:11:16] "POST /useragent-kv HTTP/1.1" 200 115 0.002522 10.0.0.141 - - [2026-02-09 02:11:16] "POST /useragent-kv HTTP/1.1" 200 115 0.001576 10.0.0.141 - - [2026-02-09 02:11:16] "POST /neutron/network HTTP/1.1" 200 151 0.087930 10.0.0.141 - - [2026-02-09 02:11:16] "DELETE /route-target/3a8a8493-0088-48d8-b956-7d6417cdf3a3 HTTP/1.1" 200 115 0.017111 10.0.0.141 - - [2026-02-09 02:11:16] "GET /routing-instance/8f94371b-75ff-4408-93ea-357ca606909a HTTP/1.1" 404 171 0.004419 10.0.0.141 - - [2026-02-09 02:11:16] "GET /domains HTTP/1.1" 200 281 0.003349 10.0.0.141 - - [2026-02-09 02:11:16] "GET /domains?obj_uuids=5c908eb1-ca90-4dd8-8556-6bf44625a257&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002031 10.0.0.141 - - [2026-02-09 02:11:16] "GET /domain/5c908eb1-ca90-4dd8-8556-6bf44625a257 HTTP/1.1" 200 2582 0.050475 10.0.0.141 - - [2026-02-09 02:11:16] "GET /projects?obj_uuids=c53e43a7-f9d3-4cc2-b062-baad01d2f40e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001022 10.0.0.141 - - [2026-02-09 02:11:16] "GET /project/c53e43a7-f9d3-4cc2-b062-baad01d2f40e HTTP/1.1" 200 2092 0.075144 10.0.0.141 - - [2026-02-09 02:11:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003154 10.0.0.141 - - [2026-02-09 02:11:16] "DELETE /network-ipam/a2280c8c-381e-4197-b1b3-c7e84051a274 HTTP/1.1" 200 115 0.021167 10.0.0.141 - - [2026-02-09 02:11:16] "POST /fqname-to-id HTTP/1.1" 404 211 0.002875 10.0.0.141 - - [2026-02-09 02:11:16] "GET /projects?obj_uuids=c53e43a7-f9d3-4cc2-b062-baad01d2f40e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001132 10.0.0.141 - - [2026-02-09 02:11:16] "GET /project/c53e43a7-f9d3-4cc2-b062-baad01d2f40e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.023510 10.0.0.141 - - [2026-02-09 02:11:16] "GET /projects?obj_uuids=c53e43a7-f9d3-4cc2-b062-baad01d2f40e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001041 10.0.0.141 - - [2026-02-09 02:11:16] "GET /project/c53e43a7-f9d3-4cc2-b062-baad01d2f40e?fields=virtual_networks HTTP/1.1" 200 1035 0.067729 10.0.0.141 - - [2026-02-09 02:11:17] "GET /projects?obj_uuids=c53e43a7-f9d3-4cc2-b062-baad01d2f40e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001299 10.0.0.141 - - [2026-02-09 02:11:17] "GET /project/c53e43a7-f9d3-4cc2-b062-baad01d2f40e?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.027726 10.0.0.141 - - [2026-02-09 02:11:17] "GET /projects?obj_uuids=c53e43a7-f9d3-4cc2-b062-baad01d2f40e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001110 10.0.0.141 - - [2026-02-09 02:11:17] "GET /project/c53e43a7-f9d3-4cc2-b062-baad01d2f40e?fields=security_groups HTTP/1.1" 200 1262 0.023600 10.0.0.141 - - [2026-02-09 02:11:19] "POST /neutron/port HTTP/1.1" 200 117 0.005284 10.0.0.141 - - [2026-02-09 02:11:19] "POST /neutron/port HTTP/1.1" 400 205 0.003062 10.0.0.141 - - [2026-02-09 02:11:19] "POST /neutron/port HTTP/1.1" 200 117 0.004863 10.0.0.141 - - [2026-02-09 02:11:19] "POST /neutron/port HTTP/1.1" 400 205 0.003151 10.0.0.141 - - [2026-02-09 02:11:24] "GET / HTTP/1.1" 200 36215 0.002062 10.0.0.141 - - [2026-02-09 02:11:25] "POST /fqname-to-id HTTP/1.1" 401 293 0.000476 10.0.0.141 - - [2026-02-09 02:11:25] "POST /fqname-to-id HTTP/1.1" 404 183 0.052696 10.0.0.141 - - [2026-02-09 02:11:26] "GET /projects?obj_uuids=5bbd6060-c5d9-4a07-8527-3d51e2a93ec7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002390 10.0.0.141 - - [2026-02-09 02:11:26] "GET /domains?obj_uuids=5c908eb1-ca90-4dd8-8556-6bf44625a257&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001340 10.0.0.141 - - [2026-02-09 02:11:26] "GET /domain/5c908eb1-ca90-4dd8-8556-6bf44625a257?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007096 10.0.0.141 - - [2026-02-09 02:11:26] "POST /id-to-fqname HTTP/1.1" 200 185 0.001664 10.0.0.141 - - [2026-02-09 02:11:26] "POST /fqname-to-id HTTP/1.1" 404 194 0.003252 10.0.0.141 - - [2026-02-09 02:11:26] "POST /security-groups HTTP/1.1" 200 586 0.068081 10.0.0.141 - - [2026-02-09 02:11:26] "POST /fqname-to-id HTTP/1.1" 404 229 0.002466 10.0.0.141 - - [2026-02-09 02:11:26] "POST /projects HTTP/1.1" 200 575 0.232768 10.0.0.141 - - [2026-02-09 02:11:26] "POST /access-control-lists HTTP/1.1" 200 593 0.057887 10.0.0.141 - - [2026-02-09 02:11:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.307008 10.0.0.141 - - [2026-02-09 02:11:26] "POST /fqname-to-id HTTP/1.1" 404 228 0.002811 10.0.0.141 - - [2026-02-09 02:11:26] "GET /project/5bbd6060-c5d9-4a07-8527-3d51e2a93ec7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.431733 10.0.0.141 - - [2026-02-09 02:11:26] "POST /access-control-lists HTTP/1.1" 200 591 0.060464 10.0.0.141 - - [2026-02-09 02:11:27] "GET /global-system-configs HTTP/1.1" 401 293 0.000462 10.0.0.141 - - [2026-02-09 02:11:27] "GET /global-system-configs HTTP/1.1" 401 293 0.000493 10.0.0.141 - - [2026-02-09 02:11:27] "GET /global-system-configs HTTP/1.1" 401 293 0.000410 10.0.0.141 - - [2026-02-09 02:11:27] "GET /global-system-configs HTTP/1.1" 401 293 0.000442 10.0.0.141 - - [2026-02-09 02:11:27] "GET / HTTP/1.1" 200 36215 0.002260 10.0.0.141 - - [2026-02-09 02:11:29] "POST /fqname-to-id HTTP/1.1" 401 293 0.000457 10.0.0.141 - - [2026-02-09 02:11:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.028139 10.0.0.141 - - [2026-02-09 02:11:30] "GET /api-access-list/a14f966a-5daa-4f4d-a613-93a08ce35d79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.004390 10.0.0.141 - - [2026-02-09 02:11:30] "GET /api-access-list/a14f966a-5daa-4f4d-a613-93a08ce35d79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.003409 10.0.0.141 - - [2026-02-09 02:11:30] "GET /api-access-list/a14f966a-5daa-4f4d-a613-93a08ce35d79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.003504 10.0.0.141 - - [2026-02-09 02:11:30] "PUT /api-access-list/a14f966a-5daa-4f4d-a613-93a08ce35d79 HTTP/1.1" 200 265 0.008651 10.0.0.141 - - [2026-02-09 02:11:30] "GET /aaa-mode HTTP/1.1" 401 293 0.000462 10.0.0.141 - - [2026-02-09 02:11:31] "GET /aaa-mode HTTP/1.1" 200 128 0.024594 10.0.0.141 - - [2026-02-09 02:11:31] "POST /fqname-to-id HTTP/1.1" 404 183 0.026940 10.0.0.141 - - [2026-02-09 02:11:31] "GET /projects?obj_uuids=24018bce-a26d-4544-9c0b-f2a198766074&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002824 10.0.0.141 - - [2026-02-09 02:11:31] "GET /domains?obj_uuids=5c908eb1-ca90-4dd8-8556-6bf44625a257&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001424 10.0.0.141 - - [2026-02-09 02:11:31] "GET /domain/5c908eb1-ca90-4dd8-8556-6bf44625a257?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.008456 10.0.0.141 - - [2026-02-09 02:11:31] "POST /id-to-fqname HTTP/1.1" 200 185 0.001228 10.0.0.141 - - [2026-02-09 02:11:31] "POST /fqname-to-id HTTP/1.1" 404 194 0.003008 10.0.0.141 - - [2026-02-09 02:11:31] "POST /security-groups HTTP/1.1" 200 586 0.067889 10.0.0.141 - - [2026-02-09 02:11:31] "POST /fqname-to-id HTTP/1.1" 404 229 0.002491 10.0.0.141 - - [2026-02-09 02:11:31] "POST /projects HTTP/1.1" 200 575 0.214150 10.0.0.141 - - [2026-02-09 02:11:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.250364 10.0.0.141 - - [2026-02-09 02:11:31] "POST /access-control-lists HTTP/1.1" 200 593 0.055166 10.0.0.141 - - [2026-02-09 02:11:31] "GET /project/24018bce-a26d-4544-9c0b-f2a198766074?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.390424 10.0.0.141 - - [2026-02-09 02:11:32] "POST /fqname-to-id HTTP/1.1" 404 228 0.003348 10.0.0.141 - - [2026-02-09 02:11:32] "POST /access-control-lists HTTP/1.1" 200 591 0.086655 10.0.0.141 - - [2026-02-09 02:11:32] "POST /fqname-to-id HTTP/1.1" 404 183 0.027371 10.0.0.141 - - [2026-02-09 02:11:32] "GET /projects?obj_uuids=cbbf008c-bcd6-4d88-bb9f-7ca753779dec&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002407 10.0.0.141 - - [2026-02-09 02:11:32] "GET /domains?obj_uuids=5c908eb1-ca90-4dd8-8556-6bf44625a257&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001018 10.0.0.141 - - [2026-02-09 02:11:32] "GET /domain/5c908eb1-ca90-4dd8-8556-6bf44625a257?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006385 10.0.0.141 - - [2026-02-09 02:11:32] "POST /id-to-fqname HTTP/1.1" 200 185 0.003484 10.0.0.141 - - [2026-02-09 02:11:32] "POST /fqname-to-id HTTP/1.1" 404 194 0.003322 10.0.0.141 - - [2026-02-09 02:11:32] "POST /security-groups HTTP/1.1" 200 586 0.060023 10.0.0.141 - - [2026-02-09 02:11:32] "POST /fqname-to-id HTTP/1.1" 404 229 0.002892 10.0.0.141 - - [2026-02-09 02:11:32] "POST /projects HTTP/1.1" 200 575 0.215234 10.0.0.141 - - [2026-02-09 02:11:32] "POST /access-control-lists HTTP/1.1" 200 593 0.061446 10.0.0.141 - - [2026-02-09 02:11:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.285206 10.0.0.141 - - [2026-02-09 02:11:32] "POST /fqname-to-id HTTP/1.1" 404 228 0.002987 10.0.0.141 - - [2026-02-09 02:11:32] "GET /project/cbbf008c-bcd6-4d88-bb9f-7ca753779dec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.409753 10.0.0.141 - - [2026-02-09 02:11:32] "POST /access-control-lists HTTP/1.1" 200 591 0.060951 10.0.0.141 - - [2026-02-09 02:11:33] "GET / HTTP/1.1" 200 36215 0.002090 10.0.0.141 - - [2026-02-09 02:11:34] "GET / HTTP/1.1" 200 36215 0.001859 10.0.0.141 - - [2026-02-09 02:11:34] "POST /fqname-to-id HTTP/1.1" 404 183 0.002924 10.0.0.141 - - [2026-02-09 02:11:34] "POST /api-access-lists HTTP/1.1" 200 523 0.012674 10.0.0.141 - - [2026-02-09 02:11:34] "GET /api-access-list/11a3f452-cad5-496c-97ac-11a7c26f8bf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1267 0.004132 10.0.0.141 - - [2026-02-09 02:11:34] "GET /api-access-list/11a3f452-cad5-496c-97ac-11a7c26f8bf5 HTTP/1.1" 401 293 0.000459 10.0.0.141 - - [2026-02-09 02:11:35] "GET /api-access-list/11a3f452-cad5-496c-97ac-11a7c26f8bf5 HTTP/1.1" 200 1267 0.055579 10.0.0.141 - - [2026-02-09 02:11:35] "POST /fqname-to-id HTTP/1.1" 401 293 0.000402 10.0.0.141 - - [2026-02-09 02:11:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.059430 10.0.0.141 - - [2026-02-09 02:11:35] "GET /projects?obj_uuids=24018bce-a26d-4544-9c0b-f2a198766074&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001548 10.0.0.141 - - [2026-02-09 02:11:35] "GET /project/24018bce-a26d-4544-9c0b-f2a198766074?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.035550 10.0.0.141 - - [2026-02-09 02:11:35] "GET /virtual-networks?parent_id=24018bce-a26d-4544-9c0b-f2a198766074&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010357 10.0.0.141 - - [2026-02-09 02:11:35] "POST /virtual-networks HTTP/1.1" 200 570 0.050905 10.0.0.141 - - [2026-02-09 02:11:35] "POST /route-targets HTTP/1.1" 200 328 0.011485 10.0.0.141 - - [2026-02-09 02:11:35] "POST /ref-update HTTP/1.1" 200 156 0.010502 10.0.0.141 - - [2026-02-09 02:11:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.014027 10.0.0.141 - - [2026-02-09 02:11:35] "GET /network-ipam/b4fafdb0-7ecf-42e4-8b57-16c42ec8d339?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1091 0.009735 10.0.0.141 - - [2026-02-09 02:11:36] "POST /useragent-kv HTTP/1.1" 200 115 0.003231 10.0.0.141 - - [2026-02-09 02:11:36] "POST /ref-update HTTP/1.1" 200 156 0.045451 10.0.0.141 - - [2026-02-09 02:11:36] "POST /neutron/network HTTP/1.1" 200 831 0.044771 10.0.0.141 - - [2026-02-09 02:11:36] "POST /neutron/network HTTP/1.1" 200 831 0.019181 10.0.0.141 - - [2026-02-09 02:11:36] "GET /virtual-network/879027ae-9367-4154-98f7-063ce5d52353?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1979 0.012928 10.0.0.141 - - [2026-02-09 02:11:36] "POST /neutron/network HTTP/1.1" 200 831 0.017755 10.0.0.141 - - [2026-02-09 02:11:36] "POST /neutron/subnet HTTP/1.1" 200 670 0.023401 10.0.0.141 - - [2026-02-09 02:11:36] "GET /virtual-network/879027ae-9367-4154-98f7-063ce5d52353 HTTP/1.1" 401 293 0.000405 10.0.0.141 - - [2026-02-09 02:11:36] "GET /virtual-network/879027ae-9367-4154-98f7-063ce5d52353 HTTP/1.1" 200 2265 0.038082 10.0.0.141 - - [2026-02-09 02:11:36] "GET /virtual-network/879027ae-9367-4154-98f7-063ce5d52353 HTTP/1.1" 401 293 0.000356 10.0.0.141 - - [2026-02-09 02:11:37] "GET /virtual-network/879027ae-9367-4154-98f7-063ce5d52353 HTTP/1.1" 200 2004 0.038252 10.0.0.141 - - [2026-02-09 02:11:37] "GET /obj-perms HTTP/1.1" 200 4934 0.061608 10.0.0.141 - - [2026-02-09 02:11:37] "POST /fqname-to-id HTTP/1.1" 401 293 0.000387 10.0.0.141 - - [2026-02-09 02:11:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.026320 10.0.0.141 - - [2026-02-09 02:11:37] "GET /virtual-network/879027ae-9367-4154-98f7-063ce5d52353?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1979 0.014304 10.0.0.141 - - [2026-02-09 02:11:37] "GET /obj-perms HTTP/1.1" 200 4934 0.009067 10.0.0.141 - - [2026-02-09 02:11:37] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 362 0.016818 10.0.0.141 - - [2026-02-09 02:11:38] "GET /obj-perms HTTP/1.1" 200 4934 0.060128 10.0.0.141 - - [2026-02-09 02:11:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002231 10.0.0.141 - - [2026-02-09 02:11:38] "GET /virtual-network/879027ae-9367-4154-98f7-063ce5d52353?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1979 0.013309 10.0.0.141 - - [2026-02-09 02:11:38] "GET /obj-perms HTTP/1.1" 200 4934 0.008876 10.0.0.141 - - [2026-02-09 02:11:38] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 362 0.016126 10.0.0.141 - - [2026-02-09 02:11:38] "POST /id-to-fqname HTTP/1.1" 401 293 0.000441 10.0.0.141 - - [2026-02-09 02:11:39] "POST /id-to-fqname HTTP/1.1" 200 230 0.031943 10.0.0.141 - - [2026-02-09 02:11:39] "POST /neutron/network HTTP/1.1" 200 841 0.042253 10.0.0.141 - - [2026-02-09 02:11:39] "GET /aaa-mode HTTP/1.1" 401 293 0.000419 10.0.0.141 - - [2026-02-09 02:11:40] "GET / HTTP/1.1" 200 36215 0.002200 10.0.0.141 - - [2026-02-09 02:11:40] "GET /project/cbbf008c-bcd6-4d88-bb9f-7ca753779dec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000492 10.0.0.141 - - [2026-02-09 02:11:40] "GET /projects?obj_uuids=cbbf008c-bcd6-4d88-bb9f-7ca753779dec&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001468 10.0.0.141 - - [2026-02-09 02:11:40] "GET /project/cbbf008c-bcd6-4d88-bb9f-7ca753779dec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.066254 10.0.0.141 - - [2026-02-09 02:11:40] "POST /neutron/network HTTP/1.1" 200 831 0.006313 10.0.0.141 - - [2026-02-09 02:11:40] "POST /neutron/port HTTP/1.1" 200 117 0.032957 10.0.0.141 - - [2026-02-09 02:11:40] "POST /neutron/port HTTP/1.1" 200 117 0.007799 10.0.0.141 - - [2026-02-09 02:11:40] "POST /neutron/port HTTP/1.1" 200 117 0.005176 10.0.0.141 - - [2026-02-09 02:11:41] "POST /neutron/network HTTP/1.1" 200 841 0.023806 10.0.0.141 - - [2026-02-09 02:11:41] "POST /neutron/network HTTP/1.1" 200 831 0.028547 10.0.0.141 - - [2026-02-09 02:11:41] "GET /projects?obj_uuids=cbbf008c-bcd6-4d88-bb9f-7ca753779dec&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001230 10.0.0.141 - - [2026-02-09 02:11:41] "POST /neutron/port HTTP/1.1" 200 1054 0.305876 10.0.0.141 - - [2026-02-09 02:11:41] "POST /neutron/port HTTP/1.1" 200 1054 0.010141 10.0.0.141 - - [2026-02-09 02:11:41] "POST /neutron/port HTTP/1.1" 200 1054 0.009195 10.0.0.141 - - [2026-02-09 02:11:41] "POST /neutron/port HTTP/1.1" 200 1108 0.052118 10.0.0.141 - - [2026-02-09 02:11:41] "POST /neutron/port HTTP/1.1" 200 1118 0.011334 10.0.0.141 - - [2026-02-09 02:11:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002680 10.0.0.141 - - [2026-02-09 02:11:41] "POST /neutron/subnet HTTP/1.1" 200 644 0.006228 10.0.0.141 - - [2026-02-09 02:11:41] "POST /neutron/port HTTP/1.1" 200 117 0.001101 10.0.0.141 - - [2026-02-09 02:11:41] "POST /neutron/network HTTP/1.1" 200 831 0.005293 10.0.0.141 - - [2026-02-09 02:11:45] "POST /neutron/port HTTP/1.1" 200 1118 0.013208 10.0.0.141 - - [2026-02-09 02:11:45] "POST /neutron/security_group HTTP/1.1" 200 2053 0.007213 10.0.0.141 - - [2026-02-09 02:11:45] "POST /neutron/port HTTP/1.1" 200 1118 0.011619 10.0.0.141 - - [2026-02-09 02:11:45] "POST /neutron/security_group HTTP/1.1" 200 2053 0.006107 10.0.0.141 - - [2026-02-09 02:11:45] "POST /neutron/port HTTP/1.1" 200 1118 0.011785 10.0.0.141 - - [2026-02-09 02:11:45] "POST /neutron/security_group HTTP/1.1" 200 2053 0.006164 10.0.0.141 - - [2026-02-09 02:11:46] "POST /neutron/port HTTP/1.1" 200 1118 0.012487 10.0.0.141 - - [2026-02-09 02:11:46] "POST /neutron/security_group HTTP/1.1" 200 2053 0.005992 10.0.0.141 - - [2026-02-09 02:11:46] "GET /virtual-machine/63de7999-d8b5-4269-9569-1c7b763b5501 HTTP/1.1" 200 1289 0.011169 10.0.0.141 - - [2026-02-09 02:11:46] "GET /virtual-machine/63de7999-d8b5-4269-9569-1c7b763b5501 HTTP/1.1" 200 1289 0.009446 10.0.0.141 - - [2026-02-09 02:11:46] "GET /virtual-machine-interface/4b3614ab-91d7-4397-bd0f-954425e91615 HTTP/1.1" 200 2536 0.014403 10.0.0.141 - - [2026-02-09 02:11:46] "GET /virtual-machine/63de7999-d8b5-4269-9569-1c7b763b5501 HTTP/1.1" 200 1289 0.010735 10.0.0.141 - - [2026-02-09 02:11:46] "GET /virtual-machine-interface/4b3614ab-91d7-4397-bd0f-954425e91615 HTTP/1.1" 200 2536 0.019272 10.0.0.141 - - [2026-02-09 02:11:46] "GET /instance-ip/4692610b-7360-43e3-af1a-361fe3ef4a29 HTTP/1.1" 200 1627 0.016584 10.0.0.141 - - [2026-02-09 02:11:46] "GET /virtual-machine/63de7999-d8b5-4269-9569-1c7b763b5501 HTTP/1.1" 200 1289 0.011011 10.0.0.141 - - [2026-02-09 02:11:46] "GET /virtual-machine-interface/4b3614ab-91d7-4397-bd0f-954425e91615 HTTP/1.1" 200 2536 0.014870 10.0.0.141 - - [2026-02-09 02:11:46] "GET /instance-ip/4692610b-7360-43e3-af1a-361fe3ef4a29 HTTP/1.1" 200 1627 0.011856 10.0.0.141 - - [2026-02-09 02:11:46] "POST /fqname-to-id HTTP/1.1" 403 339 0.009997 10.0.0.141 - - [2026-02-09 02:11:46] "GET / HTTP/1.1" 200 36215 0.002474 10.0.0.141 - - [2026-02-09 02:11:46] "POST /fqname-to-id HTTP/1.1" 401 293 0.000535 10.0.0.141 - - [2026-02-09 02:11:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.027200 10.0.0.141 - - [2026-02-09 02:11:47] "GET /global-vrouter-config/a378f525-7fa5-46b7-9091-743b27ef1b57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003294 10.0.0.141 - - [2026-02-09 02:11:47] "GET /virtual-networks?parent_id=cbbf008c-bcd6-4d88-bb9f-7ca753779dec&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009747 10.0.0.141 - - [2026-02-09 02:11:47] "POST /fqname-to-id HTTP/1.1" 403 339 0.009822 10.0.0.141 - - [2026-02-09 02:11:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003984 10.0.0.141 - - [2026-02-09 02:11:47] "GET /global-vrouter-config/a378f525-7fa5-46b7-9091-743b27ef1b57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003081 10.0.0.141 - - [2026-02-09 02:11:47] "GET /virtual-networks?parent_id=cbbf008c-bcd6-4d88-bb9f-7ca753779dec&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009871 10.0.0.141 - - [2026-02-09 02:11:47] "POST /fqname-to-id HTTP/1.1" 403 339 0.010194 10.0.0.141 - - [2026-02-09 02:11:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002877 10.0.0.141 - - [2026-02-09 02:11:47] "GET /global-vrouter-config/a378f525-7fa5-46b7-9091-743b27ef1b57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002888 10.0.0.141 - - [2026-02-09 02:11:47] "GET /virtual-networks?parent_id=cbbf008c-bcd6-4d88-bb9f-7ca753779dec&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009567 10.0.0.141 - - [2026-02-09 02:11:47] "POST /fqname-to-id HTTP/1.1" 403 339 0.008835 10.0.0.141 - - [2026-02-09 02:11:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002883 10.0.0.141 - - [2026-02-09 02:11:47] "GET /global-vrouter-config/a378f525-7fa5-46b7-9091-743b27ef1b57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002908 10.0.0.141 - - [2026-02-09 02:11:47] "GET /virtual-networks?parent_id=cbbf008c-bcd6-4d88-bb9f-7ca753779dec&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009403 10.0.0.141 - - [2026-02-09 02:11:47] "POST /fqname-to-id HTTP/1.1" 403 339 0.009080 10.0.0.141 - - [2026-02-09 02:11:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003006 10.0.0.141 - - [2026-02-09 02:11:47] "GET /global-vrouter-config/a378f525-7fa5-46b7-9091-743b27ef1b57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003375 10.0.0.141 - - [2026-02-09 02:11:47] "GET /virtual-networks?parent_id=cbbf008c-bcd6-4d88-bb9f-7ca753779dec&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009351 10.0.0.141 - - [2026-02-09 02:11:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.009478 10.0.0.141 - - [2026-02-09 02:11:50] "GET /virtual-network/879027ae-9367-4154-98f7-063ce5d52353?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1979 0.011620 10.0.0.141 - - [2026-02-09 02:11:50] "POST /neutron/port HTTP/1.1" 200 1118 0.011438 10.0.0.141 - - [2026-02-09 02:11:50] "POST /neutron/security_group HTTP/1.1" 200 2053 0.004670 10.0.0.141 - - [2026-02-09 02:11:52] "POST /fqname-to-id HTTP/1.1" 403 339 0.009858 10.0.0.141 - - [2026-02-09 02:11:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002572 10.0.0.141 - - [2026-02-09 02:11:52] "GET /global-vrouter-config/a378f525-7fa5-46b7-9091-743b27ef1b57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002856 10.0.0.141 - - [2026-02-09 02:11:52] "GET /virtual-networks?parent_id=cbbf008c-bcd6-4d88-bb9f-7ca753779dec&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009766 10.0.0.141 - - [2026-02-09 02:11:52] "POST /fqname-to-id HTTP/1.1" 403 339 0.010472 10.0.0.141 - - [2026-02-09 02:11:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002219 10.0.0.141 - - [2026-02-09 02:11:52] "GET /global-vrouter-config/a378f525-7fa5-46b7-9091-743b27ef1b57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003325 10.0.0.141 - - [2026-02-09 02:11:52] "GET /virtual-networks?parent_id=cbbf008c-bcd6-4d88-bb9f-7ca753779dec&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010729 10.0.0.141 - - [2026-02-09 02:11:52] "POST /fqname-to-id HTTP/1.1" 403 361 0.009325 10.0.0.141 - - [2026-02-09 02:11:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002954 10.0.0.141 - - [2026-02-09 02:11:53] "GET /routing-instance/2235522a-3bdb-49f7-993d-68f8338c2a76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1533 0.003541 10.0.0.141 - - [2026-02-09 02:11:53] "GET /route-target/c39aee0a-30af-4aca-897c-4c80adf1770f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.008522 10.0.0.141 - - [2026-02-09 02:11:53] "GET /route-target/c39aee0a-30af-4aca-897c-4c80adf1770f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.002896 10.0.0.141 - - [2026-02-09 02:11:53] "POST /fqname-to-id HTTP/1.1" 403 339 0.010111 10.0.0.141 - - [2026-02-09 02:11:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002134 10.0.0.141 - - [2026-02-09 02:11:53] "GET /global-vrouter-config/a378f525-7fa5-46b7-9091-743b27ef1b57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003620 10.0.0.141 - - [2026-02-09 02:11:53] "GET /virtual-networks?parent_id=cbbf008c-bcd6-4d88-bb9f-7ca753779dec&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009791 10.0.0.141 - - [2026-02-09 02:11:53] "POST /fqname-to-id HTTP/1.1" 403 361 0.008054 10.0.0.141 - - [2026-02-09 02:11:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002866 10.0.0.141 - - [2026-02-09 02:11:53] "GET /routing-instance/2235522a-3bdb-49f7-993d-68f8338c2a76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1533 0.003446 10.0.0.141 - - [2026-02-09 02:11:53] "GET /route-target/c39aee0a-30af-4aca-897c-4c80adf1770f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.011645 10.0.0.141 - - [2026-02-09 02:11:53] "GET /route-target/c39aee0a-30af-4aca-897c-4c80adf1770f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005244 10.0.0.141 - - [2026-02-09 02:11:53] "GET /obj-perms HTTP/1.1" 200 4934 0.016642 10.0.0.141 - - [2026-02-09 02:11:53] "GET /virtual-machine/63de7999-d8b5-4269-9569-1c7b763b5501?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.009599 10.0.0.141 - - [2026-02-09 02:11:55] "GET /obj-perms HTTP/1.1" 200 4934 0.009764 10.0.0.141 - - [2026-02-09 02:11:55] "GET /virtual-machine/63de7999-d8b5-4269-9569-1c7b763b5501?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.010606 10.0.0.141 - - [2026-02-09 02:11:57] "GET /obj-perms HTTP/1.1" 200 4934 0.009535 10.0.0.141 - - [2026-02-09 02:11:57] "GET /virtual-machine/63de7999-d8b5-4269-9569-1c7b763b5501?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.009064 10.0.0.141 - - [2026-02-09 02:11:59] "GET /obj-perms HTTP/1.1" 200 4934 0.011165 10.0.0.141 - - [2026-02-09 02:11:59] "GET /virtual-machine/63de7999-d8b5-4269-9569-1c7b763b5501?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.008557 10.0.0.141 - - [2026-02-09 02:11:59] "GET /obj-perms HTTP/1.1" 200 4934 0.011019 10.0.0.141 - - [2026-02-09 02:11:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003709 10.0.0.141 - - [2026-02-09 02:11:59] "GET /virtual-machine-interface/4b3614ab-91d7-4397-bd0f-954425e91615?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2314 0.013234 10.0.0.141 - - [2026-02-09 02:11:59] "GET /obj-perms HTTP/1.1" 200 4934 0.009919 10.0.0.141 - - [2026-02-09 02:11:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003010 10.0.0.141 - - [2026-02-09 02:12:00] "GET /virtual-machine-interface/4b3614ab-91d7-4397-bd0f-954425e91615?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2314 0.015440 10.0.0.141 - - [2026-02-09 02:12:00] "GET /obj-perms HTTP/1.1" 200 4934 0.009512 10.0.0.141 - - [2026-02-09 02:12:00] "GET /virtual-machine/63de7999-d8b5-4269-9569-1c7b763b5501?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.009631 10.0.0.141 - - [2026-02-09 02:12:00] "GET /obj-perms HTTP/1.1" 200 4934 0.009237 10.0.0.141 - - [2026-02-09 02:12:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003413 10.0.0.141 - - [2026-02-09 02:12:00] "GET /virtual-machine-interface/4b3614ab-91d7-4397-bd0f-954425e91615?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2314 0.014021 10.0.0.141 - - [2026-02-09 02:12:00] "GET /obj-perms HTTP/1.1" 200 4934 0.009377 10.0.0.141 - - [2026-02-09 02:12:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002867 10.0.0.141 - - [2026-02-09 02:12:00] "GET /virtual-network/879027ae-9367-4154-98f7-063ce5d52353?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1979 0.012199 10.0.0.141 - - [2026-02-09 02:12:00] "GET /obj-perms HTTP/1.1" 200 4934 0.009524 10.0.0.141 - - [2026-02-09 02:12:00] "GET /virtual-machine/63de7999-d8b5-4269-9569-1c7b763b5501?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.009443 10.0.0.141 - - [2026-02-09 02:12:00] "GET /obj-perms HTTP/1.1" 200 4934 0.009687 10.0.0.141 - - [2026-02-09 02:12:00] "GET /obj-perms HTTP/1.1" 200 4934 0.010235 10.0.0.141 - - [2026-02-09 02:12:01] "GET /obj-perms HTTP/1.1" 200 4934 0.061394 10.0.0.141 - - [2026-02-09 02:12:01] "GET /obj-perms HTTP/1.1" 200 4934 0.009060 10.0.0.141 - - [2026-02-09 02:12:01] "GET /obj-perms HTTP/1.1" 200 5039 0.061547 10.0.0.141 - - [2026-02-09 02:12:01] "GET /obj-perms HTTP/1.1" 200 5039 0.003474 10.0.0.141 - - [2026-02-09 02:12:01] "GET /obj-perms HTTP/1.1" 200 4934 0.010094 10.0.0.141 - - [2026-02-09 02:12:01] "GET /obj-perms HTTP/1.1" 200 4934 0.008326 10.0.0.141 - - [2026-02-09 02:12:02] "GET /obj-perms HTTP/1.1" 200 4934 0.064285 10.0.0.141 - - [2026-02-09 02:12:02] "GET /obj-perms HTTP/1.1" 200 4934 0.009302 10.0.0.141 - - [2026-02-09 02:12:02] "GET /obj-perms HTTP/1.1" 200 5039 0.003996 10.0.0.141 - - [2026-02-09 02:12:02] "GET /obj-perms HTTP/1.1" 200 5039 0.003171 10.0.0.141 - - [2026-02-09 02:12:02] "GET /obj-perms HTTP/1.1" 200 4934 0.008372 10.0.0.141 - - [2026-02-09 02:12:02] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 321 0.010604 10.0.0.141 - - [2026-02-09 02:12:02] "GET /virtual-machine/63de7999-d8b5-4269-9569-1c7b763b5501 HTTP/1.1" 200 1289 0.019551 10.0.0.141 - - [2026-02-09 02:12:03] "POST /neutron/port HTTP/1.1" 200 1118 0.011819 10.0.0.141 - - [2026-02-09 02:12:03] "POST /neutron/port HTTP/1.1" 200 1108 0.009016 10.0.0.141 - - [2026-02-09 02:12:03] "POST /neutron/port HTTP/1.1" 200 151 0.079837 10.0.0.141 - - [2026-02-09 02:12:04] "GET /virtual-machine/63de7999-d8b5-4269-9569-1c7b763b5501 HTTP/1.1" 404 171 0.009851 10.0.0.141 - - [2026-02-09 02:12:04] "GET /virtual-machine/63de7999-d8b5-4269-9569-1c7b763b5501 HTTP/1.1" 404 171 0.008049 10.0.0.141 - - [2026-02-09 02:12:04] "GET /virtual-machine/63de7999-d8b5-4269-9569-1c7b763b5501 HTTP/1.1" 404 171 0.009514 10.0.0.141 - - [2026-02-09 02:12:04] "POST /fqname-to-id HTTP/1.1" 403 339 0.009389 10.0.0.141 - - [2026-02-09 02:12:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002346 10.0.0.141 - - [2026-02-09 02:12:04] "GET /global-vrouter-config/a378f525-7fa5-46b7-9091-743b27ef1b57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002529 10.0.0.141 - - [2026-02-09 02:12:04] "GET /virtual-networks?parent_id=cbbf008c-bcd6-4d88-bb9f-7ca753779dec&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009561 10.0.0.141 - - [2026-02-09 02:12:04] "POST /fqname-to-id HTTP/1.1" 403 361 0.008072 10.0.0.141 - - [2026-02-09 02:12:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003045 10.0.0.141 - - [2026-02-09 02:12:04] "GET /routing-instance/2235522a-3bdb-49f7-993d-68f8338c2a76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1533 0.003268 10.0.0.141 - - [2026-02-09 02:12:04] "GET /route-target/c39aee0a-30af-4aca-897c-4c80adf1770f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.010145 10.0.0.141 - - [2026-02-09 02:12:05] "GET /route-target/c39aee0a-30af-4aca-897c-4c80adf1770f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003141 10.0.0.141 - - [2026-02-09 02:12:05] "GET /obj-perms HTTP/1.1" 200 4934 0.009134 10.0.0.141 - - [2026-02-09 02:12:05] "GET /obj-perms HTTP/1.1" 200 4934 0.007458 10.0.0.141 - - [2026-02-09 02:12:05] "GET /obj-perms HTTP/1.1" 200 4934 0.059138 10.0.0.141 - - [2026-02-09 02:12:05] "GET /obj-perms HTTP/1.1" 200 4934 0.008589 10.0.0.141 - - [2026-02-09 02:12:05] "GET /obj-perms HTTP/1.1" 200 5039 0.003276 10.0.0.141 - - [2026-02-09 02:12:08] "GET /projects?obj_uuids=c53e43a7-f9d3-4cc2-b062-baad01d2f40e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001070 10.0.0.141 - - [2026-02-09 02:12:08] "DELETE /project/5bbd6060c5d94a0785273d51e2a93ec7 HTTP/1.1" 404 173 0.011146 10.0.0.141 - - [2026-02-09 02:12:08] "DELETE /project/24018bcea26d45449c0bf2a198766074 HTTP/1.1" 404 173 0.007911 10.0.0.141 - - [2026-02-09 02:12:08] "DELETE /project/cbbf008cbcd64d88bb9f7ca753779dec HTTP/1.1" 404 173 0.007173 10.0.0.141 - - [2026-02-09 02:12:08] "GET /project/c53e43a7-f9d3-4cc2-b062-baad01d2f40e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.024445 10.0.0.141 - - [2026-02-09 02:12:08] "GET /projects?obj_uuids=c53e43a7-f9d3-4cc2-b062-baad01d2f40e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000982 10.0.0.141 - - [2026-02-09 02:12:08] "GET /project/c53e43a7-f9d3-4cc2-b062-baad01d2f40e?fields=security_groups HTTP/1.1" 200 1364 0.066998 10.0.0.141 - - [2026-02-09 02:12:08] "DELETE /security-group/6b902d49-a229-4da8-bc8a-8342e3affb2d HTTP/1.1" 200 115 0.039405 10.0.0.141 - - [2026-02-09 02:12:08] "GET /projects?obj_uuids=c53e43a7-f9d3-4cc2-b062-baad01d2f40e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001020 10.0.0.141 - - [2026-02-09 02:12:08] "GET /project/c53e43a7-f9d3-4cc2-b062-baad01d2f40e?fields=application_policy_sets HTTP/1.1" 200 1403 0.027229 10.0.0.141 - - [2026-02-09 02:12:08] "DELETE /access-control-list/df25a2af-2d70-4501-a73b-9781db1b2717 HTTP/1.1" 200 115 0.067565 10.0.0.141 - - [2026-02-09 02:12:08] "DELETE /access-control-list/c069abe3-0057-4f6b-92ea-67cf0dcf0d36 HTTP/1.1" 200 115 0.019545 10.0.0.141 - - [2026-02-09 02:12:08] "DELETE /project/c53e43a7-f9d3-4cc2-b062-baad01d2f40e HTTP/1.1" 200 115 0.324498 10.0.0.141 - - [2026-02-09 02:12:08] "GET /obj-perms HTTP/1.1" 200 5039 0.003275 10.0.0.141 - - [2026-02-09 02:12:11] "GET /obj-perms HTTP/1.1" 200 5039 0.003251 10.0.0.141 - - [2026-02-09 02:12:14] "GET /obj-perms HTTP/1.1" 200 5039 0.003890 10.0.0.141 - - [2026-02-09 02:12:16] "GET /obj-perms HTTP/1.1" 200 5075 0.055177 10.0.0.141 - - [2026-02-09 02:12:17] "GET /obj-perms HTTP/1.1" 200 5075 0.053084 10.0.0.141 - - [2026-02-09 02:12:17] "GET /obj-perms HTTP/1.1" 200 5039 0.003541 10.0.0.141 - - [2026-02-09 02:12:20] "GET /obj-perms HTTP/1.1" 200 5039 0.003239 10.0.0.141 - - [2026-02-09 02:12:23] "GET /obj-perms HTTP/1.1" 200 5039 0.003503 10.0.0.141 - - [2026-02-09 02:12:26] "GET /obj-perms HTTP/1.1" 200 5039 0.003266 10.0.0.141 - - [2026-02-09 02:12:29] "GET /obj-perms HTTP/1.1" 200 5039 0.003352 10.0.0.141 - - [2026-02-09 02:12:32] "GET /obj-perms HTTP/1.1" 200 5039 0.003215 10.0.0.141 - - [2026-02-09 02:12:35] "GET /obj-perms HTTP/1.1" 200 5039 0.003259 10.0.0.141 - - [2026-02-09 02:12:38] "GET /obj-perms HTTP/1.1" 200 5039 0.003542 10.0.0.141 - - [2026-02-09 02:12:41] "GET /obj-perms HTTP/1.1" 200 5039 0.003315 10.0.0.141 - - [2026-02-09 02:12:44] "GET /obj-perms HTTP/1.1" 200 5039 0.003398 10.0.0.141 - - [2026-02-09 02:12:47] "GET /obj-perms HTTP/1.1" 200 5039 0.003348 10.0.0.141 - - [2026-02-09 02:12:50] "GET /obj-perms HTTP/1.1" 200 5039 0.003203 10.0.0.141 - - [2026-02-09 02:12:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004506 10.0.0.141 - - [2026-02-09 02:12:50] "POST /useragent-kv HTTP/1.1" 200 115 0.002501 10.0.0.141 - - [2026-02-09 02:12:50] "POST /useragent-kv HTTP/1.1" 200 115 0.003698 10.0.0.141 - - [2026-02-09 02:12:50] "DELETE /virtual-network/879027ae-9367-4154-98f7-063ce5d52353 HTTP/1.1" 200 115 0.082129 10.0.0.141 - - [2026-02-09 02:12:50] "DELETE /route-target/c39aee0a-30af-4aca-897c-4c80adf1770f HTTP/1.1" 200 115 0.018143 10.0.0.141 - - [2026-02-09 02:12:50] "DELETE /api-access-list/11a3f452-cad5-496c-97ac-11a7c26f8bf5 HTTP/1.1" 200 115 0.020937 10.0.0.141 - - [2026-02-09 02:12:50] "GET /api-access-list/11a3f452-cad5-496c-97ac-11a7c26f8bf5 HTTP/1.1" 404 171 0.002283 10.0.0.141 - - [2026-02-09 02:12:51] "GET /projects?obj_uuids=cbbf008c-bcd6-4d88-bb9f-7ca753779dec&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001081 10.0.0.141 - - [2026-02-09 02:12:51] "GET /project/cbbf008c-bcd6-4d88-bb9f-7ca753779dec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.026285 10.0.0.141 - - [2026-02-09 02:12:51] "GET /projects?obj_uuids=cbbf008c-bcd6-4d88-bb9f-7ca753779dec&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001482 10.0.0.141 - - [2026-02-09 02:12:51] "GET /project/cbbf008c-bcd6-4d88-bb9f-7ca753779dec?fields=virtual_networks HTTP/1.1" 200 1025 0.069099 10.0.0.141 - - [2026-02-09 02:12:51] "GET /projects?obj_uuids=cbbf008c-bcd6-4d88-bb9f-7ca753779dec&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001048 10.0.0.141 - - [2026-02-09 02:12:51] "GET /project/cbbf008c-bcd6-4d88-bb9f-7ca753779dec?fields=virtual_machine_interfaces HTTP/1.1" 200 1025 0.022563 10.0.0.141 - - [2026-02-09 02:12:51] "GET /projects?obj_uuids=cbbf008c-bcd6-4d88-bb9f-7ca753779dec&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001138 10.0.0.141 - - [2026-02-09 02:12:51] "GET /project/cbbf008c-bcd6-4d88-bb9f-7ca753779dec?fields=security_groups HTTP/1.1" 200 1247 0.021763 10.0.0.141 - - [2026-02-09 02:12:51] "GET /projects?obj_uuids=24018bce-a26d-4544-9c0b-f2a198766074&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001262 10.0.0.141 - - [2026-02-09 02:12:51] "GET /project/24018bce-a26d-4544-9c0b-f2a198766074?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.026556 10.0.0.141 - - [2026-02-09 02:12:51] "GET /projects?obj_uuids=24018bce-a26d-4544-9c0b-f2a198766074&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001173 10.0.0.141 - - [2026-02-09 02:12:52] "GET /project/24018bce-a26d-4544-9c0b-f2a198766074?fields=virtual_networks HTTP/1.1" 200 1024 0.069162 10.0.0.141 - - [2026-02-09 02:12:52] "GET /projects?obj_uuids=24018bce-a26d-4544-9c0b-f2a198766074&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001249 10.0.0.141 - - [2026-02-09 02:12:52] "GET /project/24018bce-a26d-4544-9c0b-f2a198766074?fields=virtual_machine_interfaces HTTP/1.1" 200 1024 0.027194 10.0.0.141 - - [2026-02-09 02:12:52] "GET /projects?obj_uuids=24018bce-a26d-4544-9c0b-f2a198766074&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001054 10.0.0.141 - - [2026-02-09 02:12:52] "GET /project/24018bce-a26d-4544-9c0b-f2a198766074?fields=security_groups HTTP/1.1" 200 1246 0.023679 10.0.0.141 - - [2026-02-09 02:12:53] "GET /api-access-list/a14f966a-5daa-4f4d-a613-93a08ce35d79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2413 0.003315 10.0.0.141 - - [2026-02-09 02:12:53] "PUT /api-access-list/a14f966a-5daa-4f4d-a613-93a08ce35d79 HTTP/1.1" 200 265 0.007286 10.0.0.141 - - [2026-02-09 02:12:53] "GET /projects?obj_uuids=5bbd6060-c5d9-4a07-8527-3d51e2a93ec7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001107 10.0.0.141 - - [2026-02-09 02:12:53] "GET /project/5bbd6060-c5d9-4a07-8527-3d51e2a93ec7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.023650 10.0.0.141 - - [2026-02-09 02:12:53] "GET /projects?obj_uuids=5bbd6060-c5d9-4a07-8527-3d51e2a93ec7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001080 10.0.0.141 - - [2026-02-09 02:12:53] "GET /project/5bbd6060-c5d9-4a07-8527-3d51e2a93ec7?fields=virtual_networks HTTP/1.1" 200 1023 0.069387 10.0.0.141 - - [2026-02-09 02:12:53] "GET /projects?obj_uuids=5bbd6060-c5d9-4a07-8527-3d51e2a93ec7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001064 10.0.0.141 - - [2026-02-09 02:12:53] "GET /project/5bbd6060-c5d9-4a07-8527-3d51e2a93ec7?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.023844 10.0.0.141 - - [2026-02-09 02:12:53] "GET /projects?obj_uuids=5bbd6060-c5d9-4a07-8527-3d51e2a93ec7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001074 10.0.0.141 - - [2026-02-09 02:12:53] "GET /project/5bbd6060-c5d9-4a07-8527-3d51e2a93ec7?fields=security_groups HTTP/1.1" 200 1245 0.021563 10.0.0.141 - - [2026-02-09 02:12:54] "POST /fqname-to-id HTTP/1.1" 404 188 0.033581 10.0.0.141 - - [2026-02-09 02:12:54] "GET /projects?obj_uuids=02b359db-f772-4c05-bce9-1d953e4ea094&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002396 10.0.0.141 - - [2026-02-09 02:12:54] "GET /domains?obj_uuids=5c908eb1-ca90-4dd8-8556-6bf44625a257&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001264 10.0.0.141 - - [2026-02-09 02:12:54] "GET /domain/5c908eb1-ca90-4dd8-8556-6bf44625a257?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.008808 10.0.0.141 - - [2026-02-09 02:12:54] "POST /id-to-fqname HTTP/1.1" 200 190 0.001551 10.0.0.141 - - [2026-02-09 02:12:54] "POST /fqname-to-id HTTP/1.1" 404 199 0.002133 10.0.0.141 - - [2026-02-09 02:12:55] "POST /security-groups HTTP/1.1" 200 591 0.059824 10.0.0.141 - - [2026-02-09 02:12:55] "POST /fqname-to-id HTTP/1.1" 404 234 0.002817 10.0.0.141 - - [2026-02-09 02:12:55] "POST /projects HTTP/1.1" 200 585 0.200018 10.0.0.141 - - [2026-02-09 02:12:55] "POST /access-control-lists HTTP/1.1" 200 598 0.062333 10.0.0.141 - - [2026-02-09 02:12:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.281955 10.0.0.141 - - [2026-02-09 02:12:55] "POST /fqname-to-id HTTP/1.1" 404 233 0.002812 10.0.0.141 - - [2026-02-09 02:12:55] "GET /project/02b359db-f772-4c05-bce9-1d953e4ea094?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.414152 10.0.0.141 - - [2026-02-09 02:12:55] "POST /access-control-lists HTTP/1.1" 200 596 0.060199 10.0.0.141 - - [2026-02-09 02:12:56] "GET / HTTP/1.1" 200 36215 0.002089 10.0.0.141 - - [2026-02-09 02:12:58] "POST /fqname-to-id HTTP/1.1" 401 293 0.000539 10.0.0.141 - - [2026-02-09 02:12:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.036309 10.0.0.141 - - [2026-02-09 02:12:58] "GET /api-access-list/a14f966a-5daa-4f4d-a613-93a08ce35d79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.003225 10.0.0.141 - - [2026-02-09 02:12:58] "GET /api-access-list/a14f966a-5daa-4f4d-a613-93a08ce35d79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.003711 10.0.0.141 - - [2026-02-09 02:12:59] "GET /api-access-list/a14f966a-5daa-4f4d-a613-93a08ce35d79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.003438 10.0.0.141 - - [2026-02-09 02:12:59] "PUT /api-access-list/a14f966a-5daa-4f4d-a613-93a08ce35d79 HTTP/1.1" 200 265 0.008958 10.0.0.141 - - [2026-02-09 02:12:59] "GET /aaa-mode HTTP/1.1" 200 128 0.001188 10.0.0.141 - - [2026-02-09 02:12:59] "POST /fqname-to-id HTTP/1.1" 404 188 0.025564 10.0.0.141 - - [2026-02-09 02:12:59] "GET /projects?obj_uuids=5e1321dc-9641-48ae-9cd6-ca1195ad9d27&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002728 10.0.0.141 - - [2026-02-09 02:12:59] "GET /domains?obj_uuids=5c908eb1-ca90-4dd8-8556-6bf44625a257&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000974 10.0.0.141 - - [2026-02-09 02:12:59] "GET /domain/5c908eb1-ca90-4dd8-8556-6bf44625a257?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006527 10.0.0.141 - - [2026-02-09 02:12:59] "POST /id-to-fqname HTTP/1.1" 200 190 0.001533 10.0.0.141 - - [2026-02-09 02:12:59] "POST /fqname-to-id HTTP/1.1" 404 199 0.002317 10.0.0.141 - - [2026-02-09 02:12:59] "POST /security-groups HTTP/1.1" 200 591 0.064003 10.0.0.141 - - [2026-02-09 02:12:59] "POST /fqname-to-id HTTP/1.1" 404 234 0.002733 10.0.0.141 - - [2026-02-09 02:12:59] "POST /projects HTTP/1.1" 200 585 0.215307 10.0.0.141 - - [2026-02-09 02:13:00] "POST /access-control-lists HTTP/1.1" 200 598 0.058044 10.0.0.141 - - [2026-02-09 02:13:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.289726 10.0.0.141 - - [2026-02-09 02:13:00] "POST /fqname-to-id HTTP/1.1" 404 233 0.003766 10.0.0.141 - - [2026-02-09 02:13:00] "GET /project/5e1321dc-9641-48ae-9cd6-ca1195ad9d27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.410169 10.0.0.141 - - [2026-02-09 02:13:00] "POST /access-control-lists HTTP/1.1" 200 596 0.056646 10.0.0.141 - - [2026-02-09 02:13:00] "POST /fqname-to-id HTTP/1.1" 404 188 0.025578 10.0.0.141 - - [2026-02-09 02:13:00] "GET /projects?obj_uuids=e4227f9b-5ae8-43c6-b6f2-11e047ff4cd8&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002331 10.0.0.141 - - [2026-02-09 02:13:00] "GET /domains?obj_uuids=5c908eb1-ca90-4dd8-8556-6bf44625a257&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001090 10.0.0.141 - - [2026-02-09 02:13:00] "GET /domain/5c908eb1-ca90-4dd8-8556-6bf44625a257?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006668 10.0.0.141 - - [2026-02-09 02:13:00] "POST /id-to-fqname HTTP/1.1" 200 190 0.001658 10.0.0.141 - - [2026-02-09 02:13:00] "POST /fqname-to-id HTTP/1.1" 404 199 0.003497 10.0.0.141 - - [2026-02-09 02:13:00] "POST /security-groups HTTP/1.1" 200 591 0.060174 10.0.0.141 - - [2026-02-09 02:13:00] "POST /fqname-to-id HTTP/1.1" 404 234 0.004014 10.0.0.141 - - [2026-02-09 02:13:00] "POST /projects HTTP/1.1" 200 585 0.208514 10.0.0.141 - - [2026-02-09 02:13:00] "POST /access-control-lists HTTP/1.1" 200 598 0.056570 10.0.0.141 - - [2026-02-09 02:13:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.283903 10.0.0.141 - - [2026-02-09 02:13:00] "POST /fqname-to-id HTTP/1.1" 404 233 0.003031 10.0.0.141 - - [2026-02-09 02:13:00] "GET /project/e4227f9b-5ae8-43c6-b6f2-11e047ff4cd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.415005 10.0.0.141 - - [2026-02-09 02:13:01] "POST /access-control-lists HTTP/1.1" 200 596 0.081723 10.0.0.141 - - [2026-02-09 02:13:01] "GET / HTTP/1.1" 200 36215 0.002106 10.0.0.141 - - [2026-02-09 02:13:02] "GET / HTTP/1.1" 200 36215 0.001700 10.0.0.141 - - [2026-02-09 02:13:02] "POST /fqname-to-id HTTP/1.1" 404 183 0.003078 10.0.0.141 - - [2026-02-09 02:13:02] "POST /api-access-lists HTTP/1.1" 200 523 0.012779 10.0.0.141 - - [2026-02-09 02:13:03] "GET /api-access-list/4541207c-6069-4d0d-aa1e-32e390edfd7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1291 0.008873 10.0.0.141 - - [2026-02-09 02:13:03] "GET /api-access-list/4541207c-6069-4d0d-aa1e-32e390edfd7a HTTP/1.1" 401 293 0.000428 10.0.0.141 - - [2026-02-09 02:13:03] "GET /api-access-list/4541207c-6069-4d0d-aa1e-32e390edfd7a HTTP/1.1" 200 1291 0.055508 10.0.0.141 - - [2026-02-09 02:13:03] "POST /fqname-to-id HTTP/1.1" 401 293 0.000412 10.0.0.141 - - [2026-02-09 02:13:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.039498 10.0.0.141 - - [2026-02-09 02:13:03] "GET /projects?obj_uuids=5e1321dc-9641-48ae-9cd6-ca1195ad9d27&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001180 10.0.0.141 - - [2026-02-09 02:13:03] "GET /project/5e1321dc-9641-48ae-9cd6-ca1195ad9d27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.033294 10.0.0.141 - - [2026-02-09 02:13:03] "GET /virtual-networks?parent_id=5e1321dc-9641-48ae-9cd6-ca1195ad9d27&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010646 10.0.0.141 - - [2026-02-09 02:13:04] "POST /virtual-networks HTTP/1.1" 200 585 0.045061 10.0.0.141 - - [2026-02-09 02:13:04] "POST /route-targets HTTP/1.1" 200 328 0.010549 10.0.0.141 - - [2026-02-09 02:13:04] "POST /ref-update HTTP/1.1" 200 156 0.011844 10.0.0.141 - - [2026-02-09 02:13:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.011187 10.0.0.141 - - [2026-02-09 02:13:04] "GET /network-ipam/b4fafdb0-7ecf-42e4-8b57-16c42ec8d339?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1091 0.009460 10.0.0.141 - - [2026-02-09 02:13:04] "POST /useragent-kv HTTP/1.1" 200 115 0.003730 10.0.0.141 - - [2026-02-09 02:13:04] "POST /ref-update HTTP/1.1" 200 156 0.039149 10.0.0.141 - - [2026-02-09 02:13:04] "POST /neutron/network HTTP/1.1" 200 848 0.041863 10.0.0.141 - - [2026-02-09 02:13:04] "POST /neutron/network HTTP/1.1" 200 848 0.017065 10.0.0.141 - - [2026-02-09 02:13:04] "GET /virtual-network/83476e46-d9cb-4747-ade3-e5cbe30a0869?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.011825 10.0.0.141 - - [2026-02-09 02:13:04] "POST /neutron/network HTTP/1.1" 200 848 0.018152 10.0.0.141 - - [2026-02-09 02:13:04] "POST /neutron/subnet HTTP/1.1" 200 679 0.022973 10.0.0.141 - - [2026-02-09 02:13:04] "POST /fqname-to-id HTTP/1.1" 401 293 0.000395 10.0.0.141 - - [2026-02-09 02:13:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.035458 10.0.0.141 - - [2026-02-09 02:13:04] "GET /projects?obj_uuids=e4227f9b-5ae8-43c6-b6f2-11e047ff4cd8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001176 10.0.0.141 - - [2026-02-09 02:13:04] "GET /project/e4227f9b-5ae8-43c6-b6f2-11e047ff4cd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.032152 10.0.0.141 - - [2026-02-09 02:13:04] "GET /virtual-networks?parent_id=e4227f9b-5ae8-43c6-b6f2-11e047ff4cd8&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010820 10.0.0.141 - - [2026-02-09 02:13:05] "POST /virtual-networks HTTP/1.1" 200 585 0.047404 10.0.0.141 - - [2026-02-09 02:13:05] "POST /route-targets HTTP/1.1" 200 328 0.009615 10.0.0.141 - - [2026-02-09 02:13:05] "POST /ref-update HTTP/1.1" 200 156 0.010205 10.0.0.141 - - [2026-02-09 02:13:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.010688 10.0.0.141 - - [2026-02-09 02:13:05] "GET /network-ipam/b4fafdb0-7ecf-42e4-8b57-16c42ec8d339?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1091 0.010252 10.0.0.141 - - [2026-02-09 02:13:05] "POST /useragent-kv HTTP/1.1" 200 115 0.002208 10.0.0.141 - - [2026-02-09 02:13:05] "POST /ref-update HTTP/1.1" 200 156 0.040638 10.0.0.141 - - [2026-02-09 02:13:05] "POST /neutron/network HTTP/1.1" 200 846 0.044302 10.0.0.141 - - [2026-02-09 02:13:05] "POST /neutron/network HTTP/1.1" 200 846 0.018583 10.0.0.141 - - [2026-02-09 02:13:05] "GET /virtual-network/fbad1921-b95b-499f-ad87-3f9dd8e9c267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.011790 10.0.0.141 - - [2026-02-09 02:13:05] "POST /neutron/network HTTP/1.1" 200 846 0.017185 10.0.0.141 - - [2026-02-09 02:13:05] "POST /neutron/subnet HTTP/1.1" 200 669 0.024391 10.0.0.141 - - [2026-02-09 02:13:05] "GET /virtual-network/83476e46-d9cb-4747-ade3-e5cbe30a0869 HTTP/1.1" 401 293 0.000401 10.0.0.141 - - [2026-02-09 02:13:05] "GET /virtual-network/83476e46-d9cb-4747-ade3-e5cbe30a0869 HTTP/1.1" 200 2317 0.039196 10.0.0.141 - - [2026-02-09 02:13:05] "GET /virtual-network/83476e46-d9cb-4747-ade3-e5cbe30a0869 HTTP/1.1" 401 293 0.000396 10.0.0.141 - - [2026-02-09 02:13:06] "GET /virtual-network/83476e46-d9cb-4747-ade3-e5cbe30a0869 HTTP/1.1" 403 376 0.033689 10.0.0.141 - - [2026-02-09 02:13:06] "GET /virtual-network/83476e46-d9cb-4747-ade3-e5cbe30a0869 HTTP/1.1" 200 2317 0.004814 10.0.0.141 - - [2026-02-09 02:13:06] "GET /virtual-networks HTTP/1.1" 200 372 0.017418 10.0.0.141 - - [2026-02-09 02:13:06] "GET /virtual-networks HTTP/1.1" 200 372 0.015733 10.0.0.141 - - [2026-02-09 02:13:06] "GET /obj-perms HTTP/1.1" 403 257 0.033526 10.0.0.141 - - [2026-02-09 02:13:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002344 10.0.0.141 - - [2026-02-09 02:13:06] "GET /virtual-network/83476e46-d9cb-4747-ade3-e5cbe30a0869?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.013124 10.0.0.141 - - [2026-02-09 02:13:07] "GET /obj-perms HTTP/1.1" 403 257 0.033109 10.0.0.141 - - [2026-02-09 02:13:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002993 10.0.0.141 - - [2026-02-09 02:13:07] "GET /virtual-network/83476e46-d9cb-4747-ade3-e5cbe30a0869?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.008538 10.0.0.141 - - [2026-02-09 02:13:07] "GET /obj-perms HTTP/1.1" 200 5049 0.055108 10.0.0.141 - - [2026-02-09 02:13:07] "GET /obj-perms HTTP/1.1" 403 257 0.007248 10.0.0.141 - - [2026-02-09 02:13:07] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 372 0.017424 10.0.0.141 - - [2026-02-09 02:13:07] "GET /obj-perms HTTP/1.1" 403 257 0.008463 10.0.0.141 - - [2026-02-09 02:13:07] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 372 0.016338 10.0.0.141 - - [2026-02-09 02:13:07] "GET /obj-perms HTTP/1.1" 200 5049 0.003418 10.0.0.141 - - [2026-02-09 02:13:07] "PUT /virtual-network/83476e46-d9cb-4747-ade3-e5cbe30a0869 HTTP/1.1" 200 265 0.025311 10.0.0.141 - - [2026-02-09 02:13:07] "GET /virtual-networks HTTP/1.1" 200 132 0.019581 10.0.0.141 - - [2026-02-09 02:13:07] "GET /virtual-networks HTTP/1.1" 200 613 0.016171 10.0.0.141 - - [2026-02-09 02:13:07] "GET /virtual-networks HTTP/1.1" 200 1435 0.002525 10.0.0.141 - - [2026-02-09 02:13:07] "GET /obj-perms HTTP/1.1" 403 257 0.007358 10.0.0.141 - - [2026-02-09 02:13:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002170 10.0.0.141 - - [2026-02-09 02:13:08] "GET /virtual-network/83476e46-d9cb-4747-ade3-e5cbe30a0869?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.009092 10.0.0.141 - - [2026-02-09 02:13:08] "GET /obj-perms HTTP/1.1" 403 257 0.033522 10.0.0.141 - - [2026-02-09 02:13:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002154 10.0.0.141 - - [2026-02-09 02:13:08] "GET /virtual-network/83476e46-d9cb-4747-ade3-e5cbe30a0869?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.030864 10.0.0.141 - - [2026-02-09 02:13:08] "DELETE /project/02b359dbf7724c05bce91d953e4ea094 HTTP/1.1" 404 173 0.038186 10.0.0.141 - - [2026-02-09 02:13:08] "GET /obj-perms HTTP/1.1" 403 257 0.012970 10.0.0.141 - - [2026-02-09 02:13:08] "DELETE /project/5e1321dc964148ae9cd6ca1195ad9d27 HTTP/1.1" 404 173 0.087234 10.0.0.141 - - [2026-02-09 02:13:08] "DELETE /project/e4227f9b5ae843c6b6f211e047ff4cd8 HTTP/1.1" 404 173 0.106746 10.0.0.141 - - [2026-02-09 02:13:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004787 10.0.0.141 - - [2026-02-09 02:13:08] "GET /projects?obj_uuids=24018bce-a26d-4544-9c0b-f2a198766074&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001151 10.0.0.141 - - [2026-02-09 02:13:08] "GET /project/24018bce-a26d-4544-9c0b-f2a198766074?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.113445 10.0.0.141 - - [2026-02-09 02:13:08] "GET /projects?obj_uuids=5bbd6060-c5d9-4a07-8527-3d51e2a93ec7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000968 10.0.0.141 - - [2026-02-09 02:13:08] "GET /projects?obj_uuids=24018bce-a26d-4544-9c0b-f2a198766074&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000855 10.0.0.141 - - [2026-02-09 02:13:08] "GET /virtual-network/83476e46-d9cb-4747-ade3-e5cbe30a0869?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2020 0.016574 10.0.0.141 - - [2026-02-09 02:13:08] "GET /projects?obj_uuids=cbbf008c-bcd6-4d88-bb9f-7ca753779dec&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001202 10.0.0.141 - - [2026-02-09 02:13:08] "GET /project/24018bce-a26d-4544-9c0b-f2a198766074?fields=security_groups HTTP/1.1" 200 1348 0.033170 10.0.0.141 - - [2026-02-09 02:13:08] "GET /project/5bbd6060-c5d9-4a07-8527-3d51e2a93ec7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.168189 10.0.0.141 - - [2026-02-09 02:13:08] "GET /projects?obj_uuids=5bbd6060-c5d9-4a07-8527-3d51e2a93ec7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001004 10.0.0.141 - - [2026-02-09 02:13:08] "GET /obj-perms HTTP/1.1" 200 5049 0.002259 10.0.0.141 - - [2026-02-09 02:13:08] "GET /project/cbbf008c-bcd6-4d88-bb9f-7ca753779dec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.143981 10.0.0.141 - - [2026-02-09 02:13:08] "GET /projects?obj_uuids=cbbf008c-bcd6-4d88-bb9f-7ca753779dec&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000995 10.0.0.141 - - [2026-02-09 02:13:08] "GET /obj-perms HTTP/1.1" 403 257 0.015312 10.0.0.141 - - [2026-02-09 02:13:08] "GET /project/5bbd6060-c5d9-4a07-8527-3d51e2a93ec7?fields=security_groups HTTP/1.1" 200 1347 0.078131 10.0.0.141 - - [2026-02-09 02:13:08] "DELETE /security-group/6a27e783-3461-46a7-836b-1926794b1718 HTTP/1.1" 200 115 0.074585 10.0.0.141 - - [2026-02-09 02:13:08] "GET /projects?obj_uuids=24018bce-a26d-4544-9c0b-f2a198766074&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001013 10.0.0.141 - - [2026-02-09 02:13:08] "DELETE /access-control-list/85b65da1-3fc4-4d4e-a8f4-9268d111ddce HTTP/1.1" 200 115 0.047618 10.0.0.141 - - [2026-02-09 02:13:08] "GET /project/cbbf008c-bcd6-4d88-bb9f-7ca753779dec?fields=security_groups HTTP/1.1" 200 1349 0.079920 10.0.0.141 - - [2026-02-09 02:13:08] "DELETE /access-control-list/a83ddf09-3202-4bc1-b10c-b19315171d40 HTTP/1.1" 200 115 0.024357 10.0.0.141 - - [2026-02-09 02:13:08] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 132 0.024664 10.0.0.141 - - [2026-02-09 02:13:08] "GET /project/24018bce-a26d-4544-9c0b-f2a198766074?fields=application_policy_sets HTTP/1.1" 200 1387 0.079623 10.0.0.141 - - [2026-02-09 02:13:08] "DELETE /security-group/b0db9cf3-3a65-40f3-8688-54a8ba4b3b1e HTTP/1.1" 200 115 0.058709 10.0.0.141 - - [2026-02-09 02:13:08] "GET /projects?obj_uuids=5bbd6060-c5d9-4a07-8527-3d51e2a93ec7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000990 10.0.0.141 - - [2026-02-09 02:13:08] "DELETE /access-control-list/b1bdf44c-ffe4-4fa7-8bd8-933492293f52 HTTP/1.1" 200 115 0.039206 10.0.0.141 - - [2026-02-09 02:13:08] "GET /obj-perms HTTP/1.1" 403 257 0.019065 10.0.0.141 - - [2026-02-09 02:13:08] "GET /project/5bbd6060-c5d9-4a07-8527-3d51e2a93ec7?fields=application_policy_sets HTTP/1.1" 200 1386 0.041409 10.0.0.141 - - [2026-02-09 02:13:09] "DELETE /access-control-list/c45c04e4-090e-4cb4-904b-3765bb917002 HTTP/1.1" 200 115 0.041366 10.0.0.141 - - [2026-02-09 02:13:09] "DELETE /security-group/ab6a99dd-4e38-42e6-9391-6b1cbe436c64 HTTP/1.1" 200 115 0.084785 10.0.0.141 - - [2026-02-09 02:13:09] "GET /projects?obj_uuids=cbbf008c-bcd6-4d88-bb9f-7ca753779dec&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000976 10.0.0.141 - - [2026-02-09 02:13:09] "GET /project/cbbf008c-bcd6-4d88-bb9f-7ca753779dec?fields=application_policy_sets HTTP/1.1" 200 1388 0.042531 10.0.0.141 - - [2026-02-09 02:13:09] "DELETE /access-control-list/be8625fd-4d3d-4c30-90b3-63857165003d HTTP/1.1" 200 115 0.058526 10.0.0.141 - - [2026-02-09 02:13:09] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 613 0.053045 10.0.0.141 - - [2026-02-09 02:13:09] "DELETE /access-control-list/84396b01-4bb8-46f6-901e-e00cfcbcddbe HTTP/1.1" 200 115 0.037178 10.0.0.141 - - [2026-02-09 02:13:09] "DELETE /project/24018bce-a26d-4544-9c0b-f2a198766074 HTTP/1.1" 200 115 0.593777 10.0.0.141 - - [2026-02-09 02:13:09] "GET /obj-perms HTTP/1.1" 200 5049 0.003114 10.0.0.141 - - [2026-02-09 02:13:09] "DELETE /project/5bbd6060-c5d9-4a07-8527-3d51e2a93ec7 HTTP/1.1" 200 115 0.621085 10.0.0.141 - - [2026-02-09 02:13:09] "DELETE /project/cbbf008c-bcd6-4d88-bb9f-7ca753779dec HTTP/1.1" 200 115 0.653035 10.0.0.141 - - [2026-02-09 02:13:09] "PUT /virtual-network/83476e46-d9cb-4747-ade3-e5cbe30a0869 HTTP/1.1" 200 265 0.026965 10.0.0.141 - - [2026-02-09 02:13:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003812 10.0.0.141 - - [2026-02-09 02:13:09] "POST /useragent-kv HTTP/1.1" 200 115 0.004427 10.0.0.141 - - [2026-02-09 02:13:09] "POST /useragent-kv HTTP/1.1" 200 115 0.001956 10.0.0.141 - - [2026-02-09 02:13:09] "DELETE /virtual-network/fbad1921-b95b-499f-ad87-3f9dd8e9c267 HTTP/1.1" 200 115 0.095200 10.0.0.141 - - [2026-02-09 02:13:09] "DELETE /route-target/37b20e4b-91fb-42a9-b722-5afbc35ee5e8 HTTP/1.1" 200 115 0.035021 10.0.0.141 - - [2026-02-09 02:13:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.005683 10.0.0.141 - - [2026-02-09 02:13:09] "POST /useragent-kv HTTP/1.1" 200 115 0.004015 10.0.0.141 - - [2026-02-09 02:13:09] "POST /useragent-kv HTTP/1.1" 200 115 0.002204 10.0.0.141 - - [2026-02-09 02:13:09] "DELETE /virtual-network/83476e46-d9cb-4747-ade3-e5cbe30a0869 HTTP/1.1" 200 115 0.091657 10.0.0.141 - - [2026-02-09 02:13:09] "DELETE /route-target/84750eee-5726-41d8-bbfe-6a66643e74b6 HTTP/1.1" 200 115 0.030563 10.0.0.141 - - [2026-02-09 02:13:09] "DELETE /api-access-list/4541207c-6069-4d0d-aa1e-32e390edfd7a HTTP/1.1" 200 115 0.030154 10.0.0.141 - - [2026-02-09 02:13:09] "GET /api-access-list/4541207c-6069-4d0d-aa1e-32e390edfd7a HTTP/1.1" 404 171 0.002798 10.0.0.141 - - [2026-02-09 02:13:09] "GET /projects?obj_uuids=e4227f9b-5ae8-43c6-b6f2-11e047ff4cd8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001637 10.0.0.141 - - [2026-02-09 02:13:09] "GET /project/e4227f9b-5ae8-43c6-b6f2-11e047ff4cd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.026545 10.0.0.141 - - [2026-02-09 02:13:09] "GET /projects?obj_uuids=e4227f9b-5ae8-43c6-b6f2-11e047ff4cd8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001560 10.0.0.141 - - [2026-02-09 02:13:09] "GET /project/e4227f9b-5ae8-43c6-b6f2-11e047ff4cd8?fields=virtual_networks HTTP/1.1" 200 1035 0.071177 10.0.0.141 - - [2026-02-09 02:13:09] "GET /projects?obj_uuids=e4227f9b-5ae8-43c6-b6f2-11e047ff4cd8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001472 10.0.0.141 - - [2026-02-09 02:13:09] "GET /project/e4227f9b-5ae8-43c6-b6f2-11e047ff4cd8?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.025293 10.0.0.141 - - [2026-02-09 02:13:09] "GET /projects?obj_uuids=e4227f9b-5ae8-43c6-b6f2-11e047ff4cd8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001095 10.0.0.141 - - [2026-02-09 02:13:09] "GET /project/e4227f9b-5ae8-43c6-b6f2-11e047ff4cd8?fields=security_groups HTTP/1.1" 200 1262 0.026520 10.0.0.141 - - [2026-02-09 02:13:10] "GET /projects?obj_uuids=5e1321dc-9641-48ae-9cd6-ca1195ad9d27&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001136 10.0.0.141 - - [2026-02-09 02:13:10] "GET /project/5e1321dc-9641-48ae-9cd6-ca1195ad9d27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.022189 10.0.0.141 - - [2026-02-09 02:13:10] "GET /projects?obj_uuids=5e1321dc-9641-48ae-9cd6-ca1195ad9d27&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001039 10.0.0.141 - - [2026-02-09 02:13:10] "GET /project/5e1321dc-9641-48ae-9cd6-ca1195ad9d27?fields=virtual_networks HTTP/1.1" 200 1034 0.064097 10.0.0.141 - - [2026-02-09 02:13:10] "GET /projects?obj_uuids=5e1321dc-9641-48ae-9cd6-ca1195ad9d27&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001241 10.0.0.141 - - [2026-02-09 02:13:10] "GET /project/5e1321dc-9641-48ae-9cd6-ca1195ad9d27?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.023754 10.0.0.141 - - [2026-02-09 02:13:10] "GET /projects?obj_uuids=5e1321dc-9641-48ae-9cd6-ca1195ad9d27&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001107 10.0.0.141 - - [2026-02-09 02:13:10] "GET /project/5e1321dc-9641-48ae-9cd6-ca1195ad9d27?fields=security_groups HTTP/1.1" 200 1261 0.021795 10.0.0.141 - - [2026-02-09 02:13:11] "GET /aaa-mode HTTP/1.1" 200 128 0.001246 10.0.0.141 - - [2026-02-09 02:13:12] "GET / HTTP/1.1" 200 36215 0.001876 10.0.0.141 - - [2026-02-09 02:13:12] "GET / HTTP/1.1" 200 36215 0.001710 10.0.0.141 - - [2026-02-09 02:13:13] "POST /fqname-to-id HTTP/1.1" 401 293 0.000525 10.0.0.141 - - [2026-02-09 02:13:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.071036 10.0.0.141 - - [2026-02-09 02:13:13] "GET /projects?obj_uuids=02b359db-f772-4c05-bce9-1d953e4ea094&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001305 10.0.0.141 - - [2026-02-09 02:13:13] "GET /project/02b359db-f772-4c05-bce9-1d953e4ea094?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.029075 10.0.0.141 - - [2026-02-09 02:13:13] "GET /virtual-networks?parent_id=02b359db-f772-4c05-bce9-1d953e4ea094&detail=False&count=False&shared=False HTTP/1.1" 403 263 0.007481 10.0.0.141 - - [2026-02-09 02:13:13] "POST /fqname-to-id HTTP/1.1" 404 197 0.007827 10.0.0.141 - - [2026-02-09 02:13:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.009167 10.0.0.141 - - [2026-02-09 02:13:14] "GET /domains?obj_uuids=5c908eb1-ca90-4dd8-8556-6bf44625a257&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001277 10.0.0.141 - - [2026-02-09 02:13:14] "GET /domain/5c908eb1-ca90-4dd8-8556-6bf44625a257?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.012929 10.0.0.141 - - [2026-02-09 02:13:14] "POST /service-templates HTTP/1.1" 403 264 0.007095 10.0.0.141 - - [2026-02-09 02:13:14] "POST /fqname-to-id HTTP/1.1" 404 215 0.003311 10.0.0.141 - - [2026-02-09 02:13:14] "POST /api-access-lists HTTP/1.1" 200 557 0.015255 10.0.0.141 - - [2026-02-09 02:13:14] "GET /api-access-list/22ede0ef-20fb-4e0b-8e60-c9361d9f50bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1325 0.004876 10.0.0.141 - - [2026-02-09 02:13:14] "GET /api-access-list/22ede0ef-20fb-4e0b-8e60-c9361d9f50bb HTTP/1.1" 200 1325 0.003856 10.0.0.141 - - [2026-02-09 02:13:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.009446 10.0.0.141 - - [2026-02-09 02:13:14] "GET /projects?obj_uuids=02b359db-f772-4c05-bce9-1d953e4ea094&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001157 10.0.0.141 - - [2026-02-09 02:13:14] "GET /project/02b359db-f772-4c05-bce9-1d953e4ea094?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.032546 10.0.0.141 - - [2026-02-09 02:13:14] "GET /virtual-networks?parent_id=02b359db-f772-4c05-bce9-1d953e4ea094&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010025 10.0.0.141 - - [2026-02-09 02:13:14] "POST /virtual-networks HTTP/1.1" 200 585 0.048859 10.0.0.141 - - [2026-02-09 02:13:14] "POST /route-targets HTTP/1.1" 200 328 0.012339 10.0.0.141 - - [2026-02-09 02:13:14] "POST /ref-update HTTP/1.1" 200 156 0.017505 10.0.0.141 - - [2026-02-09 02:13:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.019868 10.0.0.141 - - [2026-02-09 02:13:14] "GET /network-ipam/b4fafdb0-7ecf-42e4-8b57-16c42ec8d339?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1091 0.011265 10.0.0.141 - - [2026-02-09 02:13:14] "POST /useragent-kv HTTP/1.1" 200 115 0.003430 10.0.0.141 - - [2026-02-09 02:13:14] "POST /ref-update HTTP/1.1" 200 156 0.053342 10.0.0.141 - - [2026-02-09 02:13:14] "POST /neutron/network HTTP/1.1" 200 847 0.046378 10.0.0.141 - - [2026-02-09 02:13:14] "POST /neutron/network HTTP/1.1" 200 847 0.018328 10.0.0.141 - - [2026-02-09 02:13:14] "GET /virtual-network/04499826-3211-443b-822c-7b1e84010e36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.012458 10.0.0.141 - - [2026-02-09 02:13:14] "POST /neutron/network HTTP/1.1" 200 847 0.016428 10.0.0.141 - - [2026-02-09 02:13:14] "POST /neutron/subnet HTTP/1.1" 200 674 0.028539 10.0.0.141 - - [2026-02-09 02:13:15] "POST /neutron/network HTTP/1.1" 200 847 0.072379 10.0.0.141 - - [2026-02-09 02:13:15] "GET /virtual-network/04499826-3211-443b-822c-7b1e84010e36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005890 10.0.0.141 - - [2026-02-09 02:13:15] "GET /network-ipam/b4fafdb0-7ecf-42e4-8b57-16c42ec8d339?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1091 0.003367 10.0.0.141 - - [2026-02-09 02:13:15] "GET /domains HTTP/1.1" 200 281 0.003062 10.0.0.141 - - [2026-02-09 02:13:15] "GET /domains?obj_uuids=5c908eb1-ca90-4dd8-8556-6bf44625a257&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001358 10.0.0.141 - - [2026-02-09 02:13:15] "GET /domain/5c908eb1-ca90-4dd8-8556-6bf44625a257 HTTP/1.1" 200 2956 0.007809 10.0.0.141 - - [2026-02-09 02:13:15] "GET /projects?obj_uuids=02b359db-f772-4c05-bce9-1d953e4ea094&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001101 10.0.0.141 - - [2026-02-09 02:13:15] "GET /project/02b359db-f772-4c05-bce9-1d953e4ea094 HTTP/1.1" 200 2358 0.066936 10.0.0.141 - - [2026-02-09 02:13:15] "GET /virtual-network/04499826-3211-443b-822c-7b1e84010e36 HTTP/1.1" 200 2312 0.006449 10.0.0.141 - - [2026-02-09 02:13:15] "GET /virtual-network/04499826-3211-443b-822c-7b1e84010e36 HTTP/1.1" 200 2312 0.005409 10.0.0.141 - - [2026-02-09 02:13:15] "GET /routing-instance/5a90cd9a-da52-4bc1-b812-29448d7c8289 HTTP/1.1" 200 1558 0.003814 10.0.0.141 - - [2026-02-09 02:13:15] "GET /routing-instance/5a90cd9a-da52-4bc1-b812-29448d7c8289 HTTP/1.1" 200 1558 0.004214 10.0.0.141 - - [2026-02-09 02:13:15] "GET /route-target/892edd6b-2758-4ef1-84f4-c5c0a540d0cb HTTP/1.1" 200 1245 0.003502 10.0.0.141 - - [2026-02-09 02:13:15] "GET /virtual-network/04499826-3211-443b-822c-7b1e84010e36 HTTP/1.1" 200 2312 0.005477 10.0.0.141 - - [2026-02-09 02:13:15] "GET /routing-instance/5a90cd9a-da52-4bc1-b812-29448d7c8289 HTTP/1.1" 200 1558 0.003996 10.0.0.141 - - [2026-02-09 02:13:15] "GET /virtual-network/04499826-3211-443b-822c-7b1e84010e36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005825 10.0.0.141 - - [2026-02-09 02:13:15] "GET /virtual-network/04499826-3211-443b-822c-7b1e84010e36 HTTP/1.1" 200 2312 0.006573 10.0.0.141 - - [2026-02-09 02:13:15] "GET /routing-instance/5a90cd9a-da52-4bc1-b812-29448d7c8289 HTTP/1.1" 200 1558 0.004068 10.0.0.141 - - [2026-02-09 02:13:15] "GET /routing-instance/5a90cd9a-da52-4bc1-b812-29448d7c8289 HTTP/1.1" 200 1558 0.003925 10.0.0.141 - - [2026-02-09 02:13:15] "GET /route-target/892edd6b-2758-4ef1-84f4-c5c0a540d0cb HTTP/1.1" 200 1245 0.003582 10.0.0.141 - - [2026-02-09 02:13:15] "GET /domains HTTP/1.1" 200 281 0.002754 10.0.0.141 - - [2026-02-09 02:13:15] "GET /domains?obj_uuids=5c908eb1-ca90-4dd8-8556-6bf44625a257&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002067 10.0.0.141 - - [2026-02-09 02:13:15] "GET /domain/5c908eb1-ca90-4dd8-8556-6bf44625a257 HTTP/1.1" 200 2956 0.009290 10.0.0.141 - - [2026-02-09 02:13:15] "GET /projects?obj_uuids=02b359db-f772-4c05-bce9-1d953e4ea094&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001114 10.0.0.141 - - [2026-02-09 02:13:15] "GET /project/02b359db-f772-4c05-bce9-1d953e4ea094 HTTP/1.1" 200 2358 0.074094 10.0.0.141 - - [2026-02-09 02:13:15] "GET /virtual-network/04499826-3211-443b-822c-7b1e84010e36 HTTP/1.1" 200 2312 0.004450 10.0.0.141 - - [2026-02-09 02:13:15] "GET /obj-perms HTTP/1.1" 200 5049 0.002781 10.0.0.141 - - [2026-02-09 02:13:15] "POST /fqname-to-id HTTP/1.1" 404 197 0.008247 10.0.0.141 - - [2026-02-09 02:13:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.010044 10.0.0.141 - - [2026-02-09 02:13:15] "GET /domains?obj_uuids=5c908eb1-ca90-4dd8-8556-6bf44625a257&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001603 10.0.0.141 - - [2026-02-09 02:13:15] "GET /domain/5c908eb1-ca90-4dd8-8556-6bf44625a257?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.017613 10.0.0.141 - - [2026-02-09 02:13:15] "POST /service-templates HTTP/1.1" 403 264 0.009527 10.0.0.141 - - [2026-02-09 02:13:15] "POST /fqname-to-id HTTP/1.1" 404 183 0.003022 10.0.0.141 - - [2026-02-09 02:13:15] "POST /api-access-lists HTTP/1.1" 200 523 0.013860 10.0.0.141 - - [2026-02-09 02:13:15] "GET /api-access-list/137d7a37-ee13-4b7a-b1d2-e682fb63aa99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1292 0.005147 10.0.0.141 - - [2026-02-09 02:13:15] "GET /api-access-list/137d7a37-ee13-4b7a-b1d2-e682fb63aa99 HTTP/1.1" 200 1292 0.003285 10.0.0.141 - - [2026-02-09 02:13:15] "POST /fqname-to-id HTTP/1.1" 404 197 0.009708 10.0.0.141 - - [2026-02-09 02:13:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.009847 10.0.0.141 - - [2026-02-09 02:13:15] "GET /domains?obj_uuids=5c908eb1-ca90-4dd8-8556-6bf44625a257&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001147 10.0.0.141 - - [2026-02-09 02:13:15] "GET /domain/5c908eb1-ca90-4dd8-8556-6bf44625a257?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.014032 10.0.0.141 - - [2026-02-09 02:13:15] "POST /service-templates HTTP/1.1" 200 553 0.027401 10.0.0.141 - - [2026-02-09 02:13:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.012493 10.0.0.141 - - [2026-02-09 02:13:15] "GET /service-template/62dfef3b-4c0d-4a45-9b77-7117d20bd03e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1855 0.010801 10.0.0.141 - - [2026-02-09 02:13:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.010485 10.0.0.141 - - [2026-02-09 02:13:16] "GET /service-template/62dfef3b-4c0d-4a45-9b77-7117d20bd03e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1855 0.010795 10.0.0.141 - - [2026-02-09 02:13:16] "GET /virtual-network/04499826-3211-443b-822c-7b1e84010e36 HTTP/1.1" 401 293 0.000451 10.0.0.141 - - [2026-02-09 02:13:16] "GET /virtual-network/04499826-3211-443b-822c-7b1e84010e36 HTTP/1.1" 403 263 0.038107 10.0.0.141 - - [2026-02-09 02:13:16] "GET /service-template/62dfef3b-4c0d-4a45-9b77-7117d20bd03e HTTP/1.1" 403 264 0.009948 10.0.0.141 - - [2026-02-09 02:13:16] "GET /service-template/62dfef3b-4c0d-4a45-9b77-7117d20bd03e HTTP/1.1" 403 264 0.033985 10.0.0.141 - - [2026-02-09 02:13:17] "GET /obj-perms HTTP/1.1" 403 257 0.350678 10.0.0.141 - - [2026-02-09 02:13:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002295 10.0.0.141 - - [2026-02-09 02:13:17] "GET /obj-perms HTTP/1.1" 200 5075 0.060555 10.0.0.141 - - [2026-02-09 02:13:17] "GET /virtual-network/04499826-3211-443b-822c-7b1e84010e36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.008554 10.0.0.141 - - [2026-02-09 02:13:17] "GET /obj-perms HTTP/1.1" 403 257 0.007901 10.0.0.141 - - [2026-02-09 02:13:17] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.008060 10.0.0.141 - - [2026-02-09 02:13:17] "GET /api-access-list/22ede0ef-20fb-4e0b-8e60-c9361d9f50bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1325 0.003445 10.0.0.141 - - [2026-02-09 02:13:17] "PUT /api-access-list/22ede0ef-20fb-4e0b-8e60-c9361d9f50bb HTTP/1.1" 200 265 0.008296 10.0.0.141 - - [2026-02-09 02:13:17] "GET /api-access-list/22ede0ef-20fb-4e0b-8e60-c9361d9f50bb HTTP/1.1" 200 1462 0.004297 10.0.0.141 - - [2026-02-09 02:13:17] "GET /virtual-network/04499826-3211-443b-822c-7b1e84010e36 HTTP/1.1" 200 2312 0.016752 10.0.0.141 - - [2026-02-09 02:13:17] "POST /fqname-to-id HTTP/1.1" 401 293 0.000709 10.0.0.141 - - [2026-02-09 02:13:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.045134 10.0.0.141 - - [2026-02-09 02:13:18] "GET /projects?obj_uuids=02b359db-f772-4c05-bce9-1d953e4ea094&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001182 10.0.0.141 - - [2026-02-09 02:13:18] "GET /obj-perms HTTP/1.1" 200 5075 0.388535 10.0.0.141 - - [2026-02-09 02:13:18] "GET /project/02b359db-f772-4c05-bce9-1d953e4ea094?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.034809 10.0.0.141 - - [2026-02-09 02:13:18] "GET /virtual-networks?parent_id=02b359db-f772-4c05-bce9-1d953e4ea094&detail=False&count=False&shared=False HTTP/1.1" 200 372 0.012549 10.0.0.141 - - [2026-02-09 02:13:18] "POST /virtual-networks HTTP/1.1" 403 263 0.009382 10.0.0.141 - - [2026-02-09 02:13:18] "GET /service-template/62dfef3b-4c0d-4a45-9b77-7117d20bd03e HTTP/1.1" 403 264 0.007846 10.0.0.141 - - [2026-02-09 02:13:18] "GET /service-template/62dfef3b-4c0d-4a45-9b77-7117d20bd03e HTTP/1.1" 403 264 0.032864 10.0.0.141 - - [2026-02-09 02:13:18] "GET /obj-perms HTTP/1.1" 403 257 0.007509 10.0.0.141 - - [2026-02-09 02:13:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002298 10.0.0.141 - - [2026-02-09 02:13:18] "GET /virtual-network/04499826-3211-443b-822c-7b1e84010e36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.015395 10.0.0.141 - - [2026-02-09 02:13:19] "GET /obj-perms HTTP/1.1" 403 257 0.009964 10.0.0.141 - - [2026-02-09 02:13:19] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 372 0.017186 10.0.0.141 - - [2026-02-09 02:13:19] "GET /api-access-list/137d7a37-ee13-4b7a-b1d2-e682fb63aa99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1292 0.003371 10.0.0.141 - - [2026-02-09 02:13:19] "PUT /api-access-list/137d7a37-ee13-4b7a-b1d2-e682fb63aa99 HTTP/1.1" 200 265 0.007439 10.0.0.141 - - [2026-02-09 02:13:19] "GET /api-access-list/137d7a37-ee13-4b7a-b1d2-e682fb63aa99 HTTP/1.1" 200 1430 0.003585 10.0.0.141 - - [2026-02-09 02:13:19] "GET /service-template/62dfef3b-4c0d-4a45-9b77-7117d20bd03e HTTP/1.1" 200 1855 0.010563 10.0.0.141 - - [2026-02-09 02:13:19] "POST /fqname-to-id HTTP/1.1" 404 197 0.008045 10.0.0.141 - - [2026-02-09 02:13:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.010451 10.0.0.141 - - [2026-02-09 02:13:19] "GET /domains?obj_uuids=5c908eb1-ca90-4dd8-8556-6bf44625a257&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001193 10.0.0.141 - - [2026-02-09 02:13:19] "GET /domain/5c908eb1-ca90-4dd8-8556-6bf44625a257?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.015125 10.0.0.141 - - [2026-02-09 02:13:19] "POST /service-templates HTTP/1.1" 403 264 0.008535 10.0.0.141 - - [2026-02-09 02:13:19] "GET /api-access-list/22ede0ef-20fb-4e0b-8e60-c9361d9f50bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1462 0.003376 10.0.0.141 - - [2026-02-09 02:13:19] "PUT /api-access-list/22ede0ef-20fb-4e0b-8e60-c9361d9f50bb HTTP/1.1" 200 265 0.007910 10.0.0.141 - - [2026-02-09 02:13:19] "GET /api-access-list/22ede0ef-20fb-4e0b-8e60-c9361d9f50bb HTTP/1.1" 200 1325 0.003549 10.0.0.141 - - [2026-02-09 02:13:19] "GET /api-access-list/137d7a37-ee13-4b7a-b1d2-e682fb63aa99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1430 0.002691 10.0.0.141 - - [2026-02-09 02:13:19] "PUT /api-access-list/137d7a37-ee13-4b7a-b1d2-e682fb63aa99 HTTP/1.1" 200 265 0.008640 10.0.0.141 - - [2026-02-09 02:13:19] "GET /api-access-list/137d7a37-ee13-4b7a-b1d2-e682fb63aa99 HTTP/1.1" 200 1292 0.003371 10.0.0.141 - - [2026-02-09 02:13:19] "GET /virtual-network/04499826-3211-443b-822c-7b1e84010e36 HTTP/1.1" 403 263 0.006982 10.0.0.141 - - [2026-02-09 02:13:19] "GET /virtual-network/04499826-3211-443b-822c-7b1e84010e36 HTTP/1.1" 403 263 0.034623 10.0.0.141 - - [2026-02-09 02:13:19] "GET /service-template/62dfef3b-4c0d-4a45-9b77-7117d20bd03e HTTP/1.1" 403 264 0.006759 10.0.0.141 - - [2026-02-09 02:13:20] "GET /service-template/62dfef3b-4c0d-4a45-9b77-7117d20bd03e HTTP/1.1" 403 264 0.042445 10.0.0.141 - - [2026-02-09 02:13:20] "GET /obj-perms HTTP/1.1" 403 257 0.007624 10.0.0.141 - - [2026-02-09 02:13:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002399 10.0.0.141 - - [2026-02-09 02:13:20] "GET /virtual-network/04499826-3211-443b-822c-7b1e84010e36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.007702 10.0.0.141 - - [2026-02-09 02:13:20] "GET /obj-perms HTTP/1.1" 403 257 0.034678 10.0.0.141 - - [2026-02-09 02:13:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002165 10.0.0.141 - - [2026-02-09 02:13:20] "GET /virtual-network/04499826-3211-443b-822c-7b1e84010e36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.007849 10.0.0.141 - - [2026-02-09 02:13:20] "GET /obj-perms HTTP/1.1" 403 257 0.008933 10.0.0.141 - - [2026-02-09 02:13:20] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.008772 10.0.0.141 - - [2026-02-09 02:13:21] "GET /api-access-list/a14f966a-5daa-4f4d-a613-93a08ce35d79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2413 0.003390 10.0.0.141 - - [2026-02-09 02:13:21] "PUT /api-access-list/a14f966a-5daa-4f4d-a613-93a08ce35d79 HTTP/1.1" 200 265 0.007734 10.0.0.141 - - [2026-02-09 02:13:21] "GET /service-template/62dfef3b-4c0d-4a45-9b77-7117d20bd03e HTTP/1.1" 200 1855 0.016761 10.0.0.141 - - [2026-02-09 02:13:21] "GET /virtual-network/04499826-3211-443b-822c-7b1e84010e36 HTTP/1.1" 200 2312 0.015045 10.0.0.141 - - [2026-02-09 02:13:21] "GET /obj-perms HTTP/1.1" 403 257 0.007353 10.0.0.141 - - [2026-02-09 02:13:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002292 10.0.0.141 - - [2026-02-09 02:13:21] "GET /virtual-network/04499826-3211-443b-822c-7b1e84010e36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.014059 10.0.0.141 - - [2026-02-09 02:13:21] "GET /obj-perms HTTP/1.1" 403 257 0.008600 10.0.0.141 - - [2026-02-09 02:13:21] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 372 0.016518 10.0.0.141 - - [2026-02-09 02:13:21] "DELETE /api-access-list/22ede0ef-20fb-4e0b-8e60-c9361d9f50bb HTTP/1.1" 200 115 0.023469 10.0.0.141 - - [2026-02-09 02:13:21] "GET /api-access-list/22ede0ef-20fb-4e0b-8e60-c9361d9f50bb HTTP/1.1" 404 171 0.002353 10.0.0.141 - - [2026-02-09 02:13:21] "DELETE /api-access-list/137d7a37-ee13-4b7a-b1d2-e682fb63aa99 HTTP/1.1" 200 115 0.025242 10.0.0.141 - - [2026-02-09 02:13:21] "GET /api-access-list/137d7a37-ee13-4b7a-b1d2-e682fb63aa99 HTTP/1.1" 404 171 0.002349 10.0.0.141 - - [2026-02-09 02:13:21] "GET /virtual-network/04499826-3211-443b-822c-7b1e84010e36 HTTP/1.1" 401 293 0.000368 10.0.0.141 - - [2026-02-09 02:13:21] "GET /virtual-network/04499826-3211-443b-822c-7b1e84010e36 HTTP/1.1" 403 263 0.034116 10.0.0.141 - - [2026-02-09 02:13:21] "GET /service-template/62dfef3b-4c0d-4a45-9b77-7117d20bd03e HTTP/1.1" 403 264 0.006205 10.0.0.141 - - [2026-02-09 02:13:22] "GET /service-template/62dfef3b-4c0d-4a45-9b77-7117d20bd03e HTTP/1.1" 403 264 0.033841 10.0.0.141 - - [2026-02-09 02:13:22] "GET /obj-perms HTTP/1.1" 403 257 0.033943 10.0.0.141 - - [2026-02-09 02:13:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002650 10.0.0.141 - - [2026-02-09 02:13:22] "GET /virtual-network/04499826-3211-443b-822c-7b1e84010e36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.007657 10.0.0.141 - - [2026-02-09 02:13:22] "GET /obj-perms HTTP/1.1" 403 257 0.007196 10.0.0.141 - - [2026-02-09 02:13:22] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.006780 10.0.0.141 - - [2026-02-09 02:13:22] "GET /api-access-list/a14f966a-5daa-4f4d-a613-93a08ce35d79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2688 0.003544 10.0.0.141 - - [2026-02-09 02:13:22] "PUT /api-access-list/a14f966a-5daa-4f4d-a613-93a08ce35d79 HTTP/1.1" 200 265 0.008244 10.0.0.141 - - [2026-02-09 02:13:22] "GET /virtual-network/04499826-3211-443b-822c-7b1e84010e36 HTTP/1.1" 200 2312 0.012817 10.0.0.141 - - [2026-02-09 02:13:22] "GET /service-template/62dfef3b-4c0d-4a45-9b77-7117d20bd03e HTTP/1.1" 200 1855 0.008192 10.0.0.141 - - [2026-02-09 02:13:22] "GET /obj-perms HTTP/1.1" 403 257 0.005844 10.0.0.141 - - [2026-02-09 02:13:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002415 10.0.0.141 - - [2026-02-09 02:13:22] "GET /virtual-network/04499826-3211-443b-822c-7b1e84010e36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.011642 10.0.0.141 - - [2026-02-09 02:13:22] "GET /obj-perms HTTP/1.1" 403 257 0.006666 10.0.0.141 - - [2026-02-09 02:13:23] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 372 0.014699 10.0.0.141 - - [2026-02-09 02:13:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.009265 10.0.0.141 - - [2026-02-09 02:13:23] "DELETE /service-template/62dfef3b-4c0d-4a45-9b77-7117d20bd03e HTTP/1.1" 200 115 0.023248 10.0.0.141 - - [2026-02-09 02:13:23] "POST /fqname-to-id HTTP/1.1" 404 197 0.008362 10.0.0.141 - - [2026-02-09 02:13:23] "POST /useragent-kv HTTP/1.1" 200 115 0.003338 10.0.0.141 - - [2026-02-09 02:13:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004031 10.0.0.141 - - [2026-02-09 02:13:23] "POST /useragent-kv HTTP/1.1" 200 115 0.001653 10.0.0.141 - - [2026-02-09 02:13:23] "DELETE /virtual-network/04499826-3211-443b-822c-7b1e84010e36 HTTP/1.1" 200 115 0.059514 10.0.0.141 - - [2026-02-09 02:13:23] "DELETE /route-target/892edd6b-2758-4ef1-84f4-c5c0a540d0cb HTTP/1.1" 200 115 0.016643 10.0.0.141 - - [2026-02-09 02:13:23] "GET /api-access-list/a14f966a-5daa-4f4d-a613-93a08ce35d79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2969 0.003703 10.0.0.141 - - [2026-02-09 02:13:23] "PUT /api-access-list/a14f966a-5daa-4f4d-a613-93a08ce35d79 HTTP/1.1" 200 265 0.007958 10.0.0.141 - - [2026-02-09 02:13:23] "GET /api-access-list/a14f966a-5daa-4f4d-a613-93a08ce35d79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2694 0.003742 10.0.0.141 - - [2026-02-09 02:13:23] "PUT /api-access-list/a14f966a-5daa-4f4d-a613-93a08ce35d79 HTTP/1.1" 200 265 0.009141 10.0.0.141 - - [2026-02-09 02:13:24] "GET /api-access-list/a14f966a-5daa-4f4d-a613-93a08ce35d79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2413 0.003554 10.0.0.141 - - [2026-02-09 02:13:24] "PUT /api-access-list/a14f966a-5daa-4f4d-a613-93a08ce35d79 HTTP/1.1" 200 265 0.007797 10.0.0.141 - - [2026-02-09 02:13:24] "GET /projects?obj_uuids=02b359db-f772-4c05-bce9-1d953e4ea094&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001160 10.0.0.141 - - [2026-02-09 02:13:24] "GET /project/02b359db-f772-4c05-bce9-1d953e4ea094?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.028340 10.0.0.141 - - [2026-02-09 02:13:24] "GET /projects?obj_uuids=02b359db-f772-4c05-bce9-1d953e4ea094&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001403 10.0.0.141 - - [2026-02-09 02:13:24] "GET /project/02b359db-f772-4c05-bce9-1d953e4ea094?fields=virtual_networks HTTP/1.1" 200 1033 0.073123 10.0.0.141 - - [2026-02-09 02:13:24] "GET /projects?obj_uuids=02b359db-f772-4c05-bce9-1d953e4ea094&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001107 10.0.0.141 - - [2026-02-09 02:13:24] "GET /project/02b359db-f772-4c05-bce9-1d953e4ea094?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.023562 10.0.0.141 - - [2026-02-09 02:13:24] "GET /projects?obj_uuids=02b359db-f772-4c05-bce9-1d953e4ea094&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001126 10.0.0.141 - - [2026-02-09 02:13:24] "GET /project/02b359db-f772-4c05-bce9-1d953e4ea094?fields=security_groups HTTP/1.1" 200 1260 0.021585 10.0.0.141 - - [2026-02-09 02:13:25] "GET /projects?obj_uuids=74206d25-8e68-44b3-858c-04d1a27e547c&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001096 10.0.0.141 - - [2026-02-09 02:13:25] "GET /project/74206d25-8e68-44b3-858c-04d1a27e547c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1273 0.026248 [Introspect:8084]10.0.0.141 - - [2026-02-09 02:13:25] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.001133 10.0.0.141 - - [2026-02-09 02:13:26] "POST /fqname-to-id HTTP/1.1" 404 184 0.028329 10.0.0.141 - - [2026-02-09 02:13:26] "GET /projects?obj_uuids=77113953-7334-429a-bc26-99648a2e6ec4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003528 10.0.0.141 - - [2026-02-09 02:13:26] "GET /domains?obj_uuids=5c908eb1-ca90-4dd8-8556-6bf44625a257&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001232 10.0.0.141 - - [2026-02-09 02:13:26] "GET /domain/5c908eb1-ca90-4dd8-8556-6bf44625a257?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007223 10.0.0.141 - - [2026-02-09 02:13:26] "POST /id-to-fqname HTTP/1.1" 200 186 0.002415 10.0.0.141 - - [2026-02-09 02:13:26] "POST /fqname-to-id HTTP/1.1" 404 195 0.002815 10.0.0.141 - - [2026-02-09 02:13:26] "POST /security-groups HTTP/1.1" 200 587 0.068634 10.0.0.141 - - [2026-02-09 02:13:26] "POST /fqname-to-id HTTP/1.1" 404 230 0.003061 10.0.0.141 - - [2026-02-09 02:13:26] "POST /projects HTTP/1.1" 200 577 0.217056 10.0.0.141 - - [2026-02-09 02:13:26] "POST /access-control-lists HTTP/1.1" 200 594 0.059392 10.0.0.141 - - [2026-02-09 02:13:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.291718 10.0.0.141 - - [2026-02-09 02:13:26] "POST /fqname-to-id HTTP/1.1" 404 229 0.003776 10.0.0.141 - - [2026-02-09 02:13:26] "GET /project/77113953-7334-429a-bc26-99648a2e6ec4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.419574 10.0.0.141 - - [2026-02-09 02:13:26] "POST /access-control-lists HTTP/1.1" 200 592 0.060214 10.0.0.141 - - [2026-02-09 02:13:27] "GET / HTTP/1.1" 200 36215 0.002177 10.0.0.141 - - [2026-02-09 02:13:28] "GET /projects?obj_uuids=77113953-7334-429a-bc26-99648a2e6ec4&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001101 10.0.0.141 - - [2026-02-09 02:13:28] "GET /project/77113953-7334-429a-bc26-99648a2e6ec4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.021281 10.0.0.141 - - [2026-02-09 02:13:28] "GET /projects?obj_uuids=77113953-7334-429a-bc26-99648a2e6ec4&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001043 10.0.0.141 - - [2026-02-09 02:13:28] "GET /project/77113953-7334-429a-bc26-99648a2e6ec4?fields=virtual_networks HTTP/1.1" 200 1026 0.066555 10.0.0.141 - - [2026-02-09 02:13:28] "GET /projects?obj_uuids=77113953-7334-429a-bc26-99648a2e6ec4&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001081 10.0.0.141 - - [2026-02-09 02:13:28] "GET /project/77113953-7334-429a-bc26-99648a2e6ec4?fields=virtual_machine_interfaces HTTP/1.1" 200 1026 0.025957 10.0.0.141 - - [2026-02-09 02:13:28] "GET /projects?obj_uuids=77113953-7334-429a-bc26-99648a2e6ec4&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001173 10.0.0.141 - - [2026-02-09 02:13:28] "GET /project/77113953-7334-429a-bc26-99648a2e6ec4?fields=security_groups HTTP/1.1" 200 1249 0.025603 10.0.0.141 - - [2026-02-09 02:14:09] "DELETE /project/771139537334429abc2699648a2e6ec4 HTTP/1.1" 404 173 0.015436 10.0.0.141 - - [2026-02-09 02:14:09] "GET /projects?obj_uuids=02b359db-f772-4c05-bce9-1d953e4ea094&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001168 10.0.0.141 - - [2026-02-09 02:14:09] "GET /projects?obj_uuids=e4227f9b-5ae8-43c6-b6f2-11e047ff4cd8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001168 10.0.0.141 - - [2026-02-09 02:14:09] "GET /projects?obj_uuids=5e1321dc-9641-48ae-9cd6-ca1195ad9d27&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001108 10.0.0.141 - - [2026-02-09 02:14:09] "GET /projects?obj_uuids=77113953-7334-429a-bc26-99648a2e6ec4&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001105 10.0.0.141 - - [2026-02-09 02:14:09] "GET /project/e4227f9b-5ae8-43c6-b6f2-11e047ff4cd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.050280 10.0.0.141 - - [2026-02-09 02:14:09] "GET /project/02b359db-f772-4c05-bce9-1d953e4ea094?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.060749 10.0.0.141 - - [2026-02-09 02:14:09] "GET /project/5e1321dc-9641-48ae-9cd6-ca1195ad9d27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.064043 10.0.0.141 - - [2026-02-09 02:14:09] "GET /project/77113953-7334-429a-bc26-99648a2e6ec4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1452 0.066555 10.0.0.141 - - [2026-02-09 02:14:09] "GET /projects?obj_uuids=77113953-7334-429a-bc26-99648a2e6ec4&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000969 10.0.0.141 - - [2026-02-09 02:14:09] "GET /projects?obj_uuids=5e1321dc-9641-48ae-9cd6-ca1195ad9d27&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000867 10.0.0.141 - - [2026-02-09 02:14:09] "GET /projects?obj_uuids=02b359db-f772-4c05-bce9-1d953e4ea094&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000787 10.0.0.141 - - [2026-02-09 02:14:09] "GET /projects?obj_uuids=e4227f9b-5ae8-43c6-b6f2-11e047ff4cd8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000756 10.0.0.141 - - [2026-02-09 02:14:09] "GET /project/e4227f9b-5ae8-43c6-b6f2-11e047ff4cd8?fields=security_groups HTTP/1.1" 200 1364 0.066885 10.0.0.141 - - [2026-02-09 02:14:09] "GET /project/5e1321dc-9641-48ae-9cd6-ca1195ad9d27?fields=security_groups HTTP/1.1" 200 1363 0.064623 10.0.0.141 - - [2026-02-09 02:14:09] "GET /project/02b359db-f772-4c05-bce9-1d953e4ea094?fields=security_groups HTTP/1.1" 200 1362 0.074457 10.0.0.141 - - [2026-02-09 02:14:09] "GET /project/77113953-7334-429a-bc26-99648a2e6ec4?fields=security_groups HTTP/1.1" 200 1351 0.075044 10.0.0.141 - - [2026-02-09 02:14:09] "DELETE /security-group/2334564d-52d6-4167-b2b9-f1b6aab67e7a HTTP/1.1" 200 115 0.078053 10.0.0.141 - - [2026-02-09 02:14:09] "DELETE /security-group/e02eea6c-a7b8-4782-a725-c0edcf095fcb HTTP/1.1" 200 115 0.097834 10.0.0.141 - - [2026-02-09 02:14:09] "GET /projects?obj_uuids=5e1321dc-9641-48ae-9cd6-ca1195ad9d27&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001127 10.0.0.141 - - [2026-02-09 02:14:09] "GET /projects?obj_uuids=e4227f9b-5ae8-43c6-b6f2-11e047ff4cd8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001155 10.0.0.141 - - [2026-02-09 02:14:09] "DELETE /access-control-list/f9dcfa60-ba27-4114-ba18-cc9972a6e4a9 HTTP/1.1" 200 115 0.056069 10.0.0.141 - - [2026-02-09 02:14:09] "DELETE /security-group/33344039-266c-449c-a265-b4e225ed4c9a HTTP/1.1" 200 115 0.110679 10.0.0.141 - - [2026-02-09 02:14:09] "GET /projects?obj_uuids=02b359db-f772-4c05-bce9-1d953e4ea094&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001408 10.0.0.141 - - [2026-02-09 02:14:09] "DELETE /security-group/32411ccd-8266-4425-8980-37740b3334be HTTP/1.1" 200 115 0.106280 10.0.0.141 - - [2026-02-09 02:14:09] "GET /project/5e1321dc-9641-48ae-9cd6-ca1195ad9d27?fields=application_policy_sets HTTP/1.1" 200 1402 0.053432 10.0.0.141 - - [2026-02-09 02:14:09] "GET /projects?obj_uuids=77113953-7334-429a-bc26-99648a2e6ec4&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001007 10.0.0.141 - - [2026-02-09 02:14:09] "DELETE /access-control-list/828fe319-da6a-4c3e-b66d-90672cc626c3 HTTP/1.1" 200 115 0.042050 10.0.0.141 - - [2026-02-09 02:14:09] "GET /project/02b359db-f772-4c05-bce9-1d953e4ea094?fields=application_policy_sets HTTP/1.1" 200 1401 0.045590 10.0.0.141 - - [2026-02-09 02:14:09] "GET /project/e4227f9b-5ae8-43c6-b6f2-11e047ff4cd8?fields=application_policy_sets HTTP/1.1" 200 1403 0.084164 10.0.0.141 - - [2026-02-09 02:14:09] "DELETE /access-control-list/973f658e-43af-45d0-acc1-27fb64c20d10 HTTP/1.1" 200 115 0.026631 10.0.0.141 - - [2026-02-09 02:14:09] "GET /project/77113953-7334-429a-bc26-99648a2e6ec4?fields=application_policy_sets HTTP/1.1" 200 1390 0.077974 10.0.0.141 - - [2026-02-09 02:14:09] "DELETE /access-control-list/e49b1794-e590-479f-a0af-b51d2d38559a HTTP/1.1" 200 115 0.044548 10.0.0.141 - - [2026-02-09 02:14:09] "DELETE /access-control-list/42de6d13-7670-45f5-82dd-a0d116c093ce HTTP/1.1" 200 115 0.056690 10.0.0.141 - - [2026-02-09 02:14:09] "DELETE /project/5e1321dc-9641-48ae-9cd6-ca1195ad9d27 HTTP/1.1" 200 115 0.529025 10.0.0.141 - - [2026-02-09 02:14:09] "DELETE /access-control-list/57ff5a52-6515-45f4-a91b-f998325d8273 HTTP/1.1" 200 115 0.042994 10.0.0.141 - - [2026-02-09 02:14:09] "DELETE /project/02b359db-f772-4c05-bce9-1d953e4ea094 HTTP/1.1" 200 115 0.568377 10.0.0.141 - - [2026-02-09 02:14:09] "DELETE /project/e4227f9b-5ae8-43c6-b6f2-11e047ff4cd8 HTTP/1.1" 200 115 0.574661 10.0.0.141 - - [2026-02-09 02:14:09] "DELETE /project/77113953-7334-429a-bc26-99648a2e6ec4 HTTP/1.1" 200 115 0.585509 10.0.0.141 - - [2026-02-09 02:14:09] "DELETE /access-control-list/eaa4cb5e-3640-451c-882a-c234086a4e84 HTTP/1.1" 200 115 0.020272 10.0.0.141 - - [2026-02-09 02:14:09] "DELETE /access-control-list/e3f47311-935a-4bda-b78a-6754d5b734c2 HTTP/1.1" 200 115 0.015395 10.0.0.141 - - [2026-02-09 02:14:18] "GET /obj-perms HTTP/1.1" 200 5075 0.054625 10.0.0.141 - - [2026-02-09 02:14:19] "GET /obj-perms HTTP/1.1" 200 5075 0.047571 [Introspect:8084]10.0.0.141 - - [2026-02-09 02:14:24] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.001047 [Introspect:8084]10.0.0.141 - - [2026-02-09 02:14:24] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.000909