+++ date ++ echo 'INFO: =================== Thu Jan 15 01:59:28 AM UTC 2026 ===================' INFO: =================== Thu Jan 15 01:59: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 +++++ grep -o 'dev.*' +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ cut -d / -f 1 +++ command -v ip +++ local nic=ens3 +++ ip addr show dev ens3 +++ grep 'inet ' +++ awk '{print $2}' +++ 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.18 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.18 ++ 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 +++ local servers=10.0.0.23 +++ local server_list= +++ IFS=, +++ read -ra server_list +++ cut -d ' ' -f 1 ++++ get_local_ips ++++ tr '\n' , ++++ cat /proc/net/fib_trie ++++ awk '/32 host/ { print f } {f=$2}' ++++ grep -vi host ++++ sort ++++ uniq +++ local local_ips=,10.0.0.23,10.20.0.18,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.18,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: 01/15/2026 01:59:37.151 7f1aa50af080 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 01/15/2026 01:59:37.289 7f1aa50af080 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 01/15/2026 01:59:37.302 7f1aa50af080 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 01/15/2026 01:59:37.302 7f1aa50af080 [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-01-15 01:59:41] "GET / HTTP/1.1" 503 181 0.000229 10.0.0.23 - - [2026-01-15 01:59:41] "GET / HTTP/1.1" 503 181 0.000235 10.0.0.23 - - [2026-01-15 01:59:42] "GET / HTTP/1.1" 200 35931 0.001470 10.0.0.23 - - [2026-01-15 01:59:42] "GET / HTTP/1.1" 200 45871 0.001301 10.0.0.23 - - [2026-01-15 01:59:42] "GET / HTTP/1.1" 200 45871 0.001123 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-01-15 01:59:42] "POST /fqname-to-id HTTP/1.1" 401 292 0.000582 10.0.0.23 - - [2026-01-15 01:59:42] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000248 10.0.0.23 - - [2026-01-15 01:59:43] "GET / HTTP/1.1" 200 35931 0.001816 10.0.0.23 - - [2026-01-15 01:59:43] "POST /fqname-to-id HTTP/1.1" 401 292 0.000302 10.0.0.23 - - [2026-01-15 01:59:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.952506 10.0.0.23 - - [2026-01-15 01:59:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002249 10.0.0.23 - - [2026-01-15 01:59:44] "GET / HTTP/1.1" 200 35931 0.001449 10.0.0.23 - - [2026-01-15 01:59:44] "POST /fqname-to-id HTTP/1.1" 401 292 0.000386 10.0.0.23 - - [2026-01-15 01:59:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.394839 10.0.0.23 - - [2026-01-15 01:59:44] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.710193 10.0.0.23 - - [2026-01-15 01:59:44] "GET /global-system-config/d6aa8ae0-c41d-441d-a86a-6a573760fd69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.008875 10.0.0.23 - - [2026-01-15 01:59:44] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.002894 10.0.0.23 - - [2026-01-15 01:59:44] "POST /fqname-to-id HTTP/1.1" 404 220 0.004039 10.0.0.23 - - [2026-01-15 01:59:44] "POST /fqname-to-id HTTP/1.1" 401 292 0.000510 10.0.0.23 - - [2026-01-15 01:59:44] "POST /config-nodes HTTP/1.1" 200 599 0.025314 10.0.0.23 - - [2026-01-15 01:59:44] "GET / HTTP/1.1" 200 35931 0.001746 10.0.0.23 - - [2026-01-15 01:59:44] "GET / HTTP/1.1" 200 35931 0.001495 10.0.0.23 - - [2026-01-15 01:59:44] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000507 10.0.0.23 - - [2026-01-15 01:59:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.636739 10.0.0.23 - - [2026-01-15 01:59:45] "GET /network-ipam/29548ceb-f88a-4321-9157-f68e4331d009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.003978 10.0.0.23 - - [2026-01-15 01:59:45] "POST /fqname-to-id HTTP/1.1" 404 186 0.667974 10.0.0.23 - - [2026-01-15 01:59:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002926 /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-01-15 01:59:45] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.060422 10.0.0.23 - - [2026-01-15 01:59:45] "GET /global-system-config/d6aa8ae0-c41d-441d-a86a-6a573760fd69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.011489 10.0.0.23 - - [2026-01-15 01:59:45] "POST /service-appliance-sets HTTP/1.1" 200 553 0.023538 10.0.0.23 - - [2026-01-15 01:59:45] "POST /fqname-to-id HTTP/1.1" 404 180 0.002774 10.0.0.23 - - [2026-01-15 01:59:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.108366 10.0.0.23 - - [2026-01-15 01:59:45] "POST /fqname-to-id HTTP/1.1" 404 225 0.003060 10.0.0.23 - - [2026-01-15 01:59:45] "POST /access-control-lists HTTP/1.1" 200 587 0.023143 10.0.0.23 - - [2026-01-15 01:59:45] "GET /global-system-config/d6aa8ae0-c41d-441d-a86a-6a573760fd69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.011188 10.0.0.23 - - [2026-01-15 01:59:45] "POST /fqname-to-id HTTP/1.1" 404 224 0.004611 10.0.0.23 - - [2026-01-15 01:59:45] "GET / HTTP/1.1" 200 35931 0.001423 10.0.0.23 - - [2026-01-15 01:59:45] "POST /fqname-to-id HTTP/1.1" 401 292 0.000297 10.0.0.23 - - [2026-01-15 01:59:45] "POST /service-appliance-sets HTTP/1.1" 200 541 0.024706 10.0.0.23 - - [2026-01-15 01:59:45] "POST /access-control-lists HTTP/1.1" 200 585 0.018324 10.0.0.23 - - [2026-01-15 01:59:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002362 10.0.0.23 - - [2026-01-15 01:59:45] "GET /network-ipam/29548ceb-f88a-4321-9157-f68e4331d009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.005269 10.0.0.23 - - [2026-01-15 01:59:45] "POST /route-targets HTTP/1.1" 200 327 0.011117 10.0.0.23 - - [2026-01-15 01:59:45] "POST /ref-update HTTP/1.1" 200 156 0.011287 10.0.0.23 - - [2026-01-15 01:59:46] "POST /route-targets HTTP/1.1" 200 327 0.019844 10.0.0.23 - - [2026-01-15 01:59:46] "POST /service-templates HTTP/1.1" 200 511 0.016991 10.0.0.23 - - [2026-01-15 01:59:46] "POST /ref-update HTTP/1.1" 200 156 0.010466 10.0.0.23 - - [2026-01-15 01:59:46] "POST /service-templates HTTP/1.1" 200 501 0.025670 10.0.0.23 - - [2026-01-15 01:59:46] "POST /route-targets HTTP/1.1" 200 327 0.009520 10.0.0.23 - - [2026-01-15 01:59:46] "POST /service-templates HTTP/1.1" 200 515 0.024838 10.0.0.23 - - [2026-01-15 01:59:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.028243 10.0.0.23 - - [2026-01-15 01:59:46] "GET /global-system-config/d6aa8ae0-c41d-441d-a86a-6a573760fd69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.005060 10.0.0.23 - - [2026-01-15 01:59:46] "POST /ref-update HTTP/1.1" 200 156 0.012930 10.0.0.23 - - [2026-01-15 01:59:46] "POST /service-templates HTTP/1.1" 200 535 0.017461 10.0.0.23 - - [2026-01-15 01:59:46] "POST /fqname-to-id HTTP/1.1" 404 220 0.003227 10.0.0.23 - - [2026-01-15 01:59:46] "POST /route-targets HTTP/1.1" 200 327 0.010611 10.0.0.23 - - [2026-01-15 01:59:46] "POST /service-templates HTTP/1.1" 200 507 0.029730 10.0.0.23 - - [2026-01-15 01:59:46] "POST /config-database-nodes HTTP/1.1" 200 617 0.030044 10.0.0.23 - - [2026-01-15 01:59:46] "POST /ref-update HTTP/1.1" 200 156 0.010016 10.0.0.23 - - [2026-01-15 01:59:46] "POST /fqname-to-id HTTP/1.1" 404 201 0.002318 10.0.0.23 - - [2026-01-15 01:59:46] "POST /access-control-lists HTTP/1.1" 200 551 0.060790 10.0.0.23 - - [2026-01-15 01:59:46] "PUT /access-control-list/8d101646-c2b2-4822-bfc0-4804a39a4d4a HTTP/1.1" 200 272 0.009512 10.0.0.23 - - [2026-01-15 01:59:46] "PUT /access-control-list/6f98e404-596d-44bd-918a-c15056866690 HTTP/1.1" 200 272 0.009339 10.0.0.23 - - [2026-01-15 01:59:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003623 10.0.0.23 - - [2026-01-15 01:59:50] "GET /global-vrouter-config/3c3c8a9c-add7-4dd6-83b8-c8c9d45127ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1214 0.003609 10.0.0.23 - - [2026-01-15 01:59:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003637 10.0.0.23 - - [2026-01-15 01:59:50] "PUT /global-vrouter-config/3c3c8a9c-add7-4dd6-83b8-c8c9d45127ed HTTP/1.1" 200 276 0.009866 10.0.0.23 - - [2026-01-15 01:59:50] "GET / HTTP/1.1" 200 35931 0.001747 10.0.0.23 - - [2026-01-15 01:59:50] "POST /alarms HTTP/1.1" 401 292 0.000376 10.0.0.23 - - [2026-01-15 01:59:51] "POST /alarms HTTP/1.1" 200 581 0.060178 10.0.0.23 - - [2026-01-15 01:59:51] "POST /alarms HTTP/1.1" 200 575 0.035386 10.0.0.23 - - [2026-01-15 01:59:51] "POST /alarms HTTP/1.1" 200 575 0.029195 10.0.0.23 - - [2026-01-15 01:59:51] "POST /alarms HTTP/1.1" 200 559 0.057352 10.0.0.23 - - [2026-01-15 01:59:51] "POST /alarms HTTP/1.1" 200 555 0.302339 10.0.0.23 - - [2026-01-15 01:59:51] "POST /alarms HTTP/1.1" 200 557 0.041919 10.0.0.23 - - [2026-01-15 01:59:51] "POST /alarms HTTP/1.1" 200 565 0.100747 10.0.0.23 - - [2026-01-15 01:59:52] "POST /alarms HTTP/1.1" 200 549 0.024230 10.0.0.23 - - [2026-01-15 01:59:52] "POST /alarms HTTP/1.1" 200 557 0.062708 10.0.0.23 - - [2026-01-15 01:59:52] "POST /alarms HTTP/1.1" 200 567 0.031303 10.0.0.23 - - [2026-01-15 01:59:52] "POST /alarms HTTP/1.1" 200 555 0.025734 10.0.0.23 - - [2026-01-15 01:59:52] "POST /alarms HTTP/1.1" 200 567 0.072284 10.0.0.23 - - [2026-01-15 01:59:52] "POST /alarms HTTP/1.1" 200 575 0.069727 10.0.0.23 - - [2026-01-15 01:59:52] "POST /alarms HTTP/1.1" 200 569 0.024933 10.0.0.23 - - [2026-01-15 01:59:52] "POST /alarms HTTP/1.1" 200 561 0.017916 10.0.0.23 - - [2026-01-15 01:59:52] "POST /alarms HTTP/1.1" 200 561 0.039665 10.0.0.23 - - [2026-01-15 01:59:52] "POST /alarms HTTP/1.1" 200 561 0.019819 10.0.0.23 - - [2026-01-15 01:59:52] "POST /alarms HTTP/1.1" 200 547 0.021442 10.0.0.23 - - [2026-01-15 01:59:52] "POST /alarms HTTP/1.1" 200 595 0.023571 10.0.0.23 - - [2026-01-15 01:59:53] "POST /alarms HTTP/1.1" 200 575 0.027669 10.0.0.23 - - [2026-01-15 01:59:53] "POST /alarms HTTP/1.1" 200 571 0.028825 10.0.0.23 - - [2026-01-15 01:59:53] "POST /alarms HTTP/1.1" 200 583 0.016865 10.0.0.23 - - [2026-01-15 01:59:53] "POST /alarms HTTP/1.1" 200 609 0.020436 10.0.0.23 - - [2026-01-15 01:59:53] "GET / HTTP/1.1" 200 35931 0.001961 10.0.0.23 - - [2026-01-15 01:59:53] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000367 10.0.0.23 - - [2026-01-15 01:59:53] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.032325 10.0.0.23 - - [2026-01-15 01:59:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002501 10.0.0.23 - - [2026-01-15 01:59:53] "PUT /global-vrouter-config/3c3c8a9c-add7-4dd6-83b8-c8c9d45127ed HTTP/1.1" 200 276 0.010528 10.0.0.23 - - [2026-01-15 01:59:54] "GET / HTTP/1.1" 200 35931 0.001633 10.0.0.23 - - [2026-01-15 01:59:54] "POST /fqname-to-id HTTP/1.1" 401 292 0.000418 10.0.0.23 - - [2026-01-15 01:59:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.029852 10.0.0.23 - - [2026-01-15 01:59:54] "GET /global-vrouter-config/3c3c8a9c-add7-4dd6-83b8-c8c9d45127ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003082 10.0.0.23 - - [2026-01-15 01:59:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003098 10.0.0.23 - - [2026-01-15 01:59:54] "PUT /global-vrouter-config/3c3c8a9c-add7-4dd6-83b8-c8c9d45127ed HTTP/1.1" 200 276 0.020564 10.0.0.23 - - [2026-01-15 01:59:54] "GET / HTTP/1.1" 200 35931 0.002177 10.0.0.23 - - [2026-01-15 01:59:54] "POST /fqname-to-id HTTP/1.1" 401 292 0.000428 10.0.0.23 - - [2026-01-15 01:59:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.026778 10.0.0.23 - - [2026-01-15 01:59:55] "GET /global-system-config/d6aa8ae0-c41d-441d-a86a-6a573760fd69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.005239 10.0.0.23 - - [2026-01-15 01:59:55] "PUT /global-system-config/d6aa8ae0-c41d-441d-a86a-6a573760fd69 HTTP/1.1" 200 274 0.017573 10.0.0.23 - - [2026-01-15 02:00:05] "GET /global-system-configs HTTP/1.1" 401 292 0.000451 10.0.0.23 - - [2026-01-15 02:00:05] "GET /global-system-configs HTTP/1.1" 401 292 0.000437 10.0.0.23 - - [2026-01-15 02:00:06] "GET /global-system-configs HTTP/1.1" 401 292 0.000436 10.0.0.23 - - [2026-01-15 02:00:06] "GET /global-system-configs HTTP/1.1" 401 292 0.000382 10.0.0.23 - - [2026-01-15 02:00:39] "GET / HTTP/1.1" 200 35931 0.002426 10.0.0.23 - - [2026-01-15 02:00:39] "POST /fqname-to-id HTTP/1.1" 401 292 0.000576 10.0.0.23 - - [2026-01-15 02:00:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.029364 10.0.0.23 - - [2026-01-15 02:00:39] "GET /routing-instance/3a0ce5e5-df59-47ca-a026-1c7e782e1c9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1175 0.003592 10.0.0.23 - - [2026-01-15 02:00:39] "POST /bgp-routers HTTP/1.1" 200 620 0.028187 10.0.0.23 - - [2026-01-15 02:00:39] "GET /bgp-router/61b42006-7c8f-478b-b484-917a92a293b5?fields=global_system_config_back_refs HTTP/1.1" 200 1115 0.005950 10.0.0.23 - - [2026-01-15 02:00:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003919 10.0.0.23 - - [2026-01-15 02:00:39] "GET /global-system-config/d6aa8ae0-c41d-441d-a86a-6a573760fd69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.005786 10.0.0.23 - - [2026-01-15 02:00:39] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.004428 10.0.0.23 - - [2026-01-15 02:00:39] "POST /ref-update HTTP/1.1" 200 156 0.008148 10.0.0.23 - - [2026-01-15 02:01:06] "GET / HTTP/1.1" 200 35931 0.001925 10.0.0.23 - - [2026-01-15 02:01:06] "POST /fqname-to-id HTTP/1.1" 401 292 0.001343 10.0.0.23 - - [2026-01-15 02:01:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.029909 10.0.0.23 - - [2026-01-15 02:01:06] "GET /global-system-config/d6aa8ae0-c41d-441d-a86a-6a573760fd69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.009683 10.0.0.23 - - [2026-01-15 02:01:06] "POST /fqname-to-id HTTP/1.1" 404 220 0.005826 10.0.0.23 - - [2026-01-15 02:01:06] "POST /database-nodes HTTP/1.1" 200 603 0.020581 10.0.0.23 - - [2026-01-15 02:01:36] "GET / HTTP/1.1" 200 35931 0.001745 10.0.0.23 - - [2026-01-15 02:01:36] "POST /fqname-to-id HTTP/1.1" 401 292 0.000438 10.0.0.23 - - [2026-01-15 02:01:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.034190 10.0.0.23 - - [2026-01-15 02:01:36] "GET /global-system-config/d6aa8ae0-c41d-441d-a86a-6a573760fd69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.005120 10.0.0.23 - - [2026-01-15 02:01:36] "POST /fqname-to-id HTTP/1.1" 404 220 0.003625 10.0.0.23 - - [2026-01-15 02:01:36] "POST /analytics-nodes HTTP/1.1" 200 605 0.020163 10.0.0.23 - - [2026-01-15 02:01:42] "GET / HTTP/1.1" 200 35931 0.001632 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-01-15 02:01:47] "GET /obj-perms HTTP/1.1" 200 5056 0.386811 10.0.0.23 - - [2026-01-15 02:01:48] "GET /obj-perms HTTP/1.1" 200 5056 0.062657 10.0.0.23 - - [2026-01-15 02:01:52] "GET / HTTP/1.1" 200 35931 0.001654 10.0.0.23 - - [2026-01-15 02:01:52] "POST /fqname-to-id HTTP/1.1" 401 292 0.000510 10.0.0.23 - - [2026-01-15 02:01:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.038857 10.0.0.23 - - [2026-01-15 02:01:53] "GET /global-system-config/d6aa8ae0-c41d-441d-a86a-6a573760fd69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.006894 10.0.0.23 - - [2026-01-15 02:01:53] "POST /fqname-to-id HTTP/1.1" 404 220 0.003829 10.0.0.23 - - [2026-01-15 02:01:53] "POST /analytics-alarm-nodes HTTP/1.1" 200 617 0.023822 10.0.0.23 - - [2026-01-15 02:02:05] "GET / HTTP/1.1" 200 35931 0.001607 10.0.0.23 - - [2026-01-15 02:02:05] "POST /fqname-to-id HTTP/1.1" 401 292 0.000522 10.0.0.23 - - [2026-01-15 02:02:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.043685 10.0.0.23 - - [2026-01-15 02:02:05] "GET /global-system-config/d6aa8ae0-c41d-441d-a86a-6a573760fd69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.007477 10.0.0.23 - - [2026-01-15 02:02:05] "POST /fqname-to-id HTTP/1.1" 404 220 0.003576 10.0.0.23 - - [2026-01-15 02:02:05] "POST /analytics-snmp-nodes HTTP/1.1" 200 615 0.025459 10.0.0.23 - - [2026-01-15 02:02:48] "GET /obj-perms HTTP/1.1" 200 5056 0.074347 10.0.0.23 - - [2026-01-15 02:02:48] "GET /obj-perms HTTP/1.1" 200 5056 0.061922 10.0.0.23 - - [2026-01-15 02:03:49] "GET /obj-perms HTTP/1.1" 200 5056 0.057940 10.0.0.23 - - [2026-01-15 02:03:49] "GET /obj-perms HTTP/1.1" 200 5056 0.051683 10.0.0.23 - - [2026-01-15 02:04:37] "GET / HTTP/1.1" 200 35931 0.002221 10.0.0.23 - - [2026-01-15 02:04:37] "POST /fqname-to-id HTTP/1.1" 401 292 0.000366 10.0.0.23 - - [2026-01-15 02:04:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.038005 10.0.0.23 - - [2026-01-15 02:04:37] "GET /global-system-config/d6aa8ae0-c41d-441d-a86a-6a573760fd69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.006718 10.0.0.23 - - [2026-01-15 02:04:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003106 10.0.0.23 - - [2026-01-15 02:04:37] "GET /routing-instance/3a0ce5e5-df59-47ca-a026-1c7e782e1c9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1175 0.004082 10.0.0.23 - - [2026-01-15 02:04:37] "PUT /global-system-config/d6aa8ae0-c41d-441d-a86a-6a573760fd69 HTTP/1.1" 200 274 0.011216 10.0.0.23 - - [2026-01-15 02:04:37] "POST /fqname-to-id HTTP/1.1" 404 218 0.002963 10.0.0.23 - - [2026-01-15 02:04:37] "POST /virtual-routers HTTP/1.1" 200 603 0.056706 10.0.0.23 - - [2026-01-15 02:04:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003250 10.0.0.23 - - [2026-01-15 02:04:37] "GET /virtual-router/f8f46bdf-f6d8-47eb-b94e-5f936321187e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1245 0.006476 10.0.0.23 - - [2026-01-15 02:04:37] "POST /fqname-to-id HTTP/1.1" 404 231 0.003227 10.0.0.23 - - [2026-01-15 02:04:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003058 10.0.0.23 - - [2026-01-15 02:04:38] "GET /virtual-network/b4754084-03f9-42a9-8a5f-de9bdd340d31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.006276 10.0.0.23 - - [2026-01-15 02:04:38] "POST /virtual-machine-interfaces HTTP/1.1" 200 585 0.055061 10.0.0.23 - - [2026-01-15 02:04:38] "PUT /access-control-list/7d001776-8e05-4e72-acb3-4400cb365a72 HTTP/1.1" 200 272 0.015253 [Introspect:8084]10.0.0.23 - - [2026-01-15 02:04:41] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000901 [Introspect:8084]10.0.0.23 - - [2026-01-15 02:04:41] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.000871 [Introspect:8084]10.0.0.23 - - [2026-01-15 02:04:43] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000848 [Introspect:8084]10.0.0.23 - - [2026-01-15 02:04:43] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.000788 10.0.0.23 - - [2026-01-15 02:04:49] "GET /obj-perms HTTP/1.1" 200 5056 0.055443 10.0.0.23 - - [2026-01-15 02:04:50] "GET /obj-perms HTTP/1.1" 200 5056 0.051617 10.0.0.23 - - [2026-01-15 02:04:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003251 10.0.0.23 - - [2026-01-15 02:04:50] "GET /virtual-router/f8f46bdf-f6d8-47eb-b94e-5f936321187e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1245 0.005055 10.0.0.23 - - [2026-01-15 02:05:05] "GET /global-system-configs HTTP/1.1" 401 292 0.000499 10.0.0.23 - - [2026-01-15 02:05:05] "GET /global-system-configs HTTP/1.1" 401 292 0.000406 10.0.0.23 - - [2026-01-15 02:05:06] "GET /global-system-configs HTTP/1.1" 401 292 0.000509 10.0.0.23 - - [2026-01-15 02:05:06] "GET /global-system-configs HTTP/1.1" 401 292 0.000420 10.0.0.23 - - [2026-01-15 02:05:50] "GET /obj-perms HTTP/1.1" 200 5056 0.058801 10.0.0.23 - - [2026-01-15 02:05:51] "GET / HTTP/1.1" 200 35931 0.001762 10.0.0.23 - - [2026-01-15 02:05:51] "GET /obj-perms HTTP/1.1" 200 5056 0.370109 10.0.0.23 - - [2026-01-15 02:05:52] "GET /project/094fe97a-7609-439c-ab39-47f81889c5cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000468 10.0.0.23 - - [2026-01-15 02:05:52] "GET /projects?obj_uuids=094fe97a-7609-439c-ab39-47f81889c5cc&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.023728 10.0.0.23 - - [2026-01-15 02:05:52] "GET /domains?obj_uuids=64e99420-c75c-4c07-a68a-16b5f119e548&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001188 10.0.0.23 - - [2026-01-15 02:05:52] "GET /domain/64e99420-c75c-4c07-a68a-16b5f119e548?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.030700 10.0.0.23 - - [2026-01-15 02:05:53] "POST /id-to-fqname HTTP/1.1" 200 167 0.001162 10.0.0.23 - - [2026-01-15 02:05:53] "POST /fqname-to-id HTTP/1.1" 404 176 0.005790 10.0.0.23 - - [2026-01-15 02:05:53] "POST /security-groups HTTP/1.1" 200 568 0.065575 10.0.0.23 - - [2026-01-15 02:05:53] "POST /projects HTTP/1.1" 200 539 0.238017 10.0.0.23 - - [2026-01-15 02:05:53] "POST /fqname-to-id HTTP/1.1" 404 207 0.032220 10.0.0.23 - - [2026-01-15 02:05:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.316754 10.0.0.23 - - [2026-01-15 02:05:53] "POST /access-control-lists HTTP/1.1" 200 573 0.066347 10.0.0.23 - - [2026-01-15 02:05:53] "GET /project/094fe97a-7609-439c-ab39-47f81889c5cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1269 0.486086 10.0.0.23 - - [2026-01-15 02:05:53] "POST /fqname-to-id HTTP/1.1" 404 206 0.003354 10.0.0.23 - - [2026-01-15 02:05:53] "POST /access-control-lists HTTP/1.1" 200 571 0.064821 [Introspect:8084]10.0.0.23 - - [2026-01-15 02:05:53] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001049 10.0.0.23 - - [2026-01-15 02:05:54] "POST /fqname-to-id HTTP/1.1" 404 199 0.028085 10.0.0.23 - - [2026-01-15 02:05:54] "GET /projects?obj_uuids=43d8e604-52de-446a-a632-69cef6018b59&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002484 10.0.0.23 - - [2026-01-15 02:05:54] "GET /domains?obj_uuids=64e99420-c75c-4c07-a68a-16b5f119e548&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001345 10.0.0.23 - - [2026-01-15 02:05:54] "GET /domain/64e99420-c75c-4c07-a68a-16b5f119e548?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009907 10.0.0.23 - - [2026-01-15 02:05:54] "POST /id-to-fqname HTTP/1.1" 200 201 0.002415 10.0.0.23 - - [2026-01-15 02:05:54] "POST /fqname-to-id HTTP/1.1" 404 210 0.003649 10.0.0.23 - - [2026-01-15 02:05:54] "POST /security-groups HTTP/1.1" 200 602 0.065310 10.0.0.23 - - [2026-01-15 02:05:54] "POST /fqname-to-id HTTP/1.1" 404 245 0.003051 10.0.0.23 - - [2026-01-15 02:05:54] "POST /projects HTTP/1.1" 200 607 0.215162 10.0.0.23 - - [2026-01-15 02:05:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.287014 10.0.0.23 - - [2026-01-15 02:05:54] "POST /access-control-lists HTTP/1.1" 200 607 0.075538 10.0.0.23 - - [2026-01-15 02:05:54] "POST /fqname-to-id HTTP/1.1" 404 244 0.003189 10.0.0.23 - - [2026-01-15 02:05:54] "GET /project/43d8e604-52de-446a-a632-69cef6018b59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.426976 10.0.0.23 - - [2026-01-15 02:05:54] "POST /access-control-lists HTTP/1.1" 200 605 0.062597 10.0.0.23 - - [2026-01-15 02:05:55] "GET / HTTP/1.1" 200 35931 0.002595 10.0.0.23 - - [2026-01-15 02:05:56] "POST /fqname-to-id HTTP/1.1" 401 292 0.000492 10.0.0.23 - - [2026-01-15 02:05:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.057790 10.0.0.23 - - [2026-01-15 02:05:56] "GET /projects?obj_uuids=43d8e604-52de-446a-a632-69cef6018b59&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000910 10.0.0.23 - - [2026-01-15 02:05:56] "GET /project/43d8e604-52de-446a-a632-69cef6018b59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.027496 10.0.0.23 - - [2026-01-15 02:05:57] "POST /neutron/network HTTP/1.1" 200 117 0.094035 10.0.0.23 - - [2026-01-15 02:05:57] "GET /projects?obj_uuids=43d8e604-52de-446a-a632-69cef6018b59&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000893 10.0.0.23 - - [2026-01-15 02:05:57] "POST /neutron/network HTTP/1.1" 200 620 0.071411 10.0.0.23 - - [2026-01-15 02:05:57] "POST /route-targets HTTP/1.1" 200 327 0.013795 10.0.0.23 - - [2026-01-15 02:05:57] "POST /ref-update HTTP/1.1" 200 156 0.014246 10.0.0.23 - - [2026-01-15 02:05:57] "POST /useragent-kv HTTP/1.1" 200 115 0.002411 10.0.0.23 - - [2026-01-15 02:05:57] "POST /neutron/subnet HTTP/1.1" 200 725 0.138611 10.0.0.23 - - [2026-01-15 02:05:57] "POST /neutron/network HTTP/1.1" 200 839 0.005519 10.0.0.23 - - [2026-01-15 02:05:57] "POST /id-to-fqname HTTP/1.1" 200 233 0.001203 10.0.0.23 - - [2026-01-15 02:05:57] "GET /virtual-network/69bb124b-22c0-4683-bc11-d519dcd42f01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005060 10.0.0.23 - - [2026-01-15 02:05:57] "POST /neutron/network HTTP/1.1" 200 839 0.005596 10.0.0.23 - - [2026-01-15 02:05:57] "GET /virtual-network/69bb124b-22c0-4683-bc11-d519dcd42f01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005584 10.0.0.23 - - [2026-01-15 02:05:57] "POST /neutron/network HTTP/1.1" 200 839 0.006104 10.0.0.23 - - [2026-01-15 02:05:57] "POST /neutron/subnet HTTP/1.1" 200 725 0.007691 10.0.0.23 - - [2026-01-15 02:05:57] "GET /domains HTTP/1.1" 401 292 0.000349 10.0.0.23 - - [2026-01-15 02:05:57] "GET /domains HTTP/1.1" 200 280 0.031678 10.0.0.23 - - [2026-01-15 02:05:57] "GET /domains?obj_uuids=64e99420-c75c-4c07-a68a-16b5f119e548&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001131 10.0.0.23 - - [2026-01-15 02:05:57] "GET /domain/64e99420-c75c-4c07-a68a-16b5f119e548 HTTP/1.1" 200 2584 0.013135 10.0.0.23 - - [2026-01-15 02:05:57] "GET /projects?obj_uuids=43d8e604-52de-446a-a632-69cef6018b59&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001105 10.0.0.23 - - [2026-01-15 02:05:58] "GET /project/43d8e604-52de-446a-a632-69cef6018b59 HTTP/1.1" 200 2167 0.069277 10.0.0.23 - - [2026-01-15 02:05:58] "GET /virtual-network/69bb124b-22c0-4683-bc11-d519dcd42f01 HTTP/1.1" 200 2342 0.007304 10.0.0.23 - - [2026-01-15 02:05:58] "GET /virtual-network/69bb124b-22c0-4683-bc11-d519dcd42f01 HTTP/1.1" 200 2342 0.005308 10.0.0.23 - - [2026-01-15 02:05:58] "GET /routing-instance/814f8dfa-442f-4e1e-b468-a23dddb28695 HTTP/1.1" 200 1494 0.004622 10.0.0.23 - - [2026-01-15 02:05:58] "GET /routing-instance/814f8dfa-442f-4e1e-b468-a23dddb28695 HTTP/1.1" 200 1494 0.003950 10.0.0.23 - - [2026-01-15 02:05:58] "GET /route-target/d8a48a5d-db84-4f14-8d03-da4690809e44 HTTP/1.1" 200 1220 0.003519 10.0.0.23 - - [2026-01-15 02:05:58] "GET /virtual-network/69bb124b-22c0-4683-bc11-d519dcd42f01 HTTP/1.1" 200 2342 0.005248 10.0.0.23 - - [2026-01-15 02:05:58] "GET /routing-instance/814f8dfa-442f-4e1e-b468-a23dddb28695 HTTP/1.1" 200 1494 0.003458 10.0.0.23 - - [2026-01-15 02:05:58] "GET /virtual-network/69bb124b-22c0-4683-bc11-d519dcd42f01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.004734 10.0.0.23 - - [2026-01-15 02:05:58] "GET /virtual-network/69bb124b-22c0-4683-bc11-d519dcd42f01 HTTP/1.1" 200 2342 0.004241 10.0.0.23 - - [2026-01-15 02:05:58] "GET /routing-instance/814f8dfa-442f-4e1e-b468-a23dddb28695 HTTP/1.1" 200 1494 0.003321 10.0.0.23 - - [2026-01-15 02:05:58] "GET /routing-instance/814f8dfa-442f-4e1e-b468-a23dddb28695 HTTP/1.1" 200 1494 0.003128 10.0.0.23 - - [2026-01-15 02:05:58] "GET /route-target/d8a48a5d-db84-4f14-8d03-da4690809e44 HTTP/1.1" 200 1220 0.003067 10.0.0.23 - - [2026-01-15 02:05:58] "GET /domains HTTP/1.1" 200 280 0.003150 10.0.0.23 - - [2026-01-15 02:05:58] "GET /domains?obj_uuids=64e99420-c75c-4c07-a68a-16b5f119e548&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001166 10.0.0.23 - - [2026-01-15 02:05:58] "GET /domain/64e99420-c75c-4c07-a68a-16b5f119e548 HTTP/1.1" 200 2584 0.007394 10.0.0.23 - - [2026-01-15 02:05:58] "GET /projects?obj_uuids=43d8e604-52de-446a-a632-69cef6018b59&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000807 10.0.0.23 - - [2026-01-15 02:05:58] "GET /project/43d8e604-52de-446a-a632-69cef6018b59 HTTP/1.1" 200 2167 0.074317 10.0.0.23 - - [2026-01-15 02:05:58] "GET /virtual-network/69bb124b-22c0-4683-bc11-d519dcd42f01 HTTP/1.1" 200 2342 0.004740 10.0.0.23 - - [2026-01-15 02:05:58] "GET /obj-perms HTTP/1.1" 200 5052 0.061180 10.0.0.23 - - [2026-01-15 02:05:58] "POST /id-to-fqname HTTP/1.1" 200 233 0.001466 10.0.0.23 - - [2026-01-15 02:06:01] "POST /neutron/network HTTP/1.1" 200 849 0.009974 10.0.0.23 - - [2026-01-15 02:06:01] "GET /aaa-mode HTTP/1.1" 401 292 0.000407 10.0.0.23 - - [2026-01-15 02:06:01] "GET / HTTP/1.1" 200 35931 0.001762 10.0.0.23 - - [2026-01-15 02:06:01] "GET /project/43d8e604-52de-446a-a632-69cef6018b59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000392 10.0.0.23 - - [2026-01-15 02:06:01] "GET /projects?obj_uuids=43d8e604-52de-446a-a632-69cef6018b59&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001074 10.0.0.23 - - [2026-01-15 02:06:01] "GET /project/43d8e604-52de-446a-a632-69cef6018b59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.062723 10.0.0.23 - - [2026-01-15 02:06:02] "POST /neutron/network HTTP/1.1" 200 839 0.034883 10.0.0.23 - - [2026-01-15 02:06:02] "POST /neutron/port HTTP/1.1" 200 117 0.005902 10.0.0.23 - - [2026-01-15 02:06:02] "POST /neutron/port HTTP/1.1" 200 117 0.005551 10.0.0.23 - - [2026-01-15 02:06:02] "POST /neutron/port HTTP/1.1" 200 117 0.005196 10.0.0.23 - - [2026-01-15 02:06:03] "POST /neutron/network HTTP/1.1" 200 849 0.007147 10.0.0.23 - - [2026-01-15 02:06:03] "GET /projects?obj_uuids=43d8e604-52de-446a-a632-69cef6018b59&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000949 10.0.0.23 - - [2026-01-15 02:06:04] "POST /neutron/port HTTP/1.1" 200 1071 0.254256 10.0.0.23 - - [2026-01-15 02:06:04] "POST /neutron/port HTTP/1.1" 200 1071 0.038624 10.0.0.23 - - [2026-01-15 02:06:04] "POST /neutron/port HTTP/1.1" 200 1071 0.010505 10.0.0.23 - - [2026-01-15 02:06:04] "POST /neutron/port HTTP/1.1" 200 1125 0.069236 10.0.0.23 - - [2026-01-15 02:06:04] "POST /neutron/port HTTP/1.1" 200 1135 0.014260 10.0.0.23 - - [2026-01-15 02:06:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003994 10.0.0.23 - - [2026-01-15 02:06:04] "POST /neutron/subnet HTTP/1.1" 200 699 0.007423 10.0.0.23 - - [2026-01-15 02:06:04] "POST /neutron/port HTTP/1.1" 200 117 0.001200 10.0.0.23 - - [2026-01-15 02:06:04] "POST /neutron/network HTTP/1.1" 200 839 0.006572 10.0.0.23 - - [2026-01-15 02:06:07] "POST /neutron/port HTTP/1.1" 200 1135 0.014436 10.0.0.23 - - [2026-01-15 02:06:08] "POST /neutron/security_group HTTP/1.1" 200 2069 0.008032 10.0.0.23 - - [2026-01-15 02:06:13] "POST /neutron/port HTTP/1.1" 200 1135 0.019306 10.0.0.23 - - [2026-01-15 02:06:13] "POST /neutron/security_group HTTP/1.1" 200 2069 0.007083 10.0.0.23 - - [2026-01-15 02:06:13] "GET /obj-perms HTTP/1.1" 200 5052 0.003077 10.0.0.23 - - [2026-01-15 02:06:14] "GET /obj-perms HTTP/1.1" 200 5052 0.003398 10.0.0.23 - - [2026-01-15 02:06:15] "GET /obj-perms HTTP/1.1" 200 5052 0.003706 10.0.0.23 - - [2026-01-15 02:06:16] "GET /obj-perms HTTP/1.1" 200 5052 0.004450 10.0.0.23 - - [2026-01-15 02:06:17] "GET /obj-perms HTTP/1.1" 200 5052 0.003533 10.0.0.23 - - [2026-01-15 02:06:18] "POST /neutron/network HTTP/1.1" 200 839 0.007822 10.0.0.23 - - [2026-01-15 02:06:18] "POST /neutron/network HTTP/1.1" 400 204 0.013751 10.0.0.23 - - [2026-01-15 02:06:18] "POST /neutron/port HTTP/1.1" 200 1135 0.017699 10.0.0.23 - - [2026-01-15 02:06:18] "POST /neutron/port HTTP/1.1" 200 1125 0.010165 10.0.0.23 - - [2026-01-15 02:06:19] "POST /neutron/port HTTP/1.1" 200 151 0.111553 10.0.0.23 - - [2026-01-15 02:06:20] "POST /neutron/network HTTP/1.1" 200 839 0.006805 10.0.0.23 - - [2026-01-15 02:06:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002244 10.0.0.23 - - [2026-01-15 02:06:20] "POST /useragent-kv HTTP/1.1" 200 115 0.004679 10.0.0.23 - - [2026-01-15 02:06:20] "POST /useragent-kv HTTP/1.1" 200 115 0.003640 10.0.0.23 - - [2026-01-15 02:06:20] "POST /neutron/network HTTP/1.1" 200 151 0.093555 10.0.0.23 - - [2026-01-15 02:06:20] "GET /routing-instance/814f8dfa-442f-4e1e-b468-a23dddb28695 HTTP/1.1" 404 171 0.003429 10.0.0.23 - - [2026-01-15 02:06:20] "DELETE /route-target/d8a48a5d-db84-4f14-8d03-da4690809e44 HTTP/1.1" 200 115 0.019376 10.0.0.23 - - [2026-01-15 02:06:20] "GET /domains HTTP/1.1" 200 280 0.005435 10.0.0.23 - - [2026-01-15 02:06:20] "GET /domains?obj_uuids=64e99420-c75c-4c07-a68a-16b5f119e548&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001219 10.0.0.23 - - [2026-01-15 02:06:20] "GET /domain/64e99420-c75c-4c07-a68a-16b5f119e548 HTTP/1.1" 200 2584 0.049940 10.0.0.23 - - [2026-01-15 02:06:20] "GET /projects?obj_uuids=43d8e604-52de-446a-a632-69cef6018b59&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002121 10.0.0.23 - - [2026-01-15 02:06:20] "GET /project/43d8e604-52de-446a-a632-69cef6018b59 HTTP/1.1" 200 1917 0.075900 10.0.0.23 - - [2026-01-15 02:06:20] "GET /projects?obj_uuids=43d8e604-52de-446a-a632-69cef6018b59&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001054 10.0.0.23 - - [2026-01-15 02:06:20] "GET /project/43d8e604-52de-446a-a632-69cef6018b59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.027163 10.0.0.23 - - [2026-01-15 02:06:20] "GET /projects?obj_uuids=43d8e604-52de-446a-a632-69cef6018b59&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000900 10.0.0.23 - - [2026-01-15 02:06:20] "GET /project/43d8e604-52de-446a-a632-69cef6018b59?fields=virtual_networks HTTP/1.1" 200 1053 0.065698 10.0.0.23 - - [2026-01-15 02:06:20] "GET /projects?obj_uuids=43d8e604-52de-446a-a632-69cef6018b59&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000979 10.0.0.23 - - [2026-01-15 02:06:21] "GET /project/43d8e604-52de-446a-a632-69cef6018b59?fields=virtual_machine_interfaces HTTP/1.1" 200 1053 0.027079 10.0.0.23 - - [2026-01-15 02:06:21] "GET /projects?obj_uuids=43d8e604-52de-446a-a632-69cef6018b59&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000992 10.0.0.23 - - [2026-01-15 02:06:21] "GET /project/43d8e604-52de-446a-a632-69cef6018b59?fields=security_groups HTTP/1.1" 200 1290 0.031321 10.0.0.23 - - [2026-01-15 02:06:21] "GET /projects?obj_uuids=094fe97a-7609-439c-ab39-47f81889c5cc&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001178 10.0.0.23 - - [2026-01-15 02:06:21] "GET /project/094fe97a-7609-439c-ab39-47f81889c5cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1269 0.028187 10.0.0.23 - - [2026-01-15 02:06:25] "GET /projects?obj_uuids=094fe97a-7609-439c-ab39-47f81889c5cc&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001039 10.0.0.23 - - [2026-01-15 02:06:25] "GET /project/094fe97a-7609-439c-ab39-47f81889c5cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1269 0.033558 10.0.0.23 - - [2026-01-15 02:06:26] "GET /documentation/index.html HTTP/1.1" 200 210274 0.003500 10.0.0.23 - - [2026-01-15 02:06:26] "POST /fqname-to-id HTTP/1.1" 404 200 0.031015 10.0.0.23 - - [2026-01-15 02:06:26] "GET /projects?obj_uuids=e132414d-b8e7-4008-b401-fb811422a8af&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002489 10.0.0.23 - - [2026-01-15 02:06:26] "GET /domains?obj_uuids=64e99420-c75c-4c07-a68a-16b5f119e548&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000959 10.0.0.23 - - [2026-01-15 02:06:26] "GET /domain/64e99420-c75c-4c07-a68a-16b5f119e548?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007434 10.0.0.23 - - [2026-01-15 02:06:26] "POST /id-to-fqname HTTP/1.1" 200 202 0.002878 10.0.0.23 - - [2026-01-15 02:06:26] "POST /fqname-to-id HTTP/1.1" 404 211 0.002623 10.0.0.23 - - [2026-01-15 02:06:26] "POST /security-groups HTTP/1.1" 200 603 0.065017 10.0.0.23 - - [2026-01-15 02:06:26] "POST /fqname-to-id HTTP/1.1" 404 246 0.002462 10.0.0.23 - - [2026-01-15 02:06:26] "POST /projects HTTP/1.1" 200 609 0.227200 10.0.0.23 - - [2026-01-15 02:06:26] "POST /access-control-lists HTTP/1.1" 200 608 0.057477 10.0.0.23 - - [2026-01-15 02:06:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.297192 10.0.0.23 - - [2026-01-15 02:06:26] "POST /fqname-to-id HTTP/1.1" 404 245 0.002887 10.0.0.23 - - [2026-01-15 02:06:26] "GET /project/e132414d-b8e7-4008-b401-fb811422a8af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.429613 10.0.0.23 - - [2026-01-15 02:06:27] "POST /access-control-lists HTTP/1.1" 200 606 0.061027 10.0.0.23 - - [2026-01-15 02:06:28] "GET / HTTP/1.1" 200 35931 0.001922 10.0.0.23 - - [2026-01-15 02:06:28] "GET /projects?obj_uuids=094fe97a-7609-439c-ab39-47f81889c5cc&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001478 10.0.0.23 - - [2026-01-15 02:06:28] "GET /project/094fe97a-7609-439c-ab39-47f81889c5cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1269 0.034272 10.0.0.23 - - [2026-01-15 02:06:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003986 10.0.0.23 - - [2026-01-15 02:06:29] "GET /security-group/8fbc2730-8fb4-4426-868d-b7bd1911e52a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3684 0.005521 10.0.0.23 - - [2026-01-15 02:06:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002937 10.0.0.23 - - [2026-01-15 02:06:29] "GET /projects?obj_uuids=094fe97a-7609-439c-ab39-47f81889c5cc&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001172 10.0.0.23 - - [2026-01-15 02:06:29] "GET /project/094fe97a-7609-439c-ab39-47f81889c5cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1269 0.028961 10.0.0.23 - - [2026-01-15 02:06:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002786 10.0.0.23 - - [2026-01-15 02:06:29] "GET /security-group/8fbc2730-8fb4-4426-868d-b7bd1911e52a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3684 0.004277 10.0.0.23 - - [2026-01-15 02:06:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003336 10.0.0.23 - - [2026-01-15 02:06:29] "PUT /security-group/8fbc2730-8fb4-4426-868d-b7bd1911e52a HTTP/1.1" 200 262 0.017826 10.0.0.23 - - [2026-01-15 02:06:29] "PUT /access-control-list/0ee3962d-758d-4db3-9e42-537f8ddef494 HTTP/1.1" 200 272 0.010136 10.0.0.23 - - [2026-01-15 02:06:29] "PUT /access-control-list/a2378e84-ea71-4a19-9c03-3aa98bf10fc4 HTTP/1.1" 200 272 0.013217 10.0.0.23 - - [2026-01-15 02:06:29] "POST /fqname-to-id HTTP/1.1" 401 292 0.000453 10.0.0.23 - - [2026-01-15 02:06:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.061144 10.0.0.23 - - [2026-01-15 02:06:30] "GET /projects?obj_uuids=e132414d-b8e7-4008-b401-fb811422a8af&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000858 10.0.0.23 - - [2026-01-15 02:06:30] "GET /project/e132414d-b8e7-4008-b401-fb811422a8af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.028853 10.0.0.23 - - [2026-01-15 02:06:30] "POST /neutron/network HTTP/1.1" 200 117 0.042366 10.0.0.23 - - [2026-01-15 02:06:30] "GET /projects?obj_uuids=e132414d-b8e7-4008-b401-fb811422a8af&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001297 10.0.0.23 - - [2026-01-15 02:06:30] "POST /neutron/network HTTP/1.1" 200 619 0.074931 10.0.0.23 - - [2026-01-15 02:06:30] "POST /route-targets HTTP/1.1" 200 327 0.013032 10.0.0.23 - - [2026-01-15 02:06:30] "POST /ref-update HTTP/1.1" 200 156 0.014625 10.0.0.23 - - [2026-01-15 02:06:30] "POST /useragent-kv HTTP/1.1" 200 115 0.002560 10.0.0.23 - - [2026-01-15 02:06:30] "POST /neutron/subnet HTTP/1.1" 200 729 0.194889 10.0.0.23 - - [2026-01-15 02:06:30] "POST /neutron/network HTTP/1.1" 200 839 0.006659 10.0.0.23 - - [2026-01-15 02:06:30] "POST /id-to-fqname HTTP/1.1" 200 233 0.001370 10.0.0.23 - - [2026-01-15 02:06:30] "GET /virtual-network/6e2743d0-ab17-4c86-8b3a-cd9c20e99adb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006135 10.0.0.23 - - [2026-01-15 02:06:30] "POST /neutron/network HTTP/1.1" 200 839 0.006603 10.0.0.23 - - [2026-01-15 02:06:30] "GET /virtual-network/6e2743d0-ab17-4c86-8b3a-cd9c20e99adb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.004880 10.0.0.23 - - [2026-01-15 02:06:30] "POST /neutron/network HTTP/1.1" 200 839 0.005551 10.0.0.23 - - [2026-01-15 02:06:30] "POST /neutron/subnet HTTP/1.1" 200 729 0.006043 10.0.0.23 - - [2026-01-15 02:06:30] "GET /domains HTTP/1.1" 401 292 0.000336 10.0.0.23 - - [2026-01-15 02:06:31] "GET /domains HTTP/1.1" 200 280 0.030624 10.0.0.23 - - [2026-01-15 02:06:31] "GET /domains?obj_uuids=64e99420-c75c-4c07-a68a-16b5f119e548&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000937 10.0.0.23 - - [2026-01-15 02:06:31] "GET /domain/64e99420-c75c-4c07-a68a-16b5f119e548 HTTP/1.1" 200 2782 0.008083 10.0.0.23 - - [2026-01-15 02:06:31] "GET /projects?obj_uuids=e132414d-b8e7-4008-b401-fb811422a8af&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000943 10.0.0.23 - - [2026-01-15 02:06:31] "GET /project/e132414d-b8e7-4008-b401-fb811422a8af HTTP/1.1" 200 2174 0.071949 10.0.0.23 - - [2026-01-15 02:06:31] "GET /virtual-network/6e2743d0-ab17-4c86-8b3a-cd9c20e99adb HTTP/1.1" 200 2343 0.007016 10.0.0.23 - - [2026-01-15 02:06:31] "GET /virtual-network/6e2743d0-ab17-4c86-8b3a-cd9c20e99adb HTTP/1.1" 200 2343 0.004679 10.0.0.23 - - [2026-01-15 02:06:31] "GET /routing-instance/1bf5a7c7-1c75-4ded-b9e4-c9036936b94d HTTP/1.1" 200 1491 0.003432 10.0.0.23 - - [2026-01-15 02:06:31] "GET /routing-instance/1bf5a7c7-1c75-4ded-b9e4-c9036936b94d HTTP/1.1" 200 1491 0.004075 10.0.0.23 - - [2026-01-15 02:06:31] "GET /route-target/9c6ddf46-ad29-43b1-9a96-bb8e153bb83a HTTP/1.1" 200 1219 0.006802 10.0.0.23 - - [2026-01-15 02:06:31] "GET /virtual-network/6e2743d0-ab17-4c86-8b3a-cd9c20e99adb HTTP/1.1" 200 2343 0.005256 10.0.0.23 - - [2026-01-15 02:06:31] "GET /routing-instance/1bf5a7c7-1c75-4ded-b9e4-c9036936b94d HTTP/1.1" 200 1491 0.005508 10.0.0.23 - - [2026-01-15 02:06:31] "GET /virtual-network/6e2743d0-ab17-4c86-8b3a-cd9c20e99adb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005775 10.0.0.23 - - [2026-01-15 02:06:31] "GET /virtual-network/6e2743d0-ab17-4c86-8b3a-cd9c20e99adb HTTP/1.1" 200 2343 0.004995 10.0.0.23 - - [2026-01-15 02:06:31] "GET /routing-instance/1bf5a7c7-1c75-4ded-b9e4-c9036936b94d HTTP/1.1" 200 1491 0.004439 10.0.0.23 - - [2026-01-15 02:06:31] "GET /routing-instance/1bf5a7c7-1c75-4ded-b9e4-c9036936b94d HTTP/1.1" 200 1491 0.003322 10.0.0.23 - - [2026-01-15 02:06:31] "GET /route-target/9c6ddf46-ad29-43b1-9a96-bb8e153bb83a HTTP/1.1" 200 1219 0.003325 10.0.0.23 - - [2026-01-15 02:06:31] "GET /domains HTTP/1.1" 200 280 0.003825 10.0.0.23 - - [2026-01-15 02:06:31] "GET /domains?obj_uuids=64e99420-c75c-4c07-a68a-16b5f119e548&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001446 10.0.0.23 - - [2026-01-15 02:06:31] "GET /domain/64e99420-c75c-4c07-a68a-16b5f119e548 HTTP/1.1" 200 2782 0.009929 10.0.0.23 - - [2026-01-15 02:06:31] "GET /projects?obj_uuids=e132414d-b8e7-4008-b401-fb811422a8af&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001870 10.0.0.23 - - [2026-01-15 02:06:31] "GET /project/e132414d-b8e7-4008-b401-fb811422a8af HTTP/1.1" 200 2174 0.082267 10.0.0.23 - - [2026-01-15 02:06:31] "GET /virtual-network/6e2743d0-ab17-4c86-8b3a-cd9c20e99adb HTTP/1.1" 200 2343 0.004562 10.0.0.23 - - [2026-01-15 02:06:31] "GET /obj-perms HTTP/1.1" 200 5054 0.056104 10.0.0.23 - - [2026-01-15 02:06:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002949 10.0.0.23 - - [2026-01-15 02:06:31] "GET /projects?obj_uuids=e132414d-b8e7-4008-b401-fb811422a8af&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000951 10.0.0.23 - - [2026-01-15 02:06:31] "GET /project/e132414d-b8e7-4008-b401-fb811422a8af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.026242 10.0.0.23 - - [2026-01-15 02:06:32] "POST /neutron/network HTTP/1.1" 200 117 0.011939 10.0.0.23 - - [2026-01-15 02:06:32] "GET /projects?obj_uuids=e132414d-b8e7-4008-b401-fb811422a8af&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000961 10.0.0.23 - - [2026-01-15 02:06:32] "POST /neutron/network HTTP/1.1" 200 619 0.080317 10.0.0.23 - - [2026-01-15 02:06:32] "POST /route-targets HTTP/1.1" 200 327 0.012869 10.0.0.23 - - [2026-01-15 02:06:32] "POST /ref-update HTTP/1.1" 200 156 0.015132 10.0.0.23 - - [2026-01-15 02:06:32] "POST /useragent-kv HTTP/1.1" 200 115 0.004451 10.0.0.23 - - [2026-01-15 02:06:32] "POST /neutron/subnet HTTP/1.1" 200 729 0.165472 10.0.0.23 - - [2026-01-15 02:06:32] "POST /neutron/network HTTP/1.1" 200 839 0.006895 10.0.0.23 - - [2026-01-15 02:06:32] "POST /id-to-fqname HTTP/1.1" 200 233 0.001291 10.0.0.23 - - [2026-01-15 02:06:32] "GET /virtual-network/a3609d3d-7871-417f-a193-348e753512cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.004343 10.0.0.23 - - [2026-01-15 02:06:32] "POST /neutron/network HTTP/1.1" 200 839 0.008574 10.0.0.23 - - [2026-01-15 02:06:32] "GET /virtual-network/a3609d3d-7871-417f-a193-348e753512cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006842 10.0.0.23 - - [2026-01-15 02:06:32] "POST /neutron/network HTTP/1.1" 200 839 0.005048 10.0.0.23 - - [2026-01-15 02:06:32] "POST /neutron/subnet HTTP/1.1" 200 729 0.007536 10.0.0.23 - - [2026-01-15 02:06:32] "GET /domains HTTP/1.1" 200 280 0.002295 10.0.0.23 - - [2026-01-15 02:06:32] "GET /domains?obj_uuids=64e99420-c75c-4c07-a68a-16b5f119e548&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001367 10.0.0.23 - - [2026-01-15 02:06:32] "GET /domain/64e99420-c75c-4c07-a68a-16b5f119e548 HTTP/1.1" 200 2782 0.007509 10.0.0.23 - - [2026-01-15 02:06:32] "GET /projects?obj_uuids=e132414d-b8e7-4008-b401-fb811422a8af&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000768 10.0.0.23 - - [2026-01-15 02:06:32] "GET /project/e132414d-b8e7-4008-b401-fb811422a8af HTTP/1.1" 200 2402 0.072456 10.0.0.23 - - [2026-01-15 02:06:32] "GET /virtual-network/a3609d3d-7871-417f-a193-348e753512cc HTTP/1.1" 200 2344 0.006795 10.0.0.23 - - [2026-01-15 02:06:32] "GET /virtual-network/a3609d3d-7871-417f-a193-348e753512cc HTTP/1.1" 200 2344 0.005626 10.0.0.23 - - [2026-01-15 02:06:32] "GET /routing-instance/d3a090d7-7e3d-468d-9335-db9114dc63b8 HTTP/1.1" 200 1492 0.003524 10.0.0.23 - - [2026-01-15 02:06:32] "GET /routing-instance/d3a090d7-7e3d-468d-9335-db9114dc63b8 HTTP/1.1" 200 1492 0.003208 10.0.0.23 - - [2026-01-15 02:06:32] "GET /route-target/eb2c5f97-d636-4b6d-bc87-95b388f4d92a HTTP/1.1" 200 1219 0.004784 10.0.0.23 - - [2026-01-15 02:06:32] "GET /virtual-network/a3609d3d-7871-417f-a193-348e753512cc HTTP/1.1" 200 2344 0.005084 10.0.0.23 - - [2026-01-15 02:06:32] "GET /routing-instance/d3a090d7-7e3d-468d-9335-db9114dc63b8 HTTP/1.1" 200 1492 0.003368 10.0.0.23 - - [2026-01-15 02:06:32] "GET /virtual-network/a3609d3d-7871-417f-a193-348e753512cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005960 10.0.0.23 - - [2026-01-15 02:06:32] "GET /virtual-network/a3609d3d-7871-417f-a193-348e753512cc HTTP/1.1" 200 2344 0.006783 10.0.0.23 - - [2026-01-15 02:06:32] "GET /routing-instance/d3a090d7-7e3d-468d-9335-db9114dc63b8 HTTP/1.1" 200 1492 0.004489 10.0.0.23 - - [2026-01-15 02:06:32] "GET /routing-instance/d3a090d7-7e3d-468d-9335-db9114dc63b8 HTTP/1.1" 200 1492 0.005967 10.0.0.23 - - [2026-01-15 02:06:32] "GET /route-target/eb2c5f97-d636-4b6d-bc87-95b388f4d92a HTTP/1.1" 200 1219 0.003306 10.0.0.23 - - [2026-01-15 02:06:32] "GET /domains HTTP/1.1" 200 280 0.003038 10.0.0.23 - - [2026-01-15 02:06:32] "GET /domains?obj_uuids=64e99420-c75c-4c07-a68a-16b5f119e548&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000962 10.0.0.23 - - [2026-01-15 02:06:32] "GET /domain/64e99420-c75c-4c07-a68a-16b5f119e548 HTTP/1.1" 200 2782 0.008109 10.0.0.23 - - [2026-01-15 02:06:32] "GET /projects?obj_uuids=e132414d-b8e7-4008-b401-fb811422a8af&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000847 10.0.0.23 - - [2026-01-15 02:06:32] "GET /project/e132414d-b8e7-4008-b401-fb811422a8af HTTP/1.1" 200 2402 0.073484 10.0.0.23 - - [2026-01-15 02:06:32] "GET /virtual-network/a3609d3d-7871-417f-a193-348e753512cc HTTP/1.1" 200 2344 0.013951 10.0.0.23 - - [2026-01-15 02:06:32] "GET /obj-perms HTTP/1.1" 200 5054 0.003731 10.0.0.23 - - [2026-01-15 02:06:32] "POST /id-to-fqname HTTP/1.1" 200 233 0.002955 10.0.0.23 - - [2026-01-15 02:06:33] "POST /neutron/network HTTP/1.1" 200 849 0.006526 10.0.0.23 - - [2026-01-15 02:06:33] "GET /aaa-mode HTTP/1.1" 401 292 0.000346 10.0.0.23 - - [2026-01-15 02:06:33] "GET / HTTP/1.1" 200 35931 0.001364 10.0.0.23 - - [2026-01-15 02:06:33] "GET /project/e132414d-b8e7-4008-b401-fb811422a8af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000355 10.0.0.23 - - [2026-01-15 02:06:33] "GET /projects?obj_uuids=e132414d-b8e7-4008-b401-fb811422a8af&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000962 10.0.0.23 - - [2026-01-15 02:06:33] "GET /project/e132414d-b8e7-4008-b401-fb811422a8af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.075163 10.0.0.23 - - [2026-01-15 02:06:33] "POST /neutron/network HTTP/1.1" 200 839 0.005818 10.0.0.23 - - [2026-01-15 02:06:33] "POST /neutron/port HTTP/1.1" 200 117 0.005803 10.0.0.23 - - [2026-01-15 02:06:33] "POST /neutron/port HTTP/1.1" 200 117 0.005157 10.0.0.23 - - [2026-01-15 02:06:34] "POST /id-to-fqname HTTP/1.1" 200 233 0.001286 10.0.0.23 - - [2026-01-15 02:06:34] "POST /neutron/port HTTP/1.1" 200 117 0.005406 10.0.0.23 - - [2026-01-15 02:06:34] "POST /neutron/network HTTP/1.1" 200 849 0.008493 10.0.0.23 - - [2026-01-15 02:06:34] "GET /aaa-mode HTTP/1.1" 401 292 0.000381 10.0.0.23 - - [2026-01-15 02:06:34] "POST /neutron/network HTTP/1.1" 200 849 0.005703 10.0.0.23 - - [2026-01-15 02:06:34] "GET /projects?obj_uuids=e132414d-b8e7-4008-b401-fb811422a8af&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000941 10.0.0.23 - - [2026-01-15 02:06:34] "GET / HTTP/1.1" 200 35931 0.002086 10.0.0.23 - - [2026-01-15 02:06:34] "GET /project/e132414d-b8e7-4008-b401-fb811422a8af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000356 10.0.0.23 - - [2026-01-15 02:06:34] "POST /neutron/port HTTP/1.1" 200 1073 0.250648 10.0.0.23 - - [2026-01-15 02:06:34] "POST /neutron/port HTTP/1.1" 200 1073 0.010292 10.0.0.23 - - [2026-01-15 02:06:34] "POST /neutron/port HTTP/1.1" 200 1073 0.011570 10.0.0.23 - - [2026-01-15 02:06:34] "POST /neutron/port HTTP/1.1" 200 1127 0.075161 10.0.0.23 - - [2026-01-15 02:06:34] "POST /neutron/port HTTP/1.1" 200 1137 0.012448 10.0.0.23 - - [2026-01-15 02:06:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003975 10.0.0.23 - - [2026-01-15 02:06:34] "POST /neutron/subnet HTTP/1.1" 200 703 0.008150 10.0.0.23 - - [2026-01-15 02:06:34] "POST /neutron/port HTTP/1.1" 200 117 0.002427 10.0.0.23 - - [2026-01-15 02:06:34] "POST /neutron/network HTTP/1.1" 200 839 0.008538 10.0.0.23 - - [2026-01-15 02:06:34] "GET /projects?obj_uuids=e132414d-b8e7-4008-b401-fb811422a8af&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002129 10.0.0.23 - - [2026-01-15 02:06:34] "GET /project/e132414d-b8e7-4008-b401-fb811422a8af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.079916 10.0.0.23 - - [2026-01-15 02:06:35] "POST /neutron/network HTTP/1.1" 200 839 0.006626 10.0.0.23 - - [2026-01-15 02:06:35] "POST /neutron/port HTTP/1.1" 200 1137 0.020583 10.0.0.23 - - [2026-01-15 02:06:35] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009727 10.0.0.23 - - [2026-01-15 02:06:35] "POST /neutron/port HTTP/1.1" 200 117 0.007693 10.0.0.23 - - [2026-01-15 02:06:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003075 10.0.0.23 - - [2026-01-15 02:06:35] "GET /projects?obj_uuids=e132414d-b8e7-4008-b401-fb811422a8af&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001080 10.0.0.23 - - [2026-01-15 02:06:35] "GET /project/e132414d-b8e7-4008-b401-fb811422a8af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.029559 10.0.0.23 - - [2026-01-15 02:06:35] "GET /virtual-network/6e2743d0-ab17-4c86-8b3a-cd9c20e99adb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.008732 10.0.0.23 - - [2026-01-15 02:06:35] "GET /floating-ip-pools?parent_id=6e2743d0-ab17-4c86-8b3a-cd9c20e99adb&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003820 10.0.0.23 - - [2026-01-15 02:06:35] "GET /virtual-network/6e2743d0-ab17-4c86-8b3a-cd9c20e99adb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.007161 10.0.0.23 - - [2026-01-15 02:06:35] "POST /floating-ip-pools HTTP/1.1" 200 609 0.034658 10.0.0.23 - - [2026-01-15 02:06:35] "POST /ref-update HTTP/1.1" 200 156 0.012813 10.0.0.23 - - [2026-01-15 02:06:35] "POST /neutron/network HTTP/1.1" 200 849 0.028225 10.0.0.23 - - [2026-01-15 02:06:35] "GET /virtual-network/6e2743d0-ab17-4c86-8b3a-cd9c20e99adb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.007090 10.0.0.23 - - [2026-01-15 02:06:35] "GET /projects?obj_uuids=e132414d-b8e7-4008-b401-fb811422a8af&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001893 10.0.0.23 - - [2026-01-15 02:06:35] "GET /domains HTTP/1.1" 200 280 0.004098 10.0.0.23 - - [2026-01-15 02:06:35] "GET /domains?obj_uuids=64e99420-c75c-4c07-a68a-16b5f119e548&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.011586 10.0.0.23 - - [2026-01-15 02:06:35] "GET /domain/64e99420-c75c-4c07-a68a-16b5f119e548 HTTP/1.1" 200 2782 0.079284 10.0.0.23 - - [2026-01-15 02:06:35] "GET /projects?obj_uuids=e132414d-b8e7-4008-b401-fb811422a8af&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002790 10.0.0.23 - - [2026-01-15 02:06:35] "GET /project/e132414d-b8e7-4008-b401-fb811422a8af HTTP/1.1" 200 3244 0.152457 10.0.0.23 - - [2026-01-15 02:06:35] "GET /virtual-network/6e2743d0-ab17-4c86-8b3a-cd9c20e99adb HTTP/1.1" 200 2934 0.035714 10.0.0.23 - - [2026-01-15 02:06:36] "GET /floating-ip-pool/0be64179-ff19-461c-98fd-f46b519a524b HTTP/1.1" 200 1440 0.008775 10.0.0.23 - - [2026-01-15 02:06:36] "GET /domains HTTP/1.1" 200 280 0.016983 10.0.0.23 - - [2026-01-15 02:06:36] "GET /domains?obj_uuids=64e99420-c75c-4c07-a68a-16b5f119e548&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001268 10.0.0.23 - - [2026-01-15 02:06:36] "GET /domain/64e99420-c75c-4c07-a68a-16b5f119e548 HTTP/1.1" 200 2782 0.011712 10.0.0.23 - - [2026-01-15 02:06:36] "GET /projects?obj_uuids=e132414d-b8e7-4008-b401-fb811422a8af&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000922 10.0.0.23 - - [2026-01-15 02:06:36] "POST /neutron/port HTTP/1.1" 200 1073 0.447095 10.0.0.23 - - [2026-01-15 02:06:36] "GET /project/e132414d-b8e7-4008-b401-fb811422a8af HTTP/1.1" 200 3244 0.092293 10.0.0.23 - - [2026-01-15 02:06:36] "GET /virtual-network/6e2743d0-ab17-4c86-8b3a-cd9c20e99adb HTTP/1.1" 200 3155 0.016499 10.0.0.23 - - [2026-01-15 02:06:36] "GET /virtual-network/6e2743d0-ab17-4c86-8b3a-cd9c20e99adb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.007207 10.0.0.23 - - [2026-01-15 02:06:36] "POST /neutron/port HTTP/1.1" 200 1073 0.050677 10.0.0.23 - - [2026-01-15 02:06:36] "POST /neutron/port HTTP/1.1" 200 1073 0.016708 10.0.0.23 - - [2026-01-15 02:06:36] "POST /neutron/port HTTP/1.1" 200 1137 0.029574 10.0.0.23 - - [2026-01-15 02:06:36] "POST /neutron/security_group HTTP/1.1" 200 2070 0.011892 10.0.0.23 - - [2026-01-15 02:06:36] "POST /neutron/port HTTP/1.1" 200 1127 0.106631 10.0.0.23 - - [2026-01-15 02:06:36] "POST /neutron/port HTTP/1.1" 200 1137 0.013356 10.0.0.23 - - [2026-01-15 02:06:36] "POST /neutron/port HTTP/1.1" 200 1137 0.013186 10.0.0.23 - - [2026-01-15 02:06:36] "POST /neutron/security_group HTTP/1.1" 200 2070 0.004654 10.0.0.23 - - [2026-01-15 02:06:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005070 10.0.0.23 - - [2026-01-15 02:06:36] "POST /neutron/subnet HTTP/1.1" 200 703 0.019260 10.0.0.23 - - [2026-01-15 02:06:36] "POST /neutron/port HTTP/1.1" 200 117 0.001166 10.0.0.23 - - [2026-01-15 02:06:36] "POST /neutron/network HTTP/1.1" 200 839 0.006427 10.0.0.23 - - [2026-01-15 02:06:36] "POST /neutron/port HTTP/1.1" 200 1137 0.011172 10.0.0.23 - - [2026-01-15 02:06:36] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005696 10.0.0.23 - - [2026-01-15 02:06:36] "GET /virtual-machine/a1c7ce28-fe09-4fd7-bf01-946782863ac7 HTTP/1.1" 200 1305 0.013276 10.0.0.23 - - [2026-01-15 02:06:36] "GET /virtual-machine-interface/1880e953-a08b-4b42-8595-7e3c27c4dbf2 HTTP/1.1" 200 3003 0.004870 10.0.0.23 - - [2026-01-15 02:06:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002849 10.0.0.23 - - [2026-01-15 02:06:36] "GET /global-vrouter-config/3c3c8a9c-add7-4dd6-83b8-c8c9d45127ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003394 10.0.0.23 - - [2026-01-15 02:06:36] "GET /virtual-networks?parent_id=e132414d-b8e7-4008-b401-fb811422a8af&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003435 10.0.0.23 - - [2026-01-15 02:06:36] "GET /virtual-network/a3609d3d-7871-417f-a193-348e753512cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005232 10.0.0.23 - - [2026-01-15 02:06:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003262 10.0.0.23 - - [2026-01-15 02:06:39] "GET /virtual-network/a3609d3d-7871-417f-a193-348e753512cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006262 10.0.0.23 - - [2026-01-15 02:06:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003279 10.0.0.23 - - [2026-01-15 02:06:43] "GET /virtual-network/a3609d3d-7871-417f-a193-348e753512cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006922 10.0.0.23 - - [2026-01-15 02:06:44] "POST /neutron/port HTTP/1.1" 200 1137 0.042851 10.0.0.23 - - [2026-01-15 02:06:44] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006957 10.0.0.23 - - [2026-01-15 02:06:45] "POST /neutron/port HTTP/1.1" 200 1137 0.012610 10.0.0.23 - - [2026-01-15 02:06:45] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005067 10.0.0.23 - - [2026-01-15 02:06:45] "DELETE /project/43d8e60452de446aa63269cef6018b59 HTTP/1.1" 404 173 0.005001 10.0.0.23 - - [2026-01-15 02:06:45] "DELETE /project/094fe97a7609439cab3947f81889c5cc HTTP/1.1" 404 173 0.007360 10.0.0.23 - - [2026-01-15 02:06:45] "DELETE /project/e132414db8e74008b401fb811422a8af HTTP/1.1" 404 173 0.004125 10.0.0.23 - - [2026-01-15 02:06:45] "GET /projects?obj_uuids=43d8e604-52de-446a-a632-69cef6018b59&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000832 10.0.0.23 - - [2026-01-15 02:06:45] "GET /project/43d8e604-52de-446a-a632-69cef6018b59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1511 0.025304 10.0.0.23 - - [2026-01-15 02:06:45] "GET /projects?obj_uuids=43d8e604-52de-446a-a632-69cef6018b59&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001187 10.0.0.23 - - [2026-01-15 02:06:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002522 10.0.0.23 - - [2026-01-15 02:06:45] "GET /global-vrouter-config/3c3c8a9c-add7-4dd6-83b8-c8c9d45127ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005271 10.0.0.23 - - [2026-01-15 02:06:45] "GET /project/43d8e604-52de-446a-a632-69cef6018b59?fields=security_groups HTTP/1.1" 200 1395 0.077049 10.0.0.23 - - [2026-01-15 02:06:45] "GET /virtual-networks?parent_id=e132414d-b8e7-4008-b401-fb811422a8af&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.004390 10.0.0.23 - - [2026-01-15 02:06:46] "GET /virtual-network/a3609d3d-7871-417f-a193-348e753512cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.010174 10.0.0.23 - - [2026-01-15 02:06:46] "DELETE /security-group/144ec1a2-4b86-46fd-8883-5e72c881b048 HTTP/1.1" 200 115 0.063290 10.0.0.23 - - [2026-01-15 02:06:46] "GET /projects?obj_uuids=43d8e604-52de-446a-a632-69cef6018b59&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000825 10.0.0.23 - - [2026-01-15 02:06:46] "DELETE /access-control-list/d316b3ee-1860-4947-ad33-398024a40c4c HTTP/1.1" 200 115 0.035903 10.0.0.23 - - [2026-01-15 02:06:46] "GET /project/43d8e604-52de-446a-a632-69cef6018b59?fields=application_policy_sets HTTP/1.1" 200 1434 0.040777 10.0.0.23 - - [2026-01-15 02:06:46] "DELETE /access-control-list/03cbd94c-7a0c-415e-97f5-c545acfbf83c HTTP/1.1" 200 115 0.042499 10.0.0.23 - - [2026-01-15 02:06:46] "POST /neutron/port HTTP/1.1" 200 1137 0.023113 10.0.0.23 - - [2026-01-15 02:06:46] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007170 10.0.0.23 - - [2026-01-15 02:06:46] "DELETE /project/43d8e604-52de-446a-a632-69cef6018b59 HTTP/1.1" 200 115 0.393256 10.0.0.23 - - [2026-01-15 02:06:51] "GET /projects?obj_uuids=e132414d-b8e7-4008-b401-fb811422a8af&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001162 10.0.0.23 - - [2026-01-15 02:06:51] "POST /neutron/floatingip HTTP/1.1" 200 531 0.071018 10.0.0.23 - - [2026-01-15 02:06:51] "POST /neutron/port HTTP/1.1" 200 1137 0.013207 10.0.0.23 - - [2026-01-15 02:06:51] "POST /neutron/floatingip HTTP/1.1" 200 531 0.010205 10.0.0.23 - - [2026-01-15 02:06:51] "POST /neutron/floatingip HTTP/1.1" 200 579 0.031762 10.0.0.23 - - [2026-01-15 02:06:51] "POST /neutron/port HTTP/1.1" 200 1137 0.012450 10.0.0.23 - - [2026-01-15 02:06:51] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005403 10.0.0.23 - - [2026-01-15 02:06:51] "POST /neutron/port HTTP/1.1" 200 1137 0.014672 10.0.0.23 - - [2026-01-15 02:06:51] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005377 10.0.0.23 - - [2026-01-15 02:06:51] "POST /neutron/port HTTP/1.1" 200 1137 0.012500 10.0.0.23 - - [2026-01-15 02:06:51] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006003 10.0.0.23 - - [2026-01-15 02:06:51] "GET /virtual-machine/dc4aa2d7-1a02-4e88-8e74-edb71a110eae HTTP/1.1" 200 1305 0.005537 10.0.0.23 - - [2026-01-15 02:06:51] "GET /virtual-machine-interface/b27de782-9147-451f-b658-7adb05b9e7b2 HTTP/1.1" 200 3005 0.005777 10.0.0.23 - - [2026-01-15 02:06:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002629 10.0.0.23 - - [2026-01-15 02:06:51] "GET /global-vrouter-config/3c3c8a9c-add7-4dd6-83b8-c8c9d45127ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003037 10.0.0.23 - - [2026-01-15 02:06:51] "GET /obj-perms HTTP/1.1" 200 5056 0.052489 10.0.0.23 - - [2026-01-15 02:06:51] "GET /virtual-networks?parent_id=e132414d-b8e7-4008-b401-fb811422a8af&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003906 10.0.0.23 - - [2026-01-15 02:06:51] "GET /virtual-network/6e2743d0-ab17-4c86-8b3a-cd9c20e99adb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005282 10.0.0.23 - - [2026-01-15 02:06:52] "GET /obj-perms HTTP/1.1" 200 5056 0.055368 10.0.0.23 - - [2026-01-15 02:06:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003126 10.0.0.23 - - [2026-01-15 02:06:52] "GET /global-vrouter-config/3c3c8a9c-add7-4dd6-83b8-c8c9d45127ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003710 10.0.0.23 - - [2026-01-15 02:06:52] "GET /virtual-networks?parent_id=e132414d-b8e7-4008-b401-fb811422a8af&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003213 10.0.0.23 - - [2026-01-15 02:06:53] "GET /virtual-network/6e2743d0-ab17-4c86-8b3a-cd9c20e99adb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006102 10.0.0.23 - - [2026-01-15 02:06:53] "POST /neutron/floatingip HTTP/1.1" 200 579 0.013640 10.0.0.23 - - [2026-01-15 02:06:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002817 10.0.0.23 - - [2026-01-15 02:06:53] "GET /routing-instance/1bf5a7c7-1c75-4ded-b9e4-c9036936b94d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1491 0.003702 10.0.0.23 - - [2026-01-15 02:06:53] "GET /route-target/9c6ddf46-ad29-43b1-9a96-bb8e153bb83a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004521 10.0.0.23 - - [2026-01-15 02:06:53] "GET /floating-ip/c8d67732-b0f3-4495-afdc-4b49b9ca8b72 HTTP/1.1" 200 1892 0.005141 10.0.0.23 - - [2026-01-15 02:06:56] "POST /neutron/floatingip HTTP/1.1" 200 579 0.011021 10.0.0.23 - - [2026-01-15 02:06:56] "POST /neutron/floatingip HTTP/1.1" 200 531 0.016173 10.0.0.23 - - [2026-01-15 02:06:56] "POST /neutron/floatingip HTTP/1.1" 200 531 0.006020 10.0.0.23 - - [2026-01-15 02:06:56] "POST /neutron/floatingip HTTP/1.1" 200 115 0.039225 10.0.0.23 - - [2026-01-15 02:06:56] "GET /floating-ip-pool/0be64179-ff19-461c-98fd-f46b519a524b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1205 0.003541 10.0.0.23 - - [2026-01-15 02:06:56] "POST /ref-update HTTP/1.1" 200 156 0.008683 10.0.0.23 - - [2026-01-15 02:06:56] "DELETE /floating-ip-pool/0be64179-ff19-461c-98fd-f46b519a524b HTTP/1.1" 200 115 0.021497 10.0.0.23 - - [2026-01-15 02:06:56] "POST /neutron/network HTTP/1.1" 200 839 0.006399 10.0.0.23 - - [2026-01-15 02:06:56] "POST /neutron/network HTTP/1.1" 400 204 0.011192 10.0.0.23 - - [2026-01-15 02:06:57] "POST /neutron/port HTTP/1.1" 200 1137 0.041085 10.0.0.23 - - [2026-01-15 02:06:57] "POST /neutron/port HTTP/1.1" 200 1127 0.011170 10.0.0.23 - - [2026-01-15 02:06:57] "POST /neutron/port HTTP/1.1" 200 1137 0.013750 10.0.0.23 - - [2026-01-15 02:06:57] "POST /neutron/port HTTP/1.1" 200 1127 0.008483 10.0.0.23 - - [2026-01-15 02:06:57] "POST /neutron/port HTTP/1.1" 200 151 0.129594 10.0.0.23 - - [2026-01-15 02:06:57] "POST /neutron/port HTTP/1.1" 200 151 0.141394 10.0.0.23 - - [2026-01-15 02:06:58] "POST /neutron/network HTTP/1.1" 200 839 0.006563 10.0.0.23 - - [2026-01-15 02:06:58] "POST /useragent-kv HTTP/1.1" 200 115 0.004497 10.0.0.23 - - [2026-01-15 02:06:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003901 10.0.0.23 - - [2026-01-15 02:06:58] "POST /useragent-kv HTTP/1.1" 200 115 0.003042 10.0.0.23 - - [2026-01-15 02:06:58] "POST /neutron/network HTTP/1.1" 200 151 0.081399 10.0.0.23 - - [2026-01-15 02:06:58] "GET /routing-instance/d3a090d7-7e3d-468d-9335-db9114dc63b8 HTTP/1.1" 404 171 0.002150 10.0.0.23 - - [2026-01-15 02:06:58] "DELETE /route-target/eb2c5f97-d636-4b6d-bc87-95b388f4d92a HTTP/1.1" 200 115 0.023529 10.0.0.23 - - [2026-01-15 02:06:58] "GET /domains HTTP/1.1" 200 280 0.002150 10.0.0.23 - - [2026-01-15 02:06:58] "GET /domains?obj_uuids=64e99420-c75c-4c07-a68a-16b5f119e548&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000965 10.0.0.23 - - [2026-01-15 02:06:58] "GET /domain/64e99420-c75c-4c07-a68a-16b5f119e548 HTTP/1.1" 200 2585 0.051846 10.0.0.23 - - [2026-01-15 02:06:58] "GET /projects?obj_uuids=e132414d-b8e7-4008-b401-fb811422a8af&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000913 10.0.0.23 - - [2026-01-15 02:06:58] "GET /project/e132414d-b8e7-4008-b401-fb811422a8af HTTP/1.1" 200 2174 0.076890 10.0.0.23 - - [2026-01-15 02:06:59] "POST /neutron/network HTTP/1.1" 200 839 0.005382 10.0.0.23 - - [2026-01-15 02:06:59] "POST /useragent-kv HTTP/1.1" 200 115 0.003830 10.0.0.23 - - [2026-01-15 02:06:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003788 10.0.0.23 - - [2026-01-15 02:06:59] "POST /useragent-kv HTTP/1.1" 200 115 0.002489 10.0.0.23 - - [2026-01-15 02:06:59] "POST /neutron/network HTTP/1.1" 200 151 0.082766 10.0.0.23 - - [2026-01-15 02:06:59] "GET /routing-instance/1bf5a7c7-1c75-4ded-b9e4-c9036936b94d HTTP/1.1" 404 171 0.003033 10.0.0.23 - - [2026-01-15 02:06:59] "DELETE /route-target/9c6ddf46-ad29-43b1-9a96-bb8e153bb83a HTTP/1.1" 200 115 0.020807 10.0.0.23 - - [2026-01-15 02:06:59] "GET /domains HTTP/1.1" 200 280 0.002584 10.0.0.23 - - [2026-01-15 02:06:59] "GET /domains?obj_uuids=64e99420-c75c-4c07-a68a-16b5f119e548&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001091 10.0.0.23 - - [2026-01-15 02:06:59] "GET /domain/64e99420-c75c-4c07-a68a-16b5f119e548 HTTP/1.1" 200 2585 0.049247 10.0.0.23 - - [2026-01-15 02:06:59] "GET /projects?obj_uuids=e132414d-b8e7-4008-b401-fb811422a8af&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001433 10.0.0.23 - - [2026-01-15 02:06:59] "GET /project/e132414d-b8e7-4008-b401-fb811422a8af HTTP/1.1" 200 1924 0.068155 10.0.0.23 - - [2026-01-15 02:06:59] "GET /projects?obj_uuids=e132414d-b8e7-4008-b401-fb811422a8af&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000985 10.0.0.23 - - [2026-01-15 02:06:59] "GET /project/e132414d-b8e7-4008-b401-fb811422a8af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.023401 10.0.0.23 - - [2026-01-15 02:06:59] "GET /projects?obj_uuids=e132414d-b8e7-4008-b401-fb811422a8af&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001330 10.0.0.23 - - [2026-01-15 02:06:59] "GET /project/e132414d-b8e7-4008-b401-fb811422a8af?fields=virtual_networks HTTP/1.1" 200 1056 0.067591 10.0.0.23 - - [2026-01-15 02:06:59] "GET /projects?obj_uuids=e132414d-b8e7-4008-b401-fb811422a8af&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001067 10.0.0.23 - - [2026-01-15 02:06:59] "GET /project/e132414d-b8e7-4008-b401-fb811422a8af?fields=virtual_machine_interfaces HTTP/1.1" 200 1056 0.024840 10.0.0.23 - - [2026-01-15 02:06:59] "GET /projects?obj_uuids=e132414d-b8e7-4008-b401-fb811422a8af&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001263 10.0.0.23 - - [2026-01-15 02:06:59] "GET /project/e132414d-b8e7-4008-b401-fb811422a8af?fields=security_groups HTTP/1.1" 200 1294 0.039365 10.0.0.23 - - [2026-01-15 02:07:00] "POST /fqname-to-id HTTP/1.1" 404 183 0.048334 10.0.0.23 - - [2026-01-15 02:07:00] "GET /projects?obj_uuids=b2b58cfb-9c9f-4b91-b44c-cdb1eadc7685&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003121 10.0.0.23 - - [2026-01-15 02:07:00] "GET /domains?obj_uuids=64e99420-c75c-4c07-a68a-16b5f119e548&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001295 10.0.0.23 - - [2026-01-15 02:07:00] "GET /domain/64e99420-c75c-4c07-a68a-16b5f119e548?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008753 10.0.0.23 - - [2026-01-15 02:07:01] "POST /id-to-fqname HTTP/1.1" 200 185 0.001363 10.0.0.23 - - [2026-01-15 02:07:01] "POST /fqname-to-id HTTP/1.1" 404 194 0.004357 10.0.0.23 - - [2026-01-15 02:07:01] "POST /security-groups HTTP/1.1" 200 586 0.072307 10.0.0.23 - - [2026-01-15 02:07:01] "POST /fqname-to-id HTTP/1.1" 404 229 0.002739 10.0.0.23 - - [2026-01-15 02:07:01] "POST /projects HTTP/1.1" 200 575 0.245573 10.0.0.23 - - [2026-01-15 02:07:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.280769 10.0.0.23 - - [2026-01-15 02:07:01] "POST /access-control-lists HTTP/1.1" 200 591 0.059629 10.0.0.23 - - [2026-01-15 02:07:01] "GET /project/b2b58cfb-9c9f-4b91-b44c-cdb1eadc7685?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.432898 10.0.0.23 - - [2026-01-15 02:07:01] "POST /fqname-to-id HTTP/1.1" 404 228 0.002802 10.0.0.23 - - [2026-01-15 02:07:01] "POST /access-control-lists HTTP/1.1" 200 589 0.060700 10.0.0.23 - - [2026-01-15 02:07:02] "GET / HTTP/1.1" 200 35931 0.002679 10.0.0.23 - - [2026-01-15 02:07:03] "GET /projects?obj_uuids=b2b58cfb-9c9f-4b91-b44c-cdb1eadc7685&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000941 10.0.0.23 - - [2026-01-15 02:07:03] "GET /project/b2b58cfb-9c9f-4b91-b44c-cdb1eadc7685?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.027238 10.0.0.23 - - [2026-01-15 02:07:03] "GET /projects?obj_uuids=b2b58cfb-9c9f-4b91-b44c-cdb1eadc7685&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000883 10.0.0.23 - - [2026-01-15 02:07:03] "GET /project/b2b58cfb-9c9f-4b91-b44c-cdb1eadc7685?fields=virtual_networks HTTP/1.1" 200 1022 0.075777 10.0.0.23 - - [2026-01-15 02:07:03] "GET /projects?obj_uuids=b2b58cfb-9c9f-4b91-b44c-cdb1eadc7685&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001064 10.0.0.23 - - [2026-01-15 02:07:03] "GET /project/b2b58cfb-9c9f-4b91-b44c-cdb1eadc7685?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.025323 10.0.0.23 - - [2026-01-15 02:07:03] "GET /projects?obj_uuids=b2b58cfb-9c9f-4b91-b44c-cdb1eadc7685&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000987 10.0.0.23 - - [2026-01-15 02:07:03] "GET /project/b2b58cfb-9c9f-4b91-b44c-cdb1eadc7685?fields=security_groups HTTP/1.1" 200 1243 0.026731 10.0.0.23 - - [2026-01-15 02:07:04] "POST /fqname-to-id HTTP/1.1" 404 183 0.029448 10.0.0.23 - - [2026-01-15 02:07:04] "GET /projects?obj_uuids=6aeb18d0-6fef-465b-bb2d-28ab382ba8c2&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002433 10.0.0.23 - - [2026-01-15 02:07:05] "GET /domains?obj_uuids=64e99420-c75c-4c07-a68a-16b5f119e548&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001067 10.0.0.23 - - [2026-01-15 02:07:05] "GET /domain/64e99420-c75c-4c07-a68a-16b5f119e548?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006772 10.0.0.23 - - [2026-01-15 02:07:05] "POST /id-to-fqname HTTP/1.1" 200 185 0.001172 10.0.0.23 - - [2026-01-15 02:07:05] "POST /fqname-to-id HTTP/1.1" 404 194 0.003294 10.0.0.23 - - [2026-01-15 02:07:05] "POST /security-groups HTTP/1.1" 200 586 0.069638 10.0.0.23 - - [2026-01-15 02:07:05] "POST /fqname-to-id HTTP/1.1" 404 229 0.003002 10.0.0.23 - - [2026-01-15 02:07:05] "POST /projects HTTP/1.1" 200 575 0.213386 10.0.0.23 - - [2026-01-15 02:07:05] "POST /access-control-lists HTTP/1.1" 200 591 0.060677 10.0.0.23 - - [2026-01-15 02:07:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.282122 10.0.0.23 - - [2026-01-15 02:07:05] "POST /fqname-to-id HTTP/1.1" 404 228 0.002699 10.0.0.23 - - [2026-01-15 02:07:05] "GET /project/6aeb18d0-6fef-465b-bb2d-28ab382ba8c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.411474 10.0.0.23 - - [2026-01-15 02:07:05] "POST /access-control-lists HTTP/1.1" 200 589 0.060422 10.0.0.23 - - [2026-01-15 02:07:06] "GET / HTTP/1.1" 200 35931 0.002337 10.0.0.23 - - [2026-01-15 02:07:07] "POST /fqname-to-id HTTP/1.1" 404 193 0.002675 10.0.0.23 - - [2026-01-15 02:07:07] "GET /projects?obj_uuids=094fe97a-7609-439c-ab39-47f81889c5cc&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001023 10.0.0.23 - - [2026-01-15 02:07:07] "POST /fqname-to-id HTTP/1.1" 404 228 0.003113 10.0.0.23 - - [2026-01-15 02:07:07] "POST /access-control-lists HTTP/1.1" 200 590 0.018396 10.0.0.23 - - [2026-01-15 02:07:07] "POST /fqname-to-id HTTP/1.1" 404 227 0.002976 10.0.0.23 - - [2026-01-15 02:07:07] "POST /access-control-lists HTTP/1.1" 200 588 0.018744 10.0.0.23 - - [2026-01-15 02:07:07] "PUT /access-control-list/1723f8f1-89f7-4102-8a61-38e77b3cd641 HTTP/1.1" 200 272 0.013170 10.0.0.23 - - [2026-01-15 02:07:07] "PUT /access-control-list/a86be2ed-9655-4b36-9c8f-687b567a8ddf HTTP/1.1" 200 272 0.010500 10.0.0.23 - - [2026-01-15 02:07:07] "POST /neutron/security_group HTTP/1.1" 200 1364 0.358495 10.0.0.23 - - [2026-01-15 02:07:07] "GET /projects?obj_uuids=094fe97a-7609-439c-ab39-47f81889c5cc&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000876 10.0.0.23 - - [2026-01-15 02:07:07] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.031570 10.0.0.23 - - [2026-01-15 02:07:07] "PUT /access-control-list/a86be2ed-9655-4b36-9c8f-687b567a8ddf HTTP/1.1" 200 272 0.019910 10.0.0.23 - - [2026-01-15 02:07:07] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.010663 10.0.0.23 - - [2026-01-15 02:07:07] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.103164 10.0.0.23 - - [2026-01-15 02:07:07] "PUT /access-control-list/a86be2ed-9655-4b36-9c8f-687b567a8ddf HTTP/1.1" 200 272 0.014198 10.0.0.23 - - [2026-01-15 02:07:07] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.016301 10.0.0.23 - - [2026-01-15 02:07:07] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.102413 10.0.0.23 - - [2026-01-15 02:07:07] "POST /fqname-to-id HTTP/1.1" 404 193 0.003148 10.0.0.23 - - [2026-01-15 02:07:07] "GET /projects?obj_uuids=094fe97a-7609-439c-ab39-47f81889c5cc&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001068 10.0.0.23 - - [2026-01-15 02:07:07] "PUT /access-control-list/a86be2ed-9655-4b36-9c8f-687b567a8ddf HTTP/1.1" 200 272 0.018683 10.0.0.23 - - [2026-01-15 02:07:07] "POST /fqname-to-id HTTP/1.1" 404 228 0.004676 10.0.0.23 - - [2026-01-15 02:07:07] "POST /access-control-lists HTTP/1.1" 200 590 0.015822 10.0.0.23 - - [2026-01-15 02:07:08] "POST /fqname-to-id HTTP/1.1" 404 227 0.002595 10.0.0.23 - - [2026-01-15 02:07:08] "POST /access-control-lists HTTP/1.1" 200 588 0.015108 10.0.0.23 - - [2026-01-15 02:07:08] "POST /neutron/security_group HTTP/1.1" 200 1364 0.246982 10.0.0.23 - - [2026-01-15 02:07:08] "PUT /access-control-list/88554f31-79f3-4018-9cd9-0e6da305b3b9 HTTP/1.1" 200 272 0.008538 10.0.0.23 - - [2026-01-15 02:07:08] "GET /projects?obj_uuids=094fe97a-7609-439c-ab39-47f81889c5cc&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000872 10.0.0.23 - - [2026-01-15 02:07:08] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.031842 10.0.0.23 - - [2026-01-15 02:07:08] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.007963 10.0.0.23 - - [2026-01-15 02:07:08] "PUT /access-control-list/0e032ba5-373a-4c2d-a68f-20fecd13ca68 HTTP/1.1" 200 272 0.015433 10.0.0.23 - - [2026-01-15 02:07:08] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.171280 10.0.0.23 - - [2026-01-15 02:07:08] "PUT /access-control-list/0e032ba5-373a-4c2d-a68f-20fecd13ca68 HTTP/1.1" 200 272 0.009573 10.0.0.23 - - [2026-01-15 02:07:08] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.011846 10.0.0.23 - - [2026-01-15 02:07:08] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.127638 10.0.0.23 - - [2026-01-15 02:07:08] "POST /fqname-to-id HTTP/1.1" 401 292 0.000987 10.0.0.23 - - [2026-01-15 02:07:08] "PUT /access-control-list/0e032ba5-373a-4c2d-a68f-20fecd13ca68 HTTP/1.1" 200 272 0.016232 10.0.0.23 - - [2026-01-15 02:07:08] "POST /fqname-to-id HTTP/1.1" 404 210 0.035313 10.0.0.23 - - [2026-01-15 02:07:08] "GET /projects?obj_uuids=6aeb18d0-6fef-465b-bb2d-28ab382ba8c2&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001045 10.0.0.23 - - [2026-01-15 02:07:09] "POST /fqname-to-id HTTP/1.1" 404 245 0.002110 10.0.0.23 - - [2026-01-15 02:07:09] "POST /access-control-lists HTTP/1.1" 200 607 0.013694 10.0.0.23 - - [2026-01-15 02:07:09] "POST /fqname-to-id HTTP/1.1" 404 244 0.003116 10.0.0.23 - - [2026-01-15 02:07:09] "POST /access-control-lists HTTP/1.1" 200 605 0.020430 10.0.0.23 - - [2026-01-15 02:07:09] "PUT /access-control-list/34962e3f-ee2d-4902-82e4-bf3db8aca23b HTTP/1.1" 200 272 0.008988 10.0.0.23 - - [2026-01-15 02:07:09] "POST /neutron/security_group HTTP/1.1" 200 1379 0.335852 10.0.0.23 - - [2026-01-15 02:07:09] "PUT /access-control-list/9e9d78fd-f876-417f-89aa-ee44ef197961 HTTP/1.1" 200 272 0.027880 10.0.0.23 - - [2026-01-15 02:07:09] "GET /projects?obj_uuids=6aeb18d0-6fef-465b-bb2d-28ab382ba8c2&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002498 10.0.0.23 - - [2026-01-15 02:07:09] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.041450 10.0.0.23 - - [2026-01-15 02:07:09] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.019223 10.0.0.23 - - [2026-01-15 02:07:09] "PUT /access-control-list/9e9d78fd-f876-417f-89aa-ee44ef197961 HTTP/1.1" 200 272 0.025846 10.0.0.23 - - [2026-01-15 02:07:09] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.143451 10.0.0.23 - - [2026-01-15 02:07:09] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.013048 10.0.0.23 - - [2026-01-15 02:07:09] "PUT /access-control-list/9e9d78fd-f876-417f-89aa-ee44ef197961 HTTP/1.1" 200 272 0.030953 10.0.0.23 - - [2026-01-15 02:07:09] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.139664 10.0.0.23 - - [2026-01-15 02:07:09] "POST /fqname-to-id HTTP/1.1" 404 210 0.006322 10.0.0.23 - - [2026-01-15 02:07:09] "PUT /access-control-list/9e9d78fd-f876-417f-89aa-ee44ef197961 HTTP/1.1" 200 272 0.011996 10.0.0.23 - - [2026-01-15 02:07:09] "GET /projects?obj_uuids=6aeb18d0-6fef-465b-bb2d-28ab382ba8c2&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001343 10.0.0.23 - - [2026-01-15 02:07:09] "POST /fqname-to-id HTTP/1.1" 404 245 0.003157 10.0.0.23 - - [2026-01-15 02:07:09] "POST /access-control-lists HTTP/1.1" 200 607 0.014896 10.0.0.23 - - [2026-01-15 02:07:09] "POST /fqname-to-id HTTP/1.1" 404 244 0.002725 10.0.0.23 - - [2026-01-15 02:07:09] "POST /access-control-lists HTTP/1.1" 200 605 0.017686 10.0.0.23 - - [2026-01-15 02:07:09] "PUT /access-control-list/104e3f59-5bbe-446a-91d1-016a0fc0f364 HTTP/1.1" 200 272 0.007645 10.0.0.23 - - [2026-01-15 02:07:09] "PUT /access-control-list/da4245d5-b66d-4150-81fb-95b6c69f5321 HTTP/1.1" 200 272 0.008563 10.0.0.23 - - [2026-01-15 02:07:10] "POST /neutron/security_group HTTP/1.1" 200 1379 0.386170 10.0.0.23 - - [2026-01-15 02:07:10] "PUT /access-control-list/da4245d5-b66d-4150-81fb-95b6c69f5321 HTTP/1.1" 200 272 0.017692 10.0.0.23 - - [2026-01-15 02:07:10] "GET /projects?obj_uuids=6aeb18d0-6fef-465b-bb2d-28ab382ba8c2&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001120 10.0.0.23 - - [2026-01-15 02:07:10] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.037634 10.0.0.23 - - [2026-01-15 02:07:10] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.012360 10.0.0.23 - - [2026-01-15 02:07:10] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.149375 10.0.0.23 - - [2026-01-15 02:07:10] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.014100 10.0.0.23 - - [2026-01-15 02:07:10] "PUT /access-control-list/da4245d5-b66d-4150-81fb-95b6c69f5321 HTTP/1.1" 200 272 0.019542 10.0.0.23 - - [2026-01-15 02:07:10] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.137981 10.0.0.23 - - [2026-01-15 02:07:10] "PUT /access-control-list/da4245d5-b66d-4150-81fb-95b6c69f5321 HTTP/1.1" 200 272 0.012388 10.0.0.23 - - [2026-01-15 02:07:10] "GET /projects?obj_uuids=094fe97a-7609-439c-ab39-47f81889c5cc&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000942 10.0.0.23 - - [2026-01-15 02:07:10] "POST /neutron/router HTTP/1.1" 200 541 0.046983 10.0.0.23 - - [2026-01-15 02:07:10] "POST /route-targets HTTP/1.1" 200 327 0.019446 10.0.0.23 - - [2026-01-15 02:07:10] "PUT /logical-router/13964f33-f53e-493a-bcd5-682090a6e696 HTTP/1.1" 200 262 0.017732 10.0.0.23 - - [2026-01-15 02:07:10] "POST /neutron/router HTTP/1.1" 200 541 0.004590 10.0.0.23 - - [2026-01-15 02:07:10] "POST /neutron/router HTTP/1.1" 200 541 0.003136 10.0.0.23 - - [2026-01-15 02:07:10] "POST /neutron/router HTTP/1.1" 200 541 0.003000 10.0.0.23 - - [2026-01-15 02:07:10] "POST /neutron/router HTTP/1.1" 200 541 0.003181 10.0.0.23 - - [2026-01-15 02:07:10] "POST /neutron/router HTTP/1.1" 200 541 0.003805 10.0.0.23 - - [2026-01-15 02:07:10] "POST /neutron/router HTTP/1.1" 200 541 0.003640 10.0.0.23 - - [2026-01-15 02:07:11] "POST /neutron/router HTTP/1.1" 200 541 0.004533 10.0.0.23 - - [2026-01-15 02:07:11] "POST /neutron/router HTTP/1.1" 200 541 0.005623 10.0.0.23 - - [2026-01-15 02:07:11] "POST /neutron/router HTTP/1.1" 200 541 0.003258 10.0.0.23 - - [2026-01-15 02:07:11] "POST /neutron/router HTTP/1.1" 200 541 0.003259 10.0.0.23 - - [2026-01-15 02:07:11] "POST /neutron/router HTTP/1.1" 200 541 0.002978 10.0.0.23 - - [2026-01-15 02:07:11] "POST /neutron/router HTTP/1.1" 200 541 0.003257 10.0.0.23 - - [2026-01-15 02:07:11] "POST /neutron/router HTTP/1.1" 200 541 0.003852 10.0.0.23 - - [2026-01-15 02:07:11] "POST /neutron/router HTTP/1.1" 200 541 0.004190 10.0.0.23 - - [2026-01-15 02:07:11] "POST /neutron/router HTTP/1.1" 200 541 0.003458 10.0.0.23 - - [2026-01-15 02:07:11] "POST /neutron/router HTTP/1.1" 200 541 0.003854 10.0.0.23 - - [2026-01-15 02:07:11] "POST /neutron/router HTTP/1.1" 200 541 0.003072 10.0.0.23 - - [2026-01-15 02:07:11] "POST /neutron/router HTTP/1.1" 200 541 0.003869 10.0.0.23 - - [2026-01-15 02:07:11] "POST /neutron/router HTTP/1.1" 200 541 0.003220 10.0.0.23 - - [2026-01-15 02:07:11] "POST /neutron/router HTTP/1.1" 200 541 0.002888 10.0.0.23 - - [2026-01-15 02:07:11] "POST /neutron/router HTTP/1.1" 200 541 0.009561 10.0.0.23 - - [2026-01-15 02:07:11] "POST /neutron/router HTTP/1.1" 200 541 0.003533 10.0.0.23 - - [2026-01-15 02:07:11] "POST /neutron/router HTTP/1.1" 200 541 0.003067 10.0.0.23 - - [2026-01-15 02:07:11] "POST /neutron/router HTTP/1.1" 200 541 0.003263 10.0.0.23 - - [2026-01-15 02:07:11] "POST /neutron/router HTTP/1.1" 200 541 0.003686 10.0.0.23 - - [2026-01-15 02:07:11] "POST /neutron/router HTTP/1.1" 200 541 0.003423 10.0.0.23 - - [2026-01-15 02:07:11] "POST /neutron/router HTTP/1.1" 200 541 0.003372 10.0.0.23 - - [2026-01-15 02:07:11] "POST /neutron/router HTTP/1.1" 200 541 0.004308 10.0.0.23 - - [2026-01-15 02:07:11] "POST /neutron/router HTTP/1.1" 200 541 0.004677 10.0.0.23 - - [2026-01-15 02:07:11] "POST /neutron/router HTTP/1.1" 200 541 0.003257 10.0.0.23 - - [2026-01-15 02:07:11] "POST /neutron/router HTTP/1.1" 200 541 0.003327 10.0.0.23 - - [2026-01-15 02:07:11] "POST /neutron/router HTTP/1.1" 200 541 0.003661 10.0.0.23 - - [2026-01-15 02:07:11] "POST /neutron/router HTTP/1.1" 200 541 0.018367 10.0.0.23 - - [2026-01-15 02:07:11] "POST /neutron/router HTTP/1.1" 200 541 0.003808 10.0.0.23 - - [2026-01-15 02:07:11] "POST /neutron/router HTTP/1.1" 200 541 0.019964 10.0.0.23 - - [2026-01-15 02:07:11] "POST /neutron/router HTTP/1.1" 200 541 0.003467 10.0.0.23 - - [2026-01-15 02:07:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003949 10.0.0.23 - - [2026-01-15 02:07:11] "GET /logical-router/13964f33-f53e-493a-bcd5-682090a6e696?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.005628 10.0.0.23 - - [2026-01-15 02:07:11] "POST /neutron/router HTTP/1.1" 200 151 0.052839 10.0.0.23 - - [2026-01-15 02:07:11] "GET /projects?obj_uuids=6aeb18d0-6fef-465b-bb2d-28ab382ba8c2&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001632 10.0.0.23 - - [2026-01-15 02:07:11] "DELETE /route-target/437720c8-074a-4460-8aac-33cffce62fb4 HTTP/1.1" 200 115 0.025657 10.0.0.23 - - [2026-01-15 02:07:11] "POST /neutron/router HTTP/1.1" 200 559 0.045018 10.0.0.23 - - [2026-01-15 02:07:11] "POST /neutron/router HTTP/1.1" 200 559 0.003454 10.0.0.23 - - [2026-01-15 02:07:11] "POST /route-targets HTTP/1.1" 200 327 0.012800 10.0.0.23 - - [2026-01-15 02:07:11] "POST /neutron/router HTTP/1.1" 200 559 0.003309 10.0.0.23 - - [2026-01-15 02:07:11] "POST /neutron/router HTTP/1.1" 200 559 0.004094 10.0.0.23 - - [2026-01-15 02:07:11] "POST /neutron/router HTTP/1.1" 200 559 0.003972 10.0.0.23 - - [2026-01-15 02:07:11] "POST /neutron/router HTTP/1.1" 200 559 0.005286 10.0.0.23 - - [2026-01-15 02:07:11] "PUT /logical-router/23598033-3300-4145-9bba-750858bfd832 HTTP/1.1" 200 262 0.015992 10.0.0.23 - - [2026-01-15 02:07:11] "POST /neutron/router HTTP/1.1" 200 559 0.005611 10.0.0.23 - - [2026-01-15 02:07:11] "POST /neutron/router HTTP/1.1" 200 559 0.003610 10.0.0.23 - - [2026-01-15 02:07:11] "POST /neutron/router HTTP/1.1" 200 559 0.003631 10.0.0.23 - - [2026-01-15 02:07:11] "POST /neutron/router HTTP/1.1" 200 559 0.005382 10.0.0.23 - - [2026-01-15 02:07:11] "POST /neutron/router HTTP/1.1" 200 559 0.003660 10.0.0.23 - - [2026-01-15 02:07:11] "POST /neutron/router HTTP/1.1" 200 559 0.003703 10.0.0.23 - - [2026-01-15 02:07:11] "POST /neutron/router HTTP/1.1" 200 559 0.003494 10.0.0.23 - - [2026-01-15 02:07:11] "POST /neutron/router HTTP/1.1" 200 559 0.002927 10.0.0.23 - - [2026-01-15 02:07:11] "POST /neutron/router HTTP/1.1" 200 559 0.003108 10.0.0.23 - - [2026-01-15 02:07:11] "POST /neutron/router HTTP/1.1" 200 559 0.004138 10.0.0.23 - - [2026-01-15 02:07:11] "POST /neutron/router HTTP/1.1" 200 559 0.002885 10.0.0.23 - - [2026-01-15 02:07:11] "POST /neutron/router HTTP/1.1" 200 559 0.003170 10.0.0.23 - - [2026-01-15 02:07:11] "POST /neutron/router HTTP/1.1" 200 559 0.002886 10.0.0.23 - - [2026-01-15 02:07:11] "POST /neutron/router HTTP/1.1" 200 559 0.003675 10.0.0.23 - - [2026-01-15 02:07:11] "POST /neutron/router HTTP/1.1" 200 559 0.003566 10.0.0.23 - - [2026-01-15 02:07:11] "POST /neutron/router HTTP/1.1" 200 559 0.003320 10.0.0.23 - - [2026-01-15 02:07:11] "POST /neutron/router HTTP/1.1" 200 559 0.002879 10.0.0.23 - - [2026-01-15 02:07:11] "POST /neutron/router HTTP/1.1" 200 559 0.003127 10.0.0.23 - - [2026-01-15 02:07:11] "POST /neutron/router HTTP/1.1" 200 559 0.002905 10.0.0.23 - - [2026-01-15 02:07:11] "POST /neutron/router HTTP/1.1" 200 559 0.004202 10.0.0.23 - - [2026-01-15 02:07:11] "POST /neutron/router HTTP/1.1" 200 559 0.003783 10.0.0.23 - - [2026-01-15 02:07:11] "POST /neutron/router HTTP/1.1" 200 559 0.003076 10.0.0.23 - - [2026-01-15 02:07:11] "POST /neutron/router HTTP/1.1" 200 559 0.003017 10.0.0.23 - - [2026-01-15 02:07:11] "POST /neutron/router HTTP/1.1" 200 559 0.004696 10.0.0.23 - - [2026-01-15 02:07:11] "POST /neutron/router HTTP/1.1" 200 559 0.003214 10.0.0.23 - - [2026-01-15 02:07:11] "POST /neutron/router HTTP/1.1" 200 559 0.003080 10.0.0.23 - - [2026-01-15 02:07:11] "POST /neutron/router HTTP/1.1" 200 559 0.003284 10.0.0.23 - - [2026-01-15 02:07:12] "POST /neutron/router HTTP/1.1" 200 559 0.018425 10.0.0.23 - - [2026-01-15 02:07:12] "POST /neutron/router HTTP/1.1" 200 559 0.004733 10.0.0.23 - - [2026-01-15 02:07:12] "POST /neutron/router HTTP/1.1" 200 559 0.019807 10.0.0.23 - - [2026-01-15 02:07:12] "POST /neutron/router HTTP/1.1" 200 559 0.003768 10.0.0.23 - - [2026-01-15 02:07:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003221 10.0.0.23 - - [2026-01-15 02:07:12] "GET /logical-router/23598033-3300-4145-9bba-750858bfd832?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.008265 10.0.0.23 - - [2026-01-15 02:07:12] "POST /neutron/router HTTP/1.1" 200 151 0.044683 10.0.0.23 - - [2026-01-15 02:07:12] "GET /projects?obj_uuids=094fe97a-7609-439c-ab39-47f81889c5cc&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001255 10.0.0.23 - - [2026-01-15 02:07:12] "DELETE /route-target/572991a8-5194-4e5d-9a78-d812d96c2a84 HTTP/1.1" 200 115 0.023979 10.0.0.23 - - [2026-01-15 02:07:12] "POST /neutron/router HTTP/1.1" 200 542 0.075524 10.0.0.23 - - [2026-01-15 02:07:12] "POST /neutron/router HTTP/1.1" 200 542 0.003193 10.0.0.23 - - [2026-01-15 02:07:12] "POST /route-targets HTTP/1.1" 200 327 0.020867 10.0.0.23 - - [2026-01-15 02:07:12] "POST /neutron/router HTTP/1.1" 200 542 0.004228 10.0.0.23 - - [2026-01-15 02:07:12] "POST /neutron/router HTTP/1.1" 200 542 0.003270 10.0.0.23 - - [2026-01-15 02:07:12] "PUT /logical-router/664aa93c-2d5c-4ae3-b16e-8f663eba6aae HTTP/1.1" 200 262 0.023174 10.0.0.23 - - [2026-01-15 02:07:12] "POST /neutron/router HTTP/1.1" 200 542 0.004412 10.0.0.23 - - [2026-01-15 02:07:12] "POST /neutron/router HTTP/1.1" 200 542 0.002962 10.0.0.23 - - [2026-01-15 02:07:12] "POST /neutron/router HTTP/1.1" 200 542 0.002855 10.0.0.23 - - [2026-01-15 02:07:12] "POST /neutron/router HTTP/1.1" 200 542 0.002806 10.0.0.23 - - [2026-01-15 02:07:12] "POST /neutron/router HTTP/1.1" 200 542 0.003893 10.0.0.23 - - [2026-01-15 02:07:12] "POST /neutron/router HTTP/1.1" 200 542 0.002881 10.0.0.23 - - [2026-01-15 02:07:12] "POST /neutron/router HTTP/1.1" 200 542 0.003535 10.0.0.23 - - [2026-01-15 02:07:12] "POST /neutron/router HTTP/1.1" 200 542 0.003186 10.0.0.23 - - [2026-01-15 02:07:12] "POST /neutron/router HTTP/1.1" 200 542 0.003679 10.0.0.23 - - [2026-01-15 02:07:12] "POST /neutron/router HTTP/1.1" 200 542 0.003125 10.0.0.23 - - [2026-01-15 02:07:12] "POST /neutron/router HTTP/1.1" 200 542 0.003053 10.0.0.23 - - [2026-01-15 02:07:12] "POST /neutron/router HTTP/1.1" 200 542 0.003349 10.0.0.23 - - [2026-01-15 02:07:12] "POST /neutron/router HTTP/1.1" 200 542 0.006117 10.0.0.23 - - [2026-01-15 02:07:12] "POST /neutron/router HTTP/1.1" 200 542 0.004856 10.0.0.23 - - [2026-01-15 02:07:12] "POST /neutron/router HTTP/1.1" 200 542 0.003907 10.0.0.23 - - [2026-01-15 02:07:12] "POST /neutron/router HTTP/1.1" 200 542 0.003065 10.0.0.23 - - [2026-01-15 02:07:12] "POST /neutron/router HTTP/1.1" 200 542 0.003068 10.0.0.23 - - [2026-01-15 02:07:12] "POST /neutron/router HTTP/1.1" 200 542 0.004169 10.0.0.23 - - [2026-01-15 02:07:12] "POST /neutron/router HTTP/1.1" 200 542 0.003143 10.0.0.23 - - [2026-01-15 02:07:12] "POST /neutron/router HTTP/1.1" 200 542 0.003300 10.0.0.23 - - [2026-01-15 02:07:12] "POST /neutron/router HTTP/1.1" 200 542 0.004309 10.0.0.23 - - [2026-01-15 02:07:12] "POST /neutron/router HTTP/1.1" 200 542 0.002872 10.0.0.23 - - [2026-01-15 02:07:12] "POST /neutron/router HTTP/1.1" 200 542 0.003047 10.0.0.23 - - [2026-01-15 02:07:12] "POST /neutron/router HTTP/1.1" 200 542 0.003479 10.0.0.23 - - [2026-01-15 02:07:12] "POST /neutron/router HTTP/1.1" 200 542 0.003092 10.0.0.23 - - [2026-01-15 02:07:12] "POST /neutron/router HTTP/1.1" 200 542 0.002997 10.0.0.23 - - [2026-01-15 02:07:12] "POST /neutron/router HTTP/1.1" 200 542 0.002914 10.0.0.23 - - [2026-01-15 02:07:12] "POST /neutron/router HTTP/1.1" 200 542 0.003434 10.0.0.23 - - [2026-01-15 02:07:12] "POST /neutron/router HTTP/1.1" 200 542 0.003405 10.0.0.23 - - [2026-01-15 02:07:12] "POST /neutron/router HTTP/1.1" 200 542 0.013940 10.0.0.23 - - [2026-01-15 02:07:12] "POST /neutron/router HTTP/1.1" 200 542 0.003201 10.0.0.23 - - [2026-01-15 02:07:12] "POST /neutron/router HTTP/1.1" 200 542 0.017821 10.0.0.23 - - [2026-01-15 02:07:12] "POST /neutron/router HTTP/1.1" 200 542 0.003169 10.0.0.23 - - [2026-01-15 02:07:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003124 10.0.0.23 - - [2026-01-15 02:07:12] "GET /logical-router/664aa93c-2d5c-4ae3-b16e-8f663eba6aae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002518 10.0.0.23 - - [2026-01-15 02:07:12] "POST /neutron/router HTTP/1.1" 200 151 0.047308 10.0.0.23 - - [2026-01-15 02:07:12] "DELETE /route-target/48a384ec-f4a9-415d-a140-752c1fcbe0e4 HTTP/1.1" 200 115 0.015728 10.0.0.23 - - [2026-01-15 02:07:12] "POST /neutron/security_group HTTP/1.1" 200 521 0.002877 10.0.0.23 - - [2026-01-15 02:07:12] "POST /neutron/security_group HTTP/1.1" 200 151 0.037304 10.0.0.23 - - [2026-01-15 02:07:12] "DELETE /access-control-list/104e3f59-5bbe-446a-91d1-016a0fc0f364 HTTP/1.1" 200 115 0.017827 10.0.0.23 - - [2026-01-15 02:07:12] "POST /neutron/security_group HTTP/1.1" 200 521 0.002963 10.0.0.23 - - [2026-01-15 02:07:12] "DELETE /access-control-list/da4245d5-b66d-4150-81fb-95b6c69f5321 HTTP/1.1" 200 115 0.028192 10.0.0.23 - - [2026-01-15 02:07:12] "POST /neutron/security_group HTTP/1.1" 200 151 0.047789 10.0.0.23 - - [2026-01-15 02:07:12] "DELETE /access-control-list/34962e3f-ee2d-4902-82e4-bf3db8aca23b HTTP/1.1" 200 115 0.037897 10.0.0.23 - - [2026-01-15 02:07:12] "POST /neutron/security_group HTTP/1.1" 200 506 0.004482 10.0.0.23 - - [2026-01-15 02:07:12] "DELETE /access-control-list/9e9d78fd-f876-417f-89aa-ee44ef197961 HTTP/1.1" 200 115 0.027509 10.0.0.23 - - [2026-01-15 02:07:12] "POST /neutron/security_group HTTP/1.1" 200 151 0.051166 10.0.0.23 - - [2026-01-15 02:07:12] "DELETE /access-control-list/88554f31-79f3-4018-9cd9-0e6da305b3b9 HTTP/1.1" 200 115 0.021916 10.0.0.23 - - [2026-01-15 02:07:12] "POST /neutron/security_group HTTP/1.1" 200 506 0.002726 10.0.0.23 - - [2026-01-15 02:07:13] "DELETE /access-control-list/0e032ba5-373a-4c2d-a68f-20fecd13ca68 HTTP/1.1" 200 115 0.028358 10.0.0.23 - - [2026-01-15 02:07:13] "POST /neutron/security_group HTTP/1.1" 200 151 0.042446 10.0.0.23 - - [2026-01-15 02:07:13] "DELETE /access-control-list/1723f8f1-89f7-4102-8a61-38e77b3cd641 HTTP/1.1" 200 115 0.018543 10.0.0.23 - - [2026-01-15 02:07:13] "DELETE /access-control-list/a86be2ed-9655-4b36-9c8f-687b567a8ddf HTTP/1.1" 200 115 0.018125 10.0.0.23 - - [2026-01-15 02:07:13] "GET /projects?obj_uuids=6aeb18d0-6fef-465b-bb2d-28ab382ba8c2&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000909 10.0.0.23 - - [2026-01-15 02:07:13] "GET /project/6aeb18d0-6fef-465b-bb2d-28ab382ba8c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.023552 10.0.0.23 - - [2026-01-15 02:07:13] "GET /projects?obj_uuids=6aeb18d0-6fef-465b-bb2d-28ab382ba8c2&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000888 10.0.0.23 - - [2026-01-15 02:07:13] "GET /project/6aeb18d0-6fef-465b-bb2d-28ab382ba8c2?fields=virtual_networks HTTP/1.1" 200 1021 0.067941 10.0.0.23 - - [2026-01-15 02:07:13] "GET /projects?obj_uuids=6aeb18d0-6fef-465b-bb2d-28ab382ba8c2&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001678 10.0.0.23 - - [2026-01-15 02:07:13] "GET /project/6aeb18d0-6fef-465b-bb2d-28ab382ba8c2?fields=virtual_machine_interfaces HTTP/1.1" 200 1021 0.029356 10.0.0.23 - - [2026-01-15 02:07:13] "GET /projects?obj_uuids=6aeb18d0-6fef-465b-bb2d-28ab382ba8c2&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000893 10.0.0.23 - - [2026-01-15 02:07:13] "GET /project/6aeb18d0-6fef-465b-bb2d-28ab382ba8c2?fields=security_groups HTTP/1.1" 200 1242 0.025253 10.0.0.23 - - [2026-01-15 02:07:14] "POST /fqname-to-id HTTP/1.1" 404 184 0.031702 10.0.0.23 - - [2026-01-15 02:07:14] "GET /projects?obj_uuids=0c6fc19f-b3ff-4906-aaed-905e968921f1&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002460 10.0.0.23 - - [2026-01-15 02:07:14] "GET /domains?obj_uuids=64e99420-c75c-4c07-a68a-16b5f119e548&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000857 10.0.0.23 - - [2026-01-15 02:07:14] "GET /domain/64e99420-c75c-4c07-a68a-16b5f119e548?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006507 10.0.0.23 - - [2026-01-15 02:07:14] "POST /id-to-fqname HTTP/1.1" 200 186 0.001151 10.0.0.23 - - [2026-01-15 02:07:14] "POST /fqname-to-id HTTP/1.1" 404 195 0.004349 10.0.0.23 - - [2026-01-15 02:07:14] "POST /security-groups HTTP/1.1" 200 587 0.062867 10.0.0.23 - - [2026-01-15 02:07:14] "POST /fqname-to-id HTTP/1.1" 404 230 0.010512 10.0.0.23 - - [2026-01-15 02:07:14] "POST /projects HTTP/1.1" 200 577 0.222526 10.0.0.23 - - [2026-01-15 02:07:14] "POST /access-control-lists HTTP/1.1" 200 592 0.057885 10.0.0.23 - - [2026-01-15 02:07:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.298715 10.0.0.23 - - [2026-01-15 02:07:14] "POST /fqname-to-id HTTP/1.1" 404 229 0.002738 10.0.0.23 - - [2026-01-15 02:07:14] "GET /project/0c6fc19f-b3ff-4906-aaed-905e968921f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.417872 10.0.0.23 - - [2026-01-15 02:07:14] "POST /access-control-lists HTTP/1.1" 200 590 0.061046 10.0.0.23 - - [2026-01-15 02:07:16] "GET / HTTP/1.1" 200 35931 0.002996 10.0.0.23 - - [2026-01-15 02:07:16] "POST /fqname-to-id HTTP/1.1" 401 292 0.000499 10.0.0.23 - - [2026-01-15 02:07:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.062925 10.0.0.23 - - [2026-01-15 02:07:17] "GET /projects?obj_uuids=0c6fc19f-b3ff-4906-aaed-905e968921f1&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001154 10.0.0.23 - - [2026-01-15 02:07:17] "GET /project/0c6fc19f-b3ff-4906-aaed-905e968921f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.023221 10.0.0.23 - - [2026-01-15 02:07:17] "POST /neutron/network HTTP/1.1" 200 117 0.038805 10.0.0.23 - - [2026-01-15 02:07:17] "GET /projects?obj_uuids=0c6fc19f-b3ff-4906-aaed-905e968921f1&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001096 10.0.0.23 - - [2026-01-15 02:07:17] "POST /neutron/network HTTP/1.1" 200 601 0.062684 10.0.0.23 - - [2026-01-15 02:07:17] "POST /route-targets HTTP/1.1" 200 327 0.010377 10.0.0.23 - - [2026-01-15 02:07:17] "POST /ref-update HTTP/1.1" 200 156 0.010188 10.0.0.23 - - [2026-01-15 02:07:17] "POST /useragent-kv HTTP/1.1" 200 115 0.003371 10.0.0.23 - - [2026-01-15 02:07:17] "POST /neutron/subnet HTTP/1.1" 200 724 0.160772 10.0.0.23 - - [2026-01-15 02:07:17] "POST /neutron/network HTTP/1.1" 200 820 0.004994 10.0.0.23 - - [2026-01-15 02:07:17] "POST /id-to-fqname HTTP/1.1" 200 216 0.001006 10.0.0.23 - - [2026-01-15 02:07:17] "GET /virtual-network/b1b97178-a319-4dfd-bb6e-49acdefa999d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.004442 10.0.0.23 - - [2026-01-15 02:07:17] "POST /neutron/network HTTP/1.1" 200 820 0.006065 10.0.0.23 - - [2026-01-15 02:07:17] "GET /virtual-network/b1b97178-a319-4dfd-bb6e-49acdefa999d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.006002 10.0.0.23 - - [2026-01-15 02:07:17] "POST /neutron/network HTTP/1.1" 200 820 0.006592 10.0.0.23 - - [2026-01-15 02:07:17] "POST /neutron/subnet HTTP/1.1" 200 724 0.006556 10.0.0.23 - - [2026-01-15 02:07:17] "POST /fqname-to-id HTTP/1.1" 404 206 0.002097 10.0.0.23 - - [2026-01-15 02:07:17] "GET /virtual-network/b1b97178-a319-4dfd-bb6e-49acdefa999d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.018688 10.0.0.23 - - [2026-01-15 02:07:17] "GET /projects?obj_uuids=0c6fc19f-b3ff-4906-aaed-905e968921f1&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001078 10.0.0.23 - - [2026-01-15 02:07:17] "POST /neutron/port HTTP/1.1" 200 1017 0.163421 10.0.0.23 - - [2026-01-15 02:07:17] "GET /virtual-machine-interface/0e9bbb17-86ad-4a0b-9255-94f61a09f22a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2384 0.004258 10.0.0.23 - - [2026-01-15 02:07:17] "GET /virtual-machine-interface/0e9bbb17-86ad-4a0b-9255-94f61a09f22a?fields=instance_ip_back_refs HTTP/1.1" 200 1317 0.004076 10.0.0.23 - - [2026-01-15 02:07:17] "GET /instance-ip/02d12aef-6261-437e-a147-88ebdaf8a119?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1593 0.003849 10.0.0.23 - - [2026-01-15 02:07:18] "GET /virtual-machine-interface/0e9bbb17-86ad-4a0b-9255-94f61a09f22a HTTP/1.1" 401 292 0.000424 10.0.0.23 - - [2026-01-15 02:07:18] "GET /virtual-machine-interface/0e9bbb17-86ad-4a0b-9255-94f61a09f22a HTTP/1.1" 200 2605 0.029012 10.0.0.23 - - [2026-01-15 02:07:18] "POST /neutron/port HTTP/1.1" 200 1017 0.008836 10.0.0.23 - - [2026-01-15 02:07:18] "POST /neutron/port HTTP/1.1" 200 151 0.065695 10.0.0.23 - - [2026-01-15 02:07:18] "POST /neutron/network HTTP/1.1" 200 820 0.006159 10.0.0.23 - - [2026-01-15 02:07:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004716 10.0.0.23 - - [2026-01-15 02:07:18] "POST /useragent-kv HTTP/1.1" 200 115 0.002422 10.0.0.23 - - [2026-01-15 02:07:18] "POST /useragent-kv HTTP/1.1" 200 115 0.001801 10.0.0.23 - - [2026-01-15 02:07:18] "POST /neutron/network HTTP/1.1" 200 151 0.087679 10.0.0.23 - - [2026-01-15 02:07:18] "DELETE /route-target/654cdb72-d4f0-4366-856e-4f6e139a8f7b HTTP/1.1" 200 115 0.020342 10.0.0.23 - - [2026-01-15 02:07:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003173 10.0.0.23 - - [2026-01-15 02:07:19] "GET /projects?obj_uuids=0c6fc19f-b3ff-4906-aaed-905e968921f1&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001031 10.0.0.23 - - [2026-01-15 02:07:19] "GET /project/0c6fc19f-b3ff-4906-aaed-905e968921f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.022743 10.0.0.23 - - [2026-01-15 02:07:19] "POST /neutron/network HTTP/1.1" 200 117 0.010380 10.0.0.23 - - [2026-01-15 02:07:19] "GET /projects?obj_uuids=0c6fc19f-b3ff-4906-aaed-905e968921f1&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000982 10.0.0.23 - - [2026-01-15 02:07:19] "POST /neutron/network HTTP/1.1" 200 603 0.071716 10.0.0.23 - - [2026-01-15 02:07:19] "POST /route-targets HTTP/1.1" 200 327 0.010774 10.0.0.23 - - [2026-01-15 02:07:19] "POST /ref-update HTTP/1.1" 200 156 0.017409 10.0.0.23 - - [2026-01-15 02:07:19] "POST /useragent-kv HTTP/1.1" 200 115 0.002975 10.0.0.23 - - [2026-01-15 02:07:19] "POST /neutron/subnet HTTP/1.1" 200 720 0.196956 10.0.0.23 - - [2026-01-15 02:07:19] "POST /useragent-kv HTTP/1.1" 200 115 0.003661 10.0.0.23 - - [2026-01-15 02:07:19] "POST /neutron/subnet HTTP/1.1" 200 720 0.158261 10.0.0.23 - - [2026-01-15 02:07:19] "POST /neutron/network HTTP/1.1" 200 976 0.008365 10.0.0.23 - - [2026-01-15 02:07:19] "POST /id-to-fqname HTTP/1.1" 200 217 0.001075 10.0.0.23 - - [2026-01-15 02:07:19] "GET /virtual-network/89b4b7ba-214f-441f-8346-8b24a3612b86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2554 0.004942 10.0.0.23 - - [2026-01-15 02:07:19] "POST /neutron/network HTTP/1.1" 200 976 0.007112 10.0.0.23 - - [2026-01-15 02:07:19] "GET /virtual-network/89b4b7ba-214f-441f-8346-8b24a3612b86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2554 0.004380 10.0.0.23 - - [2026-01-15 02:07:19] "POST /neutron/network HTTP/1.1" 200 976 0.007962 10.0.0.23 - - [2026-01-15 02:07:19] "POST /neutron/subnet HTTP/1.1" 200 720 0.007275 10.0.0.23 - - [2026-01-15 02:07:19] "POST /neutron/subnet HTTP/1.1" 200 720 0.006790 10.0.0.23 - - [2026-01-15 02:07:19] "GET /projects?obj_uuids=0c6fc19f-b3ff-4906-aaed-905e968921f1&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001031 10.0.0.23 - - [2026-01-15 02:07:20] "POST /neutron/port HTTP/1.1" 200 1017 0.160525 10.0.0.23 - - [2026-01-15 02:07:20] "GET /projects?obj_uuids=0c6fc19f-b3ff-4906-aaed-905e968921f1&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001265 10.0.0.23 - - [2026-01-15 02:07:20] "POST /neutron/port HTTP/1.1" 200 1017 0.159994 10.0.0.23 - - [2026-01-15 02:07:20] "POST /id-to-fqname HTTP/1.1" 200 217 0.001363 10.0.0.23 - - [2026-01-15 02:07:20] "POST /neutron/port HTTP/1.1" 200 1017 0.008610 10.0.0.23 - - [2026-01-15 02:07:20] "POST /neutron/port HTTP/1.1" 200 1017 0.010510 10.0.0.23 - - [2026-01-15 02:07:20] "POST /neutron/network HTTP/1.1" 200 976 0.006766 10.0.0.23 - - [2026-01-15 02:07:20] "POST /neutron/port HTTP/1.1" 200 1017 0.008719 10.0.0.23 - - [2026-01-15 02:07:20] "POST /neutron/port HTTP/1.1" 200 117 0.005690 10.0.0.23 - - [2026-01-15 02:07:20] "POST /neutron/port HTTP/1.1" 200 117 0.005033 10.0.0.23 - - [2026-01-15 02:07:20] "POST /id-to-fqname HTTP/1.1" 200 217 0.001747 10.0.0.23 - - [2026-01-15 02:07:20] "POST /neutron/port HTTP/1.1" 200 117 0.006426 10.0.0.23 - - [2026-01-15 02:07:20] "POST /neutron/port HTTP/1.1" 200 1017 0.008874 10.0.0.23 - - [2026-01-15 02:07:20] "POST /neutron/port HTTP/1.1" 200 1017 0.008045 10.0.0.23 - - [2026-01-15 02:07:20] "POST /neutron/network HTTP/1.1" 200 976 0.007089 10.0.0.23 - - [2026-01-15 02:07:20] "POST /neutron/port HTTP/1.1" 200 1017 0.009150 10.0.0.23 - - [2026-01-15 02:07:21] "POST /neutron/port HTTP/1.1" 200 1017 0.008787 10.0.0.23 - - [2026-01-15 02:07:21] "POST /neutron/port HTTP/1.1" 200 1017 0.008662 10.0.0.23 - - [2026-01-15 02:07:21] "POST /neutron/port HTTP/1.1" 200 117 0.005557 10.0.0.23 - - [2026-01-15 02:07:21] "POST /neutron/port HTTP/1.1" 200 117 0.004647 10.0.0.23 - - [2026-01-15 02:07:21] "POST /neutron/port HTTP/1.1" 200 117 0.005256 10.0.0.23 - - [2026-01-15 02:07:21] "POST /neutron/port HTTP/1.1" 200 1017 0.008149 10.0.0.23 - - [2026-01-15 02:07:21] "POST /neutron/network HTTP/1.1" 200 986 0.006145 10.0.0.23 - - [2026-01-15 02:07:21] "POST /neutron/port HTTP/1.1" 200 1017 0.011781 10.0.0.23 - - [2026-01-15 02:07:21] "POST /neutron/port HTTP/1.1" 200 1017 0.008584 10.0.0.23 - - [2026-01-15 02:07:21] "POST /neutron/port HTTP/1.1" 200 1017 0.008900 10.0.0.23 - - [2026-01-15 02:07:21] "POST /neutron/network HTTP/1.1" 200 986 0.005149 10.0.0.23 - - [2026-01-15 02:07:21] "POST /neutron/port HTTP/1.1" 200 1017 0.019518 10.0.0.23 - - [2026-01-15 02:07:21] "POST /neutron/port HTTP/1.1" 200 1017 0.008098 10.0.0.23 - - [2026-01-15 02:07:21] "POST /neutron/port HTTP/1.1" 200 1109 0.114125 10.0.0.23 - - [2026-01-15 02:07:21] "POST /neutron/port HTTP/1.1" 200 1109 0.109519 10.0.0.23 - - [2026-01-15 02:07:21] "POST /neutron/port HTTP/1.1" 200 1119 0.019365 10.0.0.23 - - [2026-01-15 02:07:21] "POST /neutron/port HTTP/1.1" 200 1119 0.011218 10.0.0.23 - - [2026-01-15 02:07:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002653 10.0.0.23 - - [2026-01-15 02:07:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003764 10.0.0.23 - - [2026-01-15 02:07:22] "POST /neutron/subnet HTTP/1.1" 200 694 0.008505 10.0.0.23 - - [2026-01-15 02:07:22] "POST /neutron/port HTTP/1.1" 200 117 0.001555 10.0.0.23 - - [2026-01-15 02:07:22] "POST /neutron/subnet HTTP/1.1" 200 694 0.007419 10.0.0.23 - - [2026-01-15 02:07:22] "POST /neutron/port HTTP/1.1" 200 117 0.000935 10.0.0.23 - - [2026-01-15 02:07:22] "POST /neutron/network HTTP/1.1" 200 976 0.009384 10.0.0.23 - - [2026-01-15 02:07:22] "POST /neutron/network HTTP/1.1" 200 976 0.007447 10.0.0.23 - - [2026-01-15 02:07:26] "POST /neutron/port HTTP/1.1" 200 1119 0.013356 10.0.0.23 - - [2026-01-15 02:07:26] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006504 10.0.0.23 - - [2026-01-15 02:07:26] "POST /neutron/port HTTP/1.1" 200 1119 0.012236 10.0.0.23 - - [2026-01-15 02:07:26] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005802 10.0.0.23 - - [2026-01-15 02:07:26] "POST /neutron/port HTTP/1.1" 200 1119 0.012535 10.0.0.23 - - [2026-01-15 02:07:26] "POST /neutron/security_group HTTP/1.1" 200 2054 0.011649 10.0.0.23 - - [2026-01-15 02:07:26] "GET /virtual-machine/da3e69a6-1cfc-494a-86a3-a51d2d5b48ca HTTP/1.1" 200 1284 0.004623 10.0.0.23 - - [2026-01-15 02:07:26] "GET /virtual-machine-interface/a5a32740-d594-4104-a5d2-aa00845ac84c HTTP/1.1" 200 2925 0.006588 10.0.0.23 - - [2026-01-15 02:07:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.007266 10.0.0.23 - - [2026-01-15 02:07:26] "GET /global-vrouter-config/3c3c8a9c-add7-4dd6-83b8-c8c9d45127ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003222 10.0.0.23 - - [2026-01-15 02:07:26] "GET /virtual-networks?parent_id=0c6fc19f-b3ff-4906-aaed-905e968921f1&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.004698 10.0.0.23 - - [2026-01-15 02:07:26] "GET /virtual-network/89b4b7ba-214f-441f-8346-8b24a3612b86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2554 0.005091 10.0.0.23 - - [2026-01-15 02:07:26] "POST /neutron/port HTTP/1.1" 200 1119 0.012439 10.0.0.23 - - [2026-01-15 02:07:26] "POST /neutron/port HTTP/1.1" 200 1119 0.013208 10.0.0.23 - - [2026-01-15 02:07:26] "POST /neutron/network HTTP/1.1" 200 986 0.005881 10.0.0.23 - - [2026-01-15 02:07:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003285 10.0.0.23 - - [2026-01-15 02:07:26] "POST /neutron/subnet HTTP/1.1" 200 694 0.008672 10.0.0.23 - - [2026-01-15 02:07:26] "POST /neutron/port HTTP/1.1" 200 117 0.001296 10.0.0.23 - - [2026-01-15 02:07:26] "POST /neutron/network HTTP/1.1" 200 976 0.007070 10.0.0.23 - - [2026-01-15 02:07:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002748 10.0.0.23 - - [2026-01-15 02:07:29] "GET /virtual-network/89b4b7ba-214f-441f-8346-8b24a3612b86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2554 0.004917 10.0.0.23 - - [2026-01-15 02:07:31] "POST /neutron/port HTTP/1.1" 200 1119 0.011833 10.0.0.23 - - [2026-01-15 02:07:31] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005812 10.0.0.23 - - [2026-01-15 02:07:31] "POST /neutron/port HTTP/1.1" 200 1119 0.011930 10.0.0.23 - - [2026-01-15 02:07:31] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005206 10.0.0.23 - - [2026-01-15 02:07:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002787 10.0.0.23 - - [2026-01-15 02:07:33] "GET /global-vrouter-config/3c3c8a9c-add7-4dd6-83b8-c8c9d45127ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.002882 10.0.0.23 - - [2026-01-15 02:07:33] "GET /virtual-networks?parent_id=0c6fc19f-b3ff-4906-aaed-905e968921f1&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002856 10.0.0.23 - - [2026-01-15 02:07:33] "GET /virtual-network/89b4b7ba-214f-441f-8346-8b24a3612b86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2554 0.005533 10.0.0.23 - - [2026-01-15 02:07:34] "POST /neutron/port HTTP/1.1" 200 1119 0.013740 10.0.0.23 - - [2026-01-15 02:07:34] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006526 10.0.0.23 - - [2026-01-15 02:07:39] "POST /neutron/port HTTP/1.1" 200 1119 0.011599 10.0.0.23 - - [2026-01-15 02:07:39] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006257 10.0.0.23 - - [2026-01-15 02:07:39] "POST /neutron/port HTTP/1.1" 200 1119 0.011601 10.0.0.23 - - [2026-01-15 02:07:39] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005842 10.0.0.23 - - [2026-01-15 02:07:39] "POST /neutron/port HTTP/1.1" 200 1119 0.011821 10.0.0.23 - - [2026-01-15 02:07:39] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005989 10.0.0.23 - - [2026-01-15 02:07:39] "GET /virtual-machine/7fef1585-e14d-43e1-8406-9309b3aaf506 HTTP/1.1" 200 1283 0.003853 10.0.0.23 - - [2026-01-15 02:07:39] "GET /virtual-machine-interface/968f3513-40d1-45a8-a398-c2f71e7ea130 HTTP/1.1" 200 2925 0.004199 10.0.0.23 - - [2026-01-15 02:07:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002262 10.0.0.23 - - [2026-01-15 02:07:39] "GET /global-vrouter-config/3c3c8a9c-add7-4dd6-83b8-c8c9d45127ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.002728 10.0.0.23 - - [2026-01-15 02:07:39] "GET /virtual-networks?parent_id=0c6fc19f-b3ff-4906-aaed-905e968921f1&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002580 10.0.0.23 - - [2026-01-15 02:07:39] "GET /virtual-network/89b4b7ba-214f-441f-8346-8b24a3612b86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2554 0.005573 10.0.0.23 - - [2026-01-15 02:07:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004351 10.0.0.23 - - [2026-01-15 02:07:40] "GET /global-vrouter-config/3c3c8a9c-add7-4dd6-83b8-c8c9d45127ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003345 10.0.0.23 - - [2026-01-15 02:07:40] "GET /virtual-networks?parent_id=0c6fc19f-b3ff-4906-aaed-905e968921f1&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.003037 10.0.0.23 - - [2026-01-15 02:07:40] "GET /virtual-network/89b4b7ba-214f-441f-8346-8b24a3612b86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2554 0.005138 10.0.0.23 - - [2026-01-15 02:07:44] "POST /neutron/port HTTP/1.1" 200 1109 0.010596 10.0.0.23 - - [2026-01-15 02:07:44] "POST /neutron/port HTTP/1.1" 200 1109 0.011273 10.0.0.23 - - [2026-01-15 02:07:44] "POST /neutron/port HTTP/1.1" 200 151 0.115036 10.0.0.23 - - [2026-01-15 02:07:44] "POST /neutron/port HTTP/1.1" 200 1109 0.011870 10.0.0.23 - - [2026-01-15 02:07:44] "POST /neutron/port HTTP/1.1" 200 1109 0.010322 10.0.0.23 - - [2026-01-15 02:07:44] "POST /neutron/port HTTP/1.1" 200 151 0.114111 10.0.0.23 - - [2026-01-15 02:07:44] "POST /neutron/network HTTP/1.1" 200 976 0.007092 10.0.0.23 - - [2026-01-15 02:07:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.005251 10.0.0.23 - - [2026-01-15 02:07:44] "POST /useragent-kv HTTP/1.1" 200 115 0.002651 10.0.0.23 - - [2026-01-15 02:07:44] "POST /useragent-kv HTTP/1.1" 200 115 0.002918 10.0.0.23 - - [2026-01-15 02:07:44] "POST /useragent-kv HTTP/1.1" 200 115 0.003732 10.0.0.23 - - [2026-01-15 02:07:44] "POST /useragent-kv HTTP/1.1" 200 115 0.010530 10.0.0.23 - - [2026-01-15 02:07:44] "DELETE /route-target/e1493bba-4f3b-46e8-a497-c19949494296 HTTP/1.1" 200 115 0.050574 10.0.0.23 - - [2026-01-15 02:07:44] "POST /neutron/network HTTP/1.1" 200 151 0.140383 10.0.0.23 - - [2026-01-15 02:07:44] "GET /projects?obj_uuids=0c6fc19f-b3ff-4906-aaed-905e968921f1&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001486 10.0.0.23 - - [2026-01-15 02:07:44] "GET /project/0c6fc19f-b3ff-4906-aaed-905e968921f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.026337 10.0.0.23 - - [2026-01-15 02:07:44] "GET /projects?obj_uuids=0c6fc19f-b3ff-4906-aaed-905e968921f1&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000907 10.0.0.23 - - [2026-01-15 02:07:44] "GET /project/0c6fc19f-b3ff-4906-aaed-905e968921f1?fields=virtual_networks HTTP/1.1" 200 1022 0.070265 10.0.0.23 - - [2026-01-15 02:07:44] "GET /projects?obj_uuids=0c6fc19f-b3ff-4906-aaed-905e968921f1&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000879 10.0.0.23 - - [2026-01-15 02:07:44] "GET /project/0c6fc19f-b3ff-4906-aaed-905e968921f1?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.030959 10.0.0.23 - - [2026-01-15 02:07:44] "GET /projects?obj_uuids=0c6fc19f-b3ff-4906-aaed-905e968921f1&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001457 10.0.0.23 - - [2026-01-15 02:07:45] "GET /project/0c6fc19f-b3ff-4906-aaed-905e968921f1?fields=security_groups HTTP/1.1" 200 1244 0.031511 10.0.0.23 - - [2026-01-15 02:07:45] "POST /fqname-to-id HTTP/1.1" 404 186 0.029369 10.0.0.23 - - [2026-01-15 02:07:45] "GET /projects?obj_uuids=0a9a51e3-00e0-4c18-b68b-7af71d866518&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003092 10.0.0.23 - - [2026-01-15 02:07:45] "GET /domains?obj_uuids=64e99420-c75c-4c07-a68a-16b5f119e548&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000981 10.0.0.23 - - [2026-01-15 02:07:45] "GET /domain/64e99420-c75c-4c07-a68a-16b5f119e548?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006662 10.0.0.23 - - [2026-01-15 02:07:46] "POST /id-to-fqname HTTP/1.1" 200 188 0.002711 10.0.0.23 - - [2026-01-15 02:07:46] "POST /fqname-to-id HTTP/1.1" 404 197 0.001794 10.0.0.23 - - [2026-01-15 02:07:46] "POST /security-groups HTTP/1.1" 200 589 0.067586 10.0.0.23 - - [2026-01-15 02:07:46] "POST /fqname-to-id HTTP/1.1" 404 232 0.002952 10.0.0.23 - - [2026-01-15 02:07:46] "POST /projects HTTP/1.1" 200 581 0.234779 10.0.0.23 - - [2026-01-15 02:07:46] "POST /access-control-lists HTTP/1.1" 200 594 0.061063 10.0.0.23 - - [2026-01-15 02:07:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.304641 10.0.0.23 - - [2026-01-15 02:07:46] "DELETE /project/b2b58cfb9c9f4b91b44ccdb1eadc7685 HTTP/1.1" 404 173 0.018265 10.0.0.23 - - [2026-01-15 02:07:46] "DELETE /project/6aeb18d06fef465bbb2d28ab382ba8c2 HTTP/1.1" 404 173 0.017970 10.0.0.23 - - [2026-01-15 02:07:46] "DELETE /project/0a9a51e300e04c18b68b7af71d866518 HTTP/1.1" 404 173 0.014277 10.0.0.23 - - [2026-01-15 02:07:46] "DELETE /project/0c6fc19fb3ff4906aaed905e968921f1 HTTP/1.1" 404 173 0.010122 10.0.0.23 - - [2026-01-15 02:07:46] "POST /fqname-to-id HTTP/1.1" 404 231 0.017403 10.0.0.23 - - [2026-01-15 02:07:46] "GET /projects?obj_uuids=b2b58cfb-9c9f-4b91-b44c-cdb1eadc7685&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001735 10.0.0.23 - - [2026-01-15 02:07:46] "GET /projects?obj_uuids=6aeb18d0-6fef-465b-bb2d-28ab382ba8c2&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001204 10.0.0.23 - - [2026-01-15 02:07:46] "GET /projects?obj_uuids=e132414d-b8e7-4008-b401-fb811422a8af&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001034 10.0.0.23 - - [2026-01-15 02:07:46] "GET /projects?obj_uuids=0c6fc19f-b3ff-4906-aaed-905e968921f1&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001355 10.0.0.23 - - [2026-01-15 02:07:46] "GET /project/0a9a51e3-00e0-4c18-b68b-7af71d866518?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.477739 10.0.0.23 - - [2026-01-15 02:07:46] "GET /project/b2b58cfb-9c9f-4b91-b44c-cdb1eadc7685?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.084676 10.0.0.23 - - [2026-01-15 02:07:46] "GET /project/0c6fc19f-b3ff-4906-aaed-905e968921f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.082808 10.0.0.23 - - [2026-01-15 02:07:46] "GET /project/e132414d-b8e7-4008-b401-fb811422a8af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1516 0.088980 10.0.0.23 - - [2026-01-15 02:07:46] "GET /project/6aeb18d0-6fef-465b-bb2d-28ab382ba8c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.099978 10.0.0.23 - - [2026-01-15 02:07:46] "GET /projects?obj_uuids=6aeb18d0-6fef-465b-bb2d-28ab382ba8c2&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001152 10.0.0.23 - - [2026-01-15 02:07:46] "GET /projects?obj_uuids=e132414d-b8e7-4008-b401-fb811422a8af&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000941 10.0.0.23 - - [2026-01-15 02:07:46] "GET /projects?obj_uuids=0c6fc19f-b3ff-4906-aaed-905e968921f1&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000710 10.0.0.23 - - [2026-01-15 02:07:46] "GET /projects?obj_uuids=b2b58cfb-9c9f-4b91-b44c-cdb1eadc7685&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001304 10.0.0.23 - - [2026-01-15 02:07:46] "GET /project/0c6fc19f-b3ff-4906-aaed-905e968921f1?fields=security_groups HTTP/1.1" 200 1349 0.053846 10.0.0.23 - - [2026-01-15 02:07:46] "GET /project/e132414d-b8e7-4008-b401-fb811422a8af?fields=security_groups HTTP/1.1" 200 1399 0.059477 10.0.0.23 - - [2026-01-15 02:07:46] "GET /project/6aeb18d0-6fef-465b-bb2d-28ab382ba8c2?fields=security_groups HTTP/1.1" 200 1347 0.063876 10.0.0.23 - - [2026-01-15 02:07:46] "POST /access-control-lists HTTP/1.1" 200 592 0.178618 10.0.0.23 - - [2026-01-15 02:07:46] "GET /project/b2b58cfb-9c9f-4b91-b44c-cdb1eadc7685?fields=security_groups HTTP/1.1" 200 1348 0.137903 10.0.0.23 - - [2026-01-15 02:07:46] "DELETE /security-group/90e8554b-f4bf-4faf-9cf7-bd330d8430fc HTTP/1.1" 200 115 0.149786 10.0.0.23 - - [2026-01-15 02:07:46] "GET /projects?obj_uuids=6aeb18d0-6fef-465b-bb2d-28ab382ba8c2&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001925 10.0.0.23 - - [2026-01-15 02:07:46] "DELETE /security-group/52550d79-24df-48f8-acdc-1a35dcffd589 HTTP/1.1" 200 115 0.171261 10.0.0.23 - - [2026-01-15 02:07:46] "GET /projects?obj_uuids=e132414d-b8e7-4008-b401-fb811422a8af&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001277 10.0.0.23 - - [2026-01-15 02:07:46] "DELETE /security-group/d87ff165-aaf9-4cbd-b1ff-d1782ea6987e HTTP/1.1" 200 115 0.207818 10.0.0.23 - - [2026-01-15 02:07:46] "GET /project/6aeb18d0-6fef-465b-bb2d-28ab382ba8c2?fields=application_policy_sets HTTP/1.1" 200 1386 0.047394 10.0.0.23 - - [2026-01-15 02:07:46] "DELETE /access-control-list/a88cbf46-6aa2-428c-84d5-bf75d2007a38 HTTP/1.1" 200 115 0.084182 10.0.0.23 - - [2026-01-15 02:07:46] "GET /projects?obj_uuids=0c6fc19f-b3ff-4906-aaed-905e968921f1&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001097 10.0.0.23 - - [2026-01-15 02:07:46] "GET /project/0c6fc19f-b3ff-4906-aaed-905e968921f1?fields=application_policy_sets HTTP/1.1" 200 1388 0.049894 10.0.0.23 - - [2026-01-15 02:07:46] "GET /project/e132414d-b8e7-4008-b401-fb811422a8af?fields=application_policy_sets HTTP/1.1" 200 1438 0.112831 10.0.0.23 - - [2026-01-15 02:07:46] "DELETE /security-group/0b645975-b16e-40f3-b5dc-77a2651014f3 HTTP/1.1" 200 115 0.191294 10.0.0.23 - - [2026-01-15 02:07:46] "GET /projects?obj_uuids=b2b58cfb-9c9f-4b91-b44c-cdb1eadc7685&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000913 10.0.0.23 - - [2026-01-15 02:07:46] "DELETE /access-control-list/8f8b70a1-71c5-4fdf-aa25-f9972980915c HTTP/1.1" 200 115 0.096335 10.0.0.23 - - [2026-01-15 02:07:46] "DELETE /access-control-list/6e4c0121-6f38-4f15-9cd9-799247b2d4be HTTP/1.1" 200 115 0.067446 10.0.0.23 - - [2026-01-15 02:07:46] "GET /project/b2b58cfb-9c9f-4b91-b44c-cdb1eadc7685?fields=application_policy_sets HTTP/1.1" 200 1387 0.106400 10.0.0.23 - - [2026-01-15 02:07:46] "DELETE /access-control-list/71075bf6-ffe8-4cf9-b445-8a71f9950b5a HTTP/1.1" 200 115 0.047294 10.0.0.23 - - [2026-01-15 02:07:47] "DELETE /project/0c6fc19f-b3ff-4906-aaed-905e968921f1 HTTP/1.1" 200 115 0.705003 10.0.0.23 - - [2026-01-15 02:07:47] "DELETE /project/6aeb18d0-6fef-465b-bb2d-28ab382ba8c2 HTTP/1.1" 200 115 0.717767 10.0.0.23 - - [2026-01-15 02:07:47] "DELETE /access-control-list/b563b571-bd23-4da4-ab35-3755c3875da5 HTTP/1.1" 200 115 0.054889 10.0.0.23 - - [2026-01-15 02:07:47] "DELETE /project/e132414d-b8e7-4008-b401-fb811422a8af HTTP/1.1" 200 115 0.753503 10.0.0.23 - - [2026-01-15 02:07:47] "DELETE /access-control-list/bdd317ce-bdfb-427f-93d9-af600d1178eb HTTP/1.1" 200 115 0.030389 10.0.0.23 - - [2026-01-15 02:07:47] "DELETE /project/b2b58cfb-9c9f-4b91-b44c-cdb1eadc7685 HTTP/1.1" 200 115 0.810529 10.0.0.23 - - [2026-01-15 02:07:47] "DELETE /access-control-list/e8191b53-e55c-4a21-a5ad-78bcceee13c4 HTTP/1.1" 200 115 0.029719 10.0.0.23 - - [2026-01-15 02:07:47] "DELETE /access-control-list/9f5957f2-7d3b-4886-a1d0-c425ca10dc67 HTTP/1.1" 200 115 0.025817 10.0.0.23 - - [2026-01-15 02:07:47] "GET / HTTP/1.1" 200 35931 0.002824 10.0.0.23 - - [2026-01-15 02:07:48] "POST /fqname-to-id HTTP/1.1" 401 292 0.000483 10.0.0.23 - - [2026-01-15 02:07:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.059294 10.0.0.23 - - [2026-01-15 02:07:48] "GET /projects?obj_uuids=0a9a51e3-00e0-4c18-b68b-7af71d866518&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000829 10.0.0.23 - - [2026-01-15 02:07:48] "GET /project/0a9a51e3-00e0-4c18-b68b-7af71d866518?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.027186 10.0.0.23 - - [2026-01-15 02:07:48] "POST /neutron/network HTTP/1.1" 200 117 0.037105 10.0.0.23 - - [2026-01-15 02:07:48] "GET /projects?obj_uuids=0a9a51e3-00e0-4c18-b68b-7af71d866518&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001249 10.0.0.23 - - [2026-01-15 02:07:48] "POST /neutron/network HTTP/1.1" 200 605 0.068925 10.0.0.23 - - [2026-01-15 02:07:48] "POST /route-targets HTTP/1.1" 200 327 0.016928 10.0.0.23 - - [2026-01-15 02:07:49] "POST /ref-update HTTP/1.1" 200 156 0.017143 10.0.0.23 - - [2026-01-15 02:07:49] "POST /useragent-kv HTTP/1.1" 200 115 0.004729 10.0.0.23 - - [2026-01-15 02:07:49] "POST /neutron/subnet HTTP/1.1" 200 729 0.206140 10.0.0.23 - - [2026-01-15 02:07:49] "POST /neutron/network HTTP/1.1" 200 825 0.008698 10.0.0.23 - - [2026-01-15 02:07:49] "POST /id-to-fqname HTTP/1.1" 200 219 0.001206 10.0.0.23 - - [2026-01-15 02:07:49] "GET /virtual-network/32879cca-e090-4be7-8e07-72abcec86533?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006506 10.0.0.23 - - [2026-01-15 02:07:49] "POST /neutron/network HTTP/1.1" 200 825 0.006386 10.0.0.23 - - [2026-01-15 02:07:49] "GET /virtual-network/32879cca-e090-4be7-8e07-72abcec86533?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005477 10.0.0.23 - - [2026-01-15 02:07:49] "POST /neutron/network HTTP/1.1" 200 825 0.005085 10.0.0.23 - - [2026-01-15 02:07:49] "POST /neutron/port HTTP/1.1" 200 117 0.004433 10.0.0.23 - - [2026-01-15 02:07:49] "POST /neutron/subnet HTTP/1.1" 200 729 0.007555 10.0.0.23 - - [2026-01-15 02:07:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002224 10.0.0.23 - - [2026-01-15 02:07:49] "GET /projects?obj_uuids=0a9a51e3-00e0-4c18-b68b-7af71d866518&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001066 10.0.0.23 - - [2026-01-15 02:07:49] "POST /neutron/port HTTP/1.1" 400 205 0.002537 10.0.0.23 - - [2026-01-15 02:07:49] "GET /project/0a9a51e3-00e0-4c18-b68b-7af71d866518?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.030290 10.0.0.23 - - [2026-01-15 02:07:49] "POST /neutron/network HTTP/1.1" 200 117 0.011096 10.0.0.23 - - [2026-01-15 02:07:49] "GET /projects?obj_uuids=0a9a51e3-00e0-4c18-b68b-7af71d866518&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001201 10.0.0.23 - - [2026-01-15 02:07:49] "POST /neutron/port HTTP/1.1" 200 117 0.004657 10.0.0.23 - - [2026-01-15 02:07:49] "POST /neutron/network HTTP/1.1" 200 605 0.076711 10.0.0.23 - - [2026-01-15 02:07:49] "POST /neutron/port HTTP/1.1" 400 205 0.003791 10.0.0.23 - - [2026-01-15 02:07:49] "POST /route-targets HTTP/1.1" 200 327 0.021207 10.0.0.23 - - [2026-01-15 02:07:49] "POST /ref-update HTTP/1.1" 200 156 0.011876 10.0.0.23 - - [2026-01-15 02:07:49] "POST /useragent-kv HTTP/1.1" 200 115 0.003759 10.0.0.23 - - [2026-01-15 02:07:49] "POST /neutron/subnet HTTP/1.1" 200 734 0.183706 10.0.0.23 - - [2026-01-15 02:07:49] "POST /neutron/network HTTP/1.1" 200 826 0.007381 10.0.0.23 - - [2026-01-15 02:07:49] "POST /id-to-fqname HTTP/1.1" 200 219 0.001241 10.0.0.23 - - [2026-01-15 02:07:49] "GET /virtual-network/dc3fb52a-c0ab-43b7-a9b7-2900d3ff3618?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005762 10.0.0.23 - - [2026-01-15 02:07:49] "POST /neutron/network HTTP/1.1" 200 826 0.005234 10.0.0.23 - - [2026-01-15 02:07:49] "GET /virtual-network/dc3fb52a-c0ab-43b7-a9b7-2900d3ff3618?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.004679 10.0.0.23 - - [2026-01-15 02:07:49] "POST /neutron/network HTTP/1.1" 200 826 0.004747 10.0.0.23 - - [2026-01-15 02:07:49] "POST /neutron/subnet HTTP/1.1" 200 734 0.008695 10.0.0.23 - - [2026-01-15 02:07:49] "POST /id-to-fqname HTTP/1.1" 200 219 0.001164 10.0.0.23 - - [2026-01-15 02:07:50] "POST /neutron/network HTTP/1.1" 200 835 0.006273 10.0.0.23 - - [2026-01-15 02:07:50] "GET /aaa-mode HTTP/1.1" 401 292 0.000478 10.0.0.23 - - [2026-01-15 02:07:50] "GET / HTTP/1.1" 200 35931 0.002018 10.0.0.23 - - [2026-01-15 02:07:50] "GET /project/0a9a51e3-00e0-4c18-b68b-7af71d866518?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000418 10.0.0.23 - - [2026-01-15 02:07:51] "GET /projects?obj_uuids=0a9a51e3-00e0-4c18-b68b-7af71d866518&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000968 10.0.0.23 - - [2026-01-15 02:07:51] "GET /project/0a9a51e3-00e0-4c18-b68b-7af71d866518?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.056071 10.0.0.23 - - [2026-01-15 02:07:51] "POST /neutron/network HTTP/1.1" 200 825 0.004906 10.0.0.23 - - [2026-01-15 02:07:51] "POST /neutron/port HTTP/1.1" 200 117 0.004539 10.0.0.23 - - [2026-01-15 02:07:51] "POST /neutron/port HTTP/1.1" 200 117 0.004817 10.0.0.23 - - [2026-01-15 02:07:51] "POST /id-to-fqname HTTP/1.1" 200 219 0.001219 10.0.0.23 - - [2026-01-15 02:07:51] "POST /neutron/port HTTP/1.1" 200 117 0.004336 10.0.0.23 - - [2026-01-15 02:07:51] "POST /neutron/network HTTP/1.1" 200 836 0.004990 10.0.0.23 - - [2026-01-15 02:07:51] "GET /aaa-mode HTTP/1.1" 401 292 0.000510 10.0.0.23 - - [2026-01-15 02:07:51] "POST /neutron/network HTTP/1.1" 200 835 0.005579 10.0.0.23 - - [2026-01-15 02:07:51] "GET /projects?obj_uuids=0a9a51e3-00e0-4c18-b68b-7af71d866518&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001106 10.0.0.23 - - [2026-01-15 02:07:51] "GET / HTTP/1.1" 200 35931 0.003825 10.0.0.23 - - [2026-01-15 02:07:51] "GET /project/0a9a51e3-00e0-4c18-b68b-7af71d866518?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000413 10.0.0.23 - - [2026-01-15 02:07:51] "POST /neutron/port HTTP/1.1" 200 1059 0.236912 10.0.0.23 - - [2026-01-15 02:07:51] "POST /neutron/port HTTP/1.1" 200 1059 0.010081 10.0.0.23 - - [2026-01-15 02:07:51] "POST /neutron/port HTTP/1.1" 200 1059 0.009772 10.0.0.23 - - [2026-01-15 02:07:52] "POST /neutron/port HTTP/1.1" 200 1113 0.085246 10.0.0.23 - - [2026-01-15 02:07:52] "POST /neutron/port HTTP/1.1" 200 1123 0.023597 10.0.0.23 - - [2026-01-15 02:07:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003124 10.0.0.23 - - [2026-01-15 02:07:52] "POST /neutron/subnet HTTP/1.1" 200 703 0.010733 10.0.0.23 - - [2026-01-15 02:07:52] "GET /projects?obj_uuids=0a9a51e3-00e0-4c18-b68b-7af71d866518&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000870 10.0.0.23 - - [2026-01-15 02:07:52] "POST /neutron/port HTTP/1.1" 200 117 0.001043 10.0.0.23 - - [2026-01-15 02:07:52] "GET /project/0a9a51e3-00e0-4c18-b68b-7af71d866518?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.061108 10.0.0.23 - - [2026-01-15 02:07:52] "POST /neutron/network HTTP/1.1" 200 825 0.009858 10.0.0.23 - - [2026-01-15 02:07:52] "POST /neutron/network HTTP/1.1" 200 826 0.006659 10.0.0.23 - - [2026-01-15 02:07:52] "POST /neutron/port HTTP/1.1" 200 1123 0.015212 10.0.0.23 - - [2026-01-15 02:07:52] "POST /neutron/security_group HTTP/1.1" 200 2056 0.011622 10.0.0.23 - - [2026-01-15 02:07:52] "POST /neutron/port HTTP/1.1" 200 117 0.004541 10.0.0.23 - - [2026-01-15 02:07:52] "GET /projects?obj_uuids=0a9a51e3-00e0-4c18-b68b-7af71d866518&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001008 10.0.0.23 - - [2026-01-15 02:07:52] "POST /neutron/router HTTP/1.1" 200 580 0.067765 10.0.0.23 - - [2026-01-15 02:07:52] "POST /neutron/router HTTP/1.1" 200 580 0.005647 10.0.0.23 - - [2026-01-15 02:07:52] "POST /route-targets HTTP/1.1" 200 327 0.030571 10.0.0.23 - - [2026-01-15 02:07:52] "GET /projects?obj_uuids=0a9a51e3-00e0-4c18-b68b-7af71d866518&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001180 10.0.0.23 - - [2026-01-15 02:07:52] "PUT /logical-router/6fda6d95-7a97-40f9-b143-ead53dec1671 HTTP/1.1" 200 262 0.028422 10.0.0.23 - - [2026-01-15 02:07:52] "GET /obj-perms HTTP/1.1" 200 5056 0.110744 10.0.0.23 - - [2026-01-15 02:07:52] "POST /neutron/router HTTP/1.1" 200 344 0.279037 10.0.0.23 - - [2026-01-15 02:07:52] "POST /ref-update HTTP/1.1" 200 156 0.013529 10.0.0.23 - - [2026-01-15 02:07:52] "POST /neutron/port HTTP/1.1" 200 1123 0.016794 10.0.0.23 - - [2026-01-15 02:07:52] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006849 10.0.0.23 - - [2026-01-15 02:07:52] "POST /neutron/network HTTP/1.1" 200 836 0.008998 10.0.0.23 - - [2026-01-15 02:07:52] "GET /projects?obj_uuids=0a9a51e3-00e0-4c18-b68b-7af71d866518&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001204 10.0.0.23 - - [2026-01-15 02:07:53] "GET /obj-perms HTTP/1.1" 200 5056 0.061399 10.0.0.23 - - [2026-01-15 02:07:53] "POST /neutron/port HTTP/1.1" 200 1060 0.268196 10.0.0.23 - - [2026-01-15 02:07:53] "POST /neutron/port HTTP/1.1" 200 1060 0.014773 10.0.0.23 - - [2026-01-15 02:07:53] "POST /neutron/port HTTP/1.1" 200 1060 0.012297 10.0.0.23 - - [2026-01-15 02:07:53] "POST /neutron/port HTTP/1.1" 200 1114 0.079977 10.0.0.23 - - [2026-01-15 02:07:53] "POST /neutron/port HTTP/1.1" 200 1124 0.010748 10.0.0.23 - - [2026-01-15 02:07:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003336 10.0.0.23 - - [2026-01-15 02:07:53] "POST /neutron/subnet HTTP/1.1" 200 708 0.007921 10.0.0.23 - - [2026-01-15 02:07:53] "POST /neutron/port HTTP/1.1" 200 117 0.001149 10.0.0.23 - - [2026-01-15 02:07:53] "POST /neutron/network HTTP/1.1" 200 826 0.004961 10.0.0.23 - - [2026-01-15 02:07:57] "POST /neutron/port HTTP/1.1" 200 1123 0.011950 10.0.0.23 - - [2026-01-15 02:07:57] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006988 10.0.0.23 - - [2026-01-15 02:07:57] "POST /neutron/port HTTP/1.1" 200 1123 0.011320 10.0.0.23 - - [2026-01-15 02:07:58] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005672 10.0.0.23 - - [2026-01-15 02:07:58] "POST /neutron/port HTTP/1.1" 200 1123 0.013746 10.0.0.23 - - [2026-01-15 02:07:58] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005056 10.0.0.23 - - [2026-01-15 02:07:58] "GET /virtual-machine/ba999328-86b8-4a45-ad16-4533a196af6f HTTP/1.1" 401 292 0.000460 10.0.0.23 - - [2026-01-15 02:07:58] "GET /virtual-machine/ba999328-86b8-4a45-ad16-4533a196af6f HTTP/1.1" 200 1291 0.033911 10.0.0.23 - - [2026-01-15 02:07:58] "GET /virtual-machine-interface/018c5360-48d0-4566-a335-937ccdb8d01e HTTP/1.1" 200 2933 0.004369 10.0.0.23 - - [2026-01-15 02:07:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002924 10.0.0.23 - - [2026-01-15 02:07:58] "GET /global-vrouter-config/3c3c8a9c-add7-4dd6-83b8-c8c9d45127ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003154 10.0.0.23 - - [2026-01-15 02:07:58] "GET /virtual-networks?parent_id=0a9a51e3-00e0-4c18-b68b-7af71d866518&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.002921 10.0.0.23 - - [2026-01-15 02:07:58] "GET /virtual-network/32879cca-e090-4be7-8e07-72abcec86533?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005626 10.0.0.23 - - [2026-01-15 02:08:01] "POST /neutron/port HTTP/1.1" 200 1123 0.012953 10.0.0.23 - - [2026-01-15 02:08:01] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005143 10.0.0.23 - - [2026-01-15 02:08:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002721 10.0.0.23 - - [2026-01-15 02:08:01] "GET /virtual-network/32879cca-e090-4be7-8e07-72abcec86533?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.004814 10.0.0.23 - - [2026-01-15 02:08:02] "POST /neutron/port HTTP/1.1" 200 1124 0.014224 10.0.0.23 - - [2026-01-15 02:08:02] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006744 10.0.0.23 - - [2026-01-15 02:08:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003127 10.0.0.23 - - [2026-01-15 02:08:03] "GET /global-vrouter-config/3c3c8a9c-add7-4dd6-83b8-c8c9d45127ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003025 10.0.0.23 - - [2026-01-15 02:08:03] "GET /virtual-networks?parent_id=0a9a51e3-00e0-4c18-b68b-7af71d866518&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.002902 10.0.0.23 - - [2026-01-15 02:08:03] "GET /virtual-network/32879cca-e090-4be7-8e07-72abcec86533?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005613 10.0.0.23 - - [2026-01-15 02:08:04] "POST /neutron/port HTTP/1.1" 200 1124 0.015084 10.0.0.23 - - [2026-01-15 02:08:04] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008014 10.0.0.23 - - [2026-01-15 02:08:04] "POST /neutron/port HTTP/1.1" 200 1124 0.012275 10.0.0.23 - - [2026-01-15 02:08:04] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005434 10.0.0.23 - - [2026-01-15 02:08:04] "POST /neutron/port HTTP/1.1" 200 1124 0.012192 10.0.0.23 - - [2026-01-15 02:08:04] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006377 10.0.0.23 - - [2026-01-15 02:08:04] "GET /virtual-machine/8a80dd73-a618-424c-92ab-4af22d85955a HTTP/1.1" 200 1290 0.005615 10.0.0.23 - - [2026-01-15 02:08:04] "GET /virtual-machine-interface/34fdf49b-fa9e-4397-8fa8-6077ca71389d HTTP/1.1" 200 2934 0.004631 10.0.0.23 - - [2026-01-15 02:08:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003066 10.0.0.23 - - [2026-01-15 02:08:04] "GET /global-vrouter-config/3c3c8a9c-add7-4dd6-83b8-c8c9d45127ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.002911 10.0.0.23 - - [2026-01-15 02:08:04] "GET /virtual-networks?parent_id=0a9a51e3-00e0-4c18-b68b-7af71d866518&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.003097 10.0.0.23 - - [2026-01-15 02:08:04] "GET /virtual-network/dc3fb52a-c0ab-43b7-a9b7-2900d3ff3618?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.008428 10.0.0.23 - - [2026-01-15 02:08:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002673 10.0.0.23 - - [2026-01-15 02:08:05] "GET /global-vrouter-config/3c3c8a9c-add7-4dd6-83b8-c8c9d45127ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003258 10.0.0.23 - - [2026-01-15 02:08:05] "GET /virtual-networks?parent_id=0a9a51e3-00e0-4c18-b68b-7af71d866518&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.002997 10.0.0.23 - - [2026-01-15 02:08:05] "GET /virtual-network/dc3fb52a-c0ab-43b7-a9b7-2900d3ff3618?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005266 10.0.0.23 - - [2026-01-15 02:08:11] "POST /neutron/router HTTP/1.1" 200 580 0.003861 10.0.0.23 - - [2026-01-15 02:08:11] "GET /projects?obj_uuids=0a9a51e3-00e0-4c18-b68b-7af71d866518&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001053 10.0.0.23 - - [2026-01-15 02:08:11] "POST /neutron/router HTTP/1.1" 200 344 0.201318 10.0.0.23 - - [2026-01-15 02:08:11] "POST /neutron/port HTTP/1.1" 200 1923 0.017806 10.0.0.23 - - [2026-01-15 02:08:11] "POST /ref-update HTTP/1.1" 200 156 0.008616 10.0.0.23 - - [2026-01-15 02:08:17] "POST /neutron/router HTTP/1.1" 200 580 0.004733 10.0.0.23 - - [2026-01-15 02:08:17] "POST /ref-update HTTP/1.1" 200 156 0.010863 10.0.0.23 - - [2026-01-15 02:08:17] "POST /neutron/router HTTP/1.1" 200 344 0.103701 10.0.0.23 - - [2026-01-15 02:08:21] "POST /neutron/router HTTP/1.1" 200 580 0.004517 10.0.0.23 - - [2026-01-15 02:08:21] "GET /projects?obj_uuids=0a9a51e3-00e0-4c18-b68b-7af71d866518&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000953 10.0.0.23 - - [2026-01-15 02:08:21] "POST /neutron/router HTTP/1.1" 200 344 0.196291 10.0.0.23 - - [2026-01-15 02:08:21] "POST /ref-update HTTP/1.1" 200 156 0.010352 10.0.0.23 - - [2026-01-15 02:08:23] "POST /neutron/router HTTP/1.1" 200 580 0.004439 10.0.0.23 - - [2026-01-15 02:08:23] "POST /ref-update HTTP/1.1" 200 156 0.011121 10.0.0.23 - - [2026-01-15 02:08:23] "POST /neutron/router HTTP/1.1" 200 344 0.110264 10.0.0.23 - - [2026-01-15 02:08:23] "POST /neutron/router HTTP/1.1" 200 580 0.004746 10.0.0.23 - - [2026-01-15 02:08:23] "POST /ref-update HTTP/1.1" 200 156 0.010423 10.0.0.23 - - [2026-01-15 02:08:23] "POST /neutron/router HTTP/1.1" 200 344 0.102913 10.0.0.23 - - [2026-01-15 02:08:23] "POST /neutron/router HTTP/1.1" 200 580 0.012280 10.0.0.23 - - [2026-01-15 02:08:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002858 10.0.0.23 - - [2026-01-15 02:08:23] "GET /logical-router/6fda6d95-7a97-40f9-b143-ead53dec1671?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.006896 10.0.0.23 - - [2026-01-15 02:08:23] "POST /neutron/router HTTP/1.1" 200 151 0.052373 10.0.0.23 - - [2026-01-15 02:08:23] "DELETE /route-target/51b03b21-673f-4e03-a008-eb3bd3efa123 HTTP/1.1" 200 115 0.013381 10.0.0.23 - - [2026-01-15 02:08:24] "POST /neutron/network HTTP/1.1" 200 826 0.005605 10.0.0.23 - - [2026-01-15 02:08:24] "POST /neutron/network HTTP/1.1" 400 204 0.011392 10.0.0.23 - - [2026-01-15 02:08:24] "POST /neutron/port HTTP/1.1" 200 1124 0.011643 10.0.0.23 - - [2026-01-15 02:08:24] "POST /neutron/port HTTP/1.1" 200 1114 0.008454 10.0.0.23 - - [2026-01-15 02:08:24] "POST /neutron/port HTTP/1.1" 200 1123 0.015507 10.0.0.23 - - [2026-01-15 02:08:24] "POST /neutron/port HTTP/1.1" 200 151 0.103147 10.0.0.23 - - [2026-01-15 02:08:24] "POST /neutron/port HTTP/1.1" 200 1113 0.009149 10.0.0.23 - - [2026-01-15 02:08:24] "POST /neutron/port HTTP/1.1" 200 151 0.103785 10.0.0.23 - - [2026-01-15 02:08:26] "POST /neutron/network HTTP/1.1" 200 826 0.005227 10.0.0.23 - - [2026-01-15 02:08:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002475 10.0.0.23 - - [2026-01-15 02:08:26] "POST /useragent-kv HTTP/1.1" 200 115 0.002416 10.0.0.23 - - [2026-01-15 02:08:26] "POST /useragent-kv HTTP/1.1" 200 115 0.001803 10.0.0.23 - - [2026-01-15 02:08:26] "POST /neutron/network HTTP/1.1" 200 151 0.075421 10.0.0.23 - - [2026-01-15 02:08:26] "DELETE /route-target/fd14ef0c-27ee-4c4f-9108-217508e96a48 HTTP/1.1" 200 115 0.016129 10.0.0.23 - - [2026-01-15 02:08:26] "POST /neutron/network HTTP/1.1" 200 825 0.004699 10.0.0.23 - - [2026-01-15 02:08:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003992 10.0.0.23 - - [2026-01-15 02:08:26] "POST /useragent-kv HTTP/1.1" 200 115 0.002744 10.0.0.23 - - [2026-01-15 02:08:26] "POST /useragent-kv HTTP/1.1" 200 115 0.001729 10.0.0.23 - - [2026-01-15 02:08:26] "POST /neutron/network HTTP/1.1" 200 151 0.099568 10.0.0.23 - - [2026-01-15 02:08:26] "DELETE /route-target/b5305509-6685-4878-965d-f23c3fa7690a HTTP/1.1" 200 115 0.019798 10.0.0.23 - - [2026-01-15 02:08:26] "GET /projects?obj_uuids=0a9a51e3-00e0-4c18-b68b-7af71d866518&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000928 10.0.0.23 - - [2026-01-15 02:08:26] "GET /project/0a9a51e3-00e0-4c18-b68b-7af71d866518?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.021038 10.0.0.23 - - [2026-01-15 02:08:26] "GET /projects?obj_uuids=0a9a51e3-00e0-4c18-b68b-7af71d866518&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000853 10.0.0.23 - - [2026-01-15 02:08:26] "GET /project/0a9a51e3-00e0-4c18-b68b-7af71d866518?fields=virtual_networks HTTP/1.1" 200 1026 0.085015 10.0.0.23 - - [2026-01-15 02:08:26] "GET /projects?obj_uuids=0a9a51e3-00e0-4c18-b68b-7af71d866518&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001281 10.0.0.23 - - [2026-01-15 02:08:26] "GET /project/0a9a51e3-00e0-4c18-b68b-7af71d866518?fields=virtual_machine_interfaces HTTP/1.1" 200 1026 0.021257 10.0.0.23 - - [2026-01-15 02:08:26] "GET /projects?obj_uuids=0a9a51e3-00e0-4c18-b68b-7af71d866518&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000980 10.0.0.23 - - [2026-01-15 02:08:26] "GET /project/0a9a51e3-00e0-4c18-b68b-7af71d866518?fields=security_groups HTTP/1.1" 200 1250 0.025946 10.0.0.23 - - [2026-01-15 02:08:27] "POST /fqname-to-id HTTP/1.1" 404 191 0.030640 10.0.0.23 - - [2026-01-15 02:08:27] "GET /projects?obj_uuids=c9777b3f-5d47-431a-8e32-78dd7517934f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003029 10.0.0.23 - - [2026-01-15 02:08:27] "GET /domains?obj_uuids=64e99420-c75c-4c07-a68a-16b5f119e548&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000920 10.0.0.23 - - [2026-01-15 02:08:27] "GET /domain/64e99420-c75c-4c07-a68a-16b5f119e548?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009031 10.0.0.23 - - [2026-01-15 02:08:27] "POST /id-to-fqname HTTP/1.1" 200 193 0.001433 10.0.0.23 - - [2026-01-15 02:08:27] "POST /fqname-to-id HTTP/1.1" 404 202 0.004539 10.0.0.23 - - [2026-01-15 02:08:28] "POST /security-groups HTTP/1.1" 200 594 0.062270 10.0.0.23 - - [2026-01-15 02:08:28] "POST /fqname-to-id HTTP/1.1" 404 237 0.002303 10.0.0.23 - - [2026-01-15 02:08:28] "POST /projects HTTP/1.1" 200 591 0.225461 10.0.0.23 - - [2026-01-15 02:08:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.262261 10.0.0.23 - - [2026-01-15 02:08:28] "POST /access-control-lists HTTP/1.1" 200 599 0.057139 10.0.0.23 - - [2026-01-15 02:08:28] "GET /project/c9777b3f-5d47-431a-8e32-78dd7517934f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.395870 10.0.0.23 - - [2026-01-15 02:08:28] "POST /fqname-to-id HTTP/1.1" 404 236 0.002537 10.0.0.23 - - [2026-01-15 02:08:28] "POST /access-control-lists HTTP/1.1" 200 597 0.056519 10.0.0.23 - - [2026-01-15 02:08:29] "GET / HTTP/1.1" 200 35931 0.001911 10.0.0.23 - - [2026-01-15 02:08:30] "GET /project/c9777b3f-5d47-431a-8e32-78dd7517934f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000469 10.0.0.23 - - [2026-01-15 02:08:30] "GET /projects?obj_uuids=c9777b3f-5d47-431a-8e32-78dd7517934f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001055 10.0.0.23 - - [2026-01-15 02:08:30] "GET /project/c9777b3f-5d47-431a-8e32-78dd7517934f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.048767 10.0.0.23 - - [2026-01-15 02:08:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003009 10.0.0.23 - - [2026-01-15 02:08:30] "GET /security-group/5d828e51-0330-478e-9772-6b6aca896f0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3762 0.005032 10.0.0.23 - - [2026-01-15 02:08:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002595 10.0.0.23 - - [2026-01-15 02:08:30] "GET /projects?obj_uuids=c9777b3f-5d47-431a-8e32-78dd7517934f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001175 10.0.0.23 - - [2026-01-15 02:08:30] "GET /project/c9777b3f-5d47-431a-8e32-78dd7517934f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.020422 10.0.0.23 - - [2026-01-15 02:08:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003158 10.0.0.23 - - [2026-01-15 02:08:30] "GET /security-group/5d828e51-0330-478e-9772-6b6aca896f0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3762 0.004590 10.0.0.23 - - [2026-01-15 02:08:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003281 10.0.0.23 - - [2026-01-15 02:08:31] "PUT /security-group/5d828e51-0330-478e-9772-6b6aca896f0c HTTP/1.1" 200 262 0.014623 10.0.0.23 - - [2026-01-15 02:08:31] "PUT /access-control-list/8cda86c7-9e50-4a1c-942d-2163d0c167d2 HTTP/1.1" 200 272 0.008508 10.0.0.23 - - [2026-01-15 02:08:31] "PUT /access-control-list/2dd499ef-5635-484e-807a-0bb7026963a5 HTTP/1.1" 200 272 0.008224 10.0.0.23 - - [2026-01-15 02:08:31] "POST /fqname-to-id HTTP/1.1" 404 202 0.002412 10.0.0.23 - - [2026-01-15 02:08:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002837 10.0.0.23 - - [2026-01-15 02:08:31] "GET /projects?obj_uuids=c9777b3f-5d47-431a-8e32-78dd7517934f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001233 10.0.0.23 - - [2026-01-15 02:08:31] "GET /project/c9777b3f-5d47-431a-8e32-78dd7517934f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.023623 10.0.0.23 - - [2026-01-15 02:08:31] "POST /neutron/network HTTP/1.1" 200 117 0.035802 10.0.0.23 - - [2026-01-15 02:08:31] "GET /projects?obj_uuids=c9777b3f-5d47-431a-8e32-78dd7517934f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001235 10.0.0.23 - - [2026-01-15 02:08:31] "POST /neutron/network HTTP/1.1" 200 608 0.064303 10.0.0.23 - - [2026-01-15 02:08:31] "POST /route-targets HTTP/1.1" 200 327 0.014041 10.0.0.23 - - [2026-01-15 02:08:31] "POST /ref-update HTTP/1.1" 200 156 0.010704 10.0.0.23 - - [2026-01-15 02:08:31] "POST /useragent-kv HTTP/1.1" 200 115 0.002067 10.0.0.23 - - [2026-01-15 02:08:31] "POST /neutron/subnet HTTP/1.1" 200 734 0.170829 10.0.0.23 - - [2026-01-15 02:08:31] "POST /neutron/network HTTP/1.1" 200 829 0.004770 10.0.0.23 - - [2026-01-15 02:08:31] "POST /id-to-fqname HTTP/1.1" 200 223 0.000968 10.0.0.23 - - [2026-01-15 02:08:31] "GET /virtual-network/d8921741-fb52-4ab1-a665-0b88daf1e597?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004418 10.0.0.23 - - [2026-01-15 02:08:31] "POST /neutron/network HTTP/1.1" 200 829 0.006045 10.0.0.23 - - [2026-01-15 02:08:31] "GET /virtual-network/d8921741-fb52-4ab1-a665-0b88daf1e597?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004419 10.0.0.23 - - [2026-01-15 02:08:31] "POST /neutron/network HTTP/1.1" 200 829 0.005234 10.0.0.23 - - [2026-01-15 02:08:31] "POST /neutron/subnet HTTP/1.1" 200 734 0.006960 10.0.0.23 - - [2026-01-15 02:08:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002687 10.0.0.23 - - [2026-01-15 02:08:31] "GET /projects?obj_uuids=c9777b3f-5d47-431a-8e32-78dd7517934f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000947 10.0.0.23 - - [2026-01-15 02:08:31] "GET /project/c9777b3f-5d47-431a-8e32-78dd7517934f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.025949 10.0.0.23 - - [2026-01-15 02:08:31] "POST /neutron/network HTTP/1.1" 200 117 0.009185 10.0.0.23 - - [2026-01-15 02:08:31] "GET /projects?obj_uuids=c9777b3f-5d47-431a-8e32-78dd7517934f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001023 10.0.0.23 - - [2026-01-15 02:08:31] "POST /neutron/network HTTP/1.1" 200 615 0.083599 10.0.0.23 - - [2026-01-15 02:08:31] "POST /route-targets HTTP/1.1" 200 327 0.014126 10.0.0.23 - - [2026-01-15 02:08:32] "POST /ref-update HTTP/1.1" 200 156 0.017769 10.0.0.23 - - [2026-01-15 02:08:32] "POST /useragent-kv HTTP/1.1" 200 115 0.003173 10.0.0.23 - - [2026-01-15 02:08:32] "POST /neutron/subnet HTTP/1.1" 200 720 0.199022 10.0.0.23 - - [2026-01-15 02:08:32] "POST /neutron/network HTTP/1.1" 200 833 0.004907 10.0.0.23 - - [2026-01-15 02:08:32] "POST /id-to-fqname HTTP/1.1" 200 227 0.001412 10.0.0.23 - - [2026-01-15 02:08:32] "GET /virtual-network/839e6429-4f14-41a1-b3f4-552109fed733?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.004990 10.0.0.23 - - [2026-01-15 02:08:32] "POST /neutron/network HTTP/1.1" 200 833 0.005904 10.0.0.23 - - [2026-01-15 02:08:32] "GET /virtual-network/839e6429-4f14-41a1-b3f4-552109fed733?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005420 10.0.0.23 - - [2026-01-15 02:08:32] "POST /neutron/network HTTP/1.1" 200 833 0.006177 10.0.0.23 - - [2026-01-15 02:08:32] "POST /neutron/subnet HTTP/1.1" 200 720 0.006095 10.0.0.23 - - [2026-01-15 02:08:32] "POST /id-to-fqname HTTP/1.1" 200 223 0.001280 10.0.0.23 - - [2026-01-15 02:08:32] "POST /neutron/network HTTP/1.1" 200 839 0.005842 10.0.0.23 - - [2026-01-15 02:08:32] "GET /aaa-mode HTTP/1.1" 401 292 0.000511 10.0.0.23 - - [2026-01-15 02:08:32] "GET / HTTP/1.1" 200 35931 0.001776 10.0.0.23 - - [2026-01-15 02:08:32] "GET /project/c9777b3f-5d47-431a-8e32-78dd7517934f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000361 10.0.0.23 - - [2026-01-15 02:08:33] "GET /projects?obj_uuids=c9777b3f-5d47-431a-8e32-78dd7517934f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000930 10.0.0.23 - - [2026-01-15 02:08:33] "GET /project/c9777b3f-5d47-431a-8e32-78dd7517934f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.051502 10.0.0.23 - - [2026-01-15 02:08:33] "POST /neutron/network HTTP/1.1" 200 829 0.005492 10.0.0.23 - - [2026-01-15 02:08:33] "POST /neutron/port HTTP/1.1" 200 117 0.004451 10.0.0.23 - - [2026-01-15 02:08:33] "POST /neutron/port HTTP/1.1" 200 117 0.004961 10.0.0.23 - - [2026-01-15 02:08:33] "POST /id-to-fqname HTTP/1.1" 200 227 0.001836 10.0.0.23 - - [2026-01-15 02:08:33] "POST /neutron/port HTTP/1.1" 200 117 0.006480 10.0.0.23 - - [2026-01-15 02:08:33] "POST /neutron/network HTTP/1.1" 200 843 0.005331 10.0.0.23 - - [2026-01-15 02:08:33] "GET /aaa-mode HTTP/1.1" 401 292 0.000347 10.0.0.23 - - [2026-01-15 02:08:33] "POST /neutron/network HTTP/1.1" 200 839 0.006369 10.0.0.23 - - [2026-01-15 02:08:33] "GET /projects?obj_uuids=c9777b3f-5d47-431a-8e32-78dd7517934f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001415 10.0.0.23 - - [2026-01-15 02:08:34] "GET / HTTP/1.1" 200 35931 0.001521 10.0.0.23 - - [2026-01-15 02:08:34] "GET /project/c9777b3f-5d47-431a-8e32-78dd7517934f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000795 10.0.0.23 - - [2026-01-15 02:08:34] "POST /neutron/port HTTP/1.1" 200 1065 0.204426 10.0.0.23 - - [2026-01-15 02:08:34] "POST /neutron/port HTTP/1.1" 200 1065 0.011527 10.0.0.23 - - [2026-01-15 02:08:34] "POST /neutron/port HTTP/1.1" 200 1065 0.013413 10.0.0.23 - - [2026-01-15 02:08:34] "POST /neutron/port HTTP/1.1" 200 1119 0.057667 10.0.0.23 - - [2026-01-15 02:08:34] "POST /neutron/port HTTP/1.1" 200 1129 0.013077 10.0.0.23 - - [2026-01-15 02:08:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003114 10.0.0.23 - - [2026-01-15 02:08:34] "POST /neutron/subnet HTTP/1.1" 200 708 0.011018 10.0.0.23 - - [2026-01-15 02:08:34] "POST /neutron/port HTTP/1.1" 200 117 0.001122 10.0.0.23 - - [2026-01-15 02:08:34] "POST /neutron/network HTTP/1.1" 200 829 0.005060 10.0.0.23 - - [2026-01-15 02:08:34] "GET /projects?obj_uuids=c9777b3f-5d47-431a-8e32-78dd7517934f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001646 10.0.0.23 - - [2026-01-15 02:08:34] "GET /project/c9777b3f-5d47-431a-8e32-78dd7517934f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.059952 10.0.0.23 - - [2026-01-15 02:08:34] "POST /neutron/network HTTP/1.1" 200 833 0.004844 10.0.0.23 - - [2026-01-15 02:08:34] "POST /neutron/port HTTP/1.1" 200 1129 0.016309 10.0.0.23 - - [2026-01-15 02:08:34] "POST /neutron/security_group HTTP/1.1" 200 2002 0.008808 10.0.0.23 - - [2026-01-15 02:08:34] "POST /neutron/port HTTP/1.1" 200 117 0.005743 10.0.0.23 - - [2026-01-15 02:08:34] "GET /projects?obj_uuids=c9777b3f-5d47-431a-8e32-78dd7517934f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001095 10.0.0.23 - - [2026-01-15 02:08:34] "POST /neutron/router HTTP/1.1" 200 585 0.048954 10.0.0.23 - - [2026-01-15 02:08:34] "POST /neutron/router HTTP/1.1" 200 585 0.004323 10.0.0.23 - - [2026-01-15 02:08:34] "POST /route-targets HTTP/1.1" 200 327 0.011916 10.0.0.23 - - [2026-01-15 02:08:34] "PUT /logical-router/75073891-7009-40c0-9760-31dc61eec324 HTTP/1.1" 200 262 0.027391 10.0.0.23 - - [2026-01-15 02:08:34] "POST /neutron/router HTTP/1.1" 200 656 0.025666 10.0.0.23 - - [2026-01-15 02:08:34] "GET /logical-router/75073891-7009-40c0-9760-31dc61eec324?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1641 0.008562 10.0.0.23 - - [2026-01-15 02:08:34] "POST /neutron/router HTTP/1.1" 200 656 0.008205 10.0.0.23 - - [2026-01-15 02:08:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.012301 10.0.0.23 - - [2026-01-15 02:08:34] "GET /projects?obj_uuids=c9777b3f-5d47-431a-8e32-78dd7517934f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001329 10.0.0.23 - - [2026-01-15 02:08:34] "GET /service-template/63fc7177-19da-4bbb-9003-829757a2b702?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1680 0.003273 10.0.0.23 - - [2026-01-15 02:08:35] "POST /fqname-to-id HTTP/1.1" 404 215 0.005778 10.0.0.23 - - [2026-01-15 02:08:35] "POST /neutron/router HTTP/1.1" 200 344 0.255718 10.0.0.23 - - [2026-01-15 02:08:35] "POST /neutron/network HTTP/1.1" 200 843 0.009690 10.0.0.23 - - [2026-01-15 02:08:35] "POST /useragent-kv HTTP/1.1" 200 115 0.009589 10.0.0.23 - - [2026-01-15 02:08:35] "POST /virtual-networks HTTP/1.1" 200 694 0.116189 10.0.0.23 - - [2026-01-15 02:08:35] "GET /projects?obj_uuids=c9777b3f-5d47-431a-8e32-78dd7517934f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001055 10.0.0.23 - - [2026-01-15 02:08:35] "POST /ref-update HTTP/1.1" 200 156 0.037025 10.0.0.23 - - [2026-01-15 02:08:35] "POST /route-targets HTTP/1.1" 200 327 0.028040 10.0.0.23 - - [2026-01-15 02:08:35] "POST /neutron/port HTTP/1.1" 200 1129 0.044523 10.0.0.23 - - [2026-01-15 02:08:35] "POST /neutron/security_group HTTP/1.1" 200 2002 0.023989 10.0.0.23 - - [2026-01-15 02:08:35] "POST /ref-update HTTP/1.1" 200 156 0.063855 10.0.0.23 - - [2026-01-15 02:08:35] "POST /service-instances HTTP/1.1" 200 670 0.118852 10.0.0.23 - - [2026-01-15 02:08:35] "POST /route-tables HTTP/1.1" 200 582 0.082628 10.0.0.23 - - [2026-01-15 02:08:35] "PUT /logical-router/75073891-7009-40c0-9760-31dc61eec324 HTTP/1.1" 200 262 0.042018 10.0.0.23 - - [2026-01-15 02:08:35] "POST /neutron/port HTTP/1.1" 200 1062 0.408520 10.0.0.23 - - [2026-01-15 02:08:35] "POST /neutron/port HTTP/1.1" 200 1062 0.013773 10.0.0.23 - - [2026-01-15 02:08:35] "POST /ref-update HTTP/1.1" 200 156 0.017452 10.0.0.23 - - [2026-01-15 02:08:35] "POST /neutron/port HTTP/1.1" 200 1062 0.009412 10.0.0.23 - - [2026-01-15 02:08:35] "POST /neutron/port HTTP/1.1" 200 1116 0.081080 10.0.0.23 - - [2026-01-15 02:08:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003715 10.0.0.23 - - [2026-01-15 02:08:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004767 10.0.0.23 - - [2026-01-15 02:08:35] "POST /neutron/port HTTP/1.1" 200 1126 0.016583 10.0.0.23 - - [2026-01-15 02:08:35] "POST /virtual-machines HTTP/1.1" 200 553 0.018784 10.0.0.23 - - [2026-01-15 02:08:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003692 10.0.0.23 - - [2026-01-15 02:08:35] "POST /neutron/subnet HTTP/1.1" 200 694 0.008085 10.0.0.23 - - [2026-01-15 02:08:35] "POST /neutron/port HTTP/1.1" 200 117 0.001336 10.0.0.23 - - [2026-01-15 02:08:35] "POST /neutron/network HTTP/1.1" 200 833 0.006105 10.0.0.23 - - [2026-01-15 02:08:35] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.093226 10.0.0.23 - - [2026-01-15 02:08:36] "POST /chown HTTP/1.1" 200 109 0.007522 10.0.0.23 - - [2026-01-15 02:08:36] "POST /instance-ips HTTP/1.1" 200 551 0.017860 10.0.0.23 - - [2026-01-15 02:08:36] "POST /instance-ips HTTP/1.1" 400 246 0.023331 10.0.0.23 - - [2026-01-15 02:08:36] "POST /chown HTTP/1.1" 200 109 0.008090 10.0.0.23 - - [2026-01-15 02:08:36] "PUT /virtual-machine-interface/d58bccf4-4e1b-4331-957b-3667506c7cab HTTP/1.1" 200 284 0.010148 10.0.0.23 - - [2026-01-15 02:08:36] "PUT /instance-ip/0a151a6e-5ea9-4268-b8bb-5af7fb4deebd HTTP/1.1" 200 256 0.014311 10.0.0.23 - - [2026-01-15 02:08:36] "POST /ref-update HTTP/1.1" 200 156 0.016706 10.0.0.23 - - [2026-01-15 02:08:36] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.088515 10.0.0.23 - - [2026-01-15 02:08:36] "POST /chown HTTP/1.1" 200 109 0.008892 10.0.0.23 - - [2026-01-15 02:08:36] "POST /instance-ips HTTP/1.1" 200 549 0.029621 10.0.0.23 - - [2026-01-15 02:08:36] "POST /instance-ips HTTP/1.1" 400 316 0.014734 10.0.0.23 - - [2026-01-15 02:08:36] "POST /chown HTTP/1.1" 200 109 0.009212 10.0.0.23 - - [2026-01-15 02:08:36] "PUT /virtual-machine-interface/098fa085-4069-48ac-b1ca-36092955494c HTTP/1.1" 200 284 0.009276 10.0.0.23 - - [2026-01-15 02:08:36] "PUT /instance-ip/b47249b3-0c77-4fe9-8448-57b62ec8187d HTTP/1.1" 200 256 0.014231 10.0.0.23 - - [2026-01-15 02:08:36] "POST /ref-update HTTP/1.1" 200 156 0.011315 10.0.0.23 - - [2026-01-15 02:08:36] "POST /ref-update HTTP/1.1" 200 156 0.008409 10.0.0.23 - - [2026-01-15 02:08:36] "PUT /routing-instance/bc6533bd-741d-46fc-8472-a9eb9fb5c2a2 HTTP/1.1" 200 266 0.012389 10.0.0.23 - - [2026-01-15 02:08:36] "POST /ref-update HTTP/1.1" 200 156 0.011100 10.0.0.23 - - [2026-01-15 02:08:37] "POST /virtual-machines HTTP/1.1" 200 553 0.011452 10.0.0.23 - - [2026-01-15 02:08:37] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.079605 10.0.0.23 - - [2026-01-15 02:08:37] "POST /chown HTTP/1.1" 200 109 0.007163 10.0.0.23 - - [2026-01-15 02:08:37] "POST /instance-ips HTTP/1.1" 400 246 0.016656 10.0.0.23 - - [2026-01-15 02:08:37] "POST /chown HTTP/1.1" 200 109 0.008156 10.0.0.23 - - [2026-01-15 02:08:37] "PUT /virtual-machine-interface/21cebfe2-b603-43d0-bde2-682610e2d6f2 HTTP/1.1" 200 284 0.009934 10.0.0.23 - - [2026-01-15 02:08:37] "PUT /instance-ip/0a151a6e-5ea9-4268-b8bb-5af7fb4deebd HTTP/1.1" 200 256 0.015039 10.0.0.23 - - [2026-01-15 02:08:37] "POST /ref-update HTTP/1.1" 200 156 0.010738 10.0.0.23 - - [2026-01-15 02:08:37] "POST /ref-update HTTP/1.1" 200 156 0.010996 10.0.0.23 - - [2026-01-15 02:08:37] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.096401 10.0.0.23 - - [2026-01-15 02:08:37] "POST /ref-update HTTP/1.1" 200 156 0.026462 10.0.0.23 - - [2026-01-15 02:08:37] "PUT /routing-instance/bc6533bd-741d-46fc-8472-a9eb9fb5c2a2 HTTP/1.1" 200 266 0.018967 10.0.0.23 - - [2026-01-15 02:08:37] "POST /chown HTTP/1.1" 200 109 0.009419 10.0.0.23 - - [2026-01-15 02:08:37] "POST /instance-ips HTTP/1.1" 400 316 0.022130 10.0.0.23 - - [2026-01-15 02:08:37] "POST /chown HTTP/1.1" 200 109 0.007228 10.0.0.23 - - [2026-01-15 02:08:37] "PUT /virtual-machine-interface/929160a7-f750-4469-9ccf-1a8eba9e7429 HTTP/1.1" 200 284 0.011147 10.0.0.23 - - [2026-01-15 02:08:38] "PUT /instance-ip/b47249b3-0c77-4fe9-8448-57b62ec8187d HTTP/1.1" 200 256 0.018441 10.0.0.23 - - [2026-01-15 02:08:38] "POST /ref-update HTTP/1.1" 200 156 0.014063 10.0.0.23 - - [2026-01-15 02:08:38] "POST /ref-update HTTP/1.1" 200 156 0.011729 10.0.0.23 - - [2026-01-15 02:08:38] "PUT /routing-instance/bc6533bd-741d-46fc-8472-a9eb9fb5c2a2 HTTP/1.1" 200 266 0.014431 10.0.0.23 - - [2026-01-15 02:08:38] "POST /ref-update HTTP/1.1" 200 156 0.014783 10.0.0.23 - - [2026-01-15 02:08:40] "POST /neutron/port HTTP/1.1" 200 1129 0.011223 10.0.0.23 - - [2026-01-15 02:08:40] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007829 10.0.0.23 - - [2026-01-15 02:08:40] "POST /neutron/port HTTP/1.1" 200 1129 0.011588 10.0.0.23 - - [2026-01-15 02:08:40] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005834 10.0.0.23 - - [2026-01-15 02:08:40] "POST /neutron/port HTTP/1.1" 200 1129 0.012676 10.0.0.23 - - [2026-01-15 02:08:40] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006107 10.0.0.23 - - [2026-01-15 02:08:40] "GET /virtual-machine/5faf502d-7502-4b71-b8d6-a12347cdf32d HTTP/1.1" 401 292 0.000399 10.0.0.23 - - [2026-01-15 02:08:40] "GET /virtual-machine/5faf502d-7502-4b71-b8d6-a12347cdf32d HTTP/1.1" 200 1295 0.037630 10.0.0.23 - - [2026-01-15 02:08:40] "GET /virtual-machine-interface/335a04a7-ee87-4768-aea7-305733b73052 HTTP/1.1" 200 2956 0.005404 10.0.0.23 - - [2026-01-15 02:08:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004682 10.0.0.23 - - [2026-01-15 02:08:41] "GET /global-vrouter-config/3c3c8a9c-add7-4dd6-83b8-c8c9d45127ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004008 10.0.0.23 - - [2026-01-15 02:08:41] "GET /virtual-networks?parent_id=c9777b3f-5d47-431a-8e32-78dd7517934f&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003244 10.0.0.23 - - [2026-01-15 02:08:41] "GET /virtual-network/d8921741-fb52-4ab1-a665-0b88daf1e597?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006613 10.0.0.23 - - [2026-01-15 02:08:43] "POST /neutron/port HTTP/1.1" 200 1129 0.011964 10.0.0.23 - - [2026-01-15 02:08:43] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005112 10.0.0.23 - - [2026-01-15 02:08:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002778 10.0.0.23 - - [2026-01-15 02:08:44] "GET /virtual-network/d8921741-fb52-4ab1-a665-0b88daf1e597?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004221 10.0.0.23 - - [2026-01-15 02:08:45] "POST /neutron/port HTTP/1.1" 200 1126 0.012289 10.0.0.23 - - [2026-01-15 02:08:45] "POST /neutron/security_group HTTP/1.1" 200 2002 0.004750 10.0.0.23 - - [2026-01-15 02:08:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002942 10.0.0.23 - - [2026-01-15 02:08:46] "GET /global-vrouter-config/3c3c8a9c-add7-4dd6-83b8-c8c9d45127ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.002992 10.0.0.23 - - [2026-01-15 02:08:46] "GET /virtual-networks?parent_id=c9777b3f-5d47-431a-8e32-78dd7517934f&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.002548 10.0.0.23 - - [2026-01-15 02:08:46] "GET /virtual-network/d8921741-fb52-4ab1-a665-0b88daf1e597?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005996 10.0.0.23 - - [2026-01-15 02:08:46] "POST /neutron/port HTTP/1.1" 200 1126 0.012237 10.0.0.23 - - [2026-01-15 02:08:46] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005713 10.0.0.23 - - [2026-01-15 02:08:46] "POST /neutron/port HTTP/1.1" 200 1126 0.011875 10.0.0.23 - - [2026-01-15 02:08:46] "POST /neutron/security_group HTTP/1.1" 200 2002 0.004864 10.0.0.23 - - [2026-01-15 02:08:46] "POST /neutron/port HTTP/1.1" 200 1126 0.011026 10.0.0.23 - - [2026-01-15 02:08:46] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005240 10.0.0.23 - - [2026-01-15 02:08:46] "GET /virtual-machine/8fe5a855-7ce1-4a34-8c1d-9ea2a19e724c HTTP/1.1" 200 1296 0.004192 10.0.0.23 - - [2026-01-15 02:08:46] "GET /virtual-machine-interface/067f4471-ea2a-4722-b729-6e3a83683056 HTTP/1.1" 200 2967 0.004259 10.0.0.23 - - [2026-01-15 02:08:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002634 10.0.0.23 - - [2026-01-15 02:08:46] "GET /global-vrouter-config/3c3c8a9c-add7-4dd6-83b8-c8c9d45127ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.002759 10.0.0.23 - - [2026-01-15 02:08:46] "GET /virtual-networks?parent_id=c9777b3f-5d47-431a-8e32-78dd7517934f&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.002949 10.0.0.23 - - [2026-01-15 02:08:46] "GET /virtual-network/839e6429-4f14-41a1-b3f4-552109fed733?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005193 10.0.0.23 - - [2026-01-15 02:08:47] "DELETE /project/c9777b3f5d47431a8e3278dd7517934f HTTP/1.1" 404 173 0.003603 10.0.0.23 - - [2026-01-15 02:08:47] "GET /projects?obj_uuids=0a9a51e3-00e0-4c18-b68b-7af71d866518&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000801 10.0.0.23 - - [2026-01-15 02:08:47] "GET /project/0a9a51e3-00e0-4c18-b68b-7af71d866518?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1458 0.025875 10.0.0.23 - - [2026-01-15 02:08:47] "GET /projects?obj_uuids=0a9a51e3-00e0-4c18-b68b-7af71d866518&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001157 10.0.0.23 - - [2026-01-15 02:08:47] "GET /project/0a9a51e3-00e0-4c18-b68b-7af71d866518?fields=security_groups HTTP/1.1" 200 1355 0.067955 10.0.0.23 - - [2026-01-15 02:08:47] "DELETE /security-group/09373aa3-9141-4efa-8a15-8df80a52d527 HTTP/1.1" 200 115 0.033859 10.0.0.23 - - [2026-01-15 02:08:47] "GET /projects?obj_uuids=0a9a51e3-00e0-4c18-b68b-7af71d866518&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001480 10.0.0.23 - - [2026-01-15 02:08:47] "DELETE /access-control-list/b0817355-d072-4b2c-987a-25b4489d0d6b HTTP/1.1" 200 115 0.025405 10.0.0.23 - - [2026-01-15 02:08:47] "GET /project/0a9a51e3-00e0-4c18-b68b-7af71d866518?fields=application_policy_sets HTTP/1.1" 200 1394 0.032884 10.0.0.23 - - [2026-01-15 02:08:47] "DELETE /access-control-list/12a1bd67-ec0a-4552-8f00-2f3929adeb23 HTTP/1.1" 200 115 0.027085 10.0.0.23 - - [2026-01-15 02:08:47] "DELETE /project/0a9a51e3-00e0-4c18-b68b-7af71d866518 HTTP/1.1" 200 115 0.307729 10.0.0.23 - - [2026-01-15 02:08:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003052 10.0.0.23 - - [2026-01-15 02:08:48] "GET /global-vrouter-config/3c3c8a9c-add7-4dd6-83b8-c8c9d45127ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.002894 10.0.0.23 - - [2026-01-15 02:08:48] "GET /virtual-networks?parent_id=c9777b3f-5d47-431a-8e32-78dd7517934f&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.004416 10.0.0.23 - - [2026-01-15 02:08:48] "GET /virtual-network/839e6429-4f14-41a1-b3f4-552109fed733?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005132 10.0.0.23 - - [2026-01-15 02:08:52] "POST /neutron/router HTTP/1.1" 200 656 0.005019 10.0.0.23 - - [2026-01-15 02:08:52] "POST /ref-update HTTP/1.1" 200 156 0.011122 10.0.0.23 - - [2026-01-15 02:08:52] "POST /neutron/router HTTP/1.1" 200 344 0.145523 10.0.0.23 - - [2026-01-15 02:08:52] "POST /neutron/router HTTP/1.1" 200 656 0.004799 10.0.0.23 - - [2026-01-15 02:08:52] "GET /logical-router/75073891-7009-40c0-9760-31dc61eec324?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1972 0.004642 10.0.0.23 - - [2026-01-15 02:08:52] "GET /service-instance/1c8b6a2f-8b5c-47c8-85fa-f4b76356d19a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2313 0.007079 10.0.0.23 - - [2026-01-15 02:08:52] "POST /neutron/router HTTP/1.1" 200 151 0.075662 10.0.0.23 - - [2026-01-15 02:08:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.011663 10.0.0.23 - - [2026-01-15 02:08:52] "DELETE /route-target/2d401286-a161-4e91-9e36-473a394395be HTTP/1.1" 409 239 0.004903 10.0.0.23 - - [2026-01-15 02:08:52] "PUT /logical-router/75073891-7009-40c0-9760-31dc61eec324 HTTP/1.1" 404 171 0.002877 10.0.0.23 - - [2026-01-15 02:08:52] "POST /ref-update HTTP/1.1" 200 156 0.015049 10.0.0.23 - - [2026-01-15 02:08:52] "DELETE /route-table/816504d5-ca45-4a94-a804-8d7598064501 HTTP/1.1" 200 115 0.048405 10.0.0.23 - - [2026-01-15 02:08:52] "PUT /routing-instance/bc6533bd-741d-46fc-8472-a9eb9fb5c2a2 HTTP/1.1" 200 266 0.017282 10.0.0.23 - - [2026-01-15 02:08:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.027098 10.0.0.23 - - [2026-01-15 02:08:52] "GET /virtual-network/fba24a12-e3d6-4137-9ec8-fe9f34f8b97b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.009714 10.0.0.23 - - [2026-01-15 02:08:52] "POST /ref-update HTTP/1.1" 200 156 0.019569 10.0.0.23 - - [2026-01-15 02:08:52] "POST /neutron/network HTTP/1.1" 200 833 0.010524 10.0.0.23 - - [2026-01-15 02:08:52] "POST /ref-update HTTP/1.1" 200 156 0.011069 10.0.0.23 - - [2026-01-15 02:08:52] "POST /neutron/network HTTP/1.1" 400 204 0.071699 10.0.0.23 - - [2026-01-15 02:08:52] "DELETE /instance-ip/b47249b3-0c77-4fe9-8448-57b62ec8187d HTTP/1.1" 200 115 0.050562 10.0.0.23 - - [2026-01-15 02:08:52] "POST /useragent-kv HTTP/1.1" 200 115 0.002792 10.0.0.23 - - [2026-01-15 02:08:52] "POST /useragent-kv HTTP/1.1" 200 115 0.007024 10.0.0.23 - - [2026-01-15 02:08:53] "DELETE /virtual-network/fba24a12-e3d6-4137-9ec8-fe9f34f8b97b HTTP/1.1" 200 115 0.193293 10.0.0.23 - - [2026-01-15 02:08:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.007037 10.0.0.23 - - [2026-01-15 02:08:53] "DELETE /route-target/9494bd89-e9ca-4948-954d-45bf7f389dc1 HTTP/1.1" 200 115 0.024796 10.0.0.23 - - [2026-01-15 02:08:53] "DELETE /service-instance/1c8b6a2f-8b5c-47c8-85fa-f4b76356d19a HTTP/1.1" 200 115 0.036218 10.0.0.23 - - [2026-01-15 02:08:53] "GET /logical-router/75073891-7009-40c0-9760-31dc61eec324?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.006386 10.0.0.23 - - [2026-01-15 02:08:53] "POST /neutron/port HTTP/1.1" 200 1126 0.031478 10.0.0.23 - - [2026-01-15 02:08:53] "GET /service-instance/1c8b6a2f-8b5c-47c8-85fa-f4b76356d19a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.013269 10.0.0.23 - - [2026-01-15 02:08:53] "POST /neutron/port HTTP/1.1" 200 1116 0.019366 10.0.0.23 - - [2026-01-15 02:08:53] "GET /virtual-machine-interface/21cebfe2-b603-43d0-bde2-682610e2d6f2?fields=floating_ip_back_refs%2Cinterface_route_table_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1652 0.004506 10.0.0.23 - - [2026-01-15 02:08:53] "POST /neutron/port HTTP/1.1" 200 1129 0.023386 10.0.0.23 - - [2026-01-15 02:08:53] "POST /neutron/port HTTP/1.1" 200 1119 0.012354 10.0.0.23 - - [2026-01-15 02:08:53] "POST /ref-update HTTP/1.1" 200 156 0.030403 10.0.0.23 - - [2026-01-15 02:08:53] "GET /instance-ip/0a151a6e-5ea9-4268-b8bb-5af7fb4deebd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.011966 10.0.0.23 - - [2026-01-15 02:08:53] "POST /neutron/port HTTP/1.1" 200 151 0.216864 10.0.0.23 - - [2026-01-15 02:08:53] "DELETE /virtual-machine-interface/21cebfe2-b603-43d0-bde2-682610e2d6f2 HTTP/1.1" 200 115 0.050008 10.0.0.23 - - [2026-01-15 02:08:53] "POST /neutron/port HTTP/1.1" 200 151 0.189439 10.0.0.23 - - [2026-01-15 02:08:53] "GET /virtual-machine-interface/929160a7-f750-4469-9ccf-1a8eba9e7429?fields=floating_ip_back_refs%2Cinterface_route_table_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1333 0.076917 10.0.0.23 - - [2026-01-15 02:08:53] "GET /obj-perms HTTP/1.1" 200 5056 0.115409 10.0.0.23 - - [2026-01-15 02:08:53] "DELETE /virtual-machine-interface/929160a7-f750-4469-9ccf-1a8eba9e7429 HTTP/1.1" 200 115 0.033845 10.0.0.23 - - [2026-01-15 02:08:53] "DELETE /virtual-machine/7affaad8-4c4e-4c30-aa5d-e50e5368e09d HTTP/1.1" 200 115 0.039247 10.0.0.23 - - [2026-01-15 02:08:53] "GET /virtual-machine-interface/098fa085-4069-48ac-b1ca-36092955494c?fields=floating_ip_back_refs%2Cinterface_route_table_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1331 0.009357 10.0.0.23 - - [2026-01-15 02:08:53] "DELETE /virtual-machine-interface/098fa085-4069-48ac-b1ca-36092955494c HTTP/1.1" 200 115 0.036160 10.0.0.23 - - [2026-01-15 02:08:53] "GET /virtual-machine-interface/d58bccf4-4e1b-4331-957b-3667506c7cab?fields=floating_ip_back_refs%2Cinterface_route_table_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1653 0.005820 10.0.0.23 - - [2026-01-15 02:08:53] "POST /ref-update HTTP/1.1" 200 156 0.011955 10.0.0.23 - - [2026-01-15 02:08:53] "GET /instance-ip/0a151a6e-5ea9-4268-b8bb-5af7fb4deebd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1693 0.005142 10.0.0.23 - - [2026-01-15 02:08:53] "GET /obj-perms HTTP/1.1" 200 5056 0.078317 10.0.0.23 - - [2026-01-15 02:08:53] "DELETE /instance-ip/0a151a6e-5ea9-4268-b8bb-5af7fb4deebd HTTP/1.1" 200 115 0.081212 10.0.0.23 - - [2026-01-15 02:08:53] "DELETE /virtual-machine-interface/d58bccf4-4e1b-4331-957b-3667506c7cab HTTP/1.1" 200 115 0.031481 10.0.0.23 - - [2026-01-15 02:08:54] "POST /ref-update HTTP/1.1" 200 156 0.014523 10.0.0.23 - - [2026-01-15 02:08:54] "DELETE /virtual-machine/05209c57-5ebf-4314-bf35-4df9c021d850 HTTP/1.1" 200 115 0.020412 10.0.0.23 - - [2026-01-15 02:08:54] "POST /neutron/network HTTP/1.1" 200 833 0.005837 10.0.0.23 - - [2026-01-15 02:08:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004934 10.0.0.23 - - [2026-01-15 02:08:54] "POST /useragent-kv HTTP/1.1" 200 115 0.001776 10.0.0.23 - - [2026-01-15 02:08:54] "POST /useragent-kv HTTP/1.1" 200 115 0.002502 10.0.0.23 - - [2026-01-15 02:08:54] "POST /neutron/network HTTP/1.1" 200 151 0.090210 10.0.0.23 - - [2026-01-15 02:08:54] "DELETE /route-target/9f24522f-cfd7-43f7-ad40-be95bd347b76 HTTP/1.1" 200 115 0.012218 10.0.0.23 - - [2026-01-15 02:08:54] "POST /neutron/network HTTP/1.1" 200 829 0.005196 10.0.0.23 - - [2026-01-15 02:08:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004322 10.0.0.23 - - [2026-01-15 02:08:54] "POST /useragent-kv HTTP/1.1" 200 115 0.003201 10.0.0.23 - - [2026-01-15 02:08:54] "POST /useragent-kv HTTP/1.1" 200 115 0.002003 10.0.0.23 - - [2026-01-15 02:08:54] "POST /neutron/network HTTP/1.1" 200 151 0.083705 10.0.0.23 - - [2026-01-15 02:08:54] "DELETE /route-target/f67aac16-5cea-4397-8efa-4dcc82a74fe5 HTTP/1.1" 200 115 0.016271 10.0.0.23 - - [2026-01-15 02:08:55] "GET /projects?obj_uuids=c9777b3f-5d47-431a-8e32-78dd7517934f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001021 10.0.0.23 - - [2026-01-15 02:08:55] "GET /project/c9777b3f-5d47-431a-8e32-78dd7517934f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.024185 10.0.0.23 - - [2026-01-15 02:08:55] "GET /projects?obj_uuids=c9777b3f-5d47-431a-8e32-78dd7517934f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000824 10.0.0.23 - - [2026-01-15 02:08:55] "GET /project/c9777b3f-5d47-431a-8e32-78dd7517934f?fields=virtual_networks HTTP/1.1" 200 1038 0.072348 10.0.0.23 - - [2026-01-15 02:08:55] "GET /projects?obj_uuids=c9777b3f-5d47-431a-8e32-78dd7517934f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000890 10.0.0.23 - - [2026-01-15 02:08:55] "GET /project/c9777b3f-5d47-431a-8e32-78dd7517934f?fields=virtual_machine_interfaces HTTP/1.1" 200 1038 0.024820 10.0.0.23 - - [2026-01-15 02:08:55] "GET /projects?obj_uuids=c9777b3f-5d47-431a-8e32-78dd7517934f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000938 10.0.0.23 - - [2026-01-15 02:08:55] "GET /project/c9777b3f-5d47-431a-8e32-78dd7517934f?fields=security_groups HTTP/1.1" 200 1267 0.024707 10.0.0.23 - - [2026-01-15 02:08:56] "POST /fqname-to-id HTTP/1.1" 404 196 0.032811 10.0.0.23 - - [2026-01-15 02:08:56] "GET /projects?obj_uuids=25a7575c-f72c-409b-8080-b987a242d80f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002311 10.0.0.23 - - [2026-01-15 02:08:56] "GET /domains?obj_uuids=64e99420-c75c-4c07-a68a-16b5f119e548&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000869 10.0.0.23 - - [2026-01-15 02:08:56] "GET /domain/64e99420-c75c-4c07-a68a-16b5f119e548?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007480 10.0.0.23 - - [2026-01-15 02:08:56] "POST /id-to-fqname HTTP/1.1" 200 198 0.001603 10.0.0.23 - - [2026-01-15 02:08:56] "POST /fqname-to-id HTTP/1.1" 404 207 0.003152 10.0.0.23 - - [2026-01-15 02:08:56] "POST /security-groups HTTP/1.1" 200 599 0.078524 10.0.0.23 - - [2026-01-15 02:08:56] "POST /fqname-to-id HTTP/1.1" 404 242 0.002797 10.0.0.23 - - [2026-01-15 02:08:56] "POST /projects HTTP/1.1" 200 601 0.227953 10.0.0.23 - - [2026-01-15 02:08:56] "POST /access-control-lists HTTP/1.1" 200 604 0.060450 10.0.0.23 - - [2026-01-15 02:08:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.296110 10.0.0.23 - - [2026-01-15 02:08:56] "POST /fqname-to-id HTTP/1.1" 404 241 0.003011 10.0.0.23 - - [2026-01-15 02:08:56] "GET /project/25a7575c-f72c-409b-8080-b987a242d80f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.418313 10.0.0.23 - - [2026-01-15 02:08:56] "POST /access-control-lists HTTP/1.1" 200 602 0.076508 10.0.0.23 - - [2026-01-15 02:08:57] "GET / HTTP/1.1" 200 35931 0.002131 10.0.0.23 - - [2026-01-15 02:08:58] "POST /fqname-to-id HTTP/1.1" 401 292 0.000495 10.0.0.23 - - [2026-01-15 02:08:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.057680 10.0.0.23 - - [2026-01-15 02:08:59] "GET /projects?obj_uuids=25a7575c-f72c-409b-8080-b987a242d80f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001185 10.0.0.23 - - [2026-01-15 02:08:59] "GET /project/25a7575c-f72c-409b-8080-b987a242d80f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.026080 10.0.0.23 - - [2026-01-15 02:08:59] "POST /neutron/network HTTP/1.1" 200 117 0.043385 10.0.0.23 - - [2026-01-15 02:08:59] "GET /projects?obj_uuids=25a7575c-f72c-409b-8080-b987a242d80f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001453 10.0.0.23 - - [2026-01-15 02:08:59] "POST /neutron/network HTTP/1.1" 200 613 0.061888 10.0.0.23 - - [2026-01-15 02:08:59] "POST /route-targets HTTP/1.1" 200 327 0.010782 10.0.0.23 - - [2026-01-15 02:08:59] "POST /ref-update HTTP/1.1" 200 156 0.013523 10.0.0.23 - - [2026-01-15 02:08:59] "POST /useragent-kv HTTP/1.1" 200 115 0.005968 10.0.0.23 - - [2026-01-15 02:08:59] "POST /neutron/subnet HTTP/1.1" 200 719 0.182372 10.0.0.23 - - [2026-01-15 02:08:59] "POST /fqname-to-id HTTP/1.1" 401 292 0.000384 10.0.0.23 - - [2026-01-15 02:08:59] "POST /useragent-kv HTTP/1.1" 200 115 0.002835 10.0.0.23 - - [2026-01-15 02:08:59] "POST /neutron/subnet HTTP/1.1" 200 828 0.186195 10.0.0.23 - - [2026-01-15 02:08:59] "POST /neutron/network HTTP/1.1" 200 1005 0.007436 10.0.0.23 - - [2026-01-15 02:08:59] "POST /id-to-fqname HTTP/1.1" 200 228 0.001056 10.0.0.23 - - [2026-01-15 02:08:59] "GET /virtual-network/8c7c82fb-052d-4f32-a6ab-68481922657f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005396 10.0.0.23 - - [2026-01-15 02:08:59] "POST /neutron/network HTTP/1.1" 200 1005 0.007999 10.0.0.23 - - [2026-01-15 02:08:59] "GET /virtual-network/8c7c82fb-052d-4f32-a6ab-68481922657f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.006833 10.0.0.23 - - [2026-01-15 02:08:59] "POST /neutron/network HTTP/1.1" 200 1005 0.007616 10.0.0.23 - - [2026-01-15 02:08:59] "POST /neutron/subnet HTTP/1.1" 200 719 0.006101 10.0.0.23 - - [2026-01-15 02:08:59] "POST /neutron/subnet HTTP/1.1" 200 828 0.006296 10.0.0.23 - - [2026-01-15 02:08:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002134 10.0.0.23 - - [2026-01-15 02:08:59] "GET /projects?obj_uuids=25a7575c-f72c-409b-8080-b987a242d80f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001257 10.0.0.23 - - [2026-01-15 02:08:59] "GET /project/25a7575c-f72c-409b-8080-b987a242d80f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.023227 10.0.0.23 - - [2026-01-15 02:08:59] "POST /neutron/network HTTP/1.1" 200 117 0.010330 10.0.0.23 - - [2026-01-15 02:08:59] "POST /fqname-to-id HTTP/1.1" 404 207 0.030444 10.0.0.23 - - [2026-01-15 02:08:59] "GET /projects?obj_uuids=25a7575c-f72c-409b-8080-b987a242d80f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000878 10.0.0.23 - - [2026-01-15 02:08:59] "POST /neutron/network HTTP/1.1" 200 613 0.061817 10.0.0.23 - - [2026-01-15 02:09:00] "POST /route-targets HTTP/1.1" 200 327 0.012001 10.0.0.23 - - [2026-01-15 02:09:00] "POST /ref-update HTTP/1.1" 200 156 0.010964 10.0.0.23 - - [2026-01-15 02:09:00] "POST /useragent-kv HTTP/1.1" 200 115 0.002562 10.0.0.23 - - [2026-01-15 02:09:00] "POST /neutron/subnet HTTP/1.1" 200 724 0.193187 10.0.0.23 - - [2026-01-15 02:09:00] "POST /fqname-to-id HTTP/1.1" 404 207 0.006237 10.0.0.23 - - [2026-01-15 02:09:00] "POST /useragent-kv HTTP/1.1" 200 115 0.005312 10.0.0.23 - - [2026-01-15 02:09:00] "POST /neutron/subnet HTTP/1.1" 200 828 0.239111 10.0.0.23 - - [2026-01-15 02:09:00] "POST /neutron/network HTTP/1.1" 200 1006 0.007276 10.0.0.23 - - [2026-01-15 02:09:00] "POST /id-to-fqname HTTP/1.1" 200 228 0.001364 10.0.0.23 - - [2026-01-15 02:09:00] "GET /virtual-network/1b912744-be53-43e9-bdca-33f5c030cabf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.004967 10.0.0.23 - - [2026-01-15 02:09:00] "POST /neutron/network HTTP/1.1" 200 1006 0.006810 10.0.0.23 - - [2026-01-15 02:09:00] "GET /virtual-network/1b912744-be53-43e9-bdca-33f5c030cabf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005024 10.0.0.23 - - [2026-01-15 02:09:00] "POST /neutron/network HTTP/1.1" 200 1006 0.007571 10.0.0.23 - - [2026-01-15 02:09:00] "POST /neutron/subnet HTTP/1.1" 200 724 0.007569 10.0.0.23 - - [2026-01-15 02:09:00] "POST /neutron/subnet HTTP/1.1" 200 828 0.008263 10.0.0.23 - - [2026-01-15 02:09:00] "POST /fqname-to-id HTTP/1.1" 404 234 0.002773 10.0.0.23 - - [2026-01-15 02:09:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002862 10.0.0.23 - - [2026-01-15 02:09:00] "GET /projects?obj_uuids=25a7575c-f72c-409b-8080-b987a242d80f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001069 10.0.0.23 - - [2026-01-15 02:09:00] "GET /project/25a7575c-f72c-409b-8080-b987a242d80f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.026630 10.0.0.23 - - [2026-01-15 02:09:00] "POST /network-policys HTTP/1.1" 200 577 0.065218 10.0.0.23 - - [2026-01-15 02:09:00] "GET /network-policy/8443bcd5-b0f2-4d77-8897-cd92cbd420b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3127 0.006173 10.0.0.23 - - [2026-01-15 02:09:00] "POST /neutron/network HTTP/1.1" 200 1005 0.011017 10.0.0.23 - - [2026-01-15 02:09:01] "POST /fqname-to-id HTTP/1.1" 404 242 0.006382 10.0.0.23 - - [2026-01-15 02:09:01] "POST /fqname-to-id HTTP/1.1" 404 207 0.003624 10.0.0.23 - - [2026-01-15 02:09:01] "POST /neutron/network HTTP/1.1" 200 1113 0.049399 10.0.0.23 - - [2026-01-15 02:09:01] "POST /access-control-lists HTTP/1.1" 200 596 0.070767 10.0.0.23 - - [2026-01-15 02:09:01] "POST /neutron/network HTTP/1.1" 200 1113 0.058007 10.0.0.23 - - [2026-01-15 02:09:01] "GET /virtual-network/8c7c82fb-052d-4f32-a6ab-68481922657f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.006845 10.0.0.23 - - [2026-01-15 02:09:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002597 10.0.0.23 - - [2026-01-15 02:09:01] "GET /network-policy/8443bcd5-b0f2-4d77-8897-cd92cbd420b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3127 0.005858 10.0.0.23 - - [2026-01-15 02:09:01] "POST /neutron/network HTTP/1.1" 200 1006 0.007420 10.0.0.23 - - [2026-01-15 02:09:01] "POST /fqname-to-id HTTP/1.1" 404 207 0.006277 10.0.0.23 - - [2026-01-15 02:09:01] "POST /fqname-to-id HTTP/1.1" 404 242 0.005594 10.0.0.23 - - [2026-01-15 02:09:01] "POST /neutron/network HTTP/1.1" 200 1114 0.057042 10.0.0.23 - - [2026-01-15 02:09:01] "POST /access-control-lists HTTP/1.1" 200 596 0.070189 10.0.0.23 - - [2026-01-15 02:09:01] "POST /neutron/network HTTP/1.1" 200 1114 0.046518 10.0.0.23 - - [2026-01-15 02:09:01] "GET /virtual-network/1b912744-be53-43e9-bdca-33f5c030cabf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.004523 10.0.0.23 - - [2026-01-15 02:09:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002401 10.0.0.23 - - [2026-01-15 02:09:01] "POST /ref-update HTTP/1.1" 200 156 0.011580 10.0.0.23 - - [2026-01-15 02:09:01] "GET /network-policy/8443bcd5-b0f2-4d77-8897-cd92cbd420b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3127 0.003643 10.0.0.23 - - [2026-01-15 02:09:01] "GET /domains HTTP/1.1" 401 292 0.000442 10.0.0.23 - - [2026-01-15 02:09:01] "PUT /access-control-list/87412e15-023e-4d56-8b03-2ce039845039 HTTP/1.1" 200 272 0.059391 10.0.0.23 - - [2026-01-15 02:09:01] "GET /domains HTTP/1.1" 200 280 0.033352 10.0.0.23 - - [2026-01-15 02:09:01] "GET /domains?obj_uuids=64e99420-c75c-4c07-a68a-16b5f119e548&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001249 10.0.0.23 - - [2026-01-15 02:09:01] "GET /domain/64e99420-c75c-4c07-a68a-16b5f119e548 HTTP/1.1" 200 2770 0.007530 10.0.0.23 - - [2026-01-15 02:09:01] "GET /projects?obj_uuids=25a7575c-f72c-409b-8080-b987a242d80f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000854 10.0.0.23 - - [2026-01-15 02:09:01] "GET /project/25a7575c-f72c-409b-8080-b987a242d80f HTTP/1.1" 200 2623 0.069448 10.0.0.23 - - [2026-01-15 02:09:01] "GET /virtual-network/8c7c82fb-052d-4f32-a6ab-68481922657f HTTP/1.1" 200 3504 0.006928 10.0.0.23 - - [2026-01-15 02:09:01] "GET /virtual-network/8c7c82fb-052d-4f32-a6ab-68481922657f HTTP/1.1" 200 3504 0.005110 10.0.0.23 - - [2026-01-15 02:09:01] "GET /routing-instance/21aabbf9-3adb-49e7-9612-e3ffe36ab008 HTTP/1.1" 200 1795 0.003404 10.0.0.23 - - [2026-01-15 02:09:01] "GET /routing-instance/21aabbf9-3adb-49e7-9612-e3ffe36ab008 HTTP/1.1" 200 1795 0.003211 10.0.0.23 - - [2026-01-15 02:09:01] "GET /route-target/1c5e334c-389a-4e4c-bda4-0710ec10b25b HTTP/1.1" 200 1212 0.002774 10.0.0.23 - - [2026-01-15 02:09:01] "GET /virtual-network/8c7c82fb-052d-4f32-a6ab-68481922657f HTTP/1.1" 200 3504 0.004414 10.0.0.23 - - [2026-01-15 02:09:01] "GET /routing-instance/21aabbf9-3adb-49e7-9612-e3ffe36ab008 HTTP/1.1" 200 1795 0.002608 10.0.0.23 - - [2026-01-15 02:09:01] "GET /virtual-network/8c7c82fb-052d-4f32-a6ab-68481922657f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.004017 10.0.0.23 - - [2026-01-15 02:09:01] "GET /virtual-network/8c7c82fb-052d-4f32-a6ab-68481922657f HTTP/1.1" 200 3504 0.003805 10.0.0.23 - - [2026-01-15 02:09:01] "GET /routing-instance/21aabbf9-3adb-49e7-9612-e3ffe36ab008 HTTP/1.1" 200 1795 0.004279 10.0.0.23 - - [2026-01-15 02:09:01] "GET /routing-instance/21aabbf9-3adb-49e7-9612-e3ffe36ab008 HTTP/1.1" 200 1795 0.002869 10.0.0.23 - - [2026-01-15 02:09:01] "GET /route-target/1c5e334c-389a-4e4c-bda4-0710ec10b25b HTTP/1.1" 200 1212 0.003577 10.0.0.23 - - [2026-01-15 02:09:02] "GET /domains HTTP/1.1" 200 280 0.002359 10.0.0.23 - - [2026-01-15 02:09:02] "GET /domains?obj_uuids=64e99420-c75c-4c07-a68a-16b5f119e548&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000882 10.0.0.23 - - [2026-01-15 02:09:02] "GET /domain/64e99420-c75c-4c07-a68a-16b5f119e548 HTTP/1.1" 200 2770 0.006514 10.0.0.23 - - [2026-01-15 02:09:02] "GET /projects?obj_uuids=25a7575c-f72c-409b-8080-b987a242d80f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001099 10.0.0.23 - - [2026-01-15 02:09:02] "GET /project/25a7575c-f72c-409b-8080-b987a242d80f HTTP/1.1" 200 2623 0.067202 10.0.0.23 - - [2026-01-15 02:09:02] "GET /virtual-network/8c7c82fb-052d-4f32-a6ab-68481922657f HTTP/1.1" 200 3504 0.005760 10.0.0.23 - - [2026-01-15 02:09:02] "GET /obj-perms HTTP/1.1" 200 5046 0.059879 10.0.0.23 - - [2026-01-15 02:09:02] "GET /domains HTTP/1.1" 200 280 0.002428 10.0.0.23 - - [2026-01-15 02:09:02] "GET /domains?obj_uuids=64e99420-c75c-4c07-a68a-16b5f119e548&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001271 10.0.0.23 - - [2026-01-15 02:09:02] "GET /domain/64e99420-c75c-4c07-a68a-16b5f119e548 HTTP/1.1" 200 2770 0.006743 10.0.0.23 - - [2026-01-15 02:09:02] "GET /projects?obj_uuids=25a7575c-f72c-409b-8080-b987a242d80f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000874 10.0.0.23 - - [2026-01-15 02:09:02] "GET /project/25a7575c-f72c-409b-8080-b987a242d80f HTTP/1.1" 200 2623 0.070703 10.0.0.23 - - [2026-01-15 02:09:02] "GET /virtual-network/1b912744-be53-43e9-bdca-33f5c030cabf HTTP/1.1" 200 3506 0.006807 10.0.0.23 - - [2026-01-15 02:09:02] "GET /virtual-network/1b912744-be53-43e9-bdca-33f5c030cabf HTTP/1.1" 200 3506 0.005022 10.0.0.23 - - [2026-01-15 02:09:02] "GET /routing-instance/c27b4a6e-3a87-4f52-89b0-c91d3590dc3b HTTP/1.1" 200 1795 0.003110 10.0.0.23 - - [2026-01-15 02:09:02] "GET /routing-instance/c27b4a6e-3a87-4f52-89b0-c91d3590dc3b HTTP/1.1" 200 1795 0.004227 10.0.0.23 - - [2026-01-15 02:09:02] "GET /route-target/c974c628-aaf4-4258-984c-cee1979f2e39 HTTP/1.1" 200 1213 0.002907 10.0.0.23 - - [2026-01-15 02:09:02] "GET /virtual-network/1b912744-be53-43e9-bdca-33f5c030cabf HTTP/1.1" 200 3506 0.004576 10.0.0.23 - - [2026-01-15 02:09:02] "GET /routing-instance/c27b4a6e-3a87-4f52-89b0-c91d3590dc3b HTTP/1.1" 200 1795 0.003048 10.0.0.23 - - [2026-01-15 02:09:02] "GET /virtual-network/1b912744-be53-43e9-bdca-33f5c030cabf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.005672 10.0.0.23 - - [2026-01-15 02:09:02] "GET /virtual-network/1b912744-be53-43e9-bdca-33f5c030cabf HTTP/1.1" 200 3506 0.005921 10.0.0.23 - - [2026-01-15 02:09:02] "GET /routing-instance/c27b4a6e-3a87-4f52-89b0-c91d3590dc3b HTTP/1.1" 200 1795 0.003840 10.0.0.23 - - [2026-01-15 02:09:02] "GET /routing-instance/c27b4a6e-3a87-4f52-89b0-c91d3590dc3b HTTP/1.1" 200 1795 0.006741 10.0.0.23 - - [2026-01-15 02:09:02] "GET /route-target/c974c628-aaf4-4258-984c-cee1979f2e39 HTTP/1.1" 200 1213 0.003601 10.0.0.23 - - [2026-01-15 02:09:02] "GET /domains HTTP/1.1" 200 280 0.002918 10.0.0.23 - - [2026-01-15 02:09:02] "GET /domains?obj_uuids=64e99420-c75c-4c07-a68a-16b5f119e548&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000880 10.0.0.23 - - [2026-01-15 02:09:02] "GET /domain/64e99420-c75c-4c07-a68a-16b5f119e548 HTTP/1.1" 200 2770 0.005715 10.0.0.23 - - [2026-01-15 02:09:02] "GET /projects?obj_uuids=25a7575c-f72c-409b-8080-b987a242d80f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000844 10.0.0.23 - - [2026-01-15 02:09:02] "GET /project/25a7575c-f72c-409b-8080-b987a242d80f HTTP/1.1" 200 2623 0.069133 10.0.0.23 - - [2026-01-15 02:09:02] "GET /virtual-network/1b912744-be53-43e9-bdca-33f5c030cabf HTTP/1.1" 200 3506 0.004943 10.0.0.23 - - [2026-01-15 02:09:02] "GET /obj-perms HTTP/1.1" 200 5046 0.002827 10.0.0.23 - - [2026-01-15 02:09:02] "GET /virtual-network/1b912744-be53-43e9-bdca-33f5c030cabf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.004759 10.0.0.23 - - [2026-01-15 02:09:02] "POST /neutron/network HTTP/1.1" 200 1114 0.007172 10.0.0.23 - - [2026-01-15 02:09:02] "POST /fqname-to-id HTTP/1.1" 404 207 0.010494 10.0.0.23 - - [2026-01-15 02:09:02] "POST /neutron/network HTTP/1.1" 200 1006 0.046466 10.0.0.23 - - [2026-01-15 02:09:02] "DELETE /access-control-list/0b534336-24a1-4673-b564-f69b977bae49 HTTP/1.1" 200 115 0.033995 10.0.0.23 - - [2026-01-15 02:09:02] "POST /neutron/network HTTP/1.1" 200 1006 0.005988 10.0.0.23 - - [2026-01-15 02:09:02] "POST /ref-update HTTP/1.1" 200 156 0.012335 10.0.0.23 - - [2026-01-15 02:09:02] "GET /virtual-network/1b912744-be53-43e9-bdca-33f5c030cabf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005813 10.0.0.23 - - [2026-01-15 02:09:02] "GET /virtual-network/8c7c82fb-052d-4f32-a6ab-68481922657f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.004198 10.0.0.23 - - [2026-01-15 02:09:02] "POST /neutron/network HTTP/1.1" 200 1113 0.007101 10.0.0.23 - - [2026-01-15 02:09:03] "POST /fqname-to-id HTTP/1.1" 404 207 0.006032 10.0.0.23 - - [2026-01-15 02:09:03] "POST /neutron/network HTTP/1.1" 200 1005 0.044038 10.0.0.23 - - [2026-01-15 02:09:03] "DELETE /access-control-list/87412e15-023e-4d56-8b03-2ce039845039 HTTP/1.1" 200 115 0.026844 10.0.0.23 - - [2026-01-15 02:09:03] "POST /ref-update HTTP/1.1" 200 156 0.012373 10.0.0.23 - - [2026-01-15 02:09:03] "POST /neutron/network HTTP/1.1" 200 1005 0.018100 10.0.0.23 - - [2026-01-15 02:09:03] "GET /virtual-network/8c7c82fb-052d-4f32-a6ab-68481922657f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.004488 10.0.0.23 - - [2026-01-15 02:09:03] "DELETE /network-policy/8443bcd5-b0f2-4d77-8897-cd92cbd420b7 HTTP/1.1" 200 115 0.020984 10.0.0.23 - - [2026-01-15 02:09:03] "POST /neutron/network HTTP/1.1" 200 1006 0.007598 10.0.0.23 - - [2026-01-15 02:09:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004087 10.0.0.23 - - [2026-01-15 02:09:03] "POST /useragent-kv HTTP/1.1" 200 115 0.001612 10.0.0.23 - - [2026-01-15 02:09:03] "POST /useragent-kv HTTP/1.1" 200 115 0.002270 10.0.0.23 - - [2026-01-15 02:09:03] "POST /useragent-kv HTTP/1.1" 200 115 0.001421 10.0.0.23 - - [2026-01-15 02:09:03] "POST /useragent-kv HTTP/1.1" 200 115 0.001373 10.0.0.23 - - [2026-01-15 02:09:03] "POST /neutron/network HTTP/1.1" 200 151 0.076851 10.0.0.23 - - [2026-01-15 02:09:03] "DELETE /route-target/c974c628-aaf4-4258-984c-cee1979f2e39 HTTP/1.1" 200 115 0.017253 10.0.0.23 - - [2026-01-15 02:09:03] "GET /routing-instance/c27b4a6e-3a87-4f52-89b0-c91d3590dc3b HTTP/1.1" 404 171 0.002816 10.0.0.23 - - [2026-01-15 02:09:03] "GET /domains HTTP/1.1" 200 280 0.001843 10.0.0.23 - - [2026-01-15 02:09:03] "GET /domains?obj_uuids=64e99420-c75c-4c07-a68a-16b5f119e548&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000795 10.0.0.23 - - [2026-01-15 02:09:03] "GET /domain/64e99420-c75c-4c07-a68a-16b5f119e548 HTTP/1.1" 200 2770 0.050071 10.0.0.23 - - [2026-01-15 02:09:03] "GET /projects?obj_uuids=25a7575c-f72c-409b-8080-b987a242d80f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001396 10.0.0.23 - - [2026-01-15 02:09:03] "GET /project/25a7575c-f72c-409b-8080-b987a242d80f HTTP/1.1" 200 2143 0.072976 10.0.0.23 - - [2026-01-15 02:09:03] "POST /neutron/network HTTP/1.1" 200 1005 0.006744 10.0.0.23 - - [2026-01-15 02:09:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003348 10.0.0.23 - - [2026-01-15 02:09:03] "POST /useragent-kv HTTP/1.1" 200 115 0.001848 10.0.0.23 - - [2026-01-15 02:09:03] "POST /useragent-kv HTTP/1.1" 200 115 0.002285 10.0.0.23 - - [2026-01-15 02:09:03] "POST /useragent-kv HTTP/1.1" 200 115 0.001811 10.0.0.23 - - [2026-01-15 02:09:03] "POST /useragent-kv HTTP/1.1" 200 115 0.003262 10.0.0.23 - - [2026-01-15 02:09:03] "DELETE /route-target/1c5e334c-389a-4e4c-bda4-0710ec10b25b HTTP/1.1" 200 115 0.027317 10.0.0.23 - - [2026-01-15 02:09:03] "POST /neutron/network HTTP/1.1" 200 151 0.097051 10.0.0.23 - - [2026-01-15 02:09:03] "GET /routing-instance/21aabbf9-3adb-49e7-9612-e3ffe36ab008 HTTP/1.1" 404 171 0.002280 10.0.0.23 - - [2026-01-15 02:09:03] "GET /domains HTTP/1.1" 200 280 0.002775 10.0.0.23 - - [2026-01-15 02:09:03] "GET /domains?obj_uuids=64e99420-c75c-4c07-a68a-16b5f119e548&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001182 10.0.0.23 - - [2026-01-15 02:09:03] "GET /domain/64e99420-c75c-4c07-a68a-16b5f119e548 HTTP/1.1" 200 2770 0.048522 10.0.0.23 - - [2026-01-15 02:09:03] "GET /projects?obj_uuids=25a7575c-f72c-409b-8080-b987a242d80f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001654 10.0.0.23 - - [2026-01-15 02:09:03] "GET /project/25a7575c-f72c-409b-8080-b987a242d80f HTTP/1.1" 200 1898 0.066048 10.0.0.23 - - [2026-01-15 02:09:03] "GET /projects?obj_uuids=25a7575c-f72c-409b-8080-b987a242d80f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001119 10.0.0.23 - - [2026-01-15 02:09:03] "GET /project/25a7575c-f72c-409b-8080-b987a242d80f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.024868 10.0.0.23 - - [2026-01-15 02:09:03] "GET /projects?obj_uuids=25a7575c-f72c-409b-8080-b987a242d80f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001208 10.0.0.23 - - [2026-01-15 02:09:04] "GET /project/25a7575c-f72c-409b-8080-b987a242d80f?fields=virtual_networks HTTP/1.1" 200 1046 0.068213 10.0.0.23 - - [2026-01-15 02:09:04] "GET /projects?obj_uuids=25a7575c-f72c-409b-8080-b987a242d80f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001196 10.0.0.23 - - [2026-01-15 02:09:04] "GET /project/25a7575c-f72c-409b-8080-b987a242d80f?fields=virtual_machine_interfaces HTTP/1.1" 200 1046 0.027704 10.0.0.23 - - [2026-01-15 02:09:04] "GET /projects?obj_uuids=25a7575c-f72c-409b-8080-b987a242d80f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001044 10.0.0.23 - - [2026-01-15 02:09:04] "GET /project/25a7575c-f72c-409b-8080-b987a242d80f?fields=security_groups HTTP/1.1" 200 1280 0.025869 10.0.0.23 - - [2026-01-15 02:09:05] "POST /fqname-to-id HTTP/1.1" 404 204 0.030295 10.0.0.23 - - [2026-01-15 02:09:05] "GET /projects?obj_uuids=0cd739cc-317d-4d8d-ab2f-9c289d85f371&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002705 10.0.0.23 - - [2026-01-15 02:09:05] "GET /domains?obj_uuids=64e99420-c75c-4c07-a68a-16b5f119e548&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001388 10.0.0.23 - - [2026-01-15 02:09:05] "GET /domain/64e99420-c75c-4c07-a68a-16b5f119e548?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007389 10.0.0.23 - - [2026-01-15 02:09:05] "POST /id-to-fqname HTTP/1.1" 200 206 0.001440 10.0.0.23 - - [2026-01-15 02:09:05] "POST /fqname-to-id HTTP/1.1" 404 215 0.003123 10.0.0.23 - - [2026-01-15 02:09:05] "POST /security-groups HTTP/1.1" 200 607 0.060337 10.0.0.23 - - [2026-01-15 02:09:05] "POST /fqname-to-id HTTP/1.1" 404 250 0.002422 10.0.0.23 - - [2026-01-15 02:09:05] "POST /projects HTTP/1.1" 200 617 0.207119 10.0.0.23 - - [2026-01-15 02:09:05] "POST /access-control-lists HTTP/1.1" 200 612 0.058705 10.0.0.23 - - [2026-01-15 02:09:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.282266 10.0.0.23 - - [2026-01-15 02:09:05] "POST /fqname-to-id HTTP/1.1" 404 249 0.003238 10.0.0.23 - - [2026-01-15 02:09:05] "GET /project/0cd739cc-317d-4d8d-ab2f-9c289d85f371?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.408742 10.0.0.23 - - [2026-01-15 02:09:05] "POST /access-control-lists HTTP/1.1" 200 610 0.064774 10.0.0.23 - - [2026-01-15 02:09:06] "GET / HTTP/1.1" 200 35931 0.002131 10.0.0.23 - - [2026-01-15 02:09:07] "POST /fqname-to-id HTTP/1.1" 401 292 0.000436 10.0.0.23 - - [2026-01-15 02:09:08] "POST /fqname-to-id HTTP/1.1" 404 233 0.061140 10.0.0.23 - - [2026-01-15 02:09:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004064 10.0.0.23 - - [2026-01-15 02:09:08] "GET /projects?obj_uuids=0cd739cc-317d-4d8d-ab2f-9c289d85f371&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001160 10.0.0.23 - - [2026-01-15 02:09:08] "GET /project/0cd739cc-317d-4d8d-ab2f-9c289d85f371?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.022410 10.0.0.23 - - [2026-01-15 02:09:08] "POST /network-policys HTTP/1.1" 200 567 0.064381 10.0.0.23 - - [2026-01-15 02:09:08] "GET /network-policy/e551f77e-096d-4cbc-8d01-3fd50f04ea5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3154 0.004579 10.0.0.23 - - [2026-01-15 02:09:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002900 10.0.0.23 - - [2026-01-15 02:09:08] "GET /projects?obj_uuids=0cd739cc-317d-4d8d-ab2f-9c289d85f371&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001154 10.0.0.23 - - [2026-01-15 02:09:08] "GET /project/0cd739cc-317d-4d8d-ab2f-9c289d85f371?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.031852 10.0.0.23 - - [2026-01-15 02:09:08] "POST /neutron/network HTTP/1.1" 200 117 0.048001 10.0.0.23 - - [2026-01-15 02:09:08] "GET /projects?obj_uuids=0cd739cc-317d-4d8d-ab2f-9c289d85f371&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000967 10.0.0.23 - - [2026-01-15 02:09:08] "POST /neutron/network HTTP/1.1" 200 623 0.071196 10.0.0.23 - - [2026-01-15 02:09:08] "POST /route-targets HTTP/1.1" 200 327 0.011542 10.0.0.23 - - [2026-01-15 02:09:08] "POST /ref-update HTTP/1.1" 200 156 0.018091 10.0.0.23 - - [2026-01-15 02:09:08] "POST /useragent-kv HTTP/1.1" 200 115 0.002156 10.0.0.23 - - [2026-01-15 02:09:08] "POST /neutron/subnet HTTP/1.1" 200 725 0.176834 10.0.0.23 - - [2026-01-15 02:09:08] "POST /fqname-to-id HTTP/1.1" 404 207 0.004347 10.0.0.23 - - [2026-01-15 02:09:08] "POST /useragent-kv HTTP/1.1" 200 115 0.004478 10.0.0.23 - - [2026-01-15 02:09:08] "POST /neutron/subnet HTTP/1.1" 200 828 0.146737 10.0.0.23 - - [2026-01-15 02:09:08] "POST /neutron/network HTTP/1.1" 200 1016 0.006896 10.0.0.23 - - [2026-01-15 02:09:08] "POST /id-to-fqname HTTP/1.1" 200 237 0.001369 10.0.0.23 - - [2026-01-15 02:09:08] "GET /virtual-network/922b17b3-2fa5-4145-bd45-7e943e80a18e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2660 0.004452 10.0.0.23 - - [2026-01-15 02:09:09] "POST /neutron/network HTTP/1.1" 200 1016 0.008472 10.0.0.23 - - [2026-01-15 02:09:09] "GET /virtual-network/922b17b3-2fa5-4145-bd45-7e943e80a18e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2660 0.004104 10.0.0.23 - - [2026-01-15 02:09:09] "POST /neutron/network HTTP/1.1" 200 1016 0.007071 10.0.0.23 - - [2026-01-15 02:09:09] "POST /neutron/subnet HTTP/1.1" 200 725 0.005959 10.0.0.23 - - [2026-01-15 02:09:09] "POST /neutron/subnet HTTP/1.1" 200 828 0.006322 10.0.0.23 - - [2026-01-15 02:09:09] "POST /neutron/network HTTP/1.1" 200 1016 0.006677 10.0.0.23 - - [2026-01-15 02:09:09] "POST /fqname-to-id HTTP/1.1" 404 252 0.006331 10.0.0.23 - - [2026-01-15 02:09:09] "POST /fqname-to-id HTTP/1.1" 404 207 0.002803 10.0.0.23 - - [2026-01-15 02:09:09] "POST /neutron/network HTTP/1.1" 200 1123 0.041488 10.0.0.23 - - [2026-01-15 02:09:09] "POST /access-control-lists HTTP/1.1" 200 607 0.063186 10.0.0.23 - - [2026-01-15 02:09:09] "POST /neutron/network HTTP/1.1" 200 1123 0.040873 10.0.0.23 - - [2026-01-15 02:09:09] "GET /virtual-network/922b17b3-2fa5-4145-bd45-7e943e80a18e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2983 0.003991 10.0.0.23 - - [2026-01-15 02:09:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002679 10.0.0.23 - - [2026-01-15 02:09:09] "GET /network-policy/e551f77e-096d-4cbc-8d01-3fd50f04ea5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3154 0.003444 10.0.0.23 - - [2026-01-15 02:09:09] "GET /domains HTTP/1.1" 401 292 0.000451 10.0.0.23 - - [2026-01-15 02:09:09] "GET /domains HTTP/1.1" 200 280 0.031140 10.0.0.23 - - [2026-01-15 02:09:09] "GET /domains?obj_uuids=64e99420-c75c-4c07-a68a-16b5f119e548&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001443 10.0.0.23 - - [2026-01-15 02:09:09] "GET /domain/64e99420-c75c-4c07-a68a-16b5f119e548 HTTP/1.1" 200 2972 0.009950 10.0.0.23 - - [2026-01-15 02:09:09] "GET /projects?obj_uuids=0cd739cc-317d-4d8d-ab2f-9c289d85f371&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001544 10.0.0.23 - - [2026-01-15 02:09:09] "GET /project/0cd739cc-317d-4d8d-ab2f-9c289d85f371 HTTP/1.1" 200 2456 0.070403 10.0.0.23 - - [2026-01-15 02:09:09] "GET /virtual-network/922b17b3-2fa5-4145-bd45-7e943e80a18e HTTP/1.1" 200 3545 0.006633 10.0.0.23 - - [2026-01-15 02:09:09] "GET /virtual-network/922b17b3-2fa5-4145-bd45-7e943e80a18e HTTP/1.1" 200 3545 0.004678 10.0.0.23 - - [2026-01-15 02:09:09] "GET /routing-instance/cecdb83a-52e4-483d-9111-622ebb9010b4 HTTP/1.1" 200 1496 0.003533 10.0.0.23 - - [2026-01-15 02:09:09] "GET /routing-instance/cecdb83a-52e4-483d-9111-622ebb9010b4 HTTP/1.1" 200 1496 0.003112 10.0.0.23 - - [2026-01-15 02:09:09] "GET /route-target/bfc94793-238b-4b46-bd3a-53d150517253 HTTP/1.1" 200 1223 0.002827 10.0.0.23 - - [2026-01-15 02:09:09] "GET /virtual-network/922b17b3-2fa5-4145-bd45-7e943e80a18e HTTP/1.1" 200 3545 0.004991 10.0.0.23 - - [2026-01-15 02:09:09] "GET /routing-instance/cecdb83a-52e4-483d-9111-622ebb9010b4 HTTP/1.1" 200 1496 0.003233 10.0.0.23 - - [2026-01-15 02:09:09] "GET /virtual-network/922b17b3-2fa5-4145-bd45-7e943e80a18e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2983 0.004320 10.0.0.23 - - [2026-01-15 02:09:09] "GET /virtual-network/922b17b3-2fa5-4145-bd45-7e943e80a18e HTTP/1.1" 200 3545 0.004664 10.0.0.23 - - [2026-01-15 02:09:09] "GET /routing-instance/cecdb83a-52e4-483d-9111-622ebb9010b4 HTTP/1.1" 200 1496 0.003466 10.0.0.23 - - [2026-01-15 02:09:09] "GET /routing-instance/cecdb83a-52e4-483d-9111-622ebb9010b4 HTTP/1.1" 200 1496 0.003601 10.0.0.23 - - [2026-01-15 02:09:09] "GET /route-target/bfc94793-238b-4b46-bd3a-53d150517253 HTTP/1.1" 200 1223 0.002747 10.0.0.23 - - [2026-01-15 02:09:09] "GET /domains HTTP/1.1" 200 280 0.002538 10.0.0.23 - - [2026-01-15 02:09:09] "GET /domains?obj_uuids=64e99420-c75c-4c07-a68a-16b5f119e548&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000933 10.0.0.23 - - [2026-01-15 02:09:09] "GET /domain/64e99420-c75c-4c07-a68a-16b5f119e548 HTTP/1.1" 200 2972 0.006634 10.0.0.23 - - [2026-01-15 02:09:09] "GET /projects?obj_uuids=0cd739cc-317d-4d8d-ab2f-9c289d85f371&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000894 10.0.0.23 - - [2026-01-15 02:09:10] "GET /project/0cd739cc-317d-4d8d-ab2f-9c289d85f371 HTTP/1.1" 200 2456 0.070296 10.0.0.23 - - [2026-01-15 02:09:10] "GET /virtual-network/922b17b3-2fa5-4145-bd45-7e943e80a18e HTTP/1.1" 200 3545 0.004882 10.0.0.23 - - [2026-01-15 02:09:10] "GET /obj-perms HTTP/1.1" 200 5062 0.066311 10.0.0.23 - - [2026-01-15 02:09:10] "GET /domains HTTP/1.1" 200 280 0.003342 10.0.0.23 - - [2026-01-15 02:09:10] "GET /domains?obj_uuids=64e99420-c75c-4c07-a68a-16b5f119e548&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001271 10.0.0.23 - - [2026-01-15 02:09:10] "GET /domain/64e99420-c75c-4c07-a68a-16b5f119e548 HTTP/1.1" 200 2972 0.008721 10.0.0.23 - - [2026-01-15 02:09:10] "GET /projects?obj_uuids=0cd739cc-317d-4d8d-ab2f-9c289d85f371&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000835 10.0.0.23 - - [2026-01-15 02:09:10] "GET /project/0cd739cc-317d-4d8d-ab2f-9c289d85f371 HTTP/1.1" 200 2456 0.068103 10.0.0.23 - - [2026-01-15 02:09:10] "GET /network-policy/e551f77e-096d-4cbc-8d01-3fd50f04ea5b HTTP/1.1" 200 3480 0.003804 10.0.0.23 - - [2026-01-15 02:09:10] "DELETE /network-policy/e551f77e-096d-4cbc-8d01-3fd50f04ea5b HTTP/1.1" 409 238 0.004833 10.0.0.23 - - [2026-01-15 02:09:10] "POST /neutron/network HTTP/1.1" 200 1123 0.007710 10.0.0.23 - - [2026-01-15 02:09:10] "DELETE /access-control-list/25500d9d-6db9-4c2c-bb8a-9f6e320a1d57 HTTP/1.1" 200 115 0.024192 10.0.0.23 - - [2026-01-15 02:09:10] "POST /useragent-kv HTTP/1.1" 200 115 0.002736 10.0.0.23 - - [2026-01-15 02:09:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003865 10.0.0.23 - - [2026-01-15 02:09:10] "POST /useragent-kv HTTP/1.1" 200 115 0.002113 10.0.0.23 - - [2026-01-15 02:09:10] "POST /useragent-kv HTTP/1.1" 200 115 0.001801 10.0.0.23 - - [2026-01-15 02:09:10] "POST /useragent-kv HTTP/1.1" 200 115 0.001814 10.0.0.23 - - [2026-01-15 02:09:10] "POST /neutron/network HTTP/1.1" 200 151 0.089986 10.0.0.23 - - [2026-01-15 02:09:10] "GET /routing-instance/cecdb83a-52e4-483d-9111-622ebb9010b4 HTTP/1.1" 404 171 0.002552 10.0.0.23 - - [2026-01-15 02:09:10] "GET /domains HTTP/1.1" 200 280 0.002738 10.0.0.23 - - [2026-01-15 02:09:10] "GET /domains?obj_uuids=64e99420-c75c-4c07-a68a-16b5f119e548&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001078 10.0.0.23 - - [2026-01-15 02:09:10] "DELETE /route-target/bfc94793-238b-4b46-bd3a-53d150517253 HTTP/1.1" 200 115 0.028007 10.0.0.23 - - [2026-01-15 02:09:10] "GET /domain/64e99420-c75c-4c07-a68a-16b5f119e548 HTTP/1.1" 200 2972 0.052963 10.0.0.23 - - [2026-01-15 02:09:10] "GET /projects?obj_uuids=0cd739cc-317d-4d8d-ab2f-9c289d85f371&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000923 10.0.0.23 - - [2026-01-15 02:09:10] "GET /project/0cd739cc-317d-4d8d-ab2f-9c289d85f371 HTTP/1.1" 200 2202 0.069724 10.0.0.23 - - [2026-01-15 02:09:10] "DELETE /network-policy/e551f77e-096d-4cbc-8d01-3fd50f04ea5b HTTP/1.1" 200 115 0.025406 10.0.0.23 - - [2026-01-15 02:09:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004299 10.0.0.23 - - [2026-01-15 02:09:10] "GET /projects?obj_uuids=0cd739cc-317d-4d8d-ab2f-9c289d85f371&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001023 10.0.0.23 - - [2026-01-15 02:09:10] "GET /project/0cd739cc-317d-4d8d-ab2f-9c289d85f371?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.027351 10.0.0.23 - - [2026-01-15 02:09:10] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyNegativeIpv4v6-58426429&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.004269 10.0.0.23 - - [2026-01-15 02:09:11] "GET /projects?obj_uuids=0cd739cc-317d-4d8d-ab2f-9c289d85f371&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001268 10.0.0.23 - - [2026-01-15 02:09:11] "GET /project/0cd739cc-317d-4d8d-ab2f-9c289d85f371?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.024351 10.0.0.23 - - [2026-01-15 02:09:11] "GET /projects?obj_uuids=0cd739cc-317d-4d8d-ab2f-9c289d85f371&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000951 10.0.0.23 - - [2026-01-15 02:09:11] "GET /project/0cd739cc-317d-4d8d-ab2f-9c289d85f371?fields=virtual_networks HTTP/1.1" 200 1062 0.067971 10.0.0.23 - - [2026-01-15 02:09:11] "GET /projects?obj_uuids=0cd739cc-317d-4d8d-ab2f-9c289d85f371&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000940 10.0.0.23 - - [2026-01-15 02:09:11] "GET /project/0cd739cc-317d-4d8d-ab2f-9c289d85f371?fields=virtual_machine_interfaces HTTP/1.1" 200 1062 0.029744 10.0.0.23 - - [2026-01-15 02:09:11] "GET /projects?obj_uuids=0cd739cc-317d-4d8d-ab2f-9c289d85f371&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001793 10.0.0.23 - - [2026-01-15 02:09:11] "GET /project/0cd739cc-317d-4d8d-ab2f-9c289d85f371?fields=security_groups HTTP/1.1" 200 1304 0.037951 10.0.0.23 - - [2026-01-15 02:09:12] "POST /fqname-to-id HTTP/1.1" 404 190 0.031889 10.0.0.23 - - [2026-01-15 02:09:12] "GET /projects?obj_uuids=ba08b6b5-3c0b-4610-b823-355b94e542b8&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002135 10.0.0.23 - - [2026-01-15 02:09:12] "GET /domains?obj_uuids=64e99420-c75c-4c07-a68a-16b5f119e548&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001516 10.0.0.23 - - [2026-01-15 02:09:12] "GET /domain/64e99420-c75c-4c07-a68a-16b5f119e548?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006990 10.0.0.23 - - [2026-01-15 02:09:12] "POST /id-to-fqname HTTP/1.1" 200 192 0.001057 10.0.0.23 - - [2026-01-15 02:09:12] "POST /fqname-to-id HTTP/1.1" 404 201 0.003247 10.0.0.23 - - [2026-01-15 02:09:13] "POST /security-groups HTTP/1.1" 200 593 0.060174 10.0.0.23 - - [2026-01-15 02:09:13] "POST /fqname-to-id HTTP/1.1" 404 236 0.002291 10.0.0.23 - - [2026-01-15 02:09:13] "POST /projects HTTP/1.1" 200 589 0.205124 10.0.0.23 - - [2026-01-15 02:09:13] "POST /access-control-lists HTTP/1.1" 200 598 0.056155 10.0.0.23 - - [2026-01-15 02:09:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.280251 10.0.0.23 - - [2026-01-15 02:09:13] "POST /fqname-to-id HTTP/1.1" 404 235 0.003033 10.0.0.23 - - [2026-01-15 02:09:13] "GET /project/ba08b6b5-3c0b-4610-b823-355b94e542b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.402154 10.0.0.23 - - [2026-01-15 02:09:13] "POST /access-control-lists HTTP/1.1" 200 596 0.061672 10.0.0.23 - - [2026-01-15 02:09:14] "GET / HTTP/1.1" 200 35931 0.002175 10.0.0.23 - - [2026-01-15 02:09:14] "POST /fqname-to-id HTTP/1.1" 401 292 0.000495 10.0.0.23 - - [2026-01-15 02:09:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.066404 10.0.0.23 - - [2026-01-15 02:09:15] "GET /projects?obj_uuids=ba08b6b5-3c0b-4610-b823-355b94e542b8&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001317 10.0.0.23 - - [2026-01-15 02:09:15] "GET /project/ba08b6b5-3c0b-4610-b823-355b94e542b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.025945 10.0.0.23 - - [2026-01-15 02:09:15] "POST /neutron/network HTTP/1.1" 200 117 0.039091 10.0.0.23 - - [2026-01-15 02:09:15] "GET /projects?obj_uuids=ba08b6b5-3c0b-4610-b823-355b94e542b8&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000954 10.0.0.23 - - [2026-01-15 02:09:15] "POST /neutron/network HTTP/1.1" 200 607 0.072443 10.0.0.23 - - [2026-01-15 02:09:15] "POST /route-targets HTTP/1.1" 200 327 0.011004 10.0.0.23 - - [2026-01-15 02:09:15] "POST /ref-update HTTP/1.1" 200 156 0.014498 10.0.0.23 - - [2026-01-15 02:09:15] "POST /useragent-kv HTTP/1.1" 200 115 0.002568 10.0.0.23 - - [2026-01-15 02:09:15] "POST /neutron/subnet HTTP/1.1" 200 720 0.149080 10.0.0.23 - - [2026-01-15 02:09:15] "POST /neutron/network HTTP/1.1" 200 825 0.005480 10.0.0.23 - - [2026-01-15 02:09:15] "POST /id-to-fqname HTTP/1.1" 200 222 0.001107 10.0.0.23 - - [2026-01-15 02:09:15] "GET /virtual-network/cd0ee53b-2762-4202-9bcb-7e8772ab95c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005481 10.0.0.23 - - [2026-01-15 02:09:15] "POST /neutron/network HTTP/1.1" 200 825 0.006230 10.0.0.23 - - [2026-01-15 02:09:15] "GET /virtual-network/cd0ee53b-2762-4202-9bcb-7e8772ab95c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.004313 10.0.0.23 - - [2026-01-15 02:09:15] "POST /neutron/network HTTP/1.1" 200 825 0.005880 10.0.0.23 - - [2026-01-15 02:09:15] "POST /neutron/subnet HTTP/1.1" 200 720 0.007208 10.0.0.23 - - [2026-01-15 02:09:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002386 10.0.0.23 - - [2026-01-15 02:09:15] "GET /projects?obj_uuids=ba08b6b5-3c0b-4610-b823-355b94e542b8&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000851 10.0.0.23 - - [2026-01-15 02:09:15] "GET /project/ba08b6b5-3c0b-4610-b823-355b94e542b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.021916 10.0.0.23 - - [2026-01-15 02:09:15] "POST /neutron/network HTTP/1.1" 200 117 0.009928 10.0.0.23 - - [2026-01-15 02:09:16] "GET /projects?obj_uuids=ba08b6b5-3c0b-4610-b823-355b94e542b8&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000942 10.0.0.23 - - [2026-01-15 02:09:16] "POST /neutron/network HTTP/1.1" 200 607 0.060709 10.0.0.23 - - [2026-01-15 02:09:16] "POST /route-targets HTTP/1.1" 200 327 0.009822 10.0.0.23 - - [2026-01-15 02:09:16] "POST /ref-update HTTP/1.1" 200 156 0.008831 10.0.0.23 - - [2026-01-15 02:09:16] "POST /useragent-kv HTTP/1.1" 200 115 0.005213 10.0.0.23 - - [2026-01-15 02:09:16] "POST /neutron/subnet HTTP/1.1" 200 729 0.207939 10.0.0.23 - - [2026-01-15 02:09:16] "POST /neutron/network HTTP/1.1" 200 827 0.004672 10.0.0.23 - - [2026-01-15 02:09:16] "POST /id-to-fqname HTTP/1.1" 200 222 0.001128 10.0.0.23 - - [2026-01-15 02:09:16] "GET /virtual-network/58a8e865-fc87-4667-b10a-d597a86af87a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004503 10.0.0.23 - - [2026-01-15 02:09:16] "POST /neutron/network HTTP/1.1" 200 827 0.006218 10.0.0.23 - - [2026-01-15 02:09:16] "GET /virtual-network/58a8e865-fc87-4667-b10a-d597a86af87a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004702 10.0.0.23 - - [2026-01-15 02:09:16] "POST /neutron/network HTTP/1.1" 200 827 0.005844 10.0.0.23 - - [2026-01-15 02:09:16] "POST /neutron/subnet HTTP/1.1" 200 729 0.007327 10.0.0.23 - - [2026-01-15 02:09:16] "POST /fqname-to-id HTTP/1.1" 404 228 0.002572 10.0.0.23 - - [2026-01-15 02:09:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002016 10.0.0.23 - - [2026-01-15 02:09:16] "GET /projects?obj_uuids=ba08b6b5-3c0b-4610-b823-355b94e542b8&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001261 10.0.0.23 - - [2026-01-15 02:09:16] "GET /project/ba08b6b5-3c0b-4610-b823-355b94e542b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.023383 10.0.0.23 - - [2026-01-15 02:09:16] "POST /network-policys HTTP/1.1" 200 571 0.022401 10.0.0.23 - - [2026-01-15 02:09:16] "GET /network-policy/13524e31-f1ec-4ac9-8a81-ba070d749cac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2151 0.004434 10.0.0.23 - - [2026-01-15 02:09:16] "POST /neutron/network HTTP/1.1" 200 825 0.005274 10.0.0.23 - - [2026-01-15 02:09:16] "POST /fqname-to-id HTTP/1.1" 404 236 0.003826 10.0.0.23 - - [2026-01-15 02:09:16] "POST /neutron/network HTTP/1.1" 200 927 0.040180 10.0.0.23 - - [2026-01-15 02:09:16] "POST /neutron/network HTTP/1.1" 200 927 0.043145 10.0.0.23 - - [2026-01-15 02:09:16] "POST /access-control-lists HTTP/1.1" 200 590 0.066209 10.0.0.23 - - [2026-01-15 02:09:16] "GET /virtual-network/cd0ee53b-2762-4202-9bcb-7e8772ab95c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.004418 10.0.0.23 - - [2026-01-15 02:09:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002228 10.0.0.23 - - [2026-01-15 02:09:16] "GET /network-policy/13524e31-f1ec-4ac9-8a81-ba070d749cac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2151 0.003897 10.0.0.23 - - [2026-01-15 02:09:16] "POST /neutron/network HTTP/1.1" 200 827 0.005460 10.0.0.23 - - [2026-01-15 02:09:16] "POST /neutron/network HTTP/1.1" 200 929 0.035881 10.0.0.23 - - [2026-01-15 02:09:16] "PUT /access-control-list/959bb137-b5f8-4f34-b107-39eb4bf51a1d HTTP/1.1" 200 272 0.011452 10.0.0.23 - - [2026-01-15 02:09:16] "POST /fqname-to-id HTTP/1.1" 404 236 0.002111 10.0.0.23 - - [2026-01-15 02:09:17] "POST /neutron/network HTTP/1.1" 200 929 0.006209 10.0.0.23 - - [2026-01-15 02:09:17] "GET /virtual-network/58a8e865-fc87-4667-b10a-d597a86af87a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.004816 10.0.0.23 - - [2026-01-15 02:09:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002441 10.0.0.23 - - [2026-01-15 02:09:17] "GET /network-policy/13524e31-f1ec-4ac9-8a81-ba070d749cac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2151 0.025588 10.0.0.23 - - [2026-01-15 02:09:17] "POST /access-control-lists HTTP/1.1" 200 590 0.058152 10.0.0.23 - - [2026-01-15 02:09:17] "GET /domains HTTP/1.1" 401 292 0.000453 10.0.0.23 - - [2026-01-15 02:09:17] "POST /ref-update HTTP/1.1" 200 156 0.009256 10.0.0.23 - - [2026-01-15 02:09:17] "GET /domains HTTP/1.1" 200 280 0.029163 10.0.0.23 - - [2026-01-15 02:09:17] "GET /domains?obj_uuids=64e99420-c75c-4c07-a68a-16b5f119e548&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000982 10.0.0.23 - - [2026-01-15 02:09:17] "GET /domain/64e99420-c75c-4c07-a68a-16b5f119e548 HTTP/1.1" 200 3160 0.008479 10.0.0.23 - - [2026-01-15 02:09:17] "GET /projects?obj_uuids=ba08b6b5-3c0b-4610-b823-355b94e542b8&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002283 10.0.0.23 - - [2026-01-15 02:09:17] "GET /project/ba08b6b5-3c0b-4610-b823-355b94e542b8 HTTP/1.1" 200 2571 0.071871 10.0.0.23 - - [2026-01-15 02:09:17] "GET /virtual-network/cd0ee53b-2762-4202-9bcb-7e8772ab95c3 HTTP/1.1" 200 2890 0.005273 10.0.0.23 - - [2026-01-15 02:09:17] "GET /virtual-network/cd0ee53b-2762-4202-9bcb-7e8772ab95c3 HTTP/1.1" 200 2890 0.004046 10.0.0.23 - - [2026-01-15 02:09:17] "GET /routing-instance/3ee3835c-2121-492c-a8f4-4c92b0b7ae4d HTTP/1.1" 200 1783 0.003451 10.0.0.23 - - [2026-01-15 02:09:17] "GET /routing-instance/3ee3835c-2121-492c-a8f4-4c92b0b7ae4d HTTP/1.1" 200 1783 0.003589 10.0.0.23 - - [2026-01-15 02:09:17] "GET /route-target/e0682f39-c248-4e71-a6ec-f7ce5e6299a3 HTTP/1.1" 200 1207 0.002642 10.0.0.23 - - [2026-01-15 02:09:17] "GET /virtual-network/cd0ee53b-2762-4202-9bcb-7e8772ab95c3 HTTP/1.1" 200 2890 0.004084 10.0.0.23 - - [2026-01-15 02:09:17] "GET /routing-instance/3ee3835c-2121-492c-a8f4-4c92b0b7ae4d HTTP/1.1" 200 1783 0.003131 10.0.0.23 - - [2026-01-15 02:09:17] "GET /virtual-network/cd0ee53b-2762-4202-9bcb-7e8772ab95c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.003929 10.0.0.23 - - [2026-01-15 02:09:17] "GET /virtual-network/cd0ee53b-2762-4202-9bcb-7e8772ab95c3 HTTP/1.1" 200 2890 0.004288 10.0.0.23 - - [2026-01-15 02:09:17] "GET /routing-instance/3ee3835c-2121-492c-a8f4-4c92b0b7ae4d HTTP/1.1" 200 1783 0.002930 10.0.0.23 - - [2026-01-15 02:09:17] "GET /routing-instance/3ee3835c-2121-492c-a8f4-4c92b0b7ae4d HTTP/1.1" 200 1783 0.003450 10.0.0.23 - - [2026-01-15 02:09:17] "GET /route-target/e0682f39-c248-4e71-a6ec-f7ce5e6299a3 HTTP/1.1" 200 1207 0.002604 10.0.0.23 - - [2026-01-15 02:09:17] "GET /domains HTTP/1.1" 200 280 0.002690 10.0.0.23 - - [2026-01-15 02:09:17] "GET /domains?obj_uuids=64e99420-c75c-4c07-a68a-16b5f119e548&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001084 10.0.0.23 - - [2026-01-15 02:09:17] "GET /domain/64e99420-c75c-4c07-a68a-16b5f119e548 HTTP/1.1" 200 3160 0.006818 10.0.0.23 - - [2026-01-15 02:09:17] "GET /projects?obj_uuids=ba08b6b5-3c0b-4610-b823-355b94e542b8&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001045 10.0.0.23 - - [2026-01-15 02:09:17] "GET /project/ba08b6b5-3c0b-4610-b823-355b94e542b8 HTTP/1.1" 200 2571 0.070013 10.0.0.23 - - [2026-01-15 02:09:17] "GET /virtual-network/cd0ee53b-2762-4202-9bcb-7e8772ab95c3 HTTP/1.1" 200 2890 0.004632 10.0.0.23 - - [2026-01-15 02:09:18] "GET /obj-perms HTTP/1.1" 200 5034 0.067155 10.0.0.23 - - [2026-01-15 02:09:18] "GET /domains HTTP/1.1" 200 280 0.002662 10.0.0.23 - - [2026-01-15 02:09:18] "GET /domains?obj_uuids=64e99420-c75c-4c07-a68a-16b5f119e548&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001005 10.0.0.23 - - [2026-01-15 02:09:18] "GET /domain/64e99420-c75c-4c07-a68a-16b5f119e548 HTTP/1.1" 200 3160 0.006806 10.0.0.23 - - [2026-01-15 02:09:18] "GET /projects?obj_uuids=ba08b6b5-3c0b-4610-b823-355b94e542b8&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001140 10.0.0.23 - - [2026-01-15 02:09:18] "GET /project/ba08b6b5-3c0b-4610-b823-355b94e542b8 HTTP/1.1" 200 2571 0.066454 10.0.0.23 - - [2026-01-15 02:09:18] "GET /virtual-network/58a8e865-fc87-4667-b10a-d597a86af87a HTTP/1.1" 200 2895 0.007834 10.0.0.23 - - [2026-01-15 02:09:18] "GET /virtual-network/58a8e865-fc87-4667-b10a-d597a86af87a HTTP/1.1" 200 2895 0.004032 10.0.0.23 - - [2026-01-15 02:09:18] "GET /routing-instance/db9b75e4-60c4-4f3c-818f-d649e865e3e4 HTTP/1.1" 200 1783 0.003680 10.0.0.23 - - [2026-01-15 02:09:18] "GET /routing-instance/db9b75e4-60c4-4f3c-818f-d649e865e3e4 HTTP/1.1" 200 1783 0.003370 10.0.0.23 - - [2026-01-15 02:09:18] "GET /route-target/a802cbdc-6c11-4054-8e50-e4045f94e48b HTTP/1.1" 200 1207 0.003302 10.0.0.23 - - [2026-01-15 02:09:18] "GET /virtual-network/58a8e865-fc87-4667-b10a-d597a86af87a HTTP/1.1" 200 2895 0.004686 10.0.0.23 - - [2026-01-15 02:09:18] "GET /routing-instance/db9b75e4-60c4-4f3c-818f-d649e865e3e4 HTTP/1.1" 200 1783 0.002945 10.0.0.23 - - [2026-01-15 02:09:18] "GET /virtual-network/58a8e865-fc87-4667-b10a-d597a86af87a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.004785 10.0.0.23 - - [2026-01-15 02:09:18] "GET /virtual-network/58a8e865-fc87-4667-b10a-d597a86af87a HTTP/1.1" 200 2895 0.004131 10.0.0.23 - - [2026-01-15 02:09:18] "GET /routing-instance/db9b75e4-60c4-4f3c-818f-d649e865e3e4 HTTP/1.1" 200 1783 0.002649 10.0.0.23 - - [2026-01-15 02:09:18] "GET /routing-instance/db9b75e4-60c4-4f3c-818f-d649e865e3e4 HTTP/1.1" 200 1783 0.003545 10.0.0.23 - - [2026-01-15 02:09:18] "GET /route-target/a802cbdc-6c11-4054-8e50-e4045f94e48b HTTP/1.1" 200 1207 0.003704 10.0.0.23 - - [2026-01-15 02:09:18] "GET /domains HTTP/1.1" 200 280 0.006806 10.0.0.23 - - [2026-01-15 02:09:18] "GET /domains?obj_uuids=64e99420-c75c-4c07-a68a-16b5f119e548&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001151 10.0.0.23 - - [2026-01-15 02:09:18] "GET /domain/64e99420-c75c-4c07-a68a-16b5f119e548 HTTP/1.1" 200 3160 0.008953 10.0.0.23 - - [2026-01-15 02:09:18] "GET /projects?obj_uuids=ba08b6b5-3c0b-4610-b823-355b94e542b8&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000922 10.0.0.23 - - [2026-01-15 02:09:18] "GET /project/ba08b6b5-3c0b-4610-b823-355b94e542b8 HTTP/1.1" 200 2571 0.071007 10.0.0.23 - - [2026-01-15 02:09:18] "GET /virtual-network/58a8e865-fc87-4667-b10a-d597a86af87a HTTP/1.1" 200 2895 0.004660 10.0.0.23 - - [2026-01-15 02:09:18] "GET /obj-perms HTTP/1.1" 200 5034 0.002736 10.0.0.23 - - [2026-01-15 02:09:18] "POST /id-to-fqname HTTP/1.1" 200 222 0.001266 10.0.0.23 - - [2026-01-15 02:09:18] "POST /neutron/network HTTP/1.1" 200 937 0.006967 10.0.0.23 - - [2026-01-15 02:09:18] "GET /aaa-mode HTTP/1.1" 401 292 0.000390 10.0.0.23 - - [2026-01-15 02:09:19] "GET / HTTP/1.1" 200 35931 0.002187 10.0.0.23 - - [2026-01-15 02:09:19] "GET /project/ba08b6b5-3c0b-4610-b823-355b94e542b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000373 10.0.0.23 - - [2026-01-15 02:09:19] "GET /projects?obj_uuids=ba08b6b5-3c0b-4610-b823-355b94e542b8&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001034 10.0.0.23 - - [2026-01-15 02:09:19] "GET /project/ba08b6b5-3c0b-4610-b823-355b94e542b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.050347 10.0.0.23 - - [2026-01-15 02:09:19] "POST /neutron/network HTTP/1.1" 200 927 0.005593 10.0.0.23 - - [2026-01-15 02:09:19] "POST /neutron/port HTTP/1.1" 200 117 0.005699 10.0.0.23 - - [2026-01-15 02:09:19] "POST /neutron/port HTTP/1.1" 200 117 0.004983 10.0.0.23 - - [2026-01-15 02:09:19] "POST /id-to-fqname HTTP/1.1" 200 222 0.001403 10.0.0.23 - - [2026-01-15 02:09:19] "POST /neutron/port HTTP/1.1" 200 117 0.005471 10.0.0.23 - - [2026-01-15 02:09:19] "POST /neutron/network HTTP/1.1" 200 939 0.005143 10.0.0.23 - - [2026-01-15 02:09:19] "GET /aaa-mode HTTP/1.1" 401 292 0.000447 10.0.0.23 - - [2026-01-15 02:09:20] "POST /neutron/network HTTP/1.1" 200 937 0.006473 10.0.0.23 - - [2026-01-15 02:09:20] "GET /projects?obj_uuids=ba08b6b5-3c0b-4610-b823-355b94e542b8&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001258 10.0.0.23 - - [2026-01-15 02:09:20] "GET / HTTP/1.1" 200 35931 0.002553 10.0.0.23 - - [2026-01-15 02:09:20] "GET /project/ba08b6b5-3c0b-4610-b823-355b94e542b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000531 10.0.0.23 - - [2026-01-15 02:09:20] "POST /neutron/port HTTP/1.1" 200 1061 0.212466 10.0.0.23 - - [2026-01-15 02:09:20] "POST /neutron/port HTTP/1.1" 200 1061 0.012307 10.0.0.23 - - [2026-01-15 02:09:20] "POST /neutron/port HTTP/1.1" 200 1061 0.012373 10.0.0.23 - - [2026-01-15 02:09:20] "POST /neutron/port HTTP/1.1" 200 1115 0.051888 10.0.0.23 - - [2026-01-15 02:09:20] "POST /neutron/port HTTP/1.1" 200 1125 0.011869 10.0.0.23 - - [2026-01-15 02:09:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003432 10.0.0.23 - - [2026-01-15 02:09:20] "POST /neutron/subnet HTTP/1.1" 200 694 0.008433 10.0.0.23 - - [2026-01-15 02:09:20] "POST /neutron/port HTTP/1.1" 200 117 0.001036 10.0.0.23 - - [2026-01-15 02:09:20] "POST /neutron/network HTTP/1.1" 200 927 0.009253 10.0.0.23 - - [2026-01-15 02:09:20] "GET /projects?obj_uuids=ba08b6b5-3c0b-4610-b823-355b94e542b8&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001135 10.0.0.23 - - [2026-01-15 02:09:20] "GET /project/ba08b6b5-3c0b-4610-b823-355b94e542b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.061550 10.0.0.23 - - [2026-01-15 02:09:20] "POST /neutron/network HTTP/1.1" 200 929 0.006090 10.0.0.23 - - [2026-01-15 02:09:20] "POST /neutron/port HTTP/1.1" 200 1125 0.014937 10.0.0.23 - - [2026-01-15 02:09:20] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007132 10.0.0.23 - - [2026-01-15 02:09:20] "POST /neutron/port HTTP/1.1" 200 117 0.004679 10.0.0.23 - - [2026-01-15 02:09:20] "POST /neutron/port HTTP/1.1" 200 1125 0.018288 10.0.0.23 - - [2026-01-15 02:09:20] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007554 10.0.0.23 - - [2026-01-15 02:09:21] "POST /neutron/network HTTP/1.1" 200 939 0.006478 10.0.0.23 - - [2026-01-15 02:09:21] "GET /projects?obj_uuids=ba08b6b5-3c0b-4610-b823-355b94e542b8&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001002 10.0.0.23 - - [2026-01-15 02:09:21] "PUT /access-control-list/8fef5a02-f8d0-4f93-bef7-701072a9ea45 HTTP/1.1" 200 272 0.012362 10.0.0.23 - - [2026-01-15 02:09:21] "POST /neutron/port HTTP/1.1" 200 1063 0.228019 10.0.0.23 - - [2026-01-15 02:09:21] "POST /neutron/port HTTP/1.1" 200 1063 0.010718 10.0.0.23 - - [2026-01-15 02:09:21] "POST /neutron/port HTTP/1.1" 200 1063 0.008994 10.0.0.23 - - [2026-01-15 02:09:21] "POST /neutron/port HTTP/1.1" 200 1117 0.062260 10.0.0.23 - - [2026-01-15 02:09:21] "POST /neutron/port HTTP/1.1" 200 1127 0.012898 10.0.0.23 - - [2026-01-15 02:09:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003997 10.0.0.23 - - [2026-01-15 02:09:21] "POST /neutron/subnet HTTP/1.1" 200 703 0.006549 10.0.0.23 - - [2026-01-15 02:09:21] "POST /neutron/port HTTP/1.1" 200 117 0.001098 10.0.0.23 - - [2026-01-15 02:09:21] "POST /neutron/network HTTP/1.1" 200 929 0.005719 10.0.0.23 - - [2026-01-15 02:09:25] "POST /neutron/port HTTP/1.1" 200 1125 0.017593 10.0.0.23 - - [2026-01-15 02:09:25] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007173 10.0.0.23 - - [2026-01-15 02:09:26] "POST /neutron/port HTTP/1.1" 200 1125 0.015264 10.0.0.23 - - [2026-01-15 02:09:26] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007180 10.0.0.23 - - [2026-01-15 02:09:26] "POST /neutron/port HTTP/1.1" 200 1125 0.010998 10.0.0.23 - - [2026-01-15 02:09:26] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005632 10.0.0.23 - - [2026-01-15 02:09:26] "GET /virtual-machine/074f706e-5919-48bc-809b-9d67e112a24e HTTP/1.1" 200 1292 0.004469 10.0.0.23 - - [2026-01-15 02:09:26] "GET /virtual-machine-interface/8e4a9404-f2ee-4643-b4f9-5ae71a9a65c1 HTTP/1.1" 200 2952 0.004902 10.0.0.23 - - [2026-01-15 02:09:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002701 10.0.0.23 - - [2026-01-15 02:09:26] "GET /global-vrouter-config/3c3c8a9c-add7-4dd6-83b8-c8c9d45127ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.002677 10.0.0.23 - - [2026-01-15 02:09:26] "GET /virtual-networks?parent_id=ba08b6b5-3c0b-4610-b823-355b94e542b8&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004332 10.0.0.23 - - [2026-01-15 02:09:26] "GET /virtual-network/cd0ee53b-2762-4202-9bcb-7e8772ab95c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.005385 10.0.0.23 - - [2026-01-15 02:09:29] "POST /neutron/port HTTP/1.1" 200 1125 0.011963 10.0.0.23 - - [2026-01-15 02:09:29] "POST /neutron/port HTTP/1.1" 200 1125 0.012137 10.0.0.23 - - [2026-01-15 02:09:29] "POST /neutron/network HTTP/1.1" 200 937 0.005965 10.0.0.23 - - [2026-01-15 02:09:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002884 10.0.0.23 - - [2026-01-15 02:09:29] "POST /neutron/subnet HTTP/1.1" 200 694 0.006644 10.0.0.23 - - [2026-01-15 02:09:29] "POST /neutron/port HTTP/1.1" 200 117 0.001302 10.0.0.23 - - [2026-01-15 02:09:29] "POST /neutron/network HTTP/1.1" 200 927 0.005838 10.0.0.23 - - [2026-01-15 02:09:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002943 10.0.0.23 - - [2026-01-15 02:09:29] "GET /virtual-network/cd0ee53b-2762-4202-9bcb-7e8772ab95c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.004491 10.0.0.23 - - [2026-01-15 02:09:29] "POST /neutron/port HTTP/1.1" 200 1125 0.036573 10.0.0.23 - - [2026-01-15 02:09:29] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005835 10.0.0.23 - - [2026-01-15 02:09:30] "POST /neutron/port HTTP/1.1" 200 1127 0.018881 10.0.0.23 - - [2026-01-15 02:09:30] "POST /neutron/security_group HTTP/1.1" 200 2060 0.004608 10.0.0.23 - - [2026-01-15 02:09:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002648 10.0.0.23 - - [2026-01-15 02:09:31] "GET /global-vrouter-config/3c3c8a9c-add7-4dd6-83b8-c8c9d45127ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.002823 10.0.0.23 - - [2026-01-15 02:09:31] "GET /virtual-networks?parent_id=ba08b6b5-3c0b-4610-b823-355b94e542b8&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003286 10.0.0.23 - - [2026-01-15 02:09:31] "GET /virtual-network/cd0ee53b-2762-4202-9bcb-7e8772ab95c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.005272 10.0.0.23 - - [2026-01-15 02:09:31] "POST /neutron/port HTTP/1.1" 200 1127 0.014697 10.0.0.23 - - [2026-01-15 02:09:31] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005950 10.0.0.23 - - [2026-01-15 02:09:32] "POST /neutron/port HTTP/1.1" 200 1127 0.012209 10.0.0.23 - - [2026-01-15 02:09:32] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005568 10.0.0.23 - - [2026-01-15 02:09:32] "POST /neutron/port HTTP/1.1" 200 1127 0.014002 10.0.0.23 - - [2026-01-15 02:09:32] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005780 10.0.0.23 - - [2026-01-15 02:09:32] "GET /virtual-machine/b5c9fb63-1267-47ea-b9e0-03d91a6f7478 HTTP/1.1" 200 1295 0.004745 10.0.0.23 - - [2026-01-15 02:09:32] "GET /virtual-machine-interface/12d795fd-b496-4669-849f-3e176c8f28a4 HTTP/1.1" 200 2950 0.004533 10.0.0.23 - - [2026-01-15 02:09:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002664 10.0.0.23 - - [2026-01-15 02:09:32] "GET /global-vrouter-config/3c3c8a9c-add7-4dd6-83b8-c8c9d45127ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003375 10.0.0.23 - - [2026-01-15 02:09:32] "GET /virtual-networks?parent_id=ba08b6b5-3c0b-4610-b823-355b94e542b8&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002882 10.0.0.23 - - [2026-01-15 02:09:32] "GET /virtual-network/58a8e865-fc87-4667-b10a-d597a86af87a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.005251 10.0.0.23 - - [2026-01-15 02:09:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002806 10.0.0.23 - - [2026-01-15 02:09:33] "GET /global-vrouter-config/3c3c8a9c-add7-4dd6-83b8-c8c9d45127ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004571 10.0.0.23 - - [2026-01-15 02:09:33] "GET /virtual-networks?parent_id=ba08b6b5-3c0b-4610-b823-355b94e542b8&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002685 10.0.0.23 - - [2026-01-15 02:09:33] "GET /virtual-network/58a8e865-fc87-4667-b10a-d597a86af87a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.005033 10.0.0.23 - - [2026-01-15 02:09:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003453 10.0.0.23 - - [2026-01-15 02:09:37] "GET /projects?obj_uuids=ba08b6b5-3c0b-4610-b823-355b94e542b8&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000975 10.0.0.23 - - [2026-01-15 02:09:37] "GET /project/ba08b6b5-3c0b-4610-b823-355b94e542b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.021758 10.0.0.23 - - [2026-01-15 02:09:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003230 10.0.0.23 - - [2026-01-15 02:09:37] "PUT /network-policy/13524e31-f1ec-4ac9-8a81-ba070d749cac HTTP/1.1" 200 262 0.010580 10.0.0.23 - - [2026-01-15 02:09:37] "PUT /access-control-list/959bb137-b5f8-4f34-b107-39eb4bf51a1d HTTP/1.1" 200 272 0.052347 10.0.0.23 - - [2026-01-15 02:09:37] "POST /ref-update HTTP/1.1" 200 156 0.011953 10.0.0.23 - - [2026-01-15 02:09:38] "PUT /access-control-list/8fef5a02-f8d0-4f93-bef7-701072a9ea45 HTTP/1.1" 200 272 0.056810 10.0.0.23 - - [2026-01-15 02:09:38] "POST /ref-update HTTP/1.1" 200 156 0.010002 10.0.0.23 - - [2026-01-15 02:09:41] "GET /virtual-network/58a8e865-fc87-4667-b10a-d597a86af87a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.004930 10.0.0.23 - - [2026-01-15 02:09:41] "POST /neutron/network HTTP/1.1" 200 929 0.005321 10.0.0.23 - - [2026-01-15 02:09:41] "POST /neutron/network HTTP/1.1" 200 827 0.046349 10.0.0.23 - - [2026-01-15 02:09:41] "DELETE /access-control-list/8fef5a02-f8d0-4f93-bef7-701072a9ea45 HTTP/1.1" 200 115 0.039907 10.0.0.23 - - [2026-01-15 02:09:41] "POST /neutron/network HTTP/1.1" 200 827 0.010780 10.0.0.23 - - [2026-01-15 02:09:41] "GET /virtual-network/58a8e865-fc87-4667-b10a-d597a86af87a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004570 10.0.0.23 - - [2026-01-15 02:09:41] "GET /virtual-network/cd0ee53b-2762-4202-9bcb-7e8772ab95c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.003914 10.0.0.23 - - [2026-01-15 02:09:41] "POST /neutron/network HTTP/1.1" 200 927 0.006963 10.0.0.23 - - [2026-01-15 02:09:41] "POST /neutron/network HTTP/1.1" 200 825 0.048830 10.0.0.23 - - [2026-01-15 02:09:41] "DELETE /access-control-list/959bb137-b5f8-4f34-b107-39eb4bf51a1d HTTP/1.1" 200 115 0.043456 10.0.0.23 - - [2026-01-15 02:09:41] "POST /neutron/network HTTP/1.1" 200 825 0.015177 10.0.0.23 - - [2026-01-15 02:09:41] "GET /virtual-network/cd0ee53b-2762-4202-9bcb-7e8772ab95c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005587 10.0.0.23 - - [2026-01-15 02:09:41] "DELETE /network-policy/13524e31-f1ec-4ac9-8a81-ba070d749cac HTTP/1.1" 200 115 0.024078 10.0.0.23 - - [2026-01-15 02:09:41] "POST /neutron/network HTTP/1.1" 200 827 0.004772 10.0.0.23 - - [2026-01-15 02:09:41] "POST /neutron/network HTTP/1.1" 400 204 0.011072 10.0.0.23 - - [2026-01-15 02:09:41] "POST /neutron/port HTTP/1.1" 200 1127 0.013219 10.0.0.23 - - [2026-01-15 02:09:41] "POST /neutron/port HTTP/1.1" 200 1117 0.010720 10.0.0.23 - - [2026-01-15 02:09:41] "POST /neutron/port HTTP/1.1" 200 1125 0.012222 10.0.0.23 - - [2026-01-15 02:09:41] "POST /neutron/port HTTP/1.1" 200 1115 0.009487 10.0.0.23 - - [2026-01-15 02:09:41] "POST /neutron/port HTTP/1.1" 200 151 0.127468 10.0.0.23 - - [2026-01-15 02:09:41] "POST /neutron/port HTTP/1.1" 200 151 0.111361 10.0.0.23 - - [2026-01-15 02:09:43] "POST /neutron/network HTTP/1.1" 200 827 0.006273 10.0.0.23 - - [2026-01-15 02:09:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004270 10.0.0.23 - - [2026-01-15 02:09:43] "POST /useragent-kv HTTP/1.1" 200 115 0.003117 10.0.0.23 - - [2026-01-15 02:09:43] "POST /useragent-kv HTTP/1.1" 200 115 0.001989 10.0.0.23 - - [2026-01-15 02:09:43] "POST /neutron/network HTTP/1.1" 200 151 0.108923 10.0.0.23 - - [2026-01-15 02:09:43] "GET /routing-instance/db9b75e4-60c4-4f3c-818f-d649e865e3e4 HTTP/1.1" 404 171 0.001958 10.0.0.23 - - [2026-01-15 02:09:43] "DELETE /route-target/a802cbdc-6c11-4054-8e50-e4045f94e48b HTTP/1.1" 200 115 0.026883 10.0.0.23 - - [2026-01-15 02:09:43] "GET /domains HTTP/1.1" 200 280 0.002555 10.0.0.23 - - [2026-01-15 02:09:43] "GET /domains?obj_uuids=64e99420-c75c-4c07-a68a-16b5f119e548&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001456 10.0.0.23 - - [2026-01-15 02:09:43] "GET /domain/64e99420-c75c-4c07-a68a-16b5f119e548 HTTP/1.1" 200 3160 0.053838 10.0.0.23 - - [2026-01-15 02:09:43] "GET /projects?obj_uuids=ba08b6b5-3c0b-4610-b823-355b94e542b8&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000972 10.0.0.23 - - [2026-01-15 02:09:43] "GET /project/ba08b6b5-3c0b-4610-b823-355b94e542b8 HTTP/1.1" 200 2103 0.068979 10.0.0.23 - - [2026-01-15 02:09:43] "POST /neutron/network HTTP/1.1" 200 825 0.005085 10.0.0.23 - - [2026-01-15 02:09:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004274 10.0.0.23 - - [2026-01-15 02:09:44] "POST /useragent-kv HTTP/1.1" 200 115 0.003258 10.0.0.23 - - [2026-01-15 02:09:44] "POST /useragent-kv HTTP/1.1" 200 115 0.003704 10.0.0.23 - - [2026-01-15 02:09:44] "POST /neutron/network HTTP/1.1" 200 151 0.094780 10.0.0.23 - - [2026-01-15 02:09:44] "DELETE /route-target/e0682f39-c248-4e71-a6ec-f7ce5e6299a3 HTTP/1.1" 200 115 0.026933 10.0.0.23 - - [2026-01-15 02:09:44] "GET /routing-instance/3ee3835c-2121-492c-a8f4-4c92b0b7ae4d HTTP/1.1" 404 171 0.003659 10.0.0.23 - - [2026-01-15 02:09:44] "GET /domains HTTP/1.1" 200 280 0.002310 10.0.0.23 - - [2026-01-15 02:09:44] "GET /domains?obj_uuids=64e99420-c75c-4c07-a68a-16b5f119e548&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000997 10.0.0.23 - - [2026-01-15 02:09:44] "GET /domain/64e99420-c75c-4c07-a68a-16b5f119e548 HTTP/1.1" 200 3160 0.051441 10.0.0.23 - - [2026-01-15 02:09:44] "GET /projects?obj_uuids=ba08b6b5-3c0b-4610-b823-355b94e542b8&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001134 10.0.0.23 - - [2026-01-15 02:09:44] "GET /project/ba08b6b5-3c0b-4610-b823-355b94e542b8 HTTP/1.1" 200 1864 0.068444 10.0.0.23 - - [2026-01-15 02:09:44] "GET /projects?obj_uuids=ba08b6b5-3c0b-4610-b823-355b94e542b8&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000955 10.0.0.23 - - [2026-01-15 02:09:44] "GET /project/ba08b6b5-3c0b-4610-b823-355b94e542b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.025935 10.0.0.23 - - [2026-01-15 02:09:44] "GET /projects?obj_uuids=ba08b6b5-3c0b-4610-b823-355b94e542b8&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000876 10.0.0.23 - - [2026-01-15 02:09:44] "GET /project/ba08b6b5-3c0b-4610-b823-355b94e542b8?fields=virtual_networks HTTP/1.1" 200 1036 0.066426 10.0.0.23 - - [2026-01-15 02:09:44] "GET /projects?obj_uuids=ba08b6b5-3c0b-4610-b823-355b94e542b8&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000951 10.0.0.23 - - [2026-01-15 02:09:44] "GET /project/ba08b6b5-3c0b-4610-b823-355b94e542b8?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.023515 10.0.0.23 - - [2026-01-15 02:09:44] "GET /projects?obj_uuids=ba08b6b5-3c0b-4610-b823-355b94e542b8&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000957 10.0.0.23 - - [2026-01-15 02:09:44] "GET /project/ba08b6b5-3c0b-4610-b823-355b94e542b8?fields=security_groups HTTP/1.1" 200 1264 0.026894 10.0.0.23 - - [2026-01-15 02:09:45] "POST /fqname-to-id HTTP/1.1" 404 181 0.026718 10.0.0.23 - - [2026-01-15 02:09:45] "GET /projects?obj_uuids=c965a87a-f8c6-4faf-ab92-d7c46e015eab&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002831 10.0.0.23 - - [2026-01-15 02:09:45] "GET /domains?obj_uuids=64e99420-c75c-4c07-a68a-16b5f119e548&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001013 10.0.0.23 - - [2026-01-15 02:09:45] "GET /domain/64e99420-c75c-4c07-a68a-16b5f119e548?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006785 10.0.0.23 - - [2026-01-15 02:09:45] "POST /id-to-fqname HTTP/1.1" 200 183 0.001511 10.0.0.23 - - [2026-01-15 02:09:45] "POST /fqname-to-id HTTP/1.1" 404 192 0.003984 10.0.0.23 - - [2026-01-15 02:09:45] "POST /security-groups HTTP/1.1" 200 584 0.064375 10.0.0.23 - - [2026-01-15 02:09:45] "POST /fqname-to-id HTTP/1.1" 404 227 0.002460 10.0.0.23 - - [2026-01-15 02:09:45] "POST /projects HTTP/1.1" 200 571 0.214069 10.0.0.23 - - [2026-01-15 02:09:46] "POST /access-control-lists HTTP/1.1" 200 589 0.060841 10.0.0.23 - - [2026-01-15 02:09:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.287752 10.0.0.23 - - [2026-01-15 02:09:46] "POST /fqname-to-id HTTP/1.1" 404 226 0.003250 10.0.0.23 - - [2026-01-15 02:09:46] "GET /project/c965a87a-f8c6-4faf-ab92-d7c46e015eab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.416847 10.0.0.23 - - [2026-01-15 02:09:46] "POST /access-control-lists HTTP/1.1" 200 587 0.060033 10.0.0.23 - - [2026-01-15 02:09:47] "GET / HTTP/1.1" 200 35931 0.002551 10.0.0.23 - - [2026-01-15 02:09:47] "DELETE /project/ba08b6b53c0b4610b823355b94e542b8 HTTP/1.1" 404 173 0.023121 10.0.0.23 - - [2026-01-15 02:09:47] "DELETE /project/0cd739cc317d4d8dab2f9c289d85f371 HTTP/1.1" 404 173 0.009808 10.0.0.23 - - [2026-01-15 02:09:47] "DELETE /project/c965a87af8c64fafab92d7c46e015eab HTTP/1.1" 404 173 0.017041 10.0.0.23 - - [2026-01-15 02:09:47] "DELETE /project/25a7575cf72c409b8080b987a242d80f HTTP/1.1" 404 173 0.022187 10.0.0.23 - - [2026-01-15 02:09:47] "GET /projects?obj_uuids=c9777b3f-5d47-431a-8e32-78dd7517934f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000808 10.0.0.23 - - [2026-01-15 02:09:47] "GET /projects?obj_uuids=0cd739cc-317d-4d8d-ab2f-9c289d85f371&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000752 10.0.0.23 - - [2026-01-15 02:09:47] "GET /projects?obj_uuids=ba08b6b5-3c0b-4610-b823-355b94e542b8&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000726 10.0.0.23 - - [2026-01-15 02:09:47] "GET /projects?obj_uuids=25a7575c-f72c-409b-8080-b987a242d80f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000778 10.0.0.23 - - [2026-01-15 02:09:47] "GET /project/25a7575c-f72c-409b-8080-b987a242d80f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1498 0.048442 10.0.0.23 - - [2026-01-15 02:09:47] "GET /project/ba08b6b5-3c0b-4610-b823-355b94e542b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.054641 10.0.0.23 - - [2026-01-15 02:09:47] "GET /project/0cd739cc-317d-4d8d-ab2f-9c289d85f371?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1530 0.057039 10.0.0.23 - - [2026-01-15 02:09:47] "GET /project/c9777b3f-5d47-431a-8e32-78dd7517934f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.059428 10.0.0.23 - - [2026-01-15 02:09:47] "GET /projects?obj_uuids=25a7575c-f72c-409b-8080-b987a242d80f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000865 10.0.0.23 - - [2026-01-15 02:09:47] "GET /projects?obj_uuids=c9777b3f-5d47-431a-8e32-78dd7517934f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000773 10.0.0.23 - - [2026-01-15 02:09:47] "GET /projects?obj_uuids=0cd739cc-317d-4d8d-ab2f-9c289d85f371&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000716 10.0.0.23 - - [2026-01-15 02:09:47] "GET /projects?obj_uuids=ba08b6b5-3c0b-4610-b823-355b94e542b8&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000806 10.0.0.23 - - [2026-01-15 02:09:47] "GET /project/25a7575c-f72c-409b-8080-b987a242d80f?fields=security_groups HTTP/1.1" 200 1385 0.056144 10.0.0.23 - - [2026-01-15 02:09:47] "GET /project/ba08b6b5-3c0b-4610-b823-355b94e542b8?fields=security_groups HTTP/1.1" 200 1369 0.058366 10.0.0.23 - - [2026-01-15 02:09:47] "GET /project/c9777b3f-5d47-431a-8e32-78dd7517934f?fields=security_groups HTTP/1.1" 200 1372 0.060928 10.0.0.23 - - [2026-01-15 02:09:47] "GET /project/0cd739cc-317d-4d8d-ab2f-9c289d85f371?fields=security_groups HTTP/1.1" 200 1409 0.066671 10.0.0.23 - - [2026-01-15 02:09:47] "DELETE /security-group/fb247088-ebab-450b-a801-145f544936ef HTTP/1.1" 200 115 0.082133 10.0.0.23 - - [2026-01-15 02:09:47] "GET /projects?obj_uuids=25a7575c-f72c-409b-8080-b987a242d80f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001134 10.0.0.23 - - [2026-01-15 02:09:47] "DELETE /access-control-list/b9ab1187-08ae-42ce-a4b6-63d09d2a06bf HTTP/1.1" 200 115 0.049854 10.0.0.23 - - [2026-01-15 02:09:47] "DELETE /security-group/95873055-4114-4abf-8cd9-394578c5d398 HTTP/1.1" 200 115 0.089835 10.0.0.23 - - [2026-01-15 02:09:47] "GET /projects?obj_uuids=ba08b6b5-3c0b-4610-b823-355b94e542b8&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000860 10.0.0.23 - - [2026-01-15 02:09:47] "DELETE /security-group/5d828e51-0330-478e-9772-6b6aca896f0c HTTP/1.1" 200 115 0.093464 10.0.0.23 - - [2026-01-15 02:09:47] "GET /projects?obj_uuids=c9777b3f-5d47-431a-8e32-78dd7517934f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000854 10.0.0.23 - - [2026-01-15 02:09:47] "DELETE /security-group/12ffc414-64ce-4ca0-a1f9-0c00cacce87d HTTP/1.1" 200 115 0.103110 10.0.0.23 - - [2026-01-15 02:09:47] "GET /project/25a7575c-f72c-409b-8080-b987a242d80f?fields=application_policy_sets HTTP/1.1" 200 1424 0.054840 10.0.0.23 - - [2026-01-15 02:09:47] "GET /projects?obj_uuids=0cd739cc-317d-4d8d-ab2f-9c289d85f371&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001000 10.0.0.23 - - [2026-01-15 02:09:47] "GET /project/c9777b3f-5d47-431a-8e32-78dd7517934f?fields=application_policy_sets HTTP/1.1" 200 1411 0.044820 10.0.0.23 - - [2026-01-15 02:09:47] "DELETE /access-control-list/407fc074-1f3c-43de-b50e-84182dc4e4b9 HTTP/1.1" 200 115 0.065049 10.0.0.23 - - [2026-01-15 02:09:47] "GET /project/ba08b6b5-3c0b-4610-b823-355b94e542b8?fields=application_policy_sets HTTP/1.1" 200 1408 0.078688 10.0.0.23 - - [2026-01-15 02:09:47] "POST /fqname-to-id HTTP/1.1" 401 292 0.000410 10.0.0.23 - - [2026-01-15 02:09:47] "DELETE /access-control-list/514ebd84-39bb-452b-9827-165b3c36d81c HTTP/1.1" 200 115 0.039032 10.0.0.23 - - [2026-01-15 02:09:48] "GET /project/0cd739cc-317d-4d8d-ab2f-9c289d85f371?fields=application_policy_sets HTTP/1.1" 200 1448 0.092894 10.0.0.23 - - [2026-01-15 02:09:48] "DELETE /access-control-list/9c185374-fdc9-42ec-9049-c2915078ac6f HTTP/1.1" 200 115 0.053175 10.0.0.23 - - [2026-01-15 02:09:48] "DELETE /access-control-list/8cda86c7-9e50-4a1c-942d-2163d0c167d2 HTTP/1.1" 200 115 0.064157 10.0.0.23 - - [2026-01-15 02:09:48] "DELETE /project/25a7575c-f72c-409b-8080-b987a242d80f HTTP/1.1" 200 115 0.514138 10.0.0.23 - - [2026-01-15 02:09:48] "DELETE /access-control-list/2dd499ef-5635-484e-807a-0bb7026963a5 HTTP/1.1" 200 115 0.042870 10.0.0.23 - - [2026-01-15 02:09:48] "DELETE /project/c9777b3f-5d47-431a-8e32-78dd7517934f HTTP/1.1" 200 115 0.563080 10.0.0.23 - - [2026-01-15 02:09:48] "DELETE /project/ba08b6b5-3c0b-4610-b823-355b94e542b8 HTTP/1.1" 200 115 0.559891 10.0.0.23 - - [2026-01-15 02:09:48] "DELETE /access-control-list/4ebc2514-87fa-4225-a9c4-10d942ed3fa6 HTTP/1.1" 200 115 0.018432 10.0.0.23 - - [2026-01-15 02:09:48] "DELETE /project/0cd739cc-317d-4d8d-ab2f-9c289d85f371 HTTP/1.1" 200 115 0.581912 10.0.0.23 - - [2026-01-15 02:09:48] "DELETE /access-control-list/e5feefb5-df34-42e5-ac31-066be69ce9ce HTTP/1.1" 200 115 0.012837 10.0.0.23 - - [2026-01-15 02:09:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.038868 10.0.0.23 - - [2026-01-15 02:09:48] "GET /projects?obj_uuids=c965a87a-f8c6-4faf-ab92-d7c46e015eab&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001391 10.0.0.23 - - [2026-01-15 02:09:48] "GET /project/c965a87a-f8c6-4faf-ab92-d7c46e015eab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.025866 10.0.0.23 - - [2026-01-15 02:09:48] "POST /neutron/network HTTP/1.1" 200 117 0.037591 10.0.0.23 - - [2026-01-15 02:09:48] "GET /projects?obj_uuids=c965a87a-f8c6-4faf-ab92-d7c46e015eab&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001067 10.0.0.23 - - [2026-01-15 02:09:48] "POST /neutron/network HTTP/1.1" 200 612 0.062852 10.0.0.23 - - [2026-01-15 02:09:48] "POST /route-targets HTTP/1.1" 200 327 0.015049 10.0.0.23 - - [2026-01-15 02:09:48] "POST /ref-update HTTP/1.1" 200 156 0.011518 10.0.0.23 - - [2026-01-15 02:09:48] "POST /useragent-kv HTTP/1.1" 200 115 0.002193 10.0.0.23 - - [2026-01-15 02:09:48] "POST /neutron/subnet HTTP/1.1" 200 725 0.189847 10.0.0.23 - - [2026-01-15 02:09:48] "POST /neutron/network HTTP/1.1" 200 831 0.005435 10.0.0.23 - - [2026-01-15 02:09:48] "POST /id-to-fqname HTTP/1.1" 200 220 0.001421 10.0.0.23 - - [2026-01-15 02:09:48] "GET /virtual-network/db70299e-90a5-4e38-ac68-aa4c3711077f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004173 10.0.0.23 - - [2026-01-15 02:09:48] "POST /neutron/network HTTP/1.1" 200 831 0.007859 10.0.0.23 - - [2026-01-15 02:09:48] "GET /virtual-network/db70299e-90a5-4e38-ac68-aa4c3711077f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005155 10.0.0.23 - - [2026-01-15 02:09:48] "POST /neutron/network HTTP/1.1" 200 831 0.005535 10.0.0.23 - - [2026-01-15 02:09:48] "POST /neutron/subnet HTTP/1.1" 200 725 0.007632 10.0.0.23 - - [2026-01-15 02:09:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002419 10.0.0.23 - - [2026-01-15 02:09:48] "GET /virtual-network/db70299e-90a5-4e38-ac68-aa4c3711077f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004346 10.0.0.23 - - [2026-01-15 02:09:49] "PUT /virtual-network/db70299e-90a5-4e38-ac68-aa4c3711077f HTTP/1.1" 200 264 0.036671 10.0.0.23 - - [2026-01-15 02:09:49] "POST /route-targets HTTP/1.1" 200 323 0.017453 10.0.0.23 - - [2026-01-15 02:09:49] "POST /ref-update HTTP/1.1" 200 156 0.010244 10.0.0.23 - - [2026-01-15 02:09:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003670 10.0.0.23 - - [2026-01-15 02:09:49] "GET /projects?obj_uuids=c965a87a-f8c6-4faf-ab92-d7c46e015eab&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001411 10.0.0.23 - - [2026-01-15 02:09:49] "GET /project/c965a87a-f8c6-4faf-ab92-d7c46e015eab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.029592 10.0.0.23 - - [2026-01-15 02:09:49] "POST /neutron/network HTTP/1.1" 200 117 0.009894 10.0.0.23 - - [2026-01-15 02:09:49] "GET /projects?obj_uuids=c965a87a-f8c6-4faf-ab92-d7c46e015eab&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000831 10.0.0.23 - - [2026-01-15 02:09:49] "POST /neutron/network HTTP/1.1" 200 612 0.069456 10.0.0.23 - - [2026-01-15 02:09:49] "POST /route-targets HTTP/1.1" 200 327 0.014755 10.0.0.23 - - [2026-01-15 02:09:49] "POST /ref-update HTTP/1.1" 200 156 0.014258 10.0.0.23 - - [2026-01-15 02:09:49] "POST /useragent-kv HTTP/1.1" 200 115 0.002315 10.0.0.23 - - [2026-01-15 02:09:49] "POST /neutron/subnet HTTP/1.1" 200 734 0.163296 10.0.0.23 - - [2026-01-15 02:09:49] "POST /neutron/network HTTP/1.1" 200 833 0.004979 10.0.0.23 - - [2026-01-15 02:09:49] "POST /id-to-fqname HTTP/1.1" 200 220 0.001183 10.0.0.23 - - [2026-01-15 02:09:49] "GET /virtual-network/fa780961-8cb9-4c01-ad4e-0fe411d5dd2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004995 10.0.0.23 - - [2026-01-15 02:09:49] "POST /neutron/network HTTP/1.1" 200 833 0.006068 10.0.0.23 - - [2026-01-15 02:09:49] "GET /virtual-network/fa780961-8cb9-4c01-ad4e-0fe411d5dd2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005603 10.0.0.23 - - [2026-01-15 02:09:49] "POST /neutron/network HTTP/1.1" 200 833 0.005514 10.0.0.23 - - [2026-01-15 02:09:49] "POST /neutron/subnet HTTP/1.1" 200 734 0.007482 10.0.0.23 - - [2026-01-15 02:09:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002171 10.0.0.23 - - [2026-01-15 02:09:49] "GET /virtual-network/fa780961-8cb9-4c01-ad4e-0fe411d5dd2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.003975 10.0.0.23 - - [2026-01-15 02:09:49] "POST /ref-update HTTP/1.1" 200 156 0.011045 10.0.0.23 - - [2026-01-15 02:09:49] "PUT /virtual-network/fa780961-8cb9-4c01-ad4e-0fe411d5dd2a HTTP/1.1" 200 264 0.036365 10.0.0.23 - - [2026-01-15 02:09:49] "POST /id-to-fqname HTTP/1.1" 200 220 0.001462 10.0.0.23 - - [2026-01-15 02:09:50] "POST /neutron/network HTTP/1.1" 200 841 0.005561 10.0.0.23 - - [2026-01-15 02:09:50] "GET /aaa-mode HTTP/1.1" 401 292 0.000432 10.0.0.23 - - [2026-01-15 02:09:50] "GET / HTTP/1.1" 200 35931 0.001987 10.0.0.23 - - [2026-01-15 02:09:50] "GET /project/c965a87a-f8c6-4faf-ab92-d7c46e015eab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000402 10.0.0.23 - - [2026-01-15 02:09:50] "GET /projects?obj_uuids=c965a87a-f8c6-4faf-ab92-d7c46e015eab&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001074 10.0.0.23 - - [2026-01-15 02:09:50] "GET /project/c965a87a-f8c6-4faf-ab92-d7c46e015eab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.052765 10.0.0.23 - - [2026-01-15 02:09:50] "POST /neutron/network HTTP/1.1" 200 831 0.005989 10.0.0.23 - - [2026-01-15 02:09:50] "POST /neutron/port HTTP/1.1" 200 117 0.004731 10.0.0.23 - - [2026-01-15 02:09:50] "POST /neutron/port HTTP/1.1" 200 117 0.005287 10.0.0.23 - - [2026-01-15 02:09:50] "POST /id-to-fqname HTTP/1.1" 200 220 0.001302 10.0.0.23 - - [2026-01-15 02:09:51] "POST /neutron/port HTTP/1.1" 200 117 0.005206 10.0.0.23 - - [2026-01-15 02:09:51] "POST /neutron/network HTTP/1.1" 200 843 0.007627 10.0.0.23 - - [2026-01-15 02:09:51] "GET /aaa-mode HTTP/1.1" 401 292 0.000624 10.0.0.23 - - [2026-01-15 02:09:51] "POST /neutron/network HTTP/1.1" 200 841 0.005341 10.0.0.23 - - [2026-01-15 02:09:51] "GET /projects?obj_uuids=c965a87a-f8c6-4faf-ab92-d7c46e015eab&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001054 10.0.0.23 - - [2026-01-15 02:09:51] "GET / HTTP/1.1" 200 35931 0.003048 10.0.0.23 - - [2026-01-15 02:09:51] "GET /project/c965a87a-f8c6-4faf-ab92-d7c46e015eab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.001359 10.0.0.23 - - [2026-01-15 02:09:51] "POST /neutron/port HTTP/1.1" 200 1053 0.203177 10.0.0.23 - - [2026-01-15 02:09:51] "POST /neutron/port HTTP/1.1" 200 1053 0.009414 10.0.0.23 - - [2026-01-15 02:09:51] "POST /neutron/port HTTP/1.1" 200 1053 0.009022 10.0.0.23 - - [2026-01-15 02:09:51] "POST /neutron/port HTTP/1.1" 200 1107 0.055501 10.0.0.23 - - [2026-01-15 02:09:51] "POST /neutron/port HTTP/1.1" 200 1117 0.010758 10.0.0.23 - - [2026-01-15 02:09:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003626 10.0.0.23 - - [2026-01-15 02:09:51] "POST /neutron/subnet HTTP/1.1" 200 699 0.007523 10.0.0.23 - - [2026-01-15 02:09:51] "POST /neutron/port HTTP/1.1" 200 117 0.001235 10.0.0.23 - - [2026-01-15 02:09:51] "POST /neutron/network HTTP/1.1" 200 831 0.005372 10.0.0.23 - - [2026-01-15 02:09:51] "GET /projects?obj_uuids=c965a87a-f8c6-4faf-ab92-d7c46e015eab&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001876 10.0.0.23 - - [2026-01-15 02:09:51] "GET /project/c965a87a-f8c6-4faf-ab92-d7c46e015eab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.059490 10.0.0.23 - - [2026-01-15 02:09:51] "POST /neutron/network HTTP/1.1" 200 833 0.006185 10.0.0.23 - - [2026-01-15 02:09:52] "POST /neutron/port HTTP/1.1" 200 1117 0.025026 10.0.0.23 - - [2026-01-15 02:09:52] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006838 10.0.0.23 - - [2026-01-15 02:09:52] "POST /neutron/port HTTP/1.1" 200 117 0.004746 10.0.0.23 - - [2026-01-15 02:09:52] "POST /neutron/port HTTP/1.1" 200 1117 0.011076 10.0.0.23 - - [2026-01-15 02:09:52] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006411 10.0.0.23 - - [2026-01-15 02:09:52] "POST /neutron/network HTTP/1.1" 200 843 0.018121 10.0.0.23 - - [2026-01-15 02:09:52] "GET /projects?obj_uuids=c965a87a-f8c6-4faf-ab92-d7c46e015eab&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001075 10.0.0.23 - - [2026-01-15 02:09:52] "POST /neutron/port HTTP/1.1" 200 1055 0.271683 10.0.0.23 - - [2026-01-15 02:09:52] "POST /neutron/port HTTP/1.1" 200 1055 0.015117 10.0.0.23 - - [2026-01-15 02:09:52] "POST /neutron/port HTTP/1.1" 200 1055 0.014357 10.0.0.23 - - [2026-01-15 02:09:52] "POST /neutron/port HTTP/1.1" 200 1109 0.079760 10.0.0.23 - - [2026-01-15 02:09:53] "POST /neutron/port HTTP/1.1" 200 1119 0.014534 10.0.0.23 - - [2026-01-15 02:09:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003229 10.0.0.23 - - [2026-01-15 02:09:53] "POST /neutron/subnet HTTP/1.1" 200 708 0.008136 10.0.0.23 - - [2026-01-15 02:09:53] "POST /neutron/port HTTP/1.1" 200 117 0.001262 10.0.0.23 - - [2026-01-15 02:09:53] "POST /neutron/network HTTP/1.1" 200 833 0.006016 10.0.0.23 - - [2026-01-15 02:09:54] "GET /obj-perms HTTP/1.1" 200 5056 0.057706 10.0.0.23 - - [2026-01-15 02:09:54] "GET /obj-perms HTTP/1.1" 200 5056 0.052672 10.0.0.23 - - [2026-01-15 02:09:57] "POST /neutron/port HTTP/1.1" 200 1117 0.011996 10.0.0.23 - - [2026-01-15 02:09:57] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005738 10.0.0.23 - - [2026-01-15 02:09:57] "POST /neutron/port HTTP/1.1" 200 1117 0.018251 10.0.0.23 - - [2026-01-15 02:09:57] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005382 10.0.0.23 - - [2026-01-15 02:09:57] "POST /neutron/port HTTP/1.1" 200 1117 0.009562 10.0.0.23 - - [2026-01-15 02:09:57] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005792 10.0.0.23 - - [2026-01-15 02:09:57] "GET /virtual-machine/12c7773c-dc71-439c-9799-43ad9d1fcf26 HTTP/1.1" 401 292 0.000443 10.0.0.23 - - [2026-01-15 02:09:57] "GET /virtual-machine/12c7773c-dc71-439c-9799-43ad9d1fcf26 HTTP/1.1" 200 1285 0.035336 10.0.0.23 - - [2026-01-15 02:09:57] "GET /virtual-machine-interface/f15ea213-ef02-4a30-ac7b-7de5d5ff5fe6 HTTP/1.1" 200 2928 0.008316 10.0.0.23 - - [2026-01-15 02:09:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002794 10.0.0.23 - - [2026-01-15 02:09:57] "GET /global-vrouter-config/3c3c8a9c-add7-4dd6-83b8-c8c9d45127ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003043 10.0.0.23 - - [2026-01-15 02:09:57] "GET /virtual-networks?parent_id=c965a87a-f8c6-4faf-ab92-d7c46e015eab&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003886 10.0.0.23 - - [2026-01-15 02:09:58] "GET /virtual-network/db70299e-90a5-4e38-ac68-aa4c3711077f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.006160 10.0.0.23 - - [2026-01-15 02:10:01] "POST /neutron/port HTTP/1.1" 200 1117 0.020401 10.0.0.23 - - [2026-01-15 02:10:01] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008480 10.0.0.23 - - [2026-01-15 02:10:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002851 10.0.0.23 - - [2026-01-15 02:10:01] "GET /virtual-network/db70299e-90a5-4e38-ac68-aa4c3711077f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.006702 10.0.0.23 - - [2026-01-15 02:10:02] "POST /neutron/port HTTP/1.1" 200 1119 0.013438 10.0.0.23 - - [2026-01-15 02:10:02] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006732 10.0.0.23 - - [2026-01-15 02:10:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003016 10.0.0.23 - - [2026-01-15 02:10:03] "GET /global-vrouter-config/3c3c8a9c-add7-4dd6-83b8-c8c9d45127ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.002980 10.0.0.23 - - [2026-01-15 02:10:03] "GET /virtual-networks?parent_id=c965a87a-f8c6-4faf-ab92-d7c46e015eab&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003682 10.0.0.23 - - [2026-01-15 02:10:03] "GET /virtual-network/db70299e-90a5-4e38-ac68-aa4c3711077f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.009627 10.0.0.23 - - [2026-01-15 02:10:03] "POST /neutron/port HTTP/1.1" 200 1117 0.023122 10.0.0.23 - - [2026-01-15 02:10:03] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006735 10.0.0.23 - - [2026-01-15 02:10:05] "GET /global-system-configs HTTP/1.1" 401 292 0.000542 10.0.0.23 - - [2026-01-15 02:10:05] "GET /global-system-configs HTTP/1.1" 401 292 0.000443 10.0.0.23 - - [2026-01-15 02:10:06] "GET /global-system-configs HTTP/1.1" 401 292 0.000407 10.0.0.23 - - [2026-01-15 02:10:06] "GET /global-system-configs HTTP/1.1" 401 292 0.000507 10.0.0.23 - - [2026-01-15 02:10:08] "POST /neutron/port HTTP/1.1" 200 1119 0.010561 10.0.0.23 - - [2026-01-15 02:10:08] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006365 10.0.0.23 - - [2026-01-15 02:10:08] "POST /neutron/port HTTP/1.1" 200 1119 0.011040 10.0.0.23 - - [2026-01-15 02:10:08] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006385 10.0.0.23 - - [2026-01-15 02:10:08] "POST /neutron/port HTTP/1.1" 200 1119 0.012375 10.0.0.23 - - [2026-01-15 02:10:08] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006154 10.0.0.23 - - [2026-01-15 02:10:09] "GET /virtual-machine/5f5f4a5b-884c-40ae-a1a9-68a5ad66623d HTTP/1.1" 200 1285 0.004261 10.0.0.23 - - [2026-01-15 02:10:09] "GET /virtual-machine-interface/56f21d3a-f107-446f-9481-fbf4db177ba0 HTTP/1.1" 200 2927 0.004569 10.0.0.23 - - [2026-01-15 02:10:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002729 10.0.0.23 - - [2026-01-15 02:10:09] "GET /global-vrouter-config/3c3c8a9c-add7-4dd6-83b8-c8c9d45127ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003708 10.0.0.23 - - [2026-01-15 02:10:09] "GET /virtual-networks?parent_id=c965a87a-f8c6-4faf-ab92-d7c46e015eab&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003048 10.0.0.23 - - [2026-01-15 02:10:09] "GET /virtual-network/fa780961-8cb9-4c01-ad4e-0fe411d5dd2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2117 0.007162 10.0.0.23 - - [2026-01-15 02:10:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003863 10.0.0.23 - - [2026-01-15 02:10:10] "GET /global-vrouter-config/3c3c8a9c-add7-4dd6-83b8-c8c9d45127ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003433 10.0.0.23 - - [2026-01-15 02:10:10] "GET /virtual-networks?parent_id=c965a87a-f8c6-4faf-ab92-d7c46e015eab&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002958 10.0.0.23 - - [2026-01-15 02:10:10] "GET /virtual-network/fa780961-8cb9-4c01-ad4e-0fe411d5dd2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2117 0.006816 10.0.0.23 - - [2026-01-15 02:10:10] "POST /routing-policys HTTP/1.1" 200 534 0.016546 10.0.0.23 - - [2026-01-15 02:10:10] "GET /virtual-network/db70299e-90a5-4e38-ac68-aa4c3711077f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.004637 10.0.0.23 - - [2026-01-15 02:10:10] "PUT /virtual-network/db70299e-90a5-4e38-ac68-aa4c3711077f HTTP/1.1" 200 264 0.029390 10.0.0.23 - - [2026-01-15 02:10:10] "POST /ref-update HTTP/1.1" 200 156 0.013741 10.0.0.23 - - [2026-01-15 02:10:14] "POST /ref-update HTTP/1.1" 200 156 0.028891 10.0.0.23 - - [2026-01-15 02:10:14] "POST /ref-update HTTP/1.1" 200 156 0.011512 10.0.0.23 - - [2026-01-15 02:10:14] "DELETE /routing-policy/aa175376-1670-4fd1-905d-9f261c789d79 HTTP/1.1" 200 115 0.022018 10.0.0.23 - - [2026-01-15 02:10:14] "POST /neutron/network HTTP/1.1" 200 833 0.006911 10.0.0.23 - - [2026-01-15 02:10:14] "POST /neutron/network HTTP/1.1" 400 204 0.009767 10.0.0.23 - - [2026-01-15 02:10:15] "POST /neutron/port HTTP/1.1" 200 1119 0.017265 10.0.0.23 - - [2026-01-15 02:10:15] "POST /neutron/port HTTP/1.1" 200 1109 0.010642 10.0.0.23 - - [2026-01-15 02:10:15] "POST /neutron/port HTTP/1.1" 200 1117 0.013323 10.0.0.23 - - [2026-01-15 02:10:15] "POST /neutron/port HTTP/1.1" 200 1107 0.011408 10.0.0.23 - - [2026-01-15 02:10:15] "POST /neutron/port HTTP/1.1" 200 151 0.114758 10.0.0.23 - - [2026-01-15 02:10:15] "POST /neutron/port HTTP/1.1" 200 151 0.113275 10.0.0.23 - - [2026-01-15 02:10:16] "POST /neutron/network HTTP/1.1" 200 833 0.005628 10.0.0.23 - - [2026-01-15 02:10:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004779 10.0.0.23 - - [2026-01-15 02:10:16] "POST /useragent-kv HTTP/1.1" 200 115 0.002564 10.0.0.23 - - [2026-01-15 02:10:16] "POST /useragent-kv HTTP/1.1" 200 115 0.001849 10.0.0.23 - - [2026-01-15 02:10:16] "POST /neutron/network HTTP/1.1" 200 151 0.075820 10.0.0.23 - - [2026-01-15 02:10:16] "DELETE /route-target/3dbea2a1-ddaf-42ae-af2e-e7d2324d2394 HTTP/1.1" 200 115 0.015822 10.0.0.23 - - [2026-01-15 02:10:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.006380 10.0.0.23 - - [2026-01-15 02:10:16] "POST /neutron/network HTTP/1.1" 200 831 0.004283 10.0.0.23 - - [2026-01-15 02:10:16] "DELETE /route-target/90c0ba2a-8855-4a92-a108-03ebcb790d42 HTTP/1.1" 409 239 0.005476 10.0.0.23 - - [2026-01-15 02:10:16] "POST /useragent-kv HTTP/1.1" 200 115 0.002264 10.0.0.23 - - [2026-01-15 02:10:16] "POST /useragent-kv HTTP/1.1" 200 115 0.001669 10.0.0.23 - - [2026-01-15 02:10:16] "POST /neutron/network HTTP/1.1" 200 151 0.079747 10.0.0.23 - - [2026-01-15 02:10:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003621 10.0.0.23 - - [2026-01-15 02:10:16] "DELETE /route-target/af5bd19a-02d1-447a-b54a-823791f9232a HTTP/1.1" 200 115 0.015570 10.0.0.23 - - [2026-01-15 02:10:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002456 10.0.0.23 - - [2026-01-15 02:10:16] "DELETE /route-target/90c0ba2a-8855-4a92-a108-03ebcb790d42 HTTP/1.1" 200 115 0.013382 10.0.0.23 - - [2026-01-15 02:10:17] "GET /projects?obj_uuids=c965a87a-f8c6-4faf-ab92-d7c46e015eab&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001044 10.0.0.23 - - [2026-01-15 02:10:17] "GET /project/c965a87a-f8c6-4faf-ab92-d7c46e015eab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.023293 10.0.0.23 - - [2026-01-15 02:10:17] "GET /projects?obj_uuids=c965a87a-f8c6-4faf-ab92-d7c46e015eab&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001307 10.0.0.23 - - [2026-01-15 02:10:17] "GET /project/c965a87a-f8c6-4faf-ab92-d7c46e015eab?fields=virtual_networks HTTP/1.1" 200 1018 0.070257 10.0.0.23 - - [2026-01-15 02:10:17] "GET /projects?obj_uuids=c965a87a-f8c6-4faf-ab92-d7c46e015eab&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000979 10.0.0.23 - - [2026-01-15 02:10:17] "GET /project/c965a87a-f8c6-4faf-ab92-d7c46e015eab?fields=virtual_machine_interfaces HTTP/1.1" 200 1018 0.023546 10.0.0.23 - - [2026-01-15 02:10:17] "GET /projects?obj_uuids=c965a87a-f8c6-4faf-ab92-d7c46e015eab&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001020 10.0.0.23 - - [2026-01-15 02:10:17] "GET /project/c965a87a-f8c6-4faf-ab92-d7c46e015eab?fields=security_groups HTTP/1.1" 200 1237 0.021613 10.0.0.23 - - [2026-01-15 02:10:18] "POST /fqname-to-id HTTP/1.1" 404 186 0.041562 10.0.0.23 - - [2026-01-15 02:10:18] "GET /projects?obj_uuids=9cab11f2-5b2b-4a1c-bfe2-12615f12c611&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002205 10.0.0.23 - - [2026-01-15 02:10:18] "GET /domains?obj_uuids=64e99420-c75c-4c07-a68a-16b5f119e548&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001360 10.0.0.23 - - [2026-01-15 02:10:18] "GET /domain/64e99420-c75c-4c07-a68a-16b5f119e548?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007256 10.0.0.23 - - [2026-01-15 02:10:18] "POST /id-to-fqname HTTP/1.1" 200 188 0.001628 10.0.0.23 - - [2026-01-15 02:10:18] "POST /fqname-to-id HTTP/1.1" 404 197 0.002711 10.0.0.23 - - [2026-01-15 02:10:18] "POST /security-groups HTTP/1.1" 200 589 0.060266 10.0.0.23 - - [2026-01-15 02:10:18] "POST /fqname-to-id HTTP/1.1" 404 232 0.003579 10.0.0.23 - - [2026-01-15 02:10:18] "POST /projects HTTP/1.1" 200 581 0.213724 10.0.0.23 - - [2026-01-15 02:10:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.286180 10.0.0.23 - - [2026-01-15 02:10:18] "POST /access-control-lists HTTP/1.1" 200 594 0.074719 10.0.0.23 - - [2026-01-15 02:10:18] "POST /fqname-to-id HTTP/1.1" 404 231 0.002571 10.0.0.23 - - [2026-01-15 02:10:18] "GET /project/9cab11f2-5b2b-4a1c-bfe2-12615f12c611?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.412109 10.0.0.23 - - [2026-01-15 02:10:18] "POST /access-control-lists HTTP/1.1" 200 592 0.061454 10.0.0.23 - - [2026-01-15 02:10:19] "GET / HTTP/1.1" 200 35931 0.002291 10.0.0.23 - - [2026-01-15 02:10:20] "POST /fqname-to-id HTTP/1.1" 401 292 0.000467 10.0.0.23 - - [2026-01-15 02:10:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.059593 10.0.0.23 - - [2026-01-15 02:10:20] "GET /projects?obj_uuids=9cab11f2-5b2b-4a1c-bfe2-12615f12c611&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001009 10.0.0.23 - - [2026-01-15 02:10:20] "GET /project/9cab11f2-5b2b-4a1c-bfe2-12615f12c611?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.023279 10.0.0.23 - - [2026-01-15 02:10:21] "POST /neutron/network HTTP/1.1" 200 117 0.036715 10.0.0.23 - - [2026-01-15 02:10:21] "GET /projects?obj_uuids=9cab11f2-5b2b-4a1c-bfe2-12615f12c611&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002077 10.0.0.23 - - [2026-01-15 02:10:21] "POST /neutron/network HTTP/1.1" 200 613 0.067951 10.0.0.23 - - [2026-01-15 02:10:21] "POST /route-targets HTTP/1.1" 200 327 0.009887 10.0.0.23 - - [2026-01-15 02:10:21] "POST /ref-update HTTP/1.1" 200 156 0.010118 10.0.0.23 - - [2026-01-15 02:10:21] "POST /useragent-kv HTTP/1.1" 200 115 0.003071 10.0.0.23 - - [2026-01-15 02:10:21] "POST /neutron/subnet HTTP/1.1" 200 734 0.184098 10.0.0.23 - - [2026-01-15 02:10:21] "POST /neutron/network HTTP/1.1" 200 834 0.005108 10.0.0.23 - - [2026-01-15 02:10:21] "POST /id-to-fqname HTTP/1.1" 200 223 0.001253 10.0.0.23 - - [2026-01-15 02:10:21] "GET /virtual-network/00eb6f37-08de-4015-b5b0-e58554dd573c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005448 10.0.0.23 - - [2026-01-15 02:10:21] "POST /neutron/network HTTP/1.1" 200 834 0.007003 10.0.0.23 - - [2026-01-15 02:10:21] "GET /virtual-network/00eb6f37-08de-4015-b5b0-e58554dd573c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005352 10.0.0.23 - - [2026-01-15 02:10:21] "POST /neutron/network HTTP/1.1" 200 834 0.005410 10.0.0.23 - - [2026-01-15 02:10:21] "POST /neutron/subnet HTTP/1.1" 200 734 0.008854 10.0.0.23 - - [2026-01-15 02:10:21] "GET /domains HTTP/1.1" 401 292 0.000361 10.0.0.23 - - [2026-01-15 02:10:21] "GET /domains HTTP/1.1" 200 280 0.035097 10.0.0.23 - - [2026-01-15 02:10:21] "GET /domains?obj_uuids=64e99420-c75c-4c07-a68a-16b5f119e548&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001196 10.0.0.23 - - [2026-01-15 02:10:21] "GET /domain/64e99420-c75c-4c07-a68a-16b5f119e548 HTTP/1.1" 200 2750 0.007711 10.0.0.23 - - [2026-01-15 02:10:21] "GET /projects?obj_uuids=9cab11f2-5b2b-4a1c-bfe2-12615f12c611&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000854 10.0.0.23 - - [2026-01-15 02:10:21] "GET /project/9cab11f2-5b2b-4a1c-bfe2-12615f12c611 HTTP/1.1" 200 2080 0.068146 10.0.0.23 - - [2026-01-15 02:10:21] "GET /virtual-network/00eb6f37-08de-4015-b5b0-e58554dd573c HTTP/1.1" 200 2323 0.005404 10.0.0.23 - - [2026-01-15 02:10:21] "GET /virtual-network/00eb6f37-08de-4015-b5b0-e58554dd573c HTTP/1.1" 200 2323 0.004197 10.0.0.23 - - [2026-01-15 02:10:21] "GET /routing-instance/c3f0d2a6-32c6-46fd-840c-caf7cfc919aa HTTP/1.1" 200 1493 0.003853 10.0.0.23 - - [2026-01-15 02:10:21] "GET /routing-instance/c3f0d2a6-32c6-46fd-840c-caf7cfc919aa HTTP/1.1" 200 1493 0.004333 10.0.0.23 - - [2026-01-15 02:10:21] "GET /route-target/23449484-c534-4ed8-9538-a7e8968665f7 HTTP/1.1" 200 1212 0.005090 10.0.0.23 - - [2026-01-15 02:10:22] "GET /virtual-network/00eb6f37-08de-4015-b5b0-e58554dd573c HTTP/1.1" 200 2323 0.009961 10.0.0.23 - - [2026-01-15 02:10:22] "GET /routing-instance/c3f0d2a6-32c6-46fd-840c-caf7cfc919aa HTTP/1.1" 200 1493 0.003839 10.0.0.23 - - [2026-01-15 02:10:22] "GET /virtual-network/00eb6f37-08de-4015-b5b0-e58554dd573c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004677 10.0.0.23 - - [2026-01-15 02:10:22] "GET /virtual-network/00eb6f37-08de-4015-b5b0-e58554dd573c HTTP/1.1" 200 2323 0.004624 10.0.0.23 - - [2026-01-15 02:10:22] "GET /routing-instance/c3f0d2a6-32c6-46fd-840c-caf7cfc919aa HTTP/1.1" 200 1493 0.003793 10.0.0.23 - - [2026-01-15 02:10:22] "GET /routing-instance/c3f0d2a6-32c6-46fd-840c-caf7cfc919aa HTTP/1.1" 200 1493 0.004303 10.0.0.23 - - [2026-01-15 02:10:22] "GET /route-target/23449484-c534-4ed8-9538-a7e8968665f7 HTTP/1.1" 200 1212 0.003618 10.0.0.23 - - [2026-01-15 02:10:22] "GET /domains HTTP/1.1" 200 280 0.003239 10.0.0.23 - - [2026-01-15 02:10:22] "GET /domains?obj_uuids=64e99420-c75c-4c07-a68a-16b5f119e548&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000980 10.0.0.23 - - [2026-01-15 02:10:22] "GET /domain/64e99420-c75c-4c07-a68a-16b5f119e548 HTTP/1.1" 200 2750 0.007748 10.0.0.23 - - [2026-01-15 02:10:22] "GET /projects?obj_uuids=9cab11f2-5b2b-4a1c-bfe2-12615f12c611&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000943 10.0.0.23 - - [2026-01-15 02:10:22] "GET /project/9cab11f2-5b2b-4a1c-bfe2-12615f12c611 HTTP/1.1" 200 2080 0.069316 10.0.0.23 - - [2026-01-15 02:10:22] "GET /virtual-network/00eb6f37-08de-4015-b5b0-e58554dd573c HTTP/1.1" 200 2323 0.004565 10.0.0.23 - - [2026-01-15 02:10:22] "GET /obj-perms HTTP/1.1" 200 5026 0.061369 10.0.0.23 - - [2026-01-15 02:10:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003145 10.0.0.23 - - [2026-01-15 02:10:22] "GET /projects?obj_uuids=9cab11f2-5b2b-4a1c-bfe2-12615f12c611&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000839 10.0.0.23 - - [2026-01-15 02:10:22] "GET /project/9cab11f2-5b2b-4a1c-bfe2-12615f12c611?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.022158 10.0.0.23 - - [2026-01-15 02:10:22] "POST /neutron/network HTTP/1.1" 200 117 0.009575 10.0.0.23 - - [2026-01-15 02:10:22] "GET /projects?obj_uuids=9cab11f2-5b2b-4a1c-bfe2-12615f12c611&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000879 10.0.0.23 - - [2026-01-15 02:10:22] "POST /neutron/network HTTP/1.1" 200 613 0.059384 10.0.0.23 - - [2026-01-15 02:10:22] "POST /route-targets HTTP/1.1" 200 327 0.011008 10.0.0.23 - - [2026-01-15 02:10:22] "POST /ref-update HTTP/1.1" 200 156 0.014679 10.0.0.23 - - [2026-01-15 02:10:22] "POST /useragent-kv HTTP/1.1" 200 115 0.003881 10.0.0.23 - - [2026-01-15 02:10:22] "POST /neutron/subnet HTTP/1.1" 200 725 0.200826 10.0.0.23 - - [2026-01-15 02:10:22] "POST /neutron/network HTTP/1.1" 200 832 0.005020 10.0.0.23 - - [2026-01-15 02:10:22] "POST /id-to-fqname HTTP/1.1" 200 223 0.001296 10.0.0.23 - - [2026-01-15 02:10:22] "GET /virtual-network/9bcec4a1-2b25-45eb-96b4-861b320fb353?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005669 10.0.0.23 - - [2026-01-15 02:10:23] "POST /neutron/network HTTP/1.1" 200 832 0.006065 10.0.0.23 - - [2026-01-15 02:10:23] "GET /virtual-network/9bcec4a1-2b25-45eb-96b4-861b320fb353?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005360 10.0.0.23 - - [2026-01-15 02:10:23] "POST /neutron/network HTTP/1.1" 200 832 0.006311 10.0.0.23 - - [2026-01-15 02:10:23] "POST /neutron/subnet HTTP/1.1" 200 725 0.005903 10.0.0.23 - - [2026-01-15 02:10:23] "GET /domains HTTP/1.1" 200 280 0.005022 10.0.0.23 - - [2026-01-15 02:10:23] "GET /domains?obj_uuids=64e99420-c75c-4c07-a68a-16b5f119e548&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001128 10.0.0.23 - - [2026-01-15 02:10:23] "GET /domain/64e99420-c75c-4c07-a68a-16b5f119e548 HTTP/1.1" 200 2750 0.007042 10.0.0.23 - - [2026-01-15 02:10:23] "GET /projects?obj_uuids=9cab11f2-5b2b-4a1c-bfe2-12615f12c611&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000919 10.0.0.23 - - [2026-01-15 02:10:23] "GET /project/9cab11f2-5b2b-4a1c-bfe2-12615f12c611 HTTP/1.1" 200 2298 0.068416 10.0.0.23 - - [2026-01-15 02:10:23] "GET /virtual-network/9bcec4a1-2b25-45eb-96b4-861b320fb353 HTTP/1.1" 200 2320 0.006516 10.0.0.23 - - [2026-01-15 02:10:23] "GET /virtual-network/9bcec4a1-2b25-45eb-96b4-861b320fb353 HTTP/1.1" 200 2320 0.005117 10.0.0.23 - - [2026-01-15 02:10:23] "GET /routing-instance/ce4a0ff4-3174-4ad8-8c91-e2184b94a6fb HTTP/1.1" 200 1494 0.003434 10.0.0.23 - - [2026-01-15 02:10:23] "GET /routing-instance/ce4a0ff4-3174-4ad8-8c91-e2184b94a6fb HTTP/1.1" 200 1494 0.003488 10.0.0.23 - - [2026-01-15 02:10:23] "GET /route-target/d580af91-aa3d-4952-96e7-d35aed5c1c61 HTTP/1.1" 200 1213 0.002884 10.0.0.23 - - [2026-01-15 02:10:23] "GET /virtual-network/9bcec4a1-2b25-45eb-96b4-861b320fb353 HTTP/1.1" 200 2320 0.004431 10.0.0.23 - - [2026-01-15 02:10:23] "GET /routing-instance/ce4a0ff4-3174-4ad8-8c91-e2184b94a6fb HTTP/1.1" 200 1494 0.003688 10.0.0.23 - - [2026-01-15 02:10:23] "GET /virtual-network/9bcec4a1-2b25-45eb-96b4-861b320fb353?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004468 10.0.0.23 - - [2026-01-15 02:10:23] "GET /virtual-network/9bcec4a1-2b25-45eb-96b4-861b320fb353 HTTP/1.1" 200 2320 0.004267 10.0.0.23 - - [2026-01-15 02:10:23] "GET /routing-instance/ce4a0ff4-3174-4ad8-8c91-e2184b94a6fb HTTP/1.1" 200 1494 0.003153 10.0.0.23 - - [2026-01-15 02:10:23] "GET /routing-instance/ce4a0ff4-3174-4ad8-8c91-e2184b94a6fb HTTP/1.1" 200 1494 0.003764 10.0.0.23 - - [2026-01-15 02:10:23] "GET /route-target/d580af91-aa3d-4952-96e7-d35aed5c1c61 HTTP/1.1" 200 1213 0.003095 10.0.0.23 - - [2026-01-15 02:10:23] "GET /domains HTTP/1.1" 200 280 0.002671 10.0.0.23 - - [2026-01-15 02:10:23] "GET /domains?obj_uuids=64e99420-c75c-4c07-a68a-16b5f119e548&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001101 10.0.0.23 - - [2026-01-15 02:10:23] "GET /domain/64e99420-c75c-4c07-a68a-16b5f119e548 HTTP/1.1" 200 2750 0.009145 10.0.0.23 - - [2026-01-15 02:10:23] "GET /projects?obj_uuids=9cab11f2-5b2b-4a1c-bfe2-12615f12c611&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000882 10.0.0.23 - - [2026-01-15 02:10:23] "GET /project/9cab11f2-5b2b-4a1c-bfe2-12615f12c611 HTTP/1.1" 200 2298 0.064499 10.0.0.23 - - [2026-01-15 02:10:23] "GET /virtual-network/9bcec4a1-2b25-45eb-96b4-861b320fb353 HTTP/1.1" 200 2320 0.004521 10.0.0.23 - - [2026-01-15 02:10:23] "GET /obj-perms HTTP/1.1" 200 5026 0.003016 10.0.0.23 - - [2026-01-15 02:10:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004709 10.0.0.23 - - [2026-01-15 02:10:23] "GET /projects?obj_uuids=9cab11f2-5b2b-4a1c-bfe2-12615f12c611&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001231 10.0.0.23 - - [2026-01-15 02:10:23] "GET /project/9cab11f2-5b2b-4a1c-bfe2-12615f12c611?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.025079 10.0.0.23 - - [2026-01-15 02:10:23] "POST /neutron/network HTTP/1.1" 200 117 0.011253 10.0.0.23 - - [2026-01-15 02:10:23] "GET /projects?obj_uuids=9cab11f2-5b2b-4a1c-bfe2-12615f12c611&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001081 10.0.0.23 - - [2026-01-15 02:10:23] "POST /neutron/network HTTP/1.1" 200 615 0.071499 10.0.0.23 - - [2026-01-15 02:10:23] "POST /ref-update HTTP/1.1" 200 156 0.007984 10.0.0.23 - - [2026-01-15 02:10:23] "POST /useragent-kv HTTP/1.1" 200 115 0.003536 10.0.0.23 - - [2026-01-15 02:10:23] "POST /neutron/subnet HTTP/1.1" 200 729 0.192116 10.0.0.23 - - [2026-01-15 02:10:23] "POST /neutron/network HTTP/1.1" 200 835 0.005363 10.0.0.23 - - [2026-01-15 02:10:23] "POST /id-to-fqname HTTP/1.1" 200 224 0.001140 10.0.0.23 - - [2026-01-15 02:10:23] "GET /virtual-network/f7f5d5bc-a06c-408b-a5d5-e5da3a7fcd2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.004725 10.0.0.23 - - [2026-01-15 02:10:23] "POST /neutron/network HTTP/1.1" 200 835 0.010221 10.0.0.23 - - [2026-01-15 02:10:23] "GET /virtual-network/f7f5d5bc-a06c-408b-a5d5-e5da3a7fcd2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.004744 10.0.0.23 - - [2026-01-15 02:10:23] "POST /neutron/network HTTP/1.1" 200 835 0.005401 10.0.0.23 - - [2026-01-15 02:10:24] "POST /neutron/subnet HTTP/1.1" 200 729 0.007111 10.0.0.23 - - [2026-01-15 02:10:24] "GET /domains HTTP/1.1" 200 280 0.001957 10.0.0.23 - - [2026-01-15 02:10:24] "GET /domains?obj_uuids=64e99420-c75c-4c07-a68a-16b5f119e548&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000935 10.0.0.23 - - [2026-01-15 02:10:24] "GET /domain/64e99420-c75c-4c07-a68a-16b5f119e548 HTTP/1.1" 200 2750 0.005537 10.0.0.23 - - [2026-01-15 02:10:24] "GET /projects?obj_uuids=9cab11f2-5b2b-4a1c-bfe2-12615f12c611&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000779 10.0.0.23 - - [2026-01-15 02:10:24] "GET /project/9cab11f2-5b2b-4a1c-bfe2-12615f12c611 HTTP/1.1" 200 2517 0.063417 10.0.0.23 - - [2026-01-15 02:10:24] "GET /virtual-network/f7f5d5bc-a06c-408b-a5d5-e5da3a7fcd2a HTTP/1.1" 200 2328 0.006270 10.0.0.23 - - [2026-01-15 02:10:24] "GET /virtual-network/f7f5d5bc-a06c-408b-a5d5-e5da3a7fcd2a HTTP/1.1" 200 2328 0.004719 10.0.0.23 - - [2026-01-15 02:10:24] "GET /routing-instance/85015fc8-1b73-4d9b-b2c7-da2b63abc81d HTTP/1.1" 200 1497 0.003583 10.0.0.23 - - [2026-01-15 02:10:24] "GET /routing-instance/85015fc8-1b73-4d9b-b2c7-da2b63abc81d HTTP/1.1" 200 1497 0.002496 10.0.0.23 - - [2026-01-15 02:10:24] "GET /route-target/2d401286-a161-4e91-9e36-473a394395be HTTP/1.1" 200 1214 0.002352 10.0.0.23 - - [2026-01-15 02:10:24] "GET /virtual-network/f7f5d5bc-a06c-408b-a5d5-e5da3a7fcd2a HTTP/1.1" 200 2328 0.005406 10.0.0.23 - - [2026-01-15 02:10:24] "GET /routing-instance/85015fc8-1b73-4d9b-b2c7-da2b63abc81d HTTP/1.1" 200 1497 0.003140 10.0.0.23 - - [2026-01-15 02:10:24] "GET /virtual-network/f7f5d5bc-a06c-408b-a5d5-e5da3a7fcd2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.003925 10.0.0.23 - - [2026-01-15 02:10:24] "GET /virtual-network/f7f5d5bc-a06c-408b-a5d5-e5da3a7fcd2a HTTP/1.1" 200 2328 0.004477 10.0.0.23 - - [2026-01-15 02:10:24] "GET /routing-instance/85015fc8-1b73-4d9b-b2c7-da2b63abc81d HTTP/1.1" 200 1497 0.004567 10.0.0.23 - - [2026-01-15 02:10:24] "GET /routing-instance/85015fc8-1b73-4d9b-b2c7-da2b63abc81d HTTP/1.1" 200 1497 0.002635 10.0.0.23 - - [2026-01-15 02:10:24] "GET /route-target/2d401286-a161-4e91-9e36-473a394395be HTTP/1.1" 200 1214 0.002400 10.0.0.23 - - [2026-01-15 02:10:24] "GET /domains HTTP/1.1" 200 280 0.002312 10.0.0.23 - - [2026-01-15 02:10:24] "GET /domains?obj_uuids=64e99420-c75c-4c07-a68a-16b5f119e548&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001142 10.0.0.23 - - [2026-01-15 02:10:24] "GET /domain/64e99420-c75c-4c07-a68a-16b5f119e548 HTTP/1.1" 200 2750 0.006948 10.0.0.23 - - [2026-01-15 02:10:24] "GET /projects?obj_uuids=9cab11f2-5b2b-4a1c-bfe2-12615f12c611&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001438 10.0.0.23 - - [2026-01-15 02:10:24] "GET /project/9cab11f2-5b2b-4a1c-bfe2-12615f12c611 HTTP/1.1" 200 2517 0.067502 10.0.0.23 - - [2026-01-15 02:10:24] "GET /virtual-network/f7f5d5bc-a06c-408b-a5d5-e5da3a7fcd2a HTTP/1.1" 200 2328 0.004964 10.0.0.23 - - [2026-01-15 02:10:24] "GET /obj-perms HTTP/1.1" 200 5026 0.003312 10.0.0.23 - - [2026-01-15 02:10:24] "POST /id-to-fqname HTTP/1.1" 200 223 0.001524 10.0.0.23 - - [2026-01-15 02:10:24] "POST /neutron/network HTTP/1.1" 200 842 0.005237 10.0.0.23 - - [2026-01-15 02:10:24] "GET /aaa-mode HTTP/1.1" 401 292 0.000397 10.0.0.23 - - [2026-01-15 02:10:24] "GET / HTTP/1.1" 200 35931 0.001894 10.0.0.23 - - [2026-01-15 02:10:24] "GET /project/9cab11f2-5b2b-4a1c-bfe2-12615f12c611?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000372 10.0.0.23 - - [2026-01-15 02:10:25] "GET /projects?obj_uuids=9cab11f2-5b2b-4a1c-bfe2-12615f12c611&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001036 10.0.0.23 - - [2026-01-15 02:10:25] "GET /project/9cab11f2-5b2b-4a1c-bfe2-12615f12c611?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.050626 10.0.0.23 - - [2026-01-15 02:10:25] "POST /neutron/network HTTP/1.1" 200 832 0.006894 10.0.0.23 - - [2026-01-15 02:10:25] "POST /neutron/port HTTP/1.1" 200 117 0.005098 10.0.0.23 - - [2026-01-15 02:10:25] "POST /neutron/port HTTP/1.1" 200 117 0.007375 10.0.0.23 - - [2026-01-15 02:10:25] "POST /id-to-fqname HTTP/1.1" 200 224 0.001405 10.0.0.23 - - [2026-01-15 02:10:25] "POST /neutron/port HTTP/1.1" 200 117 0.008219 10.0.0.23 - - [2026-01-15 02:10:25] "POST /neutron/network HTTP/1.1" 200 845 0.005296 10.0.0.23 - - [2026-01-15 02:10:25] "GET /aaa-mode HTTP/1.1" 401 292 0.000418 10.0.0.23 - - [2026-01-15 02:10:25] "POST /neutron/network HTTP/1.1" 200 842 0.005300 10.0.0.23 - - [2026-01-15 02:10:25] "GET /projects?obj_uuids=9cab11f2-5b2b-4a1c-bfe2-12615f12c611&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001450 10.0.0.23 - - [2026-01-15 02:10:25] "GET / HTTP/1.1" 200 35931 0.001721 10.0.0.23 - - [2026-01-15 02:10:25] "GET /project/9cab11f2-5b2b-4a1c-bfe2-12615f12c611?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000352 10.0.0.23 - - [2026-01-15 02:10:26] "POST /neutron/port HTTP/1.1" 200 1058 0.189447 10.0.0.23 - - [2026-01-15 02:10:26] "POST /neutron/port HTTP/1.1" 200 1058 0.011761 10.0.0.23 - - [2026-01-15 02:10:26] "POST /neutron/port HTTP/1.1" 200 1058 0.008281 10.0.0.23 - - [2026-01-15 02:10:26] "POST /neutron/port HTTP/1.1" 200 1112 0.058136 10.0.0.23 - - [2026-01-15 02:10:26] "POST /neutron/port HTTP/1.1" 200 1122 0.011412 10.0.0.23 - - [2026-01-15 02:10:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003172 10.0.0.23 - - [2026-01-15 02:10:26] "POST /neutron/subnet HTTP/1.1" 200 699 0.007591 10.0.0.23 - - [2026-01-15 02:10:26] "POST /neutron/port HTTP/1.1" 200 117 0.001124 10.0.0.23 - - [2026-01-15 02:10:26] "POST /neutron/network HTTP/1.1" 200 832 0.004813 10.0.0.23 - - [2026-01-15 02:10:26] "GET /projects?obj_uuids=9cab11f2-5b2b-4a1c-bfe2-12615f12c611&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001512 10.0.0.23 - - [2026-01-15 02:10:26] "GET /project/9cab11f2-5b2b-4a1c-bfe2-12615f12c611?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.046524 10.0.0.23 - - [2026-01-15 02:10:26] "POST /neutron/network HTTP/1.1" 200 835 0.005178 10.0.0.23 - - [2026-01-15 02:10:26] "POST /neutron/port HTTP/1.1" 200 1122 0.013601 10.0.0.23 - - [2026-01-15 02:10:26] "POST /neutron/security_group HTTP/1.1" 200 2056 0.013700 10.0.0.23 - - [2026-01-15 02:10:26] "POST /neutron/port HTTP/1.1" 200 117 0.012422 10.0.0.23 - - [2026-01-15 02:10:26] "POST /fqname-to-id HTTP/1.1" 404 193 0.002660 10.0.0.23 - - [2026-01-15 02:10:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003479 10.0.0.23 - - [2026-01-15 02:10:26] "GET /domains?obj_uuids=64e99420-c75c-4c07-a68a-16b5f119e548&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001025 10.0.0.23 - - [2026-01-15 02:10:26] "GET /domain/64e99420-c75c-4c07-a68a-16b5f119e548?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.007498 10.0.0.23 - - [2026-01-15 02:10:26] "POST /service-templates HTTP/1.1" 200 543 0.029558 10.0.0.23 - - [2026-01-15 02:10:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002737 10.0.0.23 - - [2026-01-15 02:10:26] "GET /service-template/c58d729a-f633-4a7b-a621-c7e0f07f47c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.006177 10.0.0.23 - - [2026-01-15 02:10:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002654 10.0.0.23 - - [2026-01-15 02:10:26] "POST /neutron/network HTTP/1.1" 200 845 0.011605 10.0.0.23 - - [2026-01-15 02:10:26] "GET /service-template/c58d729a-f633-4a7b-a621-c7e0f07f47c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.010173 10.0.0.23 - - [2026-01-15 02:10:27] "GET /projects?obj_uuids=9cab11f2-5b2b-4a1c-bfe2-12615f12c611&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000977 10.0.0.23 - - [2026-01-15 02:10:27] "POST /id-to-fqname HTTP/1.1" 200 223 0.001450 10.0.0.23 - - [2026-01-15 02:10:27] "POST /id-to-fqname HTTP/1.1" 200 223 0.001299 10.0.0.23 - - [2026-01-15 02:10:27] "POST /id-to-fqname HTTP/1.1" 200 224 0.003761 10.0.0.23 - - [2026-01-15 02:10:27] "POST /neutron/port HTTP/1.1" 200 1059 0.273054 10.0.0.23 - - [2026-01-15 02:10:27] "POST /neutron/port HTTP/1.1" 200 2039 0.022809 10.0.0.23 - - [2026-01-15 02:10:27] "POST /neutron/port HTTP/1.1" 200 1059 0.013317 10.0.0.23 - - [2026-01-15 02:10:27] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005983 10.0.0.23 - - [2026-01-15 02:10:27] "POST /neutron/port HTTP/1.1" 200 1059 0.012075 10.0.0.23 - - [2026-01-15 02:10:27] "POST /neutron/port HTTP/1.1" 200 1113 0.066279 10.0.0.23 - - [2026-01-15 02:10:27] "POST /neutron/port HTTP/1.1" 200 1123 0.017096 10.0.0.23 - - [2026-01-15 02:10:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005247 10.0.0.23 - - [2026-01-15 02:10:27] "POST /neutron/subnet HTTP/1.1" 200 703 0.007854 10.0.0.23 - - [2026-01-15 02:10:27] "POST /neutron/port HTTP/1.1" 200 117 0.001317 10.0.0.23 - - [2026-01-15 02:10:27] "POST /neutron/network HTTP/1.1" 200 835 0.006792 10.0.0.23 - - [2026-01-15 02:10:28] "POST /neutron/network HTTP/1.1" 200 2226 0.010637 10.0.0.23 - - [2026-01-15 02:10:28] "GET /aaa-mode HTTP/1.1" 401 292 0.000407 10.0.0.23 - - [2026-01-15 02:10:28] "GET / HTTP/1.1" 200 35931 0.001456 10.0.0.23 - - [2026-01-15 02:10:28] "GET /project/9cab11f2-5b2b-4a1c-bfe2-12615f12c611?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000342 10.0.0.23 - - [2026-01-15 02:10:28] "GET /projects?obj_uuids=9cab11f2-5b2b-4a1c-bfe2-12615f12c611&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001065 10.0.0.23 - - [2026-01-15 02:10:28] "GET /project/9cab11f2-5b2b-4a1c-bfe2-12615f12c611?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.058336 10.0.0.23 - - [2026-01-15 02:10:28] "POST /neutron/network HTTP/1.1" 200 834 0.005393 10.0.0.23 - - [2026-01-15 02:10:28] "POST /neutron/network HTTP/1.1" 200 832 0.005306 10.0.0.23 - - [2026-01-15 02:10:28] "POST /neutron/network HTTP/1.1" 200 835 0.006021 10.0.0.23 - - [2026-01-15 02:10:28] "POST /neutron/port HTTP/1.1" 200 2093 0.017986 10.0.0.23 - - [2026-01-15 02:10:29] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007363 10.0.0.23 - - [2026-01-15 02:10:29] "POST /neutron/port HTTP/1.1" 200 117 0.005745 10.0.0.23 - - [2026-01-15 02:10:29] "POST /neutron/port HTTP/1.1" 200 117 0.005652 10.0.0.23 - - [2026-01-15 02:10:29] "POST /neutron/network HTTP/1.1" 200 2226 0.009171 10.0.0.23 - - [2026-01-15 02:10:29] "GET /projects?obj_uuids=9cab11f2-5b2b-4a1c-bfe2-12615f12c611&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000990 10.0.0.23 - - [2026-01-15 02:10:29] "POST /neutron/port HTTP/1.1" 200 1060 0.266273 10.0.0.23 - - [2026-01-15 02:10:29] "GET /projects?obj_uuids=9cab11f2-5b2b-4a1c-bfe2-12615f12c611&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001263 10.0.0.23 - - [2026-01-15 02:10:29] "POST /neutron/port HTTP/1.1" 200 1058 0.183256 10.0.0.23 - - [2026-01-15 02:10:29] "GET /projects?obj_uuids=9cab11f2-5b2b-4a1c-bfe2-12615f12c611&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000959 10.0.0.23 - - [2026-01-15 02:10:30] "POST /neutron/port HTTP/1.1" 200 1059 0.178384 10.0.0.23 - - [2026-01-15 02:10:30] "POST /neutron/port HTTP/1.1" 200 1060 0.009092 10.0.0.23 - - [2026-01-15 02:10:30] "POST /neutron/port HTTP/1.1" 200 1060 0.011213 10.0.0.23 - - [2026-01-15 02:10:30] "POST /neutron/port HTTP/1.1" 200 1114 0.092690 10.0.0.23 - - [2026-01-15 02:10:30] "POST /neutron/port HTTP/1.1" 200 1058 0.010573 10.0.0.23 - - [2026-01-15 02:10:30] "POST /neutron/port HTTP/1.1" 200 1058 0.008523 10.0.0.23 - - [2026-01-15 02:10:30] "POST /neutron/port HTTP/1.1" 200 1112 0.070348 10.0.0.23 - - [2026-01-15 02:10:30] "POST /neutron/port HTTP/1.1" 200 1059 0.010765 10.0.0.23 - - [2026-01-15 02:10:30] "POST /neutron/port HTTP/1.1" 200 1059 0.009070 10.0.0.23 - - [2026-01-15 02:10:30] "POST /neutron/port HTTP/1.1" 200 1113 0.093031 10.0.0.23 - - [2026-01-15 02:10:30] "POST /neutron/port HTTP/1.1" 200 3064 0.021185 10.0.0.23 - - [2026-01-15 02:10:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003376 10.0.0.23 - - [2026-01-15 02:10:30] "POST /neutron/subnet HTTP/1.1" 200 708 0.006038 10.0.0.23 - - [2026-01-15 02:10:30] "POST /neutron/port HTTP/1.1" 200 117 0.001137 10.0.0.23 - - [2026-01-15 02:10:30] "POST /neutron/network HTTP/1.1" 200 834 0.006996 10.0.0.23 - - [2026-01-15 02:10:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004429 10.0.0.23 - - [2026-01-15 02:10:30] "POST /neutron/subnet HTTP/1.1" 200 699 0.008556 10.0.0.23 - - [2026-01-15 02:10:30] "POST /neutron/port HTTP/1.1" 200 117 0.001315 10.0.0.23 - - [2026-01-15 02:10:30] "POST /neutron/network HTTP/1.1" 200 832 0.006650 10.0.0.23 - - [2026-01-15 02:10:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003597 10.0.0.23 - - [2026-01-15 02:10:30] "POST /neutron/subnet HTTP/1.1" 200 703 0.006547 10.0.0.23 - - [2026-01-15 02:10:30] "POST /neutron/port HTTP/1.1" 200 117 0.001189 10.0.0.23 - - [2026-01-15 02:10:30] "POST /neutron/network HTTP/1.1" 200 835 0.007401 10.0.0.23 - - [2026-01-15 02:10:34] "POST /neutron/port HTTP/1.1" 200 3064 0.027047 10.0.0.23 - - [2026-01-15 02:10:34] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005792 10.0.0.23 - - [2026-01-15 02:10:34] "POST /neutron/port HTTP/1.1" 200 3064 0.017476 10.0.0.23 - - [2026-01-15 02:10:34] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006447 10.0.0.23 - - [2026-01-15 02:10:34] "POST /neutron/port HTTP/1.1" 200 3064 0.018738 10.0.0.23 - - [2026-01-15 02:10:34] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005380 10.0.0.23 - - [2026-01-15 02:10:34] "POST /neutron/port HTTP/1.1" 200 3064 0.016320 10.0.0.23 - - [2026-01-15 02:10:34] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005851 10.0.0.23 - - [2026-01-15 02:10:34] "POST /neutron/port HTTP/1.1" 200 3064 0.026080 10.0.0.23 - - [2026-01-15 02:10:34] "POST /neutron/security_group HTTP/1.1" 200 2056 0.012549 10.0.0.23 - - [2026-01-15 02:10:34] "GET /virtual-machine/eff6ed21-5b5c-480e-91f6-ec004ac7a986 HTTP/1.1" 200 1803 0.004837 10.0.0.23 - - [2026-01-15 02:10:34] "GET /virtual-machine-interface/03d87e9b-a9e2-458d-b570-d6b40fcc891f HTTP/1.1" 200 2945 0.005217 10.0.0.23 - - [2026-01-15 02:10:34] "GET /virtual-machine-interface/6da1cd8c-a6b3-44e8-937b-ea13e17f8aad HTTP/1.1" 200 2946 0.008075 10.0.0.23 - - [2026-01-15 02:10:34] "GET /virtual-machine-interface/c526df14-9e62-46d3-860f-bbdae57b5d32 HTTP/1.1" 200 2949 0.007240 10.0.0.23 - - [2026-01-15 02:10:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002614 10.0.0.23 - - [2026-01-15 02:10:34] "GET /global-vrouter-config/3c3c8a9c-add7-4dd6-83b8-c8c9d45127ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004052 10.0.0.23 - - [2026-01-15 02:10:34] "GET /virtual-networks?parent_id=9cab11f2-5b2b-4a1c-bfe2-12615f12c611&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003757 10.0.0.23 - - [2026-01-15 02:10:34] "GET /virtual-network/00eb6f37-08de-4015-b5b0-e58554dd573c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006518 10.0.0.23 - - [2026-01-15 02:10:35] "POST /neutron/port HTTP/1.1" 200 1122 0.014544 10.0.0.23 - - [2026-01-15 02:10:35] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006107 10.0.0.23 - - [2026-01-15 02:10:36] "POST /neutron/port HTTP/1.1" 200 1123 0.011112 10.0.0.23 - - [2026-01-15 02:10:36] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006596 10.0.0.23 - - [2026-01-15 02:10:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002935 10.0.0.23 - - [2026-01-15 02:10:37] "GET /virtual-network/00eb6f37-08de-4015-b5b0-e58554dd573c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004416 10.0.0.23 - - [2026-01-15 02:10:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002830 10.0.0.23 - - [2026-01-15 02:10:42] "GET /virtual-network/00eb6f37-08de-4015-b5b0-e58554dd573c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004675 10.0.0.23 - - [2026-01-15 02:10:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003341 10.0.0.23 - - [2026-01-15 02:10:46] "GET /virtual-network/00eb6f37-08de-4015-b5b0-e58554dd573c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005206 10.0.0.23 - - [2026-01-15 02:10:48] "DELETE /project/9cab11f25b2b4a1cbfe212615f12c611 HTTP/1.1" 404 173 0.003978 10.0.0.23 - - [2026-01-15 02:10:48] "GET /projects?obj_uuids=c965a87a-f8c6-4faf-ab92-d7c46e015eab&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000914 10.0.0.23 - - [2026-01-15 02:10:48] "GET /project/c965a87a-f8c6-4faf-ab92-d7c46e015eab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.024145 10.0.0.23 - - [2026-01-15 02:10:48] "GET /projects?obj_uuids=c965a87a-f8c6-4faf-ab92-d7c46e015eab&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001036 10.0.0.23 - - [2026-01-15 02:10:48] "GET /project/c965a87a-f8c6-4faf-ab92-d7c46e015eab?fields=security_groups HTTP/1.1" 200 1342 0.066867 10.0.0.23 - - [2026-01-15 02:10:48] "DELETE /security-group/4a97fe3a-19e0-4ab9-82e7-1074e4adad74 HTTP/1.1" 200 115 0.037648 10.0.0.23 - - [2026-01-15 02:10:48] "GET /projects?obj_uuids=c965a87a-f8c6-4faf-ab92-d7c46e015eab&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001672 10.0.0.23 - - [2026-01-15 02:10:48] "DELETE /access-control-list/37f4de1b-15c7-471f-a4c9-67f587c6b5e0 HTTP/1.1" 200 115 0.032069 10.0.0.23 - - [2026-01-15 02:10:48] "GET /project/c965a87a-f8c6-4faf-ab92-d7c46e015eab?fields=application_policy_sets HTTP/1.1" 200 1381 0.034175 10.0.0.23 - - [2026-01-15 02:10:48] "DELETE /access-control-list/5c2a1c9e-f606-42fc-861d-937eec0d13db HTTP/1.1" 200 115 0.027012 10.0.0.23 - - [2026-01-15 02:10:48] "DELETE /project/c965a87a-f8c6-4faf-ab92-d7c46e015eab HTTP/1.1" 200 115 0.336013 10.0.0.23 - - [2026-01-15 02:10:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002681 10.0.0.23 - - [2026-01-15 02:10:50] "GET /virtual-network/00eb6f37-08de-4015-b5b0-e58554dd573c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004624 10.0.0.23 - - [2026-01-15 02:10:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002896 10.0.0.23 - - [2026-01-15 02:10:52] "GET /global-vrouter-config/3c3c8a9c-add7-4dd6-83b8-c8c9d45127ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.002806 10.0.0.23 - - [2026-01-15 02:10:52] "GET /virtual-networks?parent_id=9cab11f2-5b2b-4a1c-bfe2-12615f12c611&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002820 10.0.0.23 - - [2026-01-15 02:10:52] "GET /virtual-network/00eb6f37-08de-4015-b5b0-e58554dd573c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006935 10.0.0.23 - - [2026-01-15 02:10:52] "POST /neutron/port HTTP/1.1" 200 3064 0.019601 10.0.0.23 - - [2026-01-15 02:10:52] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005385 10.0.0.23 - - [2026-01-15 02:10:55] "GET /obj-perms HTTP/1.1" 200 5056 0.055095 10.0.0.23 - - [2026-01-15 02:10:55] "GET /obj-perms HTTP/1.1" 200 5056 0.053113 10.0.0.23 - - [2026-01-15 02:10:57] "POST /neutron/port HTTP/1.1" 200 3064 0.021422 10.0.0.23 - - [2026-01-15 02:10:57] "POST /neutron/security_group HTTP/1.1" 200 2056 0.012355 10.0.0.23 - - [2026-01-15 02:11:01] "POST /neutron/port HTTP/1.1" 200 3064 0.022178 10.0.0.23 - - [2026-01-15 02:11:01] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006570 10.0.0.23 - - [2026-01-15 02:11:03] "POST /neutron/port HTTP/1.1" 200 3064 0.021771 10.0.0.23 - - [2026-01-15 02:11:03] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006116 10.0.0.23 - - [2026-01-15 02:11:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003469 10.0.0.23 - - [2026-01-15 02:11:08] "GET /global-vrouter-config/3c3c8a9c-add7-4dd6-83b8-c8c9d45127ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003208 10.0.0.23 - - [2026-01-15 02:11:08] "GET /virtual-networks?parent_id=9cab11f2-5b2b-4a1c-bfe2-12615f12c611&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003008 10.0.0.23 - - [2026-01-15 02:11:08] "GET /virtual-network/9bcec4a1-2b25-45eb-96b4-861b320fb353?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004790 10.0.0.23 - - [2026-01-15 02:11:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003045 10.0.0.23 - - [2026-01-15 02:11:08] "GET /global-vrouter-config/3c3c8a9c-add7-4dd6-83b8-c8c9d45127ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.002825 10.0.0.23 - - [2026-01-15 02:11:08] "GET /virtual-networks?parent_id=9cab11f2-5b2b-4a1c-bfe2-12615f12c611&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002796 10.0.0.23 - - [2026-01-15 02:11:08] "GET /virtual-network/f7f5d5bc-a06c-408b-a5d5-e5da3a7fcd2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006143 10.0.0.23 - - [2026-01-15 02:11:08] "POST /fqname-to-id HTTP/1.1" 404 207 0.002713 10.0.0.23 - - [2026-01-15 02:11:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002275 10.0.0.23 - - [2026-01-15 02:11:09] "GET /projects?obj_uuids=9cab11f2-5b2b-4a1c-bfe2-12615f12c611&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.038006 10.0.0.23 - - [2026-01-15 02:11:09] "GET /project/9cab11f2-5b2b-4a1c-bfe2-12615f12c611?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.063444 10.0.0.23 - - [2026-01-15 02:11:09] "POST /service-instances HTTP/1.1" 200 543 0.064695 10.0.0.23 - - [2026-01-15 02:11:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003136 10.0.0.23 - - [2026-01-15 02:11:09] "GET /service-instance/762499bf-759d-4dbf-87ee-c687f28778c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2134 0.005782 10.0.0.23 - - [2026-01-15 02:11:09] "POST /port-tuples HTTP/1.1" 200 586 0.021917 10.0.0.23 - - [2026-01-15 02:11:09] "GET /virtual-machine-interface/03d87e9b-a9e2-458d-b570-d6b40fcc891f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2724 0.005293 10.0.0.23 - - [2026-01-15 02:11:09] "PUT /virtual-machine-interface/03d87e9b-a9e2-458d-b570-d6b40fcc891f HTTP/1.1" 200 284 0.009564 10.0.0.23 - - [2026-01-15 02:11:09] "POST /ref-update HTTP/1.1" 200 156 0.009289 10.0.0.23 - - [2026-01-15 02:11:09] "POST /instance-ips HTTP/1.1" 200 385 0.025915 10.0.0.23 - - [2026-01-15 02:11:09] "POST /ref-update HTTP/1.1" 200 156 0.007471 10.0.0.23 - - [2026-01-15 02:11:09] "GET /virtual-machine-interface/6da1cd8c-a6b3-44e8-937b-ea13e17f8aad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2725 0.006495 10.0.0.23 - - [2026-01-15 02:11:09] "POST /ref-update HTTP/1.1" 200 156 0.010926 10.0.0.23 - - [2026-01-15 02:11:09] "PUT /virtual-machine-interface/6da1cd8c-a6b3-44e8-937b-ea13e17f8aad HTTP/1.1" 200 284 0.012666 10.0.0.23 - - [2026-01-15 02:11:09] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.004250 10.0.0.23 - - [2026-01-15 02:11:09] "POST /ref-update HTTP/1.1" 200 156 0.009902 10.0.0.23 - - [2026-01-15 02:11:09] "GET /virtual-machine-interface/c526df14-9e62-46d3-860f-bbdae57b5d32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2728 0.005771 10.0.0.23 - - [2026-01-15 02:11:09] "POST /instance-ips HTTP/1.1" 200 385 0.029005 10.0.0.23 - - [2026-01-15 02:11:09] "PUT /virtual-machine-interface/c526df14-9e62-46d3-860f-bbdae57b5d32 HTTP/1.1" 200 284 0.009934 10.0.0.23 - - [2026-01-15 02:11:09] "POST /ref-update HTTP/1.1" 200 156 0.012226 10.0.0.23 - - [2026-01-15 02:11:09] "POST /ref-update HTTP/1.1" 200 156 0.008063 10.0.0.23 - - [2026-01-15 02:11:09] "POST /ref-update HTTP/1.1" 200 156 0.007036 10.0.0.23 - - [2026-01-15 02:11:09] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003005 10.0.0.23 - - [2026-01-15 02:11:09] "POST /neutron/port HTTP/1.1" 200 1122 0.011888 10.0.0.23 - - [2026-01-15 02:11:09] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006315 10.0.0.23 - - [2026-01-15 02:11:09] "POST /instance-ips HTTP/1.1" 200 373 0.020283 10.0.0.23 - - [2026-01-15 02:11:09] "POST /neutron/port HTTP/1.1" 200 1122 0.011743 10.0.0.23 - - [2026-01-15 02:11:10] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006299 10.0.0.23 - - [2026-01-15 02:11:10] "POST /ref-update HTTP/1.1" 200 156 0.009259 10.0.0.23 - - [2026-01-15 02:11:10] "POST /neutron/port HTTP/1.1" 200 1122 0.018951 10.0.0.23 - - [2026-01-15 02:11:10] "POST /ref-update HTTP/1.1" 200 156 0.013207 10.0.0.23 - - [2026-01-15 02:11:10] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010378 10.0.0.23 - - [2026-01-15 02:11:10] "GET /virtual-machine/5f000966-b0b8-4824-ad83-eea9e2363254 HTTP/1.1" 200 1290 0.003953 10.0.0.23 - - [2026-01-15 02:11:10] "GET /virtual-machine-interface/c5d59ae8-50e9-4cd4-a57c-256bff1747aa HTTP/1.1" 200 2947 0.003870 10.0.0.23 - - [2026-01-15 02:11:10] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002524 10.0.0.23 - - [2026-01-15 02:11:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003902 10.0.0.23 - - [2026-01-15 02:11:10] "GET /global-vrouter-config/3c3c8a9c-add7-4dd6-83b8-c8c9d45127ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.002905 10.0.0.23 - - [2026-01-15 02:11:10] "POST /instance-ips HTTP/1.1" 200 373 0.014378 10.0.0.23 - - [2026-01-15 02:11:10] "GET /virtual-networks?parent_id=9cab11f2-5b2b-4a1c-bfe2-12615f12c611&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002322 10.0.0.23 - - [2026-01-15 02:11:10] "GET /virtual-network/9bcec4a1-2b25-45eb-96b4-861b320fb353?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005268 10.0.0.23 - - [2026-01-15 02:11:10] "POST /ref-update HTTP/1.1" 200 156 0.012335 10.0.0.23 - - [2026-01-15 02:11:10] "POST /ref-update HTTP/1.1" 200 156 0.008409 10.0.0.23 - - [2026-01-15 02:11:10] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002871 10.0.0.23 - - [2026-01-15 02:11:10] "POST /instance-ips HTTP/1.1" 200 375 0.016350 10.0.0.23 - - [2026-01-15 02:11:10] "POST /ref-update HTTP/1.1" 200 156 0.008176 10.0.0.23 - - [2026-01-15 02:11:10] "POST /ref-update HTTP/1.1" 200 156 0.008418 10.0.0.23 - - [2026-01-15 02:11:10] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003420 10.0.0.23 - - [2026-01-15 02:11:10] "POST /instance-ips HTTP/1.1" 200 375 0.014811 10.0.0.23 - - [2026-01-15 02:11:10] "POST /ref-update HTTP/1.1" 200 156 0.010468 10.0.0.23 - - [2026-01-15 02:11:10] "POST /ref-update HTTP/1.1" 200 156 0.007912 10.0.0.23 - - [2026-01-15 02:11:10] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003227 10.0.0.23 - - [2026-01-15 02:11:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003775 10.0.0.23 - - [2026-01-15 02:11:11] "GET /global-vrouter-config/3c3c8a9c-add7-4dd6-83b8-c8c9d45127ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.002943 10.0.0.23 - - [2026-01-15 02:11:11] "GET /virtual-networks?parent_id=9cab11f2-5b2b-4a1c-bfe2-12615f12c611&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003047 10.0.0.23 - - [2026-01-15 02:11:11] "GET /virtual-network/9bcec4a1-2b25-45eb-96b4-861b320fb353?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006107 10.0.0.23 - - [2026-01-15 02:11:11] "POST /neutron/port HTTP/1.1" 200 1123 0.013282 10.0.0.23 - - [2026-01-15 02:11:11] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005680 10.0.0.23 - - [2026-01-15 02:11:11] "POST /neutron/port HTTP/1.1" 200 1123 0.011038 10.0.0.23 - - [2026-01-15 02:11:11] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005759 10.0.0.23 - - [2026-01-15 02:11:11] "POST /neutron/port HTTP/1.1" 200 1123 0.014205 10.0.0.23 - - [2026-01-15 02:11:11] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005927 10.0.0.23 - - [2026-01-15 02:11:11] "GET /virtual-machine/cbaecdb2-c745-41fd-a7b6-711b2355cbd3 HTTP/1.1" 200 1291 0.004323 10.0.0.23 - - [2026-01-15 02:11:11] "GET /virtual-machine-interface/89b678d2-477d-4fdb-a842-cabc34d65095 HTTP/1.1" 200 2949 0.004628 10.0.0.23 - - [2026-01-15 02:11:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002663 10.0.0.23 - - [2026-01-15 02:11:11] "GET /global-vrouter-config/3c3c8a9c-add7-4dd6-83b8-c8c9d45127ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.002527 10.0.0.23 - - [2026-01-15 02:11:12] "GET /virtual-networks?parent_id=9cab11f2-5b2b-4a1c-bfe2-12615f12c611&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003573 10.0.0.23 - - [2026-01-15 02:11:12] "GET /virtual-network/f7f5d5bc-a06c-408b-a5d5-e5da3a7fcd2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.004911 10.0.0.23 - - [2026-01-15 02:11:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003085 10.0.0.23 - - [2026-01-15 02:11:13] "GET /global-vrouter-config/3c3c8a9c-add7-4dd6-83b8-c8c9d45127ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.002827 10.0.0.23 - - [2026-01-15 02:11:13] "GET /virtual-networks?parent_id=9cab11f2-5b2b-4a1c-bfe2-12615f12c611&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002715 10.0.0.23 - - [2026-01-15 02:11:13] "GET /virtual-network/f7f5d5bc-a06c-408b-a5d5-e5da3a7fcd2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006297 10.0.0.23 - - [2026-01-15 02:11:13] "POST /fqname-to-id HTTP/1.1" 404 211 0.002863 10.0.0.23 - - [2026-01-15 02:11:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002208 10.0.0.23 - - [2026-01-15 02:11:13] "GET /projects?obj_uuids=9cab11f2-5b2b-4a1c-bfe2-12615f12c611&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001082 10.0.0.23 - - [2026-01-15 02:11:13] "GET /project/9cab11f2-5b2b-4a1c-bfe2-12615f12c611?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.024317 10.0.0.23 - - [2026-01-15 02:11:13] "POST /network-policys HTTP/1.1" 200 547 0.016855 10.0.0.23 - - [2026-01-15 02:11:13] "GET /network-policy/27e35a4c-b079-4c04-8dfc-c5d838131df7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.005907 10.0.0.23 - - [2026-01-15 02:11:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002811 10.0.0.23 - - [2026-01-15 02:11:13] "GET /virtual-network/9bcec4a1-2b25-45eb-96b4-861b320fb353?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005366 10.0.0.23 - - [2026-01-15 02:11:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003304 10.0.0.23 - - [2026-01-15 02:11:13] "GET /network-policy/27e35a4c-b079-4c04-8dfc-c5d838131df7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003689 10.0.0.23 - - [2026-01-15 02:11:13] "POST /ref-update HTTP/1.1" 200 156 0.034258 10.0.0.23 - - [2026-01-15 02:11:13] "POST /fqname-to-id HTTP/1.1" 404 242 0.038919 10.0.0.23 - - [2026-01-15 02:11:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002390 10.0.0.23 - - [2026-01-15 02:11:14] "POST /access-control-lists HTTP/1.1" 200 601 0.060525 10.0.0.23 - - [2026-01-15 02:11:14] "GET /network-policy/27e35a4c-b079-4c04-8dfc-c5d838131df7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.004415 10.0.0.23 - - [2026-01-15 02:11:14] "POST /neutron/network HTTP/1.1" 200 920 0.006534 10.0.0.23 - - [2026-01-15 02:11:14] "GET /virtual-network/9bcec4a1-2b25-45eb-96b4-861b320fb353?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.005022 10.0.0.23 - - [2026-01-15 02:11:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003083 10.0.0.23 - - [2026-01-15 02:11:14] "GET /network-policy/27e35a4c-b079-4c04-8dfc-c5d838131df7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003437 10.0.0.23 - - [2026-01-15 02:11:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003639 10.0.0.23 - - [2026-01-15 02:11:14] "GET /virtual-network/f7f5d5bc-a06c-408b-a5d5-e5da3a7fcd2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.004838 10.0.0.23 - - [2026-01-15 02:11:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002940 10.0.0.23 - - [2026-01-15 02:11:14] "GET /network-policy/27e35a4c-b079-4c04-8dfc-c5d838131df7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003302 10.0.0.23 - - [2026-01-15 02:11:14] "POST /fqname-to-id HTTP/1.1" 404 244 0.002550 10.0.0.23 - - [2026-01-15 02:11:14] "POST /ref-update HTTP/1.1" 200 156 0.031538 10.0.0.23 - - [2026-01-15 02:11:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003823 10.0.0.23 - - [2026-01-15 02:11:14] "POST /access-control-lists HTTP/1.1" 200 604 0.061360 10.0.0.23 - - [2026-01-15 02:11:14] "GET /network-policy/27e35a4c-b079-4c04-8dfc-c5d838131df7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.004128 10.0.0.23 - - [2026-01-15 02:11:14] "POST /routing-instances HTTP/1.1" 200 759 0.014388 10.0.0.23 - - [2026-01-15 02:11:14] "POST /neutron/network HTTP/1.1" 200 923 0.006476 10.0.0.23 - - [2026-01-15 02:11:14] "GET /virtual-network/f7f5d5bc-a06c-408b-a5d5-e5da3a7fcd2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.010159 10.0.0.23 - - [2026-01-15 02:11:14] "POST /route-targets HTTP/1.1" 200 327 0.014545 10.0.0.23 - - [2026-01-15 02:11:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002661 10.0.0.23 - - [2026-01-15 02:11:14] "POST /ref-update HTTP/1.1" 200 156 0.010214 10.0.0.23 - - [2026-01-15 02:11:14] "GET /network-policy/27e35a4c-b079-4c04-8dfc-c5d838131df7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003542 10.0.0.23 - - [2026-01-15 02:11:14] "GET /routing-instance/78a4ef57-8477-4370-b354-39b9eccb57c4?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1276 0.004739 10.0.0.23 - - [2026-01-15 02:11:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003115 10.0.0.23 - - [2026-01-15 02:11:14] "GET /routing-instance/78a4ef57-8477-4370-b354-39b9eccb57c4?fields=routing_policy_back_refs HTTP/1.1" 200 1276 0.003412 10.0.0.23 - - [2026-01-15 02:11:14] "GET /service-template/c58d729a-f633-4a7b-a621-c7e0f07f47c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.003357 10.0.0.23 - - [2026-01-15 02:11:14] "POST /ref-update HTTP/1.1" 200 156 0.008731 10.0.0.23 - - [2026-01-15 02:11:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003317 10.0.0.23 - - [2026-01-15 02:11:14] "POST /routing-instances HTTP/1.1" 200 760 0.014263 10.0.0.23 - - [2026-01-15 02:11:14] "GET /projects?obj_uuids=9cab11f2-5b2b-4a1c-bfe2-12615f12c611&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001261 10.0.0.23 - - [2026-01-15 02:11:14] "GET /project/9cab11f2-5b2b-4a1c-bfe2-12615f12c611?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.025519 10.0.0.23 - - [2026-01-15 02:11:15] "POST /route-targets HTTP/1.1" 200 327 0.011318 10.0.0.23 - - [2026-01-15 02:11:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002573 10.0.0.23 - - [2026-01-15 02:11:15] "POST /ref-update HTTP/1.1" 200 156 0.009859 10.0.0.23 - - [2026-01-15 02:11:15] "GET /service-instance/762499bf-759d-4dbf-87ee-c687f28778c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3528 0.005135 10.0.0.23 - - [2026-01-15 02:11:15] "GET /routing-instance/8469b8fb-cf8e-4aaa-a23a-4296fc097801?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1277 0.004059 10.0.0.23 - - [2026-01-15 02:11:15] "GET /domains HTTP/1.1" 200 280 0.002866 10.0.0.23 - - [2026-01-15 02:11:15] "GET /domains?obj_uuids=64e99420-c75c-4c07-a68a-16b5f119e548&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000931 10.0.0.23 - - [2026-01-15 02:11:15] "GET /domain/64e99420-c75c-4c07-a68a-16b5f119e548 HTTP/1.1" 200 2771 0.007471 10.0.0.23 - - [2026-01-15 02:11:15] "GET /projects?obj_uuids=9cab11f2-5b2b-4a1c-bfe2-12615f12c611&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000960 10.0.0.23 - - [2026-01-15 02:11:15] "GET /routing-instance/8469b8fb-cf8e-4aaa-a23a-4296fc097801?fields=routing_policy_back_refs HTTP/1.1" 200 1277 0.003755 10.0.0.23 - - [2026-01-15 02:11:15] "GET /project/9cab11f2-5b2b-4a1c-bfe2-12615f12c611 HTTP/1.1" 200 4233 0.074997 10.0.0.23 - - [2026-01-15 02:11:15] "GET /service-instance/762499bf-759d-4dbf-87ee-c687f28778c8 HTTP/1.1" 200 3782 0.005060 10.0.0.23 - - [2026-01-15 02:11:15] "PUT /routing-instance/78a4ef57-8477-4370-b354-39b9eccb57c4 HTTP/1.1" 200 266 0.014325 10.0.0.23 - - [2026-01-15 02:11:15] "GET /domains HTTP/1.1" 200 280 0.005848 10.0.0.23 - - [2026-01-15 02:11:15] "GET /domains?obj_uuids=64e99420-c75c-4c07-a68a-16b5f119e548&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000999 10.0.0.23 - - [2026-01-15 02:11:15] "GET /domain/64e99420-c75c-4c07-a68a-16b5f119e548 HTTP/1.1" 200 2771 0.006806 10.0.0.23 - - [2026-01-15 02:11:15] "GET /projects?obj_uuids=9cab11f2-5b2b-4a1c-bfe2-12615f12c611&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000874 10.0.0.23 - - [2026-01-15 02:11:15] "PUT /routing-instance/8469b8fb-cf8e-4aaa-a23a-4296fc097801 HTTP/1.1" 200 266 0.010602 10.0.0.23 - - [2026-01-15 02:11:15] "GET /project/9cab11f2-5b2b-4a1c-bfe2-12615f12c611 HTTP/1.1" 200 4233 0.062718 10.0.0.23 - - [2026-01-15 02:11:15] "GET /service-instance/762499bf-759d-4dbf-87ee-c687f28778c8 HTTP/1.1" 200 3782 0.003455 10.0.0.23 - - [2026-01-15 02:11:15] "GET /port-tuple/a8291502-9db9-4226-b294-b33c601aaee4 HTTP/1.1" 200 1980 0.003304 10.0.0.23 - - [2026-01-15 02:11:15] "GET /virtual-machine-interface/03d87e9b-a9e2-458d-b570-d6b40fcc891f HTTP/1.1" 200 3815 0.006288 10.0.0.23 - - [2026-01-15 02:11:15] "POST /ref-update HTTP/1.1" 200 156 0.014246 10.0.0.23 - - [2026-01-15 02:11:15] "GET /virtual-machine-interface/6da1cd8c-a6b3-44e8-937b-ea13e17f8aad HTTP/1.1" 200 3798 0.005042 10.0.0.23 - - [2026-01-15 02:11:15] "GET /virtual-machine-interface/c526df14-9e62-46d3-860f-bbdae57b5d32 HTTP/1.1" 200 3804 0.006820 10.0.0.23 - - [2026-01-15 02:11:15] "POST /neutron/port HTTP/1.1" 200 3835 0.034707 10.0.0.23 - - [2026-01-15 02:11:15] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006990 10.0.0.23 - - [2026-01-15 02:11:15] "POST /neutron/port HTTP/1.1" 200 3835 0.030303 10.0.0.23 - - [2026-01-15 02:11:15] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006873 10.0.0.23 - - [2026-01-15 02:11:15] "POST /neutron/port HTTP/1.1" 200 3835 0.030972 10.0.0.23 - - [2026-01-15 02:11:15] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005942 10.0.0.23 - - [2026-01-15 02:11:15] "POST /neutron/port HTTP/1.1" 200 3835 0.030602 10.0.0.23 - - [2026-01-15 02:11:15] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004989 10.0.0.23 - - [2026-01-15 02:11:15] "POST /neutron/network HTTP/1.1" 200 894 0.011565 10.0.0.23 - - [2026-01-15 02:11:15] "POST /neutron/network HTTP/1.1" 200 920 0.004432 10.0.0.23 - - [2026-01-15 02:11:15] "POST /neutron/network HTTP/1.1" 200 808 0.010198 10.0.0.23 - - [2026-01-15 02:11:15] "POST /neutron/network HTTP/1.1" 200 834 0.005390 10.0.0.23 - - [2026-01-15 02:11:15] "POST /neutron/network HTTP/1.1" 200 897 0.010945 10.0.0.23 - - [2026-01-15 02:11:15] "POST /neutron/network HTTP/1.1" 200 923 0.009085 10.0.0.23 - - [2026-01-15 02:11:15] "PUT /access-control-list/01ac81a6-6289-4398-ae77-b4004706ba23 HTTP/1.1" 200 272 0.011542 10.0.0.23 - - [2026-01-15 02:11:15] "POST /id-to-fqname HTTP/1.1" 200 223 0.000971 10.0.0.23 - - [2026-01-15 02:11:15] "POST /id-to-fqname HTTP/1.1" 200 223 0.001010 10.0.0.23 - - [2026-01-15 02:11:15] "PUT /access-control-list/2f77ebc1-08c7-4c4a-bccb-1c8335269069 HTTP/1.1" 200 272 0.008680 10.0.0.23 - - [2026-01-15 02:11:15] "POST /id-to-fqname HTTP/1.1" 200 224 0.001870 10.0.0.23 - - [2026-01-15 02:11:16] "GET /virtual-machine/eff6ed21-5b5c-480e-91f6-ec004ac7a986 HTTP/1.1" 200 1803 0.003510 10.0.0.23 - - [2026-01-15 02:11:16] "GET /virtual-machine-interface/03d87e9b-a9e2-458d-b570-d6b40fcc891f HTTP/1.1" 200 3815 0.005178 10.0.0.23 - - [2026-01-15 02:11:16] "GET /virtual-machine-interface/6da1cd8c-a6b3-44e8-937b-ea13e17f8aad HTTP/1.1" 200 3798 0.004788 10.0.0.23 - - [2026-01-15 02:11:16] "GET /virtual-machine-interface/c526df14-9e62-46d3-860f-bbdae57b5d32 HTTP/1.1" 200 3804 0.004270 10.0.0.23 - - [2026-01-15 02:11:16] "GET /instance-ip/3fc6c3cb-dd24-4d02-85ef-db005b5535d3 HTTP/1.1" 200 1977 0.003850 10.0.0.23 - - [2026-01-15 02:11:16] "GET /instance-ip/a0ceca76-fd54-4568-b72f-b5e90c80905e HTTP/1.1" 200 1624 0.003655 10.0.0.23 - - [2026-01-15 02:11:16] "GET /instance-ip/a6439c20-e792-4187-8302-3ba1084dc98f HTTP/1.1" 200 1980 0.002584 10.0.0.23 - - [2026-01-15 02:11:16] "GET /instance-ip/9d9e9660-4145-4fd2-b994-3badbb294dcb HTTP/1.1" 200 1955 0.002795 10.0.0.23 - - [2026-01-15 02:11:16] "GET /instance-ip/bb2ace87-789f-49d7-b9ff-bbc5950ad2b6 HTTP/1.1" 200 1622 0.004482 10.0.0.23 - - [2026-01-15 02:11:16] "GET /instance-ip/c436642e-0e82-4fb9-8b29-bc87ebe9d320 HTTP/1.1" 200 1957 0.003061 10.0.0.23 - - [2026-01-15 02:11:16] "GET /instance-ip/8d3b5f41-c04f-49df-ad69-c06f5c704eb7 HTTP/1.1" 200 1624 0.004216 10.0.0.23 - - [2026-01-15 02:11:16] "GET /instance-ip/b52d777a-14e8-4fe3-b78d-9b524ce1a17a HTTP/1.1" 200 1959 0.004034 10.0.0.23 - - [2026-01-15 02:11:16] "GET /instance-ip/ff0a6b45-a8fb-4a3b-a4e5-351af4438a1e HTTP/1.1" 200 1961 0.002572 10.0.0.23 - - [2026-01-15 02:11:16] "POST /neutron/port HTTP/1.1" 200 3835 0.029774 10.0.0.23 - - [2026-01-15 02:11:16] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006050 10.0.0.23 - - [2026-01-15 02:11:16] "POST /neutron/port HTTP/1.1" 200 3835 0.033038 10.0.0.23 - - [2026-01-15 02:11:16] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006185 10.0.0.23 - - [2026-01-15 02:11:16] "POST /neutron/port HTTP/1.1" 200 3835 0.031403 10.0.0.23 - - [2026-01-15 02:11:16] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005433 10.0.0.23 - - [2026-01-15 02:11:16] "POST /neutron/port HTTP/1.1" 200 3835 0.030940 10.0.0.23 - - [2026-01-15 02:11:16] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006320 10.0.0.23 - - [2026-01-15 02:11:16] "GET /virtual-machine/eff6ed21-5b5c-480e-91f6-ec004ac7a986 HTTP/1.1" 200 1803 0.003631 10.0.0.23 - - [2026-01-15 02:11:16] "GET /virtual-machine-interface/03d87e9b-a9e2-458d-b570-d6b40fcc891f HTTP/1.1" 200 3815 0.004393 10.0.0.23 - - [2026-01-15 02:11:16] "GET /virtual-machine-interface/6da1cd8c-a6b3-44e8-937b-ea13e17f8aad HTTP/1.1" 200 3798 0.004589 10.0.0.23 - - [2026-01-15 02:11:16] "GET /virtual-machine-interface/c526df14-9e62-46d3-860f-bbdae57b5d32 HTTP/1.1" 200 3804 0.004571 10.0.0.23 - - [2026-01-15 02:11:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002799 10.0.0.23 - - [2026-01-15 02:11:16] "GET /global-vrouter-config/3c3c8a9c-add7-4dd6-83b8-c8c9d45127ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.002688 10.0.0.23 - - [2026-01-15 02:11:16] "GET /virtual-networks?parent_id=9cab11f2-5b2b-4a1c-bfe2-12615f12c611&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003433 10.0.0.23 - - [2026-01-15 02:11:16] "GET /virtual-network/9bcec4a1-2b25-45eb-96b4-861b320fb353?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.005777 10.0.0.23 - - [2026-01-15 02:11:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003004 10.0.0.23 - - [2026-01-15 02:11:17] "GET /global-vrouter-config/3c3c8a9c-add7-4dd6-83b8-c8c9d45127ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.002752 10.0.0.23 - - [2026-01-15 02:11:17] "GET /virtual-networks?parent_id=9cab11f2-5b2b-4a1c-bfe2-12615f12c611&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002744 10.0.0.23 - - [2026-01-15 02:11:17] "GET /virtual-network/9bcec4a1-2b25-45eb-96b4-861b320fb353?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.005713 10.0.0.23 - - [2026-01-15 02:11:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003387 10.0.0.23 - - [2026-01-15 02:11:18] "GET /global-vrouter-config/3c3c8a9c-add7-4dd6-83b8-c8c9d45127ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003657 10.0.0.23 - - [2026-01-15 02:11:18] "GET /virtual-networks?parent_id=9cab11f2-5b2b-4a1c-bfe2-12615f12c611&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003018 10.0.0.23 - - [2026-01-15 02:11:18] "GET /virtual-network/9bcec4a1-2b25-45eb-96b4-861b320fb353?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.006980 10.0.0.23 - - [2026-01-15 02:11:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002921 10.0.0.23 - - [2026-01-15 02:11:18] "GET /global-vrouter-config/3c3c8a9c-add7-4dd6-83b8-c8c9d45127ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003439 10.0.0.23 - - [2026-01-15 02:11:18] "GET /virtual-networks?parent_id=9cab11f2-5b2b-4a1c-bfe2-12615f12c611&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003117 10.0.0.23 - - [2026-01-15 02:11:18] "GET /virtual-network/9bcec4a1-2b25-45eb-96b4-861b320fb353?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.005138 10.0.0.23 - - [2026-01-15 02:11:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002675 10.0.0.23 - - [2026-01-15 02:11:18] "GET /global-vrouter-config/3c3c8a9c-add7-4dd6-83b8-c8c9d45127ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003686 10.0.0.23 - - [2026-01-15 02:11:18] "GET /virtual-networks?parent_id=9cab11f2-5b2b-4a1c-bfe2-12615f12c611&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003139 10.0.0.23 - - [2026-01-15 02:11:18] "GET /virtual-network/9bcec4a1-2b25-45eb-96b4-861b320fb353?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.005088 10.0.0.23 - - [2026-01-15 02:11:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002989 10.0.0.23 - - [2026-01-15 02:11:18] "GET /global-vrouter-config/3c3c8a9c-add7-4dd6-83b8-c8c9d45127ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003479 10.0.0.23 - - [2026-01-15 02:11:18] "GET /virtual-networks?parent_id=9cab11f2-5b2b-4a1c-bfe2-12615f12c611&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003253 10.0.0.23 - - [2026-01-15 02:11:18] "GET /virtual-network/00eb6f37-08de-4015-b5b0-e58554dd573c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005574 10.0.0.23 - - [2026-01-15 02:11:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003339 10.0.0.23 - - [2026-01-15 02:11:18] "GET /global-vrouter-config/3c3c8a9c-add7-4dd6-83b8-c8c9d45127ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003462 10.0.0.23 - - [2026-01-15 02:11:18] "GET /virtual-networks?parent_id=9cab11f2-5b2b-4a1c-bfe2-12615f12c611&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002826 10.0.0.23 - - [2026-01-15 02:11:18] "GET /virtual-network/00eb6f37-08de-4015-b5b0-e58554dd573c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005965 10.0.0.23 - - [2026-01-15 02:11:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002690 10.0.0.23 - - [2026-01-15 02:11:19] "GET /global-vrouter-config/3c3c8a9c-add7-4dd6-83b8-c8c9d45127ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003632 10.0.0.23 - - [2026-01-15 02:11:19] "GET /virtual-networks?parent_id=9cab11f2-5b2b-4a1c-bfe2-12615f12c611&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003088 10.0.0.23 - - [2026-01-15 02:11:19] "GET /virtual-network/00eb6f37-08de-4015-b5b0-e58554dd573c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005127 10.0.0.23 - - [2026-01-15 02:11:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002759 10.0.0.23 - - [2026-01-15 02:11:19] "GET /global-vrouter-config/3c3c8a9c-add7-4dd6-83b8-c8c9d45127ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003688 10.0.0.23 - - [2026-01-15 02:11:19] "GET /virtual-networks?parent_id=9cab11f2-5b2b-4a1c-bfe2-12615f12c611&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003075 10.0.0.23 - - [2026-01-15 02:11:19] "GET /virtual-network/00eb6f37-08de-4015-b5b0-e58554dd573c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006024 10.0.0.23 - - [2026-01-15 02:11:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002875 10.0.0.23 - - [2026-01-15 02:11:19] "GET /global-vrouter-config/3c3c8a9c-add7-4dd6-83b8-c8c9d45127ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004209 10.0.0.23 - - [2026-01-15 02:11:19] "GET /virtual-networks?parent_id=9cab11f2-5b2b-4a1c-bfe2-12615f12c611&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.005278 10.0.0.23 - - [2026-01-15 02:11:19] "GET /virtual-network/f7f5d5bc-a06c-408b-a5d5-e5da3a7fcd2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.005493 10.0.0.23 - - [2026-01-15 02:11:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.005053 10.0.0.23 - - [2026-01-15 02:11:19] "GET /global-vrouter-config/3c3c8a9c-add7-4dd6-83b8-c8c9d45127ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004565 10.0.0.23 - - [2026-01-15 02:11:19] "GET /virtual-networks?parent_id=9cab11f2-5b2b-4a1c-bfe2-12615f12c611&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003581 10.0.0.23 - - [2026-01-15 02:11:19] "GET /virtual-network/f7f5d5bc-a06c-408b-a5d5-e5da3a7fcd2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.007356 10.0.0.23 - - [2026-01-15 02:11:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003160 10.0.0.23 - - [2026-01-15 02:11:19] "GET /global-vrouter-config/3c3c8a9c-add7-4dd6-83b8-c8c9d45127ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003816 10.0.0.23 - - [2026-01-15 02:11:20] "GET /virtual-networks?parent_id=9cab11f2-5b2b-4a1c-bfe2-12615f12c611&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003803 10.0.0.23 - - [2026-01-15 02:11:20] "GET /virtual-network/f7f5d5bc-a06c-408b-a5d5-e5da3a7fcd2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.005385 10.0.0.23 - - [2026-01-15 02:11:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003314 10.0.0.23 - - [2026-01-15 02:11:20] "GET /global-vrouter-config/3c3c8a9c-add7-4dd6-83b8-c8c9d45127ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003895 10.0.0.23 - - [2026-01-15 02:11:20] "GET /virtual-networks?parent_id=9cab11f2-5b2b-4a1c-bfe2-12615f12c611&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.005395 10.0.0.23 - - [2026-01-15 02:11:20] "GET /virtual-network/f7f5d5bc-a06c-408b-a5d5-e5da3a7fcd2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.005478 10.0.0.23 - - [2026-01-15 02:11:20] "GET /virtual-machine/eff6ed21-5b5c-480e-91f6-ec004ac7a986 HTTP/1.1" 200 1803 0.003596 10.0.0.23 - - [2026-01-15 02:11:20] "GET /domains HTTP/1.1" 200 280 0.002109 10.0.0.23 - - [2026-01-15 02:11:20] "GET /domains?obj_uuids=64e99420-c75c-4c07-a68a-16b5f119e548&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001241 10.0.0.23 - - [2026-01-15 02:11:20] "GET /domain/64e99420-c75c-4c07-a68a-16b5f119e548 HTTP/1.1" 200 2771 0.006524 10.0.0.23 - - [2026-01-15 02:11:20] "GET /projects?obj_uuids=9cab11f2-5b2b-4a1c-bfe2-12615f12c611&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000854 10.0.0.23 - - [2026-01-15 02:11:20] "GET /project/9cab11f2-5b2b-4a1c-bfe2-12615f12c611 HTTP/1.1" 200 4233 0.064124 10.0.0.23 - - [2026-01-15 02:11:20] "GET /service-instance/762499bf-759d-4dbf-87ee-c687f28778c8 HTTP/1.1" 200 3782 0.003829 10.0.0.23 - - [2026-01-15 02:11:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003336 10.0.0.23 - - [2026-01-15 02:11:20] "GET /routing-instance/ce4a0ff4-3174-4ad8-8c91-e2184b94a6fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1888 0.004467 10.0.0.23 - - [2026-01-15 02:11:20] "GET /routing-instance/ce4a0ff4-3174-4ad8-8c91-e2184b94a6fb?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2021 0.004915 10.0.0.23 - - [2026-01-15 02:11:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003004 10.0.0.23 - - [2026-01-15 02:11:20] "GET /routing-instance/85015fc8-1b73-4d9b-b2c7-da2b63abc81d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1892 0.004534 10.0.0.23 - - [2026-01-15 02:11:20] "GET /routing-instance/85015fc8-1b73-4d9b-b2c7-da2b63abc81d?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2023 0.005156 10.0.0.23 - - [2026-01-15 02:11:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003637 10.0.0.23 - - [2026-01-15 02:11:20] "GET /virtual-network/9bcec4a1-2b25-45eb-96b4-861b320fb353?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.004975 10.0.0.23 - - [2026-01-15 02:11:20] "GET /virtual-network/9bcec4a1-2b25-45eb-96b4-861b320fb353?fields=routing_instances HTTP/1.1" 200 1684 0.006469 10.0.0.23 - - [2026-01-15 02:11:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002640 10.0.0.23 - - [2026-01-15 02:11:20] "GET /virtual-network/f7f5d5bc-a06c-408b-a5d5-e5da3a7fcd2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.006211 10.0.0.23 - - [2026-01-15 02:11:20] "GET /virtual-network/f7f5d5bc-a06c-408b-a5d5-e5da3a7fcd2a?fields=routing_instances HTTP/1.1" 200 1689 0.007278 10.0.0.23 - - [2026-01-15 02:11:25] "POST /ref-update HTTP/1.1" 200 156 0.028572 10.0.0.23 - - [2026-01-15 02:11:25] "DELETE /access-control-list/2f77ebc1-08c7-4c4a-bccb-1c8335269069 HTTP/1.1" 200 115 0.027339 10.0.0.23 - - [2026-01-15 02:11:25] "POST /neutron/network HTTP/1.1" 200 835 0.009189 10.0.0.23 - - [2026-01-15 02:11:25] "GET /virtual-network/f7f5d5bc-a06c-408b-a5d5-e5da3a7fcd2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.004683 10.0.0.23 - - [2026-01-15 02:11:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002459 10.0.0.23 - - [2026-01-15 02:11:25] "DELETE /routing-instance/78a4ef57-8477-4370-b354-39b9eccb57c4 HTTP/1.1" 200 115 0.025047 10.0.0.23 - - [2026-01-15 02:11:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004768 10.0.0.23 - - [2026-01-15 02:11:25] "GET /network-policy/27e35a4c-b079-4c04-8dfc-c5d838131df7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003895 10.0.0.23 - - [2026-01-15 02:11:25] "DELETE /route-target/f5bd9ee3-7eb6-432b-a7f9-7551810ce292 HTTP/1.1" 200 115 0.012828 10.0.0.23 - - [2026-01-15 02:11:25] "POST /ref-update HTTP/1.1" 200 156 0.027490 10.0.0.23 - - [2026-01-15 02:11:25] "DELETE /routing-instance/8469b8fb-cf8e-4aaa-a23a-4296fc097801 HTTP/1.1" 200 115 0.037816 10.0.0.23 - - [2026-01-15 02:11:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003067 10.0.0.23 - - [2026-01-15 02:11:25] "POST /neutron/network HTTP/1.1" 200 832 0.006067 10.0.0.23 - - [2026-01-15 02:11:25] "GET /virtual-network/9bcec4a1-2b25-45eb-96b4-861b320fb353?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004097 10.0.0.23 - - [2026-01-15 02:11:25] "DELETE /route-target/cb3eec23-1464-48a9-9e8a-9639c33a6bdf HTTP/1.1" 200 115 0.014824 10.0.0.23 - - [2026-01-15 02:11:25] "DELETE /access-control-list/01ac81a6-6289-4398-ae77-b4004706ba23 HTTP/1.1" 200 115 0.018240 10.0.0.23 - - [2026-01-15 02:11:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.007101 10.0.0.23 - - [2026-01-15 02:11:25] "GET /network-policy/27e35a4c-b079-4c04-8dfc-c5d838131df7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003980 10.0.0.23 - - [2026-01-15 02:11:25] "DELETE /network-policy/27e35a4c-b079-4c04-8dfc-c5d838131df7 HTTP/1.1" 200 115 0.020664 10.0.0.23 - - [2026-01-15 02:11:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002316 10.0.0.23 - - [2026-01-15 02:11:25] "DELETE /service-instance/762499bf-759d-4dbf-87ee-c687f28778c8 HTTP/1.1" 200 115 0.047731 10.0.0.23 - - [2026-01-15 02:11:25] "POST /ref-update HTTP/1.1" 200 156 0.011197 10.0.0.23 - - [2026-01-15 02:11:25] "GET /domains HTTP/1.1" 200 280 0.003476 10.0.0.23 - - [2026-01-15 02:11:25] "GET /domains?obj_uuids=64e99420-c75c-4c07-a68a-16b5f119e548&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002668 10.0.0.23 - - [2026-01-15 02:11:25] "GET /domain/64e99420-c75c-4c07-a68a-16b5f119e548 HTTP/1.1" 200 2771 0.011209 10.0.0.23 - - [2026-01-15 02:11:25] "GET /projects?obj_uuids=9cab11f2-5b2b-4a1c-bfe2-12615f12c611&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001177 10.0.0.23 - - [2026-01-15 02:11:25] "DELETE /instance-ip/9d9e9660-4145-4fd2-b994-3badbb294dcb HTTP/1.1" 200 115 0.029511 10.0.0.23 - - [2026-01-15 02:11:25] "POST /ref-update HTTP/1.1" 200 156 0.007788 10.0.0.23 - - [2026-01-15 02:11:25] "GET /project/9cab11f2-5b2b-4a1c-bfe2-12615f12c611 HTTP/1.1" 200 3759 0.064547 10.0.0.23 - - [2026-01-15 02:11:25] "GET /virtual-machine/eff6ed21-5b5c-480e-91f6-ec004ac7a986 HTTP/1.1" 200 1803 0.003175 10.0.0.23 - - [2026-01-15 02:11:25] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.001820 10.0.0.23 - - [2026-01-15 02:11:25] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.001643 10.0.0.23 - - [2026-01-15 02:11:25] "DELETE /instance-ip/b52d777a-14e8-4fe3-b78d-9b524ce1a17a HTTP/1.1" 200 115 0.027175 10.0.0.23 - - [2026-01-15 02:11:25] "POST /ref-update HTTP/1.1" 200 156 0.008691 10.0.0.23 - - [2026-01-15 02:11:25] "DELETE /instance-ip/ff0a6b45-a8fb-4a3b-a4e5-351af4438a1e HTTP/1.1" 200 115 0.023870 10.0.0.23 - - [2026-01-15 02:11:25] "POST /ref-update HTTP/1.1" 200 156 0.009605 10.0.0.23 - - [2026-01-15 02:11:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.009594 10.0.0.23 - - [2026-01-15 02:11:25] "DELETE /service-template/c58d729a-f633-4a7b-a621-c7e0f07f47c1 HTTP/1.1" 200 115 0.030552 10.0.0.23 - - [2026-01-15 02:11:25] "DELETE /instance-ip/a6439c20-e792-4187-8302-3ba1084dc98f HTTP/1.1" 200 115 0.030519 10.0.0.23 - - [2026-01-15 02:11:25] "POST /fqname-to-id HTTP/1.1" 404 193 0.004960 10.0.0.23 - - [2026-01-15 02:11:25] "POST /ref-update HTTP/1.1" 200 156 0.015259 10.0.0.23 - - [2026-01-15 02:11:25] "DELETE /instance-ip/3fc6c3cb-dd24-4d02-85ef-db005b5535d3 HTTP/1.1" 200 115 0.023283 10.0.0.23 - - [2026-01-15 02:11:25] "POST /ref-update HTTP/1.1" 200 156 0.009359 10.0.0.23 - - [2026-01-15 02:11:26] "DELETE /instance-ip/c436642e-0e82-4fb9-8b29-bc87ebe9d320 HTTP/1.1" 200 115 0.029334 10.0.0.23 - - [2026-01-15 02:11:26] "POST /neutron/network HTTP/1.1" 200 835 0.005011 10.0.0.23 - - [2026-01-15 02:11:26] "POST /neutron/network HTTP/1.1" 400 204 0.013762 10.0.0.23 - - [2026-01-15 02:11:26] "POST /neutron/port HTTP/1.1" 200 1123 0.011835 10.0.0.23 - - [2026-01-15 02:11:26] "POST /neutron/port HTTP/1.1" 200 1113 0.015156 10.0.0.23 - - [2026-01-15 02:11:26] "POST /neutron/port HTTP/1.1" 200 1122 0.015245 10.0.0.23 - - [2026-01-15 02:11:26] "POST /neutron/port HTTP/1.1" 200 1112 0.010774 10.0.0.23 - - [2026-01-15 02:11:26] "POST /neutron/port HTTP/1.1" 200 151 0.116184 10.0.0.23 - - [2026-01-15 02:11:26] "POST /neutron/port HTTP/1.1" 200 151 0.119712 10.0.0.23 - - [2026-01-15 02:11:26] "POST /neutron/port HTTP/1.1" 200 3064 0.022582 10.0.0.23 - - [2026-01-15 02:11:26] "POST /neutron/port HTTP/1.1" 200 1113 0.011274 10.0.0.23 - - [2026-01-15 02:11:26] "POST /neutron/port HTTP/1.1" 200 151 0.112329 10.0.0.23 - - [2026-01-15 02:11:27] "POST /neutron/port HTTP/1.1" 200 1112 0.012154 10.0.0.23 - - [2026-01-15 02:11:27] "POST /neutron/port HTTP/1.1" 200 151 0.114341 10.0.0.23 - - [2026-01-15 02:11:27] "POST /neutron/port HTTP/1.1" 200 1114 0.009753 10.0.0.23 - - [2026-01-15 02:11:27] "POST /neutron/port HTTP/1.1" 200 151 0.120594 10.0.0.23 - - [2026-01-15 02:11:28] "POST /neutron/network HTTP/1.1" 200 835 0.004977 10.0.0.23 - - [2026-01-15 02:11:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004128 10.0.0.23 - - [2026-01-15 02:11:28] "POST /useragent-kv HTTP/1.1" 200 115 0.002296 10.0.0.23 - - [2026-01-15 02:11:28] "POST /useragent-kv HTTP/1.1" 200 115 0.001870 10.0.0.23 - - [2026-01-15 02:11:28] "POST /neutron/network HTTP/1.1" 200 151 0.079085 10.0.0.23 - - [2026-01-15 02:11:28] "DELETE /route-target/2d401286-a161-4e91-9e36-473a394395be HTTP/1.1" 200 115 0.015689 10.0.0.23 - - [2026-01-15 02:11:28] "GET /routing-instance/85015fc8-1b73-4d9b-b2c7-da2b63abc81d HTTP/1.1" 404 171 0.002559 10.0.0.23 - - [2026-01-15 02:11:28] "GET /domains HTTP/1.1" 200 280 0.002048 10.0.0.23 - - [2026-01-15 02:11:28] "GET /domains?obj_uuids=64e99420-c75c-4c07-a68a-16b5f119e548&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000902 10.0.0.23 - - [2026-01-15 02:11:28] "GET /domain/64e99420-c75c-4c07-a68a-16b5f119e548 HTTP/1.1" 200 2571 0.048265 10.0.0.23 - - [2026-01-15 02:11:28] "GET /projects?obj_uuids=9cab11f2-5b2b-4a1c-bfe2-12615f12c611&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001404 10.0.0.23 - - [2026-01-15 02:11:28] "GET /project/9cab11f2-5b2b-4a1c-bfe2-12615f12c611 HTTP/1.1" 200 2298 0.071771 10.0.0.23 - - [2026-01-15 02:11:28] "POST /neutron/network HTTP/1.1" 200 832 0.005424 10.0.0.23 - - [2026-01-15 02:11:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.005664 10.0.0.23 - - [2026-01-15 02:11:28] "POST /useragent-kv HTTP/1.1" 200 115 0.002227 10.0.0.23 - - [2026-01-15 02:11:28] "POST /useragent-kv HTTP/1.1" 200 115 0.002666 10.0.0.23 - - [2026-01-15 02:11:28] "POST /neutron/network HTTP/1.1" 200 151 0.084155 10.0.0.23 - - [2026-01-15 02:11:28] "DELETE /route-target/d580af91-aa3d-4952-96e7-d35aed5c1c61 HTTP/1.1" 200 115 0.015769 10.0.0.23 - - [2026-01-15 02:11:28] "GET /routing-instance/ce4a0ff4-3174-4ad8-8c91-e2184b94a6fb HTTP/1.1" 404 171 0.002936 10.0.0.23 - - [2026-01-15 02:11:28] "GET /domains HTTP/1.1" 200 280 0.002056 10.0.0.23 - - [2026-01-15 02:11:28] "GET /domains?obj_uuids=64e99420-c75c-4c07-a68a-16b5f119e548&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000824 10.0.0.23 - - [2026-01-15 02:11:28] "GET /domain/64e99420-c75c-4c07-a68a-16b5f119e548 HTTP/1.1" 200 2571 0.052654 10.0.0.23 - - [2026-01-15 02:11:28] "GET /projects?obj_uuids=9cab11f2-5b2b-4a1c-bfe2-12615f12c611&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001911 10.0.0.23 - - [2026-01-15 02:11:28] "GET /project/9cab11f2-5b2b-4a1c-bfe2-12615f12c611 HTTP/1.1" 200 2080 0.061284 10.0.0.23 - - [2026-01-15 02:11:28] "POST /neutron/network HTTP/1.1" 200 834 0.005011 10.0.0.23 - - [2026-01-15 02:11:28] "POST /useragent-kv HTTP/1.1" 200 115 0.003739 10.0.0.23 - - [2026-01-15 02:11:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003922 10.0.0.23 - - [2026-01-15 02:11:28] "POST /useragent-kv HTTP/1.1" 200 115 0.002842 10.0.0.23 - - [2026-01-15 02:11:28] "POST /neutron/network HTTP/1.1" 200 151 0.070969 10.0.0.23 - - [2026-01-15 02:11:28] "DELETE /route-target/23449484-c534-4ed8-9538-a7e8968665f7 HTTP/1.1" 200 115 0.019225 10.0.0.23 - - [2026-01-15 02:11:28] "GET /routing-instance/c3f0d2a6-32c6-46fd-840c-caf7cfc919aa HTTP/1.1" 404 171 0.004709 10.0.0.23 - - [2026-01-15 02:11:28] "GET /domains HTTP/1.1" 200 280 0.001848 10.0.0.23 - - [2026-01-15 02:11:28] "GET /domains?obj_uuids=64e99420-c75c-4c07-a68a-16b5f119e548&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000907 10.0.0.23 - - [2026-01-15 02:11:28] "GET /domain/64e99420-c75c-4c07-a68a-16b5f119e548 HTTP/1.1" 200 2571 0.046794 10.0.0.23 - - [2026-01-15 02:11:28] "GET /projects?obj_uuids=9cab11f2-5b2b-4a1c-bfe2-12615f12c611&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001504 10.0.0.23 - - [2026-01-15 02:11:28] "GET /project/9cab11f2-5b2b-4a1c-bfe2-12615f12c611 HTTP/1.1" 200 1840 0.064754 10.0.0.23 - - [2026-01-15 02:11:29] "GET /projects?obj_uuids=9cab11f2-5b2b-4a1c-bfe2-12615f12c611&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001075 10.0.0.23 - - [2026-01-15 02:11:29] "GET /project/9cab11f2-5b2b-4a1c-bfe2-12615f12c611?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.055105 10.0.0.23 - - [2026-01-15 02:11:29] "GET /projects?obj_uuids=9cab11f2-5b2b-4a1c-bfe2-12615f12c611&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000860 10.0.0.23 - - [2026-01-15 02:11:29] "GET /project/9cab11f2-5b2b-4a1c-bfe2-12615f12c611?fields=virtual_networks HTTP/1.1" 200 1028 0.063557 10.0.0.23 - - [2026-01-15 02:11:29] "GET /projects?obj_uuids=9cab11f2-5b2b-4a1c-bfe2-12615f12c611&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001044 10.0.0.23 - - [2026-01-15 02:11:29] "GET /project/9cab11f2-5b2b-4a1c-bfe2-12615f12c611?fields=virtual_machine_interfaces HTTP/1.1" 200 1028 0.023107 10.0.0.23 - - [2026-01-15 02:11:29] "GET /projects?obj_uuids=9cab11f2-5b2b-4a1c-bfe2-12615f12c611&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000963 10.0.0.23 - - [2026-01-15 02:11:29] "GET /project/9cab11f2-5b2b-4a1c-bfe2-12615f12c611?fields=security_groups HTTP/1.1" 200 1252 0.029736 10.0.0.23 - - [2026-01-15 02:11:30] "POST /fqname-to-id HTTP/1.1" 404 189 0.029946 10.0.0.23 - - [2026-01-15 02:11:30] "GET /projects?obj_uuids=b13ffad2-5646-4d03-bc4e-7704ac4e3133&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002329 10.0.0.23 - - [2026-01-15 02:11:30] "GET /domains?obj_uuids=64e99420-c75c-4c07-a68a-16b5f119e548&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001087 10.0.0.23 - - [2026-01-15 02:11:30] "GET /domain/64e99420-c75c-4c07-a68a-16b5f119e548?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.038080 10.0.0.23 - - [2026-01-15 02:11:30] "POST /id-to-fqname HTTP/1.1" 200 191 0.002183 10.0.0.23 - - [2026-01-15 02:11:30] "POST /fqname-to-id HTTP/1.1" 404 200 0.002016 10.0.0.23 - - [2026-01-15 02:11:30] "POST /security-groups HTTP/1.1" 200 592 0.064183 10.0.0.23 - - [2026-01-15 02:11:30] "POST /fqname-to-id HTTP/1.1" 404 235 0.002628 10.0.0.23 - - [2026-01-15 02:11:30] "POST /projects HTTP/1.1" 200 587 0.212534 10.0.0.23 - - [2026-01-15 02:11:30] "POST /access-control-lists HTTP/1.1" 200 597 0.059749 10.0.0.23 - - [2026-01-15 02:11:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.291696 10.0.0.23 - - [2026-01-15 02:11:30] "POST /fqname-to-id HTTP/1.1" 404 234 0.002910 10.0.0.23 - - [2026-01-15 02:11:30] "GET /project/b13ffad2-5646-4d03-bc4e-7704ac4e3133?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.445226 10.0.0.23 - - [2026-01-15 02:11:30] "POST /access-control-lists HTTP/1.1" 200 595 0.061284 10.0.0.23 - - [2026-01-15 02:11:32] "GET / HTTP/1.1" 200 35931 0.002435 10.0.0.23 - - [2026-01-15 02:11:33] "GET /project/b13ffad2-5646-4d03-bc4e-7704ac4e3133?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000469 10.0.0.23 - - [2026-01-15 02:11:33] "GET /projects?obj_uuids=b13ffad2-5646-4d03-bc4e-7704ac4e3133&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002462 10.0.0.23 - - [2026-01-15 02:11:33] "GET /project/b13ffad2-5646-4d03-bc4e-7704ac4e3133?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.051575 10.0.0.23 - - [2026-01-15 02:11:33] "POST /fqname-to-id HTTP/1.1" 404 180 0.002545 10.0.0.23 - - [2026-01-15 02:11:33] "POST /virtual-DNSs HTTP/1.1" 200 507 0.019307 10.0.0.23 - - [2026-01-15 02:11:33] "GET /virtual-DNS/bc622023-d1ca-425e-aa61-1f7c42c88ff7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.004785 10.0.0.23 - - [2026-01-15 02:11:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003578 10.0.0.23 - - [2026-01-15 02:11:33] "GET /virtual-DNS/bc622023-d1ca-425e-aa61-1f7c42c88ff7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.003659 10.0.0.23 - - [2026-01-15 02:11:33] "GET /domains HTTP/1.1" 401 292 0.000411 10.0.0.23 - - [2026-01-15 02:11:34] "GET /domains HTTP/1.1" 200 280 0.031371 10.0.0.23 - - [2026-01-15 02:11:34] "GET /domains?obj_uuids=64e99420-c75c-4c07-a68a-16b5f119e548&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000950 10.0.0.23 - - [2026-01-15 02:11:34] "GET /domain/64e99420-c75c-4c07-a68a-16b5f119e548 HTTP/1.1" 200 2958 0.007465 10.0.0.23 - - [2026-01-15 02:11:34] "GET /virtual-DNS/bc622023-d1ca-425e-aa61-1f7c42c88ff7 HTTP/1.1" 200 1439 0.003989 10.0.0.23 - - [2026-01-15 02:11:34] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.001964 10.0.0.23 - - [2026-01-15 02:11:34] "POST /network-ipams HTTP/1.1" 200 514 0.020009 10.0.0.23 - - [2026-01-15 02:11:34] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 751 0.003031 10.0.0.23 - - [2026-01-15 02:11:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003044 10.0.0.23 - - [2026-01-15 02:11:34] "GET /network-ipam/28807128-246d-4893-a8ff-bc088c24aa1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1400 0.004743 10.0.0.23 - - [2026-01-15 02:11:34] "PUT /network-ipam/28807128-246d-4893-a8ff-bc088c24aa1a HTTP/1.1" 200 258 0.009809 10.0.0.23 - - [2026-01-15 02:11:34] "POST /ref-update HTTP/1.1" 200 156 0.009155 10.0.0.23 - - [2026-01-15 02:11:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002878 10.0.0.23 - - [2026-01-15 02:11:34] "GET /projects?obj_uuids=b13ffad2-5646-4d03-bc4e-7704ac4e3133&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001035 10.0.0.23 - - [2026-01-15 02:11:34] "GET /project/b13ffad2-5646-4d03-bc4e-7704ac4e3133?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.022907 10.0.0.23 - - [2026-01-15 02:11:34] "POST /neutron/network HTTP/1.1" 200 117 0.032684 10.0.0.23 - - [2026-01-15 02:11:34] "GET /projects?obj_uuids=b13ffad2-5646-4d03-bc4e-7704ac4e3133&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001014 10.0.0.23 - - [2026-01-15 02:11:34] "POST /neutron/network HTTP/1.1" 200 618 0.063294 10.0.0.23 - - [2026-01-15 02:11:34] "POST /route-targets HTTP/1.1" 200 327 0.011119 10.0.0.23 - - [2026-01-15 02:11:34] "POST /ref-update HTTP/1.1" 200 156 0.011017 10.0.0.23 - - [2026-01-15 02:11:34] "POST /useragent-kv HTTP/1.1" 200 115 0.004065 10.0.0.23 - - [2026-01-15 02:11:34] "POST /neutron/subnet HTTP/1.1" 200 711 0.187180 10.0.0.23 - - [2026-01-15 02:11:34] "POST /neutron/network HTTP/1.1" 200 833 0.007100 10.0.0.23 - - [2026-01-15 02:11:34] "POST /id-to-fqname HTTP/1.1" 200 227 0.001954 10.0.0.23 - - [2026-01-15 02:11:34] "GET /virtual-network/bfb311d3-d1a8-4d56-98d1-f0eecfcb218d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004729 10.0.0.23 - - [2026-01-15 02:11:35] "POST /neutron/network HTTP/1.1" 200 833 0.005129 10.0.0.23 - - [2026-01-15 02:11:35] "GET /virtual-network/bfb311d3-d1a8-4d56-98d1-f0eecfcb218d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005500 10.0.0.23 - - [2026-01-15 02:11:35] "POST /neutron/network HTTP/1.1" 200 833 0.005283 10.0.0.23 - - [2026-01-15 02:11:35] "POST /neutron/subnet HTTP/1.1" 200 711 0.006981 10.0.0.23 - - [2026-01-15 02:11:35] "POST /neutron/network HTTP/1.1" 200 807 0.008358 10.0.0.23 - - [2026-01-15 02:11:35] "POST /neutron/network HTTP/1.1" 200 833 0.004903 10.0.0.23 - - [2026-01-15 02:11:35] "POST /id-to-fqname HTTP/1.1" 200 227 0.001124 10.0.0.23 - - [2026-01-15 02:11:35] "POST /neutron/network HTTP/1.1" 200 843 0.006564 10.0.0.23 - - [2026-01-15 02:11:35] "GET /aaa-mode HTTP/1.1" 401 292 0.000482 10.0.0.23 - - [2026-01-15 02:11:35] "GET / HTTP/1.1" 200 35931 0.001495 10.0.0.23 - - [2026-01-15 02:11:35] "GET /project/b13ffad2-5646-4d03-bc4e-7704ac4e3133?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000345 10.0.0.23 - - [2026-01-15 02:11:36] "GET /projects?obj_uuids=b13ffad2-5646-4d03-bc4e-7704ac4e3133&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001424 10.0.0.23 - - [2026-01-15 02:11:36] "GET /project/b13ffad2-5646-4d03-bc4e-7704ac4e3133?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.063623 10.0.0.23 - - [2026-01-15 02:11:36] "POST /neutron/network HTTP/1.1" 200 833 0.035854 10.0.0.23 - - [2026-01-15 02:11:36] "POST /neutron/port HTTP/1.1" 200 117 0.005676 10.0.0.23 - - [2026-01-15 02:11:36] "POST /neutron/port HTTP/1.1" 200 117 0.004552 10.0.0.23 - - [2026-01-15 02:11:36] "POST /neutron/port HTTP/1.1" 200 117 0.005580 10.0.0.23 - - [2026-01-15 02:11:36] "POST /neutron/network HTTP/1.1" 200 843 0.005688 10.0.0.23 - - [2026-01-15 02:11:36] "GET /projects?obj_uuids=b13ffad2-5646-4d03-bc4e-7704ac4e3133&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001041 10.0.0.23 - - [2026-01-15 02:11:37] "POST /neutron/port HTTP/1.1" 200 1058 0.184708 10.0.0.23 - - [2026-01-15 02:11:37] "POST /neutron/port HTTP/1.1" 200 1058 0.041429 10.0.0.23 - - [2026-01-15 02:11:37] "POST /neutron/port HTTP/1.1" 200 1058 0.008310 10.0.0.23 - - [2026-01-15 02:11:37] "POST /neutron/port HTTP/1.1" 200 1112 0.053302 10.0.0.23 - - [2026-01-15 02:11:37] "POST /neutron/port HTTP/1.1" 200 1122 0.011927 10.0.0.23 - - [2026-01-15 02:11:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003082 10.0.0.23 - - [2026-01-15 02:11:37] "POST /neutron/subnet HTTP/1.1" 200 685 0.006854 10.0.0.23 - - [2026-01-15 02:11:37] "POST /neutron/port HTTP/1.1" 200 117 0.001241 10.0.0.23 - - [2026-01-15 02:11:37] "POST /neutron/network HTTP/1.1" 200 833 0.005292 10.0.0.23 - - [2026-01-15 02:11:41] "POST /neutron/port HTTP/1.1" 200 1122 0.015796 10.0.0.23 - - [2026-01-15 02:11:41] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006617 10.0.0.23 - - [2026-01-15 02:11:41] "POST /neutron/port HTTP/1.1" 200 1122 0.012481 10.0.0.23 - - [2026-01-15 02:11:41] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006002 10.0.0.23 - - [2026-01-15 02:11:41] "POST /neutron/port HTTP/1.1" 200 1122 0.013010 10.0.0.23 - - [2026-01-15 02:11:41] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004996 10.0.0.23 - - [2026-01-15 02:11:41] "GET /virtual-machine/0340a27f-b323-4c70-b403-08238646ce6b HTTP/1.1" 200 1292 0.003980 10.0.0.23 - - [2026-01-15 02:11:41] "GET /virtual-machine-interface/39da34ff-a210-42ce-ad98-08cf395e4fe7 HTTP/1.1" 200 2964 0.004167 10.0.0.23 - - [2026-01-15 02:11:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003972 10.0.0.23 - - [2026-01-15 02:11:41] "GET /global-vrouter-config/3c3c8a9c-add7-4dd6-83b8-c8c9d45127ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003972 10.0.0.23 - - [2026-01-15 02:11:41] "GET /virtual-networks?parent_id=b13ffad2-5646-4d03-bc4e-7704ac4e3133&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002811 10.0.0.23 - - [2026-01-15 02:11:41] "GET /virtual-network/bfb311d3-d1a8-4d56-98d1-f0eecfcb218d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004840 10.0.0.23 - - [2026-01-15 02:11:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003045 10.0.0.23 - - [2026-01-15 02:11:44] "GET /virtual-network/bfb311d3-d1a8-4d56-98d1-f0eecfcb218d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004819 10.0.0.23 - - [2026-01-15 02:11:46] "POST /neutron/port HTTP/1.1" 200 1122 0.040355 10.0.0.23 - - [2026-01-15 02:11:46] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006015 10.0.0.23 - - [2026-01-15 02:11:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002747 10.0.0.23 - - [2026-01-15 02:11:47] "GET /global-vrouter-config/3c3c8a9c-add7-4dd6-83b8-c8c9d45127ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003267 10.0.0.23 - - [2026-01-15 02:11:47] "GET /virtual-networks?parent_id=b13ffad2-5646-4d03-bc4e-7704ac4e3133&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003001 10.0.0.23 - - [2026-01-15 02:11:47] "GET /virtual-network/bfb311d3-d1a8-4d56-98d1-f0eecfcb218d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005188 10.0.0.23 - - [2026-01-15 02:11:47] "POST /neutron/port HTTP/1.1" 200 1122 0.011866 10.0.0.23 - - [2026-01-15 02:11:47] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005252 10.0.0.23 - - [2026-01-15 02:11:48] "DELETE /project/b13ffad256464d03bc4e7704ac4e3133 HTTP/1.1" 404 173 0.007725 10.0.0.23 - - [2026-01-15 02:11:48] "GET /projects?obj_uuids=9cab11f2-5b2b-4a1c-bfe2-12615f12c611&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000818 10.0.0.23 - - [2026-01-15 02:11:48] "GET /project/9cab11f2-5b2b-4a1c-bfe2-12615f12c611?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.031528 10.0.0.23 - - [2026-01-15 02:11:48] "GET /projects?obj_uuids=9cab11f2-5b2b-4a1c-bfe2-12615f12c611&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001333 10.0.0.23 - - [2026-01-15 02:11:48] "GET /project/9cab11f2-5b2b-4a1c-bfe2-12615f12c611?fields=security_groups HTTP/1.1" 200 1357 0.067289 10.0.0.23 - - [2026-01-15 02:11:48] "DELETE /security-group/7ae6807f-80c1-4bf8-9e9d-f5ff11222ea6 HTTP/1.1" 200 115 0.038712 10.0.0.23 - - [2026-01-15 02:11:48] "GET /projects?obj_uuids=9cab11f2-5b2b-4a1c-bfe2-12615f12c611&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001351 10.0.0.23 - - [2026-01-15 02:11:48] "DELETE /access-control-list/264ceddb-917b-48db-9054-4a4ed14566dc HTTP/1.1" 200 115 0.031842 10.0.0.23 - - [2026-01-15 02:11:48] "GET /project/9cab11f2-5b2b-4a1c-bfe2-12615f12c611?fields=application_policy_sets HTTP/1.1" 200 1396 0.031770 10.0.0.23 - - [2026-01-15 02:11:48] "DELETE /access-control-list/1fa2efac-2918-4447-bb9c-85453751b668 HTTP/1.1" 200 115 0.030340 10.0.0.23 - - [2026-01-15 02:11:48] "DELETE /project/9cab11f2-5b2b-4a1c-bfe2-12615f12c611 HTTP/1.1" 200 115 0.323545 10.0.0.23 - - [2026-01-15 02:11:55] "GET /obj-perms HTTP/1.1" 200 5056 0.055818 10.0.0.23 - - [2026-01-15 02:11:56] "GET /obj-perms HTTP/1.1" 200 5056 0.052908 10.0.0.23 - - [2026-01-15 02:11:56] "POST /neutron/network HTTP/1.1" 200 807 0.011164 10.0.0.23 - - [2026-01-15 02:11:56] "POST /neutron/network HTTP/1.1" 200 833 0.004251 10.0.0.23 - - [2026-01-15 02:11:56] "POST /id-to-fqname HTTP/1.1" 200 227 0.001074 10.0.0.23 - - [2026-01-15 02:11:56] "POST /neutron/port HTTP/1.1" 200 1122 0.012383 10.0.0.23 - - [2026-01-15 02:11:57] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006322 10.0.0.23 - - [2026-01-15 02:11:57] "POST /neutron/network HTTP/1.1" 200 843 0.005073 10.0.0.23 - - [2026-01-15 02:11:57] "GET /aaa-mode HTTP/1.1" 401 292 0.000400 10.0.0.23 - - [2026-01-15 02:11:57] "GET / HTTP/1.1" 200 35931 0.001803 10.0.0.23 - - [2026-01-15 02:11:57] "GET /project/b13ffad2-5646-4d03-bc4e-7704ac4e3133?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000375 10.0.0.23 - - [2026-01-15 02:11:57] "GET /projects?obj_uuids=b13ffad2-5646-4d03-bc4e-7704ac4e3133&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001035 10.0.0.23 - - [2026-01-15 02:11:57] "GET /project/b13ffad2-5646-4d03-bc4e-7704ac4e3133?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.060842 10.0.0.23 - - [2026-01-15 02:11:57] "POST /neutron/network HTTP/1.1" 200 833 0.005081 10.0.0.23 - - [2026-01-15 02:11:58] "POST /neutron/port HTTP/1.1" 200 1122 0.015709 10.0.0.23 - - [2026-01-15 02:11:58] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006272 10.0.0.23 - - [2026-01-15 02:11:58] "POST /neutron/port HTTP/1.1" 200 117 0.006764 10.0.0.23 - - [2026-01-15 02:11:58] "POST /neutron/port HTTP/1.1" 200 117 0.006446 10.0.0.23 - - [2026-01-15 02:11:58] "POST /neutron/network HTTP/1.1" 200 843 0.005610 10.0.0.23 - - [2026-01-15 02:11:58] "GET /projects?obj_uuids=b13ffad2-5646-4d03-bc4e-7704ac4e3133&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001344 10.0.0.23 - - [2026-01-15 02:11:58] "POST /neutron/port HTTP/1.1" 200 1058 0.164741 10.0.0.23 - - [2026-01-15 02:11:58] "POST /neutron/port HTTP/1.1" 200 1058 0.009351 10.0.0.23 - - [2026-01-15 02:11:58] "POST /neutron/port HTTP/1.1" 200 1058 0.008832 10.0.0.23 - - [2026-01-15 02:11:58] "POST /neutron/port HTTP/1.1" 200 1112 0.054490 10.0.0.23 - - [2026-01-15 02:11:58] "POST /neutron/port HTTP/1.1" 200 1122 0.011706 10.0.0.23 - - [2026-01-15 02:11:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003154 10.0.0.23 - - [2026-01-15 02:11:58] "POST /neutron/subnet HTTP/1.1" 200 685 0.012398 10.0.0.23 - - [2026-01-15 02:11:58] "POST /neutron/port HTTP/1.1" 200 117 0.001106 10.0.0.23 - - [2026-01-15 02:11:58] "POST /neutron/network HTTP/1.1" 200 833 0.005001 10.0.0.23 - - [2026-01-15 02:12:03] "POST /neutron/port HTTP/1.1" 200 1122 0.012156 10.0.0.23 - - [2026-01-15 02:12:03] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005090 10.0.0.23 - - [2026-01-15 02:12:03] "POST /neutron/port HTTP/1.1" 200 1122 0.015532 10.0.0.23 - - [2026-01-15 02:12:03] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006304 10.0.0.23 - - [2026-01-15 02:12:03] "POST /neutron/port HTTP/1.1" 200 1122 0.012012 10.0.0.23 - - [2026-01-15 02:12:03] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005593 10.0.0.23 - - [2026-01-15 02:12:03] "GET /virtual-machine/e5befedb-01ca-4809-8e1f-3fc16a660119 HTTP/1.1" 200 1294 0.004841 10.0.0.23 - - [2026-01-15 02:12:03] "GET /virtual-machine-interface/40e37692-9c49-4cf3-8f13-903e1a7d26ae HTTP/1.1" 200 2964 0.004985 10.0.0.23 - - [2026-01-15 02:12:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002499 10.0.0.23 - - [2026-01-15 02:12:03] "GET /global-vrouter-config/3c3c8a9c-add7-4dd6-83b8-c8c9d45127ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.002716 10.0.0.23 - - [2026-01-15 02:12:03] "GET /virtual-networks?parent_id=b13ffad2-5646-4d03-bc4e-7704ac4e3133&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003335 10.0.0.23 - - [2026-01-15 02:12:03] "GET /virtual-network/bfb311d3-d1a8-4d56-98d1-f0eecfcb218d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006284 10.0.0.23 - - [2026-01-15 02:12:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002816 10.0.0.23 - - [2026-01-15 02:12:06] "GET /virtual-network/bfb311d3-d1a8-4d56-98d1-f0eecfcb218d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004837 10.0.0.23 - - [2026-01-15 02:12:07] "POST /neutron/port HTTP/1.1" 200 1122 0.013488 10.0.0.23 - - [2026-01-15 02:12:07] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006656 10.0.0.23 - - [2026-01-15 02:12:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002849 10.0.0.23 - - [2026-01-15 02:12:08] "GET /global-vrouter-config/3c3c8a9c-add7-4dd6-83b8-c8c9d45127ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003126 10.0.0.23 - - [2026-01-15 02:12:08] "GET /virtual-networks?parent_id=b13ffad2-5646-4d03-bc4e-7704ac4e3133&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003164 10.0.0.23 - - [2026-01-15 02:12:08] "GET /virtual-network/bfb311d3-d1a8-4d56-98d1-f0eecfcb218d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005940 10.0.0.23 - - [2026-01-15 02:12:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002867 10.0.0.23 - - [2026-01-15 02:12:15] "DELETE /virtual-DNS/bc622023-d1ca-425e-aa61-1f7c42c88ff7 HTTP/1.1" 409 235 0.006676 10.0.0.23 - - [2026-01-15 02:12:15] "POST /fqname-to-id HTTP/1.1" 404 192 0.002661 10.0.0.23 - - [2026-01-15 02:12:15] "POST /virtual-DNS-records HTTP/1.1" 200 531 0.015672 10.0.0.23 - - [2026-01-15 02:12:16] "GET /virtual-DNS-record/568992f8-44e3-45bb-8054-47ab99769f7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.004211 10.0.0.23 - - [2026-01-15 02:12:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003121 10.0.0.23 - - [2026-01-15 02:12:16] "GET /virtual-DNS-record/568992f8-44e3-45bb-8054-47ab99769f7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.003143 10.0.0.23 - - [2026-01-15 02:12:16] "GET /domains HTTP/1.1" 200 280 0.004987 10.0.0.23 - - [2026-01-15 02:12:16] "GET /domains?obj_uuids=64e99420-c75c-4c07-a68a-16b5f119e548&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001097 10.0.0.23 - - [2026-01-15 02:12:16] "GET /domain/64e99420-c75c-4c07-a68a-16b5f119e548 HTTP/1.1" 200 2774 0.007983 10.0.0.23 - - [2026-01-15 02:12:16] "GET /virtual-DNS/bc622023-d1ca-425e-aa61-1f7c42c88ff7 HTTP/1.1" 200 1908 0.004070 10.0.0.23 - - [2026-01-15 02:12:16] "GET /virtual-DNS-record/568992f8-44e3-45bb-8054-47ab99769f7e HTTP/1.1" 200 1335 0.002629 10.0.0.23 - - [2026-01-15 02:12:21] "DELETE /virtual-DNS-record/568992f8-44e3-45bb-8054-47ab99769f7e HTTP/1.1" 200 115 0.016800 10.0.0.23 - - [2026-01-15 02:12:21] "POST /fqname-to-id HTTP/1.1" 404 184 0.002453 10.0.0.23 - - [2026-01-15 02:12:21] "POST /neutron/network HTTP/1.1" 200 833 0.005337 10.0.0.23 - - [2026-01-15 02:12:21] "POST /neutron/network HTTP/1.1" 400 204 0.015856 10.0.0.23 - - [2026-01-15 02:12:22] "POST /neutron/port HTTP/1.1" 200 1122 0.015779 10.0.0.23 - - [2026-01-15 02:12:22] "POST /neutron/port HTTP/1.1" 200 1112 0.010720 10.0.0.23 - - [2026-01-15 02:12:22] "POST /neutron/port HTTP/1.1" 200 1122 0.014393 10.0.0.23 - - [2026-01-15 02:12:22] "POST /neutron/port HTTP/1.1" 200 1112 0.010531 10.0.0.23 - - [2026-01-15 02:12:22] "POST /neutron/port HTTP/1.1" 200 151 0.119090 10.0.0.23 - - [2026-01-15 02:12:22] "POST /neutron/port HTTP/1.1" 200 151 0.114511 10.0.0.23 - - [2026-01-15 02:12:23] "POST /neutron/network HTTP/1.1" 200 833 0.005974 10.0.0.23 - - [2026-01-15 02:12:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004287 10.0.0.23 - - [2026-01-15 02:12:24] "POST /useragent-kv HTTP/1.1" 200 115 0.043838 10.0.0.23 - - [2026-01-15 02:12:24] "POST /useragent-kv HTTP/1.1" 200 115 0.002414 10.0.0.23 - - [2026-01-15 02:12:24] "DELETE /route-target/1988f1dc-6a76-4f0d-9fac-f90cbba31b51 HTTP/1.1" 200 115 0.059783 10.0.0.23 - - [2026-01-15 02:12:24] "POST /neutron/network HTTP/1.1" 200 151 0.290996 10.0.0.23 - - [2026-01-15 02:12:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002394 10.0.0.23 - - [2026-01-15 02:12:24] "DELETE /network-ipam/28807128-246d-4893-a8ff-bc088c24aa1a HTTP/1.1" 200 115 0.021543 10.0.0.23 - - [2026-01-15 02:12:24] "DELETE /virtual-DNS/bc622023-d1ca-425e-aa61-1f7c42c88ff7 HTTP/1.1" 200 115 0.018365 10.0.0.23 - - [2026-01-15 02:12:24] "POST /fqname-to-id HTTP/1.1" 404 180 0.002395 10.0.0.23 - - [2026-01-15 02:12:24] "GET /domains HTTP/1.1" 200 280 0.003314 10.0.0.23 - - [2026-01-15 02:12:24] "GET /domains?obj_uuids=64e99420-c75c-4c07-a68a-16b5f119e548&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000879 10.0.0.23 - - [2026-01-15 02:12:24] "GET /domain/64e99420-c75c-4c07-a68a-16b5f119e548 HTTP/1.1" 200 2574 0.007355 10.0.0.23 - - [2026-01-15 02:12:24] "GET /projects?obj_uuids=b13ffad2-5646-4d03-bc4e-7704ac4e3133&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000892 10.0.0.23 - - [2026-01-15 02:12:24] "GET /project/b13ffad2-5646-4d03-bc4e-7704ac4e3133?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.022593 10.0.0.23 - - [2026-01-15 02:12:24] "GET /projects?obj_uuids=b13ffad2-5646-4d03-bc4e-7704ac4e3133&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000999 10.0.0.23 - - [2026-01-15 02:12:24] "GET /project/b13ffad2-5646-4d03-bc4e-7704ac4e3133?fields=virtual_networks HTTP/1.1" 200 1034 0.064948 10.0.0.23 - - [2026-01-15 02:12:24] "GET /projects?obj_uuids=b13ffad2-5646-4d03-bc4e-7704ac4e3133&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001091 10.0.0.23 - - [2026-01-15 02:12:24] "GET /project/b13ffad2-5646-4d03-bc4e-7704ac4e3133?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.021586 10.0.0.23 - - [2026-01-15 02:12:24] "GET /projects?obj_uuids=b13ffad2-5646-4d03-bc4e-7704ac4e3133&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000931 10.0.0.23 - - [2026-01-15 02:12:24] "GET /project/b13ffad2-5646-4d03-bc4e-7704ac4e3133?fields=security_groups HTTP/1.1" 200 1261 0.022456 10.0.0.23 - - [2026-01-15 02:12:25] "POST /fqname-to-id HTTP/1.1" 404 189 0.030375 10.0.0.23 - - [2026-01-15 02:12:25] "GET /projects?obj_uuids=6577f793-c340-44d9-8bd6-108ba92854c6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002482 10.0.0.23 - - [2026-01-15 02:12:25] "GET /domains?obj_uuids=64e99420-c75c-4c07-a68a-16b5f119e548&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000999 10.0.0.23 - - [2026-01-15 02:12:25] "GET /domain/64e99420-c75c-4c07-a68a-16b5f119e548?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006410 10.0.0.23 - - [2026-01-15 02:12:25] "POST /id-to-fqname HTTP/1.1" 200 191 0.001092 10.0.0.23 - - [2026-01-15 02:12:25] "POST /fqname-to-id HTTP/1.1" 404 200 0.003131 10.0.0.23 - - [2026-01-15 02:12:25] "POST /security-groups HTTP/1.1" 200 592 0.063015 10.0.0.23 - - [2026-01-15 02:12:26] "POST /fqname-to-id HTTP/1.1" 404 235 0.002377 10.0.0.23 - - [2026-01-15 02:12:26] "POST /projects HTTP/1.1" 200 587 0.203075 10.0.0.23 - - [2026-01-15 02:12:26] "POST /access-control-lists HTTP/1.1" 200 597 0.054717 10.0.0.23 - - [2026-01-15 02:12:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.280518 10.0.0.23 - - [2026-01-15 02:12:26] "POST /fqname-to-id HTTP/1.1" 404 234 0.002578 10.0.0.23 - - [2026-01-15 02:12:26] "GET /project/6577f793-c340-44d9-8bd6-108ba92854c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.404342 10.0.0.23 - - [2026-01-15 02:12:26] "POST /access-control-lists HTTP/1.1" 200 595 0.060347 10.0.0.23 - - [2026-01-15 02:12:27] "GET / HTTP/1.1" 200 35931 0.003072 10.0.0.23 - - [2026-01-15 02:12:28] "POST /fqname-to-id HTTP/1.1" 401 292 0.000640 10.0.0.23 - - [2026-01-15 02:12:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.062431 10.0.0.23 - - [2026-01-15 02:12:28] "GET /projects?obj_uuids=6577f793-c340-44d9-8bd6-108ba92854c6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000965 10.0.0.23 - - [2026-01-15 02:12:28] "GET /project/6577f793-c340-44d9-8bd6-108ba92854c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.021104 10.0.0.23 - - [2026-01-15 02:12:28] "POST /neutron/network HTTP/1.1" 200 117 0.037477 10.0.0.23 - - [2026-01-15 02:12:28] "GET /projects?obj_uuids=6577f793-c340-44d9-8bd6-108ba92854c6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001194 10.0.0.23 - - [2026-01-15 02:12:28] "POST /neutron/network HTTP/1.1" 200 606 0.062335 10.0.0.23 - - [2026-01-15 02:12:28] "POST /route-targets HTTP/1.1" 200 327 0.013290 10.0.0.23 - - [2026-01-15 02:12:28] "POST /ref-update HTTP/1.1" 200 156 0.014602 10.0.0.23 - - [2026-01-15 02:12:28] "POST /useragent-kv HTTP/1.1" 200 115 0.002642 10.0.0.23 - - [2026-01-15 02:12:28] "POST /neutron/subnet HTTP/1.1" 200 729 0.182598 10.0.0.23 - - [2026-01-15 02:12:28] "POST /neutron/network HTTP/1.1" 200 826 0.004600 10.0.0.23 - - [2026-01-15 02:12:28] "POST /id-to-fqname HTTP/1.1" 200 221 0.001123 10.0.0.23 - - [2026-01-15 02:12:28] "GET /virtual-network/476ec485-43f3-4900-8f6c-a7b52338f52d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.004425 10.0.0.23 - - [2026-01-15 02:12:28] "POST /neutron/network HTTP/1.1" 200 826 0.006029 10.0.0.23 - - [2026-01-15 02:12:28] "GET /virtual-network/476ec485-43f3-4900-8f6c-a7b52338f52d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005194 10.0.0.23 - - [2026-01-15 02:12:29] "POST /neutron/network HTTP/1.1" 200 826 0.005277 10.0.0.23 - - [2026-01-15 02:12:29] "POST /neutron/subnet HTTP/1.1" 200 729 0.007388 10.0.0.23 - - [2026-01-15 02:12:29] "POST /id-to-fqname HTTP/1.1" 200 221 0.001418 10.0.0.23 - - [2026-01-15 02:12:29] "POST /neutron/network HTTP/1.1" 200 836 0.005071 10.0.0.23 - - [2026-01-15 02:12:29] "GET /aaa-mode HTTP/1.1" 401 292 0.000522 10.0.0.23 - - [2026-01-15 02:12:29] "GET / HTTP/1.1" 200 35931 0.001978 10.0.0.23 - - [2026-01-15 02:12:29] "GET /project/6577f793-c340-44d9-8bd6-108ba92854c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000608 10.0.0.23 - - [2026-01-15 02:12:29] "GET /projects?obj_uuids=6577f793-c340-44d9-8bd6-108ba92854c6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000956 10.0.0.23 - - [2026-01-15 02:12:29] "GET /project/6577f793-c340-44d9-8bd6-108ba92854c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.053079 10.0.0.23 - - [2026-01-15 02:12:30] "POST /neutron/network HTTP/1.1" 200 826 0.005427 10.0.0.23 - - [2026-01-15 02:12:30] "POST /neutron/port HTTP/1.1" 200 117 0.004564 10.0.0.23 - - [2026-01-15 02:12:30] "POST /neutron/port HTTP/1.1" 200 117 0.005908 10.0.0.23 - - [2026-01-15 02:12:30] "POST /id-to-fqname HTTP/1.1" 200 221 0.001468 10.0.0.23 - - [2026-01-15 02:12:30] "POST /neutron/port HTTP/1.1" 200 117 0.004857 10.0.0.23 - - [2026-01-15 02:12:30] "POST /neutron/network HTTP/1.1" 200 836 0.005861 10.0.0.23 - - [2026-01-15 02:12:30] "GET /aaa-mode HTTP/1.1" 401 292 0.000506 10.0.0.23 - - [2026-01-15 02:12:30] "POST /neutron/network HTTP/1.1" 200 836 0.005931 10.0.0.23 - - [2026-01-15 02:12:30] "GET /projects?obj_uuids=6577f793-c340-44d9-8bd6-108ba92854c6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001322 10.0.0.23 - - [2026-01-15 02:12:30] "GET / HTTP/1.1" 200 35931 0.001962 10.0.0.23 - - [2026-01-15 02:12:30] "GET /project/6577f793-c340-44d9-8bd6-108ba92854c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000448 10.0.0.23 - - [2026-01-15 02:12:30] "POST /neutron/port HTTP/1.1" 200 1062 0.203421 10.0.0.23 - - [2026-01-15 02:12:30] "POST /neutron/port HTTP/1.1" 200 1062 0.009225 10.0.0.23 - - [2026-01-15 02:12:30] "POST /neutron/port HTTP/1.1" 200 1062 0.009167 10.0.0.23 - - [2026-01-15 02:12:30] "POST /neutron/port HTTP/1.1" 200 1116 0.065416 10.0.0.23 - - [2026-01-15 02:12:30] "POST /neutron/port HTTP/1.1" 200 1126 0.011619 10.0.0.23 - - [2026-01-15 02:12:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003476 10.0.0.23 - - [2026-01-15 02:12:31] "POST /neutron/subnet HTTP/1.1" 200 703 0.006978 10.0.0.23 - - [2026-01-15 02:12:31] "POST /neutron/port HTTP/1.1" 200 117 0.001003 10.0.0.23 - - [2026-01-15 02:12:31] "POST /neutron/network HTTP/1.1" 200 826 0.005287 10.0.0.23 - - [2026-01-15 02:12:31] "GET /projects?obj_uuids=6577f793-c340-44d9-8bd6-108ba92854c6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001259 10.0.0.23 - - [2026-01-15 02:12:31] "GET /project/6577f793-c340-44d9-8bd6-108ba92854c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.048466 10.0.0.23 - - [2026-01-15 02:12:31] "POST /neutron/network HTTP/1.1" 200 826 0.005051 10.0.0.23 - - [2026-01-15 02:12:31] "POST /neutron/port HTTP/1.1" 200 1126 0.020847 10.0.0.23 - - [2026-01-15 02:12:31] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009041 10.0.0.23 - - [2026-01-15 02:12:31] "POST /neutron/port HTTP/1.1" 200 117 0.004744 10.0.0.23 - - [2026-01-15 02:12:31] "POST /neutron/port HTTP/1.1" 200 1126 0.012757 10.0.0.23 - - [2026-01-15 02:12:31] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006660 10.0.0.23 - - [2026-01-15 02:12:31] "POST /neutron/network HTTP/1.1" 200 836 0.008971 10.0.0.23 - - [2026-01-15 02:12:31] "GET /projects?obj_uuids=6577f793-c340-44d9-8bd6-108ba92854c6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001025 10.0.0.23 - - [2026-01-15 02:12:31] "POST /neutron/port HTTP/1.1" 200 1062 0.230008 10.0.0.23 - - [2026-01-15 02:12:31] "POST /neutron/port HTTP/1.1" 200 1062 0.009931 10.0.0.23 - - [2026-01-15 02:12:31] "POST /neutron/port HTTP/1.1" 200 1062 0.013138 10.0.0.23 - - [2026-01-15 02:12:32] "POST /neutron/port HTTP/1.1" 200 1116 0.074044 10.0.0.23 - - [2026-01-15 02:12:32] "POST /neutron/port HTTP/1.1" 200 1126 0.012888 10.0.0.23 - - [2026-01-15 02:12:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006235 10.0.0.23 - - [2026-01-15 02:12:32] "POST /neutron/subnet HTTP/1.1" 200 703 0.006111 10.0.0.23 - - [2026-01-15 02:12:32] "POST /neutron/port HTTP/1.1" 200 117 0.001351 10.0.0.23 - - [2026-01-15 02:12:32] "POST /neutron/network HTTP/1.1" 200 826 0.005696 10.0.0.23 - - [2026-01-15 02:12:36] "POST /neutron/port HTTP/1.1" 200 1126 0.010961 10.0.0.23 - - [2026-01-15 02:12:36] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006787 10.0.0.23 - - [2026-01-15 02:12:36] "POST /neutron/port HTTP/1.1" 200 1126 0.014977 10.0.0.23 - - [2026-01-15 02:12:36] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006121 10.0.0.23 - - [2026-01-15 02:12:36] "POST /neutron/port HTTP/1.1" 200 1126 0.010687 10.0.0.23 - - [2026-01-15 02:12:36] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006366 10.0.0.23 - - [2026-01-15 02:12:36] "GET /virtual-machine/95e4fd36-a301-45ac-a5e2-50acb7d629f7 HTTP/1.1" 401 292 0.000432 10.0.0.23 - - [2026-01-15 02:12:37] "GET /virtual-machine/95e4fd36-a301-45ac-a5e2-50acb7d629f7 HTTP/1.1" 200 1294 0.036851 10.0.0.23 - - [2026-01-15 02:12:37] "GET /virtual-machine-interface/58178b44-67a1-4435-ab22-b009a60b50d9 HTTP/1.1" 200 2946 0.004927 10.0.0.23 - - [2026-01-15 02:12:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002786 10.0.0.23 - - [2026-01-15 02:12:37] "GET /global-vrouter-config/3c3c8a9c-add7-4dd6-83b8-c8c9d45127ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004849 10.0.0.23 - - [2026-01-15 02:12:37] "GET /virtual-networks?parent_id=6577f793-c340-44d9-8bd6-108ba92854c6&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003034 10.0.0.23 - - [2026-01-15 02:12:37] "GET /virtual-network/476ec485-43f3-4900-8f6c-a7b52338f52d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005340 10.0.0.23 - - [2026-01-15 02:12:39] "POST /neutron/port HTTP/1.1" 200 1126 0.013011 10.0.0.23 - - [2026-01-15 02:12:39] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005661 10.0.0.23 - - [2026-01-15 02:12:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002792 10.0.0.23 - - [2026-01-15 02:12:40] "GET /virtual-network/476ec485-43f3-4900-8f6c-a7b52338f52d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.004300 10.0.0.23 - - [2026-01-15 02:12:41] "POST /neutron/port HTTP/1.1" 200 1126 0.011819 10.0.0.23 - - [2026-01-15 02:12:41] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004604 10.0.0.23 - - [2026-01-15 02:12:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002959 10.0.0.23 - - [2026-01-15 02:12:42] "GET /global-vrouter-config/3c3c8a9c-add7-4dd6-83b8-c8c9d45127ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.002796 10.0.0.23 - - [2026-01-15 02:12:42] "GET /virtual-networks?parent_id=6577f793-c340-44d9-8bd6-108ba92854c6&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003017 10.0.0.23 - - [2026-01-15 02:12:42] "GET /virtual-network/476ec485-43f3-4900-8f6c-a7b52338f52d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005870 10.0.0.23 - - [2026-01-15 02:12:42] "POST /neutron/port HTTP/1.1" 200 1126 0.012025 10.0.0.23 - - [2026-01-15 02:12:42] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006012 10.0.0.23 - - [2026-01-15 02:12:42] "POST /neutron/port HTTP/1.1" 200 1126 0.011504 10.0.0.23 - - [2026-01-15 02:12:42] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007609 10.0.0.23 - - [2026-01-15 02:12:43] "POST /neutron/port HTTP/1.1" 200 1126 0.012340 10.0.0.23 - - [2026-01-15 02:12:43] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006402 10.0.0.23 - - [2026-01-15 02:12:43] "GET /virtual-machine/0997a799-3ddb-4340-b429-e1f4424599d8 HTTP/1.1" 200 1292 0.005717 10.0.0.23 - - [2026-01-15 02:12:43] "GET /virtual-machine-interface/47e17ceb-e043-4bea-b48d-3db25e9ea250 HTTP/1.1" 200 2946 0.004278 10.0.0.23 - - [2026-01-15 02:12:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003076 10.0.0.23 - - [2026-01-15 02:12:43] "GET /global-vrouter-config/3c3c8a9c-add7-4dd6-83b8-c8c9d45127ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.002784 10.0.0.23 - - [2026-01-15 02:12:43] "GET /virtual-networks?parent_id=6577f793-c340-44d9-8bd6-108ba92854c6&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003003 10.0.0.23 - - [2026-01-15 02:12:43] "GET /virtual-network/476ec485-43f3-4900-8f6c-a7b52338f52d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.007346 10.0.0.23 - - [2026-01-15 02:12:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002734 10.0.0.23 - - [2026-01-15 02:12:44] "GET /global-vrouter-config/3c3c8a9c-add7-4dd6-83b8-c8c9d45127ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004120 10.0.0.23 - - [2026-01-15 02:12:44] "GET /virtual-networks?parent_id=6577f793-c340-44d9-8bd6-108ba92854c6&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002759 10.0.0.23 - - [2026-01-15 02:12:44] "GET /virtual-network/476ec485-43f3-4900-8f6c-a7b52338f52d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005154 10.0.0.23 - - [2026-01-15 02:12:49] "DELETE /project/6577f793c34044d98bd6108ba92854c6 HTTP/1.1" 404 173 0.007849 10.0.0.23 - - [2026-01-15 02:12:49] "GET /projects?obj_uuids=b13ffad2-5646-4d03-bc4e-7704ac4e3133&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000932 10.0.0.23 - - [2026-01-15 02:12:49] "GET /project/b13ffad2-5646-4d03-bc4e-7704ac4e3133?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.034411 10.0.0.23 - - [2026-01-15 02:12:49] "GET /projects?obj_uuids=b13ffad2-5646-4d03-bc4e-7704ac4e3133&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000921 10.0.0.23 - - [2026-01-15 02:12:49] "POST /neutron/network HTTP/1.1" 200 826 0.006411 10.0.0.23 - - [2026-01-15 02:12:49] "POST /neutron/network HTTP/1.1" 400 204 0.015423 10.0.0.23 - - [2026-01-15 02:12:49] "GET /project/b13ffad2-5646-4d03-bc4e-7704ac4e3133?fields=security_groups HTTP/1.1" 200 1366 0.079255 10.0.0.23 - - [2026-01-15 02:12:49] "DELETE /security-group/f34f01d3-428f-47ee-9f5c-2ac043b4f5da HTTP/1.1" 200 115 0.030833 10.0.0.23 - - [2026-01-15 02:12:49] "GET /projects?obj_uuids=b13ffad2-5646-4d03-bc4e-7704ac4e3133&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001334 10.0.0.23 - - [2026-01-15 02:12:49] "GET /project/b13ffad2-5646-4d03-bc4e-7704ac4e3133?fields=application_policy_sets HTTP/1.1" 200 1405 0.038147 10.0.0.23 - - [2026-01-15 02:12:49] "DELETE /access-control-list/0849ea80-e13d-4d8a-a9f3-87c19730a125 HTTP/1.1" 200 115 0.047023 10.0.0.23 - - [2026-01-15 02:12:49] "DELETE /access-control-list/4d728258-1f03-465f-934a-57d2ebf8222b HTTP/1.1" 200 115 0.019020 10.0.0.23 - - [2026-01-15 02:12:49] "DELETE /project/b13ffad2-5646-4d03-bc4e-7704ac4e3133 HTTP/1.1" 200 115 0.345097 10.0.0.23 - - [2026-01-15 02:12:49] "POST /neutron/port HTTP/1.1" 200 1126 0.014038 10.0.0.23 - - [2026-01-15 02:12:49] "POST /neutron/port HTTP/1.1" 200 1116 0.010003 10.0.0.23 - - [2026-01-15 02:12:49] "POST /neutron/port HTTP/1.1" 200 1126 0.017589 10.0.0.23 - - [2026-01-15 02:12:49] "POST /neutron/port HTTP/1.1" 200 151 0.117262 10.0.0.23 - - [2026-01-15 02:12:49] "POST /neutron/port HTTP/1.1" 200 1116 0.018376 10.0.0.23 - - [2026-01-15 02:12:49] "POST /neutron/port HTTP/1.1" 200 151 0.099217 10.0.0.23 - - [2026-01-15 02:12:51] "POST /neutron/network HTTP/1.1" 200 826 0.005822 10.0.0.23 - - [2026-01-15 02:12:51] "POST /useragent-kv HTTP/1.1" 200 115 0.002928 10.0.0.23 - - [2026-01-15 02:12:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003732 10.0.0.23 - - [2026-01-15 02:12:51] "POST /useragent-kv HTTP/1.1" 200 115 0.001561 10.0.0.23 - - [2026-01-15 02:12:51] "POST /neutron/network HTTP/1.1" 200 151 0.076490 10.0.0.23 - - [2026-01-15 02:12:51] "DELETE /route-target/0aa5fe40-17e6-4d91-85f8-850489f36c4d HTTP/1.1" 200 115 0.013970 10.0.0.23 - - [2026-01-15 02:12:51] "GET /projects?obj_uuids=6577f793-c340-44d9-8bd6-108ba92854c6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001355 10.0.0.23 - - [2026-01-15 02:12:51] "GET /project/6577f793-c340-44d9-8bd6-108ba92854c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.026126 10.0.0.23 - - [2026-01-15 02:12:51] "GET /projects?obj_uuids=6577f793-c340-44d9-8bd6-108ba92854c6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001464 10.0.0.23 - - [2026-01-15 02:12:51] "GET /project/6577f793-c340-44d9-8bd6-108ba92854c6?fields=virtual_networks HTTP/1.1" 200 1033 0.066318 10.0.0.23 - - [2026-01-15 02:12:51] "GET /projects?obj_uuids=6577f793-c340-44d9-8bd6-108ba92854c6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000957 10.0.0.23 - - [2026-01-15 02:12:51] "GET /project/6577f793-c340-44d9-8bd6-108ba92854c6?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.023906 10.0.0.23 - - [2026-01-15 02:12:51] "GET /projects?obj_uuids=6577f793-c340-44d9-8bd6-108ba92854c6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001296 10.0.0.23 - - [2026-01-15 02:12:51] "GET /project/6577f793-c340-44d9-8bd6-108ba92854c6?fields=security_groups HTTP/1.1" 200 1260 0.029255 10.0.0.23 - - [2026-01-15 02:12:52] "POST /fqname-to-id HTTP/1.1" 404 188 0.029670 10.0.0.23 - - [2026-01-15 02:12:52] "GET /projects?obj_uuids=b30a96f2-418b-4d19-ad02-f616bf042ecf&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002630 10.0.0.23 - - [2026-01-15 02:12:52] "GET /domains?obj_uuids=64e99420-c75c-4c07-a68a-16b5f119e548&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001051 10.0.0.23 - - [2026-01-15 02:12:52] "GET /domain/64e99420-c75c-4c07-a68a-16b5f119e548?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007630 10.0.0.23 - - [2026-01-15 02:12:52] "POST /id-to-fqname HTTP/1.1" 200 190 0.001273 10.0.0.23 - - [2026-01-15 02:12:52] "POST /fqname-to-id HTTP/1.1" 404 199 0.003370 10.0.0.23 - - [2026-01-15 02:12:52] "POST /security-groups HTTP/1.1" 200 591 0.065972 10.0.0.23 - - [2026-01-15 02:12:52] "POST /fqname-to-id HTTP/1.1" 404 234 0.002519 10.0.0.23 - - [2026-01-15 02:12:52] "POST /projects HTTP/1.1" 200 585 0.221914 10.0.0.23 - - [2026-01-15 02:12:53] "POST /access-control-lists HTTP/1.1" 200 596 0.061787 10.0.0.23 - - [2026-01-15 02:12:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.301120 10.0.0.23 - - [2026-01-15 02:12:53] "POST /fqname-to-id HTTP/1.1" 404 233 0.002373 10.0.0.23 - - [2026-01-15 02:12:53] "GET /project/b30a96f2-418b-4d19-ad02-f616bf042ecf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.428734 10.0.0.23 - - [2026-01-15 02:12:53] "POST /access-control-lists HTTP/1.1" 200 594 0.056771 10.0.0.23 - - [2026-01-15 02:12:54] "GET / HTTP/1.1" 200 35931 0.001961 10.0.0.23 - - [2026-01-15 02:12:55] "POST /fqname-to-id HTTP/1.1" 401 292 0.000524 10.0.0.23 - - [2026-01-15 02:12:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.065492 10.0.0.23 - - [2026-01-15 02:12:55] "GET /projects?obj_uuids=b30a96f2-418b-4d19-ad02-f616bf042ecf&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000881 10.0.0.23 - - [2026-01-15 02:12:55] "GET /project/b30a96f2-418b-4d19-ad02-f616bf042ecf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.024248 10.0.0.23 - - [2026-01-15 02:12:55] "POST /neutron/network HTTP/1.1" 200 117 0.034053 10.0.0.23 - - [2026-01-15 02:12:55] "GET /projects?obj_uuids=b30a96f2-418b-4d19-ad02-f616bf042ecf&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001238 10.0.0.23 - - [2026-01-15 02:12:55] "POST /neutron/network HTTP/1.1" 200 625 0.058428 10.0.0.23 - - [2026-01-15 02:12:55] "POST /route-targets HTTP/1.1" 200 327 0.009203 10.0.0.23 - - [2026-01-15 02:12:55] "POST /ref-update HTTP/1.1" 200 156 0.009634 10.0.0.23 - - [2026-01-15 02:12:55] "POST /useragent-kv HTTP/1.1" 200 115 0.003792 10.0.0.23 - - [2026-01-15 02:12:55] "POST /neutron/subnet HTTP/1.1" 200 701 0.132016 10.0.0.23 - - [2026-01-15 02:12:55] "POST /neutron/network HTTP/1.1" 200 839 0.006511 10.0.0.23 - - [2026-01-15 02:12:55] "POST /id-to-fqname HTTP/1.1" 200 230 0.001313 10.0.0.23 - - [2026-01-15 02:12:55] "GET /virtual-network/c8aa2f46-0d63-4f4a-a989-438c17f2d3da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.007985 10.0.0.23 - - [2026-01-15 02:12:55] "POST /neutron/network HTTP/1.1" 200 839 0.006918 10.0.0.23 - - [2026-01-15 02:12:55] "GET /virtual-network/c8aa2f46-0d63-4f4a-a989-438c17f2d3da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.004272 10.0.0.23 - - [2026-01-15 02:12:55] "POST /neutron/network HTTP/1.1" 200 839 0.005800 10.0.0.23 - - [2026-01-15 02:12:55] "POST /neutron/subnet HTTP/1.1" 200 701 0.005780 10.0.0.23 - - [2026-01-15 02:12:55] "POST /neutron/network HTTP/1.1" 200 839 0.005573 10.0.0.23 - - [2026-01-15 02:12:55] "POST /id-to-fqname HTTP/1.1" 200 230 0.001163 10.0.0.23 - - [2026-01-15 02:12:56] "POST /neutron/network HTTP/1.1" 200 849 0.005562 10.0.0.23 - - [2026-01-15 02:12:56] "GET /aaa-mode HTTP/1.1" 401 292 0.000352 10.0.0.23 - - [2026-01-15 02:12:56] "GET / HTTP/1.1" 200 35931 0.001291 10.0.0.23 - - [2026-01-15 02:12:56] "GET /project/b30a96f2-418b-4d19-ad02-f616bf042ecf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000328 10.0.0.23 - - [2026-01-15 02:12:56] "GET /obj-perms HTTP/1.1" 200 5056 0.055203 10.0.0.23 - - [2026-01-15 02:12:56] "GET /projects?obj_uuids=b30a96f2-418b-4d19-ad02-f616bf042ecf&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001431 10.0.0.23 - - [2026-01-15 02:12:56] "GET /project/b30a96f2-418b-4d19-ad02-f616bf042ecf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.063582 10.0.0.23 - - [2026-01-15 02:12:56] "GET /obj-perms HTTP/1.1" 200 5056 0.078255 10.0.0.23 - - [2026-01-15 02:12:56] "POST /neutron/network HTTP/1.1" 200 839 0.004764 10.0.0.23 - - [2026-01-15 02:12:57] "POST /neutron/port HTTP/1.1" 200 117 0.004880 10.0.0.23 - - [2026-01-15 02:12:57] "POST /neutron/port HTTP/1.1" 200 117 0.005919 10.0.0.23 - - [2026-01-15 02:12:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003731 10.0.0.23 - - [2026-01-15 02:12:57] "GET /global-vrouter-config/3c3c8a9c-add7-4dd6-83b8-c8c9d45127ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.002740 10.0.0.23 - - [2026-01-15 02:12:57] "PUT /global-vrouter-config/3c3c8a9c-add7-4dd6-83b8-c8c9d45127ed HTTP/1.1" 200 276 0.009182 10.0.0.23 - - [2026-01-15 02:12:57] "POST /neutron/port HTTP/1.1" 200 117 0.005299 10.0.0.23 - - [2026-01-15 02:12:57] "POST /neutron/network HTTP/1.1" 200 849 0.017169 10.0.0.23 - - [2026-01-15 02:12:57] "GET /projects?obj_uuids=b30a96f2-418b-4d19-ad02-f616bf042ecf&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001338 10.0.0.23 - - [2026-01-15 02:12:57] "POST /neutron/port HTTP/1.1" 200 1055 0.192429 10.0.0.23 - - [2026-01-15 02:12:57] "POST /neutron/port HTTP/1.1" 200 1055 0.010535 10.0.0.23 - - [2026-01-15 02:12:57] "POST /neutron/port HTTP/1.1" 200 1055 0.009258 10.0.0.23 - - [2026-01-15 02:12:57] "POST /neutron/port HTTP/1.1" 200 1109 0.056210 10.0.0.23 - - [2026-01-15 02:12:57] "POST /neutron/port HTTP/1.1" 200 1119 0.012919 10.0.0.23 - - [2026-01-15 02:12:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003919 10.0.0.23 - - [2026-01-15 02:12:57] "POST /neutron/subnet HTTP/1.1" 200 675 0.008672 10.0.0.23 - - [2026-01-15 02:12:57] "POST /neutron/port HTTP/1.1" 200 117 0.001008 10.0.0.23 - - [2026-01-15 02:12:57] "POST /neutron/network HTTP/1.1" 200 839 0.004906 10.0.0.23 - - [2026-01-15 02:13:02] "POST /neutron/port HTTP/1.1" 200 1119 0.013404 10.0.0.23 - - [2026-01-15 02:13:02] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005332 10.0.0.23 - - [2026-01-15 02:13:02] "POST /neutron/port HTTP/1.1" 200 1119 0.010769 10.0.0.23 - - [2026-01-15 02:13:02] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005366 10.0.0.23 - - [2026-01-15 02:13:02] "POST /neutron/port HTTP/1.1" 200 1119 0.012821 10.0.0.23 - - [2026-01-15 02:13:02] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005553 10.0.0.23 - - [2026-01-15 02:13:02] "GET /virtual-machine/44bf703d-b888-42dd-916a-83b57aba0a21 HTTP/1.1" 401 292 0.000454 10.0.0.23 - - [2026-01-15 02:13:02] "GET /virtual-machine/44bf703d-b888-42dd-916a-83b57aba0a21 HTTP/1.1" 200 1292 0.033422 10.0.0.23 - - [2026-01-15 02:13:02] "GET /virtual-machine-interface/1d9f2c70-e59d-4652-b632-8c14080d9ef2 HTTP/1.1" 200 2971 0.006275 10.0.0.23 - - [2026-01-15 02:13:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002717 10.0.0.23 - - [2026-01-15 02:13:03] "GET /global-vrouter-config/3c3c8a9c-add7-4dd6-83b8-c8c9d45127ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.003157 10.0.0.23 - - [2026-01-15 02:13:03] "GET /virtual-networks?parent_id=b30a96f2-418b-4d19-ad02-f616bf042ecf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.004948 10.0.0.23 - - [2026-01-15 02:13:03] "GET /virtual-network/c8aa2f46-0d63-4f4a-a989-438c17f2d3da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005467 10.0.0.23 - - [2026-01-15 02:13:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003235 10.0.0.23 - - [2026-01-15 02:13:06] "GET /virtual-network/c8aa2f46-0d63-4f4a-a989-438c17f2d3da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.004196 10.0.0.23 - - [2026-01-15 02:13:06] "POST /neutron/port HTTP/1.1" 200 1119 0.012720 10.0.0.23 - - [2026-01-15 02:13:06] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005152 10.0.0.23 - - [2026-01-15 02:13:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002888 10.0.0.23 - - [2026-01-15 02:13:08] "GET /global-vrouter-config/3c3c8a9c-add7-4dd6-83b8-c8c9d45127ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.002856 10.0.0.23 - - [2026-01-15 02:13:08] "GET /virtual-networks?parent_id=b30a96f2-418b-4d19-ad02-f616bf042ecf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003522 10.0.0.23 - - [2026-01-15 02:13:08] "GET /virtual-network/c8aa2f46-0d63-4f4a-a989-438c17f2d3da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005302 10.0.0.23 - - [2026-01-15 02:13:08] "POST /neutron/port HTTP/1.1" 200 1119 0.010660 10.0.0.23 - - [2026-01-15 02:13:08] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005152 10.0.0.23 - - [2026-01-15 02:13:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003140 10.0.0.23 - - [2026-01-15 02:13:15] "GET /global-vrouter-config/3c3c8a9c-add7-4dd6-83b8-c8c9d45127ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.003114 10.0.0.23 - - [2026-01-15 02:13:15] "PUT /global-vrouter-config/3c3c8a9c-add7-4dd6-83b8-c8c9d45127ed HTTP/1.1" 200 276 0.007977 10.0.0.23 - - [2026-01-15 02:13:15] "POST /neutron/network HTTP/1.1" 200 839 0.006115 10.0.0.23 - - [2026-01-15 02:13:15] "POST /neutron/network HTTP/1.1" 400 204 0.009622 10.0.0.23 - - [2026-01-15 02:13:16] "POST /neutron/port HTTP/1.1" 200 1119 0.012577 10.0.0.23 - - [2026-01-15 02:13:16] "POST /neutron/port HTTP/1.1" 200 1109 0.011114 10.0.0.23 - - [2026-01-15 02:13:16] "POST /neutron/port HTTP/1.1" 200 151 0.089543 10.0.0.23 - - [2026-01-15 02:13:17] "POST /neutron/network HTTP/1.1" 200 839 0.005457 10.0.0.23 - - [2026-01-15 02:13:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003729 10.0.0.23 - - [2026-01-15 02:13:17] "POST /useragent-kv HTTP/1.1" 200 115 0.002870 10.0.0.23 - - [2026-01-15 02:13:17] "POST /useragent-kv HTTP/1.1" 200 115 0.003712 10.0.0.23 - - [2026-01-15 02:13:17] "POST /neutron/network HTTP/1.1" 200 151 0.082383 10.0.0.23 - - [2026-01-15 02:13:17] "DELETE /route-target/67abc630-d965-43c7-ae4c-518d27246139 HTTP/1.1" 200 115 0.024389 10.0.0.23 - - [2026-01-15 02:13:18] "GET /global-vrouter-configs HTTP/1.1" 200 357 0.002451 10.0.0.23 - - [2026-01-15 02:13:18] "GET /global-vrouter-config/3c3c8a9c-add7-4dd6-83b8-c8c9d45127ed HTTP/1.1" 200 1879 0.004095 10.0.0.23 - - [2026-01-15 02:13:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002743 10.0.0.23 - - [2026-01-15 02:13:18] "GET /projects?obj_uuids=b30a96f2-418b-4d19-ad02-f616bf042ecf&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001206 10.0.0.23 - - [2026-01-15 02:13:18] "GET /project/b30a96f2-418b-4d19-ad02-f616bf042ecf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.024468 10.0.0.23 - - [2026-01-15 02:13:18] "POST /neutron/network HTTP/1.1" 200 117 0.008306 10.0.0.23 - - [2026-01-15 02:13:18] "GET /projects?obj_uuids=b30a96f2-418b-4d19-ad02-f616bf042ecf&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001094 10.0.0.23 - - [2026-01-15 02:13:18] "POST /neutron/network HTTP/1.1" 200 605 0.058406 10.0.0.23 - - [2026-01-15 02:13:18] "POST /route-targets HTTP/1.1" 200 327 0.011404 10.0.0.23 - - [2026-01-15 02:13:18] "POST /ref-update HTTP/1.1" 200 156 0.012814 10.0.0.23 - - [2026-01-15 02:13:18] "POST /useragent-kv HTTP/1.1" 200 115 0.002557 10.0.0.23 - - [2026-01-15 02:13:18] "POST /neutron/subnet HTTP/1.1" 200 729 0.204759 10.0.0.23 - - [2026-01-15 02:13:18] "POST /neutron/network HTTP/1.1" 200 825 0.005405 10.0.0.23 - - [2026-01-15 02:13:18] "POST /id-to-fqname HTTP/1.1" 200 220 0.001310 10.0.0.23 - - [2026-01-15 02:13:18] "GET /virtual-network/c2752214-7bb5-4da1-8958-e13ad2ee41fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.004843 10.0.0.23 - - [2026-01-15 02:13:18] "POST /neutron/network HTTP/1.1" 200 825 0.005274 10.0.0.23 - - [2026-01-15 02:13:18] "GET /virtual-network/c2752214-7bb5-4da1-8958-e13ad2ee41fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005923 10.0.0.23 - - [2026-01-15 02:13:19] "POST /neutron/network HTTP/1.1" 200 825 0.005342 10.0.0.23 - - [2026-01-15 02:13:19] "POST /neutron/subnet HTTP/1.1" 200 729 0.007147 10.0.0.23 - - [2026-01-15 02:13:19] "POST /id-to-fqname HTTP/1.1" 200 220 0.001199 10.0.0.23 - - [2026-01-15 02:13:19] "POST /neutron/network HTTP/1.1" 200 835 0.005265 10.0.0.23 - - [2026-01-15 02:13:19] "GET /aaa-mode HTTP/1.1" 401 292 0.000399 10.0.0.23 - - [2026-01-15 02:13:19] "GET / HTTP/1.1" 200 35931 0.001637 10.0.0.23 - - [2026-01-15 02:13:19] "GET /project/b30a96f2-418b-4d19-ad02-f616bf042ecf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000394 10.0.0.23 - - [2026-01-15 02:13:19] "GET /projects?obj_uuids=b30a96f2-418b-4d19-ad02-f616bf042ecf&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001049 10.0.0.23 - - [2026-01-15 02:13:19] "GET /project/b30a96f2-418b-4d19-ad02-f616bf042ecf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.060431 10.0.0.23 - - [2026-01-15 02:13:19] "POST /neutron/network HTTP/1.1" 200 825 0.006375 10.0.0.23 - - [2026-01-15 02:13:20] "POST /neutron/port HTTP/1.1" 200 117 0.004916 10.0.0.23 - - [2026-01-15 02:13:20] "POST /neutron/port HTTP/1.1" 200 117 0.004909 10.0.0.23 - - [2026-01-15 02:13:20] "POST /neutron/port HTTP/1.1" 200 117 0.004875 10.0.0.23 - - [2026-01-15 02:13:20] "POST /neutron/network HTTP/1.1" 200 835 0.005492 10.0.0.23 - - [2026-01-15 02:13:20] "GET /projects?obj_uuids=b30a96f2-418b-4d19-ad02-f616bf042ecf&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001341 10.0.0.23 - - [2026-01-15 02:13:20] "POST /neutron/port HTTP/1.1" 200 1061 0.233708 10.0.0.23 - - [2026-01-15 02:13:20] "POST /neutron/port HTTP/1.1" 200 1061 0.010570 10.0.0.23 - - [2026-01-15 02:13:20] "POST /neutron/port HTTP/1.1" 200 1061 0.011414 10.0.0.23 - - [2026-01-15 02:13:20] "POST /neutron/port HTTP/1.1" 200 1115 0.055170 10.0.0.23 - - [2026-01-15 02:13:20] "POST /neutron/port HTTP/1.1" 200 1125 0.012195 10.0.0.23 - - [2026-01-15 02:13:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003095 10.0.0.23 - - [2026-01-15 02:13:21] "POST /neutron/subnet HTTP/1.1" 200 703 0.007707 10.0.0.23 - - [2026-01-15 02:13:21] "POST /neutron/port HTTP/1.1" 200 117 0.001431 10.0.0.23 - - [2026-01-15 02:13:21] "POST /neutron/network HTTP/1.1" 200 825 0.005522 10.0.0.23 - - [2026-01-15 02:13:25] "POST /neutron/port HTTP/1.1" 200 1125 0.011758 10.0.0.23 - - [2026-01-15 02:13:25] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005145 10.0.0.23 - - [2026-01-15 02:13:25] "POST /neutron/port HTTP/1.1" 200 1125 0.013643 10.0.0.23 - - [2026-01-15 02:13:25] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005857 10.0.0.23 - - [2026-01-15 02:13:25] "POST /neutron/port HTTP/1.1" 200 1125 0.014991 10.0.0.23 - - [2026-01-15 02:13:25] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006011 10.0.0.23 - - [2026-01-15 02:13:25] "GET /virtual-machine/6a44d50e-7186-491e-911a-2cd3091e2540 HTTP/1.1" 200 1292 0.004365 10.0.0.23 - - [2026-01-15 02:13:25] "GET /virtual-machine-interface/195d5108-c6f7-4742-9624-c10c348ef419 HTTP/1.1" 200 2941 0.004384 10.0.0.23 - - [2026-01-15 02:13:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003026 10.0.0.23 - - [2026-01-15 02:13:25] "GET /global-vrouter-config/3c3c8a9c-add7-4dd6-83b8-c8c9d45127ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003892 10.0.0.23 - - [2026-01-15 02:13:25] "GET /virtual-networks?parent_id=b30a96f2-418b-4d19-ad02-f616bf042ecf&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003409 10.0.0.23 - - [2026-01-15 02:13:25] "GET /virtual-network/c2752214-7bb5-4da1-8958-e13ad2ee41fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005595 10.0.0.23 - - [2026-01-15 02:13:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002634 10.0.0.23 - - [2026-01-15 02:13:28] "GET /virtual-network/c2752214-7bb5-4da1-8958-e13ad2ee41fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.079127 10.0.0.23 - - [2026-01-15 02:13:30] "POST /neutron/port HTTP/1.1" 200 1125 0.011195 10.0.0.23 - - [2026-01-15 02:13:30] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005576 10.0.0.23 - - [2026-01-15 02:13:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003276 10.0.0.23 - - [2026-01-15 02:13:32] "GET /global-vrouter-config/3c3c8a9c-add7-4dd6-83b8-c8c9d45127ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.002513 10.0.0.23 - - [2026-01-15 02:13:32] "GET /virtual-networks?parent_id=b30a96f2-418b-4d19-ad02-f616bf042ecf&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003176 10.0.0.23 - - [2026-01-15 02:13:33] "GET /virtual-network/c2752214-7bb5-4da1-8958-e13ad2ee41fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.004851 10.0.0.23 - - [2026-01-15 02:13:33] "POST /neutron/port HTTP/1.1" 200 1125 0.011574 10.0.0.23 - - [2026-01-15 02:13:33] "POST /neutron/port HTTP/1.1" 200 1125 0.012467 10.0.0.23 - - [2026-01-15 02:13:33] "POST /neutron/network HTTP/1.1" 200 835 0.004852 10.0.0.23 - - [2026-01-15 02:13:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003590 10.0.0.23 - - [2026-01-15 02:13:33] "POST /neutron/subnet HTTP/1.1" 200 703 0.006399 10.0.0.23 - - [2026-01-15 02:13:33] "POST /neutron/port HTTP/1.1" 200 117 0.001200 10.0.0.23 - - [2026-01-15 02:13:33] "POST /neutron/network HTTP/1.1" 200 825 0.004772 10.0.0.23 - - [2026-01-15 02:13:34] "POST /neutron/network HTTP/1.1" 200 825 0.006866 10.0.0.23 - - [2026-01-15 02:13:34] "POST /neutron/network HTTP/1.1" 400 204 0.008567 10.0.0.23 - - [2026-01-15 02:13:35] "POST /neutron/port HTTP/1.1" 200 1125 0.010838 10.0.0.23 - - [2026-01-15 02:13:35] "POST /neutron/port HTTP/1.1" 200 1115 0.008561 10.0.0.23 - - [2026-01-15 02:13:35] "POST /neutron/port HTTP/1.1" 200 151 0.084586 10.0.0.23 - - [2026-01-15 02:13:37] "POST /neutron/network HTTP/1.1" 200 825 0.005908 10.0.0.23 - - [2026-01-15 02:13:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003977 10.0.0.23 - - [2026-01-15 02:13:37] "POST /useragent-kv HTTP/1.1" 200 115 0.003174 10.0.0.23 - - [2026-01-15 02:13:37] "POST /useragent-kv HTTP/1.1" 200 115 0.001706 10.0.0.23 - - [2026-01-15 02:13:37] "POST /neutron/network HTTP/1.1" 200 151 0.081643 10.0.0.23 - - [2026-01-15 02:13:37] "DELETE /route-target/63eb94cd-bbc3-47d9-b410-ea9186e20416 HTTP/1.1" 200 115 0.017479 10.0.0.23 - - [2026-01-15 02:13:37] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003114 10.0.0.23 - - [2026-01-15 02:13:37] "POST /network-ipams HTTP/1.1" 200 541 0.019707 10.0.0.23 - - [2026-01-15 02:13:37] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 764 0.003603 10.0.0.23 - - [2026-01-15 02:13:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004598 10.0.0.23 - - [2026-01-15 02:13:37] "GET /network-ipam/ea02bc45-ff30-4e27-885f-4fac530e310f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1329 0.006261 10.0.0.23 - - [2026-01-15 02:13:37] "PUT /network-ipam/ea02bc45-ff30-4e27-885f-4fac530e310f HTTP/1.1" 200 258 0.010216 10.0.0.23 - - [2026-01-15 02:13:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002628 10.0.0.23 - - [2026-01-15 02:13:37] "GET /projects?obj_uuids=b30a96f2-418b-4d19-ad02-f616bf042ecf&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001206 10.0.0.23 - - [2026-01-15 02:13:38] "GET /project/b30a96f2-418b-4d19-ad02-f616bf042ecf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.028952 10.0.0.23 - - [2026-01-15 02:13:38] "POST /neutron/network HTTP/1.1" 200 117 0.010778 10.0.0.23 - - [2026-01-15 02:13:38] "GET /projects?obj_uuids=b30a96f2-418b-4d19-ad02-f616bf042ecf&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001164 10.0.0.23 - - [2026-01-15 02:13:38] "POST /neutron/network HTTP/1.1" 200 605 0.083241 10.0.0.23 - - [2026-01-15 02:13:38] "POST /route-targets HTTP/1.1" 200 327 0.012526 10.0.0.23 - - [2026-01-15 02:13:38] "POST /ref-update HTTP/1.1" 200 156 0.014260 10.0.0.23 - - [2026-01-15 02:13:38] "POST /useragent-kv HTTP/1.1" 200 115 0.005893 10.0.0.23 - - [2026-01-15 02:13:38] "POST /neutron/subnet HTTP/1.1" 200 699 0.197142 10.0.0.23 - - [2026-01-15 02:13:38] "POST /useragent-kv HTTP/1.1" 200 115 0.002880 10.0.0.23 - - [2026-01-15 02:13:38] "POST /neutron/subnet HTTP/1.1" 200 699 0.162202 10.0.0.23 - - [2026-01-15 02:13:38] "POST /neutron/network HTTP/1.1" 200 994 0.007328 10.0.0.23 - - [2026-01-15 02:13:38] "POST /id-to-fqname HTTP/1.1" 200 220 0.001259 10.0.0.23 - - [2026-01-15 02:13:38] "GET /virtual-network/b8251e1f-d92e-449d-9974-09cbde126dd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.004094 10.0.0.23 - - [2026-01-15 02:13:38] "POST /neutron/network HTTP/1.1" 200 994 0.006606 10.0.0.23 - - [2026-01-15 02:13:38] "GET /virtual-network/b8251e1f-d92e-449d-9974-09cbde126dd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.004079 10.0.0.23 - - [2026-01-15 02:13:38] "POST /neutron/network HTTP/1.1" 200 994 0.007792 10.0.0.23 - - [2026-01-15 02:13:38] "POST /neutron/subnet HTTP/1.1" 200 699 0.006292 10.0.0.23 - - [2026-01-15 02:13:38] "POST /neutron/subnet HTTP/1.1" 200 699 0.006306 10.0.0.23 - - [2026-01-15 02:13:38] "POST /neutron/network HTTP/1.1" 200 994 0.006048 10.0.0.23 - - [2026-01-15 02:13:38] "POST /neutron/subnet HTTP/1.1" 200 699 0.005841 10.0.0.23 - - [2026-01-15 02:13:38] "POST /neutron/subnet HTTP/1.1" 200 699 0.006316 10.0.0.23 - - [2026-01-15 02:13:38] "GET /projects?obj_uuids=b30a96f2-418b-4d19-ad02-f616bf042ecf&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001193 10.0.0.23 - - [2026-01-15 02:13:38] "POST /neutron/port HTTP/1.1" 200 1017 0.153003 10.0.0.23 - - [2026-01-15 02:13:39] "GET /projects?obj_uuids=b30a96f2-418b-4d19-ad02-f616bf042ecf&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001034 10.0.0.23 - - [2026-01-15 02:13:39] "POST /neutron/port HTTP/1.1" 200 1017 0.149713 10.0.0.23 - - [2026-01-15 02:13:39] "POST /id-to-fqname HTTP/1.1" 200 220 0.001225 10.0.0.23 - - [2026-01-15 02:13:39] "POST /neutron/port HTTP/1.1" 200 1017 0.008861 10.0.0.23 - - [2026-01-15 02:13:39] "POST /neutron/port HTTP/1.1" 200 1017 0.007613 10.0.0.23 - - [2026-01-15 02:13:39] "POST /neutron/network HTTP/1.1" 200 994 0.005603 10.0.0.23 - - [2026-01-15 02:13:39] "POST /neutron/port HTTP/1.1" 200 1017 0.007739 10.0.0.23 - - [2026-01-15 02:13:39] "POST /neutron/port HTTP/1.1" 200 117 0.004678 10.0.0.23 - - [2026-01-15 02:13:39] "POST /neutron/port HTTP/1.1" 200 1017 0.017861 10.0.0.23 - - [2026-01-15 02:13:39] "POST /neutron/port HTTP/1.1" 200 117 0.007785 10.0.0.23 - - [2026-01-15 02:13:39] "POST /id-to-fqname HTTP/1.1" 200 220 0.002326 10.0.0.23 - - [2026-01-15 02:13:39] "POST /neutron/port HTTP/1.1" 200 117 0.005257 10.0.0.23 - - [2026-01-15 02:13:39] "POST /neutron/port HTTP/1.1" 200 1017 0.009337 10.0.0.23 - - [2026-01-15 02:13:39] "POST /neutron/port HTTP/1.1" 200 1017 0.009698 10.0.0.23 - - [2026-01-15 02:13:39] "POST /neutron/network HTTP/1.1" 200 994 0.006558 10.0.0.23 - - [2026-01-15 02:13:39] "POST /neutron/port HTTP/1.1" 200 1017 0.010322 10.0.0.23 - - [2026-01-15 02:13:39] "POST /neutron/port HTTP/1.1" 200 1017 0.008859 10.0.0.23 - - [2026-01-15 02:13:39] "POST /neutron/port HTTP/1.1" 200 117 0.009776 10.0.0.23 - - [2026-01-15 02:13:40] "POST /neutron/port HTTP/1.1" 200 117 0.010321 10.0.0.23 - - [2026-01-15 02:13:40] "POST /id-to-fqname HTTP/1.1" 200 220 0.001674 10.0.0.23 - - [2026-01-15 02:13:40] "POST /neutron/port HTTP/1.1" 200 1017 0.016730 10.0.0.23 - - [2026-01-15 02:13:40] "POST /neutron/network HTTP/1.1" 200 1004 0.005407 10.0.0.23 - - [2026-01-15 02:13:40] "POST /neutron/port HTTP/1.1" 200 1017 0.008654 10.0.0.23 - - [2026-01-15 02:13:40] "POST /neutron/port HTTP/1.1" 200 1017 0.012633 10.0.0.23 - - [2026-01-15 02:13:40] "POST /neutron/port HTTP/1.1" 200 117 0.008574 10.0.0.23 - - [2026-01-15 02:13:40] "POST /neutron/port HTTP/1.1" 200 1109 0.072593 10.0.0.23 - - [2026-01-15 02:13:40] "POST /neutron/network HTTP/1.1" 200 1004 0.006248 10.0.0.23 - - [2026-01-15 02:13:40] "POST /neutron/port HTTP/1.1" 200 1119 0.017877 10.0.0.23 - - [2026-01-15 02:13:40] "GET /aaa-mode HTTP/1.1" 401 292 0.000644 10.0.0.23 - - [2026-01-15 02:13:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003669 10.0.0.23 - - [2026-01-15 02:13:40] "POST /neutron/subnet HTTP/1.1" 200 673 0.010004 10.0.0.23 - - [2026-01-15 02:13:40] "POST /neutron/port HTTP/1.1" 200 117 0.001145 10.0.0.23 - - [2026-01-15 02:13:40] "POST /neutron/network HTTP/1.1" 200 994 0.007260 10.0.0.23 - - [2026-01-15 02:13:40] "POST /neutron/port HTTP/1.1" 200 1017 0.009333 10.0.0.23 - - [2026-01-15 02:13:40] "POST /neutron/network HTTP/1.1" 200 1004 0.005128 10.0.0.23 - - [2026-01-15 02:13:40] "POST /neutron/port HTTP/1.1" 200 1017 0.009612 10.0.0.23 - - [2026-01-15 02:13:40] "POST /neutron/port HTTP/1.1" 200 1017 0.009691 10.0.0.23 - - [2026-01-15 02:13:40] "GET / HTTP/1.1" 200 35931 0.001380 10.0.0.23 - - [2026-01-15 02:13:40] "GET /project/b30a96f2-418b-4d19-ad02-f616bf042ecf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000458 10.0.0.23 - - [2026-01-15 02:13:40] "POST /neutron/port HTTP/1.1" 200 1109 0.082794 10.0.0.23 - - [2026-01-15 02:13:40] "POST /neutron/port HTTP/1.1" 200 1119 0.014192 10.0.0.23 - - [2026-01-15 02:13:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003570 10.0.0.23 - - [2026-01-15 02:13:40] "POST /neutron/subnet HTTP/1.1" 200 673 0.009367 10.0.0.23 - - [2026-01-15 02:13:40] "POST /neutron/port HTTP/1.1" 200 117 0.001218 10.0.0.23 - - [2026-01-15 02:13:40] "POST /neutron/network HTTP/1.1" 200 994 0.008992 10.0.0.23 - - [2026-01-15 02:13:41] "GET /projects?obj_uuids=b30a96f2-418b-4d19-ad02-f616bf042ecf&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000962 10.0.0.23 - - [2026-01-15 02:13:41] "GET /project/b30a96f2-418b-4d19-ad02-f616bf042ecf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.066093 10.0.0.23 - - [2026-01-15 02:13:41] "POST /neutron/network HTTP/1.1" 200 994 0.010742 10.0.0.23 - - [2026-01-15 02:13:41] "POST /neutron/port HTTP/1.1" 200 2086 0.034806 10.0.0.23 - - [2026-01-15 02:13:41] "POST /neutron/security_group HTTP/1.1" 200 2058 0.012364 10.0.0.23 - - [2026-01-15 02:13:41] "POST /neutron/port HTTP/1.1" 200 117 0.006597 10.0.0.23 - - [2026-01-15 02:13:41] "GET /domains HTTP/1.1" 200 280 0.005362 10.0.0.23 - - [2026-01-15 02:13:41] "GET /domains?obj_uuids=64e99420-c75c-4c07-a68a-16b5f119e548&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000909 10.0.0.23 - - [2026-01-15 02:13:41] "GET /domain/64e99420-c75c-4c07-a68a-16b5f119e548 HTTP/1.1" 200 2760 0.009090 10.0.0.23 - - [2026-01-15 02:13:41] "GET /projects?obj_uuids=b30a96f2-418b-4d19-ad02-f616bf042ecf&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001310 10.0.0.23 - - [2026-01-15 02:13:41] "GET /project/b30a96f2-418b-4d19-ad02-f616bf042ecf HTTP/1.1" 200 2842 0.074419 10.0.0.23 - - [2026-01-15 02:13:41] "GET /network-ipam/ea02bc45-ff30-4e27-885f-4fac530e310f HTTP/1.1" 200 2646 0.014444 10.0.0.23 - - [2026-01-15 02:13:41] "GET /domains HTTP/1.1" 200 280 0.003283 10.0.0.23 - - [2026-01-15 02:13:41] "GET /domains?obj_uuids=64e99420-c75c-4c07-a68a-16b5f119e548&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001829 10.0.0.23 - - [2026-01-15 02:13:41] "GET /domain/64e99420-c75c-4c07-a68a-16b5f119e548 HTTP/1.1" 200 2760 0.010753 10.0.0.23 - - [2026-01-15 02:13:41] "GET /projects?obj_uuids=b30a96f2-418b-4d19-ad02-f616bf042ecf&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001277 10.0.0.23 - - [2026-01-15 02:13:41] "GET /project/b30a96f2-418b-4d19-ad02-f616bf042ecf HTTP/1.1" 200 2842 0.074759 10.0.0.23 - - [2026-01-15 02:13:41] "GET /virtual-network/b8251e1f-d92e-449d-9974-09cbde126dd4 HTTP/1.1" 200 3781 0.008703 10.0.0.23 - - [2026-01-15 02:13:41] "GET /virtual-network/b8251e1f-d92e-449d-9974-09cbde126dd4 HTTP/1.1" 200 3781 0.008941 10.0.0.23 - - [2026-01-15 02:13:41] "GET /routing-instance/581d4053-3457-4db6-ae82-25b3e309f05f HTTP/1.1" 200 2380 0.005917 10.0.0.23 - - [2026-01-15 02:13:41] "GET /routing-instance/581d4053-3457-4db6-ae82-25b3e309f05f HTTP/1.1" 200 2380 0.004048 10.0.0.23 - - [2026-01-15 02:13:41] "GET /route-target/eef8eedd-420e-4ff5-946b-da839ec002a8 HTTP/1.1" 200 1205 0.003418 10.0.0.23 - - [2026-01-15 02:13:41] "GET /virtual-network/b8251e1f-d92e-449d-9974-09cbde126dd4 HTTP/1.1" 200 3781 0.004597 10.0.0.23 - - [2026-01-15 02:13:41] "GET /routing-instance/581d4053-3457-4db6-ae82-25b3e309f05f HTTP/1.1" 200 2380 0.003728 10.0.0.23 - - [2026-01-15 02:13:41] "GET /virtual-network/b8251e1f-d92e-449d-9974-09cbde126dd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.005521 10.0.0.23 - - [2026-01-15 02:13:41] "GET /virtual-network/b8251e1f-d92e-449d-9974-09cbde126dd4 HTTP/1.1" 200 3781 0.006154 10.0.0.23 - - [2026-01-15 02:13:41] "GET /routing-instance/581d4053-3457-4db6-ae82-25b3e309f05f HTTP/1.1" 200 2380 0.003444 10.0.0.23 - - [2026-01-15 02:13:41] "GET /routing-instance/581d4053-3457-4db6-ae82-25b3e309f05f HTTP/1.1" 200 2380 0.009231 10.0.0.23 - - [2026-01-15 02:13:41] "GET /route-target/eef8eedd-420e-4ff5-946b-da839ec002a8 HTTP/1.1" 200 1205 0.003244 10.0.0.23 - - [2026-01-15 02:13:41] "GET /domains HTTP/1.1" 200 280 0.002767 10.0.0.23 - - [2026-01-15 02:13:41] "GET /domains?obj_uuids=64e99420-c75c-4c07-a68a-16b5f119e548&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000921 10.0.0.23 - - [2026-01-15 02:13:41] "GET /domain/64e99420-c75c-4c07-a68a-16b5f119e548 HTTP/1.1" 200 2760 0.006846 10.0.0.23 - - [2026-01-15 02:13:41] "GET /projects?obj_uuids=b30a96f2-418b-4d19-ad02-f616bf042ecf&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000826 10.0.0.23 - - [2026-01-15 02:13:41] "GET /project/b30a96f2-418b-4d19-ad02-f616bf042ecf HTTP/1.1" 200 2842 0.080814 10.0.0.23 - - [2026-01-15 02:13:41] "GET /virtual-network/b8251e1f-d92e-449d-9974-09cbde126dd4 HTTP/1.1" 200 3781 0.005287 10.0.0.23 - - [2026-01-15 02:13:41] "POST /neutron/network HTTP/1.1" 200 1004 0.005504 10.0.0.23 - - [2026-01-15 02:13:41] "GET /projects?obj_uuids=b30a96f2-418b-4d19-ad02-f616bf042ecf&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000973 10.0.0.23 - - [2026-01-15 02:13:42] "POST /neutron/port HTTP/1.1" 200 1055 0.253254 10.0.0.23 - - [2026-01-15 02:13:42] "POST /neutron/port HTTP/1.1" 200 1055 0.015382 10.0.0.23 - - [2026-01-15 02:13:42] "POST /neutron/port HTTP/1.1" 200 1055 0.017532 10.0.0.23 - - [2026-01-15 02:13:42] "POST /neutron/port HTTP/1.1" 200 1109 0.091075 10.0.0.23 - - [2026-01-15 02:13:42] "GET /obj-perms HTTP/1.1" 200 5030 0.111631 10.0.0.23 - - [2026-01-15 02:13:42] "POST /neutron/port HTTP/1.1" 200 1119 0.017834 10.0.0.23 - - [2026-01-15 02:13:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004367 10.0.0.23 - - [2026-01-15 02:13:42] "POST /neutron/port HTTP/1.1" 200 1119 0.017908 10.0.0.23 - - [2026-01-15 02:13:42] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005132 10.0.0.23 - - [2026-01-15 02:13:42] "POST /neutron/subnet HTTP/1.1" 200 673 0.007297 10.0.0.23 - - [2026-01-15 02:13:42] "POST /neutron/port HTTP/1.1" 200 117 0.001166 10.0.0.23 - - [2026-01-15 02:13:42] "POST /neutron/network HTTP/1.1" 200 994 0.008019 10.0.0.23 - - [2026-01-15 02:13:42] "POST /neutron/port HTTP/1.1" 200 1119 0.011792 10.0.0.23 - - [2026-01-15 02:13:42] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008382 10.0.0.23 - - [2026-01-15 02:13:42] "POST /neutron/port HTTP/1.1" 200 1119 0.010742 10.0.0.23 - - [2026-01-15 02:13:42] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005599 10.0.0.23 - - [2026-01-15 02:13:42] "GET /virtual-machine/3bd090b2-34ae-4a24-a83b-15fe4bb84d1b HTTP/1.1" 200 1288 0.006453 10.0.0.23 - - [2026-01-15 02:13:42] "GET /virtual-machine-interface/52e6265e-e6be-4051-bfcb-e8b168d80dc2 HTTP/1.1" 200 2941 0.009868 10.0.0.23 - - [2026-01-15 02:13:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003283 10.0.0.23 - - [2026-01-15 02:13:42] "GET /global-vrouter-config/3c3c8a9c-add7-4dd6-83b8-c8c9d45127ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003670 10.0.0.23 - - [2026-01-15 02:13:42] "GET /virtual-networks?parent_id=b30a96f2-418b-4d19-ad02-f616bf042ecf&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004612 10.0.0.23 - - [2026-01-15 02:13:42] "GET /virtual-network/b8251e1f-d92e-449d-9974-09cbde126dd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.004947 10.0.0.23 - - [2026-01-15 02:13:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002836 10.0.0.23 - - [2026-01-15 02:13:45] "GET /virtual-network/b8251e1f-d92e-449d-9974-09cbde126dd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.004745 10.0.0.23 - - [2026-01-15 02:13:49] "DELETE /project/b30a96f2418b4d19ad02f616bf042ecf HTTP/1.1" 404 173 0.004660 10.0.0.23 - - [2026-01-15 02:13:49] "GET /projects?obj_uuids=6577f793-c340-44d9-8bd6-108ba92854c6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000842 10.0.0.23 - - [2026-01-15 02:13:49] "GET /project/6577f793-c340-44d9-8bd6-108ba92854c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1471 0.026251 10.0.0.23 - - [2026-01-15 02:13:49] "GET /projects?obj_uuids=6577f793-c340-44d9-8bd6-108ba92854c6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001222 10.0.0.23 - - [2026-01-15 02:13:49] "GET /project/6577f793-c340-44d9-8bd6-108ba92854c6?fields=security_groups HTTP/1.1" 200 1365 0.072029 10.0.0.23 - - [2026-01-15 02:13:49] "DELETE /security-group/c5866ffe-6b84-4dd9-9142-0fd2bbe6db27 HTTP/1.1" 200 115 0.036358 10.0.0.23 - - [2026-01-15 02:13:49] "GET /projects?obj_uuids=6577f793-c340-44d9-8bd6-108ba92854c6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001320 10.0.0.23 - - [2026-01-15 02:13:49] "DELETE /access-control-list/4733167d-858d-4c30-8288-024fd3f26c78 HTTP/1.1" 200 115 0.021259 10.0.0.23 - - [2026-01-15 02:13:49] "GET /project/6577f793-c340-44d9-8bd6-108ba92854c6?fields=application_policy_sets HTTP/1.1" 200 1404 0.033645 10.0.0.23 - - [2026-01-15 02:13:49] "DELETE /access-control-list/d5c02387-c691-4a14-b581-b9cc170bcca0 HTTP/1.1" 200 115 0.026702 10.0.0.23 - - [2026-01-15 02:13:49] "DELETE /project/6577f793-c340-44d9-8bd6-108ba92854c6 HTTP/1.1" 200 115 0.331497 10.0.0.23 - - [2026-01-15 02:13:49] "POST /neutron/port HTTP/1.1" 200 1119 0.015107 10.0.0.23 - - [2026-01-15 02:13:49] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006311 10.0.0.23 - - [2026-01-15 02:13:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.005425 10.0.0.23 - - [2026-01-15 02:13:50] "GET /virtual-network/b8251e1f-d92e-449d-9974-09cbde126dd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.006175 10.0.0.23 - - [2026-01-15 02:13:50] "POST /neutron/port HTTP/1.1" 200 1119 0.011820 10.0.0.23 - - [2026-01-15 02:13:50] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004944 10.0.0.23 - - [2026-01-15 02:13:51] "POST /neutron/port HTTP/1.1" 200 1119 0.011874 10.0.0.23 - - [2026-01-15 02:13:51] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008662 10.0.0.23 - - [2026-01-15 02:13:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003666 10.0.0.23 - - [2026-01-15 02:13:52] "GET /global-vrouter-config/3c3c8a9c-add7-4dd6-83b8-c8c9d45127ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003487 10.0.0.23 - - [2026-01-15 02:13:52] "GET /virtual-networks?parent_id=b30a96f2-418b-4d19-ad02-f616bf042ecf&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003035 10.0.0.23 - - [2026-01-15 02:13:52] "GET /virtual-network/b8251e1f-d92e-449d-9974-09cbde126dd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.006311 10.0.0.23 - - [2026-01-15 02:13:52] "POST /neutron/port HTTP/1.1" 200 1119 0.015811 10.0.0.23 - - [2026-01-15 02:13:52] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006234 10.0.0.23 - - [2026-01-15 02:13:52] "POST /neutron/port HTTP/1.1" 200 1119 0.013761 10.0.0.23 - - [2026-01-15 02:13:52] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005803 10.0.0.23 - - [2026-01-15 02:13:52] "POST /neutron/port HTTP/1.1" 200 1119 0.011407 10.0.0.23 - - [2026-01-15 02:13:52] "POST /neutron/security_group HTTP/1.1" 200 2058 0.010570 10.0.0.23 - - [2026-01-15 02:13:52] "GET /virtual-machine/0e5527b0-9e89-4e72-b95c-0c40e6883cc4 HTTP/1.1" 200 1288 0.004459 10.0.0.23 - - [2026-01-15 02:13:52] "GET /virtual-machine-interface/2ae94548-de33-498d-b1db-cd7d30a1e9f9 HTTP/1.1" 200 2941 0.006443 10.0.0.23 - - [2026-01-15 02:13:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002902 10.0.0.23 - - [2026-01-15 02:13:52] "GET /global-vrouter-config/3c3c8a9c-add7-4dd6-83b8-c8c9d45127ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003108 10.0.0.23 - - [2026-01-15 02:13:52] "GET /virtual-networks?parent_id=b30a96f2-418b-4d19-ad02-f616bf042ecf&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002747 10.0.0.23 - - [2026-01-15 02:13:52] "GET /virtual-network/b8251e1f-d92e-449d-9974-09cbde126dd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.005002 10.0.0.23 - - [2026-01-15 02:13:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003379 10.0.0.23 - - [2026-01-15 02:13:53] "GET /global-vrouter-config/3c3c8a9c-add7-4dd6-83b8-c8c9d45127ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003628 10.0.0.23 - - [2026-01-15 02:13:54] "GET /virtual-networks?parent_id=b30a96f2-418b-4d19-ad02-f616bf042ecf&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002947 10.0.0.23 - - [2026-01-15 02:13:54] "GET /virtual-network/b8251e1f-d92e-449d-9974-09cbde126dd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.006649 10.0.0.23 - - [2026-01-15 02:13:54] "POST /neutron/port HTTP/1.1" 200 1119 0.012975 10.0.0.23 - - [2026-01-15 02:13:54] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005665 10.0.0.23 - - [2026-01-15 02:13:54] "POST /neutron/port HTTP/1.1" 200 1119 0.012237 10.0.0.23 - - [2026-01-15 02:13:54] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006214 10.0.0.23 - - [2026-01-15 02:13:54] "POST /neutron/port HTTP/1.1" 200 1119 0.017818 10.0.0.23 - - [2026-01-15 02:13:54] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005190 10.0.0.23 - - [2026-01-15 02:13:54] "GET /virtual-machine/3b34a5af-db72-4de8-b84e-5879dfb4f24a HTTP/1.1" 200 1292 0.004575 10.0.0.23 - - [2026-01-15 02:13:54] "GET /virtual-machine-interface/0465255d-56f0-41aa-b592-364f95f808ed HTTP/1.1" 200 2940 0.006804 10.0.0.23 - - [2026-01-15 02:13:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003224 10.0.0.23 - - [2026-01-15 02:13:54] "GET /global-vrouter-config/3c3c8a9c-add7-4dd6-83b8-c8c9d45127ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003432 10.0.0.23 - - [2026-01-15 02:13:54] "GET /virtual-networks?parent_id=b30a96f2-418b-4d19-ad02-f616bf042ecf&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002959 10.0.0.23 - - [2026-01-15 02:13:54] "GET /virtual-network/b8251e1f-d92e-449d-9974-09cbde126dd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.005294 10.0.0.23 - - [2026-01-15 02:13:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002805 10.0.0.23 - - [2026-01-15 02:13:55] "GET /global-vrouter-config/3c3c8a9c-add7-4dd6-83b8-c8c9d45127ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003420 10.0.0.23 - - [2026-01-15 02:13:55] "GET /virtual-networks?parent_id=b30a96f2-418b-4d19-ad02-f616bf042ecf&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003257 10.0.0.23 - - [2026-01-15 02:13:55] "GET /virtual-network/b8251e1f-d92e-449d-9974-09cbde126dd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.005225 10.0.0.23 - - [2026-01-15 02:13:57] "GET /obj-perms HTTP/1.1" 200 5056 0.055276 10.0.0.23 - - [2026-01-15 02:13:57] "GET /obj-perms HTTP/1.1" 200 5056 0.059593 10.0.0.23 - - [2026-01-15 02:14:11] "POST /neutron/port HTTP/1.1" 200 1109 0.009501 10.0.0.23 - - [2026-01-15 02:14:11] "POST /neutron/port HTTP/1.1" 200 1109 0.009700 10.0.0.23 - - [2026-01-15 02:14:12] "POST /neutron/port HTTP/1.1" 200 151 0.104025 10.0.0.23 - - [2026-01-15 02:14:12] "POST /neutron/port HTTP/1.1" 200 1109 0.011687 10.0.0.23 - - [2026-01-15 02:14:12] "POST /neutron/port HTTP/1.1" 200 1109 0.011257 10.0.0.23 - - [2026-01-15 02:14:12] "POST /neutron/port HTTP/1.1" 200 1119 0.010539 10.0.0.23 - - [2026-01-15 02:14:12] "POST /neutron/port HTTP/1.1" 200 1109 0.017815 10.0.0.23 - - [2026-01-15 02:14:12] "POST /neutron/port HTTP/1.1" 200 151 0.132762 10.0.0.23 - - [2026-01-15 02:14:12] "POST /neutron/network HTTP/1.1" 200 994 0.005642 10.0.0.23 - - [2026-01-15 02:14:12] "POST /neutron/network HTTP/1.1" 400 204 0.009568 10.0.0.23 - - [2026-01-15 02:14:12] "POST /neutron/port HTTP/1.1" 200 151 0.106165 10.0.0.23 - - [2026-01-15 02:14:14] "POST /neutron/network HTTP/1.1" 200 994 0.006487 10.0.0.23 - - [2026-01-15 02:14:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003186 10.0.0.23 - - [2026-01-15 02:14:14] "POST /useragent-kv HTTP/1.1" 200 115 0.002843 10.0.0.23 - - [2026-01-15 02:14:14] "POST /useragent-kv HTTP/1.1" 200 115 0.002419 10.0.0.23 - - [2026-01-15 02:14:14] "POST /useragent-kv HTTP/1.1" 200 115 0.001513 10.0.0.23 - - [2026-01-15 02:14:14] "POST /useragent-kv HTTP/1.1" 200 115 0.005184 10.0.0.23 - - [2026-01-15 02:14:14] "DELETE /route-target/eef8eedd-420e-4ff5-946b-da839ec002a8 HTTP/1.1" 200 115 0.031808 10.0.0.23 - - [2026-01-15 02:14:14] "POST /neutron/network HTTP/1.1" 200 151 0.109713 10.0.0.23 - - [2026-01-15 02:14:14] "GET /routing-instance/581d4053-3457-4db6-ae82-25b3e309f05f HTTP/1.1" 404 171 0.002292 10.0.0.23 - - [2026-01-15 02:14:14] "GET /domains HTTP/1.1" 200 280 0.002160 10.0.0.23 - - [2026-01-15 02:14:14] "GET /domains?obj_uuids=64e99420-c75c-4c07-a68a-16b5f119e548&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000956 10.0.0.23 - - [2026-01-15 02:14:14] "GET /domain/64e99420-c75c-4c07-a68a-16b5f119e548 HTTP/1.1" 200 2573 0.050734 10.0.0.23 - - [2026-01-15 02:14:14] "GET /projects?obj_uuids=b30a96f2-418b-4d19-ad02-f616bf042ecf&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000919 10.0.0.23 - - [2026-01-15 02:14:14] "GET /project/b30a96f2-418b-4d19-ad02-f616bf042ecf HTTP/1.1" 200 2085 0.070451 10.0.0.23 - - [2026-01-15 02:14:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003026 10.0.0.23 - - [2026-01-15 02:14:14] "DELETE /network-ipam/ea02bc45-ff30-4e27-885f-4fac530e310f HTTP/1.1" 200 115 0.027960 10.0.0.23 - - [2026-01-15 02:14:14] "POST /fqname-to-id HTTP/1.1" 404 211 0.002216 10.0.0.23 - - [2026-01-15 02:14:15] "GET /projects?obj_uuids=b30a96f2-418b-4d19-ad02-f616bf042ecf&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001056 10.0.0.23 - - [2026-01-15 02:14:15] "GET /project/b30a96f2-418b-4d19-ad02-f616bf042ecf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.033051 10.0.0.23 - - [2026-01-15 02:14:15] "GET /projects?obj_uuids=b30a96f2-418b-4d19-ad02-f616bf042ecf&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001378 10.0.0.23 - - [2026-01-15 02:14:15] "GET /project/b30a96f2-418b-4d19-ad02-f616bf042ecf?fields=virtual_networks HTTP/1.1" 200 1032 0.073152 10.0.0.23 - - [2026-01-15 02:14:15] "GET /projects?obj_uuids=b30a96f2-418b-4d19-ad02-f616bf042ecf&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000901 10.0.0.23 - - [2026-01-15 02:14:15] "GET /project/b30a96f2-418b-4d19-ad02-f616bf042ecf?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.036591 10.0.0.23 - - [2026-01-15 02:14:15] "GET /projects?obj_uuids=b30a96f2-418b-4d19-ad02-f616bf042ecf&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001264 10.0.0.23 - - [2026-01-15 02:14:15] "GET /project/b30a96f2-418b-4d19-ad02-f616bf042ecf?fields=security_groups HTTP/1.1" 200 1258 0.028308 10.0.0.23 - - [2026-01-15 02:14:17] "POST /neutron/port HTTP/1.1" 200 117 0.005032 10.0.0.23 - - [2026-01-15 02:14:17] "POST /neutron/port HTTP/1.1" 400 205 0.003134 10.0.0.23 - - [2026-01-15 02:14:17] "POST /neutron/port HTTP/1.1" 200 117 0.005104 10.0.0.23 - - [2026-01-15 02:14:17] "POST /neutron/port HTTP/1.1" 400 205 0.004351 10.0.0.23 - - [2026-01-15 02:14:22] "GET / HTTP/1.1" 200 35931 0.003080 10.0.0.23 - - [2026-01-15 02:14:23] "POST /fqname-to-id HTTP/1.1" 401 292 0.000423 10.0.0.23 - - [2026-01-15 02:14:23] "POST /fqname-to-id HTTP/1.1" 404 183 0.056452 10.0.0.23 - - [2026-01-15 02:14:24] "GET /projects?obj_uuids=4982c53c-00ca-48b9-aee2-cfbaaae66b3f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002690 10.0.0.23 - - [2026-01-15 02:14:24] "GET /domains?obj_uuids=64e99420-c75c-4c07-a68a-16b5f119e548&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001405 10.0.0.23 - - [2026-01-15 02:14:24] "GET /domain/64e99420-c75c-4c07-a68a-16b5f119e548?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006950 10.0.0.23 - - [2026-01-15 02:14:24] "POST /id-to-fqname HTTP/1.1" 200 185 0.003683 10.0.0.23 - - [2026-01-15 02:14:24] "POST /fqname-to-id HTTP/1.1" 404 194 0.003087 10.0.0.23 - - [2026-01-15 02:14:24] "POST /security-groups HTTP/1.1" 200 586 0.067873 10.0.0.23 - - [2026-01-15 02:14:24] "POST /fqname-to-id HTTP/1.1" 404 229 0.006409 10.0.0.23 - - [2026-01-15 02:14:24] "POST /projects HTTP/1.1" 200 575 0.213732 10.0.0.23 - - [2026-01-15 02:14:24] "POST /access-control-lists HTTP/1.1" 200 591 0.060459 10.0.0.23 - - [2026-01-15 02:14:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.284495 10.0.0.23 - - [2026-01-15 02:14:24] "POST /fqname-to-id HTTP/1.1" 404 228 0.002745 10.0.0.23 - - [2026-01-15 02:14:24] "GET /project/4982c53c-00ca-48b9-aee2-cfbaaae66b3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.401935 10.0.0.23 - - [2026-01-15 02:14:24] "POST /access-control-lists HTTP/1.1" 200 589 0.060402 10.0.0.23 - - [2026-01-15 02:14:25] "GET / HTTP/1.1" 200 35931 0.002136 10.0.0.23 - - [2026-01-15 02:14:27] "POST /fqname-to-id HTTP/1.1" 401 292 0.000453 10.0.0.23 - - [2026-01-15 02:14:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.030923 10.0.0.23 - - [2026-01-15 02:14:28] "GET /api-access-list/0d7bbab1-2d77-4171-9eac-bf18629322e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1880 0.004544 10.0.0.23 - - [2026-01-15 02:14:28] "GET /api-access-list/0d7bbab1-2d77-4171-9eac-bf18629322e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1880 0.003237 10.0.0.23 - - [2026-01-15 02:14:28] "GET /api-access-list/0d7bbab1-2d77-4171-9eac-bf18629322e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1880 0.004087 10.0.0.23 - - [2026-01-15 02:14:28] "PUT /api-access-list/0d7bbab1-2d77-4171-9eac-bf18629322e5 HTTP/1.1" 200 264 0.009479 10.0.0.23 - - [2026-01-15 02:14:28] "GET /aaa-mode HTTP/1.1" 401 292 0.000488 10.0.0.23 - - [2026-01-15 02:14:28] "GET /aaa-mode HTTP/1.1" 200 128 0.025379 10.0.0.23 - - [2026-01-15 02:14:29] "POST /fqname-to-id HTTP/1.1" 404 183 0.027172 10.0.0.23 - - [2026-01-15 02:14:29] "GET /projects?obj_uuids=69eb8009-1642-4600-9ec9-f16c33ce091e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003515 10.0.0.23 - - [2026-01-15 02:14:29] "GET /domains?obj_uuids=64e99420-c75c-4c07-a68a-16b5f119e548&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001592 10.0.0.23 - - [2026-01-15 02:14:29] "GET /domain/64e99420-c75c-4c07-a68a-16b5f119e548?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.010462 10.0.0.23 - - [2026-01-15 02:14:29] "POST /id-to-fqname HTTP/1.1" 200 185 0.001478 10.0.0.23 - - [2026-01-15 02:14:29] "POST /fqname-to-id HTTP/1.1" 404 194 0.003053 10.0.0.23 - - [2026-01-15 02:14:29] "POST /security-groups HTTP/1.1" 200 586 0.071141 10.0.0.23 - - [2026-01-15 02:14:29] "POST /fqname-to-id HTTP/1.1" 404 229 0.004909 10.0.0.23 - - [2026-01-15 02:14:29] "POST /projects HTTP/1.1" 200 575 0.237158 10.0.0.23 - - [2026-01-15 02:14:29] "POST /access-control-lists HTTP/1.1" 200 591 0.059428 10.0.0.23 - - [2026-01-15 02:14:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.306515 10.0.0.23 - - [2026-01-15 02:14:29] "POST /fqname-to-id HTTP/1.1" 404 228 0.002735 10.0.0.23 - - [2026-01-15 02:14:29] "GET /project/69eb8009-1642-4600-9ec9-f16c33ce091e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.437721 10.0.0.23 - - [2026-01-15 02:14:29] "POST /access-control-lists HTTP/1.1" 200 589 0.060477 10.0.0.23 - - [2026-01-15 02:14:30] "POST /fqname-to-id HTTP/1.1" 404 183 0.021759 10.0.0.23 - - [2026-01-15 02:14:30] "GET /projects?obj_uuids=4c859e38-d7f9-494c-a30b-7fde3fb0b80a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003411 10.0.0.23 - - [2026-01-15 02:14:30] "GET /domains?obj_uuids=64e99420-c75c-4c07-a68a-16b5f119e548&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000932 10.0.0.23 - - [2026-01-15 02:14:30] "GET /domain/64e99420-c75c-4c07-a68a-16b5f119e548?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006216 10.0.0.23 - - [2026-01-15 02:14:30] "POST /id-to-fqname HTTP/1.1" 200 185 0.001396 10.0.0.23 - - [2026-01-15 02:14:30] "POST /fqname-to-id HTTP/1.1" 404 194 0.002487 10.0.0.23 - - [2026-01-15 02:14:30] "POST /security-groups HTTP/1.1" 200 586 0.064147 10.0.0.23 - - [2026-01-15 02:14:30] "POST /fqname-to-id HTTP/1.1" 404 229 0.003953 10.0.0.23 - - [2026-01-15 02:14:30] "POST /projects HTTP/1.1" 200 575 0.210123 10.0.0.23 - - [2026-01-15 02:14:30] "POST /access-control-lists HTTP/1.1" 200 591 0.056698 10.0.0.23 - - [2026-01-15 02:14:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.285254 10.0.0.23 - - [2026-01-15 02:14:30] "POST /fqname-to-id HTTP/1.1" 404 228 0.003036 10.0.0.23 - - [2026-01-15 02:14:30] "GET /project/4c859e38-d7f9-494c-a30b-7fde3fb0b80a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.405095 10.0.0.23 - - [2026-01-15 02:14:30] "POST /access-control-lists HTTP/1.1" 200 589 0.056507 10.0.0.23 - - [2026-01-15 02:14:31] "GET / HTTP/1.1" 200 35931 0.003017 10.0.0.23 - - [2026-01-15 02:14:31] "GET / HTTP/1.1" 200 35931 0.001421 10.0.0.23 - - [2026-01-15 02:14:32] "POST /fqname-to-id HTTP/1.1" 404 183 0.002616 10.0.0.23 - - [2026-01-15 02:14:32] "POST /api-access-lists HTTP/1.1" 200 521 0.012394 10.0.0.23 - - [2026-01-15 02:14:32] "GET /api-access-list/31b07242-2d49-45a0-bc2d-2fed793a06be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1265 0.004017 10.0.0.23 - - [2026-01-15 02:14:32] "GET /api-access-list/31b07242-2d49-45a0-bc2d-2fed793a06be HTTP/1.1" 401 292 0.000420 10.0.0.23 - - [2026-01-15 02:14:32] "GET /api-access-list/31b07242-2d49-45a0-bc2d-2fed793a06be HTTP/1.1" 200 1265 0.065194 10.0.0.23 - - [2026-01-15 02:14:32] "POST /fqname-to-id HTTP/1.1" 401 292 0.000364 10.0.0.23 - - [2026-01-15 02:14:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.072012 10.0.0.23 - - [2026-01-15 02:14:33] "GET /projects?obj_uuids=69eb8009-1642-4600-9ec9-f16c33ce091e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001090 10.0.0.23 - - [2026-01-15 02:14:33] "GET /project/69eb8009-1642-4600-9ec9-f16c33ce091e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.038816 10.0.0.23 - - [2026-01-15 02:14:33] "GET /virtual-networks?parent_id=69eb8009-1642-4600-9ec9-f16c33ce091e&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010504 10.0.0.23 - - [2026-01-15 02:14:33] "POST /virtual-networks HTTP/1.1" 200 568 0.046799 10.0.0.23 - - [2026-01-15 02:14:33] "POST /route-targets HTTP/1.1" 200 327 0.021229 10.0.0.23 - - [2026-01-15 02:14:33] "POST /ref-update HTTP/1.1" 200 156 0.012414 10.0.0.23 - - [2026-01-15 02:14:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.017745 10.0.0.23 - - [2026-01-15 02:14:33] "GET /network-ipam/df544fc3-b121-4c60-b14b-10055df73ee4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.011723 10.0.0.23 - - [2026-01-15 02:14:33] "POST /useragent-kv HTTP/1.1" 200 115 0.004041 10.0.0.23 - - [2026-01-15 02:14:33] "POST /ref-update HTTP/1.1" 200 156 0.048507 10.0.0.23 - - [2026-01-15 02:14:33] "POST /neutron/network HTTP/1.1" 200 831 0.041726 10.0.0.23 - - [2026-01-15 02:14:33] "POST /neutron/network HTTP/1.1" 200 831 0.018377 10.0.0.23 - - [2026-01-15 02:14:33] "GET /virtual-network/6ebb5fd6-306c-4df8-a5fe-7f1f63de9767?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1979 0.011465 10.0.0.23 - - [2026-01-15 02:14:33] "POST /neutron/network HTTP/1.1" 200 831 0.018734 10.0.0.23 - - [2026-01-15 02:14:33] "POST /neutron/subnet HTTP/1.1" 200 673 0.021803 10.0.0.23 - - [2026-01-15 02:14:33] "GET /virtual-network/6ebb5fd6-306c-4df8-a5fe-7f1f63de9767 HTTP/1.1" 401 292 0.000432 10.0.0.23 - - [2026-01-15 02:14:34] "GET /virtual-network/6ebb5fd6-306c-4df8-a5fe-7f1f63de9767 HTTP/1.1" 200 2264 0.044544 10.0.0.23 - - [2026-01-15 02:14:34] "GET /virtual-network/6ebb5fd6-306c-4df8-a5fe-7f1f63de9767 HTTP/1.1" 401 292 0.000395 10.0.0.23 - - [2026-01-15 02:14:34] "GET /virtual-network/6ebb5fd6-306c-4df8-a5fe-7f1f63de9767 HTTP/1.1" 200 2004 0.053376 10.0.0.23 - - [2026-01-15 02:14:34] "GET /obj-perms HTTP/1.1" 200 4915 0.058828 10.0.0.23 - - [2026-01-15 02:14:34] "POST /fqname-to-id HTTP/1.1" 401 292 0.000342 10.0.0.23 - - [2026-01-15 02:14:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.025270 10.0.0.23 - - [2026-01-15 02:14:35] "GET /virtual-network/6ebb5fd6-306c-4df8-a5fe-7f1f63de9767?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1979 0.012119 10.0.0.23 - - [2026-01-15 02:14:35] "GET /obj-perms HTTP/1.1" 200 4915 0.008572 10.0.0.23 - - [2026-01-15 02:14:35] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 361 0.016568 10.0.0.23 - - [2026-01-15 02:14:35] "GET /obj-perms HTTP/1.1" 200 4915 0.074815 10.0.0.23 - - [2026-01-15 02:14:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002492 10.0.0.23 - - [2026-01-15 02:14:35] "GET /virtual-network/6ebb5fd6-306c-4df8-a5fe-7f1f63de9767?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1979 0.012013 10.0.0.23 - - [2026-01-15 02:14:36] "GET /obj-perms HTTP/1.1" 200 4915 0.008962 10.0.0.23 - - [2026-01-15 02:14:36] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 361 0.017181 10.0.0.23 - - [2026-01-15 02:14:36] "POST /id-to-fqname HTTP/1.1" 401 292 0.000615 10.0.0.23 - - [2026-01-15 02:14:36] "POST /id-to-fqname HTTP/1.1" 200 230 0.036386 10.0.0.23 - - [2026-01-15 02:14:37] "POST /neutron/network HTTP/1.1" 200 841 0.043489 10.0.0.23 - - [2026-01-15 02:14:37] "GET /aaa-mode HTTP/1.1" 401 292 0.000387 10.0.0.23 - - [2026-01-15 02:14:37] "GET / HTTP/1.1" 200 35931 0.003161 10.0.0.23 - - [2026-01-15 02:14:37] "GET /project/4c859e38-d7f9-494c-a30b-7fde3fb0b80a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000516 10.0.0.23 - - [2026-01-15 02:14:37] "GET /projects?obj_uuids=4c859e38-d7f9-494c-a30b-7fde3fb0b80a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001035 10.0.0.23 - - [2026-01-15 02:14:37] "GET /project/4c859e38-d7f9-494c-a30b-7fde3fb0b80a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.058047 10.0.0.23 - - [2026-01-15 02:14:37] "POST /neutron/network HTTP/1.1" 200 831 0.006805 10.0.0.23 - - [2026-01-15 02:14:37] "POST /neutron/port HTTP/1.1" 200 117 0.036928 10.0.0.23 - - [2026-01-15 02:14:38] "POST /neutron/port HTTP/1.1" 200 117 0.005712 10.0.0.23 - - [2026-01-15 02:14:38] "POST /neutron/port HTTP/1.1" 200 117 0.005112 10.0.0.23 - - [2026-01-15 02:14:38] "POST /neutron/network HTTP/1.1" 200 841 0.020092 10.0.0.23 - - [2026-01-15 02:14:38] "POST /neutron/network HTTP/1.1" 200 831 0.020061 10.0.0.23 - - [2026-01-15 02:14:38] "GET /projects?obj_uuids=4c859e38-d7f9-494c-a30b-7fde3fb0b80a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001562 10.0.0.23 - - [2026-01-15 02:14:38] "POST /neutron/port HTTP/1.1" 200 1055 0.346049 10.0.0.23 - - [2026-01-15 02:14:38] "POST /neutron/port HTTP/1.1" 200 1055 0.010283 10.0.0.23 - - [2026-01-15 02:14:38] "POST /neutron/port HTTP/1.1" 200 1055 0.009926 10.0.0.23 - - [2026-01-15 02:14:38] "POST /neutron/port HTTP/1.1" 200 1109 0.049931 10.0.0.23 - - [2026-01-15 02:14:38] "POST /neutron/port HTTP/1.1" 200 1119 0.015316 10.0.0.23 - - [2026-01-15 02:14:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003535 10.0.0.23 - - [2026-01-15 02:14:38] "POST /neutron/subnet HTTP/1.1" 200 647 0.006019 10.0.0.23 - - [2026-01-15 02:14:39] "POST /neutron/port HTTP/1.1" 200 117 0.001350 10.0.0.23 - - [2026-01-15 02:14:39] "POST /neutron/network HTTP/1.1" 200 831 0.004822 10.0.0.23 - - [2026-01-15 02:14:43] "POST /neutron/port HTTP/1.1" 200 1119 0.015902 10.0.0.23 - - [2026-01-15 02:14:43] "POST /neutron/security_group HTTP/1.1" 200 2053 0.005894 10.0.0.23 - - [2026-01-15 02:14:43] "POST /neutron/port HTTP/1.1" 200 1119 0.013120 10.0.0.23 - - [2026-01-15 02:14:43] "POST /neutron/security_group HTTP/1.1" 200 2053 0.007078 10.0.0.23 - - [2026-01-15 02:14:43] "POST /neutron/port HTTP/1.1" 200 1119 0.013876 10.0.0.23 - - [2026-01-15 02:14:43] "POST /neutron/security_group HTTP/1.1" 200 2053 0.005031 10.0.0.23 - - [2026-01-15 02:14:43] "POST /neutron/port HTTP/1.1" 200 1119 0.012708 10.0.0.23 - - [2026-01-15 02:14:43] "POST /neutron/security_group HTTP/1.1" 200 2053 0.005415 10.0.0.23 - - [2026-01-15 02:14:43] "GET /virtual-machine/e1ffe0fa-673a-4c00-8000-eae1a9a7fc59 HTTP/1.1" 200 1287 0.015148 10.0.0.23 - - [2026-01-15 02:14:43] "GET /virtual-machine/e1ffe0fa-673a-4c00-8000-eae1a9a7fc59 HTTP/1.1" 200 1287 0.011118 10.0.0.23 - - [2026-01-15 02:14:43] "GET /virtual-machine-interface/e7ce8df8-b96e-4ef0-a5cd-b9eed6f846ea HTTP/1.1" 200 2531 0.015664 10.0.0.23 - - [2026-01-15 02:14:43] "GET /virtual-machine/e1ffe0fa-673a-4c00-8000-eae1a9a7fc59 HTTP/1.1" 200 1287 0.011275 10.0.0.23 - - [2026-01-15 02:14:43] "GET /virtual-machine-interface/e7ce8df8-b96e-4ef0-a5cd-b9eed6f846ea HTTP/1.1" 200 2531 0.016274 10.0.0.23 - - [2026-01-15 02:14:43] "GET /instance-ip/ba9cdfaa-a674-4cd6-a77c-50ae233f95e8 HTTP/1.1" 200 1626 0.016403 10.0.0.23 - - [2026-01-15 02:14:43] "GET /virtual-machine/e1ffe0fa-673a-4c00-8000-eae1a9a7fc59 HTTP/1.1" 200 1287 0.011185 10.0.0.23 - - [2026-01-15 02:14:43] "GET /virtual-machine-interface/e7ce8df8-b96e-4ef0-a5cd-b9eed6f846ea HTTP/1.1" 200 2531 0.014714 10.0.0.23 - - [2026-01-15 02:14:43] "GET /instance-ip/ba9cdfaa-a674-4cd6-a77c-50ae233f95e8 HTTP/1.1" 200 1626 0.012752 10.0.0.23 - - [2026-01-15 02:14:43] "POST /fqname-to-id HTTP/1.1" 403 339 0.010768 10.0.0.23 - - [2026-01-15 02:14:43] "GET / HTTP/1.1" 200 35931 0.002054 10.0.0.23 - - [2026-01-15 02:14:43] "POST /fqname-to-id HTTP/1.1" 401 292 0.000591 10.0.0.23 - - [2026-01-15 02:14:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.025753 10.0.0.23 - - [2026-01-15 02:14:44] "GET /global-vrouter-config/3c3c8a9c-add7-4dd6-83b8-c8c9d45127ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003490 10.0.0.23 - - [2026-01-15 02:14:44] "GET /virtual-networks?parent_id=4c859e38-d7f9-494c-a30b-7fde3fb0b80a&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010101 10.0.0.23 - - [2026-01-15 02:14:44] "POST /fqname-to-id HTTP/1.1" 403 339 0.009295 10.0.0.23 - - [2026-01-15 02:14:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003506 10.0.0.23 - - [2026-01-15 02:14:44] "GET /global-vrouter-config/3c3c8a9c-add7-4dd6-83b8-c8c9d45127ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003703 10.0.0.23 - - [2026-01-15 02:14:44] "GET /virtual-networks?parent_id=4c859e38-d7f9-494c-a30b-7fde3fb0b80a&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.012222 10.0.0.23 - - [2026-01-15 02:14:44] "POST /fqname-to-id HTTP/1.1" 403 339 0.011400 10.0.0.23 - - [2026-01-15 02:14:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003133 10.0.0.23 - - [2026-01-15 02:14:44] "GET /global-vrouter-config/3c3c8a9c-add7-4dd6-83b8-c8c9d45127ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003175 10.0.0.23 - - [2026-01-15 02:14:44] "GET /virtual-networks?parent_id=4c859e38-d7f9-494c-a30b-7fde3fb0b80a&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.011767 10.0.0.23 - - [2026-01-15 02:14:44] "POST /fqname-to-id HTTP/1.1" 403 339 0.014448 10.0.0.23 - - [2026-01-15 02:14:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003259 10.0.0.23 - - [2026-01-15 02:14:44] "GET /global-vrouter-config/3c3c8a9c-add7-4dd6-83b8-c8c9d45127ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003874 10.0.0.23 - - [2026-01-15 02:14:44] "GET /virtual-networks?parent_id=4c859e38-d7f9-494c-a30b-7fde3fb0b80a&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010906 10.0.0.23 - - [2026-01-15 02:14:44] "POST /fqname-to-id HTTP/1.1" 403 339 0.009846 10.0.0.23 - - [2026-01-15 02:14:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002702 10.0.0.23 - - [2026-01-15 02:14:44] "GET /global-vrouter-config/3c3c8a9c-add7-4dd6-83b8-c8c9d45127ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.002874 10.0.0.23 - - [2026-01-15 02:14:44] "GET /virtual-networks?parent_id=4c859e38-d7f9-494c-a30b-7fde3fb0b80a&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010961 10.0.0.23 - - [2026-01-15 02:14:47] "POST /neutron/port HTTP/1.1" 200 1119 0.012180 10.0.0.23 - - [2026-01-15 02:14:47] "POST /neutron/security_group HTTP/1.1" 200 2053 0.005159 10.0.0.23 - - [2026-01-15 02:14:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.028518 10.0.0.23 - - [2026-01-15 02:14:48] "GET /virtual-network/6ebb5fd6-306c-4df8-a5fe-7f1f63de9767?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1979 0.013636 10.0.0.23 - - [2026-01-15 02:14:49] "DELETE /project/4c859e38d7f9494ca30b7fde3fb0b80a HTTP/1.1" 404 173 0.008419 10.0.0.23 - - [2026-01-15 02:14:49] "DELETE /project/69eb8009164246009ec9f16c33ce091e HTTP/1.1" 404 173 0.007260 10.0.0.23 - - [2026-01-15 02:14:49] "DELETE /project/4982c53c00ca48b9aee2cfbaaae66b3f HTTP/1.1" 404 173 0.006184 10.0.0.23 - - [2026-01-15 02:14:49] "GET /projects?obj_uuids=b30a96f2-418b-4d19-ad02-f616bf042ecf&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000891 10.0.0.23 - - [2026-01-15 02:14:49] "GET /project/b30a96f2-418b-4d19-ad02-f616bf042ecf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.026923 10.0.0.23 - - [2026-01-15 02:14:49] "GET /projects?obj_uuids=b30a96f2-418b-4d19-ad02-f616bf042ecf&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000941 10.0.0.23 - - [2026-01-15 02:14:49] "GET /project/b30a96f2-418b-4d19-ad02-f616bf042ecf?fields=security_groups HTTP/1.1" 200 1363 0.060928 10.0.0.23 - - [2026-01-15 02:14:49] "DELETE /security-group/e9047e84-5bd5-4678-99cd-98e4e6b1e6c4 HTTP/1.1" 200 115 0.029759 10.0.0.23 - - [2026-01-15 02:14:49] "GET /projects?obj_uuids=b30a96f2-418b-4d19-ad02-f616bf042ecf&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001116 10.0.0.23 - - [2026-01-15 02:14:50] "DELETE /access-control-list/4cd1ca84-d8e0-4935-acec-6504032f7c7b HTTP/1.1" 200 115 0.026349 10.0.0.23 - - [2026-01-15 02:14:50] "GET /project/b30a96f2-418b-4d19-ad02-f616bf042ecf?fields=application_policy_sets HTTP/1.1" 200 1402 0.033410 10.0.0.23 - - [2026-01-15 02:14:50] "DELETE /access-control-list/8199fb7a-959a-4828-84fc-235c835d81c5 HTTP/1.1" 200 115 0.037078 10.0.0.23 - - [2026-01-15 02:14:50] "POST /fqname-to-id HTTP/1.1" 403 339 0.015548 10.0.0.23 - - [2026-01-15 02:14:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002461 10.0.0.23 - - [2026-01-15 02:14:50] "GET /global-vrouter-config/3c3c8a9c-add7-4dd6-83b8-c8c9d45127ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003022 10.0.0.23 - - [2026-01-15 02:14:50] "DELETE /project/b30a96f2-418b-4d19-ad02-f616bf042ecf HTTP/1.1" 200 115 0.312141 10.0.0.23 - - [2026-01-15 02:14:50] "GET /virtual-networks?parent_id=4c859e38-d7f9-494c-a30b-7fde3fb0b80a&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.011141 10.0.0.23 - - [2026-01-15 02:14:50] "POST /fqname-to-id HTTP/1.1" 403 339 0.012745 10.0.0.23 - - [2026-01-15 02:14:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002265 10.0.0.23 - - [2026-01-15 02:14:50] "GET /global-vrouter-config/3c3c8a9c-add7-4dd6-83b8-c8c9d45127ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003083 10.0.0.23 - - [2026-01-15 02:14:50] "GET /virtual-networks?parent_id=4c859e38-d7f9-494c-a30b-7fde3fb0b80a&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010120 10.0.0.23 - - [2026-01-15 02:14:50] "POST /fqname-to-id HTTP/1.1" 403 361 0.012433 10.0.0.23 - - [2026-01-15 02:14:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002934 10.0.0.23 - - [2026-01-15 02:14:50] "GET /routing-instance/260eb857-3f5f-4e7c-83c8-899aa43337e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1529 0.003152 10.0.0.23 - - [2026-01-15 02:14:50] "GET /route-target/61f69971-dd41-44b3-b57f-a429149b4e25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.009766 10.0.0.23 - - [2026-01-15 02:14:50] "GET /route-target/61f69971-dd41-44b3-b57f-a429149b4e25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003685 10.0.0.23 - - [2026-01-15 02:14:50] "POST /fqname-to-id HTTP/1.1" 403 339 0.009091 10.0.0.23 - - [2026-01-15 02:14:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002369 10.0.0.23 - - [2026-01-15 02:14:50] "GET /global-vrouter-config/3c3c8a9c-add7-4dd6-83b8-c8c9d45127ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003153 10.0.0.23 - - [2026-01-15 02:14:50] "GET /virtual-networks?parent_id=4c859e38-d7f9-494c-a30b-7fde3fb0b80a&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009701 10.0.0.23 - - [2026-01-15 02:14:50] "POST /fqname-to-id HTTP/1.1" 403 361 0.009213 10.0.0.23 - - [2026-01-15 02:14:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002813 10.0.0.23 - - [2026-01-15 02:14:50] "GET /routing-instance/260eb857-3f5f-4e7c-83c8-899aa43337e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1529 0.003463 10.0.0.23 - - [2026-01-15 02:14:50] "GET /route-target/61f69971-dd41-44b3-b57f-a429149b4e25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.010487 10.0.0.23 - - [2026-01-15 02:14:50] "GET /route-target/61f69971-dd41-44b3-b57f-a429149b4e25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003000 10.0.0.23 - - [2026-01-15 02:14:50] "GET /obj-perms HTTP/1.1" 200 4915 0.010005 10.0.0.23 - - [2026-01-15 02:14:50] "GET /virtual-machine/e1ffe0fa-673a-4c00-8000-eae1a9a7fc59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.009320 10.0.0.23 - - [2026-01-15 02:14:52] "GET /obj-perms HTTP/1.1" 200 4915 0.008958 10.0.0.23 - - [2026-01-15 02:14:52] "GET /virtual-machine/e1ffe0fa-673a-4c00-8000-eae1a9a7fc59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.009981 10.0.0.23 - - [2026-01-15 02:14:55] "GET /obj-perms HTTP/1.1" 200 4915 0.009708 10.0.0.23 - - [2026-01-15 02:14:55] "GET /virtual-machine/e1ffe0fa-673a-4c00-8000-eae1a9a7fc59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.009990 10.0.0.23 - - [2026-01-15 02:14:57] "GET /obj-perms HTTP/1.1" 200 4915 0.010236 10.0.0.23 - - [2026-01-15 02:14:57] "GET /virtual-machine/e1ffe0fa-673a-4c00-8000-eae1a9a7fc59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.010697 10.0.0.23 - - [2026-01-15 02:14:58] "GET /obj-perms HTTP/1.1" 200 5056 0.056764 10.0.0.23 - - [2026-01-15 02:14:58] "GET /obj-perms HTTP/1.1" 200 5056 0.051759 10.0.0.23 - - [2026-01-15 02:14:59] "GET /obj-perms HTTP/1.1" 200 4915 0.010411 10.0.0.23 - - [2026-01-15 02:14:59] "GET /virtual-machine/e1ffe0fa-673a-4c00-8000-eae1a9a7fc59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.009425 10.0.0.23 - - [2026-01-15 02:15:01] "GET /obj-perms HTTP/1.1" 200 4915 0.010526 10.0.0.23 - - [2026-01-15 02:15:01] "GET /virtual-machine/e1ffe0fa-673a-4c00-8000-eae1a9a7fc59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.009864 10.0.0.23 - - [2026-01-15 02:15:03] "GET /obj-perms HTTP/1.1" 200 4915 0.011410 10.0.0.23 - - [2026-01-15 02:15:03] "GET /virtual-machine/e1ffe0fa-673a-4c00-8000-eae1a9a7fc59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.010476 10.0.0.23 - - [2026-01-15 02:15:05] "GET /obj-perms HTTP/1.1" 200 4915 0.008872 10.0.0.23 - - [2026-01-15 02:15:05] "GET /virtual-machine/e1ffe0fa-673a-4c00-8000-eae1a9a7fc59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.009214 10.0.0.23 - - [2026-01-15 02:15:05] "GET /obj-perms HTTP/1.1" 200 4915 0.010025 10.0.0.23 - - [2026-01-15 02:15:05] "GET /global-system-configs HTTP/1.1" 401 292 0.000431 10.0.0.23 - - [2026-01-15 02:15:05] "GET /global-system-configs HTTP/1.1" 401 292 0.000308 10.0.0.23 - - [2026-01-15 02:15:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003380 10.0.0.23 - - [2026-01-15 02:15:05] "GET /virtual-machine-interface/e7ce8df8-b96e-4ef0-a5cd-b9eed6f846ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2310 0.015631 10.0.0.23 - - [2026-01-15 02:15:05] "GET /obj-perms HTTP/1.1" 200 4915 0.008401 10.0.0.23 - - [2026-01-15 02:15:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003368 10.0.0.23 - - [2026-01-15 02:15:05] "GET /virtual-machine-interface/e7ce8df8-b96e-4ef0-a5cd-b9eed6f846ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2310 0.014264 10.0.0.23 - - [2026-01-15 02:15:05] "GET /obj-perms HTTP/1.1" 200 4915 0.009820 10.0.0.23 - - [2026-01-15 02:15:05] "GET /virtual-machine/e1ffe0fa-673a-4c00-8000-eae1a9a7fc59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.011745 10.0.0.23 - - [2026-01-15 02:15:05] "GET /obj-perms HTTP/1.1" 200 4915 0.008582 10.0.0.23 - - [2026-01-15 02:15:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003346 10.0.0.23 - - [2026-01-15 02:15:06] "GET /virtual-machine-interface/e7ce8df8-b96e-4ef0-a5cd-b9eed6f846ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2310 0.014027 10.0.0.23 - - [2026-01-15 02:15:06] "GET /obj-perms HTTP/1.1" 200 4915 0.009836 10.0.0.23 - - [2026-01-15 02:15:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003031 10.0.0.23 - - [2026-01-15 02:15:06] "GET /global-system-configs HTTP/1.1" 401 292 0.000656 10.0.0.23 - - [2026-01-15 02:15:06] "GET /global-system-configs HTTP/1.1" 401 292 0.000479 10.0.0.23 - - [2026-01-15 02:15:06] "GET /virtual-network/6ebb5fd6-306c-4df8-a5fe-7f1f63de9767?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1979 0.011956 10.0.0.23 - - [2026-01-15 02:15:06] "GET /obj-perms HTTP/1.1" 200 4915 0.014851 10.0.0.23 - - [2026-01-15 02:15:06] "GET /virtual-machine/e1ffe0fa-673a-4c00-8000-eae1a9a7fc59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.010949 10.0.0.23 - - [2026-01-15 02:15:06] "GET /obj-perms HTTP/1.1" 200 4915 0.008966 10.0.0.23 - - [2026-01-15 02:15:06] "GET /obj-perms HTTP/1.1" 200 4915 0.009727 10.0.0.23 - - [2026-01-15 02:15:06] "GET /obj-perms HTTP/1.1" 200 4915 0.069256 10.0.0.23 - - [2026-01-15 02:15:06] "GET /obj-perms HTTP/1.1" 200 4915 0.017047 10.0.0.23 - - [2026-01-15 02:15:07] "GET /obj-perms HTTP/1.1" 200 5020 0.065069 10.0.0.23 - - [2026-01-15 02:15:07] "GET /obj-perms HTTP/1.1" 200 5020 0.003398 10.0.0.23 - - [2026-01-15 02:15:07] "GET /obj-perms HTTP/1.1" 200 4915 0.012192 10.0.0.23 - - [2026-01-15 02:15:07] "GET /obj-perms HTTP/1.1" 200 4915 0.013145 10.0.0.23 - - [2026-01-15 02:15:07] "GET /obj-perms HTTP/1.1" 200 4915 0.066168 10.0.0.23 - - [2026-01-15 02:15:07] "GET /obj-perms HTTP/1.1" 200 4915 0.009640 10.0.0.23 - - [2026-01-15 02:15:07] "GET /obj-perms HTTP/1.1" 200 5020 0.003550 10.0.0.23 - - [2026-01-15 02:15:08] "GET /obj-perms HTTP/1.1" 200 5020 0.003209 10.0.0.23 - - [2026-01-15 02:15:08] "GET /obj-perms HTTP/1.1" 200 4915 0.010370 10.0.0.23 - - [2026-01-15 02:15:08] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 320 0.009963 10.0.0.23 - - [2026-01-15 02:15:08] "GET /virtual-machine/e1ffe0fa-673a-4c00-8000-eae1a9a7fc59 HTTP/1.1" 200 1287 0.018910 10.0.0.23 - - [2026-01-15 02:15:08] "POST /neutron/port HTTP/1.1" 200 1119 0.012456 10.0.0.23 - - [2026-01-15 02:15:08] "POST /neutron/port HTTP/1.1" 200 1109 0.010812 10.0.0.23 - - [2026-01-15 02:15:08] "POST /neutron/port HTTP/1.1" 200 151 0.093001 10.0.0.23 - - [2026-01-15 02:15:10] "GET /virtual-machine/e1ffe0fa-673a-4c00-8000-eae1a9a7fc59 HTTP/1.1" 404 171 0.009498 10.0.0.23 - - [2026-01-15 02:15:10] "GET /virtual-machine/e1ffe0fa-673a-4c00-8000-eae1a9a7fc59 HTTP/1.1" 404 171 0.007658 10.0.0.23 - - [2026-01-15 02:15:10] "GET /virtual-machine/e1ffe0fa-673a-4c00-8000-eae1a9a7fc59 HTTP/1.1" 404 171 0.007382 10.0.0.23 - - [2026-01-15 02:15:10] "POST /fqname-to-id HTTP/1.1" 403 339 0.010610 10.0.0.23 - - [2026-01-15 02:15:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.001985 10.0.0.23 - - [2026-01-15 02:15:10] "GET /global-vrouter-config/3c3c8a9c-add7-4dd6-83b8-c8c9d45127ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.002567 10.0.0.23 - - [2026-01-15 02:15:10] "GET /virtual-networks?parent_id=4c859e38-d7f9-494c-a30b-7fde3fb0b80a&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010877 10.0.0.23 - - [2026-01-15 02:15:10] "POST /fqname-to-id HTTP/1.1" 403 361 0.007503 10.0.0.23 - - [2026-01-15 02:15:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003424 10.0.0.23 - - [2026-01-15 02:15:10] "GET /routing-instance/260eb857-3f5f-4e7c-83c8-899aa43337e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1529 0.003577 10.0.0.23 - - [2026-01-15 02:15:10] "GET /route-target/61f69971-dd41-44b3-b57f-a429149b4e25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.010868 10.0.0.23 - - [2026-01-15 02:15:10] "GET /route-target/61f69971-dd41-44b3-b57f-a429149b4e25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.002728 10.0.0.23 - - [2026-01-15 02:15:10] "GET /obj-perms HTTP/1.1" 200 4915 0.009472 10.0.0.23 - - [2026-01-15 02:15:10] "GET /obj-perms HTTP/1.1" 200 4915 0.007615 10.0.0.23 - - [2026-01-15 02:15:11] "GET /obj-perms HTTP/1.1" 200 4915 0.064176 10.0.0.23 - - [2026-01-15 02:15:11] "GET /obj-perms HTTP/1.1" 200 4915 0.008931 10.0.0.23 - - [2026-01-15 02:15:11] "GET /obj-perms HTTP/1.1" 200 5020 0.003697 10.0.0.23 - - [2026-01-15 02:15:14] "GET /obj-perms HTTP/1.1" 200 5020 0.003353 10.0.0.23 - - [2026-01-15 02:15:17] "GET /obj-perms HTTP/1.1" 200 5020 0.003944 10.0.0.23 - - [2026-01-15 02:15:20] "GET /obj-perms HTTP/1.1" 200 5020 0.003756 10.0.0.23 - - [2026-01-15 02:15:23] "GET /obj-perms HTTP/1.1" 200 5020 0.002786 10.0.0.23 - - [2026-01-15 02:15:26] "GET /obj-perms HTTP/1.1" 200 5020 0.003157 10.0.0.23 - - [2026-01-15 02:15:29] "GET /obj-perms HTTP/1.1" 200 5020 0.003789 10.0.0.23 - - [2026-01-15 02:15:32] "GET /obj-perms HTTP/1.1" 200 5020 0.003042 10.0.0.23 - - [2026-01-15 02:15:35] "GET /obj-perms HTTP/1.1" 200 5020 0.003876 10.0.0.23 - - [2026-01-15 02:15:38] "GET /obj-perms HTTP/1.1" 200 5020 0.003499 10.0.0.23 - - [2026-01-15 02:15:41] "GET /obj-perms HTTP/1.1" 200 5020 0.003452 10.0.0.23 - - [2026-01-15 02:15:44] "GET /obj-perms HTTP/1.1" 200 5020 0.004309 10.0.0.23 - - [2026-01-15 02:15:47] "GET /obj-perms HTTP/1.1" 200 5020 0.003417 10.0.0.23 - - [2026-01-15 02:15:50] "GET /obj-perms HTTP/1.1" 200 5020 0.003661 10.0.0.23 - - [2026-01-15 02:15:53] "GET /obj-perms HTTP/1.1" 200 5020 0.003255 10.0.0.23 - - [2026-01-15 02:15:56] "GET /obj-perms HTTP/1.1" 200 5020 0.003553 10.0.0.23 - - [2026-01-15 02:15:56] "POST /useragent-kv HTTP/1.1" 200 115 0.003281 10.0.0.23 - - [2026-01-15 02:15:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003187 10.0.0.23 - - [2026-01-15 02:15:56] "POST /useragent-kv HTTP/1.1" 200 115 0.001413 10.0.0.23 - - [2026-01-15 02:15:56] "DELETE /virtual-network/6ebb5fd6-306c-4df8-a5fe-7f1f63de9767 HTTP/1.1" 200 115 0.063211 10.0.0.23 - - [2026-01-15 02:15:56] "DELETE /route-target/61f69971-dd41-44b3-b57f-a429149b4e25 HTTP/1.1" 200 115 0.016395 10.0.0.23 - - [2026-01-15 02:15:56] "DELETE /api-access-list/31b07242-2d49-45a0-bc2d-2fed793a06be HTTP/1.1" 200 115 0.020689 10.0.0.23 - - [2026-01-15 02:15:56] "GET /api-access-list/31b07242-2d49-45a0-bc2d-2fed793a06be HTTP/1.1" 404 171 0.004225 10.0.0.23 - - [2026-01-15 02:15:56] "GET /projects?obj_uuids=4c859e38-d7f9-494c-a30b-7fde3fb0b80a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001099 10.0.0.23 - - [2026-01-15 02:15:56] "GET /project/4c859e38-d7f9-494c-a30b-7fde3fb0b80a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.026724 10.0.0.23 - - [2026-01-15 02:15:56] "GET /projects?obj_uuids=4c859e38-d7f9-494c-a30b-7fde3fb0b80a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000980 10.0.0.23 - - [2026-01-15 02:15:56] "GET /project/4c859e38-d7f9-494c-a30b-7fde3fb0b80a?fields=virtual_networks HTTP/1.1" 200 1021 0.069312 10.0.0.23 - - [2026-01-15 02:15:56] "GET /projects?obj_uuids=4c859e38-d7f9-494c-a30b-7fde3fb0b80a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000913 10.0.0.23 - - [2026-01-15 02:15:56] "GET /project/4c859e38-d7f9-494c-a30b-7fde3fb0b80a?fields=virtual_machine_interfaces HTTP/1.1" 200 1021 0.025844 10.0.0.23 - - [2026-01-15 02:15:56] "GET /projects?obj_uuids=4c859e38-d7f9-494c-a30b-7fde3fb0b80a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000959 10.0.0.23 - - [2026-01-15 02:15:57] "GET /project/4c859e38-d7f9-494c-a30b-7fde3fb0b80a?fields=security_groups HTTP/1.1" 200 1242 0.028273 10.0.0.23 - - [2026-01-15 02:15:57] "GET /projects?obj_uuids=69eb8009-1642-4600-9ec9-f16c33ce091e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001053 10.0.0.23 - - [2026-01-15 02:15:57] "GET /project/69eb8009-1642-4600-9ec9-f16c33ce091e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.023286 10.0.0.23 - - [2026-01-15 02:15:57] "GET /projects?obj_uuids=69eb8009-1642-4600-9ec9-f16c33ce091e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001013 10.0.0.23 - - [2026-01-15 02:15:57] "GET /project/69eb8009-1642-4600-9ec9-f16c33ce091e?fields=virtual_networks HTTP/1.1" 200 1021 0.063954 10.0.0.23 - - [2026-01-15 02:15:57] "GET /projects?obj_uuids=69eb8009-1642-4600-9ec9-f16c33ce091e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001594 10.0.0.23 - - [2026-01-15 02:15:57] "GET /project/69eb8009-1642-4600-9ec9-f16c33ce091e?fields=virtual_machine_interfaces HTTP/1.1" 200 1021 0.024949 10.0.0.23 - - [2026-01-15 02:15:57] "GET /projects?obj_uuids=69eb8009-1642-4600-9ec9-f16c33ce091e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000962 10.0.0.23 - - [2026-01-15 02:15:57] "GET /project/69eb8009-1642-4600-9ec9-f16c33ce091e?fields=security_groups HTTP/1.1" 200 1242 0.023250 10.0.0.23 - - [2026-01-15 02:15:58] "GET /obj-perms HTTP/1.1" 200 5056 0.190217 10.0.0.23 - - [2026-01-15 02:15:59] "GET /obj-perms HTTP/1.1" 200 5056 0.191073 10.0.0.23 - - [2026-01-15 02:15:59] "GET /api-access-list/0d7bbab1-2d77-4171-9eac-bf18629322e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2409 0.003275 10.0.0.23 - - [2026-01-15 02:15:59] "PUT /api-access-list/0d7bbab1-2d77-4171-9eac-bf18629322e5 HTTP/1.1" 200 264 0.008025 10.0.0.23 - - [2026-01-15 02:15:59] "GET /projects?obj_uuids=4982c53c-00ca-48b9-aee2-cfbaaae66b3f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001070 10.0.0.23 - - [2026-01-15 02:15:59] "GET /project/4982c53c-00ca-48b9-aee2-cfbaaae66b3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.022733 10.0.0.23 - - [2026-01-15 02:15:59] "GET /projects?obj_uuids=4982c53c-00ca-48b9-aee2-cfbaaae66b3f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001045 10.0.0.23 - - [2026-01-15 02:15:59] "GET /project/4982c53c-00ca-48b9-aee2-cfbaaae66b3f?fields=virtual_networks HTTP/1.1" 200 1021 0.066017 10.0.0.23 - - [2026-01-15 02:15:59] "GET /projects?obj_uuids=4982c53c-00ca-48b9-aee2-cfbaaae66b3f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000989 10.0.0.23 - - [2026-01-15 02:15:59] "GET /project/4982c53c-00ca-48b9-aee2-cfbaaae66b3f?fields=virtual_machine_interfaces HTTP/1.1" 200 1021 0.025215 10.0.0.23 - - [2026-01-15 02:15:59] "GET /projects?obj_uuids=4982c53c-00ca-48b9-aee2-cfbaaae66b3f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001014 10.0.0.23 - - [2026-01-15 02:16:00] "GET /project/4982c53c-00ca-48b9-aee2-cfbaaae66b3f?fields=security_groups HTTP/1.1" 200 1242 0.021405 10.0.0.23 - - [2026-01-15 02:16:01] "POST /fqname-to-id HTTP/1.1" 404 188 0.034114 10.0.0.23 - - [2026-01-15 02:16:01] "GET /projects?obj_uuids=40e9f942-b9cf-4b3f-a8d7-866f4c55beca&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002457 10.0.0.23 - - [2026-01-15 02:16:01] "GET /domains?obj_uuids=64e99420-c75c-4c07-a68a-16b5f119e548&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001024 10.0.0.23 - - [2026-01-15 02:16:01] "GET /domain/64e99420-c75c-4c07-a68a-16b5f119e548?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007805 10.0.0.23 - - [2026-01-15 02:16:01] "POST /id-to-fqname HTTP/1.1" 200 190 0.001589 10.0.0.23 - - [2026-01-15 02:16:01] "POST /fqname-to-id HTTP/1.1" 404 199 0.002889 10.0.0.23 - - [2026-01-15 02:16:01] "POST /security-groups HTTP/1.1" 200 591 0.064003 10.0.0.23 - - [2026-01-15 02:16:01] "POST /fqname-to-id HTTP/1.1" 404 234 0.002726 10.0.0.23 - - [2026-01-15 02:16:01] "POST /projects HTTP/1.1" 200 585 0.210724 10.0.0.23 - - [2026-01-15 02:16:01] "POST /access-control-lists HTTP/1.1" 200 596 0.061085 10.0.0.23 - - [2026-01-15 02:16:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.286629 10.0.0.23 - - [2026-01-15 02:16:01] "POST /fqname-to-id HTTP/1.1" 404 233 0.002677 10.0.0.23 - - [2026-01-15 02:16:01] "GET /project/40e9f942-b9cf-4b3f-a8d7-866f4c55beca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.425523 10.0.0.23 - - [2026-01-15 02:16:01] "POST /access-control-lists HTTP/1.1" 200 594 0.064340 10.0.0.23 - - [2026-01-15 02:16:02] "GET / HTTP/1.1" 200 35931 0.002208 10.0.0.23 - - [2026-01-15 02:16:04] "POST /fqname-to-id HTTP/1.1" 401 292 0.000696 10.0.0.23 - - [2026-01-15 02:16:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.032567 10.0.0.23 - - [2026-01-15 02:16:05] "GET /api-access-list/0d7bbab1-2d77-4171-9eac-bf18629322e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1880 0.002970 10.0.0.23 - - [2026-01-15 02:16:05] "GET /api-access-list/0d7bbab1-2d77-4171-9eac-bf18629322e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1880 0.003163 10.0.0.23 - - [2026-01-15 02:16:05] "GET /api-access-list/0d7bbab1-2d77-4171-9eac-bf18629322e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1880 0.003408 10.0.0.23 - - [2026-01-15 02:16:05] "PUT /api-access-list/0d7bbab1-2d77-4171-9eac-bf18629322e5 HTTP/1.1" 200 264 0.007709 10.0.0.23 - - [2026-01-15 02:16:05] "GET /aaa-mode HTTP/1.1" 200 128 0.001006 10.0.0.23 - - [2026-01-15 02:16:05] "POST /fqname-to-id HTTP/1.1" 404 188 0.025716 10.0.0.23 - - [2026-01-15 02:16:06] "GET /projects?obj_uuids=9abc5461-0be4-4562-8345-4ff7ee70a3c8&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002652 10.0.0.23 - - [2026-01-15 02:16:06] "GET /domains?obj_uuids=64e99420-c75c-4c07-a68a-16b5f119e548&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000928 10.0.0.23 - - [2026-01-15 02:16:06] "GET /domain/64e99420-c75c-4c07-a68a-16b5f119e548?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006584 10.0.0.23 - - [2026-01-15 02:16:06] "POST /id-to-fqname HTTP/1.1" 200 190 0.001376 10.0.0.23 - - [2026-01-15 02:16:06] "POST /fqname-to-id HTTP/1.1" 404 199 0.002169 10.0.0.23 - - [2026-01-15 02:16:06] "POST /security-groups HTTP/1.1" 200 591 0.060114 10.0.0.23 - - [2026-01-15 02:16:06] "POST /fqname-to-id HTTP/1.1" 404 234 0.002051 10.0.0.23 - - [2026-01-15 02:16:06] "POST /projects HTTP/1.1" 200 585 0.201200 10.0.0.23 - - [2026-01-15 02:16:06] "POST /access-control-lists HTTP/1.1" 200 596 0.069099 10.0.0.23 - - [2026-01-15 02:16:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.277511 10.0.0.23 - - [2026-01-15 02:16:06] "POST /fqname-to-id HTTP/1.1" 404 233 0.002764 10.0.0.23 - - [2026-01-15 02:16:06] "GET /project/9abc5461-0be4-4562-8345-4ff7ee70a3c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.398598 10.0.0.23 - - [2026-01-15 02:16:06] "POST /access-control-lists HTTP/1.1" 200 594 0.056628 10.0.0.23 - - [2026-01-15 02:16:06] "POST /fqname-to-id HTTP/1.1" 404 188 0.028568 10.0.0.23 - - [2026-01-15 02:16:06] "GET /projects?obj_uuids=00685102-df40-4613-849b-455ae560bcd7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003380 10.0.0.23 - - [2026-01-15 02:16:06] "GET /domains?obj_uuids=64e99420-c75c-4c07-a68a-16b5f119e548&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001085 10.0.0.23 - - [2026-01-15 02:16:06] "GET /domain/64e99420-c75c-4c07-a68a-16b5f119e548?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006864 10.0.0.23 - - [2026-01-15 02:16:06] "POST /id-to-fqname HTTP/1.1" 200 190 0.001106 10.0.0.23 - - [2026-01-15 02:16:07] "POST /fqname-to-id HTTP/1.1" 404 199 0.005183 10.0.0.23 - - [2026-01-15 02:16:07] "POST /security-groups HTTP/1.1" 200 591 0.068759 10.0.0.23 - - [2026-01-15 02:16:07] "POST /fqname-to-id HTTP/1.1" 404 234 0.003724 10.0.0.23 - - [2026-01-15 02:16:07] "POST /projects HTTP/1.1" 200 585 0.217834 10.0.0.23 - - [2026-01-15 02:16:07] "POST /access-control-lists HTTP/1.1" 200 596 0.058859 10.0.0.23 - - [2026-01-15 02:16:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.294859 10.0.0.23 - - [2026-01-15 02:16:07] "POST /fqname-to-id HTTP/1.1" 404 233 0.003068 10.0.0.23 - - [2026-01-15 02:16:07] "GET /project/00685102-df40-4613-849b-455ae560bcd7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.426417 10.0.0.23 - - [2026-01-15 02:16:07] "POST /access-control-lists HTTP/1.1" 200 594 0.064718 10.0.0.23 - - [2026-01-15 02:16:07] "GET / HTTP/1.1" 200 35931 0.001820 10.0.0.23 - - [2026-01-15 02:16:08] "GET / HTTP/1.1" 200 35931 0.001417 10.0.0.23 - - [2026-01-15 02:16:09] "POST /fqname-to-id HTTP/1.1" 404 183 0.003549 10.0.0.23 - - [2026-01-15 02:16:09] "POST /api-access-lists HTTP/1.1" 200 521 0.014620 10.0.0.23 - - [2026-01-15 02:16:09] "GET /api-access-list/173a78e7-3695-4784-99b4-5fc6f1888757?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1289 0.006759 10.0.0.23 - - [2026-01-15 02:16:09] "GET /api-access-list/173a78e7-3695-4784-99b4-5fc6f1888757 HTTP/1.1" 401 292 0.000492 10.0.0.23 - - [2026-01-15 02:16:09] "GET /api-access-list/173a78e7-3695-4784-99b4-5fc6f1888757 HTTP/1.1" 200 1289 0.059700 10.0.0.23 - - [2026-01-15 02:16:09] "POST /fqname-to-id HTTP/1.1" 401 292 0.000402 10.0.0.23 - - [2026-01-15 02:16:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.040312 10.0.0.23 - - [2026-01-15 02:16:10] "GET /projects?obj_uuids=9abc5461-0be4-4562-8345-4ff7ee70a3c8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.030087 10.0.0.23 - - [2026-01-15 02:16:10] "GET /project/9abc5461-0be4-4562-8345-4ff7ee70a3c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.065779 10.0.0.23 - - [2026-01-15 02:16:10] "GET /virtual-networks?parent_id=9abc5461-0be4-4562-8345-4ff7ee70a3c8&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010118 10.0.0.23 - - [2026-01-15 02:16:10] "POST /virtual-networks HTTP/1.1" 200 583 0.045374 10.0.0.23 - - [2026-01-15 02:16:10] "POST /route-targets HTTP/1.1" 200 327 0.010789 10.0.0.23 - - [2026-01-15 02:16:10] "POST /ref-update HTTP/1.1" 200 156 0.016149 10.0.0.23 - - [2026-01-15 02:16:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.016978 10.0.0.23 - - [2026-01-15 02:16:10] "GET /network-ipam/df544fc3-b121-4c60-b14b-10055df73ee4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.011523 10.0.0.23 - - [2026-01-15 02:16:10] "POST /useragent-kv HTTP/1.1" 200 115 0.003934 10.0.0.23 - - [2026-01-15 02:16:10] "POST /ref-update HTTP/1.1" 200 156 0.042165 10.0.0.23 - - [2026-01-15 02:16:10] "POST /neutron/network HTTP/1.1" 200 850 0.042116 10.0.0.23 - - [2026-01-15 02:16:10] "POST /neutron/network HTTP/1.1" 200 850 0.019530 10.0.0.23 - - [2026-01-15 02:16:10] "GET /virtual-network/e473b870-bd61-4036-9a23-e258ce75382d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2018 0.014071 10.0.0.23 - - [2026-01-15 02:16:10] "POST /neutron/network HTTP/1.1" 200 850 0.018815 10.0.0.23 - - [2026-01-15 02:16:10] "POST /neutron/subnet HTTP/1.1" 200 686 0.027529 10.0.0.23 - - [2026-01-15 02:16:10] "POST /fqname-to-id HTTP/1.1" 401 292 0.000420 10.0.0.23 - - [2026-01-15 02:16:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.034763 10.0.0.23 - - [2026-01-15 02:16:10] "GET /projects?obj_uuids=00685102-df40-4613-849b-455ae560bcd7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000995 10.0.0.23 - - [2026-01-15 02:16:11] "GET /project/00685102-df40-4613-849b-455ae560bcd7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.028232 10.0.0.23 - - [2026-01-15 02:16:11] "GET /virtual-networks?parent_id=00685102-df40-4613-849b-455ae560bcd7&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010871 10.0.0.23 - - [2026-01-15 02:16:11] "POST /virtual-networks HTTP/1.1" 200 583 0.049304 10.0.0.23 - - [2026-01-15 02:16:11] "POST /route-targets HTTP/1.1" 200 327 0.010212 10.0.0.23 - - [2026-01-15 02:16:11] "POST /ref-update HTTP/1.1" 200 156 0.010159 10.0.0.23 - - [2026-01-15 02:16:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.012369 10.0.0.23 - - [2026-01-15 02:16:11] "GET /network-ipam/df544fc3-b121-4c60-b14b-10055df73ee4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.010596 10.0.0.23 - - [2026-01-15 02:16:11] "POST /useragent-kv HTTP/1.1" 200 115 0.003826 10.0.0.23 - - [2026-01-15 02:16:11] "POST /ref-update HTTP/1.1" 200 156 0.045668 10.0.0.23 - - [2026-01-15 02:16:11] "POST /neutron/network HTTP/1.1" 200 847 0.048677 10.0.0.23 - - [2026-01-15 02:16:11] "POST /neutron/network HTTP/1.1" 200 847 0.018166 10.0.0.23 - - [2026-01-15 02:16:11] "GET /virtual-network/b62f4e6f-acab-49ce-a378-a1958b4625fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.011753 10.0.0.23 - - [2026-01-15 02:16:11] "POST /neutron/network HTTP/1.1" 200 847 0.018669 10.0.0.23 - - [2026-01-15 02:16:11] "POST /neutron/subnet HTTP/1.1" 200 674 0.024690 10.0.0.23 - - [2026-01-15 02:16:11] "GET /virtual-network/e473b870-bd61-4036-9a23-e258ce75382d HTTP/1.1" 401 292 0.000350 10.0.0.23 - - [2026-01-15 02:16:11] "GET /virtual-network/e473b870-bd61-4036-9a23-e258ce75382d HTTP/1.1" 200 2318 0.036966 10.0.0.23 - - [2026-01-15 02:16:11] "GET /virtual-network/e473b870-bd61-4036-9a23-e258ce75382d HTTP/1.1" 401 292 0.000342 10.0.0.23 - - [2026-01-15 02:16:12] "GET /virtual-network/e473b870-bd61-4036-9a23-e258ce75382d HTTP/1.1" 403 376 0.043757 10.0.0.23 - - [2026-01-15 02:16:12] "GET /virtual-network/e473b870-bd61-4036-9a23-e258ce75382d HTTP/1.1" 200 2318 0.004566 10.0.0.23 - - [2026-01-15 02:16:12] "GET /virtual-networks HTTP/1.1" 200 371 0.016518 10.0.0.23 - - [2026-01-15 02:16:12] "GET /virtual-networks HTTP/1.1" 200 371 0.015241 10.0.0.23 - - [2026-01-15 02:16:12] "GET /obj-perms HTTP/1.1" 403 257 0.034162 10.0.0.23 - - [2026-01-15 02:16:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002548 10.0.0.23 - - [2026-01-15 02:16:12] "GET /virtual-network/e473b870-bd61-4036-9a23-e258ce75382d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2018 0.014948 10.0.0.23 - - [2026-01-15 02:16:13] "GET /obj-perms HTTP/1.1" 403 257 0.030006 10.0.0.23 - - [2026-01-15 02:16:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002017 10.0.0.23 - - [2026-01-15 02:16:13] "GET /virtual-network/e473b870-bd61-4036-9a23-e258ce75382d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.010125 10.0.0.23 - - [2026-01-15 02:16:13] "GET /obj-perms HTTP/1.1" 200 5030 0.055914 10.0.0.23 - - [2026-01-15 02:16:13] "GET /obj-perms HTTP/1.1" 403 257 0.008387 10.0.0.23 - - [2026-01-15 02:16:13] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.019200 10.0.0.23 - - [2026-01-15 02:16:13] "GET /obj-perms HTTP/1.1" 403 257 0.007412 10.0.0.23 - - [2026-01-15 02:16:13] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.018097 10.0.0.23 - - [2026-01-15 02:16:13] "GET /obj-perms HTTP/1.1" 200 5030 0.003163 10.0.0.23 - - [2026-01-15 02:16:13] "PUT /virtual-network/e473b870-bd61-4036-9a23-e258ce75382d HTTP/1.1" 200 264 0.024764 10.0.0.23 - - [2026-01-15 02:16:13] "GET /virtual-networks HTTP/1.1" 200 132 0.016179 10.0.0.23 - - [2026-01-15 02:16:13] "GET /virtual-networks HTTP/1.1" 200 611 0.016906 10.0.0.23 - - [2026-01-15 02:16:13] "GET /virtual-networks HTTP/1.1" 200 1429 0.001853 10.0.0.23 - - [2026-01-15 02:16:13] "GET /obj-perms HTTP/1.1" 403 257 0.005742 10.0.0.23 - - [2026-01-15 02:16:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002561 10.0.0.23 - - [2026-01-15 02:16:14] "GET /virtual-network/e473b870-bd61-4036-9a23-e258ce75382d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.011517 10.0.0.23 - - [2026-01-15 02:16:14] "GET /obj-perms HTTP/1.1" 403 257 0.038533 10.0.0.23 - - [2026-01-15 02:16:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002736 10.0.0.23 - - [2026-01-15 02:16:14] "GET /virtual-network/e473b870-bd61-4036-9a23-e258ce75382d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.008850 10.0.0.23 - - [2026-01-15 02:16:14] "GET /obj-perms HTTP/1.1" 403 257 0.007976 10.0.0.23 - - [2026-01-15 02:16:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002693 10.0.0.23 - - [2026-01-15 02:16:14] "GET /virtual-network/e473b870-bd61-4036-9a23-e258ce75382d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2022 0.012220 10.0.0.23 - - [2026-01-15 02:16:14] "GET /obj-perms HTTP/1.1" 200 5030 0.003133 10.0.0.23 - - [2026-01-15 02:16:14] "GET /obj-perms HTTP/1.1" 403 257 0.008129 10.0.0.23 - - [2026-01-15 02:16:14] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 132 0.015661 10.0.0.23 - - [2026-01-15 02:16:14] "GET /obj-perms HTTP/1.1" 403 257 0.007477 10.0.0.23 - - [2026-01-15 02:16:14] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 611 0.018376 10.0.0.23 - - [2026-01-15 02:16:14] "GET /obj-perms HTTP/1.1" 200 5030 0.003003 10.0.0.23 - - [2026-01-15 02:16:15] "PUT /virtual-network/e473b870-bd61-4036-9a23-e258ce75382d HTTP/1.1" 200 264 0.023203 10.0.0.23 - - [2026-01-15 02:16:15] "POST /useragent-kv HTTP/1.1" 200 115 0.003794 10.0.0.23 - - [2026-01-15 02:16:15] "POST /useragent-kv HTTP/1.1" 200 115 0.001650 10.0.0.23 - - [2026-01-15 02:16:15] "DELETE /virtual-network/b62f4e6f-acab-49ce-a378-a1958b4625fc HTTP/1.1" 200 115 0.062494 10.0.0.23 - - [2026-01-15 02:16:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.029334 10.0.0.23 - - [2026-01-15 02:16:15] "DELETE /route-target/30790e3b-a810-4c14-8681-787b3470f37b HTTP/1.1" 200 115 0.015552 10.0.0.23 - - [2026-01-15 02:16:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003738 10.0.0.23 - - [2026-01-15 02:16:15] "POST /useragent-kv HTTP/1.1" 200 115 0.002568 10.0.0.23 - - [2026-01-15 02:16:15] "POST /useragent-kv HTTP/1.1" 200 115 0.001465 10.0.0.23 - - [2026-01-15 02:16:15] "DELETE /virtual-network/e473b870-bd61-4036-9a23-e258ce75382d HTTP/1.1" 200 115 0.080375 10.0.0.23 - - [2026-01-15 02:16:15] "DELETE /api-access-list/173a78e7-3695-4784-99b4-5fc6f1888757 HTTP/1.1" 200 115 0.013372 10.0.0.23 - - [2026-01-15 02:16:15] "GET /api-access-list/173a78e7-3695-4784-99b4-5fc6f1888757 HTTP/1.1" 404 171 0.002171 10.0.0.23 - - [2026-01-15 02:16:15] "DELETE /route-target/21041d16-f7d1-4c48-826e-1efe40c9ca76 HTTP/1.1" 200 115 0.016335 10.0.0.23 - - [2026-01-15 02:16:15] "GET /projects?obj_uuids=00685102-df40-4613-849b-455ae560bcd7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001066 10.0.0.23 - - [2026-01-15 02:16:15] "GET /project/00685102-df40-4613-849b-455ae560bcd7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.023292 10.0.0.23 - - [2026-01-15 02:16:15] "GET /projects?obj_uuids=00685102-df40-4613-849b-455ae560bcd7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000856 10.0.0.23 - - [2026-01-15 02:16:15] "GET /project/00685102-df40-4613-849b-455ae560bcd7?fields=virtual_networks HTTP/1.1" 200 1028 0.064265 10.0.0.23 - - [2026-01-15 02:16:15] "GET /projects?obj_uuids=00685102-df40-4613-849b-455ae560bcd7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000956 10.0.0.23 - - [2026-01-15 02:16:15] "GET /project/00685102-df40-4613-849b-455ae560bcd7?fields=virtual_machine_interfaces HTTP/1.1" 200 1028 0.026827 10.0.0.23 - - [2026-01-15 02:16:15] "GET /projects?obj_uuids=00685102-df40-4613-849b-455ae560bcd7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001277 10.0.0.23 - - [2026-01-15 02:16:15] "GET /project/00685102-df40-4613-849b-455ae560bcd7?fields=security_groups HTTP/1.1" 200 1254 0.029558 10.0.0.23 - - [2026-01-15 02:16:16] "GET /projects?obj_uuids=9abc5461-0be4-4562-8345-4ff7ee70a3c8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001033 10.0.0.23 - - [2026-01-15 02:16:16] "GET /project/9abc5461-0be4-4562-8345-4ff7ee70a3c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.021309 10.0.0.23 - - [2026-01-15 02:16:16] "GET /projects?obj_uuids=9abc5461-0be4-4562-8345-4ff7ee70a3c8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001100 10.0.0.23 - - [2026-01-15 02:16:16] "GET /project/9abc5461-0be4-4562-8345-4ff7ee70a3c8?fields=virtual_networks HTTP/1.1" 200 1031 0.065306 10.0.0.23 - - [2026-01-15 02:16:16] "GET /projects?obj_uuids=9abc5461-0be4-4562-8345-4ff7ee70a3c8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000966 10.0.0.23 - - [2026-01-15 02:16:16] "GET /project/9abc5461-0be4-4562-8345-4ff7ee70a3c8?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.027484 10.0.0.23 - - [2026-01-15 02:16:16] "GET /projects?obj_uuids=9abc5461-0be4-4562-8345-4ff7ee70a3c8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000948 10.0.0.23 - - [2026-01-15 02:16:16] "GET /project/9abc5461-0be4-4562-8345-4ff7ee70a3c8?fields=security_groups HTTP/1.1" 200 1257 0.064047 10.0.0.23 - - [2026-01-15 02:16:17] "GET /aaa-mode HTTP/1.1" 200 128 0.001176 10.0.0.23 - - [2026-01-15 02:16:17] "GET / HTTP/1.1" 200 35931 0.001634 10.0.0.23 - - [2026-01-15 02:16:18] "GET / HTTP/1.1" 200 35931 0.001523 10.0.0.23 - - [2026-01-15 02:16:19] "POST /fqname-to-id HTTP/1.1" 401 292 0.000685 10.0.0.23 - - [2026-01-15 02:16:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.068683 10.0.0.23 - - [2026-01-15 02:16:19] "GET /projects?obj_uuids=40e9f942-b9cf-4b3f-a8d7-866f4c55beca&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001120 10.0.0.23 - - [2026-01-15 02:16:19] "GET /project/40e9f942-b9cf-4b3f-a8d7-866f4c55beca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.033298 10.0.0.23 - - [2026-01-15 02:16:19] "GET /virtual-networks?parent_id=40e9f942-b9cf-4b3f-a8d7-866f4c55beca&detail=False&count=False&shared=False HTTP/1.1" 403 263 0.007735 10.0.0.23 - - [2026-01-15 02:16:19] "POST /fqname-to-id HTTP/1.1" 404 197 0.008597 10.0.0.23 - - [2026-01-15 02:16:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.010872 10.0.0.23 - - [2026-01-15 02:16:19] "GET /domains?obj_uuids=64e99420-c75c-4c07-a68a-16b5f119e548&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001373 10.0.0.23 - - [2026-01-15 02:16:19] "GET /domain/64e99420-c75c-4c07-a68a-16b5f119e548?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.014890 10.0.0.23 - - [2026-01-15 02:16:19] "POST /service-templates HTTP/1.1" 403 264 0.007721 10.0.0.23 - - [2026-01-15 02:16:19] "POST /fqname-to-id HTTP/1.1" 404 215 0.003243 10.0.0.23 - - [2026-01-15 02:16:19] "POST /api-access-lists HTTP/1.1" 200 555 0.018238 10.0.0.23 - - [2026-01-15 02:16:19] "GET /api-access-list/dbe2300f-c9ed-46a4-b158-ff66bbbbcd4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1324 0.005592 10.0.0.23 - - [2026-01-15 02:16:19] "GET /api-access-list/dbe2300f-c9ed-46a4-b158-ff66bbbbcd4a HTTP/1.1" 200 1324 0.003316 10.0.0.23 - - [2026-01-15 02:16:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.011108 10.0.0.23 - - [2026-01-15 02:16:19] "GET /projects?obj_uuids=40e9f942-b9cf-4b3f-a8d7-866f4c55beca&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001143 10.0.0.23 - - [2026-01-15 02:16:19] "GET /project/40e9f942-b9cf-4b3f-a8d7-866f4c55beca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.032744 10.0.0.23 - - [2026-01-15 02:16:19] "GET /virtual-networks?parent_id=40e9f942-b9cf-4b3f-a8d7-866f4c55beca&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.011805 10.0.0.23 - - [2026-01-15 02:16:20] "POST /virtual-networks HTTP/1.1" 200 583 0.047759 10.0.0.23 - - [2026-01-15 02:16:20] "POST /route-targets HTTP/1.1" 200 327 0.009533 10.0.0.23 - - [2026-01-15 02:16:20] "POST /ref-update HTTP/1.1" 200 156 0.010979 10.0.0.23 - - [2026-01-15 02:16:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.014096 10.0.0.23 - - [2026-01-15 02:16:20] "GET /network-ipam/df544fc3-b121-4c60-b14b-10055df73ee4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.013142 10.0.0.23 - - [2026-01-15 02:16:20] "POST /useragent-kv HTTP/1.1" 200 115 0.003025 10.0.0.23 - - [2026-01-15 02:16:20] "POST /ref-update HTTP/1.1" 200 156 0.056394 10.0.0.23 - - [2026-01-15 02:16:20] "POST /neutron/network HTTP/1.1" 200 846 0.050894 10.0.0.23 - - [2026-01-15 02:16:20] "POST /neutron/network HTTP/1.1" 200 846 0.017887 10.0.0.23 - - [2026-01-15 02:16:20] "GET /virtual-network/d77e181b-1e89-4f26-a8ed-f43914b35fec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2008 0.012499 10.0.0.23 - - [2026-01-15 02:16:20] "POST /neutron/network HTTP/1.1" 200 846 0.018858 10.0.0.23 - - [2026-01-15 02:16:20] "POST /neutron/subnet HTTP/1.1" 200 669 0.028669 10.0.0.23 - - [2026-01-15 02:16:20] "POST /neutron/network HTTP/1.1" 200 846 0.065005 10.0.0.23 - - [2026-01-15 02:16:20] "GET /virtual-network/d77e181b-1e89-4f26-a8ed-f43914b35fec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2008 0.004625 10.0.0.23 - - [2026-01-15 02:16:20] "GET /network-ipam/df544fc3-b121-4c60-b14b-10055df73ee4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.002623 10.0.0.23 - - [2026-01-15 02:16:20] "GET /domains HTTP/1.1" 200 280 0.002560 10.0.0.23 - - [2026-01-15 02:16:20] "GET /domains?obj_uuids=64e99420-c75c-4c07-a68a-16b5f119e548&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000916 10.0.0.23 - - [2026-01-15 02:16:20] "GET /domain/64e99420-c75c-4c07-a68a-16b5f119e548 HTTP/1.1" 200 3488 0.007555 10.0.0.23 - - [2026-01-15 02:16:20] "GET /projects?obj_uuids=40e9f942-b9cf-4b3f-a8d7-866f4c55beca&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001429 10.0.0.23 - - [2026-01-15 02:16:20] "GET /project/40e9f942-b9cf-4b3f-a8d7-866f4c55beca HTTP/1.1" 200 2351 0.068561 10.0.0.23 - - [2026-01-15 02:16:20] "GET /virtual-network/d77e181b-1e89-4f26-a8ed-f43914b35fec HTTP/1.1" 200 2308 0.006507 10.0.0.23 - - [2026-01-15 02:16:20] "GET /virtual-network/d77e181b-1e89-4f26-a8ed-f43914b35fec HTTP/1.1" 200 2308 0.004435 10.0.0.23 - - [2026-01-15 02:16:20] "GET /routing-instance/8d780c5e-7fec-46e4-9174-677f5b52f55e HTTP/1.1" 200 1556 0.004127 10.0.0.23 - - [2026-01-15 02:16:20] "GET /routing-instance/8d780c5e-7fec-46e4-9174-677f5b52f55e HTTP/1.1" 200 1556 0.003452 10.0.0.23 - - [2026-01-15 02:16:20] "GET /route-target/3aaf1f1b-76a3-4ac5-a0ea-7be65ed5e98f HTTP/1.1" 200 1244 0.003667 10.0.0.23 - - [2026-01-15 02:16:20] "GET /virtual-network/d77e181b-1e89-4f26-a8ed-f43914b35fec HTTP/1.1" 200 2308 0.004652 10.0.0.23 - - [2026-01-15 02:16:20] "GET /routing-instance/8d780c5e-7fec-46e4-9174-677f5b52f55e HTTP/1.1" 200 1556 0.004173 10.0.0.23 - - [2026-01-15 02:16:20] "GET /virtual-network/d77e181b-1e89-4f26-a8ed-f43914b35fec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2008 0.005760 10.0.0.23 - - [2026-01-15 02:16:20] "GET /virtual-network/d77e181b-1e89-4f26-a8ed-f43914b35fec HTTP/1.1" 200 2308 0.004898 10.0.0.23 - - [2026-01-15 02:16:20] "GET /routing-instance/8d780c5e-7fec-46e4-9174-677f5b52f55e HTTP/1.1" 200 1556 0.002817 10.0.0.23 - - [2026-01-15 02:16:20] "GET /routing-instance/8d780c5e-7fec-46e4-9174-677f5b52f55e HTTP/1.1" 200 1556 0.002806 10.0.0.23 - - [2026-01-15 02:16:20] "GET /route-target/3aaf1f1b-76a3-4ac5-a0ea-7be65ed5e98f HTTP/1.1" 200 1244 0.002613 10.0.0.23 - - [2026-01-15 02:16:20] "GET /domains HTTP/1.1" 200 280 0.002729 10.0.0.23 - - [2026-01-15 02:16:20] "GET /domains?obj_uuids=64e99420-c75c-4c07-a68a-16b5f119e548&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001244 10.0.0.23 - - [2026-01-15 02:16:20] "GET /domain/64e99420-c75c-4c07-a68a-16b5f119e548 HTTP/1.1" 200 3488 0.006786 10.0.0.23 - - [2026-01-15 02:16:20] "GET /projects?obj_uuids=40e9f942-b9cf-4b3f-a8d7-866f4c55beca&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001047 10.0.0.23 - - [2026-01-15 02:16:20] "GET /project/40e9f942-b9cf-4b3f-a8d7-866f4c55beca HTTP/1.1" 200 2351 0.069150 10.0.0.23 - - [2026-01-15 02:16:20] "GET /virtual-network/d77e181b-1e89-4f26-a8ed-f43914b35fec HTTP/1.1" 200 2308 0.005168 10.0.0.23 - - [2026-01-15 02:16:20] "GET /obj-perms HTTP/1.1" 200 5030 0.003049 10.0.0.23 - - [2026-01-15 02:16:20] "POST /fqname-to-id HTTP/1.1" 404 197 0.008766 10.0.0.23 - - [2026-01-15 02:16:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.008594 10.0.0.23 - - [2026-01-15 02:16:21] "GET /domains?obj_uuids=64e99420-c75c-4c07-a68a-16b5f119e548&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001329 10.0.0.23 - - [2026-01-15 02:16:21] "GET /domain/64e99420-c75c-4c07-a68a-16b5f119e548?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.014337 10.0.0.23 - - [2026-01-15 02:16:21] "POST /service-templates HTTP/1.1" 403 264 0.007309 10.0.0.23 - - [2026-01-15 02:16:21] "POST /fqname-to-id HTTP/1.1" 404 183 0.002626 10.0.0.23 - - [2026-01-15 02:16:21] "POST /api-access-lists HTTP/1.1" 200 521 0.014412 10.0.0.23 - - [2026-01-15 02:16:21] "GET /api-access-list/9aa43f31-289d-4422-a159-d1791891a5c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1291 0.003882 10.0.0.23 - - [2026-01-15 02:16:21] "GET /api-access-list/9aa43f31-289d-4422-a159-d1791891a5c0 HTTP/1.1" 200 1291 0.003589 10.0.0.23 - - [2026-01-15 02:16:21] "POST /fqname-to-id HTTP/1.1" 404 197 0.009521 10.0.0.23 - - [2026-01-15 02:16:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.009777 10.0.0.23 - - [2026-01-15 02:16:21] "GET /domains?obj_uuids=64e99420-c75c-4c07-a68a-16b5f119e548&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001121 10.0.0.23 - - [2026-01-15 02:16:21] "GET /domain/64e99420-c75c-4c07-a68a-16b5f119e548?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.015496 10.0.0.23 - - [2026-01-15 02:16:21] "POST /service-templates HTTP/1.1" 200 551 0.020825 10.0.0.23 - - [2026-01-15 02:16:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.012544 10.0.0.23 - - [2026-01-15 02:16:21] "GET /service-template/5d427101-9a18-451d-a1da-1caad7da5cfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1853 0.013835 10.0.0.23 - - [2026-01-15 02:16:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.010807 10.0.0.23 - - [2026-01-15 02:16:21] "GET /service-template/5d427101-9a18-451d-a1da-1caad7da5cfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1853 0.010782 10.0.0.23 - - [2026-01-15 02:16:21] "GET /virtual-network/d77e181b-1e89-4f26-a8ed-f43914b35fec HTTP/1.1" 401 292 0.002123 10.0.0.23 - - [2026-01-15 02:16:22] "GET /virtual-network/d77e181b-1e89-4f26-a8ed-f43914b35fec HTTP/1.1" 403 263 0.034835 10.0.0.23 - - [2026-01-15 02:16:22] "GET /service-template/5d427101-9a18-451d-a1da-1caad7da5cfb HTTP/1.1" 403 264 0.007859 10.0.0.23 - - [2026-01-15 02:16:22] "GET /service-template/5d427101-9a18-451d-a1da-1caad7da5cfb HTTP/1.1" 403 264 0.039824 10.0.0.23 - - [2026-01-15 02:16:22] "GET /obj-perms HTTP/1.1" 403 257 0.031866 10.0.0.23 - - [2026-01-15 02:16:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.001797 10.0.0.23 - - [2026-01-15 02:16:22] "GET /virtual-network/d77e181b-1e89-4f26-a8ed-f43914b35fec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.009045 10.0.0.23 - - [2026-01-15 02:16:22] "GET /obj-perms HTTP/1.1" 403 257 0.009133 10.0.0.23 - - [2026-01-15 02:16:22] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.009954 10.0.0.23 - - [2026-01-15 02:16:22] "GET /api-access-list/dbe2300f-c9ed-46a4-b158-ff66bbbbcd4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1324 0.003282 10.0.0.23 - - [2026-01-15 02:16:22] "PUT /api-access-list/dbe2300f-c9ed-46a4-b158-ff66bbbbcd4a HTTP/1.1" 200 264 0.007672 10.0.0.23 - - [2026-01-15 02:16:23] "GET /api-access-list/dbe2300f-c9ed-46a4-b158-ff66bbbbcd4a HTTP/1.1" 200 1461 0.003592 10.0.0.23 - - [2026-01-15 02:16:23] "GET /virtual-network/d77e181b-1e89-4f26-a8ed-f43914b35fec HTTP/1.1" 200 2308 0.013306 10.0.0.23 - - [2026-01-15 02:16:23] "POST /fqname-to-id HTTP/1.1" 401 292 0.000335 10.0.0.23 - - [2026-01-15 02:16:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.036276 10.0.0.23 - - [2026-01-15 02:16:23] "GET /projects?obj_uuids=40e9f942-b9cf-4b3f-a8d7-866f4c55beca&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001333 10.0.0.23 - - [2026-01-15 02:16:23] "GET /project/40e9f942-b9cf-4b3f-a8d7-866f4c55beca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.032977 10.0.0.23 - - [2026-01-15 02:16:23] "GET /virtual-networks?parent_id=40e9f942-b9cf-4b3f-a8d7-866f4c55beca&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.018160 10.0.0.23 - - [2026-01-15 02:16:23] "POST /virtual-networks HTTP/1.1" 403 263 0.007197 10.0.0.23 - - [2026-01-15 02:16:23] "GET /service-template/5d427101-9a18-451d-a1da-1caad7da5cfb HTTP/1.1" 403 264 0.009128 10.0.0.23 - - [2026-01-15 02:16:23] "GET /service-template/5d427101-9a18-451d-a1da-1caad7da5cfb HTTP/1.1" 403 264 0.035005 10.0.0.23 - - [2026-01-15 02:16:23] "GET /obj-perms HTTP/1.1" 403 257 0.008102 10.0.0.23 - - [2026-01-15 02:16:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.001900 10.0.0.23 - - [2026-01-15 02:16:23] "GET /virtual-network/d77e181b-1e89-4f26-a8ed-f43914b35fec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2008 0.013347 10.0.0.23 - - [2026-01-15 02:16:24] "GET /obj-perms HTTP/1.1" 403 257 0.008597 10.0.0.23 - - [2026-01-15 02:16:24] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.017318 10.0.0.23 - - [2026-01-15 02:16:24] "GET /api-access-list/9aa43f31-289d-4422-a159-d1791891a5c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1291 0.004225 10.0.0.23 - - [2026-01-15 02:16:24] "PUT /api-access-list/9aa43f31-289d-4422-a159-d1791891a5c0 HTTP/1.1" 200 264 0.009755 10.0.0.23 - - [2026-01-15 02:16:24] "GET /api-access-list/9aa43f31-289d-4422-a159-d1791891a5c0 HTTP/1.1" 200 1429 0.004153 10.0.0.23 - - [2026-01-15 02:16:24] "GET /service-template/5d427101-9a18-451d-a1da-1caad7da5cfb HTTP/1.1" 200 1853 0.014998 10.0.0.23 - - [2026-01-15 02:16:24] "POST /fqname-to-id HTTP/1.1" 404 197 0.008579 10.0.0.23 - - [2026-01-15 02:16:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.012103 10.0.0.23 - - [2026-01-15 02:16:24] "GET /domains?obj_uuids=64e99420-c75c-4c07-a68a-16b5f119e548&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000956 10.0.0.23 - - [2026-01-15 02:16:24] "GET /domain/64e99420-c75c-4c07-a68a-16b5f119e548?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.015113 10.0.0.23 - - [2026-01-15 02:16:24] "POST /service-templates HTTP/1.1" 403 264 0.009095 10.0.0.23 - - [2026-01-15 02:16:24] "GET /api-access-list/dbe2300f-c9ed-46a4-b158-ff66bbbbcd4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1461 0.003095 10.0.0.23 - - [2026-01-15 02:16:24] "PUT /api-access-list/dbe2300f-c9ed-46a4-b158-ff66bbbbcd4a HTTP/1.1" 200 264 0.008116 10.0.0.23 - - [2026-01-15 02:16:24] "GET /api-access-list/dbe2300f-c9ed-46a4-b158-ff66bbbbcd4a HTTP/1.1" 200 1324 0.004022 10.0.0.23 - - [2026-01-15 02:16:24] "GET /api-access-list/9aa43f31-289d-4422-a159-d1791891a5c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.004381 10.0.0.23 - - [2026-01-15 02:16:24] "PUT /api-access-list/9aa43f31-289d-4422-a159-d1791891a5c0 HTTP/1.1" 200 264 0.007823 10.0.0.23 - - [2026-01-15 02:16:24] "GET /api-access-list/9aa43f31-289d-4422-a159-d1791891a5c0 HTTP/1.1" 200 1291 0.003306 10.0.0.23 - - [2026-01-15 02:16:24] "GET /virtual-network/d77e181b-1e89-4f26-a8ed-f43914b35fec HTTP/1.1" 403 263 0.008744 10.0.0.23 - - [2026-01-15 02:16:24] "GET /virtual-network/d77e181b-1e89-4f26-a8ed-f43914b35fec HTTP/1.1" 403 263 0.035629 10.0.0.23 - - [2026-01-15 02:16:24] "GET /service-template/5d427101-9a18-451d-a1da-1caad7da5cfb HTTP/1.1" 403 264 0.007277 10.0.0.23 - - [2026-01-15 02:16:25] "GET /service-template/5d427101-9a18-451d-a1da-1caad7da5cfb HTTP/1.1" 403 264 0.034392 10.0.0.23 - - [2026-01-15 02:16:25] "GET /obj-perms HTTP/1.1" 403 257 0.007701 10.0.0.23 - - [2026-01-15 02:16:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002523 10.0.0.23 - - [2026-01-15 02:16:25] "GET /virtual-network/d77e181b-1e89-4f26-a8ed-f43914b35fec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.009086 10.0.0.23 - - [2026-01-15 02:16:25] "GET /obj-perms HTTP/1.1" 403 257 0.035158 10.0.0.23 - - [2026-01-15 02:16:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002124 10.0.0.23 - - [2026-01-15 02:16:25] "GET /virtual-network/d77e181b-1e89-4f26-a8ed-f43914b35fec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.009127 10.0.0.23 - - [2026-01-15 02:16:25] "GET /obj-perms HTTP/1.1" 403 257 0.008151 10.0.0.23 - - [2026-01-15 02:16:25] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.008338 10.0.0.23 - - [2026-01-15 02:16:25] "GET /api-access-list/0d7bbab1-2d77-4171-9eac-bf18629322e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2409 0.003248 10.0.0.23 - - [2026-01-15 02:16:25] "PUT /api-access-list/0d7bbab1-2d77-4171-9eac-bf18629322e5 HTTP/1.1" 200 264 0.008640 10.0.0.23 - - [2026-01-15 02:16:26] "GET /service-template/5d427101-9a18-451d-a1da-1caad7da5cfb HTTP/1.1" 200 1853 0.012563 10.0.0.23 - - [2026-01-15 02:16:26] "GET /virtual-network/d77e181b-1e89-4f26-a8ed-f43914b35fec HTTP/1.1" 200 2308 0.014395 10.0.0.23 - - [2026-01-15 02:16:26] "GET /obj-perms HTTP/1.1" 403 257 0.009360 10.0.0.23 - - [2026-01-15 02:16:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.001985 10.0.0.23 - - [2026-01-15 02:16:26] "GET /virtual-network/d77e181b-1e89-4f26-a8ed-f43914b35fec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2008 0.014650 10.0.0.23 - - [2026-01-15 02:16:26] "GET /obj-perms HTTP/1.1" 403 257 0.008658 10.0.0.23 - - [2026-01-15 02:16:26] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.018946 10.0.0.23 - - [2026-01-15 02:16:26] "DELETE /api-access-list/dbe2300f-c9ed-46a4-b158-ff66bbbbcd4a HTTP/1.1" 200 115 0.020614 10.0.0.23 - - [2026-01-15 02:16:26] "GET /api-access-list/dbe2300f-c9ed-46a4-b158-ff66bbbbcd4a HTTP/1.1" 404 171 0.001960 10.0.0.23 - - [2026-01-15 02:16:26] "DELETE /api-access-list/9aa43f31-289d-4422-a159-d1791891a5c0 HTTP/1.1" 200 115 0.013608 10.0.0.23 - - [2026-01-15 02:16:26] "GET /api-access-list/9aa43f31-289d-4422-a159-d1791891a5c0 HTTP/1.1" 404 171 0.002340 10.0.0.23 - - [2026-01-15 02:16:26] "GET /virtual-network/d77e181b-1e89-4f26-a8ed-f43914b35fec HTTP/1.1" 401 292 0.000322 10.0.0.23 - - [2026-01-15 02:16:26] "GET /virtual-network/d77e181b-1e89-4f26-a8ed-f43914b35fec HTTP/1.1" 403 263 0.036036 10.0.0.23 - - [2026-01-15 02:16:26] "GET /service-template/5d427101-9a18-451d-a1da-1caad7da5cfb HTTP/1.1" 403 264 0.006549 10.0.0.23 - - [2026-01-15 02:16:27] "GET /service-template/5d427101-9a18-451d-a1da-1caad7da5cfb HTTP/1.1" 403 264 0.031588 10.0.0.23 - - [2026-01-15 02:16:27] "GET /obj-perms HTTP/1.1" 403 257 0.030133 10.0.0.23 - - [2026-01-15 02:16:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.001914 10.0.0.23 - - [2026-01-15 02:16:27] "GET /virtual-network/d77e181b-1e89-4f26-a8ed-f43914b35fec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.007941 10.0.0.23 - - [2026-01-15 02:16:27] "GET /obj-perms HTTP/1.1" 403 257 0.007683 10.0.0.23 - - [2026-01-15 02:16:27] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.008083 10.0.0.23 - - [2026-01-15 02:16:27] "GET /api-access-list/0d7bbab1-2d77-4171-9eac-bf18629322e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2684 0.003514 10.0.0.23 - - [2026-01-15 02:16:27] "PUT /api-access-list/0d7bbab1-2d77-4171-9eac-bf18629322e5 HTTP/1.1" 200 264 0.008948 10.0.0.23 - - [2026-01-15 02:16:27] "GET /virtual-network/d77e181b-1e89-4f26-a8ed-f43914b35fec HTTP/1.1" 200 2308 0.012183 10.0.0.23 - - [2026-01-15 02:16:27] "GET /service-template/5d427101-9a18-451d-a1da-1caad7da5cfb HTTP/1.1" 200 1853 0.020109 10.0.0.23 - - [2026-01-15 02:16:27] "GET /obj-perms HTTP/1.1" 403 257 0.008804 10.0.0.23 - - [2026-01-15 02:16:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002461 10.0.0.23 - - [2026-01-15 02:16:27] "GET /virtual-network/d77e181b-1e89-4f26-a8ed-f43914b35fec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2008 0.014340 10.0.0.23 - - [2026-01-15 02:16:27] "GET /obj-perms HTTP/1.1" 403 257 0.008230 10.0.0.23 - - [2026-01-15 02:16:27] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.017498 10.0.0.23 - - [2026-01-15 02:16:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.009197 10.0.0.23 - - [2026-01-15 02:16:27] "DELETE /service-template/5d427101-9a18-451d-a1da-1caad7da5cfb HTTP/1.1" 200 115 0.021863 10.0.0.23 - - [2026-01-15 02:16:27] "POST /fqname-to-id HTTP/1.1" 404 197 0.009409 10.0.0.23 - - [2026-01-15 02:16:28] "POST /useragent-kv HTTP/1.1" 200 115 0.003494 10.0.0.23 - - [2026-01-15 02:16:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004018 10.0.0.23 - - [2026-01-15 02:16:28] "POST /useragent-kv HTTP/1.1" 200 115 0.001522 10.0.0.23 - - [2026-01-15 02:16:28] "DELETE /virtual-network/d77e181b-1e89-4f26-a8ed-f43914b35fec HTTP/1.1" 200 115 0.068589 10.0.0.23 - - [2026-01-15 02:16:28] "DELETE /route-target/3aaf1f1b-76a3-4ac5-a0ea-7be65ed5e98f HTTP/1.1" 200 115 0.020406 10.0.0.23 - - [2026-01-15 02:16:28] "GET /api-access-list/0d7bbab1-2d77-4171-9eac-bf18629322e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.003828 10.0.0.23 - - [2026-01-15 02:16:28] "PUT /api-access-list/0d7bbab1-2d77-4171-9eac-bf18629322e5 HTTP/1.1" 200 264 0.010086 10.0.0.23 - - [2026-01-15 02:16:28] "GET /api-access-list/0d7bbab1-2d77-4171-9eac-bf18629322e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2690 0.003457 10.0.0.23 - - [2026-01-15 02:16:28] "PUT /api-access-list/0d7bbab1-2d77-4171-9eac-bf18629322e5 HTTP/1.1" 200 264 0.008697 10.0.0.23 - - [2026-01-15 02:16:29] "GET /api-access-list/0d7bbab1-2d77-4171-9eac-bf18629322e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2409 0.003465 10.0.0.23 - - [2026-01-15 02:16:29] "PUT /api-access-list/0d7bbab1-2d77-4171-9eac-bf18629322e5 HTTP/1.1" 200 264 0.009351 10.0.0.23 - - [2026-01-15 02:16:29] "GET /projects?obj_uuids=40e9f942-b9cf-4b3f-a8d7-866f4c55beca&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000953 10.0.0.23 - - [2026-01-15 02:16:29] "GET /project/40e9f942-b9cf-4b3f-a8d7-866f4c55beca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.023034 10.0.0.23 - - [2026-01-15 02:16:29] "GET /projects?obj_uuids=40e9f942-b9cf-4b3f-a8d7-866f4c55beca&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000954 10.0.0.23 - - [2026-01-15 02:16:29] "GET /project/40e9f942-b9cf-4b3f-a8d7-866f4c55beca?fields=virtual_networks HTTP/1.1" 200 1031 0.065221 10.0.0.23 - - [2026-01-15 02:16:29] "GET /projects?obj_uuids=40e9f942-b9cf-4b3f-a8d7-866f4c55beca&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000953 10.0.0.23 - - [2026-01-15 02:16:29] "GET /project/40e9f942-b9cf-4b3f-a8d7-866f4c55beca?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.027678 10.0.0.23 - - [2026-01-15 02:16:29] "GET /projects?obj_uuids=40e9f942-b9cf-4b3f-a8d7-866f4c55beca&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001376 10.0.0.23 - - [2026-01-15 02:16:29] "GET /project/40e9f942-b9cf-4b3f-a8d7-866f4c55beca?fields=security_groups HTTP/1.1" 200 1257 0.026223 10.0.0.23 - - [2026-01-15 02:16:30] "GET /projects?obj_uuids=094fe97a-7609-439c-ab39-47f81889c5cc&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001041 10.0.0.23 - - [2026-01-15 02:16:30] "GET /project/094fe97a-7609-439c-ab39-47f81889c5cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1269 0.021127 [Introspect:8084]10.0.0.23 - - [2026-01-15 02:16:30] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001192 10.0.0.23 - - [2026-01-15 02:16:30] "POST /fqname-to-id HTTP/1.1" 404 184 0.033305 10.0.0.23 - - [2026-01-15 02:16:31] "GET /projects?obj_uuids=cd6338de-6bb6-4de0-9c1f-1de4e208eb39&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002227 10.0.0.23 - - [2026-01-15 02:16:31] "GET /domains?obj_uuids=64e99420-c75c-4c07-a68a-16b5f119e548&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001002 10.0.0.23 - - [2026-01-15 02:16:31] "GET /domain/64e99420-c75c-4c07-a68a-16b5f119e548?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.033324 10.0.0.23 - - [2026-01-15 02:16:31] "POST /id-to-fqname HTTP/1.1" 200 186 0.001670 10.0.0.23 - - [2026-01-15 02:16:31] "POST /fqname-to-id HTTP/1.1" 404 195 0.003068 10.0.0.23 - - [2026-01-15 02:16:31] "POST /security-groups HTTP/1.1" 200 587 0.060092 10.0.0.23 - - [2026-01-15 02:16:31] "POST /fqname-to-id HTTP/1.1" 404 230 0.002684 10.0.0.23 - - [2026-01-15 02:16:31] "POST /projects HTTP/1.1" 200 577 0.203175 10.0.0.23 - - [2026-01-15 02:16:31] "POST /access-control-lists HTTP/1.1" 200 592 0.059197 10.0.0.23 - - [2026-01-15 02:16:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.276428 10.0.0.23 - - [2026-01-15 02:16:31] "POST /fqname-to-id HTTP/1.1" 404 229 0.002888 10.0.0.23 - - [2026-01-15 02:16:31] "GET /project/cd6338de-6bb6-4de0-9c1f-1de4e208eb39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.424403 10.0.0.23 - - [2026-01-15 02:16:31] "POST /access-control-lists HTTP/1.1" 200 590 0.056978 10.0.0.23 - - [2026-01-15 02:16:32] "GET / HTTP/1.1" 200 35931 0.002170 10.0.0.23 - - [2026-01-15 02:16:33] "GET /projects?obj_uuids=cd6338de-6bb6-4de0-9c1f-1de4e208eb39&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001001 10.0.0.23 - - [2026-01-15 02:16:33] "GET /project/cd6338de-6bb6-4de0-9c1f-1de4e208eb39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.026077 10.0.0.23 - - [2026-01-15 02:16:33] "GET /projects?obj_uuids=cd6338de-6bb6-4de0-9c1f-1de4e208eb39&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000909 10.0.0.23 - - [2026-01-15 02:16:33] "GET /project/cd6338de-6bb6-4de0-9c1f-1de4e208eb39?fields=virtual_networks HTTP/1.1" 200 1024 0.065375 10.0.0.23 - - [2026-01-15 02:16:33] "GET /projects?obj_uuids=cd6338de-6bb6-4de0-9c1f-1de4e208eb39&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000910 10.0.0.23 - - [2026-01-15 02:16:33] "GET /project/cd6338de-6bb6-4de0-9c1f-1de4e208eb39?fields=virtual_machine_interfaces HTTP/1.1" 200 1024 0.022509 10.0.0.23 - - [2026-01-15 02:16:33] "GET /projects?obj_uuids=cd6338de-6bb6-4de0-9c1f-1de4e208eb39&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001281 10.0.0.23 - - [2026-01-15 02:16:33] "GET /project/cd6338de-6bb6-4de0-9c1f-1de4e208eb39?fields=security_groups HTTP/1.1" 200 1246 0.024343 10.0.0.23 - - [2026-01-15 02:16:50] "DELETE /project/00685102df404613849b455ae560bcd7 HTTP/1.1" 404 173 0.021253 10.0.0.23 - - [2026-01-15 02:16:50] "DELETE /project/40e9f942b9cf4b3fa8d7866f4c55beca HTTP/1.1" 404 173 0.017070 10.0.0.23 - - [2026-01-15 02:16:50] "DELETE /project/cd6338de6bb64de09c1f1de4e208eb39 HTTP/1.1" 404 173 0.021202 10.0.0.23 - - [2026-01-15 02:16:50] "DELETE /project/9abc54610be4456283454ff7ee70a3c8 HTTP/1.1" 404 173 0.020303 10.0.0.23 - - [2026-01-15 02:16:50] "GET /projects?obj_uuids=4c859e38-d7f9-494c-a30b-7fde3fb0b80a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000818 10.0.0.23 - - [2026-01-15 02:16:50] "GET /projects?obj_uuids=9abc5461-0be4-4562-8345-4ff7ee70a3c8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000755 10.0.0.23 - - [2026-01-15 02:16:50] "GET /projects?obj_uuids=00685102-df40-4613-849b-455ae560bcd7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000746 10.0.0.23 - - [2026-01-15 02:16:50] "GET /projects?obj_uuids=4982c53c-00ca-48b9-aee2-cfbaaae66b3f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000734 10.0.0.23 - - [2026-01-15 02:16:50] "GET /projects?obj_uuids=69eb8009-1642-4600-9ec9-f16c33ce091e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001044 10.0.0.23 - - [2026-01-15 02:16:50] "GET /projects?obj_uuids=cd6338de-6bb6-4de0-9c1f-1de4e208eb39&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000761 10.0.0.23 - - [2026-01-15 02:16:50] "GET /projects?obj_uuids=40e9f942-b9cf-4b3f-a8d7-866f4c55beca&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001202 10.0.0.23 - - [2026-01-15 02:16:50] "GET /project/9abc5461-0be4-4562-8345-4ff7ee70a3c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.066960 10.0.0.23 - - [2026-01-15 02:16:50] "GET /project/4c859e38-d7f9-494c-a30b-7fde3fb0b80a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.071601 10.0.0.23 - - [2026-01-15 02:16:50] "GET /project/00685102-df40-4613-849b-455ae560bcd7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.074211 10.0.0.23 - - [2026-01-15 02:16:50] "GET /project/cd6338de-6bb6-4de0-9c1f-1de4e208eb39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1452 0.067972 10.0.0.23 - - [2026-01-15 02:16:50] "GET /project/69eb8009-1642-4600-9ec9-f16c33ce091e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.078773 10.0.0.23 - - [2026-01-15 02:16:50] "GET /project/4982c53c-00ca-48b9-aee2-cfbaaae66b3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.086016 10.0.0.23 - - [2026-01-15 02:16:50] "GET /projects?obj_uuids=4982c53c-00ca-48b9-aee2-cfbaaae66b3f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000981 10.0.0.23 - - [2026-01-15 02:16:50] "GET /projects?obj_uuids=69eb8009-1642-4600-9ec9-f16c33ce091e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001025 10.0.0.23 - - [2026-01-15 02:16:50] "GET /projects?obj_uuids=cd6338de-6bb6-4de0-9c1f-1de4e208eb39&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000758 10.0.0.23 - - [2026-01-15 02:16:50] "GET /projects?obj_uuids=00685102-df40-4613-849b-455ae560bcd7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000738 10.0.0.23 - - [2026-01-15 02:16:50] "GET /projects?obj_uuids=4c859e38-d7f9-494c-a30b-7fde3fb0b80a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000811 10.0.0.23 - - [2026-01-15 02:16:50] "GET /projects?obj_uuids=9abc5461-0be4-4562-8345-4ff7ee70a3c8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000674 10.0.0.23 - - [2026-01-15 02:16:50] "GET /project/40e9f942-b9cf-4b3f-a8d7-866f4c55beca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.129401 10.0.0.23 - - [2026-01-15 02:16:50] "GET /projects?obj_uuids=40e9f942-b9cf-4b3f-a8d7-866f4c55beca&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000902 10.0.0.23 - - [2026-01-15 02:16:50] "GET /project/4982c53c-00ca-48b9-aee2-cfbaaae66b3f?fields=security_groups HTTP/1.1" 200 1347 0.063451 10.0.0.23 - - [2026-01-15 02:16:50] "GET /project/4c859e38-d7f9-494c-a30b-7fde3fb0b80a?fields=security_groups HTTP/1.1" 200 1347 0.074502 10.0.0.23 - - [2026-01-15 02:16:50] "GET /project/cd6338de-6bb6-4de0-9c1f-1de4e208eb39?fields=security_groups HTTP/1.1" 200 1351 0.075264 10.0.0.23 - - [2026-01-15 02:16:50] "GET /project/69eb8009-1642-4600-9ec9-f16c33ce091e?fields=security_groups HTTP/1.1" 200 1347 0.076809 10.0.0.23 - - [2026-01-15 02:16:50] "GET /project/00685102-df40-4613-849b-455ae560bcd7?fields=security_groups HTTP/1.1" 200 1359 0.086732 10.0.0.23 - - [2026-01-15 02:16:50] "GET /project/9abc5461-0be4-4562-8345-4ff7ee70a3c8?fields=security_groups HTTP/1.1" 200 1362 0.112088 10.0.0.23 - - [2026-01-15 02:16:50] "GET /project/40e9f942-b9cf-4b3f-a8d7-866f4c55beca?fields=security_groups HTTP/1.1" 200 1362 0.081973 10.0.0.23 - - [2026-01-15 02:16:50] "DELETE /security-group/8c8f3585-2fba-4c3c-8c24-7fb409a4b735 HTTP/1.1" 200 115 0.092697 10.0.0.23 - - [2026-01-15 02:16:50] "GET /projects?obj_uuids=4982c53c-00ca-48b9-aee2-cfbaaae66b3f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000869 10.0.0.23 - - [2026-01-15 02:16:50] "DELETE /security-group/2e464378-681b-4147-923d-ed4fd3df89c5 HTTP/1.1" 200 115 0.127758 10.0.0.23 - - [2026-01-15 02:16:50] "GET /project/4982c53c-00ca-48b9-aee2-cfbaaae66b3f?fields=application_policy_sets HTTP/1.1" 200 1386 0.049468 10.0.0.23 - - [2026-01-15 02:16:50] "DELETE /access-control-list/3703aa83-7034-4445-8cd6-4f7e9af503f1 HTTP/1.1" 200 115 0.081807 10.0.0.23 - - [2026-01-15 02:16:50] "GET /projects?obj_uuids=4c859e38-d7f9-494c-a30b-7fde3fb0b80a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001458 10.0.0.23 - - [2026-01-15 02:16:50] "DELETE /security-group/89eb50af-48fd-4100-ad1a-f5ad4cea41b7 HTTP/1.1" 200 115 0.166655 10.0.0.23 - - [2026-01-15 02:16:50] "GET /project/4c859e38-d7f9-494c-a30b-7fde3fb0b80a?fields=application_policy_sets HTTP/1.1" 200 1386 0.059143 10.0.0.23 - - [2026-01-15 02:16:50] "GET /projects?obj_uuids=cd6338de-6bb6-4de0-9c1f-1de4e208eb39&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001248 10.0.0.23 - - [2026-01-15 02:16:50] "DELETE /security-group/34d4d966-3636-4109-9224-14b2418bcc7a HTTP/1.1" 200 115 0.194664 10.0.0.23 - - [2026-01-15 02:16:50] "GET /projects?obj_uuids=69eb8009-1642-4600-9ec9-f16c33ce091e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001089 10.0.0.23 - - [2026-01-15 02:16:50] "GET /project/cd6338de-6bb6-4de0-9c1f-1de4e208eb39?fields=application_policy_sets HTTP/1.1" 200 1390 0.052902 10.0.0.23 - - [2026-01-15 02:16:50] "DELETE /access-control-list/b5167fce-c960-4930-b7ef-65685ed22d58 HTTP/1.1" 200 115 0.091258 10.0.0.23 - - [2026-01-15 02:16:50] "DELETE /security-group/a53f53e1-bd15-4ec8-ad51-473241640a3c HTTP/1.1" 200 115 0.205698 10.0.0.23 - - [2026-01-15 02:16:50] "DELETE /security-group/1f097609-3f04-4cf9-b1cf-3c4caa4d62a0 HTTP/1.1" 200 115 0.214123 10.0.0.23 - - [2026-01-15 02:16:50] "GET /projects?obj_uuids=00685102-df40-4613-849b-455ae560bcd7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000861 10.0.0.23 - - [2026-01-15 02:16:50] "DELETE /security-group/f5811035-250b-4c49-bcce-6182ada627f1 HTTP/1.1" 200 115 0.188245 10.0.0.23 - - [2026-01-15 02:16:50] "GET /projects?obj_uuids=9abc5461-0be4-4562-8345-4ff7ee70a3c8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001672 10.0.0.23 - - [2026-01-15 02:16:50] "GET /projects?obj_uuids=40e9f942-b9cf-4b3f-a8d7-866f4c55beca&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002354 10.0.0.23 - - [2026-01-15 02:16:50] "GET /project/69eb8009-1642-4600-9ec9-f16c33ce091e?fields=application_policy_sets HTTP/1.1" 200 1386 0.103776 10.0.0.23 - - [2026-01-15 02:16:50] "DELETE /access-control-list/bb4240b6-4bd3-4133-a544-a29b49623ca1 HTTP/1.1" 200 115 0.089125 10.0.0.23 - - [2026-01-15 02:16:50] "GET /project/9abc5461-0be4-4562-8345-4ff7ee70a3c8?fields=application_policy_sets HTTP/1.1" 200 1401 0.086295 10.0.0.23 - - [2026-01-15 02:16:50] "GET /project/00685102-df40-4613-849b-455ae560bcd7?fields=application_policy_sets HTTP/1.1" 200 1398 0.121977 10.0.0.23 - - [2026-01-15 02:16:50] "GET /project/40e9f942-b9cf-4b3f-a8d7-866f4c55beca?fields=application_policy_sets HTTP/1.1" 200 1401 0.135954 10.0.0.23 - - [2026-01-15 02:16:50] "DELETE /access-control-list/56140eb5-8f17-4d32-85ba-6220a15cae77 HTTP/1.1" 200 115 0.086726 10.0.0.23 - - [2026-01-15 02:16:50] "DELETE /project/4982c53c-00ca-48b9-aee2-cfbaaae66b3f HTTP/1.1" 200 115 0.673502 10.0.0.23 - - [2026-01-15 02:16:51] "DELETE /project/4c859e38-d7f9-494c-a30b-7fde3fb0b80a HTTP/1.1" 200 115 0.723718 10.0.0.23 - - [2026-01-15 02:16:51] "DELETE /access-control-list/35bafbdd-cc21-4fc2-9073-2f1732636a6e HTTP/1.1" 200 115 0.082850 10.0.0.23 - - [2026-01-15 02:16:51] "DELETE /project/cd6338de-6bb6-4de0-9c1f-1de4e208eb39 HTTP/1.1" 200 115 0.753123 10.0.0.23 - - [2026-01-15 02:16:51] "DELETE /access-control-list/6aeb966e-cf20-4c62-a109-cde9716e3371 HTTP/1.1" 200 115 0.038063 10.0.0.23 - - [2026-01-15 02:16:51] "DELETE /project/69eb8009-1642-4600-9ec9-f16c33ce091e HTTP/1.1" 200 115 0.820527 10.0.0.23 - - [2026-01-15 02:16:51] "DELETE /project/9abc5461-0be4-4562-8345-4ff7ee70a3c8 HTTP/1.1" 200 115 0.814560 10.0.0.23 - - [2026-01-15 02:16:51] "DELETE /project/00685102-df40-4613-849b-455ae560bcd7 HTTP/1.1" 200 115 0.822086 10.0.0.23 - - [2026-01-15 02:16:51] "DELETE /access-control-list/2e9f3ed9-6fe0-4eb8-a0c0-6554f49d20a6 HTTP/1.1" 200 115 0.034280 10.0.0.23 - - [2026-01-15 02:16:51] "DELETE /project/40e9f942-b9cf-4b3f-a8d7-866f4c55beca HTTP/1.1" 200 115 0.807513 10.0.0.23 - - [2026-01-15 02:16:51] "DELETE /access-control-list/bcccdb60-e772-4b7c-bd01-4cd1d2deb53d HTTP/1.1" 200 115 0.031979 10.0.0.23 - - [2026-01-15 02:16:51] "DELETE /access-control-list/505ec80e-f9bb-4bbf-ae64-6ffee0123f2a HTTP/1.1" 200 115 0.018650 10.0.0.23 - - [2026-01-15 02:16:51] "DELETE /access-control-list/18cab747-35db-43ff-9d95-860ae8644203 HTTP/1.1" 200 115 0.019637 10.0.0.23 - - [2026-01-15 02:16:51] "DELETE /access-control-list/bc5fb400-8b8f-4c1e-ac44-50182bfb3909 HTTP/1.1" 200 115 0.020640 10.0.0.23 - - [2026-01-15 02:16:51] "DELETE /access-control-list/f841cc17-32d6-4419-bdda-8567eb33a6cb HTTP/1.1" 200 115 0.020107 10.0.0.23 - - [2026-01-15 02:16:51] "DELETE /access-control-list/20c6bd98-3622-4c3f-a4e4-a3f4b84d61c0 HTTP/1.1" 200 115 0.023112 10.0.0.23 - - [2026-01-15 02:16:51] "DELETE /access-control-list/23d6dcb6-b9da-420d-93a1-b8bbf3e8539b HTTP/1.1" 200 115 0.018531 10.0.0.23 - - [2026-01-15 02:16:59] "GET /obj-perms HTTP/1.1" 200 5056 0.054178 10.0.0.23 - - [2026-01-15 02:17:00] "GET /obj-perms HTTP/1.1" 200 5056 0.051347 [Introspect:8084]10.0.0.23 - - [2026-01-15 02:17:34] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000920 [Introspect:8084]10.0.0.23 - - [2026-01-15 02:17:34] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.000874