+++ date ++ echo 'INFO: =================== Thu Feb 19 02:05:28 AM UTC 2026 ===================' INFO: =================== Thu Feb 19 02:05:28 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 +++++ awk '{print $2}' +++++ grep -o 'dev.*' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ cut -d / -f 1 +++ command -v ip +++ local nic=ens3 +++ grep 'inet ' +++ awk '{print $2}' +++ ip addr show dev ens3 +++ head -n 1 ++ DEFAULT_LOCAL_IP=10.0.0.23 ++ 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.23 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.23 ++ ANALYTICSDB_NODES=10.0.0.23 ++ ANALYTICS_SNMP_NODES=10.0.0.23 ++ 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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8081 ' +++ '[' -n '10.0.0.23:8081 ' ']' +++ echo 10.0.0.23:8081 ++ ANALYTICS_SERVERS=10.0.0.23: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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9042 ' +++ '[' -n '10.0.0.23:9042 ' ']' +++ echo 10.0.0.23:9042 ++ ANALYTICSDB_CQL_SERVERS=10.0.0.23:9042 ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.23 ++ 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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8086 ' +++ '[' -n '10.0.0.23:8086 ' ']' +++ echo 10.0.0.23:8086 ++ COLLECTOR_SERVERS=10.0.0.23: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.23 ++ CONFIGDB_NODES=10.0.0.23 ++ 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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8082 ' +++ '[' -n '10.0.0.23:8082 ' ']' +++ echo 10.0.0.23:8082 ++ CONFIG_SERVERS=10.0.0.23: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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9161 ' +++ '[' -n '10.0.0.23:9161 ' ']' +++ echo 10.0.0.23:9161 ++ CONFIGDB_SERVERS=10.0.0.23: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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9041 ' +++ '[' -n '10.0.0.23:9041 ' ']' +++ echo 10.0.0.23:9041 ++ CONFIGDB_CQL_SERVERS=10.0.0.23: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.129 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.129 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.23 ++ 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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+=10.0.0.23:2181, +++ '[' -n 10.0.0.23:2181, ']' +++ echo 10.0.0.23:2181 ++ ZOOKEEPER_SERVERS=10.0.0.23: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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:2181 ' +++ '[' -n '10.0.0.23:2181 ' ']' +++ echo 10.0.0.23:2181 ++ ZOOKEEPER_SERVERS_SPACE_DELIM=10.0.0.23:2181 ++ RABBITMQ_NODES=10.0.0.23 ++ 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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+=10.0.0.23:5673, +++ '[' -n 10.0.0.23:5673, ']' +++ echo 10.0.0.23:5673 ++ RABBITMQ_SERVERS=10.0.0.23: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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:6379 ' +++ '[' -n '10.0.0.23:6379 ' ']' +++ echo 10.0.0.23:6379 ++ REDIS_SERVERS=10.0.0.23: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.23 ++ 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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9092 ' +++ '[' -n '10.0.0.23:9092 ' ']' +++ echo 10.0.0.23:9092 ++ KAFKA_SERVERS=10.0.0.23: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.23 ++ 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.23 ++ 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.23 ++ 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.23 ++ cut -d , -f 1 + local cassandra=10.0.0.23 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.23 9041 + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 + host_ip=0.0.0.0 + is_enabled + local val= + [[ '' == \t\r\u\e ]] + [[ '' == \y\e\s ]] + [[ '' == \e\n\a\b\l\e\d ]] ++ get_listen_ip_for_node CONFIG +++ find_my_ip_and_order_for_node CONFIG +++ local server_typ=CONFIG_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.23 +++ cut -d ' ' -f 1 +++ local servers=10.0.0.23 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ cat /proc/net/fib_trie ++++ awk '/32 host/ { print f } {f=$2}' ++++ uniq ++++ sort ++++ tr '\n' , ++++ grep -vi host +++ local local_ips=,10.0.0.23,10.20.0.129,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.23'\''))' +++ local server_ip=10.0.0.23 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.23 ]] +++ [[ ,10.0.0.23,10.20.0.129,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.23, ]] +++ echo 10.0.0.23 1 +++ return ++ local ip=10.0.0.23 ++ [[ -z 10.0.0.23 ]] ++ echo 10.0.0.23 + host_ip=10.0.0.23 + [[ cql == \c\q\l ]] ++ echo 10.0.0.23:9041 ++ sed 's/,/ /g' + cassandra_server_list=10.0.0.23:9041 + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.23:8082' + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + neutron_section= + mkdir -p /etc/contrail + introspect_port_list=("${CONFIG_API_INTROSPECT_PORT}") + admin_port_list=("${CONFIG_API_ADMIN_PORT}") + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT-1 )) + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT )) + cat ++ get_introspect_listen_ip_for_node CONFIG ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + add_ini_params_from_env API /etc/contrail/contrail-api-0.conf + local service_name=API + local cfg_path=/etc/contrail/contrail-api-0.conf + local delim=__ ++ set -o posix ++ set ++ grep '^API__.*__.*=.*$' ++ sort ++ cut -d = -f 1 ++ sed 's/^API__//g' + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0' + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs contrail-api + local template=contrail-api ++ dirname /var/log/contrail/config-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/config-api + chmod 755 /var/log/contrail/config-api + mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/config-api + find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:287: SyntaxWarning: "is not" with a literal. Did you mean "!="? if ip_alloc_unit is not 1: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1113: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1910: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: 02/19/2026 02:05:36.715 7f29235f7540 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 02/19/2026 02:05:36.852 7f29235f7540 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 02/19/2026 02:05:36.864 7f29235f7540 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 02/19/2026 02:05:36.864 7f29235f7540 [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.23:8082/ Hit Ctrl-C to quit. 10.0.0.23 - - [2026-02-19 02:05:41] "GET / HTTP/1.1" 503 181 0.000219 10.0.0.23 - - [2026-02-19 02:05:41] "GET / HTTP/1.1" 503 181 0.000151 10.0.0.23 - - [2026-02-19 02:05:41] "GET / HTTP/1.1" 200 35931 0.001253 10.0.0.23 - - [2026-02-19 02:05:42] "GET / HTTP/1.1" 200 35931 0.001363 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.23 - - [2026-02-19 02:05:42] "POST /fqname-to-id HTTP/1.1" 401 292 0.000558 10.0.0.23 - - [2026-02-19 02:05:42] "GET / HTTP/1.1" 200 45871 0.001499 10.0.0.23 - - [2026-02-19 02:05:42] "GET / HTTP/1.1" 200 45871 0.001161 10.0.0.23 - - [2026-02-19 02:05:42] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000441 10.0.0.23 - - [2026-02-19 02:05:42] "POST /fqname-to-id HTTP/1.1" 401 292 0.000327 10.0.0.23 - - [2026-02-19 02:05:43] "POST /fqname-to-id HTTP/1.1" 401 292 0.000405 10.0.0.23 - - [2026-02-19 02:05:43] "GET / HTTP/1.1" 200 35931 0.001435 10.0.0.23 - - [2026-02-19 02:05:43] "POST /fqname-to-id HTTP/1.1" 200 156 1.202758 10.0.0.23 - - [2026-02-19 02:05:43] "GET /global-system-config/d939a0ac-7b9c-4e97-b5d4-8b40bcd81736?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.005948 10.0.0.23 - - [2026-02-19 02:05:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.634380 10.0.0.23 - - [2026-02-19 02:05:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002895 10.0.0.23 - - [2026-02-19 02:05:43] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.949906 10.0.0.23 - - [2026-02-19 02:05:43] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.002603 10.0.0.23 - - [2026-02-19 02:05:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.073777 10.0.0.23 - - [2026-02-19 02:05:43] "POST /fqname-to-id HTTP/1.1" 404 220 0.002354 10.0.0.23 - - [2026-02-19 02:05:43] "GET /network-ipam/e35ae706-5610-40c4-ba0e-468c072b9e5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1954 0.003836 10.0.0.23 - - [2026-02-19 02:05:43] "GET / HTTP/1.1" 200 35931 0.001196 10.0.0.23 - - [2026-02-19 02:05:43] "POST /config-nodes HTTP/1.1" 200 599 0.023888 10.0.0.23 - - [2026-02-19 02:05:43] "POST /fqname-to-id HTTP/1.1" 401 292 0.000381 10.0.0.23 - - [2026-02-19 02:05:44] "GET / HTTP/1.1" 200 35931 0.001329 10.0.0.23 - - [2026-02-19 02:05:44] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000409 10.0.0.23 - - [2026-02-19 02:05:44] "POST /fqname-to-id HTTP/1.1" 404 225 0.003185 10.0.0.23 - - [2026-02-19 02:05:44] "POST /access-control-lists HTTP/1.1" 200 587 0.022810 /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.23 - - [2026-02-19 02:05:44] "POST /fqname-to-id HTTP/1.1" 404 224 0.003191 10.0.0.23 - - [2026-02-19 02:05:44] "POST /access-control-lists HTTP/1.1" 200 585 0.026663 10.0.0.23 - - [2026-02-19 02:05:44] "POST /route-targets HTTP/1.1" 200 327 0.019189 10.0.0.23 - - [2026-02-19 02:05:44] "POST /ref-update HTTP/1.1" 200 156 0.016608 10.0.0.23 - - [2026-02-19 02:05:44] "POST /route-targets HTTP/1.1" 200 327 0.018059 10.0.0.23 - - [2026-02-19 02:05:44] "POST /fqname-to-id HTTP/1.1" 404 186 0.329257 10.0.0.23 - - [2026-02-19 02:05:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002729 10.0.0.23 - - [2026-02-19 02:05:44] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.077584 10.0.0.23 - - [2026-02-19 02:05:44] "GET /global-system-config/d939a0ac-7b9c-4e97-b5d4-8b40bcd81736?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.004973 10.0.0.23 - - [2026-02-19 02:05:44] "POST /ref-update HTTP/1.1" 200 156 0.017610 10.0.0.23 - - [2026-02-19 02:05:44] "POST /service-appliance-sets HTTP/1.1" 200 553 0.033632 10.0.0.23 - - [2026-02-19 02:05:44] "POST /route-targets HTTP/1.1" 200 327 0.011691 10.0.0.23 - - [2026-02-19 02:05:44] "POST /fqname-to-id HTTP/1.1" 404 180 0.002886 10.0.0.23 - - [2026-02-19 02:05:45] "POST /ref-update HTTP/1.1" 200 156 0.012238 10.0.0.23 - - [2026-02-19 02:05:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002985 10.0.0.23 - - [2026-02-19 02:05:45] "GET /global-system-config/d939a0ac-7b9c-4e97-b5d4-8b40bcd81736?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.007392 10.0.0.23 - - [2026-02-19 02:05:45] "POST /route-targets HTTP/1.1" 200 327 0.028702 10.0.0.23 - - [2026-02-19 02:05:45] "POST /ref-update HTTP/1.1" 200 156 0.087059 10.0.0.23 - - [2026-02-19 02:05:45] "POST /service-appliance-sets HTTP/1.1" 200 541 0.100994 10.0.0.23 - - [2026-02-19 02:05:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002852 10.0.0.23 - - [2026-02-19 02:05:45] "POST /fqname-to-id HTTP/1.1" 404 201 0.003062 10.0.0.23 - - [2026-02-19 02:05:45] "GET /network-ipam/e35ae706-5610-40c4-ba0e-468c072b9e5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1954 0.006368 10.0.0.23 - - [2026-02-19 02:05:45] "GET / HTTP/1.1" 200 35931 0.001601 10.0.0.23 - - [2026-02-19 02:05:45] "POST /fqname-to-id HTTP/1.1" 401 292 0.000374 10.0.0.23 - - [2026-02-19 02:05:45] "POST /access-control-lists HTTP/1.1" 200 551 0.067292 10.0.0.23 - - [2026-02-19 02:05:45] "PUT /access-control-list/ee5dab67-39e7-40f0-b5d5-b769386867df HTTP/1.1" 200 272 0.019371 10.0.0.23 - - [2026-02-19 02:05:45] "POST /service-templates HTTP/1.1" 200 511 0.026624 10.0.0.23 - - [2026-02-19 02:05:45] "POST /service-templates HTTP/1.1" 200 501 0.049283 10.0.0.23 - - [2026-02-19 02:05:45] "PUT /access-control-list/3d28704d-eeb6-47f5-a415-e4e54dd65e31 HTTP/1.1" 200 272 0.029080 10.0.0.23 - - [2026-02-19 02:05:45] "POST /service-templates HTTP/1.1" 200 515 0.021910 10.0.0.23 - - [2026-02-19 02:05:45] "POST /service-templates HTTP/1.1" 200 535 0.025848 10.0.0.23 - - [2026-02-19 02:05:45] "POST /service-templates HTTP/1.1" 200 507 0.028776 10.0.0.23 - - [2026-02-19 02:05:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.037874 10.0.0.23 - - [2026-02-19 02:05:45] "GET /global-system-config/d939a0ac-7b9c-4e97-b5d4-8b40bcd81736?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.005088 10.0.0.23 - - [2026-02-19 02:05:45] "POST /fqname-to-id HTTP/1.1" 404 220 0.002837 10.0.0.23 - - [2026-02-19 02:05:45] "POST /config-database-nodes HTTP/1.1" 200 617 0.016495 10.0.0.23 - - [2026-02-19 02:05:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003515 10.0.0.23 - - [2026-02-19 02:05:49] "GET /global-vrouter-config/2d5e8481-5d1c-4ecd-8ba7-ea3938cbcad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1215 0.004314 10.0.0.23 - - [2026-02-19 02:05:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003059 10.0.0.23 - - [2026-02-19 02:05:49] "PUT /global-vrouter-config/2d5e8481-5d1c-4ecd-8ba7-ea3938cbcad4 HTTP/1.1" 200 276 0.009679 10.0.0.23 - - [2026-02-19 02:05:50] "GET / HTTP/1.1" 200 35931 0.002658 10.0.0.23 - - [2026-02-19 02:05:50] "POST /alarms HTTP/1.1" 401 292 0.000380 10.0.0.23 - - [2026-02-19 02:05:50] "POST /alarms HTTP/1.1" 200 581 0.041785 10.0.0.23 - - [2026-02-19 02:05:50] "POST /alarms HTTP/1.1" 200 575 0.019332 10.0.0.23 - - [2026-02-19 02:05:50] "POST /alarms HTTP/1.1" 200 575 0.020492 10.0.0.23 - - [2026-02-19 02:05:50] "POST /alarms HTTP/1.1" 200 559 0.019458 10.0.0.23 - - [2026-02-19 02:05:50] "POST /alarms HTTP/1.1" 200 555 0.018116 10.0.0.23 - - [2026-02-19 02:05:50] "POST /alarms HTTP/1.1" 200 557 0.021610 10.0.0.23 - - [2026-02-19 02:05:50] "POST /alarms HTTP/1.1" 200 565 0.018855 10.0.0.23 - - [2026-02-19 02:05:51] "POST /alarms HTTP/1.1" 200 549 0.020420 10.0.0.23 - - [2026-02-19 02:05:51] "POST /alarms HTTP/1.1" 200 557 0.018547 10.0.0.23 - - [2026-02-19 02:05:51] "POST /alarms HTTP/1.1" 200 567 0.020751 10.0.0.23 - - [2026-02-19 02:05:51] "POST /alarms HTTP/1.1" 200 555 0.017547 10.0.0.23 - - [2026-02-19 02:05:51] "POST /alarms HTTP/1.1" 200 567 0.019772 10.0.0.23 - - [2026-02-19 02:05:51] "POST /alarms HTTP/1.1" 200 575 0.061944 10.0.0.23 - - [2026-02-19 02:05:51] "POST /alarms HTTP/1.1" 200 569 0.021788 10.0.0.23 - - [2026-02-19 02:05:51] "POST /alarms HTTP/1.1" 200 561 0.025367 10.0.0.23 - - [2026-02-19 02:05:51] "POST /alarms HTTP/1.1" 200 561 0.019173 10.0.0.23 - - [2026-02-19 02:05:51] "POST /alarms HTTP/1.1" 200 561 0.036650 10.0.0.23 - - [2026-02-19 02:05:51] "POST /alarms HTTP/1.1" 200 547 0.019294 10.0.0.23 - - [2026-02-19 02:05:51] "POST /alarms HTTP/1.1" 200 595 0.025923 10.0.0.23 - - [2026-02-19 02:05:51] "POST /alarms HTTP/1.1" 200 575 0.022890 10.0.0.23 - - [2026-02-19 02:05:51] "POST /alarms HTTP/1.1" 200 571 0.019154 10.0.0.23 - - [2026-02-19 02:05:52] "POST /alarms HTTP/1.1" 200 583 0.019899 10.0.0.23 - - [2026-02-19 02:05:52] "POST /alarms HTTP/1.1" 200 609 0.017456 10.0.0.23 - - [2026-02-19 02:05:52] "GET / HTTP/1.1" 200 35931 0.001429 10.0.0.23 - - [2026-02-19 02:05:52] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000378 10.0.0.23 - - [2026-02-19 02:05:52] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.027187 10.0.0.23 - - [2026-02-19 02:05:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003442 10.0.0.23 - - [2026-02-19 02:05:52] "PUT /global-vrouter-config/2d5e8481-5d1c-4ecd-8ba7-ea3938cbcad4 HTTP/1.1" 200 276 0.010747 10.0.0.23 - - [2026-02-19 02:05:53] "GET / HTTP/1.1" 200 35931 0.001634 10.0.0.23 - - [2026-02-19 02:05:53] "POST /fqname-to-id HTTP/1.1" 401 292 0.000384 10.0.0.23 - - [2026-02-19 02:05:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.024228 10.0.0.23 - - [2026-02-19 02:05:53] "GET /global-vrouter-config/2d5e8481-5d1c-4ecd-8ba7-ea3938cbcad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003504 10.0.0.23 - - [2026-02-19 02:05:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003199 10.0.0.23 - - [2026-02-19 02:05:53] "PUT /global-vrouter-config/2d5e8481-5d1c-4ecd-8ba7-ea3938cbcad4 HTTP/1.1" 200 276 0.008280 10.0.0.23 - - [2026-02-19 02:05:53] "GET / HTTP/1.1" 200 35931 0.001603 10.0.0.23 - - [2026-02-19 02:05:53] "POST /fqname-to-id HTTP/1.1" 401 292 0.000386 10.0.0.23 - - [2026-02-19 02:05:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.025589 10.0.0.23 - - [2026-02-19 02:05:54] "GET /global-system-config/d939a0ac-7b9c-4e97-b5d4-8b40bcd81736?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.005159 10.0.0.23 - - [2026-02-19 02:05:54] "PUT /global-system-config/d939a0ac-7b9c-4e97-b5d4-8b40bcd81736 HTTP/1.1" 200 274 0.016612 10.0.0.23 - - [2026-02-19 02:06:05] "GET /global-system-configs HTTP/1.1" 401 292 0.000432 10.0.0.23 - - [2026-02-19 02:06:05] "GET /global-system-configs HTTP/1.1" 401 292 0.000440 10.0.0.23 - - [2026-02-19 02:06:06] "GET /global-system-configs HTTP/1.1" 401 292 0.000356 10.0.0.23 - - [2026-02-19 02:06:06] "GET /global-system-configs HTTP/1.1" 401 292 0.000372 10.0.0.23 - - [2026-02-19 02:06:45] "GET / HTTP/1.1" 200 35931 0.002030 10.0.0.23 - - [2026-02-19 02:06:45] "POST /fqname-to-id HTTP/1.1" 401 292 0.000521 10.0.0.23 - - [2026-02-19 02:06:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.023661 10.0.0.23 - - [2026-02-19 02:06:45] "GET /routing-instance/9b762ed0-f963-417b-ad67-f675a1e17dad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.003208 10.0.0.23 - - [2026-02-19 02:06:45] "POST /bgp-routers HTTP/1.1" 200 620 0.020580 10.0.0.23 - - [2026-02-19 02:06:45] "GET /bgp-router/7a112b13-ec8a-44b5-93db-3b98317bc9c5?fields=global_system_config_back_refs HTTP/1.1" 200 1116 0.005563 10.0.0.23 - - [2026-02-19 02:06:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003092 10.0.0.23 - - [2026-02-19 02:06:45] "GET /global-system-config/d939a0ac-7b9c-4e97-b5d4-8b40bcd81736?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.005643 10.0.0.23 - - [2026-02-19 02:06:45] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003228 10.0.0.23 - - [2026-02-19 02:06:45] "POST /ref-update HTTP/1.1" 200 156 0.006889 10.0.0.23 - - [2026-02-19 02:07:12] "GET / HTTP/1.1" 200 35931 0.001317 10.0.0.23 - - [2026-02-19 02:07:12] "POST /fqname-to-id HTTP/1.1" 401 292 0.000486 10.0.0.23 - - [2026-02-19 02:07:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.026040 10.0.0.23 - - [2026-02-19 02:07:13] "GET /global-system-config/d939a0ac-7b9c-4e97-b5d4-8b40bcd81736?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.006814 10.0.0.23 - - [2026-02-19 02:07:13] "POST /fqname-to-id HTTP/1.1" 404 220 0.003330 10.0.0.23 - - [2026-02-19 02:07:13] "POST /database-nodes HTTP/1.1" 200 603 0.021714 10.0.0.23 - - [2026-02-19 02:07:43] "GET / HTTP/1.1" 200 35931 0.001509 10.0.0.23 - - [2026-02-19 02:07:43] "POST /fqname-to-id HTTP/1.1" 401 292 0.000469 10.0.0.23 - - [2026-02-19 02:07:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.033959 10.0.0.23 - - [2026-02-19 02:07:44] "GET /global-system-config/d939a0ac-7b9c-4e97-b5d4-8b40bcd81736?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.005675 10.0.0.23 - - [2026-02-19 02:07:44] "POST /fqname-to-id HTTP/1.1" 404 220 0.002854 10.0.0.23 - - [2026-02-19 02:07:44] "POST /analytics-nodes HTTP/1.1" 200 605 0.017919 10.0.0.23 - - [2026-02-19 02:07:50] "GET / HTTP/1.1" 200 35931 0.002426 10.0.0.23 - - [2026-02-19 02:08:00] "GET / HTTP/1.1" 200 35931 0.001882 10.0.0.23 - - [2026-02-19 02:08:00] "POST /fqname-to-id HTTP/1.1" 401 292 0.000408 10.0.0.23 - - [2026-02-19 02:08:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.027623 10.0.0.23 - - [2026-02-19 02:08:00] "GET /global-system-config/d939a0ac-7b9c-4e97-b5d4-8b40bcd81736?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.006138 10.0.0.23 - - [2026-02-19 02:08:01] "POST /fqname-to-id HTTP/1.1" 404 220 0.003231 10.0.0.23 - - [2026-02-19 02:08:01] "POST /analytics-alarm-nodes HTTP/1.1" 200 617 0.025249 10.0.0.23 - - [2026-02-19 02:08:15] "GET / HTTP/1.1" 200 35931 0.001721 10.0.0.23 - - [2026-02-19 02:08:15] "POST /fqname-to-id HTTP/1.1" 401 292 0.000496 10.0.0.23 - - [2026-02-19 02:08:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.027610 10.0.0.23 - - [2026-02-19 02:08:16] "GET /global-system-config/d939a0ac-7b9c-4e97-b5d4-8b40bcd81736?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.005883 10.0.0.23 - - [2026-02-19 02:08:16] "POST /fqname-to-id HTTP/1.1" 404 220 0.002773 10.0.0.23 - - [2026-02-19 02:08:16] "POST /analytics-snmp-nodes HTTP/1.1" 200 615 0.019492 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.23 - - [2026-02-19 02:08:47] "GET /obj-perms HTTP/1.1" 200 5056 0.357745 10.0.0.23 - - [2026-02-19 02:08:47] "GET /obj-perms HTTP/1.1" 200 5056 0.050681 10.0.0.23 - - [2026-02-19 02:09:48] "GET /obj-perms HTTP/1.1" 200 5056 0.045463 10.0.0.23 - - [2026-02-19 02:09:48] "GET /obj-perms HTTP/1.1" 200 5056 0.045531 10.0.0.23 - - [2026-02-19 02:10:07] "GET / HTTP/1.1" 200 35931 0.001570 10.0.0.23 - - [2026-02-19 02:10:07] "POST /fqname-to-id HTTP/1.1" 401 292 0.000352 10.0.0.23 - - [2026-02-19 02:10:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.025126 10.0.0.23 - - [2026-02-19 02:10:07] "GET /global-system-config/d939a0ac-7b9c-4e97-b5d4-8b40bcd81736?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.004906 10.0.0.23 - - [2026-02-19 02:10:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003243 10.0.0.23 - - [2026-02-19 02:10:07] "GET /routing-instance/9b762ed0-f963-417b-ad67-f675a1e17dad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.003664 10.0.0.23 - - [2026-02-19 02:10:07] "PUT /global-system-config/d939a0ac-7b9c-4e97-b5d4-8b40bcd81736 HTTP/1.1" 200 274 0.012386 10.0.0.23 - - [2026-02-19 02:10:07] "POST /fqname-to-id HTTP/1.1" 404 218 0.002824 10.0.0.23 - - [2026-02-19 02:10:07] "POST /virtual-routers HTTP/1.1" 200 603 0.017608 10.0.0.23 - - [2026-02-19 02:10:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003525 10.0.0.23 - - [2026-02-19 02:10:07] "GET /virtual-router/8a88feaf-476b-446a-8238-17ae5b16bbda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1245 0.004871 10.0.0.23 - - [2026-02-19 02:10:08] "POST /fqname-to-id HTTP/1.1" 404 231 0.002956 10.0.0.23 - - [2026-02-19 02:10:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002861 10.0.0.23 - - [2026-02-19 02:10:08] "GET /virtual-network/9a0bd940-4c8d-480e-91b0-d31259993b3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.005162 10.0.0.23 - - [2026-02-19 02:10:08] "POST /virtual-machine-interfaces HTTP/1.1" 200 585 0.041425 10.0.0.23 - - [2026-02-19 02:10:08] "PUT /access-control-list/3536bca2-80b2-466e-b02a-f4dfacb73c1e HTTP/1.1" 200 272 0.010030 [Introspect:8084]10.0.0.23 - - [2026-02-19 02:10:13] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001125 [Introspect:8084]10.0.0.23 - - [2026-02-19 02:10:13] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.000939 [Introspect:8084]10.0.0.23 - - [2026-02-19 02:10:15] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001275 [Introspect:8084]10.0.0.23 - - [2026-02-19 02:10:15] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001362 10.0.0.23 - - [2026-02-19 02:10:48] "GET /obj-perms HTTP/1.1" 200 5056 0.047685 10.0.0.23 - - [2026-02-19 02:10:49] "GET /obj-perms HTTP/1.1" 200 5056 0.047305 10.0.0.23 - - [2026-02-19 02:11:05] "GET /global-system-configs HTTP/1.1" 401 292 0.000509 10.0.0.23 - - [2026-02-19 02:11:05] "GET /global-system-configs HTTP/1.1" 401 292 0.000373 10.0.0.23 - - [2026-02-19 02:11:06] "GET /global-system-configs HTTP/1.1" 401 292 0.000430 10.0.0.23 - - [2026-02-19 02:11:06] "GET /global-system-configs HTTP/1.1" 401 292 0.000384 10.0.0.23 - - [2026-02-19 02:11:14] "GET / HTTP/1.1" 200 35931 0.001433 10.0.0.23 - - [2026-02-19 02:11:15] "GET /project/173eded5-1dc2-4647-bb96-183d6be4869d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000354 10.0.0.23 - - [2026-02-19 02:11:15] "GET /projects?obj_uuids=173eded5-1dc2-4647-bb96-183d6be4869d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.022401 10.0.0.23 - - [2026-02-19 02:11:15] "GET /domains?obj_uuids=2d5d818a-a03e-492f-8464-ff794ba593de&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000971 10.0.0.23 - - [2026-02-19 02:11:15] "GET /domain/2d5d818a-a03e-492f-8464-ff794ba593de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.027791 10.0.0.23 - - [2026-02-19 02:11:15] "POST /id-to-fqname HTTP/1.1" 200 167 0.001714 10.0.0.23 - - [2026-02-19 02:11:15] "POST /fqname-to-id HTTP/1.1" 404 176 0.004077 10.0.0.23 - - [2026-02-19 02:11:16] "POST /security-groups HTTP/1.1" 200 568 0.069063 10.0.0.23 - - [2026-02-19 02:11:16] "POST /fqname-to-id HTTP/1.1" 404 207 0.024466 10.0.0.23 - - [2026-02-19 02:11:16] "POST /projects HTTP/1.1" 200 539 0.223189 10.0.0.23 - - [2026-02-19 02:11:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.291055 10.0.0.23 - - [2026-02-19 02:11:16] "POST /access-control-lists HTTP/1.1" 200 573 0.056073 10.0.0.23 - - [2026-02-19 02:11:16] "POST /fqname-to-id HTTP/1.1" 404 206 0.002374 10.0.0.23 - - [2026-02-19 02:11:16] "GET /project/173eded5-1dc2-4647-bb96-183d6be4869d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.449844 10.0.0.23 - - [2026-02-19 02:11:16] "POST /access-control-lists HTTP/1.1" 200 571 0.057061 [Introspect:8084]10.0.0.23 - - [2026-02-19 02:11:16] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001094 10.0.0.23 - - [2026-02-19 02:11:16] "POST /fqname-to-id HTTP/1.1" 404 199 0.021329 10.0.0.23 - - [2026-02-19 02:11:16] "GET /projects?obj_uuids=283d1af1-b52f-4c7b-8a09-ee4e74aeca42&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002189 10.0.0.23 - - [2026-02-19 02:11:17] "GET /domains?obj_uuids=2d5d818a-a03e-492f-8464-ff794ba593de&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001053 10.0.0.23 - - [2026-02-19 02:11:17] "GET /domain/2d5d818a-a03e-492f-8464-ff794ba593de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006499 10.0.0.23 - - [2026-02-19 02:11:17] "POST /id-to-fqname HTTP/1.1" 200 201 0.001580 10.0.0.23 - - [2026-02-19 02:11:17] "POST /fqname-to-id HTTP/1.1" 404 210 0.002732 10.0.0.23 - - [2026-02-19 02:11:17] "POST /security-groups HTTP/1.1" 200 602 0.063806 10.0.0.23 - - [2026-02-19 02:11:17] "POST /fqname-to-id HTTP/1.1" 404 245 0.002931 10.0.0.23 - - [2026-02-19 02:11:17] "POST /projects HTTP/1.1" 200 607 0.217499 10.0.0.23 - - [2026-02-19 02:11:17] "POST /access-control-lists HTTP/1.1" 200 607 0.056542 10.0.0.23 - - [2026-02-19 02:11:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.289307 10.0.0.23 - - [2026-02-19 02:11:17] "POST /fqname-to-id HTTP/1.1" 404 244 0.002800 10.0.0.23 - - [2026-02-19 02:11:17] "GET /project/283d1af1-b52f-4c7b-8a09-ee4e74aeca42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.405757 10.0.0.23 - - [2026-02-19 02:11:17] "POST /access-control-lists HTTP/1.1" 200 605 0.057053 10.0.0.23 - - [2026-02-19 02:11:18] "GET / HTTP/1.1" 200 35931 0.001603 10.0.0.23 - - [2026-02-19 02:11:19] "POST /fqname-to-id HTTP/1.1" 401 292 0.000405 10.0.0.23 - - [2026-02-19 02:11:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.049474 10.0.0.23 - - [2026-02-19 02:11:19] "GET /projects?obj_uuids=283d1af1-b52f-4c7b-8a09-ee4e74aeca42&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001150 10.0.0.23 - - [2026-02-19 02:11:19] "GET /project/283d1af1-b52f-4c7b-8a09-ee4e74aeca42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.028087 10.0.0.23 - - [2026-02-19 02:11:19] "POST /neutron/network HTTP/1.1" 200 117 0.073795 10.0.0.23 - - [2026-02-19 02:11:19] "GET /projects?obj_uuids=283d1af1-b52f-4c7b-8a09-ee4e74aeca42&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000944 10.0.0.23 - - [2026-02-19 02:11:19] "POST /neutron/network HTTP/1.1" 200 620 0.068897 10.0.0.23 - - [2026-02-19 02:11:19] "POST /route-targets HTTP/1.1" 200 327 0.011750 10.0.0.23 - - [2026-02-19 02:11:19] "POST /ref-update HTTP/1.1" 200 156 0.020220 10.0.0.23 - - [2026-02-19 02:11:19] "POST /useragent-kv HTTP/1.1" 200 115 0.006010 10.0.0.23 - - [2026-02-19 02:11:19] "POST /neutron/subnet HTTP/1.1" 200 724 0.147292 10.0.0.23 - - [2026-02-19 02:11:19] "POST /neutron/network HTTP/1.1" 200 839 0.007097 10.0.0.23 - - [2026-02-19 02:11:20] "POST /id-to-fqname HTTP/1.1" 200 233 0.002033 10.0.0.23 - - [2026-02-19 02:11:20] "GET /virtual-network/32d653ba-26f2-43b3-bf06-6e10246f8d82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.007182 10.0.0.23 - - [2026-02-19 02:11:20] "POST /neutron/network HTTP/1.1" 200 839 0.005107 10.0.0.23 - - [2026-02-19 02:11:20] "GET /virtual-network/32d653ba-26f2-43b3-bf06-6e10246f8d82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.004811 10.0.0.23 - - [2026-02-19 02:11:20] "POST /neutron/network HTTP/1.1" 200 839 0.005327 10.0.0.23 - - [2026-02-19 02:11:20] "POST /neutron/subnet HTTP/1.1" 200 724 0.006739 10.0.0.23 - - [2026-02-19 02:11:20] "GET /domains HTTP/1.1" 401 292 0.000360 10.0.0.23 - - [2026-02-19 02:11:20] "GET /domains HTTP/1.1" 200 280 0.024179 10.0.0.23 - - [2026-02-19 02:11:20] "GET /domains?obj_uuids=2d5d818a-a03e-492f-8464-ff794ba593de&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000822 10.0.0.23 - - [2026-02-19 02:11:20] "GET /domain/2d5d818a-a03e-492f-8464-ff794ba593de HTTP/1.1" 200 2583 0.010755 10.0.0.23 - - [2026-02-19 02:11:20] "GET /projects?obj_uuids=283d1af1-b52f-4c7b-8a09-ee4e74aeca42&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001072 10.0.0.23 - - [2026-02-19 02:11:20] "GET /project/283d1af1-b52f-4c7b-8a09-ee4e74aeca42 HTTP/1.1" 200 2167 0.068690 10.0.0.23 - - [2026-02-19 02:11:20] "GET /virtual-network/32d653ba-26f2-43b3-bf06-6e10246f8d82 HTTP/1.1" 200 2342 0.005433 10.0.0.23 - - [2026-02-19 02:11:20] "GET /virtual-network/32d653ba-26f2-43b3-bf06-6e10246f8d82 HTTP/1.1" 200 2342 0.004291 10.0.0.23 - - [2026-02-19 02:11:20] "GET /routing-instance/dcce2f93-6bdd-4592-95fa-573b93b2c95e HTTP/1.1" 200 1495 0.002956 10.0.0.23 - - [2026-02-19 02:11:20] "GET /routing-instance/dcce2f93-6bdd-4592-95fa-573b93b2c95e HTTP/1.1" 200 1495 0.002911 10.0.0.23 - - [2026-02-19 02:11:20] "GET /route-target/6523f67f-082b-44e6-be97-46863e2bf087 HTTP/1.1" 200 1219 0.002557 10.0.0.23 - - [2026-02-19 02:11:20] "GET /virtual-network/32d653ba-26f2-43b3-bf06-6e10246f8d82 HTTP/1.1" 200 2342 0.004015 10.0.0.23 - - [2026-02-19 02:11:20] "GET /routing-instance/dcce2f93-6bdd-4592-95fa-573b93b2c95e HTTP/1.1" 200 1495 0.002544 10.0.0.23 - - [2026-02-19 02:11:20] "GET /virtual-network/32d653ba-26f2-43b3-bf06-6e10246f8d82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.003597 10.0.0.23 - - [2026-02-19 02:11:20] "GET /virtual-network/32d653ba-26f2-43b3-bf06-6e10246f8d82 HTTP/1.1" 200 2342 0.003941 10.0.0.23 - - [2026-02-19 02:11:20] "GET /routing-instance/dcce2f93-6bdd-4592-95fa-573b93b2c95e HTTP/1.1" 200 1495 0.002824 10.0.0.23 - - [2026-02-19 02:11:20] "GET /routing-instance/dcce2f93-6bdd-4592-95fa-573b93b2c95e HTTP/1.1" 200 1495 0.002467 10.0.0.23 - - [2026-02-19 02:11:20] "GET /route-target/6523f67f-082b-44e6-be97-46863e2bf087 HTTP/1.1" 200 1219 0.002254 10.0.0.23 - - [2026-02-19 02:11:20] "GET /domains HTTP/1.1" 200 280 0.002016 10.0.0.23 - - [2026-02-19 02:11:20] "GET /domains?obj_uuids=2d5d818a-a03e-492f-8464-ff794ba593de&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000745 10.0.0.23 - - [2026-02-19 02:11:20] "GET /domain/2d5d818a-a03e-492f-8464-ff794ba593de HTTP/1.1" 200 2583 0.005491 10.0.0.23 - - [2026-02-19 02:11:20] "GET /projects?obj_uuids=283d1af1-b52f-4c7b-8a09-ee4e74aeca42&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000715 10.0.0.23 - - [2026-02-19 02:11:20] "GET /project/283d1af1-b52f-4c7b-8a09-ee4e74aeca42 HTTP/1.1" 200 2167 0.062046 10.0.0.23 - - [2026-02-19 02:11:20] "GET /virtual-network/32d653ba-26f2-43b3-bf06-6e10246f8d82 HTTP/1.1" 200 2342 0.004103 10.0.0.23 - - [2026-02-19 02:11:21] "GET /obj-perms HTTP/1.1" 200 5052 0.045925 10.0.0.23 - - [2026-02-19 02:11:21] "POST /id-to-fqname HTTP/1.1" 200 233 0.001156 10.0.0.23 - - [2026-02-19 02:11:22] "POST /neutron/network HTTP/1.1" 200 849 0.005281 10.0.0.23 - - [2026-02-19 02:11:22] "GET /aaa-mode HTTP/1.1" 401 292 0.000442 10.0.0.23 - - [2026-02-19 02:11:22] "GET / HTTP/1.1" 200 35931 0.001332 10.0.0.23 - - [2026-02-19 02:11:22] "GET /project/283d1af1-b52f-4c7b-8a09-ee4e74aeca42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000314 10.0.0.23 - - [2026-02-19 02:11:23] "GET /projects?obj_uuids=283d1af1-b52f-4c7b-8a09-ee4e74aeca42&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001101 10.0.0.23 - - [2026-02-19 02:11:23] "GET /project/283d1af1-b52f-4c7b-8a09-ee4e74aeca42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.052985 10.0.0.23 - - [2026-02-19 02:11:24] "POST /neutron/network HTTP/1.1" 200 839 0.029515 10.0.0.23 - - [2026-02-19 02:11:24] "POST /neutron/port HTTP/1.1" 200 117 0.004974 10.0.0.23 - - [2026-02-19 02:11:24] "POST /neutron/port HTTP/1.1" 200 117 0.004455 10.0.0.23 - - [2026-02-19 02:11:24] "POST /neutron/port HTTP/1.1" 200 117 0.004824 10.0.0.23 - - [2026-02-19 02:11:25] "POST /neutron/network HTTP/1.1" 200 849 0.005309 10.0.0.23 - - [2026-02-19 02:11:25] "GET /projects?obj_uuids=283d1af1-b52f-4c7b-8a09-ee4e74aeca42&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002152 10.0.0.23 - - [2026-02-19 02:11:25] "POST /neutron/port HTTP/1.1" 200 1071 0.214897 10.0.0.23 - - [2026-02-19 02:11:25] "POST /neutron/port HTTP/1.1" 200 1071 0.031345 10.0.0.23 - - [2026-02-19 02:11:25] "POST /neutron/port HTTP/1.1" 200 1071 0.008883 10.0.0.23 - - [2026-02-19 02:11:25] "POST /neutron/port HTTP/1.1" 200 1125 0.064635 10.0.0.23 - - [2026-02-19 02:11:25] "POST /neutron/port HTTP/1.1" 200 1135 0.013485 10.0.0.23 - - [2026-02-19 02:11:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002907 10.0.0.23 - - [2026-02-19 02:11:25] "POST /neutron/subnet HTTP/1.1" 200 698 0.007042 10.0.0.23 - - [2026-02-19 02:11:25] "POST /neutron/port HTTP/1.1" 200 117 0.001079 10.0.0.23 - - [2026-02-19 02:11:25] "POST /neutron/network HTTP/1.1" 200 839 0.005356 10.0.0.23 - - [2026-02-19 02:11:29] "POST /neutron/port HTTP/1.1" 200 1135 0.012804 10.0.0.23 - - [2026-02-19 02:11:29] "POST /neutron/security_group HTTP/1.1" 200 2069 0.005991 10.0.0.23 - - [2026-02-19 02:11:29] "GET /obj-perms HTTP/1.1" 200 5052 0.003017 10.0.0.23 - - [2026-02-19 02:11:30] "GET /obj-perms HTTP/1.1" 200 5052 0.003363 10.0.0.23 - - [2026-02-19 02:11:31] "GET /obj-perms HTTP/1.1" 200 5052 0.002988 10.0.0.23 - - [2026-02-19 02:11:32] "GET /obj-perms HTTP/1.1" 200 5052 0.003058 10.0.0.23 - - [2026-02-19 02:11:33] "GET /obj-perms HTTP/1.1" 200 5052 0.002964 10.0.0.23 - - [2026-02-19 02:11:34] "POST /neutron/network HTTP/1.1" 200 839 0.005244 10.0.0.23 - - [2026-02-19 02:11:34] "POST /neutron/network HTTP/1.1" 400 204 0.011157 10.0.0.23 - - [2026-02-19 02:11:35] "POST /neutron/port HTTP/1.1" 200 1135 0.010531 10.0.0.23 - - [2026-02-19 02:11:35] "POST /neutron/port HTTP/1.1" 200 1125 0.010085 10.0.0.23 - - [2026-02-19 02:11:35] "POST /neutron/port HTTP/1.1" 200 151 0.101151 10.0.0.23 - - [2026-02-19 02:11:36] "POST /neutron/network HTTP/1.1" 200 839 0.005161 10.0.0.23 - - [2026-02-19 02:11:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003615 10.0.0.23 - - [2026-02-19 02:11:36] "POST /useragent-kv HTTP/1.1" 200 115 0.003292 10.0.0.23 - - [2026-02-19 02:11:36] "POST /useragent-kv HTTP/1.1" 200 115 0.002567 10.0.0.23 - - [2026-02-19 02:11:36] "POST /neutron/network HTTP/1.1" 200 151 0.083849 10.0.0.23 - - [2026-02-19 02:11:36] "DELETE /route-target/6523f67f-082b-44e6-be97-46863e2bf087 HTTP/1.1" 200 115 0.021095 10.0.0.23 - - [2026-02-19 02:11:36] "GET /routing-instance/dcce2f93-6bdd-4592-95fa-573b93b2c95e HTTP/1.1" 404 171 0.006125 10.0.0.23 - - [2026-02-19 02:11:36] "GET /domains HTTP/1.1" 200 280 0.002359 10.0.0.23 - - [2026-02-19 02:11:36] "GET /domains?obj_uuids=2d5d818a-a03e-492f-8464-ff794ba593de&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000935 10.0.0.23 - - [2026-02-19 02:11:36] "GET /domain/2d5d818a-a03e-492f-8464-ff794ba593de HTTP/1.1" 200 2583 0.047438 10.0.0.23 - - [2026-02-19 02:11:36] "GET /projects?obj_uuids=283d1af1-b52f-4c7b-8a09-ee4e74aeca42&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001335 10.0.0.23 - - [2026-02-19 02:11:36] "GET /project/283d1af1-b52f-4c7b-8a09-ee4e74aeca42 HTTP/1.1" 200 1917 0.072775 10.0.0.23 - - [2026-02-19 02:11:36] "GET /projects?obj_uuids=283d1af1-b52f-4c7b-8a09-ee4e74aeca42&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000905 10.0.0.23 - - [2026-02-19 02:11:37] "GET /project/283d1af1-b52f-4c7b-8a09-ee4e74aeca42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.034182 10.0.0.23 - - [2026-02-19 02:11:37] "GET /projects?obj_uuids=283d1af1-b52f-4c7b-8a09-ee4e74aeca42&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000950 10.0.0.23 - - [2026-02-19 02:11:37] "GET /project/283d1af1-b52f-4c7b-8a09-ee4e74aeca42?fields=virtual_networks HTTP/1.1" 200 1053 0.069979 10.0.0.23 - - [2026-02-19 02:11:37] "GET /projects?obj_uuids=283d1af1-b52f-4c7b-8a09-ee4e74aeca42&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000933 10.0.0.23 - - [2026-02-19 02:11:37] "GET /project/283d1af1-b52f-4c7b-8a09-ee4e74aeca42?fields=virtual_machine_interfaces HTTP/1.1" 200 1053 0.027377 10.0.0.23 - - [2026-02-19 02:11:37] "GET /projects?obj_uuids=283d1af1-b52f-4c7b-8a09-ee4e74aeca42&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000911 10.0.0.23 - - [2026-02-19 02:11:37] "GET /project/283d1af1-b52f-4c7b-8a09-ee4e74aeca42?fields=security_groups HTTP/1.1" 200 1290 0.028606 10.0.0.23 - - [2026-02-19 02:11:37] "GET /projects?obj_uuids=173eded5-1dc2-4647-bb96-183d6be4869d&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000933 10.0.0.23 - - [2026-02-19 02:11:37] "GET /project/173eded5-1dc2-4647-bb96-183d6be4869d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.024032 10.0.0.23 - - [2026-02-19 02:11:41] "GET /projects?obj_uuids=173eded5-1dc2-4647-bb96-183d6be4869d&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000915 10.0.0.23 - - [2026-02-19 02:11:41] "GET /project/173eded5-1dc2-4647-bb96-183d6be4869d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.022759 10.0.0.23 - - [2026-02-19 02:11:41] "GET /documentation/index.html HTTP/1.1" 200 210274 0.003191 10.0.0.23 - - [2026-02-19 02:11:42] "POST /fqname-to-id HTTP/1.1" 404 200 0.025525 10.0.0.23 - - [2026-02-19 02:11:42] "GET /projects?obj_uuids=f641e37c-8c99-410d-98ae-01cfc1bce855&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002553 10.0.0.23 - - [2026-02-19 02:11:42] "GET /domains?obj_uuids=2d5d818a-a03e-492f-8464-ff794ba593de&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001071 10.0.0.23 - - [2026-02-19 02:11:42] "GET /domain/2d5d818a-a03e-492f-8464-ff794ba593de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006457 10.0.0.23 - - [2026-02-19 02:11:42] "POST /id-to-fqname HTTP/1.1" 200 202 0.001573 10.0.0.23 - - [2026-02-19 02:11:42] "POST /fqname-to-id HTTP/1.1" 404 211 0.003265 10.0.0.23 - - [2026-02-19 02:11:42] "POST /security-groups HTTP/1.1" 200 603 0.060661 10.0.0.23 - - [2026-02-19 02:11:42] "POST /fqname-to-id HTTP/1.1" 404 246 0.002371 10.0.0.23 - - [2026-02-19 02:11:42] "POST /projects HTTP/1.1" 200 609 0.204402 10.0.0.23 - - [2026-02-19 02:11:42] "POST /access-control-lists HTTP/1.1" 200 608 0.059590 10.0.0.23 - - [2026-02-19 02:11:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.275928 10.0.0.23 - - [2026-02-19 02:11:42] "POST /fqname-to-id HTTP/1.1" 404 245 0.002643 10.0.0.23 - - [2026-02-19 02:11:42] "GET /project/f641e37c-8c99-410d-98ae-01cfc1bce855?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.386643 10.0.0.23 - - [2026-02-19 02:11:42] "POST /access-control-lists HTTP/1.1" 200 606 0.060696 10.0.0.23 - - [2026-02-19 02:11:43] "GET / HTTP/1.1" 200 35931 0.001642 10.0.0.23 - - [2026-02-19 02:11:43] "GET /projects?obj_uuids=173eded5-1dc2-4647-bb96-183d6be4869d&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000891 10.0.0.23 - - [2026-02-19 02:11:43] "GET /project/173eded5-1dc2-4647-bb96-183d6be4869d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.024661 10.0.0.23 - - [2026-02-19 02:11:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002643 10.0.0.23 - - [2026-02-19 02:11:44] "GET /security-group/910d42f7-e5e2-414e-9ff3-e09f0e9b86bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3686 0.004020 10.0.0.23 - - [2026-02-19 02:11:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002551 10.0.0.23 - - [2026-02-19 02:11:44] "GET /projects?obj_uuids=173eded5-1dc2-4647-bb96-183d6be4869d&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001124 10.0.0.23 - - [2026-02-19 02:11:44] "GET /project/173eded5-1dc2-4647-bb96-183d6be4869d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.026827 10.0.0.23 - - [2026-02-19 02:11:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002671 10.0.0.23 - - [2026-02-19 02:11:44] "GET /security-group/910d42f7-e5e2-414e-9ff3-e09f0e9b86bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3686 0.003406 10.0.0.23 - - [2026-02-19 02:11:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002682 10.0.0.23 - - [2026-02-19 02:11:44] "PUT /security-group/910d42f7-e5e2-414e-9ff3-e09f0e9b86bc HTTP/1.1" 200 262 0.012219 10.0.0.23 - - [2026-02-19 02:11:44] "PUT /access-control-list/ef7f7814-1969-474b-a447-cc04b6e30dd3 HTTP/1.1" 200 272 0.007310 10.0.0.23 - - [2026-02-19 02:11:44] "PUT /access-control-list/2f796282-85a2-4198-b243-eaa399713f7a HTTP/1.1" 200 272 0.012404 10.0.0.23 - - [2026-02-19 02:11:45] "POST /fqname-to-id HTTP/1.1" 401 292 0.000413 10.0.0.23 - - [2026-02-19 02:11:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.066032 10.0.0.23 - - [2026-02-19 02:11:45] "GET /projects?obj_uuids=f641e37c-8c99-410d-98ae-01cfc1bce855&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000919 10.0.0.23 - - [2026-02-19 02:11:45] "DELETE /project/283d1af1b52f4c7b8a09ee4e74aeca42 HTTP/1.1" 404 173 0.006427 10.0.0.23 - - [2026-02-19 02:11:45] "DELETE /project/f641e37c8c99410d98ae01cfc1bce855 HTTP/1.1" 404 173 0.004713 10.0.0.23 - - [2026-02-19 02:11:45] "DELETE /project/173eded51dc24647bb96183d6be4869d HTTP/1.1" 404 173 0.004068 10.0.0.23 - - [2026-02-19 02:11:45] "GET /projects?obj_uuids=283d1af1-b52f-4c7b-8a09-ee4e74aeca42&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001393 10.0.0.23 - - [2026-02-19 02:11:45] "GET /project/f641e37c-8c99-410d-98ae-01cfc1bce855?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.040137 10.0.0.23 - - [2026-02-19 02:11:45] "GET /project/283d1af1-b52f-4c7b-8a09-ee4e74aeca42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1511 0.035010 10.0.0.23 - - [2026-02-19 02:11:45] "GET /projects?obj_uuids=283d1af1-b52f-4c7b-8a09-ee4e74aeca42&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000898 10.0.0.23 - - [2026-02-19 02:11:45] "POST /neutron/network HTTP/1.1" 200 117 0.034513 10.0.0.23 - - [2026-02-19 02:11:45] "GET /project/283d1af1-b52f-4c7b-8a09-ee4e74aeca42?fields=security_groups HTTP/1.1" 200 1395 0.028392 10.0.0.23 - - [2026-02-19 02:11:45] "GET /projects?obj_uuids=f641e37c-8c99-410d-98ae-01cfc1bce855&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001146 10.0.0.23 - - [2026-02-19 02:11:45] "DELETE /security-group/9a62fb59-7252-47e5-8bbd-ad0c49aea293 HTTP/1.1" 200 115 0.043730 10.0.0.23 - - [2026-02-19 02:11:45] "GET /projects?obj_uuids=283d1af1-b52f-4c7b-8a09-ee4e74aeca42&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001007 10.0.0.23 - - [2026-02-19 02:11:45] "DELETE /access-control-list/4208d084-2b85-4f2c-b65d-82c7297daaba HTTP/1.1" 200 115 0.035849 10.0.0.23 - - [2026-02-19 02:11:45] "DELETE /access-control-list/1c74caf7-a550-4438-b275-5f87128edd95 HTTP/1.1" 200 115 0.033825 10.0.0.23 - - [2026-02-19 02:11:45] "POST /neutron/network HTTP/1.1" 200 619 0.144577 10.0.0.23 - - [2026-02-19 02:11:45] "GET /project/283d1af1-b52f-4c7b-8a09-ee4e74aeca42?fields=application_policy_sets HTTP/1.1" 200 1434 0.084269 10.0.0.23 - - [2026-02-19 02:11:45] "POST /route-targets HTTP/1.1" 200 327 0.007478 10.0.0.23 - - [2026-02-19 02:11:45] "POST /ref-update HTTP/1.1" 200 156 0.011364 10.0.0.23 - - [2026-02-19 02:11:45] "DELETE /project/283d1af1-b52f-4c7b-8a09-ee4e74aeca42 HTTP/1.1" 200 115 0.383163 10.0.0.23 - - [2026-02-19 02:11:45] "POST /useragent-kv HTTP/1.1" 200 115 0.005229 10.0.0.23 - - [2026-02-19 02:11:45] "POST /neutron/subnet HTTP/1.1" 200 729 0.183924 10.0.0.23 - - [2026-02-19 02:11:46] "POST /neutron/network HTTP/1.1" 200 839 0.004441 10.0.0.23 - - [2026-02-19 02:11:46] "POST /id-to-fqname HTTP/1.1" 200 233 0.000935 10.0.0.23 - - [2026-02-19 02:11:46] "GET /virtual-network/587128e0-7ad6-4cf3-a59c-374cd546ce3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.003878 10.0.0.23 - - [2026-02-19 02:11:46] "POST /neutron/network HTTP/1.1" 200 839 0.004739 10.0.0.23 - - [2026-02-19 02:11:46] "GET /virtual-network/587128e0-7ad6-4cf3-a59c-374cd546ce3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005736 10.0.0.23 - - [2026-02-19 02:11:46] "POST /neutron/network HTTP/1.1" 200 839 0.005841 10.0.0.23 - - [2026-02-19 02:11:46] "POST /neutron/subnet HTTP/1.1" 200 729 0.006588 10.0.0.23 - - [2026-02-19 02:11:46] "GET /domains HTTP/1.1" 401 292 0.000353 10.0.0.23 - - [2026-02-19 02:11:46] "GET /domains HTTP/1.1" 200 280 0.025355 10.0.0.23 - - [2026-02-19 02:11:46] "GET /domains?obj_uuids=2d5d818a-a03e-492f-8464-ff794ba593de&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000865 10.0.0.23 - - [2026-02-19 02:11:46] "GET /domain/2d5d818a-a03e-492f-8464-ff794ba593de HTTP/1.1" 200 2584 0.006849 10.0.0.23 - - [2026-02-19 02:11:46] "GET /projects?obj_uuids=f641e37c-8c99-410d-98ae-01cfc1bce855&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000831 10.0.0.23 - - [2026-02-19 02:11:46] "GET /project/f641e37c-8c99-410d-98ae-01cfc1bce855 HTTP/1.1" 200 2175 0.071611 10.0.0.23 - - [2026-02-19 02:11:46] "GET /virtual-network/587128e0-7ad6-4cf3-a59c-374cd546ce3e HTTP/1.1" 200 2343 0.005841 10.0.0.23 - - [2026-02-19 02:11:46] "GET /virtual-network/587128e0-7ad6-4cf3-a59c-374cd546ce3e HTTP/1.1" 200 2343 0.005838 10.0.0.23 - - [2026-02-19 02:11:46] "GET /routing-instance/dffc3984-9cf0-4d70-a5a3-10fb8b1db344 HTTP/1.1" 200 1492 0.003004 10.0.0.23 - - [2026-02-19 02:11:46] "GET /routing-instance/dffc3984-9cf0-4d70-a5a3-10fb8b1db344 HTTP/1.1" 200 1492 0.002736 10.0.0.23 - - [2026-02-19 02:11:46] "GET /route-target/a8a6e6a5-d3f2-4fda-b6cd-6c9a90501362 HTTP/1.1" 200 1219 0.002479 10.0.0.23 - - [2026-02-19 02:11:46] "GET /virtual-network/587128e0-7ad6-4cf3-a59c-374cd546ce3e HTTP/1.1" 200 2343 0.003821 10.0.0.23 - - [2026-02-19 02:11:46] "GET /routing-instance/dffc3984-9cf0-4d70-a5a3-10fb8b1db344 HTTP/1.1" 200 1492 0.003028 10.0.0.23 - - [2026-02-19 02:11:46] "GET /virtual-network/587128e0-7ad6-4cf3-a59c-374cd546ce3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.003891 10.0.0.23 - - [2026-02-19 02:11:46] "GET /virtual-network/587128e0-7ad6-4cf3-a59c-374cd546ce3e HTTP/1.1" 200 2343 0.003780 10.0.0.23 - - [2026-02-19 02:11:46] "GET /routing-instance/dffc3984-9cf0-4d70-a5a3-10fb8b1db344 HTTP/1.1" 200 1492 0.002857 10.0.0.23 - - [2026-02-19 02:11:46] "GET /routing-instance/dffc3984-9cf0-4d70-a5a3-10fb8b1db344 HTTP/1.1" 200 1492 0.002722 10.0.0.23 - - [2026-02-19 02:11:46] "GET /route-target/a8a6e6a5-d3f2-4fda-b6cd-6c9a90501362 HTTP/1.1" 200 1219 0.002612 10.0.0.23 - - [2026-02-19 02:11:46] "GET /domains HTTP/1.1" 200 280 0.002414 10.0.0.23 - - [2026-02-19 02:11:46] "GET /domains?obj_uuids=2d5d818a-a03e-492f-8464-ff794ba593de&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000862 10.0.0.23 - - [2026-02-19 02:11:46] "GET /domain/2d5d818a-a03e-492f-8464-ff794ba593de HTTP/1.1" 200 2584 0.006065 10.0.0.23 - - [2026-02-19 02:11:46] "GET /projects?obj_uuids=f641e37c-8c99-410d-98ae-01cfc1bce855&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000848 10.0.0.23 - - [2026-02-19 02:11:46] "GET /project/f641e37c-8c99-410d-98ae-01cfc1bce855 HTTP/1.1" 200 2175 0.074265 10.0.0.23 - - [2026-02-19 02:11:46] "GET /virtual-network/587128e0-7ad6-4cf3-a59c-374cd546ce3e HTTP/1.1" 200 2343 0.004900 10.0.0.23 - - [2026-02-19 02:11:47] "GET /obj-perms HTTP/1.1" 200 5054 0.043409 10.0.0.23 - - [2026-02-19 02:11:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002454 10.0.0.23 - - [2026-02-19 02:11:47] "GET /projects?obj_uuids=f641e37c-8c99-410d-98ae-01cfc1bce855&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001070 10.0.0.23 - - [2026-02-19 02:11:47] "GET /project/f641e37c-8c99-410d-98ae-01cfc1bce855?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.022587 10.0.0.23 - - [2026-02-19 02:11:47] "POST /neutron/network HTTP/1.1" 200 117 0.008448 10.0.0.23 - - [2026-02-19 02:11:47] "GET /projects?obj_uuids=f641e37c-8c99-410d-98ae-01cfc1bce855&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000877 10.0.0.23 - - [2026-02-19 02:11:47] "POST /neutron/network HTTP/1.1" 200 619 0.058357 10.0.0.23 - - [2026-02-19 02:11:47] "POST /route-targets HTTP/1.1" 200 327 0.008389 10.0.0.23 - - [2026-02-19 02:11:47] "POST /ref-update HTTP/1.1" 200 156 0.013711 10.0.0.23 - - [2026-02-19 02:11:47] "POST /useragent-kv HTTP/1.1" 200 115 0.004535 10.0.0.23 - - [2026-02-19 02:11:47] "POST /neutron/subnet HTTP/1.1" 200 720 0.147028 10.0.0.23 - - [2026-02-19 02:11:47] "POST /neutron/network HTTP/1.1" 200 837 0.004350 10.0.0.23 - - [2026-02-19 02:11:47] "POST /id-to-fqname HTTP/1.1" 200 233 0.000912 10.0.0.23 - - [2026-02-19 02:11:47] "GET /virtual-network/1ca744c6-d438-4aba-bd90-3df4c47b19d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.003881 10.0.0.23 - - [2026-02-19 02:11:47] "POST /neutron/network HTTP/1.1" 200 837 0.006140 10.0.0.23 - - [2026-02-19 02:11:47] "GET /virtual-network/1ca744c6-d438-4aba-bd90-3df4c47b19d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.004063 10.0.0.23 - - [2026-02-19 02:11:47] "POST /neutron/network HTTP/1.1" 200 837 0.005183 10.0.0.23 - - [2026-02-19 02:11:47] "POST /neutron/subnet HTTP/1.1" 200 720 0.006635 10.0.0.23 - - [2026-02-19 02:11:47] "GET /domains HTTP/1.1" 200 280 0.002571 10.0.0.23 - - [2026-02-19 02:11:47] "GET /domains?obj_uuids=2d5d818a-a03e-492f-8464-ff794ba593de&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001256 10.0.0.23 - - [2026-02-19 02:11:47] "GET /domain/2d5d818a-a03e-492f-8464-ff794ba593de HTTP/1.1" 200 2584 0.007076 10.0.0.23 - - [2026-02-19 02:11:47] "GET /projects?obj_uuids=f641e37c-8c99-410d-98ae-01cfc1bce855&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001007 10.0.0.23 - - [2026-02-19 02:11:47] "GET /project/f641e37c-8c99-410d-98ae-01cfc1bce855 HTTP/1.1" 200 2403 0.064074 10.0.0.23 - - [2026-02-19 02:11:47] "GET /virtual-network/1ca744c6-d438-4aba-bd90-3df4c47b19d2 HTTP/1.1" 200 2337 0.005059 10.0.0.23 - - [2026-02-19 02:11:47] "GET /virtual-network/1ca744c6-d438-4aba-bd90-3df4c47b19d2 HTTP/1.1" 200 2337 0.003776 10.0.0.23 - - [2026-02-19 02:11:47] "GET /routing-instance/36a4a904-034a-4679-89e4-fdf991feeb80 HTTP/1.1" 200 1490 0.003001 10.0.0.23 - - [2026-02-19 02:11:47] "GET /routing-instance/36a4a904-034a-4679-89e4-fdf991feeb80 HTTP/1.1" 200 1490 0.002614 10.0.0.23 - - [2026-02-19 02:11:47] "GET /route-target/454b4b32-823b-4b75-859c-16c2f5231c48 HTTP/1.1" 200 1217 0.002809 10.0.0.23 - - [2026-02-19 02:11:47] "GET /virtual-network/1ca744c6-d438-4aba-bd90-3df4c47b19d2 HTTP/1.1" 200 2337 0.003823 10.0.0.23 - - [2026-02-19 02:11:47] "GET /routing-instance/36a4a904-034a-4679-89e4-fdf991feeb80 HTTP/1.1" 200 1490 0.002715 10.0.0.23 - - [2026-02-19 02:11:47] "GET /virtual-network/1ca744c6-d438-4aba-bd90-3df4c47b19d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.003901 10.0.0.23 - - [2026-02-19 02:11:47] "GET /virtual-network/1ca744c6-d438-4aba-bd90-3df4c47b19d2 HTTP/1.1" 200 2337 0.004008 10.0.0.23 - - [2026-02-19 02:11:47] "GET /routing-instance/36a4a904-034a-4679-89e4-fdf991feeb80 HTTP/1.1" 200 1490 0.002824 10.0.0.23 - - [2026-02-19 02:11:47] "GET /routing-instance/36a4a904-034a-4679-89e4-fdf991feeb80 HTTP/1.1" 200 1490 0.002692 10.0.0.23 - - [2026-02-19 02:11:47] "GET /route-target/454b4b32-823b-4b75-859c-16c2f5231c48 HTTP/1.1" 200 1217 0.002613 10.0.0.23 - - [2026-02-19 02:11:47] "GET /domains HTTP/1.1" 200 280 0.002486 10.0.0.23 - - [2026-02-19 02:11:47] "GET /domains?obj_uuids=2d5d818a-a03e-492f-8464-ff794ba593de&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000924 10.0.0.23 - - [2026-02-19 02:11:47] "GET /domain/2d5d818a-a03e-492f-8464-ff794ba593de HTTP/1.1" 200 2584 0.006406 10.0.0.23 - - [2026-02-19 02:11:47] "GET /projects?obj_uuids=f641e37c-8c99-410d-98ae-01cfc1bce855&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000793 10.0.0.23 - - [2026-02-19 02:11:47] "GET /project/f641e37c-8c99-410d-98ae-01cfc1bce855 HTTP/1.1" 200 2403 0.062621 10.0.0.23 - - [2026-02-19 02:11:47] "GET /virtual-network/1ca744c6-d438-4aba-bd90-3df4c47b19d2 HTTP/1.1" 200 2337 0.004827 10.0.0.23 - - [2026-02-19 02:11:47] "GET /obj-perms HTTP/1.1" 200 5054 0.002589 10.0.0.23 - - [2026-02-19 02:11:47] "POST /id-to-fqname HTTP/1.1" 200 233 0.001261 10.0.0.23 - - [2026-02-19 02:11:48] "POST /neutron/network HTTP/1.1" 200 847 0.006086 10.0.0.23 - - [2026-02-19 02:11:48] "GET /aaa-mode HTTP/1.1" 401 292 0.000517 10.0.0.23 - - [2026-02-19 02:11:48] "GET / HTTP/1.1" 200 35931 0.001562 10.0.0.23 - - [2026-02-19 02:11:48] "GET /project/f641e37c-8c99-410d-98ae-01cfc1bce855?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000337 10.0.0.23 - - [2026-02-19 02:11:48] "GET /projects?obj_uuids=f641e37c-8c99-410d-98ae-01cfc1bce855&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000896 10.0.0.23 - - [2026-02-19 02:11:48] "GET /project/f641e37c-8c99-410d-98ae-01cfc1bce855?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.046488 10.0.0.23 - - [2026-02-19 02:11:48] "POST /neutron/network HTTP/1.1" 200 837 0.004994 10.0.0.23 - - [2026-02-19 02:11:48] "POST /neutron/port HTTP/1.1" 200 117 0.015497 10.0.0.23 - - [2026-02-19 02:11:48] "POST /neutron/port HTTP/1.1" 200 117 0.004505 10.0.0.23 - - [2026-02-19 02:11:48] "POST /id-to-fqname HTTP/1.1" 200 233 0.001168 10.0.0.23 - - [2026-02-19 02:11:48] "POST /neutron/port HTTP/1.1" 200 117 0.004360 10.0.0.23 - - [2026-02-19 02:11:49] "POST /neutron/network HTTP/1.1" 200 849 0.005249 10.0.0.23 - - [2026-02-19 02:11:49] "GET /aaa-mode HTTP/1.1" 401 292 0.000394 10.0.0.23 - - [2026-02-19 02:11:49] "POST /neutron/network HTTP/1.1" 200 847 0.006866 10.0.0.23 - - [2026-02-19 02:11:49] "GET /projects?obj_uuids=f641e37c-8c99-410d-98ae-01cfc1bce855&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000918 10.0.0.23 - - [2026-02-19 02:11:49] "GET / HTTP/1.1" 200 35931 0.007412 10.0.0.23 - - [2026-02-19 02:11:49] "GET /project/f641e37c-8c99-410d-98ae-01cfc1bce855?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000952 10.0.0.23 - - [2026-02-19 02:11:49] "GET /obj-perms HTTP/1.1" 200 5056 0.064637 10.0.0.23 - - [2026-02-19 02:11:49] "POST /neutron/port HTTP/1.1" 200 1071 0.214365 10.0.0.23 - - [2026-02-19 02:11:49] "POST /neutron/port HTTP/1.1" 200 1071 0.008654 10.0.0.23 - - [2026-02-19 02:11:49] "POST /neutron/port HTTP/1.1" 200 1071 0.008655 10.0.0.23 - - [2026-02-19 02:11:49] "POST /neutron/port HTTP/1.1" 200 1125 0.081378 10.0.0.23 - - [2026-02-19 02:11:49] "POST /neutron/port HTTP/1.1" 200 1135 0.010764 10.0.0.23 - - [2026-02-19 02:11:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002870 10.0.0.23 - - [2026-02-19 02:11:49] "POST /neutron/subnet HTTP/1.1" 200 694 0.007267 10.0.0.23 - - [2026-02-19 02:11:49] "POST /neutron/port HTTP/1.1" 200 117 0.001391 10.0.0.23 - - [2026-02-19 02:11:49] "POST /neutron/network HTTP/1.1" 200 837 0.005951 10.0.0.23 - - [2026-02-19 02:11:49] "GET /projects?obj_uuids=f641e37c-8c99-410d-98ae-01cfc1bce855&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000906 10.0.0.23 - - [2026-02-19 02:11:49] "GET /project/f641e37c-8c99-410d-98ae-01cfc1bce855?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.050338 10.0.0.23 - - [2026-02-19 02:11:49] "POST /neutron/network HTTP/1.1" 200 839 0.004636 10.0.0.23 - - [2026-02-19 02:11:49] "GET /obj-perms HTTP/1.1" 200 5056 0.072390 10.0.0.23 - - [2026-02-19 02:11:49] "POST /neutron/port HTTP/1.1" 200 1135 0.018690 10.0.0.23 - - [2026-02-19 02:11:49] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005533 10.0.0.23 - - [2026-02-19 02:11:50] "POST /neutron/port HTTP/1.1" 200 117 0.004489 10.0.0.23 - - [2026-02-19 02:11:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004642 10.0.0.23 - - [2026-02-19 02:11:50] "GET /projects?obj_uuids=f641e37c-8c99-410d-98ae-01cfc1bce855&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000840 10.0.0.23 - - [2026-02-19 02:11:50] "GET /project/f641e37c-8c99-410d-98ae-01cfc1bce855?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.030248 10.0.0.23 - - [2026-02-19 02:11:50] "GET /virtual-network/587128e0-7ad6-4cf3-a59c-374cd546ce3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.004949 10.0.0.23 - - [2026-02-19 02:11:50] "GET /floating-ip-pools?parent_id=587128e0-7ad6-4cf3-a59c-374cd546ce3e&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.004161 10.0.0.23 - - [2026-02-19 02:11:50] "GET /virtual-network/587128e0-7ad6-4cf3-a59c-374cd546ce3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.008228 10.0.0.23 - - [2026-02-19 02:11:50] "POST /floating-ip-pools HTTP/1.1" 200 609 0.016834 10.0.0.23 - - [2026-02-19 02:11:50] "POST /neutron/network HTTP/1.1" 200 849 0.004847 10.0.0.23 - - [2026-02-19 02:11:50] "GET /projects?obj_uuids=f641e37c-8c99-410d-98ae-01cfc1bce855&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001054 10.0.0.23 - - [2026-02-19 02:11:50] "POST /ref-update HTTP/1.1" 200 156 0.012745 10.0.0.23 - - [2026-02-19 02:11:50] "GET /virtual-network/587128e0-7ad6-4cf3-a59c-374cd546ce3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006178 10.0.0.23 - - [2026-02-19 02:11:50] "GET /domains HTTP/1.1" 200 280 0.004348 10.0.0.23 - - [2026-02-19 02:11:50] "GET /domains?obj_uuids=2d5d818a-a03e-492f-8464-ff794ba593de&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001003 10.0.0.23 - - [2026-02-19 02:11:50] "GET /domain/2d5d818a-a03e-492f-8464-ff794ba593de HTTP/1.1" 200 2584 0.022301 10.0.0.23 - - [2026-02-19 02:11:50] "GET /projects?obj_uuids=f641e37c-8c99-410d-98ae-01cfc1bce855&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.006546 10.0.0.23 - - [2026-02-19 02:11:50] "GET /project/f641e37c-8c99-410d-98ae-01cfc1bce855 HTTP/1.1" 200 3245 0.112746 10.0.0.23 - - [2026-02-19 02:11:50] "GET /virtual-network/587128e0-7ad6-4cf3-a59c-374cd546ce3e HTTP/1.1" 200 3155 0.006402 10.0.0.23 - - [2026-02-19 02:11:50] "GET /floating-ip-pool/fccd06bb-5e14-4e6d-a3d2-e1245d202ffc HTTP/1.1" 200 1442 0.003046 10.0.0.23 - - [2026-02-19 02:11:50] "GET /domains HTTP/1.1" 200 280 0.003158 10.0.0.23 - - [2026-02-19 02:11:50] "GET /domains?obj_uuids=2d5d818a-a03e-492f-8464-ff794ba593de&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001878 10.0.0.23 - - [2026-02-19 02:11:50] "GET /domain/2d5d818a-a03e-492f-8464-ff794ba593de HTTP/1.1" 200 2584 0.012066 10.0.0.23 - - [2026-02-19 02:11:50] "GET /projects?obj_uuids=f641e37c-8c99-410d-98ae-01cfc1bce855&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001324 10.0.0.23 - - [2026-02-19 02:11:50] "POST /neutron/port HTTP/1.1" 200 1073 0.312062 10.0.0.23 - - [2026-02-19 02:11:50] "POST /neutron/port HTTP/1.1" 200 1073 0.010109 10.0.0.23 - - [2026-02-19 02:11:50] "POST /neutron/port HTTP/1.1" 200 1073 0.014979 10.0.0.23 - - [2026-02-19 02:11:50] "GET /project/f641e37c-8c99-410d-98ae-01cfc1bce855 HTTP/1.1" 200 3245 0.098159 10.0.0.23 - - [2026-02-19 02:11:50] "GET /virtual-network/587128e0-7ad6-4cf3-a59c-374cd546ce3e HTTP/1.1" 200 3155 0.005514 10.0.0.23 - - [2026-02-19 02:11:50] "GET /virtual-network/587128e0-7ad6-4cf3-a59c-374cd546ce3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.004828 10.0.0.23 - - [2026-02-19 02:11:50] "POST /neutron/port HTTP/1.1" 200 1127 0.094712 10.0.0.23 - - [2026-02-19 02:11:50] "POST /neutron/port HTTP/1.1" 200 1135 0.010931 10.0.0.23 - - [2026-02-19 02:11:50] "POST /neutron/port HTTP/1.1" 200 1137 0.011855 10.0.0.23 - - [2026-02-19 02:11:50] "POST /neutron/security_group HTTP/1.1" 200 2070 0.004817 10.0.0.23 - - [2026-02-19 02:11:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002517 10.0.0.23 - - [2026-02-19 02:11:50] "POST /neutron/subnet HTTP/1.1" 200 703 0.006031 10.0.0.23 - - [2026-02-19 02:11:50] "POST /neutron/port HTTP/1.1" 200 117 0.000960 10.0.0.23 - - [2026-02-19 02:11:50] "POST /neutron/port HTTP/1.1" 200 1135 0.014667 10.0.0.23 - - [2026-02-19 02:11:50] "POST /neutron/network HTTP/1.1" 200 839 0.004614 10.0.0.23 - - [2026-02-19 02:11:50] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005980 10.0.0.23 - - [2026-02-19 02:11:51] "POST /neutron/port HTTP/1.1" 200 1135 0.011084 10.0.0.23 - - [2026-02-19 02:11:51] "POST /neutron/security_group HTTP/1.1" 200 2070 0.018096 10.0.0.23 - - [2026-02-19 02:11:51] "GET /virtual-machine/4bbbacc3-3dc3-481d-8298-9b592af51783 HTTP/1.1" 200 1303 0.005352 10.0.0.23 - - [2026-02-19 02:11:51] "GET /virtual-machine-interface/72758ab9-fbe3-4565-81c2-c24e3f29e94e HTTP/1.1" 200 3003 0.005808 10.0.0.23 - - [2026-02-19 02:11:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002526 10.0.0.23 - - [2026-02-19 02:11:51] "GET /global-vrouter-config/2d5e8481-5d1c-4ecd-8ba7-ea3938cbcad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003004 10.0.0.23 - - [2026-02-19 02:11:51] "GET /virtual-networks?parent_id=f641e37c-8c99-410d-98ae-01cfc1bce855&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003013 10.0.0.23 - - [2026-02-19 02:11:51] "GET /virtual-network/1ca744c6-d438-4aba-bd90-3df4c47b19d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.005183 10.0.0.23 - - [2026-02-19 02:11:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002996 10.0.0.23 - - [2026-02-19 02:11:54] "GET /virtual-network/1ca744c6-d438-4aba-bd90-3df4c47b19d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.004270 10.0.0.23 - - [2026-02-19 02:11:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002748 10.0.0.23 - - [2026-02-19 02:11:58] "GET /virtual-network/1ca744c6-d438-4aba-bd90-3df4c47b19d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.004507 10.0.0.23 - - [2026-02-19 02:12:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002591 10.0.0.23 - - [2026-02-19 02:12:00] "GET /global-vrouter-config/2d5e8481-5d1c-4ecd-8ba7-ea3938cbcad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002827 10.0.0.23 - - [2026-02-19 02:12:00] "GET /virtual-networks?parent_id=f641e37c-8c99-410d-98ae-01cfc1bce855&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.002918 10.0.0.23 - - [2026-02-19 02:12:00] "GET /virtual-network/1ca744c6-d438-4aba-bd90-3df4c47b19d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.004756 10.0.0.23 - - [2026-02-19 02:12:00] "POST /neutron/port HTTP/1.1" 200 1135 0.011253 10.0.0.23 - - [2026-02-19 02:12:00] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005827 10.0.0.23 - - [2026-02-19 02:12:00] "POST /neutron/port HTTP/1.1" 200 1135 0.034844 10.0.0.23 - - [2026-02-19 02:12:00] "POST /neutron/security_group HTTP/1.1" 200 2070 0.004575 10.0.0.23 - - [2026-02-19 02:12:00] "POST /neutron/port HTTP/1.1" 200 1137 0.013686 10.0.0.23 - - [2026-02-19 02:12:00] "POST /neutron/security_group HTTP/1.1" 200 2070 0.004577 10.0.0.23 - - [2026-02-19 02:12:05] "GET /projects?obj_uuids=f641e37c-8c99-410d-98ae-01cfc1bce855&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001973 10.0.0.23 - - [2026-02-19 02:12:05] "POST /neutron/floatingip HTTP/1.1" 200 531 0.053783 10.0.0.23 - - [2026-02-19 02:12:05] "POST /neutron/port HTTP/1.1" 200 1135 0.010343 10.0.0.23 - - [2026-02-19 02:12:05] "POST /neutron/floatingip HTTP/1.1" 200 531 0.004720 10.0.0.23 - - [2026-02-19 02:12:05] "POST /neutron/floatingip HTTP/1.1" 200 577 0.029467 10.0.0.23 - - [2026-02-19 02:12:05] "POST /neutron/port HTTP/1.1" 200 1137 0.010131 10.0.0.23 - - [2026-02-19 02:12:05] "POST /neutron/security_group HTTP/1.1" 200 2070 0.004860 10.0.0.23 - - [2026-02-19 02:12:05] "POST /neutron/port HTTP/1.1" 200 1137 0.009705 10.0.0.23 - - [2026-02-19 02:12:06] "POST /neutron/security_group HTTP/1.1" 200 2070 0.004746 10.0.0.23 - - [2026-02-19 02:12:06] "POST /neutron/port HTTP/1.1" 200 1137 0.010610 10.0.0.23 - - [2026-02-19 02:12:06] "POST /neutron/security_group HTTP/1.1" 200 2070 0.004778 10.0.0.23 - - [2026-02-19 02:12:06] "GET /virtual-machine/f6e51f97-a696-45bf-a197-b6013d074c05 HTTP/1.1" 200 1305 0.003578 10.0.0.23 - - [2026-02-19 02:12:06] "GET /virtual-machine-interface/3207b22e-b7fd-42f4-8326-601e789f0344 HTTP/1.1" 200 3003 0.004032 10.0.0.23 - - [2026-02-19 02:12:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002252 10.0.0.23 - - [2026-02-19 02:12:06] "GET /global-vrouter-config/2d5e8481-5d1c-4ecd-8ba7-ea3938cbcad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002306 10.0.0.23 - - [2026-02-19 02:12:06] "GET /virtual-networks?parent_id=f641e37c-8c99-410d-98ae-01cfc1bce855&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.002632 10.0.0.23 - - [2026-02-19 02:12:06] "GET /virtual-network/587128e0-7ad6-4cf3-a59c-374cd546ce3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.004841 10.0.0.23 - - [2026-02-19 02:12:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002923 10.0.0.23 - - [2026-02-19 02:12:07] "GET /global-vrouter-config/2d5e8481-5d1c-4ecd-8ba7-ea3938cbcad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002599 10.0.0.23 - - [2026-02-19 02:12:07] "GET /virtual-networks?parent_id=f641e37c-8c99-410d-98ae-01cfc1bce855&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.002707 10.0.0.23 - - [2026-02-19 02:12:07] "GET /virtual-network/587128e0-7ad6-4cf3-a59c-374cd546ce3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.004628 10.0.0.23 - - [2026-02-19 02:12:07] "POST /neutron/floatingip HTTP/1.1" 200 577 0.010630 10.0.0.23 - - [2026-02-19 02:12:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002401 10.0.0.23 - - [2026-02-19 02:12:07] "GET /routing-instance/dffc3984-9cf0-4d70-a5a3-10fb8b1db344?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1492 0.003889 10.0.0.23 - - [2026-02-19 02:12:07] "GET /route-target/a8a6e6a5-d3f2-4fda-b6cd-6c9a90501362?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003696 10.0.0.23 - - [2026-02-19 02:12:07] "GET /floating-ip/4aa70ff8-4d5b-452c-9964-25a257df3e33 HTTP/1.1" 200 1889 0.004894 10.0.0.23 - - [2026-02-19 02:12:10] "POST /neutron/floatingip HTTP/1.1" 200 577 0.009791 10.0.0.23 - - [2026-02-19 02:12:10] "POST /neutron/floatingip HTTP/1.1" 200 531 0.014790 10.0.0.23 - - [2026-02-19 02:12:10] "POST /neutron/floatingip HTTP/1.1" 200 531 0.005603 10.0.0.23 - - [2026-02-19 02:12:10] "POST /neutron/floatingip HTTP/1.1" 200 115 0.028173 10.0.0.23 - - [2026-02-19 02:12:10] "GET /floating-ip-pool/fccd06bb-5e14-4e6d-a3d2-e1245d202ffc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1207 0.002614 10.0.0.23 - - [2026-02-19 02:12:10] "POST /ref-update HTTP/1.1" 200 156 0.006994 10.0.0.23 - - [2026-02-19 02:12:10] "DELETE /floating-ip-pool/fccd06bb-5e14-4e6d-a3d2-e1245d202ffc HTTP/1.1" 200 115 0.027398 10.0.0.23 - - [2026-02-19 02:12:10] "POST /neutron/network HTTP/1.1" 200 837 0.005483 10.0.0.23 - - [2026-02-19 02:12:10] "POST /neutron/network HTTP/1.1" 400 204 0.008571 10.0.0.23 - - [2026-02-19 02:12:11] "POST /neutron/port HTTP/1.1" 200 1137 0.013304 10.0.0.23 - - [2026-02-19 02:12:11] "POST /neutron/port HTTP/1.1" 200 1127 0.011622 10.0.0.23 - - [2026-02-19 02:12:11] "POST /neutron/port HTTP/1.1" 200 1135 0.014103 10.0.0.23 - - [2026-02-19 02:12:11] "POST /neutron/port HTTP/1.1" 200 151 0.112808 10.0.0.23 - - [2026-02-19 02:12:11] "POST /neutron/port HTTP/1.1" 200 1125 0.016370 10.0.0.23 - - [2026-02-19 02:12:11] "POST /neutron/port HTTP/1.1" 200 151 0.094955 10.0.0.23 - - [2026-02-19 02:12:12] "POST /neutron/network HTTP/1.1" 200 837 0.005796 10.0.0.23 - - [2026-02-19 02:12:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003514 10.0.0.23 - - [2026-02-19 02:12:12] "POST /useragent-kv HTTP/1.1" 200 115 0.002597 10.0.0.23 - - [2026-02-19 02:12:12] "POST /useragent-kv HTTP/1.1" 200 115 0.001799 10.0.0.23 - - [2026-02-19 02:12:12] "POST /neutron/network HTTP/1.1" 200 151 0.070368 10.0.0.23 - - [2026-02-19 02:12:12] "GET /routing-instance/36a4a904-034a-4679-89e4-fdf991feeb80 HTTP/1.1" 404 171 0.003219 10.0.0.23 - - [2026-02-19 02:12:12] "DELETE /route-target/454b4b32-823b-4b75-859c-16c2f5231c48 HTTP/1.1" 200 115 0.018980 10.0.0.23 - - [2026-02-19 02:12:12] "GET /domains HTTP/1.1" 200 280 0.002833 10.0.0.23 - - [2026-02-19 02:12:12] "GET /domains?obj_uuids=2d5d818a-a03e-492f-8464-ff794ba593de&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000810 10.0.0.23 - - [2026-02-19 02:12:12] "GET /domain/2d5d818a-a03e-492f-8464-ff794ba593de HTTP/1.1" 200 2584 0.048597 10.0.0.23 - - [2026-02-19 02:12:12] "GET /projects?obj_uuids=f641e37c-8c99-410d-98ae-01cfc1bce855&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000871 10.0.0.23 - - [2026-02-19 02:12:12] "GET /project/f641e37c-8c99-410d-98ae-01cfc1bce855 HTTP/1.1" 200 2175 0.062146 10.0.0.23 - - [2026-02-19 02:12:12] "POST /neutron/network HTTP/1.1" 200 839 0.004662 10.0.0.23 - - [2026-02-19 02:12:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003486 10.0.0.23 - - [2026-02-19 02:12:13] "POST /useragent-kv HTTP/1.1" 200 115 0.002620 10.0.0.23 - - [2026-02-19 02:12:13] "POST /useragent-kv HTTP/1.1" 200 115 0.001771 10.0.0.23 - - [2026-02-19 02:12:13] "POST /neutron/network HTTP/1.1" 200 151 0.076682 10.0.0.23 - - [2026-02-19 02:12:13] "GET /routing-instance/dffc3984-9cf0-4d70-a5a3-10fb8b1db344 HTTP/1.1" 404 171 0.003325 10.0.0.23 - - [2026-02-19 02:12:13] "DELETE /route-target/a8a6e6a5-d3f2-4fda-b6cd-6c9a90501362 HTTP/1.1" 200 115 0.022332 10.0.0.23 - - [2026-02-19 02:12:13] "GET /domains HTTP/1.1" 200 280 0.002934 10.0.0.23 - - [2026-02-19 02:12:13] "GET /domains?obj_uuids=2d5d818a-a03e-492f-8464-ff794ba593de&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001953 10.0.0.23 - - [2026-02-19 02:12:13] "GET /domain/2d5d818a-a03e-492f-8464-ff794ba593de HTTP/1.1" 200 2584 0.048953 10.0.0.23 - - [2026-02-19 02:12:13] "GET /projects?obj_uuids=f641e37c-8c99-410d-98ae-01cfc1bce855&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000859 10.0.0.23 - - [2026-02-19 02:12:13] "GET /project/f641e37c-8c99-410d-98ae-01cfc1bce855 HTTP/1.1" 200 1925 0.071993 10.0.0.23 - - [2026-02-19 02:12:13] "GET /projects?obj_uuids=f641e37c-8c99-410d-98ae-01cfc1bce855&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001137 10.0.0.23 - - [2026-02-19 02:12:13] "GET /project/f641e37c-8c99-410d-98ae-01cfc1bce855?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.027235 10.0.0.23 - - [2026-02-19 02:12:13] "GET /projects?obj_uuids=f641e37c-8c99-410d-98ae-01cfc1bce855&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001114 10.0.0.23 - - [2026-02-19 02:12:13] "GET /project/f641e37c-8c99-410d-98ae-01cfc1bce855?fields=virtual_networks HTTP/1.1" 200 1057 0.070220 10.0.0.23 - - [2026-02-19 02:12:13] "GET /projects?obj_uuids=f641e37c-8c99-410d-98ae-01cfc1bce855&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000969 10.0.0.23 - - [2026-02-19 02:12:13] "GET /project/f641e37c-8c99-410d-98ae-01cfc1bce855?fields=virtual_machine_interfaces HTTP/1.1" 200 1057 0.032982 10.0.0.23 - - [2026-02-19 02:12:13] "GET /projects?obj_uuids=f641e37c-8c99-410d-98ae-01cfc1bce855&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001056 10.0.0.23 - - [2026-02-19 02:12:13] "GET /project/f641e37c-8c99-410d-98ae-01cfc1bce855?fields=security_groups HTTP/1.1" 200 1295 0.025080 10.0.0.23 - - [2026-02-19 02:12:14] "POST /fqname-to-id HTTP/1.1" 404 183 0.024360 10.0.0.23 - - [2026-02-19 02:12:14] "GET /projects?obj_uuids=cb943c7e-013e-4450-8265-c494ebbc0513&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.001984 10.0.0.23 - - [2026-02-19 02:12:14] "GET /domains?obj_uuids=2d5d818a-a03e-492f-8464-ff794ba593de&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000869 10.0.0.23 - - [2026-02-19 02:12:14] "GET /domain/2d5d818a-a03e-492f-8464-ff794ba593de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.005518 10.0.0.23 - - [2026-02-19 02:12:14] "POST /id-to-fqname HTTP/1.1" 200 185 0.001119 10.0.0.23 - - [2026-02-19 02:12:14] "POST /fqname-to-id HTTP/1.1" 404 194 0.003693 10.0.0.23 - - [2026-02-19 02:12:14] "POST /security-groups HTTP/1.1" 200 586 0.060897 10.0.0.23 - - [2026-02-19 02:12:14] "POST /fqname-to-id HTTP/1.1" 404 229 0.002305 10.0.0.23 - - [2026-02-19 02:12:14] "POST /projects HTTP/1.1" 200 575 0.227116 10.0.0.23 - - [2026-02-19 02:12:14] "POST /access-control-lists HTTP/1.1" 200 591 0.054970 10.0.0.23 - - [2026-02-19 02:12:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.297323 10.0.0.23 - - [2026-02-19 02:12:14] "POST /fqname-to-id HTTP/1.1" 404 228 0.002524 10.0.0.23 - - [2026-02-19 02:12:14] "GET /project/cb943c7e-013e-4450-8265-c494ebbc0513?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.413342 10.0.0.23 - - [2026-02-19 02:12:14] "POST /access-control-lists HTTP/1.1" 200 589 0.059436 10.0.0.23 - - [2026-02-19 02:12:15] "GET / HTTP/1.1" 200 35931 0.001745 10.0.0.23 - - [2026-02-19 02:12:17] "GET /projects?obj_uuids=cb943c7e-013e-4450-8265-c494ebbc0513&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001107 10.0.0.23 - - [2026-02-19 02:12:17] "GET /project/cb943c7e-013e-4450-8265-c494ebbc0513?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.023336 10.0.0.23 - - [2026-02-19 02:12:17] "GET /projects?obj_uuids=cb943c7e-013e-4450-8265-c494ebbc0513&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001032 10.0.0.23 - - [2026-02-19 02:12:17] "GET /project/cb943c7e-013e-4450-8265-c494ebbc0513?fields=virtual_networks HTTP/1.1" 200 1022 0.068040 10.0.0.23 - - [2026-02-19 02:12:17] "GET /projects?obj_uuids=cb943c7e-013e-4450-8265-c494ebbc0513&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000865 10.0.0.23 - - [2026-02-19 02:12:17] "GET /project/cb943c7e-013e-4450-8265-c494ebbc0513?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.023685 10.0.0.23 - - [2026-02-19 02:12:17] "GET /projects?obj_uuids=cb943c7e-013e-4450-8265-c494ebbc0513&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000948 10.0.0.23 - - [2026-02-19 02:12:17] "GET /project/cb943c7e-013e-4450-8265-c494ebbc0513?fields=security_groups HTTP/1.1" 200 1243 0.022710 10.0.0.23 - - [2026-02-19 02:12:18] "POST /fqname-to-id HTTP/1.1" 404 183 0.025174 10.0.0.23 - - [2026-02-19 02:12:18] "GET /projects?obj_uuids=7232f312-e588-455e-8930-1ac7be1bfc9e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.001961 10.0.0.23 - - [2026-02-19 02:12:18] "GET /domains?obj_uuids=2d5d818a-a03e-492f-8464-ff794ba593de&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000942 10.0.0.23 - - [2026-02-19 02:12:18] "GET /domain/2d5d818a-a03e-492f-8464-ff794ba593de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006759 10.0.0.23 - - [2026-02-19 02:12:18] "POST /id-to-fqname HTTP/1.1" 200 185 0.001599 10.0.0.23 - - [2026-02-19 02:12:18] "POST /fqname-to-id HTTP/1.1" 404 194 0.002383 10.0.0.23 - - [2026-02-19 02:12:18] "POST /security-groups HTTP/1.1" 200 586 0.060463 10.0.0.23 - - [2026-02-19 02:12:18] "POST /fqname-to-id HTTP/1.1" 404 229 0.002092 10.0.0.23 - - [2026-02-19 02:12:18] "POST /projects HTTP/1.1" 200 575 0.196742 10.0.0.23 - - [2026-02-19 02:12:18] "POST /access-control-lists HTTP/1.1" 200 591 0.056692 10.0.0.23 - - [2026-02-19 02:12:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.264099 10.0.0.23 - - [2026-02-19 02:12:18] "POST /fqname-to-id HTTP/1.1" 404 228 0.002529 10.0.0.23 - - [2026-02-19 02:12:18] "GET /project/7232f312-e588-455e-8930-1ac7be1bfc9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.389933 10.0.0.23 - - [2026-02-19 02:12:18] "POST /access-control-lists HTTP/1.1" 200 589 0.060704 10.0.0.23 - - [2026-02-19 02:12:19] "GET / HTTP/1.1" 200 35931 0.002443 10.0.0.23 - - [2026-02-19 02:12:19] "POST /fqname-to-id HTTP/1.1" 404 193 0.002401 10.0.0.23 - - [2026-02-19 02:12:20] "GET /projects?obj_uuids=173eded5-1dc2-4647-bb96-183d6be4869d&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001252 10.0.0.23 - - [2026-02-19 02:12:20] "POST /fqname-to-id HTTP/1.1" 404 228 0.002153 10.0.0.23 - - [2026-02-19 02:12:20] "POST /access-control-lists HTTP/1.1" 200 590 0.015534 10.0.0.23 - - [2026-02-19 02:12:20] "POST /fqname-to-id HTTP/1.1" 404 227 0.002413 10.0.0.23 - - [2026-02-19 02:12:20] "POST /access-control-lists HTTP/1.1" 200 588 0.017906 10.0.0.23 - - [2026-02-19 02:12:20] "PUT /access-control-list/386a3fd3-9f79-4acf-a06d-9734bdaff772 HTTP/1.1" 200 272 0.007599 10.0.0.23 - - [2026-02-19 02:12:20] "POST /neutron/security_group HTTP/1.1" 200 1364 0.279902 10.0.0.23 - - [2026-02-19 02:12:20] "GET /projects?obj_uuids=173eded5-1dc2-4647-bb96-183d6be4869d&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001384 10.0.0.23 - - [2026-02-19 02:12:20] "PUT /access-control-list/f6f02c3f-beea-4297-8fc4-94bf239315c1 HTTP/1.1" 200 272 0.008103 10.0.0.23 - - [2026-02-19 02:12:20] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.029410 10.0.0.23 - - [2026-02-19 02:12:20] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.008074 10.0.0.23 - - [2026-02-19 02:12:20] "PUT /access-control-list/f6f02c3f-beea-4297-8fc4-94bf239315c1 HTTP/1.1" 200 272 0.007215 10.0.0.23 - - [2026-02-19 02:12:20] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.119815 10.0.0.23 - - [2026-02-19 02:12:20] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.008687 10.0.0.23 - - [2026-02-19 02:12:20] "PUT /access-control-list/f6f02c3f-beea-4297-8fc4-94bf239315c1 HTTP/1.1" 200 272 0.015985 10.0.0.23 - - [2026-02-19 02:12:20] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.142729 10.0.0.23 - - [2026-02-19 02:12:20] "POST /fqname-to-id HTTP/1.1" 404 193 0.002321 10.0.0.23 - - [2026-02-19 02:12:20] "PUT /access-control-list/f6f02c3f-beea-4297-8fc4-94bf239315c1 HTTP/1.1" 200 272 0.008274 10.0.0.23 - - [2026-02-19 02:12:20] "GET /projects?obj_uuids=173eded5-1dc2-4647-bb96-183d6be4869d&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000887 10.0.0.23 - - [2026-02-19 02:12:20] "POST /fqname-to-id HTTP/1.1" 404 228 0.002186 10.0.0.23 - - [2026-02-19 02:12:20] "POST /access-control-lists HTTP/1.1" 200 590 0.012041 10.0.0.23 - - [2026-02-19 02:12:20] "POST /fqname-to-id HTTP/1.1" 404 227 0.002651 10.0.0.23 - - [2026-02-19 02:12:20] "POST /access-control-lists HTTP/1.1" 200 588 0.020659 10.0.0.23 - - [2026-02-19 02:12:20] "PUT /access-control-list/6a820f1f-9058-44bb-a3cd-6d0427eb3607 HTTP/1.1" 200 272 0.006572 10.0.0.23 - - [2026-02-19 02:12:20] "PUT /access-control-list/8e4afe92-67ba-433f-8b54-a1d09fa59b6e HTTP/1.1" 200 272 0.008511 10.0.0.23 - - [2026-02-19 02:12:20] "POST /neutron/security_group HTTP/1.1" 200 1364 0.315634 10.0.0.23 - - [2026-02-19 02:12:21] "GET /projects?obj_uuids=173eded5-1dc2-4647-bb96-183d6be4869d&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000971 10.0.0.23 - - [2026-02-19 02:12:21] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.024424 10.0.0.23 - - [2026-02-19 02:12:21] "PUT /access-control-list/8e4afe92-67ba-433f-8b54-a1d09fa59b6e HTTP/1.1" 200 272 0.009075 10.0.0.23 - - [2026-02-19 02:12:21] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.007437 10.0.0.23 - - [2026-02-19 02:12:21] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.116962 10.0.0.23 - - [2026-02-19 02:12:21] "PUT /access-control-list/8e4afe92-67ba-433f-8b54-a1d09fa59b6e HTTP/1.1" 200 272 0.011215 10.0.0.23 - - [2026-02-19 02:12:21] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.008394 10.0.0.23 - - [2026-02-19 02:12:21] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.157996 10.0.0.23 - - [2026-02-19 02:12:21] "PUT /access-control-list/8e4afe92-67ba-433f-8b54-a1d09fa59b6e HTTP/1.1" 200 272 0.007004 10.0.0.23 - - [2026-02-19 02:12:21] "POST /fqname-to-id HTTP/1.1" 401 292 0.000434 10.0.0.23 - - [2026-02-19 02:12:21] "POST /fqname-to-id HTTP/1.1" 404 210 0.026118 10.0.0.23 - - [2026-02-19 02:12:21] "GET /projects?obj_uuids=7232f312-e588-455e-8930-1ac7be1bfc9e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000875 10.0.0.23 - - [2026-02-19 02:12:21] "POST /fqname-to-id HTTP/1.1" 404 245 0.002192 10.0.0.23 - - [2026-02-19 02:12:21] "POST /access-control-lists HTTP/1.1" 200 607 0.013747 10.0.0.23 - - [2026-02-19 02:12:21] "POST /fqname-to-id HTTP/1.1" 404 244 0.002444 10.0.0.23 - - [2026-02-19 02:12:21] "POST /access-control-lists HTTP/1.1" 200 605 0.015250 10.0.0.23 - - [2026-02-19 02:12:21] "PUT /access-control-list/18613ceb-d728-473b-a7f8-1f75710d94e3 HTTP/1.1" 200 272 0.007086 10.0.0.23 - - [2026-02-19 02:12:21] "PUT /access-control-list/4d591910-4956-4a15-9cad-8a9546ec4ff9 HTTP/1.1" 200 272 0.007565 10.0.0.23 - - [2026-02-19 02:12:22] "POST /neutron/security_group HTTP/1.1" 200 1379 0.374810 10.0.0.23 - - [2026-02-19 02:12:22] "PUT /access-control-list/4d591910-4956-4a15-9cad-8a9546ec4ff9 HTTP/1.1" 200 272 0.010174 10.0.0.23 - - [2026-02-19 02:12:22] "GET /projects?obj_uuids=7232f312-e588-455e-8930-1ac7be1bfc9e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000861 10.0.0.23 - - [2026-02-19 02:12:22] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.024748 10.0.0.23 - - [2026-02-19 02:12:22] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.007933 10.0.0.23 - - [2026-02-19 02:12:22] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.146180 10.0.0.23 - - [2026-02-19 02:12:22] "PUT /access-control-list/4d591910-4956-4a15-9cad-8a9546ec4ff9 HTTP/1.1" 200 272 0.011510 10.0.0.23 - - [2026-02-19 02:12:22] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.011323 10.0.0.23 - - [2026-02-19 02:12:22] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.165258 10.0.0.23 - - [2026-02-19 02:12:22] "POST /fqname-to-id HTTP/1.1" 404 210 0.001967 10.0.0.23 - - [2026-02-19 02:12:22] "PUT /access-control-list/4d591910-4956-4a15-9cad-8a9546ec4ff9 HTTP/1.1" 200 272 0.008271 10.0.0.23 - - [2026-02-19 02:12:22] "GET /projects?obj_uuids=7232f312-e588-455e-8930-1ac7be1bfc9e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000914 10.0.0.23 - - [2026-02-19 02:12:22] "POST /fqname-to-id HTTP/1.1" 404 245 0.002149 10.0.0.23 - - [2026-02-19 02:12:22] "POST /access-control-lists HTTP/1.1" 200 607 0.013147 10.0.0.23 - - [2026-02-19 02:12:22] "POST /fqname-to-id HTTP/1.1" 404 244 0.002364 10.0.0.23 - - [2026-02-19 02:12:22] "POST /access-control-lists HTTP/1.1" 200 605 0.019370 10.0.0.23 - - [2026-02-19 02:12:22] "PUT /access-control-list/0d0526a9-e68a-426a-aea8-0a8c0789ce32 HTTP/1.1" 200 272 0.007636 10.0.0.23 - - [2026-02-19 02:12:22] "POST /neutron/security_group HTTP/1.1" 200 1379 0.266620 10.0.0.23 - - [2026-02-19 02:12:22] "GET /projects?obj_uuids=7232f312-e588-455e-8930-1ac7be1bfc9e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001135 10.0.0.23 - - [2026-02-19 02:12:22] "PUT /access-control-list/ff01b570-3136-4f67-b643-657eb34a0136 HTTP/1.1" 200 272 0.008687 10.0.0.23 - - [2026-02-19 02:12:22] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.029321 10.0.0.23 - - [2026-02-19 02:12:22] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.007301 10.0.0.23 - - [2026-02-19 02:12:22] "PUT /access-control-list/ff01b570-3136-4f67-b643-657eb34a0136 HTTP/1.1" 200 272 0.007241 10.0.0.23 - - [2026-02-19 02:12:22] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.163432 10.0.0.23 - - [2026-02-19 02:12:22] "PUT /access-control-list/ff01b570-3136-4f67-b643-657eb34a0136 HTTP/1.1" 200 272 0.011363 10.0.0.23 - - [2026-02-19 02:12:22] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.011984 10.0.0.23 - - [2026-02-19 02:12:23] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.107133 10.0.0.23 - - [2026-02-19 02:12:23] "PUT /access-control-list/ff01b570-3136-4f67-b643-657eb34a0136 HTTP/1.1" 200 272 0.007852 10.0.0.23 - - [2026-02-19 02:12:23] "GET /projects?obj_uuids=173eded5-1dc2-4647-bb96-183d6be4869d&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000884 10.0.0.23 - - [2026-02-19 02:12:23] "POST /neutron/router HTTP/1.1" 200 541 0.038745 10.0.0.23 - - [2026-02-19 02:12:23] "POST /neutron/router HTTP/1.1" 200 541 0.002839 10.0.0.23 - - [2026-02-19 02:12:23] "POST /route-targets HTTP/1.1" 200 327 0.010443 10.0.0.23 - - [2026-02-19 02:12:23] "POST /neutron/router HTTP/1.1" 200 541 0.002429 10.0.0.23 - - [2026-02-19 02:12:23] "PUT /logical-router/5d0abeb8-a5f9-4ad4-a582-a5f275c9148a HTTP/1.1" 200 262 0.018723 10.0.0.23 - - [2026-02-19 02:12:23] "POST /neutron/router HTTP/1.1" 200 541 0.004072 10.0.0.23 - - [2026-02-19 02:12:23] "POST /neutron/router HTTP/1.1" 200 541 0.003011 10.0.0.23 - - [2026-02-19 02:12:23] "POST /neutron/router HTTP/1.1" 200 541 0.002897 10.0.0.23 - - [2026-02-19 02:12:23] "POST /neutron/router HTTP/1.1" 200 541 0.002772 10.0.0.23 - - [2026-02-19 02:12:23] "POST /neutron/router HTTP/1.1" 200 541 0.003221 10.0.0.23 - - [2026-02-19 02:12:23] "POST /neutron/router HTTP/1.1" 200 541 0.003040 10.0.0.23 - - [2026-02-19 02:12:23] "POST /neutron/router HTTP/1.1" 200 541 0.003330 10.0.0.23 - - [2026-02-19 02:12:23] "POST /neutron/router HTTP/1.1" 200 541 0.003110 10.0.0.23 - - [2026-02-19 02:12:23] "POST /neutron/router HTTP/1.1" 200 541 0.002987 10.0.0.23 - - [2026-02-19 02:12:23] "POST /neutron/router HTTP/1.1" 200 541 0.003175 10.0.0.23 - - [2026-02-19 02:12:23] "POST /neutron/router HTTP/1.1" 200 541 0.003112 10.0.0.23 - - [2026-02-19 02:12:23] "POST /neutron/router HTTP/1.1" 200 541 0.002948 10.0.0.23 - - [2026-02-19 02:12:23] "POST /neutron/router HTTP/1.1" 200 541 0.002725 10.0.0.23 - - [2026-02-19 02:12:23] "POST /neutron/router HTTP/1.1" 200 541 0.003204 10.0.0.23 - - [2026-02-19 02:12:23] "POST /neutron/router HTTP/1.1" 200 541 0.002827 10.0.0.23 - - [2026-02-19 02:12:23] "POST /neutron/router HTTP/1.1" 200 541 0.003054 10.0.0.23 - - [2026-02-19 02:12:23] "POST /neutron/router HTTP/1.1" 200 541 0.002899 10.0.0.23 - - [2026-02-19 02:12:23] "POST /neutron/router HTTP/1.1" 200 541 0.002848 10.0.0.23 - - [2026-02-19 02:12:23] "POST /neutron/router HTTP/1.1" 200 541 0.003145 10.0.0.23 - - [2026-02-19 02:12:23] "POST /neutron/router HTTP/1.1" 200 541 0.002887 10.0.0.23 - - [2026-02-19 02:12:23] "POST /neutron/router HTTP/1.1" 200 541 0.003034 10.0.0.23 - - [2026-02-19 02:12:23] "POST /neutron/router HTTP/1.1" 200 541 0.003047 10.0.0.23 - - [2026-02-19 02:12:23] "POST /neutron/router HTTP/1.1" 200 541 0.002748 10.0.0.23 - - [2026-02-19 02:12:23] "POST /neutron/router HTTP/1.1" 200 541 0.002800 10.0.0.23 - - [2026-02-19 02:12:23] "POST /neutron/router HTTP/1.1" 200 541 0.002801 10.0.0.23 - - [2026-02-19 02:12:23] "POST /neutron/router HTTP/1.1" 200 541 0.002961 10.0.0.23 - - [2026-02-19 02:12:23] "POST /neutron/router HTTP/1.1" 200 541 0.004181 10.0.0.23 - - [2026-02-19 02:12:23] "POST /neutron/router HTTP/1.1" 200 541 0.003037 10.0.0.23 - - [2026-02-19 02:12:23] "POST /neutron/router HTTP/1.1" 200 541 0.002799 10.0.0.23 - - [2026-02-19 02:12:23] "POST /neutron/router HTTP/1.1" 200 541 0.002762 10.0.0.23 - - [2026-02-19 02:12:23] "POST /neutron/router HTTP/1.1" 200 541 0.017034 10.0.0.23 - - [2026-02-19 02:12:23] "POST /neutron/router HTTP/1.1" 200 541 0.003515 10.0.0.23 - - [2026-02-19 02:12:23] "POST /neutron/router HTTP/1.1" 200 542 0.017332 10.0.0.23 - - [2026-02-19 02:12:23] "POST /neutron/router HTTP/1.1" 200 542 0.009656 10.0.0.23 - - [2026-02-19 02:12:24] "GET /logical-router/5d0abeb8-a5f9-4ad4-a582-a5f275c9148a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.005182 10.0.0.23 - - [2026-02-19 02:12:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.006392 10.0.0.23 - - [2026-02-19 02:12:24] "POST /neutron/router HTTP/1.1" 200 151 0.045599 10.0.0.23 - - [2026-02-19 02:12:24] "DELETE /route-target/71c37e84-e36c-4f62-ba57-da3fea862505 HTTP/1.1" 200 115 0.014031 10.0.0.23 - - [2026-02-19 02:12:24] "GET /projects?obj_uuids=7232f312-e588-455e-8930-1ac7be1bfc9e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001104 10.0.0.23 - - [2026-02-19 02:12:24] "POST /neutron/router HTTP/1.1" 200 559 0.063668 10.0.0.23 - - [2026-02-19 02:12:24] "POST /neutron/router HTTP/1.1" 200 559 0.002831 10.0.0.23 - - [2026-02-19 02:12:24] "POST /route-targets HTTP/1.1" 200 327 0.010749 10.0.0.23 - - [2026-02-19 02:12:24] "POST /neutron/router HTTP/1.1" 200 559 0.002942 10.0.0.23 - - [2026-02-19 02:12:24] "PUT /logical-router/c724689e-f892-448a-8b5f-897d3a311b7e HTTP/1.1" 200 262 0.016468 10.0.0.23 - - [2026-02-19 02:12:24] "POST /neutron/router HTTP/1.1" 200 559 0.003783 10.0.0.23 - - [2026-02-19 02:12:24] "POST /neutron/router HTTP/1.1" 200 559 0.003050 10.0.0.23 - - [2026-02-19 02:12:24] "POST /neutron/router HTTP/1.1" 200 559 0.003124 10.0.0.23 - - [2026-02-19 02:12:24] "POST /neutron/router HTTP/1.1" 200 559 0.003028 10.0.0.23 - - [2026-02-19 02:12:24] "POST /neutron/router HTTP/1.1" 200 559 0.003514 10.0.0.23 - - [2026-02-19 02:12:24] "POST /neutron/router HTTP/1.1" 200 559 0.002875 10.0.0.23 - - [2026-02-19 02:12:24] "POST /neutron/router HTTP/1.1" 200 559 0.002854 10.0.0.23 - - [2026-02-19 02:12:24] "POST /neutron/router HTTP/1.1" 200 559 0.005067 10.0.0.23 - - [2026-02-19 02:12:24] "POST /neutron/router HTTP/1.1" 200 559 0.003232 10.0.0.23 - - [2026-02-19 02:12:24] "POST /neutron/router HTTP/1.1" 200 559 0.003259 10.0.0.23 - - [2026-02-19 02:12:24] "POST /neutron/router HTTP/1.1" 200 559 0.003994 10.0.0.23 - - [2026-02-19 02:12:24] "POST /neutron/router HTTP/1.1" 200 559 0.003452 10.0.0.23 - - [2026-02-19 02:12:24] "POST /neutron/router HTTP/1.1" 200 559 0.003172 10.0.0.23 - - [2026-02-19 02:12:24] "POST /neutron/router HTTP/1.1" 200 559 0.003564 10.0.0.23 - - [2026-02-19 02:12:24] "POST /neutron/router HTTP/1.1" 200 559 0.003173 10.0.0.23 - - [2026-02-19 02:12:24] "POST /neutron/router HTTP/1.1" 200 559 0.003214 10.0.0.23 - - [2026-02-19 02:12:24] "POST /neutron/router HTTP/1.1" 200 559 0.003151 10.0.0.23 - - [2026-02-19 02:12:24] "POST /neutron/router HTTP/1.1" 200 559 0.003269 10.0.0.23 - - [2026-02-19 02:12:24] "POST /neutron/router HTTP/1.1" 200 559 0.003722 10.0.0.23 - - [2026-02-19 02:12:24] "POST /neutron/router HTTP/1.1" 200 559 0.003047 10.0.0.23 - - [2026-02-19 02:12:24] "POST /neutron/router HTTP/1.1" 200 559 0.003122 10.0.0.23 - - [2026-02-19 02:12:24] "POST /neutron/router HTTP/1.1" 200 559 0.003404 10.0.0.23 - - [2026-02-19 02:12:24] "POST /neutron/router HTTP/1.1" 200 559 0.003021 10.0.0.23 - - [2026-02-19 02:12:24] "POST /neutron/router HTTP/1.1" 200 559 0.002995 10.0.0.23 - - [2026-02-19 02:12:24] "POST /neutron/router HTTP/1.1" 200 559 0.002970 10.0.0.23 - - [2026-02-19 02:12:24] "POST /neutron/router HTTP/1.1" 200 559 0.003188 10.0.0.23 - - [2026-02-19 02:12:24] "POST /neutron/router HTTP/1.1" 200 559 0.003195 10.0.0.23 - - [2026-02-19 02:12:24] "POST /neutron/router HTTP/1.1" 200 559 0.002956 10.0.0.23 - - [2026-02-19 02:12:24] "POST /neutron/router HTTP/1.1" 200 559 0.002935 10.0.0.23 - - [2026-02-19 02:12:24] "POST /neutron/router HTTP/1.1" 200 559 0.002937 10.0.0.23 - - [2026-02-19 02:12:24] "POST /neutron/router HTTP/1.1" 200 559 0.019296 10.0.0.23 - - [2026-02-19 02:12:24] "POST /neutron/router HTTP/1.1" 200 559 0.003128 10.0.0.23 - - [2026-02-19 02:12:24] "POST /neutron/router HTTP/1.1" 200 560 0.017467 10.0.0.23 - - [2026-02-19 02:12:24] "POST /neutron/router HTTP/1.1" 200 560 0.003762 10.0.0.23 - - [2026-02-19 02:12:24] "GET /logical-router/c724689e-f892-448a-8b5f-897d3a311b7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.005119 10.0.0.23 - - [2026-02-19 02:12:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004659 10.0.0.23 - - [2026-02-19 02:12:24] "POST /neutron/router HTTP/1.1" 200 151 0.038481 10.0.0.23 - - [2026-02-19 02:12:24] "GET /projects?obj_uuids=173eded5-1dc2-4647-bb96-183d6be4869d&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.003527 10.0.0.23 - - [2026-02-19 02:12:24] "DELETE /route-target/d8f5aa35-96f7-4263-89df-93dcf19c6122 HTTP/1.1" 200 115 0.023780 10.0.0.23 - - [2026-02-19 02:12:24] "POST /neutron/router HTTP/1.1" 200 542 0.047406 10.0.0.23 - - [2026-02-19 02:12:24] "POST /neutron/router HTTP/1.1" 200 542 0.003952 10.0.0.23 - - [2026-02-19 02:12:24] "POST /route-targets HTTP/1.1" 200 327 0.017226 10.0.0.23 - - [2026-02-19 02:12:24] "POST /neutron/router HTTP/1.1" 200 542 0.004108 10.0.0.23 - - [2026-02-19 02:12:24] "POST /neutron/router HTTP/1.1" 200 542 0.003458 10.0.0.23 - - [2026-02-19 02:12:24] "PUT /logical-router/9abd3860-fa38-432c-822c-29c5f8fe863b HTTP/1.1" 200 262 0.022426 10.0.0.23 - - [2026-02-19 02:12:24] "POST /neutron/router HTTP/1.1" 200 542 0.004332 10.0.0.23 - - [2026-02-19 02:12:24] "POST /neutron/router HTTP/1.1" 200 542 0.002904 10.0.0.23 - - [2026-02-19 02:12:24] "POST /neutron/router HTTP/1.1" 200 542 0.003145 10.0.0.23 - - [2026-02-19 02:12:24] "POST /neutron/router HTTP/1.1" 200 542 0.003402 10.0.0.23 - - [2026-02-19 02:12:24] "POST /neutron/router HTTP/1.1" 200 542 0.003461 10.0.0.23 - - [2026-02-19 02:12:24] "POST /neutron/router HTTP/1.1" 200 542 0.003291 10.0.0.23 - - [2026-02-19 02:12:24] "POST /neutron/router HTTP/1.1" 200 542 0.003395 10.0.0.23 - - [2026-02-19 02:12:24] "POST /neutron/router HTTP/1.1" 200 542 0.003263 10.0.0.23 - - [2026-02-19 02:12:24] "POST /neutron/router HTTP/1.1" 200 542 0.003811 10.0.0.23 - - [2026-02-19 02:12:24] "POST /neutron/router HTTP/1.1" 200 542 0.003121 10.0.0.23 - - [2026-02-19 02:12:24] "POST /neutron/router HTTP/1.1" 200 542 0.003001 10.0.0.23 - - [2026-02-19 02:12:24] "POST /neutron/router HTTP/1.1" 200 542 0.002957 10.0.0.23 - - [2026-02-19 02:12:24] "POST /neutron/router HTTP/1.1" 200 542 0.003201 10.0.0.23 - - [2026-02-19 02:12:24] "POST /neutron/router HTTP/1.1" 200 542 0.003566 10.0.0.23 - - [2026-02-19 02:12:24] "POST /neutron/router HTTP/1.1" 200 542 0.003041 10.0.0.23 - - [2026-02-19 02:12:24] "POST /neutron/router HTTP/1.1" 200 542 0.003378 10.0.0.23 - - [2026-02-19 02:12:24] "POST /neutron/router HTTP/1.1" 200 542 0.003139 10.0.0.23 - - [2026-02-19 02:12:24] "POST /neutron/router HTTP/1.1" 200 542 0.003007 10.0.0.23 - - [2026-02-19 02:12:24] "POST /neutron/router HTTP/1.1" 200 542 0.002994 10.0.0.23 - - [2026-02-19 02:12:24] "POST /neutron/router HTTP/1.1" 200 542 0.003197 10.0.0.23 - - [2026-02-19 02:12:24] "POST /neutron/router HTTP/1.1" 200 542 0.004268 10.0.0.23 - - [2026-02-19 02:12:24] "POST /neutron/router HTTP/1.1" 200 542 0.003130 10.0.0.23 - - [2026-02-19 02:12:24] "POST /neutron/router HTTP/1.1" 200 542 0.003092 10.0.0.23 - - [2026-02-19 02:12:24] "POST /neutron/router HTTP/1.1" 200 542 0.003021 10.0.0.23 - - [2026-02-19 02:12:24] "POST /neutron/router HTTP/1.1" 200 542 0.002913 10.0.0.23 - - [2026-02-19 02:12:25] "POST /neutron/router HTTP/1.1" 200 542 0.002902 10.0.0.23 - - [2026-02-19 02:12:25] "POST /neutron/router HTTP/1.1" 200 542 0.003054 10.0.0.23 - - [2026-02-19 02:12:25] "POST /neutron/router HTTP/1.1" 200 542 0.003500 10.0.0.23 - - [2026-02-19 02:12:25] "POST /neutron/router HTTP/1.1" 200 542 0.002911 10.0.0.23 - - [2026-02-19 02:12:25] "POST /neutron/router HTTP/1.1" 200 542 0.012535 10.0.0.23 - - [2026-02-19 02:12:25] "POST /neutron/router HTTP/1.1" 200 542 0.003664 10.0.0.23 - - [2026-02-19 02:12:25] "POST /neutron/router HTTP/1.1" 200 541 0.017875 10.0.0.23 - - [2026-02-19 02:12:25] "POST /neutron/router HTTP/1.1" 200 541 0.003348 10.0.0.23 - - [2026-02-19 02:12:25] "GET /logical-router/9abd3860-fa38-432c-822c-29c5f8fe863b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.003361 10.0.0.23 - - [2026-02-19 02:12:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002621 10.0.0.23 - - [2026-02-19 02:12:25] "POST /neutron/router HTTP/1.1" 200 151 0.036021 10.0.0.23 - - [2026-02-19 02:12:25] "DELETE /route-target/18764f55-0591-4b68-945e-933511466147 HTTP/1.1" 200 115 0.014387 10.0.0.23 - - [2026-02-19 02:12:25] "POST /neutron/security_group HTTP/1.1" 200 521 0.002973 10.0.0.23 - - [2026-02-19 02:12:25] "POST /neutron/security_group HTTP/1.1" 200 151 0.029660 10.0.0.23 - - [2026-02-19 02:12:25] "DELETE /access-control-list/0d0526a9-e68a-426a-aea8-0a8c0789ce32 HTTP/1.1" 200 115 0.015637 10.0.0.23 - - [2026-02-19 02:12:25] "POST /neutron/security_group HTTP/1.1" 200 521 0.002466 10.0.0.23 - - [2026-02-19 02:12:25] "DELETE /access-control-list/ff01b570-3136-4f67-b643-657eb34a0136 HTTP/1.1" 200 115 0.019196 10.0.0.23 - - [2026-02-19 02:12:25] "POST /neutron/security_group HTTP/1.1" 200 151 0.035158 10.0.0.23 - - [2026-02-19 02:12:25] "DELETE /access-control-list/18613ceb-d728-473b-a7f8-1f75710d94e3 HTTP/1.1" 200 115 0.021823 10.0.0.23 - - [2026-02-19 02:12:25] "POST /neutron/security_group HTTP/1.1" 200 506 0.003453 10.0.0.23 - - [2026-02-19 02:12:25] "DELETE /access-control-list/4d591910-4956-4a15-9cad-8a9546ec4ff9 HTTP/1.1" 200 115 0.021992 10.0.0.23 - - [2026-02-19 02:12:25] "POST /neutron/security_group HTTP/1.1" 200 151 0.036745 10.0.0.23 - - [2026-02-19 02:12:25] "DELETE /access-control-list/6a820f1f-9058-44bb-a3cd-6d0427eb3607 HTTP/1.1" 200 115 0.016048 10.0.0.23 - - [2026-02-19 02:12:25] "POST /neutron/security_group HTTP/1.1" 200 506 0.002533 10.0.0.23 - - [2026-02-19 02:12:25] "DELETE /access-control-list/8e4afe92-67ba-433f-8b54-a1d09fa59b6e HTTP/1.1" 200 115 0.022951 10.0.0.23 - - [2026-02-19 02:12:25] "POST /neutron/security_group HTTP/1.1" 200 151 0.032676 10.0.0.23 - - [2026-02-19 02:12:25] "DELETE /access-control-list/386a3fd3-9f79-4acf-a06d-9734bdaff772 HTTP/1.1" 200 115 0.016759 10.0.0.23 - - [2026-02-19 02:12:25] "DELETE /access-control-list/f6f02c3f-beea-4297-8fc4-94bf239315c1 HTTP/1.1" 200 115 0.017408 10.0.0.23 - - [2026-02-19 02:12:25] "GET /projects?obj_uuids=7232f312-e588-455e-8930-1ac7be1bfc9e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001075 10.0.0.23 - - [2026-02-19 02:12:25] "GET /project/7232f312-e588-455e-8930-1ac7be1bfc9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.020527 10.0.0.23 - - [2026-02-19 02:12:25] "GET /projects?obj_uuids=7232f312-e588-455e-8930-1ac7be1bfc9e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000988 10.0.0.23 - - [2026-02-19 02:12:25] "GET /project/7232f312-e588-455e-8930-1ac7be1bfc9e?fields=virtual_networks HTTP/1.1" 200 1021 0.066129 10.0.0.23 - - [2026-02-19 02:12:25] "GET /projects?obj_uuids=7232f312-e588-455e-8930-1ac7be1bfc9e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001387 10.0.0.23 - - [2026-02-19 02:12:25] "GET /project/7232f312-e588-455e-8930-1ac7be1bfc9e?fields=virtual_machine_interfaces HTTP/1.1" 200 1021 0.026840 10.0.0.23 - - [2026-02-19 02:12:25] "GET /projects?obj_uuids=7232f312-e588-455e-8930-1ac7be1bfc9e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000976 10.0.0.23 - - [2026-02-19 02:12:25] "GET /project/7232f312-e588-455e-8930-1ac7be1bfc9e?fields=security_groups HTTP/1.1" 200 1242 0.024330 10.0.0.23 - - [2026-02-19 02:12:26] "POST /fqname-to-id HTTP/1.1" 404 184 0.025643 10.0.0.23 - - [2026-02-19 02:12:26] "GET /projects?obj_uuids=a66fd78a-35fc-4ce0-84c5-3a48fbcda04c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002048 10.0.0.23 - - [2026-02-19 02:12:26] "GET /domains?obj_uuids=2d5d818a-a03e-492f-8464-ff794ba593de&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000863 10.0.0.23 - - [2026-02-19 02:12:26] "GET /domain/2d5d818a-a03e-492f-8464-ff794ba593de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.005814 10.0.0.23 - - [2026-02-19 02:12:26] "POST /id-to-fqname HTTP/1.1" 200 186 0.001112 10.0.0.23 - - [2026-02-19 02:12:26] "POST /fqname-to-id HTTP/1.1" 404 195 0.001812 10.0.0.23 - - [2026-02-19 02:12:27] "POST /security-groups HTTP/1.1" 200 587 0.060541 10.0.0.23 - - [2026-02-19 02:12:27] "POST /fqname-to-id HTTP/1.1" 404 230 0.002099 10.0.0.23 - - [2026-02-19 02:12:27] "POST /projects HTTP/1.1" 200 577 0.203587 10.0.0.23 - - [2026-02-19 02:12:27] "POST /access-control-lists HTTP/1.1" 200 592 0.055246 10.0.0.23 - - [2026-02-19 02:12:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.270103 10.0.0.23 - - [2026-02-19 02:12:27] "POST /fqname-to-id HTTP/1.1" 404 229 0.002417 10.0.0.23 - - [2026-02-19 02:12:27] "GET /project/a66fd78a-35fc-4ce0-84c5-3a48fbcda04c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.388462 10.0.0.23 - - [2026-02-19 02:12:27] "POST /access-control-lists HTTP/1.1" 200 590 0.056564 10.0.0.23 - - [2026-02-19 02:12:28] "GET / HTTP/1.1" 200 35931 0.002510 10.0.0.23 - - [2026-02-19 02:12:28] "POST /fqname-to-id HTTP/1.1" 401 292 0.000410 10.0.0.23 - - [2026-02-19 02:12:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.051232 10.0.0.23 - - [2026-02-19 02:12:29] "GET /projects?obj_uuids=a66fd78a-35fc-4ce0-84c5-3a48fbcda04c&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001001 10.0.0.23 - - [2026-02-19 02:12:29] "GET /project/a66fd78a-35fc-4ce0-84c5-3a48fbcda04c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.019031 10.0.0.23 - - [2026-02-19 02:12:29] "POST /neutron/network HTTP/1.1" 200 117 0.028901 10.0.0.23 - - [2026-02-19 02:12:29] "GET /projects?obj_uuids=a66fd78a-35fc-4ce0-84c5-3a48fbcda04c&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001111 10.0.0.23 - - [2026-02-19 02:12:29] "POST /neutron/network HTTP/1.1" 200 601 0.058559 10.0.0.23 - - [2026-02-19 02:12:29] "POST /route-targets HTTP/1.1" 200 327 0.008558 10.0.0.23 - - [2026-02-19 02:12:29] "POST /ref-update HTTP/1.1" 200 156 0.011029 10.0.0.23 - - [2026-02-19 02:12:29] "POST /useragent-kv HTTP/1.1" 200 115 0.004653 10.0.0.23 - - [2026-02-19 02:12:29] "POST /neutron/subnet HTTP/1.1" 200 715 0.120478 10.0.0.23 - - [2026-02-19 02:12:29] "POST /neutron/network HTTP/1.1" 200 818 0.004394 10.0.0.23 - - [2026-02-19 02:12:29] "POST /id-to-fqname HTTP/1.1" 200 216 0.000983 10.0.0.23 - - [2026-02-19 02:12:29] "GET /virtual-network/6580cd95-5854-4c8c-be6a-4329bb6d1886?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2026 0.003941 10.0.0.23 - - [2026-02-19 02:12:29] "POST /neutron/network HTTP/1.1" 200 818 0.005061 10.0.0.23 - - [2026-02-19 02:12:29] "GET /virtual-network/6580cd95-5854-4c8c-be6a-4329bb6d1886?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2026 0.004098 10.0.0.23 - - [2026-02-19 02:12:29] "POST /neutron/network HTTP/1.1" 200 818 0.005213 10.0.0.23 - - [2026-02-19 02:12:29] "POST /neutron/subnet HTTP/1.1" 200 715 0.005172 10.0.0.23 - - [2026-02-19 02:12:29] "POST /fqname-to-id HTTP/1.1" 404 206 0.001984 10.0.0.23 - - [2026-02-19 02:12:29] "GET /virtual-network/6580cd95-5854-4c8c-be6a-4329bb6d1886?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2026 0.004538 10.0.0.23 - - [2026-02-19 02:12:29] "GET /projects?obj_uuids=a66fd78a-35fc-4ce0-84c5-3a48fbcda04c&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001021 10.0.0.23 - - [2026-02-19 02:12:29] "POST /neutron/port HTTP/1.1" 200 1015 0.162862 10.0.0.23 - - [2026-02-19 02:12:29] "GET /virtual-machine-interface/40bf63ef-d4e5-4760-a5c8-84d69ea94757?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2384 0.004153 10.0.0.23 - - [2026-02-19 02:12:29] "GET /virtual-machine-interface/40bf63ef-d4e5-4760-a5c8-84d69ea94757?fields=instance_ip_back_refs HTTP/1.1" 200 1317 0.003934 10.0.0.23 - - [2026-02-19 02:12:29] "GET /instance-ip/bdc37169-5e32-4b11-b95e-31e24e8a7943?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1593 0.003892 10.0.0.23 - - [2026-02-19 02:12:30] "GET /virtual-machine-interface/40bf63ef-d4e5-4760-a5c8-84d69ea94757 HTTP/1.1" 401 292 0.000391 10.0.0.23 - - [2026-02-19 02:12:30] "GET /virtual-machine-interface/40bf63ef-d4e5-4760-a5c8-84d69ea94757 HTTP/1.1" 200 2605 0.027139 10.0.0.23 - - [2026-02-19 02:12:30] "POST /neutron/port HTTP/1.1" 200 1015 0.008276 10.0.0.23 - - [2026-02-19 02:12:30] "POST /neutron/port HTTP/1.1" 200 151 0.054541 10.0.0.23 - - [2026-02-19 02:12:30] "POST /neutron/network HTTP/1.1" 200 818 0.005018 10.0.0.23 - - [2026-02-19 02:12:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003572 10.0.0.23 - - [2026-02-19 02:12:30] "POST /useragent-kv HTTP/1.1" 200 115 0.001848 10.0.0.23 - - [2026-02-19 02:12:30] "POST /useragent-kv HTTP/1.1" 200 115 0.002579 10.0.0.23 - - [2026-02-19 02:12:30] "POST /neutron/network HTTP/1.1" 200 151 0.072595 10.0.0.23 - - [2026-02-19 02:12:30] "DELETE /route-target/7a4ee30e-e524-4044-9f85-f903e2c00685 HTTP/1.1" 200 115 0.015874 10.0.0.23 - - [2026-02-19 02:12:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002513 10.0.0.23 - - [2026-02-19 02:12:31] "GET /projects?obj_uuids=a66fd78a-35fc-4ce0-84c5-3a48fbcda04c&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000899 10.0.0.23 - - [2026-02-19 02:12:31] "GET /project/a66fd78a-35fc-4ce0-84c5-3a48fbcda04c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.020525 10.0.0.23 - - [2026-02-19 02:12:31] "POST /neutron/network HTTP/1.1" 200 117 0.007119 10.0.0.23 - - [2026-02-19 02:12:31] "GET /projects?obj_uuids=a66fd78a-35fc-4ce0-84c5-3a48fbcda04c&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001428 10.0.0.23 - - [2026-02-19 02:12:31] "POST /neutron/network HTTP/1.1" 200 603 0.056693 10.0.0.23 - - [2026-02-19 02:12:31] "POST /route-targets HTTP/1.1" 200 327 0.011642 10.0.0.23 - - [2026-02-19 02:12:31] "POST /ref-update HTTP/1.1" 200 156 0.014725 10.0.0.23 - - [2026-02-19 02:12:31] "POST /useragent-kv HTTP/1.1" 200 115 0.003252 10.0.0.23 - - [2026-02-19 02:12:31] "POST /neutron/subnet HTTP/1.1" 200 729 0.125588 10.0.0.23 - - [2026-02-19 02:12:31] "POST /useragent-kv HTTP/1.1" 200 115 0.003389 10.0.0.23 - - [2026-02-19 02:12:31] "POST /neutron/subnet HTTP/1.1" 200 710 0.125511 10.0.0.23 - - [2026-02-19 02:12:31] "POST /neutron/network HTTP/1.1" 200 976 0.007979 10.0.0.23 - - [2026-02-19 02:12:31] "POST /id-to-fqname HTTP/1.1" 200 217 0.001201 10.0.0.23 - - [2026-02-19 02:12:31] "GET /virtual-network/61725b90-b136-4a68-a00e-24359d319e8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2555 0.004388 10.0.0.23 - - [2026-02-19 02:12:31] "POST /neutron/network HTTP/1.1" 200 976 0.007856 10.0.0.23 - - [2026-02-19 02:12:31] "GET /virtual-network/61725b90-b136-4a68-a00e-24359d319e8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2555 0.004299 10.0.0.23 - - [2026-02-19 02:12:31] "POST /neutron/network HTTP/1.1" 200 976 0.006407 10.0.0.23 - - [2026-02-19 02:12:31] "POST /neutron/subnet HTTP/1.1" 200 729 0.006245 10.0.0.23 - - [2026-02-19 02:12:31] "POST /neutron/subnet HTTP/1.1" 200 710 0.006454 10.0.0.23 - - [2026-02-19 02:12:31] "GET /projects?obj_uuids=a66fd78a-35fc-4ce0-84c5-3a48fbcda04c&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001243 10.0.0.23 - - [2026-02-19 02:12:31] "POST /neutron/port HTTP/1.1" 200 1019 0.149383 10.0.0.23 - - [2026-02-19 02:12:31] "GET /projects?obj_uuids=a66fd78a-35fc-4ce0-84c5-3a48fbcda04c&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001030 10.0.0.23 - - [2026-02-19 02:12:32] "POST /neutron/port HTTP/1.1" 200 1015 0.148658 10.0.0.23 - - [2026-02-19 02:12:32] "POST /id-to-fqname HTTP/1.1" 200 217 0.001044 10.0.0.23 - - [2026-02-19 02:12:32] "POST /neutron/port HTTP/1.1" 200 1019 0.007477 10.0.0.23 - - [2026-02-19 02:12:32] "POST /neutron/port HTTP/1.1" 200 1019 0.007847 10.0.0.23 - - [2026-02-19 02:12:32] "POST /neutron/network HTTP/1.1" 200 976 0.005334 10.0.0.23 - - [2026-02-19 02:12:32] "POST /neutron/port HTTP/1.1" 200 1019 0.007602 10.0.0.23 - - [2026-02-19 02:12:32] "POST /neutron/port HTTP/1.1" 200 117 0.005111 10.0.0.23 - - [2026-02-19 02:12:32] "POST /neutron/port HTTP/1.1" 200 117 0.004186 10.0.0.23 - - [2026-02-19 02:12:32] "POST /id-to-fqname HTTP/1.1" 200 217 0.001207 10.0.0.23 - - [2026-02-19 02:12:32] "POST /neutron/port HTTP/1.1" 200 117 0.004558 10.0.0.23 - - [2026-02-19 02:12:32] "POST /neutron/port HTTP/1.1" 200 1015 0.008131 10.0.0.23 - - [2026-02-19 02:12:32] "POST /neutron/port HTTP/1.1" 200 1015 0.009505 10.0.0.23 - - [2026-02-19 02:12:32] "POST /neutron/network HTTP/1.1" 200 976 0.005315 10.0.0.23 - - [2026-02-19 02:12:32] "POST /neutron/port HTTP/1.1" 200 1015 0.007464 10.0.0.23 - - [2026-02-19 02:12:32] "POST /neutron/port HTTP/1.1" 200 1019 0.010961 10.0.0.23 - - [2026-02-19 02:12:32] "POST /neutron/port HTTP/1.1" 200 1015 0.008200 10.0.0.23 - - [2026-02-19 02:12:32] "POST /neutron/port HTTP/1.1" 200 117 0.005139 10.0.0.23 - - [2026-02-19 02:12:32] "POST /neutron/port HTTP/1.1" 200 117 0.003895 10.0.0.23 - - [2026-02-19 02:12:32] "POST /neutron/port HTTP/1.1" 200 117 0.004270 10.0.0.23 - - [2026-02-19 02:12:33] "POST /neutron/port HTTP/1.1" 200 1019 0.008115 10.0.0.23 - - [2026-02-19 02:12:33] "POST /neutron/network HTTP/1.1" 200 986 0.004822 10.0.0.23 - - [2026-02-19 02:12:33] "POST /neutron/port HTTP/1.1" 200 1019 0.009394 10.0.0.23 - - [2026-02-19 02:12:33] "POST /neutron/port HTTP/1.1" 200 1019 0.009541 10.0.0.23 - - [2026-02-19 02:12:33] "POST /neutron/port HTTP/1.1" 200 1015 0.018157 10.0.0.23 - - [2026-02-19 02:12:33] "POST /neutron/port HTTP/1.1" 200 1111 0.086025 10.0.0.23 - - [2026-02-19 02:12:33] "POST /neutron/network HTTP/1.1" 200 986 0.005927 10.0.0.23 - - [2026-02-19 02:12:33] "POST /neutron/port HTTP/1.1" 200 1015 0.009224 10.0.0.23 - - [2026-02-19 02:12:33] "POST /neutron/port HTTP/1.1" 200 1015 0.008366 10.0.0.23 - - [2026-02-19 02:12:33] "POST /neutron/port HTTP/1.1" 200 1121 0.018883 10.0.0.23 - - [2026-02-19 02:12:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003396 10.0.0.23 - - [2026-02-19 02:12:33] "POST /neutron/port HTTP/1.1" 200 1107 0.068485 10.0.0.23 - - [2026-02-19 02:12:33] "POST /neutron/subnet HTTP/1.1" 200 703 0.009813 10.0.0.23 - - [2026-02-19 02:12:33] "POST /neutron/port HTTP/1.1" 200 117 0.001204 10.0.0.23 - - [2026-02-19 02:12:33] "POST /neutron/port HTTP/1.1" 200 1117 0.011622 10.0.0.23 - - [2026-02-19 02:12:33] "POST /neutron/network HTTP/1.1" 200 976 0.005614 10.0.0.23 - - [2026-02-19 02:12:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002924 10.0.0.23 - - [2026-02-19 02:12:33] "POST /neutron/subnet HTTP/1.1" 200 684 0.007638 10.0.0.23 - - [2026-02-19 02:12:33] "POST /neutron/port HTTP/1.1" 200 117 0.001016 10.0.0.23 - - [2026-02-19 02:12:33] "POST /neutron/network HTTP/1.1" 200 976 0.006602 10.0.0.23 - - [2026-02-19 02:12:37] "POST /neutron/port HTTP/1.1" 200 1121 0.010084 10.0.0.23 - - [2026-02-19 02:12:37] "POST /neutron/security_group HTTP/1.1" 200 2054 0.004796 10.0.0.23 - - [2026-02-19 02:12:37] "POST /neutron/port HTTP/1.1" 200 1121 0.012608 10.0.0.23 - - [2026-02-19 02:12:37] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005216 10.0.0.23 - - [2026-02-19 02:12:37] "POST /neutron/port HTTP/1.1" 200 1121 0.013002 10.0.0.23 - - [2026-02-19 02:12:37] "POST /neutron/security_group HTTP/1.1" 200 2054 0.004841 10.0.0.23 - - [2026-02-19 02:12:38] "GET /virtual-machine/7265d08b-a024-42f9-8dfd-f473025b97ea HTTP/1.1" 200 1284 0.003750 10.0.0.23 - - [2026-02-19 02:12:38] "GET /virtual-machine-interface/1575824f-33e4-4544-a323-508e8d2bc3f8 HTTP/1.1" 200 2924 0.004093 10.0.0.23 - - [2026-02-19 02:12:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002412 10.0.0.23 - - [2026-02-19 02:12:38] "GET /global-vrouter-config/2d5e8481-5d1c-4ecd-8ba7-ea3938cbcad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003033 10.0.0.23 - - [2026-02-19 02:12:38] "GET /virtual-networks?parent_id=a66fd78a-35fc-4ce0-84c5-3a48fbcda04c&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002601 10.0.0.23 - - [2026-02-19 02:12:38] "GET /virtual-network/61725b90-b136-4a68-a00e-24359d319e8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2555 0.005221 10.0.0.23 - - [2026-02-19 02:12:39] "POST /neutron/port HTTP/1.1" 200 1121 0.011008 10.0.0.23 - - [2026-02-19 02:12:39] "POST /neutron/port HTTP/1.1" 200 1121 0.011143 10.0.0.23 - - [2026-02-19 02:12:39] "POST /neutron/network HTTP/1.1" 200 986 0.004685 10.0.0.23 - - [2026-02-19 02:12:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002615 10.0.0.23 - - [2026-02-19 02:12:39] "POST /neutron/subnet HTTP/1.1" 200 703 0.007960 10.0.0.23 - - [2026-02-19 02:12:39] "POST /neutron/port HTTP/1.1" 200 117 0.001352 10.0.0.23 - - [2026-02-19 02:12:39] "POST /neutron/network HTTP/1.1" 200 976 0.006686 10.0.0.23 - - [2026-02-19 02:12:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003258 10.0.0.23 - - [2026-02-19 02:12:41] "GET /virtual-network/61725b90-b136-4a68-a00e-24359d319e8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2555 0.006371 10.0.0.23 - - [2026-02-19 02:12:41] "POST /neutron/port HTTP/1.1" 200 1121 0.011172 10.0.0.23 - - [2026-02-19 02:12:41] "POST /neutron/security_group HTTP/1.1" 200 2054 0.004486 10.0.0.23 - - [2026-02-19 02:12:41] "POST /neutron/port HTTP/1.1" 200 1117 0.009532 10.0.0.23 - - [2026-02-19 02:12:41] "POST /neutron/security_group HTTP/1.1" 200 2054 0.003814 10.0.0.23 - - [2026-02-19 02:12:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002571 10.0.0.23 - - [2026-02-19 02:12:43] "GET /global-vrouter-config/2d5e8481-5d1c-4ecd-8ba7-ea3938cbcad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002726 10.0.0.23 - - [2026-02-19 02:12:43] "GET /virtual-networks?parent_id=a66fd78a-35fc-4ce0-84c5-3a48fbcda04c&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002607 10.0.0.23 - - [2026-02-19 02:12:43] "GET /virtual-network/61725b90-b136-4a68-a00e-24359d319e8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2555 0.004694 10.0.0.23 - - [2026-02-19 02:12:43] "POST /neutron/port HTTP/1.1" 200 1117 0.012079 10.0.0.23 - - [2026-02-19 02:12:43] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005092 10.0.0.23 - - [2026-02-19 02:12:43] "POST /neutron/port HTTP/1.1" 200 1117 0.013130 10.0.0.23 - - [2026-02-19 02:12:43] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005535 10.0.0.23 - - [2026-02-19 02:12:43] "POST /neutron/port HTTP/1.1" 200 1117 0.019318 10.0.0.23 - - [2026-02-19 02:12:43] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006073 10.0.0.23 - - [2026-02-19 02:12:43] "GET /virtual-machine/b4077c86-b202-4a82-a43c-42a3115119dc HTTP/1.1" 200 1285 0.004849 10.0.0.23 - - [2026-02-19 02:12:43] "GET /virtual-machine-interface/d0e3b927-306f-4b5d-bbe3-947f24d66bb4 HTTP/1.1" 200 2925 0.004472 10.0.0.23 - - [2026-02-19 02:12:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002477 10.0.0.23 - - [2026-02-19 02:12:43] "GET /global-vrouter-config/2d5e8481-5d1c-4ecd-8ba7-ea3938cbcad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003461 10.0.0.23 - - [2026-02-19 02:12:44] "GET /virtual-networks?parent_id=a66fd78a-35fc-4ce0-84c5-3a48fbcda04c&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002488 10.0.0.23 - - [2026-02-19 02:12:44] "GET /virtual-network/61725b90-b136-4a68-a00e-24359d319e8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2555 0.004642 10.0.0.23 - - [2026-02-19 02:12:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002840 10.0.0.23 - - [2026-02-19 02:12:45] "GET /global-vrouter-config/2d5e8481-5d1c-4ecd-8ba7-ea3938cbcad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003048 10.0.0.23 - - [2026-02-19 02:12:45] "GET /virtual-networks?parent_id=a66fd78a-35fc-4ce0-84c5-3a48fbcda04c&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.003039 10.0.0.23 - - [2026-02-19 02:12:45] "GET /virtual-network/61725b90-b136-4a68-a00e-24359d319e8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2555 0.005145 10.0.0.23 - - [2026-02-19 02:12:45] "DELETE /project/a66fd78a35fc4ce084c53a48fbcda04c HTTP/1.1" 404 173 0.013051 10.0.0.23 - - [2026-02-19 02:12:45] "DELETE /project/7232f312e588455e89301ac7be1bfc9e HTTP/1.1" 404 173 0.008594 10.0.0.23 - - [2026-02-19 02:12:45] "DELETE /project/cb943c7e013e44508265c494ebbc0513 HTTP/1.1" 404 173 0.007843 10.0.0.23 - - [2026-02-19 02:12:45] "GET /projects?obj_uuids=7232f312-e588-455e-8930-1ac7be1bfc9e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000871 10.0.0.23 - - [2026-02-19 02:12:45] "GET /projects?obj_uuids=cb943c7e-013e-4450-8265-c494ebbc0513&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000797 10.0.0.23 - - [2026-02-19 02:12:45] "GET /projects?obj_uuids=f641e37c-8c99-410d-98ae-01cfc1bce855&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001115 10.0.0.23 - - [2026-02-19 02:12:46] "GET /project/f641e37c-8c99-410d-98ae-01cfc1bce855?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1517 0.040085 10.0.0.23 - - [2026-02-19 02:12:46] "GET /project/cb943c7e-013e-4450-8265-c494ebbc0513?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.049819 10.0.0.23 - - [2026-02-19 02:12:46] "GET /project/7232f312-e588-455e-8930-1ac7be1bfc9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.056663 10.0.0.23 - - [2026-02-19 02:12:46] "GET /projects?obj_uuids=f641e37c-8c99-410d-98ae-01cfc1bce855&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001352 10.0.0.23 - - [2026-02-19 02:12:46] "GET /projects?obj_uuids=7232f312-e588-455e-8930-1ac7be1bfc9e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001502 10.0.0.23 - - [2026-02-19 02:12:46] "GET /projects?obj_uuids=cb943c7e-013e-4450-8265-c494ebbc0513&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001184 10.0.0.23 - - [2026-02-19 02:12:46] "GET /project/7232f312-e588-455e-8930-1ac7be1bfc9e?fields=security_groups HTTP/1.1" 200 1347 0.062511 10.0.0.23 - - [2026-02-19 02:12:46] "GET /project/f641e37c-8c99-410d-98ae-01cfc1bce855?fields=security_groups HTTP/1.1" 200 1400 0.074244 10.0.0.23 - - [2026-02-19 02:12:46] "GET /project/cb943c7e-013e-4450-8265-c494ebbc0513?fields=security_groups HTTP/1.1" 200 1348 0.074741 10.0.0.23 - - [2026-02-19 02:12:46] "DELETE /security-group/d5dcfe5a-04fd-4cd8-800e-e41177abf760 HTTP/1.1" 200 115 0.064256 10.0.0.23 - - [2026-02-19 02:12:46] "GET /projects?obj_uuids=7232f312-e588-455e-8930-1ac7be1bfc9e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001180 10.0.0.23 - - [2026-02-19 02:12:46] "DELETE /access-control-list/6e476a50-ce09-4cee-9da4-29c3a12c73d5 HTTP/1.1" 200 115 0.030508 10.0.0.23 - - [2026-02-19 02:12:46] "DELETE /security-group/d2a9e7f5-c93b-4f4a-b37d-0d1bf8c58c4a HTTP/1.1" 200 115 0.081576 10.0.0.23 - - [2026-02-19 02:12:46] "GET /projects?obj_uuids=f641e37c-8c99-410d-98ae-01cfc1bce855&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001122 10.0.0.23 - - [2026-02-19 02:12:46] "GET /project/7232f312-e588-455e-8930-1ac7be1bfc9e?fields=application_policy_sets HTTP/1.1" 200 1386 0.043445 10.0.0.23 - - [2026-02-19 02:12:46] "DELETE /security-group/e68b856d-7520-4969-ae88-d5e2403797cf HTTP/1.1" 200 115 0.099871 10.0.0.23 - - [2026-02-19 02:12:46] "GET /projects?obj_uuids=cb943c7e-013e-4450-8265-c494ebbc0513&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001108 10.0.0.23 - - [2026-02-19 02:12:46] "DELETE /access-control-list/c3771f54-8b70-407b-8bef-4acac262a363 HTTP/1.1" 200 115 0.045198 10.0.0.23 - - [2026-02-19 02:12:46] "GET /project/cb943c7e-013e-4450-8265-c494ebbc0513?fields=application_policy_sets HTTP/1.1" 200 1387 0.044829 10.0.0.23 - - [2026-02-19 02:12:46] "GET /project/f641e37c-8c99-410d-98ae-01cfc1bce855?fields=application_policy_sets HTTP/1.1" 200 1439 0.088452 10.0.0.23 - - [2026-02-19 02:12:46] "DELETE /access-control-list/f17c52bb-4300-4c2a-bbe3-38b515ee7459 HTTP/1.1" 200 115 0.052866 10.0.0.23 - - [2026-02-19 02:12:46] "DELETE /access-control-list/9d0d1be8-1b28-4aed-bf75-54cb650753cc HTTP/1.1" 200 115 0.027803 10.0.0.23 - - [2026-02-19 02:12:46] "DELETE /access-control-list/1655a08a-cb0e-4a26-9d42-9b5ef5aaecad HTTP/1.1" 200 115 0.038287 10.0.0.23 - - [2026-02-19 02:12:46] "DELETE /project/7232f312-e588-455e-8930-1ac7be1bfc9e HTTP/1.1" 200 115 0.465111 10.0.0.23 - - [2026-02-19 02:12:46] "DELETE /access-control-list/6cef3e2c-3458-4e35-8c96-449cb24e6c15 HTTP/1.1" 200 115 0.031436 10.0.0.23 - - [2026-02-19 02:12:46] "DELETE /project/cb943c7e-013e-4450-8265-c494ebbc0513 HTTP/1.1" 200 115 0.507345 10.0.0.23 - - [2026-02-19 02:12:46] "DELETE /project/f641e37c-8c99-410d-98ae-01cfc1bce855 HTTP/1.1" 200 115 0.513355 10.0.0.23 - - [2026-02-19 02:12:48] "POST /neutron/port HTTP/1.1" 200 1107 0.010613 10.0.0.23 - - [2026-02-19 02:12:48] "POST /neutron/port HTTP/1.1" 200 1107 0.010012 10.0.0.23 - - [2026-02-19 02:12:48] "POST /neutron/port HTTP/1.1" 200 151 0.091180 10.0.0.23 - - [2026-02-19 02:12:48] "POST /neutron/port HTTP/1.1" 200 1111 0.015967 10.0.0.23 - - [2026-02-19 02:12:48] "POST /neutron/port HTTP/1.1" 200 1111 0.019552 10.0.0.23 - - [2026-02-19 02:12:49] "POST /neutron/port HTTP/1.1" 200 151 0.161086 10.0.0.23 - - [2026-02-19 02:12:49] "POST /neutron/network HTTP/1.1" 200 976 0.014386 10.0.0.23 - - [2026-02-19 02:12:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.006016 10.0.0.23 - - [2026-02-19 02:12:49] "POST /useragent-kv HTTP/1.1" 200 115 0.003497 10.0.0.23 - - [2026-02-19 02:12:49] "POST /useragent-kv HTTP/1.1" 200 115 0.001932 10.0.0.23 - - [2026-02-19 02:12:49] "POST /useragent-kv HTTP/1.1" 200 115 0.001530 10.0.0.23 - - [2026-02-19 02:12:49] "POST /useragent-kv HTTP/1.1" 200 115 0.002030 10.0.0.23 - - [2026-02-19 02:12:49] "POST /neutron/network HTTP/1.1" 200 151 0.117256 10.0.0.23 - - [2026-02-19 02:12:49] "DELETE /route-target/177991f2-5ee0-4d5b-91c4-244f98a5188f HTTP/1.1" 200 115 0.033223 10.0.0.23 - - [2026-02-19 02:12:49] "POST /neutron/port HTTP/1.1" 200 117 0.004522 10.0.0.23 - - [2026-02-19 02:12:49] "POST /neutron/port HTTP/1.1" 400 205 0.002982 10.0.0.23 - - [2026-02-19 02:12:49] "GET /projects?obj_uuids=a66fd78a-35fc-4ce0-84c5-3a48fbcda04c&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001065 10.0.0.23 - - [2026-02-19 02:12:49] "GET /project/a66fd78a-35fc-4ce0-84c5-3a48fbcda04c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.026492 10.0.0.23 - - [2026-02-19 02:12:49] "GET /projects?obj_uuids=a66fd78a-35fc-4ce0-84c5-3a48fbcda04c&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001507 10.0.0.23 - - [2026-02-19 02:12:49] "GET /project/a66fd78a-35fc-4ce0-84c5-3a48fbcda04c?fields=virtual_networks HTTP/1.1" 200 1024 0.067880 10.0.0.23 - - [2026-02-19 02:12:49] "GET /projects?obj_uuids=a66fd78a-35fc-4ce0-84c5-3a48fbcda04c&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000924 10.0.0.23 - - [2026-02-19 02:12:49] "GET /project/a66fd78a-35fc-4ce0-84c5-3a48fbcda04c?fields=virtual_machine_interfaces HTTP/1.1" 200 1024 0.027184 10.0.0.23 - - [2026-02-19 02:12:49] "GET /projects?obj_uuids=a66fd78a-35fc-4ce0-84c5-3a48fbcda04c&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001344 10.0.0.23 - - [2026-02-19 02:12:49] "GET /project/a66fd78a-35fc-4ce0-84c5-3a48fbcda04c?fields=security_groups HTTP/1.1" 200 1246 0.026911 10.0.0.23 - - [2026-02-19 02:12:50] "GET /obj-perms HTTP/1.1" 200 5056 0.054842 10.0.0.23 - - [2026-02-19 02:12:50] "GET /obj-perms HTTP/1.1" 200 5056 0.135271 10.0.0.23 - - [2026-02-19 02:12:51] "POST /fqname-to-id HTTP/1.1" 404 186 0.023307 10.0.0.23 - - [2026-02-19 02:12:51] "GET /projects?obj_uuids=d06cc72d-3ba3-413e-b193-d08b628cbd81&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002009 10.0.0.23 - - [2026-02-19 02:12:51] "GET /domains?obj_uuids=2d5d818a-a03e-492f-8464-ff794ba593de&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000862 10.0.0.23 - - [2026-02-19 02:12:51] "GET /domain/2d5d818a-a03e-492f-8464-ff794ba593de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.005652 10.0.0.23 - - [2026-02-19 02:12:51] "POST /id-to-fqname HTTP/1.1" 200 188 0.001020 10.0.0.23 - - [2026-02-19 02:12:51] "POST /fqname-to-id HTTP/1.1" 404 197 0.005015 10.0.0.23 - - [2026-02-19 02:12:51] "POST /security-groups HTTP/1.1" 200 589 0.060380 10.0.0.23 - - [2026-02-19 02:12:51] "POST /fqname-to-id HTTP/1.1" 404 232 0.002002 10.0.0.23 - - [2026-02-19 02:12:51] "POST /projects HTTP/1.1" 200 581 0.203521 10.0.0.23 - - [2026-02-19 02:12:51] "POST /access-control-lists HTTP/1.1" 200 594 0.055400 10.0.0.23 - - [2026-02-19 02:12:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.274633 10.0.0.23 - - [2026-02-19 02:12:51] "POST /fqname-to-id HTTP/1.1" 404 231 0.002499 10.0.0.23 - - [2026-02-19 02:12:51] "GET /project/d06cc72d-3ba3-413e-b193-d08b628cbd81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.390039 10.0.0.23 - - [2026-02-19 02:12:51] "POST /access-control-lists HTTP/1.1" 200 592 0.060912 10.0.0.23 - - [2026-02-19 02:12:52] "GET / HTTP/1.1" 200 35931 0.001620 10.0.0.23 - - [2026-02-19 02:12:53] "POST /fqname-to-id HTTP/1.1" 401 292 0.000407 10.0.0.23 - - [2026-02-19 02:12:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.049402 10.0.0.23 - - [2026-02-19 02:12:53] "GET /projects?obj_uuids=d06cc72d-3ba3-413e-b193-d08b628cbd81&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000958 10.0.0.23 - - [2026-02-19 02:12:53] "GET /project/d06cc72d-3ba3-413e-b193-d08b628cbd81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.025486 10.0.0.23 - - [2026-02-19 02:12:53] "POST /neutron/network HTTP/1.1" 200 117 0.030168 10.0.0.23 - - [2026-02-19 02:12:53] "GET /projects?obj_uuids=d06cc72d-3ba3-413e-b193-d08b628cbd81&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001210 10.0.0.23 - - [2026-02-19 02:12:53] "POST /neutron/network HTTP/1.1" 200 605 0.080532 10.0.0.23 - - [2026-02-19 02:12:53] "POST /route-targets HTTP/1.1" 200 327 0.010451 10.0.0.23 - - [2026-02-19 02:12:53] "POST /ref-update HTTP/1.1" 200 156 0.011266 10.0.0.23 - - [2026-02-19 02:12:53] "POST /useragent-kv HTTP/1.1" 200 115 0.004850 10.0.0.23 - - [2026-02-19 02:12:53] "POST /neutron/subnet HTTP/1.1" 200 729 0.147680 10.0.0.23 - - [2026-02-19 02:12:53] "POST /neutron/network HTTP/1.1" 200 825 0.004417 10.0.0.23 - - [2026-02-19 02:12:53] "POST /id-to-fqname HTTP/1.1" 200 219 0.001002 10.0.0.23 - - [2026-02-19 02:12:53] "GET /virtual-network/3b9a4333-e474-41d5-a859-8fb5341161af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.004245 10.0.0.23 - - [2026-02-19 02:12:53] "POST /neutron/port HTTP/1.1" 200 117 0.004673 10.0.0.23 - - [2026-02-19 02:12:53] "POST /neutron/port HTTP/1.1" 400 205 0.003444 10.0.0.23 - - [2026-02-19 02:12:53] "POST /neutron/network HTTP/1.1" 200 825 0.004378 10.0.0.23 - - [2026-02-19 02:12:53] "GET /virtual-network/3b9a4333-e474-41d5-a859-8fb5341161af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.003861 10.0.0.23 - - [2026-02-19 02:12:54] "POST /neutron/network HTTP/1.1" 200 825 0.004857 10.0.0.23 - - [2026-02-19 02:12:54] "POST /neutron/subnet HTTP/1.1" 200 729 0.006471 10.0.0.23 - - [2026-02-19 02:12:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002037 10.0.0.23 - - [2026-02-19 02:12:54] "GET /projects?obj_uuids=d06cc72d-3ba3-413e-b193-d08b628cbd81&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000977 10.0.0.23 - - [2026-02-19 02:12:54] "GET /project/d06cc72d-3ba3-413e-b193-d08b628cbd81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.023888 10.0.0.23 - - [2026-02-19 02:12:54] "POST /neutron/network HTTP/1.1" 200 117 0.008215 10.0.0.23 - - [2026-02-19 02:12:54] "GET /projects?obj_uuids=d06cc72d-3ba3-413e-b193-d08b628cbd81&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001000 10.0.0.23 - - [2026-02-19 02:12:54] "POST /neutron/network HTTP/1.1" 200 605 0.057799 10.0.0.23 - - [2026-02-19 02:12:54] "POST /route-targets HTTP/1.1" 200 327 0.017429 10.0.0.23 - - [2026-02-19 02:12:54] "POST /ref-update HTTP/1.1" 200 156 0.008830 10.0.0.23 - - [2026-02-19 02:12:54] "POST /useragent-kv HTTP/1.1" 200 115 0.005002 10.0.0.23 - - [2026-02-19 02:12:54] "POST /neutron/subnet HTTP/1.1" 200 725 0.138639 10.0.0.23 - - [2026-02-19 02:12:54] "POST /neutron/network HTTP/1.1" 200 824 0.004735 10.0.0.23 - - [2026-02-19 02:12:54] "POST /id-to-fqname HTTP/1.1" 200 219 0.000959 10.0.0.23 - - [2026-02-19 02:12:54] "GET /virtual-network/aadae018-1e65-43c9-bd27-152bdf18120d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.003961 10.0.0.23 - - [2026-02-19 02:12:54] "POST /neutron/network HTTP/1.1" 200 824 0.004864 10.0.0.23 - - [2026-02-19 02:12:54] "GET /virtual-network/aadae018-1e65-43c9-bd27-152bdf18120d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005761 10.0.0.23 - - [2026-02-19 02:12:54] "POST /neutron/network HTTP/1.1" 200 824 0.005208 10.0.0.23 - - [2026-02-19 02:12:54] "POST /neutron/subnet HTTP/1.1" 200 725 0.006981 10.0.0.23 - - [2026-02-19 02:12:54] "POST /id-to-fqname HTTP/1.1" 200 219 0.001160 10.0.0.23 - - [2026-02-19 02:12:54] "POST /neutron/network HTTP/1.1" 200 835 0.004605 10.0.0.23 - - [2026-02-19 02:12:54] "GET /aaa-mode HTTP/1.1" 401 292 0.000357 10.0.0.23 - - [2026-02-19 02:12:55] "GET / HTTP/1.1" 200 35931 0.001607 10.0.0.23 - - [2026-02-19 02:12:55] "GET /project/d06cc72d-3ba3-413e-b193-d08b628cbd81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000361 10.0.0.23 - - [2026-02-19 02:12:55] "GET /projects?obj_uuids=d06cc72d-3ba3-413e-b193-d08b628cbd81&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001051 10.0.0.23 - - [2026-02-19 02:12:55] "GET /project/d06cc72d-3ba3-413e-b193-d08b628cbd81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.044773 10.0.0.23 - - [2026-02-19 02:12:55] "POST /neutron/network HTTP/1.1" 200 825 0.004917 10.0.0.23 - - [2026-02-19 02:12:55] "POST /neutron/port HTTP/1.1" 200 117 0.005156 10.0.0.23 - - [2026-02-19 02:12:55] "POST /neutron/port HTTP/1.1" 200 117 0.005052 10.0.0.23 - - [2026-02-19 02:12:55] "POST /id-to-fqname HTTP/1.1" 200 219 0.001522 10.0.0.23 - - [2026-02-19 02:12:55] "POST /neutron/port HTTP/1.1" 200 117 0.004919 10.0.0.23 - - [2026-02-19 02:12:55] "POST /neutron/network HTTP/1.1" 200 834 0.004590 10.0.0.23 - - [2026-02-19 02:12:55] "GET /aaa-mode HTTP/1.1" 401 292 0.000352 10.0.0.23 - - [2026-02-19 02:12:56] "POST /neutron/network HTTP/1.1" 200 835 0.004921 10.0.0.23 - - [2026-02-19 02:12:56] "GET /projects?obj_uuids=d06cc72d-3ba3-413e-b193-d08b628cbd81&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000905 10.0.0.23 - - [2026-02-19 02:12:56] "POST /neutron/port HTTP/1.1" 200 1059 0.190400 10.0.0.23 - - [2026-02-19 02:12:56] "GET / HTTP/1.1" 200 35931 0.001378 10.0.0.23 - - [2026-02-19 02:12:56] "GET /project/d06cc72d-3ba3-413e-b193-d08b628cbd81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000417 10.0.0.23 - - [2026-02-19 02:12:56] "POST /neutron/port HTTP/1.1" 200 1059 0.019309 10.0.0.23 - - [2026-02-19 02:12:56] "POST /neutron/port HTTP/1.1" 200 1059 0.008107 10.0.0.23 - - [2026-02-19 02:12:56] "POST /neutron/port HTTP/1.1" 200 1113 0.057228 10.0.0.23 - - [2026-02-19 02:12:56] "POST /neutron/port HTTP/1.1" 200 1123 0.012738 10.0.0.23 - - [2026-02-19 02:12:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003543 10.0.0.23 - - [2026-02-19 02:12:56] "POST /neutron/subnet HTTP/1.1" 200 703 0.005594 10.0.0.23 - - [2026-02-19 02:12:56] "POST /neutron/port HTTP/1.1" 200 117 0.001057 10.0.0.23 - - [2026-02-19 02:12:56] "POST /neutron/network HTTP/1.1" 200 825 0.004721 10.0.0.23 - - [2026-02-19 02:12:56] "GET /projects?obj_uuids=d06cc72d-3ba3-413e-b193-d08b628cbd81&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001640 10.0.0.23 - - [2026-02-19 02:12:56] "GET /project/d06cc72d-3ba3-413e-b193-d08b628cbd81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.046265 10.0.0.23 - - [2026-02-19 02:12:56] "POST /neutron/network HTTP/1.1" 200 824 0.011484 10.0.0.23 - - [2026-02-19 02:12:56] "POST /neutron/port HTTP/1.1" 200 1123 0.013303 10.0.0.23 - - [2026-02-19 02:12:56] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006669 10.0.0.23 - - [2026-02-19 02:12:56] "POST /neutron/port HTTP/1.1" 200 117 0.004915 10.0.0.23 - - [2026-02-19 02:12:56] "GET /projects?obj_uuids=d06cc72d-3ba3-413e-b193-d08b628cbd81&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000963 10.0.0.23 - - [2026-02-19 02:12:56] "POST /neutron/router HTTP/1.1" 200 580 0.054473 10.0.0.23 - - [2026-02-19 02:12:56] "POST /route-targets HTTP/1.1" 200 327 0.016601 10.0.0.23 - - [2026-02-19 02:12:56] "POST /neutron/router HTTP/1.1" 200 580 0.013189 10.0.0.23 - - [2026-02-19 02:12:57] "PUT /logical-router/61c77ff1-56dd-464b-bb7f-fd2ef4ff6aee HTTP/1.1" 200 262 0.052412 10.0.0.23 - - [2026-02-19 02:12:57] "GET /projects?obj_uuids=d06cc72d-3ba3-413e-b193-d08b628cbd81&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001571 10.0.0.23 - - [2026-02-19 02:12:57] "POST /neutron/router HTTP/1.1" 200 344 0.246596 10.0.0.23 - - [2026-02-19 02:12:57] "POST /ref-update HTTP/1.1" 200 156 0.007978 10.0.0.23 - - [2026-02-19 02:12:57] "POST /neutron/network HTTP/1.1" 200 834 0.005839 10.0.0.23 - - [2026-02-19 02:12:57] "GET /projects?obj_uuids=d06cc72d-3ba3-413e-b193-d08b628cbd81&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001071 10.0.0.23 - - [2026-02-19 02:12:57] "POST /neutron/port HTTP/1.1" 200 1123 0.017865 10.0.0.23 - - [2026-02-19 02:12:57] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008691 10.0.0.23 - - [2026-02-19 02:12:57] "POST /neutron/port HTTP/1.1" 200 1058 0.222571 10.0.0.23 - - [2026-02-19 02:12:57] "POST /neutron/port HTTP/1.1" 200 1058 0.009630 10.0.0.23 - - [2026-02-19 02:12:57] "POST /neutron/port HTTP/1.1" 200 1058 0.011180 10.0.0.23 - - [2026-02-19 02:12:57] "POST /neutron/port HTTP/1.1" 200 1112 0.061224 10.0.0.23 - - [2026-02-19 02:12:57] "POST /neutron/port HTTP/1.1" 200 1122 0.010811 10.0.0.23 - - [2026-02-19 02:12:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003489 10.0.0.23 - - [2026-02-19 02:12:57] "POST /neutron/subnet HTTP/1.1" 200 699 0.006565 10.0.0.23 - - [2026-02-19 02:12:57] "POST /neutron/port HTTP/1.1" 200 117 0.001104 10.0.0.23 - - [2026-02-19 02:12:57] "POST /neutron/network HTTP/1.1" 200 824 0.004874 10.0.0.23 - - [2026-02-19 02:13:02] "POST /neutron/port HTTP/1.1" 200 1123 0.011566 10.0.0.23 - - [2026-02-19 02:13:02] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004651 10.0.0.23 - - [2026-02-19 02:13:02] "POST /neutron/port HTTP/1.1" 200 1123 0.010332 10.0.0.23 - - [2026-02-19 02:13:02] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005652 10.0.0.23 - - [2026-02-19 02:13:02] "POST /neutron/port HTTP/1.1" 200 1123 0.014482 10.0.0.23 - - [2026-02-19 02:13:02] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005480 10.0.0.23 - - [2026-02-19 02:13:02] "GET /virtual-machine/41e48a8b-2be2-4289-af8e-6ed69841149e HTTP/1.1" 401 292 0.002012 10.0.0.23 - - [2026-02-19 02:13:02] "GET /virtual-machine/41e48a8b-2be2-4289-af8e-6ed69841149e HTTP/1.1" 200 1290 0.027789 10.0.0.23 - - [2026-02-19 02:13:02] "GET /virtual-machine-interface/d6131b34-a4b6-4cd0-bed3-6ab0e75aaeba HTTP/1.1" 200 2935 0.004249 10.0.0.23 - - [2026-02-19 02:13:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003390 10.0.0.23 - - [2026-02-19 02:13:02] "GET /global-vrouter-config/2d5e8481-5d1c-4ecd-8ba7-ea3938cbcad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003876 10.0.0.23 - - [2026-02-19 02:13:02] "GET /virtual-networks?parent_id=d06cc72d-3ba3-413e-b193-d08b628cbd81&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.002656 10.0.0.23 - - [2026-02-19 02:13:03] "GET /virtual-network/3b9a4333-e474-41d5-a859-8fb5341161af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005168 10.0.0.23 - - [2026-02-19 02:13:04] "POST /neutron/port HTTP/1.1" 200 1123 0.011283 10.0.0.23 - - [2026-02-19 02:13:04] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005862 10.0.0.23 - - [2026-02-19 02:13:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002434 10.0.0.23 - - [2026-02-19 02:13:06] "GET /virtual-network/3b9a4333-e474-41d5-a859-8fb5341161af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.004048 10.0.0.23 - - [2026-02-19 02:13:06] "POST /neutron/port HTTP/1.1" 200 1122 0.010478 10.0.0.23 - - [2026-02-19 02:13:06] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004540 10.0.0.23 - - [2026-02-19 02:13:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002510 10.0.0.23 - - [2026-02-19 02:13:08] "GET /global-vrouter-config/2d5e8481-5d1c-4ecd-8ba7-ea3938cbcad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002635 10.0.0.23 - - [2026-02-19 02:13:08] "GET /virtual-networks?parent_id=d06cc72d-3ba3-413e-b193-d08b628cbd81&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.002676 10.0.0.23 - - [2026-02-19 02:13:08] "GET /virtual-network/3b9a4333-e474-41d5-a859-8fb5341161af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005632 10.0.0.23 - - [2026-02-19 02:13:08] "POST /neutron/port HTTP/1.1" 200 1122 0.012450 10.0.0.23 - - [2026-02-19 02:13:08] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005487 10.0.0.23 - - [2026-02-19 02:13:08] "POST /neutron/port HTTP/1.1" 200 1122 0.011859 10.0.0.23 - - [2026-02-19 02:13:08] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004776 10.0.0.23 - - [2026-02-19 02:13:08] "POST /neutron/port HTTP/1.1" 200 1122 0.011782 10.0.0.23 - - [2026-02-19 02:13:08] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005040 10.0.0.23 - - [2026-02-19 02:13:08] "GET /virtual-machine/ea10bd7a-961b-432d-87c6-27aaebcee7c7 HTTP/1.1" 200 1290 0.004133 10.0.0.23 - - [2026-02-19 02:13:08] "GET /virtual-machine-interface/9c7974bd-93f8-4a8e-8e0e-1cb29b8c7a0d HTTP/1.1" 200 2935 0.004153 10.0.0.23 - - [2026-02-19 02:13:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002523 10.0.0.23 - - [2026-02-19 02:13:08] "GET /global-vrouter-config/2d5e8481-5d1c-4ecd-8ba7-ea3938cbcad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002579 10.0.0.23 - - [2026-02-19 02:13:08] "GET /virtual-networks?parent_id=d06cc72d-3ba3-413e-b193-d08b628cbd81&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.002471 10.0.0.23 - - [2026-02-19 02:13:08] "GET /virtual-network/aadae018-1e65-43c9-bd27-152bdf18120d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.004741 10.0.0.23 - - [2026-02-19 02:13:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002995 10.0.0.23 - - [2026-02-19 02:13:10] "GET /global-vrouter-config/2d5e8481-5d1c-4ecd-8ba7-ea3938cbcad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003128 10.0.0.23 - - [2026-02-19 02:13:10] "GET /virtual-networks?parent_id=d06cc72d-3ba3-413e-b193-d08b628cbd81&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.002488 10.0.0.23 - - [2026-02-19 02:13:10] "GET /virtual-network/aadae018-1e65-43c9-bd27-152bdf18120d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005027 10.0.0.23 - - [2026-02-19 02:13:14] "POST /neutron/router HTTP/1.1" 200 580 0.003832 10.0.0.23 - - [2026-02-19 02:13:15] "GET /projects?obj_uuids=d06cc72d-3ba3-413e-b193-d08b628cbd81&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001023 10.0.0.23 - - [2026-02-19 02:13:15] "POST /neutron/router HTTP/1.1" 200 344 0.199996 10.0.0.23 - - [2026-02-19 02:13:15] "POST /ref-update HTTP/1.1" 200 156 0.043912 10.0.0.23 - - [2026-02-19 02:13:15] "POST /neutron/port HTTP/1.1" 200 1921 0.058581 10.0.0.23 - - [2026-02-19 02:13:17] "POST /neutron/router HTTP/1.1" 200 580 0.003858 10.0.0.23 - - [2026-02-19 02:13:17] "POST /ref-update HTTP/1.1" 200 156 0.013645 10.0.0.23 - - [2026-02-19 02:13:17] "POST /neutron/router HTTP/1.1" 200 344 0.094401 10.0.0.23 - - [2026-02-19 02:13:20] "POST /neutron/router HTTP/1.1" 200 580 0.004262 10.0.0.23 - - [2026-02-19 02:13:20] "GET /projects?obj_uuids=d06cc72d-3ba3-413e-b193-d08b628cbd81&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001259 10.0.0.23 - - [2026-02-19 02:13:20] "POST /neutron/router HTTP/1.1" 200 344 0.181516 10.0.0.23 - - [2026-02-19 02:13:21] "POST /ref-update HTTP/1.1" 200 156 0.008285 10.0.0.23 - - [2026-02-19 02:13:27] "POST /neutron/router HTTP/1.1" 200 580 0.004714 10.0.0.23 - - [2026-02-19 02:13:27] "POST /ref-update HTTP/1.1" 200 156 0.010406 10.0.0.23 - - [2026-02-19 02:13:27] "POST /neutron/router HTTP/1.1" 200 344 0.093050 10.0.0.23 - - [2026-02-19 02:13:27] "POST /neutron/router HTTP/1.1" 200 580 0.004550 10.0.0.23 - - [2026-02-19 02:13:27] "POST /ref-update HTTP/1.1" 200 156 0.011162 10.0.0.23 - - [2026-02-19 02:13:27] "POST /neutron/router HTTP/1.1" 200 344 0.087773 10.0.0.23 - - [2026-02-19 02:13:27] "POST /neutron/router HTTP/1.1" 200 580 0.004445 10.0.0.23 - - [2026-02-19 02:13:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.005348 10.0.0.23 - - [2026-02-19 02:13:27] "GET /logical-router/61c77ff1-56dd-464b-bb7f-fd2ef4ff6aee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.008823 10.0.0.23 - - [2026-02-19 02:13:27] "POST /neutron/router HTTP/1.1" 200 151 0.045416 10.0.0.23 - - [2026-02-19 02:13:27] "DELETE /route-target/93e149de-cfb2-4fc8-b1dc-352770a073d3 HTTP/1.1" 200 115 0.019570 10.0.0.23 - - [2026-02-19 02:13:27] "POST /neutron/network HTTP/1.1" 200 824 0.004902 10.0.0.23 - - [2026-02-19 02:13:27] "POST /neutron/network HTTP/1.1" 400 204 0.009598 10.0.0.23 - - [2026-02-19 02:13:28] "POST /neutron/port HTTP/1.1" 200 1122 0.010447 10.0.0.23 - - [2026-02-19 02:13:28] "POST /neutron/port HTTP/1.1" 200 1112 0.008802 10.0.0.23 - - [2026-02-19 02:13:28] "POST /neutron/port HTTP/1.1" 200 1123 0.014322 10.0.0.23 - - [2026-02-19 02:13:28] "POST /neutron/port HTTP/1.1" 200 151 0.097931 10.0.0.23 - - [2026-02-19 02:13:28] "POST /neutron/port HTTP/1.1" 200 1113 0.021009 10.0.0.23 - - [2026-02-19 02:13:28] "POST /neutron/port HTTP/1.1" 200 151 0.113183 10.0.0.23 - - [2026-02-19 02:13:29] "POST /neutron/network HTTP/1.1" 200 824 0.005840 10.0.0.23 - - [2026-02-19 02:13:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003355 10.0.0.23 - - [2026-02-19 02:13:29] "POST /useragent-kv HTTP/1.1" 200 115 0.001643 10.0.0.23 - - [2026-02-19 02:13:29] "POST /useragent-kv HTTP/1.1" 200 115 0.002515 10.0.0.23 - - [2026-02-19 02:13:29] "POST /neutron/network HTTP/1.1" 200 151 0.070021 10.0.0.23 - - [2026-02-19 02:13:29] "DELETE /route-target/77d9e6ea-2af9-40de-b8ee-b5c4c0b6bf51 HTTP/1.1" 200 115 0.015295 10.0.0.23 - - [2026-02-19 02:13:29] "POST /neutron/network HTTP/1.1" 200 825 0.004429 10.0.0.23 - - [2026-02-19 02:13:30] "POST /useragent-kv HTTP/1.1" 200 115 0.003496 10.0.0.23 - - [2026-02-19 02:13:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.006778 10.0.0.23 - - [2026-02-19 02:13:30] "POST /useragent-kv HTTP/1.1" 200 115 0.002557 10.0.0.23 - - [2026-02-19 02:13:30] "POST /neutron/network HTTP/1.1" 200 151 0.074397 10.0.0.23 - - [2026-02-19 02:13:30] "DELETE /route-target/df9684ea-3b5c-45f2-9a27-042c146af853 HTTP/1.1" 200 115 0.014189 10.0.0.23 - - [2026-02-19 02:13:30] "GET /projects?obj_uuids=d06cc72d-3ba3-413e-b193-d08b628cbd81&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001308 10.0.0.23 - - [2026-02-19 02:13:30] "GET /project/d06cc72d-3ba3-413e-b193-d08b628cbd81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.025270 10.0.0.23 - - [2026-02-19 02:13:30] "GET /projects?obj_uuids=d06cc72d-3ba3-413e-b193-d08b628cbd81&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001127 10.0.0.23 - - [2026-02-19 02:13:30] "GET /project/d06cc72d-3ba3-413e-b193-d08b628cbd81?fields=virtual_networks HTTP/1.1" 200 1029 0.071278 10.0.0.23 - - [2026-02-19 02:13:30] "GET /projects?obj_uuids=d06cc72d-3ba3-413e-b193-d08b628cbd81&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000995 10.0.0.23 - - [2026-02-19 02:13:30] "GET /project/d06cc72d-3ba3-413e-b193-d08b628cbd81?fields=virtual_machine_interfaces HTTP/1.1" 200 1029 0.022706 10.0.0.23 - - [2026-02-19 02:13:30] "GET /projects?obj_uuids=d06cc72d-3ba3-413e-b193-d08b628cbd81&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000982 10.0.0.23 - - [2026-02-19 02:13:30] "GET /project/d06cc72d-3ba3-413e-b193-d08b628cbd81?fields=security_groups HTTP/1.1" 200 1253 0.020852 10.0.0.23 - - [2026-02-19 02:13:31] "POST /fqname-to-id HTTP/1.1" 404 191 0.025773 10.0.0.23 - - [2026-02-19 02:13:31] "GET /projects?obj_uuids=892973e3-9118-4137-a9df-472731ade14a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002132 10.0.0.23 - - [2026-02-19 02:13:31] "GET /domains?obj_uuids=2d5d818a-a03e-492f-8464-ff794ba593de&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001042 10.0.0.23 - - [2026-02-19 02:13:31] "GET /domain/2d5d818a-a03e-492f-8464-ff794ba593de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006495 10.0.0.23 - - [2026-02-19 02:13:31] "POST /id-to-fqname HTTP/1.1" 200 193 0.001535 10.0.0.23 - - [2026-02-19 02:13:31] "POST /fqname-to-id HTTP/1.1" 404 202 0.004007 10.0.0.23 - - [2026-02-19 02:13:31] "POST /security-groups HTTP/1.1" 200 594 0.060098 10.0.0.23 - - [2026-02-19 02:13:31] "POST /fqname-to-id HTTP/1.1" 404 237 0.003718 10.0.0.23 - - [2026-02-19 02:13:31] "POST /projects HTTP/1.1" 200 591 0.192861 10.0.0.23 - - [2026-02-19 02:13:31] "POST /access-control-lists HTTP/1.1" 200 599 0.055195 10.0.0.23 - - [2026-02-19 02:13:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.261400 10.0.0.23 - - [2026-02-19 02:13:31] "POST /fqname-to-id HTTP/1.1" 404 236 0.002352 10.0.0.23 - - [2026-02-19 02:13:31] "GET /project/892973e3-9118-4137-a9df-472731ade14a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.374181 10.0.0.23 - - [2026-02-19 02:13:31] "POST /access-control-lists HTTP/1.1" 200 597 0.060602 10.0.0.23 - - [2026-02-19 02:13:32] "GET / HTTP/1.1" 200 35931 0.001843 10.0.0.23 - - [2026-02-19 02:13:33] "GET /project/892973e3-9118-4137-a9df-472731ade14a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000488 10.0.0.23 - - [2026-02-19 02:13:34] "GET /projects?obj_uuids=892973e3-9118-4137-a9df-472731ade14a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000952 10.0.0.23 - - [2026-02-19 02:13:34] "GET /project/892973e3-9118-4137-a9df-472731ade14a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.045627 10.0.0.23 - - [2026-02-19 02:13:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.001924 10.0.0.23 - - [2026-02-19 02:13:34] "GET /security-group/6f35caba-8759-4d78-a7d2-dd9b72ee25bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3763 0.004247 10.0.0.23 - - [2026-02-19 02:13:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002587 10.0.0.23 - - [2026-02-19 02:13:34] "GET /projects?obj_uuids=892973e3-9118-4137-a9df-472731ade14a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001249 10.0.0.23 - - [2026-02-19 02:13:34] "GET /project/892973e3-9118-4137-a9df-472731ade14a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.024903 10.0.0.23 - - [2026-02-19 02:13:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002613 10.0.0.23 - - [2026-02-19 02:13:34] "GET /security-group/6f35caba-8759-4d78-a7d2-dd9b72ee25bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3763 0.003767 10.0.0.23 - - [2026-02-19 02:13:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002360 10.0.0.23 - - [2026-02-19 02:13:34] "PUT /security-group/6f35caba-8759-4d78-a7d2-dd9b72ee25bc HTTP/1.1" 200 262 0.013566 10.0.0.23 - - [2026-02-19 02:13:34] "PUT /access-control-list/d1ce6baf-40fb-4ed3-9387-95feb199c2e3 HTTP/1.1" 200 272 0.011242 10.0.0.23 - - [2026-02-19 02:13:34] "PUT /access-control-list/5a5d256d-d7d8-48b6-9f3c-9221de41f177 HTTP/1.1" 200 272 0.011003 10.0.0.23 - - [2026-02-19 02:13:34] "POST /fqname-to-id HTTP/1.1" 404 202 0.002722 10.0.0.23 - - [2026-02-19 02:13:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002553 10.0.0.23 - - [2026-02-19 02:13:34] "GET /projects?obj_uuids=892973e3-9118-4137-a9df-472731ade14a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001378 10.0.0.23 - - [2026-02-19 02:13:34] "GET /project/892973e3-9118-4137-a9df-472731ade14a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.024863 10.0.0.23 - - [2026-02-19 02:13:34] "POST /neutron/network HTTP/1.1" 200 117 0.029126 10.0.0.23 - - [2026-02-19 02:13:34] "GET /projects?obj_uuids=892973e3-9118-4137-a9df-472731ade14a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000971 10.0.0.23 - - [2026-02-19 02:13:34] "POST /neutron/network HTTP/1.1" 200 608 0.052199 10.0.0.23 - - [2026-02-19 02:13:34] "POST /route-targets HTTP/1.1" 200 327 0.008285 10.0.0.23 - - [2026-02-19 02:13:34] "POST /ref-update HTTP/1.1" 200 156 0.007819 10.0.0.23 - - [2026-02-19 02:13:34] "POST /useragent-kv HTTP/1.1" 200 115 0.002774 10.0.0.23 - - [2026-02-19 02:13:34] "POST /neutron/subnet HTTP/1.1" 200 725 0.179162 10.0.0.23 - - [2026-02-19 02:13:34] "POST /neutron/network HTTP/1.1" 200 827 0.004149 10.0.0.23 - - [2026-02-19 02:13:35] "POST /id-to-fqname HTTP/1.1" 200 223 0.001051 10.0.0.23 - - [2026-02-19 02:13:35] "GET /virtual-network/8cbc6f30-ad1f-4720-82bb-001cd0203dd5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.004179 10.0.0.23 - - [2026-02-19 02:13:35] "POST /neutron/network HTTP/1.1" 200 827 0.004797 10.0.0.23 - - [2026-02-19 02:13:35] "GET /virtual-network/8cbc6f30-ad1f-4720-82bb-001cd0203dd5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.003977 10.0.0.23 - - [2026-02-19 02:13:35] "POST /neutron/network HTTP/1.1" 200 827 0.005063 10.0.0.23 - - [2026-02-19 02:13:35] "POST /neutron/subnet HTTP/1.1" 200 725 0.005638 10.0.0.23 - - [2026-02-19 02:13:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002252 10.0.0.23 - - [2026-02-19 02:13:35] "GET /projects?obj_uuids=892973e3-9118-4137-a9df-472731ade14a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000968 10.0.0.23 - - [2026-02-19 02:13:35] "GET /project/892973e3-9118-4137-a9df-472731ade14a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.020849 10.0.0.23 - - [2026-02-19 02:13:35] "POST /neutron/network HTTP/1.1" 200 117 0.008202 10.0.0.23 - - [2026-02-19 02:13:35] "GET /projects?obj_uuids=892973e3-9118-4137-a9df-472731ade14a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000867 10.0.0.23 - - [2026-02-19 02:13:35] "POST /neutron/network HTTP/1.1" 200 615 0.079627 10.0.0.23 - - [2026-02-19 02:13:35] "POST /route-targets HTTP/1.1" 200 327 0.015969 10.0.0.23 - - [2026-02-19 02:13:35] "POST /ref-update HTTP/1.1" 200 156 0.012882 10.0.0.23 - - [2026-02-19 02:13:35] "POST /useragent-kv HTTP/1.1" 200 115 0.003325 10.0.0.23 - - [2026-02-19 02:13:35] "POST /neutron/subnet HTTP/1.1" 200 729 0.162158 10.0.0.23 - - [2026-02-19 02:13:35] "POST /neutron/network HTTP/1.1" 200 835 0.004596 10.0.0.23 - - [2026-02-19 02:13:35] "POST /id-to-fqname HTTP/1.1" 200 227 0.001072 10.0.0.23 - - [2026-02-19 02:13:35] "GET /virtual-network/5ea70b12-2f51-400b-b2f1-b956d9922d11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.004251 10.0.0.23 - - [2026-02-19 02:13:35] "POST /neutron/network HTTP/1.1" 200 835 0.004870 10.0.0.23 - - [2026-02-19 02:13:35] "GET /virtual-network/5ea70b12-2f51-400b-b2f1-b956d9922d11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.004177 10.0.0.23 - - [2026-02-19 02:13:35] "POST /neutron/network HTTP/1.1" 200 835 0.005291 10.0.0.23 - - [2026-02-19 02:13:35] "POST /neutron/subnet HTTP/1.1" 200 729 0.007333 10.0.0.23 - - [2026-02-19 02:13:35] "POST /id-to-fqname HTTP/1.1" 200 223 0.001139 10.0.0.23 - - [2026-02-19 02:13:35] "POST /neutron/network HTTP/1.1" 200 837 0.005053 10.0.0.23 - - [2026-02-19 02:13:35] "GET /aaa-mode HTTP/1.1" 401 292 0.000494 10.0.0.23 - - [2026-02-19 02:13:36] "GET / HTTP/1.1" 200 35931 0.001444 10.0.0.23 - - [2026-02-19 02:13:36] "GET /project/892973e3-9118-4137-a9df-472731ade14a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000352 10.0.0.23 - - [2026-02-19 02:13:36] "GET /projects?obj_uuids=892973e3-9118-4137-a9df-472731ade14a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000969 10.0.0.23 - - [2026-02-19 02:13:36] "GET /project/892973e3-9118-4137-a9df-472731ade14a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.047800 10.0.0.23 - - [2026-02-19 02:13:36] "POST /neutron/network HTTP/1.1" 200 827 0.004746 10.0.0.23 - - [2026-02-19 02:13:36] "POST /neutron/port HTTP/1.1" 200 117 0.004396 10.0.0.23 - - [2026-02-19 02:13:36] "POST /neutron/port HTTP/1.1" 200 117 0.004848 10.0.0.23 - - [2026-02-19 02:13:36] "POST /id-to-fqname HTTP/1.1" 200 227 0.001256 10.0.0.23 - - [2026-02-19 02:13:36] "POST /neutron/port HTTP/1.1" 200 117 0.004933 10.0.0.23 - - [2026-02-19 02:13:36] "POST /neutron/network HTTP/1.1" 200 845 0.005384 10.0.0.23 - - [2026-02-19 02:13:36] "GET /aaa-mode HTTP/1.1" 401 292 0.000532 10.0.0.23 - - [2026-02-19 02:13:37] "POST /neutron/network HTTP/1.1" 200 837 0.004673 10.0.0.23 - - [2026-02-19 02:13:37] "GET /projects?obj_uuids=892973e3-9118-4137-a9df-472731ade14a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001284 10.0.0.23 - - [2026-02-19 02:13:37] "GET / HTTP/1.1" 200 35931 0.001627 10.0.0.23 - - [2026-02-19 02:13:37] "GET /project/892973e3-9118-4137-a9df-472731ade14a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000355 10.0.0.23 - - [2026-02-19 02:13:37] "POST /neutron/port HTTP/1.1" 200 1063 0.184051 10.0.0.23 - - [2026-02-19 02:13:37] "POST /neutron/port HTTP/1.1" 200 1063 0.010328 10.0.0.23 - - [2026-02-19 02:13:37] "POST /neutron/port HTTP/1.1" 200 1063 0.009644 10.0.0.23 - - [2026-02-19 02:13:37] "POST /neutron/port HTTP/1.1" 200 1117 0.053046 10.0.0.23 - - [2026-02-19 02:13:37] "POST /neutron/port HTTP/1.1" 200 1127 0.011081 10.0.0.23 - - [2026-02-19 02:13:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002922 10.0.0.23 - - [2026-02-19 02:13:37] "POST /neutron/subnet HTTP/1.1" 200 699 0.006151 10.0.0.23 - - [2026-02-19 02:13:37] "POST /neutron/port HTTP/1.1" 200 117 0.001043 10.0.0.23 - - [2026-02-19 02:13:37] "POST /neutron/network HTTP/1.1" 200 827 0.004825 10.0.0.23 - - [2026-02-19 02:13:37] "GET /projects?obj_uuids=892973e3-9118-4137-a9df-472731ade14a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001198 10.0.0.23 - - [2026-02-19 02:13:37] "GET /project/892973e3-9118-4137-a9df-472731ade14a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.044391 10.0.0.23 - - [2026-02-19 02:13:37] "POST /neutron/network HTTP/1.1" 200 835 0.004666 10.0.0.23 - - [2026-02-19 02:13:37] "POST /neutron/port HTTP/1.1" 200 1127 0.021384 10.0.0.23 - - [2026-02-19 02:13:37] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007553 10.0.0.23 - - [2026-02-19 02:13:37] "POST /neutron/port HTTP/1.1" 200 117 0.005775 10.0.0.23 - - [2026-02-19 02:13:37] "GET /projects?obj_uuids=892973e3-9118-4137-a9df-472731ade14a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001186 10.0.0.23 - - [2026-02-19 02:13:38] "POST /neutron/router HTTP/1.1" 200 585 0.063721 10.0.0.23 - - [2026-02-19 02:13:38] "POST /neutron/router HTTP/1.1" 200 585 0.004284 10.0.0.23 - - [2026-02-19 02:13:38] "POST /route-targets HTTP/1.1" 200 327 0.015570 10.0.0.23 - - [2026-02-19 02:13:38] "PUT /logical-router/4469da10-228b-4ffe-adca-e6e874a8b1be HTTP/1.1" 200 262 0.023565 10.0.0.23 - - [2026-02-19 02:13:38] "POST /neutron/router HTTP/1.1" 200 656 0.059813 10.0.0.23 - - [2026-02-19 02:13:38] "GET /logical-router/4469da10-228b-4ffe-adca-e6e874a8b1be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1641 0.008998 10.0.0.23 - - [2026-02-19 02:13:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002359 10.0.0.23 - - [2026-02-19 02:13:38] "POST /neutron/router HTTP/1.1" 200 656 0.006081 10.0.0.23 - - [2026-02-19 02:13:38] "GET /projects?obj_uuids=892973e3-9118-4137-a9df-472731ade14a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001366 10.0.0.23 - - [2026-02-19 02:13:38] "GET /service-template/3b019daa-ad4e-4c90-ab27-f269229bcaa8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1681 0.010305 10.0.0.23 - - [2026-02-19 02:13:38] "POST /fqname-to-id HTTP/1.1" 404 215 0.003528 10.0.0.23 - - [2026-02-19 02:13:38] "POST /neutron/network HTTP/1.1" 200 845 0.005513 10.0.0.23 - - [2026-02-19 02:13:38] "GET /projects?obj_uuids=892973e3-9118-4137-a9df-472731ade14a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002583 10.0.0.23 - - [2026-02-19 02:13:38] "POST /useragent-kv HTTP/1.1" 200 115 0.017018 10.0.0.23 - - [2026-02-19 02:13:38] "POST /virtual-networks HTTP/1.1" 200 694 0.218782 10.0.0.23 - - [2026-02-19 02:13:38] "POST /neutron/router HTTP/1.1" 200 344 0.366385 10.0.0.23 - - [2026-02-19 02:13:38] "POST /route-targets HTTP/1.1" 200 327 0.065253 10.0.0.23 - - [2026-02-19 02:13:38] "POST /neutron/port HTTP/1.1" 200 1127 0.044094 10.0.0.23 - - [2026-02-19 02:13:38] "POST /ref-update HTTP/1.1" 200 156 0.034612 10.0.0.23 - - [2026-02-19 02:13:38] "POST /neutron/security_group HTTP/1.1" 200 2002 0.023424 10.0.0.23 - - [2026-02-19 02:13:38] "POST /service-instances HTTP/1.1" 200 670 0.102327 10.0.0.23 - - [2026-02-19 02:13:38] "POST /ref-update HTTP/1.1" 200 156 0.018342 10.0.0.23 - - [2026-02-19 02:13:38] "POST /route-tables HTTP/1.1" 200 582 0.054643 10.0.0.23 - - [2026-02-19 02:13:38] "POST /neutron/port HTTP/1.1" 200 1064 0.456300 10.0.0.23 - - [2026-02-19 02:13:38] "POST /neutron/port HTTP/1.1" 200 1064 0.010276 10.0.0.23 - - [2026-02-19 02:13:38] "PUT /logical-router/4469da10-228b-4ffe-adca-e6e874a8b1be HTTP/1.1" 200 262 0.024895 10.0.0.23 - - [2026-02-19 02:13:38] "POST /neutron/port HTTP/1.1" 200 1064 0.010160 10.0.0.23 - - [2026-02-19 02:13:38] "POST /ref-update HTTP/1.1" 200 156 0.029593 10.0.0.23 - - [2026-02-19 02:13:38] "POST /neutron/port HTTP/1.1" 200 1118 0.070122 10.0.0.23 - - [2026-02-19 02:13:38] "POST /neutron/port HTTP/1.1" 200 1128 0.011666 10.0.0.23 - - [2026-02-19 02:13:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002882 10.0.0.23 - - [2026-02-19 02:13:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002295 10.0.0.23 - - [2026-02-19 02:13:38] "POST /neutron/subnet HTTP/1.1" 200 703 0.005166 10.0.0.23 - - [2026-02-19 02:13:38] "POST /neutron/port HTTP/1.1" 200 117 0.001084 10.0.0.23 - - [2026-02-19 02:13:38] "POST /neutron/network HTTP/1.1" 200 835 0.006507 10.0.0.23 - - [2026-02-19 02:13:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002139 10.0.0.23 - - [2026-02-19 02:13:39] "POST /virtual-machines HTTP/1.1" 200 553 0.011373 10.0.0.23 - - [2026-02-19 02:13:39] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.079874 10.0.0.23 - - [2026-02-19 02:13:39] "POST /chown HTTP/1.1" 200 109 0.008732 10.0.0.23 - - [2026-02-19 02:13:39] "POST /instance-ips HTTP/1.1" 200 551 0.020018 10.0.0.23 - - [2026-02-19 02:13:39] "POST /instance-ips HTTP/1.1" 400 246 0.013365 10.0.0.23 - - [2026-02-19 02:13:39] "POST /chown HTTP/1.1" 200 109 0.007425 10.0.0.23 - - [2026-02-19 02:13:39] "PUT /virtual-machine-interface/a43ff944-18d6-4b16-a5da-0697e883545a HTTP/1.1" 200 284 0.009188 10.0.0.23 - - [2026-02-19 02:13:39] "PUT /instance-ip/bba3ac9e-0300-40e2-8d53-00fec4564b92 HTTP/1.1" 200 256 0.010951 10.0.0.23 - - [2026-02-19 02:13:39] "POST /ref-update HTTP/1.1" 200 156 0.009261 10.0.0.23 - - [2026-02-19 02:13:39] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.096920 10.0.0.23 - - [2026-02-19 02:13:39] "POST /chown HTTP/1.1" 200 109 0.007502 10.0.0.23 - - [2026-02-19 02:13:39] "POST /instance-ips HTTP/1.1" 200 549 0.023685 10.0.0.23 - - [2026-02-19 02:13:39] "POST /instance-ips HTTP/1.1" 400 316 0.013186 10.0.0.23 - - [2026-02-19 02:13:39] "POST /chown HTTP/1.1" 200 109 0.007628 10.0.0.23 - - [2026-02-19 02:13:40] "PUT /virtual-machine-interface/c078808f-be0c-4236-bf23-086406a54829 HTTP/1.1" 200 284 0.009585 10.0.0.23 - - [2026-02-19 02:13:40] "PUT /instance-ip/c415a69e-1cf3-4fb0-b43a-53ce483745be HTTP/1.1" 200 256 0.009898 10.0.0.23 - - [2026-02-19 02:13:40] "POST /ref-update HTTP/1.1" 200 156 0.010540 10.0.0.23 - - [2026-02-19 02:13:40] "POST /ref-update HTTP/1.1" 200 156 0.014795 10.0.0.23 - - [2026-02-19 02:13:40] "PUT /routing-instance/9a9243da-385e-4d09-a64c-4fc7ef53cdf9 HTTP/1.1" 200 266 0.008249 10.0.0.23 - - [2026-02-19 02:13:40] "POST /ref-update HTTP/1.1" 200 156 0.007868 10.0.0.23 - - [2026-02-19 02:13:40] "POST /virtual-machines HTTP/1.1" 200 553 0.010704 10.0.0.23 - - [2026-02-19 02:13:40] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.083349 10.0.0.23 - - [2026-02-19 02:13:40] "POST /chown HTTP/1.1" 200 109 0.007209 10.0.0.23 - - [2026-02-19 02:13:40] "POST /instance-ips HTTP/1.1" 400 246 0.016917 10.0.0.23 - - [2026-02-19 02:13:40] "POST /chown HTTP/1.1" 200 109 0.006124 10.0.0.23 - - [2026-02-19 02:13:40] "PUT /virtual-machine-interface/fe977e4d-5106-48e4-86fd-06706317844c HTTP/1.1" 200 284 0.010123 10.0.0.23 - - [2026-02-19 02:13:40] "PUT /instance-ip/bba3ac9e-0300-40e2-8d53-00fec4564b92 HTTP/1.1" 200 256 0.010418 10.0.0.23 - - [2026-02-19 02:13:40] "POST /ref-update HTTP/1.1" 200 156 0.010296 10.0.0.23 - - [2026-02-19 02:13:40] "POST /ref-update HTTP/1.1" 200 156 0.009550 10.0.0.23 - - [2026-02-19 02:13:40] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.094661 10.0.0.23 - - [2026-02-19 02:13:40] "POST /ref-update HTTP/1.1" 200 156 0.020617 10.0.0.23 - - [2026-02-19 02:13:40] "PUT /routing-instance/9a9243da-385e-4d09-a64c-4fc7ef53cdf9 HTTP/1.1" 200 266 0.010834 10.0.0.23 - - [2026-02-19 02:13:40] "POST /chown HTTP/1.1" 200 109 0.008466 10.0.0.23 - - [2026-02-19 02:13:40] "POST /instance-ips HTTP/1.1" 400 316 0.015848 10.0.0.23 - - [2026-02-19 02:13:41] "POST /chown HTTP/1.1" 200 109 0.008246 10.0.0.23 - - [2026-02-19 02:13:41] "PUT /virtual-machine-interface/e0f35520-d34e-4783-87a6-69ed87adcd9d HTTP/1.1" 200 284 0.018959 10.0.0.23 - - [2026-02-19 02:13:41] "PUT /instance-ip/c415a69e-1cf3-4fb0-b43a-53ce483745be HTTP/1.1" 200 256 0.012244 10.0.0.23 - - [2026-02-19 02:13:41] "POST /ref-update HTTP/1.1" 200 156 0.010988 10.0.0.23 - - [2026-02-19 02:13:41] "POST /ref-update HTTP/1.1" 200 156 0.009099 10.0.0.23 - - [2026-02-19 02:13:41] "PUT /routing-instance/9a9243da-385e-4d09-a64c-4fc7ef53cdf9 HTTP/1.1" 200 266 0.013719 10.0.0.23 - - [2026-02-19 02:13:41] "POST /ref-update HTTP/1.1" 200 156 0.020909 10.0.0.23 - - [2026-02-19 02:13:43] "POST /neutron/port HTTP/1.1" 200 1127 0.011316 10.0.0.23 - - [2026-02-19 02:13:43] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005632 10.0.0.23 - - [2026-02-19 02:13:43] "POST /neutron/port HTTP/1.1" 200 1127 0.010196 10.0.0.23 - - [2026-02-19 02:13:43] "POST /neutron/security_group HTTP/1.1" 200 2002 0.004754 10.0.0.23 - - [2026-02-19 02:13:43] "POST /neutron/port HTTP/1.1" 200 1127 0.010160 10.0.0.23 - - [2026-02-19 02:13:43] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005637 10.0.0.23 - - [2026-02-19 02:13:43] "GET /virtual-machine/174e72d8-6d30-43ba-a487-d3ccf2a88edf HTTP/1.1" 401 292 0.000438 10.0.0.23 - - [2026-02-19 02:13:44] "GET /virtual-machine/174e72d8-6d30-43ba-a487-d3ccf2a88edf HTTP/1.1" 200 1295 0.025970 10.0.0.23 - - [2026-02-19 02:13:44] "GET /virtual-machine-interface/583efb38-2e9a-407b-98d2-ca9961d2d66d HTTP/1.1" 200 2956 0.004229 10.0.0.23 - - [2026-02-19 02:13:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002650 10.0.0.23 - - [2026-02-19 02:13:44] "GET /global-vrouter-config/2d5e8481-5d1c-4ecd-8ba7-ea3938cbcad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002572 10.0.0.23 - - [2026-02-19 02:13:44] "GET /virtual-networks?parent_id=892973e3-9118-4137-a9df-472731ade14a&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.002697 10.0.0.23 - - [2026-02-19 02:13:44] "GET /virtual-network/8cbc6f30-ad1f-4720-82bb-001cd0203dd5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.004436 10.0.0.23 - - [2026-02-19 02:13:45] "POST /neutron/port HTTP/1.1" 200 1127 0.010840 10.0.0.23 - - [2026-02-19 02:13:45] "POST /neutron/security_group HTTP/1.1" 200 2002 0.004545 10.0.0.23 - - [2026-02-19 02:13:46] "DELETE /project/d06cc72d3ba3413eb193d08b628cbd81 HTTP/1.1" 404 173 0.009806 10.0.0.23 - - [2026-02-19 02:13:46] "DELETE /project/892973e391184137a9df472731ade14a HTTP/1.1" 404 173 0.008862 10.0.0.23 - - [2026-02-19 02:13:46] "GET /projects?obj_uuids=d06cc72d-3ba3-413e-b193-d08b628cbd81&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000763 10.0.0.23 - - [2026-02-19 02:13:46] "GET /projects?obj_uuids=a66fd78a-35fc-4ce0-84c5-3a48fbcda04c&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000721 10.0.0.23 - - [2026-02-19 02:13:46] "GET /project/a66fd78a-35fc-4ce0-84c5-3a48fbcda04c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1452 0.031783 10.0.0.23 - - [2026-02-19 02:13:46] "GET /project/d06cc72d-3ba3-413e-b193-d08b628cbd81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1461 0.034714 10.0.0.23 - - [2026-02-19 02:13:46] "GET /projects?obj_uuids=d06cc72d-3ba3-413e-b193-d08b628cbd81&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001071 10.0.0.23 - - [2026-02-19 02:13:46] "GET /projects?obj_uuids=a66fd78a-35fc-4ce0-84c5-3a48fbcda04c&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000869 10.0.0.23 - - [2026-02-19 02:13:46] "GET /project/a66fd78a-35fc-4ce0-84c5-3a48fbcda04c?fields=security_groups HTTP/1.1" 200 1351 0.030497 10.0.0.23 - - [2026-02-19 02:13:46] "GET /project/d06cc72d-3ba3-413e-b193-d08b628cbd81?fields=security_groups HTTP/1.1" 200 1358 0.035586 10.0.0.23 - - [2026-02-19 02:13:46] "DELETE /security-group/fbcdd272-f40d-46b2-975f-0fe5a92e99ff HTTP/1.1" 200 115 0.041994 10.0.0.23 - - [2026-02-19 02:13:46] "GET /projects?obj_uuids=a66fd78a-35fc-4ce0-84c5-3a48fbcda04c&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001307 10.0.0.23 - - [2026-02-19 02:13:46] "DELETE /access-control-list/c4c272a8-74a0-4434-8fa7-2381c69a4e4e HTTP/1.1" 200 115 0.050512 10.0.0.23 - - [2026-02-19 02:13:46] "DELETE /security-group/90b48b44-87b6-42d3-a196-f5e96cf98898 HTTP/1.1" 200 115 0.078858 10.0.0.23 - - [2026-02-19 02:13:46] "GET /projects?obj_uuids=d06cc72d-3ba3-413e-b193-d08b628cbd81&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001049 10.0.0.23 - - [2026-02-19 02:13:46] "GET /project/a66fd78a-35fc-4ce0-84c5-3a48fbcda04c?fields=application_policy_sets HTTP/1.1" 200 1390 0.063390 10.0.0.23 - - [2026-02-19 02:13:46] "DELETE /access-control-list/d4f92e16-81f7-412a-90df-d813f2e2be5c HTTP/1.1" 200 115 0.045794 10.0.0.23 - - [2026-02-19 02:13:46] "GET /project/d06cc72d-3ba3-413e-b193-d08b628cbd81?fields=application_policy_sets HTTP/1.1" 200 1397 0.046782 10.0.0.23 - - [2026-02-19 02:13:46] "DELETE /access-control-list/20d742fc-d110-47c7-b7f6-01fad6727e60 HTTP/1.1" 200 115 0.033950 10.0.0.23 - - [2026-02-19 02:13:46] "DELETE /access-control-list/77bb896d-0ea1-4069-9495-1d356bc96ec8 HTTP/1.1" 200 115 0.045877 10.0.0.23 - - [2026-02-19 02:13:46] "DELETE /project/a66fd78a-35fc-4ce0-84c5-3a48fbcda04c HTTP/1.1" 200 115 0.373040 10.0.0.23 - - [2026-02-19 02:13:46] "DELETE /project/d06cc72d-3ba3-413e-b193-d08b628cbd81 HTTP/1.1" 200 115 0.385175 10.0.0.23 - - [2026-02-19 02:13:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002455 10.0.0.23 - - [2026-02-19 02:13:47] "GET /virtual-network/8cbc6f30-ad1f-4720-82bb-001cd0203dd5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.004004 10.0.0.23 - - [2026-02-19 02:13:47] "POST /neutron/port HTTP/1.1" 200 1128 0.009891 10.0.0.23 - - [2026-02-19 02:13:47] "POST /neutron/security_group HTTP/1.1" 200 2002 0.003860 10.0.0.23 - - [2026-02-19 02:13:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002409 10.0.0.23 - - [2026-02-19 02:13:49] "GET /global-vrouter-config/2d5e8481-5d1c-4ecd-8ba7-ea3938cbcad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002658 10.0.0.23 - - [2026-02-19 02:13:49] "GET /virtual-networks?parent_id=892973e3-9118-4137-a9df-472731ade14a&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.002655 10.0.0.23 - - [2026-02-19 02:13:49] "GET /virtual-network/8cbc6f30-ad1f-4720-82bb-001cd0203dd5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005053 10.0.0.23 - - [2026-02-19 02:13:49] "POST /neutron/port HTTP/1.1" 200 1128 0.009589 10.0.0.23 - - [2026-02-19 02:13:49] "POST /neutron/security_group HTTP/1.1" 200 2002 0.004476 10.0.0.23 - - [2026-02-19 02:13:49] "POST /neutron/port HTTP/1.1" 200 1128 0.012660 10.0.0.23 - - [2026-02-19 02:13:49] "POST /neutron/security_group HTTP/1.1" 200 2002 0.004647 10.0.0.23 - - [2026-02-19 02:13:50] "POST /neutron/port HTTP/1.1" 200 1128 0.011681 10.0.0.23 - - [2026-02-19 02:13:50] "POST /neutron/security_group HTTP/1.1" 200 2002 0.004735 10.0.0.23 - - [2026-02-19 02:13:50] "GET /virtual-machine/84011844-0f3d-455b-9fcd-2db729ecf1d3 HTTP/1.1" 200 1295 0.003783 10.0.0.23 - - [2026-02-19 02:13:50] "GET /virtual-machine-interface/9a7335a0-94e1-4aed-afdb-40b1488ff359 HTTP/1.1" 200 2969 0.004102 10.0.0.23 - - [2026-02-19 02:13:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002428 10.0.0.23 - - [2026-02-19 02:13:50] "GET /global-vrouter-config/2d5e8481-5d1c-4ecd-8ba7-ea3938cbcad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002618 10.0.0.23 - - [2026-02-19 02:13:50] "GET /virtual-networks?parent_id=892973e3-9118-4137-a9df-472731ade14a&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.002697 10.0.0.23 - - [2026-02-19 02:13:50] "GET /virtual-network/5ea70b12-2f51-400b-b2f1-b956d9922d11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.005912 10.0.0.23 - - [2026-02-19 02:13:51] "GET /obj-perms HTTP/1.1" 200 5056 0.049255 10.0.0.23 - - [2026-02-19 02:13:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002733 10.0.0.23 - - [2026-02-19 02:13:51] "GET /global-vrouter-config/2d5e8481-5d1c-4ecd-8ba7-ea3938cbcad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003031 10.0.0.23 - - [2026-02-19 02:13:51] "GET /virtual-networks?parent_id=892973e3-9118-4137-a9df-472731ade14a&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.002612 10.0.0.23 - - [2026-02-19 02:13:51] "GET /virtual-network/5ea70b12-2f51-400b-b2f1-b956d9922d11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.004483 10.0.0.23 - - [2026-02-19 02:13:51] "GET /obj-perms HTTP/1.1" 200 5056 0.052457 10.0.0.23 - - [2026-02-19 02:13:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002449 10.0.0.23 - - [2026-02-19 02:13:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002055 10.0.0.23 - - [2026-02-19 02:13:51] "POST /chown HTTP/1.1" 200 109 0.006428 10.0.0.23 - - [2026-02-19 02:13:51] "POST /instance-ips HTTP/1.1" 400 246 0.012961 10.0.0.23 - - [2026-02-19 02:13:51] "POST /chown HTTP/1.1" 200 109 0.006140 10.0.0.23 - - [2026-02-19 02:13:51] "POST /chown HTTP/1.1" 200 109 0.006386 10.0.0.23 - - [2026-02-19 02:13:51] "POST /instance-ips HTTP/1.1" 400 316 0.012665 10.0.0.23 - - [2026-02-19 02:13:51] "POST /chown HTTP/1.1" 200 109 0.007002 10.0.0.23 - - [2026-02-19 02:13:51] "POST /chown HTTP/1.1" 200 109 0.006032 10.0.0.23 - - [2026-02-19 02:13:51] "POST /instance-ips HTTP/1.1" 400 246 0.012871 10.0.0.23 - - [2026-02-19 02:13:52] "POST /chown HTTP/1.1" 200 109 0.006459 10.0.0.23 - - [2026-02-19 02:13:52] "POST /chown HTTP/1.1" 200 109 0.006256 10.0.0.23 - - [2026-02-19 02:13:52] "POST /instance-ips HTTP/1.1" 400 316 0.015216 10.0.0.23 - - [2026-02-19 02:13:52] "POST /chown HTTP/1.1" 200 109 0.006612 10.0.0.23 - - [2026-02-19 02:13:55] "POST /neutron/router HTTP/1.1" 200 656 0.003715 10.0.0.23 - - [2026-02-19 02:13:55] "POST /ref-update HTTP/1.1" 200 156 0.013349 10.0.0.23 - - [2026-02-19 02:13:55] "POST /neutron/router HTTP/1.1" 200 344 0.078775 10.0.0.23 - - [2026-02-19 02:13:55] "POST /neutron/router HTTP/1.1" 200 656 0.004181 10.0.0.23 - - [2026-02-19 02:13:55] "GET /logical-router/4469da10-228b-4ffe-adca-e6e874a8b1be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1972 0.003206 10.0.0.23 - - [2026-02-19 02:13:55] "GET /service-instance/f181931a-a659-4b95-a56f-db390665c3ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2316 0.002806 10.0.0.23 - - [2026-02-19 02:13:55] "POST /neutron/router HTTP/1.1" 200 151 0.041656 10.0.0.23 - - [2026-02-19 02:13:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002675 10.0.0.23 - - [2026-02-19 02:13:55] "DELETE /route-target/42016dc1-8ab8-457e-b041-977269705a07 HTTP/1.1" 409 239 0.004636 10.0.0.23 - - [2026-02-19 02:13:55] "PUT /logical-router/4469da10-228b-4ffe-adca-e6e874a8b1be HTTP/1.1" 404 171 0.002569 10.0.0.23 - - [2026-02-19 02:13:55] "POST /ref-update HTTP/1.1" 200 156 0.008763 10.0.0.23 - - [2026-02-19 02:13:55] "DELETE /route-table/72a84036-68cc-4ad9-8604-ef0b42b28341 HTTP/1.1" 200 115 0.028599 10.0.0.23 - - [2026-02-19 02:13:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003198 10.0.0.23 - - [2026-02-19 02:13:55] "PUT /routing-instance/9a9243da-385e-4d09-a64c-4fc7ef53cdf9 HTTP/1.1" 200 266 0.012957 10.0.0.23 - - [2026-02-19 02:13:55] "GET /virtual-network/dc00c42d-8073-496e-94a2-08e8880b7107?fields=virtual_machine_interface_back_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 2300 0.012053 10.0.0.23 - - [2026-02-19 02:13:55] "POST /neutron/network HTTP/1.1" 200 835 0.014636 10.0.0.23 - - [2026-02-19 02:13:55] "POST /neutron/network HTTP/1.1" 400 204 0.029420 10.0.0.23 - - [2026-02-19 02:13:55] "POST /ref-update HTTP/1.1" 200 156 0.009760 10.0.0.23 - - [2026-02-19 02:13:56] "POST /ref-update HTTP/1.1" 200 156 0.008796 10.0.0.23 - - [2026-02-19 02:13:56] "GET /virtual-machine-interface/c078808f-be0c-4236-bf23-086406a54829?fields=interface_route_table_refs%2Cinstance_ip_back_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1651 0.006449 10.0.0.23 - - [2026-02-19 02:13:56] "POST /ref-update HTTP/1.1" 200 156 0.013567 10.0.0.23 - - [2026-02-19 02:13:56] "GET /instance-ip/c415a69e-1cf3-4fb0-b43a-53ce483745be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.003967 10.0.0.23 - - [2026-02-19 02:13:56] "DELETE /virtual-machine-interface/c078808f-be0c-4236-bf23-086406a54829 HTTP/1.1" 200 115 0.028109 10.0.0.23 - - [2026-02-19 02:13:56] "GET /virtual-machine-interface/e0f35520-d34e-4783-87a6-69ed87adcd9d?fields=interface_route_table_refs%2Cinstance_ip_back_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1650 0.005619 10.0.0.23 - - [2026-02-19 02:13:56] "POST /ref-update HTTP/1.1" 200 156 0.009144 10.0.0.23 - - [2026-02-19 02:13:56] "GET /instance-ip/c415a69e-1cf3-4fb0-b43a-53ce483745be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1760 0.004609 10.0.0.23 - - [2026-02-19 02:13:56] "POST /neutron/port HTTP/1.1" 200 1128 0.013228 10.0.0.23 - - [2026-02-19 02:13:56] "POST /neutron/port HTTP/1.1" 200 1118 0.008391 10.0.0.23 - - [2026-02-19 02:13:56] "DELETE /instance-ip/c415a69e-1cf3-4fb0-b43a-53ce483745be HTTP/1.1" 200 115 0.033905 10.0.0.23 - - [2026-02-19 02:13:56] "DELETE /virtual-machine-interface/e0f35520-d34e-4783-87a6-69ed87adcd9d HTTP/1.1" 200 115 0.035636 10.0.0.23 - - [2026-02-19 02:13:56] "DELETE /instance-ip/c415a69e-1cf3-4fb0-b43a-53ce483745be HTTP/1.1" 404 177 0.001802 10.0.0.23 - - [2026-02-19 02:13:56] "POST /neutron/port HTTP/1.1" 200 151 0.106228 10.0.0.23 - - [2026-02-19 02:13:56] "POST /neutron/port HTTP/1.1" 200 1127 0.012102 10.0.0.23 - - [2026-02-19 02:13:56] "POST /neutron/port HTTP/1.1" 200 1117 0.013554 10.0.0.23 - - [2026-02-19 02:13:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.006396 10.0.0.23 - - [2026-02-19 02:13:56] "POST /useragent-kv HTTP/1.1" 200 115 0.002238 10.0.0.23 - - [2026-02-19 02:13:56] "POST /useragent-kv HTTP/1.1" 200 115 0.003469 10.0.0.23 - - [2026-02-19 02:13:56] "DELETE /virtual-network/dc00c42d-8073-496e-94a2-08e8880b7107 HTTP/1.1" 200 115 0.089345 10.0.0.23 - - [2026-02-19 02:13:56] "DELETE /route-target/e028716e-e3d9-4ef8-ba7c-be4c4dabe3d0 HTTP/1.1" 200 115 0.025776 10.0.0.23 - - [2026-02-19 02:13:56] "DELETE /service-instance/f181931a-a659-4b95-a56f-db390665c3ba HTTP/1.1" 200 115 0.039693 10.0.0.23 - - [2026-02-19 02:13:56] "GET /logical-router/4469da10-228b-4ffe-adca-e6e874a8b1be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002096 10.0.0.23 - - [2026-02-19 02:13:56] "POST /neutron/port HTTP/1.1" 200 151 0.113637 10.0.0.23 - - [2026-02-19 02:13:56] "GET /service-instance/f181931a-a659-4b95-a56f-db390665c3ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002313 10.0.0.23 - - [2026-02-19 02:13:56] "GET /virtual-machine-interface/fe977e4d-5106-48e4-86fd-06706317844c?fields=interface_route_table_refs%2Cinstance_ip_back_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1653 0.005683 10.0.0.23 - - [2026-02-19 02:13:56] "POST /ref-update HTTP/1.1" 200 156 0.012078 10.0.0.23 - - [2026-02-19 02:13:56] "GET /instance-ip/bba3ac9e-0300-40e2-8d53-00fec4564b92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.003661 10.0.0.23 - - [2026-02-19 02:13:56] "DELETE /virtual-machine-interface/fe977e4d-5106-48e4-86fd-06706317844c HTTP/1.1" 200 115 0.024789 10.0.0.23 - - [2026-02-19 02:13:56] "DELETE /virtual-machine/5e33e2b4-7172-4153-90e5-fa444dcb2efd HTTP/1.1" 200 115 0.017765 10.0.0.23 - - [2026-02-19 02:13:56] "GET /virtual-machine-interface/a43ff944-18d6-4b16-a5da-0697e883545a?fields=interface_route_table_refs%2Cinstance_ip_back_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1654 0.005146 10.0.0.23 - - [2026-02-19 02:13:57] "POST /ref-update HTTP/1.1" 200 156 0.010455 10.0.0.23 - - [2026-02-19 02:13:57] "GET /instance-ip/bba3ac9e-0300-40e2-8d53-00fec4564b92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1697 0.004547 10.0.0.23 - - [2026-02-19 02:13:57] "DELETE /instance-ip/bba3ac9e-0300-40e2-8d53-00fec4564b92 HTTP/1.1" 200 115 0.024938 10.0.0.23 - - [2026-02-19 02:13:57] "DELETE /virtual-machine-interface/a43ff944-18d6-4b16-a5da-0697e883545a HTTP/1.1" 200 115 0.025908 10.0.0.23 - - [2026-02-19 02:13:57] "POST /ref-update HTTP/1.1" 200 156 0.011659 10.0.0.23 - - [2026-02-19 02:13:57] "DELETE /virtual-machine/61825481-8195-408a-b3a6-fe11a7952acc HTTP/1.1" 200 115 0.016143 10.0.0.23 - - [2026-02-19 02:13:57] "POST /neutron/network HTTP/1.1" 200 835 0.005110 10.0.0.23 - - [2026-02-19 02:13:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003442 10.0.0.23 - - [2026-02-19 02:13:58] "POST /useragent-kv HTTP/1.1" 200 115 0.001800 10.0.0.23 - - [2026-02-19 02:13:58] "POST /useragent-kv HTTP/1.1" 200 115 0.002332 10.0.0.23 - - [2026-02-19 02:13:58] "POST /neutron/network HTTP/1.1" 200 151 0.065643 10.0.0.23 - - [2026-02-19 02:13:58] "DELETE /route-target/70417080-61ce-430a-aa88-a3622308d4a7 HTTP/1.1" 200 115 0.011624 10.0.0.23 - - [2026-02-19 02:13:58] "POST /neutron/network HTTP/1.1" 200 827 0.004824 10.0.0.23 - - [2026-02-19 02:13:58] "POST /useragent-kv HTTP/1.1" 200 115 0.003045 10.0.0.23 - - [2026-02-19 02:13:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003601 10.0.0.23 - - [2026-02-19 02:13:58] "POST /useragent-kv HTTP/1.1" 200 115 0.001583 10.0.0.23 - - [2026-02-19 02:13:58] "POST /neutron/network HTTP/1.1" 200 151 0.064150 10.0.0.23 - - [2026-02-19 02:13:58] "DELETE /route-target/36261e2a-e1b5-45c0-9956-b8e2b5e24049 HTTP/1.1" 200 115 0.015202 10.0.0.23 - - [2026-02-19 02:13:58] "GET /projects?obj_uuids=892973e3-9118-4137-a9df-472731ade14a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001009 10.0.0.23 - - [2026-02-19 02:13:58] "GET /project/892973e3-9118-4137-a9df-472731ade14a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.023167 10.0.0.23 - - [2026-02-19 02:13:58] "GET /projects?obj_uuids=892973e3-9118-4137-a9df-472731ade14a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000900 10.0.0.23 - - [2026-02-19 02:13:58] "GET /project/892973e3-9118-4137-a9df-472731ade14a?fields=virtual_networks HTTP/1.1" 200 1038 0.065519 10.0.0.23 - - [2026-02-19 02:13:58] "GET /projects?obj_uuids=892973e3-9118-4137-a9df-472731ade14a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000947 10.0.0.23 - - [2026-02-19 02:13:58] "GET /project/892973e3-9118-4137-a9df-472731ade14a?fields=virtual_machine_interfaces HTTP/1.1" 200 1038 0.021619 10.0.0.23 - - [2026-02-19 02:13:58] "GET /projects?obj_uuids=892973e3-9118-4137-a9df-472731ade14a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000911 10.0.0.23 - - [2026-02-19 02:13:58] "GET /project/892973e3-9118-4137-a9df-472731ade14a?fields=security_groups HTTP/1.1" 200 1267 0.022344 10.0.0.23 - - [2026-02-19 02:13:59] "POST /fqname-to-id HTTP/1.1" 404 196 0.023738 10.0.0.23 - - [2026-02-19 02:13:59] "GET /projects?obj_uuids=0f351b28-1c8a-4c43-ae5e-e03071d5e7f0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.001957 10.0.0.23 - - [2026-02-19 02:13:59] "GET /domains?obj_uuids=2d5d818a-a03e-492f-8464-ff794ba593de&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000947 10.0.0.23 - - [2026-02-19 02:13:59] "GET /domain/2d5d818a-a03e-492f-8464-ff794ba593de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.005659 10.0.0.23 - - [2026-02-19 02:13:59] "POST /id-to-fqname HTTP/1.1" 200 198 0.001354 10.0.0.23 - - [2026-02-19 02:13:59] "POST /fqname-to-id HTTP/1.1" 404 207 0.001858 10.0.0.23 - - [2026-02-19 02:13:59] "POST /security-groups HTTP/1.1" 200 599 0.064669 10.0.0.23 - - [2026-02-19 02:13:59] "POST /fqname-to-id HTTP/1.1" 404 242 0.002432 10.0.0.23 - - [2026-02-19 02:13:59] "POST /projects HTTP/1.1" 200 601 0.204379 10.0.0.23 - - [2026-02-19 02:13:59] "POST /access-control-lists HTTP/1.1" 200 604 0.057190 10.0.0.23 - - [2026-02-19 02:13:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.273137 10.0.0.23 - - [2026-02-19 02:13:59] "POST /fqname-to-id HTTP/1.1" 404 241 0.002363 10.0.0.23 - - [2026-02-19 02:13:59] "GET /project/0f351b28-1c8a-4c43-ae5e-e03071d5e7f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.388066 10.0.0.23 - - [2026-02-19 02:13:59] "POST /access-control-lists HTTP/1.1" 200 602 0.056286 10.0.0.23 - - [2026-02-19 02:14:00] "GET / HTTP/1.1" 200 35931 0.002154 10.0.0.23 - - [2026-02-19 02:14:01] "POST /fqname-to-id HTTP/1.1" 401 292 0.000500 10.0.0.23 - - [2026-02-19 02:14:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.054195 10.0.0.23 - - [2026-02-19 02:14:01] "GET /projects?obj_uuids=0f351b28-1c8a-4c43-ae5e-e03071d5e7f0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000932 10.0.0.23 - - [2026-02-19 02:14:01] "GET /project/0f351b28-1c8a-4c43-ae5e-e03071d5e7f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.026128 10.0.0.23 - - [2026-02-19 02:14:01] "POST /neutron/network HTTP/1.1" 200 117 0.032120 10.0.0.23 - - [2026-02-19 02:14:01] "GET /projects?obj_uuids=0f351b28-1c8a-4c43-ae5e-e03071d5e7f0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001194 10.0.0.23 - - [2026-02-19 02:14:02] "POST /neutron/network HTTP/1.1" 200 613 0.056857 10.0.0.23 - - [2026-02-19 02:14:02] "POST /route-targets HTTP/1.1" 200 327 0.012107 10.0.0.23 - - [2026-02-19 02:14:02] "POST /ref-update HTTP/1.1" 200 156 0.013508 10.0.0.23 - - [2026-02-19 02:14:02] "POST /useragent-kv HTTP/1.1" 200 115 0.004555 10.0.0.23 - - [2026-02-19 02:14:02] "POST /neutron/subnet HTTP/1.1" 200 720 0.183567 10.0.0.23 - - [2026-02-19 02:14:02] "POST /fqname-to-id HTTP/1.1" 401 292 0.000344 10.0.0.23 - - [2026-02-19 02:14:02] "POST /useragent-kv HTTP/1.1" 200 115 0.002841 10.0.0.23 - - [2026-02-19 02:14:02] "POST /neutron/subnet HTTP/1.1" 200 828 0.172221 10.0.0.23 - - [2026-02-19 02:14:02] "POST /neutron/network HTTP/1.1" 200 1005 0.007299 10.0.0.23 - - [2026-02-19 02:14:02] "POST /id-to-fqname HTTP/1.1" 200 228 0.001307 10.0.0.23 - - [2026-02-19 02:14:02] "GET /virtual-network/cf4d970b-f7cd-475d-b3dc-b57e763b9564?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005621 10.0.0.23 - - [2026-02-19 02:14:02] "POST /neutron/network HTTP/1.1" 200 1005 0.006255 10.0.0.23 - - [2026-02-19 02:14:02] "GET /virtual-network/cf4d970b-f7cd-475d-b3dc-b57e763b9564?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.004606 10.0.0.23 - - [2026-02-19 02:14:02] "POST /neutron/network HTTP/1.1" 200 1005 0.006931 10.0.0.23 - - [2026-02-19 02:14:02] "POST /neutron/subnet HTTP/1.1" 200 720 0.016457 10.0.0.23 - - [2026-02-19 02:14:02] "POST /neutron/subnet HTTP/1.1" 200 828 0.005427 10.0.0.23 - - [2026-02-19 02:14:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.001902 10.0.0.23 - - [2026-02-19 02:14:02] "GET /projects?obj_uuids=0f351b28-1c8a-4c43-ae5e-e03071d5e7f0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001181 10.0.0.23 - - [2026-02-19 02:14:02] "GET /project/0f351b28-1c8a-4c43-ae5e-e03071d5e7f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.022331 10.0.0.23 - - [2026-02-19 02:14:02] "POST /fqname-to-id HTTP/1.1" 404 207 0.023739 10.0.0.23 - - [2026-02-19 02:14:02] "POST /neutron/network HTTP/1.1" 200 117 0.008874 10.0.0.23 - - [2026-02-19 02:14:02] "GET /projects?obj_uuids=0f351b28-1c8a-4c43-ae5e-e03071d5e7f0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000924 10.0.0.23 - - [2026-02-19 02:14:02] "POST /neutron/network HTTP/1.1" 200 613 0.054758 10.0.0.23 - - [2026-02-19 02:14:02] "POST /route-targets HTTP/1.1" 200 327 0.011099 10.0.0.23 - - [2026-02-19 02:14:02] "POST /ref-update HTTP/1.1" 200 156 0.010873 10.0.0.23 - - [2026-02-19 02:14:02] "POST /useragent-kv HTTP/1.1" 200 115 0.002123 10.0.0.23 - - [2026-02-19 02:14:02] "POST /neutron/subnet HTTP/1.1" 200 725 0.177591 10.0.0.23 - - [2026-02-19 02:14:03] "POST /fqname-to-id HTTP/1.1" 404 207 0.002248 10.0.0.23 - - [2026-02-19 02:14:03] "POST /useragent-kv HTTP/1.1" 200 115 0.002764 10.0.0.23 - - [2026-02-19 02:14:03] "POST /neutron/subnet HTTP/1.1" 200 828 0.165978 10.0.0.23 - - [2026-02-19 02:14:03] "POST /neutron/network HTTP/1.1" 200 1006 0.005872 10.0.0.23 - - [2026-02-19 02:14:03] "POST /id-to-fqname HTTP/1.1" 200 228 0.001197 10.0.0.23 - - [2026-02-19 02:14:03] "GET /virtual-network/c9be46a1-1f5f-4dd4-8de0-91f2197ca392?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.004097 10.0.0.23 - - [2026-02-19 02:14:03] "POST /neutron/network HTTP/1.1" 200 1006 0.006512 10.0.0.23 - - [2026-02-19 02:14:03] "GET /virtual-network/c9be46a1-1f5f-4dd4-8de0-91f2197ca392?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.004319 10.0.0.23 - - [2026-02-19 02:14:03] "POST /neutron/network HTTP/1.1" 200 1006 0.006419 10.0.0.23 - - [2026-02-19 02:14:03] "POST /neutron/subnet HTTP/1.1" 200 725 0.006413 10.0.0.23 - - [2026-02-19 02:14:03] "POST /neutron/subnet HTTP/1.1" 200 828 0.005870 10.0.0.23 - - [2026-02-19 02:14:03] "POST /fqname-to-id HTTP/1.1" 404 234 0.001812 10.0.0.23 - - [2026-02-19 02:14:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.001918 10.0.0.23 - - [2026-02-19 02:14:03] "GET /projects?obj_uuids=0f351b28-1c8a-4c43-ae5e-e03071d5e7f0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000968 10.0.0.23 - - [2026-02-19 02:14:03] "GET /project/0f351b28-1c8a-4c43-ae5e-e03071d5e7f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.022890 10.0.0.23 - - [2026-02-19 02:14:03] "POST /network-policys HTTP/1.1" 200 577 0.056438 10.0.0.23 - - [2026-02-19 02:14:03] "GET /network-policy/0b91e18f-91e0-4e9b-9230-328e1394c2a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3127 0.004879 10.0.0.23 - - [2026-02-19 02:14:03] "POST /neutron/network HTTP/1.1" 200 1005 0.005906 10.0.0.23 - - [2026-02-19 02:14:03] "POST /fqname-to-id HTTP/1.1" 404 207 0.005324 10.0.0.23 - - [2026-02-19 02:14:03] "POST /fqname-to-id HTTP/1.1" 404 242 0.002963 10.0.0.23 - - [2026-02-19 02:14:03] "POST /neutron/network HTTP/1.1" 200 1113 0.035580 10.0.0.23 - - [2026-02-19 02:14:03] "POST /access-control-lists HTTP/1.1" 200 596 0.062218 10.0.0.23 - - [2026-02-19 02:14:03] "POST /neutron/network HTTP/1.1" 200 1113 0.046443 10.0.0.23 - - [2026-02-19 02:14:03] "GET /virtual-network/cf4d970b-f7cd-475d-b3dc-b57e763b9564?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.006416 10.0.0.23 - - [2026-02-19 02:14:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.001946 10.0.0.23 - - [2026-02-19 02:14:03] "GET /network-policy/0b91e18f-91e0-4e9b-9230-328e1394c2a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3127 0.003140 10.0.0.23 - - [2026-02-19 02:14:03] "POST /neutron/network HTTP/1.1" 200 1006 0.005923 10.0.0.23 - - [2026-02-19 02:14:03] "POST /fqname-to-id HTTP/1.1" 404 207 0.002449 10.0.0.23 - - [2026-02-19 02:14:03] "PUT /access-control-list/f077b66c-eb09-4f5d-9ed2-686ef855b52a HTTP/1.1" 200 272 0.057268 10.0.0.23 - - [2026-02-19 02:14:03] "POST /neutron/network HTTP/1.1" 200 1114 0.087296 10.0.0.23 - - [2026-02-19 02:14:03] "POST /fqname-to-id HTTP/1.1" 404 242 0.006121 10.0.0.23 - - [2026-02-19 02:14:03] "POST /neutron/network HTTP/1.1" 200 1114 0.009693 10.0.0.23 - - [2026-02-19 02:14:03] "GET /virtual-network/c9be46a1-1f5f-4dd4-8de0-91f2197ca392?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.004176 10.0.0.23 - - [2026-02-19 02:14:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.001941 10.0.0.23 - - [2026-02-19 02:14:04] "GET /network-policy/0b91e18f-91e0-4e9b-9230-328e1394c2a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3127 0.016458 10.0.0.23 - - [2026-02-19 02:14:04] "POST /access-control-lists HTTP/1.1" 200 596 0.057707 10.0.0.23 - - [2026-02-19 02:14:04] "GET /domains HTTP/1.1" 401 292 0.000483 10.0.0.23 - - [2026-02-19 02:14:04] "POST /ref-update HTTP/1.1" 200 156 0.010586 10.0.0.23 - - [2026-02-19 02:14:04] "GET /domains HTTP/1.1" 200 280 0.024657 10.0.0.23 - - [2026-02-19 02:14:04] "GET /domains?obj_uuids=2d5d818a-a03e-492f-8464-ff794ba593de&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001161 10.0.0.23 - - [2026-02-19 02:14:04] "GET /domain/2d5d818a-a03e-492f-8464-ff794ba593de HTTP/1.1" 200 2769 0.006915 10.0.0.23 - - [2026-02-19 02:14:04] "GET /projects?obj_uuids=0f351b28-1c8a-4c43-ae5e-e03071d5e7f0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000798 10.0.0.23 - - [2026-02-19 02:14:04] "GET /project/0f351b28-1c8a-4c43-ae5e-e03071d5e7f0 HTTP/1.1" 200 2625 0.061735 10.0.0.23 - - [2026-02-19 02:14:04] "GET /virtual-network/cf4d970b-f7cd-475d-b3dc-b57e763b9564 HTTP/1.1" 200 3504 0.005101 10.0.0.23 - - [2026-02-19 02:14:04] "GET /virtual-network/cf4d970b-f7cd-475d-b3dc-b57e763b9564 HTTP/1.1" 200 3504 0.003855 10.0.0.23 - - [2026-02-19 02:14:04] "GET /routing-instance/6ae6fb7a-9f9e-4834-9ac9-16f8eafc7e6d HTTP/1.1" 200 1795 0.002845 10.0.0.23 - - [2026-02-19 02:14:04] "GET /routing-instance/6ae6fb7a-9f9e-4834-9ac9-16f8eafc7e6d HTTP/1.1" 200 1795 0.002463 10.0.0.23 - - [2026-02-19 02:14:04] "GET /route-target/0210b685-acd4-4d96-b364-9a80be7e72d3 HTTP/1.1" 200 1211 0.002456 10.0.0.23 - - [2026-02-19 02:14:04] "GET /virtual-network/cf4d970b-f7cd-475d-b3dc-b57e763b9564 HTTP/1.1" 200 3504 0.003494 10.0.0.23 - - [2026-02-19 02:14:04] "GET /routing-instance/6ae6fb7a-9f9e-4834-9ac9-16f8eafc7e6d HTTP/1.1" 200 1795 0.002248 10.0.0.23 - - [2026-02-19 02:14:04] "GET /virtual-network/cf4d970b-f7cd-475d-b3dc-b57e763b9564?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.003581 10.0.0.23 - - [2026-02-19 02:14:04] "GET /virtual-network/cf4d970b-f7cd-475d-b3dc-b57e763b9564 HTTP/1.1" 200 3504 0.003509 10.0.0.23 - - [2026-02-19 02:14:04] "GET /routing-instance/6ae6fb7a-9f9e-4834-9ac9-16f8eafc7e6d HTTP/1.1" 200 1795 0.002352 10.0.0.23 - - [2026-02-19 02:14:04] "GET /routing-instance/6ae6fb7a-9f9e-4834-9ac9-16f8eafc7e6d HTTP/1.1" 200 1795 0.002260 10.0.0.23 - - [2026-02-19 02:14:04] "GET /route-target/0210b685-acd4-4d96-b364-9a80be7e72d3 HTTP/1.1" 200 1211 0.002035 10.0.0.23 - - [2026-02-19 02:14:04] "GET /domains HTTP/1.1" 200 280 0.003015 10.0.0.23 - - [2026-02-19 02:14:04] "GET /domains?obj_uuids=2d5d818a-a03e-492f-8464-ff794ba593de&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000774 10.0.0.23 - - [2026-02-19 02:14:04] "GET /domain/2d5d818a-a03e-492f-8464-ff794ba593de HTTP/1.1" 200 2769 0.005004 10.0.0.23 - - [2026-02-19 02:14:04] "GET /projects?obj_uuids=0f351b28-1c8a-4c43-ae5e-e03071d5e7f0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000721 10.0.0.23 - - [2026-02-19 02:14:04] "GET /project/0f351b28-1c8a-4c43-ae5e-e03071d5e7f0 HTTP/1.1" 200 2625 0.062985 10.0.0.23 - - [2026-02-19 02:14:04] "GET /virtual-network/cf4d970b-f7cd-475d-b3dc-b57e763b9564 HTTP/1.1" 200 3504 0.003919 10.0.0.23 - - [2026-02-19 02:14:05] "GET /obj-perms HTTP/1.1" 200 5046 0.049469 10.0.0.23 - - [2026-02-19 02:14:05] "GET /domains HTTP/1.1" 200 280 0.002674 10.0.0.23 - - [2026-02-19 02:14:05] "GET /domains?obj_uuids=2d5d818a-a03e-492f-8464-ff794ba593de&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000832 10.0.0.23 - - [2026-02-19 02:14:05] "GET /domain/2d5d818a-a03e-492f-8464-ff794ba593de HTTP/1.1" 200 2769 0.005389 10.0.0.23 - - [2026-02-19 02:14:05] "GET /projects?obj_uuids=0f351b28-1c8a-4c43-ae5e-e03071d5e7f0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000743 10.0.0.23 - - [2026-02-19 02:14:05] "GET /project/0f351b28-1c8a-4c43-ae5e-e03071d5e7f0 HTTP/1.1" 200 2625 0.069509 10.0.0.23 - - [2026-02-19 02:14:05] "GET /virtual-network/c9be46a1-1f5f-4dd4-8de0-91f2197ca392 HTTP/1.1" 200 3507 0.006692 10.0.0.23 - - [2026-02-19 02:14:05] "GET /virtual-network/c9be46a1-1f5f-4dd4-8de0-91f2197ca392 HTTP/1.1" 200 3507 0.003828 10.0.0.23 - - [2026-02-19 02:14:05] "GET /routing-instance/b443cb22-d05a-4ed3-8d47-49a0c31ac462 HTTP/1.1" 200 1796 0.003515 10.0.0.23 - - [2026-02-19 02:14:05] "GET /routing-instance/b443cb22-d05a-4ed3-8d47-49a0c31ac462 HTTP/1.1" 200 1796 0.003158 10.0.0.23 - - [2026-02-19 02:14:05] "GET /route-target/484fd2c9-b57d-4606-854a-3893c07a86b1 HTTP/1.1" 200 1211 0.002820 10.0.0.23 - - [2026-02-19 02:14:05] "GET /virtual-network/c9be46a1-1f5f-4dd4-8de0-91f2197ca392 HTTP/1.1" 200 3507 0.004150 10.0.0.23 - - [2026-02-19 02:14:05] "GET /routing-instance/b443cb22-d05a-4ed3-8d47-49a0c31ac462 HTTP/1.1" 200 1796 0.002970 10.0.0.23 - - [2026-02-19 02:14:05] "GET /virtual-network/c9be46a1-1f5f-4dd4-8de0-91f2197ca392?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.004300 10.0.0.23 - - [2026-02-19 02:14:05] "GET /virtual-network/c9be46a1-1f5f-4dd4-8de0-91f2197ca392 HTTP/1.1" 200 3507 0.004350 10.0.0.23 - - [2026-02-19 02:14:05] "GET /routing-instance/b443cb22-d05a-4ed3-8d47-49a0c31ac462 HTTP/1.1" 200 1796 0.002738 10.0.0.23 - - [2026-02-19 02:14:05] "GET /routing-instance/b443cb22-d05a-4ed3-8d47-49a0c31ac462 HTTP/1.1" 200 1796 0.003238 10.0.0.23 - - [2026-02-19 02:14:05] "GET /route-target/484fd2c9-b57d-4606-854a-3893c07a86b1 HTTP/1.1" 200 1211 0.002684 10.0.0.23 - - [2026-02-19 02:14:05] "GET /domains HTTP/1.1" 200 280 0.002507 10.0.0.23 - - [2026-02-19 02:14:05] "GET /domains?obj_uuids=2d5d818a-a03e-492f-8464-ff794ba593de&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000901 10.0.0.23 - - [2026-02-19 02:14:05] "GET /domain/2d5d818a-a03e-492f-8464-ff794ba593de HTTP/1.1" 200 2769 0.005690 10.0.0.23 - - [2026-02-19 02:14:05] "GET /projects?obj_uuids=0f351b28-1c8a-4c43-ae5e-e03071d5e7f0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001144 10.0.0.23 - - [2026-02-19 02:14:05] "GET /project/0f351b28-1c8a-4c43-ae5e-e03071d5e7f0 HTTP/1.1" 200 2625 0.064722 10.0.0.23 - - [2026-02-19 02:14:05] "GET /virtual-network/c9be46a1-1f5f-4dd4-8de0-91f2197ca392 HTTP/1.1" 200 3507 0.004665 10.0.0.23 - - [2026-02-19 02:14:05] "GET /obj-perms HTTP/1.1" 200 5046 0.002549 10.0.0.23 - - [2026-02-19 02:14:05] "GET /virtual-network/c9be46a1-1f5f-4dd4-8de0-91f2197ca392?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.004597 10.0.0.23 - - [2026-02-19 02:14:05] "POST /neutron/network HTTP/1.1" 200 1114 0.005872 10.0.0.23 - - [2026-02-19 02:14:05] "POST /fqname-to-id HTTP/1.1" 404 207 0.008502 10.0.0.23 - - [2026-02-19 02:14:05] "POST /neutron/network HTTP/1.1" 200 1006 0.041545 10.0.0.23 - - [2026-02-19 02:14:05] "DELETE /access-control-list/e968cc9f-49a4-4935-8264-fb34a865d86c HTTP/1.1" 200 115 0.035646 10.0.0.23 - - [2026-02-19 02:14:05] "POST /neutron/network HTTP/1.1" 200 1006 0.010212 10.0.0.23 - - [2026-02-19 02:14:05] "POST /ref-update HTTP/1.1" 200 156 0.009798 10.0.0.23 - - [2026-02-19 02:14:05] "GET /virtual-network/c9be46a1-1f5f-4dd4-8de0-91f2197ca392?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.006073 10.0.0.23 - - [2026-02-19 02:14:05] "GET /virtual-network/cf4d970b-f7cd-475d-b3dc-b57e763b9564?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.004779 10.0.0.23 - - [2026-02-19 02:14:05] "POST /neutron/network HTTP/1.1" 200 1113 0.008123 10.0.0.23 - - [2026-02-19 02:14:05] "POST /fqname-to-id HTTP/1.1" 404 207 0.004524 10.0.0.23 - - [2026-02-19 02:14:05] "POST /neutron/network HTTP/1.1" 200 1005 0.042812 10.0.0.23 - - [2026-02-19 02:14:05] "DELETE /access-control-list/f077b66c-eb09-4f5d-9ed2-686ef855b52a HTTP/1.1" 200 115 0.028999 10.0.0.23 - - [2026-02-19 02:14:05] "POST /neutron/network HTTP/1.1" 200 1005 0.007303 10.0.0.23 - - [2026-02-19 02:14:05] "POST /ref-update HTTP/1.1" 200 156 0.011949 10.0.0.23 - - [2026-02-19 02:14:05] "GET /virtual-network/cf4d970b-f7cd-475d-b3dc-b57e763b9564?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.010817 10.0.0.23 - - [2026-02-19 02:14:05] "DELETE /network-policy/0b91e18f-91e0-4e9b-9230-328e1394c2a3 HTTP/1.1" 200 115 0.022706 10.0.0.23 - - [2026-02-19 02:14:05] "POST /neutron/network HTTP/1.1" 200 1006 0.005680 10.0.0.23 - - [2026-02-19 02:14:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003000 10.0.0.23 - - [2026-02-19 02:14:05] "POST /useragent-kv HTTP/1.1" 200 115 0.001758 10.0.0.23 - - [2026-02-19 02:14:05] "POST /useragent-kv HTTP/1.1" 200 115 0.002263 10.0.0.23 - - [2026-02-19 02:14:05] "POST /useragent-kv HTTP/1.1" 200 115 0.001881 10.0.0.23 - - [2026-02-19 02:14:05] "POST /useragent-kv HTTP/1.1" 200 115 0.001348 10.0.0.23 - - [2026-02-19 02:14:05] "POST /neutron/network HTTP/1.1" 200 151 0.068717 10.0.0.23 - - [2026-02-19 02:14:05] "DELETE /route-target/484fd2c9-b57d-4606-854a-3893c07a86b1 HTTP/1.1" 200 115 0.015821 10.0.0.23 - - [2026-02-19 02:14:05] "GET /routing-instance/b443cb22-d05a-4ed3-8d47-49a0c31ac462 HTTP/1.1" 404 171 0.002251 10.0.0.23 - - [2026-02-19 02:14:05] "GET /domains HTTP/1.1" 200 280 0.001624 10.0.0.23 - - [2026-02-19 02:14:05] "GET /domains?obj_uuids=2d5d818a-a03e-492f-8464-ff794ba593de&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000825 10.0.0.23 - - [2026-02-19 02:14:05] "GET /domain/2d5d818a-a03e-492f-8464-ff794ba593de HTTP/1.1" 200 2769 0.048522 10.0.0.23 - - [2026-02-19 02:14:05] "GET /projects?obj_uuids=0f351b28-1c8a-4c43-ae5e-e03071d5e7f0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002266 10.0.0.23 - - [2026-02-19 02:14:05] "GET /project/0f351b28-1c8a-4c43-ae5e-e03071d5e7f0 HTTP/1.1" 200 2145 0.066591 10.0.0.23 - - [2026-02-19 02:14:05] "POST /neutron/network HTTP/1.1" 200 1005 0.006037 10.0.0.23 - - [2026-02-19 02:14:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002979 10.0.0.23 - - [2026-02-19 02:14:05] "POST /useragent-kv HTTP/1.1" 200 115 0.001624 10.0.0.23 - - [2026-02-19 02:14:05] "POST /useragent-kv HTTP/1.1" 200 115 0.002538 10.0.0.23 - - [2026-02-19 02:14:05] "POST /useragent-kv HTTP/1.1" 200 115 0.001527 10.0.0.23 - - [2026-02-19 02:14:05] "POST /useragent-kv HTTP/1.1" 200 115 0.001307 10.0.0.23 - - [2026-02-19 02:14:05] "POST /neutron/network HTTP/1.1" 200 151 0.125007 10.0.0.23 - - [2026-02-19 02:14:05] "DELETE /route-target/0210b685-acd4-4d96-b364-9a80be7e72d3 HTTP/1.1" 200 115 0.020159 10.0.0.23 - - [2026-02-19 02:14:05] "GET /routing-instance/6ae6fb7a-9f9e-4834-9ac9-16f8eafc7e6d HTTP/1.1" 404 171 0.004045 10.0.0.23 - - [2026-02-19 02:14:05] "GET /domains HTTP/1.1" 200 280 0.001791 10.0.0.23 - - [2026-02-19 02:14:05] "GET /domains?obj_uuids=2d5d818a-a03e-492f-8464-ff794ba593de&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000806 10.0.0.23 - - [2026-02-19 02:14:06] "GET /domain/2d5d818a-a03e-492f-8464-ff794ba593de HTTP/1.1" 200 2769 0.049277 10.0.0.23 - - [2026-02-19 02:14:06] "GET /projects?obj_uuids=0f351b28-1c8a-4c43-ae5e-e03071d5e7f0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000841 10.0.0.23 - - [2026-02-19 02:14:06] "GET /project/0f351b28-1c8a-4c43-ae5e-e03071d5e7f0 HTTP/1.1" 200 1900 0.062760 10.0.0.23 - - [2026-02-19 02:14:06] "GET /projects?obj_uuids=0f351b28-1c8a-4c43-ae5e-e03071d5e7f0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001161 10.0.0.23 - - [2026-02-19 02:14:06] "GET /project/0f351b28-1c8a-4c43-ae5e-e03071d5e7f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.023192 10.0.0.23 - - [2026-02-19 02:14:06] "GET /projects?obj_uuids=0f351b28-1c8a-4c43-ae5e-e03071d5e7f0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000860 10.0.0.23 - - [2026-02-19 02:14:06] "GET /project/0f351b28-1c8a-4c43-ae5e-e03071d5e7f0?fields=virtual_networks HTTP/1.1" 200 1048 0.067638 10.0.0.23 - - [2026-02-19 02:14:06] "GET /projects?obj_uuids=0f351b28-1c8a-4c43-ae5e-e03071d5e7f0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000918 10.0.0.23 - - [2026-02-19 02:14:06] "GET /project/0f351b28-1c8a-4c43-ae5e-e03071d5e7f0?fields=virtual_machine_interfaces HTTP/1.1" 200 1048 0.024451 10.0.0.23 - - [2026-02-19 02:14:06] "GET /projects?obj_uuids=0f351b28-1c8a-4c43-ae5e-e03071d5e7f0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000894 10.0.0.23 - - [2026-02-19 02:14:06] "GET /project/0f351b28-1c8a-4c43-ae5e-e03071d5e7f0?fields=security_groups HTTP/1.1" 200 1282 0.021442 10.0.0.23 - - [2026-02-19 02:14:07] "POST /fqname-to-id HTTP/1.1" 404 204 0.022983 10.0.0.23 - - [2026-02-19 02:14:07] "GET /projects?obj_uuids=d30deb89-42fb-4ae7-b760-ceb435367271&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002043 10.0.0.23 - - [2026-02-19 02:14:07] "GET /domains?obj_uuids=2d5d818a-a03e-492f-8464-ff794ba593de&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001087 10.0.0.23 - - [2026-02-19 02:14:07] "GET /domain/2d5d818a-a03e-492f-8464-ff794ba593de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.005880 10.0.0.23 - - [2026-02-19 02:14:07] "POST /id-to-fqname HTTP/1.1" 200 206 0.001370 10.0.0.23 - - [2026-02-19 02:14:07] "POST /fqname-to-id HTTP/1.1" 404 215 0.003396 10.0.0.23 - - [2026-02-19 02:14:07] "POST /security-groups HTTP/1.1" 200 607 0.060293 10.0.0.23 - - [2026-02-19 02:14:07] "POST /fqname-to-id HTTP/1.1" 404 250 0.002301 10.0.0.23 - - [2026-02-19 02:14:07] "POST /projects HTTP/1.1" 200 617 0.205358 10.0.0.23 - - [2026-02-19 02:14:07] "POST /access-control-lists HTTP/1.1" 200 612 0.056146 10.0.0.23 - - [2026-02-19 02:14:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.275472 10.0.0.23 - - [2026-02-19 02:14:07] "POST /fqname-to-id HTTP/1.1" 404 249 0.002382 10.0.0.23 - - [2026-02-19 02:14:07] "GET /project/d30deb89-42fb-4ae7-b760-ceb435367271?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.392371 10.0.0.23 - - [2026-02-19 02:14:07] "POST /access-control-lists HTTP/1.1" 200 610 0.056226 10.0.0.23 - - [2026-02-19 02:14:08] "GET / HTTP/1.1" 200 35931 0.001684 10.0.0.23 - - [2026-02-19 02:14:09] "POST /fqname-to-id HTTP/1.1" 401 292 0.000426 10.0.0.23 - - [2026-02-19 02:14:10] "POST /fqname-to-id HTTP/1.1" 404 233 0.055019 10.0.0.23 - - [2026-02-19 02:14:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002363 10.0.0.23 - - [2026-02-19 02:14:10] "GET /projects?obj_uuids=d30deb89-42fb-4ae7-b760-ceb435367271&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001353 10.0.0.23 - - [2026-02-19 02:14:10] "GET /project/d30deb89-42fb-4ae7-b760-ceb435367271?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.023011 10.0.0.23 - - [2026-02-19 02:14:10] "POST /network-policys HTTP/1.1" 200 567 0.056079 10.0.0.23 - - [2026-02-19 02:14:10] "GET /network-policy/0a4c89dd-7621-4b28-9645-6184285952ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3152 0.004052 10.0.0.23 - - [2026-02-19 02:14:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002777 10.0.0.23 - - [2026-02-19 02:14:10] "GET /projects?obj_uuids=d30deb89-42fb-4ae7-b760-ceb435367271&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000928 10.0.0.23 - - [2026-02-19 02:14:10] "GET /project/d30deb89-42fb-4ae7-b760-ceb435367271?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.024291 10.0.0.23 - - [2026-02-19 02:14:10] "POST /neutron/network HTTP/1.1" 200 117 0.027676 10.0.0.23 - - [2026-02-19 02:14:10] "GET /projects?obj_uuids=d30deb89-42fb-4ae7-b760-ceb435367271&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000911 10.0.0.23 - - [2026-02-19 02:14:10] "POST /neutron/network HTTP/1.1" 200 623 0.047169 10.0.0.23 - - [2026-02-19 02:14:10] "POST /route-targets HTTP/1.1" 200 327 0.009479 10.0.0.23 - - [2026-02-19 02:14:10] "POST /ref-update HTTP/1.1" 200 156 0.010597 10.0.0.23 - - [2026-02-19 02:14:10] "POST /useragent-kv HTTP/1.1" 200 115 0.002829 10.0.0.23 - - [2026-02-19 02:14:10] "POST /neutron/subnet HTTP/1.1" 200 719 0.177778 10.0.0.23 - - [2026-02-19 02:14:10] "POST /fqname-to-id HTTP/1.1" 404 207 0.003244 10.0.0.23 - - [2026-02-19 02:14:10] "POST /useragent-kv HTTP/1.1" 200 115 0.003471 10.0.0.23 - - [2026-02-19 02:14:10] "POST /neutron/subnet HTTP/1.1" 200 828 0.191551 10.0.0.23 - - [2026-02-19 02:14:11] "POST /neutron/network HTTP/1.1" 200 1015 0.007968 10.0.0.23 - - [2026-02-19 02:14:11] "POST /id-to-fqname HTTP/1.1" 200 237 0.001398 10.0.0.23 - - [2026-02-19 02:14:11] "GET /virtual-network/286f3034-3800-4252-8436-e135cf872301?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2655 0.004948 10.0.0.23 - - [2026-02-19 02:14:11] "POST /neutron/network HTTP/1.1" 200 1015 0.006463 10.0.0.23 - - [2026-02-19 02:14:11] "GET /virtual-network/286f3034-3800-4252-8436-e135cf872301?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2655 0.004872 10.0.0.23 - - [2026-02-19 02:14:11] "POST /neutron/network HTTP/1.1" 200 1015 0.006863 10.0.0.23 - - [2026-02-19 02:14:11] "POST /neutron/subnet HTTP/1.1" 200 719 0.005556 10.0.0.23 - - [2026-02-19 02:14:11] "POST /neutron/subnet HTTP/1.1" 200 828 0.005752 10.0.0.23 - - [2026-02-19 02:14:11] "POST /neutron/network HTTP/1.1" 200 1015 0.005493 10.0.0.23 - - [2026-02-19 02:14:11] "POST /fqname-to-id HTTP/1.1" 404 252 0.003027 10.0.0.23 - - [2026-02-19 02:14:11] "POST /fqname-to-id HTTP/1.1" 404 207 0.003057 10.0.0.23 - - [2026-02-19 02:14:11] "POST /neutron/network HTTP/1.1" 200 1122 0.036477 10.0.0.23 - - [2026-02-19 02:14:11] "POST /access-control-lists HTTP/1.1" 200 607 0.060884 10.0.0.23 - - [2026-02-19 02:14:11] "POST /neutron/network HTTP/1.1" 200 1122 0.036573 10.0.0.23 - - [2026-02-19 02:14:11] "GET /virtual-network/286f3034-3800-4252-8436-e135cf872301?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2978 0.008283 10.0.0.23 - - [2026-02-19 02:14:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.001881 10.0.0.23 - - [2026-02-19 02:14:11] "GET /network-policy/0a4c89dd-7621-4b28-9645-6184285952ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3152 0.003649 10.0.0.23 - - [2026-02-19 02:14:11] "GET /domains HTTP/1.1" 401 292 0.000389 10.0.0.23 - - [2026-02-19 02:14:11] "GET /domains HTTP/1.1" 200 280 0.024852 10.0.0.23 - - [2026-02-19 02:14:11] "GET /domains?obj_uuids=2d5d818a-a03e-492f-8464-ff794ba593de&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001188 10.0.0.23 - - [2026-02-19 02:14:11] "GET /domain/2d5d818a-a03e-492f-8464-ff794ba593de HTTP/1.1" 200 2971 0.006839 10.0.0.23 - - [2026-02-19 02:14:11] "GET /projects?obj_uuids=d30deb89-42fb-4ae7-b760-ceb435367271&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000818 10.0.0.23 - - [2026-02-19 02:14:11] "GET /project/d30deb89-42fb-4ae7-b760-ceb435367271 HTTP/1.1" 200 2459 0.064929 10.0.0.23 - - [2026-02-19 02:14:11] "GET /virtual-network/286f3034-3800-4252-8436-e135cf872301 HTTP/1.1" 200 3540 0.005954 10.0.0.23 - - [2026-02-19 02:14:11] "GET /virtual-network/286f3034-3800-4252-8436-e135cf872301 HTTP/1.1" 200 3540 0.003764 10.0.0.23 - - [2026-02-19 02:14:11] "GET /routing-instance/8f75587a-6f7e-43e0-a52b-da40c3040b4e HTTP/1.1" 200 1496 0.002731 10.0.0.23 - - [2026-02-19 02:14:11] "GET /routing-instance/8f75587a-6f7e-43e0-a52b-da40c3040b4e HTTP/1.1" 200 1496 0.002916 10.0.0.23 - - [2026-02-19 02:14:11] "GET /route-target/6bcce243-4e86-400a-8afa-1514a7365700 HTTP/1.1" 200 1222 0.002641 10.0.0.23 - - [2026-02-19 02:14:11] "GET /virtual-network/286f3034-3800-4252-8436-e135cf872301 HTTP/1.1" 200 3540 0.004226 10.0.0.23 - - [2026-02-19 02:14:11] "GET /routing-instance/8f75587a-6f7e-43e0-a52b-da40c3040b4e HTTP/1.1" 200 1496 0.002918 10.0.0.23 - - [2026-02-19 02:14:11] "GET /virtual-network/286f3034-3800-4252-8436-e135cf872301?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2978 0.004108 10.0.0.23 - - [2026-02-19 02:14:11] "GET /virtual-network/286f3034-3800-4252-8436-e135cf872301 HTTP/1.1" 200 3540 0.004288 10.0.0.23 - - [2026-02-19 02:14:11] "GET /routing-instance/8f75587a-6f7e-43e0-a52b-da40c3040b4e HTTP/1.1" 200 1496 0.002856 10.0.0.23 - - [2026-02-19 02:14:11] "GET /routing-instance/8f75587a-6f7e-43e0-a52b-da40c3040b4e HTTP/1.1" 200 1496 0.002957 10.0.0.23 - - [2026-02-19 02:14:11] "GET /route-target/6bcce243-4e86-400a-8afa-1514a7365700 HTTP/1.1" 200 1222 0.002425 10.0.0.23 - - [2026-02-19 02:14:11] "GET /domains HTTP/1.1" 200 280 0.002091 10.0.0.23 - - [2026-02-19 02:14:11] "GET /domains?obj_uuids=2d5d818a-a03e-492f-8464-ff794ba593de&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000841 10.0.0.23 - - [2026-02-19 02:14:11] "GET /domain/2d5d818a-a03e-492f-8464-ff794ba593de HTTP/1.1" 200 2971 0.005958 10.0.0.23 - - [2026-02-19 02:14:11] "GET /projects?obj_uuids=d30deb89-42fb-4ae7-b760-ceb435367271&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000997 10.0.0.23 - - [2026-02-19 02:14:11] "GET /project/d30deb89-42fb-4ae7-b760-ceb435367271 HTTP/1.1" 200 2459 0.061675 10.0.0.23 - - [2026-02-19 02:14:11] "GET /virtual-network/286f3034-3800-4252-8436-e135cf872301 HTTP/1.1" 200 3540 0.004503 10.0.0.23 - - [2026-02-19 02:14:12] "GET /obj-perms HTTP/1.1" 200 5062 0.056223 10.0.0.23 - - [2026-02-19 02:14:12] "GET /domains HTTP/1.1" 200 280 0.003260 10.0.0.23 - - [2026-02-19 02:14:12] "GET /domains?obj_uuids=2d5d818a-a03e-492f-8464-ff794ba593de&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000942 10.0.0.23 - - [2026-02-19 02:14:12] "GET /domain/2d5d818a-a03e-492f-8464-ff794ba593de HTTP/1.1" 200 2971 0.006078 10.0.0.23 - - [2026-02-19 02:14:12] "GET /projects?obj_uuids=d30deb89-42fb-4ae7-b760-ceb435367271&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000983 10.0.0.23 - - [2026-02-19 02:14:12] "GET /project/d30deb89-42fb-4ae7-b760-ceb435367271 HTTP/1.1" 200 2459 0.064593 10.0.0.23 - - [2026-02-19 02:14:12] "GET /network-policy/0a4c89dd-7621-4b28-9645-6184285952ec HTTP/1.1" 200 3478 0.003644 10.0.0.23 - - [2026-02-19 02:14:12] "DELETE /network-policy/0a4c89dd-7621-4b28-9645-6184285952ec HTTP/1.1" 409 238 0.004604 10.0.0.23 - - [2026-02-19 02:14:12] "POST /neutron/network HTTP/1.1" 200 1122 0.005783 10.0.0.23 - - [2026-02-19 02:14:12] "DELETE /access-control-list/d4484b76-1760-4e01-ae84-cb5a5bf8f9b2 HTTP/1.1" 200 115 0.026237 10.0.0.23 - - [2026-02-19 02:14:12] "POST /useragent-kv HTTP/1.1" 200 115 0.002976 10.0.0.23 - - [2026-02-19 02:14:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003323 10.0.0.23 - - [2026-02-19 02:14:12] "POST /useragent-kv HTTP/1.1" 200 115 0.001733 10.0.0.23 - - [2026-02-19 02:14:12] "POST /useragent-kv HTTP/1.1" 200 115 0.001564 10.0.0.23 - - [2026-02-19 02:14:12] "POST /useragent-kv HTTP/1.1" 200 115 0.001441 10.0.0.23 - - [2026-02-19 02:14:12] "POST /neutron/network HTTP/1.1" 200 151 0.082463 10.0.0.23 - - [2026-02-19 02:14:12] "GET /routing-instance/8f75587a-6f7e-43e0-a52b-da40c3040b4e HTTP/1.1" 404 171 0.002164 10.0.0.23 - - [2026-02-19 02:14:12] "GET /domains HTTP/1.1" 200 280 0.002409 10.0.0.23 - - [2026-02-19 02:14:12] "GET /domains?obj_uuids=2d5d818a-a03e-492f-8464-ff794ba593de&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000841 10.0.0.23 - - [2026-02-19 02:14:12] "DELETE /route-target/6bcce243-4e86-400a-8afa-1514a7365700 HTTP/1.1" 200 115 0.013119 10.0.0.23 - - [2026-02-19 02:14:12] "GET /domain/2d5d818a-a03e-492f-8464-ff794ba593de HTTP/1.1" 200 2971 0.046850 10.0.0.23 - - [2026-02-19 02:14:12] "GET /projects?obj_uuids=d30deb89-42fb-4ae7-b760-ceb435367271&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000949 10.0.0.23 - - [2026-02-19 02:14:12] "GET /project/d30deb89-42fb-4ae7-b760-ceb435367271 HTTP/1.1" 200 2205 0.062809 10.0.0.23 - - [2026-02-19 02:14:12] "DELETE /network-policy/0a4c89dd-7621-4b28-9645-6184285952ec HTTP/1.1" 200 115 0.019231 10.0.0.23 - - [2026-02-19 02:14:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002945 10.0.0.23 - - [2026-02-19 02:14:12] "GET /projects?obj_uuids=d30deb89-42fb-4ae7-b760-ceb435367271&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001007 10.0.0.23 - - [2026-02-19 02:14:12] "GET /project/d30deb89-42fb-4ae7-b760-ceb435367271?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.022892 10.0.0.23 - - [2026-02-19 02:14:12] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyNegativeIpv4v6-98613751&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.003803 10.0.0.23 - - [2026-02-19 02:14:13] "GET /projects?obj_uuids=d30deb89-42fb-4ae7-b760-ceb435367271&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001199 10.0.0.23 - - [2026-02-19 02:14:13] "GET /project/d30deb89-42fb-4ae7-b760-ceb435367271?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.022238 10.0.0.23 - - [2026-02-19 02:14:13] "GET /projects?obj_uuids=d30deb89-42fb-4ae7-b760-ceb435367271&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000875 10.0.0.23 - - [2026-02-19 02:14:13] "GET /project/d30deb89-42fb-4ae7-b760-ceb435367271?fields=virtual_networks HTTP/1.1" 200 1065 0.064801 10.0.0.23 - - [2026-02-19 02:14:13] "GET /projects?obj_uuids=d30deb89-42fb-4ae7-b760-ceb435367271&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001075 10.0.0.23 - - [2026-02-19 02:14:13] "GET /project/d30deb89-42fb-4ae7-b760-ceb435367271?fields=virtual_machine_interfaces HTTP/1.1" 200 1065 0.025634 10.0.0.23 - - [2026-02-19 02:14:13] "GET /projects?obj_uuids=d30deb89-42fb-4ae7-b760-ceb435367271&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001199 10.0.0.23 - - [2026-02-19 02:14:13] "GET /project/d30deb89-42fb-4ae7-b760-ceb435367271?fields=security_groups HTTP/1.1" 200 1307 0.020106 10.0.0.23 - - [2026-02-19 02:14:14] "POST /fqname-to-id HTTP/1.1" 404 190 0.023561 10.0.0.23 - - [2026-02-19 02:14:14] "GET /projects?obj_uuids=c9d3f61b-c614-47ed-899f-e2ed25b9b042&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002054 10.0.0.23 - - [2026-02-19 02:14:14] "GET /domains?obj_uuids=2d5d818a-a03e-492f-8464-ff794ba593de&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001247 10.0.0.23 - - [2026-02-19 02:14:14] "GET /domain/2d5d818a-a03e-492f-8464-ff794ba593de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006663 10.0.0.23 - - [2026-02-19 02:14:14] "POST /id-to-fqname HTTP/1.1" 200 192 0.001969 10.0.0.23 - - [2026-02-19 02:14:14] "POST /fqname-to-id HTTP/1.1" 404 201 0.003824 10.0.0.23 - - [2026-02-19 02:14:14] "POST /security-groups HTTP/1.1" 200 593 0.064202 10.0.0.23 - - [2026-02-19 02:14:14] "POST /fqname-to-id HTTP/1.1" 404 236 0.002878 10.0.0.23 - - [2026-02-19 02:14:14] "POST /projects HTTP/1.1" 200 589 0.200313 10.0.0.23 - - [2026-02-19 02:14:14] "POST /access-control-lists HTTP/1.1" 200 598 0.056500 10.0.0.23 - - [2026-02-19 02:14:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.274385 10.0.0.23 - - [2026-02-19 02:14:14] "POST /fqname-to-id HTTP/1.1" 404 235 0.002390 10.0.0.23 - - [2026-02-19 02:14:14] "GET /project/c9d3f61b-c614-47ed-899f-e2ed25b9b042?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.387990 10.0.0.23 - - [2026-02-19 02:14:15] "POST /access-control-lists HTTP/1.1" 200 596 0.056494 10.0.0.23 - - [2026-02-19 02:14:15] "GET / HTTP/1.1" 200 35931 0.001642 10.0.0.23 - - [2026-02-19 02:14:16] "POST /fqname-to-id HTTP/1.1" 401 292 0.000462 10.0.0.23 - - [2026-02-19 02:14:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.050066 10.0.0.23 - - [2026-02-19 02:14:16] "GET /projects?obj_uuids=c9d3f61b-c614-47ed-899f-e2ed25b9b042&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000828 10.0.0.23 - - [2026-02-19 02:14:16] "GET /project/c9d3f61b-c614-47ed-899f-e2ed25b9b042?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.024949 10.0.0.23 - - [2026-02-19 02:14:17] "POST /neutron/network HTTP/1.1" 200 117 0.029875 10.0.0.23 - - [2026-02-19 02:14:17] "GET /projects?obj_uuids=c9d3f61b-c614-47ed-899f-e2ed25b9b042&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000965 10.0.0.23 - - [2026-02-19 02:14:17] "POST /neutron/network HTTP/1.1" 200 607 0.061070 10.0.0.23 - - [2026-02-19 02:14:17] "POST /route-targets HTTP/1.1" 200 327 0.010865 10.0.0.23 - - [2026-02-19 02:14:17] "POST /ref-update HTTP/1.1" 200 156 0.010066 10.0.0.23 - - [2026-02-19 02:14:17] "POST /useragent-kv HTTP/1.1" 200 115 0.002445 10.0.0.23 - - [2026-02-19 02:14:17] "POST /neutron/subnet HTTP/1.1" 200 719 0.122695 10.0.0.23 - - [2026-02-19 02:14:17] "POST /neutron/network HTTP/1.1" 200 825 0.004600 10.0.0.23 - - [2026-02-19 02:14:17] "POST /id-to-fqname HTTP/1.1" 200 222 0.001037 10.0.0.23 - - [2026-02-19 02:14:17] "GET /virtual-network/d34999e3-e0dc-45c5-9074-e6ebae9f4d95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.004017 10.0.0.23 - - [2026-02-19 02:14:17] "POST /neutron/network HTTP/1.1" 200 825 0.005386 10.0.0.23 - - [2026-02-19 02:14:17] "GET /virtual-network/d34999e3-e0dc-45c5-9074-e6ebae9f4d95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.004424 10.0.0.23 - - [2026-02-19 02:14:17] "POST /neutron/network HTTP/1.1" 200 825 0.004646 10.0.0.23 - - [2026-02-19 02:14:17] "POST /neutron/subnet HTTP/1.1" 200 719 0.007277 10.0.0.23 - - [2026-02-19 02:14:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002754 10.0.0.23 - - [2026-02-19 02:14:17] "GET /projects?obj_uuids=c9d3f61b-c614-47ed-899f-e2ed25b9b042&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001007 10.0.0.23 - - [2026-02-19 02:14:17] "GET /project/c9d3f61b-c614-47ed-899f-e2ed25b9b042?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.020113 10.0.0.23 - - [2026-02-19 02:14:17] "POST /neutron/network HTTP/1.1" 200 117 0.008736 10.0.0.23 - - [2026-02-19 02:14:17] "GET /projects?obj_uuids=c9d3f61b-c614-47ed-899f-e2ed25b9b042&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000952 10.0.0.23 - - [2026-02-19 02:14:17] "POST /neutron/network HTTP/1.1" 200 607 0.056471 10.0.0.23 - - [2026-02-19 02:14:17] "POST /route-targets HTTP/1.1" 200 327 0.009518 10.0.0.23 - - [2026-02-19 02:14:17] "POST /ref-update HTTP/1.1" 200 156 0.009667 10.0.0.23 - - [2026-02-19 02:14:17] "POST /useragent-kv HTTP/1.1" 200 115 0.004406 10.0.0.23 - - [2026-02-19 02:14:17] "POST /neutron/subnet HTTP/1.1" 200 725 0.183544 10.0.0.23 - - [2026-02-19 02:14:17] "POST /neutron/network HTTP/1.1" 200 826 0.004821 10.0.0.23 - - [2026-02-19 02:14:17] "POST /id-to-fqname HTTP/1.1" 200 222 0.000995 10.0.0.23 - - [2026-02-19 02:14:17] "GET /virtual-network/a85535a7-dca5-4c7a-9c48-a11f9f8c6343?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.004068 10.0.0.23 - - [2026-02-19 02:14:17] "POST /neutron/network HTTP/1.1" 200 826 0.005012 10.0.0.23 - - [2026-02-19 02:14:17] "GET /virtual-network/a85535a7-dca5-4c7a-9c48-a11f9f8c6343?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006028 10.0.0.23 - - [2026-02-19 02:14:17] "POST /neutron/network HTTP/1.1" 200 826 0.004457 10.0.0.23 - - [2026-02-19 02:14:18] "POST /neutron/subnet HTTP/1.1" 200 725 0.005180 10.0.0.23 - - [2026-02-19 02:14:18] "POST /fqname-to-id HTTP/1.1" 404 228 0.001745 10.0.0.23 - - [2026-02-19 02:14:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002538 10.0.0.23 - - [2026-02-19 02:14:18] "GET /projects?obj_uuids=c9d3f61b-c614-47ed-899f-e2ed25b9b042&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001212 10.0.0.23 - - [2026-02-19 02:14:18] "GET /project/c9d3f61b-c614-47ed-899f-e2ed25b9b042?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.021422 10.0.0.23 - - [2026-02-19 02:14:18] "POST /network-policys HTTP/1.1" 200 571 0.015876 10.0.0.23 - - [2026-02-19 02:14:18] "GET /network-policy/36c37109-120e-48ea-a14e-dbe904afad63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.003937 10.0.0.23 - - [2026-02-19 02:14:18] "POST /neutron/network HTTP/1.1" 200 825 0.004530 10.0.0.23 - - [2026-02-19 02:14:18] "POST /fqname-to-id HTTP/1.1" 404 236 0.002647 10.0.0.23 - - [2026-02-19 02:14:18] "POST /neutron/network HTTP/1.1" 200 927 0.032758 10.0.0.23 - - [2026-02-19 02:14:18] "POST /neutron/network HTTP/1.1" 200 927 0.041704 10.0.0.23 - - [2026-02-19 02:14:18] "POST /access-control-lists HTTP/1.1" 200 590 0.059300 10.0.0.23 - - [2026-02-19 02:14:18] "GET /virtual-network/d34999e3-e0dc-45c5-9074-e6ebae9f4d95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.004165 10.0.0.23 - - [2026-02-19 02:14:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.001822 10.0.0.23 - - [2026-02-19 02:14:18] "GET /network-policy/36c37109-120e-48ea-a14e-dbe904afad63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.003267 10.0.0.23 - - [2026-02-19 02:14:18] "POST /neutron/network HTTP/1.1" 200 826 0.004560 10.0.0.23 - - [2026-02-19 02:14:18] "POST /neutron/network HTTP/1.1" 200 928 0.032202 10.0.0.23 - - [2026-02-19 02:14:18] "PUT /access-control-list/378cfb04-35eb-4877-8e7c-efe5665511c2 HTTP/1.1" 200 272 0.012857 10.0.0.23 - - [2026-02-19 02:14:18] "POST /fqname-to-id HTTP/1.1" 404 236 0.002172 10.0.0.23 - - [2026-02-19 02:14:18] "POST /neutron/network HTTP/1.1" 200 928 0.004251 10.0.0.23 - - [2026-02-19 02:14:18] "GET /virtual-network/a85535a7-dca5-4c7a-9c48-a11f9f8c6343?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.003919 10.0.0.23 - - [2026-02-19 02:14:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.001786 10.0.0.23 - - [2026-02-19 02:14:18] "GET /network-policy/36c37109-120e-48ea-a14e-dbe904afad63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.040542 10.0.0.23 - - [2026-02-19 02:14:18] "POST /access-control-lists HTTP/1.1" 200 590 0.061403 10.0.0.23 - - [2026-02-19 02:14:18] "GET /domains HTTP/1.1" 401 292 0.000337 10.0.0.23 - - [2026-02-19 02:14:18] "POST /ref-update HTTP/1.1" 200 156 0.008497 10.0.0.23 - - [2026-02-19 02:14:19] "GET /domains HTTP/1.1" 200 280 0.025187 10.0.0.23 - - [2026-02-19 02:14:19] "GET /domains?obj_uuids=2d5d818a-a03e-492f-8464-ff794ba593de&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000854 10.0.0.23 - - [2026-02-19 02:14:19] "GET /domain/2d5d818a-a03e-492f-8464-ff794ba593de HTTP/1.1" 200 3159 0.007797 10.0.0.23 - - [2026-02-19 02:14:19] "GET /projects?obj_uuids=c9d3f61b-c614-47ed-899f-e2ed25b9b042&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002836 10.0.0.23 - - [2026-02-19 02:14:19] "GET /project/c9d3f61b-c614-47ed-899f-e2ed25b9b042 HTTP/1.1" 200 2571 0.068672 10.0.0.23 - - [2026-02-19 02:14:19] "GET /virtual-network/d34999e3-e0dc-45c5-9074-e6ebae9f4d95 HTTP/1.1" 200 2890 0.004647 10.0.0.23 - - [2026-02-19 02:14:19] "GET /virtual-network/d34999e3-e0dc-45c5-9074-e6ebae9f4d95 HTTP/1.1" 200 2890 0.004925 10.0.0.23 - - [2026-02-19 02:14:19] "GET /routing-instance/1aa8e0f1-e736-4d72-8675-51f47afc19d6 HTTP/1.1" 200 1782 0.003135 10.0.0.23 - - [2026-02-19 02:14:19] "GET /routing-instance/1aa8e0f1-e736-4d72-8675-51f47afc19d6 HTTP/1.1" 200 1782 0.002596 10.0.0.23 - - [2026-02-19 02:14:19] "GET /route-target/85e0423a-260e-4c4a-8502-f0b22768ecb3 HTTP/1.1" 200 1205 0.002320 10.0.0.23 - - [2026-02-19 02:14:19] "GET /virtual-network/d34999e3-e0dc-45c5-9074-e6ebae9f4d95 HTTP/1.1" 200 2890 0.003547 10.0.0.23 - - [2026-02-19 02:14:19] "GET /routing-instance/1aa8e0f1-e736-4d72-8675-51f47afc19d6 HTTP/1.1" 200 1782 0.003530 10.0.0.23 - - [2026-02-19 02:14:19] "GET /virtual-network/d34999e3-e0dc-45c5-9074-e6ebae9f4d95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.003820 10.0.0.23 - - [2026-02-19 02:14:19] "GET /virtual-network/d34999e3-e0dc-45c5-9074-e6ebae9f4d95 HTTP/1.1" 200 2890 0.003803 10.0.0.23 - - [2026-02-19 02:14:19] "GET /routing-instance/1aa8e0f1-e736-4d72-8675-51f47afc19d6 HTTP/1.1" 200 1782 0.003575 10.0.0.23 - - [2026-02-19 02:14:19] "GET /routing-instance/1aa8e0f1-e736-4d72-8675-51f47afc19d6 HTTP/1.1" 200 1782 0.002844 10.0.0.23 - - [2026-02-19 02:14:19] "GET /route-target/85e0423a-260e-4c4a-8502-f0b22768ecb3 HTTP/1.1" 200 1205 0.002281 10.0.0.23 - - [2026-02-19 02:14:19] "GET /domains HTTP/1.1" 200 280 0.002123 10.0.0.23 - - [2026-02-19 02:14:19] "GET /domains?obj_uuids=2d5d818a-a03e-492f-8464-ff794ba593de&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000827 10.0.0.23 - - [2026-02-19 02:14:19] "GET /domain/2d5d818a-a03e-492f-8464-ff794ba593de HTTP/1.1" 200 3159 0.005990 10.0.0.23 - - [2026-02-19 02:14:19] "GET /projects?obj_uuids=c9d3f61b-c614-47ed-899f-e2ed25b9b042&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000871 10.0.0.23 - - [2026-02-19 02:14:19] "GET /project/c9d3f61b-c614-47ed-899f-e2ed25b9b042 HTTP/1.1" 200 2571 0.065432 10.0.0.23 - - [2026-02-19 02:14:19] "GET /virtual-network/d34999e3-e0dc-45c5-9074-e6ebae9f4d95 HTTP/1.1" 200 2890 0.004539 10.0.0.23 - - [2026-02-19 02:14:19] "GET /obj-perms HTTP/1.1" 200 5034 0.051049 10.0.0.23 - - [2026-02-19 02:14:19] "GET /domains HTTP/1.1" 200 280 0.003016 10.0.0.23 - - [2026-02-19 02:14:19] "GET /domains?obj_uuids=2d5d818a-a03e-492f-8464-ff794ba593de&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001320 10.0.0.23 - - [2026-02-19 02:14:19] "GET /domain/2d5d818a-a03e-492f-8464-ff794ba593de HTTP/1.1" 200 3159 0.008693 10.0.0.23 - - [2026-02-19 02:14:19] "GET /projects?obj_uuids=c9d3f61b-c614-47ed-899f-e2ed25b9b042&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001253 10.0.0.23 - - [2026-02-19 02:14:19] "GET /project/c9d3f61b-c614-47ed-899f-e2ed25b9b042 HTTP/1.1" 200 2571 0.065758 10.0.0.23 - - [2026-02-19 02:14:19] "GET /virtual-network/a85535a7-dca5-4c7a-9c48-a11f9f8c6343 HTTP/1.1" 200 2893 0.006393 10.0.0.23 - - [2026-02-19 02:14:19] "GET /virtual-network/a85535a7-dca5-4c7a-9c48-a11f9f8c6343 HTTP/1.1" 200 2893 0.004101 10.0.0.23 - - [2026-02-19 02:14:19] "GET /routing-instance/83690120-d896-41b9-8e27-641a26e3e14f HTTP/1.1" 200 1783 0.003162 10.0.0.23 - - [2026-02-19 02:14:19] "GET /routing-instance/83690120-d896-41b9-8e27-641a26e3e14f HTTP/1.1" 200 1783 0.003111 10.0.0.23 - - [2026-02-19 02:14:19] "GET /route-target/d39d2e1e-0c39-4ba1-9198-54d0fd564a29 HTTP/1.1" 200 1207 0.002977 10.0.0.23 - - [2026-02-19 02:14:19] "GET /virtual-network/a85535a7-dca5-4c7a-9c48-a11f9f8c6343 HTTP/1.1" 200 2893 0.003988 10.0.0.23 - - [2026-02-19 02:14:19] "GET /routing-instance/83690120-d896-41b9-8e27-641a26e3e14f HTTP/1.1" 200 1783 0.003134 10.0.0.23 - - [2026-02-19 02:14:19] "GET /virtual-network/a85535a7-dca5-4c7a-9c48-a11f9f8c6343?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.003932 10.0.0.23 - - [2026-02-19 02:14:19] "GET /virtual-network/a85535a7-dca5-4c7a-9c48-a11f9f8c6343 HTTP/1.1" 200 2893 0.004231 10.0.0.23 - - [2026-02-19 02:14:19] "GET /routing-instance/83690120-d896-41b9-8e27-641a26e3e14f HTTP/1.1" 200 1783 0.005197 10.0.0.23 - - [2026-02-19 02:14:19] "GET /routing-instance/83690120-d896-41b9-8e27-641a26e3e14f HTTP/1.1" 200 1783 0.002591 10.0.0.23 - - [2026-02-19 02:14:19] "GET /route-target/d39d2e1e-0c39-4ba1-9198-54d0fd564a29 HTTP/1.1" 200 1207 0.002316 10.0.0.23 - - [2026-02-19 02:14:19] "GET /domains HTTP/1.1" 200 280 0.002486 10.0.0.23 - - [2026-02-19 02:14:19] "GET /domains?obj_uuids=2d5d818a-a03e-492f-8464-ff794ba593de&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001153 10.0.0.23 - - [2026-02-19 02:14:19] "GET /domain/2d5d818a-a03e-492f-8464-ff794ba593de HTTP/1.1" 200 3159 0.006308 10.0.0.23 - - [2026-02-19 02:14:19] "GET /projects?obj_uuids=c9d3f61b-c614-47ed-899f-e2ed25b9b042&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000916 10.0.0.23 - - [2026-02-19 02:14:19] "GET /project/c9d3f61b-c614-47ed-899f-e2ed25b9b042 HTTP/1.1" 200 2571 0.061479 10.0.0.23 - - [2026-02-19 02:14:19] "GET /virtual-network/a85535a7-dca5-4c7a-9c48-a11f9f8c6343 HTTP/1.1" 200 2893 0.004025 10.0.0.23 - - [2026-02-19 02:14:19] "GET /obj-perms HTTP/1.1" 200 5034 0.002663 10.0.0.23 - - [2026-02-19 02:14:19] "POST /id-to-fqname HTTP/1.1" 200 222 0.001319 10.0.0.23 - - [2026-02-19 02:14:20] "POST /neutron/network HTTP/1.1" 200 937 0.005416 10.0.0.23 - - [2026-02-19 02:14:20] "GET /aaa-mode HTTP/1.1" 401 292 0.000402 10.0.0.23 - - [2026-02-19 02:14:20] "GET / HTTP/1.1" 200 35931 0.001830 10.0.0.23 - - [2026-02-19 02:14:20] "GET /project/c9d3f61b-c614-47ed-899f-e2ed25b9b042?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000393 10.0.0.23 - - [2026-02-19 02:14:20] "GET /projects?obj_uuids=c9d3f61b-c614-47ed-899f-e2ed25b9b042&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000979 10.0.0.23 - - [2026-02-19 02:14:20] "GET /project/c9d3f61b-c614-47ed-899f-e2ed25b9b042?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.042087 10.0.0.23 - - [2026-02-19 02:14:20] "POST /neutron/network HTTP/1.1" 200 927 0.004226 10.0.0.23 - - [2026-02-19 02:14:20] "POST /neutron/port HTTP/1.1" 200 117 0.004854 10.0.0.23 - - [2026-02-19 02:14:20] "POST /neutron/port HTTP/1.1" 200 117 0.004345 10.0.0.23 - - [2026-02-19 02:14:20] "POST /id-to-fqname HTTP/1.1" 200 222 0.001168 10.0.0.23 - - [2026-02-19 02:14:21] "POST /neutron/port HTTP/1.1" 200 117 0.005154 10.0.0.23 - - [2026-02-19 02:14:21] "POST /neutron/network HTTP/1.1" 200 938 0.004957 10.0.0.23 - - [2026-02-19 02:14:21] "GET /aaa-mode HTTP/1.1" 401 292 0.000339 10.0.0.23 - - [2026-02-19 02:14:21] "POST /neutron/network HTTP/1.1" 200 937 0.004826 10.0.0.23 - - [2026-02-19 02:14:21] "GET /projects?obj_uuids=c9d3f61b-c614-47ed-899f-e2ed25b9b042&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000949 10.0.0.23 - - [2026-02-19 02:14:21] "GET / HTTP/1.1" 200 35931 0.001640 10.0.0.23 - - [2026-02-19 02:14:21] "GET /project/c9d3f61b-c614-47ed-899f-e2ed25b9b042?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000303 10.0.0.23 - - [2026-02-19 02:14:21] "POST /neutron/port HTTP/1.1" 200 1061 0.181306 10.0.0.23 - - [2026-02-19 02:14:21] "POST /neutron/port HTTP/1.1" 200 1061 0.009584 10.0.0.23 - - [2026-02-19 02:14:21] "POST /neutron/port HTTP/1.1" 200 1061 0.010414 10.0.0.23 - - [2026-02-19 02:14:21] "POST /neutron/port HTTP/1.1" 200 1115 0.054411 10.0.0.23 - - [2026-02-19 02:14:21] "POST /neutron/port HTTP/1.1" 200 1125 0.010215 10.0.0.23 - - [2026-02-19 02:14:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002908 10.0.0.23 - - [2026-02-19 02:14:21] "POST /neutron/subnet HTTP/1.1" 200 693 0.007493 10.0.0.23 - - [2026-02-19 02:14:21] "POST /neutron/port HTTP/1.1" 200 117 0.000968 10.0.0.23 - - [2026-02-19 02:14:21] "POST /neutron/network HTTP/1.1" 200 927 0.004660 10.0.0.23 - - [2026-02-19 02:14:21] "GET /projects?obj_uuids=c9d3f61b-c614-47ed-899f-e2ed25b9b042&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002422 10.0.0.23 - - [2026-02-19 02:14:21] "GET /project/c9d3f61b-c614-47ed-899f-e2ed25b9b042?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.050433 10.0.0.23 - - [2026-02-19 02:14:21] "POST /neutron/network HTTP/1.1" 200 928 0.005287 10.0.0.23 - - [2026-02-19 02:14:22] "POST /neutron/port HTTP/1.1" 200 1125 0.014223 10.0.0.23 - - [2026-02-19 02:14:22] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005472 10.0.0.23 - - [2026-02-19 02:14:22] "POST /neutron/port HTTP/1.1" 200 117 0.004868 10.0.0.23 - - [2026-02-19 02:14:22] "POST /neutron/port HTTP/1.1" 200 1125 0.011577 10.0.0.23 - - [2026-02-19 02:14:22] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005070 10.0.0.23 - - [2026-02-19 02:14:22] "POST /neutron/network HTTP/1.1" 200 938 0.005205 10.0.0.23 - - [2026-02-19 02:14:22] "GET /projects?obj_uuids=c9d3f61b-c614-47ed-899f-e2ed25b9b042&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001646 10.0.0.23 - - [2026-02-19 02:14:22] "PUT /access-control-list/503a0a44-dbe4-46f5-b142-24731170b5a0 HTTP/1.1" 200 272 0.022467 10.0.0.23 - - [2026-02-19 02:14:22] "POST /neutron/port HTTP/1.1" 200 1062 0.264932 10.0.0.23 - - [2026-02-19 02:14:22] "POST /neutron/port HTTP/1.1" 200 1062 0.010150 10.0.0.23 - - [2026-02-19 02:14:22] "POST /neutron/port HTTP/1.1" 200 1062 0.011024 10.0.0.23 - - [2026-02-19 02:14:22] "POST /neutron/port HTTP/1.1" 200 1116 0.050116 10.0.0.23 - - [2026-02-19 02:14:22] "POST /neutron/port HTTP/1.1" 200 1126 0.012728 10.0.0.23 - - [2026-02-19 02:14:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003409 10.0.0.23 - - [2026-02-19 02:14:22] "POST /neutron/subnet HTTP/1.1" 200 699 0.006349 10.0.0.23 - - [2026-02-19 02:14:22] "POST /neutron/port HTTP/1.1" 200 117 0.001092 10.0.0.23 - - [2026-02-19 02:14:22] "POST /neutron/network HTTP/1.1" 200 928 0.004863 10.0.0.23 - - [2026-02-19 02:14:27] "POST /neutron/port HTTP/1.1" 200 1125 0.010988 10.0.0.23 - - [2026-02-19 02:14:27] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005016 10.0.0.23 - - [2026-02-19 02:14:27] "POST /neutron/port HTTP/1.1" 200 1125 0.010188 10.0.0.23 - - [2026-02-19 02:14:27] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005476 10.0.0.23 - - [2026-02-19 02:14:27] "POST /neutron/port HTTP/1.1" 200 1125 0.010866 10.0.0.23 - - [2026-02-19 02:14:27] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006841 10.0.0.23 - - [2026-02-19 02:14:27] "GET /virtual-machine/c9e505d4-1012-448c-bd69-9c2feb5f1c1d HTTP/1.1" 200 1295 0.007127 10.0.0.23 - - [2026-02-19 02:14:27] "GET /virtual-machine-interface/407ced0f-c384-483d-9738-7b6cd80048b3 HTTP/1.1" 200 2951 0.005517 10.0.0.23 - - [2026-02-19 02:14:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003108 10.0.0.23 - - [2026-02-19 02:14:27] "GET /global-vrouter-config/2d5e8481-5d1c-4ecd-8ba7-ea3938cbcad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003224 10.0.0.23 - - [2026-02-19 02:14:27] "GET /virtual-networks?parent_id=c9d3f61b-c614-47ed-899f-e2ed25b9b042&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002450 10.0.0.23 - - [2026-02-19 02:14:27] "GET /virtual-network/d34999e3-e0dc-45c5-9074-e6ebae9f4d95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.004785 10.0.0.23 - - [2026-02-19 02:14:30] "POST /neutron/port HTTP/1.1" 200 1125 0.010962 10.0.0.23 - - [2026-02-19 02:14:30] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005026 10.0.0.23 - - [2026-02-19 02:14:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003270 10.0.0.23 - - [2026-02-19 02:14:30] "GET /virtual-network/d34999e3-e0dc-45c5-9074-e6ebae9f4d95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.005860 10.0.0.23 - - [2026-02-19 02:14:31] "POST /neutron/port HTTP/1.1" 200 1126 0.010261 10.0.0.23 - - [2026-02-19 02:14:31] "POST /neutron/security_group HTTP/1.1" 200 2060 0.004120 10.0.0.23 - - [2026-02-19 02:14:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002606 10.0.0.23 - - [2026-02-19 02:14:32] "GET /global-vrouter-config/2d5e8481-5d1c-4ecd-8ba7-ea3938cbcad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002908 10.0.0.23 - - [2026-02-19 02:14:32] "GET /virtual-networks?parent_id=c9d3f61b-c614-47ed-899f-e2ed25b9b042&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002788 10.0.0.23 - - [2026-02-19 02:14:32] "GET /virtual-network/d34999e3-e0dc-45c5-9074-e6ebae9f4d95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.004555 10.0.0.23 - - [2026-02-19 02:14:33] "POST /neutron/port HTTP/1.1" 200 1126 0.010763 10.0.0.23 - - [2026-02-19 02:14:33] "POST /neutron/security_group HTTP/1.1" 200 2060 0.004913 10.0.0.23 - - [2026-02-19 02:14:33] "POST /neutron/port HTTP/1.1" 200 1126 0.010475 10.0.0.23 - - [2026-02-19 02:14:33] "POST /neutron/security_group HTTP/1.1" 200 2060 0.004909 10.0.0.23 - - [2026-02-19 02:14:33] "POST /neutron/port HTTP/1.1" 200 1126 0.012587 10.0.0.23 - - [2026-02-19 02:14:33] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005646 10.0.0.23 - - [2026-02-19 02:14:33] "GET /virtual-machine/73243a52-fdcb-45c0-a348-553fbe55800d HTTP/1.1" 200 1294 0.003987 10.0.0.23 - - [2026-02-19 02:14:33] "GET /virtual-machine-interface/882e6baa-da1e-4976-80fb-ab7c13eb73a6 HTTP/1.1" 200 2950 0.004383 10.0.0.23 - - [2026-02-19 02:14:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002521 10.0.0.23 - - [2026-02-19 02:14:33] "GET /global-vrouter-config/2d5e8481-5d1c-4ecd-8ba7-ea3938cbcad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003698 10.0.0.23 - - [2026-02-19 02:14:33] "GET /virtual-networks?parent_id=c9d3f61b-c614-47ed-899f-e2ed25b9b042&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003259 10.0.0.23 - - [2026-02-19 02:14:33] "GET /virtual-network/a85535a7-dca5-4c7a-9c48-a11f9f8c6343?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.005061 10.0.0.23 - - [2026-02-19 02:14:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002417 10.0.0.23 - - [2026-02-19 02:14:34] "GET /global-vrouter-config/2d5e8481-5d1c-4ecd-8ba7-ea3938cbcad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002506 10.0.0.23 - - [2026-02-19 02:14:34] "GET /virtual-networks?parent_id=c9d3f61b-c614-47ed-899f-e2ed25b9b042&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002408 10.0.0.23 - - [2026-02-19 02:14:34] "GET /virtual-network/a85535a7-dca5-4c7a-9c48-a11f9f8c6343?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.004681 10.0.0.23 - - [2026-02-19 02:14:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002601 10.0.0.23 - - [2026-02-19 02:14:38] "GET /projects?obj_uuids=c9d3f61b-c614-47ed-899f-e2ed25b9b042&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001028 10.0.0.23 - - [2026-02-19 02:14:38] "GET /project/c9d3f61b-c614-47ed-899f-e2ed25b9b042?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.020231 10.0.0.23 - - [2026-02-19 02:14:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002686 10.0.0.23 - - [2026-02-19 02:14:38] "PUT /network-policy/36c37109-120e-48ea-a14e-dbe904afad63 HTTP/1.1" 200 262 0.008593 10.0.0.23 - - [2026-02-19 02:14:38] "PUT /access-control-list/378cfb04-35eb-4877-8e7c-efe5665511c2 HTTP/1.1" 200 272 0.048045 10.0.0.23 - - [2026-02-19 02:14:38] "POST /ref-update HTTP/1.1" 200 156 0.009958 10.0.0.23 - - [2026-02-19 02:14:38] "PUT /access-control-list/503a0a44-dbe4-46f5-b142-24731170b5a0 HTTP/1.1" 200 272 0.049782 10.0.0.23 - - [2026-02-19 02:14:38] "POST /ref-update HTTP/1.1" 200 156 0.008901 10.0.0.23 - - [2026-02-19 02:14:41] "GET /virtual-network/a85535a7-dca5-4c7a-9c48-a11f9f8c6343?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.004952 10.0.0.23 - - [2026-02-19 02:14:41] "POST /neutron/network HTTP/1.1" 200 928 0.006269 10.0.0.23 - - [2026-02-19 02:14:42] "POST /neutron/network HTTP/1.1" 200 826 0.043990 10.0.0.23 - - [2026-02-19 02:14:42] "DELETE /access-control-list/503a0a44-dbe4-46f5-b142-24731170b5a0 HTTP/1.1" 200 115 0.035730 10.0.0.23 - - [2026-02-19 02:14:42] "POST /neutron/network HTTP/1.1" 200 826 0.009291 10.0.0.23 - - [2026-02-19 02:14:42] "GET /virtual-network/a85535a7-dca5-4c7a-9c48-a11f9f8c6343?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.004634 10.0.0.23 - - [2026-02-19 02:14:42] "GET /virtual-network/d34999e3-e0dc-45c5-9074-e6ebae9f4d95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.004038 10.0.0.23 - - [2026-02-19 02:14:42] "POST /neutron/network HTTP/1.1" 200 927 0.005328 10.0.0.23 - - [2026-02-19 02:14:42] "POST /neutron/network HTTP/1.1" 200 825 0.088766 10.0.0.23 - - [2026-02-19 02:14:42] "POST /neutron/network HTTP/1.1" 200 825 0.007873 10.0.0.23 - - [2026-02-19 02:14:42] "DELETE /access-control-list/378cfb04-35eb-4877-8e7c-efe5665511c2 HTTP/1.1" 200 115 0.054791 10.0.0.23 - - [2026-02-19 02:14:42] "GET /virtual-network/d34999e3-e0dc-45c5-9074-e6ebae9f4d95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.016121 10.0.0.23 - - [2026-02-19 02:14:42] "DELETE /network-policy/36c37109-120e-48ea-a14e-dbe904afad63 HTTP/1.1" 200 115 0.022727 10.0.0.23 - - [2026-02-19 02:14:42] "POST /neutron/network HTTP/1.1" 200 826 0.004506 10.0.0.23 - - [2026-02-19 02:14:42] "POST /neutron/network HTTP/1.1" 400 204 0.009578 10.0.0.23 - - [2026-02-19 02:14:42] "POST /neutron/port HTTP/1.1" 200 1126 0.010514 10.0.0.23 - - [2026-02-19 02:14:42] "POST /neutron/port HTTP/1.1" 200 1116 0.008477 10.0.0.23 - - [2026-02-19 02:14:42] "POST /neutron/port HTTP/1.1" 200 1125 0.016428 10.0.0.23 - - [2026-02-19 02:14:42] "POST /neutron/port HTTP/1.1" 200 1115 0.010268 10.0.0.23 - - [2026-02-19 02:14:42] "POST /neutron/port HTTP/1.1" 200 151 0.096975 10.0.0.23 - - [2026-02-19 02:14:42] "POST /neutron/port HTTP/1.1" 200 151 0.089341 10.0.0.23 - - [2026-02-19 02:14:44] "POST /neutron/network HTTP/1.1" 200 826 0.005076 10.0.0.23 - - [2026-02-19 02:14:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003247 10.0.0.23 - - [2026-02-19 02:14:44] "POST /useragent-kv HTTP/1.1" 200 115 0.002573 10.0.0.23 - - [2026-02-19 02:14:44] "POST /useragent-kv HTTP/1.1" 200 115 0.001831 10.0.0.23 - - [2026-02-19 02:14:44] "POST /neutron/network HTTP/1.1" 200 151 0.063079 10.0.0.23 - - [2026-02-19 02:14:44] "DELETE /route-target/d39d2e1e-0c39-4ba1-9198-54d0fd564a29 HTTP/1.1" 200 115 0.016401 10.0.0.23 - - [2026-02-19 02:14:44] "GET /routing-instance/83690120-d896-41b9-8e27-641a26e3e14f HTTP/1.1" 404 171 0.001882 10.0.0.23 - - [2026-02-19 02:14:44] "GET /domains HTTP/1.1" 200 280 0.001792 10.0.0.23 - - [2026-02-19 02:14:44] "GET /domains?obj_uuids=2d5d818a-a03e-492f-8464-ff794ba593de&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000782 10.0.0.23 - - [2026-02-19 02:14:44] "GET /domain/2d5d818a-a03e-492f-8464-ff794ba593de HTTP/1.1" 200 3159 0.047841 10.0.0.23 - - [2026-02-19 02:14:44] "GET /projects?obj_uuids=c9d3f61b-c614-47ed-899f-e2ed25b9b042&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001169 10.0.0.23 - - [2026-02-19 02:14:44] "GET /project/c9d3f61b-c614-47ed-899f-e2ed25b9b042 HTTP/1.1" 200 2103 0.061321 10.0.0.23 - - [2026-02-19 02:14:44] "POST /neutron/network HTTP/1.1" 200 825 0.005021 10.0.0.23 - - [2026-02-19 02:14:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003355 10.0.0.23 - - [2026-02-19 02:14:44] "POST /useragent-kv HTTP/1.1" 200 115 0.001691 10.0.0.23 - - [2026-02-19 02:14:44] "POST /useragent-kv HTTP/1.1" 200 115 0.002231 10.0.0.23 - - [2026-02-19 02:14:44] "POST /neutron/network HTTP/1.1" 200 151 0.061964 10.0.0.23 - - [2026-02-19 02:14:44] "GET /routing-instance/1aa8e0f1-e736-4d72-8675-51f47afc19d6 HTTP/1.1" 404 171 0.001989 10.0.0.23 - - [2026-02-19 02:14:44] "DELETE /route-target/85e0423a-260e-4c4a-8502-f0b22768ecb3 HTTP/1.1" 200 115 0.017843 10.0.0.23 - - [2026-02-19 02:14:44] "GET /domains HTTP/1.1" 200 280 0.003547 10.0.0.23 - - [2026-02-19 02:14:44] "GET /domains?obj_uuids=2d5d818a-a03e-492f-8464-ff794ba593de&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000813 10.0.0.23 - - [2026-02-19 02:14:44] "GET /domain/2d5d818a-a03e-492f-8464-ff794ba593de HTTP/1.1" 200 3159 0.048152 10.0.0.23 - - [2026-02-19 02:14:44] "GET /projects?obj_uuids=c9d3f61b-c614-47ed-899f-e2ed25b9b042&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002731 10.0.0.23 - - [2026-02-19 02:14:44] "GET /project/c9d3f61b-c614-47ed-899f-e2ed25b9b042 HTTP/1.1" 200 1864 0.065290 10.0.0.23 - - [2026-02-19 02:14:45] "GET /projects?obj_uuids=c9d3f61b-c614-47ed-899f-e2ed25b9b042&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000969 10.0.0.23 - - [2026-02-19 02:14:45] "GET /project/c9d3f61b-c614-47ed-899f-e2ed25b9b042?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.020088 10.0.0.23 - - [2026-02-19 02:14:45] "GET /projects?obj_uuids=c9d3f61b-c614-47ed-899f-e2ed25b9b042&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000860 10.0.0.23 - - [2026-02-19 02:14:45] "GET /project/c9d3f61b-c614-47ed-899f-e2ed25b9b042?fields=virtual_networks HTTP/1.1" 200 1036 0.062219 10.0.0.23 - - [2026-02-19 02:14:45] "GET /projects?obj_uuids=c9d3f61b-c614-47ed-899f-e2ed25b9b042&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001110 10.0.0.23 - - [2026-02-19 02:14:45] "GET /project/c9d3f61b-c614-47ed-899f-e2ed25b9b042?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.023931 10.0.0.23 - - [2026-02-19 02:14:45] "GET /projects?obj_uuids=c9d3f61b-c614-47ed-899f-e2ed25b9b042&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000917 10.0.0.23 - - [2026-02-19 02:14:45] "GET /project/c9d3f61b-c614-47ed-899f-e2ed25b9b042?fields=security_groups HTTP/1.1" 200 1264 0.021075 10.0.0.23 - - [2026-02-19 02:14:46] "POST /fqname-to-id HTTP/1.1" 404 181 0.022831 10.0.0.23 - - [2026-02-19 02:14:46] "GET /projects?obj_uuids=8ea9010a-18d5-4bbd-b2dd-ce49cb335d5f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002054 10.0.0.23 - - [2026-02-19 02:14:46] "GET /domains?obj_uuids=2d5d818a-a03e-492f-8464-ff794ba593de&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001082 10.0.0.23 - - [2026-02-19 02:14:46] "GET /domain/2d5d818a-a03e-492f-8464-ff794ba593de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006576 10.0.0.23 - - [2026-02-19 02:14:46] "POST /id-to-fqname HTTP/1.1" 200 183 0.001050 10.0.0.23 - - [2026-02-19 02:14:46] "POST /fqname-to-id HTTP/1.1" 404 192 0.001903 10.0.0.23 - - [2026-02-19 02:14:46] "POST /security-groups HTTP/1.1" 200 584 0.059247 10.0.0.23 - - [2026-02-19 02:14:46] "POST /fqname-to-id HTTP/1.1" 404 227 0.002513 10.0.0.23 - - [2026-02-19 02:14:46] "POST /projects HTTP/1.1" 200 571 0.194492 10.0.0.23 - - [2026-02-19 02:14:46] "POST /access-control-lists HTTP/1.1" 200 589 0.055269 10.0.0.23 - - [2026-02-19 02:14:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.260815 10.0.0.23 - - [2026-02-19 02:14:46] "POST /fqname-to-id HTTP/1.1" 404 226 0.002288 10.0.0.23 - - [2026-02-19 02:14:46] "GET /project/8ea9010a-18d5-4bbd-b2dd-ce49cb335d5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.374717 10.0.0.23 - - [2026-02-19 02:14:46] "POST /access-control-lists HTTP/1.1" 200 587 0.060349 10.0.0.23 - - [2026-02-19 02:14:47] "DELETE /project/8ea9010a18d54bbdb2ddce49cb335d5f HTTP/1.1" 404 173 0.017928 10.0.0.23 - - [2026-02-19 02:14:47] "DELETE /project/0f351b281c8a4c43ae5ee03071d5e7f0 HTTP/1.1" 404 173 0.013717 10.0.0.23 - - [2026-02-19 02:14:47] "DELETE /project/c9d3f61bc61447ed899fe2ed25b9b042 HTTP/1.1" 404 173 0.010022 10.0.0.23 - - [2026-02-19 02:14:47] "DELETE /project/d30deb8942fb4ae7b760ceb435367271 HTTP/1.1" 404 173 0.009278 10.0.0.23 - - [2026-02-19 02:14:47] "GET /projects?obj_uuids=c9d3f61b-c614-47ed-899f-e2ed25b9b042&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000888 10.0.0.23 - - [2026-02-19 02:14:47] "GET /projects?obj_uuids=d30deb89-42fb-4ae7-b760-ceb435367271&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000784 10.0.0.23 - - [2026-02-19 02:14:47] "GET /projects?obj_uuids=0f351b28-1c8a-4c43-ae5e-e03071d5e7f0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000753 10.0.0.23 - - [2026-02-19 02:14:47] "GET /projects?obj_uuids=892973e3-9118-4137-a9df-472731ade14a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000737 10.0.0.23 - - [2026-02-19 02:14:47] "GET /project/d30deb89-42fb-4ae7-b760-ceb435367271?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1533 0.045259 10.0.0.23 - - [2026-02-19 02:14:47] "GET /project/c9d3f61b-c614-47ed-899f-e2ed25b9b042?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.047711 10.0.0.23 - - [2026-02-19 02:14:47] "GET /project/0f351b28-1c8a-4c43-ae5e-e03071d5e7f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.050740 10.0.0.23 - - [2026-02-19 02:14:47] "GET /project/892973e3-9118-4137-a9df-472731ade14a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.052870 10.0.0.23 - - [2026-02-19 02:14:47] "GET /projects?obj_uuids=892973e3-9118-4137-a9df-472731ade14a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000973 10.0.0.23 - - [2026-02-19 02:14:47] "GET /projects?obj_uuids=0f351b28-1c8a-4c43-ae5e-e03071d5e7f0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000789 10.0.0.23 - - [2026-02-19 02:14:47] "GET /projects?obj_uuids=c9d3f61b-c614-47ed-899f-e2ed25b9b042&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000748 10.0.0.23 - - [2026-02-19 02:14:47] "GET /projects?obj_uuids=d30deb89-42fb-4ae7-b760-ceb435367271&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000715 10.0.0.23 - - [2026-02-19 02:14:47] "GET /project/d30deb89-42fb-4ae7-b760-ceb435367271?fields=security_groups HTTP/1.1" 200 1412 0.055103 10.0.0.23 - - [2026-02-19 02:14:47] "GET /project/c9d3f61b-c614-47ed-899f-e2ed25b9b042?fields=security_groups HTTP/1.1" 200 1369 0.057930 10.0.0.23 - - [2026-02-19 02:14:47] "GET /project/0f351b28-1c8a-4c43-ae5e-e03071d5e7f0?fields=security_groups HTTP/1.1" 200 1387 0.060253 10.0.0.23 - - [2026-02-19 02:14:47] "GET /project/892973e3-9118-4137-a9df-472731ade14a?fields=security_groups HTTP/1.1" 200 1372 0.063187 10.0.0.23 - - [2026-02-19 02:14:47] "DELETE /security-group/07500fbe-4e5b-47c1-a54d-fce130df578b HTTP/1.1" 200 115 0.083455 10.0.0.23 - - [2026-02-19 02:14:47] "DELETE /access-control-list/af7f14f8-96c6-4085-91c6-f85f735f79c5 HTTP/1.1" 200 115 0.048179 10.0.0.23 - - [2026-02-19 02:14:47] "GET /projects?obj_uuids=d30deb89-42fb-4ae7-b760-ceb435367271&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000875 10.0.0.23 - - [2026-02-19 02:14:47] "DELETE /security-group/fe5419b0-5687-4407-91f5-49fe67975b8b HTTP/1.1" 200 115 0.095955 10.0.0.23 - - [2026-02-19 02:14:47] "GET /projects?obj_uuids=c9d3f61b-c614-47ed-899f-e2ed25b9b042&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000804 10.0.0.23 - - [2026-02-19 02:14:47] "DELETE /security-group/6f35caba-8759-4d78-a7d2-dd9b72ee25bc HTTP/1.1" 200 115 0.089816 10.0.0.23 - - [2026-02-19 02:14:47] "GET /projects?obj_uuids=892973e3-9118-4137-a9df-472731ade14a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000789 10.0.0.23 - - [2026-02-19 02:14:47] "DELETE /security-group/058263a2-b137-4d84-baa6-7934b26372f9 HTTP/1.1" 200 115 0.109190 10.0.0.23 - - [2026-02-19 02:14:47] "GET /project/d30deb89-42fb-4ae7-b760-ceb435367271?fields=application_policy_sets HTTP/1.1" 200 1451 0.048576 10.0.0.23 - - [2026-02-19 02:14:47] "GET /projects?obj_uuids=0f351b28-1c8a-4c43-ae5e-e03071d5e7f0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000936 10.0.0.23 - - [2026-02-19 02:14:47] "GET /project/892973e3-9118-4137-a9df-472731ade14a?fields=application_policy_sets HTTP/1.1" 200 1411 0.045234 10.0.0.23 - - [2026-02-19 02:14:47] "DELETE /access-control-list/091f36f1-e299-44d1-988c-338fe5ee0a5a HTTP/1.1" 200 115 0.066374 10.0.0.23 - - [2026-02-19 02:14:47] "GET /project/c9d3f61b-c614-47ed-899f-e2ed25b9b042?fields=application_policy_sets HTTP/1.1" 200 1408 0.074032 10.0.0.23 - - [2026-02-19 02:14:47] "DELETE /access-control-list/46434c66-0b53-4230-b6da-f554f98a2353 HTTP/1.1" 200 115 0.038778 10.0.0.23 - - [2026-02-19 02:14:47] "GET /project/0f351b28-1c8a-4c43-ae5e-e03071d5e7f0?fields=application_policy_sets HTTP/1.1" 200 1426 0.083601 10.0.0.23 - - [2026-02-19 02:14:47] "DELETE /access-control-list/357795f0-a3dd-4c3c-bb6d-ea5bfe8eddab HTTP/1.1" 200 115 0.037393 10.0.0.23 - - [2026-02-19 02:14:47] "DELETE /access-control-list/d1ce6baf-40fb-4ed3-9387-95feb199c2e3 HTTP/1.1" 200 115 0.033390 10.0.0.23 - - [2026-02-19 02:14:47] "DELETE /access-control-list/5a5d256d-d7d8-48b6-9f3c-9221de41f177 HTTP/1.1" 200 115 0.035887 10.0.0.23 - - [2026-02-19 02:14:47] "DELETE /project/d30deb89-42fb-4ae7-b760-ceb435367271 HTTP/1.1" 200 115 0.505316 10.0.0.23 - - [2026-02-19 02:14:47] "DELETE /project/892973e3-9118-4137-a9df-472731ade14a HTTP/1.1" 200 115 0.518928 10.0.0.23 - - [2026-02-19 02:14:47] "DELETE /project/c9d3f61b-c614-47ed-899f-e2ed25b9b042 HTTP/1.1" 200 115 0.523700 10.0.0.23 - - [2026-02-19 02:14:47] "DELETE /project/0f351b28-1c8a-4c43-ae5e-e03071d5e7f0 HTTP/1.1" 200 115 0.534833 10.0.0.23 - - [2026-02-19 02:14:47] "DELETE /access-control-list/26bbdc10-70a9-46d7-b332-15e61e7c9255 HTTP/1.1" 200 115 0.024467 10.0.0.23 - - [2026-02-19 02:14:47] "DELETE /access-control-list/396f2b98-a521-476b-a5a3-38e9ce9251cd HTTP/1.1" 200 115 0.015439 10.0.0.23 - - [2026-02-19 02:14:47] "GET / HTTP/1.1" 200 35931 0.002439 10.0.0.23 - - [2026-02-19 02:14:48] "POST /fqname-to-id HTTP/1.1" 401 292 0.000402 10.0.0.23 - - [2026-02-19 02:14:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.052761 10.0.0.23 - - [2026-02-19 02:14:48] "GET /projects?obj_uuids=8ea9010a-18d5-4bbd-b2dd-ce49cb335d5f&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001005 10.0.0.23 - - [2026-02-19 02:14:48] "GET /project/8ea9010a-18d5-4bbd-b2dd-ce49cb335d5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.019634 10.0.0.23 - - [2026-02-19 02:14:48] "POST /neutron/network HTTP/1.1" 200 117 0.031124 10.0.0.23 - - [2026-02-19 02:14:48] "GET /projects?obj_uuids=8ea9010a-18d5-4bbd-b2dd-ce49cb335d5f&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001284 10.0.0.23 - - [2026-02-19 02:14:48] "POST /neutron/network HTTP/1.1" 200 612 0.055083 10.0.0.23 - - [2026-02-19 02:14:48] "POST /route-targets HTTP/1.1" 200 327 0.010076 10.0.0.23 - - [2026-02-19 02:14:48] "POST /ref-update HTTP/1.1" 200 156 0.008898 10.0.0.23 - - [2026-02-19 02:14:48] "POST /useragent-kv HTTP/1.1" 200 115 0.002474 10.0.0.23 - - [2026-02-19 02:14:48] "POST /neutron/subnet HTTP/1.1" 200 725 0.133302 10.0.0.23 - - [2026-02-19 02:14:48] "POST /neutron/network HTTP/1.1" 200 831 0.004657 10.0.0.23 - - [2026-02-19 02:14:49] "POST /id-to-fqname HTTP/1.1" 200 220 0.001021 10.0.0.23 - - [2026-02-19 02:14:49] "GET /virtual-network/3fde5780-ebdd-4222-ba4c-a5da01dbcdea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.003959 10.0.0.23 - - [2026-02-19 02:14:49] "POST /neutron/network HTTP/1.1" 200 831 0.005117 10.0.0.23 - - [2026-02-19 02:14:49] "GET /virtual-network/3fde5780-ebdd-4222-ba4c-a5da01dbcdea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004176 10.0.0.23 - - [2026-02-19 02:14:49] "POST /neutron/network HTTP/1.1" 200 831 0.005550 10.0.0.23 - - [2026-02-19 02:14:49] "POST /neutron/subnet HTTP/1.1" 200 725 0.005521 10.0.0.23 - - [2026-02-19 02:14:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.001981 10.0.0.23 - - [2026-02-19 02:14:49] "GET /virtual-network/3fde5780-ebdd-4222-ba4c-a5da01dbcdea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.008451 10.0.0.23 - - [2026-02-19 02:14:49] "PUT /virtual-network/3fde5780-ebdd-4222-ba4c-a5da01dbcdea HTTP/1.1" 200 264 0.030882 10.0.0.23 - - [2026-02-19 02:14:49] "POST /route-targets HTTP/1.1" 200 323 0.014128 10.0.0.23 - - [2026-02-19 02:14:49] "POST /ref-update HTTP/1.1" 200 156 0.008171 10.0.0.23 - - [2026-02-19 02:14:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002717 10.0.0.23 - - [2026-02-19 02:14:49] "GET /projects?obj_uuids=8ea9010a-18d5-4bbd-b2dd-ce49cb335d5f&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000957 10.0.0.23 - - [2026-02-19 02:14:49] "GET /project/8ea9010a-18d5-4bbd-b2dd-ce49cb335d5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.018919 10.0.0.23 - - [2026-02-19 02:14:49] "POST /neutron/network HTTP/1.1" 200 117 0.009280 10.0.0.23 - - [2026-02-19 02:14:49] "GET /projects?obj_uuids=8ea9010a-18d5-4bbd-b2dd-ce49cb335d5f&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000864 10.0.0.23 - - [2026-02-19 02:14:49] "POST /neutron/network HTTP/1.1" 200 612 0.060289 10.0.0.23 - - [2026-02-19 02:14:49] "POST /route-targets HTTP/1.1" 200 327 0.008998 10.0.0.23 - - [2026-02-19 02:14:49] "POST /ref-update HTTP/1.1" 200 156 0.012925 10.0.0.23 - - [2026-02-19 02:14:49] "POST /useragent-kv HTTP/1.1" 200 115 0.002082 10.0.0.23 - - [2026-02-19 02:14:49] "POST /neutron/subnet HTTP/1.1" 200 720 0.139687 10.0.0.23 - - [2026-02-19 02:14:49] "POST /neutron/network HTTP/1.1" 200 830 0.004387 10.0.0.23 - - [2026-02-19 02:14:49] "POST /id-to-fqname HTTP/1.1" 200 220 0.000943 10.0.0.23 - - [2026-02-19 02:14:49] "GET /virtual-network/114cc5a0-b83f-4610-9d90-2fdfbe6e6e97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004033 10.0.0.23 - - [2026-02-19 02:14:49] "POST /neutron/network HTTP/1.1" 200 830 0.004499 10.0.0.23 - - [2026-02-19 02:14:49] "GET /virtual-network/114cc5a0-b83f-4610-9d90-2fdfbe6e6e97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004027 10.0.0.23 - - [2026-02-19 02:14:49] "POST /neutron/network HTTP/1.1" 200 830 0.004621 10.0.0.23 - - [2026-02-19 02:14:49] "POST /neutron/subnet HTTP/1.1" 200 720 0.005470 10.0.0.23 - - [2026-02-19 02:14:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.001809 10.0.0.23 - - [2026-02-19 02:14:49] "GET /virtual-network/114cc5a0-b83f-4610-9d90-2fdfbe6e6e97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004448 10.0.0.23 - - [2026-02-19 02:14:49] "POST /ref-update HTTP/1.1" 200 156 0.008129 10.0.0.23 - - [2026-02-19 02:14:49] "PUT /virtual-network/114cc5a0-b83f-4610-9d90-2fdfbe6e6e97 HTTP/1.1" 200 264 0.027295 10.0.0.23 - - [2026-02-19 02:14:50] "POST /id-to-fqname HTTP/1.1" 200 220 0.001389 10.0.0.23 - - [2026-02-19 02:14:50] "POST /neutron/network HTTP/1.1" 200 841 0.005477 10.0.0.23 - - [2026-02-19 02:14:50] "GET /aaa-mode HTTP/1.1" 401 292 0.000392 10.0.0.23 - - [2026-02-19 02:14:50] "GET / HTTP/1.1" 200 35931 0.001816 10.0.0.23 - - [2026-02-19 02:14:50] "GET /project/8ea9010a-18d5-4bbd-b2dd-ce49cb335d5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000464 10.0.0.23 - - [2026-02-19 02:14:50] "GET /projects?obj_uuids=8ea9010a-18d5-4bbd-b2dd-ce49cb335d5f&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000979 10.0.0.23 - - [2026-02-19 02:14:50] "GET /project/8ea9010a-18d5-4bbd-b2dd-ce49cb335d5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.044563 10.0.0.23 - - [2026-02-19 02:14:50] "POST /neutron/network HTTP/1.1" 200 831 0.004670 10.0.0.23 - - [2026-02-19 02:14:51] "POST /neutron/port HTTP/1.1" 200 117 0.004763 10.0.0.23 - - [2026-02-19 02:14:51] "POST /neutron/port HTTP/1.1" 200 117 0.004448 10.0.0.23 - - [2026-02-19 02:14:51] "POST /id-to-fqname HTTP/1.1" 200 220 0.001098 10.0.0.23 - - [2026-02-19 02:14:51] "POST /neutron/port HTTP/1.1" 200 117 0.004331 10.0.0.23 - - [2026-02-19 02:14:51] "POST /neutron/network HTTP/1.1" 200 840 0.004865 10.0.0.23 - - [2026-02-19 02:14:51] "GET /aaa-mode HTTP/1.1" 401 292 0.000366 10.0.0.23 - - [2026-02-19 02:14:51] "POST /neutron/network HTTP/1.1" 200 841 0.005046 10.0.0.23 - - [2026-02-19 02:14:51] "GET /projects?obj_uuids=8ea9010a-18d5-4bbd-b2dd-ce49cb335d5f&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001352 10.0.0.23 - - [2026-02-19 02:14:51] "GET / HTTP/1.1" 200 35931 0.003309 10.0.0.23 - - [2026-02-19 02:14:51] "GET /project/8ea9010a-18d5-4bbd-b2dd-ce49cb335d5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000340 10.0.0.23 - - [2026-02-19 02:14:51] "POST /neutron/port HTTP/1.1" 200 1053 0.179507 10.0.0.23 - - [2026-02-19 02:14:51] "POST /neutron/port HTTP/1.1" 200 1053 0.010575 10.0.0.23 - - [2026-02-19 02:14:51] "POST /neutron/port HTTP/1.1" 200 1053 0.012727 10.0.0.23 - - [2026-02-19 02:14:51] "POST /neutron/port HTTP/1.1" 200 1107 0.062546 10.0.0.23 - - [2026-02-19 02:14:51] "POST /neutron/port HTTP/1.1" 200 1117 0.010441 10.0.0.23 - - [2026-02-19 02:14:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002757 10.0.0.23 - - [2026-02-19 02:14:51] "POST /neutron/subnet HTTP/1.1" 200 699 0.007559 10.0.0.23 - - [2026-02-19 02:14:51] "POST /neutron/port HTTP/1.1" 200 117 0.001096 10.0.0.23 - - [2026-02-19 02:14:51] "POST /neutron/network HTTP/1.1" 200 831 0.005189 10.0.0.23 - - [2026-02-19 02:14:51] "GET /projects?obj_uuids=8ea9010a-18d5-4bbd-b2dd-ce49cb335d5f&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001224 10.0.0.23 - - [2026-02-19 02:14:51] "GET /project/8ea9010a-18d5-4bbd-b2dd-ce49cb335d5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.055171 10.0.0.23 - - [2026-02-19 02:14:51] "POST /neutron/network HTTP/1.1" 200 830 0.004537 10.0.0.23 - - [2026-02-19 02:14:52] "POST /neutron/port HTTP/1.1" 200 1117 0.011464 10.0.0.23 - - [2026-02-19 02:14:52] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005591 10.0.0.23 - - [2026-02-19 02:14:52] "POST /neutron/port HTTP/1.1" 200 117 0.010065 10.0.0.23 - - [2026-02-19 02:14:52] "POST /neutron/port HTTP/1.1" 200 1117 0.022118 10.0.0.23 - - [2026-02-19 02:14:52] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005346 10.0.0.23 - - [2026-02-19 02:14:52] "POST /neutron/network HTTP/1.1" 200 840 0.008904 10.0.0.23 - - [2026-02-19 02:14:52] "GET /projects?obj_uuids=8ea9010a-18d5-4bbd-b2dd-ce49cb335d5f&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001103 10.0.0.23 - - [2026-02-19 02:14:52] "GET /obj-perms HTTP/1.1" 200 5056 0.079303 10.0.0.23 - - [2026-02-19 02:14:52] "POST /neutron/port HTTP/1.1" 200 1052 0.294674 10.0.0.23 - - [2026-02-19 02:14:52] "POST /neutron/port HTTP/1.1" 200 1052 0.012775 10.0.0.23 - - [2026-02-19 02:14:52] "POST /neutron/port HTTP/1.1" 200 1052 0.011590 10.0.0.23 - - [2026-02-19 02:14:52] "POST /neutron/port HTTP/1.1" 200 1106 0.090605 10.0.0.23 - - [2026-02-19 02:14:53] "POST /neutron/port HTTP/1.1" 200 1116 0.014271 10.0.0.23 - - [2026-02-19 02:14:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003718 10.0.0.23 - - [2026-02-19 02:14:53] "GET /obj-perms HTTP/1.1" 200 5056 0.071423 10.0.0.23 - - [2026-02-19 02:14:53] "POST /neutron/subnet HTTP/1.1" 200 694 0.006272 10.0.0.23 - - [2026-02-19 02:14:53] "POST /neutron/port HTTP/1.1" 200 117 0.001532 10.0.0.23 - - [2026-02-19 02:14:53] "POST /neutron/network HTTP/1.1" 200 830 0.005317 10.0.0.23 - - [2026-02-19 02:14:57] "POST /neutron/port HTTP/1.1" 200 1117 0.011828 10.0.0.23 - - [2026-02-19 02:14:57] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006532 10.0.0.23 - - [2026-02-19 02:14:57] "POST /neutron/port HTTP/1.1" 200 1117 0.020125 10.0.0.23 - - [2026-02-19 02:14:57] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006667 10.0.0.23 - - [2026-02-19 02:14:57] "POST /neutron/port HTTP/1.1" 200 1117 0.014189 10.0.0.23 - - [2026-02-19 02:14:57] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008710 10.0.0.23 - - [2026-02-19 02:14:57] "GET /virtual-machine/a4dbffe0-7d5c-4bec-9042-2394b3d403a9 HTTP/1.1" 401 292 0.000470 10.0.0.23 - - [2026-02-19 02:14:57] "GET /virtual-machine/a4dbffe0-7d5c-4bec-9042-2394b3d403a9 HTTP/1.1" 200 1286 0.026257 10.0.0.23 - - [2026-02-19 02:14:57] "GET /virtual-machine-interface/51f063f9-b22e-4e7c-a17f-deabdb807f67 HTTP/1.1" 200 2927 0.004165 10.0.0.23 - - [2026-02-19 02:14:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002605 10.0.0.23 - - [2026-02-19 02:14:57] "GET /global-vrouter-config/2d5e8481-5d1c-4ecd-8ba7-ea3938cbcad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002641 10.0.0.23 - - [2026-02-19 02:14:57] "GET /virtual-networks?parent_id=8ea9010a-18d5-4bbd-b2dd-ce49cb335d5f&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002809 10.0.0.23 - - [2026-02-19 02:14:57] "GET /virtual-network/3fde5780-ebdd-4222-ba4c-a5da01dbcdea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.004830 10.0.0.23 - - [2026-02-19 02:15:00] "POST /neutron/port HTTP/1.1" 200 1117 0.012271 10.0.0.23 - - [2026-02-19 02:15:00] "POST /neutron/security_group HTTP/1.1" 200 2051 0.004430 10.0.0.23 - - [2026-02-19 02:15:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002602 10.0.0.23 - - [2026-02-19 02:15:01] "GET /virtual-network/3fde5780-ebdd-4222-ba4c-a5da01dbcdea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.004366 10.0.0.23 - - [2026-02-19 02:15:01] "POST /neutron/port HTTP/1.1" 200 1116 0.011299 10.0.0.23 - - [2026-02-19 02:15:01] "POST /neutron/security_group HTTP/1.1" 200 2051 0.004878 10.0.0.23 - - [2026-02-19 02:15:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002867 10.0.0.23 - - [2026-02-19 02:15:03] "GET /global-vrouter-config/2d5e8481-5d1c-4ecd-8ba7-ea3938cbcad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002638 10.0.0.23 - - [2026-02-19 02:15:03] "GET /virtual-networks?parent_id=8ea9010a-18d5-4bbd-b2dd-ce49cb335d5f&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002941 10.0.0.23 - - [2026-02-19 02:15:03] "GET /virtual-network/3fde5780-ebdd-4222-ba4c-a5da01dbcdea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.004930 10.0.0.23 - - [2026-02-19 02:15:03] "POST /neutron/port HTTP/1.1" 200 1116 0.010158 10.0.0.23 - - [2026-02-19 02:15:03] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005348 10.0.0.23 - - [2026-02-19 02:15:03] "POST /neutron/port HTTP/1.1" 200 1116 0.010808 10.0.0.23 - - [2026-02-19 02:15:03] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005441 10.0.0.23 - - [2026-02-19 02:15:03] "POST /neutron/port HTTP/1.1" 200 1116 0.010355 10.0.0.23 - - [2026-02-19 02:15:03] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005225 10.0.0.23 - - [2026-02-19 02:15:03] "GET /virtual-machine/4379f551-2806-4d30-8225-a4f637f7ca04 HTTP/1.1" 200 1284 0.003916 10.0.0.23 - - [2026-02-19 02:15:03] "GET /virtual-machine-interface/9dcb1c36-7474-4433-b8fc-a269af791dcd HTTP/1.1" 200 2928 0.003861 10.0.0.23 - - [2026-02-19 02:15:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002539 10.0.0.23 - - [2026-02-19 02:15:03] "GET /global-vrouter-config/2d5e8481-5d1c-4ecd-8ba7-ea3938cbcad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002895 10.0.0.23 - - [2026-02-19 02:15:03] "GET /virtual-networks?parent_id=8ea9010a-18d5-4bbd-b2dd-ce49cb335d5f&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002628 10.0.0.23 - - [2026-02-19 02:15:03] "GET /virtual-network/114cc5a0-b83f-4610-9d90-2fdfbe6e6e97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2107 0.004773 10.0.0.23 - - [2026-02-19 02:15:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002455 10.0.0.23 - - [2026-02-19 02:15:04] "GET /global-vrouter-config/2d5e8481-5d1c-4ecd-8ba7-ea3938cbcad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002404 10.0.0.23 - - [2026-02-19 02:15:05] "GET /virtual-networks?parent_id=8ea9010a-18d5-4bbd-b2dd-ce49cb335d5f&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002728 10.0.0.23 - - [2026-02-19 02:15:05] "GET /virtual-network/114cc5a0-b83f-4610-9d90-2fdfbe6e6e97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2107 0.005970 10.0.0.23 - - [2026-02-19 02:15:05] "POST /routing-policys HTTP/1.1" 200 534 0.015040 10.0.0.23 - - [2026-02-19 02:15:05] "GET /virtual-network/3fde5780-ebdd-4222-ba4c-a5da01dbcdea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.005195 10.0.0.23 - - [2026-02-19 02:15:05] "POST /ref-update HTTP/1.1" 200 156 0.011162 10.0.0.23 - - [2026-02-19 02:15:05] "PUT /virtual-network/3fde5780-ebdd-4222-ba4c-a5da01dbcdea HTTP/1.1" 200 264 0.031569 10.0.0.23 - - [2026-02-19 02:15:09] "POST /ref-update HTTP/1.1" 200 156 0.024578 10.0.0.23 - - [2026-02-19 02:15:09] "POST /ref-update HTTP/1.1" 200 156 0.010708 10.0.0.23 - - [2026-02-19 02:15:09] "DELETE /routing-policy/59c3cce1-16de-4938-a633-dd725fb2a57b HTTP/1.1" 200 115 0.017540 10.0.0.23 - - [2026-02-19 02:15:09] "POST /neutron/network HTTP/1.1" 200 830 0.009247 10.0.0.23 - - [2026-02-19 02:15:09] "POST /neutron/network HTTP/1.1" 400 204 0.008626 10.0.0.23 - - [2026-02-19 02:15:09] "POST /neutron/port HTTP/1.1" 200 1116 0.011762 10.0.0.23 - - [2026-02-19 02:15:09] "POST /neutron/port HTTP/1.1" 200 1106 0.008826 10.0.0.23 - - [2026-02-19 02:15:10] "POST /neutron/port HTTP/1.1" 200 1117 0.014437 10.0.0.23 - - [2026-02-19 02:15:10] "POST /neutron/port HTTP/1.1" 200 1107 0.008153 10.0.0.23 - - [2026-02-19 02:15:10] "POST /neutron/port HTTP/1.1" 200 151 0.095446 10.0.0.23 - - [2026-02-19 02:15:10] "POST /neutron/port HTTP/1.1" 200 151 0.083361 10.0.0.23 - - [2026-02-19 02:15:11] "POST /neutron/network HTTP/1.1" 200 830 0.005711 10.0.0.23 - - [2026-02-19 02:15:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003333 10.0.0.23 - - [2026-02-19 02:15:11] "POST /useragent-kv HTTP/1.1" 200 115 0.001751 10.0.0.23 - - [2026-02-19 02:15:11] "POST /useragent-kv HTTP/1.1" 200 115 0.002228 10.0.0.23 - - [2026-02-19 02:15:11] "POST /neutron/network HTTP/1.1" 200 151 0.069203 10.0.0.23 - - [2026-02-19 02:15:11] "DELETE /route-target/2bcc64b8-7eaf-405c-a5e8-4315fd2fcfc9 HTTP/1.1" 200 115 0.012901 10.0.0.23 - - [2026-02-19 02:15:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.001945 10.0.0.23 - - [2026-02-19 02:15:11] "POST /neutron/network HTTP/1.1" 200 831 0.003671 10.0.0.23 - - [2026-02-19 02:15:11] "DELETE /route-target/32a3d4d3-b524-4ed0-ad19-16112483f5b2 HTTP/1.1" 200 115 0.020076 10.0.0.23 - - [2026-02-19 02:15:11] "POST /useragent-kv HTTP/1.1" 200 115 0.001789 10.0.0.23 - - [2026-02-19 02:15:11] "POST /useragent-kv HTTP/1.1" 200 115 0.001671 10.0.0.23 - - [2026-02-19 02:15:11] "POST /neutron/network HTTP/1.1" 200 151 0.070025 10.0.0.23 - - [2026-02-19 02:15:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002165 10.0.0.23 - - [2026-02-19 02:15:11] "DELETE /route-target/10ad1f4b-c76c-466e-9806-6205e8d660e4 HTTP/1.1" 200 115 0.012776 10.0.0.23 - - [2026-02-19 02:15:11] "POST /fqname-to-id HTTP/1.1" 404 160 0.002230 10.0.0.23 - - [2026-02-19 02:15:12] "GET /projects?obj_uuids=8ea9010a-18d5-4bbd-b2dd-ce49cb335d5f&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000974 10.0.0.23 - - [2026-02-19 02:15:12] "GET /project/8ea9010a-18d5-4bbd-b2dd-ce49cb335d5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.026490 10.0.0.23 - - [2026-02-19 02:15:12] "GET /projects?obj_uuids=8ea9010a-18d5-4bbd-b2dd-ce49cb335d5f&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000839 10.0.0.23 - - [2026-02-19 02:15:12] "GET /project/8ea9010a-18d5-4bbd-b2dd-ce49cb335d5f?fields=virtual_networks HTTP/1.1" 200 1019 0.066000 10.0.0.23 - - [2026-02-19 02:15:12] "GET /projects?obj_uuids=8ea9010a-18d5-4bbd-b2dd-ce49cb335d5f&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000939 10.0.0.23 - - [2026-02-19 02:15:12] "GET /project/8ea9010a-18d5-4bbd-b2dd-ce49cb335d5f?fields=virtual_machine_interfaces HTTP/1.1" 200 1019 0.018935 10.0.0.23 - - [2026-02-19 02:15:12] "GET /projects?obj_uuids=8ea9010a-18d5-4bbd-b2dd-ce49cb335d5f&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000901 10.0.0.23 - - [2026-02-19 02:15:12] "GET /project/8ea9010a-18d5-4bbd-b2dd-ce49cb335d5f?fields=security_groups HTTP/1.1" 200 1238 0.020702 10.0.0.23 - - [2026-02-19 02:15:12] "POST /fqname-to-id HTTP/1.1" 404 186 0.023680 10.0.0.23 - - [2026-02-19 02:15:13] "GET /projects?obj_uuids=2f62c59c-2b53-4b91-a6cd-8a60f1a2336e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.001957 10.0.0.23 - - [2026-02-19 02:15:13] "GET /domains?obj_uuids=2d5d818a-a03e-492f-8464-ff794ba593de&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000873 10.0.0.23 - - [2026-02-19 02:15:13] "GET /domain/2d5d818a-a03e-492f-8464-ff794ba593de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.005810 10.0.0.23 - - [2026-02-19 02:15:13] "POST /id-to-fqname HTTP/1.1" 200 188 0.001098 10.0.0.23 - - [2026-02-19 02:15:13] "POST /fqname-to-id HTTP/1.1" 404 197 0.001989 10.0.0.23 - - [2026-02-19 02:15:13] "POST /security-groups HTTP/1.1" 200 589 0.060305 10.0.0.23 - - [2026-02-19 02:15:13] "POST /fqname-to-id HTTP/1.1" 404 232 0.002601 10.0.0.23 - - [2026-02-19 02:15:13] "POST /projects HTTP/1.1" 200 581 0.197885 10.0.0.23 - - [2026-02-19 02:15:13] "POST /access-control-lists HTTP/1.1" 200 594 0.056453 10.0.0.23 - - [2026-02-19 02:15:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.271715 10.0.0.23 - - [2026-02-19 02:15:13] "POST /fqname-to-id HTTP/1.1" 404 231 0.002308 10.0.0.23 - - [2026-02-19 02:15:13] "GET /project/2f62c59c-2b53-4b91-a6cd-8a60f1a2336e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.387997 10.0.0.23 - - [2026-02-19 02:15:13] "POST /access-control-lists HTTP/1.1" 200 592 0.056994 10.0.0.23 - - [2026-02-19 02:15:14] "GET / HTTP/1.1" 200 35931 0.001636 10.0.0.23 - - [2026-02-19 02:15:15] "POST /fqname-to-id HTTP/1.1" 401 292 0.000453 10.0.0.23 - - [2026-02-19 02:15:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.058721 10.0.0.23 - - [2026-02-19 02:15:15] "GET /projects?obj_uuids=2f62c59c-2b53-4b91-a6cd-8a60f1a2336e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000849 10.0.0.23 - - [2026-02-19 02:15:15] "GET /project/2f62c59c-2b53-4b91-a6cd-8a60f1a2336e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.024173 10.0.0.23 - - [2026-02-19 02:15:15] "POST /neutron/network HTTP/1.1" 200 117 0.029144 10.0.0.23 - - [2026-02-19 02:15:15] "GET /projects?obj_uuids=2f62c59c-2b53-4b91-a6cd-8a60f1a2336e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001194 10.0.0.23 - - [2026-02-19 02:15:15] "POST /neutron/network HTTP/1.1" 200 613 0.058072 10.0.0.23 - - [2026-02-19 02:15:15] "POST /route-targets HTTP/1.1" 200 327 0.011639 10.0.0.23 - - [2026-02-19 02:15:15] "POST /ref-update HTTP/1.1" 200 156 0.013825 10.0.0.23 - - [2026-02-19 02:15:15] "POST /useragent-kv HTTP/1.1" 200 115 0.013203 10.0.0.23 - - [2026-02-19 02:15:15] "POST /neutron/subnet HTTP/1.1" 200 734 0.189253 10.0.0.23 - - [2026-02-19 02:15:15] "POST /neutron/network HTTP/1.1" 200 834 0.004310 10.0.0.23 - - [2026-02-19 02:15:15] "POST /id-to-fqname HTTP/1.1" 200 223 0.001036 10.0.0.23 - - [2026-02-19 02:15:15] "GET /virtual-network/0ccf0b8c-dff5-4328-8066-237d03594e64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004318 10.0.0.23 - - [2026-02-19 02:15:15] "POST /neutron/network HTTP/1.1" 200 834 0.005062 10.0.0.23 - - [2026-02-19 02:15:15] "GET /virtual-network/0ccf0b8c-dff5-4328-8066-237d03594e64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005052 10.0.0.23 - - [2026-02-19 02:15:16] "POST /neutron/network HTTP/1.1" 200 834 0.004536 10.0.0.23 - - [2026-02-19 02:15:16] "POST /neutron/subnet HTTP/1.1" 200 734 0.005354 10.0.0.23 - - [2026-02-19 02:15:16] "GET /domains HTTP/1.1" 401 292 0.000343 10.0.0.23 - - [2026-02-19 02:15:16] "GET /domains HTTP/1.1" 200 280 0.024877 10.0.0.23 - - [2026-02-19 02:15:16] "GET /domains?obj_uuids=2d5d818a-a03e-492f-8464-ff794ba593de&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001481 10.0.0.23 - - [2026-02-19 02:15:16] "GET /domain/2d5d818a-a03e-492f-8464-ff794ba593de HTTP/1.1" 200 2749 0.007527 10.0.0.23 - - [2026-02-19 02:15:16] "GET /projects?obj_uuids=2f62c59c-2b53-4b91-a6cd-8a60f1a2336e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000852 10.0.0.23 - - [2026-02-19 02:15:16] "GET /project/2f62c59c-2b53-4b91-a6cd-8a60f1a2336e HTTP/1.1" 200 2080 0.062636 10.0.0.23 - - [2026-02-19 02:15:16] "GET /virtual-network/0ccf0b8c-dff5-4328-8066-237d03594e64 HTTP/1.1" 200 2323 0.005286 10.0.0.23 - - [2026-02-19 02:15:16] "GET /virtual-network/0ccf0b8c-dff5-4328-8066-237d03594e64 HTTP/1.1" 200 2323 0.003895 10.0.0.23 - - [2026-02-19 02:15:16] "GET /routing-instance/003078b7-5f5a-4482-a6bf-1c51e73a3f2f HTTP/1.1" 200 1491 0.004167 10.0.0.23 - - [2026-02-19 02:15:16] "GET /routing-instance/003078b7-5f5a-4482-a6bf-1c51e73a3f2f HTTP/1.1" 200 1491 0.003238 10.0.0.23 - - [2026-02-19 02:15:16] "GET /route-target/b7241163-3b1d-4120-bfa9-f4786c3c242a HTTP/1.1" 200 1213 0.003301 10.0.0.23 - - [2026-02-19 02:15:16] "GET /virtual-network/0ccf0b8c-dff5-4328-8066-237d03594e64 HTTP/1.1" 200 2323 0.004471 10.0.0.23 - - [2026-02-19 02:15:16] "GET /routing-instance/003078b7-5f5a-4482-a6bf-1c51e73a3f2f HTTP/1.1" 200 1491 0.003149 10.0.0.23 - - [2026-02-19 02:15:16] "GET /virtual-network/0ccf0b8c-dff5-4328-8066-237d03594e64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.003872 10.0.0.23 - - [2026-02-19 02:15:16] "GET /virtual-network/0ccf0b8c-dff5-4328-8066-237d03594e64 HTTP/1.1" 200 2323 0.006604 10.0.0.23 - - [2026-02-19 02:15:16] "GET /routing-instance/003078b7-5f5a-4482-a6bf-1c51e73a3f2f HTTP/1.1" 200 1491 0.004127 10.0.0.23 - - [2026-02-19 02:15:16] "GET /routing-instance/003078b7-5f5a-4482-a6bf-1c51e73a3f2f HTTP/1.1" 200 1491 0.002551 10.0.0.23 - - [2026-02-19 02:15:16] "GET /route-target/b7241163-3b1d-4120-bfa9-f4786c3c242a HTTP/1.1" 200 1213 0.002797 10.0.0.23 - - [2026-02-19 02:15:16] "GET /domains HTTP/1.1" 200 280 0.002637 10.0.0.23 - - [2026-02-19 02:15:16] "GET /domains?obj_uuids=2d5d818a-a03e-492f-8464-ff794ba593de&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001066 10.0.0.23 - - [2026-02-19 02:15:16] "GET /domain/2d5d818a-a03e-492f-8464-ff794ba593de HTTP/1.1" 200 2749 0.006547 10.0.0.23 - - [2026-02-19 02:15:16] "GET /projects?obj_uuids=2f62c59c-2b53-4b91-a6cd-8a60f1a2336e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000902 10.0.0.23 - - [2026-02-19 02:15:16] "GET /project/2f62c59c-2b53-4b91-a6cd-8a60f1a2336e HTTP/1.1" 200 2080 0.063894 10.0.0.23 - - [2026-02-19 02:15:16] "GET /virtual-network/0ccf0b8c-dff5-4328-8066-237d03594e64 HTTP/1.1" 200 2323 0.003821 10.0.0.23 - - [2026-02-19 02:15:16] "GET /obj-perms HTTP/1.1" 200 5026 0.047024 10.0.0.23 - - [2026-02-19 02:15:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002806 10.0.0.23 - - [2026-02-19 02:15:16] "GET /projects?obj_uuids=2f62c59c-2b53-4b91-a6cd-8a60f1a2336e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000889 10.0.0.23 - - [2026-02-19 02:15:16] "GET /project/2f62c59c-2b53-4b91-a6cd-8a60f1a2336e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.018471 10.0.0.23 - - [2026-02-19 02:15:17] "POST /neutron/network HTTP/1.1" 200 117 0.007852 10.0.0.23 - - [2026-02-19 02:15:17] "GET /projects?obj_uuids=2f62c59c-2b53-4b91-a6cd-8a60f1a2336e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000886 10.0.0.23 - - [2026-02-19 02:15:17] "POST /neutron/network HTTP/1.1" 200 613 0.049004 10.0.0.23 - - [2026-02-19 02:15:17] "POST /route-targets HTTP/1.1" 200 327 0.009275 10.0.0.23 - - [2026-02-19 02:15:17] "POST /ref-update HTTP/1.1" 200 156 0.009169 10.0.0.23 - - [2026-02-19 02:15:17] "POST /useragent-kv HTTP/1.1" 200 115 0.002806 10.0.0.23 - - [2026-02-19 02:15:17] "POST /neutron/subnet HTTP/1.1" 200 734 0.200739 10.0.0.23 - - [2026-02-19 02:15:17] "POST /neutron/network HTTP/1.1" 200 834 0.004864 10.0.0.23 - - [2026-02-19 02:15:17] "POST /id-to-fqname HTTP/1.1" 200 223 0.001147 10.0.0.23 - - [2026-02-19 02:15:17] "GET /virtual-network/ef698ae3-d3ef-42a8-ad3f-4eb78fc0fdc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.004188 10.0.0.23 - - [2026-02-19 02:15:17] "POST /neutron/network HTTP/1.1" 200 834 0.005357 10.0.0.23 - - [2026-02-19 02:15:17] "GET /virtual-network/ef698ae3-d3ef-42a8-ad3f-4eb78fc0fdc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.004433 10.0.0.23 - - [2026-02-19 02:15:17] "POST /neutron/network HTTP/1.1" 200 834 0.004474 10.0.0.23 - - [2026-02-19 02:15:17] "POST /neutron/subnet HTTP/1.1" 200 734 0.005768 10.0.0.23 - - [2026-02-19 02:15:17] "GET /domains HTTP/1.1" 200 280 0.002049 10.0.0.23 - - [2026-02-19 02:15:17] "GET /domains?obj_uuids=2d5d818a-a03e-492f-8464-ff794ba593de&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000785 10.0.0.23 - - [2026-02-19 02:15:17] "GET /domain/2d5d818a-a03e-492f-8464-ff794ba593de HTTP/1.1" 200 2749 0.005468 10.0.0.23 - - [2026-02-19 02:15:17] "GET /projects?obj_uuids=2f62c59c-2b53-4b91-a6cd-8a60f1a2336e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000897 10.0.0.23 - - [2026-02-19 02:15:17] "GET /project/2f62c59c-2b53-4b91-a6cd-8a60f1a2336e HTTP/1.1" 200 2298 0.064867 10.0.0.23 - - [2026-02-19 02:15:17] "GET /virtual-network/ef698ae3-d3ef-42a8-ad3f-4eb78fc0fdc6 HTTP/1.1" 200 2326 0.004751 10.0.0.23 - - [2026-02-19 02:15:17] "GET /virtual-network/ef698ae3-d3ef-42a8-ad3f-4eb78fc0fdc6 HTTP/1.1" 200 2326 0.003914 10.0.0.23 - - [2026-02-19 02:15:17] "GET /routing-instance/36146d7d-656b-47ae-b15d-6271d01d6073 HTTP/1.1" 200 1493 0.003281 10.0.0.23 - - [2026-02-19 02:15:17] "GET /routing-instance/36146d7d-656b-47ae-b15d-6271d01d6073 HTTP/1.1" 200 1493 0.002638 10.0.0.23 - - [2026-02-19 02:15:17] "GET /route-target/cff2030f-d865-4d24-8ee8-522e70da87e1 HTTP/1.1" 200 1213 0.002445 10.0.0.23 - - [2026-02-19 02:15:17] "GET /virtual-network/ef698ae3-d3ef-42a8-ad3f-4eb78fc0fdc6 HTTP/1.1" 200 2326 0.006866 10.0.0.23 - - [2026-02-19 02:15:17] "GET /routing-instance/36146d7d-656b-47ae-b15d-6271d01d6073 HTTP/1.1" 200 1493 0.003644 10.0.0.23 - - [2026-02-19 02:15:17] "GET /virtual-network/ef698ae3-d3ef-42a8-ad3f-4eb78fc0fdc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.004047 10.0.0.23 - - [2026-02-19 02:15:17] "GET /virtual-network/ef698ae3-d3ef-42a8-ad3f-4eb78fc0fdc6 HTTP/1.1" 200 2326 0.004096 10.0.0.23 - - [2026-02-19 02:15:17] "GET /routing-instance/36146d7d-656b-47ae-b15d-6271d01d6073 HTTP/1.1" 200 1493 0.002667 10.0.0.23 - - [2026-02-19 02:15:17] "GET /routing-instance/36146d7d-656b-47ae-b15d-6271d01d6073 HTTP/1.1" 200 1493 0.002607 10.0.0.23 - - [2026-02-19 02:15:17] "GET /route-target/cff2030f-d865-4d24-8ee8-522e70da87e1 HTTP/1.1" 200 1213 0.002120 10.0.0.23 - - [2026-02-19 02:15:17] "GET /domains HTTP/1.1" 200 280 0.002027 10.0.0.23 - - [2026-02-19 02:15:17] "GET /domains?obj_uuids=2d5d818a-a03e-492f-8464-ff794ba593de&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000796 10.0.0.23 - - [2026-02-19 02:15:17] "GET /domain/2d5d818a-a03e-492f-8464-ff794ba593de HTTP/1.1" 200 2749 0.005273 10.0.0.23 - - [2026-02-19 02:15:17] "GET /projects?obj_uuids=2f62c59c-2b53-4b91-a6cd-8a60f1a2336e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000725 10.0.0.23 - - [2026-02-19 02:15:17] "GET /project/2f62c59c-2b53-4b91-a6cd-8a60f1a2336e HTTP/1.1" 200 2298 0.065118 10.0.0.23 - - [2026-02-19 02:15:17] "GET /virtual-network/ef698ae3-d3ef-42a8-ad3f-4eb78fc0fdc6 HTTP/1.1" 200 2326 0.003736 10.0.0.23 - - [2026-02-19 02:15:17] "GET /obj-perms HTTP/1.1" 200 5026 0.002160 10.0.0.23 - - [2026-02-19 02:15:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002107 10.0.0.23 - - [2026-02-19 02:15:17] "GET /projects?obj_uuids=2f62c59c-2b53-4b91-a6cd-8a60f1a2336e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002167 10.0.0.23 - - [2026-02-19 02:15:17] "GET /project/2f62c59c-2b53-4b91-a6cd-8a60f1a2336e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.019173 10.0.0.23 - - [2026-02-19 02:15:17] "POST /neutron/network HTTP/1.1" 200 117 0.009148 10.0.0.23 - - [2026-02-19 02:15:17] "GET /projects?obj_uuids=2f62c59c-2b53-4b91-a6cd-8a60f1a2336e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000932 10.0.0.23 - - [2026-02-19 02:15:17] "POST /neutron/network HTTP/1.1" 200 615 0.046865 10.0.0.23 - - [2026-02-19 02:15:17] "POST /ref-update HTTP/1.1" 200 156 0.011569 10.0.0.23 - - [2026-02-19 02:15:18] "POST /useragent-kv HTTP/1.1" 200 115 0.001734 10.0.0.23 - - [2026-02-19 02:15:18] "POST /neutron/subnet HTTP/1.1" 200 730 0.150398 10.0.0.23 - - [2026-02-19 02:15:18] "POST /neutron/network HTTP/1.1" 200 835 0.003948 10.0.0.23 - - [2026-02-19 02:15:18] "POST /id-to-fqname HTTP/1.1" 200 224 0.000937 10.0.0.23 - - [2026-02-19 02:15:18] "GET /virtual-network/918e1578-7998-42c6-a309-8ba99478e300?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.003765 10.0.0.23 - - [2026-02-19 02:15:18] "POST /neutron/network HTTP/1.1" 200 835 0.004755 10.0.0.23 - - [2026-02-19 02:15:18] "GET /virtual-network/918e1578-7998-42c6-a309-8ba99478e300?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.004267 10.0.0.23 - - [2026-02-19 02:15:18] "POST /neutron/network HTTP/1.1" 200 835 0.005069 10.0.0.23 - - [2026-02-19 02:15:18] "POST /neutron/subnet HTTP/1.1" 200 730 0.006599 10.0.0.23 - - [2026-02-19 02:15:18] "GET /domains HTTP/1.1" 200 280 0.002354 10.0.0.23 - - [2026-02-19 02:15:18] "GET /domains?obj_uuids=2d5d818a-a03e-492f-8464-ff794ba593de&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001157 10.0.0.23 - - [2026-02-19 02:15:18] "GET /domain/2d5d818a-a03e-492f-8464-ff794ba593de HTTP/1.1" 200 2749 0.006565 10.0.0.23 - - [2026-02-19 02:15:18] "GET /projects?obj_uuids=2f62c59c-2b53-4b91-a6cd-8a60f1a2336e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001101 10.0.0.23 - - [2026-02-19 02:15:18] "GET /project/2f62c59c-2b53-4b91-a6cd-8a60f1a2336e HTTP/1.1" 200 2517 0.069398 10.0.0.23 - - [2026-02-19 02:15:18] "GET /virtual-network/918e1578-7998-42c6-a309-8ba99478e300 HTTP/1.1" 200 2328 0.016484 10.0.0.23 - - [2026-02-19 02:15:18] "GET /virtual-network/918e1578-7998-42c6-a309-8ba99478e300 HTTP/1.1" 200 2328 0.004180 10.0.0.23 - - [2026-02-19 02:15:18] "GET /routing-instance/da5b6319-df4b-4f06-88f5-03861090a26e HTTP/1.1" 200 1497 0.002781 10.0.0.23 - - [2026-02-19 02:15:18] "GET /routing-instance/da5b6319-df4b-4f06-88f5-03861090a26e HTTP/1.1" 200 1497 0.002443 10.0.0.23 - - [2026-02-19 02:15:18] "GET /route-target/42016dc1-8ab8-457e-b041-977269705a07 HTTP/1.1" 200 1214 0.002317 10.0.0.23 - - [2026-02-19 02:15:18] "GET /virtual-network/918e1578-7998-42c6-a309-8ba99478e300 HTTP/1.1" 200 2328 0.003736 10.0.0.23 - - [2026-02-19 02:15:18] "GET /routing-instance/da5b6319-df4b-4f06-88f5-03861090a26e HTTP/1.1" 200 1497 0.002582 10.0.0.23 - - [2026-02-19 02:15:18] "GET /virtual-network/918e1578-7998-42c6-a309-8ba99478e300?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.004307 10.0.0.23 - - [2026-02-19 02:15:18] "GET /virtual-network/918e1578-7998-42c6-a309-8ba99478e300 HTTP/1.1" 200 2328 0.004087 10.0.0.23 - - [2026-02-19 02:15:18] "GET /routing-instance/da5b6319-df4b-4f06-88f5-03861090a26e HTTP/1.1" 200 1497 0.002549 10.0.0.23 - - [2026-02-19 02:15:18] "GET /routing-instance/da5b6319-df4b-4f06-88f5-03861090a26e HTTP/1.1" 200 1497 0.002595 10.0.0.23 - - [2026-02-19 02:15:18] "GET /route-target/42016dc1-8ab8-457e-b041-977269705a07 HTTP/1.1" 200 1214 0.002099 10.0.0.23 - - [2026-02-19 02:15:18] "GET /domains HTTP/1.1" 200 280 0.002034 10.0.0.23 - - [2026-02-19 02:15:18] "GET /domains?obj_uuids=2d5d818a-a03e-492f-8464-ff794ba593de&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000841 10.0.0.23 - - [2026-02-19 02:15:18] "GET /domain/2d5d818a-a03e-492f-8464-ff794ba593de HTTP/1.1" 200 2749 0.006161 10.0.0.23 - - [2026-02-19 02:15:18] "GET /projects?obj_uuids=2f62c59c-2b53-4b91-a6cd-8a60f1a2336e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001006 10.0.0.23 - - [2026-02-19 02:15:18] "GET /project/2f62c59c-2b53-4b91-a6cd-8a60f1a2336e HTTP/1.1" 200 2517 0.067355 10.0.0.23 - - [2026-02-19 02:15:18] "GET /virtual-network/918e1578-7998-42c6-a309-8ba99478e300 HTTP/1.1" 200 2328 0.003906 10.0.0.23 - - [2026-02-19 02:15:18] "GET /obj-perms HTTP/1.1" 200 5026 0.002241 10.0.0.23 - - [2026-02-19 02:15:18] "POST /id-to-fqname HTTP/1.1" 200 223 0.001092 10.0.0.23 - - [2026-02-19 02:15:18] "POST /neutron/network HTTP/1.1" 200 844 0.005671 10.0.0.23 - - [2026-02-19 02:15:18] "GET /aaa-mode HTTP/1.1" 401 292 0.000398 10.0.0.23 - - [2026-02-19 02:15:19] "GET / HTTP/1.1" 200 35931 0.001346 10.0.0.23 - - [2026-02-19 02:15:19] "GET /project/2f62c59c-2b53-4b91-a6cd-8a60f1a2336e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000310 10.0.0.23 - - [2026-02-19 02:15:19] "GET /projects?obj_uuids=2f62c59c-2b53-4b91-a6cd-8a60f1a2336e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000891 10.0.0.23 - - [2026-02-19 02:15:19] "GET /project/2f62c59c-2b53-4b91-a6cd-8a60f1a2336e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.040592 10.0.0.23 - - [2026-02-19 02:15:19] "POST /neutron/network HTTP/1.1" 200 834 0.004318 10.0.0.23 - - [2026-02-19 02:15:19] "POST /neutron/port HTTP/1.1" 200 117 0.004693 10.0.0.23 - - [2026-02-19 02:15:19] "POST /neutron/port HTTP/1.1" 200 117 0.004135 10.0.0.23 - - [2026-02-19 02:15:19] "POST /id-to-fqname HTTP/1.1" 200 224 0.001120 10.0.0.23 - - [2026-02-19 02:15:19] "POST /neutron/port HTTP/1.1" 200 117 0.004254 10.0.0.23 - - [2026-02-19 02:15:19] "POST /neutron/network HTTP/1.1" 200 845 0.005147 10.0.0.23 - - [2026-02-19 02:15:19] "GET /aaa-mode HTTP/1.1" 401 292 0.000357 10.0.0.23 - - [2026-02-19 02:15:19] "POST /neutron/network HTTP/1.1" 200 844 0.004663 10.0.0.23 - - [2026-02-19 02:15:19] "GET /projects?obj_uuids=2f62c59c-2b53-4b91-a6cd-8a60f1a2336e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000876 10.0.0.23 - - [2026-02-19 02:15:20] "GET / HTTP/1.1" 200 35931 0.001469 10.0.0.23 - - [2026-02-19 02:15:20] "GET /project/2f62c59c-2b53-4b91-a6cd-8a60f1a2336e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000442 10.0.0.23 - - [2026-02-19 02:15:20] "POST /neutron/port HTTP/1.1" 200 1060 0.182565 10.0.0.23 - - [2026-02-19 02:15:20] "POST /neutron/port HTTP/1.1" 200 1060 0.008761 10.0.0.23 - - [2026-02-19 02:15:20] "POST /neutron/port HTTP/1.1" 200 1060 0.007591 10.0.0.23 - - [2026-02-19 02:15:20] "POST /neutron/port HTTP/1.1" 200 1114 0.051460 10.0.0.23 - - [2026-02-19 02:15:20] "POST /neutron/port HTTP/1.1" 200 1124 0.009571 10.0.0.23 - - [2026-02-19 02:15:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002497 10.0.0.23 - - [2026-02-19 02:15:20] "POST /neutron/subnet HTTP/1.1" 200 708 0.005567 10.0.0.23 - - [2026-02-19 02:15:20] "POST /neutron/port HTTP/1.1" 200 117 0.001070 10.0.0.23 - - [2026-02-19 02:15:20] "POST /neutron/network HTTP/1.1" 200 834 0.005266 10.0.0.23 - - [2026-02-19 02:15:20] "GET /projects?obj_uuids=2f62c59c-2b53-4b91-a6cd-8a60f1a2336e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001226 10.0.0.23 - - [2026-02-19 02:15:20] "GET /project/2f62c59c-2b53-4b91-a6cd-8a60f1a2336e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.052053 10.0.0.23 - - [2026-02-19 02:15:20] "POST /neutron/network HTTP/1.1" 200 835 0.004787 10.0.0.23 - - [2026-02-19 02:15:20] "POST /neutron/port HTTP/1.1" 200 1124 0.051223 10.0.0.23 - - [2026-02-19 02:15:20] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007474 10.0.0.23 - - [2026-02-19 02:15:20] "POST /neutron/port HTTP/1.1" 200 117 0.005372 10.0.0.23 - - [2026-02-19 02:15:20] "POST /fqname-to-id HTTP/1.1" 404 193 0.003711 10.0.0.23 - - [2026-02-19 02:15:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002466 10.0.0.23 - - [2026-02-19 02:15:20] "GET /domains?obj_uuids=2d5d818a-a03e-492f-8464-ff794ba593de&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000975 10.0.0.23 - - [2026-02-19 02:15:20] "GET /domain/2d5d818a-a03e-492f-8464-ff794ba593de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 892 0.007101 10.0.0.23 - - [2026-02-19 02:15:20] "POST /service-templates HTTP/1.1" 200 543 0.023762 10.0.0.23 - - [2026-02-19 02:15:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002423 10.0.0.23 - - [2026-02-19 02:15:20] "GET /service-template/d49855c8-dc4b-4487-94ac-738ba8af4fb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.004393 10.0.0.23 - - [2026-02-19 02:15:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002673 10.0.0.23 - - [2026-02-19 02:15:20] "POST /neutron/network HTTP/1.1" 200 845 0.005446 10.0.0.23 - - [2026-02-19 02:15:20] "GET /projects?obj_uuids=2f62c59c-2b53-4b91-a6cd-8a60f1a2336e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000995 10.0.0.23 - - [2026-02-19 02:15:21] "GET /service-template/d49855c8-dc4b-4487-94ac-738ba8af4fb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.003498 10.0.0.23 - - [2026-02-19 02:15:21] "POST /id-to-fqname HTTP/1.1" 200 223 0.001320 10.0.0.23 - - [2026-02-19 02:15:21] "POST /id-to-fqname HTTP/1.1" 200 223 0.001149 10.0.0.23 - - [2026-02-19 02:15:21] "POST /id-to-fqname HTTP/1.1" 200 224 0.001489 10.0.0.23 - - [2026-02-19 02:15:21] "POST /neutron/port HTTP/1.1" 200 1059 0.188107 10.0.0.23 - - [2026-02-19 02:15:21] "POST /neutron/port HTTP/1.1" 200 1059 0.021924 10.0.0.23 - - [2026-02-19 02:15:21] "POST /neutron/port HTTP/1.1" 200 1059 0.018818 10.0.0.23 - - [2026-02-19 02:15:21] "POST /neutron/port HTTP/1.1" 200 1113 0.058170 10.0.0.23 - - [2026-02-19 02:15:21] "POST /neutron/port HTTP/1.1" 200 2095 0.022335 10.0.0.23 - - [2026-02-19 02:15:21] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007480 10.0.0.23 - - [2026-02-19 02:15:21] "POST /neutron/port HTTP/1.1" 200 1123 0.015443 10.0.0.23 - - [2026-02-19 02:15:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003250 10.0.0.23 - - [2026-02-19 02:15:21] "POST /neutron/subnet HTTP/1.1" 200 704 0.012309 10.0.0.23 - - [2026-02-19 02:15:21] "POST /neutron/port HTTP/1.1" 200 117 0.001027 10.0.0.23 - - [2026-02-19 02:15:21] "POST /neutron/network HTTP/1.1" 200 835 0.005411 10.0.0.23 - - [2026-02-19 02:15:21] "POST /neutron/network HTTP/1.1" 200 2228 0.007717 10.0.0.23 - - [2026-02-19 02:15:21] "GET /aaa-mode HTTP/1.1" 401 292 0.000366 10.0.0.23 - - [2026-02-19 02:15:22] "GET / HTTP/1.1" 200 35931 0.001579 10.0.0.23 - - [2026-02-19 02:15:22] "GET /project/2f62c59c-2b53-4b91-a6cd-8a60f1a2336e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000339 10.0.0.23 - - [2026-02-19 02:15:22] "GET /projects?obj_uuids=2f62c59c-2b53-4b91-a6cd-8a60f1a2336e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001215 10.0.0.23 - - [2026-02-19 02:15:22] "GET /project/2f62c59c-2b53-4b91-a6cd-8a60f1a2336e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.051734 10.0.0.23 - - [2026-02-19 02:15:22] "POST /neutron/network HTTP/1.1" 200 834 0.004573 10.0.0.23 - - [2026-02-19 02:15:22] "POST /neutron/network HTTP/1.1" 200 834 0.004643 10.0.0.23 - - [2026-02-19 02:15:22] "POST /neutron/network HTTP/1.1" 200 835 0.004851 10.0.0.23 - - [2026-02-19 02:15:22] "POST /neutron/port HTTP/1.1" 200 2095 0.016055 10.0.0.23 - - [2026-02-19 02:15:22] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005369 10.0.0.23 - - [2026-02-19 02:15:22] "POST /neutron/port HTTP/1.1" 200 117 0.004217 10.0.0.23 - - [2026-02-19 02:15:22] "POST /neutron/port HTTP/1.1" 200 117 0.004325 10.0.0.23 - - [2026-02-19 02:15:23] "POST /neutron/network HTTP/1.1" 200 2228 0.008397 10.0.0.23 - - [2026-02-19 02:15:23] "GET /projects?obj_uuids=2f62c59c-2b53-4b91-a6cd-8a60f1a2336e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000991 10.0.0.23 - - [2026-02-19 02:15:23] "POST /neutron/port HTTP/1.1" 200 1060 0.223936 10.0.0.23 - - [2026-02-19 02:15:23] "GET /projects?obj_uuids=2f62c59c-2b53-4b91-a6cd-8a60f1a2336e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002964 10.0.0.23 - - [2026-02-19 02:15:23] "POST /neutron/port HTTP/1.1" 200 1060 0.161776 10.0.0.23 - - [2026-02-19 02:15:23] "GET /projects?obj_uuids=2f62c59c-2b53-4b91-a6cd-8a60f1a2336e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001243 10.0.0.23 - - [2026-02-19 02:15:23] "POST /neutron/port HTTP/1.1" 200 1059 0.172534 10.0.0.23 - - [2026-02-19 02:15:23] "POST /neutron/port HTTP/1.1" 200 1060 0.022812 10.0.0.23 - - [2026-02-19 02:15:23] "POST /neutron/port HTTP/1.1" 200 1060 0.008589 10.0.0.23 - - [2026-02-19 02:15:23] "POST /neutron/port HTTP/1.1" 200 1114 0.066409 10.0.0.23 - - [2026-02-19 02:15:23] "POST /neutron/port HTTP/1.1" 200 1060 0.009058 10.0.0.23 - - [2026-02-19 02:15:23] "POST /neutron/port HTTP/1.1" 200 1060 0.008732 10.0.0.23 - - [2026-02-19 02:15:24] "POST /neutron/port HTTP/1.1" 200 1114 0.057488 10.0.0.23 - - [2026-02-19 02:15:24] "POST /neutron/port HTTP/1.1" 200 1059 0.010649 10.0.0.23 - - [2026-02-19 02:15:24] "POST /neutron/port HTTP/1.1" 200 1059 0.007458 10.0.0.23 - - [2026-02-19 02:15:24] "POST /neutron/port HTTP/1.1" 200 1113 0.065079 10.0.0.23 - - [2026-02-19 02:15:24] "POST /neutron/port HTTP/1.1" 200 3066 0.016078 10.0.0.23 - - [2026-02-19 02:15:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002747 10.0.0.23 - - [2026-02-19 02:15:24] "POST /neutron/subnet HTTP/1.1" 200 708 0.006802 10.0.0.23 - - [2026-02-19 02:15:24] "POST /neutron/port HTTP/1.1" 200 117 0.001273 10.0.0.23 - - [2026-02-19 02:15:24] "POST /neutron/network HTTP/1.1" 200 834 0.004642 10.0.0.23 - - [2026-02-19 02:15:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003142 10.0.0.23 - - [2026-02-19 02:15:24] "POST /neutron/subnet HTTP/1.1" 200 708 0.005490 10.0.0.23 - - [2026-02-19 02:15:24] "POST /neutron/port HTTP/1.1" 200 117 0.001027 10.0.0.23 - - [2026-02-19 02:15:24] "POST /neutron/network HTTP/1.1" 200 834 0.005601 10.0.0.23 - - [2026-02-19 02:15:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002836 10.0.0.23 - - [2026-02-19 02:15:24] "POST /neutron/subnet HTTP/1.1" 200 704 0.005567 10.0.0.23 - - [2026-02-19 02:15:24] "POST /neutron/port HTTP/1.1" 200 117 0.001107 10.0.0.23 - - [2026-02-19 02:15:24] "POST /neutron/network HTTP/1.1" 200 835 0.005313 10.0.0.23 - - [2026-02-19 02:15:28] "POST /neutron/port HTTP/1.1" 200 3066 0.026577 10.0.0.23 - - [2026-02-19 02:15:28] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010671 10.0.0.23 - - [2026-02-19 02:15:28] "POST /neutron/port HTTP/1.1" 200 3066 0.020533 10.0.0.23 - - [2026-02-19 02:15:28] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007383 10.0.0.23 - - [2026-02-19 02:15:28] "POST /neutron/port HTTP/1.1" 200 3066 0.020990 10.0.0.23 - - [2026-02-19 02:15:28] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005126 10.0.0.23 - - [2026-02-19 02:15:28] "POST /neutron/port HTTP/1.1" 200 3066 0.015885 10.0.0.23 - - [2026-02-19 02:15:28] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004880 10.0.0.23 - - [2026-02-19 02:15:28] "POST /neutron/port HTTP/1.1" 200 3066 0.016807 10.0.0.23 - - [2026-02-19 02:15:28] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008270 10.0.0.23 - - [2026-02-19 02:15:28] "GET /virtual-machine/6fe66330-2965-4b5a-97a8-8c3d8df44f9e HTTP/1.1" 200 1802 0.007143 10.0.0.23 - - [2026-02-19 02:15:28] "GET /virtual-machine-interface/9713565f-4069-4cad-8631-b942c63d20f2 HTTP/1.1" 200 2946 0.004596 10.0.0.23 - - [2026-02-19 02:15:28] "GET /virtual-machine-interface/9720068b-aecc-4dad-bbb2-f611ec70890c HTTP/1.1" 200 2950 0.004436 10.0.0.23 - - [2026-02-19 02:15:28] "GET /virtual-machine-interface/f4301eee-4b19-429d-8426-b2a786bc1ecb HTTP/1.1" 200 2946 0.004330 10.0.0.23 - - [2026-02-19 02:15:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002353 10.0.0.23 - - [2026-02-19 02:15:28] "GET /global-vrouter-config/2d5e8481-5d1c-4ecd-8ba7-ea3938cbcad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002664 10.0.0.23 - - [2026-02-19 02:15:28] "GET /virtual-networks?parent_id=2f62c59c-2b53-4b91-a6cd-8a60f1a2336e&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003685 10.0.0.23 - - [2026-02-19 02:15:28] "GET /virtual-network/0ccf0b8c-dff5-4328-8066-237d03594e64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004615 10.0.0.23 - - [2026-02-19 02:15:28] "POST /neutron/port HTTP/1.1" 200 1124 0.012126 10.0.0.23 - - [2026-02-19 02:15:28] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006257 10.0.0.23 - - [2026-02-19 02:15:29] "POST /neutron/port HTTP/1.1" 200 1123 0.010792 10.0.0.23 - - [2026-02-19 02:15:29] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005495 10.0.0.23 - - [2026-02-19 02:15:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002554 10.0.0.23 - - [2026-02-19 02:15:31] "GET /virtual-network/0ccf0b8c-dff5-4328-8066-237d03594e64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004173 10.0.0.23 - - [2026-02-19 02:15:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002518 10.0.0.23 - - [2026-02-19 02:15:35] "GET /virtual-network/0ccf0b8c-dff5-4328-8066-237d03594e64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004323 10.0.0.23 - - [2026-02-19 02:15:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002457 10.0.0.23 - - [2026-02-19 02:15:39] "GET /virtual-network/0ccf0b8c-dff5-4328-8066-237d03594e64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004593 10.0.0.23 - - [2026-02-19 02:15:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002549 10.0.0.23 - - [2026-02-19 02:15:44] "GET /global-vrouter-config/2d5e8481-5d1c-4ecd-8ba7-ea3938cbcad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002935 10.0.0.23 - - [2026-02-19 02:15:44] "GET /virtual-networks?parent_id=2f62c59c-2b53-4b91-a6cd-8a60f1a2336e&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002667 10.0.0.23 - - [2026-02-19 02:15:44] "GET /virtual-network/0ccf0b8c-dff5-4328-8066-237d03594e64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004604 10.0.0.23 - - [2026-02-19 02:15:44] "POST /neutron/port HTTP/1.1" 200 1124 0.009243 10.0.0.23 - - [2026-02-19 02:15:44] "POST /neutron/port HTTP/1.1" 200 1124 0.010362 10.0.0.23 - - [2026-02-19 02:15:44] "POST /neutron/network HTTP/1.1" 200 844 0.004802 10.0.0.23 - - [2026-02-19 02:15:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002918 10.0.0.23 - - [2026-02-19 02:15:44] "POST /neutron/subnet HTTP/1.1" 200 708 0.007029 10.0.0.23 - - [2026-02-19 02:15:44] "POST /neutron/port HTTP/1.1" 200 3066 0.017986 10.0.0.23 - - [2026-02-19 02:15:44] "POST /neutron/port HTTP/1.1" 200 117 0.000971 10.0.0.23 - - [2026-02-19 02:15:44] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005056 10.0.0.23 - - [2026-02-19 02:15:44] "POST /neutron/network HTTP/1.1" 200 834 0.004422 10.0.0.23 - - [2026-02-19 02:15:47] "DELETE /project/2f62c59c2b534b91a6cd8a60f1a2336e HTTP/1.1" 404 173 0.003532 10.0.0.23 - - [2026-02-19 02:15:47] "GET /projects?obj_uuids=8ea9010a-18d5-4bbd-b2dd-ce49cb335d5f&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000779 10.0.0.23 - - [2026-02-19 02:15:47] "GET /project/8ea9010a-18d5-4bbd-b2dd-ce49cb335d5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1441 0.018558 10.0.0.23 - - [2026-02-19 02:15:47] "GET /projects?obj_uuids=8ea9010a-18d5-4bbd-b2dd-ce49cb335d5f&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000803 10.0.0.23 - - [2026-02-19 02:15:47] "GET /project/8ea9010a-18d5-4bbd-b2dd-ce49cb335d5f?fields=security_groups HTTP/1.1" 200 1343 0.066112 10.0.0.23 - - [2026-02-19 02:15:47] "DELETE /security-group/eeed09ce-17c3-4d0e-9500-e64d4417e66c HTTP/1.1" 200 115 0.032625 10.0.0.23 - - [2026-02-19 02:15:47] "GET /projects?obj_uuids=8ea9010a-18d5-4bbd-b2dd-ce49cb335d5f&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001020 10.0.0.23 - - [2026-02-19 02:15:47] "DELETE /access-control-list/617becb0-d27e-4d8e-8464-05b1cf560744 HTTP/1.1" 200 115 0.026781 10.0.0.23 - - [2026-02-19 02:15:47] "GET /project/8ea9010a-18d5-4bbd-b2dd-ce49cb335d5f?fields=application_policy_sets HTTP/1.1" 200 1382 0.031163 10.0.0.23 - - [2026-02-19 02:15:47] "DELETE /access-control-list/0935d69f-9250-4f5f-8e75-58430f205083 HTTP/1.1" 200 115 0.022815 10.0.0.23 - - [2026-02-19 02:15:47] "DELETE /project/8ea9010a-18d5-4bbd-b2dd-ce49cb335d5f HTTP/1.1" 200 115 0.300766 10.0.0.23 - - [2026-02-19 02:15:49] "POST /neutron/port HTTP/1.1" 200 3066 0.015654 10.0.0.23 - - [2026-02-19 02:15:49] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004410 10.0.0.23 - - [2026-02-19 02:15:53] "GET /obj-perms HTTP/1.1" 200 5056 0.047391 10.0.0.23 - - [2026-02-19 02:15:53] "GET /obj-perms HTTP/1.1" 200 5056 0.047024 10.0.0.23 - - [2026-02-19 02:15:53] "POST /neutron/port HTTP/1.1" 200 3066 0.015452 10.0.0.23 - - [2026-02-19 02:15:53] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004553 10.0.0.23 - - [2026-02-19 02:15:54] "POST /neutron/port HTTP/1.1" 200 3066 0.015431 10.0.0.23 - - [2026-02-19 02:15:54] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005183 10.0.0.23 - - [2026-02-19 02:15:59] "POST /neutron/port HTTP/1.1" 200 3066 0.014791 10.0.0.23 - - [2026-02-19 02:15:59] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004213 10.0.0.23 - - [2026-02-19 02:16:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002636 10.0.0.23 - - [2026-02-19 02:16:04] "GET /global-vrouter-config/2d5e8481-5d1c-4ecd-8ba7-ea3938cbcad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002911 10.0.0.23 - - [2026-02-19 02:16:04] "GET /virtual-networks?parent_id=2f62c59c-2b53-4b91-a6cd-8a60f1a2336e&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002543 10.0.0.23 - - [2026-02-19 02:16:05] "GET /virtual-network/ef698ae3-d3ef-42a8-ad3f-4eb78fc0fdc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005560 10.0.0.23 - - [2026-02-19 02:16:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002659 10.0.0.23 - - [2026-02-19 02:16:05] "GET /global-vrouter-config/2d5e8481-5d1c-4ecd-8ba7-ea3938cbcad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002516 10.0.0.23 - - [2026-02-19 02:16:05] "GET /virtual-networks?parent_id=2f62c59c-2b53-4b91-a6cd-8a60f1a2336e&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002571 10.0.0.23 - - [2026-02-19 02:16:05] "GET /virtual-network/918e1578-7998-42c6-a309-8ba99478e300?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.004931 10.0.0.23 - - [2026-02-19 02:16:05] "GET /global-system-configs HTTP/1.1" 401 292 0.000410 10.0.0.23 - - [2026-02-19 02:16:05] "GET /global-system-configs HTTP/1.1" 401 292 0.000362 10.0.0.23 - - [2026-02-19 02:16:05] "POST /fqname-to-id HTTP/1.1" 404 207 0.002452 10.0.0.23 - - [2026-02-19 02:16:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002105 10.0.0.23 - - [2026-02-19 02:16:05] "GET /projects?obj_uuids=2f62c59c-2b53-4b91-a6cd-8a60f1a2336e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000947 10.0.0.23 - - [2026-02-19 02:16:05] "GET /project/2f62c59c-2b53-4b91-a6cd-8a60f1a2336e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.019479 10.0.0.23 - - [2026-02-19 02:16:05] "POST /service-instances HTTP/1.1" 200 543 0.060517 10.0.0.23 - - [2026-02-19 02:16:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002465 10.0.0.23 - - [2026-02-19 02:16:05] "GET /service-instance/e0ce0296-8d7a-4bd9-b4ea-3472a14cade2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2136 0.004505 10.0.0.23 - - [2026-02-19 02:16:05] "POST /port-tuples HTTP/1.1" 200 586 0.020133 10.0.0.23 - - [2026-02-19 02:16:05] "GET /virtual-machine-interface/9713565f-4069-4cad-8631-b942c63d20f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2725 0.004690 10.0.0.23 - - [2026-02-19 02:16:05] "PUT /virtual-machine-interface/9713565f-4069-4cad-8631-b942c63d20f2 HTTP/1.1" 200 284 0.008638 10.0.0.23 - - [2026-02-19 02:16:06] "GET /global-system-configs HTTP/1.1" 401 292 0.000391 10.0.0.23 - - [2026-02-19 02:16:06] "GET /global-system-configs HTTP/1.1" 401 292 0.000340 10.0.0.23 - - [2026-02-19 02:16:06] "POST /ref-update HTTP/1.1" 200 156 0.008713 10.0.0.23 - - [2026-02-19 02:16:06] "POST /instance-ips HTTP/1.1" 200 385 0.040482 10.0.0.23 - - [2026-02-19 02:16:06] "GET /virtual-machine-interface/f4301eee-4b19-429d-8426-b2a786bc1ecb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2725 0.007311 10.0.0.23 - - [2026-02-19 02:16:06] "POST /ref-update HTTP/1.1" 200 156 0.007007 10.0.0.23 - - [2026-02-19 02:16:06] "PUT /virtual-machine-interface/f4301eee-4b19-429d-8426-b2a786bc1ecb HTTP/1.1" 200 284 0.010195 10.0.0.23 - - [2026-02-19 02:16:06] "POST /ref-update HTTP/1.1" 200 156 0.012178 10.0.0.23 - - [2026-02-19 02:16:06] "POST /ref-update HTTP/1.1" 200 156 0.009274 10.0.0.23 - - [2026-02-19 02:16:06] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.004136 10.0.0.23 - - [2026-02-19 02:16:06] "GET /virtual-machine-interface/9720068b-aecc-4dad-bbb2-f611ec70890c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2729 0.007049 10.0.0.23 - - [2026-02-19 02:16:06] "POST /instance-ips HTTP/1.1" 200 385 0.020188 10.0.0.23 - - [2026-02-19 02:16:06] "PUT /virtual-machine-interface/9720068b-aecc-4dad-bbb2-f611ec70890c HTTP/1.1" 200 284 0.008122 10.0.0.23 - - [2026-02-19 02:16:06] "POST /ref-update HTTP/1.1" 200 156 0.006393 10.0.0.23 - - [2026-02-19 02:16:06] "POST /ref-update HTTP/1.1" 200 156 0.007470 10.0.0.23 - - [2026-02-19 02:16:06] "POST /ref-update HTTP/1.1" 200 156 0.006831 10.0.0.23 - - [2026-02-19 02:16:06] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003234 10.0.0.23 - - [2026-02-19 02:16:06] "POST /neutron/port HTTP/1.1" 200 1124 0.013432 10.0.0.23 - - [2026-02-19 02:16:06] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006200 10.0.0.23 - - [2026-02-19 02:16:06] "POST /instance-ips HTTP/1.1" 200 373 0.014337 10.0.0.23 - - [2026-02-19 02:16:06] "POST /neutron/port HTTP/1.1" 200 1124 0.009979 10.0.0.23 - - [2026-02-19 02:16:06] "POST /ref-update HTTP/1.1" 200 156 0.008794 10.0.0.23 - - [2026-02-19 02:16:06] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005516 10.0.0.23 - - [2026-02-19 02:16:06] "POST /ref-update HTTP/1.1" 200 156 0.008924 10.0.0.23 - - [2026-02-19 02:16:06] "POST /neutron/port HTTP/1.1" 200 1124 0.015439 10.0.0.23 - - [2026-02-19 02:16:06] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004815 10.0.0.23 - - [2026-02-19 02:16:06] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003010 10.0.0.23 - - [2026-02-19 02:16:06] "GET /virtual-machine/1e2ad45b-44ac-45cf-bbd8-53856cc6f767 HTTP/1.1" 200 1290 0.004715 10.0.0.23 - - [2026-02-19 02:16:06] "GET /virtual-machine-interface/4ab0ab49-74c5-47b5-a424-646e1a8882b7 HTTP/1.1" 200 2946 0.003964 10.0.0.23 - - [2026-02-19 02:16:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002516 10.0.0.23 - - [2026-02-19 02:16:06] "GET /global-vrouter-config/2d5e8481-5d1c-4ecd-8ba7-ea3938cbcad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002385 10.0.0.23 - - [2026-02-19 02:16:06] "POST /instance-ips HTTP/1.1" 200 373 0.015007 10.0.0.23 - - [2026-02-19 02:16:06] "GET /virtual-networks?parent_id=2f62c59c-2b53-4b91-a6cd-8a60f1a2336e&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002390 10.0.0.23 - - [2026-02-19 02:16:06] "POST /ref-update HTTP/1.1" 200 156 0.007034 10.0.0.23 - - [2026-02-19 02:16:06] "GET /virtual-network/ef698ae3-d3ef-42a8-ad3f-4eb78fc0fdc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.004184 10.0.0.23 - - [2026-02-19 02:16:06] "POST /ref-update HTTP/1.1" 200 156 0.007479 10.0.0.23 - - [2026-02-19 02:16:06] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002564 10.0.0.23 - - [2026-02-19 02:16:06] "POST /instance-ips HTTP/1.1" 200 375 0.012863 10.0.0.23 - - [2026-02-19 02:16:06] "POST /ref-update HTTP/1.1" 200 156 0.006970 10.0.0.23 - - [2026-02-19 02:16:07] "POST /ref-update HTTP/1.1" 200 156 0.006981 10.0.0.23 - - [2026-02-19 02:16:07] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002491 10.0.0.23 - - [2026-02-19 02:16:07] "POST /instance-ips HTTP/1.1" 200 375 0.013104 10.0.0.23 - - [2026-02-19 02:16:07] "POST /ref-update HTTP/1.1" 200 156 0.008024 10.0.0.23 - - [2026-02-19 02:16:07] "POST /ref-update HTTP/1.1" 200 156 0.006766 10.0.0.23 - - [2026-02-19 02:16:07] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002672 10.0.0.23 - - [2026-02-19 02:16:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002451 10.0.0.23 - - [2026-02-19 02:16:07] "GET /global-vrouter-config/2d5e8481-5d1c-4ecd-8ba7-ea3938cbcad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002476 10.0.0.23 - - [2026-02-19 02:16:07] "GET /virtual-networks?parent_id=2f62c59c-2b53-4b91-a6cd-8a60f1a2336e&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002826 10.0.0.23 - - [2026-02-19 02:16:08] "GET /virtual-network/ef698ae3-d3ef-42a8-ad3f-4eb78fc0fdc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.004699 10.0.0.23 - - [2026-02-19 02:16:08] "POST /neutron/port HTTP/1.1" 200 1123 0.010156 10.0.0.23 - - [2026-02-19 02:16:08] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004770 10.0.0.23 - - [2026-02-19 02:16:08] "POST /neutron/port HTTP/1.1" 200 1123 0.009516 10.0.0.23 - - [2026-02-19 02:16:08] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004650 10.0.0.23 - - [2026-02-19 02:16:08] "POST /neutron/port HTTP/1.1" 200 1123 0.010561 10.0.0.23 - - [2026-02-19 02:16:08] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004868 10.0.0.23 - - [2026-02-19 02:16:08] "GET /virtual-machine/82c4fde3-be52-433c-b03a-0a98b71a71be HTTP/1.1" 200 1290 0.003588 10.0.0.23 - - [2026-02-19 02:16:08] "GET /virtual-machine-interface/36762737-f94a-488f-9d78-12f4887e1e12 HTTP/1.1" 200 2949 0.003740 10.0.0.23 - - [2026-02-19 02:16:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002288 10.0.0.23 - - [2026-02-19 02:16:08] "GET /global-vrouter-config/2d5e8481-5d1c-4ecd-8ba7-ea3938cbcad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002573 10.0.0.23 - - [2026-02-19 02:16:08] "GET /virtual-networks?parent_id=2f62c59c-2b53-4b91-a6cd-8a60f1a2336e&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002427 10.0.0.23 - - [2026-02-19 02:16:08] "GET /virtual-network/918e1578-7998-42c6-a309-8ba99478e300?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005095 10.0.0.23 - - [2026-02-19 02:16:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002545 10.0.0.23 - - [2026-02-19 02:16:09] "GET /global-vrouter-config/2d5e8481-5d1c-4ecd-8ba7-ea3938cbcad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003963 10.0.0.23 - - [2026-02-19 02:16:09] "GET /virtual-networks?parent_id=2f62c59c-2b53-4b91-a6cd-8a60f1a2336e&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002522 10.0.0.23 - - [2026-02-19 02:16:09] "GET /virtual-network/918e1578-7998-42c6-a309-8ba99478e300?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.004725 10.0.0.23 - - [2026-02-19 02:16:09] "POST /fqname-to-id HTTP/1.1" 404 211 0.002279 10.0.0.23 - - [2026-02-19 02:16:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.001870 10.0.0.23 - - [2026-02-19 02:16:10] "GET /projects?obj_uuids=2f62c59c-2b53-4b91-a6cd-8a60f1a2336e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000947 10.0.0.23 - - [2026-02-19 02:16:10] "GET /project/2f62c59c-2b53-4b91-a6cd-8a60f1a2336e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.021764 10.0.0.23 - - [2026-02-19 02:16:10] "POST /network-policys HTTP/1.1" 200 547 0.014129 10.0.0.23 - - [2026-02-19 02:16:10] "GET /network-policy/4069b237-4939-4fc7-9866-84cfc63ff99e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.004085 10.0.0.23 - - [2026-02-19 02:16:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002506 10.0.0.23 - - [2026-02-19 02:16:10] "GET /virtual-network/ef698ae3-d3ef-42a8-ad3f-4eb78fc0fdc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.004600 10.0.0.23 - - [2026-02-19 02:16:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002307 10.0.0.23 - - [2026-02-19 02:16:10] "GET /network-policy/4069b237-4939-4fc7-9866-84cfc63ff99e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.002992 10.0.0.23 - - [2026-02-19 02:16:10] "POST /fqname-to-id HTTP/1.1" 404 242 0.002431 10.0.0.23 - - [2026-02-19 02:16:10] "POST /ref-update HTTP/1.1" 200 156 0.026999 10.0.0.23 - - [2026-02-19 02:16:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002598 10.0.0.23 - - [2026-02-19 02:16:10] "POST /access-control-lists HTTP/1.1" 200 601 0.059897 10.0.0.23 - - [2026-02-19 02:16:10] "GET /network-policy/4069b237-4939-4fc7-9866-84cfc63ff99e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.002992 10.0.0.23 - - [2026-02-19 02:16:10] "POST /neutron/network HTTP/1.1" 200 922 0.005840 10.0.0.23 - - [2026-02-19 02:16:10] "GET /virtual-network/ef698ae3-d3ef-42a8-ad3f-4eb78fc0fdc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.004183 10.0.0.23 - - [2026-02-19 02:16:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002630 10.0.0.23 - - [2026-02-19 02:16:10] "GET /network-policy/4069b237-4939-4fc7-9866-84cfc63ff99e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003021 10.0.0.23 - - [2026-02-19 02:16:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002609 10.0.0.23 - - [2026-02-19 02:16:10] "GET /virtual-network/918e1578-7998-42c6-a309-8ba99478e300?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.004634 10.0.0.23 - - [2026-02-19 02:16:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002434 10.0.0.23 - - [2026-02-19 02:16:10] "GET /network-policy/4069b237-4939-4fc7-9866-84cfc63ff99e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003206 10.0.0.23 - - [2026-02-19 02:16:10] "POST /ref-update HTTP/1.1" 200 156 0.024562 10.0.0.23 - - [2026-02-19 02:16:10] "PUT /access-control-list/711f1579-672e-482f-85bb-534f932d9343 HTTP/1.1" 200 272 0.010027 10.0.0.23 - - [2026-02-19 02:16:10] "POST /fqname-to-id HTTP/1.1" 404 244 0.002080 10.0.0.23 - - [2026-02-19 02:16:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002434 10.0.0.23 - - [2026-02-19 02:16:11] "GET /network-policy/4069b237-4939-4fc7-9866-84cfc63ff99e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.016070 10.0.0.23 - - [2026-02-19 02:16:11] "POST /access-control-lists HTTP/1.1" 200 604 0.057548 10.0.0.23 - - [2026-02-19 02:16:11] "POST /neutron/network HTTP/1.1" 200 923 0.005877 10.0.0.23 - - [2026-02-19 02:16:11] "POST /routing-instances HTTP/1.1" 200 759 0.023479 10.0.0.23 - - [2026-02-19 02:16:11] "GET /virtual-network/918e1578-7998-42c6-a309-8ba99478e300?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.004772 10.0.0.23 - - [2026-02-19 02:16:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003642 10.0.0.23 - - [2026-02-19 02:16:11] "POST /route-targets HTTP/1.1" 200 327 0.008773 10.0.0.23 - - [2026-02-19 02:16:11] "GET /network-policy/4069b237-4939-4fc7-9866-84cfc63ff99e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.002864 10.0.0.23 - - [2026-02-19 02:16:11] "POST /ref-update HTTP/1.1" 200 156 0.008210 10.0.0.23 - - [2026-02-19 02:16:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002794 10.0.0.23 - - [2026-02-19 02:16:11] "GET /routing-instance/e5bbd5a0-d1d1-4a63-87d3-e4f553e7bd49?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1277 0.003246 10.0.0.23 - - [2026-02-19 02:16:11] "GET /service-template/d49855c8-dc4b-4487-94ac-738ba8af4fb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.003083 10.0.0.23 - - [2026-02-19 02:16:11] "GET /routing-instance/e5bbd5a0-d1d1-4a63-87d3-e4f553e7bd49?fields=routing_policy_back_refs HTTP/1.1" 200 1277 0.003356 10.0.0.23 - - [2026-02-19 02:16:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002432 10.0.0.23 - - [2026-02-19 02:16:11] "POST /ref-update HTTP/1.1" 200 156 0.007679 10.0.0.23 - - [2026-02-19 02:16:11] "GET /projects?obj_uuids=2f62c59c-2b53-4b91-a6cd-8a60f1a2336e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000946 10.0.0.23 - - [2026-02-19 02:16:11] "GET /project/2f62c59c-2b53-4b91-a6cd-8a60f1a2336e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.021389 10.0.0.23 - - [2026-02-19 02:16:11] "POST /routing-instances HTTP/1.1" 200 760 0.012660 10.0.0.23 - - [2026-02-19 02:16:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002309 10.0.0.23 - - [2026-02-19 02:16:11] "POST /route-targets HTTP/1.1" 200 327 0.008742 10.0.0.23 - - [2026-02-19 02:16:11] "GET /service-instance/e0ce0296-8d7a-4bd9-b4ea-3472a14cade2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3530 0.004324 10.0.0.23 - - [2026-02-19 02:16:11] "POST /ref-update HTTP/1.1" 200 156 0.008488 10.0.0.23 - - [2026-02-19 02:16:11] "GET /domains HTTP/1.1" 200 280 0.002582 10.0.0.23 - - [2026-02-19 02:16:11] "GET /domains?obj_uuids=2d5d818a-a03e-492f-8464-ff794ba593de&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000956 10.0.0.23 - - [2026-02-19 02:16:11] "GET /domain/2d5d818a-a03e-492f-8464-ff794ba593de HTTP/1.1" 200 2770 0.007300 10.0.0.23 - - [2026-02-19 02:16:11] "GET /projects?obj_uuids=2f62c59c-2b53-4b91-a6cd-8a60f1a2336e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001068 10.0.0.23 - - [2026-02-19 02:16:11] "GET /routing-instance/cdac5bb4-1457-4e58-9241-b932db17793f?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1279 0.003509 10.0.0.23 - - [2026-02-19 02:16:11] "GET /project/2f62c59c-2b53-4b91-a6cd-8a60f1a2336e HTTP/1.1" 200 4233 0.061169 10.0.0.23 - - [2026-02-19 02:16:11] "GET /routing-instance/cdac5bb4-1457-4e58-9241-b932db17793f?fields=routing_policy_back_refs HTTP/1.1" 200 1279 0.002597 10.0.0.23 - - [2026-02-19 02:16:11] "GET /service-instance/e0ce0296-8d7a-4bd9-b4ea-3472a14cade2 HTTP/1.1" 200 3784 0.003783 10.0.0.23 - - [2026-02-19 02:16:11] "GET /domains HTTP/1.1" 200 280 0.001562 10.0.0.23 - - [2026-02-19 02:16:11] "GET /domains?obj_uuids=2d5d818a-a03e-492f-8464-ff794ba593de&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000736 10.0.0.23 - - [2026-02-19 02:16:11] "PUT /routing-instance/e5bbd5a0-d1d1-4a63-87d3-e4f553e7bd49 HTTP/1.1" 200 266 0.008583 10.0.0.23 - - [2026-02-19 02:16:11] "GET /domain/2d5d818a-a03e-492f-8464-ff794ba593de HTTP/1.1" 200 2770 0.053255 10.0.0.23 - - [2026-02-19 02:16:11] "GET /projects?obj_uuids=2f62c59c-2b53-4b91-a6cd-8a60f1a2336e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001070 10.0.0.23 - - [2026-02-19 02:16:11] "PUT /routing-instance/cdac5bb4-1457-4e58-9241-b932db17793f HTTP/1.1" 200 266 0.009044 10.0.0.23 - - [2026-02-19 02:16:11] "GET /project/2f62c59c-2b53-4b91-a6cd-8a60f1a2336e HTTP/1.1" 200 4233 0.068766 10.0.0.23 - - [2026-02-19 02:16:11] "GET /service-instance/e0ce0296-8d7a-4bd9-b4ea-3472a14cade2 HTTP/1.1" 200 3784 0.003673 10.0.0.23 - - [2026-02-19 02:16:11] "GET /port-tuple/306d55db-026e-4663-bb41-0e9a58d16295 HTTP/1.1" 200 1979 0.003060 10.0.0.23 - - [2026-02-19 02:16:11] "GET /virtual-machine-interface/9713565f-4069-4cad-8631-b942c63d20f2 HTTP/1.1" 200 3816 0.006231 10.0.0.23 - - [2026-02-19 02:16:11] "GET /virtual-machine-interface/9720068b-aecc-4dad-bbb2-f611ec70890c HTTP/1.1" 200 3805 0.004133 10.0.0.23 - - [2026-02-19 02:16:11] "POST /ref-update HTTP/1.1" 200 156 0.014273 10.0.0.23 - - [2026-02-19 02:16:11] "GET /virtual-machine-interface/f4301eee-4b19-429d-8426-b2a786bc1ecb HTTP/1.1" 200 3798 0.005640 10.0.0.23 - - [2026-02-19 02:16:11] "PUT /access-control-list/7b025c77-aa47-4e38-939d-e22a7c324aef HTTP/1.1" 200 272 0.012016 10.0.0.23 - - [2026-02-19 02:16:11] "POST /neutron/port HTTP/1.1" 200 3837 0.041159 10.0.0.23 - - [2026-02-19 02:16:11] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005012 10.0.0.23 - - [2026-02-19 02:16:11] "POST /neutron/port HTTP/1.1" 200 3837 0.023260 10.0.0.23 - - [2026-02-19 02:16:11] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006289 10.0.0.23 - - [2026-02-19 02:16:12] "POST /neutron/port HTTP/1.1" 200 3837 0.023469 10.0.0.23 - - [2026-02-19 02:16:12] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004656 10.0.0.23 - - [2026-02-19 02:16:12] "POST /neutron/port HTTP/1.1" 200 3837 0.024157 10.0.0.23 - - [2026-02-19 02:16:12] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004922 10.0.0.23 - - [2026-02-19 02:16:12] "POST /neutron/network HTTP/1.1" 200 896 0.012752 10.0.0.23 - - [2026-02-19 02:16:12] "POST /neutron/network HTTP/1.1" 200 922 0.004148 10.0.0.23 - - [2026-02-19 02:16:12] "POST /neutron/network HTTP/1.1" 200 808 0.010504 10.0.0.23 - - [2026-02-19 02:16:12] "POST /neutron/network HTTP/1.1" 200 834 0.004381 10.0.0.23 - - [2026-02-19 02:16:12] "POST /neutron/network HTTP/1.1" 200 897 0.008919 10.0.0.23 - - [2026-02-19 02:16:12] "POST /neutron/network HTTP/1.1" 200 923 0.004159 10.0.0.23 - - [2026-02-19 02:16:12] "POST /id-to-fqname HTTP/1.1" 200 223 0.001021 10.0.0.23 - - [2026-02-19 02:16:12] "POST /id-to-fqname HTTP/1.1" 200 223 0.000883 10.0.0.23 - - [2026-02-19 02:16:12] "POST /id-to-fqname HTTP/1.1" 200 224 0.001215 10.0.0.23 - - [2026-02-19 02:16:12] "GET /virtual-machine/6fe66330-2965-4b5a-97a8-8c3d8df44f9e HTTP/1.1" 200 1802 0.003066 10.0.0.23 - - [2026-02-19 02:16:12] "GET /virtual-machine-interface/9713565f-4069-4cad-8631-b942c63d20f2 HTTP/1.1" 200 3816 0.004384 10.0.0.23 - - [2026-02-19 02:16:12] "GET /virtual-machine-interface/9720068b-aecc-4dad-bbb2-f611ec70890c HTTP/1.1" 200 3805 0.003921 10.0.0.23 - - [2026-02-19 02:16:12] "GET /virtual-machine-interface/f4301eee-4b19-429d-8426-b2a786bc1ecb HTTP/1.1" 200 3798 0.003900 10.0.0.23 - - [2026-02-19 02:16:12] "GET /instance-ip/5eb9f311-790f-4f59-ab49-83b2be454595 HTTP/1.1" 200 1623 0.003464 10.0.0.23 - - [2026-02-19 02:16:12] "GET /instance-ip/71e18e80-e712-43d0-9915-e54130d2be71 HTTP/1.1" 200 1978 0.002743 10.0.0.23 - - [2026-02-19 02:16:12] "GET /instance-ip/a4e21fe7-be8e-4456-93b5-9a1ea047d523 HTTP/1.1" 200 1981 0.002364 10.0.0.23 - - [2026-02-19 02:16:12] "GET /instance-ip/11f4521e-a3e4-4254-84f5-165ac0adae3f HTTP/1.1" 200 1959 0.002490 10.0.0.23 - - [2026-02-19 02:16:12] "GET /instance-ip/790a9621-0aaa-4a31-a35f-46d31ad8cbad HTTP/1.1" 200 1623 0.003356 10.0.0.23 - - [2026-02-19 02:16:12] "GET /instance-ip/b3c02ebe-ac97-4150-a5ce-bf4f2168bc88 HTTP/1.1" 200 1959 0.002750 10.0.0.23 - - [2026-02-19 02:16:12] "GET /instance-ip/cf70ed66-aac6-4411-8e73-3ea87a0a93f4 HTTP/1.1" 200 1955 0.002551 10.0.0.23 - - [2026-02-19 02:16:12] "GET /instance-ip/d5b792e2-7d2b-4d2d-8d28-b62f0d2425b9 HTTP/1.1" 200 1624 0.003255 10.0.0.23 - - [2026-02-19 02:16:12] "GET /instance-ip/d86ba80d-921a-45a5-b107-33c85345d7a3 HTTP/1.1" 200 1957 0.002676 10.0.0.23 - - [2026-02-19 02:16:12] "POST /neutron/port HTTP/1.1" 200 3837 0.023369 10.0.0.23 - - [2026-02-19 02:16:12] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004820 10.0.0.23 - - [2026-02-19 02:16:12] "POST /neutron/port HTTP/1.1" 200 3837 0.023891 10.0.0.23 - - [2026-02-19 02:16:12] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004841 10.0.0.23 - - [2026-02-19 02:16:12] "POST /neutron/port HTTP/1.1" 200 3837 0.030963 10.0.0.23 - - [2026-02-19 02:16:12] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004987 10.0.0.23 - - [2026-02-19 02:16:12] "POST /neutron/port HTTP/1.1" 200 3837 0.023459 10.0.0.23 - - [2026-02-19 02:16:12] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004975 10.0.0.23 - - [2026-02-19 02:16:12] "GET /virtual-machine/6fe66330-2965-4b5a-97a8-8c3d8df44f9e HTTP/1.1" 200 1802 0.002805 10.0.0.23 - - [2026-02-19 02:16:12] "GET /virtual-machine-interface/9713565f-4069-4cad-8631-b942c63d20f2 HTTP/1.1" 200 3816 0.003863 10.0.0.23 - - [2026-02-19 02:16:12] "GET /virtual-machine-interface/9720068b-aecc-4dad-bbb2-f611ec70890c HTTP/1.1" 200 3805 0.003622 10.0.0.23 - - [2026-02-19 02:16:12] "GET /virtual-machine-interface/f4301eee-4b19-429d-8426-b2a786bc1ecb HTTP/1.1" 200 3798 0.003530 10.0.0.23 - - [2026-02-19 02:16:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.001991 10.0.0.23 - - [2026-02-19 02:16:12] "GET /global-vrouter-config/2d5e8481-5d1c-4ecd-8ba7-ea3938cbcad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002110 10.0.0.23 - - [2026-02-19 02:16:12] "GET /virtual-networks?parent_id=2f62c59c-2b53-4b91-a6cd-8a60f1a2336e&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002381 10.0.0.23 - - [2026-02-19 02:16:12] "GET /virtual-network/ef698ae3-d3ef-42a8-ad3f-4eb78fc0fdc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.004833 10.0.0.23 - - [2026-02-19 02:16:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002378 10.0.0.23 - - [2026-02-19 02:16:14] "GET /global-vrouter-config/2d5e8481-5d1c-4ecd-8ba7-ea3938cbcad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002321 10.0.0.23 - - [2026-02-19 02:16:14] "GET /virtual-networks?parent_id=2f62c59c-2b53-4b91-a6cd-8a60f1a2336e&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002649 10.0.0.23 - - [2026-02-19 02:16:14] "GET /virtual-network/ef698ae3-d3ef-42a8-ad3f-4eb78fc0fdc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.004355 10.0.0.23 - - [2026-02-19 02:16:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002589 10.0.0.23 - - [2026-02-19 02:16:14] "GET /global-vrouter-config/2d5e8481-5d1c-4ecd-8ba7-ea3938cbcad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002944 10.0.0.23 - - [2026-02-19 02:16:14] "GET /virtual-networks?parent_id=2f62c59c-2b53-4b91-a6cd-8a60f1a2336e&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002787 10.0.0.23 - - [2026-02-19 02:16:14] "GET /virtual-network/ef698ae3-d3ef-42a8-ad3f-4eb78fc0fdc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.004911 10.0.0.23 - - [2026-02-19 02:16:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003818 10.0.0.23 - - [2026-02-19 02:16:14] "GET /global-vrouter-config/2d5e8481-5d1c-4ecd-8ba7-ea3938cbcad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003423 10.0.0.23 - - [2026-02-19 02:16:14] "GET /virtual-networks?parent_id=2f62c59c-2b53-4b91-a6cd-8a60f1a2336e&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002833 10.0.0.23 - - [2026-02-19 02:16:14] "GET /virtual-network/ef698ae3-d3ef-42a8-ad3f-4eb78fc0fdc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.004595 10.0.0.23 - - [2026-02-19 02:16:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002410 10.0.0.23 - - [2026-02-19 02:16:14] "GET /global-vrouter-config/2d5e8481-5d1c-4ecd-8ba7-ea3938cbcad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002964 10.0.0.23 - - [2026-02-19 02:16:14] "GET /virtual-networks?parent_id=2f62c59c-2b53-4b91-a6cd-8a60f1a2336e&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002602 10.0.0.23 - - [2026-02-19 02:16:14] "GET /virtual-network/ef698ae3-d3ef-42a8-ad3f-4eb78fc0fdc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.005416 10.0.0.23 - - [2026-02-19 02:16:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002758 10.0.0.23 - - [2026-02-19 02:16:14] "GET /global-vrouter-config/2d5e8481-5d1c-4ecd-8ba7-ea3938cbcad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003492 10.0.0.23 - - [2026-02-19 02:16:14] "GET /virtual-networks?parent_id=2f62c59c-2b53-4b91-a6cd-8a60f1a2336e&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002477 10.0.0.23 - - [2026-02-19 02:16:14] "GET /virtual-network/0ccf0b8c-dff5-4328-8066-237d03594e64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005651 10.0.0.23 - - [2026-02-19 02:16:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002584 10.0.0.23 - - [2026-02-19 02:16:15] "GET /global-vrouter-config/2d5e8481-5d1c-4ecd-8ba7-ea3938cbcad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003292 10.0.0.23 - - [2026-02-19 02:16:15] "GET /virtual-networks?parent_id=2f62c59c-2b53-4b91-a6cd-8a60f1a2336e&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002458 10.0.0.23 - - [2026-02-19 02:16:15] "GET /virtual-network/0ccf0b8c-dff5-4328-8066-237d03594e64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004618 10.0.0.23 - - [2026-02-19 02:16:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002362 10.0.0.23 - - [2026-02-19 02:16:15] "GET /global-vrouter-config/2d5e8481-5d1c-4ecd-8ba7-ea3938cbcad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003168 10.0.0.23 - - [2026-02-19 02:16:15] "GET /virtual-networks?parent_id=2f62c59c-2b53-4b91-a6cd-8a60f1a2336e&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002802 10.0.0.23 - - [2026-02-19 02:16:15] "GET /virtual-network/0ccf0b8c-dff5-4328-8066-237d03594e64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004850 10.0.0.23 - - [2026-02-19 02:16:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002518 10.0.0.23 - - [2026-02-19 02:16:15] "GET /global-vrouter-config/2d5e8481-5d1c-4ecd-8ba7-ea3938cbcad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002961 10.0.0.23 - - [2026-02-19 02:16:15] "GET /virtual-networks?parent_id=2f62c59c-2b53-4b91-a6cd-8a60f1a2336e&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002602 10.0.0.23 - - [2026-02-19 02:16:15] "GET /virtual-network/0ccf0b8c-dff5-4328-8066-237d03594e64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004591 10.0.0.23 - - [2026-02-19 02:16:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002823 10.0.0.23 - - [2026-02-19 02:16:15] "GET /global-vrouter-config/2d5e8481-5d1c-4ecd-8ba7-ea3938cbcad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003088 10.0.0.23 - - [2026-02-19 02:16:15] "GET /virtual-networks?parent_id=2f62c59c-2b53-4b91-a6cd-8a60f1a2336e&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002638 10.0.0.23 - - [2026-02-19 02:16:15] "GET /virtual-network/918e1578-7998-42c6-a309-8ba99478e300?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.004882 10.0.0.23 - - [2026-02-19 02:16:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002674 10.0.0.23 - - [2026-02-19 02:16:15] "GET /global-vrouter-config/2d5e8481-5d1c-4ecd-8ba7-ea3938cbcad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002891 10.0.0.23 - - [2026-02-19 02:16:15] "GET /virtual-networks?parent_id=2f62c59c-2b53-4b91-a6cd-8a60f1a2336e&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002439 10.0.0.23 - - [2026-02-19 02:16:16] "GET /virtual-network/918e1578-7998-42c6-a309-8ba99478e300?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.004703 10.0.0.23 - - [2026-02-19 02:16:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002498 10.0.0.23 - - [2026-02-19 02:16:16] "GET /global-vrouter-config/2d5e8481-5d1c-4ecd-8ba7-ea3938cbcad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003158 10.0.0.23 - - [2026-02-19 02:16:16] "GET /virtual-networks?parent_id=2f62c59c-2b53-4b91-a6cd-8a60f1a2336e&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002497 10.0.0.23 - - [2026-02-19 02:16:16] "GET /virtual-network/918e1578-7998-42c6-a309-8ba99478e300?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.004359 10.0.0.23 - - [2026-02-19 02:16:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002975 10.0.0.23 - - [2026-02-19 02:16:16] "GET /global-vrouter-config/2d5e8481-5d1c-4ecd-8ba7-ea3938cbcad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002900 10.0.0.23 - - [2026-02-19 02:16:16] "GET /virtual-networks?parent_id=2f62c59c-2b53-4b91-a6cd-8a60f1a2336e&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002662 10.0.0.23 - - [2026-02-19 02:16:16] "GET /virtual-network/918e1578-7998-42c6-a309-8ba99478e300?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.004346 10.0.0.23 - - [2026-02-19 02:16:16] "GET /virtual-machine/6fe66330-2965-4b5a-97a8-8c3d8df44f9e HTTP/1.1" 200 1802 0.003177 10.0.0.23 - - [2026-02-19 02:16:16] "GET /domains HTTP/1.1" 200 280 0.001810 10.0.0.23 - - [2026-02-19 02:16:16] "GET /domains?obj_uuids=2d5d818a-a03e-492f-8464-ff794ba593de&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.026263 10.0.0.23 - - [2026-02-19 02:16:16] "GET /domain/2d5d818a-a03e-492f-8464-ff794ba593de HTTP/1.1" 200 2770 0.030864 10.0.0.23 - - [2026-02-19 02:16:16] "GET /projects?obj_uuids=2f62c59c-2b53-4b91-a6cd-8a60f1a2336e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000848 10.0.0.23 - - [2026-02-19 02:16:16] "GET /project/2f62c59c-2b53-4b91-a6cd-8a60f1a2336e HTTP/1.1" 200 4233 0.068480 10.0.0.23 - - [2026-02-19 02:16:16] "GET /service-instance/e0ce0296-8d7a-4bd9-b4ea-3472a14cade2 HTTP/1.1" 200 3784 0.003005 10.0.0.23 - - [2026-02-19 02:16:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.001843 10.0.0.23 - - [2026-02-19 02:16:16] "GET /routing-instance/36146d7d-656b-47ae-b15d-6271d01d6073?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1887 0.002539 10.0.0.23 - - [2026-02-19 02:16:16] "GET /routing-instance/36146d7d-656b-47ae-b15d-6271d01d6073?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2020 0.004212 10.0.0.23 - - [2026-02-19 02:16:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002409 10.0.0.23 - - [2026-02-19 02:16:16] "GET /routing-instance/da5b6319-df4b-4f06-88f5-03861090a26e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1892 0.003965 10.0.0.23 - - [2026-02-19 02:16:16] "GET /routing-instance/da5b6319-df4b-4f06-88f5-03861090a26e?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2023 0.004586 10.0.0.23 - - [2026-02-19 02:16:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002387 10.0.0.23 - - [2026-02-19 02:16:16] "GET /virtual-network/ef698ae3-d3ef-42a8-ad3f-4eb78fc0fdc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.004742 10.0.0.23 - - [2026-02-19 02:16:16] "GET /virtual-network/ef698ae3-d3ef-42a8-ad3f-4eb78fc0fdc6?fields=routing_instances HTTP/1.1" 200 1684 0.005413 10.0.0.23 - - [2026-02-19 02:16:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002439 10.0.0.23 - - [2026-02-19 02:16:17] "GET /virtual-network/918e1578-7998-42c6-a309-8ba99478e300?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.004421 10.0.0.23 - - [2026-02-19 02:16:17] "GET /virtual-network/918e1578-7998-42c6-a309-8ba99478e300?fields=routing_instances HTTP/1.1" 200 1689 0.006016 10.0.0.23 - - [2026-02-19 02:16:21] "POST /ref-update HTTP/1.1" 200 156 0.025254 10.0.0.23 - - [2026-02-19 02:16:21] "POST /neutron/network HTTP/1.1" 200 835 0.005592 10.0.0.23 - - [2026-02-19 02:16:21] "GET /virtual-network/918e1578-7998-42c6-a309-8ba99478e300?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005086 10.0.0.23 - - [2026-02-19 02:16:21] "DELETE /access-control-list/7b025c77-aa47-4e38-939d-e22a7c324aef HTTP/1.1" 200 115 0.046617 10.0.0.23 - - [2026-02-19 02:16:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002750 10.0.0.23 - - [2026-02-19 02:16:21] "DELETE /routing-instance/e5bbd5a0-d1d1-4a63-87d3-e4f553e7bd49 HTTP/1.1" 200 115 0.026262 10.0.0.23 - - [2026-02-19 02:16:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004906 10.0.0.23 - - [2026-02-19 02:16:21] "GET /network-policy/4069b237-4939-4fc7-9866-84cfc63ff99e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.004622 10.0.0.23 - - [2026-02-19 02:16:21] "DELETE /route-target/dddeda5c-ef75-4776-88db-bd6a99502037 HTTP/1.1" 200 115 0.013097 10.0.0.23 - - [2026-02-19 02:16:21] "POST /ref-update HTTP/1.1" 200 156 0.034384 10.0.0.23 - - [2026-02-19 02:16:21] "DELETE /routing-instance/cdac5bb4-1457-4e58-9241-b932db17793f HTTP/1.1" 200 115 0.037898 10.0.0.23 - - [2026-02-19 02:16:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004384 10.0.0.23 - - [2026-02-19 02:16:21] "POST /neutron/network HTTP/1.1" 200 834 0.006218 10.0.0.23 - - [2026-02-19 02:16:21] "GET /virtual-network/ef698ae3-d3ef-42a8-ad3f-4eb78fc0fdc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.004861 10.0.0.23 - - [2026-02-19 02:16:21] "DELETE /route-target/ff9cb81e-fbd6-4b62-b903-2a9efb99c8f4 HTTP/1.1" 200 115 0.015278 10.0.0.23 - - [2026-02-19 02:16:21] "DELETE /access-control-list/711f1579-672e-482f-85bb-534f932d9343 HTTP/1.1" 200 115 0.023126 10.0.0.23 - - [2026-02-19 02:16:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002195 10.0.0.23 - - [2026-02-19 02:16:21] "GET /network-policy/4069b237-4939-4fc7-9866-84cfc63ff99e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.002960 10.0.0.23 - - [2026-02-19 02:16:21] "DELETE /network-policy/4069b237-4939-4fc7-9866-84cfc63ff99e HTTP/1.1" 200 115 0.016172 10.0.0.23 - - [2026-02-19 02:16:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002778 10.0.0.23 - - [2026-02-19 02:16:21] "DELETE /service-instance/e0ce0296-8d7a-4bd9-b4ea-3472a14cade2 HTTP/1.1" 200 115 0.038918 10.0.0.23 - - [2026-02-19 02:16:21] "GET /domains HTTP/1.1" 200 280 0.002143 10.0.0.23 - - [2026-02-19 02:16:21] "POST /ref-update HTTP/1.1" 200 156 0.010874 10.0.0.23 - - [2026-02-19 02:16:21] "GET /domains?obj_uuids=2d5d818a-a03e-492f-8464-ff794ba593de&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000984 10.0.0.23 - - [2026-02-19 02:16:21] "GET /domain/2d5d818a-a03e-492f-8464-ff794ba593de HTTP/1.1" 200 2770 0.009007 10.0.0.23 - - [2026-02-19 02:16:21] "GET /projects?obj_uuids=2f62c59c-2b53-4b91-a6cd-8a60f1a2336e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001855 10.0.0.23 - - [2026-02-19 02:16:21] "DELETE /instance-ip/11f4521e-a3e4-4254-84f5-165ac0adae3f HTTP/1.1" 200 115 0.029512 10.0.0.23 - - [2026-02-19 02:16:21] "POST /ref-update HTTP/1.1" 200 156 0.008503 10.0.0.23 - - [2026-02-19 02:16:21] "GET /project/2f62c59c-2b53-4b91-a6cd-8a60f1a2336e HTTP/1.1" 200 3759 0.065105 10.0.0.23 - - [2026-02-19 02:16:21] "GET /virtual-machine/6fe66330-2965-4b5a-97a8-8c3d8df44f9e HTTP/1.1" 200 1802 0.002843 10.0.0.23 - - [2026-02-19 02:16:21] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002584 10.0.0.23 - - [2026-02-19 02:16:21] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.001584 10.0.0.23 - - [2026-02-19 02:16:21] "DELETE /instance-ip/d86ba80d-921a-45a5-b107-33c85345d7a3 HTTP/1.1" 200 115 0.015707 10.0.0.23 - - [2026-02-19 02:16:21] "POST /ref-update HTTP/1.1" 200 156 0.006913 10.0.0.23 - - [2026-02-19 02:16:21] "DELETE /instance-ip/b3c02ebe-ac97-4150-a5ce-bf4f2168bc88 HTTP/1.1" 200 115 0.018708 10.0.0.23 - - [2026-02-19 02:16:21] "POST /ref-update HTTP/1.1" 200 156 0.008483 10.0.0.23 - - [2026-02-19 02:16:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002415 10.0.0.23 - - [2026-02-19 02:16:21] "DELETE /service-template/d49855c8-dc4b-4487-94ac-738ba8af4fb7 HTTP/1.1" 200 115 0.026668 10.0.0.23 - - [2026-02-19 02:16:21] "DELETE /instance-ip/a4e21fe7-be8e-4456-93b5-9a1ea047d523 HTTP/1.1" 200 115 0.024971 10.0.0.23 - - [2026-02-19 02:16:21] "POST /fqname-to-id HTTP/1.1" 404 193 0.004052 10.0.0.23 - - [2026-02-19 02:16:21] "POST /ref-update HTTP/1.1" 200 156 0.010884 10.0.0.23 - - [2026-02-19 02:16:22] "DELETE /instance-ip/cf70ed66-aac6-4411-8e73-3ea87a0a93f4 HTTP/1.1" 200 115 0.018838 10.0.0.23 - - [2026-02-19 02:16:22] "POST /ref-update HTTP/1.1" 200 156 0.009701 10.0.0.23 - - [2026-02-19 02:16:22] "DELETE /instance-ip/71e18e80-e712-43d0-9915-e54130d2be71 HTTP/1.1" 200 115 0.027285 10.0.0.23 - - [2026-02-19 02:16:22] "POST /neutron/network HTTP/1.1" 200 835 0.005850 10.0.0.23 - - [2026-02-19 02:16:22] "POST /neutron/network HTTP/1.1" 400 204 0.010255 10.0.0.23 - - [2026-02-19 02:16:22] "POST /neutron/port HTTP/1.1" 200 1123 0.012992 10.0.0.23 - - [2026-02-19 02:16:22] "POST /neutron/port HTTP/1.1" 200 1113 0.010839 10.0.0.23 - - [2026-02-19 02:16:22] "POST /neutron/port HTTP/1.1" 200 1124 0.013447 10.0.0.23 - - [2026-02-19 02:16:22] "POST /neutron/port HTTP/1.1" 200 1114 0.011061 10.0.0.23 - - [2026-02-19 02:16:22] "POST /neutron/port HTTP/1.1" 200 151 0.096411 10.0.0.23 - - [2026-02-19 02:16:22] "POST /neutron/port HTTP/1.1" 200 151 0.092752 10.0.0.23 - - [2026-02-19 02:16:22] "POST /neutron/port HTTP/1.1" 200 3066 0.020054 10.0.0.23 - - [2026-02-19 02:16:22] "POST /neutron/port HTTP/1.1" 200 1113 0.008983 10.0.0.23 - - [2026-02-19 02:16:23] "POST /neutron/port HTTP/1.1" 200 151 0.081178 10.0.0.23 - - [2026-02-19 02:16:23] "POST /neutron/port HTTP/1.1" 200 1114 0.009329 10.0.0.23 - - [2026-02-19 02:16:23] "POST /neutron/port HTTP/1.1" 200 151 0.080433 10.0.0.23 - - [2026-02-19 02:16:23] "POST /neutron/port HTTP/1.1" 200 1114 0.009133 10.0.0.23 - - [2026-02-19 02:16:23] "POST /neutron/port HTTP/1.1" 200 151 0.091487 10.0.0.23 - - [2026-02-19 02:16:24] "POST /neutron/network HTTP/1.1" 200 835 0.004807 10.0.0.23 - - [2026-02-19 02:16:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004812 10.0.0.23 - - [2026-02-19 02:16:24] "POST /useragent-kv HTTP/1.1" 200 115 0.001937 10.0.0.23 - - [2026-02-19 02:16:24] "POST /useragent-kv HTTP/1.1" 200 115 0.002486 10.0.0.23 - - [2026-02-19 02:16:24] "POST /neutron/network HTTP/1.1" 200 151 0.087991 10.0.0.23 - - [2026-02-19 02:16:24] "DELETE /route-target/42016dc1-8ab8-457e-b041-977269705a07 HTTP/1.1" 200 115 0.014207 10.0.0.23 - - [2026-02-19 02:16:24] "GET /routing-instance/da5b6319-df4b-4f06-88f5-03861090a26e HTTP/1.1" 404 171 0.002236 10.0.0.23 - - [2026-02-19 02:16:24] "GET /domains HTTP/1.1" 200 280 0.002503 10.0.0.23 - - [2026-02-19 02:16:24] "GET /domains?obj_uuids=2d5d818a-a03e-492f-8464-ff794ba593de&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001400 10.0.0.23 - - [2026-02-19 02:16:24] "GET /domain/2d5d818a-a03e-492f-8464-ff794ba593de HTTP/1.1" 200 2570 0.052787 10.0.0.23 - - [2026-02-19 02:16:24] "GET /projects?obj_uuids=2f62c59c-2b53-4b91-a6cd-8a60f1a2336e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000902 10.0.0.23 - - [2026-02-19 02:16:24] "GET /project/2f62c59c-2b53-4b91-a6cd-8a60f1a2336e HTTP/1.1" 200 2298 0.062663 10.0.0.23 - - [2026-02-19 02:16:24] "POST /neutron/network HTTP/1.1" 200 834 0.005038 10.0.0.23 - - [2026-02-19 02:16:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003713 10.0.0.23 - - [2026-02-19 02:16:24] "POST /useragent-kv HTTP/1.1" 200 115 0.002676 10.0.0.23 - - [2026-02-19 02:16:24] "POST /useragent-kv HTTP/1.1" 200 115 0.001617 10.0.0.23 - - [2026-02-19 02:16:24] "POST /neutron/network HTTP/1.1" 200 151 0.069514 10.0.0.23 - - [2026-02-19 02:16:24] "DELETE /route-target/cff2030f-d865-4d24-8ee8-522e70da87e1 HTTP/1.1" 200 115 0.013924 10.0.0.23 - - [2026-02-19 02:16:24] "GET /routing-instance/36146d7d-656b-47ae-b15d-6271d01d6073 HTTP/1.1" 404 171 0.001877 10.0.0.23 - - [2026-02-19 02:16:24] "GET /domains HTTP/1.1" 200 280 0.001780 10.0.0.23 - - [2026-02-19 02:16:24] "GET /domains?obj_uuids=2d5d818a-a03e-492f-8464-ff794ba593de&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001042 10.0.0.23 - - [2026-02-19 02:16:24] "GET /domain/2d5d818a-a03e-492f-8464-ff794ba593de HTTP/1.1" 200 2570 0.047929 10.0.0.23 - - [2026-02-19 02:16:24] "GET /projects?obj_uuids=2f62c59c-2b53-4b91-a6cd-8a60f1a2336e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001475 10.0.0.23 - - [2026-02-19 02:16:24] "GET /project/2f62c59c-2b53-4b91-a6cd-8a60f1a2336e HTTP/1.1" 200 2080 0.063834 10.0.0.23 - - [2026-02-19 02:16:24] "POST /neutron/network HTTP/1.1" 200 834 0.005087 10.0.0.23 - - [2026-02-19 02:16:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004148 10.0.0.23 - - [2026-02-19 02:16:24] "POST /useragent-kv HTTP/1.1" 200 115 0.002665 10.0.0.23 - - [2026-02-19 02:16:24] "POST /useragent-kv HTTP/1.1" 200 115 0.001626 10.0.0.23 - - [2026-02-19 02:16:24] "POST /neutron/network HTTP/1.1" 200 151 0.069607 10.0.0.23 - - [2026-02-19 02:16:24] "DELETE /route-target/b7241163-3b1d-4120-bfa9-f4786c3c242a HTTP/1.1" 200 115 0.014730 10.0.0.23 - - [2026-02-19 02:16:24] "GET /routing-instance/003078b7-5f5a-4482-a6bf-1c51e73a3f2f HTTP/1.1" 404 171 0.002464 10.0.0.23 - - [2026-02-19 02:16:24] "GET /domains HTTP/1.1" 200 280 0.001774 10.0.0.23 - - [2026-02-19 02:16:24] "GET /domains?obj_uuids=2d5d818a-a03e-492f-8464-ff794ba593de&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000816 10.0.0.23 - - [2026-02-19 02:16:24] "GET /domain/2d5d818a-a03e-492f-8464-ff794ba593de HTTP/1.1" 200 2570 0.047983 10.0.0.23 - - [2026-02-19 02:16:24] "GET /projects?obj_uuids=2f62c59c-2b53-4b91-a6cd-8a60f1a2336e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001391 10.0.0.23 - - [2026-02-19 02:16:24] "GET /project/2f62c59c-2b53-4b91-a6cd-8a60f1a2336e HTTP/1.1" 200 1840 0.063921 10.0.0.23 - - [2026-02-19 02:16:25] "GET /projects?obj_uuids=2f62c59c-2b53-4b91-a6cd-8a60f1a2336e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000916 10.0.0.23 - - [2026-02-19 02:16:25] "GET /project/2f62c59c-2b53-4b91-a6cd-8a60f1a2336e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.050022 10.0.0.23 - - [2026-02-19 02:16:25] "GET /projects?obj_uuids=2f62c59c-2b53-4b91-a6cd-8a60f1a2336e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000854 10.0.0.23 - - [2026-02-19 02:16:25] "GET /project/2f62c59c-2b53-4b91-a6cd-8a60f1a2336e?fields=virtual_networks HTTP/1.1" 200 1028 0.064981 10.0.0.23 - - [2026-02-19 02:16:25] "GET /projects?obj_uuids=2f62c59c-2b53-4b91-a6cd-8a60f1a2336e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000985 10.0.0.23 - - [2026-02-19 02:16:25] "GET /project/2f62c59c-2b53-4b91-a6cd-8a60f1a2336e?fields=virtual_machine_interfaces HTTP/1.1" 200 1028 0.020242 10.0.0.23 - - [2026-02-19 02:16:25] "GET /projects?obj_uuids=2f62c59c-2b53-4b91-a6cd-8a60f1a2336e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000992 10.0.0.23 - - [2026-02-19 02:16:25] "GET /project/2f62c59c-2b53-4b91-a6cd-8a60f1a2336e?fields=security_groups HTTP/1.1" 200 1252 0.020129 10.0.0.23 - - [2026-02-19 02:16:26] "POST /fqname-to-id HTTP/1.1" 404 189 0.031401 10.0.0.23 - - [2026-02-19 02:16:26] "GET /projects?obj_uuids=448f73ff-b51c-47b2-8935-83c8092b86a6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002017 10.0.0.23 - - [2026-02-19 02:16:26] "GET /domains?obj_uuids=2d5d818a-a03e-492f-8464-ff794ba593de&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001043 10.0.0.23 - - [2026-02-19 02:16:26] "GET /domain/2d5d818a-a03e-492f-8464-ff794ba593de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.040380 10.0.0.23 - - [2026-02-19 02:16:26] "POST /id-to-fqname HTTP/1.1" 200 191 0.001815 10.0.0.23 - - [2026-02-19 02:16:26] "POST /fqname-to-id HTTP/1.1" 404 200 0.002318 10.0.0.23 - - [2026-02-19 02:16:26] "POST /security-groups HTTP/1.1" 200 592 0.059755 10.0.0.23 - - [2026-02-19 02:16:26] "POST /fqname-to-id HTTP/1.1" 404 235 0.002169 10.0.0.23 - - [2026-02-19 02:16:26] "POST /projects HTTP/1.1" 200 587 0.203125 10.0.0.23 - - [2026-02-19 02:16:26] "POST /access-control-lists HTTP/1.1" 200 597 0.056750 10.0.0.23 - - [2026-02-19 02:16:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.276137 10.0.0.23 - - [2026-02-19 02:16:26] "POST /fqname-to-id HTTP/1.1" 404 234 0.002574 10.0.0.23 - - [2026-02-19 02:16:26] "GET /project/448f73ff-b51c-47b2-8935-83c8092b86a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.426104 10.0.0.23 - - [2026-02-19 02:16:26] "POST /access-control-lists HTTP/1.1" 200 595 0.056486 10.0.0.23 - - [2026-02-19 02:16:27] "GET / HTTP/1.1" 200 35931 0.001813 10.0.0.23 - - [2026-02-19 02:16:28] "GET /project/448f73ff-b51c-47b2-8935-83c8092b86a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000573 10.0.0.23 - - [2026-02-19 02:16:29] "GET /projects?obj_uuids=448f73ff-b51c-47b2-8935-83c8092b86a6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001286 10.0.0.23 - - [2026-02-19 02:16:29] "GET /project/448f73ff-b51c-47b2-8935-83c8092b86a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.043805 10.0.0.23 - - [2026-02-19 02:16:29] "POST /fqname-to-id HTTP/1.1" 404 180 0.002117 10.0.0.23 - - [2026-02-19 02:16:29] "POST /virtual-DNSs HTTP/1.1" 200 507 0.014735 10.0.0.23 - - [2026-02-19 02:16:29] "GET /virtual-DNS/e94e06f8-bb73-4ed6-85f5-588413a7c34b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.003848 10.0.0.23 - - [2026-02-19 02:16:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004199 10.0.0.23 - - [2026-02-19 02:16:29] "GET /virtual-DNS/e94e06f8-bb73-4ed6-85f5-588413a7c34b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.003609 10.0.0.23 - - [2026-02-19 02:16:29] "GET /domains HTTP/1.1" 401 292 0.000412 10.0.0.23 - - [2026-02-19 02:16:29] "GET /domains HTTP/1.1" 200 280 0.024628 10.0.0.23 - - [2026-02-19 02:16:29] "GET /domains?obj_uuids=2d5d818a-a03e-492f-8464-ff794ba593de&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000963 10.0.0.23 - - [2026-02-19 02:16:29] "GET /domain/2d5d818a-a03e-492f-8464-ff794ba593de HTTP/1.1" 200 2957 0.006857 10.0.0.23 - - [2026-02-19 02:16:29] "GET /virtual-DNS/e94e06f8-bb73-4ed6-85f5-588413a7c34b HTTP/1.1" 200 1438 0.003473 10.0.0.23 - - [2026-02-19 02:16:29] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.002131 10.0.0.23 - - [2026-02-19 02:16:29] "POST /network-ipams HTTP/1.1" 200 514 0.014111 10.0.0.23 - - [2026-02-19 02:16:29] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 751 0.002482 10.0.0.23 - - [2026-02-19 02:16:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002616 10.0.0.23 - - [2026-02-19 02:16:29] "GET /network-ipam/564e57ce-9ad8-4463-a31f-a9a9c9c2701c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1400 0.003986 10.0.0.23 - - [2026-02-19 02:16:29] "PUT /network-ipam/564e57ce-9ad8-4463-a31f-a9a9c9c2701c HTTP/1.1" 200 258 0.010637 10.0.0.23 - - [2026-02-19 02:16:29] "POST /ref-update HTTP/1.1" 200 156 0.007013 10.0.0.23 - - [2026-02-19 02:16:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002733 10.0.0.23 - - [2026-02-19 02:16:30] "GET /projects?obj_uuids=448f73ff-b51c-47b2-8935-83c8092b86a6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000900 10.0.0.23 - - [2026-02-19 02:16:30] "GET /project/448f73ff-b51c-47b2-8935-83c8092b86a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.022281 10.0.0.23 - - [2026-02-19 02:16:30] "POST /neutron/network HTTP/1.1" 200 117 0.033270 10.0.0.23 - - [2026-02-19 02:16:30] "GET /projects?obj_uuids=448f73ff-b51c-47b2-8935-83c8092b86a6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000935 10.0.0.23 - - [2026-02-19 02:16:30] "POST /neutron/network HTTP/1.1" 200 618 0.055508 10.0.0.23 - - [2026-02-19 02:16:30] "POST /route-targets HTTP/1.1" 200 327 0.019218 10.0.0.23 - - [2026-02-19 02:16:30] "POST /ref-update HTTP/1.1" 200 156 0.008623 10.0.0.23 - - [2026-02-19 02:16:30] "POST /useragent-kv HTTP/1.1" 200 115 0.003629 10.0.0.23 - - [2026-02-19 02:16:30] "POST /neutron/subnet HTTP/1.1" 200 711 0.155898 10.0.0.23 - - [2026-02-19 02:16:30] "POST /neutron/network HTTP/1.1" 200 833 0.005158 10.0.0.23 - - [2026-02-19 02:16:30] "POST /id-to-fqname HTTP/1.1" 200 227 0.001492 10.0.0.23 - - [2026-02-19 02:16:30] "GET /virtual-network/a2e7bb5a-d062-446c-9c8e-b73b8a2abd85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004413 10.0.0.23 - - [2026-02-19 02:16:30] "POST /neutron/network HTTP/1.1" 200 833 0.005695 10.0.0.23 - - [2026-02-19 02:16:30] "GET /virtual-network/a2e7bb5a-d062-446c-9c8e-b73b8a2abd85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006053 10.0.0.23 - - [2026-02-19 02:16:30] "POST /neutron/network HTTP/1.1" 200 833 0.004623 10.0.0.23 - - [2026-02-19 02:16:30] "POST /neutron/subnet HTTP/1.1" 200 711 0.005438 10.0.0.23 - - [2026-02-19 02:16:30] "POST /neutron/network HTTP/1.1" 200 807 0.007712 10.0.0.23 - - [2026-02-19 02:16:30] "POST /neutron/network HTTP/1.1" 200 833 0.004637 10.0.0.23 - - [2026-02-19 02:16:30] "POST /id-to-fqname HTTP/1.1" 200 227 0.001070 10.0.0.23 - - [2026-02-19 02:16:30] "POST /neutron/network HTTP/1.1" 200 843 0.005080 10.0.0.23 - - [2026-02-19 02:16:30] "GET /aaa-mode HTTP/1.1" 401 292 0.000405 10.0.0.23 - - [2026-02-19 02:16:31] "GET / HTTP/1.1" 200 35931 0.001418 10.0.0.23 - - [2026-02-19 02:16:31] "GET /project/448f73ff-b51c-47b2-8935-83c8092b86a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000321 10.0.0.23 - - [2026-02-19 02:16:31] "GET /projects?obj_uuids=448f73ff-b51c-47b2-8935-83c8092b86a6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001020 10.0.0.23 - - [2026-02-19 02:16:31] "GET /project/448f73ff-b51c-47b2-8935-83c8092b86a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.047446 10.0.0.23 - - [2026-02-19 02:16:31] "POST /neutron/network HTTP/1.1" 200 833 0.027726 10.0.0.23 - - [2026-02-19 02:16:31] "POST /neutron/port HTTP/1.1" 200 117 0.005232 10.0.0.23 - - [2026-02-19 02:16:31] "POST /neutron/port HTTP/1.1" 200 117 0.004488 10.0.0.23 - - [2026-02-19 02:16:31] "POST /neutron/port HTTP/1.1" 200 117 0.004401 10.0.0.23 - - [2026-02-19 02:16:32] "POST /neutron/network HTTP/1.1" 200 843 0.004645 10.0.0.23 - - [2026-02-19 02:16:32] "GET /projects?obj_uuids=448f73ff-b51c-47b2-8935-83c8092b86a6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000974 10.0.0.23 - - [2026-02-19 02:16:32] "POST /neutron/port HTTP/1.1" 200 1058 0.173464 10.0.0.23 - - [2026-02-19 02:16:32] "POST /neutron/port HTTP/1.1" 200 1058 0.032864 10.0.0.23 - - [2026-02-19 02:16:32] "POST /neutron/port HTTP/1.1" 200 1058 0.008927 10.0.0.23 - - [2026-02-19 02:16:32] "POST /neutron/port HTTP/1.1" 200 1112 0.044606 10.0.0.23 - - [2026-02-19 02:16:32] "POST /neutron/port HTTP/1.1" 200 1122 0.009635 10.0.0.23 - - [2026-02-19 02:16:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002589 10.0.0.23 - - [2026-02-19 02:16:32] "POST /neutron/subnet HTTP/1.1" 200 685 0.005181 10.0.0.23 - - [2026-02-19 02:16:32] "POST /neutron/port HTTP/1.1" 200 117 0.001119 10.0.0.23 - - [2026-02-19 02:16:32] "POST /neutron/network HTTP/1.1" 200 833 0.004838 10.0.0.23 - - [2026-02-19 02:16:36] "POST /neutron/port HTTP/1.1" 200 1122 0.012177 10.0.0.23 - - [2026-02-19 02:16:36] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005555 10.0.0.23 - - [2026-02-19 02:16:36] "POST /neutron/port HTTP/1.1" 200 1122 0.010267 10.0.0.23 - - [2026-02-19 02:16:36] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005211 10.0.0.23 - - [2026-02-19 02:16:37] "POST /neutron/port HTTP/1.1" 200 1122 0.012539 10.0.0.23 - - [2026-02-19 02:16:37] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005415 10.0.0.23 - - [2026-02-19 02:16:37] "GET /virtual-machine/8609c0a2-2ad0-44ce-9983-67235200cc99 HTTP/1.1" 200 1293 0.003980 10.0.0.23 - - [2026-02-19 02:16:37] "GET /virtual-machine-interface/d7382ea2-8d09-47ca-bfe7-2e35723c0f85 HTTP/1.1" 200 2965 0.004724 10.0.0.23 - - [2026-02-19 02:16:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002741 10.0.0.23 - - [2026-02-19 02:16:37] "GET /global-vrouter-config/2d5e8481-5d1c-4ecd-8ba7-ea3938cbcad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002558 10.0.0.23 - - [2026-02-19 02:16:37] "GET /virtual-networks?parent_id=448f73ff-b51c-47b2-8935-83c8092b86a6&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002840 10.0.0.23 - - [2026-02-19 02:16:37] "GET /virtual-network/a2e7bb5a-d062-446c-9c8e-b73b8a2abd85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004956 10.0.0.23 - - [2026-02-19 02:16:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002991 10.0.0.23 - - [2026-02-19 02:16:40] "GET /virtual-network/a2e7bb5a-d062-446c-9c8e-b73b8a2abd85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006197 10.0.0.23 - - [2026-02-19 02:16:40] "POST /neutron/port HTTP/1.1" 200 1122 0.010866 10.0.0.23 - - [2026-02-19 02:16:40] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005361 10.0.0.23 - - [2026-02-19 02:16:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002747 10.0.0.23 - - [2026-02-19 02:16:42] "GET /global-vrouter-config/2d5e8481-5d1c-4ecd-8ba7-ea3938cbcad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003628 10.0.0.23 - - [2026-02-19 02:16:42] "GET /virtual-networks?parent_id=448f73ff-b51c-47b2-8935-83c8092b86a6&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002648 10.0.0.23 - - [2026-02-19 02:16:42] "GET /virtual-network/a2e7bb5a-d062-446c-9c8e-b73b8a2abd85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004552 10.0.0.23 - - [2026-02-19 02:16:42] "POST /neutron/port HTTP/1.1" 200 1122 0.011018 10.0.0.23 - - [2026-02-19 02:16:42] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005442 10.0.0.23 - - [2026-02-19 02:16:47] "DELETE /project/448f73ffb51c47b2893583c8092b86a6 HTTP/1.1" 404 173 0.005567 10.0.0.23 - - [2026-02-19 02:16:47] "GET /projects?obj_uuids=2f62c59c-2b53-4b91-a6cd-8a60f1a2336e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000777 10.0.0.23 - - [2026-02-19 02:16:47] "GET /project/2f62c59c-2b53-4b91-a6cd-8a60f1a2336e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.017661 10.0.0.23 - - [2026-02-19 02:16:47] "GET /projects?obj_uuids=2f62c59c-2b53-4b91-a6cd-8a60f1a2336e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000919 10.0.0.23 - - [2026-02-19 02:16:48] "GET /project/2f62c59c-2b53-4b91-a6cd-8a60f1a2336e?fields=security_groups HTTP/1.1" 200 1357 0.060353 10.0.0.23 - - [2026-02-19 02:16:48] "DELETE /security-group/9faf8ae7-9ade-4467-a077-15f9efc9e3bf HTTP/1.1" 200 115 0.030410 10.0.0.23 - - [2026-02-19 02:16:48] "GET /projects?obj_uuids=2f62c59c-2b53-4b91-a6cd-8a60f1a2336e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000969 10.0.0.23 - - [2026-02-19 02:16:48] "DELETE /access-control-list/617d83e7-f225-422d-a303-332ea1a5977b HTTP/1.1" 200 115 0.024534 10.0.0.23 - - [2026-02-19 02:16:48] "GET /project/2f62c59c-2b53-4b91-a6cd-8a60f1a2336e?fields=application_policy_sets HTTP/1.1" 200 1396 0.029977 10.0.0.23 - - [2026-02-19 02:16:48] "DELETE /access-control-list/1307d2a8-5f3e-4325-bfe5-7b7fbc01ef2e HTTP/1.1" 200 115 0.026239 10.0.0.23 - - [2026-02-19 02:16:48] "DELETE /project/2f62c59c-2b53-4b91-a6cd-8a60f1a2336e HTTP/1.1" 200 115 0.278445 10.0.0.23 - - [2026-02-19 02:16:52] "POST /neutron/network HTTP/1.1" 200 807 0.008529 10.0.0.23 - - [2026-02-19 02:16:52] "POST /neutron/network HTTP/1.1" 200 833 0.005261 10.0.0.23 - - [2026-02-19 02:16:52] "POST /id-to-fqname HTTP/1.1" 200 227 0.001184 10.0.0.23 - - [2026-02-19 02:16:52] "POST /neutron/port HTTP/1.1" 200 1122 0.010954 10.0.0.23 - - [2026-02-19 02:16:52] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005332 10.0.0.23 - - [2026-02-19 02:16:52] "POST /neutron/network HTTP/1.1" 200 843 0.004661 10.0.0.23 - - [2026-02-19 02:16:52] "GET /aaa-mode HTTP/1.1" 401 292 0.000392 10.0.0.23 - - [2026-02-19 02:16:52] "GET / HTTP/1.1" 200 35931 0.001541 10.0.0.23 - - [2026-02-19 02:16:52] "GET /project/448f73ff-b51c-47b2-8935-83c8092b86a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000353 10.0.0.23 - - [2026-02-19 02:16:53] "GET /projects?obj_uuids=448f73ff-b51c-47b2-8935-83c8092b86a6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001020 10.0.0.23 - - [2026-02-19 02:16:53] "GET /project/448f73ff-b51c-47b2-8935-83c8092b86a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.045704 10.0.0.23 - - [2026-02-19 02:16:53] "POST /neutron/network HTTP/1.1" 200 833 0.006474 10.0.0.23 - - [2026-02-19 02:16:53] "POST /neutron/port HTTP/1.1" 200 1122 0.011481 10.0.0.23 - - [2026-02-19 02:16:53] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005086 10.0.0.23 - - [2026-02-19 02:16:53] "POST /neutron/port HTTP/1.1" 200 117 0.004233 10.0.0.23 - - [2026-02-19 02:16:53] "POST /neutron/port HTTP/1.1" 200 117 0.004603 10.0.0.23 - - [2026-02-19 02:16:53] "POST /neutron/network HTTP/1.1" 200 843 0.004721 10.0.0.23 - - [2026-02-19 02:16:53] "GET /projects?obj_uuids=448f73ff-b51c-47b2-8935-83c8092b86a6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001882 10.0.0.23 - - [2026-02-19 02:16:53] "POST /neutron/port HTTP/1.1" 200 1058 0.158748 10.0.0.23 - - [2026-02-19 02:16:53] "POST /neutron/port HTTP/1.1" 200 1058 0.011117 10.0.0.23 - - [2026-02-19 02:16:53] "POST /neutron/port HTTP/1.1" 200 1058 0.008561 10.0.0.23 - - [2026-02-19 02:16:53] "POST /neutron/port HTTP/1.1" 200 1112 0.052990 10.0.0.23 - - [2026-02-19 02:16:53] "POST /neutron/port HTTP/1.1" 200 1122 0.010699 10.0.0.23 - - [2026-02-19 02:16:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002823 10.0.0.23 - - [2026-02-19 02:16:53] "POST /neutron/subnet HTTP/1.1" 200 685 0.006561 10.0.0.23 - - [2026-02-19 02:16:53] "POST /neutron/port HTTP/1.1" 200 117 0.001013 10.0.0.23 - - [2026-02-19 02:16:53] "POST /neutron/network HTTP/1.1" 200 833 0.004695 10.0.0.23 - - [2026-02-19 02:16:54] "GET /obj-perms HTTP/1.1" 200 5056 0.045767 10.0.0.23 - - [2026-02-19 02:16:54] "GET /obj-perms HTTP/1.1" 200 5056 0.046720 10.0.0.23 - - [2026-02-19 02:16:58] "POST /neutron/port HTTP/1.1" 200 1122 0.010342 10.0.0.23 - - [2026-02-19 02:16:58] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004978 10.0.0.23 - - [2026-02-19 02:16:58] "POST /neutron/port HTTP/1.1" 200 1122 0.011613 10.0.0.23 - - [2026-02-19 02:16:58] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005102 10.0.0.23 - - [2026-02-19 02:16:58] "POST /neutron/port HTTP/1.1" 200 1122 0.010129 10.0.0.23 - - [2026-02-19 02:16:58] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005245 10.0.0.23 - - [2026-02-19 02:16:58] "GET /virtual-machine/359fcc94-be79-454c-bdf9-7b479d67d4a9 HTTP/1.1" 200 1293 0.003998 10.0.0.23 - - [2026-02-19 02:16:58] "GET /virtual-machine-interface/ef4b5ae7-cd80-4929-9391-60613c3e44e0 HTTP/1.1" 200 2965 0.005836 10.0.0.23 - - [2026-02-19 02:16:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002899 10.0.0.23 - - [2026-02-19 02:16:58] "GET /global-vrouter-config/2d5e8481-5d1c-4ecd-8ba7-ea3938cbcad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003261 10.0.0.23 - - [2026-02-19 02:16:58] "GET /virtual-networks?parent_id=448f73ff-b51c-47b2-8935-83c8092b86a6&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002519 10.0.0.23 - - [2026-02-19 02:16:58] "GET /virtual-network/a2e7bb5a-d062-446c-9c8e-b73b8a2abd85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004770 10.0.0.23 - - [2026-02-19 02:17:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002530 10.0.0.23 - - [2026-02-19 02:17:01] "GET /virtual-network/a2e7bb5a-d062-446c-9c8e-b73b8a2abd85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004279 10.0.0.23 - - [2026-02-19 02:17:02] "POST /neutron/port HTTP/1.1" 200 1122 0.032541 10.0.0.23 - - [2026-02-19 02:17:02] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004579 10.0.0.23 - - [2026-02-19 02:17:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003071 10.0.0.23 - - [2026-02-19 02:17:03] "GET /global-vrouter-config/2d5e8481-5d1c-4ecd-8ba7-ea3938cbcad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005084 10.0.0.23 - - [2026-02-19 02:17:03] "GET /virtual-networks?parent_id=448f73ff-b51c-47b2-8935-83c8092b86a6&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002645 10.0.0.23 - - [2026-02-19 02:17:04] "GET /virtual-network/a2e7bb5a-d062-446c-9c8e-b73b8a2abd85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004905 10.0.0.23 - - [2026-02-19 02:17:04] "POST /neutron/port HTTP/1.1" 200 1122 0.010048 10.0.0.23 - - [2026-02-19 02:17:04] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004773 10.0.0.23 - - [2026-02-19 02:17:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002644 10.0.0.23 - - [2026-02-19 02:17:15] "DELETE /virtual-DNS/e94e06f8-bb73-4ed6-85f5-588413a7c34b HTTP/1.1" 409 235 0.005244 10.0.0.23 - - [2026-02-19 02:17:16] "POST /fqname-to-id HTTP/1.1" 404 192 0.003142 10.0.0.23 - - [2026-02-19 02:17:16] "POST /virtual-DNS-records HTTP/1.1" 200 531 0.015111 10.0.0.23 - - [2026-02-19 02:17:16] "GET /virtual-DNS-record/34077c73-3856-47a8-b3bb-efc922076d64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.003772 10.0.0.23 - - [2026-02-19 02:17:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002733 10.0.0.23 - - [2026-02-19 02:17:16] "GET /virtual-DNS-record/34077c73-3856-47a8-b3bb-efc922076d64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.002825 10.0.0.23 - - [2026-02-19 02:17:16] "GET /domains HTTP/1.1" 200 280 0.002403 10.0.0.23 - - [2026-02-19 02:17:16] "GET /domains?obj_uuids=2d5d818a-a03e-492f-8464-ff794ba593de&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000841 10.0.0.23 - - [2026-02-19 02:17:16] "GET /domain/2d5d818a-a03e-492f-8464-ff794ba593de HTTP/1.1" 200 2773 0.006791 10.0.0.23 - - [2026-02-19 02:17:16] "GET /virtual-DNS/e94e06f8-bb73-4ed6-85f5-588413a7c34b HTTP/1.1" 200 1907 0.003763 10.0.0.23 - - [2026-02-19 02:17:16] "GET /virtual-DNS-record/34077c73-3856-47a8-b3bb-efc922076d64 HTTP/1.1" 200 1336 0.002287 10.0.0.23 - - [2026-02-19 02:17:21] "DELETE /virtual-DNS-record/34077c73-3856-47a8-b3bb-efc922076d64 HTTP/1.1" 200 115 0.015450 10.0.0.23 - - [2026-02-19 02:17:21] "POST /fqname-to-id HTTP/1.1" 404 184 0.001952 10.0.0.23 - - [2026-02-19 02:17:21] "POST /neutron/network HTTP/1.1" 200 833 0.011098 10.0.0.23 - - [2026-02-19 02:17:21] "POST /neutron/network HTTP/1.1" 400 204 0.009740 10.0.0.23 - - [2026-02-19 02:17:22] "POST /neutron/port HTTP/1.1" 200 1122 0.011735 10.0.0.23 - - [2026-02-19 02:17:22] "POST /neutron/port HTTP/1.1" 200 1112 0.012756 10.0.0.23 - - [2026-02-19 02:17:22] "POST /neutron/port HTTP/1.1" 200 1122 0.013631 10.0.0.23 - - [2026-02-19 02:17:22] "POST /neutron/port HTTP/1.1" 200 1112 0.007439 10.0.0.23 - - [2026-02-19 02:17:22] "POST /neutron/port HTTP/1.1" 200 151 0.113305 10.0.0.23 - - [2026-02-19 02:17:22] "POST /neutron/port HTTP/1.1" 200 151 0.124427 10.0.0.23 - - [2026-02-19 02:17:23] "POST /neutron/network HTTP/1.1" 200 833 0.005027 10.0.0.23 - - [2026-02-19 02:17:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002809 10.0.0.23 - - [2026-02-19 02:17:24] "POST /useragent-kv HTTP/1.1" 200 115 0.002721 10.0.0.23 - - [2026-02-19 02:17:24] "POST /useragent-kv HTTP/1.1" 200 115 0.002391 10.0.0.23 - - [2026-02-19 02:17:24] "POST /neutron/network HTTP/1.1" 200 151 0.211390 10.0.0.23 - - [2026-02-19 02:17:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002969 10.0.0.23 - - [2026-02-19 02:17:24] "DELETE /route-target/0a010b75-c638-4f1d-a9c9-53b1fd7572dc HTTP/1.1" 200 115 0.028837 10.0.0.23 - - [2026-02-19 02:17:24] "DELETE /network-ipam/564e57ce-9ad8-4463-a31f-a9a9c9c2701c HTTP/1.1" 200 115 0.023422 10.0.0.23 - - [2026-02-19 02:17:24] "DELETE /virtual-DNS/e94e06f8-bb73-4ed6-85f5-588413a7c34b HTTP/1.1" 200 115 0.019093 10.0.0.23 - - [2026-02-19 02:17:24] "POST /fqname-to-id HTTP/1.1" 404 180 0.002744 10.0.0.23 - - [2026-02-19 02:17:24] "GET /domains HTTP/1.1" 200 280 0.002509 10.0.0.23 - - [2026-02-19 02:17:24] "GET /domains?obj_uuids=2d5d818a-a03e-492f-8464-ff794ba593de&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001325 10.0.0.23 - - [2026-02-19 02:17:24] "GET /domain/2d5d818a-a03e-492f-8464-ff794ba593de HTTP/1.1" 200 2573 0.009247 10.0.0.23 - - [2026-02-19 02:17:24] "GET /projects?obj_uuids=448f73ff-b51c-47b2-8935-83c8092b86a6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001076 10.0.0.23 - - [2026-02-19 02:17:24] "GET /project/448f73ff-b51c-47b2-8935-83c8092b86a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.023614 10.0.0.23 - - [2026-02-19 02:17:24] "GET /projects?obj_uuids=448f73ff-b51c-47b2-8935-83c8092b86a6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000981 10.0.0.23 - - [2026-02-19 02:17:24] "GET /project/448f73ff-b51c-47b2-8935-83c8092b86a6?fields=virtual_networks HTTP/1.1" 200 1033 0.066071 10.0.0.23 - - [2026-02-19 02:17:24] "GET /projects?obj_uuids=448f73ff-b51c-47b2-8935-83c8092b86a6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001138 10.0.0.23 - - [2026-02-19 02:17:24] "GET /project/448f73ff-b51c-47b2-8935-83c8092b86a6?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.020656 10.0.0.23 - - [2026-02-19 02:17:24] "GET /projects?obj_uuids=448f73ff-b51c-47b2-8935-83c8092b86a6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000931 10.0.0.23 - - [2026-02-19 02:17:24] "GET /project/448f73ff-b51c-47b2-8935-83c8092b86a6?fields=security_groups HTTP/1.1" 200 1260 0.022132 10.0.0.23 - - [2026-02-19 02:17:25] "POST /fqname-to-id HTTP/1.1" 404 189 0.027493 10.0.0.23 - - [2026-02-19 02:17:25] "GET /projects?obj_uuids=37522866-452a-4388-ad33-c4c40f787fe6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002159 10.0.0.23 - - [2026-02-19 02:17:25] "GET /domains?obj_uuids=2d5d818a-a03e-492f-8464-ff794ba593de&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001181 10.0.0.23 - - [2026-02-19 02:17:25] "GET /domain/2d5d818a-a03e-492f-8464-ff794ba593de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007973 10.0.0.23 - - [2026-02-19 02:17:25] "POST /id-to-fqname HTTP/1.1" 200 191 0.002152 10.0.0.23 - - [2026-02-19 02:17:25] "POST /fqname-to-id HTTP/1.1" 404 200 0.003018 10.0.0.23 - - [2026-02-19 02:17:25] "POST /security-groups HTTP/1.1" 200 592 0.059899 10.0.0.23 - - [2026-02-19 02:17:25] "POST /fqname-to-id HTTP/1.1" 404 235 0.002516 10.0.0.23 - - [2026-02-19 02:17:25] "POST /projects HTTP/1.1" 200 587 0.196498 10.0.0.23 - - [2026-02-19 02:17:25] "POST /access-control-lists HTTP/1.1" 200 597 0.057868 10.0.0.23 - - [2026-02-19 02:17:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.266152 10.0.0.23 - - [2026-02-19 02:17:25] "POST /fqname-to-id HTTP/1.1" 404 234 0.002546 10.0.0.23 - - [2026-02-19 02:17:25] "GET /project/37522866-452a-4388-ad33-c4c40f787fe6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.381612 10.0.0.23 - - [2026-02-19 02:17:26] "POST /access-control-lists HTTP/1.1" 200 595 0.056599 10.0.0.23 - - [2026-02-19 02:17:26] "GET / HTTP/1.1" 200 35931 0.001929 10.0.0.23 - - [2026-02-19 02:17:27] "POST /fqname-to-id HTTP/1.1" 401 292 0.000469 10.0.0.23 - - [2026-02-19 02:17:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.056275 10.0.0.23 - - [2026-02-19 02:17:27] "GET /projects?obj_uuids=37522866-452a-4388-ad33-c4c40f787fe6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000945 10.0.0.23 - - [2026-02-19 02:17:27] "GET /project/37522866-452a-4388-ad33-c4c40f787fe6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.018583 10.0.0.23 - - [2026-02-19 02:17:28] "POST /neutron/network HTTP/1.1" 200 117 0.033325 10.0.0.23 - - [2026-02-19 02:17:28] "GET /projects?obj_uuids=37522866-452a-4388-ad33-c4c40f787fe6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001135 10.0.0.23 - - [2026-02-19 02:17:28] "POST /neutron/network HTTP/1.1" 200 606 0.064252 10.0.0.23 - - [2026-02-19 02:17:28] "POST /useragent-kv HTTP/1.1" 200 115 0.002729 10.0.0.23 - - [2026-02-19 02:17:28] "POST /neutron/subnet HTTP/1.1" 200 720 0.141710 10.0.0.23 - - [2026-02-19 02:17:28] "POST /neutron/network HTTP/1.1" 200 824 0.005258 10.0.0.23 - - [2026-02-19 02:17:28] "POST /id-to-fqname HTTP/1.1" 200 221 0.000996 10.0.0.23 - - [2026-02-19 02:17:28] "GET /virtual-network/d904bde2-1379-4b64-a653-41683219d662?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.003987 10.0.0.23 - - [2026-02-19 02:17:28] "POST /neutron/network HTTP/1.1" 200 824 0.006069 10.0.0.23 - - [2026-02-19 02:17:28] "GET /virtual-network/d904bde2-1379-4b64-a653-41683219d662?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.004305 10.0.0.23 - - [2026-02-19 02:17:28] "POST /neutron/network HTTP/1.1" 200 824 0.005309 10.0.0.23 - - [2026-02-19 02:17:28] "POST /neutron/subnet HTTP/1.1" 200 720 0.007638 10.0.0.23 - - [2026-02-19 02:17:28] "POST /id-to-fqname HTTP/1.1" 200 221 0.001391 10.0.0.23 - - [2026-02-19 02:17:28] "POST /route-targets HTTP/1.1" 200 327 0.008670 10.0.0.23 - - [2026-02-19 02:17:28] "POST /ref-update HTTP/1.1" 200 156 0.010483 10.0.0.23 - - [2026-02-19 02:17:28] "POST /neutron/network HTTP/1.1" 200 834 0.005076 10.0.0.23 - - [2026-02-19 02:17:28] "GET /aaa-mode HTTP/1.1" 401 292 0.000510 10.0.0.23 - - [2026-02-19 02:17:29] "GET / HTTP/1.1" 200 35931 0.001622 10.0.0.23 - - [2026-02-19 02:17:29] "GET /project/37522866-452a-4388-ad33-c4c40f787fe6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000381 10.0.0.23 - - [2026-02-19 02:17:29] "GET /projects?obj_uuids=37522866-452a-4388-ad33-c4c40f787fe6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000946 10.0.0.23 - - [2026-02-19 02:17:29] "GET /project/37522866-452a-4388-ad33-c4c40f787fe6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.042502 10.0.0.23 - - [2026-02-19 02:17:29] "POST /neutron/network HTTP/1.1" 200 824 0.004723 10.0.0.23 - - [2026-02-19 02:17:29] "POST /neutron/port HTTP/1.1" 200 117 0.004166 10.0.0.23 - - [2026-02-19 02:17:29] "POST /neutron/port HTTP/1.1" 200 117 0.004818 10.0.0.23 - - [2026-02-19 02:17:29] "POST /id-to-fqname HTTP/1.1" 200 221 0.001549 10.0.0.23 - - [2026-02-19 02:17:29] "POST /neutron/port HTTP/1.1" 200 117 0.004275 10.0.0.23 - - [2026-02-19 02:17:29] "POST /neutron/network HTTP/1.1" 200 834 0.005366 10.0.0.23 - - [2026-02-19 02:17:29] "GET /aaa-mode HTTP/1.1" 401 292 0.000468 10.0.0.23 - - [2026-02-19 02:17:29] "POST /neutron/network HTTP/1.1" 200 834 0.004868 10.0.0.23 - - [2026-02-19 02:17:29] "GET /projects?obj_uuids=37522866-452a-4388-ad33-c4c40f787fe6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001524 10.0.0.23 - - [2026-02-19 02:17:30] "POST /neutron/port HTTP/1.1" 200 1060 0.198467 10.0.0.23 - - [2026-02-19 02:17:30] "GET / HTTP/1.1" 200 35931 0.001272 10.0.0.23 - - [2026-02-19 02:17:30] "GET /project/37522866-452a-4388-ad33-c4c40f787fe6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000315 10.0.0.23 - - [2026-02-19 02:17:30] "POST /neutron/port HTTP/1.1" 200 1060 0.009392 10.0.0.23 - - [2026-02-19 02:17:30] "POST /neutron/port HTTP/1.1" 200 1060 0.007682 10.0.0.23 - - [2026-02-19 02:17:30] "POST /neutron/port HTTP/1.1" 200 1114 0.054249 10.0.0.23 - - [2026-02-19 02:17:30] "POST /neutron/port HTTP/1.1" 200 1124 0.010148 10.0.0.23 - - [2026-02-19 02:17:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002892 10.0.0.23 - - [2026-02-19 02:17:30] "POST /neutron/subnet HTTP/1.1" 200 694 0.006089 10.0.0.23 - - [2026-02-19 02:17:30] "POST /neutron/port HTTP/1.1" 200 117 0.001184 10.0.0.23 - - [2026-02-19 02:17:30] "POST /neutron/network HTTP/1.1" 200 824 0.004859 10.0.0.23 - - [2026-02-19 02:17:30] "GET /projects?obj_uuids=37522866-452a-4388-ad33-c4c40f787fe6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001393 10.0.0.23 - - [2026-02-19 02:17:30] "GET /project/37522866-452a-4388-ad33-c4c40f787fe6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.050244 10.0.0.23 - - [2026-02-19 02:17:30] "POST /neutron/network HTTP/1.1" 200 824 0.004974 10.0.0.23 - - [2026-02-19 02:17:30] "POST /neutron/port HTTP/1.1" 200 1124 0.015755 10.0.0.23 - - [2026-02-19 02:17:30] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006783 10.0.0.23 - - [2026-02-19 02:17:30] "POST /neutron/port HTTP/1.1" 200 117 0.005363 10.0.0.23 - - [2026-02-19 02:17:30] "POST /neutron/port HTTP/1.1" 200 1124 0.012221 10.0.0.23 - - [2026-02-19 02:17:30] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005771 10.0.0.23 - - [2026-02-19 02:17:31] "POST /neutron/network HTTP/1.1" 200 834 0.005931 10.0.0.23 - - [2026-02-19 02:17:31] "GET /projects?obj_uuids=37522866-452a-4388-ad33-c4c40f787fe6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001068 10.0.0.23 - - [2026-02-19 02:17:31] "POST /neutron/port HTTP/1.1" 200 1060 0.245200 10.0.0.23 - - [2026-02-19 02:17:31] "POST /neutron/port HTTP/1.1" 200 1060 0.009198 10.0.0.23 - - [2026-02-19 02:17:31] "POST /neutron/port HTTP/1.1" 200 1060 0.008451 10.0.0.23 - - [2026-02-19 02:17:31] "POST /neutron/port HTTP/1.1" 200 1114 0.061100 10.0.0.23 - - [2026-02-19 02:17:31] "POST /neutron/port HTTP/1.1" 200 1124 0.010812 10.0.0.23 - - [2026-02-19 02:17:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003011 10.0.0.23 - - [2026-02-19 02:17:31] "POST /neutron/subnet HTTP/1.1" 200 694 0.006202 10.0.0.23 - - [2026-02-19 02:17:31] "POST /neutron/port HTTP/1.1" 200 117 0.001102 10.0.0.23 - - [2026-02-19 02:17:31] "POST /neutron/network HTTP/1.1" 200 824 0.005589 10.0.0.23 - - [2026-02-19 02:17:35] "POST /neutron/port HTTP/1.1" 200 1124 0.010597 10.0.0.23 - - [2026-02-19 02:17:35] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005392 10.0.0.23 - - [2026-02-19 02:17:35] "POST /neutron/port HTTP/1.1" 200 1124 0.010208 10.0.0.23 - - [2026-02-19 02:17:36] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005871 10.0.0.23 - - [2026-02-19 02:17:36] "POST /neutron/port HTTP/1.1" 200 1124 0.011897 10.0.0.23 - - [2026-02-19 02:17:36] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005887 10.0.0.23 - - [2026-02-19 02:17:36] "GET /virtual-machine/766fe115-7fbc-4a3b-a2a9-d17392dec4fa HTTP/1.1" 401 292 0.000408 10.0.0.23 - - [2026-02-19 02:17:36] "GET /virtual-machine/766fe115-7fbc-4a3b-a2a9-d17392dec4fa HTTP/1.1" 200 1293 0.029648 10.0.0.23 - - [2026-02-19 02:17:36] "GET /virtual-machine-interface/b246f24a-9334-4f97-8e67-618e571eb1a0 HTTP/1.1" 200 2947 0.004276 10.0.0.23 - - [2026-02-19 02:17:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003072 10.0.0.23 - - [2026-02-19 02:17:36] "GET /global-vrouter-config/2d5e8481-5d1c-4ecd-8ba7-ea3938cbcad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003272 10.0.0.23 - - [2026-02-19 02:17:36] "GET /virtual-networks?parent_id=37522866-452a-4388-ad33-c4c40f787fe6&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002588 10.0.0.23 - - [2026-02-19 02:17:36] "GET /virtual-network/d904bde2-1379-4b64-a653-41683219d662?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005149 10.0.0.23 - - [2026-02-19 02:17:38] "POST /neutron/port HTTP/1.1" 200 1124 0.011055 10.0.0.23 - - [2026-02-19 02:17:38] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005179 10.0.0.23 - - [2026-02-19 02:17:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002572 10.0.0.23 - - [2026-02-19 02:17:39] "GET /virtual-network/d904bde2-1379-4b64-a653-41683219d662?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006131 10.0.0.23 - - [2026-02-19 02:17:39] "POST /neutron/port HTTP/1.1" 200 1124 0.011202 10.0.0.23 - - [2026-02-19 02:17:39] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004480 10.0.0.23 - - [2026-02-19 02:17:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002704 10.0.0.23 - - [2026-02-19 02:17:41] "GET /global-vrouter-config/2d5e8481-5d1c-4ecd-8ba7-ea3938cbcad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002882 10.0.0.23 - - [2026-02-19 02:17:41] "GET /virtual-networks?parent_id=37522866-452a-4388-ad33-c4c40f787fe6&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002771 10.0.0.23 - - [2026-02-19 02:17:41] "GET /virtual-network/d904bde2-1379-4b64-a653-41683219d662?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.004650 10.0.0.23 - - [2026-02-19 02:17:42] "POST /neutron/port HTTP/1.1" 200 1124 0.012551 10.0.0.23 - - [2026-02-19 02:17:42] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005591 10.0.0.23 - - [2026-02-19 02:17:42] "POST /neutron/port HTTP/1.1" 200 1124 0.012545 10.0.0.23 - - [2026-02-19 02:17:42] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004812 10.0.0.23 - - [2026-02-19 02:17:42] "POST /neutron/port HTTP/1.1" 200 1124 0.012121 10.0.0.23 - - [2026-02-19 02:17:42] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005265 10.0.0.23 - - [2026-02-19 02:17:42] "GET /virtual-machine/82c6d390-085e-4fff-9f76-1bc2a7695886 HTTP/1.1" 200 1293 0.004092 10.0.0.23 - - [2026-02-19 02:17:42] "GET /virtual-machine-interface/6a234aed-c092-46a0-9341-06e109b87a95 HTTP/1.1" 200 2946 0.004710 10.0.0.23 - - [2026-02-19 02:17:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002357 10.0.0.23 - - [2026-02-19 02:17:42] "GET /global-vrouter-config/2d5e8481-5d1c-4ecd-8ba7-ea3938cbcad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002762 10.0.0.23 - - [2026-02-19 02:17:42] "GET /virtual-networks?parent_id=37522866-452a-4388-ad33-c4c40f787fe6&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002873 10.0.0.23 - - [2026-02-19 02:17:42] "GET /virtual-network/d904bde2-1379-4b64-a653-41683219d662?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005578 10.0.0.23 - - [2026-02-19 02:17:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002445 10.0.0.23 - - [2026-02-19 02:17:43] "GET /global-vrouter-config/2d5e8481-5d1c-4ecd-8ba7-ea3938cbcad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002548 10.0.0.23 - - [2026-02-19 02:17:43] "GET /virtual-networks?parent_id=37522866-452a-4388-ad33-c4c40f787fe6&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002774 10.0.0.23 - - [2026-02-19 02:17:43] "GET /virtual-network/d904bde2-1379-4b64-a653-41683219d662?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005243 10.0.0.23 - - [2026-02-19 02:17:44] "POST /neutron/port HTTP/1.1" 200 1124 0.011129 10.0.0.23 - - [2026-02-19 02:17:44] "POST /neutron/port HTTP/1.1" 200 1124 0.010261 10.0.0.23 - - [2026-02-19 02:17:44] "POST /neutron/network HTTP/1.1" 200 834 0.004868 10.0.0.23 - - [2026-02-19 02:17:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002935 10.0.0.23 - - [2026-02-19 02:17:44] "POST /neutron/subnet HTTP/1.1" 200 694 0.006287 10.0.0.23 - - [2026-02-19 02:17:44] "POST /neutron/port HTTP/1.1" 200 117 0.001098 10.0.0.23 - - [2026-02-19 02:17:44] "POST /neutron/network HTTP/1.1" 200 824 0.005468 10.0.0.23 - - [2026-02-19 02:17:48] "POST /neutron/network HTTP/1.1" 200 824 0.005936 10.0.0.23 - - [2026-02-19 02:17:48] "POST /neutron/network HTTP/1.1" 400 204 0.010752 10.0.0.23 - - [2026-02-19 02:17:48] "DELETE /project/37522866452a4388ad33c4c40f787fe6 HTTP/1.1" 404 173 0.005617 10.0.0.23 - - [2026-02-19 02:17:48] "GET /projects?obj_uuids=448f73ff-b51c-47b2-8935-83c8092b86a6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000793 10.0.0.23 - - [2026-02-19 02:17:48] "GET /project/448f73ff-b51c-47b2-8935-83c8092b86a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1471 0.023381 10.0.0.23 - - [2026-02-19 02:17:48] "GET /projects?obj_uuids=448f73ff-b51c-47b2-8935-83c8092b86a6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000910 10.0.0.23 - - [2026-02-19 02:17:48] "GET /project/448f73ff-b51c-47b2-8935-83c8092b86a6?fields=security_groups HTTP/1.1" 200 1365 0.069287 10.0.0.23 - - [2026-02-19 02:17:48] "DELETE /security-group/2b96e81b-dd1f-4606-9cd8-f06c7de55d1b HTTP/1.1" 200 115 0.035871 10.0.0.23 - - [2026-02-19 02:17:48] "GET /projects?obj_uuids=448f73ff-b51c-47b2-8935-83c8092b86a6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001007 10.0.0.23 - - [2026-02-19 02:17:48] "DELETE /access-control-list/fb62d153-24a8-481a-8010-17075e33c258 HTTP/1.1" 200 115 0.032408 10.0.0.23 - - [2026-02-19 02:17:48] "GET /project/448f73ff-b51c-47b2-8935-83c8092b86a6?fields=application_policy_sets HTTP/1.1" 200 1404 0.030612 10.0.0.23 - - [2026-02-19 02:17:48] "DELETE /access-control-list/80ef0022-ea11-431f-bda3-c114c056e005 HTTP/1.1" 200 115 0.038527 10.0.0.23 - - [2026-02-19 02:17:48] "POST /neutron/port HTTP/1.1" 200 1124 0.017795 10.0.0.23 - - [2026-02-19 02:17:48] "DELETE /project/448f73ff-b51c-47b2-8935-83c8092b86a6 HTTP/1.1" 200 115 0.332088 10.0.0.23 - - [2026-02-19 02:17:48] "POST /neutron/port HTTP/1.1" 200 1114 0.013992 10.0.0.23 - - [2026-02-19 02:17:48] "POST /neutron/port HTTP/1.1" 200 151 0.101679 10.0.0.23 - - [2026-02-19 02:17:48] "POST /neutron/port HTTP/1.1" 200 1124 0.013618 10.0.0.23 - - [2026-02-19 02:17:48] "POST /neutron/port HTTP/1.1" 200 1114 0.013907 10.0.0.23 - - [2026-02-19 02:17:48] "POST /neutron/port HTTP/1.1" 200 151 0.125446 10.0.0.23 - - [2026-02-19 02:17:50] "POST /neutron/network HTTP/1.1" 200 824 0.005461 10.0.0.23 - - [2026-02-19 02:17:50] "POST /useragent-kv HTTP/1.1" 200 115 0.002645 10.0.0.23 - - [2026-02-19 02:17:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003281 10.0.0.23 - - [2026-02-19 02:17:50] "POST /useragent-kv HTTP/1.1" 200 115 0.001593 10.0.0.23 - - [2026-02-19 02:17:50] "POST /neutron/network HTTP/1.1" 200 151 0.061785 10.0.0.23 - - [2026-02-19 02:17:50] "DELETE /route-target/5a5657a2-062c-427a-bba8-68fc65f6338b HTTP/1.1" 200 115 0.013472 10.0.0.23 - - [2026-02-19 02:17:50] "GET /projects?obj_uuids=37522866-452a-4388-ad33-c4c40f787fe6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000943 10.0.0.23 - - [2026-02-19 02:17:50] "GET /project/37522866-452a-4388-ad33-c4c40f787fe6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.019018 10.0.0.23 - - [2026-02-19 02:17:50] "GET /projects?obj_uuids=37522866-452a-4388-ad33-c4c40f787fe6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001259 10.0.0.23 - - [2026-02-19 02:17:50] "GET /project/37522866-452a-4388-ad33-c4c40f787fe6?fields=virtual_networks HTTP/1.1" 200 1034 0.064500 10.0.0.23 - - [2026-02-19 02:17:50] "GET /projects?obj_uuids=37522866-452a-4388-ad33-c4c40f787fe6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000926 10.0.0.23 - - [2026-02-19 02:17:50] "GET /project/37522866-452a-4388-ad33-c4c40f787fe6?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.020299 10.0.0.23 - - [2026-02-19 02:17:50] "GET /projects?obj_uuids=37522866-452a-4388-ad33-c4c40f787fe6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000957 10.0.0.23 - - [2026-02-19 02:17:50] "GET /project/37522866-452a-4388-ad33-c4c40f787fe6?fields=security_groups HTTP/1.1" 200 1261 0.022720 10.0.0.23 - - [2026-02-19 02:17:51] "POST /fqname-to-id HTTP/1.1" 404 188 0.035506 10.0.0.23 - - [2026-02-19 02:17:51] "GET /projects?obj_uuids=d3a3d7a7-45a7-4766-9cd6-d67f55adf574&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.001937 10.0.0.23 - - [2026-02-19 02:17:51] "GET /domains?obj_uuids=2d5d818a-a03e-492f-8464-ff794ba593de&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000984 10.0.0.23 - - [2026-02-19 02:17:51] "GET /domain/2d5d818a-a03e-492f-8464-ff794ba593de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.005971 10.0.0.23 - - [2026-02-19 02:17:51] "POST /id-to-fqname HTTP/1.1" 200 190 0.002007 10.0.0.23 - - [2026-02-19 02:17:51] "POST /fqname-to-id HTTP/1.1" 404 199 0.003446 10.0.0.23 - - [2026-02-19 02:17:51] "POST /security-groups HTTP/1.1" 200 591 0.067992 10.0.0.23 - - [2026-02-19 02:17:51] "POST /fqname-to-id HTTP/1.1" 404 234 0.002112 10.0.0.23 - - [2026-02-19 02:17:51] "POST /projects HTTP/1.1" 200 585 0.208606 10.0.0.23 - - [2026-02-19 02:17:51] "POST /access-control-lists HTTP/1.1" 200 596 0.058096 10.0.0.23 - - [2026-02-19 02:17:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.276437 10.0.0.23 - - [2026-02-19 02:17:51] "POST /fqname-to-id HTTP/1.1" 404 233 0.002496 10.0.0.23 - - [2026-02-19 02:17:51] "GET /project/d3a3d7a7-45a7-4766-9cd6-d67f55adf574?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.392520 10.0.0.23 - - [2026-02-19 02:17:52] "POST /access-control-lists HTTP/1.1" 200 594 0.060477 10.0.0.23 - - [2026-02-19 02:17:53] "GET / HTTP/1.1" 200 35931 0.001873 10.0.0.23 - - [2026-02-19 02:17:53] "POST /fqname-to-id HTTP/1.1" 401 292 0.000442 10.0.0.23 - - [2026-02-19 02:17:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.055654 10.0.0.23 - - [2026-02-19 02:17:54] "GET /projects?obj_uuids=d3a3d7a7-45a7-4766-9cd6-d67f55adf574&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000948 10.0.0.23 - - [2026-02-19 02:17:54] "GET /project/d3a3d7a7-45a7-4766-9cd6-d67f55adf574?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.020784 10.0.0.23 - - [2026-02-19 02:17:54] "POST /neutron/network HTTP/1.1" 200 117 0.033835 10.0.0.23 - - [2026-02-19 02:17:54] "GET /projects?obj_uuids=d3a3d7a7-45a7-4766-9cd6-d67f55adf574&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001323 10.0.0.23 - - [2026-02-19 02:17:54] "POST /neutron/network HTTP/1.1" 200 625 0.054379 10.0.0.23 - - [2026-02-19 02:17:54] "POST /route-targets HTTP/1.1" 200 327 0.011481 10.0.0.23 - - [2026-02-19 02:17:54] "POST /ref-update HTTP/1.1" 200 156 0.011397 10.0.0.23 - - [2026-02-19 02:17:54] "POST /useragent-kv HTTP/1.1" 200 115 0.003317 10.0.0.23 - - [2026-02-19 02:17:54] "POST /neutron/subnet HTTP/1.1" 200 701 0.197655 10.0.0.23 - - [2026-02-19 02:17:54] "POST /neutron/network HTTP/1.1" 200 839 0.004911 10.0.0.23 - - [2026-02-19 02:17:54] "POST /id-to-fqname HTTP/1.1" 200 230 0.001056 10.0.0.23 - - [2026-02-19 02:17:54] "GET /virtual-network/bacca091-f862-444f-92a5-cf9febaa6f5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.004427 10.0.0.23 - - [2026-02-19 02:17:54] "POST /neutron/network HTTP/1.1" 200 839 0.004904 10.0.0.23 - - [2026-02-19 02:17:54] "GET /virtual-network/bacca091-f862-444f-92a5-cf9febaa6f5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.004172 10.0.0.23 - - [2026-02-19 02:17:54] "POST /neutron/network HTTP/1.1" 200 839 0.004826 10.0.0.23 - - [2026-02-19 02:17:54] "POST /neutron/subnet HTTP/1.1" 200 701 0.005673 10.0.0.23 - - [2026-02-19 02:17:54] "POST /neutron/network HTTP/1.1" 200 839 0.004669 10.0.0.23 - - [2026-02-19 02:17:54] "POST /id-to-fqname HTTP/1.1" 200 230 0.001119 10.0.0.23 - - [2026-02-19 02:17:54] "POST /neutron/network HTTP/1.1" 200 849 0.005230 10.0.0.23 - - [2026-02-19 02:17:54] "GET /aaa-mode HTTP/1.1" 401 292 0.000343 10.0.0.23 - - [2026-02-19 02:17:54] "GET /obj-perms HTTP/1.1" 200 5056 0.050008 10.0.0.23 - - [2026-02-19 02:17:55] "GET / HTTP/1.1" 200 35931 0.001505 10.0.0.23 - - [2026-02-19 02:17:55] "GET /project/d3a3d7a7-45a7-4766-9cd6-d67f55adf574?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000317 10.0.0.23 - - [2026-02-19 02:17:55] "GET /obj-perms HTTP/1.1" 200 5056 0.048963 10.0.0.23 - - [2026-02-19 02:17:55] "GET /projects?obj_uuids=d3a3d7a7-45a7-4766-9cd6-d67f55adf574&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000939 10.0.0.23 - - [2026-02-19 02:17:55] "GET /project/d3a3d7a7-45a7-4766-9cd6-d67f55adf574?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.041617 10.0.0.23 - - [2026-02-19 02:17:55] "POST /neutron/network HTTP/1.1" 200 839 0.004450 10.0.0.23 - - [2026-02-19 02:17:55] "POST /neutron/port HTTP/1.1" 200 117 0.005089 10.0.0.23 - - [2026-02-19 02:17:55] "POST /neutron/port HTTP/1.1" 200 117 0.005171 10.0.0.23 - - [2026-02-19 02:17:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002827 10.0.0.23 - - [2026-02-19 02:17:55] "GET /global-vrouter-config/2d5e8481-5d1c-4ecd-8ba7-ea3938cbcad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003054 10.0.0.23 - - [2026-02-19 02:17:55] "PUT /global-vrouter-config/2d5e8481-5d1c-4ecd-8ba7-ea3938cbcad4 HTTP/1.1" 200 276 0.008819 10.0.0.23 - - [2026-02-19 02:17:55] "POST /neutron/port HTTP/1.1" 200 117 0.004428 10.0.0.23 - - [2026-02-19 02:17:56] "POST /neutron/network HTTP/1.1" 200 849 0.005623 10.0.0.23 - - [2026-02-19 02:17:56] "GET /projects?obj_uuids=d3a3d7a7-45a7-4766-9cd6-d67f55adf574&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001784 10.0.0.23 - - [2026-02-19 02:17:56] "POST /neutron/port HTTP/1.1" 200 1055 0.173365 10.0.0.23 - - [2026-02-19 02:17:56] "POST /neutron/port HTTP/1.1" 200 1055 0.009162 10.0.0.23 - - [2026-02-19 02:17:56] "POST /neutron/port HTTP/1.1" 200 1055 0.008395 10.0.0.23 - - [2026-02-19 02:17:56] "POST /neutron/port HTTP/1.1" 200 1109 0.054166 10.0.0.23 - - [2026-02-19 02:17:56] "POST /neutron/port HTTP/1.1" 200 1119 0.011262 10.0.0.23 - - [2026-02-19 02:17:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002789 10.0.0.23 - - [2026-02-19 02:17:56] "POST /neutron/subnet HTTP/1.1" 200 675 0.005701 10.0.0.23 - - [2026-02-19 02:17:56] "POST /neutron/port HTTP/1.1" 200 117 0.001036 10.0.0.23 - - [2026-02-19 02:17:56] "POST /neutron/network HTTP/1.1" 200 839 0.004960 10.0.0.23 - - [2026-02-19 02:18:00] "POST /neutron/port HTTP/1.1" 200 1119 0.016791 10.0.0.23 - - [2026-02-19 02:18:00] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005515 10.0.0.23 - - [2026-02-19 02:18:01] "POST /neutron/port HTTP/1.1" 200 1119 0.010638 10.0.0.23 - - [2026-02-19 02:18:01] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006850 10.0.0.23 - - [2026-02-19 02:18:01] "POST /neutron/port HTTP/1.1" 200 1119 0.013025 10.0.0.23 - - [2026-02-19 02:18:01] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005504 10.0.0.23 - - [2026-02-19 02:18:01] "GET /virtual-machine/ad0b95d6-6148-480e-bdca-fdfdd20f482a HTTP/1.1" 401 292 0.000413 10.0.0.23 - - [2026-02-19 02:18:01] "GET /virtual-machine/ad0b95d6-6148-480e-bdca-fdfdd20f482a HTTP/1.1" 200 1293 0.035225 10.0.0.23 - - [2026-02-19 02:18:01] "GET /virtual-machine-interface/0fc08d87-28fb-4fec-ae88-3ca1f9322902 HTTP/1.1" 200 2971 0.004277 10.0.0.23 - - [2026-02-19 02:18:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002508 10.0.0.23 - - [2026-02-19 02:18:01] "GET /global-vrouter-config/2d5e8481-5d1c-4ecd-8ba7-ea3938cbcad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.002821 10.0.0.23 - - [2026-02-19 02:18:01] "GET /virtual-networks?parent_id=d3a3d7a7-45a7-4766-9cd6-d67f55adf574&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002578 10.0.0.23 - - [2026-02-19 02:18:01] "GET /virtual-network/bacca091-f862-444f-92a5-cf9febaa6f5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005395 10.0.0.23 - - [2026-02-19 02:18:04] "POST /neutron/port HTTP/1.1" 200 1119 0.010026 10.0.0.23 - - [2026-02-19 02:18:04] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004286 10.0.0.23 - - [2026-02-19 02:18:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002443 10.0.0.23 - - [2026-02-19 02:18:04] "GET /virtual-network/bacca091-f862-444f-92a5-cf9febaa6f5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.004007 10.0.0.23 - - [2026-02-19 02:18:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002553 10.0.0.23 - - [2026-02-19 02:18:06] "GET /global-vrouter-config/2d5e8481-5d1c-4ecd-8ba7-ea3938cbcad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.002965 10.0.0.23 - - [2026-02-19 02:18:06] "GET /virtual-networks?parent_id=d3a3d7a7-45a7-4766-9cd6-d67f55adf574&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002666 10.0.0.23 - - [2026-02-19 02:18:06] "GET /virtual-network/bacca091-f862-444f-92a5-cf9febaa6f5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.004895 10.0.0.23 - - [2026-02-19 02:18:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002704 10.0.0.23 - - [2026-02-19 02:18:08] "GET /global-vrouter-config/2d5e8481-5d1c-4ecd-8ba7-ea3938cbcad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.003002 10.0.0.23 - - [2026-02-19 02:18:09] "PUT /global-vrouter-config/2d5e8481-5d1c-4ecd-8ba7-ea3938cbcad4 HTTP/1.1" 200 276 0.007742 10.0.0.23 - - [2026-02-19 02:18:09] "POST /neutron/network HTTP/1.1" 200 839 0.005050 10.0.0.23 - - [2026-02-19 02:18:09] "POST /neutron/network HTTP/1.1" 400 204 0.013252 10.0.0.23 - - [2026-02-19 02:18:09] "POST /neutron/port HTTP/1.1" 200 1119 0.010358 10.0.0.23 - - [2026-02-19 02:18:09] "POST /neutron/port HTTP/1.1" 200 1109 0.008521 10.0.0.23 - - [2026-02-19 02:18:09] "POST /neutron/port HTTP/1.1" 200 151 0.072349 10.0.0.23 - - [2026-02-19 02:18:11] "POST /neutron/network HTTP/1.1" 200 839 0.004822 10.0.0.23 - - [2026-02-19 02:18:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003853 10.0.0.23 - - [2026-02-19 02:18:11] "POST /useragent-kv HTTP/1.1" 200 115 0.001688 10.0.0.23 - - [2026-02-19 02:18:11] "POST /useragent-kv HTTP/1.1" 200 115 0.002555 10.0.0.23 - - [2026-02-19 02:18:11] "POST /neutron/network HTTP/1.1" 200 151 0.066625 10.0.0.23 - - [2026-02-19 02:18:11] "DELETE /route-target/351bf0e7-f372-4911-bb27-91b005cca4a7 HTTP/1.1" 200 115 0.014214 10.0.0.23 - - [2026-02-19 02:18:11] "GET /global-vrouter-configs HTTP/1.1" 200 357 0.003171 10.0.0.23 - - [2026-02-19 02:18:11] "GET /global-vrouter-config/2d5e8481-5d1c-4ecd-8ba7-ea3938cbcad4 HTTP/1.1" 200 1880 0.003845 10.0.0.23 - - [2026-02-19 02:18:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002188 10.0.0.23 - - [2026-02-19 02:18:11] "GET /projects?obj_uuids=d3a3d7a7-45a7-4766-9cd6-d67f55adf574&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000933 10.0.0.23 - - [2026-02-19 02:18:11] "GET /project/d3a3d7a7-45a7-4766-9cd6-d67f55adf574?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.026731 10.0.0.23 - - [2026-02-19 02:18:11] "POST /neutron/network HTTP/1.1" 200 117 0.009037 10.0.0.23 - - [2026-02-19 02:18:11] "GET /projects?obj_uuids=d3a3d7a7-45a7-4766-9cd6-d67f55adf574&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001726 10.0.0.23 - - [2026-02-19 02:18:11] "POST /neutron/network HTTP/1.1" 200 605 0.057979 10.0.0.23 - - [2026-02-19 02:18:11] "POST /route-targets HTTP/1.1" 200 327 0.008799 10.0.0.23 - - [2026-02-19 02:18:12] "POST /ref-update HTTP/1.1" 200 156 0.010729 10.0.0.23 - - [2026-02-19 02:18:12] "POST /useragent-kv HTTP/1.1" 200 115 0.004422 10.0.0.23 - - [2026-02-19 02:18:12] "POST /neutron/subnet HTTP/1.1" 200 724 0.169414 10.0.0.23 - - [2026-02-19 02:18:12] "POST /neutron/network HTTP/1.1" 200 824 0.004952 10.0.0.23 - - [2026-02-19 02:18:12] "POST /id-to-fqname HTTP/1.1" 200 220 0.001259 10.0.0.23 - - [2026-02-19 02:18:12] "GET /virtual-network/70f6fea3-5a45-4f87-974f-3df94a73cb3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005043 10.0.0.23 - - [2026-02-19 02:18:12] "POST /neutron/network HTTP/1.1" 200 824 0.006650 10.0.0.23 - - [2026-02-19 02:18:12] "GET /virtual-network/70f6fea3-5a45-4f87-974f-3df94a73cb3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.004872 10.0.0.23 - - [2026-02-19 02:18:12] "POST /neutron/network HTTP/1.1" 200 824 0.005123 10.0.0.23 - - [2026-02-19 02:18:12] "POST /neutron/subnet HTTP/1.1" 200 724 0.007449 10.0.0.23 - - [2026-02-19 02:18:12] "POST /id-to-fqname HTTP/1.1" 200 220 0.001350 10.0.0.23 - - [2026-02-19 02:18:12] "POST /neutron/network HTTP/1.1" 200 834 0.004730 10.0.0.23 - - [2026-02-19 02:18:12] "GET /aaa-mode HTTP/1.1" 401 292 0.000456 10.0.0.23 - - [2026-02-19 02:18:12] "GET / HTTP/1.1" 200 35931 0.001579 10.0.0.23 - - [2026-02-19 02:18:12] "GET /project/d3a3d7a7-45a7-4766-9cd6-d67f55adf574?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000387 10.0.0.23 - - [2026-02-19 02:18:13] "GET /projects?obj_uuids=d3a3d7a7-45a7-4766-9cd6-d67f55adf574&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000920 10.0.0.23 - - [2026-02-19 02:18:13] "GET /project/d3a3d7a7-45a7-4766-9cd6-d67f55adf574?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.054168 10.0.0.23 - - [2026-02-19 02:18:13] "POST /neutron/network HTTP/1.1" 200 824 0.004554 10.0.0.23 - - [2026-02-19 02:18:13] "POST /neutron/port HTTP/1.1" 200 117 0.004461 10.0.0.23 - - [2026-02-19 02:18:13] "POST /neutron/port HTTP/1.1" 200 117 0.004607 10.0.0.23 - - [2026-02-19 02:18:13] "POST /neutron/port HTTP/1.1" 200 117 0.006350 10.0.0.23 - - [2026-02-19 02:18:13] "POST /neutron/network HTTP/1.1" 200 834 0.004883 10.0.0.23 - - [2026-02-19 02:18:13] "GET /projects?obj_uuids=d3a3d7a7-45a7-4766-9cd6-d67f55adf574&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000948 10.0.0.23 - - [2026-02-19 02:18:13] "POST /neutron/port HTTP/1.1" 200 1060 0.188694 10.0.0.23 - - [2026-02-19 02:18:13] "POST /neutron/port HTTP/1.1" 200 1060 0.010586 10.0.0.23 - - [2026-02-19 02:18:13] "POST /neutron/port HTTP/1.1" 200 1060 0.008003 10.0.0.23 - - [2026-02-19 02:18:13] "POST /neutron/port HTTP/1.1" 200 1114 0.053960 10.0.0.23 - - [2026-02-19 02:18:14] "POST /neutron/port HTTP/1.1" 200 1124 0.010425 10.0.0.23 - - [2026-02-19 02:18:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002948 10.0.0.23 - - [2026-02-19 02:18:14] "POST /neutron/subnet HTTP/1.1" 200 698 0.006493 10.0.0.23 - - [2026-02-19 02:18:14] "POST /neutron/port HTTP/1.1" 200 117 0.001242 10.0.0.23 - - [2026-02-19 02:18:14] "POST /neutron/network HTTP/1.1" 200 824 0.004881 10.0.0.23 - - [2026-02-19 02:18:18] "POST /neutron/port HTTP/1.1" 200 1124 0.010687 10.0.0.23 - - [2026-02-19 02:18:18] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004979 10.0.0.23 - - [2026-02-19 02:18:18] "POST /neutron/port HTTP/1.1" 200 1124 0.009770 10.0.0.23 - - [2026-02-19 02:18:18] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005152 10.0.0.23 - - [2026-02-19 02:18:18] "POST /neutron/port HTTP/1.1" 200 1124 0.021547 10.0.0.23 - - [2026-02-19 02:18:18] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005331 10.0.0.23 - - [2026-02-19 02:18:18] "GET /virtual-machine/400684d7-0ad4-424d-b527-c5331623a450 HTTP/1.1" 200 1292 0.004225 10.0.0.23 - - [2026-02-19 02:18:18] "GET /virtual-machine-interface/7fc4e78c-0900-473f-9af1-6b988e387d39 HTTP/1.1" 200 2941 0.004465 10.0.0.23 - - [2026-02-19 02:18:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002463 10.0.0.23 - - [2026-02-19 02:18:18] "GET /global-vrouter-config/2d5e8481-5d1c-4ecd-8ba7-ea3938cbcad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003217 10.0.0.23 - - [2026-02-19 02:18:18] "GET /virtual-networks?parent_id=d3a3d7a7-45a7-4766-9cd6-d67f55adf574&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002445 10.0.0.23 - - [2026-02-19 02:18:18] "GET /virtual-network/70f6fea3-5a45-4f87-974f-3df94a73cb3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005010 10.0.0.23 - - [2026-02-19 02:18:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002572 10.0.0.23 - - [2026-02-19 02:18:21] "GET /virtual-network/70f6fea3-5a45-4f87-974f-3df94a73cb3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.004693 10.0.0.23 - - [2026-02-19 02:18:22] "POST /neutron/port HTTP/1.1" 200 1124 0.010493 10.0.0.23 - - [2026-02-19 02:18:22] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005090 10.0.0.23 - - [2026-02-19 02:18:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002593 10.0.0.23 - - [2026-02-19 02:18:23] "GET /global-vrouter-config/2d5e8481-5d1c-4ecd-8ba7-ea3938cbcad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002498 10.0.0.23 - - [2026-02-19 02:18:24] "GET /virtual-networks?parent_id=d3a3d7a7-45a7-4766-9cd6-d67f55adf574&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002636 10.0.0.23 - - [2026-02-19 02:18:24] "GET /virtual-network/70f6fea3-5a45-4f87-974f-3df94a73cb3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005780 10.0.0.23 - - [2026-02-19 02:18:25] "POST /neutron/network HTTP/1.1" 200 824 0.005227 10.0.0.23 - - [2026-02-19 02:18:25] "POST /neutron/network HTTP/1.1" 400 204 0.011687 10.0.0.23 - - [2026-02-19 02:18:26] "POST /neutron/port HTTP/1.1" 200 1124 0.010794 10.0.0.23 - - [2026-02-19 02:18:26] "POST /neutron/port HTTP/1.1" 200 1114 0.010515 10.0.0.23 - - [2026-02-19 02:18:26] "POST /neutron/port HTTP/1.1" 200 151 0.079801 10.0.0.23 - - [2026-02-19 02:18:27] "POST /neutron/network HTTP/1.1" 200 824 0.004942 10.0.0.23 - - [2026-02-19 02:18:28] "POST /useragent-kv HTTP/1.1" 200 115 0.002071 10.0.0.23 - - [2026-02-19 02:18:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003220 10.0.0.23 - - [2026-02-19 02:18:28] "POST /useragent-kv HTTP/1.1" 200 115 0.001896 10.0.0.23 - - [2026-02-19 02:18:28] "POST /neutron/network HTTP/1.1" 200 151 0.063911 10.0.0.23 - - [2026-02-19 02:18:28] "DELETE /route-target/261ed7b2-eee8-40a7-8d3e-bb7ed37f1c72 HTTP/1.1" 200 115 0.013456 10.0.0.23 - - [2026-02-19 02:18:28] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.002486 10.0.0.23 - - [2026-02-19 02:18:28] "POST /network-ipams HTTP/1.1" 200 541 0.017672 10.0.0.23 - - [2026-02-19 02:18:28] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 764 0.002668 10.0.0.23 - - [2026-02-19 02:18:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002913 10.0.0.23 - - [2026-02-19 02:18:28] "GET /network-ipam/5cf78300-6a92-4363-8886-4a4a5ad4479a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1328 0.005054 10.0.0.23 - - [2026-02-19 02:18:28] "PUT /network-ipam/5cf78300-6a92-4363-8886-4a4a5ad4479a HTTP/1.1" 200 258 0.008928 10.0.0.23 - - [2026-02-19 02:18:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002570 10.0.0.23 - - [2026-02-19 02:18:28] "GET /projects?obj_uuids=d3a3d7a7-45a7-4766-9cd6-d67f55adf574&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001001 10.0.0.23 - - [2026-02-19 02:18:28] "GET /project/d3a3d7a7-45a7-4766-9cd6-d67f55adf574?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.023659 10.0.0.23 - - [2026-02-19 02:18:29] "POST /neutron/network HTTP/1.1" 200 117 0.008175 10.0.0.23 - - [2026-02-19 02:18:29] "GET /projects?obj_uuids=d3a3d7a7-45a7-4766-9cd6-d67f55adf574&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001089 10.0.0.23 - - [2026-02-19 02:18:29] "POST /neutron/network HTTP/1.1" 200 605 0.051444 10.0.0.23 - - [2026-02-19 02:18:29] "POST /useragent-kv HTTP/1.1" 200 115 0.003413 10.0.0.23 - - [2026-02-19 02:18:29] "POST /neutron/subnet HTTP/1.1" 200 699 0.170669 10.0.0.23 - - [2026-02-19 02:18:29] "POST /useragent-kv HTTP/1.1" 200 115 0.002979 10.0.0.23 - - [2026-02-19 02:18:29] "POST /neutron/subnet HTTP/1.1" 200 699 0.122261 10.0.0.23 - - [2026-02-19 02:18:29] "POST /neutron/network HTTP/1.1" 200 994 0.006271 10.0.0.23 - - [2026-02-19 02:18:29] "POST /id-to-fqname HTTP/1.1" 200 220 0.001179 10.0.0.23 - - [2026-02-19 02:18:29] "GET /virtual-network/3fb4d8aa-e69b-4a37-8d2e-a7b83b2ed924?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.004730 10.0.0.23 - - [2026-02-19 02:18:29] "POST /neutron/network HTTP/1.1" 200 994 0.005891 10.0.0.23 - - [2026-02-19 02:18:29] "GET /virtual-network/3fb4d8aa-e69b-4a37-8d2e-a7b83b2ed924?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.004798 10.0.0.23 - - [2026-02-19 02:18:29] "POST /neutron/network HTTP/1.1" 200 994 0.006902 10.0.0.23 - - [2026-02-19 02:18:29] "POST /neutron/subnet HTTP/1.1" 200 699 0.005907 10.0.0.23 - - [2026-02-19 02:18:29] "POST /route-targets HTTP/1.1" 200 327 0.011084 10.0.0.23 - - [2026-02-19 02:18:29] "POST /ref-update HTTP/1.1" 200 156 0.012698 10.0.0.23 - - [2026-02-19 02:18:29] "POST /neutron/subnet HTTP/1.1" 200 699 0.007307 10.0.0.23 - - [2026-02-19 02:18:29] "POST /neutron/network HTTP/1.1" 200 994 0.006075 10.0.0.23 - - [2026-02-19 02:18:29] "POST /neutron/subnet HTTP/1.1" 200 699 0.005396 10.0.0.23 - - [2026-02-19 02:18:29] "POST /neutron/subnet HTTP/1.1" 200 699 0.006149 10.0.0.23 - - [2026-02-19 02:18:29] "GET /projects?obj_uuids=d3a3d7a7-45a7-4766-9cd6-d67f55adf574&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001039 10.0.0.23 - - [2026-02-19 02:18:29] "POST /neutron/port HTTP/1.1" 200 1017 0.141527 10.0.0.23 - - [2026-02-19 02:18:29] "GET /projects?obj_uuids=d3a3d7a7-45a7-4766-9cd6-d67f55adf574&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001014 10.0.0.23 - - [2026-02-19 02:18:29] "POST /neutron/port HTTP/1.1" 200 1017 0.143966 10.0.0.23 - - [2026-02-19 02:18:29] "POST /id-to-fqname HTTP/1.1" 200 220 0.001080 10.0.0.23 - - [2026-02-19 02:18:30] "POST /neutron/port HTTP/1.1" 200 1017 0.007612 10.0.0.23 - - [2026-02-19 02:18:30] "POST /neutron/port HTTP/1.1" 200 1017 0.007341 10.0.0.23 - - [2026-02-19 02:18:30] "POST /neutron/network HTTP/1.1" 200 994 0.005842 10.0.0.23 - - [2026-02-19 02:18:30] "POST /neutron/port HTTP/1.1" 200 1017 0.007601 10.0.0.23 - - [2026-02-19 02:18:30] "POST /neutron/port HTTP/1.1" 200 117 0.004411 10.0.0.23 - - [2026-02-19 02:18:30] "POST /neutron/port HTTP/1.1" 200 1017 0.007438 10.0.0.23 - - [2026-02-19 02:18:30] "POST /neutron/port HTTP/1.1" 200 117 0.004117 10.0.0.23 - - [2026-02-19 02:18:30] "POST /id-to-fqname HTTP/1.1" 200 220 0.001404 10.0.0.23 - - [2026-02-19 02:18:30] "POST /neutron/port HTTP/1.1" 200 117 0.004302 10.0.0.23 - - [2026-02-19 02:18:30] "POST /neutron/port HTTP/1.1" 200 1017 0.007758 10.0.0.23 - - [2026-02-19 02:18:30] "POST /neutron/port HTTP/1.1" 200 1017 0.007875 10.0.0.23 - - [2026-02-19 02:18:30] "POST /neutron/network HTTP/1.1" 200 994 0.006059 10.0.0.23 - - [2026-02-19 02:18:30] "POST /neutron/port HTTP/1.1" 200 1017 0.012115 10.0.0.23 - - [2026-02-19 02:18:30] "POST /neutron/port HTTP/1.1" 200 1017 0.008976 10.0.0.23 - - [2026-02-19 02:18:30] "POST /neutron/port HTTP/1.1" 200 117 0.006789 10.0.0.23 - - [2026-02-19 02:18:30] "POST /neutron/port HTTP/1.1" 200 117 0.004246 10.0.0.23 - - [2026-02-19 02:18:30] "POST /neutron/port HTTP/1.1" 200 1017 0.008931 10.0.0.23 - - [2026-02-19 02:18:30] "POST /id-to-fqname HTTP/1.1" 200 220 0.001397 10.0.0.23 - - [2026-02-19 02:18:30] "POST /neutron/network HTTP/1.1" 200 1004 0.004912 10.0.0.23 - - [2026-02-19 02:18:30] "POST /neutron/port HTTP/1.1" 200 1017 0.008194 10.0.0.23 - - [2026-02-19 02:18:30] "POST /neutron/port HTTP/1.1" 200 1017 0.007873 10.0.0.23 - - [2026-02-19 02:18:30] "POST /neutron/port HTTP/1.1" 200 117 0.006415 10.0.0.23 - - [2026-02-19 02:18:30] "POST /neutron/port HTTP/1.1" 200 1109 0.066686 10.0.0.23 - - [2026-02-19 02:18:30] "POST /neutron/port HTTP/1.1" 200 1119 0.018142 10.0.0.23 - - [2026-02-19 02:18:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003159 10.0.0.23 - - [2026-02-19 02:18:30] "POST /neutron/network HTTP/1.1" 200 1004 0.005344 10.0.0.23 - - [2026-02-19 02:18:30] "POST /neutron/subnet HTTP/1.1" 200 673 0.008434 10.0.0.23 - - [2026-02-19 02:18:30] "GET /aaa-mode HTTP/1.1" 401 292 0.000296 10.0.0.23 - - [2026-02-19 02:18:30] "POST /neutron/port HTTP/1.1" 200 117 0.001150 10.0.0.23 - - [2026-02-19 02:18:31] "POST /neutron/network HTTP/1.1" 200 994 0.074119 10.0.0.23 - - [2026-02-19 02:18:31] "POST /neutron/port HTTP/1.1" 200 1017 0.010004 10.0.0.23 - - [2026-02-19 02:18:31] "POST /neutron/network HTTP/1.1" 200 1004 0.006377 10.0.0.23 - - [2026-02-19 02:18:31] "POST /neutron/port HTTP/1.1" 200 1017 0.007870 10.0.0.23 - - [2026-02-19 02:18:31] "POST /neutron/port HTTP/1.1" 200 1017 0.007533 10.0.0.23 - - [2026-02-19 02:18:31] "GET / HTTP/1.1" 200 35931 0.003675 10.0.0.23 - - [2026-02-19 02:18:31] "GET /project/d3a3d7a7-45a7-4766-9cd6-d67f55adf574?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000349 10.0.0.23 - - [2026-02-19 02:18:31] "POST /neutron/port HTTP/1.1" 200 1109 0.072518 10.0.0.23 - - [2026-02-19 02:18:31] "POST /neutron/port HTTP/1.1" 200 1119 0.023817 10.0.0.23 - - [2026-02-19 02:18:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003016 10.0.0.23 - - [2026-02-19 02:18:31] "POST /neutron/subnet HTTP/1.1" 200 673 0.008759 10.0.0.23 - - [2026-02-19 02:18:31] "POST /neutron/port HTTP/1.1" 200 117 0.002074 10.0.0.23 - - [2026-02-19 02:18:31] "POST /neutron/network HTTP/1.1" 200 994 0.007005 10.0.0.23 - - [2026-02-19 02:18:31] "GET /projects?obj_uuids=d3a3d7a7-45a7-4766-9cd6-d67f55adf574&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000905 10.0.0.23 - - [2026-02-19 02:18:31] "GET /project/d3a3d7a7-45a7-4766-9cd6-d67f55adf574?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.048437 10.0.0.23 - - [2026-02-19 02:18:31] "POST /neutron/network HTTP/1.1" 200 994 0.006546 10.0.0.23 - - [2026-02-19 02:18:31] "POST /neutron/port HTTP/1.1" 200 2086 0.018521 10.0.0.23 - - [2026-02-19 02:18:31] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006032 10.0.0.23 - - [2026-02-19 02:18:31] "POST /neutron/port HTTP/1.1" 200 117 0.004411 10.0.0.23 - - [2026-02-19 02:18:31] "GET /domains HTTP/1.1" 200 280 0.002221 10.0.0.23 - - [2026-02-19 02:18:31] "GET /domains?obj_uuids=2d5d818a-a03e-492f-8464-ff794ba593de&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001296 10.0.0.23 - - [2026-02-19 02:18:31] "GET /domain/2d5d818a-a03e-492f-8464-ff794ba593de HTTP/1.1" 200 2759 0.009012 10.0.0.23 - - [2026-02-19 02:18:31] "GET /projects?obj_uuids=d3a3d7a7-45a7-4766-9cd6-d67f55adf574&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001613 10.0.0.23 - - [2026-02-19 02:18:32] "GET /project/d3a3d7a7-45a7-4766-9cd6-d67f55adf574 HTTP/1.1" 200 2843 0.073454 10.0.0.23 - - [2026-02-19 02:18:32] "GET /network-ipam/5cf78300-6a92-4363-8886-4a4a5ad4479a HTTP/1.1" 200 2645 0.003787 10.0.0.23 - - [2026-02-19 02:18:32] "GET /domains HTTP/1.1" 200 280 0.004296 10.0.0.23 - - [2026-02-19 02:18:32] "GET /domains?obj_uuids=2d5d818a-a03e-492f-8464-ff794ba593de&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001019 10.0.0.23 - - [2026-02-19 02:18:32] "GET /domain/2d5d818a-a03e-492f-8464-ff794ba593de HTTP/1.1" 200 2759 0.005848 10.0.0.23 - - [2026-02-19 02:18:32] "GET /projects?obj_uuids=d3a3d7a7-45a7-4766-9cd6-d67f55adf574&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001176 10.0.0.23 - - [2026-02-19 02:18:32] "GET /project/d3a3d7a7-45a7-4766-9cd6-d67f55adf574 HTTP/1.1" 200 2843 0.064139 10.0.0.23 - - [2026-02-19 02:18:32] "GET /virtual-network/3fb4d8aa-e69b-4a37-8d2e-a7b83b2ed924 HTTP/1.1" 200 3780 0.005091 10.0.0.23 - - [2026-02-19 02:18:32] "GET /virtual-network/3fb4d8aa-e69b-4a37-8d2e-a7b83b2ed924 HTTP/1.1" 200 3780 0.004021 10.0.0.23 - - [2026-02-19 02:18:32] "GET /routing-instance/50a6c201-ddb3-4156-808b-0cfd13ea4bc9 HTTP/1.1" 200 2379 0.003086 10.0.0.23 - - [2026-02-19 02:18:32] "GET /routing-instance/50a6c201-ddb3-4156-808b-0cfd13ea4bc9 HTTP/1.1" 200 2379 0.004290 10.0.0.23 - - [2026-02-19 02:18:32] "GET /route-target/58050be9-ac36-448c-a053-a846af3f111a HTTP/1.1" 200 1204 0.003535 10.0.0.23 - - [2026-02-19 02:18:32] "GET /virtual-network/3fb4d8aa-e69b-4a37-8d2e-a7b83b2ed924 HTTP/1.1" 200 3780 0.005059 10.0.0.23 - - [2026-02-19 02:18:32] "GET /routing-instance/50a6c201-ddb3-4156-808b-0cfd13ea4bc9 HTTP/1.1" 200 2379 0.003374 10.0.0.23 - - [2026-02-19 02:18:32] "GET /virtual-network/3fb4d8aa-e69b-4a37-8d2e-a7b83b2ed924?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.004328 10.0.0.23 - - [2026-02-19 02:18:32] "GET /virtual-network/3fb4d8aa-e69b-4a37-8d2e-a7b83b2ed924 HTTP/1.1" 200 3780 0.004463 10.0.0.23 - - [2026-02-19 02:18:32] "GET /routing-instance/50a6c201-ddb3-4156-808b-0cfd13ea4bc9 HTTP/1.1" 200 2379 0.003077 10.0.0.23 - - [2026-02-19 02:18:32] "GET /routing-instance/50a6c201-ddb3-4156-808b-0cfd13ea4bc9 HTTP/1.1" 200 2379 0.003989 10.0.0.23 - - [2026-02-19 02:18:32] "GET /route-target/58050be9-ac36-448c-a053-a846af3f111a HTTP/1.1" 200 1204 0.002962 10.0.0.23 - - [2026-02-19 02:18:32] "GET /domains HTTP/1.1" 200 280 0.002188 10.0.0.23 - - [2026-02-19 02:18:32] "GET /domains?obj_uuids=2d5d818a-a03e-492f-8464-ff794ba593de&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000919 10.0.0.23 - - [2026-02-19 02:18:32] "GET /domain/2d5d818a-a03e-492f-8464-ff794ba593de HTTP/1.1" 200 2759 0.007373 10.0.0.23 - - [2026-02-19 02:18:32] "GET /projects?obj_uuids=d3a3d7a7-45a7-4766-9cd6-d67f55adf574&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001022 10.0.0.23 - - [2026-02-19 02:18:32] "GET /project/d3a3d7a7-45a7-4766-9cd6-d67f55adf574 HTTP/1.1" 200 2843 0.068017 10.0.0.23 - - [2026-02-19 02:18:32] "GET /virtual-network/3fb4d8aa-e69b-4a37-8d2e-a7b83b2ed924 HTTP/1.1" 200 3780 0.009842 10.0.0.23 - - [2026-02-19 02:18:32] "POST /neutron/network HTTP/1.1" 200 1004 0.008621 10.0.0.23 - - [2026-02-19 02:18:32] "GET /projects?obj_uuids=d3a3d7a7-45a7-4766-9cd6-d67f55adf574&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000970 10.0.0.23 - - [2026-02-19 02:18:32] "POST /neutron/port HTTP/1.1" 200 1055 0.285614 10.0.0.23 - - [2026-02-19 02:18:32] "GET /obj-perms HTTP/1.1" 200 5030 0.071814 10.0.0.23 - - [2026-02-19 02:18:32] "POST /neutron/port HTTP/1.1" 200 1055 0.014167 10.0.0.23 - - [2026-02-19 02:18:32] "POST /neutron/port HTTP/1.1" 200 1055 0.019681 10.0.0.23 - - [2026-02-19 02:18:32] "POST /neutron/port HTTP/1.1" 200 1119 0.016438 10.0.0.23 - - [2026-02-19 02:18:32] "POST /neutron/security_group HTTP/1.1" 200 2058 0.015198 10.0.0.23 - - [2026-02-19 02:18:32] "POST /neutron/port HTTP/1.1" 200 1109 0.077090 10.0.0.23 - - [2026-02-19 02:18:32] "POST /neutron/port HTTP/1.1" 200 1119 0.011308 10.0.0.23 - - [2026-02-19 02:18:32] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006062 10.0.0.23 - - [2026-02-19 02:18:32] "POST /neutron/port HTTP/1.1" 200 1119 0.010272 10.0.0.23 - - [2026-02-19 02:18:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003263 10.0.0.23 - - [2026-02-19 02:18:32] "POST /neutron/port HTTP/1.1" 200 1119 0.012193 10.0.0.23 - - [2026-02-19 02:18:32] "POST /neutron/subnet HTTP/1.1" 200 673 0.011111 10.0.0.23 - - [2026-02-19 02:18:32] "POST /neutron/port HTTP/1.1" 200 117 0.000955 10.0.0.23 - - [2026-02-19 02:18:32] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008711 10.0.0.23 - - [2026-02-19 02:18:32] "GET /virtual-machine/e24456f4-f114-4aee-882d-acde091db412 HTTP/1.1" 200 1288 0.006024 10.0.0.23 - - [2026-02-19 02:18:32] "POST /neutron/network HTTP/1.1" 200 994 0.008295 10.0.0.23 - - [2026-02-19 02:18:32] "GET /virtual-machine-interface/226afeaa-2333-4ec8-bd58-0532bd332c78 HTTP/1.1" 200 2941 0.003836 10.0.0.23 - - [2026-02-19 02:18:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002568 10.0.0.23 - - [2026-02-19 02:18:33] "GET /global-vrouter-config/2d5e8481-5d1c-4ecd-8ba7-ea3938cbcad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.012516 10.0.0.23 - - [2026-02-19 02:18:33] "GET /virtual-networks?parent_id=d3a3d7a7-45a7-4766-9cd6-d67f55adf574&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003345 10.0.0.23 - - [2026-02-19 02:18:33] "GET /virtual-network/3fb4d8aa-e69b-4a37-8d2e-a7b83b2ed924?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.005570 10.0.0.23 - - [2026-02-19 02:18:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002800 10.0.0.23 - - [2026-02-19 02:18:36] "GET /virtual-network/3fb4d8aa-e69b-4a37-8d2e-a7b83b2ed924?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.005850 10.0.0.23 - - [2026-02-19 02:18:39] "POST /neutron/port HTTP/1.1" 200 1119 0.010923 10.0.0.23 - - [2026-02-19 02:18:39] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004573 10.0.0.23 - - [2026-02-19 02:18:40] "POST /neutron/port HTTP/1.1" 200 1119 0.010949 10.0.0.23 - - [2026-02-19 02:18:40] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004959 10.0.0.23 - - [2026-02-19 02:18:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002883 10.0.0.23 - - [2026-02-19 02:18:40] "GET /virtual-network/3fb4d8aa-e69b-4a37-8d2e-a7b83b2ed924?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.005003 10.0.0.23 - - [2026-02-19 02:18:41] "POST /neutron/port HTTP/1.1" 200 1119 0.010257 10.0.0.23 - - [2026-02-19 02:18:41] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004141 10.0.0.23 - - [2026-02-19 02:18:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002491 10.0.0.23 - - [2026-02-19 02:18:42] "GET /global-vrouter-config/2d5e8481-5d1c-4ecd-8ba7-ea3938cbcad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005018 10.0.0.23 - - [2026-02-19 02:18:42] "GET /virtual-networks?parent_id=d3a3d7a7-45a7-4766-9cd6-d67f55adf574&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002529 10.0.0.23 - - [2026-02-19 02:18:42] "GET /virtual-network/3fb4d8aa-e69b-4a37-8d2e-a7b83b2ed924?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.004893 10.0.0.23 - - [2026-02-19 02:18:42] "POST /neutron/port HTTP/1.1" 200 1119 0.010539 10.0.0.23 - - [2026-02-19 02:18:42] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004912 10.0.0.23 - - [2026-02-19 02:18:42] "POST /neutron/port HTTP/1.1" 200 1119 0.009993 10.0.0.23 - - [2026-02-19 02:18:42] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004838 10.0.0.23 - - [2026-02-19 02:18:42] "POST /neutron/port HTTP/1.1" 200 1119 0.009796 10.0.0.23 - - [2026-02-19 02:18:42] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004873 10.0.0.23 - - [2026-02-19 02:18:42] "GET /virtual-machine/17349c00-adf3-451e-83d1-70610ade2f4b HTTP/1.1" 200 1287 0.003580 10.0.0.23 - - [2026-02-19 02:18:43] "GET /virtual-machine-interface/24949062-8e6a-4a76-8ea8-c1bbaed9301f HTTP/1.1" 200 2941 0.004187 10.0.0.23 - - [2026-02-19 02:18:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002275 10.0.0.23 - - [2026-02-19 02:18:43] "GET /global-vrouter-config/2d5e8481-5d1c-4ecd-8ba7-ea3938cbcad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002860 10.0.0.23 - - [2026-02-19 02:18:43] "GET /virtual-networks?parent_id=d3a3d7a7-45a7-4766-9cd6-d67f55adf574&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002616 10.0.0.23 - - [2026-02-19 02:18:43] "GET /virtual-network/3fb4d8aa-e69b-4a37-8d2e-a7b83b2ed924?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.004722 10.0.0.23 - - [2026-02-19 02:18:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002681 10.0.0.23 - - [2026-02-19 02:18:44] "GET /global-vrouter-config/2d5e8481-5d1c-4ecd-8ba7-ea3938cbcad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002540 10.0.0.23 - - [2026-02-19 02:18:44] "GET /virtual-networks?parent_id=d3a3d7a7-45a7-4766-9cd6-d67f55adf574&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002510 10.0.0.23 - - [2026-02-19 02:18:44] "GET /virtual-network/3fb4d8aa-e69b-4a37-8d2e-a7b83b2ed924?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.004689 10.0.0.23 - - [2026-02-19 02:18:44] "POST /neutron/port HTTP/1.1" 200 1119 0.011078 10.0.0.23 - - [2026-02-19 02:18:44] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006779 10.0.0.23 - - [2026-02-19 02:18:44] "POST /neutron/port HTTP/1.1" 200 1119 0.010270 10.0.0.23 - - [2026-02-19 02:18:44] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004962 10.0.0.23 - - [2026-02-19 02:18:44] "POST /neutron/port HTTP/1.1" 200 1119 0.010220 10.0.0.23 - - [2026-02-19 02:18:44] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005045 10.0.0.23 - - [2026-02-19 02:18:44] "GET /virtual-machine/f8e3f786-710d-451b-9d64-2e26e911b338 HTTP/1.1" 200 1293 0.003800 10.0.0.23 - - [2026-02-19 02:18:44] "GET /virtual-machine-interface/5907a513-4b20-4e41-9f4d-3e45a1fe8629 HTTP/1.1" 200 2941 0.004381 10.0.0.23 - - [2026-02-19 02:18:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002597 10.0.0.23 - - [2026-02-19 02:18:44] "GET /global-vrouter-config/2d5e8481-5d1c-4ecd-8ba7-ea3938cbcad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002992 10.0.0.23 - - [2026-02-19 02:18:44] "GET /virtual-networks?parent_id=d3a3d7a7-45a7-4766-9cd6-d67f55adf574&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002624 10.0.0.23 - - [2026-02-19 02:18:44] "GET /virtual-network/3fb4d8aa-e69b-4a37-8d2e-a7b83b2ed924?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.004697 10.0.0.23 - - [2026-02-19 02:18:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002784 10.0.0.23 - - [2026-02-19 02:18:45] "GET /global-vrouter-config/2d5e8481-5d1c-4ecd-8ba7-ea3938cbcad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002797 10.0.0.23 - - [2026-02-19 02:18:46] "GET /virtual-networks?parent_id=d3a3d7a7-45a7-4766-9cd6-d67f55adf574&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002695 10.0.0.23 - - [2026-02-19 02:18:46] "GET /virtual-network/3fb4d8aa-e69b-4a37-8d2e-a7b83b2ed924?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.004726 10.0.0.23 - - [2026-02-19 02:18:48] "DELETE /project/d3a3d7a745a747669cd6d67f55adf574 HTTP/1.1" 404 173 0.004038 10.0.0.23 - - [2026-02-19 02:18:48] "GET /projects?obj_uuids=37522866-452a-4388-ad33-c4c40f787fe6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000818 10.0.0.23 - - [2026-02-19 02:18:48] "GET /project/37522866-452a-4388-ad33-c4c40f787fe6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.020010 10.0.0.23 - - [2026-02-19 02:18:48] "GET /projects?obj_uuids=37522866-452a-4388-ad33-c4c40f787fe6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000992 10.0.0.23 - - [2026-02-19 02:18:48] "GET /project/37522866-452a-4388-ad33-c4c40f787fe6?fields=security_groups HTTP/1.1" 200 1366 0.062828 10.0.0.23 - - [2026-02-19 02:18:48] "DELETE /security-group/65a3bb44-28d1-4b71-a7b3-b65eef5cc26a HTTP/1.1" 200 115 0.030226 10.0.0.23 - - [2026-02-19 02:18:48] "GET /projects?obj_uuids=37522866-452a-4388-ad33-c4c40f787fe6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000883 10.0.0.23 - - [2026-02-19 02:18:48] "DELETE /access-control-list/54022de9-0f5d-4a36-83cd-9f1c880ae876 HTTP/1.1" 200 115 0.030139 10.0.0.23 - - [2026-02-19 02:18:48] "GET /project/37522866-452a-4388-ad33-c4c40f787fe6?fields=application_policy_sets HTTP/1.1" 200 1405 0.024390 10.0.0.23 - - [2026-02-19 02:18:48] "DELETE /access-control-list/b5debb52-0946-4b58-a654-16b37e418033 HTTP/1.1" 200 115 0.013461 10.0.0.23 - - [2026-02-19 02:18:48] "DELETE /project/37522866-452a-4388-ad33-c4c40f787fe6 HTTP/1.1" 200 115 0.285133 10.0.0.23 - - [2026-02-19 02:18:55] "GET /obj-perms HTTP/1.1" 200 5056 0.047817 10.0.0.23 - - [2026-02-19 02:18:55] "GET /obj-perms HTTP/1.1" 200 5056 0.045867 10.0.0.23 - - [2026-02-19 02:19:02] "POST /neutron/port HTTP/1.1" 200 1109 0.013331 10.0.0.23 - - [2026-02-19 02:19:02] "POST /neutron/port HTTP/1.1" 200 1109 0.010080 10.0.0.23 - - [2026-02-19 02:19:02] "POST /neutron/port HTTP/1.1" 200 151 0.109285 10.0.0.23 - - [2026-02-19 02:19:02] "POST /neutron/port HTTP/1.1" 200 1109 0.008902 10.0.0.23 - - [2026-02-19 02:19:02] "POST /neutron/port HTTP/1.1" 200 1109 0.009397 10.0.0.23 - - [2026-02-19 02:19:02] "POST /neutron/port HTTP/1.1" 200 151 0.117061 10.0.0.23 - - [2026-02-19 02:19:02] "POST /neutron/network HTTP/1.1" 200 994 0.007214 10.0.0.23 - - [2026-02-19 02:19:02] "POST /neutron/port HTTP/1.1" 200 1119 0.014921 10.0.0.23 - - [2026-02-19 02:19:02] "POST /neutron/network HTTP/1.1" 400 204 0.008352 10.0.0.23 - - [2026-02-19 02:19:02] "POST /neutron/port HTTP/1.1" 200 1109 0.010120 10.0.0.23 - - [2026-02-19 02:19:02] "POST /neutron/port HTTP/1.1" 200 151 0.093051 10.0.0.23 - - [2026-02-19 02:19:04] "POST /neutron/network HTTP/1.1" 200 994 0.008701 10.0.0.23 - - [2026-02-19 02:19:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003847 10.0.0.23 - - [2026-02-19 02:19:04] "POST /useragent-kv HTTP/1.1" 200 115 0.002224 10.0.0.23 - - [2026-02-19 02:19:04] "POST /useragent-kv HTTP/1.1" 200 115 0.002651 10.0.0.23 - - [2026-02-19 02:19:04] "POST /useragent-kv HTTP/1.1" 200 115 0.002119 10.0.0.23 - - [2026-02-19 02:19:04] "POST /useragent-kv HTTP/1.1" 200 115 0.001464 10.0.0.23 - - [2026-02-19 02:19:04] "POST /neutron/network HTTP/1.1" 200 151 0.098101 10.0.0.23 - - [2026-02-19 02:19:04] "DELETE /route-target/58050be9-ac36-448c-a053-a846af3f111a HTTP/1.1" 200 115 0.020437 10.0.0.23 - - [2026-02-19 02:19:04] "GET /routing-instance/50a6c201-ddb3-4156-808b-0cfd13ea4bc9 HTTP/1.1" 404 171 0.002231 10.0.0.23 - - [2026-02-19 02:19:04] "GET /domains HTTP/1.1" 200 280 0.002292 10.0.0.23 - - [2026-02-19 02:19:04] "GET /domains?obj_uuids=2d5d818a-a03e-492f-8464-ff794ba593de&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001228 10.0.0.23 - - [2026-02-19 02:19:04] "GET /domain/2d5d818a-a03e-492f-8464-ff794ba593de HTTP/1.1" 200 2572 0.049277 10.0.0.23 - - [2026-02-19 02:19:04] "GET /projects?obj_uuids=d3a3d7a7-45a7-4766-9cd6-d67f55adf574&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000973 10.0.0.23 - - [2026-02-19 02:19:04] "GET /project/d3a3d7a7-45a7-4766-9cd6-d67f55adf574 HTTP/1.1" 200 2086 0.065897 10.0.0.23 - - [2026-02-19 02:19:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002523 10.0.0.23 - - [2026-02-19 02:19:04] "DELETE /network-ipam/5cf78300-6a92-4363-8886-4a4a5ad4479a HTTP/1.1" 200 115 0.018136 10.0.0.23 - - [2026-02-19 02:19:04] "POST /fqname-to-id HTTP/1.1" 404 211 0.002208 10.0.0.23 - - [2026-02-19 02:19:05] "GET /projects?obj_uuids=d3a3d7a7-45a7-4766-9cd6-d67f55adf574&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001000 10.0.0.23 - - [2026-02-19 02:19:05] "GET /project/d3a3d7a7-45a7-4766-9cd6-d67f55adf574?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.020414 10.0.0.23 - - [2026-02-19 02:19:05] "GET /projects?obj_uuids=d3a3d7a7-45a7-4766-9cd6-d67f55adf574&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000924 10.0.0.23 - - [2026-02-19 02:19:05] "GET /project/d3a3d7a7-45a7-4766-9cd6-d67f55adf574?fields=virtual_networks HTTP/1.1" 200 1033 0.066125 10.0.0.23 - - [2026-02-19 02:19:05] "GET /projects?obj_uuids=d3a3d7a7-45a7-4766-9cd6-d67f55adf574&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000960 10.0.0.23 - - [2026-02-19 02:19:05] "GET /project/d3a3d7a7-45a7-4766-9cd6-d67f55adf574?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.025446 10.0.0.23 - - [2026-02-19 02:19:05] "GET /projects?obj_uuids=d3a3d7a7-45a7-4766-9cd6-d67f55adf574&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001461 10.0.0.23 - - [2026-02-19 02:19:05] "GET /project/d3a3d7a7-45a7-4766-9cd6-d67f55adf574?fields=security_groups HTTP/1.1" 200 1259 0.029241 10.0.0.23 - - [2026-02-19 02:19:07] "POST /neutron/port HTTP/1.1" 200 117 0.005158 10.0.0.23 - - [2026-02-19 02:19:07] "POST /neutron/port HTTP/1.1" 400 205 0.002950 10.0.0.23 - - [2026-02-19 02:19:07] "POST /neutron/port HTTP/1.1" 200 117 0.004652 10.0.0.23 - - [2026-02-19 02:19:07] "POST /neutron/port HTTP/1.1" 400 205 0.003202 10.0.0.23 - - [2026-02-19 02:19:12] "GET / HTTP/1.1" 200 35931 0.002067 10.0.0.23 - - [2026-02-19 02:19:13] "POST /fqname-to-id HTTP/1.1" 401 292 0.000447 10.0.0.23 - - [2026-02-19 02:19:13] "POST /fqname-to-id HTTP/1.1" 404 183 0.057944 10.0.0.23 - - [2026-02-19 02:19:13] "GET /projects?obj_uuids=7adbca96-f010-41fb-a3e4-d83eb22c5c70&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002279 10.0.0.23 - - [2026-02-19 02:19:13] "GET /domains?obj_uuids=2d5d818a-a03e-492f-8464-ff794ba593de&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001149 10.0.0.23 - - [2026-02-19 02:19:13] "GET /domain/2d5d818a-a03e-492f-8464-ff794ba593de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006067 10.0.0.23 - - [2026-02-19 02:19:13] "POST /id-to-fqname HTTP/1.1" 200 185 0.001191 10.0.0.23 - - [2026-02-19 02:19:13] "POST /fqname-to-id HTTP/1.1" 404 194 0.002284 10.0.0.23 - - [2026-02-19 02:19:13] "POST /security-groups HTTP/1.1" 200 586 0.064271 10.0.0.23 - - [2026-02-19 02:19:13] "POST /fqname-to-id HTTP/1.1" 404 229 0.002479 10.0.0.23 - - [2026-02-19 02:19:13] "POST /projects HTTP/1.1" 200 575 0.214672 10.0.0.23 - - [2026-02-19 02:19:13] "POST /access-control-lists HTTP/1.1" 200 591 0.055009 10.0.0.23 - - [2026-02-19 02:19:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.283217 10.0.0.23 - - [2026-02-19 02:19:13] "POST /fqname-to-id HTTP/1.1" 404 228 0.002519 10.0.0.23 - - [2026-02-19 02:19:13] "GET /project/7adbca96-f010-41fb-a3e4-d83eb22c5c70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.403188 10.0.0.23 - - [2026-02-19 02:19:13] "POST /access-control-lists HTTP/1.1" 200 589 0.056398 10.0.0.23 - - [2026-02-19 02:19:14] "GET / HTTP/1.1" 200 35931 0.001849 10.0.0.23 - - [2026-02-19 02:19:16] "POST /fqname-to-id HTTP/1.1" 401 292 0.000405 10.0.0.23 - - [2026-02-19 02:19:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.024580 10.0.0.23 - - [2026-02-19 02:19:17] "GET /api-access-list/5fb050bf-8dfa-45ae-b645-05299d5df814?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.003943 10.0.0.23 - - [2026-02-19 02:19:17] "GET /api-access-list/5fb050bf-8dfa-45ae-b645-05299d5df814?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.003299 10.0.0.23 - - [2026-02-19 02:19:17] "GET /api-access-list/5fb050bf-8dfa-45ae-b645-05299d5df814?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.002950 10.0.0.23 - - [2026-02-19 02:19:17] "PUT /api-access-list/5fb050bf-8dfa-45ae-b645-05299d5df814 HTTP/1.1" 200 264 0.008001 10.0.0.23 - - [2026-02-19 02:19:17] "GET /aaa-mode HTTP/1.1" 401 292 0.000419 10.0.0.23 - - [2026-02-19 02:19:17] "GET /aaa-mode HTTP/1.1" 200 128 0.023882 10.0.0.23 - - [2026-02-19 02:19:18] "POST /fqname-to-id HTTP/1.1" 404 183 0.023317 10.0.0.23 - - [2026-02-19 02:19:18] "GET /projects?obj_uuids=3a21ad1d-e81d-4e33-a19d-8e0822f66c82&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002181 10.0.0.23 - - [2026-02-19 02:19:18] "GET /domains?obj_uuids=2d5d818a-a03e-492f-8464-ff794ba593de&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000938 10.0.0.23 - - [2026-02-19 02:19:18] "GET /domain/2d5d818a-a03e-492f-8464-ff794ba593de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.005789 10.0.0.23 - - [2026-02-19 02:19:18] "POST /id-to-fqname HTTP/1.1" 200 185 0.001139 10.0.0.23 - - [2026-02-19 02:19:18] "POST /fqname-to-id HTTP/1.1" 404 194 0.004052 10.0.0.23 - - [2026-02-19 02:19:18] "POST /security-groups HTTP/1.1" 200 586 0.064672 10.0.0.23 - - [2026-02-19 02:19:18] "POST /fqname-to-id HTTP/1.1" 404 229 0.007933 10.0.0.23 - - [2026-02-19 02:19:18] "POST /projects HTTP/1.1" 200 575 0.206398 10.0.0.23 - - [2026-02-19 02:19:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.279590 10.0.0.23 - - [2026-02-19 02:19:18] "POST /access-control-lists HTTP/1.1" 200 591 0.062855 10.0.0.23 - - [2026-02-19 02:19:18] "POST /fqname-to-id HTTP/1.1" 404 228 0.002593 10.0.0.23 - - [2026-02-19 02:19:18] "GET /project/3a21ad1d-e81d-4e33-a19d-8e0822f66c82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.396194 10.0.0.23 - - [2026-02-19 02:19:18] "POST /access-control-lists HTTP/1.1" 200 589 0.068222 10.0.0.23 - - [2026-02-19 02:19:19] "POST /fqname-to-id HTTP/1.1" 404 183 0.024235 10.0.0.23 - - [2026-02-19 02:19:19] "GET /projects?obj_uuids=e28686a4-96ba-4669-af80-0e7bb196ec35&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002218 10.0.0.23 - - [2026-02-19 02:19:19] "GET /domains?obj_uuids=2d5d818a-a03e-492f-8464-ff794ba593de&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000936 10.0.0.23 - - [2026-02-19 02:19:19] "GET /domain/2d5d818a-a03e-492f-8464-ff794ba593de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006008 10.0.0.23 - - [2026-02-19 02:19:19] "POST /id-to-fqname HTTP/1.1" 200 185 0.001173 10.0.0.23 - - [2026-02-19 02:19:19] "POST /fqname-to-id HTTP/1.1" 404 194 0.003725 10.0.0.23 - - [2026-02-19 02:19:19] "POST /security-groups HTTP/1.1" 200 586 0.063994 10.0.0.23 - - [2026-02-19 02:19:19] "POST /fqname-to-id HTTP/1.1" 404 229 0.002411 10.0.0.23 - - [2026-02-19 02:19:19] "POST /projects HTTP/1.1" 200 575 0.212528 10.0.0.23 - - [2026-02-19 02:19:19] "POST /access-control-lists HTTP/1.1" 200 591 0.064195 10.0.0.23 - - [2026-02-19 02:19:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.285037 10.0.0.23 - - [2026-02-19 02:19:19] "POST /fqname-to-id HTTP/1.1" 404 228 0.002686 10.0.0.23 - - [2026-02-19 02:19:19] "GET /project/e28686a4-96ba-4669-af80-0e7bb196ec35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.409363 10.0.0.23 - - [2026-02-19 02:19:19] "POST /access-control-lists HTTP/1.1" 200 589 0.060358 10.0.0.23 - - [2026-02-19 02:19:20] "GET / HTTP/1.1" 200 35931 0.001893 10.0.0.23 - - [2026-02-19 02:19:20] "GET / HTTP/1.1" 200 35931 0.001634 10.0.0.23 - - [2026-02-19 02:19:21] "POST /fqname-to-id HTTP/1.1" 404 183 0.002496 10.0.0.23 - - [2026-02-19 02:19:21] "POST /api-access-lists HTTP/1.1" 200 521 0.012562 10.0.0.23 - - [2026-02-19 02:19:21] "GET /api-access-list/aa15a523-f326-4e50-9929-a9b4cdaca692?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1266 0.004173 10.0.0.23 - - [2026-02-19 02:19:21] "GET /api-access-list/aa15a523-f326-4e50-9929-a9b4cdaca692 HTTP/1.1" 401 292 0.000376 10.0.0.23 - - [2026-02-19 02:19:21] "GET /api-access-list/aa15a523-f326-4e50-9929-a9b4cdaca692 HTTP/1.1" 200 1266 0.055094 10.0.0.23 - - [2026-02-19 02:19:21] "POST /fqname-to-id HTTP/1.1" 401 292 0.000555 10.0.0.23 - - [2026-02-19 02:19:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.056988 10.0.0.23 - - [2026-02-19 02:19:22] "GET /projects?obj_uuids=3a21ad1d-e81d-4e33-a19d-8e0822f66c82&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001258 10.0.0.23 - - [2026-02-19 02:19:22] "GET /project/3a21ad1d-e81d-4e33-a19d-8e0822f66c82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.029512 10.0.0.23 - - [2026-02-19 02:19:22] "GET /virtual-networks?parent_id=3a21ad1d-e81d-4e33-a19d-8e0822f66c82&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.011175 10.0.0.23 - - [2026-02-19 02:19:22] "POST /virtual-networks HTTP/1.1" 200 568 0.049297 10.0.0.23 - - [2026-02-19 02:19:22] "POST /route-targets HTTP/1.1" 200 327 0.009992 10.0.0.23 - - [2026-02-19 02:19:22] "POST /ref-update HTTP/1.1" 200 156 0.013630 10.0.0.23 - - [2026-02-19 02:19:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.011996 10.0.0.23 - - [2026-02-19 02:19:22] "GET /network-ipam/9a6d2ab9-fe9b-4a4c-80be-80d7902d726e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.008600 10.0.0.23 - - [2026-02-19 02:19:22] "POST /useragent-kv HTTP/1.1" 200 115 0.002867 10.0.0.23 - - [2026-02-19 02:19:22] "POST /ref-update HTTP/1.1" 200 156 0.039739 10.0.0.23 - - [2026-02-19 02:19:22] "POST /neutron/network HTTP/1.1" 200 831 0.041242 10.0.0.23 - - [2026-02-19 02:19:22] "POST /neutron/network HTTP/1.1" 200 831 0.016433 10.0.0.23 - - [2026-02-19 02:19:22] "GET /virtual-network/28893a2f-1370-4d94-bd39-57d1fcc5ef71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1979 0.012091 10.0.0.23 - - [2026-02-19 02:19:22] "POST /neutron/network HTTP/1.1" 200 831 0.019200 10.0.0.23 - - [2026-02-19 02:19:22] "POST /neutron/subnet HTTP/1.1" 200 673 0.025349 10.0.0.23 - - [2026-02-19 02:19:22] "GET /virtual-network/28893a2f-1370-4d94-bd39-57d1fcc5ef71 HTTP/1.1" 401 292 0.000467 10.0.0.23 - - [2026-02-19 02:19:23] "GET /virtual-network/28893a2f-1370-4d94-bd39-57d1fcc5ef71 HTTP/1.1" 200 2264 0.035781 10.0.0.23 - - [2026-02-19 02:19:23] "GET /virtual-network/28893a2f-1370-4d94-bd39-57d1fcc5ef71 HTTP/1.1" 401 292 0.000376 10.0.0.23 - - [2026-02-19 02:19:23] "GET /virtual-network/28893a2f-1370-4d94-bd39-57d1fcc5ef71 HTTP/1.1" 200 2004 0.041091 10.0.0.23 - - [2026-02-19 02:19:23] "GET /obj-perms HTTP/1.1" 200 4915 0.061267 10.0.0.23 - - [2026-02-19 02:19:23] "POST /fqname-to-id HTTP/1.1" 401 292 0.000365 10.0.0.23 - - [2026-02-19 02:19:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.026973 10.0.0.23 - - [2026-02-19 02:19:24] "GET /virtual-network/28893a2f-1370-4d94-bd39-57d1fcc5ef71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1979 0.032113 10.0.0.23 - - [2026-02-19 02:19:24] "GET /obj-perms HTTP/1.1" 200 4915 0.010156 10.0.0.23 - - [2026-02-19 02:19:24] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 361 0.017637 10.0.0.23 - - [2026-02-19 02:19:24] "GET /obj-perms HTTP/1.1" 200 4915 0.056570 10.0.0.23 - - [2026-02-19 02:19:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002225 10.0.0.23 - - [2026-02-19 02:19:24] "GET /virtual-network/28893a2f-1370-4d94-bd39-57d1fcc5ef71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1979 0.010880 10.0.0.23 - - [2026-02-19 02:19:24] "GET /obj-perms HTTP/1.1" 200 4915 0.008071 10.0.0.23 - - [2026-02-19 02:19:24] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 361 0.014146 10.0.0.23 - - [2026-02-19 02:19:24] "POST /id-to-fqname HTTP/1.1" 401 292 0.000394 10.0.0.23 - - [2026-02-19 02:19:25] "POST /id-to-fqname HTTP/1.1" 200 230 0.031119 10.0.0.23 - - [2026-02-19 02:19:25] "POST /neutron/network HTTP/1.1" 200 841 0.039327 10.0.0.23 - - [2026-02-19 02:19:25] "GET /aaa-mode HTTP/1.1" 401 292 0.000424 10.0.0.23 - - [2026-02-19 02:19:26] "GET / HTTP/1.1" 200 35931 0.001487 10.0.0.23 - - [2026-02-19 02:19:26] "GET /project/e28686a4-96ba-4669-af80-0e7bb196ec35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000380 10.0.0.23 - - [2026-02-19 02:19:26] "GET /projects?obj_uuids=e28686a4-96ba-4669-af80-0e7bb196ec35&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001071 10.0.0.23 - - [2026-02-19 02:19:26] "GET /project/e28686a4-96ba-4669-af80-0e7bb196ec35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.047077 10.0.0.23 - - [2026-02-19 02:19:26] "POST /neutron/network HTTP/1.1" 200 831 0.004692 10.0.0.23 - - [2026-02-19 02:19:26] "POST /neutron/port HTTP/1.1" 200 117 0.025316 10.0.0.23 - - [2026-02-19 02:19:26] "POST /neutron/port HTTP/1.1" 200 117 0.004632 10.0.0.23 - - [2026-02-19 02:19:26] "POST /neutron/port HTTP/1.1" 200 117 0.004719 10.0.0.23 - - [2026-02-19 02:19:27] "POST /neutron/network HTTP/1.1" 200 841 0.016874 10.0.0.23 - - [2026-02-19 02:19:27] "POST /neutron/network HTTP/1.1" 200 831 0.015031 10.0.0.23 - - [2026-02-19 02:19:27] "GET /projects?obj_uuids=e28686a4-96ba-4669-af80-0e7bb196ec35&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001185 10.0.0.23 - - [2026-02-19 02:19:27] "POST /neutron/port HTTP/1.1" 200 1055 0.285746 10.0.0.23 - - [2026-02-19 02:19:27] "POST /neutron/port HTTP/1.1" 200 1055 0.011076 10.0.0.23 - - [2026-02-19 02:19:27] "POST /neutron/port HTTP/1.1" 200 1055 0.009106 10.0.0.23 - - [2026-02-19 02:19:27] "POST /neutron/port HTTP/1.1" 200 1109 0.053507 10.0.0.23 - - [2026-02-19 02:19:27] "POST /neutron/port HTTP/1.1" 200 1119 0.009918 10.0.0.23 - - [2026-02-19 02:19:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002918 10.0.0.23 - - [2026-02-19 02:19:27] "POST /neutron/subnet HTTP/1.1" 200 647 0.006280 10.0.0.23 - - [2026-02-19 02:19:27] "POST /neutron/port HTTP/1.1" 200 117 0.001112 10.0.0.23 - - [2026-02-19 02:19:27] "POST /neutron/network HTTP/1.1" 200 831 0.004774 10.0.0.23 - - [2026-02-19 02:19:31] "POST /neutron/port HTTP/1.1" 200 1119 0.010692 10.0.0.23 - - [2026-02-19 02:19:31] "POST /neutron/security_group HTTP/1.1" 200 2053 0.005450 10.0.0.23 - - [2026-02-19 02:19:31] "POST /neutron/port HTTP/1.1" 200 1119 0.010560 10.0.0.23 - - [2026-02-19 02:19:31] "POST /neutron/security_group HTTP/1.1" 200 2053 0.006835 10.0.0.23 - - [2026-02-19 02:19:31] "POST /neutron/port HTTP/1.1" 200 1119 0.010885 10.0.0.23 - - [2026-02-19 02:19:31] "POST /neutron/security_group HTTP/1.1" 200 2053 0.005583 10.0.0.23 - - [2026-02-19 02:19:31] "POST /neutron/port HTTP/1.1" 200 1119 0.010667 10.0.0.23 - - [2026-02-19 02:19:32] "POST /neutron/security_group HTTP/1.1" 200 2053 0.005476 10.0.0.23 - - [2026-02-19 02:19:32] "GET /virtual-machine/00f2993d-7586-44c3-b375-4d12dcfe91de HTTP/1.1" 200 1285 0.010685 10.0.0.23 - - [2026-02-19 02:19:32] "GET /virtual-machine/00f2993d-7586-44c3-b375-4d12dcfe91de HTTP/1.1" 200 1285 0.008915 10.0.0.23 - - [2026-02-19 02:19:32] "GET /virtual-machine-interface/c97c3e9e-430c-4827-86fe-18d56df5d495 HTTP/1.1" 200 2530 0.012555 10.0.0.23 - - [2026-02-19 02:19:32] "GET /virtual-machine/00f2993d-7586-44c3-b375-4d12dcfe91de HTTP/1.1" 200 1285 0.009880 10.0.0.23 - - [2026-02-19 02:19:32] "GET /virtual-machine-interface/c97c3e9e-430c-4827-86fe-18d56df5d495 HTTP/1.1" 200 2530 0.011168 10.0.0.23 - - [2026-02-19 02:19:32] "GET /instance-ip/d41deaf6-b33b-4e13-8c9b-534c735a6c6f HTTP/1.1" 200 1626 0.011197 10.0.0.23 - - [2026-02-19 02:19:32] "GET /virtual-machine/00f2993d-7586-44c3-b375-4d12dcfe91de HTTP/1.1" 200 1285 0.008817 10.0.0.23 - - [2026-02-19 02:19:32] "GET /virtual-machine-interface/c97c3e9e-430c-4827-86fe-18d56df5d495 HTTP/1.1" 200 2530 0.012342 10.0.0.23 - - [2026-02-19 02:19:32] "GET /instance-ip/d41deaf6-b33b-4e13-8c9b-534c735a6c6f HTTP/1.1" 200 1626 0.010659 10.0.0.23 - - [2026-02-19 02:19:32] "POST /fqname-to-id HTTP/1.1" 403 339 0.010003 10.0.0.23 - - [2026-02-19 02:19:32] "GET / HTTP/1.1" 200 35931 0.002468 10.0.0.23 - - [2026-02-19 02:19:32] "POST /fqname-to-id HTTP/1.1" 401 292 0.000435 10.0.0.23 - - [2026-02-19 02:19:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.024350 10.0.0.23 - - [2026-02-19 02:19:32] "GET /global-vrouter-config/2d5e8481-5d1c-4ecd-8ba7-ea3938cbcad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002922 10.0.0.23 - - [2026-02-19 02:19:32] "GET /virtual-networks?parent_id=e28686a4-96ba-4669-af80-0e7bb196ec35&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009621 10.0.0.23 - - [2026-02-19 02:19:32] "POST /fqname-to-id HTTP/1.1" 403 339 0.009986 10.0.0.23 - - [2026-02-19 02:19:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003121 10.0.0.23 - - [2026-02-19 02:19:32] "GET /global-vrouter-config/2d5e8481-5d1c-4ecd-8ba7-ea3938cbcad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002973 10.0.0.23 - - [2026-02-19 02:19:32] "GET /virtual-networks?parent_id=e28686a4-96ba-4669-af80-0e7bb196ec35&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009958 10.0.0.23 - - [2026-02-19 02:19:33] "POST /fqname-to-id HTTP/1.1" 403 339 0.009062 10.0.0.23 - - [2026-02-19 02:19:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003156 10.0.0.23 - - [2026-02-19 02:19:33] "GET /global-vrouter-config/2d5e8481-5d1c-4ecd-8ba7-ea3938cbcad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003332 10.0.0.23 - - [2026-02-19 02:19:33] "GET /virtual-networks?parent_id=e28686a4-96ba-4669-af80-0e7bb196ec35&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009683 10.0.0.23 - - [2026-02-19 02:19:33] "POST /fqname-to-id HTTP/1.1" 403 339 0.009457 10.0.0.23 - - [2026-02-19 02:19:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002577 10.0.0.23 - - [2026-02-19 02:19:33] "GET /global-vrouter-config/2d5e8481-5d1c-4ecd-8ba7-ea3938cbcad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002794 10.0.0.23 - - [2026-02-19 02:19:33] "GET /virtual-networks?parent_id=e28686a4-96ba-4669-af80-0e7bb196ec35&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009277 10.0.0.23 - - [2026-02-19 02:19:33] "POST /fqname-to-id HTTP/1.1" 403 339 0.009539 10.0.0.23 - - [2026-02-19 02:19:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002595 10.0.0.23 - - [2026-02-19 02:19:33] "GET /global-vrouter-config/2d5e8481-5d1c-4ecd-8ba7-ea3938cbcad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003074 10.0.0.23 - - [2026-02-19 02:19:33] "GET /virtual-networks?parent_id=e28686a4-96ba-4669-af80-0e7bb196ec35&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009460 10.0.0.23 - - [2026-02-19 02:19:35] "POST /neutron/port HTTP/1.1" 200 1119 0.011544 10.0.0.23 - - [2026-02-19 02:19:35] "POST /neutron/security_group HTTP/1.1" 200 2053 0.004785 10.0.0.23 - - [2026-02-19 02:19:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.010700 10.0.0.23 - - [2026-02-19 02:19:36] "GET /virtual-network/28893a2f-1370-4d94-bd39-57d1fcc5ef71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1979 0.015176 10.0.0.23 - - [2026-02-19 02:19:38] "POST /fqname-to-id HTTP/1.1" 403 339 0.008666 10.0.0.23 - - [2026-02-19 02:19:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.001891 10.0.0.23 - - [2026-02-19 02:19:38] "GET /global-vrouter-config/2d5e8481-5d1c-4ecd-8ba7-ea3938cbcad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002269 10.0.0.23 - - [2026-02-19 02:19:38] "GET /virtual-networks?parent_id=e28686a4-96ba-4669-af80-0e7bb196ec35&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009184 10.0.0.23 - - [2026-02-19 02:19:38] "POST /fqname-to-id HTTP/1.1" 403 339 0.009335 10.0.0.23 - - [2026-02-19 02:19:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.001845 10.0.0.23 - - [2026-02-19 02:19:38] "GET /global-vrouter-config/2d5e8481-5d1c-4ecd-8ba7-ea3938cbcad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002192 10.0.0.23 - - [2026-02-19 02:19:38] "GET /virtual-networks?parent_id=e28686a4-96ba-4669-af80-0e7bb196ec35&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009400 10.0.0.23 - - [2026-02-19 02:19:38] "POST /fqname-to-id HTTP/1.1" 403 361 0.008579 10.0.0.23 - - [2026-02-19 02:19:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003025 10.0.0.23 - - [2026-02-19 02:19:38] "GET /routing-instance/01a0ceab-1d95-46a6-806e-c8e943bcf39b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1528 0.003655 10.0.0.23 - - [2026-02-19 02:19:38] "GET /route-target/77156f8d-048d-43fd-9599-7ac3e4a0d8a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.007965 10.0.0.23 - - [2026-02-19 02:19:38] "GET /route-target/77156f8d-048d-43fd-9599-7ac3e4a0d8a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.002884 10.0.0.23 - - [2026-02-19 02:19:38] "POST /fqname-to-id HTTP/1.1" 403 339 0.009767 10.0.0.23 - - [2026-02-19 02:19:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002350 10.0.0.23 - - [2026-02-19 02:19:39] "GET /global-vrouter-config/2d5e8481-5d1c-4ecd-8ba7-ea3938cbcad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003199 10.0.0.23 - - [2026-02-19 02:19:39] "GET /virtual-networks?parent_id=e28686a4-96ba-4669-af80-0e7bb196ec35&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.008732 10.0.0.23 - - [2026-02-19 02:19:39] "POST /fqname-to-id HTTP/1.1" 403 361 0.007836 10.0.0.23 - - [2026-02-19 02:19:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002483 10.0.0.23 - - [2026-02-19 02:19:39] "GET /routing-instance/01a0ceab-1d95-46a6-806e-c8e943bcf39b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1528 0.002926 10.0.0.23 - - [2026-02-19 02:19:39] "GET /route-target/77156f8d-048d-43fd-9599-7ac3e4a0d8a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.009215 10.0.0.23 - - [2026-02-19 02:19:39] "GET /route-target/77156f8d-048d-43fd-9599-7ac3e4a0d8a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.002667 10.0.0.23 - - [2026-02-19 02:19:39] "GET /obj-perms HTTP/1.1" 200 4915 0.008038 10.0.0.23 - - [2026-02-19 02:19:39] "GET /virtual-machine/00f2993d-7586-44c3-b375-4d12dcfe91de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 990 0.008544 10.0.0.23 - - [2026-02-19 02:19:39] "GET /obj-perms HTTP/1.1" 200 4915 0.008409 10.0.0.23 - - [2026-02-19 02:19:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002683 10.0.0.23 - - [2026-02-19 02:19:39] "GET /virtual-machine-interface/c97c3e9e-430c-4827-86fe-18d56df5d495?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2309 0.013016 10.0.0.23 - - [2026-02-19 02:19:39] "GET /obj-perms HTTP/1.1" 200 4915 0.008697 10.0.0.23 - - [2026-02-19 02:19:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002702 10.0.0.23 - - [2026-02-19 02:19:39] "GET /virtual-machine-interface/c97c3e9e-430c-4827-86fe-18d56df5d495?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2309 0.013112 10.0.0.23 - - [2026-02-19 02:19:39] "GET /obj-perms HTTP/1.1" 200 4915 0.007832 10.0.0.23 - - [2026-02-19 02:19:39] "GET /virtual-machine/00f2993d-7586-44c3-b375-4d12dcfe91de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 990 0.009584 10.0.0.23 - - [2026-02-19 02:19:39] "GET /obj-perms HTTP/1.1" 200 4915 0.008786 10.0.0.23 - - [2026-02-19 02:19:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002568 10.0.0.23 - - [2026-02-19 02:19:39] "GET /virtual-machine-interface/c97c3e9e-430c-4827-86fe-18d56df5d495?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2309 0.012325 10.0.0.23 - - [2026-02-19 02:19:39] "GET /obj-perms HTTP/1.1" 200 4915 0.008594 10.0.0.23 - - [2026-02-19 02:19:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003232 10.0.0.23 - - [2026-02-19 02:19:40] "GET /virtual-network/28893a2f-1370-4d94-bd39-57d1fcc5ef71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1979 0.014518 10.0.0.23 - - [2026-02-19 02:19:40] "GET /obj-perms HTTP/1.1" 200 4915 0.008434 10.0.0.23 - - [2026-02-19 02:19:40] "GET /virtual-machine/00f2993d-7586-44c3-b375-4d12dcfe91de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 990 0.010470 10.0.0.23 - - [2026-02-19 02:19:40] "GET /obj-perms HTTP/1.1" 200 4915 0.008816 10.0.0.23 - - [2026-02-19 02:19:40] "GET /obj-perms HTTP/1.1" 200 4915 0.008241 10.0.0.23 - - [2026-02-19 02:19:40] "GET /obj-perms HTTP/1.1" 200 4915 0.071409 10.0.0.23 - - [2026-02-19 02:19:40] "GET /obj-perms HTTP/1.1" 200 4915 0.009831 10.0.0.23 - - [2026-02-19 02:19:41] "GET /obj-perms HTTP/1.1" 200 5020 0.053448 10.0.0.23 - - [2026-02-19 02:19:41] "GET /obj-perms HTTP/1.1" 200 5020 0.003834 10.0.0.23 - - [2026-02-19 02:19:41] "GET /obj-perms HTTP/1.1" 200 4915 0.011816 10.0.0.23 - - [2026-02-19 02:19:41] "GET /obj-perms HTTP/1.1" 200 4915 0.012786 10.0.0.23 - - [2026-02-19 02:19:41] "GET /obj-perms HTTP/1.1" 200 4915 0.059237 10.0.0.23 - - [2026-02-19 02:19:41] "GET /obj-perms HTTP/1.1" 200 4915 0.009434 10.0.0.23 - - [2026-02-19 02:19:41] "GET /obj-perms HTTP/1.1" 200 5020 0.002823 10.0.0.23 - - [2026-02-19 02:19:41] "GET /obj-perms HTTP/1.1" 200 5020 0.002903 10.0.0.23 - - [2026-02-19 02:19:41] "GET /obj-perms HTTP/1.1" 200 4915 0.009416 10.0.0.23 - - [2026-02-19 02:19:41] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 320 0.009298 10.0.0.23 - - [2026-02-19 02:19:42] "GET /virtual-machine/00f2993d-7586-44c3-b375-4d12dcfe91de HTTP/1.1" 200 1285 0.010648 10.0.0.23 - - [2026-02-19 02:19:42] "POST /neutron/port HTTP/1.1" 200 1119 0.012038 10.0.0.23 - - [2026-02-19 02:19:42] "POST /neutron/port HTTP/1.1" 200 1109 0.008607 10.0.0.23 - - [2026-02-19 02:19:42] "POST /neutron/port HTTP/1.1" 200 151 0.097511 10.0.0.23 - - [2026-02-19 02:19:44] "GET /virtual-machine/00f2993d-7586-44c3-b375-4d12dcfe91de HTTP/1.1" 404 171 0.010500 10.0.0.23 - - [2026-02-19 02:19:44] "GET /virtual-machine/00f2993d-7586-44c3-b375-4d12dcfe91de HTTP/1.1" 404 171 0.008744 10.0.0.23 - - [2026-02-19 02:19:44] "GET /virtual-machine/00f2993d-7586-44c3-b375-4d12dcfe91de HTTP/1.1" 404 171 0.008464 10.0.0.23 - - [2026-02-19 02:19:44] "POST /fqname-to-id HTTP/1.1" 403 339 0.010080 10.0.0.23 - - [2026-02-19 02:19:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002426 10.0.0.23 - - [2026-02-19 02:19:44] "GET /global-vrouter-config/2d5e8481-5d1c-4ecd-8ba7-ea3938cbcad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002990 10.0.0.23 - - [2026-02-19 02:19:44] "GET /virtual-networks?parent_id=e28686a4-96ba-4669-af80-0e7bb196ec35&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010165 10.0.0.23 - - [2026-02-19 02:19:44] "POST /fqname-to-id HTTP/1.1" 403 361 0.009024 10.0.0.23 - - [2026-02-19 02:19:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003558 10.0.0.23 - - [2026-02-19 02:19:44] "GET /routing-instance/01a0ceab-1d95-46a6-806e-c8e943bcf39b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1528 0.003814 10.0.0.23 - - [2026-02-19 02:19:44] "GET /route-target/77156f8d-048d-43fd-9599-7ac3e4a0d8a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.009762 10.0.0.23 - - [2026-02-19 02:19:44] "GET /route-target/77156f8d-048d-43fd-9599-7ac3e4a0d8a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.002549 10.0.0.23 - - [2026-02-19 02:19:44] "GET /obj-perms HTTP/1.1" 200 4915 0.009670 10.0.0.23 - - [2026-02-19 02:19:44] "GET /obj-perms HTTP/1.1" 200 4915 0.009016 10.0.0.23 - - [2026-02-19 02:19:44] "GET /obj-perms HTTP/1.1" 200 4915 0.055221 10.0.0.23 - - [2026-02-19 02:19:44] "GET /obj-perms HTTP/1.1" 200 4915 0.007715 10.0.0.23 - - [2026-02-19 02:19:44] "GET /obj-perms HTTP/1.1" 200 5020 0.002845 10.0.0.23 - - [2026-02-19 02:19:47] "GET /obj-perms HTTP/1.1" 200 5020 0.003043 10.0.0.23 - - [2026-02-19 02:19:48] "DELETE /project/3a21ad1de81d4e33a19d8e0822f66c82 HTTP/1.1" 404 173 0.006077 10.0.0.23 - - [2026-02-19 02:19:48] "DELETE /project/7adbca96f01041fba3e4d83eb22c5c70 HTTP/1.1" 404 173 0.004476 10.0.0.23 - - [2026-02-19 02:19:48] "DELETE /project/e28686a496ba4669af800e7bb196ec35 HTTP/1.1" 404 173 0.005663 10.0.0.23 - - [2026-02-19 02:19:48] "GET /projects?obj_uuids=d3a3d7a7-45a7-4766-9cd6-d67f55adf574&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000909 10.0.0.23 - - [2026-02-19 02:19:49] "GET /project/d3a3d7a7-45a7-4766-9cd6-d67f55adf574?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.021631 10.0.0.23 - - [2026-02-19 02:19:49] "GET /projects?obj_uuids=d3a3d7a7-45a7-4766-9cd6-d67f55adf574&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000990 10.0.0.23 - - [2026-02-19 02:19:49] "GET /project/d3a3d7a7-45a7-4766-9cd6-d67f55adf574?fields=security_groups HTTP/1.1" 200 1364 0.063637 10.0.0.23 - - [2026-02-19 02:19:49] "DELETE /security-group/2d94e1dd-d4e6-4ca7-8093-02f5b8758599 HTTP/1.1" 200 115 0.031789 10.0.0.23 - - [2026-02-19 02:19:49] "GET /projects?obj_uuids=d3a3d7a7-45a7-4766-9cd6-d67f55adf574&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001288 10.0.0.23 - - [2026-02-19 02:19:49] "DELETE /access-control-list/24e3b83d-880a-46b8-ad06-88fe7d852d09 HTTP/1.1" 200 115 0.029491 10.0.0.23 - - [2026-02-19 02:19:49] "GET /project/d3a3d7a7-45a7-4766-9cd6-d67f55adf574?fields=application_policy_sets HTTP/1.1" 200 1403 0.030828 10.0.0.23 - - [2026-02-19 02:19:49] "DELETE /access-control-list/b6be98ca-813a-4474-ae9c-0e88e50e4f7b HTTP/1.1" 200 115 0.024055 10.0.0.23 - - [2026-02-19 02:19:49] "DELETE /project/d3a3d7a7-45a7-4766-9cd6-d67f55adf574 HTTP/1.1" 200 115 0.295361 10.0.0.23 - - [2026-02-19 02:19:50] "GET /obj-perms HTTP/1.1" 200 5020 0.003594 10.0.0.23 - - [2026-02-19 02:19:53] "GET /obj-perms HTTP/1.1" 200 5020 0.002962 10.0.0.23 - - [2026-02-19 02:19:56] "GET /obj-perms HTTP/1.1" 200 5056 0.052236 10.0.0.23 - - [2026-02-19 02:19:56] "GET /obj-perms HTTP/1.1" 200 5056 0.049909 10.0.0.23 - - [2026-02-19 02:19:56] "GET /obj-perms HTTP/1.1" 200 5020 0.004403 10.0.0.23 - - [2026-02-19 02:19:59] "GET /obj-perms HTTP/1.1" 200 5020 0.002816 10.0.0.23 - - [2026-02-19 02:20:03] "GET /obj-perms HTTP/1.1" 200 5020 0.003632 10.0.0.23 - - [2026-02-19 02:20:06] "GET /obj-perms HTTP/1.1" 200 5020 0.003009 10.0.0.23 - - [2026-02-19 02:20:09] "GET /obj-perms HTTP/1.1" 200 5020 0.002964 10.0.0.23 - - [2026-02-19 02:20:12] "GET /obj-perms HTTP/1.1" 200 5020 0.003138 10.0.0.23 - - [2026-02-19 02:20:15] "GET /obj-perms HTTP/1.1" 200 5020 0.003755 10.0.0.23 - - [2026-02-19 02:20:18] "GET /obj-perms HTTP/1.1" 200 5020 0.003328 10.0.0.23 - - [2026-02-19 02:20:21] "GET /obj-perms HTTP/1.1" 200 5020 0.004127 10.0.0.23 - - [2026-02-19 02:20:24] "GET /obj-perms HTTP/1.1" 200 5020 0.003062 10.0.0.23 - - [2026-02-19 02:20:27] "GET /obj-perms HTTP/1.1" 200 5020 0.003177 10.0.0.23 - - [2026-02-19 02:20:30] "GET /obj-perms HTTP/1.1" 200 5020 0.003087 10.0.0.23 - - [2026-02-19 02:20:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003498 10.0.0.23 - - [2026-02-19 02:20:30] "POST /useragent-kv HTTP/1.1" 200 115 0.002605 10.0.0.23 - - [2026-02-19 02:20:30] "POST /useragent-kv HTTP/1.1" 200 115 0.001694 10.0.0.23 - - [2026-02-19 02:20:30] "DELETE /virtual-network/28893a2f-1370-4d94-bd39-57d1fcc5ef71 HTTP/1.1" 200 115 0.069994 10.0.0.23 - - [2026-02-19 02:20:30] "DELETE /route-target/77156f8d-048d-43fd-9599-7ac3e4a0d8a5 HTTP/1.1" 200 115 0.019202 10.0.0.23 - - [2026-02-19 02:20:30] "DELETE /api-access-list/aa15a523-f326-4e50-9929-a9b4cdaca692 HTTP/1.1" 200 115 0.016596 10.0.0.23 - - [2026-02-19 02:20:30] "GET /api-access-list/aa15a523-f326-4e50-9929-a9b4cdaca692 HTTP/1.1" 404 171 0.002060 10.0.0.23 - - [2026-02-19 02:20:30] "GET /projects?obj_uuids=e28686a4-96ba-4669-af80-0e7bb196ec35&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001086 10.0.0.23 - - [2026-02-19 02:20:30] "GET /project/e28686a4-96ba-4669-af80-0e7bb196ec35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.022307 10.0.0.23 - - [2026-02-19 02:20:30] "GET /projects?obj_uuids=e28686a4-96ba-4669-af80-0e7bb196ec35&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000941 10.0.0.23 - - [2026-02-19 02:20:30] "GET /project/e28686a4-96ba-4669-af80-0e7bb196ec35?fields=virtual_networks HTTP/1.1" 200 1023 0.066321 10.0.0.23 - - [2026-02-19 02:20:30] "GET /projects?obj_uuids=e28686a4-96ba-4669-af80-0e7bb196ec35&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001263 10.0.0.23 - - [2026-02-19 02:20:30] "GET /project/e28686a4-96ba-4669-af80-0e7bb196ec35?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.023638 10.0.0.23 - - [2026-02-19 02:20:30] "GET /projects?obj_uuids=e28686a4-96ba-4669-af80-0e7bb196ec35&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000918 10.0.0.23 - - [2026-02-19 02:20:30] "GET /project/e28686a4-96ba-4669-af80-0e7bb196ec35?fields=security_groups HTTP/1.1" 200 1244 0.023857 10.0.0.23 - - [2026-02-19 02:20:31] "GET /projects?obj_uuids=3a21ad1d-e81d-4e33-a19d-8e0822f66c82&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000968 10.0.0.23 - - [2026-02-19 02:20:31] "GET /project/3a21ad1d-e81d-4e33-a19d-8e0822f66c82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.022441 10.0.0.23 - - [2026-02-19 02:20:31] "GET /projects?obj_uuids=3a21ad1d-e81d-4e33-a19d-8e0822f66c82&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000925 10.0.0.23 - - [2026-02-19 02:20:31] "GET /project/3a21ad1d-e81d-4e33-a19d-8e0822f66c82?fields=virtual_networks HTTP/1.1" 200 1022 0.063977 10.0.0.23 - - [2026-02-19 02:20:31] "GET /projects?obj_uuids=3a21ad1d-e81d-4e33-a19d-8e0822f66c82&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000956 10.0.0.23 - - [2026-02-19 02:20:31] "GET /project/3a21ad1d-e81d-4e33-a19d-8e0822f66c82?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.021524 10.0.0.23 - - [2026-02-19 02:20:31] "GET /projects?obj_uuids=3a21ad1d-e81d-4e33-a19d-8e0822f66c82&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000911 10.0.0.23 - - [2026-02-19 02:20:31] "GET /project/3a21ad1d-e81d-4e33-a19d-8e0822f66c82?fields=security_groups HTTP/1.1" 200 1243 0.018941 10.0.0.23 - - [2026-02-19 02:20:32] "GET /api-access-list/5fb050bf-8dfa-45ae-b645-05299d5df814?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2410 0.003700 10.0.0.23 - - [2026-02-19 02:20:32] "PUT /api-access-list/5fb050bf-8dfa-45ae-b645-05299d5df814 HTTP/1.1" 200 264 0.007457 10.0.0.23 - - [2026-02-19 02:20:32] "GET /projects?obj_uuids=7adbca96-f010-41fb-a3e4-d83eb22c5c70&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000900 10.0.0.23 - - [2026-02-19 02:20:32] "GET /project/7adbca96-f010-41fb-a3e4-d83eb22c5c70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.019304 10.0.0.23 - - [2026-02-19 02:20:32] "GET /projects?obj_uuids=7adbca96-f010-41fb-a3e4-d83eb22c5c70&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000949 10.0.0.23 - - [2026-02-19 02:20:32] "GET /project/7adbca96-f010-41fb-a3e4-d83eb22c5c70?fields=virtual_networks HTTP/1.1" 200 1022 0.062766 10.0.0.23 - - [2026-02-19 02:20:32] "GET /projects?obj_uuids=7adbca96-f010-41fb-a3e4-d83eb22c5c70&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001142 10.0.0.23 - - [2026-02-19 02:20:32] "GET /project/7adbca96-f010-41fb-a3e4-d83eb22c5c70?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.023121 10.0.0.23 - - [2026-02-19 02:20:32] "GET /projects?obj_uuids=7adbca96-f010-41fb-a3e4-d83eb22c5c70&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000906 10.0.0.23 - - [2026-02-19 02:20:32] "GET /project/7adbca96-f010-41fb-a3e4-d83eb22c5c70?fields=security_groups HTTP/1.1" 200 1243 0.018817 10.0.0.23 - - [2026-02-19 02:20:33] "POST /fqname-to-id HTTP/1.1" 404 188 0.026793 10.0.0.23 - - [2026-02-19 02:20:33] "GET /projects?obj_uuids=15be862e-7ae3-482a-bab8-8101fd56e038&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002088 10.0.0.23 - - [2026-02-19 02:20:33] "GET /domains?obj_uuids=2d5d818a-a03e-492f-8464-ff794ba593de&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001626 10.0.0.23 - - [2026-02-19 02:20:33] "GET /domain/2d5d818a-a03e-492f-8464-ff794ba593de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.008080 10.0.0.23 - - [2026-02-19 02:20:33] "POST /id-to-fqname HTTP/1.1" 200 190 0.001081 10.0.0.23 - - [2026-02-19 02:20:33] "POST /fqname-to-id HTTP/1.1" 404 199 0.003115 10.0.0.23 - - [2026-02-19 02:20:33] "POST /security-groups HTTP/1.1" 200 591 0.068439 10.0.0.23 - - [2026-02-19 02:20:33] "POST /fqname-to-id HTTP/1.1" 404 234 0.002366 10.0.0.23 - - [2026-02-19 02:20:33] "POST /projects HTTP/1.1" 200 585 0.204090 10.0.0.23 - - [2026-02-19 02:20:33] "POST /access-control-lists HTTP/1.1" 200 596 0.054796 10.0.0.23 - - [2026-02-19 02:20:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.272995 10.0.0.23 - - [2026-02-19 02:20:34] "POST /fqname-to-id HTTP/1.1" 404 233 0.002595 10.0.0.23 - - [2026-02-19 02:20:34] "GET /project/15be862e-7ae3-482a-bab8-8101fd56e038?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.399395 10.0.0.23 - - [2026-02-19 02:20:34] "POST /access-control-lists HTTP/1.1" 200 594 0.059850 10.0.0.23 - - [2026-02-19 02:20:35] "GET / HTTP/1.1" 200 35931 0.001920 10.0.0.23 - - [2026-02-19 02:20:37] "POST /fqname-to-id HTTP/1.1" 401 292 0.000552 10.0.0.23 - - [2026-02-19 02:20:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.028520 10.0.0.23 - - [2026-02-19 02:20:37] "GET /api-access-list/5fb050bf-8dfa-45ae-b645-05299d5df814?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.002831 10.0.0.23 - - [2026-02-19 02:20:37] "GET /api-access-list/5fb050bf-8dfa-45ae-b645-05299d5df814?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.003242 10.0.0.23 - - [2026-02-19 02:20:37] "GET /api-access-list/5fb050bf-8dfa-45ae-b645-05299d5df814?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.003529 10.0.0.23 - - [2026-02-19 02:20:37] "PUT /api-access-list/5fb050bf-8dfa-45ae-b645-05299d5df814 HTTP/1.1" 200 264 0.007394 10.0.0.23 - - [2026-02-19 02:20:37] "GET /aaa-mode HTTP/1.1" 200 128 0.000987 10.0.0.23 - - [2026-02-19 02:20:38] "POST /fqname-to-id HTTP/1.1" 404 188 0.024783 10.0.0.23 - - [2026-02-19 02:20:38] "GET /projects?obj_uuids=b62a9b06-36e6-42a9-9f37-e35aec10a1da&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002254 10.0.0.23 - - [2026-02-19 02:20:38] "GET /domains?obj_uuids=2d5d818a-a03e-492f-8464-ff794ba593de&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001007 10.0.0.23 - - [2026-02-19 02:20:38] "GET /domain/2d5d818a-a03e-492f-8464-ff794ba593de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006183 10.0.0.23 - - [2026-02-19 02:20:38] "POST /id-to-fqname HTTP/1.1" 200 190 0.001302 10.0.0.23 - - [2026-02-19 02:20:38] "POST /fqname-to-id HTTP/1.1" 404 199 0.003354 10.0.0.23 - - [2026-02-19 02:20:38] "POST /security-groups HTTP/1.1" 200 591 0.064286 10.0.0.23 - - [2026-02-19 02:20:38] "POST /fqname-to-id HTTP/1.1" 404 234 0.002380 10.0.0.23 - - [2026-02-19 02:20:38] "POST /projects HTTP/1.1" 200 585 0.209353 10.0.0.23 - - [2026-02-19 02:20:38] "POST /access-control-lists HTTP/1.1" 200 596 0.056248 10.0.0.23 - - [2026-02-19 02:20:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.280567 10.0.0.23 - - [2026-02-19 02:20:38] "POST /fqname-to-id HTTP/1.1" 404 233 0.002506 10.0.0.23 - - [2026-02-19 02:20:38] "GET /project/b62a9b06-36e6-42a9-9f37-e35aec10a1da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.399083 10.0.0.23 - - [2026-02-19 02:20:38] "POST /access-control-lists HTTP/1.1" 200 594 0.056156 10.0.0.23 - - [2026-02-19 02:20:38] "POST /fqname-to-id HTTP/1.1" 404 188 0.025935 10.0.0.23 - - [2026-02-19 02:20:38] "GET /projects?obj_uuids=1c165f45-4dfe-4a25-bf7c-8da180236991&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002587 10.0.0.23 - - [2026-02-19 02:20:39] "GET /domains?obj_uuids=2d5d818a-a03e-492f-8464-ff794ba593de&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000911 10.0.0.23 - - [2026-02-19 02:20:39] "GET /domain/2d5d818a-a03e-492f-8464-ff794ba593de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006105 10.0.0.23 - - [2026-02-19 02:20:39] "POST /id-to-fqname HTTP/1.1" 200 190 0.001074 10.0.0.23 - - [2026-02-19 02:20:39] "POST /fqname-to-id HTTP/1.1" 404 199 0.003353 10.0.0.23 - - [2026-02-19 02:20:39] "POST /security-groups HTTP/1.1" 200 591 0.059667 10.0.0.23 - - [2026-02-19 02:20:39] "POST /fqname-to-id HTTP/1.1" 404 234 0.002501 10.0.0.23 - - [2026-02-19 02:20:39] "POST /projects HTTP/1.1" 200 585 0.207412 10.0.0.23 - - [2026-02-19 02:20:39] "POST /access-control-lists HTTP/1.1" 200 596 0.057393 10.0.0.23 - - [2026-02-19 02:20:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.282881 10.0.0.23 - - [2026-02-19 02:20:39] "POST /fqname-to-id HTTP/1.1" 404 233 0.002793 10.0.0.23 - - [2026-02-19 02:20:39] "GET /project/1c165f45-4dfe-4a25-bf7c-8da180236991?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.406814 10.0.0.23 - - [2026-02-19 02:20:39] "POST /access-control-lists HTTP/1.1" 200 594 0.056427 10.0.0.23 - - [2026-02-19 02:20:39] "GET / HTTP/1.1" 200 35931 0.002051 10.0.0.23 - - [2026-02-19 02:20:40] "GET / HTTP/1.1" 200 35931 0.001353 10.0.0.23 - - [2026-02-19 02:20:41] "POST /fqname-to-id HTTP/1.1" 404 183 0.002526 10.0.0.23 - - [2026-02-19 02:20:41] "POST /api-access-lists HTTP/1.1" 200 521 0.010859 10.0.0.23 - - [2026-02-19 02:20:41] "GET /api-access-list/123b2ca0-2d33-4ac4-8596-e0580bdc10f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1288 0.003907 10.0.0.23 - - [2026-02-19 02:20:41] "GET /api-access-list/123b2ca0-2d33-4ac4-8596-e0580bdc10f8 HTTP/1.1" 401 292 0.000551 10.0.0.23 - - [2026-02-19 02:20:41] "GET /api-access-list/123b2ca0-2d33-4ac4-8596-e0580bdc10f8 HTTP/1.1" 200 1288 0.059334 10.0.0.23 - - [2026-02-19 02:20:41] "POST /fqname-to-id HTTP/1.1" 401 292 0.000362 10.0.0.23 - - [2026-02-19 02:20:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.038584 10.0.0.23 - - [2026-02-19 02:20:41] "GET /projects?obj_uuids=b62a9b06-36e6-42a9-9f37-e35aec10a1da&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001336 10.0.0.23 - - [2026-02-19 02:20:41] "GET /project/b62a9b06-36e6-42a9-9f37-e35aec10a1da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.028447 10.0.0.23 - - [2026-02-19 02:20:41] "GET /virtual-networks?parent_id=b62a9b06-36e6-42a9-9f37-e35aec10a1da&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009694 10.0.0.23 - - [2026-02-19 02:20:42] "POST /virtual-networks HTTP/1.1" 200 583 0.040213 10.0.0.23 - - [2026-02-19 02:20:42] "POST /route-targets HTTP/1.1" 200 327 0.008419 10.0.0.23 - - [2026-02-19 02:20:42] "POST /ref-update HTTP/1.1" 200 156 0.007915 10.0.0.23 - - [2026-02-19 02:20:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.009451 10.0.0.23 - - [2026-02-19 02:20:42] "GET /network-ipam/9a6d2ab9-fe9b-4a4c-80be-80d7902d726e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.009504 10.0.0.23 - - [2026-02-19 02:20:42] "POST /useragent-kv HTTP/1.1" 200 115 0.003534 10.0.0.23 - - [2026-02-19 02:20:42] "POST /ref-update HTTP/1.1" 200 156 0.040059 10.0.0.23 - - [2026-02-19 02:20:42] "POST /neutron/network HTTP/1.1" 200 847 0.050627 10.0.0.23 - - [2026-02-19 02:20:42] "POST /neutron/network HTTP/1.1" 200 847 0.017463 10.0.0.23 - - [2026-02-19 02:20:42] "GET /virtual-network/2accf799-d77b-44e4-8409-8e4bc7a4f42f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2009 0.011415 10.0.0.23 - - [2026-02-19 02:20:42] "POST /neutron/network HTTP/1.1" 200 847 0.016652 10.0.0.23 - - [2026-02-19 02:20:42] "POST /neutron/subnet HTTP/1.1" 200 674 0.022507 10.0.0.23 - - [2026-02-19 02:20:42] "POST /fqname-to-id HTTP/1.1" 401 292 0.000388 10.0.0.23 - - [2026-02-19 02:20:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.033832 10.0.0.23 - - [2026-02-19 02:20:42] "GET /projects?obj_uuids=1c165f45-4dfe-4a25-bf7c-8da180236991&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001308 10.0.0.23 - - [2026-02-19 02:20:42] "GET /project/1c165f45-4dfe-4a25-bf7c-8da180236991?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.030870 10.0.0.23 - - [2026-02-19 02:20:42] "GET /virtual-networks?parent_id=1c165f45-4dfe-4a25-bf7c-8da180236991&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010261 10.0.0.23 - - [2026-02-19 02:20:42] "POST /virtual-networks HTTP/1.1" 200 583 0.041864 10.0.0.23 - - [2026-02-19 02:20:42] "POST /route-targets HTTP/1.1" 200 327 0.009241 10.0.0.23 - - [2026-02-19 02:20:42] "POST /ref-update HTTP/1.1" 200 156 0.009515 10.0.0.23 - - [2026-02-19 02:20:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.009587 10.0.0.23 - - [2026-02-19 02:20:43] "GET /network-ipam/9a6d2ab9-fe9b-4a4c-80be-80d7902d726e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.008912 10.0.0.23 - - [2026-02-19 02:20:43] "POST /useragent-kv HTTP/1.1" 200 115 0.003281 10.0.0.23 - - [2026-02-19 02:20:43] "POST /ref-update HTTP/1.1" 200 156 0.037746 10.0.0.23 - - [2026-02-19 02:20:43] "POST /neutron/network HTTP/1.1" 200 848 0.037969 10.0.0.23 - - [2026-02-19 02:20:43] "POST /neutron/network HTTP/1.1" 200 848 0.016323 10.0.0.23 - - [2026-02-19 02:20:43] "GET /virtual-network/cf72cc0d-81ee-4498-855d-96b4b3b862cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.010252 10.0.0.23 - - [2026-02-19 02:20:43] "POST /neutron/network HTTP/1.1" 200 848 0.015453 10.0.0.23 - - [2026-02-19 02:20:43] "POST /neutron/subnet HTTP/1.1" 200 679 0.021424 10.0.0.23 - - [2026-02-19 02:20:43] "GET /virtual-network/2accf799-d77b-44e4-8409-8e4bc7a4f42f HTTP/1.1" 401 292 0.000365 10.0.0.23 - - [2026-02-19 02:20:43] "GET /virtual-network/2accf799-d77b-44e4-8409-8e4bc7a4f42f HTTP/1.1" 200 2309 0.035099 10.0.0.23 - - [2026-02-19 02:20:43] "GET /virtual-network/2accf799-d77b-44e4-8409-8e4bc7a4f42f HTTP/1.1" 401 292 0.000392 10.0.0.23 - - [2026-02-19 02:20:44] "GET /virtual-network/2accf799-d77b-44e4-8409-8e4bc7a4f42f HTTP/1.1" 403 376 0.030630 10.0.0.23 - - [2026-02-19 02:20:44] "GET /virtual-network/2accf799-d77b-44e4-8409-8e4bc7a4f42f HTTP/1.1" 200 2309 0.004165 10.0.0.23 - - [2026-02-19 02:20:44] "GET /virtual-networks HTTP/1.1" 200 371 0.014505 10.0.0.23 - - [2026-02-19 02:20:44] "GET /virtual-networks HTTP/1.1" 200 371 0.013638 10.0.0.23 - - [2026-02-19 02:20:44] "GET /obj-perms HTTP/1.1" 403 257 0.027881 10.0.0.23 - - [2026-02-19 02:20:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002076 10.0.0.23 - - [2026-02-19 02:20:44] "GET /virtual-network/2accf799-d77b-44e4-8409-8e4bc7a4f42f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2009 0.011289 10.0.0.23 - - [2026-02-19 02:20:44] "GET /obj-perms HTTP/1.1" 403 257 0.028236 10.0.0.23 - - [2026-02-19 02:20:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002083 10.0.0.23 - - [2026-02-19 02:20:44] "GET /virtual-network/2accf799-d77b-44e4-8409-8e4bc7a4f42f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.010038 10.0.0.23 - - [2026-02-19 02:20:45] "GET /obj-perms HTTP/1.1" 200 5030 0.054661 10.0.0.23 - - [2026-02-19 02:20:45] "GET /obj-perms HTTP/1.1" 403 257 0.006937 10.0.0.23 - - [2026-02-19 02:20:45] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.014953 10.0.0.23 - - [2026-02-19 02:20:45] "GET /obj-perms HTTP/1.1" 403 257 0.007296 10.0.0.23 - - [2026-02-19 02:20:45] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.014434 10.0.0.23 - - [2026-02-19 02:20:45] "GET /obj-perms HTTP/1.1" 200 5030 0.002740 10.0.0.23 - - [2026-02-19 02:20:45] "PUT /virtual-network/2accf799-d77b-44e4-8409-8e4bc7a4f42f HTTP/1.1" 200 264 0.024988 10.0.0.23 - - [2026-02-19 02:20:45] "GET /virtual-networks HTTP/1.1" 200 132 0.014398 10.0.0.23 - - [2026-02-19 02:20:45] "GET /virtual-networks HTTP/1.1" 200 611 0.013876 10.0.0.23 - - [2026-02-19 02:20:45] "GET /virtual-networks HTTP/1.1" 200 1429 0.002183 10.0.0.23 - - [2026-02-19 02:20:45] "GET /obj-perms HTTP/1.1" 403 257 0.006982 10.0.0.23 - - [2026-02-19 02:20:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002376 10.0.0.23 - - [2026-02-19 02:20:45] "GET /virtual-network/2accf799-d77b-44e4-8409-8e4bc7a4f42f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.007879 10.0.0.23 - - [2026-02-19 02:20:46] "GET /obj-perms HTTP/1.1" 403 257 0.035475 10.0.0.23 - - [2026-02-19 02:20:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.001828 10.0.0.23 - - [2026-02-19 02:20:46] "GET /virtual-network/2accf799-d77b-44e4-8409-8e4bc7a4f42f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.008231 10.0.0.23 - - [2026-02-19 02:20:46] "GET /obj-perms HTTP/1.1" 403 257 0.006368 10.0.0.23 - - [2026-02-19 02:20:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003025 10.0.0.23 - - [2026-02-19 02:20:46] "GET /virtual-network/2accf799-d77b-44e4-8409-8e4bc7a4f42f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.011960 10.0.0.23 - - [2026-02-19 02:20:46] "GET /obj-perms HTTP/1.1" 200 5030 0.003631 10.0.0.23 - - [2026-02-19 02:20:46] "GET /obj-perms HTTP/1.1" 403 257 0.006702 10.0.0.23 - - [2026-02-19 02:20:46] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 132 0.014927 10.0.0.23 - - [2026-02-19 02:20:46] "GET /obj-perms HTTP/1.1" 403 257 0.006494 10.0.0.23 - - [2026-02-19 02:20:46] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 611 0.014456 10.0.0.23 - - [2026-02-19 02:20:46] "GET /obj-perms HTTP/1.1" 200 5030 0.002809 10.0.0.23 - - [2026-02-19 02:20:46] "PUT /virtual-network/2accf799-d77b-44e4-8409-8e4bc7a4f42f HTTP/1.1" 200 264 0.021983 10.0.0.23 - - [2026-02-19 02:20:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003245 10.0.0.23 - - [2026-02-19 02:20:46] "POST /useragent-kv HTTP/1.1" 200 115 0.005132 10.0.0.23 - - [2026-02-19 02:20:46] "POST /useragent-kv HTTP/1.1" 200 115 0.002272 10.0.0.23 - - [2026-02-19 02:20:46] "DELETE /virtual-network/cf72cc0d-81ee-4498-855d-96b4b3b862cb HTTP/1.1" 200 115 0.072364 10.0.0.23 - - [2026-02-19 02:20:46] "DELETE /route-target/d8c6eced-9ee4-4b1a-91ba-85eb5e3e7de1 HTTP/1.1" 200 115 0.032490 10.0.0.23 - - [2026-02-19 02:20:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003410 10.0.0.23 - - [2026-02-19 02:20:46] "POST /useragent-kv HTTP/1.1" 200 115 0.001934 10.0.0.23 - - [2026-02-19 02:20:46] "POST /useragent-kv HTTP/1.1" 200 115 0.003687 10.0.0.23 - - [2026-02-19 02:20:46] "DELETE /virtual-network/2accf799-d77b-44e4-8409-8e4bc7a4f42f HTTP/1.1" 200 115 0.083515 10.0.0.23 - - [2026-02-19 02:20:46] "DELETE /route-target/827f2eda-008f-41a0-b972-e4e5d39eefeb HTTP/1.1" 200 115 0.024704 10.0.0.23 - - [2026-02-19 02:20:46] "DELETE /api-access-list/123b2ca0-2d33-4ac4-8596-e0580bdc10f8 HTTP/1.1" 200 115 0.023719 10.0.0.23 - - [2026-02-19 02:20:46] "GET /api-access-list/123b2ca0-2d33-4ac4-8596-e0580bdc10f8 HTTP/1.1" 404 171 0.002993 10.0.0.23 - - [2026-02-19 02:20:47] "GET /projects?obj_uuids=1c165f45-4dfe-4a25-bf7c-8da180236991&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001043 10.0.0.23 - - [2026-02-19 02:20:47] "GET /project/1c165f45-4dfe-4a25-bf7c-8da180236991?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.022754 10.0.0.23 - - [2026-02-19 02:20:47] "GET /projects?obj_uuids=1c165f45-4dfe-4a25-bf7c-8da180236991&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000909 10.0.0.23 - - [2026-02-19 02:20:47] "GET /project/1c165f45-4dfe-4a25-bf7c-8da180236991?fields=virtual_networks HTTP/1.1" 200 1032 0.063119 10.0.0.23 - - [2026-02-19 02:20:47] "GET /projects?obj_uuids=1c165f45-4dfe-4a25-bf7c-8da180236991&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000963 10.0.0.23 - - [2026-02-19 02:20:47] "GET /project/1c165f45-4dfe-4a25-bf7c-8da180236991?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.020841 10.0.0.23 - - [2026-02-19 02:20:47] "GET /projects?obj_uuids=1c165f45-4dfe-4a25-bf7c-8da180236991&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000937 10.0.0.23 - - [2026-02-19 02:20:47] "GET /project/1c165f45-4dfe-4a25-bf7c-8da180236991?fields=security_groups HTTP/1.1" 200 1258 0.019440 10.0.0.23 - - [2026-02-19 02:20:47] "GET /projects?obj_uuids=b62a9b06-36e6-42a9-9f37-e35aec10a1da&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000945 10.0.0.23 - - [2026-02-19 02:20:47] "GET /project/b62a9b06-36e6-42a9-9f37-e35aec10a1da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.019687 10.0.0.23 - - [2026-02-19 02:20:47] "GET /projects?obj_uuids=b62a9b06-36e6-42a9-9f37-e35aec10a1da&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001019 10.0.0.23 - - [2026-02-19 02:20:47] "GET /project/b62a9b06-36e6-42a9-9f37-e35aec10a1da?fields=virtual_networks HTTP/1.1" 200 1033 0.063847 10.0.0.23 - - [2026-02-19 02:20:47] "GET /projects?obj_uuids=b62a9b06-36e6-42a9-9f37-e35aec10a1da&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000917 10.0.0.23 - - [2026-02-19 02:20:47] "GET /project/b62a9b06-36e6-42a9-9f37-e35aec10a1da?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.020406 10.0.0.23 - - [2026-02-19 02:20:47] "GET /projects?obj_uuids=b62a9b06-36e6-42a9-9f37-e35aec10a1da&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000984 10.0.0.23 - - [2026-02-19 02:20:47] "GET /project/b62a9b06-36e6-42a9-9f37-e35aec10a1da?fields=security_groups HTTP/1.1" 200 1259 0.023007 10.0.0.23 - - [2026-02-19 02:20:48] "GET /aaa-mode HTTP/1.1" 200 128 0.001096 10.0.0.23 - - [2026-02-19 02:20:49] "GET / HTTP/1.1" 200 35931 0.001420 10.0.0.23 - - [2026-02-19 02:20:49] "DELETE /project/1c165f454dfe4a25bf7c8da180236991 HTTP/1.1" 404 173 0.020239 10.0.0.23 - - [2026-02-19 02:20:49] "DELETE /project/b62a9b0636e642a99f37e35aec10a1da HTTP/1.1" 404 173 0.012092 10.0.0.23 - - [2026-02-19 02:20:49] "DELETE /project/15be862e7ae3482abab88101fd56e038 HTTP/1.1" 404 173 0.013419 10.0.0.23 - - [2026-02-19 02:20:49] "GET /projects?obj_uuids=e28686a4-96ba-4669-af80-0e7bb196ec35&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000894 10.0.0.23 - - [2026-02-19 02:20:49] "GET /projects?obj_uuids=1c165f45-4dfe-4a25-bf7c-8da180236991&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000824 10.0.0.23 - - [2026-02-19 02:20:49] "GET /projects?obj_uuids=3a21ad1d-e81d-4e33-a19d-8e0822f66c82&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000717 10.0.0.23 - - [2026-02-19 02:20:49] "GET /projects?obj_uuids=b62a9b06-36e6-42a9-9f37-e35aec10a1da&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000695 10.0.0.23 - - [2026-02-19 02:20:49] "GET /projects?obj_uuids=7adbca96-f010-41fb-a3e4-d83eb22c5c70&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000777 10.0.0.23 - - [2026-02-19 02:20:49] "GET /project/3a21ad1d-e81d-4e33-a19d-8e0822f66c82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.068689 10.0.0.23 - - [2026-02-19 02:20:49] "GET /project/1c165f45-4dfe-4a25-bf7c-8da180236991?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.071518 10.0.0.23 - - [2026-02-19 02:20:49] "GET /project/e28686a4-96ba-4669-af80-0e7bb196ec35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.075758 10.0.0.23 - - [2026-02-19 02:20:49] "GET /project/b62a9b06-36e6-42a9-9f37-e35aec10a1da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.078774 10.0.0.23 - - [2026-02-19 02:20:49] "GET /project/7adbca96-f010-41fb-a3e4-d83eb22c5c70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.081079 10.0.0.23 - - [2026-02-19 02:20:49] "GET /projects?obj_uuids=7adbca96-f010-41fb-a3e4-d83eb22c5c70&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001737 10.0.0.23 - - [2026-02-19 02:20:49] "GET /projects?obj_uuids=b62a9b06-36e6-42a9-9f37-e35aec10a1da&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000852 10.0.0.23 - - [2026-02-19 02:20:49] "GET /projects?obj_uuids=e28686a4-96ba-4669-af80-0e7bb196ec35&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000774 10.0.0.23 - - [2026-02-19 02:20:49] "GET /projects?obj_uuids=1c165f45-4dfe-4a25-bf7c-8da180236991&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002364 10.0.0.23 - - [2026-02-19 02:20:49] "GET /projects?obj_uuids=3a21ad1d-e81d-4e33-a19d-8e0822f66c82&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000784 10.0.0.23 - - [2026-02-19 02:20:49] "GET /project/3a21ad1d-e81d-4e33-a19d-8e0822f66c82?fields=security_groups HTTP/1.1" 200 1348 0.073676 10.0.0.23 - - [2026-02-19 02:20:49] "GET /project/e28686a4-96ba-4669-af80-0e7bb196ec35?fields=security_groups HTTP/1.1" 200 1349 0.075589 10.0.0.23 - - [2026-02-19 02:20:49] "GET /project/b62a9b06-36e6-42a9-9f37-e35aec10a1da?fields=security_groups HTTP/1.1" 200 1364 0.078967 10.0.0.23 - - [2026-02-19 02:20:49] "GET /project/1c165f45-4dfe-4a25-bf7c-8da180236991?fields=security_groups HTTP/1.1" 200 1363 0.088488 10.0.0.23 - - [2026-02-19 02:20:49] "GET /project/7adbca96-f010-41fb-a3e4-d83eb22c5c70?fields=security_groups HTTP/1.1" 200 1348 0.087492 10.0.0.23 - - [2026-02-19 02:20:49] "DELETE /security-group/816de624-e3f5-4cd1-bcfc-899d92d12015 HTTP/1.1" 200 115 0.067820 10.0.0.23 - - [2026-02-19 02:20:49] "DELETE /security-group/c6b4acee-5078-4b69-9160-1da4eb2ec71e HTTP/1.1" 200 115 0.072722 10.0.0.23 - - [2026-02-19 02:20:49] "GET /projects?obj_uuids=3a21ad1d-e81d-4e33-a19d-8e0822f66c82&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001002 10.0.0.23 - - [2026-02-19 02:20:49] "GET /projects?obj_uuids=e28686a4-96ba-4669-af80-0e7bb196ec35&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001396 10.0.0.23 - - [2026-02-19 02:20:49] "DELETE /access-control-list/3125f354-5dd5-4c86-b313-a41ff65c800e HTTP/1.1" 200 115 0.054254 10.0.0.23 - - [2026-02-19 02:20:49] "DELETE /security-group/85ce0997-3497-48ab-8082-ca09081e04a6 HTTP/1.1" 200 115 0.085377 10.0.0.23 - - [2026-02-19 02:20:49] "DELETE /security-group/d3795a20-f347-4aba-bd3c-0bcfcc1d4a33 HTTP/1.1" 200 115 0.109099 10.0.0.23 - - [2026-02-19 02:20:49] "GET /projects?obj_uuids=1c165f45-4dfe-4a25-bf7c-8da180236991&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001893 10.0.0.23 - - [2026-02-19 02:20:50] "GET /project/3a21ad1d-e81d-4e33-a19d-8e0822f66c82?fields=application_policy_sets HTTP/1.1" 200 1387 0.061200 10.0.0.23 - - [2026-02-19 02:20:50] "GET /projects?obj_uuids=b62a9b06-36e6-42a9-9f37-e35aec10a1da&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000963 10.0.0.23 - - [2026-02-19 02:20:50] "DELETE /security-group/291c685a-e906-4ab6-80d0-6c24494ff184 HTTP/1.1" 200 115 0.133278 10.0.0.23 - - [2026-02-19 02:20:50] "GET /projects?obj_uuids=7adbca96-f010-41fb-a3e4-d83eb22c5c70&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001370 10.0.0.23 - - [2026-02-19 02:20:50] "DELETE /access-control-list/81918c17-0490-4f8c-a29a-20f08a28c306 HTTP/1.1" 200 115 0.070672 10.0.0.23 - - [2026-02-19 02:20:50] "GET /project/1c165f45-4dfe-4a25-bf7c-8da180236991?fields=application_policy_sets HTTP/1.1" 200 1402 0.076876 10.0.0.23 - - [2026-02-19 02:20:50] "GET /project/e28686a4-96ba-4669-af80-0e7bb196ec35?fields=application_policy_sets HTTP/1.1" 200 1388 0.120164 10.0.0.23 - - [2026-02-19 02:20:50] "GET /project/b62a9b06-36e6-42a9-9f37-e35aec10a1da?fields=application_policy_sets HTTP/1.1" 200 1403 0.095531 10.0.0.23 - - [2026-02-19 02:20:50] "DELETE /access-control-list/beedaec6-6faf-423a-897f-30ec5cf2f371 HTTP/1.1" 200 115 0.057266 10.0.0.23 - - [2026-02-19 02:20:50] "GET / HTTP/1.1" 200 35931 0.001811 10.0.0.23 - - [2026-02-19 02:20:50] "GET /project/7adbca96-f010-41fb-a3e4-d83eb22c5c70?fields=application_policy_sets HTTP/1.1" 200 1387 0.098024 10.0.0.23 - - [2026-02-19 02:20:50] "DELETE /access-control-list/c11425c0-816f-4b2b-9611-aa718f1d3030 HTTP/1.1" 200 115 0.076832 10.0.0.23 - - [2026-02-19 02:20:50] "DELETE /access-control-list/4d785232-a4d9-401d-b0c8-87569ddf4698 HTTP/1.1" 200 115 0.066176 10.0.0.23 - - [2026-02-19 02:20:50] "DELETE /project/3a21ad1d-e81d-4e33-a19d-8e0822f66c82 HTTP/1.1" 200 115 0.636579 10.0.0.23 - - [2026-02-19 02:20:50] "DELETE /project/1c165f45-4dfe-4a25-bf7c-8da180236991 HTTP/1.1" 200 115 0.644462 10.0.0.23 - - [2026-02-19 02:20:50] "DELETE /project/e28686a4-96ba-4669-af80-0e7bb196ec35 HTTP/1.1" 200 115 0.671895 10.0.0.23 - - [2026-02-19 02:20:50] "DELETE /access-control-list/a269fb17-85da-47b8-90ed-11dfd24d1b9d HTTP/1.1" 200 115 0.042949 10.0.0.23 - - [2026-02-19 02:20:50] "DELETE /project/b62a9b06-36e6-42a9-9f37-e35aec10a1da HTTP/1.1" 200 115 0.682652 10.0.0.23 - - [2026-02-19 02:20:50] "DELETE /project/7adbca96-f010-41fb-a3e4-d83eb22c5c70 HTTP/1.1" 200 115 0.688509 10.0.0.23 - - [2026-02-19 02:20:50] "DELETE /access-control-list/f30da91e-a170-4ed8-9e66-6fc3401edd8a HTTP/1.1" 200 115 0.019034 10.0.0.23 - - [2026-02-19 02:20:50] "DELETE /access-control-list/c831ffb0-5c77-4b4a-abe3-6cbc1e52052f HTTP/1.1" 200 115 0.017690 10.0.0.23 - - [2026-02-19 02:20:50] "DELETE /access-control-list/50f42de2-6a6d-4355-a77d-f611e69d1b42 HTTP/1.1" 200 115 0.017905 10.0.0.23 - - [2026-02-19 02:20:50] "DELETE /access-control-list/60b668c2-2798-4357-b336-81b8b2cad5b7 HTTP/1.1" 200 115 0.014104 10.0.0.23 - - [2026-02-19 02:20:50] "POST /fqname-to-id HTTP/1.1" 401 292 0.000613 10.0.0.23 - - [2026-02-19 02:20:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.039711 10.0.0.23 - - [2026-02-19 02:20:50] "GET /projects?obj_uuids=15be862e-7ae3-482a-bab8-8101fd56e038&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002055 10.0.0.23 - - [2026-02-19 02:20:50] "GET /project/15be862e-7ae3-482a-bab8-8101fd56e038?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.029498 10.0.0.23 - - [2026-02-19 02:20:50] "GET /virtual-networks?parent_id=15be862e-7ae3-482a-bab8-8101fd56e038&detail=False&count=False&shared=False HTTP/1.1" 403 263 0.007761 10.0.0.23 - - [2026-02-19 02:20:51] "POST /fqname-to-id HTTP/1.1" 404 197 0.007697 10.0.0.23 - - [2026-02-19 02:20:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.007736 10.0.0.23 - - [2026-02-19 02:20:51] "GET /domains?obj_uuids=2d5d818a-a03e-492f-8464-ff794ba593de&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001060 10.0.0.23 - - [2026-02-19 02:20:51] "GET /domain/2d5d818a-a03e-492f-8464-ff794ba593de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 892 0.011930 10.0.0.23 - - [2026-02-19 02:20:51] "POST /service-templates HTTP/1.1" 403 264 0.006016 10.0.0.23 - - [2026-02-19 02:20:51] "POST /fqname-to-id HTTP/1.1" 404 215 0.002825 10.0.0.23 - - [2026-02-19 02:20:51] "POST /api-access-lists HTTP/1.1" 200 555 0.012998 10.0.0.23 - - [2026-02-19 02:20:51] "GET /api-access-list/b82ae226-2a56-4eb5-a732-364cbc58f4ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1324 0.004345 10.0.0.23 - - [2026-02-19 02:20:51] "GET /api-access-list/b82ae226-2a56-4eb5-a732-364cbc58f4ea HTTP/1.1" 200 1324 0.002888 10.0.0.23 - - [2026-02-19 02:20:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.009206 10.0.0.23 - - [2026-02-19 02:20:51] "GET /projects?obj_uuids=15be862e-7ae3-482a-bab8-8101fd56e038&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001409 10.0.0.23 - - [2026-02-19 02:20:51] "GET /project/15be862e-7ae3-482a-bab8-8101fd56e038?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.031374 10.0.0.23 - - [2026-02-19 02:20:51] "GET /virtual-networks?parent_id=15be862e-7ae3-482a-bab8-8101fd56e038&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009131 10.0.0.23 - - [2026-02-19 02:20:51] "POST /virtual-networks HTTP/1.1" 200 583 0.043237 10.0.0.23 - - [2026-02-19 02:20:51] "POST /route-targets HTTP/1.1" 200 327 0.009164 10.0.0.23 - - [2026-02-19 02:20:51] "POST /ref-update HTTP/1.1" 200 156 0.011842 10.0.0.23 - - [2026-02-19 02:20:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.015723 10.0.0.23 - - [2026-02-19 02:20:51] "GET /network-ipam/9a6d2ab9-fe9b-4a4c-80be-80d7902d726e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.011203 10.0.0.23 - - [2026-02-19 02:20:51] "POST /useragent-kv HTTP/1.1" 200 115 0.004223 10.0.0.23 - - [2026-02-19 02:20:51] "POST /ref-update HTTP/1.1" 200 156 0.044981 10.0.0.23 - - [2026-02-19 02:20:51] "POST /neutron/network HTTP/1.1" 200 849 0.039854 10.0.0.23 - - [2026-02-19 02:20:51] "POST /neutron/network HTTP/1.1" 200 849 0.017195 10.0.0.23 - - [2026-02-19 02:20:51] "GET /virtual-network/d6fda93f-a56f-40a9-830a-083928389db6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.015706 10.0.0.23 - - [2026-02-19 02:20:51] "POST /neutron/network HTTP/1.1" 200 849 0.019147 10.0.0.23 - - [2026-02-19 02:20:51] "POST /neutron/subnet HTTP/1.1" 200 681 0.031478 10.0.0.23 - - [2026-02-19 02:20:52] "POST /neutron/network HTTP/1.1" 200 849 0.053653 10.0.0.23 - - [2026-02-19 02:20:52] "GET /virtual-network/d6fda93f-a56f-40a9-830a-083928389db6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.004273 10.0.0.23 - - [2026-02-19 02:20:52] "GET /network-ipam/9a6d2ab9-fe9b-4a4c-80be-80d7902d726e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.002725 10.0.0.23 - - [2026-02-19 02:20:52] "GET /domains HTTP/1.1" 200 280 0.002501 10.0.0.23 - - [2026-02-19 02:20:52] "GET /domains?obj_uuids=2d5d818a-a03e-492f-8464-ff794ba593de&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001101 10.0.0.23 - - [2026-02-19 02:20:52] "GET /domain/2d5d818a-a03e-492f-8464-ff794ba593de HTTP/1.1" 200 2572 0.006877 10.0.0.23 - - [2026-02-19 02:20:52] "GET /projects?obj_uuids=15be862e-7ae3-482a-bab8-8101fd56e038&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000968 10.0.0.23 - - [2026-02-19 02:20:52] "GET /project/15be862e-7ae3-482a-bab8-8101fd56e038 HTTP/1.1" 200 2352 0.061741 10.0.0.23 - - [2026-02-19 02:20:52] "GET /virtual-network/d6fda93f-a56f-40a9-830a-083928389db6 HTTP/1.1" 200 2314 0.004851 10.0.0.23 - - [2026-02-19 02:20:52] "GET /virtual-network/d6fda93f-a56f-40a9-830a-083928389db6 HTTP/1.1" 200 2314 0.004155 10.0.0.23 - - [2026-02-19 02:20:52] "GET /routing-instance/871d8889-e4cd-493a-ae5d-ef3978361ccf HTTP/1.1" 200 1555 0.005390 10.0.0.23 - - [2026-02-19 02:20:52] "GET /routing-instance/871d8889-e4cd-493a-ae5d-ef3978361ccf HTTP/1.1" 200 1555 0.002986 10.0.0.23 - - [2026-02-19 02:20:52] "GET /route-target/ab99117c-ba97-424b-a9a9-2e0d139ab8e8 HTTP/1.1" 200 1245 0.002946 10.0.0.23 - - [2026-02-19 02:20:52] "GET /virtual-network/d6fda93f-a56f-40a9-830a-083928389db6 HTTP/1.1" 200 2314 0.004356 10.0.0.23 - - [2026-02-19 02:20:52] "GET /routing-instance/871d8889-e4cd-493a-ae5d-ef3978361ccf HTTP/1.1" 200 1555 0.002919 10.0.0.23 - - [2026-02-19 02:20:52] "GET /virtual-network/d6fda93f-a56f-40a9-830a-083928389db6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.004353 10.0.0.23 - - [2026-02-19 02:20:52] "GET /virtual-network/d6fda93f-a56f-40a9-830a-083928389db6 HTTP/1.1" 200 2314 0.004285 10.0.0.23 - - [2026-02-19 02:20:52] "GET /routing-instance/871d8889-e4cd-493a-ae5d-ef3978361ccf HTTP/1.1" 200 1555 0.003267 10.0.0.23 - - [2026-02-19 02:20:52] "GET /routing-instance/871d8889-e4cd-493a-ae5d-ef3978361ccf HTTP/1.1" 200 1555 0.003668 10.0.0.23 - - [2026-02-19 02:20:52] "GET /route-target/ab99117c-ba97-424b-a9a9-2e0d139ab8e8 HTTP/1.1" 200 1245 0.002600 10.0.0.23 - - [2026-02-19 02:20:52] "GET /domains HTTP/1.1" 200 280 0.002411 10.0.0.23 - - [2026-02-19 02:20:52] "GET /domains?obj_uuids=2d5d818a-a03e-492f-8464-ff794ba593de&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001083 10.0.0.23 - - [2026-02-19 02:20:52] "GET /domain/2d5d818a-a03e-492f-8464-ff794ba593de HTTP/1.1" 200 2572 0.006810 10.0.0.23 - - [2026-02-19 02:20:52] "GET /projects?obj_uuids=15be862e-7ae3-482a-bab8-8101fd56e038&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001198 10.0.0.23 - - [2026-02-19 02:20:52] "GET /project/15be862e-7ae3-482a-bab8-8101fd56e038 HTTP/1.1" 200 2352 0.071566 10.0.0.23 - - [2026-02-19 02:20:52] "GET /virtual-network/d6fda93f-a56f-40a9-830a-083928389db6 HTTP/1.1" 200 2314 0.004644 10.0.0.23 - - [2026-02-19 02:20:52] "GET /obj-perms HTTP/1.1" 200 5030 0.003045 10.0.0.23 - - [2026-02-19 02:20:52] "POST /fqname-to-id HTTP/1.1" 404 197 0.008769 10.0.0.23 - - [2026-02-19 02:20:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.007741 10.0.0.23 - - [2026-02-19 02:20:52] "GET /domains?obj_uuids=2d5d818a-a03e-492f-8464-ff794ba593de&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001812 10.0.0.23 - - [2026-02-19 02:20:52] "GET /domain/2d5d818a-a03e-492f-8464-ff794ba593de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 892 0.015277 10.0.0.23 - - [2026-02-19 02:20:52] "POST /service-templates HTTP/1.1" 403 264 0.007430 10.0.0.23 - - [2026-02-19 02:20:52] "POST /fqname-to-id HTTP/1.1" 404 183 0.002806 10.0.0.23 - - [2026-02-19 02:20:52] "POST /api-access-lists HTTP/1.1" 200 521 0.011105 10.0.0.23 - - [2026-02-19 02:20:52] "GET /api-access-list/1f54c4a7-8d50-4b06-b356-20ab439deee9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1290 0.003950 10.0.0.23 - - [2026-02-19 02:20:52] "GET /api-access-list/1f54c4a7-8d50-4b06-b356-20ab439deee9 HTTP/1.1" 200 1290 0.002935 10.0.0.23 - - [2026-02-19 02:20:52] "POST /fqname-to-id HTTP/1.1" 404 197 0.009061 10.0.0.23 - - [2026-02-19 02:20:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.008044 10.0.0.23 - - [2026-02-19 02:20:52] "GET /domains?obj_uuids=2d5d818a-a03e-492f-8464-ff794ba593de&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001112 10.0.0.23 - - [2026-02-19 02:20:52] "GET /domain/2d5d818a-a03e-492f-8464-ff794ba593de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 892 0.013800 10.0.0.23 - - [2026-02-19 02:20:52] "POST /service-templates HTTP/1.1" 200 551 0.032345 10.0.0.23 - - [2026-02-19 02:20:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.013576 10.0.0.23 - - [2026-02-19 02:20:52] "GET /service-template/931793ee-8f7e-4ce4-a69f-7df3ea2a08b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1854 0.013145 10.0.0.23 - - [2026-02-19 02:20:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.012979 10.0.0.23 - - [2026-02-19 02:20:53] "GET /service-template/931793ee-8f7e-4ce4-a69f-7df3ea2a08b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1854 0.010901 10.0.0.23 - - [2026-02-19 02:20:53] "GET /virtual-network/d6fda93f-a56f-40a9-830a-083928389db6 HTTP/1.1" 401 292 0.000379 10.0.0.23 - - [2026-02-19 02:20:53] "GET /virtual-network/d6fda93f-a56f-40a9-830a-083928389db6 HTTP/1.1" 403 263 0.037711 10.0.0.23 - - [2026-02-19 02:20:53] "GET /service-template/931793ee-8f7e-4ce4-a69f-7df3ea2a08b0 HTTP/1.1" 403 264 0.008428 10.0.0.23 - - [2026-02-19 02:20:53] "GET /service-template/931793ee-8f7e-4ce4-a69f-7df3ea2a08b0 HTTP/1.1" 403 264 0.039150 10.0.0.23 - - [2026-02-19 02:20:54] "GET /obj-perms HTTP/1.1" 403 257 0.031857 10.0.0.23 - - [2026-02-19 02:20:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002311 10.0.0.23 - - [2026-02-19 02:20:54] "GET /virtual-network/d6fda93f-a56f-40a9-830a-083928389db6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.008407 10.0.0.23 - - [2026-02-19 02:20:54] "GET /obj-perms HTTP/1.1" 403 257 0.009420 10.0.0.23 - - [2026-02-19 02:20:54] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.008021 10.0.0.23 - - [2026-02-19 02:20:54] "GET /api-access-list/b82ae226-2a56-4eb5-a732-364cbc58f4ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1324 0.003488 10.0.0.23 - - [2026-02-19 02:20:54] "PUT /api-access-list/b82ae226-2a56-4eb5-a732-364cbc58f4ea HTTP/1.1" 200 264 0.007817 10.0.0.23 - - [2026-02-19 02:20:54] "GET /api-access-list/b82ae226-2a56-4eb5-a732-364cbc58f4ea HTTP/1.1" 200 1461 0.003379 10.0.0.23 - - [2026-02-19 02:20:54] "GET /virtual-network/d6fda93f-a56f-40a9-830a-083928389db6 HTTP/1.1" 200 2314 0.012017 10.0.0.23 - - [2026-02-19 02:20:54] "POST /fqname-to-id HTTP/1.1" 401 292 0.000384 10.0.0.23 - - [2026-02-19 02:20:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.038560 10.0.0.23 - - [2026-02-19 02:20:54] "GET /projects?obj_uuids=15be862e-7ae3-482a-bab8-8101fd56e038&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001113 10.0.0.23 - - [2026-02-19 02:20:54] "GET /project/15be862e-7ae3-482a-bab8-8101fd56e038?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.028831 10.0.0.23 - - [2026-02-19 02:20:54] "GET /virtual-networks?parent_id=15be862e-7ae3-482a-bab8-8101fd56e038&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.013897 10.0.0.23 - - [2026-02-19 02:20:54] "POST /virtual-networks HTTP/1.1" 403 263 0.008241 10.0.0.23 - - [2026-02-19 02:20:54] "GET /service-template/931793ee-8f7e-4ce4-a69f-7df3ea2a08b0 HTTP/1.1" 403 264 0.008202 10.0.0.23 - - [2026-02-19 02:20:55] "GET /service-template/931793ee-8f7e-4ce4-a69f-7df3ea2a08b0 HTTP/1.1" 403 264 0.032728 10.0.0.23 - - [2026-02-19 02:20:55] "GET /obj-perms HTTP/1.1" 403 257 0.006515 10.0.0.23 - - [2026-02-19 02:20:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.001925 10.0.0.23 - - [2026-02-19 02:20:55] "GET /virtual-network/d6fda93f-a56f-40a9-830a-083928389db6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.013947 10.0.0.23 - - [2026-02-19 02:20:55] "GET /obj-perms HTTP/1.1" 403 257 0.008225 10.0.0.23 - - [2026-02-19 02:20:55] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.015547 10.0.0.23 - - [2026-02-19 02:20:55] "GET /api-access-list/1f54c4a7-8d50-4b06-b356-20ab439deee9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1290 0.003062 10.0.0.23 - - [2026-02-19 02:20:55] "PUT /api-access-list/1f54c4a7-8d50-4b06-b356-20ab439deee9 HTTP/1.1" 200 264 0.007360 10.0.0.23 - - [2026-02-19 02:20:55] "GET /api-access-list/1f54c4a7-8d50-4b06-b356-20ab439deee9 HTTP/1.1" 200 1428 0.003147 10.0.0.23 - - [2026-02-19 02:20:55] "GET /service-template/931793ee-8f7e-4ce4-a69f-7df3ea2a08b0 HTTP/1.1" 200 1854 0.009402 10.0.0.23 - - [2026-02-19 02:20:55] "POST /fqname-to-id HTTP/1.1" 404 197 0.007175 10.0.0.23 - - [2026-02-19 02:20:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.009572 10.0.0.23 - - [2026-02-19 02:20:55] "GET /domains?obj_uuids=2d5d818a-a03e-492f-8464-ff794ba593de&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001019 10.0.0.23 - - [2026-02-19 02:20:55] "GET /domain/2d5d818a-a03e-492f-8464-ff794ba593de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 892 0.012480 10.0.0.23 - - [2026-02-19 02:20:55] "POST /service-templates HTTP/1.1" 403 264 0.007231 10.0.0.23 - - [2026-02-19 02:20:55] "GET /api-access-list/b82ae226-2a56-4eb5-a732-364cbc58f4ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1461 0.003066 10.0.0.23 - - [2026-02-19 02:20:55] "PUT /api-access-list/b82ae226-2a56-4eb5-a732-364cbc58f4ea HTTP/1.1" 200 264 0.006828 10.0.0.23 - - [2026-02-19 02:20:55] "GET /api-access-list/b82ae226-2a56-4eb5-a732-364cbc58f4ea HTTP/1.1" 200 1324 0.003268 10.0.0.23 - - [2026-02-19 02:20:55] "GET /api-access-list/1f54c4a7-8d50-4b06-b356-20ab439deee9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.002522 10.0.0.23 - - [2026-02-19 02:20:55] "PUT /api-access-list/1f54c4a7-8d50-4b06-b356-20ab439deee9 HTTP/1.1" 200 264 0.007894 10.0.0.23 - - [2026-02-19 02:20:55] "GET /api-access-list/1f54c4a7-8d50-4b06-b356-20ab439deee9 HTTP/1.1" 200 1290 0.003174 10.0.0.23 - - [2026-02-19 02:20:55] "GET /virtual-network/d6fda93f-a56f-40a9-830a-083928389db6 HTTP/1.1" 403 263 0.007010 10.0.0.23 - - [2026-02-19 02:20:56] "GET /virtual-network/d6fda93f-a56f-40a9-830a-083928389db6 HTTP/1.1" 403 263 0.031301 10.0.0.23 - - [2026-02-19 02:20:56] "GET /service-template/931793ee-8f7e-4ce4-a69f-7df3ea2a08b0 HTTP/1.1" 403 264 0.007114 10.0.0.23 - - [2026-02-19 02:20:56] "GET /service-template/931793ee-8f7e-4ce4-a69f-7df3ea2a08b0 HTTP/1.1" 403 264 0.310037 10.0.0.23 - - [2026-02-19 02:20:56] "GET /obj-perms HTTP/1.1" 403 257 0.011147 10.0.0.23 - - [2026-02-19 02:20:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002306 10.0.0.23 - - [2026-02-19 02:20:56] "GET /obj-perms HTTP/1.1" 200 5056 0.063361 10.0.0.23 - - [2026-02-19 02:20:56] "GET /virtual-network/d6fda93f-a56f-40a9-830a-083928389db6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.008381 10.0.0.23 - - [2026-02-19 02:20:57] "GET /obj-perms HTTP/1.1" 403 257 0.042789 10.0.0.23 - - [2026-02-19 02:20:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002749 10.0.0.23 - - [2026-02-19 02:20:57] "GET /obj-perms HTTP/1.1" 200 5056 0.338984 10.0.0.23 - - [2026-02-19 02:20:57] "GET /virtual-network/d6fda93f-a56f-40a9-830a-083928389db6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.008044 10.0.0.23 - - [2026-02-19 02:20:57] "GET /obj-perms HTTP/1.1" 403 257 0.007945 10.0.0.23 - - [2026-02-19 02:20:57] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.007505 10.0.0.23 - - [2026-02-19 02:20:57] "GET /api-access-list/5fb050bf-8dfa-45ae-b645-05299d5df814?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2410 0.003415 10.0.0.23 - - [2026-02-19 02:20:57] "PUT /api-access-list/5fb050bf-8dfa-45ae-b645-05299d5df814 HTTP/1.1" 200 264 0.008186 10.0.0.23 - - [2026-02-19 02:20:57] "GET /service-template/931793ee-8f7e-4ce4-a69f-7df3ea2a08b0 HTTP/1.1" 200 1854 0.010527 10.0.0.23 - - [2026-02-19 02:20:57] "GET /virtual-network/d6fda93f-a56f-40a9-830a-083928389db6 HTTP/1.1" 200 2314 0.012066 10.0.0.23 - - [2026-02-19 02:20:57] "GET /obj-perms HTTP/1.1" 403 257 0.007560 10.0.0.23 - - [2026-02-19 02:20:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002628 10.0.0.23 - - [2026-02-19 02:20:57] "GET /virtual-network/d6fda93f-a56f-40a9-830a-083928389db6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.013275 10.0.0.23 - - [2026-02-19 02:20:57] "GET /obj-perms HTTP/1.1" 403 257 0.007968 10.0.0.23 - - [2026-02-19 02:20:58] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.014501 10.0.0.23 - - [2026-02-19 02:20:58] "DELETE /api-access-list/b82ae226-2a56-4eb5-a732-364cbc58f4ea HTTP/1.1" 200 115 0.018371 10.0.0.23 - - [2026-02-19 02:20:58] "GET /api-access-list/b82ae226-2a56-4eb5-a732-364cbc58f4ea HTTP/1.1" 404 171 0.002317 10.0.0.23 - - [2026-02-19 02:20:58] "DELETE /api-access-list/1f54c4a7-8d50-4b06-b356-20ab439deee9 HTTP/1.1" 200 115 0.015780 10.0.0.23 - - [2026-02-19 02:20:58] "GET /api-access-list/1f54c4a7-8d50-4b06-b356-20ab439deee9 HTTP/1.1" 404 171 0.002076 10.0.0.23 - - [2026-02-19 02:20:58] "GET /virtual-network/d6fda93f-a56f-40a9-830a-083928389db6 HTTP/1.1" 401 292 0.000309 10.0.0.23 - - [2026-02-19 02:20:58] "GET /virtual-network/d6fda93f-a56f-40a9-830a-083928389db6 HTTP/1.1" 403 263 0.036326 10.0.0.23 - - [2026-02-19 02:20:58] "GET /service-template/931793ee-8f7e-4ce4-a69f-7df3ea2a08b0 HTTP/1.1" 403 264 0.005935 10.0.0.23 - - [2026-02-19 02:20:58] "GET /service-template/931793ee-8f7e-4ce4-a69f-7df3ea2a08b0 HTTP/1.1" 403 264 0.030239 10.0.0.23 - - [2026-02-19 02:20:59] "GET /obj-perms HTTP/1.1" 403 257 0.027876 10.0.0.23 - - [2026-02-19 02:20:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002362 10.0.0.23 - - [2026-02-19 02:20:59] "GET /virtual-network/d6fda93f-a56f-40a9-830a-083928389db6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.006128 10.0.0.23 - - [2026-02-19 02:20:59] "GET /obj-perms HTTP/1.1" 403 257 0.006540 10.0.0.23 - - [2026-02-19 02:20:59] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.006363 10.0.0.23 - - [2026-02-19 02:20:59] "GET /api-access-list/5fb050bf-8dfa-45ae-b645-05299d5df814?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2685 0.003381 10.0.0.23 - - [2026-02-19 02:20:59] "PUT /api-access-list/5fb050bf-8dfa-45ae-b645-05299d5df814 HTTP/1.1" 200 264 0.007324 10.0.0.23 - - [2026-02-19 02:20:59] "GET /virtual-network/d6fda93f-a56f-40a9-830a-083928389db6 HTTP/1.1" 200 2314 0.011550 10.0.0.23 - - [2026-02-19 02:20:59] "GET /service-template/931793ee-8f7e-4ce4-a69f-7df3ea2a08b0 HTTP/1.1" 200 1854 0.007678 10.0.0.23 - - [2026-02-19 02:20:59] "GET /obj-perms HTTP/1.1" 403 257 0.006617 10.0.0.23 - - [2026-02-19 02:20:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002361 10.0.0.23 - - [2026-02-19 02:20:59] "GET /virtual-network/d6fda93f-a56f-40a9-830a-083928389db6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.010902 10.0.0.23 - - [2026-02-19 02:20:59] "GET /obj-perms HTTP/1.1" 403 257 0.006013 10.0.0.23 - - [2026-02-19 02:20:59] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.013185 10.0.0.23 - - [2026-02-19 02:20:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.007999 10.0.0.23 - - [2026-02-19 02:20:59] "DELETE /service-template/931793ee-8f7e-4ce4-a69f-7df3ea2a08b0 HTTP/1.1" 200 115 0.019997 10.0.0.23 - - [2026-02-19 02:20:59] "POST /fqname-to-id HTTP/1.1" 404 197 0.007713 10.0.0.23 - - [2026-02-19 02:20:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.005058 10.0.0.23 - - [2026-02-19 02:20:59] "POST /useragent-kv HTTP/1.1" 200 115 0.003074 10.0.0.23 - - [2026-02-19 02:20:59] "POST /useragent-kv HTTP/1.1" 200 115 0.001882 10.0.0.23 - - [2026-02-19 02:20:59] "DELETE /virtual-network/d6fda93f-a56f-40a9-830a-083928389db6 HTTP/1.1" 200 115 0.063483 10.0.0.23 - - [2026-02-19 02:20:59] "DELETE /route-target/ab99117c-ba97-424b-a9a9-2e0d139ab8e8 HTTP/1.1" 200 115 0.017554 10.0.0.23 - - [2026-02-19 02:21:00] "GET /api-access-list/5fb050bf-8dfa-45ae-b645-05299d5df814?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.003221 10.0.0.23 - - [2026-02-19 02:21:00] "PUT /api-access-list/5fb050bf-8dfa-45ae-b645-05299d5df814 HTTP/1.1" 200 264 0.007072 10.0.0.23 - - [2026-02-19 02:21:00] "GET /api-access-list/5fb050bf-8dfa-45ae-b645-05299d5df814?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2691 0.003821 10.0.0.23 - - [2026-02-19 02:21:00] "PUT /api-access-list/5fb050bf-8dfa-45ae-b645-05299d5df814 HTTP/1.1" 200 264 0.007289 10.0.0.23 - - [2026-02-19 02:21:00] "GET /api-access-list/5fb050bf-8dfa-45ae-b645-05299d5df814?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2410 0.003142 10.0.0.23 - - [2026-02-19 02:21:00] "PUT /api-access-list/5fb050bf-8dfa-45ae-b645-05299d5df814 HTTP/1.1" 200 264 0.007539 10.0.0.23 - - [2026-02-19 02:21:00] "GET /projects?obj_uuids=15be862e-7ae3-482a-bab8-8101fd56e038&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000957 10.0.0.23 - - [2026-02-19 02:21:01] "GET /project/15be862e-7ae3-482a-bab8-8101fd56e038?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.019918 10.0.0.23 - - [2026-02-19 02:21:01] "GET /projects?obj_uuids=15be862e-7ae3-482a-bab8-8101fd56e038&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001000 10.0.0.23 - - [2026-02-19 02:21:01] "GET /project/15be862e-7ae3-482a-bab8-8101fd56e038?fields=virtual_networks HTTP/1.1" 200 1032 0.064741 10.0.0.23 - - [2026-02-19 02:21:01] "GET /projects?obj_uuids=15be862e-7ae3-482a-bab8-8101fd56e038&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000915 10.0.0.23 - - [2026-02-19 02:21:01] "GET /project/15be862e-7ae3-482a-bab8-8101fd56e038?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.019156 10.0.0.23 - - [2026-02-19 02:21:01] "GET /projects?obj_uuids=15be862e-7ae3-482a-bab8-8101fd56e038&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000988 10.0.0.23 - - [2026-02-19 02:21:01] "GET /project/15be862e-7ae3-482a-bab8-8101fd56e038?fields=security_groups HTTP/1.1" 200 1258 0.023320 10.0.0.23 - - [2026-02-19 02:21:01] "GET /projects?obj_uuids=173eded5-1dc2-4647-bb96-183d6be4869d&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001096 10.0.0.23 - - [2026-02-19 02:21:01] "GET /project/173eded5-1dc2-4647-bb96-183d6be4869d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.024000 [Introspect:8084]10.0.0.23 - - [2026-02-19 02:21:02] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001110 10.0.0.23 - - [2026-02-19 02:21:02] "POST /fqname-to-id HTTP/1.1" 404 184 0.029446 10.0.0.23 - - [2026-02-19 02:21:02] "GET /projects?obj_uuids=686e0309-42c2-40f9-ba89-6456e2c222c7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002560 10.0.0.23 - - [2026-02-19 02:21:02] "GET /domains?obj_uuids=2d5d818a-a03e-492f-8464-ff794ba593de&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000935 10.0.0.23 - - [2026-02-19 02:21:02] "GET /domain/2d5d818a-a03e-492f-8464-ff794ba593de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006000 10.0.0.23 - - [2026-02-19 02:21:02] "POST /id-to-fqname HTTP/1.1" 200 186 0.001083 10.0.0.23 - - [2026-02-19 02:21:02] "POST /fqname-to-id HTTP/1.1" 404 195 0.003420 10.0.0.23 - - [2026-02-19 02:21:02] "POST /security-groups HTTP/1.1" 200 587 0.060317 10.0.0.23 - - [2026-02-19 02:21:02] "POST /fqname-to-id HTTP/1.1" 404 230 0.002654 10.0.0.23 - - [2026-02-19 02:21:02] "POST /projects HTTP/1.1" 200 577 0.201802 10.0.0.23 - - [2026-02-19 02:21:02] "POST /access-control-lists HTTP/1.1" 200 592 0.057452 10.0.0.23 - - [2026-02-19 02:21:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.274267 10.0.0.23 - - [2026-02-19 02:21:02] "POST /fqname-to-id HTTP/1.1" 404 229 0.002898 10.0.0.23 - - [2026-02-19 02:21:02] "GET /project/686e0309-42c2-40f9-ba89-6456e2c222c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.391956 10.0.0.23 - - [2026-02-19 02:21:03] "POST /access-control-lists HTTP/1.1" 200 590 0.056700 10.0.0.23 - - [2026-02-19 02:21:03] "GET / HTTP/1.1" 200 35931 0.001935 10.0.0.23 - - [2026-02-19 02:21:04] "GET /projects?obj_uuids=686e0309-42c2-40f9-ba89-6456e2c222c7&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000963 10.0.0.23 - - [2026-02-19 02:21:04] "GET /project/686e0309-42c2-40f9-ba89-6456e2c222c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.023660 10.0.0.23 - - [2026-02-19 02:21:04] "GET /projects?obj_uuids=686e0309-42c2-40f9-ba89-6456e2c222c7&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000909 10.0.0.23 - - [2026-02-19 02:21:04] "GET /project/686e0309-42c2-40f9-ba89-6456e2c222c7?fields=virtual_networks HTTP/1.1" 200 1024 0.064062 10.0.0.23 - - [2026-02-19 02:21:04] "GET /projects?obj_uuids=686e0309-42c2-40f9-ba89-6456e2c222c7&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000964 10.0.0.23 - - [2026-02-19 02:21:04] "GET /project/686e0309-42c2-40f9-ba89-6456e2c222c7?fields=virtual_machine_interfaces HTTP/1.1" 200 1024 0.028732 10.0.0.23 - - [2026-02-19 02:21:04] "GET /projects?obj_uuids=686e0309-42c2-40f9-ba89-6456e2c222c7&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000971 10.0.0.23 - - [2026-02-19 02:21:04] "GET /project/686e0309-42c2-40f9-ba89-6456e2c222c7?fields=security_groups HTTP/1.1" 200 1246 0.020659 10.0.0.23 - - [2026-02-19 02:21:05] "GET /global-system-configs HTTP/1.1" 401 292 0.000393 10.0.0.23 - - [2026-02-19 02:21:05] "GET /global-system-configs HTTP/1.1" 401 292 0.000366 10.0.0.23 - - [2026-02-19 02:21:06] "GET /global-system-configs HTTP/1.1" 401 292 0.000393 10.0.0.23 - - [2026-02-19 02:21:06] "GET /global-system-configs HTTP/1.1" 401 292 0.000377 10.0.0.23 - - [2026-02-19 02:21:50] "DELETE /project/686e030942c240f9ba896456e2c222c7 HTTP/1.1" 404 173 0.031403 10.0.0.23 - - [2026-02-19 02:21:50] "GET /projects?obj_uuids=686e0309-42c2-40f9-ba89-6456e2c222c7&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000991 10.0.0.23 - - [2026-02-19 02:21:50] "GET /project/686e0309-42c2-40f9-ba89-6456e2c222c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1452 0.064127 10.0.0.23 - - [2026-02-19 02:21:50] "GET /projects?obj_uuids=15be862e-7ae3-482a-bab8-8101fd56e038&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001325 10.0.0.23 - - [2026-02-19 02:21:50] "GET /projects?obj_uuids=686e0309-42c2-40f9-ba89-6456e2c222c7&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001159 10.0.0.23 - - [2026-02-19 02:21:50] "GET /project/686e0309-42c2-40f9-ba89-6456e2c222c7?fields=security_groups HTTP/1.1" 200 1351 0.029683 10.0.0.23 - - [2026-02-19 02:21:50] "GET /project/15be862e-7ae3-482a-bab8-8101fd56e038?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.122274 10.0.0.23 - - [2026-02-19 02:21:50] "GET /projects?obj_uuids=15be862e-7ae3-482a-bab8-8101fd56e038&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001488 10.0.0.23 - - [2026-02-19 02:21:50] "DELETE /security-group/c1f4c1c3-8504-44ef-a559-366113c0ac5d HTTP/1.1" 200 115 0.039812 10.0.0.23 - - [2026-02-19 02:21:50] "GET /projects?obj_uuids=686e0309-42c2-40f9-ba89-6456e2c222c7&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001253 10.0.0.23 - - [2026-02-19 02:21:50] "GET /project/15be862e-7ae3-482a-bab8-8101fd56e038?fields=security_groups HTTP/1.1" 200 1363 0.074959 10.0.0.23 - - [2026-02-19 02:21:50] "GET /project/686e0309-42c2-40f9-ba89-6456e2c222c7?fields=application_policy_sets HTTP/1.1" 200 1390 0.040707 10.0.0.23 - - [2026-02-19 02:21:50] "DELETE /access-control-list/843f1b4d-e972-44c0-b876-3b7ec26805b0 HTTP/1.1" 200 115 0.075765 10.0.0.23 - - [2026-02-19 02:21:50] "DELETE /access-control-list/7f485373-0acc-4482-aca3-aac954c9e41c HTTP/1.1" 200 115 0.043051 10.0.0.23 - - [2026-02-19 02:21:50] "DELETE /security-group/771bafb0-7603-4731-a07d-c5e3e63c79bd HTTP/1.1" 200 115 0.053372 10.0.0.23 - - [2026-02-19 02:21:50] "GET /projects?obj_uuids=15be862e-7ae3-482a-bab8-8101fd56e038&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000867 10.0.0.23 - - [2026-02-19 02:21:50] "DELETE /access-control-list/a29b37d1-3a18-4231-82d2-004c68eb8ef9 HTTP/1.1" 200 115 0.032177 10.0.0.23 - - [2026-02-19 02:21:50] "GET /project/15be862e-7ae3-482a-bab8-8101fd56e038?fields=application_policy_sets HTTP/1.1" 200 1402 0.029813 10.0.0.23 - - [2026-02-19 02:21:50] "DELETE /project/686e0309-42c2-40f9-ba89-6456e2c222c7 HTTP/1.1" 200 115 0.417948 10.0.0.23 - - [2026-02-19 02:21:50] "DELETE /access-control-list/eda7488a-f705-4320-a91c-51a9ff70a878 HTTP/1.1" 200 115 0.031679 10.0.0.23 - - [2026-02-19 02:21:50] "DELETE /project/15be862e-7ae3-482a-bab8-8101fd56e038 HTTP/1.1" 200 115 0.503852 [Introspect:8084]10.0.0.23 - - [2026-02-19 02:21:51] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000858 [Introspect:8084]10.0.0.23 - - [2026-02-19 02:21:51] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.000793