+++ date ++ echo 'INFO: =================== Thu Mar 5 02:19:07 AM UTC 2026 ===================' INFO: =================== Thu Mar 5 02:19:07 AM UTC 2026 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ grep -o 'dev.*' +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ cut -d / -f 1 +++ local nic=ens3 +++ ip addr show dev ens3 +++ grep 'inet ' +++ awk '{print $2}' +++ head -n 1 ++ DEFAULT_LOCAL_IP=10.0.0.38 ++ 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.38 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.38 ++ ANALYTICSDB_NODES=10.0.0.38 ++ ANALYTICS_SNMP_NODES=10.0.0.38 ++ 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.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:8081 ' +++ '[' -n '10.0.0.38:8081 ' ']' +++ echo 10.0.0.38:8081 ++ ANALYTICS_SERVERS=10.0.0.38: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.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9042 ' +++ '[' -n '10.0.0.38:9042 ' ']' +++ echo 10.0.0.38:9042 ++ ANALYTICSDB_CQL_SERVERS=10.0.0.38:9042 ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.38 ++ 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.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:8086 ' +++ '[' -n '10.0.0.38:8086 ' ']' +++ echo 10.0.0.38:8086 ++ COLLECTOR_SERVERS=10.0.0.38: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.38 ++ CONFIGDB_NODES=10.0.0.38 ++ 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.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:8082 ' +++ '[' -n '10.0.0.38:8082 ' ']' +++ echo 10.0.0.38:8082 ++ CONFIG_SERVERS=10.0.0.38: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.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9161 ' +++ '[' -n '10.0.0.38:9161 ' ']' +++ echo 10.0.0.38:9161 ++ CONFIGDB_SERVERS=10.0.0.38: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.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9041 ' +++ '[' -n '10.0.0.38:9041 ' ']' +++ echo 10.0.0.38:9041 ++ CONFIGDB_CQL_SERVERS=10.0.0.38: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.252 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.252 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.38 ++ 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.38 +++ local server_address=10.0.0.38 +++ extended_server_list+=10.0.0.38:2181, +++ '[' -n 10.0.0.38:2181, ']' +++ echo 10.0.0.38:2181 ++ ZOOKEEPER_SERVERS=10.0.0.38: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.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:2181 ' +++ '[' -n '10.0.0.38:2181 ' ']' +++ echo 10.0.0.38:2181 ++ ZOOKEEPER_SERVERS_SPACE_DELIM=10.0.0.38:2181 ++ RABBITMQ_NODES=10.0.0.38 ++ 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.38 +++ local server_address=10.0.0.38 +++ extended_server_list+=10.0.0.38:5673, +++ '[' -n 10.0.0.38:5673, ']' +++ echo 10.0.0.38:5673 ++ RABBITMQ_SERVERS=10.0.0.38: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.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:6379 ' +++ '[' -n '10.0.0.38:6379 ' ']' +++ echo 10.0.0.38:6379 ++ REDIS_SERVERS=10.0.0.38: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.38 ++ 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.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9092 ' +++ '[' -n '10.0.0.38:9092 ' ']' +++ echo 10.0.0.38:9092 ++ KAFKA_SERVERS=10.0.0.38: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.38 ++ 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.38 ++ 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.38 ++ 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.38 ++ cut -d , -f 1 + local cassandra=10.0.0.38 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.38 9041 + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 + host_ip=0.0.0.0 + is_enabled + local val= + [[ '' == \t\r\u\e ]] + [[ '' == \y\e\s ]] + [[ '' == \e\n\a\b\l\e\d ]] ++ get_listen_ip_for_node CONFIG +++ find_my_ip_and_order_for_node CONFIG +++ local server_typ=CONFIG_NODES +++ cut -d ' ' -f 1 +++ find_my_ip_and_order_for_node_list 10.0.0.38 +++ local servers=10.0.0.38 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ cat /proc/net/fib_trie ++++ awk '/32 host/ { print f } {f=$2}' ++++ grep -vi host ++++ sort ++++ uniq +++ local local_ips=,10.0.0.38,10.20.0.252,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.38'\''))' +++ local server_ip=10.0.0.38 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.38 ]] +++ [[ ,10.0.0.38,10.20.0.252,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.38, ]] +++ echo 10.0.0.38 1 +++ return ++ local ip=10.0.0.38 ++ [[ -z 10.0.0.38 ]] ++ echo 10.0.0.38 + host_ip=10.0.0.38 + [[ cql == \c\q\l ]] ++ echo 10.0.0.38:9041 ++ sed 's/,/ /g' + cassandra_server_list=10.0.0.38:9041 + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.38:8082' + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + neutron_section= + mkdir -p /etc/contrail + introspect_port_list=("${CONFIG_API_INTROSPECT_PORT}") + admin_port_list=("${CONFIG_API_ADMIN_PORT}") + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT-1 )) + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT )) + cat ++ get_introspect_listen_ip_for_node CONFIG ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + add_ini_params_from_env API /etc/contrail/contrail-api-0.conf + local service_name=API + local cfg_path=/etc/contrail/contrail-api-0.conf + local delim=__ ++ set -o posix ++ set ++ grep '^API__.*__.*=.*$' ++ cut -d = -f 1 ++ sort ++ sed 's/^API__//g' + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0' + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs contrail-api + local template=contrail-api ++ dirname /var/log/contrail/config-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/config-api + chmod 755 /var/log/contrail/config-api + mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/config-api + find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:287: SyntaxWarning: "is not" with a literal. Did you mean "!="? if ip_alloc_unit is not 1: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1113: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1910: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: 03/05/2026 02:19:16.918 7fbcb2e37380 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 03/05/2026 02:19:17.087 7fbcb2e37380 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 03/05/2026 02:19:17.105 7fbcb2e37380 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 03/05/2026 02:19:17.105 7fbcb2e37380 [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.38:8082/ Hit Ctrl-C to quit. 10.0.0.38 - - [2026-03-05 02:19:20] "GET / HTTP/1.1" 503 181 0.000214 10.0.0.38 - - [2026-03-05 02:19:20] "GET / HTTP/1.1" 503 181 0.000148 10.0.0.38 - - [2026-03-05 02:19:21] "GET / HTTP/1.1" 200 35931 0.001897 10.0.0.38 - - [2026-03-05 02:19:21] "GET / HTTP/1.1" 200 45871 0.002787 10.0.0.38 - - [2026-03-05 02:19:21] "GET / HTTP/1.1" 200 45871 0.001730 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.38 - - [2026-03-05 02:19:21] "POST /fqname-to-id HTTP/1.1" 401 292 0.000831 10.0.0.38 - - [2026-03-05 02:19:21] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000346 10.0.0.38 - - [2026-03-05 02:19:22] "GET / HTTP/1.1" 200 35931 0.001549 10.0.0.38 - - [2026-03-05 02:19:22] "POST /fqname-to-id HTTP/1.1" 401 292 0.000407 10.0.0.38 - - [2026-03-05 02:19:23] "POST /fqname-to-id HTTP/1.1" 401 292 0.000425 10.0.0.38 - - [2026-03-05 02:19:23] "GET / HTTP/1.1" 200 35931 0.001525 10.0.0.38 - - [2026-03-05 02:19:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.628574 10.0.0.38 - - [2026-03-05 02:19:23] "GET /global-system-config/e6f5b8bd-427d-44a5-b2f9-1b8209cd2fb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.006890 10.0.0.38 - - [2026-03-05 02:19:23] "POST /fqname-to-id HTTP/1.1" 200 156 1.263616 10.0.0.38 - - [2026-03-05 02:19:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004206 10.0.0.38 - - [2026-03-05 02:19:23] "POST /fqname-to-id HTTP/1.1" 404 220 0.007593 10.0.0.38 - - [2026-03-05 02:19:23] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.994063 10.0.0.38 - - [2026-03-05 02:19:23] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.003367 10.0.0.38 - - [2026-03-05 02:19:23] "GET / HTTP/1.1" 200 35931 0.001623 10.0.0.38 - - [2026-03-05 02:19:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.136590 10.0.0.38 - - [2026-03-05 02:19:23] "GET /network-ipam/8c52fbd9-f9d3-4ae8-9991-e9e21c106a71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1954 0.004504 10.0.0.38 - - [2026-03-05 02:19:23] "POST /config-nodes HTTP/1.1" 200 599 0.031017 10.0.0.38 - - [2026-03-05 02:19:23] "POST /fqname-to-id HTTP/1.1" 401 292 0.000539 10.0.0.38 - - [2026-03-05 02:19:23] "GET / HTTP/1.1" 200 35931 0.001896 10.0.0.38 - - [2026-03-05 02:19:23] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000413 10.0.0.38 - - [2026-03-05 02:19:24] "POST /fqname-to-id HTTP/1.1" 404 225 0.003611 /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.38 - - [2026-03-05 02:19:24] "POST /access-control-lists HTTP/1.1" 200 587 0.033968 10.0.0.38 - - [2026-03-05 02:19:24] "POST /fqname-to-id HTTP/1.1" 404 224 0.003865 10.0.0.38 - - [2026-03-05 02:19:24] "GET / HTTP/1.1" 200 35931 0.001393 10.0.0.38 - - [2026-03-05 02:19:24] "POST /fqname-to-id HTTP/1.1" 401 292 0.000364 10.0.0.38 - - [2026-03-05 02:19:24] "POST /access-control-lists HTTP/1.1" 200 585 0.029427 10.0.0.38 - - [2026-03-05 02:19:24] "POST /route-targets HTTP/1.1" 200 327 0.015000 10.0.0.38 - - [2026-03-05 02:19:24] "POST /ref-update HTTP/1.1" 200 156 0.014936 10.0.0.38 - - [2026-03-05 02:19:24] "POST /fqname-to-id HTTP/1.1" 404 186 0.335780 10.0.0.38 - - [2026-03-05 02:19:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003732 10.0.0.38 - - [2026-03-05 02:19:24] "POST /route-targets HTTP/1.1" 200 327 0.018160 10.0.0.38 - - [2026-03-05 02:19:24] "GET /global-system-config/e6f5b8bd-427d-44a5-b2f9-1b8209cd2fb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.007305 10.0.0.38 - - [2026-03-05 02:19:24] "POST /ref-update HTTP/1.1" 200 156 0.011014 10.0.0.38 - - [2026-03-05 02:19:24] "POST /service-appliance-sets HTTP/1.1" 200 553 0.021210 10.0.0.38 - - [2026-03-05 02:19:24] "POST /route-targets HTTP/1.1" 200 327 0.010797 10.0.0.38 - - [2026-03-05 02:19:24] "POST /fqname-to-id HTTP/1.1" 404 180 0.003062 10.0.0.38 - - [2026-03-05 02:19:24] "POST /ref-update HTTP/1.1" 200 156 0.012242 10.0.0.38 - - [2026-03-05 02:19:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003161 10.0.0.38 - - [2026-03-05 02:19:24] "GET /global-system-config/e6f5b8bd-427d-44a5-b2f9-1b8209cd2fb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.006498 10.0.0.38 - - [2026-03-05 02:19:24] "POST /route-targets HTTP/1.1" 200 327 0.024716 10.0.0.38 - - [2026-03-05 02:19:24] "POST /ref-update HTTP/1.1" 200 156 0.014583 10.0.0.38 - - [2026-03-05 02:19:24] "POST /service-appliance-sets HTTP/1.1" 200 541 0.029591 10.0.0.38 - - [2026-03-05 02:19:24] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.402474 10.0.0.38 - - [2026-03-05 02:19:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003343 10.0.0.38 - - [2026-03-05 02:19:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.080441 10.0.0.38 - - [2026-03-05 02:19:24] "GET /global-system-config/e6f5b8bd-427d-44a5-b2f9-1b8209cd2fb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.005197 10.0.0.38 - - [2026-03-05 02:19:24] "POST /fqname-to-id HTTP/1.1" 404 201 0.010742 10.0.0.38 - - [2026-03-05 02:19:24] "GET /network-ipam/8c52fbd9-f9d3-4ae8-9991-e9e21c106a71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1954 0.005596 10.0.0.38 - - [2026-03-05 02:19:25] "POST /fqname-to-id HTTP/1.1" 404 220 0.003144 10.0.0.38 - - [2026-03-05 02:19:25] "POST /access-control-lists HTTP/1.1" 200 551 0.070413 10.0.0.38 - - [2026-03-05 02:19:25] "POST /config-database-nodes HTTP/1.1" 200 617 0.019332 10.0.0.38 - - [2026-03-05 02:19:25] "PUT /access-control-list/9eef7bcd-329d-4223-8636-ddc022883d8f HTTP/1.1" 200 272 0.012851 10.0.0.38 - - [2026-03-05 02:19:25] "POST /service-templates HTTP/1.1" 200 511 0.023872 10.0.0.38 - - [2026-03-05 02:19:25] "PUT /access-control-list/0fddfce8-9591-4001-b3e3-7c73fc1ccf99 HTTP/1.1" 200 272 0.017628 10.0.0.38 - - [2026-03-05 02:19:25] "POST /service-templates HTTP/1.1" 200 501 0.025997 10.0.0.38 - - [2026-03-05 02:19:25] "POST /service-templates HTTP/1.1" 200 515 0.021666 10.0.0.38 - - [2026-03-05 02:19:25] "POST /service-templates HTTP/1.1" 200 535 0.019063 10.0.0.38 - - [2026-03-05 02:19:25] "POST /service-templates HTTP/1.1" 200 507 0.018340 10.0.0.38 - - [2026-03-05 02:19:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003248 10.0.0.38 - - [2026-03-05 02:19:29] "GET /global-vrouter-config/fd8e6dc8-92ea-4ed8-9fa3-4af7a9176102?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1216 0.003440 10.0.0.38 - - [2026-03-05 02:19:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003530 10.0.0.38 - - [2026-03-05 02:19:30] "PUT /global-vrouter-config/fd8e6dc8-92ea-4ed8-9fa3-4af7a9176102 HTTP/1.1" 200 276 0.011184 10.0.0.38 - - [2026-03-05 02:19:30] "GET / HTTP/1.1" 200 35931 0.001409 10.0.0.38 - - [2026-03-05 02:19:30] "POST /alarms HTTP/1.1" 401 292 0.000385 10.0.0.38 - - [2026-03-05 02:19:30] "POST /alarms HTTP/1.1" 200 581 0.046971 10.0.0.38 - - [2026-03-05 02:19:30] "POST /alarms HTTP/1.1" 200 575 0.020645 10.0.0.38 - - [2026-03-05 02:19:30] "POST /alarms HTTP/1.1" 200 575 0.020537 10.0.0.38 - - [2026-03-05 02:19:30] "POST /alarms HTTP/1.1" 200 559 0.017548 10.0.0.38 - - [2026-03-05 02:19:30] "POST /alarms HTTP/1.1" 200 555 0.021703 10.0.0.38 - - [2026-03-05 02:19:30] "POST /alarms HTTP/1.1" 200 557 0.023290 10.0.0.38 - - [2026-03-05 02:19:31] "POST /alarms HTTP/1.1" 200 565 0.021716 10.0.0.38 - - [2026-03-05 02:19:31] "POST /alarms HTTP/1.1" 200 549 0.019131 10.0.0.38 - - [2026-03-05 02:19:31] "POST /alarms HTTP/1.1" 200 557 0.019952 10.0.0.38 - - [2026-03-05 02:19:31] "POST /alarms HTTP/1.1" 200 567 0.017276 10.0.0.38 - - [2026-03-05 02:19:31] "POST /alarms HTTP/1.1" 200 555 0.029151 10.0.0.38 - - [2026-03-05 02:19:31] "POST /alarms HTTP/1.1" 200 567 0.021509 10.0.0.38 - - [2026-03-05 02:19:31] "POST /alarms HTTP/1.1" 200 575 0.061660 10.0.0.38 - - [2026-03-05 02:19:31] "POST /alarms HTTP/1.1" 200 569 0.017550 10.0.0.38 - - [2026-03-05 02:19:31] "POST /alarms HTTP/1.1" 200 561 0.019434 10.0.0.38 - - [2026-03-05 02:19:31] "POST /alarms HTTP/1.1" 200 561 0.023138 10.0.0.38 - - [2026-03-05 02:19:31] "POST /alarms HTTP/1.1" 200 561 0.019870 10.0.0.38 - - [2026-03-05 02:19:31] "POST /alarms HTTP/1.1" 200 547 0.017023 10.0.0.38 - - [2026-03-05 02:19:31] "POST /alarms HTTP/1.1" 200 595 0.018134 10.0.0.38 - - [2026-03-05 02:19:31] "POST /alarms HTTP/1.1" 200 575 0.032311 10.0.0.38 - - [2026-03-05 02:19:32] "POST /alarms HTTP/1.1" 200 571 0.034540 10.0.0.38 - - [2026-03-05 02:19:32] "POST /alarms HTTP/1.1" 200 583 0.028393 10.0.0.38 - - [2026-03-05 02:19:32] "POST /alarms HTTP/1.1" 200 609 0.023217 10.0.0.38 - - [2026-03-05 02:19:32] "GET / HTTP/1.1" 200 35931 0.001577 10.0.0.38 - - [2026-03-05 02:19:32] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000366 10.0.0.38 - - [2026-03-05 02:19:32] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.031748 10.0.0.38 - - [2026-03-05 02:19:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002850 10.0.0.38 - - [2026-03-05 02:19:32] "PUT /global-vrouter-config/fd8e6dc8-92ea-4ed8-9fa3-4af7a9176102 HTTP/1.1" 200 276 0.009608 10.0.0.38 - - [2026-03-05 02:19:33] "GET / HTTP/1.1" 200 35931 0.002110 10.0.0.38 - - [2026-03-05 02:19:33] "POST /fqname-to-id HTTP/1.1" 401 292 0.000472 10.0.0.38 - - [2026-03-05 02:19:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.028966 10.0.0.38 - - [2026-03-05 02:19:33] "GET /global-vrouter-config/fd8e6dc8-92ea-4ed8-9fa3-4af7a9176102?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003357 10.0.0.38 - - [2026-03-05 02:19:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003869 10.0.0.38 - - [2026-03-05 02:19:33] "PUT /global-vrouter-config/fd8e6dc8-92ea-4ed8-9fa3-4af7a9176102 HTTP/1.1" 200 276 0.009466 10.0.0.38 - - [2026-03-05 02:19:33] "GET / HTTP/1.1" 200 35931 0.001720 10.0.0.38 - - [2026-03-05 02:19:33] "POST /fqname-to-id HTTP/1.1" 401 292 0.000410 10.0.0.38 - - [2026-03-05 02:19:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.028069 10.0.0.38 - - [2026-03-05 02:19:34] "GET /global-system-config/e6f5b8bd-427d-44a5-b2f9-1b8209cd2fb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.007299 10.0.0.38 - - [2026-03-05 02:19:34] "PUT /global-system-config/e6f5b8bd-427d-44a5-b2f9-1b8209cd2fb6 HTTP/1.1" 200 274 0.015932 10.0.0.38 - - [2026-03-05 02:19:46] "GET /global-system-configs HTTP/1.1" 401 292 0.000425 10.0.0.38 - - [2026-03-05 02:19:46] "GET /global-system-configs HTTP/1.1" 401 292 0.000371 10.0.0.38 - - [2026-03-05 02:19:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000413 10.0.0.38 - - [2026-03-05 02:19:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000380 10.0.0.38 - - [2026-03-05 02:20:30] "GET / HTTP/1.1" 200 35931 0.001470 10.0.0.38 - - [2026-03-05 02:20:30] "POST /fqname-to-id HTTP/1.1" 401 292 0.000423 10.0.0.38 - - [2026-03-05 02:20:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.036704 10.0.0.38 - - [2026-03-05 02:20:30] "GET /routing-instance/aac92d2c-9871-42f4-9065-f53ece5f4eaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.004509 10.0.0.38 - - [2026-03-05 02:20:30] "POST /bgp-routers HTTP/1.1" 200 620 0.023658 10.0.0.38 - - [2026-03-05 02:20:30] "GET /bgp-router/a5996180-5292-46cb-be06-201d14dc47b8?fields=global_system_config_back_refs HTTP/1.1" 200 1117 0.005988 10.0.0.38 - - [2026-03-05 02:20:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003418 10.0.0.38 - - [2026-03-05 02:20:30] "GET /global-system-config/e6f5b8bd-427d-44a5-b2f9-1b8209cd2fb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.006317 10.0.0.38 - - [2026-03-05 02:20:30] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003543 10.0.0.38 - - [2026-03-05 02:20:30] "POST /ref-update HTTP/1.1" 200 156 0.008975 10.0.0.38 - - [2026-03-05 02:21:00] "GET / HTTP/1.1" 200 35931 0.002408 10.0.0.38 - - [2026-03-05 02:21:00] "POST /fqname-to-id HTTP/1.1" 401 292 0.000532 10.0.0.38 - - [2026-03-05 02:21:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.037300 10.0.0.38 - - [2026-03-05 02:21:00] "GET /global-system-config/e6f5b8bd-427d-44a5-b2f9-1b8209cd2fb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.009874 10.0.0.38 - - [2026-03-05 02:21:00] "POST /fqname-to-id HTTP/1.1" 404 220 0.003401 10.0.0.38 - - [2026-03-05 02:21:00] "POST /database-nodes HTTP/1.1" 200 603 0.025260 10.0.0.38 - - [2026-03-05 02:21:34] "GET / HTTP/1.1" 200 35931 0.001812 10.0.0.38 - - [2026-03-05 02:21:34] "POST /fqname-to-id HTTP/1.1" 401 292 0.000396 10.0.0.38 - - [2026-03-05 02:21:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.028733 10.0.0.38 - - [2026-03-05 02:21:34] "GET /global-system-config/e6f5b8bd-427d-44a5-b2f9-1b8209cd2fb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.005938 10.0.0.38 - - [2026-03-05 02:21:34] "POST /fqname-to-id HTTP/1.1" 404 220 0.002802 10.0.0.38 - - [2026-03-05 02:21:34] "POST /analytics-nodes HTTP/1.1" 200 605 0.018516 10.0.0.38 - - [2026-03-05 02:21:40] "GET / HTTP/1.1" 200 35931 0.001903 10.0.0.38 - - [2026-03-05 02:21:51] "GET / HTTP/1.1" 200 35931 0.001489 10.0.0.38 - - [2026-03-05 02:21:51] "POST /fqname-to-id HTTP/1.1" 401 292 0.000391 10.0.0.38 - - [2026-03-05 02:21:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.025675 10.0.0.38 - - [2026-03-05 02:21:51] "GET /global-system-config/e6f5b8bd-427d-44a5-b2f9-1b8209cd2fb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.005750 10.0.0.38 - - [2026-03-05 02:21:51] "POST /fqname-to-id HTTP/1.1" 404 220 0.003119 10.0.0.38 - - [2026-03-05 02:21:51] "POST /analytics-alarm-nodes HTTP/1.1" 200 617 0.025850 10.0.0.38 - - [2026-03-05 02:22:07] "GET / HTTP/1.1" 200 35931 0.002427 10.0.0.38 - - [2026-03-05 02:22:07] "POST /fqname-to-id HTTP/1.1" 401 292 0.000451 10.0.0.38 - - [2026-03-05 02:22:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.038184 10.0.0.38 - - [2026-03-05 02:22:07] "GET /global-system-config/e6f5b8bd-427d-44a5-b2f9-1b8209cd2fb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.006521 10.0.0.38 - - [2026-03-05 02:22:07] "POST /fqname-to-id HTTP/1.1" 404 220 0.003150 10.0.0.38 - - [2026-03-05 02:22:07] "POST /analytics-snmp-nodes HTTP/1.1" 200 615 0.027820 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.38 - - [2026-03-05 02:22:27] "GET /obj-perms HTTP/1.1" 200 5056 0.397066 10.0.0.38 - - [2026-03-05 02:22:27] "GET /obj-perms HTTP/1.1" 200 5056 0.065276 10.0.0.38 - - [2026-03-05 02:23:27] "GET /obj-perms HTTP/1.1" 200 5056 0.057680 10.0.0.38 - - [2026-03-05 02:23:28] "GET /obj-perms HTTP/1.1" 200 5056 0.052024 10.0.0.38 - - [2026-03-05 02:24:02] "GET / HTTP/1.1" 200 35931 0.001446 10.0.0.38 - - [2026-03-05 02:24:02] "POST /fqname-to-id HTTP/1.1" 401 292 0.000417 10.0.0.38 - - [2026-03-05 02:24:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.035430 10.0.0.38 - - [2026-03-05 02:24:02] "GET /global-system-config/e6f5b8bd-427d-44a5-b2f9-1b8209cd2fb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.007697 10.0.0.38 - - [2026-03-05 02:24:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003695 10.0.0.38 - - [2026-03-05 02:24:02] "GET /routing-instance/aac92d2c-9871-42f4-9065-f53ece5f4eaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.004028 10.0.0.38 - - [2026-03-05 02:24:03] "PUT /global-system-config/e6f5b8bd-427d-44a5-b2f9-1b8209cd2fb6 HTTP/1.1" 200 274 0.012614 10.0.0.38 - - [2026-03-05 02:24:03] "POST /fqname-to-id HTTP/1.1" 404 218 0.003402 10.0.0.38 - - [2026-03-05 02:24:03] "POST /virtual-routers HTTP/1.1" 200 603 0.022605 10.0.0.38 - - [2026-03-05 02:24:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004069 10.0.0.38 - - [2026-03-05 02:24:03] "GET /virtual-router/788ad344-c20c-430d-a12c-0c61439b72e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1246 0.005849 10.0.0.38 - - [2026-03-05 02:24:03] "POST /fqname-to-id HTTP/1.1" 404 231 0.003814 10.0.0.38 - - [2026-03-05 02:24:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003180 10.0.0.38 - - [2026-03-05 02:24:03] "GET /virtual-network/bedfe819-f24a-4a76-aaa5-119ede04dc57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.005890 10.0.0.38 - - [2026-03-05 02:24:03] "POST /virtual-machine-interfaces HTTP/1.1" 200 585 0.047997 10.0.0.38 - - [2026-03-05 02:24:03] "PUT /access-control-list/e1df6a01-ca77-47a6-859b-7ae543c83028 HTTP/1.1" 200 272 0.014503 [Introspect:8084]10.0.0.38 - - [2026-03-05 02:24:07] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001027 [Introspect:8084]10.0.0.38 - - [2026-03-05 02:24:08] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001000 [Introspect:8084]10.0.0.38 - - [2026-03-05 02:24:10] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001172 [Introspect:8084]10.0.0.38 - - [2026-03-05 02:24:10] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001323 10.0.0.38 - - [2026-03-05 02:24:28] "GET /obj-perms HTTP/1.1" 200 5056 0.065500 10.0.0.38 - - [2026-03-05 02:24:28] "GET /obj-perms HTTP/1.1" 200 5056 0.069644 10.0.0.38 - - [2026-03-05 02:24:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003406 10.0.0.38 - - [2026-03-05 02:24:28] "GET /virtual-router/788ad344-c20c-430d-a12c-0c61439b72e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1246 0.004691 10.0.0.38 - - [2026-03-05 02:24:46] "GET /global-system-configs HTTP/1.1" 401 292 0.000469 10.0.0.38 - - [2026-03-05 02:24:46] "GET /global-system-configs HTTP/1.1" 401 292 0.000444 10.0.0.38 - - [2026-03-05 02:24:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000373 10.0.0.38 - - [2026-03-05 02:24:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000419 10.0.0.38 - - [2026-03-05 02:25:21] "GET / HTTP/1.1" 200 35931 0.001571 10.0.0.38 - - [2026-03-05 02:25:22] "GET /project/dcd0c531-8730-4756-9d14-f9253308d6b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000393 10.0.0.38 - - [2026-03-05 02:25:22] "GET /projects?obj_uuids=dcd0c531-8730-4756-9d14-f9253308d6b9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.026303 10.0.0.38 - - [2026-03-05 02:25:22] "GET /domains?obj_uuids=f0f8f0ab-ad00-4bf2-b32c-7ffe83ec7aa0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001132 10.0.0.38 - - [2026-03-05 02:25:22] "GET /domain/f0f8f0ab-ad00-4bf2-b32c-7ffe83ec7aa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.028627 10.0.0.38 - - [2026-03-05 02:25:22] "POST /id-to-fqname HTTP/1.1" 200 167 0.001198 10.0.0.38 - - [2026-03-05 02:25:22] "POST /fqname-to-id HTTP/1.1" 404 176 0.002533 10.0.0.38 - - [2026-03-05 02:25:22] "POST /security-groups HTTP/1.1" 200 568 0.061024 10.0.0.38 - - [2026-03-05 02:25:22] "POST /fqname-to-id HTTP/1.1" 404 207 0.025661 10.0.0.38 - - [2026-03-05 02:25:22] "POST /projects HTTP/1.1" 200 539 0.207659 10.0.0.38 - - [2026-03-05 02:25:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.277057 10.0.0.38 - - [2026-03-05 02:25:23] "POST /access-control-lists HTTP/1.1" 200 573 0.060739 10.0.0.38 - - [2026-03-05 02:25:23] "POST /fqname-to-id HTTP/1.1" 404 206 0.002339 10.0.0.38 - - [2026-03-05 02:25:23] "GET /project/dcd0c531-8730-4756-9d14-f9253308d6b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.438956 10.0.0.38 - - [2026-03-05 02:25:23] "POST /access-control-lists HTTP/1.1" 200 571 0.060977 [Introspect:8084]10.0.0.38 - - [2026-03-05 02:25:23] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001320 10.0.0.38 - - [2026-03-05 02:25:23] "POST /fqname-to-id HTTP/1.1" 404 199 0.024585 10.0.0.38 - - [2026-03-05 02:25:23] "GET /projects?obj_uuids=966f42ec-cfce-41bf-b0dc-8ec845742cf7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002387 10.0.0.38 - - [2026-03-05 02:25:23] "GET /domains?obj_uuids=f0f8f0ab-ad00-4bf2-b32c-7ffe83ec7aa0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000954 10.0.0.38 - - [2026-03-05 02:25:23] "GET /domain/f0f8f0ab-ad00-4bf2-b32c-7ffe83ec7aa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007084 10.0.0.38 - - [2026-03-05 02:25:24] "POST /id-to-fqname HTTP/1.1" 200 201 0.001054 10.0.0.38 - - [2026-03-05 02:25:24] "POST /fqname-to-id HTTP/1.1" 404 210 0.001892 10.0.0.38 - - [2026-03-05 02:25:24] "POST /security-groups HTTP/1.1" 200 602 0.064986 10.0.0.38 - - [2026-03-05 02:25:24] "POST /fqname-to-id HTTP/1.1" 404 245 0.003550 10.0.0.38 - - [2026-03-05 02:25:24] "POST /projects HTTP/1.1" 200 607 0.205685 10.0.0.38 - - [2026-03-05 02:25:24] "POST /access-control-lists HTTP/1.1" 200 607 0.060035 10.0.0.38 - - [2026-03-05 02:25:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.275070 10.0.0.38 - - [2026-03-05 02:25:24] "POST /fqname-to-id HTTP/1.1" 404 244 0.003223 10.0.0.38 - - [2026-03-05 02:25:24] "GET /project/966f42ec-cfce-41bf-b0dc-8ec845742cf7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.397626 10.0.0.38 - - [2026-03-05 02:25:24] "POST /access-control-lists HTTP/1.1" 200 605 0.061216 10.0.0.38 - - [2026-03-05 02:25:25] "DELETE /project/966f42eccfce41bfb0dc8ec845742cf7 HTTP/1.1" 404 173 0.052475 10.0.0.38 - - [2026-03-05 02:25:25] "DELETE /project/dcd0c531873047569d14f9253308d6b9 HTTP/1.1" 404 173 0.002326 10.0.0.38 - - [2026-03-05 02:25:25] "GET / HTTP/1.1" 200 35931 0.001449 10.0.0.38 - - [2026-03-05 02:25:25] "POST /fqname-to-id HTTP/1.1" 401 292 0.000449 10.0.0.38 - - [2026-03-05 02:25:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.027038 10.0.0.38 - - [2026-03-05 02:25:26] "GET /projects?obj_uuids=966f42ec-cfce-41bf-b0dc-8ec845742cf7&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000943 10.0.0.38 - - [2026-03-05 02:25:26] "GET /project/966f42ec-cfce-41bf-b0dc-8ec845742cf7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.022582 10.0.0.38 - - [2026-03-05 02:25:26] "POST /neutron/network HTTP/1.1" 200 117 0.038764 10.0.0.38 - - [2026-03-05 02:25:26] "GET /projects?obj_uuids=966f42ec-cfce-41bf-b0dc-8ec845742cf7&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001208 10.0.0.38 - - [2026-03-05 02:25:26] "POST /neutron/network HTTP/1.1" 200 620 0.067771 10.0.0.38 - - [2026-03-05 02:25:26] "POST /route-targets HTTP/1.1" 200 327 0.014960 10.0.0.38 - - [2026-03-05 02:25:26] "POST /ref-update HTTP/1.1" 200 156 0.027210 10.0.0.38 - - [2026-03-05 02:25:26] "POST /useragent-kv HTTP/1.1" 200 115 0.004687 10.0.0.38 - - [2026-03-05 02:25:26] "POST /neutron/subnet HTTP/1.1" 200 724 0.165937 10.0.0.38 - - [2026-03-05 02:25:26] "POST /neutron/network HTTP/1.1" 200 839 0.005519 10.0.0.38 - - [2026-03-05 02:25:26] "POST /id-to-fqname HTTP/1.1" 200 233 0.001113 10.0.0.38 - - [2026-03-05 02:25:26] "GET /virtual-network/899655c3-cf3a-42d1-bb10-6d7121c03f9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.006647 10.0.0.38 - - [2026-03-05 02:25:27] "POST /neutron/network HTTP/1.1" 200 839 0.008505 10.0.0.38 - - [2026-03-05 02:25:27] "GET /virtual-network/899655c3-cf3a-42d1-bb10-6d7121c03f9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005922 10.0.0.38 - - [2026-03-05 02:25:27] "POST /neutron/network HTTP/1.1" 200 839 0.005688 10.0.0.38 - - [2026-03-05 02:25:27] "POST /neutron/subnet HTTP/1.1" 200 724 0.008389 10.0.0.38 - - [2026-03-05 02:25:27] "GET /domains HTTP/1.1" 401 292 0.000401 10.0.0.38 - - [2026-03-05 02:25:27] "GET /domains HTTP/1.1" 200 280 0.025596 10.0.0.38 - - [2026-03-05 02:25:27] "GET /domains?obj_uuids=f0f8f0ab-ad00-4bf2-b32c-7ffe83ec7aa0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001088 10.0.0.38 - - [2026-03-05 02:25:27] "GET /domain/f0f8f0ab-ad00-4bf2-b32c-7ffe83ec7aa0 HTTP/1.1" 200 2585 0.011360 10.0.0.38 - - [2026-03-05 02:25:27] "GET /projects?obj_uuids=966f42ec-cfce-41bf-b0dc-8ec845742cf7&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001106 10.0.0.38 - - [2026-03-05 02:25:27] "GET /project/966f42ec-cfce-41bf-b0dc-8ec845742cf7 HTTP/1.1" 200 2169 0.086272 10.0.0.38 - - [2026-03-05 02:25:27] "GET /virtual-network/899655c3-cf3a-42d1-bb10-6d7121c03f9e HTTP/1.1" 200 2342 0.007722 10.0.0.38 - - [2026-03-05 02:25:27] "GET /virtual-network/899655c3-cf3a-42d1-bb10-6d7121c03f9e HTTP/1.1" 200 2342 0.004683 10.0.0.38 - - [2026-03-05 02:25:27] "GET /routing-instance/8efde9a4-255c-4d8a-8a68-61bf7313600f HTTP/1.1" 200 1494 0.005018 10.0.0.38 - - [2026-03-05 02:25:27] "GET /routing-instance/8efde9a4-255c-4d8a-8a68-61bf7313600f HTTP/1.1" 200 1494 0.003293 10.0.0.38 - - [2026-03-05 02:25:27] "GET /route-target/966e25e2-d7e9-4b88-9336-d658a8783411 HTTP/1.1" 200 1220 0.003052 10.0.0.38 - - [2026-03-05 02:25:27] "GET /virtual-network/899655c3-cf3a-42d1-bb10-6d7121c03f9e HTTP/1.1" 200 2342 0.004599 10.0.0.38 - - [2026-03-05 02:25:27] "GET /routing-instance/8efde9a4-255c-4d8a-8a68-61bf7313600f HTTP/1.1" 200 1494 0.003573 10.0.0.38 - - [2026-03-05 02:25:27] "GET /virtual-network/899655c3-cf3a-42d1-bb10-6d7121c03f9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005225 10.0.0.38 - - [2026-03-05 02:25:27] "GET /virtual-network/899655c3-cf3a-42d1-bb10-6d7121c03f9e HTTP/1.1" 200 2342 0.005495 10.0.0.38 - - [2026-03-05 02:25:27] "GET /routing-instance/8efde9a4-255c-4d8a-8a68-61bf7313600f HTTP/1.1" 200 1494 0.003996 10.0.0.38 - - [2026-03-05 02:25:27] "GET /routing-instance/8efde9a4-255c-4d8a-8a68-61bf7313600f HTTP/1.1" 200 1494 0.004227 10.0.0.38 - - [2026-03-05 02:25:27] "GET /route-target/966e25e2-d7e9-4b88-9336-d658a8783411 HTTP/1.1" 200 1220 0.003573 10.0.0.38 - - [2026-03-05 02:25:27] "GET /domains HTTP/1.1" 200 280 0.003113 10.0.0.38 - - [2026-03-05 02:25:27] "GET /domains?obj_uuids=f0f8f0ab-ad00-4bf2-b32c-7ffe83ec7aa0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001238 10.0.0.38 - - [2026-03-05 02:25:27] "GET /domain/f0f8f0ab-ad00-4bf2-b32c-7ffe83ec7aa0 HTTP/1.1" 200 2585 0.008428 10.0.0.38 - - [2026-03-05 02:25:27] "GET /projects?obj_uuids=966f42ec-cfce-41bf-b0dc-8ec845742cf7&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001347 10.0.0.38 - - [2026-03-05 02:25:27] "GET /project/966f42ec-cfce-41bf-b0dc-8ec845742cf7 HTTP/1.1" 200 2169 0.071533 10.0.0.38 - - [2026-03-05 02:25:27] "GET /virtual-network/899655c3-cf3a-42d1-bb10-6d7121c03f9e HTTP/1.1" 200 2342 0.004541 10.0.0.38 - - [2026-03-05 02:25:28] "GET /obj-perms HTTP/1.1" 200 5052 0.046753 10.0.0.38 - - [2026-03-05 02:25:28] "POST /id-to-fqname HTTP/1.1" 200 233 0.001157 10.0.0.38 - - [2026-03-05 02:25:29] "GET /obj-perms HTTP/1.1" 200 5056 0.055009 10.0.0.38 - - [2026-03-05 02:25:29] "POST /neutron/network HTTP/1.1" 200 849 0.005470 10.0.0.38 - - [2026-03-05 02:25:29] "GET /aaa-mode HTTP/1.1" 401 292 0.000521 10.0.0.38 - - [2026-03-05 02:25:29] "GET /obj-perms HTTP/1.1" 200 5056 0.077165 10.0.0.38 - - [2026-03-05 02:25:30] "GET / HTTP/1.1" 200 35931 0.002057 10.0.0.38 - - [2026-03-05 02:25:30] "GET /project/966f42ec-cfce-41bf-b0dc-8ec845742cf7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000378 10.0.0.38 - - [2026-03-05 02:25:30] "GET /projects?obj_uuids=966f42ec-cfce-41bf-b0dc-8ec845742cf7&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000963 10.0.0.38 - - [2026-03-05 02:25:30] "GET /project/966f42ec-cfce-41bf-b0dc-8ec845742cf7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.046171 10.0.0.38 - - [2026-03-05 02:25:31] "POST /neutron/network HTTP/1.1" 200 839 0.029002 10.0.0.38 - - [2026-03-05 02:25:31] "POST /neutron/port HTTP/1.1" 200 117 0.005192 10.0.0.38 - - [2026-03-05 02:25:31] "POST /neutron/port HTTP/1.1" 200 117 0.005981 10.0.0.38 - - [2026-03-05 02:25:31] "POST /neutron/port HTTP/1.1" 200 117 0.005095 10.0.0.38 - - [2026-03-05 02:25:32] "POST /neutron/network HTTP/1.1" 200 849 0.005575 10.0.0.38 - - [2026-03-05 02:25:32] "GET /projects?obj_uuids=966f42ec-cfce-41bf-b0dc-8ec845742cf7&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001141 10.0.0.38 - - [2026-03-05 02:25:32] "POST /neutron/port HTTP/1.1" 200 1071 0.233347 10.0.0.38 - - [2026-03-05 02:25:33] "POST /neutron/port HTTP/1.1" 200 1071 0.033694 10.0.0.38 - - [2026-03-05 02:25:33] "POST /neutron/port HTTP/1.1" 200 1071 0.009567 10.0.0.38 - - [2026-03-05 02:25:33] "POST /neutron/port HTTP/1.1" 200 1125 0.061349 10.0.0.38 - - [2026-03-05 02:25:33] "POST /neutron/port HTTP/1.1" 200 1135 0.014984 10.0.0.38 - - [2026-03-05 02:25:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003498 10.0.0.38 - - [2026-03-05 02:25:33] "POST /neutron/subnet HTTP/1.1" 200 698 0.007463 10.0.0.38 - - [2026-03-05 02:25:33] "POST /neutron/port HTTP/1.1" 200 117 0.001090 10.0.0.38 - - [2026-03-05 02:25:33] "POST /neutron/network HTTP/1.1" 200 839 0.005578 10.0.0.38 - - [2026-03-05 02:25:36] "POST /neutron/port HTTP/1.1" 200 1135 0.014347 10.0.0.38 - - [2026-03-05 02:25:36] "POST /neutron/security_group HTTP/1.1" 200 2069 0.026911 10.0.0.38 - - [2026-03-05 02:25:41] "POST /neutron/port HTTP/1.1" 200 1135 0.013143 10.0.0.38 - - [2026-03-05 02:25:41] "POST /neutron/security_group HTTP/1.1" 200 2069 0.005823 10.0.0.38 - - [2026-03-05 02:25:41] "GET /obj-perms HTTP/1.1" 200 5052 0.003055 10.0.0.38 - - [2026-03-05 02:25:42] "GET /obj-perms HTTP/1.1" 200 5052 0.003290 10.0.0.38 - - [2026-03-05 02:25:43] "GET /obj-perms HTTP/1.1" 200 5052 0.003521 10.0.0.38 - - [2026-03-05 02:25:43] "POST /neutron/port HTTP/1.1" 200 1135 0.012840 10.0.0.38 - - [2026-03-05 02:25:44] "POST /neutron/port HTTP/1.1" 200 1135 0.014925 10.0.0.38 - - [2026-03-05 02:25:44] "POST /neutron/network HTTP/1.1" 200 849 0.005974 10.0.0.38 - - [2026-03-05 02:25:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003842 10.0.0.38 - - [2026-03-05 02:25:44] "POST /neutron/subnet HTTP/1.1" 200 698 0.006553 10.0.0.38 - - [2026-03-05 02:25:44] "POST /neutron/port HTTP/1.1" 200 117 0.001083 10.0.0.38 - - [2026-03-05 02:25:44] "POST /neutron/network HTTP/1.1" 200 839 0.006942 10.0.0.38 - - [2026-03-05 02:25:44] "GET /obj-perms HTTP/1.1" 200 5052 0.003280 10.0.0.38 - - [2026-03-05 02:25:45] "GET /obj-perms HTTP/1.1" 200 5052 0.003434 10.0.0.38 - - [2026-03-05 02:25:47] "POST /neutron/network HTTP/1.1" 200 839 0.007278 10.0.0.38 - - [2026-03-05 02:25:47] "POST /neutron/network HTTP/1.1" 400 204 0.011099 10.0.0.38 - - [2026-03-05 02:25:47] "POST /neutron/port HTTP/1.1" 200 1135 0.012398 10.0.0.38 - - [2026-03-05 02:25:47] "POST /neutron/port HTTP/1.1" 200 1125 0.009864 10.0.0.38 - - [2026-03-05 02:25:47] "POST /neutron/port HTTP/1.1" 200 151 0.105370 10.0.0.38 - - [2026-03-05 02:25:48] "POST /neutron/port HTTP/1.1" 200 117 0.026432 10.0.0.38 - - [2026-03-05 02:25:49] "POST /neutron/network HTTP/1.1" 200 839 0.005583 10.0.0.38 - - [2026-03-05 02:25:49] "POST /useragent-kv HTTP/1.1" 200 115 0.003240 10.0.0.38 - - [2026-03-05 02:25:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003611 10.0.0.38 - - [2026-03-05 02:25:49] "POST /useragent-kv HTTP/1.1" 200 115 0.002645 10.0.0.38 - - [2026-03-05 02:25:49] "POST /neutron/network HTTP/1.1" 200 151 0.074949 10.0.0.38 - - [2026-03-05 02:25:49] "DELETE /route-target/966e25e2-d7e9-4b88-9336-d658a8783411 HTTP/1.1" 200 115 0.014973 10.0.0.38 - - [2026-03-05 02:25:49] "GET /routing-instance/8efde9a4-255c-4d8a-8a68-61bf7313600f HTTP/1.1" 404 171 0.002970 10.0.0.38 - - [2026-03-05 02:25:49] "GET /domains HTTP/1.1" 200 280 0.002796 10.0.0.38 - - [2026-03-05 02:25:49] "GET /domains?obj_uuids=f0f8f0ab-ad00-4bf2-b32c-7ffe83ec7aa0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001256 10.0.0.38 - - [2026-03-05 02:25:49] "GET /domain/f0f8f0ab-ad00-4bf2-b32c-7ffe83ec7aa0 HTTP/1.1" 200 2585 0.048423 10.0.0.38 - - [2026-03-05 02:25:49] "GET /projects?obj_uuids=966f42ec-cfce-41bf-b0dc-8ec845742cf7&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000894 10.0.0.38 - - [2026-03-05 02:25:49] "GET /project/966f42ec-cfce-41bf-b0dc-8ec845742cf7 HTTP/1.1" 200 1919 0.069727 10.0.0.38 - - [2026-03-05 02:25:49] "GET /projects?obj_uuids=966f42ec-cfce-41bf-b0dc-8ec845742cf7&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000912 10.0.0.38 - - [2026-03-05 02:25:49] "GET /project/966f42ec-cfce-41bf-b0dc-8ec845742cf7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.024331 10.0.0.38 - - [2026-03-05 02:25:49] "GET /projects?obj_uuids=966f42ec-cfce-41bf-b0dc-8ec845742cf7&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001286 10.0.0.38 - - [2026-03-05 02:25:49] "GET /project/966f42ec-cfce-41bf-b0dc-8ec845742cf7?fields=virtual_networks HTTP/1.1" 200 1055 0.072177 10.0.0.38 - - [2026-03-05 02:25:49] "GET /projects?obj_uuids=966f42ec-cfce-41bf-b0dc-8ec845742cf7&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000919 10.0.0.38 - - [2026-03-05 02:25:49] "GET /project/966f42ec-cfce-41bf-b0dc-8ec845742cf7?fields=virtual_machine_interfaces HTTP/1.1" 200 1055 0.022940 10.0.0.38 - - [2026-03-05 02:25:49] "GET /projects?obj_uuids=966f42ec-cfce-41bf-b0dc-8ec845742cf7&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000978 10.0.0.38 - - [2026-03-05 02:25:49] "GET /project/966f42ec-cfce-41bf-b0dc-8ec845742cf7?fields=security_groups HTTP/1.1" 200 1292 0.023601 10.0.0.38 - - [2026-03-05 02:25:50] "GET /projects?obj_uuids=dcd0c531-8730-4756-9d14-f9253308d6b9&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000936 10.0.0.38 - - [2026-03-05 02:25:50] "GET /project/dcd0c531-8730-4756-9d14-f9253308d6b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.023720 10.0.0.38 - - [2026-03-05 02:25:54] "GET /projects?obj_uuids=dcd0c531-8730-4756-9d14-f9253308d6b9&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001293 10.0.0.38 - - [2026-03-05 02:25:54] "GET /project/dcd0c531-8730-4756-9d14-f9253308d6b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.034208 10.0.0.38 - - [2026-03-05 02:25:54] "GET /documentation/index.html HTTP/1.1" 200 219571 0.003460 10.0.0.38 - - [2026-03-05 02:25:54] "POST /fqname-to-id HTTP/1.1" 404 200 0.030418 10.0.0.38 - - [2026-03-05 02:25:55] "GET /projects?obj_uuids=88f9a80d-1b17-4b2f-8baf-9afe6124d373&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002495 10.0.0.38 - - [2026-03-05 02:25:55] "GET /domains?obj_uuids=f0f8f0ab-ad00-4bf2-b32c-7ffe83ec7aa0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000980 10.0.0.38 - - [2026-03-05 02:25:55] "GET /domain/f0f8f0ab-ad00-4bf2-b32c-7ffe83ec7aa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006305 10.0.0.38 - - [2026-03-05 02:25:55] "POST /id-to-fqname HTTP/1.1" 200 202 0.001545 10.0.0.38 - - [2026-03-05 02:25:55] "POST /fqname-to-id HTTP/1.1" 404 211 0.002925 10.0.0.38 - - [2026-03-05 02:25:55] "POST /security-groups HTTP/1.1" 200 603 0.064703 10.0.0.38 - - [2026-03-05 02:25:55] "POST /fqname-to-id HTTP/1.1" 404 246 0.003681 10.0.0.38 - - [2026-03-05 02:25:55] "POST /projects HTTP/1.1" 200 609 0.222906 10.0.0.38 - - [2026-03-05 02:25:55] "POST /access-control-lists HTTP/1.1" 200 608 0.057111 10.0.0.38 - - [2026-03-05 02:25:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.292591 10.0.0.38 - - [2026-03-05 02:25:55] "POST /fqname-to-id HTTP/1.1" 404 245 0.002600 10.0.0.38 - - [2026-03-05 02:25:55] "GET /project/88f9a80d-1b17-4b2f-8baf-9afe6124d373?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.407483 10.0.0.38 - - [2026-03-05 02:25:55] "POST /access-control-lists HTTP/1.1" 200 606 0.060837 10.0.0.38 - - [2026-03-05 02:25:56] "GET / HTTP/1.1" 200 35931 0.001721 10.0.0.38 - - [2026-03-05 02:25:56] "GET /projects?obj_uuids=dcd0c531-8730-4756-9d14-f9253308d6b9&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000961 10.0.0.38 - - [2026-03-05 02:25:56] "GET /project/dcd0c531-8730-4756-9d14-f9253308d6b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.024484 10.0.0.38 - - [2026-03-05 02:25:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002894 10.0.0.38 - - [2026-03-05 02:25:57] "GET /security-group/379891a8-58c4-487b-b382-a71ee2100fbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3685 0.004940 10.0.0.38 - - [2026-03-05 02:25:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002838 10.0.0.38 - - [2026-03-05 02:25:57] "GET /projects?obj_uuids=dcd0c531-8730-4756-9d14-f9253308d6b9&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001372 10.0.0.38 - - [2026-03-05 02:25:57] "GET /project/dcd0c531-8730-4756-9d14-f9253308d6b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.026074 10.0.0.38 - - [2026-03-05 02:25:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002607 10.0.0.38 - - [2026-03-05 02:25:57] "GET /security-group/379891a8-58c4-487b-b382-a71ee2100fbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3685 0.003474 10.0.0.38 - - [2026-03-05 02:25:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002755 10.0.0.38 - - [2026-03-05 02:25:57] "PUT /security-group/379891a8-58c4-487b-b382-a71ee2100fbd HTTP/1.1" 200 262 0.017424 10.0.0.38 - - [2026-03-05 02:25:57] "PUT /access-control-list/13544eae-ee2f-44d7-9179-78a261d06bf4 HTTP/1.1" 200 272 0.007639 10.0.0.38 - - [2026-03-05 02:25:57] "PUT /access-control-list/6d7862e5-874e-4d12-a87d-bbcd8c2f5b50 HTTP/1.1" 200 272 0.010448 10.0.0.38 - - [2026-03-05 02:25:58] "POST /fqname-to-id HTTP/1.1" 401 292 0.000463 10.0.0.38 - - [2026-03-05 02:25:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.062154 10.0.0.38 - - [2026-03-05 02:25:58] "GET /projects?obj_uuids=88f9a80d-1b17-4b2f-8baf-9afe6124d373&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001061 10.0.0.38 - - [2026-03-05 02:25:58] "GET /project/88f9a80d-1b17-4b2f-8baf-9afe6124d373?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.022715 10.0.0.38 - - [2026-03-05 02:25:58] "POST /neutron/network HTTP/1.1" 200 117 0.031443 10.0.0.38 - - [2026-03-05 02:25:58] "GET /projects?obj_uuids=88f9a80d-1b17-4b2f-8baf-9afe6124d373&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001663 10.0.0.38 - - [2026-03-05 02:25:58] "POST /neutron/network HTTP/1.1" 200 619 0.064429 10.0.0.38 - - [2026-03-05 02:25:58] "POST /route-targets HTTP/1.1" 200 327 0.011042 10.0.0.38 - - [2026-03-05 02:25:58] "POST /ref-update HTTP/1.1" 200 156 0.012027 10.0.0.38 - - [2026-03-05 02:25:58] "POST /useragent-kv HTTP/1.1" 200 115 0.009474 10.0.0.38 - - [2026-03-05 02:25:58] "POST /neutron/subnet HTTP/1.1" 200 720 0.170853 10.0.0.38 - - [2026-03-05 02:25:58] "POST /neutron/network HTTP/1.1" 200 837 0.005474 10.0.0.38 - - [2026-03-05 02:25:58] "POST /id-to-fqname HTTP/1.1" 200 233 0.001148 10.0.0.38 - - [2026-03-05 02:25:58] "GET /virtual-network/e2ae68a4-5704-4308-b8fa-0adb8ca3a852?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.004766 10.0.0.38 - - [2026-03-05 02:25:59] "POST /neutron/network HTTP/1.1" 200 837 0.005720 10.0.0.38 - - [2026-03-05 02:25:59] "GET /virtual-network/e2ae68a4-5704-4308-b8fa-0adb8ca3a852?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.004686 10.0.0.38 - - [2026-03-05 02:25:59] "POST /neutron/network HTTP/1.1" 200 837 0.005396 10.0.0.38 - - [2026-03-05 02:25:59] "POST /neutron/subnet HTTP/1.1" 200 720 0.006250 10.0.0.38 - - [2026-03-05 02:25:59] "GET /domains HTTP/1.1" 401 292 0.000470 10.0.0.38 - - [2026-03-05 02:25:59] "GET /domains HTTP/1.1" 200 280 0.025417 10.0.0.38 - - [2026-03-05 02:25:59] "GET /domains?obj_uuids=f0f8f0ab-ad00-4bf2-b32c-7ffe83ec7aa0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000893 10.0.0.38 - - [2026-03-05 02:25:59] "GET /domain/f0f8f0ab-ad00-4bf2-b32c-7ffe83ec7aa0 HTTP/1.1" 200 2783 0.007619 10.0.0.38 - - [2026-03-05 02:25:59] "GET /projects?obj_uuids=88f9a80d-1b17-4b2f-8baf-9afe6124d373&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000937 10.0.0.38 - - [2026-03-05 02:25:59] "GET /project/88f9a80d-1b17-4b2f-8baf-9afe6124d373 HTTP/1.1" 200 2174 0.070724 10.0.0.38 - - [2026-03-05 02:25:59] "GET /virtual-network/e2ae68a4-5704-4308-b8fa-0adb8ca3a852 HTTP/1.1" 200 2338 0.005648 10.0.0.38 - - [2026-03-05 02:25:59] "GET /virtual-network/e2ae68a4-5704-4308-b8fa-0adb8ca3a852 HTTP/1.1" 200 2338 0.004177 10.0.0.38 - - [2026-03-05 02:25:59] "GET /routing-instance/94c17444-2da5-4cba-9ff9-09bc4e1e1f6a HTTP/1.1" 200 1492 0.003148 10.0.0.38 - - [2026-03-05 02:25:59] "GET /routing-instance/94c17444-2da5-4cba-9ff9-09bc4e1e1f6a HTTP/1.1" 200 1492 0.002939 10.0.0.38 - - [2026-03-05 02:25:59] "GET /route-target/df7b6930-12de-4fc1-b8bb-373bd0d7e85c HTTP/1.1" 200 1219 0.002547 10.0.0.38 - - [2026-03-05 02:25:59] "GET /virtual-network/e2ae68a4-5704-4308-b8fa-0adb8ca3a852 HTTP/1.1" 200 2338 0.004182 10.0.0.38 - - [2026-03-05 02:25:59] "GET /routing-instance/94c17444-2da5-4cba-9ff9-09bc4e1e1f6a HTTP/1.1" 200 1492 0.003326 10.0.0.38 - - [2026-03-05 02:25:59] "GET /virtual-network/e2ae68a4-5704-4308-b8fa-0adb8ca3a852?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.004277 10.0.0.38 - - [2026-03-05 02:25:59] "GET /virtual-network/e2ae68a4-5704-4308-b8fa-0adb8ca3a852 HTTP/1.1" 200 2338 0.004561 10.0.0.38 - - [2026-03-05 02:25:59] "GET /routing-instance/94c17444-2da5-4cba-9ff9-09bc4e1e1f6a HTTP/1.1" 200 1492 0.003015 10.0.0.38 - - [2026-03-05 02:25:59] "GET /routing-instance/94c17444-2da5-4cba-9ff9-09bc4e1e1f6a HTTP/1.1" 200 1492 0.003152 10.0.0.38 - - [2026-03-05 02:25:59] "GET /route-target/df7b6930-12de-4fc1-b8bb-373bd0d7e85c HTTP/1.1" 200 1219 0.002906 10.0.0.38 - - [2026-03-05 02:25:59] "GET /domains HTTP/1.1" 200 280 0.002431 10.0.0.38 - - [2026-03-05 02:25:59] "GET /domains?obj_uuids=f0f8f0ab-ad00-4bf2-b32c-7ffe83ec7aa0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000901 10.0.0.38 - - [2026-03-05 02:25:59] "GET /domain/f0f8f0ab-ad00-4bf2-b32c-7ffe83ec7aa0 HTTP/1.1" 200 2783 0.007801 10.0.0.38 - - [2026-03-05 02:25:59] "GET /projects?obj_uuids=88f9a80d-1b17-4b2f-8baf-9afe6124d373&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000854 10.0.0.38 - - [2026-03-05 02:25:59] "GET /project/88f9a80d-1b17-4b2f-8baf-9afe6124d373 HTTP/1.1" 200 2174 0.063940 10.0.0.38 - - [2026-03-05 02:25:59] "GET /virtual-network/e2ae68a4-5704-4308-b8fa-0adb8ca3a852 HTTP/1.1" 200 2338 0.004979 10.0.0.38 - - [2026-03-05 02:26:00] "GET /obj-perms HTTP/1.1" 200 5054 0.054139 10.0.0.38 - - [2026-03-05 02:26:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002835 10.0.0.38 - - [2026-03-05 02:26:00] "GET /projects?obj_uuids=88f9a80d-1b17-4b2f-8baf-9afe6124d373&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000927 10.0.0.38 - - [2026-03-05 02:26:00] "GET /project/88f9a80d-1b17-4b2f-8baf-9afe6124d373?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.027396 10.0.0.38 - - [2026-03-05 02:26:00] "POST /neutron/network HTTP/1.1" 200 117 0.009425 10.0.0.38 - - [2026-03-05 02:26:00] "GET /projects?obj_uuids=88f9a80d-1b17-4b2f-8baf-9afe6124d373&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000949 10.0.0.38 - - [2026-03-05 02:26:00] "POST /neutron/network HTTP/1.1" 200 619 0.065086 10.0.0.38 - - [2026-03-05 02:26:00] "POST /route-targets HTTP/1.1" 200 327 0.013104 10.0.0.38 - - [2026-03-05 02:26:00] "POST /ref-update HTTP/1.1" 200 156 0.015656 10.0.0.38 - - [2026-03-05 02:26:00] "POST /useragent-kv HTTP/1.1" 200 115 0.007508 10.0.0.38 - - [2026-03-05 02:26:00] "POST /neutron/subnet HTTP/1.1" 200 729 0.184891 10.0.0.38 - - [2026-03-05 02:26:00] "POST /neutron/network HTTP/1.1" 200 839 0.006179 10.0.0.38 - - [2026-03-05 02:26:00] "POST /id-to-fqname HTTP/1.1" 200 233 0.001328 10.0.0.38 - - [2026-03-05 02:26:00] "GET /virtual-network/92d7458a-cbb4-4ad0-82be-b51443f5c5ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.007188 10.0.0.38 - - [2026-03-05 02:26:00] "POST /neutron/network HTTP/1.1" 200 839 0.006669 10.0.0.38 - - [2026-03-05 02:26:00] "GET /virtual-network/92d7458a-cbb4-4ad0-82be-b51443f5c5ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.004848 10.0.0.38 - - [2026-03-05 02:26:00] "POST /neutron/network HTTP/1.1" 200 839 0.005380 10.0.0.38 - - [2026-03-05 02:26:00] "POST /neutron/subnet HTTP/1.1" 200 729 0.006046 10.0.0.38 - - [2026-03-05 02:26:00] "GET /domains HTTP/1.1" 200 280 0.002314 10.0.0.38 - - [2026-03-05 02:26:00] "GET /domains?obj_uuids=f0f8f0ab-ad00-4bf2-b32c-7ffe83ec7aa0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001114 10.0.0.38 - - [2026-03-05 02:26:00] "GET /domain/f0f8f0ab-ad00-4bf2-b32c-7ffe83ec7aa0 HTTP/1.1" 200 2783 0.012021 10.0.0.38 - - [2026-03-05 02:26:00] "GET /projects?obj_uuids=88f9a80d-1b17-4b2f-8baf-9afe6124d373&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000895 10.0.0.38 - - [2026-03-05 02:26:00] "GET /project/88f9a80d-1b17-4b2f-8baf-9afe6124d373 HTTP/1.1" 200 2402 0.061888 10.0.0.38 - - [2026-03-05 02:26:00] "GET /virtual-network/92d7458a-cbb4-4ad0-82be-b51443f5c5ed HTTP/1.1" 200 2343 0.005569 10.0.0.38 - - [2026-03-05 02:26:00] "GET /virtual-network/92d7458a-cbb4-4ad0-82be-b51443f5c5ed HTTP/1.1" 200 2343 0.004581 10.0.0.38 - - [2026-03-05 02:26:00] "GET /routing-instance/a098cbaf-c0c1-40bf-8d24-684add47c31b HTTP/1.1" 200 1492 0.003045 10.0.0.38 - - [2026-03-05 02:26:00] "GET /routing-instance/a098cbaf-c0c1-40bf-8d24-684add47c31b HTTP/1.1" 200 1492 0.002876 10.0.0.38 - - [2026-03-05 02:26:00] "GET /route-target/71f09cb4-2b59-4b92-b737-badab3c3ac8e HTTP/1.1" 200 1218 0.002757 10.0.0.38 - - [2026-03-05 02:26:00] "GET /virtual-network/92d7458a-cbb4-4ad0-82be-b51443f5c5ed HTTP/1.1" 200 2343 0.004556 10.0.0.38 - - [2026-03-05 02:26:00] "GET /routing-instance/a098cbaf-c0c1-40bf-8d24-684add47c31b HTTP/1.1" 200 1492 0.003369 10.0.0.38 - - [2026-03-05 02:26:00] "GET /virtual-network/92d7458a-cbb4-4ad0-82be-b51443f5c5ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.004499 10.0.0.38 - - [2026-03-05 02:26:00] "GET /virtual-network/92d7458a-cbb4-4ad0-82be-b51443f5c5ed HTTP/1.1" 200 2343 0.004546 10.0.0.38 - - [2026-03-05 02:26:00] "GET /routing-instance/a098cbaf-c0c1-40bf-8d24-684add47c31b HTTP/1.1" 200 1492 0.003573 10.0.0.38 - - [2026-03-05 02:26:00] "GET /routing-instance/a098cbaf-c0c1-40bf-8d24-684add47c31b HTTP/1.1" 200 1492 0.003488 10.0.0.38 - - [2026-03-05 02:26:00] "GET /route-target/71f09cb4-2b59-4b92-b737-badab3c3ac8e HTTP/1.1" 200 1218 0.002816 10.0.0.38 - - [2026-03-05 02:26:00] "GET /domains HTTP/1.1" 200 280 0.002778 10.0.0.38 - - [2026-03-05 02:26:00] "GET /domains?obj_uuids=f0f8f0ab-ad00-4bf2-b32c-7ffe83ec7aa0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000888 10.0.0.38 - - [2026-03-05 02:26:00] "GET /domain/f0f8f0ab-ad00-4bf2-b32c-7ffe83ec7aa0 HTTP/1.1" 200 2783 0.006979 10.0.0.38 - - [2026-03-05 02:26:00] "GET /projects?obj_uuids=88f9a80d-1b17-4b2f-8baf-9afe6124d373&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001134 10.0.0.38 - - [2026-03-05 02:26:00] "GET /project/88f9a80d-1b17-4b2f-8baf-9afe6124d373 HTTP/1.1" 200 2402 0.082845 10.0.0.38 - - [2026-03-05 02:26:00] "GET /virtual-network/92d7458a-cbb4-4ad0-82be-b51443f5c5ed HTTP/1.1" 200 2343 0.005170 10.0.0.38 - - [2026-03-05 02:26:00] "GET /obj-perms HTTP/1.1" 200 5054 0.003397 10.0.0.38 - - [2026-03-05 02:26:00] "POST /id-to-fqname HTTP/1.1" 200 233 0.001541 10.0.0.38 - - [2026-03-05 02:26:01] "POST /neutron/network HTTP/1.1" 200 849 0.005645 10.0.0.38 - - [2026-03-05 02:26:01] "GET /aaa-mode HTTP/1.1" 401 292 0.000417 10.0.0.38 - - [2026-03-05 02:26:01] "GET / HTTP/1.1" 200 35931 0.001394 10.0.0.38 - - [2026-03-05 02:26:01] "GET /project/88f9a80d-1b17-4b2f-8baf-9afe6124d373?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000354 10.0.0.38 - - [2026-03-05 02:26:01] "GET /projects?obj_uuids=88f9a80d-1b17-4b2f-8baf-9afe6124d373&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001040 10.0.0.38 - - [2026-03-05 02:26:01] "GET /project/88f9a80d-1b17-4b2f-8baf-9afe6124d373?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.053591 10.0.0.38 - - [2026-03-05 02:26:01] "POST /neutron/network HTTP/1.1" 200 839 0.005348 10.0.0.38 - - [2026-03-05 02:26:01] "POST /neutron/port HTTP/1.1" 200 117 0.005806 10.0.0.38 - - [2026-03-05 02:26:02] "POST /neutron/port HTTP/1.1" 200 117 0.006050 10.0.0.38 - - [2026-03-05 02:26:02] "POST /id-to-fqname HTTP/1.1" 200 233 0.001657 10.0.0.38 - - [2026-03-05 02:26:02] "POST /neutron/port HTTP/1.1" 200 117 0.004546 10.0.0.38 - - [2026-03-05 02:26:02] "POST /neutron/network HTTP/1.1" 200 847 0.007814 10.0.0.38 - - [2026-03-05 02:26:02] "GET /aaa-mode HTTP/1.1" 401 292 0.000420 10.0.0.38 - - [2026-03-05 02:26:02] "POST /neutron/network HTTP/1.1" 200 849 0.005126 10.0.0.38 - - [2026-03-05 02:26:02] "GET / HTTP/1.1" 200 35931 0.001560 10.0.0.38 - - [2026-03-05 02:26:02] "GET /projects?obj_uuids=88f9a80d-1b17-4b2f-8baf-9afe6124d373&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001009 10.0.0.38 - - [2026-03-05 02:26:02] "GET /project/88f9a80d-1b17-4b2f-8baf-9afe6124d373?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000307 10.0.0.38 - - [2026-03-05 02:26:02] "POST /neutron/port HTTP/1.1" 200 1073 0.237652 10.0.0.38 - - [2026-03-05 02:26:02] "POST /neutron/port HTTP/1.1" 200 1073 0.010280 10.0.0.38 - - [2026-03-05 02:26:02] "POST /neutron/port HTTP/1.1" 200 1073 0.015037 10.0.0.38 - - [2026-03-05 02:26:02] "POST /neutron/port HTTP/1.1" 200 1127 0.093217 10.0.0.38 - - [2026-03-05 02:26:02] "GET /projects?obj_uuids=88f9a80d-1b17-4b2f-8baf-9afe6124d373&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001001 10.0.0.38 - - [2026-03-05 02:26:02] "POST /neutron/port HTTP/1.1" 200 1137 0.012618 10.0.0.38 - - [2026-03-05 02:26:02] "GET /project/88f9a80d-1b17-4b2f-8baf-9afe6124d373?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.080126 10.0.0.38 - - [2026-03-05 02:26:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002769 10.0.0.38 - - [2026-03-05 02:26:02] "POST /neutron/network HTTP/1.1" 200 837 0.005333 10.0.0.38 - - [2026-03-05 02:26:02] "POST /neutron/subnet HTTP/1.1" 200 703 0.006488 10.0.0.38 - - [2026-03-05 02:26:03] "POST /neutron/port HTTP/1.1" 200 117 0.001042 10.0.0.38 - - [2026-03-05 02:26:03] "POST /neutron/network HTTP/1.1" 200 839 0.005553 10.0.0.38 - - [2026-03-05 02:26:03] "POST /neutron/port HTTP/1.1" 200 1137 0.013917 10.0.0.38 - - [2026-03-05 02:26:03] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007413 10.0.0.38 - - [2026-03-05 02:26:03] "POST /neutron/port HTTP/1.1" 200 117 0.005872 10.0.0.38 - - [2026-03-05 02:26:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003550 10.0.0.38 - - [2026-03-05 02:26:03] "GET /projects?obj_uuids=88f9a80d-1b17-4b2f-8baf-9afe6124d373&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000891 10.0.0.38 - - [2026-03-05 02:26:03] "GET /project/88f9a80d-1b17-4b2f-8baf-9afe6124d373?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.035142 10.0.0.38 - - [2026-03-05 02:26:03] "GET /virtual-network/e2ae68a4-5704-4308-b8fa-0adb8ca3a852?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.007988 10.0.0.38 - - [2026-03-05 02:26:03] "GET /floating-ip-pools?parent_id=e2ae68a4-5704-4308-b8fa-0adb8ca3a852&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003566 10.0.0.38 - - [2026-03-05 02:26:03] "GET /virtual-network/e2ae68a4-5704-4308-b8fa-0adb8ca3a852?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.006976 10.0.0.38 - - [2026-03-05 02:26:03] "POST /floating-ip-pools HTTP/1.1" 200 609 0.021907 10.0.0.38 - - [2026-03-05 02:26:03] "POST /ref-update HTTP/1.1" 200 156 0.008618 10.0.0.38 - - [2026-03-05 02:26:03] "GET /virtual-network/e2ae68a4-5704-4308-b8fa-0adb8ca3a852?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.007499 10.0.0.38 - - [2026-03-05 02:26:03] "POST /neutron/network HTTP/1.1" 200 847 0.017386 10.0.0.38 - - [2026-03-05 02:26:03] "GET /projects?obj_uuids=88f9a80d-1b17-4b2f-8baf-9afe6124d373&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001278 10.0.0.38 - - [2026-03-05 02:26:03] "GET /domains HTTP/1.1" 200 280 0.012212 10.0.0.38 - - [2026-03-05 02:26:03] "GET /domains?obj_uuids=f0f8f0ab-ad00-4bf2-b32c-7ffe83ec7aa0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001770 10.0.0.38 - - [2026-03-05 02:26:03] "GET /domain/f0f8f0ab-ad00-4bf2-b32c-7ffe83ec7aa0 HTTP/1.1" 200 2783 0.015388 10.0.0.38 - - [2026-03-05 02:26:03] "GET /projects?obj_uuids=88f9a80d-1b17-4b2f-8baf-9afe6124d373&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001485 10.0.0.38 - - [2026-03-05 02:26:03] "GET /project/88f9a80d-1b17-4b2f-8baf-9afe6124d373 HTTP/1.1" 200 3244 0.161755 10.0.0.38 - - [2026-03-05 02:26:03] "GET /virtual-network/e2ae68a4-5704-4308-b8fa-0adb8ca3a852 HTTP/1.1" 200 2929 0.033890 10.0.0.38 - - [2026-03-05 02:26:03] "GET /floating-ip-pool/da508586-229c-481a-a348-35458b994470 HTTP/1.1" 200 1442 0.009786 10.0.0.38 - - [2026-03-05 02:26:03] "GET /domains HTTP/1.1" 200 280 0.003720 10.0.0.38 - - [2026-03-05 02:26:03] "GET /domains?obj_uuids=f0f8f0ab-ad00-4bf2-b32c-7ffe83ec7aa0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001061 10.0.0.38 - - [2026-03-05 02:26:03] "GET /domain/f0f8f0ab-ad00-4bf2-b32c-7ffe83ec7aa0 HTTP/1.1" 200 2783 0.012178 10.0.0.38 - - [2026-03-05 02:26:03] "GET /projects?obj_uuids=88f9a80d-1b17-4b2f-8baf-9afe6124d373&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001177 10.0.0.38 - - [2026-03-05 02:26:04] "GET /project/88f9a80d-1b17-4b2f-8baf-9afe6124d373 HTTP/1.1" 200 3244 0.094150 10.0.0.38 - - [2026-03-05 02:26:04] "POST /neutron/port HTTP/1.1" 200 1071 0.426974 10.0.0.38 - - [2026-03-05 02:26:04] "GET /virtual-network/e2ae68a4-5704-4308-b8fa-0adb8ca3a852 HTTP/1.1" 200 3150 0.011752 10.0.0.38 - - [2026-03-05 02:26:04] "GET /virtual-network/e2ae68a4-5704-4308-b8fa-0adb8ca3a852?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.010248 10.0.0.38 - - [2026-03-05 02:26:04] "POST /neutron/port HTTP/1.1" 200 1071 0.032957 10.0.0.38 - - [2026-03-05 02:26:04] "POST /neutron/port HTTP/1.1" 200 1071 0.011703 10.0.0.38 - - [2026-03-05 02:26:04] "POST /neutron/port HTTP/1.1" 200 1137 0.027213 10.0.0.38 - - [2026-03-05 02:26:04] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009124 10.0.0.38 - - [2026-03-05 02:26:04] "POST /neutron/port HTTP/1.1" 200 1125 0.113415 10.0.0.38 - - [2026-03-05 02:26:04] "POST /neutron/port HTTP/1.1" 200 1135 0.013652 10.0.0.38 - - [2026-03-05 02:26:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003016 10.0.0.38 - - [2026-03-05 02:26:04] "POST /neutron/subnet HTTP/1.1" 200 694 0.007407 10.0.0.38 - - [2026-03-05 02:26:04] "POST /neutron/port HTTP/1.1" 200 117 0.001096 10.0.0.38 - - [2026-03-05 02:26:04] "POST /neutron/network HTTP/1.1" 200 837 0.006641 10.0.0.38 - - [2026-03-05 02:26:09] "POST /neutron/port HTTP/1.1" 200 1137 0.012228 10.0.0.38 - - [2026-03-05 02:26:09] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005119 10.0.0.38 - - [2026-03-05 02:26:09] "POST /neutron/port HTTP/1.1" 200 1137 0.010855 10.0.0.38 - - [2026-03-05 02:26:09] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005731 10.0.0.38 - - [2026-03-05 02:26:09] "POST /neutron/port HTTP/1.1" 200 1137 0.012538 10.0.0.38 - - [2026-03-05 02:26:09] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005325 10.0.0.38 - - [2026-03-05 02:26:09] "GET /virtual-machine/5723a264-626c-43df-aeba-acd873603e44 HTTP/1.1" 200 1304 0.004447 10.0.0.38 - - [2026-03-05 02:26:09] "GET /virtual-machine-interface/8f608728-927d-4a9f-986e-0d25720e4f23 HTTP/1.1" 200 3005 0.004218 10.0.0.38 - - [2026-03-05 02:26:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002467 10.0.0.38 - - [2026-03-05 02:26:09] "GET /global-vrouter-config/fd8e6dc8-92ea-4ed8-9fa3-4af7a9176102?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002692 10.0.0.38 - - [2026-03-05 02:26:09] "GET /virtual-networks?parent_id=88f9a80d-1b17-4b2f-8baf-9afe6124d373&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.002697 10.0.0.38 - - [2026-03-05 02:26:09] "GET /virtual-network/92d7458a-cbb4-4ad0-82be-b51443f5c5ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.004826 10.0.0.38 - - [2026-03-05 02:26:11] "POST /neutron/port HTTP/1.1" 200 1137 0.011419 10.0.0.38 - - [2026-03-05 02:26:11] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005981 10.0.0.38 - - [2026-03-05 02:26:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003052 10.0.0.38 - - [2026-03-05 02:26:12] "GET /virtual-network/92d7458a-cbb4-4ad0-82be-b51443f5c5ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.007453 10.0.0.38 - - [2026-03-05 02:26:12] "POST /neutron/port HTTP/1.1" 200 1135 0.013777 10.0.0.38 - - [2026-03-05 02:26:12] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006268 10.0.0.38 - - [2026-03-05 02:26:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002672 10.0.0.38 - - [2026-03-05 02:26:14] "GET /global-vrouter-config/fd8e6dc8-92ea-4ed8-9fa3-4af7a9176102?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003390 10.0.0.38 - - [2026-03-05 02:26:14] "GET /virtual-networks?parent_id=88f9a80d-1b17-4b2f-8baf-9afe6124d373&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.002667 10.0.0.38 - - [2026-03-05 02:26:14] "GET /virtual-network/92d7458a-cbb4-4ad0-82be-b51443f5c5ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005291 10.0.0.38 - - [2026-03-05 02:26:14] "GET /projects?obj_uuids=88f9a80d-1b17-4b2f-8baf-9afe6124d373&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001489 10.0.0.38 - - [2026-03-05 02:26:15] "POST /neutron/floatingip HTTP/1.1" 200 529 0.077152 10.0.0.38 - - [2026-03-05 02:26:15] "POST /neutron/port HTTP/1.1" 200 1137 0.013402 10.0.0.38 - - [2026-03-05 02:26:15] "POST /neutron/floatingip HTTP/1.1" 200 529 0.006362 10.0.0.38 - - [2026-03-05 02:26:15] "POST /neutron/floatingip HTTP/1.1" 200 577 0.038328 10.0.0.38 - - [2026-03-05 02:26:15] "POST /neutron/port HTTP/1.1" 200 1135 0.012781 10.0.0.38 - - [2026-03-05 02:26:15] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007159 10.0.0.38 - - [2026-03-05 02:26:15] "POST /neutron/port HTTP/1.1" 200 1135 0.014309 10.0.0.38 - - [2026-03-05 02:26:15] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005675 10.0.0.38 - - [2026-03-05 02:26:15] "POST /neutron/port HTTP/1.1" 200 1135 0.011412 10.0.0.38 - - [2026-03-05 02:26:15] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005466 10.0.0.38 - - [2026-03-05 02:26:15] "GET /virtual-machine/35940bb3-91d0-4431-bfe3-8b4579ecce0b HTTP/1.1" 200 1304 0.004644 10.0.0.38 - - [2026-03-05 02:26:15] "GET /virtual-machine-interface/36a8357b-e772-4de5-977b-418316318d0d HTTP/1.1" 200 3004 0.004590 10.0.0.38 - - [2026-03-05 02:26:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002638 10.0.0.38 - - [2026-03-05 02:26:15] "GET /global-vrouter-config/fd8e6dc8-92ea-4ed8-9fa3-4af7a9176102?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002941 10.0.0.38 - - [2026-03-05 02:26:15] "GET /virtual-networks?parent_id=88f9a80d-1b17-4b2f-8baf-9afe6124d373&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.002779 10.0.0.38 - - [2026-03-05 02:26:15] "GET /virtual-network/e2ae68a4-5704-4308-b8fa-0adb8ca3a852?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.004992 10.0.0.38 - - [2026-03-05 02:26:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002810 10.0.0.38 - - [2026-03-05 02:26:16] "GET /global-vrouter-config/fd8e6dc8-92ea-4ed8-9fa3-4af7a9176102?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003742 10.0.0.38 - - [2026-03-05 02:26:16] "GET /virtual-networks?parent_id=88f9a80d-1b17-4b2f-8baf-9afe6124d373&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.002872 10.0.0.38 - - [2026-03-05 02:26:16] "GET /virtual-network/e2ae68a4-5704-4308-b8fa-0adb8ca3a852?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.005338 10.0.0.38 - - [2026-03-05 02:26:16] "POST /neutron/floatingip HTTP/1.1" 200 577 0.012094 10.0.0.38 - - [2026-03-05 02:26:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002945 10.0.0.38 - - [2026-03-05 02:26:16] "GET /routing-instance/94c17444-2da5-4cba-9ff9-09bc4e1e1f6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1492 0.003241 10.0.0.38 - - [2026-03-05 02:26:16] "GET /route-target/df7b6930-12de-4fc1-b8bb-373bd0d7e85c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003356 10.0.0.38 - - [2026-03-05 02:26:16] "GET /floating-ip/760f5f64-efd5-414b-ae1b-c8b77597a057 HTTP/1.1" 200 1889 0.004755 10.0.0.38 - - [2026-03-05 02:26:19] "POST /neutron/floatingip HTTP/1.1" 200 577 0.011071 10.0.0.38 - - [2026-03-05 02:26:19] "POST /neutron/floatingip HTTP/1.1" 200 529 0.016452 10.0.0.38 - - [2026-03-05 02:26:19] "POST /neutron/floatingip HTTP/1.1" 200 529 0.005256 10.0.0.38 - - [2026-03-05 02:26:19] "POST /neutron/floatingip HTTP/1.1" 200 115 0.035709 10.0.0.38 - - [2026-03-05 02:26:19] "GET /floating-ip-pool/da508586-229c-481a-a348-35458b994470?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1207 0.003193 10.0.0.38 - - [2026-03-05 02:26:19] "POST /ref-update HTTP/1.1" 200 156 0.016262 10.0.0.38 - - [2026-03-05 02:26:20] "DELETE /floating-ip-pool/da508586-229c-481a-a348-35458b994470 HTTP/1.1" 200 115 0.023140 10.0.0.38 - - [2026-03-05 02:26:20] "POST /neutron/network HTTP/1.1" 200 839 0.014398 10.0.0.38 - - [2026-03-05 02:26:20] "POST /neutron/network HTTP/1.1" 400 204 0.008740 10.0.0.38 - - [2026-03-05 02:26:20] "POST /neutron/port HTTP/1.1" 200 1135 0.012224 10.0.0.38 - - [2026-03-05 02:26:20] "POST /neutron/port HTTP/1.1" 200 1125 0.009452 10.0.0.38 - - [2026-03-05 02:26:20] "POST /neutron/port HTTP/1.1" 200 1137 0.021108 10.0.0.38 - - [2026-03-05 02:26:20] "POST /neutron/port HTTP/1.1" 200 1127 0.017658 10.0.0.38 - - [2026-03-05 02:26:20] "POST /neutron/port HTTP/1.1" 200 151 0.135164 10.0.0.38 - - [2026-03-05 02:26:20] "POST /neutron/port HTTP/1.1" 200 151 0.126695 10.0.0.38 - - [2026-03-05 02:26:22] "POST /neutron/network HTTP/1.1" 200 839 0.005657 10.0.0.38 - - [2026-03-05 02:26:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004298 10.0.0.38 - - [2026-03-05 02:26:22] "POST /useragent-kv HTTP/1.1" 200 115 0.002190 10.0.0.38 - - [2026-03-05 02:26:22] "POST /useragent-kv HTTP/1.1" 200 115 0.002490 10.0.0.38 - - [2026-03-05 02:26:22] "POST /neutron/network HTTP/1.1" 200 151 0.073919 10.0.0.38 - - [2026-03-05 02:26:22] "DELETE /route-target/71f09cb4-2b59-4b92-b737-badab3c3ac8e HTTP/1.1" 200 115 0.016587 10.0.0.38 - - [2026-03-05 02:26:22] "GET /routing-instance/a098cbaf-c0c1-40bf-8d24-684add47c31b HTTP/1.1" 404 171 0.002327 10.0.0.38 - - [2026-03-05 02:26:22] "GET /domains HTTP/1.1" 200 280 0.002489 10.0.0.38 - - [2026-03-05 02:26:22] "GET /domains?obj_uuids=f0f8f0ab-ad00-4bf2-b32c-7ffe83ec7aa0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000874 10.0.0.38 - - [2026-03-05 02:26:22] "GET /domain/f0f8f0ab-ad00-4bf2-b32c-7ffe83ec7aa0 HTTP/1.1" 200 2783 0.057961 10.0.0.38 - - [2026-03-05 02:26:22] "GET /projects?obj_uuids=88f9a80d-1b17-4b2f-8baf-9afe6124d373&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001908 10.0.0.38 - - [2026-03-05 02:26:22] "GET /project/88f9a80d-1b17-4b2f-8baf-9afe6124d373 HTTP/1.1" 200 2174 0.071047 10.0.0.38 - - [2026-03-05 02:26:22] "POST /neutron/network HTTP/1.1" 200 837 0.005274 10.0.0.38 - - [2026-03-05 02:26:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003516 10.0.0.38 - - [2026-03-05 02:26:22] "POST /useragent-kv HTTP/1.1" 200 115 0.001784 10.0.0.38 - - [2026-03-05 02:26:22] "POST /useragent-kv HTTP/1.1" 200 115 0.002654 10.0.0.38 - - [2026-03-05 02:26:22] "POST /neutron/network HTTP/1.1" 200 151 0.072176 10.0.0.38 - - [2026-03-05 02:26:22] "DELETE /route-target/df7b6930-12de-4fc1-b8bb-373bd0d7e85c HTTP/1.1" 200 115 0.011743 10.0.0.38 - - [2026-03-05 02:26:22] "GET /routing-instance/94c17444-2da5-4cba-9ff9-09bc4e1e1f6a HTTP/1.1" 404 171 0.002799 10.0.0.38 - - [2026-03-05 02:26:22] "GET /domains HTTP/1.1" 200 280 0.002138 10.0.0.38 - - [2026-03-05 02:26:22] "GET /domains?obj_uuids=f0f8f0ab-ad00-4bf2-b32c-7ffe83ec7aa0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000985 10.0.0.38 - - [2026-03-05 02:26:22] "GET /domain/f0f8f0ab-ad00-4bf2-b32c-7ffe83ec7aa0 HTTP/1.1" 200 2783 0.048767 10.0.0.38 - - [2026-03-05 02:26:22] "GET /projects?obj_uuids=88f9a80d-1b17-4b2f-8baf-9afe6124d373&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001425 10.0.0.38 - - [2026-03-05 02:26:22] "GET /project/88f9a80d-1b17-4b2f-8baf-9afe6124d373 HTTP/1.1" 200 1924 0.071886 10.0.0.38 - - [2026-03-05 02:26:23] "GET /projects?obj_uuids=88f9a80d-1b17-4b2f-8baf-9afe6124d373&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000915 10.0.0.38 - - [2026-03-05 02:26:23] "GET /project/88f9a80d-1b17-4b2f-8baf-9afe6124d373?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.023344 10.0.0.38 - - [2026-03-05 02:26:23] "GET /projects?obj_uuids=88f9a80d-1b17-4b2f-8baf-9afe6124d373&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000930 10.0.0.38 - - [2026-03-05 02:26:23] "GET /project/88f9a80d-1b17-4b2f-8baf-9afe6124d373?fields=virtual_networks HTTP/1.1" 200 1056 0.087532 10.0.0.38 - - [2026-03-05 02:26:23] "GET /projects?obj_uuids=88f9a80d-1b17-4b2f-8baf-9afe6124d373&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001117 10.0.0.38 - - [2026-03-05 02:26:23] "GET /project/88f9a80d-1b17-4b2f-8baf-9afe6124d373?fields=virtual_machine_interfaces HTTP/1.1" 200 1056 0.025360 10.0.0.38 - - [2026-03-05 02:26:23] "GET /projects?obj_uuids=88f9a80d-1b17-4b2f-8baf-9afe6124d373&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001004 10.0.0.38 - - [2026-03-05 02:26:23] "GET /project/88f9a80d-1b17-4b2f-8baf-9afe6124d373?fields=security_groups HTTP/1.1" 200 1294 0.031319 10.0.0.38 - - [2026-03-05 02:26:24] "POST /fqname-to-id HTTP/1.1" 404 183 0.029215 10.0.0.38 - - [2026-03-05 02:26:24] "GET /projects?obj_uuids=b2a52a6b-0b4a-4773-86ce-0267686ac47a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002197 10.0.0.38 - - [2026-03-05 02:26:24] "GET /domains?obj_uuids=f0f8f0ab-ad00-4bf2-b32c-7ffe83ec7aa0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000987 10.0.0.38 - - [2026-03-05 02:26:24] "GET /domain/f0f8f0ab-ad00-4bf2-b32c-7ffe83ec7aa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006928 10.0.0.38 - - [2026-03-05 02:26:24] "POST /id-to-fqname HTTP/1.1" 200 185 0.001240 10.0.0.38 - - [2026-03-05 02:26:24] "POST /fqname-to-id HTTP/1.1" 404 194 0.002776 10.0.0.38 - - [2026-03-05 02:26:24] "POST /security-groups HTTP/1.1" 200 586 0.064919 10.0.0.38 - - [2026-03-05 02:26:24] "POST /fqname-to-id HTTP/1.1" 404 229 0.002174 10.0.0.38 - - [2026-03-05 02:26:24] "POST /projects HTTP/1.1" 200 575 0.213788 10.0.0.38 - - [2026-03-05 02:26:24] "POST /access-control-lists HTTP/1.1" 200 591 0.056833 10.0.0.38 - - [2026-03-05 02:26:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.284143 10.0.0.38 - - [2026-03-05 02:26:24] "POST /fqname-to-id HTTP/1.1" 404 228 0.002554 10.0.0.38 - - [2026-03-05 02:26:24] "GET /project/b2a52a6b-0b4a-4773-86ce-0267686ac47a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.413852 10.0.0.38 - - [2026-03-05 02:26:24] "POST /access-control-lists HTTP/1.1" 200 589 0.056879 10.0.0.38 - - [2026-03-05 02:26:25] "GET / HTTP/1.1" 200 35931 0.001717 10.0.0.38 - - [2026-03-05 02:26:25] "DELETE /project/88f9a80d1b174b2f8baf9afe6124d373 HTTP/1.1" 404 173 0.009793 10.0.0.38 - - [2026-03-05 02:26:25] "DELETE /project/b2a52a6b0b4a477386ce0267686ac47a HTTP/1.1" 404 173 0.004723 10.0.0.38 - - [2026-03-05 02:26:25] "GET /projects?obj_uuids=88f9a80d-1b17-4b2f-8baf-9afe6124d373&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000859 10.0.0.38 - - [2026-03-05 02:26:25] "GET /projects?obj_uuids=966f42ec-cfce-41bf-b0dc-8ec845742cf7&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000779 10.0.0.38 - - [2026-03-05 02:26:25] "GET /project/88f9a80d-1b17-4b2f-8baf-9afe6124d373?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1516 0.030540 10.0.0.38 - - [2026-03-05 02:26:25] "GET /project/966f42ec-cfce-41bf-b0dc-8ec845742cf7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1513 0.031449 10.0.0.38 - - [2026-03-05 02:26:25] "GET /projects?obj_uuids=966f42ec-cfce-41bf-b0dc-8ec845742cf7&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001622 10.0.0.38 - - [2026-03-05 02:26:25] "GET /projects?obj_uuids=88f9a80d-1b17-4b2f-8baf-9afe6124d373&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001264 10.0.0.38 - - [2026-03-05 02:26:25] "GET /project/88f9a80d-1b17-4b2f-8baf-9afe6124d373?fields=security_groups HTTP/1.1" 200 1399 0.045122 10.0.0.38 - - [2026-03-05 02:26:25] "GET /project/966f42ec-cfce-41bf-b0dc-8ec845742cf7?fields=security_groups HTTP/1.1" 200 1397 0.053160 10.0.0.38 - - [2026-03-05 02:26:25] "DELETE /security-group/515598a5-2529-4791-b779-2ef04d063e23 HTTP/1.1" 200 115 0.053147 10.0.0.38 - - [2026-03-05 02:26:25] "GET /projects?obj_uuids=88f9a80d-1b17-4b2f-8baf-9afe6124d373&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001014 10.0.0.38 - - [2026-03-05 02:26:25] "DELETE /access-control-list/3be017a4-21f1-40d7-894b-6d5632beae66 HTTP/1.1" 200 115 0.049092 10.0.0.38 - - [2026-03-05 02:26:25] "DELETE /security-group/d177567a-6c87-42f4-a885-832da07deac1 HTTP/1.1" 200 115 0.083853 10.0.0.38 - - [2026-03-05 02:26:25] "GET /project/88f9a80d-1b17-4b2f-8baf-9afe6124d373?fields=application_policy_sets HTTP/1.1" 200 1438 0.052746 10.0.0.38 - - [2026-03-05 02:26:25] "GET /projects?obj_uuids=966f42ec-cfce-41bf-b0dc-8ec845742cf7&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000968 10.0.0.38 - - [2026-03-05 02:26:25] "DELETE /access-control-list/88e7f094-3a19-4af5-9bd7-e73595cee2f8 HTTP/1.1" 200 115 0.043846 10.0.0.38 - - [2026-03-05 02:26:25] "GET /project/966f42ec-cfce-41bf-b0dc-8ec845742cf7?fields=application_policy_sets HTTP/1.1" 200 1436 0.040898 10.0.0.38 - - [2026-03-05 02:26:25] "DELETE /access-control-list/a7110568-43d6-44d7-9475-86cdf582382e HTTP/1.1" 200 115 0.044774 10.0.0.38 - - [2026-03-05 02:26:26] "DELETE /access-control-list/7b9eb5d2-16e1-407a-a72e-aa76bc98a4e8 HTTP/1.1" 200 115 0.048790 10.0.0.38 - - [2026-03-05 02:26:26] "DELETE /project/88f9a80d-1b17-4b2f-8baf-9afe6124d373 HTTP/1.1" 200 115 0.417794 10.0.0.38 - - [2026-03-05 02:26:26] "DELETE /project/966f42ec-cfce-41bf-b0dc-8ec845742cf7 HTTP/1.1" 200 115 0.430476 10.0.0.38 - - [2026-03-05 02:26:26] "GET /projects?obj_uuids=b2a52a6b-0b4a-4773-86ce-0267686ac47a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001006 10.0.0.38 - - [2026-03-05 02:26:26] "GET /project/b2a52a6b-0b4a-4773-86ce-0267686ac47a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.023111 10.0.0.38 - - [2026-03-05 02:26:26] "GET /projects?obj_uuids=b2a52a6b-0b4a-4773-86ce-0267686ac47a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001066 10.0.0.38 - - [2026-03-05 02:26:27] "GET /project/b2a52a6b-0b4a-4773-86ce-0267686ac47a?fields=virtual_networks HTTP/1.1" 200 1022 0.086541 10.0.0.38 - - [2026-03-05 02:26:27] "GET /projects?obj_uuids=b2a52a6b-0b4a-4773-86ce-0267686ac47a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001092 10.0.0.38 - - [2026-03-05 02:26:27] "GET /project/b2a52a6b-0b4a-4773-86ce-0267686ac47a?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.028621 10.0.0.38 - - [2026-03-05 02:26:27] "GET /projects?obj_uuids=b2a52a6b-0b4a-4773-86ce-0267686ac47a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000988 10.0.0.38 - - [2026-03-05 02:26:27] "GET /project/b2a52a6b-0b4a-4773-86ce-0267686ac47a?fields=security_groups HTTP/1.1" 200 1243 0.023403 10.0.0.38 - - [2026-03-05 02:26:28] "POST /fqname-to-id HTTP/1.1" 404 183 0.025236 10.0.0.38 - - [2026-03-05 02:26:28] "GET /projects?obj_uuids=dc4e4125-ba00-4acf-ae64-fcb25445f4ce&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003300 10.0.0.38 - - [2026-03-05 02:26:28] "GET /domains?obj_uuids=f0f8f0ab-ad00-4bf2-b32c-7ffe83ec7aa0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001112 10.0.0.38 - - [2026-03-05 02:26:28] "GET /domain/f0f8f0ab-ad00-4bf2-b32c-7ffe83ec7aa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006562 10.0.0.38 - - [2026-03-05 02:26:28] "POST /id-to-fqname HTTP/1.1" 200 185 0.002022 10.0.0.38 - - [2026-03-05 02:26:28] "POST /fqname-to-id HTTP/1.1" 404 194 0.002681 10.0.0.38 - - [2026-03-05 02:26:28] "POST /security-groups HTTP/1.1" 200 586 0.060457 10.0.0.38 - - [2026-03-05 02:26:28] "POST /fqname-to-id HTTP/1.1" 404 229 0.003101 10.0.0.38 - - [2026-03-05 02:26:28] "POST /projects HTTP/1.1" 200 575 0.211766 10.0.0.38 - - [2026-03-05 02:26:28] "POST /access-control-lists HTTP/1.1" 200 591 0.062745 10.0.0.38 - - [2026-03-05 02:26:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.287189 10.0.0.38 - - [2026-03-05 02:26:28] "POST /fqname-to-id HTTP/1.1" 404 228 0.002873 10.0.0.38 - - [2026-03-05 02:26:28] "GET /project/dc4e4125-ba00-4acf-ae64-fcb25445f4ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.409951 10.0.0.38 - - [2026-03-05 02:26:28] "POST /access-control-lists HTTP/1.1" 200 589 0.060167 10.0.0.38 - - [2026-03-05 02:26:29] "GET / HTTP/1.1" 200 35931 0.002518 10.0.0.38 - - [2026-03-05 02:26:29] "POST /fqname-to-id HTTP/1.1" 404 193 0.002456 10.0.0.38 - - [2026-03-05 02:26:30] "GET /projects?obj_uuids=dcd0c531-8730-4756-9d14-f9253308d6b9&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001426 10.0.0.38 - - [2026-03-05 02:26:30] "GET /obj-perms HTTP/1.1" 200 5056 0.113268 10.0.0.38 - - [2026-03-05 02:26:30] "POST /fqname-to-id HTTP/1.1" 404 228 0.002602 10.0.0.38 - - [2026-03-05 02:26:30] "POST /access-control-lists HTTP/1.1" 200 590 0.014802 10.0.0.38 - - [2026-03-05 02:26:30] "POST /fqname-to-id HTTP/1.1" 404 227 0.002610 10.0.0.38 - - [2026-03-05 02:26:30] "POST /access-control-lists HTTP/1.1" 200 588 0.013326 10.0.0.38 - - [2026-03-05 02:26:30] "PUT /access-control-list/b0f65c58-b2d1-4824-bef6-1467778d9848 HTTP/1.1" 200 272 0.007668 10.0.0.38 - - [2026-03-05 02:26:30] "PUT /access-control-list/22a99a19-3e90-4739-94aa-f51f4afe8d72 HTTP/1.1" 200 272 0.009060 10.0.0.38 - - [2026-03-05 02:26:30] "POST /neutron/security_group HTTP/1.1" 200 1364 0.354714 10.0.0.38 - - [2026-03-05 02:26:30] "GET /projects?obj_uuids=dcd0c531-8730-4756-9d14-f9253308d6b9&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001113 10.0.0.38 - - [2026-03-05 02:26:30] "PUT /access-control-list/22a99a19-3e90-4739-94aa-f51f4afe8d72 HTTP/1.1" 200 272 0.010380 10.0.0.38 - - [2026-03-05 02:26:30] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.037595 10.0.0.38 - - [2026-03-05 02:26:30] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.009128 10.0.0.38 - - [2026-03-05 02:26:30] "GET /obj-perms HTTP/1.1" 200 5056 0.063906 10.0.0.38 - - [2026-03-05 02:26:30] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.131719 10.0.0.38 - - [2026-03-05 02:26:30] "PUT /access-control-list/22a99a19-3e90-4739-94aa-f51f4afe8d72 HTTP/1.1" 200 272 0.012541 10.0.0.38 - - [2026-03-05 02:26:30] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.012889 10.0.0.38 - - [2026-03-05 02:26:31] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.165196 10.0.0.38 - - [2026-03-05 02:26:31] "PUT /access-control-list/22a99a19-3e90-4739-94aa-f51f4afe8d72 HTTP/1.1" 200 272 0.011743 10.0.0.38 - - [2026-03-05 02:26:31] "POST /fqname-to-id HTTP/1.1" 404 193 0.003123 10.0.0.38 - - [2026-03-05 02:26:31] "GET /projects?obj_uuids=dcd0c531-8730-4756-9d14-f9253308d6b9&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001701 10.0.0.38 - - [2026-03-05 02:26:31] "POST /fqname-to-id HTTP/1.1" 404 228 0.002769 10.0.0.38 - - [2026-03-05 02:26:31] "POST /access-control-lists HTTP/1.1" 200 590 0.015312 10.0.0.38 - - [2026-03-05 02:26:31] "POST /fqname-to-id HTTP/1.1" 404 227 0.002884 10.0.0.38 - - [2026-03-05 02:26:31] "POST /access-control-lists HTTP/1.1" 200 588 0.019346 10.0.0.38 - - [2026-03-05 02:26:31] "PUT /access-control-list/0d512603-908e-4300-977b-d0cd3d97ac08 HTTP/1.1" 200 272 0.007274 10.0.0.38 - - [2026-03-05 02:26:31] "PUT /access-control-list/7ff47920-6dc1-475a-a5ca-7c0699ff5640 HTTP/1.1" 200 272 0.008455 10.0.0.38 - - [2026-03-05 02:26:31] "POST /neutron/security_group HTTP/1.1" 200 1364 0.359184 10.0.0.38 - - [2026-03-05 02:26:31] "PUT /access-control-list/7ff47920-6dc1-475a-a5ca-7c0699ff5640 HTTP/1.1" 200 272 0.010207 10.0.0.38 - - [2026-03-05 02:26:31] "GET /projects?obj_uuids=dcd0c531-8730-4756-9d14-f9253308d6b9&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001368 10.0.0.38 - - [2026-03-05 02:26:31] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.034837 10.0.0.38 - - [2026-03-05 02:26:31] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.007519 10.0.0.38 - - [2026-03-05 02:26:31] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.156868 10.0.0.38 - - [2026-03-05 02:26:31] "PUT /access-control-list/7ff47920-6dc1-475a-a5ca-7c0699ff5640 HTTP/1.1" 200 272 0.010486 10.0.0.38 - - [2026-03-05 02:26:31] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.008158 10.0.0.38 - - [2026-03-05 02:26:31] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.153259 10.0.0.38 - - [2026-03-05 02:26:31] "POST /fqname-to-id HTTP/1.1" 401 292 0.000417 10.0.0.38 - - [2026-03-05 02:26:31] "PUT /access-control-list/7ff47920-6dc1-475a-a5ca-7c0699ff5640 HTTP/1.1" 200 272 0.009016 10.0.0.38 - - [2026-03-05 02:26:32] "POST /fqname-to-id HTTP/1.1" 404 210 0.034454 10.0.0.38 - - [2026-03-05 02:26:32] "GET /projects?obj_uuids=dc4e4125-ba00-4acf-ae64-fcb25445f4ce&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001206 10.0.0.38 - - [2026-03-05 02:26:32] "POST /fqname-to-id HTTP/1.1" 404 245 0.004259 10.0.0.38 - - [2026-03-05 02:26:32] "POST /access-control-lists HTTP/1.1" 200 607 0.019440 10.0.0.38 - - [2026-03-05 02:26:32] "POST /fqname-to-id HTTP/1.1" 404 244 0.002865 10.0.0.38 - - [2026-03-05 02:26:32] "POST /access-control-lists HTTP/1.1" 200 605 0.032259 10.0.0.38 - - [2026-03-05 02:26:32] "PUT /access-control-list/a8c6ba19-dd3a-48de-8228-e88aeca4bca7 HTTP/1.1" 200 272 0.009275 10.0.0.38 - - [2026-03-05 02:26:32] "POST /neutron/security_group HTTP/1.1" 200 1379 0.355752 10.0.0.38 - - [2026-03-05 02:26:32] "PUT /access-control-list/0208b6ab-d5ff-4300-9b1f-207f4c4290f9 HTTP/1.1" 200 272 0.016516 10.0.0.38 - - [2026-03-05 02:26:32] "GET /projects?obj_uuids=dc4e4125-ba00-4acf-ae64-fcb25445f4ce&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001045 10.0.0.38 - - [2026-03-05 02:26:32] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.035423 10.0.0.38 - - [2026-03-05 02:26:32] "PUT /access-control-list/0208b6ab-d5ff-4300-9b1f-207f4c4290f9 HTTP/1.1" 200 272 0.011775 10.0.0.38 - - [2026-03-05 02:26:32] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.011179 10.0.0.38 - - [2026-03-05 02:26:32] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.104115 10.0.0.38 - - [2026-03-05 02:26:32] "PUT /access-control-list/0208b6ab-d5ff-4300-9b1f-207f4c4290f9 HTTP/1.1" 200 272 0.020533 10.0.0.38 - - [2026-03-05 02:26:32] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.009236 10.0.0.38 - - [2026-03-05 02:26:32] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.160302 10.0.0.38 - - [2026-03-05 02:26:32] "PUT /access-control-list/0208b6ab-d5ff-4300-9b1f-207f4c4290f9 HTTP/1.1" 200 272 0.008183 10.0.0.38 - - [2026-03-05 02:26:32] "POST /fqname-to-id HTTP/1.1" 404 210 0.004394 10.0.0.38 - - [2026-03-05 02:26:32] "GET /projects?obj_uuids=dc4e4125-ba00-4acf-ae64-fcb25445f4ce&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001354 10.0.0.38 - - [2026-03-05 02:26:32] "POST /fqname-to-id HTTP/1.1" 404 245 0.003533 10.0.0.38 - - [2026-03-05 02:26:33] "POST /access-control-lists HTTP/1.1" 200 607 0.016424 10.0.0.38 - - [2026-03-05 02:26:33] "POST /fqname-to-id HTTP/1.1" 404 244 0.003330 10.0.0.38 - - [2026-03-05 02:26:33] "POST /access-control-lists HTTP/1.1" 200 605 0.019355 10.0.0.38 - - [2026-03-05 02:26:33] "PUT /access-control-list/cf9e3455-76cb-4517-9969-721928546cb1 HTTP/1.1" 200 272 0.009155 10.0.0.38 - - [2026-03-05 02:26:33] "POST /neutron/security_group HTTP/1.1" 200 1379 0.277205 10.0.0.38 - - [2026-03-05 02:26:33] "GET /projects?obj_uuids=dc4e4125-ba00-4acf-ae64-fcb25445f4ce&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000995 10.0.0.38 - - [2026-03-05 02:26:33] "PUT /access-control-list/dbfcf1e7-ba2b-4f7b-ab9c-8f43ed16500d HTTP/1.1" 200 272 0.009498 10.0.0.38 - - [2026-03-05 02:26:33] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.031964 10.0.0.38 - - [2026-03-05 02:26:33] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.007622 10.0.0.38 - - [2026-03-05 02:26:33] "PUT /access-control-list/dbfcf1e7-ba2b-4f7b-ab9c-8f43ed16500d HTTP/1.1" 200 272 0.007863 10.0.0.38 - - [2026-03-05 02:26:33] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.158083 10.0.0.38 - - [2026-03-05 02:26:33] "PUT /access-control-list/dbfcf1e7-ba2b-4f7b-ab9c-8f43ed16500d HTTP/1.1" 200 272 0.011824 10.0.0.38 - - [2026-03-05 02:26:33] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.009975 10.0.0.38 - - [2026-03-05 02:26:33] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.120872 10.0.0.38 - - [2026-03-05 02:26:33] "PUT /access-control-list/dbfcf1e7-ba2b-4f7b-ab9c-8f43ed16500d HTTP/1.1" 200 272 0.007941 10.0.0.38 - - [2026-03-05 02:26:33] "GET /projects?obj_uuids=dcd0c531-8730-4756-9d14-f9253308d6b9&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001306 10.0.0.38 - - [2026-03-05 02:26:33] "POST /neutron/router HTTP/1.1" 200 541 0.051443 10.0.0.38 - - [2026-03-05 02:26:33] "POST /neutron/router HTTP/1.1" 200 541 0.003168 10.0.0.38 - - [2026-03-05 02:26:33] "POST /route-targets HTTP/1.1" 200 327 0.011538 10.0.0.38 - - [2026-03-05 02:26:33] "POST /neutron/router HTTP/1.1" 200 541 0.003669 10.0.0.38 - - [2026-03-05 02:26:33] "POST /neutron/router HTTP/1.1" 200 541 0.006880 10.0.0.38 - - [2026-03-05 02:26:33] "PUT /logical-router/9c2256d8-af42-4fe2-bfed-cab5e1cdfe41 HTTP/1.1" 200 262 0.029487 10.0.0.38 - - [2026-03-05 02:26:33] "POST /neutron/router HTTP/1.1" 200 541 0.004405 10.0.0.38 - - [2026-03-05 02:26:34] "POST /neutron/router HTTP/1.1" 200 541 0.003279 10.0.0.38 - - [2026-03-05 02:26:34] "POST /neutron/router HTTP/1.1" 200 541 0.003416 10.0.0.38 - - [2026-03-05 02:26:34] "POST /neutron/router HTTP/1.1" 200 541 0.004432 10.0.0.38 - - [2026-03-05 02:26:34] "POST /neutron/router HTTP/1.1" 200 541 0.003381 10.0.0.38 - - [2026-03-05 02:26:34] "POST /neutron/router HTTP/1.1" 200 541 0.003294 10.0.0.38 - - [2026-03-05 02:26:34] "POST /neutron/router HTTP/1.1" 200 541 0.003208 10.0.0.38 - - [2026-03-05 02:26:34] "POST /neutron/router HTTP/1.1" 200 541 0.003326 10.0.0.38 - - [2026-03-05 02:26:34] "POST /neutron/router HTTP/1.1" 200 541 0.003106 10.0.0.38 - - [2026-03-05 02:26:34] "POST /neutron/router HTTP/1.1" 200 541 0.003322 10.0.0.38 - - [2026-03-05 02:26:34] "POST /neutron/router HTTP/1.1" 200 541 0.003441 10.0.0.38 - - [2026-03-05 02:26:34] "POST /neutron/router HTTP/1.1" 200 541 0.003369 10.0.0.38 - - [2026-03-05 02:26:34] "POST /neutron/router HTTP/1.1" 200 541 0.003386 10.0.0.38 - - [2026-03-05 02:26:34] "POST /neutron/router HTTP/1.1" 200 541 0.003323 10.0.0.38 - - [2026-03-05 02:26:34] "POST /neutron/router HTTP/1.1" 200 541 0.003640 10.0.0.38 - - [2026-03-05 02:26:34] "POST /neutron/router HTTP/1.1" 200 541 0.003239 10.0.0.38 - - [2026-03-05 02:26:34] "POST /neutron/router HTTP/1.1" 200 541 0.003385 10.0.0.38 - - [2026-03-05 02:26:34] "POST /neutron/router HTTP/1.1" 200 541 0.004296 10.0.0.38 - - [2026-03-05 02:26:34] "POST /neutron/router HTTP/1.1" 200 541 0.003526 10.0.0.38 - - [2026-03-05 02:26:34] "POST /neutron/router HTTP/1.1" 200 541 0.003603 10.0.0.38 - - [2026-03-05 02:26:34] "POST /neutron/router HTTP/1.1" 200 541 0.004269 10.0.0.38 - - [2026-03-05 02:26:34] "POST /neutron/router HTTP/1.1" 200 541 0.003776 10.0.0.38 - - [2026-03-05 02:26:34] "POST /neutron/router HTTP/1.1" 200 541 0.003549 10.0.0.38 - - [2026-03-05 02:26:34] "POST /neutron/router HTTP/1.1" 200 541 0.004460 10.0.0.38 - - [2026-03-05 02:26:34] "POST /neutron/router HTTP/1.1" 200 541 0.003588 10.0.0.38 - - [2026-03-05 02:26:34] "POST /neutron/router HTTP/1.1" 200 541 0.003726 10.0.0.38 - - [2026-03-05 02:26:34] "POST /neutron/router HTTP/1.1" 200 541 0.004032 10.0.0.38 - - [2026-03-05 02:26:34] "POST /neutron/router HTTP/1.1" 200 541 0.004098 10.0.0.38 - - [2026-03-05 02:26:34] "POST /neutron/router HTTP/1.1" 200 541 0.003341 10.0.0.38 - - [2026-03-05 02:26:34] "POST /neutron/router HTTP/1.1" 200 541 0.018277 10.0.0.38 - - [2026-03-05 02:26:34] "POST /neutron/router HTTP/1.1" 200 541 0.003494 10.0.0.38 - - [2026-03-05 02:26:34] "POST /neutron/router HTTP/1.1" 200 542 0.020421 10.0.0.38 - - [2026-03-05 02:26:34] "POST /neutron/router HTTP/1.1" 200 542 0.004038 10.0.0.38 - - [2026-03-05 02:26:34] "GET /logical-router/9c2256d8-af42-4fe2-bfed-cab5e1cdfe41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.003688 10.0.0.38 - - [2026-03-05 02:26:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003883 10.0.0.38 - - [2026-03-05 02:26:34] "POST /neutron/router HTTP/1.1" 200 151 0.051254 10.0.0.38 - - [2026-03-05 02:26:34] "GET /projects?obj_uuids=dc4e4125-ba00-4acf-ae64-fcb25445f4ce&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001364 10.0.0.38 - - [2026-03-05 02:26:34] "DELETE /route-target/4e9f1da5-9e5f-41eb-a80a-ee53fa275314 HTTP/1.1" 200 115 0.030795 10.0.0.38 - - [2026-03-05 02:26:34] "POST /neutron/router HTTP/1.1" 200 559 0.052723 10.0.0.38 - - [2026-03-05 02:26:34] "POST /neutron/router HTTP/1.1" 200 559 0.003124 10.0.0.38 - - [2026-03-05 02:26:34] "POST /route-targets HTTP/1.1" 200 327 0.011070 10.0.0.38 - - [2026-03-05 02:26:34] "POST /neutron/router HTTP/1.1" 200 559 0.004333 10.0.0.38 - - [2026-03-05 02:26:34] "POST /neutron/router HTTP/1.1" 200 559 0.003454 10.0.0.38 - - [2026-03-05 02:26:34] "POST /neutron/router HTTP/1.1" 200 559 0.003278 10.0.0.38 - - [2026-03-05 02:26:34] "POST /neutron/router HTTP/1.1" 200 559 0.003135 10.0.0.38 - - [2026-03-05 02:26:34] "PUT /logical-router/12144c46-74f7-458f-93f0-3c0218004a8f HTTP/1.1" 200 262 0.015470 10.0.0.38 - - [2026-03-05 02:26:34] "POST /neutron/router HTTP/1.1" 200 559 0.007026 10.0.0.38 - - [2026-03-05 02:26:34] "POST /neutron/router HTTP/1.1" 200 559 0.003894 10.0.0.38 - - [2026-03-05 02:26:34] "POST /neutron/router HTTP/1.1" 200 559 0.003695 10.0.0.38 - - [2026-03-05 02:26:34] "POST /neutron/router HTTP/1.1" 200 559 0.003176 10.0.0.38 - - [2026-03-05 02:26:34] "POST /neutron/router HTTP/1.1" 200 559 0.006583 10.0.0.38 - - [2026-03-05 02:26:34] "POST /neutron/router HTTP/1.1" 200 559 0.003452 10.0.0.38 - - [2026-03-05 02:26:34] "POST /neutron/router HTTP/1.1" 200 559 0.003266 10.0.0.38 - - [2026-03-05 02:26:34] "POST /neutron/router HTTP/1.1" 200 559 0.003535 10.0.0.38 - - [2026-03-05 02:26:34] "POST /neutron/router HTTP/1.1" 200 559 0.003330 10.0.0.38 - - [2026-03-05 02:26:34] "POST /neutron/router HTTP/1.1" 200 559 0.003172 10.0.0.38 - - [2026-03-05 02:26:34] "POST /neutron/router HTTP/1.1" 200 559 0.003696 10.0.0.38 - - [2026-03-05 02:26:34] "POST /neutron/router HTTP/1.1" 200 559 0.004219 10.0.0.38 - - [2026-03-05 02:26:34] "POST /neutron/router HTTP/1.1" 200 559 0.003973 10.0.0.38 - - [2026-03-05 02:26:34] "POST /neutron/router HTTP/1.1" 200 559 0.004206 10.0.0.38 - - [2026-03-05 02:26:34] "POST /neutron/router HTTP/1.1" 200 559 0.003480 10.0.0.38 - - [2026-03-05 02:26:34] "POST /neutron/router HTTP/1.1" 200 559 0.003275 10.0.0.38 - - [2026-03-05 02:26:34] "POST /neutron/router HTTP/1.1" 200 559 0.003365 10.0.0.38 - - [2026-03-05 02:26:34] "POST /neutron/router HTTP/1.1" 200 559 0.003464 10.0.0.38 - - [2026-03-05 02:26:34] "POST /neutron/router HTTP/1.1" 200 559 0.003521 10.0.0.38 - - [2026-03-05 02:26:34] "POST /neutron/router HTTP/1.1" 200 559 0.003823 10.0.0.38 - - [2026-03-05 02:26:34] "POST /neutron/router HTTP/1.1" 200 559 0.003705 10.0.0.38 - - [2026-03-05 02:26:34] "POST /neutron/router HTTP/1.1" 200 559 0.003368 10.0.0.38 - - [2026-03-05 02:26:34] "POST /neutron/router HTTP/1.1" 200 559 0.003333 10.0.0.38 - - [2026-03-05 02:26:34] "POST /neutron/router HTTP/1.1" 200 559 0.003308 10.0.0.38 - - [2026-03-05 02:26:34] "POST /neutron/router HTTP/1.1" 200 559 0.003303 10.0.0.38 - - [2026-03-05 02:26:34] "POST /neutron/router HTTP/1.1" 200 559 0.003295 10.0.0.38 - - [2026-03-05 02:26:35] "POST /neutron/router HTTP/1.1" 200 559 0.003909 10.0.0.38 - - [2026-03-05 02:26:35] "POST /neutron/router HTTP/1.1" 200 559 0.019804 10.0.0.38 - - [2026-03-05 02:26:35] "POST /neutron/router HTTP/1.1" 200 559 0.004377 10.0.0.38 - - [2026-03-05 02:26:35] "POST /neutron/router HTTP/1.1" 200 559 0.017575 10.0.0.38 - - [2026-03-05 02:26:35] "POST /neutron/router HTTP/1.1" 200 559 0.004030 10.0.0.38 - - [2026-03-05 02:26:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002542 10.0.0.38 - - [2026-03-05 02:26:35] "GET /logical-router/12144c46-74f7-458f-93f0-3c0218004a8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.003529 10.0.0.38 - - [2026-03-05 02:26:35] "POST /neutron/router HTTP/1.1" 200 151 0.044625 10.0.0.38 - - [2026-03-05 02:26:35] "GET /projects?obj_uuids=dcd0c531-8730-4756-9d14-f9253308d6b9&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001410 10.0.0.38 - - [2026-03-05 02:26:35] "DELETE /route-target/67c19a07-4da5-49f5-b421-bb2e1ac42e95 HTTP/1.1" 200 115 0.024506 10.0.0.38 - - [2026-03-05 02:26:35] "POST /neutron/router HTTP/1.1" 200 542 0.049013 10.0.0.38 - - [2026-03-05 02:26:35] "POST /neutron/router HTTP/1.1" 200 542 0.003991 10.0.0.38 - - [2026-03-05 02:26:35] "POST /route-targets HTTP/1.1" 200 327 0.012080 10.0.0.38 - - [2026-03-05 02:26:35] "POST /neutron/router HTTP/1.1" 200 542 0.003242 10.0.0.38 - - [2026-03-05 02:26:35] "PUT /logical-router/11e8d4de-5814-4ea1-aed6-b8e0f2aa028e HTTP/1.1" 200 262 0.026687 10.0.0.38 - - [2026-03-05 02:26:35] "POST /neutron/router HTTP/1.1" 200 542 0.007020 10.0.0.38 - - [2026-03-05 02:26:35] "POST /neutron/router HTTP/1.1" 200 542 0.003450 10.0.0.38 - - [2026-03-05 02:26:35] "POST /neutron/router HTTP/1.1" 200 542 0.003452 10.0.0.38 - - [2026-03-05 02:26:35] "POST /neutron/router HTTP/1.1" 200 542 0.003349 10.0.0.38 - - [2026-03-05 02:26:35] "POST /neutron/router HTTP/1.1" 200 542 0.003225 10.0.0.38 - - [2026-03-05 02:26:35] "POST /neutron/router HTTP/1.1" 200 542 0.003275 10.0.0.38 - - [2026-03-05 02:26:35] "POST /neutron/router HTTP/1.1" 200 542 0.003239 10.0.0.38 - - [2026-03-05 02:26:35] "POST /neutron/router HTTP/1.1" 200 542 0.003859 10.0.0.38 - - [2026-03-05 02:26:35] "POST /neutron/router HTTP/1.1" 200 542 0.003423 10.0.0.38 - - [2026-03-05 02:26:35] "POST /neutron/router HTTP/1.1" 200 542 0.003435 10.0.0.38 - - [2026-03-05 02:26:35] "POST /neutron/router HTTP/1.1" 200 542 0.003416 10.0.0.38 - - [2026-03-05 02:26:35] "POST /neutron/router HTTP/1.1" 200 542 0.004218 10.0.0.38 - - [2026-03-05 02:26:35] "POST /neutron/router HTTP/1.1" 200 542 0.004203 10.0.0.38 - - [2026-03-05 02:26:35] "POST /neutron/router HTTP/1.1" 200 542 0.004157 10.0.0.38 - - [2026-03-05 02:26:35] "POST /neutron/router HTTP/1.1" 200 542 0.004493 10.0.0.38 - - [2026-03-05 02:26:35] "POST /neutron/router HTTP/1.1" 200 542 0.003619 10.0.0.38 - - [2026-03-05 02:26:35] "POST /neutron/router HTTP/1.1" 200 542 0.003440 10.0.0.38 - - [2026-03-05 02:26:35] "POST /neutron/router HTTP/1.1" 200 542 0.003242 10.0.0.38 - - [2026-03-05 02:26:35] "POST /neutron/router HTTP/1.1" 200 542 0.003425 10.0.0.38 - - [2026-03-05 02:26:35] "POST /neutron/router HTTP/1.1" 200 542 0.003503 10.0.0.38 - - [2026-03-05 02:26:35] "POST /neutron/router HTTP/1.1" 200 542 0.003386 10.0.0.38 - - [2026-03-05 02:26:35] "POST /neutron/router HTTP/1.1" 200 542 0.003632 10.0.0.38 - - [2026-03-05 02:26:35] "POST /neutron/router HTTP/1.1" 200 542 0.003239 10.0.0.38 - - [2026-03-05 02:26:35] "POST /neutron/router HTTP/1.1" 200 542 0.003303 10.0.0.38 - - [2026-03-05 02:26:35] "POST /neutron/router HTTP/1.1" 200 542 0.003782 10.0.0.38 - - [2026-03-05 02:26:35] "POST /neutron/router HTTP/1.1" 200 542 0.004284 10.0.0.38 - - [2026-03-05 02:26:35] "POST /neutron/router HTTP/1.1" 200 542 0.003833 10.0.0.38 - - [2026-03-05 02:26:35] "POST /neutron/router HTTP/1.1" 200 542 0.003711 10.0.0.38 - - [2026-03-05 02:26:35] "POST /neutron/router HTTP/1.1" 200 542 0.003559 10.0.0.38 - - [2026-03-05 02:26:35] "POST /neutron/router HTTP/1.1" 200 542 0.003460 10.0.0.38 - - [2026-03-05 02:26:35] "POST /neutron/router HTTP/1.1" 200 542 0.018292 10.0.0.38 - - [2026-03-05 02:26:35] "POST /neutron/router HTTP/1.1" 200 542 0.003778 10.0.0.38 - - [2026-03-05 02:26:35] "POST /neutron/router HTTP/1.1" 200 542 0.021583 10.0.0.38 - - [2026-03-05 02:26:35] "POST /neutron/router HTTP/1.1" 200 542 0.003458 10.0.0.38 - - [2026-03-05 02:26:35] "GET /logical-router/11e8d4de-5814-4ea1-aed6-b8e0f2aa028e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002916 10.0.0.38 - - [2026-03-05 02:26:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003540 10.0.0.38 - - [2026-03-05 02:26:35] "POST /neutron/router HTTP/1.1" 200 151 0.058793 10.0.0.38 - - [2026-03-05 02:26:35] "POST /neutron/security_group HTTP/1.1" 200 521 0.003306 10.0.0.38 - - [2026-03-05 02:26:35] "DELETE /route-target/11deccf1-cc86-459c-ae21-d6953a026481 HTTP/1.1" 200 115 0.032607 10.0.0.38 - - [2026-03-05 02:26:35] "POST /neutron/security_group HTTP/1.1" 200 151 0.051112 10.0.0.38 - - [2026-03-05 02:26:35] "DELETE /access-control-list/cf9e3455-76cb-4517-9969-721928546cb1 HTTP/1.1" 200 115 0.023844 10.0.0.38 - - [2026-03-05 02:26:35] "POST /neutron/security_group HTTP/1.1" 200 521 0.004936 10.0.0.38 - - [2026-03-05 02:26:35] "DELETE /access-control-list/dbfcf1e7-ba2b-4f7b-ab9c-8f43ed16500d HTTP/1.1" 200 115 0.030730 10.0.0.38 - - [2026-03-05 02:26:35] "POST /neutron/security_group HTTP/1.1" 200 151 0.050790 10.0.0.38 - - [2026-03-05 02:26:35] "DELETE /access-control-list/a8c6ba19-dd3a-48de-8228-e88aeca4bca7 HTTP/1.1" 200 115 0.018386 10.0.0.38 - - [2026-03-05 02:26:35] "POST /neutron/security_group HTTP/1.1" 200 506 0.003556 10.0.0.38 - - [2026-03-05 02:26:36] "DELETE /access-control-list/0208b6ab-d5ff-4300-9b1f-207f4c4290f9 HTTP/1.1" 200 115 0.024344 10.0.0.38 - - [2026-03-05 02:26:36] "POST /neutron/security_group HTTP/1.1" 200 151 0.039886 10.0.0.38 - - [2026-03-05 02:26:36] "DELETE /access-control-list/0d512603-908e-4300-977b-d0cd3d97ac08 HTTP/1.1" 200 115 0.019497 10.0.0.38 - - [2026-03-05 02:26:36] "POST /neutron/security_group HTTP/1.1" 200 506 0.003486 10.0.0.38 - - [2026-03-05 02:26:36] "DELETE /access-control-list/7ff47920-6dc1-475a-a5ca-7c0699ff5640 HTTP/1.1" 200 115 0.033396 10.0.0.38 - - [2026-03-05 02:26:36] "POST /neutron/security_group HTTP/1.1" 200 151 0.041721 10.0.0.38 - - [2026-03-05 02:26:36] "DELETE /access-control-list/b0f65c58-b2d1-4824-bef6-1467778d9848 HTTP/1.1" 200 115 0.020995 10.0.0.38 - - [2026-03-05 02:26:36] "DELETE /access-control-list/22a99a19-3e90-4739-94aa-f51f4afe8d72 HTTP/1.1" 200 115 0.013879 10.0.0.38 - - [2026-03-05 02:26:36] "GET /projects?obj_uuids=dc4e4125-ba00-4acf-ae64-fcb25445f4ce&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001124 10.0.0.38 - - [2026-03-05 02:26:36] "GET /project/dc4e4125-ba00-4acf-ae64-fcb25445f4ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.026705 10.0.0.38 - - [2026-03-05 02:26:36] "GET /projects?obj_uuids=dc4e4125-ba00-4acf-ae64-fcb25445f4ce&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001432 10.0.0.38 - - [2026-03-05 02:26:36] "GET /project/dc4e4125-ba00-4acf-ae64-fcb25445f4ce?fields=virtual_networks HTTP/1.1" 200 1023 0.070076 10.0.0.38 - - [2026-03-05 02:26:36] "GET /projects?obj_uuids=dc4e4125-ba00-4acf-ae64-fcb25445f4ce&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001020 10.0.0.38 - - [2026-03-05 02:26:36] "GET /project/dc4e4125-ba00-4acf-ae64-fcb25445f4ce?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.026121 10.0.0.38 - - [2026-03-05 02:26:36] "GET /projects?obj_uuids=dc4e4125-ba00-4acf-ae64-fcb25445f4ce&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001021 10.0.0.38 - - [2026-03-05 02:26:36] "GET /project/dc4e4125-ba00-4acf-ae64-fcb25445f4ce?fields=security_groups HTTP/1.1" 200 1244 0.032412 10.0.0.38 - - [2026-03-05 02:26:37] "POST /fqname-to-id HTTP/1.1" 404 184 0.026112 10.0.0.38 - - [2026-03-05 02:26:37] "GET /projects?obj_uuids=35b63536-71c8-4b14-9a94-9cf88a2733aa&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002310 10.0.0.38 - - [2026-03-05 02:26:37] "GET /domains?obj_uuids=f0f8f0ab-ad00-4bf2-b32c-7ffe83ec7aa0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000943 10.0.0.38 - - [2026-03-05 02:26:37] "GET /domain/f0f8f0ab-ad00-4bf2-b32c-7ffe83ec7aa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006732 10.0.0.38 - - [2026-03-05 02:26:37] "POST /id-to-fqname HTTP/1.1" 200 186 0.001130 10.0.0.38 - - [2026-03-05 02:26:37] "POST /fqname-to-id HTTP/1.1" 404 195 0.003180 10.0.0.38 - - [2026-03-05 02:26:37] "POST /security-groups HTTP/1.1" 200 587 0.064069 10.0.0.38 - - [2026-03-05 02:26:37] "POST /fqname-to-id HTTP/1.1" 404 230 0.003929 10.0.0.38 - - [2026-03-05 02:26:37] "POST /projects HTTP/1.1" 200 577 0.210393 10.0.0.38 - - [2026-03-05 02:26:37] "POST /access-control-lists HTTP/1.1" 200 592 0.059583 10.0.0.38 - - [2026-03-05 02:26:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.289760 10.0.0.38 - - [2026-03-05 02:26:37] "POST /fqname-to-id HTTP/1.1" 404 229 0.002632 10.0.0.38 - - [2026-03-05 02:26:37] "GET /project/35b63536-71c8-4b14-9a94-9cf88a2733aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.428558 10.0.0.38 - - [2026-03-05 02:26:37] "POST /access-control-lists HTTP/1.1" 200 590 0.072407 10.0.0.38 - - [2026-03-05 02:26:38] "GET / HTTP/1.1" 200 35931 0.002013 10.0.0.38 - - [2026-03-05 02:26:39] "POST /fqname-to-id HTTP/1.1" 401 292 0.000421 10.0.0.38 - - [2026-03-05 02:26:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.056025 10.0.0.38 - - [2026-03-05 02:26:39] "GET /projects?obj_uuids=35b63536-71c8-4b14-9a94-9cf88a2733aa&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001026 10.0.0.38 - - [2026-03-05 02:26:39] "GET /project/35b63536-71c8-4b14-9a94-9cf88a2733aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.024734 10.0.0.38 - - [2026-03-05 02:26:40] "POST /neutron/network HTTP/1.1" 200 117 0.031804 10.0.0.38 - - [2026-03-05 02:26:40] "GET /projects?obj_uuids=35b63536-71c8-4b14-9a94-9cf88a2733aa&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001310 10.0.0.38 - - [2026-03-05 02:26:40] "POST /neutron/network HTTP/1.1" 200 601 0.063984 10.0.0.38 - - [2026-03-05 02:26:40] "POST /route-targets HTTP/1.1" 200 327 0.011770 10.0.0.38 - - [2026-03-05 02:26:40] "POST /ref-update HTTP/1.1" 200 156 0.011826 10.0.0.38 - - [2026-03-05 02:26:40] "POST /useragent-kv HTTP/1.1" 200 115 0.002790 10.0.0.38 - - [2026-03-05 02:26:40] "POST /neutron/subnet HTTP/1.1" 200 729 0.186971 10.0.0.38 - - [2026-03-05 02:26:40] "POST /neutron/network HTTP/1.1" 200 821 0.005278 10.0.0.38 - - [2026-03-05 02:26:40] "POST /id-to-fqname HTTP/1.1" 200 216 0.001292 10.0.0.38 - - [2026-03-05 02:26:40] "GET /virtual-network/baffdde1-98fe-4d36-951a-b256e36a49b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.004879 10.0.0.38 - - [2026-03-05 02:26:40] "POST /neutron/network HTTP/1.1" 200 821 0.005847 10.0.0.38 - - [2026-03-05 02:26:40] "GET /virtual-network/baffdde1-98fe-4d36-951a-b256e36a49b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.004878 10.0.0.38 - - [2026-03-05 02:26:40] "POST /neutron/network HTTP/1.1" 200 821 0.006688 10.0.0.38 - - [2026-03-05 02:26:40] "POST /neutron/subnet HTTP/1.1" 200 729 0.006721 10.0.0.38 - - [2026-03-05 02:26:40] "POST /fqname-to-id HTTP/1.1" 404 206 0.001918 10.0.0.38 - - [2026-03-05 02:26:40] "GET /virtual-network/baffdde1-98fe-4d36-951a-b256e36a49b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.004158 10.0.0.38 - - [2026-03-05 02:26:40] "GET /projects?obj_uuids=35b63536-71c8-4b14-9a94-9cf88a2733aa&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001103 10.0.0.38 - - [2026-03-05 02:26:40] "POST /neutron/port HTTP/1.1" 200 1018 0.156640 10.0.0.38 - - [2026-03-05 02:26:40] "GET /virtual-machine-interface/3b6352fc-0be1-427b-b97e-0489e1d527e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2384 0.005158 10.0.0.38 - - [2026-03-05 02:26:40] "GET /virtual-machine-interface/3b6352fc-0be1-427b-b97e-0489e1d527e8?fields=instance_ip_back_refs HTTP/1.1" 200 1317 0.004446 10.0.0.38 - - [2026-03-05 02:26:40] "GET /instance-ip/eef1d8d4-0d38-4683-bd84-974a78339141?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1596 0.003497 10.0.0.38 - - [2026-03-05 02:26:40] "GET /virtual-machine-interface/3b6352fc-0be1-427b-b97e-0489e1d527e8 HTTP/1.1" 401 292 0.000419 10.0.0.38 - - [2026-03-05 02:26:41] "GET /virtual-machine-interface/3b6352fc-0be1-427b-b97e-0489e1d527e8 HTTP/1.1" 200 2605 0.029235 10.0.0.38 - - [2026-03-05 02:26:41] "POST /neutron/port HTTP/1.1" 200 1018 0.008298 10.0.0.38 - - [2026-03-05 02:26:41] "POST /neutron/port HTTP/1.1" 200 151 0.057229 10.0.0.38 - - [2026-03-05 02:26:41] "POST /neutron/network HTTP/1.1" 200 821 0.004714 10.0.0.38 - - [2026-03-05 02:26:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004434 10.0.0.38 - - [2026-03-05 02:26:41] "POST /useragent-kv HTTP/1.1" 200 115 0.001824 10.0.0.38 - - [2026-03-05 02:26:41] "POST /useragent-kv HTTP/1.1" 200 115 0.001634 10.0.0.38 - - [2026-03-05 02:26:41] "POST /neutron/network HTTP/1.1" 200 151 0.067652 10.0.0.38 - - [2026-03-05 02:26:41] "DELETE /route-target/39375aae-fbca-4228-8c0e-ce79f6ef33df HTTP/1.1" 200 115 0.017081 10.0.0.38 - - [2026-03-05 02:26:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003270 10.0.0.38 - - [2026-03-05 02:26:41] "GET /projects?obj_uuids=35b63536-71c8-4b14-9a94-9cf88a2733aa&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001296 10.0.0.38 - - [2026-03-05 02:26:41] "GET /project/35b63536-71c8-4b14-9a94-9cf88a2733aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.024669 10.0.0.38 - - [2026-03-05 02:26:42] "POST /neutron/network HTTP/1.1" 200 117 0.007855 10.0.0.38 - - [2026-03-05 02:26:42] "GET /projects?obj_uuids=35b63536-71c8-4b14-9a94-9cf88a2733aa&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001396 10.0.0.38 - - [2026-03-05 02:26:42] "POST /neutron/network HTTP/1.1" 200 603 0.059297 10.0.0.38 - - [2026-03-05 02:26:42] "POST /route-targets HTTP/1.1" 200 327 0.009739 10.0.0.38 - - [2026-03-05 02:26:42] "POST /ref-update HTTP/1.1" 200 156 0.011150 10.0.0.38 - - [2026-03-05 02:26:42] "POST /useragent-kv HTTP/1.1" 200 115 0.003576 10.0.0.38 - - [2026-03-05 02:26:42] "POST /neutron/subnet HTTP/1.1" 200 729 0.202718 10.0.0.38 - - [2026-03-05 02:26:42] "POST /useragent-kv HTTP/1.1" 200 115 0.003993 10.0.0.38 - - [2026-03-05 02:26:42] "POST /neutron/subnet HTTP/1.1" 200 734 0.133648 10.0.0.38 - - [2026-03-05 02:26:42] "POST /neutron/network HTTP/1.1" 200 981 0.005596 10.0.0.38 - - [2026-03-05 02:26:42] "POST /id-to-fqname HTTP/1.1" 200 217 0.001024 10.0.0.38 - - [2026-03-05 02:26:42] "GET /virtual-network/fa711cca-f402-45fc-8d8f-c22f0e084631?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2571 0.004132 10.0.0.38 - - [2026-03-05 02:26:42] "POST /neutron/network HTTP/1.1" 200 981 0.006520 10.0.0.38 - - [2026-03-05 02:26:42] "GET /virtual-network/fa711cca-f402-45fc-8d8f-c22f0e084631?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2571 0.004670 10.0.0.38 - - [2026-03-05 02:26:42] "POST /neutron/network HTTP/1.1" 200 981 0.006367 10.0.0.38 - - [2026-03-05 02:26:42] "POST /neutron/subnet HTTP/1.1" 200 729 0.006018 10.0.0.38 - - [2026-03-05 02:26:42] "POST /neutron/subnet HTTP/1.1" 200 734 0.006223 10.0.0.38 - - [2026-03-05 02:26:42] "GET /projects?obj_uuids=35b63536-71c8-4b14-9a94-9cf88a2733aa&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001059 10.0.0.38 - - [2026-03-05 02:26:42] "POST /neutron/port HTTP/1.1" 200 1019 0.143459 10.0.0.38 - - [2026-03-05 02:26:42] "GET /projects?obj_uuids=35b63536-71c8-4b14-9a94-9cf88a2733aa&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001041 10.0.0.38 - - [2026-03-05 02:26:42] "POST /neutron/port HTTP/1.1" 200 1020 0.162292 10.0.0.38 - - [2026-03-05 02:26:43] "POST /id-to-fqname HTTP/1.1" 200 217 0.001167 10.0.0.38 - - [2026-03-05 02:26:43] "POST /neutron/port HTTP/1.1" 200 1019 0.009050 10.0.0.38 - - [2026-03-05 02:26:43] "POST /neutron/port HTTP/1.1" 200 1019 0.011318 10.0.0.38 - - [2026-03-05 02:26:43] "POST /neutron/network HTTP/1.1" 200 981 0.006866 10.0.0.38 - - [2026-03-05 02:26:43] "POST /neutron/port HTTP/1.1" 200 1019 0.008213 10.0.0.38 - - [2026-03-05 02:26:43] "POST /neutron/port HTTP/1.1" 200 117 0.004333 10.0.0.38 - - [2026-03-05 02:26:43] "POST /neutron/port HTTP/1.1" 200 117 0.005742 10.0.0.38 - - [2026-03-05 02:26:43] "POST /id-to-fqname HTTP/1.1" 200 217 0.001216 10.0.0.38 - - [2026-03-05 02:26:43] "POST /neutron/port HTTP/1.1" 200 117 0.004788 10.0.0.38 - - [2026-03-05 02:26:43] "POST /neutron/port HTTP/1.1" 200 1020 0.008251 10.0.0.38 - - [2026-03-05 02:26:43] "POST /neutron/port HTTP/1.1" 200 1020 0.007669 10.0.0.38 - - [2026-03-05 02:26:43] "POST /neutron/network HTTP/1.1" 200 981 0.005435 10.0.0.38 - - [2026-03-05 02:26:43] "POST /neutron/port HTTP/1.1" 200 1020 0.007456 10.0.0.38 - - [2026-03-05 02:26:43] "POST /neutron/port HTTP/1.1" 200 1019 0.008451 10.0.0.38 - - [2026-03-05 02:26:43] "POST /neutron/port HTTP/1.1" 200 1020 0.007608 10.0.0.38 - - [2026-03-05 02:26:43] "POST /neutron/port HTTP/1.1" 200 117 0.004691 10.0.0.38 - - [2026-03-05 02:26:43] "POST /neutron/port HTTP/1.1" 200 117 0.005296 10.0.0.38 - - [2026-03-05 02:26:43] "POST /neutron/port HTTP/1.1" 200 117 0.005546 10.0.0.38 - - [2026-03-05 02:26:44] "POST /neutron/port HTTP/1.1" 200 1019 0.010377 10.0.0.38 - - [2026-03-05 02:26:44] "POST /neutron/network HTTP/1.1" 200 991 0.005503 10.0.0.38 - - [2026-03-05 02:26:44] "POST /neutron/port HTTP/1.1" 200 1019 0.008134 10.0.0.38 - - [2026-03-05 02:26:44] "POST /neutron/port HTTP/1.1" 200 1019 0.007676 10.0.0.38 - - [2026-03-05 02:26:44] "POST /neutron/port HTTP/1.1" 200 1020 0.022431 10.0.0.38 - - [2026-03-05 02:26:44] "POST /neutron/port HTTP/1.1" 200 1111 0.094370 10.0.0.38 - - [2026-03-05 02:26:44] "POST /neutron/network HTTP/1.1" 200 991 0.005837 10.0.0.38 - - [2026-03-05 02:26:44] "POST /neutron/port HTTP/1.1" 200 1020 0.008705 10.0.0.38 - - [2026-03-05 02:26:44] "POST /neutron/port HTTP/1.1" 200 1020 0.012236 10.0.0.38 - - [2026-03-05 02:26:44] "POST /neutron/port HTTP/1.1" 200 1121 0.016046 10.0.0.38 - - [2026-03-05 02:26:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.009967 10.0.0.38 - - [2026-03-05 02:26:44] "POST /neutron/subnet HTTP/1.1" 200 703 0.024230 10.0.0.38 - - [2026-03-05 02:26:44] "POST /neutron/port HTTP/1.1" 200 1112 0.092793 10.0.0.38 - - [2026-03-05 02:26:44] "POST /neutron/port HTTP/1.1" 200 117 0.001113 10.0.0.38 - - [2026-03-05 02:26:44] "POST /neutron/network HTTP/1.1" 200 981 0.006841 10.0.0.38 - - [2026-03-05 02:26:44] "POST /neutron/port HTTP/1.1" 200 1122 0.019112 10.0.0.38 - - [2026-03-05 02:26:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003922 10.0.0.38 - - [2026-03-05 02:26:44] "POST /neutron/subnet HTTP/1.1" 200 708 0.007765 10.0.0.38 - - [2026-03-05 02:26:44] "POST /neutron/port HTTP/1.1" 200 117 0.001452 10.0.0.38 - - [2026-03-05 02:26:44] "POST /neutron/network HTTP/1.1" 200 981 0.017280 10.0.0.38 - - [2026-03-05 02:26:48] "POST /neutron/port HTTP/1.1" 200 1121 0.010384 10.0.0.38 - - [2026-03-05 02:26:48] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005518 10.0.0.38 - - [2026-03-05 02:26:48] "POST /neutron/port HTTP/1.1" 200 1121 0.011883 10.0.0.38 - - [2026-03-05 02:26:48] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005004 10.0.0.38 - - [2026-03-05 02:26:49] "POST /neutron/port HTTP/1.1" 200 1121 0.015296 10.0.0.38 - - [2026-03-05 02:26:49] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006942 10.0.0.38 - - [2026-03-05 02:26:49] "GET /virtual-machine/46376392-dd05-497c-b3e1-fcfc37b97e14 HTTP/1.1" 200 1284 0.004380 10.0.0.38 - - [2026-03-05 02:26:49] "GET /virtual-machine-interface/bb207416-5b33-41c4-a477-8f248d6590dc HTTP/1.1" 200 2925 0.004664 10.0.0.38 - - [2026-03-05 02:26:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002542 10.0.0.38 - - [2026-03-05 02:26:49] "GET /global-vrouter-config/fd8e6dc8-92ea-4ed8-9fa3-4af7a9176102?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003092 10.0.0.38 - - [2026-03-05 02:26:49] "GET /virtual-networks?parent_id=35b63536-71c8-4b14-9a94-9cf88a2733aa&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002587 10.0.0.38 - - [2026-03-05 02:26:49] "GET /virtual-network/fa711cca-f402-45fc-8d8f-c22f0e084631?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2571 0.004859 10.0.0.38 - - [2026-03-05 02:26:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002600 10.0.0.38 - - [2026-03-05 02:26:52] "GET /virtual-network/fa711cca-f402-45fc-8d8f-c22f0e084631?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2571 0.004776 10.0.0.38 - - [2026-03-05 02:26:53] "POST /neutron/port HTTP/1.1" 200 1121 0.014046 10.0.0.38 - - [2026-03-05 02:26:53] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005907 10.0.0.38 - - [2026-03-05 02:26:53] "POST /neutron/port HTTP/1.1" 200 1122 0.013756 10.0.0.38 - - [2026-03-05 02:26:53] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006010 10.0.0.38 - - [2026-03-05 02:26:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002875 10.0.0.38 - - [2026-03-05 02:26:54] "GET /global-vrouter-config/fd8e6dc8-92ea-4ed8-9fa3-4af7a9176102?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002989 10.0.0.38 - - [2026-03-05 02:26:54] "GET /virtual-networks?parent_id=35b63536-71c8-4b14-9a94-9cf88a2733aa&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002565 10.0.0.38 - - [2026-03-05 02:26:54] "GET /virtual-network/fa711cca-f402-45fc-8d8f-c22f0e084631?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2571 0.005749 10.0.0.38 - - [2026-03-05 02:26:54] "POST /neutron/port HTTP/1.1" 200 1122 0.012772 10.0.0.38 - - [2026-03-05 02:26:54] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005156 10.0.0.38 - - [2026-03-05 02:26:54] "POST /neutron/port HTTP/1.1" 200 1122 0.011436 10.0.0.38 - - [2026-03-05 02:26:54] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005506 10.0.0.38 - - [2026-03-05 02:26:54] "POST /neutron/port HTTP/1.1" 200 1122 0.010512 10.0.0.38 - - [2026-03-05 02:26:54] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005324 10.0.0.38 - - [2026-03-05 02:26:54] "GET /virtual-machine/deefbbf5-6471-47b5-8a99-86958bc81ecd HTTP/1.1" 200 1284 0.004107 10.0.0.38 - - [2026-03-05 02:26:54] "GET /virtual-machine-interface/b916c867-b4a7-48c3-96a1-816b4c90948f HTTP/1.1" 200 2925 0.004331 10.0.0.38 - - [2026-03-05 02:26:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002453 10.0.0.38 - - [2026-03-05 02:26:55] "GET /global-vrouter-config/fd8e6dc8-92ea-4ed8-9fa3-4af7a9176102?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002846 10.0.0.38 - - [2026-03-05 02:26:55] "GET /virtual-networks?parent_id=35b63536-71c8-4b14-9a94-9cf88a2733aa&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.003234 10.0.0.38 - - [2026-03-05 02:26:55] "GET /virtual-network/fa711cca-f402-45fc-8d8f-c22f0e084631?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2571 0.004842 10.0.0.38 - - [2026-03-05 02:26:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002968 10.0.0.38 - - [2026-03-05 02:26:56] "GET /global-vrouter-config/fd8e6dc8-92ea-4ed8-9fa3-4af7a9176102?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003025 10.0.0.38 - - [2026-03-05 02:26:56] "GET /virtual-networks?parent_id=35b63536-71c8-4b14-9a94-9cf88a2733aa&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002747 10.0.0.38 - - [2026-03-05 02:26:56] "GET /virtual-network/fa711cca-f402-45fc-8d8f-c22f0e084631?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2571 0.004763 10.0.0.38 - - [2026-03-05 02:26:59] "POST /neutron/port HTTP/1.1" 200 1112 0.011940 10.0.0.38 - - [2026-03-05 02:26:59] "POST /neutron/port HTTP/1.1" 200 1112 0.010261 10.0.0.38 - - [2026-03-05 02:26:59] "POST /neutron/port HTTP/1.1" 200 151 0.121318 10.0.0.38 - - [2026-03-05 02:26:59] "POST /neutron/port HTTP/1.1" 200 1111 0.011117 10.0.0.38 - - [2026-03-05 02:26:59] "POST /neutron/port HTTP/1.1" 200 1111 0.010032 10.0.0.38 - - [2026-03-05 02:26:59] "POST /neutron/port HTTP/1.1" 200 151 0.123374 10.0.0.38 - - [2026-03-05 02:26:59] "POST /neutron/network HTTP/1.1" 200 981 0.012519 10.0.0.38 - - [2026-03-05 02:26:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003656 10.0.0.38 - - [2026-03-05 02:26:59] "POST /useragent-kv HTTP/1.1" 200 115 0.008368 10.0.0.38 - - [2026-03-05 02:26:59] "POST /useragent-kv HTTP/1.1" 200 115 0.007812 10.0.0.38 - - [2026-03-05 02:26:59] "DELETE /route-target/c0b0c583-9517-4ce1-9cc5-12da6bec05bd HTTP/1.1" 200 115 0.030350 10.0.0.38 - - [2026-03-05 02:26:59] "POST /useragent-kv HTTP/1.1" 200 115 0.002520 10.0.0.38 - - [2026-03-05 02:26:59] "POST /useragent-kv HTTP/1.1" 200 115 0.002365 10.0.0.38 - - [2026-03-05 02:26:59] "POST /neutron/network HTTP/1.1" 200 151 0.131271 10.0.0.38 - - [2026-03-05 02:27:00] "GET /projects?obj_uuids=35b63536-71c8-4b14-9a94-9cf88a2733aa&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001034 10.0.0.38 - - [2026-03-05 02:27:00] "GET /project/35b63536-71c8-4b14-9a94-9cf88a2733aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.035363 10.0.0.38 - - [2026-03-05 02:27:00] "GET /projects?obj_uuids=35b63536-71c8-4b14-9a94-9cf88a2733aa&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001708 10.0.0.38 - - [2026-03-05 02:27:00] "GET /project/35b63536-71c8-4b14-9a94-9cf88a2733aa?fields=virtual_networks HTTP/1.1" 200 1024 0.071603 10.0.0.38 - - [2026-03-05 02:27:00] "GET /projects?obj_uuids=35b63536-71c8-4b14-9a94-9cf88a2733aa&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001050 10.0.0.38 - - [2026-03-05 02:27:00] "GET /project/35b63536-71c8-4b14-9a94-9cf88a2733aa?fields=virtual_machine_interfaces HTTP/1.1" 200 1024 0.031303 10.0.0.38 - - [2026-03-05 02:27:00] "GET /projects?obj_uuids=35b63536-71c8-4b14-9a94-9cf88a2733aa&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001152 10.0.0.38 - - [2026-03-05 02:27:00] "GET /project/35b63536-71c8-4b14-9a94-9cf88a2733aa?fields=security_groups HTTP/1.1" 200 1246 0.055019 10.0.0.38 - - [2026-03-05 02:27:01] "POST /fqname-to-id HTTP/1.1" 404 186 0.032694 10.0.0.38 - - [2026-03-05 02:27:01] "GET /projects?obj_uuids=3acd4d5f-fc9c-4c3e-8edd-ee6c0f9b5fcb&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002223 10.0.0.38 - - [2026-03-05 02:27:01] "GET /domains?obj_uuids=f0f8f0ab-ad00-4bf2-b32c-7ffe83ec7aa0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001318 10.0.0.38 - - [2026-03-05 02:27:01] "GET /domain/f0f8f0ab-ad00-4bf2-b32c-7ffe83ec7aa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008581 10.0.0.38 - - [2026-03-05 02:27:01] "POST /id-to-fqname HTTP/1.1" 200 188 0.002809 10.0.0.38 - - [2026-03-05 02:27:01] "POST /fqname-to-id HTTP/1.1" 404 197 0.002900 10.0.0.38 - - [2026-03-05 02:27:01] "POST /security-groups HTTP/1.1" 200 589 0.066795 10.0.0.38 - - [2026-03-05 02:27:01] "POST /fqname-to-id HTTP/1.1" 404 232 0.002368 10.0.0.38 - - [2026-03-05 02:27:01] "POST /projects HTTP/1.1" 200 581 0.246472 10.0.0.38 - - [2026-03-05 02:27:01] "POST /access-control-lists HTTP/1.1" 200 594 0.055396 10.0.0.38 - - [2026-03-05 02:27:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.317617 10.0.0.38 - - [2026-03-05 02:27:01] "POST /fqname-to-id HTTP/1.1" 404 231 0.003150 10.0.0.38 - - [2026-03-05 02:27:02] "GET /project/3acd4d5f-fc9c-4c3e-8edd-ee6c0f9b5fcb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.451416 10.0.0.38 - - [2026-03-05 02:27:02] "POST /access-control-lists HTTP/1.1" 200 592 0.068509 10.0.0.38 - - [2026-03-05 02:27:03] "GET / HTTP/1.1" 200 35931 0.001879 10.0.0.38 - - [2026-03-05 02:27:03] "POST /fqname-to-id HTTP/1.1" 401 292 0.000765 10.0.0.38 - - [2026-03-05 02:27:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.058211 10.0.0.38 - - [2026-03-05 02:27:04] "GET /projects?obj_uuids=3acd4d5f-fc9c-4c3e-8edd-ee6c0f9b5fcb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001033 10.0.0.38 - - [2026-03-05 02:27:04] "GET /project/3acd4d5f-fc9c-4c3e-8edd-ee6c0f9b5fcb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.036575 10.0.0.38 - - [2026-03-05 02:27:04] "POST /neutron/network HTTP/1.1" 200 117 0.034600 10.0.0.38 - - [2026-03-05 02:27:04] "GET /projects?obj_uuids=3acd4d5f-fc9c-4c3e-8edd-ee6c0f9b5fcb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001351 10.0.0.38 - - [2026-03-05 02:27:04] "POST /neutron/network HTTP/1.1" 200 605 0.108023 10.0.0.38 - - [2026-03-05 02:27:04] "POST /route-targets HTTP/1.1" 200 327 0.020643 10.0.0.38 - - [2026-03-05 02:27:04] "POST /ref-update HTTP/1.1" 200 156 0.023173 10.0.0.38 - - [2026-03-05 02:27:04] "POST /useragent-kv HTTP/1.1" 200 115 0.010763 10.0.0.38 - - [2026-03-05 02:27:04] "POST /neutron/subnet HTTP/1.1" 200 715 0.243891 10.0.0.38 - - [2026-03-05 02:27:04] "POST /neutron/port HTTP/1.1" 200 117 0.007280 10.0.0.38 - - [2026-03-05 02:27:04] "POST /neutron/network HTTP/1.1" 200 822 0.004947 10.0.0.38 - - [2026-03-05 02:27:04] "POST /id-to-fqname HTTP/1.1" 200 219 0.001254 10.0.0.38 - - [2026-03-05 02:27:04] "GET /virtual-network/30ed42fa-c7b3-4a3a-abf2-4a602d2910a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.004483 10.0.0.38 - - [2026-03-05 02:27:04] "POST /neutron/port HTTP/1.1" 400 205 0.002368 10.0.0.38 - - [2026-03-05 02:27:04] "POST /neutron/port HTTP/1.1" 200 117 0.006289 10.0.0.38 - - [2026-03-05 02:27:04] "POST /neutron/port HTTP/1.1" 400 205 0.003313 10.0.0.38 - - [2026-03-05 02:27:04] "POST /neutron/network HTTP/1.1" 200 822 0.006063 10.0.0.38 - - [2026-03-05 02:27:04] "GET /virtual-network/30ed42fa-c7b3-4a3a-abf2-4a602d2910a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.005903 10.0.0.38 - - [2026-03-05 02:27:04] "POST /neutron/network HTTP/1.1" 200 822 0.006854 10.0.0.38 - - [2026-03-05 02:27:04] "POST /neutron/subnet HTTP/1.1" 200 715 0.006431 10.0.0.38 - - [2026-03-05 02:27:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.005875 10.0.0.38 - - [2026-03-05 02:27:04] "GET /projects?obj_uuids=3acd4d5f-fc9c-4c3e-8edd-ee6c0f9b5fcb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000973 10.0.0.38 - - [2026-03-05 02:27:04] "GET /project/3acd4d5f-fc9c-4c3e-8edd-ee6c0f9b5fcb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.031501 10.0.0.38 - - [2026-03-05 02:27:05] "POST /neutron/network HTTP/1.1" 200 117 0.016254 10.0.0.38 - - [2026-03-05 02:27:05] "GET /projects?obj_uuids=3acd4d5f-fc9c-4c3e-8edd-ee6c0f9b5fcb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000927 10.0.0.38 - - [2026-03-05 02:27:05] "POST /neutron/network HTTP/1.1" 200 605 0.063296 10.0.0.38 - - [2026-03-05 02:27:05] "POST /route-targets HTTP/1.1" 200 327 0.014836 10.0.0.38 - - [2026-03-05 02:27:05] "POST /ref-update HTTP/1.1" 200 156 0.016981 10.0.0.38 - - [2026-03-05 02:27:05] "POST /useragent-kv HTTP/1.1" 200 115 0.002811 10.0.0.38 - - [2026-03-05 02:27:05] "POST /neutron/subnet HTTP/1.1" 200 729 0.166959 10.0.0.38 - - [2026-03-05 02:27:05] "POST /neutron/network HTTP/1.1" 200 825 0.006299 10.0.0.38 - - [2026-03-05 02:27:05] "POST /id-to-fqname HTTP/1.1" 200 219 0.001274 10.0.0.38 - - [2026-03-05 02:27:05] "GET /virtual-network/428ffc0e-4d7d-487e-a68f-5177247183dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.004830 10.0.0.38 - - [2026-03-05 02:27:05] "POST /neutron/network HTTP/1.1" 200 825 0.005608 10.0.0.38 - - [2026-03-05 02:27:05] "GET /virtual-network/428ffc0e-4d7d-487e-a68f-5177247183dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.004789 10.0.0.38 - - [2026-03-05 02:27:05] "POST /neutron/network HTTP/1.1" 200 825 0.005136 10.0.0.38 - - [2026-03-05 02:27:05] "POST /neutron/subnet HTTP/1.1" 200 729 0.006186 10.0.0.38 - - [2026-03-05 02:27:05] "POST /id-to-fqname HTTP/1.1" 200 219 0.001045 10.0.0.38 - - [2026-03-05 02:27:05] "POST /neutron/network HTTP/1.1" 200 832 0.005972 10.0.0.38 - - [2026-03-05 02:27:05] "GET /aaa-mode HTTP/1.1" 401 292 0.000435 10.0.0.38 - - [2026-03-05 02:27:06] "GET / HTTP/1.1" 200 35931 0.001720 10.0.0.38 - - [2026-03-05 02:27:06] "GET /project/3acd4d5f-fc9c-4c3e-8edd-ee6c0f9b5fcb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000483 10.0.0.38 - - [2026-03-05 02:27:06] "GET /projects?obj_uuids=3acd4d5f-fc9c-4c3e-8edd-ee6c0f9b5fcb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001230 10.0.0.38 - - [2026-03-05 02:27:06] "GET /project/3acd4d5f-fc9c-4c3e-8edd-ee6c0f9b5fcb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.046983 10.0.0.38 - - [2026-03-05 02:27:06] "POST /neutron/network HTTP/1.1" 200 822 0.004883 10.0.0.38 - - [2026-03-05 02:27:06] "POST /neutron/port HTTP/1.1" 200 117 0.004555 10.0.0.38 - - [2026-03-05 02:27:06] "POST /neutron/port HTTP/1.1" 200 117 0.006118 10.0.0.38 - - [2026-03-05 02:27:06] "POST /id-to-fqname HTTP/1.1" 200 219 0.001499 10.0.0.38 - - [2026-03-05 02:27:06] "POST /neutron/port HTTP/1.1" 200 117 0.005538 10.0.0.38 - - [2026-03-05 02:27:06] "POST /neutron/network HTTP/1.1" 200 835 0.006559 10.0.0.38 - - [2026-03-05 02:27:06] "GET /aaa-mode HTTP/1.1" 401 292 0.000430 10.0.0.38 - - [2026-03-05 02:27:07] "POST /neutron/network HTTP/1.1" 200 832 0.006316 10.0.0.38 - - [2026-03-05 02:27:07] "GET /projects?obj_uuids=3acd4d5f-fc9c-4c3e-8edd-ee6c0f9b5fcb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001087 10.0.0.38 - - [2026-03-05 02:27:07] "GET / HTTP/1.1" 200 35931 0.001708 10.0.0.38 - - [2026-03-05 02:27:07] "GET /project/3acd4d5f-fc9c-4c3e-8edd-ee6c0f9b5fcb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000694 10.0.0.38 - - [2026-03-05 02:27:07] "POST /neutron/port HTTP/1.1" 200 1056 0.218724 10.0.0.38 - - [2026-03-05 02:27:07] "POST /neutron/port HTTP/1.1" 200 1056 0.009652 10.0.0.38 - - [2026-03-05 02:27:07] "POST /neutron/port HTTP/1.1" 200 1056 0.009210 10.0.0.38 - - [2026-03-05 02:27:07] "POST /neutron/port HTTP/1.1" 200 1110 0.064266 10.0.0.38 - - [2026-03-05 02:27:07] "POST /neutron/port HTTP/1.1" 200 1120 0.013169 10.0.0.38 - - [2026-03-05 02:27:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003848 10.0.0.38 - - [2026-03-05 02:27:07] "POST /neutron/subnet HTTP/1.1" 200 689 0.006738 10.0.0.38 - - [2026-03-05 02:27:07] "POST /neutron/port HTTP/1.1" 200 117 0.001121 10.0.0.38 - - [2026-03-05 02:27:07] "POST /neutron/network HTTP/1.1" 200 822 0.009151 10.0.0.38 - - [2026-03-05 02:27:07] "GET /projects?obj_uuids=3acd4d5f-fc9c-4c3e-8edd-ee6c0f9b5fcb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001112 10.0.0.38 - - [2026-03-05 02:27:07] "GET /project/3acd4d5f-fc9c-4c3e-8edd-ee6c0f9b5fcb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.053583 10.0.0.38 - - [2026-03-05 02:27:07] "POST /neutron/network HTTP/1.1" 200 825 0.005582 10.0.0.38 - - [2026-03-05 02:27:07] "POST /neutron/port HTTP/1.1" 200 1120 0.018004 10.0.0.38 - - [2026-03-05 02:27:07] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010777 10.0.0.38 - - [2026-03-05 02:27:07] "POST /neutron/port HTTP/1.1" 200 117 0.006813 10.0.0.38 - - [2026-03-05 02:27:07] "GET /projects?obj_uuids=3acd4d5f-fc9c-4c3e-8edd-ee6c0f9b5fcb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001240 10.0.0.38 - - [2026-03-05 02:27:07] "POST /neutron/router HTTP/1.1" 200 580 0.073468 10.0.0.38 - - [2026-03-05 02:27:07] "POST /neutron/router HTTP/1.1" 200 580 0.007615 10.0.0.38 - - [2026-03-05 02:27:07] "POST /route-targets HTTP/1.1" 200 327 0.023122 10.0.0.38 - - [2026-03-05 02:27:08] "GET /projects?obj_uuids=3acd4d5f-fc9c-4c3e-8edd-ee6c0f9b5fcb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001857 10.0.0.38 - - [2026-03-05 02:27:08] "PUT /logical-router/03d42c06-67e7-46a0-af7d-c95bc053f3ab HTTP/1.1" 200 262 0.030210 10.0.0.38 - - [2026-03-05 02:27:08] "POST /neutron/router HTTP/1.1" 200 344 0.277883 10.0.0.38 - - [2026-03-05 02:27:08] "POST /ref-update HTTP/1.1" 200 156 0.010617 10.0.0.38 - - [2026-03-05 02:27:08] "POST /neutron/network HTTP/1.1" 200 835 0.007060 10.0.0.38 - - [2026-03-05 02:27:08] "GET /projects?obj_uuids=3acd4d5f-fc9c-4c3e-8edd-ee6c0f9b5fcb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001718 10.0.0.38 - - [2026-03-05 02:27:08] "POST /neutron/port HTTP/1.1" 200 1120 0.020907 10.0.0.38 - - [2026-03-05 02:27:08] "POST /neutron/security_group HTTP/1.1" 200 2056 0.013478 10.0.0.38 - - [2026-03-05 02:27:08] "POST /neutron/port HTTP/1.1" 200 1059 0.263160 10.0.0.38 - - [2026-03-05 02:27:08] "POST /neutron/port HTTP/1.1" 200 1059 0.009477 10.0.0.38 - - [2026-03-05 02:27:08] "POST /neutron/port HTTP/1.1" 200 1059 0.009283 10.0.0.38 - - [2026-03-05 02:27:08] "POST /neutron/port HTTP/1.1" 200 1113 0.069576 10.0.0.38 - - [2026-03-05 02:27:08] "POST /neutron/port HTTP/1.1" 200 1123 0.011488 10.0.0.38 - - [2026-03-05 02:27:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003139 10.0.0.38 - - [2026-03-05 02:27:08] "POST /neutron/subnet HTTP/1.1" 200 703 0.006240 10.0.0.38 - - [2026-03-05 02:27:08] "POST /neutron/port HTTP/1.1" 200 117 0.001399 10.0.0.38 - - [2026-03-05 02:27:08] "POST /neutron/network HTTP/1.1" 200 825 0.005079 10.0.0.38 - - [2026-03-05 02:27:13] "POST /neutron/port HTTP/1.1" 200 1120 0.011083 10.0.0.38 - - [2026-03-05 02:27:13] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005565 10.0.0.38 - - [2026-03-05 02:27:13] "POST /neutron/port HTTP/1.1" 200 1120 0.011482 10.0.0.38 - - [2026-03-05 02:27:13] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005949 10.0.0.38 - - [2026-03-05 02:27:13] "POST /neutron/port HTTP/1.1" 200 1120 0.012159 10.0.0.38 - - [2026-03-05 02:27:13] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006638 10.0.0.38 - - [2026-03-05 02:27:13] "GET /virtual-machine/fb85c19a-e5a3-4d9a-9ebd-71315e017e8d HTTP/1.1" 401 292 0.000540 10.0.0.38 - - [2026-03-05 02:27:14] "GET /virtual-machine/fb85c19a-e5a3-4d9a-9ebd-71315e017e8d HTTP/1.1" 200 1291 0.035172 10.0.0.38 - - [2026-03-05 02:27:14] "GET /virtual-machine-interface/40028c80-5782-4751-ba0a-506441ef5710 HTTP/1.1" 200 2934 0.009373 10.0.0.38 - - [2026-03-05 02:27:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003138 10.0.0.38 - - [2026-03-05 02:27:14] "GET /global-vrouter-config/fd8e6dc8-92ea-4ed8-9fa3-4af7a9176102?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003618 10.0.0.38 - - [2026-03-05 02:27:14] "GET /virtual-networks?parent_id=3acd4d5f-fc9c-4c3e-8edd-ee6c0f9b5fcb&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.003340 10.0.0.38 - - [2026-03-05 02:27:14] "GET /virtual-network/30ed42fa-c7b3-4a3a-abf2-4a602d2910a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.005518 10.0.0.38 - - [2026-03-05 02:27:16] "POST /neutron/port HTTP/1.1" 200 1120 0.011311 10.0.0.38 - - [2026-03-05 02:27:16] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005314 10.0.0.38 - - [2026-03-05 02:27:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002828 10.0.0.38 - - [2026-03-05 02:27:17] "GET /virtual-network/30ed42fa-c7b3-4a3a-abf2-4a602d2910a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.004437 10.0.0.38 - - [2026-03-05 02:27:17] "POST /neutron/port HTTP/1.1" 200 1123 0.011435 10.0.0.38 - - [2026-03-05 02:27:17] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005088 10.0.0.38 - - [2026-03-05 02:27:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002637 10.0.0.38 - - [2026-03-05 02:27:19] "GET /global-vrouter-config/fd8e6dc8-92ea-4ed8-9fa3-4af7a9176102?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002755 10.0.0.38 - - [2026-03-05 02:27:19] "GET /virtual-networks?parent_id=3acd4d5f-fc9c-4c3e-8edd-ee6c0f9b5fcb&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.002873 10.0.0.38 - - [2026-03-05 02:27:19] "GET /virtual-network/30ed42fa-c7b3-4a3a-abf2-4a602d2910a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.004638 10.0.0.38 - - [2026-03-05 02:27:19] "POST /neutron/port HTTP/1.1" 200 1123 0.012623 10.0.0.38 - - [2026-03-05 02:27:19] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005857 10.0.0.38 - - [2026-03-05 02:27:19] "POST /neutron/port HTTP/1.1" 200 1123 0.010657 10.0.0.38 - - [2026-03-05 02:27:19] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006047 10.0.0.38 - - [2026-03-05 02:27:19] "POST /neutron/port HTTP/1.1" 200 1123 0.015465 10.0.0.38 - - [2026-03-05 02:27:19] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007487 10.0.0.38 - - [2026-03-05 02:27:19] "GET /virtual-machine/3be68f52-4aba-4311-af15-2afb581e138e HTTP/1.1" 200 1290 0.004937 10.0.0.38 - - [2026-03-05 02:27:19] "GET /virtual-machine-interface/cd638237-3590-4125-bd63-d4057720d07c HTTP/1.1" 200 2935 0.006028 10.0.0.38 - - [2026-03-05 02:27:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.005578 10.0.0.38 - - [2026-03-05 02:27:20] "GET /global-vrouter-config/fd8e6dc8-92ea-4ed8-9fa3-4af7a9176102?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003578 10.0.0.38 - - [2026-03-05 02:27:20] "GET /virtual-networks?parent_id=3acd4d5f-fc9c-4c3e-8edd-ee6c0f9b5fcb&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.002596 10.0.0.38 - - [2026-03-05 02:27:20] "GET /virtual-network/428ffc0e-4d7d-487e-a68f-5177247183dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005879 10.0.0.38 - - [2026-03-05 02:27:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002492 10.0.0.38 - - [2026-03-05 02:27:21] "GET /global-vrouter-config/fd8e6dc8-92ea-4ed8-9fa3-4af7a9176102?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003655 10.0.0.38 - - [2026-03-05 02:27:21] "GET /virtual-networks?parent_id=3acd4d5f-fc9c-4c3e-8edd-ee6c0f9b5fcb&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.002591 10.0.0.38 - - [2026-03-05 02:27:21] "GET /virtual-network/428ffc0e-4d7d-487e-a68f-5177247183dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.004748 10.0.0.38 - - [2026-03-05 02:27:26] "DELETE /project/3acd4d5ffc9c4c3e8eddee6c0f9b5fcb HTTP/1.1" 404 173 0.013279 10.0.0.38 - - [2026-03-05 02:27:26] "DELETE /project/dc4e4125ba004acfae64fcb25445f4ce HTTP/1.1" 404 173 0.012179 10.0.0.38 - - [2026-03-05 02:27:26] "DELETE /project/35b6353671c84b149a949cf88a2733aa HTTP/1.1" 404 173 0.005567 10.0.0.38 - - [2026-03-05 02:27:26] "GET /projects?obj_uuids=b2a52a6b-0b4a-4773-86ce-0267686ac47a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000815 10.0.0.38 - - [2026-03-05 02:27:26] "GET /projects?obj_uuids=35b63536-71c8-4b14-9a94-9cf88a2733aa&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000736 10.0.0.38 - - [2026-03-05 02:27:26] "GET /projects?obj_uuids=dc4e4125-ba00-4acf-ae64-fcb25445f4ce&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000778 10.0.0.38 - - [2026-03-05 02:27:26] "GET /project/b2a52a6b-0b4a-4773-86ce-0267686ac47a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.036473 10.0.0.38 - - [2026-03-05 02:27:26] "GET /project/35b63536-71c8-4b14-9a94-9cf88a2733aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1452 0.038846 10.0.0.38 - - [2026-03-05 02:27:26] "GET /project/dc4e4125-ba00-4acf-ae64-fcb25445f4ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.039882 10.0.0.38 - - [2026-03-05 02:27:26] "GET /projects?obj_uuids=dc4e4125-ba00-4acf-ae64-fcb25445f4ce&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001903 10.0.0.38 - - [2026-03-05 02:27:26] "GET /projects?obj_uuids=35b63536-71c8-4b14-9a94-9cf88a2733aa&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001253 10.0.0.38 - - [2026-03-05 02:27:26] "GET /projects?obj_uuids=b2a52a6b-0b4a-4773-86ce-0267686ac47a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001053 10.0.0.38 - - [2026-03-05 02:27:26] "GET /project/b2a52a6b-0b4a-4773-86ce-0267686ac47a?fields=security_groups HTTP/1.1" 200 1348 0.055711 10.0.0.38 - - [2026-03-05 02:27:26] "GET /project/dc4e4125-ba00-4acf-ae64-fcb25445f4ce?fields=security_groups HTTP/1.1" 200 1349 0.060467 10.0.0.38 - - [2026-03-05 02:27:26] "GET /project/35b63536-71c8-4b14-9a94-9cf88a2733aa?fields=security_groups HTTP/1.1" 200 1351 0.071556 10.0.0.38 - - [2026-03-05 02:27:26] "DELETE /security-group/37b9e765-d9d9-41d2-baed-63df4bc91514 HTTP/1.1" 200 115 0.049835 10.0.0.38 - - [2026-03-05 02:27:26] "GET /projects?obj_uuids=b2a52a6b-0b4a-4773-86ce-0267686ac47a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001040 10.0.0.38 - - [2026-03-05 02:27:26] "DELETE /access-control-list/eee43b4a-8be4-44a5-aeca-427104dd4ef7 HTTP/1.1" 200 115 0.052639 10.0.0.38 - - [2026-03-05 02:27:26] "DELETE /security-group/8ae5d870-8b39-4b9b-802a-6f7452ebbbf1 HTTP/1.1" 200 115 0.076847 10.0.0.38 - - [2026-03-05 02:27:26] "GET /project/b2a52a6b-0b4a-4773-86ce-0267686ac47a?fields=application_policy_sets HTTP/1.1" 200 1387 0.047506 10.0.0.38 - - [2026-03-05 02:27:26] "GET /projects?obj_uuids=dc4e4125-ba00-4acf-ae64-fcb25445f4ce&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000871 10.0.0.38 - - [2026-03-05 02:27:26] "DELETE /security-group/2a13a95e-0595-4639-b98f-30edf588e856 HTTP/1.1" 200 115 0.092340 10.0.0.38 - - [2026-03-05 02:27:26] "GET /projects?obj_uuids=35b63536-71c8-4b14-9a94-9cf88a2733aa&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001381 10.0.0.38 - - [2026-03-05 02:27:26] "DELETE /access-control-list/b28b1bd5-e266-4509-89f1-6fb9787a24da HTTP/1.1" 200 115 0.044167 10.0.0.38 - - [2026-03-05 02:27:26] "GET /project/dc4e4125-ba00-4acf-ae64-fcb25445f4ce?fields=application_policy_sets HTTP/1.1" 200 1388 0.054969 10.0.0.38 - - [2026-03-05 02:27:26] "DELETE /access-control-list/05c38a42-b295-4899-86aa-4fb55748a7e7 HTTP/1.1" 200 115 0.052248 10.0.0.38 - - [2026-03-05 02:27:26] "GET /project/35b63536-71c8-4b14-9a94-9cf88a2733aa?fields=application_policy_sets HTTP/1.1" 200 1390 0.085620 10.0.0.38 - - [2026-03-05 02:27:26] "DELETE /access-control-list/ad7f4303-ccd4-468c-ba26-44590b02d58d HTTP/1.1" 200 115 0.036021 10.0.0.38 - - [2026-03-05 02:27:26] "POST /neutron/router HTTP/1.1" 200 580 0.007154 10.0.0.38 - - [2026-03-05 02:27:26] "DELETE /access-control-list/25993801-12fd-4504-9f0f-bc3ec9767dec HTTP/1.1" 200 115 0.068054 10.0.0.38 - - [2026-03-05 02:27:26] "DELETE /project/b2a52a6b-0b4a-4773-86ce-0267686ac47a HTTP/1.1" 200 115 0.502896 10.0.0.38 - - [2026-03-05 02:27:26] "GET /projects?obj_uuids=3acd4d5f-fc9c-4c3e-8edd-ee6c0f9b5fcb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001061 10.0.0.38 - - [2026-03-05 02:27:26] "DELETE /access-control-list/35686efb-2d39-4298-b414-3f66882cb95f HTTP/1.1" 200 115 0.050558 10.0.0.38 - - [2026-03-05 02:27:26] "DELETE /project/dc4e4125-ba00-4acf-ae64-fcb25445f4ce HTTP/1.1" 200 115 0.525636 10.0.0.38 - - [2026-03-05 02:27:26] "DELETE /project/35b63536-71c8-4b14-9a94-9cf88a2733aa HTTP/1.1" 200 115 0.546355 10.0.0.38 - - [2026-03-05 02:27:26] "POST /neutron/router HTTP/1.1" 200 344 0.256283 10.0.0.38 - - [2026-03-05 02:27:26] "POST /neutron/port HTTP/1.1" 200 1919 0.016589 10.0.0.38 - - [2026-03-05 02:27:27] "POST /ref-update HTTP/1.1" 200 156 0.007195 10.0.0.38 - - [2026-03-05 02:27:31] "GET /obj-perms HTTP/1.1" 200 5056 0.053437 10.0.0.38 - - [2026-03-05 02:27:31] "GET /obj-perms HTTP/1.1" 200 5056 0.054016 10.0.0.38 - - [2026-03-05 02:27:33] "POST /neutron/router HTTP/1.1" 200 580 0.004074 10.0.0.38 - - [2026-03-05 02:27:33] "POST /ref-update HTTP/1.1" 200 156 0.009714 10.0.0.38 - - [2026-03-05 02:27:33] "POST /neutron/router HTTP/1.1" 200 344 0.102511 10.0.0.38 - - [2026-03-05 02:27:36] "POST /neutron/router HTTP/1.1" 200 580 0.005326 10.0.0.38 - - [2026-03-05 02:27:36] "GET /projects?obj_uuids=3acd4d5f-fc9c-4c3e-8edd-ee6c0f9b5fcb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001050 10.0.0.38 - - [2026-03-05 02:27:36] "POST /neutron/router HTTP/1.1" 200 344 0.196692 10.0.0.38 - - [2026-03-05 02:27:36] "POST /ref-update HTTP/1.1" 200 156 0.013113 10.0.0.38 - - [2026-03-05 02:27:39] "POST /neutron/router HTTP/1.1" 200 580 0.004373 10.0.0.38 - - [2026-03-05 02:27:39] "POST /ref-update HTTP/1.1" 200 156 0.014813 10.0.0.38 - - [2026-03-05 02:27:39] "POST /neutron/router HTTP/1.1" 200 344 0.122060 10.0.0.38 - - [2026-03-05 02:27:39] "POST /neutron/router HTTP/1.1" 200 580 0.005613 10.0.0.38 - - [2026-03-05 02:27:39] "POST /ref-update HTTP/1.1" 200 156 0.011781 10.0.0.38 - - [2026-03-05 02:27:39] "POST /neutron/router HTTP/1.1" 200 344 0.115857 10.0.0.38 - - [2026-03-05 02:27:39] "POST /neutron/router HTTP/1.1" 200 580 0.004784 10.0.0.38 - - [2026-03-05 02:27:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.008032 10.0.0.38 - - [2026-03-05 02:27:39] "GET /logical-router/03d42c06-67e7-46a0-af7d-c95bc053f3ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.006443 10.0.0.38 - - [2026-03-05 02:27:39] "POST /neutron/router HTTP/1.1" 200 151 0.052327 10.0.0.38 - - [2026-03-05 02:27:39] "DELETE /route-target/d2af786c-2c96-4c53-9957-9271fe0de49c HTTP/1.1" 200 115 0.025445 10.0.0.38 - - [2026-03-05 02:27:39] "POST /neutron/network HTTP/1.1" 200 825 0.005610 10.0.0.38 - - [2026-03-05 02:27:39] "POST /neutron/network HTTP/1.1" 400 204 0.011550 10.0.0.38 - - [2026-03-05 02:27:40] "POST /neutron/port HTTP/1.1" 200 1123 0.013290 10.0.0.38 - - [2026-03-05 02:27:40] "POST /neutron/port HTTP/1.1" 200 1113 0.011824 10.0.0.38 - - [2026-03-05 02:27:40] "POST /neutron/port HTTP/1.1" 200 1120 0.018460 10.0.0.38 - - [2026-03-05 02:27:40] "POST /neutron/port HTTP/1.1" 200 1110 0.010996 10.0.0.38 - - [2026-03-05 02:27:40] "POST /neutron/port HTTP/1.1" 200 151 0.106076 10.0.0.38 - - [2026-03-05 02:27:40] "POST /neutron/port HTTP/1.1" 200 151 0.104081 10.0.0.38 - - [2026-03-05 02:27:41] "POST /neutron/network HTTP/1.1" 200 825 0.006767 10.0.0.38 - - [2026-03-05 02:27:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.006192 10.0.0.38 - - [2026-03-05 02:27:41] "POST /useragent-kv HTTP/1.1" 200 115 0.003121 10.0.0.38 - - [2026-03-05 02:27:41] "POST /useragent-kv HTTP/1.1" 200 115 0.002149 10.0.0.38 - - [2026-03-05 02:27:41] "POST /neutron/network HTTP/1.1" 200 151 0.077770 10.0.0.38 - - [2026-03-05 02:27:41] "DELETE /route-target/2e2c9fd9-08ec-473a-90b2-49c063bb4053 HTTP/1.1" 200 115 0.019095 10.0.0.38 - - [2026-03-05 02:27:41] "POST /neutron/network HTTP/1.1" 200 822 0.004501 10.0.0.38 - - [2026-03-05 02:27:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002923 10.0.0.38 - - [2026-03-05 02:27:41] "POST /useragent-kv HTTP/1.1" 200 115 0.002465 10.0.0.38 - - [2026-03-05 02:27:41] "POST /useragent-kv HTTP/1.1" 200 115 0.001890 10.0.0.38 - - [2026-03-05 02:27:41] "POST /neutron/network HTTP/1.1" 200 151 0.075446 10.0.0.38 - - [2026-03-05 02:27:41] "DELETE /route-target/1ab4f209-db5b-4027-9020-4256200fded8 HTTP/1.1" 200 115 0.018296 10.0.0.38 - - [2026-03-05 02:27:42] "GET /projects?obj_uuids=3acd4d5f-fc9c-4c3e-8edd-ee6c0f9b5fcb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001059 10.0.0.38 - - [2026-03-05 02:27:42] "GET /project/3acd4d5f-fc9c-4c3e-8edd-ee6c0f9b5fcb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.028678 10.0.0.38 - - [2026-03-05 02:27:42] "GET /projects?obj_uuids=3acd4d5f-fc9c-4c3e-8edd-ee6c0f9b5fcb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001314 10.0.0.38 - - [2026-03-05 02:27:42] "GET /project/3acd4d5f-fc9c-4c3e-8edd-ee6c0f9b5fcb?fields=virtual_networks HTTP/1.1" 200 1028 0.065022 10.0.0.38 - - [2026-03-05 02:27:42] "GET /projects?obj_uuids=3acd4d5f-fc9c-4c3e-8edd-ee6c0f9b5fcb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001324 10.0.0.38 - - [2026-03-05 02:27:42] "GET /project/3acd4d5f-fc9c-4c3e-8edd-ee6c0f9b5fcb?fields=virtual_machine_interfaces HTTP/1.1" 200 1028 0.020926 10.0.0.38 - - [2026-03-05 02:27:42] "GET /projects?obj_uuids=3acd4d5f-fc9c-4c3e-8edd-ee6c0f9b5fcb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000952 10.0.0.38 - - [2026-03-05 02:27:42] "GET /project/3acd4d5f-fc9c-4c3e-8edd-ee6c0f9b5fcb?fields=security_groups HTTP/1.1" 200 1252 0.020756 10.0.0.38 - - [2026-03-05 02:27:43] "POST /fqname-to-id HTTP/1.1" 404 191 0.023422 10.0.0.38 - - [2026-03-05 02:27:43] "GET /projects?obj_uuids=aa0d8c09-1b14-41a6-b2f2-81394cf0cdab&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002079 10.0.0.38 - - [2026-03-05 02:27:43] "GET /domains?obj_uuids=f0f8f0ab-ad00-4bf2-b32c-7ffe83ec7aa0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001046 10.0.0.38 - - [2026-03-05 02:27:43] "GET /domain/f0f8f0ab-ad00-4bf2-b32c-7ffe83ec7aa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006730 10.0.0.38 - - [2026-03-05 02:27:43] "POST /id-to-fqname HTTP/1.1" 200 193 0.001119 10.0.0.38 - - [2026-03-05 02:27:43] "POST /fqname-to-id HTTP/1.1" 404 202 0.003846 10.0.0.38 - - [2026-03-05 02:27:43] "POST /security-groups HTTP/1.1" 200 594 0.060207 10.0.0.38 - - [2026-03-05 02:27:43] "POST /fqname-to-id HTTP/1.1" 404 237 0.002733 10.0.0.38 - - [2026-03-05 02:27:43] "POST /projects HTTP/1.1" 200 591 0.196395 10.0.0.38 - - [2026-03-05 02:27:43] "POST /access-control-lists HTTP/1.1" 200 599 0.054269 10.0.0.38 - - [2026-03-05 02:27:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.267959 10.0.0.38 - - [2026-03-05 02:27:43] "POST /fqname-to-id HTTP/1.1" 404 236 0.002592 10.0.0.38 - - [2026-03-05 02:27:43] "GET /project/aa0d8c09-1b14-41a6-b2f2-81394cf0cdab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.390408 10.0.0.38 - - [2026-03-05 02:27:43] "POST /access-control-lists HTTP/1.1" 200 597 0.056966 10.0.0.38 - - [2026-03-05 02:27:44] "GET / HTTP/1.1" 200 35931 0.001680 10.0.0.38 - - [2026-03-05 02:27:45] "GET /project/aa0d8c09-1b14-41a6-b2f2-81394cf0cdab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000420 10.0.0.38 - - [2026-03-05 02:27:45] "GET /projects?obj_uuids=aa0d8c09-1b14-41a6-b2f2-81394cf0cdab&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000959 10.0.0.38 - - [2026-03-05 02:27:45] "GET /project/aa0d8c09-1b14-41a6-b2f2-81394cf0cdab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.055121 10.0.0.38 - - [2026-03-05 02:27:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002593 10.0.0.38 - - [2026-03-05 02:27:45] "GET /security-group/5d1f2f22-ed48-4f59-99c2-f4be618bd091?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3763 0.004216 10.0.0.38 - - [2026-03-05 02:27:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002442 10.0.0.38 - - [2026-03-05 02:27:46] "GET /projects?obj_uuids=aa0d8c09-1b14-41a6-b2f2-81394cf0cdab&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001291 10.0.0.38 - - [2026-03-05 02:27:46] "GET /project/aa0d8c09-1b14-41a6-b2f2-81394cf0cdab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.027518 10.0.0.38 - - [2026-03-05 02:27:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003139 10.0.0.38 - - [2026-03-05 02:27:46] "GET /security-group/5d1f2f22-ed48-4f59-99c2-f4be618bd091?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3763 0.003724 10.0.0.38 - - [2026-03-05 02:27:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002640 10.0.0.38 - - [2026-03-05 02:27:46] "PUT /security-group/5d1f2f22-ed48-4f59-99c2-f4be618bd091 HTTP/1.1" 200 262 0.013245 10.0.0.38 - - [2026-03-05 02:27:46] "PUT /access-control-list/09f5e030-1c7a-4276-8339-ca2df0e8d21d HTTP/1.1" 200 272 0.008302 10.0.0.38 - - [2026-03-05 02:27:46] "PUT /access-control-list/b794314d-bb43-4973-9385-45a4b944140f HTTP/1.1" 200 272 0.008057 10.0.0.38 - - [2026-03-05 02:27:46] "POST /fqname-to-id HTTP/1.1" 404 202 0.002368 10.0.0.38 - - [2026-03-05 02:27:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002508 10.0.0.38 - - [2026-03-05 02:27:46] "GET /projects?obj_uuids=aa0d8c09-1b14-41a6-b2f2-81394cf0cdab&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001382 10.0.0.38 - - [2026-03-05 02:27:46] "GET /project/aa0d8c09-1b14-41a6-b2f2-81394cf0cdab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.022666 10.0.0.38 - - [2026-03-05 02:27:46] "POST /neutron/network HTTP/1.1" 200 117 0.028304 10.0.0.38 - - [2026-03-05 02:27:46] "GET /projects?obj_uuids=aa0d8c09-1b14-41a6-b2f2-81394cf0cdab&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001000 10.0.0.38 - - [2026-03-05 02:27:46] "POST /neutron/network HTTP/1.1" 200 608 0.056388 10.0.0.38 - - [2026-03-05 02:27:46] "POST /route-targets HTTP/1.1" 200 327 0.010192 10.0.0.38 - - [2026-03-05 02:27:46] "POST /ref-update HTTP/1.1" 200 156 0.009868 10.0.0.38 - - [2026-03-05 02:27:46] "POST /useragent-kv HTTP/1.1" 200 115 0.004798 10.0.0.38 - - [2026-03-05 02:27:46] "POST /neutron/subnet HTTP/1.1" 200 724 0.159155 10.0.0.38 - - [2026-03-05 02:27:46] "POST /neutron/network HTTP/1.1" 200 827 0.004566 10.0.0.38 - - [2026-03-05 02:27:46] "POST /id-to-fqname HTTP/1.1" 200 223 0.001295 10.0.0.38 - - [2026-03-05 02:27:46] "GET /virtual-network/6160e017-6974-4249-8eb4-f8bff4a55c5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005733 10.0.0.38 - - [2026-03-05 02:27:46] "POST /neutron/network HTTP/1.1" 200 827 0.005160 10.0.0.38 - - [2026-03-05 02:27:46] "GET /virtual-network/6160e017-6974-4249-8eb4-f8bff4a55c5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005165 10.0.0.38 - - [2026-03-05 02:27:46] "POST /neutron/network HTTP/1.1" 200 827 0.006747 10.0.0.38 - - [2026-03-05 02:27:46] "POST /neutron/subnet HTTP/1.1" 200 724 0.005851 10.0.0.38 - - [2026-03-05 02:27:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002033 10.0.0.38 - - [2026-03-05 02:27:46] "GET /projects?obj_uuids=aa0d8c09-1b14-41a6-b2f2-81394cf0cdab&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000933 10.0.0.38 - - [2026-03-05 02:27:47] "GET /project/aa0d8c09-1b14-41a6-b2f2-81394cf0cdab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.018513 10.0.0.38 - - [2026-03-05 02:27:47] "POST /neutron/network HTTP/1.1" 200 117 0.010788 10.0.0.38 - - [2026-03-05 02:27:47] "GET /projects?obj_uuids=aa0d8c09-1b14-41a6-b2f2-81394cf0cdab&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001314 10.0.0.38 - - [2026-03-05 02:27:47] "POST /neutron/network HTTP/1.1" 200 615 0.082048 10.0.0.38 - - [2026-03-05 02:27:47] "POST /route-targets HTTP/1.1" 200 327 0.012746 10.0.0.38 - - [2026-03-05 02:27:47] "POST /ref-update HTTP/1.1" 200 156 0.008548 10.0.0.38 - - [2026-03-05 02:27:47] "POST /useragent-kv HTTP/1.1" 200 115 0.002549 10.0.0.38 - - [2026-03-05 02:27:47] "POST /neutron/subnet HTTP/1.1" 200 725 0.150091 10.0.0.38 - - [2026-03-05 02:27:47] "POST /neutron/network HTTP/1.1" 200 834 0.004801 10.0.0.38 - - [2026-03-05 02:27:47] "POST /id-to-fqname HTTP/1.1" 200 227 0.001090 10.0.0.38 - - [2026-03-05 02:27:47] "GET /virtual-network/6d9624ec-f2a5-43dd-8b94-69c372b5dc57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.004371 10.0.0.38 - - [2026-03-05 02:27:47] "POST /neutron/network HTTP/1.1" 200 834 0.004808 10.0.0.38 - - [2026-03-05 02:27:47] "GET /virtual-network/6d9624ec-f2a5-43dd-8b94-69c372b5dc57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.004381 10.0.0.38 - - [2026-03-05 02:27:47] "POST /neutron/network HTTP/1.1" 200 834 0.004636 10.0.0.38 - - [2026-03-05 02:27:47] "POST /neutron/subnet HTTP/1.1" 200 725 0.006407 10.0.0.38 - - [2026-03-05 02:27:47] "POST /id-to-fqname HTTP/1.1" 200 223 0.001343 10.0.0.38 - - [2026-03-05 02:27:47] "POST /neutron/network HTTP/1.1" 200 837 0.005958 10.0.0.38 - - [2026-03-05 02:27:47] "GET /aaa-mode HTTP/1.1" 401 292 0.000453 10.0.0.38 - - [2026-03-05 02:27:48] "GET / HTTP/1.1" 200 35931 0.001728 10.0.0.38 - - [2026-03-05 02:27:48] "GET /project/aa0d8c09-1b14-41a6-b2f2-81394cf0cdab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000364 10.0.0.38 - - [2026-03-05 02:27:48] "GET /projects?obj_uuids=aa0d8c09-1b14-41a6-b2f2-81394cf0cdab&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001122 10.0.0.38 - - [2026-03-05 02:27:48] "GET /project/aa0d8c09-1b14-41a6-b2f2-81394cf0cdab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.044577 10.0.0.38 - - [2026-03-05 02:27:48] "POST /neutron/network HTTP/1.1" 200 827 0.004899 10.0.0.38 - - [2026-03-05 02:27:48] "POST /neutron/port HTTP/1.1" 200 117 0.004459 10.0.0.38 - - [2026-03-05 02:27:48] "POST /neutron/port HTTP/1.1" 200 117 0.004556 10.0.0.38 - - [2026-03-05 02:27:48] "POST /id-to-fqname HTTP/1.1" 200 227 0.001183 10.0.0.38 - - [2026-03-05 02:27:48] "POST /neutron/port HTTP/1.1" 200 117 0.004290 10.0.0.38 - - [2026-03-05 02:27:48] "POST /neutron/network HTTP/1.1" 200 844 0.005396 10.0.0.38 - - [2026-03-05 02:27:48] "GET /aaa-mode HTTP/1.1" 401 292 0.000410 10.0.0.38 - - [2026-03-05 02:27:48] "POST /neutron/network HTTP/1.1" 200 837 0.004728 10.0.0.38 - - [2026-03-05 02:27:49] "GET /projects?obj_uuids=aa0d8c09-1b14-41a6-b2f2-81394cf0cdab&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001878 10.0.0.38 - - [2026-03-05 02:27:49] "GET / HTTP/1.1" 200 35931 0.002254 10.0.0.38 - - [2026-03-05 02:27:49] "GET /project/aa0d8c09-1b14-41a6-b2f2-81394cf0cdab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000508 10.0.0.38 - - [2026-03-05 02:27:49] "POST /neutron/port HTTP/1.1" 200 1063 0.187719 10.0.0.38 - - [2026-03-05 02:27:49] "POST /neutron/port HTTP/1.1" 200 1063 0.009102 10.0.0.38 - - [2026-03-05 02:27:49] "POST /neutron/port HTTP/1.1" 200 1063 0.008094 10.0.0.38 - - [2026-03-05 02:27:49] "POST /neutron/port HTTP/1.1" 200 1117 0.051461 10.0.0.38 - - [2026-03-05 02:27:49] "POST /neutron/port HTTP/1.1" 200 1127 0.010295 10.0.0.38 - - [2026-03-05 02:27:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003016 10.0.0.38 - - [2026-03-05 02:27:49] "POST /neutron/subnet HTTP/1.1" 200 698 0.005979 10.0.0.38 - - [2026-03-05 02:27:49] "POST /neutron/port HTTP/1.1" 200 117 0.001158 10.0.0.38 - - [2026-03-05 02:27:49] "POST /neutron/network HTTP/1.1" 200 827 0.005832 10.0.0.38 - - [2026-03-05 02:27:49] "GET /projects?obj_uuids=aa0d8c09-1b14-41a6-b2f2-81394cf0cdab&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001915 10.0.0.38 - - [2026-03-05 02:27:49] "GET /project/aa0d8c09-1b14-41a6-b2f2-81394cf0cdab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.048625 10.0.0.38 - - [2026-03-05 02:27:49] "POST /neutron/network HTTP/1.1" 200 834 0.005028 10.0.0.38 - - [2026-03-05 02:27:49] "POST /neutron/port HTTP/1.1" 200 1127 0.020500 10.0.0.38 - - [2026-03-05 02:27:49] "POST /neutron/security_group HTTP/1.1" 200 2002 0.008466 10.0.0.38 - - [2026-03-05 02:27:49] "POST /neutron/port HTTP/1.1" 200 117 0.009811 10.0.0.38 - - [2026-03-05 02:27:49] "GET /projects?obj_uuids=aa0d8c09-1b14-41a6-b2f2-81394cf0cdab&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001491 10.0.0.38 - - [2026-03-05 02:27:49] "POST /neutron/router HTTP/1.1" 200 585 0.075144 10.0.0.38 - - [2026-03-05 02:27:49] "POST /neutron/router HTTP/1.1" 200 585 0.005077 10.0.0.38 - - [2026-03-05 02:27:49] "POST /route-targets HTTP/1.1" 200 327 0.027362 10.0.0.38 - - [2026-03-05 02:27:49] "POST /neutron/router HTTP/1.1" 200 656 0.051185 10.0.0.38 - - [2026-03-05 02:27:49] "PUT /logical-router/a2751234-6f51-4738-ad77-b1cae5cfdbc6 HTTP/1.1" 200 262 0.052289 10.0.0.38 - - [2026-03-05 02:27:49] "GET /logical-router/a2751234-6f51-4738-ad77-b1cae5cfdbc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1642 0.016162 10.0.0.38 - - [2026-03-05 02:27:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003306 10.0.0.38 - - [2026-03-05 02:27:49] "POST /neutron/router HTTP/1.1" 200 656 0.019003 10.0.0.38 - - [2026-03-05 02:27:49] "GET /projects?obj_uuids=aa0d8c09-1b14-41a6-b2f2-81394cf0cdab&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001259 10.0.0.38 - - [2026-03-05 02:27:49] "GET /service-template/d5a23dce-133d-4ca0-bb0a-4b297b56e21a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1682 0.004813 10.0.0.38 - - [2026-03-05 02:27:50] "POST /fqname-to-id HTTP/1.1" 404 215 0.002475 10.0.0.38 - - [2026-03-05 02:27:50] "POST /neutron/network HTTP/1.1" 200 844 0.014024 10.0.0.38 - - [2026-03-05 02:27:50] "POST /neutron/router HTTP/1.1" 200 344 0.260436 10.0.0.38 - - [2026-03-05 02:27:50] "POST /useragent-kv HTTP/1.1" 200 115 0.019882 10.0.0.38 - - [2026-03-05 02:27:50] "POST /virtual-networks HTTP/1.1" 200 694 0.127067 10.0.0.38 - - [2026-03-05 02:27:50] "GET /projects?obj_uuids=aa0d8c09-1b14-41a6-b2f2-81394cf0cdab&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002210 10.0.0.38 - - [2026-03-05 02:27:50] "POST /route-targets HTTP/1.1" 200 327 0.027218 10.0.0.38 - - [2026-03-05 02:27:50] "POST /neutron/port HTTP/1.1" 200 1127 0.043593 10.0.0.38 - - [2026-03-05 02:27:50] "POST /ref-update HTTP/1.1" 200 156 0.036976 10.0.0.38 - - [2026-03-05 02:27:50] "POST /neutron/security_group HTTP/1.1" 200 2002 0.011889 10.0.0.38 - - [2026-03-05 02:27:50] "POST /service-instances HTTP/1.1" 200 670 0.166460 10.0.0.38 - - [2026-03-05 02:27:50] "POST /ref-update HTTP/1.1" 200 156 0.071647 10.0.0.38 - - [2026-03-05 02:27:50] "POST /route-tables HTTP/1.1" 200 582 0.043839 10.0.0.38 - - [2026-03-05 02:27:50] "PUT /logical-router/a2751234-6f51-4738-ad77-b1cae5cfdbc6 HTTP/1.1" 200 262 0.040240 10.0.0.38 - - [2026-03-05 02:27:50] "POST /neutron/port HTTP/1.1" 200 1063 0.445807 10.0.0.38 - - [2026-03-05 02:27:50] "POST /ref-update HTTP/1.1" 200 156 0.017411 10.0.0.38 - - [2026-03-05 02:27:50] "POST /neutron/port HTTP/1.1" 200 1063 0.012805 10.0.0.38 - - [2026-03-05 02:27:50] "POST /neutron/port HTTP/1.1" 200 1063 0.012687 10.0.0.38 - - [2026-03-05 02:27:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002361 10.0.0.38 - - [2026-03-05 02:27:50] "POST /neutron/port HTTP/1.1" 200 1117 0.081115 10.0.0.38 - - [2026-03-05 02:27:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003279 10.0.0.38 - - [2026-03-05 02:27:50] "POST /neutron/port HTTP/1.1" 200 1127 0.011705 10.0.0.38 - - [2026-03-05 02:27:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003032 10.0.0.38 - - [2026-03-05 02:27:50] "POST /virtual-machines HTTP/1.1" 200 553 0.012908 10.0.0.38 - - [2026-03-05 02:27:50] "POST /neutron/subnet HTTP/1.1" 200 699 0.006324 10.0.0.38 - - [2026-03-05 02:27:50] "POST /neutron/port HTTP/1.1" 200 117 0.001167 10.0.0.38 - - [2026-03-05 02:27:50] "POST /neutron/network HTTP/1.1" 200 834 0.006682 10.0.0.38 - - [2026-03-05 02:27:50] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.086756 10.0.0.38 - - [2026-03-05 02:27:51] "POST /chown HTTP/1.1" 200 109 0.007570 10.0.0.38 - - [2026-03-05 02:27:51] "POST /instance-ips HTTP/1.1" 200 551 0.016990 10.0.0.38 - - [2026-03-05 02:27:51] "POST /instance-ips HTTP/1.1" 400 246 0.015918 10.0.0.38 - - [2026-03-05 02:27:51] "POST /chown HTTP/1.1" 200 109 0.014678 10.0.0.38 - - [2026-03-05 02:27:51] "PUT /virtual-machine-interface/af267a91-b3ac-4a49-a703-ef48e7e4d3e7 HTTP/1.1" 200 284 0.012572 10.0.0.38 - - [2026-03-05 02:27:51] "PUT /instance-ip/1a0b952b-d970-4425-9f62-972abf97612b HTTP/1.1" 200 256 0.011232 10.0.0.38 - - [2026-03-05 02:27:51] "POST /ref-update HTTP/1.1" 200 156 0.014037 10.0.0.38 - - [2026-03-05 02:27:51] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.101557 10.0.0.38 - - [2026-03-05 02:27:51] "POST /chown HTTP/1.1" 200 109 0.008073 10.0.0.38 - - [2026-03-05 02:27:51] "POST /instance-ips HTTP/1.1" 200 549 0.035141 10.0.0.38 - - [2026-03-05 02:27:51] "POST /instance-ips HTTP/1.1" 400 316 0.013739 10.0.0.38 - - [2026-03-05 02:27:51] "POST /chown HTTP/1.1" 200 109 0.008727 10.0.0.38 - - [2026-03-05 02:27:51] "PUT /virtual-machine-interface/4e8a96e1-c631-475a-9631-cff267cb4563 HTTP/1.1" 200 284 0.008319 10.0.0.38 - - [2026-03-05 02:27:51] "PUT /instance-ip/f635f17a-d96e-48f8-a693-0f89bd7c0c2e HTTP/1.1" 200 256 0.016084 10.0.0.38 - - [2026-03-05 02:27:51] "POST /ref-update HTTP/1.1" 200 156 0.015354 10.0.0.38 - - [2026-03-05 02:27:51] "POST /ref-update HTTP/1.1" 200 156 0.009621 10.0.0.38 - - [2026-03-05 02:27:52] "PUT /routing-instance/8c2b467a-32d3-4b1a-aa2f-b414ef3ec646 HTTP/1.1" 200 266 0.024828 10.0.0.38 - - [2026-03-05 02:27:52] "POST /ref-update HTTP/1.1" 200 156 0.020801 10.0.0.38 - - [2026-03-05 02:27:52] "POST /virtual-machines HTTP/1.1" 200 553 0.016640 10.0.0.38 - - [2026-03-05 02:27:52] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.089598 10.0.0.38 - - [2026-03-05 02:27:52] "POST /chown HTTP/1.1" 200 109 0.006909 10.0.0.38 - - [2026-03-05 02:27:52] "POST /instance-ips HTTP/1.1" 400 246 0.015061 10.0.0.38 - - [2026-03-05 02:27:52] "POST /chown HTTP/1.1" 200 109 0.007151 10.0.0.38 - - [2026-03-05 02:27:52] "PUT /virtual-machine-interface/f03d0134-680e-48a7-8c44-46b5b0a35f94 HTTP/1.1" 200 284 0.008976 10.0.0.38 - - [2026-03-05 02:27:52] "PUT /instance-ip/1a0b952b-d970-4425-9f62-972abf97612b HTTP/1.1" 200 256 0.013986 10.0.0.38 - - [2026-03-05 02:27:52] "POST /ref-update HTTP/1.1" 200 156 0.011672 10.0.0.38 - - [2026-03-05 02:27:52] "POST /ref-update HTTP/1.1" 200 156 0.010268 10.0.0.38 - - [2026-03-05 02:27:52] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.089609 10.0.0.38 - - [2026-03-05 02:27:52] "POST /ref-update HTTP/1.1" 200 156 0.020515 10.0.0.38 - - [2026-03-05 02:27:52] "PUT /routing-instance/8c2b467a-32d3-4b1a-aa2f-b414ef3ec646 HTTP/1.1" 200 266 0.013233 10.0.0.38 - - [2026-03-05 02:27:52] "POST /chown HTTP/1.1" 200 109 0.006228 10.0.0.38 - - [2026-03-05 02:27:52] "POST /instance-ips HTTP/1.1" 400 316 0.014171 10.0.0.38 - - [2026-03-05 02:27:52] "POST /chown HTTP/1.1" 200 109 0.010301 10.0.0.38 - - [2026-03-05 02:27:52] "PUT /virtual-machine-interface/484fc6a5-1b92-4fc6-aefd-42071fd75d6a HTTP/1.1" 200 284 0.011458 10.0.0.38 - - [2026-03-05 02:27:53] "PUT /instance-ip/f635f17a-d96e-48f8-a693-0f89bd7c0c2e HTTP/1.1" 200 256 0.011928 10.0.0.38 - - [2026-03-05 02:27:53] "POST /ref-update HTTP/1.1" 200 156 0.018233 10.0.0.38 - - [2026-03-05 02:27:53] "POST /ref-update HTTP/1.1" 200 156 0.010748 10.0.0.38 - - [2026-03-05 02:27:53] "POST /ref-update HTTP/1.1" 200 156 0.009929 10.0.0.38 - - [2026-03-05 02:27:53] "PUT /routing-instance/8c2b467a-32d3-4b1a-aa2f-b414ef3ec646 HTTP/1.1" 200 266 0.012319 10.0.0.38 - - [2026-03-05 02:27:55] "POST /neutron/port HTTP/1.1" 200 1127 0.010616 10.0.0.38 - - [2026-03-05 02:27:55] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005715 10.0.0.38 - - [2026-03-05 02:27:55] "POST /neutron/port HTTP/1.1" 200 1127 0.010750 10.0.0.38 - - [2026-03-05 02:27:55] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005213 10.0.0.38 - - [2026-03-05 02:27:55] "POST /neutron/port HTTP/1.1" 200 1127 0.011491 10.0.0.38 - - [2026-03-05 02:27:55] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005731 10.0.0.38 - - [2026-03-05 02:27:55] "GET /virtual-machine/cec74a6e-24f7-4c13-b51a-6f3c757b01be HTTP/1.1" 401 292 0.000420 10.0.0.38 - - [2026-03-05 02:27:55] "GET /virtual-machine/cec74a6e-24f7-4c13-b51a-6f3c757b01be HTTP/1.1" 200 1296 0.028478 10.0.0.38 - - [2026-03-05 02:27:55] "GET /virtual-machine-interface/76a8052b-a34d-4ebf-975c-310e4316e177 HTTP/1.1" 200 2956 0.004732 10.0.0.38 - - [2026-03-05 02:27:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002563 10.0.0.38 - - [2026-03-05 02:27:55] "GET /global-vrouter-config/fd8e6dc8-92ea-4ed8-9fa3-4af7a9176102?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003092 10.0.0.38 - - [2026-03-05 02:27:55] "GET /virtual-networks?parent_id=aa0d8c09-1b14-41a6-b2f2-81394cf0cdab&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.002616 10.0.0.38 - - [2026-03-05 02:27:56] "GET /virtual-network/6160e017-6974-4249-8eb4-f8bff4a55c5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005594 10.0.0.38 - - [2026-03-05 02:27:58] "POST /neutron/port HTTP/1.1" 200 1127 0.011815 10.0.0.38 - - [2026-03-05 02:27:58] "POST /neutron/security_group HTTP/1.1" 200 2002 0.004611 10.0.0.38 - - [2026-03-05 02:27:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002987 10.0.0.38 - - [2026-03-05 02:27:59] "GET /virtual-network/6160e017-6974-4249-8eb4-f8bff4a55c5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006384 10.0.0.38 - - [2026-03-05 02:27:59] "POST /neutron/port HTTP/1.1" 200 1127 0.010321 10.0.0.38 - - [2026-03-05 02:27:59] "POST /neutron/security_group HTTP/1.1" 200 2002 0.004888 10.0.0.38 - - [2026-03-05 02:28:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002581 10.0.0.38 - - [2026-03-05 02:28:01] "GET /global-vrouter-config/fd8e6dc8-92ea-4ed8-9fa3-4af7a9176102?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002810 10.0.0.38 - - [2026-03-05 02:28:01] "GET /virtual-networks?parent_id=aa0d8c09-1b14-41a6-b2f2-81394cf0cdab&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003013 10.0.0.38 - - [2026-03-05 02:28:01] "GET /virtual-network/6160e017-6974-4249-8eb4-f8bff4a55c5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005491 10.0.0.38 - - [2026-03-05 02:28:01] "POST /neutron/port HTTP/1.1" 200 1127 0.012578 10.0.0.38 - - [2026-03-05 02:28:01] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005658 10.0.0.38 - - [2026-03-05 02:28:01] "POST /neutron/port HTTP/1.1" 200 1127 0.010578 10.0.0.38 - - [2026-03-05 02:28:01] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006450 10.0.0.38 - - [2026-03-05 02:28:01] "POST /neutron/port HTTP/1.1" 200 1127 0.013312 10.0.0.38 - - [2026-03-05 02:28:01] "POST /neutron/security_group HTTP/1.1" 200 2002 0.009948 10.0.0.38 - - [2026-03-05 02:28:01] "GET /virtual-machine/e146ea87-928d-4339-a545-f282121bf520 HTTP/1.1" 200 1296 0.005670 10.0.0.38 - - [2026-03-05 02:28:01] "GET /virtual-machine-interface/fec60b11-4fdd-4e7b-9828-a6d183bc751b HTTP/1.1" 200 2969 0.006704 10.0.0.38 - - [2026-03-05 02:28:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002564 10.0.0.38 - - [2026-03-05 02:28:01] "GET /global-vrouter-config/fd8e6dc8-92ea-4ed8-9fa3-4af7a9176102?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002932 10.0.0.38 - - [2026-03-05 02:28:01] "GET /virtual-networks?parent_id=aa0d8c09-1b14-41a6-b2f2-81394cf0cdab&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.002702 10.0.0.38 - - [2026-03-05 02:28:01] "GET /virtual-network/6d9624ec-f2a5-43dd-8b94-69c372b5dc57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.004948 10.0.0.38 - - [2026-03-05 02:28:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003137 10.0.0.38 - - [2026-03-05 02:28:03] "GET /global-vrouter-config/fd8e6dc8-92ea-4ed8-9fa3-4af7a9176102?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003819 10.0.0.38 - - [2026-03-05 02:28:03] "GET /virtual-networks?parent_id=aa0d8c09-1b14-41a6-b2f2-81394cf0cdab&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.002718 10.0.0.38 - - [2026-03-05 02:28:03] "GET /virtual-network/6d9624ec-f2a5-43dd-8b94-69c372b5dc57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.004727 10.0.0.38 - - [2026-03-05 02:28:07] "POST /neutron/router HTTP/1.1" 200 656 0.003562 10.0.0.38 - - [2026-03-05 02:28:07] "POST /ref-update HTTP/1.1" 200 156 0.012385 10.0.0.38 - - [2026-03-05 02:28:07] "POST /neutron/router HTTP/1.1" 200 344 0.105283 10.0.0.38 - - [2026-03-05 02:28:07] "POST /neutron/router HTTP/1.1" 200 656 0.005993 10.0.0.38 - - [2026-03-05 02:28:07] "GET /logical-router/a2751234-6f51-4738-ad77-b1cae5cfdbc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1973 0.003680 10.0.0.38 - - [2026-03-05 02:28:07] "GET /service-instance/32546dd9-1aa5-489d-8311-0de3d4a0014e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2314 0.003167 10.0.0.38 - - [2026-03-05 02:28:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003285 10.0.0.38 - - [2026-03-05 02:28:07] "POST /neutron/router HTTP/1.1" 200 151 0.062355 10.0.0.38 - - [2026-03-05 02:28:07] "DELETE /route-target/4dac69a3-69b5-4071-bbb9-7d0e651f17ae HTTP/1.1" 409 239 0.003882 10.0.0.38 - - [2026-03-05 02:28:07] "PUT /logical-router/a2751234-6f51-4738-ad77-b1cae5cfdbc6 HTTP/1.1" 404 171 0.002907 10.0.0.38 - - [2026-03-05 02:28:07] "POST /ref-update HTTP/1.1" 200 156 0.017766 10.0.0.38 - - [2026-03-05 02:28:07] "DELETE /route-table/3b8d76d7-7031-4306-bd78-ff53ea28d4fd HTTP/1.1" 200 115 0.036325 10.0.0.38 - - [2026-03-05 02:28:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003434 10.0.0.38 - - [2026-03-05 02:28:07] "PUT /routing-instance/8c2b467a-32d3-4b1a-aa2f-b414ef3ec646 HTTP/1.1" 200 266 0.011549 10.0.0.38 - - [2026-03-05 02:28:07] "GET /virtual-network/cccad1dd-e86e-41a4-9ee4-67597c336166?fields=instance_ip_back_refs%2Cvirtual_machine_interface_back_refs HTTP/1.1" 200 2300 0.005757 10.0.0.38 - - [2026-03-05 02:28:07] "POST /neutron/network HTTP/1.1" 200 834 0.005909 10.0.0.38 - - [2026-03-05 02:28:07] "POST /ref-update HTTP/1.1" 200 156 0.008979 10.0.0.38 - - [2026-03-05 02:28:07] "POST /neutron/network HTTP/1.1" 400 204 0.052537 10.0.0.38 - - [2026-03-05 02:28:07] "POST /ref-update HTTP/1.1" 200 156 0.010175 10.0.0.38 - - [2026-03-05 02:28:07] "GET /virtual-machine-interface/484fc6a5-1b92-4fc6-aefd-42071fd75d6a?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1650 0.009530 10.0.0.38 - - [2026-03-05 02:28:07] "POST /ref-update HTTP/1.1" 200 156 0.023676 10.0.0.38 - - [2026-03-05 02:28:07] "GET /instance-ip/f635f17a-d96e-48f8-a693-0f89bd7c0c2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.004264 10.0.0.38 - - [2026-03-05 02:28:07] "DELETE /virtual-machine-interface/484fc6a5-1b92-4fc6-aefd-42071fd75d6a HTTP/1.1" 200 115 0.050100 10.0.0.38 - - [2026-03-05 02:28:07] "GET /virtual-machine-interface/4e8a96e1-c631-475a-9631-cff267cb4563?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1650 0.005123 10.0.0.38 - - [2026-03-05 02:28:07] "POST /ref-update HTTP/1.1" 200 156 0.016337 10.0.0.38 - - [2026-03-05 02:28:07] "POST /neutron/port HTTP/1.1" 200 1127 0.016582 10.0.0.38 - - [2026-03-05 02:28:07] "GET /instance-ip/f635f17a-d96e-48f8-a693-0f89bd7c0c2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1760 0.013344 10.0.0.38 - - [2026-03-05 02:28:07] "POST /neutron/port HTTP/1.1" 200 1117 0.020373 10.0.0.38 - - [2026-03-05 02:28:08] "POST /neutron/port HTTP/1.1" 200 1127 0.024359 10.0.0.38 - - [2026-03-05 02:28:08] "DELETE /instance-ip/f635f17a-d96e-48f8-a693-0f89bd7c0c2e HTTP/1.1" 200 115 0.064805 10.0.0.38 - - [2026-03-05 02:28:08] "POST /neutron/port HTTP/1.1" 200 1117 0.013110 10.0.0.38 - - [2026-03-05 02:28:08] "DELETE /virtual-machine-interface/4e8a96e1-c631-475a-9631-cff267cb4563 HTTP/1.1" 200 115 0.069268 10.0.0.38 - - [2026-03-05 02:28:08] "DELETE /instance-ip/f635f17a-d96e-48f8-a693-0f89bd7c0c2e HTTP/1.1" 404 177 0.003853 10.0.0.38 - - [2026-03-05 02:28:08] "POST /neutron/port HTTP/1.1" 200 151 0.183699 10.0.0.38 - - [2026-03-05 02:28:08] "POST /neutron/port HTTP/1.1" 200 151 0.154374 10.0.0.38 - - [2026-03-05 02:28:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003495 10.0.0.38 - - [2026-03-05 02:28:08] "POST /useragent-kv HTTP/1.1" 200 115 0.002709 10.0.0.38 - - [2026-03-05 02:28:08] "POST /useragent-kv HTTP/1.1" 200 115 0.002048 10.0.0.38 - - [2026-03-05 02:28:08] "DELETE /virtual-network/cccad1dd-e86e-41a4-9ee4-67597c336166 HTTP/1.1" 200 115 0.098953 10.0.0.38 - - [2026-03-05 02:28:08] "DELETE /route-target/7852fa6f-fe1b-4689-871a-c1e9613df180 HTTP/1.1" 200 115 0.020615 10.0.0.38 - - [2026-03-05 02:28:08] "DELETE /service-instance/32546dd9-1aa5-489d-8311-0de3d4a0014e HTTP/1.1" 200 115 0.031280 10.0.0.38 - - [2026-03-05 02:28:08] "GET /logical-router/a2751234-6f51-4738-ad77-b1cae5cfdbc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.004707 10.0.0.38 - - [2026-03-05 02:28:08] "GET /service-instance/32546dd9-1aa5-489d-8311-0de3d4a0014e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.003006 10.0.0.38 - - [2026-03-05 02:28:08] "GET /virtual-machine-interface/af267a91-b3ac-4a49-a703-ef48e7e4d3e7?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1654 0.005154 10.0.0.38 - - [2026-03-05 02:28:08] "POST /ref-update HTTP/1.1" 200 156 0.010171 10.0.0.38 - - [2026-03-05 02:28:08] "GET /instance-ip/1a0b952b-d970-4425-9f62-972abf97612b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.003986 10.0.0.38 - - [2026-03-05 02:28:08] "DELETE /virtual-machine-interface/af267a91-b3ac-4a49-a703-ef48e7e4d3e7 HTTP/1.1" 200 115 0.039749 10.0.0.38 - - [2026-03-05 02:28:08] "POST /ref-update HTTP/1.1" 200 156 0.007688 10.0.0.38 - - [2026-03-05 02:28:08] "DELETE /virtual-machine/140fc53d-0133-41ec-954f-8deb7274ca8a HTTP/1.1" 200 115 0.014947 10.0.0.38 - - [2026-03-05 02:28:08] "GET /virtual-machine-interface/f03d0134-680e-48a7-8c44-46b5b0a35f94?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1654 0.007365 10.0.0.38 - - [2026-03-05 02:28:08] "POST /ref-update HTTP/1.1" 200 156 0.011581 10.0.0.38 - - [2026-03-05 02:28:08] "GET /instance-ip/1a0b952b-d970-4425-9f62-972abf97612b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1695 0.005741 10.0.0.38 - - [2026-03-05 02:28:08] "DELETE /instance-ip/1a0b952b-d970-4425-9f62-972abf97612b HTTP/1.1" 200 115 0.024411 10.0.0.38 - - [2026-03-05 02:28:08] "DELETE /virtual-machine-interface/f03d0134-680e-48a7-8c44-46b5b0a35f94 HTTP/1.1" 200 115 0.028821 10.0.0.38 - - [2026-03-05 02:28:08] "DELETE /virtual-machine/4a005b44-ae5d-430d-926b-1e3a09c1afb2 HTTP/1.1" 200 115 0.018593 10.0.0.38 - - [2026-03-05 02:28:09] "POST /neutron/network HTTP/1.1" 200 834 0.004784 10.0.0.38 - - [2026-03-05 02:28:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003657 10.0.0.38 - - [2026-03-05 02:28:09] "POST /useragent-kv HTTP/1.1" 200 115 0.002864 10.0.0.38 - - [2026-03-05 02:28:09] "POST /useragent-kv HTTP/1.1" 200 115 0.001980 10.0.0.38 - - [2026-03-05 02:28:09] "POST /neutron/network HTTP/1.1" 200 151 0.077107 10.0.0.38 - - [2026-03-05 02:28:09] "DELETE /route-target/8b8429be-0d2a-4687-a42e-365340de365c HTTP/1.1" 200 115 0.018116 10.0.0.38 - - [2026-03-05 02:28:09] "POST /neutron/network HTTP/1.1" 200 827 0.004801 10.0.0.38 - - [2026-03-05 02:28:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004333 10.0.0.38 - - [2026-03-05 02:28:09] "POST /useragent-kv HTTP/1.1" 200 115 0.001880 10.0.0.38 - - [2026-03-05 02:28:09] "POST /useragent-kv HTTP/1.1" 200 115 0.002399 10.0.0.38 - - [2026-03-05 02:28:09] "POST /neutron/network HTTP/1.1" 200 151 0.074785 10.0.0.38 - - [2026-03-05 02:28:09] "DELETE /route-target/9f6dc273-524d-47f5-9a69-d8b4a711ab7f HTTP/1.1" 200 115 0.015903 10.0.0.38 - - [2026-03-05 02:28:09] "GET /projects?obj_uuids=aa0d8c09-1b14-41a6-b2f2-81394cf0cdab&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001007 10.0.0.38 - - [2026-03-05 02:28:09] "GET /project/aa0d8c09-1b14-41a6-b2f2-81394cf0cdab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.023261 10.0.0.38 - - [2026-03-05 02:28:10] "GET /projects?obj_uuids=aa0d8c09-1b14-41a6-b2f2-81394cf0cdab&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001082 10.0.0.38 - - [2026-03-05 02:28:10] "GET /project/aa0d8c09-1b14-41a6-b2f2-81394cf0cdab?fields=virtual_networks HTTP/1.1" 200 1039 0.074986 10.0.0.38 - - [2026-03-05 02:28:10] "GET /projects?obj_uuids=aa0d8c09-1b14-41a6-b2f2-81394cf0cdab&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000930 10.0.0.38 - - [2026-03-05 02:28:10] "GET /project/aa0d8c09-1b14-41a6-b2f2-81394cf0cdab?fields=virtual_machine_interfaces HTTP/1.1" 200 1039 0.021285 10.0.0.38 - - [2026-03-05 02:28:10] "GET /projects?obj_uuids=aa0d8c09-1b14-41a6-b2f2-81394cf0cdab&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000986 10.0.0.38 - - [2026-03-05 02:28:10] "GET /project/aa0d8c09-1b14-41a6-b2f2-81394cf0cdab?fields=security_groups HTTP/1.1" 200 1268 0.022609 10.0.0.38 - - [2026-03-05 02:28:11] "POST /fqname-to-id HTTP/1.1" 404 196 0.026203 10.0.0.38 - - [2026-03-05 02:28:11] "GET /projects?obj_uuids=93e142c5-940a-46dd-9926-a962634e75b8&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002110 10.0.0.38 - - [2026-03-05 02:28:11] "GET /domains?obj_uuids=f0f8f0ab-ad00-4bf2-b32c-7ffe83ec7aa0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001023 10.0.0.38 - - [2026-03-05 02:28:11] "GET /domain/f0f8f0ab-ad00-4bf2-b32c-7ffe83ec7aa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006476 10.0.0.38 - - [2026-03-05 02:28:11] "POST /id-to-fqname HTTP/1.1" 200 198 0.001321 10.0.0.38 - - [2026-03-05 02:28:11] "POST /fqname-to-id HTTP/1.1" 404 207 0.004170 10.0.0.38 - - [2026-03-05 02:28:11] "POST /security-groups HTTP/1.1" 200 599 0.060109 10.0.0.38 - - [2026-03-05 02:28:11] "POST /fqname-to-id HTTP/1.1" 404 242 0.002131 10.0.0.38 - - [2026-03-05 02:28:11] "POST /projects HTTP/1.1" 200 601 0.200577 10.0.0.38 - - [2026-03-05 02:28:11] "POST /access-control-lists HTTP/1.1" 200 604 0.058297 10.0.0.38 - - [2026-03-05 02:28:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.273865 10.0.0.38 - - [2026-03-05 02:28:11] "POST /fqname-to-id HTTP/1.1" 404 241 0.002399 10.0.0.38 - - [2026-03-05 02:28:11] "GET /project/93e142c5-940a-46dd-9926-a962634e75b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.395231 10.0.0.38 - - [2026-03-05 02:28:11] "POST /access-control-lists HTTP/1.1" 200 602 0.057094 10.0.0.38 - - [2026-03-05 02:28:12] "GET / HTTP/1.1" 200 35931 0.002043 10.0.0.38 - - [2026-03-05 02:28:13] "POST /fqname-to-id HTTP/1.1" 401 292 0.000468 10.0.0.38 - - [2026-03-05 02:28:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.052764 10.0.0.38 - - [2026-03-05 02:28:13] "GET /projects?obj_uuids=93e142c5-940a-46dd-9926-a962634e75b8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000895 10.0.0.38 - - [2026-03-05 02:28:13] "GET /project/93e142c5-940a-46dd-9926-a962634e75b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.022888 10.0.0.38 - - [2026-03-05 02:28:13] "POST /neutron/network HTTP/1.1" 200 117 0.030802 10.0.0.38 - - [2026-03-05 02:28:13] "GET /projects?obj_uuids=93e142c5-940a-46dd-9926-a962634e75b8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002239 10.0.0.38 - - [2026-03-05 02:28:13] "POST /neutron/network HTTP/1.1" 200 613 0.069433 10.0.0.38 - - [2026-03-05 02:28:13] "POST /route-targets HTTP/1.1" 200 327 0.011641 10.0.0.38 - - [2026-03-05 02:28:13] "POST /ref-update HTTP/1.1" 200 156 0.011419 10.0.0.38 - - [2026-03-05 02:28:13] "POST /useragent-kv HTTP/1.1" 200 115 0.003994 10.0.0.38 - - [2026-03-05 02:28:13] "POST /neutron/subnet HTTP/1.1" 200 734 0.194472 10.0.0.38 - - [2026-03-05 02:28:14] "POST /fqname-to-id HTTP/1.1" 401 292 0.000539 10.0.0.38 - - [2026-03-05 02:28:14] "POST /useragent-kv HTTP/1.1" 200 115 0.007202 10.0.0.38 - - [2026-03-05 02:28:14] "POST /neutron/subnet HTTP/1.1" 200 828 0.205878 10.0.0.38 - - [2026-03-05 02:28:14] "POST /neutron/network HTTP/1.1" 200 1008 0.009006 10.0.0.38 - - [2026-03-05 02:28:14] "POST /id-to-fqname HTTP/1.1" 200 228 0.001579 10.0.0.38 - - [2026-03-05 02:28:14] "GET /virtual-network/d8f93bb0-263b-4a00-8130-5400dcd55a63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.006623 10.0.0.38 - - [2026-03-05 02:28:14] "POST /neutron/network HTTP/1.1" 200 1008 0.009637 10.0.0.38 - - [2026-03-05 02:28:14] "GET /virtual-network/d8f93bb0-263b-4a00-8130-5400dcd55a63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.006344 10.0.0.38 - - [2026-03-05 02:28:14] "POST /neutron/network HTTP/1.1" 200 1008 0.007124 10.0.0.38 - - [2026-03-05 02:28:14] "POST /neutron/subnet HTTP/1.1" 200 734 0.007206 10.0.0.38 - - [2026-03-05 02:28:14] "POST /neutron/subnet HTTP/1.1" 200 828 0.006494 10.0.0.38 - - [2026-03-05 02:28:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002469 10.0.0.38 - - [2026-03-05 02:28:14] "GET /projects?obj_uuids=93e142c5-940a-46dd-9926-a962634e75b8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001616 10.0.0.38 - - [2026-03-05 02:28:14] "GET /project/93e142c5-940a-46dd-9926-a962634e75b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.026914 10.0.0.38 - - [2026-03-05 02:28:14] "POST /fqname-to-id HTTP/1.1" 404 207 0.024004 10.0.0.38 - - [2026-03-05 02:28:14] "POST /neutron/network HTTP/1.1" 200 117 0.009220 10.0.0.38 - - [2026-03-05 02:28:14] "GET /projects?obj_uuids=93e142c5-940a-46dd-9926-a962634e75b8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001307 10.0.0.38 - - [2026-03-05 02:28:14] "POST /neutron/network HTTP/1.1" 200 613 0.061649 10.0.0.38 - - [2026-03-05 02:28:14] "POST /route-targets HTTP/1.1" 200 327 0.010955 10.0.0.38 - - [2026-03-05 02:28:14] "POST /ref-update HTTP/1.1" 200 156 0.008812 10.0.0.38 - - [2026-03-05 02:28:14] "POST /useragent-kv HTTP/1.1" 200 115 0.003124 10.0.0.38 - - [2026-03-05 02:28:14] "POST /neutron/subnet HTTP/1.1" 200 720 0.124044 10.0.0.38 - - [2026-03-05 02:28:14] "POST /fqname-to-id HTTP/1.1" 404 207 0.003574 10.0.0.38 - - [2026-03-05 02:28:14] "POST /useragent-kv HTTP/1.1" 200 115 0.002920 10.0.0.38 - - [2026-03-05 02:28:14] "POST /neutron/subnet HTTP/1.1" 200 828 0.159901 10.0.0.38 - - [2026-03-05 02:28:14] "POST /neutron/network HTTP/1.1" 200 1005 0.006659 10.0.0.38 - - [2026-03-05 02:28:14] "POST /id-to-fqname HTTP/1.1" 200 228 0.001360 10.0.0.38 - - [2026-03-05 02:28:14] "GET /virtual-network/163aa1a9-4f75-469e-8e14-4b7c9597c3ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005595 10.0.0.38 - - [2026-03-05 02:28:14] "POST /neutron/network HTTP/1.1" 200 1005 0.007974 10.0.0.38 - - [2026-03-05 02:28:14] "GET /virtual-network/163aa1a9-4f75-469e-8e14-4b7c9597c3ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.004190 10.0.0.38 - - [2026-03-05 02:28:15] "POST /neutron/network HTTP/1.1" 200 1005 0.006402 10.0.0.38 - - [2026-03-05 02:28:15] "POST /neutron/subnet HTTP/1.1" 200 720 0.006979 10.0.0.38 - - [2026-03-05 02:28:15] "POST /neutron/subnet HTTP/1.1" 200 828 0.008488 10.0.0.38 - - [2026-03-05 02:28:15] "POST /fqname-to-id HTTP/1.1" 404 234 0.002919 10.0.0.38 - - [2026-03-05 02:28:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002600 10.0.0.38 - - [2026-03-05 02:28:15] "GET /projects?obj_uuids=93e142c5-940a-46dd-9926-a962634e75b8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001108 10.0.0.38 - - [2026-03-05 02:28:15] "GET /project/93e142c5-940a-46dd-9926-a962634e75b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.026598 10.0.0.38 - - [2026-03-05 02:28:15] "POST /network-policys HTTP/1.1" 200 577 0.060473 10.0.0.38 - - [2026-03-05 02:28:15] "GET /network-policy/dbbe8dbd-fcf1-42cb-9b6c-1271f6b94552?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3129 0.006850 10.0.0.38 - - [2026-03-05 02:28:15] "POST /neutron/network HTTP/1.1" 200 1008 0.006316 10.0.0.38 - - [2026-03-05 02:28:15] "POST /fqname-to-id HTTP/1.1" 404 207 0.007374 10.0.0.38 - - [2026-03-05 02:28:15] "POST /fqname-to-id HTTP/1.1" 404 242 0.004468 10.0.0.38 - - [2026-03-05 02:28:15] "POST /neutron/network HTTP/1.1" 200 1116 0.049163 10.0.0.38 - - [2026-03-05 02:28:15] "POST /access-control-lists HTTP/1.1" 200 596 0.067778 10.0.0.38 - - [2026-03-05 02:28:15] "POST /neutron/network HTTP/1.1" 200 1116 0.045119 10.0.0.38 - - [2026-03-05 02:28:15] "GET /virtual-network/d8f93bb0-263b-4a00-8130-5400dcd55a63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2970 0.007918 10.0.0.38 - - [2026-03-05 02:28:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002116 10.0.0.38 - - [2026-03-05 02:28:15] "GET /network-policy/dbbe8dbd-fcf1-42cb-9b6c-1271f6b94552?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3129 0.004208 10.0.0.38 - - [2026-03-05 02:28:15] "POST /neutron/network HTTP/1.1" 200 1005 0.006525 10.0.0.38 - - [2026-03-05 02:28:15] "POST /fqname-to-id HTTP/1.1" 404 207 0.005150 10.0.0.38 - - [2026-03-05 02:28:15] "PUT /access-control-list/03233c4f-270d-4159-9283-c99d0222f842 HTTP/1.1" 200 272 0.012582 10.0.0.38 - - [2026-03-05 02:28:15] "POST /neutron/network HTTP/1.1" 200 1113 0.039214 10.0.0.38 - - [2026-03-05 02:28:15] "POST /fqname-to-id HTTP/1.1" 404 242 0.003320 10.0.0.38 - - [2026-03-05 02:28:15] "POST /neutron/network HTTP/1.1" 200 1113 0.006382 10.0.0.38 - - [2026-03-05 02:28:15] "GET /virtual-network/163aa1a9-4f75-469e-8e14-4b7c9597c3ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.004110 10.0.0.38 - - [2026-03-05 02:28:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002076 10.0.0.38 - - [2026-03-05 02:28:15] "GET /network-policy/dbbe8dbd-fcf1-42cb-9b6c-1271f6b94552?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3129 0.029572 10.0.0.38 - - [2026-03-05 02:28:15] "POST /access-control-lists HTTP/1.1" 200 596 0.059256 10.0.0.38 - - [2026-03-05 02:28:15] "GET /domains HTTP/1.1" 401 292 0.000403 10.0.0.38 - - [2026-03-05 02:28:15] "POST /ref-update HTTP/1.1" 200 156 0.009088 10.0.0.38 - - [2026-03-05 02:28:16] "GET /domains HTTP/1.1" 200 280 0.025362 10.0.0.38 - - [2026-03-05 02:28:16] "GET /domains?obj_uuids=f0f8f0ab-ad00-4bf2-b32c-7ffe83ec7aa0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001259 10.0.0.38 - - [2026-03-05 02:28:16] "GET /domain/f0f8f0ab-ad00-4bf2-b32c-7ffe83ec7aa0 HTTP/1.1" 200 2955 0.007471 10.0.0.38 - - [2026-03-05 02:28:16] "GET /projects?obj_uuids=93e142c5-940a-46dd-9926-a962634e75b8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001090 10.0.0.38 - - [2026-03-05 02:28:16] "GET /project/93e142c5-940a-46dd-9926-a962634e75b8 HTTP/1.1" 200 2626 0.063704 10.0.0.38 - - [2026-03-05 02:28:16] "GET /virtual-network/d8f93bb0-263b-4a00-8130-5400dcd55a63 HTTP/1.1" 200 3512 0.006693 10.0.0.38 - - [2026-03-05 02:28:16] "GET /virtual-network/d8f93bb0-263b-4a00-8130-5400dcd55a63 HTTP/1.1" 200 3512 0.004960 10.0.0.38 - - [2026-03-05 02:28:16] "GET /routing-instance/faedb64f-bd54-43c0-b6ab-2ba29d51c160 HTTP/1.1" 200 1796 0.003507 10.0.0.38 - - [2026-03-05 02:28:16] "GET /routing-instance/faedb64f-bd54-43c0-b6ab-2ba29d51c160 HTTP/1.1" 200 1796 0.003190 10.0.0.38 - - [2026-03-05 02:28:16] "GET /route-target/2e75091d-985d-4e67-872d-593aef7b985f HTTP/1.1" 200 1211 0.003706 10.0.0.38 - - [2026-03-05 02:28:16] "GET /virtual-network/d8f93bb0-263b-4a00-8130-5400dcd55a63 HTTP/1.1" 200 3512 0.004515 10.0.0.38 - - [2026-03-05 02:28:16] "GET /routing-instance/faedb64f-bd54-43c0-b6ab-2ba29d51c160 HTTP/1.1" 200 1796 0.003411 10.0.0.38 - - [2026-03-05 02:28:16] "GET /virtual-network/d8f93bb0-263b-4a00-8130-5400dcd55a63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2970 0.004396 10.0.0.38 - - [2026-03-05 02:28:16] "GET /virtual-network/d8f93bb0-263b-4a00-8130-5400dcd55a63 HTTP/1.1" 200 3512 0.004847 10.0.0.38 - - [2026-03-05 02:28:16] "GET /routing-instance/faedb64f-bd54-43c0-b6ab-2ba29d51c160 HTTP/1.1" 200 1796 0.003135 10.0.0.38 - - [2026-03-05 02:28:16] "GET /routing-instance/faedb64f-bd54-43c0-b6ab-2ba29d51c160 HTTP/1.1" 200 1796 0.003041 10.0.0.38 - - [2026-03-05 02:28:16] "GET /route-target/2e75091d-985d-4e67-872d-593aef7b985f HTTP/1.1" 200 1211 0.002782 10.0.0.38 - - [2026-03-05 02:28:16] "GET /domains HTTP/1.1" 200 280 0.002672 10.0.0.38 - - [2026-03-05 02:28:16] "GET /domains?obj_uuids=f0f8f0ab-ad00-4bf2-b32c-7ffe83ec7aa0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001210 10.0.0.38 - - [2026-03-05 02:28:16] "GET /domain/f0f8f0ab-ad00-4bf2-b32c-7ffe83ec7aa0 HTTP/1.1" 200 2955 0.007484 10.0.0.38 - - [2026-03-05 02:28:16] "GET /projects?obj_uuids=93e142c5-940a-46dd-9926-a962634e75b8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001001 10.0.0.38 - - [2026-03-05 02:28:16] "GET /project/93e142c5-940a-46dd-9926-a962634e75b8 HTTP/1.1" 200 2626 0.066126 10.0.0.38 - - [2026-03-05 02:28:16] "GET /virtual-network/d8f93bb0-263b-4a00-8130-5400dcd55a63 HTTP/1.1" 200 3512 0.004323 10.0.0.38 - - [2026-03-05 02:28:16] "GET /obj-perms HTTP/1.1" 200 5046 0.062094 10.0.0.38 - - [2026-03-05 02:28:16] "GET /domains HTTP/1.1" 200 280 0.003310 10.0.0.38 - - [2026-03-05 02:28:16] "GET /domains?obj_uuids=f0f8f0ab-ad00-4bf2-b32c-7ffe83ec7aa0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001369 10.0.0.38 - - [2026-03-05 02:28:16] "GET /domain/f0f8f0ab-ad00-4bf2-b32c-7ffe83ec7aa0 HTTP/1.1" 200 2955 0.008376 10.0.0.38 - - [2026-03-05 02:28:16] "GET /projects?obj_uuids=93e142c5-940a-46dd-9926-a962634e75b8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001415 10.0.0.38 - - [2026-03-05 02:28:16] "GET /project/93e142c5-940a-46dd-9926-a962634e75b8 HTTP/1.1" 200 2626 0.071075 10.0.0.38 - - [2026-03-05 02:28:16] "GET /virtual-network/163aa1a9-4f75-469e-8e14-4b7c9597c3ad HTTP/1.1" 200 3503 0.009238 10.0.0.38 - - [2026-03-05 02:28:16] "GET /virtual-network/163aa1a9-4f75-469e-8e14-4b7c9597c3ad HTTP/1.1" 200 3503 0.006847 10.0.0.38 - - [2026-03-05 02:28:16] "GET /routing-instance/0d82fb82-eb33-4f6f-acc0-64533ecdc312 HTTP/1.1" 200 1794 0.004615 10.0.0.38 - - [2026-03-05 02:28:16] "GET /routing-instance/0d82fb82-eb33-4f6f-acc0-64533ecdc312 HTTP/1.1" 200 1794 0.003608 10.0.0.38 - - [2026-03-05 02:28:16] "GET /route-target/bac0098b-b5a1-495e-97fb-769861937117 HTTP/1.1" 200 1213 0.003811 10.0.0.38 - - [2026-03-05 02:28:16] "GET /virtual-network/163aa1a9-4f75-469e-8e14-4b7c9597c3ad HTTP/1.1" 200 3503 0.006290 10.0.0.38 - - [2026-03-05 02:28:16] "GET /routing-instance/0d82fb82-eb33-4f6f-acc0-64533ecdc312 HTTP/1.1" 200 1794 0.004407 10.0.0.38 - - [2026-03-05 02:28:16] "GET /virtual-network/163aa1a9-4f75-469e-8e14-4b7c9597c3ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.006380 10.0.0.38 - - [2026-03-05 02:28:17] "GET /virtual-network/163aa1a9-4f75-469e-8e14-4b7c9597c3ad HTTP/1.1" 200 3503 0.006071 10.0.0.38 - - [2026-03-05 02:28:17] "GET /routing-instance/0d82fb82-eb33-4f6f-acc0-64533ecdc312 HTTP/1.1" 200 1794 0.003984 10.0.0.38 - - [2026-03-05 02:28:17] "GET /routing-instance/0d82fb82-eb33-4f6f-acc0-64533ecdc312 HTTP/1.1" 200 1794 0.004444 10.0.0.38 - - [2026-03-05 02:28:17] "GET /route-target/bac0098b-b5a1-495e-97fb-769861937117 HTTP/1.1" 200 1213 0.003438 10.0.0.38 - - [2026-03-05 02:28:17] "GET /domains HTTP/1.1" 200 280 0.002667 10.0.0.38 - - [2026-03-05 02:28:17] "GET /domains?obj_uuids=f0f8f0ab-ad00-4bf2-b32c-7ffe83ec7aa0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000981 10.0.0.38 - - [2026-03-05 02:28:17] "GET /domain/f0f8f0ab-ad00-4bf2-b32c-7ffe83ec7aa0 HTTP/1.1" 200 2955 0.006298 10.0.0.38 - - [2026-03-05 02:28:17] "GET /projects?obj_uuids=93e142c5-940a-46dd-9926-a962634e75b8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000833 10.0.0.38 - - [2026-03-05 02:28:17] "GET /project/93e142c5-940a-46dd-9926-a962634e75b8 HTTP/1.1" 200 2626 0.061296 10.0.0.38 - - [2026-03-05 02:28:17] "GET /virtual-network/163aa1a9-4f75-469e-8e14-4b7c9597c3ad HTTP/1.1" 200 3503 0.004302 10.0.0.38 - - [2026-03-05 02:28:17] "GET /obj-perms HTTP/1.1" 200 5046 0.002648 10.0.0.38 - - [2026-03-05 02:28:17] "GET /virtual-network/163aa1a9-4f75-469e-8e14-4b7c9597c3ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.004835 10.0.0.38 - - [2026-03-05 02:28:17] "POST /neutron/network HTTP/1.1" 200 1113 0.006331 10.0.0.38 - - [2026-03-05 02:28:17] "POST /fqname-to-id HTTP/1.1" 404 207 0.003396 10.0.0.38 - - [2026-03-05 02:28:17] "POST /neutron/network HTTP/1.1" 200 1005 0.042627 10.0.0.38 - - [2026-03-05 02:28:17] "DELETE /access-control-list/920b454b-b738-4749-8a90-c23828c0285b HTTP/1.1" 200 115 0.042197 10.0.0.38 - - [2026-03-05 02:28:17] "POST /neutron/network HTTP/1.1" 200 1005 0.014501 10.0.0.38 - - [2026-03-05 02:28:17] "GET /virtual-network/163aa1a9-4f75-469e-8e14-4b7c9597c3ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005445 10.0.0.38 - - [2026-03-05 02:28:17] "GET /virtual-network/d8f93bb0-263b-4a00-8130-5400dcd55a63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2970 0.004630 10.0.0.38 - - [2026-03-05 02:28:17] "POST /ref-update HTTP/1.1" 200 156 0.020462 10.0.0.38 - - [2026-03-05 02:28:17] "POST /neutron/network HTTP/1.1" 200 1116 0.006648 10.0.0.38 - - [2026-03-05 02:28:17] "POST /fqname-to-id HTTP/1.1" 404 207 0.005907 10.0.0.38 - - [2026-03-05 02:28:17] "POST /neutron/network HTTP/1.1" 200 1008 0.041778 10.0.0.38 - - [2026-03-05 02:28:17] "DELETE /access-control-list/03233c4f-270d-4159-9283-c99d0222f842 HTTP/1.1" 200 115 0.035188 10.0.0.38 - - [2026-03-05 02:28:17] "POST /neutron/network HTTP/1.1" 200 1008 0.012258 10.0.0.38 - - [2026-03-05 02:28:17] "POST /ref-update HTTP/1.1" 200 156 0.011370 10.0.0.38 - - [2026-03-05 02:28:17] "GET /virtual-network/d8f93bb0-263b-4a00-8130-5400dcd55a63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.008343 10.0.0.38 - - [2026-03-05 02:28:17] "DELETE /network-policy/dbbe8dbd-fcf1-42cb-9b6c-1271f6b94552 HTTP/1.1" 200 115 0.017077 10.0.0.38 - - [2026-03-05 02:28:17] "POST /neutron/network HTTP/1.1" 200 1005 0.006069 10.0.0.38 - - [2026-03-05 02:28:17] "POST /useragent-kv HTTP/1.1" 200 115 0.002975 10.0.0.38 - - [2026-03-05 02:28:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003328 10.0.0.38 - - [2026-03-05 02:28:17] "POST /useragent-kv HTTP/1.1" 200 115 0.001493 10.0.0.38 - - [2026-03-05 02:28:17] "POST /useragent-kv HTTP/1.1" 200 115 0.002238 10.0.0.38 - - [2026-03-05 02:28:17] "POST /useragent-kv HTTP/1.1" 200 115 0.001509 10.0.0.38 - - [2026-03-05 02:28:17] "POST /neutron/network HTTP/1.1" 200 151 0.072007 10.0.0.38 - - [2026-03-05 02:28:17] "DELETE /route-target/bac0098b-b5a1-495e-97fb-769861937117 HTTP/1.1" 200 115 0.018694 10.0.0.38 - - [2026-03-05 02:28:17] "GET /routing-instance/0d82fb82-eb33-4f6f-acc0-64533ecdc312 HTTP/1.1" 404 171 0.002349 10.0.0.38 - - [2026-03-05 02:28:17] "GET /domains HTTP/1.1" 200 280 0.001980 10.0.0.38 - - [2026-03-05 02:28:17] "GET /domains?obj_uuids=f0f8f0ab-ad00-4bf2-b32c-7ffe83ec7aa0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000895 10.0.0.38 - - [2026-03-05 02:28:17] "GET /domain/f0f8f0ab-ad00-4bf2-b32c-7ffe83ec7aa0 HTTP/1.1" 200 2955 0.047735 10.0.0.38 - - [2026-03-05 02:28:17] "GET /projects?obj_uuids=93e142c5-940a-46dd-9926-a962634e75b8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001411 10.0.0.38 - - [2026-03-05 02:28:17] "GET /project/93e142c5-940a-46dd-9926-a962634e75b8 HTTP/1.1" 200 2146 0.063637 10.0.0.38 - - [2026-03-05 02:28:17] "POST /neutron/network HTTP/1.1" 200 1008 0.008876 10.0.0.38 - - [2026-03-05 02:28:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003493 10.0.0.38 - - [2026-03-05 02:28:17] "POST /useragent-kv HTTP/1.1" 200 115 0.005783 10.0.0.38 - - [2026-03-05 02:28:17] "POST /useragent-kv HTTP/1.1" 200 115 0.002431 10.0.0.38 - - [2026-03-05 02:28:17] "POST /useragent-kv HTTP/1.1" 200 115 0.002094 10.0.0.38 - - [2026-03-05 02:28:17] "POST /useragent-kv HTTP/1.1" 200 115 0.001840 10.0.0.38 - - [2026-03-05 02:28:17] "POST /neutron/network HTTP/1.1" 200 151 0.084683 10.0.0.38 - - [2026-03-05 02:28:17] "DELETE /route-target/2e75091d-985d-4e67-872d-593aef7b985f HTTP/1.1" 200 115 0.023886 10.0.0.38 - - [2026-03-05 02:28:17] "GET /routing-instance/faedb64f-bd54-43c0-b6ab-2ba29d51c160 HTTP/1.1" 404 171 0.002226 10.0.0.38 - - [2026-03-05 02:28:17] "GET /domains HTTP/1.1" 200 280 0.002158 10.0.0.38 - - [2026-03-05 02:28:17] "GET /domains?obj_uuids=f0f8f0ab-ad00-4bf2-b32c-7ffe83ec7aa0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000895 10.0.0.38 - - [2026-03-05 02:28:17] "GET /domain/f0f8f0ab-ad00-4bf2-b32c-7ffe83ec7aa0 HTTP/1.1" 200 2955 0.048131 10.0.0.38 - - [2026-03-05 02:28:17] "GET /projects?obj_uuids=93e142c5-940a-46dd-9926-a962634e75b8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001440 10.0.0.38 - - [2026-03-05 02:28:17] "GET /project/93e142c5-940a-46dd-9926-a962634e75b8 HTTP/1.1" 200 1901 0.065949 10.0.0.38 - - [2026-03-05 02:28:18] "GET /projects?obj_uuids=93e142c5-940a-46dd-9926-a962634e75b8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000979 10.0.0.38 - - [2026-03-05 02:28:18] "GET /project/93e142c5-940a-46dd-9926-a962634e75b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.021075 10.0.0.38 - - [2026-03-05 02:28:18] "GET /projects?obj_uuids=93e142c5-940a-46dd-9926-a962634e75b8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001009 10.0.0.38 - - [2026-03-05 02:28:18] "GET /project/93e142c5-940a-46dd-9926-a962634e75b8?fields=virtual_networks HTTP/1.1" 200 1049 0.062571 10.0.0.38 - - [2026-03-05 02:28:18] "GET /projects?obj_uuids=93e142c5-940a-46dd-9926-a962634e75b8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000936 10.0.0.38 - - [2026-03-05 02:28:18] "GET /project/93e142c5-940a-46dd-9926-a962634e75b8?fields=virtual_machine_interfaces HTTP/1.1" 200 1049 0.029154 10.0.0.38 - - [2026-03-05 02:28:18] "GET /projects?obj_uuids=93e142c5-940a-46dd-9926-a962634e75b8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001153 10.0.0.38 - - [2026-03-05 02:28:18] "GET /project/93e142c5-940a-46dd-9926-a962634e75b8?fields=security_groups HTTP/1.1" 200 1283 0.027187 10.0.0.38 - - [2026-03-05 02:28:19] "POST /fqname-to-id HTTP/1.1" 404 204 0.024601 10.0.0.38 - - [2026-03-05 02:28:19] "GET /projects?obj_uuids=d992d13e-0b36-4ddb-b911-464220b29c44&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002667 10.0.0.38 - - [2026-03-05 02:28:19] "GET /domains?obj_uuids=f0f8f0ab-ad00-4bf2-b32c-7ffe83ec7aa0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000974 10.0.0.38 - - [2026-03-05 02:28:19] "GET /domain/f0f8f0ab-ad00-4bf2-b32c-7ffe83ec7aa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.063138 10.0.0.38 - - [2026-03-05 02:28:19] "POST /id-to-fqname HTTP/1.1" 200 206 0.001785 10.0.0.38 - - [2026-03-05 02:28:19] "POST /fqname-to-id HTTP/1.1" 404 215 0.003219 10.0.0.38 - - [2026-03-05 02:28:19] "POST /security-groups HTTP/1.1" 200 607 0.063648 10.0.0.38 - - [2026-03-05 02:28:19] "POST /fqname-to-id HTTP/1.1" 404 250 0.003127 10.0.0.38 - - [2026-03-05 02:28:19] "POST /projects HTTP/1.1" 200 617 0.206525 10.0.0.38 - - [2026-03-05 02:28:19] "POST /access-control-lists HTTP/1.1" 200 612 0.060336 10.0.0.38 - - [2026-03-05 02:28:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.279894 10.0.0.38 - - [2026-03-05 02:28:19] "POST /fqname-to-id HTTP/1.1" 404 249 0.002547 10.0.0.38 - - [2026-03-05 02:28:19] "GET /project/d992d13e-0b36-4ddb-b911-464220b29c44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.457312 10.0.0.38 - - [2026-03-05 02:28:19] "POST /access-control-lists HTTP/1.1" 200 610 0.056563 10.0.0.38 - - [2026-03-05 02:28:20] "GET / HTTP/1.1" 200 35931 0.001753 10.0.0.38 - - [2026-03-05 02:28:21] "POST /fqname-to-id HTTP/1.1" 401 292 0.000433 10.0.0.38 - - [2026-03-05 02:28:22] "POST /fqname-to-id HTTP/1.1" 404 233 0.057354 10.0.0.38 - - [2026-03-05 02:28:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002254 10.0.0.38 - - [2026-03-05 02:28:22] "GET /projects?obj_uuids=d992d13e-0b36-4ddb-b911-464220b29c44&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001016 10.0.0.38 - - [2026-03-05 02:28:22] "GET /project/d992d13e-0b36-4ddb-b911-464220b29c44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.022337 10.0.0.38 - - [2026-03-05 02:28:22] "POST /network-policys HTTP/1.1" 200 567 0.056747 10.0.0.38 - - [2026-03-05 02:28:22] "GET /network-policy/b2832443-7d4f-441d-915b-05dbe36f3598?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3154 0.004563 10.0.0.38 - - [2026-03-05 02:28:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002604 10.0.0.38 - - [2026-03-05 02:28:22] "GET /projects?obj_uuids=d992d13e-0b36-4ddb-b911-464220b29c44&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000939 10.0.0.38 - - [2026-03-05 02:28:22] "GET /project/d992d13e-0b36-4ddb-b911-464220b29c44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.023796 10.0.0.38 - - [2026-03-05 02:28:22] "POST /neutron/network HTTP/1.1" 200 117 0.030872 10.0.0.38 - - [2026-03-05 02:28:22] "GET /projects?obj_uuids=d992d13e-0b36-4ddb-b911-464220b29c44&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001469 10.0.0.38 - - [2026-03-05 02:28:22] "POST /neutron/network HTTP/1.1" 200 623 0.060045 10.0.0.38 - - [2026-03-05 02:28:22] "POST /route-targets HTTP/1.1" 200 327 0.010407 10.0.0.38 - - [2026-03-05 02:28:22] "POST /ref-update HTTP/1.1" 200 156 0.009276 10.0.0.38 - - [2026-03-05 02:28:22] "POST /useragent-kv HTTP/1.1" 200 115 0.002930 10.0.0.38 - - [2026-03-05 02:28:22] "POST /neutron/subnet HTTP/1.1" 200 729 0.153031 10.0.0.38 - - [2026-03-05 02:28:22] "POST /fqname-to-id HTTP/1.1" 404 207 0.002962 10.0.0.38 - - [2026-03-05 02:28:22] "POST /useragent-kv HTTP/1.1" 200 115 0.003113 10.0.0.38 - - [2026-03-05 02:28:23] "POST /neutron/subnet HTTP/1.1" 200 828 0.177208 10.0.0.38 - - [2026-03-05 02:28:23] "POST /neutron/network HTTP/1.1" 200 1017 0.006773 10.0.0.38 - - [2026-03-05 02:28:23] "POST /id-to-fqname HTTP/1.1" 200 237 0.001242 10.0.0.38 - - [2026-03-05 02:28:23] "GET /virtual-network/03048b3a-060e-4334-84aa-077b2af5bc96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2660 0.004371 10.0.0.38 - - [2026-03-05 02:28:23] "POST /neutron/network HTTP/1.1" 200 1017 0.008279 10.0.0.38 - - [2026-03-05 02:28:23] "GET /virtual-network/03048b3a-060e-4334-84aa-077b2af5bc96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2660 0.004364 10.0.0.38 - - [2026-03-05 02:28:23] "POST /neutron/network HTTP/1.1" 200 1017 0.007616 10.0.0.38 - - [2026-03-05 02:28:23] "POST /neutron/subnet HTTP/1.1" 200 729 0.005923 10.0.0.38 - - [2026-03-05 02:28:23] "POST /neutron/subnet HTTP/1.1" 200 828 0.006880 10.0.0.38 - - [2026-03-05 02:28:23] "POST /neutron/network HTTP/1.1" 200 1017 0.007608 10.0.0.38 - - [2026-03-05 02:28:23] "POST /fqname-to-id HTTP/1.1" 404 252 0.005886 10.0.0.38 - - [2026-03-05 02:28:23] "POST /fqname-to-id HTTP/1.1" 404 207 0.005373 10.0.0.38 - - [2026-03-05 02:28:23] "POST /neutron/network HTTP/1.1" 200 1124 0.046778 10.0.0.38 - - [2026-03-05 02:28:23] "POST /access-control-lists HTTP/1.1" 200 607 0.064954 10.0.0.38 - - [2026-03-05 02:28:23] "POST /neutron/network HTTP/1.1" 200 1124 0.042847 10.0.0.38 - - [2026-03-05 02:28:23] "GET /virtual-network/03048b3a-060e-4334-84aa-077b2af5bc96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2983 0.005528 10.0.0.38 - - [2026-03-05 02:28:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002650 10.0.0.38 - - [2026-03-05 02:28:23] "GET /network-policy/b2832443-7d4f-441d-915b-05dbe36f3598?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3154 0.003211 10.0.0.38 - - [2026-03-05 02:28:23] "GET /domains HTTP/1.1" 401 292 0.000473 10.0.0.38 - - [2026-03-05 02:28:23] "GET /domains HTTP/1.1" 200 280 0.026521 10.0.0.38 - - [2026-03-05 02:28:23] "GET /domains?obj_uuids=f0f8f0ab-ad00-4bf2-b32c-7ffe83ec7aa0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001421 10.0.0.38 - - [2026-03-05 02:28:23] "GET /domain/f0f8f0ab-ad00-4bf2-b32c-7ffe83ec7aa0 HTTP/1.1" 200 3157 0.007804 10.0.0.38 - - [2026-03-05 02:28:23] "GET /projects?obj_uuids=d992d13e-0b36-4ddb-b911-464220b29c44&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000933 10.0.0.38 - - [2026-03-05 02:28:23] "GET /project/d992d13e-0b36-4ddb-b911-464220b29c44 HTTP/1.1" 200 2459 0.062862 10.0.0.38 - - [2026-03-05 02:28:23] "GET /virtual-network/03048b3a-060e-4334-84aa-077b2af5bc96 HTTP/1.1" 200 3545 0.005786 10.0.0.38 - - [2026-03-05 02:28:23] "GET /virtual-network/03048b3a-060e-4334-84aa-077b2af5bc96 HTTP/1.1" 200 3545 0.004198 10.0.0.38 - - [2026-03-05 02:28:23] "GET /routing-instance/d518fd24-e223-40a6-8107-920983927cec HTTP/1.1" 200 1495 0.003094 10.0.0.38 - - [2026-03-05 02:28:23] "GET /routing-instance/d518fd24-e223-40a6-8107-920983927cec HTTP/1.1" 200 1495 0.003697 10.0.0.38 - - [2026-03-05 02:28:23] "GET /route-target/5eaef1d9-066e-41de-abf3-9cc4e524b627 HTTP/1.1" 200 1222 0.002916 10.0.0.38 - - [2026-03-05 02:28:23] "GET /virtual-network/03048b3a-060e-4334-84aa-077b2af5bc96 HTTP/1.1" 200 3545 0.004295 10.0.0.38 - - [2026-03-05 02:28:23] "GET /routing-instance/d518fd24-e223-40a6-8107-920983927cec HTTP/1.1" 200 1495 0.003233 10.0.0.38 - - [2026-03-05 02:28:23] "GET /virtual-network/03048b3a-060e-4334-84aa-077b2af5bc96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2983 0.004565 10.0.0.38 - - [2026-03-05 02:28:23] "GET /virtual-network/03048b3a-060e-4334-84aa-077b2af5bc96 HTTP/1.1" 200 3545 0.004688 10.0.0.38 - - [2026-03-05 02:28:23] "GET /routing-instance/d518fd24-e223-40a6-8107-920983927cec HTTP/1.1" 200 1495 0.002982 10.0.0.38 - - [2026-03-05 02:28:23] "GET /routing-instance/d518fd24-e223-40a6-8107-920983927cec HTTP/1.1" 200 1495 0.003297 10.0.0.38 - - [2026-03-05 02:28:23] "GET /route-target/5eaef1d9-066e-41de-abf3-9cc4e524b627 HTTP/1.1" 200 1222 0.002787 10.0.0.38 - - [2026-03-05 02:28:23] "GET /domains HTTP/1.1" 200 280 0.002428 10.0.0.38 - - [2026-03-05 02:28:23] "GET /domains?obj_uuids=f0f8f0ab-ad00-4bf2-b32c-7ffe83ec7aa0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000974 10.0.0.38 - - [2026-03-05 02:28:23] "GET /domain/f0f8f0ab-ad00-4bf2-b32c-7ffe83ec7aa0 HTTP/1.1" 200 3157 0.005908 10.0.0.38 - - [2026-03-05 02:28:23] "GET /projects?obj_uuids=d992d13e-0b36-4ddb-b911-464220b29c44&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000995 10.0.0.38 - - [2026-03-05 02:28:24] "GET /project/d992d13e-0b36-4ddb-b911-464220b29c44 HTTP/1.1" 200 2459 0.065443 10.0.0.38 - - [2026-03-05 02:28:24] "GET /virtual-network/03048b3a-060e-4334-84aa-077b2af5bc96 HTTP/1.1" 200 3545 0.005354 10.0.0.38 - - [2026-03-05 02:28:24] "GET /obj-perms HTTP/1.1" 200 5062 0.053705 10.0.0.38 - - [2026-03-05 02:28:24] "GET /domains HTTP/1.1" 200 280 0.002824 10.0.0.38 - - [2026-03-05 02:28:24] "GET /domains?obj_uuids=f0f8f0ab-ad00-4bf2-b32c-7ffe83ec7aa0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001279 10.0.0.38 - - [2026-03-05 02:28:24] "GET /domain/f0f8f0ab-ad00-4bf2-b32c-7ffe83ec7aa0 HTTP/1.1" 200 3157 0.008076 10.0.0.38 - - [2026-03-05 02:28:24] "GET /projects?obj_uuids=d992d13e-0b36-4ddb-b911-464220b29c44&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000873 10.0.0.38 - - [2026-03-05 02:28:24] "GET /project/d992d13e-0b36-4ddb-b911-464220b29c44 HTTP/1.1" 200 2459 0.064446 10.0.0.38 - - [2026-03-05 02:28:24] "GET /network-policy/b2832443-7d4f-441d-915b-05dbe36f3598 HTTP/1.1" 200 3480 0.003771 10.0.0.38 - - [2026-03-05 02:28:24] "DELETE /network-policy/b2832443-7d4f-441d-915b-05dbe36f3598 HTTP/1.1" 409 238 0.005574 10.0.0.38 - - [2026-03-05 02:28:24] "POST /neutron/network HTTP/1.1" 200 1124 0.006115 10.0.0.38 - - [2026-03-05 02:28:24] "DELETE /access-control-list/a76e876f-eb0b-43bb-bfdb-7edfba868fa5 HTTP/1.1" 200 115 0.019280 10.0.0.38 - - [2026-03-05 02:28:24] "POST /useragent-kv HTTP/1.1" 200 115 0.002807 10.0.0.38 - - [2026-03-05 02:28:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003813 10.0.0.38 - - [2026-03-05 02:28:24] "POST /useragent-kv HTTP/1.1" 200 115 0.001586 10.0.0.38 - - [2026-03-05 02:28:24] "POST /useragent-kv HTTP/1.1" 200 115 0.001592 10.0.0.38 - - [2026-03-05 02:28:24] "POST /useragent-kv HTTP/1.1" 200 115 0.001475 10.0.0.38 - - [2026-03-05 02:28:24] "POST /neutron/network HTTP/1.1" 200 151 0.078099 10.0.0.38 - - [2026-03-05 02:28:24] "GET /routing-instance/d518fd24-e223-40a6-8107-920983927cec HTTP/1.1" 404 171 0.001952 10.0.0.38 - - [2026-03-05 02:28:24] "GET /domains HTTP/1.1" 200 280 0.002380 10.0.0.38 - - [2026-03-05 02:28:24] "GET /domains?obj_uuids=f0f8f0ab-ad00-4bf2-b32c-7ffe83ec7aa0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000843 10.0.0.38 - - [2026-03-05 02:28:24] "DELETE /route-target/5eaef1d9-066e-41de-abf3-9cc4e524b627 HTTP/1.1" 200 115 0.014292 10.0.0.38 - - [2026-03-05 02:28:24] "GET /domain/f0f8f0ab-ad00-4bf2-b32c-7ffe83ec7aa0 HTTP/1.1" 200 3157 0.050793 10.0.0.38 - - [2026-03-05 02:28:24] "GET /projects?obj_uuids=d992d13e-0b36-4ddb-b911-464220b29c44&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001331 10.0.0.38 - - [2026-03-05 02:28:24] "GET /project/d992d13e-0b36-4ddb-b911-464220b29c44 HTTP/1.1" 200 2205 0.067372 10.0.0.38 - - [2026-03-05 02:28:24] "DELETE /network-policy/b2832443-7d4f-441d-915b-05dbe36f3598 HTTP/1.1" 200 115 0.017903 10.0.0.38 - - [2026-03-05 02:28:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002765 10.0.0.38 - - [2026-03-05 02:28:24] "GET /projects?obj_uuids=d992d13e-0b36-4ddb-b911-464220b29c44&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001087 10.0.0.38 - - [2026-03-05 02:28:24] "GET /project/d992d13e-0b36-4ddb-b911-464220b29c44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.022889 10.0.0.38 - - [2026-03-05 02:28:24] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyNegativeIpv4v6-70632111&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.003689 10.0.0.38 - - [2026-03-05 02:28:25] "GET /projects?obj_uuids=d992d13e-0b36-4ddb-b911-464220b29c44&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000904 10.0.0.38 - - [2026-03-05 02:28:25] "GET /project/d992d13e-0b36-4ddb-b911-464220b29c44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.020079 10.0.0.38 - - [2026-03-05 02:28:25] "GET /projects?obj_uuids=d992d13e-0b36-4ddb-b911-464220b29c44&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001017 10.0.0.38 - - [2026-03-05 02:28:25] "GET /project/d992d13e-0b36-4ddb-b911-464220b29c44?fields=virtual_networks HTTP/1.1" 200 1065 0.064385 10.0.0.38 - - [2026-03-05 02:28:25] "GET /projects?obj_uuids=d992d13e-0b36-4ddb-b911-464220b29c44&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000891 10.0.0.38 - - [2026-03-05 02:28:25] "GET /project/d992d13e-0b36-4ddb-b911-464220b29c44?fields=virtual_machine_interfaces HTTP/1.1" 200 1065 0.022383 10.0.0.38 - - [2026-03-05 02:28:25] "GET /projects?obj_uuids=d992d13e-0b36-4ddb-b911-464220b29c44&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001372 10.0.0.38 - - [2026-03-05 02:28:25] "GET /project/d992d13e-0b36-4ddb-b911-464220b29c44?fields=security_groups HTTP/1.1" 200 1307 0.026128 10.0.0.38 - - [2026-03-05 02:28:26] "POST /fqname-to-id HTTP/1.1" 404 190 0.025558 10.0.0.38 - - [2026-03-05 02:28:26] "GET /projects?obj_uuids=11fd180a-3b3f-43c2-8b98-0f4f6817e41e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002747 10.0.0.38 - - [2026-03-05 02:28:26] "GET /domains?obj_uuids=f0f8f0ab-ad00-4bf2-b32c-7ffe83ec7aa0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001073 10.0.0.38 - - [2026-03-05 02:28:26] "GET /domain/f0f8f0ab-ad00-4bf2-b32c-7ffe83ec7aa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006844 10.0.0.38 - - [2026-03-05 02:28:26] "DELETE /project/93e142c5940a46dd9926a962634e75b8 HTTP/1.1" 404 173 0.009331 10.0.0.38 - - [2026-03-05 02:28:26] "DELETE /project/d992d13e0b364ddbb911464220b29c44 HTTP/1.1" 404 173 0.006090 10.0.0.38 - - [2026-03-05 02:28:26] "DELETE /project/aa0d8c091b1441a6b2f281394cf0cdab HTTP/1.1" 404 173 0.007361 10.0.0.38 - - [2026-03-05 02:28:26] "POST /id-to-fqname HTTP/1.1" 200 192 0.001072 10.0.0.38 - - [2026-03-05 02:28:26] "GET /projects?obj_uuids=93e142c5-940a-46dd-9926-a962634e75b8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000944 10.0.0.38 - - [2026-03-05 02:28:26] "GET /projects?obj_uuids=3acd4d5f-fc9c-4c3e-8edd-ee6c0f9b5fcb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000988 10.0.0.38 - - [2026-03-05 02:28:26] "GET /projects?obj_uuids=aa0d8c09-1b14-41a6-b2f2-81394cf0cdab&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000737 10.0.0.38 - - [2026-03-05 02:28:26] "GET /projects?obj_uuids=d992d13e-0b36-4ddb-b911-464220b29c44&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000701 10.0.0.38 - - [2026-03-05 02:28:26] "POST /fqname-to-id HTTP/1.1" 404 201 0.004460 10.0.0.38 - - [2026-03-05 02:28:26] "GET /project/d992d13e-0b36-4ddb-b911-464220b29c44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1533 0.042933 10.0.0.38 - - [2026-03-05 02:28:26] "GET /project/93e142c5-940a-46dd-9926-a962634e75b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1501 0.054965 10.0.0.38 - - [2026-03-05 02:28:26] "GET /project/3acd4d5f-fc9c-4c3e-8edd-ee6c0f9b5fcb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.057328 10.0.0.38 - - [2026-03-05 02:28:26] "GET /project/aa0d8c09-1b14-41a6-b2f2-81394cf0cdab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.058488 10.0.0.38 - - [2026-03-05 02:28:26] "GET /projects?obj_uuids=aa0d8c09-1b14-41a6-b2f2-81394cf0cdab&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000883 10.0.0.38 - - [2026-03-05 02:28:26] "GET /projects?obj_uuids=3acd4d5f-fc9c-4c3e-8edd-ee6c0f9b5fcb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000813 10.0.0.38 - - [2026-03-05 02:28:26] "GET /projects?obj_uuids=93e142c5-940a-46dd-9926-a962634e75b8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000698 10.0.0.38 - - [2026-03-05 02:28:26] "GET /projects?obj_uuids=d992d13e-0b36-4ddb-b911-464220b29c44&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000921 10.0.0.38 - - [2026-03-05 02:28:26] "GET /project/d992d13e-0b36-4ddb-b911-464220b29c44?fields=security_groups HTTP/1.1" 200 1412 0.058466 10.0.0.38 - - [2026-03-05 02:28:26] "GET /project/3acd4d5f-fc9c-4c3e-8edd-ee6c0f9b5fcb?fields=security_groups HTTP/1.1" 200 1357 0.062868 10.0.0.38 - - [2026-03-05 02:28:26] "GET /project/93e142c5-940a-46dd-9926-a962634e75b8?fields=security_groups HTTP/1.1" 200 1388 0.070967 10.0.0.38 - - [2026-03-05 02:28:26] "GET /project/aa0d8c09-1b14-41a6-b2f2-81394cf0cdab?fields=security_groups HTTP/1.1" 200 1373 0.070721 10.0.0.38 - - [2026-03-05 02:28:27] "POST /security-groups HTTP/1.1" 200 593 0.135181 10.0.0.38 - - [2026-03-05 02:28:27] "POST /fqname-to-id HTTP/1.1" 404 236 0.003931 10.0.0.38 - - [2026-03-05 02:28:27] "POST /projects HTTP/1.1" 200 589 0.339707 10.0.0.38 - - [2026-03-05 02:28:27] "DELETE /security-group/5d1f2f22-ed48-4f59-99c2-f4be618bd091 HTTP/1.1" 200 115 0.099188 10.0.0.38 - - [2026-03-05 02:28:27] "DELETE /security-group/34d81e85-bdac-47cf-b0d8-156bbfff473b HTTP/1.1" 200 115 0.116085 10.0.0.38 - - [2026-03-05 02:28:27] "GET /projects?obj_uuids=aa0d8c09-1b14-41a6-b2f2-81394cf0cdab&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001027 10.0.0.38 - - [2026-03-05 02:28:27] "DELETE /security-group/89ad7b50-6e4c-406b-ace1-a4d22015b1b5 HTTP/1.1" 200 115 0.125503 10.0.0.38 - - [2026-03-05 02:28:27] "GET /projects?obj_uuids=3acd4d5f-fc9c-4c3e-8edd-ee6c0f9b5fcb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000830 10.0.0.38 - - [2026-03-05 02:28:27] "DELETE /security-group/4c71ac72-894c-4fc4-a57f-b3edc41b5115 HTTP/1.1" 200 115 0.118969 10.0.0.38 - - [2026-03-05 02:28:27] "GET /projects?obj_uuids=d992d13e-0b36-4ddb-b911-464220b29c44&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000781 10.0.0.38 - - [2026-03-05 02:28:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.417167 10.0.0.38 - - [2026-03-05 02:28:27] "GET /projects?obj_uuids=93e142c5-940a-46dd-9926-a962634e75b8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000776 10.0.0.38 - - [2026-03-05 02:28:27] "POST /access-control-lists HTTP/1.1" 200 598 0.098380 10.0.0.38 - - [2026-03-05 02:28:27] "GET /project/3acd4d5f-fc9c-4c3e-8edd-ee6c0f9b5fcb?fields=application_policy_sets HTTP/1.1" 200 1396 0.091038 10.0.0.38 - - [2026-03-05 02:28:27] "GET /project/d992d13e-0b36-4ddb-b911-464220b29c44?fields=application_policy_sets HTTP/1.1" 200 1451 0.097322 10.0.0.38 - - [2026-03-05 02:28:27] "POST /fqname-to-id HTTP/1.1" 404 235 0.008770 10.0.0.38 - - [2026-03-05 02:28:27] "GET /project/aa0d8c09-1b14-41a6-b2f2-81394cf0cdab?fields=application_policy_sets HTTP/1.1" 200 1412 0.133866 10.0.0.38 - - [2026-03-05 02:28:27] "GET /project/11fd180a-3b3f-43c2-8b98-0f4f6817e41e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.602483 10.0.0.38 - - [2026-03-05 02:28:27] "GET /project/93e142c5-940a-46dd-9926-a962634e75b8?fields=application_policy_sets HTTP/1.1" 200 1427 0.144135 10.0.0.38 - - [2026-03-05 02:28:27] "POST /access-control-lists HTTP/1.1" 200 596 0.039325 10.0.0.38 - - [2026-03-05 02:28:27] "DELETE /project/d992d13e-0b36-4ddb-b911-464220b29c44 HTTP/1.1" 200 115 0.621681 10.0.0.38 - - [2026-03-05 02:28:27] "DELETE /project/3acd4d5f-fc9c-4c3e-8edd-ee6c0f9b5fcb HTTP/1.1" 200 115 0.635423 10.0.0.38 - - [2026-03-05 02:28:27] "DELETE /project/aa0d8c09-1b14-41a6-b2f2-81394cf0cdab HTTP/1.1" 200 115 0.636633 10.0.0.38 - - [2026-03-05 02:28:27] "DELETE /project/93e142c5-940a-46dd-9926-a962634e75b8 HTTP/1.1" 200 115 0.644424 10.0.0.38 - - [2026-03-05 02:28:27] "DELETE /access-control-list/09f5e030-1c7a-4276-8339-ca2df0e8d21d HTTP/1.1" 200 115 0.020514 10.0.0.38 - - [2026-03-05 02:28:27] "DELETE /access-control-list/b794314d-bb43-4973-9385-45a4b944140f HTTP/1.1" 200 115 0.018864 10.0.0.38 - - [2026-03-05 02:28:27] "DELETE /access-control-list/625d7252-fe78-4ee8-8d82-52c099849799 HTTP/1.1" 200 115 0.019982 10.0.0.38 - - [2026-03-05 02:28:27] "DELETE /access-control-list/cbd3c3d1-6372-4677-ba07-dc06e755bcea HTTP/1.1" 200 115 0.023479 10.0.0.38 - - [2026-03-05 02:28:27] "DELETE /access-control-list/6ef68c91-ad37-4c40-b5e2-ea35109edb15 HTTP/1.1" 200 115 0.015561 10.0.0.38 - - [2026-03-05 02:28:27] "DELETE /access-control-list/ef38b973-5a76-4799-a0ef-83dadb58d9e2 HTTP/1.1" 200 115 0.020085 10.0.0.38 - - [2026-03-05 02:28:28] "DELETE /access-control-list/c2abadb7-fb20-4bd6-96bb-a337afa200ce HTTP/1.1" 200 115 0.016965 10.0.0.38 - - [2026-03-05 02:28:28] "DELETE /access-control-list/0b6a9278-e1d8-4969-ba61-f074a254729d HTTP/1.1" 200 115 0.019114 10.0.0.38 - - [2026-03-05 02:28:28] "GET / HTTP/1.1" 200 35931 0.001773 10.0.0.38 - - [2026-03-05 02:28:29] "POST /fqname-to-id HTTP/1.1" 401 292 0.000423 10.0.0.38 - - [2026-03-05 02:28:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.055911 10.0.0.38 - - [2026-03-05 02:28:29] "GET /projects?obj_uuids=11fd180a-3b3f-43c2-8b98-0f4f6817e41e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000942 10.0.0.38 - - [2026-03-05 02:28:29] "GET /project/11fd180a-3b3f-43c2-8b98-0f4f6817e41e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.019862 10.0.0.38 - - [2026-03-05 02:28:29] "POST /neutron/network HTTP/1.1" 200 117 0.029280 10.0.0.38 - - [2026-03-05 02:28:29] "GET /projects?obj_uuids=11fd180a-3b3f-43c2-8b98-0f4f6817e41e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000968 10.0.0.38 - - [2026-03-05 02:28:29] "POST /neutron/network HTTP/1.1" 200 607 0.057872 10.0.0.38 - - [2026-03-05 02:28:29] "POST /route-targets HTTP/1.1" 200 327 0.009906 10.0.0.38 - - [2026-03-05 02:28:29] "POST /ref-update HTTP/1.1" 200 156 0.009204 10.0.0.38 - - [2026-03-05 02:28:29] "POST /useragent-kv HTTP/1.1" 200 115 0.002677 10.0.0.38 - - [2026-03-05 02:28:29] "POST /neutron/subnet HTTP/1.1" 200 725 0.163466 10.0.0.38 - - [2026-03-05 02:28:29] "POST /neutron/network HTTP/1.1" 200 826 0.005435 10.0.0.38 - - [2026-03-05 02:28:29] "POST /id-to-fqname HTTP/1.1" 200 222 0.003280 10.0.0.38 - - [2026-03-05 02:28:29] "GET /virtual-network/eee85083-1fd6-4782-8599-dad53fcc3b94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005022 10.0.0.38 - - [2026-03-05 02:28:29] "POST /neutron/network HTTP/1.1" 200 826 0.005280 10.0.0.38 - - [2026-03-05 02:28:29] "GET /virtual-network/eee85083-1fd6-4782-8599-dad53fcc3b94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004946 10.0.0.38 - - [2026-03-05 02:28:29] "POST /neutron/network HTTP/1.1" 200 826 0.005615 10.0.0.38 - - [2026-03-05 02:28:29] "POST /neutron/subnet HTTP/1.1" 200 725 0.007142 10.0.0.38 - - [2026-03-05 02:28:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002369 10.0.0.38 - - [2026-03-05 02:28:29] "GET /projects?obj_uuids=11fd180a-3b3f-43c2-8b98-0f4f6817e41e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001053 10.0.0.38 - - [2026-03-05 02:28:30] "GET /project/11fd180a-3b3f-43c2-8b98-0f4f6817e41e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.023496 10.0.0.38 - - [2026-03-05 02:28:30] "POST /neutron/network HTTP/1.1" 200 117 0.008743 10.0.0.38 - - [2026-03-05 02:28:30] "GET /projects?obj_uuids=11fd180a-3b3f-43c2-8b98-0f4f6817e41e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000939 10.0.0.38 - - [2026-03-05 02:28:30] "POST /neutron/network HTTP/1.1" 200 607 0.056659 10.0.0.38 - - [2026-03-05 02:28:30] "POST /route-targets HTTP/1.1" 200 327 0.011462 10.0.0.38 - - [2026-03-05 02:28:30] "POST /ref-update HTTP/1.1" 200 156 0.023312 10.0.0.38 - - [2026-03-05 02:28:30] "POST /useragent-kv HTTP/1.1" 200 115 0.004587 10.0.0.38 - - [2026-03-05 02:28:30] "POST /neutron/subnet HTTP/1.1" 200 724 0.198356 10.0.0.38 - - [2026-03-05 02:28:30] "POST /neutron/network HTTP/1.1" 200 826 0.004774 10.0.0.38 - - [2026-03-05 02:28:30] "POST /id-to-fqname HTTP/1.1" 200 222 0.001050 10.0.0.38 - - [2026-03-05 02:28:30] "GET /virtual-network/64073d41-65d9-4500-9e72-41159da6f900?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004687 10.0.0.38 - - [2026-03-05 02:28:30] "POST /neutron/network HTTP/1.1" 200 826 0.005643 10.0.0.38 - - [2026-03-05 02:28:30] "GET /virtual-network/64073d41-65d9-4500-9e72-41159da6f900?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006455 10.0.0.38 - - [2026-03-05 02:28:30] "POST /neutron/network HTTP/1.1" 200 826 0.005753 10.0.0.38 - - [2026-03-05 02:28:30] "POST /neutron/subnet HTTP/1.1" 200 724 0.006614 10.0.0.38 - - [2026-03-05 02:28:30] "POST /fqname-to-id HTTP/1.1" 404 228 0.002221 10.0.0.38 - - [2026-03-05 02:28:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002571 10.0.0.38 - - [2026-03-05 02:28:30] "GET /projects?obj_uuids=11fd180a-3b3f-43c2-8b98-0f4f6817e41e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001210 10.0.0.38 - - [2026-03-05 02:28:30] "GET /project/11fd180a-3b3f-43c2-8b98-0f4f6817e41e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.023707 10.0.0.38 - - [2026-03-05 02:28:30] "POST /network-policys HTTP/1.1" 200 571 0.015363 10.0.0.38 - - [2026-03-05 02:28:30] "GET /network-policy/f4b3754e-4aff-4f40-81cb-2b80b261f16b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.004720 10.0.0.38 - - [2026-03-05 02:28:30] "POST /neutron/network HTTP/1.1" 200 826 0.005468 10.0.0.38 - - [2026-03-05 02:28:30] "POST /fqname-to-id HTTP/1.1" 404 236 0.002852 10.0.0.38 - - [2026-03-05 02:28:30] "POST /neutron/network HTTP/1.1" 200 928 0.044810 10.0.0.38 - - [2026-03-05 02:28:30] "POST /neutron/network HTTP/1.1" 200 928 0.040694 10.0.0.38 - - [2026-03-05 02:28:30] "POST /access-control-lists HTTP/1.1" 200 590 0.069104 10.0.0.38 - - [2026-03-05 02:28:30] "GET /virtual-network/eee85083-1fd6-4782-8599-dad53fcc3b94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.004991 10.0.0.38 - - [2026-03-05 02:28:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002630 10.0.0.38 - - [2026-03-05 02:28:30] "GET /network-policy/f4b3754e-4aff-4f40-81cb-2b80b261f16b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.003588 10.0.0.38 - - [2026-03-05 02:28:31] "POST /neutron/network HTTP/1.1" 200 826 0.005180 10.0.0.38 - - [2026-03-05 02:28:31] "PUT /access-control-list/6e4860b4-4570-476a-bdae-3ef032e610f7 HTTP/1.1" 200 272 0.053200 10.0.0.38 - - [2026-03-05 02:28:31] "POST /neutron/network HTTP/1.1" 200 928 0.098791 10.0.0.38 - - [2026-03-05 02:28:31] "POST /fqname-to-id HTTP/1.1" 404 236 0.012205 10.0.0.38 - - [2026-03-05 02:28:31] "POST /neutron/network HTTP/1.1" 200 928 0.006274 10.0.0.38 - - [2026-03-05 02:28:31] "GET /virtual-network/64073d41-65d9-4500-9e72-41159da6f900?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.005364 10.0.0.38 - - [2026-03-05 02:28:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002751 10.0.0.38 - - [2026-03-05 02:28:31] "GET /network-policy/f4b3754e-4aff-4f40-81cb-2b80b261f16b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.036554 10.0.0.38 - - [2026-03-05 02:28:31] "POST /access-control-lists HTTP/1.1" 200 590 0.069769 10.0.0.38 - - [2026-03-05 02:28:31] "GET /domains HTTP/1.1" 401 292 0.000402 10.0.0.38 - - [2026-03-05 02:28:31] "POST /ref-update HTTP/1.1" 200 156 0.009375 10.0.0.38 - - [2026-03-05 02:28:31] "GET /domains HTTP/1.1" 200 280 0.311255 10.0.0.38 - - [2026-03-05 02:28:31] "GET /domains?obj_uuids=f0f8f0ab-ad00-4bf2-b32c-7ffe83ec7aa0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000987 10.0.0.38 - - [2026-03-05 02:28:31] "GET /domain/f0f8f0ab-ad00-4bf2-b32c-7ffe83ec7aa0 HTTP/1.1" 200 2576 0.007831 10.0.0.38 - - [2026-03-05 02:28:31] "GET /projects?obj_uuids=11fd180a-3b3f-43c2-8b98-0f4f6817e41e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001403 10.0.0.38 - - [2026-03-05 02:28:31] "GET /obj-perms HTTP/1.1" 200 5056 0.073116 10.0.0.38 - - [2026-03-05 02:28:32] "GET /project/11fd180a-3b3f-43c2-8b98-0f4f6817e41e HTTP/1.1" 200 2571 0.067597 10.0.0.38 - - [2026-03-05 02:28:32] "GET /virtual-network/eee85083-1fd6-4782-8599-dad53fcc3b94 HTTP/1.1" 200 2892 0.007161 10.0.0.38 - - [2026-03-05 02:28:32] "GET /virtual-network/eee85083-1fd6-4782-8599-dad53fcc3b94 HTTP/1.1" 200 2892 0.007132 10.0.0.38 - - [2026-03-05 02:28:32] "GET /routing-instance/f9dc68c9-e41e-44c8-8639-6198ac6a6dfa HTTP/1.1" 200 1783 0.005547 10.0.0.38 - - [2026-03-05 02:28:32] "GET /routing-instance/f9dc68c9-e41e-44c8-8639-6198ac6a6dfa HTTP/1.1" 200 1783 0.004230 10.0.0.38 - - [2026-03-05 02:28:32] "GET /route-target/1394d508-8e88-421a-8d25-422b906be3c4 HTTP/1.1" 200 1206 0.003246 10.0.0.38 - - [2026-03-05 02:28:32] "GET /virtual-network/eee85083-1fd6-4782-8599-dad53fcc3b94 HTTP/1.1" 200 2892 0.006180 10.0.0.38 - - [2026-03-05 02:28:32] "GET /routing-instance/f9dc68c9-e41e-44c8-8639-6198ac6a6dfa HTTP/1.1" 200 1783 0.005037 10.0.0.38 - - [2026-03-05 02:28:32] "GET /virtual-network/eee85083-1fd6-4782-8599-dad53fcc3b94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.005166 10.0.0.38 - - [2026-03-05 02:28:32] "GET /virtual-network/eee85083-1fd6-4782-8599-dad53fcc3b94 HTTP/1.1" 200 2892 0.005028 10.0.0.38 - - [2026-03-05 02:28:32] "GET /routing-instance/f9dc68c9-e41e-44c8-8639-6198ac6a6dfa HTTP/1.1" 200 1783 0.004897 10.0.0.38 - - [2026-03-05 02:28:32] "GET /routing-instance/f9dc68c9-e41e-44c8-8639-6198ac6a6dfa HTTP/1.1" 200 1783 0.003488 10.0.0.38 - - [2026-03-05 02:28:32] "GET /route-target/1394d508-8e88-421a-8d25-422b906be3c4 HTTP/1.1" 200 1206 0.002923 10.0.0.38 - - [2026-03-05 02:28:32] "GET /domains HTTP/1.1" 200 280 0.002395 10.0.0.38 - - [2026-03-05 02:28:32] "GET /domains?obj_uuids=f0f8f0ab-ad00-4bf2-b32c-7ffe83ec7aa0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000891 10.0.0.38 - - [2026-03-05 02:28:32] "GET /domain/f0f8f0ab-ad00-4bf2-b32c-7ffe83ec7aa0 HTTP/1.1" 200 2576 0.006093 10.0.0.38 - - [2026-03-05 02:28:32] "GET /projects?obj_uuids=11fd180a-3b3f-43c2-8b98-0f4f6817e41e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000956 10.0.0.38 - - [2026-03-05 02:28:32] "GET /project/11fd180a-3b3f-43c2-8b98-0f4f6817e41e HTTP/1.1" 200 2571 0.071349 10.0.0.38 - - [2026-03-05 02:28:32] "GET /virtual-network/eee85083-1fd6-4782-8599-dad53fcc3b94 HTTP/1.1" 200 2892 0.013486 10.0.0.38 - - [2026-03-05 02:28:32] "GET /obj-perms HTTP/1.1" 200 5056 0.341421 10.0.0.38 - - [2026-03-05 02:28:32] "GET /obj-perms HTTP/1.1" 200 5034 0.075520 10.0.0.38 - - [2026-03-05 02:28:32] "GET /domains HTTP/1.1" 200 280 0.002558 10.0.0.38 - - [2026-03-05 02:28:32] "GET /domains?obj_uuids=f0f8f0ab-ad00-4bf2-b32c-7ffe83ec7aa0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001040 10.0.0.38 - - [2026-03-05 02:28:32] "GET /domain/f0f8f0ab-ad00-4bf2-b32c-7ffe83ec7aa0 HTTP/1.1" 200 2576 0.006380 10.0.0.38 - - [2026-03-05 02:28:32] "GET /projects?obj_uuids=11fd180a-3b3f-43c2-8b98-0f4f6817e41e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000945 10.0.0.38 - - [2026-03-05 02:28:32] "GET /project/11fd180a-3b3f-43c2-8b98-0f4f6817e41e HTTP/1.1" 200 2571 0.063866 10.0.0.38 - - [2026-03-05 02:28:32] "GET /virtual-network/64073d41-65d9-4500-9e72-41159da6f900 HTTP/1.1" 200 2892 0.006195 10.0.0.38 - - [2026-03-05 02:28:32] "GET /virtual-network/64073d41-65d9-4500-9e72-41159da6f900 HTTP/1.1" 200 2892 0.004503 10.0.0.38 - - [2026-03-05 02:28:32] "GET /routing-instance/f6ff5458-0805-49b9-a77c-823cbb814851 HTTP/1.1" 200 1784 0.003610 10.0.0.38 - - [2026-03-05 02:28:32] "GET /routing-instance/f6ff5458-0805-49b9-a77c-823cbb814851 HTTP/1.1" 200 1784 0.003764 10.0.0.38 - - [2026-03-05 02:28:32] "GET /route-target/d32c123f-ca23-4938-bb8c-62ca5bc4ffd1 HTTP/1.1" 200 1207 0.003117 10.0.0.38 - - [2026-03-05 02:28:32] "GET /virtual-network/64073d41-65d9-4500-9e72-41159da6f900 HTTP/1.1" 200 2892 0.004426 10.0.0.38 - - [2026-03-05 02:28:32] "GET /routing-instance/f6ff5458-0805-49b9-a77c-823cbb814851 HTTP/1.1" 200 1784 0.004316 10.0.0.38 - - [2026-03-05 02:28:32] "GET /virtual-network/64073d41-65d9-4500-9e72-41159da6f900?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.004630 10.0.0.38 - - [2026-03-05 02:28:32] "GET /virtual-network/64073d41-65d9-4500-9e72-41159da6f900 HTTP/1.1" 200 2892 0.005664 10.0.0.38 - - [2026-03-05 02:28:32] "GET /routing-instance/f6ff5458-0805-49b9-a77c-823cbb814851 HTTP/1.1" 200 1784 0.003410 10.0.0.38 - - [2026-03-05 02:28:32] "GET /routing-instance/f6ff5458-0805-49b9-a77c-823cbb814851 HTTP/1.1" 200 1784 0.003342 10.0.0.38 - - [2026-03-05 02:28:32] "GET /route-target/d32c123f-ca23-4938-bb8c-62ca5bc4ffd1 HTTP/1.1" 200 1207 0.002757 10.0.0.38 - - [2026-03-05 02:28:32] "GET /domains HTTP/1.1" 200 280 0.002304 10.0.0.38 - - [2026-03-05 02:28:32] "GET /domains?obj_uuids=f0f8f0ab-ad00-4bf2-b32c-7ffe83ec7aa0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001044 10.0.0.38 - - [2026-03-05 02:28:32] "GET /domain/f0f8f0ab-ad00-4bf2-b32c-7ffe83ec7aa0 HTTP/1.1" 200 2576 0.007374 10.0.0.38 - - [2026-03-05 02:28:32] "GET /projects?obj_uuids=11fd180a-3b3f-43c2-8b98-0f4f6817e41e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001156 10.0.0.38 - - [2026-03-05 02:28:32] "GET /project/11fd180a-3b3f-43c2-8b98-0f4f6817e41e HTTP/1.1" 200 2571 0.066715 10.0.0.38 - - [2026-03-05 02:28:32] "GET /virtual-network/64073d41-65d9-4500-9e72-41159da6f900 HTTP/1.1" 200 2892 0.005388 10.0.0.38 - - [2026-03-05 02:28:32] "GET /obj-perms HTTP/1.1" 200 5034 0.004526 10.0.0.38 - - [2026-03-05 02:28:32] "POST /id-to-fqname HTTP/1.1" 200 222 0.001206 10.0.0.38 - - [2026-03-05 02:28:33] "POST /neutron/network HTTP/1.1" 200 938 0.005929 10.0.0.38 - - [2026-03-05 02:28:33] "GET /aaa-mode HTTP/1.1" 401 292 0.000448 10.0.0.38 - - [2026-03-05 02:28:33] "GET / HTTP/1.1" 200 35931 0.001579 10.0.0.38 - - [2026-03-05 02:28:33] "GET /project/11fd180a-3b3f-43c2-8b98-0f4f6817e41e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000372 10.0.0.38 - - [2026-03-05 02:28:33] "GET /projects?obj_uuids=11fd180a-3b3f-43c2-8b98-0f4f6817e41e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001009 10.0.0.38 - - [2026-03-05 02:28:33] "GET /project/11fd180a-3b3f-43c2-8b98-0f4f6817e41e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.050809 10.0.0.38 - - [2026-03-05 02:28:33] "POST /neutron/network HTTP/1.1" 200 928 0.004798 10.0.0.38 - - [2026-03-05 02:28:34] "POST /neutron/port HTTP/1.1" 200 117 0.005937 10.0.0.38 - - [2026-03-05 02:28:34] "POST /neutron/port HTTP/1.1" 200 117 0.005133 10.0.0.38 - - [2026-03-05 02:28:34] "POST /id-to-fqname HTTP/1.1" 200 222 0.001374 10.0.0.38 - - [2026-03-05 02:28:34] "POST /neutron/port HTTP/1.1" 200 117 0.004931 10.0.0.38 - - [2026-03-05 02:28:34] "POST /neutron/network HTTP/1.1" 200 938 0.004852 10.0.0.38 - - [2026-03-05 02:28:34] "GET /aaa-mode HTTP/1.1" 401 292 0.000417 10.0.0.38 - - [2026-03-05 02:28:34] "POST /neutron/network HTTP/1.1" 200 938 0.006041 10.0.0.38 - - [2026-03-05 02:28:34] "GET /projects?obj_uuids=11fd180a-3b3f-43c2-8b98-0f4f6817e41e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001063 10.0.0.38 - - [2026-03-05 02:28:34] "GET / HTTP/1.1" 200 35931 0.001637 10.0.0.38 - - [2026-03-05 02:28:34] "GET /project/11fd180a-3b3f-43c2-8b98-0f4f6817e41e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000400 10.0.0.38 - - [2026-03-05 02:28:34] "POST /neutron/port HTTP/1.1" 200 1062 0.207349 10.0.0.38 - - [2026-03-05 02:28:34] "POST /neutron/port HTTP/1.1" 200 1062 0.011308 10.0.0.38 - - [2026-03-05 02:28:34] "POST /neutron/port HTTP/1.1" 200 1062 0.011734 10.0.0.38 - - [2026-03-05 02:28:34] "POST /neutron/port HTTP/1.1" 200 1116 0.051857 10.0.0.38 - - [2026-03-05 02:28:34] "POST /neutron/port HTTP/1.1" 200 1126 0.011770 10.0.0.38 - - [2026-03-05 02:28:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003751 10.0.0.38 - - [2026-03-05 02:28:34] "POST /neutron/subnet HTTP/1.1" 200 699 0.005960 10.0.0.38 - - [2026-03-05 02:28:34] "POST /neutron/port HTTP/1.1" 200 117 0.001463 10.0.0.38 - - [2026-03-05 02:28:34] "POST /neutron/network HTTP/1.1" 200 928 0.006238 10.0.0.38 - - [2026-03-05 02:28:34] "GET /projects?obj_uuids=11fd180a-3b3f-43c2-8b98-0f4f6817e41e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001360 10.0.0.38 - - [2026-03-05 02:28:34] "GET /project/11fd180a-3b3f-43c2-8b98-0f4f6817e41e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.055728 10.0.0.38 - - [2026-03-05 02:28:35] "POST /neutron/network HTTP/1.1" 200 928 0.006556 10.0.0.38 - - [2026-03-05 02:28:35] "POST /neutron/port HTTP/1.1" 200 1126 0.019875 10.0.0.38 - - [2026-03-05 02:28:35] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009958 10.0.0.38 - - [2026-03-05 02:28:35] "POST /neutron/port HTTP/1.1" 200 117 0.004992 10.0.0.38 - - [2026-03-05 02:28:35] "POST /neutron/port HTTP/1.1" 200 1126 0.019989 10.0.0.38 - - [2026-03-05 02:28:35] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005885 10.0.0.38 - - [2026-03-05 02:28:35] "POST /neutron/network HTTP/1.1" 200 938 0.004920 10.0.0.38 - - [2026-03-05 02:28:35] "GET /projects?obj_uuids=11fd180a-3b3f-43c2-8b98-0f4f6817e41e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002164 10.0.0.38 - - [2026-03-05 02:28:35] "PUT /access-control-list/60c91840-5eb6-4c37-af8c-0770a20cadd5 HTTP/1.1" 200 272 0.057675 10.0.0.38 - - [2026-03-05 02:28:35] "POST /neutron/port HTTP/1.1" 200 1062 0.317882 10.0.0.38 - - [2026-03-05 02:28:35] "POST /neutron/port HTTP/1.1" 200 1062 0.018986 10.0.0.38 - - [2026-03-05 02:28:35] "POST /neutron/port HTTP/1.1" 200 1062 0.013531 10.0.0.38 - - [2026-03-05 02:28:36] "POST /neutron/port HTTP/1.1" 200 1116 0.083784 10.0.0.38 - - [2026-03-05 02:28:36] "POST /neutron/port HTTP/1.1" 200 1126 0.011957 10.0.0.38 - - [2026-03-05 02:28:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003111 10.0.0.38 - - [2026-03-05 02:28:36] "POST /neutron/subnet HTTP/1.1" 200 698 0.007030 10.0.0.38 - - [2026-03-05 02:28:36] "POST /neutron/port HTTP/1.1" 200 117 0.001110 10.0.0.38 - - [2026-03-05 02:28:36] "POST /neutron/network HTTP/1.1" 200 928 0.005577 10.0.0.38 - - [2026-03-05 02:28:40] "POST /neutron/port HTTP/1.1" 200 1126 0.020918 10.0.0.38 - - [2026-03-05 02:28:40] "POST /neutron/security_group HTTP/1.1" 200 2060 0.012637 10.0.0.38 - - [2026-03-05 02:28:40] "POST /neutron/port HTTP/1.1" 200 1126 0.014127 10.0.0.38 - - [2026-03-05 02:28:40] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007521 10.0.0.38 - - [2026-03-05 02:28:40] "POST /neutron/port HTTP/1.1" 200 1126 0.011642 10.0.0.38 - - [2026-03-05 02:28:40] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005747 10.0.0.38 - - [2026-03-05 02:28:40] "GET /virtual-machine/03304795-586e-4bf2-9e55-3d19f9b6cb90 HTTP/1.1" 200 1293 0.004281 10.0.0.38 - - [2026-03-05 02:28:40] "GET /virtual-machine-interface/b36ccedc-8554-42d5-8fca-fef22044a76c HTTP/1.1" 200 2952 0.004615 10.0.0.38 - - [2026-03-05 02:28:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002669 10.0.0.38 - - [2026-03-05 02:28:40] "GET /global-vrouter-config/fd8e6dc8-92ea-4ed8-9fa3-4af7a9176102?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003091 10.0.0.38 - - [2026-03-05 02:28:40] "GET /virtual-networks?parent_id=11fd180a-3b3f-43c2-8b98-0f4f6817e41e&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003320 10.0.0.38 - - [2026-03-05 02:28:40] "GET /virtual-network/eee85083-1fd6-4782-8599-dad53fcc3b94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.005143 10.0.0.38 - - [2026-03-05 02:28:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002822 10.0.0.38 - - [2026-03-05 02:28:43] "GET /virtual-network/eee85083-1fd6-4782-8599-dad53fcc3b94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.004919 10.0.0.38 - - [2026-03-05 02:28:44] "POST /neutron/port HTTP/1.1" 200 1126 0.015650 10.0.0.38 - - [2026-03-05 02:28:44] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005728 10.0.0.38 - - [2026-03-05 02:28:44] "POST /neutron/port HTTP/1.1" 200 1126 0.011049 10.0.0.38 - - [2026-03-05 02:28:44] "POST /neutron/security_group HTTP/1.1" 200 2060 0.004984 10.0.0.38 - - [2026-03-05 02:28:45] "POST /neutron/port HTTP/1.1" 200 1126 0.017564 10.0.0.38 - - [2026-03-05 02:28:46] "POST /neutron/port HTTP/1.1" 200 1126 0.013421 10.0.0.38 - - [2026-03-05 02:28:46] "POST /neutron/network HTTP/1.1" 200 938 0.006168 10.0.0.38 - - [2026-03-05 02:28:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003749 10.0.0.38 - - [2026-03-05 02:28:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002905 10.0.0.38 - - [2026-03-05 02:28:46] "GET /global-vrouter-config/fd8e6dc8-92ea-4ed8-9fa3-4af7a9176102?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003869 10.0.0.38 - - [2026-03-05 02:28:46] "POST /neutron/subnet HTTP/1.1" 200 699 0.007812 10.0.0.38 - - [2026-03-05 02:28:46] "POST /neutron/port HTTP/1.1" 200 117 0.001258 10.0.0.38 - - [2026-03-05 02:28:46] "GET /virtual-networks?parent_id=11fd180a-3b3f-43c2-8b98-0f4f6817e41e&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004612 10.0.0.38 - - [2026-03-05 02:28:46] "POST /neutron/network HTTP/1.1" 200 928 0.006225 10.0.0.38 - - [2026-03-05 02:28:46] "GET /virtual-network/eee85083-1fd6-4782-8599-dad53fcc3b94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.006021 10.0.0.38 - - [2026-03-05 02:28:46] "POST /neutron/port HTTP/1.1" 200 1126 0.012895 10.0.0.38 - - [2026-03-05 02:28:46] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006859 10.0.0.38 - - [2026-03-05 02:28:51] "POST /neutron/port HTTP/1.1" 200 1126 0.011713 10.0.0.38 - - [2026-03-05 02:28:51] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007347 10.0.0.38 - - [2026-03-05 02:28:51] "POST /neutron/port HTTP/1.1" 200 1126 0.012959 10.0.0.38 - - [2026-03-05 02:28:51] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005386 10.0.0.38 - - [2026-03-05 02:28:51] "POST /neutron/port HTTP/1.1" 200 1126 0.012442 10.0.0.38 - - [2026-03-05 02:28:51] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005591 10.0.0.38 - - [2026-03-05 02:28:51] "GET /virtual-machine/92a5f3c6-3598-43f3-ab9d-0ce369ef2209 HTTP/1.1" 200 1295 0.003872 10.0.0.38 - - [2026-03-05 02:28:51] "GET /virtual-machine-interface/c8160526-0929-458a-b45d-63319036b732 HTTP/1.1" 200 2952 0.004585 10.0.0.38 - - [2026-03-05 02:28:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002751 10.0.0.38 - - [2026-03-05 02:28:51] "GET /global-vrouter-config/fd8e6dc8-92ea-4ed8-9fa3-4af7a9176102?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003517 10.0.0.38 - - [2026-03-05 02:28:51] "GET /virtual-networks?parent_id=11fd180a-3b3f-43c2-8b98-0f4f6817e41e&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002749 10.0.0.38 - - [2026-03-05 02:28:51] "GET /virtual-network/64073d41-65d9-4500-9e72-41159da6f900?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.005081 10.0.0.38 - - [2026-03-05 02:28:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003368 10.0.0.38 - - [2026-03-05 02:28:53] "GET /global-vrouter-config/fd8e6dc8-92ea-4ed8-9fa3-4af7a9176102?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003452 10.0.0.38 - - [2026-03-05 02:28:53] "GET /virtual-networks?parent_id=11fd180a-3b3f-43c2-8b98-0f4f6817e41e&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002935 10.0.0.38 - - [2026-03-05 02:28:53] "GET /virtual-network/64073d41-65d9-4500-9e72-41159da6f900?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.006119 10.0.0.38 - - [2026-03-05 02:28:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002947 10.0.0.38 - - [2026-03-05 02:28:57] "GET /projects?obj_uuids=11fd180a-3b3f-43c2-8b98-0f4f6817e41e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002007 10.0.0.38 - - [2026-03-05 02:28:57] "GET /project/11fd180a-3b3f-43c2-8b98-0f4f6817e41e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.023221 10.0.0.38 - - [2026-03-05 02:28:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003273 10.0.0.38 - - [2026-03-05 02:28:57] "PUT /network-policy/f4b3754e-4aff-4f40-81cb-2b80b261f16b HTTP/1.1" 200 262 0.008669 10.0.0.38 - - [2026-03-05 02:28:57] "PUT /access-control-list/6e4860b4-4570-476a-bdae-3ef032e610f7 HTTP/1.1" 200 272 0.054879 10.0.0.38 - - [2026-03-05 02:28:57] "POST /ref-update HTTP/1.1" 200 156 0.013165 10.0.0.38 - - [2026-03-05 02:28:57] "PUT /access-control-list/60c91840-5eb6-4c37-af8c-0770a20cadd5 HTTP/1.1" 200 272 0.053163 10.0.0.38 - - [2026-03-05 02:28:57] "POST /ref-update HTTP/1.1" 200 156 0.009533 10.0.0.38 - - [2026-03-05 02:29:00] "GET /virtual-network/64073d41-65d9-4500-9e72-41159da6f900?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.005678 10.0.0.38 - - [2026-03-05 02:29:00] "POST /neutron/network HTTP/1.1" 200 928 0.008745 10.0.0.38 - - [2026-03-05 02:29:00] "POST /neutron/network HTTP/1.1" 200 826 0.045371 10.0.0.38 - - [2026-03-05 02:29:01] "DELETE /access-control-list/60c91840-5eb6-4c37-af8c-0770a20cadd5 HTTP/1.1" 200 115 0.042455 10.0.0.38 - - [2026-03-05 02:29:01] "POST /neutron/network HTTP/1.1" 200 826 0.011837 10.0.0.38 - - [2026-03-05 02:29:01] "GET /virtual-network/64073d41-65d9-4500-9e72-41159da6f900?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005054 10.0.0.38 - - [2026-03-05 02:29:01] "GET /virtual-network/eee85083-1fd6-4782-8599-dad53fcc3b94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.004829 10.0.0.38 - - [2026-03-05 02:29:01] "POST /neutron/network HTTP/1.1" 200 928 0.006304 10.0.0.38 - - [2026-03-05 02:29:01] "POST /neutron/network HTTP/1.1" 200 826 0.076478 10.0.0.38 - - [2026-03-05 02:29:01] "DELETE /access-control-list/6e4860b4-4570-476a-bdae-3ef032e610f7 HTTP/1.1" 200 115 0.047219 10.0.0.38 - - [2026-03-05 02:29:01] "POST /neutron/network HTTP/1.1" 200 826 0.006853 10.0.0.38 - - [2026-03-05 02:29:01] "GET /virtual-network/eee85083-1fd6-4782-8599-dad53fcc3b94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.007253 10.0.0.38 - - [2026-03-05 02:29:01] "DELETE /network-policy/f4b3754e-4aff-4f40-81cb-2b80b261f16b HTTP/1.1" 200 115 0.024796 10.0.0.38 - - [2026-03-05 02:29:01] "POST /neutron/network HTTP/1.1" 200 826 0.008347 10.0.0.38 - - [2026-03-05 02:29:01] "POST /neutron/network HTTP/1.1" 400 204 0.016908 10.0.0.38 - - [2026-03-05 02:29:01] "POST /neutron/port HTTP/1.1" 200 1126 0.011286 10.0.0.38 - - [2026-03-05 02:29:01] "POST /neutron/port HTTP/1.1" 200 1116 0.016048 10.0.0.38 - - [2026-03-05 02:29:01] "POST /neutron/port HTTP/1.1" 200 1126 0.011258 10.0.0.38 - - [2026-03-05 02:29:01] "POST /neutron/port HTTP/1.1" 200 1116 0.013355 10.0.0.38 - - [2026-03-05 02:29:01] "POST /neutron/port HTTP/1.1" 200 151 0.128182 10.0.0.38 - - [2026-03-05 02:29:01] "POST /neutron/port HTTP/1.1" 200 151 0.129083 10.0.0.38 - - [2026-03-05 02:29:03] "POST /neutron/network HTTP/1.1" 200 826 0.005420 10.0.0.38 - - [2026-03-05 02:29:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004705 10.0.0.38 - - [2026-03-05 02:29:03] "POST /useragent-kv HTTP/1.1" 200 115 0.003275 10.0.0.38 - - [2026-03-05 02:29:03] "POST /useragent-kv HTTP/1.1" 200 115 0.002013 10.0.0.38 - - [2026-03-05 02:29:03] "POST /neutron/network HTTP/1.1" 200 151 0.101944 10.0.0.38 - - [2026-03-05 02:29:03] "DELETE /route-target/d32c123f-ca23-4938-bb8c-62ca5bc4ffd1 HTTP/1.1" 200 115 0.023919 10.0.0.38 - - [2026-03-05 02:29:03] "GET /routing-instance/f6ff5458-0805-49b9-a77c-823cbb814851 HTTP/1.1" 404 171 0.002196 10.0.0.38 - - [2026-03-05 02:29:03] "GET /domains HTTP/1.1" 200 280 0.002288 10.0.0.38 - - [2026-03-05 02:29:03] "GET /domains?obj_uuids=f0f8f0ab-ad00-4bf2-b32c-7ffe83ec7aa0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002440 10.0.0.38 - - [2026-03-05 02:29:03] "GET /domain/f0f8f0ab-ad00-4bf2-b32c-7ffe83ec7aa0 HTTP/1.1" 200 2576 0.054263 10.0.0.38 - - [2026-03-05 02:29:03] "GET /projects?obj_uuids=11fd180a-3b3f-43c2-8b98-0f4f6817e41e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002227 10.0.0.38 - - [2026-03-05 02:29:03] "GET /project/11fd180a-3b3f-43c2-8b98-0f4f6817e41e HTTP/1.1" 200 2103 0.077437 10.0.0.38 - - [2026-03-05 02:29:03] "POST /neutron/network HTTP/1.1" 200 826 0.006647 10.0.0.38 - - [2026-03-05 02:29:03] "POST /useragent-kv HTTP/1.1" 200 115 0.004179 10.0.0.38 - - [2026-03-05 02:29:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005335 10.0.0.38 - - [2026-03-05 02:29:03] "POST /useragent-kv HTTP/1.1" 200 115 0.003598 10.0.0.38 - - [2026-03-05 02:29:03] "POST /neutron/network HTTP/1.1" 200 151 0.088304 10.0.0.38 - - [2026-03-05 02:29:03] "GET /routing-instance/f9dc68c9-e41e-44c8-8639-6198ac6a6dfa HTTP/1.1" 404 171 0.002677 10.0.0.38 - - [2026-03-05 02:29:03] "GET /domains HTTP/1.1" 200 280 0.002896 10.0.0.38 - - [2026-03-05 02:29:03] "GET /domains?obj_uuids=f0f8f0ab-ad00-4bf2-b32c-7ffe83ec7aa0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001266 10.0.0.38 - - [2026-03-05 02:29:03] "DELETE /route-target/1394d508-8e88-421a-8d25-422b906be3c4 HTTP/1.1" 200 115 0.033294 10.0.0.38 - - [2026-03-05 02:29:03] "GET /domain/f0f8f0ab-ad00-4bf2-b32c-7ffe83ec7aa0 HTTP/1.1" 200 2576 0.051926 10.0.0.38 - - [2026-03-05 02:29:03] "GET /projects?obj_uuids=11fd180a-3b3f-43c2-8b98-0f4f6817e41e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002099 10.0.0.38 - - [2026-03-05 02:29:03] "GET /project/11fd180a-3b3f-43c2-8b98-0f4f6817e41e HTTP/1.1" 200 1864 0.081701 10.0.0.38 - - [2026-03-05 02:29:04] "GET /projects?obj_uuids=11fd180a-3b3f-43c2-8b98-0f4f6817e41e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001058 10.0.0.38 - - [2026-03-05 02:29:04] "GET /project/11fd180a-3b3f-43c2-8b98-0f4f6817e41e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.022720 10.0.0.38 - - [2026-03-05 02:29:04] "GET /projects?obj_uuids=11fd180a-3b3f-43c2-8b98-0f4f6817e41e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000952 10.0.0.38 - - [2026-03-05 02:29:04] "GET /project/11fd180a-3b3f-43c2-8b98-0f4f6817e41e?fields=virtual_networks HTTP/1.1" 200 1036 0.063082 10.0.0.38 - - [2026-03-05 02:29:04] "GET /projects?obj_uuids=11fd180a-3b3f-43c2-8b98-0f4f6817e41e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000988 10.0.0.38 - - [2026-03-05 02:29:04] "GET /project/11fd180a-3b3f-43c2-8b98-0f4f6817e41e?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.024745 10.0.0.38 - - [2026-03-05 02:29:04] "GET /projects?obj_uuids=11fd180a-3b3f-43c2-8b98-0f4f6817e41e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001106 10.0.0.38 - - [2026-03-05 02:29:04] "GET /project/11fd180a-3b3f-43c2-8b98-0f4f6817e41e?fields=security_groups HTTP/1.1" 200 1264 0.024282 10.0.0.38 - - [2026-03-05 02:29:05] "POST /fqname-to-id HTTP/1.1" 404 181 0.025608 10.0.0.38 - - [2026-03-05 02:29:05] "GET /projects?obj_uuids=6cdf5839-b1c0-42b3-8d24-06cb045858a8&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002150 10.0.0.38 - - [2026-03-05 02:29:05] "GET /domains?obj_uuids=f0f8f0ab-ad00-4bf2-b32c-7ffe83ec7aa0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001077 10.0.0.38 - - [2026-03-05 02:29:05] "GET /domain/f0f8f0ab-ad00-4bf2-b32c-7ffe83ec7aa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007591 10.0.0.38 - - [2026-03-05 02:29:05] "POST /id-to-fqname HTTP/1.1" 200 183 0.001144 10.0.0.38 - - [2026-03-05 02:29:05] "POST /fqname-to-id HTTP/1.1" 404 192 0.002551 10.0.0.38 - - [2026-03-05 02:29:05] "POST /security-groups HTTP/1.1" 200 584 0.061134 10.0.0.38 - - [2026-03-05 02:29:05] "POST /fqname-to-id HTTP/1.1" 404 227 0.002480 10.0.0.38 - - [2026-03-05 02:29:05] "POST /projects HTTP/1.1" 200 571 0.207420 10.0.0.38 - - [2026-03-05 02:29:05] "POST /access-control-lists HTTP/1.1" 200 589 0.059093 10.0.0.38 - - [2026-03-05 02:29:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.281258 10.0.0.38 - - [2026-03-05 02:29:05] "POST /fqname-to-id HTTP/1.1" 404 226 0.003106 10.0.0.38 - - [2026-03-05 02:29:05] "GET /project/6cdf5839-b1c0-42b3-8d24-06cb045858a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.407297 10.0.0.38 - - [2026-03-05 02:29:05] "POST /access-control-lists HTTP/1.1" 200 587 0.059832 10.0.0.38 - - [2026-03-05 02:29:06] "GET / HTTP/1.1" 200 35931 0.002880 10.0.0.38 - - [2026-03-05 02:29:07] "POST /fqname-to-id HTTP/1.1" 401 292 0.000455 10.0.0.38 - - [2026-03-05 02:29:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.063891 10.0.0.38 - - [2026-03-05 02:29:08] "GET /projects?obj_uuids=6cdf5839-b1c0-42b3-8d24-06cb045858a8&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001013 10.0.0.38 - - [2026-03-05 02:29:08] "GET /project/6cdf5839-b1c0-42b3-8d24-06cb045858a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.023518 10.0.0.38 - - [2026-03-05 02:29:08] "POST /neutron/network HTTP/1.1" 200 117 0.033691 10.0.0.38 - - [2026-03-05 02:29:08] "GET /projects?obj_uuids=6cdf5839-b1c0-42b3-8d24-06cb045858a8&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001291 10.0.0.38 - - [2026-03-05 02:29:08] "POST /neutron/network HTTP/1.1" 200 612 0.058165 10.0.0.38 - - [2026-03-05 02:29:08] "POST /route-targets HTTP/1.1" 200 327 0.010579 10.0.0.38 - - [2026-03-05 02:29:08] "POST /ref-update HTTP/1.1" 200 156 0.011443 10.0.0.38 - - [2026-03-05 02:29:08] "POST /useragent-kv HTTP/1.1" 200 115 0.003636 10.0.0.38 - - [2026-03-05 02:29:08] "POST /neutron/subnet HTTP/1.1" 200 715 0.181337 10.0.0.38 - - [2026-03-05 02:29:08] "POST /neutron/network HTTP/1.1" 200 829 0.005385 10.0.0.38 - - [2026-03-05 02:29:08] "POST /id-to-fqname HTTP/1.1" 200 220 0.001322 10.0.0.38 - - [2026-03-05 02:29:08] "GET /virtual-network/bbb49233-9d9e-4422-8262-b7a9ff26fb95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.004590 10.0.0.38 - - [2026-03-05 02:29:08] "POST /neutron/network HTTP/1.1" 200 829 0.005966 10.0.0.38 - - [2026-03-05 02:29:08] "GET /virtual-network/bbb49233-9d9e-4422-8262-b7a9ff26fb95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.004917 10.0.0.38 - - [2026-03-05 02:29:08] "POST /neutron/network HTTP/1.1" 200 829 0.005047 10.0.0.38 - - [2026-03-05 02:29:08] "POST /neutron/subnet HTTP/1.1" 200 715 0.007111 10.0.0.38 - - [2026-03-05 02:29:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002835 10.0.0.38 - - [2026-03-05 02:29:08] "GET /virtual-network/bbb49233-9d9e-4422-8262-b7a9ff26fb95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006474 10.0.0.38 - - [2026-03-05 02:29:08] "PUT /virtual-network/bbb49233-9d9e-4422-8262-b7a9ff26fb95 HTTP/1.1" 200 264 0.033154 10.0.0.38 - - [2026-03-05 02:29:08] "POST /route-targets HTTP/1.1" 200 323 0.019939 10.0.0.38 - - [2026-03-05 02:29:08] "POST /ref-update HTTP/1.1" 200 156 0.009851 10.0.0.38 - - [2026-03-05 02:29:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003138 10.0.0.38 - - [2026-03-05 02:29:08] "GET /projects?obj_uuids=6cdf5839-b1c0-42b3-8d24-06cb045858a8&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001104 10.0.0.38 - - [2026-03-05 02:29:08] "GET /project/6cdf5839-b1c0-42b3-8d24-06cb045858a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.025870 10.0.0.38 - - [2026-03-05 02:29:08] "POST /neutron/network HTTP/1.1" 200 117 0.009261 10.0.0.38 - - [2026-03-05 02:29:08] "GET /projects?obj_uuids=6cdf5839-b1c0-42b3-8d24-06cb045858a8&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001474 10.0.0.38 - - [2026-03-05 02:29:08] "POST /neutron/network HTTP/1.1" 200 612 0.062269 10.0.0.38 - - [2026-03-05 02:29:08] "POST /route-targets HTTP/1.1" 200 327 0.010642 10.0.0.38 - - [2026-03-05 02:29:08] "POST /ref-update HTTP/1.1" 200 156 0.012790 10.0.0.38 - - [2026-03-05 02:29:09] "POST /useragent-kv HTTP/1.1" 200 115 0.003697 10.0.0.38 - - [2026-03-05 02:29:09] "POST /neutron/subnet HTTP/1.1" 200 734 0.213190 10.0.0.38 - - [2026-03-05 02:29:09] "POST /neutron/network HTTP/1.1" 200 833 0.005068 10.0.0.38 - - [2026-03-05 02:29:09] "POST /id-to-fqname HTTP/1.1" 200 220 0.001990 10.0.0.38 - - [2026-03-05 02:29:09] "GET /virtual-network/d42063ad-b966-414d-8991-1f9a3ec98e9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004853 10.0.0.38 - - [2026-03-05 02:29:09] "POST /neutron/network HTTP/1.1" 200 833 0.006386 10.0.0.38 - - [2026-03-05 02:29:09] "GET /virtual-network/d42063ad-b966-414d-8991-1f9a3ec98e9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005069 10.0.0.38 - - [2026-03-05 02:29:09] "POST /neutron/network HTTP/1.1" 200 833 0.005707 10.0.0.38 - - [2026-03-05 02:29:09] "POST /neutron/subnet HTTP/1.1" 200 734 0.008131 10.0.0.38 - - [2026-03-05 02:29:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003387 10.0.0.38 - - [2026-03-05 02:29:09] "GET /virtual-network/d42063ad-b966-414d-8991-1f9a3ec98e9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006038 10.0.0.38 - - [2026-03-05 02:29:09] "POST /ref-update HTTP/1.1" 200 156 0.013707 10.0.0.38 - - [2026-03-05 02:29:09] "PUT /virtual-network/d42063ad-b966-414d-8991-1f9a3ec98e9f HTTP/1.1" 200 264 0.039116 10.0.0.38 - - [2026-03-05 02:29:09] "POST /id-to-fqname HTTP/1.1" 200 220 0.001858 10.0.0.38 - - [2026-03-05 02:29:09] "POST /neutron/network HTTP/1.1" 200 839 0.005625 10.0.0.38 - - [2026-03-05 02:29:09] "GET /aaa-mode HTTP/1.1" 401 292 0.000548 10.0.0.38 - - [2026-03-05 02:29:10] "GET / HTTP/1.1" 200 35931 0.001629 10.0.0.38 - - [2026-03-05 02:29:10] "GET /project/6cdf5839-b1c0-42b3-8d24-06cb045858a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000466 10.0.0.38 - - [2026-03-05 02:29:10] "GET /projects?obj_uuids=6cdf5839-b1c0-42b3-8d24-06cb045858a8&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001118 10.0.0.38 - - [2026-03-05 02:29:10] "GET /project/6cdf5839-b1c0-42b3-8d24-06cb045858a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.049555 10.0.0.38 - - [2026-03-05 02:29:10] "POST /neutron/network HTTP/1.1" 200 829 0.005205 10.0.0.38 - - [2026-03-05 02:29:10] "POST /neutron/port HTTP/1.1" 200 117 0.004962 10.0.0.38 - - [2026-03-05 02:29:10] "POST /neutron/port HTTP/1.1" 200 117 0.005939 10.0.0.38 - - [2026-03-05 02:29:10] "POST /id-to-fqname HTTP/1.1" 200 220 0.001562 10.0.0.38 - - [2026-03-05 02:29:10] "POST /neutron/port HTTP/1.1" 200 117 0.005284 10.0.0.38 - - [2026-03-05 02:29:10] "POST /neutron/network HTTP/1.1" 200 843 0.007045 10.0.0.38 - - [2026-03-05 02:29:10] "GET /aaa-mode HTTP/1.1" 401 292 0.000426 10.0.0.38 - - [2026-03-05 02:29:11] "POST /neutron/network HTTP/1.1" 200 839 0.005185 10.0.0.38 - - [2026-03-05 02:29:11] "GET /projects?obj_uuids=6cdf5839-b1c0-42b3-8d24-06cb045858a8&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001995 10.0.0.38 - - [2026-03-05 02:29:11] "GET / HTTP/1.1" 200 35931 0.002414 10.0.0.38 - - [2026-03-05 02:29:11] "GET /project/6cdf5839-b1c0-42b3-8d24-06cb045858a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000410 10.0.0.38 - - [2026-03-05 02:29:11] "POST /neutron/port HTTP/1.1" 200 1051 0.218844 10.0.0.38 - - [2026-03-05 02:29:11] "POST /neutron/port HTTP/1.1" 200 1051 0.009495 10.0.0.38 - - [2026-03-05 02:29:11] "POST /neutron/port HTTP/1.1" 200 1051 0.013830 10.0.0.38 - - [2026-03-05 02:29:11] "POST /neutron/port HTTP/1.1" 200 1105 0.058408 10.0.0.38 - - [2026-03-05 02:29:11] "POST /neutron/port HTTP/1.1" 200 1115 0.012920 10.0.0.38 - - [2026-03-05 02:29:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003537 10.0.0.38 - - [2026-03-05 02:29:11] "POST /neutron/subnet HTTP/1.1" 200 689 0.008270 10.0.0.38 - - [2026-03-05 02:29:11] "POST /neutron/port HTTP/1.1" 200 117 0.001409 10.0.0.38 - - [2026-03-05 02:29:11] "POST /neutron/network HTTP/1.1" 200 829 0.005735 10.0.0.38 - - [2026-03-05 02:29:11] "GET /projects?obj_uuids=6cdf5839-b1c0-42b3-8d24-06cb045858a8&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001413 10.0.0.38 - - [2026-03-05 02:29:11] "GET /project/6cdf5839-b1c0-42b3-8d24-06cb045858a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.051779 10.0.0.38 - - [2026-03-05 02:29:11] "POST /neutron/network HTTP/1.1" 200 833 0.005616 10.0.0.38 - - [2026-03-05 02:29:11] "POST /neutron/port HTTP/1.1" 200 1115 0.012488 10.0.0.38 - - [2026-03-05 02:29:11] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006109 10.0.0.38 - - [2026-03-05 02:29:11] "POST /neutron/port HTTP/1.1" 200 117 0.005784 10.0.0.38 - - [2026-03-05 02:29:11] "POST /neutron/port HTTP/1.1" 200 1115 0.013870 10.0.0.38 - - [2026-03-05 02:29:11] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008090 10.0.0.38 - - [2026-03-05 02:29:12] "POST /neutron/network HTTP/1.1" 200 843 0.005969 10.0.0.38 - - [2026-03-05 02:29:12] "GET /projects?obj_uuids=6cdf5839-b1c0-42b3-8d24-06cb045858a8&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001333 10.0.0.38 - - [2026-03-05 02:29:12] "POST /neutron/port HTTP/1.1" 200 1055 0.224206 10.0.0.38 - - [2026-03-05 02:29:12] "POST /neutron/port HTTP/1.1" 200 1055 0.016667 10.0.0.38 - - [2026-03-05 02:29:12] "POST /neutron/port HTTP/1.1" 200 1055 0.017941 10.0.0.38 - - [2026-03-05 02:29:12] "POST /neutron/port HTTP/1.1" 200 1109 0.094399 10.0.0.38 - - [2026-03-05 02:29:12] "POST /neutron/port HTTP/1.1" 200 1119 0.014799 10.0.0.38 - - [2026-03-05 02:29:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003236 10.0.0.38 - - [2026-03-05 02:29:12] "POST /neutron/subnet HTTP/1.1" 200 708 0.007936 10.0.0.38 - - [2026-03-05 02:29:12] "POST /neutron/port HTTP/1.1" 200 117 0.001103 10.0.0.38 - - [2026-03-05 02:29:12] "POST /neutron/network HTTP/1.1" 200 833 0.006285 10.0.0.38 - - [2026-03-05 02:29:16] "POST /neutron/port HTTP/1.1" 200 1115 0.013707 10.0.0.38 - - [2026-03-05 02:29:16] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005615 10.0.0.38 - - [2026-03-05 02:29:16] "POST /neutron/port HTTP/1.1" 200 1115 0.014831 10.0.0.38 - - [2026-03-05 02:29:17] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007574 10.0.0.38 - - [2026-03-05 02:29:17] "POST /neutron/port HTTP/1.1" 200 1115 0.013365 10.0.0.38 - - [2026-03-05 02:29:17] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006531 10.0.0.38 - - [2026-03-05 02:29:17] "GET /virtual-machine/098689d9-4561-4573-8a0e-1a60fc54cf42 HTTP/1.1" 401 292 0.000400 10.0.0.38 - - [2026-03-05 02:29:17] "GET /virtual-machine/098689d9-4561-4573-8a0e-1a60fc54cf42 HTTP/1.1" 200 1283 0.029412 10.0.0.38 - - [2026-03-05 02:29:17] "GET /virtual-machine-interface/36af5379-e8a4-4493-a20f-e86722f49f22 HTTP/1.1" 200 2927 0.005502 10.0.0.38 - - [2026-03-05 02:29:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002882 10.0.0.38 - - [2026-03-05 02:29:17] "GET /global-vrouter-config/fd8e6dc8-92ea-4ed8-9fa3-4af7a9176102?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002939 10.0.0.38 - - [2026-03-05 02:29:17] "GET /virtual-networks?parent_id=6cdf5839-b1c0-42b3-8d24-06cb045858a8&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002527 10.0.0.38 - - [2026-03-05 02:29:17] "GET /virtual-network/bbb49233-9d9e-4422-8262-b7a9ff26fb95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2104 0.005892 10.0.0.38 - - [2026-03-05 02:29:20] "POST /neutron/port HTTP/1.1" 200 1115 0.012893 10.0.0.38 - - [2026-03-05 02:29:20] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005526 10.0.0.38 - - [2026-03-05 02:29:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002901 10.0.0.38 - - [2026-03-05 02:29:20] "GET /virtual-network/bbb49233-9d9e-4422-8262-b7a9ff26fb95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2104 0.004915 10.0.0.38 - - [2026-03-05 02:29:21] "POST /neutron/port HTTP/1.1" 200 1119 0.011855 10.0.0.38 - - [2026-03-05 02:29:22] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006738 10.0.0.38 - - [2026-03-05 02:29:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002846 10.0.0.38 - - [2026-03-05 02:29:22] "GET /global-vrouter-config/fd8e6dc8-92ea-4ed8-9fa3-4af7a9176102?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002859 10.0.0.38 - - [2026-03-05 02:29:22] "GET /virtual-networks?parent_id=6cdf5839-b1c0-42b3-8d24-06cb045858a8&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003090 10.0.0.38 - - [2026-03-05 02:29:22] "GET /virtual-network/bbb49233-9d9e-4422-8262-b7a9ff26fb95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2104 0.005059 10.0.0.38 - - [2026-03-05 02:29:23] "POST /neutron/port HTTP/1.1" 200 1119 0.011714 10.0.0.38 - - [2026-03-05 02:29:23] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006775 10.0.0.38 - - [2026-03-05 02:29:23] "POST /neutron/port HTTP/1.1" 200 1119 0.011280 10.0.0.38 - - [2026-03-05 02:29:23] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007464 10.0.0.38 - - [2026-03-05 02:29:23] "POST /neutron/port HTTP/1.1" 200 1119 0.010644 10.0.0.38 - - [2026-03-05 02:29:23] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005628 10.0.0.38 - - [2026-03-05 02:29:23] "GET /virtual-machine/578a18cb-5e9a-48b7-be69-f5bfebdf7ae6 HTTP/1.1" 200 1285 0.004228 10.0.0.38 - - [2026-03-05 02:29:23] "GET /virtual-machine-interface/2582025b-ab7d-4ae2-8abb-9d04d481ba3d HTTP/1.1" 200 2926 0.004825 10.0.0.38 - - [2026-03-05 02:29:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003082 10.0.0.38 - - [2026-03-05 02:29:23] "GET /global-vrouter-config/fd8e6dc8-92ea-4ed8-9fa3-4af7a9176102?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003993 10.0.0.38 - - [2026-03-05 02:29:23] "GET /virtual-networks?parent_id=6cdf5839-b1c0-42b3-8d24-06cb045858a8&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002725 10.0.0.38 - - [2026-03-05 02:29:23] "GET /virtual-network/d42063ad-b966-414d-8991-1f9a3ec98e9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.006788 10.0.0.38 - - [2026-03-05 02:29:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002609 10.0.0.38 - - [2026-03-05 02:29:24] "GET /global-vrouter-config/fd8e6dc8-92ea-4ed8-9fa3-4af7a9176102?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003118 10.0.0.38 - - [2026-03-05 02:29:24] "GET /virtual-networks?parent_id=6cdf5839-b1c0-42b3-8d24-06cb045858a8&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002610 10.0.0.38 - - [2026-03-05 02:29:24] "GET /virtual-network/d42063ad-b966-414d-8991-1f9a3ec98e9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.004627 10.0.0.38 - - [2026-03-05 02:29:25] "POST /routing-policys HTTP/1.1" 200 534 0.017876 10.0.0.38 - - [2026-03-05 02:29:25] "GET /virtual-network/bbb49233-9d9e-4422-8262-b7a9ff26fb95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2104 0.008822 10.0.0.38 - - [2026-03-05 02:29:25] "POST /ref-update HTTP/1.1" 200 156 0.011538 10.0.0.38 - - [2026-03-05 02:29:25] "PUT /virtual-network/bbb49233-9d9e-4422-8262-b7a9ff26fb95 HTTP/1.1" 200 264 0.034400 10.0.0.38 - - [2026-03-05 02:29:27] "DELETE /project/6cdf5839b1c042b38d2406cb045858a8 HTTP/1.1" 404 173 0.004136 10.0.0.38 - - [2026-03-05 02:29:27] "GET /projects?obj_uuids=11fd180a-3b3f-43c2-8b98-0f4f6817e41e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000976 10.0.0.38 - - [2026-03-05 02:29:27] "GET /project/11fd180a-3b3f-43c2-8b98-0f4f6817e41e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.029229 10.0.0.38 - - [2026-03-05 02:29:27] "GET /projects?obj_uuids=11fd180a-3b3f-43c2-8b98-0f4f6817e41e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000979 10.0.0.38 - - [2026-03-05 02:29:27] "GET /project/11fd180a-3b3f-43c2-8b98-0f4f6817e41e?fields=security_groups HTTP/1.1" 200 1369 0.069796 10.0.0.38 - - [2026-03-05 02:29:27] "DELETE /security-group/e1f7333e-0e76-4313-a52d-e3cc26d38124 HTTP/1.1" 200 115 0.034366 10.0.0.38 - - [2026-03-05 02:29:27] "GET /projects?obj_uuids=11fd180a-3b3f-43c2-8b98-0f4f6817e41e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000925 10.0.0.38 - - [2026-03-05 02:29:27] "DELETE /access-control-list/0067dc31-cc95-4125-a5c3-a0a60f61305d HTTP/1.1" 200 115 0.024994 10.0.0.38 - - [2026-03-05 02:29:27] "GET /project/11fd180a-3b3f-43c2-8b98-0f4f6817e41e?fields=application_policy_sets HTTP/1.1" 200 1408 0.027171 10.0.0.38 - - [2026-03-05 02:29:27] "DELETE /access-control-list/78babd1c-6392-49be-bfa4-7e2fdb8ddf61 HTTP/1.1" 200 115 0.024987 10.0.0.38 - - [2026-03-05 02:29:27] "DELETE /project/11fd180a-3b3f-43c2-8b98-0f4f6817e41e HTTP/1.1" 200 115 0.310605 10.0.0.38 - - [2026-03-05 02:29:28] "POST /ref-update HTTP/1.1" 200 156 0.029493 10.0.0.38 - - [2026-03-05 02:29:28] "POST /ref-update HTTP/1.1" 200 156 0.011128 10.0.0.38 - - [2026-03-05 02:29:28] "DELETE /routing-policy/afec0c8d-2eb4-4cb4-93a9-b44fe37e9fa5 HTTP/1.1" 200 115 0.023719 10.0.0.38 - - [2026-03-05 02:29:29] "POST /neutron/network HTTP/1.1" 200 833 0.007041 10.0.0.38 - - [2026-03-05 02:29:29] "POST /neutron/network HTTP/1.1" 400 204 0.008592 10.0.0.38 - - [2026-03-05 02:29:29] "POST /neutron/port HTTP/1.1" 200 1119 0.017748 10.0.0.38 - - [2026-03-05 02:29:29] "POST /neutron/port HTTP/1.1" 200 1109 0.010743 10.0.0.38 - - [2026-03-05 02:29:29] "POST /neutron/port HTTP/1.1" 200 1115 0.012566 10.0.0.38 - - [2026-03-05 02:29:29] "POST /neutron/port HTTP/1.1" 200 1105 0.009477 10.0.0.38 - - [2026-03-05 02:29:29] "POST /neutron/port HTTP/1.1" 200 151 0.116655 10.0.0.38 - - [2026-03-05 02:29:29] "POST /neutron/port HTTP/1.1" 200 151 0.096700 10.0.0.38 - - [2026-03-05 02:29:31] "POST /neutron/network HTTP/1.1" 200 833 0.005532 10.0.0.38 - - [2026-03-05 02:29:31] "POST /useragent-kv HTTP/1.1" 200 115 0.002943 10.0.0.38 - - [2026-03-05 02:29:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003879 10.0.0.38 - - [2026-03-05 02:29:31] "POST /useragent-kv HTTP/1.1" 200 115 0.003170 10.0.0.38 - - [2026-03-05 02:29:31] "POST /neutron/network HTTP/1.1" 200 151 0.099233 10.0.0.38 - - [2026-03-05 02:29:31] "DELETE /route-target/d23887d7-fb81-4452-9274-71e2be368095 HTTP/1.1" 200 115 0.014404 10.0.0.38 - - [2026-03-05 02:29:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.008024 10.0.0.38 - - [2026-03-05 02:29:31] "POST /neutron/network HTTP/1.1" 200 829 0.007136 10.0.0.38 - - [2026-03-05 02:29:31] "DELETE /route-target/3186986d-1c72-4a51-af4a-78180c78afe0 HTTP/1.1" 409 239 0.004869 10.0.0.38 - - [2026-03-05 02:29:31] "POST /useragent-kv HTTP/1.1" 200 115 0.002221 10.0.0.38 - - [2026-03-05 02:29:31] "POST /useragent-kv HTTP/1.1" 200 115 0.001881 10.0.0.38 - - [2026-03-05 02:29:31] "POST /neutron/network HTTP/1.1" 200 151 0.077572 10.0.0.38 - - [2026-03-05 02:29:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002819 10.0.0.38 - - [2026-03-05 02:29:31] "DELETE /route-target/31c393ec-837e-4e4b-82b2-84dc5db4cddf HTTP/1.1" 200 115 0.012143 10.0.0.38 - - [2026-03-05 02:29:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002728 10.0.0.38 - - [2026-03-05 02:29:31] "DELETE /route-target/3186986d-1c72-4a51-af4a-78180c78afe0 HTTP/1.1" 200 115 0.013517 10.0.0.38 - - [2026-03-05 02:29:31] "GET /projects?obj_uuids=6cdf5839-b1c0-42b3-8d24-06cb045858a8&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001350 10.0.0.38 - - [2026-03-05 02:29:31] "GET /project/6cdf5839-b1c0-42b3-8d24-06cb045858a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.025003 10.0.0.38 - - [2026-03-05 02:29:31] "GET /projects?obj_uuids=6cdf5839-b1c0-42b3-8d24-06cb045858a8&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001060 10.0.0.38 - - [2026-03-05 02:29:31] "GET /project/6cdf5839-b1c0-42b3-8d24-06cb045858a8?fields=virtual_networks HTTP/1.1" 200 1018 0.068847 10.0.0.38 - - [2026-03-05 02:29:31] "GET /projects?obj_uuids=6cdf5839-b1c0-42b3-8d24-06cb045858a8&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000966 10.0.0.38 - - [2026-03-05 02:29:31] "GET /project/6cdf5839-b1c0-42b3-8d24-06cb045858a8?fields=virtual_machine_interfaces HTTP/1.1" 200 1018 0.018899 10.0.0.38 - - [2026-03-05 02:29:31] "GET /projects?obj_uuids=6cdf5839-b1c0-42b3-8d24-06cb045858a8&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001115 10.0.0.38 - - [2026-03-05 02:29:31] "GET /project/6cdf5839-b1c0-42b3-8d24-06cb045858a8?fields=security_groups HTTP/1.1" 200 1237 0.023095 10.0.0.38 - - [2026-03-05 02:29:33] "GET /obj-perms HTTP/1.1" 200 5056 0.102310 10.0.0.38 - - [2026-03-05 02:29:33] "POST /fqname-to-id HTTP/1.1" 404 186 0.042059 10.0.0.38 - - [2026-03-05 02:29:33] "GET /projects?obj_uuids=e6ba51dd-64c3-46de-939e-65b0f4e08966&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002176 10.0.0.38 - - [2026-03-05 02:29:33] "GET /obj-perms HTTP/1.1" 200 5056 0.102021 10.0.0.38 - - [2026-03-05 02:29:33] "GET /domains?obj_uuids=f0f8f0ab-ad00-4bf2-b32c-7ffe83ec7aa0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001339 10.0.0.38 - - [2026-03-05 02:29:33] "GET /domain/f0f8f0ab-ad00-4bf2-b32c-7ffe83ec7aa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008145 10.0.0.38 - - [2026-03-05 02:29:33] "POST /id-to-fqname HTTP/1.1" 200 188 0.002389 10.0.0.38 - - [2026-03-05 02:29:33] "POST /fqname-to-id HTTP/1.1" 404 197 0.001935 10.0.0.38 - - [2026-03-05 02:29:33] "POST /security-groups HTTP/1.1" 200 589 0.063967 10.0.0.38 - - [2026-03-05 02:29:33] "POST /fqname-to-id HTTP/1.1" 404 232 0.002250 10.0.0.38 - - [2026-03-05 02:29:33] "POST /projects HTTP/1.1" 200 581 0.205414 10.0.0.38 - - [2026-03-05 02:29:33] "POST /access-control-lists HTTP/1.1" 200 594 0.056102 10.0.0.38 - - [2026-03-05 02:29:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.285592 10.0.0.38 - - [2026-03-05 02:29:33] "POST /fqname-to-id HTTP/1.1" 404 231 0.002323 10.0.0.38 - - [2026-03-05 02:29:33] "GET /project/e6ba51dd-64c3-46de-939e-65b0f4e08966?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.417860 10.0.0.38 - - [2026-03-05 02:29:33] "POST /access-control-lists HTTP/1.1" 200 592 0.056481 10.0.0.38 - - [2026-03-05 02:29:34] "GET / HTTP/1.1" 200 35931 0.002502 10.0.0.38 - - [2026-03-05 02:29:35] "POST /fqname-to-id HTTP/1.1" 401 292 0.000470 10.0.0.38 - - [2026-03-05 02:29:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.057861 10.0.0.38 - - [2026-03-05 02:29:35] "GET /projects?obj_uuids=e6ba51dd-64c3-46de-939e-65b0f4e08966&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001034 10.0.0.38 - - [2026-03-05 02:29:35] "GET /project/e6ba51dd-64c3-46de-939e-65b0f4e08966?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.020538 10.0.0.38 - - [2026-03-05 02:29:36] "POST /neutron/network HTTP/1.1" 200 117 0.032684 10.0.0.38 - - [2026-03-05 02:29:36] "GET /projects?obj_uuids=e6ba51dd-64c3-46de-939e-65b0f4e08966&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001667 10.0.0.38 - - [2026-03-05 02:29:36] "POST /neutron/network HTTP/1.1" 200 613 0.060724 10.0.0.38 - - [2026-03-05 02:29:36] "POST /route-targets HTTP/1.1" 200 327 0.010665 10.0.0.38 - - [2026-03-05 02:29:36] "POST /ref-update HTTP/1.1" 200 156 0.011123 10.0.0.38 - - [2026-03-05 02:29:36] "POST /useragent-kv HTTP/1.1" 200 115 0.003305 10.0.0.38 - - [2026-03-05 02:29:36] "POST /neutron/subnet HTTP/1.1" 200 720 0.149955 10.0.0.38 - - [2026-03-05 02:29:36] "POST /neutron/network HTTP/1.1" 200 831 0.006080 10.0.0.38 - - [2026-03-05 02:29:36] "POST /id-to-fqname HTTP/1.1" 200 223 0.001173 10.0.0.38 - - [2026-03-05 02:29:36] "GET /virtual-network/beed6ef1-b084-4950-abe7-473e806dbf9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005202 10.0.0.38 - - [2026-03-05 02:29:36] "POST /neutron/network HTTP/1.1" 200 831 0.005683 10.0.0.38 - - [2026-03-05 02:29:36] "GET /virtual-network/beed6ef1-b084-4950-abe7-473e806dbf9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004670 10.0.0.38 - - [2026-03-05 02:29:36] "POST /neutron/network HTTP/1.1" 200 831 0.004867 10.0.0.38 - - [2026-03-05 02:29:36] "POST /neutron/subnet HTTP/1.1" 200 720 0.006306 10.0.0.38 - - [2026-03-05 02:29:36] "GET /domains HTTP/1.1" 401 292 0.000400 10.0.0.38 - - [2026-03-05 02:29:36] "GET /domains HTTP/1.1" 200 280 0.026882 10.0.0.38 - - [2026-03-05 02:29:36] "GET /domains?obj_uuids=f0f8f0ab-ad00-4bf2-b32c-7ffe83ec7aa0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001362 10.0.0.38 - - [2026-03-05 02:29:36] "GET /domain/f0f8f0ab-ad00-4bf2-b32c-7ffe83ec7aa0 HTTP/1.1" 200 2751 0.007590 10.0.0.38 - - [2026-03-05 02:29:36] "GET /projects?obj_uuids=e6ba51dd-64c3-46de-939e-65b0f4e08966&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001020 10.0.0.38 - - [2026-03-05 02:29:36] "GET /project/e6ba51dd-64c3-46de-939e-65b0f4e08966 HTTP/1.1" 200 2081 0.062385 10.0.0.38 - - [2026-03-05 02:29:36] "GET /virtual-network/beed6ef1-b084-4950-abe7-473e806dbf9c HTTP/1.1" 200 2317 0.005549 10.0.0.38 - - [2026-03-05 02:29:36] "GET /virtual-network/beed6ef1-b084-4950-abe7-473e806dbf9c HTTP/1.1" 200 2317 0.004524 10.0.0.38 - - [2026-03-05 02:29:36] "GET /routing-instance/1d833580-2cf3-408f-bd76-3542ea1dd52f HTTP/1.1" 200 1493 0.003313 10.0.0.38 - - [2026-03-05 02:29:36] "GET /routing-instance/1d833580-2cf3-408f-bd76-3542ea1dd52f HTTP/1.1" 200 1493 0.002986 10.0.0.38 - - [2026-03-05 02:29:36] "GET /route-target/30acf3b1-8925-4cd0-9b01-545b64a1d501 HTTP/1.1" 200 1212 0.003392 10.0.0.38 - - [2026-03-05 02:29:36] "GET /virtual-network/beed6ef1-b084-4950-abe7-473e806dbf9c HTTP/1.1" 200 2317 0.004467 10.0.0.38 - - [2026-03-05 02:29:36] "GET /routing-instance/1d833580-2cf3-408f-bd76-3542ea1dd52f HTTP/1.1" 200 1493 0.003305 10.0.0.38 - - [2026-03-05 02:29:36] "GET /virtual-network/beed6ef1-b084-4950-abe7-473e806dbf9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004226 10.0.0.38 - - [2026-03-05 02:29:36] "GET /virtual-network/beed6ef1-b084-4950-abe7-473e806dbf9c HTTP/1.1" 200 2317 0.004202 10.0.0.38 - - [2026-03-05 02:29:36] "GET /routing-instance/1d833580-2cf3-408f-bd76-3542ea1dd52f HTTP/1.1" 200 1493 0.004344 10.0.0.38 - - [2026-03-05 02:29:36] "GET /routing-instance/1d833580-2cf3-408f-bd76-3542ea1dd52f HTTP/1.1" 200 1493 0.003702 10.0.0.38 - - [2026-03-05 02:29:36] "GET /route-target/30acf3b1-8925-4cd0-9b01-545b64a1d501 HTTP/1.1" 200 1212 0.002890 10.0.0.38 - - [2026-03-05 02:29:37] "GET /domains HTTP/1.1" 200 280 0.002787 10.0.0.38 - - [2026-03-05 02:29:37] "GET /domains?obj_uuids=f0f8f0ab-ad00-4bf2-b32c-7ffe83ec7aa0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001057 10.0.0.38 - - [2026-03-05 02:29:37] "GET /domain/f0f8f0ab-ad00-4bf2-b32c-7ffe83ec7aa0 HTTP/1.1" 200 2751 0.006268 10.0.0.38 - - [2026-03-05 02:29:37] "GET /projects?obj_uuids=e6ba51dd-64c3-46de-939e-65b0f4e08966&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000923 10.0.0.38 - - [2026-03-05 02:29:37] "GET /project/e6ba51dd-64c3-46de-939e-65b0f4e08966 HTTP/1.1" 200 2081 0.064180 10.0.0.38 - - [2026-03-05 02:29:37] "GET /virtual-network/beed6ef1-b084-4950-abe7-473e806dbf9c HTTP/1.1" 200 2317 0.004215 10.0.0.38 - - [2026-03-05 02:29:37] "GET /obj-perms HTTP/1.1" 200 5026 0.053899 10.0.0.38 - - [2026-03-05 02:29:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002731 10.0.0.38 - - [2026-03-05 02:29:37] "GET /projects?obj_uuids=e6ba51dd-64c3-46de-939e-65b0f4e08966&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000989 10.0.0.38 - - [2026-03-05 02:29:37] "GET /project/e6ba51dd-64c3-46de-939e-65b0f4e08966?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.035387 10.0.0.38 - - [2026-03-05 02:29:37] "POST /neutron/network HTTP/1.1" 200 117 0.009070 10.0.0.38 - - [2026-03-05 02:29:37] "GET /projects?obj_uuids=e6ba51dd-64c3-46de-939e-65b0f4e08966&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000983 10.0.0.38 - - [2026-03-05 02:29:37] "POST /neutron/network HTTP/1.1" 200 613 0.060616 10.0.0.38 - - [2026-03-05 02:29:37] "POST /route-targets HTTP/1.1" 200 327 0.011275 10.0.0.38 - - [2026-03-05 02:29:37] "POST /ref-update HTTP/1.1" 200 156 0.009396 10.0.0.38 - - [2026-03-05 02:29:37] "POST /useragent-kv HTTP/1.1" 200 115 0.002499 10.0.0.38 - - [2026-03-05 02:29:37] "POST /neutron/subnet HTTP/1.1" 200 725 0.169142 10.0.0.38 - - [2026-03-05 02:29:37] "POST /neutron/network HTTP/1.1" 200 832 0.004543 10.0.0.38 - - [2026-03-05 02:29:37] "POST /id-to-fqname HTTP/1.1" 200 223 0.001106 10.0.0.38 - - [2026-03-05 02:29:37] "GET /virtual-network/75b0d113-ca6f-4e6e-8b2c-23d9c1975950?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004312 10.0.0.38 - - [2026-03-05 02:29:37] "POST /neutron/network HTTP/1.1" 200 832 0.005335 10.0.0.38 - - [2026-03-05 02:29:37] "GET /virtual-network/75b0d113-ca6f-4e6e-8b2c-23d9c1975950?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004520 10.0.0.38 - - [2026-03-05 02:29:37] "POST /neutron/network HTTP/1.1" 200 832 0.005259 10.0.0.38 - - [2026-03-05 02:29:38] "POST /neutron/subnet HTTP/1.1" 200 725 0.006959 10.0.0.38 - - [2026-03-05 02:29:38] "GET /domains HTTP/1.1" 200 280 0.002548 10.0.0.38 - - [2026-03-05 02:29:38] "GET /domains?obj_uuids=f0f8f0ab-ad00-4bf2-b32c-7ffe83ec7aa0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000939 10.0.0.38 - - [2026-03-05 02:29:38] "GET /domain/f0f8f0ab-ad00-4bf2-b32c-7ffe83ec7aa0 HTTP/1.1" 200 2751 0.006071 10.0.0.38 - - [2026-03-05 02:29:38] "GET /projects?obj_uuids=e6ba51dd-64c3-46de-939e-65b0f4e08966&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001251 10.0.0.38 - - [2026-03-05 02:29:38] "GET /project/e6ba51dd-64c3-46de-939e-65b0f4e08966 HTTP/1.1" 200 2299 0.071265 10.0.0.38 - - [2026-03-05 02:29:38] "GET /virtual-network/75b0d113-ca6f-4e6e-8b2c-23d9c1975950 HTTP/1.1" 200 2319 0.007577 10.0.0.38 - - [2026-03-05 02:29:38] "GET /virtual-network/75b0d113-ca6f-4e6e-8b2c-23d9c1975950 HTTP/1.1" 200 2319 0.005841 10.0.0.38 - - [2026-03-05 02:29:38] "GET /routing-instance/6a2cea88-4846-4ff7-961b-3b703cf816a9 HTTP/1.1" 200 1493 0.004415 10.0.0.38 - - [2026-03-05 02:29:38] "GET /routing-instance/6a2cea88-4846-4ff7-961b-3b703cf816a9 HTTP/1.1" 200 1493 0.003492 10.0.0.38 - - [2026-03-05 02:29:38] "GET /route-target/d690ef4d-7fc9-4162-ae1c-f8e2fc92db43 HTTP/1.1" 200 1213 0.002798 10.0.0.38 - - [2026-03-05 02:29:38] "GET /virtual-network/75b0d113-ca6f-4e6e-8b2c-23d9c1975950 HTTP/1.1" 200 2319 0.004171 10.0.0.38 - - [2026-03-05 02:29:38] "GET /routing-instance/6a2cea88-4846-4ff7-961b-3b703cf816a9 HTTP/1.1" 200 1493 0.004600 10.0.0.38 - - [2026-03-05 02:29:38] "GET /virtual-network/75b0d113-ca6f-4e6e-8b2c-23d9c1975950?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006817 10.0.0.38 - - [2026-03-05 02:29:38] "GET /virtual-network/75b0d113-ca6f-4e6e-8b2c-23d9c1975950 HTTP/1.1" 200 2319 0.006250 10.0.0.38 - - [2026-03-05 02:29:38] "GET /routing-instance/6a2cea88-4846-4ff7-961b-3b703cf816a9 HTTP/1.1" 200 1493 0.003893 10.0.0.38 - - [2026-03-05 02:29:38] "GET /routing-instance/6a2cea88-4846-4ff7-961b-3b703cf816a9 HTTP/1.1" 200 1493 0.004010 10.0.0.38 - - [2026-03-05 02:29:38] "GET /route-target/d690ef4d-7fc9-4162-ae1c-f8e2fc92db43 HTTP/1.1" 200 1213 0.003516 10.0.0.38 - - [2026-03-05 02:29:38] "GET /domains HTTP/1.1" 200 280 0.002966 10.0.0.38 - - [2026-03-05 02:29:38] "GET /domains?obj_uuids=f0f8f0ab-ad00-4bf2-b32c-7ffe83ec7aa0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001456 10.0.0.38 - - [2026-03-05 02:29:38] "GET /domain/f0f8f0ab-ad00-4bf2-b32c-7ffe83ec7aa0 HTTP/1.1" 200 2751 0.008815 10.0.0.38 - - [2026-03-05 02:29:38] "GET /projects?obj_uuids=e6ba51dd-64c3-46de-939e-65b0f4e08966&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001381 10.0.0.38 - - [2026-03-05 02:29:38] "GET /project/e6ba51dd-64c3-46de-939e-65b0f4e08966 HTTP/1.1" 200 2299 0.074327 10.0.0.38 - - [2026-03-05 02:29:38] "GET /virtual-network/75b0d113-ca6f-4e6e-8b2c-23d9c1975950 HTTP/1.1" 200 2319 0.004706 10.0.0.38 - - [2026-03-05 02:29:38] "GET /obj-perms HTTP/1.1" 200 5026 0.003010 10.0.0.38 - - [2026-03-05 02:29:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003262 10.0.0.38 - - [2026-03-05 02:29:38] "GET /projects?obj_uuids=e6ba51dd-64c3-46de-939e-65b0f4e08966&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001690 10.0.0.38 - - [2026-03-05 02:29:38] "GET /project/e6ba51dd-64c3-46de-939e-65b0f4e08966?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.029387 10.0.0.38 - - [2026-03-05 02:29:38] "POST /neutron/network HTTP/1.1" 200 117 0.010045 10.0.0.38 - - [2026-03-05 02:29:38] "GET /projects?obj_uuids=e6ba51dd-64c3-46de-939e-65b0f4e08966&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000965 10.0.0.38 - - [2026-03-05 02:29:38] "POST /neutron/network HTTP/1.1" 200 615 0.065176 10.0.0.38 - - [2026-03-05 02:29:38] "POST /ref-update HTTP/1.1" 200 156 0.007899 10.0.0.38 - - [2026-03-05 02:29:38] "POST /useragent-kv HTTP/1.1" 200 115 0.002458 10.0.0.38 - - [2026-03-05 02:29:38] "POST /neutron/subnet HTTP/1.1" 200 725 0.208178 10.0.0.38 - - [2026-03-05 02:29:38] "POST /neutron/network HTTP/1.1" 200 834 0.004643 10.0.0.38 - - [2026-03-05 02:29:38] "POST /id-to-fqname HTTP/1.1" 200 224 0.001217 10.0.0.38 - - [2026-03-05 02:29:38] "GET /virtual-network/b85111c4-897f-4236-9bbc-764472df76a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004747 10.0.0.38 - - [2026-03-05 02:29:38] "POST /neutron/network HTTP/1.1" 200 834 0.004611 10.0.0.38 - - [2026-03-05 02:29:38] "GET /virtual-network/b85111c4-897f-4236-9bbc-764472df76a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005796 10.0.0.38 - - [2026-03-05 02:29:38] "POST /neutron/network HTTP/1.1" 200 834 0.004936 10.0.0.38 - - [2026-03-05 02:29:38] "POST /neutron/subnet HTTP/1.1" 200 725 0.007459 10.0.0.38 - - [2026-03-05 02:29:38] "GET /domains HTTP/1.1" 200 280 0.002082 10.0.0.38 - - [2026-03-05 02:29:38] "GET /domains?obj_uuids=f0f8f0ab-ad00-4bf2-b32c-7ffe83ec7aa0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001263 10.0.0.38 - - [2026-03-05 02:29:38] "GET /domain/f0f8f0ab-ad00-4bf2-b32c-7ffe83ec7aa0 HTTP/1.1" 200 2751 0.006838 10.0.0.38 - - [2026-03-05 02:29:38] "GET /projects?obj_uuids=e6ba51dd-64c3-46de-939e-65b0f4e08966&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000926 10.0.0.38 - - [2026-03-05 02:29:39] "GET /project/e6ba51dd-64c3-46de-939e-65b0f4e08966 HTTP/1.1" 200 2518 0.061420 10.0.0.38 - - [2026-03-05 02:29:39] "GET /virtual-network/b85111c4-897f-4236-9bbc-764472df76a4 HTTP/1.1" 200 2325 0.005301 10.0.0.38 - - [2026-03-05 02:29:39] "GET /virtual-network/b85111c4-897f-4236-9bbc-764472df76a4 HTTP/1.1" 200 2325 0.004924 10.0.0.38 - - [2026-03-05 02:29:39] "GET /routing-instance/ba78199b-39d5-4804-8d52-d9bcd01f3315 HTTP/1.1" 200 1498 0.003487 10.0.0.38 - - [2026-03-05 02:29:39] "GET /routing-instance/ba78199b-39d5-4804-8d52-d9bcd01f3315 HTTP/1.1" 200 1498 0.003364 10.0.0.38 - - [2026-03-05 02:29:39] "GET /route-target/4dac69a3-69b5-4071-bbb9-7d0e651f17ae HTTP/1.1" 200 1214 0.003372 10.0.0.38 - - [2026-03-05 02:29:39] "GET /virtual-network/b85111c4-897f-4236-9bbc-764472df76a4 HTTP/1.1" 200 2325 0.004292 10.0.0.38 - - [2026-03-05 02:29:39] "GET /routing-instance/ba78199b-39d5-4804-8d52-d9bcd01f3315 HTTP/1.1" 200 1498 0.003034 10.0.0.38 - - [2026-03-05 02:29:39] "GET /virtual-network/b85111c4-897f-4236-9bbc-764472df76a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004626 10.0.0.38 - - [2026-03-05 02:29:39] "GET /virtual-network/b85111c4-897f-4236-9bbc-764472df76a4 HTTP/1.1" 200 2325 0.004842 10.0.0.38 - - [2026-03-05 02:29:39] "GET /routing-instance/ba78199b-39d5-4804-8d52-d9bcd01f3315 HTTP/1.1" 200 1498 0.003834 10.0.0.38 - - [2026-03-05 02:29:39] "GET /routing-instance/ba78199b-39d5-4804-8d52-d9bcd01f3315 HTTP/1.1" 200 1498 0.003049 10.0.0.38 - - [2026-03-05 02:29:39] "GET /route-target/4dac69a3-69b5-4071-bbb9-7d0e651f17ae HTTP/1.1" 200 1214 0.002702 10.0.0.38 - - [2026-03-05 02:29:39] "GET /domains HTTP/1.1" 200 280 0.002283 10.0.0.38 - - [2026-03-05 02:29:39] "GET /domains?obj_uuids=f0f8f0ab-ad00-4bf2-b32c-7ffe83ec7aa0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000950 10.0.0.38 - - [2026-03-05 02:29:39] "GET /domain/f0f8f0ab-ad00-4bf2-b32c-7ffe83ec7aa0 HTTP/1.1" 200 2751 0.005703 10.0.0.38 - - [2026-03-05 02:29:39] "GET /projects?obj_uuids=e6ba51dd-64c3-46de-939e-65b0f4e08966&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001281 10.0.0.38 - - [2026-03-05 02:29:39] "GET /project/e6ba51dd-64c3-46de-939e-65b0f4e08966 HTTP/1.1" 200 2518 0.067934 10.0.0.38 - - [2026-03-05 02:29:39] "GET /virtual-network/b85111c4-897f-4236-9bbc-764472df76a4 HTTP/1.1" 200 2325 0.004966 10.0.0.38 - - [2026-03-05 02:29:39] "GET /obj-perms HTTP/1.1" 200 5026 0.003016 10.0.0.38 - - [2026-03-05 02:29:39] "POST /id-to-fqname HTTP/1.1" 200 223 0.001224 10.0.0.38 - - [2026-03-05 02:29:39] "POST /neutron/network HTTP/1.1" 200 842 0.004983 10.0.0.38 - - [2026-03-05 02:29:39] "GET /aaa-mode HTTP/1.1" 401 292 0.000416 10.0.0.38 - - [2026-03-05 02:29:39] "GET / HTTP/1.1" 200 35931 0.001895 10.0.0.38 - - [2026-03-05 02:29:39] "GET /project/e6ba51dd-64c3-46de-939e-65b0f4e08966?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000341 10.0.0.38 - - [2026-03-05 02:29:40] "GET /projects?obj_uuids=e6ba51dd-64c3-46de-939e-65b0f4e08966&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001084 10.0.0.38 - - [2026-03-05 02:29:40] "GET /project/e6ba51dd-64c3-46de-939e-65b0f4e08966?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.048761 10.0.0.38 - - [2026-03-05 02:29:40] "POST /neutron/network HTTP/1.1" 200 832 0.004644 10.0.0.38 - - [2026-03-05 02:29:40] "POST /neutron/port HTTP/1.1" 200 117 0.004303 10.0.0.38 - - [2026-03-05 02:29:40] "POST /neutron/port HTTP/1.1" 200 117 0.004898 10.0.0.38 - - [2026-03-05 02:29:40] "POST /id-to-fqname HTTP/1.1" 200 224 0.001362 10.0.0.38 - - [2026-03-05 02:29:40] "POST /neutron/port HTTP/1.1" 200 117 0.005431 10.0.0.38 - - [2026-03-05 02:29:40] "POST /neutron/network HTTP/1.1" 200 844 0.006493 10.0.0.38 - - [2026-03-05 02:29:40] "GET /aaa-mode HTTP/1.1" 401 292 0.000466 10.0.0.38 - - [2026-03-05 02:29:40] "POST /neutron/network HTTP/1.1" 200 842 0.004928 10.0.0.38 - - [2026-03-05 02:29:40] "GET /projects?obj_uuids=e6ba51dd-64c3-46de-939e-65b0f4e08966&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001421 10.0.0.38 - - [2026-03-05 02:29:40] "GET / HTTP/1.1" 200 35931 0.002677 10.0.0.38 - - [2026-03-05 02:29:40] "GET /project/e6ba51dd-64c3-46de-939e-65b0f4e08966?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000392 10.0.0.38 - - [2026-03-05 02:29:40] "POST /neutron/port HTTP/1.1" 200 1058 0.183076 10.0.0.38 - - [2026-03-05 02:29:40] "POST /neutron/port HTTP/1.1" 200 1058 0.010751 10.0.0.38 - - [2026-03-05 02:29:40] "POST /neutron/port HTTP/1.1" 200 1058 0.012832 10.0.0.38 - - [2026-03-05 02:29:41] "POST /neutron/port HTTP/1.1" 200 1112 0.070802 10.0.0.38 - - [2026-03-05 02:29:41] "POST /neutron/port HTTP/1.1" 200 1122 0.017931 10.0.0.38 - - [2026-03-05 02:29:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003828 10.0.0.38 - - [2026-03-05 02:29:41] "POST /neutron/subnet HTTP/1.1" 200 699 0.006763 10.0.0.38 - - [2026-03-05 02:29:41] "POST /neutron/port HTTP/1.1" 200 117 0.001276 10.0.0.38 - - [2026-03-05 02:29:41] "POST /neutron/network HTTP/1.1" 200 832 0.005509 10.0.0.38 - - [2026-03-05 02:29:41] "GET /projects?obj_uuids=e6ba51dd-64c3-46de-939e-65b0f4e08966&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001111 10.0.0.38 - - [2026-03-05 02:29:41] "GET /project/e6ba51dd-64c3-46de-939e-65b0f4e08966?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.059750 10.0.0.38 - - [2026-03-05 02:29:41] "POST /neutron/network HTTP/1.1" 200 834 0.005692 10.0.0.38 - - [2026-03-05 02:29:41] "POST /neutron/port HTTP/1.1" 200 1122 0.013356 10.0.0.38 - - [2026-03-05 02:29:41] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006257 10.0.0.38 - - [2026-03-05 02:29:41] "POST /neutron/port HTTP/1.1" 200 117 0.005757 10.0.0.38 - - [2026-03-05 02:29:41] "POST /fqname-to-id HTTP/1.1" 404 193 0.002785 10.0.0.38 - - [2026-03-05 02:29:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002500 10.0.0.38 - - [2026-03-05 02:29:41] "GET /domains?obj_uuids=f0f8f0ab-ad00-4bf2-b32c-7ffe83ec7aa0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001128 10.0.0.38 - - [2026-03-05 02:29:41] "GET /domain/f0f8f0ab-ad00-4bf2-b32c-7ffe83ec7aa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.007398 10.0.0.38 - - [2026-03-05 02:29:41] "POST /service-templates HTTP/1.1" 200 543 0.044138 10.0.0.38 - - [2026-03-05 02:29:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002817 10.0.0.38 - - [2026-03-05 02:29:41] "GET /service-template/16c3cf19-8fd9-4d86-85bf-c27dfe3f0de8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1812 0.004221 10.0.0.38 - - [2026-03-05 02:29:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003042 10.0.0.38 - - [2026-03-05 02:29:41] "POST /neutron/network HTTP/1.1" 200 844 0.004895 10.0.0.38 - - [2026-03-05 02:29:41] "GET /service-template/16c3cf19-8fd9-4d86-85bf-c27dfe3f0de8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1812 0.002524 10.0.0.38 - - [2026-03-05 02:29:41] "GET /projects?obj_uuids=e6ba51dd-64c3-46de-939e-65b0f4e08966&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001304 10.0.0.38 - - [2026-03-05 02:29:41] "POST /id-to-fqname HTTP/1.1" 200 223 0.001966 10.0.0.38 - - [2026-03-05 02:29:41] "POST /id-to-fqname HTTP/1.1" 200 223 0.001995 10.0.0.38 - - [2026-03-05 02:29:41] "POST /id-to-fqname HTTP/1.1" 200 224 0.001245 10.0.0.38 - - [2026-03-05 02:29:42] "POST /neutron/port HTTP/1.1" 200 1954 0.021286 10.0.0.38 - - [2026-03-05 02:29:42] "POST /neutron/security_group HTTP/1.1" 200 2056 0.013430 10.0.0.38 - - [2026-03-05 02:29:42] "POST /neutron/port HTTP/1.1" 200 1058 0.378198 10.0.0.38 - - [2026-03-05 02:29:42] "POST /neutron/port HTTP/1.1" 200 1058 0.012108 10.0.0.38 - - [2026-03-05 02:29:42] "POST /neutron/port HTTP/1.1" 200 1058 0.010507 10.0.0.38 - - [2026-03-05 02:29:42] "POST /neutron/port HTTP/1.1" 200 1112 0.064421 10.0.0.38 - - [2026-03-05 02:29:42] "POST /neutron/port HTTP/1.1" 200 1122 0.018397 10.0.0.38 - - [2026-03-05 02:29:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004672 10.0.0.38 - - [2026-03-05 02:29:42] "POST /neutron/subnet HTTP/1.1" 200 699 0.016244 10.0.0.38 - - [2026-03-05 02:29:42] "POST /neutron/port HTTP/1.1" 200 117 0.001772 10.0.0.38 - - [2026-03-05 02:29:42] "POST /neutron/network HTTP/1.1" 200 834 0.005672 10.0.0.38 - - [2026-03-05 02:29:42] "POST /neutron/network HTTP/1.1" 200 2222 0.008953 10.0.0.38 - - [2026-03-05 02:29:42] "GET /aaa-mode HTTP/1.1" 401 292 0.000419 10.0.0.38 - - [2026-03-05 02:29:43] "GET / HTTP/1.1" 200 35931 0.002037 10.0.0.38 - - [2026-03-05 02:29:43] "GET /project/e6ba51dd-64c3-46de-939e-65b0f4e08966?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000443 10.0.0.38 - - [2026-03-05 02:29:43] "GET /projects?obj_uuids=e6ba51dd-64c3-46de-939e-65b0f4e08966&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001300 10.0.0.38 - - [2026-03-05 02:29:43] "GET /project/e6ba51dd-64c3-46de-939e-65b0f4e08966?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.051209 10.0.0.38 - - [2026-03-05 02:29:43] "POST /neutron/network HTTP/1.1" 200 831 0.009776 10.0.0.38 - - [2026-03-05 02:29:43] "POST /neutron/network HTTP/1.1" 200 832 0.006505 10.0.0.38 - - [2026-03-05 02:29:43] "POST /neutron/network HTTP/1.1" 200 834 0.005379 10.0.0.38 - - [2026-03-05 02:29:43] "POST /neutron/port HTTP/1.1" 200 2092 0.022198 10.0.0.38 - - [2026-03-05 02:29:43] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008695 10.0.0.38 - - [2026-03-05 02:29:43] "POST /neutron/port HTTP/1.1" 200 117 0.004550 10.0.0.38 - - [2026-03-05 02:29:43] "POST /neutron/port HTTP/1.1" 200 117 0.005301 10.0.0.38 - - [2026-03-05 02:29:44] "POST /neutron/network HTTP/1.1" 200 2222 0.008764 10.0.0.38 - - [2026-03-05 02:29:44] "GET /projects?obj_uuids=e6ba51dd-64c3-46de-939e-65b0f4e08966&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001020 10.0.0.38 - - [2026-03-05 02:29:44] "POST /neutron/port HTTP/1.1" 200 1057 0.278528 10.0.0.38 - - [2026-03-05 02:29:44] "GET /projects?obj_uuids=e6ba51dd-64c3-46de-939e-65b0f4e08966&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001041 10.0.0.38 - - [2026-03-05 02:29:44] "POST /neutron/port HTTP/1.1" 200 1058 0.188716 10.0.0.38 - - [2026-03-05 02:29:44] "GET /projects?obj_uuids=e6ba51dd-64c3-46de-939e-65b0f4e08966&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001045 10.0.0.38 - - [2026-03-05 02:29:44] "POST /neutron/port HTTP/1.1" 200 1058 0.189985 10.0.0.38 - - [2026-03-05 02:29:44] "POST /neutron/port HTTP/1.1" 200 1057 0.010424 10.0.0.38 - - [2026-03-05 02:29:44] "POST /neutron/port HTTP/1.1" 200 1057 0.008801 10.0.0.38 - - [2026-03-05 02:29:45] "POST /neutron/port HTTP/1.1" 200 1111 0.100142 10.0.0.38 - - [2026-03-05 02:29:45] "POST /neutron/port HTTP/1.1" 200 1058 0.012340 10.0.0.38 - - [2026-03-05 02:29:45] "POST /neutron/port HTTP/1.1" 200 1058 0.009674 10.0.0.38 - - [2026-03-05 02:29:45] "POST /neutron/port HTTP/1.1" 200 1112 0.075954 10.0.0.38 - - [2026-03-05 02:29:45] "POST /neutron/port HTTP/1.1" 200 1058 0.009431 10.0.0.38 - - [2026-03-05 02:29:45] "POST /neutron/port HTTP/1.1" 200 1058 0.011502 10.0.0.38 - - [2026-03-05 02:29:45] "POST /neutron/port HTTP/1.1" 200 1112 0.054043 10.0.0.38 - - [2026-03-05 02:29:45] "POST /neutron/port HTTP/1.1" 200 3060 0.015551 10.0.0.38 - - [2026-03-05 02:29:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002826 10.0.0.38 - - [2026-03-05 02:29:45] "POST /neutron/subnet HTTP/1.1" 200 694 0.007111 10.0.0.38 - - [2026-03-05 02:29:45] "POST /neutron/port HTTP/1.1" 200 117 0.001188 10.0.0.38 - - [2026-03-05 02:29:45] "POST /neutron/network HTTP/1.1" 200 831 0.004743 10.0.0.38 - - [2026-03-05 02:29:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003547 10.0.0.38 - - [2026-03-05 02:29:45] "POST /neutron/subnet HTTP/1.1" 200 699 0.005800 10.0.0.38 - - [2026-03-05 02:29:45] "POST /neutron/port HTTP/1.1" 200 117 0.001126 10.0.0.38 - - [2026-03-05 02:29:45] "POST /neutron/network HTTP/1.1" 200 832 0.005081 10.0.0.38 - - [2026-03-05 02:29:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003095 10.0.0.38 - - [2026-03-05 02:29:45] "POST /neutron/subnet HTTP/1.1" 200 699 0.007247 10.0.0.38 - - [2026-03-05 02:29:45] "POST /neutron/port HTTP/1.1" 200 117 0.001106 10.0.0.38 - - [2026-03-05 02:29:45] "POST /neutron/network HTTP/1.1" 200 834 0.005089 10.0.0.38 - - [2026-03-05 02:29:46] "GET /global-system-configs HTTP/1.1" 401 292 0.000410 10.0.0.38 - - [2026-03-05 02:29:46] "GET /global-system-configs HTTP/1.1" 401 292 0.000356 10.0.0.38 - - [2026-03-05 02:29:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000417 10.0.0.38 - - [2026-03-05 02:29:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000393 10.0.0.38 - - [2026-03-05 02:29:48] "POST /neutron/port HTTP/1.1" 200 3060 0.021472 10.0.0.38 - - [2026-03-05 02:29:48] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005363 10.0.0.38 - - [2026-03-05 02:29:49] "POST /neutron/port HTTP/1.1" 200 3060 0.021195 10.0.0.38 - - [2026-03-05 02:29:49] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007707 10.0.0.38 - - [2026-03-05 02:29:49] "POST /neutron/port HTTP/1.1" 200 3060 0.020374 10.0.0.38 - - [2026-03-05 02:29:49] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005740 10.0.0.38 - - [2026-03-05 02:29:49] "POST /neutron/port HTTP/1.1" 200 3060 0.020173 10.0.0.38 - - [2026-03-05 02:29:49] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006850 10.0.0.38 - - [2026-03-05 02:29:49] "POST /neutron/port HTTP/1.1" 200 3060 0.015808 10.0.0.38 - - [2026-03-05 02:29:49] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005112 10.0.0.38 - - [2026-03-05 02:29:49] "GET /virtual-machine/104ce8a5-c0cd-498f-85bd-d3be5ab3a76a HTTP/1.1" 200 1801 0.004493 10.0.0.38 - - [2026-03-05 02:29:49] "GET /virtual-machine-interface/e6dd8313-b26b-4e3d-9e85-ed559ab7cfca HTTP/1.1" 200 2947 0.004721 10.0.0.38 - - [2026-03-05 02:29:49] "GET /virtual-machine-interface/f3b329d4-f8e2-4a79-96ce-3822edfebd79 HTTP/1.1" 200 2947 0.004619 10.0.0.38 - - [2026-03-05 02:29:49] "GET /virtual-machine-interface/fbe6ae9d-9f57-4516-9bf9-6d3839abda7b HTTP/1.1" 200 2950 0.004466 10.0.0.38 - - [2026-03-05 02:29:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002467 10.0.0.38 - - [2026-03-05 02:29:49] "GET /global-vrouter-config/fd8e6dc8-92ea-4ed8-9fa3-4af7a9176102?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002717 10.0.0.38 - - [2026-03-05 02:29:49] "GET /virtual-networks?parent_id=e6ba51dd-64c3-46de-939e-65b0f4e08966&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003040 10.0.0.38 - - [2026-03-05 02:29:49] "GET /virtual-network/beed6ef1-b084-4950-abe7-473e806dbf9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004816 10.0.0.38 - - [2026-03-05 02:29:50] "POST /neutron/port HTTP/1.1" 200 1122 0.011093 10.0.0.38 - - [2026-03-05 02:29:50] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005137 10.0.0.38 - - [2026-03-05 02:29:51] "POST /neutron/port HTTP/1.1" 200 1122 0.013886 10.0.0.38 - - [2026-03-05 02:29:51] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005011 10.0.0.38 - - [2026-03-05 02:29:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002974 10.0.0.38 - - [2026-03-05 02:29:52] "GET /virtual-network/beed6ef1-b084-4950-abe7-473e806dbf9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005382 10.0.0.38 - - [2026-03-05 02:29:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003048 10.0.0.38 - - [2026-03-05 02:29:56] "GET /virtual-network/beed6ef1-b084-4950-abe7-473e806dbf9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004617 10.0.0.38 - - [2026-03-05 02:30:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002840 10.0.0.38 - - [2026-03-05 02:30:00] "GET /virtual-network/beed6ef1-b084-4950-abe7-473e806dbf9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005199 10.0.0.38 - - [2026-03-05 02:30:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003499 10.0.0.38 - - [2026-03-05 02:30:05] "GET /virtual-network/beed6ef1-b084-4950-abe7-473e806dbf9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.008704 10.0.0.38 - - [2026-03-05 02:30:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003404 10.0.0.38 - - [2026-03-05 02:30:07] "GET /global-vrouter-config/fd8e6dc8-92ea-4ed8-9fa3-4af7a9176102?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003873 10.0.0.38 - - [2026-03-05 02:30:07] "GET /virtual-networks?parent_id=e6ba51dd-64c3-46de-939e-65b0f4e08966&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002709 10.0.0.38 - - [2026-03-05 02:30:07] "GET /virtual-network/beed6ef1-b084-4950-abe7-473e806dbf9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005697 10.0.0.38 - - [2026-03-05 02:30:07] "POST /neutron/port HTTP/1.1" 200 3060 0.017755 10.0.0.38 - - [2026-03-05 02:30:07] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005874 10.0.0.38 - - [2026-03-05 02:30:12] "POST /neutron/port HTTP/1.1" 200 3060 0.023190 10.0.0.38 - - [2026-03-05 02:30:12] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006625 10.0.0.38 - - [2026-03-05 02:30:17] "POST /neutron/port HTTP/1.1" 200 3060 0.017181 10.0.0.38 - - [2026-03-05 02:30:17] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006299 10.0.0.38 - - [2026-03-05 02:30:19] "POST /neutron/port HTTP/1.1" 200 3060 0.020990 10.0.0.38 - - [2026-03-05 02:30:19] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005448 10.0.0.38 - - [2026-03-05 02:30:22] "POST /neutron/port HTTP/1.1" 200 3060 0.018481 10.0.0.38 - - [2026-03-05 02:30:22] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007428 10.0.0.38 - - [2026-03-05 02:30:27] "DELETE /project/e6ba51dd64c346de939e65b0f4e08966 HTTP/1.1" 404 173 0.063144 10.0.0.38 - - [2026-03-05 02:30:27] "GET /projects?obj_uuids=6cdf5839-b1c0-42b3-8d24-06cb045858a8&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001008 10.0.0.38 - - [2026-03-05 02:30:27] "GET /project/6cdf5839-b1c0-42b3-8d24-06cb045858a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.080529 10.0.0.38 - - [2026-03-05 02:30:27] "GET /projects?obj_uuids=6cdf5839-b1c0-42b3-8d24-06cb045858a8&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001447 10.0.0.38 - - [2026-03-05 02:30:28] "GET /project/6cdf5839-b1c0-42b3-8d24-06cb045858a8?fields=security_groups HTTP/1.1" 200 1342 0.073985 10.0.0.38 - - [2026-03-05 02:30:28] "POST /neutron/port HTTP/1.1" 200 3060 0.030083 10.0.0.38 - - [2026-03-05 02:30:28] "POST /neutron/security_group HTTP/1.1" 200 2056 0.017882 10.0.0.38 - - [2026-03-05 02:30:28] "DELETE /security-group/abb3e2ca-b2c0-4c83-8c51-ad9b94e3ef43 HTTP/1.1" 200 115 0.051755 10.0.0.38 - - [2026-03-05 02:30:28] "GET /projects?obj_uuids=6cdf5839-b1c0-42b3-8d24-06cb045858a8&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000974 10.0.0.38 - - [2026-03-05 02:30:28] "GET /project/6cdf5839-b1c0-42b3-8d24-06cb045858a8?fields=application_policy_sets HTTP/1.1" 200 1381 0.032886 10.0.0.38 - - [2026-03-05 02:30:28] "DELETE /access-control-list/723525e8-affa-4cb4-9ab4-24cc92691328 HTTP/1.1" 200 115 0.063116 10.0.0.38 - - [2026-03-05 02:30:28] "DELETE /access-control-list/fbf9089f-30ac-4cb1-ad85-42e61ebf5fbc HTTP/1.1" 200 115 0.023521 10.0.0.38 - - [2026-03-05 02:30:28] "DELETE /project/6cdf5839-b1c0-42b3-8d24-06cb045858a8 HTTP/1.1" 200 115 0.440137 10.0.0.38 - - [2026-03-05 02:30:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002735 10.0.0.38 - - [2026-03-05 02:30:33] "GET /global-vrouter-config/fd8e6dc8-92ea-4ed8-9fa3-4af7a9176102?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002935 10.0.0.38 - - [2026-03-05 02:30:33] "GET /virtual-networks?parent_id=e6ba51dd-64c3-46de-939e-65b0f4e08966&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003609 10.0.0.38 - - [2026-03-05 02:30:33] "GET /virtual-network/75b0d113-ca6f-4e6e-8b2c-23d9c1975950?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005257 10.0.0.38 - - [2026-03-05 02:30:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002854 10.0.0.38 - - [2026-03-05 02:30:33] "GET /global-vrouter-config/fd8e6dc8-92ea-4ed8-9fa3-4af7a9176102?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003491 10.0.0.38 - - [2026-03-05 02:30:33] "GET /virtual-networks?parent_id=e6ba51dd-64c3-46de-939e-65b0f4e08966&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002973 10.0.0.38 - - [2026-03-05 02:30:33] "GET /virtual-network/b85111c4-897f-4236-9bbc-764472df76a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004859 10.0.0.38 - - [2026-03-05 02:30:33] "GET /obj-perms HTTP/1.1" 200 5056 0.050591 10.0.0.38 - - [2026-03-05 02:30:33] "POST /fqname-to-id HTTP/1.1" 404 207 0.003022 10.0.0.38 - - [2026-03-05 02:30:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002847 10.0.0.38 - - [2026-03-05 02:30:33] "GET /projects?obj_uuids=e6ba51dd-64c3-46de-939e-65b0f4e08966&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001536 10.0.0.38 - - [2026-03-05 02:30:33] "GET /project/e6ba51dd-64c3-46de-939e-65b0f4e08966?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.030529 10.0.0.38 - - [2026-03-05 02:30:34] "POST /service-instances HTTP/1.1" 200 543 0.060491 10.0.0.38 - - [2026-03-05 02:30:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003093 10.0.0.38 - - [2026-03-05 02:30:34] "GET /obj-perms HTTP/1.1" 200 5056 0.056820 10.0.0.38 - - [2026-03-05 02:30:34] "GET /service-instance/a376b783-54b4-4901-8ba7-47a7f18cdcfa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2136 0.004719 10.0.0.38 - - [2026-03-05 02:30:34] "POST /port-tuples HTTP/1.1" 200 586 0.019753 10.0.0.38 - - [2026-03-05 02:30:34] "GET /virtual-machine-interface/e6dd8313-b26b-4e3d-9e85-ed559ab7cfca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2726 0.005166 10.0.0.38 - - [2026-03-05 02:30:34] "PUT /virtual-machine-interface/e6dd8313-b26b-4e3d-9e85-ed559ab7cfca HTTP/1.1" 200 284 0.009410 10.0.0.38 - - [2026-03-05 02:30:34] "POST /ref-update HTTP/1.1" 200 156 0.010435 10.0.0.38 - - [2026-03-05 02:30:34] "POST /instance-ips HTTP/1.1" 200 385 0.023970 10.0.0.38 - - [2026-03-05 02:30:34] "POST /ref-update HTTP/1.1" 200 156 0.009940 10.0.0.38 - - [2026-03-05 02:30:34] "GET /virtual-machine-interface/f3b329d4-f8e2-4a79-96ce-3822edfebd79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2726 0.006902 10.0.0.38 - - [2026-03-05 02:30:34] "POST /ref-update HTTP/1.1" 200 156 0.010928 10.0.0.38 - - [2026-03-05 02:30:34] "PUT /virtual-machine-interface/f3b329d4-f8e2-4a79-96ce-3822edfebd79 HTTP/1.1" 200 284 0.015244 10.0.0.38 - - [2026-03-05 02:30:34] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003139 10.0.0.38 - - [2026-03-05 02:30:34] "POST /ref-update HTTP/1.1" 200 156 0.010131 10.0.0.38 - - [2026-03-05 02:30:34] "GET /virtual-machine-interface/fbe6ae9d-9f57-4516-9bf9-6d3839abda7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2729 0.006476 10.0.0.38 - - [2026-03-05 02:30:34] "POST /instance-ips HTTP/1.1" 200 385 0.028330 10.0.0.38 - - [2026-03-05 02:30:34] "PUT /virtual-machine-interface/fbe6ae9d-9f57-4516-9bf9-6d3839abda7b HTTP/1.1" 200 284 0.013373 10.0.0.38 - - [2026-03-05 02:30:34] "POST /ref-update HTTP/1.1" 200 156 0.010945 10.0.0.38 - - [2026-03-05 02:30:34] "POST /ref-update HTTP/1.1" 200 156 0.007757 10.0.0.38 - - [2026-03-05 02:30:34] "POST /ref-update HTTP/1.1" 200 156 0.012705 10.0.0.38 - - [2026-03-05 02:30:34] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002903 10.0.0.38 - - [2026-03-05 02:30:34] "POST /neutron/port HTTP/1.1" 200 1122 0.022520 10.0.0.38 - - [2026-03-05 02:30:34] "POST /instance-ips HTTP/1.1" 200 373 0.025501 10.0.0.38 - - [2026-03-05 02:30:34] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005257 10.0.0.38 - - [2026-03-05 02:30:34] "POST /ref-update HTTP/1.1" 200 156 0.007766 10.0.0.38 - - [2026-03-05 02:30:34] "POST /neutron/port HTTP/1.1" 200 1122 0.011068 10.0.0.38 - - [2026-03-05 02:30:34] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005844 10.0.0.38 - - [2026-03-05 02:30:35] "POST /ref-update HTTP/1.1" 200 156 0.008301 10.0.0.38 - - [2026-03-05 02:30:35] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003188 10.0.0.38 - - [2026-03-05 02:30:35] "POST /neutron/port HTTP/1.1" 200 1122 0.016244 10.0.0.38 - - [2026-03-05 02:30:35] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005915 10.0.0.38 - - [2026-03-05 02:30:35] "GET /virtual-machine/a1df6dca-51c9-4a33-bcdb-586a99592110 HTTP/1.1" 200 1291 0.004624 10.0.0.38 - - [2026-03-05 02:30:35] "GET /virtual-machine-interface/3bd361fd-40f0-436e-a9f9-8e80cccc9214 HTTP/1.1" 200 2946 0.005371 10.0.0.38 - - [2026-03-05 02:30:35] "POST /instance-ips HTTP/1.1" 200 373 0.020354 10.0.0.38 - - [2026-03-05 02:30:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.007381 10.0.0.38 - - [2026-03-05 02:30:35] "GET /global-vrouter-config/fd8e6dc8-92ea-4ed8-9fa3-4af7a9176102?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004398 10.0.0.38 - - [2026-03-05 02:30:35] "POST /ref-update HTTP/1.1" 200 156 0.008605 10.0.0.38 - - [2026-03-05 02:30:35] "GET /virtual-networks?parent_id=e6ba51dd-64c3-46de-939e-65b0f4e08966&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002820 10.0.0.38 - - [2026-03-05 02:30:35] "POST /ref-update HTTP/1.1" 200 156 0.007602 10.0.0.38 - - [2026-03-05 02:30:35] "GET /virtual-network/75b0d113-ca6f-4e6e-8b2c-23d9c1975950?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005477 10.0.0.38 - - [2026-03-05 02:30:35] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003368 10.0.0.38 - - [2026-03-05 02:30:35] "POST /instance-ips HTTP/1.1" 200 375 0.017542 10.0.0.38 - - [2026-03-05 02:30:35] "POST /ref-update HTTP/1.1" 200 156 0.008840 10.0.0.38 - - [2026-03-05 02:30:35] "POST /ref-update HTTP/1.1" 200 156 0.008552 10.0.0.38 - - [2026-03-05 02:30:35] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002726 10.0.0.38 - - [2026-03-05 02:30:35] "POST /instance-ips HTTP/1.1" 200 375 0.019221 10.0.0.38 - - [2026-03-05 02:30:35] "POST /ref-update HTTP/1.1" 200 156 0.008470 10.0.0.38 - - [2026-03-05 02:30:35] "POST /ref-update HTTP/1.1" 200 156 0.008453 10.0.0.38 - - [2026-03-05 02:30:35] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002752 10.0.0.38 - - [2026-03-05 02:30:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002930 10.0.0.38 - - [2026-03-05 02:30:36] "GET /global-vrouter-config/fd8e6dc8-92ea-4ed8-9fa3-4af7a9176102?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003484 10.0.0.38 - - [2026-03-05 02:30:36] "GET /virtual-networks?parent_id=e6ba51dd-64c3-46de-939e-65b0f4e08966&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003513 10.0.0.38 - - [2026-03-05 02:30:36] "GET /virtual-network/75b0d113-ca6f-4e6e-8b2c-23d9c1975950?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005321 10.0.0.38 - - [2026-03-05 02:30:36] "POST /neutron/port HTTP/1.1" 200 1122 0.013654 10.0.0.38 - - [2026-03-05 02:30:36] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006370 10.0.0.38 - - [2026-03-05 02:30:36] "POST /neutron/port HTTP/1.1" 200 1122 0.011141 10.0.0.38 - - [2026-03-05 02:30:36] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006052 10.0.0.38 - - [2026-03-05 02:30:36] "POST /neutron/port HTTP/1.1" 200 1122 0.010602 10.0.0.38 - - [2026-03-05 02:30:36] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005552 10.0.0.38 - - [2026-03-05 02:30:36] "GET /virtual-machine/5c492be2-afe8-4356-ab98-d09dfefc498f HTTP/1.1" 200 1290 0.003989 10.0.0.38 - - [2026-03-05 02:30:36] "GET /virtual-machine-interface/a9e5b7e2-1c78-4e1b-9021-b66475340dba HTTP/1.1" 200 2950 0.004750 10.0.0.38 - - [2026-03-05 02:30:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003109 10.0.0.38 - - [2026-03-05 02:30:36] "GET /global-vrouter-config/fd8e6dc8-92ea-4ed8-9fa3-4af7a9176102?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002776 10.0.0.38 - - [2026-03-05 02:30:36] "GET /virtual-networks?parent_id=e6ba51dd-64c3-46de-939e-65b0f4e08966&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002734 10.0.0.38 - - [2026-03-05 02:30:37] "GET /virtual-network/b85111c4-897f-4236-9bbc-764472df76a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006660 10.0.0.38 - - [2026-03-05 02:30:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002952 10.0.0.38 - - [2026-03-05 02:30:38] "GET /global-vrouter-config/fd8e6dc8-92ea-4ed8-9fa3-4af7a9176102?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003477 10.0.0.38 - - [2026-03-05 02:30:38] "GET /virtual-networks?parent_id=e6ba51dd-64c3-46de-939e-65b0f4e08966&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003369 10.0.0.38 - - [2026-03-05 02:30:38] "GET /virtual-network/b85111c4-897f-4236-9bbc-764472df76a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005241 10.0.0.38 - - [2026-03-05 02:30:38] "POST /fqname-to-id HTTP/1.1" 404 211 0.002960 10.0.0.38 - - [2026-03-05 02:30:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002321 10.0.0.38 - - [2026-03-05 02:30:38] "GET /projects?obj_uuids=e6ba51dd-64c3-46de-939e-65b0f4e08966&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001061 10.0.0.38 - - [2026-03-05 02:30:38] "GET /project/e6ba51dd-64c3-46de-939e-65b0f4e08966?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.023337 10.0.0.38 - - [2026-03-05 02:30:38] "POST /network-policys HTTP/1.1" 200 547 0.016357 10.0.0.38 - - [2026-03-05 02:30:38] "GET /network-policy/ace03af5-cb2f-4e9a-b37d-13c3a24084f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.004280 10.0.0.38 - - [2026-03-05 02:30:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003110 10.0.0.38 - - [2026-03-05 02:30:38] "GET /virtual-network/75b0d113-ca6f-4e6e-8b2c-23d9c1975950?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005278 10.0.0.38 - - [2026-03-05 02:30:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002633 10.0.0.38 - - [2026-03-05 02:30:38] "GET /network-policy/ace03af5-cb2f-4e9a-b37d-13c3a24084f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.003868 10.0.0.38 - - [2026-03-05 02:30:38] "POST /fqname-to-id HTTP/1.1" 404 242 0.002043 10.0.0.38 - - [2026-03-05 02:30:38] "POST /ref-update HTTP/1.1" 200 156 0.030144 10.0.0.38 - - [2026-03-05 02:30:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002730 10.0.0.38 - - [2026-03-05 02:30:38] "POST /access-control-lists HTTP/1.1" 200 601 0.061233 10.0.0.38 - - [2026-03-05 02:30:38] "GET /network-policy/ace03af5-cb2f-4e9a-b37d-13c3a24084f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.003217 10.0.0.38 - - [2026-03-05 02:30:39] "POST /neutron/network HTTP/1.1" 200 920 0.006411 10.0.0.38 - - [2026-03-05 02:30:39] "GET /virtual-network/75b0d113-ca6f-4e6e-8b2c-23d9c1975950?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.004893 10.0.0.38 - - [2026-03-05 02:30:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002497 10.0.0.38 - - [2026-03-05 02:30:39] "GET /network-policy/ace03af5-cb2f-4e9a-b37d-13c3a24084f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.003502 10.0.0.38 - - [2026-03-05 02:30:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002662 10.0.0.38 - - [2026-03-05 02:30:39] "GET /virtual-network/b85111c4-897f-4236-9bbc-764472df76a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004997 10.0.0.38 - - [2026-03-05 02:30:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002654 10.0.0.38 - - [2026-03-05 02:30:39] "GET /network-policy/ace03af5-cb2f-4e9a-b37d-13c3a24084f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.003310 10.0.0.38 - - [2026-03-05 02:30:39] "POST /ref-update HTTP/1.1" 200 156 0.032431 10.0.0.38 - - [2026-03-05 02:30:39] "PUT /access-control-list/07b674fc-333b-4483-aa30-b73d0d309721 HTTP/1.1" 200 272 0.014549 10.0.0.38 - - [2026-03-05 02:30:39] "POST /fqname-to-id HTTP/1.1" 404 244 0.002802 10.0.0.38 - - [2026-03-05 02:30:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002984 10.0.0.38 - - [2026-03-05 02:30:39] "GET /network-policy/ace03af5-cb2f-4e9a-b37d-13c3a24084f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.020438 10.0.0.38 - - [2026-03-05 02:30:39] "POST /access-control-lists HTTP/1.1" 200 604 0.057553 10.0.0.38 - - [2026-03-05 02:30:39] "POST /neutron/network HTTP/1.1" 200 922 0.006910 10.0.0.38 - - [2026-03-05 02:30:39] "POST /routing-instances HTTP/1.1" 200 759 0.017991 10.0.0.38 - - [2026-03-05 02:30:39] "GET /virtual-network/b85111c4-897f-4236-9bbc-764472df76a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.007331 10.0.0.38 - - [2026-03-05 02:30:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003155 10.0.0.38 - - [2026-03-05 02:30:39] "POST /route-targets HTTP/1.1" 200 327 0.009955 10.0.0.38 - - [2026-03-05 02:30:39] "GET /network-policy/ace03af5-cb2f-4e9a-b37d-13c3a24084f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.003245 10.0.0.38 - - [2026-03-05 02:30:39] "POST /ref-update HTTP/1.1" 200 156 0.008975 10.0.0.38 - - [2026-03-05 02:30:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002987 10.0.0.38 - - [2026-03-05 02:30:39] "GET /routing-instance/9420d5db-6070-46e2-a4e3-320b7e4f94c9?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1278 0.003368 10.0.0.38 - - [2026-03-05 02:30:39] "GET /service-template/16c3cf19-8fd9-4d86-85bf-c27dfe3f0de8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1812 0.003299 10.0.0.38 - - [2026-03-05 02:30:39] "GET /routing-instance/9420d5db-6070-46e2-a4e3-320b7e4f94c9?fields=routing_policy_back_refs HTTP/1.1" 200 1278 0.003254 10.0.0.38 - - [2026-03-05 02:30:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002744 10.0.0.38 - - [2026-03-05 02:30:39] "POST /ref-update HTTP/1.1" 200 156 0.008332 10.0.0.38 - - [2026-03-05 02:30:39] "GET /projects?obj_uuids=e6ba51dd-64c3-46de-939e-65b0f4e08966&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001502 10.0.0.38 - - [2026-03-05 02:30:39] "GET /project/e6ba51dd-64c3-46de-939e-65b0f4e08966?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.031734 10.0.0.38 - - [2026-03-05 02:30:39] "POST /routing-instances HTTP/1.1" 200 760 0.030826 10.0.0.38 - - [2026-03-05 02:30:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002615 10.0.0.38 - - [2026-03-05 02:30:40] "POST /route-targets HTTP/1.1" 200 327 0.009401 10.0.0.38 - - [2026-03-05 02:30:40] "GET /service-instance/a376b783-54b4-4901-8ba7-47a7f18cdcfa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3530 0.006328 10.0.0.38 - - [2026-03-05 02:30:40] "POST /ref-update HTTP/1.1" 200 156 0.010074 10.0.0.38 - - [2026-03-05 02:30:40] "GET /domains HTTP/1.1" 200 280 0.002432 10.0.0.38 - - [2026-03-05 02:30:40] "GET /domains?obj_uuids=f0f8f0ab-ad00-4bf2-b32c-7ffe83ec7aa0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001019 10.0.0.38 - - [2026-03-05 02:30:40] "GET /domain/f0f8f0ab-ad00-4bf2-b32c-7ffe83ec7aa0 HTTP/1.1" 200 2772 0.007584 10.0.0.38 - - [2026-03-05 02:30:40] "GET /projects?obj_uuids=e6ba51dd-64c3-46de-939e-65b0f4e08966&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000938 10.0.0.38 - - [2026-03-05 02:30:40] "GET /routing-instance/c8de5c20-385a-417b-a071-30eee987969d?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1279 0.003299 10.0.0.38 - - [2026-03-05 02:30:40] "GET /routing-instance/c8de5c20-385a-417b-a071-30eee987969d?fields=routing_policy_back_refs HTTP/1.1" 200 1279 0.003315 10.0.0.38 - - [2026-03-05 02:30:40] "GET /project/e6ba51dd-64c3-46de-939e-65b0f4e08966 HTTP/1.1" 200 4234 0.070275 10.0.0.38 - - [2026-03-05 02:30:40] "GET /service-instance/a376b783-54b4-4901-8ba7-47a7f18cdcfa HTTP/1.1" 200 3784 0.004979 10.0.0.38 - - [2026-03-05 02:30:40] "GET /domains HTTP/1.1" 200 280 0.002359 10.0.0.38 - - [2026-03-05 02:30:40] "GET /domains?obj_uuids=f0f8f0ab-ad00-4bf2-b32c-7ffe83ec7aa0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000964 10.0.0.38 - - [2026-03-05 02:30:40] "GET /domain/f0f8f0ab-ad00-4bf2-b32c-7ffe83ec7aa0 HTTP/1.1" 200 2772 0.006347 10.0.0.38 - - [2026-03-05 02:30:40] "GET /projects?obj_uuids=e6ba51dd-64c3-46de-939e-65b0f4e08966&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000872 10.0.0.38 - - [2026-03-05 02:30:40] "PUT /routing-instance/9420d5db-6070-46e2-a4e3-320b7e4f94c9 HTTP/1.1" 200 266 0.010197 10.0.0.38 - - [2026-03-05 02:30:40] "GET /project/e6ba51dd-64c3-46de-939e-65b0f4e08966 HTTP/1.1" 200 4234 0.065669 10.0.0.38 - - [2026-03-05 02:30:40] "GET /service-instance/a376b783-54b4-4901-8ba7-47a7f18cdcfa HTTP/1.1" 200 3784 0.004959 10.0.0.38 - - [2026-03-05 02:30:40] "PUT /routing-instance/c8de5c20-385a-417b-a071-30eee987969d HTTP/1.1" 200 266 0.022339 10.0.0.38 - - [2026-03-05 02:30:40] "GET /port-tuple/5ce32fe0-da21-4828-9d75-a710733a3771 HTTP/1.1" 200 1979 0.005639 10.0.0.38 - - [2026-03-05 02:30:40] "GET /virtual-machine-interface/e6dd8313-b26b-4e3d-9e85-ed559ab7cfca HTTP/1.1" 200 3817 0.005327 10.0.0.38 - - [2026-03-05 02:30:40] "GET /virtual-machine-interface/f3b329d4-f8e2-4a79-96ce-3822edfebd79 HTTP/1.1" 200 3799 0.005240 10.0.0.38 - - [2026-03-05 02:30:40] "GET /virtual-machine-interface/fbe6ae9d-9f57-4516-9bf9-6d3839abda7b HTTP/1.1" 200 3805 0.005182 10.0.0.38 - - [2026-03-05 02:30:40] "POST /ref-update HTTP/1.1" 200 156 0.009375 10.0.0.38 - - [2026-03-05 02:30:40] "POST /neutron/port HTTP/1.1" 200 3831 0.036273 10.0.0.38 - - [2026-03-05 02:30:40] "PUT /access-control-list/d840fc3d-4630-4fb1-bddf-6b1a3257b520 HTTP/1.1" 200 272 0.009320 10.0.0.38 - - [2026-03-05 02:30:40] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007005 10.0.0.38 - - [2026-03-05 02:30:40] "POST /neutron/port HTTP/1.1" 200 3831 0.032253 10.0.0.38 - - [2026-03-05 02:30:40] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006747 10.0.0.38 - - [2026-03-05 02:30:40] "POST /neutron/port HTTP/1.1" 200 3831 0.028019 10.0.0.38 - - [2026-03-05 02:30:40] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006085 10.0.0.38 - - [2026-03-05 02:30:40] "POST /neutron/port HTTP/1.1" 200 3831 0.027597 10.0.0.38 - - [2026-03-05 02:30:40] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005788 10.0.0.38 - - [2026-03-05 02:30:40] "POST /neutron/network HTTP/1.1" 200 894 0.010199 10.0.0.38 - - [2026-03-05 02:30:40] "POST /neutron/network HTTP/1.1" 200 920 0.005626 10.0.0.38 - - [2026-03-05 02:30:40] "POST /neutron/network HTTP/1.1" 200 805 0.011304 10.0.0.38 - - [2026-03-05 02:30:40] "POST /neutron/network HTTP/1.1" 200 831 0.005076 10.0.0.38 - - [2026-03-05 02:30:40] "POST /neutron/network HTTP/1.1" 200 896 0.010143 10.0.0.38 - - [2026-03-05 02:30:40] "POST /neutron/network HTTP/1.1" 200 922 0.005112 10.0.0.38 - - [2026-03-05 02:30:40] "POST /id-to-fqname HTTP/1.1" 200 223 0.001158 10.0.0.38 - - [2026-03-05 02:30:40] "POST /id-to-fqname HTTP/1.1" 200 223 0.000998 10.0.0.38 - - [2026-03-05 02:30:40] "POST /id-to-fqname HTTP/1.1" 200 224 0.001300 10.0.0.38 - - [2026-03-05 02:30:40] "GET /virtual-machine/104ce8a5-c0cd-498f-85bd-d3be5ab3a76a HTTP/1.1" 200 1801 0.003520 10.0.0.38 - - [2026-03-05 02:30:40] "GET /virtual-machine-interface/e6dd8313-b26b-4e3d-9e85-ed559ab7cfca HTTP/1.1" 200 3817 0.005228 10.0.0.38 - - [2026-03-05 02:30:40] "GET /virtual-machine-interface/f3b329d4-f8e2-4a79-96ce-3822edfebd79 HTTP/1.1" 200 3799 0.004946 10.0.0.38 - - [2026-03-05 02:30:40] "GET /virtual-machine-interface/fbe6ae9d-9f57-4516-9bf9-6d3839abda7b HTTP/1.1" 200 3805 0.004663 10.0.0.38 - - [2026-03-05 02:30:40] "GET /instance-ip/48682137-54c4-455a-b017-284c5a4130dc HTTP/1.1" 200 1980 0.003397 10.0.0.38 - - [2026-03-05 02:30:40] "GET /instance-ip/96375dfa-6230-4bed-8204-bf186a259398 HTTP/1.1" 200 1978 0.003575 10.0.0.38 - - [2026-03-05 02:30:40] "GET /instance-ip/fb109dfb-4ce0-4dfc-a0b4-fd83838fa185 HTTP/1.1" 200 1621 0.004247 10.0.0.38 - - [2026-03-05 02:30:40] "GET /instance-ip/6a68f5d2-d7aa-4b4e-9697-5f8712b26c99 HTTP/1.1" 200 1954 0.003583 10.0.0.38 - - [2026-03-05 02:30:41] "GET /instance-ip/7bb8e6fd-0f62-41d4-b81a-ed97bdb242ec HTTP/1.1" 200 1621 0.004617 10.0.0.38 - - [2026-03-05 02:30:41] "GET /instance-ip/ecd201c4-eb15-4115-9f9b-dc7b6aa51212 HTTP/1.1" 200 1957 0.003556 10.0.0.38 - - [2026-03-05 02:30:41] "GET /instance-ip/843c13d6-1d8f-43e7-a8ca-8084fe839079 HTTP/1.1" 200 1958 0.003052 10.0.0.38 - - [2026-03-05 02:30:41] "GET /instance-ip/8d1e723f-567a-41a4-b77d-924346eb8935 HTTP/1.1" 200 1961 0.004150 10.0.0.38 - - [2026-03-05 02:30:41] "GET /instance-ip/dffef9b3-0673-4176-87e0-f879c6224ec0 HTTP/1.1" 200 1622 0.004757 10.0.0.38 - - [2026-03-05 02:30:41] "POST /neutron/port HTTP/1.1" 200 3831 0.025921 10.0.0.38 - - [2026-03-05 02:30:41] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005604 10.0.0.38 - - [2026-03-05 02:30:41] "POST /neutron/port HTTP/1.1" 200 3831 0.030443 10.0.0.38 - - [2026-03-05 02:30:41] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005855 10.0.0.38 - - [2026-03-05 02:30:41] "POST /neutron/port HTTP/1.1" 200 3831 0.028764 10.0.0.38 - - [2026-03-05 02:30:41] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005752 10.0.0.38 - - [2026-03-05 02:30:41] "POST /neutron/port HTTP/1.1" 200 3831 0.034256 10.0.0.38 - - [2026-03-05 02:30:41] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006916 10.0.0.38 - - [2026-03-05 02:30:41] "GET /virtual-machine/104ce8a5-c0cd-498f-85bd-d3be5ab3a76a HTTP/1.1" 200 1801 0.003217 10.0.0.38 - - [2026-03-05 02:30:41] "GET /virtual-machine-interface/e6dd8313-b26b-4e3d-9e85-ed559ab7cfca HTTP/1.1" 200 3817 0.005295 10.0.0.38 - - [2026-03-05 02:30:41] "GET /virtual-machine-interface/f3b329d4-f8e2-4a79-96ce-3822edfebd79 HTTP/1.1" 200 3799 0.006011 10.0.0.38 - - [2026-03-05 02:30:41] "GET /virtual-machine-interface/fbe6ae9d-9f57-4516-9bf9-6d3839abda7b HTTP/1.1" 200 3805 0.004668 10.0.0.38 - - [2026-03-05 02:30:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002936 10.0.0.38 - - [2026-03-05 02:30:41] "GET /global-vrouter-config/fd8e6dc8-92ea-4ed8-9fa3-4af7a9176102?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003246 10.0.0.38 - - [2026-03-05 02:30:41] "GET /virtual-networks?parent_id=e6ba51dd-64c3-46de-939e-65b0f4e08966&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003041 10.0.0.38 - - [2026-03-05 02:30:41] "GET /virtual-network/75b0d113-ca6f-4e6e-8b2c-23d9c1975950?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.007699 10.0.0.38 - - [2026-03-05 02:30:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003087 10.0.0.38 - - [2026-03-05 02:30:42] "GET /global-vrouter-config/fd8e6dc8-92ea-4ed8-9fa3-4af7a9176102?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003466 10.0.0.38 - - [2026-03-05 02:30:42] "GET /virtual-networks?parent_id=e6ba51dd-64c3-46de-939e-65b0f4e08966&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002817 10.0.0.38 - - [2026-03-05 02:30:42] "GET /virtual-network/75b0d113-ca6f-4e6e-8b2c-23d9c1975950?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.005205 10.0.0.38 - - [2026-03-05 02:30:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002766 10.0.0.38 - - [2026-03-05 02:30:42] "GET /global-vrouter-config/fd8e6dc8-92ea-4ed8-9fa3-4af7a9176102?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003077 10.0.0.38 - - [2026-03-05 02:30:42] "GET /virtual-networks?parent_id=e6ba51dd-64c3-46de-939e-65b0f4e08966&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002707 10.0.0.38 - - [2026-03-05 02:30:43] "GET /virtual-network/75b0d113-ca6f-4e6e-8b2c-23d9c1975950?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.004945 10.0.0.38 - - [2026-03-05 02:30:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002995 10.0.0.38 - - [2026-03-05 02:30:43] "GET /global-vrouter-config/fd8e6dc8-92ea-4ed8-9fa3-4af7a9176102?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004184 10.0.0.38 - - [2026-03-05 02:30:43] "GET /virtual-networks?parent_id=e6ba51dd-64c3-46de-939e-65b0f4e08966&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003233 10.0.0.38 - - [2026-03-05 02:30:43] "GET /virtual-network/75b0d113-ca6f-4e6e-8b2c-23d9c1975950?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.005649 10.0.0.38 - - [2026-03-05 02:30:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003134 10.0.0.38 - - [2026-03-05 02:30:43] "GET /global-vrouter-config/fd8e6dc8-92ea-4ed8-9fa3-4af7a9176102?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003394 10.0.0.38 - - [2026-03-05 02:30:43] "GET /virtual-networks?parent_id=e6ba51dd-64c3-46de-939e-65b0f4e08966&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002879 10.0.0.38 - - [2026-03-05 02:30:43] "GET /virtual-network/75b0d113-ca6f-4e6e-8b2c-23d9c1975950?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.005848 10.0.0.38 - - [2026-03-05 02:30:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002549 10.0.0.38 - - [2026-03-05 02:30:43] "GET /global-vrouter-config/fd8e6dc8-92ea-4ed8-9fa3-4af7a9176102?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003160 10.0.0.38 - - [2026-03-05 02:30:43] "GET /virtual-networks?parent_id=e6ba51dd-64c3-46de-939e-65b0f4e08966&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002909 10.0.0.38 - - [2026-03-05 02:30:43] "GET /virtual-network/beed6ef1-b084-4950-abe7-473e806dbf9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006415 10.0.0.38 - - [2026-03-05 02:30:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002694 10.0.0.38 - - [2026-03-05 02:30:43] "GET /global-vrouter-config/fd8e6dc8-92ea-4ed8-9fa3-4af7a9176102?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003411 10.0.0.38 - - [2026-03-05 02:30:43] "GET /virtual-networks?parent_id=e6ba51dd-64c3-46de-939e-65b0f4e08966&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002954 10.0.0.38 - - [2026-03-05 02:30:43] "GET /virtual-network/beed6ef1-b084-4950-abe7-473e806dbf9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005293 10.0.0.38 - - [2026-03-05 02:30:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002496 10.0.0.38 - - [2026-03-05 02:30:43] "GET /global-vrouter-config/fd8e6dc8-92ea-4ed8-9fa3-4af7a9176102?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003516 10.0.0.38 - - [2026-03-05 02:30:44] "GET /virtual-networks?parent_id=e6ba51dd-64c3-46de-939e-65b0f4e08966&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003018 10.0.0.38 - - [2026-03-05 02:30:44] "GET /virtual-network/beed6ef1-b084-4950-abe7-473e806dbf9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004676 10.0.0.38 - - [2026-03-05 02:30:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002817 10.0.0.38 - - [2026-03-05 02:30:44] "GET /global-vrouter-config/fd8e6dc8-92ea-4ed8-9fa3-4af7a9176102?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003271 10.0.0.38 - - [2026-03-05 02:30:44] "GET /virtual-networks?parent_id=e6ba51dd-64c3-46de-939e-65b0f4e08966&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002788 10.0.0.38 - - [2026-03-05 02:30:44] "GET /virtual-network/beed6ef1-b084-4950-abe7-473e806dbf9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006579 10.0.0.38 - - [2026-03-05 02:30:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002685 10.0.0.38 - - [2026-03-05 02:30:44] "GET /global-vrouter-config/fd8e6dc8-92ea-4ed8-9fa3-4af7a9176102?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003341 10.0.0.38 - - [2026-03-05 02:30:44] "GET /virtual-networks?parent_id=e6ba51dd-64c3-46de-939e-65b0f4e08966&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003042 10.0.0.38 - - [2026-03-05 02:30:44] "GET /virtual-network/b85111c4-897f-4236-9bbc-764472df76a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.005496 10.0.0.38 - - [2026-03-05 02:30:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002503 10.0.0.38 - - [2026-03-05 02:30:44] "GET /global-vrouter-config/fd8e6dc8-92ea-4ed8-9fa3-4af7a9176102?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003248 10.0.0.38 - - [2026-03-05 02:30:44] "GET /virtual-networks?parent_id=e6ba51dd-64c3-46de-939e-65b0f4e08966&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003000 10.0.0.38 - - [2026-03-05 02:30:44] "GET /virtual-network/b85111c4-897f-4236-9bbc-764472df76a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.004826 10.0.0.38 - - [2026-03-05 02:30:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002681 10.0.0.38 - - [2026-03-05 02:30:44] "GET /global-vrouter-config/fd8e6dc8-92ea-4ed8-9fa3-4af7a9176102?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003259 10.0.0.38 - - [2026-03-05 02:30:44] "GET /virtual-networks?parent_id=e6ba51dd-64c3-46de-939e-65b0f4e08966&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002842 10.0.0.38 - - [2026-03-05 02:30:44] "GET /virtual-network/b85111c4-897f-4236-9bbc-764472df76a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.004710 10.0.0.38 - - [2026-03-05 02:30:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003379 10.0.0.38 - - [2026-03-05 02:30:45] "GET /global-vrouter-config/fd8e6dc8-92ea-4ed8-9fa3-4af7a9176102?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003403 10.0.0.38 - - [2026-03-05 02:30:45] "GET /virtual-networks?parent_id=e6ba51dd-64c3-46de-939e-65b0f4e08966&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002869 10.0.0.38 - - [2026-03-05 02:30:45] "GET /virtual-network/b85111c4-897f-4236-9bbc-764472df76a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.004821 10.0.0.38 - - [2026-03-05 02:30:45] "GET /virtual-machine/104ce8a5-c0cd-498f-85bd-d3be5ab3a76a HTTP/1.1" 200 1801 0.003424 10.0.0.38 - - [2026-03-05 02:30:45] "GET /domains HTTP/1.1" 200 280 0.002384 10.0.0.38 - - [2026-03-05 02:30:45] "GET /domains?obj_uuids=f0f8f0ab-ad00-4bf2-b32c-7ffe83ec7aa0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001498 10.0.0.38 - - [2026-03-05 02:30:45] "GET /domain/f0f8f0ab-ad00-4bf2-b32c-7ffe83ec7aa0 HTTP/1.1" 200 2772 0.006974 10.0.0.38 - - [2026-03-05 02:30:45] "GET /projects?obj_uuids=e6ba51dd-64c3-46de-939e-65b0f4e08966&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000921 10.0.0.38 - - [2026-03-05 02:30:45] "GET /project/e6ba51dd-64c3-46de-939e-65b0f4e08966 HTTP/1.1" 200 4234 0.066522 10.0.0.38 - - [2026-03-05 02:30:45] "GET /service-instance/a376b783-54b4-4901-8ba7-47a7f18cdcfa HTTP/1.1" 200 3784 0.004202 10.0.0.38 - - [2026-03-05 02:30:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002766 10.0.0.38 - - [2026-03-05 02:30:45] "GET /routing-instance/6a2cea88-4846-4ff7-961b-3b703cf816a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1887 0.003450 10.0.0.38 - - [2026-03-05 02:30:45] "GET /routing-instance/6a2cea88-4846-4ff7-961b-3b703cf816a9?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2020 0.005328 10.0.0.38 - - [2026-03-05 02:30:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002718 10.0.0.38 - - [2026-03-05 02:30:45] "GET /routing-instance/ba78199b-39d5-4804-8d52-d9bcd01f3315?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1893 0.003991 10.0.0.38 - - [2026-03-05 02:30:45] "GET /routing-instance/ba78199b-39d5-4804-8d52-d9bcd01f3315?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2024 0.004609 10.0.0.38 - - [2026-03-05 02:30:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002607 10.0.0.38 - - [2026-03-05 02:30:45] "GET /virtual-network/75b0d113-ca6f-4e6e-8b2c-23d9c1975950?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.005109 10.0.0.38 - - [2026-03-05 02:30:45] "GET /virtual-network/75b0d113-ca6f-4e6e-8b2c-23d9c1975950?fields=routing_instances HTTP/1.1" 200 1683 0.006271 10.0.0.38 - - [2026-03-05 02:30:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002597 10.0.0.38 - - [2026-03-05 02:30:45] "GET /virtual-network/b85111c4-897f-4236-9bbc-764472df76a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.005545 10.0.0.38 - - [2026-03-05 02:30:45] "GET /virtual-network/b85111c4-897f-4236-9bbc-764472df76a4?fields=routing_instances HTTP/1.1" 200 1689 0.006291 10.0.0.38 - - [2026-03-05 02:30:48] "POST /neutron/port HTTP/1.1" 200 1122 0.037168 10.0.0.38 - - [2026-03-05 02:30:48] "POST /neutron/port HTTP/1.1" 200 1122 0.010583 10.0.0.38 - - [2026-03-05 02:30:48] "POST /neutron/network HTTP/1.1" 200 930 0.006123 10.0.0.38 - - [2026-03-05 02:30:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003031 10.0.0.38 - - [2026-03-05 02:30:48] "POST /neutron/subnet HTTP/1.1" 200 699 0.006251 10.0.0.38 - - [2026-03-05 02:30:48] "POST /neutron/port HTTP/1.1" 200 117 0.001102 10.0.0.38 - - [2026-03-05 02:30:48] "POST /neutron/network HTTP/1.1" 200 920 0.005058 10.0.0.38 - - [2026-03-05 02:30:49] "POST /ref-update HTTP/1.1" 200 156 0.028754 10.0.0.38 - - [2026-03-05 02:30:49] "DELETE /access-control-list/d840fc3d-4630-4fb1-bddf-6b1a3257b520 HTTP/1.1" 200 115 0.026989 10.0.0.38 - - [2026-03-05 02:30:49] "POST /neutron/network HTTP/1.1" 200 834 0.006260 10.0.0.38 - - [2026-03-05 02:30:49] "GET /virtual-network/b85111c4-897f-4236-9bbc-764472df76a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004408 10.0.0.38 - - [2026-03-05 02:30:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003352 10.0.0.38 - - [2026-03-05 02:30:49] "DELETE /routing-instance/9420d5db-6070-46e2-a4e3-320b7e4f94c9 HTTP/1.1" 200 115 0.029900 10.0.0.38 - - [2026-03-05 02:30:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003234 10.0.0.38 - - [2026-03-05 02:30:49] "GET /network-policy/ace03af5-cb2f-4e9a-b37d-13c3a24084f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.003425 10.0.0.38 - - [2026-03-05 02:30:50] "DELETE /route-target/434adee6-31bc-4604-836c-7fcd2e0d5c9b HTTP/1.1" 200 115 0.013079 10.0.0.38 - - [2026-03-05 02:30:50] "POST /ref-update HTTP/1.1" 200 156 0.029971 10.0.0.38 - - [2026-03-05 02:30:50] "DELETE /routing-instance/c8de5c20-385a-417b-a071-30eee987969d HTTP/1.1" 200 115 0.042578 10.0.0.38 - - [2026-03-05 02:30:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002688 10.0.0.38 - - [2026-03-05 02:30:50] "POST /neutron/network HTTP/1.1" 200 832 0.006242 10.0.0.38 - - [2026-03-05 02:30:50] "GET /virtual-network/75b0d113-ca6f-4e6e-8b2c-23d9c1975950?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005713 10.0.0.38 - - [2026-03-05 02:30:50] "DELETE /route-target/fa5bc59b-de9d-4015-9369-1b46eab8a48a HTTP/1.1" 200 115 0.019056 10.0.0.38 - - [2026-03-05 02:30:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.009042 10.0.0.38 - - [2026-03-05 02:30:50] "DELETE /access-control-list/07b674fc-333b-4483-aa30-b73d0d309721 HTTP/1.1" 200 115 0.026960 10.0.0.38 - - [2026-03-05 02:30:50] "GET /network-policy/ace03af5-cb2f-4e9a-b37d-13c3a24084f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.003948 10.0.0.38 - - [2026-03-05 02:30:50] "DELETE /network-policy/ace03af5-cb2f-4e9a-b37d-13c3a24084f8 HTTP/1.1" 200 115 0.021527 10.0.0.38 - - [2026-03-05 02:30:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002478 10.0.0.38 - - [2026-03-05 02:30:50] "DELETE /service-instance/a376b783-54b4-4901-8ba7-47a7f18cdcfa HTTP/1.1" 200 115 0.036841 10.0.0.38 - - [2026-03-05 02:30:50] "GET /domains HTTP/1.1" 200 280 0.002123 10.0.0.38 - - [2026-03-05 02:30:50] "POST /ref-update HTTP/1.1" 200 156 0.012130 10.0.0.38 - - [2026-03-05 02:30:50] "GET /domains?obj_uuids=f0f8f0ab-ad00-4bf2-b32c-7ffe83ec7aa0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001098 10.0.0.38 - - [2026-03-05 02:30:50] "GET /domain/f0f8f0ab-ad00-4bf2-b32c-7ffe83ec7aa0 HTTP/1.1" 200 2772 0.008732 10.0.0.38 - - [2026-03-05 02:30:50] "GET /projects?obj_uuids=e6ba51dd-64c3-46de-939e-65b0f4e08966&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001187 10.0.0.38 - - [2026-03-05 02:30:50] "DELETE /instance-ip/843c13d6-1d8f-43e7-a8ca-8084fe839079 HTTP/1.1" 200 115 0.028562 10.0.0.38 - - [2026-03-05 02:30:50] "POST /ref-update HTTP/1.1" 200 156 0.009378 10.0.0.38 - - [2026-03-05 02:30:50] "GET /project/e6ba51dd-64c3-46de-939e-65b0f4e08966 HTTP/1.1" 200 3760 0.061323 10.0.0.38 - - [2026-03-05 02:30:50] "GET /virtual-machine/104ce8a5-c0cd-498f-85bd-d3be5ab3a76a HTTP/1.1" 200 1801 0.003813 10.0.0.38 - - [2026-03-05 02:30:50] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002928 10.0.0.38 - - [2026-03-05 02:30:50] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.001665 10.0.0.38 - - [2026-03-05 02:30:50] "DELETE /instance-ip/6a68f5d2-d7aa-4b4e-9697-5f8712b26c99 HTTP/1.1" 200 115 0.017087 10.0.0.38 - - [2026-03-05 02:30:50] "POST /ref-update HTTP/1.1" 200 156 0.007685 10.0.0.38 - - [2026-03-05 02:30:50] "DELETE /instance-ip/48682137-54c4-455a-b017-284c5a4130dc HTTP/1.1" 200 115 0.017856 10.0.0.38 - - [2026-03-05 02:30:50] "POST /ref-update HTTP/1.1" 200 156 0.008978 10.0.0.38 - - [2026-03-05 02:30:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002583 10.0.0.38 - - [2026-03-05 02:30:50] "DELETE /service-template/16c3cf19-8fd9-4d86-85bf-c27dfe3f0de8 HTTP/1.1" 200 115 0.029992 10.0.0.38 - - [2026-03-05 02:30:50] "DELETE /instance-ip/96375dfa-6230-4bed-8204-bf186a259398 HTTP/1.1" 200 115 0.031318 10.0.0.38 - - [2026-03-05 02:30:50] "POST /fqname-to-id HTTP/1.1" 404 193 0.011697 10.0.0.38 - - [2026-03-05 02:30:50] "POST /ref-update HTTP/1.1" 200 156 0.010899 10.0.0.38 - - [2026-03-05 02:30:50] "DELETE /instance-ip/8d1e723f-567a-41a4-b77d-924346eb8935 HTTP/1.1" 200 115 0.018926 10.0.0.38 - - [2026-03-05 02:30:50] "POST /ref-update HTTP/1.1" 200 156 0.009080 10.0.0.38 - - [2026-03-05 02:30:50] "DELETE /instance-ip/ecd201c4-eb15-4115-9f9b-dc7b6aa51212 HTTP/1.1" 200 115 0.023319 10.0.0.38 - - [2026-03-05 02:30:50] "POST /neutron/network HTTP/1.1" 200 834 0.007438 10.0.0.38 - - [2026-03-05 02:30:50] "POST /neutron/network HTTP/1.1" 400 204 0.014699 10.0.0.38 - - [2026-03-05 02:30:51] "POST /neutron/port HTTP/1.1" 200 1122 0.011404 10.0.0.38 - - [2026-03-05 02:30:51] "POST /neutron/port HTTP/1.1" 200 1112 0.012077 10.0.0.38 - - [2026-03-05 02:30:51] "POST /neutron/port HTTP/1.1" 200 1122 0.014696 10.0.0.38 - - [2026-03-05 02:30:51] "POST /neutron/port HTTP/1.1" 200 1112 0.010304 10.0.0.38 - - [2026-03-05 02:30:51] "POST /neutron/port HTTP/1.1" 200 151 0.120254 10.0.0.38 - - [2026-03-05 02:30:51] "POST /neutron/port HTTP/1.1" 200 151 0.162055 10.0.0.38 - - [2026-03-05 02:30:51] "POST /neutron/port HTTP/1.1" 200 3060 0.040426 10.0.0.38 - - [2026-03-05 02:30:51] "POST /neutron/port HTTP/1.1" 200 1112 0.011057 10.0.0.38 - - [2026-03-05 02:30:51] "POST /neutron/port HTTP/1.1" 200 151 0.107316 10.0.0.38 - - [2026-03-05 02:30:51] "POST /neutron/port HTTP/1.1" 200 1111 0.012904 10.0.0.38 - - [2026-03-05 02:30:51] "POST /neutron/port HTTP/1.1" 200 151 0.073404 10.0.0.38 - - [2026-03-05 02:30:51] "POST /neutron/port HTTP/1.1" 200 1112 0.008888 10.0.0.38 - - [2026-03-05 02:30:52] "POST /neutron/port HTTP/1.1" 200 151 0.089360 10.0.0.38 - - [2026-03-05 02:30:52] "POST /neutron/network HTTP/1.1" 200 834 0.005926 10.0.0.38 - - [2026-03-05 02:30:53] "POST /useragent-kv HTTP/1.1" 200 115 0.002075 10.0.0.38 - - [2026-03-05 02:30:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003279 10.0.0.38 - - [2026-03-05 02:30:53] "POST /useragent-kv HTTP/1.1" 200 115 0.001766 10.0.0.38 - - [2026-03-05 02:30:53] "POST /neutron/network HTTP/1.1" 200 151 0.064334 10.0.0.38 - - [2026-03-05 02:30:53] "GET /routing-instance/ba78199b-39d5-4804-8d52-d9bcd01f3315 HTTP/1.1" 404 171 0.002209 10.0.0.38 - - [2026-03-05 02:30:53] "DELETE /route-target/4dac69a3-69b5-4071-bbb9-7d0e651f17ae HTTP/1.1" 200 115 0.015423 10.0.0.38 - - [2026-03-05 02:30:53] "GET /domains HTTP/1.1" 200 280 0.002810 10.0.0.38 - - [2026-03-05 02:30:53] "GET /domains?obj_uuids=f0f8f0ab-ad00-4bf2-b32c-7ffe83ec7aa0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001337 10.0.0.38 - - [2026-03-05 02:30:53] "GET /domain/f0f8f0ab-ad00-4bf2-b32c-7ffe83ec7aa0 HTTP/1.1" 200 2572 0.049221 10.0.0.38 - - [2026-03-05 02:30:53] "GET /projects?obj_uuids=e6ba51dd-64c3-46de-939e-65b0f4e08966&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001045 10.0.0.38 - - [2026-03-05 02:30:53] "GET /project/e6ba51dd-64c3-46de-939e-65b0f4e08966 HTTP/1.1" 200 2299 0.066328 10.0.0.38 - - [2026-03-05 02:30:53] "POST /neutron/network HTTP/1.1" 200 832 0.004751 10.0.0.38 - - [2026-03-05 02:30:53] "POST /useragent-kv HTTP/1.1" 200 115 0.002324 10.0.0.38 - - [2026-03-05 02:30:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005180 10.0.0.38 - - [2026-03-05 02:30:53] "POST /useragent-kv HTTP/1.1" 200 115 0.002289 10.0.0.38 - - [2026-03-05 02:30:53] "POST /neutron/network HTTP/1.1" 200 151 0.066854 10.0.0.38 - - [2026-03-05 02:30:53] "DELETE /route-target/d690ef4d-7fc9-4162-ae1c-f8e2fc92db43 HTTP/1.1" 200 115 0.015883 10.0.0.38 - - [2026-03-05 02:30:53] "GET /routing-instance/6a2cea88-4846-4ff7-961b-3b703cf816a9 HTTP/1.1" 404 171 0.002046 10.0.0.38 - - [2026-03-05 02:30:53] "GET /domains HTTP/1.1" 200 280 0.002045 10.0.0.38 - - [2026-03-05 02:30:53] "GET /domains?obj_uuids=f0f8f0ab-ad00-4bf2-b32c-7ffe83ec7aa0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000897 10.0.0.38 - - [2026-03-05 02:30:53] "GET /domain/f0f8f0ab-ad00-4bf2-b32c-7ffe83ec7aa0 HTTP/1.1" 200 2572 0.048879 10.0.0.38 - - [2026-03-05 02:30:53] "GET /projects?obj_uuids=e6ba51dd-64c3-46de-939e-65b0f4e08966&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001523 10.0.0.38 - - [2026-03-05 02:30:53] "GET /project/e6ba51dd-64c3-46de-939e-65b0f4e08966 HTTP/1.1" 200 2081 0.065306 10.0.0.38 - - [2026-03-05 02:30:53] "POST /neutron/network HTTP/1.1" 200 831 0.005574 10.0.0.38 - - [2026-03-05 02:30:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003826 10.0.0.38 - - [2026-03-05 02:30:53] "POST /useragent-kv HTTP/1.1" 200 115 0.001998 10.0.0.38 - - [2026-03-05 02:30:53] "POST /useragent-kv HTTP/1.1" 200 115 0.002848 10.0.0.38 - - [2026-03-05 02:30:53] "POST /neutron/network HTTP/1.1" 200 151 0.083059 10.0.0.38 - - [2026-03-05 02:30:53] "GET /routing-instance/1d833580-2cf3-408f-bd76-3542ea1dd52f HTTP/1.1" 404 171 0.003919 10.0.0.38 - - [2026-03-05 02:30:53] "DELETE /route-target/30acf3b1-8925-4cd0-9b01-545b64a1d501 HTTP/1.1" 200 115 0.018099 10.0.0.38 - - [2026-03-05 02:30:53] "GET /domains HTTP/1.1" 200 280 0.002234 10.0.0.38 - - [2026-03-05 02:30:53] "GET /domains?obj_uuids=f0f8f0ab-ad00-4bf2-b32c-7ffe83ec7aa0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002118 10.0.0.38 - - [2026-03-05 02:30:53] "GET /domain/f0f8f0ab-ad00-4bf2-b32c-7ffe83ec7aa0 HTTP/1.1" 200 2572 0.053931 10.0.0.38 - - [2026-03-05 02:30:53] "GET /projects?obj_uuids=e6ba51dd-64c3-46de-939e-65b0f4e08966&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001628 10.0.0.38 - - [2026-03-05 02:30:53] "GET /project/e6ba51dd-64c3-46de-939e-65b0f4e08966 HTTP/1.1" 200 1841 0.067971 10.0.0.38 - - [2026-03-05 02:30:54] "GET /projects?obj_uuids=e6ba51dd-64c3-46de-939e-65b0f4e08966&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001089 10.0.0.38 - - [2026-03-05 02:30:54] "GET /project/e6ba51dd-64c3-46de-939e-65b0f4e08966?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.053271 10.0.0.38 - - [2026-03-05 02:30:54] "GET /projects?obj_uuids=e6ba51dd-64c3-46de-939e-65b0f4e08966&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000958 10.0.0.38 - - [2026-03-05 02:30:54] "GET /project/e6ba51dd-64c3-46de-939e-65b0f4e08966?fields=virtual_networks HTTP/1.1" 200 1029 0.080341 10.0.0.38 - - [2026-03-05 02:30:54] "GET /projects?obj_uuids=e6ba51dd-64c3-46de-939e-65b0f4e08966&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001341 10.0.0.38 - - [2026-03-05 02:30:54] "GET /project/e6ba51dd-64c3-46de-939e-65b0f4e08966?fields=virtual_machine_interfaces HTTP/1.1" 200 1029 0.026634 10.0.0.38 - - [2026-03-05 02:30:54] "GET /projects?obj_uuids=e6ba51dd-64c3-46de-939e-65b0f4e08966&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001098 10.0.0.38 - - [2026-03-05 02:30:54] "GET /project/e6ba51dd-64c3-46de-939e-65b0f4e08966?fields=security_groups HTTP/1.1" 200 1253 0.027696 10.0.0.38 - - [2026-03-05 02:30:55] "POST /fqname-to-id HTTP/1.1" 404 189 0.027519 10.0.0.38 - - [2026-03-05 02:30:55] "GET /projects?obj_uuids=8db7ad65-14ab-4a76-b76b-e5f643c6d00c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002093 10.0.0.38 - - [2026-03-05 02:30:55] "GET /domains?obj_uuids=f0f8f0ab-ad00-4bf2-b32c-7ffe83ec7aa0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001514 10.0.0.38 - - [2026-03-05 02:30:55] "GET /domain/f0f8f0ab-ad00-4bf2-b32c-7ffe83ec7aa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007531 10.0.0.38 - - [2026-03-05 02:30:55] "POST /id-to-fqname HTTP/1.1" 200 191 0.001145 10.0.0.38 - - [2026-03-05 02:30:55] "POST /fqname-to-id HTTP/1.1" 404 200 0.003242 10.0.0.38 - - [2026-03-05 02:30:55] "POST /security-groups HTTP/1.1" 200 592 0.062641 10.0.0.38 - - [2026-03-05 02:30:55] "POST /fqname-to-id HTTP/1.1" 404 235 0.002181 10.0.0.38 - - [2026-03-05 02:30:55] "POST /projects HTTP/1.1" 200 587 0.204947 10.0.0.38 - - [2026-03-05 02:30:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.242853 10.0.0.38 - - [2026-03-05 02:30:55] "POST /access-control-lists HTTP/1.1" 200 597 0.058149 10.0.0.38 - - [2026-03-05 02:30:55] "GET /project/8db7ad65-14ab-4a76-b76b-e5f643c6d00c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.359346 10.0.0.38 - - [2026-03-05 02:30:55] "POST /fqname-to-id HTTP/1.1" 404 234 0.002542 10.0.0.38 - - [2026-03-05 02:30:55] "POST /access-control-lists HTTP/1.1" 200 595 0.059761 10.0.0.38 - - [2026-03-05 02:30:56] "GET / HTTP/1.1" 200 35931 0.001813 10.0.0.38 - - [2026-03-05 02:30:57] "GET /project/8db7ad65-14ab-4a76-b76b-e5f643c6d00c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000582 10.0.0.38 - - [2026-03-05 02:30:58] "GET /projects?obj_uuids=8db7ad65-14ab-4a76-b76b-e5f643c6d00c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000973 10.0.0.38 - - [2026-03-05 02:30:58] "GET /project/8db7ad65-14ab-4a76-b76b-e5f643c6d00c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.046991 10.0.0.38 - - [2026-03-05 02:30:58] "POST /fqname-to-id HTTP/1.1" 404 180 0.002965 10.0.0.38 - - [2026-03-05 02:30:58] "POST /virtual-DNSs HTTP/1.1" 200 507 0.014758 10.0.0.38 - - [2026-03-05 02:30:58] "GET /virtual-DNS/bc79c3cf-9536-4eb2-9970-f7f090ff9dc8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.012138 10.0.0.38 - - [2026-03-05 02:30:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002913 10.0.0.38 - - [2026-03-05 02:30:58] "GET /virtual-DNS/bc79c3cf-9536-4eb2-9970-f7f090ff9dc8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.003241 10.0.0.38 - - [2026-03-05 02:30:58] "GET /domains HTTP/1.1" 401 292 0.000388 10.0.0.38 - - [2026-03-05 02:30:58] "GET /domains HTTP/1.1" 200 280 0.026216 10.0.0.38 - - [2026-03-05 02:30:58] "GET /domains?obj_uuids=f0f8f0ab-ad00-4bf2-b32c-7ffe83ec7aa0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001109 10.0.0.38 - - [2026-03-05 02:30:58] "GET /domain/f0f8f0ab-ad00-4bf2-b32c-7ffe83ec7aa0 HTTP/1.1" 200 2959 0.007927 10.0.0.38 - - [2026-03-05 02:30:58] "GET /virtual-DNS/bc79c3cf-9536-4eb2-9970-f7f090ff9dc8 HTTP/1.1" 200 1439 0.004120 10.0.0.38 - - [2026-03-05 02:30:58] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.002744 10.0.0.38 - - [2026-03-05 02:30:58] "POST /network-ipams HTTP/1.1" 200 514 0.016208 10.0.0.38 - - [2026-03-05 02:30:58] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 751 0.002697 10.0.0.38 - - [2026-03-05 02:30:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003147 10.0.0.38 - - [2026-03-05 02:30:58] "GET /network-ipam/7c217676-ccb1-463d-a593-00f8cea4c80e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1400 0.004468 10.0.0.38 - - [2026-03-05 02:30:58] "PUT /network-ipam/7c217676-ccb1-463d-a593-00f8cea4c80e HTTP/1.1" 200 258 0.010444 10.0.0.38 - - [2026-03-05 02:30:58] "POST /ref-update HTTP/1.1" 200 156 0.008147 10.0.0.38 - - [2026-03-05 02:30:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002777 10.0.0.38 - - [2026-03-05 02:30:59] "GET /projects?obj_uuids=8db7ad65-14ab-4a76-b76b-e5f643c6d00c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000966 10.0.0.38 - - [2026-03-05 02:30:59] "GET /project/8db7ad65-14ab-4a76-b76b-e5f643c6d00c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.021993 10.0.0.38 - - [2026-03-05 02:30:59] "POST /neutron/network HTTP/1.1" 200 117 0.031865 10.0.0.38 - - [2026-03-05 02:30:59] "GET /projects?obj_uuids=8db7ad65-14ab-4a76-b76b-e5f643c6d00c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001042 10.0.0.38 - - [2026-03-05 02:30:59] "POST /neutron/network HTTP/1.1" 200 618 0.058074 10.0.0.38 - - [2026-03-05 02:30:59] "POST /route-targets HTTP/1.1" 200 327 0.010874 10.0.0.38 - - [2026-03-05 02:30:59] "POST /ref-update HTTP/1.1" 200 156 0.009987 10.0.0.38 - - [2026-03-05 02:30:59] "POST /useragent-kv HTTP/1.1" 200 115 0.007698 10.0.0.38 - - [2026-03-05 02:30:59] "POST /neutron/subnet HTTP/1.1" 200 711 0.161877 10.0.0.38 - - [2026-03-05 02:30:59] "POST /neutron/network HTTP/1.1" 200 833 0.005307 10.0.0.38 - - [2026-03-05 02:30:59] "POST /id-to-fqname HTTP/1.1" 200 227 0.001152 10.0.0.38 - - [2026-03-05 02:30:59] "GET /virtual-network/271f4131-6a23-4475-a4cc-e4ce325d04cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004328 10.0.0.38 - - [2026-03-05 02:30:59] "POST /neutron/network HTTP/1.1" 200 833 0.005447 10.0.0.38 - - [2026-03-05 02:30:59] "GET /virtual-network/271f4131-6a23-4475-a4cc-e4ce325d04cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004634 10.0.0.38 - - [2026-03-05 02:30:59] "POST /neutron/network HTTP/1.1" 200 833 0.005840 10.0.0.38 - - [2026-03-05 02:30:59] "POST /neutron/subnet HTTP/1.1" 200 711 0.006577 10.0.0.38 - - [2026-03-05 02:30:59] "POST /neutron/network HTTP/1.1" 200 807 0.008179 10.0.0.38 - - [2026-03-05 02:30:59] "POST /neutron/network HTTP/1.1" 200 833 0.005125 10.0.0.38 - - [2026-03-05 02:30:59] "POST /id-to-fqname HTTP/1.1" 200 227 0.001114 10.0.0.38 - - [2026-03-05 02:30:59] "POST /neutron/network HTTP/1.1" 200 843 0.004803 10.0.0.38 - - [2026-03-05 02:30:59] "GET /aaa-mode HTTP/1.1" 401 292 0.000393 10.0.0.38 - - [2026-03-05 02:31:00] "GET / HTTP/1.1" 200 35931 0.001704 10.0.0.38 - - [2026-03-05 02:31:00] "GET /project/8db7ad65-14ab-4a76-b76b-e5f643c6d00c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000417 10.0.0.38 - - [2026-03-05 02:31:00] "GET /projects?obj_uuids=8db7ad65-14ab-4a76-b76b-e5f643c6d00c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001285 10.0.0.38 - - [2026-03-05 02:31:00] "GET /project/8db7ad65-14ab-4a76-b76b-e5f643c6d00c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.047228 10.0.0.38 - - [2026-03-05 02:31:00] "POST /neutron/network HTTP/1.1" 200 833 0.030493 10.0.0.38 - - [2026-03-05 02:31:00] "POST /neutron/port HTTP/1.1" 200 117 0.004449 10.0.0.38 - - [2026-03-05 02:31:00] "POST /neutron/port HTTP/1.1" 200 117 0.005421 10.0.0.38 - - [2026-03-05 02:31:00] "POST /neutron/port HTTP/1.1" 200 117 0.004678 10.0.0.38 - - [2026-03-05 02:31:01] "POST /neutron/network HTTP/1.1" 200 843 0.005021 10.0.0.38 - - [2026-03-05 02:31:01] "GET /projects?obj_uuids=8db7ad65-14ab-4a76-b76b-e5f643c6d00c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001271 10.0.0.38 - - [2026-03-05 02:31:01] "POST /neutron/port HTTP/1.1" 200 1058 0.199996 10.0.0.38 - - [2026-03-05 02:31:01] "POST /neutron/port HTTP/1.1" 200 1058 0.016711 10.0.0.38 - - [2026-03-05 02:31:01] "POST /neutron/port HTTP/1.1" 200 1058 0.010652 10.0.0.38 - - [2026-03-05 02:31:01] "POST /neutron/port HTTP/1.1" 200 1112 0.062232 10.0.0.38 - - [2026-03-05 02:31:01] "POST /neutron/port HTTP/1.1" 200 1122 0.014555 10.0.0.38 - - [2026-03-05 02:31:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004028 10.0.0.38 - - [2026-03-05 02:31:01] "POST /neutron/subnet HTTP/1.1" 200 685 0.008227 10.0.0.38 - - [2026-03-05 02:31:01] "POST /neutron/port HTTP/1.1" 200 117 0.001312 10.0.0.38 - - [2026-03-05 02:31:01] "POST /neutron/network HTTP/1.1" 200 833 0.005739 10.0.0.38 - - [2026-03-05 02:31:05] "POST /neutron/port HTTP/1.1" 200 1122 0.014663 10.0.0.38 - - [2026-03-05 02:31:05] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006249 10.0.0.38 - - [2026-03-05 02:31:05] "POST /neutron/port HTTP/1.1" 200 1122 0.011667 10.0.0.38 - - [2026-03-05 02:31:05] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007206 10.0.0.38 - - [2026-03-05 02:31:06] "POST /neutron/port HTTP/1.1" 200 1122 0.014083 10.0.0.38 - - [2026-03-05 02:31:06] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007333 10.0.0.38 - - [2026-03-05 02:31:06] "GET /virtual-machine/57983280-6318-4dcb-b921-d5816497a00c HTTP/1.1" 200 1293 0.005555 10.0.0.38 - - [2026-03-05 02:31:06] "GET /virtual-machine-interface/7a2d8da0-ffb4-4a6f-9b68-14c5586f6a77 HTTP/1.1" 200 2964 0.006920 10.0.0.38 - - [2026-03-05 02:31:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002941 10.0.0.38 - - [2026-03-05 02:31:06] "GET /global-vrouter-config/fd8e6dc8-92ea-4ed8-9fa3-4af7a9176102?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003137 10.0.0.38 - - [2026-03-05 02:31:06] "GET /virtual-networks?parent_id=8db7ad65-14ab-4a76-b76b-e5f643c6d00c&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002660 10.0.0.38 - - [2026-03-05 02:31:06] "GET /virtual-network/271f4131-6a23-4475-a4cc-e4ce325d04cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004892 10.0.0.38 - - [2026-03-05 02:31:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002757 10.0.0.38 - - [2026-03-05 02:31:09] "GET /virtual-network/271f4131-6a23-4475-a4cc-e4ce325d04cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006229 10.0.0.38 - - [2026-03-05 02:31:10] "POST /neutron/port HTTP/1.1" 200 1122 0.040256 10.0.0.38 - - [2026-03-05 02:31:10] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005864 10.0.0.38 - - [2026-03-05 02:31:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003397 10.0.0.38 - - [2026-03-05 02:31:11] "GET /global-vrouter-config/fd8e6dc8-92ea-4ed8-9fa3-4af7a9176102?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003570 10.0.0.38 - - [2026-03-05 02:31:11] "GET /virtual-networks?parent_id=8db7ad65-14ab-4a76-b76b-e5f643c6d00c&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002954 10.0.0.38 - - [2026-03-05 02:31:11] "GET /virtual-network/271f4131-6a23-4475-a4cc-e4ce325d04cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005814 10.0.0.38 - - [2026-03-05 02:31:16] "POST /neutron/network HTTP/1.1" 200 807 0.009436 10.0.0.38 - - [2026-03-05 02:31:16] "POST /neutron/network HTTP/1.1" 200 833 0.006259 10.0.0.38 - - [2026-03-05 02:31:16] "POST /id-to-fqname HTTP/1.1" 200 227 0.001652 10.0.0.38 - - [2026-03-05 02:31:16] "POST /neutron/port HTTP/1.1" 200 1122 0.013986 10.0.0.38 - - [2026-03-05 02:31:16] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005921 10.0.0.38 - - [2026-03-05 02:31:16] "POST /neutron/network HTTP/1.1" 200 843 0.005331 10.0.0.38 - - [2026-03-05 02:31:16] "GET /aaa-mode HTTP/1.1" 401 292 0.000405 10.0.0.38 - - [2026-03-05 02:31:16] "GET / HTTP/1.1" 200 35931 0.001774 10.0.0.38 - - [2026-03-05 02:31:16] "GET /project/8db7ad65-14ab-4a76-b76b-e5f643c6d00c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000461 10.0.0.38 - - [2026-03-05 02:31:17] "GET /projects?obj_uuids=8db7ad65-14ab-4a76-b76b-e5f643c6d00c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001054 10.0.0.38 - - [2026-03-05 02:31:17] "GET /project/8db7ad65-14ab-4a76-b76b-e5f643c6d00c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.049350 10.0.0.38 - - [2026-03-05 02:31:17] "POST /neutron/network HTTP/1.1" 200 833 0.004774 10.0.0.38 - - [2026-03-05 02:31:17] "POST /neutron/port HTTP/1.1" 200 1122 0.014537 10.0.0.38 - - [2026-03-05 02:31:17] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007138 10.0.0.38 - - [2026-03-05 02:31:17] "POST /neutron/port HTTP/1.1" 200 117 0.005997 10.0.0.38 - - [2026-03-05 02:31:17] "POST /neutron/port HTTP/1.1" 200 117 0.005863 10.0.0.38 - - [2026-03-05 02:31:17] "POST /neutron/network HTTP/1.1" 200 843 0.005315 10.0.0.38 - - [2026-03-05 02:31:17] "GET /projects?obj_uuids=8db7ad65-14ab-4a76-b76b-e5f643c6d00c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001413 10.0.0.38 - - [2026-03-05 02:31:17] "POST /neutron/port HTTP/1.1" 200 1058 0.179907 10.0.0.38 - - [2026-03-05 02:31:17] "POST /neutron/port HTTP/1.1" 200 1058 0.008767 10.0.0.38 - - [2026-03-05 02:31:17] "POST /neutron/port HTTP/1.1" 200 1058 0.011610 10.0.0.38 - - [2026-03-05 02:31:17] "POST /neutron/port HTTP/1.1" 200 1112 0.055903 10.0.0.38 - - [2026-03-05 02:31:17] "POST /neutron/port HTTP/1.1" 200 1122 0.014026 10.0.0.38 - - [2026-03-05 02:31:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003885 10.0.0.38 - - [2026-03-05 02:31:18] "POST /neutron/subnet HTTP/1.1" 200 685 0.007707 10.0.0.38 - - [2026-03-05 02:31:18] "POST /neutron/port HTTP/1.1" 200 117 0.001252 10.0.0.38 - - [2026-03-05 02:31:18] "POST /neutron/network HTTP/1.1" 200 833 0.005884 10.0.0.38 - - [2026-03-05 02:31:22] "POST /neutron/port HTTP/1.1" 200 1122 0.011789 10.0.0.38 - - [2026-03-05 02:31:22] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005528 10.0.0.38 - - [2026-03-05 02:31:22] "POST /neutron/port HTTP/1.1" 200 1122 0.010592 10.0.0.38 - - [2026-03-05 02:31:22] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005430 10.0.0.38 - - [2026-03-05 02:31:22] "POST /neutron/port HTTP/1.1" 200 1122 0.011461 10.0.0.38 - - [2026-03-05 02:31:22] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005557 10.0.0.38 - - [2026-03-05 02:31:22] "GET /virtual-machine/eb827831-4de0-49b7-842b-d56032f35a6e HTTP/1.1" 200 1293 0.004439 10.0.0.38 - - [2026-03-05 02:31:22] "GET /virtual-machine-interface/2869c5f9-e7aa-46ff-aaac-dc5b6aaddc6e HTTP/1.1" 200 2964 0.004368 10.0.0.38 - - [2026-03-05 02:31:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002537 10.0.0.38 - - [2026-03-05 02:31:22] "GET /global-vrouter-config/fd8e6dc8-92ea-4ed8-9fa3-4af7a9176102?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002778 10.0.0.38 - - [2026-03-05 02:31:22] "GET /virtual-networks?parent_id=8db7ad65-14ab-4a76-b76b-e5f643c6d00c&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002622 10.0.0.38 - - [2026-03-05 02:31:22] "GET /virtual-network/271f4131-6a23-4475-a4cc-e4ce325d04cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005497 10.0.0.38 - - [2026-03-05 02:31:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002765 10.0.0.38 - - [2026-03-05 02:31:25] "GET /virtual-network/271f4131-6a23-4475-a4cc-e4ce325d04cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007131 10.0.0.38 - - [2026-03-05 02:31:27] "POST /neutron/port HTTP/1.1" 200 1122 0.012474 10.0.0.38 - - [2026-03-05 02:31:27] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005064 10.0.0.38 - - [2026-03-05 02:31:28] "DELETE /project/8db7ad6514ab4a76b76be5f643c6d00c HTTP/1.1" 404 173 0.004243 10.0.0.38 - - [2026-03-05 02:31:28] "GET /projects?obj_uuids=e6ba51dd-64c3-46de-939e-65b0f4e08966&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000981 10.0.0.38 - - [2026-03-05 02:31:28] "GET /project/e6ba51dd-64c3-46de-939e-65b0f4e08966?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1461 0.039939 10.0.0.38 - - [2026-03-05 02:31:28] "GET /projects?obj_uuids=e6ba51dd-64c3-46de-939e-65b0f4e08966&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001502 10.0.0.38 - - [2026-03-05 02:31:28] "GET /project/e6ba51dd-64c3-46de-939e-65b0f4e08966?fields=security_groups HTTP/1.1" 200 1358 0.025824 10.0.0.38 - - [2026-03-05 02:31:28] "DELETE /security-group/2f24cf6d-ec92-4fda-a980-6b2c33a73117 HTTP/1.1" 200 115 0.033551 10.0.0.38 - - [2026-03-05 02:31:28] "GET /projects?obj_uuids=e6ba51dd-64c3-46de-939e-65b0f4e08966&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000954 10.0.0.38 - - [2026-03-05 02:31:28] "GET /project/e6ba51dd-64c3-46de-939e-65b0f4e08966?fields=application_policy_sets HTTP/1.1" 200 1397 0.043317 10.0.0.38 - - [2026-03-05 02:31:28] "DELETE /access-control-list/63ad85c0-9924-410d-989c-8edfad212524 HTTP/1.1" 200 115 0.052948 10.0.0.38 - - [2026-03-05 02:31:28] "DELETE /access-control-list/70aedbab-fdf6-4de2-a91a-43499bcab5f7 HTTP/1.1" 200 115 0.030980 10.0.0.38 - - [2026-03-05 02:31:28] "DELETE /project/e6ba51dd-64c3-46de-939e-65b0f4e08966 HTTP/1.1" 200 115 0.293414 10.0.0.38 - - [2026-03-05 02:31:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002638 10.0.0.38 - - [2026-03-05 02:31:29] "GET /global-vrouter-config/fd8e6dc8-92ea-4ed8-9fa3-4af7a9176102?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002828 10.0.0.38 - - [2026-03-05 02:31:30] "GET /virtual-networks?parent_id=8db7ad65-14ab-4a76-b76b-e5f643c6d00c&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002549 10.0.0.38 - - [2026-03-05 02:31:30] "GET /virtual-network/271f4131-6a23-4475-a4cc-e4ce325d04cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004647 10.0.0.38 - - [2026-03-05 02:31:34] "GET /obj-perms HTTP/1.1" 200 5056 0.065949 10.0.0.38 - - [2026-03-05 02:31:34] "GET /obj-perms HTTP/1.1" 200 5056 0.053903 10.0.0.38 - - [2026-03-05 02:31:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002584 10.0.0.38 - - [2026-03-05 02:31:36] "DELETE /virtual-DNS/bc79c3cf-9536-4eb2-9970-f7f090ff9dc8 HTTP/1.1" 409 235 0.005392 10.0.0.38 - - [2026-03-05 02:31:36] "POST /fqname-to-id HTTP/1.1" 404 192 0.002398 10.0.0.38 - - [2026-03-05 02:31:37] "POST /virtual-DNS-records HTTP/1.1" 200 531 0.016703 10.0.0.38 - - [2026-03-05 02:31:37] "GET /virtual-DNS-record/8ef3578e-3aff-434f-8cc6-1b502913c8e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1337 0.005020 10.0.0.38 - - [2026-03-05 02:31:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003097 10.0.0.38 - - [2026-03-05 02:31:37] "GET /virtual-DNS-record/8ef3578e-3aff-434f-8cc6-1b502913c8e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1337 0.003550 10.0.0.38 - - [2026-03-05 02:31:37] "GET /domains HTTP/1.1" 200 280 0.002974 10.0.0.38 - - [2026-03-05 02:31:37] "GET /domains?obj_uuids=f0f8f0ab-ad00-4bf2-b32c-7ffe83ec7aa0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001381 10.0.0.38 - - [2026-03-05 02:31:37] "GET /domain/f0f8f0ab-ad00-4bf2-b32c-7ffe83ec7aa0 HTTP/1.1" 200 2775 0.009399 10.0.0.38 - - [2026-03-05 02:31:37] "GET /virtual-DNS/bc79c3cf-9536-4eb2-9970-f7f090ff9dc8 HTTP/1.1" 200 1908 0.004513 10.0.0.38 - - [2026-03-05 02:31:37] "GET /virtual-DNS-record/8ef3578e-3aff-434f-8cc6-1b502913c8e4 HTTP/1.1" 200 1337 0.003808 10.0.0.38 - - [2026-03-05 02:31:42] "DELETE /virtual-DNS-record/8ef3578e-3aff-434f-8cc6-1b502913c8e4 HTTP/1.1" 200 115 0.020570 10.0.0.38 - - [2026-03-05 02:31:42] "POST /fqname-to-id HTTP/1.1" 404 184 0.002542 10.0.0.38 - - [2026-03-05 02:31:43] "POST /neutron/network HTTP/1.1" 200 833 0.005647 10.0.0.38 - - [2026-03-05 02:31:43] "POST /neutron/network HTTP/1.1" 400 204 0.009481 10.0.0.38 - - [2026-03-05 02:31:43] "POST /neutron/port HTTP/1.1" 200 1122 0.014092 10.0.0.38 - - [2026-03-05 02:31:43] "POST /neutron/port HTTP/1.1" 200 1112 0.008409 10.0.0.38 - - [2026-03-05 02:31:43] "POST /neutron/port HTTP/1.1" 200 1122 0.017912 10.0.0.38 - - [2026-03-05 02:31:43] "POST /neutron/port HTTP/1.1" 200 1112 0.012809 10.0.0.38 - - [2026-03-05 02:31:43] "POST /neutron/port HTTP/1.1" 200 151 0.107802 10.0.0.38 - - [2026-03-05 02:31:43] "POST /neutron/port HTTP/1.1" 200 151 0.099636 10.0.0.38 - - [2026-03-05 02:31:45] "POST /neutron/network HTTP/1.1" 200 833 0.005515 10.0.0.38 - - [2026-03-05 02:31:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002955 10.0.0.38 - - [2026-03-05 02:31:45] "DELETE /route-target/b98bcb77-61f7-44dc-9cde-fb247c5b1ffd HTTP/1.1" 200 115 0.052064 10.0.0.38 - - [2026-03-05 02:31:45] "POST /useragent-kv HTTP/1.1" 200 115 0.002101 10.0.0.38 - - [2026-03-05 02:31:45] "POST /useragent-kv HTTP/1.1" 200 115 0.001787 10.0.0.38 - - [2026-03-05 02:31:45] "POST /neutron/network HTTP/1.1" 200 151 0.185482 10.0.0.38 - - [2026-03-05 02:31:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002547 10.0.0.38 - - [2026-03-05 02:31:45] "DELETE /network-ipam/7c217676-ccb1-463d-a593-00f8cea4c80e HTTP/1.1" 200 115 0.029763 10.0.0.38 - - [2026-03-05 02:31:45] "DELETE /virtual-DNS/bc79c3cf-9536-4eb2-9970-f7f090ff9dc8 HTTP/1.1" 200 115 0.018769 10.0.0.38 - - [2026-03-05 02:31:45] "POST /fqname-to-id HTTP/1.1" 404 180 0.002633 10.0.0.38 - - [2026-03-05 02:31:45] "GET /domains HTTP/1.1" 200 280 0.004085 10.0.0.38 - - [2026-03-05 02:31:45] "GET /domains?obj_uuids=f0f8f0ab-ad00-4bf2-b32c-7ffe83ec7aa0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001661 10.0.0.38 - - [2026-03-05 02:31:45] "GET /domain/f0f8f0ab-ad00-4bf2-b32c-7ffe83ec7aa0 HTTP/1.1" 200 2575 0.010808 10.0.0.38 - - [2026-03-05 02:31:45] "GET /projects?obj_uuids=8db7ad65-14ab-4a76-b76b-e5f643c6d00c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000989 10.0.0.38 - - [2026-03-05 02:31:45] "GET /project/8db7ad65-14ab-4a76-b76b-e5f643c6d00c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.021947 10.0.0.38 - - [2026-03-05 02:31:45] "GET /projects?obj_uuids=8db7ad65-14ab-4a76-b76b-e5f643c6d00c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001371 10.0.0.38 - - [2026-03-05 02:31:45] "GET /project/8db7ad65-14ab-4a76-b76b-e5f643c6d00c?fields=virtual_networks HTTP/1.1" 200 1035 0.066341 10.0.0.38 - - [2026-03-05 02:31:45] "GET /projects?obj_uuids=8db7ad65-14ab-4a76-b76b-e5f643c6d00c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001013 10.0.0.38 - - [2026-03-05 02:31:45] "GET /project/8db7ad65-14ab-4a76-b76b-e5f643c6d00c?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.021837 10.0.0.38 - - [2026-03-05 02:31:45] "GET /projects?obj_uuids=8db7ad65-14ab-4a76-b76b-e5f643c6d00c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000964 10.0.0.38 - - [2026-03-05 02:31:45] "GET /project/8db7ad65-14ab-4a76-b76b-e5f643c6d00c?fields=security_groups HTTP/1.1" 200 1262 0.023752 10.0.0.38 - - [2026-03-05 02:31:46] "POST /fqname-to-id HTTP/1.1" 404 189 0.025552 10.0.0.38 - - [2026-03-05 02:31:46] "GET /projects?obj_uuids=aee59391-eec9-4c4a-ab09-f83b49bd1052&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002165 10.0.0.38 - - [2026-03-05 02:31:46] "GET /domains?obj_uuids=f0f8f0ab-ad00-4bf2-b32c-7ffe83ec7aa0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000994 10.0.0.38 - - [2026-03-05 02:31:46] "GET /domain/f0f8f0ab-ad00-4bf2-b32c-7ffe83ec7aa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006403 10.0.0.38 - - [2026-03-05 02:31:46] "POST /id-to-fqname HTTP/1.1" 200 191 0.001069 10.0.0.38 - - [2026-03-05 02:31:46] "POST /fqname-to-id HTTP/1.1" 404 200 0.002755 10.0.0.38 - - [2026-03-05 02:31:47] "POST /security-groups HTTP/1.1" 200 592 0.060451 10.0.0.38 - - [2026-03-05 02:31:47] "POST /fqname-to-id HTTP/1.1" 404 235 0.002585 10.0.0.38 - - [2026-03-05 02:31:47] "POST /projects HTTP/1.1" 200 587 0.199717 10.0.0.38 - - [2026-03-05 02:31:47] "POST /access-control-lists HTTP/1.1" 200 597 0.056383 10.0.0.38 - - [2026-03-05 02:31:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.273734 10.0.0.38 - - [2026-03-05 02:31:47] "POST /fqname-to-id HTTP/1.1" 404 234 0.002522 10.0.0.38 - - [2026-03-05 02:31:47] "GET /project/aee59391-eec9-4c4a-ab09-f83b49bd1052?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.389931 10.0.0.38 - - [2026-03-05 02:31:47] "POST /access-control-lists HTTP/1.1" 200 595 0.060382 10.0.0.38 - - [2026-03-05 02:31:48] "GET / HTTP/1.1" 200 35931 0.002024 10.0.0.38 - - [2026-03-05 02:31:48] "POST /fqname-to-id HTTP/1.1" 401 292 0.000418 10.0.0.38 - - [2026-03-05 02:31:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.057167 10.0.0.38 - - [2026-03-05 02:31:49] "GET /projects?obj_uuids=aee59391-eec9-4c4a-ab09-f83b49bd1052&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001351 10.0.0.38 - - [2026-03-05 02:31:49] "GET /project/aee59391-eec9-4c4a-ab09-f83b49bd1052?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.024700 10.0.0.38 - - [2026-03-05 02:31:49] "POST /neutron/network HTTP/1.1" 200 117 0.033201 10.0.0.38 - - [2026-03-05 02:31:49] "GET /projects?obj_uuids=aee59391-eec9-4c4a-ab09-f83b49bd1052&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001326 10.0.0.38 - - [2026-03-05 02:31:49] "POST /neutron/network HTTP/1.1" 200 606 0.057539 10.0.0.38 - - [2026-03-05 02:31:49] "POST /route-targets HTTP/1.1" 200 327 0.011710 10.0.0.38 - - [2026-03-05 02:31:49] "POST /ref-update HTTP/1.1" 200 156 0.008900 10.0.0.38 - - [2026-03-05 02:31:49] "POST /useragent-kv HTTP/1.1" 200 115 0.003723 10.0.0.38 - - [2026-03-05 02:31:49] "POST /neutron/subnet HTTP/1.1" 200 734 0.179074 10.0.0.38 - - [2026-03-05 02:31:49] "POST /neutron/network HTTP/1.1" 200 827 0.004929 10.0.0.38 - - [2026-03-05 02:31:49] "POST /id-to-fqname HTTP/1.1" 200 221 0.001163 10.0.0.38 - - [2026-03-05 02:31:49] "GET /virtual-network/0ab36508-bf1a-40e8-86c4-29d512b1463e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005123 10.0.0.38 - - [2026-03-05 02:31:49] "POST /neutron/network HTTP/1.1" 200 827 0.005085 10.0.0.38 - - [2026-03-05 02:31:49] "GET /virtual-network/0ab36508-bf1a-40e8-86c4-29d512b1463e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005362 10.0.0.38 - - [2026-03-05 02:31:49] "POST /neutron/network HTTP/1.1" 200 827 0.005213 10.0.0.38 - - [2026-03-05 02:31:49] "POST /neutron/subnet HTTP/1.1" 200 734 0.006264 10.0.0.38 - - [2026-03-05 02:31:49] "POST /id-to-fqname HTTP/1.1" 200 221 0.001261 10.0.0.38 - - [2026-03-05 02:31:50] "POST /neutron/network HTTP/1.1" 200 837 0.005294 10.0.0.38 - - [2026-03-05 02:31:50] "GET /aaa-mode HTTP/1.1" 401 292 0.000445 10.0.0.38 - - [2026-03-05 02:31:50] "GET / HTTP/1.1" 200 35931 0.001861 10.0.0.38 - - [2026-03-05 02:31:50] "GET /project/aee59391-eec9-4c4a-ab09-f83b49bd1052?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000398 10.0.0.38 - - [2026-03-05 02:31:50] "GET /projects?obj_uuids=aee59391-eec9-4c4a-ab09-f83b49bd1052&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001078 10.0.0.38 - - [2026-03-05 02:31:50] "GET /project/aee59391-eec9-4c4a-ab09-f83b49bd1052?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.048693 10.0.0.38 - - [2026-03-05 02:31:50] "POST /neutron/network HTTP/1.1" 200 827 0.005201 10.0.0.38 - - [2026-03-05 02:31:50] "POST /neutron/port HTTP/1.1" 200 117 0.005066 10.0.0.38 - - [2026-03-05 02:31:50] "POST /neutron/port HTTP/1.1" 200 117 0.004455 10.0.0.38 - - [2026-03-05 02:31:50] "POST /id-to-fqname HTTP/1.1" 200 221 0.001236 10.0.0.38 - - [2026-03-05 02:31:51] "POST /neutron/port HTTP/1.1" 200 117 0.005417 10.0.0.38 - - [2026-03-05 02:31:51] "POST /neutron/network HTTP/1.1" 200 837 0.005519 10.0.0.38 - - [2026-03-05 02:31:51] "GET /aaa-mode HTTP/1.1" 401 292 0.000417 10.0.0.38 - - [2026-03-05 02:31:51] "POST /neutron/network HTTP/1.1" 200 837 0.006025 10.0.0.38 - - [2026-03-05 02:31:51] "GET /projects?obj_uuids=aee59391-eec9-4c4a-ab09-f83b49bd1052&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001762 10.0.0.38 - - [2026-03-05 02:31:51] "GET / HTTP/1.1" 200 35931 0.003811 10.0.0.38 - - [2026-03-05 02:31:51] "GET /project/aee59391-eec9-4c4a-ab09-f83b49bd1052?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000421 10.0.0.38 - - [2026-03-05 02:31:51] "POST /neutron/port HTTP/1.1" 200 1063 0.226523 10.0.0.38 - - [2026-03-05 02:31:51] "POST /neutron/port HTTP/1.1" 200 1063 0.013390 10.0.0.38 - - [2026-03-05 02:31:51] "POST /neutron/port HTTP/1.1" 200 1063 0.014177 10.0.0.38 - - [2026-03-05 02:31:51] "POST /neutron/port HTTP/1.1" 200 1117 0.066822 10.0.0.38 - - [2026-03-05 02:31:51] "POST /neutron/port HTTP/1.1" 200 1127 0.013005 10.0.0.38 - - [2026-03-05 02:31:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003301 10.0.0.38 - - [2026-03-05 02:31:51] "POST /neutron/subnet HTTP/1.1" 200 708 0.012333 10.0.0.38 - - [2026-03-05 02:31:51] "POST /neutron/port HTTP/1.1" 200 117 0.001675 10.0.0.38 - - [2026-03-05 02:31:51] "GET /projects?obj_uuids=aee59391-eec9-4c4a-ab09-f83b49bd1052&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001436 10.0.0.38 - - [2026-03-05 02:31:51] "POST /neutron/network HTTP/1.1" 200 827 0.005548 10.0.0.38 - - [2026-03-05 02:31:51] "GET /project/aee59391-eec9-4c4a-ab09-f83b49bd1052?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.064012 10.0.0.38 - - [2026-03-05 02:31:51] "POST /neutron/network HTTP/1.1" 200 827 0.006217 10.0.0.38 - - [2026-03-05 02:31:52] "POST /neutron/port HTTP/1.1" 200 1127 0.012275 10.0.0.38 - - [2026-03-05 02:31:52] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006114 10.0.0.38 - - [2026-03-05 02:31:52] "POST /neutron/port HTTP/1.1" 200 117 0.009847 10.0.0.38 - - [2026-03-05 02:31:52] "POST /neutron/port HTTP/1.1" 200 1127 0.015908 10.0.0.38 - - [2026-03-05 02:31:52] "POST /neutron/security_group HTTP/1.1" 200 2059 0.015263 10.0.0.38 - - [2026-03-05 02:31:52] "POST /neutron/network HTTP/1.1" 200 837 0.005522 10.0.0.38 - - [2026-03-05 02:31:52] "GET /projects?obj_uuids=aee59391-eec9-4c4a-ab09-f83b49bd1052&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001153 10.0.0.38 - - [2026-03-05 02:31:52] "POST /neutron/port HTTP/1.1" 200 1063 0.201164 10.0.0.38 - - [2026-03-05 02:31:52] "POST /neutron/port HTTP/1.1" 200 1063 0.011567 10.0.0.38 - - [2026-03-05 02:31:52] "POST /neutron/port HTTP/1.1" 200 1063 0.015024 10.0.0.38 - - [2026-03-05 02:31:52] "POST /neutron/port HTTP/1.1" 200 1117 0.124420 10.0.0.38 - - [2026-03-05 02:31:52] "POST /neutron/port HTTP/1.1" 200 1127 0.021893 10.0.0.38 - - [2026-03-05 02:31:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004330 10.0.0.38 - - [2026-03-05 02:31:53] "POST /neutron/subnet HTTP/1.1" 200 708 0.006911 10.0.0.38 - - [2026-03-05 02:31:53] "POST /neutron/port HTTP/1.1" 200 117 0.001211 10.0.0.38 - - [2026-03-05 02:31:53] "POST /neutron/network HTTP/1.1" 200 827 0.005208 10.0.0.38 - - [2026-03-05 02:31:57] "POST /neutron/port HTTP/1.1" 200 1127 0.010449 10.0.0.38 - - [2026-03-05 02:31:57] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005552 10.0.0.38 - - [2026-03-05 02:31:57] "POST /neutron/port HTTP/1.1" 200 1127 0.013271 10.0.0.38 - - [2026-03-05 02:31:57] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005929 10.0.0.38 - - [2026-03-05 02:31:57] "POST /neutron/port HTTP/1.1" 200 1127 0.013971 10.0.0.38 - - [2026-03-05 02:31:57] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005875 10.0.0.38 - - [2026-03-05 02:31:57] "GET /virtual-machine/933c3afb-7741-4665-9045-e8b4c7c0068b HTTP/1.1" 401 292 0.000502 10.0.0.38 - - [2026-03-05 02:31:57] "GET /virtual-machine/933c3afb-7741-4665-9045-e8b4c7c0068b HTTP/1.1" 200 1294 0.028243 10.0.0.38 - - [2026-03-05 02:31:57] "GET /virtual-machine-interface/d427e1a3-34dc-4692-9723-015c59e758f2 HTTP/1.1" 200 2947 0.004774 10.0.0.38 - - [2026-03-05 02:31:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002870 10.0.0.38 - - [2026-03-05 02:31:57] "GET /global-vrouter-config/fd8e6dc8-92ea-4ed8-9fa3-4af7a9176102?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003618 10.0.0.38 - - [2026-03-05 02:31:57] "GET /virtual-networks?parent_id=aee59391-eec9-4c4a-ab09-f83b49bd1052&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002689 10.0.0.38 - - [2026-03-05 02:31:57] "GET /virtual-network/0ab36508-bf1a-40e8-86c4-29d512b1463e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.004938 10.0.0.38 - - [2026-03-05 02:32:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002949 10.0.0.38 - - [2026-03-05 02:32:01] "GET /virtual-network/0ab36508-bf1a-40e8-86c4-29d512b1463e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005435 10.0.0.38 - - [2026-03-05 02:32:01] "POST /neutron/port HTTP/1.1" 200 1127 0.014072 10.0.0.38 - - [2026-03-05 02:32:01] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005060 10.0.0.38 - - [2026-03-05 02:32:01] "POST /neutron/port HTTP/1.1" 200 1127 0.013687 10.0.0.38 - - [2026-03-05 02:32:01] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006665 10.0.0.38 - - [2026-03-05 02:32:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002749 10.0.0.38 - - [2026-03-05 02:32:03] "GET /global-vrouter-config/fd8e6dc8-92ea-4ed8-9fa3-4af7a9176102?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003814 10.0.0.38 - - [2026-03-05 02:32:03] "GET /virtual-networks?parent_id=aee59391-eec9-4c4a-ab09-f83b49bd1052&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003136 10.0.0.38 - - [2026-03-05 02:32:03] "GET /virtual-network/0ab36508-bf1a-40e8-86c4-29d512b1463e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005250 10.0.0.38 - - [2026-03-05 02:32:03] "POST /neutron/port HTTP/1.1" 200 1127 0.023396 10.0.0.38 - - [2026-03-05 02:32:03] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010712 10.0.0.38 - - [2026-03-05 02:32:03] "POST /neutron/port HTTP/1.1" 200 1127 0.017376 10.0.0.38 - - [2026-03-05 02:32:03] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008225 10.0.0.38 - - [2026-03-05 02:32:03] "POST /neutron/port HTTP/1.1" 200 1127 0.010681 10.0.0.38 - - [2026-03-05 02:32:03] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006395 10.0.0.38 - - [2026-03-05 02:32:03] "GET /virtual-machine/7f4f4ad9-1b4e-4f93-abb5-2241c224a8c0 HTTP/1.1" 200 1293 0.005531 10.0.0.38 - - [2026-03-05 02:32:03] "GET /virtual-machine-interface/016a1544-4c0f-499e-b5ba-6ab8bf5eb55c HTTP/1.1" 200 2945 0.011190 10.0.0.38 - - [2026-03-05 02:32:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003175 10.0.0.38 - - [2026-03-05 02:32:03] "GET /global-vrouter-config/fd8e6dc8-92ea-4ed8-9fa3-4af7a9176102?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002691 10.0.0.38 - - [2026-03-05 02:32:03] "GET /virtual-networks?parent_id=aee59391-eec9-4c4a-ab09-f83b49bd1052&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002740 10.0.0.38 - - [2026-03-05 02:32:03] "GET /virtual-network/0ab36508-bf1a-40e8-86c4-29d512b1463e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.004628 10.0.0.38 - - [2026-03-05 02:32:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003109 10.0.0.38 - - [2026-03-05 02:32:05] "GET /global-vrouter-config/fd8e6dc8-92ea-4ed8-9fa3-4af7a9176102?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003437 10.0.0.38 - - [2026-03-05 02:32:05] "GET /virtual-networks?parent_id=aee59391-eec9-4c4a-ab09-f83b49bd1052&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002717 10.0.0.38 - - [2026-03-05 02:32:05] "GET /virtual-network/0ab36508-bf1a-40e8-86c4-29d512b1463e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005239 10.0.0.38 - - [2026-03-05 02:32:09] "POST /neutron/network HTTP/1.1" 200 827 0.005639 10.0.0.38 - - [2026-03-05 02:32:09] "POST /neutron/network HTTP/1.1" 400 204 0.008879 10.0.0.38 - - [2026-03-05 02:32:10] "POST /neutron/port HTTP/1.1" 200 1127 0.011892 10.0.0.38 - - [2026-03-05 02:32:10] "POST /neutron/port HTTP/1.1" 200 1117 0.009358 10.0.0.38 - - [2026-03-05 02:32:10] "POST /neutron/port HTTP/1.1" 200 1127 0.011778 10.0.0.38 - - [2026-03-05 02:32:10] "POST /neutron/port HTTP/1.1" 200 1117 0.007734 10.0.0.38 - - [2026-03-05 02:32:10] "POST /neutron/port HTTP/1.1" 200 151 0.102829 10.0.0.38 - - [2026-03-05 02:32:10] "POST /neutron/port HTTP/1.1" 200 151 0.133657 10.0.0.38 - - [2026-03-05 02:32:11] "POST /neutron/network HTTP/1.1" 200 827 0.005932 10.0.0.38 - - [2026-03-05 02:32:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002544 10.0.0.38 - - [2026-03-05 02:32:11] "POST /useragent-kv HTTP/1.1" 200 115 0.002950 10.0.0.38 - - [2026-03-05 02:32:11] "POST /useragent-kv HTTP/1.1" 200 115 0.001673 10.0.0.38 - - [2026-03-05 02:32:11] "POST /neutron/network HTTP/1.1" 200 151 0.070181 10.0.0.38 - - [2026-03-05 02:32:11] "DELETE /route-target/3271011c-681e-4a94-b9c3-8fba1c87aab5 HTTP/1.1" 200 115 0.016097 10.0.0.38 - - [2026-03-05 02:32:12] "GET /projects?obj_uuids=aee59391-eec9-4c4a-ab09-f83b49bd1052&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001039 10.0.0.38 - - [2026-03-05 02:32:12] "GET /project/aee59391-eec9-4c4a-ab09-f83b49bd1052?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.020239 10.0.0.38 - - [2026-03-05 02:32:12] "GET /projects?obj_uuids=aee59391-eec9-4c4a-ab09-f83b49bd1052&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000880 10.0.0.38 - - [2026-03-05 02:32:12] "GET /project/aee59391-eec9-4c4a-ab09-f83b49bd1052?fields=virtual_networks HTTP/1.1" 200 1035 0.062804 10.0.0.38 - - [2026-03-05 02:32:12] "GET /projects?obj_uuids=aee59391-eec9-4c4a-ab09-f83b49bd1052&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000999 10.0.0.38 - - [2026-03-05 02:32:12] "GET /project/aee59391-eec9-4c4a-ab09-f83b49bd1052?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.025120 10.0.0.38 - - [2026-03-05 02:32:12] "GET /projects?obj_uuids=aee59391-eec9-4c4a-ab09-f83b49bd1052&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001048 10.0.0.38 - - [2026-03-05 02:32:12] "GET /project/aee59391-eec9-4c4a-ab09-f83b49bd1052?fields=security_groups HTTP/1.1" 200 1262 0.020367 10.0.0.38 - - [2026-03-05 02:32:13] "POST /fqname-to-id HTTP/1.1" 404 188 0.025668 10.0.0.38 - - [2026-03-05 02:32:13] "GET /projects?obj_uuids=83913321-a495-4d3c-b09d-e6b6352c0765&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002694 10.0.0.38 - - [2026-03-05 02:32:13] "GET /domains?obj_uuids=f0f8f0ab-ad00-4bf2-b32c-7ffe83ec7aa0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000932 10.0.0.38 - - [2026-03-05 02:32:13] "GET /domain/f0f8f0ab-ad00-4bf2-b32c-7ffe83ec7aa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006381 10.0.0.38 - - [2026-03-05 02:32:13] "POST /id-to-fqname HTTP/1.1" 200 190 0.001351 10.0.0.38 - - [2026-03-05 02:32:13] "POST /fqname-to-id HTTP/1.1" 404 199 0.002149 10.0.0.38 - - [2026-03-05 02:32:13] "POST /security-groups HTTP/1.1" 200 591 0.067535 10.0.0.38 - - [2026-03-05 02:32:13] "POST /fqname-to-id HTTP/1.1" 404 234 0.002423 10.0.0.38 - - [2026-03-05 02:32:13] "POST /projects HTTP/1.1" 200 585 0.205992 10.0.0.38 - - [2026-03-05 02:32:13] "POST /access-control-lists HTTP/1.1" 200 596 0.057585 10.0.0.38 - - [2026-03-05 02:32:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.275095 10.0.0.38 - - [2026-03-05 02:32:13] "POST /fqname-to-id HTTP/1.1" 404 233 0.002541 10.0.0.38 - - [2026-03-05 02:32:13] "GET /project/83913321-a495-4d3c-b09d-e6b6352c0765?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.394849 10.0.0.38 - - [2026-03-05 02:32:13] "POST /access-control-lists HTTP/1.1" 200 594 0.060737 10.0.0.38 - - [2026-03-05 02:32:14] "GET / HTTP/1.1" 200 35931 0.002631 10.0.0.38 - - [2026-03-05 02:32:15] "POST /fqname-to-id HTTP/1.1" 401 292 0.000592 10.0.0.38 - - [2026-03-05 02:32:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.054712 10.0.0.38 - - [2026-03-05 02:32:15] "GET /projects?obj_uuids=83913321-a495-4d3c-b09d-e6b6352c0765&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001010 10.0.0.38 - - [2026-03-05 02:32:15] "GET /project/83913321-a495-4d3c-b09d-e6b6352c0765?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.020533 10.0.0.38 - - [2026-03-05 02:32:15] "POST /neutron/network HTTP/1.1" 200 117 0.030363 10.0.0.38 - - [2026-03-05 02:32:15] "GET /projects?obj_uuids=83913321-a495-4d3c-b09d-e6b6352c0765&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001420 10.0.0.38 - - [2026-03-05 02:32:15] "POST /neutron/network HTTP/1.1" 200 625 0.056445 10.0.0.38 - - [2026-03-05 02:32:15] "POST /route-targets HTTP/1.1" 200 327 0.008924 10.0.0.38 - - [2026-03-05 02:32:15] "POST /ref-update HTTP/1.1" 200 156 0.016837 10.0.0.38 - - [2026-03-05 02:32:16] "POST /useragent-kv HTTP/1.1" 200 115 0.002707 10.0.0.38 - - [2026-03-05 02:32:16] "POST /neutron/subnet HTTP/1.1" 200 701 0.211956 10.0.0.38 - - [2026-03-05 02:32:16] "POST /neutron/network HTTP/1.1" 200 839 0.006708 10.0.0.38 - - [2026-03-05 02:32:16] "POST /id-to-fqname HTTP/1.1" 200 230 0.001602 10.0.0.38 - - [2026-03-05 02:32:16] "GET /virtual-network/4bf84d91-dd5f-480c-8689-219d5c5b8c3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005781 10.0.0.38 - - [2026-03-05 02:32:16] "POST /neutron/network HTTP/1.1" 200 839 0.005671 10.0.0.38 - - [2026-03-05 02:32:16] "GET /virtual-network/4bf84d91-dd5f-480c-8689-219d5c5b8c3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004861 10.0.0.38 - - [2026-03-05 02:32:16] "POST /neutron/network HTTP/1.1" 200 839 0.006474 10.0.0.38 - - [2026-03-05 02:32:16] "POST /neutron/subnet HTTP/1.1" 200 701 0.006732 10.0.0.38 - - [2026-03-05 02:32:16] "POST /neutron/network HTTP/1.1" 200 839 0.006520 10.0.0.38 - - [2026-03-05 02:32:16] "POST /id-to-fqname HTTP/1.1" 200 230 0.001763 10.0.0.38 - - [2026-03-05 02:32:16] "POST /neutron/network HTTP/1.1" 200 849 0.005983 10.0.0.38 - - [2026-03-05 02:32:16] "GET /aaa-mode HTTP/1.1" 401 292 0.000460 10.0.0.38 - - [2026-03-05 02:32:16] "GET / HTTP/1.1" 200 35931 0.001821 10.0.0.38 - - [2026-03-05 02:32:16] "GET /project/83913321-a495-4d3c-b09d-e6b6352c0765?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000374 10.0.0.38 - - [2026-03-05 02:32:17] "GET /projects?obj_uuids=83913321-a495-4d3c-b09d-e6b6352c0765&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001001 10.0.0.38 - - [2026-03-05 02:32:17] "GET /project/83913321-a495-4d3c-b09d-e6b6352c0765?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.052359 10.0.0.38 - - [2026-03-05 02:32:17] "POST /neutron/network HTTP/1.1" 200 839 0.004664 10.0.0.38 - - [2026-03-05 02:32:17] "POST /neutron/port HTTP/1.1" 200 117 0.004465 10.0.0.38 - - [2026-03-05 02:32:17] "POST /neutron/port HTTP/1.1" 200 117 0.005176 10.0.0.38 - - [2026-03-05 02:32:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002569 10.0.0.38 - - [2026-03-05 02:32:17] "GET /global-vrouter-config/fd8e6dc8-92ea-4ed8-9fa3-4af7a9176102?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002915 10.0.0.38 - - [2026-03-05 02:32:17] "PUT /global-vrouter-config/fd8e6dc8-92ea-4ed8-9fa3-4af7a9176102 HTTP/1.1" 200 276 0.008854 10.0.0.38 - - [2026-03-05 02:32:17] "POST /neutron/port HTTP/1.1" 200 117 0.004000 10.0.0.38 - - [2026-03-05 02:32:17] "POST /neutron/network HTTP/1.1" 200 849 0.004637 10.0.0.38 - - [2026-03-05 02:32:17] "GET /projects?obj_uuids=83913321-a495-4d3c-b09d-e6b6352c0765&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001061 10.0.0.38 - - [2026-03-05 02:32:18] "POST /neutron/port HTTP/1.1" 200 1055 0.204581 10.0.0.38 - - [2026-03-05 02:32:18] "POST /neutron/port HTTP/1.1" 200 1055 0.010739 10.0.0.38 - - [2026-03-05 02:32:18] "POST /neutron/port HTTP/1.1" 200 1055 0.010084 10.0.0.38 - - [2026-03-05 02:32:18] "POST /neutron/port HTTP/1.1" 200 1109 0.061369 10.0.0.38 - - [2026-03-05 02:32:18] "POST /neutron/port HTTP/1.1" 200 1119 0.010594 10.0.0.38 - - [2026-03-05 02:32:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003388 10.0.0.38 - - [2026-03-05 02:32:18] "POST /neutron/subnet HTTP/1.1" 200 675 0.006378 10.0.0.38 - - [2026-03-05 02:32:18] "POST /neutron/port HTTP/1.1" 200 117 0.001229 10.0.0.38 - - [2026-03-05 02:32:18] "POST /neutron/network HTTP/1.1" 200 839 0.005186 10.0.0.38 - - [2026-03-05 02:32:22] "POST /neutron/port HTTP/1.1" 200 1119 0.011521 10.0.0.38 - - [2026-03-05 02:32:22] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005998 10.0.0.38 - - [2026-03-05 02:32:22] "POST /neutron/port HTTP/1.1" 200 1119 0.011341 10.0.0.38 - - [2026-03-05 02:32:22] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005599 10.0.0.38 - - [2026-03-05 02:32:22] "POST /neutron/port HTTP/1.1" 200 1119 0.010915 10.0.0.38 - - [2026-03-05 02:32:22] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005323 10.0.0.38 - - [2026-03-05 02:32:22] "GET /virtual-machine/3657db6a-c47b-4a98-8c80-4be48874fdd3 HTTP/1.1" 401 292 0.000464 10.0.0.38 - - [2026-03-05 02:32:23] "GET /virtual-machine/3657db6a-c47b-4a98-8c80-4be48874fdd3 HTTP/1.1" 200 1292 0.039740 10.0.0.38 - - [2026-03-05 02:32:23] "GET /virtual-machine-interface/8f3d6d3d-0459-4f8f-b765-3950e614a28a HTTP/1.1" 200 2972 0.004853 10.0.0.38 - - [2026-03-05 02:32:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002899 10.0.0.38 - - [2026-03-05 02:32:23] "GET /global-vrouter-config/fd8e6dc8-92ea-4ed8-9fa3-4af7a9176102?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.003618 10.0.0.38 - - [2026-03-05 02:32:23] "GET /virtual-networks?parent_id=83913321-a495-4d3c-b09d-e6b6352c0765&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002678 10.0.0.38 - - [2026-03-05 02:32:23] "GET /virtual-network/4bf84d91-dd5f-480c-8689-219d5c5b8c3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004822 10.0.0.38 - - [2026-03-05 02:32:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003019 10.0.0.38 - - [2026-03-05 02:32:26] "GET /virtual-network/4bf84d91-dd5f-480c-8689-219d5c5b8c3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004621 10.0.0.38 - - [2026-03-05 02:32:27] "POST /neutron/port HTTP/1.1" 200 1119 0.010447 10.0.0.38 - - [2026-03-05 02:32:27] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006078 10.0.0.38 - - [2026-03-05 02:32:28] "DELETE /project/83913321a4954d3cb09de6b6352c0765 HTTP/1.1" 404 173 0.072673 10.0.0.38 - - [2026-03-05 02:32:28] "DELETE /project/aee59391eec94c4aab09f83b49bd1052 HTTP/1.1" 404 173 0.071884 10.0.0.38 - - [2026-03-05 02:32:28] "GET /projects?obj_uuids=8db7ad65-14ab-4a76-b76b-e5f643c6d00c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000905 10.0.0.38 - - [2026-03-05 02:32:28] "GET /projects?obj_uuids=aee59391-eec9-4c4a-ab09-f83b49bd1052&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000784 10.0.0.38 - - [2026-03-05 02:32:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.005736 10.0.0.38 - - [2026-03-05 02:32:28] "GET /global-vrouter-config/fd8e6dc8-92ea-4ed8-9fa3-4af7a9176102?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.005132 10.0.0.38 - - [2026-03-05 02:32:28] "GET /project/aee59391-eec9-4c4a-ab09-f83b49bd1052?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1473 0.102695 10.0.0.38 - - [2026-03-05 02:32:28] "GET /project/8db7ad65-14ab-4a76-b76b-e5f643c6d00c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1473 0.040223 10.0.0.38 - - [2026-03-05 02:32:28] "GET /projects?obj_uuids=8db7ad65-14ab-4a76-b76b-e5f643c6d00c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001392 10.0.0.38 - - [2026-03-05 02:32:28] "GET /projects?obj_uuids=aee59391-eec9-4c4a-ab09-f83b49bd1052&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001172 10.0.0.38 - - [2026-03-05 02:32:28] "GET /virtual-networks?parent_id=83913321-a495-4d3c-b09d-e6b6352c0765&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003499 10.0.0.38 - - [2026-03-05 02:32:28] "GET /project/aee59391-eec9-4c4a-ab09-f83b49bd1052?fields=security_groups HTTP/1.1" 200 1367 0.036285 10.0.0.38 - - [2026-03-05 02:32:28] "GET /project/8db7ad65-14ab-4a76-b76b-e5f643c6d00c?fields=security_groups HTTP/1.1" 200 1367 0.040468 10.0.0.38 - - [2026-03-05 02:32:28] "GET /virtual-network/4bf84d91-dd5f-480c-8689-219d5c5b8c3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006139 10.0.0.38 - - [2026-03-05 02:32:28] "DELETE /security-group/c860bd8d-a129-4cf0-9120-d01319991fcd HTTP/1.1" 200 115 0.041891 10.0.0.38 - - [2026-03-05 02:32:28] "GET /projects?obj_uuids=aee59391-eec9-4c4a-ab09-f83b49bd1052&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001571 10.0.0.38 - - [2026-03-05 02:32:28] "DELETE /access-control-list/f956ca5c-98a1-4dbc-984e-b8187efc8fb7 HTTP/1.1" 200 115 0.043833 10.0.0.38 - - [2026-03-05 02:32:28] "DELETE /security-group/258e4bd1-dc06-4f52-b57b-3fc9666cd893 HTTP/1.1" 200 115 0.065066 10.0.0.38 - - [2026-03-05 02:32:28] "GET /projects?obj_uuids=8db7ad65-14ab-4a76-b76b-e5f643c6d00c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001115 10.0.0.38 - - [2026-03-05 02:32:28] "GET /project/aee59391-eec9-4c4a-ab09-f83b49bd1052?fields=application_policy_sets HTTP/1.1" 200 1406 0.053671 10.0.0.38 - - [2026-03-05 02:32:29] "DELETE /access-control-list/6165fc7f-cf78-4971-bbb1-9b15133825d9 HTTP/1.1" 200 115 0.049423 10.0.0.38 - - [2026-03-05 02:32:29] "GET /project/8db7ad65-14ab-4a76-b76b-e5f643c6d00c?fields=application_policy_sets HTTP/1.1" 200 1406 0.075325 10.0.0.38 - - [2026-03-05 02:32:29] "DELETE /access-control-list/f69c4199-dcb6-4cd9-8b40-1abd55120f54 HTTP/1.1" 200 115 0.035885 10.0.0.38 - - [2026-03-05 02:32:29] "DELETE /access-control-list/d2a4fac8-d4f1-46a6-a5ae-140a38f6c85a HTTP/1.1" 200 115 0.041977 10.0.0.38 - - [2026-03-05 02:32:29] "DELETE /project/aee59391-eec9-4c4a-ab09-f83b49bd1052 HTTP/1.1" 200 115 0.462802 10.0.0.38 - - [2026-03-05 02:32:29] "DELETE /project/8db7ad65-14ab-4a76-b76b-e5f643c6d00c HTTP/1.1" 200 115 0.487025 10.0.0.38 - - [2026-03-05 02:32:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002779 10.0.0.38 - - [2026-03-05 02:32:30] "GET /global-vrouter-config/fd8e6dc8-92ea-4ed8-9fa3-4af7a9176102?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.002920 10.0.0.38 - - [2026-03-05 02:32:30] "PUT /global-vrouter-config/fd8e6dc8-92ea-4ed8-9fa3-4af7a9176102 HTTP/1.1" 200 276 0.007636 10.0.0.38 - - [2026-03-05 02:32:31] "POST /neutron/network HTTP/1.1" 200 839 0.006235 10.0.0.38 - - [2026-03-05 02:32:31] "POST /neutron/network HTTP/1.1" 400 204 0.009656 10.0.0.38 - - [2026-03-05 02:32:31] "POST /neutron/port HTTP/1.1" 200 1119 0.011312 10.0.0.38 - - [2026-03-05 02:32:31] "POST /neutron/port HTTP/1.1" 200 1109 0.009904 10.0.0.38 - - [2026-03-05 02:32:31] "POST /neutron/port HTTP/1.1" 200 151 0.089071 10.0.0.38 - - [2026-03-05 02:32:33] "POST /neutron/network HTTP/1.1" 200 839 0.005286 10.0.0.38 - - [2026-03-05 02:32:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003803 10.0.0.38 - - [2026-03-05 02:32:33] "POST /useragent-kv HTTP/1.1" 200 115 0.003145 10.0.0.38 - - [2026-03-05 02:32:33] "POST /useragent-kv HTTP/1.1" 200 115 0.001950 10.0.0.38 - - [2026-03-05 02:32:33] "POST /neutron/network HTTP/1.1" 200 151 0.081134 10.0.0.38 - - [2026-03-05 02:32:33] "DELETE /route-target/7c6cd47c-7c42-4b49-8ed2-8b11e79dd89c HTTP/1.1" 200 115 0.016168 10.0.0.38 - - [2026-03-05 02:32:33] "GET /global-vrouter-configs HTTP/1.1" 200 357 0.002767 10.0.0.38 - - [2026-03-05 02:32:33] "GET /global-vrouter-config/fd8e6dc8-92ea-4ed8-9fa3-4af7a9176102 HTTP/1.1" 200 1881 0.005038 10.0.0.38 - - [2026-03-05 02:32:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002480 10.0.0.38 - - [2026-03-05 02:32:33] "GET /projects?obj_uuids=83913321-a495-4d3c-b09d-e6b6352c0765&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000942 10.0.0.38 - - [2026-03-05 02:32:33] "GET /project/83913321-a495-4d3c-b09d-e6b6352c0765?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.022506 10.0.0.38 - - [2026-03-05 02:32:33] "POST /neutron/network HTTP/1.1" 200 117 0.009133 10.0.0.38 - - [2026-03-05 02:32:33] "GET /projects?obj_uuids=83913321-a495-4d3c-b09d-e6b6352c0765&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001009 10.0.0.38 - - [2026-03-05 02:32:33] "POST /neutron/network HTTP/1.1" 200 605 0.058695 10.0.0.38 - - [2026-03-05 02:32:33] "POST /route-targets HTTP/1.1" 200 327 0.013494 10.0.0.38 - - [2026-03-05 02:32:33] "POST /ref-update HTTP/1.1" 200 156 0.010559 10.0.0.38 - - [2026-03-05 02:32:34] "POST /useragent-kv HTTP/1.1" 200 115 0.004246 10.0.0.38 - - [2026-03-05 02:32:34] "POST /neutron/subnet HTTP/1.1" 200 725 0.168776 10.0.0.38 - - [2026-03-05 02:32:34] "POST /neutron/network HTTP/1.1" 200 824 0.006365 10.0.0.38 - - [2026-03-05 02:32:34] "POST /id-to-fqname HTTP/1.1" 200 220 0.001625 10.0.0.38 - - [2026-03-05 02:32:34] "GET /virtual-network/2fd1bea2-30ac-400f-a606-e0a4844206bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006076 10.0.0.38 - - [2026-03-05 02:32:34] "POST /neutron/network HTTP/1.1" 200 824 0.005412 10.0.0.38 - - [2026-03-05 02:32:34] "GET /virtual-network/2fd1bea2-30ac-400f-a606-e0a4844206bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.004718 10.0.0.38 - - [2026-03-05 02:32:34] "POST /neutron/network HTTP/1.1" 200 824 0.005239 10.0.0.38 - - [2026-03-05 02:32:34] "POST /neutron/subnet HTTP/1.1" 200 725 0.007831 10.0.0.38 - - [2026-03-05 02:32:34] "POST /id-to-fqname HTTP/1.1" 200 220 0.001479 10.0.0.38 - - [2026-03-05 02:32:34] "POST /neutron/network HTTP/1.1" 200 834 0.006444 10.0.0.38 - - [2026-03-05 02:32:34] "GET /aaa-mode HTTP/1.1" 401 292 0.000559 10.0.0.38 - - [2026-03-05 02:32:34] "GET / HTTP/1.1" 200 35931 0.001746 10.0.0.38 - - [2026-03-05 02:32:34] "GET /project/83913321-a495-4d3c-b09d-e6b6352c0765?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000504 10.0.0.38 - - [2026-03-05 02:32:35] "GET /projects?obj_uuids=83913321-a495-4d3c-b09d-e6b6352c0765&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001097 10.0.0.38 - - [2026-03-05 02:32:35] "GET /project/83913321-a495-4d3c-b09d-e6b6352c0765?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.145412 10.0.0.38 - - [2026-03-05 02:32:35] "POST /neutron/network HTTP/1.1" 200 824 0.005691 10.0.0.38 - - [2026-03-05 02:32:35] "GET /obj-perms HTTP/1.1" 200 5056 0.075161 10.0.0.38 - - [2026-03-05 02:32:35] "POST /neutron/port HTTP/1.1" 200 117 0.005910 10.0.0.38 - - [2026-03-05 02:32:35] "POST /neutron/port HTTP/1.1" 200 117 0.005491 10.0.0.38 - - [2026-03-05 02:32:35] "POST /neutron/port HTTP/1.1" 200 117 0.004587 10.0.0.38 - - [2026-03-05 02:32:35] "GET /obj-perms HTTP/1.1" 200 5056 0.047204 10.0.0.38 - - [2026-03-05 02:32:35] "POST /neutron/network HTTP/1.1" 200 834 0.005594 10.0.0.38 - - [2026-03-05 02:32:35] "GET /projects?obj_uuids=83913321-a495-4d3c-b09d-e6b6352c0765&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001476 10.0.0.38 - - [2026-03-05 02:32:36] "POST /neutron/port HTTP/1.1" 200 1060 0.199417 10.0.0.38 - - [2026-03-05 02:32:36] "POST /neutron/port HTTP/1.1" 200 1060 0.009438 10.0.0.38 - - [2026-03-05 02:32:36] "POST /neutron/port HTTP/1.1" 200 1060 0.012075 10.0.0.38 - - [2026-03-05 02:32:36] "POST /neutron/port HTTP/1.1" 200 1114 0.060428 10.0.0.38 - - [2026-03-05 02:32:36] "POST /neutron/port HTTP/1.1" 200 1124 0.013956 10.0.0.38 - - [2026-03-05 02:32:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003214 10.0.0.38 - - [2026-03-05 02:32:36] "POST /neutron/subnet HTTP/1.1" 200 699 0.008223 10.0.0.38 - - [2026-03-05 02:32:36] "POST /neutron/port HTTP/1.1" 200 117 0.001612 10.0.0.38 - - [2026-03-05 02:32:36] "POST /neutron/network HTTP/1.1" 200 824 0.005831 10.0.0.38 - - [2026-03-05 02:32:40] "POST /neutron/port HTTP/1.1" 200 1124 0.010372 10.0.0.38 - - [2026-03-05 02:32:40] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005966 10.0.0.38 - - [2026-03-05 02:32:40] "POST /neutron/port HTTP/1.1" 200 1124 0.010892 10.0.0.38 - - [2026-03-05 02:32:40] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005314 10.0.0.38 - - [2026-03-05 02:32:40] "POST /neutron/port HTTP/1.1" 200 1124 0.012345 10.0.0.38 - - [2026-03-05 02:32:40] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007472 10.0.0.38 - - [2026-03-05 02:32:40] "GET /virtual-machine/b4e40360-440d-4ff1-b0d9-2ab99695fdb0 HTTP/1.1" 200 1293 0.004793 10.0.0.38 - - [2026-03-05 02:32:40] "GET /virtual-machine-interface/c5e55aee-2b19-42dd-a794-8e0710c071af HTTP/1.1" 200 2942 0.004785 10.0.0.38 - - [2026-03-05 02:32:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003058 10.0.0.38 - - [2026-03-05 02:32:40] "GET /global-vrouter-config/fd8e6dc8-92ea-4ed8-9fa3-4af7a9176102?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004560 10.0.0.38 - - [2026-03-05 02:32:40] "GET /virtual-networks?parent_id=83913321-a495-4d3c-b09d-e6b6352c0765&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003139 10.0.0.38 - - [2026-03-05 02:32:40] "GET /virtual-network/2fd1bea2-30ac-400f-a606-e0a4844206bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.004949 10.0.0.38 - - [2026-03-05 02:32:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002740 10.0.0.38 - - [2026-03-05 02:32:43] "GET /virtual-network/2fd1bea2-30ac-400f-a606-e0a4844206bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005194 10.0.0.38 - - [2026-03-05 02:32:45] "POST /neutron/port HTTP/1.1" 200 1124 0.014977 10.0.0.38 - - [2026-03-05 02:32:45] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007016 10.0.0.38 - - [2026-03-05 02:32:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002711 10.0.0.38 - - [2026-03-05 02:32:46] "GET /global-vrouter-config/fd8e6dc8-92ea-4ed8-9fa3-4af7a9176102?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002874 10.0.0.38 - - [2026-03-05 02:32:46] "GET /virtual-networks?parent_id=83913321-a495-4d3c-b09d-e6b6352c0765&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002583 10.0.0.38 - - [2026-03-05 02:32:46] "GET /virtual-network/2fd1bea2-30ac-400f-a606-e0a4844206bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005350 10.0.0.38 - - [2026-03-05 02:32:46] "POST /neutron/port HTTP/1.1" 200 1124 0.010888 10.0.0.38 - - [2026-03-05 02:32:46] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006495 10.0.0.38 - - [2026-03-05 02:32:48] "POST /neutron/port HTTP/1.1" 200 1124 0.011021 10.0.0.38 - - [2026-03-05 02:32:48] "POST /neutron/port HTTP/1.1" 200 1124 0.012081 10.0.0.38 - - [2026-03-05 02:32:49] "POST /neutron/network HTTP/1.1" 200 834 0.004887 10.0.0.38 - - [2026-03-05 02:32:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003069 10.0.0.38 - - [2026-03-05 02:32:49] "POST /neutron/subnet HTTP/1.1" 200 699 0.006701 10.0.0.38 - - [2026-03-05 02:32:49] "POST /neutron/port HTTP/1.1" 200 117 0.001178 10.0.0.38 - - [2026-03-05 02:32:49] "POST /neutron/network HTTP/1.1" 200 824 0.005722 10.0.0.38 - - [2026-03-05 02:32:53] "POST /neutron/network HTTP/1.1" 200 824 0.005821 10.0.0.38 - - [2026-03-05 02:32:53] "POST /neutron/network HTTP/1.1" 400 204 0.014169 10.0.0.38 - - [2026-03-05 02:32:53] "POST /neutron/port HTTP/1.1" 200 1124 0.011109 10.0.0.38 - - [2026-03-05 02:32:53] "POST /neutron/port HTTP/1.1" 200 1114 0.009060 10.0.0.38 - - [2026-03-05 02:32:53] "POST /neutron/port HTTP/1.1" 200 151 0.086114 10.0.0.38 - - [2026-03-05 02:32:55] "POST /neutron/network HTTP/1.1" 200 824 0.005222 10.0.0.38 - - [2026-03-05 02:32:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002794 10.0.0.38 - - [2026-03-05 02:32:55] "POST /useragent-kv HTTP/1.1" 200 115 0.003057 10.0.0.38 - - [2026-03-05 02:32:55] "POST /useragent-kv HTTP/1.1" 200 115 0.001910 10.0.0.38 - - [2026-03-05 02:32:55] "POST /neutron/network HTTP/1.1" 200 151 0.074003 10.0.0.38 - - [2026-03-05 02:32:55] "DELETE /route-target/659ffa5a-967a-453c-af15-a3f4e712640b HTTP/1.1" 200 115 0.020219 10.0.0.38 - - [2026-03-05 02:32:55] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.002490 10.0.0.38 - - [2026-03-05 02:32:55] "POST /network-ipams HTTP/1.1" 200 541 0.017030 10.0.0.38 - - [2026-03-05 02:32:55] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 764 0.002425 10.0.0.38 - - [2026-03-05 02:32:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002421 10.0.0.38 - - [2026-03-05 02:32:56] "GET /network-ipam/e133b4ad-f1f8-4fd1-b68a-8797a20a2b19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1330 0.004210 10.0.0.38 - - [2026-03-05 02:32:56] "PUT /network-ipam/e133b4ad-f1f8-4fd1-b68a-8797a20a2b19 HTTP/1.1" 200 258 0.009568 10.0.0.38 - - [2026-03-05 02:32:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002542 10.0.0.38 - - [2026-03-05 02:32:56] "GET /projects?obj_uuids=83913321-a495-4d3c-b09d-e6b6352c0765&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001293 10.0.0.38 - - [2026-03-05 02:32:56] "GET /project/83913321-a495-4d3c-b09d-e6b6352c0765?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.025769 10.0.0.38 - - [2026-03-05 02:32:56] "POST /neutron/network HTTP/1.1" 200 117 0.007556 10.0.0.38 - - [2026-03-05 02:32:56] "GET /projects?obj_uuids=83913321-a495-4d3c-b09d-e6b6352c0765&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001617 10.0.0.38 - - [2026-03-05 02:32:56] "POST /neutron/network HTTP/1.1" 200 605 0.081271 10.0.0.38 - - [2026-03-05 02:32:56] "POST /route-targets HTTP/1.1" 200 327 0.008391 10.0.0.38 - - [2026-03-05 02:32:56] "POST /ref-update HTTP/1.1" 200 156 0.008973 10.0.0.38 - - [2026-03-05 02:32:56] "POST /useragent-kv HTTP/1.1" 200 115 0.002325 10.0.0.38 - - [2026-03-05 02:32:56] "POST /neutron/subnet HTTP/1.1" 200 699 0.149456 10.0.0.38 - - [2026-03-05 02:32:56] "POST /useragent-kv HTTP/1.1" 200 115 0.003857 10.0.0.38 - - [2026-03-05 02:32:56] "POST /neutron/subnet HTTP/1.1" 200 699 0.137695 10.0.0.38 - - [2026-03-05 02:32:56] "POST /neutron/network HTTP/1.1" 200 994 0.007952 10.0.0.38 - - [2026-03-05 02:32:56] "POST /id-to-fqname HTTP/1.1" 200 220 0.001172 10.0.0.38 - - [2026-03-05 02:32:56] "GET /virtual-network/dc8047d4-b6f7-4d04-aa6a-5555745912f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.004406 10.0.0.38 - - [2026-03-05 02:32:56] "POST /neutron/network HTTP/1.1" 200 994 0.006945 10.0.0.38 - - [2026-03-05 02:32:56] "GET /virtual-network/dc8047d4-b6f7-4d04-aa6a-5555745912f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.004688 10.0.0.38 - - [2026-03-05 02:32:56] "POST /neutron/network HTTP/1.1" 200 994 0.007404 10.0.0.38 - - [2026-03-05 02:32:56] "POST /neutron/subnet HTTP/1.1" 200 699 0.006471 10.0.0.38 - - [2026-03-05 02:32:56] "POST /neutron/subnet HTTP/1.1" 200 699 0.006828 10.0.0.38 - - [2026-03-05 02:32:56] "POST /neutron/network HTTP/1.1" 200 994 0.006323 10.0.0.38 - - [2026-03-05 02:32:56] "POST /neutron/subnet HTTP/1.1" 200 699 0.006481 10.0.0.38 - - [2026-03-05 02:32:56] "POST /neutron/subnet HTTP/1.1" 200 699 0.006493 10.0.0.38 - - [2026-03-05 02:32:57] "GET /projects?obj_uuids=83913321-a495-4d3c-b09d-e6b6352c0765&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001015 10.0.0.38 - - [2026-03-05 02:32:57] "POST /neutron/port HTTP/1.1" 200 1017 0.148545 10.0.0.38 - - [2026-03-05 02:32:57] "GET /projects?obj_uuids=83913321-a495-4d3c-b09d-e6b6352c0765&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001255 10.0.0.38 - - [2026-03-05 02:32:57] "POST /neutron/port HTTP/1.1" 200 1017 0.186333 10.0.0.38 - - [2026-03-05 02:32:57] "POST /id-to-fqname HTTP/1.1" 200 220 0.001416 10.0.0.38 - - [2026-03-05 02:32:57] "POST /neutron/port HTTP/1.1" 200 1017 0.009603 10.0.0.38 - - [2026-03-05 02:32:57] "POST /neutron/port HTTP/1.1" 200 1017 0.008970 10.0.0.38 - - [2026-03-05 02:32:57] "POST /neutron/network HTTP/1.1" 200 994 0.007889 10.0.0.38 - - [2026-03-05 02:32:57] "POST /neutron/port HTTP/1.1" 200 1017 0.009584 10.0.0.38 - - [2026-03-05 02:32:57] "POST /neutron/port HTTP/1.1" 200 117 0.004752 10.0.0.38 - - [2026-03-05 02:32:57] "POST /neutron/port HTTP/1.1" 200 1017 0.010487 10.0.0.38 - - [2026-03-05 02:32:57] "POST /neutron/port HTTP/1.1" 200 117 0.005054 10.0.0.38 - - [2026-03-05 02:32:57] "POST /id-to-fqname HTTP/1.1" 200 220 0.001202 10.0.0.38 - - [2026-03-05 02:32:57] "POST /neutron/port HTTP/1.1" 200 117 0.004801 10.0.0.38 - - [2026-03-05 02:32:57] "POST /neutron/port HTTP/1.1" 200 1017 0.009872 10.0.0.38 - - [2026-03-05 02:32:57] "POST /neutron/port HTTP/1.1" 200 1017 0.009489 10.0.0.38 - - [2026-03-05 02:32:58] "POST /neutron/network HTTP/1.1" 200 994 0.008185 10.0.0.38 - - [2026-03-05 02:32:58] "POST /neutron/port HTTP/1.1" 200 1017 0.009974 10.0.0.38 - - [2026-03-05 02:32:58] "POST /neutron/port HTTP/1.1" 200 1017 0.010192 10.0.0.38 - - [2026-03-05 02:32:58] "POST /neutron/port HTTP/1.1" 200 117 0.006299 10.0.0.38 - - [2026-03-05 02:32:58] "POST /neutron/port HTTP/1.1" 200 117 0.005105 10.0.0.38 - - [2026-03-05 02:32:58] "POST /id-to-fqname HTTP/1.1" 200 220 0.001281 10.0.0.38 - - [2026-03-05 02:32:58] "POST /neutron/port HTTP/1.1" 200 1017 0.008379 10.0.0.38 - - [2026-03-05 02:32:58] "POST /neutron/network HTTP/1.1" 200 1004 0.005690 10.0.0.38 - - [2026-03-05 02:32:58] "POST /neutron/port HTTP/1.1" 200 1017 0.009176 10.0.0.38 - - [2026-03-05 02:32:58] "POST /neutron/port HTTP/1.1" 200 1017 0.008838 10.0.0.38 - - [2026-03-05 02:32:58] "POST /neutron/port HTTP/1.1" 200 117 0.007551 10.0.0.38 - - [2026-03-05 02:32:58] "POST /neutron/port HTTP/1.1" 200 1109 0.083243 10.0.0.38 - - [2026-03-05 02:32:58] "POST /neutron/network HTTP/1.1" 200 1004 0.005067 10.0.0.38 - - [2026-03-05 02:32:58] "GET /aaa-mode HTTP/1.1" 401 292 0.000416 10.0.0.38 - - [2026-03-05 02:32:58] "POST /neutron/port HTTP/1.1" 200 1119 0.012262 10.0.0.38 - - [2026-03-05 02:32:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002973 10.0.0.38 - - [2026-03-05 02:32:58] "POST /neutron/subnet HTTP/1.1" 200 673 0.008404 10.0.0.38 - - [2026-03-05 02:32:58] "POST /neutron/port HTTP/1.1" 200 117 0.001227 10.0.0.38 - - [2026-03-05 02:32:58] "POST /neutron/network HTTP/1.1" 200 994 0.008973 10.0.0.38 - - [2026-03-05 02:32:58] "POST /neutron/port HTTP/1.1" 200 1017 0.009207 10.0.0.38 - - [2026-03-05 02:32:58] "POST /neutron/network HTTP/1.1" 200 1004 0.005133 10.0.0.38 - - [2026-03-05 02:32:58] "POST /neutron/port HTTP/1.1" 200 1017 0.008322 10.0.0.38 - - [2026-03-05 02:32:58] "POST /neutron/port HTTP/1.1" 200 1017 0.008543 10.0.0.38 - - [2026-03-05 02:32:58] "GET / HTTP/1.1" 200 35931 0.001436 10.0.0.38 - - [2026-03-05 02:32:58] "GET /project/83913321-a495-4d3c-b09d-e6b6352c0765?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.003630 10.0.0.38 - - [2026-03-05 02:32:58] "POST /neutron/port HTTP/1.1" 200 1109 0.087084 10.0.0.38 - - [2026-03-05 02:32:58] "POST /neutron/port HTTP/1.1" 200 1119 0.011525 10.0.0.38 - - [2026-03-05 02:32:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002815 10.0.0.38 - - [2026-03-05 02:32:58] "POST /neutron/subnet HTTP/1.1" 200 673 0.008336 10.0.0.38 - - [2026-03-05 02:32:58] "POST /neutron/port HTTP/1.1" 200 117 0.001314 10.0.0.38 - - [2026-03-05 02:32:59] "POST /neutron/network HTTP/1.1" 200 994 0.007803 10.0.0.38 - - [2026-03-05 02:32:59] "GET /projects?obj_uuids=83913321-a495-4d3c-b09d-e6b6352c0765&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001060 10.0.0.38 - - [2026-03-05 02:32:59] "GET /project/83913321-a495-4d3c-b09d-e6b6352c0765?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.055073 10.0.0.38 - - [2026-03-05 02:32:59] "POST /neutron/network HTTP/1.1" 200 994 0.006234 10.0.0.38 - - [2026-03-05 02:32:59] "POST /neutron/port HTTP/1.1" 200 2086 0.027597 10.0.0.38 - - [2026-03-05 02:32:59] "POST /neutron/security_group HTTP/1.1" 200 2058 0.011473 10.0.0.38 - - [2026-03-05 02:32:59] "POST /neutron/port HTTP/1.1" 200 117 0.005239 10.0.0.38 - - [2026-03-05 02:32:59] "GET /domains HTTP/1.1" 200 280 0.002584 10.0.0.38 - - [2026-03-05 02:32:59] "GET /domains?obj_uuids=f0f8f0ab-ad00-4bf2-b32c-7ffe83ec7aa0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001381 10.0.0.38 - - [2026-03-05 02:32:59] "GET /domain/f0f8f0ab-ad00-4bf2-b32c-7ffe83ec7aa0 HTTP/1.1" 200 2574 0.012323 10.0.0.38 - - [2026-03-05 02:32:59] "GET /projects?obj_uuids=83913321-a495-4d3c-b09d-e6b6352c0765&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001661 10.0.0.38 - - [2026-03-05 02:32:59] "GET /project/83913321-a495-4d3c-b09d-e6b6352c0765 HTTP/1.1" 200 2842 0.073496 10.0.0.38 - - [2026-03-05 02:32:59] "GET /network-ipam/e133b4ad-f1f8-4fd1-b68a-8797a20a2b19 HTTP/1.1" 200 2647 0.006331 10.0.0.38 - - [2026-03-05 02:32:59] "GET /domains HTTP/1.1" 200 280 0.005352 10.0.0.38 - - [2026-03-05 02:32:59] "GET /domains?obj_uuids=f0f8f0ab-ad00-4bf2-b32c-7ffe83ec7aa0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001789 10.0.0.38 - - [2026-03-05 02:32:59] "GET /domain/f0f8f0ab-ad00-4bf2-b32c-7ffe83ec7aa0 HTTP/1.1" 200 2574 0.010544 10.0.0.38 - - [2026-03-05 02:32:59] "GET /projects?obj_uuids=83913321-a495-4d3c-b09d-e6b6352c0765&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001319 10.0.0.38 - - [2026-03-05 02:32:59] "GET /project/83913321-a495-4d3c-b09d-e6b6352c0765 HTTP/1.1" 200 2842 0.073791 10.0.0.38 - - [2026-03-05 02:32:59] "GET /virtual-network/dc8047d4-b6f7-4d04-aa6a-5555745912f4 HTTP/1.1" 200 3781 0.008323 10.0.0.38 - - [2026-03-05 02:32:59] "GET /virtual-network/dc8047d4-b6f7-4d04-aa6a-5555745912f4 HTTP/1.1" 200 3781 0.006794 10.0.0.38 - - [2026-03-05 02:32:59] "GET /routing-instance/504f1ee6-f6f5-4ea3-a729-fa7a82fb584b HTTP/1.1" 200 2380 0.005261 10.0.0.38 - - [2026-03-05 02:32:59] "GET /routing-instance/504f1ee6-f6f5-4ea3-a729-fa7a82fb584b HTTP/1.1" 200 2380 0.005412 10.0.0.38 - - [2026-03-05 02:32:59] "GET /route-target/4bbd05e3-33ed-4479-a869-94fdbe2f9859 HTTP/1.1" 200 1204 0.004406 10.0.0.38 - - [2026-03-05 02:32:59] "GET /virtual-network/dc8047d4-b6f7-4d04-aa6a-5555745912f4 HTTP/1.1" 200 3781 0.006989 10.0.0.38 - - [2026-03-05 02:32:59] "GET /routing-instance/504f1ee6-f6f5-4ea3-a729-fa7a82fb584b HTTP/1.1" 200 2380 0.005678 10.0.0.38 - - [2026-03-05 02:32:59] "GET /virtual-network/dc8047d4-b6f7-4d04-aa6a-5555745912f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.007006 10.0.0.38 - - [2026-03-05 02:32:59] "GET /virtual-network/dc8047d4-b6f7-4d04-aa6a-5555745912f4 HTTP/1.1" 200 3781 0.007376 10.0.0.38 - - [2026-03-05 02:32:59] "GET /routing-instance/504f1ee6-f6f5-4ea3-a729-fa7a82fb584b HTTP/1.1" 200 2380 0.004003 10.0.0.38 - - [2026-03-05 02:32:59] "GET /routing-instance/504f1ee6-f6f5-4ea3-a729-fa7a82fb584b HTTP/1.1" 200 2380 0.003678 10.0.0.38 - - [2026-03-05 02:32:59] "GET /route-target/4bbd05e3-33ed-4479-a869-94fdbe2f9859 HTTP/1.1" 200 1204 0.003160 10.0.0.38 - - [2026-03-05 02:32:59] "GET /domains HTTP/1.1" 200 280 0.003306 10.0.0.38 - - [2026-03-05 02:32:59] "GET /domains?obj_uuids=f0f8f0ab-ad00-4bf2-b32c-7ffe83ec7aa0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001029 10.0.0.38 - - [2026-03-05 02:32:59] "GET /domain/f0f8f0ab-ad00-4bf2-b32c-7ffe83ec7aa0 HTTP/1.1" 200 2574 0.009974 10.0.0.38 - - [2026-03-05 02:32:59] "GET /projects?obj_uuids=83913321-a495-4d3c-b09d-e6b6352c0765&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001647 10.0.0.38 - - [2026-03-05 02:32:59] "GET /project/83913321-a495-4d3c-b09d-e6b6352c0765 HTTP/1.1" 200 2842 0.082311 10.0.0.38 - - [2026-03-05 02:32:59] "GET /virtual-network/dc8047d4-b6f7-4d04-aa6a-5555745912f4 HTTP/1.1" 200 3781 0.006912 10.0.0.38 - - [2026-03-05 02:32:59] "POST /neutron/network HTTP/1.1" 200 1004 0.013430 10.0.0.38 - - [2026-03-05 02:32:59] "GET /projects?obj_uuids=83913321-a495-4d3c-b09d-e6b6352c0765&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001560 10.0.0.38 - - [2026-03-05 02:33:00] "POST /neutron/port HTTP/1.1" 200 1055 0.297851 10.0.0.38 - - [2026-03-05 02:33:00] "POST /neutron/port HTTP/1.1" 200 1055 0.013387 10.0.0.38 - - [2026-03-05 02:33:00] "POST /neutron/port HTTP/1.1" 200 1055 0.019943 10.0.0.38 - - [2026-03-05 02:33:00] "GET /obj-perms HTTP/1.1" 200 5030 0.127114 10.0.0.38 - - [2026-03-05 02:33:00] "POST /neutron/port HTTP/1.1" 200 1109 0.075719 10.0.0.38 - - [2026-03-05 02:33:00] "POST /neutron/port HTTP/1.1" 200 1119 0.012929 10.0.0.38 - - [2026-03-05 02:33:00] "POST /neutron/port HTTP/1.1" 200 1119 0.010216 10.0.0.38 - - [2026-03-05 02:33:00] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007356 10.0.0.38 - - [2026-03-05 02:33:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004073 10.0.0.38 - - [2026-03-05 02:33:00] "POST /neutron/subnet HTTP/1.1" 200 673 0.011097 10.0.0.38 - - [2026-03-05 02:33:00] "POST /neutron/port HTTP/1.1" 200 117 0.001197 10.0.0.38 - - [2026-03-05 02:33:00] "POST /neutron/port HTTP/1.1" 200 1119 0.017581 10.0.0.38 - - [2026-03-05 02:33:00] "POST /neutron/network HTTP/1.1" 200 994 0.009527 10.0.0.38 - - [2026-03-05 02:33:00] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006784 10.0.0.38 - - [2026-03-05 02:33:00] "POST /neutron/port HTTP/1.1" 200 1119 0.017385 10.0.0.38 - - [2026-03-05 02:33:00] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009061 10.0.0.38 - - [2026-03-05 02:33:00] "GET /virtual-machine/825027c8-e81e-4806-8fe4-8c367146cb31 HTTP/1.1" 200 1288 0.009188 10.0.0.38 - - [2026-03-05 02:33:00] "GET /virtual-machine-interface/a1bb9103-33b3-4a8a-9f2e-3c8559f18d3a HTTP/1.1" 200 2942 0.006725 10.0.0.38 - - [2026-03-05 02:33:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004557 10.0.0.38 - - [2026-03-05 02:33:00] "GET /global-vrouter-config/fd8e6dc8-92ea-4ed8-9fa3-4af7a9176102?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004277 10.0.0.38 - - [2026-03-05 02:33:00] "GET /virtual-networks?parent_id=83913321-a495-4d3c-b09d-e6b6352c0765&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002787 10.0.0.38 - - [2026-03-05 02:33:00] "GET /virtual-network/dc8047d4-b6f7-4d04-aa6a-5555745912f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.006147 10.0.0.38 - - [2026-03-05 02:33:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.006719 10.0.0.38 - - [2026-03-05 02:33:04] "GET /virtual-network/dc8047d4-b6f7-4d04-aa6a-5555745912f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.007708 10.0.0.38 - - [2026-03-05 02:33:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003165 10.0.0.38 - - [2026-03-05 02:33:08] "GET /virtual-network/dc8047d4-b6f7-4d04-aa6a-5555745912f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.004715 10.0.0.38 - - [2026-03-05 02:33:08] "POST /neutron/port HTTP/1.1" 200 1119 0.014386 10.0.0.38 - - [2026-03-05 02:33:08] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005913 10.0.0.38 - - [2026-03-05 02:33:08] "POST /neutron/port HTTP/1.1" 200 1119 0.015600 10.0.0.38 - - [2026-03-05 02:33:08] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005555 10.0.0.38 - - [2026-03-05 02:33:09] "POST /neutron/port HTTP/1.1" 200 1119 0.013712 10.0.0.38 - - [2026-03-05 02:33:09] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005340 10.0.0.38 - - [2026-03-05 02:33:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002607 10.0.0.38 - - [2026-03-05 02:33:10] "GET /global-vrouter-config/fd8e6dc8-92ea-4ed8-9fa3-4af7a9176102?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002915 10.0.0.38 - - [2026-03-05 02:33:10] "GET /virtual-networks?parent_id=83913321-a495-4d3c-b09d-e6b6352c0765&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002613 10.0.0.38 - - [2026-03-05 02:33:10] "GET /virtual-network/dc8047d4-b6f7-4d04-aa6a-5555745912f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.007327 10.0.0.38 - - [2026-03-05 02:33:10] "POST /neutron/port HTTP/1.1" 200 1119 0.011228 10.0.0.38 - - [2026-03-05 02:33:10] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005078 10.0.0.38 - - [2026-03-05 02:33:10] "POST /neutron/port HTTP/1.1" 200 1119 0.013323 10.0.0.38 - - [2026-03-05 02:33:10] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005372 10.0.0.38 - - [2026-03-05 02:33:10] "POST /neutron/port HTTP/1.1" 200 1119 0.011537 10.0.0.38 - - [2026-03-05 02:33:10] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006051 10.0.0.38 - - [2026-03-05 02:33:10] "GET /virtual-machine/f11ad474-2aa1-4d90-8352-193205b16775 HTTP/1.1" 200 1288 0.004050 10.0.0.38 - - [2026-03-05 02:33:10] "GET /virtual-machine-interface/90c4a14c-247c-4b15-b580-2f1b72d13e30 HTTP/1.1" 200 2942 0.004309 10.0.0.38 - - [2026-03-05 02:33:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002911 10.0.0.38 - - [2026-03-05 02:33:10] "GET /global-vrouter-config/fd8e6dc8-92ea-4ed8-9fa3-4af7a9176102?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002974 10.0.0.38 - - [2026-03-05 02:33:10] "GET /virtual-networks?parent_id=83913321-a495-4d3c-b09d-e6b6352c0765&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002584 10.0.0.38 - - [2026-03-05 02:33:10] "GET /virtual-network/dc8047d4-b6f7-4d04-aa6a-5555745912f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.006901 10.0.0.38 - - [2026-03-05 02:33:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002799 10.0.0.38 - - [2026-03-05 02:33:12] "GET /global-vrouter-config/fd8e6dc8-92ea-4ed8-9fa3-4af7a9176102?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004123 10.0.0.38 - - [2026-03-05 02:33:12] "GET /virtual-networks?parent_id=83913321-a495-4d3c-b09d-e6b6352c0765&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003345 10.0.0.38 - - [2026-03-05 02:33:12] "GET /virtual-network/dc8047d4-b6f7-4d04-aa6a-5555745912f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.006691 10.0.0.38 - - [2026-03-05 02:33:12] "POST /neutron/port HTTP/1.1" 200 1119 0.012160 10.0.0.38 - - [2026-03-05 02:33:12] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005690 10.0.0.38 - - [2026-03-05 02:33:12] "POST /neutron/port HTTP/1.1" 200 1119 0.010556 10.0.0.38 - - [2026-03-05 02:33:12] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007118 10.0.0.38 - - [2026-03-05 02:33:12] "POST /neutron/port HTTP/1.1" 200 1119 0.014494 10.0.0.38 - - [2026-03-05 02:33:12] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006646 10.0.0.38 - - [2026-03-05 02:33:12] "GET /virtual-machine/fd838943-72e0-4ac2-bbe7-1215145b9e47 HTTP/1.1" 200 1293 0.006455 10.0.0.38 - - [2026-03-05 02:33:12] "GET /virtual-machine-interface/c9e92cb3-960d-4e8d-b107-583e2fc42abf HTTP/1.1" 200 2942 0.005251 10.0.0.38 - - [2026-03-05 02:33:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002470 10.0.0.38 - - [2026-03-05 02:33:12] "GET /global-vrouter-config/fd8e6dc8-92ea-4ed8-9fa3-4af7a9176102?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003109 10.0.0.38 - - [2026-03-05 02:33:12] "GET /virtual-networks?parent_id=83913321-a495-4d3c-b09d-e6b6352c0765&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002480 10.0.0.38 - - [2026-03-05 02:33:12] "GET /virtual-network/dc8047d4-b6f7-4d04-aa6a-5555745912f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.004905 10.0.0.38 - - [2026-03-05 02:33:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002592 10.0.0.38 - - [2026-03-05 02:33:13] "GET /global-vrouter-config/fd8e6dc8-92ea-4ed8-9fa3-4af7a9176102?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002970 10.0.0.38 - - [2026-03-05 02:33:13] "GET /virtual-networks?parent_id=83913321-a495-4d3c-b09d-e6b6352c0765&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002793 10.0.0.38 - - [2026-03-05 02:33:13] "GET /virtual-network/dc8047d4-b6f7-4d04-aa6a-5555745912f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.004993 10.0.0.38 - - [2026-03-05 02:33:30] "POST /neutron/port HTTP/1.1" 200 1109 0.013004 10.0.0.38 - - [2026-03-05 02:33:30] "POST /neutron/port HTTP/1.1" 200 1109 0.011675 10.0.0.38 - - [2026-03-05 02:33:30] "POST /neutron/port HTTP/1.1" 200 151 0.109606 10.0.0.38 - - [2026-03-05 02:33:30] "POST /neutron/port HTTP/1.1" 200 1109 0.012344 10.0.0.38 - - [2026-03-05 02:33:30] "POST /neutron/port HTTP/1.1" 200 1109 0.017612 10.0.0.38 - - [2026-03-05 02:33:30] "POST /neutron/port HTTP/1.1" 200 1119 0.014114 10.0.0.38 - - [2026-03-05 02:33:30] "POST /neutron/port HTTP/1.1" 200 1109 0.011068 10.0.0.38 - - [2026-03-05 02:33:30] "POST /neutron/port HTTP/1.1" 200 151 0.139448 10.0.0.38 - - [2026-03-05 02:33:30] "POST /neutron/network HTTP/1.1" 200 994 0.012583 10.0.0.38 - - [2026-03-05 02:33:30] "POST /neutron/network HTTP/1.1" 400 204 0.013199 10.0.0.38 - - [2026-03-05 02:33:30] "POST /neutron/port HTTP/1.1" 200 151 0.149422 10.0.0.38 - - [2026-03-05 02:33:32] "POST /neutron/network HTTP/1.1" 200 994 0.006592 10.0.0.38 - - [2026-03-05 02:33:32] "POST /useragent-kv HTTP/1.1" 200 115 0.002784 10.0.0.38 - - [2026-03-05 02:33:32] "POST /useragent-kv HTTP/1.1" 200 115 0.005603 10.0.0.38 - - [2026-03-05 02:33:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.007055 10.0.0.38 - - [2026-03-05 02:33:32] "POST /useragent-kv HTTP/1.1" 200 115 0.003017 10.0.0.38 - - [2026-03-05 02:33:32] "POST /useragent-kv HTTP/1.1" 200 115 0.003649 10.0.0.38 - - [2026-03-05 02:33:32] "POST /neutron/network HTTP/1.1" 200 151 0.101098 10.0.0.38 - - [2026-03-05 02:33:32] "DELETE /route-target/4bbd05e3-33ed-4479-a869-94fdbe2f9859 HTTP/1.1" 200 115 0.016809 10.0.0.38 - - [2026-03-05 02:33:32] "GET /routing-instance/504f1ee6-f6f5-4ea3-a729-fa7a82fb584b HTTP/1.1" 404 171 0.005527 10.0.0.38 - - [2026-03-05 02:33:32] "GET /domains HTTP/1.1" 200 280 0.003352 10.0.0.38 - - [2026-03-05 02:33:32] "GET /domains?obj_uuids=f0f8f0ab-ad00-4bf2-b32c-7ffe83ec7aa0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001233 10.0.0.38 - - [2026-03-05 02:33:32] "GET /domain/f0f8f0ab-ad00-4bf2-b32c-7ffe83ec7aa0 HTTP/1.1" 200 2574 0.050507 10.0.0.38 - - [2026-03-05 02:33:32] "GET /projects?obj_uuids=83913321-a495-4d3c-b09d-e6b6352c0765&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001314 10.0.0.38 - - [2026-03-05 02:33:32] "GET /project/83913321-a495-4d3c-b09d-e6b6352c0765 HTTP/1.1" 200 2085 0.075910 10.0.0.38 - - [2026-03-05 02:33:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002700 10.0.0.38 - - [2026-03-05 02:33:32] "DELETE /network-ipam/e133b4ad-f1f8-4fd1-b68a-8797a20a2b19 HTTP/1.1" 200 115 0.027424 10.0.0.38 - - [2026-03-05 02:33:32] "POST /fqname-to-id HTTP/1.1" 404 211 0.004240 10.0.0.38 - - [2026-03-05 02:33:33] "GET /projects?obj_uuids=83913321-a495-4d3c-b09d-e6b6352c0765&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000952 10.0.0.38 - - [2026-03-05 02:33:33] "GET /project/83913321-a495-4d3c-b09d-e6b6352c0765?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.027470 10.0.0.38 - - [2026-03-05 02:33:33] "GET /projects?obj_uuids=83913321-a495-4d3c-b09d-e6b6352c0765&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001025 10.0.0.38 - - [2026-03-05 02:33:33] "GET /project/83913321-a495-4d3c-b09d-e6b6352c0765?fields=virtual_networks HTTP/1.1" 200 1032 0.072551 10.0.0.38 - - [2026-03-05 02:33:33] "GET /projects?obj_uuids=83913321-a495-4d3c-b09d-e6b6352c0765&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000981 10.0.0.38 - - [2026-03-05 02:33:33] "GET /project/83913321-a495-4d3c-b09d-e6b6352c0765?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.023793 10.0.0.38 - - [2026-03-05 02:33:33] "GET /projects?obj_uuids=83913321-a495-4d3c-b09d-e6b6352c0765&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000924 10.0.0.38 - - [2026-03-05 02:33:33] "GET /project/83913321-a495-4d3c-b09d-e6b6352c0765?fields=security_groups HTTP/1.1" 200 1258 0.027500 10.0.0.38 - - [2026-03-05 02:33:35] "POST /neutron/port HTTP/1.1" 200 117 0.004760 10.0.0.38 - - [2026-03-05 02:33:35] "POST /neutron/port HTTP/1.1" 400 205 0.002945 10.0.0.38 - - [2026-03-05 02:33:35] "POST /neutron/port HTTP/1.1" 200 117 0.004739 10.0.0.38 - - [2026-03-05 02:33:35] "POST /neutron/port HTTP/1.1" 400 205 0.002860 10.0.0.38 - - [2026-03-05 02:33:36] "GET /obj-perms HTTP/1.1" 200 5056 0.059063 10.0.0.38 - - [2026-03-05 02:33:36] "GET /obj-perms HTTP/1.1" 200 5056 0.054865 10.0.0.38 - - [2026-03-05 02:33:40] "GET / HTTP/1.1" 200 35931 0.001575 10.0.0.38 - - [2026-03-05 02:33:41] "POST /fqname-to-id HTTP/1.1" 401 292 0.000448 10.0.0.38 - - [2026-03-05 02:33:41] "POST /fqname-to-id HTTP/1.1" 404 183 0.054362 10.0.0.38 - - [2026-03-05 02:33:41] "GET /projects?obj_uuids=5e07e26a-3f6e-403b-a6f5-546a041aeb0d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002369 10.0.0.38 - - [2026-03-05 02:33:41] "GET /domains?obj_uuids=f0f8f0ab-ad00-4bf2-b32c-7ffe83ec7aa0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001133 10.0.0.38 - - [2026-03-05 02:33:41] "GET /domain/f0f8f0ab-ad00-4bf2-b32c-7ffe83ec7aa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006530 10.0.0.38 - - [2026-03-05 02:33:42] "POST /id-to-fqname HTTP/1.1" 200 185 0.001878 10.0.0.38 - - [2026-03-05 02:33:42] "POST /fqname-to-id HTTP/1.1" 404 194 0.002816 10.0.0.38 - - [2026-03-05 02:33:42] "POST /security-groups HTTP/1.1" 200 586 0.060244 10.0.0.38 - - [2026-03-05 02:33:42] "POST /fqname-to-id HTTP/1.1" 404 229 0.002585 10.0.0.38 - - [2026-03-05 02:33:42] "POST /projects HTTP/1.1" 200 575 0.209544 10.0.0.38 - - [2026-03-05 02:33:42] "POST /access-control-lists HTTP/1.1" 200 591 0.057022 10.0.0.38 - - [2026-03-05 02:33:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.293358 10.0.0.38 - - [2026-03-05 02:33:42] "POST /fqname-to-id HTTP/1.1" 404 228 0.002463 10.0.0.38 - - [2026-03-05 02:33:42] "GET /project/5e07e26a-3f6e-403b-a6f5-546a041aeb0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.411523 10.0.0.38 - - [2026-03-05 02:33:42] "POST /access-control-lists HTTP/1.1" 200 589 0.061079 10.0.0.38 - - [2026-03-05 02:33:43] "GET / HTTP/1.1" 200 35931 0.001779 10.0.0.38 - - [2026-03-05 02:33:45] "POST /fqname-to-id HTTP/1.1" 401 292 0.000447 10.0.0.38 - - [2026-03-05 02:33:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.024658 10.0.0.38 - - [2026-03-05 02:33:45] "GET /api-access-list/6a1a1b51-7ddf-487c-b2c7-3aa865fe9cc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.003709 10.0.0.38 - - [2026-03-05 02:33:45] "GET /api-access-list/6a1a1b51-7ddf-487c-b2c7-3aa865fe9cc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.003027 10.0.0.38 - - [2026-03-05 02:33:45] "GET /api-access-list/6a1a1b51-7ddf-487c-b2c7-3aa865fe9cc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.003709 10.0.0.38 - - [2026-03-05 02:33:45] "PUT /api-access-list/6a1a1b51-7ddf-487c-b2c7-3aa865fe9cc6 HTTP/1.1" 200 264 0.008637 10.0.0.38 - - [2026-03-05 02:33:46] "GET /aaa-mode HTTP/1.1" 401 292 0.000401 10.0.0.38 - - [2026-03-05 02:33:46] "GET /aaa-mode HTTP/1.1" 200 128 0.024273 10.0.0.38 - - [2026-03-05 02:33:46] "POST /fqname-to-id HTTP/1.1" 404 183 0.023390 10.0.0.38 - - [2026-03-05 02:33:46] "GET /projects?obj_uuids=2327389e-63c9-405d-9f0c-2f9dff5a5420&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002117 10.0.0.38 - - [2026-03-05 02:33:46] "GET /domains?obj_uuids=f0f8f0ab-ad00-4bf2-b32c-7ffe83ec7aa0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001245 10.0.0.38 - - [2026-03-05 02:33:46] "GET /domain/f0f8f0ab-ad00-4bf2-b32c-7ffe83ec7aa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006500 10.0.0.38 - - [2026-03-05 02:33:47] "POST /id-to-fqname HTTP/1.1" 200 185 0.001138 10.0.0.38 - - [2026-03-05 02:33:47] "POST /fqname-to-id HTTP/1.1" 404 194 0.004613 10.0.0.38 - - [2026-03-05 02:33:47] "POST /security-groups HTTP/1.1" 200 586 0.063912 10.0.0.38 - - [2026-03-05 02:33:47] "POST /fqname-to-id HTTP/1.1" 404 229 0.002858 10.0.0.38 - - [2026-03-05 02:33:47] "POST /projects HTTP/1.1" 200 575 0.216668 10.0.0.38 - - [2026-03-05 02:33:47] "POST /access-control-lists HTTP/1.1" 200 591 0.060872 10.0.0.38 - - [2026-03-05 02:33:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.286939 10.0.0.38 - - [2026-03-05 02:33:47] "POST /fqname-to-id HTTP/1.1" 404 228 0.002418 10.0.0.38 - - [2026-03-05 02:33:47] "GET /project/2327389e-63c9-405d-9f0c-2f9dff5a5420?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.402676 10.0.0.38 - - [2026-03-05 02:33:47] "POST /access-control-lists HTTP/1.1" 200 589 0.060418 10.0.0.38 - - [2026-03-05 02:33:47] "POST /fqname-to-id HTTP/1.1" 404 183 0.024471 10.0.0.38 - - [2026-03-05 02:33:47] "GET /projects?obj_uuids=dfe3f06e-b0e9-49d3-a2e1-16dd27cffdc2&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003607 10.0.0.38 - - [2026-03-05 02:33:47] "GET /domains?obj_uuids=f0f8f0ab-ad00-4bf2-b32c-7ffe83ec7aa0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001436 10.0.0.38 - - [2026-03-05 02:33:47] "GET /domain/f0f8f0ab-ad00-4bf2-b32c-7ffe83ec7aa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008128 10.0.0.38 - - [2026-03-05 02:33:47] "POST /id-to-fqname HTTP/1.1" 200 185 0.001714 10.0.0.38 - - [2026-03-05 02:33:47] "POST /fqname-to-id HTTP/1.1" 404 194 0.003331 10.0.0.38 - - [2026-03-05 02:33:47] "POST /security-groups HTTP/1.1" 200 586 0.060020 10.0.0.38 - - [2026-03-05 02:33:47] "POST /fqname-to-id HTTP/1.1" 404 229 0.002380 10.0.0.38 - - [2026-03-05 02:33:47] "POST /projects HTTP/1.1" 200 575 0.206125 10.0.0.38 - - [2026-03-05 02:33:48] "POST /access-control-lists HTTP/1.1" 200 591 0.059969 10.0.0.38 - - [2026-03-05 02:33:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.284537 10.0.0.38 - - [2026-03-05 02:33:48] "POST /fqname-to-id HTTP/1.1" 404 228 0.002321 10.0.0.38 - - [2026-03-05 02:33:48] "GET /project/dfe3f06e-b0e9-49d3-a2e1-16dd27cffdc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.418495 10.0.0.38 - - [2026-03-05 02:33:48] "POST /access-control-lists HTTP/1.1" 200 589 0.056565 10.0.0.38 - - [2026-03-05 02:33:48] "GET / HTTP/1.1" 200 35931 0.001991 10.0.0.38 - - [2026-03-05 02:33:49] "GET / HTTP/1.1" 200 35931 0.001341 10.0.0.38 - - [2026-03-05 02:33:49] "POST /fqname-to-id HTTP/1.1" 404 183 0.002549 10.0.0.38 - - [2026-03-05 02:33:49] "POST /api-access-lists HTTP/1.1" 200 521 0.011730 10.0.0.38 - - [2026-03-05 02:33:49] "GET /api-access-list/b0ff2338-1ff6-4319-90b4-b18b5819498a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1266 0.004616 10.0.0.38 - - [2026-03-05 02:33:49] "GET /api-access-list/b0ff2338-1ff6-4319-90b4-b18b5819498a HTTP/1.1" 401 292 0.000390 10.0.0.38 - - [2026-03-05 02:33:50] "GET /api-access-list/b0ff2338-1ff6-4319-90b4-b18b5819498a HTTP/1.1" 200 1266 0.053026 10.0.0.38 - - [2026-03-05 02:33:50] "POST /fqname-to-id HTTP/1.1" 401 292 0.000326 10.0.0.38 - - [2026-03-05 02:33:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.068451 10.0.0.38 - - [2026-03-05 02:33:50] "GET /projects?obj_uuids=2327389e-63c9-405d-9f0c-2f9dff5a5420&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001033 10.0.0.38 - - [2026-03-05 02:33:50] "GET /project/2327389e-63c9-405d-9f0c-2f9dff5a5420?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.029438 10.0.0.38 - - [2026-03-05 02:33:50] "GET /virtual-networks?parent_id=2327389e-63c9-405d-9f0c-2f9dff5a5420&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010488 10.0.0.38 - - [2026-03-05 02:33:50] "POST /virtual-networks HTTP/1.1" 200 568 0.053510 10.0.0.38 - - [2026-03-05 02:33:50] "POST /route-targets HTTP/1.1" 200 327 0.008947 10.0.0.38 - - [2026-03-05 02:33:50] "POST /ref-update HTTP/1.1" 200 156 0.010242 10.0.0.38 - - [2026-03-05 02:33:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.011564 10.0.0.38 - - [2026-03-05 02:33:50] "GET /network-ipam/522783fe-543b-4c4f-a873-eaec154455e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.011907 10.0.0.38 - - [2026-03-05 02:33:51] "POST /useragent-kv HTTP/1.1" 200 115 0.003706 10.0.0.38 - - [2026-03-05 02:33:51] "POST /ref-update HTTP/1.1" 200 156 0.045146 10.0.0.38 - - [2026-03-05 02:33:51] "POST /neutron/network HTTP/1.1" 200 832 0.047318 10.0.0.38 - - [2026-03-05 02:33:51] "POST /neutron/network HTTP/1.1" 200 832 0.016285 10.0.0.38 - - [2026-03-05 02:33:51] "GET /virtual-network/36ebef77-8b9d-49a8-bbfc-4403f7c96b7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1980 0.011518 10.0.0.38 - - [2026-03-05 02:33:51] "POST /neutron/network HTTP/1.1" 200 832 0.020235 10.0.0.38 - - [2026-03-05 02:33:51] "POST /neutron/subnet HTTP/1.1" 200 675 0.021281 10.0.0.38 - - [2026-03-05 02:33:51] "GET /virtual-network/36ebef77-8b9d-49a8-bbfc-4403f7c96b7e HTTP/1.1" 401 292 0.000367 10.0.0.38 - - [2026-03-05 02:33:51] "GET /virtual-network/36ebef77-8b9d-49a8-bbfc-4403f7c96b7e HTTP/1.1" 200 2265 0.038870 10.0.0.38 - - [2026-03-05 02:33:51] "GET /virtual-network/36ebef77-8b9d-49a8-bbfc-4403f7c96b7e HTTP/1.1" 401 292 0.000378 10.0.0.38 - - [2026-03-05 02:33:51] "GET /virtual-network/36ebef77-8b9d-49a8-bbfc-4403f7c96b7e HTTP/1.1" 200 2005 0.037758 10.0.0.38 - - [2026-03-05 02:33:52] "GET /obj-perms HTTP/1.1" 200 4915 0.055656 10.0.0.38 - - [2026-03-05 02:33:52] "POST /fqname-to-id HTTP/1.1" 401 292 0.000344 10.0.0.38 - - [2026-03-05 02:33:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.024372 10.0.0.38 - - [2026-03-05 02:33:52] "GET /virtual-network/36ebef77-8b9d-49a8-bbfc-4403f7c96b7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1980 0.011880 10.0.0.38 - - [2026-03-05 02:33:52] "GET /obj-perms HTTP/1.1" 200 4915 0.009690 10.0.0.38 - - [2026-03-05 02:33:52] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 361 0.014601 10.0.0.38 - - [2026-03-05 02:33:53] "GET /obj-perms HTTP/1.1" 200 4915 0.055160 10.0.0.38 - - [2026-03-05 02:33:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002241 10.0.0.38 - - [2026-03-05 02:33:53] "GET /virtual-network/36ebef77-8b9d-49a8-bbfc-4403f7c96b7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1980 0.011689 10.0.0.38 - - [2026-03-05 02:33:53] "GET /obj-perms HTTP/1.1" 200 4915 0.009118 10.0.0.38 - - [2026-03-05 02:33:53] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 361 0.015622 10.0.0.38 - - [2026-03-05 02:33:53] "POST /id-to-fqname HTTP/1.1" 401 292 0.000416 10.0.0.38 - - [2026-03-05 02:33:53] "POST /id-to-fqname HTTP/1.1" 200 230 0.035146 10.0.0.38 - - [2026-03-05 02:33:54] "POST /neutron/network HTTP/1.1" 200 842 0.042667 10.0.0.38 - - [2026-03-05 02:33:54] "GET /aaa-mode HTTP/1.1" 401 292 0.000501 10.0.0.38 - - [2026-03-05 02:33:54] "GET / HTTP/1.1" 200 35931 0.002527 10.0.0.38 - - [2026-03-05 02:33:54] "GET /project/dfe3f06e-b0e9-49d3-a2e1-16dd27cffdc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000464 10.0.0.38 - - [2026-03-05 02:33:55] "GET /projects?obj_uuids=dfe3f06e-b0e9-49d3-a2e1-16dd27cffdc2&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001484 10.0.0.38 - - [2026-03-05 02:33:55] "GET /project/dfe3f06e-b0e9-49d3-a2e1-16dd27cffdc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.054429 10.0.0.38 - - [2026-03-05 02:33:55] "POST /neutron/network HTTP/1.1" 200 832 0.006510 10.0.0.38 - - [2026-03-05 02:33:55] "POST /neutron/port HTTP/1.1" 200 117 0.028712 10.0.0.38 - - [2026-03-05 02:33:55] "POST /neutron/port HTTP/1.1" 200 117 0.006118 10.0.0.38 - - [2026-03-05 02:33:55] "POST /neutron/port HTTP/1.1" 200 117 0.005065 10.0.0.38 - - [2026-03-05 02:33:55] "POST /neutron/network HTTP/1.1" 200 842 0.019359 10.0.0.38 - - [2026-03-05 02:33:55] "POST /neutron/network HTTP/1.1" 200 832 0.018451 10.0.0.38 - - [2026-03-05 02:33:55] "GET /projects?obj_uuids=dfe3f06e-b0e9-49d3-a2e1-16dd27cffdc2&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001427 10.0.0.38 - - [2026-03-05 02:33:56] "POST /neutron/port HTTP/1.1" 200 1055 0.322489 10.0.0.38 - - [2026-03-05 02:33:56] "POST /neutron/port HTTP/1.1" 200 1055 0.013308 10.0.0.38 - - [2026-03-05 02:33:56] "POST /neutron/port HTTP/1.1" 200 1055 0.010706 10.0.0.38 - - [2026-03-05 02:33:56] "POST /neutron/port HTTP/1.1" 200 1109 0.057310 10.0.0.38 - - [2026-03-05 02:33:56] "POST /neutron/port HTTP/1.1" 200 1119 0.012886 10.0.0.38 - - [2026-03-05 02:33:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003168 10.0.0.38 - - [2026-03-05 02:33:56] "POST /neutron/subnet HTTP/1.1" 200 649 0.005959 10.0.0.38 - - [2026-03-05 02:33:56] "POST /neutron/port HTTP/1.1" 200 117 0.001105 10.0.0.38 - - [2026-03-05 02:33:56] "POST /neutron/network HTTP/1.1" 200 832 0.006453 10.0.0.38 - - [2026-03-05 02:34:00] "POST /neutron/port HTTP/1.1" 200 1119 0.011594 10.0.0.38 - - [2026-03-05 02:34:00] "POST /neutron/security_group HTTP/1.1" 200 2053 0.006287 10.0.0.38 - - [2026-03-05 02:34:00] "POST /neutron/port HTTP/1.1" 200 1119 0.011413 10.0.0.38 - - [2026-03-05 02:34:00] "POST /neutron/security_group HTTP/1.1" 200 2053 0.005934 10.0.0.38 - - [2026-03-05 02:34:00] "POST /neutron/port HTTP/1.1" 200 1119 0.013301 10.0.0.38 - - [2026-03-05 02:34:00] "POST /neutron/security_group HTTP/1.1" 200 2053 0.005718 10.0.0.38 - - [2026-03-05 02:34:00] "POST /neutron/port HTTP/1.1" 200 1119 0.011377 10.0.0.38 - - [2026-03-05 02:34:00] "POST /neutron/security_group HTTP/1.1" 200 2053 0.005395 10.0.0.38 - - [2026-03-05 02:34:00] "GET /virtual-machine/92642e07-4088-4750-aff6-ff47f4b89290 HTTP/1.1" 200 1288 0.011065 10.0.0.38 - - [2026-03-05 02:34:00] "GET /virtual-machine/92642e07-4088-4750-aff6-ff47f4b89290 HTTP/1.1" 200 1288 0.011225 10.0.0.38 - - [2026-03-05 02:34:00] "GET /virtual-machine-interface/d1a7b75e-3b91-439d-9efe-66e79fb2dae1 HTTP/1.1" 200 2531 0.017798 10.0.0.38 - - [2026-03-05 02:34:00] "GET /virtual-machine/92642e07-4088-4750-aff6-ff47f4b89290 HTTP/1.1" 200 1288 0.013162 10.0.0.38 - - [2026-03-05 02:34:00] "GET /virtual-machine-interface/d1a7b75e-3b91-439d-9efe-66e79fb2dae1 HTTP/1.1" 200 2531 0.014713 10.0.0.38 - - [2026-03-05 02:34:00] "GET /instance-ip/2b76f282-3b7e-42fd-8bf3-d370419aae07 HTTP/1.1" 200 1625 0.011600 10.0.0.38 - - [2026-03-05 02:34:00] "GET /virtual-machine/92642e07-4088-4750-aff6-ff47f4b89290 HTTP/1.1" 200 1288 0.010283 10.0.0.38 - - [2026-03-05 02:34:00] "GET /virtual-machine-interface/d1a7b75e-3b91-439d-9efe-66e79fb2dae1 HTTP/1.1" 200 2531 0.014359 10.0.0.38 - - [2026-03-05 02:34:00] "GET /instance-ip/2b76f282-3b7e-42fd-8bf3-d370419aae07 HTTP/1.1" 200 1625 0.011844 10.0.0.38 - - [2026-03-05 02:34:00] "POST /fqname-to-id HTTP/1.1" 403 339 0.011926 10.0.0.38 - - [2026-03-05 02:34:00] "GET / HTTP/1.1" 200 35931 0.001603 10.0.0.38 - - [2026-03-05 02:34:01] "POST /fqname-to-id HTTP/1.1" 401 292 0.000448 10.0.0.38 - - [2026-03-05 02:34:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.027662 10.0.0.38 - - [2026-03-05 02:34:01] "GET /global-vrouter-config/fd8e6dc8-92ea-4ed8-9fa3-4af7a9176102?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003440 10.0.0.38 - - [2026-03-05 02:34:01] "GET /virtual-networks?parent_id=dfe3f06e-b0e9-49d3-a2e1-16dd27cffdc2&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.008989 10.0.0.38 - - [2026-03-05 02:34:01] "POST /fqname-to-id HTTP/1.1" 403 339 0.010286 10.0.0.38 - - [2026-03-05 02:34:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003203 10.0.0.38 - - [2026-03-05 02:34:01] "GET /global-vrouter-config/fd8e6dc8-92ea-4ed8-9fa3-4af7a9176102?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003756 10.0.0.38 - - [2026-03-05 02:34:01] "GET /virtual-networks?parent_id=dfe3f06e-b0e9-49d3-a2e1-16dd27cffdc2&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.017116 10.0.0.38 - - [2026-03-05 02:34:01] "POST /fqname-to-id HTTP/1.1" 403 339 0.009273 10.0.0.38 - - [2026-03-05 02:34:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002666 10.0.0.38 - - [2026-03-05 02:34:01] "GET /global-vrouter-config/fd8e6dc8-92ea-4ed8-9fa3-4af7a9176102?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002819 10.0.0.38 - - [2026-03-05 02:34:01] "GET /virtual-networks?parent_id=dfe3f06e-b0e9-49d3-a2e1-16dd27cffdc2&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009857 10.0.0.38 - - [2026-03-05 02:34:01] "POST /fqname-to-id HTTP/1.1" 403 339 0.011000 10.0.0.38 - - [2026-03-05 02:34:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003137 10.0.0.38 - - [2026-03-05 02:34:01] "GET /global-vrouter-config/fd8e6dc8-92ea-4ed8-9fa3-4af7a9176102?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003402 10.0.0.38 - - [2026-03-05 02:34:01] "GET /virtual-networks?parent_id=dfe3f06e-b0e9-49d3-a2e1-16dd27cffdc2&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.011000 10.0.0.38 - - [2026-03-05 02:34:01] "POST /fqname-to-id HTTP/1.1" 403 339 0.008762 10.0.0.38 - - [2026-03-05 02:34:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002611 10.0.0.38 - - [2026-03-05 02:34:02] "GET /global-vrouter-config/fd8e6dc8-92ea-4ed8-9fa3-4af7a9176102?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003192 10.0.0.38 - - [2026-03-05 02:34:02] "GET /virtual-networks?parent_id=dfe3f06e-b0e9-49d3-a2e1-16dd27cffdc2&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009535 10.0.0.38 - - [2026-03-05 02:34:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.010218 10.0.0.38 - - [2026-03-05 02:34:05] "GET /virtual-network/36ebef77-8b9d-49a8-bbfc-4403f7c96b7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1980 0.011324 10.0.0.38 - - [2026-03-05 02:34:05] "POST /neutron/port HTTP/1.1" 200 1119 0.010981 10.0.0.38 - - [2026-03-05 02:34:05] "POST /neutron/security_group HTTP/1.1" 200 2053 0.004833 10.0.0.38 - - [2026-03-05 02:34:07] "POST /fqname-to-id HTTP/1.1" 403 339 0.008961 10.0.0.38 - - [2026-03-05 02:34:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002271 10.0.0.38 - - [2026-03-05 02:34:07] "GET /global-vrouter-config/fd8e6dc8-92ea-4ed8-9fa3-4af7a9176102?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002558 10.0.0.38 - - [2026-03-05 02:34:07] "GET /virtual-networks?parent_id=dfe3f06e-b0e9-49d3-a2e1-16dd27cffdc2&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.008453 10.0.0.38 - - [2026-03-05 02:34:07] "POST /fqname-to-id HTTP/1.1" 403 339 0.009402 10.0.0.38 - - [2026-03-05 02:34:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.001973 10.0.0.38 - - [2026-03-05 02:34:07] "GET /global-vrouter-config/fd8e6dc8-92ea-4ed8-9fa3-4af7a9176102?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002825 10.0.0.38 - - [2026-03-05 02:34:07] "GET /virtual-networks?parent_id=dfe3f06e-b0e9-49d3-a2e1-16dd27cffdc2&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009462 10.0.0.38 - - [2026-03-05 02:34:07] "POST /fqname-to-id HTTP/1.1" 403 361 0.008568 10.0.0.38 - - [2026-03-05 02:34:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002702 10.0.0.38 - - [2026-03-05 02:34:07] "GET /routing-instance/6e684188-f13e-4bd7-a64a-556a4423fbb4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1530 0.003997 10.0.0.38 - - [2026-03-05 02:34:07] "GET /route-target/66dfb276-74ae-42a4-915c-f78bda1b8273?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.008492 10.0.0.38 - - [2026-03-05 02:34:07] "GET /route-target/66dfb276-74ae-42a4-915c-f78bda1b8273?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.002824 10.0.0.38 - - [2026-03-05 02:34:07] "POST /fqname-to-id HTTP/1.1" 403 339 0.009566 10.0.0.38 - - [2026-03-05 02:34:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002002 10.0.0.38 - - [2026-03-05 02:34:07] "GET /global-vrouter-config/fd8e6dc8-92ea-4ed8-9fa3-4af7a9176102?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003214 10.0.0.38 - - [2026-03-05 02:34:07] "GET /virtual-networks?parent_id=dfe3f06e-b0e9-49d3-a2e1-16dd27cffdc2&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.008856 10.0.0.38 - - [2026-03-05 02:34:07] "POST /fqname-to-id HTTP/1.1" 403 361 0.008399 10.0.0.38 - - [2026-03-05 02:34:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003058 10.0.0.38 - - [2026-03-05 02:34:07] "GET /routing-instance/6e684188-f13e-4bd7-a64a-556a4423fbb4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1530 0.003844 10.0.0.38 - - [2026-03-05 02:34:07] "GET /route-target/66dfb276-74ae-42a4-915c-f78bda1b8273?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.008366 10.0.0.38 - - [2026-03-05 02:34:07] "GET /route-target/66dfb276-74ae-42a4-915c-f78bda1b8273?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003331 10.0.0.38 - - [2026-03-05 02:34:07] "GET /obj-perms HTTP/1.1" 200 4915 0.008510 10.0.0.38 - - [2026-03-05 02:34:07] "GET /virtual-machine/92642e07-4088-4750-aff6-ff47f4b89290?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.008718 10.0.0.38 - - [2026-03-05 02:34:07] "GET /obj-perms HTTP/1.1" 200 4915 0.008901 10.0.0.38 - - [2026-03-05 02:34:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002616 10.0.0.38 - - [2026-03-05 02:34:08] "GET /virtual-machine-interface/d1a7b75e-3b91-439d-9efe-66e79fb2dae1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2310 0.012675 10.0.0.38 - - [2026-03-05 02:34:08] "GET /obj-perms HTTP/1.1" 200 4915 0.008786 10.0.0.38 - - [2026-03-05 02:34:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002579 10.0.0.38 - - [2026-03-05 02:34:08] "GET /virtual-machine-interface/d1a7b75e-3b91-439d-9efe-66e79fb2dae1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2310 0.012392 10.0.0.38 - - [2026-03-05 02:34:08] "GET /obj-perms HTTP/1.1" 200 4915 0.008645 10.0.0.38 - - [2026-03-05 02:34:08] "GET /virtual-machine/92642e07-4088-4750-aff6-ff47f4b89290?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.009349 10.0.0.38 - - [2026-03-05 02:34:08] "GET /obj-perms HTTP/1.1" 200 4915 0.008396 10.0.0.38 - - [2026-03-05 02:34:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002889 10.0.0.38 - - [2026-03-05 02:34:08] "GET /virtual-machine-interface/d1a7b75e-3b91-439d-9efe-66e79fb2dae1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2310 0.013255 10.0.0.38 - - [2026-03-05 02:34:08] "GET /obj-perms HTTP/1.1" 200 4915 0.011167 10.0.0.38 - - [2026-03-05 02:34:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002677 10.0.0.38 - - [2026-03-05 02:34:08] "GET /virtual-network/36ebef77-8b9d-49a8-bbfc-4403f7c96b7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1980 0.011733 10.0.0.38 - - [2026-03-05 02:34:08] "GET /obj-perms HTTP/1.1" 200 4915 0.007909 10.0.0.38 - - [2026-03-05 02:34:08] "GET /virtual-machine/92642e07-4088-4750-aff6-ff47f4b89290?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.008503 10.0.0.38 - - [2026-03-05 02:34:08] "GET /obj-perms HTTP/1.1" 200 4915 0.009847 10.0.0.38 - - [2026-03-05 02:34:08] "GET /obj-perms HTTP/1.1" 200 4915 0.008130 10.0.0.38 - - [2026-03-05 02:34:09] "GET /obj-perms HTTP/1.1" 200 4915 0.054024 10.0.0.38 - - [2026-03-05 02:34:09] "GET /obj-perms HTTP/1.1" 200 4915 0.008694 10.0.0.38 - - [2026-03-05 02:34:09] "GET /obj-perms HTTP/1.1" 200 5020 0.068974 10.0.0.38 - - [2026-03-05 02:34:09] "GET /obj-perms HTTP/1.1" 200 5020 0.003595 10.0.0.38 - - [2026-03-05 02:34:09] "GET /obj-perms HTTP/1.1" 200 4915 0.009210 10.0.0.38 - - [2026-03-05 02:34:09] "GET /obj-perms HTTP/1.1" 200 4915 0.008478 10.0.0.38 - - [2026-03-05 02:34:10] "GET /obj-perms HTTP/1.1" 200 4915 0.053699 10.0.0.38 - - [2026-03-05 02:34:10] "GET /obj-perms HTTP/1.1" 200 4915 0.007704 10.0.0.38 - - [2026-03-05 02:34:10] "GET /obj-perms HTTP/1.1" 200 5020 0.003804 10.0.0.38 - - [2026-03-05 02:34:10] "GET /obj-perms HTTP/1.1" 200 5020 0.002798 10.0.0.38 - - [2026-03-05 02:34:10] "GET /obj-perms HTTP/1.1" 200 4915 0.010166 10.0.0.38 - - [2026-03-05 02:34:10] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 320 0.010757 10.0.0.38 - - [2026-03-05 02:34:10] "GET /virtual-machine/92642e07-4088-4750-aff6-ff47f4b89290 HTTP/1.1" 200 1288 0.010927 10.0.0.38 - - [2026-03-05 02:34:11] "POST /neutron/port HTTP/1.1" 200 1119 0.011510 10.0.0.38 - - [2026-03-05 02:34:11] "POST /neutron/port HTTP/1.1" 200 1109 0.009094 10.0.0.38 - - [2026-03-05 02:34:11] "POST /neutron/port HTTP/1.1" 200 151 0.085761 10.0.0.38 - - [2026-03-05 02:34:12] "GET /virtual-machine/92642e07-4088-4750-aff6-ff47f4b89290 HTTP/1.1" 404 171 0.010035 10.0.0.38 - - [2026-03-05 02:34:12] "GET /virtual-machine/92642e07-4088-4750-aff6-ff47f4b89290 HTTP/1.1" 404 171 0.008639 10.0.0.38 - - [2026-03-05 02:34:12] "GET /virtual-machine/92642e07-4088-4750-aff6-ff47f4b89290 HTTP/1.1" 404 171 0.007135 10.0.0.38 - - [2026-03-05 02:34:12] "POST /fqname-to-id HTTP/1.1" 403 339 0.010375 10.0.0.38 - - [2026-03-05 02:34:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002149 10.0.0.38 - - [2026-03-05 02:34:12] "GET /global-vrouter-config/fd8e6dc8-92ea-4ed8-9fa3-4af7a9176102?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002776 10.0.0.38 - - [2026-03-05 02:34:12] "GET /virtual-networks?parent_id=dfe3f06e-b0e9-49d3-a2e1-16dd27cffdc2&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.008730 10.0.0.38 - - [2026-03-05 02:34:12] "POST /fqname-to-id HTTP/1.1" 403 361 0.009011 10.0.0.38 - - [2026-03-05 02:34:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002591 10.0.0.38 - - [2026-03-05 02:34:12] "GET /routing-instance/6e684188-f13e-4bd7-a64a-556a4423fbb4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1530 0.003219 10.0.0.38 - - [2026-03-05 02:34:13] "GET /route-target/66dfb276-74ae-42a4-915c-f78bda1b8273?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.009141 10.0.0.38 - - [2026-03-05 02:34:13] "GET /route-target/66dfb276-74ae-42a4-915c-f78bda1b8273?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003324 10.0.0.38 - - [2026-03-05 02:34:13] "GET /obj-perms HTTP/1.1" 200 4915 0.008644 10.0.0.38 - - [2026-03-05 02:34:13] "GET /obj-perms HTTP/1.1" 200 4915 0.007890 10.0.0.38 - - [2026-03-05 02:34:13] "GET /obj-perms HTTP/1.1" 200 4915 0.058056 10.0.0.38 - - [2026-03-05 02:34:13] "GET /obj-perms HTTP/1.1" 200 4915 0.009787 10.0.0.38 - - [2026-03-05 02:34:13] "GET /obj-perms HTTP/1.1" 200 5020 0.004145 10.0.0.38 - - [2026-03-05 02:34:16] "GET /obj-perms HTTP/1.1" 200 5020 0.003005 10.0.0.38 - - [2026-03-05 02:34:19] "GET /obj-perms HTTP/1.1" 200 5020 0.003078 10.0.0.38 - - [2026-03-05 02:34:22] "GET /obj-perms HTTP/1.1" 200 5020 0.002968 10.0.0.38 - - [2026-03-05 02:34:25] "GET /obj-perms HTTP/1.1" 200 5020 0.003270 10.0.0.38 - - [2026-03-05 02:34:28] "GET /obj-perms HTTP/1.1" 200 5020 0.003301 10.0.0.38 - - [2026-03-05 02:34:29] "DELETE /project/dfe3f06eb0e949d3a2e116dd27cffdc2 HTTP/1.1" 404 173 0.007767 10.0.0.38 - - [2026-03-05 02:34:29] "DELETE /project/2327389e63c9405d9f0c2f9dff5a5420 HTTP/1.1" 404 173 0.005610 10.0.0.38 - - [2026-03-05 02:34:29] "DELETE /project/5e07e26a3f6e403ba6f5546a041aeb0d HTTP/1.1" 404 173 0.007199 10.0.0.38 - - [2026-03-05 02:34:29] "GET /projects?obj_uuids=83913321-a495-4d3c-b09d-e6b6352c0765&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000834 10.0.0.38 - - [2026-03-05 02:34:29] "GET /project/83913321-a495-4d3c-b09d-e6b6352c0765?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.021610 10.0.0.38 - - [2026-03-05 02:34:29] "GET /projects?obj_uuids=83913321-a495-4d3c-b09d-e6b6352c0765&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000993 10.0.0.38 - - [2026-03-05 02:34:29] "GET /project/83913321-a495-4d3c-b09d-e6b6352c0765?fields=security_groups HTTP/1.1" 200 1363 0.063882 10.0.0.38 - - [2026-03-05 02:34:29] "DELETE /security-group/d87ded56-e3df-4d14-84db-3f0219bfc7d5 HTTP/1.1" 200 115 0.029862 10.0.0.38 - - [2026-03-05 02:34:29] "GET /projects?obj_uuids=83913321-a495-4d3c-b09d-e6b6352c0765&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001639 10.0.0.38 - - [2026-03-05 02:34:29] "DELETE /access-control-list/20d41bd0-39a0-4ae7-bbca-7771e134e9e6 HTTP/1.1" 200 115 0.027336 10.0.0.38 - - [2026-03-05 02:34:29] "GET /project/83913321-a495-4d3c-b09d-e6b6352c0765?fields=application_policy_sets HTTP/1.1" 200 1402 0.036047 10.0.0.38 - - [2026-03-05 02:34:29] "DELETE /access-control-list/5190bb36-b563-4176-b92f-addbc5749e72 HTTP/1.1" 200 115 0.028543 10.0.0.38 - - [2026-03-05 02:34:29] "DELETE /project/83913321-a495-4d3c-b09d-e6b6352c0765 HTTP/1.1" 200 115 0.297510 10.0.0.38 - - [2026-03-05 02:34:31] "GET /obj-perms HTTP/1.1" 200 5020 0.003649 10.0.0.38 - - [2026-03-05 02:34:34] "GET /obj-perms HTTP/1.1" 200 5020 0.003673 10.0.0.38 - - [2026-03-05 02:34:36] "GET /obj-perms HTTP/1.1" 200 5056 0.049689 10.0.0.38 - - [2026-03-05 02:34:37] "GET /obj-perms HTTP/1.1" 200 5056 0.053945 10.0.0.38 - - [2026-03-05 02:34:37] "GET /obj-perms HTTP/1.1" 200 5020 0.003777 10.0.0.38 - - [2026-03-05 02:34:40] "GET /obj-perms HTTP/1.1" 200 5020 0.003538 10.0.0.38 - - [2026-03-05 02:34:43] "GET /obj-perms HTTP/1.1" 200 5020 0.003385 10.0.0.38 - - [2026-03-05 02:34:46] "GET /global-system-configs HTTP/1.1" 401 292 0.000391 10.0.0.38 - - [2026-03-05 02:34:46] "GET /global-system-configs HTTP/1.1" 401 292 0.000387 10.0.0.38 - - [2026-03-05 02:34:46] "GET /obj-perms HTTP/1.1" 200 5020 0.003966 10.0.0.38 - - [2026-03-05 02:34:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000365 10.0.0.38 - - [2026-03-05 02:34:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000525 10.0.0.38 - - [2026-03-05 02:34:49] "GET /obj-perms HTTP/1.1" 200 5020 0.003094 10.0.0.38 - - [2026-03-05 02:34:52] "GET /obj-perms HTTP/1.1" 200 5020 0.002923 10.0.0.38 - - [2026-03-05 02:34:55] "GET /obj-perms HTTP/1.1" 200 5020 0.003005 10.0.0.38 - - [2026-03-05 02:34:58] "GET /obj-perms HTTP/1.1" 200 5020 0.004317 10.0.0.38 - - [2026-03-05 02:34:58] "POST /useragent-kv HTTP/1.1" 200 115 0.003341 10.0.0.38 - - [2026-03-05 02:34:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003794 10.0.0.38 - - [2026-03-05 02:34:58] "POST /useragent-kv HTTP/1.1" 200 115 0.003194 10.0.0.38 - - [2026-03-05 02:34:58] "DELETE /virtual-network/36ebef77-8b9d-49a8-bbfc-4403f7c96b7e HTTP/1.1" 200 115 0.066539 10.0.0.38 - - [2026-03-05 02:34:58] "DELETE /route-target/66dfb276-74ae-42a4-915c-f78bda1b8273 HTTP/1.1" 200 115 0.015784 10.0.0.38 - - [2026-03-05 02:34:58] "DELETE /api-access-list/b0ff2338-1ff6-4319-90b4-b18b5819498a HTTP/1.1" 200 115 0.017114 10.0.0.38 - - [2026-03-05 02:34:58] "GET /api-access-list/b0ff2338-1ff6-4319-90b4-b18b5819498a HTTP/1.1" 404 171 0.002461 10.0.0.38 - - [2026-03-05 02:34:59] "GET /projects?obj_uuids=dfe3f06e-b0e9-49d3-a2e1-16dd27cffdc2&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000986 10.0.0.38 - - [2026-03-05 02:34:59] "GET /project/dfe3f06e-b0e9-49d3-a2e1-16dd27cffdc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.021891 10.0.0.38 - - [2026-03-05 02:34:59] "GET /projects?obj_uuids=dfe3f06e-b0e9-49d3-a2e1-16dd27cffdc2&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001362 10.0.0.38 - - [2026-03-05 02:34:59] "GET /project/dfe3f06e-b0e9-49d3-a2e1-16dd27cffdc2?fields=virtual_networks HTTP/1.1" 200 1023 0.068073 10.0.0.38 - - [2026-03-05 02:34:59] "GET /projects?obj_uuids=dfe3f06e-b0e9-49d3-a2e1-16dd27cffdc2&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000970 10.0.0.38 - - [2026-03-05 02:34:59] "GET /project/dfe3f06e-b0e9-49d3-a2e1-16dd27cffdc2?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.023569 10.0.0.38 - - [2026-03-05 02:34:59] "GET /projects?obj_uuids=dfe3f06e-b0e9-49d3-a2e1-16dd27cffdc2&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001101 10.0.0.38 - - [2026-03-05 02:34:59] "GET /project/dfe3f06e-b0e9-49d3-a2e1-16dd27cffdc2?fields=security_groups HTTP/1.1" 200 1244 0.022454 10.0.0.38 - - [2026-03-05 02:34:59] "GET /projects?obj_uuids=2327389e-63c9-405d-9f0c-2f9dff5a5420&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000959 10.0.0.38 - - [2026-03-05 02:34:59] "GET /project/2327389e-63c9-405d-9f0c-2f9dff5a5420?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.021151 10.0.0.38 - - [2026-03-05 02:34:59] "GET /projects?obj_uuids=2327389e-63c9-405d-9f0c-2f9dff5a5420&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000941 10.0.0.38 - - [2026-03-05 02:34:59] "GET /project/2327389e-63c9-405d-9f0c-2f9dff5a5420?fields=virtual_networks HTTP/1.1" 200 1022 0.064394 10.0.0.38 - - [2026-03-05 02:34:59] "GET /projects?obj_uuids=2327389e-63c9-405d-9f0c-2f9dff5a5420&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001060 10.0.0.38 - - [2026-03-05 02:34:59] "GET /project/2327389e-63c9-405d-9f0c-2f9dff5a5420?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.021963 10.0.0.38 - - [2026-03-05 02:35:00] "GET /projects?obj_uuids=2327389e-63c9-405d-9f0c-2f9dff5a5420&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001122 10.0.0.38 - - [2026-03-05 02:35:00] "GET /project/2327389e-63c9-405d-9f0c-2f9dff5a5420?fields=security_groups HTTP/1.1" 200 1243 0.023810 10.0.0.38 - - [2026-03-05 02:35:01] "GET /api-access-list/6a1a1b51-7ddf-487c-b2c7-3aa865fe9cc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2410 0.003285 10.0.0.38 - - [2026-03-05 02:35:01] "PUT /api-access-list/6a1a1b51-7ddf-487c-b2c7-3aa865fe9cc6 HTTP/1.1" 200 264 0.008188 10.0.0.38 - - [2026-03-05 02:35:01] "GET /projects?obj_uuids=5e07e26a-3f6e-403b-a6f5-546a041aeb0d&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001192 10.0.0.38 - - [2026-03-05 02:35:01] "GET /project/5e07e26a-3f6e-403b-a6f5-546a041aeb0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.027370 10.0.0.38 - - [2026-03-05 02:35:01] "GET /projects?obj_uuids=5e07e26a-3f6e-403b-a6f5-546a041aeb0d&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000967 10.0.0.38 - - [2026-03-05 02:35:01] "GET /project/5e07e26a-3f6e-403b-a6f5-546a041aeb0d?fields=virtual_networks HTTP/1.1" 200 1022 0.069243 10.0.0.38 - - [2026-03-05 02:35:01] "GET /projects?obj_uuids=5e07e26a-3f6e-403b-a6f5-546a041aeb0d&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001549 10.0.0.38 - - [2026-03-05 02:35:01] "GET /project/5e07e26a-3f6e-403b-a6f5-546a041aeb0d?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.028463 10.0.0.38 - - [2026-03-05 02:35:01] "GET /projects?obj_uuids=5e07e26a-3f6e-403b-a6f5-546a041aeb0d&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001060 10.0.0.38 - - [2026-03-05 02:35:01] "GET /project/5e07e26a-3f6e-403b-a6f5-546a041aeb0d?fields=security_groups HTTP/1.1" 200 1243 0.023721 10.0.0.38 - - [2026-03-05 02:35:02] "POST /fqname-to-id HTTP/1.1" 404 188 0.029153 10.0.0.38 - - [2026-03-05 02:35:02] "GET /projects?obj_uuids=42f64d2c-8fa2-4711-9ddb-6442a3802f84&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002988 10.0.0.38 - - [2026-03-05 02:35:02] "GET /domains?obj_uuids=f0f8f0ab-ad00-4bf2-b32c-7ffe83ec7aa0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001745 10.0.0.38 - - [2026-03-05 02:35:02] "GET /domain/f0f8f0ab-ad00-4bf2-b32c-7ffe83ec7aa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009264 10.0.0.38 - - [2026-03-05 02:35:02] "POST /id-to-fqname HTTP/1.1" 200 190 0.002895 10.0.0.38 - - [2026-03-05 02:35:02] "POST /fqname-to-id HTTP/1.1" 404 199 0.002413 10.0.0.38 - - [2026-03-05 02:35:02] "POST /security-groups HTTP/1.1" 200 591 0.060505 10.0.0.38 - - [2026-03-05 02:35:02] "POST /fqname-to-id HTTP/1.1" 404 234 0.002636 10.0.0.38 - - [2026-03-05 02:35:02] "POST /projects HTTP/1.1" 200 585 0.214626 10.0.0.38 - - [2026-03-05 02:35:02] "POST /access-control-lists HTTP/1.1" 200 596 0.055828 10.0.0.38 - - [2026-03-05 02:35:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.288927 10.0.0.38 - - [2026-03-05 02:35:02] "POST /fqname-to-id HTTP/1.1" 404 233 0.002532 10.0.0.38 - - [2026-03-05 02:35:03] "GET /project/42f64d2c-8fa2-4711-9ddb-6442a3802f84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.415994 10.0.0.38 - - [2026-03-05 02:35:03] "POST /access-control-lists HTTP/1.1" 200 594 0.060238 10.0.0.38 - - [2026-03-05 02:35:04] "GET / HTTP/1.1" 200 35931 0.001872 10.0.0.38 - - [2026-03-05 02:35:06] "POST /fqname-to-id HTTP/1.1" 401 292 0.000447 10.0.0.38 - - [2026-03-05 02:35:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.026497 10.0.0.38 - - [2026-03-05 02:35:06] "GET /api-access-list/6a1a1b51-7ddf-487c-b2c7-3aa865fe9cc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.003244 10.0.0.38 - - [2026-03-05 02:35:06] "GET /api-access-list/6a1a1b51-7ddf-487c-b2c7-3aa865fe9cc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.002904 10.0.0.38 - - [2026-03-05 02:35:06] "GET /api-access-list/6a1a1b51-7ddf-487c-b2c7-3aa865fe9cc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.003037 10.0.0.38 - - [2026-03-05 02:35:06] "PUT /api-access-list/6a1a1b51-7ddf-487c-b2c7-3aa865fe9cc6 HTTP/1.1" 200 264 0.008767 10.0.0.38 - - [2026-03-05 02:35:06] "GET /aaa-mode HTTP/1.1" 200 128 0.001368 10.0.0.38 - - [2026-03-05 02:35:07] "POST /fqname-to-id HTTP/1.1" 404 188 0.025700 10.0.0.38 - - [2026-03-05 02:35:07] "GET /projects?obj_uuids=d3526170-af49-41be-9343-2d5639326594&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002769 10.0.0.38 - - [2026-03-05 02:35:07] "GET /domains?obj_uuids=f0f8f0ab-ad00-4bf2-b32c-7ffe83ec7aa0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000983 10.0.0.38 - - [2026-03-05 02:35:07] "GET /domain/f0f8f0ab-ad00-4bf2-b32c-7ffe83ec7aa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006229 10.0.0.38 - - [2026-03-05 02:35:07] "POST /id-to-fqname HTTP/1.1" 200 190 0.001162 10.0.0.38 - - [2026-03-05 02:35:07] "POST /fqname-to-id HTTP/1.1" 404 199 0.002149 10.0.0.38 - - [2026-03-05 02:35:07] "POST /security-groups HTTP/1.1" 200 591 0.060175 10.0.0.38 - - [2026-03-05 02:35:07] "POST /fqname-to-id HTTP/1.1" 404 234 0.002556 10.0.0.38 - - [2026-03-05 02:35:07] "POST /projects HTTP/1.1" 200 585 0.202388 10.0.0.38 - - [2026-03-05 02:35:07] "POST /access-control-lists HTTP/1.1" 200 596 0.060235 10.0.0.38 - - [2026-03-05 02:35:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.278634 10.0.0.38 - - [2026-03-05 02:35:07] "POST /fqname-to-id HTTP/1.1" 404 233 0.002505 10.0.0.38 - - [2026-03-05 02:35:07] "GET /project/d3526170-af49-41be-9343-2d5639326594?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.399181 10.0.0.38 - - [2026-03-05 02:35:07] "POST /access-control-lists HTTP/1.1" 200 594 0.063711 10.0.0.38 - - [2026-03-05 02:35:07] "POST /fqname-to-id HTTP/1.1" 404 188 0.023664 10.0.0.38 - - [2026-03-05 02:35:08] "GET /projects?obj_uuids=b149276e-a8fd-4ad8-b304-48bb647d8254&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002223 10.0.0.38 - - [2026-03-05 02:35:08] "GET /domains?obj_uuids=f0f8f0ab-ad00-4bf2-b32c-7ffe83ec7aa0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001021 10.0.0.38 - - [2026-03-05 02:35:08] "GET /domain/f0f8f0ab-ad00-4bf2-b32c-7ffe83ec7aa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006125 10.0.0.38 - - [2026-03-05 02:35:08] "POST /id-to-fqname HTTP/1.1" 200 190 0.001121 10.0.0.38 - - [2026-03-05 02:35:08] "POST /fqname-to-id HTTP/1.1" 404 199 0.003186 10.0.0.38 - - [2026-03-05 02:35:08] "POST /security-groups HTTP/1.1" 200 591 0.064641 10.0.0.38 - - [2026-03-05 02:35:08] "POST /fqname-to-id HTTP/1.1" 404 234 0.003248 10.0.0.38 - - [2026-03-05 02:35:08] "POST /projects HTTP/1.1" 200 585 0.206207 10.0.0.38 - - [2026-03-05 02:35:08] "POST /access-control-lists HTTP/1.1" 200 596 0.060113 10.0.0.38 - - [2026-03-05 02:35:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.281415 10.0.0.38 - - [2026-03-05 02:35:08] "POST /fqname-to-id HTTP/1.1" 404 233 0.002600 10.0.0.38 - - [2026-03-05 02:35:08] "GET /project/b149276e-a8fd-4ad8-b304-48bb647d8254?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.399312 10.0.0.38 - - [2026-03-05 02:35:08] "POST /access-control-lists HTTP/1.1" 200 594 0.059907 10.0.0.38 - - [2026-03-05 02:35:09] "GET / HTTP/1.1" 200 35931 0.002173 10.0.0.38 - - [2026-03-05 02:35:09] "GET / HTTP/1.1" 200 35931 0.002275 10.0.0.38 - - [2026-03-05 02:35:10] "POST /fqname-to-id HTTP/1.1" 404 183 0.002629 10.0.0.38 - - [2026-03-05 02:35:10] "POST /api-access-lists HTTP/1.1" 200 521 0.017565 10.0.0.38 - - [2026-03-05 02:35:10] "GET /api-access-list/606c7790-b20a-41f4-89cf-9181de1c2694?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1288 0.004684 10.0.0.38 - - [2026-03-05 02:35:10] "GET /api-access-list/606c7790-b20a-41f4-89cf-9181de1c2694 HTTP/1.1" 401 292 0.000515 10.0.0.38 - - [2026-03-05 02:35:10] "GET /api-access-list/606c7790-b20a-41f4-89cf-9181de1c2694 HTTP/1.1" 200 1288 0.052061 10.0.0.38 - - [2026-03-05 02:35:10] "POST /fqname-to-id HTTP/1.1" 401 292 0.000383 10.0.0.38 - - [2026-03-05 02:35:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.037751 10.0.0.38 - - [2026-03-05 02:35:11] "GET /projects?obj_uuids=d3526170-af49-41be-9343-2d5639326594&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001109 10.0.0.38 - - [2026-03-05 02:35:11] "GET /project/d3526170-af49-41be-9343-2d5639326594?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.032501 10.0.0.38 - - [2026-03-05 02:35:11] "GET /virtual-networks?parent_id=d3526170-af49-41be-9343-2d5639326594&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.011978 10.0.0.38 - - [2026-03-05 02:35:11] "POST /virtual-networks HTTP/1.1" 200 583 0.043625 10.0.0.38 - - [2026-03-05 02:35:11] "POST /route-targets HTTP/1.1" 200 327 0.009150 10.0.0.38 - - [2026-03-05 02:35:11] "POST /ref-update HTTP/1.1" 200 156 0.009712 10.0.0.38 - - [2026-03-05 02:35:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.009776 10.0.0.38 - - [2026-03-05 02:35:11] "GET /network-ipam/522783fe-543b-4c4f-a873-eaec154455e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.009321 10.0.0.38 - - [2026-03-05 02:35:11] "POST /useragent-kv HTTP/1.1" 200 115 0.003750 10.0.0.38 - - [2026-03-05 02:35:11] "POST /ref-update HTTP/1.1" 200 156 0.040821 10.0.0.38 - - [2026-03-05 02:35:11] "POST /neutron/network HTTP/1.1" 200 848 0.043704 10.0.0.38 - - [2026-03-05 02:35:11] "POST /neutron/network HTTP/1.1" 200 848 0.017961 10.0.0.38 - - [2026-03-05 02:35:11] "GET /virtual-network/cdf401e1-8726-4db0-a36c-fc46c918f5d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.011123 10.0.0.38 - - [2026-03-05 02:35:11] "POST /neutron/network HTTP/1.1" 200 848 0.015585 10.0.0.38 - - [2026-03-05 02:35:11] "POST /neutron/subnet HTTP/1.1" 200 676 0.023976 10.0.0.38 - - [2026-03-05 02:35:11] "POST /fqname-to-id HTTP/1.1" 401 292 0.000420 10.0.0.38 - - [2026-03-05 02:35:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.034986 10.0.0.38 - - [2026-03-05 02:35:11] "GET /projects?obj_uuids=b149276e-a8fd-4ad8-b304-48bb647d8254&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001065 10.0.0.38 - - [2026-03-05 02:35:11] "GET /project/b149276e-a8fd-4ad8-b304-48bb647d8254?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.030193 10.0.0.38 - - [2026-03-05 02:35:12] "GET /virtual-networks?parent_id=b149276e-a8fd-4ad8-b304-48bb647d8254&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009835 10.0.0.38 - - [2026-03-05 02:35:12] "POST /virtual-networks HTTP/1.1" 200 583 0.042973 10.0.0.38 - - [2026-03-05 02:35:12] "POST /route-targets HTTP/1.1" 200 327 0.008821 10.0.0.38 - - [2026-03-05 02:35:12] "POST /ref-update HTTP/1.1" 200 156 0.009460 10.0.0.38 - - [2026-03-05 02:35:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.009978 10.0.0.38 - - [2026-03-05 02:35:12] "GET /network-ipam/522783fe-543b-4c4f-a873-eaec154455e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.010011 10.0.0.38 - - [2026-03-05 02:35:12] "POST /useragent-kv HTTP/1.1" 200 115 0.003589 10.0.0.38 - - [2026-03-05 02:35:12] "POST /ref-update HTTP/1.1" 200 156 0.041767 10.0.0.38 - - [2026-03-05 02:35:12] "POST /neutron/network HTTP/1.1" 200 850 0.044810 10.0.0.38 - - [2026-03-05 02:35:12] "POST /neutron/network HTTP/1.1" 200 850 0.016892 10.0.0.38 - - [2026-03-05 02:35:12] "GET /virtual-network/08ddc496-d27a-4b57-b4ec-e54fc0eb7f2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.012964 10.0.0.38 - - [2026-03-05 02:35:12] "POST /neutron/network HTTP/1.1" 200 850 0.017450 10.0.0.38 - - [2026-03-05 02:35:12] "POST /neutron/subnet HTTP/1.1" 200 686 0.024389 10.0.0.38 - - [2026-03-05 02:35:12] "GET /virtual-network/cdf401e1-8726-4db0-a36c-fc46c918f5d5 HTTP/1.1" 401 292 0.000484 10.0.0.38 - - [2026-03-05 02:35:12] "GET /virtual-network/cdf401e1-8726-4db0-a36c-fc46c918f5d5 HTTP/1.1" 200 2312 0.036530 10.0.0.38 - - [2026-03-05 02:35:12] "GET /virtual-network/cdf401e1-8726-4db0-a36c-fc46c918f5d5 HTTP/1.1" 401 292 0.000349 10.0.0.38 - - [2026-03-05 02:35:13] "GET /virtual-network/cdf401e1-8726-4db0-a36c-fc46c918f5d5 HTTP/1.1" 403 376 0.039075 10.0.0.38 - - [2026-03-05 02:35:13] "GET /virtual-network/cdf401e1-8726-4db0-a36c-fc46c918f5d5 HTTP/1.1" 200 2312 0.004189 10.0.0.38 - - [2026-03-05 02:35:13] "GET /virtual-networks HTTP/1.1" 200 371 0.016024 10.0.0.38 - - [2026-03-05 02:35:13] "GET /virtual-networks HTTP/1.1" 200 371 0.014993 10.0.0.38 - - [2026-03-05 02:35:13] "GET /obj-perms HTTP/1.1" 403 257 0.033624 10.0.0.38 - - [2026-03-05 02:35:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002429 10.0.0.38 - - [2026-03-05 02:35:13] "GET /virtual-network/cdf401e1-8726-4db0-a36c-fc46c918f5d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.013582 10.0.0.38 - - [2026-03-05 02:35:14] "GET /obj-perms HTTP/1.1" 403 257 0.031049 10.0.0.38 - - [2026-03-05 02:35:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002181 10.0.0.38 - - [2026-03-05 02:35:14] "GET /virtual-network/cdf401e1-8726-4db0-a36c-fc46c918f5d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.008932 10.0.0.38 - - [2026-03-05 02:35:14] "GET /obj-perms HTTP/1.1" 200 5030 0.054746 10.0.0.38 - - [2026-03-05 02:35:14] "GET /obj-perms HTTP/1.1" 403 257 0.007750 10.0.0.38 - - [2026-03-05 02:35:14] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.018111 10.0.0.38 - - [2026-03-05 02:35:14] "GET /obj-perms HTTP/1.1" 403 257 0.006893 10.0.0.38 - - [2026-03-05 02:35:14] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.017500 10.0.0.38 - - [2026-03-05 02:35:14] "GET /obj-perms HTTP/1.1" 200 5030 0.003585 10.0.0.38 - - [2026-03-05 02:35:14] "PUT /virtual-network/cdf401e1-8726-4db0-a36c-fc46c918f5d5 HTTP/1.1" 200 264 0.023495 10.0.0.38 - - [2026-03-05 02:35:14] "GET /virtual-networks HTTP/1.1" 200 132 0.016027 10.0.0.38 - - [2026-03-05 02:35:14] "GET /virtual-networks HTTP/1.1" 200 611 0.015024 10.0.0.38 - - [2026-03-05 02:35:14] "GET /virtual-networks HTTP/1.1" 200 1429 0.002322 10.0.0.38 - - [2026-03-05 02:35:14] "GET /obj-perms HTTP/1.1" 403 257 0.006543 10.0.0.38 - - [2026-03-05 02:35:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002459 10.0.0.38 - - [2026-03-05 02:35:14] "GET /virtual-network/cdf401e1-8726-4db0-a36c-fc46c918f5d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.008452 10.0.0.38 - - [2026-03-05 02:35:15] "GET /obj-perms HTTP/1.1" 403 257 0.033880 10.0.0.38 - - [2026-03-05 02:35:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002856 10.0.0.38 - - [2026-03-05 02:35:15] "GET /virtual-network/cdf401e1-8726-4db0-a36c-fc46c918f5d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.008077 10.0.0.38 - - [2026-03-05 02:35:15] "GET /obj-perms HTTP/1.1" 403 257 0.007607 10.0.0.38 - - [2026-03-05 02:35:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002383 10.0.0.38 - - [2026-03-05 02:35:15] "GET /virtual-network/cdf401e1-8726-4db0-a36c-fc46c918f5d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.014755 10.0.0.38 - - [2026-03-05 02:35:15] "GET /obj-perms HTTP/1.1" 200 5030 0.002811 10.0.0.38 - - [2026-03-05 02:35:15] "GET /obj-perms HTTP/1.1" 403 257 0.009179 10.0.0.38 - - [2026-03-05 02:35:15] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 132 0.018437 10.0.0.38 - - [2026-03-05 02:35:15] "GET /obj-perms HTTP/1.1" 403 257 0.007923 10.0.0.38 - - [2026-03-05 02:35:15] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 611 0.019354 10.0.0.38 - - [2026-03-05 02:35:15] "GET /obj-perms HTTP/1.1" 200 5030 0.002846 10.0.0.38 - - [2026-03-05 02:35:15] "PUT /virtual-network/cdf401e1-8726-4db0-a36c-fc46c918f5d5 HTTP/1.1" 200 264 0.023082 10.0.0.38 - - [2026-03-05 02:35:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003967 10.0.0.38 - - [2026-03-05 02:35:15] "POST /useragent-kv HTTP/1.1" 200 115 0.002505 10.0.0.38 - - [2026-03-05 02:35:15] "POST /useragent-kv HTTP/1.1" 200 115 0.002455 10.0.0.38 - - [2026-03-05 02:35:15] "DELETE /virtual-network/08ddc496-d27a-4b57-b4ec-e54fc0eb7f2d HTTP/1.1" 200 115 0.061650 10.0.0.38 - - [2026-03-05 02:35:15] "DELETE /route-target/d99b9d45-56a0-41dc-a73b-72e3287d2eb8 HTTP/1.1" 200 115 0.016275 10.0.0.38 - - [2026-03-05 02:35:16] "POST /useragent-kv HTTP/1.1" 200 115 0.003066 10.0.0.38 - - [2026-03-05 02:35:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003883 10.0.0.38 - - [2026-03-05 02:35:16] "POST /useragent-kv HTTP/1.1" 200 115 0.001567 10.0.0.38 - - [2026-03-05 02:35:16] "DELETE /virtual-network/cdf401e1-8726-4db0-a36c-fc46c918f5d5 HTTP/1.1" 200 115 0.063633 10.0.0.38 - - [2026-03-05 02:35:16] "DELETE /api-access-list/606c7790-b20a-41f4-89cf-9181de1c2694 HTTP/1.1" 200 115 0.017827 10.0.0.38 - - [2026-03-05 02:35:16] "GET /api-access-list/606c7790-b20a-41f4-89cf-9181de1c2694 HTTP/1.1" 404 171 0.002554 10.0.0.38 - - [2026-03-05 02:35:16] "DELETE /route-target/853159d7-69cc-461b-9f87-a92034378e18 HTTP/1.1" 200 115 0.011928 10.0.0.38 - - [2026-03-05 02:35:16] "GET /projects?obj_uuids=b149276e-a8fd-4ad8-b304-48bb647d8254&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001363 10.0.0.38 - - [2026-03-05 02:35:16] "GET /project/b149276e-a8fd-4ad8-b304-48bb647d8254?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.026943 10.0.0.38 - - [2026-03-05 02:35:16] "GET /projects?obj_uuids=b149276e-a8fd-4ad8-b304-48bb647d8254&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001717 10.0.0.38 - - [2026-03-05 02:35:16] "GET /project/b149276e-a8fd-4ad8-b304-48bb647d8254?fields=virtual_networks HTTP/1.1" 200 1033 0.069645 10.0.0.38 - - [2026-03-05 02:35:16] "GET /projects?obj_uuids=b149276e-a8fd-4ad8-b304-48bb647d8254&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000957 10.0.0.38 - - [2026-03-05 02:35:16] "GET /project/b149276e-a8fd-4ad8-b304-48bb647d8254?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.020516 10.0.0.38 - - [2026-03-05 02:35:16] "GET /projects?obj_uuids=b149276e-a8fd-4ad8-b304-48bb647d8254&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000938 10.0.0.38 - - [2026-03-05 02:35:16] "GET /project/b149276e-a8fd-4ad8-b304-48bb647d8254?fields=security_groups HTTP/1.1" 200 1259 0.021827 10.0.0.38 - - [2026-03-05 02:35:16] "GET /projects?obj_uuids=d3526170-af49-41be-9343-2d5639326594&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001447 10.0.0.38 - - [2026-03-05 02:35:16] "GET /project/d3526170-af49-41be-9343-2d5639326594?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.024045 10.0.0.38 - - [2026-03-05 02:35:16] "GET /projects?obj_uuids=d3526170-af49-41be-9343-2d5639326594&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000965 10.0.0.38 - - [2026-03-05 02:35:17] "GET /project/d3526170-af49-41be-9343-2d5639326594?fields=virtual_networks HTTP/1.1" 200 1033 0.065841 10.0.0.38 - - [2026-03-05 02:35:17] "GET /projects?obj_uuids=d3526170-af49-41be-9343-2d5639326594&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001105 10.0.0.38 - - [2026-03-05 02:35:17] "GET /project/d3526170-af49-41be-9343-2d5639326594?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.023932 10.0.0.38 - - [2026-03-05 02:35:17] "GET /projects?obj_uuids=d3526170-af49-41be-9343-2d5639326594&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001108 10.0.0.38 - - [2026-03-05 02:35:17] "GET /project/d3526170-af49-41be-9343-2d5639326594?fields=security_groups HTTP/1.1" 200 1259 0.023318 10.0.0.38 - - [2026-03-05 02:35:17] "GET /aaa-mode HTTP/1.1" 200 128 0.001044 10.0.0.38 - - [2026-03-05 02:35:18] "GET / HTTP/1.1" 200 35931 0.001559 10.0.0.38 - - [2026-03-05 02:35:19] "GET / HTTP/1.1" 200 35931 0.001326 10.0.0.38 - - [2026-03-05 02:35:19] "POST /fqname-to-id HTTP/1.1" 401 292 0.000444 10.0.0.38 - - [2026-03-05 02:35:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.068461 10.0.0.38 - - [2026-03-05 02:35:20] "GET /projects?obj_uuids=42f64d2c-8fa2-4711-9ddb-6442a3802f84&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001036 10.0.0.38 - - [2026-03-05 02:35:20] "GET /project/42f64d2c-8fa2-4711-9ddb-6442a3802f84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.032618 10.0.0.38 - - [2026-03-05 02:35:20] "GET /virtual-networks?parent_id=42f64d2c-8fa2-4711-9ddb-6442a3802f84&detail=False&count=False&shared=False HTTP/1.1" 403 263 0.006921 10.0.0.38 - - [2026-03-05 02:35:20] "POST /fqname-to-id HTTP/1.1" 404 197 0.008296 10.0.0.38 - - [2026-03-05 02:35:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.007937 10.0.0.38 - - [2026-03-05 02:35:20] "GET /domains?obj_uuids=f0f8f0ab-ad00-4bf2-b32c-7ffe83ec7aa0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001142 10.0.0.38 - - [2026-03-05 02:35:20] "GET /domain/f0f8f0ab-ad00-4bf2-b32c-7ffe83ec7aa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.013573 10.0.0.38 - - [2026-03-05 02:35:20] "POST /service-templates HTTP/1.1" 403 264 0.006832 10.0.0.38 - - [2026-03-05 02:35:20] "POST /fqname-to-id HTTP/1.1" 404 215 0.002588 10.0.0.38 - - [2026-03-05 02:35:20] "POST /api-access-lists HTTP/1.1" 200 555 0.013920 10.0.0.38 - - [2026-03-05 02:35:20] "GET /api-access-list/c95fe480-4d57-42df-9a79-4dcb95b6beb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1324 0.005140 10.0.0.38 - - [2026-03-05 02:35:20] "GET /api-access-list/c95fe480-4d57-42df-9a79-4dcb95b6beb5 HTTP/1.1" 200 1324 0.003135 10.0.0.38 - - [2026-03-05 02:35:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.009720 10.0.0.38 - - [2026-03-05 02:35:20] "GET /projects?obj_uuids=42f64d2c-8fa2-4711-9ddb-6442a3802f84&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001112 10.0.0.38 - - [2026-03-05 02:35:20] "GET /project/42f64d2c-8fa2-4711-9ddb-6442a3802f84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.031854 10.0.0.38 - - [2026-03-05 02:35:20] "GET /virtual-networks?parent_id=42f64d2c-8fa2-4711-9ddb-6442a3802f84&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009249 10.0.0.38 - - [2026-03-05 02:35:20] "POST /virtual-networks HTTP/1.1" 200 583 0.045782 10.0.0.38 - - [2026-03-05 02:35:20] "POST /route-targets HTTP/1.1" 200 327 0.009348 10.0.0.38 - - [2026-03-05 02:35:20] "POST /ref-update HTTP/1.1" 200 156 0.009990 10.0.0.38 - - [2026-03-05 02:35:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.009834 10.0.0.38 - - [2026-03-05 02:35:20] "GET /network-ipam/522783fe-543b-4c4f-a873-eaec154455e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.009577 10.0.0.38 - - [2026-03-05 02:35:20] "POST /useragent-kv HTTP/1.1" 200 115 0.003252 10.0.0.38 - - [2026-03-05 02:35:20] "POST /ref-update HTTP/1.1" 200 156 0.043438 10.0.0.38 - - [2026-03-05 02:35:20] "POST /neutron/network HTTP/1.1" 200 846 0.040443 10.0.0.38 - - [2026-03-05 02:35:21] "POST /neutron/network HTTP/1.1" 200 846 0.016319 10.0.0.38 - - [2026-03-05 02:35:21] "GET /virtual-network/d696438f-3a31-4a91-93d5-d35f99d748d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2008 0.012004 10.0.0.38 - - [2026-03-05 02:35:21] "POST /neutron/network HTTP/1.1" 200 846 0.017360 10.0.0.38 - - [2026-03-05 02:35:21] "POST /neutron/subnet HTTP/1.1" 200 669 0.023497 10.0.0.38 - - [2026-03-05 02:35:21] "POST /neutron/network HTTP/1.1" 200 846 0.059986 10.0.0.38 - - [2026-03-05 02:35:21] "GET /virtual-network/d696438f-3a31-4a91-93d5-d35f99d748d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2008 0.008946 10.0.0.38 - - [2026-03-05 02:35:21] "GET /network-ipam/522783fe-543b-4c4f-a873-eaec154455e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.003766 10.0.0.38 - - [2026-03-05 02:35:21] "GET /domains HTTP/1.1" 200 280 0.002286 10.0.0.38 - - [2026-03-05 02:35:21] "GET /domains?obj_uuids=f0f8f0ab-ad00-4bf2-b32c-7ffe83ec7aa0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000926 10.0.0.38 - - [2026-03-05 02:35:21] "GET /domain/f0f8f0ab-ad00-4bf2-b32c-7ffe83ec7aa0 HTTP/1.1" 200 3489 0.005814 10.0.0.38 - - [2026-03-05 02:35:21] "GET /projects?obj_uuids=42f64d2c-8fa2-4711-9ddb-6442a3802f84&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000890 10.0.0.38 - - [2026-03-05 02:35:21] "GET /project/42f64d2c-8fa2-4711-9ddb-6442a3802f84 HTTP/1.1" 200 2352 0.064963 10.0.0.38 - - [2026-03-05 02:35:21] "GET /virtual-network/d696438f-3a31-4a91-93d5-d35f99d748d9 HTTP/1.1" 200 2308 0.006109 10.0.0.38 - - [2026-03-05 02:35:21] "GET /virtual-network/d696438f-3a31-4a91-93d5-d35f99d748d9 HTTP/1.1" 200 2308 0.005300 10.0.0.38 - - [2026-03-05 02:35:21] "GET /routing-instance/6122a9e2-771f-43bd-8996-b11d538b6e8a HTTP/1.1" 200 1554 0.003850 10.0.0.38 - - [2026-03-05 02:35:21] "GET /routing-instance/6122a9e2-771f-43bd-8996-b11d538b6e8a HTTP/1.1" 200 1554 0.004170 10.0.0.38 - - [2026-03-05 02:35:21] "GET /route-target/2b7997d4-1de0-423f-af3e-1c9992dd94fc HTTP/1.1" 200 1244 0.003736 10.0.0.38 - - [2026-03-05 02:35:21] "GET /virtual-network/d696438f-3a31-4a91-93d5-d35f99d748d9 HTTP/1.1" 200 2308 0.004439 10.0.0.38 - - [2026-03-05 02:35:21] "GET /routing-instance/6122a9e2-771f-43bd-8996-b11d538b6e8a HTTP/1.1" 200 1554 0.003180 10.0.0.38 - - [2026-03-05 02:35:21] "GET /virtual-network/d696438f-3a31-4a91-93d5-d35f99d748d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2008 0.005034 10.0.0.38 - - [2026-03-05 02:35:21] "GET /virtual-network/d696438f-3a31-4a91-93d5-d35f99d748d9 HTTP/1.1" 200 2308 0.004653 10.0.0.38 - - [2026-03-05 02:35:21] "GET /routing-instance/6122a9e2-771f-43bd-8996-b11d538b6e8a HTTP/1.1" 200 1554 0.003601 10.0.0.38 - - [2026-03-05 02:35:21] "GET /routing-instance/6122a9e2-771f-43bd-8996-b11d538b6e8a HTTP/1.1" 200 1554 0.003128 10.0.0.38 - - [2026-03-05 02:35:21] "GET /route-target/2b7997d4-1de0-423f-af3e-1c9992dd94fc HTTP/1.1" 200 1244 0.002972 10.0.0.38 - - [2026-03-05 02:35:21] "GET /domains HTTP/1.1" 200 280 0.002450 10.0.0.38 - - [2026-03-05 02:35:21] "GET /domains?obj_uuids=f0f8f0ab-ad00-4bf2-b32c-7ffe83ec7aa0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001357 10.0.0.38 - - [2026-03-05 02:35:21] "GET /domain/f0f8f0ab-ad00-4bf2-b32c-7ffe83ec7aa0 HTTP/1.1" 200 3489 0.006773 10.0.0.38 - - [2026-03-05 02:35:21] "GET /projects?obj_uuids=42f64d2c-8fa2-4711-9ddb-6442a3802f84&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000977 10.0.0.38 - - [2026-03-05 02:35:21] "GET /project/42f64d2c-8fa2-4711-9ddb-6442a3802f84 HTTP/1.1" 200 2352 0.067451 10.0.0.38 - - [2026-03-05 02:35:21] "GET /virtual-network/d696438f-3a31-4a91-93d5-d35f99d748d9 HTTP/1.1" 200 2308 0.005490 10.0.0.38 - - [2026-03-05 02:35:21] "GET /obj-perms HTTP/1.1" 200 5030 0.003411 10.0.0.38 - - [2026-03-05 02:35:21] "POST /fqname-to-id HTTP/1.1" 404 197 0.009359 10.0.0.38 - - [2026-03-05 02:35:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.009013 10.0.0.38 - - [2026-03-05 02:35:21] "GET /domains?obj_uuids=f0f8f0ab-ad00-4bf2-b32c-7ffe83ec7aa0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001056 10.0.0.38 - - [2026-03-05 02:35:21] "GET /domain/f0f8f0ab-ad00-4bf2-b32c-7ffe83ec7aa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.012885 10.0.0.38 - - [2026-03-05 02:35:21] "POST /service-templates HTTP/1.1" 403 264 0.008221 10.0.0.38 - - [2026-03-05 02:35:21] "POST /fqname-to-id HTTP/1.1" 404 183 0.002682 10.0.0.38 - - [2026-03-05 02:35:21] "POST /api-access-lists HTTP/1.1" 200 521 0.011666 10.0.0.38 - - [2026-03-05 02:35:21] "GET /api-access-list/abfac706-74f0-42f2-8db3-d2cbeb14c054?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1291 0.004954 10.0.0.38 - - [2026-03-05 02:35:21] "GET /api-access-list/abfac706-74f0-42f2-8db3-d2cbeb14c054 HTTP/1.1" 200 1291 0.003276 10.0.0.38 - - [2026-03-05 02:35:21] "POST /fqname-to-id HTTP/1.1" 404 197 0.009792 10.0.0.38 - - [2026-03-05 02:35:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.010830 10.0.0.38 - - [2026-03-05 02:35:21] "GET /domains?obj_uuids=f0f8f0ab-ad00-4bf2-b32c-7ffe83ec7aa0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001100 10.0.0.38 - - [2026-03-05 02:35:21] "GET /domain/f0f8f0ab-ad00-4bf2-b32c-7ffe83ec7aa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.014340 10.0.0.38 - - [2026-03-05 02:35:21] "POST /service-templates HTTP/1.1" 200 551 0.022539 10.0.0.38 - - [2026-03-05 02:35:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.013726 10.0.0.38 - - [2026-03-05 02:35:22] "GET /service-template/be6f4544-f48e-4a16-a3e1-1fc1cca8eb85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1854 0.011888 10.0.0.38 - - [2026-03-05 02:35:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.011473 10.0.0.38 - - [2026-03-05 02:35:22] "GET /service-template/be6f4544-f48e-4a16-a3e1-1fc1cca8eb85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1854 0.011999 10.0.0.38 - - [2026-03-05 02:35:22] "GET /virtual-network/d696438f-3a31-4a91-93d5-d35f99d748d9 HTTP/1.1" 401 292 0.000496 10.0.0.38 - - [2026-03-05 02:35:22] "GET /virtual-network/d696438f-3a31-4a91-93d5-d35f99d748d9 HTTP/1.1" 403 263 0.035931 10.0.0.38 - - [2026-03-05 02:35:22] "GET /service-template/be6f4544-f48e-4a16-a3e1-1fc1cca8eb85 HTTP/1.1" 403 264 0.008101 10.0.0.38 - - [2026-03-05 02:35:22] "GET /service-template/be6f4544-f48e-4a16-a3e1-1fc1cca8eb85 HTTP/1.1" 403 264 0.034308 10.0.0.38 - - [2026-03-05 02:35:23] "GET /obj-perms HTTP/1.1" 403 257 0.030935 10.0.0.38 - - [2026-03-05 02:35:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002319 10.0.0.38 - - [2026-03-05 02:35:23] "GET /virtual-network/d696438f-3a31-4a91-93d5-d35f99d748d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.009312 10.0.0.38 - - [2026-03-05 02:35:23] "GET /obj-perms HTTP/1.1" 403 257 0.008232 10.0.0.38 - - [2026-03-05 02:35:23] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.007231 10.0.0.38 - - [2026-03-05 02:35:23] "GET /api-access-list/c95fe480-4d57-42df-9a79-4dcb95b6beb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1324 0.003118 10.0.0.38 - - [2026-03-05 02:35:23] "PUT /api-access-list/c95fe480-4d57-42df-9a79-4dcb95b6beb5 HTTP/1.1" 200 264 0.008966 10.0.0.38 - - [2026-03-05 02:35:23] "GET /api-access-list/c95fe480-4d57-42df-9a79-4dcb95b6beb5 HTTP/1.1" 200 1461 0.003089 10.0.0.38 - - [2026-03-05 02:35:23] "GET /virtual-network/d696438f-3a31-4a91-93d5-d35f99d748d9 HTTP/1.1" 200 2308 0.012193 10.0.0.38 - - [2026-03-05 02:35:23] "POST /fqname-to-id HTTP/1.1" 401 292 0.000392 10.0.0.38 - - [2026-03-05 02:35:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.036487 10.0.0.38 - - [2026-03-05 02:35:23] "GET /projects?obj_uuids=42f64d2c-8fa2-4711-9ddb-6442a3802f84&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001510 10.0.0.38 - - [2026-03-05 02:35:23] "GET /project/42f64d2c-8fa2-4711-9ddb-6442a3802f84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.038358 10.0.0.38 - - [2026-03-05 02:35:23] "GET /virtual-networks?parent_id=42f64d2c-8fa2-4711-9ddb-6442a3802f84&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.015790 10.0.0.38 - - [2026-03-05 02:35:24] "POST /virtual-networks HTTP/1.1" 403 263 0.008297 10.0.0.38 - - [2026-03-05 02:35:24] "GET /service-template/be6f4544-f48e-4a16-a3e1-1fc1cca8eb85 HTTP/1.1" 403 264 0.008379 10.0.0.38 - - [2026-03-05 02:35:24] "GET /service-template/be6f4544-f48e-4a16-a3e1-1fc1cca8eb85 HTTP/1.1" 403 264 0.033757 10.0.0.38 - - [2026-03-05 02:35:24] "GET /obj-perms HTTP/1.1" 403 257 0.008196 10.0.0.38 - - [2026-03-05 02:35:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002427 10.0.0.38 - - [2026-03-05 02:35:24] "GET /virtual-network/d696438f-3a31-4a91-93d5-d35f99d748d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2008 0.012162 10.0.0.38 - - [2026-03-05 02:35:24] "GET /obj-perms HTTP/1.1" 403 257 0.007442 10.0.0.38 - - [2026-03-05 02:35:24] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.015681 10.0.0.38 - - [2026-03-05 02:35:24] "GET /api-access-list/abfac706-74f0-42f2-8db3-d2cbeb14c054?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1291 0.003362 10.0.0.38 - - [2026-03-05 02:35:24] "PUT /api-access-list/abfac706-74f0-42f2-8db3-d2cbeb14c054 HTTP/1.1" 200 264 0.008363 10.0.0.38 - - [2026-03-05 02:35:24] "GET /api-access-list/abfac706-74f0-42f2-8db3-d2cbeb14c054 HTTP/1.1" 200 1429 0.003275 10.0.0.38 - - [2026-03-05 02:35:24] "GET /service-template/be6f4544-f48e-4a16-a3e1-1fc1cca8eb85 HTTP/1.1" 200 1854 0.010229 10.0.0.38 - - [2026-03-05 02:35:24] "POST /fqname-to-id HTTP/1.1" 404 197 0.009433 10.0.0.38 - - [2026-03-05 02:35:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.008637 10.0.0.38 - - [2026-03-05 02:35:24] "GET /domains?obj_uuids=f0f8f0ab-ad00-4bf2-b32c-7ffe83ec7aa0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001385 10.0.0.38 - - [2026-03-05 02:35:24] "GET /domain/f0f8f0ab-ad00-4bf2-b32c-7ffe83ec7aa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.016436 10.0.0.38 - - [2026-03-05 02:35:24] "POST /service-templates HTTP/1.1" 403 264 0.008130 10.0.0.38 - - [2026-03-05 02:35:24] "GET /api-access-list/c95fe480-4d57-42df-9a79-4dcb95b6beb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1461 0.003348 10.0.0.38 - - [2026-03-05 02:35:24] "PUT /api-access-list/c95fe480-4d57-42df-9a79-4dcb95b6beb5 HTTP/1.1" 200 264 0.007642 10.0.0.38 - - [2026-03-05 02:35:24] "GET /api-access-list/c95fe480-4d57-42df-9a79-4dcb95b6beb5 HTTP/1.1" 200 1324 0.003780 10.0.0.38 - - [2026-03-05 02:35:24] "GET /api-access-list/abfac706-74f0-42f2-8db3-d2cbeb14c054?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.002820 10.0.0.38 - - [2026-03-05 02:35:25] "PUT /api-access-list/abfac706-74f0-42f2-8db3-d2cbeb14c054 HTTP/1.1" 200 264 0.007673 10.0.0.38 - - [2026-03-05 02:35:25] "GET /api-access-list/abfac706-74f0-42f2-8db3-d2cbeb14c054 HTTP/1.1" 200 1291 0.003453 10.0.0.38 - - [2026-03-05 02:35:25] "GET /virtual-network/d696438f-3a31-4a91-93d5-d35f99d748d9 HTTP/1.1" 403 263 0.007634 10.0.0.38 - - [2026-03-05 02:35:25] "GET /virtual-network/d696438f-3a31-4a91-93d5-d35f99d748d9 HTTP/1.1" 403 263 0.036662 10.0.0.38 - - [2026-03-05 02:35:25] "GET /service-template/be6f4544-f48e-4a16-a3e1-1fc1cca8eb85 HTTP/1.1" 403 264 0.007922 10.0.0.38 - - [2026-03-05 02:35:25] "GET /service-template/be6f4544-f48e-4a16-a3e1-1fc1cca8eb85 HTTP/1.1" 403 264 0.032936 10.0.0.38 - - [2026-03-05 02:35:25] "GET /obj-perms HTTP/1.1" 403 257 0.007779 10.0.0.38 - - [2026-03-05 02:35:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002293 10.0.0.38 - - [2026-03-05 02:35:25] "GET /virtual-network/d696438f-3a31-4a91-93d5-d35f99d748d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.007643 10.0.0.38 - - [2026-03-05 02:35:26] "GET /obj-perms HTTP/1.1" 403 257 0.032363 10.0.0.38 - - [2026-03-05 02:35:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002113 10.0.0.38 - - [2026-03-05 02:35:26] "GET /virtual-network/d696438f-3a31-4a91-93d5-d35f99d748d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.007600 10.0.0.38 - - [2026-03-05 02:35:26] "GET /obj-perms HTTP/1.1" 403 257 0.007170 10.0.0.38 - - [2026-03-05 02:35:26] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.007706 10.0.0.38 - - [2026-03-05 02:35:26] "GET /api-access-list/6a1a1b51-7ddf-487c-b2c7-3aa865fe9cc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2410 0.003037 10.0.0.38 - - [2026-03-05 02:35:26] "PUT /api-access-list/6a1a1b51-7ddf-487c-b2c7-3aa865fe9cc6 HTTP/1.1" 200 264 0.007225 10.0.0.38 - - [2026-03-05 02:35:26] "GET /service-template/be6f4544-f48e-4a16-a3e1-1fc1cca8eb85 HTTP/1.1" 200 1854 0.010294 10.0.0.38 - - [2026-03-05 02:35:26] "GET /virtual-network/d696438f-3a31-4a91-93d5-d35f99d748d9 HTTP/1.1" 200 2308 0.013048 10.0.0.38 - - [2026-03-05 02:35:26] "GET /obj-perms HTTP/1.1" 403 257 0.007454 10.0.0.38 - - [2026-03-05 02:35:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.001975 10.0.0.38 - - [2026-03-05 02:35:26] "GET /virtual-network/d696438f-3a31-4a91-93d5-d35f99d748d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2008 0.011697 10.0.0.38 - - [2026-03-05 02:35:26] "GET /obj-perms HTTP/1.1" 403 257 0.007228 10.0.0.38 - - [2026-03-05 02:35:26] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.017844 10.0.0.38 - - [2026-03-05 02:35:26] "DELETE /api-access-list/c95fe480-4d57-42df-9a79-4dcb95b6beb5 HTTP/1.1" 200 115 0.015343 10.0.0.38 - - [2026-03-05 02:35:26] "GET /api-access-list/c95fe480-4d57-42df-9a79-4dcb95b6beb5 HTTP/1.1" 404 171 0.002029 10.0.0.38 - - [2026-03-05 02:35:26] "DELETE /api-access-list/abfac706-74f0-42f2-8db3-d2cbeb14c054 HTTP/1.1" 200 115 0.014584 10.0.0.38 - - [2026-03-05 02:35:26] "GET /api-access-list/abfac706-74f0-42f2-8db3-d2cbeb14c054 HTTP/1.1" 404 171 0.002073 10.0.0.38 - - [2026-03-05 02:35:26] "GET /virtual-network/d696438f-3a31-4a91-93d5-d35f99d748d9 HTTP/1.1" 401 292 0.000340 10.0.0.38 - - [2026-03-05 02:35:27] "GET /virtual-network/d696438f-3a31-4a91-93d5-d35f99d748d9 HTTP/1.1" 403 263 0.033544 10.0.0.38 - - [2026-03-05 02:35:27] "GET /service-template/be6f4544-f48e-4a16-a3e1-1fc1cca8eb85 HTTP/1.1" 403 264 0.005785 10.0.0.38 - - [2026-03-05 02:35:27] "GET /service-template/be6f4544-f48e-4a16-a3e1-1fc1cca8eb85 HTTP/1.1" 403 264 0.030383 10.0.0.38 - - [2026-03-05 02:35:27] "GET /obj-perms HTTP/1.1" 403 257 0.033195 10.0.0.38 - - [2026-03-05 02:35:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002467 10.0.0.38 - - [2026-03-05 02:35:27] "GET /virtual-network/d696438f-3a31-4a91-93d5-d35f99d748d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.007533 10.0.0.38 - - [2026-03-05 02:35:27] "GET /obj-perms HTTP/1.1" 403 257 0.007048 10.0.0.38 - - [2026-03-05 02:35:27] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.006073 10.0.0.38 - - [2026-03-05 02:35:27] "GET /api-access-list/6a1a1b51-7ddf-487c-b2c7-3aa865fe9cc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2685 0.003317 10.0.0.38 - - [2026-03-05 02:35:27] "PUT /api-access-list/6a1a1b51-7ddf-487c-b2c7-3aa865fe9cc6 HTTP/1.1" 200 264 0.007588 10.0.0.38 - - [2026-03-05 02:35:28] "GET /virtual-network/d696438f-3a31-4a91-93d5-d35f99d748d9 HTTP/1.1" 200 2308 0.011829 10.0.0.38 - - [2026-03-05 02:35:28] "GET /service-template/be6f4544-f48e-4a16-a3e1-1fc1cca8eb85 HTTP/1.1" 200 1854 0.007527 10.0.0.38 - - [2026-03-05 02:35:28] "GET /obj-perms HTTP/1.1" 403 257 0.005548 10.0.0.38 - - [2026-03-05 02:35:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002611 10.0.0.38 - - [2026-03-05 02:35:28] "GET /virtual-network/d696438f-3a31-4a91-93d5-d35f99d748d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2008 0.011814 10.0.0.38 - - [2026-03-05 02:35:28] "GET /obj-perms HTTP/1.1" 403 257 0.006844 10.0.0.38 - - [2026-03-05 02:35:28] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.012809 10.0.0.38 - - [2026-03-05 02:35:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.008476 10.0.0.38 - - [2026-03-05 02:35:28] "DELETE /service-template/be6f4544-f48e-4a16-a3e1-1fc1cca8eb85 HTTP/1.1" 200 115 0.018072 10.0.0.38 - - [2026-03-05 02:35:28] "POST /fqname-to-id HTTP/1.1" 404 197 0.008056 10.0.0.38 - - [2026-03-05 02:35:28] "POST /useragent-kv HTTP/1.1" 200 115 0.028389 10.0.0.38 - - [2026-03-05 02:35:28] "POST /useragent-kv HTTP/1.1" 200 115 0.002226 10.0.0.38 - - [2026-03-05 02:35:28] "DELETE /virtual-network/d696438f-3a31-4a91-93d5-d35f99d748d9 HTTP/1.1" 200 115 0.090903 10.0.0.38 - - [2026-03-05 02:35:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.048721 10.0.0.38 - - [2026-03-05 02:35:28] "DELETE /route-target/2b7997d4-1de0-423f-af3e-1c9992dd94fc HTTP/1.1" 200 115 0.014973 10.0.0.38 - - [2026-03-05 02:35:28] "GET /api-access-list/6a1a1b51-7ddf-487c-b2c7-3aa865fe9cc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.004242 10.0.0.38 - - [2026-03-05 02:35:28] "PUT /api-access-list/6a1a1b51-7ddf-487c-b2c7-3aa865fe9cc6 HTTP/1.1" 200 264 0.007902 10.0.0.38 - - [2026-03-05 02:35:28] "GET /api-access-list/6a1a1b51-7ddf-487c-b2c7-3aa865fe9cc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2691 0.003231 10.0.0.38 - - [2026-03-05 02:35:28] "PUT /api-access-list/6a1a1b51-7ddf-487c-b2c7-3aa865fe9cc6 HTTP/1.1" 200 264 0.007999 10.0.0.38 - - [2026-03-05 02:35:29] "GET /api-access-list/6a1a1b51-7ddf-487c-b2c7-3aa865fe9cc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2410 0.003208 10.0.0.38 - - [2026-03-05 02:35:29] "PUT /api-access-list/6a1a1b51-7ddf-487c-b2c7-3aa865fe9cc6 HTTP/1.1" 200 264 0.008971 10.0.0.38 - - [2026-03-05 02:35:29] "GET /projects?obj_uuids=42f64d2c-8fa2-4711-9ddb-6442a3802f84&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000976 10.0.0.38 - - [2026-03-05 02:35:29] "GET /project/42f64d2c-8fa2-4711-9ddb-6442a3802f84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.039374 10.0.0.38 - - [2026-03-05 02:35:29] "GET /projects?obj_uuids=42f64d2c-8fa2-4711-9ddb-6442a3802f84&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001068 10.0.0.38 - - [2026-03-05 02:35:29] "GET /projects?obj_uuids=b149276e-a8fd-4ad8-b304-48bb647d8254&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000991 10.0.0.38 - - [2026-03-05 02:35:29] "GET /project/b149276e-a8fd-4ad8-b304-48bb647d8254?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.021099 10.0.0.38 - - [2026-03-05 02:35:29] "DELETE /project/d3526170af4941be93432d5639326594 HTTP/1.1" 404 173 0.078435 10.0.0.38 - - [2026-03-05 02:35:29] "GET /projects?obj_uuids=b149276e-a8fd-4ad8-b304-48bb647d8254&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000934 10.0.0.38 - - [2026-03-05 02:35:29] "GET /projects?obj_uuids=d3526170-af49-41be-9343-2d5639326594&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000892 10.0.0.38 - - [2026-03-05 02:35:29] "GET /project/42f64d2c-8fa2-4711-9ddb-6442a3802f84?fields=virtual_networks HTTP/1.1" 200 1032 0.075600 10.0.0.38 - - [2026-03-05 02:35:29] "GET /projects?obj_uuids=5e07e26a-3f6e-403b-a6f5-546a041aeb0d&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001043 10.0.0.38 - - [2026-03-05 02:35:29] "GET /project/d3526170-af49-41be-9343-2d5639326594?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.037699 10.0.0.38 - - [2026-03-05 02:35:29] "GET /projects?obj_uuids=2327389e-63c9-405d-9f0c-2f9dff5a5420&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001017 10.0.0.38 - - [2026-03-05 02:35:29] "GET /project/5e07e26a-3f6e-403b-a6f5-546a041aeb0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.040705 10.0.0.38 - - [2026-03-05 02:35:29] "GET /project/b149276e-a8fd-4ad8-b304-48bb647d8254?fields=security_groups HTTP/1.1" 200 1364 0.090630 10.0.0.38 - - [2026-03-05 02:35:29] "GET /projects?obj_uuids=42f64d2c-8fa2-4711-9ddb-6442a3802f84&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000963 10.0.0.38 - - [2026-03-05 02:35:29] "GET /projects?obj_uuids=dfe3f06e-b0e9-49d3-a2e1-16dd27cffdc2&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000984 10.0.0.38 - - [2026-03-05 02:35:29] "GET /projects?obj_uuids=d3526170-af49-41be-9343-2d5639326594&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000896 10.0.0.38 - - [2026-03-05 02:35:29] "DELETE /project/b149276ea8fd4ad8b30448bb647d8254 HTTP/1.1" 404 173 0.192595 10.0.0.38 - - [2026-03-05 02:35:29] "GET /project/42f64d2c-8fa2-4711-9ddb-6442a3802f84?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.050857 10.0.0.38 - - [2026-03-05 02:35:29] "GET /project/dfe3f06e-b0e9-49d3-a2e1-16dd27cffdc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.046761 10.0.0.38 - - [2026-03-05 02:35:29] "DELETE /project/42f64d2c8fa247119ddb6442a3802f84 HTTP/1.1" 404 173 0.233522 10.0.0.38 - - [2026-03-05 02:35:29] "GET /project/2327389e-63c9-405d-9f0c-2f9dff5a5420?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.095411 10.0.0.38 - - [2026-03-05 02:35:29] "GET /projects?obj_uuids=5e07e26a-3f6e-403b-a6f5-546a041aeb0d&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001410 10.0.0.38 - - [2026-03-05 02:35:29] "GET /projects?obj_uuids=dfe3f06e-b0e9-49d3-a2e1-16dd27cffdc2&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000906 10.0.0.38 - - [2026-03-05 02:35:29] "GET /projects?obj_uuids=42f64d2c-8fa2-4711-9ddb-6442a3802f84&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001154 10.0.0.38 - - [2026-03-05 02:35:29] "GET /project/d3526170-af49-41be-9343-2d5639326594?fields=security_groups HTTP/1.1" 200 1364 0.089538 10.0.0.38 - - [2026-03-05 02:35:30] "GET /project/5e07e26a-3f6e-403b-a6f5-546a041aeb0d?fields=security_groups HTTP/1.1" 200 1348 0.054142 10.0.0.38 - - [2026-03-05 02:35:30] "GET /projects?obj_uuids=2327389e-63c9-405d-9f0c-2f9dff5a5420&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001204 10.0.0.38 - - [2026-03-05 02:35:30] "GET /project/dfe3f06e-b0e9-49d3-a2e1-16dd27cffdc2?fields=security_groups HTTP/1.1" 200 1349 0.087338 10.0.0.38 - - [2026-03-05 02:35:30] "GET /project/2327389e-63c9-405d-9f0c-2f9dff5a5420?fields=security_groups HTTP/1.1" 200 1348 0.050113 10.0.0.38 - - [2026-03-05 02:35:30] "DELETE /security-group/95d47751-1971-4c76-bbe1-2c0cb0f9b8c8 HTTP/1.1" 200 115 0.115465 10.0.0.38 - - [2026-03-05 02:35:30] "GET /project/42f64d2c-8fa2-4711-9ddb-6442a3802f84?fields=security_groups HTTP/1.1" 200 1258 0.107399 10.0.0.38 - - [2026-03-05 02:35:30] "GET /projects?obj_uuids=b149276e-a8fd-4ad8-b304-48bb647d8254&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001034 10.0.0.38 - - [2026-03-05 02:35:30] "DELETE /access-control-list/466cfd2c-b68c-471b-9f16-ca7045584192 HTTP/1.1" 200 115 0.069908 10.0.0.38 - - [2026-03-05 02:35:30] "GET /project/b149276e-a8fd-4ad8-b304-48bb647d8254?fields=application_policy_sets HTTP/1.1" 200 1403 0.051341 10.0.0.38 - - [2026-03-05 02:35:30] "DELETE /access-control-list/4c3b02e3-6f15-417c-b1dc-664dc97683b0 HTTP/1.1" 200 115 0.042392 10.0.0.38 - - [2026-03-05 02:35:30] "DELETE /security-group/a52e7533-8e48-4a0a-8da7-0d29621b32db HTTP/1.1" 200 115 0.106884 10.0.0.38 - - [2026-03-05 02:35:30] "GET /projects?obj_uuids=5e07e26a-3f6e-403b-a6f5-546a041aeb0d&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001029 10.0.0.38 - - [2026-03-05 02:35:30] "DELETE /security-group/921106d9-27ee-4978-ab85-9c5e035d046e HTTP/1.1" 200 115 0.146382 10.0.0.38 - - [2026-03-05 02:35:30] "GET /projects?obj_uuids=d3526170-af49-41be-9343-2d5639326594&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000985 10.0.0.38 - - [2026-03-05 02:35:30] "DELETE /access-control-list/b797ab22-6343-4725-b2cb-64264bbc2392 HTTP/1.1" 200 115 0.055183 10.0.0.38 - - [2026-03-05 02:35:30] "DELETE /security-group/93dbce16-cc0d-44ef-bd3f-61767bb3c88c HTTP/1.1" 200 115 0.130108 10.0.0.38 - - [2026-03-05 02:35:30] "GET /project/d3526170-af49-41be-9343-2d5639326594?fields=application_policy_sets HTTP/1.1" 200 1403 0.042906 10.0.0.38 - - [2026-03-05 02:35:30] "GET /projects?obj_uuids=dfe3f06e-b0e9-49d3-a2e1-16dd27cffdc2&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000910 10.0.0.38 - - [2026-03-05 02:35:30] "DELETE /security-group/a1a982b2-7da7-4424-854f-c91b6e8f3732 HTTP/1.1" 200 115 0.126715 10.0.0.38 - - [2026-03-05 02:35:30] "GET /projects?obj_uuids=2327389e-63c9-405d-9f0c-2f9dff5a5420&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001039 10.0.0.38 - - [2026-03-05 02:35:30] "DELETE /access-control-list/18065f6a-9e3c-4e77-bdf9-42fd5e8552be HTTP/1.1" 200 115 0.052532 10.0.0.38 - - [2026-03-05 02:35:30] "GET /project/5e07e26a-3f6e-403b-a6f5-546a041aeb0d?fields=application_policy_sets HTTP/1.1" 200 1387 0.098258 10.0.0.38 - - [2026-03-05 02:35:30] "GET /project/2327389e-63c9-405d-9f0c-2f9dff5a5420?fields=application_policy_sets HTTP/1.1" 200 1387 0.062246 10.0.0.38 - - [2026-03-05 02:35:30] "GET /project/dfe3f06e-b0e9-49d3-a2e1-16dd27cffdc2?fields=application_policy_sets HTTP/1.1" 200 1388 0.128761 10.0.0.38 - - [2026-03-05 02:35:30] "DELETE /access-control-list/c82177fd-f002-4df4-ad4b-d1e373f23e07 HTTP/1.1" 200 115 0.096430 10.0.0.38 - - [2026-03-05 02:35:30] "DELETE /project/b149276e-a8fd-4ad8-b304-48bb647d8254 HTTP/1.1" 200 115 0.671330 10.0.0.38 - - [2026-03-05 02:35:30] "DELETE /access-control-list/3a83f1b4-d37f-487a-880f-bd0db0d85b33 HTTP/1.1" 200 115 0.072725 10.0.0.38 - - [2026-03-05 02:35:30] "DELETE /project/d3526170-af49-41be-9343-2d5639326594 HTTP/1.1" 200 115 0.786956 10.0.0.38 - - [2026-03-05 02:35:30] "DELETE /access-control-list/3732817d-1cc1-4b70-8d41-b1a34a68423d HTTP/1.1" 200 115 0.068451 10.0.0.38 - - [2026-03-05 02:35:30] "DELETE /project/5e07e26a-3f6e-403b-a6f5-546a041aeb0d HTTP/1.1" 200 115 0.841664 10.0.0.38 - - [2026-03-05 02:35:30] "DELETE /project/2327389e-63c9-405d-9f0c-2f9dff5a5420 HTTP/1.1" 200 115 0.856444 10.0.0.38 - - [2026-03-05 02:35:30] "DELETE /access-control-list/0a6203d6-c457-4f6f-8313-212dcfda9a38 HTTP/1.1" 200 115 0.056154 10.0.0.38 - - [2026-03-05 02:35:30] "DELETE /project/dfe3f06e-b0e9-49d3-a2e1-16dd27cffdc2 HTTP/1.1" 200 115 0.868554 10.0.0.38 - - [2026-03-05 02:35:30] "DELETE /access-control-list/ed93e933-f045-4414-893b-5b63ebe929b6 HTTP/1.1" 200 115 0.029000 10.0.0.38 - - [2026-03-05 02:35:30] "DELETE /access-control-list/8ea268e2-aafd-4bb1-a3e8-1dc99c2f27eb HTTP/1.1" 200 115 0.023186 10.0.0.38 - - [2026-03-05 02:35:30] "GET /projects?obj_uuids=dcd0c531-8730-4756-9d14-f9253308d6b9&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000971 10.0.0.38 - - [2026-03-05 02:35:30] "GET /project/dcd0c531-8730-4756-9d14-f9253308d6b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.029581 [Introspect:8084]10.0.0.38 - - [2026-03-05 02:35:31] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001326 10.0.0.38 - - [2026-03-05 02:35:31] "POST /fqname-to-id HTTP/1.1" 404 184 0.026245 10.0.0.38 - - [2026-03-05 02:35:31] "GET /projects?obj_uuids=ddd5a606-c1a9-4c5b-82bd-b0868dea052e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002125 10.0.0.38 - - [2026-03-05 02:35:31] "GET /domains?obj_uuids=f0f8f0ab-ad00-4bf2-b32c-7ffe83ec7aa0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001118 10.0.0.38 - - [2026-03-05 02:35:31] "GET /domain/f0f8f0ab-ad00-4bf2-b32c-7ffe83ec7aa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006697 10.0.0.38 - - [2026-03-05 02:35:31] "POST /id-to-fqname HTTP/1.1" 200 186 0.001364 10.0.0.38 - - [2026-03-05 02:35:31] "POST /fqname-to-id HTTP/1.1" 404 195 0.001775 10.0.0.38 - - [2026-03-05 02:35:31] "POST /security-groups HTTP/1.1" 200 587 0.060100 10.0.0.38 - - [2026-03-05 02:35:31] "POST /fqname-to-id HTTP/1.1" 404 230 0.006829 10.0.0.38 - - [2026-03-05 02:35:31] "POST /projects HTTP/1.1" 200 577 0.207656 10.0.0.38 - - [2026-03-05 02:35:31] "POST /access-control-lists HTTP/1.1" 200 592 0.056436 10.0.0.38 - - [2026-03-05 02:35:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.282575 10.0.0.38 - - [2026-03-05 02:35:31] "POST /fqname-to-id HTTP/1.1" 404 229 0.003161 10.0.0.38 - - [2026-03-05 02:35:32] "GET /project/ddd5a606-c1a9-4c5b-82bd-b0868dea052e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.407696 10.0.0.38 - - [2026-03-05 02:35:32] "POST /access-control-lists HTTP/1.1" 200 590 0.064446 10.0.0.38 - - [2026-03-05 02:35:33] "GET / HTTP/1.1" 200 35931 0.002458 10.0.0.38 - - [2026-03-05 02:35:33] "GET /projects?obj_uuids=ddd5a606-c1a9-4c5b-82bd-b0868dea052e&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001016 10.0.0.38 - - [2026-03-05 02:35:33] "GET /project/ddd5a606-c1a9-4c5b-82bd-b0868dea052e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.023654 10.0.0.38 - - [2026-03-05 02:35:33] "GET /projects?obj_uuids=ddd5a606-c1a9-4c5b-82bd-b0868dea052e&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001041 10.0.0.38 - - [2026-03-05 02:35:33] "GET /project/ddd5a606-c1a9-4c5b-82bd-b0868dea052e?fields=virtual_networks HTTP/1.1" 200 1024 0.068419 10.0.0.38 - - [2026-03-05 02:35:33] "GET /projects?obj_uuids=ddd5a606-c1a9-4c5b-82bd-b0868dea052e&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001008 10.0.0.38 - - [2026-03-05 02:35:33] "GET /project/ddd5a606-c1a9-4c5b-82bd-b0868dea052e?fields=virtual_machine_interfaces HTTP/1.1" 200 1024 0.027458 10.0.0.38 - - [2026-03-05 02:35:33] "GET /projects?obj_uuids=ddd5a606-c1a9-4c5b-82bd-b0868dea052e&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001127 10.0.0.38 - - [2026-03-05 02:35:33] "GET /project/ddd5a606-c1a9-4c5b-82bd-b0868dea052e?fields=security_groups HTTP/1.1" 200 1246 0.021713 10.0.0.38 - - [2026-03-05 02:35:37] "GET /obj-perms HTTP/1.1" 200 5056 0.056529 10.0.0.38 - - [2026-03-05 02:35:37] "GET /obj-perms HTTP/1.1" 200 5056 0.060838 [Introspect:8084]10.0.0.38 - - [2026-03-05 02:36:21] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000966 [Introspect:8084]10.0.0.38 - - [2026-03-05 02:36:21] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001094