+++ date ++ echo 'INFO: =================== Thu Feb 19 02:02:09 AM UTC 2026 ===================' INFO: =================== Thu Feb 19 02:02:09 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 +++ cut -d / -f 1 +++ local nic=ens3 +++ ip addr show dev ens3 +++ grep 'inet ' +++ awk '{print $2}' +++ head -n 1 ++ DEFAULT_LOCAL_IP=10.0.0.73 ++ 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.73 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.73 ++ ANALYTICSDB_NODES=10.0.0.73 ++ ANALYTICS_SNMP_NODES=10.0.0.73 ++ 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.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:8081 ' +++ '[' -n '10.0.0.73:8081 ' ']' +++ echo 10.0.0.73:8081 ++ ANALYTICS_SERVERS=10.0.0.73: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.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:9042 ' +++ '[' -n '10.0.0.73:9042 ' ']' +++ echo 10.0.0.73:9042 ++ ANALYTICSDB_CQL_SERVERS=10.0.0.73:9042 ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.73 ++ 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.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:8086 ' +++ '[' -n '10.0.0.73:8086 ' ']' +++ echo 10.0.0.73:8086 ++ COLLECTOR_SERVERS=10.0.0.73: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.73 ++ CONFIGDB_NODES=10.0.0.73 ++ 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.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:8082 ' +++ '[' -n '10.0.0.73:8082 ' ']' +++ echo 10.0.0.73:8082 ++ CONFIG_SERVERS=10.0.0.73: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.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:9161 ' +++ '[' -n '10.0.0.73:9161 ' ']' +++ echo 10.0.0.73:9161 ++ CONFIGDB_SERVERS=10.0.0.73: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.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:9041 ' +++ '[' -n '10.0.0.73:9041 ' ']' +++ echo 10.0.0.73:9041 ++ CONFIGDB_CQL_SERVERS=10.0.0.73: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.254 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.254 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.73 ++ 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.73 +++ local server_address=10.0.0.73 +++ extended_server_list+=10.0.0.73:2181, +++ '[' -n 10.0.0.73:2181, ']' +++ echo 10.0.0.73:2181 ++ ZOOKEEPER_SERVERS=10.0.0.73: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.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:2181 ' +++ '[' -n '10.0.0.73:2181 ' ']' +++ echo 10.0.0.73:2181 ++ ZOOKEEPER_SERVERS_SPACE_DELIM=10.0.0.73:2181 ++ RABBITMQ_NODES=10.0.0.73 ++ 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.73 +++ local server_address=10.0.0.73 +++ extended_server_list+=10.0.0.73:5673, +++ '[' -n 10.0.0.73:5673, ']' +++ echo 10.0.0.73:5673 ++ RABBITMQ_SERVERS=10.0.0.73: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.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:6379 ' +++ '[' -n '10.0.0.73:6379 ' ']' +++ echo 10.0.0.73:6379 ++ REDIS_SERVERS=10.0.0.73: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.73 ++ 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.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:9092 ' +++ '[' -n '10.0.0.73:9092 ' ']' +++ echo 10.0.0.73:9092 ++ KAFKA_SERVERS=10.0.0.73: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.73 ++ 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.73 ++ 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.73 ++ 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.73 ++ cut -d , -f 1 + local cassandra=10.0.0.73 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.73 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 +++ cut -d ' ' -f 1 +++ find_my_ip_and_order_for_node CONFIG +++ local server_typ=CONFIG_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.73 +++ local servers=10.0.0.73 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ cat /proc/net/fib_trie ++++ awk '/32 host/ { print f } {f=$2}' ++++ grep -vi host ++++ sort ++++ uniq +++ local local_ips=,10.0.0.73,10.20.0.254,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.73'\''))' +++ local server_ip=10.0.0.73 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.73 ]] +++ [[ ,10.0.0.73,10.20.0.254,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.73, ]] +++ echo 10.0.0.73 1 +++ return ++ local ip=10.0.0.73 ++ [[ -z 10.0.0.73 ]] ++ echo 10.0.0.73 + host_ip=10.0.0.73 + [[ cql == \c\q\l ]] ++ echo 10.0.0.73:9041 ++ sed 's/,/ /g' + cassandra_server_list=10.0.0.73:9041 + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.73: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__.*__.*=.*$' ++ cut -d = -f 1 ++ sort ++ 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/19/2026 02:02:18.274 7f690be13040 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 02/19/2026 02:02:18.437 7f690be13040 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 02/19/2026 02:02:18.451 7f690be13040 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 02/19/2026 02:02:18.451 7f690be13040 [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.73:8082/ Hit Ctrl-C to quit. 10.0.0.73 - - [2026-02-19 02:02:22] "GET / HTTP/1.1" 503 181 0.000253 10.0.0.73 - - [2026-02-19 02:02:22] "GET / HTTP/1.1" 503 181 0.000171 10.0.0.73 - - [2026-02-19 02:02:23] "GET / HTTP/1.1" 200 35931 0.001458 10.0.0.73 - - [2026-02-19 02:02:23] "GET / HTTP/1.1" 200 45871 0.001849 10.0.0.73 - - [2026-02-19 02:02:23] "GET / HTTP/1.1" 200 45871 0.001570 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.73 - - [2026-02-19 02:02:23] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000508 10.0.0.73 - - [2026-02-19 02:02:23] "POST /fqname-to-id HTTP/1.1" 401 292 0.000253 10.0.0.73 - - [2026-02-19 02:02:24] "GET / HTTP/1.1" 200 35931 0.001390 10.0.0.73 - - [2026-02-19 02:02:24] "POST /fqname-to-id HTTP/1.1" 401 292 0.000398 10.0.0.73 - - [2026-02-19 02:02:24] "POST /fqname-to-id HTTP/1.1" 401 292 0.000384 10.0.0.73 - - [2026-02-19 02:02:25] "GET / HTTP/1.1" 200 35931 0.001577 10.0.0.73 - - [2026-02-19 02:02:25] "GET / HTTP/1.1" 200 35931 0.001570 10.0.0.73 - - [2026-02-19 02:02:25] "POST /fqname-to-id HTTP/1.1" 401 292 0.000420 10.0.0.73 - - [2026-02-19 02:02:25] "POST /fqname-to-id HTTP/1.1" 401 292 0.000385 10.0.0.73 - - [2026-02-19 02:02:25] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 1.236501 10.0.0.73 - - [2026-02-19 02:02:25] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.004059 10.0.0.73 - - [2026-02-19 02:02:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.653165 10.0.0.73 - - [2026-02-19 02:02:25] "GET /global-system-config/26862073-ef03-4792-b9b4-cbf6373e218c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.005824 10.0.0.73 - - [2026-02-19 02:02:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.086426 10.0.0.73 - - [2026-02-19 02:02:25] "GET /network-ipam/2bed2b20-171b-4ab9-a176-7e0dd6eef8ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.004490 10.0.0.73 - - [2026-02-19 02:02:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.994464 10.0.0.73 - - [2026-02-19 02:02:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.014003 10.0.0.73 - - [2026-02-19 02:02:25] "POST /fqname-to-id HTTP/1.1" 404 220 0.002830 10.0.0.73 - - [2026-02-19 02:02:25] "POST /config-nodes HTTP/1.1" 200 599 0.018506 10.0.0.73 - - [2026-02-19 02:02:25] "GET / HTTP/1.1" 200 35931 0.001712 10.0.0.73 - - [2026-02-19 02:02:26] "GET / HTTP/1.1" 200 35931 0.001994 10.0.0.73 - - [2026-02-19 02:02:26] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000502 10.0.0.73 - - [2026-02-19 02:02:26] "POST /fqname-to-id HTTP/1.1" 404 225 0.003160 10.0.0.73 - - [2026-02-19 02:02:26] "POST /access-control-lists HTTP/1.1" 200 587 0.026791 10.0.0.73 - - [2026-02-19 02:02:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.333012 10.0.0.73 - - [2026-02-19 02:02:26] "GET /global-system-config/26862073-ef03-4792-b9b4-cbf6373e218c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.015327 10.0.0.73 - - [2026-02-19 02:02:26] "POST /fqname-to-id HTTP/1.1" 404 224 0.002966 10.0.0.73 - - [2026-02-19 02:02:26] "POST /fqname-to-id HTTP/1.1" 404 220 0.003163 10.0.0.73 - - [2026-02-19 02:02:26] "POST /access-control-lists HTTP/1.1" 200 585 0.028963 10.0.0.73 - - [2026-02-19 02:02:26] "POST /config-database-nodes HTTP/1.1" 200 617 0.024046 10.0.0.73 - - [2026-02-19 02:02:26] "POST /route-targets HTTP/1.1" 200 327 0.016076 10.0.0.73 - - [2026-02-19 02:02:26] "POST /ref-update HTTP/1.1" 200 156 0.016975 10.0.0.73 - - [2026-02-19 02:02:26] "POST /route-targets HTTP/1.1" 200 327 0.024463 10.0.0.73 - - [2026-02-19 02:02:26] "POST /fqname-to-id HTTP/1.1" 404 186 0.393351 10.0.0.73 - - [2026-02-19 02:02:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.006324 10.0.0.73 - - [2026-02-19 02:02:26] "POST /ref-update HTTP/1.1" 200 156 0.016352 10.0.0.73 - - [2026-02-19 02:02:26] "GET /global-system-config/26862073-ef03-4792-b9b4-cbf6373e218c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.010051 10.0.0.73 - - [2026-02-19 02:02:26] "POST /route-targets HTTP/1.1" 200 327 0.011227 10.0.0.73 - - [2026-02-19 02:02:26] "POST /service-appliance-sets HTTP/1.1" 200 553 0.028912 10.0.0.73 - - [2026-02-19 02:02:26] "POST /ref-update HTTP/1.1" 200 156 0.011023 10.0.0.73 - - [2026-02-19 02:02:26] "POST /fqname-to-id HTTP/1.1" 404 180 0.002926 10.0.0.73 - - [2026-02-19 02:02:26] "POST /route-targets HTTP/1.1" 200 327 0.024304 10.0.0.73 - - [2026-02-19 02:02:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002966 10.0.0.73 - - [2026-02-19 02:02:26] "GET /global-system-config/26862073-ef03-4792-b9b4-cbf6373e218c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.005320 10.0.0.73 - - [2026-02-19 02:02:26] "POST /ref-update HTTP/1.1" 200 156 0.017020 10.0.0.73 - - [2026-02-19 02:02:27] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.379066 /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.73 - - [2026-02-19 02:02:27] "POST /service-appliance-sets HTTP/1.1" 200 541 0.142869 10.0.0.73 - - [2026-02-19 02:02:27] "POST /fqname-to-id HTTP/1.1" 404 201 0.003938 10.0.0.73 - - [2026-02-19 02:02:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004026 10.0.0.73 - - [2026-02-19 02:02:27] "GET /network-ipam/2bed2b20-171b-4ab9-a176-7e0dd6eef8ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.005197 10.0.0.73 - - [2026-02-19 02:02:27] "POST /access-control-lists HTTP/1.1" 200 551 0.068876 10.0.0.73 - - [2026-02-19 02:02:27] "PUT /access-control-list/b8f1bcf1-a6e0-4f3f-b8fd-ba2565d84029 HTTP/1.1" 200 272 0.017737 10.0.0.73 - - [2026-02-19 02:02:27] "PUT /access-control-list/6efef4ea-7f16-4be0-a4b3-e75465325098 HTTP/1.1" 200 272 0.012105 10.0.0.73 - - [2026-02-19 02:02:27] "POST /service-templates HTTP/1.1" 200 511 0.031386 10.0.0.73 - - [2026-02-19 02:02:27] "POST /service-templates HTTP/1.1" 200 501 0.027148 10.0.0.73 - - [2026-02-19 02:02:27] "POST /service-templates HTTP/1.1" 200 515 0.026596 10.0.0.73 - - [2026-02-19 02:02:27] "POST /service-templates HTTP/1.1" 200 535 0.019025 10.0.0.73 - - [2026-02-19 02:02:27] "POST /service-templates HTTP/1.1" 200 507 0.017109 10.0.0.73 - - [2026-02-19 02:02:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003922 10.0.0.73 - - [2026-02-19 02:02:32] "GET /global-vrouter-config/353e4024-a16e-4ac5-a38a-f6c33a8537f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1215 0.004681 10.0.0.73 - - [2026-02-19 02:02:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003538 10.0.0.73 - - [2026-02-19 02:02:32] "PUT /global-vrouter-config/353e4024-a16e-4ac5-a38a-f6c33a8537f6 HTTP/1.1" 200 276 0.009706 10.0.0.73 - - [2026-02-19 02:02:32] "GET / HTTP/1.1" 200 35931 0.001907 10.0.0.73 - - [2026-02-19 02:02:32] "POST /alarms HTTP/1.1" 401 292 0.000391 10.0.0.73 - - [2026-02-19 02:02:32] "POST /alarms HTTP/1.1" 200 581 0.048097 10.0.0.73 - - [2026-02-19 02:02:32] "POST /alarms HTTP/1.1" 200 575 0.018519 10.0.0.73 - - [2026-02-19 02:02:32] "POST /alarms HTTP/1.1" 200 575 0.019172 10.0.0.73 - - [2026-02-19 02:02:33] "POST /alarms HTTP/1.1" 200 559 0.018238 10.0.0.73 - - [2026-02-19 02:02:33] "POST /alarms HTTP/1.1" 200 555 0.018782 10.0.0.73 - - [2026-02-19 02:02:33] "POST /alarms HTTP/1.1" 200 557 0.019069 10.0.0.73 - - [2026-02-19 02:02:33] "POST /alarms HTTP/1.1" 200 565 0.017600 10.0.0.73 - - [2026-02-19 02:02:33] "POST /alarms HTTP/1.1" 200 549 0.017159 10.0.0.73 - - [2026-02-19 02:02:33] "POST /alarms HTTP/1.1" 200 557 0.017829 10.0.0.73 - - [2026-02-19 02:02:33] "POST /alarms HTTP/1.1" 200 567 0.017671 10.0.0.73 - - [2026-02-19 02:02:33] "POST /alarms HTTP/1.1" 200 555 0.018086 10.0.0.73 - - [2026-02-19 02:02:33] "POST /alarms HTTP/1.1" 200 567 0.020571 10.0.0.73 - - [2026-02-19 02:02:33] "POST /alarms HTTP/1.1" 200 575 0.062070 10.0.0.73 - - [2026-02-19 02:02:33] "POST /alarms HTTP/1.1" 200 569 0.017673 10.0.0.73 - - [2026-02-19 02:02:33] "POST /alarms HTTP/1.1" 200 561 0.017162 10.0.0.73 - - [2026-02-19 02:02:33] "POST /alarms HTTP/1.1" 200 561 0.018989 10.0.0.73 - - [2026-02-19 02:02:33] "POST /alarms HTTP/1.1" 200 561 0.029224 10.0.0.73 - - [2026-02-19 02:02:33] "POST /alarms HTTP/1.1" 200 547 0.020667 10.0.0.73 - - [2026-02-19 02:02:33] "POST /alarms HTTP/1.1" 200 595 0.018059 10.0.0.73 - - [2026-02-19 02:02:34] "POST /alarms HTTP/1.1" 200 575 0.017029 10.0.0.73 - - [2026-02-19 02:02:34] "POST /alarms HTTP/1.1" 200 571 0.016669 10.0.0.73 - - [2026-02-19 02:02:34] "POST /alarms HTTP/1.1" 200 583 0.016483 10.0.0.73 - - [2026-02-19 02:02:34] "POST /alarms HTTP/1.1" 200 609 0.016625 10.0.0.73 - - [2026-02-19 02:02:34] "GET / HTTP/1.1" 200 35931 0.001532 10.0.0.73 - - [2026-02-19 02:02:34] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000371 10.0.0.73 - - [2026-02-19 02:02:34] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.033035 10.0.0.73 - - [2026-02-19 02:02:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002242 10.0.0.73 - - [2026-02-19 02:02:34] "PUT /global-vrouter-config/353e4024-a16e-4ac5-a38a-f6c33a8537f6 HTTP/1.1" 200 276 0.008631 10.0.0.73 - - [2026-02-19 02:02:35] "GET / HTTP/1.1" 200 35931 0.002137 10.0.0.73 - - [2026-02-19 02:02:35] "POST /fqname-to-id HTTP/1.1" 401 292 0.000358 10.0.0.73 - - [2026-02-19 02:02:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.026546 10.0.0.73 - - [2026-02-19 02:02:35] "GET /global-vrouter-config/353e4024-a16e-4ac5-a38a-f6c33a8537f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003412 10.0.0.73 - - [2026-02-19 02:02:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003140 10.0.0.73 - - [2026-02-19 02:02:35] "PUT /global-vrouter-config/353e4024-a16e-4ac5-a38a-f6c33a8537f6 HTTP/1.1" 200 276 0.008157 10.0.0.73 - - [2026-02-19 02:02:36] "GET / HTTP/1.1" 200 35931 0.001477 10.0.0.73 - - [2026-02-19 02:02:36] "POST /fqname-to-id HTTP/1.1" 401 292 0.000439 10.0.0.73 - - [2026-02-19 02:02:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.027338 10.0.0.73 - - [2026-02-19 02:02:36] "GET /global-system-config/26862073-ef03-4792-b9b4-cbf6373e218c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.007704 10.0.0.73 - - [2026-02-19 02:02:36] "PUT /global-system-config/26862073-ef03-4792-b9b4-cbf6373e218c HTTP/1.1" 200 274 0.018595 10.0.0.73 - - [2026-02-19 02:02:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000441 10.0.0.73 - - [2026-02-19 02:02:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000391 10.0.0.73 - - [2026-02-19 02:02:50] "GET /global-system-configs HTTP/1.1" 401 292 0.000443 10.0.0.73 - - [2026-02-19 02:02:50] "GET /global-system-configs HTTP/1.1" 401 292 0.000395 10.0.0.73 - - [2026-02-19 02:03:31] "GET / HTTP/1.1" 200 35931 0.001425 10.0.0.73 - - [2026-02-19 02:03:31] "POST /fqname-to-id HTTP/1.1" 401 292 0.000426 10.0.0.73 - - [2026-02-19 02:03:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.026090 10.0.0.73 - - [2026-02-19 02:03:31] "GET /routing-instance/f01a5d47-3a1f-4ba1-bb62-dbf46fb2501b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.004714 10.0.0.73 - - [2026-02-19 02:03:31] "POST /bgp-routers HTTP/1.1" 200 620 0.034295 10.0.0.73 - - [2026-02-19 02:03:31] "GET /bgp-router/a40f9e5e-aabe-4199-9a99-1146bc5a101c?fields=global_system_config_back_refs HTTP/1.1" 200 1117 0.005428 10.0.0.73 - - [2026-02-19 02:03:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004058 10.0.0.73 - - [2026-02-19 02:03:31] "GET /global-system-config/26862073-ef03-4792-b9b4-cbf6373e218c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.005686 10.0.0.73 - - [2026-02-19 02:03:32] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003164 10.0.0.73 - - [2026-02-19 02:03:32] "POST /ref-update HTTP/1.1" 200 156 0.007423 10.0.0.73 - - [2026-02-19 02:04:01] "GET / HTTP/1.1" 200 35931 0.001275 10.0.0.73 - - [2026-02-19 02:04:01] "POST /fqname-to-id HTTP/1.1" 401 292 0.000382 10.0.0.73 - - [2026-02-19 02:04:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.030055 10.0.0.73 - - [2026-02-19 02:04:02] "GET /global-system-config/26862073-ef03-4792-b9b4-cbf6373e218c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.007599 10.0.0.73 - - [2026-02-19 02:04:02] "POST /fqname-to-id HTTP/1.1" 404 220 0.003269 10.0.0.73 - - [2026-02-19 02:04:02] "POST /database-nodes HTTP/1.1" 200 603 0.042481 10.0.0.73 - - [2026-02-19 02:04:36] "GET / HTTP/1.1" 200 35931 0.001961 10.0.0.73 - - [2026-02-19 02:04:36] "POST /fqname-to-id HTTP/1.1" 401 292 0.000391 10.0.0.73 - - [2026-02-19 02:04:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.032447 10.0.0.73 - - [2026-02-19 02:04:36] "GET /global-system-config/26862073-ef03-4792-b9b4-cbf6373e218c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.012032 10.0.0.73 - - [2026-02-19 02:04:36] "POST /fqname-to-id HTTP/1.1" 404 220 0.003628 10.0.0.73 - - [2026-02-19 02:04:36] "POST /analytics-nodes HTTP/1.1" 200 605 0.019105 10.0.0.73 - - [2026-02-19 02:04:41] "GET / HTTP/1.1" 200 35931 0.001719 10.0.0.73 - - [2026-02-19 02:04:53] "GET / HTTP/1.1" 200 35931 0.002325 10.0.0.73 - - [2026-02-19 02:04:53] "POST /fqname-to-id HTTP/1.1" 401 292 0.000591 10.0.0.73 - - [2026-02-19 02:04:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.037697 10.0.0.73 - - [2026-02-19 02:04:53] "GET /global-system-config/26862073-ef03-4792-b9b4-cbf6373e218c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.010672 10.0.0.73 - - [2026-02-19 02:04:53] "POST /fqname-to-id HTTP/1.1" 404 220 0.002806 10.0.0.73 - - [2026-02-19 02:04:53] "POST /analytics-alarm-nodes HTTP/1.1" 200 617 0.026944 10.0.0.73 - - [2026-02-19 02:05:08] "GET / HTTP/1.1" 200 35931 0.001529 10.0.0.73 - - [2026-02-19 02:05:08] "POST /fqname-to-id HTTP/1.1" 401 292 0.000511 10.0.0.73 - - [2026-02-19 02:05:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.025771 10.0.0.73 - - [2026-02-19 02:05:08] "GET /global-system-config/26862073-ef03-4792-b9b4-cbf6373e218c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.005467 10.0.0.73 - - [2026-02-19 02:05:08] "POST /fqname-to-id HTTP/1.1" 404 220 0.003086 10.0.0.73 - - [2026-02-19 02:05:08] "POST /analytics-snmp-nodes HTTP/1.1" 200 615 0.016557 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.73 - - [2026-02-19 02:05:29] "GET /obj-perms HTTP/1.1" 200 5056 0.363807 10.0.0.73 - - [2026-02-19 02:05:29] "GET /obj-perms HTTP/1.1" 200 5056 0.047376 10.0.0.73 - - [2026-02-19 02:06:30] "GET /obj-perms HTTP/1.1" 200 5056 0.060057 10.0.0.73 - - [2026-02-19 02:06:30] "GET /obj-perms HTTP/1.1" 200 5056 0.064373 10.0.0.73 - - [2026-02-19 02:07:30] "GET /obj-perms HTTP/1.1" 200 5056 0.049463 10.0.0.73 - - [2026-02-19 02:07:31] "GET /obj-perms HTTP/1.1" 200 5056 0.048824 10.0.0.73 - - [2026-02-19 02:07:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000546 10.0.0.73 - - [2026-02-19 02:07:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000391 10.0.0.73 - - [2026-02-19 02:07:50] "GET /global-system-configs HTTP/1.1" 401 292 0.000376 10.0.0.73 - - [2026-02-19 02:07:50] "GET /global-system-configs HTTP/1.1" 401 292 0.000459 10.0.0.73 - - [2026-02-19 02:07:53] "GET / HTTP/1.1" 200 35931 0.001864 10.0.0.73 - - [2026-02-19 02:07:53] "POST /fqname-to-id HTTP/1.1" 401 292 0.000471 10.0.0.73 - - [2026-02-19 02:07:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.025794 10.0.0.73 - - [2026-02-19 02:07:54] "GET /global-system-config/26862073-ef03-4792-b9b4-cbf6373e218c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.005427 10.0.0.73 - - [2026-02-19 02:07:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002876 10.0.0.73 - - [2026-02-19 02:07:54] "GET /routing-instance/f01a5d47-3a1f-4ba1-bb62-dbf46fb2501b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.003886 10.0.0.73 - - [2026-02-19 02:07:54] "PUT /global-system-config/26862073-ef03-4792-b9b4-cbf6373e218c HTTP/1.1" 200 274 0.009542 10.0.0.73 - - [2026-02-19 02:07:54] "POST /fqname-to-id HTTP/1.1" 404 218 0.002640 10.0.0.73 - - [2026-02-19 02:07:54] "POST /virtual-routers HTTP/1.1" 200 603 0.017495 10.0.0.73 - - [2026-02-19 02:07:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003090 10.0.0.73 - - [2026-02-19 02:07:54] "GET /virtual-router/13b053dd-d95e-4d0e-9b31-ffc9f79b80fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1246 0.005001 10.0.0.73 - - [2026-02-19 02:07:54] "POST /fqname-to-id HTTP/1.1" 404 231 0.002606 10.0.0.73 - - [2026-02-19 02:07:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003399 10.0.0.73 - - [2026-02-19 02:07:54] "GET /virtual-network/c510ce51-4425-4126-b907-aac1cd7811ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.006857 10.0.0.73 - - [2026-02-19 02:07:54] "POST /virtual-machine-interfaces HTTP/1.1" 200 585 0.046960 10.0.0.73 - - [2026-02-19 02:07:55] "PUT /access-control-list/f39d825d-4a50-4123-9c26-8687e70c270d HTTP/1.1" 200 272 0.037236 [Introspect:8084]10.0.0.73 - - [2026-02-19 02:07:57] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000963 [Introspect:8084]10.0.0.73 - - [2026-02-19 02:07:57] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.000956 [Introspect:8084]10.0.0.73 - - [2026-02-19 02:08:09] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000873 [Introspect:8084]10.0.0.73 - - [2026-02-19 02:08:09] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.000777 [Introspect:8084]10.0.0.73 - - [2026-02-19 02:08:11] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000893 [Introspect:8084]10.0.0.73 - - [2026-02-19 02:08:11] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001022 10.0.0.73 - - [2026-02-19 02:08:31] "GET /obj-perms HTTP/1.1" 200 5056 0.062487 10.0.0.73 - - [2026-02-19 02:08:31] "GET /obj-perms HTTP/1.1" 200 5056 0.060238 10.0.0.73 - - [2026-02-19 02:09:17] "GET / HTTP/1.1" 200 35931 0.001848 10.0.0.73 - - [2026-02-19 02:09:18] "GET /project/a5e71268-16fe-4a3b-97f7-cb00ccd5f05c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000501 10.0.0.73 - - [2026-02-19 02:09:18] "GET /projects?obj_uuids=a5e71268-16fe-4a3b-97f7-cb00ccd5f05c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.025474 10.0.0.73 - - [2026-02-19 02:09:18] "GET /domains?obj_uuids=a019755e-f901-41d8-a8e2-8005c9c1abd3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000907 10.0.0.73 - - [2026-02-19 02:09:18] "GET /domain/a019755e-f901-41d8-a8e2-8005c9c1abd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.027481 10.0.0.73 - - [2026-02-19 02:09:18] "POST /id-to-fqname HTTP/1.1" 200 167 0.001631 10.0.0.73 - - [2026-02-19 02:09:18] "POST /fqname-to-id HTTP/1.1" 404 176 0.002874 10.0.0.73 - - [2026-02-19 02:09:18] "POST /security-groups HTTP/1.1" 200 568 0.076483 10.0.0.73 - - [2026-02-19 02:09:18] "POST /fqname-to-id HTTP/1.1" 404 207 0.002705 10.0.0.73 - - [2026-02-19 02:09:18] "POST /projects HTTP/1.1" 200 539 0.226476 10.0.0.73 - - [2026-02-19 02:09:19] "POST /access-control-lists HTTP/1.1" 200 573 0.061705 10.0.0.73 - - [2026-02-19 02:09:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.298755 10.0.0.73 - - [2026-02-19 02:09:19] "POST /fqname-to-id HTTP/1.1" 404 206 0.002873 10.0.0.73 - - [2026-02-19 02:09:19] "GET /project/a5e71268-16fe-4a3b-97f7-cb00ccd5f05c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.459542 10.0.0.73 - - [2026-02-19 02:09:19] "POST /access-control-lists HTTP/1.1" 200 571 0.065743 [Introspect:8084]10.0.0.73 - - [2026-02-19 02:09:19] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001049 10.0.0.73 - - [2026-02-19 02:09:19] "POST /fqname-to-id HTTP/1.1" 404 199 0.025255 10.0.0.73 - - [2026-02-19 02:09:19] "GET /projects?obj_uuids=94c018bc-1dd6-472e-b090-50fdcb2e21af&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002825 10.0.0.73 - - [2026-02-19 02:09:20] "GET /domains?obj_uuids=a019755e-f901-41d8-a8e2-8005c9c1abd3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001003 10.0.0.73 - - [2026-02-19 02:09:20] "GET /domain/a019755e-f901-41d8-a8e2-8005c9c1abd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007280 10.0.0.73 - - [2026-02-19 02:09:20] "POST /id-to-fqname HTTP/1.1" 200 201 0.001132 10.0.0.73 - - [2026-02-19 02:09:20] "POST /fqname-to-id HTTP/1.1" 404 210 0.003422 10.0.0.73 - - [2026-02-19 02:09:20] "POST /security-groups HTTP/1.1" 200 602 0.065502 10.0.0.73 - - [2026-02-19 02:09:20] "POST /fqname-to-id HTTP/1.1" 404 245 0.003097 10.0.0.73 - - [2026-02-19 02:09:20] "POST /projects HTTP/1.1" 200 607 0.211937 10.0.0.73 - - [2026-02-19 02:09:20] "POST /access-control-lists HTTP/1.1" 200 607 0.062806 10.0.0.73 - - [2026-02-19 02:09:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.288835 10.0.0.73 - - [2026-02-19 02:09:20] "POST /fqname-to-id HTTP/1.1" 404 244 0.002676 10.0.0.73 - - [2026-02-19 02:09:20] "GET /project/94c018bc-1dd6-472e-b090-50fdcb2e21af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.418562 10.0.0.73 - - [2026-02-19 02:09:20] "POST /access-control-lists HTTP/1.1" 200 605 0.069949 10.0.0.73 - - [2026-02-19 02:09:21] "GET / HTTP/1.1" 200 35931 0.059377 10.0.0.73 - - [2026-02-19 02:09:22] "POST /fqname-to-id HTTP/1.1" 401 292 0.000602 10.0.0.73 - - [2026-02-19 02:09:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.056117 10.0.0.73 - - [2026-02-19 02:09:22] "GET /projects?obj_uuids=94c018bc-1dd6-472e-b090-50fdcb2e21af&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001064 10.0.0.73 - - [2026-02-19 02:09:22] "GET /project/94c018bc-1dd6-472e-b090-50fdcb2e21af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.029863 10.0.0.73 - - [2026-02-19 02:09:22] "POST /neutron/network HTTP/1.1" 200 117 0.050202 10.0.0.73 - - [2026-02-19 02:09:22] "GET /projects?obj_uuids=94c018bc-1dd6-472e-b090-50fdcb2e21af&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001390 10.0.0.73 - - [2026-02-19 02:09:23] "POST /neutron/network HTTP/1.1" 200 620 0.078649 10.0.0.73 - - [2026-02-19 02:09:23] "POST /route-targets HTTP/1.1" 200 327 0.012243 10.0.0.73 - - [2026-02-19 02:09:23] "POST /ref-update HTTP/1.1" 200 156 0.016399 10.0.0.73 - - [2026-02-19 02:09:23] "POST /useragent-kv HTTP/1.1" 200 115 0.003109 10.0.0.73 - - [2026-02-19 02:09:23] "POST /neutron/subnet HTTP/1.1" 200 729 0.185411 10.0.0.73 - - [2026-02-19 02:09:23] "POST /neutron/network HTTP/1.1" 200 840 0.005827 10.0.0.73 - - [2026-02-19 02:09:23] "POST /id-to-fqname HTTP/1.1" 200 233 0.001139 10.0.0.73 - - [2026-02-19 02:09:23] "GET /virtual-network/836f1d0f-1df2-4d55-ba3f-4f4276ba9829?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005286 10.0.0.73 - - [2026-02-19 02:09:23] "POST /neutron/network HTTP/1.1" 200 840 0.005696 10.0.0.73 - - [2026-02-19 02:09:23] "GET /virtual-network/836f1d0f-1df2-4d55-ba3f-4f4276ba9829?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005004 10.0.0.73 - - [2026-02-19 02:09:23] "POST /neutron/network HTTP/1.1" 200 840 0.005321 10.0.0.73 - - [2026-02-19 02:09:23] "POST /neutron/subnet HTTP/1.1" 200 729 0.007164 10.0.0.73 - - [2026-02-19 02:09:23] "GET /domains HTTP/1.1" 401 292 0.000357 10.0.0.73 - - [2026-02-19 02:09:23] "GET /domains HTTP/1.1" 200 280 0.027096 10.0.0.73 - - [2026-02-19 02:09:23] "GET /domains?obj_uuids=a019755e-f901-41d8-a8e2-8005c9c1abd3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001038 10.0.0.73 - - [2026-02-19 02:09:23] "GET /domain/a019755e-f901-41d8-a8e2-8005c9c1abd3 HTTP/1.1" 200 2585 0.013288 10.0.0.73 - - [2026-02-19 02:09:23] "GET /projects?obj_uuids=94c018bc-1dd6-472e-b090-50fdcb2e21af&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002663 10.0.0.73 - - [2026-02-19 02:09:23] "GET /project/94c018bc-1dd6-472e-b090-50fdcb2e21af HTTP/1.1" 200 2169 0.088090 10.0.0.73 - - [2026-02-19 02:09:23] "GET /virtual-network/836f1d0f-1df2-4d55-ba3f-4f4276ba9829 HTTP/1.1" 200 2345 0.008300 10.0.0.73 - - [2026-02-19 02:09:23] "GET /virtual-network/836f1d0f-1df2-4d55-ba3f-4f4276ba9829 HTTP/1.1" 200 2345 0.006681 10.0.0.73 - - [2026-02-19 02:09:23] "GET /routing-instance/fc64b728-0134-42ae-b650-9158005f55f2 HTTP/1.1" 200 1495 0.004821 10.0.0.73 - - [2026-02-19 02:09:23] "GET /routing-instance/fc64b728-0134-42ae-b650-9158005f55f2 HTTP/1.1" 200 1495 0.004194 10.0.0.73 - - [2026-02-19 02:09:23] "GET /route-target/7d3919c8-9639-4a61-9ccb-25e7a81be67a HTTP/1.1" 200 1219 0.003694 10.0.0.73 - - [2026-02-19 02:09:23] "GET /virtual-network/836f1d0f-1df2-4d55-ba3f-4f4276ba9829 HTTP/1.1" 200 2345 0.006470 10.0.0.73 - - [2026-02-19 02:09:23] "GET /routing-instance/fc64b728-0134-42ae-b650-9158005f55f2 HTTP/1.1" 200 1495 0.004541 10.0.0.73 - - [2026-02-19 02:09:23] "GET /virtual-network/836f1d0f-1df2-4d55-ba3f-4f4276ba9829?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006819 10.0.0.73 - - [2026-02-19 02:09:24] "GET /virtual-network/836f1d0f-1df2-4d55-ba3f-4f4276ba9829 HTTP/1.1" 200 2345 0.005052 10.0.0.73 - - [2026-02-19 02:09:24] "GET /routing-instance/fc64b728-0134-42ae-b650-9158005f55f2 HTTP/1.1" 200 1495 0.003643 10.0.0.73 - - [2026-02-19 02:09:24] "GET /routing-instance/fc64b728-0134-42ae-b650-9158005f55f2 HTTP/1.1" 200 1495 0.003918 10.0.0.73 - - [2026-02-19 02:09:24] "GET /route-target/7d3919c8-9639-4a61-9ccb-25e7a81be67a HTTP/1.1" 200 1219 0.003019 10.0.0.73 - - [2026-02-19 02:09:24] "GET /domains HTTP/1.1" 200 280 0.002708 10.0.0.73 - - [2026-02-19 02:09:24] "GET /domains?obj_uuids=a019755e-f901-41d8-a8e2-8005c9c1abd3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000885 10.0.0.73 - - [2026-02-19 02:09:24] "GET /domain/a019755e-f901-41d8-a8e2-8005c9c1abd3 HTTP/1.1" 200 2585 0.007411 10.0.0.73 - - [2026-02-19 02:09:24] "GET /projects?obj_uuids=94c018bc-1dd6-472e-b090-50fdcb2e21af&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001054 10.0.0.73 - - [2026-02-19 02:09:24] "GET /project/94c018bc-1dd6-472e-b090-50fdcb2e21af HTTP/1.1" 200 2169 0.066159 10.0.0.73 - - [2026-02-19 02:09:24] "GET /virtual-network/836f1d0f-1df2-4d55-ba3f-4f4276ba9829 HTTP/1.1" 200 2345 0.005568 10.0.0.73 - - [2026-02-19 02:09:24] "GET /obj-perms HTTP/1.1" 200 5052 0.066804 10.0.0.73 - - [2026-02-19 02:09:24] "POST /id-to-fqname HTTP/1.1" 200 233 0.001616 10.0.0.73 - - [2026-02-19 02:09:26] "POST /neutron/network HTTP/1.1" 200 850 0.006358 10.0.0.73 - - [2026-02-19 02:09:26] "GET /aaa-mode HTTP/1.1" 401 292 0.000506 10.0.0.73 - - [2026-02-19 02:09:26] "GET / HTTP/1.1" 200 35931 0.001407 10.0.0.73 - - [2026-02-19 02:09:26] "GET /project/94c018bc-1dd6-472e-b090-50fdcb2e21af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000371 10.0.0.73 - - [2026-02-19 02:09:27] "GET /projects?obj_uuids=94c018bc-1dd6-472e-b090-50fdcb2e21af&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000983 10.0.0.73 - - [2026-02-19 02:09:27] "GET /project/94c018bc-1dd6-472e-b090-50fdcb2e21af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.051705 10.0.0.73 - - [2026-02-19 02:09:27] "DELETE /project/94c018bc1dd6472eb09050fdcb2e21af HTTP/1.1" 404 173 0.003710 10.0.0.73 - - [2026-02-19 02:09:27] "DELETE /project/a5e7126816fe4a3b97f7cb00ccd5f05c HTTP/1.1" 404 173 0.002291 10.0.0.73 - - [2026-02-19 02:09:27] "POST /neutron/network HTTP/1.1" 200 840 0.028552 10.0.0.73 - - [2026-02-19 02:09:28] "POST /neutron/port HTTP/1.1" 200 117 0.005397 10.0.0.73 - - [2026-02-19 02:09:28] "POST /neutron/port HTTP/1.1" 200 117 0.005886 10.0.0.73 - - [2026-02-19 02:09:28] "POST /neutron/port HTTP/1.1" 200 117 0.005589 10.0.0.73 - - [2026-02-19 02:09:29] "POST /neutron/network HTTP/1.1" 200 850 0.005959 10.0.0.73 - - [2026-02-19 02:09:29] "GET /projects?obj_uuids=94c018bc-1dd6-472e-b090-50fdcb2e21af&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001090 10.0.0.73 - - [2026-02-19 02:09:29] "POST /neutron/port HTTP/1.1" 200 1072 0.223016 10.0.0.73 - - [2026-02-19 02:09:29] "POST /neutron/port HTTP/1.1" 200 1072 0.039005 10.0.0.73 - - [2026-02-19 02:09:29] "POST /neutron/port HTTP/1.1" 200 1072 0.015886 10.0.0.73 - - [2026-02-19 02:09:29] "POST /neutron/port HTTP/1.1" 200 1126 0.082569 10.0.0.73 - - [2026-02-19 02:09:29] "POST /neutron/port HTTP/1.1" 200 1136 0.012503 10.0.0.73 - - [2026-02-19 02:09:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003729 10.0.0.73 - - [2026-02-19 02:09:30] "POST /neutron/subnet HTTP/1.1" 200 703 0.007569 10.0.0.73 - - [2026-02-19 02:09:30] "POST /neutron/port HTTP/1.1" 200 117 0.001578 10.0.0.73 - - [2026-02-19 02:09:30] "POST /neutron/network HTTP/1.1" 200 840 0.005627 10.0.0.73 - - [2026-02-19 02:09:32] "GET /obj-perms HTTP/1.1" 200 5056 0.060880 10.0.0.73 - - [2026-02-19 02:09:32] "GET /obj-perms HTTP/1.1" 200 5056 0.050859 10.0.0.73 - - [2026-02-19 02:09:33] "POST /neutron/port HTTP/1.1" 200 1136 0.015154 10.0.0.73 - - [2026-02-19 02:09:33] "POST /neutron/security_group HTTP/1.1" 200 2069 0.006844 10.0.0.73 - - [2026-02-19 02:09:36] "POST /neutron/port HTTP/1.1" 200 1136 0.015238 10.0.0.73 - - [2026-02-19 02:09:36] "POST /neutron/port HTTP/1.1" 200 1136 0.012689 10.0.0.73 - - [2026-02-19 02:09:36] "POST /neutron/network HTTP/1.1" 200 850 0.007030 10.0.0.73 - - [2026-02-19 02:09:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003692 10.0.0.73 - - [2026-02-19 02:09:36] "POST /neutron/subnet HTTP/1.1" 200 703 0.007803 10.0.0.73 - - [2026-02-19 02:09:36] "POST /neutron/port HTTP/1.1" 200 117 0.001491 10.0.0.73 - - [2026-02-19 02:09:36] "POST /neutron/network HTTP/1.1" 200 840 0.006883 10.0.0.73 - - [2026-02-19 02:09:38] "POST /neutron/port HTTP/1.1" 200 1136 0.013898 10.0.0.73 - - [2026-02-19 02:09:38] "POST /neutron/security_group HTTP/1.1" 200 2069 0.006246 10.0.0.73 - - [2026-02-19 02:09:38] "GET /obj-perms HTTP/1.1" 200 5052 0.003727 10.0.0.73 - - [2026-02-19 02:09:39] "GET /obj-perms HTTP/1.1" 200 5052 0.003014 10.0.0.73 - - [2026-02-19 02:09:40] "GET /obj-perms HTTP/1.1" 200 5052 0.003385 10.0.0.73 - - [2026-02-19 02:09:41] "GET /obj-perms HTTP/1.1" 200 5052 0.003094 10.0.0.73 - - [2026-02-19 02:09:42] "GET /obj-perms HTTP/1.1" 200 5052 0.003309 10.0.0.73 - - [2026-02-19 02:09:43] "POST /neutron/network HTTP/1.1" 200 840 0.008576 10.0.0.73 - - [2026-02-19 02:09:43] "POST /neutron/network HTTP/1.1" 400 204 0.011147 10.0.0.73 - - [2026-02-19 02:09:44] "POST /neutron/port HTTP/1.1" 200 1136 0.015058 10.0.0.73 - - [2026-02-19 02:09:44] "POST /neutron/port HTTP/1.1" 200 1126 0.013090 10.0.0.73 - - [2026-02-19 02:09:44] "POST /neutron/port HTTP/1.1" 200 151 0.115519 10.0.0.73 - - [2026-02-19 02:09:45] "POST /neutron/network HTTP/1.1" 200 840 0.006394 10.0.0.73 - - [2026-02-19 02:09:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004335 10.0.0.73 - - [2026-02-19 02:09:45] "POST /useragent-kv HTTP/1.1" 200 115 0.002271 10.0.0.73 - - [2026-02-19 02:09:45] "POST /useragent-kv HTTP/1.1" 200 115 0.003129 10.0.0.73 - - [2026-02-19 02:09:45] "POST /neutron/network HTTP/1.1" 200 151 0.088429 10.0.0.73 - - [2026-02-19 02:09:45] "DELETE /route-target/7d3919c8-9639-4a61-9ccb-25e7a81be67a HTTP/1.1" 200 115 0.016569 10.0.0.73 - - [2026-02-19 02:09:45] "GET /routing-instance/fc64b728-0134-42ae-b650-9158005f55f2 HTTP/1.1" 404 171 0.002559 10.0.0.73 - - [2026-02-19 02:09:45] "GET /domains HTTP/1.1" 200 280 0.002458 10.0.0.73 - - [2026-02-19 02:09:45] "GET /domains?obj_uuids=a019755e-f901-41d8-a8e2-8005c9c1abd3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000909 10.0.0.73 - - [2026-02-19 02:09:45] "GET /domain/a019755e-f901-41d8-a8e2-8005c9c1abd3 HTTP/1.1" 200 2585 0.048875 10.0.0.73 - - [2026-02-19 02:09:45] "GET /projects?obj_uuids=94c018bc-1dd6-472e-b090-50fdcb2e21af&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001631 10.0.0.73 - - [2026-02-19 02:09:45] "GET /project/94c018bc-1dd6-472e-b090-50fdcb2e21af HTTP/1.1" 200 1919 0.068864 10.0.0.73 - - [2026-02-19 02:09:46] "GET /projects?obj_uuids=94c018bc-1dd6-472e-b090-50fdcb2e21af&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001239 10.0.0.73 - - [2026-02-19 02:09:46] "GET /project/94c018bc-1dd6-472e-b090-50fdcb2e21af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.026478 10.0.0.73 - - [2026-02-19 02:09:46] "GET /projects?obj_uuids=94c018bc-1dd6-472e-b090-50fdcb2e21af&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000888 10.0.0.73 - - [2026-02-19 02:09:46] "GET /project/94c018bc-1dd6-472e-b090-50fdcb2e21af?fields=virtual_networks HTTP/1.1" 200 1055 0.069406 10.0.0.73 - - [2026-02-19 02:09:46] "GET /projects?obj_uuids=94c018bc-1dd6-472e-b090-50fdcb2e21af&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001458 10.0.0.73 - - [2026-02-19 02:09:46] "GET /project/94c018bc-1dd6-472e-b090-50fdcb2e21af?fields=virtual_machine_interfaces HTTP/1.1" 200 1055 0.028721 10.0.0.73 - - [2026-02-19 02:09:46] "GET /projects?obj_uuids=94c018bc-1dd6-472e-b090-50fdcb2e21af&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001213 10.0.0.73 - - [2026-02-19 02:09:46] "GET /project/94c018bc-1dd6-472e-b090-50fdcb2e21af?fields=security_groups HTTP/1.1" 200 1292 0.029159 10.0.0.73 - - [2026-02-19 02:09:46] "GET /projects?obj_uuids=a5e71268-16fe-4a3b-97f7-cb00ccd5f05c&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001041 10.0.0.73 - - [2026-02-19 02:09:47] "GET /project/a5e71268-16fe-4a3b-97f7-cb00ccd5f05c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.033686 10.0.0.73 - - [2026-02-19 02:09:50] "GET /projects?obj_uuids=a5e71268-16fe-4a3b-97f7-cb00ccd5f05c&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000912 10.0.0.73 - - [2026-02-19 02:09:50] "GET /project/a5e71268-16fe-4a3b-97f7-cb00ccd5f05c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.027425 10.0.0.73 - - [2026-02-19 02:09:51] "GET /documentation/index.html HTTP/1.1" 200 210274 0.003808 10.0.0.73 - - [2026-02-19 02:09:51] "POST /fqname-to-id HTTP/1.1" 404 200 0.026419 10.0.0.73 - - [2026-02-19 02:09:51] "GET /projects?obj_uuids=545dae76-d0a7-4651-9208-adc89bea6859&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002452 10.0.0.73 - - [2026-02-19 02:09:51] "GET /domains?obj_uuids=a019755e-f901-41d8-a8e2-8005c9c1abd3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000962 10.0.0.73 - - [2026-02-19 02:09:51] "GET /domain/a019755e-f901-41d8-a8e2-8005c9c1abd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006855 10.0.0.73 - - [2026-02-19 02:09:51] "POST /id-to-fqname HTTP/1.1" 200 202 0.001080 10.0.0.73 - - [2026-02-19 02:09:51] "POST /fqname-to-id HTTP/1.1" 404 211 0.006280 10.0.0.73 - - [2026-02-19 02:09:51] "POST /security-groups HTTP/1.1" 200 603 0.076822 10.0.0.73 - - [2026-02-19 02:09:52] "POST /fqname-to-id HTTP/1.1" 404 246 0.002445 10.0.0.73 - - [2026-02-19 02:09:52] "POST /projects HTTP/1.1" 200 609 0.230736 10.0.0.73 - - [2026-02-19 02:09:52] "POST /access-control-lists HTTP/1.1" 200 608 0.058665 10.0.0.73 - - [2026-02-19 02:09:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.299202 10.0.0.73 - - [2026-02-19 02:09:52] "POST /fqname-to-id HTTP/1.1" 404 245 0.002806 10.0.0.73 - - [2026-02-19 02:09:52] "GET /project/545dae76-d0a7-4651-9208-adc89bea6859?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.424394 10.0.0.73 - - [2026-02-19 02:09:52] "POST /access-control-lists HTTP/1.1" 200 606 0.060866 10.0.0.73 - - [2026-02-19 02:09:53] "GET / HTTP/1.1" 200 35931 0.001850 10.0.0.73 - - [2026-02-19 02:09:53] "GET /projects?obj_uuids=a5e71268-16fe-4a3b-97f7-cb00ccd5f05c&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001068 10.0.0.73 - - [2026-02-19 02:09:53] "GET /project/a5e71268-16fe-4a3b-97f7-cb00ccd5f05c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.026851 10.0.0.73 - - [2026-02-19 02:09:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003286 10.0.0.73 - - [2026-02-19 02:09:54] "GET /security-group/fd66a24a-ac6f-4a9d-be02-2ccc22c2c86f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3686 0.005607 10.0.0.73 - - [2026-02-19 02:09:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002947 10.0.0.73 - - [2026-02-19 02:09:54] "GET /projects?obj_uuids=a5e71268-16fe-4a3b-97f7-cb00ccd5f05c&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001221 10.0.0.73 - - [2026-02-19 02:09:54] "GET /project/a5e71268-16fe-4a3b-97f7-cb00ccd5f05c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.046272 10.0.0.73 - - [2026-02-19 02:09:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002778 10.0.0.73 - - [2026-02-19 02:09:54] "GET /security-group/fd66a24a-ac6f-4a9d-be02-2ccc22c2c86f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3686 0.003958 10.0.0.73 - - [2026-02-19 02:09:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002897 10.0.0.73 - - [2026-02-19 02:09:54] "PUT /security-group/fd66a24a-ac6f-4a9d-be02-2ccc22c2c86f HTTP/1.1" 200 262 0.015519 10.0.0.73 - - [2026-02-19 02:09:54] "PUT /access-control-list/b3f4874c-30f0-4852-9ad8-af4d6475f12a HTTP/1.1" 200 272 0.011058 10.0.0.73 - - [2026-02-19 02:09:54] "PUT /access-control-list/b12878e5-5c96-4d8a-8548-7fb811d05b94 HTTP/1.1" 200 272 0.008401 10.0.0.73 - - [2026-02-19 02:09:54] "POST /fqname-to-id HTTP/1.1" 401 292 0.000447 10.0.0.73 - - [2026-02-19 02:09:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.062622 10.0.0.73 - - [2026-02-19 02:09:55] "GET /projects?obj_uuids=545dae76-d0a7-4651-9208-adc89bea6859&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001117 10.0.0.73 - - [2026-02-19 02:09:55] "GET /project/545dae76-d0a7-4651-9208-adc89bea6859?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.030252 10.0.0.73 - - [2026-02-19 02:09:55] "POST /neutron/network HTTP/1.1" 200 117 0.038228 10.0.0.73 - - [2026-02-19 02:09:55] "GET /projects?obj_uuids=545dae76-d0a7-4651-9208-adc89bea6859&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000929 10.0.0.73 - - [2026-02-19 02:09:55] "POST /neutron/network HTTP/1.1" 200 619 0.073947 10.0.0.73 - - [2026-02-19 02:09:55] "POST /route-targets HTTP/1.1" 200 327 0.013376 10.0.0.73 - - [2026-02-19 02:09:55] "POST /ref-update HTTP/1.1" 200 156 0.016170 10.0.0.73 - - [2026-02-19 02:09:55] "POST /useragent-kv HTTP/1.1" 200 115 0.004326 10.0.0.73 - - [2026-02-19 02:09:55] "POST /neutron/subnet HTTP/1.1" 200 730 0.139193 10.0.0.73 - - [2026-02-19 02:09:55] "POST /neutron/network HTTP/1.1" 200 839 0.006674 10.0.0.73 - - [2026-02-19 02:09:55] "POST /id-to-fqname HTTP/1.1" 200 233 0.001186 10.0.0.73 - - [2026-02-19 02:09:55] "GET /virtual-network/3c4ec6cb-92b9-4995-9f3d-71009dcdb2bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005413 10.0.0.73 - - [2026-02-19 02:09:55] "POST /neutron/network HTTP/1.1" 200 839 0.005963 10.0.0.73 - - [2026-02-19 02:09:55] "GET /virtual-network/3c4ec6cb-92b9-4995-9f3d-71009dcdb2bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005419 10.0.0.73 - - [2026-02-19 02:09:55] "POST /neutron/network HTTP/1.1" 200 839 0.005171 10.0.0.73 - - [2026-02-19 02:09:55] "POST /neutron/subnet HTTP/1.1" 200 730 0.006278 10.0.0.73 - - [2026-02-19 02:09:55] "GET /domains HTTP/1.1" 401 292 0.000381 10.0.0.73 - - [2026-02-19 02:09:56] "GET /domains HTTP/1.1" 200 280 0.026071 10.0.0.73 - - [2026-02-19 02:09:56] "GET /domains?obj_uuids=a019755e-f901-41d8-a8e2-8005c9c1abd3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000901 10.0.0.73 - - [2026-02-19 02:09:56] "GET /domain/a019755e-f901-41d8-a8e2-8005c9c1abd3 HTTP/1.1" 200 2783 0.007494 10.0.0.73 - - [2026-02-19 02:09:56] "GET /projects?obj_uuids=545dae76-d0a7-4651-9208-adc89bea6859&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000935 10.0.0.73 - - [2026-02-19 02:09:56] "GET /project/545dae76-d0a7-4651-9208-adc89bea6859 HTTP/1.1" 200 2174 0.071400 10.0.0.73 - - [2026-02-19 02:09:56] "GET /virtual-network/3c4ec6cb-92b9-4995-9f3d-71009dcdb2bd HTTP/1.1" 200 2343 0.006466 10.0.0.73 - - [2026-02-19 02:09:56] "GET /virtual-network/3c4ec6cb-92b9-4995-9f3d-71009dcdb2bd HTTP/1.1" 200 2343 0.004728 10.0.0.73 - - [2026-02-19 02:09:56] "GET /routing-instance/52ccd0cd-795c-41aa-8945-37e9c722ca73 HTTP/1.1" 200 1490 0.003592 10.0.0.73 - - [2026-02-19 02:09:56] "GET /routing-instance/52ccd0cd-795c-41aa-8945-37e9c722ca73 HTTP/1.1" 200 1490 0.003616 10.0.0.73 - - [2026-02-19 02:09:56] "GET /route-target/d9f38b13-8a84-413b-95b9-091b52339a02 HTTP/1.1" 200 1219 0.003524 10.0.0.73 - - [2026-02-19 02:09:56] "GET /virtual-network/3c4ec6cb-92b9-4995-9f3d-71009dcdb2bd HTTP/1.1" 200 2343 0.005488 10.0.0.73 - - [2026-02-19 02:09:56] "GET /routing-instance/52ccd0cd-795c-41aa-8945-37e9c722ca73 HTTP/1.1" 200 1490 0.003790 10.0.0.73 - - [2026-02-19 02:09:56] "GET /virtual-network/3c4ec6cb-92b9-4995-9f3d-71009dcdb2bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006538 10.0.0.73 - - [2026-02-19 02:09:56] "GET /virtual-network/3c4ec6cb-92b9-4995-9f3d-71009dcdb2bd HTTP/1.1" 200 2343 0.006064 10.0.0.73 - - [2026-02-19 02:09:56] "GET /routing-instance/52ccd0cd-795c-41aa-8945-37e9c722ca73 HTTP/1.1" 200 1490 0.003559 10.0.0.73 - - [2026-02-19 02:09:56] "GET /routing-instance/52ccd0cd-795c-41aa-8945-37e9c722ca73 HTTP/1.1" 200 1490 0.003859 10.0.0.73 - - [2026-02-19 02:09:56] "GET /route-target/d9f38b13-8a84-413b-95b9-091b52339a02 HTTP/1.1" 200 1219 0.003295 10.0.0.73 - - [2026-02-19 02:09:56] "GET /domains HTTP/1.1" 200 280 0.003391 10.0.0.73 - - [2026-02-19 02:09:56] "GET /domains?obj_uuids=a019755e-f901-41d8-a8e2-8005c9c1abd3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001039 10.0.0.73 - - [2026-02-19 02:09:56] "GET /domain/a019755e-f901-41d8-a8e2-8005c9c1abd3 HTTP/1.1" 200 2783 0.006972 10.0.0.73 - - [2026-02-19 02:09:56] "GET /projects?obj_uuids=545dae76-d0a7-4651-9208-adc89bea6859&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000970 10.0.0.73 - - [2026-02-19 02:09:56] "GET /project/545dae76-d0a7-4651-9208-adc89bea6859 HTTP/1.1" 200 2174 0.067082 10.0.0.73 - - [2026-02-19 02:09:56] "GET /virtual-network/3c4ec6cb-92b9-4995-9f3d-71009dcdb2bd HTTP/1.1" 200 2343 0.004645 10.0.0.73 - - [2026-02-19 02:09:56] "GET /obj-perms HTTP/1.1" 200 5054 0.061540 10.0.0.73 - - [2026-02-19 02:09:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002857 10.0.0.73 - - [2026-02-19 02:09:56] "GET /projects?obj_uuids=545dae76-d0a7-4651-9208-adc89bea6859&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000964 10.0.0.73 - - [2026-02-19 02:09:56] "GET /project/545dae76-d0a7-4651-9208-adc89bea6859?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.030287 10.0.0.73 - - [2026-02-19 02:09:57] "POST /neutron/network HTTP/1.1" 200 117 0.013159 10.0.0.73 - - [2026-02-19 02:09:57] "GET /projects?obj_uuids=545dae76-d0a7-4651-9208-adc89bea6859&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000932 10.0.0.73 - - [2026-02-19 02:09:57] "POST /neutron/network HTTP/1.1" 200 619 0.072537 10.0.0.73 - - [2026-02-19 02:09:57] "POST /route-targets HTTP/1.1" 200 327 0.011156 10.0.0.73 - - [2026-02-19 02:09:57] "POST /ref-update HTTP/1.1" 200 156 0.012614 10.0.0.73 - - [2026-02-19 02:09:57] "POST /useragent-kv HTTP/1.1" 200 115 0.005930 10.0.0.73 - - [2026-02-19 02:09:57] "POST /neutron/subnet HTTP/1.1" 200 720 0.137689 10.0.0.73 - - [2026-02-19 02:09:57] "POST /neutron/network HTTP/1.1" 200 837 0.005229 10.0.0.73 - - [2026-02-19 02:09:57] "POST /id-to-fqname HTTP/1.1" 200 233 0.001583 10.0.0.73 - - [2026-02-19 02:09:57] "GET /virtual-network/93db3782-4343-4e70-83c8-1a9f77353b44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.006382 10.0.0.73 - - [2026-02-19 02:09:57] "POST /neutron/network HTTP/1.1" 200 837 0.005795 10.0.0.73 - - [2026-02-19 02:09:57] "GET /virtual-network/93db3782-4343-4e70-83c8-1a9f77353b44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.004735 10.0.0.73 - - [2026-02-19 02:09:57] "POST /neutron/network HTTP/1.1" 200 837 0.005420 10.0.0.73 - - [2026-02-19 02:09:57] "POST /neutron/subnet HTTP/1.1" 200 720 0.007413 10.0.0.73 - - [2026-02-19 02:09:57] "GET /domains HTTP/1.1" 200 280 0.002923 10.0.0.73 - - [2026-02-19 02:09:57] "GET /domains?obj_uuids=a019755e-f901-41d8-a8e2-8005c9c1abd3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001618 10.0.0.73 - - [2026-02-19 02:09:57] "GET /domain/a019755e-f901-41d8-a8e2-8005c9c1abd3 HTTP/1.1" 200 2783 0.008408 10.0.0.73 - - [2026-02-19 02:09:57] "GET /projects?obj_uuids=545dae76-d0a7-4651-9208-adc89bea6859&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001318 10.0.0.73 - - [2026-02-19 02:09:57] "GET /project/545dae76-d0a7-4651-9208-adc89bea6859 HTTP/1.1" 200 2402 0.073242 10.0.0.73 - - [2026-02-19 02:09:57] "GET /virtual-network/93db3782-4343-4e70-83c8-1a9f77353b44 HTTP/1.1" 200 2337 0.007751 10.0.0.73 - - [2026-02-19 02:09:57] "GET /virtual-network/93db3782-4343-4e70-83c8-1a9f77353b44 HTTP/1.1" 200 2337 0.006384 10.0.0.73 - - [2026-02-19 02:09:57] "GET /routing-instance/f76bdfa6-a645-46ae-be24-2836b62d5106 HTTP/1.1" 200 1492 0.004519 10.0.0.73 - - [2026-02-19 02:09:57] "GET /routing-instance/f76bdfa6-a645-46ae-be24-2836b62d5106 HTTP/1.1" 200 1492 0.004139 10.0.0.73 - - [2026-02-19 02:09:57] "GET /route-target/4f666e48-816d-4da6-ac7a-750743bccbbd HTTP/1.1" 200 1218 0.003969 10.0.0.73 - - [2026-02-19 02:09:57] "GET /virtual-network/93db3782-4343-4e70-83c8-1a9f77353b44 HTTP/1.1" 200 2337 0.006290 10.0.0.73 - - [2026-02-19 02:09:57] "GET /routing-instance/f76bdfa6-a645-46ae-be24-2836b62d5106 HTTP/1.1" 200 1492 0.004321 10.0.0.73 - - [2026-02-19 02:09:57] "GET /virtual-network/93db3782-4343-4e70-83c8-1a9f77353b44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.006521 10.0.0.73 - - [2026-02-19 02:09:57] "GET /virtual-network/93db3782-4343-4e70-83c8-1a9f77353b44 HTTP/1.1" 200 2337 0.005041 10.0.0.73 - - [2026-02-19 02:09:57] "GET /routing-instance/f76bdfa6-a645-46ae-be24-2836b62d5106 HTTP/1.1" 200 1492 0.004228 10.0.0.73 - - [2026-02-19 02:09:57] "GET /routing-instance/f76bdfa6-a645-46ae-be24-2836b62d5106 HTTP/1.1" 200 1492 0.003594 10.0.0.73 - - [2026-02-19 02:09:57] "GET /route-target/4f666e48-816d-4da6-ac7a-750743bccbbd HTTP/1.1" 200 1218 0.003109 10.0.0.73 - - [2026-02-19 02:09:57] "GET /domains HTTP/1.1" 200 280 0.003031 10.0.0.73 - - [2026-02-19 02:09:57] "GET /domains?obj_uuids=a019755e-f901-41d8-a8e2-8005c9c1abd3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000981 10.0.0.73 - - [2026-02-19 02:09:57] "GET /domain/a019755e-f901-41d8-a8e2-8005c9c1abd3 HTTP/1.1" 200 2783 0.006669 10.0.0.73 - - [2026-02-19 02:09:57] "GET /projects?obj_uuids=545dae76-d0a7-4651-9208-adc89bea6859&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000968 10.0.0.73 - - [2026-02-19 02:09:57] "GET /project/545dae76-d0a7-4651-9208-adc89bea6859 HTTP/1.1" 200 2402 0.069506 10.0.0.73 - - [2026-02-19 02:09:57] "GET /virtual-network/93db3782-4343-4e70-83c8-1a9f77353b44 HTTP/1.1" 200 2337 0.006115 10.0.0.73 - - [2026-02-19 02:09:57] "GET /obj-perms HTTP/1.1" 200 5054 0.003594 10.0.0.73 - - [2026-02-19 02:09:57] "POST /id-to-fqname HTTP/1.1" 200 233 0.001578 10.0.0.73 - - [2026-02-19 02:09:57] "POST /neutron/network HTTP/1.1" 200 847 0.006196 10.0.0.73 - - [2026-02-19 02:09:57] "GET /aaa-mode HTTP/1.1" 401 292 0.000385 10.0.0.73 - - [2026-02-19 02:09:58] "GET / HTTP/1.1" 200 35931 0.002105 10.0.0.73 - - [2026-02-19 02:09:58] "GET /project/545dae76-d0a7-4651-9208-adc89bea6859?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000490 10.0.0.73 - - [2026-02-19 02:09:58] "GET /projects?obj_uuids=545dae76-d0a7-4651-9208-adc89bea6859&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001038 10.0.0.73 - - [2026-02-19 02:09:58] "GET /project/545dae76-d0a7-4651-9208-adc89bea6859?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.050207 10.0.0.73 - - [2026-02-19 02:09:58] "POST /neutron/network HTTP/1.1" 200 837 0.007023 10.0.0.73 - - [2026-02-19 02:09:58] "POST /neutron/port HTTP/1.1" 200 117 0.006718 10.0.0.73 - - [2026-02-19 02:09:58] "POST /neutron/port HTTP/1.1" 200 117 0.006158 10.0.0.73 - - [2026-02-19 02:09:58] "POST /id-to-fqname HTTP/1.1" 200 233 0.001640 10.0.0.73 - - [2026-02-19 02:09:58] "POST /neutron/port HTTP/1.1" 200 117 0.005595 10.0.0.73 - - [2026-02-19 02:09:59] "POST /neutron/network HTTP/1.1" 200 849 0.006685 10.0.0.73 - - [2026-02-19 02:09:59] "GET /aaa-mode HTTP/1.1" 401 292 0.000518 10.0.0.73 - - [2026-02-19 02:09:59] "POST /neutron/network HTTP/1.1" 200 847 0.006155 10.0.0.73 - - [2026-02-19 02:09:59] "GET / HTTP/1.1" 200 35931 0.001556 10.0.0.73 - - [2026-02-19 02:09:59] "GET /projects?obj_uuids=545dae76-d0a7-4651-9208-adc89bea6859&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001010 10.0.0.73 - - [2026-02-19 02:09:59] "GET /project/545dae76-d0a7-4651-9208-adc89bea6859?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000289 10.0.0.73 - - [2026-02-19 02:09:59] "POST /neutron/port HTTP/1.1" 200 1071 0.238492 10.0.0.73 - - [2026-02-19 02:09:59] "POST /neutron/port HTTP/1.1" 200 1071 0.012973 10.0.0.73 - - [2026-02-19 02:09:59] "POST /neutron/port HTTP/1.1" 200 1071 0.017695 10.0.0.73 - - [2026-02-19 02:09:59] "POST /neutron/port HTTP/1.1" 200 1125 0.075868 10.0.0.73 - - [2026-02-19 02:09:59] "GET /projects?obj_uuids=545dae76-d0a7-4651-9208-adc89bea6859&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001351 10.0.0.73 - - [2026-02-19 02:09:59] "POST /neutron/port HTTP/1.1" 200 1135 0.023325 10.0.0.73 - - [2026-02-19 02:09:59] "GET /project/545dae76-d0a7-4651-9208-adc89bea6859?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.065435 10.0.0.73 - - [2026-02-19 02:09:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007667 10.0.0.73 - - [2026-02-19 02:09:59] "POST /neutron/subnet HTTP/1.1" 200 694 0.006447 10.0.0.73 - - [2026-02-19 02:09:59] "POST /neutron/network HTTP/1.1" 200 839 0.004220 10.0.0.73 - - [2026-02-19 02:09:59] "POST /neutron/port HTTP/1.1" 200 117 0.001172 10.0.0.73 - - [2026-02-19 02:09:59] "POST /neutron/network HTTP/1.1" 200 837 0.005184 10.0.0.73 - - [2026-02-19 02:10:00] "POST /neutron/port HTTP/1.1" 200 1135 0.015688 10.0.0.73 - - [2026-02-19 02:10:00] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008454 10.0.0.73 - - [2026-02-19 02:10:00] "POST /neutron/port HTTP/1.1" 200 117 0.004617 10.0.0.73 - - [2026-02-19 02:10:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002721 10.0.0.73 - - [2026-02-19 02:10:00] "GET /projects?obj_uuids=545dae76-d0a7-4651-9208-adc89bea6859&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001051 10.0.0.73 - - [2026-02-19 02:10:00] "GET /project/545dae76-d0a7-4651-9208-adc89bea6859?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.038709 10.0.0.73 - - [2026-02-19 02:10:00] "GET /virtual-network/3c4ec6cb-92b9-4995-9f3d-71009dcdb2bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005684 10.0.0.73 - - [2026-02-19 02:10:00] "GET /floating-ip-pools?parent_id=3c4ec6cb-92b9-4995-9f3d-71009dcdb2bd&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.004881 10.0.0.73 - - [2026-02-19 02:10:00] "GET /virtual-network/3c4ec6cb-92b9-4995-9f3d-71009dcdb2bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006230 10.0.0.73 - - [2026-02-19 02:10:00] "POST /floating-ip-pools HTTP/1.1" 200 609 0.020052 10.0.0.73 - - [2026-02-19 02:10:00] "POST /ref-update HTTP/1.1" 200 156 0.012006 10.0.0.73 - - [2026-02-19 02:10:00] "POST /neutron/network HTTP/1.1" 200 849 0.008555 10.0.0.73 - - [2026-02-19 02:10:00] "GET /projects?obj_uuids=545dae76-d0a7-4651-9208-adc89bea6859&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001249 10.0.0.73 - - [2026-02-19 02:10:00] "GET /virtual-network/3c4ec6cb-92b9-4995-9f3d-71009dcdb2bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.008168 10.0.0.73 - - [2026-02-19 02:10:00] "GET /domains HTTP/1.1" 200 280 0.005242 10.0.0.73 - - [2026-02-19 02:10:00] "GET /domains?obj_uuids=a019755e-f901-41d8-a8e2-8005c9c1abd3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001106 10.0.0.73 - - [2026-02-19 02:10:00] "GET /domain/a019755e-f901-41d8-a8e2-8005c9c1abd3 HTTP/1.1" 200 2783 0.020469 10.0.0.73 - - [2026-02-19 02:10:00] "GET /projects?obj_uuids=545dae76-d0a7-4651-9208-adc89bea6859&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001127 10.0.0.73 - - [2026-02-19 02:10:00] "GET /project/545dae76-d0a7-4651-9208-adc89bea6859 HTTP/1.1" 200 3244 0.118964 10.0.0.73 - - [2026-02-19 02:10:00] "GET /virtual-network/3c4ec6cb-92b9-4995-9f3d-71009dcdb2bd HTTP/1.1" 200 2934 0.007071 10.0.0.73 - - [2026-02-19 02:10:00] "GET /floating-ip-pool/d85e4f26-5516-4a5e-bd5c-86fa0194a076 HTTP/1.1" 200 1442 0.003927 10.0.0.73 - - [2026-02-19 02:10:00] "GET /domains HTTP/1.1" 200 280 0.002734 10.0.0.73 - - [2026-02-19 02:10:00] "GET /domains?obj_uuids=a019755e-f901-41d8-a8e2-8005c9c1abd3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001420 10.0.0.73 - - [2026-02-19 02:10:00] "GET /domain/a019755e-f901-41d8-a8e2-8005c9c1abd3 HTTP/1.1" 200 2783 0.011971 10.0.0.73 - - [2026-02-19 02:10:00] "GET /projects?obj_uuids=545dae76-d0a7-4651-9208-adc89bea6859&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001014 10.0.0.73 - - [2026-02-19 02:10:00] "POST /neutron/port HTTP/1.1" 200 1073 0.373727 10.0.0.73 - - [2026-02-19 02:10:00] "GET /project/545dae76-d0a7-4651-9208-adc89bea6859 HTTP/1.1" 200 3244 0.101537 10.0.0.73 - - [2026-02-19 02:10:00] "GET /virtual-network/3c4ec6cb-92b9-4995-9f3d-71009dcdb2bd HTTP/1.1" 200 3155 0.008657 10.0.0.73 - - [2026-02-19 02:10:00] "GET /virtual-network/3c4ec6cb-92b9-4995-9f3d-71009dcdb2bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.007863 10.0.0.73 - - [2026-02-19 02:10:00] "POST /neutron/port HTTP/1.1" 200 1073 0.047205 10.0.0.73 - - [2026-02-19 02:10:00] "POST /neutron/port HTTP/1.1" 200 1073 0.017520 10.0.0.73 - - [2026-02-19 02:10:00] "POST /neutron/port HTTP/1.1" 200 1135 0.017303 10.0.0.73 - - [2026-02-19 02:10:01] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009439 10.0.0.73 - - [2026-02-19 02:10:01] "POST /neutron/port HTTP/1.1" 200 1127 0.085778 10.0.0.73 - - [2026-02-19 02:10:01] "POST /neutron/port HTTP/1.1" 200 1137 0.013535 10.0.0.73 - - [2026-02-19 02:10:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003329 10.0.0.73 - - [2026-02-19 02:10:01] "POST /neutron/subnet HTTP/1.1" 200 704 0.010672 10.0.0.73 - - [2026-02-19 02:10:01] "POST /neutron/port HTTP/1.1" 200 117 0.001161 10.0.0.73 - - [2026-02-19 02:10:01] "POST /neutron/network HTTP/1.1" 200 839 0.005151 10.0.0.73 - - [2026-02-19 02:10:06] "POST /neutron/port HTTP/1.1" 200 1135 0.011325 10.0.0.73 - - [2026-02-19 02:10:06] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008198 10.0.0.73 - - [2026-02-19 02:10:06] "POST /neutron/port HTTP/1.1" 200 1135 0.011746 10.0.0.73 - - [2026-02-19 02:10:06] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005861 10.0.0.73 - - [2026-02-19 02:10:06] "POST /neutron/port HTTP/1.1" 200 1135 0.012495 10.0.0.73 - - [2026-02-19 02:10:06] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006460 10.0.0.73 - - [2026-02-19 02:10:06] "GET /virtual-machine/5e8cef57-e395-48b6-a10b-8336549db845 HTTP/1.1" 200 1304 0.005253 10.0.0.73 - - [2026-02-19 02:10:06] "GET /virtual-machine-interface/a31f0605-d48f-4c64-b3c3-084302ffd610 HTTP/1.1" 200 3005 0.006259 10.0.0.73 - - [2026-02-19 02:10:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002903 10.0.0.73 - - [2026-02-19 02:10:06] "GET /global-vrouter-config/353e4024-a16e-4ac5-a38a-f6c33a8537f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003557 10.0.0.73 - - [2026-02-19 02:10:06] "GET /virtual-networks?parent_id=545dae76-d0a7-4651-9208-adc89bea6859&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.002864 10.0.0.73 - - [2026-02-19 02:10:06] "GET /virtual-network/93db3782-4343-4e70-83c8-1a9f77353b44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.005218 10.0.0.73 - - [2026-02-19 02:10:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002833 10.0.0.73 - - [2026-02-19 02:10:09] "GET /virtual-network/93db3782-4343-4e70-83c8-1a9f77353b44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.004985 10.0.0.73 - - [2026-02-19 02:10:09] "POST /neutron/port HTTP/1.1" 200 1135 0.038661 10.0.0.73 - - [2026-02-19 02:10:09] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005852 10.0.0.73 - - [2026-02-19 02:10:10] "POST /neutron/port HTTP/1.1" 200 1137 0.012389 10.0.0.73 - - [2026-02-19 02:10:10] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005533 10.0.0.73 - - [2026-02-19 02:10:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002633 10.0.0.73 - - [2026-02-19 02:10:11] "GET /global-vrouter-config/353e4024-a16e-4ac5-a38a-f6c33a8537f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003553 10.0.0.73 - - [2026-02-19 02:10:11] "GET /virtual-networks?parent_id=545dae76-d0a7-4651-9208-adc89bea6859&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.002767 10.0.0.73 - - [2026-02-19 02:10:11] "GET /virtual-network/93db3782-4343-4e70-83c8-1a9f77353b44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.005334 10.0.0.73 - - [2026-02-19 02:10:11] "GET /projects?obj_uuids=545dae76-d0a7-4651-9208-adc89bea6859&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000893 10.0.0.73 - - [2026-02-19 02:10:11] "POST /neutron/floatingip HTTP/1.1" 200 531 0.056593 10.0.0.73 - - [2026-02-19 02:10:11] "POST /neutron/port HTTP/1.1" 200 1135 0.010808 10.0.0.73 - - [2026-02-19 02:10:11] "POST /neutron/floatingip HTTP/1.1" 200 531 0.004995 10.0.0.73 - - [2026-02-19 02:10:11] "POST /neutron/floatingip HTTP/1.1" 200 577 0.032497 10.0.0.73 - - [2026-02-19 02:10:12] "POST /neutron/port HTTP/1.1" 200 1137 0.011721 10.0.0.73 - - [2026-02-19 02:10:12] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005766 10.0.0.73 - - [2026-02-19 02:10:12] "POST /neutron/port HTTP/1.1" 200 1137 0.011290 10.0.0.73 - - [2026-02-19 02:10:12] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005472 10.0.0.73 - - [2026-02-19 02:10:12] "POST /neutron/port HTTP/1.1" 200 1137 0.013728 10.0.0.73 - - [2026-02-19 02:10:12] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007427 10.0.0.73 - - [2026-02-19 02:10:12] "GET /virtual-machine/126ceab7-fd9b-44e6-bf74-9a2266095a4c HTTP/1.1" 200 1304 0.005002 10.0.0.73 - - [2026-02-19 02:10:12] "GET /virtual-machine-interface/5a71739f-5324-49b2-9b0e-5e49e96e430f HTTP/1.1" 200 3004 0.004790 10.0.0.73 - - [2026-02-19 02:10:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002563 10.0.0.73 - - [2026-02-19 02:10:12] "GET /global-vrouter-config/353e4024-a16e-4ac5-a38a-f6c33a8537f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002814 10.0.0.73 - - [2026-02-19 02:10:12] "GET /virtual-networks?parent_id=545dae76-d0a7-4651-9208-adc89bea6859&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.002771 10.0.0.73 - - [2026-02-19 02:10:12] "GET /virtual-network/3c4ec6cb-92b9-4995-9f3d-71009dcdb2bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006048 10.0.0.73 - - [2026-02-19 02:10:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003867 10.0.0.73 - - [2026-02-19 02:10:13] "GET /global-vrouter-config/353e4024-a16e-4ac5-a38a-f6c33a8537f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003787 10.0.0.73 - - [2026-02-19 02:10:13] "GET /virtual-networks?parent_id=545dae76-d0a7-4651-9208-adc89bea6859&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.015210 10.0.0.73 - - [2026-02-19 02:10:13] "GET /virtual-network/3c4ec6cb-92b9-4995-9f3d-71009dcdb2bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005054 10.0.0.73 - - [2026-02-19 02:10:13] "POST /neutron/port HTTP/1.1" 200 1137 0.012255 10.0.0.73 - - [2026-02-19 02:10:13] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005775 10.0.0.73 - - [2026-02-19 02:10:18] "POST /neutron/floatingip HTTP/1.1" 200 577 0.010535 10.0.0.73 - - [2026-02-19 02:10:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002757 10.0.0.73 - - [2026-02-19 02:10:18] "GET /routing-instance/52ccd0cd-795c-41aa-8945-37e9c722ca73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1490 0.003163 10.0.0.73 - - [2026-02-19 02:10:18] "GET /route-target/d9f38b13-8a84-413b-95b9-091b52339a02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003273 10.0.0.73 - - [2026-02-19 02:10:18] "GET /floating-ip/45a5850c-35a9-476d-a9bd-7941f518b80a HTTP/1.1" 200 1889 0.004160 10.0.0.73 - - [2026-02-19 02:10:21] "POST /neutron/floatingip HTTP/1.1" 200 577 0.012946 10.0.0.73 - - [2026-02-19 02:10:21] "POST /neutron/floatingip HTTP/1.1" 200 531 0.017269 10.0.0.73 - - [2026-02-19 02:10:21] "POST /neutron/floatingip HTTP/1.1" 200 531 0.005842 10.0.0.73 - - [2026-02-19 02:10:21] "POST /neutron/floatingip HTTP/1.1" 200 115 0.032303 10.0.0.73 - - [2026-02-19 02:10:21] "GET /floating-ip-pool/d85e4f26-5516-4a5e-bd5c-86fa0194a076?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1207 0.003344 10.0.0.73 - - [2026-02-19 02:10:21] "POST /ref-update HTTP/1.1" 200 156 0.008309 10.0.0.73 - - [2026-02-19 02:10:22] "DELETE /floating-ip-pool/d85e4f26-5516-4a5e-bd5c-86fa0194a076 HTTP/1.1" 200 115 0.019436 10.0.0.73 - - [2026-02-19 02:10:22] "POST /neutron/network HTTP/1.1" 200 837 0.014465 10.0.0.73 - - [2026-02-19 02:10:22] "POST /neutron/network HTTP/1.1" 400 204 0.010348 10.0.0.73 - - [2026-02-19 02:10:22] "POST /neutron/port HTTP/1.1" 200 1137 0.012898 10.0.0.73 - - [2026-02-19 02:10:22] "POST /neutron/port HTTP/1.1" 200 1135 0.017493 10.0.0.73 - - [2026-02-19 02:10:22] "POST /neutron/port HTTP/1.1" 200 1127 0.008903 10.0.0.73 - - [2026-02-19 02:10:22] "POST /neutron/port HTTP/1.1" 200 1125 0.012725 10.0.0.73 - - [2026-02-19 02:10:22] "POST /neutron/port HTTP/1.1" 200 151 0.119120 10.0.0.73 - - [2026-02-19 02:10:22] "POST /neutron/port HTTP/1.1" 200 151 0.150406 10.0.0.73 - - [2026-02-19 02:10:24] "POST /neutron/network HTTP/1.1" 200 837 0.005843 10.0.0.73 - - [2026-02-19 02:10:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004627 10.0.0.73 - - [2026-02-19 02:10:24] "POST /useragent-kv HTTP/1.1" 200 115 0.002505 10.0.0.73 - - [2026-02-19 02:10:24] "POST /useragent-kv HTTP/1.1" 200 115 0.003850 10.0.0.73 - - [2026-02-19 02:10:24] "POST /neutron/network HTTP/1.1" 200 151 0.083394 10.0.0.73 - - [2026-02-19 02:10:24] "DELETE /route-target/4f666e48-816d-4da6-ac7a-750743bccbbd HTTP/1.1" 200 115 0.020751 10.0.0.73 - - [2026-02-19 02:10:24] "GET /routing-instance/f76bdfa6-a645-46ae-be24-2836b62d5106 HTTP/1.1" 404 171 0.003613 10.0.0.73 - - [2026-02-19 02:10:24] "GET /domains HTTP/1.1" 200 280 0.002253 10.0.0.73 - - [2026-02-19 02:10:24] "GET /domains?obj_uuids=a019755e-f901-41d8-a8e2-8005c9c1abd3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001908 10.0.0.73 - - [2026-02-19 02:10:24] "GET /domain/a019755e-f901-41d8-a8e2-8005c9c1abd3 HTTP/1.1" 200 2783 0.051780 10.0.0.73 - - [2026-02-19 02:10:24] "GET /projects?obj_uuids=545dae76-d0a7-4651-9208-adc89bea6859&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001528 10.0.0.73 - - [2026-02-19 02:10:24] "GET /project/545dae76-d0a7-4651-9208-adc89bea6859 HTTP/1.1" 200 2174 0.069694 10.0.0.73 - - [2026-02-19 02:10:24] "POST /neutron/network HTTP/1.1" 200 839 0.005110 10.0.0.73 - - [2026-02-19 02:10:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003329 10.0.0.73 - - [2026-02-19 02:10:24] "POST /useragent-kv HTTP/1.1" 200 115 0.002013 10.0.0.73 - - [2026-02-19 02:10:24] "POST /useragent-kv HTTP/1.1" 200 115 0.002491 10.0.0.73 - - [2026-02-19 02:10:24] "POST /neutron/network HTTP/1.1" 200 151 0.078236 10.0.0.73 - - [2026-02-19 02:10:24] "GET /routing-instance/52ccd0cd-795c-41aa-8945-37e9c722ca73 HTTP/1.1" 404 171 0.002370 10.0.0.73 - - [2026-02-19 02:10:24] "DELETE /route-target/d9f38b13-8a84-413b-95b9-091b52339a02 HTTP/1.1" 200 115 0.017639 10.0.0.73 - - [2026-02-19 02:10:24] "GET /domains HTTP/1.1" 200 280 0.002139 10.0.0.73 - - [2026-02-19 02:10:24] "GET /domains?obj_uuids=a019755e-f901-41d8-a8e2-8005c9c1abd3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001255 10.0.0.73 - - [2026-02-19 02:10:24] "GET /domain/a019755e-f901-41d8-a8e2-8005c9c1abd3 HTTP/1.1" 200 2783 0.049137 10.0.0.73 - - [2026-02-19 02:10:24] "GET /projects?obj_uuids=545dae76-d0a7-4651-9208-adc89bea6859&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001107 10.0.0.73 - - [2026-02-19 02:10:24] "GET /project/545dae76-d0a7-4651-9208-adc89bea6859 HTTP/1.1" 200 1924 0.066102 10.0.0.73 - - [2026-02-19 02:10:25] "GET /projects?obj_uuids=545dae76-d0a7-4651-9208-adc89bea6859&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000968 10.0.0.73 - - [2026-02-19 02:10:25] "GET /project/545dae76-d0a7-4651-9208-adc89bea6859?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.026308 10.0.0.73 - - [2026-02-19 02:10:25] "GET /projects?obj_uuids=545dae76-d0a7-4651-9208-adc89bea6859&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001315 10.0.0.73 - - [2026-02-19 02:10:25] "GET /project/545dae76-d0a7-4651-9208-adc89bea6859?fields=virtual_networks HTTP/1.1" 200 1056 0.067328 10.0.0.73 - - [2026-02-19 02:10:25] "GET /projects?obj_uuids=545dae76-d0a7-4651-9208-adc89bea6859&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001097 10.0.0.73 - - [2026-02-19 02:10:25] "GET /project/545dae76-d0a7-4651-9208-adc89bea6859?fields=virtual_machine_interfaces HTTP/1.1" 200 1056 0.027056 10.0.0.73 - - [2026-02-19 02:10:25] "GET /projects?obj_uuids=545dae76-d0a7-4651-9208-adc89bea6859&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001152 10.0.0.73 - - [2026-02-19 02:10:25] "GET /project/545dae76-d0a7-4651-9208-adc89bea6859?fields=security_groups HTTP/1.1" 200 1294 0.023429 10.0.0.73 - - [2026-02-19 02:10:26] "POST /fqname-to-id HTTP/1.1" 404 183 0.026404 10.0.0.73 - - [2026-02-19 02:10:26] "GET /projects?obj_uuids=bf0484dc-c88e-47b3-a280-8f9f6bbc7ea0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002614 10.0.0.73 - - [2026-02-19 02:10:26] "GET /domains?obj_uuids=a019755e-f901-41d8-a8e2-8005c9c1abd3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000918 10.0.0.73 - - [2026-02-19 02:10:26] "GET /domain/a019755e-f901-41d8-a8e2-8005c9c1abd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006291 10.0.0.73 - - [2026-02-19 02:10:26] "POST /id-to-fqname HTTP/1.1" 200 185 0.001458 10.0.0.73 - - [2026-02-19 02:10:26] "POST /fqname-to-id HTTP/1.1" 404 194 0.003865 10.0.0.73 - - [2026-02-19 02:10:26] "POST /security-groups HTTP/1.1" 200 586 0.068387 10.0.0.73 - - [2026-02-19 02:10:26] "POST /fqname-to-id HTTP/1.1" 404 229 0.002966 10.0.0.73 - - [2026-02-19 02:10:26] "POST /projects HTTP/1.1" 200 575 0.234413 10.0.0.73 - - [2026-02-19 02:10:26] "POST /access-control-lists HTTP/1.1" 200 591 0.058668 10.0.0.73 - - [2026-02-19 02:10:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.307525 10.0.0.73 - - [2026-02-19 02:10:26] "POST /fqname-to-id HTTP/1.1" 404 228 0.002582 10.0.0.73 - - [2026-02-19 02:10:26] "GET /project/bf0484dc-c88e-47b3-a280-8f9f6bbc7ea0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.432533 10.0.0.73 - - [2026-02-19 02:10:26] "POST /access-control-lists HTTP/1.1" 200 589 0.064979 10.0.0.73 - - [2026-02-19 02:10:27] "GET / HTTP/1.1" 200 35931 0.001949 10.0.0.73 - - [2026-02-19 02:10:27] "DELETE /project/bf0484dcc88e47b3a2808f9f6bbc7ea0 HTTP/1.1" 404 173 0.009610 10.0.0.73 - - [2026-02-19 02:10:27] "DELETE /project/545dae76d0a746519208adc89bea6859 HTTP/1.1" 404 173 0.004047 10.0.0.73 - - [2026-02-19 02:10:27] "GET /projects?obj_uuids=545dae76-d0a7-4651-9208-adc89bea6859&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000875 10.0.0.73 - - [2026-02-19 02:10:27] "GET /projects?obj_uuids=94c018bc-1dd6-472e-b090-50fdcb2e21af&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000856 10.0.0.73 - - [2026-02-19 02:10:27] "GET /project/545dae76-d0a7-4651-9208-adc89bea6859?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1516 0.033522 10.0.0.73 - - [2026-02-19 02:10:27] "GET /project/94c018bc-1dd6-472e-b090-50fdcb2e21af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1513 0.036928 10.0.0.73 - - [2026-02-19 02:10:27] "GET /projects?obj_uuids=545dae76-d0a7-4651-9208-adc89bea6859&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000833 10.0.0.73 - - [2026-02-19 02:10:27] "GET /projects?obj_uuids=94c018bc-1dd6-472e-b090-50fdcb2e21af&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000856 10.0.0.73 - - [2026-02-19 02:10:27] "GET /project/94c018bc-1dd6-472e-b090-50fdcb2e21af?fields=security_groups HTTP/1.1" 200 1397 0.024802 10.0.0.73 - - [2026-02-19 02:10:27] "GET /project/545dae76-d0a7-4651-9208-adc89bea6859?fields=security_groups HTTP/1.1" 200 1399 0.072749 10.0.0.73 - - [2026-02-19 02:10:27] "DELETE /security-group/80637beb-e2c6-4d93-bb9c-7274def5541a HTTP/1.1" 200 115 0.028648 10.0.0.73 - - [2026-02-19 02:10:27] "GET /projects?obj_uuids=94c018bc-1dd6-472e-b090-50fdcb2e21af&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000914 10.0.0.73 - - [2026-02-19 02:10:27] "DELETE /access-control-list/e316ed05-2d7a-4550-909b-1ac1c778bac1 HTTP/1.1" 200 115 0.034571 10.0.0.73 - - [2026-02-19 02:10:27] "GET /project/94c018bc-1dd6-472e-b090-50fdcb2e21af?fields=application_policy_sets HTTP/1.1" 200 1436 0.041040 10.0.0.73 - - [2026-02-19 02:10:27] "DELETE /access-control-list/62c6a0cd-eab2-4b30-acff-8b841b38259c HTTP/1.1" 200 115 0.031795 10.0.0.73 - - [2026-02-19 02:10:27] "DELETE /security-group/6dcda3ce-2916-49e5-b810-fb67b9b92788 HTTP/1.1" 200 115 0.073367 10.0.0.73 - - [2026-02-19 02:10:27] "GET /projects?obj_uuids=545dae76-d0a7-4651-9208-adc89bea6859&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001397 10.0.0.73 - - [2026-02-19 02:10:27] "DELETE /access-control-list/7154e82c-534e-4c2e-ae2f-438b586002df HTTP/1.1" 200 115 0.042919 10.0.0.73 - - [2026-02-19 02:10:28] "DELETE /access-control-list/455ae4ba-574a-45fc-94a6-14af5fa1e822 HTTP/1.1" 200 115 0.043708 10.0.0.73 - - [2026-02-19 02:10:28] "GET /project/545dae76-d0a7-4651-9208-adc89bea6859?fields=application_policy_sets HTTP/1.1" 200 1438 0.098618 10.0.0.73 - - [2026-02-19 02:10:28] "DELETE /project/94c018bc-1dd6-472e-b090-50fdcb2e21af HTTP/1.1" 200 115 0.356054 10.0.0.73 - - [2026-02-19 02:10:28] "DELETE /project/545dae76-d0a7-4651-9208-adc89bea6859 HTTP/1.1" 200 115 0.497400 10.0.0.73 - - [2026-02-19 02:10:28] "GET /projects?obj_uuids=bf0484dc-c88e-47b3-a280-8f9f6bbc7ea0&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000909 10.0.0.73 - - [2026-02-19 02:10:28] "GET /project/bf0484dc-c88e-47b3-a280-8f9f6bbc7ea0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.023919 10.0.0.73 - - [2026-02-19 02:10:28] "GET /projects?obj_uuids=bf0484dc-c88e-47b3-a280-8f9f6bbc7ea0&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001129 10.0.0.73 - - [2026-02-19 02:10:28] "GET /project/bf0484dc-c88e-47b3-a280-8f9f6bbc7ea0?fields=virtual_networks HTTP/1.1" 200 1023 0.067638 10.0.0.73 - - [2026-02-19 02:10:29] "GET /projects?obj_uuids=bf0484dc-c88e-47b3-a280-8f9f6bbc7ea0&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000951 10.0.0.73 - - [2026-02-19 02:10:29] "GET /project/bf0484dc-c88e-47b3-a280-8f9f6bbc7ea0?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.023546 10.0.0.73 - - [2026-02-19 02:10:29] "GET /projects?obj_uuids=bf0484dc-c88e-47b3-a280-8f9f6bbc7ea0&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000922 10.0.0.73 - - [2026-02-19 02:10:29] "GET /project/bf0484dc-c88e-47b3-a280-8f9f6bbc7ea0?fields=security_groups HTTP/1.1" 200 1244 0.020074 10.0.0.73 - - [2026-02-19 02:10:29] "POST /fqname-to-id HTTP/1.1" 404 183 0.025338 10.0.0.73 - - [2026-02-19 02:10:30] "GET /projects?obj_uuids=34c15ccd-b158-4d35-9b15-ebadeaa19fd7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002135 10.0.0.73 - - [2026-02-19 02:10:30] "GET /domains?obj_uuids=a019755e-f901-41d8-a8e2-8005c9c1abd3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000927 10.0.0.73 - - [2026-02-19 02:10:30] "GET /domain/a019755e-f901-41d8-a8e2-8005c9c1abd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006207 10.0.0.73 - - [2026-02-19 02:10:30] "POST /id-to-fqname HTTP/1.1" 200 185 0.001212 10.0.0.73 - - [2026-02-19 02:10:30] "POST /fqname-to-id HTTP/1.1" 404 194 0.005164 10.0.0.73 - - [2026-02-19 02:10:30] "POST /security-groups HTTP/1.1" 200 586 0.064049 10.0.0.73 - - [2026-02-19 02:10:30] "POST /fqname-to-id HTTP/1.1" 404 229 0.002185 10.0.0.73 - - [2026-02-19 02:10:30] "POST /projects HTTP/1.1" 200 575 0.206296 10.0.0.73 - - [2026-02-19 02:10:30] "POST /access-control-lists HTTP/1.1" 200 591 0.057773 10.0.0.73 - - [2026-02-19 02:10:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.276613 10.0.0.73 - - [2026-02-19 02:10:30] "POST /fqname-to-id HTTP/1.1" 404 228 0.002733 10.0.0.73 - - [2026-02-19 02:10:30] "GET /project/34c15ccd-b158-4d35-9b15-ebadeaa19fd7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.393569 10.0.0.73 - - [2026-02-19 02:10:30] "POST /access-control-lists HTTP/1.1" 200 589 0.056446 10.0.0.73 - - [2026-02-19 02:10:31] "GET / HTTP/1.1" 200 35931 0.001804 10.0.0.73 - - [2026-02-19 02:10:31] "POST /fqname-to-id HTTP/1.1" 404 193 0.002585 10.0.0.73 - - [2026-02-19 02:10:32] "GET /projects?obj_uuids=a5e71268-16fe-4a3b-97f7-cb00ccd5f05c&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001421 10.0.0.73 - - [2026-02-19 02:10:32] "POST /fqname-to-id HTTP/1.1" 404 228 0.002499 10.0.0.73 - - [2026-02-19 02:10:32] "POST /access-control-lists HTTP/1.1" 200 590 0.014262 10.0.0.73 - - [2026-02-19 02:10:32] "POST /fqname-to-id HTTP/1.1" 404 227 0.002470 10.0.0.73 - - [2026-02-19 02:10:32] "POST /access-control-lists HTTP/1.1" 200 588 0.019220 10.0.0.73 - - [2026-02-19 02:10:32] "PUT /access-control-list/ac89a6ee-b1e9-405c-8c3d-84e2dbcbf4a7 HTTP/1.1" 200 272 0.008308 10.0.0.73 - - [2026-02-19 02:10:32] "POST /neutron/security_group HTTP/1.1" 200 1364 0.317122 10.0.0.73 - - [2026-02-19 02:10:32] "GET /projects?obj_uuids=a5e71268-16fe-4a3b-97f7-cb00ccd5f05c&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000948 10.0.0.73 - - [2026-02-19 02:10:32] "PUT /access-control-list/748c04eb-3c22-4e7c-8879-3a2ced6da1e6 HTTP/1.1" 200 272 0.017999 10.0.0.73 - - [2026-02-19 02:10:32] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.038546 10.0.0.73 - - [2026-02-19 02:10:32] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.010770 10.0.0.73 - - [2026-02-19 02:10:32] "PUT /access-control-list/748c04eb-3c22-4e7c-8879-3a2ced6da1e6 HTTP/1.1" 200 272 0.013428 10.0.0.73 - - [2026-02-19 02:10:32] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.156115 10.0.0.73 - - [2026-02-19 02:10:32] "PUT /access-control-list/748c04eb-3c22-4e7c-8879-3a2ced6da1e6 HTTP/1.1" 200 272 0.008421 10.0.0.73 - - [2026-02-19 02:10:32] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.006711 10.0.0.73 - - [2026-02-19 02:10:32] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.138856 10.0.0.73 - - [2026-02-19 02:10:32] "POST /fqname-to-id HTTP/1.1" 404 193 0.004535 10.0.0.73 - - [2026-02-19 02:10:32] "PUT /access-control-list/748c04eb-3c22-4e7c-8879-3a2ced6da1e6 HTTP/1.1" 200 272 0.009316 10.0.0.73 - - [2026-02-19 02:10:32] "GET /projects?obj_uuids=a5e71268-16fe-4a3b-97f7-cb00ccd5f05c&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000939 10.0.0.73 - - [2026-02-19 02:10:32] "POST /fqname-to-id HTTP/1.1" 404 228 0.002591 10.0.0.73 - - [2026-02-19 02:10:32] "POST /access-control-lists HTTP/1.1" 200 590 0.013406 10.0.0.73 - - [2026-02-19 02:10:32] "POST /fqname-to-id HTTP/1.1" 404 227 0.003130 10.0.0.73 - - [2026-02-19 02:10:32] "POST /access-control-lists HTTP/1.1" 200 588 0.020813 10.0.0.73 - - [2026-02-19 02:10:32] "PUT /access-control-list/ee9733d9-014f-4a42-9036-c504d9af7601 HTTP/1.1" 200 272 0.008277 10.0.0.73 - - [2026-02-19 02:10:33] "PUT /access-control-list/2a8642c8-9fbc-489f-b8b8-3c57b8113e09 HTTP/1.1" 200 272 0.009955 10.0.0.73 - - [2026-02-19 02:10:33] "GET /obj-perms HTTP/1.1" 200 5056 0.058568 10.0.0.73 - - [2026-02-19 02:10:33] "POST /neutron/security_group HTTP/1.1" 200 1364 0.387356 10.0.0.73 - - [2026-02-19 02:10:33] "GET /projects?obj_uuids=a5e71268-16fe-4a3b-97f7-cb00ccd5f05c&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001173 10.0.0.73 - - [2026-02-19 02:10:33] "PUT /access-control-list/2a8642c8-9fbc-489f-b8b8-3c57b8113e09 HTTP/1.1" 200 272 0.025937 10.0.0.73 - - [2026-02-19 02:10:33] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.038029 10.0.0.73 - - [2026-02-19 02:10:33] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.010484 10.0.0.73 - - [2026-02-19 02:10:33] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.127988 10.0.0.73 - - [2026-02-19 02:10:33] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.007006 10.0.0.73 - - [2026-02-19 02:10:33] "PUT /access-control-list/2a8642c8-9fbc-489f-b8b8-3c57b8113e09 HTTP/1.1" 200 272 0.012224 10.0.0.73 - - [2026-02-19 02:10:33] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.113565 10.0.0.73 - - [2026-02-19 02:10:33] "POST /fqname-to-id HTTP/1.1" 401 292 0.000413 10.0.0.73 - - [2026-02-19 02:10:33] "PUT /access-control-list/2a8642c8-9fbc-489f-b8b8-3c57b8113e09 HTTP/1.1" 200 272 0.012520 10.0.0.73 - - [2026-02-19 02:10:33] "GET /obj-perms HTTP/1.1" 200 5056 0.078474 10.0.0.73 - - [2026-02-19 02:10:33] "POST /fqname-to-id HTTP/1.1" 404 210 0.024247 10.0.0.73 - - [2026-02-19 02:10:33] "GET /projects?obj_uuids=34c15ccd-b158-4d35-9b15-ebadeaa19fd7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000962 10.0.0.73 - - [2026-02-19 02:10:33] "POST /fqname-to-id HTTP/1.1" 404 245 0.002715 10.0.0.73 - - [2026-02-19 02:10:33] "POST /access-control-lists HTTP/1.1" 200 607 0.012960 10.0.0.73 - - [2026-02-19 02:10:33] "POST /fqname-to-id HTTP/1.1" 404 244 0.002934 10.0.0.73 - - [2026-02-19 02:10:33] "POST /access-control-lists HTTP/1.1" 200 605 0.014391 10.0.0.73 - - [2026-02-19 02:10:34] "PUT /access-control-list/2bb037fd-2908-4567-ba2e-8372e2cfd1f3 HTTP/1.1" 200 272 0.008344 10.0.0.73 - - [2026-02-19 02:10:34] "PUT /access-control-list/bba701f9-5de9-4fe8-b314-64475c63b169 HTTP/1.1" 200 272 0.008037 10.0.0.73 - - [2026-02-19 02:10:34] "POST /neutron/security_group HTTP/1.1" 200 1379 0.370279 10.0.0.73 - - [2026-02-19 02:10:34] "PUT /access-control-list/bba701f9-5de9-4fe8-b314-64475c63b169 HTTP/1.1" 200 272 0.009472 10.0.0.73 - - [2026-02-19 02:10:34] "GET /projects?obj_uuids=34c15ccd-b158-4d35-9b15-ebadeaa19fd7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001867 10.0.0.73 - - [2026-02-19 02:10:34] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.029154 10.0.0.73 - - [2026-02-19 02:10:34] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.008731 10.0.0.73 - - [2026-02-19 02:10:34] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.139456 10.0.0.73 - - [2026-02-19 02:10:34] "PUT /access-control-list/bba701f9-5de9-4fe8-b314-64475c63b169 HTTP/1.1" 200 272 0.008858 10.0.0.73 - - [2026-02-19 02:10:34] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.010009 10.0.0.73 - - [2026-02-19 02:10:34] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.107870 10.0.0.73 - - [2026-02-19 02:10:34] "POST /fqname-to-id HTTP/1.1" 404 210 0.003154 10.0.0.73 - - [2026-02-19 02:10:34] "PUT /access-control-list/bba701f9-5de9-4fe8-b314-64475c63b169 HTTP/1.1" 200 272 0.010706 10.0.0.73 - - [2026-02-19 02:10:34] "GET /projects?obj_uuids=34c15ccd-b158-4d35-9b15-ebadeaa19fd7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001456 10.0.0.73 - - [2026-02-19 02:10:34] "POST /fqname-to-id HTTP/1.1" 404 245 0.002981 10.0.0.73 - - [2026-02-19 02:10:34] "POST /access-control-lists HTTP/1.1" 200 607 0.013252 10.0.0.73 - - [2026-02-19 02:10:34] "POST /fqname-to-id HTTP/1.1" 404 244 0.002762 10.0.0.73 - - [2026-02-19 02:10:34] "POST /access-control-lists HTTP/1.1" 200 605 0.014655 10.0.0.73 - - [2026-02-19 02:10:34] "PUT /access-control-list/d3fa751c-c290-419d-b1f0-0aa04e636242 HTTP/1.1" 200 272 0.007840 10.0.0.73 - - [2026-02-19 02:10:34] "PUT /access-control-list/8ffc2ece-00a9-4701-9c82-7484f2b6289c HTTP/1.1" 200 272 0.008454 10.0.0.73 - - [2026-02-19 02:10:34] "POST /neutron/security_group HTTP/1.1" 200 1379 0.323991 10.0.0.73 - - [2026-02-19 02:10:34] "GET /projects?obj_uuids=34c15ccd-b158-4d35-9b15-ebadeaa19fd7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000947 10.0.0.73 - - [2026-02-19 02:10:34] "PUT /access-control-list/8ffc2ece-00a9-4701-9c82-7484f2b6289c HTTP/1.1" 200 272 0.011782 10.0.0.73 - - [2026-02-19 02:10:34] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.035718 10.0.0.73 - - [2026-02-19 02:10:34] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.007606 10.0.0.73 - - [2026-02-19 02:10:35] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.127715 10.0.0.73 - - [2026-02-19 02:10:35] "PUT /access-control-list/8ffc2ece-00a9-4701-9c82-7484f2b6289c HTTP/1.1" 200 272 0.014614 10.0.0.73 - - [2026-02-19 02:10:35] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.016110 10.0.0.73 - - [2026-02-19 02:10:35] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.118586 10.0.0.73 - - [2026-02-19 02:10:35] "PUT /access-control-list/8ffc2ece-00a9-4701-9c82-7484f2b6289c HTTP/1.1" 200 272 0.008935 10.0.0.73 - - [2026-02-19 02:10:35] "GET /projects?obj_uuids=a5e71268-16fe-4a3b-97f7-cb00ccd5f05c&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000905 10.0.0.73 - - [2026-02-19 02:10:35] "POST /neutron/router HTTP/1.1" 200 541 0.041093 10.0.0.73 - - [2026-02-19 02:10:35] "POST /neutron/router HTTP/1.1" 200 541 0.003833 10.0.0.73 - - [2026-02-19 02:10:35] "POST /route-targets HTTP/1.1" 200 327 0.012320 10.0.0.73 - - [2026-02-19 02:10:35] "POST /neutron/router HTTP/1.1" 200 541 0.005006 10.0.0.73 - - [2026-02-19 02:10:35] "PUT /logical-router/7b77651c-c64e-4451-ba3d-17c2bfc25247 HTTP/1.1" 200 262 0.017250 10.0.0.73 - - [2026-02-19 02:10:35] "POST /neutron/router HTTP/1.1" 200 541 0.004943 10.0.0.73 - - [2026-02-19 02:10:35] "POST /neutron/router HTTP/1.1" 200 541 0.003574 10.0.0.73 - - [2026-02-19 02:10:35] "POST /neutron/router HTTP/1.1" 200 541 0.003046 10.0.0.73 - - [2026-02-19 02:10:35] "POST /neutron/router HTTP/1.1" 200 541 0.003145 10.0.0.73 - - [2026-02-19 02:10:35] "POST /neutron/router HTTP/1.1" 200 541 0.003821 10.0.0.73 - - [2026-02-19 02:10:35] "POST /neutron/router HTTP/1.1" 200 541 0.002954 10.0.0.73 - - [2026-02-19 02:10:35] "POST /neutron/router HTTP/1.1" 200 541 0.003233 10.0.0.73 - - [2026-02-19 02:10:35] "POST /neutron/router HTTP/1.1" 200 541 0.003344 10.0.0.73 - - [2026-02-19 02:10:35] "POST /neutron/router HTTP/1.1" 200 541 0.003183 10.0.0.73 - - [2026-02-19 02:10:35] "POST /neutron/router HTTP/1.1" 200 541 0.003091 10.0.0.73 - - [2026-02-19 02:10:35] "POST /neutron/router HTTP/1.1" 200 541 0.003022 10.0.0.73 - - [2026-02-19 02:10:35] "POST /neutron/router HTTP/1.1" 200 541 0.003848 10.0.0.73 - - [2026-02-19 02:10:35] "POST /neutron/router HTTP/1.1" 200 541 0.003464 10.0.0.73 - - [2026-02-19 02:10:35] "POST /neutron/router HTTP/1.1" 200 541 0.004839 10.0.0.73 - - [2026-02-19 02:10:35] "POST /neutron/router HTTP/1.1" 200 541 0.005628 10.0.0.73 - - [2026-02-19 02:10:35] "POST /neutron/router HTTP/1.1" 200 541 0.003263 10.0.0.73 - - [2026-02-19 02:10:35] "POST /neutron/router HTTP/1.1" 200 541 0.003983 10.0.0.73 - - [2026-02-19 02:10:35] "POST /neutron/router HTTP/1.1" 200 541 0.003174 10.0.0.73 - - [2026-02-19 02:10:35] "POST /neutron/router HTTP/1.1" 200 541 0.003539 10.0.0.73 - - [2026-02-19 02:10:35] "POST /neutron/router HTTP/1.1" 200 541 0.003345 10.0.0.73 - - [2026-02-19 02:10:35] "POST /neutron/router HTTP/1.1" 200 541 0.003518 10.0.0.73 - - [2026-02-19 02:10:35] "POST /neutron/router HTTP/1.1" 200 541 0.003720 10.0.0.73 - - [2026-02-19 02:10:35] "POST /neutron/router HTTP/1.1" 200 541 0.003672 10.0.0.73 - - [2026-02-19 02:10:35] "POST /neutron/router HTTP/1.1" 200 541 0.003820 10.0.0.73 - - [2026-02-19 02:10:35] "POST /neutron/router HTTP/1.1" 200 541 0.003116 10.0.0.73 - - [2026-02-19 02:10:35] "POST /neutron/router HTTP/1.1" 200 541 0.003634 10.0.0.73 - - [2026-02-19 02:10:35] "POST /neutron/router HTTP/1.1" 200 541 0.003662 10.0.0.73 - - [2026-02-19 02:10:35] "POST /neutron/router HTTP/1.1" 200 541 0.003222 10.0.0.73 - - [2026-02-19 02:10:35] "POST /neutron/router HTTP/1.1" 200 541 0.003194 10.0.0.73 - - [2026-02-19 02:10:35] "POST /neutron/router HTTP/1.1" 200 541 0.004297 10.0.0.73 - - [2026-02-19 02:10:35] "POST /neutron/router HTTP/1.1" 200 541 0.020033 10.0.0.73 - - [2026-02-19 02:10:35] "POST /neutron/router HTTP/1.1" 200 541 0.003457 10.0.0.73 - - [2026-02-19 02:10:35] "POST /neutron/router HTTP/1.1" 200 542 0.024606 10.0.0.73 - - [2026-02-19 02:10:35] "POST /neutron/router HTTP/1.1" 200 542 0.004555 10.0.0.73 - - [2026-02-19 02:10:36] "GET /logical-router/7b77651c-c64e-4451-ba3d-17c2bfc25247?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.004097 10.0.0.73 - - [2026-02-19 02:10:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002995 10.0.0.73 - - [2026-02-19 02:10:36] "POST /neutron/router HTTP/1.1" 200 151 0.041125 10.0.0.73 - - [2026-02-19 02:10:36] "GET /projects?obj_uuids=a5e71268-16fe-4a3b-97f7-cb00ccd5f05c&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001419 10.0.0.73 - - [2026-02-19 02:10:36] "DELETE /route-target/1b463dde-a8dd-4106-9630-be61743491c4 HTTP/1.1" 200 115 0.032482 10.0.0.73 - - [2026-02-19 02:10:36] "POST /neutron/router HTTP/1.1" 200 541 0.044276 10.0.0.73 - - [2026-02-19 02:10:36] "POST /neutron/router HTTP/1.1" 200 541 0.003617 10.0.0.73 - - [2026-02-19 02:10:36] "POST /neutron/router HTTP/1.1" 200 541 0.004111 10.0.0.73 - - [2026-02-19 02:10:36] "POST /route-targets HTTP/1.1" 200 327 0.017251 10.0.0.73 - - [2026-02-19 02:10:36] "POST /neutron/router HTTP/1.1" 200 541 0.003950 10.0.0.73 - - [2026-02-19 02:10:36] "POST /neutron/router HTTP/1.1" 200 541 0.003879 10.0.0.73 - - [2026-02-19 02:10:36] "POST /neutron/router HTTP/1.1" 200 541 0.004084 10.0.0.73 - - [2026-02-19 02:10:36] "POST /neutron/router HTTP/1.1" 200 541 0.003061 10.0.0.73 - - [2026-02-19 02:10:36] "PUT /logical-router/17e633f2-cb52-4d27-a547-f2892bf47776 HTTP/1.1" 200 262 0.020884 10.0.0.73 - - [2026-02-19 02:10:36] "POST /neutron/router HTTP/1.1" 200 541 0.007330 10.0.0.73 - - [2026-02-19 02:10:36] "POST /neutron/router HTTP/1.1" 200 541 0.004168 10.0.0.73 - - [2026-02-19 02:10:36] "POST /neutron/router HTTP/1.1" 200 541 0.003427 10.0.0.73 - - [2026-02-19 02:10:36] "POST /neutron/router HTTP/1.1" 200 541 0.003531 10.0.0.73 - - [2026-02-19 02:10:36] "POST /neutron/router HTTP/1.1" 200 541 0.004330 10.0.0.73 - - [2026-02-19 02:10:36] "POST /neutron/router HTTP/1.1" 200 541 0.003086 10.0.0.73 - - [2026-02-19 02:10:36] "POST /neutron/router HTTP/1.1" 200 541 0.003219 10.0.0.73 - - [2026-02-19 02:10:36] "POST /neutron/router HTTP/1.1" 200 541 0.016304 10.0.0.73 - - [2026-02-19 02:10:36] "POST /neutron/router HTTP/1.1" 200 541 0.003689 10.0.0.73 - - [2026-02-19 02:10:36] "POST /neutron/router HTTP/1.1" 200 541 0.004115 10.0.0.73 - - [2026-02-19 02:10:36] "POST /neutron/router HTTP/1.1" 200 541 0.003615 10.0.0.73 - - [2026-02-19 02:10:36] "POST /neutron/router HTTP/1.1" 200 541 0.004246 10.0.0.73 - - [2026-02-19 02:10:36] "POST /neutron/router HTTP/1.1" 200 541 0.003725 10.0.0.73 - - [2026-02-19 02:10:36] "POST /neutron/router HTTP/1.1" 200 541 0.003820 10.0.0.73 - - [2026-02-19 02:10:36] "POST /neutron/router HTTP/1.1" 200 541 0.004015 10.0.0.73 - - [2026-02-19 02:10:36] "POST /neutron/router HTTP/1.1" 200 541 0.003915 10.0.0.73 - - [2026-02-19 02:10:36] "POST /neutron/router HTTP/1.1" 200 541 0.003188 10.0.0.73 - - [2026-02-19 02:10:36] "POST /neutron/router HTTP/1.1" 200 541 0.003402 10.0.0.73 - - [2026-02-19 02:10:36] "POST /neutron/router HTTP/1.1" 200 541 0.003648 10.0.0.73 - - [2026-02-19 02:10:36] "POST /neutron/router HTTP/1.1" 200 541 0.003146 10.0.0.73 - - [2026-02-19 02:10:36] "POST /neutron/router HTTP/1.1" 200 541 0.002968 10.0.0.73 - - [2026-02-19 02:10:36] "POST /neutron/router HTTP/1.1" 200 541 0.003791 10.0.0.73 - - [2026-02-19 02:10:36] "POST /neutron/router HTTP/1.1" 200 541 0.003722 10.0.0.73 - - [2026-02-19 02:10:36] "POST /neutron/router HTTP/1.1" 200 541 0.003751 10.0.0.73 - - [2026-02-19 02:10:36] "POST /neutron/router HTTP/1.1" 200 541 0.003245 10.0.0.73 - - [2026-02-19 02:10:36] "POST /neutron/router HTTP/1.1" 200 541 0.003919 10.0.0.73 - - [2026-02-19 02:10:36] "POST /neutron/router HTTP/1.1" 200 541 0.012880 10.0.0.73 - - [2026-02-19 02:10:36] "POST /neutron/router HTTP/1.1" 200 541 0.003434 10.0.0.73 - - [2026-02-19 02:10:36] "POST /neutron/router HTTP/1.1" 200 541 0.014686 10.0.0.73 - - [2026-02-19 02:10:36] "POST /neutron/router HTTP/1.1" 200 541 0.004567 10.0.0.73 - - [2026-02-19 02:10:36] "GET /logical-router/17e633f2-cb52-4d27-a547-f2892bf47776?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.005532 10.0.0.73 - - [2026-02-19 02:10:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002835 10.0.0.73 - - [2026-02-19 02:10:36] "POST /neutron/router HTTP/1.1" 200 151 0.046224 10.0.0.73 - - [2026-02-19 02:10:36] "GET /projects?obj_uuids=34c15ccd-b158-4d35-9b15-ebadeaa19fd7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001253 10.0.0.73 - - [2026-02-19 02:10:36] "DELETE /route-target/95de85a7-3900-4cc8-934c-3f0b5e6eb576 HTTP/1.1" 200 115 0.019485 10.0.0.73 - - [2026-02-19 02:10:36] "POST /neutron/router HTTP/1.1" 200 559 0.058641 10.0.0.73 - - [2026-02-19 02:10:36] "POST /neutron/router HTTP/1.1" 200 559 0.004241 10.0.0.73 - - [2026-02-19 02:10:36] "POST /route-targets HTTP/1.1" 200 327 0.025522 10.0.0.73 - - [2026-02-19 02:10:36] "POST /neutron/router HTTP/1.1" 200 559 0.026799 10.0.0.73 - - [2026-02-19 02:10:36] "POST /neutron/router HTTP/1.1" 200 559 0.007023 10.0.0.73 - - [2026-02-19 02:10:36] "PUT /logical-router/586a9783-e140-4359-80d2-44a400005592 HTTP/1.1" 200 262 0.037269 10.0.0.73 - - [2026-02-19 02:10:36] "POST /neutron/router HTTP/1.1" 200 559 0.004093 10.0.0.73 - - [2026-02-19 02:10:36] "POST /neutron/router HTTP/1.1" 200 559 0.003543 10.0.0.73 - - [2026-02-19 02:10:36] "POST /neutron/router HTTP/1.1" 200 559 0.003202 10.0.0.73 - - [2026-02-19 02:10:36] "POST /neutron/router HTTP/1.1" 200 559 0.003690 10.0.0.73 - - [2026-02-19 02:10:36] "POST /neutron/router HTTP/1.1" 200 559 0.003527 10.0.0.73 - - [2026-02-19 02:10:36] "POST /neutron/router HTTP/1.1" 200 559 0.003863 10.0.0.73 - - [2026-02-19 02:10:36] "POST /neutron/router HTTP/1.1" 200 559 0.004776 10.0.0.73 - - [2026-02-19 02:10:36] "POST /neutron/router HTTP/1.1" 200 559 0.004287 10.0.0.73 - - [2026-02-19 02:10:36] "POST /neutron/router HTTP/1.1" 200 559 0.003864 10.0.0.73 - - [2026-02-19 02:10:36] "POST /neutron/router HTTP/1.1" 200 559 0.003322 10.0.0.73 - - [2026-02-19 02:10:36] "POST /neutron/router HTTP/1.1" 200 559 0.003332 10.0.0.73 - - [2026-02-19 02:10:36] "POST /neutron/router HTTP/1.1" 200 559 0.003412 10.0.0.73 - - [2026-02-19 02:10:36] "POST /neutron/router HTTP/1.1" 200 559 0.003304 10.0.0.73 - - [2026-02-19 02:10:37] "POST /neutron/router HTTP/1.1" 200 559 0.003972 10.0.0.73 - - [2026-02-19 02:10:37] "POST /neutron/router HTTP/1.1" 200 559 0.003563 10.0.0.73 - - [2026-02-19 02:10:37] "POST /neutron/router HTTP/1.1" 200 559 0.003361 10.0.0.73 - - [2026-02-19 02:10:37] "POST /neutron/router HTTP/1.1" 200 559 0.003483 10.0.0.73 - - [2026-02-19 02:10:37] "POST /neutron/router HTTP/1.1" 200 559 0.003336 10.0.0.73 - - [2026-02-19 02:10:37] "POST /neutron/router HTTP/1.1" 200 559 0.003685 10.0.0.73 - - [2026-02-19 02:10:37] "POST /neutron/router HTTP/1.1" 200 559 0.003191 10.0.0.73 - - [2026-02-19 02:10:37] "POST /neutron/router HTTP/1.1" 200 559 0.003703 10.0.0.73 - - [2026-02-19 02:10:37] "POST /neutron/router HTTP/1.1" 200 559 0.003200 10.0.0.73 - - [2026-02-19 02:10:37] "POST /neutron/router HTTP/1.1" 200 559 0.003327 10.0.0.73 - - [2026-02-19 02:10:37] "POST /neutron/router HTTP/1.1" 200 559 0.003009 10.0.0.73 - - [2026-02-19 02:10:37] "POST /neutron/router HTTP/1.1" 200 559 0.003169 10.0.0.73 - - [2026-02-19 02:10:37] "POST /neutron/router HTTP/1.1" 200 559 0.003326 10.0.0.73 - - [2026-02-19 02:10:37] "POST /neutron/router HTTP/1.1" 200 559 0.005050 10.0.0.73 - - [2026-02-19 02:10:37] "POST /neutron/router HTTP/1.1" 200 559 0.003473 10.0.0.73 - - [2026-02-19 02:10:37] "POST /neutron/router HTTP/1.1" 200 559 0.003266 10.0.0.73 - - [2026-02-19 02:10:37] "POST /neutron/router HTTP/1.1" 200 559 0.016994 10.0.0.73 - - [2026-02-19 02:10:37] "POST /neutron/router HTTP/1.1" 200 559 0.004665 10.0.0.73 - - [2026-02-19 02:10:37] "POST /neutron/router HTTP/1.1" 200 559 0.025140 10.0.0.73 - - [2026-02-19 02:10:37] "POST /neutron/router HTTP/1.1" 200 559 0.003293 10.0.0.73 - - [2026-02-19 02:10:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004182 10.0.0.73 - - [2026-02-19 02:10:37] "GET /logical-router/586a9783-e140-4359-80d2-44a400005592?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.003226 10.0.0.73 - - [2026-02-19 02:10:37] "POST /neutron/router HTTP/1.1" 200 151 0.048958 10.0.0.73 - - [2026-02-19 02:10:37] "DELETE /route-target/22e0ef4e-edf5-40b8-9404-5c017d5bd696 HTTP/1.1" 200 115 0.013235 10.0.0.73 - - [2026-02-19 02:10:37] "POST /neutron/security_group HTTP/1.1" 200 521 0.003289 10.0.0.73 - - [2026-02-19 02:10:37] "POST /neutron/security_group HTTP/1.1" 200 151 0.031327 10.0.0.73 - - [2026-02-19 02:10:37] "DELETE /access-control-list/d3fa751c-c290-419d-b1f0-0aa04e636242 HTTP/1.1" 200 115 0.024260 10.0.0.73 - - [2026-02-19 02:10:37] "POST /neutron/security_group HTTP/1.1" 200 521 0.004449 10.0.0.73 - - [2026-02-19 02:10:37] "DELETE /access-control-list/8ffc2ece-00a9-4701-9c82-7484f2b6289c HTTP/1.1" 200 115 0.022413 10.0.0.73 - - [2026-02-19 02:10:37] "POST /neutron/security_group HTTP/1.1" 200 151 0.041073 10.0.0.73 - - [2026-02-19 02:10:37] "DELETE /access-control-list/2bb037fd-2908-4567-ba2e-8372e2cfd1f3 HTTP/1.1" 200 115 0.026073 10.0.0.73 - - [2026-02-19 02:10:37] "POST /neutron/security_group HTTP/1.1" 200 506 0.006060 10.0.0.73 - - [2026-02-19 02:10:37] "DELETE /access-control-list/bba701f9-5de9-4fe8-b314-64475c63b169 HTTP/1.1" 200 115 0.031645 10.0.0.73 - - [2026-02-19 02:10:37] "POST /neutron/security_group HTTP/1.1" 200 151 0.053531 10.0.0.73 - - [2026-02-19 02:10:37] "DELETE /access-control-list/ee9733d9-014f-4a42-9036-c504d9af7601 HTTP/1.1" 200 115 0.023254 10.0.0.73 - - [2026-02-19 02:10:37] "POST /neutron/security_group HTTP/1.1" 200 506 0.004117 10.0.0.73 - - [2026-02-19 02:10:37] "DELETE /access-control-list/2a8642c8-9fbc-489f-b8b8-3c57b8113e09 HTTP/1.1" 200 115 0.033680 10.0.0.73 - - [2026-02-19 02:10:37] "POST /neutron/security_group HTTP/1.1" 200 151 0.044649 10.0.0.73 - - [2026-02-19 02:10:37] "DELETE /access-control-list/ac89a6ee-b1e9-405c-8c3d-84e2dbcbf4a7 HTTP/1.1" 200 115 0.023374 10.0.0.73 - - [2026-02-19 02:10:37] "DELETE /access-control-list/748c04eb-3c22-4e7c-8879-3a2ced6da1e6 HTTP/1.1" 200 115 0.023913 10.0.0.73 - - [2026-02-19 02:10:37] "GET /projects?obj_uuids=34c15ccd-b158-4d35-9b15-ebadeaa19fd7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000999 10.0.0.73 - - [2026-02-19 02:10:37] "GET /project/34c15ccd-b158-4d35-9b15-ebadeaa19fd7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.032486 10.0.0.73 - - [2026-02-19 02:10:37] "GET /projects?obj_uuids=34c15ccd-b158-4d35-9b15-ebadeaa19fd7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001038 10.0.0.73 - - [2026-02-19 02:10:37] "GET /project/34c15ccd-b158-4d35-9b15-ebadeaa19fd7?fields=virtual_networks HTTP/1.1" 200 1022 0.069614 10.0.0.73 - - [2026-02-19 02:10:38] "GET /projects?obj_uuids=34c15ccd-b158-4d35-9b15-ebadeaa19fd7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000919 10.0.0.73 - - [2026-02-19 02:10:38] "GET /project/34c15ccd-b158-4d35-9b15-ebadeaa19fd7?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.022536 10.0.0.73 - - [2026-02-19 02:10:38] "GET /projects?obj_uuids=34c15ccd-b158-4d35-9b15-ebadeaa19fd7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001223 10.0.0.73 - - [2026-02-19 02:10:38] "GET /project/34c15ccd-b158-4d35-9b15-ebadeaa19fd7?fields=security_groups HTTP/1.1" 200 1243 0.027095 10.0.0.73 - - [2026-02-19 02:10:38] "POST /fqname-to-id HTTP/1.1" 404 184 0.025644 10.0.0.73 - - [2026-02-19 02:10:38] "GET /projects?obj_uuids=a8999d30-73fa-4787-993f-08d143062f87&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002294 10.0.0.73 - - [2026-02-19 02:10:39] "GET /domains?obj_uuids=a019755e-f901-41d8-a8e2-8005c9c1abd3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001281 10.0.0.73 - - [2026-02-19 02:10:39] "GET /domain/a019755e-f901-41d8-a8e2-8005c9c1abd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007436 10.0.0.73 - - [2026-02-19 02:10:39] "POST /id-to-fqname HTTP/1.1" 200 186 0.001278 10.0.0.73 - - [2026-02-19 02:10:39] "POST /fqname-to-id HTTP/1.1" 404 195 0.002858 10.0.0.73 - - [2026-02-19 02:10:39] "POST /security-groups HTTP/1.1" 200 587 0.060356 10.0.0.73 - - [2026-02-19 02:10:39] "POST /fqname-to-id HTTP/1.1" 404 230 0.002435 10.0.0.73 - - [2026-02-19 02:10:39] "POST /projects HTTP/1.1" 200 577 0.203459 10.0.0.73 - - [2026-02-19 02:10:39] "POST /access-control-lists HTTP/1.1" 200 592 0.058808 10.0.0.73 - - [2026-02-19 02:10:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.272819 10.0.0.73 - - [2026-02-19 02:10:39] "POST /fqname-to-id HTTP/1.1" 404 229 0.002488 10.0.0.73 - - [2026-02-19 02:10:39] "GET /project/a8999d30-73fa-4787-993f-08d143062f87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.396060 10.0.0.73 - - [2026-02-19 02:10:39] "POST /access-control-lists HTTP/1.1" 200 590 0.060341 10.0.0.73 - - [2026-02-19 02:10:40] "GET / HTTP/1.1" 200 35931 0.002187 10.0.0.73 - - [2026-02-19 02:10:41] "POST /fqname-to-id HTTP/1.1" 401 292 0.000436 10.0.0.73 - - [2026-02-19 02:10:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.056293 10.0.0.73 - - [2026-02-19 02:10:41] "GET /projects?obj_uuids=a8999d30-73fa-4787-993f-08d143062f87&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001349 10.0.0.73 - - [2026-02-19 02:10:41] "GET /project/a8999d30-73fa-4787-993f-08d143062f87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.026699 10.0.0.73 - - [2026-02-19 02:10:41] "POST /neutron/network HTTP/1.1" 200 117 0.031322 10.0.0.73 - - [2026-02-19 02:10:41] "GET /projects?obj_uuids=a8999d30-73fa-4787-993f-08d143062f87&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000958 10.0.0.73 - - [2026-02-19 02:10:41] "POST /neutron/network HTTP/1.1" 200 601 0.056880 10.0.0.73 - - [2026-02-19 02:10:41] "POST /route-targets HTTP/1.1" 200 327 0.010454 10.0.0.73 - - [2026-02-19 02:10:41] "POST /ref-update HTTP/1.1" 200 156 0.010640 10.0.0.73 - - [2026-02-19 02:10:41] "POST /useragent-kv HTTP/1.1" 200 115 0.003356 10.0.0.73 - - [2026-02-19 02:10:41] "POST /neutron/subnet HTTP/1.1" 200 724 0.159405 10.0.0.73 - - [2026-02-19 02:10:41] "POST /neutron/network HTTP/1.1" 200 820 0.005658 10.0.0.73 - - [2026-02-19 02:10:41] "POST /id-to-fqname HTTP/1.1" 200 216 0.001217 10.0.0.73 - - [2026-02-19 02:10:41] "GET /virtual-network/4f531b65-5926-4fae-aae0-3735dd18b472?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.004775 10.0.0.73 - - [2026-02-19 02:10:41] "POST /neutron/network HTTP/1.1" 200 820 0.005768 10.0.0.73 - - [2026-02-19 02:10:41] "GET /virtual-network/4f531b65-5926-4fae-aae0-3735dd18b472?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.004696 10.0.0.73 - - [2026-02-19 02:10:41] "POST /neutron/network HTTP/1.1" 200 820 0.005817 10.0.0.73 - - [2026-02-19 02:10:42] "POST /neutron/subnet HTTP/1.1" 200 724 0.007699 10.0.0.73 - - [2026-02-19 02:10:42] "POST /fqname-to-id HTTP/1.1" 404 206 0.002013 10.0.0.73 - - [2026-02-19 02:10:42] "GET /virtual-network/4f531b65-5926-4fae-aae0-3735dd18b472?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.004171 10.0.0.73 - - [2026-02-19 02:10:42] "GET /projects?obj_uuids=a8999d30-73fa-4787-993f-08d143062f87&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001003 10.0.0.73 - - [2026-02-19 02:10:42] "POST /neutron/port HTTP/1.1" 200 1017 0.160574 10.0.0.73 - - [2026-02-19 02:10:42] "GET /virtual-machine-interface/e9f8a8c4-179c-4c33-96ab-caf3a37910c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2385 0.006120 10.0.0.73 - - [2026-02-19 02:10:42] "GET /virtual-machine-interface/e9f8a8c4-179c-4c33-96ab-caf3a37910c9?fields=instance_ip_back_refs HTTP/1.1" 200 1318 0.006083 10.0.0.73 - - [2026-02-19 02:10:42] "GET /instance-ip/8c17df88-3d96-48f5-8e3f-94207db98fbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1595 0.005679 10.0.0.73 - - [2026-02-19 02:10:42] "GET /virtual-machine-interface/e9f8a8c4-179c-4c33-96ab-caf3a37910c9 HTTP/1.1" 401 292 0.000587 10.0.0.73 - - [2026-02-19 02:10:42] "GET /virtual-machine-interface/e9f8a8c4-179c-4c33-96ab-caf3a37910c9 HTTP/1.1" 200 2606 0.040764 10.0.0.73 - - [2026-02-19 02:10:42] "POST /neutron/port HTTP/1.1" 200 1017 0.009049 10.0.0.73 - - [2026-02-19 02:10:42] "POST /neutron/port HTTP/1.1" 200 151 0.063148 10.0.0.73 - - [2026-02-19 02:10:42] "POST /neutron/network HTTP/1.1" 200 820 0.005278 10.0.0.73 - - [2026-02-19 02:10:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003361 10.0.0.73 - - [2026-02-19 02:10:42] "POST /useragent-kv HTTP/1.1" 200 115 0.001781 10.0.0.73 - - [2026-02-19 02:10:42] "POST /useragent-kv HTTP/1.1" 200 115 0.002358 10.0.0.73 - - [2026-02-19 02:10:42] "POST /neutron/network HTTP/1.1" 200 151 0.075900 10.0.0.73 - - [2026-02-19 02:10:42] "DELETE /route-target/78c29f5c-30a7-4756-a859-5338e3fc6eb9 HTTP/1.1" 200 115 0.016884 10.0.0.73 - - [2026-02-19 02:10:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002669 10.0.0.73 - - [2026-02-19 02:10:43] "GET /projects?obj_uuids=a8999d30-73fa-4787-993f-08d143062f87&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001009 10.0.0.73 - - [2026-02-19 02:10:43] "GET /project/a8999d30-73fa-4787-993f-08d143062f87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.024859 10.0.0.73 - - [2026-02-19 02:10:43] "POST /neutron/network HTTP/1.1" 200 117 0.007982 10.0.0.73 - - [2026-02-19 02:10:43] "GET /projects?obj_uuids=a8999d30-73fa-4787-993f-08d143062f87&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000950 10.0.0.73 - - [2026-02-19 02:10:43] "POST /neutron/network HTTP/1.1" 200 603 0.058043 10.0.0.73 - - [2026-02-19 02:10:43] "POST /route-targets HTTP/1.1" 200 327 0.010085 10.0.0.73 - - [2026-02-19 02:10:43] "POST /ref-update HTTP/1.1" 200 156 0.009835 10.0.0.73 - - [2026-02-19 02:10:43] "POST /useragent-kv HTTP/1.1" 200 115 0.003199 10.0.0.73 - - [2026-02-19 02:10:43] "POST /neutron/subnet HTTP/1.1" 200 720 0.156702 10.0.0.73 - - [2026-02-19 02:10:43] "POST /useragent-kv HTTP/1.1" 200 115 0.002506 10.0.0.73 - - [2026-02-19 02:10:43] "POST /neutron/subnet HTTP/1.1" 200 734 0.164490 10.0.0.73 - - [2026-02-19 02:10:43] "POST /neutron/network HTTP/1.1" 200 979 0.006030 10.0.0.73 - - [2026-02-19 02:10:43] "POST /id-to-fqname HTTP/1.1" 200 217 0.001143 10.0.0.73 - - [2026-02-19 02:10:43] "GET /virtual-network/6187651e-915e-4162-a140-700bf8c6f407?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2564 0.004226 10.0.0.73 - - [2026-02-19 02:10:44] "POST /neutron/network HTTP/1.1" 200 979 0.006649 10.0.0.73 - - [2026-02-19 02:10:44] "GET /virtual-network/6187651e-915e-4162-a140-700bf8c6f407?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2564 0.004911 10.0.0.73 - - [2026-02-19 02:10:44] "POST /neutron/network HTTP/1.1" 200 979 0.006779 10.0.0.73 - - [2026-02-19 02:10:44] "POST /neutron/subnet HTTP/1.1" 200 720 0.006078 10.0.0.73 - - [2026-02-19 02:10:44] "POST /neutron/subnet HTTP/1.1" 200 734 0.006313 10.0.0.73 - - [2026-02-19 02:10:44] "GET /projects?obj_uuids=a8999d30-73fa-4787-993f-08d143062f87&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001118 10.0.0.73 - - [2026-02-19 02:10:44] "POST /neutron/port HTTP/1.1" 200 1017 0.152556 10.0.0.73 - - [2026-02-19 02:10:44] "GET /projects?obj_uuids=a8999d30-73fa-4787-993f-08d143062f87&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000951 10.0.0.73 - - [2026-02-19 02:10:44] "POST /neutron/port HTTP/1.1" 200 1020 0.158263 10.0.0.73 - - [2026-02-19 02:10:44] "POST /id-to-fqname HTTP/1.1" 200 217 0.001353 10.0.0.73 - - [2026-02-19 02:10:44] "POST /neutron/port HTTP/1.1" 200 1017 0.008335 10.0.0.73 - - [2026-02-19 02:10:44] "POST /neutron/port HTTP/1.1" 200 1017 0.008647 10.0.0.73 - - [2026-02-19 02:10:44] "POST /neutron/network HTTP/1.1" 200 979 0.006355 10.0.0.73 - - [2026-02-19 02:10:44] "POST /neutron/port HTTP/1.1" 200 1017 0.008486 10.0.0.73 - - [2026-02-19 02:10:44] "POST /neutron/port HTTP/1.1" 200 117 0.004564 10.0.0.73 - - [2026-02-19 02:10:44] "POST /neutron/port HTTP/1.1" 200 117 0.004602 10.0.0.73 - - [2026-02-19 02:10:44] "POST /id-to-fqname HTTP/1.1" 200 217 0.001345 10.0.0.73 - - [2026-02-19 02:10:45] "POST /neutron/port HTTP/1.1" 200 117 0.004904 10.0.0.73 - - [2026-02-19 02:10:45] "POST /neutron/port HTTP/1.1" 200 1020 0.009071 10.0.0.73 - - [2026-02-19 02:10:45] "POST /neutron/port HTTP/1.1" 200 1020 0.009550 10.0.0.73 - - [2026-02-19 02:10:45] "POST /neutron/network HTTP/1.1" 200 979 0.010887 10.0.0.73 - - [2026-02-19 02:10:45] "POST /neutron/port HTTP/1.1" 200 1020 0.008157 10.0.0.73 - - [2026-02-19 02:10:45] "POST /neutron/port HTTP/1.1" 200 1017 0.008024 10.0.0.73 - - [2026-02-19 02:10:45] "POST /neutron/port HTTP/1.1" 200 1020 0.009421 10.0.0.73 - - [2026-02-19 02:10:45] "POST /neutron/port HTTP/1.1" 200 117 0.007328 10.0.0.73 - - [2026-02-19 02:10:45] "POST /neutron/port HTTP/1.1" 200 117 0.004427 10.0.0.73 - - [2026-02-19 02:10:45] "POST /neutron/port HTTP/1.1" 200 117 0.004672 10.0.0.73 - - [2026-02-19 02:10:45] "POST /neutron/port HTTP/1.1" 200 1017 0.011058 10.0.0.73 - - [2026-02-19 02:10:45] "POST /neutron/network HTTP/1.1" 200 989 0.006287 10.0.0.73 - - [2026-02-19 02:10:45] "POST /neutron/port HTTP/1.1" 200 1017 0.010494 10.0.0.73 - - [2026-02-19 02:10:45] "POST /neutron/port HTTP/1.1" 200 1017 0.009354 10.0.0.73 - - [2026-02-19 02:10:45] "POST /neutron/port HTTP/1.1" 200 1109 0.069725 10.0.0.73 - - [2026-02-19 02:10:45] "POST /neutron/port HTTP/1.1" 200 1020 0.008432 10.0.0.73 - - [2026-02-19 02:10:45] "POST /neutron/network HTTP/1.1" 200 989 0.007142 10.0.0.73 - - [2026-02-19 02:10:45] "POST /neutron/port HTTP/1.1" 200 1119 0.015996 10.0.0.73 - - [2026-02-19 02:10:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004405 10.0.0.73 - - [2026-02-19 02:10:45] "POST /neutron/port HTTP/1.1" 200 1020 0.012408 10.0.0.73 - - [2026-02-19 02:10:46] "POST /neutron/port HTTP/1.1" 200 1020 0.009757 10.0.0.73 - - [2026-02-19 02:10:46] "POST /neutron/subnet HTTP/1.1" 200 694 0.010229 10.0.0.73 - - [2026-02-19 02:10:46] "POST /neutron/port HTTP/1.1" 200 117 0.001692 10.0.0.73 - - [2026-02-19 02:10:46] "POST /neutron/network HTTP/1.1" 200 979 0.019955 10.0.0.73 - - [2026-02-19 02:10:46] "POST /neutron/port HTTP/1.1" 200 1112 0.093470 10.0.0.73 - - [2026-02-19 02:10:46] "POST /neutron/port HTTP/1.1" 200 1122 0.014184 10.0.0.73 - - [2026-02-19 02:10:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005111 10.0.0.73 - - [2026-02-19 02:10:46] "POST /neutron/subnet HTTP/1.1" 200 708 0.011978 10.0.0.73 - - [2026-02-19 02:10:46] "POST /neutron/port HTTP/1.1" 200 117 0.001508 10.0.0.73 - - [2026-02-19 02:10:46] "POST /neutron/network HTTP/1.1" 200 979 0.009189 10.0.0.73 - - [2026-02-19 02:10:50] "POST /neutron/port HTTP/1.1" 200 1119 0.011564 10.0.0.73 - - [2026-02-19 02:10:50] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005768 10.0.0.73 - - [2026-02-19 02:10:50] "POST /neutron/port HTTP/1.1" 200 1119 0.011392 10.0.0.73 - - [2026-02-19 02:10:50] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005503 10.0.0.73 - - [2026-02-19 02:10:50] "POST /neutron/port HTTP/1.1" 200 1119 0.011116 10.0.0.73 - - [2026-02-19 02:10:50] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006947 10.0.0.73 - - [2026-02-19 02:10:50] "GET /virtual-machine/b017d241-3338-4b46-b414-1bd4186c4f62 HTTP/1.1" 200 1285 0.004653 10.0.0.73 - - [2026-02-19 02:10:50] "GET /virtual-machine-interface/24094c8a-1421-44a5-a2b7-e2b28fd0ab26 HTTP/1.1" 200 2924 0.004389 10.0.0.73 - - [2026-02-19 02:10:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002433 10.0.0.73 - - [2026-02-19 02:10:50] "GET /global-vrouter-config/353e4024-a16e-4ac5-a38a-f6c33a8537f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003011 10.0.0.73 - - [2026-02-19 02:10:50] "GET /virtual-networks?parent_id=a8999d30-73fa-4787-993f-08d143062f87&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002540 10.0.0.73 - - [2026-02-19 02:10:50] "GET /virtual-network/6187651e-915e-4162-a140-700bf8c6f407?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2564 0.004746 10.0.0.73 - - [2026-02-19 02:10:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002872 10.0.0.73 - - [2026-02-19 02:10:53] "GET /virtual-network/6187651e-915e-4162-a140-700bf8c6f407?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2564 0.004998 10.0.0.73 - - [2026-02-19 02:10:55] "POST /neutron/port HTTP/1.1" 200 1119 0.010257 10.0.0.73 - - [2026-02-19 02:10:55] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005152 10.0.0.73 - - [2026-02-19 02:10:55] "POST /neutron/port HTTP/1.1" 200 1122 0.013572 10.0.0.73 - - [2026-02-19 02:10:55] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006618 10.0.0.73 - - [2026-02-19 02:10:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003101 10.0.0.73 - - [2026-02-19 02:10:56] "GET /global-vrouter-config/353e4024-a16e-4ac5-a38a-f6c33a8537f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003312 10.0.0.73 - - [2026-02-19 02:10:56] "GET /virtual-networks?parent_id=a8999d30-73fa-4787-993f-08d143062f87&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.003067 10.0.0.73 - - [2026-02-19 02:10:56] "GET /virtual-network/6187651e-915e-4162-a140-700bf8c6f407?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2564 0.005045 10.0.0.73 - - [2026-02-19 02:10:56] "POST /neutron/port HTTP/1.1" 200 1119 0.011505 10.0.0.73 - - [2026-02-19 02:10:56] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005528 10.0.0.73 - - [2026-02-19 02:11:01] "POST /neutron/port HTTP/1.1" 200 1122 0.014297 10.0.0.73 - - [2026-02-19 02:11:01] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006602 10.0.0.73 - - [2026-02-19 02:11:01] "POST /neutron/port HTTP/1.1" 200 1122 0.011631 10.0.0.73 - - [2026-02-19 02:11:01] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006557 10.0.0.73 - - [2026-02-19 02:11:01] "POST /neutron/port HTTP/1.1" 200 1122 0.012000 10.0.0.73 - - [2026-02-19 02:11:01] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005488 10.0.0.73 - - [2026-02-19 02:11:01] "GET /virtual-machine/cb2c9e15-9763-4f87-b6ad-1f3e75855810 HTTP/1.1" 200 1285 0.004370 10.0.0.73 - - [2026-02-19 02:11:01] "GET /virtual-machine-interface/877cd229-c344-40b9-9850-364d9b056f70 HTTP/1.1" 200 2924 0.004576 10.0.0.73 - - [2026-02-19 02:11:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002778 10.0.0.73 - - [2026-02-19 02:11:01] "GET /global-vrouter-config/353e4024-a16e-4ac5-a38a-f6c33a8537f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004029 10.0.0.73 - - [2026-02-19 02:11:01] "GET /virtual-networks?parent_id=a8999d30-73fa-4787-993f-08d143062f87&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002755 10.0.0.73 - - [2026-02-19 02:11:01] "GET /virtual-network/6187651e-915e-4162-a140-700bf8c6f407?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2564 0.005959 10.0.0.73 - - [2026-02-19 02:11:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002515 10.0.0.73 - - [2026-02-19 02:11:03] "GET /global-vrouter-config/353e4024-a16e-4ac5-a38a-f6c33a8537f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002923 10.0.0.73 - - [2026-02-19 02:11:03] "GET /virtual-networks?parent_id=a8999d30-73fa-4787-993f-08d143062f87&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002540 10.0.0.73 - - [2026-02-19 02:11:03] "GET /virtual-network/6187651e-915e-4162-a140-700bf8c6f407?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2564 0.005030 10.0.0.73 - - [2026-02-19 02:11:06] "POST /neutron/port HTTP/1.1" 200 1112 0.020941 10.0.0.73 - - [2026-02-19 02:11:06] "POST /neutron/port HTTP/1.1" 200 1112 0.010249 10.0.0.73 - - [2026-02-19 02:11:06] "POST /neutron/port HTTP/1.1" 200 151 0.109390 10.0.0.73 - - [2026-02-19 02:11:06] "POST /neutron/port HTTP/1.1" 200 1109 0.012485 10.0.0.73 - - [2026-02-19 02:11:06] "POST /neutron/port HTTP/1.1" 200 1109 0.009712 10.0.0.73 - - [2026-02-19 02:11:06] "POST /neutron/port HTTP/1.1" 200 151 0.144203 10.0.0.73 - - [2026-02-19 02:11:06] "POST /neutron/network HTTP/1.1" 200 979 0.007561 10.0.0.73 - - [2026-02-19 02:11:06] "POST /useragent-kv HTTP/1.1" 200 115 0.002983 10.0.0.73 - - [2026-02-19 02:11:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.007083 10.0.0.73 - - [2026-02-19 02:11:06] "POST /useragent-kv HTTP/1.1" 200 115 0.005154 10.0.0.73 - - [2026-02-19 02:11:06] "POST /useragent-kv HTTP/1.1" 200 115 0.005161 10.0.0.73 - - [2026-02-19 02:11:06] "POST /useragent-kv HTTP/1.1" 200 115 0.003498 10.0.0.73 - - [2026-02-19 02:11:06] "POST /neutron/network HTTP/1.1" 200 151 0.139272 10.0.0.73 - - [2026-02-19 02:11:06] "DELETE /route-target/f04e996c-ce8a-4499-b61c-3095b76feedf HTTP/1.1" 200 115 0.037459 10.0.0.73 - - [2026-02-19 02:11:06] "POST /neutron/port HTTP/1.1" 200 117 0.004666 10.0.0.73 - - [2026-02-19 02:11:06] "POST /neutron/port HTTP/1.1" 400 205 0.002801 10.0.0.73 - - [2026-02-19 02:11:07] "GET /projects?obj_uuids=a8999d30-73fa-4787-993f-08d143062f87&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001347 10.0.0.73 - - [2026-02-19 02:11:07] "GET /project/a8999d30-73fa-4787-993f-08d143062f87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.041011 10.0.0.73 - - [2026-02-19 02:11:07] "GET /projects?obj_uuids=a8999d30-73fa-4787-993f-08d143062f87&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001642 10.0.0.73 - - [2026-02-19 02:11:07] "GET /project/a8999d30-73fa-4787-993f-08d143062f87?fields=virtual_networks HTTP/1.1" 200 1025 0.033811 10.0.0.73 - - [2026-02-19 02:11:07] "GET /projects?obj_uuids=a8999d30-73fa-4787-993f-08d143062f87&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001423 10.0.0.73 - - [2026-02-19 02:11:07] "GET /project/a8999d30-73fa-4787-993f-08d143062f87?fields=virtual_machine_interfaces HTTP/1.1" 200 1025 0.025107 10.0.0.73 - - [2026-02-19 02:11:07] "GET /projects?obj_uuids=a8999d30-73fa-4787-993f-08d143062f87&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001022 10.0.0.73 - - [2026-02-19 02:11:07] "GET /project/a8999d30-73fa-4787-993f-08d143062f87?fields=security_groups HTTP/1.1" 200 1247 0.026038 10.0.0.73 - - [2026-02-19 02:11:08] "POST /fqname-to-id HTTP/1.1" 404 186 0.027560 10.0.0.73 - - [2026-02-19 02:11:08] "GET /projects?obj_uuids=e6ef5228-dee8-4755-9f0d-b5ff2a3b7a1a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002427 10.0.0.73 - - [2026-02-19 02:11:08] "GET /domains?obj_uuids=a019755e-f901-41d8-a8e2-8005c9c1abd3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001519 10.0.0.73 - - [2026-02-19 02:11:08] "GET /domain/a019755e-f901-41d8-a8e2-8005c9c1abd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008149 10.0.0.73 - - [2026-02-19 02:11:08] "POST /id-to-fqname HTTP/1.1" 200 188 0.001317 10.0.0.73 - - [2026-02-19 02:11:08] "POST /fqname-to-id HTTP/1.1" 404 197 0.004243 10.0.0.73 - - [2026-02-19 02:11:08] "POST /security-groups HTTP/1.1" 200 589 0.060481 10.0.0.73 - - [2026-02-19 02:11:08] "POST /fqname-to-id HTTP/1.1" 404 232 0.002573 10.0.0.73 - - [2026-02-19 02:11:08] "POST /projects HTTP/1.1" 200 581 0.212853 10.0.0.73 - - [2026-02-19 02:11:08] "POST /access-control-lists HTTP/1.1" 200 594 0.057649 10.0.0.73 - - [2026-02-19 02:11:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.284941 10.0.0.73 - - [2026-02-19 02:11:08] "POST /fqname-to-id HTTP/1.1" 404 231 0.002645 10.0.0.73 - - [2026-02-19 02:11:08] "GET /project/e6ef5228-dee8-4755-9f0d-b5ff2a3b7a1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.406185 10.0.0.73 - - [2026-02-19 02:11:08] "POST /access-control-lists HTTP/1.1" 200 592 0.068667 10.0.0.73 - - [2026-02-19 02:11:09] "GET / HTTP/1.1" 200 35931 0.001914 10.0.0.73 - - [2026-02-19 02:11:10] "POST /fqname-to-id HTTP/1.1" 401 292 0.000439 10.0.0.73 - - [2026-02-19 02:11:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.064378 10.0.0.73 - - [2026-02-19 02:11:10] "GET /projects?obj_uuids=e6ef5228-dee8-4755-9f0d-b5ff2a3b7a1a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000971 10.0.0.73 - - [2026-02-19 02:11:10] "GET /project/e6ef5228-dee8-4755-9f0d-b5ff2a3b7a1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.027832 10.0.0.73 - - [2026-02-19 02:11:10] "POST /neutron/network HTTP/1.1" 200 117 0.033622 10.0.0.73 - - [2026-02-19 02:11:10] "GET /projects?obj_uuids=e6ef5228-dee8-4755-9f0d-b5ff2a3b7a1a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001578 10.0.0.73 - - [2026-02-19 02:11:11] "POST /neutron/network HTTP/1.1" 200 605 0.079464 10.0.0.73 - - [2026-02-19 02:11:11] "POST /route-targets HTTP/1.1" 200 327 0.013680 10.0.0.73 - - [2026-02-19 02:11:11] "POST /ref-update HTTP/1.1" 200 156 0.030970 10.0.0.73 - - [2026-02-19 02:11:11] "POST /useragent-kv HTTP/1.1" 200 115 0.004456 10.0.0.73 - - [2026-02-19 02:11:11] "POST /neutron/subnet HTTP/1.1" 200 720 0.225081 10.0.0.73 - - [2026-02-19 02:11:11] "POST /neutron/network HTTP/1.1" 200 823 0.014287 10.0.0.73 - - [2026-02-19 02:11:11] "POST /id-to-fqname HTTP/1.1" 200 219 0.001248 10.0.0.73 - - [2026-02-19 02:11:11] "GET /virtual-network/630b17d5-7431-444c-ad5c-a4ed28562820?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.015718 10.0.0.73 - - [2026-02-19 02:11:11] "POST /neutron/network HTTP/1.1" 200 823 0.006104 10.0.0.73 - - [2026-02-19 02:11:11] "GET /virtual-network/630b17d5-7431-444c-ad5c-a4ed28562820?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.007094 10.0.0.73 - - [2026-02-19 02:11:11] "POST /neutron/port HTTP/1.1" 200 117 0.004976 10.0.0.73 - - [2026-02-19 02:11:11] "POST /neutron/port HTTP/1.1" 400 205 0.003890 10.0.0.73 - - [2026-02-19 02:11:11] "POST /neutron/network HTTP/1.1" 200 823 0.005523 10.0.0.73 - - [2026-02-19 02:11:11] "POST /neutron/subnet HTTP/1.1" 200 720 0.017869 10.0.0.73 - - [2026-02-19 02:11:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002454 10.0.0.73 - - [2026-02-19 02:11:11] "GET /projects?obj_uuids=e6ef5228-dee8-4755-9f0d-b5ff2a3b7a1a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000981 10.0.0.73 - - [2026-02-19 02:11:11] "GET /project/e6ef5228-dee8-4755-9f0d-b5ff2a3b7a1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.021102 10.0.0.73 - - [2026-02-19 02:11:11] "POST /neutron/network HTTP/1.1" 200 117 0.007865 10.0.0.73 - - [2026-02-19 02:11:11] "GET /projects?obj_uuids=e6ef5228-dee8-4755-9f0d-b5ff2a3b7a1a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000878 10.0.0.73 - - [2026-02-19 02:11:11] "POST /neutron/network HTTP/1.1" 200 605 0.072018 10.0.0.73 - - [2026-02-19 02:11:11] "POST /route-targets HTTP/1.1" 200 327 0.009325 10.0.0.73 - - [2026-02-19 02:11:11] "POST /ref-update HTTP/1.1" 200 156 0.010143 10.0.0.73 - - [2026-02-19 02:11:11] "POST /useragent-kv HTTP/1.1" 200 115 0.002966 10.0.0.73 - - [2026-02-19 02:11:11] "POST /neutron/subnet HTTP/1.1" 200 719 0.157068 10.0.0.73 - - [2026-02-19 02:11:11] "POST /neutron/network HTTP/1.1" 200 823 0.007798 10.0.0.73 - - [2026-02-19 02:11:11] "POST /id-to-fqname HTTP/1.1" 200 219 0.001204 10.0.0.73 - - [2026-02-19 02:11:11] "GET /virtual-network/34f03a14-410a-4b78-90e3-71d59de7e538?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.004610 10.0.0.73 - - [2026-02-19 02:11:11] "POST /neutron/network HTTP/1.1" 200 823 0.005289 10.0.0.73 - - [2026-02-19 02:11:11] "GET /virtual-network/34f03a14-410a-4b78-90e3-71d59de7e538?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.004758 10.0.0.73 - - [2026-02-19 02:11:12] "POST /neutron/network HTTP/1.1" 200 823 0.005318 10.0.0.73 - - [2026-02-19 02:11:12] "POST /neutron/subnet HTTP/1.1" 200 719 0.006775 10.0.0.73 - - [2026-02-19 02:11:12] "POST /id-to-fqname HTTP/1.1" 200 219 0.001471 10.0.0.73 - - [2026-02-19 02:11:12] "POST /neutron/network HTTP/1.1" 200 833 0.006178 10.0.0.73 - - [2026-02-19 02:11:12] "GET /aaa-mode HTTP/1.1" 401 292 0.000457 10.0.0.73 - - [2026-02-19 02:11:12] "GET / HTTP/1.1" 200 35931 0.002404 10.0.0.73 - - [2026-02-19 02:11:12] "GET /project/e6ef5228-dee8-4755-9f0d-b5ff2a3b7a1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000448 10.0.0.73 - - [2026-02-19 02:11:12] "GET /projects?obj_uuids=e6ef5228-dee8-4755-9f0d-b5ff2a3b7a1a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000933 10.0.0.73 - - [2026-02-19 02:11:12] "GET /project/e6ef5228-dee8-4755-9f0d-b5ff2a3b7a1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.050750 10.0.0.73 - - [2026-02-19 02:11:12] "POST /neutron/network HTTP/1.1" 200 823 0.005312 10.0.0.73 - - [2026-02-19 02:11:13] "POST /neutron/port HTTP/1.1" 200 117 0.005205 10.0.0.73 - - [2026-02-19 02:11:13] "POST /neutron/port HTTP/1.1" 200 117 0.004609 10.0.0.73 - - [2026-02-19 02:11:13] "POST /id-to-fqname HTTP/1.1" 200 219 0.001287 10.0.0.73 - - [2026-02-19 02:11:13] "POST /neutron/port HTTP/1.1" 200 117 0.004448 10.0.0.73 - - [2026-02-19 02:11:13] "POST /neutron/network HTTP/1.1" 200 833 0.004929 10.0.0.73 - - [2026-02-19 02:11:13] "GET /aaa-mode HTTP/1.1" 401 292 0.000548 10.0.0.73 - - [2026-02-19 02:11:13] "POST /neutron/network HTTP/1.1" 200 833 0.004831 10.0.0.73 - - [2026-02-19 02:11:13] "GET /projects?obj_uuids=e6ef5228-dee8-4755-9f0d-b5ff2a3b7a1a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000985 10.0.0.73 - - [2026-02-19 02:11:13] "GET / HTTP/1.1" 200 35931 0.001314 10.0.0.73 - - [2026-02-19 02:11:13] "GET /project/e6ef5228-dee8-4755-9f0d-b5ff2a3b7a1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000630 10.0.0.73 - - [2026-02-19 02:11:13] "POST /neutron/port HTTP/1.1" 200 1057 0.248606 10.0.0.73 - - [2026-02-19 02:11:13] "POST /neutron/port HTTP/1.1" 200 1057 0.012281 10.0.0.73 - - [2026-02-19 02:11:13] "POST /neutron/port HTTP/1.1" 200 1057 0.012189 10.0.0.73 - - [2026-02-19 02:11:13] "POST /neutron/port HTTP/1.1" 200 1111 0.072026 10.0.0.73 - - [2026-02-19 02:11:13] "POST /neutron/port HTTP/1.1" 200 1121 0.011026 10.0.0.73 - - [2026-02-19 02:11:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002969 10.0.0.73 - - [2026-02-19 02:11:13] "POST /neutron/subnet HTTP/1.1" 200 694 0.006412 10.0.0.73 - - [2026-02-19 02:11:13] "POST /neutron/port HTTP/1.1" 200 117 0.001215 10.0.0.73 - - [2026-02-19 02:11:14] "POST /neutron/network HTTP/1.1" 200 823 0.005617 10.0.0.73 - - [2026-02-19 02:11:14] "GET /projects?obj_uuids=e6ef5228-dee8-4755-9f0d-b5ff2a3b7a1a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001473 10.0.0.73 - - [2026-02-19 02:11:14] "GET /project/e6ef5228-dee8-4755-9f0d-b5ff2a3b7a1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.051408 10.0.0.73 - - [2026-02-19 02:11:14] "POST /neutron/network HTTP/1.1" 200 823 0.005636 10.0.0.73 - - [2026-02-19 02:11:14] "POST /neutron/port HTTP/1.1" 200 1121 0.015565 10.0.0.73 - - [2026-02-19 02:11:14] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006237 10.0.0.73 - - [2026-02-19 02:11:14] "POST /neutron/port HTTP/1.1" 200 117 0.010098 10.0.0.73 - - [2026-02-19 02:11:14] "GET /projects?obj_uuids=e6ef5228-dee8-4755-9f0d-b5ff2a3b7a1a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001058 10.0.0.73 - - [2026-02-19 02:11:14] "POST /neutron/router HTTP/1.1" 200 580 0.080078 10.0.0.73 - - [2026-02-19 02:11:14] "POST /neutron/router HTTP/1.1" 200 580 0.004949 10.0.0.73 - - [2026-02-19 02:11:14] "POST /route-targets HTTP/1.1" 200 327 0.017690 10.0.0.73 - - [2026-02-19 02:11:14] "GET /projects?obj_uuids=e6ef5228-dee8-4755-9f0d-b5ff2a3b7a1a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001837 10.0.0.73 - - [2026-02-19 02:11:14] "PUT /logical-router/463f7270-d2d7-4d78-99bc-04cbcd2eb6b9 HTTP/1.1" 200 262 0.039113 10.0.0.73 - - [2026-02-19 02:11:14] "POST /neutron/router HTTP/1.1" 200 344 0.265320 10.0.0.73 - - [2026-02-19 02:11:14] "POST /ref-update HTTP/1.1" 200 156 0.014279 10.0.0.73 - - [2026-02-19 02:11:14] "POST /neutron/network HTTP/1.1" 200 833 0.006301 10.0.0.73 - - [2026-02-19 02:11:14] "POST /neutron/port HTTP/1.1" 200 1121 0.012183 10.0.0.73 - - [2026-02-19 02:11:14] "GET /projects?obj_uuids=e6ef5228-dee8-4755-9f0d-b5ff2a3b7a1a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001214 10.0.0.73 - - [2026-02-19 02:11:14] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010112 10.0.0.73 - - [2026-02-19 02:11:15] "POST /neutron/port HTTP/1.1" 200 1057 0.292625 10.0.0.73 - - [2026-02-19 02:11:15] "POST /neutron/port HTTP/1.1" 200 1057 0.010006 10.0.0.73 - - [2026-02-19 02:11:15] "POST /neutron/port HTTP/1.1" 200 1057 0.009326 10.0.0.73 - - [2026-02-19 02:11:15] "POST /neutron/port HTTP/1.1" 200 1111 0.078641 10.0.0.73 - - [2026-02-19 02:11:15] "POST /neutron/port HTTP/1.1" 200 1121 0.011234 10.0.0.73 - - [2026-02-19 02:11:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003248 10.0.0.73 - - [2026-02-19 02:11:15] "POST /neutron/subnet HTTP/1.1" 200 693 0.008547 10.0.0.73 - - [2026-02-19 02:11:15] "POST /neutron/port HTTP/1.1" 200 117 0.001518 10.0.0.73 - - [2026-02-19 02:11:15] "POST /neutron/network HTTP/1.1" 200 823 0.005962 10.0.0.73 - - [2026-02-19 02:11:20] "POST /neutron/port HTTP/1.1" 200 1121 0.012441 10.0.0.73 - - [2026-02-19 02:11:20] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005810 10.0.0.73 - - [2026-02-19 02:11:20] "POST /neutron/port HTTP/1.1" 200 1121 0.010475 10.0.0.73 - - [2026-02-19 02:11:20] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005462 10.0.0.73 - - [2026-02-19 02:11:20] "POST /neutron/port HTTP/1.1" 200 1121 0.013061 10.0.0.73 - - [2026-02-19 02:11:20] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006758 10.0.0.73 - - [2026-02-19 02:11:20] "GET /virtual-machine/e919a5e3-7d51-47f6-81c4-2b43c57899dd HTTP/1.1" 401 292 0.000778 10.0.0.73 - - [2026-02-19 02:11:20] "GET /virtual-machine/e919a5e3-7d51-47f6-81c4-2b43c57899dd HTTP/1.1" 200 1290 0.039056 10.0.0.73 - - [2026-02-19 02:11:20] "GET /virtual-machine-interface/01957015-bd8e-4aad-ad35-fd4f4a05f1f6 HTTP/1.1" 200 2933 0.006660 10.0.0.73 - - [2026-02-19 02:11:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003265 10.0.0.73 - - [2026-02-19 02:11:20] "GET /global-vrouter-config/353e4024-a16e-4ac5-a38a-f6c33a8537f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003607 10.0.0.73 - - [2026-02-19 02:11:20] "GET /virtual-networks?parent_id=e6ef5228-dee8-4755-9f0d-b5ff2a3b7a1a&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.002610 10.0.0.73 - - [2026-02-19 02:11:20] "GET /virtual-network/630b17d5-7431-444c-ad5c-a4ed28562820?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005376 10.0.0.73 - - [2026-02-19 02:11:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002723 10.0.0.73 - - [2026-02-19 02:11:23] "GET /virtual-network/630b17d5-7431-444c-ad5c-a4ed28562820?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.004656 10.0.0.73 - - [2026-02-19 02:11:24] "POST /neutron/port HTTP/1.1" 200 1121 0.011931 10.0.0.73 - - [2026-02-19 02:11:24] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009952 10.0.0.73 - - [2026-02-19 02:11:25] "POST /neutron/port HTTP/1.1" 200 1121 0.011628 10.0.0.73 - - [2026-02-19 02:11:25] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006349 10.0.0.73 - - [2026-02-19 02:11:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002801 10.0.0.73 - - [2026-02-19 02:11:25] "GET /global-vrouter-config/353e4024-a16e-4ac5-a38a-f6c33a8537f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003492 10.0.0.73 - - [2026-02-19 02:11:26] "GET /virtual-networks?parent_id=e6ef5228-dee8-4755-9f0d-b5ff2a3b7a1a&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.003042 10.0.0.73 - - [2026-02-19 02:11:26] "GET /virtual-network/630b17d5-7431-444c-ad5c-a4ed28562820?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.004949 10.0.0.73 - - [2026-02-19 02:11:26] "POST /neutron/port HTTP/1.1" 200 1121 0.012158 10.0.0.73 - - [2026-02-19 02:11:26] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005250 10.0.0.73 - - [2026-02-19 02:11:28] "DELETE /project/34c15ccdb1584d359b15ebadeaa19fd7 HTTP/1.1" 404 173 0.015631 10.0.0.73 - - [2026-02-19 02:11:28] "DELETE /project/a8999d3073fa4787993f08d143062f87 HTTP/1.1" 404 173 0.009281 10.0.0.73 - - [2026-02-19 02:11:28] "DELETE /project/e6ef5228dee847559f0db5ff2a3b7a1a HTTP/1.1" 404 173 0.008518 10.0.0.73 - - [2026-02-19 02:11:28] "GET /projects?obj_uuids=a8999d30-73fa-4787-993f-08d143062f87&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000997 10.0.0.73 - - [2026-02-19 02:11:28] "GET /projects?obj_uuids=34c15ccd-b158-4d35-9b15-ebadeaa19fd7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000921 10.0.0.73 - - [2026-02-19 02:11:28] "GET /projects?obj_uuids=bf0484dc-c88e-47b3-a280-8f9f6bbc7ea0&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000797 10.0.0.73 - - [2026-02-19 02:11:28] "GET /project/a8999d30-73fa-4787-993f-08d143062f87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1453 0.043702 10.0.0.73 - - [2026-02-19 02:11:28] "GET /project/34c15ccd-b158-4d35-9b15-ebadeaa19fd7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.047938 10.0.0.73 - - [2026-02-19 02:11:28] "GET /project/bf0484dc-c88e-47b3-a280-8f9f6bbc7ea0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.051049 10.0.0.73 - - [2026-02-19 02:11:28] "GET /projects?obj_uuids=bf0484dc-c88e-47b3-a280-8f9f6bbc7ea0&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001437 10.0.0.73 - - [2026-02-19 02:11:28] "GET /projects?obj_uuids=34c15ccd-b158-4d35-9b15-ebadeaa19fd7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001111 10.0.0.73 - - [2026-02-19 02:11:28] "GET /projects?obj_uuids=a8999d30-73fa-4787-993f-08d143062f87&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001076 10.0.0.73 - - [2026-02-19 02:11:28] "GET /project/a8999d30-73fa-4787-993f-08d143062f87?fields=security_groups HTTP/1.1" 200 1352 0.049521 10.0.0.73 - - [2026-02-19 02:11:28] "GET /project/bf0484dc-c88e-47b3-a280-8f9f6bbc7ea0?fields=security_groups HTTP/1.1" 200 1349 0.054365 10.0.0.73 - - [2026-02-19 02:11:28] "GET /project/34c15ccd-b158-4d35-9b15-ebadeaa19fd7?fields=security_groups HTTP/1.1" 200 1348 0.062526 10.0.0.73 - - [2026-02-19 02:11:28] "DELETE /security-group/bc34931e-0451-48b9-85be-f5c8e59b4cb5 HTTP/1.1" 200 115 0.088090 10.0.0.73 - - [2026-02-19 02:11:28] "DELETE /access-control-list/ff441d22-f3a4-4e06-8d53-2a899bc7577e HTTP/1.1" 200 115 0.048445 10.0.0.73 - - [2026-02-19 02:11:28] "GET /projects?obj_uuids=a8999d30-73fa-4787-993f-08d143062f87&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000964 10.0.0.73 - - [2026-02-19 02:11:28] "DELETE /security-group/bea27198-7b8b-4a3b-a8b4-d48a4748f650 HTTP/1.1" 200 115 0.093920 10.0.0.73 - - [2026-02-19 02:11:28] "DELETE /security-group/786abe26-dceb-4cbd-b3f5-a0ea2749cc89 HTTP/1.1" 200 115 0.094408 10.0.0.73 - - [2026-02-19 02:11:28] "GET /projects?obj_uuids=bf0484dc-c88e-47b3-a280-8f9f6bbc7ea0&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001473 10.0.0.73 - - [2026-02-19 02:11:28] "GET /projects?obj_uuids=34c15ccd-b158-4d35-9b15-ebadeaa19fd7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001266 10.0.0.73 - - [2026-02-19 02:11:28] "GET /project/a8999d30-73fa-4787-993f-08d143062f87?fields=application_policy_sets HTTP/1.1" 200 1391 0.048977 10.0.0.73 - - [2026-02-19 02:11:28] "DELETE /access-control-list/554b5dc8-90d3-46ff-b8e2-d9ee05a69738 HTTP/1.1" 200 115 0.057234 10.0.0.73 - - [2026-02-19 02:11:28] "GET /project/34c15ccd-b158-4d35-9b15-ebadeaa19fd7?fields=application_policy_sets HTTP/1.1" 200 1387 0.048738 10.0.0.73 - - [2026-02-19 02:11:28] "GET /project/bf0484dc-c88e-47b3-a280-8f9f6bbc7ea0?fields=application_policy_sets HTTP/1.1" 200 1388 0.087395 10.0.0.73 - - [2026-02-19 02:11:28] "DELETE /access-control-list/85cca5ba-c8a5-476a-a6e3-3c579ca4761d HTTP/1.1" 200 115 0.046671 10.0.0.73 - - [2026-02-19 02:11:28] "DELETE /access-control-list/de5fda41-06f5-449a-888f-8c7fb30811ab HTTP/1.1" 200 115 0.067693 10.0.0.73 - - [2026-02-19 02:11:28] "DELETE /access-control-list/5bd2d581-0e30-4d3e-a809-c82185e324f8 HTTP/1.1" 200 115 0.047130 10.0.0.73 - - [2026-02-19 02:11:28] "DELETE /project/a8999d30-73fa-4787-993f-08d143062f87 HTTP/1.1" 200 115 0.527906 10.0.0.73 - - [2026-02-19 02:11:28] "DELETE /project/34c15ccd-b158-4d35-9b15-ebadeaa19fd7 HTTP/1.1" 200 115 0.553379 10.0.0.73 - - [2026-02-19 02:11:28] "DELETE /access-control-list/d5b983ab-0b11-4e72-a0b4-b2a2369771d2 HTTP/1.1" 200 115 0.046038 10.0.0.73 - - [2026-02-19 02:11:28] "DELETE /project/bf0484dc-c88e-47b3-a280-8f9f6bbc7ea0 HTTP/1.1" 200 115 0.582590 10.0.0.73 - - [2026-02-19 02:11:31] "POST /neutron/port HTTP/1.1" 200 1121 0.011598 10.0.0.73 - - [2026-02-19 02:11:31] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005773 10.0.0.73 - - [2026-02-19 02:11:31] "POST /neutron/port HTTP/1.1" 200 1121 0.015499 10.0.0.73 - - [2026-02-19 02:11:31] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008185 10.0.0.73 - - [2026-02-19 02:11:31] "POST /neutron/port HTTP/1.1" 200 1121 0.011860 10.0.0.73 - - [2026-02-19 02:11:31] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005633 10.0.0.73 - - [2026-02-19 02:11:31] "GET /virtual-machine/0408774c-0f69-447e-8232-2f9d829942af HTTP/1.1" 200 1288 0.004210 10.0.0.73 - - [2026-02-19 02:11:31] "GET /virtual-machine-interface/945881ce-adfd-49c4-94e6-95e4f2a12143 HTTP/1.1" 200 2935 0.005591 10.0.0.73 - - [2026-02-19 02:11:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.005738 10.0.0.73 - - [2026-02-19 02:11:31] "GET /global-vrouter-config/353e4024-a16e-4ac5-a38a-f6c33a8537f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003755 10.0.0.73 - - [2026-02-19 02:11:31] "GET /virtual-networks?parent_id=e6ef5228-dee8-4755-9f0d-b5ff2a3b7a1a&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.002772 10.0.0.73 - - [2026-02-19 02:11:31] "GET /virtual-network/34f03a14-410a-4b78-90e3-71d59de7e538?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005659 10.0.0.73 - - [2026-02-19 02:11:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002737 10.0.0.73 - - [2026-02-19 02:11:32] "GET /global-vrouter-config/353e4024-a16e-4ac5-a38a-f6c33a8537f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003300 10.0.0.73 - - [2026-02-19 02:11:32] "GET /virtual-networks?parent_id=e6ef5228-dee8-4755-9f0d-b5ff2a3b7a1a&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.003029 10.0.0.73 - - [2026-02-19 02:11:33] "GET /virtual-network/34f03a14-410a-4b78-90e3-71d59de7e538?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.006527 10.0.0.73 - - [2026-02-19 02:11:33] "GET /obj-perms HTTP/1.1" 200 5056 0.052973 10.0.0.73 - - [2026-02-19 02:11:34] "GET /obj-perms HTTP/1.1" 200 5056 0.059576 10.0.0.73 - - [2026-02-19 02:11:38] "POST /neutron/router HTTP/1.1" 200 580 0.003522 10.0.0.73 - - [2026-02-19 02:11:38] "GET /projects?obj_uuids=e6ef5228-dee8-4755-9f0d-b5ff2a3b7a1a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001423 10.0.0.73 - - [2026-02-19 02:11:38] "POST /neutron/router HTTP/1.1" 200 344 0.192812 10.0.0.73 - - [2026-02-19 02:11:38] "POST /neutron/port HTTP/1.1" 200 1918 0.016649 10.0.0.73 - - [2026-02-19 02:11:38] "POST /ref-update HTTP/1.1" 200 156 0.007398 10.0.0.73 - - [2026-02-19 02:11:40] "POST /neutron/port HTTP/1.1" 200 1121 0.013008 10.0.0.73 - - [2026-02-19 02:11:40] "POST /neutron/port HTTP/1.1" 200 1121 0.012160 10.0.0.73 - - [2026-02-19 02:11:40] "POST /neutron/network HTTP/1.1" 200 833 0.005829 10.0.0.73 - - [2026-02-19 02:11:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004707 10.0.0.73 - - [2026-02-19 02:11:40] "POST /neutron/subnet HTTP/1.1" 200 694 0.007919 10.0.0.73 - - [2026-02-19 02:11:40] "POST /neutron/port HTTP/1.1" 200 117 0.001396 10.0.0.73 - - [2026-02-19 02:11:40] "POST /neutron/network HTTP/1.1" 200 823 0.005006 10.0.0.73 - - [2026-02-19 02:11:44] "POST /neutron/router HTTP/1.1" 200 580 0.003963 10.0.0.73 - - [2026-02-19 02:11:45] "POST /ref-update HTTP/1.1" 200 156 0.012419 10.0.0.73 - - [2026-02-19 02:11:45] "POST /neutron/router HTTP/1.1" 200 344 0.115533 10.0.0.73 - - [2026-02-19 02:11:48] "POST /neutron/router HTTP/1.1" 200 580 0.004624 10.0.0.73 - - [2026-02-19 02:11:48] "GET /projects?obj_uuids=e6ef5228-dee8-4755-9f0d-b5ff2a3b7a1a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001340 10.0.0.73 - - [2026-02-19 02:11:48] "POST /neutron/router HTTP/1.1" 200 344 0.189167 10.0.0.73 - - [2026-02-19 02:11:48] "POST /ref-update HTTP/1.1" 200 156 0.010441 10.0.0.73 - - [2026-02-19 02:11:50] "POST /neutron/router HTTP/1.1" 200 580 0.005429 10.0.0.73 - - [2026-02-19 02:11:50] "POST /ref-update HTTP/1.1" 200 156 0.010213 10.0.0.73 - - [2026-02-19 02:11:50] "POST /neutron/router HTTP/1.1" 200 344 0.099002 10.0.0.73 - - [2026-02-19 02:11:50] "POST /neutron/router HTTP/1.1" 200 580 0.004269 10.0.0.73 - - [2026-02-19 02:11:50] "POST /ref-update HTTP/1.1" 200 156 0.010089 10.0.0.73 - - [2026-02-19 02:11:50] "POST /neutron/router HTTP/1.1" 200 344 0.089153 10.0.0.73 - - [2026-02-19 02:11:50] "POST /neutron/router HTTP/1.1" 200 580 0.005076 10.0.0.73 - - [2026-02-19 02:11:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002279 10.0.0.73 - - [2026-02-19 02:11:51] "GET /logical-router/463f7270-d2d7-4d78-99bc-04cbcd2eb6b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.005045 10.0.0.73 - - [2026-02-19 02:11:51] "POST /neutron/router HTTP/1.1" 200 151 0.047131 10.0.0.73 - - [2026-02-19 02:11:51] "DELETE /route-target/615312b4-0fec-4052-8c51-5e79b7db5767 HTTP/1.1" 200 115 0.015566 10.0.0.73 - - [2026-02-19 02:11:51] "POST /neutron/network HTTP/1.1" 200 823 0.014314 10.0.0.73 - - [2026-02-19 02:11:51] "POST /neutron/network HTTP/1.1" 400 204 0.010524 10.0.0.73 - - [2026-02-19 02:11:51] "POST /neutron/port HTTP/1.1" 200 1121 0.013449 10.0.0.73 - - [2026-02-19 02:11:51] "POST /neutron/port HTTP/1.1" 200 1111 0.013148 10.0.0.73 - - [2026-02-19 02:11:51] "POST /neutron/port HTTP/1.1" 200 1121 0.010771 10.0.0.73 - - [2026-02-19 02:11:51] "POST /neutron/port HTTP/1.1" 200 1111 0.009562 10.0.0.73 - - [2026-02-19 02:11:51] "POST /neutron/port HTTP/1.1" 200 151 0.123129 10.0.0.73 - - [2026-02-19 02:11:51] "POST /neutron/port HTTP/1.1" 200 151 0.116326 10.0.0.73 - - [2026-02-19 02:11:53] "POST /neutron/network HTTP/1.1" 200 823 0.005804 10.0.0.73 - - [2026-02-19 02:11:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003746 10.0.0.73 - - [2026-02-19 02:11:53] "POST /useragent-kv HTTP/1.1" 200 115 0.002976 10.0.0.73 - - [2026-02-19 02:11:53] "POST /useragent-kv HTTP/1.1" 200 115 0.002250 10.0.0.73 - - [2026-02-19 02:11:53] "POST /neutron/network HTTP/1.1" 200 151 0.072704 10.0.0.73 - - [2026-02-19 02:11:53] "DELETE /route-target/73dd934a-34cb-470a-9739-eaafe71d85e4 HTTP/1.1" 200 115 0.019641 10.0.0.73 - - [2026-02-19 02:11:53] "POST /neutron/network HTTP/1.1" 200 823 0.005823 10.0.0.73 - - [2026-02-19 02:11:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003406 10.0.0.73 - - [2026-02-19 02:11:53] "POST /useragent-kv HTTP/1.1" 200 115 0.001950 10.0.0.73 - - [2026-02-19 02:11:53] "POST /useragent-kv HTTP/1.1" 200 115 0.002057 10.0.0.73 - - [2026-02-19 02:11:53] "POST /neutron/network HTTP/1.1" 200 151 0.086420 10.0.0.73 - - [2026-02-19 02:11:53] "DELETE /route-target/aab14b1b-bdef-4065-bf88-92795216491e HTTP/1.1" 200 115 0.022464 10.0.0.73 - - [2026-02-19 02:11:53] "GET /projects?obj_uuids=e6ef5228-dee8-4755-9f0d-b5ff2a3b7a1a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001038 10.0.0.73 - - [2026-02-19 02:11:53] "GET /project/e6ef5228-dee8-4755-9f0d-b5ff2a3b7a1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.023376 10.0.0.73 - - [2026-02-19 02:11:53] "GET /projects?obj_uuids=e6ef5228-dee8-4755-9f0d-b5ff2a3b7a1a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001460 10.0.0.73 - - [2026-02-19 02:11:53] "GET /project/e6ef5228-dee8-4755-9f0d-b5ff2a3b7a1a?fields=virtual_networks HTTP/1.1" 200 1029 0.068229 10.0.0.73 - - [2026-02-19 02:11:53] "GET /projects?obj_uuids=e6ef5228-dee8-4755-9f0d-b5ff2a3b7a1a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001307 10.0.0.73 - - [2026-02-19 02:11:53] "GET /project/e6ef5228-dee8-4755-9f0d-b5ff2a3b7a1a?fields=virtual_machine_interfaces HTTP/1.1" 200 1029 0.022879 10.0.0.73 - - [2026-02-19 02:11:53] "GET /projects?obj_uuids=e6ef5228-dee8-4755-9f0d-b5ff2a3b7a1a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001247 10.0.0.73 - - [2026-02-19 02:11:53] "GET /project/e6ef5228-dee8-4755-9f0d-b5ff2a3b7a1a?fields=security_groups HTTP/1.1" 200 1253 0.022050 10.0.0.73 - - [2026-02-19 02:11:54] "POST /fqname-to-id HTTP/1.1" 404 191 0.027632 10.0.0.73 - - [2026-02-19 02:11:54] "GET /projects?obj_uuids=7647dc8d-2d2a-4c46-ae0b-b6ea0f2edd19&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002143 10.0.0.73 - - [2026-02-19 02:11:54] "GET /domains?obj_uuids=a019755e-f901-41d8-a8e2-8005c9c1abd3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001183 10.0.0.73 - - [2026-02-19 02:11:54] "GET /domain/a019755e-f901-41d8-a8e2-8005c9c1abd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007930 10.0.0.73 - - [2026-02-19 02:11:54] "POST /id-to-fqname HTTP/1.1" 200 193 0.001601 10.0.0.73 - - [2026-02-19 02:11:55] "POST /fqname-to-id HTTP/1.1" 404 202 0.002808 10.0.0.73 - - [2026-02-19 02:11:55] "POST /security-groups HTTP/1.1" 200 594 0.064457 10.0.0.73 - - [2026-02-19 02:11:55] "POST /fqname-to-id HTTP/1.1" 404 237 0.002197 10.0.0.73 - - [2026-02-19 02:11:55] "POST /projects HTTP/1.1" 200 591 0.215350 10.0.0.73 - - [2026-02-19 02:11:55] "POST /access-control-lists HTTP/1.1" 200 599 0.059357 10.0.0.73 - - [2026-02-19 02:11:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.290113 10.0.0.73 - - [2026-02-19 02:11:55] "POST /fqname-to-id HTTP/1.1" 404 236 0.003449 10.0.0.73 - - [2026-02-19 02:11:55] "GET /project/7647dc8d-2d2a-4c46-ae0b-b6ea0f2edd19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.412331 10.0.0.73 - - [2026-02-19 02:11:55] "POST /access-control-lists HTTP/1.1" 200 597 0.064404 10.0.0.73 - - [2026-02-19 02:11:56] "GET / HTTP/1.1" 200 35931 0.001864 10.0.0.73 - - [2026-02-19 02:11:57] "GET /project/7647dc8d-2d2a-4c46-ae0b-b6ea0f2edd19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000425 10.0.0.73 - - [2026-02-19 02:11:57] "GET /projects?obj_uuids=7647dc8d-2d2a-4c46-ae0b-b6ea0f2edd19&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000957 10.0.0.73 - - [2026-02-19 02:11:57] "GET /project/7647dc8d-2d2a-4c46-ae0b-b6ea0f2edd19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.047296 10.0.0.73 - - [2026-02-19 02:11:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.001910 10.0.0.73 - - [2026-02-19 02:11:57] "GET /security-group/b249ee01-3d03-4b53-81f4-c4ea79221d24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3763 0.004570 10.0.0.73 - - [2026-02-19 02:11:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002639 10.0.0.73 - - [2026-02-19 02:11:57] "GET /projects?obj_uuids=7647dc8d-2d2a-4c46-ae0b-b6ea0f2edd19&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001879 10.0.0.73 - - [2026-02-19 02:11:58] "GET /project/7647dc8d-2d2a-4c46-ae0b-b6ea0f2edd19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.027314 10.0.0.73 - - [2026-02-19 02:11:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002512 10.0.0.73 - - [2026-02-19 02:11:58] "GET /security-group/b249ee01-3d03-4b53-81f4-c4ea79221d24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3763 0.003696 10.0.0.73 - - [2026-02-19 02:11:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002765 10.0.0.73 - - [2026-02-19 02:11:58] "PUT /security-group/b249ee01-3d03-4b53-81f4-c4ea79221d24 HTTP/1.1" 200 262 0.013416 10.0.0.73 - - [2026-02-19 02:11:58] "PUT /access-control-list/65849b8a-5319-4980-876c-5fb1ee75d0f6 HTTP/1.1" 200 272 0.008684 10.0.0.73 - - [2026-02-19 02:11:58] "PUT /access-control-list/a4580bc2-e4a0-49c0-9d33-1226168e9f3a HTTP/1.1" 200 272 0.008975 10.0.0.73 - - [2026-02-19 02:11:58] "POST /fqname-to-id HTTP/1.1" 404 202 0.002393 10.0.0.73 - - [2026-02-19 02:11:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.006649 10.0.0.73 - - [2026-02-19 02:11:58] "GET /projects?obj_uuids=7647dc8d-2d2a-4c46-ae0b-b6ea0f2edd19&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001899 10.0.0.73 - - [2026-02-19 02:11:58] "GET /project/7647dc8d-2d2a-4c46-ae0b-b6ea0f2edd19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.028094 10.0.0.73 - - [2026-02-19 02:11:58] "POST /neutron/network HTTP/1.1" 200 117 0.032764 10.0.0.73 - - [2026-02-19 02:11:58] "GET /projects?obj_uuids=7647dc8d-2d2a-4c46-ae0b-b6ea0f2edd19&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001269 10.0.0.73 - - [2026-02-19 02:11:58] "POST /neutron/network HTTP/1.1" 200 608 0.057157 10.0.0.73 - - [2026-02-19 02:11:58] "POST /route-targets HTTP/1.1" 200 327 0.010987 10.0.0.73 - - [2026-02-19 02:11:58] "POST /ref-update HTTP/1.1" 200 156 0.011607 10.0.0.73 - - [2026-02-19 02:11:58] "POST /useragent-kv HTTP/1.1" 200 115 0.003761 10.0.0.73 - - [2026-02-19 02:11:58] "POST /neutron/subnet HTTP/1.1" 200 729 0.149754 10.0.0.73 - - [2026-02-19 02:11:58] "POST /neutron/network HTTP/1.1" 200 828 0.005786 10.0.0.73 - - [2026-02-19 02:11:58] "POST /id-to-fqname HTTP/1.1" 200 223 0.001360 10.0.0.73 - - [2026-02-19 02:11:58] "GET /virtual-network/cc2aacff-a9ac-4ad1-82d2-777f5f13a019?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005676 10.0.0.73 - - [2026-02-19 02:11:58] "POST /neutron/network HTTP/1.1" 200 828 0.005174 10.0.0.73 - - [2026-02-19 02:11:58] "GET /virtual-network/cc2aacff-a9ac-4ad1-82d2-777f5f13a019?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005422 10.0.0.73 - - [2026-02-19 02:11:58] "POST /neutron/network HTTP/1.1" 200 828 0.004846 10.0.0.73 - - [2026-02-19 02:11:58] "POST /neutron/subnet HTTP/1.1" 200 729 0.005940 10.0.0.73 - - [2026-02-19 02:11:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002312 10.0.0.73 - - [2026-02-19 02:11:58] "GET /projects?obj_uuids=7647dc8d-2d2a-4c46-ae0b-b6ea0f2edd19&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001089 10.0.0.73 - - [2026-02-19 02:11:58] "GET /project/7647dc8d-2d2a-4c46-ae0b-b6ea0f2edd19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.026839 10.0.0.73 - - [2026-02-19 02:11:59] "POST /neutron/network HTTP/1.1" 200 117 0.010419 10.0.0.73 - - [2026-02-19 02:11:59] "GET /projects?obj_uuids=7647dc8d-2d2a-4c46-ae0b-b6ea0f2edd19&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001022 10.0.0.73 - - [2026-02-19 02:11:59] "POST /neutron/network HTTP/1.1" 200 615 0.091444 10.0.0.73 - - [2026-02-19 02:11:59] "POST /route-targets HTTP/1.1" 200 327 0.018063 10.0.0.73 - - [2026-02-19 02:11:59] "POST /ref-update HTTP/1.1" 200 156 0.015584 10.0.0.73 - - [2026-02-19 02:11:59] "POST /useragent-kv HTTP/1.1" 200 115 0.002524 10.0.0.73 - - [2026-02-19 02:11:59] "POST /neutron/subnet HTTP/1.1" 200 734 0.190434 10.0.0.73 - - [2026-02-19 02:11:59] "POST /neutron/network HTTP/1.1" 200 836 0.005271 10.0.0.73 - - [2026-02-19 02:11:59] "POST /id-to-fqname HTTP/1.1" 200 227 0.001063 10.0.0.73 - - [2026-02-19 02:11:59] "GET /virtual-network/4121acb6-b55d-4617-9cdf-b3b749551ad3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.004284 10.0.0.73 - - [2026-02-19 02:11:59] "POST /neutron/network HTTP/1.1" 200 836 0.004983 10.0.0.73 - - [2026-02-19 02:11:59] "GET /virtual-network/4121acb6-b55d-4617-9cdf-b3b749551ad3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.004736 10.0.0.73 - - [2026-02-19 02:11:59] "POST /neutron/network HTTP/1.1" 200 836 0.008555 10.0.0.73 - - [2026-02-19 02:11:59] "POST /neutron/subnet HTTP/1.1" 200 734 0.007489 10.0.0.73 - - [2026-02-19 02:11:59] "POST /id-to-fqname HTTP/1.1" 200 223 0.001163 10.0.0.73 - - [2026-02-19 02:11:59] "POST /neutron/network HTTP/1.1" 200 838 0.006201 10.0.0.73 - - [2026-02-19 02:11:59] "GET /aaa-mode HTTP/1.1" 401 292 0.000521 10.0.0.73 - - [2026-02-19 02:12:00] "GET / HTTP/1.1" 200 35931 0.001699 10.0.0.73 - - [2026-02-19 02:12:00] "GET /project/7647dc8d-2d2a-4c46-ae0b-b6ea0f2edd19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000353 10.0.0.73 - - [2026-02-19 02:12:00] "GET /projects?obj_uuids=7647dc8d-2d2a-4c46-ae0b-b6ea0f2edd19&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001237 10.0.0.73 - - [2026-02-19 02:12:00] "GET /project/7647dc8d-2d2a-4c46-ae0b-b6ea0f2edd19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.047274 10.0.0.73 - - [2026-02-19 02:12:00] "POST /neutron/network HTTP/1.1" 200 828 0.004741 10.0.0.73 - - [2026-02-19 02:12:00] "POST /neutron/port HTTP/1.1" 200 117 0.004524 10.0.0.73 - - [2026-02-19 02:12:00] "POST /neutron/port HTTP/1.1" 200 117 0.004834 10.0.0.73 - - [2026-02-19 02:12:00] "POST /id-to-fqname HTTP/1.1" 200 227 0.001258 10.0.0.73 - - [2026-02-19 02:12:00] "POST /neutron/port HTTP/1.1" 200 117 0.004297 10.0.0.73 - - [2026-02-19 02:12:00] "POST /neutron/network HTTP/1.1" 200 846 0.005159 10.0.0.73 - - [2026-02-19 02:12:00] "GET /aaa-mode HTTP/1.1" 401 292 0.000535 10.0.0.73 - - [2026-02-19 02:12:01] "POST /neutron/network HTTP/1.1" 200 838 0.005904 10.0.0.73 - - [2026-02-19 02:12:01] "GET /projects?obj_uuids=7647dc8d-2d2a-4c46-ae0b-b6ea0f2edd19&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001881 10.0.0.73 - - [2026-02-19 02:12:01] "GET / HTTP/1.1" 200 35931 0.001562 10.0.0.73 - - [2026-02-19 02:12:01] "GET /project/7647dc8d-2d2a-4c46-ae0b-b6ea0f2edd19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000393 10.0.0.73 - - [2026-02-19 02:12:01] "POST /neutron/port HTTP/1.1" 200 1064 0.191585 10.0.0.73 - - [2026-02-19 02:12:01] "POST /neutron/port HTTP/1.1" 200 1064 0.011050 10.0.0.73 - - [2026-02-19 02:12:01] "POST /neutron/port HTTP/1.1" 200 1064 0.012908 10.0.0.73 - - [2026-02-19 02:12:01] "POST /neutron/port HTTP/1.1" 200 1118 0.054981 10.0.0.73 - - [2026-02-19 02:12:01] "POST /neutron/port HTTP/1.1" 200 1128 0.012968 10.0.0.73 - - [2026-02-19 02:12:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003449 10.0.0.73 - - [2026-02-19 02:12:01] "POST /neutron/subnet HTTP/1.1" 200 703 0.007919 10.0.0.73 - - [2026-02-19 02:12:01] "POST /neutron/port HTTP/1.1" 200 117 0.001551 10.0.0.73 - - [2026-02-19 02:12:01] "POST /neutron/network HTTP/1.1" 200 828 0.006196 10.0.0.73 - - [2026-02-19 02:12:01] "GET /projects?obj_uuids=7647dc8d-2d2a-4c46-ae0b-b6ea0f2edd19&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002758 10.0.0.73 - - [2026-02-19 02:12:01] "GET /project/7647dc8d-2d2a-4c46-ae0b-b6ea0f2edd19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.052976 10.0.0.73 - - [2026-02-19 02:12:01] "POST /neutron/network HTTP/1.1" 200 836 0.005486 10.0.0.73 - - [2026-02-19 02:12:01] "POST /neutron/port HTTP/1.1" 200 1128 0.014013 10.0.0.73 - - [2026-02-19 02:12:01] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006785 10.0.0.73 - - [2026-02-19 02:12:01] "POST /neutron/port HTTP/1.1" 200 117 0.006099 10.0.0.73 - - [2026-02-19 02:12:01] "GET /projects?obj_uuids=7647dc8d-2d2a-4c46-ae0b-b6ea0f2edd19&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001040 10.0.0.73 - - [2026-02-19 02:12:01] "POST /neutron/router HTTP/1.1" 200 585 0.089297 10.0.0.73 - - [2026-02-19 02:12:01] "POST /neutron/router HTTP/1.1" 200 585 0.005450 10.0.0.73 - - [2026-02-19 02:12:01] "POST /route-targets HTTP/1.1" 200 327 0.018888 10.0.0.73 - - [2026-02-19 02:12:01] "POST /neutron/router HTTP/1.1" 200 656 0.036616 10.0.0.73 - - [2026-02-19 02:12:01] "PUT /logical-router/1110252b-e83e-42cf-a1cf-4ab08fbf2af9 HTTP/1.1" 200 262 0.025916 10.0.0.73 - - [2026-02-19 02:12:01] "GET /logical-router/1110252b-e83e-42cf-a1cf-4ab08fbf2af9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1641 0.020351 10.0.0.73 - - [2026-02-19 02:12:01] "POST /neutron/router HTTP/1.1" 200 656 0.018094 10.0.0.73 - - [2026-02-19 02:12:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.007433 10.0.0.73 - - [2026-02-19 02:12:02] "GET /projects?obj_uuids=7647dc8d-2d2a-4c46-ae0b-b6ea0f2edd19&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001763 10.0.0.73 - - [2026-02-19 02:12:02] "GET /service-template/be748672-6ff8-434a-b487-362628179ab9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1682 0.013152 10.0.0.73 - - [2026-02-19 02:12:02] "POST /fqname-to-id HTTP/1.1" 404 215 0.006168 10.0.0.73 - - [2026-02-19 02:12:02] "POST /neutron/network HTTP/1.1" 200 846 0.027075 10.0.0.73 - - [2026-02-19 02:12:02] "POST /useragent-kv HTTP/1.1" 200 115 0.004562 10.0.0.73 - - [2026-02-19 02:12:02] "POST /virtual-networks HTTP/1.1" 200 694 0.207678 10.0.0.73 - - [2026-02-19 02:12:02] "GET /projects?obj_uuids=7647dc8d-2d2a-4c46-ae0b-b6ea0f2edd19&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001115 10.0.0.73 - - [2026-02-19 02:12:02] "POST /route-targets HTTP/1.1" 200 327 0.045583 10.0.0.73 - - [2026-02-19 02:12:02] "POST /neutron/router HTTP/1.1" 200 344 0.474629 10.0.0.73 - - [2026-02-19 02:12:02] "POST /ref-update HTTP/1.1" 200 156 0.059772 10.0.0.73 - - [2026-02-19 02:12:02] "POST /service-instances HTTP/1.1" 200 670 0.155118 10.0.0.73 - - [2026-02-19 02:12:02] "POST /ref-update HTTP/1.1" 200 156 0.039792 10.0.0.73 - - [2026-02-19 02:12:02] "POST /neutron/port HTTP/1.1" 200 1128 0.050342 10.0.0.73 - - [2026-02-19 02:12:02] "POST /neutron/security_group HTTP/1.1" 200 2002 0.039707 10.0.0.73 - - [2026-02-19 02:12:02] "POST /route-tables HTTP/1.1" 200 582 0.080231 10.0.0.73 - - [2026-02-19 02:12:02] "PUT /logical-router/1110252b-e83e-42cf-a1cf-4ab08fbf2af9 HTTP/1.1" 200 262 0.041522 10.0.0.73 - - [2026-02-19 02:12:02] "POST /neutron/port HTTP/1.1" 200 1065 0.469014 10.0.0.73 - - [2026-02-19 02:12:02] "POST /neutron/port HTTP/1.1" 200 1065 0.023944 10.0.0.73 - - [2026-02-19 02:12:02] "POST /ref-update HTTP/1.1" 200 156 0.039892 10.0.0.73 - - [2026-02-19 02:12:02] "POST /neutron/port HTTP/1.1" 200 1065 0.022036 10.0.0.73 - - [2026-02-19 02:12:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.011029 10.0.0.73 - - [2026-02-19 02:12:03] "POST /neutron/port HTTP/1.1" 200 1119 0.097702 10.0.0.73 - - [2026-02-19 02:12:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003523 10.0.0.73 - - [2026-02-19 02:12:03] "POST /neutron/port HTTP/1.1" 200 1129 0.014509 10.0.0.73 - - [2026-02-19 02:12:03] "POST /virtual-machines HTTP/1.1" 200 553 0.015041 10.0.0.73 - - [2026-02-19 02:12:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006269 10.0.0.73 - - [2026-02-19 02:12:03] "POST /neutron/subnet HTTP/1.1" 200 708 0.006723 10.0.0.73 - - [2026-02-19 02:12:03] "POST /neutron/port HTTP/1.1" 200 117 0.001383 10.0.0.73 - - [2026-02-19 02:12:03] "POST /neutron/network HTTP/1.1" 200 836 0.008857 10.0.0.73 - - [2026-02-19 02:12:03] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.097896 10.0.0.73 - - [2026-02-19 02:12:03] "POST /chown HTTP/1.1" 200 109 0.006737 10.0.0.73 - - [2026-02-19 02:12:03] "POST /instance-ips HTTP/1.1" 200 551 0.019315 10.0.0.73 - - [2026-02-19 02:12:03] "POST /instance-ips HTTP/1.1" 400 246 0.020001 10.0.0.73 - - [2026-02-19 02:12:03] "POST /chown HTTP/1.1" 200 109 0.011868 10.0.0.73 - - [2026-02-19 02:12:03] "PUT /virtual-machine-interface/4fcba903-10ad-4b06-b359-e1ea164851b2 HTTP/1.1" 200 284 0.011743 10.0.0.73 - - [2026-02-19 02:12:03] "PUT /instance-ip/5a7b7395-b6d2-4494-b6c4-6ee48c886702 HTTP/1.1" 200 256 0.010294 10.0.0.73 - - [2026-02-19 02:12:03] "POST /ref-update HTTP/1.1" 200 156 0.010809 10.0.0.73 - - [2026-02-19 02:12:03] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.092543 10.0.0.73 - - [2026-02-19 02:12:03] "POST /chown HTTP/1.1" 200 109 0.007121 10.0.0.73 - - [2026-02-19 02:12:03] "POST /instance-ips HTTP/1.1" 200 549 0.027843 10.0.0.73 - - [2026-02-19 02:12:03] "POST /instance-ips HTTP/1.1" 400 316 0.015862 10.0.0.73 - - [2026-02-19 02:12:04] "POST /chown HTTP/1.1" 200 109 0.018153 10.0.0.73 - - [2026-02-19 02:12:04] "PUT /virtual-machine-interface/015dee89-9dc5-4cdd-9c17-10cfdfa29aab HTTP/1.1" 200 284 0.010950 10.0.0.73 - - [2026-02-19 02:12:04] "PUT /instance-ip/f6cacaaf-3a09-420d-9a38-b65044295b0c HTTP/1.1" 200 256 0.013236 10.0.0.73 - - [2026-02-19 02:12:04] "POST /ref-update HTTP/1.1" 200 156 0.012273 10.0.0.73 - - [2026-02-19 02:12:04] "POST /ref-update HTTP/1.1" 200 156 0.011532 10.0.0.73 - - [2026-02-19 02:12:04] "PUT /routing-instance/97e9afe5-54af-4dbd-bbc5-0203eb9b4120 HTTP/1.1" 200 266 0.026530 10.0.0.73 - - [2026-02-19 02:12:04] "POST /ref-update HTTP/1.1" 200 156 0.017766 10.0.0.73 - - [2026-02-19 02:12:04] "POST /virtual-machines HTTP/1.1" 200 553 0.050800 10.0.0.73 - - [2026-02-19 02:12:04] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.104517 10.0.0.73 - - [2026-02-19 02:12:04] "POST /chown HTTP/1.1" 200 109 0.008563 10.0.0.73 - - [2026-02-19 02:12:04] "POST /instance-ips HTTP/1.1" 400 246 0.014314 10.0.0.73 - - [2026-02-19 02:12:04] "POST /chown HTTP/1.1" 200 109 0.006748 10.0.0.73 - - [2026-02-19 02:12:04] "PUT /virtual-machine-interface/7e9c3f29-0a9d-4374-875f-3022aab769c1 HTTP/1.1" 200 284 0.011034 10.0.0.73 - - [2026-02-19 02:12:04] "PUT /instance-ip/5a7b7395-b6d2-4494-b6c4-6ee48c886702 HTTP/1.1" 200 256 0.016620 10.0.0.73 - - [2026-02-19 02:12:04] "POST /ref-update HTTP/1.1" 200 156 0.014658 10.0.0.73 - - [2026-02-19 02:12:04] "POST /ref-update HTTP/1.1" 200 156 0.013925 10.0.0.73 - - [2026-02-19 02:12:05] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.085240 10.0.0.73 - - [2026-02-19 02:12:05] "POST /chown HTTP/1.1" 200 109 0.006722 10.0.0.73 - - [2026-02-19 02:12:05] "POST /instance-ips HTTP/1.1" 400 316 0.013987 10.0.0.73 - - [2026-02-19 02:12:05] "POST /chown HTTP/1.1" 200 109 0.008160 10.0.0.73 - - [2026-02-19 02:12:05] "PUT /virtual-machine-interface/b4682eb4-13dc-4e07-8815-d1fee122df2d HTTP/1.1" 200 284 0.010981 10.0.0.73 - - [2026-02-19 02:12:05] "PUT /instance-ip/f6cacaaf-3a09-420d-9a38-b65044295b0c HTTP/1.1" 200 256 0.013843 10.0.0.73 - - [2026-02-19 02:12:05] "POST /ref-update HTTP/1.1" 200 156 0.010374 10.0.0.73 - - [2026-02-19 02:12:05] "POST /ref-update HTTP/1.1" 200 156 0.015437 10.0.0.73 - - [2026-02-19 02:12:07] "POST /neutron/port HTTP/1.1" 200 1128 0.010916 10.0.0.73 - - [2026-02-19 02:12:07] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005606 10.0.0.73 - - [2026-02-19 02:12:07] "POST /neutron/port HTTP/1.1" 200 1128 0.012961 10.0.0.73 - - [2026-02-19 02:12:07] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006410 10.0.0.73 - - [2026-02-19 02:12:07] "POST /neutron/port HTTP/1.1" 200 1128 0.011579 10.0.0.73 - - [2026-02-19 02:12:07] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006254 10.0.0.73 - - [2026-02-19 02:12:07] "GET /virtual-machine/dd261169-d9ef-4595-8be7-7b09af384cb0 HTTP/1.1" 401 292 0.000525 10.0.0.73 - - [2026-02-19 02:12:08] "GET /virtual-machine/dd261169-d9ef-4595-8be7-7b09af384cb0 HTTP/1.1" 200 1296 0.030237 10.0.0.73 - - [2026-02-19 02:12:08] "GET /virtual-machine-interface/f6e34942-5a4b-4739-be5d-6f5b6ee6280c HTTP/1.1" 200 2957 0.005084 10.0.0.73 - - [2026-02-19 02:12:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003104 10.0.0.73 - - [2026-02-19 02:12:08] "GET /global-vrouter-config/353e4024-a16e-4ac5-a38a-f6c33a8537f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003555 10.0.0.73 - - [2026-02-19 02:12:08] "GET /virtual-networks?parent_id=7647dc8d-2d2a-4c46-ae0b-b6ea0f2edd19&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.002803 10.0.0.73 - - [2026-02-19 02:12:08] "GET /virtual-network/cc2aacff-a9ac-4ad1-82d2-777f5f13a019?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005987 10.0.0.73 - - [2026-02-19 02:12:10] "POST /neutron/port HTTP/1.1" 200 1128 0.012590 10.0.0.73 - - [2026-02-19 02:12:11] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005114 10.0.0.73 - - [2026-02-19 02:12:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002648 10.0.0.73 - - [2026-02-19 02:12:11] "GET /virtual-network/cc2aacff-a9ac-4ad1-82d2-777f5f13a019?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004647 10.0.0.73 - - [2026-02-19 02:12:12] "POST /neutron/port HTTP/1.1" 200 1129 0.012142 10.0.0.73 - - [2026-02-19 02:12:12] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005444 10.0.0.73 - - [2026-02-19 02:12:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002712 10.0.0.73 - - [2026-02-19 02:12:13] "GET /global-vrouter-config/353e4024-a16e-4ac5-a38a-f6c33a8537f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002992 10.0.0.73 - - [2026-02-19 02:12:13] "GET /virtual-networks?parent_id=7647dc8d-2d2a-4c46-ae0b-b6ea0f2edd19&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003026 10.0.0.73 - - [2026-02-19 02:12:13] "GET /virtual-network/cc2aacff-a9ac-4ad1-82d2-777f5f13a019?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005010 10.0.0.73 - - [2026-02-19 02:12:13] "POST /neutron/port HTTP/1.1" 200 1129 0.010671 10.0.0.73 - - [2026-02-19 02:12:14] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005423 10.0.0.73 - - [2026-02-19 02:12:14] "POST /neutron/port HTTP/1.1" 200 1129 0.010630 10.0.0.73 - - [2026-02-19 02:12:14] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005670 10.0.0.73 - - [2026-02-19 02:12:14] "POST /neutron/port HTTP/1.1" 200 1129 0.012616 10.0.0.73 - - [2026-02-19 02:12:14] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006054 10.0.0.73 - - [2026-02-19 02:12:14] "GET /virtual-machine/45855c84-3cb6-47b1-9017-4f21eac4c796 HTTP/1.1" 200 1295 0.004498 10.0.0.73 - - [2026-02-19 02:12:14] "GET /virtual-machine-interface/5078a1bc-bd7d-4acf-ad71-a89510352e14 HTTP/1.1" 200 2968 0.006136 10.0.0.73 - - [2026-02-19 02:12:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002672 10.0.0.73 - - [2026-02-19 02:12:14] "GET /global-vrouter-config/353e4024-a16e-4ac5-a38a-f6c33a8537f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004811 10.0.0.73 - - [2026-02-19 02:12:14] "GET /virtual-networks?parent_id=7647dc8d-2d2a-4c46-ae0b-b6ea0f2edd19&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.002767 10.0.0.73 - - [2026-02-19 02:12:14] "GET /virtual-network/4121acb6-b55d-4617-9cdf-b3b749551ad3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005186 10.0.0.73 - - [2026-02-19 02:12:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002558 10.0.0.73 - - [2026-02-19 02:12:15] "GET /global-vrouter-config/353e4024-a16e-4ac5-a38a-f6c33a8537f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002798 10.0.0.73 - - [2026-02-19 02:12:15] "GET /virtual-networks?parent_id=7647dc8d-2d2a-4c46-ae0b-b6ea0f2edd19&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003027 10.0.0.73 - - [2026-02-19 02:12:15] "GET /virtual-network/4121acb6-b55d-4617-9cdf-b3b749551ad3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.006065 10.0.0.73 - - [2026-02-19 02:12:19] "POST /neutron/router HTTP/1.1" 200 656 0.004110 10.0.0.73 - - [2026-02-19 02:12:19] "POST /ref-update HTTP/1.1" 200 156 0.015607 10.0.0.73 - - [2026-02-19 02:12:19] "POST /neutron/router HTTP/1.1" 200 344 0.111568 10.0.0.73 - - [2026-02-19 02:12:19] "POST /neutron/router HTTP/1.1" 200 656 0.006006 10.0.0.73 - - [2026-02-19 02:12:19] "GET /logical-router/1110252b-e83e-42cf-a1cf-4ab08fbf2af9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1972 0.003703 10.0.0.73 - - [2026-02-19 02:12:19] "GET /service-instance/7c40037d-cc42-46ae-9187-d8269767a7ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2315 0.007660 10.0.0.73 - - [2026-02-19 02:12:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002440 10.0.0.73 - - [2026-02-19 02:12:19] "POST /neutron/router HTTP/1.1" 200 151 0.061043 10.0.0.73 - - [2026-02-19 02:12:19] "DELETE /route-target/24af74fa-2971-41f5-a73c-7e4ec9039f1b HTTP/1.1" 409 239 0.011405 10.0.0.73 - - [2026-02-19 02:12:19] "PUT /logical-router/1110252b-e83e-42cf-a1cf-4ab08fbf2af9 HTTP/1.1" 404 171 0.002767 10.0.0.73 - - [2026-02-19 02:12:19] "POST /ref-update HTTP/1.1" 200 156 0.020701 10.0.0.73 - - [2026-02-19 02:12:19] "DELETE /route-table/0e213b16-3894-4a74-8a55-e7bcf822b81e HTTP/1.1" 200 115 0.037209 10.0.0.73 - - [2026-02-19 02:12:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002737 10.0.0.73 - - [2026-02-19 02:12:19] "PUT /routing-instance/97e9afe5-54af-4dbd-bbc5-0203eb9b4120 HTTP/1.1" 200 266 0.013188 10.0.0.73 - - [2026-02-19 02:12:19] "GET /virtual-network/afe3305e-a54b-462b-8e94-065716d43745?fields=instance_ip_back_refs%2Cvirtual_machine_interface_back_refs HTTP/1.1" 200 2300 0.005477 10.0.0.73 - - [2026-02-19 02:12:19] "POST /neutron/network HTTP/1.1" 200 836 0.005058 10.0.0.73 - - [2026-02-19 02:12:19] "POST /neutron/network HTTP/1.1" 400 204 0.038075 10.0.0.73 - - [2026-02-19 02:12:19] "POST /ref-update HTTP/1.1" 200 156 0.015539 10.0.0.73 - - [2026-02-19 02:12:19] "POST /ref-update HTTP/1.1" 200 156 0.009542 10.0.0.73 - - [2026-02-19 02:12:20] "GET /virtual-machine-interface/015dee89-9dc5-4cdd-9c17-10cfdfa29aab?fields=floating_ip_back_refs%2Cinstance_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1648 0.005500 10.0.0.73 - - [2026-02-19 02:12:20] "POST /ref-update HTTP/1.1" 200 156 0.013028 10.0.0.73 - - [2026-02-19 02:12:20] "GET /instance-ip/f6cacaaf-3a09-420d-9a38-b65044295b0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.003626 10.0.0.73 - - [2026-02-19 02:12:20] "DELETE /virtual-machine-interface/015dee89-9dc5-4cdd-9c17-10cfdfa29aab HTTP/1.1" 200 115 0.031526 10.0.0.73 - - [2026-02-19 02:12:20] "GET /virtual-machine-interface/b4682eb4-13dc-4e07-8815-d1fee122df2d?fields=floating_ip_back_refs%2Cinstance_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1650 0.009350 10.0.0.73 - - [2026-02-19 02:12:20] "POST /ref-update HTTP/1.1" 200 156 0.013611 10.0.0.73 - - [2026-02-19 02:12:20] "POST /neutron/port HTTP/1.1" 200 1129 0.016924 10.0.0.73 - - [2026-02-19 02:12:20] "GET /instance-ip/f6cacaaf-3a09-420d-9a38-b65044295b0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1760 0.004441 10.0.0.73 - - [2026-02-19 02:12:20] "POST /neutron/port HTTP/1.1" 200 1119 0.010766 10.0.0.73 - - [2026-02-19 02:12:20] "POST /neutron/port HTTP/1.1" 200 1128 0.021175 10.0.0.73 - - [2026-02-19 02:12:20] "POST /neutron/port HTTP/1.1" 200 1118 0.019545 10.0.0.73 - - [2026-02-19 02:12:20] "DELETE /instance-ip/f6cacaaf-3a09-420d-9a38-b65044295b0c HTTP/1.1" 200 115 0.056247 10.0.0.73 - - [2026-02-19 02:12:20] "DELETE /virtual-machine-interface/b4682eb4-13dc-4e07-8815-d1fee122df2d HTTP/1.1" 200 115 0.040083 10.0.0.73 - - [2026-02-19 02:12:20] "DELETE /instance-ip/f6cacaaf-3a09-420d-9a38-b65044295b0c HTTP/1.1" 404 177 0.002077 10.0.0.73 - - [2026-02-19 02:12:20] "POST /neutron/port HTTP/1.1" 200 151 0.163184 10.0.0.73 - - [2026-02-19 02:12:20] "POST /neutron/port HTTP/1.1" 200 151 0.121712 10.0.0.73 - - [2026-02-19 02:12:20] "POST /useragent-kv HTTP/1.1" 200 115 0.003335 10.0.0.73 - - [2026-02-19 02:12:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002406 10.0.0.73 - - [2026-02-19 02:12:20] "POST /useragent-kv HTTP/1.1" 200 115 0.011091 10.0.0.73 - - [2026-02-19 02:12:20] "DELETE /virtual-network/afe3305e-a54b-462b-8e94-065716d43745 HTTP/1.1" 200 115 0.084357 10.0.0.73 - - [2026-02-19 02:12:20] "DELETE /route-target/92b4d0a7-9320-4c6f-a5da-2bf873829903 HTTP/1.1" 200 115 0.025923 10.0.0.73 - - [2026-02-19 02:12:20] "DELETE /service-instance/7c40037d-cc42-46ae-9187-d8269767a7ca HTTP/1.1" 200 115 0.032147 10.0.0.73 - - [2026-02-19 02:12:20] "GET /logical-router/1110252b-e83e-42cf-a1cf-4ab08fbf2af9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.003253 10.0.0.73 - - [2026-02-19 02:12:20] "GET /service-instance/7c40037d-cc42-46ae-9187-d8269767a7ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.003210 10.0.0.73 - - [2026-02-19 02:12:20] "GET /virtual-machine-interface/4fcba903-10ad-4b06-b359-e1ea164851b2?fields=floating_ip_back_refs%2Cinstance_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1653 0.007413 10.0.0.73 - - [2026-02-19 02:12:20] "POST /ref-update HTTP/1.1" 200 156 0.011589 10.0.0.73 - - [2026-02-19 02:12:20] "GET /instance-ip/5a7b7395-b6d2-4494-b6c4-6ee48c886702?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.003694 10.0.0.73 - - [2026-02-19 02:12:20] "DELETE /virtual-machine-interface/4fcba903-10ad-4b06-b359-e1ea164851b2 HTTP/1.1" 200 115 0.032309 10.0.0.73 - - [2026-02-19 02:12:20] "POST /ref-update HTTP/1.1" 200 156 0.008851 10.0.0.73 - - [2026-02-19 02:12:21] "DELETE /virtual-machine/fac28456-a277-4d9c-80a8-23a35f68656b HTTP/1.1" 200 115 0.017702 10.0.0.73 - - [2026-02-19 02:12:21] "GET /virtual-machine-interface/7e9c3f29-0a9d-4374-875f-3022aab769c1?fields=floating_ip_back_refs%2Cinstance_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1652 0.005062 10.0.0.73 - - [2026-02-19 02:12:21] "POST /ref-update HTTP/1.1" 200 156 0.010110 10.0.0.73 - - [2026-02-19 02:12:21] "GET /instance-ip/5a7b7395-b6d2-4494-b6c4-6ee48c886702?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1697 0.005507 10.0.0.73 - - [2026-02-19 02:12:21] "DELETE /instance-ip/5a7b7395-b6d2-4494-b6c4-6ee48c886702 HTTP/1.1" 200 115 0.026359 10.0.0.73 - - [2026-02-19 02:12:21] "DELETE /virtual-machine-interface/7e9c3f29-0a9d-4374-875f-3022aab769c1 HTTP/1.1" 200 115 0.031379 10.0.0.73 - - [2026-02-19 02:12:21] "DELETE /virtual-machine/cce286da-4f09-4d1e-9db4-04e4df1c0af5 HTTP/1.1" 200 115 0.017985 10.0.0.73 - - [2026-02-19 02:12:21] "POST /neutron/network HTTP/1.1" 200 836 0.005174 10.0.0.73 - - [2026-02-19 02:12:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002540 10.0.0.73 - - [2026-02-19 02:12:21] "POST /useragent-kv HTTP/1.1" 200 115 0.003095 10.0.0.73 - - [2026-02-19 02:12:21] "POST /useragent-kv HTTP/1.1" 200 115 0.001955 10.0.0.73 - - [2026-02-19 02:12:21] "POST /neutron/network HTTP/1.1" 200 151 0.075891 10.0.0.73 - - [2026-02-19 02:12:22] "DELETE /route-target/11f8cbed-de70-43e3-8621-2a8ddce4b673 HTTP/1.1" 200 115 0.020846 10.0.0.73 - - [2026-02-19 02:12:22] "POST /neutron/network HTTP/1.1" 200 828 0.005185 10.0.0.73 - - [2026-02-19 02:12:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004340 10.0.0.73 - - [2026-02-19 02:12:22] "POST /useragent-kv HTTP/1.1" 200 115 0.002086 10.0.0.73 - - [2026-02-19 02:12:22] "POST /useragent-kv HTTP/1.1" 200 115 0.002986 10.0.0.73 - - [2026-02-19 02:12:22] "POST /neutron/network HTTP/1.1" 200 151 0.075639 10.0.0.73 - - [2026-02-19 02:12:22] "DELETE /route-target/d6d287dc-8721-4646-9f8b-723f2cc9aa56 HTTP/1.1" 200 115 0.017801 10.0.0.73 - - [2026-02-19 02:12:22] "GET /projects?obj_uuids=7647dc8d-2d2a-4c46-ae0b-b6ea0f2edd19&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001286 10.0.0.73 - - [2026-02-19 02:12:22] "GET /project/7647dc8d-2d2a-4c46-ae0b-b6ea0f2edd19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.027639 10.0.0.73 - - [2026-02-19 02:12:22] "GET /projects?obj_uuids=7647dc8d-2d2a-4c46-ae0b-b6ea0f2edd19&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001308 10.0.0.73 - - [2026-02-19 02:12:22] "GET /project/7647dc8d-2d2a-4c46-ae0b-b6ea0f2edd19?fields=virtual_networks HTTP/1.1" 200 1038 0.070215 10.0.0.73 - - [2026-02-19 02:12:22] "GET /projects?obj_uuids=7647dc8d-2d2a-4c46-ae0b-b6ea0f2edd19&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000910 10.0.0.73 - - [2026-02-19 02:12:22] "GET /project/7647dc8d-2d2a-4c46-ae0b-b6ea0f2edd19?fields=virtual_machine_interfaces HTTP/1.1" 200 1038 0.030663 10.0.0.73 - - [2026-02-19 02:12:22] "GET /projects?obj_uuids=7647dc8d-2d2a-4c46-ae0b-b6ea0f2edd19&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001274 10.0.0.73 - - [2026-02-19 02:12:22] "GET /project/7647dc8d-2d2a-4c46-ae0b-b6ea0f2edd19?fields=security_groups HTTP/1.1" 200 1267 0.023411 10.0.0.73 - - [2026-02-19 02:12:23] "POST /fqname-to-id HTTP/1.1" 404 196 0.027684 10.0.0.73 - - [2026-02-19 02:12:23] "GET /projects?obj_uuids=be9cada1-aa2d-4b44-a86b-13a24393c51d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002807 10.0.0.73 - - [2026-02-19 02:12:23] "GET /domains?obj_uuids=a019755e-f901-41d8-a8e2-8005c9c1abd3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000906 10.0.0.73 - - [2026-02-19 02:12:23] "GET /domain/a019755e-f901-41d8-a8e2-8005c9c1abd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006306 10.0.0.73 - - [2026-02-19 02:12:23] "POST /id-to-fqname HTTP/1.1" 200 198 0.001076 10.0.0.73 - - [2026-02-19 02:12:23] "POST /fqname-to-id HTTP/1.1" 404 207 0.002915 10.0.0.73 - - [2026-02-19 02:12:23] "POST /security-groups HTTP/1.1" 200 599 0.059884 10.0.0.73 - - [2026-02-19 02:12:23] "POST /fqname-to-id HTTP/1.1" 404 242 0.002354 10.0.0.73 - - [2026-02-19 02:12:23] "POST /projects HTTP/1.1" 200 601 0.208334 10.0.0.73 - - [2026-02-19 02:12:23] "POST /access-control-lists HTTP/1.1" 200 604 0.061118 10.0.0.73 - - [2026-02-19 02:12:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.280189 10.0.0.73 - - [2026-02-19 02:12:23] "POST /fqname-to-id HTTP/1.1" 404 241 0.002725 10.0.0.73 - - [2026-02-19 02:12:23] "GET /project/be9cada1-aa2d-4b44-a86b-13a24393c51d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.408565 10.0.0.73 - - [2026-02-19 02:12:24] "POST /access-control-lists HTTP/1.1" 200 602 0.060815 10.0.0.73 - - [2026-02-19 02:12:25] "GET / HTTP/1.1" 200 35931 0.001776 10.0.0.73 - - [2026-02-19 02:12:25] "POST /fqname-to-id HTTP/1.1" 401 292 0.000445 10.0.0.73 - - [2026-02-19 02:12:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.058531 10.0.0.73 - - [2026-02-19 02:12:26] "GET /projects?obj_uuids=be9cada1-aa2d-4b44-a86b-13a24393c51d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001269 10.0.0.73 - - [2026-02-19 02:12:26] "GET /project/be9cada1-aa2d-4b44-a86b-13a24393c51d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.025174 10.0.0.73 - - [2026-02-19 02:12:26] "POST /neutron/network HTTP/1.1" 200 117 0.034932 10.0.0.73 - - [2026-02-19 02:12:26] "GET /projects?obj_uuids=be9cada1-aa2d-4b44-a86b-13a24393c51d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002356 10.0.0.73 - - [2026-02-19 02:12:26] "POST /neutron/network HTTP/1.1" 200 613 0.061537 10.0.0.73 - - [2026-02-19 02:12:26] "POST /route-targets HTTP/1.1" 200 327 0.011666 10.0.0.73 - - [2026-02-19 02:12:26] "POST /ref-update HTTP/1.1" 200 156 0.015845 10.0.0.73 - - [2026-02-19 02:12:26] "POST /useragent-kv HTTP/1.1" 200 115 0.003407 10.0.0.73 - - [2026-02-19 02:12:26] "POST /neutron/subnet HTTP/1.1" 200 730 0.187777 10.0.0.73 - - [2026-02-19 02:12:26] "POST /fqname-to-id HTTP/1.1" 401 292 0.000579 10.0.0.73 - - [2026-02-19 02:12:26] "POST /useragent-kv HTTP/1.1" 200 115 0.005008 10.0.0.73 - - [2026-02-19 02:12:26] "POST /neutron/subnet HTTP/1.1" 200 828 0.152610 10.0.0.73 - - [2026-02-19 02:12:26] "POST /neutron/network HTTP/1.1" 200 1007 0.011172 10.0.0.73 - - [2026-02-19 02:12:26] "POST /id-to-fqname HTTP/1.1" 200 228 0.001208 10.0.0.73 - - [2026-02-19 02:12:26] "GET /virtual-network/60d97f65-ef05-49b7-aa31-1df740ad114a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.006741 10.0.0.73 - - [2026-02-19 02:12:26] "POST /neutron/network HTTP/1.1" 200 1007 0.007636 10.0.0.73 - - [2026-02-19 02:12:26] "GET /virtual-network/60d97f65-ef05-49b7-aa31-1df740ad114a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.004624 10.0.0.73 - - [2026-02-19 02:12:27] "POST /neutron/network HTTP/1.1" 200 1007 0.009042 10.0.0.73 - - [2026-02-19 02:12:27] "POST /neutron/subnet HTTP/1.1" 200 730 0.006522 10.0.0.73 - - [2026-02-19 02:12:27] "POST /neutron/subnet HTTP/1.1" 200 828 0.007673 10.0.0.73 - - [2026-02-19 02:12:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002852 10.0.0.73 - - [2026-02-19 02:12:27] "GET /projects?obj_uuids=be9cada1-aa2d-4b44-a86b-13a24393c51d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001333 10.0.0.73 - - [2026-02-19 02:12:27] "GET /project/be9cada1-aa2d-4b44-a86b-13a24393c51d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.022091 10.0.0.73 - - [2026-02-19 02:12:27] "POST /neutron/network HTTP/1.1" 200 117 0.009283 10.0.0.73 - - [2026-02-19 02:12:27] "GET /projects?obj_uuids=be9cada1-aa2d-4b44-a86b-13a24393c51d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000884 10.0.0.73 - - [2026-02-19 02:12:27] "POST /fqname-to-id HTTP/1.1" 404 207 0.038570 10.0.0.73 - - [2026-02-19 02:12:27] "POST /neutron/network HTTP/1.1" 200 613 0.082577 10.0.0.73 - - [2026-02-19 02:12:27] "POST /route-targets HTTP/1.1" 200 327 0.011384 10.0.0.73 - - [2026-02-19 02:12:27] "POST /ref-update HTTP/1.1" 200 156 0.014344 10.0.0.73 - - [2026-02-19 02:12:27] "POST /useragent-kv HTTP/1.1" 200 115 0.010395 10.0.0.73 - - [2026-02-19 02:12:27] "POST /neutron/subnet HTTP/1.1" 200 715 0.211200 10.0.0.73 - - [2026-02-19 02:12:27] "POST /fqname-to-id HTTP/1.1" 404 207 0.002429 10.0.0.73 - - [2026-02-19 02:12:27] "POST /useragent-kv HTTP/1.1" 200 115 0.002537 10.0.0.73 - - [2026-02-19 02:12:27] "POST /neutron/subnet HTTP/1.1" 200 823 0.195735 10.0.0.73 - - [2026-02-19 02:12:27] "POST /neutron/network HTTP/1.1" 200 1003 0.006169 10.0.0.73 - - [2026-02-19 02:12:27] "POST /id-to-fqname HTTP/1.1" 200 228 0.001103 10.0.0.73 - - [2026-02-19 02:12:27] "GET /virtual-network/7e0d96a8-bbff-42e7-bbe6-37012e82f1a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.005597 10.0.0.73 - - [2026-02-19 02:12:27] "POST /neutron/network HTTP/1.1" 200 1003 0.006642 10.0.0.73 - - [2026-02-19 02:12:27] "GET /virtual-network/7e0d96a8-bbff-42e7-bbe6-37012e82f1a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.004505 10.0.0.73 - - [2026-02-19 02:12:27] "POST /neutron/network HTTP/1.1" 200 1003 0.006674 10.0.0.73 - - [2026-02-19 02:12:27] "POST /neutron/subnet HTTP/1.1" 200 715 0.006171 10.0.0.73 - - [2026-02-19 02:12:27] "POST /neutron/subnet HTTP/1.1" 200 823 0.006352 10.0.0.73 - - [2026-02-19 02:12:27] "POST /fqname-to-id HTTP/1.1" 404 234 0.001892 10.0.0.73 - - [2026-02-19 02:12:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.001938 10.0.0.73 - - [2026-02-19 02:12:27] "GET /projects?obj_uuids=be9cada1-aa2d-4b44-a86b-13a24393c51d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000951 10.0.0.73 - - [2026-02-19 02:12:27] "GET /project/be9cada1-aa2d-4b44-a86b-13a24393c51d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.024052 10.0.0.73 - - [2026-02-19 02:12:28] "POST /network-policys HTTP/1.1" 200 577 0.060662 10.0.0.73 - - [2026-02-19 02:12:28] "GET /network-policy/50b092be-6bf9-4be5-aadb-804b56577772?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.005207 10.0.0.73 - - [2026-02-19 02:12:28] "POST /neutron/network HTTP/1.1" 200 1007 0.008191 10.0.0.73 - - [2026-02-19 02:12:28] "POST /fqname-to-id HTTP/1.1" 404 242 0.003165 10.0.0.73 - - [2026-02-19 02:12:28] "POST /fqname-to-id HTTP/1.1" 404 207 0.004202 10.0.0.73 - - [2026-02-19 02:12:28] "POST /neutron/network HTTP/1.1" 200 1115 0.044771 10.0.0.73 - - [2026-02-19 02:12:28] "POST /access-control-lists HTTP/1.1" 200 596 0.063163 10.0.0.73 - - [2026-02-19 02:12:28] "POST /neutron/network HTTP/1.1" 200 1115 0.037813 10.0.0.73 - - [2026-02-19 02:12:28] "GET /virtual-network/60d97f65-ef05-49b7-aa31-1df740ad114a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.004648 10.0.0.73 - - [2026-02-19 02:12:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002271 10.0.0.73 - - [2026-02-19 02:12:28] "GET /network-policy/50b092be-6bf9-4be5-aadb-804b56577772?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.003780 10.0.0.73 - - [2026-02-19 02:12:28] "POST /neutron/network HTTP/1.1" 200 1003 0.007879 10.0.0.73 - - [2026-02-19 02:12:28] "POST /fqname-to-id HTTP/1.1" 404 207 0.006136 10.0.0.73 - - [2026-02-19 02:12:28] "PUT /access-control-list/0a0c18eb-4d64-4665-9644-d06f9384047d HTTP/1.1" 200 272 0.011715 10.0.0.73 - - [2026-02-19 02:12:28] "POST /neutron/network HTTP/1.1" 200 1111 0.046941 10.0.0.73 - - [2026-02-19 02:12:28] "POST /fqname-to-id HTTP/1.1" 404 242 0.002243 10.0.0.73 - - [2026-02-19 02:12:28] "POST /neutron/network HTTP/1.1" 200 1111 0.006397 10.0.0.73 - - [2026-02-19 02:12:28] "GET /virtual-network/7e0d96a8-bbff-42e7-bbe6-37012e82f1a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.004284 10.0.0.73 - - [2026-02-19 02:12:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002311 10.0.0.73 - - [2026-02-19 02:12:28] "GET /network-policy/50b092be-6bf9-4be5-aadb-804b56577772?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.020530 10.0.0.73 - - [2026-02-19 02:12:28] "POST /access-control-lists HTTP/1.1" 200 596 0.058233 10.0.0.73 - - [2026-02-19 02:12:28] "GET /domains HTTP/1.1" 401 292 0.000389 10.0.0.73 - - [2026-02-19 02:12:28] "POST /ref-update HTTP/1.1" 200 156 0.009567 10.0.0.73 - - [2026-02-19 02:12:28] "GET /domains HTTP/1.1" 200 280 0.036440 10.0.0.73 - - [2026-02-19 02:12:28] "GET /domains?obj_uuids=a019755e-f901-41d8-a8e2-8005c9c1abd3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001603 10.0.0.73 - - [2026-02-19 02:12:28] "GET /domain/a019755e-f901-41d8-a8e2-8005c9c1abd3 HTTP/1.1" 200 2955 0.008840 10.0.0.73 - - [2026-02-19 02:12:28] "GET /projects?obj_uuids=be9cada1-aa2d-4b44-a86b-13a24393c51d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000891 10.0.0.73 - - [2026-02-19 02:12:28] "DELETE /project/7647dc8d2d2a4c46ae0bb6ea0f2edd19 HTTP/1.1" 404 173 0.010915 10.0.0.73 - - [2026-02-19 02:12:28] "DELETE /project/be9cada1aa2d4b44a86b13a24393c51d HTTP/1.1" 404 173 0.006828 10.0.0.73 - - [2026-02-19 02:12:28] "GET /projects?obj_uuids=7647dc8d-2d2a-4c46-ae0b-b6ea0f2edd19&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000837 10.0.0.73 - - [2026-02-19 02:12:28] "GET /projects?obj_uuids=e6ef5228-dee8-4755-9f0d-b5ff2a3b7a1a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000695 10.0.0.73 - - [2026-02-19 02:12:29] "GET /project/e6ef5228-dee8-4755-9f0d-b5ff2a3b7a1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1461 0.030935 10.0.0.73 - - [2026-02-19 02:12:29] "GET /project/7647dc8d-2d2a-4c46-ae0b-b6ea0f2edd19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.035771 10.0.0.73 - - [2026-02-19 02:12:29] "GET /projects?obj_uuids=7647dc8d-2d2a-4c46-ae0b-b6ea0f2edd19&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000852 10.0.0.73 - - [2026-02-19 02:12:29] "GET /projects?obj_uuids=e6ef5228-dee8-4755-9f0d-b5ff2a3b7a1a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000740 10.0.0.73 - - [2026-02-19 02:12:29] "GET /project/be9cada1-aa2d-4b44-a86b-13a24393c51d HTTP/1.1" 200 2626 0.080491 10.0.0.73 - - [2026-02-19 02:12:29] "GET /project/7647dc8d-2d2a-4c46-ae0b-b6ea0f2edd19?fields=security_groups HTTP/1.1" 200 1372 0.031263 10.0.0.73 - - [2026-02-19 02:12:29] "GET /virtual-network/60d97f65-ef05-49b7-aa31-1df740ad114a HTTP/1.1" 200 3509 0.005929 10.0.0.73 - - [2026-02-19 02:12:29] "GET /virtual-network/60d97f65-ef05-49b7-aa31-1df740ad114a HTTP/1.1" 200 3509 0.004840 10.0.0.73 - - [2026-02-19 02:12:29] "GET /routing-instance/10e52bcb-f4a5-429a-98f0-0973d432ea0a HTTP/1.1" 200 1795 0.002930 10.0.0.73 - - [2026-02-19 02:12:29] "GET /routing-instance/10e52bcb-f4a5-429a-98f0-0973d432ea0a HTTP/1.1" 200 1795 0.003177 10.0.0.73 - - [2026-02-19 02:12:29] "GET /project/e6ef5228-dee8-4755-9f0d-b5ff2a3b7a1a?fields=security_groups HTTP/1.1" 200 1358 0.072334 10.0.0.73 - - [2026-02-19 02:12:29] "GET /route-target/a313544e-1e97-42c6-ac22-3e1424ae586d HTTP/1.1" 200 1213 0.003034 10.0.0.73 - - [2026-02-19 02:12:29] "GET /virtual-network/60d97f65-ef05-49b7-aa31-1df740ad114a HTTP/1.1" 200 3509 0.005860 10.0.0.73 - - [2026-02-19 02:12:29] "GET /routing-instance/10e52bcb-f4a5-429a-98f0-0973d432ea0a HTTP/1.1" 200 1795 0.003025 10.0.0.73 - - [2026-02-19 02:12:29] "GET /virtual-network/60d97f65-ef05-49b7-aa31-1df740ad114a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.003738 10.0.0.73 - - [2026-02-19 02:12:29] "GET /virtual-network/60d97f65-ef05-49b7-aa31-1df740ad114a HTTP/1.1" 200 3509 0.004607 10.0.0.73 - - [2026-02-19 02:12:29] "GET /routing-instance/10e52bcb-f4a5-429a-98f0-0973d432ea0a HTTP/1.1" 200 1795 0.003620 10.0.0.73 - - [2026-02-19 02:12:29] "DELETE /security-group/b249ee01-3d03-4b53-81f4-c4ea79221d24 HTTP/1.1" 200 115 0.042718 10.0.0.73 - - [2026-02-19 02:12:29] "GET /routing-instance/10e52bcb-f4a5-429a-98f0-0973d432ea0a HTTP/1.1" 200 1795 0.005737 10.0.0.73 - - [2026-02-19 02:12:29] "GET /projects?obj_uuids=7647dc8d-2d2a-4c46-ae0b-b6ea0f2edd19&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000895 10.0.0.73 - - [2026-02-19 02:12:29] "GET /route-target/a313544e-1e97-42c6-ac22-3e1424ae586d HTTP/1.1" 200 1213 0.002505 10.0.0.73 - - [2026-02-19 02:12:29] "DELETE /access-control-list/65849b8a-5319-4980-876c-5fb1ee75d0f6 HTTP/1.1" 200 115 0.034368 10.0.0.73 - - [2026-02-19 02:12:29] "GET /project/7647dc8d-2d2a-4c46-ae0b-b6ea0f2edd19?fields=application_policy_sets HTTP/1.1" 200 1411 0.034045 10.0.0.73 - - [2026-02-19 02:12:29] "GET /domains HTTP/1.1" 200 280 0.001919 10.0.0.73 - - [2026-02-19 02:12:29] "GET /domains?obj_uuids=a019755e-f901-41d8-a8e2-8005c9c1abd3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.060977 10.0.0.73 - - [2026-02-19 02:12:29] "DELETE /access-control-list/a4580bc2-e4a0-49c0-9d33-1226168e9f3a HTTP/1.1" 200 115 0.096108 10.0.0.73 - - [2026-02-19 02:12:29] "GET /domain/a019755e-f901-41d8-a8e2-8005c9c1abd3 HTTP/1.1" 200 2955 0.067710 10.0.0.73 - - [2026-02-19 02:12:29] "GET /projects?obj_uuids=be9cada1-aa2d-4b44-a86b-13a24393c51d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000931 10.0.0.73 - - [2026-02-19 02:12:29] "DELETE /security-group/e5d5ece4-b244-4e26-b0b2-1d54567751ab HTTP/1.1" 200 115 0.141772 10.0.0.73 - - [2026-02-19 02:12:29] "GET /projects?obj_uuids=e6ef5228-dee8-4755-9f0d-b5ff2a3b7a1a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001030 10.0.0.73 - - [2026-02-19 02:12:29] "GET /project/be9cada1-aa2d-4b44-a86b-13a24393c51d HTTP/1.1" 200 2626 0.036185 10.0.0.73 - - [2026-02-19 02:12:29] "GET /virtual-network/60d97f65-ef05-49b7-aa31-1df740ad114a HTTP/1.1" 200 3509 0.005259 10.0.0.73 - - [2026-02-19 02:12:29] "DELETE /access-control-list/3f654fce-8859-4cbe-b488-4224db1908ac HTTP/1.1" 200 115 0.047281 10.0.0.73 - - [2026-02-19 02:12:29] "DELETE /access-control-list/58ab277c-b2ba-4fcf-a6e3-7155fd8fc0c5 HTTP/1.1" 200 115 0.022277 10.0.0.73 - - [2026-02-19 02:12:29] "DELETE /project/7647dc8d-2d2a-4c46-ae0b-b6ea0f2edd19 HTTP/1.1" 200 115 0.383528 10.0.0.73 - - [2026-02-19 02:12:29] "GET /project/e6ef5228-dee8-4755-9f0d-b5ff2a3b7a1a?fields=application_policy_sets HTTP/1.1" 200 1397 0.087132 10.0.0.73 - - [2026-02-19 02:12:29] "DELETE /project/e6ef5228-dee8-4755-9f0d-b5ff2a3b7a1a HTTP/1.1" 200 115 0.496239 10.0.0.73 - - [2026-02-19 02:12:29] "GET /obj-perms HTTP/1.1" 200 5046 0.058052 10.0.0.73 - - [2026-02-19 02:12:29] "GET /domains HTTP/1.1" 200 280 0.002431 10.0.0.73 - - [2026-02-19 02:12:29] "GET /domains?obj_uuids=a019755e-f901-41d8-a8e2-8005c9c1abd3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000895 10.0.0.73 - - [2026-02-19 02:12:29] "GET /domain/a019755e-f901-41d8-a8e2-8005c9c1abd3 HTTP/1.1" 200 2582 0.007046 10.0.0.73 - - [2026-02-19 02:12:29] "GET /projects?obj_uuids=be9cada1-aa2d-4b44-a86b-13a24393c51d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001140 10.0.0.73 - - [2026-02-19 02:12:29] "GET /project/be9cada1-aa2d-4b44-a86b-13a24393c51d HTTP/1.1" 200 2626 0.059171 10.0.0.73 - - [2026-02-19 02:12:29] "GET /virtual-network/7e0d96a8-bbff-42e7-bbe6-37012e82f1a3 HTTP/1.1" 200 3497 0.005862 10.0.0.73 - - [2026-02-19 02:12:29] "GET /virtual-network/7e0d96a8-bbff-42e7-bbe6-37012e82f1a3 HTTP/1.1" 200 3497 0.004315 10.0.0.73 - - [2026-02-19 02:12:29] "GET /routing-instance/550db420-7075-4137-800d-475ba0c8ab0e HTTP/1.1" 200 1794 0.003124 10.0.0.73 - - [2026-02-19 02:12:29] "GET /routing-instance/550db420-7075-4137-800d-475ba0c8ab0e HTTP/1.1" 200 1794 0.002840 10.0.0.73 - - [2026-02-19 02:12:29] "GET /route-target/b2d1d321-e739-4fca-8099-a1b370db9e84 HTTP/1.1" 200 1212 0.002874 10.0.0.73 - - [2026-02-19 02:12:29] "GET /virtual-network/7e0d96a8-bbff-42e7-bbe6-37012e82f1a3 HTTP/1.1" 200 3497 0.005190 10.0.0.73 - - [2026-02-19 02:12:29] "GET /routing-instance/550db420-7075-4137-800d-475ba0c8ab0e HTTP/1.1" 200 1794 0.003592 10.0.0.73 - - [2026-02-19 02:12:29] "GET /virtual-network/7e0d96a8-bbff-42e7-bbe6-37012e82f1a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.005302 10.0.0.73 - - [2026-02-19 02:12:29] "GET /virtual-network/7e0d96a8-bbff-42e7-bbe6-37012e82f1a3 HTTP/1.1" 200 3497 0.005410 10.0.0.73 - - [2026-02-19 02:12:29] "GET /routing-instance/550db420-7075-4137-800d-475ba0c8ab0e HTTP/1.1" 200 1794 0.003831 10.0.0.73 - - [2026-02-19 02:12:29] "GET /routing-instance/550db420-7075-4137-800d-475ba0c8ab0e HTTP/1.1" 200 1794 0.003294 10.0.0.73 - - [2026-02-19 02:12:29] "GET /route-target/b2d1d321-e739-4fca-8099-a1b370db9e84 HTTP/1.1" 200 1212 0.003204 10.0.0.73 - - [2026-02-19 02:12:29] "GET /domains HTTP/1.1" 200 280 0.002680 10.0.0.73 - - [2026-02-19 02:12:29] "GET /domains?obj_uuids=a019755e-f901-41d8-a8e2-8005c9c1abd3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001169 10.0.0.73 - - [2026-02-19 02:12:29] "GET /domain/a019755e-f901-41d8-a8e2-8005c9c1abd3 HTTP/1.1" 200 2582 0.007345 10.0.0.73 - - [2026-02-19 02:12:29] "GET /projects?obj_uuids=be9cada1-aa2d-4b44-a86b-13a24393c51d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000817 10.0.0.73 - - [2026-02-19 02:12:29] "GET /project/be9cada1-aa2d-4b44-a86b-13a24393c51d HTTP/1.1" 200 2626 0.070016 10.0.0.73 - - [2026-02-19 02:12:29] "GET /virtual-network/7e0d96a8-bbff-42e7-bbe6-37012e82f1a3 HTTP/1.1" 200 3497 0.004533 10.0.0.73 - - [2026-02-19 02:12:29] "GET /obj-perms HTTP/1.1" 200 5046 0.003110 10.0.0.73 - - [2026-02-19 02:12:30] "GET /virtual-network/7e0d96a8-bbff-42e7-bbe6-37012e82f1a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.004947 10.0.0.73 - - [2026-02-19 02:12:30] "POST /neutron/network HTTP/1.1" 200 1111 0.007208 10.0.0.73 - - [2026-02-19 02:12:30] "POST /fqname-to-id HTTP/1.1" 404 207 0.007702 10.0.0.73 - - [2026-02-19 02:12:30] "POST /neutron/network HTTP/1.1" 200 1003 0.041787 10.0.0.73 - - [2026-02-19 02:12:30] "DELETE /access-control-list/608c1938-c32a-4406-aeec-b3e2127fe3e0 HTTP/1.1" 200 115 0.032231 10.0.0.73 - - [2026-02-19 02:12:30] "POST /neutron/network HTTP/1.1" 200 1003 0.009741 10.0.0.73 - - [2026-02-19 02:12:30] "GET /virtual-network/7e0d96a8-bbff-42e7-bbe6-37012e82f1a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.004094 10.0.0.73 - - [2026-02-19 02:12:30] "POST /ref-update HTTP/1.1" 200 156 0.014237 10.0.0.73 - - [2026-02-19 02:12:30] "GET /virtual-network/60d97f65-ef05-49b7-aa31-1df740ad114a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.008697 10.0.0.73 - - [2026-02-19 02:12:30] "POST /neutron/network HTTP/1.1" 200 1115 0.006939 10.0.0.73 - - [2026-02-19 02:12:30] "POST /fqname-to-id HTTP/1.1" 404 207 0.005621 10.0.0.73 - - [2026-02-19 02:12:30] "POST /neutron/network HTTP/1.1" 200 1007 0.040588 10.0.0.73 - - [2026-02-19 02:12:30] "DELETE /access-control-list/0a0c18eb-4d64-4665-9644-d06f9384047d HTTP/1.1" 200 115 0.030986 10.0.0.73 - - [2026-02-19 02:12:30] "POST /neutron/network HTTP/1.1" 200 1007 0.006390 10.0.0.73 - - [2026-02-19 02:12:30] "POST /ref-update HTTP/1.1" 200 156 0.014153 10.0.0.73 - - [2026-02-19 02:12:30] "GET /virtual-network/60d97f65-ef05-49b7-aa31-1df740ad114a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.010404 10.0.0.73 - - [2026-02-19 02:12:30] "DELETE /network-policy/50b092be-6bf9-4be5-aadb-804b56577772 HTTP/1.1" 200 115 0.023810 10.0.0.73 - - [2026-02-19 02:12:30] "POST /neutron/network HTTP/1.1" 200 1003 0.007411 10.0.0.73 - - [2026-02-19 02:12:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003020 10.0.0.73 - - [2026-02-19 02:12:30] "POST /useragent-kv HTTP/1.1" 200 115 0.002662 10.0.0.73 - - [2026-02-19 02:12:30] "POST /useragent-kv HTTP/1.1" 200 115 0.001740 10.0.0.73 - - [2026-02-19 02:12:30] "POST /useragent-kv HTTP/1.1" 200 115 0.001726 10.0.0.73 - - [2026-02-19 02:12:30] "POST /useragent-kv HTTP/1.1" 200 115 0.001438 10.0.0.73 - - [2026-02-19 02:12:30] "POST /neutron/network HTTP/1.1" 200 151 0.081702 10.0.0.73 - - [2026-02-19 02:12:30] "DELETE /route-target/b2d1d321-e739-4fca-8099-a1b370db9e84 HTTP/1.1" 200 115 0.021215 10.0.0.73 - - [2026-02-19 02:12:30] "GET /routing-instance/550db420-7075-4137-800d-475ba0c8ab0e HTTP/1.1" 404 171 0.002593 10.0.0.73 - - [2026-02-19 02:12:30] "GET /domains HTTP/1.1" 200 280 0.002432 10.0.0.73 - - [2026-02-19 02:12:30] "GET /domains?obj_uuids=a019755e-f901-41d8-a8e2-8005c9c1abd3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001143 10.0.0.73 - - [2026-02-19 02:12:30] "GET /domain/a019755e-f901-41d8-a8e2-8005c9c1abd3 HTTP/1.1" 200 2582 0.050920 10.0.0.73 - - [2026-02-19 02:12:30] "GET /projects?obj_uuids=be9cada1-aa2d-4b44-a86b-13a24393c51d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001888 10.0.0.73 - - [2026-02-19 02:12:30] "GET /project/be9cada1-aa2d-4b44-a86b-13a24393c51d HTTP/1.1" 200 2146 0.071895 10.0.0.73 - - [2026-02-19 02:12:30] "POST /neutron/network HTTP/1.1" 200 1007 0.007076 10.0.0.73 - - [2026-02-19 02:12:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003830 10.0.0.73 - - [2026-02-19 02:12:30] "POST /useragent-kv HTTP/1.1" 200 115 0.001925 10.0.0.73 - - [2026-02-19 02:12:30] "POST /useragent-kv HTTP/1.1" 200 115 0.003462 10.0.0.73 - - [2026-02-19 02:12:30] "POST /useragent-kv HTTP/1.1" 200 115 0.002101 10.0.0.73 - - [2026-02-19 02:12:30] "POST /useragent-kv HTTP/1.1" 200 115 0.002093 10.0.0.73 - - [2026-02-19 02:12:30] "POST /neutron/network HTTP/1.1" 200 151 0.096219 10.0.0.73 - - [2026-02-19 02:12:30] "DELETE /route-target/a313544e-1e97-42c6-ac22-3e1424ae586d HTTP/1.1" 200 115 0.030341 10.0.0.73 - - [2026-02-19 02:12:30] "GET /routing-instance/10e52bcb-f4a5-429a-98f0-0973d432ea0a HTTP/1.1" 404 171 0.002189 10.0.0.73 - - [2026-02-19 02:12:30] "GET /domains HTTP/1.1" 200 280 0.002012 10.0.0.73 - - [2026-02-19 02:12:30] "GET /domains?obj_uuids=a019755e-f901-41d8-a8e2-8005c9c1abd3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000878 10.0.0.73 - - [2026-02-19 02:12:30] "GET /domain/a019755e-f901-41d8-a8e2-8005c9c1abd3 HTTP/1.1" 200 2582 0.048945 10.0.0.73 - - [2026-02-19 02:12:30] "GET /projects?obj_uuids=be9cada1-aa2d-4b44-a86b-13a24393c51d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001373 10.0.0.73 - - [2026-02-19 02:12:30] "GET /project/be9cada1-aa2d-4b44-a86b-13a24393c51d HTTP/1.1" 200 1901 0.066362 10.0.0.73 - - [2026-02-19 02:12:31] "GET /projects?obj_uuids=be9cada1-aa2d-4b44-a86b-13a24393c51d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001247 10.0.0.73 - - [2026-02-19 02:12:31] "GET /project/be9cada1-aa2d-4b44-a86b-13a24393c51d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.025563 10.0.0.73 - - [2026-02-19 02:12:31] "GET /projects?obj_uuids=be9cada1-aa2d-4b44-a86b-13a24393c51d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001034 10.0.0.73 - - [2026-02-19 02:12:31] "GET /project/be9cada1-aa2d-4b44-a86b-13a24393c51d?fields=virtual_networks HTTP/1.1" 200 1049 0.066800 10.0.0.73 - - [2026-02-19 02:12:31] "GET /projects?obj_uuids=be9cada1-aa2d-4b44-a86b-13a24393c51d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001057 10.0.0.73 - - [2026-02-19 02:12:31] "GET /project/be9cada1-aa2d-4b44-a86b-13a24393c51d?fields=virtual_machine_interfaces HTTP/1.1" 200 1049 0.026919 10.0.0.73 - - [2026-02-19 02:12:31] "GET /projects?obj_uuids=be9cada1-aa2d-4b44-a86b-13a24393c51d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001463 10.0.0.73 - - [2026-02-19 02:12:31] "GET /project/be9cada1-aa2d-4b44-a86b-13a24393c51d?fields=security_groups HTTP/1.1" 200 1283 0.024967 10.0.0.73 - - [2026-02-19 02:12:32] "POST /fqname-to-id HTTP/1.1" 404 204 0.035510 10.0.0.73 - - [2026-02-19 02:12:32] "GET /projects?obj_uuids=1fd0bc5d-1d7a-4c4f-b4d4-0670f8f4999a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002151 10.0.0.73 - - [2026-02-19 02:12:32] "GET /domains?obj_uuids=a019755e-f901-41d8-a8e2-8005c9c1abd3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000920 10.0.0.73 - - [2026-02-19 02:12:32] "GET /domain/a019755e-f901-41d8-a8e2-8005c9c1abd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006184 10.0.0.73 - - [2026-02-19 02:12:32] "POST /id-to-fqname HTTP/1.1" 200 206 0.001968 10.0.0.73 - - [2026-02-19 02:12:32] "POST /fqname-to-id HTTP/1.1" 404 215 0.003295 10.0.0.73 - - [2026-02-19 02:12:32] "POST /security-groups HTTP/1.1" 200 607 0.060473 10.0.0.73 - - [2026-02-19 02:12:32] "POST /fqname-to-id HTTP/1.1" 404 250 0.003220 10.0.0.73 - - [2026-02-19 02:12:32] "POST /projects HTTP/1.1" 200 617 0.217469 10.0.0.73 - - [2026-02-19 02:12:32] "POST /access-control-lists HTTP/1.1" 200 612 0.062720 10.0.0.73 - - [2026-02-19 02:12:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.291693 10.0.0.73 - - [2026-02-19 02:12:32] "POST /fqname-to-id HTTP/1.1" 404 249 0.003179 10.0.0.73 - - [2026-02-19 02:12:32] "GET /project/1fd0bc5d-1d7a-4c4f-b4d4-0670f8f4999a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.410071 10.0.0.73 - - [2026-02-19 02:12:32] "POST /access-control-lists HTTP/1.1" 200 610 0.060859 10.0.0.73 - - [2026-02-19 02:12:33] "GET / HTTP/1.1" 200 35931 0.001686 10.0.0.73 - - [2026-02-19 02:12:34] "GET /obj-perms HTTP/1.1" 200 5056 0.101450 10.0.0.73 - - [2026-02-19 02:12:35] "GET /obj-perms HTTP/1.1" 200 5056 0.054385 10.0.0.73 - - [2026-02-19 02:12:35] "POST /fqname-to-id HTTP/1.1" 401 292 0.000537 10.0.0.73 - - [2026-02-19 02:12:35] "POST /fqname-to-id HTTP/1.1" 404 233 0.025341 10.0.0.73 - - [2026-02-19 02:12:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002212 10.0.0.73 - - [2026-02-19 02:12:35] "GET /projects?obj_uuids=1fd0bc5d-1d7a-4c4f-b4d4-0670f8f4999a&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000970 10.0.0.73 - - [2026-02-19 02:12:35] "GET /project/1fd0bc5d-1d7a-4c4f-b4d4-0670f8f4999a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.022561 10.0.0.73 - - [2026-02-19 02:12:35] "POST /network-policys HTTP/1.1" 200 567 0.056400 10.0.0.73 - - [2026-02-19 02:12:35] "GET /network-policy/0122837b-1e9a-4833-be26-72a78920d38a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3151 0.005025 10.0.0.73 - - [2026-02-19 02:12:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003122 10.0.0.73 - - [2026-02-19 02:12:35] "GET /projects?obj_uuids=1fd0bc5d-1d7a-4c4f-b4d4-0670f8f4999a&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001325 10.0.0.73 - - [2026-02-19 02:12:35] "GET /project/1fd0bc5d-1d7a-4c4f-b4d4-0670f8f4999a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.022002 10.0.0.73 - - [2026-02-19 02:12:35] "POST /neutron/network HTTP/1.1" 200 117 0.033200 10.0.0.73 - - [2026-02-19 02:12:35] "GET /projects?obj_uuids=1fd0bc5d-1d7a-4c4f-b4d4-0670f8f4999a&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001112 10.0.0.73 - - [2026-02-19 02:12:36] "POST /neutron/network HTTP/1.1" 200 623 0.058971 10.0.0.73 - - [2026-02-19 02:12:36] "POST /route-targets HTTP/1.1" 200 327 0.010295 10.0.0.73 - - [2026-02-19 02:12:36] "POST /ref-update HTTP/1.1" 200 156 0.016282 10.0.0.73 - - [2026-02-19 02:12:36] "POST /useragent-kv HTTP/1.1" 200 115 0.003124 10.0.0.73 - - [2026-02-19 02:12:36] "POST /neutron/subnet HTTP/1.1" 200 720 0.193853 10.0.0.73 - - [2026-02-19 02:12:36] "POST /fqname-to-id HTTP/1.1" 404 207 0.003177 10.0.0.73 - - [2026-02-19 02:12:36] "POST /useragent-kv HTTP/1.1" 200 115 0.003980 10.0.0.73 - - [2026-02-19 02:12:36] "POST /neutron/subnet HTTP/1.1" 200 828 0.194715 10.0.0.73 - - [2026-02-19 02:12:36] "POST /neutron/network HTTP/1.1" 200 1015 0.006170 10.0.0.73 - - [2026-02-19 02:12:36] "POST /id-to-fqname HTTP/1.1" 200 237 0.001135 10.0.0.73 - - [2026-02-19 02:12:36] "GET /virtual-network/deb24d69-0ad1-4a8a-ba29-e9e243618835?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2657 0.004675 10.0.0.73 - - [2026-02-19 02:12:36] "POST /neutron/network HTTP/1.1" 200 1015 0.006881 10.0.0.73 - - [2026-02-19 02:12:36] "GET /virtual-network/deb24d69-0ad1-4a8a-ba29-e9e243618835?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2657 0.004749 10.0.0.73 - - [2026-02-19 02:12:36] "POST /neutron/network HTTP/1.1" 200 1015 0.008976 10.0.0.73 - - [2026-02-19 02:12:36] "POST /neutron/subnet HTTP/1.1" 200 720 0.006152 10.0.0.73 - - [2026-02-19 02:12:36] "POST /neutron/subnet HTTP/1.1" 200 828 0.006481 10.0.0.73 - - [2026-02-19 02:12:36] "POST /neutron/network HTTP/1.1" 200 1015 0.006413 10.0.0.73 - - [2026-02-19 02:12:36] "POST /fqname-to-id HTTP/1.1" 404 252 0.007026 10.0.0.73 - - [2026-02-19 02:12:36] "POST /fqname-to-id HTTP/1.1" 404 207 0.003623 10.0.0.73 - - [2026-02-19 02:12:36] "POST /neutron/network HTTP/1.1" 200 1122 0.040706 10.0.0.73 - - [2026-02-19 02:12:36] "POST /access-control-lists HTTP/1.1" 200 607 0.063910 10.0.0.73 - - [2026-02-19 02:12:36] "POST /neutron/network HTTP/1.1" 200 1122 0.047411 10.0.0.73 - - [2026-02-19 02:12:36] "GET /virtual-network/deb24d69-0ad1-4a8a-ba29-e9e243618835?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2980 0.006137 10.0.0.73 - - [2026-02-19 02:12:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002807 10.0.0.73 - - [2026-02-19 02:12:36] "GET /network-policy/0122837b-1e9a-4833-be26-72a78920d38a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3151 0.004078 10.0.0.73 - - [2026-02-19 02:12:36] "GET /domains HTTP/1.1" 401 292 0.000490 10.0.0.73 - - [2026-02-19 02:12:37] "GET /domains HTTP/1.1" 200 280 0.031192 10.0.0.73 - - [2026-02-19 02:12:37] "GET /domains?obj_uuids=a019755e-f901-41d8-a8e2-8005c9c1abd3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001616 10.0.0.73 - - [2026-02-19 02:12:37] "GET /domain/a019755e-f901-41d8-a8e2-8005c9c1abd3 HTTP/1.1" 200 2784 0.008598 10.0.0.73 - - [2026-02-19 02:12:37] "GET /projects?obj_uuids=1fd0bc5d-1d7a-4c4f-b4d4-0670f8f4999a&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001430 10.0.0.73 - - [2026-02-19 02:12:37] "GET /project/1fd0bc5d-1d7a-4c4f-b4d4-0670f8f4999a HTTP/1.1" 200 2458 0.072858 10.0.0.73 - - [2026-02-19 02:12:37] "GET /virtual-network/deb24d69-0ad1-4a8a-ba29-e9e243618835 HTTP/1.1" 200 3542 0.008445 10.0.0.73 - - [2026-02-19 02:12:37] "GET /virtual-network/deb24d69-0ad1-4a8a-ba29-e9e243618835 HTTP/1.1" 200 3542 0.006155 10.0.0.73 - - [2026-02-19 02:12:37] "GET /routing-instance/c06e9706-416a-441f-9f40-d13a513c10b7 HTTP/1.1" 200 1496 0.004798 10.0.0.73 - - [2026-02-19 02:12:37] "GET /routing-instance/c06e9706-416a-441f-9f40-d13a513c10b7 HTTP/1.1" 200 1496 0.004155 10.0.0.73 - - [2026-02-19 02:12:37] "GET /route-target/f0d41569-9206-4b70-8f7c-e7e9d4f148d0 HTTP/1.1" 200 1223 0.003972 10.0.0.73 - - [2026-02-19 02:12:37] "GET /virtual-network/deb24d69-0ad1-4a8a-ba29-e9e243618835 HTTP/1.1" 200 3542 0.006712 10.0.0.73 - - [2026-02-19 02:12:37] "GET /routing-instance/c06e9706-416a-441f-9f40-d13a513c10b7 HTTP/1.1" 200 1496 0.004622 10.0.0.73 - - [2026-02-19 02:12:37] "GET /virtual-network/deb24d69-0ad1-4a8a-ba29-e9e243618835?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2980 0.006088 10.0.0.73 - - [2026-02-19 02:12:37] "GET /virtual-network/deb24d69-0ad1-4a8a-ba29-e9e243618835 HTTP/1.1" 200 3542 0.006169 10.0.0.73 - - [2026-02-19 02:12:37] "GET /routing-instance/c06e9706-416a-441f-9f40-d13a513c10b7 HTTP/1.1" 200 1496 0.003774 10.0.0.73 - - [2026-02-19 02:12:37] "GET /routing-instance/c06e9706-416a-441f-9f40-d13a513c10b7 HTTP/1.1" 200 1496 0.003488 10.0.0.73 - - [2026-02-19 02:12:37] "GET /route-target/f0d41569-9206-4b70-8f7c-e7e9d4f148d0 HTTP/1.1" 200 1223 0.003028 10.0.0.73 - - [2026-02-19 02:12:37] "GET /domains HTTP/1.1" 200 280 0.003716 10.0.0.73 - - [2026-02-19 02:12:37] "GET /domains?obj_uuids=a019755e-f901-41d8-a8e2-8005c9c1abd3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001029 10.0.0.73 - - [2026-02-19 02:12:37] "GET /domain/a019755e-f901-41d8-a8e2-8005c9c1abd3 HTTP/1.1" 200 2784 0.006469 10.0.0.73 - - [2026-02-19 02:12:37] "GET /projects?obj_uuids=1fd0bc5d-1d7a-4c4f-b4d4-0670f8f4999a&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001031 10.0.0.73 - - [2026-02-19 02:12:37] "GET /project/1fd0bc5d-1d7a-4c4f-b4d4-0670f8f4999a HTTP/1.1" 200 2458 0.066115 10.0.0.73 - - [2026-02-19 02:12:37] "GET /virtual-network/deb24d69-0ad1-4a8a-ba29-e9e243618835 HTTP/1.1" 200 3542 0.006153 10.0.0.73 - - [2026-02-19 02:12:37] "GET /obj-perms HTTP/1.1" 200 5062 0.052214 10.0.0.73 - - [2026-02-19 02:12:37] "GET /domains HTTP/1.1" 200 280 0.002483 10.0.0.73 - - [2026-02-19 02:12:37] "GET /domains?obj_uuids=a019755e-f901-41d8-a8e2-8005c9c1abd3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000942 10.0.0.73 - - [2026-02-19 02:12:37] "GET /domain/a019755e-f901-41d8-a8e2-8005c9c1abd3 HTTP/1.1" 200 2784 0.006147 10.0.0.73 - - [2026-02-19 02:12:37] "GET /projects?obj_uuids=1fd0bc5d-1d7a-4c4f-b4d4-0670f8f4999a&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000914 10.0.0.73 - - [2026-02-19 02:12:37] "GET /project/1fd0bc5d-1d7a-4c4f-b4d4-0670f8f4999a HTTP/1.1" 200 2458 0.064305 10.0.0.73 - - [2026-02-19 02:12:38] "GET /network-policy/0122837b-1e9a-4833-be26-72a78920d38a HTTP/1.1" 200 3477 0.004884 10.0.0.73 - - [2026-02-19 02:12:38] "DELETE /network-policy/0122837b-1e9a-4833-be26-72a78920d38a HTTP/1.1" 409 238 0.006225 10.0.0.73 - - [2026-02-19 02:12:38] "POST /neutron/network HTTP/1.1" 200 1122 0.006389 10.0.0.73 - - [2026-02-19 02:12:38] "DELETE /access-control-list/d3824311-c700-4ade-a53d-7bffa1c83b80 HTTP/1.1" 200 115 0.020698 10.0.0.73 - - [2026-02-19 02:12:38] "POST /useragent-kv HTTP/1.1" 200 115 0.002951 10.0.0.73 - - [2026-02-19 02:12:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003170 10.0.0.73 - - [2026-02-19 02:12:38] "POST /useragent-kv HTTP/1.1" 200 115 0.001626 10.0.0.73 - - [2026-02-19 02:12:38] "POST /useragent-kv HTTP/1.1" 200 115 0.001616 10.0.0.73 - - [2026-02-19 02:12:38] "POST /useragent-kv HTTP/1.1" 200 115 0.001948 10.0.0.73 - - [2026-02-19 02:12:38] "POST /neutron/network HTTP/1.1" 200 151 0.084300 10.0.0.73 - - [2026-02-19 02:12:38] "GET /routing-instance/c06e9706-416a-441f-9f40-d13a513c10b7 HTTP/1.1" 404 171 0.002295 10.0.0.73 - - [2026-02-19 02:12:38] "GET /domains HTTP/1.1" 200 280 0.002282 10.0.0.73 - - [2026-02-19 02:12:38] "GET /domains?obj_uuids=a019755e-f901-41d8-a8e2-8005c9c1abd3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001110 10.0.0.73 - - [2026-02-19 02:12:38] "DELETE /route-target/f0d41569-9206-4b70-8f7c-e7e9d4f148d0 HTTP/1.1" 200 115 0.018508 10.0.0.73 - - [2026-02-19 02:12:38] "GET /domain/a019755e-f901-41d8-a8e2-8005c9c1abd3 HTTP/1.1" 200 2784 0.048285 10.0.0.73 - - [2026-02-19 02:12:38] "GET /projects?obj_uuids=1fd0bc5d-1d7a-4c4f-b4d4-0670f8f4999a&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001003 10.0.0.73 - - [2026-02-19 02:12:38] "GET /project/1fd0bc5d-1d7a-4c4f-b4d4-0670f8f4999a HTTP/1.1" 200 2204 0.061002 10.0.0.73 - - [2026-02-19 02:12:38] "DELETE /network-policy/0122837b-1e9a-4833-be26-72a78920d38a HTTP/1.1" 200 115 0.023299 10.0.0.73 - - [2026-02-19 02:12:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002405 10.0.0.73 - - [2026-02-19 02:12:38] "GET /projects?obj_uuids=1fd0bc5d-1d7a-4c4f-b4d4-0670f8f4999a&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001369 10.0.0.73 - - [2026-02-19 02:12:38] "GET /project/1fd0bc5d-1d7a-4c4f-b4d4-0670f8f4999a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.023951 10.0.0.73 - - [2026-02-19 02:12:38] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyNegativeIpv4v6-61805628&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.003940 10.0.0.73 - - [2026-02-19 02:12:39] "GET /projects?obj_uuids=1fd0bc5d-1d7a-4c4f-b4d4-0670f8f4999a&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001073 10.0.0.73 - - [2026-02-19 02:12:39] "GET /project/1fd0bc5d-1d7a-4c4f-b4d4-0670f8f4999a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.022448 10.0.0.73 - - [2026-02-19 02:12:39] "GET /projects?obj_uuids=1fd0bc5d-1d7a-4c4f-b4d4-0670f8f4999a&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000911 10.0.0.73 - - [2026-02-19 02:12:39] "GET /project/1fd0bc5d-1d7a-4c4f-b4d4-0670f8f4999a?fields=virtual_networks HTTP/1.1" 200 1064 0.063437 10.0.0.73 - - [2026-02-19 02:12:39] "GET /projects?obj_uuids=1fd0bc5d-1d7a-4c4f-b4d4-0670f8f4999a&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000940 10.0.0.73 - - [2026-02-19 02:12:39] "GET /project/1fd0bc5d-1d7a-4c4f-b4d4-0670f8f4999a?fields=virtual_machine_interfaces HTTP/1.1" 200 1064 0.023376 10.0.0.73 - - [2026-02-19 02:12:39] "GET /projects?obj_uuids=1fd0bc5d-1d7a-4c4f-b4d4-0670f8f4999a&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001495 10.0.0.73 - - [2026-02-19 02:12:39] "GET /project/1fd0bc5d-1d7a-4c4f-b4d4-0670f8f4999a?fields=security_groups HTTP/1.1" 200 1306 0.028792 10.0.0.73 - - [2026-02-19 02:12:40] "POST /fqname-to-id HTTP/1.1" 404 190 0.030851 10.0.0.73 - - [2026-02-19 02:12:40] "GET /projects?obj_uuids=8daf22c8-fe6c-4f42-85aa-f1d3d96e54dd&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002309 10.0.0.73 - - [2026-02-19 02:12:40] "GET /domains?obj_uuids=a019755e-f901-41d8-a8e2-8005c9c1abd3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000990 10.0.0.73 - - [2026-02-19 02:12:40] "GET /domain/a019755e-f901-41d8-a8e2-8005c9c1abd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007011 10.0.0.73 - - [2026-02-19 02:12:40] "POST /id-to-fqname HTTP/1.1" 200 192 0.001091 10.0.0.73 - - [2026-02-19 02:12:40] "POST /fqname-to-id HTTP/1.1" 404 201 0.001950 10.0.0.73 - - [2026-02-19 02:12:40] "POST /security-groups HTTP/1.1" 200 593 0.064578 10.0.0.73 - - [2026-02-19 02:12:40] "POST /fqname-to-id HTTP/1.1" 404 236 0.002916 10.0.0.73 - - [2026-02-19 02:12:40] "POST /projects HTTP/1.1" 200 589 0.200183 10.0.0.73 - - [2026-02-19 02:12:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.234401 10.0.0.73 - - [2026-02-19 02:12:40] "POST /access-control-lists HTTP/1.1" 200 598 0.058170 10.0.0.73 - - [2026-02-19 02:12:40] "GET /project/8daf22c8-fe6c-4f42-85aa-f1d3d96e54dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.362369 10.0.0.73 - - [2026-02-19 02:12:40] "POST /fqname-to-id HTTP/1.1" 404 235 0.002785 10.0.0.73 - - [2026-02-19 02:12:40] "POST /access-control-lists HTTP/1.1" 200 596 0.060448 10.0.0.73 - - [2026-02-19 02:12:41] "GET / HTTP/1.1" 200 35931 0.001846 10.0.0.73 - - [2026-02-19 02:12:42] "POST /fqname-to-id HTTP/1.1" 401 292 0.000643 10.0.0.73 - - [2026-02-19 02:12:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.063206 10.0.0.73 - - [2026-02-19 02:12:42] "GET /projects?obj_uuids=8daf22c8-fe6c-4f42-85aa-f1d3d96e54dd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000984 10.0.0.73 - - [2026-02-19 02:12:42] "GET /project/8daf22c8-fe6c-4f42-85aa-f1d3d96e54dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.023144 10.0.0.73 - - [2026-02-19 02:12:42] "POST /neutron/network HTTP/1.1" 200 117 0.032489 10.0.0.73 - - [2026-02-19 02:12:42] "GET /projects?obj_uuids=8daf22c8-fe6c-4f42-85aa-f1d3d96e54dd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001188 10.0.0.73 - - [2026-02-19 02:12:42] "POST /neutron/network HTTP/1.1" 200 607 0.056664 10.0.0.73 - - [2026-02-19 02:12:42] "POST /route-targets HTTP/1.1" 200 327 0.010932 10.0.0.73 - - [2026-02-19 02:12:42] "POST /ref-update HTTP/1.1" 200 156 0.011790 10.0.0.73 - - [2026-02-19 02:12:42] "POST /useragent-kv HTTP/1.1" 200 115 0.002040 10.0.0.73 - - [2026-02-19 02:12:43] "POST /neutron/subnet HTTP/1.1" 200 715 0.156030 10.0.0.73 - - [2026-02-19 02:12:43] "POST /neutron/network HTTP/1.1" 200 824 0.009636 10.0.0.73 - - [2026-02-19 02:12:43] "POST /id-to-fqname HTTP/1.1" 200 222 0.001659 10.0.0.73 - - [2026-02-19 02:12:43] "GET /virtual-network/209dc307-4bd8-4309-a50c-ebc308f3cba8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.004358 10.0.0.73 - - [2026-02-19 02:12:43] "POST /neutron/network HTTP/1.1" 200 824 0.005858 10.0.0.73 - - [2026-02-19 02:12:43] "GET /virtual-network/209dc307-4bd8-4309-a50c-ebc308f3cba8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.004561 10.0.0.73 - - [2026-02-19 02:12:43] "POST /neutron/network HTTP/1.1" 200 824 0.005055 10.0.0.73 - - [2026-02-19 02:12:43] "POST /neutron/subnet HTTP/1.1" 200 715 0.005859 10.0.0.73 - - [2026-02-19 02:12:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002138 10.0.0.73 - - [2026-02-19 02:12:43] "GET /projects?obj_uuids=8daf22c8-fe6c-4f42-85aa-f1d3d96e54dd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000983 10.0.0.73 - - [2026-02-19 02:12:43] "GET /project/8daf22c8-fe6c-4f42-85aa-f1d3d96e54dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.021605 10.0.0.73 - - [2026-02-19 02:12:43] "POST /neutron/network HTTP/1.1" 200 117 0.009797 10.0.0.73 - - [2026-02-19 02:12:43] "GET /projects?obj_uuids=8daf22c8-fe6c-4f42-85aa-f1d3d96e54dd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001222 10.0.0.73 - - [2026-02-19 02:12:43] "POST /neutron/network HTTP/1.1" 200 607 0.060817 10.0.0.73 - - [2026-02-19 02:12:43] "POST /route-targets HTTP/1.1" 200 327 0.012825 10.0.0.73 - - [2026-02-19 02:12:43] "POST /ref-update HTTP/1.1" 200 156 0.011284 10.0.0.73 - - [2026-02-19 02:12:43] "POST /useragent-kv HTTP/1.1" 200 115 0.002670 10.0.0.73 - - [2026-02-19 02:12:43] "POST /neutron/subnet HTTP/1.1" 200 724 0.202224 10.0.0.73 - - [2026-02-19 02:12:43] "POST /neutron/network HTTP/1.1" 200 826 0.006469 10.0.0.73 - - [2026-02-19 02:12:43] "POST /id-to-fqname HTTP/1.1" 200 222 0.002377 10.0.0.73 - - [2026-02-19 02:12:43] "GET /virtual-network/e2db659b-6fbd-43dc-9e0a-2256aae9fa95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.009453 10.0.0.73 - - [2026-02-19 02:12:43] "POST /neutron/network HTTP/1.1" 200 826 0.007321 10.0.0.73 - - [2026-02-19 02:12:43] "GET /virtual-network/e2db659b-6fbd-43dc-9e0a-2256aae9fa95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006388 10.0.0.73 - - [2026-02-19 02:12:43] "POST /neutron/network HTTP/1.1" 200 826 0.006927 10.0.0.73 - - [2026-02-19 02:12:43] "POST /neutron/subnet HTTP/1.1" 200 724 0.008580 10.0.0.73 - - [2026-02-19 02:12:43] "POST /fqname-to-id HTTP/1.1" 404 228 0.002345 10.0.0.73 - - [2026-02-19 02:12:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002067 10.0.0.73 - - [2026-02-19 02:12:43] "GET /projects?obj_uuids=8daf22c8-fe6c-4f42-85aa-f1d3d96e54dd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001264 10.0.0.73 - - [2026-02-19 02:12:43] "GET /project/8daf22c8-fe6c-4f42-85aa-f1d3d96e54dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.023696 10.0.0.73 - - [2026-02-19 02:12:43] "POST /network-policys HTTP/1.1" 200 571 0.015265 10.0.0.73 - - [2026-02-19 02:12:44] "GET /network-policy/61f195e1-9c3d-4757-9237-a1aebcb6ea92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.004564 10.0.0.73 - - [2026-02-19 02:12:44] "POST /neutron/network HTTP/1.1" 200 824 0.004860 10.0.0.73 - - [2026-02-19 02:12:44] "POST /fqname-to-id HTTP/1.1" 404 236 0.003799 10.0.0.73 - - [2026-02-19 02:12:44] "POST /neutron/network HTTP/1.1" 200 926 0.037714 10.0.0.73 - - [2026-02-19 02:12:44] "POST /neutron/network HTTP/1.1" 200 926 0.043896 10.0.0.73 - - [2026-02-19 02:12:44] "POST /access-control-lists HTTP/1.1" 200 590 0.065402 10.0.0.73 - - [2026-02-19 02:12:44] "GET /virtual-network/209dc307-4bd8-4309-a50c-ebc308f3cba8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.005431 10.0.0.73 - - [2026-02-19 02:12:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002445 10.0.0.73 - - [2026-02-19 02:12:44] "GET /network-policy/61f195e1-9c3d-4757-9237-a1aebcb6ea92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.004097 10.0.0.73 - - [2026-02-19 02:12:44] "POST /neutron/network HTTP/1.1" 200 826 0.005004 10.0.0.73 - - [2026-02-19 02:12:44] "POST /fqname-to-id HTTP/1.1" 404 236 0.003090 10.0.0.73 - - [2026-02-19 02:12:44] "POST /neutron/network HTTP/1.1" 200 928 0.037055 10.0.0.73 - - [2026-02-19 02:12:44] "POST /neutron/network HTTP/1.1" 200 928 0.040925 10.0.0.73 - - [2026-02-19 02:12:44] "POST /access-control-lists HTTP/1.1" 200 590 0.062187 10.0.0.73 - - [2026-02-19 02:12:44] "GET /virtual-network/e2db659b-6fbd-43dc-9e0a-2256aae9fa95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.008665 10.0.0.73 - - [2026-02-19 02:12:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002304 10.0.0.73 - - [2026-02-19 02:12:44] "POST /ref-update HTTP/1.1" 200 156 0.008419 10.0.0.73 - - [2026-02-19 02:12:44] "GET /network-policy/61f195e1-9c3d-4757-9237-a1aebcb6ea92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.003546 10.0.0.73 - - [2026-02-19 02:12:44] "GET /domains HTTP/1.1" 401 292 0.000457 10.0.0.73 - - [2026-02-19 02:12:44] "PUT /access-control-list/c40232e0-8bbd-4e56-8b2f-99f151bf5891 HTTP/1.1" 200 272 0.056535 10.0.0.73 - - [2026-02-19 02:12:44] "GET /domains HTTP/1.1" 200 280 0.029965 10.0.0.73 - - [2026-02-19 02:12:44] "GET /domains?obj_uuids=a019755e-f901-41d8-a8e2-8005c9c1abd3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000987 10.0.0.73 - - [2026-02-19 02:12:44] "GET /domain/a019755e-f901-41d8-a8e2-8005c9c1abd3 HTTP/1.1" 200 2972 0.007318 10.0.0.73 - - [2026-02-19 02:12:44] "GET /projects?obj_uuids=8daf22c8-fe6c-4f42-85aa-f1d3d96e54dd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000866 10.0.0.73 - - [2026-02-19 02:12:44] "GET /project/8daf22c8-fe6c-4f42-85aa-f1d3d96e54dd HTTP/1.1" 200 2571 0.064920 10.0.0.73 - - [2026-02-19 02:12:44] "GET /virtual-network/209dc307-4bd8-4309-a50c-ebc308f3cba8 HTTP/1.1" 200 2886 0.005575 10.0.0.73 - - [2026-02-19 02:12:44] "GET /virtual-network/209dc307-4bd8-4309-a50c-ebc308f3cba8 HTTP/1.1" 200 2886 0.004579 10.0.0.73 - - [2026-02-19 02:12:44] "GET /routing-instance/9f89b351-3abc-4179-9248-a8f54592e05e HTTP/1.1" 200 1784 0.003588 10.0.0.73 - - [2026-02-19 02:12:44] "GET /routing-instance/9f89b351-3abc-4179-9248-a8f54592e05e HTTP/1.1" 200 1784 0.003197 10.0.0.73 - - [2026-02-19 02:12:44] "GET /route-target/9439a8fc-77f3-4ae5-a538-b3a486462482 HTTP/1.1" 200 1207 0.003073 10.0.0.73 - - [2026-02-19 02:12:44] "GET /virtual-network/209dc307-4bd8-4309-a50c-ebc308f3cba8 HTTP/1.1" 200 2886 0.004736 10.0.0.73 - - [2026-02-19 02:12:44] "GET /routing-instance/9f89b351-3abc-4179-9248-a8f54592e05e HTTP/1.1" 200 1784 0.004141 10.0.0.73 - - [2026-02-19 02:12:44] "GET /virtual-network/209dc307-4bd8-4309-a50c-ebc308f3cba8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.006396 10.0.0.73 - - [2026-02-19 02:12:44] "GET /virtual-network/209dc307-4bd8-4309-a50c-ebc308f3cba8 HTTP/1.1" 200 2886 0.006253 10.0.0.73 - - [2026-02-19 02:12:44] "GET /routing-instance/9f89b351-3abc-4179-9248-a8f54592e05e HTTP/1.1" 200 1784 0.003484 10.0.0.73 - - [2026-02-19 02:12:44] "GET /routing-instance/9f89b351-3abc-4179-9248-a8f54592e05e HTTP/1.1" 200 1784 0.003418 10.0.0.73 - - [2026-02-19 02:12:45] "GET /route-target/9439a8fc-77f3-4ae5-a538-b3a486462482 HTTP/1.1" 200 1207 0.003350 10.0.0.73 - - [2026-02-19 02:12:45] "GET /domains HTTP/1.1" 200 280 0.002502 10.0.0.73 - - [2026-02-19 02:12:45] "GET /domains?obj_uuids=a019755e-f901-41d8-a8e2-8005c9c1abd3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001294 10.0.0.73 - - [2026-02-19 02:12:45] "GET /domain/a019755e-f901-41d8-a8e2-8005c9c1abd3 HTTP/1.1" 200 2972 0.008296 10.0.0.73 - - [2026-02-19 02:12:45] "GET /projects?obj_uuids=8daf22c8-fe6c-4f42-85aa-f1d3d96e54dd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001037 10.0.0.73 - - [2026-02-19 02:12:45] "GET /project/8daf22c8-fe6c-4f42-85aa-f1d3d96e54dd HTTP/1.1" 200 2571 0.066115 10.0.0.73 - - [2026-02-19 02:12:45] "GET /virtual-network/209dc307-4bd8-4309-a50c-ebc308f3cba8 HTTP/1.1" 200 2886 0.004493 10.0.0.73 - - [2026-02-19 02:12:45] "GET /obj-perms HTTP/1.1" 200 5034 0.058327 10.0.0.73 - - [2026-02-19 02:12:45] "GET /domains HTTP/1.1" 200 280 0.002744 10.0.0.73 - - [2026-02-19 02:12:45] "GET /domains?obj_uuids=a019755e-f901-41d8-a8e2-8005c9c1abd3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001145 10.0.0.73 - - [2026-02-19 02:12:45] "GET /domain/a019755e-f901-41d8-a8e2-8005c9c1abd3 HTTP/1.1" 200 2972 0.007123 10.0.0.73 - - [2026-02-19 02:12:45] "GET /projects?obj_uuids=8daf22c8-fe6c-4f42-85aa-f1d3d96e54dd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001005 10.0.0.73 - - [2026-02-19 02:12:45] "GET /project/8daf22c8-fe6c-4f42-85aa-f1d3d96e54dd HTTP/1.1" 200 2571 0.064846 10.0.0.73 - - [2026-02-19 02:12:45] "GET /virtual-network/e2db659b-6fbd-43dc-9e0a-2256aae9fa95 HTTP/1.1" 200 2893 0.006380 10.0.0.73 - - [2026-02-19 02:12:45] "GET /virtual-network/e2db659b-6fbd-43dc-9e0a-2256aae9fa95 HTTP/1.1" 200 2893 0.005030 10.0.0.73 - - [2026-02-19 02:12:45] "GET /routing-instance/ec03776e-f021-4dc0-8bfa-5e7551a2f9aa HTTP/1.1" 200 1784 0.003512 10.0.0.73 - - [2026-02-19 02:12:45] "GET /routing-instance/ec03776e-f021-4dc0-8bfa-5e7551a2f9aa HTTP/1.1" 200 1784 0.003309 10.0.0.73 - - [2026-02-19 02:12:45] "GET /route-target/45e94bec-de07-47f7-8909-988b2d1493c4 HTTP/1.1" 200 1205 0.003385 10.0.0.73 - - [2026-02-19 02:12:45] "GET /virtual-network/e2db659b-6fbd-43dc-9e0a-2256aae9fa95 HTTP/1.1" 200 2893 0.004960 10.0.0.73 - - [2026-02-19 02:12:45] "GET /routing-instance/ec03776e-f021-4dc0-8bfa-5e7551a2f9aa HTTP/1.1" 200 1784 0.003242 10.0.0.73 - - [2026-02-19 02:12:45] "GET /virtual-network/e2db659b-6fbd-43dc-9e0a-2256aae9fa95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.004826 10.0.0.73 - - [2026-02-19 02:12:45] "GET /virtual-network/e2db659b-6fbd-43dc-9e0a-2256aae9fa95 HTTP/1.1" 200 2893 0.004578 10.0.0.73 - - [2026-02-19 02:12:45] "GET /routing-instance/ec03776e-f021-4dc0-8bfa-5e7551a2f9aa HTTP/1.1" 200 1784 0.003215 10.0.0.73 - - [2026-02-19 02:12:45] "GET /routing-instance/ec03776e-f021-4dc0-8bfa-5e7551a2f9aa HTTP/1.1" 200 1784 0.002998 10.0.0.73 - - [2026-02-19 02:12:45] "GET /route-target/45e94bec-de07-47f7-8909-988b2d1493c4 HTTP/1.1" 200 1205 0.002575 10.0.0.73 - - [2026-02-19 02:12:45] "GET /domains HTTP/1.1" 200 280 0.002738 10.0.0.73 - - [2026-02-19 02:12:45] "GET /domains?obj_uuids=a019755e-f901-41d8-a8e2-8005c9c1abd3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001039 10.0.0.73 - - [2026-02-19 02:12:45] "GET /domain/a019755e-f901-41d8-a8e2-8005c9c1abd3 HTTP/1.1" 200 2972 0.006692 10.0.0.73 - - [2026-02-19 02:12:45] "GET /projects?obj_uuids=8daf22c8-fe6c-4f42-85aa-f1d3d96e54dd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001190 10.0.0.73 - - [2026-02-19 02:12:45] "GET /project/8daf22c8-fe6c-4f42-85aa-f1d3d96e54dd HTTP/1.1" 200 2571 0.067321 10.0.0.73 - - [2026-02-19 02:12:45] "GET /virtual-network/e2db659b-6fbd-43dc-9e0a-2256aae9fa95 HTTP/1.1" 200 2893 0.004297 10.0.0.73 - - [2026-02-19 02:12:45] "GET /obj-perms HTTP/1.1" 200 5034 0.003021 10.0.0.73 - - [2026-02-19 02:12:45] "POST /id-to-fqname HTTP/1.1" 200 222 0.001353 10.0.0.73 - - [2026-02-19 02:12:45] "POST /neutron/network HTTP/1.1" 200 936 0.005587 10.0.0.73 - - [2026-02-19 02:12:45] "GET /aaa-mode HTTP/1.1" 401 292 0.000508 10.0.0.73 - - [2026-02-19 02:12:46] "GET / HTTP/1.1" 200 35931 0.001944 10.0.0.73 - - [2026-02-19 02:12:46] "GET /project/8daf22c8-fe6c-4f42-85aa-f1d3d96e54dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000355 10.0.0.73 - - [2026-02-19 02:12:46] "GET /projects?obj_uuids=8daf22c8-fe6c-4f42-85aa-f1d3d96e54dd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001053 10.0.0.73 - - [2026-02-19 02:12:46] "GET /project/8daf22c8-fe6c-4f42-85aa-f1d3d96e54dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.053093 10.0.0.73 - - [2026-02-19 02:12:46] "POST /neutron/network HTTP/1.1" 200 926 0.004870 10.0.0.73 - - [2026-02-19 02:12:46] "POST /neutron/port HTTP/1.1" 200 117 0.005570 10.0.0.73 - - [2026-02-19 02:12:46] "POST /neutron/port HTTP/1.1" 200 117 0.004791 10.0.0.73 - - [2026-02-19 02:12:46] "POST /id-to-fqname HTTP/1.1" 200 222 0.001223 10.0.0.73 - - [2026-02-19 02:12:46] "POST /neutron/port HTTP/1.1" 200 117 0.005016 10.0.0.73 - - [2026-02-19 02:12:47] "POST /neutron/network HTTP/1.1" 200 938 0.005148 10.0.0.73 - - [2026-02-19 02:12:47] "GET /aaa-mode HTTP/1.1" 401 292 0.000517 10.0.0.73 - - [2026-02-19 02:12:47] "POST /neutron/network HTTP/1.1" 200 936 0.005112 10.0.0.73 - - [2026-02-19 02:12:47] "GET /projects?obj_uuids=8daf22c8-fe6c-4f42-85aa-f1d3d96e54dd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000989 10.0.0.73 - - [2026-02-19 02:12:47] "GET / HTTP/1.1" 200 35931 0.002469 10.0.0.73 - - [2026-02-19 02:12:47] "GET /project/8daf22c8-fe6c-4f42-85aa-f1d3d96e54dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000482 10.0.0.73 - - [2026-02-19 02:12:47] "POST /neutron/port HTTP/1.1" 200 1060 0.201545 10.0.0.73 - - [2026-02-19 02:12:47] "POST /neutron/port HTTP/1.1" 200 1060 0.010740 10.0.0.73 - - [2026-02-19 02:12:47] "POST /neutron/port HTTP/1.1" 200 1060 0.009980 10.0.0.73 - - [2026-02-19 02:12:47] "POST /neutron/port HTTP/1.1" 200 1114 0.054600 10.0.0.73 - - [2026-02-19 02:12:47] "POST /neutron/port HTTP/1.1" 200 1124 0.015238 10.0.0.73 - - [2026-02-19 02:12:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003019 10.0.0.73 - - [2026-02-19 02:12:47] "POST /neutron/subnet HTTP/1.1" 200 689 0.007754 10.0.0.73 - - [2026-02-19 02:12:47] "POST /neutron/port HTTP/1.1" 200 117 0.001500 10.0.0.73 - - [2026-02-19 02:12:47] "POST /neutron/network HTTP/1.1" 200 926 0.006015 10.0.0.73 - - [2026-02-19 02:12:47] "GET /projects?obj_uuids=8daf22c8-fe6c-4f42-85aa-f1d3d96e54dd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001545 10.0.0.73 - - [2026-02-19 02:12:47] "GET /project/8daf22c8-fe6c-4f42-85aa-f1d3d96e54dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.059166 10.0.0.73 - - [2026-02-19 02:12:47] "POST /neutron/network HTTP/1.1" 200 928 0.005148 10.0.0.73 - - [2026-02-19 02:12:47] "POST /neutron/port HTTP/1.1" 200 1124 0.018721 10.0.0.73 - - [2026-02-19 02:12:48] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008042 10.0.0.73 - - [2026-02-19 02:12:48] "POST /neutron/port HTTP/1.1" 200 117 0.005570 10.0.0.73 - - [2026-02-19 02:12:48] "POST /neutron/port HTTP/1.1" 200 1124 0.013547 10.0.0.73 - - [2026-02-19 02:12:48] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006439 10.0.0.73 - - [2026-02-19 02:12:48] "POST /neutron/network HTTP/1.1" 200 938 0.005288 10.0.0.73 - - [2026-02-19 02:12:48] "GET /projects?obj_uuids=8daf22c8-fe6c-4f42-85aa-f1d3d96e54dd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001199 10.0.0.73 - - [2026-02-19 02:12:48] "PUT /access-control-list/41e299af-991b-4978-8c72-76a74a4cc2af HTTP/1.1" 200 272 0.073391 10.0.0.73 - - [2026-02-19 02:12:48] "POST /neutron/port HTTP/1.1" 200 1062 0.297752 10.0.0.73 - - [2026-02-19 02:12:48] "POST /neutron/port HTTP/1.1" 200 1062 0.011996 10.0.0.73 - - [2026-02-19 02:12:48] "POST /neutron/port HTTP/1.1" 200 1062 0.008910 10.0.0.73 - - [2026-02-19 02:12:48] "POST /neutron/port HTTP/1.1" 200 1116 0.069693 10.0.0.73 - - [2026-02-19 02:12:48] "POST /neutron/port HTTP/1.1" 200 1126 0.011191 10.0.0.73 - - [2026-02-19 02:12:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003541 10.0.0.73 - - [2026-02-19 02:12:48] "POST /neutron/subnet HTTP/1.1" 200 698 0.006285 10.0.0.73 - - [2026-02-19 02:12:48] "POST /neutron/port HTTP/1.1" 200 117 0.001138 10.0.0.73 - - [2026-02-19 02:12:48] "POST /neutron/network HTTP/1.1" 200 928 0.005760 10.0.0.73 - - [2026-02-19 02:12:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000409 10.0.0.73 - - [2026-02-19 02:12:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000490 10.0.0.73 - - [2026-02-19 02:12:50] "GET /global-system-configs HTTP/1.1" 401 292 0.000407 10.0.0.73 - - [2026-02-19 02:12:50] "GET /global-system-configs HTTP/1.1" 401 292 0.000365 10.0.0.73 - - [2026-02-19 02:12:53] "POST /neutron/port HTTP/1.1" 200 1124 0.029422 10.0.0.73 - - [2026-02-19 02:12:53] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007657 10.0.0.73 - - [2026-02-19 02:12:53] "POST /neutron/port HTTP/1.1" 200 1124 0.016732 10.0.0.73 - - [2026-02-19 02:12:53] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007187 10.0.0.73 - - [2026-02-19 02:12:53] "POST /neutron/port HTTP/1.1" 200 1124 0.015712 10.0.0.73 - - [2026-02-19 02:12:53] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006624 10.0.0.73 - - [2026-02-19 02:12:53] "GET /virtual-machine/8e90ae53-3b8f-42c4-b9ab-7ddecd5cf59d HTTP/1.1" 200 1295 0.004686 10.0.0.73 - - [2026-02-19 02:12:53] "GET /virtual-machine-interface/2e8fad40-0550-44b9-98b4-09ccad749bed HTTP/1.1" 200 2951 0.010348 10.0.0.73 - - [2026-02-19 02:12:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002687 10.0.0.73 - - [2026-02-19 02:12:53] "GET /global-vrouter-config/353e4024-a16e-4ac5-a38a-f6c33a8537f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003329 10.0.0.73 - - [2026-02-19 02:12:53] "GET /virtual-networks?parent_id=8daf22c8-fe6c-4f42-85aa-f1d3d96e54dd&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002591 10.0.0.73 - - [2026-02-19 02:12:53] "GET /virtual-network/209dc307-4bd8-4309-a50c-ebc308f3cba8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.005520 10.0.0.73 - - [2026-02-19 02:12:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002780 10.0.0.73 - - [2026-02-19 02:12:56] "GET /virtual-network/209dc307-4bd8-4309-a50c-ebc308f3cba8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.009138 10.0.0.73 - - [2026-02-19 02:12:57] "POST /neutron/port HTTP/1.1" 200 1124 0.012564 10.0.0.73 - - [2026-02-19 02:12:57] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005289 10.0.0.73 - - [2026-02-19 02:12:58] "POST /neutron/port HTTP/1.1" 200 1126 0.012357 10.0.0.73 - - [2026-02-19 02:12:58] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005751 10.0.0.73 - - [2026-02-19 02:12:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002613 10.0.0.73 - - [2026-02-19 02:12:58] "GET /global-vrouter-config/353e4024-a16e-4ac5-a38a-f6c33a8537f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002935 10.0.0.73 - - [2026-02-19 02:12:58] "GET /virtual-networks?parent_id=8daf22c8-fe6c-4f42-85aa-f1d3d96e54dd&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003211 10.0.0.73 - - [2026-02-19 02:12:58] "GET /virtual-network/209dc307-4bd8-4309-a50c-ebc308f3cba8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.005012 10.0.0.73 - - [2026-02-19 02:12:59] "POST /neutron/port HTTP/1.1" 200 1124 0.010801 10.0.0.73 - - [2026-02-19 02:12:59] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005687 10.0.0.73 - - [2026-02-19 02:13:04] "POST /neutron/port HTTP/1.1" 200 1126 0.014998 10.0.0.73 - - [2026-02-19 02:13:04] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006601 10.0.0.73 - - [2026-02-19 02:13:04] "POST /neutron/port HTTP/1.1" 200 1126 0.012817 10.0.0.73 - - [2026-02-19 02:13:04] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006851 10.0.0.73 - - [2026-02-19 02:13:04] "POST /neutron/port HTTP/1.1" 200 1126 0.013265 10.0.0.73 - - [2026-02-19 02:13:04] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006684 10.0.0.73 - - [2026-02-19 02:13:04] "GET /virtual-machine/c68f292e-1caf-4416-bccf-83b6b7d8bc16 HTTP/1.1" 200 1295 0.005021 10.0.0.73 - - [2026-02-19 02:13:04] "GET /virtual-machine-interface/f4c6455d-cc4a-4370-8b08-680949c2c306 HTTP/1.1" 200 2952 0.005449 10.0.0.73 - - [2026-02-19 02:13:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003008 10.0.0.73 - - [2026-02-19 02:13:04] "GET /global-vrouter-config/353e4024-a16e-4ac5-a38a-f6c33a8537f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003451 10.0.0.73 - - [2026-02-19 02:13:04] "GET /virtual-networks?parent_id=8daf22c8-fe6c-4f42-85aa-f1d3d96e54dd&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003263 10.0.0.73 - - [2026-02-19 02:13:04] "GET /virtual-network/e2db659b-6fbd-43dc-9e0a-2256aae9fa95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.004677 10.0.0.73 - - [2026-02-19 02:13:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003081 10.0.0.73 - - [2026-02-19 02:13:05] "GET /global-vrouter-config/353e4024-a16e-4ac5-a38a-f6c33a8537f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004593 10.0.0.73 - - [2026-02-19 02:13:05] "GET /virtual-networks?parent_id=8daf22c8-fe6c-4f42-85aa-f1d3d96e54dd&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003281 10.0.0.73 - - [2026-02-19 02:13:05] "GET /virtual-network/e2db659b-6fbd-43dc-9e0a-2256aae9fa95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.005790 10.0.0.73 - - [2026-02-19 02:13:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003184 10.0.0.73 - - [2026-02-19 02:13:10] "GET /projects?obj_uuids=8daf22c8-fe6c-4f42-85aa-f1d3d96e54dd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001348 10.0.0.73 - - [2026-02-19 02:13:10] "GET /project/8daf22c8-fe6c-4f42-85aa-f1d3d96e54dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.024214 10.0.0.73 - - [2026-02-19 02:13:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002843 10.0.0.73 - - [2026-02-19 02:13:10] "PUT /network-policy/61f195e1-9c3d-4757-9237-a1aebcb6ea92 HTTP/1.1" 200 262 0.011301 10.0.0.73 - - [2026-02-19 02:13:10] "PUT /access-control-list/41e299af-991b-4978-8c72-76a74a4cc2af HTTP/1.1" 200 272 0.088232 10.0.0.73 - - [2026-02-19 02:13:10] "POST /ref-update HTTP/1.1" 200 156 0.012078 10.0.0.73 - - [2026-02-19 02:13:10] "PUT /access-control-list/c40232e0-8bbd-4e56-8b2f-99f151bf5891 HTTP/1.1" 200 272 0.053622 10.0.0.73 - - [2026-02-19 02:13:10] "POST /ref-update HTTP/1.1" 200 156 0.011573 10.0.0.73 - - [2026-02-19 02:13:13] "GET /virtual-network/e2db659b-6fbd-43dc-9e0a-2256aae9fa95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.004965 10.0.0.73 - - [2026-02-19 02:13:13] "POST /neutron/network HTTP/1.1" 200 928 0.005703 10.0.0.73 - - [2026-02-19 02:13:13] "POST /neutron/network HTTP/1.1" 200 826 0.040346 10.0.0.73 - - [2026-02-19 02:13:13] "DELETE /access-control-list/41e299af-991b-4978-8c72-76a74a4cc2af HTTP/1.1" 200 115 0.027858 10.0.0.73 - - [2026-02-19 02:13:13] "POST /neutron/network HTTP/1.1" 200 826 0.005087 10.0.0.73 - - [2026-02-19 02:13:13] "GET /virtual-network/e2db659b-6fbd-43dc-9e0a-2256aae9fa95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005020 10.0.0.73 - - [2026-02-19 02:13:13] "GET /virtual-network/209dc307-4bd8-4309-a50c-ebc308f3cba8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.004559 10.0.0.73 - - [2026-02-19 02:13:13] "POST /neutron/network HTTP/1.1" 200 926 0.005181 10.0.0.73 - - [2026-02-19 02:13:14] "POST /neutron/network HTTP/1.1" 200 824 0.042492 10.0.0.73 - - [2026-02-19 02:13:14] "POST /neutron/network HTTP/1.1" 200 824 0.015301 10.0.0.73 - - [2026-02-19 02:13:14] "GET /virtual-network/209dc307-4bd8-4309-a50c-ebc308f3cba8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.016579 10.0.0.73 - - [2026-02-19 02:13:14] "DELETE /access-control-list/c40232e0-8bbd-4e56-8b2f-99f151bf5891 HTTP/1.1" 200 115 0.069628 10.0.0.73 - - [2026-02-19 02:13:14] "DELETE /network-policy/61f195e1-9c3d-4757-9237-a1aebcb6ea92 HTTP/1.1" 200 115 0.028931 10.0.0.73 - - [2026-02-19 02:13:14] "POST /neutron/network HTTP/1.1" 200 826 0.006542 10.0.0.73 - - [2026-02-19 02:13:14] "POST /neutron/network HTTP/1.1" 400 204 0.012817 10.0.0.73 - - [2026-02-19 02:13:14] "POST /neutron/port HTTP/1.1" 200 1126 0.016668 10.0.0.73 - - [2026-02-19 02:13:14] "POST /neutron/port HTTP/1.1" 200 1116 0.012453 10.0.0.73 - - [2026-02-19 02:13:14] "POST /neutron/port HTTP/1.1" 200 1124 0.017608 10.0.0.73 - - [2026-02-19 02:13:14] "POST /neutron/port HTTP/1.1" 200 1114 0.011109 10.0.0.73 - - [2026-02-19 02:13:14] "POST /neutron/port HTTP/1.1" 200 151 0.137968 10.0.0.73 - - [2026-02-19 02:13:14] "POST /neutron/port HTTP/1.1" 200 151 0.116522 10.0.0.73 - - [2026-02-19 02:13:16] "POST /neutron/network HTTP/1.1" 200 826 0.005204 10.0.0.73 - - [2026-02-19 02:13:16] "POST /useragent-kv HTTP/1.1" 200 115 0.002756 10.0.0.73 - - [2026-02-19 02:13:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003557 10.0.0.73 - - [2026-02-19 02:13:16] "POST /useragent-kv HTTP/1.1" 200 115 0.001706 10.0.0.73 - - [2026-02-19 02:13:16] "POST /neutron/network HTTP/1.1" 200 151 0.070977 10.0.0.73 - - [2026-02-19 02:13:16] "DELETE /route-target/45e94bec-de07-47f7-8909-988b2d1493c4 HTTP/1.1" 200 115 0.013662 10.0.0.73 - - [2026-02-19 02:13:16] "GET /routing-instance/ec03776e-f021-4dc0-8bfa-5e7551a2f9aa HTTP/1.1" 404 171 0.002654 10.0.0.73 - - [2026-02-19 02:13:16] "GET /domains HTTP/1.1" 200 280 0.002438 10.0.0.73 - - [2026-02-19 02:13:16] "GET /domains?obj_uuids=a019755e-f901-41d8-a8e2-8005c9c1abd3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000954 10.0.0.73 - - [2026-02-19 02:13:16] "GET /domain/a019755e-f901-41d8-a8e2-8005c9c1abd3 HTTP/1.1" 200 2972 0.046634 10.0.0.73 - - [2026-02-19 02:13:16] "GET /projects?obj_uuids=8daf22c8-fe6c-4f42-85aa-f1d3d96e54dd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000995 10.0.0.73 - - [2026-02-19 02:13:16] "GET /project/8daf22c8-fe6c-4f42-85aa-f1d3d96e54dd HTTP/1.1" 200 2103 0.064931 10.0.0.73 - - [2026-02-19 02:13:16] "POST /neutron/network HTTP/1.1" 200 824 0.005055 10.0.0.73 - - [2026-02-19 02:13:16] "POST /useragent-kv HTTP/1.1" 200 115 0.003047 10.0.0.73 - - [2026-02-19 02:13:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003975 10.0.0.73 - - [2026-02-19 02:13:16] "POST /useragent-kv HTTP/1.1" 200 115 0.004095 10.0.0.73 - - [2026-02-19 02:13:16] "POST /neutron/network HTTP/1.1" 200 151 0.073740 10.0.0.73 - - [2026-02-19 02:13:16] "DELETE /route-target/9439a8fc-77f3-4ae5-a538-b3a486462482 HTTP/1.1" 200 115 0.017503 10.0.0.73 - - [2026-02-19 02:13:16] "GET /routing-instance/9f89b351-3abc-4179-9248-a8f54592e05e HTTP/1.1" 404 171 0.003211 10.0.0.73 - - [2026-02-19 02:13:16] "GET /domains HTTP/1.1" 200 280 0.002607 10.0.0.73 - - [2026-02-19 02:13:16] "GET /domains?obj_uuids=a019755e-f901-41d8-a8e2-8005c9c1abd3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001099 10.0.0.73 - - [2026-02-19 02:13:16] "GET /domain/a019755e-f901-41d8-a8e2-8005c9c1abd3 HTTP/1.1" 200 2972 0.047435 10.0.0.73 - - [2026-02-19 02:13:16] "GET /projects?obj_uuids=8daf22c8-fe6c-4f42-85aa-f1d3d96e54dd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001033 10.0.0.73 - - [2026-02-19 02:13:16] "GET /project/8daf22c8-fe6c-4f42-85aa-f1d3d96e54dd HTTP/1.1" 200 1864 0.069086 10.0.0.73 - - [2026-02-19 02:13:16] "GET /projects?obj_uuids=8daf22c8-fe6c-4f42-85aa-f1d3d96e54dd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001121 10.0.0.73 - - [2026-02-19 02:13:16] "GET /project/8daf22c8-fe6c-4f42-85aa-f1d3d96e54dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.023464 10.0.0.73 - - [2026-02-19 02:13:16] "GET /projects?obj_uuids=8daf22c8-fe6c-4f42-85aa-f1d3d96e54dd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001161 10.0.0.73 - - [2026-02-19 02:13:17] "GET /project/8daf22c8-fe6c-4f42-85aa-f1d3d96e54dd?fields=virtual_networks HTTP/1.1" 200 1036 0.070112 10.0.0.73 - - [2026-02-19 02:13:17] "GET /projects?obj_uuids=8daf22c8-fe6c-4f42-85aa-f1d3d96e54dd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001268 10.0.0.73 - - [2026-02-19 02:13:17] "GET /project/8daf22c8-fe6c-4f42-85aa-f1d3d96e54dd?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.022388 10.0.0.73 - - [2026-02-19 02:13:17] "GET /projects?obj_uuids=8daf22c8-fe6c-4f42-85aa-f1d3d96e54dd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000968 10.0.0.73 - - [2026-02-19 02:13:17] "GET /project/8daf22c8-fe6c-4f42-85aa-f1d3d96e54dd?fields=security_groups HTTP/1.1" 200 1264 0.025849 10.0.0.73 - - [2026-02-19 02:13:17] "POST /fqname-to-id HTTP/1.1" 404 181 0.030663 10.0.0.73 - - [2026-02-19 02:13:18] "GET /projects?obj_uuids=00a90160-d16c-4842-974c-b28d786160b5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002737 10.0.0.73 - - [2026-02-19 02:13:18] "GET /domains?obj_uuids=a019755e-f901-41d8-a8e2-8005c9c1abd3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001289 10.0.0.73 - - [2026-02-19 02:13:18] "GET /domain/a019755e-f901-41d8-a8e2-8005c9c1abd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007716 10.0.0.73 - - [2026-02-19 02:13:18] "POST /id-to-fqname HTTP/1.1" 200 183 0.003736 10.0.0.73 - - [2026-02-19 02:13:18] "POST /fqname-to-id HTTP/1.1" 404 192 0.002671 10.0.0.73 - - [2026-02-19 02:13:18] "POST /security-groups HTTP/1.1" 200 584 0.060416 10.0.0.73 - - [2026-02-19 02:13:18] "POST /fqname-to-id HTTP/1.1" 404 227 0.002382 10.0.0.73 - - [2026-02-19 02:13:18] "POST /projects HTTP/1.1" 200 571 0.216467 10.0.0.73 - - [2026-02-19 02:13:18] "POST /access-control-lists HTTP/1.1" 200 589 0.057903 10.0.0.73 - - [2026-02-19 02:13:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.292276 10.0.0.73 - - [2026-02-19 02:13:18] "POST /fqname-to-id HTTP/1.1" 404 226 0.002555 10.0.0.73 - - [2026-02-19 02:13:18] "GET /project/00a90160-d16c-4842-974c-b28d786160b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1333 0.419212 10.0.0.73 - - [2026-02-19 02:13:18] "POST /access-control-lists HTTP/1.1" 200 587 0.060010 10.0.0.73 - - [2026-02-19 02:13:19] "GET / HTTP/1.1" 200 35931 0.002134 10.0.0.73 - - [2026-02-19 02:13:20] "POST /fqname-to-id HTTP/1.1" 401 292 0.000537 10.0.0.73 - - [2026-02-19 02:13:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.057738 10.0.0.73 - - [2026-02-19 02:13:20] "GET /projects?obj_uuids=00a90160-d16c-4842-974c-b28d786160b5&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000980 10.0.0.73 - - [2026-02-19 02:13:20] "GET /project/00a90160-d16c-4842-974c-b28d786160b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1333 0.023584 10.0.0.73 - - [2026-02-19 02:13:20] "POST /neutron/network HTTP/1.1" 200 117 0.033054 10.0.0.73 - - [2026-02-19 02:13:20] "GET /projects?obj_uuids=00a90160-d16c-4842-974c-b28d786160b5&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001315 10.0.0.73 - - [2026-02-19 02:13:20] "POST /neutron/network HTTP/1.1" 200 612 0.054655 10.0.0.73 - - [2026-02-19 02:13:20] "POST /route-targets HTTP/1.1" 200 327 0.010938 10.0.0.73 - - [2026-02-19 02:13:20] "POST /ref-update HTTP/1.1" 200 156 0.011998 10.0.0.73 - - [2026-02-19 02:13:21] "POST /useragent-kv HTTP/1.1" 200 115 0.003588 10.0.0.73 - - [2026-02-19 02:13:21] "POST /neutron/subnet HTTP/1.1" 200 729 0.185348 10.0.0.73 - - [2026-02-19 02:13:21] "POST /neutron/network HTTP/1.1" 200 832 0.004972 10.0.0.73 - - [2026-02-19 02:13:21] "POST /id-to-fqname HTTP/1.1" 200 220 0.001352 10.0.0.73 - - [2026-02-19 02:13:21] "GET /virtual-network/a06d6520-1fac-4059-ad09-dd4a70c82ef7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004574 10.0.0.73 - - [2026-02-19 02:13:21] "POST /neutron/network HTTP/1.1" 200 832 0.005433 10.0.0.73 - - [2026-02-19 02:13:21] "GET /virtual-network/a06d6520-1fac-4059-ad09-dd4a70c82ef7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004869 10.0.0.73 - - [2026-02-19 02:13:21] "POST /neutron/network HTTP/1.1" 200 832 0.004712 10.0.0.73 - - [2026-02-19 02:13:21] "POST /neutron/subnet HTTP/1.1" 200 729 0.005524 10.0.0.73 - - [2026-02-19 02:13:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002183 10.0.0.73 - - [2026-02-19 02:13:21] "GET /virtual-network/a06d6520-1fac-4059-ad09-dd4a70c82ef7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006718 10.0.0.73 - - [2026-02-19 02:13:21] "PUT /virtual-network/a06d6520-1fac-4059-ad09-dd4a70c82ef7 HTTP/1.1" 200 264 0.027063 10.0.0.73 - - [2026-02-19 02:13:21] "POST /route-targets HTTP/1.1" 200 323 0.010797 10.0.0.73 - - [2026-02-19 02:13:21] "POST /ref-update HTTP/1.1" 200 156 0.010689 10.0.0.73 - - [2026-02-19 02:13:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002636 10.0.0.73 - - [2026-02-19 02:13:21] "GET /projects?obj_uuids=00a90160-d16c-4842-974c-b28d786160b5&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000984 10.0.0.73 - - [2026-02-19 02:13:21] "GET /project/00a90160-d16c-4842-974c-b28d786160b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1333 0.020033 10.0.0.73 - - [2026-02-19 02:13:21] "POST /neutron/network HTTP/1.1" 200 117 0.009058 10.0.0.73 - - [2026-02-19 02:13:21] "GET /projects?obj_uuids=00a90160-d16c-4842-974c-b28d786160b5&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001109 10.0.0.73 - - [2026-02-19 02:13:21] "POST /neutron/network HTTP/1.1" 200 612 0.056149 10.0.0.73 - - [2026-02-19 02:13:21] "POST /route-targets HTTP/1.1" 200 327 0.010794 10.0.0.73 - - [2026-02-19 02:13:21] "POST /ref-update HTTP/1.1" 200 156 0.011484 10.0.0.73 - - [2026-02-19 02:13:21] "POST /useragent-kv HTTP/1.1" 200 115 0.005887 10.0.0.73 - - [2026-02-19 02:13:21] "POST /neutron/subnet HTTP/1.1" 200 729 0.146224 10.0.0.73 - - [2026-02-19 02:13:21] "POST /neutron/network HTTP/1.1" 200 832 0.005797 10.0.0.73 - - [2026-02-19 02:13:21] "POST /id-to-fqname HTTP/1.1" 200 220 0.001494 10.0.0.73 - - [2026-02-19 02:13:21] "GET /virtual-network/8ef0f833-e54d-4ee1-88ae-37fda833508e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006538 10.0.0.73 - - [2026-02-19 02:13:21] "POST /neutron/network HTTP/1.1" 200 832 0.007618 10.0.0.73 - - [2026-02-19 02:13:21] "GET /virtual-network/8ef0f833-e54d-4ee1-88ae-37fda833508e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006587 10.0.0.73 - - [2026-02-19 02:13:21] "POST /neutron/network HTTP/1.1" 200 832 0.006267 10.0.0.73 - - [2026-02-19 02:13:21] "POST /neutron/subnet HTTP/1.1" 200 729 0.008275 10.0.0.73 - - [2026-02-19 02:13:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002796 10.0.0.73 - - [2026-02-19 02:13:22] "GET /virtual-network/8ef0f833-e54d-4ee1-88ae-37fda833508e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005687 10.0.0.73 - - [2026-02-19 02:13:22] "POST /ref-update HTTP/1.1" 200 156 0.010533 10.0.0.73 - - [2026-02-19 02:13:22] "PUT /virtual-network/8ef0f833-e54d-4ee1-88ae-37fda833508e HTTP/1.1" 200 264 0.037038 10.0.0.73 - - [2026-02-19 02:13:22] "POST /id-to-fqname HTTP/1.1" 200 220 0.001301 10.0.0.73 - - [2026-02-19 02:13:22] "POST /neutron/network HTTP/1.1" 200 842 0.005312 10.0.0.73 - - [2026-02-19 02:13:22] "GET /aaa-mode HTTP/1.1" 401 292 0.000477 10.0.0.73 - - [2026-02-19 02:13:22] "GET / HTTP/1.1" 200 35931 0.001714 10.0.0.73 - - [2026-02-19 02:13:22] "GET /project/00a90160-d16c-4842-974c-b28d786160b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000345 10.0.0.73 - - [2026-02-19 02:13:23] "GET /projects?obj_uuids=00a90160-d16c-4842-974c-b28d786160b5&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001132 10.0.0.73 - - [2026-02-19 02:13:23] "GET /project/00a90160-d16c-4842-974c-b28d786160b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1333 0.051751 10.0.0.73 - - [2026-02-19 02:13:23] "POST /neutron/network HTTP/1.1" 200 832 0.005256 10.0.0.73 - - [2026-02-19 02:13:23] "POST /neutron/port HTTP/1.1" 200 117 0.004509 10.0.0.73 - - [2026-02-19 02:13:23] "POST /neutron/port HTTP/1.1" 200 117 0.004869 10.0.0.73 - - [2026-02-19 02:13:23] "POST /id-to-fqname HTTP/1.1" 200 220 0.001279 10.0.0.73 - - [2026-02-19 02:13:23] "POST /neutron/port HTTP/1.1" 200 117 0.004619 10.0.0.73 - - [2026-02-19 02:13:23] "POST /neutron/network HTTP/1.1" 200 842 0.006203 10.0.0.73 - - [2026-02-19 02:13:23] "GET /aaa-mode HTTP/1.1" 401 292 0.000485 10.0.0.73 - - [2026-02-19 02:13:23] "POST /neutron/network HTTP/1.1" 200 842 0.004612 10.0.0.73 - - [2026-02-19 02:13:23] "GET /projects?obj_uuids=00a90160-d16c-4842-974c-b28d786160b5&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001730 10.0.0.73 - - [2026-02-19 02:13:23] "GET / HTTP/1.1" 200 35931 0.001776 10.0.0.73 - - [2026-02-19 02:13:23] "GET /project/00a90160-d16c-4842-974c-b28d786160b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000413 10.0.0.73 - - [2026-02-19 02:13:23] "POST /neutron/port HTTP/1.1" 200 1054 0.236360 10.0.0.73 - - [2026-02-19 02:13:23] "POST /neutron/port HTTP/1.1" 200 1054 0.016010 10.0.0.73 - - [2026-02-19 02:13:23] "POST /neutron/port HTTP/1.1" 200 1054 0.011983 10.0.0.73 - - [2026-02-19 02:13:23] "POST /neutron/port HTTP/1.1" 200 1108 0.076241 10.0.0.73 - - [2026-02-19 02:13:24] "POST /neutron/port HTTP/1.1" 200 1118 0.016429 10.0.0.73 - - [2026-02-19 02:13:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004468 10.0.0.73 - - [2026-02-19 02:13:24] "POST /neutron/subnet HTTP/1.1" 200 703 0.008248 10.0.0.73 - - [2026-02-19 02:13:24] "POST /neutron/port HTTP/1.1" 200 117 0.001221 10.0.0.73 - - [2026-02-19 02:13:24] "GET /projects?obj_uuids=00a90160-d16c-4842-974c-b28d786160b5&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000962 10.0.0.73 - - [2026-02-19 02:13:24] "POST /neutron/network HTTP/1.1" 200 832 0.006629 10.0.0.73 - - [2026-02-19 02:13:24] "GET /project/00a90160-d16c-4842-974c-b28d786160b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1333 0.056519 10.0.0.73 - - [2026-02-19 02:13:24] "POST /neutron/network HTTP/1.1" 200 832 0.009357 10.0.0.73 - - [2026-02-19 02:13:24] "POST /neutron/port HTTP/1.1" 200 1118 0.012699 10.0.0.73 - - [2026-02-19 02:13:24] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006452 10.0.0.73 - - [2026-02-19 02:13:24] "POST /neutron/port HTTP/1.1" 200 117 0.005005 10.0.0.73 - - [2026-02-19 02:13:24] "POST /neutron/port HTTP/1.1" 200 1118 0.011910 10.0.0.73 - - [2026-02-19 02:13:24] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005292 10.0.0.73 - - [2026-02-19 02:13:24] "POST /neutron/network HTTP/1.1" 200 842 0.009168 10.0.0.73 - - [2026-02-19 02:13:24] "GET /projects?obj_uuids=00a90160-d16c-4842-974c-b28d786160b5&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001002 10.0.0.73 - - [2026-02-19 02:13:25] "POST /neutron/port HTTP/1.1" 200 1054 0.275716 10.0.0.73 - - [2026-02-19 02:13:25] "POST /neutron/port HTTP/1.1" 200 1054 0.012879 10.0.0.73 - - [2026-02-19 02:13:25] "POST /neutron/port HTTP/1.1" 200 1054 0.020267 10.0.0.73 - - [2026-02-19 02:13:25] "POST /neutron/port HTTP/1.1" 200 1108 0.089191 10.0.0.73 - - [2026-02-19 02:13:25] "POST /neutron/port HTTP/1.1" 200 1118 0.014239 10.0.0.73 - - [2026-02-19 02:13:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004316 10.0.0.73 - - [2026-02-19 02:13:25] "POST /neutron/subnet HTTP/1.1" 200 703 0.012432 10.0.0.73 - - [2026-02-19 02:13:25] "POST /neutron/port HTTP/1.1" 200 117 0.001412 10.0.0.73 - - [2026-02-19 02:13:25] "POST /neutron/network HTTP/1.1" 200 832 0.005580 10.0.0.73 - - [2026-02-19 02:13:29] "DELETE /project/1fd0bc5d1d7a4c4fb4d40670f8f4999a HTTP/1.1" 404 173 0.016880 10.0.0.73 - - [2026-02-19 02:13:29] "DELETE /project/00a90160d16c4842974cb28d786160b5 HTTP/1.1" 404 173 0.015769 10.0.0.73 - - [2026-02-19 02:13:29] "DELETE /project/8daf22c8fe6c4f4285aaf1d3d96e54dd HTTP/1.1" 404 173 0.010366 10.0.0.73 - - [2026-02-19 02:13:29] "GET /projects?obj_uuids=8daf22c8-fe6c-4f42-85aa-f1d3d96e54dd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001117 10.0.0.73 - - [2026-02-19 02:13:29] "GET /projects?obj_uuids=1fd0bc5d-1d7a-4c4f-b4d4-0670f8f4999a&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000869 10.0.0.73 - - [2026-02-19 02:13:29] "GET /projects?obj_uuids=be9cada1-aa2d-4b44-a86b-13a24393c51d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000750 10.0.0.73 - - [2026-02-19 02:13:29] "POST /neutron/port HTTP/1.1" 200 1118 0.023041 10.0.0.73 - - [2026-02-19 02:13:29] "GET /project/8daf22c8-fe6c-4f42-85aa-f1d3d96e54dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.064421 10.0.0.73 - - [2026-02-19 02:13:29] "GET /project/be9cada1-aa2d-4b44-a86b-13a24393c51d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1501 0.074717 10.0.0.73 - - [2026-02-19 02:13:29] "GET /project/1fd0bc5d-1d7a-4c4f-b4d4-0670f8f4999a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1532 0.076767 10.0.0.73 - - [2026-02-19 02:13:29] "POST /neutron/security_group HTTP/1.1" 200 2051 0.029410 10.0.0.73 - - [2026-02-19 02:13:29] "GET /projects?obj_uuids=1fd0bc5d-1d7a-4c4f-b4d4-0670f8f4999a&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000896 10.0.0.73 - - [2026-02-19 02:13:29] "GET /projects?obj_uuids=be9cada1-aa2d-4b44-a86b-13a24393c51d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000779 10.0.0.73 - - [2026-02-19 02:13:29] "GET /projects?obj_uuids=8daf22c8-fe6c-4f42-85aa-f1d3d96e54dd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000703 10.0.0.73 - - [2026-02-19 02:13:29] "GET /project/8daf22c8-fe6c-4f42-85aa-f1d3d96e54dd?fields=security_groups HTTP/1.1" 200 1369 0.067303 10.0.0.73 - - [2026-02-19 02:13:29] "GET /project/be9cada1-aa2d-4b44-a86b-13a24393c51d?fields=security_groups HTTP/1.1" 200 1388 0.072607 10.0.0.73 - - [2026-02-19 02:13:29] "GET /project/1fd0bc5d-1d7a-4c4f-b4d4-0670f8f4999a?fields=security_groups HTTP/1.1" 200 1411 0.078734 10.0.0.73 - - [2026-02-19 02:13:29] "POST /neutron/port HTTP/1.1" 200 1118 0.017647 10.0.0.73 - - [2026-02-19 02:13:29] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008588 10.0.0.73 - - [2026-02-19 02:13:29] "DELETE /security-group/d99be37b-88a0-46ce-958d-b6dfa9706c7d HTTP/1.1" 200 115 0.081269 10.0.0.73 - - [2026-02-19 02:13:29] "GET /projects?obj_uuids=8daf22c8-fe6c-4f42-85aa-f1d3d96e54dd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001195 10.0.0.73 - - [2026-02-19 02:13:29] "DELETE /security-group/517a0dc5-c71c-401e-b8be-5ec7f24b9661 HTTP/1.1" 200 115 0.092204 10.0.0.73 - - [2026-02-19 02:13:29] "POST /neutron/port HTTP/1.1" 200 1118 0.022208 10.0.0.73 - - [2026-02-19 02:13:29] "DELETE /security-group/1ec3bbdc-f6b5-4bbd-8ff8-343092ba6951 HTTP/1.1" 200 115 0.095811 10.0.0.73 - - [2026-02-19 02:13:29] "GET /projects?obj_uuids=be9cada1-aa2d-4b44-a86b-13a24393c51d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000958 10.0.0.73 - - [2026-02-19 02:13:29] "DELETE /access-control-list/1974c334-8bb0-4f5c-bcf0-38746658bbab HTTP/1.1" 200 115 0.072931 10.0.0.73 - - [2026-02-19 02:13:29] "GET /project/8daf22c8-fe6c-4f42-85aa-f1d3d96e54dd?fields=application_policy_sets HTTP/1.1" 200 1408 0.045220 10.0.0.73 - - [2026-02-19 02:13:29] "GET /projects?obj_uuids=1fd0bc5d-1d7a-4c4f-b4d4-0670f8f4999a&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001043 10.0.0.73 - - [2026-02-19 02:13:29] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005917 10.0.0.73 - - [2026-02-19 02:13:29] "DELETE /access-control-list/be44c636-6f9a-4470-9c0f-a59e0cad3585 HTTP/1.1" 200 115 0.026932 10.0.0.73 - - [2026-02-19 02:13:29] "GET /project/1fd0bc5d-1d7a-4c4f-b4d4-0670f8f4999a?fields=application_policy_sets HTTP/1.1" 200 1450 0.048548 10.0.0.73 - - [2026-02-19 02:13:29] "GET /virtual-machine/4a97b37d-d3c8-4892-a32d-753e561bd0ca HTTP/1.1" 401 292 0.000386 10.0.0.73 - - [2026-02-19 02:13:29] "GET /project/be9cada1-aa2d-4b44-a86b-13a24393c51d?fields=application_policy_sets HTTP/1.1" 200 1427 0.102932 10.0.0.73 - - [2026-02-19 02:13:29] "DELETE /access-control-list/2f993f48-5b09-4af3-abfb-bc0d6ca9ea60 HTTP/1.1" 200 115 0.074547 10.0.0.73 - - [2026-02-19 02:13:30] "DELETE /access-control-list/12e7b9da-c8c6-49b3-894e-f02874ae6c04 HTTP/1.1" 200 115 0.113415 10.0.0.73 - - [2026-02-19 02:13:30] "DELETE /project/8daf22c8-fe6c-4f42-85aa-f1d3d96e54dd HTTP/1.1" 200 115 0.608783 10.0.0.73 - - [2026-02-19 02:13:30] "DELETE /access-control-list/a0899973-ebc4-4efc-b961-11bf9b791b08 HTTP/1.1" 200 115 0.043475 10.0.0.73 - - [2026-02-19 02:13:30] "DELETE /project/1fd0bc5d-1d7a-4c4f-b4d4-0670f8f4999a HTTP/1.1" 200 115 0.635215 10.0.0.73 - - [2026-02-19 02:13:30] "DELETE /project/be9cada1-aa2d-4b44-a86b-13a24393c51d HTTP/1.1" 200 115 0.649917 10.0.0.73 - - [2026-02-19 02:13:30] "DELETE /access-control-list/e8bee55c-af48-49bf-82ad-c1aefadfb0eb HTTP/1.1" 200 115 0.030774 10.0.0.73 - - [2026-02-19 02:13:30] "GET /virtual-machine/4a97b37d-d3c8-4892-a32d-753e561bd0ca HTTP/1.1" 200 1285 0.027201 10.0.0.73 - - [2026-02-19 02:13:30] "GET /virtual-machine-interface/cc10fabb-4e9d-4e73-a9a5-b1d6a6fb6d00 HTTP/1.1" 200 2928 0.004732 10.0.0.73 - - [2026-02-19 02:13:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002485 10.0.0.73 - - [2026-02-19 02:13:30] "GET /global-vrouter-config/353e4024-a16e-4ac5-a38a-f6c33a8537f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003011 10.0.0.73 - - [2026-02-19 02:13:30] "GET /virtual-networks?parent_id=00a90160-d16c-4842-974c-b28d786160b5&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002590 10.0.0.73 - - [2026-02-19 02:13:30] "GET /virtual-network/a06d6520-1fac-4059-ad09-dd4a70c82ef7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.004633 10.0.0.73 - - [2026-02-19 02:13:33] "POST /neutron/port HTTP/1.1" 200 1118 0.011767 10.0.0.73 - - [2026-02-19 02:13:33] "POST /neutron/security_group HTTP/1.1" 200 2051 0.004735 10.0.0.73 - - [2026-02-19 02:13:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002652 10.0.0.73 - - [2026-02-19 02:13:33] "GET /virtual-network/a06d6520-1fac-4059-ad09-dd4a70c82ef7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.004913 10.0.0.73 - - [2026-02-19 02:13:34] "POST /neutron/port HTTP/1.1" 200 1118 0.011261 10.0.0.73 - - [2026-02-19 02:13:34] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005338 10.0.0.73 - - [2026-02-19 02:13:35] "GET /obj-perms HTTP/1.1" 200 5056 0.060406 10.0.0.73 - - [2026-02-19 02:13:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002941 10.0.0.73 - - [2026-02-19 02:13:35] "GET /global-vrouter-config/353e4024-a16e-4ac5-a38a-f6c33a8537f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003117 10.0.0.73 - - [2026-02-19 02:13:35] "GET /obj-perms HTTP/1.1" 200 5056 0.057471 10.0.0.73 - - [2026-02-19 02:13:35] "GET /virtual-networks?parent_id=00a90160-d16c-4842-974c-b28d786160b5&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002756 10.0.0.73 - - [2026-02-19 02:13:35] "GET /virtual-network/a06d6520-1fac-4059-ad09-dd4a70c82ef7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.005072 10.0.0.73 - - [2026-02-19 02:13:36] "POST /neutron/port HTTP/1.1" 200 1118 0.010861 10.0.0.73 - - [2026-02-19 02:13:36] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005280 10.0.0.73 - - [2026-02-19 02:13:36] "POST /neutron/port HTTP/1.1" 200 1118 0.012137 10.0.0.73 - - [2026-02-19 02:13:36] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005813 10.0.0.73 - - [2026-02-19 02:13:36] "POST /neutron/port HTTP/1.1" 200 1118 0.010184 10.0.0.73 - - [2026-02-19 02:13:36] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005815 10.0.0.73 - - [2026-02-19 02:13:36] "GET /virtual-machine/8aaf2ac9-2d7a-4feb-b809-59dd89108688 HTTP/1.1" 200 1285 0.004117 10.0.0.73 - - [2026-02-19 02:13:36] "GET /virtual-machine-interface/dac82d32-e31b-4018-9152-08e9d39595ae HTTP/1.1" 200 2928 0.004565 10.0.0.73 - - [2026-02-19 02:13:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002651 10.0.0.73 - - [2026-02-19 02:13:36] "GET /global-vrouter-config/353e4024-a16e-4ac5-a38a-f6c33a8537f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002898 10.0.0.73 - - [2026-02-19 02:13:36] "GET /virtual-networks?parent_id=00a90160-d16c-4842-974c-b28d786160b5&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002758 10.0.0.73 - - [2026-02-19 02:13:36] "GET /virtual-network/8ef0f833-e54d-4ee1-88ae-37fda833508e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.005060 10.0.0.73 - - [2026-02-19 02:13:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003286 10.0.0.73 - - [2026-02-19 02:13:37] "GET /global-vrouter-config/353e4024-a16e-4ac5-a38a-f6c33a8537f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003207 10.0.0.73 - - [2026-02-19 02:13:37] "GET /virtual-networks?parent_id=00a90160-d16c-4842-974c-b28d786160b5&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003015 10.0.0.73 - - [2026-02-19 02:13:37] "GET /virtual-network/8ef0f833-e54d-4ee1-88ae-37fda833508e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.005125 10.0.0.73 - - [2026-02-19 02:13:37] "POST /routing-policys HTTP/1.1" 200 534 0.017828 10.0.0.73 - - [2026-02-19 02:13:37] "GET /virtual-network/a06d6520-1fac-4059-ad09-dd4a70c82ef7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.005764 10.0.0.73 - - [2026-02-19 02:13:37] "POST /ref-update HTTP/1.1" 200 156 0.013168 10.0.0.73 - - [2026-02-19 02:13:37] "PUT /virtual-network/a06d6520-1fac-4059-ad09-dd4a70c82ef7 HTTP/1.1" 200 264 0.038073 10.0.0.73 - - [2026-02-19 02:13:41] "POST /ref-update HTTP/1.1" 200 156 0.028208 10.0.0.73 - - [2026-02-19 02:13:41] "POST /ref-update HTTP/1.1" 200 156 0.011081 10.0.0.73 - - [2026-02-19 02:13:41] "DELETE /routing-policy/b28c1bb9-2b8e-43fc-a34e-5a9f30e04802 HTTP/1.1" 200 115 0.025715 10.0.0.73 - - [2026-02-19 02:13:41] "POST /neutron/network HTTP/1.1" 200 832 0.006848 10.0.0.73 - - [2026-02-19 02:13:41] "POST /neutron/network HTTP/1.1" 400 204 0.010558 10.0.0.73 - - [2026-02-19 02:13:42] "POST /neutron/port HTTP/1.1" 200 1118 0.012441 10.0.0.73 - - [2026-02-19 02:13:42] "POST /neutron/port HTTP/1.1" 200 1108 0.009365 10.0.0.73 - - [2026-02-19 02:13:42] "POST /neutron/port HTTP/1.1" 200 1118 0.012341 10.0.0.73 - - [2026-02-19 02:13:42] "POST /neutron/port HTTP/1.1" 200 1108 0.011381 10.0.0.73 - - [2026-02-19 02:13:42] "POST /neutron/port HTTP/1.1" 200 151 0.122284 10.0.0.73 - - [2026-02-19 02:13:42] "POST /neutron/port HTTP/1.1" 200 151 0.090809 10.0.0.73 - - [2026-02-19 02:13:43] "POST /neutron/network HTTP/1.1" 200 832 0.005006 10.0.0.73 - - [2026-02-19 02:13:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004606 10.0.0.73 - - [2026-02-19 02:13:44] "POST /useragent-kv HTTP/1.1" 200 115 0.002614 10.0.0.73 - - [2026-02-19 02:13:44] "POST /useragent-kv HTTP/1.1" 200 115 0.003484 10.0.0.73 - - [2026-02-19 02:13:44] "POST /neutron/network HTTP/1.1" 200 151 0.083017 10.0.0.73 - - [2026-02-19 02:13:44] "DELETE /route-target/87b80ae8-515d-4947-a9ec-a947e7e8af5b HTTP/1.1" 200 115 0.017516 10.0.0.73 - - [2026-02-19 02:13:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002629 10.0.0.73 - - [2026-02-19 02:13:44] "POST /neutron/network HTTP/1.1" 200 832 0.004364 10.0.0.73 - - [2026-02-19 02:13:44] "DELETE /route-target/cc88c869-4d24-4be1-86fe-573c018235c2 HTTP/1.1" 409 239 0.005389 10.0.0.73 - - [2026-02-19 02:13:44] "POST /useragent-kv HTTP/1.1" 200 115 0.002130 10.0.0.73 - - [2026-02-19 02:13:44] "POST /useragent-kv HTTP/1.1" 200 115 0.001799 10.0.0.73 - - [2026-02-19 02:13:44] "POST /neutron/network HTTP/1.1" 200 151 0.067405 10.0.0.73 - - [2026-02-19 02:13:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002736 10.0.0.73 - - [2026-02-19 02:13:44] "DELETE /route-target/64474e6b-be74-4e80-9576-9da11a761852 HTTP/1.1" 200 115 0.012935 10.0.0.73 - - [2026-02-19 02:13:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002910 10.0.0.73 - - [2026-02-19 02:13:44] "DELETE /route-target/cc88c869-4d24-4be1-86fe-573c018235c2 HTTP/1.1" 200 115 0.013845 10.0.0.73 - - [2026-02-19 02:13:44] "GET /projects?obj_uuids=00a90160-d16c-4842-974c-b28d786160b5&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001392 10.0.0.73 - - [2026-02-19 02:13:44] "GET /project/00a90160-d16c-4842-974c-b28d786160b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1333 0.026580 10.0.0.73 - - [2026-02-19 02:13:44] "GET /projects?obj_uuids=00a90160-d16c-4842-974c-b28d786160b5&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001276 10.0.0.73 - - [2026-02-19 02:13:44] "GET /project/00a90160-d16c-4842-974c-b28d786160b5?fields=virtual_networks HTTP/1.1" 200 1016 0.073176 10.0.0.73 - - [2026-02-19 02:13:44] "GET /projects?obj_uuids=00a90160-d16c-4842-974c-b28d786160b5&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001351 10.0.0.73 - - [2026-02-19 02:13:44] "GET /project/00a90160-d16c-4842-974c-b28d786160b5?fields=virtual_machine_interfaces HTTP/1.1" 200 1016 0.024707 10.0.0.73 - - [2026-02-19 02:13:44] "GET /projects?obj_uuids=00a90160-d16c-4842-974c-b28d786160b5&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000904 10.0.0.73 - - [2026-02-19 02:13:44] "GET /project/00a90160-d16c-4842-974c-b28d786160b5?fields=security_groups HTTP/1.1" 200 1235 0.025247 10.0.0.73 - - [2026-02-19 02:13:45] "POST /fqname-to-id HTTP/1.1" 404 186 0.028318 10.0.0.73 - - [2026-02-19 02:13:45] "GET /projects?obj_uuids=a4f38bc0-34d0-4455-9528-6855465ac92f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002402 10.0.0.73 - - [2026-02-19 02:13:45] "GET /domains?obj_uuids=a019755e-f901-41d8-a8e2-8005c9c1abd3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001251 10.0.0.73 - - [2026-02-19 02:13:45] "GET /domain/a019755e-f901-41d8-a8e2-8005c9c1abd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007680 10.0.0.73 - - [2026-02-19 02:13:45] "POST /id-to-fqname HTTP/1.1" 200 188 0.001101 10.0.0.73 - - [2026-02-19 02:13:45] "POST /fqname-to-id HTTP/1.1" 404 197 0.001955 10.0.0.73 - - [2026-02-19 02:13:45] "POST /security-groups HTTP/1.1" 200 589 0.064147 10.0.0.73 - - [2026-02-19 02:13:45] "POST /fqname-to-id HTTP/1.1" 404 232 0.002310 10.0.0.73 - - [2026-02-19 02:13:45] "POST /projects HTTP/1.1" 200 581 0.199582 10.0.0.73 - - [2026-02-19 02:13:45] "POST /access-control-lists HTTP/1.1" 200 594 0.058995 10.0.0.73 - - [2026-02-19 02:13:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.274557 10.0.0.73 - - [2026-02-19 02:13:45] "POST /fqname-to-id HTTP/1.1" 404 231 0.002769 10.0.0.73 - - [2026-02-19 02:13:45] "GET /project/a4f38bc0-34d0-4455-9528-6855465ac92f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.392188 10.0.0.73 - - [2026-02-19 02:13:46] "POST /access-control-lists HTTP/1.1" 200 592 0.056612 10.0.0.73 - - [2026-02-19 02:13:46] "GET / HTTP/1.1" 200 35931 0.001709 10.0.0.73 - - [2026-02-19 02:13:47] "POST /fqname-to-id HTTP/1.1" 401 292 0.000622 10.0.0.73 - - [2026-02-19 02:13:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.058932 10.0.0.73 - - [2026-02-19 02:13:47] "GET /projects?obj_uuids=a4f38bc0-34d0-4455-9528-6855465ac92f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000990 10.0.0.73 - - [2026-02-19 02:13:48] "GET /project/a4f38bc0-34d0-4455-9528-6855465ac92f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.025890 10.0.0.73 - - [2026-02-19 02:13:48] "POST /neutron/network HTTP/1.1" 200 117 0.032169 10.0.0.73 - - [2026-02-19 02:13:48] "GET /projects?obj_uuids=a4f38bc0-34d0-4455-9528-6855465ac92f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001209 10.0.0.73 - - [2026-02-19 02:13:48] "POST /neutron/network HTTP/1.1" 200 613 0.055747 10.0.0.73 - - [2026-02-19 02:13:48] "POST /route-targets HTTP/1.1" 200 327 0.011494 10.0.0.73 - - [2026-02-19 02:13:48] "POST /ref-update HTTP/1.1" 200 156 0.010746 10.0.0.73 - - [2026-02-19 02:13:48] "POST /useragent-kv HTTP/1.1" 200 115 0.002585 10.0.0.73 - - [2026-02-19 02:13:48] "POST /neutron/subnet HTTP/1.1" 200 729 0.197269 10.0.0.73 - - [2026-02-19 02:13:48] "POST /neutron/network HTTP/1.1" 200 833 0.005819 10.0.0.73 - - [2026-02-19 02:13:48] "POST /id-to-fqname HTTP/1.1" 200 223 0.001303 10.0.0.73 - - [2026-02-19 02:13:48] "GET /virtual-network/85994d48-6e03-4a06-8d28-e3c663be4154?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005280 10.0.0.73 - - [2026-02-19 02:13:48] "POST /neutron/network HTTP/1.1" 200 833 0.005801 10.0.0.73 - - [2026-02-19 02:13:48] "GET /virtual-network/85994d48-6e03-4a06-8d28-e3c663be4154?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004956 10.0.0.73 - - [2026-02-19 02:13:48] "POST /neutron/network HTTP/1.1" 200 833 0.005689 10.0.0.73 - - [2026-02-19 02:13:48] "POST /neutron/subnet HTTP/1.1" 200 729 0.005976 10.0.0.73 - - [2026-02-19 02:13:48] "GET /domains HTTP/1.1" 401 292 0.000342 10.0.0.73 - - [2026-02-19 02:13:48] "GET /domains HTTP/1.1" 200 280 0.026776 10.0.0.73 - - [2026-02-19 02:13:48] "GET /domains?obj_uuids=a019755e-f901-41d8-a8e2-8005c9c1abd3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001262 10.0.0.73 - - [2026-02-19 02:13:48] "GET /domain/a019755e-f901-41d8-a8e2-8005c9c1abd3 HTTP/1.1" 200 2751 0.007554 10.0.0.73 - - [2026-02-19 02:13:48] "GET /projects?obj_uuids=a4f38bc0-34d0-4455-9528-6855465ac92f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000933 10.0.0.73 - - [2026-02-19 02:13:48] "GET /project/a4f38bc0-34d0-4455-9528-6855465ac92f HTTP/1.1" 200 2081 0.064653 10.0.0.73 - - [2026-02-19 02:13:48] "GET /virtual-network/85994d48-6e03-4a06-8d28-e3c663be4154 HTTP/1.1" 200 2322 0.005953 10.0.0.73 - - [2026-02-19 02:13:48] "GET /virtual-network/85994d48-6e03-4a06-8d28-e3c663be4154 HTTP/1.1" 200 2322 0.004784 10.0.0.73 - - [2026-02-19 02:13:48] "GET /routing-instance/f8b89c1a-82ad-409d-b127-4c40447baf86 HTTP/1.1" 200 1494 0.004060 10.0.0.73 - - [2026-02-19 02:13:48] "GET /routing-instance/f8b89c1a-82ad-409d-b127-4c40447baf86 HTTP/1.1" 200 1494 0.003761 10.0.0.73 - - [2026-02-19 02:13:49] "GET /route-target/634056f9-5da4-4708-a220-c17595b0fa94 HTTP/1.1" 200 1212 0.005165 10.0.0.73 - - [2026-02-19 02:13:49] "GET /virtual-network/85994d48-6e03-4a06-8d28-e3c663be4154 HTTP/1.1" 200 2322 0.005756 10.0.0.73 - - [2026-02-19 02:13:49] "GET /routing-instance/f8b89c1a-82ad-409d-b127-4c40447baf86 HTTP/1.1" 200 1494 0.003836 10.0.0.73 - - [2026-02-19 02:13:49] "GET /virtual-network/85994d48-6e03-4a06-8d28-e3c663be4154?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005585 10.0.0.73 - - [2026-02-19 02:13:49] "GET /virtual-network/85994d48-6e03-4a06-8d28-e3c663be4154 HTTP/1.1" 200 2322 0.005666 10.0.0.73 - - [2026-02-19 02:13:49] "GET /routing-instance/f8b89c1a-82ad-409d-b127-4c40447baf86 HTTP/1.1" 200 1494 0.003667 10.0.0.73 - - [2026-02-19 02:13:49] "GET /routing-instance/f8b89c1a-82ad-409d-b127-4c40447baf86 HTTP/1.1" 200 1494 0.003625 10.0.0.73 - - [2026-02-19 02:13:49] "GET /route-target/634056f9-5da4-4708-a220-c17595b0fa94 HTTP/1.1" 200 1212 0.002552 10.0.0.73 - - [2026-02-19 02:13:49] "GET /domains HTTP/1.1" 200 280 0.003042 10.0.0.73 - - [2026-02-19 02:13:49] "GET /domains?obj_uuids=a019755e-f901-41d8-a8e2-8005c9c1abd3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001308 10.0.0.73 - - [2026-02-19 02:13:49] "GET /domain/a019755e-f901-41d8-a8e2-8005c9c1abd3 HTTP/1.1" 200 2751 0.007436 10.0.0.73 - - [2026-02-19 02:13:49] "GET /projects?obj_uuids=a4f38bc0-34d0-4455-9528-6855465ac92f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001228 10.0.0.73 - - [2026-02-19 02:13:49] "GET /project/a4f38bc0-34d0-4455-9528-6855465ac92f HTTP/1.1" 200 2081 0.068065 10.0.0.73 - - [2026-02-19 02:13:49] "GET /virtual-network/85994d48-6e03-4a06-8d28-e3c663be4154 HTTP/1.1" 200 2322 0.005846 10.0.0.73 - - [2026-02-19 02:13:49] "GET /obj-perms HTTP/1.1" 200 5026 0.056418 10.0.0.73 - - [2026-02-19 02:13:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002748 10.0.0.73 - - [2026-02-19 02:13:49] "GET /projects?obj_uuids=a4f38bc0-34d0-4455-9528-6855465ac92f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001389 10.0.0.73 - - [2026-02-19 02:13:49] "GET /project/a4f38bc0-34d0-4455-9528-6855465ac92f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.025261 10.0.0.73 - - [2026-02-19 02:13:49] "POST /neutron/network HTTP/1.1" 200 117 0.009767 10.0.0.73 - - [2026-02-19 02:13:49] "GET /projects?obj_uuids=a4f38bc0-34d0-4455-9528-6855465ac92f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001290 10.0.0.73 - - [2026-02-19 02:13:49] "POST /neutron/network HTTP/1.1" 200 613 0.060950 10.0.0.73 - - [2026-02-19 02:13:49] "POST /route-targets HTTP/1.1" 200 327 0.008894 10.0.0.73 - - [2026-02-19 02:13:49] "POST /ref-update HTTP/1.1" 200 156 0.012208 10.0.0.73 - - [2026-02-19 02:13:49] "POST /useragent-kv HTTP/1.1" 200 115 0.005413 10.0.0.73 - - [2026-02-19 02:13:49] "POST /neutron/subnet HTTP/1.1" 200 729 0.139151 10.0.0.73 - - [2026-02-19 02:13:49] "POST /neutron/network HTTP/1.1" 200 833 0.004806 10.0.0.73 - - [2026-02-19 02:13:49] "POST /id-to-fqname HTTP/1.1" 200 223 0.001150 10.0.0.73 - - [2026-02-19 02:13:49] "GET /virtual-network/542977aa-a7c2-4a97-ba39-fa1db19a1d33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004529 10.0.0.73 - - [2026-02-19 02:13:49] "POST /neutron/network HTTP/1.1" 200 833 0.005246 10.0.0.73 - - [2026-02-19 02:13:49] "GET /virtual-network/542977aa-a7c2-4a97-ba39-fa1db19a1d33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004819 10.0.0.73 - - [2026-02-19 02:13:50] "POST /neutron/network HTTP/1.1" 200 833 0.005430 10.0.0.73 - - [2026-02-19 02:13:50] "POST /neutron/subnet HTTP/1.1" 200 729 0.006304 10.0.0.73 - - [2026-02-19 02:13:50] "GET /domains HTTP/1.1" 200 280 0.002259 10.0.0.73 - - [2026-02-19 02:13:50] "GET /domains?obj_uuids=a019755e-f901-41d8-a8e2-8005c9c1abd3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000941 10.0.0.73 - - [2026-02-19 02:13:50] "GET /domain/a019755e-f901-41d8-a8e2-8005c9c1abd3 HTTP/1.1" 200 2751 0.005702 10.0.0.73 - - [2026-02-19 02:13:50] "GET /projects?obj_uuids=a4f38bc0-34d0-4455-9528-6855465ac92f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000908 10.0.0.73 - - [2026-02-19 02:13:50] "GET /project/a4f38bc0-34d0-4455-9528-6855465ac92f HTTP/1.1" 200 2299 0.067295 10.0.0.73 - - [2026-02-19 02:13:50] "GET /virtual-network/542977aa-a7c2-4a97-ba39-fa1db19a1d33 HTTP/1.1" 200 2322 0.006146 10.0.0.73 - - [2026-02-19 02:13:50] "GET /virtual-network/542977aa-a7c2-4a97-ba39-fa1db19a1d33 HTTP/1.1" 200 2322 0.004302 10.0.0.73 - - [2026-02-19 02:13:50] "GET /routing-instance/2ae88bd3-71c1-42de-96e9-c7161be9aa5e HTTP/1.1" 200 1493 0.003935 10.0.0.73 - - [2026-02-19 02:13:50] "GET /routing-instance/2ae88bd3-71c1-42de-96e9-c7161be9aa5e HTTP/1.1" 200 1493 0.003787 10.0.0.73 - - [2026-02-19 02:13:50] "GET /route-target/b203a50f-88b8-47d5-8397-6db0e9aed07c HTTP/1.1" 200 1212 0.003146 10.0.0.73 - - [2026-02-19 02:13:50] "GET /virtual-network/542977aa-a7c2-4a97-ba39-fa1db19a1d33 HTTP/1.1" 200 2322 0.004631 10.0.0.73 - - [2026-02-19 02:13:50] "GET /routing-instance/2ae88bd3-71c1-42de-96e9-c7161be9aa5e HTTP/1.1" 200 1493 0.003743 10.0.0.73 - - [2026-02-19 02:13:50] "GET /virtual-network/542977aa-a7c2-4a97-ba39-fa1db19a1d33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004480 10.0.0.73 - - [2026-02-19 02:13:50] "GET /virtual-network/542977aa-a7c2-4a97-ba39-fa1db19a1d33 HTTP/1.1" 200 2322 0.004782 10.0.0.73 - - [2026-02-19 02:13:50] "GET /routing-instance/2ae88bd3-71c1-42de-96e9-c7161be9aa5e HTTP/1.1" 200 1493 0.002995 10.0.0.73 - - [2026-02-19 02:13:50] "GET /routing-instance/2ae88bd3-71c1-42de-96e9-c7161be9aa5e HTTP/1.1" 200 1493 0.003061 10.0.0.73 - - [2026-02-19 02:13:50] "GET /route-target/b203a50f-88b8-47d5-8397-6db0e9aed07c HTTP/1.1" 200 1212 0.004049 10.0.0.73 - - [2026-02-19 02:13:50] "GET /domains HTTP/1.1" 200 280 0.002297 10.0.0.73 - - [2026-02-19 02:13:50] "GET /domains?obj_uuids=a019755e-f901-41d8-a8e2-8005c9c1abd3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001276 10.0.0.73 - - [2026-02-19 02:13:50] "GET /domain/a019755e-f901-41d8-a8e2-8005c9c1abd3 HTTP/1.1" 200 2751 0.007209 10.0.0.73 - - [2026-02-19 02:13:50] "GET /projects?obj_uuids=a4f38bc0-34d0-4455-9528-6855465ac92f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000975 10.0.0.73 - - [2026-02-19 02:13:50] "GET /project/a4f38bc0-34d0-4455-9528-6855465ac92f HTTP/1.1" 200 2299 0.062715 10.0.0.73 - - [2026-02-19 02:13:50] "GET /virtual-network/542977aa-a7c2-4a97-ba39-fa1db19a1d33 HTTP/1.1" 200 2322 0.005152 10.0.0.73 - - [2026-02-19 02:13:50] "GET /obj-perms HTTP/1.1" 200 5026 0.002627 10.0.0.73 - - [2026-02-19 02:13:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002454 10.0.0.73 - - [2026-02-19 02:13:50] "GET /projects?obj_uuids=a4f38bc0-34d0-4455-9528-6855465ac92f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001264 10.0.0.73 - - [2026-02-19 02:13:50] "GET /project/a4f38bc0-34d0-4455-9528-6855465ac92f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.023645 10.0.0.73 - - [2026-02-19 02:13:50] "POST /neutron/network HTTP/1.1" 200 117 0.012069 10.0.0.73 - - [2026-02-19 02:13:50] "GET /projects?obj_uuids=a4f38bc0-34d0-4455-9528-6855465ac92f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001135 10.0.0.73 - - [2026-02-19 02:13:50] "POST /neutron/network HTTP/1.1" 200 615 0.061785 10.0.0.73 - - [2026-02-19 02:13:50] "POST /ref-update HTTP/1.1" 200 156 0.014194 10.0.0.73 - - [2026-02-19 02:13:50] "POST /useragent-kv HTTP/1.1" 200 115 0.003008 10.0.0.73 - - [2026-02-19 02:13:50] "POST /neutron/subnet HTTP/1.1" 200 734 0.167745 10.0.0.73 - - [2026-02-19 02:13:50] "POST /neutron/network HTTP/1.1" 200 836 0.005837 10.0.0.73 - - [2026-02-19 02:13:50] "POST /id-to-fqname HTTP/1.1" 200 224 0.001312 10.0.0.73 - - [2026-02-19 02:13:50] "GET /virtual-network/6da79470-bc3f-4ab0-9020-f322e25752c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005549 10.0.0.73 - - [2026-02-19 02:13:50] "POST /neutron/network HTTP/1.1" 200 836 0.004919 10.0.0.73 - - [2026-02-19 02:13:50] "GET /virtual-network/6da79470-bc3f-4ab0-9020-f322e25752c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005305 10.0.0.73 - - [2026-02-19 02:13:50] "POST /neutron/network HTTP/1.1" 200 836 0.005611 10.0.0.73 - - [2026-02-19 02:13:50] "POST /neutron/subnet HTTP/1.1" 200 734 0.008237 10.0.0.73 - - [2026-02-19 02:13:50] "GET /domains HTTP/1.1" 200 280 0.002458 10.0.0.73 - - [2026-02-19 02:13:50] "GET /domains?obj_uuids=a019755e-f901-41d8-a8e2-8005c9c1abd3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001124 10.0.0.73 - - [2026-02-19 02:13:50] "GET /domain/a019755e-f901-41d8-a8e2-8005c9c1abd3 HTTP/1.1" 200 2751 0.007833 10.0.0.73 - - [2026-02-19 02:13:50] "GET /projects?obj_uuids=a4f38bc0-34d0-4455-9528-6855465ac92f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001020 10.0.0.73 - - [2026-02-19 02:13:50] "GET /project/a4f38bc0-34d0-4455-9528-6855465ac92f HTTP/1.1" 200 2518 0.066119 10.0.0.73 - - [2026-02-19 02:13:51] "GET /virtual-network/6da79470-bc3f-4ab0-9020-f322e25752c9 HTTP/1.1" 200 2330 0.005381 10.0.0.73 - - [2026-02-19 02:13:51] "GET /virtual-network/6da79470-bc3f-4ab0-9020-f322e25752c9 HTTP/1.1" 200 2330 0.004939 10.0.0.73 - - [2026-02-19 02:13:51] "GET /routing-instance/458e91f5-d383-4392-8548-12c5f469e66f HTTP/1.1" 200 1496 0.003588 10.0.0.73 - - [2026-02-19 02:13:51] "GET /routing-instance/458e91f5-d383-4392-8548-12c5f469e66f HTTP/1.1" 200 1496 0.003401 10.0.0.73 - - [2026-02-19 02:13:51] "GET /route-target/24af74fa-2971-41f5-a73c-7e4ec9039f1b HTTP/1.1" 200 1214 0.002965 10.0.0.73 - - [2026-02-19 02:13:51] "GET /virtual-network/6da79470-bc3f-4ab0-9020-f322e25752c9 HTTP/1.1" 200 2330 0.005071 10.0.0.73 - - [2026-02-19 02:13:51] "GET /routing-instance/458e91f5-d383-4392-8548-12c5f469e66f HTTP/1.1" 200 1496 0.003433 10.0.0.73 - - [2026-02-19 02:13:51] "GET /virtual-network/6da79470-bc3f-4ab0-9020-f322e25752c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.004498 10.0.0.73 - - [2026-02-19 02:13:51] "GET /virtual-network/6da79470-bc3f-4ab0-9020-f322e25752c9 HTTP/1.1" 200 2330 0.004674 10.0.0.73 - - [2026-02-19 02:13:51] "GET /routing-instance/458e91f5-d383-4392-8548-12c5f469e66f HTTP/1.1" 200 1496 0.003684 10.0.0.73 - - [2026-02-19 02:13:51] "GET /routing-instance/458e91f5-d383-4392-8548-12c5f469e66f HTTP/1.1" 200 1496 0.003556 10.0.0.73 - - [2026-02-19 02:13:51] "GET /route-target/24af74fa-2971-41f5-a73c-7e4ec9039f1b HTTP/1.1" 200 1214 0.002875 10.0.0.73 - - [2026-02-19 02:13:51] "GET /domains HTTP/1.1" 200 280 0.002405 10.0.0.73 - - [2026-02-19 02:13:51] "GET /domains?obj_uuids=a019755e-f901-41d8-a8e2-8005c9c1abd3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000867 10.0.0.73 - - [2026-02-19 02:13:51] "GET /domain/a019755e-f901-41d8-a8e2-8005c9c1abd3 HTTP/1.1" 200 2751 0.005547 10.0.0.73 - - [2026-02-19 02:13:51] "GET /projects?obj_uuids=a4f38bc0-34d0-4455-9528-6855465ac92f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001157 10.0.0.73 - - [2026-02-19 02:13:51] "GET /project/a4f38bc0-34d0-4455-9528-6855465ac92f HTTP/1.1" 200 2518 0.066309 10.0.0.73 - - [2026-02-19 02:13:51] "GET /virtual-network/6da79470-bc3f-4ab0-9020-f322e25752c9 HTTP/1.1" 200 2330 0.005452 10.0.0.73 - - [2026-02-19 02:13:51] "GET /obj-perms HTTP/1.1" 200 5026 0.002845 10.0.0.73 - - [2026-02-19 02:13:51] "POST /id-to-fqname HTTP/1.1" 200 223 0.001181 10.0.0.73 - - [2026-02-19 02:13:51] "POST /neutron/network HTTP/1.1" 200 843 0.004968 10.0.0.73 - - [2026-02-19 02:13:51] "GET /aaa-mode HTTP/1.1" 401 292 0.000370 10.0.0.73 - - [2026-02-19 02:13:51] "GET / HTTP/1.1" 200 35931 0.002588 10.0.0.73 - - [2026-02-19 02:13:51] "GET /project/a4f38bc0-34d0-4455-9528-6855465ac92f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000404 10.0.0.73 - - [2026-02-19 02:13:52] "GET /projects?obj_uuids=a4f38bc0-34d0-4455-9528-6855465ac92f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001283 10.0.0.73 - - [2026-02-19 02:13:52] "GET /project/a4f38bc0-34d0-4455-9528-6855465ac92f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.053208 10.0.0.73 - - [2026-02-19 02:13:52] "POST /neutron/network HTTP/1.1" 200 833 0.005383 10.0.0.73 - - [2026-02-19 02:13:52] "POST /neutron/port HTTP/1.1" 200 117 0.004694 10.0.0.73 - - [2026-02-19 02:13:52] "POST /neutron/port HTTP/1.1" 200 117 0.005208 10.0.0.73 - - [2026-02-19 02:13:52] "POST /id-to-fqname HTTP/1.1" 200 224 0.001346 10.0.0.73 - - [2026-02-19 02:13:52] "POST /neutron/port HTTP/1.1" 200 117 0.004591 10.0.0.73 - - [2026-02-19 02:13:52] "POST /neutron/network HTTP/1.1" 200 846 0.005195 10.0.0.73 - - [2026-02-19 02:13:52] "GET /aaa-mode HTTP/1.1" 401 292 0.000425 10.0.0.73 - - [2026-02-19 02:13:52] "POST /neutron/network HTTP/1.1" 200 843 0.005247 10.0.0.73 - - [2026-02-19 02:13:52] "GET /projects?obj_uuids=a4f38bc0-34d0-4455-9528-6855465ac92f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001384 10.0.0.73 - - [2026-02-19 02:13:52] "GET / HTTP/1.1" 200 35931 0.001574 10.0.0.73 - - [2026-02-19 02:13:52] "GET /project/a4f38bc0-34d0-4455-9528-6855465ac92f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.001088 10.0.0.73 - - [2026-02-19 02:13:52] "POST /neutron/port HTTP/1.1" 200 1059 0.214041 10.0.0.73 - - [2026-02-19 02:13:52] "POST /neutron/port HTTP/1.1" 200 1059 0.012706 10.0.0.73 - - [2026-02-19 02:13:52] "POST /neutron/port HTTP/1.1" 200 1059 0.009029 10.0.0.73 - - [2026-02-19 02:13:53] "POST /neutron/port HTTP/1.1" 200 1113 0.081846 10.0.0.73 - - [2026-02-19 02:13:53] "POST /neutron/port HTTP/1.1" 200 1123 0.014039 10.0.0.73 - - [2026-02-19 02:13:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002928 10.0.0.73 - - [2026-02-19 02:13:53] "POST /neutron/subnet HTTP/1.1" 200 703 0.006017 10.0.0.73 - - [2026-02-19 02:13:53] "POST /neutron/port HTTP/1.1" 200 117 0.001170 10.0.0.73 - - [2026-02-19 02:13:53] "POST /neutron/network HTTP/1.1" 200 833 0.007697 10.0.0.73 - - [2026-02-19 02:13:53] "GET /projects?obj_uuids=a4f38bc0-34d0-4455-9528-6855465ac92f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001088 10.0.0.73 - - [2026-02-19 02:13:53] "GET /project/a4f38bc0-34d0-4455-9528-6855465ac92f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.056541 10.0.0.73 - - [2026-02-19 02:13:53] "POST /neutron/network HTTP/1.1" 200 836 0.004922 10.0.0.73 - - [2026-02-19 02:13:53] "POST /neutron/port HTTP/1.1" 200 1123 0.027158 10.0.0.73 - - [2026-02-19 02:13:53] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009092 10.0.0.73 - - [2026-02-19 02:13:53] "POST /neutron/port HTTP/1.1" 200 117 0.007519 10.0.0.73 - - [2026-02-19 02:13:53] "POST /fqname-to-id HTTP/1.1" 404 193 0.002571 10.0.0.73 - - [2026-02-19 02:13:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002413 10.0.0.73 - - [2026-02-19 02:13:53] "GET /domains?obj_uuids=a019755e-f901-41d8-a8e2-8005c9c1abd3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001323 10.0.0.73 - - [2026-02-19 02:13:53] "GET /domain/a019755e-f901-41d8-a8e2-8005c9c1abd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.010439 10.0.0.73 - - [2026-02-19 02:13:53] "POST /service-templates HTTP/1.1" 200 543 0.031130 10.0.0.73 - - [2026-02-19 02:13:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002768 10.0.0.73 - - [2026-02-19 02:13:53] "GET /service-template/d89722c1-b644-45e7-aa14-1d280a157a7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.005620 10.0.0.73 - - [2026-02-19 02:13:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003199 10.0.0.73 - - [2026-02-19 02:13:53] "GET /service-template/d89722c1-b644-45e7-aa14-1d280a157a7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.004115 10.0.0.73 - - [2026-02-19 02:13:53] "POST /neutron/network HTTP/1.1" 200 846 0.008963 10.0.0.73 - - [2026-02-19 02:13:53] "GET /projects?obj_uuids=a4f38bc0-34d0-4455-9528-6855465ac92f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001270 10.0.0.73 - - [2026-02-19 02:13:53] "POST /id-to-fqname HTTP/1.1" 200 223 0.001163 10.0.0.73 - - [2026-02-19 02:13:53] "POST /id-to-fqname HTTP/1.1" 200 223 0.002408 10.0.0.73 - - [2026-02-19 02:13:54] "POST /id-to-fqname HTTP/1.1" 200 224 0.001659 10.0.0.73 - - [2026-02-19 02:13:54] "POST /neutron/port HTTP/1.1" 200 1060 0.226476 10.0.0.73 - - [2026-02-19 02:13:54] "POST /neutron/port HTTP/1.1" 200 1060 0.020279 10.0.0.73 - - [2026-02-19 02:13:54] "POST /neutron/port HTTP/1.1" 200 1060 0.011149 10.0.0.73 - - [2026-02-19 02:13:54] "POST /neutron/port HTTP/1.1" 200 2041 0.024199 10.0.0.73 - - [2026-02-19 02:13:54] "POST /neutron/security_group HTTP/1.1" 200 2056 0.012748 10.0.0.73 - - [2026-02-19 02:13:54] "POST /neutron/port HTTP/1.1" 200 1114 0.109463 10.0.0.73 - - [2026-02-19 02:13:54] "POST /neutron/port HTTP/1.1" 200 1124 0.012290 10.0.0.73 - - [2026-02-19 02:13:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003714 10.0.0.73 - - [2026-02-19 02:13:54] "POST /neutron/subnet HTTP/1.1" 200 708 0.008983 10.0.0.73 - - [2026-02-19 02:13:54] "POST /neutron/port HTTP/1.1" 200 117 0.001254 10.0.0.73 - - [2026-02-19 02:13:54] "POST /neutron/network HTTP/1.1" 200 836 0.005128 10.0.0.73 - - [2026-02-19 02:13:54] "POST /neutron/network HTTP/1.1" 200 2227 0.009976 10.0.0.73 - - [2026-02-19 02:13:54] "GET /aaa-mode HTTP/1.1" 401 292 0.000542 10.0.0.73 - - [2026-02-19 02:13:55] "GET / HTTP/1.1" 200 35931 0.001620 10.0.0.73 - - [2026-02-19 02:13:55] "GET /project/a4f38bc0-34d0-4455-9528-6855465ac92f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000365 10.0.0.73 - - [2026-02-19 02:13:55] "GET /projects?obj_uuids=a4f38bc0-34d0-4455-9528-6855465ac92f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001519 10.0.0.73 - - [2026-02-19 02:13:55] "GET /project/a4f38bc0-34d0-4455-9528-6855465ac92f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.056146 10.0.0.73 - - [2026-02-19 02:13:55] "POST /neutron/network HTTP/1.1" 200 833 0.005461 10.0.0.73 - - [2026-02-19 02:13:55] "POST /neutron/network HTTP/1.1" 200 833 0.005308 10.0.0.73 - - [2026-02-19 02:13:55] "POST /neutron/network HTTP/1.1" 200 836 0.005434 10.0.0.73 - - [2026-02-19 02:13:55] "POST /neutron/port HTTP/1.1" 200 2095 0.024350 10.0.0.73 - - [2026-02-19 02:13:55] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006860 10.0.0.73 - - [2026-02-19 02:13:55] "POST /neutron/port HTTP/1.1" 200 117 0.006073 10.0.0.73 - - [2026-02-19 02:13:56] "POST /neutron/port HTTP/1.1" 200 117 0.004439 10.0.0.73 - - [2026-02-19 02:13:56] "POST /neutron/network HTTP/1.1" 200 2227 0.009132 10.0.0.73 - - [2026-02-19 02:13:56] "GET /projects?obj_uuids=a4f38bc0-34d0-4455-9528-6855465ac92f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001034 10.0.0.73 - - [2026-02-19 02:13:56] "POST /neutron/port HTTP/1.1" 200 1059 0.250609 10.0.0.73 - - [2026-02-19 02:13:56] "GET /projects?obj_uuids=a4f38bc0-34d0-4455-9528-6855465ac92f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001296 10.0.0.73 - - [2026-02-19 02:13:56] "POST /neutron/port HTTP/1.1" 200 1059 0.247915 10.0.0.73 - - [2026-02-19 02:13:56] "GET /projects?obj_uuids=a4f38bc0-34d0-4455-9528-6855465ac92f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001039 10.0.0.73 - - [2026-02-19 02:13:57] "POST /neutron/port HTTP/1.1" 200 1060 0.186629 10.0.0.73 - - [2026-02-19 02:13:57] "POST /neutron/port HTTP/1.1" 200 1059 0.011258 10.0.0.73 - - [2026-02-19 02:13:57] "POST /neutron/port HTTP/1.1" 200 1059 0.014351 10.0.0.73 - - [2026-02-19 02:13:57] "POST /neutron/port HTTP/1.1" 200 1113 0.092977 10.0.0.73 - - [2026-02-19 02:13:57] "POST /neutron/port HTTP/1.1" 200 1059 0.013596 10.0.0.73 - - [2026-02-19 02:13:57] "POST /neutron/port HTTP/1.1" 200 1059 0.014524 10.0.0.73 - - [2026-02-19 02:13:57] "POST /neutron/port HTTP/1.1" 200 1113 0.083605 10.0.0.73 - - [2026-02-19 02:13:57] "POST /neutron/port HTTP/1.1" 200 1060 0.012182 10.0.0.73 - - [2026-02-19 02:13:57] "POST /neutron/port HTTP/1.1" 200 1060 0.012493 10.0.0.73 - - [2026-02-19 02:13:57] "POST /neutron/port HTTP/1.1" 200 1114 0.075293 10.0.0.73 - - [2026-02-19 02:13:57] "POST /neutron/port HTTP/1.1" 200 3065 0.018410 10.0.0.73 - - [2026-02-19 02:13:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003431 10.0.0.73 - - [2026-02-19 02:13:57] "POST /neutron/subnet HTTP/1.1" 200 703 0.008417 10.0.0.73 - - [2026-02-19 02:13:57] "POST /neutron/port HTTP/1.1" 200 117 0.001129 10.0.0.73 - - [2026-02-19 02:13:57] "POST /neutron/network HTTP/1.1" 200 833 0.005180 10.0.0.73 - - [2026-02-19 02:13:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003757 10.0.0.73 - - [2026-02-19 02:13:57] "POST /neutron/subnet HTTP/1.1" 200 703 0.006467 10.0.0.73 - - [2026-02-19 02:13:57] "POST /neutron/port HTTP/1.1" 200 117 0.001221 10.0.0.73 - - [2026-02-19 02:13:57] "POST /neutron/network HTTP/1.1" 200 833 0.005026 10.0.0.73 - - [2026-02-19 02:13:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003345 10.0.0.73 - - [2026-02-19 02:13:57] "POST /neutron/subnet HTTP/1.1" 200 708 0.018236 10.0.0.73 - - [2026-02-19 02:13:57] "POST /neutron/port HTTP/1.1" 200 117 0.001651 10.0.0.73 - - [2026-02-19 02:13:57] "POST /neutron/network HTTP/1.1" 200 836 0.006705 10.0.0.73 - - [2026-02-19 02:14:01] "POST /neutron/port HTTP/1.1" 200 3065 0.024651 10.0.0.73 - - [2026-02-19 02:14:01] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005602 10.0.0.73 - - [2026-02-19 02:14:01] "POST /neutron/port HTTP/1.1" 200 3065 0.019351 10.0.0.73 - - [2026-02-19 02:14:01] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007729 10.0.0.73 - - [2026-02-19 02:14:01] "POST /neutron/port HTTP/1.1" 200 3065 0.018214 10.0.0.73 - - [2026-02-19 02:14:01] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005191 10.0.0.73 - - [2026-02-19 02:14:01] "POST /neutron/port HTTP/1.1" 200 3065 0.018997 10.0.0.73 - - [2026-02-19 02:14:01] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006480 10.0.0.73 - - [2026-02-19 02:14:01] "POST /neutron/port HTTP/1.1" 200 3065 0.020125 10.0.0.73 - - [2026-02-19 02:14:01] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005486 10.0.0.73 - - [2026-02-19 02:14:01] "GET /virtual-machine/39736965-cafb-4f42-aa43-a033e303436f HTTP/1.1" 200 1802 0.004663 10.0.0.73 - - [2026-02-19 02:14:01] "GET /virtual-machine-interface/00352fec-f787-45b5-aca7-23c877c97072 HTTP/1.1" 200 2944 0.004838 10.0.0.73 - - [2026-02-19 02:14:01] "GET /virtual-machine-interface/0b53bd15-b136-4fdb-bf20-44a53f23fba1 HTTP/1.1" 200 2948 0.005095 10.0.0.73 - - [2026-02-19 02:14:01] "GET /virtual-machine-interface/83b9371e-afbd-4034-a889-b00ae3d46610 HTTP/1.1" 200 2946 0.004626 10.0.0.73 - - [2026-02-19 02:14:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003056 10.0.0.73 - - [2026-02-19 02:14:01] "GET /global-vrouter-config/353e4024-a16e-4ac5-a38a-f6c33a8537f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004594 10.0.0.73 - - [2026-02-19 02:14:01] "GET /virtual-networks?parent_id=a4f38bc0-34d0-4455-9528-6855465ac92f&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003453 10.0.0.73 - - [2026-02-19 02:14:01] "GET /virtual-network/85994d48-6e03-4a06-8d28-e3c663be4154?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005108 10.0.0.73 - - [2026-02-19 02:14:02] "POST /neutron/port HTTP/1.1" 200 1123 0.011569 10.0.0.73 - - [2026-02-19 02:14:02] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006246 10.0.0.73 - - [2026-02-19 02:14:04] "POST /neutron/port HTTP/1.1" 200 1124 0.011850 10.0.0.73 - - [2026-02-19 02:14:04] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007991 10.0.0.73 - - [2026-02-19 02:14:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003348 10.0.0.73 - - [2026-02-19 02:14:04] "GET /virtual-network/85994d48-6e03-4a06-8d28-e3c663be4154?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006774 10.0.0.73 - - [2026-02-19 02:14:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002870 10.0.0.73 - - [2026-02-19 02:14:08] "GET /virtual-network/85994d48-6e03-4a06-8d28-e3c663be4154?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004691 10.0.0.73 - - [2026-02-19 02:14:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004080 10.0.0.73 - - [2026-02-19 02:14:13] "GET /virtual-network/85994d48-6e03-4a06-8d28-e3c663be4154?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005982 10.0.0.73 - - [2026-02-19 02:14:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002754 10.0.0.73 - - [2026-02-19 02:14:17] "GET /virtual-network/85994d48-6e03-4a06-8d28-e3c663be4154?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005366 10.0.0.73 - - [2026-02-19 02:14:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002676 10.0.0.73 - - [2026-02-19 02:14:19] "GET /global-vrouter-config/353e4024-a16e-4ac5-a38a-f6c33a8537f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003018 10.0.0.73 - - [2026-02-19 02:14:19] "GET /virtual-networks?parent_id=a4f38bc0-34d0-4455-9528-6855465ac92f&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003079 10.0.0.73 - - [2026-02-19 02:14:19] "GET /virtual-network/85994d48-6e03-4a06-8d28-e3c663be4154?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004988 10.0.0.73 - - [2026-02-19 02:14:19] "POST /neutron/port HTTP/1.1" 200 3065 0.016713 10.0.0.73 - - [2026-02-19 02:14:19] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005484 10.0.0.73 - - [2026-02-19 02:14:24] "POST /neutron/port HTTP/1.1" 200 3065 0.019163 10.0.0.73 - - [2026-02-19 02:14:24] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005806 10.0.0.73 - - [2026-02-19 02:14:27] "POST /neutron/port HTTP/1.1" 200 3065 0.017332 10.0.0.73 - - [2026-02-19 02:14:27] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004943 10.0.0.73 - - [2026-02-19 02:14:29] "POST /neutron/port HTTP/1.1" 200 3065 0.017180 10.0.0.73 - - [2026-02-19 02:14:29] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005396 10.0.0.73 - - [2026-02-19 02:14:30] "DELETE /project/a4f38bc034d0445595286855465ac92f HTTP/1.1" 404 173 0.028445 10.0.0.73 - - [2026-02-19 02:14:30] "GET /projects?obj_uuids=00a90160-d16c-4842-974c-b28d786160b5&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001089 10.0.0.73 - - [2026-02-19 02:14:30] "GET /project/00a90160-d16c-4842-974c-b28d786160b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.045630 10.0.0.73 - - [2026-02-19 02:14:30] "GET /projects?obj_uuids=00a90160-d16c-4842-974c-b28d786160b5&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000947 10.0.0.73 - - [2026-02-19 02:14:30] "GET /project/00a90160-d16c-4842-974c-b28d786160b5?fields=security_groups HTTP/1.1" 200 1340 0.066433 10.0.0.73 - - [2026-02-19 02:14:30] "DELETE /security-group/b007ca8e-0301-43c7-b81a-3285288f80b6 HTTP/1.1" 200 115 0.036137 10.0.0.73 - - [2026-02-19 02:14:30] "GET /projects?obj_uuids=00a90160-d16c-4842-974c-b28d786160b5&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000952 10.0.0.73 - - [2026-02-19 02:14:30] "DELETE /access-control-list/a735f32a-be28-41e1-bdd6-746da26a0736 HTTP/1.1" 200 115 0.023573 10.0.0.73 - - [2026-02-19 02:14:30] "GET /project/00a90160-d16c-4842-974c-b28d786160b5?fields=application_policy_sets HTTP/1.1" 200 1379 0.036367 10.0.0.73 - - [2026-02-19 02:14:30] "DELETE /access-control-list/09719dba-0611-4691-8434-c3c96971b403 HTTP/1.1" 200 115 0.039550 10.0.0.73 - - [2026-02-19 02:14:30] "DELETE /project/00a90160-d16c-4842-974c-b28d786160b5 HTTP/1.1" 200 115 0.391109 10.0.0.73 - - [2026-02-19 02:14:35] "POST /neutron/port HTTP/1.1" 200 3065 0.019732 10.0.0.73 - - [2026-02-19 02:14:35] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005594 10.0.0.73 - - [2026-02-19 02:14:36] "GET /obj-perms HTTP/1.1" 200 5056 0.064780 10.0.0.73 - - [2026-02-19 02:14:36] "GET /obj-perms HTTP/1.1" 200 5056 0.052697 10.0.0.73 - - [2026-02-19 02:14:40] "POST /neutron/port HTTP/1.1" 200 3065 0.018429 10.0.0.73 - - [2026-02-19 02:14:40] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005510 10.0.0.73 - - [2026-02-19 02:14:44] "POST /neutron/port HTTP/1.1" 200 1123 0.037783 10.0.0.73 - - [2026-02-19 02:14:44] "POST /neutron/port HTTP/1.1" 200 1123 0.010530 10.0.0.73 - - [2026-02-19 02:14:44] "POST /neutron/network HTTP/1.1" 200 843 0.004978 10.0.0.73 - - [2026-02-19 02:14:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003653 10.0.0.73 - - [2026-02-19 02:14:45] "POST /neutron/subnet HTTP/1.1" 200 703 0.007459 10.0.0.73 - - [2026-02-19 02:14:45] "POST /neutron/port HTTP/1.1" 200 117 0.001151 10.0.0.73 - - [2026-02-19 02:14:45] "POST /neutron/network HTTP/1.1" 200 833 0.005388 10.0.0.73 - - [2026-02-19 02:14:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002563 10.0.0.73 - - [2026-02-19 02:14:45] "GET /global-vrouter-config/353e4024-a16e-4ac5-a38a-f6c33a8537f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003127 10.0.0.73 - - [2026-02-19 02:14:45] "GET /virtual-networks?parent_id=a4f38bc0-34d0-4455-9528-6855465ac92f&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002868 10.0.0.73 - - [2026-02-19 02:14:45] "GET /virtual-network/542977aa-a7c2-4a97-ba39-fa1db19a1d33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005476 10.0.0.73 - - [2026-02-19 02:14:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002608 10.0.0.73 - - [2026-02-19 02:14:45] "GET /global-vrouter-config/353e4024-a16e-4ac5-a38a-f6c33a8537f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003349 10.0.0.73 - - [2026-02-19 02:14:45] "GET /virtual-networks?parent_id=a4f38bc0-34d0-4455-9528-6855465ac92f&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002618 10.0.0.73 - - [2026-02-19 02:14:45] "GET /virtual-network/6da79470-bc3f-4ab0-9020-f322e25752c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005005 10.0.0.73 - - [2026-02-19 02:14:45] "POST /fqname-to-id HTTP/1.1" 404 207 0.002882 10.0.0.73 - - [2026-02-19 02:14:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002474 10.0.0.73 - - [2026-02-19 02:14:46] "GET /projects?obj_uuids=a4f38bc0-34d0-4455-9528-6855465ac92f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001202 10.0.0.73 - - [2026-02-19 02:14:46] "GET /project/a4f38bc0-34d0-4455-9528-6855465ac92f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.024437 10.0.0.73 - - [2026-02-19 02:14:46] "POST /service-instances HTTP/1.1" 200 543 0.060515 10.0.0.73 - - [2026-02-19 02:14:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002713 10.0.0.73 - - [2026-02-19 02:14:46] "GET /service-instance/3529d097-2fba-4a61-bcc1-62533864aae9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2135 0.004941 10.0.0.73 - - [2026-02-19 02:14:46] "POST /port-tuples HTTP/1.1" 200 586 0.020787 10.0.0.73 - - [2026-02-19 02:14:46] "GET /virtual-machine-interface/83b9371e-afbd-4034-a889-b00ae3d46610?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2725 0.005255 10.0.0.73 - - [2026-02-19 02:14:46] "PUT /virtual-machine-interface/83b9371e-afbd-4034-a889-b00ae3d46610 HTTP/1.1" 200 284 0.010263 10.0.0.73 - - [2026-02-19 02:14:46] "POST /ref-update HTTP/1.1" 200 156 0.009729 10.0.0.73 - - [2026-02-19 02:14:46] "POST /instance-ips HTTP/1.1" 200 385 0.023588 10.0.0.73 - - [2026-02-19 02:14:46] "GET /virtual-machine-interface/00352fec-f787-45b5-aca7-23c877c97072?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2723 0.004619 10.0.0.73 - - [2026-02-19 02:14:46] "POST /ref-update HTTP/1.1" 200 156 0.011626 10.0.0.73 - - [2026-02-19 02:14:46] "PUT /virtual-machine-interface/00352fec-f787-45b5-aca7-23c877c97072 HTTP/1.1" 200 284 0.011863 10.0.0.73 - - [2026-02-19 02:14:46] "POST /ref-update HTTP/1.1" 200 156 0.009905 10.0.0.73 - - [2026-02-19 02:14:46] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002505 10.0.0.73 - - [2026-02-19 02:14:46] "POST /ref-update HTTP/1.1" 200 156 0.009596 10.0.0.73 - - [2026-02-19 02:14:46] "GET /virtual-machine-interface/0b53bd15-b136-4fdb-bf20-44a53f23fba1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2727 0.007479 10.0.0.73 - - [2026-02-19 02:14:46] "POST /instance-ips HTTP/1.1" 200 385 0.027699 10.0.0.73 - - [2026-02-19 02:14:46] "PUT /virtual-machine-interface/0b53bd15-b136-4fdb-bf20-44a53f23fba1 HTTP/1.1" 200 284 0.009669 10.0.0.73 - - [2026-02-19 02:14:46] "POST /ref-update HTTP/1.1" 200 156 0.007400 10.0.0.73 - - [2026-02-19 02:14:46] "POST /ref-update HTTP/1.1" 200 156 0.008122 10.0.0.73 - - [2026-02-19 02:14:46] "POST /ref-update HTTP/1.1" 200 156 0.008972 10.0.0.73 - - [2026-02-19 02:14:46] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002661 10.0.0.73 - - [2026-02-19 02:14:46] "POST /neutron/port HTTP/1.1" 200 1123 0.012368 10.0.0.73 - - [2026-02-19 02:14:46] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006137 10.0.0.73 - - [2026-02-19 02:14:46] "POST /instance-ips HTTP/1.1" 200 373 0.018984 10.0.0.73 - - [2026-02-19 02:14:46] "POST /neutron/port HTTP/1.1" 200 1123 0.010844 10.0.0.73 - - [2026-02-19 02:14:46] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005857 10.0.0.73 - - [2026-02-19 02:14:46] "POST /ref-update HTTP/1.1" 200 156 0.010054 10.0.0.73 - - [2026-02-19 02:14:47] "POST /ref-update HTTP/1.1" 200 156 0.011703 10.0.0.73 - - [2026-02-19 02:14:47] "POST /neutron/port HTTP/1.1" 200 1123 0.017502 10.0.0.73 - - [2026-02-19 02:14:47] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006667 10.0.0.73 - - [2026-02-19 02:14:47] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.004664 10.0.0.73 - - [2026-02-19 02:14:47] "GET /virtual-machine/77ab6fb9-a7a4-4d7e-b995-8cd830d75216 HTTP/1.1" 200 1290 0.006665 10.0.0.73 - - [2026-02-19 02:14:47] "GET /virtual-machine-interface/963880a3-8b95-4acb-8258-515dfc3c3d27 HTTP/1.1" 200 2946 0.005926 10.0.0.73 - - [2026-02-19 02:14:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002725 10.0.0.73 - - [2026-02-19 02:14:47] "GET /global-vrouter-config/353e4024-a16e-4ac5-a38a-f6c33a8537f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002862 10.0.0.73 - - [2026-02-19 02:14:47] "POST /instance-ips HTTP/1.1" 200 373 0.017372 10.0.0.73 - - [2026-02-19 02:14:47] "GET /virtual-networks?parent_id=a4f38bc0-34d0-4455-9528-6855465ac92f&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002936 10.0.0.73 - - [2026-02-19 02:14:47] "POST /ref-update HTTP/1.1" 200 156 0.007798 10.0.0.73 - - [2026-02-19 02:14:47] "GET /virtual-network/542977aa-a7c2-4a97-ba39-fa1db19a1d33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006044 10.0.0.73 - - [2026-02-19 02:14:47] "POST /ref-update HTTP/1.1" 200 156 0.009163 10.0.0.73 - - [2026-02-19 02:14:47] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002822 10.0.0.73 - - [2026-02-19 02:14:47] "POST /instance-ips HTTP/1.1" 200 375 0.016861 10.0.0.73 - - [2026-02-19 02:14:47] "POST /ref-update HTTP/1.1" 200 156 0.007967 10.0.0.73 - - [2026-02-19 02:14:47] "POST /ref-update HTTP/1.1" 200 156 0.008348 10.0.0.73 - - [2026-02-19 02:14:47] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002788 10.0.0.73 - - [2026-02-19 02:14:47] "POST /instance-ips HTTP/1.1" 200 375 0.013890 10.0.0.73 - - [2026-02-19 02:14:47] "POST /ref-update HTTP/1.1" 200 156 0.008506 10.0.0.73 - - [2026-02-19 02:14:47] "POST /ref-update HTTP/1.1" 200 156 0.008252 10.0.0.73 - - [2026-02-19 02:14:47] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002734 10.0.0.73 - - [2026-02-19 02:14:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003073 10.0.0.73 - - [2026-02-19 02:14:48] "GET /global-vrouter-config/353e4024-a16e-4ac5-a38a-f6c33a8537f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003174 10.0.0.73 - - [2026-02-19 02:14:48] "GET /virtual-networks?parent_id=a4f38bc0-34d0-4455-9528-6855465ac92f&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002784 10.0.0.73 - - [2026-02-19 02:14:48] "GET /virtual-network/542977aa-a7c2-4a97-ba39-fa1db19a1d33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005651 10.0.0.73 - - [2026-02-19 02:14:48] "POST /neutron/port HTTP/1.1" 200 1124 0.011624 10.0.0.73 - - [2026-02-19 02:14:48] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006512 10.0.0.73 - - [2026-02-19 02:14:48] "POST /neutron/port HTTP/1.1" 200 1124 0.010967 10.0.0.73 - - [2026-02-19 02:14:48] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006949 10.0.0.73 - - [2026-02-19 02:14:48] "POST /neutron/port HTTP/1.1" 200 1124 0.011696 10.0.0.73 - - [2026-02-19 02:14:48] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005836 10.0.0.73 - - [2026-02-19 02:14:48] "GET /virtual-machine/a9fcf9a8-0a92-4406-98d7-e273197d7991 HTTP/1.1" 200 1291 0.004668 10.0.0.73 - - [2026-02-19 02:14:48] "GET /virtual-machine-interface/c5a540ac-57d8-47b7-ba78-8ba34881d16f HTTP/1.1" 200 2950 0.005263 10.0.0.73 - - [2026-02-19 02:14:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002632 10.0.0.73 - - [2026-02-19 02:14:48] "GET /global-vrouter-config/353e4024-a16e-4ac5-a38a-f6c33a8537f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003469 10.0.0.73 - - [2026-02-19 02:14:48] "GET /virtual-networks?parent_id=a4f38bc0-34d0-4455-9528-6855465ac92f&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003330 10.0.0.73 - - [2026-02-19 02:14:49] "GET /virtual-network/6da79470-bc3f-4ab0-9020-f322e25752c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.007046 10.0.0.73 - - [2026-02-19 02:14:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002547 10.0.0.73 - - [2026-02-19 02:14:50] "GET /global-vrouter-config/353e4024-a16e-4ac5-a38a-f6c33a8537f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003612 10.0.0.73 - - [2026-02-19 02:14:50] "GET /virtual-networks?parent_id=a4f38bc0-34d0-4455-9528-6855465ac92f&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002564 10.0.0.73 - - [2026-02-19 02:14:50] "GET /virtual-network/6da79470-bc3f-4ab0-9020-f322e25752c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005789 10.0.0.73 - - [2026-02-19 02:14:50] "POST /fqname-to-id HTTP/1.1" 404 211 0.002938 10.0.0.73 - - [2026-02-19 02:14:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002343 10.0.0.73 - - [2026-02-19 02:14:50] "GET /projects?obj_uuids=a4f38bc0-34d0-4455-9528-6855465ac92f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001098 10.0.0.73 - - [2026-02-19 02:14:50] "GET /project/a4f38bc0-34d0-4455-9528-6855465ac92f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.022048 10.0.0.73 - - [2026-02-19 02:14:50] "POST /network-policys HTTP/1.1" 200 547 0.016904 10.0.0.73 - - [2026-02-19 02:14:50] "GET /network-policy/8af64c83-7f8b-4512-b227-c6f4f2ca689e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.004241 10.0.0.73 - - [2026-02-19 02:14:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002854 10.0.0.73 - - [2026-02-19 02:14:50] "GET /virtual-network/542977aa-a7c2-4a97-ba39-fa1db19a1d33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005610 10.0.0.73 - - [2026-02-19 02:14:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002804 10.0.0.73 - - [2026-02-19 02:14:50] "GET /network-policy/8af64c83-7f8b-4512-b227-c6f4f2ca689e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.003555 10.0.0.73 - - [2026-02-19 02:14:50] "POST /fqname-to-id HTTP/1.1" 404 242 0.001964 10.0.0.73 - - [2026-02-19 02:14:50] "POST /ref-update HTTP/1.1" 200 156 0.027941 10.0.0.73 - - [2026-02-19 02:14:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002637 10.0.0.73 - - [2026-02-19 02:14:50] "POST /access-control-lists HTTP/1.1" 200 601 0.065984 10.0.0.73 - - [2026-02-19 02:14:50] "GET /network-policy/8af64c83-7f8b-4512-b227-c6f4f2ca689e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.003896 10.0.0.73 - - [2026-02-19 02:14:51] "POST /neutron/network HTTP/1.1" 200 921 0.008099 10.0.0.73 - - [2026-02-19 02:14:51] "GET /virtual-network/542977aa-a7c2-4a97-ba39-fa1db19a1d33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.004943 10.0.0.73 - - [2026-02-19 02:14:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002663 10.0.0.73 - - [2026-02-19 02:14:51] "GET /network-policy/8af64c83-7f8b-4512-b227-c6f4f2ca689e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.003260 10.0.0.73 - - [2026-02-19 02:14:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002612 10.0.0.73 - - [2026-02-19 02:14:51] "GET /virtual-network/6da79470-bc3f-4ab0-9020-f322e25752c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005199 10.0.0.73 - - [2026-02-19 02:14:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002579 10.0.0.73 - - [2026-02-19 02:14:51] "GET /network-policy/8af64c83-7f8b-4512-b227-c6f4f2ca689e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.004442 10.0.0.73 - - [2026-02-19 02:14:51] "PUT /access-control-list/a3191adf-5173-46a1-ac20-dd9c0248b71d HTTP/1.1" 200 272 0.018167 10.0.0.73 - - [2026-02-19 02:14:51] "POST /ref-update HTTP/1.1" 200 156 0.036421 10.0.0.73 - - [2026-02-19 02:14:51] "POST /fqname-to-id HTTP/1.1" 404 244 0.007366 10.0.0.73 - - [2026-02-19 02:14:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002848 10.0.0.73 - - [2026-02-19 02:14:51] "GET /network-policy/8af64c83-7f8b-4512-b227-c6f4f2ca689e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.020181 10.0.0.73 - - [2026-02-19 02:14:51] "POST /access-control-lists HTTP/1.1" 200 604 0.057522 10.0.0.73 - - [2026-02-19 02:14:51] "POST /neutron/network HTTP/1.1" 200 924 0.008268 10.0.0.73 - - [2026-02-19 02:14:51] "POST /routing-instances HTTP/1.1" 200 759 0.023274 10.0.0.73 - - [2026-02-19 02:14:51] "GET /virtual-network/6da79470-bc3f-4ab0-9020-f322e25752c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2368 0.005528 10.0.0.73 - - [2026-02-19 02:14:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003320 10.0.0.73 - - [2026-02-19 02:14:51] "POST /route-targets HTTP/1.1" 200 327 0.010046 10.0.0.73 - - [2026-02-19 02:14:51] "GET /network-policy/8af64c83-7f8b-4512-b227-c6f4f2ca689e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.003391 10.0.0.73 - - [2026-02-19 02:14:51] "POST /ref-update HTTP/1.1" 200 156 0.011347 10.0.0.73 - - [2026-02-19 02:14:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002789 10.0.0.73 - - [2026-02-19 02:14:51] "GET /routing-instance/5381a76b-2c8d-4f4b-b05c-10cbc20aa988?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1277 0.003371 10.0.0.73 - - [2026-02-19 02:14:51] "GET /service-template/d89722c1-b644-45e7-aa14-1d280a157a7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.003049 10.0.0.73 - - [2026-02-19 02:14:51] "GET /routing-instance/5381a76b-2c8d-4f4b-b05c-10cbc20aa988?fields=routing_policy_back_refs HTTP/1.1" 200 1277 0.003420 10.0.0.73 - - [2026-02-19 02:14:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002596 10.0.0.73 - - [2026-02-19 02:14:51] "POST /ref-update HTTP/1.1" 200 156 0.009015 10.0.0.73 - - [2026-02-19 02:14:51] "GET /projects?obj_uuids=a4f38bc0-34d0-4455-9528-6855465ac92f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001255 10.0.0.73 - - [2026-02-19 02:14:51] "GET /project/a4f38bc0-34d0-4455-9528-6855465ac92f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.020746 10.0.0.73 - - [2026-02-19 02:14:51] "POST /routing-instances HTTP/1.1" 200 760 0.015162 10.0.0.73 - - [2026-02-19 02:14:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002481 10.0.0.73 - - [2026-02-19 02:14:52] "POST /route-targets HTTP/1.1" 200 327 0.011457 10.0.0.73 - - [2026-02-19 02:14:52] "GET /service-instance/3529d097-2fba-4a61-bcc1-62533864aae9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3529 0.005215 10.0.0.73 - - [2026-02-19 02:14:52] "POST /ref-update HTTP/1.1" 200 156 0.010101 10.0.0.73 - - [2026-02-19 02:14:52] "GET /domains HTTP/1.1" 200 280 0.002595 10.0.0.73 - - [2026-02-19 02:14:52] "GET /domains?obj_uuids=a019755e-f901-41d8-a8e2-8005c9c1abd3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000993 10.0.0.73 - - [2026-02-19 02:14:52] "GET /domain/a019755e-f901-41d8-a8e2-8005c9c1abd3 HTTP/1.1" 200 2772 0.007326 10.0.0.73 - - [2026-02-19 02:14:52] "GET /projects?obj_uuids=a4f38bc0-34d0-4455-9528-6855465ac92f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000930 10.0.0.73 - - [2026-02-19 02:14:52] "GET /routing-instance/bab3af94-2eed-450e-b796-7878254fbf7c?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1279 0.004059 10.0.0.73 - - [2026-02-19 02:14:52] "GET /project/a4f38bc0-34d0-4455-9528-6855465ac92f HTTP/1.1" 200 4234 0.069369 10.0.0.73 - - [2026-02-19 02:14:52] "GET /routing-instance/bab3af94-2eed-450e-b796-7878254fbf7c?fields=routing_policy_back_refs HTTP/1.1" 200 1279 0.003331 10.0.0.73 - - [2026-02-19 02:14:52] "GET /service-instance/3529d097-2fba-4a61-bcc1-62533864aae9 HTTP/1.1" 200 3783 0.004570 10.0.0.73 - - [2026-02-19 02:14:52] "GET /domains HTTP/1.1" 200 280 0.002426 10.0.0.73 - - [2026-02-19 02:14:52] "GET /domains?obj_uuids=a019755e-f901-41d8-a8e2-8005c9c1abd3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001169 10.0.0.73 - - [2026-02-19 02:14:52] "GET /domain/a019755e-f901-41d8-a8e2-8005c9c1abd3 HTTP/1.1" 200 2772 0.006748 10.0.0.73 - - [2026-02-19 02:14:52] "GET /projects?obj_uuids=a4f38bc0-34d0-4455-9528-6855465ac92f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001252 10.0.0.73 - - [2026-02-19 02:14:52] "PUT /routing-instance/5381a76b-2c8d-4f4b-b05c-10cbc20aa988 HTTP/1.1" 200 266 0.008997 10.0.0.73 - - [2026-02-19 02:14:52] "GET /project/a4f38bc0-34d0-4455-9528-6855465ac92f HTTP/1.1" 200 4234 0.067811 10.0.0.73 - - [2026-02-19 02:14:52] "GET /service-instance/3529d097-2fba-4a61-bcc1-62533864aae9 HTTP/1.1" 200 3783 0.004099 10.0.0.73 - - [2026-02-19 02:14:52] "GET /port-tuple/f13ea84d-3248-4064-890f-706cd76cc1b9 HTTP/1.1" 200 1979 0.003558 10.0.0.73 - - [2026-02-19 02:14:52] "PUT /routing-instance/bab3af94-2eed-450e-b796-7878254fbf7c HTTP/1.1" 200 266 0.012710 10.0.0.73 - - [2026-02-19 02:14:52] "GET /virtual-machine-interface/00352fec-f787-45b5-aca7-23c877c97072 HTTP/1.1" 200 3796 0.006401 10.0.0.73 - - [2026-02-19 02:14:52] "GET /virtual-machine-interface/0b53bd15-b136-4fdb-bf20-44a53f23fba1 HTTP/1.1" 200 3803 0.005181 10.0.0.73 - - [2026-02-19 02:14:52] "GET /virtual-machine-interface/83b9371e-afbd-4034-a889-b00ae3d46610 HTTP/1.1" 200 3816 0.005107 10.0.0.73 - - [2026-02-19 02:14:52] "POST /ref-update HTTP/1.1" 200 156 0.010336 10.0.0.73 - - [2026-02-19 02:14:52] "POST /neutron/port HTTP/1.1" 200 3836 0.033427 10.0.0.73 - - [2026-02-19 02:14:52] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008528 10.0.0.73 - - [2026-02-19 02:14:52] "PUT /access-control-list/2bb996db-268b-4fc1-9974-62091a64cc72 HTTP/1.1" 200 272 0.014223 10.0.0.73 - - [2026-02-19 02:14:52] "POST /neutron/port HTTP/1.1" 200 3836 0.028057 10.0.0.73 - - [2026-02-19 02:14:52] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005713 10.0.0.73 - - [2026-02-19 02:14:52] "POST /neutron/port HTTP/1.1" 200 3836 0.026305 10.0.0.73 - - [2026-02-19 02:14:52] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005941 10.0.0.73 - - [2026-02-19 02:14:52] "POST /neutron/port HTTP/1.1" 200 3836 0.031692 10.0.0.73 - - [2026-02-19 02:14:52] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005427 10.0.0.73 - - [2026-02-19 02:14:52] "POST /neutron/network HTTP/1.1" 200 895 0.011163 10.0.0.73 - - [2026-02-19 02:14:52] "POST /neutron/network HTTP/1.1" 200 921 0.005103 10.0.0.73 - - [2026-02-19 02:14:52] "POST /neutron/network HTTP/1.1" 200 807 0.010676 10.0.0.73 - - [2026-02-19 02:14:52] "POST /neutron/network HTTP/1.1" 200 833 0.004568 10.0.0.73 - - [2026-02-19 02:14:52] "POST /neutron/network HTTP/1.1" 200 898 0.012037 10.0.0.73 - - [2026-02-19 02:14:52] "POST /neutron/network HTTP/1.1" 200 924 0.004942 10.0.0.73 - - [2026-02-19 02:14:52] "POST /id-to-fqname HTTP/1.1" 200 223 0.001241 10.0.0.73 - - [2026-02-19 02:14:52] "POST /id-to-fqname HTTP/1.1" 200 223 0.001092 10.0.0.73 - - [2026-02-19 02:14:52] "POST /id-to-fqname HTTP/1.1" 200 224 0.001302 10.0.0.73 - - [2026-02-19 02:14:52] "GET /virtual-machine/39736965-cafb-4f42-aa43-a033e303436f HTTP/1.1" 200 1802 0.003805 10.0.0.73 - - [2026-02-19 02:14:52] "GET /virtual-machine-interface/00352fec-f787-45b5-aca7-23c877c97072 HTTP/1.1" 200 3796 0.004967 10.0.0.73 - - [2026-02-19 02:14:52] "GET /virtual-machine-interface/0b53bd15-b136-4fdb-bf20-44a53f23fba1 HTTP/1.1" 200 3803 0.004637 10.0.0.73 - - [2026-02-19 02:14:52] "GET /virtual-machine-interface/83b9371e-afbd-4034-a889-b00ae3d46610 HTTP/1.1" 200 3816 0.005120 10.0.0.73 - - [2026-02-19 02:14:52] "GET /instance-ip/6f49654c-f740-4bf0-a57f-bca96fef7cce HTTP/1.1" 200 1956 0.003714 10.0.0.73 - - [2026-02-19 02:14:52] "GET /instance-ip/baa42281-aae2-44f2-9468-2887eac9c6b3 HTTP/1.1" 200 1955 0.003348 10.0.0.73 - - [2026-02-19 02:14:52] "GET /instance-ip/e2834437-be3a-4f20-a90f-4a6c9f296d9b HTTP/1.1" 200 1623 0.004706 10.0.0.73 - - [2026-02-19 02:14:52] "GET /instance-ip/100319e6-d756-47a4-ab0c-3ca31534dfaf HTTP/1.1" 200 1960 0.003170 10.0.0.73 - - [2026-02-19 02:14:52] "GET /instance-ip/df3ed186-6264-4c2d-a515-96a1030ead25 HTTP/1.1" 200 1959 0.003330 10.0.0.73 - - [2026-02-19 02:14:52] "GET /instance-ip/ef7de81c-e7f6-4c6a-8f5f-c69f4774df21 HTTP/1.1" 200 1625 0.005313 10.0.0.73 - - [2026-02-19 02:14:52] "GET /instance-ip/40e3f9d8-30c5-4e40-9533-726823779225 HTTP/1.1" 200 1980 0.003558 10.0.0.73 - - [2026-02-19 02:14:53] "GET /instance-ip/89c50879-12c8-4abe-b0c0-ea28b021627d HTTP/1.1" 200 1978 0.003695 10.0.0.73 - - [2026-02-19 02:14:53] "GET /instance-ip/d1266f8b-f38f-40c4-a598-c711295f4421 HTTP/1.1" 200 1623 0.005527 10.0.0.73 - - [2026-02-19 02:14:53] "POST /neutron/port HTTP/1.1" 200 3836 0.058841 10.0.0.73 - - [2026-02-19 02:14:53] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007181 10.0.0.73 - - [2026-02-19 02:14:53] "POST /neutron/port HTTP/1.1" 200 3836 0.030077 10.0.0.73 - - [2026-02-19 02:14:53] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006217 10.0.0.73 - - [2026-02-19 02:14:53] "POST /neutron/port HTTP/1.1" 200 3836 0.029642 10.0.0.73 - - [2026-02-19 02:14:53] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006552 10.0.0.73 - - [2026-02-19 02:14:53] "POST /neutron/port HTTP/1.1" 200 3836 0.032954 10.0.0.73 - - [2026-02-19 02:14:53] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006849 10.0.0.73 - - [2026-02-19 02:14:53] "GET /virtual-machine/39736965-cafb-4f42-aa43-a033e303436f HTTP/1.1" 200 1802 0.003841 10.0.0.73 - - [2026-02-19 02:14:53] "GET /virtual-machine-interface/00352fec-f787-45b5-aca7-23c877c97072 HTTP/1.1" 200 3796 0.006352 10.0.0.73 - - [2026-02-19 02:14:53] "GET /virtual-machine-interface/0b53bd15-b136-4fdb-bf20-44a53f23fba1 HTTP/1.1" 200 3803 0.006176 10.0.0.73 - - [2026-02-19 02:14:53] "GET /virtual-machine-interface/83b9371e-afbd-4034-a889-b00ae3d46610 HTTP/1.1" 200 3816 0.006145 10.0.0.73 - - [2026-02-19 02:14:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002708 10.0.0.73 - - [2026-02-19 02:14:53] "GET /global-vrouter-config/353e4024-a16e-4ac5-a38a-f6c33a8537f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002939 10.0.0.73 - - [2026-02-19 02:14:53] "GET /virtual-networks?parent_id=a4f38bc0-34d0-4455-9528-6855465ac92f&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003007 10.0.0.73 - - [2026-02-19 02:14:53] "GET /virtual-network/542977aa-a7c2-4a97-ba39-fa1db19a1d33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.005801 10.0.0.73 - - [2026-02-19 02:14:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002694 10.0.0.73 - - [2026-02-19 02:14:54] "GET /global-vrouter-config/353e4024-a16e-4ac5-a38a-f6c33a8537f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003198 10.0.0.73 - - [2026-02-19 02:14:54] "GET /virtual-networks?parent_id=a4f38bc0-34d0-4455-9528-6855465ac92f&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002718 10.0.0.73 - - [2026-02-19 02:14:54] "GET /virtual-network/542977aa-a7c2-4a97-ba39-fa1db19a1d33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.005643 10.0.0.73 - - [2026-02-19 02:14:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002746 10.0.0.73 - - [2026-02-19 02:14:55] "GET /global-vrouter-config/353e4024-a16e-4ac5-a38a-f6c33a8537f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003129 10.0.0.73 - - [2026-02-19 02:14:55] "GET /virtual-networks?parent_id=a4f38bc0-34d0-4455-9528-6855465ac92f&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002857 10.0.0.73 - - [2026-02-19 02:14:55] "GET /virtual-network/542977aa-a7c2-4a97-ba39-fa1db19a1d33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.005035 10.0.0.73 - - [2026-02-19 02:14:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003088 10.0.0.73 - - [2026-02-19 02:14:55] "GET /global-vrouter-config/353e4024-a16e-4ac5-a38a-f6c33a8537f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003986 10.0.0.73 - - [2026-02-19 02:14:55] "GET /virtual-networks?parent_id=a4f38bc0-34d0-4455-9528-6855465ac92f&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002973 10.0.0.73 - - [2026-02-19 02:14:55] "GET /virtual-network/542977aa-a7c2-4a97-ba39-fa1db19a1d33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.005295 10.0.0.73 - - [2026-02-19 02:14:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002876 10.0.0.73 - - [2026-02-19 02:14:55] "GET /global-vrouter-config/353e4024-a16e-4ac5-a38a-f6c33a8537f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003375 10.0.0.73 - - [2026-02-19 02:14:55] "GET /virtual-networks?parent_id=a4f38bc0-34d0-4455-9528-6855465ac92f&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002930 10.0.0.73 - - [2026-02-19 02:14:55] "GET /virtual-network/542977aa-a7c2-4a97-ba39-fa1db19a1d33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.005772 10.0.0.73 - - [2026-02-19 02:14:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002640 10.0.0.73 - - [2026-02-19 02:14:55] "GET /global-vrouter-config/353e4024-a16e-4ac5-a38a-f6c33a8537f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003937 10.0.0.73 - - [2026-02-19 02:14:55] "GET /virtual-networks?parent_id=a4f38bc0-34d0-4455-9528-6855465ac92f&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002870 10.0.0.73 - - [2026-02-19 02:14:55] "GET /virtual-network/85994d48-6e03-4a06-8d28-e3c663be4154?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005017 10.0.0.73 - - [2026-02-19 02:14:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002746 10.0.0.73 - - [2026-02-19 02:14:55] "GET /global-vrouter-config/353e4024-a16e-4ac5-a38a-f6c33a8537f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003208 10.0.0.73 - - [2026-02-19 02:14:55] "GET /virtual-networks?parent_id=a4f38bc0-34d0-4455-9528-6855465ac92f&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002853 10.0.0.73 - - [2026-02-19 02:14:55] "GET /virtual-network/85994d48-6e03-4a06-8d28-e3c663be4154?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006746 10.0.0.73 - - [2026-02-19 02:14:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002808 10.0.0.73 - - [2026-02-19 02:14:56] "GET /global-vrouter-config/353e4024-a16e-4ac5-a38a-f6c33a8537f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003246 10.0.0.73 - - [2026-02-19 02:14:56] "GET /virtual-networks?parent_id=a4f38bc0-34d0-4455-9528-6855465ac92f&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003342 10.0.0.73 - - [2026-02-19 02:14:56] "GET /virtual-network/85994d48-6e03-4a06-8d28-e3c663be4154?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005992 10.0.0.73 - - [2026-02-19 02:14:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002603 10.0.0.73 - - [2026-02-19 02:14:56] "GET /global-vrouter-config/353e4024-a16e-4ac5-a38a-f6c33a8537f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004195 10.0.0.73 - - [2026-02-19 02:14:56] "GET /virtual-networks?parent_id=a4f38bc0-34d0-4455-9528-6855465ac92f&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002874 10.0.0.73 - - [2026-02-19 02:14:56] "GET /virtual-network/85994d48-6e03-4a06-8d28-e3c663be4154?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004832 10.0.0.73 - - [2026-02-19 02:14:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002532 10.0.0.73 - - [2026-02-19 02:14:56] "GET /global-vrouter-config/353e4024-a16e-4ac5-a38a-f6c33a8537f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003135 10.0.0.73 - - [2026-02-19 02:14:56] "GET /virtual-networks?parent_id=a4f38bc0-34d0-4455-9528-6855465ac92f&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002747 10.0.0.73 - - [2026-02-19 02:14:56] "GET /virtual-network/6da79470-bc3f-4ab0-9020-f322e25752c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2368 0.005835 10.0.0.73 - - [2026-02-19 02:14:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002793 10.0.0.73 - - [2026-02-19 02:14:56] "GET /global-vrouter-config/353e4024-a16e-4ac5-a38a-f6c33a8537f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003316 10.0.0.73 - - [2026-02-19 02:14:56] "GET /virtual-networks?parent_id=a4f38bc0-34d0-4455-9528-6855465ac92f&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002731 10.0.0.73 - - [2026-02-19 02:14:56] "GET /virtual-network/6da79470-bc3f-4ab0-9020-f322e25752c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2368 0.006721 10.0.0.73 - - [2026-02-19 02:14:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002535 10.0.0.73 - - [2026-02-19 02:14:56] "GET /global-vrouter-config/353e4024-a16e-4ac5-a38a-f6c33a8537f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003201 10.0.0.73 - - [2026-02-19 02:14:56] "GET /virtual-networks?parent_id=a4f38bc0-34d0-4455-9528-6855465ac92f&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002698 10.0.0.73 - - [2026-02-19 02:14:56] "GET /virtual-network/6da79470-bc3f-4ab0-9020-f322e25752c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2368 0.004875 10.0.0.73 - - [2026-02-19 02:14:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003379 10.0.0.73 - - [2026-02-19 02:14:57] "GET /global-vrouter-config/353e4024-a16e-4ac5-a38a-f6c33a8537f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003698 10.0.0.73 - - [2026-02-19 02:14:57] "GET /virtual-networks?parent_id=a4f38bc0-34d0-4455-9528-6855465ac92f&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002561 10.0.0.73 - - [2026-02-19 02:14:57] "GET /virtual-network/6da79470-bc3f-4ab0-9020-f322e25752c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2368 0.004961 10.0.0.73 - - [2026-02-19 02:14:57] "GET /virtual-machine/39736965-cafb-4f42-aa43-a033e303436f HTTP/1.1" 200 1802 0.003446 10.0.0.73 - - [2026-02-19 02:14:57] "GET /domains HTTP/1.1" 200 280 0.002184 10.0.0.73 - - [2026-02-19 02:14:57] "GET /domains?obj_uuids=a019755e-f901-41d8-a8e2-8005c9c1abd3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001508 10.0.0.73 - - [2026-02-19 02:14:57] "GET /domain/a019755e-f901-41d8-a8e2-8005c9c1abd3 HTTP/1.1" 200 2772 0.007067 10.0.0.73 - - [2026-02-19 02:14:57] "GET /projects?obj_uuids=a4f38bc0-34d0-4455-9528-6855465ac92f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000877 10.0.0.73 - - [2026-02-19 02:14:57] "GET /project/a4f38bc0-34d0-4455-9528-6855465ac92f HTTP/1.1" 200 4234 0.061272 10.0.0.73 - - [2026-02-19 02:14:57] "GET /service-instance/3529d097-2fba-4a61-bcc1-62533864aae9 HTTP/1.1" 200 3783 0.003466 10.0.0.73 - - [2026-02-19 02:14:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002329 10.0.0.73 - - [2026-02-19 02:14:57] "GET /routing-instance/2ae88bd3-71c1-42de-96e9-c7161be9aa5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1887 0.003078 10.0.0.73 - - [2026-02-19 02:14:57] "GET /routing-instance/2ae88bd3-71c1-42de-96e9-c7161be9aa5e?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2020 0.004605 10.0.0.73 - - [2026-02-19 02:14:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002545 10.0.0.73 - - [2026-02-19 02:14:57] "GET /routing-instance/458e91f5-d383-4392-8548-12c5f469e66f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1891 0.004030 10.0.0.73 - - [2026-02-19 02:14:57] "GET /routing-instance/458e91f5-d383-4392-8548-12c5f469e66f?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2022 0.004546 10.0.0.73 - - [2026-02-19 02:14:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002578 10.0.0.73 - - [2026-02-19 02:14:57] "GET /virtual-network/542977aa-a7c2-4a97-ba39-fa1db19a1d33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.004624 10.0.0.73 - - [2026-02-19 02:14:57] "GET /virtual-network/542977aa-a7c2-4a97-ba39-fa1db19a1d33?fields=routing_instances HTTP/1.1" 200 1683 0.006154 10.0.0.73 - - [2026-02-19 02:14:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002639 10.0.0.73 - - [2026-02-19 02:14:57] "GET /virtual-network/6da79470-bc3f-4ab0-9020-f322e25752c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2368 0.005007 10.0.0.73 - - [2026-02-19 02:14:57] "GET /virtual-network/6da79470-bc3f-4ab0-9020-f322e25752c9?fields=routing_instances HTTP/1.1" 200 1688 0.013461 10.0.0.73 - - [2026-02-19 02:15:02] "POST /ref-update HTTP/1.1" 200 156 0.033130 10.0.0.73 - - [2026-02-19 02:15:02] "DELETE /access-control-list/2bb996db-268b-4fc1-9974-62091a64cc72 HTTP/1.1" 200 115 0.037386 10.0.0.73 - - [2026-02-19 02:15:02] "POST /neutron/network HTTP/1.1" 200 836 0.014904 10.0.0.73 - - [2026-02-19 02:15:02] "GET /virtual-network/6da79470-bc3f-4ab0-9020-f322e25752c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.004730 10.0.0.73 - - [2026-02-19 02:15:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.008341 10.0.0.73 - - [2026-02-19 02:15:02] "DELETE /routing-instance/5381a76b-2c8d-4f4b-b05c-10cbc20aa988 HTTP/1.1" 200 115 0.027778 10.0.0.73 - - [2026-02-19 02:15:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.007144 10.0.0.73 - - [2026-02-19 02:15:02] "GET /network-policy/8af64c83-7f8b-4512-b227-c6f4f2ca689e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.004221 10.0.0.73 - - [2026-02-19 02:15:02] "DELETE /route-target/7a1d1e33-cfa6-4dfb-a888-b6cbbcfedbec HTTP/1.1" 200 115 0.023646 10.0.0.73 - - [2026-02-19 02:15:02] "POST /ref-update HTTP/1.1" 200 156 0.036977 10.0.0.73 - - [2026-02-19 02:15:02] "DELETE /routing-instance/bab3af94-2eed-450e-b796-7878254fbf7c HTTP/1.1" 200 115 0.043342 10.0.0.73 - - [2026-02-19 02:15:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005048 10.0.0.73 - - [2026-02-19 02:15:02] "POST /neutron/network HTTP/1.1" 200 833 0.006399 10.0.0.73 - - [2026-02-19 02:15:02] "GET /virtual-network/542977aa-a7c2-4a97-ba39-fa1db19a1d33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004671 10.0.0.73 - - [2026-02-19 02:15:02] "DELETE /route-target/f176e965-11bb-4086-8776-1ae526144939 HTTP/1.1" 200 115 0.019743 10.0.0.73 - - [2026-02-19 02:15:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003091 10.0.0.73 - - [2026-02-19 02:15:02] "DELETE /access-control-list/a3191adf-5173-46a1-ac20-dd9c0248b71d HTTP/1.1" 200 115 0.024424 10.0.0.73 - - [2026-02-19 02:15:02] "GET /network-policy/8af64c83-7f8b-4512-b227-c6f4f2ca689e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.003207 10.0.0.73 - - [2026-02-19 02:15:02] "DELETE /network-policy/8af64c83-7f8b-4512-b227-c6f4f2ca689e HTTP/1.1" 200 115 0.023293 10.0.0.73 - - [2026-02-19 02:15:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003950 10.0.0.73 - - [2026-02-19 02:15:02] "DELETE /service-instance/3529d097-2fba-4a61-bcc1-62533864aae9 HTTP/1.1" 200 115 0.049189 10.0.0.73 - - [2026-02-19 02:15:02] "GET /domains HTTP/1.1" 200 280 0.002060 10.0.0.73 - - [2026-02-19 02:15:02] "POST /ref-update HTTP/1.1" 200 156 0.014335 10.0.0.73 - - [2026-02-19 02:15:02] "GET /domains?obj_uuids=a019755e-f901-41d8-a8e2-8005c9c1abd3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001229 10.0.0.73 - - [2026-02-19 02:15:02] "GET /domain/a019755e-f901-41d8-a8e2-8005c9c1abd3 HTTP/1.1" 200 2772 0.015088 10.0.0.73 - - [2026-02-19 02:15:02] "GET /projects?obj_uuids=a4f38bc0-34d0-4455-9528-6855465ac92f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001169 10.0.0.73 - - [2026-02-19 02:15:02] "DELETE /instance-ip/100319e6-d756-47a4-ab0c-3ca31534dfaf HTTP/1.1" 200 115 0.031251 10.0.0.73 - - [2026-02-19 02:15:02] "POST /ref-update HTTP/1.1" 200 156 0.009674 10.0.0.73 - - [2026-02-19 02:15:02] "GET /project/a4f38bc0-34d0-4455-9528-6855465ac92f HTTP/1.1" 200 3760 0.075673 10.0.0.73 - - [2026-02-19 02:15:02] "GET /virtual-machine/39736965-cafb-4f42-aa43-a033e303436f HTTP/1.1" 200 1802 0.005066 10.0.0.73 - - [2026-02-19 02:15:02] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002660 10.0.0.73 - - [2026-02-19 02:15:02] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002570 10.0.0.73 - - [2026-02-19 02:15:02] "DELETE /instance-ip/40e3f9d8-30c5-4e40-9533-726823779225 HTTP/1.1" 200 115 0.033690 10.0.0.73 - - [2026-02-19 02:15:02] "POST /ref-update HTTP/1.1" 200 156 0.009962 10.0.0.73 - - [2026-02-19 02:15:02] "DELETE /instance-ip/baa42281-aae2-44f2-9468-2887eac9c6b3 HTTP/1.1" 200 115 0.024436 10.0.0.73 - - [2026-02-19 02:15:02] "POST /ref-update HTTP/1.1" 200 156 0.010437 10.0.0.73 - - [2026-02-19 02:15:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002820 10.0.0.73 - - [2026-02-19 02:15:02] "DELETE /service-template/d89722c1-b644-45e7-aa14-1d280a157a7f HTTP/1.1" 200 115 0.025179 10.0.0.73 - - [2026-02-19 02:15:02] "POST /fqname-to-id HTTP/1.1" 404 193 0.004767 10.0.0.73 - - [2026-02-19 02:15:02] "DELETE /instance-ip/6f49654c-f740-4bf0-a57f-bca96fef7cce HTTP/1.1" 200 115 0.028212 10.0.0.73 - - [2026-02-19 02:15:02] "POST /ref-update HTTP/1.1" 200 156 0.009366 10.0.0.73 - - [2026-02-19 02:15:02] "DELETE /instance-ip/89c50879-12c8-4abe-b0c0-ea28b021627d HTTP/1.1" 200 115 0.019852 10.0.0.73 - - [2026-02-19 02:15:02] "POST /ref-update HTTP/1.1" 200 156 0.014464 10.0.0.73 - - [2026-02-19 02:15:03] "DELETE /instance-ip/df3ed186-6264-4c2d-a515-96a1030ead25 HTTP/1.1" 200 115 0.017800 10.0.0.73 - - [2026-02-19 02:15:03] "POST /neutron/network HTTP/1.1" 200 836 0.006809 10.0.0.73 - - [2026-02-19 02:15:03] "POST /neutron/network HTTP/1.1" 400 204 0.011473 10.0.0.73 - - [2026-02-19 02:15:03] "POST /neutron/port HTTP/1.1" 200 1124 0.014117 10.0.0.73 - - [2026-02-19 02:15:03] "POST /neutron/port HTTP/1.1" 200 1114 0.010416 10.0.0.73 - - [2026-02-19 02:15:03] "POST /neutron/port HTTP/1.1" 200 1123 0.009730 10.0.0.73 - - [2026-02-19 02:15:03] "POST /neutron/port HTTP/1.1" 200 1113 0.010817 10.0.0.73 - - [2026-02-19 02:15:03] "POST /neutron/port HTTP/1.1" 200 151 0.124109 10.0.0.73 - - [2026-02-19 02:15:03] "POST /neutron/port HTTP/1.1" 200 151 0.121462 10.0.0.73 - - [2026-02-19 02:15:03] "POST /neutron/port HTTP/1.1" 200 3065 0.026403 10.0.0.73 - - [2026-02-19 02:15:03] "POST /neutron/port HTTP/1.1" 200 1113 0.013162 10.0.0.73 - - [2026-02-19 02:15:04] "POST /neutron/port HTTP/1.1" 200 151 0.113364 10.0.0.73 - - [2026-02-19 02:15:04] "POST /neutron/port HTTP/1.1" 200 1113 0.012073 10.0.0.73 - - [2026-02-19 02:15:04] "POST /neutron/port HTTP/1.1" 200 151 0.093256 10.0.0.73 - - [2026-02-19 02:15:04] "POST /neutron/port HTTP/1.1" 200 1114 0.010657 10.0.0.73 - - [2026-02-19 02:15:04] "POST /neutron/port HTTP/1.1" 200 151 0.098032 10.0.0.73 - - [2026-02-19 02:15:05] "POST /neutron/network HTTP/1.1" 200 836 0.007302 10.0.0.73 - - [2026-02-19 02:15:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004631 10.0.0.73 - - [2026-02-19 02:15:05] "POST /useragent-kv HTTP/1.1" 200 115 0.001812 10.0.0.73 - - [2026-02-19 02:15:05] "POST /useragent-kv HTTP/1.1" 200 115 0.001568 10.0.0.73 - - [2026-02-19 02:15:05] "POST /neutron/network HTTP/1.1" 200 151 0.086016 10.0.0.73 - - [2026-02-19 02:15:05] "DELETE /route-target/24af74fa-2971-41f5-a73c-7e4ec9039f1b HTTP/1.1" 200 115 0.020383 10.0.0.73 - - [2026-02-19 02:15:05] "GET /routing-instance/458e91f5-d383-4392-8548-12c5f469e66f HTTP/1.1" 404 171 0.003945 10.0.0.73 - - [2026-02-19 02:15:05] "GET /domains HTTP/1.1" 200 280 0.002333 10.0.0.73 - - [2026-02-19 02:15:05] "GET /domains?obj_uuids=a019755e-f901-41d8-a8e2-8005c9c1abd3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001117 10.0.0.73 - - [2026-02-19 02:15:05] "GET /domain/a019755e-f901-41d8-a8e2-8005c9c1abd3 HTTP/1.1" 200 2572 0.048807 10.0.0.73 - - [2026-02-19 02:15:05] "GET /projects?obj_uuids=a4f38bc0-34d0-4455-9528-6855465ac92f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000943 10.0.0.73 - - [2026-02-19 02:15:05] "GET /project/a4f38bc0-34d0-4455-9528-6855465ac92f HTTP/1.1" 200 2299 0.065015 10.0.0.73 - - [2026-02-19 02:15:05] "POST /neutron/network HTTP/1.1" 200 833 0.004862 10.0.0.73 - - [2026-02-19 02:15:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004856 10.0.0.73 - - [2026-02-19 02:15:05] "POST /useragent-kv HTTP/1.1" 200 115 0.003311 10.0.0.73 - - [2026-02-19 02:15:05] "POST /useragent-kv HTTP/1.1" 200 115 0.002354 10.0.0.73 - - [2026-02-19 02:15:05] "POST /neutron/network HTTP/1.1" 200 151 0.087487 10.0.0.73 - - [2026-02-19 02:15:05] "DELETE /route-target/b203a50f-88b8-47d5-8397-6db0e9aed07c HTTP/1.1" 200 115 0.021316 10.0.0.73 - - [2026-02-19 02:15:05] "GET /routing-instance/2ae88bd3-71c1-42de-96e9-c7161be9aa5e HTTP/1.1" 404 171 0.003285 10.0.0.73 - - [2026-02-19 02:15:05] "GET /domains HTTP/1.1" 200 280 0.002214 10.0.0.73 - - [2026-02-19 02:15:05] "GET /domains?obj_uuids=a019755e-f901-41d8-a8e2-8005c9c1abd3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000986 10.0.0.73 - - [2026-02-19 02:15:05] "GET /domain/a019755e-f901-41d8-a8e2-8005c9c1abd3 HTTP/1.1" 200 2572 0.049192 10.0.0.73 - - [2026-02-19 02:15:05] "GET /projects?obj_uuids=a4f38bc0-34d0-4455-9528-6855465ac92f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001499 10.0.0.73 - - [2026-02-19 02:15:05] "GET /project/a4f38bc0-34d0-4455-9528-6855465ac92f HTTP/1.1" 200 2081 0.067256 10.0.0.73 - - [2026-02-19 02:15:05] "POST /neutron/network HTTP/1.1" 200 833 0.005181 10.0.0.73 - - [2026-02-19 02:15:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004964 10.0.0.73 - - [2026-02-19 02:15:05] "POST /useragent-kv HTTP/1.1" 200 115 0.002594 10.0.0.73 - - [2026-02-19 02:15:05] "POST /useragent-kv HTTP/1.1" 200 115 0.003447 10.0.0.73 - - [2026-02-19 02:15:05] "POST /neutron/network HTTP/1.1" 200 151 0.084321 10.0.0.73 - - [2026-02-19 02:15:05] "DELETE /route-target/634056f9-5da4-4708-a220-c17595b0fa94 HTTP/1.1" 200 115 0.023208 10.0.0.73 - - [2026-02-19 02:15:05] "GET /routing-instance/f8b89c1a-82ad-409d-b127-4c40447baf86 HTTP/1.1" 404 171 0.003100 10.0.0.73 - - [2026-02-19 02:15:05] "GET /domains HTTP/1.1" 200 280 0.002181 10.0.0.73 - - [2026-02-19 02:15:05] "GET /domains?obj_uuids=a019755e-f901-41d8-a8e2-8005c9c1abd3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001331 10.0.0.73 - - [2026-02-19 02:15:05] "GET /domain/a019755e-f901-41d8-a8e2-8005c9c1abd3 HTTP/1.1" 200 2572 0.047688 10.0.0.73 - - [2026-02-19 02:15:05] "GET /projects?obj_uuids=a4f38bc0-34d0-4455-9528-6855465ac92f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000970 10.0.0.73 - - [2026-02-19 02:15:05] "GET /project/a4f38bc0-34d0-4455-9528-6855465ac92f HTTP/1.1" 200 1841 0.070161 10.0.0.73 - - [2026-02-19 02:15:06] "GET /projects?obj_uuids=a4f38bc0-34d0-4455-9528-6855465ac92f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001206 10.0.0.73 - - [2026-02-19 02:15:06] "GET /project/a4f38bc0-34d0-4455-9528-6855465ac92f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.058778 10.0.0.73 - - [2026-02-19 02:15:06] "GET /projects?obj_uuids=a4f38bc0-34d0-4455-9528-6855465ac92f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001075 10.0.0.73 - - [2026-02-19 02:15:06] "GET /project/a4f38bc0-34d0-4455-9528-6855465ac92f?fields=virtual_networks HTTP/1.1" 200 1029 0.072884 10.0.0.73 - - [2026-02-19 02:15:06] "GET /projects?obj_uuids=a4f38bc0-34d0-4455-9528-6855465ac92f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000981 10.0.0.73 - - [2026-02-19 02:15:06] "GET /project/a4f38bc0-34d0-4455-9528-6855465ac92f?fields=virtual_machine_interfaces HTTP/1.1" 200 1029 0.024021 10.0.0.73 - - [2026-02-19 02:15:06] "GET /projects?obj_uuids=a4f38bc0-34d0-4455-9528-6855465ac92f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001007 10.0.0.73 - - [2026-02-19 02:15:06] "GET /project/a4f38bc0-34d0-4455-9528-6855465ac92f?fields=security_groups HTTP/1.1" 200 1253 0.030173 10.0.0.73 - - [2026-02-19 02:15:07] "POST /fqname-to-id HTTP/1.1" 404 189 0.028867 10.0.0.73 - - [2026-02-19 02:15:07] "GET /projects?obj_uuids=12ab60af-b402-4566-8c24-bd40bc4dc431&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002517 10.0.0.73 - - [2026-02-19 02:15:07] "GET /domains?obj_uuids=a019755e-f901-41d8-a8e2-8005c9c1abd3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001269 10.0.0.73 - - [2026-02-19 02:15:07] "GET /domain/a019755e-f901-41d8-a8e2-8005c9c1abd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007293 10.0.0.73 - - [2026-02-19 02:15:07] "POST /id-to-fqname HTTP/1.1" 200 191 0.001584 10.0.0.73 - - [2026-02-19 02:15:07] "POST /fqname-to-id HTTP/1.1" 404 200 0.002926 10.0.0.73 - - [2026-02-19 02:15:07] "POST /security-groups HTTP/1.1" 200 592 0.064025 10.0.0.73 - - [2026-02-19 02:15:07] "POST /fqname-to-id HTTP/1.1" 404 235 0.002349 10.0.0.73 - - [2026-02-19 02:15:07] "POST /projects HTTP/1.1" 200 587 0.215347 10.0.0.73 - - [2026-02-19 02:15:07] "POST /access-control-lists HTTP/1.1" 200 597 0.057497 10.0.0.73 - - [2026-02-19 02:15:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.284342 10.0.0.73 - - [2026-02-19 02:15:07] "POST /fqname-to-id HTTP/1.1" 404 234 0.002558 10.0.0.73 - - [2026-02-19 02:15:07] "GET /project/12ab60af-b402-4566-8c24-bd40bc4dc431?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.414551 10.0.0.73 - - [2026-02-19 02:15:07] "POST /access-control-lists HTTP/1.1" 200 595 0.064161 10.0.0.73 - - [2026-02-19 02:15:08] "GET / HTTP/1.1" 200 35931 0.002360 10.0.0.73 - - [2026-02-19 02:15:10] "GET /project/12ab60af-b402-4566-8c24-bd40bc4dc431?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000467 10.0.0.73 - - [2026-02-19 02:15:10] "GET /projects?obj_uuids=12ab60af-b402-4566-8c24-bd40bc4dc431&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000983 10.0.0.73 - - [2026-02-19 02:15:10] "GET /project/12ab60af-b402-4566-8c24-bd40bc4dc431?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.048672 10.0.0.73 - - [2026-02-19 02:15:10] "POST /fqname-to-id HTTP/1.1" 404 180 0.002761 10.0.0.73 - - [2026-02-19 02:15:10] "POST /virtual-DNSs HTTP/1.1" 200 507 0.013197 10.0.0.73 - - [2026-02-19 02:15:10] "GET /virtual-DNS/8a84f927-f638-4060-a412-b3f0b12d9733?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.008816 10.0.0.73 - - [2026-02-19 02:15:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003036 10.0.0.73 - - [2026-02-19 02:15:10] "GET /virtual-DNS/8a84f927-f638-4060-a412-b3f0b12d9733?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.004260 10.0.0.73 - - [2026-02-19 02:15:10] "GET /domains HTTP/1.1" 401 292 0.000469 10.0.0.73 - - [2026-02-19 02:15:10] "GET /domains HTTP/1.1" 200 280 0.025871 10.0.0.73 - - [2026-02-19 02:15:10] "GET /domains?obj_uuids=a019755e-f901-41d8-a8e2-8005c9c1abd3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000953 10.0.0.73 - - [2026-02-19 02:15:10] "GET /domain/a019755e-f901-41d8-a8e2-8005c9c1abd3 HTTP/1.1" 200 2959 0.006999 10.0.0.73 - - [2026-02-19 02:15:10] "GET /virtual-DNS/8a84f927-f638-4060-a412-b3f0b12d9733 HTTP/1.1" 200 1438 0.004625 10.0.0.73 - - [2026-02-19 02:15:11] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.002646 10.0.0.73 - - [2026-02-19 02:15:11] "POST /network-ipams HTTP/1.1" 200 514 0.016927 10.0.0.73 - - [2026-02-19 02:15:11] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 751 0.002673 10.0.0.73 - - [2026-02-19 02:15:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002789 10.0.0.73 - - [2026-02-19 02:15:11] "GET /network-ipam/cdf17bf4-4423-4dfa-a3df-8fbd0ddffd93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1401 0.004462 10.0.0.73 - - [2026-02-19 02:15:11] "PUT /network-ipam/cdf17bf4-4423-4dfa-a3df-8fbd0ddffd93 HTTP/1.1" 200 258 0.009595 10.0.0.73 - - [2026-02-19 02:15:11] "POST /ref-update HTTP/1.1" 200 156 0.009050 10.0.0.73 - - [2026-02-19 02:15:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003165 10.0.0.73 - - [2026-02-19 02:15:11] "GET /projects?obj_uuids=12ab60af-b402-4566-8c24-bd40bc4dc431&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001333 10.0.0.73 - - [2026-02-19 02:15:11] "GET /project/12ab60af-b402-4566-8c24-bd40bc4dc431?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.024620 10.0.0.73 - - [2026-02-19 02:15:11] "POST /neutron/network HTTP/1.1" 200 117 0.038099 10.0.0.73 - - [2026-02-19 02:15:11] "GET /projects?obj_uuids=12ab60af-b402-4566-8c24-bd40bc4dc431&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001338 10.0.0.73 - - [2026-02-19 02:15:11] "POST /neutron/network HTTP/1.1" 200 618 0.055531 10.0.0.73 - - [2026-02-19 02:15:11] "POST /route-targets HTTP/1.1" 200 327 0.010810 10.0.0.73 - - [2026-02-19 02:15:11] "POST /ref-update HTTP/1.1" 200 156 0.011909 10.0.0.73 - - [2026-02-19 02:15:11] "POST /useragent-kv HTTP/1.1" 200 115 0.003517 10.0.0.73 - - [2026-02-19 02:15:11] "POST /neutron/subnet HTTP/1.1" 200 711 0.153917 10.0.0.73 - - [2026-02-19 02:15:11] "POST /neutron/network HTTP/1.1" 200 833 0.005311 10.0.0.73 - - [2026-02-19 02:15:11] "POST /id-to-fqname HTTP/1.1" 200 227 0.001717 10.0.0.73 - - [2026-02-19 02:15:11] "GET /virtual-network/a209abb8-f2cc-4132-8f22-29f2500b9845?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007720 10.0.0.73 - - [2026-02-19 02:15:11] "POST /neutron/network HTTP/1.1" 200 833 0.004998 10.0.0.73 - - [2026-02-19 02:15:11] "GET /virtual-network/a209abb8-f2cc-4132-8f22-29f2500b9845?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004590 10.0.0.73 - - [2026-02-19 02:15:11] "POST /neutron/network HTTP/1.1" 200 833 0.004880 10.0.0.73 - - [2026-02-19 02:15:11] "POST /neutron/subnet HTTP/1.1" 200 711 0.006159 10.0.0.73 - - [2026-02-19 02:15:11] "POST /neutron/network HTTP/1.1" 200 807 0.008380 10.0.0.73 - - [2026-02-19 02:15:11] "POST /neutron/network HTTP/1.1" 200 833 0.004852 10.0.0.73 - - [2026-02-19 02:15:11] "POST /id-to-fqname HTTP/1.1" 200 227 0.001143 10.0.0.73 - - [2026-02-19 02:15:12] "POST /neutron/network HTTP/1.1" 200 843 0.006711 10.0.0.73 - - [2026-02-19 02:15:12] "GET /aaa-mode HTTP/1.1" 401 292 0.000526 10.0.0.73 - - [2026-02-19 02:15:12] "GET / HTTP/1.1" 200 35931 0.001486 10.0.0.73 - - [2026-02-19 02:15:12] "GET /project/12ab60af-b402-4566-8c24-bd40bc4dc431?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000399 10.0.0.73 - - [2026-02-19 02:15:12] "GET /projects?obj_uuids=12ab60af-b402-4566-8c24-bd40bc4dc431&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001020 10.0.0.73 - - [2026-02-19 02:15:12] "GET /project/12ab60af-b402-4566-8c24-bd40bc4dc431?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.042758 10.0.0.73 - - [2026-02-19 02:15:12] "POST /neutron/network HTTP/1.1" 200 833 0.029743 10.0.0.73 - - [2026-02-19 02:15:13] "POST /neutron/port HTTP/1.1" 200 117 0.004499 10.0.0.73 - - [2026-02-19 02:15:13] "POST /neutron/port HTTP/1.1" 200 117 0.005523 10.0.0.73 - - [2026-02-19 02:15:13] "POST /neutron/port HTTP/1.1" 200 117 0.005679 10.0.0.73 - - [2026-02-19 02:15:13] "POST /neutron/network HTTP/1.1" 200 843 0.005260 10.0.0.73 - - [2026-02-19 02:15:13] "GET /projects?obj_uuids=12ab60af-b402-4566-8c24-bd40bc4dc431&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001087 10.0.0.73 - - [2026-02-19 02:15:13] "POST /neutron/port HTTP/1.1" 200 1058 0.187642 10.0.0.73 - - [2026-02-19 02:15:13] "POST /neutron/port HTTP/1.1" 200 1058 0.011428 10.0.0.73 - - [2026-02-19 02:15:13] "POST /neutron/port HTTP/1.1" 200 1058 0.010777 10.0.0.73 - - [2026-02-19 02:15:13] "POST /neutron/port HTTP/1.1" 200 1112 0.058197 10.0.0.73 - - [2026-02-19 02:15:13] "POST /neutron/port HTTP/1.1" 200 1122 0.011790 10.0.0.73 - - [2026-02-19 02:15:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003034 10.0.0.73 - - [2026-02-19 02:15:13] "POST /neutron/subnet HTTP/1.1" 200 685 0.006439 10.0.0.73 - - [2026-02-19 02:15:13] "POST /neutron/port HTTP/1.1" 200 117 0.001468 10.0.0.73 - - [2026-02-19 02:15:13] "POST /neutron/network HTTP/1.1" 200 833 0.004797 10.0.0.73 - - [2026-02-19 02:15:18] "POST /neutron/port HTTP/1.1" 200 1122 0.012360 10.0.0.73 - - [2026-02-19 02:15:18] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006151 10.0.0.73 - - [2026-02-19 02:15:18] "POST /neutron/port HTTP/1.1" 200 1122 0.017143 10.0.0.73 - - [2026-02-19 02:15:18] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005643 10.0.0.73 - - [2026-02-19 02:15:18] "POST /neutron/port HTTP/1.1" 200 1122 0.012657 10.0.0.73 - - [2026-02-19 02:15:18] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006814 10.0.0.73 - - [2026-02-19 02:15:18] "GET /virtual-machine/60c95b52-1435-45cf-9b8f-05d13395181b HTTP/1.1" 200 1293 0.004447 10.0.0.73 - - [2026-02-19 02:15:18] "GET /virtual-machine-interface/0b0b7824-39ee-4cc7-8015-f4d47fe15abc HTTP/1.1" 200 2962 0.004935 10.0.0.73 - - [2026-02-19 02:15:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002617 10.0.0.73 - - [2026-02-19 02:15:18] "GET /global-vrouter-config/353e4024-a16e-4ac5-a38a-f6c33a8537f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002595 10.0.0.73 - - [2026-02-19 02:15:18] "GET /virtual-networks?parent_id=12ab60af-b402-4566-8c24-bd40bc4dc431&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002833 10.0.0.73 - - [2026-02-19 02:15:18] "GET /virtual-network/a209abb8-f2cc-4132-8f22-29f2500b9845?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004937 10.0.0.73 - - [2026-02-19 02:15:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003458 10.0.0.73 - - [2026-02-19 02:15:21] "GET /virtual-network/a209abb8-f2cc-4132-8f22-29f2500b9845?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006201 10.0.0.73 - - [2026-02-19 02:15:22] "POST /neutron/port HTTP/1.1" 200 1122 0.034534 10.0.0.73 - - [2026-02-19 02:15:22] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004733 10.0.0.73 - - [2026-02-19 02:15:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002650 10.0.0.73 - - [2026-02-19 02:15:23] "GET /global-vrouter-config/353e4024-a16e-4ac5-a38a-f6c33a8537f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003647 10.0.0.73 - - [2026-02-19 02:15:23] "GET /virtual-networks?parent_id=12ab60af-b402-4566-8c24-bd40bc4dc431&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002752 10.0.0.73 - - [2026-02-19 02:15:23] "GET /virtual-network/a209abb8-f2cc-4132-8f22-29f2500b9845?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004785 10.0.0.73 - - [2026-02-19 02:15:23] "POST /neutron/port HTTP/1.1" 200 1122 0.011225 10.0.0.73 - - [2026-02-19 02:15:24] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006090 10.0.0.73 - - [2026-02-19 02:15:30] "DELETE /project/12ab60afb40245668c24bd40bc4dc431 HTTP/1.1" 404 173 0.004849 10.0.0.73 - - [2026-02-19 02:15:30] "GET /projects?obj_uuids=a4f38bc0-34d0-4455-9528-6855465ac92f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000867 10.0.0.73 - - [2026-02-19 02:15:30] "GET /project/a4f38bc0-34d0-4455-9528-6855465ac92f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1461 0.025315 10.0.0.73 - - [2026-02-19 02:15:30] "GET /projects?obj_uuids=a4f38bc0-34d0-4455-9528-6855465ac92f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001320 10.0.0.73 - - [2026-02-19 02:15:30] "GET /project/a4f38bc0-34d0-4455-9528-6855465ac92f?fields=security_groups HTTP/1.1" 200 1358 0.072313 10.0.0.73 - - [2026-02-19 02:15:30] "DELETE /security-group/0acf4de4-3014-4feb-81a3-a86512f6008c HTTP/1.1" 200 115 0.042221 10.0.0.73 - - [2026-02-19 02:15:30] "GET /projects?obj_uuids=a4f38bc0-34d0-4455-9528-6855465ac92f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001599 10.0.0.73 - - [2026-02-19 02:15:30] "DELETE /access-control-list/89aa70c8-f27e-4016-8830-82d0aaeac8f1 HTTP/1.1" 200 115 0.031809 10.0.0.73 - - [2026-02-19 02:15:30] "GET /project/a4f38bc0-34d0-4455-9528-6855465ac92f?fields=application_policy_sets HTTP/1.1" 200 1397 0.034930 10.0.0.73 - - [2026-02-19 02:15:30] "DELETE /access-control-list/b409fa86-78c8-4668-9d5d-058ba40dfec9 HTTP/1.1" 200 115 0.036095 10.0.0.73 - - [2026-02-19 02:15:31] "DELETE /project/a4f38bc0-34d0-4455-9528-6855465ac92f HTTP/1.1" 200 115 0.335692 10.0.0.73 - - [2026-02-19 02:15:33] "POST /neutron/network HTTP/1.1" 200 807 0.012591 10.0.0.73 - - [2026-02-19 02:15:33] "POST /neutron/network HTTP/1.1" 200 833 0.006426 10.0.0.73 - - [2026-02-19 02:15:33] "POST /id-to-fqname HTTP/1.1" 200 227 0.002070 10.0.0.73 - - [2026-02-19 02:15:33] "POST /neutron/port HTTP/1.1" 200 1122 0.015414 10.0.0.73 - - [2026-02-19 02:15:33] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008290 10.0.0.73 - - [2026-02-19 02:15:33] "POST /neutron/network HTTP/1.1" 200 843 0.005612 10.0.0.73 - - [2026-02-19 02:15:33] "GET /aaa-mode HTTP/1.1" 401 292 0.000421 10.0.0.73 - - [2026-02-19 02:15:34] "GET / HTTP/1.1" 200 35931 0.001740 10.0.0.73 - - [2026-02-19 02:15:34] "GET /project/12ab60af-b402-4566-8c24-bd40bc4dc431?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000342 10.0.0.73 - - [2026-02-19 02:15:34] "GET /projects?obj_uuids=12ab60af-b402-4566-8c24-bd40bc4dc431&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001009 10.0.0.73 - - [2026-02-19 02:15:34] "GET /project/12ab60af-b402-4566-8c24-bd40bc4dc431?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.053524 10.0.0.73 - - [2026-02-19 02:15:34] "POST /neutron/network HTTP/1.1" 200 833 0.005141 10.0.0.73 - - [2026-02-19 02:15:34] "POST /neutron/port HTTP/1.1" 200 1122 0.013387 10.0.0.73 - - [2026-02-19 02:15:34] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005816 10.0.0.73 - - [2026-02-19 02:15:34] "POST /neutron/port HTTP/1.1" 200 117 0.004266 10.0.0.73 - - [2026-02-19 02:15:34] "POST /neutron/port HTTP/1.1" 200 117 0.004898 10.0.0.73 - - [2026-02-19 02:15:35] "POST /neutron/network HTTP/1.1" 200 843 0.005205 10.0.0.73 - - [2026-02-19 02:15:35] "GET /projects?obj_uuids=12ab60af-b402-4566-8c24-bd40bc4dc431&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001517 10.0.0.73 - - [2026-02-19 02:15:35] "POST /neutron/port HTTP/1.1" 200 1058 0.167905 10.0.0.73 - - [2026-02-19 02:15:35] "POST /neutron/port HTTP/1.1" 200 1058 0.010317 10.0.0.73 - - [2026-02-19 02:15:35] "POST /neutron/port HTTP/1.1" 200 1058 0.010155 10.0.0.73 - - [2026-02-19 02:15:35] "POST /neutron/port HTTP/1.1" 200 1112 0.063158 10.0.0.73 - - [2026-02-19 02:15:35] "POST /neutron/port HTTP/1.1" 200 1122 0.011156 10.0.0.73 - - [2026-02-19 02:15:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003020 10.0.0.73 - - [2026-02-19 02:15:35] "POST /neutron/subnet HTTP/1.1" 200 685 0.006278 10.0.0.73 - - [2026-02-19 02:15:35] "POST /neutron/port HTTP/1.1" 200 117 0.001101 10.0.0.73 - - [2026-02-19 02:15:35] "POST /neutron/network HTTP/1.1" 200 833 0.005166 10.0.0.73 - - [2026-02-19 02:15:36] "GET /obj-perms HTTP/1.1" 200 5056 0.054282 10.0.0.73 - - [2026-02-19 02:15:37] "GET /obj-perms HTTP/1.1" 200 5056 0.066292 10.0.0.73 - - [2026-02-19 02:15:39] "POST /neutron/port HTTP/1.1" 200 1122 0.011406 10.0.0.73 - - [2026-02-19 02:15:39] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005716 10.0.0.73 - - [2026-02-19 02:15:39] "POST /neutron/port HTTP/1.1" 200 1122 0.018584 10.0.0.73 - - [2026-02-19 02:15:39] "POST /neutron/security_group HTTP/1.1" 200 2059 0.012163 10.0.0.73 - - [2026-02-19 02:15:39] "POST /neutron/port HTTP/1.1" 200 1122 0.013303 10.0.0.73 - - [2026-02-19 02:15:39] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006010 10.0.0.73 - - [2026-02-19 02:15:39] "GET /virtual-machine/b38a9582-df20-4dbe-a1e1-502817a721fd HTTP/1.1" 200 1294 0.005282 10.0.0.73 - - [2026-02-19 02:15:40] "GET /virtual-machine-interface/587920de-d901-4913-8a04-89562bd71462 HTTP/1.1" 200 2963 0.007018 10.0.0.73 - - [2026-02-19 02:15:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003813 10.0.0.73 - - [2026-02-19 02:15:40] "GET /global-vrouter-config/353e4024-a16e-4ac5-a38a-f6c33a8537f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003453 10.0.0.73 - - [2026-02-19 02:15:40] "GET /virtual-networks?parent_id=12ab60af-b402-4566-8c24-bd40bc4dc431&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003046 10.0.0.73 - - [2026-02-19 02:15:40] "GET /virtual-network/a209abb8-f2cc-4132-8f22-29f2500b9845?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005229 10.0.0.73 - - [2026-02-19 02:15:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002580 10.0.0.73 - - [2026-02-19 02:15:43] "GET /virtual-network/a209abb8-f2cc-4132-8f22-29f2500b9845?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004855 10.0.0.73 - - [2026-02-19 02:15:46] "POST /neutron/port HTTP/1.1" 200 1122 0.011658 10.0.0.73 - - [2026-02-19 02:15:46] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005005 10.0.0.73 - - [2026-02-19 02:15:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002590 10.0.0.73 - - [2026-02-19 02:15:47] "GET /virtual-network/a209abb8-f2cc-4132-8f22-29f2500b9845?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004475 10.0.0.73 - - [2026-02-19 02:15:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003260 10.0.0.73 - - [2026-02-19 02:15:49] "GET /global-vrouter-config/353e4024-a16e-4ac5-a38a-f6c33a8537f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003024 10.0.0.73 - - [2026-02-19 02:15:49] "GET /virtual-networks?parent_id=12ab60af-b402-4566-8c24-bd40bc4dc431&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003285 10.0.0.73 - - [2026-02-19 02:15:49] "GET /virtual-network/a209abb8-f2cc-4132-8f22-29f2500b9845?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004860 10.0.0.73 - - [2026-02-19 02:15:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002682 10.0.0.73 - - [2026-02-19 02:15:56] "DELETE /virtual-DNS/8a84f927-f638-4060-a412-b3f0b12d9733 HTTP/1.1" 409 235 0.005858 10.0.0.73 - - [2026-02-19 02:15:56] "POST /fqname-to-id HTTP/1.1" 404 192 0.002663 10.0.0.73 - - [2026-02-19 02:15:56] "POST /virtual-DNS-records HTTP/1.1" 200 531 0.016461 10.0.0.73 - - [2026-02-19 02:15:56] "GET /virtual-DNS-record/2f486564-e608-4101-87b8-6ebe394eb3a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.004639 10.0.0.73 - - [2026-02-19 02:15:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002653 10.0.0.73 - - [2026-02-19 02:15:56] "GET /virtual-DNS-record/2f486564-e608-4101-87b8-6ebe394eb3a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.003061 10.0.0.73 - - [2026-02-19 02:15:56] "GET /domains HTTP/1.1" 200 280 0.002859 10.0.0.73 - - [2026-02-19 02:15:56] "GET /domains?obj_uuids=a019755e-f901-41d8-a8e2-8005c9c1abd3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001126 10.0.0.73 - - [2026-02-19 02:15:56] "GET /domain/a019755e-f901-41d8-a8e2-8005c9c1abd3 HTTP/1.1" 200 2775 0.008992 10.0.0.73 - - [2026-02-19 02:15:56] "GET /virtual-DNS/8a84f927-f638-4060-a412-b3f0b12d9733 HTTP/1.1" 200 1907 0.004405 10.0.0.73 - - [2026-02-19 02:15:56] "GET /virtual-DNS-record/2f486564-e608-4101-87b8-6ebe394eb3a8 HTTP/1.1" 200 1335 0.002819 10.0.0.73 - - [2026-02-19 02:16:02] "DELETE /virtual-DNS-record/2f486564-e608-4101-87b8-6ebe394eb3a8 HTTP/1.1" 200 115 0.023861 10.0.0.73 - - [2026-02-19 02:16:02] "POST /fqname-to-id HTTP/1.1" 404 184 0.003117 10.0.0.73 - - [2026-02-19 02:16:02] "POST /neutron/network HTTP/1.1" 200 833 0.005901 10.0.0.73 - - [2026-02-19 02:16:02] "POST /neutron/network HTTP/1.1" 400 204 0.011853 10.0.0.73 - - [2026-02-19 02:16:02] "POST /neutron/port HTTP/1.1" 200 1122 0.013196 10.0.0.73 - - [2026-02-19 02:16:02] "POST /neutron/port HTTP/1.1" 200 1112 0.009058 10.0.0.73 - - [2026-02-19 02:16:02] "POST /neutron/port HTTP/1.1" 200 1122 0.013132 10.0.0.73 - - [2026-02-19 02:16:02] "POST /neutron/port HTTP/1.1" 200 1112 0.008931 10.0.0.73 - - [2026-02-19 02:16:02] "POST /neutron/port HTTP/1.1" 200 151 0.127306 10.0.0.73 - - [2026-02-19 02:16:03] "POST /neutron/port HTTP/1.1" 200 151 0.106134 10.0.0.73 - - [2026-02-19 02:16:04] "POST /neutron/network HTTP/1.1" 200 833 0.005496 10.0.0.73 - - [2026-02-19 02:16:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002741 10.0.0.73 - - [2026-02-19 02:16:04] "DELETE /route-target/1d7c621e-ff98-4f2d-9394-ad803cd9b23a HTTP/1.1" 200 115 0.044914 10.0.0.73 - - [2026-02-19 02:16:04] "POST /useragent-kv HTTP/1.1" 200 115 0.003291 10.0.0.73 - - [2026-02-19 02:16:04] "POST /useragent-kv HTTP/1.1" 200 115 0.002652 10.0.0.73 - - [2026-02-19 02:16:04] "POST /neutron/network HTTP/1.1" 200 151 0.205596 10.0.0.73 - - [2026-02-19 02:16:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003293 10.0.0.73 - - [2026-02-19 02:16:04] "DELETE /network-ipam/cdf17bf4-4423-4dfa-a3df-8fbd0ddffd93 HTTP/1.1" 200 115 0.030709 10.0.0.73 - - [2026-02-19 02:16:04] "DELETE /virtual-DNS/8a84f927-f638-4060-a412-b3f0b12d9733 HTTP/1.1" 200 115 0.026590 10.0.0.73 - - [2026-02-19 02:16:04] "POST /fqname-to-id HTTP/1.1" 404 180 0.009773 10.0.0.73 - - [2026-02-19 02:16:04] "GET /domains HTTP/1.1" 200 280 0.002563 10.0.0.73 - - [2026-02-19 02:16:04] "GET /domains?obj_uuids=a019755e-f901-41d8-a8e2-8005c9c1abd3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001319 10.0.0.73 - - [2026-02-19 02:16:04] "GET /domain/a019755e-f901-41d8-a8e2-8005c9c1abd3 HTTP/1.1" 200 2575 0.008192 10.0.0.73 - - [2026-02-19 02:16:05] "GET /projects?obj_uuids=12ab60af-b402-4566-8c24-bd40bc4dc431&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001073 10.0.0.73 - - [2026-02-19 02:16:05] "GET /project/12ab60af-b402-4566-8c24-bd40bc4dc431?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.021822 10.0.0.73 - - [2026-02-19 02:16:05] "GET /projects?obj_uuids=12ab60af-b402-4566-8c24-bd40bc4dc431&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001047 10.0.0.73 - - [2026-02-19 02:16:05] "GET /project/12ab60af-b402-4566-8c24-bd40bc4dc431?fields=virtual_networks HTTP/1.1" 200 1034 0.061697 10.0.0.73 - - [2026-02-19 02:16:05] "GET /projects?obj_uuids=12ab60af-b402-4566-8c24-bd40bc4dc431&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000999 10.0.0.73 - - [2026-02-19 02:16:05] "GET /project/12ab60af-b402-4566-8c24-bd40bc4dc431?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.021658 10.0.0.73 - - [2026-02-19 02:16:05] "GET /projects?obj_uuids=12ab60af-b402-4566-8c24-bd40bc4dc431&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000955 10.0.0.73 - - [2026-02-19 02:16:05] "GET /project/12ab60af-b402-4566-8c24-bd40bc4dc431?fields=security_groups HTTP/1.1" 200 1261 0.023728 10.0.0.73 - - [2026-02-19 02:16:06] "POST /fqname-to-id HTTP/1.1" 404 189 0.026712 10.0.0.73 - - [2026-02-19 02:16:06] "GET /projects?obj_uuids=23ba27ae-2fbb-40c4-b6b5-8bc524a55cfd&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002201 10.0.0.73 - - [2026-02-19 02:16:06] "GET /domains?obj_uuids=a019755e-f901-41d8-a8e2-8005c9c1abd3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000997 10.0.0.73 - - [2026-02-19 02:16:06] "GET /domain/a019755e-f901-41d8-a8e2-8005c9c1abd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006324 10.0.0.73 - - [2026-02-19 02:16:06] "POST /id-to-fqname HTTP/1.1" 200 191 0.005176 10.0.0.73 - - [2026-02-19 02:16:06] "POST /fqname-to-id HTTP/1.1" 404 200 0.007834 10.0.0.73 - - [2026-02-19 02:16:06] "POST /security-groups HTTP/1.1" 200 592 0.067522 10.0.0.73 - - [2026-02-19 02:16:06] "POST /fqname-to-id HTTP/1.1" 404 235 0.004433 10.0.0.73 - - [2026-02-19 02:16:06] "POST /projects HTTP/1.1" 200 587 0.233826 10.0.0.73 - - [2026-02-19 02:16:06] "POST /access-control-lists HTTP/1.1" 200 597 0.056494 10.0.0.73 - - [2026-02-19 02:16:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.303442 10.0.0.73 - - [2026-02-19 02:16:06] "POST /fqname-to-id HTTP/1.1" 404 234 0.003151 10.0.0.73 - - [2026-02-19 02:16:06] "GET /project/23ba27ae-2fbb-40c4-b6b5-8bc524a55cfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.425205 10.0.0.73 - - [2026-02-19 02:16:06] "POST /access-control-lists HTTP/1.1" 200 595 0.065121 10.0.0.73 - - [2026-02-19 02:16:07] "GET / HTTP/1.1" 200 35931 0.001948 10.0.0.73 - - [2026-02-19 02:16:08] "POST /fqname-to-id HTTP/1.1" 401 292 0.000477 10.0.0.73 - - [2026-02-19 02:16:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.060654 10.0.0.73 - - [2026-02-19 02:16:08] "GET /projects?obj_uuids=23ba27ae-2fbb-40c4-b6b5-8bc524a55cfd&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000973 10.0.0.73 - - [2026-02-19 02:16:08] "GET /project/23ba27ae-2fbb-40c4-b6b5-8bc524a55cfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.020775 10.0.0.73 - - [2026-02-19 02:16:08] "POST /neutron/network HTTP/1.1" 200 117 0.032259 10.0.0.73 - - [2026-02-19 02:16:08] "GET /projects?obj_uuids=23ba27ae-2fbb-40c4-b6b5-8bc524a55cfd&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001287 10.0.0.73 - - [2026-02-19 02:16:09] "POST /neutron/network HTTP/1.1" 200 606 0.057564 10.0.0.73 - - [2026-02-19 02:16:09] "POST /route-targets HTTP/1.1" 200 327 0.013313 10.0.0.73 - - [2026-02-19 02:16:09] "POST /ref-update HTTP/1.1" 200 156 0.010989 10.0.0.73 - - [2026-02-19 02:16:09] "POST /useragent-kv HTTP/1.1" 200 115 0.002836 10.0.0.73 - - [2026-02-19 02:16:09] "POST /neutron/subnet HTTP/1.1" 200 729 0.147221 10.0.0.73 - - [2026-02-19 02:16:09] "POST /neutron/network HTTP/1.1" 200 826 0.006394 10.0.0.73 - - [2026-02-19 02:16:09] "POST /id-to-fqname HTTP/1.1" 200 221 0.001281 10.0.0.73 - - [2026-02-19 02:16:09] "GET /virtual-network/794405e7-d56f-48ae-a7d8-97a968fa4c9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.004467 10.0.0.73 - - [2026-02-19 02:16:09] "POST /neutron/network HTTP/1.1" 200 826 0.005744 10.0.0.73 - - [2026-02-19 02:16:09] "GET /virtual-network/794405e7-d56f-48ae-a7d8-97a968fa4c9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.004923 10.0.0.73 - - [2026-02-19 02:16:09] "POST /neutron/network HTTP/1.1" 200 826 0.006503 10.0.0.73 - - [2026-02-19 02:16:09] "POST /neutron/subnet HTTP/1.1" 200 729 0.007779 10.0.0.73 - - [2026-02-19 02:16:09] "POST /id-to-fqname HTTP/1.1" 200 221 0.001323 10.0.0.73 - - [2026-02-19 02:16:09] "POST /neutron/network HTTP/1.1" 200 836 0.005180 10.0.0.73 - - [2026-02-19 02:16:09] "GET /aaa-mode HTTP/1.1" 401 292 0.000426 10.0.0.73 - - [2026-02-19 02:16:09] "GET / HTTP/1.1" 200 35931 0.001770 10.0.0.73 - - [2026-02-19 02:16:09] "GET /project/23ba27ae-2fbb-40c4-b6b5-8bc524a55cfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000417 10.0.0.73 - - [2026-02-19 02:16:10] "GET /projects?obj_uuids=23ba27ae-2fbb-40c4-b6b5-8bc524a55cfd&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001482 10.0.0.73 - - [2026-02-19 02:16:10] "GET /project/23ba27ae-2fbb-40c4-b6b5-8bc524a55cfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.049189 10.0.0.73 - - [2026-02-19 02:16:10] "POST /neutron/network HTTP/1.1" 200 826 0.006073 10.0.0.73 - - [2026-02-19 02:16:10] "POST /neutron/port HTTP/1.1" 200 117 0.005551 10.0.0.73 - - [2026-02-19 02:16:10] "POST /neutron/port HTTP/1.1" 200 117 0.005913 10.0.0.73 - - [2026-02-19 02:16:10] "POST /id-to-fqname HTTP/1.1" 200 221 0.001280 10.0.0.73 - - [2026-02-19 02:16:10] "POST /neutron/port HTTP/1.1" 200 117 0.004375 10.0.0.73 - - [2026-02-19 02:16:10] "POST /neutron/network HTTP/1.1" 200 836 0.005156 10.0.0.73 - - [2026-02-19 02:16:10] "GET /aaa-mode HTTP/1.1" 401 292 0.000449 10.0.0.73 - - [2026-02-19 02:16:10] "POST /neutron/network HTTP/1.1" 200 836 0.005364 10.0.0.73 - - [2026-02-19 02:16:10] "GET /projects?obj_uuids=23ba27ae-2fbb-40c4-b6b5-8bc524a55cfd&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001318 10.0.0.73 - - [2026-02-19 02:16:10] "GET / HTTP/1.1" 200 35931 0.001575 10.0.0.73 - - [2026-02-19 02:16:10] "GET /project/23ba27ae-2fbb-40c4-b6b5-8bc524a55cfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000405 10.0.0.73 - - [2026-02-19 02:16:11] "POST /neutron/port HTTP/1.1" 200 1062 0.184812 10.0.0.73 - - [2026-02-19 02:16:11] "POST /neutron/port HTTP/1.1" 200 1062 0.009595 10.0.0.73 - - [2026-02-19 02:16:11] "POST /neutron/port HTTP/1.1" 200 1062 0.009859 10.0.0.73 - - [2026-02-19 02:16:11] "POST /neutron/port HTTP/1.1" 200 1116 0.056713 10.0.0.73 - - [2026-02-19 02:16:11] "POST /neutron/port HTTP/1.1" 200 1126 0.011616 10.0.0.73 - - [2026-02-19 02:16:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003177 10.0.0.73 - - [2026-02-19 02:16:11] "POST /neutron/subnet HTTP/1.1" 200 703 0.006042 10.0.0.73 - - [2026-02-19 02:16:11] "POST /neutron/port HTTP/1.1" 200 117 0.001091 10.0.0.73 - - [2026-02-19 02:16:11] "POST /neutron/network HTTP/1.1" 200 826 0.004780 10.0.0.73 - - [2026-02-19 02:16:11] "GET /projects?obj_uuids=23ba27ae-2fbb-40c4-b6b5-8bc524a55cfd&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001395 10.0.0.73 - - [2026-02-19 02:16:11] "GET /project/23ba27ae-2fbb-40c4-b6b5-8bc524a55cfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.046844 10.0.0.73 - - [2026-02-19 02:16:11] "POST /neutron/network HTTP/1.1" 200 826 0.006127 10.0.0.73 - - [2026-02-19 02:16:11] "POST /neutron/port HTTP/1.1" 200 1126 0.018746 10.0.0.73 - - [2026-02-19 02:16:11] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010394 10.0.0.73 - - [2026-02-19 02:16:11] "POST /neutron/port HTTP/1.1" 200 117 0.004601 10.0.0.73 - - [2026-02-19 02:16:11] "POST /neutron/port HTTP/1.1" 200 1126 0.019766 10.0.0.73 - - [2026-02-19 02:16:11] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008599 10.0.0.73 - - [2026-02-19 02:16:11] "POST /neutron/network HTTP/1.1" 200 836 0.005471 10.0.0.73 - - [2026-02-19 02:16:11] "GET /projects?obj_uuids=23ba27ae-2fbb-40c4-b6b5-8bc524a55cfd&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001015 10.0.0.73 - - [2026-02-19 02:16:12] "POST /neutron/port HTTP/1.1" 200 1062 0.274770 10.0.0.73 - - [2026-02-19 02:16:12] "POST /neutron/port HTTP/1.1" 200 1062 0.020586 10.0.0.73 - - [2026-02-19 02:16:12] "POST /neutron/port HTTP/1.1" 200 1062 0.011859 10.0.0.73 - - [2026-02-19 02:16:12] "POST /neutron/port HTTP/1.1" 200 1116 0.076987 10.0.0.73 - - [2026-02-19 02:16:12] "POST /neutron/port HTTP/1.1" 200 1126 0.018726 10.0.0.73 - - [2026-02-19 02:16:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003081 10.0.0.73 - - [2026-02-19 02:16:12] "POST /neutron/subnet HTTP/1.1" 200 703 0.005835 10.0.0.73 - - [2026-02-19 02:16:12] "POST /neutron/port HTTP/1.1" 200 117 0.001081 10.0.0.73 - - [2026-02-19 02:16:12] "POST /neutron/network HTTP/1.1" 200 826 0.005607 10.0.0.73 - - [2026-02-19 02:16:16] "POST /neutron/port HTTP/1.1" 200 1126 0.011209 10.0.0.73 - - [2026-02-19 02:16:16] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005727 10.0.0.73 - - [2026-02-19 02:16:16] "POST /neutron/port HTTP/1.1" 200 1126 0.010193 10.0.0.73 - - [2026-02-19 02:16:16] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005272 10.0.0.73 - - [2026-02-19 02:16:16] "POST /neutron/port HTTP/1.1" 200 1126 0.013288 10.0.0.73 - - [2026-02-19 02:16:16] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005884 10.0.0.73 - - [2026-02-19 02:16:16] "GET /virtual-machine/f19ca3fc-1617-4200-8771-7e31dfc76f33 HTTP/1.1" 401 292 0.000483 10.0.0.73 - - [2026-02-19 02:16:17] "GET /virtual-machine/f19ca3fc-1617-4200-8771-7e31dfc76f33 HTTP/1.1" 200 1293 0.028235 10.0.0.73 - - [2026-02-19 02:16:17] "GET /virtual-machine-interface/f9b52509-6735-466d-a471-c82af586c7da HTTP/1.1" 200 2947 0.006531 10.0.0.73 - - [2026-02-19 02:16:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002681 10.0.0.73 - - [2026-02-19 02:16:17] "GET /global-vrouter-config/353e4024-a16e-4ac5-a38a-f6c33a8537f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003038 10.0.0.73 - - [2026-02-19 02:16:17] "GET /virtual-networks?parent_id=23ba27ae-2fbb-40c4-b6b5-8bc524a55cfd&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002692 10.0.0.73 - - [2026-02-19 02:16:17] "GET /virtual-network/794405e7-d56f-48ae-a7d8-97a968fa4c9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.007112 10.0.0.73 - - [2026-02-19 02:16:20] "POST /neutron/port HTTP/1.1" 200 1126 0.013313 10.0.0.73 - - [2026-02-19 02:16:20] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005833 10.0.0.73 - - [2026-02-19 02:16:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002520 10.0.0.73 - - [2026-02-19 02:16:20] "GET /virtual-network/794405e7-d56f-48ae-a7d8-97a968fa4c9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.004723 10.0.0.73 - - [2026-02-19 02:16:21] "POST /neutron/port HTTP/1.1" 200 1126 0.010739 10.0.0.73 - - [2026-02-19 02:16:21] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006274 10.0.0.73 - - [2026-02-19 02:16:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002464 10.0.0.73 - - [2026-02-19 02:16:22] "GET /global-vrouter-config/353e4024-a16e-4ac5-a38a-f6c33a8537f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002809 10.0.0.73 - - [2026-02-19 02:16:22] "GET /virtual-networks?parent_id=23ba27ae-2fbb-40c4-b6b5-8bc524a55cfd&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003895 10.0.0.73 - - [2026-02-19 02:16:22] "GET /virtual-network/794405e7-d56f-48ae-a7d8-97a968fa4c9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.004868 10.0.0.73 - - [2026-02-19 02:16:23] "POST /neutron/port HTTP/1.1" 200 1126 0.012020 10.0.0.73 - - [2026-02-19 02:16:23] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006038 10.0.0.73 - - [2026-02-19 02:16:23] "POST /neutron/port HTTP/1.1" 200 1126 0.010654 10.0.0.73 - - [2026-02-19 02:16:23] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005371 10.0.0.73 - - [2026-02-19 02:16:23] "POST /neutron/port HTTP/1.1" 200 1126 0.010427 10.0.0.73 - - [2026-02-19 02:16:23] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005505 10.0.0.73 - - [2026-02-19 02:16:23] "GET /virtual-machine/59af7e25-be88-4180-92b2-32eae22a7823 HTTP/1.1" 200 1293 0.005253 10.0.0.73 - - [2026-02-19 02:16:23] "GET /virtual-machine-interface/3084780f-97ac-4931-80c8-caec8b59bacc HTTP/1.1" 200 2945 0.006186 10.0.0.73 - - [2026-02-19 02:16:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003115 10.0.0.73 - - [2026-02-19 02:16:23] "GET /global-vrouter-config/353e4024-a16e-4ac5-a38a-f6c33a8537f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003987 10.0.0.73 - - [2026-02-19 02:16:23] "GET /virtual-networks?parent_id=23ba27ae-2fbb-40c4-b6b5-8bc524a55cfd&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003318 10.0.0.73 - - [2026-02-19 02:16:23] "GET /virtual-network/794405e7-d56f-48ae-a7d8-97a968fa4c9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.004825 10.0.0.73 - - [2026-02-19 02:16:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002793 10.0.0.73 - - [2026-02-19 02:16:24] "GET /global-vrouter-config/353e4024-a16e-4ac5-a38a-f6c33a8537f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003067 10.0.0.73 - - [2026-02-19 02:16:24] "GET /virtual-networks?parent_id=23ba27ae-2fbb-40c4-b6b5-8bc524a55cfd&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002601 10.0.0.73 - - [2026-02-19 02:16:24] "GET /virtual-network/794405e7-d56f-48ae-a7d8-97a968fa4c9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005430 10.0.0.73 - - [2026-02-19 02:16:29] "POST /neutron/network HTTP/1.1" 200 826 0.005328 10.0.0.73 - - [2026-02-19 02:16:29] "POST /neutron/network HTTP/1.1" 400 204 0.009083 10.0.0.73 - - [2026-02-19 02:16:29] "POST /neutron/port HTTP/1.1" 200 1126 0.012183 10.0.0.73 - - [2026-02-19 02:16:29] "POST /neutron/port HTTP/1.1" 200 1116 0.011170 10.0.0.73 - - [2026-02-19 02:16:29] "POST /neutron/port HTTP/1.1" 200 1126 0.015569 10.0.0.73 - - [2026-02-19 02:16:29] "POST /neutron/port HTTP/1.1" 200 1116 0.015568 10.0.0.73 - - [2026-02-19 02:16:29] "POST /neutron/port HTTP/1.1" 200 151 0.121861 10.0.0.73 - - [2026-02-19 02:16:29] "POST /neutron/port HTTP/1.1" 200 151 0.111990 10.0.0.73 - - [2026-02-19 02:16:31] "DELETE /project/23ba27ae2fbb40c4b6b58bc524a55cfd HTTP/1.1" 404 173 0.005108 10.0.0.73 - - [2026-02-19 02:16:31] "GET /projects?obj_uuids=12ab60af-b402-4566-8c24-bd40bc4dc431&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000889 10.0.0.73 - - [2026-02-19 02:16:31] "GET /project/12ab60af-b402-4566-8c24-bd40bc4dc431?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.021191 10.0.0.73 - - [2026-02-19 02:16:31] "GET /projects?obj_uuids=12ab60af-b402-4566-8c24-bd40bc4dc431&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000904 10.0.0.73 - - [2026-02-19 02:16:31] "POST /neutron/network HTTP/1.1" 200 826 0.005034 10.0.0.73 - - [2026-02-19 02:16:31] "GET /project/12ab60af-b402-4566-8c24-bd40bc4dc431?fields=security_groups HTTP/1.1" 200 1366 0.066775 10.0.0.73 - - [2026-02-19 02:16:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.006148 10.0.0.73 - - [2026-02-19 02:16:31] "POST /useragent-kv HTTP/1.1" 200 115 0.003573 10.0.0.73 - - [2026-02-19 02:16:31] "POST /useragent-kv HTTP/1.1" 200 115 0.003675 10.0.0.73 - - [2026-02-19 02:16:31] "POST /neutron/network HTTP/1.1" 200 151 0.087199 10.0.0.73 - - [2026-02-19 02:16:31] "DELETE /security-group/d1b867c4-2b48-46ad-a9aa-14f0963d8d78 HTTP/1.1" 200 115 0.043579 10.0.0.73 - - [2026-02-19 02:16:31] "GET /projects?obj_uuids=12ab60af-b402-4566-8c24-bd40bc4dc431&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001157 10.0.0.73 - - [2026-02-19 02:16:31] "DELETE /route-target/ff682767-3c12-40a4-b1f1-1b22c1e2c192 HTTP/1.1" 200 115 0.021768 10.0.0.73 - - [2026-02-19 02:16:31] "DELETE /access-control-list/538527f6-a1cb-4872-b07b-33d084be8d23 HTTP/1.1" 200 115 0.016700 10.0.0.73 - - [2026-02-19 02:16:31] "DELETE /access-control-list/dc604f72-c516-4cc6-b11d-a566a2cca8ad HTTP/1.1" 200 115 0.019585 10.0.0.73 - - [2026-02-19 02:16:31] "GET /project/12ab60af-b402-4566-8c24-bd40bc4dc431?fields=application_policy_sets HTTP/1.1" 200 1405 0.080687 10.0.0.73 - - [2026-02-19 02:16:31] "DELETE /project/12ab60af-b402-4566-8c24-bd40bc4dc431 HTTP/1.1" 200 115 0.358316 10.0.0.73 - - [2026-02-19 02:16:31] "GET /projects?obj_uuids=23ba27ae-2fbb-40c4-b6b5-8bc524a55cfd&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000988 10.0.0.73 - - [2026-02-19 02:16:31] "GET /project/23ba27ae-2fbb-40c4-b6b5-8bc524a55cfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.022162 10.0.0.73 - - [2026-02-19 02:16:31] "GET /projects?obj_uuids=23ba27ae-2fbb-40c4-b6b5-8bc524a55cfd&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001008 10.0.0.73 - - [2026-02-19 02:16:31] "GET /project/23ba27ae-2fbb-40c4-b6b5-8bc524a55cfd?fields=virtual_networks HTTP/1.1" 200 1034 0.065969 10.0.0.73 - - [2026-02-19 02:16:31] "GET /projects?obj_uuids=23ba27ae-2fbb-40c4-b6b5-8bc524a55cfd&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001144 10.0.0.73 - - [2026-02-19 02:16:31] "GET /project/23ba27ae-2fbb-40c4-b6b5-8bc524a55cfd?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.024366 10.0.0.73 - - [2026-02-19 02:16:31] "GET /projects?obj_uuids=23ba27ae-2fbb-40c4-b6b5-8bc524a55cfd&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001087 10.0.0.73 - - [2026-02-19 02:16:31] "GET /project/23ba27ae-2fbb-40c4-b6b5-8bc524a55cfd?fields=security_groups HTTP/1.1" 200 1261 0.030237 10.0.0.73 - - [2026-02-19 02:16:32] "POST /fqname-to-id HTTP/1.1" 404 188 0.033504 10.0.0.73 - - [2026-02-19 02:16:32] "GET /projects?obj_uuids=e353a45f-6ca8-40a4-ab9d-f6aff2dc96b5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002567 10.0.0.73 - - [2026-02-19 02:16:32] "GET /domains?obj_uuids=a019755e-f901-41d8-a8e2-8005c9c1abd3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001295 10.0.0.73 - - [2026-02-19 02:16:32] "GET /domain/a019755e-f901-41d8-a8e2-8005c9c1abd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006474 10.0.0.73 - - [2026-02-19 02:16:32] "POST /id-to-fqname HTTP/1.1" 200 190 0.001436 10.0.0.73 - - [2026-02-19 02:16:32] "POST /fqname-to-id HTTP/1.1" 404 199 0.010718 10.0.0.73 - - [2026-02-19 02:16:32] "POST /security-groups HTTP/1.1" 200 591 0.060176 10.0.0.73 - - [2026-02-19 02:16:33] "POST /fqname-to-id HTTP/1.1" 404 234 0.002451 10.0.0.73 - - [2026-02-19 02:16:33] "POST /projects HTTP/1.1" 200 585 0.222571 10.0.0.73 - - [2026-02-19 02:16:33] "POST /access-control-lists HTTP/1.1" 200 596 0.059408 10.0.0.73 - - [2026-02-19 02:16:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.299128 10.0.0.73 - - [2026-02-19 02:16:33] "POST /fqname-to-id HTTP/1.1" 404 233 0.002465 10.0.0.73 - - [2026-02-19 02:16:33] "GET /project/e353a45f-6ca8-40a4-ab9d-f6aff2dc96b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.421797 10.0.0.73 - - [2026-02-19 02:16:33] "POST /access-control-lists HTTP/1.1" 200 594 0.064620 10.0.0.73 - - [2026-02-19 02:16:34] "GET / HTTP/1.1" 200 35931 0.001872 10.0.0.73 - - [2026-02-19 02:16:34] "POST /fqname-to-id HTTP/1.1" 401 292 0.000419 10.0.0.73 - - [2026-02-19 02:16:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.054176 10.0.0.73 - - [2026-02-19 02:16:35] "GET /projects?obj_uuids=e353a45f-6ca8-40a4-ab9d-f6aff2dc96b5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000976 10.0.0.73 - - [2026-02-19 02:16:35] "GET /project/e353a45f-6ca8-40a4-ab9d-f6aff2dc96b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.021486 10.0.0.73 - - [2026-02-19 02:16:35] "POST /neutron/network HTTP/1.1" 200 117 0.033397 10.0.0.73 - - [2026-02-19 02:16:35] "GET /projects?obj_uuids=e353a45f-6ca8-40a4-ab9d-f6aff2dc96b5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002171 10.0.0.73 - - [2026-02-19 02:16:35] "POST /neutron/network HTTP/1.1" 200 625 0.056808 10.0.0.73 - - [2026-02-19 02:16:35] "POST /route-targets HTTP/1.1" 200 327 0.010876 10.0.0.73 - - [2026-02-19 02:16:35] "POST /ref-update HTTP/1.1" 200 156 0.011167 10.0.0.73 - - [2026-02-19 02:16:35] "POST /useragent-kv HTTP/1.1" 200 115 0.003232 10.0.0.73 - - [2026-02-19 02:16:35] "POST /neutron/subnet HTTP/1.1" 200 701 0.130386 10.0.0.73 - - [2026-02-19 02:16:35] "POST /neutron/network HTTP/1.1" 200 839 0.006079 10.0.0.73 - - [2026-02-19 02:16:35] "POST /id-to-fqname HTTP/1.1" 200 230 0.001530 10.0.0.73 - - [2026-02-19 02:16:35] "GET /virtual-network/832bb239-ef62-45ca-80c3-61bd1b555367?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005985 10.0.0.73 - - [2026-02-19 02:16:35] "POST /neutron/network HTTP/1.1" 200 839 0.007018 10.0.0.73 - - [2026-02-19 02:16:35] "GET /virtual-network/832bb239-ef62-45ca-80c3-61bd1b555367?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.008318 10.0.0.73 - - [2026-02-19 02:16:35] "POST /neutron/network HTTP/1.1" 200 839 0.006003 10.0.0.73 - - [2026-02-19 02:16:35] "POST /neutron/subnet HTTP/1.1" 200 701 0.006871 10.0.0.73 - - [2026-02-19 02:16:35] "POST /neutron/network HTTP/1.1" 200 839 0.004537 10.0.0.73 - - [2026-02-19 02:16:35] "POST /id-to-fqname HTTP/1.1" 200 230 0.001167 10.0.0.73 - - [2026-02-19 02:16:35] "POST /neutron/network HTTP/1.1" 200 849 0.006338 10.0.0.73 - - [2026-02-19 02:16:35] "GET /aaa-mode HTTP/1.1" 401 292 0.000407 10.0.0.73 - - [2026-02-19 02:16:36] "GET / HTTP/1.1" 200 35931 0.001725 10.0.0.73 - - [2026-02-19 02:16:36] "GET /project/e353a45f-6ca8-40a4-ab9d-f6aff2dc96b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000347 10.0.0.73 - - [2026-02-19 02:16:36] "GET /projects?obj_uuids=e353a45f-6ca8-40a4-ab9d-f6aff2dc96b5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001353 10.0.0.73 - - [2026-02-19 02:16:36] "GET /project/e353a45f-6ca8-40a4-ab9d-f6aff2dc96b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.047855 10.0.0.73 - - [2026-02-19 02:16:36] "POST /neutron/network HTTP/1.1" 200 839 0.005201 10.0.0.73 - - [2026-02-19 02:16:36] "POST /neutron/port HTTP/1.1" 200 117 0.004476 10.0.0.73 - - [2026-02-19 02:16:36] "POST /neutron/port HTTP/1.1" 200 117 0.004958 10.0.0.73 - - [2026-02-19 02:16:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003022 10.0.0.73 - - [2026-02-19 02:16:36] "GET /global-vrouter-config/353e4024-a16e-4ac5-a38a-f6c33a8537f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003442 10.0.0.73 - - [2026-02-19 02:16:36] "PUT /global-vrouter-config/353e4024-a16e-4ac5-a38a-f6c33a8537f6 HTTP/1.1" 200 276 0.008371 10.0.0.73 - - [2026-02-19 02:16:36] "POST /neutron/port HTTP/1.1" 200 117 0.004349 10.0.0.73 - - [2026-02-19 02:16:37] "POST /neutron/network HTTP/1.1" 200 849 0.006551 10.0.0.73 - - [2026-02-19 02:16:37] "GET /projects?obj_uuids=e353a45f-6ca8-40a4-ab9d-f6aff2dc96b5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001089 10.0.0.73 - - [2026-02-19 02:16:37] "POST /neutron/port HTTP/1.1" 200 1055 0.199810 10.0.0.73 - - [2026-02-19 02:16:37] "POST /neutron/port HTTP/1.1" 200 1055 0.010529 10.0.0.73 - - [2026-02-19 02:16:37] "POST /neutron/port HTTP/1.1" 200 1055 0.009114 10.0.0.73 - - [2026-02-19 02:16:37] "POST /neutron/port HTTP/1.1" 200 1109 0.056130 10.0.0.73 - - [2026-02-19 02:16:37] "POST /neutron/port HTTP/1.1" 200 1119 0.017734 10.0.0.73 - - [2026-02-19 02:16:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003492 10.0.0.73 - - [2026-02-19 02:16:37] "GET /obj-perms HTTP/1.1" 200 5056 0.059210 10.0.0.73 - - [2026-02-19 02:16:37] "POST /neutron/subnet HTTP/1.1" 200 675 0.013744 10.0.0.73 - - [2026-02-19 02:16:37] "POST /neutron/port HTTP/1.1" 200 117 0.001099 10.0.0.73 - - [2026-02-19 02:16:37] "POST /neutron/network HTTP/1.1" 200 839 0.005555 10.0.0.73 - - [2026-02-19 02:16:37] "GET /obj-perms HTTP/1.1" 200 5056 0.054074 10.0.0.73 - - [2026-02-19 02:16:42] "POST /neutron/port HTTP/1.1" 200 1119 0.010220 10.0.0.73 - - [2026-02-19 02:16:42] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005463 10.0.0.73 - - [2026-02-19 02:16:42] "POST /neutron/port HTTP/1.1" 200 1119 0.013261 10.0.0.73 - - [2026-02-19 02:16:42] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007189 10.0.0.73 - - [2026-02-19 02:16:42] "POST /neutron/port HTTP/1.1" 200 1119 0.012936 10.0.0.73 - - [2026-02-19 02:16:42] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005958 10.0.0.73 - - [2026-02-19 02:16:42] "GET /virtual-machine/3f294353-935a-4657-9d90-c8d37da75286 HTTP/1.1" 401 292 0.000546 10.0.0.73 - - [2026-02-19 02:16:42] "GET /virtual-machine/3f294353-935a-4657-9d90-c8d37da75286 HTTP/1.1" 200 1292 0.027853 10.0.0.73 - - [2026-02-19 02:16:42] "GET /virtual-machine-interface/61663edd-c8a1-46d7-9996-af8751b2679c HTTP/1.1" 200 2971 0.004753 10.0.0.73 - - [2026-02-19 02:16:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003243 10.0.0.73 - - [2026-02-19 02:16:42] "GET /global-vrouter-config/353e4024-a16e-4ac5-a38a-f6c33a8537f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.004322 10.0.0.73 - - [2026-02-19 02:16:42] "GET /virtual-networks?parent_id=e353a45f-6ca8-40a4-ab9d-f6aff2dc96b5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003238 10.0.0.73 - - [2026-02-19 02:16:42] "GET /virtual-network/832bb239-ef62-45ca-80c3-61bd1b555367?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005821 10.0.0.73 - - [2026-02-19 02:16:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003667 10.0.0.73 - - [2026-02-19 02:16:45] "GET /virtual-network/832bb239-ef62-45ca-80c3-61bd1b555367?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006260 10.0.0.73 - - [2026-02-19 02:16:46] "POST /neutron/port HTTP/1.1" 200 1119 0.011905 10.0.0.73 - - [2026-02-19 02:16:46] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005435 10.0.0.73 - - [2026-02-19 02:16:47] "POST /neutron/port HTTP/1.1" 200 1119 0.012469 10.0.0.73 - - [2026-02-19 02:16:47] "POST /neutron/port HTTP/1.1" 200 1119 0.010798 10.0.0.73 - - [2026-02-19 02:16:47] "POST /neutron/network HTTP/1.1" 200 849 0.005539 10.0.0.73 - - [2026-02-19 02:16:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003637 10.0.0.73 - - [2026-02-19 02:16:47] "POST /neutron/subnet HTTP/1.1" 200 675 0.007262 10.0.0.73 - - [2026-02-19 02:16:47] "POST /neutron/port HTTP/1.1" 200 117 0.001117 10.0.0.73 - - [2026-02-19 02:16:47] "POST /neutron/network HTTP/1.1" 200 839 0.007177 10.0.0.73 - - [2026-02-19 02:16:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002648 10.0.0.73 - - [2026-02-19 02:16:48] "GET /global-vrouter-config/353e4024-a16e-4ac5-a38a-f6c33a8537f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.003656 10.0.0.73 - - [2026-02-19 02:16:48] "GET /virtual-networks?parent_id=e353a45f-6ca8-40a4-ab9d-f6aff2dc96b5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002594 10.0.0.73 - - [2026-02-19 02:16:48] "GET /virtual-network/832bb239-ef62-45ca-80c3-61bd1b555367?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006469 10.0.0.73 - - [2026-02-19 02:16:48] "POST /neutron/port HTTP/1.1" 200 1119 0.011031 10.0.0.73 - - [2026-02-19 02:16:48] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006232 10.0.0.73 - - [2026-02-19 02:16:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003563 10.0.0.73 - - [2026-02-19 02:16:55] "GET /global-vrouter-config/353e4024-a16e-4ac5-a38a-f6c33a8537f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.003949 10.0.0.73 - - [2026-02-19 02:16:55] "PUT /global-vrouter-config/353e4024-a16e-4ac5-a38a-f6c33a8537f6 HTTP/1.1" 200 276 0.009573 10.0.0.73 - - [2026-02-19 02:16:55] "POST /neutron/network HTTP/1.1" 200 839 0.004854 10.0.0.73 - - [2026-02-19 02:16:55] "POST /neutron/network HTTP/1.1" 400 204 0.011826 10.0.0.73 - - [2026-02-19 02:16:55] "POST /neutron/port HTTP/1.1" 200 1119 0.013834 10.0.0.73 - - [2026-02-19 02:16:55] "POST /neutron/port HTTP/1.1" 200 1109 0.021977 10.0.0.73 - - [2026-02-19 02:16:56] "POST /neutron/port HTTP/1.1" 200 151 0.116941 10.0.0.73 - - [2026-02-19 02:16:57] "POST /neutron/network HTTP/1.1" 200 839 0.005624 10.0.0.73 - - [2026-02-19 02:16:57] "POST /useragent-kv HTTP/1.1" 200 115 0.003012 10.0.0.73 - - [2026-02-19 02:16:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004275 10.0.0.73 - - [2026-02-19 02:16:57] "POST /useragent-kv HTTP/1.1" 200 115 0.003044 10.0.0.73 - - [2026-02-19 02:16:57] "POST /neutron/network HTTP/1.1" 200 151 0.085619 10.0.0.73 - - [2026-02-19 02:16:57] "DELETE /route-target/0595850a-74ff-4f6c-a768-a58438ff3a74 HTTP/1.1" 200 115 0.014498 10.0.0.73 - - [2026-02-19 02:16:58] "GET /global-vrouter-configs HTTP/1.1" 200 357 0.002638 10.0.0.73 - - [2026-02-19 02:16:58] "GET /global-vrouter-config/353e4024-a16e-4ac5-a38a-f6c33a8537f6 HTTP/1.1" 200 1880 0.003333 10.0.0.73 - - [2026-02-19 02:16:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002683 10.0.0.73 - - [2026-02-19 02:16:58] "GET /projects?obj_uuids=e353a45f-6ca8-40a4-ab9d-f6aff2dc96b5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001428 10.0.0.73 - - [2026-02-19 02:16:58] "GET /project/e353a45f-6ca8-40a4-ab9d-f6aff2dc96b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.025534 10.0.0.73 - - [2026-02-19 02:16:58] "POST /neutron/network HTTP/1.1" 200 117 0.007636 10.0.0.73 - - [2026-02-19 02:16:58] "GET /projects?obj_uuids=e353a45f-6ca8-40a4-ab9d-f6aff2dc96b5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000991 10.0.0.73 - - [2026-02-19 02:16:58] "POST /neutron/network HTTP/1.1" 200 605 0.059556 10.0.0.73 - - [2026-02-19 02:16:58] "POST /route-targets HTTP/1.1" 200 327 0.012726 10.0.0.73 - - [2026-02-19 02:16:58] "POST /ref-update HTTP/1.1" 200 156 0.012668 10.0.0.73 - - [2026-02-19 02:16:58] "POST /useragent-kv HTTP/1.1" 200 115 0.003392 10.0.0.73 - - [2026-02-19 02:16:58] "POST /neutron/subnet HTTP/1.1" 200 725 0.191204 10.0.0.73 - - [2026-02-19 02:16:58] "POST /neutron/network HTTP/1.1" 200 824 0.004893 10.0.0.73 - - [2026-02-19 02:16:58] "POST /id-to-fqname HTTP/1.1" 200 220 0.001193 10.0.0.73 - - [2026-02-19 02:16:58] "GET /virtual-network/8835a628-9f2a-4db4-9346-104223f47b47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.004347 10.0.0.73 - - [2026-02-19 02:16:58] "POST /neutron/network HTTP/1.1" 200 824 0.005090 10.0.0.73 - - [2026-02-19 02:16:58] "GET /virtual-network/8835a628-9f2a-4db4-9346-104223f47b47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005518 10.0.0.73 - - [2026-02-19 02:16:58] "POST /neutron/network HTTP/1.1" 200 824 0.005953 10.0.0.73 - - [2026-02-19 02:16:58] "POST /neutron/subnet HTTP/1.1" 200 725 0.006110 10.0.0.73 - - [2026-02-19 02:16:58] "POST /id-to-fqname HTTP/1.1" 200 220 0.001153 10.0.0.73 - - [2026-02-19 02:16:58] "POST /neutron/network HTTP/1.1" 200 834 0.005113 10.0.0.73 - - [2026-02-19 02:16:58] "GET /aaa-mode HTTP/1.1" 401 292 0.000446 10.0.0.73 - - [2026-02-19 02:16:59] "GET / HTTP/1.1" 200 35931 0.001801 10.0.0.73 - - [2026-02-19 02:16:59] "GET /project/e353a45f-6ca8-40a4-ab9d-f6aff2dc96b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000538 10.0.0.73 - - [2026-02-19 02:16:59] "GET /projects?obj_uuids=e353a45f-6ca8-40a4-ab9d-f6aff2dc96b5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001557 10.0.0.73 - - [2026-02-19 02:16:59] "GET /project/e353a45f-6ca8-40a4-ab9d-f6aff2dc96b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.059524 10.0.0.73 - - [2026-02-19 02:16:59] "POST /neutron/network HTTP/1.1" 200 824 0.006716 10.0.0.73 - - [2026-02-19 02:16:59] "POST /neutron/port HTTP/1.1" 200 117 0.004199 10.0.0.73 - - [2026-02-19 02:16:59] "POST /neutron/port HTTP/1.1" 200 117 0.004776 10.0.0.73 - - [2026-02-19 02:16:59] "POST /neutron/port HTTP/1.1" 200 117 0.004514 10.0.0.73 - - [2026-02-19 02:17:00] "POST /neutron/network HTTP/1.1" 200 834 0.005341 10.0.0.73 - - [2026-02-19 02:17:00] "GET /projects?obj_uuids=e353a45f-6ca8-40a4-ab9d-f6aff2dc96b5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001185 10.0.0.73 - - [2026-02-19 02:17:00] "POST /neutron/port HTTP/1.1" 200 1060 0.193292 10.0.0.73 - - [2026-02-19 02:17:00] "POST /neutron/port HTTP/1.1" 200 1060 0.012763 10.0.0.73 - - [2026-02-19 02:17:00] "POST /neutron/port HTTP/1.1" 200 1060 0.010641 10.0.0.73 - - [2026-02-19 02:17:00] "POST /neutron/port HTTP/1.1" 200 1114 0.060571 10.0.0.73 - - [2026-02-19 02:17:00] "POST /neutron/port HTTP/1.1" 200 1124 0.011738 10.0.0.73 - - [2026-02-19 02:17:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004569 10.0.0.73 - - [2026-02-19 02:17:00] "POST /neutron/subnet HTTP/1.1" 200 699 0.006305 10.0.0.73 - - [2026-02-19 02:17:00] "POST /neutron/port HTTP/1.1" 200 117 0.001603 10.0.0.73 - - [2026-02-19 02:17:00] "POST /neutron/network HTTP/1.1" 200 824 0.006597 10.0.0.73 - - [2026-02-19 02:17:04] "POST /neutron/port HTTP/1.1" 200 1124 0.012165 10.0.0.73 - - [2026-02-19 02:17:04] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006222 10.0.0.73 - - [2026-02-19 02:17:04] "POST /neutron/port HTTP/1.1" 200 1124 0.011119 10.0.0.73 - - [2026-02-19 02:17:04] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007246 10.0.0.73 - - [2026-02-19 02:17:05] "POST /neutron/port HTTP/1.1" 200 1124 0.011494 10.0.0.73 - - [2026-02-19 02:17:05] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006172 10.0.0.73 - - [2026-02-19 02:17:05] "GET /virtual-machine/fa0a4dcb-6351-444d-afa9-32943eda106b HTTP/1.1" 200 1293 0.004596 10.0.0.73 - - [2026-02-19 02:17:05] "GET /virtual-machine-interface/3dd89968-e787-415b-8815-c6f73e716b89 HTTP/1.1" 200 2940 0.005403 10.0.0.73 - - [2026-02-19 02:17:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002763 10.0.0.73 - - [2026-02-19 02:17:05] "GET /global-vrouter-config/353e4024-a16e-4ac5-a38a-f6c33a8537f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004379 10.0.0.73 - - [2026-02-19 02:17:05] "GET /virtual-networks?parent_id=e353a45f-6ca8-40a4-ab9d-f6aff2dc96b5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002742 10.0.0.73 - - [2026-02-19 02:17:05] "GET /virtual-network/8835a628-9f2a-4db4-9346-104223f47b47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.004698 10.0.0.73 - - [2026-02-19 02:17:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003164 10.0.0.73 - - [2026-02-19 02:17:08] "GET /virtual-network/8835a628-9f2a-4db4-9346-104223f47b47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005963 10.0.0.73 - - [2026-02-19 02:17:09] "POST /neutron/port HTTP/1.1" 200 1124 0.010966 10.0.0.73 - - [2026-02-19 02:17:09] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004729 10.0.0.73 - - [2026-02-19 02:17:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002613 10.0.0.73 - - [2026-02-19 02:17:10] "GET /global-vrouter-config/353e4024-a16e-4ac5-a38a-f6c33a8537f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002976 10.0.0.73 - - [2026-02-19 02:17:10] "GET /virtual-networks?parent_id=e353a45f-6ca8-40a4-ab9d-f6aff2dc96b5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002712 10.0.0.73 - - [2026-02-19 02:17:10] "GET /virtual-network/8835a628-9f2a-4db4-9346-104223f47b47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005673 10.0.0.73 - - [2026-02-19 02:17:10] "POST /neutron/port HTTP/1.1" 200 1124 0.012631 10.0.0.73 - - [2026-02-19 02:17:10] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005379 10.0.0.73 - - [2026-02-19 02:17:17] "POST /neutron/network HTTP/1.1" 200 824 0.005731 10.0.0.73 - - [2026-02-19 02:17:17] "POST /neutron/network HTTP/1.1" 400 204 0.009651 10.0.0.73 - - [2026-02-19 02:17:18] "POST /neutron/port HTTP/1.1" 200 1124 0.012592 10.0.0.73 - - [2026-02-19 02:17:18] "POST /neutron/port HTTP/1.1" 200 1114 0.010304 10.0.0.73 - - [2026-02-19 02:17:18] "POST /neutron/port HTTP/1.1" 200 151 0.092683 10.0.0.73 - - [2026-02-19 02:17:19] "POST /neutron/network HTTP/1.1" 200 824 0.004750 10.0.0.73 - - [2026-02-19 02:17:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003530 10.0.0.73 - - [2026-02-19 02:17:19] "POST /useragent-kv HTTP/1.1" 200 115 0.001743 10.0.0.73 - - [2026-02-19 02:17:19] "POST /useragent-kv HTTP/1.1" 200 115 0.002251 10.0.0.73 - - [2026-02-19 02:17:19] "POST /neutron/network HTTP/1.1" 200 151 0.071860 10.0.0.73 - - [2026-02-19 02:17:19] "DELETE /route-target/5692729d-b80e-4c79-ae49-ca64d8d4ce49 HTTP/1.1" 200 115 0.014628 10.0.0.73 - - [2026-02-19 02:17:20] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003108 10.0.0.73 - - [2026-02-19 02:17:20] "POST /network-ipams HTTP/1.1" 200 541 0.016122 10.0.0.73 - - [2026-02-19 02:17:20] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 764 0.002575 10.0.0.73 - - [2026-02-19 02:17:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003234 10.0.0.73 - - [2026-02-19 02:17:20] "GET /network-ipam/710dccc3-8cab-449d-bb09-3d679863082a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1329 0.004043 10.0.0.73 - - [2026-02-19 02:17:20] "PUT /network-ipam/710dccc3-8cab-449d-bb09-3d679863082a HTTP/1.1" 200 258 0.008849 10.0.0.73 - - [2026-02-19 02:17:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002427 10.0.0.73 - - [2026-02-19 02:17:20] "GET /projects?obj_uuids=e353a45f-6ca8-40a4-ab9d-f6aff2dc96b5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001158 10.0.0.73 - - [2026-02-19 02:17:20] "GET /project/e353a45f-6ca8-40a4-ab9d-f6aff2dc96b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.028392 10.0.0.73 - - [2026-02-19 02:17:20] "POST /neutron/network HTTP/1.1" 200 117 0.008075 10.0.0.73 - - [2026-02-19 02:17:20] "GET /projects?obj_uuids=e353a45f-6ca8-40a4-ab9d-f6aff2dc96b5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001039 10.0.0.73 - - [2026-02-19 02:17:20] "POST /neutron/network HTTP/1.1" 200 605 0.058308 10.0.0.73 - - [2026-02-19 02:17:20] "POST /route-targets HTTP/1.1" 200 327 0.009332 10.0.0.73 - - [2026-02-19 02:17:20] "POST /ref-update HTTP/1.1" 200 156 0.011500 10.0.0.73 - - [2026-02-19 02:17:20] "POST /useragent-kv HTTP/1.1" 200 115 0.004403 10.0.0.73 - - [2026-02-19 02:17:20] "POST /neutron/subnet HTTP/1.1" 200 699 0.199410 10.0.0.73 - - [2026-02-19 02:17:21] "POST /useragent-kv HTTP/1.1" 200 115 0.004185 10.0.0.73 - - [2026-02-19 02:17:21] "POST /neutron/subnet HTTP/1.1" 200 699 0.196618 10.0.0.73 - - [2026-02-19 02:17:21] "POST /neutron/network HTTP/1.1" 200 994 0.006740 10.0.0.73 - - [2026-02-19 02:17:21] "POST /id-to-fqname HTTP/1.1" 200 220 0.001263 10.0.0.73 - - [2026-02-19 02:17:21] "GET /virtual-network/3e9772da-5691-4e85-9bf1-7e9c095d7440?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.004354 10.0.0.73 - - [2026-02-19 02:17:21] "POST /neutron/network HTTP/1.1" 200 994 0.006528 10.0.0.73 - - [2026-02-19 02:17:21] "GET /virtual-network/3e9772da-5691-4e85-9bf1-7e9c095d7440?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.004744 10.0.0.73 - - [2026-02-19 02:17:21] "POST /neutron/network HTTP/1.1" 200 994 0.006280 10.0.0.73 - - [2026-02-19 02:17:21] "POST /neutron/subnet HTTP/1.1" 200 699 0.006023 10.0.0.73 - - [2026-02-19 02:17:21] "POST /neutron/subnet HTTP/1.1" 200 699 0.006181 10.0.0.73 - - [2026-02-19 02:17:21] "POST /neutron/network HTTP/1.1" 200 994 0.006610 10.0.0.73 - - [2026-02-19 02:17:21] "POST /neutron/subnet HTTP/1.1" 200 699 0.005974 10.0.0.73 - - [2026-02-19 02:17:21] "POST /neutron/subnet HTTP/1.1" 200 699 0.005717 10.0.0.73 - - [2026-02-19 02:17:21] "GET /projects?obj_uuids=e353a45f-6ca8-40a4-ab9d-f6aff2dc96b5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000937 10.0.0.73 - - [2026-02-19 02:17:21] "POST /neutron/port HTTP/1.1" 200 1017 0.150956 10.0.0.73 - - [2026-02-19 02:17:21] "GET /projects?obj_uuids=e353a45f-6ca8-40a4-ab9d-f6aff2dc96b5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000980 10.0.0.73 - - [2026-02-19 02:17:21] "POST /neutron/port HTTP/1.1" 200 1017 0.148220 10.0.0.73 - - [2026-02-19 02:17:21] "POST /id-to-fqname HTTP/1.1" 200 220 0.001595 10.0.0.73 - - [2026-02-19 02:17:21] "POST /neutron/port HTTP/1.1" 200 1017 0.007455 10.0.0.73 - - [2026-02-19 02:17:21] "POST /neutron/port HTTP/1.1" 200 1017 0.007591 10.0.0.73 - - [2026-02-19 02:17:21] "POST /neutron/network HTTP/1.1" 200 994 0.006354 10.0.0.73 - - [2026-02-19 02:17:22] "POST /neutron/port HTTP/1.1" 200 1017 0.007520 10.0.0.73 - - [2026-02-19 02:17:22] "POST /neutron/port HTTP/1.1" 200 117 0.004357 10.0.0.73 - - [2026-02-19 02:17:22] "POST /neutron/port HTTP/1.1" 200 1017 0.007341 10.0.0.73 - - [2026-02-19 02:17:22] "POST /neutron/port HTTP/1.1" 200 117 0.004317 10.0.0.73 - - [2026-02-19 02:17:22] "POST /id-to-fqname HTTP/1.1" 200 220 0.001779 10.0.0.73 - - [2026-02-19 02:17:22] "POST /neutron/port HTTP/1.1" 200 117 0.006780 10.0.0.73 - - [2026-02-19 02:17:22] "POST /neutron/port HTTP/1.1" 200 1017 0.008592 10.0.0.73 - - [2026-02-19 02:17:22] "POST /neutron/port HTTP/1.1" 200 1017 0.009494 10.0.0.73 - - [2026-02-19 02:17:22] "POST /neutron/network HTTP/1.1" 200 994 0.006309 10.0.0.73 - - [2026-02-19 02:17:22] "POST /neutron/port HTTP/1.1" 200 1017 0.010617 10.0.0.73 - - [2026-02-19 02:17:22] "POST /neutron/port HTTP/1.1" 200 1017 0.011180 10.0.0.73 - - [2026-02-19 02:17:22] "POST /neutron/port HTTP/1.1" 200 1017 0.015600 10.0.0.73 - - [2026-02-19 02:17:22] "POST /neutron/port HTTP/1.1" 200 117 0.005816 10.0.0.73 - - [2026-02-19 02:17:22] "POST /neutron/network HTTP/1.1" 200 1004 0.005091 10.0.0.73 - - [2026-02-19 02:17:22] "POST /neutron/port HTTP/1.1" 200 1017 0.011781 10.0.0.73 - - [2026-02-19 02:17:22] "POST /neutron/port HTTP/1.1" 200 117 0.005283 10.0.0.73 - - [2026-02-19 02:17:22] "POST /id-to-fqname HTTP/1.1" 200 220 0.001174 10.0.0.73 - - [2026-02-19 02:17:22] "POST /neutron/port HTTP/1.1" 200 1017 0.013359 10.0.0.73 - - [2026-02-19 02:17:22] "POST /neutron/port HTTP/1.1" 200 1109 0.087400 10.0.0.73 - - [2026-02-19 02:17:22] "POST /neutron/port HTTP/1.1" 200 1119 0.021117 10.0.0.73 - - [2026-02-19 02:17:22] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007052 10.0.0.73 - - [2026-02-19 02:17:22] "POST /neutron/port HTTP/1.1" 200 1119 0.012771 10.0.0.73 - - [2026-02-19 02:17:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003489 10.0.0.73 - - [2026-02-19 02:17:22] "POST /neutron/subnet HTTP/1.1" 200 673 0.013673 10.0.0.73 - - [2026-02-19 02:17:22] "POST /neutron/port HTTP/1.1" 200 117 0.001369 10.0.0.73 - - [2026-02-19 02:17:22] "POST /neutron/network HTTP/1.1" 200 1004 0.005810 10.0.0.73 - - [2026-02-19 02:17:22] "POST /neutron/network HTTP/1.1" 200 994 0.007163 10.0.0.73 - - [2026-02-19 02:17:22] "GET /aaa-mode HTTP/1.1" 401 292 0.000525 10.0.0.73 - - [2026-02-19 02:17:23] "POST /neutron/port HTTP/1.1" 200 1017 0.010081 10.0.0.73 - - [2026-02-19 02:17:23] "POST /neutron/network HTTP/1.1" 200 1004 0.005261 10.0.0.73 - - [2026-02-19 02:17:23] "POST /neutron/port HTTP/1.1" 200 1017 0.010712 10.0.0.73 - - [2026-02-19 02:17:23] "POST /neutron/port HTTP/1.1" 200 1017 0.010118 10.0.0.73 - - [2026-02-19 02:17:23] "GET / HTTP/1.1" 200 35931 0.072298 10.0.0.73 - - [2026-02-19 02:17:23] "GET /project/e353a45f-6ca8-40a4-ab9d-f6aff2dc96b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000398 10.0.0.73 - - [2026-02-19 02:17:23] "POST /neutron/port HTTP/1.1" 200 1109 0.173548 10.0.0.73 - - [2026-02-19 02:17:23] "POST /neutron/port HTTP/1.1" 200 1119 0.017316 10.0.0.73 - - [2026-02-19 02:17:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003054 10.0.0.73 - - [2026-02-19 02:17:23] "POST /neutron/subnet HTTP/1.1" 200 673 0.009138 10.0.0.73 - - [2026-02-19 02:17:23] "POST /neutron/port HTTP/1.1" 200 117 0.001415 10.0.0.73 - - [2026-02-19 02:17:23] "POST /neutron/network HTTP/1.1" 200 994 0.007044 10.0.0.73 - - [2026-02-19 02:17:23] "GET /projects?obj_uuids=e353a45f-6ca8-40a4-ab9d-f6aff2dc96b5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001009 10.0.0.73 - - [2026-02-19 02:17:23] "GET /project/e353a45f-6ca8-40a4-ab9d-f6aff2dc96b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.050893 10.0.0.73 - - [2026-02-19 02:17:23] "POST /neutron/network HTTP/1.1" 200 994 0.006187 10.0.0.73 - - [2026-02-19 02:17:23] "POST /neutron/port HTTP/1.1" 200 2086 0.031651 10.0.0.73 - - [2026-02-19 02:17:23] "POST /neutron/security_group HTTP/1.1" 200 2058 0.018543 10.0.0.73 - - [2026-02-19 02:17:24] "POST /neutron/port HTTP/1.1" 200 117 0.005130 10.0.0.73 - - [2026-02-19 02:17:24] "GET /domains HTTP/1.1" 200 280 0.004906 10.0.0.73 - - [2026-02-19 02:17:24] "GET /domains?obj_uuids=a019755e-f901-41d8-a8e2-8005c9c1abd3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000999 10.0.0.73 - - [2026-02-19 02:17:24] "GET /domain/a019755e-f901-41d8-a8e2-8005c9c1abd3 HTTP/1.1" 200 2761 0.011475 10.0.0.73 - - [2026-02-19 02:17:24] "GET /projects?obj_uuids=e353a45f-6ca8-40a4-ab9d-f6aff2dc96b5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001092 10.0.0.73 - - [2026-02-19 02:17:24] "GET /project/e353a45f-6ca8-40a4-ab9d-f6aff2dc96b5 HTTP/1.1" 200 2843 0.089172 10.0.0.73 - - [2026-02-19 02:17:24] "GET /network-ipam/710dccc3-8cab-449d-bb09-3d679863082a HTTP/1.1" 200 2646 0.005109 10.0.0.73 - - [2026-02-19 02:17:24] "GET /domains HTTP/1.1" 200 280 0.002601 10.0.0.73 - - [2026-02-19 02:17:24] "GET /domains?obj_uuids=a019755e-f901-41d8-a8e2-8005c9c1abd3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000977 10.0.0.73 - - [2026-02-19 02:17:24] "GET /domain/a019755e-f901-41d8-a8e2-8005c9c1abd3 HTTP/1.1" 200 2761 0.006540 10.0.0.73 - - [2026-02-19 02:17:24] "GET /projects?obj_uuids=e353a45f-6ca8-40a4-ab9d-f6aff2dc96b5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001456 10.0.0.73 - - [2026-02-19 02:17:24] "GET /project/e353a45f-6ca8-40a4-ab9d-f6aff2dc96b5 HTTP/1.1" 200 2843 0.074935 10.0.0.73 - - [2026-02-19 02:17:24] "GET /virtual-network/3e9772da-5691-4e85-9bf1-7e9c095d7440 HTTP/1.1" 200 3780 0.007849 10.0.0.73 - - [2026-02-19 02:17:24] "GET /virtual-network/3e9772da-5691-4e85-9bf1-7e9c095d7440 HTTP/1.1" 200 3780 0.005018 10.0.0.73 - - [2026-02-19 02:17:24] "GET /routing-instance/65514318-be71-4478-a4a9-732d430bb104 HTTP/1.1" 200 2380 0.003790 10.0.0.73 - - [2026-02-19 02:17:24] "GET /routing-instance/65514318-be71-4478-a4a9-732d430bb104 HTTP/1.1" 200 2380 0.003676 10.0.0.73 - - [2026-02-19 02:17:24] "GET /route-target/623177f5-dbd3-4b6a-a98f-75823d4c27f8 HTTP/1.1" 200 1204 0.003959 10.0.0.73 - - [2026-02-19 02:17:24] "GET /virtual-network/3e9772da-5691-4e85-9bf1-7e9c095d7440 HTTP/1.1" 200 3780 0.005681 10.0.0.73 - - [2026-02-19 02:17:24] "GET /routing-instance/65514318-be71-4478-a4a9-732d430bb104 HTTP/1.1" 200 2380 0.006980 10.0.0.73 - - [2026-02-19 02:17:24] "GET /virtual-network/3e9772da-5691-4e85-9bf1-7e9c095d7440?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.006147 10.0.0.73 - - [2026-02-19 02:17:24] "GET /virtual-network/3e9772da-5691-4e85-9bf1-7e9c095d7440 HTTP/1.1" 200 3780 0.004620 10.0.0.73 - - [2026-02-19 02:17:24] "GET /routing-instance/65514318-be71-4478-a4a9-732d430bb104 HTTP/1.1" 200 2380 0.004139 10.0.0.73 - - [2026-02-19 02:17:24] "GET /routing-instance/65514318-be71-4478-a4a9-732d430bb104 HTTP/1.1" 200 2380 0.003180 10.0.0.73 - - [2026-02-19 02:17:24] "GET /route-target/623177f5-dbd3-4b6a-a98f-75823d4c27f8 HTTP/1.1" 200 1204 0.010973 10.0.0.73 - - [2026-02-19 02:17:24] "POST /neutron/network HTTP/1.1" 200 1004 0.016325 10.0.0.73 - - [2026-02-19 02:17:24] "GET /domains HTTP/1.1" 200 280 0.002641 10.0.0.73 - - [2026-02-19 02:17:24] "GET /domains?obj_uuids=a019755e-f901-41d8-a8e2-8005c9c1abd3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001491 10.0.0.73 - - [2026-02-19 02:17:24] "GET /domain/a019755e-f901-41d8-a8e2-8005c9c1abd3 HTTP/1.1" 200 2761 0.008794 10.0.0.73 - - [2026-02-19 02:17:24] "GET /projects?obj_uuids=e353a45f-6ca8-40a4-ab9d-f6aff2dc96b5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000924 10.0.0.73 - - [2026-02-19 02:17:24] "GET /projects?obj_uuids=e353a45f-6ca8-40a4-ab9d-f6aff2dc96b5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001404 10.0.0.73 - - [2026-02-19 02:17:24] "GET /project/e353a45f-6ca8-40a4-ab9d-f6aff2dc96b5 HTTP/1.1" 200 2843 0.087140 10.0.0.73 - - [2026-02-19 02:17:24] "GET /virtual-network/3e9772da-5691-4e85-9bf1-7e9c095d7440 HTTP/1.1" 200 3780 0.011503 10.0.0.73 - - [2026-02-19 02:17:24] "POST /neutron/port HTTP/1.1" 200 1055 0.355459 10.0.0.73 - - [2026-02-19 02:17:24] "POST /neutron/port HTTP/1.1" 200 1055 0.009846 10.0.0.73 - - [2026-02-19 02:17:24] "POST /neutron/port HTTP/1.1" 200 1055 0.009828 10.0.0.73 - - [2026-02-19 02:17:24] "POST /neutron/port HTTP/1.1" 200 1109 0.095953 10.0.0.73 - - [2026-02-19 02:17:25] "POST /neutron/port HTTP/1.1" 200 1119 0.014147 10.0.0.73 - - [2026-02-19 02:17:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002960 10.0.0.73 - - [2026-02-19 02:17:25] "POST /neutron/subnet HTTP/1.1" 200 673 0.008405 10.0.0.73 - - [2026-02-19 02:17:25] "GET /obj-perms HTTP/1.1" 200 5030 0.084971 10.0.0.73 - - [2026-02-19 02:17:25] "POST /neutron/port HTTP/1.1" 200 117 0.001078 10.0.0.73 - - [2026-02-19 02:17:25] "POST /neutron/network HTTP/1.1" 200 994 0.006721 10.0.0.73 - - [2026-02-19 02:17:25] "POST /neutron/port HTTP/1.1" 200 1119 0.017279 10.0.0.73 - - [2026-02-19 02:17:25] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008672 10.0.0.73 - - [2026-02-19 02:17:25] "POST /neutron/port HTTP/1.1" 200 1119 0.017294 10.0.0.73 - - [2026-02-19 02:17:25] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007491 10.0.0.73 - - [2026-02-19 02:17:25] "POST /neutron/port HTTP/1.1" 200 1119 0.013537 10.0.0.73 - - [2026-02-19 02:17:25] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009175 10.0.0.73 - - [2026-02-19 02:17:25] "GET /virtual-machine/87699c20-9fee-4420-8f9e-eb4cad9d6671 HTTP/1.1" 200 1288 0.009686 10.0.0.73 - - [2026-02-19 02:17:25] "GET /virtual-machine-interface/a95ab8b8-dde7-4df5-9838-c71eeae8c7ae HTTP/1.1" 200 2942 0.005570 10.0.0.73 - - [2026-02-19 02:17:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004819 10.0.0.73 - - [2026-02-19 02:17:25] "GET /global-vrouter-config/353e4024-a16e-4ac5-a38a-f6c33a8537f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003160 10.0.0.73 - - [2026-02-19 02:17:25] "GET /virtual-networks?parent_id=e353a45f-6ca8-40a4-ab9d-f6aff2dc96b5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002759 10.0.0.73 - - [2026-02-19 02:17:25] "GET /virtual-network/3e9772da-5691-4e85-9bf1-7e9c095d7440?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.005161 10.0.0.73 - - [2026-02-19 02:17:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003129 10.0.0.73 - - [2026-02-19 02:17:28] "GET /virtual-network/3e9772da-5691-4e85-9bf1-7e9c095d7440?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.006128 10.0.0.73 - - [2026-02-19 02:17:31] "DELETE /project/e353a45f6ca840a4ab9df6aff2dc96b5 HTTP/1.1" 404 173 0.006054 10.0.0.73 - - [2026-02-19 02:17:31] "GET /projects?obj_uuids=23ba27ae-2fbb-40c4-b6b5-8bc524a55cfd&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001075 10.0.0.73 - - [2026-02-19 02:17:31] "GET /project/23ba27ae-2fbb-40c4-b6b5-8bc524a55cfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.031530 10.0.0.73 - - [2026-02-19 02:17:31] "GET /projects?obj_uuids=23ba27ae-2fbb-40c4-b6b5-8bc524a55cfd&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002292 10.0.0.73 - - [2026-02-19 02:17:31] "GET /project/23ba27ae-2fbb-40c4-b6b5-8bc524a55cfd?fields=security_groups HTTP/1.1" 200 1366 0.036467 10.0.0.73 - - [2026-02-19 02:17:31] "DELETE /security-group/c3830c2a-69bd-48ea-bc64-406398661842 HTTP/1.1" 200 115 0.050463 10.0.0.73 - - [2026-02-19 02:17:31] "GET /projects?obj_uuids=23ba27ae-2fbb-40c4-b6b5-8bc524a55cfd&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001065 10.0.0.73 - - [2026-02-19 02:17:31] "DELETE /access-control-list/5a1b87d4-f383-4634-9569-29cd7c4d9552 HTTP/1.1" 200 115 0.034428 10.0.0.73 - - [2026-02-19 02:17:31] "GET /project/23ba27ae-2fbb-40c4-b6b5-8bc524a55cfd?fields=application_policy_sets HTTP/1.1" 200 1405 0.043672 10.0.0.73 - - [2026-02-19 02:17:31] "DELETE /access-control-list/e5475435-1731-456d-a4fd-08fd47622368 HTTP/1.1" 200 115 0.045036 10.0.0.73 - - [2026-02-19 02:17:31] "DELETE /project/23ba27ae-2fbb-40c4-b6b5-8bc524a55cfd HTTP/1.1" 200 115 0.319154 10.0.0.73 - - [2026-02-19 02:17:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002559 10.0.0.73 - - [2026-02-19 02:17:32] "GET /virtual-network/3e9772da-5691-4e85-9bf1-7e9c095d7440?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.004697 10.0.0.73 - - [2026-02-19 02:17:33] "POST /neutron/port HTTP/1.1" 200 1119 0.011739 10.0.0.73 - - [2026-02-19 02:17:33] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005155 10.0.0.73 - - [2026-02-19 02:17:33] "POST /neutron/port HTTP/1.1" 200 1119 0.012885 10.0.0.73 - - [2026-02-19 02:17:33] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006100 10.0.0.73 - - [2026-02-19 02:17:34] "POST /neutron/port HTTP/1.1" 200 1119 0.014584 10.0.0.73 - - [2026-02-19 02:17:34] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006408 10.0.0.73 - - [2026-02-19 02:17:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002993 10.0.0.73 - - [2026-02-19 02:17:34] "GET /global-vrouter-config/353e4024-a16e-4ac5-a38a-f6c33a8537f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003159 10.0.0.73 - - [2026-02-19 02:17:34] "GET /virtual-networks?parent_id=e353a45f-6ca8-40a4-ab9d-f6aff2dc96b5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002716 10.0.0.73 - - [2026-02-19 02:17:34] "GET /virtual-network/3e9772da-5691-4e85-9bf1-7e9c095d7440?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.005262 10.0.0.73 - - [2026-02-19 02:17:35] "POST /neutron/port HTTP/1.1" 200 1119 0.012315 10.0.0.73 - - [2026-02-19 02:17:35] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005682 10.0.0.73 - - [2026-02-19 02:17:35] "POST /neutron/port HTTP/1.1" 200 1119 0.010988 10.0.0.73 - - [2026-02-19 02:17:35] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005121 10.0.0.73 - - [2026-02-19 02:17:35] "POST /neutron/port HTTP/1.1" 200 1119 0.014324 10.0.0.73 - - [2026-02-19 02:17:35] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005602 10.0.0.73 - - [2026-02-19 02:17:35] "GET /virtual-machine/0d47ec89-49d7-421c-97bf-fffba536ab2d HTTP/1.1" 200 1287 0.004870 10.0.0.73 - - [2026-02-19 02:17:35] "GET /virtual-machine-interface/dd46973f-fe79-4234-9057-fff031e0c15c HTTP/1.1" 200 2942 0.006530 10.0.0.73 - - [2026-02-19 02:17:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002501 10.0.0.73 - - [2026-02-19 02:17:35] "GET /global-vrouter-config/353e4024-a16e-4ac5-a38a-f6c33a8537f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003463 10.0.0.73 - - [2026-02-19 02:17:35] "GET /virtual-networks?parent_id=e353a45f-6ca8-40a4-ab9d-f6aff2dc96b5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003034 10.0.0.73 - - [2026-02-19 02:17:35] "GET /virtual-network/3e9772da-5691-4e85-9bf1-7e9c095d7440?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.005095 10.0.0.73 - - [2026-02-19 02:17:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002833 10.0.0.73 - - [2026-02-19 02:17:36] "GET /global-vrouter-config/353e4024-a16e-4ac5-a38a-f6c33a8537f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005832 10.0.0.73 - - [2026-02-19 02:17:36] "GET /virtual-networks?parent_id=e353a45f-6ca8-40a4-ab9d-f6aff2dc96b5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002544 10.0.0.73 - - [2026-02-19 02:17:36] "GET /virtual-network/3e9772da-5691-4e85-9bf1-7e9c095d7440?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.004854 10.0.0.73 - - [2026-02-19 02:17:36] "POST /neutron/port HTTP/1.1" 200 1119 0.011273 10.0.0.73 - - [2026-02-19 02:17:37] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005640 10.0.0.73 - - [2026-02-19 02:17:37] "POST /neutron/port HTTP/1.1" 200 1119 0.011663 10.0.0.73 - - [2026-02-19 02:17:37] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005785 10.0.0.73 - - [2026-02-19 02:17:37] "POST /neutron/port HTTP/1.1" 200 1119 0.011408 10.0.0.73 - - [2026-02-19 02:17:37] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007070 10.0.0.73 - - [2026-02-19 02:17:37] "GET /virtual-machine/c0200e9a-ecdb-442a-a91c-cddfaf26e07f HTTP/1.1" 200 1293 0.004591 10.0.0.73 - - [2026-02-19 02:17:37] "GET /virtual-machine-interface/fd3bd285-9bca-428a-bf21-dfefb9bddcfe HTTP/1.1" 200 2942 0.004713 10.0.0.73 - - [2026-02-19 02:17:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003332 10.0.0.73 - - [2026-02-19 02:17:37] "GET /global-vrouter-config/353e4024-a16e-4ac5-a38a-f6c33a8537f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003681 10.0.0.73 - - [2026-02-19 02:17:37] "GET /virtual-networks?parent_id=e353a45f-6ca8-40a4-ab9d-f6aff2dc96b5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003043 10.0.0.73 - - [2026-02-19 02:17:37] "GET /virtual-network/3e9772da-5691-4e85-9bf1-7e9c095d7440?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.005204 10.0.0.73 - - [2026-02-19 02:17:38] "GET /obj-perms HTTP/1.1" 200 5056 0.045050 10.0.0.73 - - [2026-02-19 02:17:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002653 10.0.0.73 - - [2026-02-19 02:17:38] "GET /global-vrouter-config/353e4024-a16e-4ac5-a38a-f6c33a8537f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002762 10.0.0.73 - - [2026-02-19 02:17:38] "GET /virtual-networks?parent_id=e353a45f-6ca8-40a4-ab9d-f6aff2dc96b5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002581 10.0.0.73 - - [2026-02-19 02:17:38] "GET /virtual-network/3e9772da-5691-4e85-9bf1-7e9c095d7440?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.004692 10.0.0.73 - - [2026-02-19 02:17:38] "GET /obj-perms HTTP/1.1" 200 5056 0.047776 10.0.0.73 - - [2026-02-19 02:17:48] "POST /neutron/port HTTP/1.1" 200 1119 0.011119 10.0.0.73 - - [2026-02-19 02:17:48] "POST /neutron/port HTTP/1.1" 200 1119 0.012961 10.0.0.73 - - [2026-02-19 02:17:48] "POST /neutron/network HTTP/1.1" 200 1004 0.005672 10.0.0.73 - - [2026-02-19 02:17:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003441 10.0.0.73 - - [2026-02-19 02:17:48] "POST /neutron/subnet HTTP/1.1" 200 673 0.007236 10.0.0.73 - - [2026-02-19 02:17:48] "POST /neutron/port HTTP/1.1" 200 117 0.001260 10.0.0.73 - - [2026-02-19 02:17:48] "POST /neutron/network HTTP/1.1" 200 994 0.006248 10.0.0.73 - - [2026-02-19 02:17:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000430 10.0.0.73 - - [2026-02-19 02:17:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000382 10.0.0.73 - - [2026-02-19 02:17:50] "GET /global-system-configs HTTP/1.1" 401 292 0.000373 10.0.0.73 - - [2026-02-19 02:17:50] "GET /global-system-configs HTTP/1.1" 401 292 0.000379 10.0.0.73 - - [2026-02-19 02:17:54] "POST /neutron/port HTTP/1.1" 200 1109 0.014535 10.0.0.73 - - [2026-02-19 02:17:54] "POST /neutron/port HTTP/1.1" 200 1109 0.017097 10.0.0.73 - - [2026-02-19 02:17:54] "POST /neutron/port HTTP/1.1" 200 151 0.117404 10.0.0.73 - - [2026-02-19 02:17:54] "POST /neutron/port HTTP/1.1" 200 1109 0.010385 10.0.0.73 - - [2026-02-19 02:17:54] "POST /neutron/port HTTP/1.1" 200 1109 0.012122 10.0.0.73 - - [2026-02-19 02:17:54] "POST /neutron/port HTTP/1.1" 200 151 0.128581 10.0.0.73 - - [2026-02-19 02:17:54] "POST /neutron/network HTTP/1.1" 200 994 0.013553 10.0.0.73 - - [2026-02-19 02:17:54] "POST /neutron/port HTTP/1.1" 200 1119 0.034138 10.0.0.73 - - [2026-02-19 02:17:54] "POST /neutron/network HTTP/1.1" 400 204 0.013870 10.0.0.73 - - [2026-02-19 02:17:54] "POST /neutron/port HTTP/1.1" 200 1109 0.014432 10.0.0.73 - - [2026-02-19 02:17:54] "POST /neutron/port HTTP/1.1" 200 151 0.109254 10.0.0.73 - - [2026-02-19 02:17:56] "POST /neutron/network HTTP/1.1" 200 994 0.006259 10.0.0.73 - - [2026-02-19 02:17:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004223 10.0.0.73 - - [2026-02-19 02:17:56] "POST /useragent-kv HTTP/1.1" 200 115 0.001807 10.0.0.73 - - [2026-02-19 02:17:56] "POST /useragent-kv HTTP/1.1" 200 115 0.002504 10.0.0.73 - - [2026-02-19 02:17:56] "POST /useragent-kv HTTP/1.1" 200 115 0.001650 10.0.0.73 - - [2026-02-19 02:17:56] "POST /useragent-kv HTTP/1.1" 200 115 0.001537 10.0.0.73 - - [2026-02-19 02:17:56] "POST /neutron/network HTTP/1.1" 200 151 0.106275 10.0.0.73 - - [2026-02-19 02:17:56] "DELETE /route-target/623177f5-dbd3-4b6a-a98f-75823d4c27f8 HTTP/1.1" 200 115 0.019080 10.0.0.73 - - [2026-02-19 02:17:56] "GET /routing-instance/65514318-be71-4478-a4a9-732d430bb104 HTTP/1.1" 404 171 0.002243 10.0.0.73 - - [2026-02-19 02:17:56] "GET /domains HTTP/1.1" 200 280 0.001905 10.0.0.73 - - [2026-02-19 02:17:56] "GET /domains?obj_uuids=a019755e-f901-41d8-a8e2-8005c9c1abd3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001445 10.0.0.73 - - [2026-02-19 02:17:57] "GET /domain/a019755e-f901-41d8-a8e2-8005c9c1abd3 HTTP/1.1" 200 2574 0.052147 10.0.0.73 - - [2026-02-19 02:17:57] "GET /projects?obj_uuids=e353a45f-6ca8-40a4-ab9d-f6aff2dc96b5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000979 10.0.0.73 - - [2026-02-19 02:17:57] "GET /project/e353a45f-6ca8-40a4-ab9d-f6aff2dc96b5 HTTP/1.1" 200 2086 0.068437 10.0.0.73 - - [2026-02-19 02:17:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002619 10.0.0.73 - - [2026-02-19 02:17:57] "DELETE /network-ipam/710dccc3-8cab-449d-bb09-3d679863082a HTTP/1.1" 200 115 0.053791 10.0.0.73 - - [2026-02-19 02:17:57] "POST /fqname-to-id HTTP/1.1" 404 211 0.002319 10.0.0.73 - - [2026-02-19 02:17:57] "GET /projects?obj_uuids=e353a45f-6ca8-40a4-ab9d-f6aff2dc96b5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000987 10.0.0.73 - - [2026-02-19 02:17:57] "GET /project/e353a45f-6ca8-40a4-ab9d-f6aff2dc96b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.021258 10.0.0.73 - - [2026-02-19 02:17:57] "GET /projects?obj_uuids=e353a45f-6ca8-40a4-ab9d-f6aff2dc96b5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001021 10.0.0.73 - - [2026-02-19 02:17:57] "GET /project/e353a45f-6ca8-40a4-ab9d-f6aff2dc96b5?fields=virtual_networks HTTP/1.1" 200 1033 0.066437 10.0.0.73 - - [2026-02-19 02:17:57] "GET /projects?obj_uuids=e353a45f-6ca8-40a4-ab9d-f6aff2dc96b5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001055 10.0.0.73 - - [2026-02-19 02:17:57] "GET /project/e353a45f-6ca8-40a4-ab9d-f6aff2dc96b5?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.023882 10.0.0.73 - - [2026-02-19 02:17:57] "GET /projects?obj_uuids=e353a45f-6ca8-40a4-ab9d-f6aff2dc96b5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002100 10.0.0.73 - - [2026-02-19 02:17:57] "GET /project/e353a45f-6ca8-40a4-ab9d-f6aff2dc96b5?fields=security_groups HTTP/1.1" 200 1259 0.029428 10.0.0.73 - - [2026-02-19 02:17:59] "POST /neutron/port HTTP/1.1" 200 117 0.005047 10.0.0.73 - - [2026-02-19 02:17:59] "POST /neutron/port HTTP/1.1" 400 205 0.003134 10.0.0.73 - - [2026-02-19 02:17:59] "POST /neutron/port HTTP/1.1" 200 117 0.005175 10.0.0.73 - - [2026-02-19 02:17:59] "POST /neutron/port HTTP/1.1" 400 205 0.003574 10.0.0.73 - - [2026-02-19 02:18:05] "GET / HTTP/1.1" 200 35931 0.001947 10.0.0.73 - - [2026-02-19 02:18:06] "POST /fqname-to-id HTTP/1.1" 401 292 0.000444 10.0.0.73 - - [2026-02-19 02:18:06] "POST /fqname-to-id HTTP/1.1" 404 183 0.059168 10.0.0.73 - - [2026-02-19 02:18:06] "GET /projects?obj_uuids=eba22f3d-50d2-4be2-8dca-e70c1bfee32f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.001956 10.0.0.73 - - [2026-02-19 02:18:06] "GET /domains?obj_uuids=a019755e-f901-41d8-a8e2-8005c9c1abd3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001371 10.0.0.73 - - [2026-02-19 02:18:06] "GET /domain/a019755e-f901-41d8-a8e2-8005c9c1abd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006508 10.0.0.73 - - [2026-02-19 02:18:06] "POST /id-to-fqname HTTP/1.1" 200 185 0.002048 10.0.0.73 - - [2026-02-19 02:18:06] "POST /fqname-to-id HTTP/1.1" 404 194 0.007249 10.0.0.73 - - [2026-02-19 02:18:06] "POST /security-groups HTTP/1.1" 200 586 0.060637 10.0.0.73 - - [2026-02-19 02:18:06] "POST /fqname-to-id HTTP/1.1" 404 229 0.002301 10.0.0.73 - - [2026-02-19 02:18:06] "POST /projects HTTP/1.1" 200 575 0.232011 10.0.0.73 - - [2026-02-19 02:18:06] "POST /access-control-lists HTTP/1.1" 200 591 0.057202 10.0.0.73 - - [2026-02-19 02:18:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.302001 10.0.0.73 - - [2026-02-19 02:18:06] "POST /fqname-to-id HTTP/1.1" 404 228 0.002939 10.0.0.73 - - [2026-02-19 02:18:06] "GET /project/eba22f3d-50d2-4be2-8dca-e70c1bfee32f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.418705 10.0.0.73 - - [2026-02-19 02:18:07] "POST /access-control-lists HTTP/1.1" 200 589 0.065029 10.0.0.73 - - [2026-02-19 02:18:08] "GET / HTTP/1.1" 200 35931 0.001905 10.0.0.73 - - [2026-02-19 02:18:10] "POST /fqname-to-id HTTP/1.1" 401 292 0.000525 10.0.0.73 - - [2026-02-19 02:18:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.030966 10.0.0.73 - - [2026-02-19 02:18:10] "GET /api-access-list/39e5bbdd-c541-4b10-af7c-d07744047cdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.003879 10.0.0.73 - - [2026-02-19 02:18:10] "GET /api-access-list/39e5bbdd-c541-4b10-af7c-d07744047cdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.003016 10.0.0.73 - - [2026-02-19 02:18:10] "GET /api-access-list/39e5bbdd-c541-4b10-af7c-d07744047cdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.003231 10.0.0.73 - - [2026-02-19 02:18:10] "PUT /api-access-list/39e5bbdd-c541-4b10-af7c-d07744047cdc HTTP/1.1" 200 264 0.007707 10.0.0.73 - - [2026-02-19 02:18:10] "GET /aaa-mode HTTP/1.1" 401 292 0.000405 10.0.0.73 - - [2026-02-19 02:18:11] "GET /aaa-mode HTTP/1.1" 200 128 0.022502 10.0.0.73 - - [2026-02-19 02:18:11] "POST /fqname-to-id HTTP/1.1" 404 183 0.024273 10.0.0.73 - - [2026-02-19 02:18:11] "GET /projects?obj_uuids=e3237946-10cf-4cb1-8f11-ce507d2fd8ef&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002218 10.0.0.73 - - [2026-02-19 02:18:11] "GET /domains?obj_uuids=a019755e-f901-41d8-a8e2-8005c9c1abd3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000901 10.0.0.73 - - [2026-02-19 02:18:11] "GET /domain/a019755e-f901-41d8-a8e2-8005c9c1abd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006290 10.0.0.73 - - [2026-02-19 02:18:11] "POST /id-to-fqname HTTP/1.1" 200 185 0.001808 10.0.0.73 - - [2026-02-19 02:18:11] "POST /fqname-to-id HTTP/1.1" 404 194 0.002167 10.0.0.73 - - [2026-02-19 02:18:11] "POST /security-groups HTTP/1.1" 200 586 0.064576 10.0.0.73 - - [2026-02-19 02:18:11] "POST /projects HTTP/1.1" 200 575 0.209434 10.0.0.73 - - [2026-02-19 02:18:11] "POST /fqname-to-id HTTP/1.1" 404 229 0.036456 10.0.0.73 - - [2026-02-19 02:18:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.279406 10.0.0.73 - - [2026-02-19 02:18:11] "POST /access-control-lists HTTP/1.1" 200 591 0.060911 10.0.0.73 - - [2026-02-19 02:18:12] "GET /project/e3237946-10cf-4cb1-8f11-ce507d2fd8ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.404641 10.0.0.73 - - [2026-02-19 02:18:12] "POST /fqname-to-id HTTP/1.1" 404 228 0.002768 10.0.0.73 - - [2026-02-19 02:18:12] "POST /access-control-lists HTTP/1.1" 200 589 0.056581 10.0.0.73 - - [2026-02-19 02:18:12] "POST /fqname-to-id HTTP/1.1" 404 183 0.027679 10.0.0.73 - - [2026-02-19 02:18:12] "GET /projects?obj_uuids=29023ef6-7d5a-4aa1-afbf-80853e72b460&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002052 10.0.0.73 - - [2026-02-19 02:18:12] "GET /domains?obj_uuids=a019755e-f901-41d8-a8e2-8005c9c1abd3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000973 10.0.0.73 - - [2026-02-19 02:18:12] "GET /domain/a019755e-f901-41d8-a8e2-8005c9c1abd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.005865 10.0.0.73 - - [2026-02-19 02:18:12] "POST /id-to-fqname HTTP/1.1" 200 185 0.001143 10.0.0.73 - - [2026-02-19 02:18:12] "POST /fqname-to-id HTTP/1.1" 404 194 0.002971 10.0.0.73 - - [2026-02-19 02:18:12] "POST /security-groups HTTP/1.1" 200 586 0.059987 10.0.0.73 - - [2026-02-19 02:18:12] "POST /fqname-to-id HTTP/1.1" 404 229 0.002405 10.0.0.73 - - [2026-02-19 02:18:12] "POST /projects HTTP/1.1" 200 575 0.206057 10.0.0.73 - - [2026-02-19 02:18:12] "POST /access-control-lists HTTP/1.1" 200 591 0.056593 10.0.0.73 - - [2026-02-19 02:18:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.280925 10.0.0.73 - - [2026-02-19 02:18:12] "POST /fqname-to-id HTTP/1.1" 404 228 0.002585 10.0.0.73 - - [2026-02-19 02:18:12] "GET /project/29023ef6-7d5a-4aa1-afbf-80853e72b460?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.398413 10.0.0.73 - - [2026-02-19 02:18:12] "POST /access-control-lists HTTP/1.1" 200 589 0.060407 10.0.0.73 - - [2026-02-19 02:18:13] "GET / HTTP/1.1" 200 35931 0.001986 10.0.0.73 - - [2026-02-19 02:18:14] "GET / HTTP/1.1" 200 35931 0.001373 10.0.0.73 - - [2026-02-19 02:18:14] "POST /fqname-to-id HTTP/1.1" 404 183 0.002872 10.0.0.73 - - [2026-02-19 02:18:14] "POST /api-access-lists HTTP/1.1" 200 521 0.012886 10.0.0.73 - - [2026-02-19 02:18:14] "GET /api-access-list/12564489-fc24-4ab4-8fbe-9a83f701c513?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1265 0.004129 10.0.0.73 - - [2026-02-19 02:18:14] "GET /api-access-list/12564489-fc24-4ab4-8fbe-9a83f701c513 HTTP/1.1" 401 292 0.000412 10.0.0.73 - - [2026-02-19 02:18:15] "GET /api-access-list/12564489-fc24-4ab4-8fbe-9a83f701c513 HTTP/1.1" 200 1265 0.058553 10.0.0.73 - - [2026-02-19 02:18:15] "POST /fqname-to-id HTTP/1.1" 401 292 0.000785 10.0.0.73 - - [2026-02-19 02:18:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.073269 10.0.0.73 - - [2026-02-19 02:18:15] "GET /projects?obj_uuids=e3237946-10cf-4cb1-8f11-ce507d2fd8ef&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001303 10.0.0.73 - - [2026-02-19 02:18:15] "GET /project/e3237946-10cf-4cb1-8f11-ce507d2fd8ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.036456 10.0.0.73 - - [2026-02-19 02:18:15] "GET /virtual-networks?parent_id=e3237946-10cf-4cb1-8f11-ce507d2fd8ef&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010509 10.0.0.73 - - [2026-02-19 02:18:15] "POST /virtual-networks HTTP/1.1" 200 568 0.044536 10.0.0.73 - - [2026-02-19 02:18:15] "POST /route-targets HTTP/1.1" 200 327 0.008703 10.0.0.73 - - [2026-02-19 02:18:15] "POST /ref-update HTTP/1.1" 200 156 0.008530 10.0.0.73 - - [2026-02-19 02:18:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.011874 10.0.0.73 - - [2026-02-19 02:18:15] "GET /network-ipam/7ca135dd-693c-4c23-b6ac-d42f911ce0bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.010259 10.0.0.73 - - [2026-02-19 02:18:15] "POST /useragent-kv HTTP/1.1" 200 115 0.004025 10.0.0.73 - - [2026-02-19 02:18:15] "POST /ref-update HTTP/1.1" 200 156 0.044922 10.0.0.73 - - [2026-02-19 02:18:15] "POST /neutron/network HTTP/1.1" 200 830 0.043954 10.0.0.73 - - [2026-02-19 02:18:15] "POST /neutron/network HTTP/1.1" 200 830 0.018867 10.0.0.73 - - [2026-02-19 02:18:15] "GET /virtual-network/3106f9ef-eef3-4a13-b81a-15e057804268?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1974 0.012291 10.0.0.73 - - [2026-02-19 02:18:15] "POST /neutron/network HTTP/1.1" 200 830 0.016767 10.0.0.73 - - [2026-02-19 02:18:16] "POST /neutron/subnet HTTP/1.1" 200 665 0.022681 10.0.0.73 - - [2026-02-19 02:18:16] "GET /virtual-network/3106f9ef-eef3-4a13-b81a-15e057804268 HTTP/1.1" 401 292 0.000382 10.0.0.73 - - [2026-02-19 02:18:16] "GET /virtual-network/3106f9ef-eef3-4a13-b81a-15e057804268 HTTP/1.1" 200 2259 0.043779 10.0.0.73 - - [2026-02-19 02:18:16] "GET /virtual-network/3106f9ef-eef3-4a13-b81a-15e057804268 HTTP/1.1" 401 292 0.000355 10.0.0.73 - - [2026-02-19 02:18:16] "GET /virtual-network/3106f9ef-eef3-4a13-b81a-15e057804268 HTTP/1.1" 200 1999 0.043470 10.0.0.73 - - [2026-02-19 02:18:17] "GET /obj-perms HTTP/1.1" 200 4915 0.058693 10.0.0.73 - - [2026-02-19 02:18:17] "POST /fqname-to-id HTTP/1.1" 401 292 0.000348 10.0.0.73 - - [2026-02-19 02:18:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.027790 10.0.0.73 - - [2026-02-19 02:18:17] "GET /virtual-network/3106f9ef-eef3-4a13-b81a-15e057804268?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1974 0.013654 10.0.0.73 - - [2026-02-19 02:18:17] "GET /obj-perms HTTP/1.1" 200 4915 0.009643 10.0.0.73 - - [2026-02-19 02:18:17] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 361 0.014324 10.0.0.73 - - [2026-02-19 02:18:18] "GET /obj-perms HTTP/1.1" 200 4915 0.069833 10.0.0.73 - - [2026-02-19 02:18:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002555 10.0.0.73 - - [2026-02-19 02:18:18] "GET /virtual-network/3106f9ef-eef3-4a13-b81a-15e057804268?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1974 0.013710 10.0.0.73 - - [2026-02-19 02:18:18] "GET /obj-perms HTTP/1.1" 200 4915 0.008756 10.0.0.73 - - [2026-02-19 02:18:18] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 361 0.017468 10.0.0.73 - - [2026-02-19 02:18:18] "POST /id-to-fqname HTTP/1.1" 401 292 0.000403 10.0.0.73 - - [2026-02-19 02:18:18] "POST /id-to-fqname HTTP/1.1" 200 230 0.030226 10.0.0.73 - - [2026-02-19 02:18:19] "POST /neutron/network HTTP/1.1" 200 840 0.046495 10.0.0.73 - - [2026-02-19 02:18:19] "GET /aaa-mode HTTP/1.1" 401 292 0.000406 10.0.0.73 - - [2026-02-19 02:18:19] "GET / HTTP/1.1" 200 35931 0.001581 10.0.0.73 - - [2026-02-19 02:18:19] "GET /project/29023ef6-7d5a-4aa1-afbf-80853e72b460?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000353 10.0.0.73 - - [2026-02-19 02:18:19] "GET /projects?obj_uuids=29023ef6-7d5a-4aa1-afbf-80853e72b460&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001014 10.0.0.73 - - [2026-02-19 02:18:19] "GET /project/29023ef6-7d5a-4aa1-afbf-80853e72b460?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.046061 10.0.0.73 - - [2026-02-19 02:18:19] "POST /neutron/network HTTP/1.1" 200 830 0.004562 10.0.0.73 - - [2026-02-19 02:18:20] "POST /neutron/port HTTP/1.1" 200 117 0.029762 10.0.0.73 - - [2026-02-19 02:18:20] "POST /neutron/port HTTP/1.1" 200 117 0.005137 10.0.0.73 - - [2026-02-19 02:18:20] "POST /neutron/port HTTP/1.1" 200 117 0.004988 10.0.0.73 - - [2026-02-19 02:18:20] "POST /neutron/network HTTP/1.1" 200 840 0.018137 10.0.0.73 - - [2026-02-19 02:18:20] "POST /neutron/network HTTP/1.1" 200 830 0.017071 10.0.0.73 - - [2026-02-19 02:18:20] "GET /projects?obj_uuids=29023ef6-7d5a-4aa1-afbf-80853e72b460&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001546 10.0.0.73 - - [2026-02-19 02:18:20] "POST /neutron/port HTTP/1.1" 200 1053 0.273401 10.0.0.73 - - [2026-02-19 02:18:20] "POST /neutron/port HTTP/1.1" 200 1053 0.009379 10.0.0.73 - - [2026-02-19 02:18:20] "POST /neutron/port HTTP/1.1" 200 1053 0.008726 10.0.0.73 - - [2026-02-19 02:18:20] "POST /neutron/port HTTP/1.1" 200 1107 0.046654 10.0.0.73 - - [2026-02-19 02:18:20] "POST /neutron/port HTTP/1.1" 200 1117 0.011505 10.0.0.73 - - [2026-02-19 02:18:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003369 10.0.0.73 - - [2026-02-19 02:18:20] "POST /neutron/subnet HTTP/1.1" 200 639 0.006598 10.0.0.73 - - [2026-02-19 02:18:20] "POST /neutron/port HTTP/1.1" 200 117 0.001085 10.0.0.73 - - [2026-02-19 02:18:20] "POST /neutron/network HTTP/1.1" 200 830 0.005490 10.0.0.73 - - [2026-02-19 02:18:25] "POST /neutron/port HTTP/1.1" 200 1117 0.013521 10.0.0.73 - - [2026-02-19 02:18:25] "POST /neutron/security_group HTTP/1.1" 200 2053 0.007451 10.0.0.73 - - [2026-02-19 02:18:25] "POST /neutron/port HTTP/1.1" 200 1117 0.017324 10.0.0.73 - - [2026-02-19 02:18:25] "POST /neutron/security_group HTTP/1.1" 200 2053 0.005367 10.0.0.73 - - [2026-02-19 02:18:25] "POST /neutron/port HTTP/1.1" 200 1117 0.015220 10.0.0.73 - - [2026-02-19 02:18:25] "POST /neutron/security_group HTTP/1.1" 200 2053 0.008221 10.0.0.73 - - [2026-02-19 02:18:25] "POST /neutron/port HTTP/1.1" 200 1117 0.012781 10.0.0.73 - - [2026-02-19 02:18:25] "POST /neutron/security_group HTTP/1.1" 200 2053 0.006252 10.0.0.73 - - [2026-02-19 02:18:25] "GET /virtual-machine/729cb4cf-4fab-4757-b315-4334bcd67233 HTTP/1.1" 200 1287 0.011272 10.0.0.73 - - [2026-02-19 02:18:25] "GET /virtual-machine/729cb4cf-4fab-4757-b315-4334bcd67233 HTTP/1.1" 200 1287 0.011862 10.0.0.73 - - [2026-02-19 02:18:25] "GET /virtual-machine-interface/3421e1a6-51e8-40c7-b3fc-ffad62b1c16b HTTP/1.1" 200 2530 0.026598 10.0.0.73 - - [2026-02-19 02:18:25] "GET /virtual-machine/729cb4cf-4fab-4757-b315-4334bcd67233 HTTP/1.1" 200 1287 0.012265 10.0.0.73 - - [2026-02-19 02:18:25] "GET /virtual-machine-interface/3421e1a6-51e8-40c7-b3fc-ffad62b1c16b HTTP/1.1" 200 2530 0.018633 10.0.0.73 - - [2026-02-19 02:18:25] "GET /instance-ip/4d80a845-6f9e-46f4-8229-2b36b4d952c0 HTTP/1.1" 200 1622 0.015571 10.0.0.73 - - [2026-02-19 02:18:25] "GET /virtual-machine/729cb4cf-4fab-4757-b315-4334bcd67233 HTTP/1.1" 200 1287 0.013033 10.0.0.73 - - [2026-02-19 02:18:25] "GET /virtual-machine-interface/3421e1a6-51e8-40c7-b3fc-ffad62b1c16b HTTP/1.1" 200 2530 0.018637 10.0.0.73 - - [2026-02-19 02:18:25] "GET /instance-ip/4d80a845-6f9e-46f4-8229-2b36b4d952c0 HTTP/1.1" 200 1622 0.013939 10.0.0.73 - - [2026-02-19 02:18:25] "POST /fqname-to-id HTTP/1.1" 403 339 0.009959 10.0.0.73 - - [2026-02-19 02:18:25] "GET / HTTP/1.1" 200 35931 0.001894 10.0.0.73 - - [2026-02-19 02:18:26] "POST /fqname-to-id HTTP/1.1" 401 292 0.000440 10.0.0.73 - - [2026-02-19 02:18:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.028805 10.0.0.73 - - [2026-02-19 02:18:26] "GET /global-vrouter-config/353e4024-a16e-4ac5-a38a-f6c33a8537f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004936 10.0.0.73 - - [2026-02-19 02:18:26] "GET /virtual-networks?parent_id=29023ef6-7d5a-4aa1-afbf-80853e72b460&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009579 10.0.0.73 - - [2026-02-19 02:18:26] "POST /fqname-to-id HTTP/1.1" 403 339 0.008724 10.0.0.73 - - [2026-02-19 02:18:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002811 10.0.0.73 - - [2026-02-19 02:18:26] "GET /global-vrouter-config/353e4024-a16e-4ac5-a38a-f6c33a8537f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003111 10.0.0.73 - - [2026-02-19 02:18:26] "GET /virtual-networks?parent_id=29023ef6-7d5a-4aa1-afbf-80853e72b460&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.011467 10.0.0.73 - - [2026-02-19 02:18:26] "POST /fqname-to-id HTTP/1.1" 403 339 0.011084 10.0.0.73 - - [2026-02-19 02:18:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003034 10.0.0.73 - - [2026-02-19 02:18:26] "GET /global-vrouter-config/353e4024-a16e-4ac5-a38a-f6c33a8537f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003058 10.0.0.73 - - [2026-02-19 02:18:26] "GET /virtual-networks?parent_id=29023ef6-7d5a-4aa1-afbf-80853e72b460&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009820 10.0.0.73 - - [2026-02-19 02:18:26] "POST /fqname-to-id HTTP/1.1" 403 339 0.010804 10.0.0.73 - - [2026-02-19 02:18:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003372 10.0.0.73 - - [2026-02-19 02:18:26] "GET /global-vrouter-config/353e4024-a16e-4ac5-a38a-f6c33a8537f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003771 10.0.0.73 - - [2026-02-19 02:18:26] "GET /virtual-networks?parent_id=29023ef6-7d5a-4aa1-afbf-80853e72b460&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010495 10.0.0.73 - - [2026-02-19 02:18:26] "POST /fqname-to-id HTTP/1.1" 403 339 0.009887 10.0.0.73 - - [2026-02-19 02:18:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002644 10.0.0.73 - - [2026-02-19 02:18:26] "GET /global-vrouter-config/353e4024-a16e-4ac5-a38a-f6c33a8537f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002784 10.0.0.73 - - [2026-02-19 02:18:26] "GET /virtual-networks?parent_id=29023ef6-7d5a-4aa1-afbf-80853e72b460&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.012353 10.0.0.73 - - [2026-02-19 02:18:29] "POST /neutron/port HTTP/1.1" 200 1117 0.012717 10.0.0.73 - - [2026-02-19 02:18:29] "POST /neutron/security_group HTTP/1.1" 200 2053 0.007458 10.0.0.73 - - [2026-02-19 02:18:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.010453 10.0.0.73 - - [2026-02-19 02:18:30] "GET /virtual-network/3106f9ef-eef3-4a13-b81a-15e057804268?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1974 0.014185 10.0.0.73 - - [2026-02-19 02:18:31] "DELETE /project/29023ef67d5a4aa1afbf80853e72b460 HTTP/1.1" 404 173 0.011268 10.0.0.73 - - [2026-02-19 02:18:31] "DELETE /project/eba22f3d50d24be28dcae70c1bfee32f HTTP/1.1" 404 173 0.008544 10.0.0.73 - - [2026-02-19 02:18:31] "DELETE /project/e323794610cf4cb18f11ce507d2fd8ef HTTP/1.1" 404 173 0.010768 10.0.0.73 - - [2026-02-19 02:18:31] "GET /projects?obj_uuids=e353a45f-6ca8-40a4-ab9d-f6aff2dc96b5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000875 10.0.0.73 - - [2026-02-19 02:18:31] "GET /project/e353a45f-6ca8-40a4-ab9d-f6aff2dc96b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.026268 10.0.0.73 - - [2026-02-19 02:18:31] "GET /projects?obj_uuids=e353a45f-6ca8-40a4-ab9d-f6aff2dc96b5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000910 10.0.0.73 - - [2026-02-19 02:18:31] "GET /project/e353a45f-6ca8-40a4-ab9d-f6aff2dc96b5?fields=security_groups HTTP/1.1" 200 1364 0.065537 10.0.0.73 - - [2026-02-19 02:18:32] "DELETE /security-group/314c13a4-11e2-453d-be0c-5e2c90479918 HTTP/1.1" 200 115 0.034639 10.0.0.73 - - [2026-02-19 02:18:32] "GET /projects?obj_uuids=e353a45f-6ca8-40a4-ab9d-f6aff2dc96b5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001194 10.0.0.73 - - [2026-02-19 02:18:32] "DELETE /access-control-list/e5d59ad7-0f64-4c64-934f-e6dcda33fb05 HTTP/1.1" 200 115 0.041296 10.0.0.73 - - [2026-02-19 02:18:32] "GET /project/e353a45f-6ca8-40a4-ab9d-f6aff2dc96b5?fields=application_policy_sets HTTP/1.1" 200 1403 0.036411 10.0.0.73 - - [2026-02-19 02:18:32] "DELETE /access-control-list/eaa4ecf3-bb51-4880-b0cf-7b928efceeef HTTP/1.1" 200 115 0.024501 10.0.0.73 - - [2026-02-19 02:18:32] "POST /fqname-to-id HTTP/1.1" 403 339 0.016035 10.0.0.73 - - [2026-02-19 02:18:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.005213 10.0.0.73 - - [2026-02-19 02:18:32] "GET /global-vrouter-config/353e4024-a16e-4ac5-a38a-f6c33a8537f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005110 10.0.0.73 - - [2026-02-19 02:18:32] "GET /virtual-networks?parent_id=29023ef6-7d5a-4aa1-afbf-80853e72b460&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.022361 10.0.0.73 - - [2026-02-19 02:18:32] "DELETE /project/e353a45f-6ca8-40a4-ab9d-f6aff2dc96b5 HTTP/1.1" 200 115 0.352654 10.0.0.73 - - [2026-02-19 02:18:32] "POST /fqname-to-id HTTP/1.1" 403 339 0.010303 10.0.0.73 - - [2026-02-19 02:18:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002731 10.0.0.73 - - [2026-02-19 02:18:32] "GET /global-vrouter-config/353e4024-a16e-4ac5-a38a-f6c33a8537f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003176 10.0.0.73 - - [2026-02-19 02:18:32] "GET /virtual-networks?parent_id=29023ef6-7d5a-4aa1-afbf-80853e72b460&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.011312 10.0.0.73 - - [2026-02-19 02:18:32] "POST /fqname-to-id HTTP/1.1" 403 361 0.010341 10.0.0.73 - - [2026-02-19 02:18:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002820 10.0.0.73 - - [2026-02-19 02:18:32] "GET /routing-instance/1420fee0-ffa5-4d95-8d3a-8d6a5e13c1fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1530 0.003422 10.0.0.73 - - [2026-02-19 02:18:32] "GET /route-target/c7e1bb33-b72b-4f16-af3a-058041392973?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.009168 10.0.0.73 - - [2026-02-19 02:18:32] "GET /route-target/c7e1bb33-b72b-4f16-af3a-058041392973?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003136 10.0.0.73 - - [2026-02-19 02:18:32] "POST /fqname-to-id HTTP/1.1" 403 339 0.008765 10.0.0.73 - - [2026-02-19 02:18:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.001898 10.0.0.73 - - [2026-02-19 02:18:32] "GET /global-vrouter-config/353e4024-a16e-4ac5-a38a-f6c33a8537f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003136 10.0.0.73 - - [2026-02-19 02:18:32] "GET /virtual-networks?parent_id=29023ef6-7d5a-4aa1-afbf-80853e72b460&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009440 10.0.0.73 - - [2026-02-19 02:18:32] "POST /fqname-to-id HTTP/1.1" 403 361 0.008054 10.0.0.73 - - [2026-02-19 02:18:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002586 10.0.0.73 - - [2026-02-19 02:18:32] "GET /routing-instance/1420fee0-ffa5-4d95-8d3a-8d6a5e13c1fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1530 0.003467 10.0.0.73 - - [2026-02-19 02:18:32] "GET /route-target/c7e1bb33-b72b-4f16-af3a-058041392973?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.008463 10.0.0.73 - - [2026-02-19 02:18:32] "GET /route-target/c7e1bb33-b72b-4f16-af3a-058041392973?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.002524 10.0.0.73 - - [2026-02-19 02:18:32] "GET /obj-perms HTTP/1.1" 200 4915 0.008643 10.0.0.73 - - [2026-02-19 02:18:32] "GET /virtual-machine/729cb4cf-4fab-4757-b315-4334bcd67233?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.008899 10.0.0.73 - - [2026-02-19 02:18:32] "GET /obj-perms HTTP/1.1" 200 4915 0.010956 10.0.0.73 - - [2026-02-19 02:18:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002811 10.0.0.73 - - [2026-02-19 02:18:33] "GET /virtual-machine-interface/3421e1a6-51e8-40c7-b3fc-ffad62b1c16b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2309 0.013622 10.0.0.73 - - [2026-02-19 02:18:33] "GET /obj-perms HTTP/1.1" 200 4915 0.008981 10.0.0.73 - - [2026-02-19 02:18:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002737 10.0.0.73 - - [2026-02-19 02:18:33] "GET /virtual-machine-interface/3421e1a6-51e8-40c7-b3fc-ffad62b1c16b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2309 0.013628 10.0.0.73 - - [2026-02-19 02:18:33] "GET /obj-perms HTTP/1.1" 200 4915 0.008599 10.0.0.73 - - [2026-02-19 02:18:33] "GET /virtual-machine/729cb4cf-4fab-4757-b315-4334bcd67233?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.010974 10.0.0.73 - - [2026-02-19 02:18:33] "GET /obj-perms HTTP/1.1" 200 4915 0.008946 10.0.0.73 - - [2026-02-19 02:18:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002803 10.0.0.73 - - [2026-02-19 02:18:33] "GET /virtual-machine-interface/3421e1a6-51e8-40c7-b3fc-ffad62b1c16b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2309 0.013877 10.0.0.73 - - [2026-02-19 02:18:33] "GET /obj-perms HTTP/1.1" 200 4915 0.009209 10.0.0.73 - - [2026-02-19 02:18:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003115 10.0.0.73 - - [2026-02-19 02:18:33] "GET /virtual-network/3106f9ef-eef3-4a13-b81a-15e057804268?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1974 0.013458 10.0.0.73 - - [2026-02-19 02:18:33] "GET /obj-perms HTTP/1.1" 200 4915 0.009561 10.0.0.73 - - [2026-02-19 02:18:33] "GET /virtual-machine/729cb4cf-4fab-4757-b315-4334bcd67233?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.010505 10.0.0.73 - - [2026-02-19 02:18:33] "GET /obj-perms HTTP/1.1" 200 4915 0.008488 10.0.0.73 - - [2026-02-19 02:18:33] "GET /obj-perms HTTP/1.1" 200 4915 0.008352 10.0.0.73 - - [2026-02-19 02:18:34] "GET /obj-perms HTTP/1.1" 200 4915 0.056595 10.0.0.73 - - [2026-02-19 02:18:34] "GET /obj-perms HTTP/1.1" 200 4915 0.008313 10.0.0.73 - - [2026-02-19 02:18:34] "GET /obj-perms HTTP/1.1" 200 5020 0.051666 10.0.0.73 - - [2026-02-19 02:18:34] "GET /obj-perms HTTP/1.1" 200 5020 0.002929 10.0.0.73 - - [2026-02-19 02:18:34] "GET /obj-perms HTTP/1.1" 200 4915 0.009595 10.0.0.73 - - [2026-02-19 02:18:34] "GET /obj-perms HTTP/1.1" 200 4915 0.008136 10.0.0.73 - - [2026-02-19 02:18:35] "GET /obj-perms HTTP/1.1" 200 4915 0.063049 10.0.0.73 - - [2026-02-19 02:18:35] "GET /obj-perms HTTP/1.1" 200 4915 0.010016 10.0.0.73 - - [2026-02-19 02:18:35] "GET /obj-perms HTTP/1.1" 200 5020 0.003139 10.0.0.73 - - [2026-02-19 02:18:35] "GET /obj-perms HTTP/1.1" 200 5020 0.002953 10.0.0.73 - - [2026-02-19 02:18:35] "GET /obj-perms HTTP/1.1" 200 4915 0.010193 10.0.0.73 - - [2026-02-19 02:18:35] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 320 0.008984 10.0.0.73 - - [2026-02-19 02:18:35] "GET /virtual-machine/729cb4cf-4fab-4757-b315-4334bcd67233 HTTP/1.1" 200 1287 0.015147 10.0.0.73 - - [2026-02-19 02:18:36] "POST /neutron/port HTTP/1.1" 200 1117 0.010053 10.0.0.73 - - [2026-02-19 02:18:36] "POST /neutron/port HTTP/1.1" 200 1107 0.008487 10.0.0.73 - - [2026-02-19 02:18:36] "POST /neutron/port HTTP/1.1" 200 151 0.081751 10.0.0.73 - - [2026-02-19 02:18:37] "GET /virtual-machine/729cb4cf-4fab-4757-b315-4334bcd67233 HTTP/1.1" 404 171 0.009545 10.0.0.73 - - [2026-02-19 02:18:37] "GET /virtual-machine/729cb4cf-4fab-4757-b315-4334bcd67233 HTTP/1.1" 404 171 0.009865 10.0.0.73 - - [2026-02-19 02:18:37] "GET /virtual-machine/729cb4cf-4fab-4757-b315-4334bcd67233 HTTP/1.1" 404 171 0.010211 10.0.0.73 - - [2026-02-19 02:18:37] "POST /fqname-to-id HTTP/1.1" 403 339 0.010303 10.0.0.73 - - [2026-02-19 02:18:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002524 10.0.0.73 - - [2026-02-19 02:18:37] "GET /global-vrouter-config/353e4024-a16e-4ac5-a38a-f6c33a8537f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002958 10.0.0.73 - - [2026-02-19 02:18:37] "GET /virtual-networks?parent_id=29023ef6-7d5a-4aa1-afbf-80853e72b460&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009459 10.0.0.73 - - [2026-02-19 02:18:37] "POST /fqname-to-id HTTP/1.1" 403 361 0.009769 10.0.0.73 - - [2026-02-19 02:18:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003658 10.0.0.73 - - [2026-02-19 02:18:37] "GET /routing-instance/1420fee0-ffa5-4d95-8d3a-8d6a5e13c1fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1530 0.003280 10.0.0.73 - - [2026-02-19 02:18:38] "GET /route-target/c7e1bb33-b72b-4f16-af3a-058041392973?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.009148 10.0.0.73 - - [2026-02-19 02:18:38] "GET /route-target/c7e1bb33-b72b-4f16-af3a-058041392973?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003100 10.0.0.73 - - [2026-02-19 02:18:38] "GET /obj-perms HTTP/1.1" 200 4915 0.009131 10.0.0.73 - - [2026-02-19 02:18:38] "GET /obj-perms HTTP/1.1" 200 4915 0.007877 10.0.0.73 - - [2026-02-19 02:18:38] "GET /obj-perms HTTP/1.1" 200 4915 0.057507 10.0.0.73 - - [2026-02-19 02:18:38] "GET /obj-perms HTTP/1.1" 200 4915 0.007437 10.0.0.73 - - [2026-02-19 02:18:38] "GET /obj-perms HTTP/1.1" 200 5020 0.003147 10.0.0.73 - - [2026-02-19 02:18:38] "GET /obj-perms HTTP/1.1" 200 5056 0.047568 10.0.0.73 - - [2026-02-19 02:18:39] "GET /obj-perms HTTP/1.1" 200 5056 0.048395 10.0.0.73 - - [2026-02-19 02:18:41] "GET /obj-perms HTTP/1.1" 200 5020 0.003243 10.0.0.73 - - [2026-02-19 02:18:44] "GET /obj-perms HTTP/1.1" 200 5020 0.003035 10.0.0.73 - - [2026-02-19 02:18:47] "GET /obj-perms HTTP/1.1" 200 5020 0.003010 10.0.0.73 - - [2026-02-19 02:18:50] "GET /obj-perms HTTP/1.1" 200 5020 0.003510 10.0.0.73 - - [2026-02-19 02:18:53] "GET /obj-perms HTTP/1.1" 200 5020 0.003188 10.0.0.73 - - [2026-02-19 02:18:56] "GET /obj-perms HTTP/1.1" 200 5020 0.003860 10.0.0.73 - - [2026-02-19 02:18:59] "GET /obj-perms HTTP/1.1" 200 5020 0.003542 10.0.0.73 - - [2026-02-19 02:19:02] "GET /obj-perms HTTP/1.1" 200 5020 0.003986 10.0.0.73 - - [2026-02-19 02:19:05] "GET /obj-perms HTTP/1.1" 200 5020 0.003109 10.0.0.73 - - [2026-02-19 02:19:08] "GET /obj-perms HTTP/1.1" 200 5020 0.003580 10.0.0.73 - - [2026-02-19 02:19:11] "GET /obj-perms HTTP/1.1" 200 5020 0.003845 10.0.0.73 - - [2026-02-19 02:19:14] "GET /obj-perms HTTP/1.1" 200 5020 0.003061 10.0.0.73 - - [2026-02-19 02:19:17] "GET /obj-perms HTTP/1.1" 200 5020 0.003121 10.0.0.73 - - [2026-02-19 02:19:20] "GET /obj-perms HTTP/1.1" 200 5020 0.003715 10.0.0.73 - - [2026-02-19 02:19:23] "GET /obj-perms HTTP/1.1" 200 5020 0.003150 10.0.0.73 - - [2026-02-19 02:19:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002570 10.0.0.73 - - [2026-02-19 02:19:23] "POST /useragent-kv HTTP/1.1" 200 115 0.002435 10.0.0.73 - - [2026-02-19 02:19:23] "POST /useragent-kv HTTP/1.1" 200 115 0.002234 10.0.0.73 - - [2026-02-19 02:19:23] "DELETE /virtual-network/3106f9ef-eef3-4a13-b81a-15e057804268 HTTP/1.1" 200 115 0.075935 10.0.0.73 - - [2026-02-19 02:19:23] "DELETE /route-target/c7e1bb33-b72b-4f16-af3a-058041392973 HTTP/1.1" 200 115 0.020596 10.0.0.73 - - [2026-02-19 02:19:23] "DELETE /api-access-list/12564489-fc24-4ab4-8fbe-9a83f701c513 HTTP/1.1" 200 115 0.021261 10.0.0.73 - - [2026-02-19 02:19:23] "GET /api-access-list/12564489-fc24-4ab4-8fbe-9a83f701c513 HTTP/1.1" 404 171 0.002427 10.0.0.73 - - [2026-02-19 02:19:24] "GET /projects?obj_uuids=29023ef6-7d5a-4aa1-afbf-80853e72b460&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001024 10.0.0.73 - - [2026-02-19 02:19:24] "GET /project/29023ef6-7d5a-4aa1-afbf-80853e72b460?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.022692 10.0.0.73 - - [2026-02-19 02:19:24] "GET /projects?obj_uuids=29023ef6-7d5a-4aa1-afbf-80853e72b460&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001417 10.0.0.73 - - [2026-02-19 02:19:24] "GET /project/29023ef6-7d5a-4aa1-afbf-80853e72b460?fields=virtual_networks HTTP/1.1" 200 1022 0.068710 10.0.0.73 - - [2026-02-19 02:19:24] "GET /projects?obj_uuids=29023ef6-7d5a-4aa1-afbf-80853e72b460&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001525 10.0.0.73 - - [2026-02-19 02:19:24] "GET /project/29023ef6-7d5a-4aa1-afbf-80853e72b460?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.027258 10.0.0.73 - - [2026-02-19 02:19:24] "GET /projects?obj_uuids=29023ef6-7d5a-4aa1-afbf-80853e72b460&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001354 10.0.0.73 - - [2026-02-19 02:19:24] "GET /project/29023ef6-7d5a-4aa1-afbf-80853e72b460?fields=security_groups HTTP/1.1" 200 1243 0.024952 10.0.0.73 - - [2026-02-19 02:19:24] "GET /projects?obj_uuids=e3237946-10cf-4cb1-8f11-ce507d2fd8ef&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001006 10.0.0.73 - - [2026-02-19 02:19:24] "GET /project/e3237946-10cf-4cb1-8f11-ce507d2fd8ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.024106 10.0.0.73 - - [2026-02-19 02:19:24] "GET /projects?obj_uuids=e3237946-10cf-4cb1-8f11-ce507d2fd8ef&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001070 10.0.0.73 - - [2026-02-19 02:19:24] "GET /project/e3237946-10cf-4cb1-8f11-ce507d2fd8ef?fields=virtual_networks HTTP/1.1" 200 1023 0.072065 10.0.0.73 - - [2026-02-19 02:19:25] "GET /projects?obj_uuids=e3237946-10cf-4cb1-8f11-ce507d2fd8ef&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001409 10.0.0.73 - - [2026-02-19 02:19:25] "GET /project/e3237946-10cf-4cb1-8f11-ce507d2fd8ef?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.028615 10.0.0.73 - - [2026-02-19 02:19:25] "GET /projects?obj_uuids=e3237946-10cf-4cb1-8f11-ce507d2fd8ef&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001087 10.0.0.73 - - [2026-02-19 02:19:25] "GET /project/e3237946-10cf-4cb1-8f11-ce507d2fd8ef?fields=security_groups HTTP/1.1" 200 1244 0.029315 10.0.0.73 - - [2026-02-19 02:19:26] "GET /api-access-list/39e5bbdd-c541-4b10-af7c-d07744047cdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2410 0.003848 10.0.0.73 - - [2026-02-19 02:19:26] "PUT /api-access-list/39e5bbdd-c541-4b10-af7c-d07744047cdc HTTP/1.1" 200 264 0.008088 10.0.0.73 - - [2026-02-19 02:19:26] "GET /projects?obj_uuids=eba22f3d-50d2-4be2-8dca-e70c1bfee32f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001068 10.0.0.73 - - [2026-02-19 02:19:26] "GET /project/eba22f3d-50d2-4be2-8dca-e70c1bfee32f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.020209 10.0.0.73 - - [2026-02-19 02:19:26] "GET /projects?obj_uuids=eba22f3d-50d2-4be2-8dca-e70c1bfee32f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000933 10.0.0.73 - - [2026-02-19 02:19:26] "GET /project/eba22f3d-50d2-4be2-8dca-e70c1bfee32f?fields=virtual_networks HTTP/1.1" 200 1023 0.067799 10.0.0.73 - - [2026-02-19 02:19:26] "GET /projects?obj_uuids=eba22f3d-50d2-4be2-8dca-e70c1bfee32f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001009 10.0.0.73 - - [2026-02-19 02:19:26] "GET /project/eba22f3d-50d2-4be2-8dca-e70c1bfee32f?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.020317 10.0.0.73 - - [2026-02-19 02:19:26] "GET /projects?obj_uuids=eba22f3d-50d2-4be2-8dca-e70c1bfee32f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001222 10.0.0.73 - - [2026-02-19 02:19:26] "GET /project/eba22f3d-50d2-4be2-8dca-e70c1bfee32f?fields=security_groups HTTP/1.1" 200 1244 0.022244 10.0.0.73 - - [2026-02-19 02:19:27] "POST /fqname-to-id HTTP/1.1" 404 188 0.027587 10.0.0.73 - - [2026-02-19 02:19:27] "GET /projects?obj_uuids=6117262b-14a7-4e10-8196-90c0f9f2a97c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002100 10.0.0.73 - - [2026-02-19 02:19:27] "GET /domains?obj_uuids=a019755e-f901-41d8-a8e2-8005c9c1abd3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001620 10.0.0.73 - - [2026-02-19 02:19:27] "GET /domain/a019755e-f901-41d8-a8e2-8005c9c1abd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008235 10.0.0.73 - - [2026-02-19 02:19:27] "POST /id-to-fqname HTTP/1.1" 200 190 0.001588 10.0.0.73 - - [2026-02-19 02:19:27] "POST /fqname-to-id HTTP/1.1" 404 199 0.004140 10.0.0.73 - - [2026-02-19 02:19:27] "POST /security-groups HTTP/1.1" 200 591 0.060220 10.0.0.73 - - [2026-02-19 02:19:27] "POST /fqname-to-id HTTP/1.1" 404 234 0.002448 10.0.0.73 - - [2026-02-19 02:19:27] "POST /projects HTTP/1.1" 200 585 0.211932 10.0.0.73 - - [2026-02-19 02:19:28] "POST /access-control-lists HTTP/1.1" 200 596 0.057015 10.0.0.73 - - [2026-02-19 02:19:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.285003 10.0.0.73 - - [2026-02-19 02:19:28] "POST /fqname-to-id HTTP/1.1" 404 233 0.002854 10.0.0.73 - - [2026-02-19 02:19:28] "GET /project/6117262b-14a7-4e10-8196-90c0f9f2a97c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.407054 10.0.0.73 - - [2026-02-19 02:19:28] "POST /access-control-lists HTTP/1.1" 200 594 0.056689 10.0.0.73 - - [2026-02-19 02:19:29] "GET / HTTP/1.1" 200 35931 0.001956 10.0.0.73 - - [2026-02-19 02:19:31] "POST /fqname-to-id HTTP/1.1" 401 292 0.000492 10.0.0.73 - - [2026-02-19 02:19:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.031631 10.0.0.73 - - [2026-02-19 02:19:31] "GET /api-access-list/39e5bbdd-c541-4b10-af7c-d07744047cdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.003582 10.0.0.73 - - [2026-02-19 02:19:31] "GET /api-access-list/39e5bbdd-c541-4b10-af7c-d07744047cdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.003470 10.0.0.73 - - [2026-02-19 02:19:31] "GET /api-access-list/39e5bbdd-c541-4b10-af7c-d07744047cdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.003581 10.0.0.73 - - [2026-02-19 02:19:31] "PUT /api-access-list/39e5bbdd-c541-4b10-af7c-d07744047cdc HTTP/1.1" 200 264 0.012518 10.0.0.73 - - [2026-02-19 02:19:31] "GET /aaa-mode HTTP/1.1" 200 128 0.001055 10.0.0.73 - - [2026-02-19 02:19:32] "POST /fqname-to-id HTTP/1.1" 404 188 0.032311 10.0.0.73 - - [2026-02-19 02:19:32] "DELETE /project/6117262b14a74e10819690c0f9f2a97c HTTP/1.1" 404 173 0.149432 10.0.0.73 - - [2026-02-19 02:19:32] "GET /projects?obj_uuids=c20af6a4-0c24-4e6e-b3bc-923570a372bf&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.151020 10.0.0.73 - - [2026-02-19 02:19:32] "GET /projects?obj_uuids=e3237946-10cf-4cb1-8f11-ce507d2fd8ef&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001395 10.0.0.73 - - [2026-02-19 02:19:32] "GET /projects?obj_uuids=29023ef6-7d5a-4aa1-afbf-80853e72b460&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000955 10.0.0.73 - - [2026-02-19 02:19:32] "GET /projects?obj_uuids=eba22f3d-50d2-4be2-8dca-e70c1bfee32f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002431 10.0.0.73 - - [2026-02-19 02:19:32] "GET /project/29023ef6-7d5a-4aa1-afbf-80853e72b460?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.176427 10.0.0.73 - - [2026-02-19 02:19:32] "GET /domains?obj_uuids=a019755e-f901-41d8-a8e2-8005c9c1abd3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001394 10.0.0.73 - - [2026-02-19 02:19:32] "GET /projects?obj_uuids=29023ef6-7d5a-4aa1-afbf-80853e72b460&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001222 10.0.0.73 - - [2026-02-19 02:19:32] "GET /project/e3237946-10cf-4cb1-8f11-ce507d2fd8ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.244308 10.0.0.73 - - [2026-02-19 02:19:32] "GET /project/eba22f3d-50d2-4be2-8dca-e70c1bfee32f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.220020 10.0.0.73 - - [2026-02-19 02:19:32] "GET /domain/a019755e-f901-41d8-a8e2-8005c9c1abd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.069423 10.0.0.73 - - [2026-02-19 02:19:32] "GET /projects?obj_uuids=e3237946-10cf-4cb1-8f11-ce507d2fd8ef&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000937 10.0.0.73 - - [2026-02-19 02:19:32] "GET /projects?obj_uuids=eba22f3d-50d2-4be2-8dca-e70c1bfee32f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001284 10.0.0.73 - - [2026-02-19 02:19:32] "GET /project/29023ef6-7d5a-4aa1-afbf-80853e72b460?fields=security_groups HTTP/1.1" 200 1348 0.078130 10.0.0.73 - - [2026-02-19 02:19:32] "GET /project/eba22f3d-50d2-4be2-8dca-e70c1bfee32f?fields=security_groups HTTP/1.1" 200 1349 0.038685 10.0.0.73 - - [2026-02-19 02:19:32] "GET /project/e3237946-10cf-4cb1-8f11-ce507d2fd8ef?fields=security_groups HTTP/1.1" 200 1349 0.094901 10.0.0.73 - - [2026-02-19 02:19:32] "DELETE /security-group/0a256dc3-65f1-4094-8427-cec8590e51d6 HTTP/1.1" 200 115 0.074497 10.0.0.73 - - [2026-02-19 02:19:32] "GET /projects?obj_uuids=29023ef6-7d5a-4aa1-afbf-80853e72b460&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000829 10.0.0.73 - - [2026-02-19 02:19:32] "DELETE /security-group/be89ae85-6f97-4fde-b0ae-202360547f5c HTTP/1.1" 200 115 0.054052 10.0.0.73 - - [2026-02-19 02:19:32] "GET /projects?obj_uuids=eba22f3d-50d2-4be2-8dca-e70c1bfee32f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000828 10.0.0.73 - - [2026-02-19 02:19:32] "POST /id-to-fqname HTTP/1.1" 200 190 0.004085 10.0.0.73 - - [2026-02-19 02:19:32] "DELETE /access-control-list/db686e13-6ee6-42ac-8d87-61d588004127 HTTP/1.1" 200 115 0.071525 10.0.0.73 - - [2026-02-19 02:19:32] "GET /project/29023ef6-7d5a-4aa1-afbf-80853e72b460?fields=application_policy_sets HTTP/1.1" 200 1387 0.057009 10.0.0.73 - - [2026-02-19 02:19:32] "POST /fqname-to-id HTTP/1.1" 404 199 0.014485 10.0.0.73 - - [2026-02-19 02:19:32] "GET /project/eba22f3d-50d2-4be2-8dca-e70c1bfee32f?fields=application_policy_sets HTTP/1.1" 200 1388 0.091046 10.0.0.73 - - [2026-02-19 02:19:32] "DELETE /access-control-list/4079fa45-36ef-4ad5-8c56-abb91c3d3b87 HTTP/1.1" 200 115 0.062433 10.0.0.73 - - [2026-02-19 02:19:32] "DELETE /security-group/cd484ad5-df52-4b29-a51e-81d3142d8ba0 HTTP/1.1" 200 115 0.126435 10.0.0.73 - - [2026-02-19 02:19:32] "GET /projects?obj_uuids=e3237946-10cf-4cb1-8f11-ce507d2fd8ef&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001641 10.0.0.73 - - [2026-02-19 02:19:32] "GET /project/e3237946-10cf-4cb1-8f11-ce507d2fd8ef?fields=application_policy_sets HTTP/1.1" 200 1388 0.062321 10.0.0.73 - - [2026-02-19 02:19:32] "DELETE /access-control-list/4714e23a-a99d-4510-9bd2-7d64faec8d75 HTTP/1.1" 200 115 0.074719 10.0.0.73 - - [2026-02-19 02:19:33] "POST /security-groups HTTP/1.1" 200 591 0.093369 10.0.0.73 - - [2026-02-19 02:19:33] "POST /projects HTTP/1.1" 200 585 0.346367 10.0.0.73 - - [2026-02-19 02:19:33] "DELETE /access-control-list/ddcff67c-080a-483f-8d62-175e50e4e35d HTTP/1.1" 200 115 0.055049 10.0.0.73 - - [2026-02-19 02:19:33] "DELETE /project/29023ef6-7d5a-4aa1-afbf-80853e72b460 HTTP/1.1" 200 115 0.796140 10.0.0.73 - - [2026-02-19 02:19:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.433935 10.0.0.73 - - [2026-02-19 02:19:33] "DELETE /project/eba22f3d-50d2-4be2-8dca-e70c1bfee32f HTTP/1.1" 200 115 0.819417 10.0.0.73 - - [2026-02-19 02:19:33] "DELETE /access-control-list/c415a7d6-2f00-4963-b774-d5d4388b4d83 HTTP/1.1" 200 115 0.052051 10.0.0.73 - - [2026-02-19 02:19:33] "DELETE /access-control-list/55e842e9-dffb-4bde-b1de-3a78b3736ac0 HTTP/1.1" 200 115 0.037652 10.0.0.73 - - [2026-02-19 02:19:33] "DELETE /project/e3237946-10cf-4cb1-8f11-ce507d2fd8ef HTTP/1.1" 200 115 0.883296 10.0.0.73 - - [2026-02-19 02:19:33] "POST /fqname-to-id HTTP/1.1" 404 234 0.003304 10.0.0.73 - - [2026-02-19 02:19:33] "GET /project/c20af6a4-0c24-4e6e-b3bc-923570a372bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.873929 10.0.0.73 - - [2026-02-19 02:19:33] "POST /access-control-lists HTTP/1.1" 200 596 0.068050 10.0.0.73 - - [2026-02-19 02:19:33] "POST /fqname-to-id HTTP/1.1" 404 233 0.002619 10.0.0.73 - - [2026-02-19 02:19:33] "POST /access-control-lists HTTP/1.1" 200 594 0.056591 10.0.0.73 - - [2026-02-19 02:19:33] "POST /fqname-to-id HTTP/1.1" 404 188 0.030829 10.0.0.73 - - [2026-02-19 02:19:33] "GET /projects?obj_uuids=b89e9b0d-9e13-4e2f-a750-0fc9ec316ef2&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002327 10.0.0.73 - - [2026-02-19 02:19:33] "GET /domains?obj_uuids=a019755e-f901-41d8-a8e2-8005c9c1abd3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000958 10.0.0.73 - - [2026-02-19 02:19:33] "GET /domain/a019755e-f901-41d8-a8e2-8005c9c1abd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006671 10.0.0.73 - - [2026-02-19 02:19:33] "POST /id-to-fqname HTTP/1.1" 200 190 0.002892 10.0.0.73 - - [2026-02-19 02:19:33] "POST /fqname-to-id HTTP/1.1" 404 199 0.005219 10.0.0.73 - - [2026-02-19 02:19:33] "POST /security-groups HTTP/1.1" 200 591 0.063169 10.0.0.73 - - [2026-02-19 02:19:33] "POST /fqname-to-id HTTP/1.1" 404 234 0.002991 10.0.0.73 - - [2026-02-19 02:19:33] "POST /projects HTTP/1.1" 200 585 0.236249 10.0.0.73 - - [2026-02-19 02:19:33] "POST /access-control-lists HTTP/1.1" 200 596 0.058244 10.0.0.73 - - [2026-02-19 02:19:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.307652 10.0.0.73 - - [2026-02-19 02:19:34] "POST /fqname-to-id HTTP/1.1" 404 233 0.002573 10.0.0.73 - - [2026-02-19 02:19:34] "GET /project/b89e9b0d-9e13-4e2f-a750-0fc9ec316ef2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.433825 10.0.0.73 - - [2026-02-19 02:19:34] "POST /access-control-lists HTTP/1.1" 200 594 0.056745 10.0.0.73 - - [2026-02-19 02:19:34] "GET / HTTP/1.1" 200 35931 0.002035 10.0.0.73 - - [2026-02-19 02:19:35] "GET / HTTP/1.1" 200 35931 0.001501 10.0.0.73 - - [2026-02-19 02:19:35] "POST /fqname-to-id HTTP/1.1" 404 183 0.002662 10.0.0.73 - - [2026-02-19 02:19:35] "POST /api-access-lists HTTP/1.1" 200 521 0.013782 10.0.0.73 - - [2026-02-19 02:19:35] "GET /api-access-list/b6a39ac9-eedc-4793-8b3f-b09a857c5d7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1290 0.005049 10.0.0.73 - - [2026-02-19 02:19:35] "GET /api-access-list/b6a39ac9-eedc-4793-8b3f-b09a857c5d7f HTTP/1.1" 401 292 0.000536 10.0.0.73 - - [2026-02-19 02:19:36] "GET /api-access-list/b6a39ac9-eedc-4793-8b3f-b09a857c5d7f HTTP/1.1" 200 1290 0.058028 10.0.0.73 - - [2026-02-19 02:19:36] "POST /fqname-to-id HTTP/1.1" 401 292 0.000366 10.0.0.73 - - [2026-02-19 02:19:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.039045 10.0.0.73 - - [2026-02-19 02:19:36] "GET /projects?obj_uuids=c20af6a4-0c24-4e6e-b3bc-923570a372bf&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001397 10.0.0.73 - - [2026-02-19 02:19:36] "GET /project/c20af6a4-0c24-4e6e-b3bc-923570a372bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.035913 10.0.0.73 - - [2026-02-19 02:19:36] "GET /virtual-networks?parent_id=c20af6a4-0c24-4e6e-b3bc-923570a372bf&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.011210 10.0.0.73 - - [2026-02-19 02:19:36] "POST /virtual-networks HTTP/1.1" 200 583 0.059531 10.0.0.73 - - [2026-02-19 02:19:36] "POST /route-targets HTTP/1.1" 200 327 0.011499 10.0.0.73 - - [2026-02-19 02:19:36] "POST /ref-update HTTP/1.1" 200 156 0.017306 10.0.0.73 - - [2026-02-19 02:19:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.017283 10.0.0.73 - - [2026-02-19 02:19:36] "GET /network-ipam/7ca135dd-693c-4c23-b6ac-d42f911ce0bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.010553 10.0.0.73 - - [2026-02-19 02:19:37] "POST /useragent-kv HTTP/1.1" 200 115 0.005909 10.0.0.73 - - [2026-02-19 02:19:37] "POST /ref-update HTTP/1.1" 200 156 0.043965 10.0.0.73 - - [2026-02-19 02:19:37] "POST /neutron/network HTTP/1.1" 200 847 0.050653 10.0.0.73 - - [2026-02-19 02:19:37] "POST /neutron/network HTTP/1.1" 200 847 0.017524 10.0.0.73 - - [2026-02-19 02:19:37] "GET /virtual-network/0e0b629e-4475-4f8a-b28d-38377d0a6df0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2008 0.014415 10.0.0.73 - - [2026-02-19 02:19:37] "POST /neutron/network HTTP/1.1" 200 847 0.018245 10.0.0.73 - - [2026-02-19 02:19:37] "POST /neutron/subnet HTTP/1.1" 200 671 0.021636 10.0.0.73 - - [2026-02-19 02:19:37] "POST /fqname-to-id HTTP/1.1" 401 292 0.000376 10.0.0.73 - - [2026-02-19 02:19:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.034889 10.0.0.73 - - [2026-02-19 02:19:37] "GET /projects?obj_uuids=b89e9b0d-9e13-4e2f-a750-0fc9ec316ef2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001019 10.0.0.73 - - [2026-02-19 02:19:37] "GET /project/b89e9b0d-9e13-4e2f-a750-0fc9ec316ef2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.027848 10.0.0.73 - - [2026-02-19 02:19:37] "GET /virtual-networks?parent_id=b89e9b0d-9e13-4e2f-a750-0fc9ec316ef2&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010068 10.0.0.73 - - [2026-02-19 02:19:37] "POST /virtual-networks HTTP/1.1" 200 583 0.044760 10.0.0.73 - - [2026-02-19 02:19:37] "POST /route-targets HTTP/1.1" 200 327 0.009239 10.0.0.73 - - [2026-02-19 02:19:37] "POST /ref-update HTTP/1.1" 200 156 0.009707 10.0.0.73 - - [2026-02-19 02:19:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.010257 10.0.0.73 - - [2026-02-19 02:19:37] "GET /network-ipam/7ca135dd-693c-4c23-b6ac-d42f911ce0bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.010330 10.0.0.73 - - [2026-02-19 02:19:38] "POST /useragent-kv HTTP/1.1" 200 115 0.008003 10.0.0.73 - - [2026-02-19 02:19:38] "POST /ref-update HTTP/1.1" 200 156 0.045570 10.0.0.73 - - [2026-02-19 02:19:38] "POST /neutron/network HTTP/1.1" 200 848 0.041034 10.0.0.73 - - [2026-02-19 02:19:38] "POST /neutron/network HTTP/1.1" 200 848 0.016794 10.0.0.73 - - [2026-02-19 02:19:38] "GET /virtual-network/95ecbf02-1a09-4528-8332-46bee064fc36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.012083 10.0.0.73 - - [2026-02-19 02:19:38] "POST /neutron/network HTTP/1.1" 200 848 0.017193 10.0.0.73 - - [2026-02-19 02:19:38] "POST /neutron/subnet HTTP/1.1" 200 676 0.021887 10.0.0.73 - - [2026-02-19 02:19:38] "GET /virtual-network/0e0b629e-4475-4f8a-b28d-38377d0a6df0 HTTP/1.1" 401 292 0.000393 10.0.0.73 - - [2026-02-19 02:19:38] "GET /virtual-network/0e0b629e-4475-4f8a-b28d-38377d0a6df0 HTTP/1.1" 200 2308 0.038199 10.0.0.73 - - [2026-02-19 02:19:38] "GET /virtual-network/0e0b629e-4475-4f8a-b28d-38377d0a6df0 HTTP/1.1" 401 292 0.000328 10.0.0.73 - - [2026-02-19 02:19:38] "GET /virtual-network/0e0b629e-4475-4f8a-b28d-38377d0a6df0 HTTP/1.1" 403 376 0.033781 10.0.0.73 - - [2026-02-19 02:19:38] "GET /virtual-network/0e0b629e-4475-4f8a-b28d-38377d0a6df0 HTTP/1.1" 200 2308 0.005274 10.0.0.73 - - [2026-02-19 02:19:38] "GET /virtual-networks HTTP/1.1" 200 371 0.017065 10.0.0.73 - - [2026-02-19 02:19:38] "GET /virtual-networks HTTP/1.1" 200 371 0.014043 10.0.0.73 - - [2026-02-19 02:19:39] "GET /obj-perms HTTP/1.1" 403 257 0.032698 10.0.0.73 - - [2026-02-19 02:19:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002308 10.0.0.73 - - [2026-02-19 02:19:39] "GET /virtual-network/0e0b629e-4475-4f8a-b28d-38377d0a6df0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2008 0.012630 10.0.0.73 - - [2026-02-19 02:19:39] "GET /obj-perms HTTP/1.1" 403 257 0.045973 10.0.0.73 - - [2026-02-19 02:19:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002398 10.0.0.73 - - [2026-02-19 02:19:39] "GET /obj-perms HTTP/1.1" 200 5056 0.351249 10.0.0.73 - - [2026-02-19 02:19:40] "GET /virtual-network/0e0b629e-4475-4f8a-b28d-38377d0a6df0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.008570 10.0.0.73 - - [2026-02-19 02:19:40] "GET /obj-perms HTTP/1.1" 200 5056 0.346905 10.0.0.73 - - [2026-02-19 02:19:40] "GET /obj-perms HTTP/1.1" 200 5030 0.080387 10.0.0.73 - - [2026-02-19 02:19:40] "GET /obj-perms HTTP/1.1" 403 257 0.008498 10.0.0.73 - - [2026-02-19 02:19:40] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.018115 10.0.0.73 - - [2026-02-19 02:19:40] "GET /obj-perms HTTP/1.1" 403 257 0.006670 10.0.0.73 - - [2026-02-19 02:19:40] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.015983 10.0.0.73 - - [2026-02-19 02:19:40] "GET /obj-perms HTTP/1.1" 200 5030 0.003378 10.0.0.73 - - [2026-02-19 02:19:40] "PUT /virtual-network/0e0b629e-4475-4f8a-b28d-38377d0a6df0 HTTP/1.1" 200 264 0.031476 10.0.0.73 - - [2026-02-19 02:19:41] "GET /virtual-networks HTTP/1.1" 200 132 0.027856 10.0.0.73 - - [2026-02-19 02:19:41] "GET /virtual-networks HTTP/1.1" 200 611 0.017888 10.0.0.73 - - [2026-02-19 02:19:41] "GET /virtual-networks HTTP/1.1" 200 1429 0.002309 10.0.0.73 - - [2026-02-19 02:19:41] "GET /obj-perms HTTP/1.1" 403 257 0.008062 10.0.0.73 - - [2026-02-19 02:19:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002650 10.0.0.73 - - [2026-02-19 02:19:41] "GET /virtual-network/0e0b629e-4475-4f8a-b28d-38377d0a6df0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.010300 10.0.0.73 - - [2026-02-19 02:19:41] "GET /obj-perms HTTP/1.1" 403 257 0.040275 10.0.0.73 - - [2026-02-19 02:19:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002086 10.0.0.73 - - [2026-02-19 02:19:41] "GET /virtual-network/0e0b629e-4475-4f8a-b28d-38377d0a6df0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.008095 10.0.0.73 - - [2026-02-19 02:19:41] "GET /obj-perms HTTP/1.1" 403 257 0.007649 10.0.0.73 - - [2026-02-19 02:19:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002696 10.0.0.73 - - [2026-02-19 02:19:41] "GET /virtual-network/0e0b629e-4475-4f8a-b28d-38377d0a6df0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.013266 10.0.0.73 - - [2026-02-19 02:19:41] "GET /obj-perms HTTP/1.1" 200 5030 0.002815 10.0.0.73 - - [2026-02-19 02:19:41] "GET /obj-perms HTTP/1.1" 403 257 0.012433 10.0.0.73 - - [2026-02-19 02:19:41] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 132 0.018453 10.0.0.73 - - [2026-02-19 02:19:41] "GET /obj-perms HTTP/1.1" 403 257 0.008733 10.0.0.73 - - [2026-02-19 02:19:42] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 611 0.020074 10.0.0.73 - - [2026-02-19 02:19:42] "GET /obj-perms HTTP/1.1" 200 5030 0.003725 10.0.0.73 - - [2026-02-19 02:19:42] "PUT /virtual-network/0e0b629e-4475-4f8a-b28d-38377d0a6df0 HTTP/1.1" 200 264 0.029729 10.0.0.73 - - [2026-02-19 02:19:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004030 10.0.0.73 - - [2026-02-19 02:19:42] "POST /useragent-kv HTTP/1.1" 200 115 0.003115 10.0.0.73 - - [2026-02-19 02:19:42] "POST /useragent-kv HTTP/1.1" 200 115 0.002825 10.0.0.73 - - [2026-02-19 02:19:42] "DELETE /virtual-network/95ecbf02-1a09-4528-8332-46bee064fc36 HTTP/1.1" 200 115 0.077567 10.0.0.73 - - [2026-02-19 02:19:42] "DELETE /route-target/00aadd14-e431-49b4-945c-59cd1f90f895 HTTP/1.1" 200 115 0.017388 10.0.0.73 - - [2026-02-19 02:19:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003834 10.0.0.73 - - [2026-02-19 02:19:42] "POST /useragent-kv HTTP/1.1" 200 115 0.002646 10.0.0.73 - - [2026-02-19 02:19:42] "POST /useragent-kv HTTP/1.1" 200 115 0.001781 10.0.0.73 - - [2026-02-19 02:19:42] "DELETE /virtual-network/0e0b629e-4475-4f8a-b28d-38377d0a6df0 HTTP/1.1" 200 115 0.077721 10.0.0.73 - - [2026-02-19 02:19:42] "DELETE /route-target/980809c5-2f8c-4871-bd97-f27c50c10ae9 HTTP/1.1" 200 115 0.024268 10.0.0.73 - - [2026-02-19 02:19:42] "DELETE /api-access-list/b6a39ac9-eedc-4793-8b3f-b09a857c5d7f HTTP/1.1" 200 115 0.026409 10.0.0.73 - - [2026-02-19 02:19:42] "GET /api-access-list/b6a39ac9-eedc-4793-8b3f-b09a857c5d7f HTTP/1.1" 404 171 0.002405 10.0.0.73 - - [2026-02-19 02:19:42] "GET /projects?obj_uuids=b89e9b0d-9e13-4e2f-a750-0fc9ec316ef2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001038 10.0.0.73 - - [2026-02-19 02:19:42] "GET /project/b89e9b0d-9e13-4e2f-a750-0fc9ec316ef2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.022562 10.0.0.73 - - [2026-02-19 02:19:42] "GET /projects?obj_uuids=b89e9b0d-9e13-4e2f-a750-0fc9ec316ef2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000877 10.0.0.73 - - [2026-02-19 02:19:42] "GET /project/b89e9b0d-9e13-4e2f-a750-0fc9ec316ef2?fields=virtual_networks HTTP/1.1" 200 1033 0.064382 10.0.0.73 - - [2026-02-19 02:19:42] "GET /projects?obj_uuids=b89e9b0d-9e13-4e2f-a750-0fc9ec316ef2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001026 10.0.0.73 - - [2026-02-19 02:19:42] "GET /project/b89e9b0d-9e13-4e2f-a750-0fc9ec316ef2?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.020802 10.0.0.73 - - [2026-02-19 02:19:42] "GET /projects?obj_uuids=b89e9b0d-9e13-4e2f-a750-0fc9ec316ef2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000928 10.0.0.73 - - [2026-02-19 02:19:42] "GET /project/b89e9b0d-9e13-4e2f-a750-0fc9ec316ef2?fields=security_groups HTTP/1.1" 200 1259 0.020769 10.0.0.73 - - [2026-02-19 02:19:43] "GET /projects?obj_uuids=c20af6a4-0c24-4e6e-b3bc-923570a372bf&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000981 10.0.0.73 - - [2026-02-19 02:19:43] "GET /project/c20af6a4-0c24-4e6e-b3bc-923570a372bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.022332 10.0.0.73 - - [2026-02-19 02:19:43] "GET /projects?obj_uuids=c20af6a4-0c24-4e6e-b3bc-923570a372bf&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001295 10.0.0.73 - - [2026-02-19 02:19:43] "GET /project/c20af6a4-0c24-4e6e-b3bc-923570a372bf?fields=virtual_networks HTTP/1.1" 200 1033 0.067491 10.0.0.73 - - [2026-02-19 02:19:43] "GET /projects?obj_uuids=c20af6a4-0c24-4e6e-b3bc-923570a372bf&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001385 10.0.0.73 - - [2026-02-19 02:19:43] "GET /project/c20af6a4-0c24-4e6e-b3bc-923570a372bf?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.021624 10.0.0.73 - - [2026-02-19 02:19:43] "GET /projects?obj_uuids=c20af6a4-0c24-4e6e-b3bc-923570a372bf&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001018 10.0.0.73 - - [2026-02-19 02:19:43] "GET /project/c20af6a4-0c24-4e6e-b3bc-923570a372bf?fields=security_groups HTTP/1.1" 200 1259 0.022983 10.0.0.73 - - [2026-02-19 02:19:44] "GET /aaa-mode HTTP/1.1" 200 128 0.001101 10.0.0.73 - - [2026-02-19 02:19:44] "GET / HTTP/1.1" 200 35931 0.001356 10.0.0.73 - - [2026-02-19 02:19:45] "GET / HTTP/1.1" 200 35931 0.002618 10.0.0.73 - - [2026-02-19 02:19:46] "POST /fqname-to-id HTTP/1.1" 401 292 0.000518 10.0.0.73 - - [2026-02-19 02:19:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.070963 10.0.0.73 - - [2026-02-19 02:19:46] "GET /projects?obj_uuids=6117262b-14a7-4e10-8196-90c0f9f2a97c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001006 10.0.0.73 - - [2026-02-19 02:19:46] "GET /project/6117262b-14a7-4e10-8196-90c0f9f2a97c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.029702 10.0.0.73 - - [2026-02-19 02:19:46] "GET /virtual-networks?parent_id=6117262b-14a7-4e10-8196-90c0f9f2a97c&detail=False&count=False&shared=False HTTP/1.1" 403 263 0.007113 10.0.0.73 - - [2026-02-19 02:19:46] "POST /fqname-to-id HTTP/1.1" 404 197 0.007199 10.0.0.73 - - [2026-02-19 02:19:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.008541 10.0.0.73 - - [2026-02-19 02:19:46] "GET /domains?obj_uuids=a019755e-f901-41d8-a8e2-8005c9c1abd3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001202 10.0.0.73 - - [2026-02-19 02:19:46] "GET /domain/a019755e-f901-41d8-a8e2-8005c9c1abd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.012918 10.0.0.73 - - [2026-02-19 02:19:46] "POST /service-templates HTTP/1.1" 403 264 0.006744 10.0.0.73 - - [2026-02-19 02:19:46] "POST /fqname-to-id HTTP/1.1" 404 215 0.002620 10.0.0.73 - - [2026-02-19 02:19:46] "POST /api-access-lists HTTP/1.1" 200 555 0.015191 10.0.0.73 - - [2026-02-19 02:19:46] "GET /api-access-list/f4f08194-e830-4fea-80a0-6c1de7e41c8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1323 0.003881 10.0.0.73 - - [2026-02-19 02:19:46] "GET /api-access-list/f4f08194-e830-4fea-80a0-6c1de7e41c8d HTTP/1.1" 200 1323 0.003716 10.0.0.73 - - [2026-02-19 02:19:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.010777 10.0.0.73 - - [2026-02-19 02:19:46] "GET /projects?obj_uuids=6117262b-14a7-4e10-8196-90c0f9f2a97c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001093 10.0.0.73 - - [2026-02-19 02:19:46] "GET /project/6117262b-14a7-4e10-8196-90c0f9f2a97c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.029641 10.0.0.73 - - [2026-02-19 02:19:46] "GET /virtual-networks?parent_id=6117262b-14a7-4e10-8196-90c0f9f2a97c&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009875 10.0.0.73 - - [2026-02-19 02:19:47] "POST /virtual-networks HTTP/1.1" 200 583 0.046173 10.0.0.73 - - [2026-02-19 02:19:47] "POST /route-targets HTTP/1.1" 200 327 0.009376 10.0.0.73 - - [2026-02-19 02:19:47] "POST /ref-update HTTP/1.1" 200 156 0.008808 10.0.0.73 - - [2026-02-19 02:19:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.009398 10.0.0.73 - - [2026-02-19 02:19:47] "GET /network-ipam/7ca135dd-693c-4c23-b6ac-d42f911ce0bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.009794 10.0.0.73 - - [2026-02-19 02:19:47] "POST /useragent-kv HTTP/1.1" 200 115 0.002549 10.0.0.73 - - [2026-02-19 02:19:47] "POST /ref-update HTTP/1.1" 200 156 0.045629 10.0.0.73 - - [2026-02-19 02:19:47] "POST /neutron/network HTTP/1.1" 200 846 0.055646 10.0.0.73 - - [2026-02-19 02:19:47] "POST /neutron/network HTTP/1.1" 200 846 0.017876 10.0.0.73 - - [2026-02-19 02:19:47] "GET /virtual-network/d4061120-31c1-45d5-8591-7a30b9670e72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2007 0.011638 10.0.0.73 - - [2026-02-19 02:19:47] "POST /neutron/network HTTP/1.1" 200 846 0.016519 10.0.0.73 - - [2026-02-19 02:19:47] "POST /neutron/subnet HTTP/1.1" 200 669 0.025582 10.0.0.73 - - [2026-02-19 02:19:47] "POST /neutron/network HTTP/1.1" 200 846 0.063764 10.0.0.73 - - [2026-02-19 02:19:47] "GET /virtual-network/d4061120-31c1-45d5-8591-7a30b9670e72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2007 0.004860 10.0.0.73 - - [2026-02-19 02:19:47] "GET /network-ipam/7ca135dd-693c-4c23-b6ac-d42f911ce0bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.002960 10.0.0.73 - - [2026-02-19 02:19:47] "GET /domains HTTP/1.1" 200 280 0.002400 10.0.0.73 - - [2026-02-19 02:19:47] "GET /domains?obj_uuids=a019755e-f901-41d8-a8e2-8005c9c1abd3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000962 10.0.0.73 - - [2026-02-19 02:19:47] "GET /domain/a019755e-f901-41d8-a8e2-8005c9c1abd3 HTTP/1.1" 200 2946 0.006188 10.0.0.73 - - [2026-02-19 02:19:47] "GET /projects?obj_uuids=6117262b-14a7-4e10-8196-90c0f9f2a97c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000851 10.0.0.73 - - [2026-02-19 02:19:47] "GET /project/6117262b-14a7-4e10-8196-90c0f9f2a97c HTTP/1.1" 200 2351 0.065757 10.0.0.73 - - [2026-02-19 02:19:47] "GET /virtual-network/d4061120-31c1-45d5-8591-7a30b9670e72 HTTP/1.1" 200 2307 0.006040 10.0.0.73 - - [2026-02-19 02:19:47] "GET /virtual-network/d4061120-31c1-45d5-8591-7a30b9670e72 HTTP/1.1" 200 2307 0.004270 10.0.0.73 - - [2026-02-19 02:19:47] "GET /routing-instance/a6fb62ce-7982-4bc5-9809-9c9d96d3fffb HTTP/1.1" 200 1556 0.003249 10.0.0.73 - - [2026-02-19 02:19:47] "GET /routing-instance/a6fb62ce-7982-4bc5-9809-9c9d96d3fffb HTTP/1.1" 200 1556 0.003059 10.0.0.73 - - [2026-02-19 02:19:47] "GET /route-target/099c6be8-8117-4a34-8774-6bf057085b89 HTTP/1.1" 200 1242 0.003144 10.0.0.73 - - [2026-02-19 02:19:47] "GET /virtual-network/d4061120-31c1-45d5-8591-7a30b9670e72 HTTP/1.1" 200 2307 0.004800 10.0.0.73 - - [2026-02-19 02:19:47] "GET /routing-instance/a6fb62ce-7982-4bc5-9809-9c9d96d3fffb HTTP/1.1" 200 1556 0.003349 10.0.0.73 - - [2026-02-19 02:19:47] "GET /virtual-network/d4061120-31c1-45d5-8591-7a30b9670e72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2007 0.005325 10.0.0.73 - - [2026-02-19 02:19:47] "GET /virtual-network/d4061120-31c1-45d5-8591-7a30b9670e72 HTTP/1.1" 200 2307 0.004689 10.0.0.73 - - [2026-02-19 02:19:47] "GET /routing-instance/a6fb62ce-7982-4bc5-9809-9c9d96d3fffb HTTP/1.1" 200 1556 0.002927 10.0.0.73 - - [2026-02-19 02:19:47] "GET /routing-instance/a6fb62ce-7982-4bc5-9809-9c9d96d3fffb HTTP/1.1" 200 1556 0.003018 10.0.0.73 - - [2026-02-19 02:19:47] "GET /route-target/099c6be8-8117-4a34-8774-6bf057085b89 HTTP/1.1" 200 1242 0.002865 10.0.0.73 - - [2026-02-19 02:19:47] "GET /domains HTTP/1.1" 200 280 0.002570 10.0.0.73 - - [2026-02-19 02:19:47] "GET /domains?obj_uuids=a019755e-f901-41d8-a8e2-8005c9c1abd3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001309 10.0.0.73 - - [2026-02-19 02:19:47] "GET /domain/a019755e-f901-41d8-a8e2-8005c9c1abd3 HTTP/1.1" 200 2946 0.006297 10.0.0.73 - - [2026-02-19 02:19:47] "GET /projects?obj_uuids=6117262b-14a7-4e10-8196-90c0f9f2a97c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000973 10.0.0.73 - - [2026-02-19 02:19:47] "GET /project/6117262b-14a7-4e10-8196-90c0f9f2a97c HTTP/1.1" 200 2351 0.065965 10.0.0.73 - - [2026-02-19 02:19:47] "GET /virtual-network/d4061120-31c1-45d5-8591-7a30b9670e72 HTTP/1.1" 200 2307 0.006797 10.0.0.73 - - [2026-02-19 02:19:47] "GET /obj-perms HTTP/1.1" 200 5030 0.003731 10.0.0.73 - - [2026-02-19 02:19:47] "POST /fqname-to-id HTTP/1.1" 404 197 0.007279 10.0.0.73 - - [2026-02-19 02:19:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.010633 10.0.0.73 - - [2026-02-19 02:19:48] "GET /domains?obj_uuids=a019755e-f901-41d8-a8e2-8005c9c1abd3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001055 10.0.0.73 - - [2026-02-19 02:19:48] "GET /domain/a019755e-f901-41d8-a8e2-8005c9c1abd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.012250 10.0.0.73 - - [2026-02-19 02:19:48] "POST /service-templates HTTP/1.1" 403 264 0.007015 10.0.0.73 - - [2026-02-19 02:19:48] "POST /fqname-to-id HTTP/1.1" 404 183 0.002481 10.0.0.73 - - [2026-02-19 02:19:48] "POST /api-access-lists HTTP/1.1" 200 521 0.011845 10.0.0.73 - - [2026-02-19 02:19:48] "GET /api-access-list/ac3c0af1-3048-4527-a0b2-a8fc2bc48598?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1291 0.004381 10.0.0.73 - - [2026-02-19 02:19:48] "GET /api-access-list/ac3c0af1-3048-4527-a0b2-a8fc2bc48598 HTTP/1.1" 200 1291 0.003320 10.0.0.73 - - [2026-02-19 02:19:48] "POST /fqname-to-id HTTP/1.1" 404 197 0.011435 10.0.0.73 - - [2026-02-19 02:19:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.009590 10.0.0.73 - - [2026-02-19 02:19:48] "GET /domains?obj_uuids=a019755e-f901-41d8-a8e2-8005c9c1abd3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001162 10.0.0.73 - - [2026-02-19 02:19:48] "GET /domain/a019755e-f901-41d8-a8e2-8005c9c1abd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.014438 10.0.0.73 - - [2026-02-19 02:19:48] "POST /service-templates HTTP/1.1" 200 551 0.022444 10.0.0.73 - - [2026-02-19 02:19:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.011868 10.0.0.73 - - [2026-02-19 02:19:48] "GET /service-template/7d8e3fda-5ca0-4592-bbe0-2f24f2b0173f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1853 0.011062 10.0.0.73 - - [2026-02-19 02:19:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.009613 10.0.0.73 - - [2026-02-19 02:19:48] "GET /service-template/7d8e3fda-5ca0-4592-bbe0-2f24f2b0173f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1853 0.011340 10.0.0.73 - - [2026-02-19 02:19:48] "GET /virtual-network/d4061120-31c1-45d5-8591-7a30b9670e72 HTTP/1.1" 401 292 0.000404 10.0.0.73 - - [2026-02-19 02:19:48] "GET /virtual-network/d4061120-31c1-45d5-8591-7a30b9670e72 HTTP/1.1" 403 263 0.030936 10.0.0.73 - - [2026-02-19 02:19:48] "GET /service-template/7d8e3fda-5ca0-4592-bbe0-2f24f2b0173f HTTP/1.1" 403 264 0.006950 10.0.0.73 - - [2026-02-19 02:19:49] "GET /service-template/7d8e3fda-5ca0-4592-bbe0-2f24f2b0173f HTTP/1.1" 403 264 0.040220 10.0.0.73 - - [2026-02-19 02:19:49] "GET /obj-perms HTTP/1.1" 403 257 0.033765 10.0.0.73 - - [2026-02-19 02:19:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002104 10.0.0.73 - - [2026-02-19 02:19:49] "GET /virtual-network/d4061120-31c1-45d5-8591-7a30b9670e72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.008704 10.0.0.73 - - [2026-02-19 02:19:49] "GET /obj-perms HTTP/1.1" 403 257 0.008692 10.0.0.73 - - [2026-02-19 02:19:49] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.007595 10.0.0.73 - - [2026-02-19 02:19:49] "GET /api-access-list/f4f08194-e830-4fea-80a0-6c1de7e41c8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1323 0.003283 10.0.0.73 - - [2026-02-19 02:19:49] "PUT /api-access-list/f4f08194-e830-4fea-80a0-6c1de7e41c8d HTTP/1.1" 200 264 0.007538 10.0.0.73 - - [2026-02-19 02:19:49] "GET /api-access-list/f4f08194-e830-4fea-80a0-6c1de7e41c8d HTTP/1.1" 200 1460 0.010653 10.0.0.73 - - [2026-02-19 02:19:49] "GET /virtual-network/d4061120-31c1-45d5-8591-7a30b9670e72 HTTP/1.1" 200 2307 0.017097 10.0.0.73 - - [2026-02-19 02:19:49] "POST /fqname-to-id HTTP/1.1" 401 292 0.000495 10.0.0.73 - - [2026-02-19 02:19:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.035028 10.0.0.73 - - [2026-02-19 02:19:50] "GET /projects?obj_uuids=6117262b-14a7-4e10-8196-90c0f9f2a97c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001290 10.0.0.73 - - [2026-02-19 02:19:50] "GET /project/6117262b-14a7-4e10-8196-90c0f9f2a97c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.035655 10.0.0.73 - - [2026-02-19 02:19:50] "GET /virtual-networks?parent_id=6117262b-14a7-4e10-8196-90c0f9f2a97c&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.013633 10.0.0.73 - - [2026-02-19 02:19:50] "POST /virtual-networks HTTP/1.1" 403 263 0.009154 10.0.0.73 - - [2026-02-19 02:19:50] "GET /service-template/7d8e3fda-5ca0-4592-bbe0-2f24f2b0173f HTTP/1.1" 403 264 0.008216 10.0.0.73 - - [2026-02-19 02:19:50] "GET /service-template/7d8e3fda-5ca0-4592-bbe0-2f24f2b0173f HTTP/1.1" 403 264 0.030080 10.0.0.73 - - [2026-02-19 02:19:50] "GET /obj-perms HTTP/1.1" 403 257 0.007149 10.0.0.73 - - [2026-02-19 02:19:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002148 10.0.0.73 - - [2026-02-19 02:19:50] "GET /virtual-network/d4061120-31c1-45d5-8591-7a30b9670e72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2007 0.012811 10.0.0.73 - - [2026-02-19 02:19:50] "GET /obj-perms HTTP/1.1" 403 257 0.008347 10.0.0.73 - - [2026-02-19 02:19:51] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.015474 10.0.0.73 - - [2026-02-19 02:19:51] "GET /api-access-list/ac3c0af1-3048-4527-a0b2-a8fc2bc48598?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1291 0.003039 10.0.0.73 - - [2026-02-19 02:19:51] "PUT /api-access-list/ac3c0af1-3048-4527-a0b2-a8fc2bc48598 HTTP/1.1" 200 264 0.007999 10.0.0.73 - - [2026-02-19 02:19:51] "GET /api-access-list/ac3c0af1-3048-4527-a0b2-a8fc2bc48598 HTTP/1.1" 200 1429 0.003079 10.0.0.73 - - [2026-02-19 02:19:51] "GET /service-template/7d8e3fda-5ca0-4592-bbe0-2f24f2b0173f HTTP/1.1" 200 1853 0.011306 10.0.0.73 - - [2026-02-19 02:19:51] "POST /fqname-to-id HTTP/1.1" 404 197 0.007874 10.0.0.73 - - [2026-02-19 02:19:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.009930 10.0.0.73 - - [2026-02-19 02:19:51] "GET /domains?obj_uuids=a019755e-f901-41d8-a8e2-8005c9c1abd3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001138 10.0.0.73 - - [2026-02-19 02:19:51] "GET /domain/a019755e-f901-41d8-a8e2-8005c9c1abd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.014443 10.0.0.73 - - [2026-02-19 02:19:51] "POST /service-templates HTTP/1.1" 403 264 0.007892 10.0.0.73 - - [2026-02-19 02:19:51] "GET /api-access-list/f4f08194-e830-4fea-80a0-6c1de7e41c8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.003132 10.0.0.73 - - [2026-02-19 02:19:51] "PUT /api-access-list/f4f08194-e830-4fea-80a0-6c1de7e41c8d HTTP/1.1" 200 264 0.007545 10.0.0.73 - - [2026-02-19 02:19:51] "GET /api-access-list/f4f08194-e830-4fea-80a0-6c1de7e41c8d HTTP/1.1" 200 1323 0.003068 10.0.0.73 - - [2026-02-19 02:19:51] "GET /api-access-list/ac3c0af1-3048-4527-a0b2-a8fc2bc48598?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.002498 10.0.0.73 - - [2026-02-19 02:19:51] "PUT /api-access-list/ac3c0af1-3048-4527-a0b2-a8fc2bc48598 HTTP/1.1" 200 264 0.008550 10.0.0.73 - - [2026-02-19 02:19:51] "GET /api-access-list/ac3c0af1-3048-4527-a0b2-a8fc2bc48598 HTTP/1.1" 200 1291 0.003235 10.0.0.73 - - [2026-02-19 02:19:51] "GET /virtual-network/d4061120-31c1-45d5-8591-7a30b9670e72 HTTP/1.1" 403 263 0.008061 10.0.0.73 - - [2026-02-19 02:19:51] "GET /virtual-network/d4061120-31c1-45d5-8591-7a30b9670e72 HTTP/1.1" 403 263 0.041054 10.0.0.73 - - [2026-02-19 02:19:51] "GET /service-template/7d8e3fda-5ca0-4592-bbe0-2f24f2b0173f HTTP/1.1" 403 264 0.007719 10.0.0.73 - - [2026-02-19 02:19:52] "GET /service-template/7d8e3fda-5ca0-4592-bbe0-2f24f2b0173f HTTP/1.1" 403 264 0.038665 10.0.0.73 - - [2026-02-19 02:19:52] "GET /obj-perms HTTP/1.1" 403 257 0.008651 10.0.0.73 - - [2026-02-19 02:19:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002324 10.0.0.73 - - [2026-02-19 02:19:52] "GET /virtual-network/d4061120-31c1-45d5-8591-7a30b9670e72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.008358 10.0.0.73 - - [2026-02-19 02:19:52] "GET /obj-perms HTTP/1.1" 403 257 0.035134 10.0.0.73 - - [2026-02-19 02:19:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002301 10.0.0.73 - - [2026-02-19 02:19:52] "GET /virtual-network/d4061120-31c1-45d5-8591-7a30b9670e72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.007839 10.0.0.73 - - [2026-02-19 02:19:52] "GET /obj-perms HTTP/1.1" 403 257 0.007999 10.0.0.73 - - [2026-02-19 02:19:52] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.007625 10.0.0.73 - - [2026-02-19 02:19:52] "GET /api-access-list/39e5bbdd-c541-4b10-af7c-d07744047cdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2410 0.003501 10.0.0.73 - - [2026-02-19 02:19:52] "PUT /api-access-list/39e5bbdd-c541-4b10-af7c-d07744047cdc HTTP/1.1" 200 264 0.008200 10.0.0.73 - - [2026-02-19 02:19:52] "GET /service-template/7d8e3fda-5ca0-4592-bbe0-2f24f2b0173f HTTP/1.1" 200 1853 0.010895 10.0.0.73 - - [2026-02-19 02:19:52] "GET /virtual-network/d4061120-31c1-45d5-8591-7a30b9670e72 HTTP/1.1" 200 2307 0.013476 10.0.0.73 - - [2026-02-19 02:19:52] "GET /obj-perms HTTP/1.1" 403 257 0.007830 10.0.0.73 - - [2026-02-19 02:19:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002261 10.0.0.73 - - [2026-02-19 02:19:53] "GET /virtual-network/d4061120-31c1-45d5-8591-7a30b9670e72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2007 0.012172 10.0.0.73 - - [2026-02-19 02:19:53] "GET /obj-perms HTTP/1.1" 403 257 0.007437 10.0.0.73 - - [2026-02-19 02:19:53] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.015602 10.0.0.73 - - [2026-02-19 02:19:53] "DELETE /api-access-list/f4f08194-e830-4fea-80a0-6c1de7e41c8d HTTP/1.1" 200 115 0.023359 10.0.0.73 - - [2026-02-19 02:19:53] "GET /api-access-list/f4f08194-e830-4fea-80a0-6c1de7e41c8d HTTP/1.1" 404 171 0.002877 10.0.0.73 - - [2026-02-19 02:19:53] "DELETE /api-access-list/ac3c0af1-3048-4527-a0b2-a8fc2bc48598 HTTP/1.1" 200 115 0.017658 10.0.0.73 - - [2026-02-19 02:19:53] "GET /api-access-list/ac3c0af1-3048-4527-a0b2-a8fc2bc48598 HTTP/1.1" 404 171 0.002576 10.0.0.73 - - [2026-02-19 02:19:53] "GET /virtual-network/d4061120-31c1-45d5-8591-7a30b9670e72 HTTP/1.1" 401 292 0.000420 10.0.0.73 - - [2026-02-19 02:19:53] "GET /virtual-network/d4061120-31c1-45d5-8591-7a30b9670e72 HTTP/1.1" 403 263 0.031076 10.0.0.73 - - [2026-02-19 02:19:53] "GET /service-template/7d8e3fda-5ca0-4592-bbe0-2f24f2b0173f HTTP/1.1" 403 264 0.005425 10.0.0.73 - - [2026-02-19 02:19:53] "GET /service-template/7d8e3fda-5ca0-4592-bbe0-2f24f2b0173f HTTP/1.1" 403 264 0.034614 10.0.0.73 - - [2026-02-19 02:19:54] "GET /obj-perms HTTP/1.1" 403 257 0.032245 10.0.0.73 - - [2026-02-19 02:19:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002217 10.0.0.73 - - [2026-02-19 02:19:54] "GET /virtual-network/d4061120-31c1-45d5-8591-7a30b9670e72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.006402 10.0.0.73 - - [2026-02-19 02:19:54] "GET /obj-perms HTTP/1.1" 403 257 0.006555 10.0.0.73 - - [2026-02-19 02:19:54] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.006311 10.0.0.73 - - [2026-02-19 02:19:54] "GET /api-access-list/39e5bbdd-c541-4b10-af7c-d07744047cdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2685 0.003572 10.0.0.73 - - [2026-02-19 02:19:54] "PUT /api-access-list/39e5bbdd-c541-4b10-af7c-d07744047cdc HTTP/1.1" 200 264 0.008442 10.0.0.73 - - [2026-02-19 02:19:54] "GET /virtual-network/d4061120-31c1-45d5-8591-7a30b9670e72 HTTP/1.1" 200 2307 0.011769 10.0.0.73 - - [2026-02-19 02:19:54] "GET /service-template/7d8e3fda-5ca0-4592-bbe0-2f24f2b0173f HTTP/1.1" 200 1853 0.009895 10.0.0.73 - - [2026-02-19 02:19:54] "GET /obj-perms HTTP/1.1" 403 257 0.007318 10.0.0.73 - - [2026-02-19 02:19:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002535 10.0.0.73 - - [2026-02-19 02:19:54] "GET /virtual-network/d4061120-31c1-45d5-8591-7a30b9670e72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2007 0.011818 10.0.0.73 - - [2026-02-19 02:19:54] "GET /obj-perms HTTP/1.1" 403 257 0.007082 10.0.0.73 - - [2026-02-19 02:19:54] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.015344 10.0.0.73 - - [2026-02-19 02:19:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.007881 10.0.0.73 - - [2026-02-19 02:19:54] "DELETE /service-template/7d8e3fda-5ca0-4592-bbe0-2f24f2b0173f HTTP/1.1" 200 115 0.018059 10.0.0.73 - - [2026-02-19 02:19:54] "POST /fqname-to-id HTTP/1.1" 404 197 0.008708 10.0.0.73 - - [2026-02-19 02:19:54] "POST /useragent-kv HTTP/1.1" 200 115 0.002627 10.0.0.73 - - [2026-02-19 02:19:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003296 10.0.0.73 - - [2026-02-19 02:19:54] "POST /useragent-kv HTTP/1.1" 200 115 0.001601 10.0.0.73 - - [2026-02-19 02:19:54] "DELETE /virtual-network/d4061120-31c1-45d5-8591-7a30b9670e72 HTTP/1.1" 200 115 0.059398 10.0.0.73 - - [2026-02-19 02:19:54] "DELETE /route-target/099c6be8-8117-4a34-8774-6bf057085b89 HTTP/1.1" 200 115 0.014065 10.0.0.73 - - [2026-02-19 02:19:55] "GET /api-access-list/39e5bbdd-c541-4b10-af7c-d07744047cdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.003478 10.0.0.73 - - [2026-02-19 02:19:55] "PUT /api-access-list/39e5bbdd-c541-4b10-af7c-d07744047cdc HTTP/1.1" 200 264 0.007972 10.0.0.73 - - [2026-02-19 02:19:55] "GET /api-access-list/39e5bbdd-c541-4b10-af7c-d07744047cdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2691 0.004051 10.0.0.73 - - [2026-02-19 02:19:55] "PUT /api-access-list/39e5bbdd-c541-4b10-af7c-d07744047cdc HTTP/1.1" 200 264 0.008780 10.0.0.73 - - [2026-02-19 02:19:56] "GET /api-access-list/39e5bbdd-c541-4b10-af7c-d07744047cdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2410 0.003907 10.0.0.73 - - [2026-02-19 02:19:56] "PUT /api-access-list/39e5bbdd-c541-4b10-af7c-d07744047cdc HTTP/1.1" 200 264 0.008441 10.0.0.73 - - [2026-02-19 02:19:56] "GET /projects?obj_uuids=6117262b-14a7-4e10-8196-90c0f9f2a97c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000952 10.0.0.73 - - [2026-02-19 02:19:56] "GET /project/6117262b-14a7-4e10-8196-90c0f9f2a97c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.020394 10.0.0.73 - - [2026-02-19 02:19:56] "GET /projects?obj_uuids=6117262b-14a7-4e10-8196-90c0f9f2a97c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001044 10.0.0.73 - - [2026-02-19 02:19:56] "GET /project/6117262b-14a7-4e10-8196-90c0f9f2a97c?fields=virtual_networks HTTP/1.1" 200 1031 0.064767 10.0.0.73 - - [2026-02-19 02:19:56] "GET /projects?obj_uuids=6117262b-14a7-4e10-8196-90c0f9f2a97c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000948 10.0.0.73 - - [2026-02-19 02:19:56] "GET /project/6117262b-14a7-4e10-8196-90c0f9f2a97c?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.024187 10.0.0.73 - - [2026-02-19 02:19:56] "GET /projects?obj_uuids=6117262b-14a7-4e10-8196-90c0f9f2a97c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001379 10.0.0.73 - - [2026-02-19 02:19:56] "GET /project/6117262b-14a7-4e10-8196-90c0f9f2a97c?fields=security_groups HTTP/1.1" 200 1257 0.025868 10.0.0.73 - - [2026-02-19 02:19:57] "GET /projects?obj_uuids=a5e71268-16fe-4a3b-97f7-cb00ccd5f05c&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001354 10.0.0.73 - - [2026-02-19 02:19:57] "GET /project/a5e71268-16fe-4a3b-97f7-cb00ccd5f05c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.028574 [Introspect:8084]10.0.0.73 - - [2026-02-19 02:19:57] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001490 10.0.0.73 - - [2026-02-19 02:19:57] "POST /fqname-to-id HTTP/1.1" 404 184 0.028149 10.0.0.73 - - [2026-02-19 02:19:57] "GET /projects?obj_uuids=7edf2c07-f689-47ae-8fef-b0d3593bfb7f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002671 10.0.0.73 - - [2026-02-19 02:19:57] "GET /domains?obj_uuids=a019755e-f901-41d8-a8e2-8005c9c1abd3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001823 10.0.0.73 - - [2026-02-19 02:19:57] "GET /domain/a019755e-f901-41d8-a8e2-8005c9c1abd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008573 10.0.0.73 - - [2026-02-19 02:19:58] "POST /id-to-fqname HTTP/1.1" 200 186 0.001127 10.0.0.73 - - [2026-02-19 02:19:58] "POST /fqname-to-id HTTP/1.1" 404 195 0.003030 10.0.0.73 - - [2026-02-19 02:19:58] "POST /security-groups HTTP/1.1" 200 587 0.064448 10.0.0.73 - - [2026-02-19 02:19:58] "POST /fqname-to-id HTTP/1.1" 404 230 0.002192 10.0.0.73 - - [2026-02-19 02:19:58] "POST /projects HTTP/1.1" 200 577 0.206038 10.0.0.73 - - [2026-02-19 02:19:58] "POST /access-control-lists HTTP/1.1" 200 592 0.054216 10.0.0.73 - - [2026-02-19 02:19:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.278746 10.0.0.73 - - [2026-02-19 02:19:58] "POST /fqname-to-id HTTP/1.1" 404 229 0.002550 10.0.0.73 - - [2026-02-19 02:19:58] "GET /project/7edf2c07-f689-47ae-8fef-b0d3593bfb7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.410490 10.0.0.73 - - [2026-02-19 02:19:58] "POST /access-control-lists HTTP/1.1" 200 590 0.060368 10.0.0.73 - - [2026-02-19 02:19:59] "GET / HTTP/1.1" 200 35931 0.002320 10.0.0.73 - - [2026-02-19 02:19:59] "GET /projects?obj_uuids=7edf2c07-f689-47ae-8fef-b0d3593bfb7f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001025 10.0.0.73 - - [2026-02-19 02:19:59] "GET /project/7edf2c07-f689-47ae-8fef-b0d3593bfb7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.022349 10.0.0.73 - - [2026-02-19 02:19:59] "GET /projects?obj_uuids=7edf2c07-f689-47ae-8fef-b0d3593bfb7f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000906 10.0.0.73 - - [2026-02-19 02:19:59] "GET /project/7edf2c07-f689-47ae-8fef-b0d3593bfb7f?fields=virtual_networks HTTP/1.1" 200 1024 0.065500 10.0.0.73 - - [2026-02-19 02:19:59] "GET /projects?obj_uuids=7edf2c07-f689-47ae-8fef-b0d3593bfb7f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000989 10.0.0.73 - - [2026-02-19 02:19:59] "GET /project/7edf2c07-f689-47ae-8fef-b0d3593bfb7f?fields=virtual_machine_interfaces HTTP/1.1" 200 1024 0.024302 10.0.0.73 - - [2026-02-19 02:20:00] "GET /projects?obj_uuids=7edf2c07-f689-47ae-8fef-b0d3593bfb7f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001193 10.0.0.73 - - [2026-02-19 02:20:00] "GET /project/7edf2c07-f689-47ae-8fef-b0d3593bfb7f?fields=security_groups HTTP/1.1" 200 1246 0.030088 10.0.0.73 - - [2026-02-19 02:20:33] "DELETE /project/b89e9b0d9e134e2fa7500fc9ec316ef2 HTTP/1.1" 404 173 0.011162 10.0.0.73 - - [2026-02-19 02:20:33] "DELETE /project/7edf2c07f68947ae8fefb0d3593bfb7f HTTP/1.1" 404 173 0.010399 10.0.0.73 - - [2026-02-19 02:20:33] "GET /projects?obj_uuids=7edf2c07-f689-47ae-8fef-b0d3593bfb7f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000832 10.0.0.73 - - [2026-02-19 02:20:33] "GET /projects?obj_uuids=6117262b-14a7-4e10-8196-90c0f9f2a97c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000734 10.0.0.73 - - [2026-02-19 02:20:33] "GET /projects?obj_uuids=b89e9b0d-9e13-4e2f-a750-0fc9ec316ef2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000711 10.0.0.73 - - [2026-02-19 02:20:33] "GET /project/b89e9b0d-9e13-4e2f-a750-0fc9ec316ef2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.048024 10.0.0.73 - - [2026-02-19 02:20:33] "GET /project/7edf2c07-f689-47ae-8fef-b0d3593bfb7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1452 0.050184 10.0.0.73 - - [2026-02-19 02:20:33] "GET /project/6117262b-14a7-4e10-8196-90c0f9f2a97c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.055553 10.0.0.73 - - [2026-02-19 02:20:33] "GET /projects?obj_uuids=6117262b-14a7-4e10-8196-90c0f9f2a97c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001257 10.0.0.73 - - [2026-02-19 02:20:33] "GET /projects?obj_uuids=7edf2c07-f689-47ae-8fef-b0d3593bfb7f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000838 10.0.0.73 - - [2026-02-19 02:20:33] "GET /projects?obj_uuids=b89e9b0d-9e13-4e2f-a750-0fc9ec316ef2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000794 10.0.0.73 - - [2026-02-19 02:20:33] "GET /project/b89e9b0d-9e13-4e2f-a750-0fc9ec316ef2?fields=security_groups HTTP/1.1" 200 1364 0.035951 10.0.0.73 - - [2026-02-19 02:20:33] "GET /project/6117262b-14a7-4e10-8196-90c0f9f2a97c?fields=security_groups HTTP/1.1" 200 1362 0.039713 10.0.0.73 - - [2026-02-19 02:20:33] "GET /project/7edf2c07-f689-47ae-8fef-b0d3593bfb7f?fields=security_groups HTTP/1.1" 200 1351 0.048308 10.0.0.73 - - [2026-02-19 02:20:33] "DELETE /security-group/27cbcf12-e8b8-408f-aa25-c9fc2f11bd67 HTTP/1.1" 200 115 0.061234 10.0.0.73 - - [2026-02-19 02:20:33] "GET /projects?obj_uuids=b89e9b0d-9e13-4e2f-a750-0fc9ec316ef2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000996 10.0.0.73 - - [2026-02-19 02:20:33] "DELETE /access-control-list/a0ce74f5-77af-4075-9f58-02cdbf820ecc HTTP/1.1" 200 115 0.044185 10.0.0.73 - - [2026-02-19 02:20:33] "DELETE /security-group/379a50ad-d299-40fd-a6a5-a052d68f6355 HTTP/1.1" 200 115 0.073183 10.0.0.73 - - [2026-02-19 02:20:33] "GET /projects?obj_uuids=6117262b-14a7-4e10-8196-90c0f9f2a97c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000968 10.0.0.73 - - [2026-02-19 02:20:33] "DELETE /security-group/0ccaf5ea-5006-4fd2-b631-31cd617e52f8 HTTP/1.1" 200 115 0.081420 10.0.0.73 - - [2026-02-19 02:20:33] "GET /project/b89e9b0d-9e13-4e2f-a750-0fc9ec316ef2?fields=application_policy_sets HTTP/1.1" 200 1403 0.046259 10.0.0.73 - - [2026-02-19 02:20:33] "GET /projects?obj_uuids=7edf2c07-f689-47ae-8fef-b0d3593bfb7f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001146 10.0.0.73 - - [2026-02-19 02:20:33] "DELETE /access-control-list/107f8a14-08f3-4cd7-8512-60c6a0659742 HTTP/1.1" 200 115 0.041980 10.0.0.73 - - [2026-02-19 02:20:33] "GET /project/7edf2c07-f689-47ae-8fef-b0d3593bfb7f?fields=application_policy_sets HTTP/1.1" 200 1390 0.035416 10.0.0.73 - - [2026-02-19 02:20:33] "DELETE /access-control-list/b6903204-fa00-47f0-aacb-a775785ac7df HTTP/1.1" 200 115 0.021560 10.0.0.73 - - [2026-02-19 02:20:33] "GET /project/6117262b-14a7-4e10-8196-90c0f9f2a97c?fields=application_policy_sets HTTP/1.1" 200 1401 0.077236 10.0.0.73 - - [2026-02-19 02:20:33] "DELETE /access-control-list/87865800-cadf-402a-a714-59706b133f5b HTTP/1.1" 200 115 0.023101 10.0.0.73 - - [2026-02-19 02:20:33] "DELETE /access-control-list/d4656256-44c2-4f19-8796-877fb8a4b99e HTTP/1.1" 200 115 0.037634 10.0.0.73 - - [2026-02-19 02:20:33] "DELETE /access-control-list/d99a26a9-96f7-4a3d-a67c-0ef78a4c9ce5 HTTP/1.1" 200 115 0.043927 10.0.0.73 - - [2026-02-19 02:20:33] "DELETE /project/b89e9b0d-9e13-4e2f-a750-0fc9ec316ef2 HTTP/1.1" 200 115 0.433207 10.0.0.73 - - [2026-02-19 02:20:33] "DELETE /project/7edf2c07-f689-47ae-8fef-b0d3593bfb7f HTTP/1.1" 200 115 0.451734 10.0.0.73 - - [2026-02-19 02:20:33] "DELETE /project/6117262b-14a7-4e10-8196-90c0f9f2a97c HTTP/1.1" 200 115 0.457084 10.0.0.73 - - [2026-02-19 02:20:41] "GET /obj-perms HTTP/1.1" 200 5056 0.064787 10.0.0.73 - - [2026-02-19 02:20:41] "GET /obj-perms HTTP/1.1" 200 5056 0.048350 [Introspect:8084]10.0.0.73 - - [2026-02-19 02:20:46] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000889 [Introspect:8084]10.0.0.73 - - [2026-02-19 02:20:46] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.000909