+++ date ++ echo 'INFO: =================== Thu Apr 30 02:13:53 AM UTC 2026 ===================' INFO: =================== Thu Apr 30 02:13:53 AM UTC 2026 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ grep -o 'dev.*' +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ local nic=ens3 +++ awk '{print $2}' +++ grep 'inet ' +++ ip addr show dev ens3 +++ head -n 1 +++ cut -d / -f 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 '' ]] +++ awk '/pagesize=2M/{print($3)}' +++ tail -n 1 +++ mount -t hugetlbfs ++ 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.17 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.17 ++ 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 +++ find_my_ip_and_order_for_node_list 10.0.0.38 +++ local servers=10.0.0.38 +++ cut -d ' ' -f 1 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ awk '/32 host/ { print f } {f=$2}' ++++ grep -vi host ++++ sort ++++ tr '\n' , ++++ uniq ++++ cat /proc/net/fib_trie +++ local local_ips=,10.0.0.38,10.20.0.17,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.17,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__.*__.*=.*$' ++ sort ++ cut -d = -f 1 ++ sed 's/^API__//g' + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0' + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs contrail-api + local template=contrail-api ++ dirname /var/log/contrail/config-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/config-api + chmod 755 /var/log/contrail/config-api + mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/config-api + find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:287: SyntaxWarning: "is not" with a literal. Did you mean "!="? if ip_alloc_unit is not 1: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1113: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1910: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: 04/30/2026 02:14:02.205 7f8f973c9ec0 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 04/30/2026 02:14:02.352 7f8f973c9ec0 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 04/30/2026 02:14:02.367 7f8f973c9ec0 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 04/30/2026 02:14:02.367 7f8f973c9ec0 [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-04-30 02:14:07] "GET / HTTP/1.1" 503 181 0.000273 10.0.0.38 - - [2026-04-30 02:14:07] "GET / HTTP/1.1" 503 181 0.000149 10.0.0.38 - - [2026-04-30 02:14:07] "GET / HTTP/1.1" 200 35931 0.001815 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-04-30 02:14:07] "POST /fqname-to-id HTTP/1.1" 401 292 0.000909 10.0.0.38 - - [2026-04-30 02:14:08] "GET / HTTP/1.1" 200 45871 0.003131 10.0.0.38 - - [2026-04-30 02:14:08] "GET / HTTP/1.1" 200 45871 0.001566 10.0.0.38 - - [2026-04-30 02:14:08] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000497 10.0.0.38 - - [2026-04-30 02:14:08] "POST /fqname-to-id HTTP/1.1" 401 292 0.000447 10.0.0.38 - - [2026-04-30 02:14:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.381298 10.0.0.38 - - [2026-04-30 02:14:08] "GET /global-system-config/bde2b012-4ba8-4ae4-ae5a-81c205502110?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.006952 10.0.0.38 - - [2026-04-30 02:14:08] "POST /fqname-to-id HTTP/1.1" 404 220 0.003680 10.0.0.38 - - [2026-04-30 02:14:08] "POST /config-nodes HTTP/1.1" 200 599 0.032404 10.0.0.38 - - [2026-04-30 02:14:09] "GET / HTTP/1.1" 200 35931 0.002016 10.0.0.38 - - [2026-04-30 02:14:09] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000433 10.0.0.38 - - [2026-04-30 02:14:09] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.326377 10.0.0.38 - - [2026-04-30 02:14:09] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.003554 10.0.0.38 - - [2026-04-30 02:14:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.367842 10.0.0.38 - - [2026-04-30 02:14:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003959 10.0.0.38 - - [2026-04-30 02:14:09] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.067384 10.0.0.38 - - [2026-04-30 02:14:09] "GET / HTTP/1.1" 200 35931 0.001874 10.0.0.38 - - [2026-04-30 02:14:09] "GET / HTTP/1.1" 200 35931 0.001482 /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-04-30 02:14:10] "POST /fqname-to-id HTTP/1.1" 401 292 0.000712 10.0.0.38 - - [2026-04-30 02:14:10] "GET / HTTP/1.1" 200 35931 0.001627 10.0.0.38 - - [2026-04-30 02:14:10] "POST /fqname-to-id HTTP/1.1" 404 186 0.038074 10.0.0.38 - - [2026-04-30 02:14:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003577 10.0.0.38 - - [2026-04-30 02:14:10] "GET /global-system-config/bde2b012-4ba8-4ae4-ae5a-81c205502110?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.009263 10.0.0.38 - - [2026-04-30 02:14:10] "POST /service-appliance-sets HTTP/1.1" 200 553 0.038684 10.0.0.38 - - [2026-04-30 02:14:10] "POST /fqname-to-id HTTP/1.1" 404 180 0.003979 10.0.0.38 - - [2026-04-30 02:14:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004344 10.0.0.38 - - [2026-04-30 02:14:10] "GET /global-system-config/bde2b012-4ba8-4ae4-ae5a-81c205502110?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.006840 10.0.0.38 - - [2026-04-30 02:14:10] "POST /service-appliance-sets HTTP/1.1" 200 541 0.041479 10.0.0.38 - - [2026-04-30 02:14:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004812 10.0.0.38 - - [2026-04-30 02:14:10] "GET /network-ipam/0ec6cbaa-c82f-4ed5-90fd-858bd0e3adf7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.006276 10.0.0.38 - - [2026-04-30 02:14:11] "POST /service-templates HTTP/1.1" 200 511 0.027011 10.0.0.38 - - [2026-04-30 02:14:11] "POST /service-templates HTTP/1.1" 200 501 0.027236 10.0.0.38 - - [2026-04-30 02:14:11] "POST /service-templates HTTP/1.1" 200 515 0.030122 10.0.0.38 - - [2026-04-30 02:14:11] "POST /service-templates HTTP/1.1" 200 535 0.030341 10.0.0.38 - - [2026-04-30 02:14:11] "POST /service-templates HTTP/1.1" 200 507 0.039297 10.0.0.38 - - [2026-04-30 02:14:13] "POST /fqname-to-id HTTP/1.1" 401 292 0.000403 10.0.0.38 - - [2026-04-30 02:14:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.031272 10.0.0.38 - - [2026-04-30 02:14:13] "GET /network-ipam/0ec6cbaa-c82f-4ed5-90fd-858bd0e3adf7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.004279 10.0.0.38 - - [2026-04-30 02:14:14] "POST /fqname-to-id HTTP/1.1" 404 225 0.003491 10.0.0.38 - - [2026-04-30 02:14:14] "POST /access-control-lists HTTP/1.1" 200 587 0.025153 10.0.0.38 - - [2026-04-30 02:14:14] "POST /fqname-to-id HTTP/1.1" 404 224 0.004227 10.0.0.38 - - [2026-04-30 02:14:14] "POST /access-control-lists HTTP/1.1" 200 585 0.024334 10.0.0.38 - - [2026-04-30 02:14:14] "POST /route-targets HTTP/1.1" 200 327 0.016297 10.0.0.38 - - [2026-04-30 02:14:14] "POST /ref-update HTTP/1.1" 200 156 0.016808 10.0.0.38 - - [2026-04-30 02:14:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003512 10.0.0.38 - - [2026-04-30 02:14:14] "GET /global-vrouter-config/b5383f3d-5f44-4c4f-8b6e-c29105899583?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1216 0.003661 10.0.0.38 - - [2026-04-30 02:14:14] "POST /route-targets HTTP/1.1" 200 327 0.012944 10.0.0.38 - - [2026-04-30 02:14:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003562 10.0.0.38 - - [2026-04-30 02:14:14] "POST /ref-update HTTP/1.1" 200 156 0.013408 10.0.0.38 - - [2026-04-30 02:14:14] "PUT /global-vrouter-config/b5383f3d-5f44-4c4f-8b6e-c29105899583 HTTP/1.1" 200 276 0.012395 10.0.0.38 - - [2026-04-30 02:14:14] "POST /route-targets HTTP/1.1" 200 327 0.023860 10.0.0.38 - - [2026-04-30 02:14:14] "POST /ref-update HTTP/1.1" 200 156 0.013541 10.0.0.38 - - [2026-04-30 02:14:14] "POST /route-targets HTTP/1.1" 200 327 0.012928 10.0.0.38 - - [2026-04-30 02:14:14] "POST /ref-update HTTP/1.1" 200 156 0.012604 10.0.0.38 - - [2026-04-30 02:14:15] "POST /fqname-to-id HTTP/1.1" 404 201 0.003387 10.0.0.38 - - [2026-04-30 02:14:15] "GET / HTTP/1.1" 200 35931 0.001781 10.0.0.38 - - [2026-04-30 02:14:15] "POST /alarms HTTP/1.1" 401 292 0.000689 10.0.0.38 - - [2026-04-30 02:14:15] "POST /access-control-lists HTTP/1.1" 200 551 0.071228 10.0.0.38 - - [2026-04-30 02:14:15] "POST /alarms HTTP/1.1" 200 581 0.055642 10.0.0.38 - - [2026-04-30 02:14:15] "POST /alarms HTTP/1.1" 200 575 0.027583 10.0.0.38 - - [2026-04-30 02:14:15] "POST /alarms HTTP/1.1" 200 575 0.022301 10.0.0.38 - - [2026-04-30 02:14:15] "POST /alarms HTTP/1.1" 200 559 0.021899 10.0.0.38 - - [2026-04-30 02:14:15] "POST /alarms HTTP/1.1" 200 555 0.031825 10.0.0.38 - - [2026-04-30 02:14:15] "POST /alarms HTTP/1.1" 200 557 0.020023 10.0.0.38 - - [2026-04-30 02:14:15] "POST /alarms HTTP/1.1" 200 565 0.021773 10.0.0.38 - - [2026-04-30 02:14:15] "POST /alarms HTTP/1.1" 200 549 0.024196 10.0.0.38 - - [2026-04-30 02:14:16] "POST /alarms HTTP/1.1" 200 557 0.022601 10.0.0.38 - - [2026-04-30 02:14:16] "POST /alarms HTTP/1.1" 200 567 0.029512 10.0.0.38 - - [2026-04-30 02:14:16] "POST /alarms HTTP/1.1" 200 555 0.022713 10.0.0.38 - - [2026-04-30 02:14:16] "POST /alarms HTTP/1.1" 200 567 0.024026 10.0.0.38 - - [2026-04-30 02:14:16] "POST /alarms HTTP/1.1" 200 575 0.071056 10.0.0.38 - - [2026-04-30 02:14:16] "POST /alarms HTTP/1.1" 200 569 0.024196 10.0.0.38 - - [2026-04-30 02:14:16] "POST /alarms HTTP/1.1" 200 561 0.027189 10.0.0.38 - - [2026-04-30 02:14:16] "POST /alarms HTTP/1.1" 200 561 0.038745 10.0.0.38 - - [2026-04-30 02:14:16] "POST /alarms HTTP/1.1" 200 561 0.025890 10.0.0.38 - - [2026-04-30 02:14:16] "POST /alarms HTTP/1.1" 200 547 0.026396 10.0.0.38 - - [2026-04-30 02:14:16] "POST /alarms HTTP/1.1" 200 595 0.020296 10.0.0.38 - - [2026-04-30 02:14:16] "POST /alarms HTTP/1.1" 200 575 0.021225 10.0.0.38 - - [2026-04-30 02:14:16] "POST /alarms HTTP/1.1" 200 571 0.026072 10.0.0.38 - - [2026-04-30 02:14:16] "POST /alarms HTTP/1.1" 200 583 0.024861 10.0.0.38 - - [2026-04-30 02:14:17] "POST /alarms HTTP/1.1" 200 609 0.027472 10.0.0.38 - - [2026-04-30 02:14:17] "GET / HTTP/1.1" 200 35931 0.001939 10.0.0.38 - - [2026-04-30 02:14:17] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000544 10.0.0.38 - - [2026-04-30 02:14:17] "GET / HTTP/1.1" 200 35931 0.001885 10.0.0.38 - - [2026-04-30 02:14:17] "POST /fqname-to-id HTTP/1.1" 401 292 0.000443 10.0.0.38 - - [2026-04-30 02:14:17] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.032393 10.0.0.38 - - [2026-04-30 02:14:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003564 10.0.0.38 - - [2026-04-30 02:14:17] "PUT /global-vrouter-config/b5383f3d-5f44-4c4f-8b6e-c29105899583 HTTP/1.1" 200 276 0.010112 10.0.0.38 - - [2026-04-30 02:14:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.037932 10.0.0.38 - - [2026-04-30 02:14:18] "GET /global-system-config/bde2b012-4ba8-4ae4-ae5a-81c205502110?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.006674 10.0.0.38 - - [2026-04-30 02:14:18] "POST /fqname-to-id HTTP/1.1" 404 220 0.003528 10.0.0.38 - - [2026-04-30 02:14:18] "GET / HTTP/1.1" 200 35931 0.001796 10.0.0.38 - - [2026-04-30 02:14:18] "POST /fqname-to-id HTTP/1.1" 401 292 0.000450 10.0.0.38 - - [2026-04-30 02:14:18] "POST /config-database-nodes HTTP/1.1" 200 617 0.023255 10.0.0.38 - - [2026-04-30 02:14:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.031676 10.0.0.38 - - [2026-04-30 02:14:18] "GET /global-vrouter-config/b5383f3d-5f44-4c4f-8b6e-c29105899583?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004134 10.0.0.38 - - [2026-04-30 02:14:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004246 10.0.0.38 - - [2026-04-30 02:14:18] "PUT /global-vrouter-config/b5383f3d-5f44-4c4f-8b6e-c29105899583 HTTP/1.1" 200 276 0.010786 10.0.0.38 - - [2026-04-30 02:14:19] "GET / HTTP/1.1" 200 35931 0.002048 10.0.0.38 - - [2026-04-30 02:14:19] "POST /fqname-to-id HTTP/1.1" 401 292 0.000645 10.0.0.38 - - [2026-04-30 02:14:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.033927 10.0.0.38 - - [2026-04-30 02:14:19] "GET /global-system-config/bde2b012-4ba8-4ae4-ae5a-81c205502110?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.007272 10.0.0.38 - - [2026-04-30 02:14:19] "PUT /global-system-config/bde2b012-4ba8-4ae4-ae5a-81c205502110 HTTP/1.1" 200 274 0.019572 10.0.0.38 - - [2026-04-30 02:14:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000484 10.0.0.38 - - [2026-04-30 02:14:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000415 10.0.0.38 - - [2026-04-30 02:14:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000553 10.0.0.38 - - [2026-04-30 02:14:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000446 10.0.0.38 - - [2026-04-30 02:15:06] "GET / HTTP/1.1" 200 35931 0.002484 10.0.0.38 - - [2026-04-30 02:15:06] "POST /fqname-to-id HTTP/1.1" 401 292 0.000446 10.0.0.38 - - [2026-04-30 02:15:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.030316 10.0.0.38 - - [2026-04-30 02:15:07] "GET /routing-instance/e6862018-5dec-4a93-9f02-b7f083822012?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.004457 10.0.0.38 - - [2026-04-30 02:15:07] "POST /bgp-routers HTTP/1.1" 200 620 0.037862 10.0.0.38 - - [2026-04-30 02:15:07] "GET /bgp-router/36755024-19cb-4444-b330-282aaa38bbdd?fields=global_system_config_back_refs HTTP/1.1" 200 1115 0.007858 10.0.0.38 - - [2026-04-30 02:15:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004099 10.0.0.38 - - [2026-04-30 02:15:07] "GET /global-system-config/bde2b012-4ba8-4ae4-ae5a-81c205502110?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.007397 10.0.0.38 - - [2026-04-30 02:15:07] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.004668 10.0.0.38 - - [2026-04-30 02:15:07] "POST /ref-update HTTP/1.1" 200 156 0.010635 10.0.0.38 - - [2026-04-30 02:15:36] "GET / HTTP/1.1" 200 35931 0.001807 10.0.0.38 - - [2026-04-30 02:15:36] "POST /fqname-to-id HTTP/1.1" 401 292 0.000538 10.0.0.38 - - [2026-04-30 02:15:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.028708 10.0.0.38 - - [2026-04-30 02:15:36] "GET /global-system-config/bde2b012-4ba8-4ae4-ae5a-81c205502110?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.025245 10.0.0.38 - - [2026-04-30 02:15:36] "POST /fqname-to-id HTTP/1.1" 404 220 0.003142 10.0.0.38 - - [2026-04-30 02:15:36] "POST /database-nodes HTTP/1.1" 200 603 0.020214 10.0.0.38 - - [2026-04-30 02:16:06] "GET / HTTP/1.1" 200 35931 0.001770 10.0.0.38 - - [2026-04-30 02:16:06] "POST /fqname-to-id HTTP/1.1" 401 292 0.000556 10.0.0.38 - - [2026-04-30 02:16:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.034637 10.0.0.38 - - [2026-04-30 02:16:07] "GET /global-system-config/bde2b012-4ba8-4ae4-ae5a-81c205502110?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.007278 10.0.0.38 - - [2026-04-30 02:16:07] "POST /fqname-to-id HTTP/1.1" 404 220 0.003600 10.0.0.38 - - [2026-04-30 02:16:07] "POST /analytics-nodes HTTP/1.1" 200 605 0.026167 10.0.0.38 - - [2026-04-30 02:16:13] "GET / HTTP/1.1" 200 35931 0.002080 10.0.0.38 - - [2026-04-30 02:16:26] "GET / HTTP/1.1" 200 35931 0.001776 10.0.0.38 - - [2026-04-30 02:16:26] "POST /fqname-to-id HTTP/1.1" 401 292 0.000701 10.0.0.38 - - [2026-04-30 02:16:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.033651 10.0.0.38 - - [2026-04-30 02:16:26] "GET /global-system-config/bde2b012-4ba8-4ae4-ae5a-81c205502110?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.005992 10.0.0.38 - - [2026-04-30 02:16:26] "POST /fqname-to-id HTTP/1.1" 404 220 0.003862 10.0.0.38 - - [2026-04-30 02:16:26] "POST /analytics-alarm-nodes HTTP/1.1" 200 617 0.027362 10.0.0.38 - - [2026-04-30 02:16:43] "GET / HTTP/1.1" 200 35931 0.001905 10.0.0.38 - - [2026-04-30 02:16:43] "POST /fqname-to-id HTTP/1.1" 401 292 0.000481 10.0.0.38 - - [2026-04-30 02:16:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.052891 10.0.0.38 - - [2026-04-30 02:16:43] "GET /global-system-config/bde2b012-4ba8-4ae4-ae5a-81c205502110?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.011636 10.0.0.38 - - [2026-04-30 02:16:43] "POST /fqname-to-id HTTP/1.1" 404 220 0.003050 10.0.0.38 - - [2026-04-30 02:16:43] "POST /analytics-snmp-nodes HTTP/1.1" 200 615 0.023336 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-04-30 02:17:13] "GET /obj-perms HTTP/1.1" 200 5056 0.395775 10.0.0.38 - - [2026-04-30 02:17:13] "GET /obj-perms HTTP/1.1" 200 5056 0.066800 10.0.0.38 - - [2026-04-30 02:18:13] "GET /obj-perms HTTP/1.1" 200 5056 0.067354 10.0.0.38 - - [2026-04-30 02:18:14] "GET /obj-perms HTTP/1.1" 200 5056 0.072809 10.0.0.38 - - [2026-04-30 02:19:13] "GET / HTTP/1.1" 200 35931 0.002094 10.0.0.38 - - [2026-04-30 02:19:13] "POST /fqname-to-id HTTP/1.1" 401 292 0.000479 10.0.0.38 - - [2026-04-30 02:19:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.031422 10.0.0.38 - - [2026-04-30 02:19:14] "GET /global-system-config/bde2b012-4ba8-4ae4-ae5a-81c205502110?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.017312 10.0.0.38 - - [2026-04-30 02:19:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.005767 10.0.0.38 - - [2026-04-30 02:19:14] "GET /routing-instance/e6862018-5dec-4a93-9f02-b7f083822012?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.004896 10.0.0.38 - - [2026-04-30 02:19:14] "PUT /global-system-config/bde2b012-4ba8-4ae4-ae5a-81c205502110 HTTP/1.1" 200 274 0.014868 10.0.0.38 - - [2026-04-30 02:19:14] "POST /fqname-to-id HTTP/1.1" 404 218 0.003506 10.0.0.38 - - [2026-04-30 02:19:14] "POST /virtual-routers HTTP/1.1" 200 603 0.027567 10.0.0.38 - - [2026-04-30 02:19:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004259 10.0.0.38 - - [2026-04-30 02:19:14] "GET /obj-perms HTTP/1.1" 200 5056 0.082093 10.0.0.38 - - [2026-04-30 02:19:14] "GET /virtual-router/617521f3-d44c-4e81-92e2-553b1df1ab81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1244 0.012197 10.0.0.38 - - [2026-04-30 02:19:14] "POST /fqname-to-id HTTP/1.1" 404 231 0.003231 10.0.0.38 - - [2026-04-30 02:19:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003348 10.0.0.38 - - [2026-04-30 02:19:14] "GET /virtual-network/ca8ad56e-aa9b-4ae1-b67e-32d68f355e2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.007128 10.0.0.38 - - [2026-04-30 02:19:15] "POST /virtual-machine-interfaces HTTP/1.1" 200 585 0.054859 10.0.0.38 - - [2026-04-30 02:19:15] "GET /obj-perms HTTP/1.1" 200 5056 0.059282 10.0.0.38 - - [2026-04-30 02:19:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003998 10.0.0.38 - - [2026-04-30 02:19:15] "GET /virtual-router/617521f3-d44c-4e81-92e2-553b1df1ab81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1244 0.003823 [Introspect:8084]10.0.0.38 - - [2026-04-30 02:19:18] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001213 [Introspect:8084]10.0.0.38 - - [2026-04-30 02:19:18] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001177 [Introspect:8084]10.0.0.38 - - [2026-04-30 02:19:20] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000954 [Introspect:8084]10.0.0.38 - - [2026-04-30 02:19:20] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001012 10.0.0.38 - - [2026-04-30 02:19:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000560 10.0.0.38 - - [2026-04-30 02:19:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000463 10.0.0.38 - - [2026-04-30 02:19:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000421 10.0.0.38 - - [2026-04-30 02:19:36] "GET /global-system-configs HTTP/1.1" 401 292 0.001668 10.0.0.38 - - [2026-04-30 02:20:15] "GET /obj-perms HTTP/1.1" 200 5056 0.069786 10.0.0.38 - - [2026-04-30 02:20:15] "GET /obj-perms HTTP/1.1" 200 5056 0.066097 10.0.0.38 - - [2026-04-30 02:20:29] "GET / HTTP/1.1" 200 35931 0.062750 10.0.0.38 - - [2026-04-30 02:20:29] "GET /project/2bd85e54-ad18-4480-ac4f-a37cbfa68cda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000528 10.0.0.38 - - [2026-04-30 02:20:30] "GET /projects?obj_uuids=2bd85e54-ad18-4480-ac4f-a37cbfa68cda&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.031990 10.0.0.38 - - [2026-04-30 02:20:30] "GET /domains?obj_uuids=033dcabd-97df-439f-8207-51383e8b92fd&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001308 10.0.0.38 - - [2026-04-30 02:20:30] "GET /domain/033dcabd-97df-439f-8207-51383e8b92fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 926 0.042181 10.0.0.38 - - [2026-04-30 02:20:30] "POST /id-to-fqname HTTP/1.1" 200 167 0.001467 10.0.0.38 - - [2026-04-30 02:20:30] "POST /fqname-to-id HTTP/1.1" 404 176 0.003910 10.0.0.38 - - [2026-04-30 02:20:30] "POST /security-groups HTTP/1.1" 200 568 0.065172 10.0.0.38 - - [2026-04-30 02:20:30] "POST /projects HTTP/1.1" 200 539 0.261895 10.0.0.38 - - [2026-04-30 02:20:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.305019 10.0.0.38 - - [2026-04-30 02:20:30] "POST /fqname-to-id HTTP/1.1" 404 207 0.034250 10.0.0.38 - - [2026-04-30 02:20:30] "POST /access-control-lists HTTP/1.1" 200 573 0.063693 10.0.0.38 - - [2026-04-30 02:20:30] "GET /project/2bd85e54-ad18-4480-ac4f-a37cbfa68cda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1270 0.541402 10.0.0.38 - - [2026-04-30 02:20:30] "POST /fqname-to-id HTTP/1.1" 404 206 0.003092 10.0.0.38 - - [2026-04-30 02:20:30] "POST /access-control-lists HTTP/1.1" 200 571 0.067895 [Introspect:8084]10.0.0.38 - - [2026-04-30 02:20:31] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001221 10.0.0.38 - - [2026-04-30 02:20:31] "POST /fqname-to-id HTTP/1.1" 404 199 0.029848 10.0.0.38 - - [2026-04-30 02:20:31] "GET /projects?obj_uuids=c811a24b-7de5-476d-a708-1f6800e02810&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003149 10.0.0.38 - - [2026-04-30 02:20:31] "GET /domains?obj_uuids=033dcabd-97df-439f-8207-51383e8b92fd&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001108 10.0.0.38 - - [2026-04-30 02:20:31] "GET /domain/033dcabd-97df-439f-8207-51383e8b92fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 926 0.007622 10.0.0.38 - - [2026-04-30 02:20:31] "POST /id-to-fqname HTTP/1.1" 200 201 0.001955 10.0.0.38 - - [2026-04-30 02:20:31] "POST /fqname-to-id HTTP/1.1" 404 210 0.008384 10.0.0.38 - - [2026-04-30 02:20:32] "POST /security-groups HTTP/1.1" 200 602 0.072772 10.0.0.38 - - [2026-04-30 02:20:32] "POST /fqname-to-id HTTP/1.1" 404 245 0.003839 10.0.0.38 - - [2026-04-30 02:20:32] "POST /projects HTTP/1.1" 200 607 0.258636 10.0.0.38 - - [2026-04-30 02:20:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.334945 10.0.0.38 - - [2026-04-30 02:20:32] "POST /access-control-lists HTTP/1.1" 200 607 0.068632 10.0.0.38 - - [2026-04-30 02:20:32] "POST /fqname-to-id HTTP/1.1" 404 244 0.002647 10.0.0.38 - - [2026-04-30 02:20:32] "GET /project/c811a24b-7de5-476d-a708-1f6800e02810?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.482265 10.0.0.38 - - [2026-04-30 02:20:32] "POST /access-control-lists HTTP/1.1" 200 605 0.068688 10.0.0.38 - - [2026-04-30 02:20:33] "GET / HTTP/1.1" 200 35931 0.002499 10.0.0.38 - - [2026-04-30 02:20:34] "POST /fqname-to-id HTTP/1.1" 401 292 0.000539 10.0.0.38 - - [2026-04-30 02:20:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.069958 10.0.0.38 - - [2026-04-30 02:20:34] "GET /projects?obj_uuids=c811a24b-7de5-476d-a708-1f6800e02810&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001333 10.0.0.38 - - [2026-04-30 02:20:34] "GET /project/c811a24b-7de5-476d-a708-1f6800e02810?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.033600 10.0.0.38 - - [2026-04-30 02:20:34] "POST /neutron/network HTTP/1.1" 200 117 0.050051 10.0.0.38 - - [2026-04-30 02:20:34] "GET /projects?obj_uuids=c811a24b-7de5-476d-a708-1f6800e02810&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001054 10.0.0.38 - - [2026-04-30 02:20:34] "POST /neutron/network HTTP/1.1" 200 620 0.096301 10.0.0.38 - - [2026-04-30 02:20:35] "POST /route-targets HTTP/1.1" 200 327 0.016931 10.0.0.38 - - [2026-04-30 02:20:35] "POST /ref-update HTTP/1.1" 200 156 0.017193 10.0.0.38 - - [2026-04-30 02:20:35] "POST /useragent-kv HTTP/1.1" 200 115 0.005909 10.0.0.38 - - [2026-04-30 02:20:35] "POST /neutron/subnet HTTP/1.1" 200 719 0.189013 10.0.0.38 - - [2026-04-30 02:20:35] "POST /neutron/network HTTP/1.1" 200 838 0.006258 10.0.0.38 - - [2026-04-30 02:20:35] "POST /id-to-fqname HTTP/1.1" 200 233 0.001314 10.0.0.38 - - [2026-04-30 02:20:35] "GET /virtual-network/c343da13-c48c-4d47-97c4-c3c85218e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.006912 10.0.0.38 - - [2026-04-30 02:20:35] "POST /neutron/network HTTP/1.1" 200 838 0.006854 10.0.0.38 - - [2026-04-30 02:20:35] "GET /virtual-network/c343da13-c48c-4d47-97c4-c3c85218e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.006459 10.0.0.38 - - [2026-04-30 02:20:35] "POST /neutron/network HTTP/1.1" 200 838 0.007077 10.0.0.38 - - [2026-04-30 02:20:35] "POST /neutron/subnet HTTP/1.1" 200 719 0.007468 10.0.0.38 - - [2026-04-30 02:20:35] "GET /domains HTTP/1.1" 401 292 0.000561 10.0.0.38 - - [2026-04-30 02:20:35] "GET /domains HTTP/1.1" 200 280 0.039109 10.0.0.38 - - [2026-04-30 02:20:35] "GET /domains?obj_uuids=033dcabd-97df-439f-8207-51383e8b92fd&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001074 10.0.0.38 - - [2026-04-30 02:20:35] "GET /domain/033dcabd-97df-439f-8207-51383e8b92fd HTTP/1.1" 200 2582 0.015215 10.0.0.38 - - [2026-04-30 02:20:35] "GET /projects?obj_uuids=c811a24b-7de5-476d-a708-1f6800e02810&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001199 10.0.0.38 - - [2026-04-30 02:20:35] "GET /project/c811a24b-7de5-476d-a708-1f6800e02810 HTTP/1.1" 200 2168 0.080526 10.0.0.38 - - [2026-04-30 02:20:35] "GET /virtual-network/c343da13-c48c-4d47-97c4-c3c85218e8e1 HTTP/1.1" 200 2339 0.007946 10.0.0.38 - - [2026-04-30 02:20:35] "GET /virtual-network/c343da13-c48c-4d47-97c4-c3c85218e8e1 HTTP/1.1" 200 2339 0.006882 10.0.0.38 - - [2026-04-30 02:20:35] "GET /routing-instance/87154c91-9b62-42fd-a60d-b45a7c8435b5 HTTP/1.1" 200 1494 0.006216 10.0.0.38 - - [2026-04-30 02:20:35] "GET /routing-instance/87154c91-9b62-42fd-a60d-b45a7c8435b5 HTTP/1.1" 200 1494 0.004296 10.0.0.38 - - [2026-04-30 02:20:35] "GET /route-target/dbf990a4-f39e-4c25-95a9-5cc7068f455b HTTP/1.1" 200 1220 0.004308 10.0.0.38 - - [2026-04-30 02:20:35] "GET /virtual-network/c343da13-c48c-4d47-97c4-c3c85218e8e1 HTTP/1.1" 200 2339 0.011549 10.0.0.38 - - [2026-04-30 02:20:35] "GET /routing-instance/87154c91-9b62-42fd-a60d-b45a7c8435b5 HTTP/1.1" 200 1494 0.004454 10.0.0.38 - - [2026-04-30 02:20:35] "GET /virtual-network/c343da13-c48c-4d47-97c4-c3c85218e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.007030 10.0.0.38 - - [2026-04-30 02:20:36] "GET /virtual-network/c343da13-c48c-4d47-97c4-c3c85218e8e1 HTTP/1.1" 200 2339 0.005728 10.0.0.38 - - [2026-04-30 02:20:36] "GET /routing-instance/87154c91-9b62-42fd-a60d-b45a7c8435b5 HTTP/1.1" 200 1494 0.004871 10.0.0.38 - - [2026-04-30 02:20:36] "GET /routing-instance/87154c91-9b62-42fd-a60d-b45a7c8435b5 HTTP/1.1" 200 1494 0.006151 10.0.0.38 - - [2026-04-30 02:20:36] "GET /route-target/dbf990a4-f39e-4c25-95a9-5cc7068f455b HTTP/1.1" 200 1220 0.003853 10.0.0.38 - - [2026-04-30 02:20:36] "GET /domains HTTP/1.1" 200 280 0.003201 10.0.0.38 - - [2026-04-30 02:20:36] "GET /domains?obj_uuids=033dcabd-97df-439f-8207-51383e8b92fd&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001441 10.0.0.38 - - [2026-04-30 02:20:36] "GET /domain/033dcabd-97df-439f-8207-51383e8b92fd HTTP/1.1" 200 2582 0.010098 10.0.0.38 - - [2026-04-30 02:20:36] "GET /projects?obj_uuids=c811a24b-7de5-476d-a708-1f6800e02810&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001186 10.0.0.38 - - [2026-04-30 02:20:36] "GET /project/c811a24b-7de5-476d-a708-1f6800e02810 HTTP/1.1" 200 2168 0.080898 10.0.0.38 - - [2026-04-30 02:20:36] "GET /virtual-network/c343da13-c48c-4d47-97c4-c3c85218e8e1 HTTP/1.1" 200 2339 0.006739 10.0.0.38 - - [2026-04-30 02:20:36] "GET /obj-perms HTTP/1.1" 200 5052 0.072371 10.0.0.38 - - [2026-04-30 02:20:36] "POST /id-to-fqname HTTP/1.1" 200 233 0.001961 10.0.0.38 - - [2026-04-30 02:20:38] "POST /neutron/network HTTP/1.1" 200 848 0.007280 10.0.0.38 - - [2026-04-30 02:20:38] "GET /aaa-mode HTTP/1.1" 401 292 0.000504 10.0.0.38 - - [2026-04-30 02:20:38] "GET / HTTP/1.1" 200 35931 0.002267 10.0.0.38 - - [2026-04-30 02:20:38] "GET /project/c811a24b-7de5-476d-a708-1f6800e02810?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000539 10.0.0.38 - - [2026-04-30 02:20:39] "GET /projects?obj_uuids=c811a24b-7de5-476d-a708-1f6800e02810&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001053 10.0.0.38 - - [2026-04-30 02:20:39] "GET /project/c811a24b-7de5-476d-a708-1f6800e02810?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.104216 10.0.0.38 - - [2026-04-30 02:20:39] "POST /neutron/network HTTP/1.1" 200 838 0.037464 10.0.0.38 - - [2026-04-30 02:20:40] "POST /neutron/port HTTP/1.1" 200 117 0.008054 10.0.0.38 - - [2026-04-30 02:20:40] "POST /neutron/port HTTP/1.1" 200 117 0.006665 10.0.0.38 - - [2026-04-30 02:20:40] "POST /neutron/port HTTP/1.1" 200 117 0.007848 10.0.0.38 - - [2026-04-30 02:20:41] "POST /neutron/network HTTP/1.1" 200 848 0.007552 10.0.0.38 - - [2026-04-30 02:20:41] "GET /projects?obj_uuids=c811a24b-7de5-476d-a708-1f6800e02810&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001393 10.0.0.38 - - [2026-04-30 02:20:41] "POST /neutron/port HTTP/1.1" 200 1070 0.280297 10.0.0.38 - - [2026-04-30 02:20:42] "POST /neutron/port HTTP/1.1" 200 1070 0.048894 10.0.0.38 - - [2026-04-30 02:20:42] "POST /neutron/port HTTP/1.1" 200 1070 0.016646 10.0.0.38 - - [2026-04-30 02:20:42] "POST /neutron/port HTTP/1.1" 200 1124 0.107764 10.0.0.38 - - [2026-04-30 02:20:42] "POST /neutron/port HTTP/1.1" 200 1134 0.022201 10.0.0.38 - - [2026-04-30 02:20:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004402 10.0.0.38 - - [2026-04-30 02:20:42] "POST /neutron/subnet HTTP/1.1" 200 693 0.012390 10.0.0.38 - - [2026-04-30 02:20:42] "POST /neutron/port HTTP/1.1" 200 117 0.001197 10.0.0.38 - - [2026-04-30 02:20:42] "POST /neutron/network HTTP/1.1" 200 838 0.007627 10.0.0.38 - - [2026-04-30 02:20:45] "POST /neutron/port HTTP/1.1" 200 1134 0.020706 10.0.0.38 - - [2026-04-30 02:20:45] "POST /neutron/security_group HTTP/1.1" 200 2069 0.009118 10.0.0.38 - - [2026-04-30 02:20:50] "POST /neutron/port HTTP/1.1" 200 1134 0.014640 10.0.0.38 - - [2026-04-30 02:20:50] "POST /neutron/security_group HTTP/1.1" 200 2069 0.007554 10.0.0.38 - - [2026-04-30 02:20:50] "GET /obj-perms HTTP/1.1" 200 5052 0.005313 10.0.0.38 - - [2026-04-30 02:20:51] "GET /obj-perms HTTP/1.1" 200 5052 0.003965 10.0.0.38 - - [2026-04-30 02:20:52] "GET /obj-perms HTTP/1.1" 200 5052 0.003895 10.0.0.38 - - [2026-04-30 02:20:53] "GET /obj-perms HTTP/1.1" 200 5052 0.004685 10.0.0.38 - - [2026-04-30 02:20:54] "GET /obj-perms HTTP/1.1" 200 5052 0.003985 10.0.0.38 - - [2026-04-30 02:20:55] "POST /neutron/network HTTP/1.1" 200 838 0.010281 10.0.0.38 - - [2026-04-30 02:20:55] "POST /neutron/network HTTP/1.1" 400 204 0.014319 10.0.0.38 - - [2026-04-30 02:20:56] "POST /neutron/port HTTP/1.1" 200 1134 0.015451 10.0.0.38 - - [2026-04-30 02:20:56] "POST /neutron/port HTTP/1.1" 200 1124 0.012136 10.0.0.38 - - [2026-04-30 02:20:56] "POST /neutron/port HTTP/1.1" 200 151 0.153649 10.0.0.38 - - [2026-04-30 02:20:57] "POST /neutron/network HTTP/1.1" 200 838 0.007627 10.0.0.38 - - [2026-04-30 02:20:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.005141 10.0.0.38 - - [2026-04-30 02:20:57] "POST /useragent-kv HTTP/1.1" 200 115 0.004001 10.0.0.38 - - [2026-04-30 02:20:58] "POST /useragent-kv HTTP/1.1" 200 115 0.002692 10.0.0.38 - - [2026-04-30 02:20:58] "POST /neutron/network HTTP/1.1" 200 151 0.120195 10.0.0.38 - - [2026-04-30 02:20:58] "DELETE /route-target/dbf990a4-f39e-4c25-95a9-5cc7068f455b HTTP/1.1" 200 115 0.029474 10.0.0.38 - - [2026-04-30 02:20:58] "GET /routing-instance/87154c91-9b62-42fd-a60d-b45a7c8435b5 HTTP/1.1" 404 171 0.004952 10.0.0.38 - - [2026-04-30 02:20:58] "GET /domains HTTP/1.1" 200 280 0.003570 10.0.0.38 - - [2026-04-30 02:20:58] "GET /domains?obj_uuids=033dcabd-97df-439f-8207-51383e8b92fd&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001356 10.0.0.38 - - [2026-04-30 02:20:58] "GET /domain/033dcabd-97df-439f-8207-51383e8b92fd HTTP/1.1" 200 2582 0.053544 10.0.0.38 - - [2026-04-30 02:20:58] "GET /projects?obj_uuids=c811a24b-7de5-476d-a708-1f6800e02810&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002307 10.0.0.38 - - [2026-04-30 02:20:58] "GET /project/c811a24b-7de5-476d-a708-1f6800e02810 HTTP/1.1" 200 1918 0.101788 10.0.0.38 - - [2026-04-30 02:20:58] "GET /projects?obj_uuids=c811a24b-7de5-476d-a708-1f6800e02810&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001606 10.0.0.38 - - [2026-04-30 02:20:58] "GET /project/c811a24b-7de5-476d-a708-1f6800e02810?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.052277 10.0.0.38 - - [2026-04-30 02:20:58] "GET /projects?obj_uuids=c811a24b-7de5-476d-a708-1f6800e02810&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001022 10.0.0.38 - - [2026-04-30 02:20:58] "GET /project/c811a24b-7de5-476d-a708-1f6800e02810?fields=virtual_networks HTTP/1.1" 200 1054 0.036570 10.0.0.38 - - [2026-04-30 02:20:58] "GET /projects?obj_uuids=c811a24b-7de5-476d-a708-1f6800e02810&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001651 10.0.0.38 - - [2026-04-30 02:20:58] "GET /project/c811a24b-7de5-476d-a708-1f6800e02810?fields=virtual_machine_interfaces HTTP/1.1" 200 1054 0.030061 10.0.0.38 - - [2026-04-30 02:20:58] "GET /projects?obj_uuids=c811a24b-7de5-476d-a708-1f6800e02810&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001280 10.0.0.38 - - [2026-04-30 02:20:58] "GET /project/c811a24b-7de5-476d-a708-1f6800e02810?fields=security_groups HTTP/1.1" 200 1291 0.061348 10.0.0.38 - - [2026-04-30 02:20:59] "GET /projects?obj_uuids=2bd85e54-ad18-4480-ac4f-a37cbfa68cda&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001229 10.0.0.38 - - [2026-04-30 02:20:59] "GET /project/2bd85e54-ad18-4480-ac4f-a37cbfa68cda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1270 0.040710 10.0.0.38 - - [2026-04-30 02:21:03] "GET /projects?obj_uuids=2bd85e54-ad18-4480-ac4f-a37cbfa68cda&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001424 10.0.0.38 - - [2026-04-30 02:21:03] "GET /project/2bd85e54-ad18-4480-ac4f-a37cbfa68cda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1270 0.032948 10.0.0.38 - - [2026-04-30 02:21:04] "GET /documentation/index.html HTTP/1.1" 200 219571 0.004136 10.0.0.38 - - [2026-04-30 02:21:04] "POST /fqname-to-id HTTP/1.1" 404 200 0.035355 10.0.0.38 - - [2026-04-30 02:21:04] "GET /projects?obj_uuids=c92fccb5-db2e-4495-b6a5-faff78ad17a2&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002810 10.0.0.38 - - [2026-04-30 02:21:04] "GET /domains?obj_uuids=033dcabd-97df-439f-8207-51383e8b92fd&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001012 10.0.0.38 - - [2026-04-30 02:21:04] "GET /domain/033dcabd-97df-439f-8207-51383e8b92fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 926 0.008544 10.0.0.38 - - [2026-04-30 02:21:05] "POST /id-to-fqname HTTP/1.1" 200 202 0.001266 10.0.0.38 - - [2026-04-30 02:21:05] "POST /fqname-to-id HTTP/1.1" 404 211 0.005280 10.0.0.38 - - [2026-04-30 02:21:05] "POST /security-groups HTTP/1.1" 200 603 0.065951 10.0.0.38 - - [2026-04-30 02:21:05] "POST /fqname-to-id HTTP/1.1" 404 246 0.005550 10.0.0.38 - - [2026-04-30 02:21:05] "POST /projects HTTP/1.1" 200 609 0.236876 10.0.0.38 - - [2026-04-30 02:21:05] "POST /access-control-lists HTTP/1.1" 200 608 0.066516 10.0.0.38 - - [2026-04-30 02:21:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.313435 10.0.0.38 - - [2026-04-30 02:21:05] "POST /fqname-to-id HTTP/1.1" 404 245 0.003214 10.0.0.38 - - [2026-04-30 02:21:05] "GET /project/c92fccb5-db2e-4495-b6a5-faff78ad17a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.459076 10.0.0.38 - - [2026-04-30 02:21:05] "POST /access-control-lists HTTP/1.1" 200 606 0.069616 10.0.0.38 - - [2026-04-30 02:21:06] "GET / HTTP/1.1" 200 35931 0.001817 10.0.0.38 - - [2026-04-30 02:21:07] "GET /projects?obj_uuids=2bd85e54-ad18-4480-ac4f-a37cbfa68cda&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001114 10.0.0.38 - - [2026-04-30 02:21:07] "GET /project/2bd85e54-ad18-4480-ac4f-a37cbfa68cda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1270 0.031995 10.0.0.38 - - [2026-04-30 02:21:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003506 10.0.0.38 - - [2026-04-30 02:21:08] "GET /security-group/2b65586d-8b78-46ce-9b72-aa7d4ae67a74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3684 0.005541 10.0.0.38 - - [2026-04-30 02:21:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004056 10.0.0.38 - - [2026-04-30 02:21:08] "GET /projects?obj_uuids=2bd85e54-ad18-4480-ac4f-a37cbfa68cda&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001869 10.0.0.38 - - [2026-04-30 02:21:08] "GET /project/2bd85e54-ad18-4480-ac4f-a37cbfa68cda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1270 0.032063 10.0.0.38 - - [2026-04-30 02:21:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003242 10.0.0.38 - - [2026-04-30 02:21:08] "GET /security-group/2b65586d-8b78-46ce-9b72-aa7d4ae67a74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3684 0.004499 10.0.0.38 - - [2026-04-30 02:21:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003563 10.0.0.38 - - [2026-04-30 02:21:08] "PUT /security-group/2b65586d-8b78-46ce-9b72-aa7d4ae67a74 HTTP/1.1" 200 262 0.018097 10.0.0.38 - - [2026-04-30 02:21:08] "PUT /access-control-list/ccf93792-9427-4300-a2d1-455f8a973dda HTTP/1.1" 200 272 0.012606 10.0.0.38 - - [2026-04-30 02:21:08] "PUT /access-control-list/24fa03e2-e3eb-4c23-af66-83845bb113f5 HTTP/1.1" 200 272 0.012810 10.0.0.38 - - [2026-04-30 02:21:08] "POST /fqname-to-id HTTP/1.1" 401 292 0.000736 10.0.0.38 - - [2026-04-30 02:21:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.075157 10.0.0.38 - - [2026-04-30 02:21:09] "GET /projects?obj_uuids=c92fccb5-db2e-4495-b6a5-faff78ad17a2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001127 10.0.0.38 - - [2026-04-30 02:21:09] "GET /project/c92fccb5-db2e-4495-b6a5-faff78ad17a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.032439 10.0.0.38 - - [2026-04-30 02:21:09] "POST /neutron/network HTTP/1.1" 200 117 0.046010 10.0.0.38 - - [2026-04-30 02:21:09] "GET /projects?obj_uuids=c92fccb5-db2e-4495-b6a5-faff78ad17a2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001221 10.0.0.38 - - [2026-04-30 02:21:09] "POST /neutron/network HTTP/1.1" 200 619 0.088722 10.0.0.38 - - [2026-04-30 02:21:09] "POST /route-targets HTTP/1.1" 200 327 0.016705 10.0.0.38 - - [2026-04-30 02:21:09] "POST /ref-update HTTP/1.1" 200 156 0.017667 10.0.0.38 - - [2026-04-30 02:21:09] "POST /useragent-kv HTTP/1.1" 200 115 0.008018 10.0.0.38 - - [2026-04-30 02:21:09] "POST /neutron/subnet HTTP/1.1" 200 720 0.170185 10.0.0.38 - - [2026-04-30 02:21:09] "POST /neutron/network HTTP/1.1" 200 837 0.007268 10.0.0.38 - - [2026-04-30 02:21:09] "POST /id-to-fqname HTTP/1.1" 200 233 0.001325 10.0.0.38 - - [2026-04-30 02:21:09] "GET /virtual-network/1c8074b8-c039-4766-8294-1391f16e524e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006194 10.0.0.38 - - [2026-04-30 02:21:09] "POST /neutron/network HTTP/1.1" 200 837 0.009343 10.0.0.38 - - [2026-04-30 02:21:09] "GET /virtual-network/1c8074b8-c039-4766-8294-1391f16e524e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.008642 10.0.0.38 - - [2026-04-30 02:21:09] "POST /neutron/network HTTP/1.1" 200 837 0.006785 10.0.0.38 - - [2026-04-30 02:21:09] "POST /neutron/subnet HTTP/1.1" 200 720 0.009296 10.0.0.38 - - [2026-04-30 02:21:09] "GET /domains HTTP/1.1" 401 292 0.000416 10.0.0.38 - - [2026-04-30 02:21:10] "GET /domains HTTP/1.1" 200 280 0.037390 10.0.0.38 - - [2026-04-30 02:21:10] "GET /domains?obj_uuids=033dcabd-97df-439f-8207-51383e8b92fd&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001385 10.0.0.38 - - [2026-04-30 02:21:10] "GET /domain/033dcabd-97df-439f-8207-51383e8b92fd HTTP/1.1" 200 2780 0.010192 10.0.0.38 - - [2026-04-30 02:21:10] "GET /projects?obj_uuids=c92fccb5-db2e-4495-b6a5-faff78ad17a2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001160 10.0.0.38 - - [2026-04-30 02:21:10] "GET /project/c92fccb5-db2e-4495-b6a5-faff78ad17a2 HTTP/1.1" 200 2174 0.076466 10.0.0.38 - - [2026-04-30 02:21:10] "GET /virtual-network/1c8074b8-c039-4766-8294-1391f16e524e HTTP/1.1" 200 2335 0.007078 10.0.0.38 - - [2026-04-30 02:21:10] "GET /virtual-network/1c8074b8-c039-4766-8294-1391f16e524e HTTP/1.1" 200 2335 0.005730 10.0.0.38 - - [2026-04-30 02:21:10] "GET /routing-instance/79306bfa-d570-4ca4-ac14-5362701c9ec0 HTTP/1.1" 200 1491 0.006117 10.0.0.38 - - [2026-04-30 02:21:10] "GET /routing-instance/79306bfa-d570-4ca4-ac14-5362701c9ec0 HTTP/1.1" 200 1491 0.004935 10.0.0.38 - - [2026-04-30 02:21:10] "GET /route-target/8d23747f-2dea-4dc9-a115-875496c11057 HTTP/1.1" 200 1219 0.003674 10.0.0.38 - - [2026-04-30 02:21:10] "GET /virtual-network/1c8074b8-c039-4766-8294-1391f16e524e HTTP/1.1" 200 2335 0.005539 10.0.0.38 - - [2026-04-30 02:21:10] "GET /routing-instance/79306bfa-d570-4ca4-ac14-5362701c9ec0 HTTP/1.1" 200 1491 0.004970 10.0.0.38 - - [2026-04-30 02:21:10] "GET /virtual-network/1c8074b8-c039-4766-8294-1391f16e524e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.007363 10.0.0.38 - - [2026-04-30 02:21:10] "GET /virtual-network/1c8074b8-c039-4766-8294-1391f16e524e HTTP/1.1" 200 2335 0.005566 10.0.0.38 - - [2026-04-30 02:21:10] "GET /routing-instance/79306bfa-d570-4ca4-ac14-5362701c9ec0 HTTP/1.1" 200 1491 0.007803 10.0.0.38 - - [2026-04-30 02:21:10] "GET /routing-instance/79306bfa-d570-4ca4-ac14-5362701c9ec0 HTTP/1.1" 200 1491 0.004078 10.0.0.38 - - [2026-04-30 02:21:10] "GET /route-target/8d23747f-2dea-4dc9-a115-875496c11057 HTTP/1.1" 200 1219 0.003621 10.0.0.38 - - [2026-04-30 02:21:10] "GET /domains HTTP/1.1" 200 280 0.002975 10.0.0.38 - - [2026-04-30 02:21:10] "GET /domains?obj_uuids=033dcabd-97df-439f-8207-51383e8b92fd&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001093 10.0.0.38 - - [2026-04-30 02:21:10] "GET /domain/033dcabd-97df-439f-8207-51383e8b92fd HTTP/1.1" 200 2780 0.008052 10.0.0.38 - - [2026-04-30 02:21:10] "GET /projects?obj_uuids=c92fccb5-db2e-4495-b6a5-faff78ad17a2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001054 10.0.0.38 - - [2026-04-30 02:21:10] "GET /project/c92fccb5-db2e-4495-b6a5-faff78ad17a2 HTTP/1.1" 200 2174 0.075872 10.0.0.38 - - [2026-04-30 02:21:10] "GET /virtual-network/1c8074b8-c039-4766-8294-1391f16e524e HTTP/1.1" 200 2335 0.005550 10.0.0.38 - - [2026-04-30 02:21:10] "DELETE /project/c92fccb5db2e4495b6a5faff78ad17a2 HTTP/1.1" 404 173 0.009701 10.0.0.38 - - [2026-04-30 02:21:10] "DELETE /project/2bd85e54ad184480ac4fa37cbfa68cda HTTP/1.1" 404 173 0.008641 10.0.0.38 - - [2026-04-30 02:21:10] "DELETE /project/c811a24b7de5476da7081f6800e02810 HTTP/1.1" 404 173 0.005646 10.0.0.38 - - [2026-04-30 02:21:10] "GET /projects?obj_uuids=c811a24b-7de5-476d-a708-1f6800e02810&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001166 10.0.0.38 - - [2026-04-30 02:21:10] "GET /project/c811a24b-7de5-476d-a708-1f6800e02810?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1512 0.046032 10.0.0.38 - - [2026-04-30 02:21:10] "GET /projects?obj_uuids=c811a24b-7de5-476d-a708-1f6800e02810&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001503 10.0.0.38 - - [2026-04-30 02:21:10] "GET /obj-perms HTTP/1.1" 200 5054 0.109967 10.0.0.38 - - [2026-04-30 02:21:10] "GET /project/c811a24b-7de5-476d-a708-1f6800e02810?fields=security_groups HTTP/1.1" 200 1396 0.046324 10.0.0.38 - - [2026-04-30 02:21:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003613 10.0.0.38 - - [2026-04-30 02:21:10] "GET /projects?obj_uuids=c92fccb5-db2e-4495-b6a5-faff78ad17a2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001334 10.0.0.38 - - [2026-04-30 02:21:10] "GET /project/c92fccb5-db2e-4495-b6a5-faff78ad17a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.057017 10.0.0.38 - - [2026-04-30 02:21:10] "DELETE /security-group/bbd8f759-81dd-4f0b-ad57-4df01f516bc2 HTTP/1.1" 200 115 0.079886 10.0.0.38 - - [2026-04-30 02:21:10] "GET /projects?obj_uuids=c811a24b-7de5-476d-a708-1f6800e02810&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001473 10.0.0.38 - - [2026-04-30 02:21:11] "DELETE /access-control-list/ae29ebcd-45cc-45ff-90b3-f3c9274436eb HTTP/1.1" 200 115 0.041935 10.0.0.38 - - [2026-04-30 02:21:11] "POST /neutron/network HTTP/1.1" 200 117 0.026953 10.0.0.38 - - [2026-04-30 02:21:11] "GET /project/c811a24b-7de5-476d-a708-1f6800e02810?fields=application_policy_sets HTTP/1.1" 200 1435 0.057473 10.0.0.38 - - [2026-04-30 02:21:11] "GET /projects?obj_uuids=c92fccb5-db2e-4495-b6a5-faff78ad17a2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001096 10.0.0.38 - - [2026-04-30 02:21:11] "DELETE /access-control-list/08a4e1c6-ee6c-4e9e-af26-db262c280b7b HTTP/1.1" 200 115 0.054640 10.0.0.38 - - [2026-04-30 02:21:11] "POST /neutron/network HTTP/1.1" 200 619 0.166741 10.0.0.38 - - [2026-04-30 02:21:11] "DELETE /project/c811a24b-7de5-476d-a708-1f6800e02810 HTTP/1.1" 200 115 0.497280 10.0.0.38 - - [2026-04-30 02:21:11] "POST /route-targets HTTP/1.1" 200 327 0.019573 10.0.0.38 - - [2026-04-30 02:21:11] "POST /ref-update HTTP/1.1" 200 156 0.023891 10.0.0.38 - - [2026-04-30 02:21:11] "POST /useragent-kv HTTP/1.1" 200 115 0.007845 10.0.0.38 - - [2026-04-30 02:21:11] "POST /neutron/subnet HTTP/1.1" 200 725 0.222707 10.0.0.38 - - [2026-04-30 02:21:11] "POST /neutron/network HTTP/1.1" 200 838 0.007725 10.0.0.38 - - [2026-04-30 02:21:11] "POST /id-to-fqname HTTP/1.1" 200 233 0.001290 10.0.0.38 - - [2026-04-30 02:21:11] "GET /virtual-network/c2457869-fea6-4d71-8d20-e1e050cc6608?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.010710 10.0.0.38 - - [2026-04-30 02:21:11] "POST /neutron/network HTTP/1.1" 200 838 0.012669 10.0.0.38 - - [2026-04-30 02:21:11] "GET /virtual-network/c2457869-fea6-4d71-8d20-e1e050cc6608?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.006879 10.0.0.38 - - [2026-04-30 02:21:11] "POST /neutron/network HTTP/1.1" 200 838 0.006501 10.0.0.38 - - [2026-04-30 02:21:11] "POST /neutron/subnet HTTP/1.1" 200 725 0.007672 10.0.0.38 - - [2026-04-30 02:21:11] "GET /domains HTTP/1.1" 200 280 0.002868 10.0.0.38 - - [2026-04-30 02:21:11] "GET /domains?obj_uuids=033dcabd-97df-439f-8207-51383e8b92fd&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001761 10.0.0.38 - - [2026-04-30 02:21:11] "GET /domain/033dcabd-97df-439f-8207-51383e8b92fd HTTP/1.1" 200 2583 0.012819 10.0.0.38 - - [2026-04-30 02:21:11] "GET /projects?obj_uuids=c92fccb5-db2e-4495-b6a5-faff78ad17a2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001069 10.0.0.38 - - [2026-04-30 02:21:11] "GET /project/c92fccb5-db2e-4495-b6a5-faff78ad17a2 HTTP/1.1" 200 2402 0.074630 10.0.0.38 - - [2026-04-30 02:21:11] "GET /virtual-network/c2457869-fea6-4d71-8d20-e1e050cc6608 HTTP/1.1" 200 2340 0.009327 10.0.0.38 - - [2026-04-30 02:21:11] "GET /virtual-network/c2457869-fea6-4d71-8d20-e1e050cc6608 HTTP/1.1" 200 2340 0.005501 10.0.0.38 - - [2026-04-30 02:21:11] "GET /routing-instance/6bfa88dc-b635-49a9-b6a2-b7fb4ff81c3a HTTP/1.1" 200 1491 0.004117 10.0.0.38 - - [2026-04-30 02:21:11] "GET /routing-instance/6bfa88dc-b635-49a9-b6a2-b7fb4ff81c3a HTTP/1.1" 200 1491 0.003623 10.0.0.38 - - [2026-04-30 02:21:11] "GET /route-target/9b9aa0d5-24d0-47c1-8b7b-986e669f13cf HTTP/1.1" 200 1219 0.004646 10.0.0.38 - - [2026-04-30 02:21:11] "GET /virtual-network/c2457869-fea6-4d71-8d20-e1e050cc6608 HTTP/1.1" 200 2340 0.005773 10.0.0.38 - - [2026-04-30 02:21:11] "GET /routing-instance/6bfa88dc-b635-49a9-b6a2-b7fb4ff81c3a HTTP/1.1" 200 1491 0.006716 10.0.0.38 - - [2026-04-30 02:21:11] "GET /virtual-network/c2457869-fea6-4d71-8d20-e1e050cc6608?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.008257 10.0.0.38 - - [2026-04-30 02:21:11] "GET /virtual-network/c2457869-fea6-4d71-8d20-e1e050cc6608 HTTP/1.1" 200 2340 0.006645 10.0.0.38 - - [2026-04-30 02:21:11] "GET /routing-instance/6bfa88dc-b635-49a9-b6a2-b7fb4ff81c3a HTTP/1.1" 200 1491 0.004192 10.0.0.38 - - [2026-04-30 02:21:11] "GET /routing-instance/6bfa88dc-b635-49a9-b6a2-b7fb4ff81c3a HTTP/1.1" 200 1491 0.004824 10.0.0.38 - - [2026-04-30 02:21:11] "GET /route-target/9b9aa0d5-24d0-47c1-8b7b-986e669f13cf HTTP/1.1" 200 1219 0.004505 10.0.0.38 - - [2026-04-30 02:21:11] "GET /domains HTTP/1.1" 200 280 0.004279 10.0.0.38 - - [2026-04-30 02:21:11] "GET /domains?obj_uuids=033dcabd-97df-439f-8207-51383e8b92fd&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001445 10.0.0.38 - - [2026-04-30 02:21:11] "GET /domain/033dcabd-97df-439f-8207-51383e8b92fd HTTP/1.1" 200 2583 0.009914 10.0.0.38 - - [2026-04-30 02:21:11] "GET /projects?obj_uuids=c92fccb5-db2e-4495-b6a5-faff78ad17a2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001495 10.0.0.38 - - [2026-04-30 02:21:12] "GET /project/c92fccb5-db2e-4495-b6a5-faff78ad17a2 HTTP/1.1" 200 2402 0.088812 10.0.0.38 - - [2026-04-30 02:21:12] "GET /virtual-network/c2457869-fea6-4d71-8d20-e1e050cc6608 HTTP/1.1" 200 2340 0.005727 10.0.0.38 - - [2026-04-30 02:21:12] "GET /obj-perms HTTP/1.1" 200 5054 0.005354 10.0.0.38 - - [2026-04-30 02:21:12] "POST /id-to-fqname HTTP/1.1" 200 233 0.001702 10.0.0.38 - - [2026-04-30 02:21:12] "POST /neutron/network HTTP/1.1" 200 848 0.008003 10.0.0.38 - - [2026-04-30 02:21:12] "GET /aaa-mode HTTP/1.1" 401 292 0.000685 10.0.0.38 - - [2026-04-30 02:21:12] "GET / HTTP/1.1" 200 35931 0.001717 10.0.0.38 - - [2026-04-30 02:21:12] "GET /project/c92fccb5-db2e-4495-b6a5-faff78ad17a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000407 10.0.0.38 - - [2026-04-30 02:21:13] "GET /projects?obj_uuids=c92fccb5-db2e-4495-b6a5-faff78ad17a2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001679 10.0.0.38 - - [2026-04-30 02:21:13] "GET /project/c92fccb5-db2e-4495-b6a5-faff78ad17a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.070626 10.0.0.38 - - [2026-04-30 02:21:13] "POST /neutron/network HTTP/1.1" 200 838 0.006541 10.0.0.38 - - [2026-04-30 02:21:13] "POST /neutron/port HTTP/1.1" 200 117 0.006593 10.0.0.38 - - [2026-04-30 02:21:13] "POST /neutron/port HTTP/1.1" 200 117 0.006180 10.0.0.38 - - [2026-04-30 02:21:13] "POST /id-to-fqname HTTP/1.1" 200 233 0.001465 10.0.0.38 - - [2026-04-30 02:21:13] "POST /neutron/port HTTP/1.1" 200 117 0.010782 10.0.0.38 - - [2026-04-30 02:21:13] "POST /neutron/network HTTP/1.1" 200 847 0.007864 10.0.0.38 - - [2026-04-30 02:21:13] "GET /aaa-mode HTTP/1.1" 401 292 0.000510 10.0.0.38 - - [2026-04-30 02:21:13] "POST /neutron/network HTTP/1.1" 200 848 0.006834 10.0.0.38 - - [2026-04-30 02:21:13] "GET /projects?obj_uuids=c92fccb5-db2e-4495-b6a5-faff78ad17a2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001755 10.0.0.38 - - [2026-04-30 02:21:13] "GET / HTTP/1.1" 200 35931 0.002253 10.0.0.38 - - [2026-04-30 02:21:13] "GET /project/c92fccb5-db2e-4495-b6a5-faff78ad17a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000488 10.0.0.38 - - [2026-04-30 02:21:14] "POST /neutron/port HTTP/1.1" 200 1072 0.290892 10.0.0.38 - - [2026-04-30 02:21:14] "POST /neutron/port HTTP/1.1" 200 1072 0.016043 10.0.0.38 - - [2026-04-30 02:21:14] "POST /neutron/port HTTP/1.1" 200 1072 0.026443 10.0.0.38 - - [2026-04-30 02:21:14] "POST /neutron/port HTTP/1.1" 200 1126 0.116434 10.0.0.38 - - [2026-04-30 02:21:14] "GET /projects?obj_uuids=c92fccb5-db2e-4495-b6a5-faff78ad17a2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001229 10.0.0.38 - - [2026-04-30 02:21:14] "GET /project/c92fccb5-db2e-4495-b6a5-faff78ad17a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.124982 10.0.0.38 - - [2026-04-30 02:21:14] "POST /neutron/port HTTP/1.1" 200 1136 0.033233 10.0.0.38 - - [2026-04-30 02:21:14] "POST /neutron/network HTTP/1.1" 200 837 0.022281 10.0.0.38 - - [2026-04-30 02:21:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.009622 10.0.0.38 - - [2026-04-30 02:21:14] "POST /neutron/subnet HTTP/1.1" 200 699 0.015265 10.0.0.38 - - [2026-04-30 02:21:14] "POST /neutron/port HTTP/1.1" 200 117 0.001433 10.0.0.38 - - [2026-04-30 02:21:14] "POST /neutron/network HTTP/1.1" 200 838 0.009559 10.0.0.38 - - [2026-04-30 02:21:14] "POST /neutron/port HTTP/1.1" 200 1136 0.019185 10.0.0.38 - - [2026-04-30 02:21:14] "POST /neutron/security_group HTTP/1.1" 200 2070 0.012862 10.0.0.38 - - [2026-04-30 02:21:14] "POST /neutron/port HTTP/1.1" 200 117 0.005627 10.0.0.38 - - [2026-04-30 02:21:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003133 10.0.0.38 - - [2026-04-30 02:21:14] "GET /projects?obj_uuids=c92fccb5-db2e-4495-b6a5-faff78ad17a2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001282 10.0.0.38 - - [2026-04-30 02:21:14] "GET /project/c92fccb5-db2e-4495-b6a5-faff78ad17a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.035828 10.0.0.38 - - [2026-04-30 02:21:14] "GET /virtual-network/1c8074b8-c039-4766-8294-1391f16e524e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006446 10.0.0.38 - - [2026-04-30 02:21:15] "GET /floating-ip-pools?parent_id=1c8074b8-c039-4766-8294-1391f16e524e&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003368 10.0.0.38 - - [2026-04-30 02:21:15] "GET /virtual-network/1c8074b8-c039-4766-8294-1391f16e524e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.010807 10.0.0.38 - - [2026-04-30 02:21:15] "POST /neutron/network HTTP/1.1" 200 847 0.008420 10.0.0.38 - - [2026-04-30 02:21:15] "GET /projects?obj_uuids=c92fccb5-db2e-4495-b6a5-faff78ad17a2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001674 10.0.0.38 - - [2026-04-30 02:21:15] "POST /floating-ip-pools HTTP/1.1" 200 609 0.055435 10.0.0.38 - - [2026-04-30 02:21:15] "POST /ref-update HTTP/1.1" 200 156 0.015866 10.0.0.38 - - [2026-04-30 02:21:15] "GET /virtual-network/1c8074b8-c039-4766-8294-1391f16e524e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.024224 10.0.0.38 - - [2026-04-30 02:21:15] "GET /domains HTTP/1.1" 200 280 0.010633 10.0.0.38 - - [2026-04-30 02:21:15] "GET /domains?obj_uuids=033dcabd-97df-439f-8207-51383e8b92fd&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001915 10.0.0.38 - - [2026-04-30 02:21:15] "GET /domain/033dcabd-97df-439f-8207-51383e8b92fd HTTP/1.1" 200 2583 0.017251 10.0.0.38 - - [2026-04-30 02:21:15] "GET /projects?obj_uuids=c92fccb5-db2e-4495-b6a5-faff78ad17a2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001392 10.0.0.38 - - [2026-04-30 02:21:15] "GET /project/c92fccb5-db2e-4495-b6a5-faff78ad17a2 HTTP/1.1" 200 3244 0.174812 10.0.0.38 - - [2026-04-30 02:21:15] "GET /virtual-network/1c8074b8-c039-4766-8294-1391f16e524e HTTP/1.1" 200 3147 0.013560 10.0.0.38 - - [2026-04-30 02:21:15] "GET /floating-ip-pool/d5f68d62-7efc-438c-9f90-1ec6934edd02 HTTP/1.1" 200 1441 0.009711 10.0.0.38 - - [2026-04-30 02:21:15] "POST /neutron/port HTTP/1.1" 200 1071 0.522659 10.0.0.38 - - [2026-04-30 02:21:15] "GET /domains HTTP/1.1" 200 280 0.015787 10.0.0.38 - - [2026-04-30 02:21:15] "GET /domains?obj_uuids=033dcabd-97df-439f-8207-51383e8b92fd&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001332 10.0.0.38 - - [2026-04-30 02:21:15] "GET /domain/033dcabd-97df-439f-8207-51383e8b92fd HTTP/1.1" 200 2583 0.023195 10.0.0.38 - - [2026-04-30 02:21:15] "GET /projects?obj_uuids=c92fccb5-db2e-4495-b6a5-faff78ad17a2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001255 10.0.0.38 - - [2026-04-30 02:21:15] "POST /neutron/port HTTP/1.1" 200 1071 0.034442 10.0.0.38 - - [2026-04-30 02:21:15] "POST /neutron/port HTTP/1.1" 200 1071 0.016869 10.0.0.38 - - [2026-04-30 02:21:15] "GET /project/c92fccb5-db2e-4495-b6a5-faff78ad17a2 HTTP/1.1" 200 3244 0.120311 10.0.0.38 - - [2026-04-30 02:21:15] "GET /virtual-network/1c8074b8-c039-4766-8294-1391f16e524e HTTP/1.1" 200 3147 0.017824 10.0.0.38 - - [2026-04-30 02:21:15] "GET /virtual-network/1c8074b8-c039-4766-8294-1391f16e524e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.022176 10.0.0.38 - - [2026-04-30 02:21:15] "POST /neutron/port HTTP/1.1" 200 1125 0.196607 10.0.0.38 - - [2026-04-30 02:21:15] "POST /neutron/port HTTP/1.1" 200 1136 0.023213 10.0.0.38 - - [2026-04-30 02:21:15] "POST /neutron/security_group HTTP/1.1" 200 2070 0.012618 10.0.0.38 - - [2026-04-30 02:21:15] "POST /neutron/port HTTP/1.1" 200 1135 0.025702 10.0.0.38 - - [2026-04-30 02:21:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003673 10.0.0.38 - - [2026-04-30 02:21:16] "POST /neutron/subnet HTTP/1.1" 200 694 0.008389 10.0.0.38 - - [2026-04-30 02:21:16] "POST /neutron/port HTTP/1.1" 200 1136 0.014215 10.0.0.38 - - [2026-04-30 02:21:16] "POST /neutron/port HTTP/1.1" 200 117 0.001371 10.0.0.38 - - [2026-04-30 02:21:16] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007794 10.0.0.38 - - [2026-04-30 02:21:16] "POST /neutron/network HTTP/1.1" 200 837 0.006491 10.0.0.38 - - [2026-04-30 02:21:16] "POST /neutron/port HTTP/1.1" 200 1136 0.014996 10.0.0.38 - - [2026-04-30 02:21:16] "POST /neutron/security_group HTTP/1.1" 200 2070 0.010697 10.0.0.38 - - [2026-04-30 02:21:16] "GET /virtual-machine/8e4a33da-4d24-4774-8a80-e0cc5bb01659 HTTP/1.1" 200 1304 0.006676 10.0.0.38 - - [2026-04-30 02:21:16] "GET /virtual-machine-interface/e55bbf98-9a6f-4b49-843d-d3da2ae068d8 HTTP/1.1" 200 3003 0.008464 10.0.0.38 - - [2026-04-30 02:21:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003656 10.0.0.38 - - [2026-04-30 02:21:16] "GET /global-vrouter-config/b5383f3d-5f44-4c4f-8b6e-c29105899583?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004338 10.0.0.38 - - [2026-04-30 02:21:16] "GET /virtual-networks?parent_id=c92fccb5-db2e-4495-b6a5-faff78ad17a2&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.004909 10.0.0.38 - - [2026-04-30 02:21:16] "GET /virtual-network/c2457869-fea6-4d71-8d20-e1e050cc6608?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.007887 10.0.0.38 - - [2026-04-30 02:21:16] "GET /obj-perms HTTP/1.1" 200 5056 0.102251 10.0.0.38 - - [2026-04-30 02:21:16] "GET /obj-perms HTTP/1.1" 200 5056 0.076458 10.0.0.38 - - [2026-04-30 02:21:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003891 10.0.0.38 - - [2026-04-30 02:21:19] "GET /virtual-network/c2457869-fea6-4d71-8d20-e1e050cc6608?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.006409 10.0.0.38 - - [2026-04-30 02:21:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003269 10.0.0.38 - - [2026-04-30 02:21:23] "GET /virtual-network/c2457869-fea6-4d71-8d20-e1e050cc6608?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005536 10.0.0.38 - - [2026-04-30 02:21:25] "POST /neutron/port HTTP/1.1" 200 1136 0.058429 10.0.0.38 - - [2026-04-30 02:21:25] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008404 10.0.0.38 - - [2026-04-30 02:21:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003849 10.0.0.38 - - [2026-04-30 02:21:25] "GET /global-vrouter-config/b5383f3d-5f44-4c4f-8b6e-c29105899583?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003970 10.0.0.38 - - [2026-04-30 02:21:25] "GET /virtual-networks?parent_id=c92fccb5-db2e-4495-b6a5-faff78ad17a2&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003256 10.0.0.38 - - [2026-04-30 02:21:25] "GET /virtual-network/c2457869-fea6-4d71-8d20-e1e050cc6608?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005836 10.0.0.38 - - [2026-04-30 02:21:25] "POST /neutron/port HTTP/1.1" 200 1136 0.020455 10.0.0.38 - - [2026-04-30 02:21:25] "POST /neutron/port HTTP/1.1" 200 1135 0.018801 10.0.0.38 - - [2026-04-30 02:21:25] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007143 10.0.0.38 - - [2026-04-30 02:21:25] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005785 10.0.0.38 - - [2026-04-30 02:21:30] "GET /projects?obj_uuids=c92fccb5-db2e-4495-b6a5-faff78ad17a2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001744 10.0.0.38 - - [2026-04-30 02:21:31] "POST /neutron/floatingip HTTP/1.1" 200 529 0.093617 10.0.0.38 - - [2026-04-30 02:21:31] "POST /neutron/port HTTP/1.1" 200 1136 0.022033 10.0.0.38 - - [2026-04-30 02:21:31] "POST /neutron/floatingip HTTP/1.1" 200 529 0.006502 10.0.0.38 - - [2026-04-30 02:21:31] "POST /neutron/floatingip HTTP/1.1" 200 576 0.050238 10.0.0.38 - - [2026-04-30 02:21:31] "POST /neutron/port HTTP/1.1" 200 1135 0.013632 10.0.0.38 - - [2026-04-30 02:21:31] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008548 10.0.0.38 - - [2026-04-30 02:21:31] "POST /neutron/port HTTP/1.1" 200 1135 0.019399 10.0.0.38 - - [2026-04-30 02:21:31] "POST /neutron/security_group HTTP/1.1" 200 2070 0.028295 10.0.0.38 - - [2026-04-30 02:21:31] "POST /neutron/port HTTP/1.1" 200 1135 0.014402 10.0.0.38 - - [2026-04-30 02:21:31] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007981 10.0.0.38 - - [2026-04-30 02:21:31] "GET /virtual-machine/82fc70ba-3b11-4209-bd1d-145d769b51d2 HTTP/1.1" 200 1304 0.005638 10.0.0.38 - - [2026-04-30 02:21:31] "GET /virtual-machine-interface/59a5faf4-b5b2-4f2a-9cd7-fa99affdee46 HTTP/1.1" 200 3003 0.005621 10.0.0.38 - - [2026-04-30 02:21:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004559 10.0.0.38 - - [2026-04-30 02:21:31] "GET /global-vrouter-config/b5383f3d-5f44-4c4f-8b6e-c29105899583?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004309 10.0.0.38 - - [2026-04-30 02:21:31] "GET /virtual-networks?parent_id=c92fccb5-db2e-4495-b6a5-faff78ad17a2&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.004241 10.0.0.38 - - [2026-04-30 02:21:31] "GET /virtual-network/1c8074b8-c039-4766-8294-1391f16e524e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005821 10.0.0.38 - - [2026-04-30 02:21:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003381 10.0.0.38 - - [2026-04-30 02:21:32] "GET /global-vrouter-config/b5383f3d-5f44-4c4f-8b6e-c29105899583?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003447 10.0.0.38 - - [2026-04-30 02:21:32] "GET /virtual-networks?parent_id=c92fccb5-db2e-4495-b6a5-faff78ad17a2&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003642 10.0.0.38 - - [2026-04-30 02:21:32] "GET /virtual-network/1c8074b8-c039-4766-8294-1391f16e524e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005788 10.0.0.38 - - [2026-04-30 02:21:32] "POST /neutron/floatingip HTTP/1.1" 200 576 0.026315 10.0.0.38 - - [2026-04-30 02:21:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002988 10.0.0.38 - - [2026-04-30 02:21:33] "GET /routing-instance/79306bfa-d570-4ca4-ac14-5362701c9ec0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1491 0.003704 10.0.0.38 - - [2026-04-30 02:21:33] "GET /route-target/8d23747f-2dea-4dc9-a115-875496c11057?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004544 10.0.0.38 - - [2026-04-30 02:21:33] "GET /floating-ip/c87a7f46-9be8-4ee4-9a5c-3d5a4f361cf4 HTTP/1.1" 200 1888 0.006836 10.0.0.38 - - [2026-04-30 02:21:36] "POST /neutron/floatingip HTTP/1.1" 200 576 0.017126 10.0.0.38 - - [2026-04-30 02:21:36] "POST /neutron/floatingip HTTP/1.1" 200 529 0.024823 10.0.0.38 - - [2026-04-30 02:21:36] "POST /neutron/floatingip HTTP/1.1" 200 529 0.006401 10.0.0.38 - - [2026-04-30 02:21:36] "POST /neutron/floatingip HTTP/1.1" 200 115 0.044170 10.0.0.38 - - [2026-04-30 02:21:36] "GET /floating-ip-pool/d5f68d62-7efc-438c-9f90-1ec6934edd02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1206 0.004666 10.0.0.38 - - [2026-04-30 02:21:36] "POST /ref-update HTTP/1.1" 200 156 0.010837 10.0.0.38 - - [2026-04-30 02:21:36] "DELETE /floating-ip-pool/d5f68d62-7efc-438c-9f90-1ec6934edd02 HTTP/1.1" 200 115 0.032214 10.0.0.38 - - [2026-04-30 02:21:36] "POST /neutron/network HTTP/1.1" 200 838 0.009689 10.0.0.38 - - [2026-04-30 02:21:36] "POST /neutron/network HTTP/1.1" 400 204 0.013692 10.0.0.38 - - [2026-04-30 02:21:37] "POST /neutron/port HTTP/1.1" 200 1135 0.021289 10.0.0.38 - - [2026-04-30 02:21:37] "POST /neutron/port HTTP/1.1" 200 1125 0.017088 10.0.0.38 - - [2026-04-30 02:21:37] "POST /neutron/port HTTP/1.1" 200 1136 0.028570 10.0.0.38 - - [2026-04-30 02:21:37] "POST /neutron/port HTTP/1.1" 200 1126 0.013906 10.0.0.38 - - [2026-04-30 02:21:37] "POST /neutron/port HTTP/1.1" 200 151 0.176144 10.0.0.38 - - [2026-04-30 02:21:37] "POST /neutron/port HTTP/1.1" 200 151 0.175433 10.0.0.38 - - [2026-04-30 02:21:38] "POST /neutron/network HTTP/1.1" 200 838 0.007194 10.0.0.38 - - [2026-04-30 02:21:38] "POST /useragent-kv HTTP/1.1" 200 115 0.004049 10.0.0.38 - - [2026-04-30 02:21:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004423 10.0.0.38 - - [2026-04-30 02:21:38] "POST /useragent-kv HTTP/1.1" 200 115 0.003263 10.0.0.38 - - [2026-04-30 02:21:38] "POST /neutron/network HTTP/1.1" 200 151 0.132884 10.0.0.38 - - [2026-04-30 02:21:38] "DELETE /route-target/9b9aa0d5-24d0-47c1-8b7b-986e669f13cf HTTP/1.1" 200 115 0.016947 10.0.0.38 - - [2026-04-30 02:21:38] "GET /routing-instance/6bfa88dc-b635-49a9-b6a2-b7fb4ff81c3a HTTP/1.1" 404 171 0.003100 10.0.0.38 - - [2026-04-30 02:21:38] "GET /domains HTTP/1.1" 200 280 0.007312 10.0.0.38 - - [2026-04-30 02:21:38] "GET /domains?obj_uuids=033dcabd-97df-439f-8207-51383e8b92fd&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001785 10.0.0.38 - - [2026-04-30 02:21:38] "GET /domain/033dcabd-97df-439f-8207-51383e8b92fd HTTP/1.1" 200 2583 0.051733 10.0.0.38 - - [2026-04-30 02:21:38] "GET /projects?obj_uuids=c92fccb5-db2e-4495-b6a5-faff78ad17a2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001731 10.0.0.38 - - [2026-04-30 02:21:39] "GET /project/c92fccb5-db2e-4495-b6a5-faff78ad17a2 HTTP/1.1" 200 2174 0.086147 10.0.0.38 - - [2026-04-30 02:21:39] "POST /neutron/network HTTP/1.1" 200 837 0.016237 10.0.0.38 - - [2026-04-30 02:21:39] "POST /useragent-kv HTTP/1.1" 200 115 0.003035 10.0.0.38 - - [2026-04-30 02:21:39] "POST /useragent-kv HTTP/1.1" 200 115 0.002994 10.0.0.38 - - [2026-04-30 02:21:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003144 10.0.0.38 - - [2026-04-30 02:21:39] "POST /neutron/network HTTP/1.1" 200 151 0.086558 10.0.0.38 - - [2026-04-30 02:21:39] "GET /routing-instance/79306bfa-d570-4ca4-ac14-5362701c9ec0 HTTP/1.1" 404 171 0.004777 10.0.0.38 - - [2026-04-30 02:21:39] "GET /domains HTTP/1.1" 200 280 0.002303 10.0.0.38 - - [2026-04-30 02:21:39] "GET /domains?obj_uuids=033dcabd-97df-439f-8207-51383e8b92fd&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001227 10.0.0.38 - - [2026-04-30 02:21:39] "DELETE /route-target/8d23747f-2dea-4dc9-a115-875496c11057 HTTP/1.1" 200 115 0.030405 10.0.0.38 - - [2026-04-30 02:21:39] "GET /domain/033dcabd-97df-439f-8207-51383e8b92fd HTTP/1.1" 200 2583 0.049366 10.0.0.38 - - [2026-04-30 02:21:39] "GET /projects?obj_uuids=c92fccb5-db2e-4495-b6a5-faff78ad17a2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001343 10.0.0.38 - - [2026-04-30 02:21:39] "GET /project/c92fccb5-db2e-4495-b6a5-faff78ad17a2 HTTP/1.1" 200 1924 0.080397 10.0.0.38 - - [2026-04-30 02:21:39] "GET /projects?obj_uuids=c92fccb5-db2e-4495-b6a5-faff78ad17a2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001613 10.0.0.38 - - [2026-04-30 02:21:39] "GET /project/c92fccb5-db2e-4495-b6a5-faff78ad17a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.029030 10.0.0.38 - - [2026-04-30 02:21:39] "GET /projects?obj_uuids=c92fccb5-db2e-4495-b6a5-faff78ad17a2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001089 10.0.0.38 - - [2026-04-30 02:21:39] "GET /project/c92fccb5-db2e-4495-b6a5-faff78ad17a2?fields=virtual_networks HTTP/1.1" 200 1056 0.080703 10.0.0.38 - - [2026-04-30 02:21:39] "GET /projects?obj_uuids=c92fccb5-db2e-4495-b6a5-faff78ad17a2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001657 10.0.0.38 - - [2026-04-30 02:21:39] "GET /project/c92fccb5-db2e-4495-b6a5-faff78ad17a2?fields=virtual_machine_interfaces HTTP/1.1" 200 1056 0.043647 10.0.0.38 - - [2026-04-30 02:21:39] "GET /projects?obj_uuids=c92fccb5-db2e-4495-b6a5-faff78ad17a2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001631 10.0.0.38 - - [2026-04-30 02:21:39] "GET /project/c92fccb5-db2e-4495-b6a5-faff78ad17a2?fields=security_groups HTTP/1.1" 200 1294 0.028117 10.0.0.38 - - [2026-04-30 02:21:40] "POST /fqname-to-id HTTP/1.1" 404 183 0.030489 10.0.0.38 - - [2026-04-30 02:21:40] "GET /projects?obj_uuids=c1c52732-e1a4-4473-ab8b-db88df9e06ed&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002511 10.0.0.38 - - [2026-04-30 02:21:41] "GET /domains?obj_uuids=033dcabd-97df-439f-8207-51383e8b92fd&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001678 10.0.0.38 - - [2026-04-30 02:21:41] "GET /domain/033dcabd-97df-439f-8207-51383e8b92fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 926 0.009299 10.0.0.38 - - [2026-04-30 02:21:41] "POST /id-to-fqname HTTP/1.1" 200 185 0.001268 10.0.0.38 - - [2026-04-30 02:21:41] "POST /fqname-to-id HTTP/1.1" 404 194 0.002350 10.0.0.38 - - [2026-04-30 02:21:41] "POST /security-groups HTTP/1.1" 200 586 0.077292 10.0.0.38 - - [2026-04-30 02:21:41] "POST /fqname-to-id HTTP/1.1" 404 229 0.006672 10.0.0.38 - - [2026-04-30 02:21:41] "POST /projects HTTP/1.1" 200 575 0.234658 10.0.0.38 - - [2026-04-30 02:21:41] "POST /access-control-lists HTTP/1.1" 200 591 0.062722 10.0.0.38 - - [2026-04-30 02:21:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.310905 10.0.0.38 - - [2026-04-30 02:21:41] "POST /fqname-to-id HTTP/1.1" 404 228 0.004100 10.0.0.38 - - [2026-04-30 02:21:41] "GET /project/c1c52732-e1a4-4473-ab8b-db88df9e06ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.446264 10.0.0.38 - - [2026-04-30 02:21:41] "POST /access-control-lists HTTP/1.1" 200 589 0.069609 10.0.0.38 - - [2026-04-30 02:21:42] "GET / HTTP/1.1" 200 35931 0.001904 10.0.0.38 - - [2026-04-30 02:21:43] "GET /projects?obj_uuids=c1c52732-e1a4-4473-ab8b-db88df9e06ed&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001197 10.0.0.38 - - [2026-04-30 02:21:43] "GET /project/c1c52732-e1a4-4473-ab8b-db88df9e06ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.025710 10.0.0.38 - - [2026-04-30 02:21:43] "GET /projects?obj_uuids=c1c52732-e1a4-4473-ab8b-db88df9e06ed&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001017 10.0.0.38 - - [2026-04-30 02:21:44] "GET /project/c1c52732-e1a4-4473-ab8b-db88df9e06ed?fields=virtual_networks HTTP/1.1" 200 1022 0.075143 10.0.0.38 - - [2026-04-30 02:21:44] "GET /projects?obj_uuids=c1c52732-e1a4-4473-ab8b-db88df9e06ed&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001033 10.0.0.38 - - [2026-04-30 02:21:44] "GET /project/c1c52732-e1a4-4473-ab8b-db88df9e06ed?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.029492 10.0.0.38 - - [2026-04-30 02:21:44] "GET /projects?obj_uuids=c1c52732-e1a4-4473-ab8b-db88df9e06ed&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001053 10.0.0.38 - - [2026-04-30 02:21:44] "GET /project/c1c52732-e1a4-4473-ab8b-db88df9e06ed?fields=security_groups HTTP/1.1" 200 1243 0.041857 10.0.0.38 - - [2026-04-30 02:21:45] "POST /fqname-to-id HTTP/1.1" 404 183 0.042352 10.0.0.38 - - [2026-04-30 02:21:45] "GET /projects?obj_uuids=addc3663-08bd-4a1b-a380-133b2fac1e34&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002796 10.0.0.38 - - [2026-04-30 02:21:45] "GET /domains?obj_uuids=033dcabd-97df-439f-8207-51383e8b92fd&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001554 10.0.0.38 - - [2026-04-30 02:21:45] "GET /domain/033dcabd-97df-439f-8207-51383e8b92fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 926 0.010271 10.0.0.38 - - [2026-04-30 02:21:45] "POST /id-to-fqname HTTP/1.1" 200 185 0.001289 10.0.0.38 - - [2026-04-30 02:21:45] "POST /fqname-to-id HTTP/1.1" 404 194 0.002825 10.0.0.38 - - [2026-04-30 02:21:45] "POST /security-groups HTTP/1.1" 200 586 0.064134 10.0.0.38 - - [2026-04-30 02:21:45] "POST /fqname-to-id HTTP/1.1" 404 229 0.003373 10.0.0.38 - - [2026-04-30 02:21:45] "POST /projects HTTP/1.1" 200 575 0.214024 10.0.0.38 - - [2026-04-30 02:21:45] "POST /access-control-lists HTTP/1.1" 200 591 0.058242 10.0.0.38 - - [2026-04-30 02:21:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.289239 10.0.0.38 - - [2026-04-30 02:21:45] "POST /fqname-to-id HTTP/1.1" 404 228 0.003841 10.0.0.38 - - [2026-04-30 02:21:45] "GET /project/addc3663-08bd-4a1b-a380-133b2fac1e34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.449019 10.0.0.38 - - [2026-04-30 02:21:45] "POST /access-control-lists HTTP/1.1" 200 589 0.066931 10.0.0.38 - - [2026-04-30 02:21:46] "GET / HTTP/1.1" 200 35931 0.001924 10.0.0.38 - - [2026-04-30 02:21:47] "POST /fqname-to-id HTTP/1.1" 404 193 0.005829 10.0.0.38 - - [2026-04-30 02:21:47] "GET /projects?obj_uuids=2bd85e54-ad18-4480-ac4f-a37cbfa68cda&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001076 10.0.0.38 - - [2026-04-30 02:21:47] "POST /fqname-to-id HTTP/1.1" 404 228 0.002520 10.0.0.38 - - [2026-04-30 02:21:47] "POST /access-control-lists HTTP/1.1" 200 590 0.021580 10.0.0.38 - - [2026-04-30 02:21:47] "POST /fqname-to-id HTTP/1.1" 404 227 0.003861 10.0.0.38 - - [2026-04-30 02:21:47] "POST /access-control-lists HTTP/1.1" 200 588 0.031974 10.0.0.38 - - [2026-04-30 02:21:47] "PUT /access-control-list/2d215d62-c09d-4ff4-9982-93fd03cb68a6 HTTP/1.1" 200 272 0.010201 10.0.0.38 - - [2026-04-30 02:21:47] "POST /neutron/security_group HTTP/1.1" 200 1364 0.347639 10.0.0.38 - - [2026-04-30 02:21:47] "GET /projects?obj_uuids=2bd85e54-ad18-4480-ac4f-a37cbfa68cda&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000916 10.0.0.38 - - [2026-04-30 02:21:47] "PUT /access-control-list/2d215d62-c09d-4ff4-9982-93fd03cb68a6 HTTP/1.1" 200 272 0.013409 10.0.0.38 - - [2026-04-30 02:21:48] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.034756 10.0.0.38 - - [2026-04-30 02:21:48] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.011110 10.0.0.38 - - [2026-04-30 02:21:48] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.110767 10.0.0.38 - - [2026-04-30 02:21:48] "PUT /access-control-list/2d215d62-c09d-4ff4-9982-93fd03cb68a6 HTTP/1.1" 200 272 0.013781 10.0.0.38 - - [2026-04-30 02:21:48] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.012018 10.0.0.38 - - [2026-04-30 02:21:48] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.154626 10.0.0.38 - - [2026-04-30 02:21:48] "POST /fqname-to-id HTTP/1.1" 404 193 0.004401 10.0.0.38 - - [2026-04-30 02:21:48] "PUT /access-control-list/2d215d62-c09d-4ff4-9982-93fd03cb68a6 HTTP/1.1" 200 272 0.012111 10.0.0.38 - - [2026-04-30 02:21:48] "GET /projects?obj_uuids=2bd85e54-ad18-4480-ac4f-a37cbfa68cda&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001111 10.0.0.38 - - [2026-04-30 02:21:48] "POST /fqname-to-id HTTP/1.1" 404 228 0.003119 10.0.0.38 - - [2026-04-30 02:21:48] "POST /access-control-lists HTTP/1.1" 200 590 0.016841 10.0.0.38 - - [2026-04-30 02:21:48] "POST /fqname-to-id HTTP/1.1" 404 227 0.003240 10.0.0.38 - - [2026-04-30 02:21:48] "POST /access-control-lists HTTP/1.1" 200 588 0.020927 10.0.0.38 - - [2026-04-30 02:21:48] "PUT /access-control-list/5fe61dcf-ad2a-4f2f-b6d4-e555d7acbe2a HTTP/1.1" 200 272 0.014306 10.0.0.38 - - [2026-04-30 02:21:48] "POST /neutron/security_group HTTP/1.1" 200 1364 0.281347 10.0.0.38 - - [2026-04-30 02:21:48] "GET /projects?obj_uuids=2bd85e54-ad18-4480-ac4f-a37cbfa68cda&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001039 10.0.0.38 - - [2026-04-30 02:21:48] "PUT /access-control-list/5fe61dcf-ad2a-4f2f-b6d4-e555d7acbe2a HTTP/1.1" 200 272 0.009669 10.0.0.38 - - [2026-04-30 02:21:48] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.036472 10.0.0.38 - - [2026-04-30 02:21:48] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.008713 10.0.0.38 - - [2026-04-30 02:21:48] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.156923 10.0.0.38 - - [2026-04-30 02:21:48] "PUT /access-control-list/5fe61dcf-ad2a-4f2f-b6d4-e555d7acbe2a HTTP/1.1" 200 272 0.013399 10.0.0.38 - - [2026-04-30 02:21:48] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.011713 10.0.0.38 - - [2026-04-30 02:21:49] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.113707 10.0.0.38 - - [2026-04-30 02:21:49] "POST /fqname-to-id HTTP/1.1" 401 292 0.000376 10.0.0.38 - - [2026-04-30 02:21:49] "PUT /access-control-list/5fe61dcf-ad2a-4f2f-b6d4-e555d7acbe2a HTTP/1.1" 200 272 0.015993 10.0.0.38 - - [2026-04-30 02:21:49] "POST /fqname-to-id HTTP/1.1" 404 210 0.034191 10.0.0.38 - - [2026-04-30 02:21:49] "GET /projects?obj_uuids=addc3663-08bd-4a1b-a380-133b2fac1e34&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001067 10.0.0.38 - - [2026-04-30 02:21:49] "POST /fqname-to-id HTTP/1.1" 404 245 0.004026 10.0.0.38 - - [2026-04-30 02:21:49] "POST /access-control-lists HTTP/1.1" 200 607 0.016046 10.0.0.38 - - [2026-04-30 02:21:49] "POST /fqname-to-id HTTP/1.1" 404 244 0.003164 10.0.0.38 - - [2026-04-30 02:21:49] "POST /access-control-lists HTTP/1.1" 200 605 0.019870 10.0.0.38 - - [2026-04-30 02:21:49] "PUT /access-control-list/340553ec-d615-483e-9a3a-0f552fffc6c1 HTTP/1.1" 200 272 0.010694 10.0.0.38 - - [2026-04-30 02:21:49] "POST /neutron/security_group HTTP/1.1" 200 1379 0.328714 10.0.0.38 - - [2026-04-30 02:21:49] "GET /projects?obj_uuids=addc3663-08bd-4a1b-a380-133b2fac1e34&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000943 10.0.0.38 - - [2026-04-30 02:21:49] "PUT /access-control-list/340553ec-d615-483e-9a3a-0f552fffc6c1 HTTP/1.1" 200 272 0.016865 10.0.0.38 - - [2026-04-30 02:21:49] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.033682 10.0.0.38 - - [2026-04-30 02:21:49] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.010667 10.0.0.38 - - [2026-04-30 02:21:49] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.115811 10.0.0.38 - - [2026-04-30 02:21:49] "PUT /access-control-list/340553ec-d615-483e-9a3a-0f552fffc6c1 HTTP/1.1" 200 272 0.008664 10.0.0.38 - - [2026-04-30 02:21:49] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.009664 10.0.0.38 - - [2026-04-30 02:21:50] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.111573 10.0.0.38 - - [2026-04-30 02:21:50] "POST /fqname-to-id HTTP/1.1" 404 210 0.002607 10.0.0.38 - - [2026-04-30 02:21:50] "PUT /access-control-list/340553ec-d615-483e-9a3a-0f552fffc6c1 HTTP/1.1" 200 272 0.012944 10.0.0.38 - - [2026-04-30 02:21:50] "GET /projects?obj_uuids=addc3663-08bd-4a1b-a380-133b2fac1e34&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001092 10.0.0.38 - - [2026-04-30 02:21:50] "POST /fqname-to-id HTTP/1.1" 404 245 0.003384 10.0.0.38 - - [2026-04-30 02:21:50] "POST /access-control-lists HTTP/1.1" 200 607 0.016661 10.0.0.38 - - [2026-04-30 02:21:50] "POST /fqname-to-id HTTP/1.1" 404 244 0.002767 10.0.0.38 - - [2026-04-30 02:21:50] "POST /access-control-lists HTTP/1.1" 200 605 0.021236 10.0.0.38 - - [2026-04-30 02:21:50] "PUT /access-control-list/b30af632-8880-45f2-9a10-d09fa0ee0d74 HTTP/1.1" 200 272 0.009776 10.0.0.38 - - [2026-04-30 02:21:50] "POST /neutron/security_group HTTP/1.1" 200 1379 0.401016 10.0.0.38 - - [2026-04-30 02:21:50] "PUT /access-control-list/b30af632-8880-45f2-9a10-d09fa0ee0d74 HTTP/1.1" 200 272 0.012972 10.0.0.38 - - [2026-04-30 02:21:50] "GET /projects?obj_uuids=addc3663-08bd-4a1b-a380-133b2fac1e34&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001381 10.0.0.38 - - [2026-04-30 02:21:50] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.033690 10.0.0.38 - - [2026-04-30 02:21:50] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.008699 10.0.0.38 - - [2026-04-30 02:21:50] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.154527 10.0.0.38 - - [2026-04-30 02:21:50] "PUT /access-control-list/b30af632-8880-45f2-9a10-d09fa0ee0d74 HTTP/1.1" 200 272 0.014346 10.0.0.38 - - [2026-04-30 02:21:50] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.014733 10.0.0.38 - - [2026-04-30 02:21:50] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.178699 10.0.0.38 - - [2026-04-30 02:21:50] "PUT /access-control-list/b30af632-8880-45f2-9a10-d09fa0ee0d74 HTTP/1.1" 200 272 0.009301 10.0.0.38 - - [2026-04-30 02:21:51] "GET /projects?obj_uuids=2bd85e54-ad18-4480-ac4f-a37cbfa68cda&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001017 10.0.0.38 - - [2026-04-30 02:21:51] "POST /neutron/router HTTP/1.1" 200 541 0.049931 10.0.0.38 - - [2026-04-30 02:21:51] "POST /neutron/router HTTP/1.1" 200 541 0.004166 10.0.0.38 - - [2026-04-30 02:21:51] "POST /route-targets HTTP/1.1" 200 327 0.015722 10.0.0.38 - - [2026-04-30 02:21:51] "POST /neutron/router HTTP/1.1" 200 541 0.004713 10.0.0.38 - - [2026-04-30 02:21:51] "PUT /logical-router/5b91cf3b-03d1-42ef-baa3-88bc7c0119a4 HTTP/1.1" 200 262 0.023707 10.0.0.38 - - [2026-04-30 02:21:51] "POST /neutron/router HTTP/1.1" 200 541 0.006038 10.0.0.38 - - [2026-04-30 02:21:51] "POST /neutron/router HTTP/1.1" 200 541 0.006614 10.0.0.38 - - [2026-04-30 02:21:51] "POST /neutron/router HTTP/1.1" 200 541 0.003957 10.0.0.38 - - [2026-04-30 02:21:51] "POST /neutron/router HTTP/1.1" 200 541 0.004695 10.0.0.38 - - [2026-04-30 02:21:51] "POST /neutron/router HTTP/1.1" 200 541 0.003784 10.0.0.38 - - [2026-04-30 02:21:51] "POST /neutron/router HTTP/1.1" 200 541 0.003687 10.0.0.38 - - [2026-04-30 02:21:51] "POST /neutron/router HTTP/1.1" 200 541 0.004202 10.0.0.38 - - [2026-04-30 02:21:51] "POST /neutron/router HTTP/1.1" 200 541 0.004031 10.0.0.38 - - [2026-04-30 02:21:51] "POST /neutron/router HTTP/1.1" 200 541 0.003830 10.0.0.38 - - [2026-04-30 02:21:51] "POST /neutron/router HTTP/1.1" 200 541 0.003987 10.0.0.38 - - [2026-04-30 02:21:51] "POST /neutron/router HTTP/1.1" 200 541 0.003913 10.0.0.38 - - [2026-04-30 02:21:51] "POST /neutron/router HTTP/1.1" 200 541 0.004384 10.0.0.38 - - [2026-04-30 02:21:51] "POST /neutron/router HTTP/1.1" 200 541 0.005456 10.0.0.38 - - [2026-04-30 02:21:51] "POST /neutron/router HTTP/1.1" 200 541 0.004057 10.0.0.38 - - [2026-04-30 02:21:51] "POST /neutron/router HTTP/1.1" 200 541 0.004855 10.0.0.38 - - [2026-04-30 02:21:51] "POST /neutron/router HTTP/1.1" 200 541 0.003771 10.0.0.38 - - [2026-04-30 02:21:51] "POST /neutron/router HTTP/1.1" 200 541 0.004422 10.0.0.38 - - [2026-04-30 02:21:51] "POST /neutron/router HTTP/1.1" 200 541 0.003786 10.0.0.38 - - [2026-04-30 02:21:51] "POST /neutron/router HTTP/1.1" 200 541 0.004126 10.0.0.38 - - [2026-04-30 02:21:51] "POST /neutron/router HTTP/1.1" 200 541 0.004079 10.0.0.38 - - [2026-04-30 02:21:51] "POST /neutron/router HTTP/1.1" 200 541 0.004130 10.0.0.38 - - [2026-04-30 02:21:51] "POST /neutron/router HTTP/1.1" 200 541 0.004582 10.0.0.38 - - [2026-04-30 02:21:51] "POST /neutron/router HTTP/1.1" 200 541 0.005872 10.0.0.38 - - [2026-04-30 02:21:51] "POST /neutron/router HTTP/1.1" 200 541 0.003752 10.0.0.38 - - [2026-04-30 02:21:51] "POST /neutron/router HTTP/1.1" 200 541 0.005093 10.0.0.38 - - [2026-04-30 02:21:51] "POST /neutron/router HTTP/1.1" 200 541 0.004046 10.0.0.38 - - [2026-04-30 02:21:51] "POST /neutron/router HTTP/1.1" 200 541 0.004503 10.0.0.38 - - [2026-04-30 02:21:51] "POST /neutron/router HTTP/1.1" 200 541 0.004012 10.0.0.38 - - [2026-04-30 02:21:51] "POST /neutron/router HTTP/1.1" 200 541 0.003655 10.0.0.38 - - [2026-04-30 02:21:51] "POST /neutron/router HTTP/1.1" 200 541 0.003809 10.0.0.38 - - [2026-04-30 02:21:51] "POST /neutron/router HTTP/1.1" 200 541 0.021419 10.0.0.38 - - [2026-04-30 02:21:51] "POST /neutron/router HTTP/1.1" 200 541 0.003796 10.0.0.38 - - [2026-04-30 02:21:51] "POST /neutron/router HTTP/1.1" 200 542 0.015992 10.0.0.38 - - [2026-04-30 02:21:51] "POST /neutron/router HTTP/1.1" 200 542 0.003801 10.0.0.38 - - [2026-04-30 02:21:51] "POST /neutron/router HTTP/1.1" 200 151 0.052731 10.0.0.38 - - [2026-04-30 02:21:51] "GET /logical-router/5b91cf3b-03d1-42ef-baa3-88bc7c0119a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.004528 10.0.0.38 - - [2026-04-30 02:21:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002813 10.0.0.38 - - [2026-04-30 02:21:51] "GET /projects?obj_uuids=addc3663-08bd-4a1b-a380-133b2fac1e34&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002419 10.0.0.38 - - [2026-04-30 02:21:51] "DELETE /route-target/b611154b-1cc7-45f1-ae88-1c79cd14d273 HTTP/1.1" 200 115 0.038216 10.0.0.38 - - [2026-04-30 02:21:51] "POST /neutron/router HTTP/1.1" 200 559 0.071876 10.0.0.38 - - [2026-04-30 02:21:51] "POST /neutron/router HTTP/1.1" 200 559 0.003812 10.0.0.38 - - [2026-04-30 02:21:51] "POST /route-targets HTTP/1.1" 200 327 0.012461 10.0.0.38 - - [2026-04-30 02:21:51] "POST /neutron/router HTTP/1.1" 200 559 0.007553 10.0.0.38 - - [2026-04-30 02:21:52] "PUT /logical-router/c73965c4-a177-4eda-8aaa-ea2c84928831 HTTP/1.1" 200 262 0.025999 10.0.0.38 - - [2026-04-30 02:21:52] "POST /neutron/router HTTP/1.1" 200 559 0.011007 10.0.0.38 - - [2026-04-30 02:21:52] "POST /neutron/router HTTP/1.1" 200 559 0.004009 10.0.0.38 - - [2026-04-30 02:21:52] "POST /neutron/router HTTP/1.1" 200 559 0.004632 10.0.0.38 - - [2026-04-30 02:21:52] "POST /neutron/router HTTP/1.1" 200 559 0.003292 10.0.0.38 - - [2026-04-30 02:21:52] "POST /neutron/router HTTP/1.1" 200 559 0.003637 10.0.0.38 - - [2026-04-30 02:21:52] "POST /neutron/router HTTP/1.1" 200 559 0.003926 10.0.0.38 - - [2026-04-30 02:21:52] "POST /neutron/router HTTP/1.1" 200 559 0.005220 10.0.0.38 - - [2026-04-30 02:21:52] "POST /neutron/router HTTP/1.1" 200 559 0.004260 10.0.0.38 - - [2026-04-30 02:21:52] "POST /neutron/router HTTP/1.1" 200 559 0.004201 10.0.0.38 - - [2026-04-30 02:21:52] "POST /neutron/router HTTP/1.1" 200 559 0.004497 10.0.0.38 - - [2026-04-30 02:21:52] "POST /neutron/router HTTP/1.1" 200 559 0.004778 10.0.0.38 - - [2026-04-30 02:21:52] "POST /neutron/router HTTP/1.1" 200 559 0.004109 10.0.0.38 - - [2026-04-30 02:21:52] "POST /neutron/router HTTP/1.1" 200 559 0.003813 10.0.0.38 - - [2026-04-30 02:21:52] "POST /neutron/router HTTP/1.1" 200 559 0.004073 10.0.0.38 - - [2026-04-30 02:21:52] "POST /neutron/router HTTP/1.1" 200 559 0.004829 10.0.0.38 - - [2026-04-30 02:21:52] "POST /neutron/router HTTP/1.1" 200 559 0.003768 10.0.0.38 - - [2026-04-30 02:21:52] "POST /neutron/router HTTP/1.1" 200 559 0.004011 10.0.0.38 - - [2026-04-30 02:21:52] "POST /neutron/router HTTP/1.1" 200 559 0.004140 10.0.0.38 - - [2026-04-30 02:21:52] "POST /neutron/router HTTP/1.1" 200 559 0.004119 10.0.0.38 - - [2026-04-30 02:21:52] "POST /neutron/router HTTP/1.1" 200 559 0.004207 10.0.0.38 - - [2026-04-30 02:21:52] "POST /neutron/router HTTP/1.1" 200 559 0.003406 10.0.0.38 - - [2026-04-30 02:21:52] "POST /neutron/router HTTP/1.1" 200 559 0.003948 10.0.0.38 - - [2026-04-30 02:21:52] "POST /neutron/router HTTP/1.1" 200 559 0.003543 10.0.0.38 - - [2026-04-30 02:21:52] "POST /neutron/router HTTP/1.1" 200 559 0.003754 10.0.0.38 - - [2026-04-30 02:21:52] "POST /neutron/router HTTP/1.1" 200 559 0.004108 10.0.0.38 - - [2026-04-30 02:21:52] "POST /neutron/router HTTP/1.1" 200 559 0.005585 10.0.0.38 - - [2026-04-30 02:21:52] "POST /neutron/router HTTP/1.1" 200 559 0.004256 10.0.0.38 - - [2026-04-30 02:21:52] "POST /neutron/router HTTP/1.1" 200 559 0.004736 10.0.0.38 - - [2026-04-30 02:21:52] "POST /neutron/router HTTP/1.1" 200 559 0.007385 10.0.0.38 - - [2026-04-30 02:21:52] "POST /neutron/router HTTP/1.1" 200 559 0.004974 10.0.0.38 - - [2026-04-30 02:21:52] "POST /neutron/router HTTP/1.1" 200 559 0.015332 10.0.0.38 - - [2026-04-30 02:21:52] "POST /neutron/router HTTP/1.1" 200 559 0.003883 10.0.0.38 - - [2026-04-30 02:21:52] "POST /neutron/router HTTP/1.1" 200 559 0.017283 10.0.0.38 - - [2026-04-30 02:21:52] "POST /neutron/router HTTP/1.1" 200 559 0.003915 10.0.0.38 - - [2026-04-30 02:21:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003669 10.0.0.38 - - [2026-04-30 02:21:52] "GET /logical-router/c73965c4-a177-4eda-8aaa-ea2c84928831?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002740 10.0.0.38 - - [2026-04-30 02:21:52] "POST /neutron/router HTTP/1.1" 200 151 0.050331 10.0.0.38 - - [2026-04-30 02:21:52] "DELETE /route-target/30220b2b-53d5-4e9c-914b-6aa10a4aceed HTTP/1.1" 200 115 0.017822 10.0.0.38 - - [2026-04-30 02:21:52] "GET /projects?obj_uuids=2bd85e54-ad18-4480-ac4f-a37cbfa68cda&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001349 10.0.0.38 - - [2026-04-30 02:21:52] "POST /neutron/router HTTP/1.1" 200 541 0.046764 10.0.0.38 - - [2026-04-30 02:21:52] "POST /neutron/router HTTP/1.1" 200 541 0.004761 10.0.0.38 - - [2026-04-30 02:21:52] "POST /route-targets HTTP/1.1" 200 327 0.015765 10.0.0.38 - - [2026-04-30 02:21:52] "POST /neutron/router HTTP/1.1" 200 541 0.003360 10.0.0.38 - - [2026-04-30 02:21:52] "POST /neutron/router HTTP/1.1" 200 541 0.003140 10.0.0.38 - - [2026-04-30 02:21:52] "PUT /logical-router/e49aac54-0538-4f7f-ac5e-b0d9f0b96a7a HTTP/1.1" 200 262 0.019998 10.0.0.38 - - [2026-04-30 02:21:52] "POST /neutron/router HTTP/1.1" 200 541 0.006105 10.0.0.38 - - [2026-04-30 02:21:52] "POST /neutron/router HTTP/1.1" 200 541 0.003888 10.0.0.38 - - [2026-04-30 02:21:52] "POST /neutron/router HTTP/1.1" 200 541 0.003501 10.0.0.38 - - [2026-04-30 02:21:52] "POST /neutron/router HTTP/1.1" 200 541 0.003364 10.0.0.38 - - [2026-04-30 02:21:52] "POST /neutron/router HTTP/1.1" 200 541 0.003968 10.0.0.38 - - [2026-04-30 02:21:52] "POST /neutron/router HTTP/1.1" 200 541 0.003501 10.0.0.38 - - [2026-04-30 02:21:52] "POST /neutron/router HTTP/1.1" 200 541 0.004443 10.0.0.38 - - [2026-04-30 02:21:52] "POST /neutron/router HTTP/1.1" 200 541 0.004544 10.0.0.38 - - [2026-04-30 02:21:52] "POST /neutron/router HTTP/1.1" 200 541 0.004194 10.0.0.38 - - [2026-04-30 02:21:52] "POST /neutron/router HTTP/1.1" 200 541 0.003876 10.0.0.38 - - [2026-04-30 02:21:52] "POST /neutron/router HTTP/1.1" 200 541 0.003421 10.0.0.38 - - [2026-04-30 02:21:52] "POST /neutron/router HTTP/1.1" 200 541 0.004184 10.0.0.38 - - [2026-04-30 02:21:52] "POST /neutron/router HTTP/1.1" 200 541 0.003518 10.0.0.38 - - [2026-04-30 02:21:52] "POST /neutron/router HTTP/1.1" 200 541 0.004252 10.0.0.38 - - [2026-04-30 02:21:52] "POST /neutron/router HTTP/1.1" 200 541 0.006317 10.0.0.38 - - [2026-04-30 02:21:52] "POST /neutron/router HTTP/1.1" 200 541 0.005130 10.0.0.38 - - [2026-04-30 02:21:52] "POST /neutron/router HTTP/1.1" 200 541 0.003855 10.0.0.38 - - [2026-04-30 02:21:52] "POST /neutron/router HTTP/1.1" 200 541 0.003729 10.0.0.38 - - [2026-04-30 02:21:52] "POST /neutron/router HTTP/1.1" 200 541 0.003644 10.0.0.38 - - [2026-04-30 02:21:53] "POST /neutron/router HTTP/1.1" 200 541 0.003653 10.0.0.38 - - [2026-04-30 02:21:53] "POST /neutron/router HTTP/1.1" 200 541 0.005117 10.0.0.38 - - [2026-04-30 02:21:53] "POST /neutron/router HTTP/1.1" 200 541 0.003537 10.0.0.38 - - [2026-04-30 02:21:53] "POST /neutron/router HTTP/1.1" 200 541 0.003623 10.0.0.38 - - [2026-04-30 02:21:53] "POST /neutron/router HTTP/1.1" 200 541 0.003616 10.0.0.38 - - [2026-04-30 02:21:53] "POST /neutron/router HTTP/1.1" 200 541 0.003915 10.0.0.38 - - [2026-04-30 02:21:53] "POST /neutron/router HTTP/1.1" 200 541 0.003683 10.0.0.38 - - [2026-04-30 02:21:53] "POST /neutron/router HTTP/1.1" 200 541 0.003769 10.0.0.38 - - [2026-04-30 02:21:53] "POST /neutron/router HTTP/1.1" 200 541 0.005507 10.0.0.38 - - [2026-04-30 02:21:53] "POST /neutron/router HTTP/1.1" 200 541 0.003899 10.0.0.38 - - [2026-04-30 02:21:53] "POST /neutron/router HTTP/1.1" 200 541 0.016233 10.0.0.38 - - [2026-04-30 02:21:53] "POST /neutron/router HTTP/1.1" 200 541 0.004157 10.0.0.38 - - [2026-04-30 02:21:53] "POST /neutron/router HTTP/1.1" 200 542 0.019368 10.0.0.38 - - [2026-04-30 02:21:53] "POST /neutron/router HTTP/1.1" 200 542 0.004871 10.0.0.38 - - [2026-04-30 02:21:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005497 10.0.0.38 - - [2026-04-30 02:21:53] "GET /logical-router/e49aac54-0538-4f7f-ac5e-b0d9f0b96a7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.004136 10.0.0.38 - - [2026-04-30 02:21:53] "POST /neutron/router HTTP/1.1" 200 151 0.051170 10.0.0.38 - - [2026-04-30 02:21:53] "POST /neutron/security_group HTTP/1.1" 200 521 0.004677 10.0.0.38 - - [2026-04-30 02:21:53] "DELETE /route-target/15fe68c0-38d1-489c-be4e-ddb2101907da HTTP/1.1" 200 115 0.019447 10.0.0.38 - - [2026-04-30 02:21:53] "POST /neutron/security_group HTTP/1.1" 200 151 0.039031 10.0.0.38 - - [2026-04-30 02:21:53] "DELETE /access-control-list/d9ef0a08-f8a1-4f09-be5e-282993edd689 HTTP/1.1" 200 115 0.027630 10.0.0.38 - - [2026-04-30 02:21:53] "POST /neutron/security_group HTTP/1.1" 200 521 0.004221 10.0.0.38 - - [2026-04-30 02:21:53] "DELETE /access-control-list/b30af632-8880-45f2-9a10-d09fa0ee0d74 HTTP/1.1" 200 115 0.030947 10.0.0.38 - - [2026-04-30 02:21:53] "POST /neutron/security_group HTTP/1.1" 200 151 0.062644 10.0.0.38 - - [2026-04-30 02:21:53] "DELETE /access-control-list/bc75f2ae-1a18-4721-8dc5-950623f4826a HTTP/1.1" 200 115 0.028397 10.0.0.38 - - [2026-04-30 02:21:53] "POST /neutron/security_group HTTP/1.1" 200 506 0.005610 10.0.0.38 - - [2026-04-30 02:21:53] "DELETE /access-control-list/340553ec-d615-483e-9a3a-0f552fffc6c1 HTTP/1.1" 200 115 0.025272 10.0.0.38 - - [2026-04-30 02:21:53] "POST /neutron/security_group HTTP/1.1" 200 151 0.046231 10.0.0.38 - - [2026-04-30 02:21:53] "POST /neutron/security_group HTTP/1.1" 200 506 0.016772 10.0.0.38 - - [2026-04-30 02:21:53] "DELETE /access-control-list/4bba9220-a2f7-4e58-8ec8-65d6916ba559 HTTP/1.1" 200 115 0.062056 10.0.0.38 - - [2026-04-30 02:21:53] "DELETE /access-control-list/5fe61dcf-ad2a-4f2f-b6d4-e555d7acbe2a HTTP/1.1" 200 115 0.023213 10.0.0.38 - - [2026-04-30 02:21:53] "DELETE /access-control-list/8bb9b6b5-ccf2-48c1-80bf-3068117109c1 HTTP/1.1" 200 115 0.019374 10.0.0.38 - - [2026-04-30 02:21:53] "POST /neutron/security_group HTTP/1.1" 200 151 0.071867 10.0.0.38 - - [2026-04-30 02:21:53] "DELETE /access-control-list/2d215d62-c09d-4ff4-9982-93fd03cb68a6 HTTP/1.1" 200 115 0.023256 10.0.0.38 - - [2026-04-30 02:21:53] "GET /projects?obj_uuids=addc3663-08bd-4a1b-a380-133b2fac1e34&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002152 10.0.0.38 - - [2026-04-30 02:21:53] "GET /project/addc3663-08bd-4a1b-a380-133b2fac1e34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.030035 10.0.0.38 - - [2026-04-30 02:21:53] "GET /projects?obj_uuids=addc3663-08bd-4a1b-a380-133b2fac1e34&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001459 10.0.0.38 - - [2026-04-30 02:21:53] "GET /project/addc3663-08bd-4a1b-a380-133b2fac1e34?fields=virtual_networks HTTP/1.1" 200 1022 0.067350 10.0.0.38 - - [2026-04-30 02:21:54] "GET /projects?obj_uuids=addc3663-08bd-4a1b-a380-133b2fac1e34&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001133 10.0.0.38 - - [2026-04-30 02:21:54] "GET /project/addc3663-08bd-4a1b-a380-133b2fac1e34?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.026697 10.0.0.38 - - [2026-04-30 02:21:54] "GET /projects?obj_uuids=addc3663-08bd-4a1b-a380-133b2fac1e34&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001459 10.0.0.38 - - [2026-04-30 02:21:54] "GET /project/addc3663-08bd-4a1b-a380-133b2fac1e34?fields=security_groups HTTP/1.1" 200 1243 0.030429 10.0.0.38 - - [2026-04-30 02:21:55] "POST /fqname-to-id HTTP/1.1" 404 184 0.035039 10.0.0.38 - - [2026-04-30 02:21:55] "GET /projects?obj_uuids=946e1b4b-5c5b-491a-a287-5ea025028a9c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002969 10.0.0.38 - - [2026-04-30 02:21:55] "GET /domains?obj_uuids=033dcabd-97df-439f-8207-51383e8b92fd&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001350 10.0.0.38 - - [2026-04-30 02:21:55] "GET /domain/033dcabd-97df-439f-8207-51383e8b92fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 926 0.009081 10.0.0.38 - - [2026-04-30 02:21:55] "POST /id-to-fqname HTTP/1.1" 200 186 0.002023 10.0.0.38 - - [2026-04-30 02:21:55] "POST /fqname-to-id HTTP/1.1" 404 195 0.002521 10.0.0.38 - - [2026-04-30 02:21:55] "POST /security-groups HTTP/1.1" 200 587 0.064801 10.0.0.38 - - [2026-04-30 02:21:55] "POST /fqname-to-id HTTP/1.1" 404 230 0.003145 10.0.0.38 - - [2026-04-30 02:21:55] "POST /projects HTTP/1.1" 200 577 0.224574 10.0.0.38 - - [2026-04-30 02:21:55] "POST /access-control-lists HTTP/1.1" 200 592 0.061454 10.0.0.38 - - [2026-04-30 02:21:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.306800 10.0.0.38 - - [2026-04-30 02:21:55] "POST /fqname-to-id HTTP/1.1" 404 229 0.003362 10.0.0.38 - - [2026-04-30 02:21:55] "GET /project/946e1b4b-5c5b-491a-a287-5ea025028a9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.447528 10.0.0.38 - - [2026-04-30 02:21:55] "POST /access-control-lists HTTP/1.1" 200 590 0.064234 10.0.0.38 - - [2026-04-30 02:21:56] "GET / HTTP/1.1" 200 35931 0.002153 10.0.0.38 - - [2026-04-30 02:21:57] "POST /fqname-to-id HTTP/1.1" 401 292 0.000487 10.0.0.38 - - [2026-04-30 02:21:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.072972 10.0.0.38 - - [2026-04-30 02:21:58] "GET /projects?obj_uuids=946e1b4b-5c5b-491a-a287-5ea025028a9c&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001173 10.0.0.38 - - [2026-04-30 02:21:58] "GET /project/946e1b4b-5c5b-491a-a287-5ea025028a9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.025438 10.0.0.38 - - [2026-04-30 02:21:58] "POST /neutron/network HTTP/1.1" 200 117 0.037164 10.0.0.38 - - [2026-04-30 02:21:58] "GET /projects?obj_uuids=946e1b4b-5c5b-491a-a287-5ea025028a9c&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001312 10.0.0.38 - - [2026-04-30 02:21:58] "POST /neutron/network HTTP/1.1" 200 601 0.070380 10.0.0.38 - - [2026-04-30 02:21:58] "POST /route-targets HTTP/1.1" 200 327 0.012617 10.0.0.38 - - [2026-04-30 02:21:58] "POST /ref-update HTTP/1.1" 200 156 0.012954 10.0.0.38 - - [2026-04-30 02:21:58] "POST /useragent-kv HTTP/1.1" 200 115 0.003814 10.0.0.38 - - [2026-04-30 02:21:58] "POST /neutron/subnet HTTP/1.1" 200 719 0.204328 10.0.0.38 - - [2026-04-30 02:21:58] "POST /neutron/network HTTP/1.1" 200 819 0.006477 10.0.0.38 - - [2026-04-30 02:21:58] "POST /id-to-fqname HTTP/1.1" 200 216 0.001229 10.0.0.38 - - [2026-04-30 02:21:58] "GET /virtual-network/47e9cefa-7470-41be-932a-a9172a08e6e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2028 0.006270 10.0.0.38 - - [2026-04-30 02:21:58] "POST /neutron/network HTTP/1.1" 200 819 0.005986 10.0.0.38 - - [2026-04-30 02:21:58] "GET /virtual-network/47e9cefa-7470-41be-932a-a9172a08e6e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2028 0.004895 10.0.0.38 - - [2026-04-30 02:21:58] "POST /neutron/network HTTP/1.1" 200 819 0.006162 10.0.0.38 - - [2026-04-30 02:21:58] "POST /neutron/subnet HTTP/1.1" 200 719 0.007969 10.0.0.38 - - [2026-04-30 02:21:58] "POST /fqname-to-id HTTP/1.1" 404 206 0.002996 10.0.0.38 - - [2026-04-30 02:21:58] "GET /virtual-network/47e9cefa-7470-41be-932a-a9172a08e6e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2028 0.005239 10.0.0.38 - - [2026-04-30 02:21:58] "GET /projects?obj_uuids=946e1b4b-5c5b-491a-a287-5ea025028a9c&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001242 10.0.0.38 - - [2026-04-30 02:21:58] "POST /neutron/port HTTP/1.1" 200 1016 0.187677 10.0.0.38 - - [2026-04-30 02:21:58] "GET /virtual-machine-interface/7f27ed16-6138-4b63-8349-c53e13acf7ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2382 0.005917 10.0.0.38 - - [2026-04-30 02:21:58] "GET /virtual-machine-interface/7f27ed16-6138-4b63-8349-c53e13acf7ed?fields=instance_ip_back_refs HTTP/1.1" 200 1315 0.006184 10.0.0.38 - - [2026-04-30 02:21:59] "GET /instance-ip/3fb8f6d2-b7a2-408c-bd25-3dc8dbdf5d6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1593 0.004362 10.0.0.38 - - [2026-04-30 02:21:59] "GET /virtual-machine-interface/7f27ed16-6138-4b63-8349-c53e13acf7ed HTTP/1.1" 401 292 0.000425 10.0.0.38 - - [2026-04-30 02:21:59] "GET /virtual-machine-interface/7f27ed16-6138-4b63-8349-c53e13acf7ed HTTP/1.1" 200 2603 0.043919 10.0.0.38 - - [2026-04-30 02:21:59] "POST /neutron/port HTTP/1.1" 200 1016 0.018357 10.0.0.38 - - [2026-04-30 02:21:59] "POST /neutron/port HTTP/1.1" 200 151 0.077237 10.0.0.38 - - [2026-04-30 02:21:59] "POST /neutron/network HTTP/1.1" 200 819 0.005431 10.0.0.38 - - [2026-04-30 02:21:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003458 10.0.0.38 - - [2026-04-30 02:21:59] "POST /useragent-kv HTTP/1.1" 200 115 0.002834 10.0.0.38 - - [2026-04-30 02:21:59] "POST /useragent-kv HTTP/1.1" 200 115 0.001840 10.0.0.38 - - [2026-04-30 02:21:59] "POST /neutron/network HTTP/1.1" 200 151 0.094752 10.0.0.38 - - [2026-04-30 02:21:59] "DELETE /route-target/3328761f-57a2-4796-8876-d339c0ea6f56 HTTP/1.1" 200 115 0.018233 10.0.0.38 - - [2026-04-30 02:22:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003521 10.0.0.38 - - [2026-04-30 02:22:00] "GET /projects?obj_uuids=946e1b4b-5c5b-491a-a287-5ea025028a9c&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001486 10.0.0.38 - - [2026-04-30 02:22:00] "GET /project/946e1b4b-5c5b-491a-a287-5ea025028a9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.038508 10.0.0.38 - - [2026-04-30 02:22:00] "POST /neutron/network HTTP/1.1" 200 117 0.009702 10.0.0.38 - - [2026-04-30 02:22:00] "GET /projects?obj_uuids=946e1b4b-5c5b-491a-a287-5ea025028a9c&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001275 10.0.0.38 - - [2026-04-30 02:22:00] "POST /neutron/network HTTP/1.1" 200 603 0.090856 10.0.0.38 - - [2026-04-30 02:22:00] "POST /route-targets HTTP/1.1" 200 327 0.016032 10.0.0.38 - - [2026-04-30 02:22:00] "POST /ref-update HTTP/1.1" 200 156 0.015376 10.0.0.38 - - [2026-04-30 02:22:00] "POST /useragent-kv HTTP/1.1" 200 115 0.003194 10.0.0.38 - - [2026-04-30 02:22:00] "POST /neutron/subnet HTTP/1.1" 200 734 0.186188 10.0.0.38 - - [2026-04-30 02:22:00] "POST /useragent-kv HTTP/1.1" 200 115 0.007169 10.0.0.38 - - [2026-04-30 02:22:00] "POST /neutron/subnet HTTP/1.1" 200 715 0.222784 10.0.0.38 - - [2026-04-30 02:22:00] "POST /neutron/network HTTP/1.1" 200 978 0.009511 10.0.0.38 - - [2026-04-30 02:22:00] "POST /id-to-fqname HTTP/1.1" 200 217 0.001479 10.0.0.38 - - [2026-04-30 02:22:00] "GET /virtual-network/b73dab26-d8cc-4f82-8245-b88a38a32f44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2560 0.008081 10.0.0.38 - - [2026-04-30 02:22:01] "POST /neutron/network HTTP/1.1" 200 978 0.011088 10.0.0.38 - - [2026-04-30 02:22:01] "GET /virtual-network/b73dab26-d8cc-4f82-8245-b88a38a32f44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2560 0.008476 10.0.0.38 - - [2026-04-30 02:22:01] "POST /neutron/network HTTP/1.1" 200 978 0.009296 10.0.0.38 - - [2026-04-30 02:22:01] "POST /neutron/subnet HTTP/1.1" 200 734 0.008553 10.0.0.38 - - [2026-04-30 02:22:01] "POST /neutron/subnet HTTP/1.1" 200 715 0.008374 10.0.0.38 - - [2026-04-30 02:22:01] "GET /projects?obj_uuids=946e1b4b-5c5b-491a-a287-5ea025028a9c&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001492 10.0.0.38 - - [2026-04-30 02:22:01] "POST /neutron/port HTTP/1.1" 200 1020 0.261593 10.0.0.38 - - [2026-04-30 02:22:01] "GET /projects?obj_uuids=946e1b4b-5c5b-491a-a287-5ea025028a9c&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001119 10.0.0.38 - - [2026-04-30 02:22:01] "POST /neutron/port HTTP/1.1" 200 1016 0.221583 10.0.0.38 - - [2026-04-30 02:22:01] "POST /id-to-fqname HTTP/1.1" 200 217 0.001995 10.0.0.38 - - [2026-04-30 02:22:01] "POST /neutron/port HTTP/1.1" 200 1020 0.012974 10.0.0.38 - - [2026-04-30 02:22:01] "POST /neutron/port HTTP/1.1" 200 1020 0.012276 10.0.0.38 - - [2026-04-30 02:22:01] "POST /neutron/network HTTP/1.1" 200 978 0.008035 10.0.0.38 - - [2026-04-30 02:22:01] "POST /neutron/port HTTP/1.1" 200 1020 0.013594 10.0.0.38 - - [2026-04-30 02:22:02] "POST /neutron/port HTTP/1.1" 200 117 0.005600 10.0.0.38 - - [2026-04-30 02:22:02] "POST /neutron/port HTTP/1.1" 200 117 0.007153 10.0.0.38 - - [2026-04-30 02:22:02] "POST /id-to-fqname HTTP/1.1" 200 217 0.001827 10.0.0.38 - - [2026-04-30 02:22:02] "POST /neutron/port HTTP/1.1" 200 117 0.005443 10.0.0.38 - - [2026-04-30 02:22:02] "POST /neutron/port HTTP/1.1" 200 1016 0.013959 10.0.0.38 - - [2026-04-30 02:22:02] "POST /neutron/port HTTP/1.1" 200 1016 0.014921 10.0.0.38 - - [2026-04-30 02:22:02] "POST /neutron/network HTTP/1.1" 200 978 0.008664 10.0.0.38 - - [2026-04-30 02:22:02] "POST /neutron/port HTTP/1.1" 200 1016 0.019061 10.0.0.38 - - [2026-04-30 02:22:02] "POST /neutron/port HTTP/1.1" 200 1020 0.011797 10.0.0.38 - - [2026-04-30 02:22:02] "POST /neutron/port HTTP/1.1" 200 1016 0.012057 10.0.0.38 - - [2026-04-30 02:22:02] "POST /neutron/port HTTP/1.1" 200 117 0.007141 10.0.0.38 - - [2026-04-30 02:22:02] "POST /neutron/port HTTP/1.1" 200 117 0.006389 10.0.0.38 - - [2026-04-30 02:22:02] "POST /neutron/port HTTP/1.1" 200 117 0.006647 10.0.0.38 - - [2026-04-30 02:22:03] "POST /neutron/port HTTP/1.1" 200 1020 0.011809 10.0.0.38 - - [2026-04-30 02:22:03] "POST /neutron/network HTTP/1.1" 200 988 0.006840 10.0.0.38 - - [2026-04-30 02:22:03] "POST /neutron/port HTTP/1.1" 200 1020 0.013301 10.0.0.38 - - [2026-04-30 02:22:03] "POST /neutron/port HTTP/1.1" 200 1020 0.012532 10.0.0.38 - - [2026-04-30 02:22:03] "POST /neutron/port HTTP/1.1" 200 1016 0.010098 10.0.0.38 - - [2026-04-30 02:22:03] "POST /neutron/network HTTP/1.1" 200 988 0.017339 10.0.0.38 - - [2026-04-30 02:22:03] "POST /neutron/port HTTP/1.1" 200 1112 0.107919 10.0.0.38 - - [2026-04-30 02:22:03] "POST /neutron/port HTTP/1.1" 200 1016 0.010498 10.0.0.38 - - [2026-04-30 02:22:03] "POST /neutron/port HTTP/1.1" 200 1016 0.011058 10.0.0.38 - - [2026-04-30 02:22:03] "POST /neutron/port HTTP/1.1" 200 1122 0.029004 10.0.0.38 - - [2026-04-30 02:22:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005376 10.0.0.38 - - [2026-04-30 02:22:03] "POST /neutron/port HTTP/1.1" 200 1108 0.114480 10.0.0.38 - - [2026-04-30 02:22:03] "POST /neutron/subnet HTTP/1.1" 200 708 0.014602 10.0.0.38 - - [2026-04-30 02:22:03] "POST /neutron/port HTTP/1.1" 200 117 0.001561 10.0.0.38 - - [2026-04-30 02:22:03] "POST /neutron/port HTTP/1.1" 200 1118 0.022753 10.0.0.38 - - [2026-04-30 02:22:03] "POST /neutron/network HTTP/1.1" 200 978 0.012575 10.0.0.38 - - [2026-04-30 02:22:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003978 10.0.0.38 - - [2026-04-30 02:22:03] "POST /neutron/subnet HTTP/1.1" 200 689 0.010351 10.0.0.38 - - [2026-04-30 02:22:03] "POST /neutron/port HTTP/1.1" 200 117 0.001516 10.0.0.38 - - [2026-04-30 02:22:03] "POST /neutron/network HTTP/1.1" 200 978 0.009473 10.0.0.38 - - [2026-04-30 02:22:07] "POST /neutron/port HTTP/1.1" 200 1122 0.018168 10.0.0.38 - - [2026-04-30 02:22:07] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007541 10.0.0.38 - - [2026-04-30 02:22:07] "POST /neutron/port HTTP/1.1" 200 1122 0.013142 10.0.0.38 - - [2026-04-30 02:22:07] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006797 10.0.0.38 - - [2026-04-30 02:22:08] "POST /neutron/port HTTP/1.1" 200 1122 0.018570 10.0.0.38 - - [2026-04-30 02:22:08] "POST /neutron/security_group HTTP/1.1" 200 2054 0.008425 10.0.0.38 - - [2026-04-30 02:22:08] "GET /virtual-machine/5a0ca569-2c7c-4e16-b7ff-188f37062fb5 HTTP/1.1" 200 1284 0.007401 10.0.0.38 - - [2026-04-30 02:22:08] "GET /virtual-machine-interface/f2258ab1-a699-4f07-87a8-615ff0e8ac7f HTTP/1.1" 200 2923 0.005550 10.0.0.38 - - [2026-04-30 02:22:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004538 10.0.0.38 - - [2026-04-30 02:22:08] "GET /global-vrouter-config/b5383f3d-5f44-4c4f-8b6e-c29105899583?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005119 10.0.0.38 - - [2026-04-30 02:22:08] "GET /virtual-networks?parent_id=946e1b4b-5c5b-491a-a287-5ea025028a9c&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.003496 10.0.0.38 - - [2026-04-30 02:22:08] "GET /virtual-network/b73dab26-d8cc-4f82-8245-b88a38a32f44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2560 0.005294 10.0.0.38 - - [2026-04-30 02:22:11] "DELETE /project/addc366308bd4a1ba380133b2fac1e34 HTTP/1.1" 404 173 0.014650 10.0.0.38 - - [2026-04-30 02:22:11] "DELETE /project/946e1b4b5c5b491aa2875ea025028a9c HTTP/1.1" 404 173 0.011239 10.0.0.38 - - [2026-04-30 02:22:11] "DELETE /project/c1c52732e1a44473ab8bdb88df9e06ed HTTP/1.1" 404 173 0.008167 10.0.0.38 - - [2026-04-30 02:22:11] "GET /projects?obj_uuids=c92fccb5-db2e-4495-b6a5-faff78ad17a2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001534 10.0.0.38 - - [2026-04-30 02:22:11] "GET /projects?obj_uuids=c1c52732-e1a4-4473-ab8b-db88df9e06ed&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001558 10.0.0.38 - - [2026-04-30 02:22:11] "GET /projects?obj_uuids=addc3663-08bd-4a1b-a380-133b2fac1e34&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001386 10.0.0.38 - - [2026-04-30 02:22:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.007335 10.0.0.38 - - [2026-04-30 02:22:11] "GET /project/c1c52732-e1a4-4473-ab8b-db88df9e06ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.071234 10.0.0.38 - - [2026-04-30 02:22:11] "GET /project/c92fccb5-db2e-4495-b6a5-faff78ad17a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1516 0.086264 10.0.0.38 - - [2026-04-30 02:22:11] "GET /project/addc3663-08bd-4a1b-a380-133b2fac1e34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.086424 10.0.0.38 - - [2026-04-30 02:22:11] "GET /virtual-network/b73dab26-d8cc-4f82-8245-b88a38a32f44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2560 0.019166 10.0.0.38 - - [2026-04-30 02:22:11] "GET /projects?obj_uuids=c1c52732-e1a4-4473-ab8b-db88df9e06ed&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001709 10.0.0.38 - - [2026-04-30 02:22:11] "GET /projects?obj_uuids=addc3663-08bd-4a1b-a380-133b2fac1e34&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001600 10.0.0.38 - - [2026-04-30 02:22:11] "GET /projects?obj_uuids=c92fccb5-db2e-4495-b6a5-faff78ad17a2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001030 10.0.0.38 - - [2026-04-30 02:22:11] "GET /project/c1c52732-e1a4-4473-ab8b-db88df9e06ed?fields=security_groups HTTP/1.1" 200 1348 0.053241 10.0.0.38 - - [2026-04-30 02:22:11] "GET /project/c92fccb5-db2e-4495-b6a5-faff78ad17a2?fields=security_groups HTTP/1.1" 200 1399 0.058280 10.0.0.38 - - [2026-04-30 02:22:11] "GET /project/addc3663-08bd-4a1b-a380-133b2fac1e34?fields=security_groups HTTP/1.1" 200 1348 0.063018 10.0.0.38 - - [2026-04-30 02:22:11] "DELETE /security-group/eb287f3f-6071-4dcd-b89b-0216bc33bd00 HTTP/1.1" 200 115 0.101445 10.0.0.38 - - [2026-04-30 02:22:11] "GET /projects?obj_uuids=c1c52732-e1a4-4473-ab8b-db88df9e06ed&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001173 10.0.0.38 - - [2026-04-30 02:22:11] "DELETE /access-control-list/3479d21d-a7b9-4cfd-99b7-95d1129269bb HTTP/1.1" 200 115 0.070211 10.0.0.38 - - [2026-04-30 02:22:11] "DELETE /security-group/4d447ea5-251b-4b91-8b95-cb9e5188a002 HTTP/1.1" 200 115 0.130418 10.0.0.38 - - [2026-04-30 02:22:11] "DELETE /security-group/2f3f540a-a5e7-4e26-a861-8286b20ecab1 HTTP/1.1" 200 115 0.148343 10.0.0.38 - - [2026-04-30 02:22:11] "GET /projects?obj_uuids=addc3663-08bd-4a1b-a380-133b2fac1e34&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.003057 10.0.0.38 - - [2026-04-30 02:22:11] "GET /projects?obj_uuids=c92fccb5-db2e-4495-b6a5-faff78ad17a2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001139 10.0.0.38 - - [2026-04-30 02:22:11] "GET /project/c1c52732-e1a4-4473-ab8b-db88df9e06ed?fields=application_policy_sets HTTP/1.1" 200 1387 0.074384 10.0.0.38 - - [2026-04-30 02:22:11] "DELETE /access-control-list/65cda678-8c03-48ba-bd33-884afa6a0055 HTTP/1.1" 200 115 0.073909 10.0.0.38 - - [2026-04-30 02:22:11] "GET /project/addc3663-08bd-4a1b-a380-133b2fac1e34?fields=application_policy_sets HTTP/1.1" 200 1387 0.105406 10.0.0.38 - - [2026-04-30 02:22:11] "GET /project/c92fccb5-db2e-4495-b6a5-faff78ad17a2?fields=application_policy_sets HTTP/1.1" 200 1438 0.097333 10.0.0.38 - - [2026-04-30 02:22:11] "DELETE /access-control-list/03211521-1a53-4088-ba87-1948c18b8376 HTTP/1.1" 200 115 0.118635 10.0.0.38 - - [2026-04-30 02:22:11] "DELETE /access-control-list/8772bdae-2c41-48fe-8a8d-5406c97d7e71 HTTP/1.1" 200 115 0.095358 10.0.0.38 - - [2026-04-30 02:22:12] "DELETE /access-control-list/85c32fb1-e876-4aff-a294-9baeb5947b9f HTTP/1.1" 200 115 0.065369 10.0.0.38 - - [2026-04-30 02:22:12] "DELETE /project/c1c52732-e1a4-4473-ab8b-db88df9e06ed HTTP/1.1" 200 115 0.751340 10.0.0.38 - - [2026-04-30 02:22:12] "DELETE /project/c92fccb5-db2e-4495-b6a5-faff78ad17a2 HTTP/1.1" 200 115 0.768562 10.0.0.38 - - [2026-04-30 02:22:12] "DELETE /project/addc3663-08bd-4a1b-a380-133b2fac1e34 HTTP/1.1" 200 115 0.768937 10.0.0.38 - - [2026-04-30 02:22:12] "DELETE /access-control-list/390df68e-99ef-456f-90e5-46da9fce7b28 HTTP/1.1" 200 115 0.045855 10.0.0.38 - - [2026-04-30 02:22:14] "POST /neutron/port HTTP/1.1" 200 1122 0.012470 10.0.0.38 - - [2026-04-30 02:22:14] "POST /neutron/security_group HTTP/1.1" 200 2054 0.008345 10.0.0.38 - - [2026-04-30 02:22:14] "POST /neutron/port HTTP/1.1" 200 1118 0.013469 10.0.0.38 - - [2026-04-30 02:22:14] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007679 10.0.0.38 - - [2026-04-30 02:22:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003100 10.0.0.38 - - [2026-04-30 02:22:15] "GET /virtual-network/b73dab26-d8cc-4f82-8245-b88a38a32f44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2560 0.005844 10.0.0.38 - - [2026-04-30 02:22:17] "GET /obj-perms HTTP/1.1" 200 5056 0.072612 10.0.0.38 - - [2026-04-30 02:22:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004735 10.0.0.38 - - [2026-04-30 02:22:17] "GET /obj-perms HTTP/1.1" 200 5056 0.066703 10.0.0.38 - - [2026-04-30 02:22:17] "GET /global-vrouter-config/b5383f3d-5f44-4c4f-8b6e-c29105899583?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003343 10.0.0.38 - - [2026-04-30 02:22:17] "GET /virtual-networks?parent_id=946e1b4b-5c5b-491a-a287-5ea025028a9c&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.003881 10.0.0.38 - - [2026-04-30 02:22:17] "GET /virtual-network/b73dab26-d8cc-4f82-8245-b88a38a32f44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2560 0.007020 10.0.0.38 - - [2026-04-30 02:22:18] "POST /neutron/port HTTP/1.1" 200 1118 0.015369 10.0.0.38 - - [2026-04-30 02:22:18] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007232 10.0.0.38 - - [2026-04-30 02:22:18] "POST /neutron/port HTTP/1.1" 200 1118 0.016103 10.0.0.38 - - [2026-04-30 02:22:18] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006770 10.0.0.38 - - [2026-04-30 02:22:18] "POST /neutron/port HTTP/1.1" 200 1118 0.015249 10.0.0.38 - - [2026-04-30 02:22:18] "POST /neutron/security_group HTTP/1.1" 200 2054 0.008727 10.0.0.38 - - [2026-04-30 02:22:18] "GET /virtual-machine/14b02e20-25c6-464e-8ea9-7dbfa4806b31 HTTP/1.1" 200 1284 0.007713 10.0.0.38 - - [2026-04-30 02:22:18] "GET /virtual-machine-interface/5af1c7fe-f38b-49f0-abb3-e112f0700b80 HTTP/1.1" 200 2923 0.005805 10.0.0.38 - - [2026-04-30 02:22:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.005539 10.0.0.38 - - [2026-04-30 02:22:18] "GET /global-vrouter-config/b5383f3d-5f44-4c4f-8b6e-c29105899583?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005614 10.0.0.38 - - [2026-04-30 02:22:18] "GET /virtual-networks?parent_id=946e1b4b-5c5b-491a-a287-5ea025028a9c&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.004784 10.0.0.38 - - [2026-04-30 02:22:18] "GET /virtual-network/b73dab26-d8cc-4f82-8245-b88a38a32f44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2560 0.007655 10.0.0.38 - - [2026-04-30 02:22:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003160 10.0.0.38 - - [2026-04-30 02:22:19] "GET /global-vrouter-config/b5383f3d-5f44-4c4f-8b6e-c29105899583?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004261 10.0.0.38 - - [2026-04-30 02:22:19] "GET /virtual-networks?parent_id=946e1b4b-5c5b-491a-a287-5ea025028a9c&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.003075 10.0.0.38 - - [2026-04-30 02:22:19] "GET /virtual-network/b73dab26-d8cc-4f82-8245-b88a38a32f44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2560 0.006544 10.0.0.38 - - [2026-04-30 02:22:22] "POST /neutron/port HTTP/1.1" 200 1108 0.018042 10.0.0.38 - - [2026-04-30 02:22:22] "POST /neutron/port HTTP/1.1" 200 1108 0.012848 10.0.0.38 - - [2026-04-30 02:22:23] "POST /neutron/port HTTP/1.1" 200 151 0.117885 10.0.0.38 - - [2026-04-30 02:22:23] "POST /neutron/port HTTP/1.1" 200 1112 0.011249 10.0.0.38 - - [2026-04-30 02:22:23] "POST /neutron/port HTTP/1.1" 200 1112 0.018756 10.0.0.38 - - [2026-04-30 02:22:23] "POST /neutron/port HTTP/1.1" 200 151 0.128490 10.0.0.38 - - [2026-04-30 02:22:23] "POST /neutron/network HTTP/1.1" 200 978 0.008125 10.0.0.38 - - [2026-04-30 02:22:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004502 10.0.0.38 - - [2026-04-30 02:22:23] "POST /useragent-kv HTTP/1.1" 200 115 0.002874 10.0.0.38 - - [2026-04-30 02:22:23] "POST /useragent-kv HTTP/1.1" 200 115 0.005411 10.0.0.38 - - [2026-04-30 02:22:23] "POST /useragent-kv HTTP/1.1" 200 115 0.002923 10.0.0.38 - - [2026-04-30 02:22:23] "POST /useragent-kv HTTP/1.1" 200 115 0.003088 10.0.0.38 - - [2026-04-30 02:22:23] "POST /neutron/network HTTP/1.1" 200 151 0.126999 10.0.0.38 - - [2026-04-30 02:22:23] "DELETE /route-target/68f43cc9-2122-4369-b0f1-2837f4b67e12 HTTP/1.1" 200 115 0.033526 10.0.0.38 - - [2026-04-30 02:22:23] "POST /neutron/port HTTP/1.1" 200 117 0.005724 10.0.0.38 - - [2026-04-30 02:22:23] "POST /neutron/port HTTP/1.1" 200 117 0.005502 10.0.0.38 - - [2026-04-30 02:22:23] "POST /neutron/port HTTP/1.1" 400 205 0.003308 10.0.0.38 - - [2026-04-30 02:22:23] "POST /neutron/port HTTP/1.1" 400 205 0.003210 10.0.0.38 - - [2026-04-30 02:22:23] "GET /projects?obj_uuids=946e1b4b-5c5b-491a-a287-5ea025028a9c&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001990 10.0.0.38 - - [2026-04-30 02:22:23] "GET /project/946e1b4b-5c5b-491a-a287-5ea025028a9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.051763 10.0.0.38 - - [2026-04-30 02:22:23] "GET /projects?obj_uuids=946e1b4b-5c5b-491a-a287-5ea025028a9c&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001625 10.0.0.38 - - [2026-04-30 02:22:23] "GET /project/946e1b4b-5c5b-491a-a287-5ea025028a9c?fields=virtual_networks HTTP/1.1" 200 1024 0.039718 10.0.0.38 - - [2026-04-30 02:22:23] "GET /projects?obj_uuids=946e1b4b-5c5b-491a-a287-5ea025028a9c&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001260 10.0.0.38 - - [2026-04-30 02:22:23] "GET /project/946e1b4b-5c5b-491a-a287-5ea025028a9c?fields=virtual_machine_interfaces HTTP/1.1" 200 1024 0.034943 10.0.0.38 - - [2026-04-30 02:22:23] "GET /projects?obj_uuids=946e1b4b-5c5b-491a-a287-5ea025028a9c&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001487 10.0.0.38 - - [2026-04-30 02:22:24] "GET /project/946e1b4b-5c5b-491a-a287-5ea025028a9c?fields=security_groups HTTP/1.1" 200 1246 0.032908 10.0.0.38 - - [2026-04-30 02:22:24] "POST /fqname-to-id HTTP/1.1" 404 186 0.036729 10.0.0.38 - - [2026-04-30 02:22:25] "GET /projects?obj_uuids=54dee169-b3cf-4f64-b2a3-369b1f852def&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002711 10.0.0.38 - - [2026-04-30 02:22:25] "GET /domains?obj_uuids=033dcabd-97df-439f-8207-51383e8b92fd&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001262 10.0.0.38 - - [2026-04-30 02:22:25] "GET /domain/033dcabd-97df-439f-8207-51383e8b92fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 926 0.008007 10.0.0.38 - - [2026-04-30 02:22:25] "POST /id-to-fqname HTTP/1.1" 200 188 0.002926 10.0.0.38 - - [2026-04-30 02:22:25] "POST /fqname-to-id HTTP/1.1" 404 197 0.002341 10.0.0.38 - - [2026-04-30 02:22:25] "POST /security-groups HTTP/1.1" 200 589 0.071448 10.0.0.38 - - [2026-04-30 02:22:25] "POST /fqname-to-id HTTP/1.1" 404 232 0.004314 10.0.0.38 - - [2026-04-30 02:22:25] "POST /projects HTTP/1.1" 200 581 0.228056 10.0.0.38 - - [2026-04-30 02:22:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.262826 10.0.0.38 - - [2026-04-30 02:22:25] "POST /access-control-lists HTTP/1.1" 200 594 0.059013 10.0.0.38 - - [2026-04-30 02:22:25] "GET /project/54dee169-b3cf-4f64-b2a3-369b1f852def?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.414095 10.0.0.38 - - [2026-04-30 02:22:25] "POST /fqname-to-id HTTP/1.1" 404 231 0.003941 10.0.0.38 - - [2026-04-30 02:22:25] "POST /access-control-lists HTTP/1.1" 200 592 0.068840 10.0.0.38 - - [2026-04-30 02:22:26] "GET / HTTP/1.1" 200 35931 0.002399 10.0.0.38 - - [2026-04-30 02:22:27] "POST /fqname-to-id HTTP/1.1" 401 292 0.000740 10.0.0.38 - - [2026-04-30 02:22:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.076075 10.0.0.38 - - [2026-04-30 02:22:27] "GET /projects?obj_uuids=54dee169-b3cf-4f64-b2a3-369b1f852def&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001317 10.0.0.38 - - [2026-04-30 02:22:27] "GET /project/54dee169-b3cf-4f64-b2a3-369b1f852def?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.025615 10.0.0.38 - - [2026-04-30 02:22:28] "POST /neutron/network HTTP/1.1" 200 117 0.040132 10.0.0.38 - - [2026-04-30 02:22:28] "GET /projects?obj_uuids=54dee169-b3cf-4f64-b2a3-369b1f852def&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001588 10.0.0.38 - - [2026-04-30 02:22:28] "POST /neutron/network HTTP/1.1" 200 605 0.070094 10.0.0.38 - - [2026-04-30 02:22:28] "POST /route-targets HTTP/1.1" 200 327 0.012064 10.0.0.38 - - [2026-04-30 02:22:28] "POST /ref-update HTTP/1.1" 200 156 0.017537 10.0.0.38 - - [2026-04-30 02:22:28] "POST /useragent-kv HTTP/1.1" 200 115 0.004930 10.0.0.38 - - [2026-04-30 02:22:28] "POST /neutron/subnet HTTP/1.1" 200 724 0.179936 10.0.0.38 - - [2026-04-30 02:22:28] "POST /neutron/network HTTP/1.1" 200 824 0.006313 10.0.0.38 - - [2026-04-30 02:22:28] "POST /id-to-fqname HTTP/1.1" 200 219 0.001365 10.0.0.38 - - [2026-04-30 02:22:28] "GET /virtual-network/498b2c83-8541-467d-8206-54827bb4f2cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005932 10.0.0.38 - - [2026-04-30 02:22:28] "POST /neutron/network HTTP/1.1" 200 824 0.007493 10.0.0.38 - - [2026-04-30 02:22:28] "GET /virtual-network/498b2c83-8541-467d-8206-54827bb4f2cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005868 10.0.0.38 - - [2026-04-30 02:22:28] "POST /neutron/network HTTP/1.1" 200 824 0.006556 10.0.0.38 - - [2026-04-30 02:22:28] "POST /neutron/subnet HTTP/1.1" 200 724 0.007216 10.0.0.38 - - [2026-04-30 02:22:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002938 10.0.0.38 - - [2026-04-30 02:22:28] "GET /projects?obj_uuids=54dee169-b3cf-4f64-b2a3-369b1f852def&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001558 10.0.0.38 - - [2026-04-30 02:22:28] "GET /project/54dee169-b3cf-4f64-b2a3-369b1f852def?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.030948 10.0.0.38 - - [2026-04-30 02:22:28] "POST /neutron/network HTTP/1.1" 200 117 0.010227 10.0.0.38 - - [2026-04-30 02:22:28] "GET /projects?obj_uuids=54dee169-b3cf-4f64-b2a3-369b1f852def&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001017 10.0.0.38 - - [2026-04-30 02:22:28] "POST /neutron/network HTTP/1.1" 200 605 0.071300 10.0.0.38 - - [2026-04-30 02:22:28] "POST /route-targets HTTP/1.1" 200 327 0.014299 10.0.0.38 - - [2026-04-30 02:22:28] "POST /ref-update HTTP/1.1" 200 156 0.012247 10.0.0.38 - - [2026-04-30 02:22:28] "POST /useragent-kv HTTP/1.1" 200 115 0.004066 10.0.0.38 - - [2026-04-30 02:22:28] "POST /neutron/subnet HTTP/1.1" 200 729 0.168061 10.0.0.38 - - [2026-04-30 02:22:28] "POST /neutron/network HTTP/1.1" 200 825 0.005898 10.0.0.38 - - [2026-04-30 02:22:28] "POST /id-to-fqname HTTP/1.1" 200 219 0.001243 10.0.0.38 - - [2026-04-30 02:22:28] "GET /virtual-network/78125881-424c-463e-a3da-7ad2a7450293?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.007655 10.0.0.38 - - [2026-04-30 02:22:28] "POST /neutron/network HTTP/1.1" 200 825 0.007195 10.0.0.38 - - [2026-04-30 02:22:29] "GET /virtual-network/78125881-424c-463e-a3da-7ad2a7450293?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005814 10.0.0.38 - - [2026-04-30 02:22:29] "POST /neutron/network HTTP/1.1" 200 825 0.008657 10.0.0.38 - - [2026-04-30 02:22:29] "POST /neutron/subnet HTTP/1.1" 200 729 0.008374 10.0.0.38 - - [2026-04-30 02:22:29] "POST /id-to-fqname HTTP/1.1" 200 219 0.001568 10.0.0.38 - - [2026-04-30 02:22:29] "POST /neutron/network HTTP/1.1" 200 834 0.007349 10.0.0.38 - - [2026-04-30 02:22:29] "GET /aaa-mode HTTP/1.1" 401 292 0.000458 10.0.0.38 - - [2026-04-30 02:22:29] "GET / HTTP/1.1" 200 35931 0.005869 10.0.0.38 - - [2026-04-30 02:22:29] "GET /project/54dee169-b3cf-4f64-b2a3-369b1f852def?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000953 10.0.0.38 - - [2026-04-30 02:22:30] "GET /projects?obj_uuids=54dee169-b3cf-4f64-b2a3-369b1f852def&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001693 10.0.0.38 - - [2026-04-30 02:22:30] "GET /project/54dee169-b3cf-4f64-b2a3-369b1f852def?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.071174 10.0.0.38 - - [2026-04-30 02:22:30] "POST /neutron/network HTTP/1.1" 200 824 0.006102 10.0.0.38 - - [2026-04-30 02:22:30] "POST /neutron/port HTTP/1.1" 200 117 0.004718 10.0.0.38 - - [2026-04-30 02:22:30] "POST /neutron/port HTTP/1.1" 200 117 0.012066 10.0.0.38 - - [2026-04-30 02:22:30] "POST /id-to-fqname HTTP/1.1" 200 219 0.001953 10.0.0.38 - - [2026-04-30 02:22:30] "POST /neutron/port HTTP/1.1" 200 117 0.005800 10.0.0.38 - - [2026-04-30 02:22:30] "POST /neutron/network HTTP/1.1" 200 835 0.005895 10.0.0.38 - - [2026-04-30 02:22:30] "GET /aaa-mode HTTP/1.1" 401 292 0.000438 10.0.0.38 - - [2026-04-30 02:22:30] "POST /neutron/network HTTP/1.1" 200 834 0.007722 10.0.0.38 - - [2026-04-30 02:22:30] "GET / HTTP/1.1" 200 35931 0.002148 10.0.0.38 - - [2026-04-30 02:22:30] "GET /project/54dee169-b3cf-4f64-b2a3-369b1f852def?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000403 10.0.0.38 - - [2026-04-30 02:22:30] "GET /projects?obj_uuids=54dee169-b3cf-4f64-b2a3-369b1f852def&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001829 10.0.0.38 - - [2026-04-30 02:22:31] "POST /neutron/port HTTP/1.1" 200 1058 0.255883 10.0.0.38 - - [2026-04-30 02:22:31] "POST /neutron/port HTTP/1.1" 200 1058 0.011746 10.0.0.38 - - [2026-04-30 02:22:31] "POST /neutron/port HTTP/1.1" 200 1058 0.012405 10.0.0.38 - - [2026-04-30 02:22:31] "POST /neutron/port HTTP/1.1" 200 1112 0.072129 10.0.0.38 - - [2026-04-30 02:22:31] "GET /projects?obj_uuids=54dee169-b3cf-4f64-b2a3-369b1f852def&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001662 10.0.0.38 - - [2026-04-30 02:22:31] "GET /project/54dee169-b3cf-4f64-b2a3-369b1f852def?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.082914 10.0.0.38 - - [2026-04-30 02:22:31] "POST /neutron/port HTTP/1.1" 200 1122 0.018801 10.0.0.38 - - [2026-04-30 02:22:31] "POST /neutron/network HTTP/1.1" 200 825 0.005922 10.0.0.38 - - [2026-04-30 02:22:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003426 10.0.0.38 - - [2026-04-30 02:22:31] "POST /neutron/subnet HTTP/1.1" 200 698 0.007840 10.0.0.38 - - [2026-04-30 02:22:31] "POST /neutron/port HTTP/1.1" 200 117 0.001182 10.0.0.38 - - [2026-04-30 02:22:31] "POST /neutron/network HTTP/1.1" 200 824 0.013124 10.0.0.38 - - [2026-04-30 02:22:31] "POST /neutron/port HTTP/1.1" 200 1122 0.014203 10.0.0.38 - - [2026-04-30 02:22:31] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006982 10.0.0.38 - - [2026-04-30 02:22:31] "POST /neutron/port HTTP/1.1" 200 117 0.005611 10.0.0.38 - - [2026-04-30 02:22:31] "GET /projects?obj_uuids=54dee169-b3cf-4f64-b2a3-369b1f852def&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001233 10.0.0.38 - - [2026-04-30 02:22:31] "POST /neutron/router HTTP/1.1" 200 580 0.065196 10.0.0.38 - - [2026-04-30 02:22:31] "POST /neutron/router HTTP/1.1" 200 580 0.007739 10.0.0.38 - - [2026-04-30 02:22:31] "POST /route-targets HTTP/1.1" 200 327 0.027017 10.0.0.38 - - [2026-04-30 02:22:31] "PUT /logical-router/b72f788c-5b71-4a52-94aa-64e1b9c0abb4 HTTP/1.1" 200 262 0.044809 10.0.0.38 - - [2026-04-30 02:22:31] "GET /projects?obj_uuids=54dee169-b3cf-4f64-b2a3-369b1f852def&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001468 10.0.0.38 - - [2026-04-30 02:22:32] "POST /neutron/router HTTP/1.1" 200 344 0.414566 10.0.0.38 - - [2026-04-30 02:22:32] "POST /ref-update HTTP/1.1" 200 156 0.013959 10.0.0.38 - - [2026-04-30 02:22:32] "POST /neutron/port HTTP/1.1" 200 1122 0.015077 10.0.0.38 - - [2026-04-30 02:22:32] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008528 10.0.0.38 - - [2026-04-30 02:22:32] "POST /neutron/network HTTP/1.1" 200 835 0.007748 10.0.0.38 - - [2026-04-30 02:22:32] "GET /projects?obj_uuids=54dee169-b3cf-4f64-b2a3-369b1f852def&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001248 10.0.0.38 - - [2026-04-30 02:22:32] "POST /neutron/port HTTP/1.1" 200 1059 0.270849 10.0.0.38 - - [2026-04-30 02:22:32] "POST /neutron/port HTTP/1.1" 200 1059 0.016376 10.0.0.38 - - [2026-04-30 02:22:32] "POST /neutron/port HTTP/1.1" 200 1059 0.015999 10.0.0.38 - - [2026-04-30 02:22:32] "POST /neutron/port HTTP/1.1" 200 1113 0.088324 10.0.0.38 - - [2026-04-30 02:22:32] "POST /neutron/port HTTP/1.1" 200 1123 0.014696 10.0.0.38 - - [2026-04-30 02:22:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005909 10.0.0.38 - - [2026-04-30 02:22:32] "POST /neutron/subnet HTTP/1.1" 200 703 0.009204 10.0.0.38 - - [2026-04-30 02:22:32] "POST /neutron/port HTTP/1.1" 200 117 0.001487 10.0.0.38 - - [2026-04-30 02:22:32] "POST /neutron/network HTTP/1.1" 200 825 0.006741 10.0.0.38 - - [2026-04-30 02:22:37] "POST /neutron/port HTTP/1.1" 200 1122 0.022866 10.0.0.38 - - [2026-04-30 02:22:37] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007258 10.0.0.38 - - [2026-04-30 02:22:37] "POST /neutron/port HTTP/1.1" 200 1122 0.014422 10.0.0.38 - - [2026-04-30 02:22:37] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007911 10.0.0.38 - - [2026-04-30 02:22:37] "POST /neutron/port HTTP/1.1" 200 1122 0.016543 10.0.0.38 - - [2026-04-30 02:22:37] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006653 10.0.0.38 - - [2026-04-30 02:22:37] "GET /virtual-machine/02547f9f-e40e-4edc-98a6-a69b128a6bf6 HTTP/1.1" 401 292 0.000525 10.0.0.38 - - [2026-04-30 02:22:37] "GET /virtual-machine/02547f9f-e40e-4edc-98a6-a69b128a6bf6 HTTP/1.1" 200 1289 0.033733 10.0.0.38 - - [2026-04-30 02:22:37] "GET /virtual-machine-interface/a5aca64d-f75d-4d64-a353-df5b8ba6c51c HTTP/1.1" 200 2934 0.004886 10.0.0.38 - - [2026-04-30 02:22:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003469 10.0.0.38 - - [2026-04-30 02:22:38] "GET /global-vrouter-config/b5383f3d-5f44-4c4f-8b6e-c29105899583?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003369 10.0.0.38 - - [2026-04-30 02:22:38] "GET /virtual-networks?parent_id=54dee169-b3cf-4f64-b2a3-369b1f852def&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.005020 10.0.0.38 - - [2026-04-30 02:22:38] "GET /virtual-network/498b2c83-8541-467d-8206-54827bb4f2cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.008500 10.0.0.38 - - [2026-04-30 02:22:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003508 10.0.0.38 - - [2026-04-30 02:22:41] "GET /virtual-network/498b2c83-8541-467d-8206-54827bb4f2cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005232 10.0.0.38 - - [2026-04-30 02:22:41] "POST /neutron/port HTTP/1.1" 200 1122 0.015729 10.0.0.38 - - [2026-04-30 02:22:41] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008858 10.0.0.38 - - [2026-04-30 02:22:42] "POST /neutron/port HTTP/1.1" 200 1122 0.013605 10.0.0.38 - - [2026-04-30 02:22:42] "POST /neutron/port HTTP/1.1" 200 1122 0.017905 10.0.0.38 - - [2026-04-30 02:22:42] "POST /neutron/network HTTP/1.1" 200 834 0.007405 10.0.0.38 - - [2026-04-30 02:22:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004261 10.0.0.38 - - [2026-04-30 02:22:42] "POST /neutron/subnet HTTP/1.1" 200 698 0.009279 10.0.0.38 - - [2026-04-30 02:22:42] "POST /neutron/port HTTP/1.1" 200 117 0.001402 10.0.0.38 - - [2026-04-30 02:22:42] "POST /neutron/network HTTP/1.1" 200 824 0.010060 10.0.0.38 - - [2026-04-30 02:22:42] "POST /neutron/port HTTP/1.1" 200 1123 0.016805 10.0.0.38 - - [2026-04-30 02:22:42] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006502 10.0.0.38 - - [2026-04-30 02:22:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002983 10.0.0.38 - - [2026-04-30 02:22:43] "GET /global-vrouter-config/b5383f3d-5f44-4c4f-8b6e-c29105899583?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003925 10.0.0.38 - - [2026-04-30 02:22:43] "GET /virtual-networks?parent_id=54dee169-b3cf-4f64-b2a3-369b1f852def&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.003072 10.0.0.38 - - [2026-04-30 02:22:43] "GET /virtual-network/498b2c83-8541-467d-8206-54827bb4f2cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.010217 10.0.0.38 - - [2026-04-30 02:22:43] "POST /neutron/port HTTP/1.1" 200 1123 0.016144 10.0.0.38 - - [2026-04-30 02:22:43] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008174 10.0.0.38 - - [2026-04-30 02:22:43] "POST /neutron/port HTTP/1.1" 200 1123 0.012326 10.0.0.38 - - [2026-04-30 02:22:43] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007411 10.0.0.38 - - [2026-04-30 02:22:43] "POST /neutron/port HTTP/1.1" 200 1123 0.014583 10.0.0.38 - - [2026-04-30 02:22:43] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007447 10.0.0.38 - - [2026-04-30 02:22:43] "GET /virtual-machine/b7af1abd-fcec-4382-97a4-94fc7b4c0d41 HTTP/1.1" 200 1291 0.005066 10.0.0.38 - - [2026-04-30 02:22:43] "GET /virtual-machine-interface/4e864876-8b7c-44ba-80c7-ab9333aeff2e HTTP/1.1" 200 2932 0.005462 10.0.0.38 - - [2026-04-30 02:22:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003242 10.0.0.38 - - [2026-04-30 02:22:44] "GET /global-vrouter-config/b5383f3d-5f44-4c4f-8b6e-c29105899583?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003612 10.0.0.38 - - [2026-04-30 02:22:44] "GET /virtual-networks?parent_id=54dee169-b3cf-4f64-b2a3-369b1f852def&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.004148 10.0.0.38 - - [2026-04-30 02:22:44] "GET /virtual-network/78125881-424c-463e-a3da-7ad2a7450293?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.007659 10.0.0.38 - - [2026-04-30 02:22:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003383 10.0.0.38 - - [2026-04-30 02:22:45] "GET /global-vrouter-config/b5383f3d-5f44-4c4f-8b6e-c29105899583?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004063 10.0.0.38 - - [2026-04-30 02:22:45] "GET /virtual-networks?parent_id=54dee169-b3cf-4f64-b2a3-369b1f852def&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.003387 10.0.0.38 - - [2026-04-30 02:22:45] "GET /virtual-network/78125881-424c-463e-a3da-7ad2a7450293?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006479 10.0.0.38 - - [2026-04-30 02:22:50] "POST /neutron/router HTTP/1.1" 200 580 0.003998 10.0.0.38 - - [2026-04-30 02:22:50] "GET /projects?obj_uuids=54dee169-b3cf-4f64-b2a3-369b1f852def&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001814 10.0.0.38 - - [2026-04-30 02:22:50] "POST /neutron/router HTTP/1.1" 200 344 0.209504 10.0.0.38 - - [2026-04-30 02:22:50] "POST /neutron/port HTTP/1.1" 200 1921 0.021979 10.0.0.38 - - [2026-04-30 02:22:51] "POST /ref-update HTTP/1.1" 200 156 0.010456 10.0.0.38 - - [2026-04-30 02:22:57] "POST /neutron/router HTTP/1.1" 200 580 0.003957 10.0.0.38 - - [2026-04-30 02:22:57] "POST /ref-update HTTP/1.1" 200 156 0.022683 10.0.0.38 - - [2026-04-30 02:22:57] "POST /neutron/router HTTP/1.1" 200 344 0.156205 10.0.0.38 - - [2026-04-30 02:23:00] "POST /neutron/router HTTP/1.1" 200 580 0.005064 10.0.0.38 - - [2026-04-30 02:23:00] "GET /projects?obj_uuids=54dee169-b3cf-4f64-b2a3-369b1f852def&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002283 10.0.0.38 - - [2026-04-30 02:23:01] "POST /neutron/router HTTP/1.1" 200 344 0.244911 10.0.0.38 - - [2026-04-30 02:23:01] "POST /ref-update HTTP/1.1" 200 156 0.012940 10.0.0.38 - - [2026-04-30 02:23:03] "POST /neutron/router HTTP/1.1" 200 580 0.005924 10.0.0.38 - - [2026-04-30 02:23:03] "POST /ref-update HTTP/1.1" 200 156 0.013506 10.0.0.38 - - [2026-04-30 02:23:03] "POST /neutron/router HTTP/1.1" 200 344 0.137883 10.0.0.38 - - [2026-04-30 02:23:03] "POST /neutron/router HTTP/1.1" 200 580 0.005327 10.0.0.38 - - [2026-04-30 02:23:03] "POST /ref-update HTTP/1.1" 200 156 0.017245 10.0.0.38 - - [2026-04-30 02:23:03] "POST /neutron/router HTTP/1.1" 200 344 0.144066 10.0.0.38 - - [2026-04-30 02:23:03] "POST /neutron/router HTTP/1.1" 200 580 0.007033 10.0.0.38 - - [2026-04-30 02:23:03] "POST /neutron/router HTTP/1.1" 200 151 0.065567 10.0.0.38 - - [2026-04-30 02:23:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005940 10.0.0.38 - - [2026-04-30 02:23:03] "GET /logical-router/b72f788c-5b71-4a52-94aa-64e1b9c0abb4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.006731 10.0.0.38 - - [2026-04-30 02:23:03] "DELETE /route-target/bf1058e7-24f3-4d00-a377-2bfc2b1453fc HTTP/1.1" 200 115 0.018159 10.0.0.38 - - [2026-04-30 02:23:03] "POST /neutron/network HTTP/1.1" 200 825 0.008490 10.0.0.38 - - [2026-04-30 02:23:03] "POST /neutron/network HTTP/1.1" 400 204 0.010107 10.0.0.38 - - [2026-04-30 02:23:04] "POST /neutron/port HTTP/1.1" 200 1123 0.016114 10.0.0.38 - - [2026-04-30 02:23:04] "POST /neutron/port HTTP/1.1" 200 1113 0.011890 10.0.0.38 - - [2026-04-30 02:23:04] "POST /neutron/port HTTP/1.1" 200 1122 0.017670 10.0.0.38 - - [2026-04-30 02:23:04] "POST /neutron/port HTTP/1.1" 200 1112 0.025116 10.0.0.38 - - [2026-04-30 02:23:04] "POST /neutron/port HTTP/1.1" 200 151 0.147084 10.0.0.38 - - [2026-04-30 02:23:04] "POST /neutron/port HTTP/1.1" 200 151 0.138151 10.0.0.38 - - [2026-04-30 02:23:05] "POST /neutron/network HTTP/1.1" 200 825 0.006881 10.0.0.38 - - [2026-04-30 02:23:06] "POST /useragent-kv HTTP/1.1" 200 115 0.002960 10.0.0.38 - - [2026-04-30 02:23:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003617 10.0.0.38 - - [2026-04-30 02:23:06] "POST /useragent-kv HTTP/1.1" 200 115 0.002879 10.0.0.38 - - [2026-04-30 02:23:06] "POST /neutron/network HTTP/1.1" 200 151 0.081639 10.0.0.38 - - [2026-04-30 02:23:06] "POST /neutron/network HTTP/1.1" 200 824 0.007136 10.0.0.38 - - [2026-04-30 02:23:06] "DELETE /route-target/9aaa431d-237f-489e-8a96-59ae917c55d7 HTTP/1.1" 200 115 0.031811 10.0.0.38 - - [2026-04-30 02:23:06] "POST /useragent-kv HTTP/1.1" 200 115 0.003724 10.0.0.38 - - [2026-04-30 02:23:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004276 10.0.0.38 - - [2026-04-30 02:23:06] "POST /useragent-kv HTTP/1.1" 200 115 0.003140 10.0.0.38 - - [2026-04-30 02:23:06] "POST /neutron/network HTTP/1.1" 200 151 0.088755 10.0.0.38 - - [2026-04-30 02:23:06] "DELETE /route-target/138b6412-5a5a-461b-b59e-c912d52c0551 HTTP/1.1" 200 115 0.020103 10.0.0.38 - - [2026-04-30 02:23:06] "GET /projects?obj_uuids=54dee169-b3cf-4f64-b2a3-369b1f852def&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001585 10.0.0.38 - - [2026-04-30 02:23:06] "GET /project/54dee169-b3cf-4f64-b2a3-369b1f852def?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.033079 10.0.0.38 - - [2026-04-30 02:23:06] "GET /projects?obj_uuids=54dee169-b3cf-4f64-b2a3-369b1f852def&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001177 10.0.0.38 - - [2026-04-30 02:23:06] "GET /project/54dee169-b3cf-4f64-b2a3-369b1f852def?fields=virtual_networks HTTP/1.1" 200 1027 0.075692 10.0.0.38 - - [2026-04-30 02:23:06] "GET /projects?obj_uuids=54dee169-b3cf-4f64-b2a3-369b1f852def&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001472 10.0.0.38 - - [2026-04-30 02:23:06] "GET /project/54dee169-b3cf-4f64-b2a3-369b1f852def?fields=virtual_machine_interfaces HTTP/1.1" 200 1027 0.024063 10.0.0.38 - - [2026-04-30 02:23:06] "GET /projects?obj_uuids=54dee169-b3cf-4f64-b2a3-369b1f852def&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001223 10.0.0.38 - - [2026-04-30 02:23:06] "GET /project/54dee169-b3cf-4f64-b2a3-369b1f852def?fields=security_groups HTTP/1.1" 200 1251 0.025678 10.0.0.38 - - [2026-04-30 02:23:07] "POST /fqname-to-id HTTP/1.1" 404 191 0.032887 10.0.0.38 - - [2026-04-30 02:23:07] "GET /projects?obj_uuids=5a947664-3a4c-49ff-ac94-185c0a58f8fe&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002552 10.0.0.38 - - [2026-04-30 02:23:07] "GET /domains?obj_uuids=033dcabd-97df-439f-8207-51383e8b92fd&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001803 10.0.0.38 - - [2026-04-30 02:23:07] "GET /domain/033dcabd-97df-439f-8207-51383e8b92fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 926 0.007674 10.0.0.38 - - [2026-04-30 02:23:07] "POST /id-to-fqname HTTP/1.1" 200 193 0.001362 10.0.0.38 - - [2026-04-30 02:23:07] "POST /fqname-to-id HTTP/1.1" 404 202 0.004144 10.0.0.38 - - [2026-04-30 02:23:08] "POST /security-groups HTTP/1.1" 200 594 0.064838 10.0.0.38 - - [2026-04-30 02:23:08] "POST /fqname-to-id HTTP/1.1" 404 237 0.002414 10.0.0.38 - - [2026-04-30 02:23:08] "POST /projects HTTP/1.1" 200 591 0.221354 10.0.0.38 - - [2026-04-30 02:23:08] "POST /access-control-lists HTTP/1.1" 200 599 0.059139 10.0.0.38 - - [2026-04-30 02:23:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.303410 10.0.0.38 - - [2026-04-30 02:23:08] "POST /fqname-to-id HTTP/1.1" 404 236 0.002993 10.0.0.38 - - [2026-04-30 02:23:08] "GET /project/5a947664-3a4c-49ff-ac94-185c0a58f8fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.434564 10.0.0.38 - - [2026-04-30 02:23:08] "POST /access-control-lists HTTP/1.1" 200 597 0.069877 10.0.0.38 - - [2026-04-30 02:23:09] "GET / HTTP/1.1" 200 35931 0.002179 10.0.0.38 - - [2026-04-30 02:23:10] "GET /project/5a947664-3a4c-49ff-ac94-185c0a58f8fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000474 10.0.0.38 - - [2026-04-30 02:23:10] "GET /projects?obj_uuids=5a947664-3a4c-49ff-ac94-185c0a58f8fe&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001125 10.0.0.38 - - [2026-04-30 02:23:10] "GET /project/5a947664-3a4c-49ff-ac94-185c0a58f8fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.081740 10.0.0.38 - - [2026-04-30 02:23:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002557 10.0.0.38 - - [2026-04-30 02:23:10] "GET /security-group/9b14a097-2c7e-44f6-aca5-cba0f576b1bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3763 0.005041 10.0.0.38 - - [2026-04-30 02:23:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003042 10.0.0.38 - - [2026-04-30 02:23:11] "GET /projects?obj_uuids=5a947664-3a4c-49ff-ac94-185c0a58f8fe&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001651 10.0.0.38 - - [2026-04-30 02:23:11] "GET /project/5a947664-3a4c-49ff-ac94-185c0a58f8fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.026870 10.0.0.38 - - [2026-04-30 02:23:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003593 10.0.0.38 - - [2026-04-30 02:23:11] "GET /security-group/9b14a097-2c7e-44f6-aca5-cba0f576b1bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3763 0.003876 10.0.0.38 - - [2026-04-30 02:23:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003302 10.0.0.38 - - [2026-04-30 02:23:11] "PUT /security-group/9b14a097-2c7e-44f6-aca5-cba0f576b1bb HTTP/1.1" 200 262 0.014232 10.0.0.38 - - [2026-04-30 02:23:11] "PUT /access-control-list/85d27745-726a-4f82-bd86-85e4bcd1d8fd HTTP/1.1" 200 272 0.009516 10.0.0.38 - - [2026-04-30 02:23:11] "PUT /access-control-list/589c9e2e-939c-479b-bcb6-57c4399712d1 HTTP/1.1" 200 272 0.012175 10.0.0.38 - - [2026-04-30 02:23:11] "POST /fqname-to-id HTTP/1.1" 404 202 0.007243 10.0.0.38 - - [2026-04-30 02:23:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003280 10.0.0.38 - - [2026-04-30 02:23:11] "GET /projects?obj_uuids=5a947664-3a4c-49ff-ac94-185c0a58f8fe&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001738 10.0.0.38 - - [2026-04-30 02:23:11] "GET /project/5a947664-3a4c-49ff-ac94-185c0a58f8fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.026346 10.0.0.38 - - [2026-04-30 02:23:11] "POST /neutron/network HTTP/1.1" 200 117 0.044440 10.0.0.38 - - [2026-04-30 02:23:11] "GET /projects?obj_uuids=5a947664-3a4c-49ff-ac94-185c0a58f8fe&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001423 10.0.0.38 - - [2026-04-30 02:23:11] "POST /neutron/network HTTP/1.1" 200 608 0.070603 10.0.0.38 - - [2026-04-30 02:23:11] "POST /route-targets HTTP/1.1" 200 327 0.013228 10.0.0.38 - - [2026-04-30 02:23:11] "POST /ref-update HTTP/1.1" 200 156 0.013228 10.0.0.38 - - [2026-04-30 02:23:11] "POST /useragent-kv HTTP/1.1" 200 115 0.004556 10.0.0.38 - - [2026-04-30 02:23:11] "POST /neutron/subnet HTTP/1.1" 200 715 0.175834 10.0.0.38 - - [2026-04-30 02:23:11] "POST /neutron/network HTTP/1.1" 200 825 0.007196 10.0.0.38 - - [2026-04-30 02:23:11] "POST /id-to-fqname HTTP/1.1" 200 223 0.001504 10.0.0.38 - - [2026-04-30 02:23:11] "GET /virtual-network/8524f35e-8d54-4fe5-b8e9-d09ff0dd6b92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.004924 10.0.0.38 - - [2026-04-30 02:23:11] "POST /neutron/network HTTP/1.1" 200 825 0.007155 10.0.0.38 - - [2026-04-30 02:23:11] "GET /virtual-network/8524f35e-8d54-4fe5-b8e9-d09ff0dd6b92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006044 10.0.0.38 - - [2026-04-30 02:23:11] "POST /neutron/network HTTP/1.1" 200 825 0.011114 10.0.0.38 - - [2026-04-30 02:23:12] "POST /neutron/subnet HTTP/1.1" 200 715 0.014830 10.0.0.38 - - [2026-04-30 02:23:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002908 10.0.0.38 - - [2026-04-30 02:23:12] "GET /projects?obj_uuids=5a947664-3a4c-49ff-ac94-185c0a58f8fe&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001685 10.0.0.38 - - [2026-04-30 02:23:12] "GET /project/5a947664-3a4c-49ff-ac94-185c0a58f8fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.030916 10.0.0.38 - - [2026-04-30 02:23:12] "POST /neutron/network HTTP/1.1" 200 117 0.020458 10.0.0.38 - - [2026-04-30 02:23:12] "GET /projects?obj_uuids=5a947664-3a4c-49ff-ac94-185c0a58f8fe&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001140 10.0.0.38 - - [2026-04-30 02:23:12] "DELETE /project/54dee169b3cf4f64b2a3369b1f852def HTTP/1.1" 404 173 0.007578 10.0.0.38 - - [2026-04-30 02:23:12] "DELETE /project/5a9476643a4c49ffac94185c0a58f8fe HTTP/1.1" 404 173 0.006952 10.0.0.38 - - [2026-04-30 02:23:12] "GET /projects?obj_uuids=946e1b4b-5c5b-491a-a287-5ea025028a9c&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000909 10.0.0.38 - - [2026-04-30 02:23:12] "GET /projects?obj_uuids=54dee169-b3cf-4f64-b2a3-369b1f852def&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002390 10.0.0.38 - - [2026-04-30 02:23:12] "GET /project/946e1b4b-5c5b-491a-a287-5ea025028a9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1452 0.054784 10.0.0.38 - - [2026-04-30 02:23:12] "GET /project/54dee169-b3cf-4f64-b2a3-369b1f852def?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1459 0.066959 10.0.0.38 - - [2026-04-30 02:23:12] "GET /projects?obj_uuids=54dee169-b3cf-4f64-b2a3-369b1f852def&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001214 10.0.0.38 - - [2026-04-30 02:23:12] "GET /projects?obj_uuids=946e1b4b-5c5b-491a-a287-5ea025028a9c&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001729 10.0.0.38 - - [2026-04-30 02:23:12] "GET /project/54dee169-b3cf-4f64-b2a3-369b1f852def?fields=security_groups HTTP/1.1" 200 1356 0.051331 10.0.0.38 - - [2026-04-30 02:23:12] "POST /neutron/network HTTP/1.1" 200 615 0.198413 10.0.0.38 - - [2026-04-30 02:23:12] "GET /project/946e1b4b-5c5b-491a-a287-5ea025028a9c?fields=security_groups HTTP/1.1" 200 1351 0.080371 10.0.0.38 - - [2026-04-30 02:23:12] "POST /route-targets HTTP/1.1" 200 327 0.033241 10.0.0.38 - - [2026-04-30 02:23:12] "POST /ref-update HTTP/1.1" 200 156 0.017352 10.0.0.38 - - [2026-04-30 02:23:12] "DELETE /security-group/8576fe87-3e4e-47ce-8136-44cac905fbab HTTP/1.1" 200 115 0.067014 10.0.0.38 - - [2026-04-30 02:23:12] "GET /projects?obj_uuids=54dee169-b3cf-4f64-b2a3-369b1f852def&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001253 10.0.0.38 - - [2026-04-30 02:23:12] "GET /project/54dee169-b3cf-4f64-b2a3-369b1f852def?fields=application_policy_sets HTTP/1.1" 200 1395 0.027945 10.0.0.38 - - [2026-04-30 02:23:12] "DELETE /security-group/d5812042-4bf0-47c7-9f88-7ff1d16dfe5a HTTP/1.1" 200 115 0.068798 10.0.0.38 - - [2026-04-30 02:23:12] "GET /projects?obj_uuids=946e1b4b-5c5b-491a-a287-5ea025028a9c&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001099 10.0.0.38 - - [2026-04-30 02:23:12] "DELETE /access-control-list/f7a4de10-9990-4770-8a17-a232d923da3e HTTP/1.1" 200 115 0.046227 10.0.0.38 - - [2026-04-30 02:23:12] "GET /project/946e1b4b-5c5b-491a-a287-5ea025028a9c?fields=application_policy_sets HTTP/1.1" 200 1390 0.038405 10.0.0.38 - - [2026-04-30 02:23:12] "DELETE /access-control-list/88a455b0-8c8e-4c57-8719-eec0e2e5a3ed HTTP/1.1" 200 115 0.064153 10.0.0.38 - - [2026-04-30 02:23:12] "DELETE /access-control-list/ad78b6d0-cba9-468c-b7e8-397b6d577b67 HTTP/1.1" 200 115 0.070848 10.0.0.38 - - [2026-04-30 02:23:12] "POST /useragent-kv HTTP/1.1" 200 115 0.006926 10.0.0.38 - - [2026-04-30 02:23:12] "DELETE /access-control-list/10fb3690-f790-451f-909a-2327e6d441ac HTTP/1.1" 200 115 0.052783 10.0.0.38 - - [2026-04-30 02:23:12] "POST /neutron/subnet HTTP/1.1" 200 725 0.358353 10.0.0.38 - - [2026-04-30 02:23:12] "DELETE /project/54dee169-b3cf-4f64-b2a3-369b1f852def HTTP/1.1" 200 115 0.562577 10.0.0.38 - - [2026-04-30 02:23:12] "POST /neutron/network HTTP/1.1" 200 834 0.014882 10.0.0.38 - - [2026-04-30 02:23:12] "POST /id-to-fqname HTTP/1.1" 200 227 0.001508 10.0.0.38 - - [2026-04-30 02:23:12] "DELETE /project/946e1b4b-5c5b-491a-a287-5ea025028a9c HTTP/1.1" 200 115 0.621875 10.0.0.38 - - [2026-04-30 02:23:12] "GET /virtual-network/a2546c57-8f52-49ae-9c46-17db05bb6f78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.008788 10.0.0.38 - - [2026-04-30 02:23:12] "POST /neutron/network HTTP/1.1" 200 834 0.006897 10.0.0.38 - - [2026-04-30 02:23:12] "GET /virtual-network/a2546c57-8f52-49ae-9c46-17db05bb6f78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006158 10.0.0.38 - - [2026-04-30 02:23:12] "POST /neutron/network HTTP/1.1" 200 834 0.007277 10.0.0.38 - - [2026-04-30 02:23:12] "POST /neutron/subnet HTTP/1.1" 200 725 0.010023 10.0.0.38 - - [2026-04-30 02:23:12] "POST /id-to-fqname HTTP/1.1" 200 223 0.002592 10.0.0.38 - - [2026-04-30 02:23:13] "POST /neutron/network HTTP/1.1" 200 835 0.006721 10.0.0.38 - - [2026-04-30 02:23:13] "GET /aaa-mode HTTP/1.1" 401 292 0.000465 10.0.0.38 - - [2026-04-30 02:23:13] "GET / HTTP/1.1" 200 35931 0.002219 10.0.0.38 - - [2026-04-30 02:23:13] "GET /project/5a947664-3a4c-49ff-ac94-185c0a58f8fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000463 10.0.0.38 - - [2026-04-30 02:23:13] "GET /projects?obj_uuids=5a947664-3a4c-49ff-ac94-185c0a58f8fe&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001606 10.0.0.38 - - [2026-04-30 02:23:14] "GET /project/5a947664-3a4c-49ff-ac94-185c0a58f8fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.068443 10.0.0.38 - - [2026-04-30 02:23:14] "POST /neutron/network HTTP/1.1" 200 825 0.005862 10.0.0.38 - - [2026-04-30 02:23:14] "POST /neutron/port HTTP/1.1" 200 117 0.008170 10.0.0.38 - - [2026-04-30 02:23:14] "POST /neutron/port HTTP/1.1" 200 117 0.005149 10.0.0.38 - - [2026-04-30 02:23:14] "POST /id-to-fqname HTTP/1.1" 200 227 0.001477 10.0.0.38 - - [2026-04-30 02:23:14] "POST /neutron/port HTTP/1.1" 200 117 0.007066 10.0.0.38 - - [2026-04-30 02:23:14] "POST /neutron/network HTTP/1.1" 200 844 0.005983 10.0.0.38 - - [2026-04-30 02:23:14] "GET /aaa-mode HTTP/1.1" 401 292 0.000745 10.0.0.38 - - [2026-04-30 02:23:14] "POST /neutron/network HTTP/1.1" 200 835 0.013262 10.0.0.38 - - [2026-04-30 02:23:14] "GET /projects?obj_uuids=5a947664-3a4c-49ff-ac94-185c0a58f8fe&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001143 10.0.0.38 - - [2026-04-30 02:23:14] "GET / HTTP/1.1" 200 35931 0.001704 10.0.0.38 - - [2026-04-30 02:23:14] "GET /project/5a947664-3a4c-49ff-ac94-185c0a58f8fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000398 10.0.0.38 - - [2026-04-30 02:23:14] "POST /neutron/port HTTP/1.1" 200 1061 0.247587 10.0.0.38 - - [2026-04-30 02:23:15] "POST /neutron/port HTTP/1.1" 200 1061 0.017065 10.0.0.38 - - [2026-04-30 02:23:15] "POST /neutron/port HTTP/1.1" 200 1061 0.010734 10.0.0.38 - - [2026-04-30 02:23:15] "POST /neutron/port HTTP/1.1" 200 1115 0.068136 10.0.0.38 - - [2026-04-30 02:23:15] "POST /neutron/port HTTP/1.1" 200 1125 0.017020 10.0.0.38 - - [2026-04-30 02:23:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003562 10.0.0.38 - - [2026-04-30 02:23:15] "GET /projects?obj_uuids=5a947664-3a4c-49ff-ac94-185c0a58f8fe&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003042 10.0.0.38 - - [2026-04-30 02:23:15] "POST /neutron/subnet HTTP/1.1" 200 689 0.011117 10.0.0.38 - - [2026-04-30 02:23:15] "POST /neutron/port HTTP/1.1" 200 117 0.001384 10.0.0.38 - - [2026-04-30 02:23:15] "GET /project/5a947664-3a4c-49ff-ac94-185c0a58f8fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.075298 10.0.0.38 - - [2026-04-30 02:23:15] "POST /neutron/network HTTP/1.1" 200 825 0.006467 10.0.0.38 - - [2026-04-30 02:23:15] "POST /neutron/network HTTP/1.1" 200 834 0.006235 10.0.0.38 - - [2026-04-30 02:23:15] "POST /neutron/port HTTP/1.1" 200 1125 0.022726 10.0.0.38 - - [2026-04-30 02:23:15] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007349 10.0.0.38 - - [2026-04-30 02:23:15] "POST /neutron/port HTTP/1.1" 200 117 0.005660 10.0.0.38 - - [2026-04-30 02:23:15] "GET /projects?obj_uuids=5a947664-3a4c-49ff-ac94-185c0a58f8fe&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001046 10.0.0.38 - - [2026-04-30 02:23:15] "POST /neutron/router HTTP/1.1" 200 585 0.065723 10.0.0.38 - - [2026-04-30 02:23:15] "POST /neutron/router HTTP/1.1" 200 585 0.003777 10.0.0.38 - - [2026-04-30 02:23:15] "POST /route-targets HTTP/1.1" 200 327 0.020341 10.0.0.38 - - [2026-04-30 02:23:15] "POST /neutron/router HTTP/1.1" 200 656 0.035373 10.0.0.38 - - [2026-04-30 02:23:15] "GET /logical-router/1b847143-0caf-4b33-8014-9703c0fba64d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1437 0.021117 10.0.0.38 - - [2026-04-30 02:23:15] "POST /neutron/router HTTP/1.1" 200 656 0.011138 10.0.0.38 - - [2026-04-30 02:23:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.006463 10.0.0.38 - - [2026-04-30 02:23:15] "PUT /logical-router/1b847143-0caf-4b33-8014-9703c0fba64d HTTP/1.1" 200 262 0.060913 10.0.0.38 - - [2026-04-30 02:23:15] "GET /projects?obj_uuids=5a947664-3a4c-49ff-ac94-185c0a58f8fe&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001344 10.0.0.38 - - [2026-04-30 02:23:15] "GET /service-template/a25ffdbb-1524-4ea6-a0c5-45ee5f3ad5f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1681 0.003410 10.0.0.38 - - [2026-04-30 02:23:15] "POST /fqname-to-id HTTP/1.1" 404 215 0.004411 10.0.0.38 - - [2026-04-30 02:23:16] "POST /useragent-kv HTTP/1.1" 200 115 0.006443 10.0.0.38 - - [2026-04-30 02:23:16] "POST /virtual-networks HTTP/1.1" 200 694 0.149576 10.0.0.38 - - [2026-04-30 02:23:16] "POST /neutron/router HTTP/1.1" 200 344 0.329922 10.0.0.38 - - [2026-04-30 02:23:16] "POST /neutron/network HTTP/1.1" 200 844 0.019801 10.0.0.38 - - [2026-04-30 02:23:16] "POST /route-targets HTTP/1.1" 200 327 0.025065 10.0.0.38 - - [2026-04-30 02:23:16] "GET /projects?obj_uuids=5a947664-3a4c-49ff-ac94-185c0a58f8fe&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001048 10.0.0.38 - - [2026-04-30 02:23:16] "POST /ref-update HTTP/1.1" 200 156 0.031680 10.0.0.38 - - [2026-04-30 02:23:16] "POST /neutron/port HTTP/1.1" 200 1125 0.043053 10.0.0.38 - - [2026-04-30 02:23:16] "POST /neutron/security_group HTTP/1.1" 200 2002 0.053902 10.0.0.38 - - [2026-04-30 02:23:16] "POST /service-instances HTTP/1.1" 200 670 0.143358 10.0.0.38 - - [2026-04-30 02:23:16] "POST /ref-update HTTP/1.1" 200 156 0.059953 10.0.0.38 - - [2026-04-30 02:23:16] "POST /route-tables HTTP/1.1" 200 582 0.069891 10.0.0.38 - - [2026-04-30 02:23:16] "PUT /logical-router/1b847143-0caf-4b33-8014-9703c0fba64d HTTP/1.1" 200 262 0.044076 10.0.0.38 - - [2026-04-30 02:23:16] "POST /neutron/port HTTP/1.1" 200 1063 0.412707 10.0.0.38 - - [2026-04-30 02:23:16] "POST /ref-update HTTP/1.1" 200 156 0.043243 10.0.0.38 - - [2026-04-30 02:23:16] "POST /neutron/port HTTP/1.1" 200 1063 0.015369 10.0.0.38 - - [2026-04-30 02:23:16] "POST /neutron/port HTTP/1.1" 200 1063 0.014695 10.0.0.38 - - [2026-04-30 02:23:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004177 10.0.0.38 - - [2026-04-30 02:23:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.008902 10.0.0.38 - - [2026-04-30 02:23:16] "POST /neutron/port HTTP/1.1" 200 1117 0.099819 10.0.0.38 - - [2026-04-30 02:23:16] "POST /virtual-machines HTTP/1.1" 200 553 0.022286 10.0.0.38 - - [2026-04-30 02:23:16] "POST /neutron/port HTTP/1.1" 200 1127 0.019211 10.0.0.38 - - [2026-04-30 02:23:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004569 10.0.0.38 - - [2026-04-30 02:23:16] "POST /neutron/subnet HTTP/1.1" 200 699 0.008269 10.0.0.38 - - [2026-04-30 02:23:16] "POST /neutron/port HTTP/1.1" 200 117 0.001275 10.0.0.38 - - [2026-04-30 02:23:16] "POST /neutron/network HTTP/1.1" 200 834 0.021165 10.0.0.38 - - [2026-04-30 02:23:16] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.125229 10.0.0.38 - - [2026-04-30 02:23:16] "POST /chown HTTP/1.1" 200 109 0.008830 10.0.0.38 - - [2026-04-30 02:23:17] "POST /instance-ips HTTP/1.1" 200 551 0.030677 10.0.0.38 - - [2026-04-30 02:23:17] "POST /instance-ips HTTP/1.1" 400 246 0.021373 10.0.0.38 - - [2026-04-30 02:23:17] "POST /chown HTTP/1.1" 200 109 0.008230 10.0.0.38 - - [2026-04-30 02:23:17] "PUT /virtual-machine-interface/9edf949c-b6a3-4c82-be03-c2c424a33472 HTTP/1.1" 200 284 0.011788 10.0.0.38 - - [2026-04-30 02:23:17] "PUT /instance-ip/707bf510-8c09-4564-9d66-75a7610c05ec HTTP/1.1" 200 256 0.014235 10.0.0.38 - - [2026-04-30 02:23:17] "POST /ref-update HTTP/1.1" 200 156 0.017081 10.0.0.38 - - [2026-04-30 02:23:17] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.120918 10.0.0.38 - - [2026-04-30 02:23:17] "POST /chown HTTP/1.1" 200 109 0.013785 10.0.0.38 - - [2026-04-30 02:23:17] "POST /instance-ips HTTP/1.1" 200 549 0.041600 10.0.0.38 - - [2026-04-30 02:23:17] "POST /instance-ips HTTP/1.1" 400 316 0.018146 10.0.0.38 - - [2026-04-30 02:23:17] "POST /chown HTTP/1.1" 200 109 0.010943 10.0.0.38 - - [2026-04-30 02:23:17] "PUT /virtual-machine-interface/400cbd65-8088-428d-876c-468f0effe05d HTTP/1.1" 200 284 0.013042 10.0.0.38 - - [2026-04-30 02:23:17] "PUT /instance-ip/b0f803a7-bf9d-44cd-ace9-70ba16df4117 HTTP/1.1" 200 256 0.017582 10.0.0.38 - - [2026-04-30 02:23:17] "POST /ref-update HTTP/1.1" 200 156 0.013453 10.0.0.38 - - [2026-04-30 02:23:17] "POST /ref-update HTTP/1.1" 200 156 0.019118 10.0.0.38 - - [2026-04-30 02:23:18] "POST /ref-update HTTP/1.1" 200 156 0.037279 10.0.0.38 - - [2026-04-30 02:23:18] "PUT /routing-instance/c9dbea3c-1379-46f5-9d25-8e8e93c230b4 HTTP/1.1" 200 266 0.048669 10.0.0.38 - - [2026-04-30 02:23:18] "POST /virtual-machines HTTP/1.1" 200 553 0.022318 10.0.0.38 - - [2026-04-30 02:23:18] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.094177 10.0.0.38 - - [2026-04-30 02:23:18] "POST /chown HTTP/1.1" 200 109 0.010251 10.0.0.38 - - [2026-04-30 02:23:18] "GET /obj-perms HTTP/1.1" 200 5056 0.083729 10.0.0.38 - - [2026-04-30 02:23:18] "POST /instance-ips HTTP/1.1" 400 246 0.015109 10.0.0.38 - - [2026-04-30 02:23:18] "POST /chown HTTP/1.1" 200 109 0.012121 10.0.0.38 - - [2026-04-30 02:23:18] "PUT /virtual-machine-interface/94374c51-57d4-45d3-ae72-4ccf4f589f4c HTTP/1.1" 200 284 0.015647 10.0.0.38 - - [2026-04-30 02:23:18] "PUT /instance-ip/707bf510-8c09-4564-9d66-75a7610c05ec HTTP/1.1" 200 256 0.013400 10.0.0.38 - - [2026-04-30 02:23:18] "POST /ref-update HTTP/1.1" 200 156 0.014048 10.0.0.38 - - [2026-04-30 02:23:18] "POST /ref-update HTTP/1.1" 200 156 0.012208 10.0.0.38 - - [2026-04-30 02:23:18] "GET /obj-perms HTTP/1.1" 200 5056 0.091320 10.0.0.38 - - [2026-04-30 02:23:18] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.150071 10.0.0.38 - - [2026-04-30 02:23:18] "POST /chown HTTP/1.1" 200 109 0.008051 10.0.0.38 - - [2026-04-30 02:23:18] "POST /instance-ips HTTP/1.1" 400 316 0.021801 10.0.0.38 - - [2026-04-30 02:23:19] "POST /chown HTTP/1.1" 200 109 0.007957 10.0.0.38 - - [2026-04-30 02:23:19] "PUT /virtual-machine-interface/dad4c760-1fc1-40e4-8efe-b8a371590f3f HTTP/1.1" 200 284 0.010802 10.0.0.38 - - [2026-04-30 02:23:19] "PUT /instance-ip/b0f803a7-bf9d-44cd-ace9-70ba16df4117 HTTP/1.1" 200 256 0.018017 10.0.0.38 - - [2026-04-30 02:23:19] "POST /ref-update HTTP/1.1" 200 156 0.024577 10.0.0.38 - - [2026-04-30 02:23:19] "POST /ref-update HTTP/1.1" 200 156 0.011116 10.0.0.38 - - [2026-04-30 02:23:21] "POST /neutron/port HTTP/1.1" 200 1125 0.013494 10.0.0.38 - - [2026-04-30 02:23:21] "POST /neutron/security_group HTTP/1.1" 200 2002 0.010120 10.0.0.38 - - [2026-04-30 02:23:21] "POST /neutron/port HTTP/1.1" 200 1125 0.015078 10.0.0.38 - - [2026-04-30 02:23:21] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007176 10.0.0.38 - - [2026-04-30 02:23:21] "POST /neutron/port HTTP/1.1" 200 1125 0.012876 10.0.0.38 - - [2026-04-30 02:23:21] "POST /neutron/security_group HTTP/1.1" 200 2002 0.010338 10.0.0.38 - - [2026-04-30 02:23:21] "GET /virtual-machine/de126d34-4c10-49d6-8e53-29de7072f613 HTTP/1.1" 401 292 0.000470 10.0.0.38 - - [2026-04-30 02:23:21] "GET /virtual-machine/de126d34-4c10-49d6-8e53-29de7072f613 HTTP/1.1" 200 1296 0.036974 10.0.0.38 - - [2026-04-30 02:23:21] "GET /virtual-machine-interface/08e82197-01be-4bd5-8539-9be9506ceba5 HTTP/1.1" 200 2953 0.007533 10.0.0.38 - - [2026-04-30 02:23:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003073 10.0.0.38 - - [2026-04-30 02:23:21] "GET /global-vrouter-config/b5383f3d-5f44-4c4f-8b6e-c29105899583?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003998 10.0.0.38 - - [2026-04-30 02:23:21] "GET /virtual-networks?parent_id=5a947664-3a4c-49ff-ac94-185c0a58f8fe&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003218 10.0.0.38 - - [2026-04-30 02:23:22] "GET /virtual-network/8524f35e-8d54-4fe5-b8e9-d09ff0dd6b92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.011488 10.0.0.38 - - [2026-04-30 02:23:25] "POST /neutron/port HTTP/1.1" 200 1125 0.011639 10.0.0.38 - - [2026-04-30 02:23:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003277 10.0.0.38 - - [2026-04-30 02:23:25] "GET /virtual-network/8524f35e-8d54-4fe5-b8e9-d09ff0dd6b92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006545 10.0.0.38 - - [2026-04-30 02:23:25] "POST /neutron/security_group HTTP/1.1" 200 2002 0.008856 10.0.0.38 - - [2026-04-30 02:23:26] "POST /neutron/port HTTP/1.1" 200 1127 0.015213 10.0.0.38 - - [2026-04-30 02:23:26] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005949 10.0.0.38 - - [2026-04-30 02:23:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003091 10.0.0.38 - - [2026-04-30 02:23:27] "GET /global-vrouter-config/b5383f3d-5f44-4c4f-8b6e-c29105899583?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003810 10.0.0.38 - - [2026-04-30 02:23:27] "GET /virtual-networks?parent_id=5a947664-3a4c-49ff-ac94-185c0a58f8fe&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003991 10.0.0.38 - - [2026-04-30 02:23:27] "GET /virtual-network/8524f35e-8d54-4fe5-b8e9-d09ff0dd6b92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007174 10.0.0.38 - - [2026-04-30 02:23:27] "POST /neutron/port HTTP/1.1" 200 1127 0.017766 10.0.0.38 - - [2026-04-30 02:23:27] "POST /neutron/security_group HTTP/1.1" 200 2002 0.008236 10.0.0.38 - - [2026-04-30 02:23:27] "POST /neutron/port HTTP/1.1" 200 1127 0.015482 10.0.0.38 - - [2026-04-30 02:23:27] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006910 10.0.0.38 - - [2026-04-30 02:23:27] "POST /neutron/port HTTP/1.1" 200 1127 0.014454 10.0.0.38 - - [2026-04-30 02:23:27] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007090 10.0.0.38 - - [2026-04-30 02:23:27] "GET /virtual-machine/5c1b9437-f722-46f0-8a5c-9b635f08f76b HTTP/1.1" 200 1294 0.006336 10.0.0.38 - - [2026-04-30 02:23:27] "GET /virtual-machine-interface/56b69ba2-1eb2-4cba-983b-a9d948c9e6bc HTTP/1.1" 200 2967 0.006148 10.0.0.38 - - [2026-04-30 02:23:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004994 10.0.0.38 - - [2026-04-30 02:23:27] "GET /global-vrouter-config/b5383f3d-5f44-4c4f-8b6e-c29105899583?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004168 10.0.0.38 - - [2026-04-30 02:23:28] "GET /virtual-networks?parent_id=5a947664-3a4c-49ff-ac94-185c0a58f8fe&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.004165 10.0.0.38 - - [2026-04-30 02:23:28] "GET /virtual-network/a2546c57-8f52-49ae-9c46-17db05bb6f78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006982 10.0.0.38 - - [2026-04-30 02:23:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002820 10.0.0.38 - - [2026-04-30 02:23:29] "GET /global-vrouter-config/b5383f3d-5f44-4c4f-8b6e-c29105899583?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004010 10.0.0.38 - - [2026-04-30 02:23:29] "GET /virtual-networks?parent_id=5a947664-3a4c-49ff-ac94-185c0a58f8fe&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003979 10.0.0.38 - - [2026-04-30 02:23:29] "GET /virtual-network/a2546c57-8f52-49ae-9c46-17db05bb6f78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005955 10.0.0.38 - - [2026-04-30 02:23:33] "POST /neutron/router HTTP/1.1" 200 656 0.004549 10.0.0.38 - - [2026-04-30 02:23:33] "POST /ref-update HTTP/1.1" 200 156 0.015059 10.0.0.38 - - [2026-04-30 02:23:33] "POST /neutron/router HTTP/1.1" 200 344 0.121836 10.0.0.38 - - [2026-04-30 02:23:33] "POST /neutron/router HTTP/1.1" 200 656 0.005945 10.0.0.38 - - [2026-04-30 02:23:33] "GET /logical-router/1b847143-0caf-4b33-8014-9703c0fba64d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1970 0.004073 10.0.0.38 - - [2026-04-30 02:23:33] "GET /service-instance/3f52ad12-7942-48bb-806d-82189d684db4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2313 0.004186 10.0.0.38 - - [2026-04-30 02:23:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003248 10.0.0.38 - - [2026-04-30 02:23:33] "POST /neutron/router HTTP/1.1" 200 151 0.063223 10.0.0.38 - - [2026-04-30 02:23:33] "DELETE /route-target/07b140c8-072c-4e1e-9b02-9d4a1fdf5f9c HTTP/1.1" 409 239 0.007784 10.0.0.38 - - [2026-04-30 02:23:33] "PUT /logical-router/1b847143-0caf-4b33-8014-9703c0fba64d HTTP/1.1" 404 171 0.004124 10.0.0.38 - - [2026-04-30 02:23:33] "POST /ref-update HTTP/1.1" 200 156 0.017439 10.0.0.38 - - [2026-04-30 02:23:33] "DELETE /route-table/b7cb4d2e-7b03-4ebe-b684-8b6b3d004f75 HTTP/1.1" 200 115 0.046144 10.0.0.38 - - [2026-04-30 02:23:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003946 10.0.0.38 - - [2026-04-30 02:23:33] "PUT /routing-instance/c9dbea3c-1379-46f5-9d25-8e8e93c230b4 HTTP/1.1" 200 266 0.016933 10.0.0.38 - - [2026-04-30 02:23:33] "GET /virtual-network/10624816-0515-43fb-92c5-7a9981368029?fields=virtual_machine_interface_back_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 2298 0.006357 10.0.0.38 - - [2026-04-30 02:23:33] "POST /neutron/network HTTP/1.1" 200 834 0.016800 10.0.0.38 - - [2026-04-30 02:23:33] "POST /ref-update HTTP/1.1" 200 156 0.012407 10.0.0.38 - - [2026-04-30 02:23:33] "POST /neutron/network HTTP/1.1" 400 204 0.048443 10.0.0.38 - - [2026-04-30 02:23:33] "POST /ref-update HTTP/1.1" 200 156 0.015969 10.0.0.38 - - [2026-04-30 02:23:33] "GET /virtual-machine-interface/400cbd65-8088-428d-876c-468f0effe05d?fields=floating_ip_back_refs%2Cinstance_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1648 0.005666 10.0.0.38 - - [2026-04-30 02:23:33] "POST /ref-update HTTP/1.1" 200 156 0.027282 10.0.0.38 - - [2026-04-30 02:23:33] "GET /instance-ip/b0f803a7-bf9d-44cd-ace9-70ba16df4117?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.011374 10.0.0.38 - - [2026-04-30 02:23:34] "DELETE /virtual-machine-interface/400cbd65-8088-428d-876c-468f0effe05d HTTP/1.1" 200 115 0.052005 10.0.0.38 - - [2026-04-30 02:23:34] "GET /virtual-machine-interface/dad4c760-1fc1-40e4-8efe-b8a371590f3f?fields=floating_ip_back_refs%2Cinstance_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1650 0.008547 10.0.0.38 - - [2026-04-30 02:23:34] "POST /neutron/port HTTP/1.1" 200 1127 0.035192 10.0.0.38 - - [2026-04-30 02:23:34] "POST /ref-update HTTP/1.1" 200 156 0.032527 10.0.0.38 - - [2026-04-30 02:23:34] "POST /neutron/port HTTP/1.1" 200 1117 0.019095 10.0.0.38 - - [2026-04-30 02:23:34] "GET /instance-ip/b0f803a7-bf9d-44cd-ace9-70ba16df4117?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1760 0.010984 10.0.0.38 - - [2026-04-30 02:23:34] "POST /neutron/port HTTP/1.1" 200 1125 0.019337 10.0.0.38 - - [2026-04-30 02:23:34] "POST /neutron/port HTTP/1.1" 200 1115 0.023183 10.0.0.38 - - [2026-04-30 02:23:34] "DELETE /instance-ip/b0f803a7-bf9d-44cd-ace9-70ba16df4117 HTTP/1.1" 200 115 0.117467 10.0.0.38 - - [2026-04-30 02:23:34] "POST /neutron/port HTTP/1.1" 200 151 0.242776 10.0.0.38 - - [2026-04-30 02:23:34] "DELETE /virtual-machine-interface/dad4c760-1fc1-40e4-8efe-b8a371590f3f HTTP/1.1" 200 115 0.077892 10.0.0.38 - - [2026-04-30 02:23:34] "DELETE /instance-ip/b0f803a7-bf9d-44cd-ace9-70ba16df4117 HTTP/1.1" 404 177 0.002565 10.0.0.38 - - [2026-04-30 02:23:34] "POST /neutron/port HTTP/1.1" 200 151 0.213521 10.0.0.38 - - [2026-04-30 02:23:34] "POST /useragent-kv HTTP/1.1" 200 115 0.003897 10.0.0.38 - - [2026-04-30 02:23:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004171 10.0.0.38 - - [2026-04-30 02:23:34] "POST /useragent-kv HTTP/1.1" 200 115 0.003639 10.0.0.38 - - [2026-04-30 02:23:34] "DELETE /virtual-network/10624816-0515-43fb-92c5-7a9981368029 HTTP/1.1" 200 115 0.080789 10.0.0.38 - - [2026-04-30 02:23:34] "DELETE /route-target/498f62b0-f161-492e-9fea-770a8dc88539 HTTP/1.1" 200 115 0.022341 10.0.0.38 - - [2026-04-30 02:23:34] "DELETE /service-instance/3f52ad12-7942-48bb-806d-82189d684db4 HTTP/1.1" 200 115 0.033913 10.0.0.38 - - [2026-04-30 02:23:34] "GET /logical-router/1b847143-0caf-4b33-8014-9703c0fba64d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.003472 10.0.0.38 - - [2026-04-30 02:23:34] "GET /service-instance/3f52ad12-7942-48bb-806d-82189d684db4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.003867 10.0.0.38 - - [2026-04-30 02:23:34] "GET /virtual-machine-interface/9edf949c-b6a3-4c82-be03-c2c424a33472?fields=floating_ip_back_refs%2Cinstance_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1653 0.005902 10.0.0.38 - - [2026-04-30 02:23:34] "POST /ref-update HTTP/1.1" 200 156 0.013591 10.0.0.38 - - [2026-04-30 02:23:34] "GET /instance-ip/707bf510-8c09-4564-9d66-75a7610c05ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.004619 10.0.0.38 - - [2026-04-30 02:23:34] "DELETE /virtual-machine-interface/9edf949c-b6a3-4c82-be03-c2c424a33472 HTTP/1.1" 200 115 0.039116 10.0.0.38 - - [2026-04-30 02:23:34] "POST /ref-update HTTP/1.1" 200 156 0.009310 10.0.0.38 - - [2026-04-30 02:23:35] "DELETE /virtual-machine/a2e331ec-7fe3-4eaa-b9bc-2515569d530b HTTP/1.1" 200 115 0.017341 10.0.0.38 - - [2026-04-30 02:23:35] "GET /virtual-machine-interface/94374c51-57d4-45d3-ae72-4ccf4f589f4c?fields=floating_ip_back_refs%2Cinstance_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1653 0.006863 10.0.0.38 - - [2026-04-30 02:23:35] "POST /ref-update HTTP/1.1" 200 156 0.014519 10.0.0.38 - - [2026-04-30 02:23:35] "GET /instance-ip/707bf510-8c09-4564-9d66-75a7610c05ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1695 0.005619 10.0.0.38 - - [2026-04-30 02:23:35] "DELETE /instance-ip/707bf510-8c09-4564-9d66-75a7610c05ec HTTP/1.1" 200 115 0.026665 10.0.0.38 - - [2026-04-30 02:23:35] "DELETE /virtual-machine-interface/94374c51-57d4-45d3-ae72-4ccf4f589f4c HTTP/1.1" 200 115 0.031979 10.0.0.38 - - [2026-04-30 02:23:35] "DELETE /virtual-machine/89971687-3871-4357-90dd-adb95f3208ef HTTP/1.1" 200 115 0.021710 10.0.0.38 - - [2026-04-30 02:23:35] "POST /neutron/network HTTP/1.1" 200 834 0.005602 10.0.0.38 - - [2026-04-30 02:23:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004045 10.0.0.38 - - [2026-04-30 02:23:35] "POST /useragent-kv HTTP/1.1" 200 115 0.001895 10.0.0.38 - - [2026-04-30 02:23:35] "POST /useragent-kv HTTP/1.1" 200 115 0.003215 10.0.0.38 - - [2026-04-30 02:23:35] "POST /neutron/network HTTP/1.1" 200 151 0.097530 10.0.0.38 - - [2026-04-30 02:23:35] "DELETE /route-target/a78a2919-eeb7-4eb8-8a47-aad638a774cf HTTP/1.1" 200 115 0.023311 10.0.0.38 - - [2026-04-30 02:23:35] "POST /neutron/network HTTP/1.1" 200 825 0.006736 10.0.0.38 - - [2026-04-30 02:23:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.006160 10.0.0.38 - - [2026-04-30 02:23:36] "POST /useragent-kv HTTP/1.1" 200 115 0.001921 10.0.0.38 - - [2026-04-30 02:23:36] "POST /useragent-kv HTTP/1.1" 200 115 0.001775 10.0.0.38 - - [2026-04-30 02:23:36] "POST /neutron/network HTTP/1.1" 200 151 0.119730 10.0.0.38 - - [2026-04-30 02:23:36] "DELETE /route-target/54c42486-ec76-4b92-ab72-41f13d70086a HTTP/1.1" 200 115 0.027023 10.0.0.38 - - [2026-04-30 02:23:36] "GET /projects?obj_uuids=5a947664-3a4c-49ff-ac94-185c0a58f8fe&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001149 10.0.0.38 - - [2026-04-30 02:23:36] "GET /project/5a947664-3a4c-49ff-ac94-185c0a58f8fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.034670 10.0.0.38 - - [2026-04-30 02:23:36] "GET /projects?obj_uuids=5a947664-3a4c-49ff-ac94-185c0a58f8fe&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001127 10.0.0.38 - - [2026-04-30 02:23:36] "GET /project/5a947664-3a4c-49ff-ac94-185c0a58f8fe?fields=virtual_networks HTTP/1.1" 200 1037 0.072556 10.0.0.38 - - [2026-04-30 02:23:36] "GET /projects?obj_uuids=5a947664-3a4c-49ff-ac94-185c0a58f8fe&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001744 10.0.0.38 - - [2026-04-30 02:23:36] "GET /project/5a947664-3a4c-49ff-ac94-185c0a58f8fe?fields=virtual_machine_interfaces HTTP/1.1" 200 1037 0.046720 10.0.0.38 - - [2026-04-30 02:23:36] "GET /projects?obj_uuids=5a947664-3a4c-49ff-ac94-185c0a58f8fe&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001630 10.0.0.38 - - [2026-04-30 02:23:36] "GET /project/5a947664-3a4c-49ff-ac94-185c0a58f8fe?fields=security_groups HTTP/1.1" 200 1266 0.030217 10.0.0.38 - - [2026-04-30 02:23:37] "POST /fqname-to-id HTTP/1.1" 404 196 0.033251 10.0.0.38 - - [2026-04-30 02:23:37] "GET /projects?obj_uuids=8e3699a1-87c6-43d7-8587-79e68074cc53&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002899 10.0.0.38 - - [2026-04-30 02:23:37] "GET /domains?obj_uuids=033dcabd-97df-439f-8207-51383e8b92fd&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001452 10.0.0.38 - - [2026-04-30 02:23:37] "GET /domain/033dcabd-97df-439f-8207-51383e8b92fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 926 0.009717 10.0.0.38 - - [2026-04-30 02:23:37] "POST /id-to-fqname HTTP/1.1" 200 198 0.001228 10.0.0.38 - - [2026-04-30 02:23:37] "POST /fqname-to-id HTTP/1.1" 404 207 0.005348 10.0.0.38 - - [2026-04-30 02:23:37] "POST /security-groups HTTP/1.1" 200 599 0.068247 10.0.0.38 - - [2026-04-30 02:23:37] "POST /fqname-to-id HTTP/1.1" 404 242 0.002637 10.0.0.38 - - [2026-04-30 02:23:38] "POST /projects HTTP/1.1" 200 601 0.227618 10.0.0.38 - - [2026-04-30 02:23:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.278142 10.0.0.38 - - [2026-04-30 02:23:38] "POST /access-control-lists HTTP/1.1" 200 604 0.062374 10.0.0.38 - - [2026-04-30 02:23:38] "GET /project/8e3699a1-87c6-43d7-8587-79e68074cc53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.441027 10.0.0.38 - - [2026-04-30 02:23:38] "POST /fqname-to-id HTTP/1.1" 404 241 0.010180 10.0.0.38 - - [2026-04-30 02:23:38] "POST /access-control-lists HTTP/1.1" 200 602 0.072043 10.0.0.38 - - [2026-04-30 02:23:39] "GET / HTTP/1.1" 200 35931 0.003134 10.0.0.38 - - [2026-04-30 02:23:40] "POST /fqname-to-id HTTP/1.1" 401 292 0.000473 10.0.0.38 - - [2026-04-30 02:23:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.066880 10.0.0.38 - - [2026-04-30 02:23:40] "GET /projects?obj_uuids=8e3699a1-87c6-43d7-8587-79e68074cc53&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000940 10.0.0.38 - - [2026-04-30 02:23:40] "GET /project/8e3699a1-87c6-43d7-8587-79e68074cc53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.022225 10.0.0.38 - - [2026-04-30 02:23:40] "POST /neutron/network HTTP/1.1" 200 117 0.037200 10.0.0.38 - - [2026-04-30 02:23:40] "GET /projects?obj_uuids=8e3699a1-87c6-43d7-8587-79e68074cc53&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.076596 10.0.0.38 - - [2026-04-30 02:23:40] "POST /neutron/network HTTP/1.1" 200 613 0.141799 10.0.0.38 - - [2026-04-30 02:23:40] "POST /route-targets HTTP/1.1" 200 327 0.009166 10.0.0.38 - - [2026-04-30 02:23:40] "POST /ref-update HTTP/1.1" 200 156 0.015598 10.0.0.38 - - [2026-04-30 02:23:40] "POST /useragent-kv HTTP/1.1" 200 115 0.004072 10.0.0.38 - - [2026-04-30 02:23:40] "POST /neutron/subnet HTTP/1.1" 200 724 0.160347 10.0.0.38 - - [2026-04-30 02:23:41] "POST /fqname-to-id HTTP/1.1" 401 292 0.000528 10.0.0.38 - - [2026-04-30 02:23:41] "POST /useragent-kv HTTP/1.1" 200 115 0.007067 10.0.0.38 - - [2026-04-30 02:23:41] "POST /neutron/subnet HTTP/1.1" 200 828 0.198060 10.0.0.38 - - [2026-04-30 02:23:41] "POST /neutron/network HTTP/1.1" 200 1006 0.008631 10.0.0.38 - - [2026-04-30 02:23:41] "POST /id-to-fqname HTTP/1.1" 200 228 0.001668 10.0.0.38 - - [2026-04-30 02:23:41] "GET /virtual-network/32ec3b33-4758-4314-9fa8-5f9ba3b7c8f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005203 10.0.0.38 - - [2026-04-30 02:23:41] "POST /neutron/network HTTP/1.1" 200 1006 0.012575 10.0.0.38 - - [2026-04-30 02:23:41] "GET /virtual-network/32ec3b33-4758-4314-9fa8-5f9ba3b7c8f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006635 10.0.0.38 - - [2026-04-30 02:23:41] "POST /neutron/network HTTP/1.1" 200 1006 0.008757 10.0.0.38 - - [2026-04-30 02:23:41] "POST /neutron/subnet HTTP/1.1" 200 724 0.007707 10.0.0.38 - - [2026-04-30 02:23:41] "POST /neutron/subnet HTTP/1.1" 200 828 0.010058 10.0.0.38 - - [2026-04-30 02:23:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003584 10.0.0.38 - - [2026-04-30 02:23:41] "GET /projects?obj_uuids=8e3699a1-87c6-43d7-8587-79e68074cc53&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001547 10.0.0.38 - - [2026-04-30 02:23:41] "GET /project/8e3699a1-87c6-43d7-8587-79e68074cc53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.029653 10.0.0.38 - - [2026-04-30 02:23:41] "POST /fqname-to-id HTTP/1.1" 404 207 0.034897 10.0.0.38 - - [2026-04-30 02:23:41] "POST /neutron/network HTTP/1.1" 200 117 0.011262 10.0.0.38 - - [2026-04-30 02:23:41] "GET /projects?obj_uuids=8e3699a1-87c6-43d7-8587-79e68074cc53&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002155 10.0.0.38 - - [2026-04-30 02:23:41] "POST /neutron/network HTTP/1.1" 200 613 0.093812 10.0.0.38 - - [2026-04-30 02:23:41] "POST /route-targets HTTP/1.1" 200 327 0.011985 10.0.0.38 - - [2026-04-30 02:23:41] "POST /ref-update HTTP/1.1" 200 156 0.012357 10.0.0.38 - - [2026-04-30 02:23:41] "POST /useragent-kv HTTP/1.1" 200 115 0.003419 10.0.0.38 - - [2026-04-30 02:23:41] "POST /neutron/subnet HTTP/1.1" 200 720 0.190278 10.0.0.38 - - [2026-04-30 02:23:41] "POST /fqname-to-id HTTP/1.1" 404 207 0.003053 10.0.0.38 - - [2026-04-30 02:23:41] "POST /useragent-kv HTTP/1.1" 200 115 0.002816 10.0.0.38 - - [2026-04-30 02:23:41] "POST /neutron/subnet HTTP/1.1" 200 828 0.139301 10.0.0.38 - - [2026-04-30 02:23:41] "POST /neutron/network HTTP/1.1" 200 1005 0.009312 10.0.0.38 - - [2026-04-30 02:23:41] "POST /id-to-fqname HTTP/1.1" 200 228 0.001307 10.0.0.38 - - [2026-04-30 02:23:41] "GET /virtual-network/26ff44ad-259f-4417-95a8-26b8c7bc2943?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005773 10.0.0.38 - - [2026-04-30 02:23:42] "POST /neutron/network HTTP/1.1" 200 1005 0.009076 10.0.0.38 - - [2026-04-30 02:23:42] "GET /virtual-network/26ff44ad-259f-4417-95a8-26b8c7bc2943?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005388 10.0.0.38 - - [2026-04-30 02:23:42] "POST /neutron/network HTTP/1.1" 200 1005 0.007443 10.0.0.38 - - [2026-04-30 02:23:42] "POST /neutron/subnet HTTP/1.1" 200 720 0.008012 10.0.0.38 - - [2026-04-30 02:23:42] "POST /neutron/subnet HTTP/1.1" 200 828 0.008164 10.0.0.38 - - [2026-04-30 02:23:42] "POST /fqname-to-id HTTP/1.1" 404 234 0.002859 10.0.0.38 - - [2026-04-30 02:23:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002677 10.0.0.38 - - [2026-04-30 02:23:42] "GET /projects?obj_uuids=8e3699a1-87c6-43d7-8587-79e68074cc53&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001162 10.0.0.38 - - [2026-04-30 02:23:42] "GET /project/8e3699a1-87c6-43d7-8587-79e68074cc53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.033019 10.0.0.38 - - [2026-04-30 02:23:42] "POST /network-policys HTTP/1.1" 200 577 0.060685 10.0.0.38 - - [2026-04-30 02:23:42] "GET /network-policy/d03db9fc-225c-4ac0-9e0d-e7e4ea4a6f57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.005375 10.0.0.38 - - [2026-04-30 02:23:42] "POST /neutron/network HTTP/1.1" 200 1006 0.009885 10.0.0.38 - - [2026-04-30 02:23:42] "POST /fqname-to-id HTTP/1.1" 404 242 0.005150 10.0.0.38 - - [2026-04-30 02:23:42] "POST /fqname-to-id HTTP/1.1" 404 207 0.005564 10.0.0.38 - - [2026-04-30 02:23:42] "POST /neutron/network HTTP/1.1" 200 1114 0.058192 10.0.0.38 - - [2026-04-30 02:23:42] "POST /access-control-lists HTTP/1.1" 200 596 0.079698 10.0.0.38 - - [2026-04-30 02:23:42] "POST /neutron/network HTTP/1.1" 200 1114 0.055060 10.0.0.38 - - [2026-04-30 02:23:42] "GET /virtual-network/32ec3b33-4758-4314-9fa8-5f9ba3b7c8f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2963 0.007333 10.0.0.38 - - [2026-04-30 02:23:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003214 10.0.0.38 - - [2026-04-30 02:23:42] "GET /network-policy/d03db9fc-225c-4ac0-9e0d-e7e4ea4a6f57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.004473 10.0.0.38 - - [2026-04-30 02:23:42] "POST /neutron/network HTTP/1.1" 200 1005 0.007724 10.0.0.38 - - [2026-04-30 02:23:42] "POST /fqname-to-id HTTP/1.1" 404 207 0.004113 10.0.0.38 - - [2026-04-30 02:23:42] "POST /fqname-to-id HTTP/1.1" 404 242 0.005235 10.0.0.38 - - [2026-04-30 02:23:42] "POST /neutron/network HTTP/1.1" 200 1113 0.053362 10.0.0.38 - - [2026-04-30 02:23:42] "POST /neutron/network HTTP/1.1" 200 1113 0.042394 10.0.0.38 - - [2026-04-30 02:23:42] "POST /access-control-lists HTTP/1.1" 200 596 0.070382 10.0.0.38 - - [2026-04-30 02:23:42] "GET /virtual-network/26ff44ad-259f-4417-95a8-26b8c7bc2943?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.006201 10.0.0.38 - - [2026-04-30 02:23:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002600 10.0.0.38 - - [2026-04-30 02:23:42] "POST /ref-update HTTP/1.1" 200 156 0.010909 10.0.0.38 - - [2026-04-30 02:23:42] "GET /network-policy/d03db9fc-225c-4ac0-9e0d-e7e4ea4a6f57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.004350 10.0.0.38 - - [2026-04-30 02:23:42] "GET /domains HTTP/1.1" 401 292 0.000505 10.0.0.38 - - [2026-04-30 02:23:43] "GET /domains HTTP/1.1" 200 280 0.031564 10.0.0.38 - - [2026-04-30 02:23:43] "GET /domains?obj_uuids=033dcabd-97df-439f-8207-51383e8b92fd&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001010 10.0.0.38 - - [2026-04-30 02:23:43] "GET /domain/033dcabd-97df-439f-8207-51383e8b92fd HTTP/1.1" 200 2768 0.008609 10.0.0.38 - - [2026-04-30 02:23:43] "GET /projects?obj_uuids=8e3699a1-87c6-43d7-8587-79e68074cc53&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000928 10.0.0.38 - - [2026-04-30 02:23:43] "GET /project/8e3699a1-87c6-43d7-8587-79e68074cc53 HTTP/1.1" 200 2624 0.074042 10.0.0.38 - - [2026-04-30 02:23:43] "GET /virtual-network/32ec3b33-4758-4314-9fa8-5f9ba3b7c8f2 HTTP/1.1" 200 3505 0.007628 10.0.0.38 - - [2026-04-30 02:23:43] "GET /virtual-network/32ec3b33-4758-4314-9fa8-5f9ba3b7c8f2 HTTP/1.1" 200 3505 0.005548 10.0.0.38 - - [2026-04-30 02:23:43] "GET /routing-instance/ebb1f74e-a1e9-4574-90f7-3c99a868b031 HTTP/1.1" 200 1796 0.004309 10.0.0.38 - - [2026-04-30 02:23:43] "GET /routing-instance/ebb1f74e-a1e9-4574-90f7-3c99a868b031 HTTP/1.1" 200 1796 0.003485 10.0.0.38 - - [2026-04-30 02:23:43] "GET /route-target/8c531e11-4a57-4804-8e53-a8c9528d8542 HTTP/1.1" 200 1213 0.003204 10.0.0.38 - - [2026-04-30 02:23:43] "GET /virtual-network/32ec3b33-4758-4314-9fa8-5f9ba3b7c8f2 HTTP/1.1" 200 3505 0.005657 10.0.0.38 - - [2026-04-30 02:23:43] "GET /routing-instance/ebb1f74e-a1e9-4574-90f7-3c99a868b031 HTTP/1.1" 200 1796 0.003368 10.0.0.38 - - [2026-04-30 02:23:43] "GET /virtual-network/32ec3b33-4758-4314-9fa8-5f9ba3b7c8f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2963 0.005141 10.0.0.38 - - [2026-04-30 02:23:43] "GET /virtual-network/32ec3b33-4758-4314-9fa8-5f9ba3b7c8f2 HTTP/1.1" 200 3505 0.004930 10.0.0.38 - - [2026-04-30 02:23:43] "GET /routing-instance/ebb1f74e-a1e9-4574-90f7-3c99a868b031 HTTP/1.1" 200 1796 0.003760 10.0.0.38 - - [2026-04-30 02:23:43] "GET /routing-instance/ebb1f74e-a1e9-4574-90f7-3c99a868b031 HTTP/1.1" 200 1796 0.003585 10.0.0.38 - - [2026-04-30 02:23:43] "GET /route-target/8c531e11-4a57-4804-8e53-a8c9528d8542 HTTP/1.1" 200 1213 0.002852 10.0.0.38 - - [2026-04-30 02:23:43] "GET /domains HTTP/1.1" 200 280 0.003237 10.0.0.38 - - [2026-04-30 02:23:43] "GET /domains?obj_uuids=033dcabd-97df-439f-8207-51383e8b92fd&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001032 10.0.0.38 - - [2026-04-30 02:23:43] "GET /domain/033dcabd-97df-439f-8207-51383e8b92fd HTTP/1.1" 200 2768 0.006264 10.0.0.38 - - [2026-04-30 02:23:43] "GET /projects?obj_uuids=8e3699a1-87c6-43d7-8587-79e68074cc53&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002146 10.0.0.38 - - [2026-04-30 02:23:43] "GET /project/8e3699a1-87c6-43d7-8587-79e68074cc53 HTTP/1.1" 200 2624 0.083409 10.0.0.38 - - [2026-04-30 02:23:43] "GET /virtual-network/32ec3b33-4758-4314-9fa8-5f9ba3b7c8f2 HTTP/1.1" 200 3505 0.005416 10.0.0.38 - - [2026-04-30 02:23:44] "GET /obj-perms HTTP/1.1" 200 5046 0.058919 10.0.0.38 - - [2026-04-30 02:23:44] "GET /domains HTTP/1.1" 200 280 0.002879 10.0.0.38 - - [2026-04-30 02:23:44] "GET /domains?obj_uuids=033dcabd-97df-439f-8207-51383e8b92fd&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001451 10.0.0.38 - - [2026-04-30 02:23:44] "GET /domain/033dcabd-97df-439f-8207-51383e8b92fd HTTP/1.1" 200 2768 0.007830 10.0.0.38 - - [2026-04-30 02:23:44] "GET /projects?obj_uuids=8e3699a1-87c6-43d7-8587-79e68074cc53&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000910 10.0.0.38 - - [2026-04-30 02:23:44] "GET /project/8e3699a1-87c6-43d7-8587-79e68074cc53 HTTP/1.1" 200 2624 0.063122 10.0.0.38 - - [2026-04-30 02:23:44] "GET /virtual-network/26ff44ad-259f-4417-95a8-26b8c7bc2943 HTTP/1.1" 200 3502 0.007296 10.0.0.38 - - [2026-04-30 02:23:44] "GET /virtual-network/26ff44ad-259f-4417-95a8-26b8c7bc2943 HTTP/1.1" 200 3502 0.005424 10.0.0.38 - - [2026-04-30 02:23:44] "GET /routing-instance/7e7a4814-f9b0-4549-a5bb-a8abcc423d77 HTTP/1.1" 200 1795 0.003885 10.0.0.38 - - [2026-04-30 02:23:44] "GET /routing-instance/7e7a4814-f9b0-4549-a5bb-a8abcc423d77 HTTP/1.1" 200 1795 0.004011 10.0.0.38 - - [2026-04-30 02:23:44] "GET /route-target/670cae15-1eb6-401d-808c-7704e1d74225 HTTP/1.1" 200 1211 0.003395 10.0.0.38 - - [2026-04-30 02:23:44] "GET /virtual-network/26ff44ad-259f-4417-95a8-26b8c7bc2943 HTTP/1.1" 200 3502 0.005276 10.0.0.38 - - [2026-04-30 02:23:44] "GET /routing-instance/7e7a4814-f9b0-4549-a5bb-a8abcc423d77 HTTP/1.1" 200 1795 0.003390 10.0.0.38 - - [2026-04-30 02:23:44] "GET /virtual-network/26ff44ad-259f-4417-95a8-26b8c7bc2943?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.004841 10.0.0.38 - - [2026-04-30 02:23:44] "GET /virtual-network/26ff44ad-259f-4417-95a8-26b8c7bc2943 HTTP/1.1" 200 3502 0.007243 10.0.0.38 - - [2026-04-30 02:23:44] "GET /routing-instance/7e7a4814-f9b0-4549-a5bb-a8abcc423d77 HTTP/1.1" 200 1795 0.003838 10.0.0.38 - - [2026-04-30 02:23:44] "GET /routing-instance/7e7a4814-f9b0-4549-a5bb-a8abcc423d77 HTTP/1.1" 200 1795 0.003805 10.0.0.38 - - [2026-04-30 02:23:44] "GET /route-target/670cae15-1eb6-401d-808c-7704e1d74225 HTTP/1.1" 200 1211 0.003217 10.0.0.38 - - [2026-04-30 02:23:44] "GET /domains HTTP/1.1" 200 280 0.002882 10.0.0.38 - - [2026-04-30 02:23:44] "GET /domains?obj_uuids=033dcabd-97df-439f-8207-51383e8b92fd&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001059 10.0.0.38 - - [2026-04-30 02:23:44] "GET /domain/033dcabd-97df-439f-8207-51383e8b92fd HTTP/1.1" 200 2768 0.006901 10.0.0.38 - - [2026-04-30 02:23:44] "GET /projects?obj_uuids=8e3699a1-87c6-43d7-8587-79e68074cc53&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001334 10.0.0.38 - - [2026-04-30 02:23:44] "GET /project/8e3699a1-87c6-43d7-8587-79e68074cc53 HTTP/1.1" 200 2624 0.067504 10.0.0.38 - - [2026-04-30 02:23:44] "GET /virtual-network/26ff44ad-259f-4417-95a8-26b8c7bc2943 HTTP/1.1" 200 3502 0.006915 10.0.0.38 - - [2026-04-30 02:23:44] "GET /obj-perms HTTP/1.1" 200 5046 0.004145 10.0.0.38 - - [2026-04-30 02:23:44] "GET /virtual-network/26ff44ad-259f-4417-95a8-26b8c7bc2943?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.006601 10.0.0.38 - - [2026-04-30 02:23:44] "POST /neutron/network HTTP/1.1" 200 1113 0.010578 10.0.0.38 - - [2026-04-30 02:23:44] "POST /fqname-to-id HTTP/1.1" 404 207 0.006424 10.0.0.38 - - [2026-04-30 02:23:44] "POST /neutron/network HTTP/1.1" 200 1005 0.053036 10.0.0.38 - - [2026-04-30 02:23:44] "DELETE /access-control-list/5377d733-4e1d-4650-8c0a-524e3eb30199 HTTP/1.1" 200 115 0.035339 10.0.0.38 - - [2026-04-30 02:23:44] "POST /neutron/network HTTP/1.1" 200 1005 0.012355 10.0.0.38 - - [2026-04-30 02:23:44] "POST /ref-update HTTP/1.1" 200 156 0.012571 10.0.0.38 - - [2026-04-30 02:23:44] "GET /virtual-network/26ff44ad-259f-4417-95a8-26b8c7bc2943?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005281 10.0.0.38 - - [2026-04-30 02:23:44] "GET /virtual-network/32ec3b33-4758-4314-9fa8-5f9ba3b7c8f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2963 0.006015 10.0.0.38 - - [2026-04-30 02:23:44] "POST /neutron/network HTTP/1.1" 200 1114 0.008687 10.0.0.38 - - [2026-04-30 02:23:44] "POST /fqname-to-id HTTP/1.1" 404 207 0.007836 10.0.0.38 - - [2026-04-30 02:23:44] "POST /neutron/network HTTP/1.1" 200 1006 0.050197 10.0.0.38 - - [2026-04-30 02:23:44] "DELETE /access-control-list/d9d3a8df-1c18-4448-8f81-f1bb99ab481c HTTP/1.1" 200 115 0.034792 10.0.0.38 - - [2026-04-30 02:23:44] "POST /neutron/network HTTP/1.1" 200 1006 0.008826 10.0.0.38 - - [2026-04-30 02:23:44] "POST /ref-update HTTP/1.1" 200 156 0.019958 10.0.0.38 - - [2026-04-30 02:23:44] "GET /virtual-network/32ec3b33-4758-4314-9fa8-5f9ba3b7c8f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005009 10.0.0.38 - - [2026-04-30 02:23:44] "DELETE /network-policy/d03db9fc-225c-4ac0-9e0d-e7e4ea4a6f57 HTTP/1.1" 200 115 0.024629 10.0.0.38 - - [2026-04-30 02:23:44] "POST /neutron/network HTTP/1.1" 200 1005 0.009204 10.0.0.38 - - [2026-04-30 02:23:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.005281 10.0.0.38 - - [2026-04-30 02:23:44] "POST /useragent-kv HTTP/1.1" 200 115 0.002883 10.0.0.38 - - [2026-04-30 02:23:44] "POST /useragent-kv HTTP/1.1" 200 115 0.003194 10.0.0.38 - - [2026-04-30 02:23:44] "POST /useragent-kv HTTP/1.1" 200 115 0.002068 10.0.0.38 - - [2026-04-30 02:23:44] "POST /useragent-kv HTTP/1.1" 200 115 0.001945 10.0.0.38 - - [2026-04-30 02:23:44] "POST /neutron/network HTTP/1.1" 200 151 0.114484 10.0.0.38 - - [2026-04-30 02:23:44] "DELETE /route-target/670cae15-1eb6-401d-808c-7704e1d74225 HTTP/1.1" 200 115 0.027805 10.0.0.38 - - [2026-04-30 02:23:44] "GET /routing-instance/7e7a4814-f9b0-4549-a5bb-a8abcc423d77 HTTP/1.1" 404 171 0.002486 10.0.0.38 - - [2026-04-30 02:23:44] "GET /domains HTTP/1.1" 200 280 0.002855 10.0.0.38 - - [2026-04-30 02:23:44] "GET /domains?obj_uuids=033dcabd-97df-439f-8207-51383e8b92fd&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001045 10.0.0.38 - - [2026-04-30 02:23:44] "GET /domain/033dcabd-97df-439f-8207-51383e8b92fd HTTP/1.1" 200 2768 0.046863 10.0.0.38 - - [2026-04-30 02:23:44] "GET /projects?obj_uuids=8e3699a1-87c6-43d7-8587-79e68074cc53&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002597 10.0.0.38 - - [2026-04-30 02:23:45] "GET /project/8e3699a1-87c6-43d7-8587-79e68074cc53 HTTP/1.1" 200 2144 0.073551 10.0.0.38 - - [2026-04-30 02:23:45] "POST /neutron/network HTTP/1.1" 200 1006 0.024126 10.0.0.38 - - [2026-04-30 02:23:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004572 10.0.0.38 - - [2026-04-30 02:23:45] "POST /useragent-kv HTTP/1.1" 200 115 0.002840 10.0.0.38 - - [2026-04-30 02:23:45] "POST /useragent-kv HTTP/1.1" 200 115 0.002161 10.0.0.38 - - [2026-04-30 02:23:45] "POST /useragent-kv HTTP/1.1" 200 115 0.002388 10.0.0.38 - - [2026-04-30 02:23:45] "POST /useragent-kv HTTP/1.1" 200 115 0.001870 10.0.0.38 - - [2026-04-30 02:23:45] "POST /neutron/network HTTP/1.1" 200 151 0.111101 10.0.0.38 - - [2026-04-30 02:23:45] "DELETE /route-target/8c531e11-4a57-4804-8e53-a8c9528d8542 HTTP/1.1" 200 115 0.026210 10.0.0.38 - - [2026-04-30 02:23:45] "GET /routing-instance/ebb1f74e-a1e9-4574-90f7-3c99a868b031 HTTP/1.1" 404 171 0.002671 10.0.0.38 - - [2026-04-30 02:23:45] "GET /domains HTTP/1.1" 200 280 0.002748 10.0.0.38 - - [2026-04-30 02:23:45] "GET /domains?obj_uuids=033dcabd-97df-439f-8207-51383e8b92fd&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001028 10.0.0.38 - - [2026-04-30 02:23:45] "GET /domain/033dcabd-97df-439f-8207-51383e8b92fd HTTP/1.1" 200 2768 0.049554 10.0.0.38 - - [2026-04-30 02:23:45] "GET /projects?obj_uuids=8e3699a1-87c6-43d7-8587-79e68074cc53&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001397 10.0.0.38 - - [2026-04-30 02:23:45] "GET /project/8e3699a1-87c6-43d7-8587-79e68074cc53 HTTP/1.1" 200 1899 0.069483 10.0.0.38 - - [2026-04-30 02:23:45] "GET /projects?obj_uuids=8e3699a1-87c6-43d7-8587-79e68074cc53&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001107 10.0.0.38 - - [2026-04-30 02:23:45] "GET /project/8e3699a1-87c6-43d7-8587-79e68074cc53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.022832 10.0.0.38 - - [2026-04-30 02:23:45] "GET /projects?obj_uuids=8e3699a1-87c6-43d7-8587-79e68074cc53&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001072 10.0.0.38 - - [2026-04-30 02:23:45] "GET /project/8e3699a1-87c6-43d7-8587-79e68074cc53?fields=virtual_networks HTTP/1.1" 200 1047 0.075377 10.0.0.38 - - [2026-04-30 02:23:45] "GET /projects?obj_uuids=8e3699a1-87c6-43d7-8587-79e68074cc53&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001682 10.0.0.38 - - [2026-04-30 02:23:45] "GET /project/8e3699a1-87c6-43d7-8587-79e68074cc53?fields=virtual_machine_interfaces HTTP/1.1" 200 1047 0.029452 10.0.0.38 - - [2026-04-30 02:23:45] "GET /projects?obj_uuids=8e3699a1-87c6-43d7-8587-79e68074cc53&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001153 10.0.0.38 - - [2026-04-30 02:23:45] "GET /project/8e3699a1-87c6-43d7-8587-79e68074cc53?fields=security_groups HTTP/1.1" 200 1281 0.025721 10.0.0.38 - - [2026-04-30 02:23:46] "POST /fqname-to-id HTTP/1.1" 404 204 0.030647 10.0.0.38 - - [2026-04-30 02:23:46] "GET /projects?obj_uuids=9a409a04-84aa-46f1-bd5b-8b0984c66b8d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003074 10.0.0.38 - - [2026-04-30 02:23:46] "GET /domains?obj_uuids=033dcabd-97df-439f-8207-51383e8b92fd&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000996 10.0.0.38 - - [2026-04-30 02:23:46] "GET /domain/033dcabd-97df-439f-8207-51383e8b92fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 926 0.006662 10.0.0.38 - - [2026-04-30 02:23:47] "POST /id-to-fqname HTTP/1.1" 200 206 0.003295 10.0.0.38 - - [2026-04-30 02:23:47] "POST /fqname-to-id HTTP/1.1" 404 215 0.003121 10.0.0.38 - - [2026-04-30 02:23:47] "POST /security-groups HTTP/1.1" 200 607 0.064197 10.0.0.38 - - [2026-04-30 02:23:47] "POST /fqname-to-id HTTP/1.1" 404 250 0.002812 10.0.0.38 - - [2026-04-30 02:23:47] "POST /projects HTTP/1.1" 200 617 0.221507 10.0.0.38 - - [2026-04-30 02:23:47] "POST /access-control-lists HTTP/1.1" 200 612 0.063735 10.0.0.38 - - [2026-04-30 02:23:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.299541 10.0.0.38 - - [2026-04-30 02:23:47] "POST /fqname-to-id HTTP/1.1" 404 249 0.003436 10.0.0.38 - - [2026-04-30 02:23:47] "GET /project/9a409a04-84aa-46f1-bd5b-8b0984c66b8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.431007 10.0.0.38 - - [2026-04-30 02:23:47] "POST /access-control-lists HTTP/1.1" 200 610 0.060610 10.0.0.38 - - [2026-04-30 02:23:48] "GET / HTTP/1.1" 200 35931 0.002125 10.0.0.38 - - [2026-04-30 02:23:49] "POST /fqname-to-id HTTP/1.1" 401 292 0.000514 10.0.0.38 - - [2026-04-30 02:23:49] "POST /fqname-to-id HTTP/1.1" 404 233 0.072131 10.0.0.38 - - [2026-04-30 02:23:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003073 10.0.0.38 - - [2026-04-30 02:23:49] "GET /projects?obj_uuids=9a409a04-84aa-46f1-bd5b-8b0984c66b8d&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001224 10.0.0.38 - - [2026-04-30 02:23:49] "GET /project/9a409a04-84aa-46f1-bd5b-8b0984c66b8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.022901 10.0.0.38 - - [2026-04-30 02:23:50] "POST /network-policys HTTP/1.1" 200 567 0.064487 10.0.0.38 - - [2026-04-30 02:23:50] "GET /network-policy/c8a6f6e3-919c-4a95-a48a-73e2c1809170?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3153 0.005471 10.0.0.38 - - [2026-04-30 02:23:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003213 10.0.0.38 - - [2026-04-30 02:23:50] "GET /projects?obj_uuids=9a409a04-84aa-46f1-bd5b-8b0984c66b8d&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001086 10.0.0.38 - - [2026-04-30 02:23:50] "GET /project/9a409a04-84aa-46f1-bd5b-8b0984c66b8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.023390 10.0.0.38 - - [2026-04-30 02:23:50] "POST /neutron/network HTTP/1.1" 200 117 0.046681 10.0.0.38 - - [2026-04-30 02:23:50] "GET /projects?obj_uuids=9a409a04-84aa-46f1-bd5b-8b0984c66b8d&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001031 10.0.0.38 - - [2026-04-30 02:23:50] "POST /neutron/network HTTP/1.1" 200 623 0.063799 10.0.0.38 - - [2026-04-30 02:23:50] "POST /route-targets HTTP/1.1" 200 327 0.014459 10.0.0.38 - - [2026-04-30 02:23:50] "POST /ref-update HTTP/1.1" 200 156 0.016184 10.0.0.38 - - [2026-04-30 02:23:50] "POST /useragent-kv HTTP/1.1" 200 115 0.003719 10.0.0.38 - - [2026-04-30 02:23:50] "POST /neutron/subnet HTTP/1.1" 200 725 0.198336 10.0.0.38 - - [2026-04-30 02:23:50] "POST /fqname-to-id HTTP/1.1" 404 207 0.002892 10.0.0.38 - - [2026-04-30 02:23:50] "POST /useragent-kv HTTP/1.1" 200 115 0.005024 10.0.0.38 - - [2026-04-30 02:23:50] "POST /neutron/subnet HTTP/1.1" 200 828 0.135824 10.0.0.38 - - [2026-04-30 02:23:50] "POST /neutron/network HTTP/1.1" 200 1016 0.008547 10.0.0.38 - - [2026-04-30 02:23:50] "POST /id-to-fqname HTTP/1.1" 200 237 0.001599 10.0.0.38 - - [2026-04-30 02:23:50] "GET /virtual-network/b52a2c64-bda4-4754-af1e-69bfd72f6c03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2659 0.006030 10.0.0.38 - - [2026-04-30 02:23:50] "POST /neutron/network HTTP/1.1" 200 1016 0.009029 10.0.0.38 - - [2026-04-30 02:23:50] "GET /virtual-network/b52a2c64-bda4-4754-af1e-69bfd72f6c03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2659 0.005890 10.0.0.38 - - [2026-04-30 02:23:50] "POST /neutron/network HTTP/1.1" 200 1016 0.008264 10.0.0.38 - - [2026-04-30 02:23:50] "POST /neutron/subnet HTTP/1.1" 200 725 0.007565 10.0.0.38 - - [2026-04-30 02:23:51] "POST /neutron/subnet HTTP/1.1" 200 828 0.008231 10.0.0.38 - - [2026-04-30 02:23:51] "POST /neutron/network HTTP/1.1" 200 1016 0.007971 10.0.0.38 - - [2026-04-30 02:23:51] "POST /fqname-to-id HTTP/1.1" 404 252 0.007895 10.0.0.38 - - [2026-04-30 02:23:51] "POST /fqname-to-id HTTP/1.1" 404 207 0.003850 10.0.0.38 - - [2026-04-30 02:23:51] "POST /neutron/network HTTP/1.1" 200 1123 0.049678 10.0.0.38 - - [2026-04-30 02:23:51] "POST /access-control-lists HTTP/1.1" 200 607 0.068502 10.0.0.38 - - [2026-04-30 02:23:51] "POST /neutron/network HTTP/1.1" 200 1123 0.050880 10.0.0.38 - - [2026-04-30 02:23:51] "GET /virtual-network/b52a2c64-bda4-4754-af1e-69bfd72f6c03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2982 0.005633 10.0.0.38 - - [2026-04-30 02:23:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003585 10.0.0.38 - - [2026-04-30 02:23:51] "GET /network-policy/c8a6f6e3-919c-4a95-a48a-73e2c1809170?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3153 0.004557 10.0.0.38 - - [2026-04-30 02:23:51] "GET /domains HTTP/1.1" 401 292 0.000453 10.0.0.38 - - [2026-04-30 02:23:51] "GET /domains HTTP/1.1" 200 280 0.029299 10.0.0.38 - - [2026-04-30 02:23:51] "GET /domains?obj_uuids=033dcabd-97df-439f-8207-51383e8b92fd&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001378 10.0.0.38 - - [2026-04-30 02:23:51] "GET /domain/033dcabd-97df-439f-8207-51383e8b92fd HTTP/1.1" 200 2970 0.009482 10.0.0.38 - - [2026-04-30 02:23:51] "GET /projects?obj_uuids=9a409a04-84aa-46f1-bd5b-8b0984c66b8d&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001579 10.0.0.38 - - [2026-04-30 02:23:51] "GET /project/9a409a04-84aa-46f1-bd5b-8b0984c66b8d HTTP/1.1" 200 2458 0.073736 10.0.0.38 - - [2026-04-30 02:23:51] "GET /virtual-network/b52a2c64-bda4-4754-af1e-69bfd72f6c03 HTTP/1.1" 200 3544 0.008965 10.0.0.38 - - [2026-04-30 02:23:51] "GET /virtual-network/b52a2c64-bda4-4754-af1e-69bfd72f6c03 HTTP/1.1" 200 3544 0.005310 10.0.0.38 - - [2026-04-30 02:23:51] "GET /routing-instance/7af8ae67-05b8-45d1-91ab-b5b8e00c0c4c HTTP/1.1" 200 1495 0.003897 10.0.0.38 - - [2026-04-30 02:23:51] "GET /routing-instance/7af8ae67-05b8-45d1-91ab-b5b8e00c0c4c HTTP/1.1" 200 1495 0.003600 10.0.0.38 - - [2026-04-30 02:23:51] "GET /route-target/56a20902-7f83-4de2-82bb-91d837bf8db8 HTTP/1.1" 200 1221 0.003345 10.0.0.38 - - [2026-04-30 02:23:51] "GET /virtual-network/b52a2c64-bda4-4754-af1e-69bfd72f6c03 HTTP/1.1" 200 3544 0.005178 10.0.0.38 - - [2026-04-30 02:23:51] "GET /routing-instance/7af8ae67-05b8-45d1-91ab-b5b8e00c0c4c HTTP/1.1" 200 1495 0.003935 10.0.0.38 - - [2026-04-30 02:23:51] "GET /virtual-network/b52a2c64-bda4-4754-af1e-69bfd72f6c03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2982 0.006202 10.0.0.38 - - [2026-04-30 02:23:51] "GET /virtual-network/b52a2c64-bda4-4754-af1e-69bfd72f6c03 HTTP/1.1" 200 3544 0.004805 10.0.0.38 - - [2026-04-30 02:23:51] "GET /routing-instance/7af8ae67-05b8-45d1-91ab-b5b8e00c0c4c HTTP/1.1" 200 1495 0.003761 10.0.0.38 - - [2026-04-30 02:23:51] "GET /routing-instance/7af8ae67-05b8-45d1-91ab-b5b8e00c0c4c HTTP/1.1" 200 1495 0.003850 10.0.0.38 - - [2026-04-30 02:23:51] "GET /route-target/56a20902-7f83-4de2-82bb-91d837bf8db8 HTTP/1.1" 200 1221 0.003334 10.0.0.38 - - [2026-04-30 02:23:51] "GET /domains HTTP/1.1" 200 280 0.002833 10.0.0.38 - - [2026-04-30 02:23:51] "GET /domains?obj_uuids=033dcabd-97df-439f-8207-51383e8b92fd&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001411 10.0.0.38 - - [2026-04-30 02:23:51] "GET /domain/033dcabd-97df-439f-8207-51383e8b92fd HTTP/1.1" 200 2970 0.007632 10.0.0.38 - - [2026-04-30 02:23:51] "GET /projects?obj_uuids=9a409a04-84aa-46f1-bd5b-8b0984c66b8d&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000949 10.0.0.38 - - [2026-04-30 02:23:51] "GET /project/9a409a04-84aa-46f1-bd5b-8b0984c66b8d HTTP/1.1" 200 2458 0.067101 10.0.0.38 - - [2026-04-30 02:23:51] "GET /virtual-network/b52a2c64-bda4-4754-af1e-69bfd72f6c03 HTTP/1.1" 200 3544 0.005481 10.0.0.38 - - [2026-04-30 02:23:52] "GET /obj-perms HTTP/1.1" 200 5062 0.068033 10.0.0.38 - - [2026-04-30 02:23:52] "GET /domains HTTP/1.1" 200 280 0.003084 10.0.0.38 - - [2026-04-30 02:23:52] "GET /domains?obj_uuids=033dcabd-97df-439f-8207-51383e8b92fd&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001190 10.0.0.38 - - [2026-04-30 02:23:52] "GET /domain/033dcabd-97df-439f-8207-51383e8b92fd HTTP/1.1" 200 2970 0.007879 10.0.0.38 - - [2026-04-30 02:23:52] "GET /projects?obj_uuids=9a409a04-84aa-46f1-bd5b-8b0984c66b8d&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000943 10.0.0.38 - - [2026-04-30 02:23:52] "GET /project/9a409a04-84aa-46f1-bd5b-8b0984c66b8d HTTP/1.1" 200 2458 0.067800 10.0.0.38 - - [2026-04-30 02:23:52] "GET /network-policy/c8a6f6e3-919c-4a95-a48a-73e2c1809170 HTTP/1.1" 200 3479 0.004291 10.0.0.38 - - [2026-04-30 02:23:52] "DELETE /network-policy/c8a6f6e3-919c-4a95-a48a-73e2c1809170 HTTP/1.1" 409 238 0.005454 10.0.0.38 - - [2026-04-30 02:23:52] "POST /neutron/network HTTP/1.1" 200 1123 0.007282 10.0.0.38 - - [2026-04-30 02:23:52] "DELETE /access-control-list/08c2130b-f211-4755-89cf-ccb37cf5acbf HTTP/1.1" 200 115 0.027337 10.0.0.38 - - [2026-04-30 02:23:52] "POST /useragent-kv HTTP/1.1" 200 115 0.002221 10.0.0.38 - - [2026-04-30 02:23:52] "POST /useragent-kv HTTP/1.1" 200 115 0.002123 10.0.0.38 - - [2026-04-30 02:23:52] "POST /useragent-kv HTTP/1.1" 200 115 0.001932 10.0.0.38 - - [2026-04-30 02:23:52] "POST /useragent-kv HTTP/1.1" 200 115 0.002398 10.0.0.38 - - [2026-04-30 02:23:52] "POST /neutron/network HTTP/1.1" 200 151 0.091697 10.0.0.38 - - [2026-04-30 02:23:52] "GET /routing-instance/7af8ae67-05b8-45d1-91ab-b5b8e00c0c4c HTTP/1.1" 404 171 0.002400 10.0.0.38 - - [2026-04-30 02:23:52] "GET /domains HTTP/1.1" 200 280 0.002288 10.0.0.38 - - [2026-04-30 02:23:52] "GET /domains?obj_uuids=033dcabd-97df-439f-8207-51383e8b92fd&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000833 10.0.0.38 - - [2026-04-30 02:23:52] "GET /domain/033dcabd-97df-439f-8207-51383e8b92fd HTTP/1.1" 200 2970 0.049637 10.0.0.38 - - [2026-04-30 02:23:52] "GET /projects?obj_uuids=9a409a04-84aa-46f1-bd5b-8b0984c66b8d&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000982 10.0.0.38 - - [2026-04-30 02:23:52] "GET /project/9a409a04-84aa-46f1-bd5b-8b0984c66b8d HTTP/1.1" 200 2204 0.074794 10.0.0.38 - - [2026-04-30 02:23:52] "DELETE /network-policy/c8a6f6e3-919c-4a95-a48a-73e2c1809170 HTTP/1.1" 200 115 0.022500 10.0.0.38 - - [2026-04-30 02:23:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002562 10.0.0.38 - - [2026-04-30 02:23:52] "GET /projects?obj_uuids=9a409a04-84aa-46f1-bd5b-8b0984c66b8d&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001523 10.0.0.38 - - [2026-04-30 02:23:52] "GET /project/9a409a04-84aa-46f1-bd5b-8b0984c66b8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.028306 10.0.0.38 - - [2026-04-30 02:23:52] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyNegativeIpv4v6-00287660&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.004854 10.0.0.38 - - [2026-04-30 02:23:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003290 10.0.0.38 - - [2026-04-30 02:23:53] "DELETE /route-target/56a20902-7f83-4de2-82bb-91d837bf8db8 HTTP/1.1" 200 115 0.020343 10.0.0.38 - - [2026-04-30 02:23:53] "GET /projects?obj_uuids=9a409a04-84aa-46f1-bd5b-8b0984c66b8d&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001030 10.0.0.38 - - [2026-04-30 02:23:53] "GET /project/9a409a04-84aa-46f1-bd5b-8b0984c66b8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.027632 10.0.0.38 - - [2026-04-30 02:23:53] "GET /projects?obj_uuids=9a409a04-84aa-46f1-bd5b-8b0984c66b8d&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001183 10.0.0.38 - - [2026-04-30 02:23:53] "GET /project/9a409a04-84aa-46f1-bd5b-8b0984c66b8d?fields=virtual_networks HTTP/1.1" 200 1064 0.067881 10.0.0.38 - - [2026-04-30 02:23:53] "GET /projects?obj_uuids=9a409a04-84aa-46f1-bd5b-8b0984c66b8d&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001000 10.0.0.38 - - [2026-04-30 02:23:53] "GET /project/9a409a04-84aa-46f1-bd5b-8b0984c66b8d?fields=virtual_machine_interfaces HTTP/1.1" 200 1064 0.022434 10.0.0.38 - - [2026-04-30 02:23:53] "GET /projects?obj_uuids=9a409a04-84aa-46f1-bd5b-8b0984c66b8d&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001159 10.0.0.38 - - [2026-04-30 02:23:53] "GET /project/9a409a04-84aa-46f1-bd5b-8b0984c66b8d?fields=security_groups HTTP/1.1" 200 1306 0.029728 10.0.0.38 - - [2026-04-30 02:23:54] "POST /fqname-to-id HTTP/1.1" 404 190 0.032608 10.0.0.38 - - [2026-04-30 02:23:54] "GET /projects?obj_uuids=702e8d36-f2f2-4bbf-a6b4-07fb71d2f84a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002476 10.0.0.38 - - [2026-04-30 02:23:54] "GET /domains?obj_uuids=033dcabd-97df-439f-8207-51383e8b92fd&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001198 10.0.0.38 - - [2026-04-30 02:23:54] "GET /domain/033dcabd-97df-439f-8207-51383e8b92fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 926 0.007409 10.0.0.38 - - [2026-04-30 02:23:54] "POST /id-to-fqname HTTP/1.1" 200 192 0.001592 10.0.0.38 - - [2026-04-30 02:23:54] "POST /fqname-to-id HTTP/1.1" 404 201 0.002343 10.0.0.38 - - [2026-04-30 02:23:54] "POST /security-groups HTTP/1.1" 200 593 0.064767 10.0.0.38 - - [2026-04-30 02:23:54] "POST /fqname-to-id HTTP/1.1" 404 236 0.002398 10.0.0.38 - - [2026-04-30 02:23:55] "POST /projects HTTP/1.1" 200 589 0.220387 10.0.0.38 - - [2026-04-30 02:23:55] "POST /access-control-lists HTTP/1.1" 200 598 0.058750 10.0.0.38 - - [2026-04-30 02:23:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.299796 10.0.0.38 - - [2026-04-30 02:23:55] "POST /fqname-to-id HTTP/1.1" 404 235 0.002897 10.0.0.38 - - [2026-04-30 02:23:55] "GET /project/702e8d36-f2f2-4bbf-a6b4-07fb71d2f84a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.432306 10.0.0.38 - - [2026-04-30 02:23:55] "POST /access-control-lists HTTP/1.1" 200 596 0.061357 10.0.0.38 - - [2026-04-30 02:23:56] "GET / HTTP/1.1" 200 35931 0.001987 10.0.0.38 - - [2026-04-30 02:23:57] "POST /fqname-to-id HTTP/1.1" 401 292 0.000488 10.0.0.38 - - [2026-04-30 02:23:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.074579 10.0.0.38 - - [2026-04-30 02:23:57] "GET /projects?obj_uuids=702e8d36-f2f2-4bbf-a6b4-07fb71d2f84a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001176 10.0.0.38 - - [2026-04-30 02:23:57] "GET /project/702e8d36-f2f2-4bbf-a6b4-07fb71d2f84a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.025759 10.0.0.38 - - [2026-04-30 02:23:57] "POST /neutron/network HTTP/1.1" 200 117 0.038838 10.0.0.38 - - [2026-04-30 02:23:57] "GET /projects?obj_uuids=702e8d36-f2f2-4bbf-a6b4-07fb71d2f84a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001314 10.0.0.38 - - [2026-04-30 02:23:57] "POST /neutron/network HTTP/1.1" 200 607 0.066380 10.0.0.38 - - [2026-04-30 02:23:57] "POST /route-targets HTTP/1.1" 200 327 0.013148 10.0.0.38 - - [2026-04-30 02:23:57] "POST /ref-update HTTP/1.1" 200 156 0.010451 10.0.0.38 - - [2026-04-30 02:23:57] "POST /useragent-kv HTTP/1.1" 200 115 0.002366 10.0.0.38 - - [2026-04-30 02:23:57] "POST /neutron/subnet HTTP/1.1" 200 729 0.190087 10.0.0.38 - - [2026-04-30 02:23:57] "POST /neutron/network HTTP/1.1" 200 827 0.005853 10.0.0.38 - - [2026-04-30 02:23:57] "POST /id-to-fqname HTTP/1.1" 200 222 0.001284 10.0.0.38 - - [2026-04-30 02:23:57] "GET /virtual-network/73a7ea61-a68f-4f1c-a72c-fb0b69e29da0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005211 10.0.0.38 - - [2026-04-30 02:23:57] "POST /neutron/network HTTP/1.1" 200 827 0.006680 10.0.0.38 - - [2026-04-30 02:23:57] "GET /virtual-network/73a7ea61-a68f-4f1c-a72c-fb0b69e29da0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006280 10.0.0.38 - - [2026-04-30 02:23:57] "POST /neutron/network HTTP/1.1" 200 827 0.006515 10.0.0.38 - - [2026-04-30 02:23:57] "POST /neutron/subnet HTTP/1.1" 200 729 0.007722 10.0.0.38 - - [2026-04-30 02:23:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002754 10.0.0.38 - - [2026-04-30 02:23:57] "GET /projects?obj_uuids=702e8d36-f2f2-4bbf-a6b4-07fb71d2f84a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001489 10.0.0.38 - - [2026-04-30 02:23:58] "GET /project/702e8d36-f2f2-4bbf-a6b4-07fb71d2f84a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.032165 10.0.0.38 - - [2026-04-30 02:23:58] "POST /neutron/network HTTP/1.1" 200 117 0.010626 10.0.0.38 - - [2026-04-30 02:23:58] "GET /projects?obj_uuids=702e8d36-f2f2-4bbf-a6b4-07fb71d2f84a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001108 10.0.0.38 - - [2026-04-30 02:23:58] "POST /neutron/network HTTP/1.1" 200 607 0.063616 10.0.0.38 - - [2026-04-30 02:23:58] "POST /route-targets HTTP/1.1" 200 327 0.013129 10.0.0.38 - - [2026-04-30 02:23:58] "POST /ref-update HTTP/1.1" 200 156 0.013484 10.0.0.38 - - [2026-04-30 02:23:58] "POST /useragent-kv HTTP/1.1" 200 115 0.004710 10.0.0.38 - - [2026-04-30 02:23:58] "POST /neutron/subnet HTTP/1.1" 200 720 0.207161 10.0.0.38 - - [2026-04-30 02:23:58] "POST /neutron/network HTTP/1.1" 200 825 0.005482 10.0.0.38 - - [2026-04-30 02:23:58] "POST /id-to-fqname HTTP/1.1" 200 222 0.001375 10.0.0.38 - - [2026-04-30 02:23:58] "GET /virtual-network/b507bc1b-a861-4ca5-89f0-f0e710f05d0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006327 10.0.0.38 - - [2026-04-30 02:23:58] "POST /neutron/network HTTP/1.1" 200 825 0.006113 10.0.0.38 - - [2026-04-30 02:23:58] "GET /virtual-network/b507bc1b-a861-4ca5-89f0-f0e710f05d0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005125 10.0.0.38 - - [2026-04-30 02:23:58] "POST /neutron/network HTTP/1.1" 200 825 0.006426 10.0.0.38 - - [2026-04-30 02:23:58] "POST /neutron/subnet HTTP/1.1" 200 720 0.006743 10.0.0.38 - - [2026-04-30 02:23:58] "POST /fqname-to-id HTTP/1.1" 404 228 0.003157 10.0.0.38 - - [2026-04-30 02:23:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002269 10.0.0.38 - - [2026-04-30 02:23:58] "GET /projects?obj_uuids=702e8d36-f2f2-4bbf-a6b4-07fb71d2f84a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002798 10.0.0.38 - - [2026-04-30 02:23:58] "GET /project/702e8d36-f2f2-4bbf-a6b4-07fb71d2f84a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.030839 10.0.0.38 - - [2026-04-30 02:23:58] "POST /network-policys HTTP/1.1" 200 571 0.018351 10.0.0.38 - - [2026-04-30 02:23:58] "GET /network-policy/1b181c08-5596-433a-825a-5beb8336bcec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2150 0.005950 10.0.0.38 - - [2026-04-30 02:23:58] "POST /neutron/network HTTP/1.1" 200 827 0.008715 10.0.0.38 - - [2026-04-30 02:23:58] "POST /fqname-to-id HTTP/1.1" 404 236 0.002453 10.0.0.38 - - [2026-04-30 02:23:58] "POST /neutron/network HTTP/1.1" 200 929 0.049282 10.0.0.38 - - [2026-04-30 02:23:58] "POST /neutron/network HTTP/1.1" 200 929 0.046702 10.0.0.38 - - [2026-04-30 02:23:58] "POST /access-control-lists HTTP/1.1" 200 590 0.077824 10.0.0.38 - - [2026-04-30 02:23:58] "GET /virtual-network/73a7ea61-a68f-4f1c-a72c-fb0b69e29da0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.006539 10.0.0.38 - - [2026-04-30 02:23:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004762 10.0.0.38 - - [2026-04-30 02:23:59] "GET /network-policy/1b181c08-5596-433a-825a-5beb8336bcec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2150 0.004299 10.0.0.38 - - [2026-04-30 02:23:59] "POST /neutron/network HTTP/1.1" 200 825 0.006774 10.0.0.38 - - [2026-04-30 02:23:59] "POST /fqname-to-id HTTP/1.1" 404 236 0.004879 10.0.0.38 - - [2026-04-30 02:23:59] "POST /neutron/network HTTP/1.1" 200 927 0.049481 10.0.0.38 - - [2026-04-30 02:23:59] "POST /access-control-lists HTTP/1.1" 200 590 0.069784 10.0.0.38 - - [2026-04-30 02:23:59] "POST /neutron/network HTTP/1.1" 200 927 0.040386 10.0.0.38 - - [2026-04-30 02:23:59] "GET /virtual-network/b507bc1b-a861-4ca5-89f0-f0e710f05d0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.007606 10.0.0.38 - - [2026-04-30 02:23:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002570 10.0.0.38 - - [2026-04-30 02:23:59] "POST /ref-update HTTP/1.1" 200 156 0.011253 10.0.0.38 - - [2026-04-30 02:23:59] "GET /network-policy/1b181c08-5596-433a-825a-5beb8336bcec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2150 0.003824 10.0.0.38 - - [2026-04-30 02:23:59] "GET /domains HTTP/1.1" 401 292 0.000551 10.0.0.38 - - [2026-04-30 02:23:59] "GET /domains HTTP/1.1" 200 280 0.039043 10.0.0.38 - - [2026-04-30 02:23:59] "GET /domains?obj_uuids=033dcabd-97df-439f-8207-51383e8b92fd&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001585 10.0.0.38 - - [2026-04-30 02:23:59] "GET /domain/033dcabd-97df-439f-8207-51383e8b92fd HTTP/1.1" 200 3158 0.010969 10.0.0.38 - - [2026-04-30 02:23:59] "GET /projects?obj_uuids=702e8d36-f2f2-4bbf-a6b4-07fb71d2f84a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001394 10.0.0.38 - - [2026-04-30 02:23:59] "GET /project/702e8d36-f2f2-4bbf-a6b4-07fb71d2f84a HTTP/1.1" 200 2570 0.071462 10.0.0.38 - - [2026-04-30 02:23:59] "GET /virtual-network/73a7ea61-a68f-4f1c-a72c-fb0b69e29da0 HTTP/1.1" 200 2894 0.008200 10.0.0.38 - - [2026-04-30 02:23:59] "GET /virtual-network/73a7ea61-a68f-4f1c-a72c-fb0b69e29da0 HTTP/1.1" 200 2894 0.005700 10.0.0.38 - - [2026-04-30 02:23:59] "GET /routing-instance/7ea7d545-7b7d-4278-b114-7be0c82eafa9 HTTP/1.1" 200 1783 0.008042 10.0.0.38 - - [2026-04-30 02:23:59] "GET /routing-instance/7ea7d545-7b7d-4278-b114-7be0c82eafa9 HTTP/1.1" 200 1783 0.005149 10.0.0.38 - - [2026-04-30 02:23:59] "GET /route-target/3a2992b1-4bc3-4b6f-bb78-29a33ebb818d HTTP/1.1" 200 1206 0.004253 10.0.0.38 - - [2026-04-30 02:23:59] "GET /virtual-network/73a7ea61-a68f-4f1c-a72c-fb0b69e29da0 HTTP/1.1" 200 2894 0.006005 10.0.0.38 - - [2026-04-30 02:23:59] "GET /routing-instance/7ea7d545-7b7d-4278-b114-7be0c82eafa9 HTTP/1.1" 200 1783 0.004088 10.0.0.38 - - [2026-04-30 02:23:59] "GET /virtual-network/73a7ea61-a68f-4f1c-a72c-fb0b69e29da0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.005782 10.0.0.38 - - [2026-04-30 02:23:59] "GET /virtual-network/73a7ea61-a68f-4f1c-a72c-fb0b69e29da0 HTTP/1.1" 200 2894 0.005361 10.0.0.38 - - [2026-04-30 02:23:59] "GET /routing-instance/7ea7d545-7b7d-4278-b114-7be0c82eafa9 HTTP/1.1" 200 1783 0.003868 10.0.0.38 - - [2026-04-30 02:23:59] "GET /routing-instance/7ea7d545-7b7d-4278-b114-7be0c82eafa9 HTTP/1.1" 200 1783 0.003774 10.0.0.38 - - [2026-04-30 02:23:59] "GET /route-target/3a2992b1-4bc3-4b6f-bb78-29a33ebb818d HTTP/1.1" 200 1206 0.005198 10.0.0.38 - - [2026-04-30 02:23:59] "GET /domains HTTP/1.1" 200 280 0.002841 10.0.0.38 - - [2026-04-30 02:23:59] "GET /domains?obj_uuids=033dcabd-97df-439f-8207-51383e8b92fd&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001533 10.0.0.38 - - [2026-04-30 02:23:59] "GET /domain/033dcabd-97df-439f-8207-51383e8b92fd HTTP/1.1" 200 3158 0.009182 10.0.0.38 - - [2026-04-30 02:23:59] "GET /projects?obj_uuids=702e8d36-f2f2-4bbf-a6b4-07fb71d2f84a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001438 10.0.0.38 - - [2026-04-30 02:24:00] "GET /project/702e8d36-f2f2-4bbf-a6b4-07fb71d2f84a HTTP/1.1" 200 2570 0.080541 10.0.0.38 - - [2026-04-30 02:24:00] "GET /virtual-network/73a7ea61-a68f-4f1c-a72c-fb0b69e29da0 HTTP/1.1" 200 2894 0.006436 10.0.0.38 - - [2026-04-30 02:24:00] "GET /obj-perms HTTP/1.1" 200 5034 0.089399 10.0.0.38 - - [2026-04-30 02:24:00] "GET /domains HTTP/1.1" 200 280 0.004581 10.0.0.38 - - [2026-04-30 02:24:00] "GET /domains?obj_uuids=033dcabd-97df-439f-8207-51383e8b92fd&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001125 10.0.0.38 - - [2026-04-30 02:24:00] "GET /domain/033dcabd-97df-439f-8207-51383e8b92fd HTTP/1.1" 200 3158 0.008227 10.0.0.38 - - [2026-04-30 02:24:00] "GET /projects?obj_uuids=702e8d36-f2f2-4bbf-a6b4-07fb71d2f84a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002777 10.0.0.38 - - [2026-04-30 02:24:00] "GET /project/702e8d36-f2f2-4bbf-a6b4-07fb71d2f84a HTTP/1.1" 200 2570 0.075235 10.0.0.38 - - [2026-04-30 02:24:00] "GET /virtual-network/b507bc1b-a861-4ca5-89f0-f0e710f05d0b HTTP/1.1" 200 2888 0.009920 10.0.0.38 - - [2026-04-30 02:24:00] "GET /virtual-network/b507bc1b-a861-4ca5-89f0-f0e710f05d0b HTTP/1.1" 200 2888 0.006798 10.0.0.38 - - [2026-04-30 02:24:00] "GET /routing-instance/9114eeeb-3e90-44f5-93ba-15149b09dcdc HTTP/1.1" 200 1784 0.004140 10.0.0.38 - - [2026-04-30 02:24:00] "GET /routing-instance/9114eeeb-3e90-44f5-93ba-15149b09dcdc HTTP/1.1" 200 1784 0.003807 10.0.0.38 - - [2026-04-30 02:24:00] "GET /route-target/59d42be2-1c1a-46a4-9f20-8e966af51019 HTTP/1.1" 200 1206 0.004257 10.0.0.38 - - [2026-04-30 02:24:00] "GET /virtual-network/b507bc1b-a861-4ca5-89f0-f0e710f05d0b HTTP/1.1" 200 2888 0.007594 10.0.0.38 - - [2026-04-30 02:24:00] "GET /routing-instance/9114eeeb-3e90-44f5-93ba-15149b09dcdc HTTP/1.1" 200 1784 0.005557 10.0.0.38 - - [2026-04-30 02:24:00] "GET /virtual-network/b507bc1b-a861-4ca5-89f0-f0e710f05d0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.006207 10.0.0.38 - - [2026-04-30 02:24:00] "GET /virtual-network/b507bc1b-a861-4ca5-89f0-f0e710f05d0b HTTP/1.1" 200 2888 0.005540 10.0.0.38 - - [2026-04-30 02:24:00] "GET /routing-instance/9114eeeb-3e90-44f5-93ba-15149b09dcdc HTTP/1.1" 200 1784 0.005337 10.0.0.38 - - [2026-04-30 02:24:00] "GET /routing-instance/9114eeeb-3e90-44f5-93ba-15149b09dcdc HTTP/1.1" 200 1784 0.005051 10.0.0.38 - - [2026-04-30 02:24:00] "GET /route-target/59d42be2-1c1a-46a4-9f20-8e966af51019 HTTP/1.1" 200 1206 0.004195 10.0.0.38 - - [2026-04-30 02:24:00] "GET /domains HTTP/1.1" 200 280 0.002991 10.0.0.38 - - [2026-04-30 02:24:00] "GET /domains?obj_uuids=033dcabd-97df-439f-8207-51383e8b92fd&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001292 10.0.0.38 - - [2026-04-30 02:24:00] "GET /domain/033dcabd-97df-439f-8207-51383e8b92fd HTTP/1.1" 200 3158 0.007411 10.0.0.38 - - [2026-04-30 02:24:00] "GET /projects?obj_uuids=702e8d36-f2f2-4bbf-a6b4-07fb71d2f84a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001508 10.0.0.38 - - [2026-04-30 02:24:00] "GET /project/702e8d36-f2f2-4bbf-a6b4-07fb71d2f84a HTTP/1.1" 200 2570 0.067489 10.0.0.38 - - [2026-04-30 02:24:00] "GET /virtual-network/b507bc1b-a861-4ca5-89f0-f0e710f05d0b HTTP/1.1" 200 2888 0.005081 10.0.0.38 - - [2026-04-30 02:24:00] "GET /obj-perms HTTP/1.1" 200 5034 0.003727 10.0.0.38 - - [2026-04-30 02:24:00] "POST /id-to-fqname HTTP/1.1" 200 222 0.001758 10.0.0.38 - - [2026-04-30 02:24:01] "POST /neutron/network HTTP/1.1" 200 939 0.007938 10.0.0.38 - - [2026-04-30 02:24:01] "GET /aaa-mode HTTP/1.1" 401 292 0.000513 10.0.0.38 - - [2026-04-30 02:24:01] "GET / HTTP/1.1" 200 35931 0.001607 10.0.0.38 - - [2026-04-30 02:24:01] "GET /project/702e8d36-f2f2-4bbf-a6b4-07fb71d2f84a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000452 10.0.0.38 - - [2026-04-30 02:24:01] "GET /projects?obj_uuids=702e8d36-f2f2-4bbf-a6b4-07fb71d2f84a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001321 10.0.0.38 - - [2026-04-30 02:24:01] "GET /project/702e8d36-f2f2-4bbf-a6b4-07fb71d2f84a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.064647 10.0.0.38 - - [2026-04-30 02:24:01] "POST /neutron/network HTTP/1.1" 200 929 0.007605 10.0.0.38 - - [2026-04-30 02:24:02] "POST /neutron/port HTTP/1.1" 200 117 0.008044 10.0.0.38 - - [2026-04-30 02:24:02] "POST /neutron/port HTTP/1.1" 200 117 0.006924 10.0.0.38 - - [2026-04-30 02:24:02] "POST /id-to-fqname HTTP/1.1" 200 222 0.001846 10.0.0.38 - - [2026-04-30 02:24:02] "POST /neutron/port HTTP/1.1" 200 117 0.006218 10.0.0.38 - - [2026-04-30 02:24:02] "POST /neutron/network HTTP/1.1" 200 937 0.007724 10.0.0.38 - - [2026-04-30 02:24:02] "GET /aaa-mode HTTP/1.1" 401 292 0.000427 10.0.0.38 - - [2026-04-30 02:24:02] "POST /neutron/network HTTP/1.1" 200 939 0.006151 10.0.0.38 - - [2026-04-30 02:24:02] "GET /projects?obj_uuids=702e8d36-f2f2-4bbf-a6b4-07fb71d2f84a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001314 10.0.0.38 - - [2026-04-30 02:24:02] "GET / HTTP/1.1" 200 35931 0.003020 10.0.0.38 - - [2026-04-30 02:24:02] "GET /project/702e8d36-f2f2-4bbf-a6b4-07fb71d2f84a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000457 10.0.0.38 - - [2026-04-30 02:24:02] "POST /neutron/port HTTP/1.1" 200 1063 0.230757 10.0.0.38 - - [2026-04-30 02:24:02] "POST /neutron/port HTTP/1.1" 200 1063 0.014055 10.0.0.38 - - [2026-04-30 02:24:02] "POST /neutron/port HTTP/1.1" 200 1063 0.012807 10.0.0.38 - - [2026-04-30 02:24:02] "POST /neutron/port HTTP/1.1" 200 1117 0.081003 10.0.0.38 - - [2026-04-30 02:24:03] "POST /neutron/port HTTP/1.1" 200 1127 0.015191 10.0.0.38 - - [2026-04-30 02:24:03] "GET /projects?obj_uuids=702e8d36-f2f2-4bbf-a6b4-07fb71d2f84a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001227 10.0.0.38 - - [2026-04-30 02:24:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005734 10.0.0.38 - - [2026-04-30 02:24:03] "GET /project/702e8d36-f2f2-4bbf-a6b4-07fb71d2f84a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.078910 10.0.0.38 - - [2026-04-30 02:24:03] "POST /neutron/subnet HTTP/1.1" 200 703 0.018953 10.0.0.38 - - [2026-04-30 02:24:03] "POST /neutron/network HTTP/1.1" 200 927 0.007805 10.0.0.38 - - [2026-04-30 02:24:03] "POST /neutron/port HTTP/1.1" 200 117 0.001317 10.0.0.38 - - [2026-04-30 02:24:03] "POST /neutron/network HTTP/1.1" 200 929 0.006481 10.0.0.38 - - [2026-04-30 02:24:03] "POST /neutron/port HTTP/1.1" 200 1127 0.015190 10.0.0.38 - - [2026-04-30 02:24:03] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007986 10.0.0.38 - - [2026-04-30 02:24:03] "POST /neutron/port HTTP/1.1" 200 117 0.010580 10.0.0.38 - - [2026-04-30 02:24:03] "POST /neutron/port HTTP/1.1" 200 1127 0.017014 10.0.0.38 - - [2026-04-30 02:24:03] "POST /neutron/security_group HTTP/1.1" 200 2060 0.011176 10.0.0.38 - - [2026-04-30 02:24:03] "POST /neutron/network HTTP/1.1" 200 937 0.010067 10.0.0.38 - - [2026-04-30 02:24:03] "GET /projects?obj_uuids=702e8d36-f2f2-4bbf-a6b4-07fb71d2f84a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001521 10.0.0.38 - - [2026-04-30 02:24:04] "POST /neutron/port HTTP/1.1" 200 1061 0.296697 10.0.0.38 - - [2026-04-30 02:24:04] "POST /neutron/port HTTP/1.1" 200 1061 0.011799 10.0.0.38 - - [2026-04-30 02:24:04] "POST /neutron/port HTTP/1.1" 200 1061 0.011493 10.0.0.38 - - [2026-04-30 02:24:04] "POST /neutron/port HTTP/1.1" 200 1115 0.109501 10.0.0.38 - - [2026-04-30 02:24:04] "POST /neutron/port HTTP/1.1" 200 1125 0.018273 10.0.0.38 - - [2026-04-30 02:24:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004738 10.0.0.38 - - [2026-04-30 02:24:04] "POST /neutron/subnet HTTP/1.1" 200 694 0.010572 10.0.0.38 - - [2026-04-30 02:24:04] "POST /neutron/port HTTP/1.1" 200 117 0.001581 10.0.0.38 - - [2026-04-30 02:24:04] "POST /neutron/network HTTP/1.1" 200 927 0.007123 10.0.0.38 - - [2026-04-30 02:24:08] "POST /neutron/port HTTP/1.1" 200 1127 0.014277 10.0.0.38 - - [2026-04-30 02:24:08] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009566 10.0.0.38 - - [2026-04-30 02:24:08] "POST /neutron/port HTTP/1.1" 200 1127 0.012970 10.0.0.38 - - [2026-04-30 02:24:08] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006666 10.0.0.38 - - [2026-04-30 02:24:08] "POST /neutron/port HTTP/1.1" 200 1127 0.015387 10.0.0.38 - - [2026-04-30 02:24:08] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006702 10.0.0.38 - - [2026-04-30 02:24:08] "GET /virtual-machine/322ec845-e134-4924-bf52-647aafa06f50 HTTP/1.1" 200 1294 0.004746 10.0.0.38 - - [2026-04-30 02:24:08] "GET /virtual-machine-interface/186d777f-1242-4d10-baa3-54f5a8879d7e HTTP/1.1" 200 2950 0.005261 10.0.0.38 - - [2026-04-30 02:24:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003514 10.0.0.38 - - [2026-04-30 02:24:08] "GET /global-vrouter-config/b5383f3d-5f44-4c4f-8b6e-c29105899583?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003717 10.0.0.38 - - [2026-04-30 02:24:08] "GET /virtual-networks?parent_id=702e8d36-f2f2-4bbf-a6b4-07fb71d2f84a&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004262 10.0.0.38 - - [2026-04-30 02:24:08] "GET /virtual-network/73a7ea61-a68f-4f1c-a72c-fb0b69e29da0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.006276 10.0.0.38 - - [2026-04-30 02:24:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003483 10.0.0.38 - - [2026-04-30 02:24:12] "GET /virtual-network/73a7ea61-a68f-4f1c-a72c-fb0b69e29da0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.005448 10.0.0.38 - - [2026-04-30 02:24:12] "DELETE /project/8e3699a187c643d7858779e68074cc53 HTTP/1.1" 404 173 0.010053 10.0.0.38 - - [2026-04-30 02:24:12] "DELETE /project/9a409a0484aa46f1bd5b8b0984c66b8d HTTP/1.1" 404 173 0.009331 10.0.0.38 - - [2026-04-30 02:24:12] "DELETE /project/702e8d36f2f24bbfa6b407fb71d2f84a HTTP/1.1" 404 173 0.006459 10.0.0.38 - - [2026-04-30 02:24:12] "GET /projects?obj_uuids=8e3699a1-87c6-43d7-8587-79e68074cc53&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001573 10.0.0.38 - - [2026-04-30 02:24:12] "GET /projects?obj_uuids=9a409a04-84aa-46f1-bd5b-8b0984c66b8d&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000896 10.0.0.38 - - [2026-04-30 02:24:12] "GET /projects?obj_uuids=5a947664-3a4c-49ff-ac94-185c0a58f8fe&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000751 10.0.0.38 - - [2026-04-30 02:24:12] "GET /project/5a947664-3a4c-49ff-ac94-185c0a58f8fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.045648 10.0.0.38 - - [2026-04-30 02:24:12] "GET /project/9a409a04-84aa-46f1-bd5b-8b0984c66b8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1532 0.059167 10.0.0.38 - - [2026-04-30 02:24:12] "GET /project/8e3699a1-87c6-43d7-8587-79e68074cc53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1499 0.064440 10.0.0.38 - - [2026-04-30 02:24:12] "GET /projects?obj_uuids=5a947664-3a4c-49ff-ac94-185c0a58f8fe&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001072 10.0.0.38 - - [2026-04-30 02:24:13] "GET /projects?obj_uuids=8e3699a1-87c6-43d7-8587-79e68074cc53&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001124 10.0.0.38 - - [2026-04-30 02:24:13] "GET /projects?obj_uuids=9a409a04-84aa-46f1-bd5b-8b0984c66b8d&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000862 10.0.0.38 - - [2026-04-30 02:24:13] "GET /project/5a947664-3a4c-49ff-ac94-185c0a58f8fe?fields=security_groups HTTP/1.1" 200 1371 0.081012 10.0.0.38 - - [2026-04-30 02:24:13] "GET /project/8e3699a1-87c6-43d7-8587-79e68074cc53?fields=security_groups HTTP/1.1" 200 1386 0.070339 10.0.0.38 - - [2026-04-30 02:24:13] "GET /project/9a409a04-84aa-46f1-bd5b-8b0984c66b8d?fields=security_groups HTTP/1.1" 200 1411 0.078700 10.0.0.38 - - [2026-04-30 02:24:13] "POST /neutron/port HTTP/1.1" 200 1127 0.017418 10.0.0.38 - - [2026-04-30 02:24:13] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008534 10.0.0.38 - - [2026-04-30 02:24:13] "DELETE /security-group/9b14a097-2c7e-44f6-aca5-cba0f576b1bb HTTP/1.1" 200 115 0.079187 10.0.0.38 - - [2026-04-30 02:24:13] "GET /projects?obj_uuids=5a947664-3a4c-49ff-ac94-185c0a58f8fe&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001435 10.0.0.38 - - [2026-04-30 02:24:13] "GET /project/5a947664-3a4c-49ff-ac94-185c0a58f8fe?fields=application_policy_sets HTTP/1.1" 200 1410 0.036768 10.0.0.38 - - [2026-04-30 02:24:13] "DELETE /security-group/ce0cbaef-4ae5-41c9-af5b-30b4bfa4c18f HTTP/1.1" 200 115 0.118722 10.0.0.38 - - [2026-04-30 02:24:13] "GET /projects?obj_uuids=8e3699a1-87c6-43d7-8587-79e68074cc53&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001396 10.0.0.38 - - [2026-04-30 02:24:13] "DELETE /access-control-list/85d27745-726a-4f82-bd86-85e4bcd1d8fd HTTP/1.1" 200 115 0.087436 10.0.0.38 - - [2026-04-30 02:24:13] "DELETE /security-group/7ce16376-c3f1-4c11-a4d8-6f237858e7cd HTTP/1.1" 200 115 0.135370 10.0.0.38 - - [2026-04-30 02:24:13] "GET /projects?obj_uuids=9a409a04-84aa-46f1-bd5b-8b0984c66b8d&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001089 10.0.0.38 - - [2026-04-30 02:24:13] "GET /project/8e3699a1-87c6-43d7-8587-79e68074cc53?fields=application_policy_sets HTTP/1.1" 200 1425 0.061867 10.0.0.38 - - [2026-04-30 02:24:13] "DELETE /access-control-list/589c9e2e-939c-479b-bcb6-57c4399712d1 HTTP/1.1" 200 115 0.070856 10.0.0.38 - - [2026-04-30 02:24:13] "GET /project/9a409a04-84aa-46f1-bd5b-8b0984c66b8d?fields=application_policy_sets HTTP/1.1" 200 1450 0.154777 10.0.0.38 - - [2026-04-30 02:24:13] "DELETE /access-control-list/508c88b0-f8b0-4a2c-baa0-2ee5facc7b0c HTTP/1.1" 200 115 0.101523 10.0.0.38 - - [2026-04-30 02:24:13] "DELETE /access-control-list/a4cf234d-c194-4333-a86e-22622a1df5b5 HTTP/1.1" 200 115 0.048043 10.0.0.38 - - [2026-04-30 02:24:13] "DELETE /project/5a947664-3a4c-49ff-ac94-185c0a58f8fe HTTP/1.1" 200 115 0.630465 10.0.0.38 - - [2026-04-30 02:24:13] "DELETE /access-control-list/224f94ec-c8d1-4aba-a513-a9b74692b968 HTTP/1.1" 200 115 0.080294 10.0.0.38 - - [2026-04-30 02:24:13] "DELETE /project/8e3699a1-87c6-43d7-8587-79e68074cc53 HTTP/1.1" 200 115 0.719975 10.0.0.38 - - [2026-04-30 02:24:13] "DELETE /access-control-list/4be68d93-4e9f-478e-b0ce-5fcb045f2c6d HTTP/1.1" 200 115 0.042810 10.0.0.38 - - [2026-04-30 02:24:13] "DELETE /project/9a409a04-84aa-46f1-bd5b-8b0984c66b8d HTTP/1.1" 200 115 0.755199 10.0.0.38 - - [2026-04-30 02:24:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.015331 10.0.0.38 - - [2026-04-30 02:24:14] "GET /global-vrouter-config/b5383f3d-5f44-4c4f-8b6e-c29105899583?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004733 10.0.0.38 - - [2026-04-30 02:24:14] "POST /neutron/port HTTP/1.1" 200 1125 0.013801 10.0.0.38 - - [2026-04-30 02:24:14] "GET /virtual-networks?parent_id=702e8d36-f2f2-4bbf-a6b4-07fb71d2f84a&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003822 10.0.0.38 - - [2026-04-30 02:24:14] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008031 10.0.0.38 - - [2026-04-30 02:24:14] "GET /virtual-network/73a7ea61-a68f-4f1c-a72c-fb0b69e29da0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.008121 10.0.0.38 - - [2026-04-30 02:24:14] "POST /neutron/port HTTP/1.1" 200 1125 0.013276 10.0.0.38 - - [2026-04-30 02:24:14] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007251 10.0.0.38 - - [2026-04-30 02:24:14] "POST /neutron/port HTTP/1.1" 200 1125 0.015787 10.0.0.38 - - [2026-04-30 02:24:14] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006692 10.0.0.38 - - [2026-04-30 02:24:14] "POST /neutron/port HTTP/1.1" 200 1125 0.016990 10.0.0.38 - - [2026-04-30 02:24:14] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008130 10.0.0.38 - - [2026-04-30 02:24:14] "GET /virtual-machine/07c5c0b4-e01a-4150-9f40-966d4e3cf9ba HTTP/1.1" 200 1293 0.006798 10.0.0.38 - - [2026-04-30 02:24:14] "GET /virtual-machine-interface/94421273-363e-4f65-921f-e53e15af0709 HTTP/1.1" 200 2951 0.007077 10.0.0.38 - - [2026-04-30 02:24:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003157 10.0.0.38 - - [2026-04-30 02:24:14] "GET /global-vrouter-config/b5383f3d-5f44-4c4f-8b6e-c29105899583?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003678 10.0.0.38 - - [2026-04-30 02:24:14] "GET /virtual-networks?parent_id=702e8d36-f2f2-4bbf-a6b4-07fb71d2f84a&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003547 10.0.0.38 - - [2026-04-30 02:24:14] "GET /virtual-network/b507bc1b-a861-4ca5-89f0-f0e710f05d0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.007438 10.0.0.38 - - [2026-04-30 02:24:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004257 10.0.0.38 - - [2026-04-30 02:24:16] "GET /global-vrouter-config/b5383f3d-5f44-4c4f-8b6e-c29105899583?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003999 10.0.0.38 - - [2026-04-30 02:24:16] "GET /virtual-networks?parent_id=702e8d36-f2f2-4bbf-a6b4-07fb71d2f84a&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003157 10.0.0.38 - - [2026-04-30 02:24:16] "GET /virtual-network/b507bc1b-a861-4ca5-89f0-f0e710f05d0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.006078 10.0.0.38 - - [2026-04-30 02:24:19] "GET /obj-perms HTTP/1.1" 200 5056 0.068643 10.0.0.38 - - [2026-04-30 02:24:19] "GET /obj-perms HTTP/1.1" 200 5056 0.068313 10.0.0.38 - - [2026-04-30 02:24:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.007564 10.0.0.38 - - [2026-04-30 02:24:20] "GET /projects?obj_uuids=702e8d36-f2f2-4bbf-a6b4-07fb71d2f84a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001798 10.0.0.38 - - [2026-04-30 02:24:20] "GET /project/702e8d36-f2f2-4bbf-a6b4-07fb71d2f84a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.033094 10.0.0.38 - - [2026-04-30 02:24:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003850 10.0.0.38 - - [2026-04-30 02:24:20] "PUT /network-policy/1b181c08-5596-433a-825a-5beb8336bcec HTTP/1.1" 200 262 0.012120 10.0.0.38 - - [2026-04-30 02:24:20] "PUT /access-control-list/165772f7-94fa-4c08-8413-f6548d404261 HTTP/1.1" 200 272 0.053887 10.0.0.38 - - [2026-04-30 02:24:20] "POST /ref-update HTTP/1.1" 200 156 0.012465 10.0.0.38 - - [2026-04-30 02:24:20] "PUT /access-control-list/042d840c-934a-4c96-84cf-ea8f87e76ab5 HTTP/1.1" 200 272 0.053304 10.0.0.38 - - [2026-04-30 02:24:20] "POST /ref-update HTTP/1.1" 200 156 0.013028 10.0.0.38 - - [2026-04-30 02:24:24] "GET /virtual-network/b507bc1b-a861-4ca5-89f0-f0e710f05d0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.007133 10.0.0.38 - - [2026-04-30 02:24:24] "POST /neutron/network HTTP/1.1" 200 927 0.006564 10.0.0.38 - - [2026-04-30 02:24:24] "POST /neutron/network HTTP/1.1" 200 825 0.057545 10.0.0.38 - - [2026-04-30 02:24:24] "DELETE /access-control-list/042d840c-934a-4c96-84cf-ea8f87e76ab5 HTTP/1.1" 200 115 0.043696 10.0.0.38 - - [2026-04-30 02:24:24] "POST /neutron/network HTTP/1.1" 200 825 0.006951 10.0.0.38 - - [2026-04-30 02:24:24] "GET /virtual-network/b507bc1b-a861-4ca5-89f0-f0e710f05d0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005728 10.0.0.38 - - [2026-04-30 02:24:24] "GET /virtual-network/73a7ea61-a68f-4f1c-a72c-fb0b69e29da0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.006503 10.0.0.38 - - [2026-04-30 02:24:24] "POST /neutron/network HTTP/1.1" 200 929 0.007484 10.0.0.38 - - [2026-04-30 02:24:24] "POST /neutron/network HTTP/1.1" 200 827 0.061700 10.0.0.38 - - [2026-04-30 02:24:24] "DELETE /access-control-list/165772f7-94fa-4c08-8413-f6548d404261 HTTP/1.1" 200 115 0.047840 10.0.0.38 - - [2026-04-30 02:24:24] "POST /neutron/network HTTP/1.1" 200 827 0.021555 10.0.0.38 - - [2026-04-30 02:24:24] "GET /virtual-network/73a7ea61-a68f-4f1c-a72c-fb0b69e29da0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.007377 10.0.0.38 - - [2026-04-30 02:24:24] "DELETE /network-policy/1b181c08-5596-433a-825a-5beb8336bcec HTTP/1.1" 200 115 0.039351 10.0.0.38 - - [2026-04-30 02:24:24] "POST /neutron/network HTTP/1.1" 200 825 0.009149 10.0.0.38 - - [2026-04-30 02:24:24] "POST /neutron/network HTTP/1.1" 400 204 0.011668 10.0.0.38 - - [2026-04-30 02:24:24] "POST /neutron/port HTTP/1.1" 200 1125 0.017287 10.0.0.38 - - [2026-04-30 02:24:24] "POST /neutron/port HTTP/1.1" 200 1115 0.011599 10.0.0.38 - - [2026-04-30 02:24:24] "POST /neutron/port HTTP/1.1" 200 1127 0.015919 10.0.0.38 - - [2026-04-30 02:24:24] "POST /neutron/port HTTP/1.1" 200 1117 0.009963 10.0.0.38 - - [2026-04-30 02:24:24] "POST /neutron/port HTTP/1.1" 200 151 0.152951 10.0.0.38 - - [2026-04-30 02:24:24] "POST /neutron/port HTTP/1.1" 200 151 0.148522 10.0.0.38 - - [2026-04-30 02:24:26] "POST /neutron/network HTTP/1.1" 200 825 0.005888 10.0.0.38 - - [2026-04-30 02:24:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004247 10.0.0.38 - - [2026-04-30 02:24:26] "POST /useragent-kv HTTP/1.1" 200 115 0.002559 10.0.0.38 - - [2026-04-30 02:24:26] "POST /useragent-kv HTTP/1.1" 200 115 0.002794 10.0.0.38 - - [2026-04-30 02:24:26] "POST /neutron/network HTTP/1.1" 200 151 0.101926 10.0.0.38 - - [2026-04-30 02:24:26] "DELETE /route-target/59d42be2-1c1a-46a4-9f20-8e966af51019 HTTP/1.1" 200 115 0.018408 10.0.0.38 - - [2026-04-30 02:24:26] "GET /routing-instance/9114eeeb-3e90-44f5-93ba-15149b09dcdc HTTP/1.1" 404 171 0.002852 10.0.0.38 - - [2026-04-30 02:24:26] "GET /domains HTTP/1.1" 200 280 0.002674 10.0.0.38 - - [2026-04-30 02:24:26] "GET /domains?obj_uuids=033dcabd-97df-439f-8207-51383e8b92fd&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001965 10.0.0.38 - - [2026-04-30 02:24:26] "GET /domain/033dcabd-97df-439f-8207-51383e8b92fd HTTP/1.1" 200 2573 0.053595 10.0.0.38 - - [2026-04-30 02:24:26] "GET /projects?obj_uuids=702e8d36-f2f2-4bbf-a6b4-07fb71d2f84a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001068 10.0.0.38 - - [2026-04-30 02:24:26] "GET /project/702e8d36-f2f2-4bbf-a6b4-07fb71d2f84a HTTP/1.1" 200 2102 0.073844 10.0.0.38 - - [2026-04-30 02:24:26] "POST /neutron/network HTTP/1.1" 200 827 0.009300 10.0.0.38 - - [2026-04-30 02:24:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004182 10.0.0.38 - - [2026-04-30 02:24:27] "POST /useragent-kv HTTP/1.1" 200 115 0.003901 10.0.0.38 - - [2026-04-30 02:24:27] "POST /useragent-kv HTTP/1.1" 200 115 0.003129 10.0.0.38 - - [2026-04-30 02:24:27] "POST /neutron/network HTTP/1.1" 200 151 0.102116 10.0.0.38 - - [2026-04-30 02:24:27] "DELETE /route-target/3a2992b1-4bc3-4b6f-bb78-29a33ebb818d HTTP/1.1" 200 115 0.026767 10.0.0.38 - - [2026-04-30 02:24:27] "GET /routing-instance/7ea7d545-7b7d-4278-b114-7be0c82eafa9 HTTP/1.1" 404 171 0.004020 10.0.0.38 - - [2026-04-30 02:24:27] "GET /domains HTTP/1.1" 200 280 0.004677 10.0.0.38 - - [2026-04-30 02:24:27] "GET /domains?obj_uuids=033dcabd-97df-439f-8207-51383e8b92fd&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001402 10.0.0.38 - - [2026-04-30 02:24:27] "GET /domain/033dcabd-97df-439f-8207-51383e8b92fd HTTP/1.1" 200 2573 0.048939 10.0.0.38 - - [2026-04-30 02:24:27] "GET /projects?obj_uuids=702e8d36-f2f2-4bbf-a6b4-07fb71d2f84a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001402 10.0.0.38 - - [2026-04-30 02:24:27] "GET /project/702e8d36-f2f2-4bbf-a6b4-07fb71d2f84a HTTP/1.1" 200 1863 0.080202 10.0.0.38 - - [2026-04-30 02:24:27] "GET /projects?obj_uuids=702e8d36-f2f2-4bbf-a6b4-07fb71d2f84a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001276 10.0.0.38 - - [2026-04-30 02:24:27] "GET /project/702e8d36-f2f2-4bbf-a6b4-07fb71d2f84a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.026218 10.0.0.38 - - [2026-04-30 02:24:27] "GET /projects?obj_uuids=702e8d36-f2f2-4bbf-a6b4-07fb71d2f84a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001622 10.0.0.38 - - [2026-04-30 02:24:27] "GET /project/702e8d36-f2f2-4bbf-a6b4-07fb71d2f84a?fields=virtual_networks HTTP/1.1" 200 1035 0.078793 10.0.0.38 - - [2026-04-30 02:24:27] "GET /projects?obj_uuids=702e8d36-f2f2-4bbf-a6b4-07fb71d2f84a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001467 10.0.0.38 - - [2026-04-30 02:24:27] "GET /project/702e8d36-f2f2-4bbf-a6b4-07fb71d2f84a?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.031440 10.0.0.38 - - [2026-04-30 02:24:27] "GET /projects?obj_uuids=702e8d36-f2f2-4bbf-a6b4-07fb71d2f84a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001356 10.0.0.38 - - [2026-04-30 02:24:27] "GET /project/702e8d36-f2f2-4bbf-a6b4-07fb71d2f84a?fields=security_groups HTTP/1.1" 200 1263 0.035838 10.0.0.38 - - [2026-04-30 02:24:28] "POST /fqname-to-id HTTP/1.1" 404 181 0.031787 10.0.0.38 - - [2026-04-30 02:24:28] "GET /projects?obj_uuids=76dcc4c8-a4b5-4f21-8bbf-4900e1a0bcd9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002634 10.0.0.38 - - [2026-04-30 02:24:28] "GET /domains?obj_uuids=033dcabd-97df-439f-8207-51383e8b92fd&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001176 10.0.0.38 - - [2026-04-30 02:24:28] "GET /domain/033dcabd-97df-439f-8207-51383e8b92fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 926 0.008091 10.0.0.38 - - [2026-04-30 02:24:28] "POST /id-to-fqname HTTP/1.1" 200 183 0.001472 10.0.0.38 - - [2026-04-30 02:24:28] "POST /fqname-to-id HTTP/1.1" 404 192 0.003988 10.0.0.38 - - [2026-04-30 02:24:29] "POST /security-groups HTTP/1.1" 200 584 0.068979 10.0.0.38 - - [2026-04-30 02:24:29] "POST /fqname-to-id HTTP/1.1" 404 227 0.003387 10.0.0.38 - - [2026-04-30 02:24:29] "POST /projects HTTP/1.1" 200 571 0.233801 10.0.0.38 - - [2026-04-30 02:24:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.278910 10.0.0.38 - - [2026-04-30 02:24:29] "POST /access-control-lists HTTP/1.1" 200 589 0.069039 10.0.0.38 - - [2026-04-30 02:24:29] "GET /project/76dcc4c8-a4b5-4f21-8bbf-4900e1a0bcd9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.426562 10.0.0.38 - - [2026-04-30 02:24:29] "POST /fqname-to-id HTTP/1.1" 404 226 0.012125 10.0.0.38 - - [2026-04-30 02:24:29] "POST /access-control-lists HTTP/1.1" 200 587 0.061904 10.0.0.38 - - [2026-04-30 02:24:30] "GET / HTTP/1.1" 200 35931 0.001908 10.0.0.38 - - [2026-04-30 02:24:31] "POST /fqname-to-id HTTP/1.1" 401 292 0.000906 10.0.0.38 - - [2026-04-30 02:24:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.068862 10.0.0.38 - - [2026-04-30 02:24:31] "GET /projects?obj_uuids=76dcc4c8-a4b5-4f21-8bbf-4900e1a0bcd9&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001400 10.0.0.38 - - [2026-04-30 02:24:31] "GET /project/76dcc4c8-a4b5-4f21-8bbf-4900e1a0bcd9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.025344 10.0.0.38 - - [2026-04-30 02:24:31] "POST /neutron/network HTTP/1.1" 200 117 0.038771 10.0.0.38 - - [2026-04-30 02:24:31] "GET /projects?obj_uuids=76dcc4c8-a4b5-4f21-8bbf-4900e1a0bcd9&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.003477 10.0.0.38 - - [2026-04-30 02:24:31] "POST /neutron/network HTTP/1.1" 200 612 0.075574 10.0.0.38 - - [2026-04-30 02:24:31] "POST /route-targets HTTP/1.1" 200 327 0.016488 10.0.0.38 - - [2026-04-30 02:24:31] "POST /ref-update HTTP/1.1" 200 156 0.013889 10.0.0.38 - - [2026-04-30 02:24:32] "POST /useragent-kv HTTP/1.1" 200 115 0.004264 10.0.0.38 - - [2026-04-30 02:24:32] "POST /neutron/subnet HTTP/1.1" 200 725 0.213326 10.0.0.38 - - [2026-04-30 02:24:32] "POST /neutron/network HTTP/1.1" 200 831 0.007159 10.0.0.38 - - [2026-04-30 02:24:32] "POST /id-to-fqname HTTP/1.1" 200 220 0.002549 10.0.0.38 - - [2026-04-30 02:24:32] "GET /virtual-network/44790ce5-ff57-47da-a8b9-bf3c1565922e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006130 10.0.0.38 - - [2026-04-30 02:24:32] "POST /neutron/network HTTP/1.1" 200 831 0.006901 10.0.0.38 - - [2026-04-30 02:24:32] "GET /virtual-network/44790ce5-ff57-47da-a8b9-bf3c1565922e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005414 10.0.0.38 - - [2026-04-30 02:24:32] "POST /neutron/network HTTP/1.1" 200 831 0.005721 10.0.0.38 - - [2026-04-30 02:24:32] "POST /neutron/subnet HTTP/1.1" 200 725 0.007722 10.0.0.38 - - [2026-04-30 02:24:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003453 10.0.0.38 - - [2026-04-30 02:24:32] "GET /virtual-network/44790ce5-ff57-47da-a8b9-bf3c1565922e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.004794 10.0.0.38 - - [2026-04-30 02:24:32] "PUT /virtual-network/44790ce5-ff57-47da-a8b9-bf3c1565922e HTTP/1.1" 200 264 0.036905 10.0.0.38 - - [2026-04-30 02:24:32] "POST /route-targets HTTP/1.1" 200 323 0.017350 10.0.0.38 - - [2026-04-30 02:24:32] "POST /ref-update HTTP/1.1" 200 156 0.010190 10.0.0.38 - - [2026-04-30 02:24:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002915 10.0.0.38 - - [2026-04-30 02:24:32] "GET /projects?obj_uuids=76dcc4c8-a4b5-4f21-8bbf-4900e1a0bcd9&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001761 10.0.0.38 - - [2026-04-30 02:24:32] "GET /project/76dcc4c8-a4b5-4f21-8bbf-4900e1a0bcd9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.031070 10.0.0.38 - - [2026-04-30 02:24:32] "POST /neutron/network HTTP/1.1" 200 117 0.013640 10.0.0.38 - - [2026-04-30 02:24:32] "GET /projects?obj_uuids=76dcc4c8-a4b5-4f21-8bbf-4900e1a0bcd9&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001013 10.0.0.38 - - [2026-04-30 02:24:32] "POST /neutron/network HTTP/1.1" 200 612 0.071805 10.0.0.38 - - [2026-04-30 02:24:32] "POST /route-targets HTTP/1.1" 200 327 0.010606 10.0.0.38 - - [2026-04-30 02:24:32] "POST /ref-update HTTP/1.1" 200 156 0.011775 10.0.0.38 - - [2026-04-30 02:24:32] "POST /useragent-kv HTTP/1.1" 200 115 0.004046 10.0.0.38 - - [2026-04-30 02:24:32] "POST /neutron/subnet HTTP/1.1" 200 715 0.176176 10.0.0.38 - - [2026-04-30 02:24:32] "POST /neutron/network HTTP/1.1" 200 829 0.006743 10.0.0.38 - - [2026-04-30 02:24:32] "POST /id-to-fqname HTTP/1.1" 200 220 0.001344 10.0.0.38 - - [2026-04-30 02:24:32] "GET /virtual-network/47d66919-781b-4255-a015-cc631a1353cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.004942 10.0.0.38 - - [2026-04-30 02:24:32] "POST /neutron/network HTTP/1.1" 200 829 0.007712 10.0.0.38 - - [2026-04-30 02:24:32] "GET /virtual-network/47d66919-781b-4255-a015-cc631a1353cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005366 10.0.0.38 - - [2026-04-30 02:24:33] "POST /neutron/network HTTP/1.1" 200 829 0.006671 10.0.0.38 - - [2026-04-30 02:24:33] "POST /neutron/subnet HTTP/1.1" 200 715 0.008380 10.0.0.38 - - [2026-04-30 02:24:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.005136 10.0.0.38 - - [2026-04-30 02:24:33] "GET /virtual-network/47d66919-781b-4255-a015-cc631a1353cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.004866 10.0.0.38 - - [2026-04-30 02:24:33] "POST /ref-update HTTP/1.1" 200 156 0.012214 10.0.0.38 - - [2026-04-30 02:24:33] "PUT /virtual-network/47d66919-781b-4255-a015-cc631a1353cf HTTP/1.1" 200 264 0.040243 10.0.0.38 - - [2026-04-30 02:24:33] "POST /id-to-fqname HTTP/1.1" 200 220 0.001526 10.0.0.38 - - [2026-04-30 02:24:33] "POST /neutron/network HTTP/1.1" 200 841 0.008211 10.0.0.38 - - [2026-04-30 02:24:33] "GET /aaa-mode HTTP/1.1" 401 292 0.000451 10.0.0.38 - - [2026-04-30 02:24:33] "GET / HTTP/1.1" 200 35931 0.001992 10.0.0.38 - - [2026-04-30 02:24:33] "GET /project/76dcc4c8-a4b5-4f21-8bbf-4900e1a0bcd9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000474 10.0.0.38 - - [2026-04-30 02:24:34] "GET /projects?obj_uuids=76dcc4c8-a4b5-4f21-8bbf-4900e1a0bcd9&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001306 10.0.0.38 - - [2026-04-30 02:24:34] "GET /project/76dcc4c8-a4b5-4f21-8bbf-4900e1a0bcd9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.063507 10.0.0.38 - - [2026-04-30 02:24:34] "POST /neutron/network HTTP/1.1" 200 831 0.007009 10.0.0.38 - - [2026-04-30 02:24:34] "POST /neutron/port HTTP/1.1" 200 117 0.005844 10.0.0.38 - - [2026-04-30 02:24:34] "POST /neutron/port HTTP/1.1" 200 117 0.005574 10.0.0.38 - - [2026-04-30 02:24:34] "POST /id-to-fqname HTTP/1.1" 200 220 0.001521 10.0.0.38 - - [2026-04-30 02:24:34] "POST /neutron/port HTTP/1.1" 200 117 0.005992 10.0.0.38 - - [2026-04-30 02:24:34] "POST /neutron/network HTTP/1.1" 200 839 0.008378 10.0.0.38 - - [2026-04-30 02:24:34] "GET /aaa-mode HTTP/1.1" 401 292 0.000538 10.0.0.38 - - [2026-04-30 02:24:34] "POST /neutron/network HTTP/1.1" 200 841 0.007425 10.0.0.38 - - [2026-04-30 02:24:34] "GET /projects?obj_uuids=76dcc4c8-a4b5-4f21-8bbf-4900e1a0bcd9&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001266 10.0.0.38 - - [2026-04-30 02:24:34] "GET / HTTP/1.1" 200 35931 0.002031 10.0.0.38 - - [2026-04-30 02:24:34] "GET /project/76dcc4c8-a4b5-4f21-8bbf-4900e1a0bcd9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000381 10.0.0.38 - - [2026-04-30 02:24:35] "POST /neutron/port HTTP/1.1" 200 1053 0.280576 10.0.0.38 - - [2026-04-30 02:24:35] "POST /neutron/port HTTP/1.1" 200 1053 0.019485 10.0.0.38 - - [2026-04-30 02:24:35] "POST /neutron/port HTTP/1.1" 200 1053 0.012376 10.0.0.38 - - [2026-04-30 02:24:35] "POST /neutron/port HTTP/1.1" 200 1107 0.073550 10.0.0.38 - - [2026-04-30 02:24:35] "POST /neutron/port HTTP/1.1" 200 1117 0.021156 10.0.0.38 - - [2026-04-30 02:24:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004062 10.0.0.38 - - [2026-04-30 02:24:35] "GET /projects?obj_uuids=76dcc4c8-a4b5-4f21-8bbf-4900e1a0bcd9&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001094 10.0.0.38 - - [2026-04-30 02:24:35] "POST /neutron/subnet HTTP/1.1" 200 699 0.011734 10.0.0.38 - - [2026-04-30 02:24:35] "GET /project/76dcc4c8-a4b5-4f21-8bbf-4900e1a0bcd9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.084179 10.0.0.38 - - [2026-04-30 02:24:35] "POST /neutron/port HTTP/1.1" 200 117 0.001428 10.0.0.38 - - [2026-04-30 02:24:35] "POST /neutron/network HTTP/1.1" 200 829 0.006855 10.0.0.38 - - [2026-04-30 02:24:35] "POST /neutron/network HTTP/1.1" 200 831 0.007303 10.0.0.38 - - [2026-04-30 02:24:35] "POST /neutron/port HTTP/1.1" 200 1117 0.014545 10.0.0.38 - - [2026-04-30 02:24:35] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008145 10.0.0.38 - - [2026-04-30 02:24:35] "POST /neutron/port HTTP/1.1" 200 117 0.007464 10.0.0.38 - - [2026-04-30 02:24:35] "POST /neutron/port HTTP/1.1" 200 1117 0.019283 10.0.0.38 - - [2026-04-30 02:24:35] "POST /neutron/security_group HTTP/1.1" 200 2051 0.011184 10.0.0.38 - - [2026-04-30 02:24:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000472 10.0.0.38 - - [2026-04-30 02:24:36] "POST /neutron/network HTTP/1.1" 200 839 0.006770 10.0.0.38 - - [2026-04-30 02:24:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000460 10.0.0.38 - - [2026-04-30 02:24:36] "GET /projects?obj_uuids=76dcc4c8-a4b5-4f21-8bbf-4900e1a0bcd9&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001851 10.0.0.38 - - [2026-04-30 02:24:36] "POST /neutron/port HTTP/1.1" 200 1051 0.339477 10.0.0.38 - - [2026-04-30 02:24:36] "POST /neutron/port HTTP/1.1" 200 1051 0.011185 10.0.0.38 - - [2026-04-30 02:24:36] "POST /neutron/port HTTP/1.1" 200 1051 0.025522 10.0.0.38 - - [2026-04-30 02:24:36] "POST /neutron/port HTTP/1.1" 200 1105 0.094849 10.0.0.38 - - [2026-04-30 02:24:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000527 10.0.0.38 - - [2026-04-30 02:24:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000381 10.0.0.38 - - [2026-04-30 02:24:36] "POST /neutron/port HTTP/1.1" 200 1115 0.023240 10.0.0.38 - - [2026-04-30 02:24:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004871 10.0.0.38 - - [2026-04-30 02:24:36] "POST /neutron/subnet HTTP/1.1" 200 689 0.016912 10.0.0.38 - - [2026-04-30 02:24:36] "POST /neutron/port HTTP/1.1" 200 117 0.001406 10.0.0.38 - - [2026-04-30 02:24:36] "POST /neutron/network HTTP/1.1" 200 829 0.006817 10.0.0.38 - - [2026-04-30 02:24:40] "POST /neutron/port HTTP/1.1" 200 1117 0.014401 10.0.0.38 - - [2026-04-30 02:24:40] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008998 10.0.0.38 - - [2026-04-30 02:24:41] "POST /neutron/port HTTP/1.1" 200 1117 0.015321 10.0.0.38 - - [2026-04-30 02:24:41] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006966 10.0.0.38 - - [2026-04-30 02:24:41] "POST /neutron/port HTTP/1.1" 200 1117 0.014858 10.0.0.38 - - [2026-04-30 02:24:41] "POST /neutron/security_group HTTP/1.1" 200 2051 0.012731 10.0.0.38 - - [2026-04-30 02:24:41] "GET /virtual-machine/107f46e5-bcb8-42ef-ae1f-dc3a5783b167 HTTP/1.1" 401 292 0.002334 10.0.0.38 - - [2026-04-30 02:24:41] "GET /virtual-machine/107f46e5-bcb8-42ef-ae1f-dc3a5783b167 HTTP/1.1" 200 1285 0.045077 10.0.0.38 - - [2026-04-30 02:24:41] "GET /virtual-machine-interface/7e842bca-80e6-4d3c-b21f-a63eadb935b6 HTTP/1.1" 200 2926 0.005457 10.0.0.38 - - [2026-04-30 02:24:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003723 10.0.0.38 - - [2026-04-30 02:24:41] "GET /global-vrouter-config/b5383f3d-5f44-4c4f-8b6e-c29105899583?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003217 10.0.0.38 - - [2026-04-30 02:24:41] "GET /virtual-networks?parent_id=76dcc4c8-a4b5-4f21-8bbf-4900e1a0bcd9&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002896 10.0.0.38 - - [2026-04-30 02:24:41] "GET /virtual-network/44790ce5-ff57-47da-a8b9-bf3c1565922e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2109 0.005906 10.0.0.38 - - [2026-04-30 02:24:43] "POST /neutron/port HTTP/1.1" 200 1117 0.012977 10.0.0.38 - - [2026-04-30 02:24:43] "POST /neutron/port HTTP/1.1" 200 1117 0.014283 10.0.0.38 - - [2026-04-30 02:24:43] "POST /neutron/network HTTP/1.1" 200 841 0.006421 10.0.0.38 - - [2026-04-30 02:24:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004665 10.0.0.38 - - [2026-04-30 02:24:43] "POST /neutron/subnet HTTP/1.1" 200 699 0.008919 10.0.0.38 - - [2026-04-30 02:24:43] "POST /neutron/port HTTP/1.1" 200 117 0.001328 10.0.0.38 - - [2026-04-30 02:24:43] "POST /neutron/network HTTP/1.1" 200 831 0.006393 10.0.0.38 - - [2026-04-30 02:24:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003703 10.0.0.38 - - [2026-04-30 02:24:44] "GET /virtual-network/44790ce5-ff57-47da-a8b9-bf3c1565922e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2109 0.005973 10.0.0.38 - - [2026-04-30 02:24:45] "POST /neutron/port HTTP/1.1" 200 1117 0.015995 10.0.0.38 - - [2026-04-30 02:24:45] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006129 10.0.0.38 - - [2026-04-30 02:24:46] "POST /neutron/port HTTP/1.1" 200 1115 0.025025 10.0.0.38 - - [2026-04-30 02:24:46] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006748 10.0.0.38 - - [2026-04-30 02:24:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003135 10.0.0.38 - - [2026-04-30 02:24:46] "GET /global-vrouter-config/b5383f3d-5f44-4c4f-8b6e-c29105899583?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003648 10.0.0.38 - - [2026-04-30 02:24:46] "GET /virtual-networks?parent_id=76dcc4c8-a4b5-4f21-8bbf-4900e1a0bcd9&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003300 10.0.0.38 - - [2026-04-30 02:24:47] "GET /virtual-network/44790ce5-ff57-47da-a8b9-bf3c1565922e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2109 0.006646 10.0.0.38 - - [2026-04-30 02:24:47] "POST /neutron/port HTTP/1.1" 200 1115 0.016180 10.0.0.38 - - [2026-04-30 02:24:47] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007805 10.0.0.38 - - [2026-04-30 02:24:47] "POST /neutron/port HTTP/1.1" 200 1115 0.023297 10.0.0.38 - - [2026-04-30 02:24:47] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007876 10.0.0.38 - - [2026-04-30 02:24:47] "POST /neutron/port HTTP/1.1" 200 1115 0.016171 10.0.0.38 - - [2026-04-30 02:24:47] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007125 10.0.0.38 - - [2026-04-30 02:24:47] "GET /virtual-machine/06d66b66-4871-47aa-a0aa-6aac683f4550 HTTP/1.1" 200 1284 0.008026 10.0.0.38 - - [2026-04-30 02:24:47] "GET /virtual-machine-interface/1ce17162-a3db-40c6-9929-0d399faf6d31 HTTP/1.1" 200 2926 0.008125 10.0.0.38 - - [2026-04-30 02:24:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003898 10.0.0.38 - - [2026-04-30 02:24:47] "GET /global-vrouter-config/b5383f3d-5f44-4c4f-8b6e-c29105899583?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003978 10.0.0.38 - - [2026-04-30 02:24:47] "GET /virtual-networks?parent_id=76dcc4c8-a4b5-4f21-8bbf-4900e1a0bcd9&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004842 10.0.0.38 - - [2026-04-30 02:24:47] "GET /virtual-network/47d66919-781b-4255-a015-cc631a1353cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.005308 10.0.0.38 - - [2026-04-30 02:24:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003113 10.0.0.38 - - [2026-04-30 02:24:48] "GET /global-vrouter-config/b5383f3d-5f44-4c4f-8b6e-c29105899583?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004711 10.0.0.38 - - [2026-04-30 02:24:48] "GET /virtual-networks?parent_id=76dcc4c8-a4b5-4f21-8bbf-4900e1a0bcd9&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003391 10.0.0.38 - - [2026-04-30 02:24:48] "GET /virtual-network/47d66919-781b-4255-a015-cc631a1353cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.006441 10.0.0.38 - - [2026-04-30 02:24:49] "POST /routing-policys HTTP/1.1" 200 534 0.018290 10.0.0.38 - - [2026-04-30 02:24:49] "GET /virtual-network/44790ce5-ff57-47da-a8b9-bf3c1565922e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2109 0.010341 10.0.0.38 - - [2026-04-30 02:24:49] "PUT /virtual-network/44790ce5-ff57-47da-a8b9-bf3c1565922e HTTP/1.1" 200 264 0.033600 10.0.0.38 - - [2026-04-30 02:24:49] "POST /ref-update HTTP/1.1" 200 156 0.011488 10.0.0.38 - - [2026-04-30 02:24:53] "POST /ref-update HTTP/1.1" 200 156 0.038727 10.0.0.38 - - [2026-04-30 02:24:53] "POST /ref-update HTTP/1.1" 200 156 0.014633 10.0.0.38 - - [2026-04-30 02:24:53] "DELETE /routing-policy/dbbda780-91f9-4a25-9d2c-2518deb30f06 HTTP/1.1" 200 115 0.023010 10.0.0.38 - - [2026-04-30 02:24:53] "POST /neutron/network HTTP/1.1" 200 829 0.007688 10.0.0.38 - - [2026-04-30 02:24:53] "POST /neutron/network HTTP/1.1" 400 204 0.011360 10.0.0.38 - - [2026-04-30 02:24:53] "POST /neutron/port HTTP/1.1" 200 1115 0.013218 10.0.0.38 - - [2026-04-30 02:24:53] "POST /neutron/port HTTP/1.1" 200 1105 0.016433 10.0.0.38 - - [2026-04-30 02:24:53] "POST /neutron/port HTTP/1.1" 200 1117 0.013772 10.0.0.38 - - [2026-04-30 02:24:53] "POST /neutron/port HTTP/1.1" 200 1107 0.013873 10.0.0.38 - - [2026-04-30 02:24:53] "POST /neutron/port HTTP/1.1" 200 151 0.123302 10.0.0.38 - - [2026-04-30 02:24:53] "POST /neutron/port HTTP/1.1" 200 151 0.143136 10.0.0.38 - - [2026-04-30 02:24:55] "POST /neutron/network HTTP/1.1" 200 829 0.006643 10.0.0.38 - - [2026-04-30 02:24:55] "POST /useragent-kv HTTP/1.1" 200 115 0.003706 10.0.0.38 - - [2026-04-30 02:24:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004554 10.0.0.38 - - [2026-04-30 02:24:55] "POST /useragent-kv HTTP/1.1" 200 115 0.002614 10.0.0.38 - - [2026-04-30 02:24:55] "POST /neutron/network HTTP/1.1" 200 151 0.086968 10.0.0.38 - - [2026-04-30 02:24:55] "DELETE /route-target/987915ff-2b1a-4a3e-b023-fbb7ccdbcbdd HTTP/1.1" 200 115 0.013860 10.0.0.38 - - [2026-04-30 02:24:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002710 10.0.0.38 - - [2026-04-30 02:24:55] "POST /neutron/network HTTP/1.1" 200 831 0.005260 10.0.0.38 - - [2026-04-30 02:24:55] "DELETE /route-target/4d41891f-431c-4e5c-b7f4-beb424dfe9db HTTP/1.1" 409 239 0.004650 10.0.0.38 - - [2026-04-30 02:24:55] "POST /useragent-kv HTTP/1.1" 200 115 0.002143 10.0.0.38 - - [2026-04-30 02:24:55] "POST /useragent-kv HTTP/1.1" 200 115 0.001695 10.0.0.38 - - [2026-04-30 02:24:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004594 10.0.0.38 - - [2026-04-30 02:24:55] "POST /neutron/network HTTP/1.1" 200 151 0.093290 10.0.0.38 - - [2026-04-30 02:24:55] "DELETE /route-target/e8c4a972-170c-4c15-8afc-fa967b1b5045 HTTP/1.1" 200 115 0.014553 10.0.0.38 - - [2026-04-30 02:24:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002759 10.0.0.38 - - [2026-04-30 02:24:55] "DELETE /route-target/4d41891f-431c-4e5c-b7f4-beb424dfe9db HTTP/1.1" 200 115 0.017884 10.0.0.38 - - [2026-04-30 02:24:55] "GET /projects?obj_uuids=76dcc4c8-a4b5-4f21-8bbf-4900e1a0bcd9&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001131 10.0.0.38 - - [2026-04-30 02:24:55] "GET /project/76dcc4c8-a4b5-4f21-8bbf-4900e1a0bcd9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.032209 10.0.0.38 - - [2026-04-30 02:24:55] "GET /projects?obj_uuids=76dcc4c8-a4b5-4f21-8bbf-4900e1a0bcd9&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001428 10.0.0.38 - - [2026-04-30 02:24:55] "GET /project/76dcc4c8-a4b5-4f21-8bbf-4900e1a0bcd9?fields=virtual_networks HTTP/1.1" 200 1017 0.068154 10.0.0.38 - - [2026-04-30 02:24:55] "GET /projects?obj_uuids=76dcc4c8-a4b5-4f21-8bbf-4900e1a0bcd9&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001259 10.0.0.38 - - [2026-04-30 02:24:55] "GET /project/76dcc4c8-a4b5-4f21-8bbf-4900e1a0bcd9?fields=virtual_machine_interfaces HTTP/1.1" 200 1017 0.028487 10.0.0.38 - - [2026-04-30 02:24:56] "GET /projects?obj_uuids=76dcc4c8-a4b5-4f21-8bbf-4900e1a0bcd9&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001492 10.0.0.38 - - [2026-04-30 02:24:56] "GET /project/76dcc4c8-a4b5-4f21-8bbf-4900e1a0bcd9?fields=security_groups HTTP/1.1" 200 1236 0.029860 10.0.0.38 - - [2026-04-30 02:24:56] "POST /fqname-to-id HTTP/1.1" 404 186 0.036384 10.0.0.38 - - [2026-04-30 02:24:57] "GET /projects?obj_uuids=ffa698b1-ed0f-405f-bbea-ae1fba237ebb&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002482 10.0.0.38 - - [2026-04-30 02:24:57] "GET /domains?obj_uuids=033dcabd-97df-439f-8207-51383e8b92fd&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001063 10.0.0.38 - - [2026-04-30 02:24:57] "GET /domain/033dcabd-97df-439f-8207-51383e8b92fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 926 0.007231 10.0.0.38 - - [2026-04-30 02:24:57] "POST /id-to-fqname HTTP/1.1" 200 188 0.001606 10.0.0.38 - - [2026-04-30 02:24:57] "POST /fqname-to-id HTTP/1.1" 404 197 0.003896 10.0.0.38 - - [2026-04-30 02:24:57] "POST /security-groups HTTP/1.1" 200 589 0.068178 10.0.0.38 - - [2026-04-30 02:24:57] "POST /fqname-to-id HTTP/1.1" 404 232 0.003124 10.0.0.38 - - [2026-04-30 02:24:57] "POST /projects HTTP/1.1" 200 581 0.226997 10.0.0.38 - - [2026-04-30 02:24:57] "POST /access-control-lists HTTP/1.1" 200 594 0.062361 10.0.0.38 - - [2026-04-30 02:24:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.305011 10.0.0.38 - - [2026-04-30 02:24:57] "POST /fqname-to-id HTTP/1.1" 404 231 0.003228 10.0.0.38 - - [2026-04-30 02:24:57] "GET /project/ffa698b1-ed0f-405f-bbea-ae1fba237ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.442520 10.0.0.38 - - [2026-04-30 02:24:57] "POST /access-control-lists HTTP/1.1" 200 592 0.063823 10.0.0.38 - - [2026-04-30 02:24:58] "GET / HTTP/1.1" 200 35931 0.002303 10.0.0.38 - - [2026-04-30 02:24:59] "POST /fqname-to-id HTTP/1.1" 401 292 0.000483 10.0.0.38 - - [2026-04-30 02:24:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.064559 10.0.0.38 - - [2026-04-30 02:24:59] "GET /projects?obj_uuids=ffa698b1-ed0f-405f-bbea-ae1fba237ebb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001179 10.0.0.38 - - [2026-04-30 02:24:59] "GET /project/ffa698b1-ed0f-405f-bbea-ae1fba237ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.030403 10.0.0.38 - - [2026-04-30 02:24:59] "POST /neutron/network HTTP/1.1" 200 117 0.040330 10.0.0.38 - - [2026-04-30 02:24:59] "GET /projects?obj_uuids=ffa698b1-ed0f-405f-bbea-ae1fba237ebb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001418 10.0.0.38 - - [2026-04-30 02:24:59] "POST /neutron/network HTTP/1.1" 200 613 0.062123 10.0.0.38 - - [2026-04-30 02:24:59] "POST /route-targets HTTP/1.1" 200 327 0.012436 10.0.0.38 - - [2026-04-30 02:25:00] "POST /ref-update HTTP/1.1" 200 156 0.013505 10.0.0.38 - - [2026-04-30 02:25:00] "POST /useragent-kv HTTP/1.1" 200 115 0.004526 10.0.0.38 - - [2026-04-30 02:25:00] "POST /neutron/subnet HTTP/1.1" 200 715 0.182549 10.0.0.38 - - [2026-04-30 02:25:00] "POST /neutron/network HTTP/1.1" 200 830 0.007703 10.0.0.38 - - [2026-04-30 02:25:00] "POST /id-to-fqname HTTP/1.1" 200 223 0.001393 10.0.0.38 - - [2026-04-30 02:25:00] "GET /virtual-network/74bbc1c3-39e3-4e42-9d73-9408479c35f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006152 10.0.0.38 - - [2026-04-30 02:25:00] "POST /neutron/network HTTP/1.1" 200 830 0.006657 10.0.0.38 - - [2026-04-30 02:25:00] "GET /virtual-network/74bbc1c3-39e3-4e42-9d73-9408479c35f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005957 10.0.0.38 - - [2026-04-30 02:25:00] "POST /neutron/network HTTP/1.1" 200 830 0.006787 10.0.0.38 - - [2026-04-30 02:25:00] "POST /neutron/subnet HTTP/1.1" 200 715 0.012236 10.0.0.38 - - [2026-04-30 02:25:00] "GET /domains HTTP/1.1" 401 292 0.000487 10.0.0.38 - - [2026-04-30 02:25:00] "GET /domains HTTP/1.1" 200 280 0.040767 10.0.0.38 - - [2026-04-30 02:25:00] "GET /domains?obj_uuids=033dcabd-97df-439f-8207-51383e8b92fd&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001875 10.0.0.38 - - [2026-04-30 02:25:00] "GET /domain/033dcabd-97df-439f-8207-51383e8b92fd HTTP/1.1" 200 2936 0.010008 10.0.0.38 - - [2026-04-30 02:25:00] "GET /projects?obj_uuids=ffa698b1-ed0f-405f-bbea-ae1fba237ebb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001297 10.0.0.38 - - [2026-04-30 02:25:00] "GET /project/ffa698b1-ed0f-405f-bbea-ae1fba237ebb HTTP/1.1" 200 2080 0.076169 10.0.0.38 - - [2026-04-30 02:25:00] "GET /virtual-network/74bbc1c3-39e3-4e42-9d73-9408479c35f8 HTTP/1.1" 200 2312 0.008594 10.0.0.38 - - [2026-04-30 02:25:00] "GET /virtual-network/74bbc1c3-39e3-4e42-9d73-9408479c35f8 HTTP/1.1" 200 2312 0.005764 10.0.0.38 - - [2026-04-30 02:25:00] "GET /routing-instance/fe31714d-3770-4469-a4d0-9e8bf2390c3e HTTP/1.1" 200 1494 0.005633 10.0.0.38 - - [2026-04-30 02:25:00] "GET /routing-instance/fe31714d-3770-4469-a4d0-9e8bf2390c3e HTTP/1.1" 200 1494 0.005282 10.0.0.38 - - [2026-04-30 02:25:00] "GET /route-target/0e0fe2f5-fe9f-4a2b-aa38-a67fb9dcedb7 HTTP/1.1" 200 1212 0.006221 10.0.0.38 - - [2026-04-30 02:25:00] "GET /virtual-network/74bbc1c3-39e3-4e42-9d73-9408479c35f8 HTTP/1.1" 200 2312 0.007832 10.0.0.38 - - [2026-04-30 02:25:00] "GET /routing-instance/fe31714d-3770-4469-a4d0-9e8bf2390c3e HTTP/1.1" 200 1494 0.004433 10.0.0.38 - - [2026-04-30 02:25:00] "GET /virtual-network/74bbc1c3-39e3-4e42-9d73-9408479c35f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006705 10.0.0.38 - - [2026-04-30 02:25:00] "GET /virtual-network/74bbc1c3-39e3-4e42-9d73-9408479c35f8 HTTP/1.1" 200 2312 0.006979 10.0.0.38 - - [2026-04-30 02:25:00] "GET /routing-instance/fe31714d-3770-4469-a4d0-9e8bf2390c3e HTTP/1.1" 200 1494 0.005146 10.0.0.38 - - [2026-04-30 02:25:00] "GET /routing-instance/fe31714d-3770-4469-a4d0-9e8bf2390c3e HTTP/1.1" 200 1494 0.005249 10.0.0.38 - - [2026-04-30 02:25:00] "GET /route-target/0e0fe2f5-fe9f-4a2b-aa38-a67fb9dcedb7 HTTP/1.1" 200 1212 0.004265 10.0.0.38 - - [2026-04-30 02:25:01] "GET /domains HTTP/1.1" 200 280 0.003469 10.0.0.38 - - [2026-04-30 02:25:01] "GET /domains?obj_uuids=033dcabd-97df-439f-8207-51383e8b92fd&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001636 10.0.0.38 - - [2026-04-30 02:25:01] "GET /domain/033dcabd-97df-439f-8207-51383e8b92fd HTTP/1.1" 200 2936 0.009439 10.0.0.38 - - [2026-04-30 02:25:01] "GET /projects?obj_uuids=ffa698b1-ed0f-405f-bbea-ae1fba237ebb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001442 10.0.0.38 - - [2026-04-30 02:25:01] "GET /project/ffa698b1-ed0f-405f-bbea-ae1fba237ebb HTTP/1.1" 200 2080 0.087398 10.0.0.38 - - [2026-04-30 02:25:01] "GET /virtual-network/74bbc1c3-39e3-4e42-9d73-9408479c35f8 HTTP/1.1" 200 2312 0.006794 10.0.0.38 - - [2026-04-30 02:25:01] "GET /obj-perms HTTP/1.1" 200 5026 0.076760 10.0.0.38 - - [2026-04-30 02:25:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003850 10.0.0.38 - - [2026-04-30 02:25:01] "GET /projects?obj_uuids=ffa698b1-ed0f-405f-bbea-ae1fba237ebb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001187 10.0.0.38 - - [2026-04-30 02:25:01] "GET /project/ffa698b1-ed0f-405f-bbea-ae1fba237ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.031203 10.0.0.38 - - [2026-04-30 02:25:01] "POST /neutron/network HTTP/1.1" 200 117 0.016847 10.0.0.38 - - [2026-04-30 02:25:01] "GET /projects?obj_uuids=ffa698b1-ed0f-405f-bbea-ae1fba237ebb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001318 10.0.0.38 - - [2026-04-30 02:25:01] "POST /neutron/network HTTP/1.1" 200 613 0.077524 10.0.0.38 - - [2026-04-30 02:25:01] "POST /route-targets HTTP/1.1" 200 327 0.016443 10.0.0.38 - - [2026-04-30 02:25:01] "POST /ref-update HTTP/1.1" 200 156 0.012485 10.0.0.38 - - [2026-04-30 02:25:01] "POST /useragent-kv HTTP/1.1" 200 115 0.005662 10.0.0.38 - - [2026-04-30 02:25:02] "POST /neutron/subnet HTTP/1.1" 200 725 0.215075 10.0.0.38 - - [2026-04-30 02:25:02] "POST /neutron/network HTTP/1.1" 200 832 0.007799 10.0.0.38 - - [2026-04-30 02:25:02] "POST /id-to-fqname HTTP/1.1" 200 223 0.001735 10.0.0.38 - - [2026-04-30 02:25:02] "GET /virtual-network/bb14b4b7-6bf8-4eb4-b201-4cb334134185?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006732 10.0.0.38 - - [2026-04-30 02:25:02] "POST /neutron/network HTTP/1.1" 200 832 0.006106 10.0.0.38 - - [2026-04-30 02:25:02] "GET /virtual-network/bb14b4b7-6bf8-4eb4-b201-4cb334134185?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005777 10.0.0.38 - - [2026-04-30 02:25:02] "POST /neutron/network HTTP/1.1" 200 832 0.007824 10.0.0.38 - - [2026-04-30 02:25:02] "POST /neutron/subnet HTTP/1.1" 200 725 0.007458 10.0.0.38 - - [2026-04-30 02:25:02] "GET /domains HTTP/1.1" 200 280 0.002682 10.0.0.38 - - [2026-04-30 02:25:02] "GET /domains?obj_uuids=033dcabd-97df-439f-8207-51383e8b92fd&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001413 10.0.0.38 - - [2026-04-30 02:25:02] "GET /domain/033dcabd-97df-439f-8207-51383e8b92fd HTTP/1.1" 200 2936 0.007170 10.0.0.38 - - [2026-04-30 02:25:02] "GET /projects?obj_uuids=ffa698b1-ed0f-405f-bbea-ae1fba237ebb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001178 10.0.0.38 - - [2026-04-30 02:25:02] "GET /project/ffa698b1-ed0f-405f-bbea-ae1fba237ebb HTTP/1.1" 200 2298 0.068928 10.0.0.38 - - [2026-04-30 02:25:02] "GET /virtual-network/bb14b4b7-6bf8-4eb4-b201-4cb334134185 HTTP/1.1" 200 2319 0.006514 10.0.0.38 - - [2026-04-30 02:25:02] "GET /virtual-network/bb14b4b7-6bf8-4eb4-b201-4cb334134185 HTTP/1.1" 200 2319 0.005468 10.0.0.38 - - [2026-04-30 02:25:02] "GET /routing-instance/f5e2f50a-b5ca-4a5d-b031-a84b97b2b6c8 HTTP/1.1" 200 1494 0.007193 10.0.0.38 - - [2026-04-30 02:25:02] "GET /routing-instance/f5e2f50a-b5ca-4a5d-b031-a84b97b2b6c8 HTTP/1.1" 200 1494 0.007948 10.0.0.38 - - [2026-04-30 02:25:02] "GET /route-target/a831b3e0-75e2-4176-ac07-341fad5948a3 HTTP/1.1" 200 1213 0.003383 10.0.0.38 - - [2026-04-30 02:25:02] "GET /virtual-network/bb14b4b7-6bf8-4eb4-b201-4cb334134185 HTTP/1.1" 200 2319 0.006370 10.0.0.38 - - [2026-04-30 02:25:02] "GET /routing-instance/f5e2f50a-b5ca-4a5d-b031-a84b97b2b6c8 HTTP/1.1" 200 1494 0.003842 10.0.0.38 - - [2026-04-30 02:25:02] "GET /virtual-network/bb14b4b7-6bf8-4eb4-b201-4cb334134185?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005550 10.0.0.38 - - [2026-04-30 02:25:02] "GET /virtual-network/bb14b4b7-6bf8-4eb4-b201-4cb334134185 HTTP/1.1" 200 2319 0.006188 10.0.0.38 - - [2026-04-30 02:25:02] "GET /routing-instance/f5e2f50a-b5ca-4a5d-b031-a84b97b2b6c8 HTTP/1.1" 200 1494 0.003926 10.0.0.38 - - [2026-04-30 02:25:02] "GET /routing-instance/f5e2f50a-b5ca-4a5d-b031-a84b97b2b6c8 HTTP/1.1" 200 1494 0.005246 10.0.0.38 - - [2026-04-30 02:25:02] "GET /route-target/a831b3e0-75e2-4176-ac07-341fad5948a3 HTTP/1.1" 200 1213 0.003670 10.0.0.38 - - [2026-04-30 02:25:02] "GET /domains HTTP/1.1" 200 280 0.004123 10.0.0.38 - - [2026-04-30 02:25:02] "GET /domains?obj_uuids=033dcabd-97df-439f-8207-51383e8b92fd&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001101 10.0.0.38 - - [2026-04-30 02:25:02] "GET /domain/033dcabd-97df-439f-8207-51383e8b92fd HTTP/1.1" 200 2936 0.007005 10.0.0.38 - - [2026-04-30 02:25:02] "GET /projects?obj_uuids=ffa698b1-ed0f-405f-bbea-ae1fba237ebb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001370 10.0.0.38 - - [2026-04-30 02:25:02] "GET /project/ffa698b1-ed0f-405f-bbea-ae1fba237ebb HTTP/1.1" 200 2298 0.071016 10.0.0.38 - - [2026-04-30 02:25:02] "GET /virtual-network/bb14b4b7-6bf8-4eb4-b201-4cb334134185 HTTP/1.1" 200 2319 0.004906 10.0.0.38 - - [2026-04-30 02:25:02] "GET /obj-perms HTTP/1.1" 200 5026 0.003829 10.0.0.38 - - [2026-04-30 02:25:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003621 10.0.0.38 - - [2026-04-30 02:25:02] "GET /projects?obj_uuids=ffa698b1-ed0f-405f-bbea-ae1fba237ebb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001004 10.0.0.38 - - [2026-04-30 02:25:02] "GET /project/ffa698b1-ed0f-405f-bbea-ae1fba237ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.036471 10.0.0.38 - - [2026-04-30 02:25:02] "POST /neutron/network HTTP/1.1" 200 117 0.012635 10.0.0.38 - - [2026-04-30 02:25:02] "GET /projects?obj_uuids=ffa698b1-ed0f-405f-bbea-ae1fba237ebb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001119 10.0.0.38 - - [2026-04-30 02:25:02] "POST /neutron/network HTTP/1.1" 200 615 0.073677 10.0.0.38 - - [2026-04-30 02:25:02] "POST /ref-update HTTP/1.1" 200 156 0.009259 10.0.0.38 - - [2026-04-30 02:25:02] "POST /useragent-kv HTTP/1.1" 200 115 0.003559 10.0.0.38 - - [2026-04-30 02:25:02] "POST /neutron/subnet HTTP/1.1" 200 720 0.164645 10.0.0.38 - - [2026-04-30 02:25:02] "POST /neutron/network HTTP/1.1" 200 833 0.007811 10.0.0.38 - - [2026-04-30 02:25:02] "POST /id-to-fqname HTTP/1.1" 200 224 0.001458 10.0.0.38 - - [2026-04-30 02:25:03] "GET /virtual-network/b9e2e643-b67c-469b-8c09-f0bf763b698a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006562 10.0.0.38 - - [2026-04-30 02:25:03] "POST /neutron/network HTTP/1.1" 200 833 0.007443 10.0.0.38 - - [2026-04-30 02:25:03] "GET /virtual-network/b9e2e643-b67c-469b-8c09-f0bf763b698a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005399 10.0.0.38 - - [2026-04-30 02:25:03] "POST /neutron/network HTTP/1.1" 200 833 0.007016 10.0.0.38 - - [2026-04-30 02:25:03] "POST /neutron/subnet HTTP/1.1" 200 720 0.009442 10.0.0.38 - - [2026-04-30 02:25:03] "GET /domains HTTP/1.1" 200 280 0.003720 10.0.0.38 - - [2026-04-30 02:25:03] "GET /domains?obj_uuids=033dcabd-97df-439f-8207-51383e8b92fd&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001119 10.0.0.38 - - [2026-04-30 02:25:03] "GET /domain/033dcabd-97df-439f-8207-51383e8b92fd HTTP/1.1" 200 2936 0.007098 10.0.0.38 - - [2026-04-30 02:25:03] "GET /projects?obj_uuids=ffa698b1-ed0f-405f-bbea-ae1fba237ebb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001243 10.0.0.38 - - [2026-04-30 02:25:03] "GET /project/ffa698b1-ed0f-405f-bbea-ae1fba237ebb HTTP/1.1" 200 2517 0.069430 10.0.0.38 - - [2026-04-30 02:25:03] "GET /virtual-network/b9e2e643-b67c-469b-8c09-f0bf763b698a HTTP/1.1" 200 2321 0.007120 10.0.0.38 - - [2026-04-30 02:25:03] "GET /virtual-network/b9e2e643-b67c-469b-8c09-f0bf763b698a HTTP/1.1" 200 2321 0.006380 10.0.0.38 - - [2026-04-30 02:25:03] "GET /routing-instance/feb12c94-9fff-45d4-89db-1f4deaedbd82 HTTP/1.1" 200 1497 0.004296 10.0.0.38 - - [2026-04-30 02:25:03] "GET /routing-instance/feb12c94-9fff-45d4-89db-1f4deaedbd82 HTTP/1.1" 200 1497 0.004875 10.0.0.38 - - [2026-04-30 02:25:03] "GET /route-target/07b140c8-072c-4e1e-9b02-9d4a1fdf5f9c HTTP/1.1" 200 1213 0.004212 10.0.0.38 - - [2026-04-30 02:25:03] "GET /virtual-network/b9e2e643-b67c-469b-8c09-f0bf763b698a HTTP/1.1" 200 2321 0.005749 10.0.0.38 - - [2026-04-30 02:25:03] "GET /routing-instance/feb12c94-9fff-45d4-89db-1f4deaedbd82 HTTP/1.1" 200 1497 0.004115 10.0.0.38 - - [2026-04-30 02:25:03] "GET /virtual-network/b9e2e643-b67c-469b-8c09-f0bf763b698a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005607 10.0.0.38 - - [2026-04-30 02:25:03] "GET /virtual-network/b9e2e643-b67c-469b-8c09-f0bf763b698a HTTP/1.1" 200 2321 0.005938 10.0.0.38 - - [2026-04-30 02:25:03] "GET /routing-instance/feb12c94-9fff-45d4-89db-1f4deaedbd82 HTTP/1.1" 200 1497 0.004550 10.0.0.38 - - [2026-04-30 02:25:03] "GET /routing-instance/feb12c94-9fff-45d4-89db-1f4deaedbd82 HTTP/1.1" 200 1497 0.004846 10.0.0.38 - - [2026-04-30 02:25:03] "GET /route-target/07b140c8-072c-4e1e-9b02-9d4a1fdf5f9c HTTP/1.1" 200 1213 0.003779 10.0.0.38 - - [2026-04-30 02:25:03] "GET /domains HTTP/1.1" 200 280 0.003641 10.0.0.38 - - [2026-04-30 02:25:03] "GET /domains?obj_uuids=033dcabd-97df-439f-8207-51383e8b92fd&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001563 10.0.0.38 - - [2026-04-30 02:25:03] "GET /domain/033dcabd-97df-439f-8207-51383e8b92fd HTTP/1.1" 200 2936 0.008343 10.0.0.38 - - [2026-04-30 02:25:03] "GET /projects?obj_uuids=ffa698b1-ed0f-405f-bbea-ae1fba237ebb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001478 10.0.0.38 - - [2026-04-30 02:25:03] "GET /project/ffa698b1-ed0f-405f-bbea-ae1fba237ebb HTTP/1.1" 200 2517 0.067822 10.0.0.38 - - [2026-04-30 02:25:03] "GET /virtual-network/b9e2e643-b67c-469b-8c09-f0bf763b698a HTTP/1.1" 200 2321 0.005468 10.0.0.38 - - [2026-04-30 02:25:03] "GET /obj-perms HTTP/1.1" 200 5026 0.003403 10.0.0.38 - - [2026-04-30 02:25:03] "POST /id-to-fqname HTTP/1.1" 200 223 0.001487 10.0.0.38 - - [2026-04-30 02:25:03] "POST /neutron/network HTTP/1.1" 200 842 0.008687 10.0.0.38 - - [2026-04-30 02:25:03] "GET /aaa-mode HTTP/1.1" 401 292 0.007055 10.0.0.38 - - [2026-04-30 02:25:04] "GET / HTTP/1.1" 200 35931 0.001680 10.0.0.38 - - [2026-04-30 02:25:04] "GET /project/ffa698b1-ed0f-405f-bbea-ae1fba237ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000695 10.0.0.38 - - [2026-04-30 02:25:04] "GET /projects?obj_uuids=ffa698b1-ed0f-405f-bbea-ae1fba237ebb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001693 10.0.0.38 - - [2026-04-30 02:25:04] "GET /project/ffa698b1-ed0f-405f-bbea-ae1fba237ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.056527 10.0.0.38 - - [2026-04-30 02:25:04] "POST /neutron/network HTTP/1.1" 200 832 0.007997 10.0.0.38 - - [2026-04-30 02:25:04] "POST /neutron/port HTTP/1.1" 200 117 0.007482 10.0.0.38 - - [2026-04-30 02:25:04] "POST /neutron/port HTTP/1.1" 200 117 0.008539 10.0.0.38 - - [2026-04-30 02:25:04] "POST /id-to-fqname HTTP/1.1" 200 224 0.002340 10.0.0.38 - - [2026-04-30 02:25:04] "POST /neutron/port HTTP/1.1" 200 117 0.006019 10.0.0.38 - - [2026-04-30 02:25:04] "POST /neutron/network HTTP/1.1" 200 843 0.007285 10.0.0.38 - - [2026-04-30 02:25:04] "GET /aaa-mode HTTP/1.1" 401 292 0.000465 10.0.0.38 - - [2026-04-30 02:25:05] "POST /neutron/network HTTP/1.1" 200 842 0.006352 10.0.0.38 - - [2026-04-30 02:25:05] "GET /projects?obj_uuids=ffa698b1-ed0f-405f-bbea-ae1fba237ebb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001640 10.0.0.38 - - [2026-04-30 02:25:05] "GET / HTTP/1.1" 200 35931 0.001741 10.0.0.38 - - [2026-04-30 02:25:05] "GET /project/ffa698b1-ed0f-405f-bbea-ae1fba237ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000428 10.0.0.38 - - [2026-04-30 02:25:05] "POST /neutron/port HTTP/1.1" 200 1058 0.235428 10.0.0.38 - - [2026-04-30 02:25:05] "POST /neutron/port HTTP/1.1" 200 1058 0.019602 10.0.0.38 - - [2026-04-30 02:25:05] "POST /neutron/port HTTP/1.1" 200 1058 0.014714 10.0.0.38 - - [2026-04-30 02:25:05] "POST /neutron/port HTTP/1.1" 200 1112 0.064602 10.0.0.38 - - [2026-04-30 02:25:05] "POST /neutron/port HTTP/1.1" 200 1122 0.012470 10.0.0.38 - - [2026-04-30 02:25:05] "GET /projects?obj_uuids=ffa698b1-ed0f-405f-bbea-ae1fba237ebb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001221 10.0.0.38 - - [2026-04-30 02:25:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005129 10.0.0.38 - - [2026-04-30 02:25:05] "GET /project/ffa698b1-ed0f-405f-bbea-ae1fba237ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.067932 10.0.0.38 - - [2026-04-30 02:25:05] "POST /neutron/subnet HTTP/1.1" 200 699 0.007603 10.0.0.38 - - [2026-04-30 02:25:05] "POST /neutron/network HTTP/1.1" 200 833 0.006407 10.0.0.38 - - [2026-04-30 02:25:05] "POST /neutron/port HTTP/1.1" 200 117 0.001128 10.0.0.38 - - [2026-04-30 02:25:05] "POST /neutron/network HTTP/1.1" 200 832 0.006667 10.0.0.38 - - [2026-04-30 02:25:05] "POST /neutron/port HTTP/1.1" 200 1122 0.020215 10.0.0.38 - - [2026-04-30 02:25:05] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007720 10.0.0.38 - - [2026-04-30 02:25:05] "POST /neutron/port HTTP/1.1" 200 117 0.005875 10.0.0.38 - - [2026-04-30 02:25:05] "POST /fqname-to-id HTTP/1.1" 404 193 0.002984 10.0.0.38 - - [2026-04-30 02:25:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003426 10.0.0.38 - - [2026-04-30 02:25:06] "GET /domains?obj_uuids=033dcabd-97df-439f-8207-51383e8b92fd&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001170 10.0.0.38 - - [2026-04-30 02:25:06] "GET /domain/033dcabd-97df-439f-8207-51383e8b92fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 891 0.007707 10.0.0.38 - - [2026-04-30 02:25:06] "POST /service-templates HTTP/1.1" 200 543 0.021674 10.0.0.38 - - [2026-04-30 02:25:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004058 10.0.0.38 - - [2026-04-30 02:25:06] "GET /service-template/fce77583-8961-486a-93c7-29ab8a252b55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.005301 10.0.0.38 - - [2026-04-30 02:25:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003666 10.0.0.38 - - [2026-04-30 02:25:06] "GET /service-template/fce77583-8961-486a-93c7-29ab8a252b55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.003531 10.0.0.38 - - [2026-04-30 02:25:06] "POST /id-to-fqname HTTP/1.1" 200 223 0.001739 10.0.0.38 - - [2026-04-30 02:25:06] "POST /neutron/network HTTP/1.1" 200 843 0.006297 10.0.0.38 - - [2026-04-30 02:25:06] "GET /projects?obj_uuids=ffa698b1-ed0f-405f-bbea-ae1fba237ebb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001111 10.0.0.38 - - [2026-04-30 02:25:06] "POST /id-to-fqname HTTP/1.1" 200 223 0.001152 10.0.0.38 - - [2026-04-30 02:25:06] "POST /id-to-fqname HTTP/1.1" 200 224 0.001364 10.0.0.38 - - [2026-04-30 02:25:06] "POST /neutron/port HTTP/1.1" 200 2037 0.050789 10.0.0.38 - - [2026-04-30 02:25:06] "POST /neutron/port HTTP/1.1" 200 1057 0.274257 10.0.0.38 - - [2026-04-30 02:25:06] "POST /neutron/security_group HTTP/1.1" 200 2056 0.011733 10.0.0.38 - - [2026-04-30 02:25:06] "POST /neutron/port HTTP/1.1" 200 1057 0.014948 10.0.0.38 - - [2026-04-30 02:25:06] "POST /neutron/port HTTP/1.1" 200 1057 0.011791 10.0.0.38 - - [2026-04-30 02:25:06] "POST /neutron/port HTTP/1.1" 200 1111 0.088246 10.0.0.38 - - [2026-04-30 02:25:06] "POST /neutron/port HTTP/1.1" 200 1121 0.021794 10.0.0.38 - - [2026-04-30 02:25:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004701 10.0.0.38 - - [2026-04-30 02:25:07] "POST /neutron/subnet HTTP/1.1" 200 694 0.008397 10.0.0.38 - - [2026-04-30 02:25:07] "POST /neutron/port HTTP/1.1" 200 117 0.002397 10.0.0.38 - - [2026-04-30 02:25:07] "POST /neutron/network HTTP/1.1" 200 833 0.006486 10.0.0.38 - - [2026-04-30 02:25:07] "POST /neutron/network HTTP/1.1" 200 2220 0.015283 10.0.0.38 - - [2026-04-30 02:25:07] "GET /aaa-mode HTTP/1.1" 401 292 0.000712 10.0.0.38 - - [2026-04-30 02:25:07] "GET / HTTP/1.1" 200 35931 0.001454 10.0.0.38 - - [2026-04-30 02:25:07] "GET /project/ffa698b1-ed0f-405f-bbea-ae1fba237ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000475 10.0.0.38 - - [2026-04-30 02:25:08] "GET /projects?obj_uuids=ffa698b1-ed0f-405f-bbea-ae1fba237ebb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001168 10.0.0.38 - - [2026-04-30 02:25:08] "GET /project/ffa698b1-ed0f-405f-bbea-ae1fba237ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.065673 10.0.0.38 - - [2026-04-30 02:25:08] "POST /neutron/network HTTP/1.1" 200 830 0.009723 10.0.0.38 - - [2026-04-30 02:25:08] "POST /neutron/network HTTP/1.1" 200 832 0.007840 10.0.0.38 - - [2026-04-30 02:25:08] "POST /neutron/network HTTP/1.1" 200 833 0.008261 10.0.0.38 - - [2026-04-30 02:25:08] "POST /neutron/port HTTP/1.1" 200 2091 0.030066 10.0.0.38 - - [2026-04-30 02:25:08] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008235 10.0.0.38 - - [2026-04-30 02:25:08] "POST /neutron/port HTTP/1.1" 200 117 0.006317 10.0.0.38 - - [2026-04-30 02:25:08] "POST /neutron/port HTTP/1.1" 200 117 0.006245 10.0.0.38 - - [2026-04-30 02:25:09] "POST /neutron/network HTTP/1.1" 200 2220 0.011089 10.0.0.38 - - [2026-04-30 02:25:09] "GET /projects?obj_uuids=ffa698b1-ed0f-405f-bbea-ae1fba237ebb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001802 10.0.0.38 - - [2026-04-30 02:25:09] "POST /neutron/port HTTP/1.1" 200 1056 0.305946 10.0.0.38 - - [2026-04-30 02:25:09] "GET /projects?obj_uuids=ffa698b1-ed0f-405f-bbea-ae1fba237ebb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001766 10.0.0.38 - - [2026-04-30 02:25:09] "POST /neutron/port HTTP/1.1" 200 1058 0.225192 10.0.0.38 - - [2026-04-30 02:25:09] "GET /projects?obj_uuids=ffa698b1-ed0f-405f-bbea-ae1fba237ebb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001143 10.0.0.38 - - [2026-04-30 02:25:09] "POST /neutron/port HTTP/1.1" 200 1057 0.194809 10.0.0.38 - - [2026-04-30 02:25:09] "POST /neutron/port HTTP/1.1" 200 1056 0.015949 10.0.0.38 - - [2026-04-30 02:25:09] "POST /neutron/port HTTP/1.1" 200 1056 0.014440 10.0.0.38 - - [2026-04-30 02:25:09] "POST /neutron/port HTTP/1.1" 200 1110 0.074389 10.0.0.38 - - [2026-04-30 02:25:09] "POST /neutron/port HTTP/1.1" 200 1058 0.009853 10.0.0.38 - - [2026-04-30 02:25:10] "POST /neutron/port HTTP/1.1" 200 1058 0.012635 10.0.0.38 - - [2026-04-30 02:25:10] "POST /neutron/port HTTP/1.1" 200 1112 0.082309 10.0.0.38 - - [2026-04-30 02:25:10] "POST /neutron/port HTTP/1.1" 200 1057 0.010405 10.0.0.38 - - [2026-04-30 02:25:10] "POST /neutron/port HTTP/1.1" 200 1057 0.020931 10.0.0.38 - - [2026-04-30 02:25:10] "POST /neutron/port HTTP/1.1" 200 1111 0.071109 10.0.0.38 - - [2026-04-30 02:25:10] "POST /neutron/port HTTP/1.1" 200 3058 0.019569 10.0.0.38 - - [2026-04-30 02:25:10] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003398 10.0.0.38 - - [2026-04-30 02:25:10] "POST /neutron/subnet HTTP/1.1" 200 689 0.007977 10.0.0.38 - - [2026-04-30 02:25:10] "POST /neutron/port HTTP/1.1" 200 117 0.001836 10.0.0.38 - - [2026-04-30 02:25:10] "POST /neutron/network HTTP/1.1" 200 830 0.006510 10.0.0.38 - - [2026-04-30 02:25:10] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003944 10.0.0.38 - - [2026-04-30 02:25:10] "POST /neutron/subnet HTTP/1.1" 200 699 0.007225 10.0.0.38 - - [2026-04-30 02:25:10] "POST /neutron/port HTTP/1.1" 200 117 0.001759 10.0.0.38 - - [2026-04-30 02:25:10] "POST /neutron/network HTTP/1.1" 200 832 0.008672 10.0.0.38 - - [2026-04-30 02:25:10] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004626 10.0.0.38 - - [2026-04-30 02:25:10] "POST /neutron/subnet HTTP/1.1" 200 694 0.007532 10.0.0.38 - - [2026-04-30 02:25:10] "POST /neutron/port HTTP/1.1" 200 117 0.001363 10.0.0.38 - - [2026-04-30 02:25:10] "POST /neutron/network HTTP/1.1" 200 833 0.006541 10.0.0.38 - - [2026-04-30 02:25:13] "DELETE /project/76dcc4c8a4b54f218bbf4900e1a0bcd9 HTTP/1.1" 404 173 0.013569 10.0.0.38 - - [2026-04-30 02:25:13] "DELETE /project/ffa698b1ed0f405fbbeaae1fba237ebb HTTP/1.1" 404 173 0.011631 10.0.0.38 - - [2026-04-30 02:25:13] "GET /projects?obj_uuids=702e8d36-f2f2-4bbf-a6b4-07fb71d2f84a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001221 10.0.0.38 - - [2026-04-30 02:25:13] "GET /projects?obj_uuids=76dcc4c8-a4b5-4f21-8bbf-4900e1a0bcd9&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000870 10.0.0.38 - - [2026-04-30 02:25:13] "GET /project/76dcc4c8-a4b5-4f21-8bbf-4900e1a0bcd9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.052026 10.0.0.38 - - [2026-04-30 02:25:13] "GET /project/702e8d36-f2f2-4bbf-a6b4-07fb71d2f84a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.068166 10.0.0.38 - - [2026-04-30 02:25:13] "GET /projects?obj_uuids=76dcc4c8-a4b5-4f21-8bbf-4900e1a0bcd9&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001179 10.0.0.38 - - [2026-04-30 02:25:13] "GET /projects?obj_uuids=702e8d36-f2f2-4bbf-a6b4-07fb71d2f84a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001577 10.0.0.38 - - [2026-04-30 02:25:13] "GET /project/76dcc4c8-a4b5-4f21-8bbf-4900e1a0bcd9?fields=security_groups HTTP/1.1" 200 1341 0.062889 10.0.0.38 - - [2026-04-30 02:25:13] "POST /neutron/port HTTP/1.1" 200 3058 0.060477 10.0.0.38 - - [2026-04-30 02:25:13] "GET /project/702e8d36-f2f2-4bbf-a6b4-07fb71d2f84a?fields=security_groups HTTP/1.1" 200 1368 0.076962 10.0.0.38 - - [2026-04-30 02:25:13] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008985 10.0.0.38 - - [2026-04-30 02:25:13] "DELETE /security-group/d5981e33-3295-4212-99fb-f86ed8015da4 HTTP/1.1" 200 115 0.060841 10.0.0.38 - - [2026-04-30 02:25:13] "GET /projects?obj_uuids=76dcc4c8-a4b5-4f21-8bbf-4900e1a0bcd9&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001459 10.0.0.38 - - [2026-04-30 02:25:14] "DELETE /access-control-list/a439090d-196e-494e-8cfc-9695e9d623de HTTP/1.1" 200 115 0.076446 10.0.0.38 - - [2026-04-30 02:25:14] "GET /project/76dcc4c8-a4b5-4f21-8bbf-4900e1a0bcd9?fields=application_policy_sets HTTP/1.1" 200 1380 0.082142 10.0.0.38 - - [2026-04-30 02:25:14] "DELETE /security-group/bde16fc9-680d-465a-ad4a-85b96655d24b HTTP/1.1" 200 115 0.134882 10.0.0.38 - - [2026-04-30 02:25:14] "GET /projects?obj_uuids=702e8d36-f2f2-4bbf-a6b4-07fb71d2f84a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001780 10.0.0.38 - - [2026-04-30 02:25:14] "POST /neutron/port HTTP/1.1" 200 3058 0.079633 10.0.0.38 - - [2026-04-30 02:25:14] "DELETE /access-control-list/00b86228-9da6-472a-a89d-47849121fc31 HTTP/1.1" 200 115 0.103436 10.0.0.38 - - [2026-04-30 02:25:14] "POST /neutron/security_group HTTP/1.1" 200 2056 0.012884 10.0.0.38 - - [2026-04-30 02:25:14] "GET /project/702e8d36-f2f2-4bbf-a6b4-07fb71d2f84a?fields=application_policy_sets HTTP/1.1" 200 1407 0.106010 10.0.0.38 - - [2026-04-30 02:25:14] "DELETE /access-control-list/a5be82f2-5e58-4882-9908-6173dc681a34 HTTP/1.1" 200 115 0.087316 10.0.0.38 - - [2026-04-30 02:25:14] "DELETE /access-control-list/721f1182-56cb-4d41-85e9-8943abe5feee HTTP/1.1" 200 115 0.068585 10.0.0.38 - - [2026-04-30 02:25:14] "DELETE /project/76dcc4c8-a4b5-4f21-8bbf-4900e1a0bcd9 HTTP/1.1" 200 115 0.604794 10.0.0.38 - - [2026-04-30 02:25:14] "DELETE /project/702e8d36-f2f2-4bbf-a6b4-07fb71d2f84a HTTP/1.1" 200 115 0.634055 10.0.0.38 - - [2026-04-30 02:25:14] "POST /neutron/port HTTP/1.1" 200 3058 0.037354 10.0.0.38 - - [2026-04-30 02:25:14] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007373 10.0.0.38 - - [2026-04-30 02:25:14] "POST /neutron/port HTTP/1.1" 200 3058 0.027440 10.0.0.38 - - [2026-04-30 02:25:14] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006392 10.0.0.38 - - [2026-04-30 02:25:14] "POST /neutron/port HTTP/1.1" 200 3058 0.025668 10.0.0.38 - - [2026-04-30 02:25:14] "POST /neutron/security_group HTTP/1.1" 200 2056 0.013685 10.0.0.38 - - [2026-04-30 02:25:14] "GET /virtual-machine/9a42edd0-ef1d-4bb9-8edb-83fdc934bb52 HTTP/1.1" 200 1803 0.005023 10.0.0.38 - - [2026-04-30 02:25:14] "GET /virtual-machine-interface/5b88a892-2d5c-49e3-87b9-2d212eda0c33 HTTP/1.1" 200 2944 0.005442 10.0.0.38 - - [2026-04-30 02:25:14] "GET /virtual-machine-interface/6e4037c7-948f-4915-8cbe-bf2ebe7c89ee HTTP/1.1" 200 2948 0.005010 10.0.0.38 - - [2026-04-30 02:25:14] "GET /virtual-machine-interface/a6823bec-2eea-49f1-b288-c3e9b8f3d28c HTTP/1.1" 200 2946 0.005779 10.0.0.38 - - [2026-04-30 02:25:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.005396 10.0.0.38 - - [2026-04-30 02:25:14] "GET /global-vrouter-config/b5383f3d-5f44-4c4f-8b6e-c29105899583?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003665 10.0.0.38 - - [2026-04-30 02:25:14] "GET /virtual-networks?parent_id=ffa698b1-ed0f-405f-bbea-ae1fba237ebb&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003976 10.0.0.38 - - [2026-04-30 02:25:15] "GET /virtual-network/74bbc1c3-39e3-4e42-9d73-9408479c35f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005864 10.0.0.38 - - [2026-04-30 02:25:16] "POST /neutron/port HTTP/1.1" 200 1122 0.016841 10.0.0.38 - - [2026-04-30 02:25:16] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006299 10.0.0.38 - - [2026-04-30 02:25:17] "POST /neutron/port HTTP/1.1" 200 1121 0.013659 10.0.0.38 - - [2026-04-30 02:25:17] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006325 10.0.0.38 - - [2026-04-30 02:25:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003406 10.0.0.38 - - [2026-04-30 02:25:18] "GET /virtual-network/74bbc1c3-39e3-4e42-9d73-9408479c35f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005554 10.0.0.38 - - [2026-04-30 02:25:19] "GET /obj-perms HTTP/1.1" 200 5056 0.062908 10.0.0.38 - - [2026-04-30 02:25:20] "GET /obj-perms HTTP/1.1" 200 5056 0.065032 10.0.0.38 - - [2026-04-30 02:25:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003381 10.0.0.38 - - [2026-04-30 02:25:22] "GET /virtual-network/74bbc1c3-39e3-4e42-9d73-9408479c35f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006943 10.0.0.38 - - [2026-04-30 02:25:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003671 10.0.0.38 - - [2026-04-30 02:25:26] "GET /virtual-network/74bbc1c3-39e3-4e42-9d73-9408479c35f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005476 10.0.0.38 - - [2026-04-30 02:25:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003567 10.0.0.38 - - [2026-04-30 02:25:30] "GET /virtual-network/74bbc1c3-39e3-4e42-9d73-9408479c35f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005360 10.0.0.38 - - [2026-04-30 02:25:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003609 10.0.0.38 - - [2026-04-30 02:25:32] "GET /global-vrouter-config/b5383f3d-5f44-4c4f-8b6e-c29105899583?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003228 10.0.0.38 - - [2026-04-30 02:25:32] "GET /virtual-networks?parent_id=ffa698b1-ed0f-405f-bbea-ae1fba237ebb&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002897 10.0.0.38 - - [2026-04-30 02:25:32] "GET /virtual-network/74bbc1c3-39e3-4e42-9d73-9408479c35f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005935 10.0.0.38 - - [2026-04-30 02:25:32] "POST /neutron/port HTTP/1.1" 200 3058 0.022799 10.0.0.38 - - [2026-04-30 02:25:32] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005947 10.0.0.38 - - [2026-04-30 02:25:38] "POST /neutron/port HTTP/1.1" 200 3058 0.022339 10.0.0.38 - - [2026-04-30 02:25:38] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007851 10.0.0.38 - - [2026-04-30 02:25:43] "POST /neutron/port HTTP/1.1" 200 3058 0.021312 10.0.0.38 - - [2026-04-30 02:25:43] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009086 10.0.0.38 - - [2026-04-30 02:25:43] "POST /neutron/port HTTP/1.1" 200 3058 0.024550 10.0.0.38 - - [2026-04-30 02:25:44] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006509 10.0.0.38 - - [2026-04-30 02:25:48] "POST /neutron/port HTTP/1.1" 200 3058 0.020621 10.0.0.38 - - [2026-04-30 02:25:48] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007729 10.0.0.38 - - [2026-04-30 02:25:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002825 10.0.0.38 - - [2026-04-30 02:25:53] "GET /global-vrouter-config/b5383f3d-5f44-4c4f-8b6e-c29105899583?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004172 10.0.0.38 - - [2026-04-30 02:25:53] "GET /virtual-networks?parent_id=ffa698b1-ed0f-405f-bbea-ae1fba237ebb&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003130 10.0.0.38 - - [2026-04-30 02:25:53] "GET /virtual-network/bb14b4b7-6bf8-4eb4-b201-4cb334134185?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005480 10.0.0.38 - - [2026-04-30 02:25:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003227 10.0.0.38 - - [2026-04-30 02:25:53] "GET /global-vrouter-config/b5383f3d-5f44-4c4f-8b6e-c29105899583?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004341 10.0.0.38 - - [2026-04-30 02:25:54] "GET /virtual-networks?parent_id=ffa698b1-ed0f-405f-bbea-ae1fba237ebb&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003455 10.0.0.38 - - [2026-04-30 02:25:54] "GET /virtual-network/b9e2e643-b67c-469b-8c09-f0bf763b698a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006871 10.0.0.38 - - [2026-04-30 02:25:54] "POST /fqname-to-id HTTP/1.1" 404 207 0.002790 10.0.0.38 - - [2026-04-30 02:25:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003180 10.0.0.38 - - [2026-04-30 02:25:54] "GET /projects?obj_uuids=ffa698b1-ed0f-405f-bbea-ae1fba237ebb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.045152 10.0.0.38 - - [2026-04-30 02:25:54] "GET /project/ffa698b1-ed0f-405f-bbea-ae1fba237ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.070464 10.0.0.38 - - [2026-04-30 02:25:54] "POST /service-instances HTTP/1.1" 200 543 0.064148 10.0.0.38 - - [2026-04-30 02:25:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003855 10.0.0.38 - - [2026-04-30 02:25:54] "GET /service-instance/5bd5f41b-436a-4ba4-bf77-316ecbc9daa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2134 0.005352 10.0.0.38 - - [2026-04-30 02:25:54] "POST /port-tuples HTTP/1.1" 200 586 0.026685 10.0.0.38 - - [2026-04-30 02:25:54] "GET /virtual-machine-interface/a6823bec-2eea-49f1-b288-c3e9b8f3d28c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2725 0.005545 10.0.0.38 - - [2026-04-30 02:25:54] "PUT /virtual-machine-interface/a6823bec-2eea-49f1-b288-c3e9b8f3d28c HTTP/1.1" 200 284 0.013296 10.0.0.38 - - [2026-04-30 02:25:54] "POST /ref-update HTTP/1.1" 200 156 0.011597 10.0.0.38 - - [2026-04-30 02:25:54] "POST /instance-ips HTTP/1.1" 200 385 0.025075 10.0.0.38 - - [2026-04-30 02:25:54] "POST /ref-update HTTP/1.1" 200 156 0.010610 10.0.0.38 - - [2026-04-30 02:25:54] "GET /virtual-machine-interface/5b88a892-2d5c-49e3-87b9-2d212eda0c33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2723 0.008176 10.0.0.38 - - [2026-04-30 02:25:54] "POST /ref-update HTTP/1.1" 200 156 0.012281 10.0.0.38 - - [2026-04-30 02:25:54] "PUT /virtual-machine-interface/5b88a892-2d5c-49e3-87b9-2d212eda0c33 HTTP/1.1" 200 284 0.016353 10.0.0.38 - - [2026-04-30 02:25:55] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003614 10.0.0.38 - - [2026-04-30 02:25:55] "POST /ref-update HTTP/1.1" 200 156 0.010523 10.0.0.38 - - [2026-04-30 02:25:55] "GET /virtual-machine-interface/6e4037c7-948f-4915-8cbe-bf2ebe7c89ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2727 0.006083 10.0.0.38 - - [2026-04-30 02:25:55] "POST /instance-ips HTTP/1.1" 200 385 0.030762 10.0.0.38 - - [2026-04-30 02:25:55] "PUT /virtual-machine-interface/6e4037c7-948f-4915-8cbe-bf2ebe7c89ee HTTP/1.1" 200 284 0.014479 10.0.0.38 - - [2026-04-30 02:25:55] "POST /ref-update HTTP/1.1" 200 156 0.015519 10.0.0.38 - - [2026-04-30 02:25:55] "POST /ref-update HTTP/1.1" 200 156 0.011128 10.0.0.38 - - [2026-04-30 02:25:55] "POST /ref-update HTTP/1.1" 200 156 0.012021 10.0.0.38 - - [2026-04-30 02:25:55] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002929 10.0.0.38 - - [2026-04-30 02:25:55] "POST /neutron/port HTTP/1.1" 200 1122 0.013592 10.0.0.38 - - [2026-04-30 02:25:55] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005985 10.0.0.38 - - [2026-04-30 02:25:55] "POST /instance-ips HTTP/1.1" 200 373 0.021683 10.0.0.38 - - [2026-04-30 02:25:55] "POST /neutron/port HTTP/1.1" 200 1122 0.014144 10.0.0.38 - - [2026-04-30 02:25:55] "POST /ref-update HTTP/1.1" 200 156 0.009985 10.0.0.38 - - [2026-04-30 02:25:55] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009908 10.0.0.38 - - [2026-04-30 02:25:55] "POST /ref-update HTTP/1.1" 200 156 0.008768 10.0.0.38 - - [2026-04-30 02:25:55] "POST /neutron/port HTTP/1.1" 200 1122 0.014561 10.0.0.38 - - [2026-04-30 02:25:55] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009441 10.0.0.38 - - [2026-04-30 02:25:55] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.005236 10.0.0.38 - - [2026-04-30 02:25:55] "GET /virtual-machine/d21301d8-0c65-4fa5-ad32-9779ba216e77 HTTP/1.1" 200 1291 0.004875 10.0.0.38 - - [2026-04-30 02:25:55] "GET /virtual-machine-interface/b85430a6-c178-40bd-84d6-fc0f634eb456 HTTP/1.1" 200 2945 0.005503 10.0.0.38 - - [2026-04-30 02:25:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003359 10.0.0.38 - - [2026-04-30 02:25:55] "GET /global-vrouter-config/b5383f3d-5f44-4c4f-8b6e-c29105899583?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003396 10.0.0.38 - - [2026-04-30 02:25:55] "POST /instance-ips HTTP/1.1" 200 373 0.021102 10.0.0.38 - - [2026-04-30 02:25:55] "GET /virtual-networks?parent_id=ffa698b1-ed0f-405f-bbea-ae1fba237ebb&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003486 10.0.0.38 - - [2026-04-30 02:25:55] "POST /ref-update HTTP/1.1" 200 156 0.008799 10.0.0.38 - - [2026-04-30 02:25:55] "GET /virtual-network/bb14b4b7-6bf8-4eb4-b201-4cb334134185?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007041 10.0.0.38 - - [2026-04-30 02:25:55] "POST /ref-update HTTP/1.1" 200 156 0.009115 10.0.0.38 - - [2026-04-30 02:25:55] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002955 10.0.0.38 - - [2026-04-30 02:25:55] "POST /instance-ips HTTP/1.1" 200 375 0.015593 10.0.0.38 - - [2026-04-30 02:25:55] "POST /ref-update HTTP/1.1" 200 156 0.009305 10.0.0.38 - - [2026-04-30 02:25:55] "POST /ref-update HTTP/1.1" 200 156 0.008676 10.0.0.38 - - [2026-04-30 02:25:55] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003821 10.0.0.38 - - [2026-04-30 02:25:56] "POST /instance-ips HTTP/1.1" 200 375 0.019470 10.0.0.38 - - [2026-04-30 02:25:56] "POST /ref-update HTTP/1.1" 200 156 0.009912 10.0.0.38 - - [2026-04-30 02:25:56] "POST /ref-update HTTP/1.1" 200 156 0.010063 10.0.0.38 - - [2026-04-30 02:25:56] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003773 10.0.0.38 - - [2026-04-30 02:25:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003768 10.0.0.38 - - [2026-04-30 02:25:56] "GET /global-vrouter-config/b5383f3d-5f44-4c4f-8b6e-c29105899583?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003828 10.0.0.38 - - [2026-04-30 02:25:56] "GET /virtual-networks?parent_id=ffa698b1-ed0f-405f-bbea-ae1fba237ebb&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004583 10.0.0.38 - - [2026-04-30 02:25:56] "GET /virtual-network/bb14b4b7-6bf8-4eb4-b201-4cb334134185?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006720 10.0.0.38 - - [2026-04-30 02:25:57] "POST /neutron/port HTTP/1.1" 200 1121 0.014919 10.0.0.38 - - [2026-04-30 02:25:57] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007263 10.0.0.38 - - [2026-04-30 02:25:57] "POST /neutron/port HTTP/1.1" 200 1121 0.015428 10.0.0.38 - - [2026-04-30 02:25:57] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008258 10.0.0.38 - - [2026-04-30 02:25:57] "POST /neutron/port HTTP/1.1" 200 1121 0.013928 10.0.0.38 - - [2026-04-30 02:25:57] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007838 10.0.0.38 - - [2026-04-30 02:25:57] "GET /virtual-machine/66fb86ea-835a-465a-a5cf-6e3e27902125 HTTP/1.1" 200 1290 0.004718 10.0.0.38 - - [2026-04-30 02:25:57] "GET /virtual-machine-interface/a7f8683e-6c84-4127-978c-453b8c75243a HTTP/1.1" 200 2949 0.005390 10.0.0.38 - - [2026-04-30 02:25:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003143 10.0.0.38 - - [2026-04-30 02:25:57] "GET /global-vrouter-config/b5383f3d-5f44-4c4f-8b6e-c29105899583?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003324 10.0.0.38 - - [2026-04-30 02:25:57] "GET /virtual-networks?parent_id=ffa698b1-ed0f-405f-bbea-ae1fba237ebb&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003748 10.0.0.38 - - [2026-04-30 02:25:57] "GET /virtual-network/b9e2e643-b67c-469b-8c09-f0bf763b698a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006572 10.0.0.38 - - [2026-04-30 02:25:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003344 10.0.0.38 - - [2026-04-30 02:25:58] "GET /global-vrouter-config/b5383f3d-5f44-4c4f-8b6e-c29105899583?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003586 10.0.0.38 - - [2026-04-30 02:25:58] "GET /virtual-networks?parent_id=ffa698b1-ed0f-405f-bbea-ae1fba237ebb&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004699 10.0.0.38 - - [2026-04-30 02:25:58] "GET /virtual-network/b9e2e643-b67c-469b-8c09-f0bf763b698a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006111 10.0.0.38 - - [2026-04-30 02:25:58] "POST /fqname-to-id HTTP/1.1" 404 211 0.002886 10.0.0.38 - - [2026-04-30 02:25:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003064 10.0.0.38 - - [2026-04-30 02:25:59] "GET /projects?obj_uuids=ffa698b1-ed0f-405f-bbea-ae1fba237ebb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001046 10.0.0.38 - - [2026-04-30 02:25:59] "GET /project/ffa698b1-ed0f-405f-bbea-ae1fba237ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.036928 10.0.0.38 - - [2026-04-30 02:25:59] "POST /network-policys HTTP/1.1" 200 547 0.020886 10.0.0.38 - - [2026-04-30 02:25:59] "GET /network-policy/cfc3617c-ead2-4eeb-b5a0-5df5e52eb54c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.005322 10.0.0.38 - - [2026-04-30 02:25:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003076 10.0.0.38 - - [2026-04-30 02:25:59] "GET /virtual-network/bb14b4b7-6bf8-4eb4-b201-4cb334134185?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006180 10.0.0.38 - - [2026-04-30 02:25:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003079 10.0.0.38 - - [2026-04-30 02:25:59] "GET /network-policy/cfc3617c-ead2-4eeb-b5a0-5df5e52eb54c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003625 10.0.0.38 - - [2026-04-30 02:25:59] "POST /ref-update HTTP/1.1" 200 156 0.036960 10.0.0.38 - - [2026-04-30 02:25:59] "POST /fqname-to-id HTTP/1.1" 404 242 0.039629 10.0.0.38 - - [2026-04-30 02:25:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003593 10.0.0.38 - - [2026-04-30 02:25:59] "GET /network-policy/cfc3617c-ead2-4eeb-b5a0-5df5e52eb54c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.008903 10.0.0.38 - - [2026-04-30 02:25:59] "POST /access-control-lists HTTP/1.1" 200 601 0.071782 10.0.0.38 - - [2026-04-30 02:25:59] "POST /neutron/network HTTP/1.1" 200 920 0.009410 10.0.0.38 - - [2026-04-30 02:25:59] "GET /virtual-network/bb14b4b7-6bf8-4eb4-b201-4cb334134185?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.005327 10.0.0.38 - - [2026-04-30 02:25:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003001 10.0.0.38 - - [2026-04-30 02:25:59] "GET /network-policy/cfc3617c-ead2-4eeb-b5a0-5df5e52eb54c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003916 10.0.0.38 - - [2026-04-30 02:25:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002933 10.0.0.38 - - [2026-04-30 02:25:59] "GET /virtual-network/b9e2e643-b67c-469b-8c09-f0bf763b698a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006024 10.0.0.38 - - [2026-04-30 02:25:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003641 10.0.0.38 - - [2026-04-30 02:25:59] "GET /network-policy/cfc3617c-ead2-4eeb-b5a0-5df5e52eb54c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.004472 10.0.0.38 - - [2026-04-30 02:26:00] "POST /fqname-to-id HTTP/1.1" 404 244 0.003844 10.0.0.38 - - [2026-04-30 02:26:00] "POST /ref-update HTTP/1.1" 200 156 0.041101 10.0.0.38 - - [2026-04-30 02:26:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.006019 10.0.0.38 - - [2026-04-30 02:26:00] "POST /access-control-lists HTTP/1.1" 200 604 0.073407 10.0.0.38 - - [2026-04-30 02:26:00] "GET /network-policy/cfc3617c-ead2-4eeb-b5a0-5df5e52eb54c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.004069 10.0.0.38 - - [2026-04-30 02:26:00] "POST /routing-instances HTTP/1.1" 200 759 0.030761 10.0.0.38 - - [2026-04-30 02:26:00] "POST /neutron/network HTTP/1.1" 200 921 0.010240 10.0.0.38 - - [2026-04-30 02:26:00] "GET /virtual-network/b9e2e643-b67c-469b-8c09-f0bf763b698a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.005435 10.0.0.38 - - [2026-04-30 02:26:00] "POST /route-targets HTTP/1.1" 200 327 0.018680 10.0.0.38 - - [2026-04-30 02:26:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005462 10.0.0.38 - - [2026-04-30 02:26:00] "POST /ref-update HTTP/1.1" 200 156 0.012921 10.0.0.38 - - [2026-04-30 02:26:00] "GET /network-policy/cfc3617c-ead2-4eeb-b5a0-5df5e52eb54c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.005389 10.0.0.38 - - [2026-04-30 02:26:00] "GET /routing-instance/5eecb2e4-1ad4-4331-ad49-a89b886f9eea?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1276 0.004406 10.0.0.38 - - [2026-04-30 02:26:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004297 10.0.0.38 - - [2026-04-30 02:26:00] "GET /routing-instance/5eecb2e4-1ad4-4331-ad49-a89b886f9eea?fields=routing_policy_back_refs HTTP/1.1" 200 1276 0.004749 10.0.0.38 - - [2026-04-30 02:26:00] "GET /service-template/fce77583-8961-486a-93c7-29ab8a252b55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.003802 10.0.0.38 - - [2026-04-30 02:26:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004531 10.0.0.38 - - [2026-04-30 02:26:00] "POST /ref-update HTTP/1.1" 200 156 0.022030 10.0.0.38 - - [2026-04-30 02:26:00] "GET /projects?obj_uuids=ffa698b1-ed0f-405f-bbea-ae1fba237ebb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001224 10.0.0.38 - - [2026-04-30 02:26:00] "GET /project/ffa698b1-ed0f-405f-bbea-ae1fba237ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.030708 10.0.0.38 - - [2026-04-30 02:26:00] "POST /routing-instances HTTP/1.1" 200 760 0.038070 10.0.0.38 - - [2026-04-30 02:26:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003384 10.0.0.38 - - [2026-04-30 02:26:00] "POST /route-targets HTTP/1.1" 200 327 0.010964 10.0.0.38 - - [2026-04-30 02:26:00] "GET /service-instance/5bd5f41b-436a-4ba4-bf77-316ecbc9daa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3528 0.005630 10.0.0.38 - - [2026-04-30 02:26:00] "POST /ref-update HTTP/1.1" 200 156 0.013023 10.0.0.38 - - [2026-04-30 02:26:00] "GET /domains HTTP/1.1" 200 280 0.002795 10.0.0.38 - - [2026-04-30 02:26:00] "GET /domains?obj_uuids=033dcabd-97df-439f-8207-51383e8b92fd&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001525 10.0.0.38 - - [2026-04-30 02:26:00] "GET /domain/033dcabd-97df-439f-8207-51383e8b92fd HTTP/1.1" 200 2769 0.010427 10.0.0.38 - - [2026-04-30 02:26:00] "GET /projects?obj_uuids=ffa698b1-ed0f-405f-bbea-ae1fba237ebb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001540 10.0.0.38 - - [2026-04-30 02:26:00] "GET /routing-instance/c469c0a1-f926-4b92-b83f-079f1aebfcff?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1278 0.006444 10.0.0.38 - - [2026-04-30 02:26:00] "GET /project/ffa698b1-ed0f-405f-bbea-ae1fba237ebb HTTP/1.1" 200 4233 0.071755 10.0.0.38 - - [2026-04-30 02:26:00] "GET /routing-instance/c469c0a1-f926-4b92-b83f-079f1aebfcff?fields=routing_policy_back_refs HTTP/1.1" 200 1278 0.005064 10.0.0.38 - - [2026-04-30 02:26:00] "GET /service-instance/5bd5f41b-436a-4ba4-bf77-316ecbc9daa9 HTTP/1.1" 200 3782 0.007047 10.0.0.38 - - [2026-04-30 02:26:00] "GET /domains HTTP/1.1" 200 280 0.003836 10.0.0.38 - - [2026-04-30 02:26:00] "GET /domains?obj_uuids=033dcabd-97df-439f-8207-51383e8b92fd&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001487 10.0.0.38 - - [2026-04-30 02:26:00] "GET /domain/033dcabd-97df-439f-8207-51383e8b92fd HTTP/1.1" 200 2769 0.010235 10.0.0.38 - - [2026-04-30 02:26:00] "GET /projects?obj_uuids=ffa698b1-ed0f-405f-bbea-ae1fba237ebb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001197 10.0.0.38 - - [2026-04-30 02:26:00] "PUT /routing-instance/5eecb2e4-1ad4-4331-ad49-a89b886f9eea HTTP/1.1" 200 266 0.013551 10.0.0.38 - - [2026-04-30 02:26:00] "GET /project/ffa698b1-ed0f-405f-bbea-ae1fba237ebb HTTP/1.1" 200 4233 0.080068 10.0.0.38 - - [2026-04-30 02:26:00] "GET /service-instance/5bd5f41b-436a-4ba4-bf77-316ecbc9daa9 HTTP/1.1" 200 3782 0.004294 10.0.0.38 - - [2026-04-30 02:26:00] "PUT /routing-instance/c469c0a1-f926-4b92-b83f-079f1aebfcff HTTP/1.1" 200 266 0.015636 10.0.0.38 - - [2026-04-30 02:26:00] "GET /port-tuple/743926f2-759c-4bea-ae55-dd8abde190da HTTP/1.1" 200 1978 0.007288 10.0.0.38 - - [2026-04-30 02:26:00] "GET /virtual-machine-interface/5b88a892-2d5c-49e3-87b9-2d212eda0c33 HTTP/1.1" 200 3796 0.011048 10.0.0.38 - - [2026-04-30 02:26:00] "GET /virtual-machine-interface/6e4037c7-948f-4915-8cbe-bf2ebe7c89ee HTTP/1.1" 200 3803 0.010669 10.0.0.38 - - [2026-04-30 02:26:00] "GET /virtual-machine-interface/a6823bec-2eea-49f1-b288-c3e9b8f3d28c HTTP/1.1" 200 3816 0.009095 10.0.0.38 - - [2026-04-30 02:26:00] "POST /ref-update HTTP/1.1" 200 156 0.018511 10.0.0.38 - - [2026-04-30 02:26:01] "POST /neutron/port HTTP/1.1" 200 3829 0.050412 10.0.0.38 - - [2026-04-30 02:26:01] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006613 10.0.0.38 - - [2026-04-30 02:26:01] "POST /neutron/port HTTP/1.1" 200 3829 0.035028 10.0.0.38 - - [2026-04-30 02:26:01] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008812 10.0.0.38 - - [2026-04-30 02:26:01] "POST /neutron/port HTTP/1.1" 200 3829 0.053398 10.0.0.38 - - [2026-04-30 02:26:01] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009130 10.0.0.38 - - [2026-04-30 02:26:01] "POST /neutron/port HTTP/1.1" 200 3829 0.045449 10.0.0.38 - - [2026-04-30 02:26:01] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008654 10.0.0.38 - - [2026-04-30 02:26:01] "POST /neutron/network HTTP/1.1" 200 894 0.014672 10.0.0.38 - - [2026-04-30 02:26:01] "POST /neutron/network HTTP/1.1" 200 920 0.006868 10.0.0.38 - - [2026-04-30 02:26:01] "POST /neutron/network HTTP/1.1" 200 804 0.017730 10.0.0.38 - - [2026-04-30 02:26:01] "POST /neutron/network HTTP/1.1" 200 830 0.007205 10.0.0.38 - - [2026-04-30 02:26:01] "POST /neutron/network HTTP/1.1" 200 895 0.016123 10.0.0.38 - - [2026-04-30 02:26:01] "POST /neutron/network HTTP/1.1" 200 921 0.006792 10.0.0.38 - - [2026-04-30 02:26:01] "POST /id-to-fqname HTTP/1.1" 200 223 0.002150 10.0.0.38 - - [2026-04-30 02:26:01] "POST /id-to-fqname HTTP/1.1" 200 223 0.001239 10.0.0.38 - - [2026-04-30 02:26:01] "POST /id-to-fqname HTTP/1.1" 200 224 0.002168 10.0.0.38 - - [2026-04-30 02:26:01] "GET /virtual-machine/9a42edd0-ef1d-4bb9-8edb-83fdc934bb52 HTTP/1.1" 200 1803 0.004993 10.0.0.38 - - [2026-04-30 02:26:01] "GET /virtual-machine-interface/5b88a892-2d5c-49e3-87b9-2d212eda0c33 HTTP/1.1" 200 3796 0.006361 10.0.0.38 - - [2026-04-30 02:26:01] "GET /virtual-machine-interface/6e4037c7-948f-4915-8cbe-bf2ebe7c89ee HTTP/1.1" 200 3803 0.005258 10.0.0.38 - - [2026-04-30 02:26:01] "GET /virtual-machine-interface/a6823bec-2eea-49f1-b288-c3e9b8f3d28c HTTP/1.1" 200 3816 0.005903 10.0.0.38 - - [2026-04-30 02:26:01] "GET /instance-ip/96adfb19-e626-4854-82d1-410af328ee1d HTTP/1.1" 200 1954 0.004394 10.0.0.38 - - [2026-04-30 02:26:01] "GET /instance-ip/9bec8e9d-a044-4536-ba72-e946ec8ebb52 HTTP/1.1" 200 1957 0.004450 10.0.0.38 - - [2026-04-30 02:26:01] "GET /instance-ip/bfeb9ac9-1442-43ee-80ba-30928e072f73 HTTP/1.1" 200 1621 0.007287 10.0.0.38 - - [2026-04-30 02:26:01] "GET /instance-ip/02e6505c-ab7b-42ed-a49f-94aadc47eef3 HTTP/1.1" 200 1959 0.004570 10.0.0.38 - - [2026-04-30 02:26:01] "GET /instance-ip/b3f421da-ab43-404f-b428-813d68055a6b HTTP/1.1" 200 1959 0.004820 10.0.0.38 - - [2026-04-30 02:26:01] "GET /instance-ip/bae2eaaa-116f-4ca7-a94d-db517f8a7231 HTTP/1.1" 200 1622 0.005603 10.0.0.38 - - [2026-04-30 02:26:01] "GET /instance-ip/00614a1b-2a0a-407e-bbc2-eafda5d32d1d HTTP/1.1" 200 1617 0.005488 10.0.0.38 - - [2026-04-30 02:26:01] "GET /instance-ip/8d9a82a3-92d4-4609-bb6f-a26dd68f7cb0 HTTP/1.1" 200 1979 0.003946 10.0.0.38 - - [2026-04-30 02:26:01] "GET /instance-ip/9d13d315-2cf5-459b-83f0-c5ad5ac94c84 HTTP/1.1" 200 1980 0.004839 10.0.0.38 - - [2026-04-30 02:26:01] "POST /neutron/port HTTP/1.1" 200 3829 0.039383 10.0.0.38 - - [2026-04-30 02:26:02] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007613 10.0.0.38 - - [2026-04-30 02:26:02] "POST /neutron/port HTTP/1.1" 200 3829 0.036972 10.0.0.38 - - [2026-04-30 02:26:02] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007195 10.0.0.38 - - [2026-04-30 02:26:02] "POST /neutron/port HTTP/1.1" 200 3829 0.037828 10.0.0.38 - - [2026-04-30 02:26:02] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007721 10.0.0.38 - - [2026-04-30 02:26:02] "POST /neutron/port HTTP/1.1" 200 3829 0.047218 10.0.0.38 - - [2026-04-30 02:26:02] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010087 10.0.0.38 - - [2026-04-30 02:26:02] "GET /virtual-machine/9a42edd0-ef1d-4bb9-8edb-83fdc934bb52 HTTP/1.1" 200 1803 0.003808 10.0.0.38 - - [2026-04-30 02:26:02] "GET /virtual-machine-interface/5b88a892-2d5c-49e3-87b9-2d212eda0c33 HTTP/1.1" 200 3796 0.005778 10.0.0.38 - - [2026-04-30 02:26:02] "GET /virtual-machine-interface/6e4037c7-948f-4915-8cbe-bf2ebe7c89ee HTTP/1.1" 200 3803 0.005499 10.0.0.38 - - [2026-04-30 02:26:02] "GET /virtual-machine-interface/a6823bec-2eea-49f1-b288-c3e9b8f3d28c HTTP/1.1" 200 3816 0.005494 10.0.0.38 - - [2026-04-30 02:26:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003692 10.0.0.38 - - [2026-04-30 02:26:02] "GET /global-vrouter-config/b5383f3d-5f44-4c4f-8b6e-c29105899583?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003669 10.0.0.38 - - [2026-04-30 02:26:02] "GET /virtual-networks?parent_id=ffa698b1-ed0f-405f-bbea-ae1fba237ebb&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003700 10.0.0.38 - - [2026-04-30 02:26:02] "GET /virtual-network/bb14b4b7-6bf8-4eb4-b201-4cb334134185?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.007134 10.0.0.38 - - [2026-04-30 02:26:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003408 10.0.0.38 - - [2026-04-30 02:26:03] "GET /global-vrouter-config/b5383f3d-5f44-4c4f-8b6e-c29105899583?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003534 10.0.0.38 - - [2026-04-30 02:26:03] "GET /virtual-networks?parent_id=ffa698b1-ed0f-405f-bbea-ae1fba237ebb&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004045 10.0.0.38 - - [2026-04-30 02:26:03] "GET /virtual-network/bb14b4b7-6bf8-4eb4-b201-4cb334134185?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.005666 10.0.0.38 - - [2026-04-30 02:26:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005121 10.0.0.38 - - [2026-04-30 02:26:03] "GET /global-vrouter-config/b5383f3d-5f44-4c4f-8b6e-c29105899583?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004228 10.0.0.38 - - [2026-04-30 02:26:04] "GET /virtual-networks?parent_id=ffa698b1-ed0f-405f-bbea-ae1fba237ebb&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003135 10.0.0.38 - - [2026-04-30 02:26:04] "GET /virtual-network/bb14b4b7-6bf8-4eb4-b201-4cb334134185?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.006091 10.0.0.38 - - [2026-04-30 02:26:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004397 10.0.0.38 - - [2026-04-30 02:26:04] "GET /global-vrouter-config/b5383f3d-5f44-4c4f-8b6e-c29105899583?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004592 10.0.0.38 - - [2026-04-30 02:26:04] "GET /virtual-networks?parent_id=ffa698b1-ed0f-405f-bbea-ae1fba237ebb&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003388 10.0.0.38 - - [2026-04-30 02:26:04] "GET /virtual-network/bb14b4b7-6bf8-4eb4-b201-4cb334134185?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.005459 10.0.0.38 - - [2026-04-30 02:26:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003345 10.0.0.38 - - [2026-04-30 02:26:04] "GET /global-vrouter-config/b5383f3d-5f44-4c4f-8b6e-c29105899583?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004214 10.0.0.38 - - [2026-04-30 02:26:04] "GET /virtual-networks?parent_id=ffa698b1-ed0f-405f-bbea-ae1fba237ebb&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003498 10.0.0.38 - - [2026-04-30 02:26:04] "GET /virtual-network/bb14b4b7-6bf8-4eb4-b201-4cb334134185?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.009336 10.0.0.38 - - [2026-04-30 02:26:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003193 10.0.0.38 - - [2026-04-30 02:26:04] "GET /global-vrouter-config/b5383f3d-5f44-4c4f-8b6e-c29105899583?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004377 10.0.0.38 - - [2026-04-30 02:26:04] "GET /virtual-networks?parent_id=ffa698b1-ed0f-405f-bbea-ae1fba237ebb&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003606 10.0.0.38 - - [2026-04-30 02:26:04] "GET /virtual-network/74bbc1c3-39e3-4e42-9d73-9408479c35f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005682 10.0.0.38 - - [2026-04-30 02:26:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003675 10.0.0.38 - - [2026-04-30 02:26:04] "GET /global-vrouter-config/b5383f3d-5f44-4c4f-8b6e-c29105899583?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005206 10.0.0.38 - - [2026-04-30 02:26:04] "GET /virtual-networks?parent_id=ffa698b1-ed0f-405f-bbea-ae1fba237ebb&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004345 10.0.0.38 - - [2026-04-30 02:26:04] "GET /virtual-network/74bbc1c3-39e3-4e42-9d73-9408479c35f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005411 10.0.0.38 - - [2026-04-30 02:26:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004192 10.0.0.38 - - [2026-04-30 02:26:05] "GET /global-vrouter-config/b5383f3d-5f44-4c4f-8b6e-c29105899583?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004483 10.0.0.38 - - [2026-04-30 02:26:05] "GET /virtual-networks?parent_id=ffa698b1-ed0f-405f-bbea-ae1fba237ebb&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004439 10.0.0.38 - - [2026-04-30 02:26:05] "GET /virtual-network/74bbc1c3-39e3-4e42-9d73-9408479c35f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006641 10.0.0.38 - - [2026-04-30 02:26:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003457 10.0.0.38 - - [2026-04-30 02:26:05] "GET /global-vrouter-config/b5383f3d-5f44-4c4f-8b6e-c29105899583?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004715 10.0.0.38 - - [2026-04-30 02:26:05] "GET /virtual-networks?parent_id=ffa698b1-ed0f-405f-bbea-ae1fba237ebb&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003968 10.0.0.38 - - [2026-04-30 02:26:05] "GET /virtual-network/74bbc1c3-39e3-4e42-9d73-9408479c35f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005756 10.0.0.38 - - [2026-04-30 02:26:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005000 10.0.0.38 - - [2026-04-30 02:26:05] "GET /global-vrouter-config/b5383f3d-5f44-4c4f-8b6e-c29105899583?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003948 10.0.0.38 - - [2026-04-30 02:26:05] "GET /virtual-networks?parent_id=ffa698b1-ed0f-405f-bbea-ae1fba237ebb&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003770 10.0.0.38 - - [2026-04-30 02:26:05] "GET /virtual-network/b9e2e643-b67c-469b-8c09-f0bf763b698a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.006687 10.0.0.38 - - [2026-04-30 02:26:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003231 10.0.0.38 - - [2026-04-30 02:26:05] "GET /global-vrouter-config/b5383f3d-5f44-4c4f-8b6e-c29105899583?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004079 10.0.0.38 - - [2026-04-30 02:26:05] "GET /virtual-networks?parent_id=ffa698b1-ed0f-405f-bbea-ae1fba237ebb&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003233 10.0.0.38 - - [2026-04-30 02:26:05] "GET /virtual-network/b9e2e643-b67c-469b-8c09-f0bf763b698a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.006403 10.0.0.38 - - [2026-04-30 02:26:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003333 10.0.0.38 - - [2026-04-30 02:26:05] "GET /global-vrouter-config/b5383f3d-5f44-4c4f-8b6e-c29105899583?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004215 10.0.0.38 - - [2026-04-30 02:26:05] "GET /virtual-networks?parent_id=ffa698b1-ed0f-405f-bbea-ae1fba237ebb&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003518 10.0.0.38 - - [2026-04-30 02:26:06] "GET /virtual-network/b9e2e643-b67c-469b-8c09-f0bf763b698a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.005596 10.0.0.38 - - [2026-04-30 02:26:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003962 10.0.0.38 - - [2026-04-30 02:26:06] "GET /global-vrouter-config/b5383f3d-5f44-4c4f-8b6e-c29105899583?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003807 10.0.0.38 - - [2026-04-30 02:26:06] "GET /virtual-networks?parent_id=ffa698b1-ed0f-405f-bbea-ae1fba237ebb&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003651 10.0.0.38 - - [2026-04-30 02:26:06] "GET /virtual-network/b9e2e643-b67c-469b-8c09-f0bf763b698a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.008031 10.0.0.38 - - [2026-04-30 02:26:06] "GET /virtual-machine/9a42edd0-ef1d-4bb9-8edb-83fdc934bb52 HTTP/1.1" 200 1803 0.003880 10.0.0.38 - - [2026-04-30 02:26:06] "GET /domains HTTP/1.1" 200 280 0.003111 10.0.0.38 - - [2026-04-30 02:26:06] "GET /domains?obj_uuids=033dcabd-97df-439f-8207-51383e8b92fd&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001611 10.0.0.38 - - [2026-04-30 02:26:06] "GET /domain/033dcabd-97df-439f-8207-51383e8b92fd HTTP/1.1" 200 2769 0.007636 10.0.0.38 - - [2026-04-30 02:26:06] "GET /projects?obj_uuids=ffa698b1-ed0f-405f-bbea-ae1fba237ebb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001080 10.0.0.38 - - [2026-04-30 02:26:06] "GET /project/ffa698b1-ed0f-405f-bbea-ae1fba237ebb HTTP/1.1" 200 4233 0.068159 10.0.0.38 - - [2026-04-30 02:26:06] "GET /service-instance/5bd5f41b-436a-4ba4-bf77-316ecbc9daa9 HTTP/1.1" 200 3782 0.006302 10.0.0.38 - - [2026-04-30 02:26:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004063 10.0.0.38 - - [2026-04-30 02:26:06] "GET /routing-instance/f5e2f50a-b5ca-4a5d-b031-a84b97b2b6c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1888 0.003968 10.0.0.38 - - [2026-04-30 02:26:06] "GET /routing-instance/f5e2f50a-b5ca-4a5d-b031-a84b97b2b6c8?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2021 0.005316 10.0.0.38 - - [2026-04-30 02:26:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003717 10.0.0.38 - - [2026-04-30 02:26:06] "GET /routing-instance/feb12c94-9fff-45d4-89db-1f4deaedbd82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1892 0.004999 10.0.0.38 - - [2026-04-30 02:26:06] "GET /routing-instance/feb12c94-9fff-45d4-89db-1f4deaedbd82?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2023 0.006172 10.0.0.38 - - [2026-04-30 02:26:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004625 10.0.0.38 - - [2026-04-30 02:26:06] "GET /virtual-network/bb14b4b7-6bf8-4eb4-b201-4cb334134185?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.006163 10.0.0.38 - - [2026-04-30 02:26:06] "GET /virtual-network/bb14b4b7-6bf8-4eb4-b201-4cb334134185?fields=routing_instances HTTP/1.1" 200 1683 0.008322 10.0.0.38 - - [2026-04-30 02:26:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004147 10.0.0.38 - - [2026-04-30 02:26:06] "GET /virtual-network/b9e2e643-b67c-469b-8c09-f0bf763b698a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.005951 10.0.0.38 - - [2026-04-30 02:26:06] "GET /virtual-network/b9e2e643-b67c-469b-8c09-f0bf763b698a?fields=routing_instances HTTP/1.1" 200 1688 0.010354 10.0.0.38 - - [2026-04-30 02:26:11] "POST /ref-update HTTP/1.1" 200 156 0.034694 10.0.0.38 - - [2026-04-30 02:26:11] "DELETE /access-control-list/73fb4919-67bb-4c46-b8f0-22889a545c9a HTTP/1.1" 200 115 0.033456 10.0.0.38 - - [2026-04-30 02:26:11] "POST /neutron/network HTTP/1.1" 200 833 0.014150 10.0.0.38 - - [2026-04-30 02:26:11] "GET /virtual-network/b9e2e643-b67c-469b-8c09-f0bf763b698a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006737 10.0.0.38 - - [2026-04-30 02:26:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003561 10.0.0.38 - - [2026-04-30 02:26:11] "DELETE /routing-instance/5eecb2e4-1ad4-4331-ad49-a89b886f9eea HTTP/1.1" 200 115 0.046728 10.0.0.38 - - [2026-04-30 02:26:11] "GET /network-policy/cfc3617c-ead2-4eeb-b5a0-5df5e52eb54c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.010576 10.0.0.38 - - [2026-04-30 02:26:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.009395 10.0.0.38 - - [2026-04-30 02:26:11] "DELETE /route-target/7bf32fbb-2389-4f7b-8450-dffb0b952820 HTTP/1.1" 200 115 0.028624 10.0.0.38 - - [2026-04-30 02:26:11] "POST /ref-update HTTP/1.1" 200 156 0.039883 10.0.0.38 - - [2026-04-30 02:26:11] "DELETE /routing-instance/c469c0a1-f926-4b92-b83f-079f1aebfcff HTTP/1.1" 200 115 0.031209 10.0.0.38 - - [2026-04-30 02:26:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003488 10.0.0.38 - - [2026-04-30 02:26:11] "POST /neutron/network HTTP/1.1" 200 832 0.008922 10.0.0.38 - - [2026-04-30 02:26:11] "GET /virtual-network/bb14b4b7-6bf8-4eb4-b201-4cb334134185?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007538 10.0.0.38 - - [2026-04-30 02:26:11] "DELETE /route-target/e1ffc4b4-cb19-4be6-ae14-1a0b8bfa40d2 HTTP/1.1" 200 115 0.019020 10.0.0.38 - - [2026-04-30 02:26:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002853 10.0.0.38 - - [2026-04-30 02:26:11] "DELETE /access-control-list/9e15449c-ccff-4cda-a063-cc4eba4641ef HTTP/1.1" 200 115 0.029619 10.0.0.38 - - [2026-04-30 02:26:11] "GET /network-policy/cfc3617c-ead2-4eeb-b5a0-5df5e52eb54c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003859 10.0.0.38 - - [2026-04-30 02:26:11] "DELETE /network-policy/cfc3617c-ead2-4eeb-b5a0-5df5e52eb54c HTTP/1.1" 200 115 0.023829 10.0.0.38 - - [2026-04-30 02:26:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003000 10.0.0.38 - - [2026-04-30 02:26:11] "DELETE /service-instance/5bd5f41b-436a-4ba4-bf77-316ecbc9daa9 HTTP/1.1" 200 115 0.042246 10.0.0.38 - - [2026-04-30 02:26:11] "GET /domains HTTP/1.1" 200 280 0.004961 10.0.0.38 - - [2026-04-30 02:26:11] "GET /domains?obj_uuids=033dcabd-97df-439f-8207-51383e8b92fd&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001302 10.0.0.38 - - [2026-04-30 02:26:11] "POST /ref-update HTTP/1.1" 200 156 0.017938 10.0.0.38 - - [2026-04-30 02:26:11] "GET /domain/033dcabd-97df-439f-8207-51383e8b92fd HTTP/1.1" 200 2769 0.008490 10.0.0.38 - - [2026-04-30 02:26:11] "GET /projects?obj_uuids=ffa698b1-ed0f-405f-bbea-ae1fba237ebb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001314 10.0.0.38 - - [2026-04-30 02:26:11] "DELETE /instance-ip/8d9a82a3-92d4-4609-bb6f-a26dd68f7cb0 HTTP/1.1" 200 115 0.026940 10.0.0.38 - - [2026-04-30 02:26:11] "POST /ref-update HTTP/1.1" 200 156 0.013132 10.0.0.38 - - [2026-04-30 02:26:11] "GET /project/ffa698b1-ed0f-405f-bbea-ae1fba237ebb HTTP/1.1" 200 3759 0.070919 10.0.0.38 - - [2026-04-30 02:26:11] "GET /virtual-machine/9a42edd0-ef1d-4bb9-8edb-83fdc934bb52 HTTP/1.1" 200 1803 0.004658 10.0.0.38 - - [2026-04-30 02:26:11] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.005722 10.0.0.38 - - [2026-04-30 02:26:11] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002657 10.0.0.38 - - [2026-04-30 02:26:11] "DELETE /instance-ip/9bec8e9d-a044-4536-ba72-e946ec8ebb52 HTTP/1.1" 200 115 0.029732 10.0.0.38 - - [2026-04-30 02:26:11] "POST /ref-update HTTP/1.1" 200 156 0.010894 10.0.0.38 - - [2026-04-30 02:26:12] "DELETE /instance-ip/b3f421da-ab43-404f-b428-813d68055a6b HTTP/1.1" 200 115 0.024572 10.0.0.38 - - [2026-04-30 02:26:12] "POST /ref-update HTTP/1.1" 200 156 0.013402 10.0.0.38 - - [2026-04-30 02:26:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004684 10.0.0.38 - - [2026-04-30 02:26:12] "DELETE /service-template/fce77583-8961-486a-93c7-29ab8a252b55 HTTP/1.1" 200 115 0.031100 10.0.0.38 - - [2026-04-30 02:26:12] "POST /fqname-to-id HTTP/1.1" 404 193 0.002886 10.0.0.38 - - [2026-04-30 02:26:12] "DELETE /instance-ip/02e6505c-ab7b-42ed-a49f-94aadc47eef3 HTTP/1.1" 200 115 0.024607 10.0.0.38 - - [2026-04-30 02:26:12] "POST /ref-update HTTP/1.1" 200 156 0.019152 10.0.0.38 - - [2026-04-30 02:26:12] "DELETE /instance-ip/9d13d315-2cf5-459b-83f0-c5ad5ac94c84 HTTP/1.1" 200 115 0.028996 10.0.0.38 - - [2026-04-30 02:26:12] "POST /ref-update HTTP/1.1" 200 156 0.015910 10.0.0.38 - - [2026-04-30 02:26:12] "DELETE /instance-ip/96adfb19-e626-4854-82d1-410af328ee1d HTTP/1.1" 200 115 0.033081 10.0.0.38 - - [2026-04-30 02:26:12] "POST /neutron/network HTTP/1.1" 200 833 0.006832 10.0.0.38 - - [2026-04-30 02:26:12] "POST /neutron/network HTTP/1.1" 400 204 0.011469 10.0.0.38 - - [2026-04-30 02:26:12] "POST /neutron/port HTTP/1.1" 200 1121 0.020003 10.0.0.38 - - [2026-04-30 02:26:12] "POST /neutron/port HTTP/1.1" 200 1111 0.011405 10.0.0.38 - - [2026-04-30 02:26:12] "POST /neutron/port HTTP/1.1" 200 1122 0.025532 10.0.0.38 - - [2026-04-30 02:26:13] "POST /neutron/port HTTP/1.1" 200 1112 0.018854 10.0.0.38 - - [2026-04-30 02:26:13] "POST /neutron/port HTTP/1.1" 200 151 0.192809 10.0.0.38 - - [2026-04-30 02:26:13] "POST /neutron/port HTTP/1.1" 200 3058 0.056681 10.0.0.38 - - [2026-04-30 02:26:13] "POST /neutron/port HTTP/1.1" 200 1112 0.021828 10.0.0.38 - - [2026-04-30 02:26:13] "POST /neutron/port HTTP/1.1" 200 151 0.217561 10.0.0.38 - - [2026-04-30 02:26:13] "POST /neutron/port HTTP/1.1" 200 151 0.138966 10.0.0.38 - - [2026-04-30 02:26:13] "POST /neutron/port HTTP/1.1" 200 1111 0.016927 10.0.0.38 - - [2026-04-30 02:26:13] "POST /neutron/port HTTP/1.1" 200 151 0.115762 10.0.0.38 - - [2026-04-30 02:26:13] "POST /neutron/port HTTP/1.1" 200 1110 0.009743 10.0.0.38 - - [2026-04-30 02:26:13] "POST /neutron/port HTTP/1.1" 200 151 0.101401 10.0.0.38 - - [2026-04-30 02:26:14] "POST /neutron/network HTTP/1.1" 200 833 0.005660 10.0.0.38 - - [2026-04-30 02:26:14] "POST /useragent-kv HTTP/1.1" 200 115 0.003970 10.0.0.38 - - [2026-04-30 02:26:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004292 10.0.0.38 - - [2026-04-30 02:26:14] "POST /useragent-kv HTTP/1.1" 200 115 0.003462 10.0.0.38 - - [2026-04-30 02:26:14] "POST /neutron/network HTTP/1.1" 200 151 0.095690 10.0.0.38 - - [2026-04-30 02:26:14] "GET /routing-instance/feb12c94-9fff-45d4-89db-1f4deaedbd82 HTTP/1.1" 404 171 0.004529 10.0.0.38 - - [2026-04-30 02:26:14] "DELETE /route-target/07b140c8-072c-4e1e-9b02-9d4a1fdf5f9c HTTP/1.1" 200 115 0.019889 10.0.0.38 - - [2026-04-30 02:26:14] "GET /domains HTTP/1.1" 200 280 0.002610 10.0.0.38 - - [2026-04-30 02:26:14] "GET /domains?obj_uuids=033dcabd-97df-439f-8207-51383e8b92fd&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001472 10.0.0.38 - - [2026-04-30 02:26:14] "GET /domain/033dcabd-97df-439f-8207-51383e8b92fd HTTP/1.1" 200 2569 0.053133 10.0.0.38 - - [2026-04-30 02:26:14] "GET /projects?obj_uuids=ffa698b1-ed0f-405f-bbea-ae1fba237ebb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001685 10.0.0.38 - - [2026-04-30 02:26:14] "GET /project/ffa698b1-ed0f-405f-bbea-ae1fba237ebb HTTP/1.1" 200 2298 0.076122 10.0.0.38 - - [2026-04-30 02:26:14] "POST /neutron/network HTTP/1.1" 200 832 0.005997 10.0.0.38 - - [2026-04-30 02:26:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004015 10.0.0.38 - - [2026-04-30 02:26:14] "POST /useragent-kv HTTP/1.1" 200 115 0.002300 10.0.0.38 - - [2026-04-30 02:26:14] "POST /useragent-kv HTTP/1.1" 200 115 0.002947 10.0.0.38 - - [2026-04-30 02:26:14] "POST /neutron/network HTTP/1.1" 200 151 0.091138 10.0.0.38 - - [2026-04-30 02:26:14] "DELETE /route-target/a831b3e0-75e2-4176-ac07-341fad5948a3 HTTP/1.1" 200 115 0.016698 10.0.0.38 - - [2026-04-30 02:26:14] "GET /routing-instance/f5e2f50a-b5ca-4a5d-b031-a84b97b2b6c8 HTTP/1.1" 404 171 0.002721 10.0.0.38 - - [2026-04-30 02:26:14] "GET /domains HTTP/1.1" 200 280 0.002491 10.0.0.38 - - [2026-04-30 02:26:14] "GET /domains?obj_uuids=033dcabd-97df-439f-8207-51383e8b92fd&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001126 10.0.0.38 - - [2026-04-30 02:26:14] "GET /domain/033dcabd-97df-439f-8207-51383e8b92fd HTTP/1.1" 200 2569 0.051105 10.0.0.38 - - [2026-04-30 02:26:14] "GET /projects?obj_uuids=ffa698b1-ed0f-405f-bbea-ae1fba237ebb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002122 10.0.0.38 - - [2026-04-30 02:26:14] "GET /project/ffa698b1-ed0f-405f-bbea-ae1fba237ebb HTTP/1.1" 200 2080 0.067644 10.0.0.38 - - [2026-04-30 02:26:15] "POST /neutron/network HTTP/1.1" 200 830 0.005708 10.0.0.38 - - [2026-04-30 02:26:15] "POST /useragent-kv HTTP/1.1" 200 115 0.003358 10.0.0.38 - - [2026-04-30 02:26:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003787 10.0.0.38 - - [2026-04-30 02:26:15] "POST /useragent-kv HTTP/1.1" 200 115 0.003345 10.0.0.38 - - [2026-04-30 02:26:15] "POST /neutron/network HTTP/1.1" 200 151 0.085486 10.0.0.38 - - [2026-04-30 02:26:15] "GET /routing-instance/fe31714d-3770-4469-a4d0-9e8bf2390c3e HTTP/1.1" 404 171 0.003839 10.0.0.38 - - [2026-04-30 02:26:15] "DELETE /route-target/0e0fe2f5-fe9f-4a2b-aa38-a67fb9dcedb7 HTTP/1.1" 200 115 0.018288 10.0.0.38 - - [2026-04-30 02:26:15] "GET /domains HTTP/1.1" 200 280 0.002560 10.0.0.38 - - [2026-04-30 02:26:15] "GET /domains?obj_uuids=033dcabd-97df-439f-8207-51383e8b92fd&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000986 10.0.0.38 - - [2026-04-30 02:26:15] "GET /domain/033dcabd-97df-439f-8207-51383e8b92fd HTTP/1.1" 200 2569 0.049146 10.0.0.38 - - [2026-04-30 02:26:15] "GET /projects?obj_uuids=ffa698b1-ed0f-405f-bbea-ae1fba237ebb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001840 10.0.0.38 - - [2026-04-30 02:26:15] "GET /project/ffa698b1-ed0f-405f-bbea-ae1fba237ebb HTTP/1.1" 200 1840 0.066034 10.0.0.38 - - [2026-04-30 02:26:15] "GET /projects?obj_uuids=ffa698b1-ed0f-405f-bbea-ae1fba237ebb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001254 10.0.0.38 - - [2026-04-30 02:26:15] "GET /project/ffa698b1-ed0f-405f-bbea-ae1fba237ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.068871 10.0.0.38 - - [2026-04-30 02:26:15] "GET /projects?obj_uuids=ffa698b1-ed0f-405f-bbea-ae1fba237ebb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001167 10.0.0.38 - - [2026-04-30 02:26:15] "GET /project/ffa698b1-ed0f-405f-bbea-ae1fba237ebb?fields=virtual_networks HTTP/1.1" 200 1028 0.072220 10.0.0.38 - - [2026-04-30 02:26:15] "GET /projects?obj_uuids=ffa698b1-ed0f-405f-bbea-ae1fba237ebb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001335 10.0.0.38 - - [2026-04-30 02:26:15] "GET /project/ffa698b1-ed0f-405f-bbea-ae1fba237ebb?fields=virtual_machine_interfaces HTTP/1.1" 200 1028 0.026499 10.0.0.38 - - [2026-04-30 02:26:15] "GET /projects?obj_uuids=ffa698b1-ed0f-405f-bbea-ae1fba237ebb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001611 10.0.0.38 - - [2026-04-30 02:26:15] "GET /project/ffa698b1-ed0f-405f-bbea-ae1fba237ebb?fields=security_groups HTTP/1.1" 200 1252 0.027952 10.0.0.38 - - [2026-04-30 02:26:16] "POST /fqname-to-id HTTP/1.1" 404 189 0.030578 10.0.0.38 - - [2026-04-30 02:26:16] "GET /projects?obj_uuids=dce49204-8e9b-46a9-b110-c6af44dd1224&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003256 10.0.0.38 - - [2026-04-30 02:26:16] "GET /domains?obj_uuids=033dcabd-97df-439f-8207-51383e8b92fd&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001239 10.0.0.38 - - [2026-04-30 02:26:16] "GET /domain/033dcabd-97df-439f-8207-51383e8b92fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 926 0.047702 10.0.0.38 - - [2026-04-30 02:26:17] "POST /id-to-fqname HTTP/1.1" 200 191 0.001219 10.0.0.38 - - [2026-04-30 02:26:17] "POST /fqname-to-id HTTP/1.1" 404 200 0.003754 10.0.0.38 - - [2026-04-30 02:26:17] "POST /security-groups HTTP/1.1" 200 592 0.064647 10.0.0.38 - - [2026-04-30 02:26:17] "POST /fqname-to-id HTTP/1.1" 404 235 0.003091 10.0.0.38 - - [2026-04-30 02:26:17] "POST /projects HTTP/1.1" 200 587 0.233352 10.0.0.38 - - [2026-04-30 02:26:17] "POST /access-control-lists HTTP/1.1" 200 597 0.060021 10.0.0.38 - - [2026-04-30 02:26:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.313944 10.0.0.38 - - [2026-04-30 02:26:17] "POST /fqname-to-id HTTP/1.1" 404 234 0.003499 10.0.0.38 - - [2026-04-30 02:26:17] "GET /project/dce49204-8e9b-46a9-b110-c6af44dd1224?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.494941 10.0.0.38 - - [2026-04-30 02:26:17] "POST /access-control-lists HTTP/1.1" 200 595 0.060995 10.0.0.38 - - [2026-04-30 02:26:18] "GET / HTTP/1.1" 200 35931 0.002163 10.0.0.38 - - [2026-04-30 02:26:19] "GET /project/dce49204-8e9b-46a9-b110-c6af44dd1224?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000546 10.0.0.38 - - [2026-04-30 02:26:20] "GET /projects?obj_uuids=dce49204-8e9b-46a9-b110-c6af44dd1224&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001629 10.0.0.38 - - [2026-04-30 02:26:20] "GET /project/dce49204-8e9b-46a9-b110-c6af44dd1224?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.083510 10.0.0.38 - - [2026-04-30 02:26:20] "POST /fqname-to-id HTTP/1.1" 404 180 0.003266 10.0.0.38 - - [2026-04-30 02:26:20] "POST /virtual-DNSs HTTP/1.1" 200 507 0.023960 10.0.0.38 - - [2026-04-30 02:26:20] "GET /virtual-DNS/2b3e6a6e-5483-4f3e-98d6-5ffdc9ed05ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1437 0.006545 10.0.0.38 - - [2026-04-30 02:26:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003575 10.0.0.38 - - [2026-04-30 02:26:20] "GET /virtual-DNS/2b3e6a6e-5483-4f3e-98d6-5ffdc9ed05ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1437 0.004013 10.0.0.38 - - [2026-04-30 02:26:20] "GET /domains HTTP/1.1" 401 292 0.000458 10.0.0.38 - - [2026-04-30 02:26:20] "GET /domains HTTP/1.1" 200 280 0.052732 10.0.0.38 - - [2026-04-30 02:26:20] "GET /domains?obj_uuids=033dcabd-97df-439f-8207-51383e8b92fd&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001371 10.0.0.38 - - [2026-04-30 02:26:20] "GET /domain/033dcabd-97df-439f-8207-51383e8b92fd HTTP/1.1" 200 2956 0.009806 10.0.0.38 - - [2026-04-30 02:26:20] "GET /virtual-DNS/2b3e6a6e-5483-4f3e-98d6-5ffdc9ed05ca HTTP/1.1" 200 1437 0.004198 10.0.0.38 - - [2026-04-30 02:26:20] "GET /obj-perms HTTP/1.1" 200 5056 0.383341 10.0.0.38 - - [2026-04-30 02:26:20] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003291 10.0.0.38 - - [2026-04-30 02:26:21] "POST /network-ipams HTTP/1.1" 200 514 0.019880 10.0.0.38 - - [2026-04-30 02:26:21] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 751 0.003728 10.0.0.38 - - [2026-04-30 02:26:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003031 10.0.0.38 - - [2026-04-30 02:26:21] "GET /network-ipam/734ea094-86bd-4358-8fda-090c0031aac6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.005408 10.0.0.38 - - [2026-04-30 02:26:21] "PUT /network-ipam/734ea094-86bd-4358-8fda-090c0031aac6 HTTP/1.1" 200 258 0.011152 10.0.0.38 - - [2026-04-30 02:26:21] "POST /ref-update HTTP/1.1" 200 156 0.010266 10.0.0.38 - - [2026-04-30 02:26:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003001 10.0.0.38 - - [2026-04-30 02:26:21] "GET /projects?obj_uuids=dce49204-8e9b-46a9-b110-c6af44dd1224&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001040 10.0.0.38 - - [2026-04-30 02:26:21] "GET /project/dce49204-8e9b-46a9-b110-c6af44dd1224?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.041328 10.0.0.38 - - [2026-04-30 02:26:21] "GET /obj-perms HTTP/1.1" 200 5056 0.080798 10.0.0.38 - - [2026-04-30 02:26:21] "POST /neutron/network HTTP/1.1" 200 117 0.057676 10.0.0.38 - - [2026-04-30 02:26:21] "GET /projects?obj_uuids=dce49204-8e9b-46a9-b110-c6af44dd1224&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001538 10.0.0.38 - - [2026-04-30 02:26:21] "POST /neutron/network HTTP/1.1" 200 618 0.086952 10.0.0.38 - - [2026-04-30 02:26:21] "POST /route-targets HTTP/1.1" 200 327 0.012933 10.0.0.38 - - [2026-04-30 02:26:21] "POST /ref-update HTTP/1.1" 200 156 0.015203 10.0.0.38 - - [2026-04-30 02:26:21] "POST /useragent-kv HTTP/1.1" 200 115 0.005257 10.0.0.38 - - [2026-04-30 02:26:21] "POST /neutron/subnet HTTP/1.1" 200 711 0.158006 10.0.0.38 - - [2026-04-30 02:26:21] "POST /neutron/network HTTP/1.1" 200 833 0.006441 10.0.0.38 - - [2026-04-30 02:26:21] "POST /id-to-fqname HTTP/1.1" 200 227 0.001841 10.0.0.38 - - [2026-04-30 02:26:21] "GET /virtual-network/37184149-7a5b-491b-b164-511f9dd898e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006200 10.0.0.38 - - [2026-04-30 02:26:21] "POST /neutron/network HTTP/1.1" 200 833 0.009270 10.0.0.38 - - [2026-04-30 02:26:21] "GET /virtual-network/37184149-7a5b-491b-b164-511f9dd898e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005495 10.0.0.38 - - [2026-04-30 02:26:21] "POST /neutron/network HTTP/1.1" 200 833 0.007753 10.0.0.38 - - [2026-04-30 02:26:22] "POST /neutron/subnet HTTP/1.1" 200 711 0.007780 10.0.0.38 - - [2026-04-30 02:26:22] "POST /neutron/network HTTP/1.1" 200 807 0.013337 10.0.0.38 - - [2026-04-30 02:26:22] "POST /neutron/network HTTP/1.1" 200 833 0.006360 10.0.0.38 - - [2026-04-30 02:26:22] "POST /id-to-fqname HTTP/1.1" 200 227 0.001681 10.0.0.38 - - [2026-04-30 02:26:22] "POST /neutron/network HTTP/1.1" 200 843 0.006134 10.0.0.38 - - [2026-04-30 02:26:22] "GET /aaa-mode HTTP/1.1" 401 292 0.000514 10.0.0.38 - - [2026-04-30 02:26:22] "GET / HTTP/1.1" 200 35931 0.002001 10.0.0.38 - - [2026-04-30 02:26:22] "GET /project/dce49204-8e9b-46a9-b110-c6af44dd1224?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000420 10.0.0.38 - - [2026-04-30 02:26:23] "GET /projects?obj_uuids=dce49204-8e9b-46a9-b110-c6af44dd1224&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001119 10.0.0.38 - - [2026-04-30 02:26:23] "GET /project/dce49204-8e9b-46a9-b110-c6af44dd1224?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.061595 10.0.0.38 - - [2026-04-30 02:26:23] "POST /neutron/network HTTP/1.1" 200 833 0.034877 10.0.0.38 - - [2026-04-30 02:26:23] "POST /neutron/port HTTP/1.1" 200 117 0.005189 10.0.0.38 - - [2026-04-30 02:26:23] "POST /neutron/port HTTP/1.1" 200 117 0.006271 10.0.0.38 - - [2026-04-30 02:26:23] "POST /neutron/port HTTP/1.1" 200 117 0.005208 10.0.0.38 - - [2026-04-30 02:26:23] "POST /neutron/network HTTP/1.1" 200 843 0.005693 10.0.0.38 - - [2026-04-30 02:26:23] "GET /projects?obj_uuids=dce49204-8e9b-46a9-b110-c6af44dd1224&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001759 10.0.0.38 - - [2026-04-30 02:26:24] "POST /neutron/port HTTP/1.1" 200 1058 0.214114 10.0.0.38 - - [2026-04-30 02:26:24] "POST /neutron/port HTTP/1.1" 200 1058 0.042529 10.0.0.38 - - [2026-04-30 02:26:24] "POST /neutron/port HTTP/1.1" 200 1058 0.011730 10.0.0.38 - - [2026-04-30 02:26:24] "POST /neutron/port HTTP/1.1" 200 1112 0.075113 10.0.0.38 - - [2026-04-30 02:26:24] "POST /neutron/port HTTP/1.1" 200 1122 0.011788 10.0.0.38 - - [2026-04-30 02:26:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003642 10.0.0.38 - - [2026-04-30 02:26:24] "POST /neutron/subnet HTTP/1.1" 200 685 0.008540 10.0.0.38 - - [2026-04-30 02:26:24] "POST /neutron/port HTTP/1.1" 200 117 0.001487 10.0.0.38 - - [2026-04-30 02:26:24] "POST /neutron/network HTTP/1.1" 200 833 0.006499 10.0.0.38 - - [2026-04-30 02:26:28] "POST /neutron/port HTTP/1.1" 200 1122 0.012051 10.0.0.38 - - [2026-04-30 02:26:28] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006548 10.0.0.38 - - [2026-04-30 02:26:28] "POST /neutron/port HTTP/1.1" 200 1122 0.013798 10.0.0.38 - - [2026-04-30 02:26:28] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007599 10.0.0.38 - - [2026-04-30 02:26:28] "POST /neutron/port HTTP/1.1" 200 1122 0.014061 10.0.0.38 - - [2026-04-30 02:26:28] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006541 10.0.0.38 - - [2026-04-30 02:26:28] "GET /virtual-machine/79e51695-42ea-42da-a813-3d9f77aeeb8b HTTP/1.1" 200 1293 0.005782 10.0.0.38 - - [2026-04-30 02:26:28] "GET /virtual-machine-interface/d064f086-f25d-45de-adcc-83481556cea0 HTTP/1.1" 200 2964 0.005849 10.0.0.38 - - [2026-04-30 02:26:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003029 10.0.0.38 - - [2026-04-30 02:26:28] "GET /global-vrouter-config/b5383f3d-5f44-4c4f-8b6e-c29105899583?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003193 10.0.0.38 - - [2026-04-30 02:26:28] "GET /virtual-networks?parent_id=dce49204-8e9b-46a9-b110-c6af44dd1224&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002963 10.0.0.38 - - [2026-04-30 02:26:28] "GET /virtual-network/37184149-7a5b-491b-b164-511f9dd898e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005993 10.0.0.38 - - [2026-04-30 02:26:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003107 10.0.0.38 - - [2026-04-30 02:26:31] "GET /virtual-network/37184149-7a5b-491b-b164-511f9dd898e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005741 10.0.0.38 - - [2026-04-30 02:26:34] "POST /neutron/port HTTP/1.1" 200 1122 0.048820 10.0.0.38 - - [2026-04-30 02:26:34] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006240 10.0.0.38 - - [2026-04-30 02:26:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003140 10.0.0.38 - - [2026-04-30 02:26:36] "GET /global-vrouter-config/b5383f3d-5f44-4c4f-8b6e-c29105899583?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004095 10.0.0.38 - - [2026-04-30 02:26:36] "GET /virtual-networks?parent_id=dce49204-8e9b-46a9-b110-c6af44dd1224&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003691 10.0.0.38 - - [2026-04-30 02:26:36] "GET /virtual-network/37184149-7a5b-491b-b164-511f9dd898e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005480 10.0.0.38 - - [2026-04-30 02:26:36] "POST /neutron/port HTTP/1.1" 200 1122 0.013149 10.0.0.38 - - [2026-04-30 02:26:36] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007533 10.0.0.38 - - [2026-04-30 02:26:45] "POST /neutron/port HTTP/1.1" 200 1122 0.012720 10.0.0.38 - - [2026-04-30 02:26:45] "POST /neutron/port HTTP/1.1" 200 1122 0.012862 10.0.0.38 - - [2026-04-30 02:26:45] "POST /neutron/network HTTP/1.1" 200 843 0.005572 10.0.0.38 - - [2026-04-30 02:26:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006003 10.0.0.38 - - [2026-04-30 02:26:45] "POST /neutron/subnet HTTP/1.1" 200 685 0.007710 10.0.0.38 - - [2026-04-30 02:26:45] "POST /neutron/port HTTP/1.1" 200 117 0.001399 10.0.0.38 - - [2026-04-30 02:26:45] "POST /neutron/network HTTP/1.1" 200 833 0.005948 10.0.0.38 - - [2026-04-30 02:26:45] "POST /neutron/network HTTP/1.1" 200 807 0.015781 10.0.0.38 - - [2026-04-30 02:26:45] "POST /neutron/network HTTP/1.1" 200 833 0.005133 10.0.0.38 - - [2026-04-30 02:26:45] "POST /id-to-fqname HTTP/1.1" 200 227 0.001211 10.0.0.38 - - [2026-04-30 02:26:45] "POST /neutron/port HTTP/1.1" 200 1122 0.015459 10.0.0.38 - - [2026-04-30 02:26:45] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006105 10.0.0.38 - - [2026-04-30 02:26:46] "POST /neutron/network HTTP/1.1" 200 843 0.006839 10.0.0.38 - - [2026-04-30 02:26:46] "GET /aaa-mode HTTP/1.1" 401 292 0.000472 10.0.0.38 - - [2026-04-30 02:26:46] "GET / HTTP/1.1" 200 35931 0.001783 10.0.0.38 - - [2026-04-30 02:26:46] "GET /project/dce49204-8e9b-46a9-b110-c6af44dd1224?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000438 10.0.0.38 - - [2026-04-30 02:26:46] "GET /projects?obj_uuids=dce49204-8e9b-46a9-b110-c6af44dd1224&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001108 10.0.0.38 - - [2026-04-30 02:26:46] "GET /project/dce49204-8e9b-46a9-b110-c6af44dd1224?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.062102 10.0.0.38 - - [2026-04-30 02:26:46] "POST /neutron/network HTTP/1.1" 200 833 0.005966 10.0.0.38 - - [2026-04-30 02:26:47] "POST /neutron/port HTTP/1.1" 200 1122 0.016705 10.0.0.38 - - [2026-04-30 02:26:47] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008173 10.0.0.38 - - [2026-04-30 02:26:47] "POST /neutron/port HTTP/1.1" 200 117 0.005782 10.0.0.38 - - [2026-04-30 02:26:47] "POST /neutron/port HTTP/1.1" 200 117 0.008399 10.0.0.38 - - [2026-04-30 02:26:47] "POST /neutron/network HTTP/1.1" 200 843 0.006055 10.0.0.38 - - [2026-04-30 02:26:47] "GET /projects?obj_uuids=dce49204-8e9b-46a9-b110-c6af44dd1224&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001235 10.0.0.38 - - [2026-04-30 02:26:47] "POST /neutron/port HTTP/1.1" 200 1058 0.196523 10.0.0.38 - - [2026-04-30 02:26:47] "POST /neutron/port HTTP/1.1" 200 1058 0.013860 10.0.0.38 - - [2026-04-30 02:26:47] "POST /neutron/port HTTP/1.1" 200 1058 0.011921 10.0.0.38 - - [2026-04-30 02:26:47] "POST /neutron/port HTTP/1.1" 200 1112 0.074016 10.0.0.38 - - [2026-04-30 02:26:48] "POST /neutron/port HTTP/1.1" 200 1122 0.019656 10.0.0.38 - - [2026-04-30 02:26:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003435 10.0.0.38 - - [2026-04-30 02:26:48] "POST /neutron/subnet HTTP/1.1" 200 685 0.007048 10.0.0.38 - - [2026-04-30 02:26:48] "POST /neutron/port HTTP/1.1" 200 117 0.001384 10.0.0.38 - - [2026-04-30 02:26:48] "POST /neutron/network HTTP/1.1" 200 833 0.006396 10.0.0.38 - - [2026-04-30 02:26:52] "POST /neutron/port HTTP/1.1" 200 1122 0.014008 10.0.0.38 - - [2026-04-30 02:26:52] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006771 10.0.0.38 - - [2026-04-30 02:26:52] "POST /neutron/port HTTP/1.1" 200 1122 0.015155 10.0.0.38 - - [2026-04-30 02:26:52] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007078 10.0.0.38 - - [2026-04-30 02:26:52] "POST /neutron/port HTTP/1.1" 200 1122 0.018399 10.0.0.38 - - [2026-04-30 02:26:52] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006499 10.0.0.38 - - [2026-04-30 02:26:52] "GET /virtual-machine/c3173dc7-4aba-467f-8c5c-e776bda9a19f HTTP/1.1" 200 1294 0.005107 10.0.0.38 - - [2026-04-30 02:26:52] "GET /virtual-machine-interface/1c9c857b-395f-48ea-a799-150f6447537b HTTP/1.1" 200 2963 0.004862 10.0.0.38 - - [2026-04-30 02:26:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003437 10.0.0.38 - - [2026-04-30 02:26:52] "GET /global-vrouter-config/b5383f3d-5f44-4c4f-8b6e-c29105899583?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003338 10.0.0.38 - - [2026-04-30 02:26:52] "GET /virtual-networks?parent_id=dce49204-8e9b-46a9-b110-c6af44dd1224&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002978 10.0.0.38 - - [2026-04-30 02:26:52] "GET /virtual-network/37184149-7a5b-491b-b164-511f9dd898e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006886 10.0.0.38 - - [2026-04-30 02:26:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003380 10.0.0.38 - - [2026-04-30 02:26:55] "GET /virtual-network/37184149-7a5b-491b-b164-511f9dd898e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006339 10.0.0.38 - - [2026-04-30 02:26:57] "POST /neutron/port HTTP/1.1" 200 1122 0.013515 10.0.0.38 - - [2026-04-30 02:26:57] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006863 10.0.0.38 - - [2026-04-30 02:26:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003949 10.0.0.38 - - [2026-04-30 02:26:59] "GET /global-vrouter-config/b5383f3d-5f44-4c4f-8b6e-c29105899583?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003929 10.0.0.38 - - [2026-04-30 02:26:59] "GET /virtual-networks?parent_id=dce49204-8e9b-46a9-b110-c6af44dd1224&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003065 10.0.0.38 - - [2026-04-30 02:26:59] "GET /virtual-network/37184149-7a5b-491b-b164-511f9dd898e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006193 10.0.0.38 - - [2026-04-30 02:27:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003263 10.0.0.38 - - [2026-04-30 02:27:07] "DELETE /virtual-DNS/2b3e6a6e-5483-4f3e-98d6-5ffdc9ed05ca HTTP/1.1" 409 235 0.008965 10.0.0.38 - - [2026-04-30 02:27:07] "POST /fqname-to-id HTTP/1.1" 404 192 0.002836 10.0.0.38 - - [2026-04-30 02:27:07] "POST /virtual-DNS-records HTTP/1.1" 200 531 0.018944 10.0.0.38 - - [2026-04-30 02:27:07] "GET /virtual-DNS-record/3b9d2966-34cc-4d2f-8623-85020fd21998?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.005638 10.0.0.38 - - [2026-04-30 02:27:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003432 10.0.0.38 - - [2026-04-30 02:27:07] "GET /virtual-DNS-record/3b9d2966-34cc-4d2f-8623-85020fd21998?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.003848 10.0.0.38 - - [2026-04-30 02:27:07] "GET /domains HTTP/1.1" 200 280 0.003778 10.0.0.38 - - [2026-04-30 02:27:07] "GET /domains?obj_uuids=033dcabd-97df-439f-8207-51383e8b92fd&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001306 10.0.0.38 - - [2026-04-30 02:27:07] "GET /domain/033dcabd-97df-439f-8207-51383e8b92fd HTTP/1.1" 200 2956 0.008343 10.0.0.38 - - [2026-04-30 02:27:07] "GET /virtual-DNS/2b3e6a6e-5483-4f3e-98d6-5ffdc9ed05ca HTTP/1.1" 200 1906 0.006011 10.0.0.38 - - [2026-04-30 02:27:07] "GET /virtual-DNS-record/3b9d2966-34cc-4d2f-8623-85020fd21998 HTTP/1.1" 200 1334 0.003820 10.0.0.38 - - [2026-04-30 02:27:12] "DELETE /virtual-DNS-record/3b9d2966-34cc-4d2f-8623-85020fd21998 HTTP/1.1" 200 115 0.027885 10.0.0.38 - - [2026-04-30 02:27:12] "POST /fqname-to-id HTTP/1.1" 404 184 0.003705 10.0.0.38 - - [2026-04-30 02:27:13] "POST /neutron/network HTTP/1.1" 200 833 0.015691 10.0.0.38 - - [2026-04-30 02:27:13] "POST /neutron/network HTTP/1.1" 400 204 0.016700 10.0.0.38 - - [2026-04-30 02:27:13] "POST /neutron/port HTTP/1.1" 200 1122 0.023390 10.0.0.38 - - [2026-04-30 02:27:13] "POST /neutron/port HTTP/1.1" 200 1112 0.016552 10.0.0.38 - - [2026-04-30 02:27:13] "POST /neutron/port HTTP/1.1" 200 1122 0.019925 10.0.0.38 - - [2026-04-30 02:27:13] "POST /neutron/port HTTP/1.1" 200 1112 0.015381 10.0.0.38 - - [2026-04-30 02:27:13] "POST /neutron/port HTTP/1.1" 200 151 0.143752 10.0.0.38 - - [2026-04-30 02:27:13] "POST /neutron/port HTTP/1.1" 200 151 0.126098 10.0.0.38 - - [2026-04-30 02:27:14] "GET /projects?obj_uuids=ffa698b1-ed0f-405f-bbea-ae1fba237ebb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.003105 10.0.0.38 - - [2026-04-30 02:27:14] "DELETE /project/dce492048e9b46a9b110c6af44dd1224 HTTP/1.1" 404 173 0.011466 10.0.0.38 - - [2026-04-30 02:27:14] "GET /project/ffa698b1-ed0f-405f-bbea-ae1fba237ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.029926 10.0.0.38 - - [2026-04-30 02:27:14] "GET /projects?obj_uuids=ffa698b1-ed0f-405f-bbea-ae1fba237ebb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001423 10.0.0.38 - - [2026-04-30 02:27:14] "GET /project/ffa698b1-ed0f-405f-bbea-ae1fba237ebb?fields=security_groups HTTP/1.1" 200 1357 0.073865 10.0.0.38 - - [2026-04-30 02:27:14] "DELETE /security-group/27a3af40-34c5-4b9e-9737-ef367fc721bc HTTP/1.1" 200 115 0.046337 10.0.0.38 - - [2026-04-30 02:27:14] "GET /projects?obj_uuids=ffa698b1-ed0f-405f-bbea-ae1fba237ebb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001070 10.0.0.38 - - [2026-04-30 02:27:14] "DELETE /access-control-list/4c661313-48aa-4495-aa49-72cfdd5832b2 HTTP/1.1" 200 115 0.040254 10.0.0.38 - - [2026-04-30 02:27:14] "GET /project/ffa698b1-ed0f-405f-bbea-ae1fba237ebb?fields=application_policy_sets HTTP/1.1" 200 1396 0.045097 10.0.0.38 - - [2026-04-30 02:27:14] "DELETE /access-control-list/ff4c411c-f4c7-4d4c-b0cf-dc2604f721c0 HTTP/1.1" 200 115 0.031887 10.0.0.38 - - [2026-04-30 02:27:14] "DELETE /project/ffa698b1-ed0f-405f-bbea-ae1fba237ebb HTTP/1.1" 200 115 0.350033 10.0.0.38 - - [2026-04-30 02:27:15] "POST /neutron/network HTTP/1.1" 200 833 0.007754 10.0.0.38 - - [2026-04-30 02:27:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004025 10.0.0.38 - - [2026-04-30 02:27:15] "POST /useragent-kv HTTP/1.1" 200 115 0.023464 10.0.0.38 - - [2026-04-30 02:27:15] "POST /useragent-kv HTTP/1.1" 200 115 0.003230 10.0.0.38 - - [2026-04-30 02:27:15] "DELETE /route-target/0d7646d3-0d18-4b26-a841-b40803d93ffc HTTP/1.1" 200 115 0.061579 10.0.0.38 - - [2026-04-30 02:27:15] "POST /neutron/network HTTP/1.1" 200 151 0.236702 10.0.0.38 - - [2026-04-30 02:27:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003144 10.0.0.38 - - [2026-04-30 02:27:15] "DELETE /network-ipam/734ea094-86bd-4358-8fda-090c0031aac6 HTTP/1.1" 200 115 0.031416 10.0.0.38 - - [2026-04-30 02:27:15] "DELETE /virtual-DNS/2b3e6a6e-5483-4f3e-98d6-5ffdc9ed05ca HTTP/1.1" 200 115 0.025877 10.0.0.38 - - [2026-04-30 02:27:15] "POST /fqname-to-id HTTP/1.1" 404 180 0.003470 10.0.0.38 - - [2026-04-30 02:27:15] "GET /domains HTTP/1.1" 200 280 0.003144 10.0.0.38 - - [2026-04-30 02:27:15] "GET /domains?obj_uuids=033dcabd-97df-439f-8207-51383e8b92fd&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001634 10.0.0.38 - - [2026-04-30 02:27:15] "GET /domain/033dcabd-97df-439f-8207-51383e8b92fd HTTP/1.1" 200 2572 0.013131 10.0.0.38 - - [2026-04-30 02:27:15] "GET /projects?obj_uuids=dce49204-8e9b-46a9-b110-c6af44dd1224&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001121 10.0.0.38 - - [2026-04-30 02:27:15] "GET /project/dce49204-8e9b-46a9-b110-c6af44dd1224?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.028504 10.0.0.38 - - [2026-04-30 02:27:15] "GET /projects?obj_uuids=dce49204-8e9b-46a9-b110-c6af44dd1224&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001046 10.0.0.38 - - [2026-04-30 02:27:16] "GET /project/dce49204-8e9b-46a9-b110-c6af44dd1224?fields=virtual_networks HTTP/1.1" 200 1034 0.067585 10.0.0.38 - - [2026-04-30 02:27:16] "GET /projects?obj_uuids=dce49204-8e9b-46a9-b110-c6af44dd1224&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001048 10.0.0.38 - - [2026-04-30 02:27:16] "GET /project/dce49204-8e9b-46a9-b110-c6af44dd1224?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.025394 10.0.0.38 - - [2026-04-30 02:27:16] "GET /projects?obj_uuids=dce49204-8e9b-46a9-b110-c6af44dd1224&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000996 10.0.0.38 - - [2026-04-30 02:27:16] "GET /project/dce49204-8e9b-46a9-b110-c6af44dd1224?fields=security_groups HTTP/1.1" 200 1261 0.035023 10.0.0.38 - - [2026-04-30 02:27:17] "POST /fqname-to-id HTTP/1.1" 404 189 0.033164 10.0.0.38 - - [2026-04-30 02:27:17] "GET /projects?obj_uuids=9c8b75df-753a-4c16-b20e-fe0b09366d7f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002845 10.0.0.38 - - [2026-04-30 02:27:17] "GET /domains?obj_uuids=033dcabd-97df-439f-8207-51383e8b92fd&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001405 10.0.0.38 - - [2026-04-30 02:27:17] "GET /domain/033dcabd-97df-439f-8207-51383e8b92fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 926 0.007137 10.0.0.38 - - [2026-04-30 02:27:17] "POST /id-to-fqname HTTP/1.1" 200 191 0.004483 10.0.0.38 - - [2026-04-30 02:27:17] "POST /fqname-to-id HTTP/1.1" 404 200 0.003784 10.0.0.38 - - [2026-04-30 02:27:17] "POST /security-groups HTTP/1.1" 200 592 0.064664 10.0.0.38 - - [2026-04-30 02:27:17] "POST /fqname-to-id HTTP/1.1" 404 235 0.002907 10.0.0.38 - - [2026-04-30 02:27:17] "POST /projects HTTP/1.1" 200 587 0.219492 10.0.0.38 - - [2026-04-30 02:27:17] "POST /access-control-lists HTTP/1.1" 200 597 0.063865 10.0.0.38 - - [2026-04-30 02:27:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.300161 10.0.0.38 - - [2026-04-30 02:27:17] "POST /fqname-to-id HTTP/1.1" 404 234 0.003569 10.0.0.38 - - [2026-04-30 02:27:17] "GET /project/9c8b75df-753a-4c16-b20e-fe0b09366d7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.432650 10.0.0.38 - - [2026-04-30 02:27:17] "POST /access-control-lists HTTP/1.1" 200 595 0.064215 10.0.0.38 - - [2026-04-30 02:27:18] "GET / HTTP/1.1" 200 35931 0.001809 10.0.0.38 - - [2026-04-30 02:27:19] "POST /fqname-to-id HTTP/1.1" 401 292 0.000554 10.0.0.38 - - [2026-04-30 02:27:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.073259 10.0.0.38 - - [2026-04-30 02:27:20] "GET /projects?obj_uuids=9c8b75df-753a-4c16-b20e-fe0b09366d7f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001585 10.0.0.38 - - [2026-04-30 02:27:20] "GET /project/9c8b75df-753a-4c16-b20e-fe0b09366d7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.027843 10.0.0.38 - - [2026-04-30 02:27:20] "POST /neutron/network HTTP/1.1" 200 117 0.037748 10.0.0.38 - - [2026-04-30 02:27:20] "GET /projects?obj_uuids=9c8b75df-753a-4c16-b20e-fe0b09366d7f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001720 10.0.0.38 - - [2026-04-30 02:27:20] "POST /neutron/network HTTP/1.1" 200 606 0.068225 10.0.0.38 - - [2026-04-30 02:27:20] "POST /route-targets HTTP/1.1" 200 327 0.013886 10.0.0.38 - - [2026-04-30 02:27:20] "POST /ref-update HTTP/1.1" 200 156 0.014796 10.0.0.38 - - [2026-04-30 02:27:20] "POST /useragent-kv HTTP/1.1" 200 115 0.004654 10.0.0.38 - - [2026-04-30 02:27:20] "POST /neutron/subnet HTTP/1.1" 200 719 0.149248 10.0.0.38 - - [2026-04-30 02:27:20] "POST /neutron/network HTTP/1.1" 200 824 0.005805 10.0.0.38 - - [2026-04-30 02:27:20] "POST /id-to-fqname HTTP/1.1" 200 221 0.001369 10.0.0.38 - - [2026-04-30 02:27:20] "GET /virtual-network/6a9a4132-a57d-4772-9707-b90a38337852?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005674 10.0.0.38 - - [2026-04-30 02:27:20] "POST /neutron/network HTTP/1.1" 200 824 0.011066 10.0.0.38 - - [2026-04-30 02:27:20] "GET /virtual-network/6a9a4132-a57d-4772-9707-b90a38337852?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005167 10.0.0.38 - - [2026-04-30 02:27:20] "POST /neutron/network HTTP/1.1" 200 824 0.008455 10.0.0.38 - - [2026-04-30 02:27:20] "POST /neutron/subnet HTTP/1.1" 200 719 0.010806 10.0.0.38 - - [2026-04-30 02:27:20] "POST /id-to-fqname HTTP/1.1" 200 221 0.004899 10.0.0.38 - - [2026-04-30 02:27:20] "POST /neutron/network HTTP/1.1" 200 834 0.005241 10.0.0.38 - - [2026-04-30 02:27:20] "GET /aaa-mode HTTP/1.1" 401 292 0.000446 10.0.0.38 - - [2026-04-30 02:27:21] "GET / HTTP/1.1" 200 35931 0.001884 10.0.0.38 - - [2026-04-30 02:27:21] "GET /project/9c8b75df-753a-4c16-b20e-fe0b09366d7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000403 10.0.0.38 - - [2026-04-30 02:27:21] "GET /projects?obj_uuids=9c8b75df-753a-4c16-b20e-fe0b09366d7f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001130 10.0.0.38 - - [2026-04-30 02:27:21] "GET /project/9c8b75df-753a-4c16-b20e-fe0b09366d7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.126982 10.0.0.38 - - [2026-04-30 02:27:21] "POST /neutron/network HTTP/1.1" 200 824 0.006006 10.0.0.38 - - [2026-04-30 02:27:21] "GET /obj-perms HTTP/1.1" 200 5056 0.090671 10.0.0.38 - - [2026-04-30 02:27:21] "POST /neutron/port HTTP/1.1" 200 117 0.005400 10.0.0.38 - - [2026-04-30 02:27:21] "POST /neutron/port HTTP/1.1" 200 117 0.004888 10.0.0.38 - - [2026-04-30 02:27:21] "POST /id-to-fqname HTTP/1.1" 200 221 0.001400 10.0.0.38 - - [2026-04-30 02:27:22] "POST /neutron/port HTTP/1.1" 200 117 0.014022 10.0.0.38 - - [2026-04-30 02:27:22] "POST /neutron/network HTTP/1.1" 200 834 0.018610 10.0.0.38 - - [2026-04-30 02:27:22] "GET /aaa-mode HTTP/1.1" 401 292 0.000476 10.0.0.38 - - [2026-04-30 02:27:22] "GET /obj-perms HTTP/1.1" 200 5056 0.085557 10.0.0.38 - - [2026-04-30 02:27:22] "POST /neutron/network HTTP/1.1" 200 834 0.006348 10.0.0.38 - - [2026-04-30 02:27:22] "GET /projects?obj_uuids=9c8b75df-753a-4c16-b20e-fe0b09366d7f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001236 10.0.0.38 - - [2026-04-30 02:27:22] "GET / HTTP/1.1" 200 35931 0.005018 10.0.0.38 - - [2026-04-30 02:27:22] "GET /project/9c8b75df-753a-4c16-b20e-fe0b09366d7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000430 10.0.0.38 - - [2026-04-30 02:27:22] "POST /neutron/port HTTP/1.1" 200 1060 0.219277 10.0.0.38 - - [2026-04-30 02:27:22] "POST /neutron/port HTTP/1.1" 200 1060 0.010658 10.0.0.38 - - [2026-04-30 02:27:22] "POST /neutron/port HTTP/1.1" 200 1060 0.011082 10.0.0.38 - - [2026-04-30 02:27:22] "POST /neutron/port HTTP/1.1" 200 1114 0.061619 10.0.0.38 - - [2026-04-30 02:27:22] "POST /neutron/port HTTP/1.1" 200 1124 0.014495 10.0.0.38 - - [2026-04-30 02:27:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003457 10.0.0.38 - - [2026-04-30 02:27:22] "POST /neutron/subnet HTTP/1.1" 200 693 0.006217 10.0.0.38 - - [2026-04-30 02:27:22] "POST /neutron/port HTTP/1.1" 200 117 0.001222 10.0.0.38 - - [2026-04-30 02:27:22] "POST /neutron/network HTTP/1.1" 200 824 0.008297 10.0.0.38 - - [2026-04-30 02:27:22] "GET /projects?obj_uuids=9c8b75df-753a-4c16-b20e-fe0b09366d7f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001763 10.0.0.38 - - [2026-04-30 02:27:23] "GET /project/9c8b75df-753a-4c16-b20e-fe0b09366d7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.079303 10.0.0.38 - - [2026-04-30 02:27:23] "POST /neutron/network HTTP/1.1" 200 824 0.005691 10.0.0.38 - - [2026-04-30 02:27:23] "POST /neutron/port HTTP/1.1" 200 1124 0.017467 10.0.0.38 - - [2026-04-30 02:27:23] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006398 10.0.0.38 - - [2026-04-30 02:27:23] "POST /neutron/port HTTP/1.1" 200 117 0.005583 10.0.0.38 - - [2026-04-30 02:27:23] "POST /neutron/port HTTP/1.1" 200 1124 0.017829 10.0.0.38 - - [2026-04-30 02:27:23] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007018 10.0.0.38 - - [2026-04-30 02:27:23] "POST /neutron/network HTTP/1.1" 200 834 0.005430 10.0.0.38 - - [2026-04-30 02:27:23] "GET /projects?obj_uuids=9c8b75df-753a-4c16-b20e-fe0b09366d7f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001194 10.0.0.38 - - [2026-04-30 02:27:23] "POST /neutron/port HTTP/1.1" 200 1060 0.248775 10.0.0.38 - - [2026-04-30 02:27:23] "POST /neutron/port HTTP/1.1" 200 1060 0.024117 10.0.0.38 - - [2026-04-30 02:27:23] "POST /neutron/port HTTP/1.1" 200 1060 0.014602 10.0.0.38 - - [2026-04-30 02:27:24] "POST /neutron/port HTTP/1.1" 200 1114 0.112406 10.0.0.38 - - [2026-04-30 02:27:24] "POST /neutron/port HTTP/1.1" 200 1124 0.014029 10.0.0.38 - - [2026-04-30 02:27:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.009001 10.0.0.38 - - [2026-04-30 02:27:24] "POST /neutron/subnet HTTP/1.1" 200 693 0.008407 10.0.0.38 - - [2026-04-30 02:27:24] "POST /neutron/port HTTP/1.1" 200 117 0.001424 10.0.0.38 - - [2026-04-30 02:27:24] "POST /neutron/network HTTP/1.1" 200 824 0.006428 10.0.0.38 - - [2026-04-30 02:27:28] "POST /neutron/port HTTP/1.1" 200 1124 0.016052 10.0.0.38 - - [2026-04-30 02:27:28] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008120 10.0.0.38 - - [2026-04-30 02:27:28] "POST /neutron/port HTTP/1.1" 200 1124 0.014732 10.0.0.38 - - [2026-04-30 02:27:28] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006878 10.0.0.38 - - [2026-04-30 02:27:28] "POST /neutron/port HTTP/1.1" 200 1124 0.020236 10.0.0.38 - - [2026-04-30 02:27:28] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006897 10.0.0.38 - - [2026-04-30 02:27:28] "GET /virtual-machine/f6b3be2b-a905-459e-a7b3-8761246d0d32 HTTP/1.1" 401 292 0.000530 10.0.0.38 - - [2026-04-30 02:27:29] "GET /virtual-machine/f6b3be2b-a905-459e-a7b3-8761246d0d32 HTTP/1.1" 200 1294 0.040651 10.0.0.38 - - [2026-04-30 02:27:29] "GET /virtual-machine-interface/7f37232f-738c-4fbd-bbb3-102f441347a5 HTTP/1.1" 200 2945 0.005770 10.0.0.38 - - [2026-04-30 02:27:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003011 10.0.0.38 - - [2026-04-30 02:27:29] "GET /global-vrouter-config/b5383f3d-5f44-4c4f-8b6e-c29105899583?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003801 10.0.0.38 - - [2026-04-30 02:27:29] "GET /virtual-networks?parent_id=9c8b75df-753a-4c16-b20e-fe0b09366d7f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002981 10.0.0.38 - - [2026-04-30 02:27:29] "GET /virtual-network/6a9a4132-a57d-4772-9707-b90a38337852?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007390 10.0.0.38 - - [2026-04-30 02:27:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004065 10.0.0.38 - - [2026-04-30 02:27:32] "GET /virtual-network/6a9a4132-a57d-4772-9707-b90a38337852?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005968 10.0.0.38 - - [2026-04-30 02:27:32] "POST /neutron/port HTTP/1.1" 200 1124 0.013172 10.0.0.38 - - [2026-04-30 02:27:32] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007191 10.0.0.38 - - [2026-04-30 02:27:34] "POST /neutron/port HTTP/1.1" 200 1124 0.021089 10.0.0.38 - - [2026-04-30 02:27:34] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006220 10.0.0.38 - - [2026-04-30 02:27:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003114 10.0.0.38 - - [2026-04-30 02:27:34] "GET /global-vrouter-config/b5383f3d-5f44-4c4f-8b6e-c29105899583?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003177 10.0.0.38 - - [2026-04-30 02:27:34] "GET /virtual-networks?parent_id=9c8b75df-753a-4c16-b20e-fe0b09366d7f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003194 10.0.0.38 - - [2026-04-30 02:27:34] "GET /virtual-network/6a9a4132-a57d-4772-9707-b90a38337852?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005500 10.0.0.38 - - [2026-04-30 02:27:34] "POST /neutron/port HTTP/1.1" 200 1124 0.013919 10.0.0.38 - - [2026-04-30 02:27:34] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006776 10.0.0.38 - - [2026-04-30 02:27:39] "POST /neutron/port HTTP/1.1" 200 1124 0.012028 10.0.0.38 - - [2026-04-30 02:27:40] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008042 10.0.0.38 - - [2026-04-30 02:27:40] "POST /neutron/port HTTP/1.1" 200 1124 0.015558 10.0.0.38 - - [2026-04-30 02:27:40] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006121 10.0.0.38 - - [2026-04-30 02:27:40] "POST /neutron/port HTTP/1.1" 200 1124 0.015858 10.0.0.38 - - [2026-04-30 02:27:40] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008424 10.0.0.38 - - [2026-04-30 02:27:40] "GET /virtual-machine/e5914743-f8b4-4691-9ad0-d9e5847674b5 HTTP/1.1" 200 1294 0.007970 10.0.0.38 - - [2026-04-30 02:27:40] "GET /virtual-machine-interface/85ad596f-c907-4c2b-a98d-e1ad8884ed91 HTTP/1.1" 200 2945 0.006811 10.0.0.38 - - [2026-04-30 02:27:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003740 10.0.0.38 - - [2026-04-30 02:27:40] "GET /global-vrouter-config/b5383f3d-5f44-4c4f-8b6e-c29105899583?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003946 10.0.0.38 - - [2026-04-30 02:27:40] "GET /virtual-networks?parent_id=9c8b75df-753a-4c16-b20e-fe0b09366d7f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003119 10.0.0.38 - - [2026-04-30 02:27:40] "GET /virtual-network/6a9a4132-a57d-4772-9707-b90a38337852?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005813 10.0.0.38 - - [2026-04-30 02:27:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003010 10.0.0.38 - - [2026-04-30 02:27:41] "GET /global-vrouter-config/b5383f3d-5f44-4c4f-8b6e-c29105899583?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003006 10.0.0.38 - - [2026-04-30 02:27:41] "GET /virtual-networks?parent_id=9c8b75df-753a-4c16-b20e-fe0b09366d7f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003328 10.0.0.38 - - [2026-04-30 02:27:41] "GET /virtual-network/6a9a4132-a57d-4772-9707-b90a38337852?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006347 10.0.0.38 - - [2026-04-30 02:27:46] "POST /neutron/network HTTP/1.1" 200 824 0.006476 10.0.0.38 - - [2026-04-30 02:27:46] "POST /neutron/network HTTP/1.1" 400 204 0.015467 10.0.0.38 - - [2026-04-30 02:27:46] "POST /neutron/port HTTP/1.1" 200 1124 0.016288 10.0.0.38 - - [2026-04-30 02:27:46] "POST /neutron/port HTTP/1.1" 200 1114 0.014182 10.0.0.38 - - [2026-04-30 02:27:46] "POST /neutron/port HTTP/1.1" 200 1124 0.019327 10.0.0.38 - - [2026-04-30 02:27:46] "POST /neutron/port HTTP/1.1" 200 1114 0.013426 10.0.0.38 - - [2026-04-30 02:27:46] "POST /neutron/port HTTP/1.1" 200 151 0.158595 10.0.0.38 - - [2026-04-30 02:27:47] "POST /neutron/port HTTP/1.1" 200 151 0.133774 10.0.0.38 - - [2026-04-30 02:27:47] "POST /neutron/port HTTP/1.1" 200 117 0.005686 10.0.0.38 - - [2026-04-30 02:27:47] "POST /neutron/port HTTP/1.1" 200 117 0.005753 10.0.0.38 - - [2026-04-30 02:27:47] "POST /neutron/network HTTP/1.1" 200 798 0.007269 10.0.0.38 - - [2026-04-30 02:27:47] "POST /neutron/network HTTP/1.1" 200 117 0.007686 10.0.0.38 - - [2026-04-30 02:27:48] "POST /neutron/network HTTP/1.1" 200 824 0.005307 10.0.0.38 - - [2026-04-30 02:27:48] "POST /useragent-kv HTTP/1.1" 200 115 0.002224 10.0.0.38 - - [2026-04-30 02:27:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003058 10.0.0.38 - - [2026-04-30 02:27:48] "POST /useragent-kv HTTP/1.1" 200 115 0.001708 10.0.0.38 - - [2026-04-30 02:27:48] "POST /neutron/network HTTP/1.1" 200 151 0.081653 10.0.0.38 - - [2026-04-30 02:27:48] "DELETE /route-target/3d70ca44-346a-46c2-9e25-953f0821a2a8 HTTP/1.1" 200 115 0.017108 10.0.0.38 - - [2026-04-30 02:27:48] "GET /projects?obj_uuids=9c8b75df-753a-4c16-b20e-fe0b09366d7f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001124 10.0.0.38 - - [2026-04-30 02:27:48] "GET /project/9c8b75df-753a-4c16-b20e-fe0b09366d7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.025080 10.0.0.38 - - [2026-04-30 02:27:48] "GET /projects?obj_uuids=9c8b75df-753a-4c16-b20e-fe0b09366d7f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001064 10.0.0.38 - - [2026-04-30 02:27:48] "GET /project/9c8b75df-753a-4c16-b20e-fe0b09366d7f?fields=virtual_networks HTTP/1.1" 200 1034 0.073847 10.0.0.38 - - [2026-04-30 02:27:48] "GET /projects?obj_uuids=9c8b75df-753a-4c16-b20e-fe0b09366d7f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000996 10.0.0.38 - - [2026-04-30 02:27:48] "GET /project/9c8b75df-753a-4c16-b20e-fe0b09366d7f?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.028303 10.0.0.38 - - [2026-04-30 02:27:48] "GET /projects?obj_uuids=9c8b75df-753a-4c16-b20e-fe0b09366d7f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001671 10.0.0.38 - - [2026-04-30 02:27:48] "GET /project/9c8b75df-753a-4c16-b20e-fe0b09366d7f?fields=security_groups HTTP/1.1" 200 1261 0.028542 10.0.0.38 - - [2026-04-30 02:27:49] "POST /fqname-to-id HTTP/1.1" 404 188 0.029891 10.0.0.38 - - [2026-04-30 02:27:50] "GET /projects?obj_uuids=1f0ae39b-55f2-44ec-a68c-a01d4ded9c0d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002841 10.0.0.38 - - [2026-04-30 02:27:50] "GET /domains?obj_uuids=033dcabd-97df-439f-8207-51383e8b92fd&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001106 10.0.0.38 - - [2026-04-30 02:27:50] "GET /domain/033dcabd-97df-439f-8207-51383e8b92fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 926 0.006798 10.0.0.38 - - [2026-04-30 02:27:50] "POST /id-to-fqname HTTP/1.1" 200 190 0.004115 10.0.0.38 - - [2026-04-30 02:27:50] "POST /fqname-to-id HTTP/1.1" 404 199 0.004019 10.0.0.38 - - [2026-04-30 02:27:50] "POST /security-groups HTTP/1.1" 200 591 0.060565 10.0.0.38 - - [2026-04-30 02:27:50] "POST /fqname-to-id HTTP/1.1" 404 234 0.003269 10.0.0.38 - - [2026-04-30 02:27:50] "POST /projects HTTP/1.1" 200 585 0.213041 10.0.0.38 - - [2026-04-30 02:27:50] "POST /access-control-lists HTTP/1.1" 200 596 0.060270 10.0.0.38 - - [2026-04-30 02:27:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.286211 10.0.0.38 - - [2026-04-30 02:27:50] "POST /fqname-to-id HTTP/1.1" 404 233 0.003311 10.0.0.38 - - [2026-04-30 02:27:50] "GET /project/1f0ae39b-55f2-44ec-a68c-a01d4ded9c0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.422598 10.0.0.38 - - [2026-04-30 02:27:50] "POST /access-control-lists HTTP/1.1" 200 594 0.064419 10.0.0.38 - - [2026-04-30 02:27:51] "GET / HTTP/1.1" 200 35931 0.002017 10.0.0.38 - - [2026-04-30 02:27:52] "POST /fqname-to-id HTTP/1.1" 401 292 0.000561 10.0.0.38 - - [2026-04-30 02:27:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.065546 10.0.0.38 - - [2026-04-30 02:27:52] "GET /projects?obj_uuids=1f0ae39b-55f2-44ec-a68c-a01d4ded9c0d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001042 10.0.0.38 - - [2026-04-30 02:27:52] "GET /project/1f0ae39b-55f2-44ec-a68c-a01d4ded9c0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.023052 10.0.0.38 - - [2026-04-30 02:27:52] "POST /neutron/network HTTP/1.1" 200 117 0.042968 10.0.0.38 - - [2026-04-30 02:27:52] "GET /projects?obj_uuids=1f0ae39b-55f2-44ec-a68c-a01d4ded9c0d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002053 10.0.0.38 - - [2026-04-30 02:27:52] "POST /neutron/network HTTP/1.1" 200 625 0.071408 10.0.0.38 - - [2026-04-30 02:27:52] "POST /route-targets HTTP/1.1" 200 327 0.011863 10.0.0.38 - - [2026-04-30 02:27:52] "POST /ref-update HTTP/1.1" 200 156 0.017489 10.0.0.38 - - [2026-04-30 02:27:53] "POST /useragent-kv HTTP/1.1" 200 115 0.003857 10.0.0.38 - - [2026-04-30 02:27:53] "POST /neutron/subnet HTTP/1.1" 200 701 0.134347 10.0.0.38 - - [2026-04-30 02:27:53] "POST /neutron/network HTTP/1.1" 200 839 0.008155 10.0.0.38 - - [2026-04-30 02:27:53] "POST /id-to-fqname HTTP/1.1" 200 230 0.001568 10.0.0.38 - - [2026-04-30 02:27:53] "GET /virtual-network/bd5a0fda-cf66-4196-9731-39d648d9db3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005291 10.0.0.38 - - [2026-04-30 02:27:53] "POST /neutron/network HTTP/1.1" 200 839 0.006459 10.0.0.38 - - [2026-04-30 02:27:53] "GET /virtual-network/bd5a0fda-cf66-4196-9731-39d648d9db3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005190 10.0.0.38 - - [2026-04-30 02:27:53] "POST /neutron/network HTTP/1.1" 200 839 0.006768 10.0.0.38 - - [2026-04-30 02:27:53] "POST /neutron/subnet HTTP/1.1" 200 701 0.008596 10.0.0.38 - - [2026-04-30 02:27:53] "POST /neutron/network HTTP/1.1" 200 839 0.005170 10.0.0.38 - - [2026-04-30 02:27:53] "POST /id-to-fqname HTTP/1.1" 200 230 0.001214 10.0.0.38 - - [2026-04-30 02:27:53] "POST /neutron/network HTTP/1.1" 200 849 0.006361 10.0.0.38 - - [2026-04-30 02:27:53] "GET /aaa-mode HTTP/1.1" 401 292 0.000558 10.0.0.38 - - [2026-04-30 02:27:53] "GET / HTTP/1.1" 200 35931 0.001745 10.0.0.38 - - [2026-04-30 02:27:53] "GET /project/1f0ae39b-55f2-44ec-a68c-a01d4ded9c0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000376 10.0.0.38 - - [2026-04-30 02:27:54] "GET /projects?obj_uuids=1f0ae39b-55f2-44ec-a68c-a01d4ded9c0d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001104 10.0.0.38 - - [2026-04-30 02:27:54] "GET /project/1f0ae39b-55f2-44ec-a68c-a01d4ded9c0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.058142 10.0.0.38 - - [2026-04-30 02:27:54] "POST /neutron/network HTTP/1.1" 200 839 0.005515 10.0.0.38 - - [2026-04-30 02:27:54] "POST /neutron/port HTTP/1.1" 200 117 0.004764 10.0.0.38 - - [2026-04-30 02:27:54] "POST /neutron/port HTTP/1.1" 200 117 0.006056 10.0.0.38 - - [2026-04-30 02:27:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003906 10.0.0.38 - - [2026-04-30 02:27:54] "GET /global-vrouter-config/b5383f3d-5f44-4c4f-8b6e-c29105899583?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003273 10.0.0.38 - - [2026-04-30 02:27:54] "PUT /global-vrouter-config/b5383f3d-5f44-4c4f-8b6e-c29105899583 HTTP/1.1" 200 276 0.012581 10.0.0.38 - - [2026-04-30 02:27:54] "POST /neutron/port HTTP/1.1" 200 117 0.006720 10.0.0.38 - - [2026-04-30 02:27:54] "POST /neutron/network HTTP/1.1" 200 849 0.006039 10.0.0.38 - - [2026-04-30 02:27:54] "GET /projects?obj_uuids=1f0ae39b-55f2-44ec-a68c-a01d4ded9c0d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001119 10.0.0.38 - - [2026-04-30 02:27:55] "POST /neutron/port HTTP/1.1" 200 1055 0.208351 10.0.0.38 - - [2026-04-30 02:27:55] "POST /neutron/port HTTP/1.1" 200 1055 0.014890 10.0.0.38 - - [2026-04-30 02:27:55] "POST /neutron/port HTTP/1.1" 200 1055 0.009808 10.0.0.38 - - [2026-04-30 02:27:55] "POST /neutron/port HTTP/1.1" 200 1109 0.055773 10.0.0.38 - - [2026-04-30 02:27:55] "POST /neutron/port HTTP/1.1" 200 1119 0.012008 10.0.0.38 - - [2026-04-30 02:27:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004010 10.0.0.38 - - [2026-04-30 02:27:55] "POST /neutron/subnet HTTP/1.1" 200 675 0.008613 10.0.0.38 - - [2026-04-30 02:27:55] "POST /neutron/port HTTP/1.1" 200 117 0.001318 10.0.0.38 - - [2026-04-30 02:27:55] "POST /neutron/network HTTP/1.1" 200 839 0.005974 10.0.0.38 - - [2026-04-30 02:27:59] "POST /neutron/port HTTP/1.1" 200 1119 0.018936 10.0.0.38 - - [2026-04-30 02:27:59] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008298 10.0.0.38 - - [2026-04-30 02:27:59] "POST /neutron/port HTTP/1.1" 200 1119 0.013553 10.0.0.38 - - [2026-04-30 02:27:59] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005985 10.0.0.38 - - [2026-04-30 02:28:00] "POST /neutron/port HTTP/1.1" 200 1119 0.017445 10.0.0.38 - - [2026-04-30 02:28:00] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008109 10.0.0.38 - - [2026-04-30 02:28:00] "GET /virtual-machine/463fab61-cbf2-4d09-b3f1-38c8c4f44717 HTTP/1.1" 401 292 0.000499 10.0.0.38 - - [2026-04-30 02:28:00] "GET /virtual-machine/463fab61-cbf2-4d09-b3f1-38c8c4f44717 HTTP/1.1" 200 1292 0.040511 10.0.0.38 - - [2026-04-30 02:28:00] "GET /virtual-machine-interface/8c4adfcd-1ac0-425c-87a5-d8317397cac9 HTTP/1.1" 200 2970 0.005493 10.0.0.38 - - [2026-04-30 02:28:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003362 10.0.0.38 - - [2026-04-30 02:28:00] "GET /global-vrouter-config/b5383f3d-5f44-4c4f-8b6e-c29105899583?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.004191 10.0.0.38 - - [2026-04-30 02:28:00] "GET /virtual-networks?parent_id=1f0ae39b-55f2-44ec-a68c-a01d4ded9c0d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003478 10.0.0.38 - - [2026-04-30 02:28:00] "GET /virtual-network/bd5a0fda-cf66-4196-9731-39d648d9db3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006646 10.0.0.38 - - [2026-04-30 02:28:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004007 10.0.0.38 - - [2026-04-30 02:28:03] "GET /virtual-network/bd5a0fda-cf66-4196-9731-39d648d9db3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006328 10.0.0.38 - - [2026-04-30 02:28:05] "POST /neutron/port HTTP/1.1" 200 1119 0.013225 10.0.0.38 - - [2026-04-30 02:28:05] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006482 10.0.0.38 - - [2026-04-30 02:28:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003059 10.0.0.38 - - [2026-04-30 02:28:07] "GET /global-vrouter-config/b5383f3d-5f44-4c4f-8b6e-c29105899583?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.003928 10.0.0.38 - - [2026-04-30 02:28:07] "GET /virtual-networks?parent_id=1f0ae39b-55f2-44ec-a68c-a01d4ded9c0d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003516 10.0.0.38 - - [2026-04-30 02:28:07] "GET /virtual-network/bd5a0fda-cf66-4196-9731-39d648d9db3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005263 10.0.0.38 - - [2026-04-30 02:28:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004117 10.0.0.38 - - [2026-04-30 02:28:10] "GET /global-vrouter-config/b5383f3d-5f44-4c4f-8b6e-c29105899583?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.003539 10.0.0.38 - - [2026-04-30 02:28:10] "PUT /global-vrouter-config/b5383f3d-5f44-4c4f-8b6e-c29105899583 HTTP/1.1" 200 276 0.010507 10.0.0.38 - - [2026-04-30 02:28:10] "POST /neutron/network HTTP/1.1" 200 839 0.011386 10.0.0.38 - - [2026-04-30 02:28:10] "POST /neutron/network HTTP/1.1" 400 204 0.013021 10.0.0.38 - - [2026-04-30 02:28:10] "POST /neutron/port HTTP/1.1" 200 1119 0.012569 10.0.0.38 - - [2026-04-30 02:28:10] "POST /neutron/port HTTP/1.1" 200 1109 0.012244 10.0.0.38 - - [2026-04-30 02:28:10] "POST /neutron/port HTTP/1.1" 200 151 0.113260 10.0.0.38 - - [2026-04-30 02:28:12] "POST /neutron/network HTTP/1.1" 200 839 0.005603 10.0.0.38 - - [2026-04-30 02:28:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004538 10.0.0.38 - - [2026-04-30 02:28:12] "POST /useragent-kv HTTP/1.1" 200 115 0.002444 10.0.0.38 - - [2026-04-30 02:28:12] "POST /useragent-kv HTTP/1.1" 200 115 0.004040 10.0.0.38 - - [2026-04-30 02:28:12] "POST /neutron/network HTTP/1.1" 200 151 0.105317 10.0.0.38 - - [2026-04-30 02:28:12] "DELETE /route-target/29738f9e-ebb2-4f96-a208-a25aeef71201 HTTP/1.1" 200 115 0.031515 10.0.0.38 - - [2026-04-30 02:28:12] "GET /global-vrouter-configs HTTP/1.1" 200 357 0.002762 10.0.0.38 - - [2026-04-30 02:28:12] "GET /global-vrouter-config/b5383f3d-5f44-4c4f-8b6e-c29105899583 HTTP/1.1" 200 1881 0.003648 10.0.0.38 - - [2026-04-30 02:28:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002713 10.0.0.38 - - [2026-04-30 02:28:12] "GET /projects?obj_uuids=1f0ae39b-55f2-44ec-a68c-a01d4ded9c0d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001176 10.0.0.38 - - [2026-04-30 02:28:13] "GET /project/1f0ae39b-55f2-44ec-a68c-a01d4ded9c0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.028998 10.0.0.38 - - [2026-04-30 02:28:13] "POST /neutron/network HTTP/1.1" 200 117 0.015322 10.0.0.38 - - [2026-04-30 02:28:13] "GET /projects?obj_uuids=1f0ae39b-55f2-44ec-a68c-a01d4ded9c0d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001916 10.0.0.38 - - [2026-04-30 02:28:13] "POST /neutron/network HTTP/1.1" 200 605 0.092075 10.0.0.38 - - [2026-04-30 02:28:13] "POST /route-targets HTTP/1.1" 200 327 0.015342 10.0.0.38 - - [2026-04-30 02:28:13] "POST /ref-update HTTP/1.1" 200 156 0.018743 10.0.0.38 - - [2026-04-30 02:28:13] "POST /useragent-kv HTTP/1.1" 200 115 0.002530 10.0.0.38 - - [2026-04-30 02:28:13] "POST /neutron/subnet HTTP/1.1" 200 719 0.290115 10.0.0.38 - - [2026-04-30 02:28:13] "POST /neutron/network HTTP/1.1" 200 823 0.006001 10.0.0.38 - - [2026-04-30 02:28:13] "POST /id-to-fqname HTTP/1.1" 200 220 0.001437 10.0.0.38 - - [2026-04-30 02:28:13] "GET /virtual-network/63c7dddf-0ec1-4f20-b26a-51ffe56712aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005956 10.0.0.38 - - [2026-04-30 02:28:13] "POST /neutron/network HTTP/1.1" 200 823 0.005712 10.0.0.38 - - [2026-04-30 02:28:13] "GET /virtual-network/63c7dddf-0ec1-4f20-b26a-51ffe56712aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005681 10.0.0.38 - - [2026-04-30 02:28:13] "POST /neutron/network HTTP/1.1" 200 823 0.006007 10.0.0.38 - - [2026-04-30 02:28:13] "POST /neutron/subnet HTTP/1.1" 200 719 0.008270 10.0.0.38 - - [2026-04-30 02:28:13] "POST /id-to-fqname HTTP/1.1" 200 220 0.001612 10.0.0.38 - - [2026-04-30 02:28:13] "POST /neutron/network HTTP/1.1" 200 833 0.005123 10.0.0.38 - - [2026-04-30 02:28:13] "GET /aaa-mode HTTP/1.1" 401 292 0.000453 10.0.0.38 - - [2026-04-30 02:28:14] "GET / HTTP/1.1" 200 35931 0.001870 10.0.0.38 - - [2026-04-30 02:28:14] "GET /project/1f0ae39b-55f2-44ec-a68c-a01d4ded9c0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000413 10.0.0.38 - - [2026-04-30 02:28:14] "GET /projects?obj_uuids=1f0ae39b-55f2-44ec-a68c-a01d4ded9c0d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002419 10.0.0.38 - - [2026-04-30 02:28:14] "GET /project/1f0ae39b-55f2-44ec-a68c-a01d4ded9c0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.066010 10.0.0.38 - - [2026-04-30 02:28:14] "POST /neutron/network HTTP/1.1" 200 823 0.005427 10.0.0.38 - - [2026-04-30 02:28:14] "POST /neutron/port HTTP/1.1" 200 117 0.005612 10.0.0.38 - - [2026-04-30 02:28:14] "POST /neutron/port HTTP/1.1" 200 117 0.005517 10.0.0.38 - - [2026-04-30 02:28:14] "POST /neutron/port HTTP/1.1" 200 117 0.010038 10.0.0.38 - - [2026-04-30 02:28:14] "DELETE /project/9c8b75df753a4c16b20efe0b09366d7f HTTP/1.1" 404 173 0.007215 10.0.0.38 - - [2026-04-30 02:28:14] "DELETE /project/1f0ae39b55f244eca68ca01d4ded9c0d HTTP/1.1" 404 173 0.006331 10.0.0.38 - - [2026-04-30 02:28:14] "GET /projects?obj_uuids=9c8b75df-753a-4c16-b20e-fe0b09366d7f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000927 10.0.0.38 - - [2026-04-30 02:28:14] "GET /projects?obj_uuids=dce49204-8e9b-46a9-b110-c6af44dd1224&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000824 10.0.0.38 - - [2026-04-30 02:28:14] "GET /project/dce49204-8e9b-46a9-b110-c6af44dd1224?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.034339 10.0.0.38 - - [2026-04-30 02:28:14] "GET /project/9c8b75df-753a-4c16-b20e-fe0b09366d7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.041981 10.0.0.38 - - [2026-04-30 02:28:14] "GET /projects?obj_uuids=dce49204-8e9b-46a9-b110-c6af44dd1224&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001361 10.0.0.38 - - [2026-04-30 02:28:14] "GET /projects?obj_uuids=9c8b75df-753a-4c16-b20e-fe0b09366d7f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001215 10.0.0.38 - - [2026-04-30 02:28:14] "GET /project/dce49204-8e9b-46a9-b110-c6af44dd1224?fields=security_groups HTTP/1.1" 200 1366 0.037255 10.0.0.38 - - [2026-04-30 02:28:14] "GET /project/9c8b75df-753a-4c16-b20e-fe0b09366d7f?fields=security_groups HTTP/1.1" 200 1366 0.040814 10.0.0.38 - - [2026-04-30 02:28:15] "DELETE /security-group/9c1335e8-ef27-4ffe-aa05-f217497100a7 HTTP/1.1" 200 115 0.067231 10.0.0.38 - - [2026-04-30 02:28:15] "GET /projects?obj_uuids=dce49204-8e9b-46a9-b110-c6af44dd1224&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001099 10.0.0.38 - - [2026-04-30 02:28:15] "DELETE /security-group/c42b2374-cc65-4fbb-b98b-352873ce9781 HTTP/1.1" 200 115 0.075917 10.0.0.38 - - [2026-04-30 02:28:15] "GET /projects?obj_uuids=9c8b75df-753a-4c16-b20e-fe0b09366d7f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001278 10.0.0.38 - - [2026-04-30 02:28:15] "DELETE /access-control-list/cd16b33b-ecce-482e-9cae-f980081744f0 HTTP/1.1" 200 115 0.049740 10.0.0.38 - - [2026-04-30 02:28:15] "GET /project/dce49204-8e9b-46a9-b110-c6af44dd1224?fields=application_policy_sets HTTP/1.1" 200 1405 0.057499 10.0.0.38 - - [2026-04-30 02:28:15] "DELETE /access-control-list/44c82a5b-5dcb-40f4-9675-835cca602d48 HTTP/1.1" 200 115 0.052163 10.0.0.38 - - [2026-04-30 02:28:15] "GET /project/9c8b75df-753a-4c16-b20e-fe0b09366d7f?fields=application_policy_sets HTTP/1.1" 200 1405 0.082515 10.0.0.38 - - [2026-04-30 02:28:15] "DELETE /access-control-list/db37d260-41c9-4e47-9ce3-c189f48596fa HTTP/1.1" 200 115 0.032623 10.0.0.38 - - [2026-04-30 02:28:15] "DELETE /access-control-list/b57c7250-bb91-4806-8a9b-3447324b590f HTTP/1.1" 200 115 0.035915 10.0.0.38 - - [2026-04-30 02:28:15] "DELETE /project/dce49204-8e9b-46a9-b110-c6af44dd1224 HTTP/1.1" 200 115 0.405269 10.0.0.38 - - [2026-04-30 02:28:15] "DELETE /project/9c8b75df-753a-4c16-b20e-fe0b09366d7f HTTP/1.1" 200 115 0.448080 10.0.0.38 - - [2026-04-30 02:28:15] "POST /neutron/network HTTP/1.1" 200 833 0.005874 10.0.0.38 - - [2026-04-30 02:28:15] "GET /projects?obj_uuids=1f0ae39b-55f2-44ec-a68c-a01d4ded9c0d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001582 10.0.0.38 - - [2026-04-30 02:28:15] "POST /neutron/port HTTP/1.1" 200 1059 0.236969 10.0.0.38 - - [2026-04-30 02:28:15] "POST /neutron/port HTTP/1.1" 200 1059 0.018065 10.0.0.38 - - [2026-04-30 02:28:15] "POST /neutron/port HTTP/1.1" 200 1059 0.009888 10.0.0.38 - - [2026-04-30 02:28:15] "POST /neutron/port HTTP/1.1" 200 1113 0.066939 10.0.0.38 - - [2026-04-30 02:28:15] "POST /neutron/port HTTP/1.1" 200 1123 0.014970 10.0.0.38 - - [2026-04-30 02:28:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003938 10.0.0.38 - - [2026-04-30 02:28:15] "POST /neutron/subnet HTTP/1.1" 200 693 0.014531 10.0.0.38 - - [2026-04-30 02:28:15] "POST /neutron/port HTTP/1.1" 200 117 0.001279 10.0.0.38 - - [2026-04-30 02:28:15] "POST /neutron/network HTTP/1.1" 200 823 0.005613 10.0.0.38 - - [2026-04-30 02:28:19] "POST /neutron/port HTTP/1.1" 200 1123 0.014105 10.0.0.38 - - [2026-04-30 02:28:19] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006844 10.0.0.38 - - [2026-04-30 02:28:20] "POST /neutron/port HTTP/1.1" 200 1123 0.016190 10.0.0.38 - - [2026-04-30 02:28:20] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007210 10.0.0.38 - - [2026-04-30 02:28:20] "POST /neutron/port HTTP/1.1" 200 1123 0.012406 10.0.0.38 - - [2026-04-30 02:28:20] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006898 10.0.0.38 - - [2026-04-30 02:28:20] "GET /virtual-machine/048e4f6f-be9c-4f7d-9dff-d8b78e534849 HTTP/1.1" 200 1291 0.005104 10.0.0.38 - - [2026-04-30 02:28:20] "GET /virtual-machine-interface/672ec981-ee0c-4780-9bd2-041c34f186d5 HTTP/1.1" 200 2940 0.005044 10.0.0.38 - - [2026-04-30 02:28:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003615 10.0.0.38 - - [2026-04-30 02:28:20] "GET /global-vrouter-config/b5383f3d-5f44-4c4f-8b6e-c29105899583?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003884 10.0.0.38 - - [2026-04-30 02:28:20] "GET /virtual-networks?parent_id=1f0ae39b-55f2-44ec-a68c-a01d4ded9c0d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004043 10.0.0.38 - - [2026-04-30 02:28:20] "GET /virtual-network/63c7dddf-0ec1-4f20-b26a-51ffe56712aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005544 10.0.0.38 - - [2026-04-30 02:28:22] "GET /obj-perms HTTP/1.1" 200 5056 0.060592 10.0.0.38 - - [2026-04-30 02:28:23] "GET /obj-perms HTTP/1.1" 200 5056 0.071464 10.0.0.38 - - [2026-04-30 02:28:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003561 10.0.0.38 - - [2026-04-30 02:28:23] "GET /virtual-network/63c7dddf-0ec1-4f20-b26a-51ffe56712aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005813 10.0.0.38 - - [2026-04-30 02:28:25] "POST /neutron/port HTTP/1.1" 200 1123 0.013706 10.0.0.38 - - [2026-04-30 02:28:25] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006573 10.0.0.38 - - [2026-04-30 02:28:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003279 10.0.0.38 - - [2026-04-30 02:28:27] "GET /global-vrouter-config/b5383f3d-5f44-4c4f-8b6e-c29105899583?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003224 10.0.0.38 - - [2026-04-30 02:28:27] "GET /virtual-networks?parent_id=1f0ae39b-55f2-44ec-a68c-a01d4ded9c0d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003369 10.0.0.38 - - [2026-04-30 02:28:27] "GET /virtual-network/63c7dddf-0ec1-4f20-b26a-51ffe56712aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.006544 10.0.0.38 - - [2026-04-30 02:28:29] "POST /neutron/network HTTP/1.1" 200 823 0.006777 10.0.0.38 - - [2026-04-30 02:28:29] "POST /neutron/network HTTP/1.1" 400 204 0.016602 10.0.0.38 - - [2026-04-30 02:28:30] "POST /neutron/port HTTP/1.1" 200 1123 0.011644 10.0.0.38 - - [2026-04-30 02:28:30] "POST /neutron/port HTTP/1.1" 200 1113 0.014248 10.0.0.38 - - [2026-04-30 02:28:30] "POST /neutron/port HTTP/1.1" 200 151 0.101120 10.0.0.38 - - [2026-04-30 02:28:31] "POST /neutron/network HTTP/1.1" 200 823 0.005916 10.0.0.38 - - [2026-04-30 02:28:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003389 10.0.0.38 - - [2026-04-30 02:28:31] "POST /useragent-kv HTTP/1.1" 200 115 0.002728 10.0.0.38 - - [2026-04-30 02:28:31] "POST /useragent-kv HTTP/1.1" 200 115 0.002053 10.0.0.38 - - [2026-04-30 02:28:31] "POST /neutron/network HTTP/1.1" 200 151 0.091197 10.0.0.38 - - [2026-04-30 02:28:31] "DELETE /route-target/01d2b956-9c12-4166-a9a2-4cd0d29e4cae HTTP/1.1" 200 115 0.021610 10.0.0.38 - - [2026-04-30 02:28:32] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003592 10.0.0.38 - - [2026-04-30 02:28:32] "POST /network-ipams HTTP/1.1" 200 541 0.021982 10.0.0.38 - - [2026-04-30 02:28:32] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 764 0.003832 10.0.0.38 - - [2026-04-30 02:28:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003247 10.0.0.38 - - [2026-04-30 02:28:32] "GET /network-ipam/9893782d-0a8a-4bb4-9e98-22949afd5e59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1329 0.005629 10.0.0.38 - - [2026-04-30 02:28:32] "PUT /network-ipam/9893782d-0a8a-4bb4-9e98-22949afd5e59 HTTP/1.1" 200 258 0.010026 10.0.0.38 - - [2026-04-30 02:28:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003549 10.0.0.38 - - [2026-04-30 02:28:32] "GET /projects?obj_uuids=1f0ae39b-55f2-44ec-a68c-a01d4ded9c0d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001389 10.0.0.38 - - [2026-04-30 02:28:32] "GET /project/1f0ae39b-55f2-44ec-a68c-a01d4ded9c0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.026753 10.0.0.38 - - [2026-04-30 02:28:32] "POST /neutron/network HTTP/1.1" 200 117 0.011477 10.0.0.38 - - [2026-04-30 02:28:32] "GET /projects?obj_uuids=1f0ae39b-55f2-44ec-a68c-a01d4ded9c0d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001334 10.0.0.38 - - [2026-04-30 02:28:32] "POST /neutron/network HTTP/1.1" 200 605 0.078057 10.0.0.38 - - [2026-04-30 02:28:32] "POST /route-targets HTTP/1.1" 200 327 0.015682 10.0.0.38 - - [2026-04-30 02:28:32] "POST /ref-update HTTP/1.1" 200 156 0.013568 10.0.0.38 - - [2026-04-30 02:28:33] "POST /useragent-kv HTTP/1.1" 200 115 0.002954 10.0.0.38 - - [2026-04-30 02:28:33] "POST /neutron/subnet HTTP/1.1" 200 699 0.164883 10.0.0.38 - - [2026-04-30 02:28:33] "POST /useragent-kv HTTP/1.1" 200 115 0.003633 10.0.0.38 - - [2026-04-30 02:28:33] "POST /neutron/subnet HTTP/1.1" 200 699 0.212004 10.0.0.38 - - [2026-04-30 02:28:33] "POST /neutron/network HTTP/1.1" 200 994 0.008368 10.0.0.38 - - [2026-04-30 02:28:33] "POST /id-to-fqname HTTP/1.1" 200 220 0.001404 10.0.0.38 - - [2026-04-30 02:28:33] "GET /virtual-network/5084da5d-b56f-49fc-9578-9ce229c6899a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.004892 10.0.0.38 - - [2026-04-30 02:28:33] "POST /neutron/network HTTP/1.1" 200 994 0.009460 10.0.0.38 - - [2026-04-30 02:28:33] "GET /virtual-network/5084da5d-b56f-49fc-9578-9ce229c6899a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.005541 10.0.0.38 - - [2026-04-30 02:28:33] "POST /neutron/network HTTP/1.1" 200 994 0.007105 10.0.0.38 - - [2026-04-30 02:28:33] "POST /neutron/subnet HTTP/1.1" 200 699 0.007440 10.0.0.38 - - [2026-04-30 02:28:33] "POST /neutron/subnet HTTP/1.1" 200 699 0.006529 10.0.0.38 - - [2026-04-30 02:28:33] "POST /neutron/network HTTP/1.1" 200 994 0.008341 10.0.0.38 - - [2026-04-30 02:28:33] "POST /neutron/subnet HTTP/1.1" 200 699 0.007752 10.0.0.38 - - [2026-04-30 02:28:33] "POST /neutron/subnet HTTP/1.1" 200 699 0.008672 10.0.0.38 - - [2026-04-30 02:28:33] "GET /projects?obj_uuids=1f0ae39b-55f2-44ec-a68c-a01d4ded9c0d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001515 10.0.0.38 - - [2026-04-30 02:28:33] "POST /neutron/port HTTP/1.1" 200 1017 0.162990 10.0.0.38 - - [2026-04-30 02:28:33] "GET /projects?obj_uuids=1f0ae39b-55f2-44ec-a68c-a01d4ded9c0d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001113 10.0.0.38 - - [2026-04-30 02:28:33] "POST /neutron/port HTTP/1.1" 200 1017 0.191337 10.0.0.38 - - [2026-04-30 02:28:33] "POST /id-to-fqname HTTP/1.1" 200 220 0.001917 10.0.0.38 - - [2026-04-30 02:28:34] "POST /neutron/port HTTP/1.1" 200 1017 0.009440 10.0.0.38 - - [2026-04-30 02:28:34] "POST /neutron/port HTTP/1.1" 200 1017 0.009471 10.0.0.38 - - [2026-04-30 02:28:34] "POST /neutron/network HTTP/1.1" 200 994 0.008125 10.0.0.38 - - [2026-04-30 02:28:34] "POST /neutron/port HTTP/1.1" 200 1017 0.010722 10.0.0.38 - - [2026-04-30 02:28:34] "POST /neutron/port HTTP/1.1" 200 117 0.005264 10.0.0.38 - - [2026-04-30 02:28:34] "POST /neutron/port HTTP/1.1" 200 1017 0.010994 10.0.0.38 - - [2026-04-30 02:28:34] "POST /neutron/port HTTP/1.1" 200 117 0.004281 10.0.0.38 - - [2026-04-30 02:28:34] "POST /id-to-fqname HTTP/1.1" 200 220 0.001635 10.0.0.38 - - [2026-04-30 02:28:34] "POST /neutron/port HTTP/1.1" 200 117 0.005064 10.0.0.38 - - [2026-04-30 02:28:34] "POST /neutron/port HTTP/1.1" 200 1017 0.009433 10.0.0.38 - - [2026-04-30 02:28:34] "POST /neutron/port HTTP/1.1" 200 1017 0.010435 10.0.0.38 - - [2026-04-30 02:28:34] "POST /neutron/network HTTP/1.1" 200 994 0.013657 10.0.0.38 - - [2026-04-30 02:28:34] "POST /neutron/port HTTP/1.1" 200 1017 0.032974 10.0.0.38 - - [2026-04-30 02:28:34] "POST /neutron/port HTTP/1.1" 200 1017 0.010845 10.0.0.38 - - [2026-04-30 02:28:34] "POST /neutron/port HTTP/1.1" 200 117 0.006660 10.0.0.38 - - [2026-04-30 02:28:34] "POST /neutron/port HTTP/1.1" 200 117 0.005705 10.0.0.38 - - [2026-04-30 02:28:34] "POST /id-to-fqname HTTP/1.1" 200 220 0.001823 10.0.0.38 - - [2026-04-30 02:28:34] "POST /neutron/port HTTP/1.1" 200 1017 0.016273 10.0.0.38 - - [2026-04-30 02:28:34] "POST /neutron/network HTTP/1.1" 200 1004 0.006300 10.0.0.38 - - [2026-04-30 02:28:35] "POST /neutron/port HTTP/1.1" 200 117 0.006679 10.0.0.38 - - [2026-04-30 02:28:35] "POST /neutron/port HTTP/1.1" 200 1017 0.010525 10.0.0.38 - - [2026-04-30 02:28:35] "POST /neutron/port HTTP/1.1" 200 1017 0.011606 10.0.0.38 - - [2026-04-30 02:28:35] "POST /neutron/port HTTP/1.1" 200 1109 0.086874 10.0.0.38 - - [2026-04-30 02:28:35] "POST /neutron/network HTTP/1.1" 200 1004 0.005111 10.0.0.38 - - [2026-04-30 02:28:35] "GET /aaa-mode HTTP/1.1" 401 292 0.000495 10.0.0.38 - - [2026-04-30 02:28:35] "POST /neutron/port HTTP/1.1" 200 1119 0.013878 10.0.0.38 - - [2026-04-30 02:28:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003933 10.0.0.38 - - [2026-04-30 02:28:35] "POST /neutron/subnet HTTP/1.1" 200 673 0.009165 10.0.0.38 - - [2026-04-30 02:28:35] "POST /neutron/port HTTP/1.1" 200 117 0.001358 10.0.0.38 - - [2026-04-30 02:28:35] "POST /neutron/network HTTP/1.1" 200 994 0.007609 10.0.0.38 - - [2026-04-30 02:28:35] "POST /neutron/port HTTP/1.1" 200 1017 0.010733 10.0.0.38 - - [2026-04-30 02:28:35] "GET / HTTP/1.1" 200 35931 0.001521 10.0.0.38 - - [2026-04-30 02:28:35] "GET /project/1f0ae39b-55f2-44ec-a68c-a01d4ded9c0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000417 10.0.0.38 - - [2026-04-30 02:28:35] "POST /neutron/network HTTP/1.1" 200 1004 0.005989 10.0.0.38 - - [2026-04-30 02:28:35] "POST /neutron/port HTTP/1.1" 200 1017 0.009541 10.0.0.38 - - [2026-04-30 02:28:35] "POST /neutron/port HTTP/1.1" 200 1017 0.012533 10.0.0.38 - - [2026-04-30 02:28:35] "POST /neutron/port HTTP/1.1" 200 1109 0.083311 10.0.0.38 - - [2026-04-30 02:28:35] "POST /neutron/port HTTP/1.1" 200 1119 0.016120 10.0.0.38 - - [2026-04-30 02:28:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003648 10.0.0.38 - - [2026-04-30 02:28:35] "POST /neutron/subnet HTTP/1.1" 200 673 0.009533 10.0.0.38 - - [2026-04-30 02:28:35] "POST /neutron/port HTTP/1.1" 200 117 0.001348 10.0.0.38 - - [2026-04-30 02:28:35] "POST /neutron/network HTTP/1.1" 200 994 0.007290 10.0.0.38 - - [2026-04-30 02:28:35] "GET /projects?obj_uuids=1f0ae39b-55f2-44ec-a68c-a01d4ded9c0d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001553 10.0.0.38 - - [2026-04-30 02:28:35] "GET /project/1f0ae39b-55f2-44ec-a68c-a01d4ded9c0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.080423 10.0.0.38 - - [2026-04-30 02:28:35] "POST /neutron/network HTTP/1.1" 200 994 0.010187 10.0.0.38 - - [2026-04-30 02:28:36] "POST /neutron/port HTTP/1.1" 200 2086 0.037306 10.0.0.38 - - [2026-04-30 02:28:36] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008175 10.0.0.38 - - [2026-04-30 02:28:36] "POST /neutron/port HTTP/1.1" 200 117 0.009438 10.0.0.38 - - [2026-04-30 02:28:36] "GET /domains HTTP/1.1" 200 280 0.003316 10.0.0.38 - - [2026-04-30 02:28:36] "GET /domains?obj_uuids=033dcabd-97df-439f-8207-51383e8b92fd&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001153 10.0.0.38 - - [2026-04-30 02:28:36] "GET /domain/033dcabd-97df-439f-8207-51383e8b92fd HTTP/1.1" 200 2571 0.007871 10.0.0.38 - - [2026-04-30 02:28:36] "GET /projects?obj_uuids=1f0ae39b-55f2-44ec-a68c-a01d4ded9c0d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001451 10.0.0.38 - - [2026-04-30 02:28:36] "GET /project/1f0ae39b-55f2-44ec-a68c-a01d4ded9c0d HTTP/1.1" 200 2841 0.088018 10.0.0.38 - - [2026-04-30 02:28:36] "GET /network-ipam/9893782d-0a8a-4bb4-9e98-22949afd5e59 HTTP/1.1" 200 2646 0.010495 10.0.0.38 - - [2026-04-30 02:28:36] "GET /domains HTTP/1.1" 200 280 0.003181 10.0.0.38 - - [2026-04-30 02:28:36] "GET /domains?obj_uuids=033dcabd-97df-439f-8207-51383e8b92fd&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001117 10.0.0.38 - - [2026-04-30 02:28:36] "GET /domain/033dcabd-97df-439f-8207-51383e8b92fd HTTP/1.1" 200 2571 0.008452 10.0.0.38 - - [2026-04-30 02:28:36] "GET /projects?obj_uuids=1f0ae39b-55f2-44ec-a68c-a01d4ded9c0d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001412 10.0.0.38 - - [2026-04-30 02:28:36] "GET /project/1f0ae39b-55f2-44ec-a68c-a01d4ded9c0d HTTP/1.1" 200 2841 0.073793 10.0.0.38 - - [2026-04-30 02:28:36] "GET /virtual-network/5084da5d-b56f-49fc-9578-9ce229c6899a HTTP/1.1" 200 3779 0.014904 10.0.0.38 - - [2026-04-30 02:28:36] "GET /virtual-network/5084da5d-b56f-49fc-9578-9ce229c6899a HTTP/1.1" 200 3779 0.007511 10.0.0.38 - - [2026-04-30 02:28:36] "GET /routing-instance/da5e14ef-b9b8-42be-a963-370f93d2b9af HTTP/1.1" 200 2381 0.010605 10.0.0.38 - - [2026-04-30 02:28:36] "GET /routing-instance/da5e14ef-b9b8-42be-a963-370f93d2b9af HTTP/1.1" 200 2381 0.006102 10.0.0.38 - - [2026-04-30 02:28:36] "GET /route-target/a2e8e3b4-0f02-423f-a1cc-ae881561b88b HTTP/1.1" 200 1205 0.007904 10.0.0.38 - - [2026-04-30 02:28:36] "GET /virtual-network/5084da5d-b56f-49fc-9578-9ce229c6899a HTTP/1.1" 200 3779 0.012968 10.0.0.38 - - [2026-04-30 02:28:36] "GET /routing-instance/da5e14ef-b9b8-42be-a963-370f93d2b9af HTTP/1.1" 200 2381 0.006866 10.0.0.38 - - [2026-04-30 02:28:36] "GET /virtual-network/5084da5d-b56f-49fc-9578-9ce229c6899a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.005286 10.0.0.38 - - [2026-04-30 02:28:36] "GET /virtual-network/5084da5d-b56f-49fc-9578-9ce229c6899a HTTP/1.1" 200 3779 0.007797 10.0.0.38 - - [2026-04-30 02:28:36] "GET /routing-instance/da5e14ef-b9b8-42be-a963-370f93d2b9af HTTP/1.1" 200 2381 0.005304 10.0.0.38 - - [2026-04-30 02:28:36] "GET /routing-instance/da5e14ef-b9b8-42be-a963-370f93d2b9af HTTP/1.1" 200 2381 0.007379 10.0.0.38 - - [2026-04-30 02:28:36] "GET /route-target/a2e8e3b4-0f02-423f-a1cc-ae881561b88b HTTP/1.1" 200 1205 0.004812 10.0.0.38 - - [2026-04-30 02:28:36] "GET /domains HTTP/1.1" 200 280 0.003440 10.0.0.38 - - [2026-04-30 02:28:36] "GET /domains?obj_uuids=033dcabd-97df-439f-8207-51383e8b92fd&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001715 10.0.0.38 - - [2026-04-30 02:28:36] "GET /domain/033dcabd-97df-439f-8207-51383e8b92fd HTTP/1.1" 200 2571 0.011961 10.0.0.38 - - [2026-04-30 02:28:36] "GET /projects?obj_uuids=1f0ae39b-55f2-44ec-a68c-a01d4ded9c0d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001712 10.0.0.38 - - [2026-04-30 02:28:36] "POST /neutron/network HTTP/1.1" 200 1004 0.024333 10.0.0.38 - - [2026-04-30 02:28:36] "GET /project/1f0ae39b-55f2-44ec-a68c-a01d4ded9c0d HTTP/1.1" 200 2841 0.110126 10.0.0.38 - - [2026-04-30 02:28:36] "GET /virtual-network/5084da5d-b56f-49fc-9578-9ce229c6899a HTTP/1.1" 200 3779 0.019250 10.0.0.38 - - [2026-04-30 02:28:36] "GET /projects?obj_uuids=1f0ae39b-55f2-44ec-a68c-a01d4ded9c0d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001362 10.0.0.38 - - [2026-04-30 02:28:37] "POST /neutron/port HTTP/1.1" 200 1055 0.304482 10.0.0.38 - - [2026-04-30 02:28:37] "POST /neutron/port HTTP/1.1" 200 1055 0.013098 10.0.0.38 - - [2026-04-30 02:28:37] "POST /neutron/port HTTP/1.1" 200 1055 0.023284 10.0.0.38 - - [2026-04-30 02:28:37] "POST /neutron/port HTTP/1.1" 200 1109 0.162824 10.0.0.38 - - [2026-04-30 02:28:37] "GET /obj-perms HTTP/1.1" 200 5030 0.147972 10.0.0.38 - - [2026-04-30 02:28:37] "POST /neutron/port HTTP/1.1" 200 1119 0.026081 10.0.0.38 - - [2026-04-30 02:28:37] "POST /neutron/port HTTP/1.1" 200 1119 0.020044 10.0.0.38 - - [2026-04-30 02:28:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.008722 10.0.0.38 - - [2026-04-30 02:28:37] "POST /neutron/security_group HTTP/1.1" 200 2058 0.016431 10.0.0.38 - - [2026-04-30 02:28:37] "POST /neutron/subnet HTTP/1.1" 200 673 0.022261 10.0.0.38 - - [2026-04-30 02:28:37] "POST /neutron/port HTTP/1.1" 200 117 0.001466 10.0.0.38 - - [2026-04-30 02:28:37] "POST /neutron/network HTTP/1.1" 200 994 0.012806 10.0.0.38 - - [2026-04-30 02:28:37] "POST /neutron/port HTTP/1.1" 200 1119 0.018231 10.0.0.38 - - [2026-04-30 02:28:37] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009253 10.0.0.38 - - [2026-04-30 02:28:37] "POST /neutron/port HTTP/1.1" 200 1119 0.011245 10.0.0.38 - - [2026-04-30 02:28:37] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005879 10.0.0.38 - - [2026-04-30 02:28:37] "GET /virtual-machine/81be9b66-558c-4a06-82f0-6db34ebf5161 HTTP/1.1" 200 1287 0.004440 10.0.0.38 - - [2026-04-30 02:28:37] "GET /virtual-machine-interface/da4bff56-7164-439b-a2c2-30b1ba52fdc5 HTTP/1.1" 200 2941 0.006243 10.0.0.38 - - [2026-04-30 02:28:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003868 10.0.0.38 - - [2026-04-30 02:28:37] "GET /global-vrouter-config/b5383f3d-5f44-4c4f-8b6e-c29105899583?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003452 10.0.0.38 - - [2026-04-30 02:28:38] "GET /virtual-networks?parent_id=1f0ae39b-55f2-44ec-a68c-a01d4ded9c0d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004658 10.0.0.38 - - [2026-04-30 02:28:38] "GET /virtual-network/5084da5d-b56f-49fc-9578-9ce229c6899a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.010712 10.0.0.38 - - [2026-04-30 02:28:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003209 10.0.0.38 - - [2026-04-30 02:28:41] "GET /virtual-network/5084da5d-b56f-49fc-9578-9ce229c6899a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.006319 10.0.0.38 - - [2026-04-30 02:28:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004343 10.0.0.38 - - [2026-04-30 02:28:45] "GET /virtual-network/5084da5d-b56f-49fc-9578-9ce229c6899a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.006925 10.0.0.38 - - [2026-04-30 02:28:45] "POST /neutron/port HTTP/1.1" 200 1119 0.014197 10.0.0.38 - - [2026-04-30 02:28:45] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008080 10.0.0.38 - - [2026-04-30 02:28:46] "POST /neutron/port HTTP/1.1" 200 1119 0.013597 10.0.0.38 - - [2026-04-30 02:28:46] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005953 10.0.0.38 - - [2026-04-30 02:28:47] "POST /neutron/port HTTP/1.1" 200 1119 0.016041 10.0.0.38 - - [2026-04-30 02:28:47] "POST /neutron/port HTTP/1.1" 200 1119 0.012368 10.0.0.38 - - [2026-04-30 02:28:47] "POST /neutron/network HTTP/1.1" 200 1004 0.013823 10.0.0.38 - - [2026-04-30 02:28:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004099 10.0.0.38 - - [2026-04-30 02:28:47] "POST /neutron/subnet HTTP/1.1" 200 673 0.013997 10.0.0.38 - - [2026-04-30 02:28:47] "POST /neutron/port HTTP/1.1" 200 1119 0.019434 10.0.0.38 - - [2026-04-30 02:28:47] "POST /neutron/port HTTP/1.1" 200 117 0.002005 10.0.0.38 - - [2026-04-30 02:28:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.006654 10.0.0.38 - - [2026-04-30 02:28:47] "GET /global-vrouter-config/b5383f3d-5f44-4c4f-8b6e-c29105899583?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.010168 10.0.0.38 - - [2026-04-30 02:28:47] "POST /neutron/security_group HTTP/1.1" 200 2058 0.017834 10.0.0.38 - - [2026-04-30 02:28:47] "POST /neutron/network HTTP/1.1" 200 994 0.014400 10.0.0.38 - - [2026-04-30 02:28:47] "GET /virtual-networks?parent_id=1f0ae39b-55f2-44ec-a68c-a01d4ded9c0d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003104 10.0.0.38 - - [2026-04-30 02:28:47] "GET /virtual-network/5084da5d-b56f-49fc-9578-9ce229c6899a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.005362 10.0.0.38 - - [2026-04-30 02:28:47] "POST /neutron/port HTTP/1.1" 200 1119 0.015541 10.0.0.38 - - [2026-04-30 02:28:47] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006969 10.0.0.38 - - [2026-04-30 02:28:47] "POST /neutron/port HTTP/1.1" 200 1119 0.015202 10.0.0.38 - - [2026-04-30 02:28:47] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008348 10.0.0.38 - - [2026-04-30 02:28:48] "POST /neutron/port HTTP/1.1" 200 1119 0.020649 10.0.0.38 - - [2026-04-30 02:28:48] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006025 10.0.0.38 - - [2026-04-30 02:28:48] "GET /virtual-machine/a93d95bc-bd5d-408c-9490-896edcc98372 HTTP/1.1" 200 1289 0.007027 10.0.0.38 - - [2026-04-30 02:28:48] "GET /virtual-machine-interface/e0c19af1-9692-43e4-8477-79a46ff652d3 HTTP/1.1" 200 2940 0.005729 10.0.0.38 - - [2026-04-30 02:28:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003818 10.0.0.38 - - [2026-04-30 02:28:48] "GET /global-vrouter-config/b5383f3d-5f44-4c4f-8b6e-c29105899583?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003792 10.0.0.38 - - [2026-04-30 02:28:48] "GET /virtual-networks?parent_id=1f0ae39b-55f2-44ec-a68c-a01d4ded9c0d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003321 10.0.0.38 - - [2026-04-30 02:28:48] "GET /virtual-network/5084da5d-b56f-49fc-9578-9ce229c6899a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.007816 10.0.0.38 - - [2026-04-30 02:28:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003583 10.0.0.38 - - [2026-04-30 02:28:49] "GET /global-vrouter-config/b5383f3d-5f44-4c4f-8b6e-c29105899583?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003310 10.0.0.38 - - [2026-04-30 02:28:49] "GET /virtual-networks?parent_id=1f0ae39b-55f2-44ec-a68c-a01d4ded9c0d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003233 10.0.0.38 - - [2026-04-30 02:28:49] "GET /virtual-network/5084da5d-b56f-49fc-9578-9ce229c6899a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.006313 10.0.0.38 - - [2026-04-30 02:28:49] "POST /neutron/port HTTP/1.1" 200 1119 0.016687 10.0.0.38 - - [2026-04-30 02:28:49] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008782 10.0.0.38 - - [2026-04-30 02:28:49] "POST /neutron/port HTTP/1.1" 200 1119 0.017437 10.0.0.38 - - [2026-04-30 02:28:49] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007787 10.0.0.38 - - [2026-04-30 02:28:49] "POST /neutron/port HTTP/1.1" 200 1119 0.014789 10.0.0.38 - - [2026-04-30 02:28:49] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006929 10.0.0.38 - - [2026-04-30 02:28:49] "GET /virtual-machine/de188d23-1450-409a-a3d7-62e15c3a4d90 HTTP/1.1" 200 1293 0.006281 10.0.0.38 - - [2026-04-30 02:28:49] "GET /virtual-machine-interface/28090b82-a816-447d-b2d0-e8de6d902dca HTTP/1.1" 200 2940 0.007838 10.0.0.38 - - [2026-04-30 02:28:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.006245 10.0.0.38 - - [2026-04-30 02:28:50] "GET /global-vrouter-config/b5383f3d-5f44-4c4f-8b6e-c29105899583?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004326 10.0.0.38 - - [2026-04-30 02:28:50] "GET /virtual-networks?parent_id=1f0ae39b-55f2-44ec-a68c-a01d4ded9c0d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003263 10.0.0.38 - - [2026-04-30 02:28:50] "GET /virtual-network/5084da5d-b56f-49fc-9578-9ce229c6899a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.006116 10.0.0.38 - - [2026-04-30 02:28:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003753 10.0.0.38 - - [2026-04-30 02:28:51] "GET /global-vrouter-config/b5383f3d-5f44-4c4f-8b6e-c29105899583?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003444 10.0.0.38 - - [2026-04-30 02:28:51] "GET /virtual-networks?parent_id=1f0ae39b-55f2-44ec-a68c-a01d4ded9c0d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002949 10.0.0.38 - - [2026-04-30 02:28:51] "GET /virtual-network/5084da5d-b56f-49fc-9578-9ce229c6899a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.007269 10.0.0.38 - - [2026-04-30 02:29:07] "POST /neutron/port HTTP/1.1" 200 1109 0.013129 10.0.0.38 - - [2026-04-30 02:29:07] "POST /neutron/port HTTP/1.1" 200 1109 0.015788 10.0.0.38 - - [2026-04-30 02:29:07] "POST /neutron/port HTTP/1.1" 200 151 0.151334 10.0.0.38 - - [2026-04-30 02:29:07] "POST /neutron/port HTTP/1.1" 200 1109 0.009959 10.0.0.38 - - [2026-04-30 02:29:07] "POST /neutron/port HTTP/1.1" 200 1109 0.018327 10.0.0.38 - - [2026-04-30 02:29:07] "POST /neutron/port HTTP/1.1" 200 1119 0.016059 10.0.0.38 - - [2026-04-30 02:29:07] "POST /neutron/port HTTP/1.1" 200 1109 0.013582 10.0.0.38 - - [2026-04-30 02:29:08] "POST /neutron/port HTTP/1.1" 200 151 0.169177 10.0.0.38 - - [2026-04-30 02:29:08] "POST /neutron/network HTTP/1.1" 200 994 0.015008 10.0.0.38 - - [2026-04-30 02:29:08] "POST /neutron/network HTTP/1.1" 400 204 0.026869 10.0.0.38 - - [2026-04-30 02:29:08] "POST /neutron/port HTTP/1.1" 200 151 0.195160 10.0.0.38 - - [2026-04-30 02:29:10] "POST /neutron/network HTTP/1.1" 200 994 0.009174 10.0.0.38 - - [2026-04-30 02:29:10] "POST /useragent-kv HTTP/1.1" 200 115 0.002976 10.0.0.38 - - [2026-04-30 02:29:10] "POST /useragent-kv HTTP/1.1" 200 115 0.003197 10.0.0.38 - - [2026-04-30 02:29:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003771 10.0.0.38 - - [2026-04-30 02:29:10] "POST /useragent-kv HTTP/1.1" 200 115 0.002383 10.0.0.38 - - [2026-04-30 02:29:10] "POST /useragent-kv HTTP/1.1" 200 115 0.004869 10.0.0.38 - - [2026-04-30 02:29:10] "POST /neutron/network HTTP/1.1" 200 151 0.124967 10.0.0.38 - - [2026-04-30 02:29:10] "DELETE /route-target/a2e8e3b4-0f02-423f-a1cc-ae881561b88b HTTP/1.1" 200 115 0.023587 10.0.0.38 - - [2026-04-30 02:29:10] "GET /routing-instance/da5e14ef-b9b8-42be-a963-370f93d2b9af HTTP/1.1" 404 171 0.003728 10.0.0.38 - - [2026-04-30 02:29:10] "GET /domains HTTP/1.1" 200 280 0.003238 10.0.0.38 - - [2026-04-30 02:29:10] "GET /domains?obj_uuids=033dcabd-97df-439f-8207-51383e8b92fd&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001232 10.0.0.38 - - [2026-04-30 02:29:10] "GET /domain/033dcabd-97df-439f-8207-51383e8b92fd HTTP/1.1" 200 2571 0.048933 10.0.0.38 - - [2026-04-30 02:29:10] "GET /projects?obj_uuids=1f0ae39b-55f2-44ec-a68c-a01d4ded9c0d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001881 10.0.0.38 - - [2026-04-30 02:29:10] "GET /project/1f0ae39b-55f2-44ec-a68c-a01d4ded9c0d HTTP/1.1" 200 2084 0.068026 10.0.0.38 - - [2026-04-30 02:29:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003222 10.0.0.38 - - [2026-04-30 02:29:10] "DELETE /network-ipam/9893782d-0a8a-4bb4-9e98-22949afd5e59 HTTP/1.1" 200 115 0.031565 10.0.0.38 - - [2026-04-30 02:29:10] "POST /fqname-to-id HTTP/1.1" 404 211 0.003474 10.0.0.38 - - [2026-04-30 02:29:10] "GET /projects?obj_uuids=1f0ae39b-55f2-44ec-a68c-a01d4ded9c0d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001202 10.0.0.38 - - [2026-04-30 02:29:10] "GET /project/1f0ae39b-55f2-44ec-a68c-a01d4ded9c0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.040917 10.0.0.38 - - [2026-04-30 02:29:10] "GET /projects?obj_uuids=1f0ae39b-55f2-44ec-a68c-a01d4ded9c0d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001056 10.0.0.38 - - [2026-04-30 02:29:10] "GET /project/1f0ae39b-55f2-44ec-a68c-a01d4ded9c0d?fields=virtual_networks HTTP/1.1" 200 1031 0.029124 10.0.0.38 - - [2026-04-30 02:29:10] "GET /projects?obj_uuids=1f0ae39b-55f2-44ec-a68c-a01d4ded9c0d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001279 10.0.0.38 - - [2026-04-30 02:29:11] "GET /project/1f0ae39b-55f2-44ec-a68c-a01d4ded9c0d?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.028279 10.0.0.38 - - [2026-04-30 02:29:11] "GET /projects?obj_uuids=1f0ae39b-55f2-44ec-a68c-a01d4ded9c0d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001149 10.0.0.38 - - [2026-04-30 02:29:11] "GET /project/1f0ae39b-55f2-44ec-a68c-a01d4ded9c0d?fields=security_groups HTTP/1.1" 200 1257 0.036733 10.0.0.38 - - [2026-04-30 02:29:12] "POST /neutron/port HTTP/1.1" 200 117 0.006007 10.0.0.38 - - [2026-04-30 02:29:12] "POST /neutron/port HTTP/1.1" 400 205 0.004373 10.0.0.38 - - [2026-04-30 02:29:13] "POST /neutron/port HTTP/1.1" 200 117 0.005493 10.0.0.38 - - [2026-04-30 02:29:13] "POST /neutron/port HTTP/1.1" 400 205 0.004503 10.0.0.38 - - [2026-04-30 02:29:15] "GET /projects?obj_uuids=1f0ae39b-55f2-44ec-a68c-a01d4ded9c0d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001217 10.0.0.38 - - [2026-04-30 02:29:15] "GET /project/1f0ae39b-55f2-44ec-a68c-a01d4ded9c0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.035784 10.0.0.38 - - [2026-04-30 02:29:15] "GET /projects?obj_uuids=1f0ae39b-55f2-44ec-a68c-a01d4ded9c0d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001629 10.0.0.38 - - [2026-04-30 02:29:15] "GET /project/1f0ae39b-55f2-44ec-a68c-a01d4ded9c0d?fields=security_groups HTTP/1.1" 200 1362 0.036926 10.0.0.38 - - [2026-04-30 02:29:15] "DELETE /security-group/95362d53-d040-4ccc-9a04-222b8fbb70a6 HTTP/1.1" 200 115 0.044355 10.0.0.38 - - [2026-04-30 02:29:15] "GET /projects?obj_uuids=1f0ae39b-55f2-44ec-a68c-a01d4ded9c0d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001714 10.0.0.38 - - [2026-04-30 02:29:15] "DELETE /access-control-list/8622e002-10ec-40d7-82f1-f42bc6370891 HTTP/1.1" 200 115 0.034570 10.0.0.38 - - [2026-04-30 02:29:15] "GET /project/1f0ae39b-55f2-44ec-a68c-a01d4ded9c0d?fields=application_policy_sets HTTP/1.1" 200 1401 0.043752 10.0.0.38 - - [2026-04-30 02:29:15] "DELETE /access-control-list/8c17b2dc-38df-43da-beea-1576f5dfb826 HTTP/1.1" 200 115 0.039923 10.0.0.38 - - [2026-04-30 02:29:15] "DELETE /project/1f0ae39b-55f2-44ec-a68c-a01d4ded9c0d HTTP/1.1" 200 115 0.326545 10.0.0.38 - - [2026-04-30 02:29:19] "GET / HTTP/1.1" 200 35931 0.001777 10.0.0.38 - - [2026-04-30 02:29:20] "POST /fqname-to-id HTTP/1.1" 401 292 0.000558 10.0.0.38 - - [2026-04-30 02:29:20] "POST /fqname-to-id HTTP/1.1" 404 183 0.063918 10.0.0.38 - - [2026-04-30 02:29:20] "GET /projects?obj_uuids=cbb67d63-16a5-4888-acba-f8507c55be6f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003002 10.0.0.38 - - [2026-04-30 02:29:20] "GET /domains?obj_uuids=033dcabd-97df-439f-8207-51383e8b92fd&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001125 10.0.0.38 - - [2026-04-30 02:29:20] "GET /domain/033dcabd-97df-439f-8207-51383e8b92fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 926 0.009500 10.0.0.38 - - [2026-04-30 02:29:21] "POST /id-to-fqname HTTP/1.1" 200 185 0.001790 10.0.0.38 - - [2026-04-30 02:29:21] "POST /fqname-to-id HTTP/1.1" 404 194 0.002742 10.0.0.38 - - [2026-04-30 02:29:21] "POST /security-groups HTTP/1.1" 200 586 0.068157 10.0.0.38 - - [2026-04-30 02:29:21] "POST /fqname-to-id HTTP/1.1" 404 229 0.004889 10.0.0.38 - - [2026-04-30 02:29:21] "POST /projects HTTP/1.1" 200 575 0.238137 10.0.0.38 - - [2026-04-30 02:29:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.278019 10.0.0.38 - - [2026-04-30 02:29:21] "POST /access-control-lists HTTP/1.1" 200 591 0.063845 10.0.0.38 - - [2026-04-30 02:29:21] "GET /project/cbb67d63-16a5-4888-acba-f8507c55be6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.425923 10.0.0.38 - - [2026-04-30 02:29:21] "POST /fqname-to-id HTTP/1.1" 404 228 0.007741 10.0.0.38 - - [2026-04-30 02:29:21] "POST /access-control-lists HTTP/1.1" 200 589 0.063824 10.0.0.38 - - [2026-04-30 02:29:22] "GET / HTTP/1.1" 200 35931 0.001985 10.0.0.38 - - [2026-04-30 02:29:23] "GET /obj-perms HTTP/1.1" 200 5056 0.102813 10.0.0.38 - - [2026-04-30 02:29:24] "GET /obj-perms HTTP/1.1" 200 5056 0.098230 10.0.0.38 - - [2026-04-30 02:29:25] "POST /fqname-to-id HTTP/1.1" 401 292 0.000708 10.0.0.38 - - [2026-04-30 02:29:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.033412 10.0.0.38 - - [2026-04-30 02:29:25] "GET /api-access-list/93d765cb-3dad-40b7-a867-c96dcb0e0982?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.005093 10.0.0.38 - - [2026-04-30 02:29:25] "GET /api-access-list/93d765cb-3dad-40b7-a867-c96dcb0e0982?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.003617 10.0.0.38 - - [2026-04-30 02:29:25] "GET /api-access-list/93d765cb-3dad-40b7-a867-c96dcb0e0982?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.003908 10.0.0.38 - - [2026-04-30 02:29:25] "PUT /api-access-list/93d765cb-3dad-40b7-a867-c96dcb0e0982 HTTP/1.1" 200 264 0.010310 10.0.0.38 - - [2026-04-30 02:29:26] "GET /aaa-mode HTTP/1.1" 401 292 0.000452 10.0.0.38 - - [2026-04-30 02:29:26] "GET /aaa-mode HTTP/1.1" 200 128 0.028717 10.0.0.38 - - [2026-04-30 02:29:26] "POST /fqname-to-id HTTP/1.1" 404 183 0.030020 10.0.0.38 - - [2026-04-30 02:29:27] "GET /projects?obj_uuids=aa54a97d-1d4a-44be-9dbb-ad5dfcdb7a83&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003108 10.0.0.38 - - [2026-04-30 02:29:27] "GET /domains?obj_uuids=033dcabd-97df-439f-8207-51383e8b92fd&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001401 10.0.0.38 - - [2026-04-30 02:29:27] "GET /domain/033dcabd-97df-439f-8207-51383e8b92fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 926 0.009511 10.0.0.38 - - [2026-04-30 02:29:27] "POST /id-to-fqname HTTP/1.1" 200 185 0.001636 10.0.0.38 - - [2026-04-30 02:29:27] "POST /fqname-to-id HTTP/1.1" 404 194 0.003063 10.0.0.38 - - [2026-04-30 02:29:27] "POST /security-groups HTTP/1.1" 200 586 0.063922 10.0.0.38 - - [2026-04-30 02:29:27] "POST /fqname-to-id HTTP/1.1" 404 229 0.003013 10.0.0.38 - - [2026-04-30 02:29:27] "POST /projects HTTP/1.1" 200 575 0.218662 10.0.0.38 - - [2026-04-30 02:29:27] "POST /access-control-lists HTTP/1.1" 200 591 0.063594 10.0.0.38 - - [2026-04-30 02:29:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.302974 10.0.0.38 - - [2026-04-30 02:29:27] "POST /fqname-to-id HTTP/1.1" 404 228 0.003285 10.0.0.38 - - [2026-04-30 02:29:27] "GET /project/aa54a97d-1d4a-44be-9dbb-ad5dfcdb7a83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.443876 10.0.0.38 - - [2026-04-30 02:29:27] "POST /access-control-lists HTTP/1.1" 200 589 0.061351 10.0.0.38 - - [2026-04-30 02:29:27] "POST /fqname-to-id HTTP/1.1" 404 183 0.033788 10.0.0.38 - - [2026-04-30 02:29:27] "GET /projects?obj_uuids=e85b3269-ae76-4127-8298-f06afff382c1&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004649 10.0.0.38 - - [2026-04-30 02:29:27] "GET /domains?obj_uuids=033dcabd-97df-439f-8207-51383e8b92fd&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001168 10.0.0.38 - - [2026-04-30 02:29:27] "GET /domain/033dcabd-97df-439f-8207-51383e8b92fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 926 0.007029 10.0.0.38 - - [2026-04-30 02:29:28] "POST /id-to-fqname HTTP/1.1" 200 185 0.001920 10.0.0.38 - - [2026-04-30 02:29:28] "POST /fqname-to-id HTTP/1.1" 404 194 0.004301 10.0.0.38 - - [2026-04-30 02:29:28] "POST /security-groups HTTP/1.1" 200 586 0.068739 10.0.0.38 - - [2026-04-30 02:29:28] "POST /fqname-to-id HTTP/1.1" 404 229 0.002487 10.0.0.38 - - [2026-04-30 02:29:28] "POST /projects HTTP/1.1" 200 575 0.224228 10.0.0.38 - - [2026-04-30 02:29:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.269915 10.0.0.38 - - [2026-04-30 02:29:28] "POST /access-control-lists HTTP/1.1" 200 591 0.060683 10.0.0.38 - - [2026-04-30 02:29:28] "GET /project/e85b3269-ae76-4127-8298-f06afff382c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.408352 10.0.0.38 - - [2026-04-30 02:29:28] "POST /fqname-to-id HTTP/1.1" 404 228 0.003097 10.0.0.38 - - [2026-04-30 02:29:28] "POST /access-control-lists HTTP/1.1" 200 589 0.064770 10.0.0.38 - - [2026-04-30 02:29:28] "GET / HTTP/1.1" 200 35931 0.003329 10.0.0.38 - - [2026-04-30 02:29:29] "GET / HTTP/1.1" 200 35931 0.001816 10.0.0.38 - - [2026-04-30 02:29:30] "POST /fqname-to-id HTTP/1.1" 404 183 0.003179 10.0.0.38 - - [2026-04-30 02:29:30] "POST /api-access-lists HTTP/1.1" 200 521 0.016623 10.0.0.38 - - [2026-04-30 02:29:30] "GET /api-access-list/da6be41d-d157-4e82-b978-992a196c8f4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1265 0.005388 10.0.0.38 - - [2026-04-30 02:29:30] "GET /api-access-list/da6be41d-d157-4e82-b978-992a196c8f4c HTTP/1.1" 401 292 0.000481 10.0.0.38 - - [2026-04-30 02:29:30] "GET /api-access-list/da6be41d-d157-4e82-b978-992a196c8f4c HTTP/1.1" 200 1265 0.062059 10.0.0.38 - - [2026-04-30 02:29:30] "POST /fqname-to-id HTTP/1.1" 401 292 0.000403 10.0.0.38 - - [2026-04-30 02:29:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.065967 10.0.0.38 - - [2026-04-30 02:29:31] "GET /projects?obj_uuids=aa54a97d-1d4a-44be-9dbb-ad5dfcdb7a83&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001167 10.0.0.38 - - [2026-04-30 02:29:31] "GET /project/aa54a97d-1d4a-44be-9dbb-ad5dfcdb7a83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.039143 10.0.0.38 - - [2026-04-30 02:29:31] "GET /virtual-networks?parent_id=aa54a97d-1d4a-44be-9dbb-ad5dfcdb7a83&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.011339 10.0.0.38 - - [2026-04-30 02:29:31] "POST /virtual-networks HTTP/1.1" 200 568 0.067498 10.0.0.38 - - [2026-04-30 02:29:31] "POST /route-targets HTTP/1.1" 200 327 0.010913 10.0.0.38 - - [2026-04-30 02:29:31] "POST /ref-update HTTP/1.1" 200 156 0.017045 10.0.0.38 - - [2026-04-30 02:29:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.015572 10.0.0.38 - - [2026-04-30 02:29:31] "GET /network-ipam/f8baf4ba-def0-4b42-9988-99fb5d8b8c20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.014463 10.0.0.38 - - [2026-04-30 02:29:31] "POST /useragent-kv HTTP/1.1" 200 115 0.003394 10.0.0.38 - - [2026-04-30 02:29:31] "POST /ref-update HTTP/1.1" 200 156 0.055407 10.0.0.38 - - [2026-04-30 02:29:31] "POST /neutron/network HTTP/1.1" 200 830 0.064239 10.0.0.38 - - [2026-04-30 02:29:31] "POST /neutron/network HTTP/1.1" 200 830 0.020846 10.0.0.38 - - [2026-04-30 02:29:31] "GET /virtual-network/e7905326-11b0-4c97-87f7-ce3b0d034a5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1976 0.014209 10.0.0.38 - - [2026-04-30 02:29:31] "POST /neutron/network HTTP/1.1" 200 830 0.020184 10.0.0.38 - - [2026-04-30 02:29:31] "POST /neutron/subnet HTTP/1.1" 200 668 0.029090 10.0.0.38 - - [2026-04-30 02:29:31] "GET /virtual-network/e7905326-11b0-4c97-87f7-ce3b0d034a5b HTTP/1.1" 401 292 0.002246 10.0.0.38 - - [2026-04-30 02:29:32] "GET /virtual-network/e7905326-11b0-4c97-87f7-ce3b0d034a5b HTTP/1.1" 200 2261 0.054053 10.0.0.38 - - [2026-04-30 02:29:32] "GET /virtual-network/e7905326-11b0-4c97-87f7-ce3b0d034a5b HTTP/1.1" 401 292 0.000565 10.0.0.38 - - [2026-04-30 02:29:32] "GET /virtual-network/e7905326-11b0-4c97-87f7-ce3b0d034a5b HTTP/1.1" 200 2001 0.048862 10.0.0.38 - - [2026-04-30 02:29:32] "GET /obj-perms HTTP/1.1" 200 4915 0.079042 10.0.0.38 - - [2026-04-30 02:29:32] "POST /fqname-to-id HTTP/1.1" 401 292 0.000432 10.0.0.38 - - [2026-04-30 02:29:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.029717 10.0.0.38 - - [2026-04-30 02:29:33] "GET /virtual-network/e7905326-11b0-4c97-87f7-ce3b0d034a5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1976 0.021022 10.0.0.38 - - [2026-04-30 02:29:33] "GET /obj-perms HTTP/1.1" 200 4915 0.011841 10.0.0.38 - - [2026-04-30 02:29:33] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 361 0.018362 10.0.0.38 - - [2026-04-30 02:29:33] "GET /obj-perms HTTP/1.1" 200 4915 0.072185 10.0.0.38 - - [2026-04-30 02:29:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003402 10.0.0.38 - - [2026-04-30 02:29:33] "GET /virtual-network/e7905326-11b0-4c97-87f7-ce3b0d034a5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1976 0.014335 10.0.0.38 - - [2026-04-30 02:29:33] "GET /obj-perms HTTP/1.1" 200 4915 0.009785 10.0.0.38 - - [2026-04-30 02:29:33] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 361 0.016396 10.0.0.38 - - [2026-04-30 02:29:34] "POST /id-to-fqname HTTP/1.1" 401 292 0.000629 10.0.0.38 - - [2026-04-30 02:29:34] "POST /id-to-fqname HTTP/1.1" 200 230 0.036635 10.0.0.38 - - [2026-04-30 02:29:35] "POST /neutron/network HTTP/1.1" 200 840 0.051337 10.0.0.38 - - [2026-04-30 02:29:35] "GET /aaa-mode HTTP/1.1" 401 292 0.000517 10.0.0.38 - - [2026-04-30 02:29:35] "GET / HTTP/1.1" 200 35931 0.001967 10.0.0.38 - - [2026-04-30 02:29:35] "GET /project/e85b3269-ae76-4127-8298-f06afff382c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000537 10.0.0.38 - - [2026-04-30 02:29:35] "GET /projects?obj_uuids=e85b3269-ae76-4127-8298-f06afff382c1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001098 10.0.0.38 - - [2026-04-30 02:29:35] "GET /project/e85b3269-ae76-4127-8298-f06afff382c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.052263 10.0.0.38 - - [2026-04-30 02:29:35] "POST /neutron/network HTTP/1.1" 200 830 0.005584 10.0.0.38 - - [2026-04-30 02:29:36] "POST /neutron/port HTTP/1.1" 200 117 0.042537 10.0.0.38 - - [2026-04-30 02:29:36] "POST /neutron/port HTTP/1.1" 200 117 0.006680 10.0.0.38 - - [2026-04-30 02:29:36] "POST /neutron/port HTTP/1.1" 200 117 0.005388 10.0.0.38 - - [2026-04-30 02:29:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000350 10.0.0.38 - - [2026-04-30 02:29:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000381 10.0.0.38 - - [2026-04-30 02:29:36] "POST /neutron/network HTTP/1.1" 200 840 0.032229 10.0.0.38 - - [2026-04-30 02:29:36] "POST /neutron/network HTTP/1.1" 200 830 0.036639 10.0.0.38 - - [2026-04-30 02:29:36] "GET /projects?obj_uuids=e85b3269-ae76-4127-8298-f06afff382c1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001276 10.0.0.38 - - [2026-04-30 02:29:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000433 10.0.0.38 - - [2026-04-30 02:29:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000400 10.0.0.38 - - [2026-04-30 02:29:36] "POST /neutron/port HTTP/1.1" 200 1054 0.370327 10.0.0.38 - - [2026-04-30 02:29:37] "POST /neutron/port HTTP/1.1" 200 1054 0.016025 10.0.0.38 - - [2026-04-30 02:29:37] "POST /neutron/port HTTP/1.1" 200 1054 0.013324 10.0.0.38 - - [2026-04-30 02:29:37] "POST /neutron/port HTTP/1.1" 200 1108 0.061840 10.0.0.38 - - [2026-04-30 02:29:37] "POST /neutron/port HTTP/1.1" 200 1118 0.013584 10.0.0.38 - - [2026-04-30 02:29:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003888 10.0.0.38 - - [2026-04-30 02:29:37] "POST /neutron/subnet HTTP/1.1" 200 642 0.007761 10.0.0.38 - - [2026-04-30 02:29:37] "POST /neutron/port HTTP/1.1" 200 117 0.001526 10.0.0.38 - - [2026-04-30 02:29:37] "POST /neutron/network HTTP/1.1" 200 830 0.006357 10.0.0.38 - - [2026-04-30 02:29:41] "POST /neutron/port HTTP/1.1" 200 1118 0.014069 10.0.0.38 - - [2026-04-30 02:29:41] "POST /neutron/security_group HTTP/1.1" 200 2053 0.008679 10.0.0.38 - - [2026-04-30 02:29:41] "POST /neutron/port HTTP/1.1" 200 1118 0.012434 10.0.0.38 - - [2026-04-30 02:29:41] "POST /neutron/security_group HTTP/1.1" 200 2053 0.008110 10.0.0.38 - - [2026-04-30 02:29:41] "POST /neutron/port HTTP/1.1" 200 1118 0.014977 10.0.0.38 - - [2026-04-30 02:29:41] "POST /neutron/security_group HTTP/1.1" 200 2053 0.007886 10.0.0.38 - - [2026-04-30 02:29:41] "POST /neutron/port HTTP/1.1" 200 1118 0.016220 10.0.0.38 - - [2026-04-30 02:29:41] "POST /neutron/security_group HTTP/1.1" 200 2053 0.006714 10.0.0.38 - - [2026-04-30 02:29:41] "GET /virtual-machine/d8a852d6-63e5-426a-883c-7e691602ce3f HTTP/1.1" 200 1287 0.013409 10.0.0.38 - - [2026-04-30 02:29:41] "GET /virtual-machine/d8a852d6-63e5-426a-883c-7e691602ce3f HTTP/1.1" 200 1287 0.010902 10.0.0.38 - - [2026-04-30 02:29:41] "GET /virtual-machine-interface/642d3246-2a02-4ea0-9552-7f25cfc109a3 HTTP/1.1" 200 2530 0.019077 10.0.0.38 - - [2026-04-30 02:29:41] "GET /virtual-machine/d8a852d6-63e5-426a-883c-7e691602ce3f HTTP/1.1" 200 1287 0.012970 10.0.0.38 - - [2026-04-30 02:29:41] "GET /virtual-machine-interface/642d3246-2a02-4ea0-9552-7f25cfc109a3 HTTP/1.1" 200 2530 0.016648 10.0.0.38 - - [2026-04-30 02:29:41] "GET /instance-ip/4f433ed0-d775-49bb-aec4-179f8a5982fe HTTP/1.1" 200 1624 0.015105 10.0.0.38 - - [2026-04-30 02:29:41] "GET /virtual-machine/d8a852d6-63e5-426a-883c-7e691602ce3f HTTP/1.1" 200 1287 0.017691 10.0.0.38 - - [2026-04-30 02:29:41] "GET /virtual-machine-interface/642d3246-2a02-4ea0-9552-7f25cfc109a3 HTTP/1.1" 200 2530 0.017144 10.0.0.38 - - [2026-04-30 02:29:41] "GET /instance-ip/4f433ed0-d775-49bb-aec4-179f8a5982fe HTTP/1.1" 200 1624 0.011548 10.0.0.38 - - [2026-04-30 02:29:41] "POST /fqname-to-id HTTP/1.1" 403 339 0.014863 10.0.0.38 - - [2026-04-30 02:29:41] "GET / HTTP/1.1" 200 35931 0.002089 10.0.0.38 - - [2026-04-30 02:29:42] "POST /fqname-to-id HTTP/1.1" 401 292 0.000498 10.0.0.38 - - [2026-04-30 02:29:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.036442 10.0.0.38 - - [2026-04-30 02:29:42] "GET /global-vrouter-config/b5383f3d-5f44-4c4f-8b6e-c29105899583?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003147 10.0.0.38 - - [2026-04-30 02:29:42] "GET /virtual-networks?parent_id=e85b3269-ae76-4127-8298-f06afff382c1&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.013319 10.0.0.38 - - [2026-04-30 02:29:42] "POST /fqname-to-id HTTP/1.1" 403 339 0.011089 10.0.0.38 - - [2026-04-30 02:29:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003320 10.0.0.38 - - [2026-04-30 02:29:42] "GET /global-vrouter-config/b5383f3d-5f44-4c4f-8b6e-c29105899583?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003737 10.0.0.38 - - [2026-04-30 02:29:42] "GET /virtual-networks?parent_id=e85b3269-ae76-4127-8298-f06afff382c1&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.011229 10.0.0.38 - - [2026-04-30 02:29:42] "POST /fqname-to-id HTTP/1.1" 403 339 0.011003 10.0.0.38 - - [2026-04-30 02:29:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003875 10.0.0.38 - - [2026-04-30 02:29:42] "GET /global-vrouter-config/b5383f3d-5f44-4c4f-8b6e-c29105899583?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003319 10.0.0.38 - - [2026-04-30 02:29:42] "GET /virtual-networks?parent_id=e85b3269-ae76-4127-8298-f06afff382c1&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010313 10.0.0.38 - - [2026-04-30 02:29:42] "POST /fqname-to-id HTTP/1.1" 403 339 0.012496 10.0.0.38 - - [2026-04-30 02:29:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003035 10.0.0.38 - - [2026-04-30 02:29:42] "GET /global-vrouter-config/b5383f3d-5f44-4c4f-8b6e-c29105899583?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003396 10.0.0.38 - - [2026-04-30 02:29:42] "GET /virtual-networks?parent_id=e85b3269-ae76-4127-8298-f06afff382c1&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010588 10.0.0.38 - - [2026-04-30 02:29:42] "POST /fqname-to-id HTTP/1.1" 403 339 0.009658 10.0.0.38 - - [2026-04-30 02:29:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003009 10.0.0.38 - - [2026-04-30 02:29:43] "GET /global-vrouter-config/b5383f3d-5f44-4c4f-8b6e-c29105899583?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004231 10.0.0.38 - - [2026-04-30 02:29:43] "GET /virtual-networks?parent_id=e85b3269-ae76-4127-8298-f06afff382c1&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.012157 10.0.0.38 - - [2026-04-30 02:29:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.010592 10.0.0.38 - - [2026-04-30 02:29:46] "GET /virtual-network/e7905326-11b0-4c97-87f7-ce3b0d034a5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1976 0.012677 10.0.0.38 - - [2026-04-30 02:29:46] "POST /neutron/port HTTP/1.1" 200 1118 0.014202 10.0.0.38 - - [2026-04-30 02:29:46] "POST /neutron/security_group HTTP/1.1" 200 2053 0.006936 10.0.0.38 - - [2026-04-30 02:29:48] "POST /fqname-to-id HTTP/1.1" 403 339 0.012272 10.0.0.38 - - [2026-04-30 02:29:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002897 10.0.0.38 - - [2026-04-30 02:29:48] "GET /global-vrouter-config/b5383f3d-5f44-4c4f-8b6e-c29105899583?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003210 10.0.0.38 - - [2026-04-30 02:29:48] "GET /virtual-networks?parent_id=e85b3269-ae76-4127-8298-f06afff382c1&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009624 10.0.0.38 - - [2026-04-30 02:29:48] "POST /fqname-to-id HTTP/1.1" 403 339 0.013425 10.0.0.38 - - [2026-04-30 02:29:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.005003 10.0.0.38 - - [2026-04-30 02:29:48] "GET /global-vrouter-config/b5383f3d-5f44-4c4f-8b6e-c29105899583?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.008512 10.0.0.38 - - [2026-04-30 02:29:48] "GET /virtual-networks?parent_id=e85b3269-ae76-4127-8298-f06afff382c1&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.013322 10.0.0.38 - - [2026-04-30 02:29:48] "POST /fqname-to-id HTTP/1.1" 403 361 0.013072 10.0.0.38 - - [2026-04-30 02:29:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002910 10.0.0.38 - - [2026-04-30 02:29:48] "GET /routing-instance/4c836419-d00b-46d1-9e5c-3eb9a628dc88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1530 0.003844 10.0.0.38 - - [2026-04-30 02:29:48] "GET /route-target/1570275b-7dab-4688-9ee2-1c3ab0e1441a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.008812 10.0.0.38 - - [2026-04-30 02:29:48] "GET /route-target/1570275b-7dab-4688-9ee2-1c3ab0e1441a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.002839 10.0.0.38 - - [2026-04-30 02:29:48] "POST /fqname-to-id HTTP/1.1" 403 339 0.012534 10.0.0.38 - - [2026-04-30 02:29:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002389 10.0.0.38 - - [2026-04-30 02:29:48] "GET /global-vrouter-config/b5383f3d-5f44-4c4f-8b6e-c29105899583?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004138 10.0.0.38 - - [2026-04-30 02:29:48] "GET /virtual-networks?parent_id=e85b3269-ae76-4127-8298-f06afff382c1&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.012221 10.0.0.38 - - [2026-04-30 02:29:48] "POST /fqname-to-id HTTP/1.1" 403 361 0.012537 10.0.0.38 - - [2026-04-30 02:29:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003564 10.0.0.38 - - [2026-04-30 02:29:48] "GET /routing-instance/4c836419-d00b-46d1-9e5c-3eb9a628dc88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1530 0.005955 10.0.0.38 - - [2026-04-30 02:29:48] "GET /route-target/1570275b-7dab-4688-9ee2-1c3ab0e1441a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.010105 10.0.0.38 - - [2026-04-30 02:29:48] "GET /route-target/1570275b-7dab-4688-9ee2-1c3ab0e1441a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004027 10.0.0.38 - - [2026-04-30 02:29:49] "GET /obj-perms HTTP/1.1" 200 4915 0.010462 10.0.0.38 - - [2026-04-30 02:29:49] "GET /virtual-machine/d8a852d6-63e5-426a-883c-7e691602ce3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.011245 10.0.0.38 - - [2026-04-30 02:29:49] "GET /obj-perms HTTP/1.1" 200 4915 0.013233 10.0.0.38 - - [2026-04-30 02:29:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.005688 10.0.0.38 - - [2026-04-30 02:29:49] "GET /virtual-machine-interface/642d3246-2a02-4ea0-9552-7f25cfc109a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2309 0.016110 10.0.0.38 - - [2026-04-30 02:29:49] "GET /obj-perms HTTP/1.1" 200 4915 0.010607 10.0.0.38 - - [2026-04-30 02:29:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003446 10.0.0.38 - - [2026-04-30 02:29:49] "GET /virtual-machine-interface/642d3246-2a02-4ea0-9552-7f25cfc109a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2309 0.023198 10.0.0.38 - - [2026-04-30 02:29:49] "GET /obj-perms HTTP/1.1" 200 4915 0.011370 10.0.0.38 - - [2026-04-30 02:29:49] "GET /virtual-machine/d8a852d6-63e5-426a-883c-7e691602ce3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.020175 10.0.0.38 - - [2026-04-30 02:29:49] "GET /obj-perms HTTP/1.1" 200 4915 0.009698 10.0.0.38 - - [2026-04-30 02:29:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004369 10.0.0.38 - - [2026-04-30 02:29:49] "GET /virtual-machine-interface/642d3246-2a02-4ea0-9552-7f25cfc109a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2309 0.017461 10.0.0.38 - - [2026-04-30 02:29:49] "GET /obj-perms HTTP/1.1" 200 4915 0.010385 10.0.0.38 - - [2026-04-30 02:29:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003993 10.0.0.38 - - [2026-04-30 02:29:49] "GET /virtual-network/e7905326-11b0-4c97-87f7-ce3b0d034a5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1976 0.015484 10.0.0.38 - - [2026-04-30 02:29:49] "GET /obj-perms HTTP/1.1" 200 4915 0.009331 10.0.0.38 - - [2026-04-30 02:29:50] "GET /virtual-machine/d8a852d6-63e5-426a-883c-7e691602ce3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.013042 10.0.0.38 - - [2026-04-30 02:29:50] "GET /obj-perms HTTP/1.1" 200 4915 0.014193 10.0.0.38 - - [2026-04-30 02:29:50] "GET /obj-perms HTTP/1.1" 200 4915 0.011051 10.0.0.38 - - [2026-04-30 02:29:50] "GET /obj-perms HTTP/1.1" 200 4915 0.070469 10.0.0.38 - - [2026-04-30 02:29:50] "GET /obj-perms HTTP/1.1" 200 4915 0.013262 10.0.0.38 - - [2026-04-30 02:29:51] "GET /obj-perms HTTP/1.1" 200 5020 0.067625 10.0.0.38 - - [2026-04-30 02:29:51] "GET /obj-perms HTTP/1.1" 200 5020 0.004872 10.0.0.38 - - [2026-04-30 02:29:51] "GET /obj-perms HTTP/1.1" 200 4915 0.009611 10.0.0.38 - - [2026-04-30 02:29:51] "GET /obj-perms HTTP/1.1" 200 4915 0.010146 10.0.0.38 - - [2026-04-30 02:29:51] "GET /obj-perms HTTP/1.1" 200 4915 0.073796 10.0.0.38 - - [2026-04-30 02:29:51] "GET /obj-perms HTTP/1.1" 200 4915 0.009485 10.0.0.38 - - [2026-04-30 02:29:51] "GET /obj-perms HTTP/1.1" 200 5020 0.004054 10.0.0.38 - - [2026-04-30 02:29:51] "GET /obj-perms HTTP/1.1" 200 5020 0.003504 10.0.0.38 - - [2026-04-30 02:29:51] "GET /obj-perms HTTP/1.1" 200 4915 0.016627 10.0.0.38 - - [2026-04-30 02:29:51] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 320 0.019203 10.0.0.38 - - [2026-04-30 02:29:52] "GET /virtual-machine/d8a852d6-63e5-426a-883c-7e691602ce3f HTTP/1.1" 200 1287 0.025639 10.0.0.38 - - [2026-04-30 02:29:52] "POST /neutron/port HTTP/1.1" 200 1118 0.014369 10.0.0.38 - - [2026-04-30 02:29:52] "POST /neutron/port HTTP/1.1" 200 1108 0.010562 10.0.0.38 - - [2026-04-30 02:29:52] "POST /neutron/port HTTP/1.1" 200 151 0.114432 10.0.0.38 - - [2026-04-30 02:29:54] "GET /virtual-machine/d8a852d6-63e5-426a-883c-7e691602ce3f HTTP/1.1" 404 171 0.009909 10.0.0.38 - - [2026-04-30 02:29:54] "GET /virtual-machine/d8a852d6-63e5-426a-883c-7e691602ce3f HTTP/1.1" 404 171 0.008080 10.0.0.38 - - [2026-04-30 02:29:54] "GET /virtual-machine/d8a852d6-63e5-426a-883c-7e691602ce3f HTTP/1.1" 404 171 0.010023 10.0.0.38 - - [2026-04-30 02:29:54] "POST /fqname-to-id HTTP/1.1" 403 339 0.014273 10.0.0.38 - - [2026-04-30 02:29:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002351 10.0.0.38 - - [2026-04-30 02:29:54] "GET /global-vrouter-config/b5383f3d-5f44-4c4f-8b6e-c29105899583?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003327 10.0.0.38 - - [2026-04-30 02:29:54] "GET /virtual-networks?parent_id=e85b3269-ae76-4127-8298-f06afff382c1&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.011460 10.0.0.38 - - [2026-04-30 02:29:54] "POST /fqname-to-id HTTP/1.1" 403 361 0.011519 10.0.0.38 - - [2026-04-30 02:29:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003239 10.0.0.38 - - [2026-04-30 02:29:54] "GET /routing-instance/4c836419-d00b-46d1-9e5c-3eb9a628dc88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1530 0.003202 10.0.0.38 - - [2026-04-30 02:29:54] "GET /route-target/1570275b-7dab-4688-9ee2-1c3ab0e1441a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.010625 10.0.0.38 - - [2026-04-30 02:29:54] "GET /route-target/1570275b-7dab-4688-9ee2-1c3ab0e1441a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.002953 10.0.0.38 - - [2026-04-30 02:29:54] "GET /obj-perms HTTP/1.1" 200 4915 0.010630 10.0.0.38 - - [2026-04-30 02:29:54] "GET /obj-perms HTTP/1.1" 200 4915 0.009416 10.0.0.38 - - [2026-04-30 02:29:54] "GET /obj-perms HTTP/1.1" 200 4915 0.077004 10.0.0.38 - - [2026-04-30 02:29:54] "GET /obj-perms HTTP/1.1" 200 4915 0.009543 10.0.0.38 - - [2026-04-30 02:29:54] "GET /obj-perms HTTP/1.1" 200 5020 0.003295 10.0.0.38 - - [2026-04-30 02:29:58] "GET /obj-perms HTTP/1.1" 200 5020 0.003121 10.0.0.38 - - [2026-04-30 02:30:01] "GET /obj-perms HTTP/1.1" 200 5020 0.003729 10.0.0.38 - - [2026-04-30 02:30:04] "GET /obj-perms HTTP/1.1" 200 5020 0.004173 10.0.0.38 - - [2026-04-30 02:30:07] "GET /obj-perms HTTP/1.1" 200 5020 0.004651 10.0.0.38 - - [2026-04-30 02:30:10] "GET /obj-perms HTTP/1.1" 200 5020 0.004375 10.0.0.38 - - [2026-04-30 02:30:13] "GET /obj-perms HTTP/1.1" 200 5020 0.003491 10.0.0.38 - - [2026-04-30 02:30:15] "DELETE /project/cbb67d6316a54888acbaf8507c55be6f HTTP/1.1" 404 173 0.005337 10.0.0.38 - - [2026-04-30 02:30:15] "DELETE /project/aa54a97d1d4a44be9dbbad5dfcdb7a83 HTTP/1.1" 404 173 0.004915 10.0.0.38 - - [2026-04-30 02:30:15] "DELETE /project/e85b3269ae7641278298f06afff382c1 HTTP/1.1" 404 173 0.003786 10.0.0.38 - - [2026-04-30 02:30:16] "GET /obj-perms HTTP/1.1" 200 5020 0.004244 10.0.0.38 - - [2026-04-30 02:30:19] "GET /obj-perms HTTP/1.1" 200 5020 0.012460 10.0.0.38 - - [2026-04-30 02:30:22] "GET /obj-perms HTTP/1.1" 200 5020 0.003841 10.0.0.38 - - [2026-04-30 02:30:24] "GET /obj-perms HTTP/1.1" 200 5056 0.065510 10.0.0.38 - - [2026-04-30 02:30:24] "GET /obj-perms HTTP/1.1" 200 5056 0.065555 10.0.0.38 - - [2026-04-30 02:30:25] "GET /obj-perms HTTP/1.1" 200 5020 0.003651 10.0.0.38 - - [2026-04-30 02:30:28] "GET /obj-perms HTTP/1.1" 200 5020 0.003907 10.0.0.38 - - [2026-04-30 02:30:31] "GET /obj-perms HTTP/1.1" 200 5020 0.003551 10.0.0.38 - - [2026-04-30 02:30:34] "GET /obj-perms HTTP/1.1" 200 5020 0.003783 10.0.0.38 - - [2026-04-30 02:30:37] "GET /obj-perms HTTP/1.1" 200 5020 0.003742 10.0.0.38 - - [2026-04-30 02:30:40] "GET /obj-perms HTTP/1.1" 200 5020 0.003898 10.0.0.38 - - [2026-04-30 02:30:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004508 10.0.0.38 - - [2026-04-30 02:30:40] "POST /useragent-kv HTTP/1.1" 200 115 0.003704 10.0.0.38 - - [2026-04-30 02:30:40] "POST /useragent-kv HTTP/1.1" 200 115 0.004465 10.0.0.38 - - [2026-04-30 02:30:40] "DELETE /virtual-network/e7905326-11b0-4c97-87f7-ce3b0d034a5b HTTP/1.1" 200 115 0.093017 10.0.0.38 - - [2026-04-30 02:30:40] "DELETE /route-target/1570275b-7dab-4688-9ee2-1c3ab0e1441a HTTP/1.1" 200 115 0.023340 10.0.0.38 - - [2026-04-30 02:30:40] "DELETE /api-access-list/da6be41d-d157-4e82-b978-992a196c8f4c HTTP/1.1" 200 115 0.018576 10.0.0.38 - - [2026-04-30 02:30:40] "GET /api-access-list/da6be41d-d157-4e82-b978-992a196c8f4c HTTP/1.1" 404 171 0.002254 10.0.0.38 - - [2026-04-30 02:30:40] "GET /projects?obj_uuids=e85b3269-ae76-4127-8298-f06afff382c1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001747 10.0.0.38 - - [2026-04-30 02:30:40] "GET /project/e85b3269-ae76-4127-8298-f06afff382c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.031622 10.0.0.38 - - [2026-04-30 02:30:40] "GET /projects?obj_uuids=e85b3269-ae76-4127-8298-f06afff382c1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001051 10.0.0.38 - - [2026-04-30 02:30:40] "GET /project/e85b3269-ae76-4127-8298-f06afff382c1?fields=virtual_networks HTTP/1.1" 200 1021 0.068426 10.0.0.38 - - [2026-04-30 02:30:40] "GET /projects?obj_uuids=e85b3269-ae76-4127-8298-f06afff382c1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001245 10.0.0.38 - - [2026-04-30 02:30:40] "GET /project/e85b3269-ae76-4127-8298-f06afff382c1?fields=virtual_machine_interfaces HTTP/1.1" 200 1021 0.027766 10.0.0.38 - - [2026-04-30 02:30:40] "GET /projects?obj_uuids=e85b3269-ae76-4127-8298-f06afff382c1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001013 10.0.0.38 - - [2026-04-30 02:30:40] "GET /project/e85b3269-ae76-4127-8298-f06afff382c1?fields=security_groups HTTP/1.1" 200 1242 0.027993 10.0.0.38 - - [2026-04-30 02:30:41] "GET /projects?obj_uuids=aa54a97d-1d4a-44be-9dbb-ad5dfcdb7a83&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001063 10.0.0.38 - - [2026-04-30 02:30:41] "GET /project/aa54a97d-1d4a-44be-9dbb-ad5dfcdb7a83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.025280 10.0.0.38 - - [2026-04-30 02:30:41] "GET /projects?obj_uuids=aa54a97d-1d4a-44be-9dbb-ad5dfcdb7a83&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001294 10.0.0.38 - - [2026-04-30 02:30:41] "GET /project/aa54a97d-1d4a-44be-9dbb-ad5dfcdb7a83?fields=virtual_networks HTTP/1.1" 200 1022 0.068573 10.0.0.38 - - [2026-04-30 02:30:41] "GET /projects?obj_uuids=aa54a97d-1d4a-44be-9dbb-ad5dfcdb7a83&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001313 10.0.0.38 - - [2026-04-30 02:30:41] "GET /project/aa54a97d-1d4a-44be-9dbb-ad5dfcdb7a83?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.026959 10.0.0.38 - - [2026-04-30 02:30:41] "GET /projects?obj_uuids=aa54a97d-1d4a-44be-9dbb-ad5dfcdb7a83&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001484 10.0.0.38 - - [2026-04-30 02:30:41] "GET /project/aa54a97d-1d4a-44be-9dbb-ad5dfcdb7a83?fields=security_groups HTTP/1.1" 200 1243 0.025205 10.0.0.38 - - [2026-04-30 02:30:43] "GET /api-access-list/93d765cb-3dad-40b7-a867-c96dcb0e0982?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2411 0.004424 10.0.0.38 - - [2026-04-30 02:30:43] "PUT /api-access-list/93d765cb-3dad-40b7-a867-c96dcb0e0982 HTTP/1.1" 200 264 0.009287 10.0.0.38 - - [2026-04-30 02:30:43] "GET /projects?obj_uuids=cbb67d63-16a5-4888-acba-f8507c55be6f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001038 10.0.0.38 - - [2026-04-30 02:30:43] "GET /project/cbb67d63-16a5-4888-acba-f8507c55be6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.027717 10.0.0.38 - - [2026-04-30 02:30:43] "GET /projects?obj_uuids=cbb67d63-16a5-4888-acba-f8507c55be6f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001183 10.0.0.38 - - [2026-04-30 02:30:43] "GET /project/cbb67d63-16a5-4888-acba-f8507c55be6f?fields=virtual_networks HTTP/1.1" 200 1022 0.073693 10.0.0.38 - - [2026-04-30 02:30:43] "GET /projects?obj_uuids=cbb67d63-16a5-4888-acba-f8507c55be6f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001360 10.0.0.38 - - [2026-04-30 02:30:43] "GET /project/cbb67d63-16a5-4888-acba-f8507c55be6f?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.028024 10.0.0.38 - - [2026-04-30 02:30:43] "GET /projects?obj_uuids=cbb67d63-16a5-4888-acba-f8507c55be6f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001030 10.0.0.38 - - [2026-04-30 02:30:43] "GET /project/cbb67d63-16a5-4888-acba-f8507c55be6f?fields=security_groups HTTP/1.1" 200 1243 0.027268 10.0.0.38 - - [2026-04-30 02:30:44] "POST /fqname-to-id HTTP/1.1" 404 188 0.038945 10.0.0.38 - - [2026-04-30 02:30:44] "GET /projects?obj_uuids=46df5576-969a-45e1-968b-5e0e426989e1&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002595 10.0.0.38 - - [2026-04-30 02:30:44] "GET /domains?obj_uuids=033dcabd-97df-439f-8207-51383e8b92fd&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001055 10.0.0.38 - - [2026-04-30 02:30:44] "GET /domain/033dcabd-97df-439f-8207-51383e8b92fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 926 0.007326 10.0.0.38 - - [2026-04-30 02:30:44] "POST /id-to-fqname HTTP/1.1" 200 190 0.001352 10.0.0.38 - - [2026-04-30 02:30:44] "POST /fqname-to-id HTTP/1.1" 404 199 0.005445 10.0.0.38 - - [2026-04-30 02:30:44] "POST /security-groups HTTP/1.1" 200 591 0.072466 10.0.0.38 - - [2026-04-30 02:30:44] "POST /fqname-to-id HTTP/1.1" 404 234 0.004996 10.0.0.38 - - [2026-04-30 02:30:44] "POST /projects HTTP/1.1" 200 585 0.234324 10.0.0.38 - - [2026-04-30 02:30:44] "POST /access-control-lists HTTP/1.1" 200 596 0.059694 10.0.0.38 - - [2026-04-30 02:30:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.308403 10.0.0.38 - - [2026-04-30 02:30:44] "POST /fqname-to-id HTTP/1.1" 404 233 0.003180 10.0.0.38 - - [2026-04-30 02:30:44] "GET /project/46df5576-969a-45e1-968b-5e0e426989e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.439470 10.0.0.38 - - [2026-04-30 02:30:44] "POST /access-control-lists HTTP/1.1" 200 594 0.065197 10.0.0.38 - - [2026-04-30 02:30:46] "GET / HTTP/1.1" 200 35931 0.002022 10.0.0.38 - - [2026-04-30 02:30:48] "POST /fqname-to-id HTTP/1.1" 401 292 0.000588 10.0.0.38 - - [2026-04-30 02:30:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.034116 10.0.0.38 - - [2026-04-30 02:30:48] "GET /api-access-list/93d765cb-3dad-40b7-a867-c96dcb0e0982?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.003376 10.0.0.38 - - [2026-04-30 02:30:48] "GET /api-access-list/93d765cb-3dad-40b7-a867-c96dcb0e0982?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.004270 10.0.0.38 - - [2026-04-30 02:30:48] "GET /api-access-list/93d765cb-3dad-40b7-a867-c96dcb0e0982?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.003736 10.0.0.38 - - [2026-04-30 02:30:48] "PUT /api-access-list/93d765cb-3dad-40b7-a867-c96dcb0e0982 HTTP/1.1" 200 264 0.012425 10.0.0.38 - - [2026-04-30 02:30:49] "GET /aaa-mode HTTP/1.1" 200 128 0.001442 10.0.0.38 - - [2026-04-30 02:30:49] "POST /fqname-to-id HTTP/1.1" 404 188 0.032280 10.0.0.38 - - [2026-04-30 02:30:49] "GET /projects?obj_uuids=693c5c14-0000-4b9d-bc80-90a0b10137ca&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002407 10.0.0.38 - - [2026-04-30 02:30:49] "GET /domains?obj_uuids=033dcabd-97df-439f-8207-51383e8b92fd&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001000 10.0.0.38 - - [2026-04-30 02:30:49] "GET /domain/033dcabd-97df-439f-8207-51383e8b92fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 926 0.008221 10.0.0.38 - - [2026-04-30 02:30:49] "POST /id-to-fqname HTTP/1.1" 200 190 0.001625 10.0.0.38 - - [2026-04-30 02:30:49] "POST /fqname-to-id HTTP/1.1" 404 199 0.003944 10.0.0.38 - - [2026-04-30 02:30:49] "POST /security-groups HTTP/1.1" 200 591 0.067817 10.0.0.38 - - [2026-04-30 02:30:49] "POST /fqname-to-id HTTP/1.1" 404 234 0.002613 10.0.0.38 - - [2026-04-30 02:30:49] "POST /projects HTTP/1.1" 200 585 0.215784 10.0.0.38 - - [2026-04-30 02:30:49] "POST /access-control-lists HTTP/1.1" 200 596 0.060192 10.0.0.38 - - [2026-04-30 02:30:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.298477 10.0.0.38 - - [2026-04-30 02:30:49] "POST /fqname-to-id HTTP/1.1" 404 233 0.004105 10.0.0.38 - - [2026-04-30 02:30:49] "GET /project/693c5c14-0000-4b9d-bc80-90a0b10137ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.438993 10.0.0.38 - - [2026-04-30 02:30:50] "POST /access-control-lists HTTP/1.1" 200 594 0.071892 10.0.0.38 - - [2026-04-30 02:30:50] "POST /fqname-to-id HTTP/1.1" 404 188 0.028848 10.0.0.38 - - [2026-04-30 02:30:50] "GET /projects?obj_uuids=d51c45ba-fd1f-4355-b055-42e472e49822&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003226 10.0.0.38 - - [2026-04-30 02:30:50] "GET /domains?obj_uuids=033dcabd-97df-439f-8207-51383e8b92fd&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001374 10.0.0.38 - - [2026-04-30 02:30:50] "GET /domain/033dcabd-97df-439f-8207-51383e8b92fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 926 0.009193 10.0.0.38 - - [2026-04-30 02:30:50] "POST /id-to-fqname HTTP/1.1" 200 190 0.001163 10.0.0.38 - - [2026-04-30 02:30:50] "POST /fqname-to-id HTTP/1.1" 404 199 0.005659 10.0.0.38 - - [2026-04-30 02:30:50] "POST /security-groups HTTP/1.1" 200 591 0.064213 10.0.0.38 - - [2026-04-30 02:30:50] "POST /fqname-to-id HTTP/1.1" 404 234 0.002709 10.0.0.38 - - [2026-04-30 02:30:50] "POST /projects HTTP/1.1" 200 585 0.208772 10.0.0.38 - - [2026-04-30 02:30:50] "POST /access-control-lists HTTP/1.1" 200 596 0.058195 10.0.0.38 - - [2026-04-30 02:30:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.286325 10.0.0.38 - - [2026-04-30 02:30:50] "POST /fqname-to-id HTTP/1.1" 404 233 0.003053 10.0.0.38 - - [2026-04-30 02:30:50] "GET /project/d51c45ba-fd1f-4355-b055-42e472e49822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.425736 10.0.0.38 - - [2026-04-30 02:30:50] "POST /access-control-lists HTTP/1.1" 200 594 0.066695 10.0.0.38 - - [2026-04-30 02:30:51] "GET / HTTP/1.1" 200 35931 0.002579 10.0.0.38 - - [2026-04-30 02:30:52] "GET / HTTP/1.1" 200 35931 0.001451 10.0.0.38 - - [2026-04-30 02:30:52] "POST /fqname-to-id HTTP/1.1" 404 183 0.002606 10.0.0.38 - - [2026-04-30 02:30:52] "POST /api-access-lists HTTP/1.1" 200 521 0.014294 10.0.0.38 - - [2026-04-30 02:30:52] "GET /api-access-list/bfd99895-fdc6-4704-bd8c-5bd212490d62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1289 0.005323 10.0.0.38 - - [2026-04-30 02:30:52] "GET /api-access-list/bfd99895-fdc6-4704-bd8c-5bd212490d62 HTTP/1.1" 401 292 0.000506 10.0.0.38 - - [2026-04-30 02:30:53] "GET /api-access-list/bfd99895-fdc6-4704-bd8c-5bd212490d62 HTTP/1.1" 200 1289 0.070900 10.0.0.38 - - [2026-04-30 02:30:53] "POST /fqname-to-id HTTP/1.1" 401 292 0.000609 10.0.0.38 - - [2026-04-30 02:30:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.042091 10.0.0.38 - - [2026-04-30 02:30:53] "GET /projects?obj_uuids=693c5c14-0000-4b9d-bc80-90a0b10137ca&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001642 10.0.0.38 - - [2026-04-30 02:30:53] "GET /project/693c5c14-0000-4b9d-bc80-90a0b10137ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.039805 10.0.0.38 - - [2026-04-30 02:30:53] "GET /virtual-networks?parent_id=693c5c14-0000-4b9d-bc80-90a0b10137ca&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.013695 10.0.0.38 - - [2026-04-30 02:30:53] "POST /virtual-networks HTTP/1.1" 200 583 0.056097 10.0.0.38 - - [2026-04-30 02:30:53] "POST /route-targets HTTP/1.1" 200 327 0.011061 10.0.0.38 - - [2026-04-30 02:30:53] "POST /ref-update HTTP/1.1" 200 156 0.015263 10.0.0.38 - - [2026-04-30 02:30:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.014811 10.0.0.38 - - [2026-04-30 02:30:53] "GET /network-ipam/f8baf4ba-def0-4b42-9988-99fb5d8b8c20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.011793 10.0.0.38 - - [2026-04-30 02:30:54] "POST /useragent-kv HTTP/1.1" 200 115 0.040602 10.0.0.38 - - [2026-04-30 02:30:54] "POST /ref-update HTTP/1.1" 200 156 0.090185 10.0.0.38 - - [2026-04-30 02:30:54] "POST /neutron/network HTTP/1.1" 200 846 0.055400 10.0.0.38 - - [2026-04-30 02:30:54] "POST /neutron/network HTTP/1.1" 200 846 0.020669 10.0.0.38 - - [2026-04-30 02:30:54] "GET /virtual-network/34ab8b04-a88b-4659-ba6a-330169329550?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2007 0.016151 10.0.0.38 - - [2026-04-30 02:30:54] "POST /neutron/network HTTP/1.1" 200 846 0.023847 10.0.0.38 - - [2026-04-30 02:30:54] "POST /neutron/subnet HTTP/1.1" 200 669 0.032347 10.0.0.38 - - [2026-04-30 02:30:54] "POST /fqname-to-id HTTP/1.1" 401 292 0.000517 10.0.0.38 - - [2026-04-30 02:30:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.042829 10.0.0.38 - - [2026-04-30 02:30:54] "GET /projects?obj_uuids=d51c45ba-fd1f-4355-b055-42e472e49822&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001568 10.0.0.38 - - [2026-04-30 02:30:54] "GET /project/d51c45ba-fd1f-4355-b055-42e472e49822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.042461 10.0.0.38 - - [2026-04-30 02:30:54] "GET /virtual-networks?parent_id=d51c45ba-fd1f-4355-b055-42e472e49822&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010149 10.0.0.38 - - [2026-04-30 02:30:54] "POST /virtual-networks HTTP/1.1" 200 583 0.061688 10.0.0.38 - - [2026-04-30 02:30:54] "POST /route-targets HTTP/1.1" 200 327 0.011045 10.0.0.38 - - [2026-04-30 02:30:54] "POST /ref-update HTTP/1.1" 200 156 0.019153 10.0.0.38 - - [2026-04-30 02:30:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.022600 10.0.0.38 - - [2026-04-30 02:30:55] "GET /network-ipam/f8baf4ba-def0-4b42-9988-99fb5d8b8c20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.012681 10.0.0.38 - - [2026-04-30 02:30:55] "POST /useragent-kv HTTP/1.1" 200 115 0.008330 10.0.0.38 - - [2026-04-30 02:30:55] "POST /ref-update HTTP/1.1" 200 156 0.062326 10.0.0.38 - - [2026-04-30 02:30:55] "POST /neutron/network HTTP/1.1" 200 849 0.055150 10.0.0.38 - - [2026-04-30 02:30:55] "POST /neutron/network HTTP/1.1" 200 849 0.022821 10.0.0.38 - - [2026-04-30 02:30:55] "GET /virtual-network/3c52c560-c804-4768-8bea-807c00ec0b62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.016525 10.0.0.38 - - [2026-04-30 02:30:55] "POST /neutron/network HTTP/1.1" 200 849 0.020290 10.0.0.38 - - [2026-04-30 02:30:55] "POST /neutron/subnet HTTP/1.1" 200 681 0.030884 10.0.0.38 - - [2026-04-30 02:30:55] "GET /virtual-network/34ab8b04-a88b-4659-ba6a-330169329550 HTTP/1.1" 401 292 0.000460 10.0.0.38 - - [2026-04-30 02:30:55] "GET /virtual-network/34ab8b04-a88b-4659-ba6a-330169329550 HTTP/1.1" 200 2307 0.048401 10.0.0.38 - - [2026-04-30 02:30:55] "GET /virtual-network/34ab8b04-a88b-4659-ba6a-330169329550 HTTP/1.1" 401 292 0.000421 10.0.0.38 - - [2026-04-30 02:30:56] "GET /virtual-network/34ab8b04-a88b-4659-ba6a-330169329550 HTTP/1.1" 403 376 0.037515 10.0.0.38 - - [2026-04-30 02:30:56] "GET /virtual-network/34ab8b04-a88b-4659-ba6a-330169329550 HTTP/1.1" 200 2307 0.004694 10.0.0.38 - - [2026-04-30 02:30:56] "GET /virtual-networks HTTP/1.1" 200 371 0.017726 10.0.0.38 - - [2026-04-30 02:30:56] "GET /virtual-networks HTTP/1.1" 200 371 0.019184 10.0.0.38 - - [2026-04-30 02:30:56] "GET /obj-perms HTTP/1.1" 403 257 0.041309 10.0.0.38 - - [2026-04-30 02:30:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002426 10.0.0.38 - - [2026-04-30 02:30:56] "GET /virtual-network/34ab8b04-a88b-4659-ba6a-330169329550?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2007 0.014324 10.0.0.38 - - [2026-04-30 02:30:57] "GET /obj-perms HTTP/1.1" 403 257 0.041971 10.0.0.38 - - [2026-04-30 02:30:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003284 10.0.0.38 - - [2026-04-30 02:30:57] "GET /virtual-network/34ab8b04-a88b-4659-ba6a-330169329550?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.009952 10.0.0.38 - - [2026-04-30 02:30:57] "GET /obj-perms HTTP/1.1" 200 5030 0.078842 10.0.0.38 - - [2026-04-30 02:30:57] "GET /obj-perms HTTP/1.1" 403 257 0.008962 10.0.0.38 - - [2026-04-30 02:30:57] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.019022 10.0.0.38 - - [2026-04-30 02:30:57] "GET /obj-perms HTTP/1.1" 403 257 0.007505 10.0.0.38 - - [2026-04-30 02:30:57] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.017854 10.0.0.38 - - [2026-04-30 02:30:57] "GET /obj-perms HTTP/1.1" 200 5030 0.003466 10.0.0.38 - - [2026-04-30 02:30:57] "PUT /virtual-network/34ab8b04-a88b-4659-ba6a-330169329550 HTTP/1.1" 200 264 0.032997 10.0.0.38 - - [2026-04-30 02:30:57] "GET /virtual-networks HTTP/1.1" 200 132 0.021183 10.0.0.38 - - [2026-04-30 02:30:57] "GET /virtual-networks HTTP/1.1" 200 611 0.019224 10.0.0.38 - - [2026-04-30 02:30:57] "GET /virtual-networks HTTP/1.1" 200 1429 0.002627 10.0.0.38 - - [2026-04-30 02:30:57] "GET /obj-perms HTTP/1.1" 403 257 0.015588 10.0.0.38 - - [2026-04-30 02:30:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003669 10.0.0.38 - - [2026-04-30 02:30:57] "GET /virtual-network/34ab8b04-a88b-4659-ba6a-330169329550?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.009326 10.0.0.38 - - [2026-04-30 02:30:58] "GET /obj-perms HTTP/1.1" 403 257 0.045964 10.0.0.38 - - [2026-04-30 02:30:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003174 10.0.0.38 - - [2026-04-30 02:30:58] "GET /virtual-network/34ab8b04-a88b-4659-ba6a-330169329550?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.010520 10.0.0.38 - - [2026-04-30 02:30:58] "GET /obj-perms HTTP/1.1" 403 257 0.008334 10.0.0.38 - - [2026-04-30 02:30:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002924 10.0.0.38 - - [2026-04-30 02:30:58] "GET /virtual-network/34ab8b04-a88b-4659-ba6a-330169329550?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.016966 10.0.0.38 - - [2026-04-30 02:30:58] "GET /obj-perms HTTP/1.1" 200 5030 0.003453 10.0.0.38 - - [2026-04-30 02:30:58] "GET /obj-perms HTTP/1.1" 403 257 0.008651 10.0.0.38 - - [2026-04-30 02:30:58] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 132 0.019286 10.0.0.38 - - [2026-04-30 02:30:58] "GET /obj-perms HTTP/1.1" 403 257 0.007776 10.0.0.38 - - [2026-04-30 02:30:58] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 611 0.019866 10.0.0.38 - - [2026-04-30 02:30:58] "GET /obj-perms HTTP/1.1" 200 5030 0.003357 10.0.0.38 - - [2026-04-30 02:30:59] "PUT /virtual-network/34ab8b04-a88b-4659-ba6a-330169329550 HTTP/1.1" 200 264 0.030943 10.0.0.38 - - [2026-04-30 02:30:59] "POST /useragent-kv HTTP/1.1" 200 115 0.002614 10.0.0.38 - - [2026-04-30 02:30:59] "POST /useragent-kv HTTP/1.1" 200 115 0.007473 10.0.0.38 - - [2026-04-30 02:30:59] "DELETE /virtual-network/3c52c560-c804-4768-8bea-807c00ec0b62 HTTP/1.1" 200 115 0.086683 10.0.0.38 - - [2026-04-30 02:30:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.033533 10.0.0.38 - - [2026-04-30 02:30:59] "DELETE /route-target/9c1f82a3-1300-4a33-aa03-e8fbb1a1282b HTTP/1.1" 200 115 0.020302 10.0.0.38 - - [2026-04-30 02:30:59] "POST /useragent-kv HTTP/1.1" 200 115 0.004541 10.0.0.38 - - [2026-04-30 02:30:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.005143 10.0.0.38 - - [2026-04-30 02:30:59] "POST /useragent-kv HTTP/1.1" 200 115 0.001947 10.0.0.38 - - [2026-04-30 02:30:59] "DELETE /virtual-network/34ab8b04-a88b-4659-ba6a-330169329550 HTTP/1.1" 200 115 0.094274 10.0.0.38 - - [2026-04-30 02:30:59] "DELETE /route-target/c8f01548-d2dc-49b7-b5d9-1312b41b8f02 HTTP/1.1" 200 115 0.022257 10.0.0.38 - - [2026-04-30 02:30:59] "DELETE /api-access-list/bfd99895-fdc6-4704-bd8c-5bd212490d62 HTTP/1.1" 200 115 0.031343 10.0.0.38 - - [2026-04-30 02:30:59] "GET /api-access-list/bfd99895-fdc6-4704-bd8c-5bd212490d62 HTTP/1.1" 404 171 0.002661 10.0.0.38 - - [2026-04-30 02:30:59] "GET /projects?obj_uuids=d51c45ba-fd1f-4355-b055-42e472e49822&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001237 10.0.0.38 - - [2026-04-30 02:30:59] "GET /project/d51c45ba-fd1f-4355-b055-42e472e49822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.030675 10.0.0.38 - - [2026-04-30 02:30:59] "GET /projects?obj_uuids=d51c45ba-fd1f-4355-b055-42e472e49822&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001533 10.0.0.38 - - [2026-04-30 02:30:59] "GET /project/d51c45ba-fd1f-4355-b055-42e472e49822?fields=virtual_networks HTTP/1.1" 200 1032 0.071380 10.0.0.38 - - [2026-04-30 02:30:59] "GET /projects?obj_uuids=d51c45ba-fd1f-4355-b055-42e472e49822&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001225 10.0.0.38 - - [2026-04-30 02:30:59] "GET /project/d51c45ba-fd1f-4355-b055-42e472e49822?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.028821 10.0.0.38 - - [2026-04-30 02:30:59] "GET /projects?obj_uuids=d51c45ba-fd1f-4355-b055-42e472e49822&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001218 10.0.0.38 - - [2026-04-30 02:30:59] "GET /project/d51c45ba-fd1f-4355-b055-42e472e49822?fields=security_groups HTTP/1.1" 200 1258 0.028056 10.0.0.38 - - [2026-04-30 02:31:00] "GET /projects?obj_uuids=693c5c14-0000-4b9d-bc80-90a0b10137ca&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001233 10.0.0.38 - - [2026-04-30 02:31:00] "GET /project/693c5c14-0000-4b9d-bc80-90a0b10137ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.036005 10.0.0.38 - - [2026-04-30 02:31:00] "GET /projects?obj_uuids=693c5c14-0000-4b9d-bc80-90a0b10137ca&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001336 10.0.0.38 - - [2026-04-30 02:31:00] "GET /project/693c5c14-0000-4b9d-bc80-90a0b10137ca?fields=virtual_networks HTTP/1.1" 200 1031 0.073814 10.0.0.38 - - [2026-04-30 02:31:00] "GET /projects?obj_uuids=693c5c14-0000-4b9d-bc80-90a0b10137ca&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001277 10.0.0.38 - - [2026-04-30 02:31:00] "GET /project/693c5c14-0000-4b9d-bc80-90a0b10137ca?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.027091 10.0.0.38 - - [2026-04-30 02:31:00] "GET /projects?obj_uuids=693c5c14-0000-4b9d-bc80-90a0b10137ca&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001343 10.0.0.38 - - [2026-04-30 02:31:00] "GET /project/693c5c14-0000-4b9d-bc80-90a0b10137ca?fields=security_groups HTTP/1.1" 200 1257 0.037161 10.0.0.38 - - [2026-04-30 02:31:01] "GET /aaa-mode HTTP/1.1" 200 128 0.001731 10.0.0.38 - - [2026-04-30 02:31:02] "GET / HTTP/1.1" 200 35931 0.002599 10.0.0.38 - - [2026-04-30 02:31:03] "GET / HTTP/1.1" 200 35931 0.001966 10.0.0.38 - - [2026-04-30 02:31:03] "POST /fqname-to-id HTTP/1.1" 401 292 0.000696 10.0.0.38 - - [2026-04-30 02:31:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.091003 10.0.0.38 - - [2026-04-30 02:31:04] "GET /projects?obj_uuids=46df5576-969a-45e1-968b-5e0e426989e1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001119 10.0.0.38 - - [2026-04-30 02:31:04] "GET /project/46df5576-969a-45e1-968b-5e0e426989e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.037985 10.0.0.38 - - [2026-04-30 02:31:04] "GET /virtual-networks?parent_id=46df5576-969a-45e1-968b-5e0e426989e1&detail=False&count=False&shared=False HTTP/1.1" 403 263 0.009201 10.0.0.38 - - [2026-04-30 02:31:04] "POST /fqname-to-id HTTP/1.1" 404 197 0.012067 10.0.0.38 - - [2026-04-30 02:31:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.011518 10.0.0.38 - - [2026-04-30 02:31:04] "GET /domains?obj_uuids=033dcabd-97df-439f-8207-51383e8b92fd&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001236 10.0.0.38 - - [2026-04-30 02:31:04] "GET /domain/033dcabd-97df-439f-8207-51383e8b92fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 891 0.015608 10.0.0.38 - - [2026-04-30 02:31:04] "POST /service-templates HTTP/1.1" 403 264 0.010504 10.0.0.38 - - [2026-04-30 02:31:04] "POST /fqname-to-id HTTP/1.1" 404 215 0.003492 10.0.0.38 - - [2026-04-30 02:31:04] "POST /api-access-lists HTTP/1.1" 200 555 0.020442 10.0.0.38 - - [2026-04-30 02:31:04] "GET /api-access-list/4ca3050b-d0b5-46a7-98e6-64f4e9cc309e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1322 0.005813 10.0.0.38 - - [2026-04-30 02:31:04] "GET /api-access-list/4ca3050b-d0b5-46a7-98e6-64f4e9cc309e HTTP/1.1" 200 1322 0.006933 10.0.0.38 - - [2026-04-30 02:31:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.013486 10.0.0.38 - - [2026-04-30 02:31:04] "GET /projects?obj_uuids=46df5576-969a-45e1-968b-5e0e426989e1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001365 10.0.0.38 - - [2026-04-30 02:31:04] "GET /project/46df5576-969a-45e1-968b-5e0e426989e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.049947 10.0.0.38 - - [2026-04-30 02:31:04] "GET /virtual-networks?parent_id=46df5576-969a-45e1-968b-5e0e426989e1&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.016372 10.0.0.38 - - [2026-04-30 02:31:04] "POST /virtual-networks HTTP/1.1" 200 583 0.066080 10.0.0.38 - - [2026-04-30 02:31:04] "POST /route-targets HTTP/1.1" 200 327 0.015683 10.0.0.38 - - [2026-04-30 02:31:04] "POST /ref-update HTTP/1.1" 200 156 0.016526 10.0.0.38 - - [2026-04-30 02:31:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.021522 10.0.0.38 - - [2026-04-30 02:31:04] "GET /network-ipam/f8baf4ba-def0-4b42-9988-99fb5d8b8c20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.012393 10.0.0.38 - - [2026-04-30 02:31:05] "POST /useragent-kv HTTP/1.1" 200 115 0.003687 10.0.0.38 - - [2026-04-30 02:31:05] "POST /ref-update HTTP/1.1" 200 156 0.055331 10.0.0.38 - - [2026-04-30 02:31:05] "POST /neutron/network HTTP/1.1" 200 848 0.052907 10.0.0.38 - - [2026-04-30 02:31:05] "POST /neutron/network HTTP/1.1" 200 848 0.034054 10.0.0.38 - - [2026-04-30 02:31:05] "GET /virtual-network/501a8a8d-8c71-4d1f-8fce-82e7f2bf5294?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.021052 10.0.0.38 - - [2026-04-30 02:31:05] "POST /neutron/network HTTP/1.1" 200 848 0.021503 10.0.0.38 - - [2026-04-30 02:31:05] "POST /neutron/subnet HTTP/1.1" 200 679 0.030221 10.0.0.38 - - [2026-04-30 02:31:05] "POST /neutron/network HTTP/1.1" 200 848 0.075672 10.0.0.38 - - [2026-04-30 02:31:05] "GET /virtual-network/501a8a8d-8c71-4d1f-8fce-82e7f2bf5294?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007336 10.0.0.38 - - [2026-04-30 02:31:05] "GET /network-ipam/f8baf4ba-def0-4b42-9988-99fb5d8b8c20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.004801 10.0.0.38 - - [2026-04-30 02:31:05] "GET /domains HTTP/1.1" 200 280 0.002781 10.0.0.38 - - [2026-04-30 02:31:05] "GET /domains?obj_uuids=033dcabd-97df-439f-8207-51383e8b92fd&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001123 10.0.0.38 - - [2026-04-30 02:31:05] "GET /domain/033dcabd-97df-439f-8207-51383e8b92fd HTTP/1.1" 200 3486 0.008069 10.0.0.38 - - [2026-04-30 02:31:05] "GET /projects?obj_uuids=46df5576-969a-45e1-968b-5e0e426989e1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001211 10.0.0.38 - - [2026-04-30 02:31:05] "GET /project/46df5576-969a-45e1-968b-5e0e426989e1 HTTP/1.1" 200 2351 0.077123 10.0.0.38 - - [2026-04-30 02:31:05] "GET /virtual-network/501a8a8d-8c71-4d1f-8fce-82e7f2bf5294 HTTP/1.1" 200 2313 0.009126 10.0.0.38 - - [2026-04-30 02:31:05] "GET /virtual-network/501a8a8d-8c71-4d1f-8fce-82e7f2bf5294 HTTP/1.1" 200 2313 0.005613 10.0.0.38 - - [2026-04-30 02:31:05] "GET /routing-instance/c3ea5082-208e-45f5-984e-491f05c1da47 HTTP/1.1" 200 1556 0.005386 10.0.0.38 - - [2026-04-30 02:31:05] "GET /routing-instance/c3ea5082-208e-45f5-984e-491f05c1da47 HTTP/1.1" 200 1556 0.004948 10.0.0.38 - - [2026-04-30 02:31:05] "GET /route-target/e18e9fec-0a0e-4154-ad21-def1cf3f2389 HTTP/1.1" 200 1245 0.006505 10.0.0.38 - - [2026-04-30 02:31:05] "GET /virtual-network/501a8a8d-8c71-4d1f-8fce-82e7f2bf5294 HTTP/1.1" 200 2313 0.006449 10.0.0.38 - - [2026-04-30 02:31:05] "GET /routing-instance/c3ea5082-208e-45f5-984e-491f05c1da47 HTTP/1.1" 200 1556 0.004159 10.0.0.38 - - [2026-04-30 02:31:05] "GET /virtual-network/501a8a8d-8c71-4d1f-8fce-82e7f2bf5294?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005888 10.0.0.38 - - [2026-04-30 02:31:05] "GET /virtual-network/501a8a8d-8c71-4d1f-8fce-82e7f2bf5294 HTTP/1.1" 200 2313 0.009166 10.0.0.38 - - [2026-04-30 02:31:05] "GET /routing-instance/c3ea5082-208e-45f5-984e-491f05c1da47 HTTP/1.1" 200 1556 0.004280 10.0.0.38 - - [2026-04-30 02:31:05] "GET /routing-instance/c3ea5082-208e-45f5-984e-491f05c1da47 HTTP/1.1" 200 1556 0.004201 10.0.0.38 - - [2026-04-30 02:31:05] "GET /route-target/e18e9fec-0a0e-4154-ad21-def1cf3f2389 HTTP/1.1" 200 1245 0.004126 10.0.0.38 - - [2026-04-30 02:31:05] "GET /domains HTTP/1.1" 200 280 0.002986 10.0.0.38 - - [2026-04-30 02:31:05] "GET /domains?obj_uuids=033dcabd-97df-439f-8207-51383e8b92fd&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002947 10.0.0.38 - - [2026-04-30 02:31:05] "GET /domain/033dcabd-97df-439f-8207-51383e8b92fd HTTP/1.1" 200 3486 0.009702 10.0.0.38 - - [2026-04-30 02:31:05] "GET /projects?obj_uuids=46df5576-969a-45e1-968b-5e0e426989e1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001161 10.0.0.38 - - [2026-04-30 02:31:05] "GET /project/46df5576-969a-45e1-968b-5e0e426989e1 HTTP/1.1" 200 2351 0.074104 10.0.0.38 - - [2026-04-30 02:31:05] "GET /virtual-network/501a8a8d-8c71-4d1f-8fce-82e7f2bf5294 HTTP/1.1" 200 2313 0.012829 10.0.0.38 - - [2026-04-30 02:31:05] "GET /obj-perms HTTP/1.1" 200 5030 0.004764 10.0.0.38 - - [2026-04-30 02:31:05] "POST /fqname-to-id HTTP/1.1" 404 197 0.009414 10.0.0.38 - - [2026-04-30 02:31:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.010546 10.0.0.38 - - [2026-04-30 02:31:05] "GET /domains?obj_uuids=033dcabd-97df-439f-8207-51383e8b92fd&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001555 10.0.0.38 - - [2026-04-30 02:31:05] "GET /domain/033dcabd-97df-439f-8207-51383e8b92fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 891 0.018015 10.0.0.38 - - [2026-04-30 02:31:05] "POST /service-templates HTTP/1.1" 403 264 0.009397 10.0.0.38 - - [2026-04-30 02:31:06] "POST /fqname-to-id HTTP/1.1" 404 183 0.003009 10.0.0.38 - - [2026-04-30 02:31:06] "POST /api-access-lists HTTP/1.1" 200 521 0.015380 10.0.0.38 - - [2026-04-30 02:31:06] "GET /api-access-list/3442db14-e933-43f8-aedd-0e5adc89fa00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1289 0.006069 10.0.0.38 - - [2026-04-30 02:31:06] "GET /api-access-list/3442db14-e933-43f8-aedd-0e5adc89fa00 HTTP/1.1" 200 1289 0.004507 10.0.0.38 - - [2026-04-30 02:31:06] "POST /fqname-to-id HTTP/1.1" 404 197 0.017192 10.0.0.38 - - [2026-04-30 02:31:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.014023 10.0.0.38 - - [2026-04-30 02:31:06] "GET /domains?obj_uuids=033dcabd-97df-439f-8207-51383e8b92fd&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001471 10.0.0.38 - - [2026-04-30 02:31:06] "GET /domain/033dcabd-97df-439f-8207-51383e8b92fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 891 0.018896 10.0.0.38 - - [2026-04-30 02:31:06] "POST /service-templates HTTP/1.1" 200 551 0.049938 10.0.0.38 - - [2026-04-30 02:31:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.014022 10.0.0.38 - - [2026-04-30 02:31:06] "GET /service-template/b7be15f2-759c-42b4-9e74-6ac9612cece5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1854 0.016015 10.0.0.38 - - [2026-04-30 02:31:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.011674 10.0.0.38 - - [2026-04-30 02:31:06] "GET /service-template/b7be15f2-759c-42b4-9e74-6ac9612cece5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1854 0.012468 10.0.0.38 - - [2026-04-30 02:31:06] "GET /virtual-network/501a8a8d-8c71-4d1f-8fce-82e7f2bf5294 HTTP/1.1" 401 292 0.000755 10.0.0.38 - - [2026-04-30 02:31:06] "GET /virtual-network/501a8a8d-8c71-4d1f-8fce-82e7f2bf5294 HTTP/1.1" 403 263 0.049162 10.0.0.38 - - [2026-04-30 02:31:07] "GET /service-template/b7be15f2-759c-42b4-9e74-6ac9612cece5 HTTP/1.1" 403 264 0.013828 10.0.0.38 - - [2026-04-30 02:31:07] "GET /service-template/b7be15f2-759c-42b4-9e74-6ac9612cece5 HTTP/1.1" 403 264 0.051003 10.0.0.38 - - [2026-04-30 02:31:07] "GET /obj-perms HTTP/1.1" 403 257 0.043835 10.0.0.38 - - [2026-04-30 02:31:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002854 10.0.0.38 - - [2026-04-30 02:31:07] "GET /virtual-network/501a8a8d-8c71-4d1f-8fce-82e7f2bf5294?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.012988 10.0.0.38 - - [2026-04-30 02:31:07] "GET /obj-perms HTTP/1.1" 403 257 0.009432 10.0.0.38 - - [2026-04-30 02:31:07] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.008919 10.0.0.38 - - [2026-04-30 02:31:07] "GET /api-access-list/4ca3050b-d0b5-46a7-98e6-64f4e9cc309e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1322 0.003498 10.0.0.38 - - [2026-04-30 02:31:07] "PUT /api-access-list/4ca3050b-d0b5-46a7-98e6-64f4e9cc309e HTTP/1.1" 200 264 0.008666 10.0.0.38 - - [2026-04-30 02:31:08] "GET /api-access-list/4ca3050b-d0b5-46a7-98e6-64f4e9cc309e HTTP/1.1" 200 1459 0.003859 10.0.0.38 - - [2026-04-30 02:31:08] "GET /virtual-network/501a8a8d-8c71-4d1f-8fce-82e7f2bf5294 HTTP/1.1" 200 2313 0.015725 10.0.0.38 - - [2026-04-30 02:31:08] "POST /fqname-to-id HTTP/1.1" 401 292 0.000512 10.0.0.38 - - [2026-04-30 02:31:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.050813 10.0.0.38 - - [2026-04-30 02:31:08] "GET /projects?obj_uuids=46df5576-969a-45e1-968b-5e0e426989e1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001169 10.0.0.38 - - [2026-04-30 02:31:08] "GET /project/46df5576-969a-45e1-968b-5e0e426989e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.046601 10.0.0.38 - - [2026-04-30 02:31:08] "GET /virtual-networks?parent_id=46df5576-969a-45e1-968b-5e0e426989e1&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.019080 10.0.0.38 - - [2026-04-30 02:31:08] "POST /virtual-networks HTTP/1.1" 403 263 0.010879 10.0.0.38 - - [2026-04-30 02:31:08] "GET /service-template/b7be15f2-759c-42b4-9e74-6ac9612cece5 HTTP/1.1" 403 264 0.010458 10.0.0.38 - - [2026-04-30 02:31:09] "GET /service-template/b7be15f2-759c-42b4-9e74-6ac9612cece5 HTTP/1.1" 403 264 0.046307 10.0.0.38 - - [2026-04-30 02:31:09] "GET /obj-perms HTTP/1.1" 403 257 0.010900 10.0.0.38 - - [2026-04-30 02:31:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003878 10.0.0.38 - - [2026-04-30 02:31:09] "GET /virtual-network/501a8a8d-8c71-4d1f-8fce-82e7f2bf5294?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.016257 10.0.0.38 - - [2026-04-30 02:31:09] "GET /obj-perms HTTP/1.1" 403 257 0.010866 10.0.0.38 - - [2026-04-30 02:31:09] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.023575 10.0.0.38 - - [2026-04-30 02:31:09] "GET /api-access-list/3442db14-e933-43f8-aedd-0e5adc89fa00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1289 0.004065 10.0.0.38 - - [2026-04-30 02:31:09] "PUT /api-access-list/3442db14-e933-43f8-aedd-0e5adc89fa00 HTTP/1.1" 200 264 0.010688 10.0.0.38 - - [2026-04-30 02:31:09] "GET /api-access-list/3442db14-e933-43f8-aedd-0e5adc89fa00 HTTP/1.1" 200 1427 0.003766 10.0.0.38 - - [2026-04-30 02:31:09] "GET /service-template/b7be15f2-759c-42b4-9e74-6ac9612cece5 HTTP/1.1" 200 1854 0.016079 10.0.0.38 - - [2026-04-30 02:31:09] "POST /fqname-to-id HTTP/1.1" 404 197 0.010547 10.0.0.38 - - [2026-04-30 02:31:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.011081 10.0.0.38 - - [2026-04-30 02:31:09] "GET /domains?obj_uuids=033dcabd-97df-439f-8207-51383e8b92fd&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001723 10.0.0.38 - - [2026-04-30 02:31:09] "GET /domain/033dcabd-97df-439f-8207-51383e8b92fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 891 0.019108 10.0.0.38 - - [2026-04-30 02:31:09] "POST /service-templates HTTP/1.1" 403 264 0.009839 10.0.0.38 - - [2026-04-30 02:31:09] "GET /api-access-list/4ca3050b-d0b5-46a7-98e6-64f4e9cc309e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1459 0.005534 10.0.0.38 - - [2026-04-30 02:31:09] "PUT /api-access-list/4ca3050b-d0b5-46a7-98e6-64f4e9cc309e HTTP/1.1" 200 264 0.010884 10.0.0.38 - - [2026-04-30 02:31:09] "GET /api-access-list/4ca3050b-d0b5-46a7-98e6-64f4e9cc309e HTTP/1.1" 200 1322 0.004599 10.0.0.38 - - [2026-04-30 02:31:09] "GET /api-access-list/3442db14-e933-43f8-aedd-0e5adc89fa00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.004034 10.0.0.38 - - [2026-04-30 02:31:09] "PUT /api-access-list/3442db14-e933-43f8-aedd-0e5adc89fa00 HTTP/1.1" 200 264 0.021012 10.0.0.38 - - [2026-04-30 02:31:09] "GET /api-access-list/3442db14-e933-43f8-aedd-0e5adc89fa00 HTTP/1.1" 200 1289 0.004842 10.0.0.38 - - [2026-04-30 02:31:09] "GET /virtual-network/501a8a8d-8c71-4d1f-8fce-82e7f2bf5294 HTTP/1.1" 403 263 0.012024 10.0.0.38 - - [2026-04-30 02:31:10] "GET /virtual-network/501a8a8d-8c71-4d1f-8fce-82e7f2bf5294 HTTP/1.1" 403 263 0.051838 10.0.0.38 - - [2026-04-30 02:31:10] "GET /service-template/b7be15f2-759c-42b4-9e74-6ac9612cece5 HTTP/1.1" 403 264 0.009949 10.0.0.38 - - [2026-04-30 02:31:10] "GET /service-template/b7be15f2-759c-42b4-9e74-6ac9612cece5 HTTP/1.1" 403 264 0.046317 10.0.0.38 - - [2026-04-30 02:31:10] "GET /obj-perms HTTP/1.1" 403 257 0.010678 10.0.0.38 - - [2026-04-30 02:31:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003614 10.0.0.38 - - [2026-04-30 02:31:10] "GET /virtual-network/501a8a8d-8c71-4d1f-8fce-82e7f2bf5294?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.012974 10.0.0.38 - - [2026-04-30 02:31:11] "GET /obj-perms HTTP/1.1" 403 257 0.041553 10.0.0.38 - - [2026-04-30 02:31:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003049 10.0.0.38 - - [2026-04-30 02:31:11] "GET /virtual-network/501a8a8d-8c71-4d1f-8fce-82e7f2bf5294?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.012488 10.0.0.38 - - [2026-04-30 02:31:11] "GET /obj-perms HTTP/1.1" 403 257 0.010015 10.0.0.38 - - [2026-04-30 02:31:11] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.017077 10.0.0.38 - - [2026-04-30 02:31:11] "GET /api-access-list/93d765cb-3dad-40b7-a867-c96dcb0e0982?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2411 0.003808 10.0.0.38 - - [2026-04-30 02:31:11] "PUT /api-access-list/93d765cb-3dad-40b7-a867-c96dcb0e0982 HTTP/1.1" 200 264 0.011438 10.0.0.38 - - [2026-04-30 02:31:11] "GET /service-template/b7be15f2-759c-42b4-9e74-6ac9612cece5 HTTP/1.1" 200 1854 0.011772 10.0.0.38 - - [2026-04-30 02:31:11] "GET /virtual-network/501a8a8d-8c71-4d1f-8fce-82e7f2bf5294 HTTP/1.1" 200 2313 0.018293 10.0.0.38 - - [2026-04-30 02:31:11] "GET /obj-perms HTTP/1.1" 403 257 0.009824 10.0.0.38 - - [2026-04-30 02:31:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003294 10.0.0.38 - - [2026-04-30 02:31:11] "GET /virtual-network/501a8a8d-8c71-4d1f-8fce-82e7f2bf5294?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.019268 10.0.0.38 - - [2026-04-30 02:31:11] "GET /obj-perms HTTP/1.1" 403 257 0.011159 10.0.0.38 - - [2026-04-30 02:31:11] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.020517 10.0.0.38 - - [2026-04-30 02:31:11] "DELETE /api-access-list/4ca3050b-d0b5-46a7-98e6-64f4e9cc309e HTTP/1.1" 200 115 0.024732 10.0.0.38 - - [2026-04-30 02:31:11] "GET /api-access-list/4ca3050b-d0b5-46a7-98e6-64f4e9cc309e HTTP/1.1" 404 171 0.002408 10.0.0.38 - - [2026-04-30 02:31:11] "DELETE /api-access-list/3442db14-e933-43f8-aedd-0e5adc89fa00 HTTP/1.1" 200 115 0.018170 10.0.0.38 - - [2026-04-30 02:31:11] "GET /api-access-list/3442db14-e933-43f8-aedd-0e5adc89fa00 HTTP/1.1" 404 171 0.002726 10.0.0.38 - - [2026-04-30 02:31:11] "GET /virtual-network/501a8a8d-8c71-4d1f-8fce-82e7f2bf5294 HTTP/1.1" 401 292 0.000418 10.0.0.38 - - [2026-04-30 02:31:12] "GET /virtual-network/501a8a8d-8c71-4d1f-8fce-82e7f2bf5294 HTTP/1.1" 403 263 0.042657 10.0.0.38 - - [2026-04-30 02:31:12] "GET /service-template/b7be15f2-759c-42b4-9e74-6ac9612cece5 HTTP/1.1" 403 264 0.006960 10.0.0.38 - - [2026-04-30 02:31:12] "GET /service-template/b7be15f2-759c-42b4-9e74-6ac9612cece5 HTTP/1.1" 403 264 0.042547 10.0.0.38 - - [2026-04-30 02:31:12] "GET /obj-perms HTTP/1.1" 403 257 0.035619 10.0.0.38 - - [2026-04-30 02:31:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004186 10.0.0.38 - - [2026-04-30 02:31:12] "GET /virtual-network/501a8a8d-8c71-4d1f-8fce-82e7f2bf5294?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.010742 10.0.0.38 - - [2026-04-30 02:31:12] "GET /obj-perms HTTP/1.1" 403 257 0.011028 10.0.0.38 - - [2026-04-30 02:31:12] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.008687 10.0.0.38 - - [2026-04-30 02:31:12] "GET /api-access-list/93d765cb-3dad-40b7-a867-c96dcb0e0982?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2686 0.004569 10.0.0.38 - - [2026-04-30 02:31:12] "PUT /api-access-list/93d765cb-3dad-40b7-a867-c96dcb0e0982 HTTP/1.1" 200 264 0.009162 10.0.0.38 - - [2026-04-30 02:31:13] "GET /virtual-network/501a8a8d-8c71-4d1f-8fce-82e7f2bf5294 HTTP/1.1" 200 2313 0.014777 10.0.0.38 - - [2026-04-30 02:31:13] "GET /service-template/b7be15f2-759c-42b4-9e74-6ac9612cece5 HTTP/1.1" 200 1854 0.010897 10.0.0.38 - - [2026-04-30 02:31:13] "GET /obj-perms HTTP/1.1" 403 257 0.010904 10.0.0.38 - - [2026-04-30 02:31:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004485 10.0.0.38 - - [2026-04-30 02:31:13] "GET /virtual-network/501a8a8d-8c71-4d1f-8fce-82e7f2bf5294?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.014506 10.0.0.38 - - [2026-04-30 02:31:13] "GET /obj-perms HTTP/1.1" 403 257 0.007564 10.0.0.38 - - [2026-04-30 02:31:13] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.019790 10.0.0.38 - - [2026-04-30 02:31:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.010800 10.0.0.38 - - [2026-04-30 02:31:13] "DELETE /service-template/b7be15f2-759c-42b4-9e74-6ac9612cece5 HTTP/1.1" 200 115 0.028078 10.0.0.38 - - [2026-04-30 02:31:13] "POST /fqname-to-id HTTP/1.1" 404 197 0.013377 10.0.0.38 - - [2026-04-30 02:31:13] "POST /useragent-kv HTTP/1.1" 200 115 0.002114 10.0.0.38 - - [2026-04-30 02:31:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.005961 10.0.0.38 - - [2026-04-30 02:31:13] "POST /useragent-kv HTTP/1.1" 200 115 0.003242 10.0.0.38 - - [2026-04-30 02:31:13] "DELETE /virtual-network/501a8a8d-8c71-4d1f-8fce-82e7f2bf5294 HTTP/1.1" 200 115 0.077210 10.0.0.38 - - [2026-04-30 02:31:13] "DELETE /route-target/e18e9fec-0a0e-4154-ad21-def1cf3f2389 HTTP/1.1" 200 115 0.016342 10.0.0.38 - - [2026-04-30 02:31:13] "GET /api-access-list/93d765cb-3dad-40b7-a867-c96dcb0e0982?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.004726 10.0.0.38 - - [2026-04-30 02:31:13] "PUT /api-access-list/93d765cb-3dad-40b7-a867-c96dcb0e0982 HTTP/1.1" 200 264 0.011422 10.0.0.38 - - [2026-04-30 02:31:13] "GET /api-access-list/93d765cb-3dad-40b7-a867-c96dcb0e0982?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2692 0.003601 10.0.0.38 - - [2026-04-30 02:31:13] "PUT /api-access-list/93d765cb-3dad-40b7-a867-c96dcb0e0982 HTTP/1.1" 200 264 0.014235 10.0.0.38 - - [2026-04-30 02:31:14] "GET /api-access-list/93d765cb-3dad-40b7-a867-c96dcb0e0982?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2411 0.004949 10.0.0.38 - - [2026-04-30 02:31:14] "PUT /api-access-list/93d765cb-3dad-40b7-a867-c96dcb0e0982 HTTP/1.1" 200 264 0.010148 10.0.0.38 - - [2026-04-30 02:31:14] "GET /projects?obj_uuids=46df5576-969a-45e1-968b-5e0e426989e1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001323 10.0.0.38 - - [2026-04-30 02:31:15] "GET /project/46df5576-969a-45e1-968b-5e0e426989e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.033750 10.0.0.38 - - [2026-04-30 02:31:15] "GET /projects?obj_uuids=46df5576-969a-45e1-968b-5e0e426989e1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001141 10.0.0.38 - - [2026-04-30 02:31:15] "GET /project/46df5576-969a-45e1-968b-5e0e426989e1?fields=virtual_networks HTTP/1.1" 200 1031 0.070749 10.0.0.38 - - [2026-04-30 02:31:15] "GET /projects?obj_uuids=46df5576-969a-45e1-968b-5e0e426989e1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001296 10.0.0.38 - - [2026-04-30 02:31:15] "GET /project/46df5576-969a-45e1-968b-5e0e426989e1?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.029697 10.0.0.38 - - [2026-04-30 02:31:15] "GET /projects?obj_uuids=46df5576-969a-45e1-968b-5e0e426989e1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001131 10.0.0.38 - - [2026-04-30 02:31:15] "GET /project/46df5576-969a-45e1-968b-5e0e426989e1?fields=security_groups HTTP/1.1" 200 1257 0.025622 10.0.0.38 - - [2026-04-30 02:31:15] "GET /projects?obj_uuids=2bd85e54-ad18-4480-ac4f-a37cbfa68cda&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.002079 10.0.0.38 - - [2026-04-30 02:31:16] "GET /project/2bd85e54-ad18-4480-ac4f-a37cbfa68cda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1270 0.039641 10.0.0.38 - - [2026-04-30 02:31:16] "GET /projects?obj_uuids=e85b3269-ae76-4127-8298-f06afff382c1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001528 10.0.0.38 - - [2026-04-30 02:31:16] "GET /project/e85b3269-ae76-4127-8298-f06afff382c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.035434 10.0.0.38 - - [2026-04-30 02:31:16] "GET /projects?obj_uuids=693c5c14-0000-4b9d-bc80-90a0b10137ca&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001449 10.0.0.38 - - [2026-04-30 02:31:16] "GET /projects?obj_uuids=e85b3269-ae76-4127-8298-f06afff382c1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000962 10.0.0.38 - - [2026-04-30 02:31:16] "GET /projects?obj_uuids=d51c45ba-fd1f-4355-b055-42e472e49822&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001241 10.0.0.38 - - [2026-04-30 02:31:16] "GET /project/693c5c14-0000-4b9d-bc80-90a0b10137ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.043720 10.0.0.38 - - [2026-04-30 02:31:16] "GET /project/e85b3269-ae76-4127-8298-f06afff382c1?fields=security_groups HTTP/1.1" 200 1347 0.051188 10.0.0.38 - - [2026-04-30 02:31:16] "DELETE /project/46df5576969a45e1968b5e0e426989e1 HTTP/1.1" 404 173 0.139093 10.0.0.38 - - [2026-04-30 02:31:16] "GET /projects?obj_uuids=cbb67d63-16a5-4888-acba-f8507c55be6f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001339 10.0.0.38 - - [2026-04-30 02:31:16] "GET /projects?obj_uuids=693c5c14-0000-4b9d-bc80-90a0b10137ca&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001772 10.0.0.38 - - [2026-04-30 02:31:16] "DELETE /project/d51c45bafd1f4355b05542e472e49822 HTTP/1.1" 404 173 0.200269 10.0.0.38 - - [2026-04-30 02:31:16] "GET /project/d51c45ba-fd1f-4355-b055-42e472e49822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.102621 10.0.0.38 - - [2026-04-30 02:31:16] "GET /project/cbb67d63-16a5-4888-acba-f8507c55be6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.068503 10.0.0.38 - - [2026-04-30 02:31:16] "DELETE /project/693c5c1400004b9dbc8090a0b10137ca HTTP/1.1" 404 173 0.225072 10.0.0.38 - - [2026-04-30 02:31:16] "GET /projects?obj_uuids=d51c45ba-fd1f-4355-b055-42e472e49822&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001467 10.0.0.38 - - [2026-04-30 02:31:16] "GET /project/693c5c14-0000-4b9d-bc80-90a0b10137ca?fields=security_groups HTTP/1.1" 200 1362 0.097460 [Introspect:8084]10.0.0.38 - - [2026-04-30 02:31:16] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.003929 10.0.0.38 - - [2026-04-30 02:31:16] "GET /projects?obj_uuids=aa54a97d-1d4a-44be-9dbb-ad5dfcdb7a83&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001489 10.0.0.38 - - [2026-04-30 02:31:16] "GET /projects?obj_uuids=cbb67d63-16a5-4888-acba-f8507c55be6f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001049 10.0.0.38 - - [2026-04-30 02:31:16] "GET /projects?obj_uuids=46df5576-969a-45e1-968b-5e0e426989e1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001343 10.0.0.38 - - [2026-04-30 02:31:16] "DELETE /security-group/e67c0f3b-da2d-410b-95c2-f4f1af7a13d5 HTTP/1.1" 200 115 0.144581 10.0.0.38 - - [2026-04-30 02:31:16] "GET /project/aa54a97d-1d4a-44be-9dbb-ad5dfcdb7a83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.077184 10.0.0.38 - - [2026-04-30 02:31:16] "GET /project/d51c45ba-fd1f-4355-b055-42e472e49822?fields=security_groups HTTP/1.1" 200 1363 0.136837 10.0.0.38 - - [2026-04-30 02:31:16] "GET /project/cbb67d63-16a5-4888-acba-f8507c55be6f?fields=security_groups HTTP/1.1" 200 1348 0.096373 10.0.0.38 - - [2026-04-30 02:31:16] "GET /projects?obj_uuids=e85b3269-ae76-4127-8298-f06afff382c1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001246 10.0.0.38 - - [2026-04-30 02:31:16] "GET /projects?obj_uuids=aa54a97d-1d4a-44be-9dbb-ad5dfcdb7a83&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001128 10.0.0.38 - - [2026-04-30 02:31:16] "DELETE /access-control-list/b03fa994-e745-4ea0-a479-e4f928afb426 HTTP/1.1" 200 115 0.136199 10.0.0.38 - - [2026-04-30 02:31:16] "GET /project/46df5576-969a-45e1-968b-5e0e426989e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.133762 10.0.0.38 - - [2026-04-30 02:31:16] "GET /project/aa54a97d-1d4a-44be-9dbb-ad5dfcdb7a83?fields=security_groups HTTP/1.1" 200 1348 0.102677 10.0.0.38 - - [2026-04-30 02:31:16] "GET /projects?obj_uuids=46df5576-969a-45e1-968b-5e0e426989e1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001168 10.0.0.38 - - [2026-04-30 02:31:16] "DELETE /access-control-list/8c6f61f0-78b6-4317-8ad4-fd1f46335837 HTTP/1.1" 200 115 0.084234 10.0.0.38 - - [2026-04-30 02:31:16] "GET /project/e85b3269-ae76-4127-8298-f06afff382c1?fields=application_policy_sets HTTP/1.1" 200 1386 0.151627 10.0.0.38 - - [2026-04-30 02:31:16] "DELETE /security-group/21655e46-be32-46e9-88b2-2f34af605878 HTTP/1.1" 200 115 0.219327 10.0.0.38 - - [2026-04-30 02:31:16] "GET /projects?obj_uuids=693c5c14-0000-4b9d-bc80-90a0b10137ca&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001636 10.0.0.38 - - [2026-04-30 02:31:16] "DELETE /access-control-list/f67216cc-d89e-4136-adc2-78c1f6faa480 HTTP/1.1" 200 115 0.070671 10.0.0.38 - - [2026-04-30 02:31:16] "GET /project/46df5576-969a-45e1-968b-5e0e426989e1?fields=security_groups HTTP/1.1" 200 1362 0.144058 10.0.0.38 - - [2026-04-30 02:31:16] "DELETE /security-group/1c530ade-373c-4b36-8673-67e759e04034 HTTP/1.1" 200 115 0.155623 10.0.0.38 - - [2026-04-30 02:31:16] "GET /projects?obj_uuids=d51c45ba-fd1f-4355-b055-42e472e49822&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001200 10.0.0.38 - - [2026-04-30 02:31:16] "DELETE /security-group/bef0a0c1-6d0b-42ff-bed7-77c19251f1bc HTTP/1.1" 200 115 0.158005 10.0.0.38 - - [2026-04-30 02:31:16] "GET /projects?obj_uuids=cbb67d63-16a5-4888-acba-f8507c55be6f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001567 10.0.0.38 - - [2026-04-30 02:31:16] "DELETE /access-control-list/5de521da-d5e1-453e-9c2e-9fff8ecf992f HTTP/1.1" 200 115 0.068610 10.0.0.38 - - [2026-04-30 02:31:16] "GET /project/693c5c14-0000-4b9d-bc80-90a0b10137ca?fields=application_policy_sets HTTP/1.1" 200 1401 0.111946 10.0.0.38 - - [2026-04-30 02:31:16] "GET /project/cbb67d63-16a5-4888-acba-f8507c55be6f?fields=application_policy_sets HTTP/1.1" 200 1387 0.070437 10.0.0.38 - - [2026-04-30 02:31:16] "DELETE /security-group/76b4afd4-25a5-4389-994c-1b532c74c4e5 HTTP/1.1" 200 115 0.174400 10.0.0.38 - - [2026-04-30 02:31:16] "GET /projects?obj_uuids=aa54a97d-1d4a-44be-9dbb-ad5dfcdb7a83&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002245 10.0.0.38 - - [2026-04-30 02:31:16] "GET /project/d51c45ba-fd1f-4355-b055-42e472e49822?fields=application_policy_sets HTTP/1.1" 200 1402 0.128248 10.0.0.38 - - [2026-04-30 02:31:16] "DELETE /access-control-list/de7d94e9-a813-4ac1-925a-d67601204b13 HTTP/1.1" 200 115 0.088961 10.0.0.38 - - [2026-04-30 02:31:16] "DELETE /access-control-list/ae214ccc-bb4b-4309-96eb-5beaa34800c7 HTTP/1.1" 200 115 0.082796 10.0.0.38 - - [2026-04-30 02:31:16] "GET /project/aa54a97d-1d4a-44be-9dbb-ad5dfcdb7a83?fields=application_policy_sets HTTP/1.1" 200 1387 0.138700 10.0.0.38 - - [2026-04-30 02:31:16] "DELETE /security-group/28276e1e-ed68-408d-bb48-01c994b6c57f HTTP/1.1" 200 115 0.219960 10.0.0.38 - - [2026-04-30 02:31:16] "DELETE /project/e85b3269-ae76-4127-8298-f06afff382c1 HTTP/1.1" 200 115 0.884400 10.0.0.38 - - [2026-04-30 02:31:16] "GET /projects?obj_uuids=46df5576-969a-45e1-968b-5e0e426989e1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001306 10.0.0.38 - - [2026-04-30 02:31:16] "GET /project/46df5576-969a-45e1-968b-5e0e426989e1?fields=application_policy_sets HTTP/1.1" 200 1401 0.057777 10.0.0.38 - - [2026-04-30 02:31:16] "DELETE /access-control-list/b2162847-1e32-413d-a8b3-0822e91b33a8 HTTP/1.1" 200 115 0.090290 10.0.0.38 - - [2026-04-30 02:31:17] "DELETE /project/693c5c14-0000-4b9d-bc80-90a0b10137ca HTTP/1.1" 200 115 0.983236 10.0.0.38 - - [2026-04-30 02:31:17] "DELETE /access-control-list/572c0b34-8ca1-4b75-af3c-a73a69499583 HTTP/1.1" 200 115 0.053114 10.0.0.38 - - [2026-04-30 02:31:17] "DELETE /project/cbb67d63-16a5-4888-acba-f8507c55be6f HTTP/1.1" 200 115 1.012818 10.0.0.38 - - [2026-04-30 02:31:17] "DELETE /project/d51c45ba-fd1f-4355-b055-42e472e49822 HTTP/1.1" 200 115 1.026950 10.0.0.38 - - [2026-04-30 02:31:17] "DELETE /access-control-list/18291ea9-2c67-4e8b-88e8-5d2bb8bd7190 HTTP/1.1" 200 115 0.041592 10.0.0.38 - - [2026-04-30 02:31:17] "DELETE /project/aa54a97d-1d4a-44be-9dbb-ad5dfcdb7a83 HTTP/1.1" 200 115 1.047247 10.0.0.38 - - [2026-04-30 02:31:17] "DELETE /access-control-list/4fc571eb-a626-4738-95e0-d40cc402f06a HTTP/1.1" 200 115 0.021770 10.0.0.38 - - [2026-04-30 02:31:17] "DELETE /project/46df5576-969a-45e1-968b-5e0e426989e1 HTTP/1.1" 200 115 1.074640 10.0.0.38 - - [2026-04-30 02:31:17] "DELETE /access-control-list/27c63a76-d0a2-438e-8554-19972c48a5c6 HTTP/1.1" 200 115 0.025018 10.0.0.38 - - [2026-04-30 02:31:17] "DELETE /access-control-list/2bbb68a3-0b04-4237-b572-7eaf6e3d628b HTTP/1.1" 200 115 0.023371 10.0.0.38 - - [2026-04-30 02:31:25] "GET /obj-perms HTTP/1.1" 200 5056 0.073003 10.0.0.38 - - [2026-04-30 02:31:25] "GET /obj-perms HTTP/1.1" 200 5056 0.062437 [Introspect:8084]10.0.0.38 - - [2026-04-30 02:31:26] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001345 10.0.0.38 - - [2026-04-30 02:31:26] "POST /fqname-to-id HTTP/1.1" 404 184 0.031132 10.0.0.38 - - [2026-04-30 02:31:27] "GET /projects?obj_uuids=01ec7e83-4849-45ac-bd90-5af143de524e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003331 10.0.0.38 - - [2026-04-30 02:31:27] "GET /domains?obj_uuids=033dcabd-97df-439f-8207-51383e8b92fd&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001381 10.0.0.38 - - [2026-04-30 02:31:27] "GET /domain/033dcabd-97df-439f-8207-51383e8b92fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 926 0.008130 10.0.0.38 - - [2026-04-30 02:31:27] "POST /id-to-fqname HTTP/1.1" 200 186 0.001933 10.0.0.38 - - [2026-04-30 02:31:27] "POST /fqname-to-id HTTP/1.1" 404 195 0.003623 10.0.0.38 - - [2026-04-30 02:31:27] "POST /security-groups HTTP/1.1" 200 587 0.068079 10.0.0.38 - - [2026-04-30 02:31:27] "POST /fqname-to-id HTTP/1.1" 404 230 0.002812 10.0.0.38 - - [2026-04-30 02:31:27] "POST /projects HTTP/1.1" 200 577 0.219905 10.0.0.38 - - [2026-04-30 02:31:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.254675 10.0.0.38 - - [2026-04-30 02:31:27] "POST /access-control-lists HTTP/1.1" 200 592 0.061331 10.0.0.38 - - [2026-04-30 02:31:27] "GET /project/01ec7e83-4849-45ac-bd90-5af143de524e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.401893 10.0.0.38 - - [2026-04-30 02:31:27] "POST /fqname-to-id HTTP/1.1" 404 229 0.002901 10.0.0.38 - - [2026-04-30 02:31:27] "POST /access-control-lists HTTP/1.1" 200 590 0.064676 10.0.0.38 - - [2026-04-30 02:31:28] "GET / HTTP/1.1" 200 35931 0.002024 10.0.0.38 - - [2026-04-30 02:31:29] "GET /projects?obj_uuids=01ec7e83-4849-45ac-bd90-5af143de524e&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001201 10.0.0.38 - - [2026-04-30 02:31:29] "GET /project/01ec7e83-4849-45ac-bd90-5af143de524e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.026482 10.0.0.38 - - [2026-04-30 02:31:29] "GET /projects?obj_uuids=01ec7e83-4849-45ac-bd90-5af143de524e&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001559 10.0.0.38 - - [2026-04-30 02:31:29] "GET /project/01ec7e83-4849-45ac-bd90-5af143de524e?fields=virtual_networks HTTP/1.1" 200 1022 0.071616 10.0.0.38 - - [2026-04-30 02:31:29] "GET /projects?obj_uuids=01ec7e83-4849-45ac-bd90-5af143de524e&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001206 10.0.0.38 - - [2026-04-30 02:31:29] "GET /project/01ec7e83-4849-45ac-bd90-5af143de524e?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.027999 10.0.0.38 - - [2026-04-30 02:31:29] "GET /projects?obj_uuids=01ec7e83-4849-45ac-bd90-5af143de524e&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001235 10.0.0.38 - - [2026-04-30 02:31:29] "GET /project/01ec7e83-4849-45ac-bd90-5af143de524e?fields=security_groups HTTP/1.1" 200 1244 0.028796 10.0.0.38 - - [2026-04-30 02:32:17] "DELETE /project/01ec7e83484945acbd905af143de524e HTTP/1.1" 404 173 0.007764 10.0.0.38 - - [2026-04-30 02:32:17] "GET /projects?obj_uuids=01ec7e83-4849-45ac-bd90-5af143de524e&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001187 10.0.0.38 - - [2026-04-30 02:32:17] "GET /project/01ec7e83-4849-45ac-bd90-5af143de524e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.033057 10.0.0.38 - - [2026-04-30 02:32:17] "GET /projects?obj_uuids=01ec7e83-4849-45ac-bd90-5af143de524e&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001286 10.0.0.38 - - [2026-04-30 02:32:17] "GET /project/01ec7e83-4849-45ac-bd90-5af143de524e?fields=security_groups HTTP/1.1" 200 1349 0.075528 10.0.0.38 - - [2026-04-30 02:32:17] "DELETE /security-group/4887451d-aadb-4768-820b-378d83294d99 HTTP/1.1" 200 115 0.040584 10.0.0.38 - - [2026-04-30 02:32:17] "GET /projects?obj_uuids=01ec7e83-4849-45ac-bd90-5af143de524e&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001149 10.0.0.38 - - [2026-04-30 02:32:17] "DELETE /access-control-list/6fcb7433-955c-460d-a158-c16d014cc3d2 HTTP/1.1" 200 115 0.031850 10.0.0.38 - - [2026-04-30 02:32:17] "GET /project/01ec7e83-4849-45ac-bd90-5af143de524e?fields=application_policy_sets HTTP/1.1" 200 1388 0.030378 10.0.0.38 - - [2026-04-30 02:32:17] "DELETE /access-control-list/1f83cba3-d7dd-4b9c-9314-aebd3d51c1a4 HTTP/1.1" 200 115 0.027671 10.0.0.38 - - [2026-04-30 02:32:17] "DELETE /project/01ec7e83-4849-45ac-bd90-5af143de524e HTTP/1.1" 200 115 0.354540 [Introspect:8084]10.0.0.38 - - [2026-04-30 02:32:23] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001165 [Introspect:8084]10.0.0.38 - - [2026-04-30 02:32:23] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001297 10.0.0.38 - - [2026-04-30 02:32:26] "GET /obj-perms HTTP/1.1" 200 5056 0.070208 10.0.0.38 - - [2026-04-30 02:32:26] "GET /obj-perms HTTP/1.1" 200 5056 0.063289