+++ date ++ echo 'INFO: =================== Thu Apr 23 01:51:43 AM UTC 2026 ===================' INFO: =================== Thu Apr 23 01:51:43 AM UTC 2026 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ grep -o 'dev.*' +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ cut -d / -f 1 +++ local nic=ens3 +++ ip addr show dev ens3 +++ grep 'inet ' +++ awk '{print $2}' +++ head -n 1 ++ DEFAULT_LOCAL_IP=10.0.0.38 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ mount -t hugetlbfs +++ tail -n 1 +++ awk '/pagesize=2M/{print($3)}' ++ 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 +++ cut -d ' ' -f 1 +++ local servers=10.0.0.38 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ cat /proc/net/fib_trie ++++ awk '/32 host/ { print f } {f=$2}' ++++ grep -vi host ++++ sort ++++ uniq +++ local local_ips=,10.0.0.38,10.20.0.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/23/2026 01:51:51.416 7ff9c68b2180 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 04/23/2026 01:51:51.552 7ff9c68b2180 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 04/23/2026 01:51:51.563 7ff9c68b2180 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 04/23/2026 01:51:51.564 7ff9c68b2180 [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-23 01:51:55] "GET / HTTP/1.1" 503 181 0.000301 10.0.0.38 - - [2026-04-23 01:51:55] "GET / HTTP/1.1" 503 181 0.000394 10.0.0.38 - - [2026-04-23 01:51:56] "GET / HTTP/1.1" 200 45871 0.001179 10.0.0.38 - - [2026-04-23 01:51:56] "GET / HTTP/1.1" 200 45871 0.000949 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-23 01:51:56] "POST /fqname-to-id HTTP/1.1" 401 292 0.000434 10.0.0.38 - - [2026-04-23 01:51:56] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000219 10.0.0.38 - - [2026-04-23 01:51:56] "GET / HTTP/1.1" 200 35931 0.001349 10.0.0.38 - - [2026-04-23 01:51:57] "GET / HTTP/1.1" 200 35931 0.001360 10.0.0.38 - - [2026-04-23 01:51:57] "POST /fqname-to-id HTTP/1.1" 401 292 0.000355 10.0.0.38 - - [2026-04-23 01:51:57] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.931925 10.0.0.38 - - [2026-04-23 01:51:57] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.003001 10.0.0.38 - - [2026-04-23 01:51:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.665033 10.0.0.38 - - [2026-04-23 01:51:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002664 10.0.0.38 - - [2026-04-23 01:51:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.100006 10.0.0.38 - - [2026-04-23 01:51:57] "GET /global-system-config/b40f919d-0edc-4739-ac01-ea00dd0a3ddd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.007382 10.0.0.38 - - [2026-04-23 01:51:57] "POST /fqname-to-id HTTP/1.1" 404 220 0.003814 10.0.0.38 - - [2026-04-23 01:51:57] "POST /config-nodes HTTP/1.1" 200 599 0.031287 10.0.0.38 - - [2026-04-23 01:51:58] "GET / HTTP/1.1" 200 35931 0.001287 10.0.0.38 - - [2026-04-23 01:51:58] "GET / HTTP/1.1" 200 35931 0.001206 /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-23 01:51:58] "POST /fqname-to-id HTTP/1.1" 401 292 0.000410 10.0.0.38 - - [2026-04-23 01:51:58] "GET / HTTP/1.1" 200 35931 0.002720 10.0.0.38 - - [2026-04-23 01:51:58] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000509 10.0.0.38 - - [2026-04-23 01:51:58] "POST /fqname-to-id HTTP/1.1" 401 292 0.000385 10.0.0.38 - - [2026-04-23 01:51:58] "POST /fqname-to-id HTTP/1.1" 404 186 0.336613 10.0.0.38 - - [2026-04-23 01:51:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002855 10.0.0.38 - - [2026-04-23 01:51:58] "GET /global-system-config/b40f919d-0edc-4739-ac01-ea00dd0a3ddd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.010163 10.0.0.38 - - [2026-04-23 01:51:59] "POST /service-appliance-sets HTTP/1.1" 200 553 0.031808 10.0.0.38 - - [2026-04-23 01:51:59] "POST /fqname-to-id HTTP/1.1" 404 180 0.002666 10.0.0.38 - - [2026-04-23 01:51:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003809 10.0.0.38 - - [2026-04-23 01:51:59] "GET /global-system-config/b40f919d-0edc-4739-ac01-ea00dd0a3ddd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.008929 10.0.0.38 - - [2026-04-23 01:51:59] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.365416 10.0.0.38 - - [2026-04-23 01:51:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.057217 10.0.0.38 - - [2026-04-23 01:51:59] "POST /service-appliance-sets HTTP/1.1" 200 541 0.024533 10.0.0.38 - - [2026-04-23 01:51:59] "GET /network-ipam/759dc8ae-8532-4e79-8207-fa6ff21ac485?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1952 0.008565 10.0.0.38 - - [2026-04-23 01:51:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003047 10.0.0.38 - - [2026-04-23 01:51:59] "GET /network-ipam/759dc8ae-8532-4e79-8207-fa6ff21ac485?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1952 0.008420 10.0.0.38 - - [2026-04-23 01:51:59] "POST /service-templates HTTP/1.1" 200 511 0.033081 10.0.0.38 - - [2026-04-23 01:51:59] "POST /service-templates HTTP/1.1" 200 501 0.037019 10.0.0.38 - - [2026-04-23 01:51:59] "POST /service-templates HTTP/1.1" 200 515 0.022269 10.0.0.38 - - [2026-04-23 01:51:59] "POST /service-templates HTTP/1.1" 200 535 0.022040 10.0.0.38 - - [2026-04-23 01:51:59] "POST /service-templates HTTP/1.1" 200 507 0.023496 10.0.0.38 - - [2026-04-23 01:51:59] "POST /fqname-to-id HTTP/1.1" 404 225 0.002744 10.0.0.38 - - [2026-04-23 01:51:59] "POST /access-control-lists HTTP/1.1" 200 587 0.022395 10.0.0.38 - - [2026-04-23 01:51:59] "POST /fqname-to-id HTTP/1.1" 404 224 0.002902 10.0.0.38 - - [2026-04-23 01:51:59] "POST /access-control-lists HTTP/1.1" 200 585 0.023174 10.0.0.38 - - [2026-04-23 01:52:00] "POST /route-targets HTTP/1.1" 200 327 0.070532 10.0.0.38 - - [2026-04-23 01:52:00] "POST /ref-update HTTP/1.1" 200 156 0.013007 10.0.0.38 - - [2026-04-23 01:52:00] "POST /route-targets HTTP/1.1" 200 327 0.044106 10.0.0.38 - - [2026-04-23 01:52:00] "POST /ref-update HTTP/1.1" 200 156 0.094879 10.0.0.38 - - [2026-04-23 01:52:00] "POST /route-targets HTTP/1.1" 200 327 0.017417 10.0.0.38 - - [2026-04-23 01:52:00] "POST /ref-update HTTP/1.1" 200 156 0.013183 10.0.0.38 - - [2026-04-23 01:52:00] "POST /route-targets HTTP/1.1" 200 327 0.079406 10.0.0.38 - - [2026-04-23 01:52:00] "POST /ref-update HTTP/1.1" 200 156 0.010206 10.0.0.38 - - [2026-04-23 01:52:01] "POST /fqname-to-id HTTP/1.1" 404 201 0.002648 10.0.0.38 - - [2026-04-23 01:52:01] "POST /access-control-lists HTTP/1.1" 200 551 0.234624 10.0.0.38 - - [2026-04-23 01:52:02] "GET / HTTP/1.1" 200 35931 0.001313 10.0.0.38 - - [2026-04-23 01:52:02] "POST /fqname-to-id HTTP/1.1" 401 292 0.000334 10.0.0.38 - - [2026-04-23 01:52:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.028408 10.0.0.38 - - [2026-04-23 01:52:02] "GET /global-system-config/b40f919d-0edc-4739-ac01-ea00dd0a3ddd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.005386 10.0.0.38 - - [2026-04-23 01:52:02] "POST /fqname-to-id HTTP/1.1" 404 220 0.002921 10.0.0.38 - - [2026-04-23 01:52:02] "POST /config-database-nodes HTTP/1.1" 200 617 0.022817 10.0.0.38 - - [2026-04-23 01:52:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002900 10.0.0.38 - - [2026-04-23 01:52:04] "GET /global-vrouter-config/e2229f30-3bb6-4b1e-8c28-43277104b447?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1216 0.003475 10.0.0.38 - - [2026-04-23 01:52:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002987 10.0.0.38 - - [2026-04-23 01:52:04] "PUT /global-vrouter-config/e2229f30-3bb6-4b1e-8c28-43277104b447 HTTP/1.1" 200 276 0.007973 10.0.0.38 - - [2026-04-23 01:52:04] "GET / HTTP/1.1" 200 35931 0.002341 10.0.0.38 - - [2026-04-23 01:52:04] "POST /alarms HTTP/1.1" 401 292 0.000441 10.0.0.38 - - [2026-04-23 01:52:04] "POST /alarms HTTP/1.1" 200 581 0.036125 10.0.0.38 - - [2026-04-23 01:52:04] "POST /alarms HTTP/1.1" 200 575 0.020001 10.0.0.38 - - [2026-04-23 01:52:05] "POST /alarms HTTP/1.1" 200 575 0.016137 10.0.0.38 - - [2026-04-23 01:52:05] "POST /alarms HTTP/1.1" 200 559 0.015598 10.0.0.38 - - [2026-04-23 01:52:05] "POST /alarms HTTP/1.1" 200 555 0.017817 10.0.0.38 - - [2026-04-23 01:52:05] "POST /alarms HTTP/1.1" 200 557 0.016872 10.0.0.38 - - [2026-04-23 01:52:05] "POST /alarms HTTP/1.1" 200 565 0.016314 10.0.0.38 - - [2026-04-23 01:52:05] "POST /alarms HTTP/1.1" 200 549 0.022455 10.0.0.38 - - [2026-04-23 01:52:05] "POST /alarms HTTP/1.1" 200 557 0.019970 10.0.0.38 - - [2026-04-23 01:52:05] "POST /alarms HTTP/1.1" 200 567 0.017150 10.0.0.38 - - [2026-04-23 01:52:05] "POST /alarms HTTP/1.1" 200 555 0.017119 10.0.0.38 - - [2026-04-23 01:52:05] "POST /alarms HTTP/1.1" 200 567 0.015781 10.0.0.38 - - [2026-04-23 01:52:05] "POST /alarms HTTP/1.1" 200 575 0.061672 10.0.0.38 - - [2026-04-23 01:52:05] "POST /alarms HTTP/1.1" 200 569 0.019349 10.0.0.38 - - [2026-04-23 01:52:05] "POST /alarms HTTP/1.1" 200 561 0.017345 10.0.0.38 - - [2026-04-23 01:52:05] "POST /alarms HTTP/1.1" 200 561 0.016896 10.0.0.38 - - [2026-04-23 01:52:05] "POST /alarms HTTP/1.1" 200 561 0.016361 10.0.0.38 - - [2026-04-23 01:52:06] "POST /alarms HTTP/1.1" 200 547 0.019979 10.0.0.38 - - [2026-04-23 01:52:06] "POST /alarms HTTP/1.1" 200 595 0.015479 10.0.0.38 - - [2026-04-23 01:52:06] "POST /alarms HTTP/1.1" 200 575 0.014953 10.0.0.38 - - [2026-04-23 01:52:06] "POST /alarms HTTP/1.1" 200 571 0.016755 10.0.0.38 - - [2026-04-23 01:52:06] "POST /alarms HTTP/1.1" 200 583 0.018013 10.0.0.38 - - [2026-04-23 01:52:06] "POST /alarms HTTP/1.1" 200 609 0.020150 10.0.0.38 - - [2026-04-23 01:52:06] "GET / HTTP/1.1" 200 35931 0.002084 10.0.0.38 - - [2026-04-23 01:52:06] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000342 10.0.0.38 - - [2026-04-23 01:52:06] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.021790 10.0.0.38 - - [2026-04-23 01:52:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002157 10.0.0.38 - - [2026-04-23 01:52:07] "PUT /global-vrouter-config/e2229f30-3bb6-4b1e-8c28-43277104b447 HTTP/1.1" 200 276 0.007824 10.0.0.38 - - [2026-04-23 01:52:07] "GET / HTTP/1.1" 200 35931 0.001498 10.0.0.38 - - [2026-04-23 01:52:07] "POST /fqname-to-id HTTP/1.1" 401 292 0.000343 10.0.0.38 - - [2026-04-23 01:52:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.027143 10.0.0.38 - - [2026-04-23 01:52:07] "GET /global-vrouter-config/e2229f30-3bb6-4b1e-8c28-43277104b447?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002921 10.0.0.38 - - [2026-04-23 01:52:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002738 10.0.0.38 - - [2026-04-23 01:52:07] "PUT /global-vrouter-config/e2229f30-3bb6-4b1e-8c28-43277104b447 HTTP/1.1" 200 276 0.008104 10.0.0.38 - - [2026-04-23 01:52:08] "GET / HTTP/1.1" 200 35931 0.001430 10.0.0.38 - - [2026-04-23 01:52:08] "POST /fqname-to-id HTTP/1.1" 401 292 0.000338 10.0.0.38 - - [2026-04-23 01:52:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.026269 10.0.0.38 - - [2026-04-23 01:52:08] "GET /global-system-config/b40f919d-0edc-4739-ac01-ea00dd0a3ddd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.005439 10.0.0.38 - - [2026-04-23 01:52:08] "PUT /global-system-config/b40f919d-0edc-4739-ac01-ea00dd0a3ddd HTTP/1.1" 200 274 0.016470 10.0.0.38 - - [2026-04-23 01:52:17] "GET /global-system-configs HTTP/1.1" 401 292 0.000358 10.0.0.38 - - [2026-04-23 01:52:17] "GET /global-system-configs HTTP/1.1" 401 292 0.000370 10.0.0.38 - - [2026-04-23 01:52:18] "GET /global-system-configs HTTP/1.1" 401 292 0.000784 10.0.0.38 - - [2026-04-23 01:52:18] "GET /global-system-configs HTTP/1.1" 401 292 0.000497 10.0.0.38 - - [2026-04-23 01:52:43] "GET / HTTP/1.1" 200 35931 0.002463 10.0.0.38 - - [2026-04-23 01:52:43] "POST /fqname-to-id HTTP/1.1" 401 292 0.000321 10.0.0.38 - - [2026-04-23 01:52:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.026671 10.0.0.38 - - [2026-04-23 01:52:43] "GET /routing-instance/dc20ae0d-c81c-48b1-94f6-64655230fd9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.004071 10.0.0.38 - - [2026-04-23 01:52:44] "POST /bgp-routers HTTP/1.1" 200 620 0.019565 10.0.0.38 - - [2026-04-23 01:52:44] "GET /bgp-router/5218398b-0e0b-4fae-a543-c0a31f2340a4?fields=global_system_config_back_refs HTTP/1.1" 200 1116 0.006363 10.0.0.38 - - [2026-04-23 01:52:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003700 10.0.0.38 - - [2026-04-23 01:52:44] "GET /global-system-config/b40f919d-0edc-4739-ac01-ea00dd0a3ddd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.005277 10.0.0.38 - - [2026-04-23 01:52:44] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003164 10.0.0.38 - - [2026-04-23 01:52:44] "POST /ref-update HTTP/1.1" 200 156 0.006782 10.0.0.38 - - [2026-04-23 01:53:07] "GET / HTTP/1.1" 200 35931 0.001510 10.0.0.38 - - [2026-04-23 01:53:07] "POST /fqname-to-id HTTP/1.1" 401 292 0.000353 10.0.0.38 - - [2026-04-23 01:53:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.025273 10.0.0.38 - - [2026-04-23 01:53:08] "GET /global-system-config/b40f919d-0edc-4739-ac01-ea00dd0a3ddd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.005982 10.0.0.38 - - [2026-04-23 01:53:08] "POST /fqname-to-id HTTP/1.1" 404 220 0.002556 10.0.0.38 - - [2026-04-23 01:53:08] "POST /database-nodes HTTP/1.1" 200 603 0.019336 10.0.0.38 - - [2026-04-23 01:53:33] "GET / HTTP/1.1" 200 35931 0.001359 10.0.0.38 - - [2026-04-23 01:53:33] "POST /fqname-to-id HTTP/1.1" 401 292 0.000339 10.0.0.38 - - [2026-04-23 01:53:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.023990 10.0.0.38 - - [2026-04-23 01:53:33] "GET /global-system-config/b40f919d-0edc-4739-ac01-ea00dd0a3ddd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.005018 10.0.0.38 - - [2026-04-23 01:53:33] "POST /fqname-to-id HTTP/1.1" 404 220 0.003029 10.0.0.38 - - [2026-04-23 01:53:33] "POST /analytics-nodes HTTP/1.1" 200 605 0.016252 10.0.0.38 - - [2026-04-23 01:53:39] "GET / HTTP/1.1" 200 35931 0.001534 10.0.0.38 - - [2026-04-23 01:53:49] "GET / HTTP/1.1" 200 35931 0.001226 10.0.0.38 - - [2026-04-23 01:53:49] "POST /fqname-to-id HTTP/1.1" 401 292 0.000423 10.0.0.38 - - [2026-04-23 01:53:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.028922 10.0.0.38 - - [2026-04-23 01:53:49] "GET /global-system-config/b40f919d-0edc-4739-ac01-ea00dd0a3ddd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.008163 10.0.0.38 - - [2026-04-23 01:53:49] "POST /fqname-to-id HTTP/1.1" 404 220 0.003166 10.0.0.38 - - [2026-04-23 01:53:49] "POST /analytics-alarm-nodes HTTP/1.1" 200 617 0.027170 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-23 01:54:01] "GET /obj-perms HTTP/1.1" 200 5056 0.401491 10.0.0.38 - - [2026-04-23 01:54:01] "GET /obj-perms HTTP/1.1" 200 5056 0.067060 10.0.0.38 - - [2026-04-23 01:54:04] "GET / HTTP/1.1" 200 35931 0.001357 10.0.0.38 - - [2026-04-23 01:54:04] "POST /fqname-to-id HTTP/1.1" 401 292 0.000390 10.0.0.38 - - [2026-04-23 01:54:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.027316 10.0.0.38 - - [2026-04-23 01:54:04] "GET /global-system-config/b40f919d-0edc-4739-ac01-ea00dd0a3ddd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.005549 10.0.0.38 - - [2026-04-23 01:54:04] "POST /fqname-to-id HTTP/1.1" 404 220 0.003101 10.0.0.38 - - [2026-04-23 01:54:04] "POST /analytics-snmp-nodes HTTP/1.1" 200 615 0.018153 10.0.0.38 - - [2026-04-23 01:55:01] "GET /obj-perms HTTP/1.1" 200 5056 0.058347 10.0.0.38 - - [2026-04-23 01:55:02] "GET /obj-perms HTTP/1.1" 200 5056 0.049320 10.0.0.38 - - [2026-04-23 01:55:33] "GET / HTTP/1.1" 200 35931 0.001397 10.0.0.38 - - [2026-04-23 01:55:34] "POST /fqname-to-id HTTP/1.1" 401 292 0.000376 10.0.0.38 - - [2026-04-23 01:55:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.026849 10.0.0.38 - - [2026-04-23 01:55:34] "GET /global-system-config/b40f919d-0edc-4739-ac01-ea00dd0a3ddd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.007736 10.0.0.38 - - [2026-04-23 01:55:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002841 10.0.0.38 - - [2026-04-23 01:55:34] "GET /routing-instance/dc20ae0d-c81c-48b1-94f6-64655230fd9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.004124 10.0.0.38 - - [2026-04-23 01:55:34] "PUT /global-system-config/b40f919d-0edc-4739-ac01-ea00dd0a3ddd HTTP/1.1" 200 274 0.010551 10.0.0.38 - - [2026-04-23 01:55:34] "POST /fqname-to-id HTTP/1.1" 404 218 0.002627 10.0.0.38 - - [2026-04-23 01:55:34] "POST /virtual-routers HTTP/1.1" 200 603 0.024384 10.0.0.38 - - [2026-04-23 01:55:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002883 10.0.0.38 - - [2026-04-23 01:55:34] "GET /virtual-router/bf37f06f-4685-4f29-8dd4-7a96cd863f38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1246 0.005346 10.0.0.38 - - [2026-04-23 01:55:34] "POST /fqname-to-id HTTP/1.1" 404 231 0.002797 10.0.0.38 - - [2026-04-23 01:55:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002639 10.0.0.38 - - [2026-04-23 01:55:34] "GET /virtual-network/2e7c1237-d6a2-45bc-b3d3-50086d419d24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.004776 10.0.0.38 - - [2026-04-23 01:55:34] "POST /virtual-machine-interfaces HTTP/1.1" 200 585 0.042998 [Introspect:8084]10.0.0.38 - - [2026-04-23 01:55:39] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000880 [Introspect:8084]10.0.0.38 - - [2026-04-23 01:55:39] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.000839 [Introspect:8084]10.0.0.38 - - [2026-04-23 01:55:41] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000800 [Introspect:8084]10.0.0.38 - - [2026-04-23 01:55:41] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001106 10.0.0.38 - - [2026-04-23 01:56:02] "GET /obj-perms HTTP/1.1" 200 5056 0.046425 10.0.0.38 - - [2026-04-23 01:56:02] "GET /obj-perms HTTP/1.1" 200 5056 0.050030 10.0.0.38 - - [2026-04-23 01:56:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002952 10.0.0.38 - - [2026-04-23 01:56:02] "GET /virtual-router/bf37f06f-4685-4f29-8dd4-7a96cd863f38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1246 0.003420 10.0.0.38 - - [2026-04-23 01:56:52] "GET / HTTP/1.1" 200 35931 0.039058 10.0.0.38 - - [2026-04-23 01:56:53] "GET /project/7858e020-c0f1-4c28-a3bf-d2a12dac37dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000393 10.0.0.38 - - [2026-04-23 01:56:53] "GET /projects?obj_uuids=7858e020-c0f1-4c28-a3bf-d2a12dac37dd&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002144 10.0.0.38 - - [2026-04-23 01:56:53] "GET /domains?obj_uuids=63294607-7558-4a2c-b899-0097ad180adc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000790 10.0.0.38 - - [2026-04-23 01:56:53] "GET /domain/63294607-7558-4a2c-b899-0097ad180adc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.049323 10.0.0.38 - - [2026-04-23 01:56:53] "POST /id-to-fqname HTTP/1.1" 200 167 0.003879 10.0.0.38 - - [2026-04-23 01:56:53] "POST /fqname-to-id HTTP/1.1" 404 176 0.004143 10.0.0.38 - - [2026-04-23 01:56:53] "POST /security-groups HTTP/1.1" 200 568 0.060827 10.0.0.38 - - [2026-04-23 01:56:53] "POST /fqname-to-id HTTP/1.1" 404 207 0.002347 10.0.0.38 - - [2026-04-23 01:56:53] "POST /projects HTTP/1.1" 200 539 0.208767 10.0.0.38 - - [2026-04-23 01:56:53] "POST /access-control-lists HTTP/1.1" 200 573 0.058813 10.0.0.38 - - [2026-04-23 01:56:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.276116 10.0.0.38 - - [2026-04-23 01:56:53] "POST /fqname-to-id HTTP/1.1" 404 206 0.002693 10.0.0.38 - - [2026-04-23 01:56:53] "GET /project/7858e020-c0f1-4c28-a3bf-d2a12dac37dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.433101 10.0.0.38 - - [2026-04-23 01:56:54] "POST /access-control-lists HTTP/1.1" 200 571 0.056610 [Introspect:8084]10.0.0.38 - - [2026-04-23 01:56:54] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001132 10.0.0.38 - - [2026-04-23 01:56:54] "POST /fqname-to-id HTTP/1.1" 404 199 0.021568 10.0.0.38 - - [2026-04-23 01:56:54] "GET /projects?obj_uuids=92627ce7-3709-42ec-a6fd-d278ad1b6d02&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002152 10.0.0.38 - - [2026-04-23 01:56:54] "GET /domains?obj_uuids=63294607-7558-4a2c-b899-0097ad180adc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000937 10.0.0.38 - - [2026-04-23 01:56:54] "GET /domain/63294607-7558-4a2c-b899-0097ad180adc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.005758 10.0.0.38 - - [2026-04-23 01:56:54] "POST /id-to-fqname HTTP/1.1" 200 201 0.001344 10.0.0.38 - - [2026-04-23 01:56:54] "POST /fqname-to-id HTTP/1.1" 404 210 0.001803 10.0.0.38 - - [2026-04-23 01:56:55] "POST /security-groups HTTP/1.1" 200 602 0.065264 10.0.0.38 - - [2026-04-23 01:56:55] "POST /fqname-to-id HTTP/1.1" 404 245 0.002305 10.0.0.38 - - [2026-04-23 01:56:55] "POST /projects HTTP/1.1" 200 607 0.212091 10.0.0.38 - - [2026-04-23 01:56:55] "POST /access-control-lists HTTP/1.1" 200 607 0.058675 10.0.0.38 - - [2026-04-23 01:56:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.284163 10.0.0.38 - - [2026-04-23 01:56:55] "POST /fqname-to-id HTTP/1.1" 404 244 0.002568 10.0.0.38 - - [2026-04-23 01:56:55] "GET /project/92627ce7-3709-42ec-a6fd-d278ad1b6d02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.398582 10.0.0.38 - - [2026-04-23 01:56:55] "POST /access-control-lists HTTP/1.1" 200 605 0.057822 10.0.0.38 - - [2026-04-23 01:56:56] "GET / HTTP/1.1" 200 35931 0.001675 10.0.0.38 - - [2026-04-23 01:56:56] "POST /fqname-to-id HTTP/1.1" 401 292 0.000454 10.0.0.38 - - [2026-04-23 01:56:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.052998 10.0.0.38 - - [2026-04-23 01:56:57] "GET /projects?obj_uuids=92627ce7-3709-42ec-a6fd-d278ad1b6d02&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.029246 10.0.0.38 - - [2026-04-23 01:56:57] "GET /project/92627ce7-3709-42ec-a6fd-d278ad1b6d02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.055835 10.0.0.38 - - [2026-04-23 01:56:57] "POST /neutron/network HTTP/1.1" 200 117 0.041361 10.0.0.38 - - [2026-04-23 01:56:57] "GET /projects?obj_uuids=92627ce7-3709-42ec-a6fd-d278ad1b6d02&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000937 10.0.0.38 - - [2026-04-23 01:56:57] "POST /neutron/network HTTP/1.1" 200 620 0.061425 10.0.0.38 - - [2026-04-23 01:56:57] "POST /route-targets HTTP/1.1" 200 327 0.010423 10.0.0.38 - - [2026-04-23 01:56:57] "POST /ref-update HTTP/1.1" 200 156 0.013533 10.0.0.38 - - [2026-04-23 01:56:57] "POST /useragent-kv HTTP/1.1" 200 115 0.003913 10.0.0.38 - - [2026-04-23 01:56:57] "POST /neutron/subnet HTTP/1.1" 200 720 0.162727 10.0.0.38 - - [2026-04-23 01:56:57] "POST /neutron/network HTTP/1.1" 200 838 0.005052 10.0.0.38 - - [2026-04-23 01:56:57] "POST /id-to-fqname HTTP/1.1" 200 233 0.000981 10.0.0.38 - - [2026-04-23 01:56:57] "GET /virtual-network/421896b3-5442-4712-9516-6669f068ec83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.003937 10.0.0.38 - - [2026-04-23 01:56:57] "POST /neutron/network HTTP/1.1" 200 838 0.004975 10.0.0.38 - - [2026-04-23 01:56:57] "GET /virtual-network/421896b3-5442-4712-9516-6669f068ec83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.004071 10.0.0.38 - - [2026-04-23 01:56:57] "POST /neutron/network HTTP/1.1" 200 838 0.005021 10.0.0.38 - - [2026-04-23 01:56:57] "POST /neutron/subnet HTTP/1.1" 200 720 0.005539 10.0.0.38 - - [2026-04-23 01:56:57] "GET /domains HTTP/1.1" 401 292 0.000375 10.0.0.38 - - [2026-04-23 01:56:58] "GET /domains HTTP/1.1" 200 280 0.025890 10.0.0.38 - - [2026-04-23 01:56:58] "GET /domains?obj_uuids=63294607-7558-4a2c-b899-0097ad180adc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000821 10.0.0.38 - - [2026-04-23 01:56:58] "GET /domain/63294607-7558-4a2c-b899-0097ad180adc HTTP/1.1" 200 2584 0.010928 10.0.0.38 - - [2026-04-23 01:56:58] "GET /projects?obj_uuids=92627ce7-3709-42ec-a6fd-d278ad1b6d02&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000752 10.0.0.38 - - [2026-04-23 01:56:58] "GET /project/92627ce7-3709-42ec-a6fd-d278ad1b6d02 HTTP/1.1" 200 2169 0.071276 10.0.0.38 - - [2026-04-23 01:56:58] "GET /virtual-network/421896b3-5442-4712-9516-6669f068ec83 HTTP/1.1" 200 2338 0.005600 10.0.0.38 - - [2026-04-23 01:56:58] "GET /virtual-network/421896b3-5442-4712-9516-6669f068ec83 HTTP/1.1" 200 2338 0.004100 10.0.0.38 - - [2026-04-23 01:56:58] "GET /routing-instance/dcb7dd69-b0ea-466e-afdc-d33a93c16c91 HTTP/1.1" 200 1495 0.003350 10.0.0.38 - - [2026-04-23 01:56:58] "GET /routing-instance/dcb7dd69-b0ea-466e-afdc-d33a93c16c91 HTTP/1.1" 200 1495 0.003233 10.0.0.38 - - [2026-04-23 01:56:58] "GET /route-target/2a882e95-bd51-4257-968b-824e197aefa4 HTTP/1.1" 200 1219 0.004054 10.0.0.38 - - [2026-04-23 01:56:58] "GET /virtual-network/421896b3-5442-4712-9516-6669f068ec83 HTTP/1.1" 200 2338 0.004573 10.0.0.38 - - [2026-04-23 01:56:58] "GET /routing-instance/dcb7dd69-b0ea-466e-afdc-d33a93c16c91 HTTP/1.1" 200 1495 0.003298 10.0.0.38 - - [2026-04-23 01:56:58] "GET /virtual-network/421896b3-5442-4712-9516-6669f068ec83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.004278 10.0.0.38 - - [2026-04-23 01:56:58] "GET /virtual-network/421896b3-5442-4712-9516-6669f068ec83 HTTP/1.1" 200 2338 0.004028 10.0.0.38 - - [2026-04-23 01:56:58] "GET /routing-instance/dcb7dd69-b0ea-466e-afdc-d33a93c16c91 HTTP/1.1" 200 1495 0.004166 10.0.0.38 - - [2026-04-23 01:56:58] "GET /routing-instance/dcb7dd69-b0ea-466e-afdc-d33a93c16c91 HTTP/1.1" 200 1495 0.004019 10.0.0.38 - - [2026-04-23 01:56:58] "GET /route-target/2a882e95-bd51-4257-968b-824e197aefa4 HTTP/1.1" 200 1219 0.002424 10.0.0.38 - - [2026-04-23 01:56:58] "GET /domains HTTP/1.1" 200 280 0.002775 10.0.0.38 - - [2026-04-23 01:56:58] "GET /domains?obj_uuids=63294607-7558-4a2c-b899-0097ad180adc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000811 10.0.0.38 - - [2026-04-23 01:56:58] "GET /domain/63294607-7558-4a2c-b899-0097ad180adc HTTP/1.1" 200 2584 0.005968 10.0.0.38 - - [2026-04-23 01:56:58] "GET /projects?obj_uuids=92627ce7-3709-42ec-a6fd-d278ad1b6d02&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000732 10.0.0.38 - - [2026-04-23 01:56:58] "GET /project/92627ce7-3709-42ec-a6fd-d278ad1b6d02 HTTP/1.1" 200 2169 0.074281 10.0.0.38 - - [2026-04-23 01:56:58] "GET /virtual-network/421896b3-5442-4712-9516-6669f068ec83 HTTP/1.1" 200 2338 0.004211 10.0.0.38 - - [2026-04-23 01:56:58] "DELETE /project/7858e020c0f14c28a3bfd2a12dac37dd HTTP/1.1" 404 173 0.029216 10.0.0.38 - - [2026-04-23 01:56:58] "DELETE /project/92627ce7370942eca6fdd278ad1b6d02 HTTP/1.1" 404 173 0.050787 10.0.0.38 - - [2026-04-23 01:56:58] "GET /obj-perms HTTP/1.1" 200 5052 0.045273 10.0.0.38 - - [2026-04-23 01:56:58] "POST /id-to-fqname HTTP/1.1" 200 233 0.001220 10.0.0.38 - - [2026-04-23 01:57:00] "POST /neutron/network HTTP/1.1" 200 848 0.004785 10.0.0.38 - - [2026-04-23 01:57:00] "GET /aaa-mode HTTP/1.1" 401 292 0.000358 10.0.0.38 - - [2026-04-23 01:57:00] "GET / HTTP/1.1" 200 35931 0.001636 10.0.0.38 - - [2026-04-23 01:57:00] "GET /project/92627ce7-3709-42ec-a6fd-d278ad1b6d02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000320 10.0.0.38 - - [2026-04-23 01:57:01] "GET /projects?obj_uuids=92627ce7-3709-42ec-a6fd-d278ad1b6d02&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000945 10.0.0.38 - - [2026-04-23 01:57:01] "GET /project/92627ce7-3709-42ec-a6fd-d278ad1b6d02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.054839 10.0.0.38 - - [2026-04-23 01:57:01] "POST /neutron/network HTTP/1.1" 200 838 0.030326 10.0.0.38 - - [2026-04-23 01:57:01] "POST /neutron/port HTTP/1.1" 200 117 0.006021 10.0.0.38 - - [2026-04-23 01:57:01] "POST /neutron/port HTTP/1.1" 200 117 0.004697 10.0.0.38 - - [2026-04-23 01:57:01] "POST /neutron/port HTTP/1.1" 200 117 0.004822 10.0.0.38 - - [2026-04-23 01:57:02] "POST /neutron/network HTTP/1.1" 200 848 0.007457 10.0.0.38 - - [2026-04-23 01:57:02] "GET /projects?obj_uuids=92627ce7-3709-42ec-a6fd-d278ad1b6d02&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001135 10.0.0.38 - - [2026-04-23 01:57:03] "POST /neutron/port HTTP/1.1" 200 1070 0.235215 10.0.0.38 - - [2026-04-23 01:57:03] "GET /obj-perms HTTP/1.1" 200 5056 0.058102 10.0.0.38 - - [2026-04-23 01:57:03] "POST /neutron/port HTTP/1.1" 200 1070 0.042775 10.0.0.38 - - [2026-04-23 01:57:03] "POST /neutron/port HTTP/1.1" 200 1070 0.012223 10.0.0.38 - - [2026-04-23 01:57:03] "GET /obj-perms HTTP/1.1" 200 5056 0.086199 10.0.0.38 - - [2026-04-23 01:57:03] "POST /neutron/port HTTP/1.1" 200 1124 0.063429 10.0.0.38 - - [2026-04-23 01:57:03] "POST /neutron/port HTTP/1.1" 200 1134 0.011735 10.0.0.38 - - [2026-04-23 01:57:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003356 10.0.0.38 - - [2026-04-23 01:57:03] "POST /neutron/subnet HTTP/1.1" 200 694 0.007108 10.0.0.38 - - [2026-04-23 01:57:03] "POST /neutron/port HTTP/1.1" 200 117 0.001046 10.0.0.38 - - [2026-04-23 01:57:03] "POST /neutron/network HTTP/1.1" 200 838 0.004863 10.0.0.38 - - [2026-04-23 01:57:07] "POST /neutron/port HTTP/1.1" 200 1134 0.018227 10.0.0.38 - - [2026-04-23 01:57:07] "POST /neutron/security_group HTTP/1.1" 200 2069 0.006304 10.0.0.38 - - [2026-04-23 01:57:07] "GET /obj-perms HTTP/1.1" 200 5052 0.003652 10.0.0.38 - - [2026-04-23 01:57:08] "GET /obj-perms HTTP/1.1" 200 5052 0.003844 10.0.0.38 - - [2026-04-23 01:57:09] "GET /obj-perms HTTP/1.1" 200 5052 0.003320 10.0.0.38 - - [2026-04-23 01:57:10] "GET /obj-perms HTTP/1.1" 200 5052 0.003207 10.0.0.38 - - [2026-04-23 01:57:11] "GET /obj-perms HTTP/1.1" 200 5052 0.003058 10.0.0.38 - - [2026-04-23 01:57:12] "POST /neutron/network HTTP/1.1" 200 838 0.006309 10.0.0.38 - - [2026-04-23 01:57:12] "POST /neutron/network HTTP/1.1" 400 204 0.010708 10.0.0.38 - - [2026-04-23 01:57:12] "POST /neutron/port HTTP/1.1" 200 1134 0.014758 10.0.0.38 - - [2026-04-23 01:57:12] "POST /neutron/port HTTP/1.1" 200 1124 0.009013 10.0.0.38 - - [2026-04-23 01:57:12] "POST /neutron/port HTTP/1.1" 200 151 0.100566 10.0.0.38 - - [2026-04-23 01:57:14] "POST /neutron/network HTTP/1.1" 200 838 0.005296 10.0.0.38 - - [2026-04-23 01:57:14] "POST /useragent-kv HTTP/1.1" 200 115 0.003803 10.0.0.38 - - [2026-04-23 01:57:14] "POST /useragent-kv HTTP/1.1" 200 115 0.002356 10.0.0.38 - - [2026-04-23 01:57:14] "POST /neutron/network HTTP/1.1" 200 151 0.090186 10.0.0.38 - - [2026-04-23 01:57:14] "GET /routing-instance/dcb7dd69-b0ea-466e-afdc-d33a93c16c91 HTTP/1.1" 404 171 0.002742 10.0.0.38 - - [2026-04-23 01:57:14] "GET /domains HTTP/1.1" 200 280 0.003361 10.0.0.38 - - [2026-04-23 01:57:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.034944 10.0.0.38 - - [2026-04-23 01:57:14] "GET /domains?obj_uuids=63294607-7558-4a2c-b899-0097ad180adc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001516 10.0.0.38 - - [2026-04-23 01:57:14] "DELETE /route-target/2a882e95-bd51-4257-968b-824e197aefa4 HTTP/1.1" 200 115 0.016239 10.0.0.38 - - [2026-04-23 01:57:14] "GET /domain/63294607-7558-4a2c-b899-0097ad180adc HTTP/1.1" 200 2584 0.051476 10.0.0.38 - - [2026-04-23 01:57:14] "GET /projects?obj_uuids=92627ce7-3709-42ec-a6fd-d278ad1b6d02&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000783 10.0.0.38 - - [2026-04-23 01:57:14] "GET /project/92627ce7-3709-42ec-a6fd-d278ad1b6d02 HTTP/1.1" 200 1919 0.066231 10.0.0.38 - - [2026-04-23 01:57:14] "GET /projects?obj_uuids=92627ce7-3709-42ec-a6fd-d278ad1b6d02&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000896 10.0.0.38 - - [2026-04-23 01:57:14] "GET /project/92627ce7-3709-42ec-a6fd-d278ad1b6d02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.023802 10.0.0.38 - - [2026-04-23 01:57:14] "GET /projects?obj_uuids=92627ce7-3709-42ec-a6fd-d278ad1b6d02&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001139 10.0.0.38 - - [2026-04-23 01:57:14] "GET /project/92627ce7-3709-42ec-a6fd-d278ad1b6d02?fields=virtual_networks HTTP/1.1" 200 1055 0.066726 10.0.0.38 - - [2026-04-23 01:57:14] "GET /projects?obj_uuids=92627ce7-3709-42ec-a6fd-d278ad1b6d02&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001259 10.0.0.38 - - [2026-04-23 01:57:14] "GET /project/92627ce7-3709-42ec-a6fd-d278ad1b6d02?fields=virtual_machine_interfaces HTTP/1.1" 200 1055 0.048766 10.0.0.38 - - [2026-04-23 01:57:14] "GET /projects?obj_uuids=92627ce7-3709-42ec-a6fd-d278ad1b6d02&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001200 10.0.0.38 - - [2026-04-23 01:57:15] "GET /project/92627ce7-3709-42ec-a6fd-d278ad1b6d02?fields=security_groups HTTP/1.1" 200 1292 0.041035 10.0.0.38 - - [2026-04-23 01:57:15] "GET /projects?obj_uuids=7858e020-c0f1-4c28-a3bf-d2a12dac37dd&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001144 10.0.0.38 - - [2026-04-23 01:57:15] "GET /project/7858e020-c0f1-4c28-a3bf-d2a12dac37dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.030909 10.0.0.38 - - [2026-04-23 01:57:17] "GET /global-system-configs HTTP/1.1" 401 292 0.000641 10.0.0.38 - - [2026-04-23 01:57:17] "GET /global-system-configs HTTP/1.1" 401 292 0.000343 10.0.0.38 - - [2026-04-23 01:57:18] "GET /global-system-configs HTTP/1.1" 401 292 0.000356 10.0.0.38 - - [2026-04-23 01:57:18] "GET /global-system-configs HTTP/1.1" 401 292 0.000342 10.0.0.38 - - [2026-04-23 01:57:19] "GET /projects?obj_uuids=7858e020-c0f1-4c28-a3bf-d2a12dac37dd&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000889 10.0.0.38 - - [2026-04-23 01:57:19] "GET /project/7858e020-c0f1-4c28-a3bf-d2a12dac37dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.025727 10.0.0.38 - - [2026-04-23 01:57:19] "GET /documentation/index.html HTTP/1.1" 200 219571 0.003333 10.0.0.38 - - [2026-04-23 01:57:20] "POST /fqname-to-id HTTP/1.1" 404 200 0.022756 10.0.0.38 - - [2026-04-23 01:57:20] "GET /projects?obj_uuids=a38f5264-0fa8-4738-84be-c9357e2435be&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002275 10.0.0.38 - - [2026-04-23 01:57:20] "GET /domains?obj_uuids=63294607-7558-4a2c-b899-0097ad180adc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000811 10.0.0.38 - - [2026-04-23 01:57:20] "GET /domain/63294607-7558-4a2c-b899-0097ad180adc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.005807 10.0.0.38 - - [2026-04-23 01:57:20] "POST /id-to-fqname HTTP/1.1" 200 202 0.001004 10.0.0.38 - - [2026-04-23 01:57:20] "POST /fqname-to-id HTTP/1.1" 404 211 0.002663 10.0.0.38 - - [2026-04-23 01:57:20] "POST /security-groups HTTP/1.1" 200 603 0.071428 10.0.0.38 - - [2026-04-23 01:57:20] "POST /fqname-to-id HTTP/1.1" 404 246 0.002438 10.0.0.38 - - [2026-04-23 01:57:20] "POST /projects HTTP/1.1" 200 609 0.213787 10.0.0.38 - - [2026-04-23 01:57:20] "POST /access-control-lists HTTP/1.1" 200 608 0.064841 10.0.0.38 - - [2026-04-23 01:57:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.284546 10.0.0.38 - - [2026-04-23 01:57:20] "POST /fqname-to-id HTTP/1.1" 404 245 0.002415 10.0.0.38 - - [2026-04-23 01:57:20] "GET /project/a38f5264-0fa8-4738-84be-c9357e2435be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.398393 10.0.0.38 - - [2026-04-23 01:57:20] "POST /access-control-lists HTTP/1.1" 200 606 0.056810 10.0.0.38 - - [2026-04-23 01:57:21] "GET / HTTP/1.1" 200 35931 0.001592 10.0.0.38 - - [2026-04-23 01:57:21] "GET /projects?obj_uuids=7858e020-c0f1-4c28-a3bf-d2a12dac37dd&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000872 10.0.0.38 - - [2026-04-23 01:57:21] "GET /project/7858e020-c0f1-4c28-a3bf-d2a12dac37dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.027249 10.0.0.38 - - [2026-04-23 01:57:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002780 10.0.0.38 - - [2026-04-23 01:57:22] "GET /security-group/b22a0051-ffc1-4cfb-a991-7dc42bde19b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3686 0.003956 10.0.0.38 - - [2026-04-23 01:57:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002494 10.0.0.38 - - [2026-04-23 01:57:22] "GET /projects?obj_uuids=7858e020-c0f1-4c28-a3bf-d2a12dac37dd&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001217 10.0.0.38 - - [2026-04-23 01:57:22] "GET /project/7858e020-c0f1-4c28-a3bf-d2a12dac37dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.024130 10.0.0.38 - - [2026-04-23 01:57:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002680 10.0.0.38 - - [2026-04-23 01:57:22] "GET /security-group/b22a0051-ffc1-4cfb-a991-7dc42bde19b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3686 0.004124 10.0.0.38 - - [2026-04-23 01:57:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002783 10.0.0.38 - - [2026-04-23 01:57:22] "PUT /security-group/b22a0051-ffc1-4cfb-a991-7dc42bde19b3 HTTP/1.1" 200 262 0.012849 10.0.0.38 - - [2026-04-23 01:57:22] "PUT /access-control-list/f9e60717-6d8d-4b4c-9ed0-11361a1b2dc3 HTTP/1.1" 200 272 0.008342 10.0.0.38 - - [2026-04-23 01:57:22] "PUT /access-control-list/746a3b5d-e77e-4ef8-848f-fa1ffe2dffda HTTP/1.1" 200 272 0.007569 10.0.0.38 - - [2026-04-23 01:57:23] "POST /fqname-to-id HTTP/1.1" 401 292 0.000437 10.0.0.38 - - [2026-04-23 01:57:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.052002 10.0.0.38 - - [2026-04-23 01:57:23] "GET /projects?obj_uuids=a38f5264-0fa8-4738-84be-c9357e2435be&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000799 10.0.0.38 - - [2026-04-23 01:57:23] "GET /project/a38f5264-0fa8-4738-84be-c9357e2435be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.028884 10.0.0.38 - - [2026-04-23 01:57:23] "POST /neutron/network HTTP/1.1" 200 117 0.029104 10.0.0.38 - - [2026-04-23 01:57:23] "GET /projects?obj_uuids=a38f5264-0fa8-4738-84be-c9357e2435be&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001561 10.0.0.38 - - [2026-04-23 01:57:23] "POST /neutron/network HTTP/1.1" 200 619 0.060095 10.0.0.38 - - [2026-04-23 01:57:23] "POST /route-targets HTTP/1.1" 200 327 0.016104 10.0.0.38 - - [2026-04-23 01:57:23] "POST /ref-update HTTP/1.1" 200 156 0.013583 10.0.0.38 - - [2026-04-23 01:57:23] "POST /useragent-kv HTTP/1.1" 200 115 0.005799 10.0.0.38 - - [2026-04-23 01:57:23] "POST /neutron/subnet HTTP/1.1" 200 734 0.164271 10.0.0.38 - - [2026-04-23 01:57:23] "POST /neutron/network HTTP/1.1" 200 840 0.004560 10.0.0.38 - - [2026-04-23 01:57:23] "POST /id-to-fqname HTTP/1.1" 200 233 0.000902 10.0.0.38 - - [2026-04-23 01:57:23] "GET /virtual-network/903e6454-cf39-4517-8a0f-91bc8de40b82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.003905 10.0.0.38 - - [2026-04-23 01:57:23] "POST /neutron/network HTTP/1.1" 200 840 0.005378 10.0.0.38 - - [2026-04-23 01:57:23] "GET /virtual-network/903e6454-cf39-4517-8a0f-91bc8de40b82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.004169 10.0.0.38 - - [2026-04-23 01:57:24] "POST /neutron/network HTTP/1.1" 200 840 0.005213 10.0.0.38 - - [2026-04-23 01:57:24] "POST /neutron/subnet HTTP/1.1" 200 734 0.005707 10.0.0.38 - - [2026-04-23 01:57:24] "GET /domains HTTP/1.1" 401 292 0.000339 10.0.0.38 - - [2026-04-23 01:57:24] "GET /domains HTTP/1.1" 200 280 0.025147 10.0.0.38 - - [2026-04-23 01:57:24] "GET /domains?obj_uuids=63294607-7558-4a2c-b899-0097ad180adc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000830 10.0.0.38 - - [2026-04-23 01:57:24] "GET /domain/63294607-7558-4a2c-b899-0097ad180adc HTTP/1.1" 200 2782 0.006834 10.0.0.38 - - [2026-04-23 01:57:24] "GET /projects?obj_uuids=a38f5264-0fa8-4738-84be-c9357e2435be&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000738 10.0.0.38 - - [2026-04-23 01:57:24] "GET /project/a38f5264-0fa8-4738-84be-c9357e2435be HTTP/1.1" 200 2174 0.072728 10.0.0.38 - - [2026-04-23 01:57:24] "GET /virtual-network/903e6454-cf39-4517-8a0f-91bc8de40b82 HTTP/1.1" 200 2345 0.005237 10.0.0.38 - - [2026-04-23 01:57:24] "GET /virtual-network/903e6454-cf39-4517-8a0f-91bc8de40b82 HTTP/1.1" 200 2345 0.003815 10.0.0.38 - - [2026-04-23 01:57:24] "GET /routing-instance/06b06e0e-e2a8-44c6-af6d-50f36c764066 HTTP/1.1" 200 1490 0.002690 10.0.0.38 - - [2026-04-23 01:57:24] "GET /routing-instance/06b06e0e-e2a8-44c6-af6d-50f36c764066 HTTP/1.1" 200 1490 0.002588 10.0.0.38 - - [2026-04-23 01:57:24] "GET /route-target/d72c1414-30ab-4a9f-936e-e649fd174508 HTTP/1.1" 200 1219 0.002270 10.0.0.38 - - [2026-04-23 01:57:24] "GET /virtual-network/903e6454-cf39-4517-8a0f-91bc8de40b82 HTTP/1.1" 200 2345 0.004012 10.0.0.38 - - [2026-04-23 01:57:24] "GET /routing-instance/06b06e0e-e2a8-44c6-af6d-50f36c764066 HTTP/1.1" 200 1490 0.002954 10.0.0.38 - - [2026-04-23 01:57:24] "GET /virtual-network/903e6454-cf39-4517-8a0f-91bc8de40b82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.003870 10.0.0.38 - - [2026-04-23 01:57:24] "GET /virtual-network/903e6454-cf39-4517-8a0f-91bc8de40b82 HTTP/1.1" 200 2345 0.004126 10.0.0.38 - - [2026-04-23 01:57:24] "GET /routing-instance/06b06e0e-e2a8-44c6-af6d-50f36c764066 HTTP/1.1" 200 1490 0.003465 10.0.0.38 - - [2026-04-23 01:57:24] "GET /routing-instance/06b06e0e-e2a8-44c6-af6d-50f36c764066 HTTP/1.1" 200 1490 0.008231 10.0.0.38 - - [2026-04-23 01:57:24] "GET /route-target/d72c1414-30ab-4a9f-936e-e649fd174508 HTTP/1.1" 200 1219 0.002615 10.0.0.38 - - [2026-04-23 01:57:24] "GET /domains HTTP/1.1" 200 280 0.002265 10.0.0.38 - - [2026-04-23 01:57:24] "GET /domains?obj_uuids=63294607-7558-4a2c-b899-0097ad180adc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000749 10.0.0.38 - - [2026-04-23 01:57:24] "GET /domain/63294607-7558-4a2c-b899-0097ad180adc HTTP/1.1" 200 2782 0.005568 10.0.0.38 - - [2026-04-23 01:57:24] "GET /projects?obj_uuids=a38f5264-0fa8-4738-84be-c9357e2435be&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000739 10.0.0.38 - - [2026-04-23 01:57:24] "GET /project/a38f5264-0fa8-4738-84be-c9357e2435be HTTP/1.1" 200 2174 0.065241 10.0.0.38 - - [2026-04-23 01:57:24] "GET /virtual-network/903e6454-cf39-4517-8a0f-91bc8de40b82 HTTP/1.1" 200 2345 0.004345 10.0.0.38 - - [2026-04-23 01:57:25] "GET /obj-perms HTTP/1.1" 200 5054 0.050727 10.0.0.38 - - [2026-04-23 01:57:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002808 10.0.0.38 - - [2026-04-23 01:57:25] "GET /projects?obj_uuids=a38f5264-0fa8-4738-84be-c9357e2435be&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001481 10.0.0.38 - - [2026-04-23 01:57:25] "GET /project/a38f5264-0fa8-4738-84be-c9357e2435be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.024537 10.0.0.38 - - [2026-04-23 01:57:25] "POST /neutron/network HTTP/1.1" 200 117 0.009371 10.0.0.38 - - [2026-04-23 01:57:25] "GET /projects?obj_uuids=a38f5264-0fa8-4738-84be-c9357e2435be&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000856 10.0.0.38 - - [2026-04-23 01:57:25] "POST /neutron/network HTTP/1.1" 200 619 0.066230 10.0.0.38 - - [2026-04-23 01:57:25] "POST /route-targets HTTP/1.1" 200 327 0.012007 10.0.0.38 - - [2026-04-23 01:57:25] "POST /ref-update HTTP/1.1" 200 156 0.013552 10.0.0.38 - - [2026-04-23 01:57:25] "POST /useragent-kv HTTP/1.1" 200 115 0.004235 10.0.0.38 - - [2026-04-23 01:57:25] "POST /neutron/subnet HTTP/1.1" 200 720 0.199692 10.0.0.38 - - [2026-04-23 01:57:25] "POST /neutron/network HTTP/1.1" 200 837 0.005495 10.0.0.38 - - [2026-04-23 01:57:25] "POST /id-to-fqname HTTP/1.1" 200 233 0.000969 10.0.0.38 - - [2026-04-23 01:57:25] "GET /virtual-network/d3079dfa-f0bb-4ec7-af04-a48cb3cb26d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.003907 10.0.0.38 - - [2026-04-23 01:57:25] "POST /neutron/network HTTP/1.1" 200 837 0.005218 10.0.0.38 - - [2026-04-23 01:57:25] "GET /virtual-network/d3079dfa-f0bb-4ec7-af04-a48cb3cb26d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.004282 10.0.0.38 - - [2026-04-23 01:57:25] "POST /neutron/network HTTP/1.1" 200 837 0.004997 10.0.0.38 - - [2026-04-23 01:57:25] "POST /neutron/subnet HTTP/1.1" 200 720 0.006184 10.0.0.38 - - [2026-04-23 01:57:25] "GET /domains HTTP/1.1" 200 280 0.001873 10.0.0.38 - - [2026-04-23 01:57:25] "GET /domains?obj_uuids=63294607-7558-4a2c-b899-0097ad180adc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001187 10.0.0.38 - - [2026-04-23 01:57:25] "GET /domain/63294607-7558-4a2c-b899-0097ad180adc HTTP/1.1" 200 2782 0.005804 10.0.0.38 - - [2026-04-23 01:57:25] "GET /projects?obj_uuids=a38f5264-0fa8-4738-84be-c9357e2435be&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000749 10.0.0.38 - - [2026-04-23 01:57:25] "GET /project/a38f5264-0fa8-4738-84be-c9357e2435be HTTP/1.1" 200 2402 0.069314 10.0.0.38 - - [2026-04-23 01:57:25] "GET /virtual-network/d3079dfa-f0bb-4ec7-af04-a48cb3cb26d2 HTTP/1.1" 200 2337 0.005560 10.0.0.38 - - [2026-04-23 01:57:25] "GET /virtual-network/d3079dfa-f0bb-4ec7-af04-a48cb3cb26d2 HTTP/1.1" 200 2337 0.006014 10.0.0.38 - - [2026-04-23 01:57:25] "GET /routing-instance/f5ed31c0-1a33-4374-a8dc-cfd82f176e56 HTTP/1.1" 200 1492 0.003108 10.0.0.38 - - [2026-04-23 01:57:25] "GET /routing-instance/f5ed31c0-1a33-4374-a8dc-cfd82f176e56 HTTP/1.1" 200 1492 0.003087 10.0.0.38 - - [2026-04-23 01:57:25] "GET /route-target/92805f65-980d-46cb-9eb9-869c9c3e7412 HTTP/1.1" 200 1219 0.003303 10.0.0.38 - - [2026-04-23 01:57:25] "GET /virtual-network/d3079dfa-f0bb-4ec7-af04-a48cb3cb26d2 HTTP/1.1" 200 2337 0.004835 10.0.0.38 - - [2026-04-23 01:57:25] "GET /routing-instance/f5ed31c0-1a33-4374-a8dc-cfd82f176e56 HTTP/1.1" 200 1492 0.003035 10.0.0.38 - - [2026-04-23 01:57:25] "GET /virtual-network/d3079dfa-f0bb-4ec7-af04-a48cb3cb26d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.004303 10.0.0.38 - - [2026-04-23 01:57:25] "GET /virtual-network/d3079dfa-f0bb-4ec7-af04-a48cb3cb26d2 HTTP/1.1" 200 2337 0.004578 10.0.0.38 - - [2026-04-23 01:57:25] "GET /routing-instance/f5ed31c0-1a33-4374-a8dc-cfd82f176e56 HTTP/1.1" 200 1492 0.002782 10.0.0.38 - - [2026-04-23 01:57:25] "GET /routing-instance/f5ed31c0-1a33-4374-a8dc-cfd82f176e56 HTTP/1.1" 200 1492 0.003304 10.0.0.38 - - [2026-04-23 01:57:25] "GET /route-target/92805f65-980d-46cb-9eb9-869c9c3e7412 HTTP/1.1" 200 1219 0.002380 10.0.0.38 - - [2026-04-23 01:57:25] "GET /domains HTTP/1.1" 200 280 0.003532 10.0.0.38 - - [2026-04-23 01:57:25] "GET /domains?obj_uuids=63294607-7558-4a2c-b899-0097ad180adc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000817 10.0.0.38 - - [2026-04-23 01:57:25] "GET /domain/63294607-7558-4a2c-b899-0097ad180adc HTTP/1.1" 200 2782 0.008792 10.0.0.38 - - [2026-04-23 01:57:25] "GET /projects?obj_uuids=a38f5264-0fa8-4738-84be-c9357e2435be&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000782 10.0.0.38 - - [2026-04-23 01:57:25] "GET /project/a38f5264-0fa8-4738-84be-c9357e2435be HTTP/1.1" 200 2402 0.077155 10.0.0.38 - - [2026-04-23 01:57:25] "GET /virtual-network/d3079dfa-f0bb-4ec7-af04-a48cb3cb26d2 HTTP/1.1" 200 2337 0.003817 10.0.0.38 - - [2026-04-23 01:57:25] "GET /obj-perms HTTP/1.1" 200 5054 0.002146 10.0.0.38 - - [2026-04-23 01:57:25] "POST /id-to-fqname HTTP/1.1" 200 233 0.001132 10.0.0.38 - - [2026-04-23 01:57:26] "POST /neutron/network HTTP/1.1" 200 847 0.005229 10.0.0.38 - - [2026-04-23 01:57:26] "GET /aaa-mode HTTP/1.1" 401 292 0.000332 10.0.0.38 - - [2026-04-23 01:57:26] "GET / HTTP/1.1" 200 35931 0.001223 10.0.0.38 - - [2026-04-23 01:57:26] "GET /project/a38f5264-0fa8-4738-84be-c9357e2435be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000291 10.0.0.38 - - [2026-04-23 01:57:26] "GET /projects?obj_uuids=a38f5264-0fa8-4738-84be-c9357e2435be&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000943 10.0.0.38 - - [2026-04-23 01:57:26] "GET /project/a38f5264-0fa8-4738-84be-c9357e2435be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.044809 10.0.0.38 - - [2026-04-23 01:57:26] "POST /neutron/network HTTP/1.1" 200 837 0.005033 10.0.0.38 - - [2026-04-23 01:57:26] "POST /neutron/port HTTP/1.1" 200 117 0.004651 10.0.0.38 - - [2026-04-23 01:57:26] "POST /neutron/port HTTP/1.1" 200 117 0.006528 10.0.0.38 - - [2026-04-23 01:57:26] "POST /id-to-fqname HTTP/1.1" 200 233 0.001075 10.0.0.38 - - [2026-04-23 01:57:26] "POST /neutron/port HTTP/1.1" 200 117 0.005187 10.0.0.38 - - [2026-04-23 01:57:27] "POST /neutron/network HTTP/1.1" 200 850 0.008521 10.0.0.38 - - [2026-04-23 01:57:27] "GET /aaa-mode HTTP/1.1" 401 292 0.000401 10.0.0.38 - - [2026-04-23 01:57:27] "POST /neutron/network HTTP/1.1" 200 847 0.004842 10.0.0.38 - - [2026-04-23 01:57:27] "GET /projects?obj_uuids=a38f5264-0fa8-4738-84be-c9357e2435be&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000932 10.0.0.38 - - [2026-04-23 01:57:27] "GET / HTTP/1.1" 200 35931 0.002349 10.0.0.38 - - [2026-04-23 01:57:27] "GET /project/a38f5264-0fa8-4738-84be-c9357e2435be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000315 10.0.0.38 - - [2026-04-23 01:57:27] "POST /neutron/port HTTP/1.1" 200 1071 0.191198 10.0.0.38 - - [2026-04-23 01:57:27] "POST /neutron/port HTTP/1.1" 200 1071 0.008919 10.0.0.38 - - [2026-04-23 01:57:27] "POST /neutron/port HTTP/1.1" 200 1071 0.008024 10.0.0.38 - - [2026-04-23 01:57:27] "POST /neutron/port HTTP/1.1" 200 1125 0.064241 10.0.0.38 - - [2026-04-23 01:57:27] "POST /neutron/port HTTP/1.1" 200 1135 0.012661 10.0.0.38 - - [2026-04-23 01:57:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003073 10.0.0.38 - - [2026-04-23 01:57:27] "POST /neutron/subnet HTTP/1.1" 200 694 0.005890 10.0.0.38 - - [2026-04-23 01:57:27] "POST /neutron/port HTTP/1.1" 200 117 0.000900 10.0.0.38 - - [2026-04-23 01:57:27] "GET /projects?obj_uuids=a38f5264-0fa8-4738-84be-c9357e2435be&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001105 10.0.0.38 - - [2026-04-23 01:57:27] "POST /neutron/network HTTP/1.1" 200 837 0.004383 10.0.0.38 - - [2026-04-23 01:57:27] "GET /project/a38f5264-0fa8-4738-84be-c9357e2435be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.053071 10.0.0.38 - - [2026-04-23 01:57:27] "POST /neutron/network HTTP/1.1" 200 840 0.004919 10.0.0.38 - - [2026-04-23 01:57:27] "POST /neutron/port HTTP/1.1" 200 1135 0.018185 10.0.0.38 - - [2026-04-23 01:57:28] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005623 10.0.0.38 - - [2026-04-23 01:57:28] "POST /neutron/port HTTP/1.1" 200 117 0.007749 10.0.0.38 - - [2026-04-23 01:57:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002663 10.0.0.38 - - [2026-04-23 01:57:28] "GET /projects?obj_uuids=a38f5264-0fa8-4738-84be-c9357e2435be&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001170 10.0.0.38 - - [2026-04-23 01:57:28] "GET /project/a38f5264-0fa8-4738-84be-c9357e2435be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.024918 10.0.0.38 - - [2026-04-23 01:57:28] "GET /virtual-network/903e6454-cf39-4517-8a0f-91bc8de40b82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.007026 10.0.0.38 - - [2026-04-23 01:57:28] "GET /floating-ip-pools?parent_id=903e6454-cf39-4517-8a0f-91bc8de40b82&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003153 10.0.0.38 - - [2026-04-23 01:57:28] "GET /virtual-network/903e6454-cf39-4517-8a0f-91bc8de40b82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.006488 10.0.0.38 - - [2026-04-23 01:57:28] "POST /floating-ip-pools HTTP/1.1" 200 609 0.038570 10.0.0.38 - - [2026-04-23 01:57:28] "POST /neutron/network HTTP/1.1" 200 850 0.011279 10.0.0.38 - - [2026-04-23 01:57:28] "POST /ref-update HTTP/1.1" 200 156 0.016115 10.0.0.38 - - [2026-04-23 01:57:28] "GET /projects?obj_uuids=a38f5264-0fa8-4738-84be-c9357e2435be&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001737 10.0.0.38 - - [2026-04-23 01:57:28] "GET /virtual-network/903e6454-cf39-4517-8a0f-91bc8de40b82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.006235 10.0.0.38 - - [2026-04-23 01:57:28] "GET /domains HTTP/1.1" 200 280 0.001843 10.0.0.38 - - [2026-04-23 01:57:28] "GET /domains?obj_uuids=63294607-7558-4a2c-b899-0097ad180adc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001088 10.0.0.38 - - [2026-04-23 01:57:28] "GET /domain/63294607-7558-4a2c-b899-0097ad180adc HTTP/1.1" 200 2782 0.008259 10.0.0.38 - - [2026-04-23 01:57:28] "GET /projects?obj_uuids=a38f5264-0fa8-4738-84be-c9357e2435be&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000845 10.0.0.38 - - [2026-04-23 01:57:28] "GET /project/a38f5264-0fa8-4738-84be-c9357e2435be HTTP/1.1" 200 3244 0.097324 10.0.0.38 - - [2026-04-23 01:57:28] "GET /virtual-network/903e6454-cf39-4517-8a0f-91bc8de40b82 HTTP/1.1" 200 2936 0.022221 10.0.0.38 - - [2026-04-23 01:57:28] "GET /floating-ip-pool/aa2e001a-572c-4dd4-a389-5ef1f4d42812 HTTP/1.1" 200 1441 0.011510 10.0.0.38 - - [2026-04-23 01:57:28] "GET /domains HTTP/1.1" 200 280 0.006391 10.0.0.38 - - [2026-04-23 01:57:28] "GET /domains?obj_uuids=63294607-7558-4a2c-b899-0097ad180adc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000897 10.0.0.38 - - [2026-04-23 01:57:28] "GET /domain/63294607-7558-4a2c-b899-0097ad180adc HTTP/1.1" 200 2782 0.008005 10.0.0.38 - - [2026-04-23 01:57:28] "GET /projects?obj_uuids=a38f5264-0fa8-4738-84be-c9357e2435be&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000839 10.0.0.38 - - [2026-04-23 01:57:28] "POST /neutron/port HTTP/1.1" 200 1074 0.317805 10.0.0.38 - - [2026-04-23 01:57:28] "GET /project/a38f5264-0fa8-4738-84be-c9357e2435be HTTP/1.1" 200 3244 0.088904 10.0.0.38 - - [2026-04-23 01:57:28] "GET /virtual-network/903e6454-cf39-4517-8a0f-91bc8de40b82 HTTP/1.1" 200 3157 0.014492 10.0.0.38 - - [2026-04-23 01:57:28] "GET /virtual-network/903e6454-cf39-4517-8a0f-91bc8de40b82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.006777 10.0.0.38 - - [2026-04-23 01:57:28] "POST /neutron/port HTTP/1.1" 200 1074 0.029752 10.0.0.38 - - [2026-04-23 01:57:28] "POST /neutron/port HTTP/1.1" 200 1074 0.011135 10.0.0.38 - - [2026-04-23 01:57:28] "POST /neutron/port HTTP/1.1" 200 1135 0.025477 10.0.0.38 - - [2026-04-23 01:57:28] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009358 10.0.0.38 - - [2026-04-23 01:57:28] "POST /neutron/port HTTP/1.1" 200 1128 0.089509 10.0.0.38 - - [2026-04-23 01:57:28] "POST /neutron/port HTTP/1.1" 200 1138 0.012311 10.0.0.38 - - [2026-04-23 01:57:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002540 10.0.0.38 - - [2026-04-23 01:57:28] "POST /neutron/subnet HTTP/1.1" 200 708 0.005339 10.0.0.38 - - [2026-04-23 01:57:28] "POST /neutron/port HTTP/1.1" 200 117 0.000946 10.0.0.38 - - [2026-04-23 01:57:28] "POST /neutron/network HTTP/1.1" 200 840 0.007816 10.0.0.38 - - [2026-04-23 01:57:33] "POST /neutron/port HTTP/1.1" 200 1135 0.022453 10.0.0.38 - - [2026-04-23 01:57:33] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007736 10.0.0.38 - - [2026-04-23 01:57:33] "POST /neutron/port HTTP/1.1" 200 1135 0.010950 10.0.0.38 - - [2026-04-23 01:57:34] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005285 10.0.0.38 - - [2026-04-23 01:57:34] "POST /neutron/port HTTP/1.1" 200 1135 0.011733 10.0.0.38 - - [2026-04-23 01:57:34] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005765 10.0.0.38 - - [2026-04-23 01:57:34] "GET /virtual-machine/dc16d0c1-4b37-49d9-a710-901c4cd7ae37 HTTP/1.1" 200 1305 0.004743 10.0.0.38 - - [2026-04-23 01:57:34] "GET /virtual-machine-interface/c964c046-4b13-438a-8f26-801183831e85 HTTP/1.1" 200 3004 0.004464 10.0.0.38 - - [2026-04-23 01:57:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002749 10.0.0.38 - - [2026-04-23 01:57:34] "GET /global-vrouter-config/e2229f30-3bb6-4b1e-8c28-43277104b447?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003054 10.0.0.38 - - [2026-04-23 01:57:34] "GET /virtual-networks?parent_id=a38f5264-0fa8-4738-84be-c9357e2435be&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.002867 10.0.0.38 - - [2026-04-23 01:57:34] "GET /virtual-network/d3079dfa-f0bb-4ec7-af04-a48cb3cb26d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.004652 10.0.0.38 - - [2026-04-23 01:57:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003034 10.0.0.38 - - [2026-04-23 01:57:37] "GET /virtual-network/d3079dfa-f0bb-4ec7-af04-a48cb3cb26d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.004452 10.0.0.38 - - [2026-04-23 01:57:38] "POST /neutron/port HTTP/1.1" 200 1135 0.035726 10.0.0.38 - - [2026-04-23 01:57:38] "POST /neutron/security_group HTTP/1.1" 200 2070 0.004365 10.0.0.38 - - [2026-04-23 01:57:38] "POST /neutron/port HTTP/1.1" 200 1138 0.010956 10.0.0.38 - - [2026-04-23 01:57:38] "POST /neutron/security_group HTTP/1.1" 200 2070 0.004427 10.0.0.38 - - [2026-04-23 01:57:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002592 10.0.0.38 - - [2026-04-23 01:57:39] "GET /global-vrouter-config/e2229f30-3bb6-4b1e-8c28-43277104b447?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002806 10.0.0.38 - - [2026-04-23 01:57:39] "GET /virtual-networks?parent_id=a38f5264-0fa8-4738-84be-c9357e2435be&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.002398 10.0.0.38 - - [2026-04-23 01:57:39] "GET /virtual-network/d3079dfa-f0bb-4ec7-af04-a48cb3cb26d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.004930 10.0.0.38 - - [2026-04-23 01:57:39] "POST /neutron/port HTTP/1.1" 200 1135 0.011322 10.0.0.38 - - [2026-04-23 01:57:39] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008279 10.0.0.38 - - [2026-04-23 01:57:44] "GET /projects?obj_uuids=a38f5264-0fa8-4738-84be-c9357e2435be&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000921 10.0.0.38 - - [2026-04-23 01:57:44] "POST /neutron/floatingip HTTP/1.1" 200 532 0.052286 10.0.0.38 - - [2026-04-23 01:57:44] "POST /neutron/port HTTP/1.1" 200 1135 0.010707 10.0.0.38 - - [2026-04-23 01:57:44] "POST /neutron/floatingip HTTP/1.1" 200 532 0.004951 10.0.0.38 - - [2026-04-23 01:57:44] "POST /neutron/floatingip HTTP/1.1" 200 578 0.039342 10.0.0.38 - - [2026-04-23 01:57:44] "POST /neutron/port HTTP/1.1" 200 1138 0.010687 10.0.0.38 - - [2026-04-23 01:57:44] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005348 10.0.0.38 - - [2026-04-23 01:57:44] "POST /neutron/port HTTP/1.1" 200 1138 0.012042 10.0.0.38 - - [2026-04-23 01:57:44] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006043 10.0.0.38 - - [2026-04-23 01:57:44] "POST /neutron/port HTTP/1.1" 200 1138 0.011209 10.0.0.38 - - [2026-04-23 01:57:45] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005303 10.0.0.38 - - [2026-04-23 01:57:45] "GET /virtual-machine/5e1bb628-9ce4-434b-8b52-9cab02cd71b4 HTTP/1.1" 200 1304 0.004619 10.0.0.38 - - [2026-04-23 01:57:45] "GET /virtual-machine-interface/d3dddc80-764b-4c68-8e93-862af73a6976 HTTP/1.1" 200 3004 0.004094 10.0.0.38 - - [2026-04-23 01:57:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002587 10.0.0.38 - - [2026-04-23 01:57:45] "GET /global-vrouter-config/e2229f30-3bb6-4b1e-8c28-43277104b447?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002939 10.0.0.38 - - [2026-04-23 01:57:45] "GET /virtual-networks?parent_id=a38f5264-0fa8-4738-84be-c9357e2435be&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.002737 10.0.0.38 - - [2026-04-23 01:57:45] "GET /virtual-network/903e6454-cf39-4517-8a0f-91bc8de40b82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.006681 10.0.0.38 - - [2026-04-23 01:57:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003489 10.0.0.38 - - [2026-04-23 01:57:46] "GET /global-vrouter-config/e2229f30-3bb6-4b1e-8c28-43277104b447?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002651 10.0.0.38 - - [2026-04-23 01:57:46] "GET /virtual-networks?parent_id=a38f5264-0fa8-4738-84be-c9357e2435be&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003394 10.0.0.38 - - [2026-04-23 01:57:46] "GET /virtual-network/903e6454-cf39-4517-8a0f-91bc8de40b82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.004827 10.0.0.38 - - [2026-04-23 01:57:46] "POST /neutron/floatingip HTTP/1.1" 200 578 0.013383 10.0.0.38 - - [2026-04-23 01:57:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002191 10.0.0.38 - - [2026-04-23 01:57:46] "GET /routing-instance/06b06e0e-e2a8-44c6-af6d-50f36c764066?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1490 0.002565 10.0.0.38 - - [2026-04-23 01:57:46] "GET /route-target/d72c1414-30ab-4a9f-936e-e649fd174508?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003090 10.0.0.38 - - [2026-04-23 01:57:46] "GET /floating-ip/2d93663b-d94f-4072-bff7-106e92bb0c14 HTTP/1.1" 200 1889 0.004162 10.0.0.38 - - [2026-04-23 01:57:49] "POST /neutron/floatingip HTTP/1.1" 200 578 0.011853 10.0.0.38 - - [2026-04-23 01:57:49] "POST /neutron/floatingip HTTP/1.1" 200 532 0.015883 10.0.0.38 - - [2026-04-23 01:57:49] "POST /neutron/floatingip HTTP/1.1" 200 532 0.004119 10.0.0.38 - - [2026-04-23 01:57:49] "POST /neutron/floatingip HTTP/1.1" 200 115 0.040152 10.0.0.38 - - [2026-04-23 01:57:49] "GET /floating-ip-pool/aa2e001a-572c-4dd4-a389-5ef1f4d42812?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1206 0.002437 10.0.0.38 - - [2026-04-23 01:57:49] "POST /ref-update HTTP/1.1" 200 156 0.007162 10.0.0.38 - - [2026-04-23 01:57:49] "DELETE /floating-ip-pool/aa2e001a-572c-4dd4-a389-5ef1f4d42812 HTTP/1.1" 200 115 0.020401 10.0.0.38 - - [2026-04-23 01:57:49] "POST /neutron/network HTTP/1.1" 200 837 0.005810 10.0.0.38 - - [2026-04-23 01:57:49] "POST /neutron/network HTTP/1.1" 400 204 0.008492 10.0.0.38 - - [2026-04-23 01:57:50] "POST /neutron/port HTTP/1.1" 200 1138 0.013386 10.0.0.38 - - [2026-04-23 01:57:50] "POST /neutron/port HTTP/1.1" 200 1128 0.011558 10.0.0.38 - - [2026-04-23 01:57:50] "POST /neutron/port HTTP/1.1" 200 1135 0.023695 10.0.0.38 - - [2026-04-23 01:57:50] "POST /neutron/port HTTP/1.1" 200 1125 0.012646 10.0.0.38 - - [2026-04-23 01:57:50] "POST /neutron/port HTTP/1.1" 200 151 0.121011 10.0.0.38 - - [2026-04-23 01:57:50] "POST /neutron/port HTTP/1.1" 200 151 0.114544 10.0.0.38 - - [2026-04-23 01:57:51] "POST /neutron/network HTTP/1.1" 200 837 0.004817 10.0.0.38 - - [2026-04-23 01:57:51] "POST /useragent-kv HTTP/1.1" 200 115 0.004452 10.0.0.38 - - [2026-04-23 01:57:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003389 10.0.0.38 - - [2026-04-23 01:57:51] "POST /useragent-kv HTTP/1.1" 200 115 0.002502 10.0.0.38 - - [2026-04-23 01:57:51] "POST /neutron/network HTTP/1.1" 200 151 0.085178 10.0.0.38 - - [2026-04-23 01:57:51] "DELETE /route-target/92805f65-980d-46cb-9eb9-869c9c3e7412 HTTP/1.1" 200 115 0.014065 10.0.0.38 - - [2026-04-23 01:57:51] "GET /routing-instance/f5ed31c0-1a33-4374-a8dc-cfd82f176e56 HTTP/1.1" 404 171 0.001761 10.0.0.38 - - [2026-04-23 01:57:51] "GET /domains HTTP/1.1" 200 280 0.001562 10.0.0.38 - - [2026-04-23 01:57:51] "GET /domains?obj_uuids=63294607-7558-4a2c-b899-0097ad180adc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000761 10.0.0.38 - - [2026-04-23 01:57:52] "GET /domain/63294607-7558-4a2c-b899-0097ad180adc HTTP/1.1" 200 2782 0.047843 10.0.0.38 - - [2026-04-23 01:57:52] "GET /projects?obj_uuids=a38f5264-0fa8-4738-84be-c9357e2435be&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000794 10.0.0.38 - - [2026-04-23 01:57:52] "GET /project/a38f5264-0fa8-4738-84be-c9357e2435be HTTP/1.1" 200 2174 0.062768 10.0.0.38 - - [2026-04-23 01:57:52] "POST /neutron/network HTTP/1.1" 200 840 0.004314 10.0.0.38 - - [2026-04-23 01:57:52] "POST /useragent-kv HTTP/1.1" 200 115 0.003011 10.0.0.38 - - [2026-04-23 01:57:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.006145 10.0.0.38 - - [2026-04-23 01:57:52] "POST /useragent-kv HTTP/1.1" 200 115 0.002932 10.0.0.38 - - [2026-04-23 01:57:52] "POST /neutron/network HTTP/1.1" 200 151 0.068101 10.0.0.38 - - [2026-04-23 01:57:52] "GET /routing-instance/06b06e0e-e2a8-44c6-af6d-50f36c764066 HTTP/1.1" 404 171 0.003198 10.0.0.38 - - [2026-04-23 01:57:52] "DELETE /route-target/d72c1414-30ab-4a9f-936e-e649fd174508 HTTP/1.1" 200 115 0.018019 10.0.0.38 - - [2026-04-23 01:57:52] "GET /domains HTTP/1.1" 200 280 0.002402 10.0.0.38 - - [2026-04-23 01:57:52] "GET /domains?obj_uuids=63294607-7558-4a2c-b899-0097ad180adc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001211 10.0.0.38 - - [2026-04-23 01:57:52] "GET /domain/63294607-7558-4a2c-b899-0097ad180adc HTTP/1.1" 200 2782 0.049252 10.0.0.38 - - [2026-04-23 01:57:52] "GET /projects?obj_uuids=a38f5264-0fa8-4738-84be-c9357e2435be&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001267 10.0.0.38 - - [2026-04-23 01:57:52] "GET /project/a38f5264-0fa8-4738-84be-c9357e2435be HTTP/1.1" 200 1924 0.062599 10.0.0.38 - - [2026-04-23 01:57:52] "GET /projects?obj_uuids=a38f5264-0fa8-4738-84be-c9357e2435be&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000892 10.0.0.38 - - [2026-04-23 01:57:52] "GET /project/a38f5264-0fa8-4738-84be-c9357e2435be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.038540 10.0.0.38 - - [2026-04-23 01:57:52] "GET /projects?obj_uuids=a38f5264-0fa8-4738-84be-c9357e2435be&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000843 10.0.0.38 - - [2026-04-23 01:57:52] "GET /project/a38f5264-0fa8-4738-84be-c9357e2435be?fields=virtual_networks HTTP/1.1" 200 1056 0.023085 10.0.0.38 - - [2026-04-23 01:57:52] "GET /projects?obj_uuids=a38f5264-0fa8-4738-84be-c9357e2435be&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000883 10.0.0.38 - - [2026-04-23 01:57:52] "GET /project/a38f5264-0fa8-4738-84be-c9357e2435be?fields=virtual_machine_interfaces HTTP/1.1" 200 1056 0.022441 10.0.0.38 - - [2026-04-23 01:57:52] "GET /projects?obj_uuids=a38f5264-0fa8-4738-84be-c9357e2435be&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000836 10.0.0.38 - - [2026-04-23 01:57:52] "GET /project/a38f5264-0fa8-4738-84be-c9357e2435be?fields=security_groups HTTP/1.1" 200 1294 0.019822 10.0.0.38 - - [2026-04-23 01:57:53] "POST /fqname-to-id HTTP/1.1" 404 183 0.023597 10.0.0.38 - - [2026-04-23 01:57:53] "GET /projects?obj_uuids=922fc87c-d694-4ce4-8f88-2db11ef87033&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.001969 10.0.0.38 - - [2026-04-23 01:57:53] "GET /domains?obj_uuids=63294607-7558-4a2c-b899-0097ad180adc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000799 10.0.0.38 - - [2026-04-23 01:57:53] "GET /domain/63294607-7558-4a2c-b899-0097ad180adc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.005882 10.0.0.38 - - [2026-04-23 01:57:53] "POST /id-to-fqname HTTP/1.1" 200 185 0.001443 10.0.0.38 - - [2026-04-23 01:57:53] "POST /fqname-to-id HTTP/1.1" 404 194 0.001797 10.0.0.38 - - [2026-04-23 01:57:53] "POST /security-groups HTTP/1.1" 200 586 0.056577 10.0.0.38 - - [2026-04-23 01:57:53] "POST /fqname-to-id HTTP/1.1" 404 229 0.002098 10.0.0.38 - - [2026-04-23 01:57:53] "POST /projects HTTP/1.1" 200 575 0.201377 10.0.0.38 - - [2026-04-23 01:57:53] "POST /access-control-lists HTTP/1.1" 200 591 0.055732 10.0.0.38 - - [2026-04-23 01:57:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.270663 10.0.0.38 - - [2026-04-23 01:57:53] "POST /fqname-to-id HTTP/1.1" 404 228 0.002328 10.0.0.38 - - [2026-04-23 01:57:54] "GET /project/922fc87c-d694-4ce4-8f88-2db11ef87033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.397578 10.0.0.38 - - [2026-04-23 01:57:54] "POST /access-control-lists HTTP/1.1" 200 589 0.067804 10.0.0.38 - - [2026-04-23 01:57:55] "GET / HTTP/1.1" 200 35931 0.001657 10.0.0.38 - - [2026-04-23 01:57:56] "GET /projects?obj_uuids=922fc87c-d694-4ce4-8f88-2db11ef87033&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000995 10.0.0.38 - - [2026-04-23 01:57:56] "GET /project/922fc87c-d694-4ce4-8f88-2db11ef87033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.020103 10.0.0.38 - - [2026-04-23 01:57:56] "GET /projects?obj_uuids=922fc87c-d694-4ce4-8f88-2db11ef87033&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000901 10.0.0.38 - - [2026-04-23 01:57:56] "GET /project/922fc87c-d694-4ce4-8f88-2db11ef87033?fields=virtual_networks HTTP/1.1" 200 1023 0.066972 10.0.0.38 - - [2026-04-23 01:57:56] "GET /projects?obj_uuids=922fc87c-d694-4ce4-8f88-2db11ef87033&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000886 10.0.0.38 - - [2026-04-23 01:57:56] "GET /project/922fc87c-d694-4ce4-8f88-2db11ef87033?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.025168 10.0.0.38 - - [2026-04-23 01:57:56] "GET /projects?obj_uuids=922fc87c-d694-4ce4-8f88-2db11ef87033&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000855 10.0.0.38 - - [2026-04-23 01:57:56] "GET /project/922fc87c-d694-4ce4-8f88-2db11ef87033?fields=security_groups HTTP/1.1" 200 1244 0.024800 10.0.0.38 - - [2026-04-23 01:57:57] "POST /fqname-to-id HTTP/1.1" 404 183 0.025393 10.0.0.38 - - [2026-04-23 01:57:57] "GET /projects?obj_uuids=2f8b61b1-58f8-4c4f-8bda-d976c03e0c03&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002085 10.0.0.38 - - [2026-04-23 01:57:57] "GET /domains?obj_uuids=63294607-7558-4a2c-b899-0097ad180adc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000949 10.0.0.38 - - [2026-04-23 01:57:57] "GET /domain/63294607-7558-4a2c-b899-0097ad180adc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006350 10.0.0.38 - - [2026-04-23 01:57:57] "POST /id-to-fqname HTTP/1.1" 200 185 0.000976 10.0.0.38 - - [2026-04-23 01:57:57] "POST /fqname-to-id HTTP/1.1" 404 194 0.003054 10.0.0.38 - - [2026-04-23 01:57:57] "POST /security-groups HTTP/1.1" 200 586 0.066247 10.0.0.38 - - [2026-04-23 01:57:57] "POST /fqname-to-id HTTP/1.1" 404 229 0.002380 10.0.0.38 - - [2026-04-23 01:57:57] "POST /projects HTTP/1.1" 200 575 0.220463 10.0.0.38 - - [2026-04-23 01:57:57] "POST /access-control-lists HTTP/1.1" 200 591 0.054413 10.0.0.38 - - [2026-04-23 01:57:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.288415 10.0.0.38 - - [2026-04-23 01:57:57] "POST /fqname-to-id HTTP/1.1" 404 228 0.002452 10.0.0.38 - - [2026-04-23 01:57:57] "GET /project/2f8b61b1-58f8-4c4f-8bda-d976c03e0c03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.401212 10.0.0.38 - - [2026-04-23 01:57:57] "POST /access-control-lists HTTP/1.1" 200 589 0.060639 10.0.0.38 - - [2026-04-23 01:57:58] "GET / HTTP/1.1" 200 35931 0.001617 10.0.0.38 - - [2026-04-23 01:57:58] "DELETE /project/a38f52640fa8473884bec9357e2435be HTTP/1.1" 404 173 0.010366 10.0.0.38 - - [2026-04-23 01:57:58] "DELETE /project/922fc87cd6944ce48f882db11ef87033 HTTP/1.1" 404 173 0.009567 10.0.0.38 - - [2026-04-23 01:57:58] "DELETE /project/2f8b61b158f84c4f8bdad976c03e0c03 HTTP/1.1" 404 173 0.004767 10.0.0.38 - - [2026-04-23 01:57:58] "GET /projects?obj_uuids=922fc87c-d694-4ce4-8f88-2db11ef87033&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000828 10.0.0.38 - - [2026-04-23 01:57:58] "GET /projects?obj_uuids=a38f5264-0fa8-4738-84be-c9357e2435be&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000754 10.0.0.38 - - [2026-04-23 01:57:58] "GET /projects?obj_uuids=92627ce7-3709-42ec-a6fd-d278ad1b6d02&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000743 10.0.0.38 - - [2026-04-23 01:57:58] "GET /project/922fc87c-d694-4ce4-8f88-2db11ef87033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.032924 10.0.0.38 - - [2026-04-23 01:57:58] "GET /project/a38f5264-0fa8-4738-84be-c9357e2435be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1516 0.046080 10.0.0.38 - - [2026-04-23 01:57:58] "GET /project/92627ce7-3709-42ec-a6fd-d278ad1b6d02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1513 0.048941 10.0.0.38 - - [2026-04-23 01:57:58] "GET /projects?obj_uuids=922fc87c-d694-4ce4-8f88-2db11ef87033&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001005 10.0.0.38 - - [2026-04-23 01:57:58] "GET /projects?obj_uuids=92627ce7-3709-42ec-a6fd-d278ad1b6d02&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000750 10.0.0.38 - - [2026-04-23 01:57:58] "GET /projects?obj_uuids=a38f5264-0fa8-4738-84be-c9357e2435be&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000680 10.0.0.38 - - [2026-04-23 01:57:58] "GET /project/a38f5264-0fa8-4738-84be-c9357e2435be?fields=security_groups HTTP/1.1" 200 1399 0.047236 10.0.0.38 - - [2026-04-23 01:57:58] "GET /project/92627ce7-3709-42ec-a6fd-d278ad1b6d02?fields=security_groups HTTP/1.1" 200 1397 0.050989 10.0.0.38 - - [2026-04-23 01:57:58] "GET /project/922fc87c-d694-4ce4-8f88-2db11ef87033?fields=security_groups HTTP/1.1" 200 1349 0.059245 10.0.0.38 - - [2026-04-23 01:57:58] "DELETE /security-group/b882529f-ad8e-49b7-807a-a3ecc605d39c HTTP/1.1" 200 115 0.054457 10.0.0.38 - - [2026-04-23 01:57:58] "DELETE /security-group/d07c00bc-6bd3-4424-bb80-c065b63bd486 HTTP/1.1" 200 115 0.072894 10.0.0.38 - - [2026-04-23 01:57:58] "GET /projects?obj_uuids=922fc87c-d694-4ce4-8f88-2db11ef87033&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000818 10.0.0.38 - - [2026-04-23 01:57:58] "DELETE /security-group/c73b3093-9f1b-4d9c-8663-b59109abe401 HTTP/1.1" 200 115 0.074491 10.0.0.38 - - [2026-04-23 01:57:58] "GET /projects?obj_uuids=a38f5264-0fa8-4738-84be-c9357e2435be&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000757 10.0.0.38 - - [2026-04-23 01:57:58] "GET /projects?obj_uuids=92627ce7-3709-42ec-a6fd-d278ad1b6d02&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000940 10.0.0.38 - - [2026-04-23 01:57:58] "DELETE /access-control-list/20c34d1b-c4d6-4d39-810a-a2e6380f03fe HTTP/1.1" 200 115 0.057494 10.0.0.38 - - [2026-04-23 01:57:58] "GET /project/922fc87c-d694-4ce4-8f88-2db11ef87033?fields=application_policy_sets HTTP/1.1" 200 1388 0.050581 10.0.0.38 - - [2026-04-23 01:57:58] "GET /project/92627ce7-3709-42ec-a6fd-d278ad1b6d02?fields=application_policy_sets HTTP/1.1" 200 1436 0.047992 10.0.0.38 - - [2026-04-23 01:57:58] "DELETE /access-control-list/ca8bd4bb-ce24-45b2-9018-92aca3501258 HTTP/1.1" 200 115 0.048127 10.0.0.38 - - [2026-04-23 01:57:59] "GET /project/a38f5264-0fa8-4738-84be-c9357e2435be?fields=application_policy_sets HTTP/1.1" 200 1438 0.090902 10.0.0.38 - - [2026-04-23 01:57:59] "DELETE /access-control-list/6f654916-4ecd-4153-a8a9-ef8c444a2a6e HTTP/1.1" 200 115 0.038943 10.0.0.38 - - [2026-04-23 01:57:59] "DELETE /access-control-list/9536440a-c574-4070-8222-bb1896f441f5 HTTP/1.1" 200 115 0.046404 10.0.0.38 - - [2026-04-23 01:57:59] "DELETE /access-control-list/c8e8c2ea-a1c8-432f-b9e8-dbf0b98d076f HTTP/1.1" 200 115 0.051470 10.0.0.38 - - [2026-04-23 01:57:59] "POST /fqname-to-id HTTP/1.1" 404 193 0.005268 10.0.0.38 - - [2026-04-23 01:57:59] "DELETE /project/922fc87c-d694-4ce4-8f88-2db11ef87033 HTTP/1.1" 200 115 0.482115 10.0.0.38 - - [2026-04-23 01:57:59] "DELETE /project/92627ce7-3709-42ec-a6fd-d278ad1b6d02 HTTP/1.1" 200 115 0.481952 10.0.0.38 - - [2026-04-23 01:57:59] "DELETE /access-control-list/6be366cd-4c86-4538-a159-52c12e1df085 HTTP/1.1" 200 115 0.044818 10.0.0.38 - - [2026-04-23 01:57:59] "DELETE /project/a38f5264-0fa8-4738-84be-c9357e2435be HTTP/1.1" 200 115 0.524571 10.0.0.38 - - [2026-04-23 01:57:59] "GET /projects?obj_uuids=7858e020-c0f1-4c28-a3bf-d2a12dac37dd&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000968 10.0.0.38 - - [2026-04-23 01:57:59] "POST /fqname-to-id HTTP/1.1" 404 228 0.002817 10.0.0.38 - - [2026-04-23 01:57:59] "POST /access-control-lists HTTP/1.1" 200 590 0.014306 10.0.0.38 - - [2026-04-23 01:57:59] "POST /fqname-to-id HTTP/1.1" 404 227 0.002335 10.0.0.38 - - [2026-04-23 01:57:59] "POST /access-control-lists HTTP/1.1" 200 588 0.016402 10.0.0.38 - - [2026-04-23 01:57:59] "PUT /access-control-list/9aa40191-a6b3-468c-9429-c54a4ac7fa46 HTTP/1.1" 200 272 0.008174 10.0.0.38 - - [2026-04-23 01:57:59] "POST /neutron/security_group HTTP/1.1" 200 1364 0.370209 10.0.0.38 - - [2026-04-23 01:57:59] "PUT /access-control-list/9aa40191-a6b3-468c-9429-c54a4ac7fa46 HTTP/1.1" 200 272 0.007784 10.0.0.38 - - [2026-04-23 01:57:59] "GET /projects?obj_uuids=7858e020-c0f1-4c28-a3bf-d2a12dac37dd&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001349 10.0.0.38 - - [2026-04-23 01:57:59] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.026038 10.0.0.38 - - [2026-04-23 01:57:59] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.006605 10.0.0.38 - - [2026-04-23 01:57:59] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.160967 10.0.0.38 - - [2026-04-23 01:57:59] "PUT /access-control-list/9aa40191-a6b3-468c-9429-c54a4ac7fa46 HTTP/1.1" 200 272 0.010078 10.0.0.38 - - [2026-04-23 01:57:59] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.006637 10.0.0.38 - - [2026-04-23 01:57:59] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.119654 10.0.0.38 - - [2026-04-23 01:57:59] "POST /fqname-to-id HTTP/1.1" 404 193 0.002709 10.0.0.38 - - [2026-04-23 01:57:59] "PUT /access-control-list/9aa40191-a6b3-468c-9429-c54a4ac7fa46 HTTP/1.1" 200 272 0.007448 10.0.0.38 - - [2026-04-23 01:57:59] "GET /projects?obj_uuids=7858e020-c0f1-4c28-a3bf-d2a12dac37dd&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001179 10.0.0.38 - - [2026-04-23 01:58:00] "POST /fqname-to-id HTTP/1.1" 404 228 0.002472 10.0.0.38 - - [2026-04-23 01:58:00] "POST /access-control-lists HTTP/1.1" 200 590 0.011590 10.0.0.38 - - [2026-04-23 01:58:00] "POST /fqname-to-id HTTP/1.1" 404 227 0.002876 10.0.0.38 - - [2026-04-23 01:58:00] "POST /access-control-lists HTTP/1.1" 200 588 0.029439 10.0.0.38 - - [2026-04-23 01:58:00] "PUT /access-control-list/fdf48034-82f2-4ee4-849c-f9770e9914ba HTTP/1.1" 200 272 0.009769 10.0.0.38 - - [2026-04-23 01:58:00] "POST /neutron/security_group HTTP/1.1" 200 1364 0.335383 10.0.0.38 - - [2026-04-23 01:58:00] "GET /projects?obj_uuids=7858e020-c0f1-4c28-a3bf-d2a12dac37dd&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001073 10.0.0.38 - - [2026-04-23 01:58:00] "PUT /access-control-list/fdf48034-82f2-4ee4-849c-f9770e9914ba HTTP/1.1" 200 272 0.015170 10.0.0.38 - - [2026-04-23 01:58:00] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.026049 10.0.0.38 - - [2026-04-23 01:58:00] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.004664 10.0.0.38 - - [2026-04-23 01:58:00] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.163856 10.0.0.38 - - [2026-04-23 01:58:00] "PUT /access-control-list/fdf48034-82f2-4ee4-849c-f9770e9914ba HTTP/1.1" 200 272 0.008508 10.0.0.38 - - [2026-04-23 01:58:00] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.006050 10.0.0.38 - - [2026-04-23 01:58:00] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.098339 10.0.0.38 - - [2026-04-23 01:58:00] "POST /fqname-to-id HTTP/1.1" 401 292 0.000327 10.0.0.38 - - [2026-04-23 01:58:00] "PUT /access-control-list/fdf48034-82f2-4ee4-849c-f9770e9914ba HTTP/1.1" 200 272 0.008279 10.0.0.38 - - [2026-04-23 01:58:00] "POST /fqname-to-id HTTP/1.1" 404 210 0.025019 10.0.0.38 - - [2026-04-23 01:58:00] "GET /projects?obj_uuids=2f8b61b1-58f8-4c4f-8bda-d976c03e0c03&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000891 10.0.0.38 - - [2026-04-23 01:58:01] "POST /fqname-to-id HTTP/1.1" 404 245 0.002274 10.0.0.38 - - [2026-04-23 01:58:01] "POST /access-control-lists HTTP/1.1" 200 607 0.012501 10.0.0.38 - - [2026-04-23 01:58:01] "POST /fqname-to-id HTTP/1.1" 404 244 0.002199 10.0.0.38 - - [2026-04-23 01:58:01] "POST /access-control-lists HTTP/1.1" 200 605 0.015610 10.0.0.38 - - [2026-04-23 01:58:01] "PUT /access-control-list/e279b6be-1a9e-4988-9238-d3ea3c318a0f HTTP/1.1" 200 272 0.009556 10.0.0.38 - - [2026-04-23 01:58:01] "POST /neutron/security_group HTTP/1.1" 200 1379 0.297853 10.0.0.38 - - [2026-04-23 01:58:01] "PUT /access-control-list/e279b6be-1a9e-4988-9238-d3ea3c318a0f HTTP/1.1" 200 272 0.011317 10.0.0.38 - - [2026-04-23 01:58:01] "GET /projects?obj_uuids=2f8b61b1-58f8-4c4f-8bda-d976c03e0c03&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001229 10.0.0.38 - - [2026-04-23 01:58:01] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.032021 10.0.0.38 - - [2026-04-23 01:58:01] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.007982 10.0.0.38 - - [2026-04-23 01:58:01] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.165411 10.0.0.38 - - [2026-04-23 01:58:01] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.009122 10.0.0.38 - - [2026-04-23 01:58:01] "PUT /access-control-list/e279b6be-1a9e-4988-9238-d3ea3c318a0f HTTP/1.1" 200 272 0.016889 10.0.0.38 - - [2026-04-23 01:58:01] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.131538 10.0.0.38 - - [2026-04-23 01:58:01] "POST /fqname-to-id HTTP/1.1" 404 210 0.001829 10.0.0.38 - - [2026-04-23 01:58:01] "PUT /access-control-list/e279b6be-1a9e-4988-9238-d3ea3c318a0f HTTP/1.1" 200 272 0.008418 10.0.0.38 - - [2026-04-23 01:58:01] "GET /projects?obj_uuids=2f8b61b1-58f8-4c4f-8bda-d976c03e0c03&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001210 10.0.0.38 - - [2026-04-23 01:58:01] "POST /fqname-to-id HTTP/1.1" 404 245 0.001999 10.0.0.38 - - [2026-04-23 01:58:01] "POST /access-control-lists HTTP/1.1" 200 607 0.011727 10.0.0.38 - - [2026-04-23 01:58:01] "POST /fqname-to-id HTTP/1.1" 404 244 0.002502 10.0.0.38 - - [2026-04-23 01:58:01] "POST /access-control-lists HTTP/1.1" 200 605 0.018140 10.0.0.38 - - [2026-04-23 01:58:01] "PUT /access-control-list/2515a36d-115b-438c-b749-134c4f8672eb HTTP/1.1" 200 272 0.008816 10.0.0.38 - - [2026-04-23 01:58:02] "POST /neutron/security_group HTTP/1.1" 200 1379 0.335572 10.0.0.38 - - [2026-04-23 01:58:02] "PUT /access-control-list/2515a36d-115b-438c-b749-134c4f8672eb HTTP/1.1" 200 272 0.008515 10.0.0.38 - - [2026-04-23 01:58:02] "GET /projects?obj_uuids=2f8b61b1-58f8-4c4f-8bda-d976c03e0c03&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001192 10.0.0.38 - - [2026-04-23 01:58:02] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.025153 10.0.0.38 - - [2026-04-23 01:58:02] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.006362 10.0.0.38 - - [2026-04-23 01:58:02] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.109052 10.0.0.38 - - [2026-04-23 01:58:02] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.006249 10.0.0.38 - - [2026-04-23 01:58:02] "PUT /access-control-list/2515a36d-115b-438c-b749-134c4f8672eb HTTP/1.1" 200 272 0.011030 10.0.0.38 - - [2026-04-23 01:58:02] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.097588 10.0.0.38 - - [2026-04-23 01:58:02] "PUT /access-control-list/2515a36d-115b-438c-b749-134c4f8672eb HTTP/1.1" 200 272 0.008927 10.0.0.38 - - [2026-04-23 01:58:02] "GET /projects?obj_uuids=7858e020-c0f1-4c28-a3bf-d2a12dac37dd&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000914 10.0.0.38 - - [2026-04-23 01:58:02] "POST /neutron/router HTTP/1.1" 200 541 0.045761 10.0.0.38 - - [2026-04-23 01:58:02] "POST /neutron/router HTTP/1.1" 200 541 0.003666 10.0.0.38 - - [2026-04-23 01:58:02] "POST /route-targets HTTP/1.1" 200 327 0.011295 10.0.0.38 - - [2026-04-23 01:58:02] "POST /neutron/router HTTP/1.1" 200 541 0.004344 10.0.0.38 - - [2026-04-23 01:58:02] "PUT /logical-router/a1933070-d15d-4f22-b44d-e72e7d554fd0 HTTP/1.1" 200 262 0.017088 10.0.0.38 - - [2026-04-23 01:58:02] "POST /neutron/router HTTP/1.1" 200 541 0.005022 10.0.0.38 - - [2026-04-23 01:58:02] "POST /neutron/router HTTP/1.1" 200 541 0.003174 10.0.0.38 - - [2026-04-23 01:58:02] "POST /neutron/router HTTP/1.1" 200 541 0.003033 10.0.0.38 - - [2026-04-23 01:58:02] "POST /neutron/router HTTP/1.1" 200 541 0.003489 10.0.0.38 - - [2026-04-23 01:58:02] "POST /neutron/router HTTP/1.1" 200 541 0.003854 10.0.0.38 - - [2026-04-23 01:58:02] "POST /neutron/router HTTP/1.1" 200 541 0.002916 10.0.0.38 - - [2026-04-23 01:58:02] "POST /neutron/router HTTP/1.1" 200 541 0.003269 10.0.0.38 - - [2026-04-23 01:58:02] "POST /neutron/router HTTP/1.1" 200 541 0.003105 10.0.0.38 - - [2026-04-23 01:58:02] "POST /neutron/router HTTP/1.1" 200 541 0.002538 10.0.0.38 - - [2026-04-23 01:58:02] "POST /neutron/router HTTP/1.1" 200 541 0.002600 10.0.0.38 - - [2026-04-23 01:58:02] "POST /neutron/router HTTP/1.1" 200 541 0.003147 10.0.0.38 - - [2026-04-23 01:58:02] "POST /neutron/router HTTP/1.1" 200 541 0.003084 10.0.0.38 - - [2026-04-23 01:58:02] "POST /neutron/router HTTP/1.1" 200 541 0.002776 10.0.0.38 - - [2026-04-23 01:58:02] "POST /neutron/router HTTP/1.1" 200 541 0.003014 10.0.0.38 - - [2026-04-23 01:58:02] "POST /neutron/router HTTP/1.1" 200 541 0.002583 10.0.0.38 - - [2026-04-23 01:58:02] "POST /neutron/router HTTP/1.1" 200 541 0.002641 10.0.0.38 - - [2026-04-23 01:58:02] "POST /neutron/router HTTP/1.1" 200 541 0.002433 10.0.0.38 - - [2026-04-23 01:58:02] "POST /neutron/router HTTP/1.1" 200 541 0.003495 10.0.0.38 - - [2026-04-23 01:58:02] "POST /neutron/router HTTP/1.1" 200 541 0.002965 10.0.0.38 - - [2026-04-23 01:58:02] "POST /neutron/router HTTP/1.1" 200 541 0.002919 10.0.0.38 - - [2026-04-23 01:58:02] "POST /neutron/router HTTP/1.1" 200 541 0.002628 10.0.0.38 - - [2026-04-23 01:58:02] "POST /neutron/router HTTP/1.1" 200 541 0.002561 10.0.0.38 - - [2026-04-23 01:58:03] "POST /neutron/router HTTP/1.1" 200 541 0.002943 10.0.0.38 - - [2026-04-23 01:58:03] "POST /neutron/router HTTP/1.1" 200 541 0.002969 10.0.0.38 - - [2026-04-23 01:58:03] "POST /neutron/router HTTP/1.1" 200 541 0.002967 10.0.0.38 - - [2026-04-23 01:58:03] "POST /neutron/router HTTP/1.1" 200 541 0.002933 10.0.0.38 - - [2026-04-23 01:58:03] "POST /neutron/router HTTP/1.1" 200 541 0.002820 10.0.0.38 - - [2026-04-23 01:58:03] "POST /neutron/router HTTP/1.1" 200 541 0.002581 10.0.0.38 - - [2026-04-23 01:58:03] "POST /neutron/router HTTP/1.1" 200 541 0.009136 10.0.0.38 - - [2026-04-23 01:58:03] "POST /neutron/router HTTP/1.1" 200 541 0.002866 10.0.0.38 - - [2026-04-23 01:58:03] "POST /neutron/router HTTP/1.1" 200 541 0.012316 10.0.0.38 - - [2026-04-23 01:58:03] "POST /neutron/router HTTP/1.1" 200 541 0.003009 10.0.0.38 - - [2026-04-23 01:58:03] "POST /neutron/router HTTP/1.1" 200 541 0.016290 10.0.0.38 - - [2026-04-23 01:58:03] "POST /neutron/router HTTP/1.1" 200 541 0.003786 10.0.0.38 - - [2026-04-23 01:58:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004038 10.0.0.38 - - [2026-04-23 01:58:03] "GET /logical-router/a1933070-d15d-4f22-b44d-e72e7d554fd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.003095 10.0.0.38 - - [2026-04-23 01:58:03] "POST /neutron/router HTTP/1.1" 200 151 0.047545 10.0.0.38 - - [2026-04-23 01:58:03] "DELETE /route-target/4d1433b4-63c6-4097-8745-9bc3dca671ef HTTP/1.1" 200 115 0.014758 10.0.0.38 - - [2026-04-23 01:58:03] "GET /projects?obj_uuids=7858e020-c0f1-4c28-a3bf-d2a12dac37dd&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000897 10.0.0.38 - - [2026-04-23 01:58:03] "POST /neutron/router HTTP/1.1" 200 541 0.039139 10.0.0.38 - - [2026-04-23 01:58:03] "POST /neutron/router HTTP/1.1" 200 541 0.003304 10.0.0.38 - - [2026-04-23 01:58:03] "POST /route-targets HTTP/1.1" 200 327 0.015726 10.0.0.38 - - [2026-04-23 01:58:03] "POST /neutron/router HTTP/1.1" 200 541 0.002549 10.0.0.38 - - [2026-04-23 01:58:03] "PUT /logical-router/acd006bd-70ff-4c53-b4cd-6f545ad93210 HTTP/1.1" 200 262 0.018561 10.0.0.38 - - [2026-04-23 01:58:03] "POST /neutron/router HTTP/1.1" 200 541 0.003522 10.0.0.38 - - [2026-04-23 01:58:03] "POST /neutron/router HTTP/1.1" 200 541 0.002933 10.0.0.38 - - [2026-04-23 01:58:03] "POST /neutron/router HTTP/1.1" 200 541 0.002438 10.0.0.38 - - [2026-04-23 01:58:03] "POST /neutron/router HTTP/1.1" 200 541 0.009136 10.0.0.38 - - [2026-04-23 01:58:03] "POST /neutron/router HTTP/1.1" 200 541 0.002819 10.0.0.38 - - [2026-04-23 01:58:03] "POST /neutron/router HTTP/1.1" 200 541 0.003069 10.0.0.38 - - [2026-04-23 01:58:03] "POST /neutron/router HTTP/1.1" 200 541 0.002725 10.0.0.38 - - [2026-04-23 01:58:03] "POST /neutron/router HTTP/1.1" 200 541 0.002978 10.0.0.38 - - [2026-04-23 01:58:03] "POST /neutron/router HTTP/1.1" 200 541 0.003327 10.0.0.38 - - [2026-04-23 01:58:03] "POST /neutron/router HTTP/1.1" 200 541 0.002936 10.0.0.38 - - [2026-04-23 01:58:03] "POST /neutron/router HTTP/1.1" 200 541 0.002655 10.0.0.38 - - [2026-04-23 01:58:03] "POST /neutron/router HTTP/1.1" 200 541 0.002900 10.0.0.38 - - [2026-04-23 01:58:03] "POST /neutron/router HTTP/1.1" 200 541 0.003340 10.0.0.38 - - [2026-04-23 01:58:03] "POST /neutron/router HTTP/1.1" 200 541 0.002758 10.0.0.38 - - [2026-04-23 01:58:03] "POST /neutron/router HTTP/1.1" 200 541 0.003365 10.0.0.38 - - [2026-04-23 01:58:03] "POST /neutron/router HTTP/1.1" 200 541 0.002887 10.0.0.38 - - [2026-04-23 01:58:03] "POST /neutron/router HTTP/1.1" 200 541 0.002791 10.0.0.38 - - [2026-04-23 01:58:03] "POST /neutron/router HTTP/1.1" 200 541 0.002738 10.0.0.38 - - [2026-04-23 01:58:03] "POST /neutron/router HTTP/1.1" 200 541 0.002709 10.0.0.38 - - [2026-04-23 01:58:03] "POST /neutron/router HTTP/1.1" 200 541 0.002738 10.0.0.38 - - [2026-04-23 01:58:03] "POST /neutron/router HTTP/1.1" 200 541 0.002897 10.0.0.38 - - [2026-04-23 01:58:03] "POST /neutron/router HTTP/1.1" 200 541 0.002710 10.0.0.38 - - [2026-04-23 01:58:03] "POST /neutron/router HTTP/1.1" 200 541 0.003385 10.0.0.38 - - [2026-04-23 01:58:03] "POST /neutron/router HTTP/1.1" 200 541 0.002744 10.0.0.38 - - [2026-04-23 01:58:03] "POST /neutron/router HTTP/1.1" 200 541 0.002980 10.0.0.38 - - [2026-04-23 01:58:03] "POST /neutron/router HTTP/1.1" 200 541 0.002905 10.0.0.38 - - [2026-04-23 01:58:03] "POST /neutron/router HTTP/1.1" 200 541 0.003370 10.0.0.38 - - [2026-04-23 01:58:03] "POST /neutron/router HTTP/1.1" 200 541 0.002659 10.0.0.38 - - [2026-04-23 01:58:03] "POST /neutron/router HTTP/1.1" 200 541 0.002607 10.0.0.38 - - [2026-04-23 01:58:03] "POST /neutron/router HTTP/1.1" 200 541 0.017855 10.0.0.38 - - [2026-04-23 01:58:03] "POST /neutron/router HTTP/1.1" 200 541 0.014087 10.0.0.38 - - [2026-04-23 01:58:03] "POST /neutron/router HTTP/1.1" 200 541 0.003406 10.0.0.38 - - [2026-04-23 01:58:03] "POST /neutron/router HTTP/1.1" 200 542 0.019974 10.0.0.38 - - [2026-04-23 01:58:03] "POST /neutron/router HTTP/1.1" 200 542 0.002965 10.0.0.38 - - [2026-04-23 01:58:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002350 10.0.0.38 - - [2026-04-23 01:58:03] "GET /logical-router/acd006bd-70ff-4c53-b4cd-6f545ad93210?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.004783 10.0.0.38 - - [2026-04-23 01:58:03] "POST /neutron/router HTTP/1.1" 200 151 0.043362 10.0.0.38 - - [2026-04-23 01:58:03] "GET /projects?obj_uuids=2f8b61b1-58f8-4c4f-8bda-d976c03e0c03&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001286 10.0.0.38 - - [2026-04-23 01:58:03] "DELETE /route-target/e24f55f4-497d-4ca8-845f-204517622746 HTTP/1.1" 200 115 0.019355 10.0.0.38 - - [2026-04-23 01:58:03] "POST /neutron/router HTTP/1.1" 200 559 0.038911 10.0.0.38 - - [2026-04-23 01:58:03] "POST /neutron/router HTTP/1.1" 200 559 0.004489 10.0.0.38 - - [2026-04-23 01:58:03] "POST /route-targets HTTP/1.1" 200 327 0.011128 10.0.0.38 - - [2026-04-23 01:58:03] "POST /neutron/router HTTP/1.1" 200 559 0.004021 10.0.0.38 - - [2026-04-23 01:58:03] "PUT /logical-router/7f344eba-0816-4a19-a395-d4a234a2b339 HTTP/1.1" 200 262 0.016573 10.0.0.38 - - [2026-04-23 01:58:03] "POST /neutron/router HTTP/1.1" 200 559 0.004224 10.0.0.38 - - [2026-04-23 01:58:03] "POST /neutron/router HTTP/1.1" 200 559 0.002375 10.0.0.38 - - [2026-04-23 01:58:03] "POST /neutron/router HTTP/1.1" 200 559 0.002409 10.0.0.38 - - [2026-04-23 01:58:03] "POST /neutron/router HTTP/1.1" 200 559 0.002654 10.0.0.38 - - [2026-04-23 01:58:03] "POST /neutron/router HTTP/1.1" 200 559 0.002767 10.0.0.38 - - [2026-04-23 01:58:03] "POST /neutron/router HTTP/1.1" 200 559 0.002777 10.0.0.38 - - [2026-04-23 01:58:03] "POST /neutron/router HTTP/1.1" 200 559 0.002617 10.0.0.38 - - [2026-04-23 01:58:03] "POST /neutron/router HTTP/1.1" 200 559 0.003044 10.0.0.38 - - [2026-04-23 01:58:03] "POST /neutron/router HTTP/1.1" 200 559 0.002493 10.0.0.38 - - [2026-04-23 01:58:03] "POST /neutron/router HTTP/1.1" 200 559 0.002353 10.0.0.38 - - [2026-04-23 01:58:03] "POST /neutron/router HTTP/1.1" 200 559 0.002638 10.0.0.38 - - [2026-04-23 01:58:03] "POST /neutron/router HTTP/1.1" 200 559 0.002902 10.0.0.38 - - [2026-04-23 01:58:04] "POST /neutron/router HTTP/1.1" 200 559 0.003450 10.0.0.38 - - [2026-04-23 01:58:04] "POST /neutron/router HTTP/1.1" 200 559 0.002896 10.0.0.38 - - [2026-04-23 01:58:04] "POST /neutron/router HTTP/1.1" 200 559 0.003526 10.0.0.38 - - [2026-04-23 01:58:04] "POST /neutron/router HTTP/1.1" 200 559 0.002880 10.0.0.38 - - [2026-04-23 01:58:04] "POST /neutron/router HTTP/1.1" 200 559 0.002822 10.0.0.38 - - [2026-04-23 01:58:04] "POST /neutron/router HTTP/1.1" 200 559 0.002680 10.0.0.38 - - [2026-04-23 01:58:04] "POST /neutron/router HTTP/1.1" 200 559 0.002764 10.0.0.38 - - [2026-04-23 01:58:04] "POST /neutron/router HTTP/1.1" 200 559 0.003117 10.0.0.38 - - [2026-04-23 01:58:04] "POST /neutron/router HTTP/1.1" 200 559 0.002792 10.0.0.38 - - [2026-04-23 01:58:04] "GET /obj-perms HTTP/1.1" 200 5056 0.050310 10.0.0.38 - - [2026-04-23 01:58:04] "POST /neutron/router HTTP/1.1" 200 559 0.004588 10.0.0.38 - - [2026-04-23 01:58:04] "POST /neutron/router HTTP/1.1" 200 559 0.002859 10.0.0.38 - - [2026-04-23 01:58:04] "POST /neutron/router HTTP/1.1" 200 559 0.002763 10.0.0.38 - - [2026-04-23 01:58:04] "POST /neutron/router HTTP/1.1" 200 559 0.003135 10.0.0.38 - - [2026-04-23 01:58:04] "POST /neutron/router HTTP/1.1" 200 559 0.003508 10.0.0.38 - - [2026-04-23 01:58:04] "POST /neutron/router HTTP/1.1" 200 559 0.002804 10.0.0.38 - - [2026-04-23 01:58:04] "POST /neutron/router HTTP/1.1" 200 559 0.004053 10.0.0.38 - - [2026-04-23 01:58:04] "POST /neutron/router HTTP/1.1" 200 559 0.002857 10.0.0.38 - - [2026-04-23 01:58:04] "POST /neutron/router HTTP/1.1" 200 559 0.002949 10.0.0.38 - - [2026-04-23 01:58:04] "POST /neutron/router HTTP/1.1" 200 559 0.019502 10.0.0.38 - - [2026-04-23 01:58:04] "POST /neutron/router HTTP/1.1" 200 559 0.007234 10.0.0.38 - - [2026-04-23 01:58:04] "POST /neutron/router HTTP/1.1" 200 559 0.014606 10.0.0.38 - - [2026-04-23 01:58:04] "POST /neutron/router HTTP/1.1" 200 559 0.004965 10.0.0.38 - - [2026-04-23 01:58:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003484 10.0.0.38 - - [2026-04-23 01:58:04] "GET /logical-router/7f344eba-0816-4a19-a395-d4a234a2b339?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002844 10.0.0.38 - - [2026-04-23 01:58:04] "POST /neutron/router HTTP/1.1" 200 151 0.043989 10.0.0.38 - - [2026-04-23 01:58:04] "DELETE /route-target/7392c495-2f42-445e-8641-6bd67fe50b36 HTTP/1.1" 200 115 0.015780 10.0.0.38 - - [2026-04-23 01:58:04] "POST /neutron/security_group HTTP/1.1" 200 521 0.003423 10.0.0.38 - - [2026-04-23 01:58:04] "POST /neutron/security_group HTTP/1.1" 200 151 0.036971 10.0.0.38 - - [2026-04-23 01:58:04] "DELETE /access-control-list/95dbf03c-a4f4-4043-81a4-004cdb0deea1 HTTP/1.1" 200 115 0.023797 10.0.0.38 - - [2026-04-23 01:58:04] "POST /neutron/security_group HTTP/1.1" 200 521 0.005739 10.0.0.38 - - [2026-04-23 01:58:04] "DELETE /access-control-list/2515a36d-115b-438c-b749-134c4f8672eb HTTP/1.1" 200 115 0.029386 10.0.0.38 - - [2026-04-23 01:58:04] "POST /neutron/security_group HTTP/1.1" 200 151 0.044778 10.0.0.38 - - [2026-04-23 01:58:04] "DELETE /access-control-list/0936d543-9fe6-4a92-8804-c4eb473d301e HTTP/1.1" 200 115 0.020640 10.0.0.38 - - [2026-04-23 01:58:04] "POST /neutron/security_group HTTP/1.1" 200 506 0.004619 10.0.0.38 - - [2026-04-23 01:58:04] "GET /obj-perms HTTP/1.1" 200 5056 0.068334 10.0.0.38 - - [2026-04-23 01:58:04] "DELETE /access-control-list/e279b6be-1a9e-4988-9238-d3ea3c318a0f HTTP/1.1" 200 115 0.027282 10.0.0.38 - - [2026-04-23 01:58:04] "POST /neutron/security_group HTTP/1.1" 200 151 0.031555 10.0.0.38 - - [2026-04-23 01:58:04] "DELETE /access-control-list/de177b15-4e57-4663-8b9d-ce45a9264343 HTTP/1.1" 200 115 0.014975 10.0.0.38 - - [2026-04-23 01:58:04] "POST /neutron/security_group HTTP/1.1" 200 506 0.002708 10.0.0.38 - - [2026-04-23 01:58:04] "DELETE /access-control-list/fdf48034-82f2-4ee4-849c-f9770e9914ba HTTP/1.1" 200 115 0.022225 10.0.0.38 - - [2026-04-23 01:58:04] "POST /neutron/security_group HTTP/1.1" 200 151 0.041075 10.0.0.38 - - [2026-04-23 01:58:04] "DELETE /access-control-list/1448a031-6140-4a73-910f-a772074a8a2f HTTP/1.1" 200 115 0.020505 10.0.0.38 - - [2026-04-23 01:58:04] "DELETE /access-control-list/9aa40191-a6b3-468c-9429-c54a4ac7fa46 HTTP/1.1" 200 115 0.016039 10.0.0.38 - - [2026-04-23 01:58:04] "GET /projects?obj_uuids=2f8b61b1-58f8-4c4f-8bda-d976c03e0c03&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000866 10.0.0.38 - - [2026-04-23 01:58:04] "GET /project/2f8b61b1-58f8-4c4f-8bda-d976c03e0c03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.019518 10.0.0.38 - - [2026-04-23 01:58:04] "GET /projects?obj_uuids=2f8b61b1-58f8-4c4f-8bda-d976c03e0c03&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000769 10.0.0.38 - - [2026-04-23 01:58:04] "GET /project/2f8b61b1-58f8-4c4f-8bda-d976c03e0c03?fields=virtual_networks HTTP/1.1" 200 1022 0.063056 10.0.0.38 - - [2026-04-23 01:58:04] "GET /projects?obj_uuids=2f8b61b1-58f8-4c4f-8bda-d976c03e0c03&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001157 10.0.0.38 - - [2026-04-23 01:58:04] "GET /project/2f8b61b1-58f8-4c4f-8bda-d976c03e0c03?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.019223 10.0.0.38 - - [2026-04-23 01:58:05] "GET /projects?obj_uuids=2f8b61b1-58f8-4c4f-8bda-d976c03e0c03&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000907 10.0.0.38 - - [2026-04-23 01:58:05] "GET /project/2f8b61b1-58f8-4c4f-8bda-d976c03e0c03?fields=security_groups HTTP/1.1" 200 1243 0.027736 10.0.0.38 - - [2026-04-23 01:58:05] "POST /fqname-to-id HTTP/1.1" 404 184 0.026855 10.0.0.38 - - [2026-04-23 01:58:05] "GET /projects?obj_uuids=af6b67ec-fff9-42b0-a0b9-317a72da1852&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002243 10.0.0.38 - - [2026-04-23 01:58:05] "GET /domains?obj_uuids=63294607-7558-4a2c-b899-0097ad180adc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001293 10.0.0.38 - - [2026-04-23 01:58:05] "GET /domain/63294607-7558-4a2c-b899-0097ad180adc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008422 10.0.0.38 - - [2026-04-23 01:58:06] "POST /id-to-fqname HTTP/1.1" 200 186 0.002195 10.0.0.38 - - [2026-04-23 01:58:06] "POST /fqname-to-id HTTP/1.1" 404 195 0.003963 10.0.0.38 - - [2026-04-23 01:58:06] "POST /security-groups HTTP/1.1" 200 587 0.060014 10.0.0.38 - - [2026-04-23 01:58:06] "POST /fqname-to-id HTTP/1.1" 404 230 0.002296 10.0.0.38 - - [2026-04-23 01:58:06] "POST /projects HTTP/1.1" 200 577 0.208798 10.0.0.38 - - [2026-04-23 01:58:06] "POST /access-control-lists HTTP/1.1" 200 592 0.056456 10.0.0.38 - - [2026-04-23 01:58:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.276395 10.0.0.38 - - [2026-04-23 01:58:06] "POST /fqname-to-id HTTP/1.1" 404 229 0.002360 10.0.0.38 - - [2026-04-23 01:58:06] "GET /project/af6b67ec-fff9-42b0-a0b9-317a72da1852?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.420720 10.0.0.38 - - [2026-04-23 01:58:06] "POST /access-control-lists HTTP/1.1" 200 590 0.064519 10.0.0.38 - - [2026-04-23 01:58:07] "GET / HTTP/1.1" 200 35931 0.001729 10.0.0.38 - - [2026-04-23 01:58:07] "POST /fqname-to-id HTTP/1.1" 401 292 0.000460 10.0.0.38 - - [2026-04-23 01:58:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.065804 10.0.0.38 - - [2026-04-23 01:58:08] "GET /projects?obj_uuids=af6b67ec-fff9-42b0-a0b9-317a72da1852&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000826 10.0.0.38 - - [2026-04-23 01:58:08] "GET /project/af6b67ec-fff9-42b0-a0b9-317a72da1852?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.022056 10.0.0.38 - - [2026-04-23 01:58:08] "POST /neutron/network HTTP/1.1" 200 117 0.030122 10.0.0.38 - - [2026-04-23 01:58:08] "GET /projects?obj_uuids=af6b67ec-fff9-42b0-a0b9-317a72da1852&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.002037 10.0.0.38 - - [2026-04-23 01:58:08] "POST /neutron/network HTTP/1.1" 200 601 0.071576 10.0.0.38 - - [2026-04-23 01:58:08] "POST /route-targets HTTP/1.1" 200 327 0.008130 10.0.0.38 - - [2026-04-23 01:58:08] "POST /ref-update HTTP/1.1" 200 156 0.014200 10.0.0.38 - - [2026-04-23 01:58:08] "POST /useragent-kv HTTP/1.1" 200 115 0.002041 10.0.0.38 - - [2026-04-23 01:58:08] "POST /neutron/subnet HTTP/1.1" 200 729 0.138259 10.0.0.38 - - [2026-04-23 01:58:08] "POST /neutron/network HTTP/1.1" 200 821 0.004733 10.0.0.38 - - [2026-04-23 01:58:08] "POST /id-to-fqname HTTP/1.1" 200 216 0.000937 10.0.0.38 - - [2026-04-23 01:58:08] "GET /virtual-network/da5c38b0-7316-4b91-bc27-c0e073a903ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.003762 10.0.0.38 - - [2026-04-23 01:58:08] "POST /neutron/network HTTP/1.1" 200 821 0.005219 10.0.0.38 - - [2026-04-23 01:58:08] "GET /virtual-network/da5c38b0-7316-4b91-bc27-c0e073a903ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.003896 10.0.0.38 - - [2026-04-23 01:58:08] "POST /neutron/network HTTP/1.1" 200 821 0.005426 10.0.0.38 - - [2026-04-23 01:58:08] "POST /neutron/subnet HTTP/1.1" 200 729 0.006895 10.0.0.38 - - [2026-04-23 01:58:08] "POST /fqname-to-id HTTP/1.1" 404 206 0.001657 10.0.0.38 - - [2026-04-23 01:58:08] "GET /virtual-network/da5c38b0-7316-4b91-bc27-c0e073a903ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.004883 10.0.0.38 - - [2026-04-23 01:58:08] "GET /projects?obj_uuids=af6b67ec-fff9-42b0-a0b9-317a72da1852&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001163 10.0.0.38 - - [2026-04-23 01:58:09] "POST /neutron/port HTTP/1.1" 200 1018 0.178057 10.0.0.38 - - [2026-04-23 01:58:09] "GET /virtual-machine-interface/5e9a8d77-d0a6-4820-ae7c-a74f50c094be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2383 0.004288 10.0.0.38 - - [2026-04-23 01:58:09] "GET /virtual-machine-interface/5e9a8d77-d0a6-4820-ae7c-a74f50c094be?fields=instance_ip_back_refs HTTP/1.1" 200 1316 0.004187 10.0.0.38 - - [2026-04-23 01:58:09] "GET /instance-ip/ffb3c78c-b21f-41e2-ba3f-84c0dd81f437?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1596 0.003661 10.0.0.38 - - [2026-04-23 01:58:09] "GET /virtual-machine-interface/5e9a8d77-d0a6-4820-ae7c-a74f50c094be HTTP/1.1" 401 292 0.000375 10.0.0.38 - - [2026-04-23 01:58:09] "GET /virtual-machine-interface/5e9a8d77-d0a6-4820-ae7c-a74f50c094be HTTP/1.1" 200 2604 0.025182 10.0.0.38 - - [2026-04-23 01:58:09] "POST /neutron/port HTTP/1.1" 200 1018 0.007589 10.0.0.38 - - [2026-04-23 01:58:09] "POST /neutron/port HTTP/1.1" 200 151 0.059888 10.0.0.38 - - [2026-04-23 01:58:09] "POST /neutron/network HTTP/1.1" 200 821 0.006776 10.0.0.38 - - [2026-04-23 01:58:09] "POST /useragent-kv HTTP/1.1" 200 115 0.002871 10.0.0.38 - - [2026-04-23 01:58:09] "POST /useragent-kv HTTP/1.1" 200 115 0.002146 10.0.0.38 - - [2026-04-23 01:58:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002400 10.0.0.38 - - [2026-04-23 01:58:09] "POST /neutron/network HTTP/1.1" 200 151 0.067451 10.0.0.38 - - [2026-04-23 01:58:09] "DELETE /route-target/ed089d38-4111-4aae-a4dd-ac74b31ad0e4 HTTP/1.1" 200 115 0.015388 10.0.0.38 - - [2026-04-23 01:58:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002622 10.0.0.38 - - [2026-04-23 01:58:10] "GET /projects?obj_uuids=af6b67ec-fff9-42b0-a0b9-317a72da1852&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000846 10.0.0.38 - - [2026-04-23 01:58:10] "GET /project/af6b67ec-fff9-42b0-a0b9-317a72da1852?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.025395 10.0.0.38 - - [2026-04-23 01:58:10] "POST /neutron/network HTTP/1.1" 200 117 0.006660 10.0.0.38 - - [2026-04-23 01:58:10] "GET /projects?obj_uuids=af6b67ec-fff9-42b0-a0b9-317a72da1852&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000837 10.0.0.38 - - [2026-04-23 01:58:10] "POST /neutron/network HTTP/1.1" 200 603 0.075823 10.0.0.38 - - [2026-04-23 01:58:10] "POST /route-targets HTTP/1.1" 200 327 0.008681 10.0.0.38 - - [2026-04-23 01:58:10] "POST /ref-update HTTP/1.1" 200 156 0.011651 10.0.0.38 - - [2026-04-23 01:58:10] "POST /useragent-kv HTTP/1.1" 200 115 0.002052 10.0.0.38 - - [2026-04-23 01:58:10] "POST /neutron/subnet HTTP/1.1" 200 724 0.153999 10.0.0.38 - - [2026-04-23 01:58:10] "POST /useragent-kv HTTP/1.1" 200 115 0.002515 10.0.0.38 - - [2026-04-23 01:58:10] "POST /neutron/subnet HTTP/1.1" 200 720 0.133820 10.0.0.38 - - [2026-04-23 01:58:10] "POST /neutron/network HTTP/1.1" 200 977 0.005165 10.0.0.38 - - [2026-04-23 01:58:10] "POST /id-to-fqname HTTP/1.1" 200 217 0.000903 10.0.0.38 - - [2026-04-23 01:58:10] "GET /virtual-network/26678dc1-4ce9-4d42-b199-a8602490ec5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.004274 10.0.0.38 - - [2026-04-23 01:58:10] "POST /neutron/network HTTP/1.1" 200 977 0.005936 10.0.0.38 - - [2026-04-23 01:58:10] "GET /virtual-network/26678dc1-4ce9-4d42-b199-a8602490ec5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.003854 10.0.0.38 - - [2026-04-23 01:58:10] "POST /neutron/network HTTP/1.1" 200 977 0.005492 10.0.0.38 - - [2026-04-23 01:58:10] "POST /neutron/subnet HTTP/1.1" 200 724 0.005428 10.0.0.38 - - [2026-04-23 01:58:10] "POST /neutron/subnet HTTP/1.1" 200 720 0.005533 10.0.0.38 - - [2026-04-23 01:58:10] "GET /projects?obj_uuids=af6b67ec-fff9-42b0-a0b9-317a72da1852&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000819 10.0.0.38 - - [2026-04-23 01:58:11] "POST /neutron/port HTTP/1.1" 200 1018 0.148177 10.0.0.38 - - [2026-04-23 01:58:11] "GET /projects?obj_uuids=af6b67ec-fff9-42b0-a0b9-317a72da1852&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001124 10.0.0.38 - - [2026-04-23 01:58:11] "POST /neutron/port HTTP/1.1" 200 1017 0.142602 10.0.0.38 - - [2026-04-23 01:58:11] "POST /id-to-fqname HTTP/1.1" 200 217 0.001021 10.0.0.38 - - [2026-04-23 01:58:11] "POST /neutron/port HTTP/1.1" 200 1018 0.010079 10.0.0.38 - - [2026-04-23 01:58:11] "POST /neutron/port HTTP/1.1" 200 1018 0.007474 10.0.0.38 - - [2026-04-23 01:58:11] "POST /neutron/network HTTP/1.1" 200 977 0.004836 10.0.0.38 - - [2026-04-23 01:58:11] "POST /neutron/port HTTP/1.1" 200 1018 0.006570 10.0.0.38 - - [2026-04-23 01:58:11] "POST /neutron/port HTTP/1.1" 200 117 0.005033 10.0.0.38 - - [2026-04-23 01:58:11] "POST /neutron/port HTTP/1.1" 200 117 0.004586 10.0.0.38 - - [2026-04-23 01:58:11] "POST /id-to-fqname HTTP/1.1" 200 217 0.001219 10.0.0.38 - - [2026-04-23 01:58:11] "POST /neutron/port HTTP/1.1" 200 117 0.004331 10.0.0.38 - - [2026-04-23 01:58:11] "POST /neutron/port HTTP/1.1" 200 1017 0.008178 10.0.0.38 - - [2026-04-23 01:58:11] "POST /neutron/port HTTP/1.1" 200 1017 0.007106 10.0.0.38 - - [2026-04-23 01:58:11] "POST /neutron/network HTTP/1.1" 200 977 0.005496 10.0.0.38 - - [2026-04-23 01:58:11] "POST /neutron/port HTTP/1.1" 200 1017 0.008760 10.0.0.38 - - [2026-04-23 01:58:11] "POST /neutron/port HTTP/1.1" 200 1018 0.013773 10.0.0.38 - - [2026-04-23 01:58:11] "POST /neutron/port HTTP/1.1" 200 1017 0.007609 10.0.0.38 - - [2026-04-23 01:58:11] "POST /neutron/port HTTP/1.1" 200 117 0.003863 10.0.0.38 - - [2026-04-23 01:58:11] "POST /neutron/port HTTP/1.1" 200 117 0.004596 10.0.0.38 - - [2026-04-23 01:58:12] "POST /neutron/port HTTP/1.1" 200 117 0.004567 10.0.0.38 - - [2026-04-23 01:58:12] "POST /neutron/port HTTP/1.1" 200 1018 0.007787 10.0.0.38 - - [2026-04-23 01:58:12] "POST /neutron/network HTTP/1.1" 200 987 0.003975 10.0.0.38 - - [2026-04-23 01:58:12] "POST /neutron/port HTTP/1.1" 200 1018 0.014783 10.0.0.38 - - [2026-04-23 01:58:12] "POST /neutron/port HTTP/1.1" 200 1017 0.013635 10.0.0.38 - - [2026-04-23 01:58:12] "POST /neutron/port HTTP/1.1" 200 1018 0.007455 10.0.0.38 - - [2026-04-23 01:58:12] "POST /neutron/network HTTP/1.1" 200 987 0.007118 10.0.0.38 - - [2026-04-23 01:58:12] "POST /neutron/port HTTP/1.1" 200 1017 0.011465 10.0.0.38 - - [2026-04-23 01:58:12] "POST /neutron/port HTTP/1.1" 200 1017 0.011048 10.0.0.38 - - [2026-04-23 01:58:12] "POST /neutron/port HTTP/1.1" 200 1110 0.087851 10.0.0.38 - - [2026-04-23 01:58:12] "POST /neutron/port HTTP/1.1" 200 1109 0.069351 10.0.0.38 - - [2026-04-23 01:58:12] "POST /neutron/port HTTP/1.1" 200 1120 0.012626 10.0.0.38 - - [2026-04-23 01:58:12] "POST /neutron/port HTTP/1.1" 200 1119 0.009114 10.0.0.38 - - [2026-04-23 01:58:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002814 10.0.0.38 - - [2026-04-23 01:58:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002668 10.0.0.38 - - [2026-04-23 01:58:12] "POST /neutron/subnet HTTP/1.1" 200 698 0.008012 10.0.0.38 - - [2026-04-23 01:58:12] "POST /neutron/subnet HTTP/1.1" 200 694 0.007168 10.0.0.38 - - [2026-04-23 01:58:12] "POST /neutron/port HTTP/1.1" 200 117 0.000880 10.0.0.38 - - [2026-04-23 01:58:12] "POST /neutron/port HTTP/1.1" 200 117 0.001112 10.0.0.38 - - [2026-04-23 01:58:12] "POST /neutron/network HTTP/1.1" 200 977 0.005590 10.0.0.38 - - [2026-04-23 01:58:12] "POST /neutron/network HTTP/1.1" 200 977 0.006643 10.0.0.38 - - [2026-04-23 01:58:14] "POST /neutron/port HTTP/1.1" 200 1120 0.013738 10.0.0.38 - - [2026-04-23 01:58:14] "POST /neutron/port HTTP/1.1" 200 1120 0.012204 10.0.0.38 - - [2026-04-23 01:58:14] "POST /neutron/network HTTP/1.1" 200 987 0.005961 10.0.0.38 - - [2026-04-23 01:58:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003431 10.0.0.38 - - [2026-04-23 01:58:14] "POST /neutron/subnet HTTP/1.1" 200 698 0.018171 10.0.0.38 - - [2026-04-23 01:58:14] "POST /neutron/port HTTP/1.1" 200 117 0.001121 10.0.0.38 - - [2026-04-23 01:58:14] "POST /neutron/network HTTP/1.1" 200 977 0.005858 10.0.0.38 - - [2026-04-23 01:58:17] "POST /neutron/port HTTP/1.1" 200 1120 0.011705 10.0.0.38 - - [2026-04-23 01:58:17] "POST /neutron/security_group HTTP/1.1" 200 2054 0.004668 10.0.0.38 - - [2026-04-23 01:58:17] "POST /neutron/port HTTP/1.1" 200 1120 0.011516 10.0.0.38 - - [2026-04-23 01:58:17] "POST /neutron/security_group HTTP/1.1" 200 2054 0.004920 10.0.0.38 - - [2026-04-23 01:58:17] "POST /neutron/port HTTP/1.1" 200 1120 0.010616 10.0.0.38 - - [2026-04-23 01:58:17] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006192 10.0.0.38 - - [2026-04-23 01:58:17] "GET /virtual-machine/7c323455-e80d-4d81-b388-09b5272ed2f1 HTTP/1.1" 200 1284 0.004288 10.0.0.38 - - [2026-04-23 01:58:17] "GET /virtual-machine-interface/523fc91f-7f7c-4fdf-9bbf-3bfe5a89f541 HTTP/1.1" 200 2923 0.004699 10.0.0.38 - - [2026-04-23 01:58:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002778 10.0.0.38 - - [2026-04-23 01:58:17] "GET /global-vrouter-config/e2229f30-3bb6-4b1e-8c28-43277104b447?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004086 10.0.0.38 - - [2026-04-23 01:58:17] "GET /virtual-networks?parent_id=af6b67ec-fff9-42b0-a0b9-317a72da1852&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002553 10.0.0.38 - - [2026-04-23 01:58:17] "GET /virtual-network/26678dc1-4ce9-4d42-b199-a8602490ec5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.006017 10.0.0.38 - - [2026-04-23 01:58:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002528 10.0.0.38 - - [2026-04-23 01:58:20] "GET /virtual-network/26678dc1-4ce9-4d42-b199-a8602490ec5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.004270 10.0.0.38 - - [2026-04-23 01:58:21] "POST /neutron/port HTTP/1.1" 200 1119 0.010718 10.0.0.38 - - [2026-04-23 01:58:21] "POST /neutron/security_group HTTP/1.1" 200 2054 0.004787 10.0.0.38 - - [2026-04-23 01:58:21] "POST /neutron/port HTTP/1.1" 200 1120 0.013858 10.0.0.38 - - [2026-04-23 01:58:21] "POST /neutron/security_group HTTP/1.1" 200 2054 0.004732 10.0.0.38 - - [2026-04-23 01:58:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002408 10.0.0.38 - - [2026-04-23 01:58:22] "GET /global-vrouter-config/e2229f30-3bb6-4b1e-8c28-43277104b447?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002648 10.0.0.38 - - [2026-04-23 01:58:22] "GET /virtual-networks?parent_id=af6b67ec-fff9-42b0-a0b9-317a72da1852&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002656 10.0.0.38 - - [2026-04-23 01:58:22] "GET /virtual-network/26678dc1-4ce9-4d42-b199-a8602490ec5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.004836 10.0.0.38 - - [2026-04-23 01:58:22] "POST /neutron/port HTTP/1.1" 200 1120 0.010871 10.0.0.38 - - [2026-04-23 01:58:22] "POST /neutron/security_group HTTP/1.1" 200 2054 0.004726 10.0.0.38 - - [2026-04-23 01:58:28] "POST /neutron/port HTTP/1.1" 200 1119 0.011443 10.0.0.38 - - [2026-04-23 01:58:28] "POST /neutron/security_group HTTP/1.1" 200 2054 0.004550 10.0.0.38 - - [2026-04-23 01:58:28] "POST /neutron/port HTTP/1.1" 200 1119 0.011144 10.0.0.38 - - [2026-04-23 01:58:28] "POST /neutron/security_group HTTP/1.1" 200 2054 0.004347 10.0.0.38 - - [2026-04-23 01:58:28] "POST /neutron/port HTTP/1.1" 200 1119 0.011003 10.0.0.38 - - [2026-04-23 01:58:28] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005305 10.0.0.38 - - [2026-04-23 01:58:28] "GET /virtual-machine/d6486d7c-0e9b-4ecb-b612-a92591c30131 HTTP/1.1" 200 1285 0.004256 10.0.0.38 - - [2026-04-23 01:58:28] "GET /virtual-machine-interface/5f9dbf5f-2426-49a5-84ab-115af461ec28 HTTP/1.1" 200 2922 0.004939 10.0.0.38 - - [2026-04-23 01:58:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002347 10.0.0.38 - - [2026-04-23 01:58:28] "GET /global-vrouter-config/e2229f30-3bb6-4b1e-8c28-43277104b447?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003114 10.0.0.38 - - [2026-04-23 01:58:28] "GET /virtual-networks?parent_id=af6b67ec-fff9-42b0-a0b9-317a72da1852&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002549 10.0.0.38 - - [2026-04-23 01:58:28] "GET /virtual-network/26678dc1-4ce9-4d42-b199-a8602490ec5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.004715 10.0.0.38 - - [2026-04-23 01:58:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002666 10.0.0.38 - - [2026-04-23 01:58:29] "GET /global-vrouter-config/e2229f30-3bb6-4b1e-8c28-43277104b447?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003026 10.0.0.38 - - [2026-04-23 01:58:29] "GET /virtual-networks?parent_id=af6b67ec-fff9-42b0-a0b9-317a72da1852&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002649 10.0.0.38 - - [2026-04-23 01:58:29] "GET /virtual-network/26678dc1-4ce9-4d42-b199-a8602490ec5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.004437 10.0.0.38 - - [2026-04-23 01:58:32] "POST /neutron/port HTTP/1.1" 200 1109 0.010731 10.0.0.38 - - [2026-04-23 01:58:32] "POST /neutron/port HTTP/1.1" 200 1109 0.008163 10.0.0.38 - - [2026-04-23 01:58:32] "POST /neutron/port HTTP/1.1" 200 151 0.093075 10.0.0.38 - - [2026-04-23 01:58:32] "POST /neutron/port HTTP/1.1" 200 1110 0.012177 10.0.0.38 - - [2026-04-23 01:58:32] "POST /neutron/port HTTP/1.1" 200 1110 0.014692 10.0.0.38 - - [2026-04-23 01:58:32] "POST /neutron/port HTTP/1.1" 200 151 0.087584 10.0.0.38 - - [2026-04-23 01:58:32] "POST /neutron/network HTTP/1.1" 200 977 0.006797 10.0.0.38 - - [2026-04-23 01:58:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002095 10.0.0.38 - - [2026-04-23 01:58:33] "POST /useragent-kv HTTP/1.1" 200 115 0.004364 10.0.0.38 - - [2026-04-23 01:58:33] "POST /useragent-kv HTTP/1.1" 200 115 0.001513 10.0.0.38 - - [2026-04-23 01:58:33] "POST /useragent-kv HTTP/1.1" 200 115 0.001691 10.0.0.38 - - [2026-04-23 01:58:33] "POST /useragent-kv HTTP/1.1" 200 115 0.001288 10.0.0.38 - - [2026-04-23 01:58:33] "POST /neutron/network HTTP/1.1" 200 151 0.092311 10.0.0.38 - - [2026-04-23 01:58:33] "DELETE /route-target/b3d1acba-e1c0-450f-9005-c3a4490e2ad4 HTTP/1.1" 200 115 0.021690 10.0.0.38 - - [2026-04-23 01:58:33] "POST /neutron/port HTTP/1.1" 200 117 0.004850 10.0.0.38 - - [2026-04-23 01:58:33] "POST /neutron/port HTTP/1.1" 400 205 0.002339 10.0.0.38 - - [2026-04-23 01:58:33] "GET /projects?obj_uuids=af6b67ec-fff9-42b0-a0b9-317a72da1852&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001420 10.0.0.38 - - [2026-04-23 01:58:33] "GET /project/af6b67ec-fff9-42b0-a0b9-317a72da1852?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.029145 10.0.0.38 - - [2026-04-23 01:58:33] "GET /projects?obj_uuids=af6b67ec-fff9-42b0-a0b9-317a72da1852&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000839 10.0.0.38 - - [2026-04-23 01:58:33] "GET /project/af6b67ec-fff9-42b0-a0b9-317a72da1852?fields=virtual_networks HTTP/1.1" 200 1025 0.069664 10.0.0.38 - - [2026-04-23 01:58:33] "GET /projects?obj_uuids=af6b67ec-fff9-42b0-a0b9-317a72da1852&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001053 10.0.0.38 - - [2026-04-23 01:58:33] "GET /project/af6b67ec-fff9-42b0-a0b9-317a72da1852?fields=virtual_machine_interfaces HTTP/1.1" 200 1025 0.044264 10.0.0.38 - - [2026-04-23 01:58:33] "GET /projects?obj_uuids=af6b67ec-fff9-42b0-a0b9-317a72da1852&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000873 10.0.0.38 - - [2026-04-23 01:58:33] "GET /project/af6b67ec-fff9-42b0-a0b9-317a72da1852?fields=security_groups HTTP/1.1" 200 1247 0.022457 10.0.0.38 - - [2026-04-23 01:58:34] "POST /fqname-to-id HTTP/1.1" 404 186 0.023696 10.0.0.38 - - [2026-04-23 01:58:34] "GET /projects?obj_uuids=24dc9ace-44cf-421f-a394-ccc5264a86ca&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002376 10.0.0.38 - - [2026-04-23 01:58:34] "GET /domains?obj_uuids=63294607-7558-4a2c-b899-0097ad180adc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001174 10.0.0.38 - - [2026-04-23 01:58:34] "GET /domain/63294607-7558-4a2c-b899-0097ad180adc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009221 10.0.0.38 - - [2026-04-23 01:58:34] "POST /id-to-fqname HTTP/1.1" 200 188 0.001144 10.0.0.38 - - [2026-04-23 01:58:34] "POST /fqname-to-id HTTP/1.1" 404 197 0.002751 10.0.0.38 - - [2026-04-23 01:58:34] "POST /security-groups HTTP/1.1" 200 589 0.064285 10.0.0.38 - - [2026-04-23 01:58:34] "POST /fqname-to-id HTTP/1.1" 404 232 0.002295 10.0.0.38 - - [2026-04-23 01:58:34] "POST /projects HTTP/1.1" 200 581 0.202748 10.0.0.38 - - [2026-04-23 01:58:34] "POST /access-control-lists HTTP/1.1" 200 594 0.061794 10.0.0.38 - - [2026-04-23 01:58:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.278322 10.0.0.38 - - [2026-04-23 01:58:34] "POST /fqname-to-id HTTP/1.1" 404 231 0.002167 10.0.0.38 - - [2026-04-23 01:58:34] "GET /project/24dc9ace-44cf-421f-a394-ccc5264a86ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.397414 10.0.0.38 - - [2026-04-23 01:58:34] "POST /access-control-lists HTTP/1.1" 200 592 0.067113 10.0.0.38 - - [2026-04-23 01:58:35] "GET / HTTP/1.1" 200 35931 0.001726 10.0.0.38 - - [2026-04-23 01:58:36] "POST /fqname-to-id HTTP/1.1" 401 292 0.000489 10.0.0.38 - - [2026-04-23 01:58:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.053347 10.0.0.38 - - [2026-04-23 01:58:36] "GET /projects?obj_uuids=24dc9ace-44cf-421f-a394-ccc5264a86ca&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000877 10.0.0.38 - - [2026-04-23 01:58:36] "GET /project/24dc9ace-44cf-421f-a394-ccc5264a86ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.023131 10.0.0.38 - - [2026-04-23 01:58:37] "POST /neutron/network HTTP/1.1" 200 117 0.027770 10.0.0.38 - - [2026-04-23 01:58:37] "GET /projects?obj_uuids=24dc9ace-44cf-421f-a394-ccc5264a86ca&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001185 10.0.0.38 - - [2026-04-23 01:58:37] "POST /neutron/network HTTP/1.1" 200 605 0.058514 10.0.0.38 - - [2026-04-23 01:58:37] "POST /route-targets HTTP/1.1" 200 327 0.009365 10.0.0.38 - - [2026-04-23 01:58:37] "POST /ref-update HTTP/1.1" 200 156 0.014453 10.0.0.38 - - [2026-04-23 01:58:37] "POST /useragent-kv HTTP/1.1" 200 115 0.003826 10.0.0.38 - - [2026-04-23 01:58:37] "POST /neutron/subnet HTTP/1.1" 200 729 0.169479 10.0.0.38 - - [2026-04-23 01:58:37] "POST /neutron/network HTTP/1.1" 200 825 0.004573 10.0.0.38 - - [2026-04-23 01:58:37] "POST /id-to-fqname HTTP/1.1" 200 219 0.001221 10.0.0.38 - - [2026-04-23 01:58:37] "GET /virtual-network/2ddac010-17d3-4bd3-81ef-403d23eef936?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005735 10.0.0.38 - - [2026-04-23 01:58:37] "POST /neutron/network HTTP/1.1" 200 825 0.005143 10.0.0.38 - - [2026-04-23 01:58:37] "GET /virtual-network/2ddac010-17d3-4bd3-81ef-403d23eef936?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005183 10.0.0.38 - - [2026-04-23 01:58:37] "POST /neutron/network HTTP/1.1" 200 825 0.004436 10.0.0.38 - - [2026-04-23 01:58:37] "POST /neutron/subnet HTTP/1.1" 200 729 0.005587 10.0.0.38 - - [2026-04-23 01:58:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002899 10.0.0.38 - - [2026-04-23 01:58:37] "GET /projects?obj_uuids=24dc9ace-44cf-421f-a394-ccc5264a86ca&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000929 10.0.0.38 - - [2026-04-23 01:58:37] "GET /project/24dc9ace-44cf-421f-a394-ccc5264a86ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.020295 10.0.0.38 - - [2026-04-23 01:58:37] "POST /neutron/network HTTP/1.1" 200 117 0.009989 10.0.0.38 - - [2026-04-23 01:58:37] "GET /projects?obj_uuids=24dc9ace-44cf-421f-a394-ccc5264a86ca&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000998 10.0.0.38 - - [2026-04-23 01:58:37] "POST /neutron/network HTTP/1.1" 200 605 0.075245 10.0.0.38 - - [2026-04-23 01:58:37] "POST /route-targets HTTP/1.1" 200 327 0.010382 10.0.0.38 - - [2026-04-23 01:58:37] "POST /ref-update HTTP/1.1" 200 156 0.011703 10.0.0.38 - - [2026-04-23 01:58:37] "POST /useragent-kv HTTP/1.1" 200 115 0.003319 10.0.0.38 - - [2026-04-23 01:58:37] "POST /neutron/subnet HTTP/1.1" 200 720 0.160728 10.0.0.38 - - [2026-04-23 01:58:37] "POST /neutron/network HTTP/1.1" 200 823 0.004642 10.0.0.38 - - [2026-04-23 01:58:37] "POST /id-to-fqname HTTP/1.1" 200 219 0.001001 10.0.0.38 - - [2026-04-23 01:58:37] "GET /virtual-network/dc61f111-2415-402c-ab78-b0a55413c579?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.004259 10.0.0.38 - - [2026-04-23 01:58:37] "POST /neutron/port HTTP/1.1" 200 117 0.004476 10.0.0.38 - - [2026-04-23 01:58:37] "POST /neutron/port HTTP/1.1" 400 205 0.002582 10.0.0.38 - - [2026-04-23 01:58:37] "POST /neutron/network HTTP/1.1" 200 823 0.004807 10.0.0.38 - - [2026-04-23 01:58:37] "GET /virtual-network/dc61f111-2415-402c-ab78-b0a55413c579?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005462 10.0.0.38 - - [2026-04-23 01:58:38] "POST /neutron/network HTTP/1.1" 200 823 0.004718 10.0.0.38 - - [2026-04-23 01:58:38] "POST /neutron/subnet HTTP/1.1" 200 720 0.006919 10.0.0.38 - - [2026-04-23 01:58:38] "POST /id-to-fqname HTTP/1.1" 200 219 0.001338 10.0.0.38 - - [2026-04-23 01:58:38] "POST /neutron/network HTTP/1.1" 200 835 0.004704 10.0.0.38 - - [2026-04-23 01:58:38] "GET /aaa-mode HTTP/1.1" 401 292 0.000292 10.0.0.38 - - [2026-04-23 01:58:38] "GET / HTTP/1.1" 200 35931 0.001637 10.0.0.38 - - [2026-04-23 01:58:38] "GET /project/24dc9ace-44cf-421f-a394-ccc5264a86ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000339 10.0.0.38 - - [2026-04-23 01:58:39] "GET /projects?obj_uuids=24dc9ace-44cf-421f-a394-ccc5264a86ca&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000865 10.0.0.38 - - [2026-04-23 01:58:39] "GET /project/24dc9ace-44cf-421f-a394-ccc5264a86ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.041620 10.0.0.38 - - [2026-04-23 01:58:39] "POST /neutron/network HTTP/1.1" 200 825 0.003965 10.0.0.38 - - [2026-04-23 01:58:39] "POST /neutron/port HTTP/1.1" 200 117 0.004048 10.0.0.38 - - [2026-04-23 01:58:39] "POST /neutron/port HTTP/1.1" 200 117 0.004626 10.0.0.38 - - [2026-04-23 01:58:39] "POST /id-to-fqname HTTP/1.1" 200 219 0.001091 10.0.0.38 - - [2026-04-23 01:58:39] "POST /neutron/port HTTP/1.1" 200 117 0.005553 10.0.0.38 - - [2026-04-23 01:58:39] "POST /neutron/network HTTP/1.1" 200 833 0.004768 10.0.0.38 - - [2026-04-23 01:58:39] "GET /aaa-mode HTTP/1.1" 401 292 0.000346 10.0.0.38 - - [2026-04-23 01:58:39] "POST /neutron/network HTTP/1.1" 200 835 0.004562 10.0.0.38 - - [2026-04-23 01:58:39] "GET /projects?obj_uuids=24dc9ace-44cf-421f-a394-ccc5264a86ca&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000872 10.0.0.38 - - [2026-04-23 01:58:39] "GET / HTTP/1.1" 200 35931 0.001595 10.0.0.38 - - [2026-04-23 01:58:39] "GET /project/24dc9ace-44cf-421f-a394-ccc5264a86ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000339 10.0.0.38 - - [2026-04-23 01:58:39] "POST /neutron/port HTTP/1.1" 200 1059 0.265478 10.0.0.38 - - [2026-04-23 01:58:39] "POST /neutron/port HTTP/1.1" 200 1059 0.007625 10.0.0.38 - - [2026-04-23 01:58:39] "POST /neutron/port HTTP/1.1" 200 1059 0.008114 10.0.0.38 - - [2026-04-23 01:58:39] "POST /neutron/port HTTP/1.1" 200 1113 0.061264 10.0.0.38 - - [2026-04-23 01:58:39] "POST /neutron/port HTTP/1.1" 200 1123 0.011122 10.0.0.38 - - [2026-04-23 01:58:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002952 10.0.0.38 - - [2026-04-23 01:58:40] "POST /neutron/subnet HTTP/1.1" 200 703 0.009643 10.0.0.38 - - [2026-04-23 01:58:40] "POST /neutron/port HTTP/1.1" 200 117 0.002858 10.0.0.38 - - [2026-04-23 01:58:40] "POST /neutron/network HTTP/1.1" 200 825 0.005109 10.0.0.38 - - [2026-04-23 01:58:40] "GET /projects?obj_uuids=24dc9ace-44cf-421f-a394-ccc5264a86ca&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001119 10.0.0.38 - - [2026-04-23 01:58:40] "GET /project/24dc9ace-44cf-421f-a394-ccc5264a86ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.055615 10.0.0.38 - - [2026-04-23 01:58:40] "POST /neutron/network HTTP/1.1" 200 823 0.005053 10.0.0.38 - - [2026-04-23 01:58:40] "POST /neutron/port HTTP/1.1" 200 1123 0.014883 10.0.0.38 - - [2026-04-23 01:58:40] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009921 10.0.0.38 - - [2026-04-23 01:58:40] "POST /neutron/port HTTP/1.1" 200 117 0.004721 10.0.0.38 - - [2026-04-23 01:58:40] "GET /projects?obj_uuids=24dc9ace-44cf-421f-a394-ccc5264a86ca&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000886 10.0.0.38 - - [2026-04-23 01:58:40] "POST /neutron/router HTTP/1.1" 200 580 0.051614 10.0.0.38 - - [2026-04-23 01:58:40] "POST /neutron/router HTTP/1.1" 200 580 0.003229 10.0.0.38 - - [2026-04-23 01:58:40] "POST /route-targets HTTP/1.1" 200 327 0.015003 10.0.0.38 - - [2026-04-23 01:58:40] "GET /projects?obj_uuids=24dc9ace-44cf-421f-a394-ccc5264a86ca&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000812 10.0.0.38 - - [2026-04-23 01:58:40] "PUT /logical-router/4eacffaf-3e5f-4bba-bd4f-2ef6e206d4d2 HTTP/1.1" 200 262 0.019244 10.0.0.38 - - [2026-04-23 01:58:40] "POST /neutron/router HTTP/1.1" 200 344 0.227164 10.0.0.38 - - [2026-04-23 01:58:40] "POST /ref-update HTTP/1.1" 200 156 0.014849 10.0.0.38 - - [2026-04-23 01:58:40] "POST /neutron/network HTTP/1.1" 200 833 0.013810 10.0.0.38 - - [2026-04-23 01:58:40] "POST /neutron/port HTTP/1.1" 200 1123 0.015977 10.0.0.38 - - [2026-04-23 01:58:40] "GET /projects?obj_uuids=24dc9ace-44cf-421f-a394-ccc5264a86ca&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000872 10.0.0.38 - - [2026-04-23 01:58:40] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005646 10.0.0.38 - - [2026-04-23 01:58:40] "POST /neutron/port HTTP/1.1" 200 1057 0.216815 10.0.0.38 - - [2026-04-23 01:58:40] "POST /neutron/port HTTP/1.1" 200 1057 0.011931 10.0.0.38 - - [2026-04-23 01:58:40] "POST /neutron/port HTTP/1.1" 200 1057 0.009457 10.0.0.38 - - [2026-04-23 01:58:41] "POST /neutron/port HTTP/1.1" 200 1111 0.061078 10.0.0.38 - - [2026-04-23 01:58:41] "POST /neutron/port HTTP/1.1" 200 1121 0.011022 10.0.0.38 - - [2026-04-23 01:58:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002619 10.0.0.38 - - [2026-04-23 01:58:41] "POST /neutron/subnet HTTP/1.1" 200 694 0.005777 10.0.0.38 - - [2026-04-23 01:58:41] "POST /neutron/port HTTP/1.1" 200 117 0.001259 10.0.0.38 - - [2026-04-23 01:58:41] "POST /neutron/network HTTP/1.1" 200 823 0.004327 10.0.0.38 - - [2026-04-23 01:58:45] "POST /neutron/port HTTP/1.1" 200 1123 0.012377 10.0.0.38 - - [2026-04-23 01:58:45] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005795 10.0.0.38 - - [2026-04-23 01:58:45] "POST /neutron/port HTTP/1.1" 200 1123 0.010751 10.0.0.38 - - [2026-04-23 01:58:45] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005952 10.0.0.38 - - [2026-04-23 01:58:45] "POST /neutron/port HTTP/1.1" 200 1123 0.011837 10.0.0.38 - - [2026-04-23 01:58:45] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004848 10.0.0.38 - - [2026-04-23 01:58:45] "GET /virtual-machine/6c6d7b84-9480-43bb-8ef5-f3f917e6255b HTTP/1.1" 401 292 0.000346 10.0.0.38 - - [2026-04-23 01:58:46] "GET /virtual-machine/6c6d7b84-9480-43bb-8ef5-f3f917e6255b HTTP/1.1" 200 1290 0.026729 10.0.0.38 - - [2026-04-23 01:58:46] "GET /virtual-machine-interface/79d7bfe3-4687-4f34-984f-d0d34d9dddd5 HTTP/1.1" 200 2933 0.004162 10.0.0.38 - - [2026-04-23 01:58:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002506 10.0.0.38 - - [2026-04-23 01:58:46] "GET /global-vrouter-config/e2229f30-3bb6-4b1e-8c28-43277104b447?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003302 10.0.0.38 - - [2026-04-23 01:58:46] "GET /virtual-networks?parent_id=24dc9ace-44cf-421f-a394-ccc5264a86ca&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.003173 10.0.0.38 - - [2026-04-23 01:58:46] "GET /virtual-network/2ddac010-17d3-4bd3-81ef-403d23eef936?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.004906 10.0.0.38 - - [2026-04-23 01:58:48] "POST /neutron/port HTTP/1.1" 200 1123 0.010751 10.0.0.38 - - [2026-04-23 01:58:48] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004302 10.0.0.38 - - [2026-04-23 01:58:49] "POST /neutron/port HTTP/1.1" 200 1121 0.011399 10.0.0.38 - - [2026-04-23 01:58:49] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004133 10.0.0.38 - - [2026-04-23 01:58:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002954 10.0.0.38 - - [2026-04-23 01:58:49] "GET /virtual-network/2ddac010-17d3-4bd3-81ef-403d23eef936?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.004244 10.0.0.38 - - [2026-04-23 01:58:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002756 10.0.0.38 - - [2026-04-23 01:58:51] "GET /global-vrouter-config/e2229f30-3bb6-4b1e-8c28-43277104b447?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002430 10.0.0.38 - - [2026-04-23 01:58:51] "GET /virtual-networks?parent_id=24dc9ace-44cf-421f-a394-ccc5264a86ca&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.002561 10.0.0.38 - - [2026-04-23 01:58:51] "GET /virtual-network/2ddac010-17d3-4bd3-81ef-403d23eef936?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.004466 10.0.0.38 - - [2026-04-23 01:58:51] "POST /neutron/port HTTP/1.1" 200 1121 0.010178 10.0.0.38 - - [2026-04-23 01:58:52] "POST /neutron/security_group HTTP/1.1" 200 2056 0.017489 10.0.0.38 - - [2026-04-23 01:58:52] "POST /neutron/port HTTP/1.1" 200 1121 0.012274 10.0.0.38 - - [2026-04-23 01:58:52] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005056 10.0.0.38 - - [2026-04-23 01:58:52] "POST /neutron/port HTTP/1.1" 200 1121 0.011205 10.0.0.38 - - [2026-04-23 01:58:52] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004858 10.0.0.38 - - [2026-04-23 01:58:52] "GET /virtual-machine/2467232c-114c-4924-9485-039dbdccec56 HTTP/1.1" 200 1290 0.004092 10.0.0.38 - - [2026-04-23 01:58:52] "GET /virtual-machine-interface/d1ee0d1f-87e1-493f-a736-cf93f3872b59 HTTP/1.1" 200 2934 0.004719 10.0.0.38 - - [2026-04-23 01:58:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003091 10.0.0.38 - - [2026-04-23 01:58:52] "GET /global-vrouter-config/e2229f30-3bb6-4b1e-8c28-43277104b447?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003872 10.0.0.38 - - [2026-04-23 01:58:52] "GET /virtual-networks?parent_id=24dc9ace-44cf-421f-a394-ccc5264a86ca&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.002434 10.0.0.38 - - [2026-04-23 01:58:52] "GET /virtual-network/dc61f111-2415-402c-ab78-b0a55413c579?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.004496 10.0.0.38 - - [2026-04-23 01:58:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002321 10.0.0.38 - - [2026-04-23 01:58:53] "GET /global-vrouter-config/e2229f30-3bb6-4b1e-8c28-43277104b447?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002338 10.0.0.38 - - [2026-04-23 01:58:53] "GET /virtual-networks?parent_id=24dc9ace-44cf-421f-a394-ccc5264a86ca&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.002596 10.0.0.38 - - [2026-04-23 01:58:53] "GET /virtual-network/dc61f111-2415-402c-ab78-b0a55413c579?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.004250 10.0.0.38 - - [2026-04-23 01:58:58] "POST /neutron/router HTTP/1.1" 200 580 0.003403 10.0.0.38 - - [2026-04-23 01:58:58] "GET /projects?obj_uuids=24dc9ace-44cf-421f-a394-ccc5264a86ca&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000868 10.0.0.38 - - [2026-04-23 01:58:58] "POST /neutron/router HTTP/1.1" 200 344 0.179379 10.0.0.38 - - [2026-04-23 01:58:58] "POST /neutron/port HTTP/1.1" 200 1920 0.020830 10.0.0.38 - - [2026-04-23 01:58:59] "POST /ref-update HTTP/1.1" 200 156 0.008451 10.0.0.38 - - [2026-04-23 01:58:59] "DELETE /project/24dc9ace44cf421fa394ccc5264a86ca HTTP/1.1" 404 173 0.010091 10.0.0.38 - - [2026-04-23 01:58:59] "DELETE /project/af6b67ecfff942b0a0b9317a72da1852 HTTP/1.1" 404 173 0.006739 10.0.0.38 - - [2026-04-23 01:58:59] "GET /projects?obj_uuids=2f8b61b1-58f8-4c4f-8bda-d976c03e0c03&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000755 10.0.0.38 - - [2026-04-23 01:58:59] "GET /projects?obj_uuids=af6b67ec-fff9-42b0-a0b9-317a72da1852&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000810 10.0.0.38 - - [2026-04-23 01:58:59] "GET /project/af6b67ec-fff9-42b0-a0b9-317a72da1852?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1453 0.059183 10.0.0.38 - - [2026-04-23 01:58:59] "GET /project/2f8b61b1-58f8-4c4f-8bda-d976c03e0c03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.063131 10.0.0.38 - - [2026-04-23 01:58:59] "GET /projects?obj_uuids=af6b67ec-fff9-42b0-a0b9-317a72da1852&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001120 10.0.0.38 - - [2026-04-23 01:58:59] "GET /projects?obj_uuids=2f8b61b1-58f8-4c4f-8bda-d976c03e0c03&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000754 10.0.0.38 - - [2026-04-23 01:58:59] "GET /project/af6b67ec-fff9-42b0-a0b9-317a72da1852?fields=security_groups HTTP/1.1" 200 1352 0.029185 10.0.0.38 - - [2026-04-23 01:58:59] "GET /project/2f8b61b1-58f8-4c4f-8bda-d976c03e0c03?fields=security_groups HTTP/1.1" 200 1348 0.030298 10.0.0.38 - - [2026-04-23 01:58:59] "DELETE /security-group/80c642ad-eeb1-4a57-8c21-8740e932d81e HTTP/1.1" 200 115 0.048268 10.0.0.38 - - [2026-04-23 01:58:59] "GET /projects?obj_uuids=af6b67ec-fff9-42b0-a0b9-317a72da1852&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000996 10.0.0.38 - - [2026-04-23 01:58:59] "DELETE /access-control-list/502fa776-9f8d-40ac-88b8-e1f6d2970ccf HTTP/1.1" 200 115 0.035973 10.0.0.38 - - [2026-04-23 01:58:59] "DELETE /security-group/166b1e96-cd2a-465b-980a-30ce663f9974 HTTP/1.1" 200 115 0.055910 10.0.0.38 - - [2026-04-23 01:58:59] "GET /projects?obj_uuids=2f8b61b1-58f8-4c4f-8bda-d976c03e0c03&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000907 10.0.0.38 - - [2026-04-23 01:58:59] "GET /project/af6b67ec-fff9-42b0-a0b9-317a72da1852?fields=application_policy_sets HTTP/1.1" 200 1391 0.033705 10.0.0.38 - - [2026-04-23 01:58:59] "DELETE /access-control-list/f7f30886-9d03-4ce9-9da6-9c16ea11893d HTTP/1.1" 200 115 0.029639 10.0.0.38 - - [2026-04-23 01:58:59] "DELETE /access-control-list/7407575d-abc4-44a1-99ca-b9133a5cb569 HTTP/1.1" 200 115 0.018012 10.0.0.38 - - [2026-04-23 01:58:59] "GET /project/2f8b61b1-58f8-4c4f-8bda-d976c03e0c03?fields=application_policy_sets HTTP/1.1" 200 1387 0.075719 10.0.0.38 - - [2026-04-23 01:58:59] "DELETE /access-control-list/4998a269-b29d-4c7c-8313-a4b10e8475e1 HTTP/1.1" 200 115 0.033106 10.0.0.38 - - [2026-04-23 01:58:59] "DELETE /project/af6b67ec-fff9-42b0-a0b9-317a72da1852 HTTP/1.1" 200 115 0.339870 10.0.0.38 - - [2026-04-23 01:58:59] "DELETE /project/2f8b61b1-58f8-4c4f-8bda-d976c03e0c03 HTTP/1.1" 200 115 0.390325 10.0.0.38 - - [2026-04-23 01:59:04] "GET /obj-perms HTTP/1.1" 200 5056 0.047549 10.0.0.38 - - [2026-04-23 01:59:05] "GET /obj-perms HTTP/1.1" 200 5056 0.042179 10.0.0.38 - - [2026-04-23 01:59:05] "POST /neutron/router HTTP/1.1" 200 580 0.003266 10.0.0.38 - - [2026-04-23 01:59:05] "POST /ref-update HTTP/1.1" 200 156 0.009043 10.0.0.38 - - [2026-04-23 01:59:05] "POST /neutron/router HTTP/1.1" 200 344 0.092195 10.0.0.38 - - [2026-04-23 01:59:08] "POST /neutron/router HTTP/1.1" 200 580 0.004127 10.0.0.38 - - [2026-04-23 01:59:08] "GET /projects?obj_uuids=24dc9ace-44cf-421f-a394-ccc5264a86ca&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001236 10.0.0.38 - - [2026-04-23 01:59:08] "POST /neutron/router HTTP/1.1" 200 344 0.193453 10.0.0.38 - - [2026-04-23 01:59:08] "POST /ref-update HTTP/1.1" 200 156 0.009442 10.0.0.38 - - [2026-04-23 01:59:10] "POST /neutron/router HTTP/1.1" 200 580 0.004203 10.0.0.38 - - [2026-04-23 01:59:11] "POST /ref-update HTTP/1.1" 200 156 0.012825 10.0.0.38 - - [2026-04-23 01:59:11] "POST /neutron/router HTTP/1.1" 200 344 0.092646 10.0.0.38 - - [2026-04-23 01:59:11] "POST /neutron/router HTTP/1.1" 200 580 0.003981 10.0.0.38 - - [2026-04-23 01:59:11] "POST /ref-update HTTP/1.1" 200 156 0.008193 10.0.0.38 - - [2026-04-23 01:59:11] "POST /neutron/router HTTP/1.1" 200 344 0.071283 10.0.0.38 - - [2026-04-23 01:59:11] "POST /neutron/router HTTP/1.1" 200 580 0.003540 10.0.0.38 - - [2026-04-23 01:59:11] "GET /logical-router/4eacffaf-3e5f-4bba-bd4f-2ef6e206d4d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.005646 10.0.0.38 - - [2026-04-23 01:59:11] "POST /neutron/router HTTP/1.1" 200 151 0.033451 10.0.0.38 - - [2026-04-23 01:59:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003112 10.0.0.38 - - [2026-04-23 01:59:11] "DELETE /route-target/de31eb14-ae25-40b6-b8d4-76b8844fd774 HTTP/1.1" 200 115 0.011585 10.0.0.38 - - [2026-04-23 01:59:11] "POST /neutron/network HTTP/1.1" 200 823 0.004689 10.0.0.38 - - [2026-04-23 01:59:11] "POST /neutron/network HTTP/1.1" 400 204 0.008903 10.0.0.38 - - [2026-04-23 01:59:11] "POST /neutron/port HTTP/1.1" 200 1121 0.011781 10.0.0.38 - - [2026-04-23 01:59:11] "POST /neutron/port HTTP/1.1" 200 1111 0.008164 10.0.0.38 - - [2026-04-23 01:59:11] "POST /neutron/port HTTP/1.1" 200 1123 0.010269 10.0.0.38 - - [2026-04-23 01:59:11] "POST /neutron/port HTTP/1.1" 200 1113 0.009843 10.0.0.38 - - [2026-04-23 01:59:11] "POST /neutron/port HTTP/1.1" 200 151 0.120950 10.0.0.38 - - [2026-04-23 01:59:11] "POST /neutron/port HTTP/1.1" 200 151 0.099591 10.0.0.38 - - [2026-04-23 01:59:13] "POST /neutron/network HTTP/1.1" 200 823 0.004563 10.0.0.38 - - [2026-04-23 01:59:13] "POST /useragent-kv HTTP/1.1" 200 115 0.002604 10.0.0.38 - - [2026-04-23 01:59:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002999 10.0.0.38 - - [2026-04-23 01:59:13] "POST /useragent-kv HTTP/1.1" 200 115 0.001329 10.0.0.38 - - [2026-04-23 01:59:13] "POST /neutron/network HTTP/1.1" 200 151 0.060355 10.0.0.38 - - [2026-04-23 01:59:13] "DELETE /route-target/d623556c-b5cd-435d-a7b7-635a74ea4966 HTTP/1.1" 200 115 0.010750 10.0.0.38 - - [2026-04-23 01:59:13] "POST /neutron/network HTTP/1.1" 200 825 0.004987 10.0.0.38 - - [2026-04-23 01:59:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003628 10.0.0.38 - - [2026-04-23 01:59:13] "POST /useragent-kv HTTP/1.1" 200 115 0.003201 10.0.0.38 - - [2026-04-23 01:59:13] "POST /useragent-kv HTTP/1.1" 200 115 0.001508 10.0.0.38 - - [2026-04-23 01:59:13] "POST /neutron/network HTTP/1.1" 200 151 0.065104 10.0.0.38 - - [2026-04-23 01:59:13] "DELETE /route-target/f671ded7-be53-4782-bf6d-df6237a630cf HTTP/1.1" 200 115 0.014761 10.0.0.38 - - [2026-04-23 01:59:13] "GET /projects?obj_uuids=24dc9ace-44cf-421f-a394-ccc5264a86ca&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000889 10.0.0.38 - - [2026-04-23 01:59:13] "GET /project/24dc9ace-44cf-421f-a394-ccc5264a86ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.020569 10.0.0.38 - - [2026-04-23 01:59:13] "GET /projects?obj_uuids=24dc9ace-44cf-421f-a394-ccc5264a86ca&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000801 10.0.0.38 - - [2026-04-23 01:59:13] "GET /project/24dc9ace-44cf-421f-a394-ccc5264a86ca?fields=virtual_networks HTTP/1.1" 200 1028 0.070995 10.0.0.38 - - [2026-04-23 01:59:13] "GET /projects?obj_uuids=24dc9ace-44cf-421f-a394-ccc5264a86ca&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000845 10.0.0.38 - - [2026-04-23 01:59:13] "GET /project/24dc9ace-44cf-421f-a394-ccc5264a86ca?fields=virtual_machine_interfaces HTTP/1.1" 200 1028 0.019899 10.0.0.38 - - [2026-04-23 01:59:13] "GET /projects?obj_uuids=24dc9ace-44cf-421f-a394-ccc5264a86ca&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000959 10.0.0.38 - - [2026-04-23 01:59:13] "GET /project/24dc9ace-44cf-421f-a394-ccc5264a86ca?fields=security_groups HTTP/1.1" 200 1252 0.021013 10.0.0.38 - - [2026-04-23 01:59:14] "POST /fqname-to-id HTTP/1.1" 404 191 0.024238 10.0.0.38 - - [2026-04-23 01:59:14] "GET /projects?obj_uuids=d10a73e2-0644-4ec2-a282-15369cf87f32&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.001977 10.0.0.38 - - [2026-04-23 01:59:14] "GET /domains?obj_uuids=63294607-7558-4a2c-b899-0097ad180adc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000820 10.0.0.38 - - [2026-04-23 01:59:14] "GET /domain/63294607-7558-4a2c-b899-0097ad180adc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006267 10.0.0.38 - - [2026-04-23 01:59:14] "POST /id-to-fqname HTTP/1.1" 200 193 0.001976 10.0.0.38 - - [2026-04-23 01:59:14] "POST /fqname-to-id HTTP/1.1" 404 202 0.003367 10.0.0.38 - - [2026-04-23 01:59:15] "POST /security-groups HTTP/1.1" 200 594 0.064282 10.0.0.38 - - [2026-04-23 01:59:15] "POST /fqname-to-id HTTP/1.1" 404 237 0.003898 10.0.0.38 - - [2026-04-23 01:59:15] "POST /projects HTTP/1.1" 200 591 0.204214 10.0.0.38 - - [2026-04-23 01:59:15] "POST /access-control-lists HTTP/1.1" 200 599 0.064542 10.0.0.38 - - [2026-04-23 01:59:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.274316 10.0.0.38 - - [2026-04-23 01:59:15] "POST /fqname-to-id HTTP/1.1" 404 236 0.002319 10.0.0.38 - - [2026-04-23 01:59:15] "GET /project/d10a73e2-0644-4ec2-a282-15369cf87f32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.387257 10.0.0.38 - - [2026-04-23 01:59:15] "POST /access-control-lists HTTP/1.1" 200 597 0.067529 10.0.0.38 - - [2026-04-23 01:59:16] "GET / HTTP/1.1" 200 35931 0.001790 10.0.0.38 - - [2026-04-23 01:59:17] "GET /project/d10a73e2-0644-4ec2-a282-15369cf87f32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000453 10.0.0.38 - - [2026-04-23 01:59:17] "GET /projects?obj_uuids=d10a73e2-0644-4ec2-a282-15369cf87f32&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000976 10.0.0.38 - - [2026-04-23 01:59:17] "GET /project/d10a73e2-0644-4ec2-a282-15369cf87f32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.053571 10.0.0.38 - - [2026-04-23 01:59:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002849 10.0.0.38 - - [2026-04-23 01:59:17] "GET /security-group/0d37e5bf-a6a4-420d-9340-b4293cab9d2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3762 0.004028 10.0.0.38 - - [2026-04-23 01:59:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002839 10.0.0.38 - - [2026-04-23 01:59:17] "GET /projects?obj_uuids=d10a73e2-0644-4ec2-a282-15369cf87f32&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001180 10.0.0.38 - - [2026-04-23 01:59:17] "GET /project/d10a73e2-0644-4ec2-a282-15369cf87f32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.020889 10.0.0.38 - - [2026-04-23 01:59:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002312 10.0.0.38 - - [2026-04-23 01:59:17] "GET /security-group/0d37e5bf-a6a4-420d-9340-b4293cab9d2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3762 0.003231 10.0.0.38 - - [2026-04-23 01:59:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002550 10.0.0.38 - - [2026-04-23 01:59:17] "PUT /security-group/0d37e5bf-a6a4-420d-9340-b4293cab9d2c HTTP/1.1" 200 262 0.011335 10.0.0.38 - - [2026-04-23 01:59:17] "PUT /access-control-list/2a35fc7f-8ac5-4f39-a689-c3a2ebf99b18 HTTP/1.1" 200 272 0.007876 10.0.0.38 - - [2026-04-23 01:59:17] "PUT /access-control-list/e1c006aa-e342-453c-94b4-8835246303de HTTP/1.1" 200 272 0.006919 10.0.0.38 - - [2026-04-23 01:59:17] "POST /fqname-to-id HTTP/1.1" 404 202 0.002414 10.0.0.38 - - [2026-04-23 01:59:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002317 10.0.0.38 - - [2026-04-23 01:59:18] "GET /projects?obj_uuids=d10a73e2-0644-4ec2-a282-15369cf87f32&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001407 10.0.0.38 - - [2026-04-23 01:59:18] "GET /project/d10a73e2-0644-4ec2-a282-15369cf87f32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.023117 10.0.0.38 - - [2026-04-23 01:59:18] "POST /neutron/network HTTP/1.1" 200 117 0.028440 10.0.0.38 - - [2026-04-23 01:59:18] "GET /projects?obj_uuids=d10a73e2-0644-4ec2-a282-15369cf87f32&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000866 10.0.0.38 - - [2026-04-23 01:59:18] "POST /neutron/network HTTP/1.1" 200 608 0.054377 10.0.0.38 - - [2026-04-23 01:59:18] "POST /route-targets HTTP/1.1" 200 327 0.008534 10.0.0.38 - - [2026-04-23 01:59:18] "POST /ref-update HTTP/1.1" 200 156 0.008880 10.0.0.38 - - [2026-04-23 01:59:18] "POST /useragent-kv HTTP/1.1" 200 115 0.001705 10.0.0.38 - - [2026-04-23 01:59:18] "POST /neutron/subnet HTTP/1.1" 200 720 0.144610 10.0.0.38 - - [2026-04-23 01:59:18] "POST /neutron/network HTTP/1.1" 200 826 0.004425 10.0.0.38 - - [2026-04-23 01:59:18] "POST /id-to-fqname HTTP/1.1" 200 223 0.001056 10.0.0.38 - - [2026-04-23 01:59:18] "GET /virtual-network/848d9080-2d9e-4c75-b22c-9e8bfe30c165?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.003963 10.0.0.38 - - [2026-04-23 01:59:18] "POST /neutron/network HTTP/1.1" 200 826 0.005256 10.0.0.38 - - [2026-04-23 01:59:18] "GET /virtual-network/848d9080-2d9e-4c75-b22c-9e8bfe30c165?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.003699 10.0.0.38 - - [2026-04-23 01:59:18] "POST /neutron/network HTTP/1.1" 200 826 0.004788 10.0.0.38 - - [2026-04-23 01:59:18] "POST /neutron/subnet HTTP/1.1" 200 720 0.004685 10.0.0.38 - - [2026-04-23 01:59:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.001723 10.0.0.38 - - [2026-04-23 01:59:18] "GET /projects?obj_uuids=d10a73e2-0644-4ec2-a282-15369cf87f32&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000873 10.0.0.38 - - [2026-04-23 01:59:18] "GET /project/d10a73e2-0644-4ec2-a282-15369cf87f32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.020483 10.0.0.38 - - [2026-04-23 01:59:18] "POST /neutron/network HTTP/1.1" 200 117 0.008483 10.0.0.38 - - [2026-04-23 01:59:18] "GET /projects?obj_uuids=d10a73e2-0644-4ec2-a282-15369cf87f32&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000846 10.0.0.38 - - [2026-04-23 01:59:18] "POST /neutron/network HTTP/1.1" 200 615 0.071791 10.0.0.38 - - [2026-04-23 01:59:18] "POST /route-targets HTTP/1.1" 200 327 0.017396 10.0.0.38 - - [2026-04-23 01:59:18] "POST /ref-update HTTP/1.1" 200 156 0.010882 10.0.0.38 - - [2026-04-23 01:59:18] "POST /useragent-kv HTTP/1.1" 200 115 0.003128 10.0.0.38 - - [2026-04-23 01:59:18] "POST /neutron/subnet HTTP/1.1" 200 720 0.122072 10.0.0.38 - - [2026-04-23 01:59:18] "POST /neutron/network HTTP/1.1" 200 833 0.003711 10.0.0.38 - - [2026-04-23 01:59:18] "POST /id-to-fqname HTTP/1.1" 200 227 0.000839 10.0.0.38 - - [2026-04-23 01:59:18] "GET /virtual-network/a333fa4a-46d7-4c55-9ccf-f5d44efa78f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.003521 10.0.0.38 - - [2026-04-23 01:59:18] "POST /neutron/network HTTP/1.1" 200 833 0.005003 10.0.0.38 - - [2026-04-23 01:59:18] "GET /virtual-network/a333fa4a-46d7-4c55-9ccf-f5d44efa78f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005177 10.0.0.38 - - [2026-04-23 01:59:19] "POST /neutron/network HTTP/1.1" 200 833 0.004973 10.0.0.38 - - [2026-04-23 01:59:19] "POST /neutron/subnet HTTP/1.1" 200 720 0.005952 10.0.0.38 - - [2026-04-23 01:59:19] "POST /id-to-fqname HTTP/1.1" 200 223 0.000897 10.0.0.38 - - [2026-04-23 01:59:19] "POST /neutron/network HTTP/1.1" 200 836 0.004939 10.0.0.38 - - [2026-04-23 01:59:19] "GET /aaa-mode HTTP/1.1" 401 292 0.000403 10.0.0.38 - - [2026-04-23 01:59:19] "GET / HTTP/1.1" 200 35931 0.001482 10.0.0.38 - - [2026-04-23 01:59:19] "GET /project/d10a73e2-0644-4ec2-a282-15369cf87f32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000356 10.0.0.38 - - [2026-04-23 01:59:19] "GET /projects?obj_uuids=d10a73e2-0644-4ec2-a282-15369cf87f32&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000966 10.0.0.38 - - [2026-04-23 01:59:19] "GET /project/d10a73e2-0644-4ec2-a282-15369cf87f32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.047238 10.0.0.38 - - [2026-04-23 01:59:19] "POST /neutron/network HTTP/1.1" 200 826 0.004531 10.0.0.38 - - [2026-04-23 01:59:20] "POST /neutron/port HTTP/1.1" 200 117 0.003968 10.0.0.38 - - [2026-04-23 01:59:20] "POST /neutron/port HTTP/1.1" 200 117 0.004325 10.0.0.38 - - [2026-04-23 01:59:20] "POST /id-to-fqname HTTP/1.1" 200 227 0.000999 10.0.0.38 - - [2026-04-23 01:59:20] "POST /neutron/port HTTP/1.1" 200 117 0.004156 10.0.0.38 - - [2026-04-23 01:59:20] "POST /neutron/network HTTP/1.1" 200 843 0.009300 10.0.0.38 - - [2026-04-23 01:59:20] "GET /aaa-mode HTTP/1.1" 401 292 0.000314 10.0.0.38 - - [2026-04-23 01:59:20] "POST /neutron/network HTTP/1.1" 200 836 0.004493 10.0.0.38 - - [2026-04-23 01:59:20] "GET /projects?obj_uuids=d10a73e2-0644-4ec2-a282-15369cf87f32&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001148 10.0.0.38 - - [2026-04-23 01:59:20] "GET / HTTP/1.1" 200 35931 0.002268 10.0.0.38 - - [2026-04-23 01:59:20] "GET /project/d10a73e2-0644-4ec2-a282-15369cf87f32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000314 10.0.0.38 - - [2026-04-23 01:59:20] "POST /neutron/port HTTP/1.1" 200 1062 0.172795 10.0.0.38 - - [2026-04-23 01:59:20] "POST /neutron/port HTTP/1.1" 200 1062 0.007886 10.0.0.38 - - [2026-04-23 01:59:20] "POST /neutron/port HTTP/1.1" 200 1062 0.008840 10.0.0.38 - - [2026-04-23 01:59:20] "POST /neutron/port HTTP/1.1" 200 1116 0.057096 10.0.0.38 - - [2026-04-23 01:59:20] "POST /neutron/port HTTP/1.1" 200 1126 0.010372 10.0.0.38 - - [2026-04-23 01:59:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002569 10.0.0.38 - - [2026-04-23 01:59:20] "POST /neutron/subnet HTTP/1.1" 200 694 0.005373 10.0.0.38 - - [2026-04-23 01:59:20] "POST /neutron/port HTTP/1.1" 200 117 0.001363 10.0.0.38 - - [2026-04-23 01:59:20] "POST /neutron/network HTTP/1.1" 200 826 0.004540 10.0.0.38 - - [2026-04-23 01:59:20] "GET /projects?obj_uuids=d10a73e2-0644-4ec2-a282-15369cf87f32&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000905 10.0.0.38 - - [2026-04-23 01:59:20] "GET /project/d10a73e2-0644-4ec2-a282-15369cf87f32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.041857 10.0.0.38 - - [2026-04-23 01:59:20] "POST /neutron/network HTTP/1.1" 200 833 0.004431 10.0.0.38 - - [2026-04-23 01:59:21] "POST /neutron/port HTTP/1.1" 200 1126 0.015991 10.0.0.38 - - [2026-04-23 01:59:21] "POST /neutron/security_group HTTP/1.1" 200 2002 0.004687 10.0.0.38 - - [2026-04-23 01:59:21] "POST /neutron/port HTTP/1.1" 200 117 0.004091 10.0.0.38 - - [2026-04-23 01:59:21] "GET /projects?obj_uuids=d10a73e2-0644-4ec2-a282-15369cf87f32&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001026 10.0.0.38 - - [2026-04-23 01:59:21] "POST /neutron/router HTTP/1.1" 200 585 0.059474 10.0.0.38 - - [2026-04-23 01:59:21] "POST /neutron/router HTTP/1.1" 200 585 0.002685 10.0.0.38 - - [2026-04-23 01:59:21] "POST /route-targets HTTP/1.1" 200 327 0.013742 10.0.0.38 - - [2026-04-23 01:59:21] "POST /neutron/router HTTP/1.1" 200 656 0.033507 10.0.0.38 - - [2026-04-23 01:59:21] "GET /logical-router/62838ca7-0ea5-4131-af09-e8c9ba0a79d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.011518 10.0.0.38 - - [2026-04-23 01:59:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004740 10.0.0.38 - - [2026-04-23 01:59:21] "PUT /logical-router/62838ca7-0ea5-4131-af09-e8c9ba0a79d2 HTTP/1.1" 200 262 0.044108 10.0.0.38 - - [2026-04-23 01:59:21] "POST /neutron/router HTTP/1.1" 200 656 0.011287 10.0.0.38 - - [2026-04-23 01:59:21] "GET /projects?obj_uuids=d10a73e2-0644-4ec2-a282-15369cf87f32&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000930 10.0.0.38 - - [2026-04-23 01:59:21] "GET /service-template/b3709157-e91d-4671-b202-3859ada6f9de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1682 0.003291 10.0.0.38 - - [2026-04-23 01:59:21] "POST /fqname-to-id HTTP/1.1" 404 215 0.007354 10.0.0.38 - - [2026-04-23 01:59:21] "POST /neutron/network HTTP/1.1" 200 843 0.013897 10.0.0.38 - - [2026-04-23 01:59:21] "GET /projects?obj_uuids=d10a73e2-0644-4ec2-a282-15369cf87f32&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000836 10.0.0.38 - - [2026-04-23 01:59:21] "POST /neutron/router HTTP/1.1" 200 344 0.274753 10.0.0.38 - - [2026-04-23 01:59:21] "POST /ref-update HTTP/1.1" 200 156 0.043150 10.0.0.38 - - [2026-04-23 01:59:21] "POST /neutron/port HTTP/1.1" 200 1126 0.054935 10.0.0.38 - - [2026-04-23 01:59:21] "POST /useragent-kv HTTP/1.1" 200 115 0.012919 10.0.0.38 - - [2026-04-23 01:59:21] "POST /virtual-networks HTTP/1.1" 200 694 0.243536 10.0.0.38 - - [2026-04-23 01:59:21] "POST /neutron/security_group HTTP/1.1" 200 2002 0.017767 10.0.0.38 - - [2026-04-23 01:59:21] "POST /route-targets HTTP/1.1" 200 327 0.031790 10.0.0.38 - - [2026-04-23 01:59:21] "POST /ref-update HTTP/1.1" 200 156 0.052139 10.0.0.38 - - [2026-04-23 01:59:21] "POST /service-instances HTTP/1.1" 200 670 0.138030 10.0.0.38 - - [2026-04-23 01:59:21] "POST /route-tables HTTP/1.1" 200 582 0.046687 10.0.0.38 - - [2026-04-23 01:59:21] "POST /neutron/port HTTP/1.1" 200 1062 0.490521 10.0.0.38 - - [2026-04-23 01:59:22] "POST /neutron/port HTTP/1.1" 200 1062 0.008394 10.0.0.38 - - [2026-04-23 01:59:22] "POST /neutron/port HTTP/1.1" 200 1062 0.014969 10.0.0.38 - - [2026-04-23 01:59:22] "PUT /logical-router/62838ca7-0ea5-4131-af09-e8c9ba0a79d2 HTTP/1.1" 200 262 0.031342 10.0.0.38 - - [2026-04-23 01:59:22] "POST /neutron/port HTTP/1.1" 200 1116 0.070624 10.0.0.38 - - [2026-04-23 01:59:22] "POST /ref-update HTTP/1.1" 200 156 0.026066 10.0.0.38 - - [2026-04-23 01:59:22] "POST /neutron/port HTTP/1.1" 200 1126 0.009842 10.0.0.38 - - [2026-04-23 01:59:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002439 10.0.0.38 - - [2026-04-23 01:59:22] "POST /neutron/subnet HTTP/1.1" 200 694 0.005974 10.0.0.38 - - [2026-04-23 01:59:22] "POST /neutron/port HTTP/1.1" 200 117 0.000955 10.0.0.38 - - [2026-04-23 01:59:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004963 10.0.0.38 - - [2026-04-23 01:59:22] "POST /neutron/network HTTP/1.1" 200 833 0.005436 10.0.0.38 - - [2026-04-23 01:59:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002504 10.0.0.38 - - [2026-04-23 01:59:22] "POST /virtual-machines HTTP/1.1" 200 553 0.011748 10.0.0.38 - - [2026-04-23 01:59:22] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.084662 10.0.0.38 - - [2026-04-23 01:59:22] "POST /chown HTTP/1.1" 200 109 0.008381 10.0.0.38 - - [2026-04-23 01:59:22] "POST /instance-ips HTTP/1.1" 200 551 0.017086 10.0.0.38 - - [2026-04-23 01:59:22] "POST /instance-ips HTTP/1.1" 400 246 0.012481 10.0.0.38 - - [2026-04-23 01:59:22] "POST /chown HTTP/1.1" 200 109 0.007760 10.0.0.38 - - [2026-04-23 01:59:22] "PUT /virtual-machine-interface/66fc883f-fa89-4909-82fd-c1928477b100 HTTP/1.1" 200 284 0.008639 10.0.0.38 - - [2026-04-23 01:59:22] "PUT /instance-ip/c0f9a6bd-ba7e-4768-bd56-4a97b891f420 HTTP/1.1" 200 256 0.012043 10.0.0.38 - - [2026-04-23 01:59:22] "POST /ref-update HTTP/1.1" 200 156 0.011521 10.0.0.38 - - [2026-04-23 01:59:22] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.092714 10.0.0.38 - - [2026-04-23 01:59:23] "POST /chown HTTP/1.1" 200 109 0.007518 10.0.0.38 - - [2026-04-23 01:59:23] "POST /instance-ips HTTP/1.1" 200 549 0.025773 10.0.0.38 - - [2026-04-23 01:59:23] "POST /instance-ips HTTP/1.1" 400 316 0.015573 10.0.0.38 - - [2026-04-23 01:59:23] "POST /chown HTTP/1.1" 200 109 0.008046 10.0.0.38 - - [2026-04-23 01:59:23] "PUT /virtual-machine-interface/3737b1b8-b8d5-4147-8838-141325f966cc HTTP/1.1" 200 284 0.008929 10.0.0.38 - - [2026-04-23 01:59:23] "PUT /instance-ip/99e715b9-d3d5-4d98-9738-d4070a4640f3 HTTP/1.1" 200 256 0.009883 10.0.0.38 - - [2026-04-23 01:59:23] "POST /ref-update HTTP/1.1" 200 156 0.009386 10.0.0.38 - - [2026-04-23 01:59:23] "POST /ref-update HTTP/1.1" 200 156 0.006686 10.0.0.38 - - [2026-04-23 01:59:23] "PUT /routing-instance/ed0b689a-31c8-48af-af2d-6cc2920e4db6 HTTP/1.1" 200 266 0.009139 10.0.0.38 - - [2026-04-23 01:59:23] "POST /ref-update HTTP/1.1" 200 156 0.006760 10.0.0.38 - - [2026-04-23 01:59:23] "POST /virtual-machines HTTP/1.1" 200 553 0.010073 10.0.0.38 - - [2026-04-23 01:59:23] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.083663 10.0.0.38 - - [2026-04-23 01:59:23] "POST /chown HTTP/1.1" 200 109 0.006137 10.0.0.38 - - [2026-04-23 01:59:23] "POST /instance-ips HTTP/1.1" 400 246 0.013727 10.0.0.38 - - [2026-04-23 01:59:23] "POST /chown HTTP/1.1" 200 109 0.005838 10.0.0.38 - - [2026-04-23 01:59:23] "PUT /virtual-machine-interface/3754d402-6c1c-4dc6-a45c-59fd594549ba HTTP/1.1" 200 284 0.009488 10.0.0.38 - - [2026-04-23 01:59:23] "PUT /instance-ip/c0f9a6bd-ba7e-4768-bd56-4a97b891f420 HTTP/1.1" 200 256 0.010240 10.0.0.38 - - [2026-04-23 01:59:23] "POST /ref-update HTTP/1.1" 200 156 0.012823 10.0.0.38 - - [2026-04-23 01:59:23] "POST /ref-update HTTP/1.1" 200 156 0.008762 10.0.0.38 - - [2026-04-23 01:59:24] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.079029 10.0.0.38 - - [2026-04-23 01:59:24] "POST /ref-update HTTP/1.1" 200 156 0.012034 10.0.0.38 - - [2026-04-23 01:59:24] "PUT /routing-instance/ed0b689a-31c8-48af-af2d-6cc2920e4db6 HTTP/1.1" 200 266 0.009907 10.0.0.38 - - [2026-04-23 01:59:24] "POST /chown HTTP/1.1" 200 109 0.010376 10.0.0.38 - - [2026-04-23 01:59:24] "POST /instance-ips HTTP/1.1" 400 316 0.024440 10.0.0.38 - - [2026-04-23 01:59:24] "POST /chown HTTP/1.1" 200 109 0.006535 10.0.0.38 - - [2026-04-23 01:59:24] "PUT /virtual-machine-interface/2db2a8e4-03b7-47c8-9e72-2bd49e931fcb HTTP/1.1" 200 284 0.008393 10.0.0.38 - - [2026-04-23 01:59:24] "PUT /instance-ip/99e715b9-d3d5-4d98-9738-d4070a4640f3 HTTP/1.1" 200 256 0.016006 10.0.0.38 - - [2026-04-23 01:59:24] "POST /ref-update HTTP/1.1" 200 156 0.008599 10.0.0.38 - - [2026-04-23 01:59:24] "POST /ref-update HTTP/1.1" 200 156 0.009126 10.0.0.38 - - [2026-04-23 01:59:24] "POST /ref-update HTTP/1.1" 200 156 0.006534 10.0.0.38 - - [2026-04-23 01:59:24] "PUT /routing-instance/ed0b689a-31c8-48af-af2d-6cc2920e4db6 HTTP/1.1" 200 266 0.009041 10.0.0.38 - - [2026-04-23 01:59:26] "POST /neutron/port HTTP/1.1" 200 1126 0.010917 10.0.0.38 - - [2026-04-23 01:59:26] "POST /neutron/security_group HTTP/1.1" 200 2002 0.004602 10.0.0.38 - - [2026-04-23 01:59:26] "POST /neutron/port HTTP/1.1" 200 1126 0.011357 10.0.0.38 - - [2026-04-23 01:59:26] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005685 10.0.0.38 - - [2026-04-23 01:59:26] "POST /neutron/port HTTP/1.1" 200 1126 0.010161 10.0.0.38 - - [2026-04-23 01:59:26] "POST /neutron/security_group HTTP/1.1" 200 2002 0.004713 10.0.0.38 - - [2026-04-23 01:59:26] "GET /virtual-machine/d5bb5b6a-2f2d-463a-9496-c31b5d69a4b9 HTTP/1.1" 401 292 0.000345 10.0.0.38 - - [2026-04-23 01:59:27] "GET /virtual-machine/d5bb5b6a-2f2d-463a-9496-c31b5d69a4b9 HTTP/1.1" 200 1296 0.037477 10.0.0.38 - - [2026-04-23 01:59:27] "GET /virtual-machine-interface/b4242b74-59f8-4a4f-b5ed-5bf6b00e711a HTTP/1.1" 200 2956 0.010026 10.0.0.38 - - [2026-04-23 01:59:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002310 10.0.0.38 - - [2026-04-23 01:59:27] "GET /global-vrouter-config/e2229f30-3bb6-4b1e-8c28-43277104b447?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002370 10.0.0.38 - - [2026-04-23 01:59:27] "GET /virtual-networks?parent_id=d10a73e2-0644-4ec2-a282-15369cf87f32&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.002451 10.0.0.38 - - [2026-04-23 01:59:27] "GET /virtual-network/848d9080-2d9e-4c75-b22c-9e8bfe30c165?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.004471 10.0.0.38 - - [2026-04-23 01:59:28] "POST /neutron/port HTTP/1.1" 200 1126 0.010699 10.0.0.38 - - [2026-04-23 01:59:28] "POST /neutron/security_group HTTP/1.1" 200 2002 0.004229 10.0.0.38 - - [2026-04-23 01:59:30] "POST /neutron/port HTTP/1.1" 200 1126 0.010849 10.0.0.38 - - [2026-04-23 01:59:30] "POST /neutron/security_group HTTP/1.1" 200 2002 0.003906 10.0.0.38 - - [2026-04-23 01:59:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002499 10.0.0.38 - - [2026-04-23 01:59:30] "GET /virtual-network/848d9080-2d9e-4c75-b22c-9e8bfe30c165?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.004288 10.0.0.38 - - [2026-04-23 01:59:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002401 10.0.0.38 - - [2026-04-23 01:59:32] "GET /global-vrouter-config/e2229f30-3bb6-4b1e-8c28-43277104b447?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005076 10.0.0.38 - - [2026-04-23 01:59:32] "GET /virtual-networks?parent_id=d10a73e2-0644-4ec2-a282-15369cf87f32&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003098 10.0.0.38 - - [2026-04-23 01:59:32] "GET /virtual-network/848d9080-2d9e-4c75-b22c-9e8bfe30c165?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005138 10.0.0.38 - - [2026-04-23 01:59:33] "POST /neutron/port HTTP/1.1" 200 1126 0.010322 10.0.0.38 - - [2026-04-23 01:59:33] "POST /neutron/security_group HTTP/1.1" 200 2002 0.004641 10.0.0.38 - - [2026-04-23 01:59:33] "POST /neutron/port HTTP/1.1" 200 1126 0.010486 10.0.0.38 - - [2026-04-23 01:59:33] "POST /neutron/security_group HTTP/1.1" 200 2002 0.004943 10.0.0.38 - - [2026-04-23 01:59:33] "POST /neutron/port HTTP/1.1" 200 1126 0.010242 10.0.0.38 - - [2026-04-23 01:59:33] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005248 10.0.0.38 - - [2026-04-23 01:59:33] "GET /virtual-machine/b1687af8-794c-4447-adbf-2d3aee1c6dc8 HTTP/1.1" 200 1296 0.003700 10.0.0.38 - - [2026-04-23 01:59:33] "GET /virtual-machine-interface/d7c81e36-a3c3-479e-a97e-4342331338f8 HTTP/1.1" 200 2968 0.003863 10.0.0.38 - - [2026-04-23 01:59:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002168 10.0.0.38 - - [2026-04-23 01:59:33] "GET /global-vrouter-config/e2229f30-3bb6-4b1e-8c28-43277104b447?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002942 10.0.0.38 - - [2026-04-23 01:59:33] "GET /virtual-networks?parent_id=d10a73e2-0644-4ec2-a282-15369cf87f32&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.002483 10.0.0.38 - - [2026-04-23 01:59:33] "GET /virtual-network/a333fa4a-46d7-4c55-9ccf-f5d44efa78f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.004483 10.0.0.38 - - [2026-04-23 01:59:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002342 10.0.0.38 - - [2026-04-23 01:59:34] "GET /global-vrouter-config/e2229f30-3bb6-4b1e-8c28-43277104b447?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002319 10.0.0.38 - - [2026-04-23 01:59:34] "GET /virtual-networks?parent_id=d10a73e2-0644-4ec2-a282-15369cf87f32&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.002481 10.0.0.38 - - [2026-04-23 01:59:34] "GET /virtual-network/a333fa4a-46d7-4c55-9ccf-f5d44efa78f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006121 10.0.0.38 - - [2026-04-23 01:59:38] "POST /neutron/router HTTP/1.1" 200 656 0.003499 10.0.0.38 - - [2026-04-23 01:59:38] "POST /ref-update HTTP/1.1" 200 156 0.008505 10.0.0.38 - - [2026-04-23 01:59:38] "POST /neutron/router HTTP/1.1" 200 344 0.080532 10.0.0.38 - - [2026-04-23 01:59:38] "POST /neutron/router HTTP/1.1" 200 656 0.004106 10.0.0.38 - - [2026-04-23 01:59:38] "GET /logical-router/62838ca7-0ea5-4131-af09-e8c9ba0a79d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1971 0.003858 10.0.0.38 - - [2026-04-23 01:59:38] "GET /service-instance/81ed38aa-cfb1-47e3-8935-78666c1e8cef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2314 0.002836 10.0.0.38 - - [2026-04-23 01:59:38] "POST /neutron/router HTTP/1.1" 200 151 0.046387 10.0.0.38 - - [2026-04-23 01:59:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.006929 10.0.0.38 - - [2026-04-23 01:59:38] "DELETE /route-target/35b4272b-47ae-42b5-86e7-a2f1630b09af HTTP/1.1" 409 239 0.003461 10.0.0.38 - - [2026-04-23 01:59:38] "PUT /logical-router/62838ca7-0ea5-4131-af09-e8c9ba0a79d2 HTTP/1.1" 404 171 0.002354 10.0.0.38 - - [2026-04-23 01:59:38] "POST /ref-update HTTP/1.1" 200 156 0.011938 10.0.0.38 - - [2026-04-23 01:59:38] "DELETE /route-table/a9af0904-8479-4c05-a174-21d00bac9a2e HTTP/1.1" 200 115 0.025109 10.0.0.38 - - [2026-04-23 01:59:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002794 10.0.0.38 - - [2026-04-23 01:59:38] "PUT /routing-instance/ed0b689a-31c8-48af-af2d-6cc2920e4db6 HTTP/1.1" 200 266 0.008984 10.0.0.38 - - [2026-04-23 01:59:38] "POST /neutron/network HTTP/1.1" 200 833 0.005015 10.0.0.38 - - [2026-04-23 01:59:38] "GET /virtual-network/3825553b-3541-466b-9c30-e5ce4b8d1291?fields=virtual_machine_interface_back_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 2299 0.005379 10.0.0.38 - - [2026-04-23 01:59:38] "POST /neutron/network HTTP/1.1" 400 204 0.031072 10.0.0.38 - - [2026-04-23 01:59:38] "POST /ref-update HTTP/1.1" 200 156 0.009014 10.0.0.38 - - [2026-04-23 01:59:38] "POST /ref-update HTTP/1.1" 200 156 0.010176 10.0.0.38 - - [2026-04-23 01:59:38] "GET /virtual-machine-interface/2db2a8e4-03b7-47c8-9e72-2bd49e931fcb?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1650 0.004853 10.0.0.38 - - [2026-04-23 01:59:38] "POST /ref-update HTTP/1.1" 200 156 0.011187 10.0.0.38 - - [2026-04-23 01:59:38] "GET /instance-ip/99e715b9-d3d5-4d98-9738-d4070a4640f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.003330 10.0.0.38 - - [2026-04-23 01:59:39] "DELETE /virtual-machine-interface/2db2a8e4-03b7-47c8-9e72-2bd49e931fcb HTTP/1.1" 200 115 0.029385 10.0.0.38 - - [2026-04-23 01:59:39] "GET /virtual-machine-interface/3737b1b8-b8d5-4147-8838-141325f966cc?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1649 0.005434 10.0.0.38 - - [2026-04-23 01:59:39] "POST /neutron/port HTTP/1.1" 200 1126 0.012034 10.0.0.38 - - [2026-04-23 01:59:39] "POST /ref-update HTTP/1.1" 200 156 0.013215 10.0.0.38 - - [2026-04-23 01:59:39] "GET /instance-ip/99e715b9-d3d5-4d98-9738-d4070a4640f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1760 0.004432 10.0.0.38 - - [2026-04-23 01:59:39] "POST /neutron/port HTTP/1.1" 200 1116 0.010591 10.0.0.38 - - [2026-04-23 01:59:39] "DELETE /instance-ip/99e715b9-d3d5-4d98-9738-d4070a4640f3 HTTP/1.1" 200 115 0.050038 10.0.0.38 - - [2026-04-23 01:59:39] "POST /neutron/port HTTP/1.1" 200 1126 0.015040 10.0.0.38 - - [2026-04-23 01:59:39] "DELETE /virtual-machine-interface/3737b1b8-b8d5-4147-8838-141325f966cc HTTP/1.1" 200 115 0.041504 10.0.0.38 - - [2026-04-23 01:59:39] "POST /neutron/port HTTP/1.1" 200 1116 0.015832 10.0.0.38 - - [2026-04-23 01:59:39] "DELETE /instance-ip/99e715b9-d3d5-4d98-9738-d4070a4640f3 HTTP/1.1" 404 177 0.001949 10.0.0.38 - - [2026-04-23 01:59:39] "POST /neutron/port HTTP/1.1" 200 151 0.126338 10.0.0.38 - - [2026-04-23 01:59:39] "POST /neutron/port HTTP/1.1" 200 151 0.102976 10.0.0.38 - - [2026-04-23 01:59:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002213 10.0.0.38 - - [2026-04-23 01:59:39] "POST /useragent-kv HTTP/1.1" 200 115 0.002734 10.0.0.38 - - [2026-04-23 01:59:39] "POST /useragent-kv HTTP/1.1" 200 115 0.002238 10.0.0.38 - - [2026-04-23 01:59:39] "DELETE /virtual-network/3825553b-3541-466b-9c30-e5ce4b8d1291 HTTP/1.1" 200 115 0.097342 10.0.0.38 - - [2026-04-23 01:59:39] "DELETE /route-target/4bcf20e5-bcdc-458a-a222-d6df2efeeb98 HTTP/1.1" 200 115 0.022044 10.0.0.38 - - [2026-04-23 01:59:39] "DELETE /service-instance/81ed38aa-cfb1-47e3-8935-78666c1e8cef HTTP/1.1" 200 115 0.021754 10.0.0.38 - - [2026-04-23 01:59:39] "GET /logical-router/62838ca7-0ea5-4131-af09-e8c9ba0a79d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002035 10.0.0.38 - - [2026-04-23 01:59:39] "GET /service-instance/81ed38aa-cfb1-47e3-8935-78666c1e8cef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002143 10.0.0.38 - - [2026-04-23 01:59:39] "GET /virtual-machine-interface/3754d402-6c1c-4dc6-a45c-59fd594549ba?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1653 0.004473 10.0.0.38 - - [2026-04-23 01:59:39] "POST /ref-update HTTP/1.1" 200 156 0.009636 10.0.0.38 - - [2026-04-23 01:59:39] "GET /instance-ip/c0f9a6bd-ba7e-4768-bd56-4a97b891f420?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.003881 10.0.0.38 - - [2026-04-23 01:59:39] "DELETE /virtual-machine-interface/3754d402-6c1c-4dc6-a45c-59fd594549ba HTTP/1.1" 200 115 0.035751 10.0.0.38 - - [2026-04-23 01:59:39] "DELETE /virtual-machine/e867f6f9-d2f2-4ca8-b61e-9cb2fcc4d6c3 HTTP/1.1" 200 115 0.014155 10.0.0.38 - - [2026-04-23 01:59:39] "GET /virtual-machine-interface/66fc883f-fa89-4909-82fd-c1928477b100?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1652 0.006431 10.0.0.38 - - [2026-04-23 01:59:39] "POST /ref-update HTTP/1.1" 200 156 0.009522 10.0.0.38 - - [2026-04-23 01:59:39] "GET /instance-ip/c0f9a6bd-ba7e-4768-bd56-4a97b891f420?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1695 0.004313 10.0.0.38 - - [2026-04-23 01:59:39] "DELETE /instance-ip/c0f9a6bd-ba7e-4768-bd56-4a97b891f420 HTTP/1.1" 200 115 0.021926 10.0.0.38 - - [2026-04-23 01:59:40] "DELETE /virtual-machine-interface/66fc883f-fa89-4909-82fd-c1928477b100 HTTP/1.1" 200 115 0.028682 10.0.0.38 - - [2026-04-23 01:59:40] "POST /ref-update HTTP/1.1" 200 156 0.007936 10.0.0.38 - - [2026-04-23 01:59:40] "DELETE /virtual-machine/fee8fc7b-b459-4f1d-92b1-854c9c08e81e HTTP/1.1" 200 115 0.014457 10.0.0.38 - - [2026-04-23 01:59:40] "POST /neutron/network HTTP/1.1" 200 833 0.005318 10.0.0.38 - - [2026-04-23 01:59:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003201 10.0.0.38 - - [2026-04-23 01:59:40] "POST /useragent-kv HTTP/1.1" 200 115 0.001608 10.0.0.38 - - [2026-04-23 01:59:40] "POST /useragent-kv HTTP/1.1" 200 115 0.002273 10.0.0.38 - - [2026-04-23 01:59:40] "POST /neutron/network HTTP/1.1" 200 151 0.072958 10.0.0.38 - - [2026-04-23 01:59:40] "DELETE /route-target/c53821f5-545d-4afd-b033-0715a097729f HTTP/1.1" 200 115 0.012935 10.0.0.38 - - [2026-04-23 01:59:40] "POST /neutron/network HTTP/1.1" 200 826 0.004196 10.0.0.38 - - [2026-04-23 01:59:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003441 10.0.0.38 - - [2026-04-23 01:59:40] "POST /useragent-kv HTTP/1.1" 200 115 0.002305 10.0.0.38 - - [2026-04-23 01:59:40] "POST /useragent-kv HTTP/1.1" 200 115 0.001436 10.0.0.38 - - [2026-04-23 01:59:40] "POST /neutron/network HTTP/1.1" 200 151 0.064448 10.0.0.38 - - [2026-04-23 01:59:40] "DELETE /route-target/acd1ecd8-0688-4543-bda1-3dcdeba3f016 HTTP/1.1" 200 115 0.015034 10.0.0.38 - - [2026-04-23 01:59:41] "GET /projects?obj_uuids=d10a73e2-0644-4ec2-a282-15369cf87f32&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000920 10.0.0.38 - - [2026-04-23 01:59:41] "GET /project/d10a73e2-0644-4ec2-a282-15369cf87f32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.020961 10.0.0.38 - - [2026-04-23 01:59:41] "GET /projects?obj_uuids=d10a73e2-0644-4ec2-a282-15369cf87f32&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000783 10.0.0.38 - - [2026-04-23 01:59:41] "GET /project/d10a73e2-0644-4ec2-a282-15369cf87f32?fields=virtual_networks HTTP/1.1" 200 1039 0.063397 10.0.0.38 - - [2026-04-23 01:59:41] "GET /projects?obj_uuids=d10a73e2-0644-4ec2-a282-15369cf87f32&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000854 10.0.0.38 - - [2026-04-23 01:59:41] "GET /project/d10a73e2-0644-4ec2-a282-15369cf87f32?fields=virtual_machine_interfaces HTTP/1.1" 200 1039 0.018863 10.0.0.38 - - [2026-04-23 01:59:41] "GET /projects?obj_uuids=d10a73e2-0644-4ec2-a282-15369cf87f32&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000897 10.0.0.38 - - [2026-04-23 01:59:41] "GET /project/d10a73e2-0644-4ec2-a282-15369cf87f32?fields=security_groups HTTP/1.1" 200 1268 0.024677 10.0.0.38 - - [2026-04-23 01:59:42] "POST /fqname-to-id HTTP/1.1" 404 196 0.022213 10.0.0.38 - - [2026-04-23 01:59:42] "GET /projects?obj_uuids=876f18d8-c7a2-443b-9863-c598d5898958&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.001965 10.0.0.38 - - [2026-04-23 01:59:42] "GET /domains?obj_uuids=63294607-7558-4a2c-b899-0097ad180adc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000951 10.0.0.38 - - [2026-04-23 01:59:42] "GET /domain/63294607-7558-4a2c-b899-0097ad180adc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006504 10.0.0.38 - - [2026-04-23 01:59:42] "POST /id-to-fqname HTTP/1.1" 200 198 0.001565 10.0.0.38 - - [2026-04-23 01:59:42] "POST /fqname-to-id HTTP/1.1" 404 207 0.002384 10.0.0.38 - - [2026-04-23 01:59:42] "POST /security-groups HTTP/1.1" 200 599 0.064246 10.0.0.38 - - [2026-04-23 01:59:42] "POST /fqname-to-id HTTP/1.1" 404 242 0.002058 10.0.0.38 - - [2026-04-23 01:59:42] "POST /projects HTTP/1.1" 200 601 0.201759 10.0.0.38 - - [2026-04-23 01:59:42] "POST /access-control-lists HTTP/1.1" 200 604 0.053090 10.0.0.38 - - [2026-04-23 01:59:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.267233 10.0.0.38 - - [2026-04-23 01:59:42] "POST /fqname-to-id HTTP/1.1" 404 241 0.002183 10.0.0.38 - - [2026-04-23 01:59:42] "GET /project/876f18d8-c7a2-443b-9863-c598d5898958?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.385538 10.0.0.38 - - [2026-04-23 01:59:42] "POST /access-control-lists HTTP/1.1" 200 602 0.056672 10.0.0.38 - - [2026-04-23 01:59:43] "GET / HTTP/1.1" 200 35931 0.001708 10.0.0.38 - - [2026-04-23 01:59:44] "POST /fqname-to-id HTTP/1.1" 401 292 0.000445 10.0.0.38 - - [2026-04-23 01:59:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.051587 10.0.0.38 - - [2026-04-23 01:59:44] "GET /projects?obj_uuids=876f18d8-c7a2-443b-9863-c598d5898958&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000843 10.0.0.38 - - [2026-04-23 01:59:44] "GET /project/876f18d8-c7a2-443b-9863-c598d5898958?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.023342 10.0.0.38 - - [2026-04-23 01:59:44] "POST /neutron/network HTTP/1.1" 200 117 0.029048 10.0.0.38 - - [2026-04-23 01:59:44] "GET /projects?obj_uuids=876f18d8-c7a2-443b-9863-c598d5898958&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001136 10.0.0.38 - - [2026-04-23 01:59:44] "POST /neutron/network HTTP/1.1" 200 613 0.058170 10.0.0.38 - - [2026-04-23 01:59:44] "POST /route-targets HTTP/1.1" 200 327 0.009342 10.0.0.38 - - [2026-04-23 01:59:44] "POST /ref-update HTTP/1.1" 200 156 0.011873 10.0.0.38 - - [2026-04-23 01:59:45] "POST /useragent-kv HTTP/1.1" 200 115 0.004236 10.0.0.38 - - [2026-04-23 01:59:45] "POST /neutron/subnet HTTP/1.1" 200 720 0.172550 10.0.0.38 - - [2026-04-23 01:59:45] "POST /fqname-to-id HTTP/1.1" 401 292 0.000364 10.0.0.38 - - [2026-04-23 01:59:45] "POST /useragent-kv HTTP/1.1" 200 115 0.004319 10.0.0.38 - - [2026-04-23 01:59:45] "POST /neutron/subnet HTTP/1.1" 200 828 0.133357 10.0.0.38 - - [2026-04-23 01:59:45] "POST /neutron/network HTTP/1.1" 200 1005 0.006059 10.0.0.38 - - [2026-04-23 01:59:45] "POST /id-to-fqname HTTP/1.1" 200 228 0.000885 10.0.0.38 - - [2026-04-23 01:59:45] "GET /virtual-network/d8f57165-9f87-44f4-9a71-38f02a2cb4d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.003979 10.0.0.38 - - [2026-04-23 01:59:45] "POST /neutron/network HTTP/1.1" 200 1005 0.006807 10.0.0.38 - - [2026-04-23 01:59:45] "GET /virtual-network/d8f57165-9f87-44f4-9a71-38f02a2cb4d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005098 10.0.0.38 - - [2026-04-23 01:59:45] "POST /neutron/network HTTP/1.1" 200 1005 0.006029 10.0.0.38 - - [2026-04-23 01:59:45] "POST /neutron/subnet HTTP/1.1" 200 720 0.004890 10.0.0.38 - - [2026-04-23 01:59:45] "POST /neutron/subnet HTTP/1.1" 200 828 0.004652 10.0.0.38 - - [2026-04-23 01:59:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.001645 10.0.0.38 - - [2026-04-23 01:59:45] "GET /projects?obj_uuids=876f18d8-c7a2-443b-9863-c598d5898958&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001381 10.0.0.38 - - [2026-04-23 01:59:45] "GET /project/876f18d8-c7a2-443b-9863-c598d5898958?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.020552 10.0.0.38 - - [2026-04-23 01:59:45] "POST /neutron/network HTTP/1.1" 200 117 0.013499 10.0.0.38 - - [2026-04-23 01:59:45] "GET /projects?obj_uuids=876f18d8-c7a2-443b-9863-c598d5898958&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000774 10.0.0.38 - - [2026-04-23 01:59:45] "POST /fqname-to-id HTTP/1.1" 404 207 0.028242 10.0.0.38 - - [2026-04-23 01:59:45] "POST /neutron/network HTTP/1.1" 200 613 0.055409 10.0.0.38 - - [2026-04-23 01:59:45] "POST /route-targets HTTP/1.1" 200 327 0.014236 10.0.0.38 - - [2026-04-23 01:59:45] "POST /ref-update HTTP/1.1" 200 156 0.010783 10.0.0.38 - - [2026-04-23 01:59:45] "POST /useragent-kv HTTP/1.1" 200 115 0.003319 10.0.0.38 - - [2026-04-23 01:59:45] "POST /neutron/subnet HTTP/1.1" 200 724 0.131213 10.0.0.38 - - [2026-04-23 01:59:45] "POST /fqname-to-id HTTP/1.1" 404 207 0.005524 10.0.0.38 - - [2026-04-23 01:59:45] "POST /useragent-kv HTTP/1.1" 200 115 0.002340 10.0.0.38 - - [2026-04-23 01:59:45] "POST /neutron/subnet HTTP/1.1" 200 818 0.147705 10.0.0.38 - - [2026-04-23 01:59:45] "POST /neutron/network HTTP/1.1" 200 1004 0.005443 10.0.0.38 - - [2026-04-23 01:59:45] "POST /id-to-fqname HTTP/1.1" 200 228 0.000938 10.0.0.38 - - [2026-04-23 01:59:45] "GET /virtual-network/eae1b313-f973-4ef0-9dcb-5131bcbf9a33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.003769 10.0.0.38 - - [2026-04-23 01:59:45] "POST /neutron/network HTTP/1.1" 200 1004 0.007077 10.0.0.38 - - [2026-04-23 01:59:45] "GET /virtual-network/eae1b313-f973-4ef0-9dcb-5131bcbf9a33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.004970 10.0.0.38 - - [2026-04-23 01:59:46] "POST /neutron/network HTTP/1.1" 200 1004 0.006057 10.0.0.38 - - [2026-04-23 01:59:46] "POST /neutron/subnet HTTP/1.1" 200 724 0.005554 10.0.0.38 - - [2026-04-23 01:59:46] "POST /neutron/subnet HTTP/1.1" 200 818 0.005765 10.0.0.38 - - [2026-04-23 01:59:46] "POST /fqname-to-id HTTP/1.1" 404 234 0.001745 10.0.0.38 - - [2026-04-23 01:59:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.001854 10.0.0.38 - - [2026-04-23 01:59:46] "GET /projects?obj_uuids=876f18d8-c7a2-443b-9863-c598d5898958&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001285 10.0.0.38 - - [2026-04-23 01:59:46] "GET /project/876f18d8-c7a2-443b-9863-c598d5898958?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.021763 10.0.0.38 - - [2026-04-23 01:59:46] "POST /network-policys HTTP/1.1" 200 577 0.055956 10.0.0.38 - - [2026-04-23 01:59:46] "GET /network-policy/94ad841c-18d6-4f27-ba9a-6aed698829bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.004936 10.0.0.38 - - [2026-04-23 01:59:46] "POST /neutron/network HTTP/1.1" 200 1005 0.006005 10.0.0.38 - - [2026-04-23 01:59:46] "POST /fqname-to-id HTTP/1.1" 404 242 0.004537 10.0.0.38 - - [2026-04-23 01:59:46] "POST /fqname-to-id HTTP/1.1" 404 207 0.004025 10.0.0.38 - - [2026-04-23 01:59:46] "POST /neutron/network HTTP/1.1" 200 1113 0.040418 10.0.0.38 - - [2026-04-23 01:59:46] "POST /access-control-lists HTTP/1.1" 200 596 0.064047 10.0.0.38 - - [2026-04-23 01:59:46] "POST /neutron/network HTTP/1.1" 200 1113 0.043898 10.0.0.38 - - [2026-04-23 01:59:46] "GET /virtual-network/d8f57165-9f87-44f4-9a71-38f02a2cb4d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.005275 10.0.0.38 - - [2026-04-23 01:59:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002173 10.0.0.38 - - [2026-04-23 01:59:46] "GET /network-policy/94ad841c-18d6-4f27-ba9a-6aed698829bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.003513 10.0.0.38 - - [2026-04-23 01:59:46] "POST /neutron/network HTTP/1.1" 200 1004 0.006708 10.0.0.38 - - [2026-04-23 01:59:46] "POST /fqname-to-id HTTP/1.1" 404 207 0.005812 10.0.0.38 - - [2026-04-23 01:59:46] "POST /fqname-to-id HTTP/1.1" 404 242 0.003622 10.0.0.38 - - [2026-04-23 01:59:46] "POST /neutron/network HTTP/1.1" 200 1112 0.043164 10.0.0.38 - - [2026-04-23 01:59:46] "POST /access-control-lists HTTP/1.1" 200 596 0.068018 10.0.0.38 - - [2026-04-23 01:59:46] "POST /neutron/network HTTP/1.1" 200 1112 0.042283 10.0.0.38 - - [2026-04-23 01:59:46] "GET /virtual-network/eae1b313-f973-4ef0-9dcb-5131bcbf9a33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.004837 10.0.0.38 - - [2026-04-23 01:59:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002161 10.0.0.38 - - [2026-04-23 01:59:46] "POST /ref-update HTTP/1.1" 200 156 0.008738 10.0.0.38 - - [2026-04-23 01:59:46] "GET /network-policy/94ad841c-18d6-4f27-ba9a-6aed698829bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.004158 10.0.0.38 - - [2026-04-23 01:59:46] "GET /domains HTTP/1.1" 401 292 0.000432 10.0.0.38 - - [2026-04-23 01:59:47] "GET /domains HTTP/1.1" 200 280 0.022577 10.0.0.38 - - [2026-04-23 01:59:47] "GET /domains?obj_uuids=63294607-7558-4a2c-b899-0097ad180adc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000807 10.0.0.38 - - [2026-04-23 01:59:47] "GET /domain/63294607-7558-4a2c-b899-0097ad180adc HTTP/1.1" 200 2954 0.006352 10.0.0.38 - - [2026-04-23 01:59:47] "GET /projects?obj_uuids=876f18d8-c7a2-443b-9863-c598d5898958&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001026 10.0.0.38 - - [2026-04-23 01:59:47] "GET /project/876f18d8-c7a2-443b-9863-c598d5898958 HTTP/1.1" 200 2625 0.070331 10.0.0.38 - - [2026-04-23 01:59:47] "GET /virtual-network/d8f57165-9f87-44f4-9a71-38f02a2cb4d6 HTTP/1.1" 200 3502 0.005669 10.0.0.38 - - [2026-04-23 01:59:47] "GET /virtual-network/d8f57165-9f87-44f4-9a71-38f02a2cb4d6 HTTP/1.1" 200 3502 0.003827 10.0.0.38 - - [2026-04-23 01:59:47] "GET /routing-instance/7ecbafba-7f53-4db4-a36c-182c30341212 HTTP/1.1" 200 1795 0.002630 10.0.0.38 - - [2026-04-23 01:59:47] "GET /routing-instance/7ecbafba-7f53-4db4-a36c-182c30341212 HTTP/1.1" 200 1795 0.002765 10.0.0.38 - - [2026-04-23 01:59:47] "GET /route-target/de948e9c-bf2e-4e8e-a735-c0216b755f4c HTTP/1.1" 200 1213 0.002367 10.0.0.38 - - [2026-04-23 01:59:47] "GET /virtual-network/d8f57165-9f87-44f4-9a71-38f02a2cb4d6 HTTP/1.1" 200 3502 0.003578 10.0.0.38 - - [2026-04-23 01:59:47] "GET /routing-instance/7ecbafba-7f53-4db4-a36c-182c30341212 HTTP/1.1" 200 1795 0.002465 10.0.0.38 - - [2026-04-23 01:59:47] "GET /virtual-network/d8f57165-9f87-44f4-9a71-38f02a2cb4d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.003604 10.0.0.38 - - [2026-04-23 01:59:47] "GET /virtual-network/d8f57165-9f87-44f4-9a71-38f02a2cb4d6 HTTP/1.1" 200 3502 0.003545 10.0.0.38 - - [2026-04-23 01:59:47] "GET /routing-instance/7ecbafba-7f53-4db4-a36c-182c30341212 HTTP/1.1" 200 1795 0.002935 10.0.0.38 - - [2026-04-23 01:59:47] "GET /routing-instance/7ecbafba-7f53-4db4-a36c-182c30341212 HTTP/1.1" 200 1795 0.002866 10.0.0.38 - - [2026-04-23 01:59:47] "GET /route-target/de948e9c-bf2e-4e8e-a735-c0216b755f4c HTTP/1.1" 200 1213 0.002191 10.0.0.38 - - [2026-04-23 01:59:47] "GET /domains HTTP/1.1" 200 280 0.003312 10.0.0.38 - - [2026-04-23 01:59:47] "GET /domains?obj_uuids=63294607-7558-4a2c-b899-0097ad180adc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001095 10.0.0.38 - - [2026-04-23 01:59:47] "GET /domain/63294607-7558-4a2c-b899-0097ad180adc HTTP/1.1" 200 2954 0.007716 10.0.0.38 - - [2026-04-23 01:59:47] "GET /projects?obj_uuids=876f18d8-c7a2-443b-9863-c598d5898958&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001002 10.0.0.38 - - [2026-04-23 01:59:47] "GET /project/876f18d8-c7a2-443b-9863-c598d5898958 HTTP/1.1" 200 2625 0.067518 10.0.0.38 - - [2026-04-23 01:59:47] "GET /virtual-network/d8f57165-9f87-44f4-9a71-38f02a2cb4d6 HTTP/1.1" 200 3502 0.004697 10.0.0.38 - - [2026-04-23 01:59:47] "GET /obj-perms HTTP/1.1" 200 5046 0.048780 10.0.0.38 - - [2026-04-23 01:59:47] "GET /domains HTTP/1.1" 200 280 0.002356 10.0.0.38 - - [2026-04-23 01:59:47] "GET /domains?obj_uuids=63294607-7558-4a2c-b899-0097ad180adc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000784 10.0.0.38 - - [2026-04-23 01:59:47] "GET /domain/63294607-7558-4a2c-b899-0097ad180adc HTTP/1.1" 200 2954 0.005606 10.0.0.38 - - [2026-04-23 01:59:47] "GET /projects?obj_uuids=876f18d8-c7a2-443b-9863-c598d5898958&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000744 10.0.0.38 - - [2026-04-23 01:59:47] "GET /project/876f18d8-c7a2-443b-9863-c598d5898958 HTTP/1.1" 200 2625 0.063097 10.0.0.38 - - [2026-04-23 01:59:47] "GET /virtual-network/eae1b313-f973-4ef0-9dcb-5131bcbf9a33 HTTP/1.1" 200 3500 0.008205 10.0.0.38 - - [2026-04-23 01:59:47] "GET /virtual-network/eae1b313-f973-4ef0-9dcb-5131bcbf9a33 HTTP/1.1" 200 3500 0.006385 10.0.0.38 - - [2026-04-23 01:59:47] "GET /routing-instance/1ac3b3cf-dc13-48f7-b7ca-ec434442d2a7 HTTP/1.1" 200 1795 0.004402 10.0.0.38 - - [2026-04-23 01:59:47] "GET /routing-instance/1ac3b3cf-dc13-48f7-b7ca-ec434442d2a7 HTTP/1.1" 200 1795 0.003337 10.0.0.38 - - [2026-04-23 01:59:47] "GET /route-target/5d262337-2b0b-44a4-bcb8-36016c6015a6 HTTP/1.1" 200 1212 0.005716 10.0.0.38 - - [2026-04-23 01:59:47] "GET /virtual-network/eae1b313-f973-4ef0-9dcb-5131bcbf9a33 HTTP/1.1" 200 3500 0.004285 10.0.0.38 - - [2026-04-23 01:59:47] "GET /routing-instance/1ac3b3cf-dc13-48f7-b7ca-ec434442d2a7 HTTP/1.1" 200 1795 0.002722 10.0.0.38 - - [2026-04-23 01:59:47] "GET /virtual-network/eae1b313-f973-4ef0-9dcb-5131bcbf9a33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.003962 10.0.0.38 - - [2026-04-23 01:59:47] "GET /virtual-network/eae1b313-f973-4ef0-9dcb-5131bcbf9a33 HTTP/1.1" 200 3500 0.004631 10.0.0.38 - - [2026-04-23 01:59:47] "GET /routing-instance/1ac3b3cf-dc13-48f7-b7ca-ec434442d2a7 HTTP/1.1" 200 1795 0.002634 10.0.0.38 - - [2026-04-23 01:59:47] "GET /routing-instance/1ac3b3cf-dc13-48f7-b7ca-ec434442d2a7 HTTP/1.1" 200 1795 0.003050 10.0.0.38 - - [2026-04-23 01:59:47] "GET /route-target/5d262337-2b0b-44a4-bcb8-36016c6015a6 HTTP/1.1" 200 1212 0.003895 10.0.0.38 - - [2026-04-23 01:59:47] "GET /domains HTTP/1.1" 200 280 0.060152 10.0.0.38 - - [2026-04-23 01:59:47] "GET /domains?obj_uuids=63294607-7558-4a2c-b899-0097ad180adc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001037 10.0.0.38 - - [2026-04-23 01:59:47] "GET /domain/63294607-7558-4a2c-b899-0097ad180adc HTTP/1.1" 200 2954 0.006300 10.0.0.38 - - [2026-04-23 01:59:47] "GET /projects?obj_uuids=876f18d8-c7a2-443b-9863-c598d5898958&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000769 10.0.0.38 - - [2026-04-23 01:59:48] "GET /project/876f18d8-c7a2-443b-9863-c598d5898958 HTTP/1.1" 200 2625 0.066095 10.0.0.38 - - [2026-04-23 01:59:48] "GET /virtual-network/eae1b313-f973-4ef0-9dcb-5131bcbf9a33 HTTP/1.1" 200 3500 0.004326 10.0.0.38 - - [2026-04-23 01:59:48] "GET /obj-perms HTTP/1.1" 200 5046 0.002372 10.0.0.38 - - [2026-04-23 01:59:48] "GET /virtual-network/eae1b313-f973-4ef0-9dcb-5131bcbf9a33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.004689 10.0.0.38 - - [2026-04-23 01:59:48] "POST /neutron/network HTTP/1.1" 200 1112 0.005568 10.0.0.38 - - [2026-04-23 01:59:48] "POST /fqname-to-id HTTP/1.1" 404 207 0.004261 10.0.0.38 - - [2026-04-23 01:59:48] "POST /neutron/network HTTP/1.1" 200 1004 0.037591 10.0.0.38 - - [2026-04-23 01:59:48] "DELETE /access-control-list/76885a5c-c3fd-4ff2-8290-888f61422186 HTTP/1.1" 200 115 0.026862 10.0.0.38 - - [2026-04-23 01:59:48] "POST /neutron/network HTTP/1.1" 200 1004 0.006714 10.0.0.38 - - [2026-04-23 01:59:48] "POST /ref-update HTTP/1.1" 200 156 0.010758 10.0.0.38 - - [2026-04-23 01:59:48] "GET /virtual-network/eae1b313-f973-4ef0-9dcb-5131bcbf9a33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.006759 10.0.0.38 - - [2026-04-23 01:59:48] "GET /virtual-network/d8f57165-9f87-44f4-9a71-38f02a2cb4d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.005196 10.0.0.38 - - [2026-04-23 01:59:48] "POST /neutron/network HTTP/1.1" 200 1113 0.005928 10.0.0.38 - - [2026-04-23 01:59:48] "POST /fqname-to-id HTTP/1.1" 404 207 0.008471 10.0.0.38 - - [2026-04-23 01:59:48] "POST /neutron/network HTTP/1.1" 200 1005 0.040747 10.0.0.38 - - [2026-04-23 01:59:48] "DELETE /access-control-list/a8156e9b-d073-446a-bbcf-c79788f587f3 HTTP/1.1" 200 115 0.029500 10.0.0.38 - - [2026-04-23 01:59:48] "POST /neutron/network HTTP/1.1" 200 1005 0.005148 10.0.0.38 - - [2026-04-23 01:59:48] "POST /ref-update HTTP/1.1" 200 156 0.011051 10.0.0.38 - - [2026-04-23 01:59:48] "GET /virtual-network/d8f57165-9f87-44f4-9a71-38f02a2cb4d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.008459 10.0.0.38 - - [2026-04-23 01:59:48] "DELETE /network-policy/94ad841c-18d6-4f27-ba9a-6aed698829bd HTTP/1.1" 200 115 0.019866 10.0.0.38 - - [2026-04-23 01:59:48] "POST /neutron/network HTTP/1.1" 200 1004 0.005668 10.0.0.38 - - [2026-04-23 01:59:48] "POST /useragent-kv HTTP/1.1" 200 115 0.002966 10.0.0.38 - - [2026-04-23 01:59:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003172 10.0.0.38 - - [2026-04-23 01:59:48] "POST /useragent-kv HTTP/1.1" 200 115 0.001290 10.0.0.38 - - [2026-04-23 01:59:48] "POST /useragent-kv HTTP/1.1" 200 115 0.002269 10.0.0.38 - - [2026-04-23 01:59:48] "POST /useragent-kv HTTP/1.1" 200 115 0.001379 10.0.0.38 - - [2026-04-23 01:59:48] "POST /neutron/network HTTP/1.1" 200 151 0.073784 10.0.0.38 - - [2026-04-23 01:59:48] "DELETE /route-target/5d262337-2b0b-44a4-bcb8-36016c6015a6 HTTP/1.1" 200 115 0.018628 10.0.0.38 - - [2026-04-23 01:59:48] "GET /routing-instance/1ac3b3cf-dc13-48f7-b7ca-ec434442d2a7 HTTP/1.1" 404 171 0.001807 10.0.0.38 - - [2026-04-23 01:59:48] "GET /domains HTTP/1.1" 200 280 0.001590 10.0.0.38 - - [2026-04-23 01:59:48] "GET /domains?obj_uuids=63294607-7558-4a2c-b899-0097ad180adc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000850 10.0.0.38 - - [2026-04-23 01:59:48] "GET /domain/63294607-7558-4a2c-b899-0097ad180adc HTTP/1.1" 200 2954 0.046083 10.0.0.38 - - [2026-04-23 01:59:48] "GET /projects?obj_uuids=876f18d8-c7a2-443b-9863-c598d5898958&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001128 10.0.0.38 - - [2026-04-23 01:59:48] "GET /project/876f18d8-c7a2-443b-9863-c598d5898958 HTTP/1.1" 200 2145 0.062077 10.0.0.38 - - [2026-04-23 01:59:48] "POST /neutron/network HTTP/1.1" 200 1005 0.005688 10.0.0.38 - - [2026-04-23 01:59:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003161 10.0.0.38 - - [2026-04-23 01:59:48] "POST /useragent-kv HTTP/1.1" 200 115 0.002465 10.0.0.38 - - [2026-04-23 01:59:48] "POST /useragent-kv HTTP/1.1" 200 115 0.002454 10.0.0.38 - - [2026-04-23 01:59:48] "POST /useragent-kv HTTP/1.1" 200 115 0.001355 10.0.0.38 - - [2026-04-23 01:59:48] "POST /useragent-kv HTTP/1.1" 200 115 0.001330 10.0.0.38 - - [2026-04-23 01:59:48] "POST /neutron/network HTTP/1.1" 200 151 0.071706 10.0.0.38 - - [2026-04-23 01:59:48] "DELETE /route-target/de948e9c-bf2e-4e8e-a735-c0216b755f4c HTTP/1.1" 200 115 0.019613 10.0.0.38 - - [2026-04-23 01:59:48] "GET /routing-instance/7ecbafba-7f53-4db4-a36c-182c30341212 HTTP/1.1" 404 171 0.002469 10.0.0.38 - - [2026-04-23 01:59:48] "GET /domains HTTP/1.1" 200 280 0.002475 10.0.0.38 - - [2026-04-23 01:59:48] "GET /domains?obj_uuids=63294607-7558-4a2c-b899-0097ad180adc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000825 10.0.0.38 - - [2026-04-23 01:59:48] "GET /domain/63294607-7558-4a2c-b899-0097ad180adc HTTP/1.1" 200 2954 0.049596 10.0.0.38 - - [2026-04-23 01:59:48] "GET /projects?obj_uuids=876f18d8-c7a2-443b-9863-c598d5898958&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001241 10.0.0.38 - - [2026-04-23 01:59:48] "GET /project/876f18d8-c7a2-443b-9863-c598d5898958 HTTP/1.1" 200 1900 0.064998 10.0.0.38 - - [2026-04-23 01:59:49] "GET /projects?obj_uuids=876f18d8-c7a2-443b-9863-c598d5898958&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000921 10.0.0.38 - - [2026-04-23 01:59:49] "GET /project/876f18d8-c7a2-443b-9863-c598d5898958?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.021078 10.0.0.38 - - [2026-04-23 01:59:49] "GET /projects?obj_uuids=876f18d8-c7a2-443b-9863-c598d5898958&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000806 10.0.0.38 - - [2026-04-23 01:59:49] "GET /project/876f18d8-c7a2-443b-9863-c598d5898958?fields=virtual_networks HTTP/1.1" 200 1048 0.062600 10.0.0.38 - - [2026-04-23 01:59:49] "GET /projects?obj_uuids=876f18d8-c7a2-443b-9863-c598d5898958&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000906 10.0.0.38 - - [2026-04-23 01:59:49] "GET /project/876f18d8-c7a2-443b-9863-c598d5898958?fields=virtual_machine_interfaces HTTP/1.1" 200 1048 0.025172 10.0.0.38 - - [2026-04-23 01:59:49] "GET /projects?obj_uuids=876f18d8-c7a2-443b-9863-c598d5898958&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000878 10.0.0.38 - - [2026-04-23 01:59:49] "GET /project/876f18d8-c7a2-443b-9863-c598d5898958?fields=security_groups HTTP/1.1" 200 1282 0.022418 10.0.0.38 - - [2026-04-23 01:59:50] "POST /fqname-to-id HTTP/1.1" 404 204 0.024418 10.0.0.38 - - [2026-04-23 01:59:50] "GET /projects?obj_uuids=fc3a7f34-cefc-44df-9717-3757c3ac8f35&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002313 10.0.0.38 - - [2026-04-23 01:59:50] "GET /domains?obj_uuids=63294607-7558-4a2c-b899-0097ad180adc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000813 10.0.0.38 - - [2026-04-23 01:59:50] "GET /domain/63294607-7558-4a2c-b899-0097ad180adc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.005436 10.0.0.38 - - [2026-04-23 01:59:50] "POST /id-to-fqname HTTP/1.1" 200 206 0.001631 10.0.0.38 - - [2026-04-23 01:59:50] "POST /fqname-to-id HTTP/1.1" 404 215 0.001794 10.0.0.38 - - [2026-04-23 01:59:50] "POST /security-groups HTTP/1.1" 200 607 0.064084 10.0.0.38 - - [2026-04-23 01:59:50] "POST /fqname-to-id HTTP/1.1" 404 250 0.002357 10.0.0.38 - - [2026-04-23 01:59:50] "POST /projects HTTP/1.1" 200 617 0.200108 10.0.0.38 - - [2026-04-23 01:59:50] "POST /access-control-lists HTTP/1.1" 200 612 0.055399 10.0.0.38 - - [2026-04-23 01:59:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.270703 10.0.0.38 - - [2026-04-23 01:59:50] "POST /fqname-to-id HTTP/1.1" 404 249 0.002664 10.0.0.38 - - [2026-04-23 01:59:50] "GET /project/fc3a7f34-cefc-44df-9717-3757c3ac8f35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.385734 10.0.0.38 - - [2026-04-23 01:59:50] "POST /access-control-lists HTTP/1.1" 200 610 0.059412 10.0.0.38 - - [2026-04-23 01:59:51] "GET / HTTP/1.1" 200 35931 0.001658 10.0.0.38 - - [2026-04-23 01:59:52] "POST /fqname-to-id HTTP/1.1" 401 292 0.000516 10.0.0.38 - - [2026-04-23 01:59:52] "POST /fqname-to-id HTTP/1.1" 404 233 0.051679 10.0.0.38 - - [2026-04-23 01:59:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002373 10.0.0.38 - - [2026-04-23 01:59:52] "GET /projects?obj_uuids=fc3a7f34-cefc-44df-9717-3757c3ac8f35&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000874 10.0.0.38 - - [2026-04-23 01:59:52] "GET /project/fc3a7f34-cefc-44df-9717-3757c3ac8f35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.021858 10.0.0.38 - - [2026-04-23 01:59:53] "POST /network-policys HTTP/1.1" 200 567 0.059917 10.0.0.38 - - [2026-04-23 01:59:53] "GET /network-policy/5f8f908a-2c2d-4909-9f1e-38e294288b36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3152 0.004123 10.0.0.38 - - [2026-04-23 01:59:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002411 10.0.0.38 - - [2026-04-23 01:59:53] "GET /projects?obj_uuids=fc3a7f34-cefc-44df-9717-3757c3ac8f35&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000882 10.0.0.38 - - [2026-04-23 01:59:53] "GET /project/fc3a7f34-cefc-44df-9717-3757c3ac8f35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.026498 10.0.0.38 - - [2026-04-23 01:59:53] "POST /neutron/network HTTP/1.1" 200 117 0.034063 10.0.0.38 - - [2026-04-23 01:59:53] "GET /projects?obj_uuids=fc3a7f34-cefc-44df-9717-3757c3ac8f35&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000794 10.0.0.38 - - [2026-04-23 01:59:53] "POST /neutron/network HTTP/1.1" 200 623 0.047559 10.0.0.38 - - [2026-04-23 01:59:53] "POST /route-targets HTTP/1.1" 200 327 0.007911 10.0.0.38 - - [2026-04-23 01:59:53] "POST /ref-update HTTP/1.1" 200 156 0.011406 10.0.0.38 - - [2026-04-23 01:59:53] "POST /useragent-kv HTTP/1.1" 200 115 0.003439 10.0.0.38 - - [2026-04-23 01:59:53] "POST /neutron/subnet HTTP/1.1" 200 725 0.154539 10.0.0.38 - - [2026-04-23 01:59:53] "POST /fqname-to-id HTTP/1.1" 404 207 0.003698 10.0.0.38 - - [2026-04-23 01:59:53] "POST /useragent-kv HTTP/1.1" 200 115 0.003460 10.0.0.38 - - [2026-04-23 01:59:53] "POST /neutron/subnet HTTP/1.1" 200 823 0.165986 10.0.0.38 - - [2026-04-23 01:59:53] "POST /neutron/network HTTP/1.1" 200 1015 0.007308 10.0.0.38 - - [2026-04-23 01:59:53] "POST /id-to-fqname HTTP/1.1" 200 237 0.001200 10.0.0.38 - - [2026-04-23 01:59:53] "GET /virtual-network/69a4d9f8-ce1b-49b8-b82f-29a2aabf51c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2654 0.004033 10.0.0.38 - - [2026-04-23 01:59:53] "POST /neutron/network HTTP/1.1" 200 1015 0.005895 10.0.0.38 - - [2026-04-23 01:59:53] "GET /virtual-network/69a4d9f8-ce1b-49b8-b82f-29a2aabf51c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2654 0.006689 10.0.0.38 - - [2026-04-23 01:59:53] "POST /neutron/network HTTP/1.1" 200 1015 0.006357 10.0.0.38 - - [2026-04-23 01:59:53] "POST /neutron/subnet HTTP/1.1" 200 725 0.005173 10.0.0.38 - - [2026-04-23 01:59:53] "POST /neutron/subnet HTTP/1.1" 200 823 0.006177 10.0.0.38 - - [2026-04-23 01:59:53] "POST /neutron/network HTTP/1.1" 200 1015 0.005708 10.0.0.38 - - [2026-04-23 01:59:53] "POST /fqname-to-id HTTP/1.1" 404 207 0.004460 10.0.0.38 - - [2026-04-23 01:59:53] "POST /fqname-to-id HTTP/1.1" 404 252 0.002892 10.0.0.38 - - [2026-04-23 01:59:53] "POST /neutron/network HTTP/1.1" 200 1122 0.037695 10.0.0.38 - - [2026-04-23 01:59:54] "POST /access-control-lists HTTP/1.1" 200 607 0.064559 10.0.0.38 - - [2026-04-23 01:59:54] "POST /neutron/network HTTP/1.1" 200 1122 0.054179 10.0.0.38 - - [2026-04-23 01:59:54] "GET /virtual-network/69a4d9f8-ce1b-49b8-b82f-29a2aabf51c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2977 0.004840 10.0.0.38 - - [2026-04-23 01:59:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002225 10.0.0.38 - - [2026-04-23 01:59:54] "GET /network-policy/5f8f908a-2c2d-4909-9f1e-38e294288b36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3152 0.002981 10.0.0.38 - - [2026-04-23 01:59:54] "GET /domains HTTP/1.1" 401 292 0.000515 10.0.0.38 - - [2026-04-23 01:59:54] "GET /domains HTTP/1.1" 200 280 0.023411 10.0.0.38 - - [2026-04-23 01:59:54] "GET /domains?obj_uuids=63294607-7558-4a2c-b899-0097ad180adc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001190 10.0.0.38 - - [2026-04-23 01:59:54] "GET /domain/63294607-7558-4a2c-b899-0097ad180adc HTTP/1.1" 200 3156 0.007696 10.0.0.38 - - [2026-04-23 01:59:54] "GET /projects?obj_uuids=fc3a7f34-cefc-44df-9717-3757c3ac8f35&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000968 10.0.0.38 - - [2026-04-23 01:59:54] "GET /project/fc3a7f34-cefc-44df-9717-3757c3ac8f35 HTTP/1.1" 200 2459 0.066911 10.0.0.38 - - [2026-04-23 01:59:54] "GET /virtual-network/69a4d9f8-ce1b-49b8-b82f-29a2aabf51c6 HTTP/1.1" 200 3539 0.005638 10.0.0.38 - - [2026-04-23 01:59:54] "GET /virtual-network/69a4d9f8-ce1b-49b8-b82f-29a2aabf51c6 HTTP/1.1" 200 3539 0.003628 10.0.0.38 - - [2026-04-23 01:59:54] "GET /routing-instance/3652e927-8e6c-4061-bdae-d9f1f3b4c1e0 HTTP/1.1" 200 1495 0.002397 10.0.0.38 - - [2026-04-23 01:59:54] "GET /routing-instance/3652e927-8e6c-4061-bdae-d9f1f3b4c1e0 HTTP/1.1" 200 1495 0.002321 10.0.0.38 - - [2026-04-23 01:59:54] "GET /route-target/0f2aab9d-8f71-4707-a71f-04f013b99abe HTTP/1.1" 200 1222 0.002163 10.0.0.38 - - [2026-04-23 01:59:54] "GET /virtual-network/69a4d9f8-ce1b-49b8-b82f-29a2aabf51c6 HTTP/1.1" 200 3539 0.003392 10.0.0.38 - - [2026-04-23 01:59:54] "GET /routing-instance/3652e927-8e6c-4061-bdae-d9f1f3b4c1e0 HTTP/1.1" 200 1495 0.003009 10.0.0.38 - - [2026-04-23 01:59:54] "GET /virtual-network/69a4d9f8-ce1b-49b8-b82f-29a2aabf51c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2977 0.003958 10.0.0.38 - - [2026-04-23 01:59:54] "GET /virtual-network/69a4d9f8-ce1b-49b8-b82f-29a2aabf51c6 HTTP/1.1" 200 3539 0.003780 10.0.0.38 - - [2026-04-23 01:59:54] "GET /routing-instance/3652e927-8e6c-4061-bdae-d9f1f3b4c1e0 HTTP/1.1" 200 1495 0.002160 10.0.0.38 - - [2026-04-23 01:59:54] "GET /routing-instance/3652e927-8e6c-4061-bdae-d9f1f3b4c1e0 HTTP/1.1" 200 1495 0.002135 10.0.0.38 - - [2026-04-23 01:59:54] "GET /route-target/0f2aab9d-8f71-4707-a71f-04f013b99abe HTTP/1.1" 200 1222 0.002027 10.0.0.38 - - [2026-04-23 01:59:54] "GET /domains HTTP/1.1" 200 280 0.001740 10.0.0.38 - - [2026-04-23 01:59:54] "GET /domains?obj_uuids=63294607-7558-4a2c-b899-0097ad180adc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000709 10.0.0.38 - - [2026-04-23 01:59:54] "GET /domain/63294607-7558-4a2c-b899-0097ad180adc HTTP/1.1" 200 3156 0.004896 10.0.0.38 - - [2026-04-23 01:59:54] "GET /projects?obj_uuids=fc3a7f34-cefc-44df-9717-3757c3ac8f35&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000739 10.0.0.38 - - [2026-04-23 01:59:54] "GET /project/fc3a7f34-cefc-44df-9717-3757c3ac8f35 HTTP/1.1" 200 2459 0.067138 10.0.0.38 - - [2026-04-23 01:59:54] "GET /virtual-network/69a4d9f8-ce1b-49b8-b82f-29a2aabf51c6 HTTP/1.1" 200 3539 0.003743 10.0.0.38 - - [2026-04-23 01:59:55] "GET /obj-perms HTTP/1.1" 200 5062 0.045402 10.0.0.38 - - [2026-04-23 01:59:55] "GET /domains HTTP/1.1" 200 280 0.004044 10.0.0.38 - - [2026-04-23 01:59:55] "GET /domains?obj_uuids=63294607-7558-4a2c-b899-0097ad180adc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000921 10.0.0.38 - - [2026-04-23 01:59:55] "GET /domain/63294607-7558-4a2c-b899-0097ad180adc HTTP/1.1" 200 3156 0.005804 10.0.0.38 - - [2026-04-23 01:59:55] "GET /projects?obj_uuids=fc3a7f34-cefc-44df-9717-3757c3ac8f35&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001346 10.0.0.38 - - [2026-04-23 01:59:55] "GET /project/fc3a7f34-cefc-44df-9717-3757c3ac8f35 HTTP/1.1" 200 2459 0.063071 10.0.0.38 - - [2026-04-23 01:59:55] "GET /network-policy/5f8f908a-2c2d-4909-9f1e-38e294288b36 HTTP/1.1" 200 3478 0.003271 10.0.0.38 - - [2026-04-23 01:59:55] "DELETE /network-policy/5f8f908a-2c2d-4909-9f1e-38e294288b36 HTTP/1.1" 409 238 0.004458 10.0.0.38 - - [2026-04-23 01:59:55] "POST /neutron/network HTTP/1.1" 200 1122 0.005636 10.0.0.38 - - [2026-04-23 01:59:55] "DELETE /access-control-list/baffc180-f7e7-4e7c-b08f-a54be9f71156 HTTP/1.1" 200 115 0.018822 10.0.0.38 - - [2026-04-23 01:59:55] "POST /useragent-kv HTTP/1.1" 200 115 0.003860 10.0.0.38 - - [2026-04-23 01:59:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004213 10.0.0.38 - - [2026-04-23 01:59:55] "POST /useragent-kv HTTP/1.1" 200 115 0.001587 10.0.0.38 - - [2026-04-23 01:59:55] "POST /useragent-kv HTTP/1.1" 200 115 0.001344 10.0.0.38 - - [2026-04-23 01:59:55] "POST /useragent-kv HTTP/1.1" 200 115 0.001302 10.0.0.38 - - [2026-04-23 01:59:55] "POST /neutron/network HTTP/1.1" 200 151 0.074925 10.0.0.38 - - [2026-04-23 01:59:55] "GET /routing-instance/3652e927-8e6c-4061-bdae-d9f1f3b4c1e0 HTTP/1.1" 404 171 0.001643 10.0.0.38 - - [2026-04-23 01:59:55] "GET /domains HTTP/1.1" 200 280 0.002104 10.0.0.38 - - [2026-04-23 01:59:55] "GET /domains?obj_uuids=63294607-7558-4a2c-b899-0097ad180adc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000831 10.0.0.38 - - [2026-04-23 01:59:55] "DELETE /route-target/0f2aab9d-8f71-4707-a71f-04f013b99abe HTTP/1.1" 200 115 0.014546 10.0.0.38 - - [2026-04-23 01:59:55] "GET /domain/63294607-7558-4a2c-b899-0097ad180adc HTTP/1.1" 200 3156 0.046149 10.0.0.38 - - [2026-04-23 01:59:55] "GET /projects?obj_uuids=fc3a7f34-cefc-44df-9717-3757c3ac8f35&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000789 10.0.0.38 - - [2026-04-23 01:59:55] "GET /project/fc3a7f34-cefc-44df-9717-3757c3ac8f35 HTTP/1.1" 200 2205 0.063562 10.0.0.38 - - [2026-04-23 01:59:55] "DELETE /network-policy/5f8f908a-2c2d-4909-9f1e-38e294288b36 HTTP/1.1" 200 115 0.020478 10.0.0.38 - - [2026-04-23 01:59:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.001860 10.0.0.38 - - [2026-04-23 01:59:55] "GET /projects?obj_uuids=fc3a7f34-cefc-44df-9717-3757c3ac8f35&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000927 10.0.0.38 - - [2026-04-23 01:59:55] "GET /project/fc3a7f34-cefc-44df-9717-3757c3ac8f35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.020022 10.0.0.38 - - [2026-04-23 01:59:55] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyNegativeIpv4v6-12528128&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.003328 10.0.0.38 - - [2026-04-23 01:59:56] "GET /projects?obj_uuids=fc3a7f34-cefc-44df-9717-3757c3ac8f35&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001227 10.0.0.38 - - [2026-04-23 01:59:56] "GET /project/fc3a7f34-cefc-44df-9717-3757c3ac8f35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.021143 10.0.0.38 - - [2026-04-23 01:59:56] "GET /projects?obj_uuids=fc3a7f34-cefc-44df-9717-3757c3ac8f35&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000877 10.0.0.38 - - [2026-04-23 01:59:56] "GET /project/fc3a7f34-cefc-44df-9717-3757c3ac8f35?fields=virtual_networks HTTP/1.1" 200 1065 0.060771 10.0.0.38 - - [2026-04-23 01:59:56] "GET /projects?obj_uuids=fc3a7f34-cefc-44df-9717-3757c3ac8f35&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001006 10.0.0.38 - - [2026-04-23 01:59:56] "GET /project/fc3a7f34-cefc-44df-9717-3757c3ac8f35?fields=virtual_machine_interfaces HTTP/1.1" 200 1065 0.020884 10.0.0.38 - - [2026-04-23 01:59:56] "GET /projects?obj_uuids=fc3a7f34-cefc-44df-9717-3757c3ac8f35&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001149 10.0.0.38 - - [2026-04-23 01:59:56] "GET /project/fc3a7f34-cefc-44df-9717-3757c3ac8f35?fields=security_groups HTTP/1.1" 200 1307 0.021871 10.0.0.38 - - [2026-04-23 01:59:57] "POST /fqname-to-id HTTP/1.1" 404 190 0.025504 10.0.0.38 - - [2026-04-23 01:59:57] "GET /projects?obj_uuids=eb96b825-694a-408c-b3a8-178d2eb58b35&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.001963 10.0.0.38 - - [2026-04-23 01:59:57] "GET /domains?obj_uuids=63294607-7558-4a2c-b899-0097ad180adc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001116 10.0.0.38 - - [2026-04-23 01:59:57] "GET /domain/63294607-7558-4a2c-b899-0097ad180adc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.005684 10.0.0.38 - - [2026-04-23 01:59:57] "POST /id-to-fqname HTTP/1.1" 200 192 0.001172 10.0.0.38 - - [2026-04-23 01:59:57] "POST /fqname-to-id HTTP/1.1" 404 201 0.003100 10.0.0.38 - - [2026-04-23 01:59:57] "POST /security-groups HTTP/1.1" 200 593 0.064056 10.0.0.38 - - [2026-04-23 01:59:57] "POST /fqname-to-id HTTP/1.1" 404 236 0.002024 10.0.0.38 - - [2026-04-23 01:59:57] "POST /projects HTTP/1.1" 200 589 0.206205 10.0.0.38 - - [2026-04-23 01:59:57] "POST /access-control-lists HTTP/1.1" 200 598 0.056016 10.0.0.38 - - [2026-04-23 01:59:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.273012 10.0.0.38 - - [2026-04-23 01:59:57] "POST /fqname-to-id HTTP/1.1" 404 235 0.002309 10.0.0.38 - - [2026-04-23 01:59:57] "GET /project/eb96b825-694a-408c-b3a8-178d2eb58b35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.385698 10.0.0.38 - - [2026-04-23 01:59:57] "POST /access-control-lists HTTP/1.1" 200 596 0.060558 10.0.0.38 - - [2026-04-23 01:59:58] "GET / HTTP/1.1" 200 35931 0.001700 10.0.0.38 - - [2026-04-23 01:59:59] "POST /fqname-to-id HTTP/1.1" 401 292 0.000405 10.0.0.38 - - [2026-04-23 01:59:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.058300 10.0.0.38 - - [2026-04-23 01:59:59] "GET /projects?obj_uuids=eb96b825-694a-408c-b3a8-178d2eb58b35&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000829 10.0.0.38 - - [2026-04-23 01:59:59] "GET /project/eb96b825-694a-408c-b3a8-178d2eb58b35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.021788 10.0.0.38 - - [2026-04-23 01:59:59] "POST /neutron/network HTTP/1.1" 200 117 0.044373 10.0.0.38 - - [2026-04-23 01:59:59] "GET /projects?obj_uuids=eb96b825-694a-408c-b3a8-178d2eb58b35&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000862 10.0.0.38 - - [2026-04-23 01:59:59] "DELETE /project/d10a73e206444ec2a28215369cf87f32 HTTP/1.1" 404 173 0.023142 10.0.0.38 - - [2026-04-23 01:59:59] "DELETE /project/fc3a7f34cefc44df97173757c3ac8f35 HTTP/1.1" 404 173 0.022229 10.0.0.38 - - [2026-04-23 01:59:59] "DELETE /project/876f18d8c7a2443b9863c598d5898958 HTTP/1.1" 404 173 0.011075 10.0.0.38 - - [2026-04-23 01:59:59] "DELETE /project/eb96b825694a408cb3a8178d2eb58b35 HTTP/1.1" 404 173 0.010319 10.0.0.38 - - [2026-04-23 01:59:59] "GET /projects?obj_uuids=24dc9ace-44cf-421f-a394-ccc5264a86ca&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000940 10.0.0.38 - - [2026-04-23 01:59:59] "GET /projects?obj_uuids=876f18d8-c7a2-443b-9863-c598d5898958&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000785 10.0.0.38 - - [2026-04-23 01:59:59] "GET /projects?obj_uuids=d10a73e2-0644-4ec2-a282-15369cf87f32&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000774 10.0.0.38 - - [2026-04-23 01:59:59] "GET /projects?obj_uuids=fc3a7f34-cefc-44df-9717-3757c3ac8f35&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000710 10.0.0.38 - - [2026-04-23 01:59:59] "GET /project/876f18d8-c7a2-443b-9863-c598d5898958?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.054610 10.0.0.38 - - [2026-04-23 01:59:59] "GET /project/24dc9ace-44cf-421f-a394-ccc5264a86ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.060074 10.0.0.38 - - [2026-04-23 01:59:59] "GET /project/d10a73e2-0644-4ec2-a282-15369cf87f32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.060625 10.0.0.38 - - [2026-04-23 01:59:59] "GET /project/fc3a7f34-cefc-44df-9717-3757c3ac8f35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1533 0.062463 10.0.0.38 - - [2026-04-23 01:59:59] "GET /projects?obj_uuids=fc3a7f34-cefc-44df-9717-3757c3ac8f35&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000829 10.0.0.38 - - [2026-04-23 01:59:59] "GET /projects?obj_uuids=d10a73e2-0644-4ec2-a282-15369cf87f32&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000701 10.0.0.38 - - [2026-04-23 01:59:59] "GET /projects?obj_uuids=24dc9ace-44cf-421f-a394-ccc5264a86ca&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000678 10.0.0.38 - - [2026-04-23 01:59:59] "GET /projects?obj_uuids=876f18d8-c7a2-443b-9863-c598d5898958&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000664 10.0.0.38 - - [2026-04-23 01:59:59] "GET /project/876f18d8-c7a2-443b-9863-c598d5898958?fields=security_groups HTTP/1.1" 200 1387 0.052145 10.0.0.38 - - [2026-04-23 01:59:59] "GET /project/d10a73e2-0644-4ec2-a282-15369cf87f32?fields=security_groups HTTP/1.1" 200 1373 0.053736 10.0.0.38 - - [2026-04-23 01:59:59] "GET /project/fc3a7f34-cefc-44df-9717-3757c3ac8f35?fields=security_groups HTTP/1.1" 200 1412 0.056178 10.0.0.38 - - [2026-04-23 01:59:59] "GET /project/24dc9ace-44cf-421f-a394-ccc5264a86ca?fields=security_groups HTTP/1.1" 200 1357 0.062653 10.0.0.38 - - [2026-04-23 01:59:59] "POST /neutron/network HTTP/1.1" 200 607 0.188174 10.0.0.38 - - [2026-04-23 01:59:59] "DELETE /security-group/0d37e5bf-a6a4-420d-9340-b4293cab9d2c HTTP/1.1" 200 115 0.058382 10.0.0.38 - - [2026-04-23 01:59:59] "GET /projects?obj_uuids=d10a73e2-0644-4ec2-a282-15369cf87f32&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000807 10.0.0.38 - - [2026-04-23 01:59:59] "DELETE /security-group/9286cd03-0afe-41b8-9aaf-2057308b6cbb HTTP/1.1" 200 115 0.068544 10.0.0.38 - - [2026-04-23 01:59:59] "GET /projects?obj_uuids=876f18d8-c7a2-443b-9863-c598d5898958&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000843 10.0.0.38 - - [2026-04-23 01:59:59] "DELETE /security-group/09d45c92-8ff7-4e8b-a760-5ad676cda8b5 HTTP/1.1" 200 115 0.076821 10.0.0.38 - - [2026-04-23 02:00:00] "GET /projects?obj_uuids=fc3a7f34-cefc-44df-9717-3757c3ac8f35&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000861 10.0.0.38 - - [2026-04-23 02:00:00] "DELETE /security-group/af71bfc9-8b36-4ce5-b8aa-31febced0d3d HTTP/1.1" 200 115 0.077526 10.0.0.38 - - [2026-04-23 02:00:00] "GET /project/d10a73e2-0644-4ec2-a282-15369cf87f32?fields=application_policy_sets HTTP/1.1" 200 1412 0.039797 10.0.0.38 - - [2026-04-23 02:00:00] "GET /projects?obj_uuids=24dc9ace-44cf-421f-a394-ccc5264a86ca&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000851 10.0.0.38 - - [2026-04-23 02:00:00] "GET /project/fc3a7f34-cefc-44df-9717-3757c3ac8f35?fields=application_policy_sets HTTP/1.1" 200 1451 0.039543 10.0.0.38 - - [2026-04-23 02:00:00] "GET /project/876f18d8-c7a2-443b-9863-c598d5898958?fields=application_policy_sets HTTP/1.1" 200 1426 0.075845 10.0.0.38 - - [2026-04-23 02:00:00] "GET /project/24dc9ace-44cf-421f-a394-ccc5264a86ca?fields=application_policy_sets HTTP/1.1" 200 1396 0.067414 10.0.0.38 - - [2026-04-23 02:00:00] "DELETE /project/d10a73e2-0644-4ec2-a282-15369cf87f32 HTTP/1.1" 200 115 0.435408 10.0.0.38 - - [2026-04-23 02:00:00] "DELETE /project/fc3a7f34-cefc-44df-9717-3757c3ac8f35 HTTP/1.1" 200 115 0.454455 10.0.0.38 - - [2026-04-23 02:00:00] "DELETE /project/876f18d8-c7a2-443b-9863-c598d5898958 HTTP/1.1" 200 115 0.469604 10.0.0.38 - - [2026-04-23 02:00:00] "POST /useragent-kv HTTP/1.1" 200 115 0.003587 10.0.0.38 - - [2026-04-23 02:00:00] "DELETE /project/24dc9ace-44cf-421f-a394-ccc5264a86ca HTTP/1.1" 200 115 0.488318 10.0.0.38 - - [2026-04-23 02:00:00] "POST /neutron/subnet HTTP/1.1" 200 729 0.293297 10.0.0.38 - - [2026-04-23 02:00:00] "POST /neutron/network HTTP/1.1" 200 827 0.005636 10.0.0.38 - - [2026-04-23 02:00:00] "POST /id-to-fqname HTTP/1.1" 200 222 0.000938 10.0.0.38 - - [2026-04-23 02:00:00] "GET /virtual-network/6871c5f4-4781-490c-894e-426e761966d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.003958 10.0.0.38 - - [2026-04-23 02:00:00] "POST /neutron/network HTTP/1.1" 200 827 0.005122 10.0.0.38 - - [2026-04-23 02:00:00] "GET /virtual-network/6871c5f4-4781-490c-894e-426e761966d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.003694 10.0.0.38 - - [2026-04-23 02:00:00] "POST /neutron/network HTTP/1.1" 200 827 0.004701 10.0.0.38 - - [2026-04-23 02:00:00] "POST /neutron/subnet HTTP/1.1" 200 729 0.006436 10.0.0.38 - - [2026-04-23 02:00:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.001909 10.0.0.38 - - [2026-04-23 02:00:00] "POST /route-targets HTTP/1.1" 200 327 0.008423 10.0.0.38 - - [2026-04-23 02:00:00] "POST /ref-update HTTP/1.1" 200 156 0.010946 10.0.0.38 - - [2026-04-23 02:00:00] "GET /projects?obj_uuids=eb96b825-694a-408c-b3a8-178d2eb58b35&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001551 10.0.0.38 - - [2026-04-23 02:00:00] "GET /project/eb96b825-694a-408c-b3a8-178d2eb58b35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.024218 10.0.0.38 - - [2026-04-23 02:00:00] "DELETE /access-control-list/2a35fc7f-8ac5-4f39-a689-c3a2ebf99b18 HTTP/1.1" 200 115 0.017809 10.0.0.38 - - [2026-04-23 02:00:00] "DELETE /access-control-list/e1c006aa-e342-453c-94b4-8835246303de HTTP/1.1" 200 115 0.018465 10.0.0.38 - - [2026-04-23 02:00:00] "POST /neutron/network HTTP/1.1" 200 117 0.012931 10.0.0.38 - - [2026-04-23 02:00:00] "DELETE /access-control-list/0c4dc1bc-fe2c-409a-93bc-fcc81c732a98 HTTP/1.1" 200 115 0.021198 10.0.0.38 - - [2026-04-23 02:00:00] "GET /projects?obj_uuids=eb96b825-694a-408c-b3a8-178d2eb58b35&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000860 10.0.0.38 - - [2026-04-23 02:00:00] "DELETE /access-control-list/14f87a01-1e6e-4490-b76b-03b91ebfc06e HTTP/1.1" 200 115 0.033645 10.0.0.38 - - [2026-04-23 02:00:00] "DELETE /access-control-list/5a20e8b2-ac94-457b-9eac-4ae852d8cca5 HTTP/1.1" 200 115 0.029741 10.0.0.38 - - [2026-04-23 02:00:00] "DELETE /access-control-list/c73bd1f0-ba93-4ebb-97e9-49f439713f15 HTTP/1.1" 200 115 0.022618 10.0.0.38 - - [2026-04-23 02:00:00] "POST /neutron/network HTTP/1.1" 200 607 0.095609 10.0.0.38 - - [2026-04-23 02:00:00] "DELETE /access-control-list/518d557d-0bc9-45f5-9c9d-d55fe90de757 HTTP/1.1" 200 115 0.025288 10.0.0.38 - - [2026-04-23 02:00:00] "DELETE /access-control-list/771f41b6-bd2c-4bfc-a223-f5223be87dd3 HTTP/1.1" 200 115 0.029481 10.0.0.38 - - [2026-04-23 02:00:00] "POST /route-targets HTTP/1.1" 200 327 0.008108 10.0.0.38 - - [2026-04-23 02:00:00] "POST /ref-update HTTP/1.1" 200 156 0.010381 10.0.0.38 - - [2026-04-23 02:00:00] "POST /useragent-kv HTTP/1.1" 200 115 0.008752 10.0.0.38 - - [2026-04-23 02:00:00] "POST /neutron/subnet HTTP/1.1" 200 725 0.204166 10.0.0.38 - - [2026-04-23 02:00:00] "POST /neutron/network HTTP/1.1" 200 826 0.004846 10.0.0.38 - - [2026-04-23 02:00:00] "POST /id-to-fqname HTTP/1.1" 200 222 0.001020 10.0.0.38 - - [2026-04-23 02:00:00] "GET /virtual-network/616e8492-8641-44a0-a6ed-08be447b0db9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.004490 10.0.0.38 - - [2026-04-23 02:00:00] "POST /neutron/network HTTP/1.1" 200 826 0.004821 10.0.0.38 - - [2026-04-23 02:00:00] "GET /virtual-network/616e8492-8641-44a0-a6ed-08be447b0db9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.004440 10.0.0.38 - - [2026-04-23 02:00:01] "POST /neutron/network HTTP/1.1" 200 826 0.004765 10.0.0.38 - - [2026-04-23 02:00:01] "POST /neutron/subnet HTTP/1.1" 200 725 0.005585 10.0.0.38 - - [2026-04-23 02:00:01] "POST /fqname-to-id HTTP/1.1" 404 228 0.002062 10.0.0.38 - - [2026-04-23 02:00:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002330 10.0.0.38 - - [2026-04-23 02:00:01] "GET /projects?obj_uuids=eb96b825-694a-408c-b3a8-178d2eb58b35&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000892 10.0.0.38 - - [2026-04-23 02:00:01] "GET /project/eb96b825-694a-408c-b3a8-178d2eb58b35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.025741 10.0.0.38 - - [2026-04-23 02:00:01] "POST /network-policys HTTP/1.1" 200 571 0.015671 10.0.0.38 - - [2026-04-23 02:00:01] "GET /network-policy/393402c4-9ccb-4918-8be9-a5d779a7d9cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2151 0.004288 10.0.0.38 - - [2026-04-23 02:00:01] "POST /neutron/network HTTP/1.1" 200 827 0.006167 10.0.0.38 - - [2026-04-23 02:00:01] "POST /fqname-to-id HTTP/1.1" 404 236 0.002211 10.0.0.38 - - [2026-04-23 02:00:01] "POST /neutron/network HTTP/1.1" 200 929 0.045431 10.0.0.38 - - [2026-04-23 02:00:01] "POST /access-control-lists HTTP/1.1" 200 590 0.070040 10.0.0.38 - - [2026-04-23 02:00:01] "POST /neutron/network HTTP/1.1" 200 929 0.048250 10.0.0.38 - - [2026-04-23 02:00:01] "GET /virtual-network/6871c5f4-4781-490c-894e-426e761966d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.004624 10.0.0.38 - - [2026-04-23 02:00:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002946 10.0.0.38 - - [2026-04-23 02:00:01] "GET /network-policy/393402c4-9ccb-4918-8be9-a5d779a7d9cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2151 0.003443 10.0.0.38 - - [2026-04-23 02:00:01] "POST /neutron/network HTTP/1.1" 200 826 0.005064 10.0.0.38 - - [2026-04-23 02:00:01] "POST /fqname-to-id HTTP/1.1" 404 236 0.001907 10.0.0.38 - - [2026-04-23 02:00:01] "POST /neutron/network HTTP/1.1" 200 928 0.038925 10.0.0.38 - - [2026-04-23 02:00:01] "POST /access-control-lists HTTP/1.1" 200 590 0.064108 10.0.0.38 - - [2026-04-23 02:00:01] "POST /neutron/network HTTP/1.1" 200 928 0.042915 10.0.0.38 - - [2026-04-23 02:00:01] "GET /virtual-network/616e8492-8641-44a0-a6ed-08be447b0db9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.004302 10.0.0.38 - - [2026-04-23 02:00:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002442 10.0.0.38 - - [2026-04-23 02:00:01] "POST /ref-update HTTP/1.1" 200 156 0.008590 10.0.0.38 - - [2026-04-23 02:00:01] "GET /network-policy/393402c4-9ccb-4918-8be9-a5d779a7d9cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2151 0.002795 10.0.0.38 - - [2026-04-23 02:00:01] "GET /domains HTTP/1.1" 401 292 0.000430 10.0.0.38 - - [2026-04-23 02:00:02] "GET /domains HTTP/1.1" 200 280 0.025908 10.0.0.38 - - [2026-04-23 02:00:02] "GET /domains?obj_uuids=63294607-7558-4a2c-b899-0097ad180adc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000843 10.0.0.38 - - [2026-04-23 02:00:02] "GET /domain/63294607-7558-4a2c-b899-0097ad180adc HTTP/1.1" 200 2575 0.006517 10.0.0.38 - - [2026-04-23 02:00:02] "GET /projects?obj_uuids=eb96b825-694a-408c-b3a8-178d2eb58b35&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000806 10.0.0.38 - - [2026-04-23 02:00:02] "GET /project/eb96b825-694a-408c-b3a8-178d2eb58b35 HTTP/1.1" 200 2572 0.064402 10.0.0.38 - - [2026-04-23 02:00:02] "GET /virtual-network/6871c5f4-4781-490c-894e-426e761966d3 HTTP/1.1" 200 2892 0.006181 10.0.0.38 - - [2026-04-23 02:00:02] "GET /virtual-network/6871c5f4-4781-490c-894e-426e761966d3 HTTP/1.1" 200 2892 0.004434 10.0.0.38 - - [2026-04-23 02:00:02] "GET /routing-instance/a3c0fdaa-6a88-41e6-a966-87240d27aa93 HTTP/1.1" 200 1784 0.003238 10.0.0.38 - - [2026-04-23 02:00:02] "GET /routing-instance/a3c0fdaa-6a88-41e6-a966-87240d27aa93 HTTP/1.1" 200 1784 0.002777 10.0.0.38 - - [2026-04-23 02:00:02] "GET /route-target/239bc030-5ad2-4329-8db4-308a5b2fb743 HTTP/1.1" 200 1206 0.003134 10.0.0.38 - - [2026-04-23 02:00:02] "GET /virtual-network/6871c5f4-4781-490c-894e-426e761966d3 HTTP/1.1" 200 2892 0.004564 10.0.0.38 - - [2026-04-23 02:00:02] "GET /routing-instance/a3c0fdaa-6a88-41e6-a966-87240d27aa93 HTTP/1.1" 200 1784 0.002667 10.0.0.38 - - [2026-04-23 02:00:02] "GET /virtual-network/6871c5f4-4781-490c-894e-426e761966d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.004579 10.0.0.38 - - [2026-04-23 02:00:02] "GET /virtual-network/6871c5f4-4781-490c-894e-426e761966d3 HTTP/1.1" 200 2892 0.003833 10.0.0.38 - - [2026-04-23 02:00:02] "GET /routing-instance/a3c0fdaa-6a88-41e6-a966-87240d27aa93 HTTP/1.1" 200 1784 0.002676 10.0.0.38 - - [2026-04-23 02:00:02] "GET /routing-instance/a3c0fdaa-6a88-41e6-a966-87240d27aa93 HTTP/1.1" 200 1784 0.002951 10.0.0.38 - - [2026-04-23 02:00:02] "GET /route-target/239bc030-5ad2-4329-8db4-308a5b2fb743 HTTP/1.1" 200 1206 0.002430 10.0.0.38 - - [2026-04-23 02:00:02] "GET /domains HTTP/1.1" 200 280 0.002448 10.0.0.38 - - [2026-04-23 02:00:02] "GET /domains?obj_uuids=63294607-7558-4a2c-b899-0097ad180adc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001319 10.0.0.38 - - [2026-04-23 02:00:02] "GET /domain/63294607-7558-4a2c-b899-0097ad180adc HTTP/1.1" 200 2575 0.007859 10.0.0.38 - - [2026-04-23 02:00:02] "GET /projects?obj_uuids=eb96b825-694a-408c-b3a8-178d2eb58b35&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000875 10.0.0.38 - - [2026-04-23 02:00:02] "GET /project/eb96b825-694a-408c-b3a8-178d2eb58b35 HTTP/1.1" 200 2572 0.070535 10.0.0.38 - - [2026-04-23 02:00:02] "GET /virtual-network/6871c5f4-4781-490c-894e-426e761966d3 HTTP/1.1" 200 2892 0.004098 10.0.0.38 - - [2026-04-23 02:00:02] "GET /obj-perms HTTP/1.1" 200 5034 0.054478 10.0.0.38 - - [2026-04-23 02:00:02] "GET /domains HTTP/1.1" 200 280 0.005582 10.0.0.38 - - [2026-04-23 02:00:02] "GET /domains?obj_uuids=63294607-7558-4a2c-b899-0097ad180adc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001233 10.0.0.38 - - [2026-04-23 02:00:02] "GET /domain/63294607-7558-4a2c-b899-0097ad180adc HTTP/1.1" 200 2575 0.006840 10.0.0.38 - - [2026-04-23 02:00:02] "GET /projects?obj_uuids=eb96b825-694a-408c-b3a8-178d2eb58b35&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000924 10.0.0.38 - - [2026-04-23 02:00:02] "GET /project/eb96b825-694a-408c-b3a8-178d2eb58b35 HTTP/1.1" 200 2572 0.066146 10.0.0.38 - - [2026-04-23 02:00:02] "GET /virtual-network/616e8492-8641-44a0-a6ed-08be447b0db9 HTTP/1.1" 200 2891 0.010375 10.0.0.38 - - [2026-04-23 02:00:02] "GET /virtual-network/616e8492-8641-44a0-a6ed-08be447b0db9 HTTP/1.1" 200 2891 0.004827 10.0.0.38 - - [2026-04-23 02:00:02] "GET /routing-instance/17f84e04-8508-4e20-a45f-ed18662214d8 HTTP/1.1" 200 1783 0.003503 10.0.0.38 - - [2026-04-23 02:00:02] "GET /routing-instance/17f84e04-8508-4e20-a45f-ed18662214d8 HTTP/1.1" 200 1783 0.003450 10.0.0.38 - - [2026-04-23 02:00:02] "GET /route-target/31dce038-8a55-40fe-b6e5-fa94afec2fe5 HTTP/1.1" 200 1206 0.003387 10.0.0.38 - - [2026-04-23 02:00:02] "GET /virtual-network/616e8492-8641-44a0-a6ed-08be447b0db9 HTTP/1.1" 200 2891 0.006363 10.0.0.38 - - [2026-04-23 02:00:02] "GET /routing-instance/17f84e04-8508-4e20-a45f-ed18662214d8 HTTP/1.1" 200 1783 0.004630 10.0.0.38 - - [2026-04-23 02:00:02] "GET /virtual-network/616e8492-8641-44a0-a6ed-08be447b0db9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.005072 10.0.0.38 - - [2026-04-23 02:00:02] "GET /virtual-network/616e8492-8641-44a0-a6ed-08be447b0db9 HTTP/1.1" 200 2891 0.004662 10.0.0.38 - - [2026-04-23 02:00:02] "GET /routing-instance/17f84e04-8508-4e20-a45f-ed18662214d8 HTTP/1.1" 200 1783 0.004615 10.0.0.38 - - [2026-04-23 02:00:02] "GET /routing-instance/17f84e04-8508-4e20-a45f-ed18662214d8 HTTP/1.1" 200 1783 0.004559 10.0.0.38 - - [2026-04-23 02:00:02] "GET /route-target/31dce038-8a55-40fe-b6e5-fa94afec2fe5 HTTP/1.1" 200 1206 0.003637 10.0.0.38 - - [2026-04-23 02:00:02] "GET /domains HTTP/1.1" 200 280 0.003166 10.0.0.38 - - [2026-04-23 02:00:02] "GET /domains?obj_uuids=63294607-7558-4a2c-b899-0097ad180adc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001397 10.0.0.38 - - [2026-04-23 02:00:02] "GET /domain/63294607-7558-4a2c-b899-0097ad180adc HTTP/1.1" 200 2575 0.008050 10.0.0.38 - - [2026-04-23 02:00:02] "GET /projects?obj_uuids=eb96b825-694a-408c-b3a8-178d2eb58b35&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000960 10.0.0.38 - - [2026-04-23 02:00:03] "GET /project/eb96b825-694a-408c-b3a8-178d2eb58b35 HTTP/1.1" 200 2572 0.068441 10.0.0.38 - - [2026-04-23 02:00:03] "GET /virtual-network/616e8492-8641-44a0-a6ed-08be447b0db9 HTTP/1.1" 200 2891 0.004666 10.0.0.38 - - [2026-04-23 02:00:03] "GET /obj-perms HTTP/1.1" 200 5034 0.003033 10.0.0.38 - - [2026-04-23 02:00:03] "POST /id-to-fqname HTTP/1.1" 200 222 0.001367 10.0.0.38 - - [2026-04-23 02:00:03] "POST /neutron/network HTTP/1.1" 200 939 0.005232 10.0.0.38 - - [2026-04-23 02:00:03] "GET /aaa-mode HTTP/1.1" 401 292 0.000455 10.0.0.38 - - [2026-04-23 02:00:03] "GET / HTTP/1.1" 200 35931 0.001712 10.0.0.38 - - [2026-04-23 02:00:03] "GET /project/eb96b825-694a-408c-b3a8-178d2eb58b35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000369 10.0.0.38 - - [2026-04-23 02:00:03] "GET /projects?obj_uuids=eb96b825-694a-408c-b3a8-178d2eb58b35&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001333 10.0.0.38 - - [2026-04-23 02:00:04] "GET /project/eb96b825-694a-408c-b3a8-178d2eb58b35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.055524 10.0.0.38 - - [2026-04-23 02:00:04] "POST /neutron/network HTTP/1.1" 200 929 0.006382 10.0.0.38 - - [2026-04-23 02:00:04] "POST /neutron/port HTTP/1.1" 200 117 0.009409 10.0.0.38 - - [2026-04-23 02:00:04] "POST /neutron/port HTTP/1.1" 200 117 0.003891 10.0.0.38 - - [2026-04-23 02:00:04] "POST /id-to-fqname HTTP/1.1" 200 222 0.001181 10.0.0.38 - - [2026-04-23 02:00:04] "POST /neutron/port HTTP/1.1" 200 117 0.004303 10.0.0.38 - - [2026-04-23 02:00:04] "POST /neutron/network HTTP/1.1" 200 938 0.004759 10.0.0.38 - - [2026-04-23 02:00:04] "GET /aaa-mode HTTP/1.1" 401 292 0.000376 10.0.0.38 - - [2026-04-23 02:00:04] "POST /neutron/network HTTP/1.1" 200 939 0.004859 10.0.0.38 - - [2026-04-23 02:00:04] "GET /projects?obj_uuids=eb96b825-694a-408c-b3a8-178d2eb58b35&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000932 10.0.0.38 - - [2026-04-23 02:00:04] "GET / HTTP/1.1" 200 35931 0.001862 10.0.0.38 - - [2026-04-23 02:00:04] "GET /project/eb96b825-694a-408c-b3a8-178d2eb58b35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000377 10.0.0.38 - - [2026-04-23 02:00:04] "POST /neutron/port HTTP/1.1" 200 1063 0.212178 10.0.0.38 - - [2026-04-23 02:00:04] "POST /neutron/port HTTP/1.1" 200 1063 0.008820 10.0.0.38 - - [2026-04-23 02:00:04] "POST /neutron/port HTTP/1.1" 200 1063 0.013162 10.0.0.38 - - [2026-04-23 02:00:04] "POST /neutron/port HTTP/1.1" 200 1117 0.057409 10.0.0.38 - - [2026-04-23 02:00:04] "POST /neutron/port HTTP/1.1" 200 1127 0.010484 10.0.0.38 - - [2026-04-23 02:00:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002420 10.0.0.38 - - [2026-04-23 02:00:04] "POST /neutron/subnet HTTP/1.1" 200 703 0.005380 10.0.0.38 - - [2026-04-23 02:00:05] "POST /neutron/port HTTP/1.1" 200 117 0.001428 10.0.0.38 - - [2026-04-23 02:00:05] "POST /neutron/network HTTP/1.1" 200 929 0.010745 10.0.0.38 - - [2026-04-23 02:00:05] "GET /projects?obj_uuids=eb96b825-694a-408c-b3a8-178d2eb58b35&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001209 10.0.0.38 - - [2026-04-23 02:00:05] "GET /project/eb96b825-694a-408c-b3a8-178d2eb58b35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.061652 10.0.0.38 - - [2026-04-23 02:00:05] "POST /neutron/network HTTP/1.1" 200 928 0.005073 10.0.0.38 - - [2026-04-23 02:00:05] "POST /neutron/port HTTP/1.1" 200 1127 0.017116 10.0.0.38 - - [2026-04-23 02:00:05] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007063 10.0.0.38 - - [2026-04-23 02:00:05] "POST /neutron/port HTTP/1.1" 200 117 0.006342 10.0.0.38 - - [2026-04-23 02:00:05] "POST /neutron/port HTTP/1.1" 200 1127 0.010297 10.0.0.38 - - [2026-04-23 02:00:05] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006359 10.0.0.38 - - [2026-04-23 02:00:05] "GET /obj-perms HTTP/1.1" 200 5056 0.055096 10.0.0.38 - - [2026-04-23 02:00:05] "POST /neutron/network HTTP/1.1" 200 938 0.011925 10.0.0.38 - - [2026-04-23 02:00:05] "GET /projects?obj_uuids=eb96b825-694a-408c-b3a8-178d2eb58b35&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000891 10.0.0.38 - - [2026-04-23 02:00:05] "GET /obj-perms HTTP/1.1" 200 5056 0.071275 10.0.0.38 - - [2026-04-23 02:00:05] "POST /neutron/port HTTP/1.1" 200 1062 0.243250 10.0.0.38 - - [2026-04-23 02:00:05] "POST /neutron/port HTTP/1.1" 200 1062 0.010355 10.0.0.38 - - [2026-04-23 02:00:05] "POST /neutron/port HTTP/1.1" 200 1062 0.014700 10.0.0.38 - - [2026-04-23 02:00:06] "POST /neutron/port HTTP/1.1" 200 1116 0.064982 10.0.0.38 - - [2026-04-23 02:00:06] "POST /neutron/port HTTP/1.1" 200 1126 0.013697 10.0.0.38 - - [2026-04-23 02:00:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003025 10.0.0.38 - - [2026-04-23 02:00:06] "POST /neutron/subnet HTTP/1.1" 200 699 0.006483 10.0.0.38 - - [2026-04-23 02:00:06] "POST /neutron/port HTTP/1.1" 200 117 0.001113 10.0.0.38 - - [2026-04-23 02:00:06] "POST /neutron/network HTTP/1.1" 200 928 0.005193 10.0.0.38 - - [2026-04-23 02:00:10] "POST /neutron/port HTTP/1.1" 200 1127 0.018063 10.0.0.38 - - [2026-04-23 02:00:10] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008348 10.0.0.38 - - [2026-04-23 02:00:10] "POST /neutron/port HTTP/1.1" 200 1127 0.011578 10.0.0.38 - - [2026-04-23 02:00:10] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005742 10.0.0.38 - - [2026-04-23 02:00:10] "POST /neutron/port HTTP/1.1" 200 1127 0.015213 10.0.0.38 - - [2026-04-23 02:00:10] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006681 10.0.0.38 - - [2026-04-23 02:00:10] "GET /virtual-machine/55e93c14-5243-4ff3-a014-a9e972e23e4f HTTP/1.1" 200 1294 0.004148 10.0.0.38 - - [2026-04-23 02:00:10] "GET /virtual-machine-interface/64ac932f-91d1-4576-84db-44dc19880580 HTTP/1.1" 200 2949 0.007319 10.0.0.38 - - [2026-04-23 02:00:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002464 10.0.0.38 - - [2026-04-23 02:00:10] "GET /global-vrouter-config/e2229f30-3bb6-4b1e-8c28-43277104b447?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002768 10.0.0.38 - - [2026-04-23 02:00:10] "GET /virtual-networks?parent_id=eb96b825-694a-408c-b3a8-178d2eb58b35&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.001891 10.0.0.38 - - [2026-04-23 02:00:10] "GET /virtual-network/6871c5f4-4781-490c-894e-426e761966d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.004610 10.0.0.38 - - [2026-04-23 02:00:13] "POST /neutron/port HTTP/1.1" 200 1127 0.011401 10.0.0.38 - - [2026-04-23 02:00:13] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005190 10.0.0.38 - - [2026-04-23 02:00:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003208 10.0.0.38 - - [2026-04-23 02:00:13] "GET /virtual-network/6871c5f4-4781-490c-894e-426e761966d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.004225 10.0.0.38 - - [2026-04-23 02:00:14] "POST /neutron/port HTTP/1.1" 200 1126 0.010903 10.0.0.38 - - [2026-04-23 02:00:14] "POST /neutron/security_group HTTP/1.1" 200 2060 0.004884 10.0.0.38 - - [2026-04-23 02:00:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002464 10.0.0.38 - - [2026-04-23 02:00:15] "GET /global-vrouter-config/e2229f30-3bb6-4b1e-8c28-43277104b447?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002404 10.0.0.38 - - [2026-04-23 02:00:16] "GET /virtual-networks?parent_id=eb96b825-694a-408c-b3a8-178d2eb58b35&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002809 10.0.0.38 - - [2026-04-23 02:00:16] "GET /virtual-network/6871c5f4-4781-490c-894e-426e761966d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.004348 10.0.0.38 - - [2026-04-23 02:00:16] "POST /neutron/port HTTP/1.1" 200 1126 0.013978 10.0.0.38 - - [2026-04-23 02:00:16] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005414 10.0.0.38 - - [2026-04-23 02:00:16] "POST /neutron/port HTTP/1.1" 200 1127 0.011238 10.0.0.38 - - [2026-04-23 02:00:16] "POST /neutron/port HTTP/1.1" 200 1126 0.019707 10.0.0.38 - - [2026-04-23 02:00:16] "POST /neutron/port HTTP/1.1" 200 1127 0.013251 10.0.0.38 - - [2026-04-23 02:00:16] "POST /neutron/security_group HTTP/1.1" 200 2060 0.004441 10.0.0.38 - - [2026-04-23 02:00:16] "POST /neutron/network HTTP/1.1" 200 939 0.004966 10.0.0.38 - - [2026-04-23 02:00:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002712 10.0.0.38 - - [2026-04-23 02:00:16] "POST /neutron/subnet HTTP/1.1" 200 703 0.008851 10.0.0.38 - - [2026-04-23 02:00:16] "POST /neutron/port HTTP/1.1" 200 1126 0.012099 10.0.0.38 - - [2026-04-23 02:00:16] "POST /neutron/port HTTP/1.1" 200 117 0.000905 10.0.0.38 - - [2026-04-23 02:00:16] "POST /neutron/security_group HTTP/1.1" 200 2060 0.010189 10.0.0.38 - - [2026-04-23 02:00:16] "POST /neutron/network HTTP/1.1" 200 929 0.007412 10.0.0.38 - - [2026-04-23 02:00:16] "GET /virtual-machine/ee5c428b-0818-43cf-8374-750d9a33a184 HTTP/1.1" 200 1294 0.006700 10.0.0.38 - - [2026-04-23 02:00:16] "GET /virtual-machine-interface/bf6e8305-faf4-4cd5-ac9f-cfc57cbc9a12 HTTP/1.1" 200 2951 0.006170 10.0.0.38 - - [2026-04-23 02:00:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002873 10.0.0.38 - - [2026-04-23 02:00:16] "GET /global-vrouter-config/e2229f30-3bb6-4b1e-8c28-43277104b447?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002560 10.0.0.38 - - [2026-04-23 02:00:16] "GET /virtual-networks?parent_id=eb96b825-694a-408c-b3a8-178d2eb58b35&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002505 10.0.0.38 - - [2026-04-23 02:00:16] "GET /virtual-network/616e8492-8641-44a0-a6ed-08be447b0db9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.004769 10.0.0.38 - - [2026-04-23 02:00:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002474 10.0.0.38 - - [2026-04-23 02:00:17] "GET /global-vrouter-config/e2229f30-3bb6-4b1e-8c28-43277104b447?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002743 10.0.0.38 - - [2026-04-23 02:00:17] "GET /virtual-networks?parent_id=eb96b825-694a-408c-b3a8-178d2eb58b35&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002278 10.0.0.38 - - [2026-04-23 02:00:17] "GET /virtual-network/616e8492-8641-44a0-a6ed-08be447b0db9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.004695 10.0.0.38 - - [2026-04-23 02:00:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002604 10.0.0.38 - - [2026-04-23 02:00:22] "GET /projects?obj_uuids=eb96b825-694a-408c-b3a8-178d2eb58b35&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000845 10.0.0.38 - - [2026-04-23 02:00:22] "GET /project/eb96b825-694a-408c-b3a8-178d2eb58b35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.020844 10.0.0.38 - - [2026-04-23 02:00:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002515 10.0.0.38 - - [2026-04-23 02:00:22] "PUT /network-policy/393402c4-9ccb-4918-8be9-a5d779a7d9cc HTTP/1.1" 200 262 0.008707 10.0.0.38 - - [2026-04-23 02:00:22] "PUT /access-control-list/17ad3e71-0966-4067-b349-1125ac74f99a HTTP/1.1" 200 272 0.052500 10.0.0.38 - - [2026-04-23 02:00:22] "POST /ref-update HTTP/1.1" 200 156 0.010429 10.0.0.38 - - [2026-04-23 02:00:22] "PUT /access-control-list/b79879e3-cb12-473d-8408-125794c6db15 HTTP/1.1" 200 272 0.050086 10.0.0.38 - - [2026-04-23 02:00:22] "POST /ref-update HTTP/1.1" 200 156 0.009045 10.0.0.38 - - [2026-04-23 02:00:25] "GET /virtual-network/616e8492-8641-44a0-a6ed-08be447b0db9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.004586 10.0.0.38 - - [2026-04-23 02:00:25] "POST /neutron/network HTTP/1.1" 200 928 0.005205 10.0.0.38 - - [2026-04-23 02:00:25] "POST /neutron/network HTTP/1.1" 200 826 0.033635 10.0.0.38 - - [2026-04-23 02:00:25] "DELETE /access-control-list/b79879e3-cb12-473d-8408-125794c6db15 HTTP/1.1" 200 115 0.026605 10.0.0.38 - - [2026-04-23 02:00:25] "POST /neutron/network HTTP/1.1" 200 826 0.005503 10.0.0.38 - - [2026-04-23 02:00:25] "GET /virtual-network/616e8492-8641-44a0-a6ed-08be447b0db9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.003852 10.0.0.38 - - [2026-04-23 02:00:25] "GET /virtual-network/6871c5f4-4781-490c-894e-426e761966d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.003838 10.0.0.38 - - [2026-04-23 02:00:25] "POST /neutron/network HTTP/1.1" 200 929 0.004923 10.0.0.38 - - [2026-04-23 02:00:25] "POST /neutron/network HTTP/1.1" 200 827 0.047857 10.0.0.38 - - [2026-04-23 02:00:25] "DELETE /access-control-list/17ad3e71-0966-4067-b349-1125ac74f99a HTTP/1.1" 200 115 0.028105 10.0.0.38 - - [2026-04-23 02:00:25] "POST /neutron/network HTTP/1.1" 200 827 0.011920 10.0.0.38 - - [2026-04-23 02:00:25] "GET /virtual-network/6871c5f4-4781-490c-894e-426e761966d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005677 10.0.0.38 - - [2026-04-23 02:00:25] "DELETE /network-policy/393402c4-9ccb-4918-8be9-a5d779a7d9cc HTTP/1.1" 200 115 0.023750 10.0.0.38 - - [2026-04-23 02:00:25] "POST /neutron/network HTTP/1.1" 200 826 0.005999 10.0.0.38 - - [2026-04-23 02:00:25] "POST /neutron/network HTTP/1.1" 400 204 0.008415 10.0.0.38 - - [2026-04-23 02:00:25] "POST /neutron/port HTTP/1.1" 200 1126 0.011331 10.0.0.38 - - [2026-04-23 02:00:26] "POST /neutron/port HTTP/1.1" 200 1116 0.008852 10.0.0.38 - - [2026-04-23 02:00:26] "POST /neutron/port HTTP/1.1" 200 1127 0.013709 10.0.0.38 - - [2026-04-23 02:00:26] "POST /neutron/port HTTP/1.1" 200 1117 0.009525 10.0.0.38 - - [2026-04-23 02:00:26] "POST /neutron/port HTTP/1.1" 200 151 0.110545 10.0.0.38 - - [2026-04-23 02:00:26] "POST /neutron/port HTTP/1.1" 200 151 0.107108 10.0.0.38 - - [2026-04-23 02:00:27] "POST /neutron/network HTTP/1.1" 200 826 0.004911 10.0.0.38 - - [2026-04-23 02:00:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002802 10.0.0.38 - - [2026-04-23 02:00:27] "POST /useragent-kv HTTP/1.1" 200 115 0.001628 10.0.0.38 - - [2026-04-23 02:00:27] "POST /useragent-kv HTTP/1.1" 200 115 0.001412 10.0.0.38 - - [2026-04-23 02:00:27] "POST /neutron/network HTTP/1.1" 200 151 0.072501 10.0.0.38 - - [2026-04-23 02:00:27] "DELETE /route-target/31dce038-8a55-40fe-b6e5-fa94afec2fe5 HTTP/1.1" 200 115 0.018738 10.0.0.38 - - [2026-04-23 02:00:27] "GET /routing-instance/17f84e04-8508-4e20-a45f-ed18662214d8 HTTP/1.1" 404 171 0.001732 10.0.0.38 - - [2026-04-23 02:00:27] "GET /domains HTTP/1.1" 200 280 0.001856 10.0.0.38 - - [2026-04-23 02:00:27] "GET /domains?obj_uuids=63294607-7558-4a2c-b899-0097ad180adc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000771 10.0.0.38 - - [2026-04-23 02:00:28] "GET /domain/63294607-7558-4a2c-b899-0097ad180adc HTTP/1.1" 200 2575 0.048117 10.0.0.38 - - [2026-04-23 02:00:28] "GET /projects?obj_uuids=eb96b825-694a-408c-b3a8-178d2eb58b35&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001163 10.0.0.38 - - [2026-04-23 02:00:28] "GET /project/eb96b825-694a-408c-b3a8-178d2eb58b35 HTTP/1.1" 200 2104 0.065226 10.0.0.38 - - [2026-04-23 02:00:28] "POST /neutron/network HTTP/1.1" 200 827 0.005484 10.0.0.38 - - [2026-04-23 02:00:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003201 10.0.0.38 - - [2026-04-23 02:00:28] "POST /useragent-kv HTTP/1.1" 200 115 0.001608 10.0.0.38 - - [2026-04-23 02:00:28] "POST /useragent-kv HTTP/1.1" 200 115 0.001990 10.0.0.38 - - [2026-04-23 02:00:28] "POST /neutron/network HTTP/1.1" 200 151 0.069402 10.0.0.38 - - [2026-04-23 02:00:28] "DELETE /route-target/239bc030-5ad2-4329-8db4-308a5b2fb743 HTTP/1.1" 200 115 0.015980 10.0.0.38 - - [2026-04-23 02:00:28] "GET /routing-instance/a3c0fdaa-6a88-41e6-a966-87240d27aa93 HTTP/1.1" 404 171 0.002612 10.0.0.38 - - [2026-04-23 02:00:28] "GET /domains HTTP/1.1" 200 280 0.002183 10.0.0.38 - - [2026-04-23 02:00:28] "GET /domains?obj_uuids=63294607-7558-4a2c-b899-0097ad180adc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001103 10.0.0.38 - - [2026-04-23 02:00:28] "GET /domain/63294607-7558-4a2c-b899-0097ad180adc HTTP/1.1" 200 2575 0.048604 10.0.0.38 - - [2026-04-23 02:00:28] "GET /projects?obj_uuids=eb96b825-694a-408c-b3a8-178d2eb58b35&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002087 10.0.0.38 - - [2026-04-23 02:00:28] "GET /project/eb96b825-694a-408c-b3a8-178d2eb58b35 HTTP/1.1" 200 1865 0.070015 10.0.0.38 - - [2026-04-23 02:00:28] "GET /projects?obj_uuids=eb96b825-694a-408c-b3a8-178d2eb58b35&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000881 10.0.0.38 - - [2026-04-23 02:00:28] "GET /project/eb96b825-694a-408c-b3a8-178d2eb58b35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.022228 10.0.0.38 - - [2026-04-23 02:00:28] "GET /projects?obj_uuids=eb96b825-694a-408c-b3a8-178d2eb58b35&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000819 10.0.0.38 - - [2026-04-23 02:00:28] "GET /project/eb96b825-694a-408c-b3a8-178d2eb58b35?fields=virtual_networks HTTP/1.1" 200 1037 0.061123 10.0.0.38 - - [2026-04-23 02:00:28] "GET /projects?obj_uuids=eb96b825-694a-408c-b3a8-178d2eb58b35&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000929 10.0.0.38 - - [2026-04-23 02:00:28] "GET /project/eb96b825-694a-408c-b3a8-178d2eb58b35?fields=virtual_machine_interfaces HTTP/1.1" 200 1037 0.021348 10.0.0.38 - - [2026-04-23 02:00:28] "GET /projects?obj_uuids=eb96b825-694a-408c-b3a8-178d2eb58b35&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000959 10.0.0.38 - - [2026-04-23 02:00:28] "GET /project/eb96b825-694a-408c-b3a8-178d2eb58b35?fields=security_groups HTTP/1.1" 200 1265 0.021974 10.0.0.38 - - [2026-04-23 02:00:29] "POST /fqname-to-id HTTP/1.1" 404 181 0.024579 10.0.0.38 - - [2026-04-23 02:00:29] "GET /projects?obj_uuids=9e201221-05df-4dd9-a2ee-81190460176d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.001903 10.0.0.38 - - [2026-04-23 02:00:29] "GET /domains?obj_uuids=63294607-7558-4a2c-b899-0097ad180adc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000801 10.0.0.38 - - [2026-04-23 02:00:29] "GET /domain/63294607-7558-4a2c-b899-0097ad180adc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.005647 10.0.0.38 - - [2026-04-23 02:00:29] "POST /id-to-fqname HTTP/1.1" 200 183 0.001426 10.0.0.38 - - [2026-04-23 02:00:29] "POST /fqname-to-id HTTP/1.1" 404 192 0.001813 10.0.0.38 - - [2026-04-23 02:00:29] "POST /security-groups HTTP/1.1" 200 584 0.060014 10.0.0.38 - - [2026-04-23 02:00:29] "POST /fqname-to-id HTTP/1.1" 404 227 0.002366 10.0.0.38 - - [2026-04-23 02:00:29] "POST /projects HTTP/1.1" 200 571 0.200089 10.0.0.38 - - [2026-04-23 02:00:29] "POST /access-control-lists HTTP/1.1" 200 589 0.054576 10.0.0.38 - - [2026-04-23 02:00:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.266101 10.0.0.38 - - [2026-04-23 02:00:30] "POST /fqname-to-id HTTP/1.1" 404 226 0.002303 10.0.0.38 - - [2026-04-23 02:00:30] "GET /project/9e201221-05df-4dd9-a2ee-81190460176d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.382914 10.0.0.38 - - [2026-04-23 02:00:30] "POST /access-control-lists HTTP/1.1" 200 587 0.064345 10.0.0.38 - - [2026-04-23 02:00:31] "GET / HTTP/1.1" 200 35931 0.001758 10.0.0.38 - - [2026-04-23 02:00:31] "POST /fqname-to-id HTTP/1.1" 401 292 0.000399 10.0.0.38 - - [2026-04-23 02:00:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.050150 10.0.0.38 - - [2026-04-23 02:00:32] "GET /projects?obj_uuids=9e201221-05df-4dd9-a2ee-81190460176d&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000831 10.0.0.38 - - [2026-04-23 02:00:32] "GET /project/9e201221-05df-4dd9-a2ee-81190460176d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.022677 10.0.0.38 - - [2026-04-23 02:00:32] "POST /neutron/network HTTP/1.1" 200 117 0.028441 10.0.0.38 - - [2026-04-23 02:00:32] "GET /projects?obj_uuids=9e201221-05df-4dd9-a2ee-81190460176d&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001269 10.0.0.38 - - [2026-04-23 02:00:32] "POST /neutron/network HTTP/1.1" 200 612 0.056944 10.0.0.38 - - [2026-04-23 02:00:32] "POST /route-targets HTTP/1.1" 200 327 0.008250 10.0.0.38 - - [2026-04-23 02:00:32] "POST /ref-update HTTP/1.1" 200 156 0.010252 10.0.0.38 - - [2026-04-23 02:00:32] "POST /useragent-kv HTTP/1.1" 200 115 0.002158 10.0.0.38 - - [2026-04-23 02:00:32] "POST /neutron/subnet HTTP/1.1" 200 724 0.122705 10.0.0.38 - - [2026-04-23 02:00:32] "POST /neutron/network HTTP/1.1" 200 831 0.003746 10.0.0.38 - - [2026-04-23 02:00:32] "POST /id-to-fqname HTTP/1.1" 200 220 0.000896 10.0.0.38 - - [2026-04-23 02:00:32] "GET /virtual-network/2be842fa-3da7-40bf-befc-7f2dbc36bdf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.003726 10.0.0.38 - - [2026-04-23 02:00:32] "POST /neutron/network HTTP/1.1" 200 831 0.004793 10.0.0.38 - - [2026-04-23 02:00:32] "GET /virtual-network/2be842fa-3da7-40bf-befc-7f2dbc36bdf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.003772 10.0.0.38 - - [2026-04-23 02:00:32] "POST /neutron/network HTTP/1.1" 200 831 0.004669 10.0.0.38 - - [2026-04-23 02:00:32] "POST /neutron/subnet HTTP/1.1" 200 724 0.005429 10.0.0.38 - - [2026-04-23 02:00:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002053 10.0.0.38 - - [2026-04-23 02:00:32] "GET /virtual-network/2be842fa-3da7-40bf-befc-7f2dbc36bdf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.004599 10.0.0.38 - - [2026-04-23 02:00:32] "PUT /virtual-network/2be842fa-3da7-40bf-befc-7f2dbc36bdf8 HTTP/1.1" 200 264 0.028534 10.0.0.38 - - [2026-04-23 02:00:32] "POST /route-targets HTTP/1.1" 200 323 0.013841 10.0.0.38 - - [2026-04-23 02:00:32] "POST /ref-update HTTP/1.1" 200 156 0.011400 10.0.0.38 - - [2026-04-23 02:00:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004073 10.0.0.38 - - [2026-04-23 02:00:32] "GET /projects?obj_uuids=9e201221-05df-4dd9-a2ee-81190460176d&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000874 10.0.0.38 - - [2026-04-23 02:00:32] "GET /project/9e201221-05df-4dd9-a2ee-81190460176d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.020301 10.0.0.38 - - [2026-04-23 02:00:32] "POST /neutron/network HTTP/1.1" 200 117 0.008446 10.0.0.38 - - [2026-04-23 02:00:32] "GET /projects?obj_uuids=9e201221-05df-4dd9-a2ee-81190460176d&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000844 10.0.0.38 - - [2026-04-23 02:00:33] "POST /neutron/network HTTP/1.1" 200 612 0.069375 10.0.0.38 - - [2026-04-23 02:00:33] "POST /route-targets HTTP/1.1" 200 327 0.009909 10.0.0.38 - - [2026-04-23 02:00:33] "POST /ref-update HTTP/1.1" 200 156 0.008955 10.0.0.38 - - [2026-04-23 02:00:33] "POST /useragent-kv HTTP/1.1" 200 115 0.003856 10.0.0.38 - - [2026-04-23 02:00:33] "POST /neutron/subnet HTTP/1.1" 200 720 0.141244 10.0.0.38 - - [2026-04-23 02:00:33] "POST /neutron/network HTTP/1.1" 200 830 0.004368 10.0.0.38 - - [2026-04-23 02:00:33] "POST /id-to-fqname HTTP/1.1" 200 220 0.001058 10.0.0.38 - - [2026-04-23 02:00:33] "GET /virtual-network/34a055f8-5539-4316-bbb7-5f9025ab456c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005379 10.0.0.38 - - [2026-04-23 02:00:33] "POST /neutron/network HTTP/1.1" 200 830 0.004406 10.0.0.38 - - [2026-04-23 02:00:33] "GET /virtual-network/34a055f8-5539-4316-bbb7-5f9025ab456c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.004050 10.0.0.38 - - [2026-04-23 02:00:33] "POST /neutron/network HTTP/1.1" 200 830 0.007473 10.0.0.38 - - [2026-04-23 02:00:33] "POST /neutron/subnet HTTP/1.1" 200 720 0.005419 10.0.0.38 - - [2026-04-23 02:00:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.001823 10.0.0.38 - - [2026-04-23 02:00:33] "GET /virtual-network/34a055f8-5539-4316-bbb7-5f9025ab456c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005010 10.0.0.38 - - [2026-04-23 02:00:33] "POST /ref-update HTTP/1.1" 200 156 0.008789 10.0.0.38 - - [2026-04-23 02:00:33] "PUT /virtual-network/34a055f8-5539-4316-bbb7-5f9025ab456c HTTP/1.1" 200 264 0.027339 10.0.0.38 - - [2026-04-23 02:00:33] "POST /id-to-fqname HTTP/1.1" 200 220 0.001201 10.0.0.38 - - [2026-04-23 02:00:33] "POST /neutron/network HTTP/1.1" 200 841 0.004544 10.0.0.38 - - [2026-04-23 02:00:33] "GET /aaa-mode HTTP/1.1" 401 292 0.000312 10.0.0.38 - - [2026-04-23 02:00:34] "GET / HTTP/1.1" 200 35931 0.001724 10.0.0.38 - - [2026-04-23 02:00:34] "GET /project/9e201221-05df-4dd9-a2ee-81190460176d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000338 10.0.0.38 - - [2026-04-23 02:00:34] "GET /projects?obj_uuids=9e201221-05df-4dd9-a2ee-81190460176d&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000863 10.0.0.38 - - [2026-04-23 02:00:34] "GET /project/9e201221-05df-4dd9-a2ee-81190460176d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.052121 10.0.0.38 - - [2026-04-23 02:00:34] "POST /neutron/network HTTP/1.1" 200 831 0.004033 10.0.0.38 - - [2026-04-23 02:00:34] "POST /neutron/port HTTP/1.1" 200 117 0.004435 10.0.0.38 - - [2026-04-23 02:00:34] "POST /neutron/port HTTP/1.1" 200 117 0.004545 10.0.0.38 - - [2026-04-23 02:00:34] "POST /id-to-fqname HTTP/1.1" 200 220 0.001150 10.0.0.38 - - [2026-04-23 02:00:34] "POST /neutron/port HTTP/1.1" 200 117 0.004279 10.0.0.38 - - [2026-04-23 02:00:34] "POST /neutron/network HTTP/1.1" 200 840 0.004986 10.0.0.38 - - [2026-04-23 02:00:34] "GET /aaa-mode HTTP/1.1" 401 292 0.000348 10.0.0.38 - - [2026-04-23 02:00:34] "POST /neutron/network HTTP/1.1" 200 841 0.005334 10.0.0.38 - - [2026-04-23 02:00:34] "GET /projects?obj_uuids=9e201221-05df-4dd9-a2ee-81190460176d&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000904 10.0.0.38 - - [2026-04-23 02:00:35] "GET / HTTP/1.1" 200 35931 0.001851 10.0.0.38 - - [2026-04-23 02:00:35] "GET /project/9e201221-05df-4dd9-a2ee-81190460176d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.001583 10.0.0.38 - - [2026-04-23 02:00:35] "POST /neutron/port HTTP/1.1" 200 1053 0.184093 10.0.0.38 - - [2026-04-23 02:00:35] "POST /neutron/port HTTP/1.1" 200 1053 0.010219 10.0.0.38 - - [2026-04-23 02:00:35] "POST /neutron/port HTTP/1.1" 200 1053 0.011823 10.0.0.38 - - [2026-04-23 02:00:35] "POST /neutron/port HTTP/1.1" 200 1107 0.051288 10.0.0.38 - - [2026-04-23 02:00:35] "POST /neutron/port HTTP/1.1" 200 1117 0.010880 10.0.0.38 - - [2026-04-23 02:00:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003481 10.0.0.38 - - [2026-04-23 02:00:35] "POST /neutron/subnet HTTP/1.1" 200 698 0.008266 10.0.0.38 - - [2026-04-23 02:00:35] "POST /neutron/port HTTP/1.1" 200 117 0.000929 10.0.0.38 - - [2026-04-23 02:00:35] "POST /neutron/network HTTP/1.1" 200 831 0.004284 10.0.0.38 - - [2026-04-23 02:00:35] "GET /projects?obj_uuids=9e201221-05df-4dd9-a2ee-81190460176d&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001673 10.0.0.38 - - [2026-04-23 02:00:35] "GET /project/9e201221-05df-4dd9-a2ee-81190460176d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.047110 10.0.0.38 - - [2026-04-23 02:00:35] "POST /neutron/network HTTP/1.1" 200 830 0.004450 10.0.0.38 - - [2026-04-23 02:00:35] "POST /neutron/port HTTP/1.1" 200 1117 0.015404 10.0.0.38 - - [2026-04-23 02:00:35] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005664 10.0.0.38 - - [2026-04-23 02:00:35] "POST /neutron/port HTTP/1.1" 200 117 0.004210 10.0.0.38 - - [2026-04-23 02:00:35] "POST /neutron/port HTTP/1.1" 200 1117 0.010794 10.0.0.38 - - [2026-04-23 02:00:35] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006197 10.0.0.38 - - [2026-04-23 02:00:35] "POST /neutron/network HTTP/1.1" 200 840 0.004688 10.0.0.38 - - [2026-04-23 02:00:36] "GET /projects?obj_uuids=9e201221-05df-4dd9-a2ee-81190460176d&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000962 10.0.0.38 - - [2026-04-23 02:00:36] "POST /neutron/port HTTP/1.1" 200 1052 0.254877 10.0.0.38 - - [2026-04-23 02:00:36] "POST /neutron/port HTTP/1.1" 200 1052 0.014213 10.0.0.38 - - [2026-04-23 02:00:36] "POST /neutron/port HTTP/1.1" 200 1052 0.009539 10.0.0.38 - - [2026-04-23 02:00:36] "POST /neutron/port HTTP/1.1" 200 1106 0.067038 10.0.0.38 - - [2026-04-23 02:00:36] "POST /neutron/port HTTP/1.1" 200 1116 0.010468 10.0.0.38 - - [2026-04-23 02:00:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002638 10.0.0.38 - - [2026-04-23 02:00:36] "POST /neutron/subnet HTTP/1.1" 200 694 0.006425 10.0.0.38 - - [2026-04-23 02:00:36] "POST /neutron/port HTTP/1.1" 200 117 0.001044 10.0.0.38 - - [2026-04-23 02:00:36] "POST /neutron/network HTTP/1.1" 200 830 0.004656 10.0.0.38 - - [2026-04-23 02:00:40] "POST /neutron/port HTTP/1.1" 200 1117 0.010960 10.0.0.38 - - [2026-04-23 02:00:40] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007403 10.0.0.38 - - [2026-04-23 02:00:40] "POST /neutron/port HTTP/1.1" 200 1117 0.010725 10.0.0.38 - - [2026-04-23 02:00:40] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005064 10.0.0.38 - - [2026-04-23 02:00:40] "POST /neutron/port HTTP/1.1" 200 1117 0.011813 10.0.0.38 - - [2026-04-23 02:00:40] "POST /neutron/security_group HTTP/1.1" 200 2051 0.004994 10.0.0.38 - - [2026-04-23 02:00:40] "GET /virtual-machine/96d4eb57-204e-42fe-86dc-4a27edd2a2b5 HTTP/1.1" 401 292 0.000364 10.0.0.38 - - [2026-04-23 02:00:41] "GET /virtual-machine/96d4eb57-204e-42fe-86dc-4a27edd2a2b5 HTTP/1.1" 200 1285 0.029827 10.0.0.38 - - [2026-04-23 02:00:41] "GET /virtual-machine-interface/9cadf005-0dd1-461e-ad01-29fa5ac9f8bc HTTP/1.1" 200 2927 0.004427 10.0.0.38 - - [2026-04-23 02:00:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002713 10.0.0.38 - - [2026-04-23 02:00:41] "GET /global-vrouter-config/e2229f30-3bb6-4b1e-8c28-43277104b447?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002700 10.0.0.38 - - [2026-04-23 02:00:41] "GET /virtual-networks?parent_id=9e201221-05df-4dd9-a2ee-81190460176d&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002382 10.0.0.38 - - [2026-04-23 02:00:41] "GET /virtual-network/2be842fa-3da7-40bf-befc-7f2dbc36bdf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.004865 10.0.0.38 - - [2026-04-23 02:00:43] "POST /neutron/port HTTP/1.1" 200 1117 0.010519 10.0.0.38 - - [2026-04-23 02:00:43] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005134 10.0.0.38 - - [2026-04-23 02:00:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002602 10.0.0.38 - - [2026-04-23 02:00:44] "GET /virtual-network/2be842fa-3da7-40bf-befc-7f2dbc36bdf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.004056 10.0.0.38 - - [2026-04-23 02:00:44] "POST /neutron/port HTTP/1.1" 200 1116 0.012657 10.0.0.38 - - [2026-04-23 02:00:44] "POST /neutron/security_group HTTP/1.1" 200 2051 0.004977 10.0.0.38 - - [2026-04-23 02:00:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002496 10.0.0.38 - - [2026-04-23 02:00:46] "GET /global-vrouter-config/e2229f30-3bb6-4b1e-8c28-43277104b447?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002800 10.0.0.38 - - [2026-04-23 02:00:46] "GET /virtual-networks?parent_id=9e201221-05df-4dd9-a2ee-81190460176d&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002827 10.0.0.38 - - [2026-04-23 02:00:46] "GET /virtual-network/2be842fa-3da7-40bf-befc-7f2dbc36bdf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.004530 10.0.0.38 - - [2026-04-23 02:00:47] "POST /neutron/port HTTP/1.1" 200 1116 0.010637 10.0.0.38 - - [2026-04-23 02:00:47] "POST /neutron/security_group HTTP/1.1" 200 2051 0.004636 10.0.0.38 - - [2026-04-23 02:00:47] "POST /neutron/port HTTP/1.1" 200 1116 0.010411 10.0.0.38 - - [2026-04-23 02:00:47] "POST /neutron/security_group HTTP/1.1" 200 2051 0.004332 10.0.0.38 - - [2026-04-23 02:00:47] "POST /neutron/port HTTP/1.1" 200 1116 0.009908 10.0.0.38 - - [2026-04-23 02:00:47] "POST /neutron/security_group HTTP/1.1" 200 2051 0.004561 10.0.0.38 - - [2026-04-23 02:00:47] "GET /virtual-machine/367a25f3-a0e0-45c6-bd9d-46d797aec8ec HTTP/1.1" 200 1285 0.003542 10.0.0.38 - - [2026-04-23 02:00:47] "GET /virtual-machine-interface/d60db370-e8c2-43a1-90e8-fceaedba67dd HTTP/1.1" 200 2927 0.003730 10.0.0.38 - - [2026-04-23 02:00:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.001781 10.0.0.38 - - [2026-04-23 02:00:47] "GET /global-vrouter-config/e2229f30-3bb6-4b1e-8c28-43277104b447?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002472 10.0.0.38 - - [2026-04-23 02:00:47] "GET /virtual-networks?parent_id=9e201221-05df-4dd9-a2ee-81190460176d&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002654 10.0.0.38 - - [2026-04-23 02:00:47] "GET /virtual-network/34a055f8-5539-4316-bbb7-5f9025ab456c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.004544 10.0.0.38 - - [2026-04-23 02:00:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.006477 10.0.0.38 - - [2026-04-23 02:00:48] "GET /global-vrouter-config/e2229f30-3bb6-4b1e-8c28-43277104b447?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002421 10.0.0.38 - - [2026-04-23 02:00:48] "GET /virtual-networks?parent_id=9e201221-05df-4dd9-a2ee-81190460176d&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002445 10.0.0.38 - - [2026-04-23 02:00:48] "GET /virtual-network/34a055f8-5539-4316-bbb7-5f9025ab456c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.004465 10.0.0.38 - - [2026-04-23 02:00:48] "POST /routing-policys HTTP/1.1" 200 534 0.014050 10.0.0.38 - - [2026-04-23 02:00:48] "GET /virtual-network/2be842fa-3da7-40bf-befc-7f2dbc36bdf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.006636 10.0.0.38 - - [2026-04-23 02:00:48] "POST /ref-update HTTP/1.1" 200 156 0.012504 10.0.0.38 - - [2026-04-23 02:00:48] "PUT /virtual-network/2be842fa-3da7-40bf-befc-7f2dbc36bdf8 HTTP/1.1" 200 264 0.031604 10.0.0.38 - - [2026-04-23 02:00:52] "POST /ref-update HTTP/1.1" 200 156 0.026251 10.0.0.38 - - [2026-04-23 02:00:52] "POST /ref-update HTTP/1.1" 200 156 0.010634 10.0.0.38 - - [2026-04-23 02:00:52] "DELETE /routing-policy/097c0bff-1e29-4925-b00d-dc84225952cb HTTP/1.1" 200 115 0.019338 10.0.0.38 - - [2026-04-23 02:00:52] "POST /neutron/network HTTP/1.1" 200 830 0.010502 10.0.0.38 - - [2026-04-23 02:00:52] "POST /neutron/network HTTP/1.1" 400 204 0.008658 10.0.0.38 - - [2026-04-23 02:00:53] "POST /neutron/port HTTP/1.1" 200 1116 0.010576 10.0.0.38 - - [2026-04-23 02:00:53] "POST /neutron/port HTTP/1.1" 200 1106 0.007599 10.0.0.38 - - [2026-04-23 02:00:53] "POST /neutron/port HTTP/1.1" 200 1117 0.011006 10.0.0.38 - - [2026-04-23 02:00:53] "POST /neutron/port HTTP/1.1" 200 1107 0.009170 10.0.0.38 - - [2026-04-23 02:00:53] "POST /neutron/port HTTP/1.1" 200 151 0.105826 10.0.0.38 - - [2026-04-23 02:00:53] "POST /neutron/port HTTP/1.1" 200 151 0.096340 10.0.0.38 - - [2026-04-23 02:00:54] "POST /neutron/network HTTP/1.1" 200 830 0.005633 10.0.0.38 - - [2026-04-23 02:00:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004365 10.0.0.38 - - [2026-04-23 02:00:54] "POST /useragent-kv HTTP/1.1" 200 115 0.002880 10.0.0.38 - - [2026-04-23 02:00:54] "POST /useragent-kv HTTP/1.1" 200 115 0.001990 10.0.0.38 - - [2026-04-23 02:00:54] "POST /neutron/network HTTP/1.1" 200 151 0.074042 10.0.0.38 - - [2026-04-23 02:00:54] "DELETE /route-target/19ed4a76-c146-41b5-829c-5a9941519961 HTTP/1.1" 200 115 0.018560 10.0.0.38 - - [2026-04-23 02:00:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.001873 10.0.0.38 - - [2026-04-23 02:00:54] "POST /neutron/network HTTP/1.1" 200 831 0.004447 10.0.0.38 - - [2026-04-23 02:00:54] "DELETE /route-target/7a3d9505-825f-401d-a0fd-d5ddbb22af5f HTTP/1.1" 409 239 0.003319 10.0.0.38 - - [2026-04-23 02:00:54] "POST /useragent-kv HTTP/1.1" 200 115 0.001801 10.0.0.38 - - [2026-04-23 02:00:54] "POST /useragent-kv HTTP/1.1" 200 115 0.001432 10.0.0.38 - - [2026-04-23 02:00:54] "POST /neutron/network HTTP/1.1" 200 151 0.062202 10.0.0.38 - - [2026-04-23 02:00:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002807 10.0.0.38 - - [2026-04-23 02:00:55] "DELETE /route-target/e2310c1b-a9c6-41b2-a506-3535ea454f4a HTTP/1.1" 200 115 0.012717 10.0.0.38 - - [2026-04-23 02:00:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002321 10.0.0.38 - - [2026-04-23 02:00:55] "DELETE /route-target/7a3d9505-825f-401d-a0fd-d5ddbb22af5f HTTP/1.1" 200 115 0.013780 10.0.0.38 - - [2026-04-23 02:00:55] "GET /projects?obj_uuids=9e201221-05df-4dd9-a2ee-81190460176d&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000936 10.0.0.38 - - [2026-04-23 02:00:55] "GET /project/9e201221-05df-4dd9-a2ee-81190460176d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.030582 10.0.0.38 - - [2026-04-23 02:00:55] "GET /projects?obj_uuids=9e201221-05df-4dd9-a2ee-81190460176d&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000929 10.0.0.38 - - [2026-04-23 02:00:55] "GET /project/9e201221-05df-4dd9-a2ee-81190460176d?fields=virtual_networks HTTP/1.1" 200 1019 0.065412 10.0.0.38 - - [2026-04-23 02:00:55] "GET /projects?obj_uuids=9e201221-05df-4dd9-a2ee-81190460176d&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000887 10.0.0.38 - - [2026-04-23 02:00:55] "GET /project/9e201221-05df-4dd9-a2ee-81190460176d?fields=virtual_machine_interfaces HTTP/1.1" 200 1019 0.023207 10.0.0.38 - - [2026-04-23 02:00:55] "GET /projects?obj_uuids=9e201221-05df-4dd9-a2ee-81190460176d&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000920 10.0.0.38 - - [2026-04-23 02:00:55] "GET /project/9e201221-05df-4dd9-a2ee-81190460176d?fields=security_groups HTTP/1.1" 200 1238 0.020299 10.0.0.38 - - [2026-04-23 02:00:56] "POST /fqname-to-id HTTP/1.1" 404 186 0.022538 10.0.0.38 - - [2026-04-23 02:00:56] "GET /projects?obj_uuids=44745803-5ca4-4d03-8f23-38603343c9d9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002179 10.0.0.38 - - [2026-04-23 02:00:56] "GET /domains?obj_uuids=63294607-7558-4a2c-b899-0097ad180adc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001051 10.0.0.38 - - [2026-04-23 02:00:56] "GET /domain/63294607-7558-4a2c-b899-0097ad180adc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006885 10.0.0.38 - - [2026-04-23 02:00:56] "POST /id-to-fqname HTTP/1.1" 200 188 0.002671 10.0.0.38 - - [2026-04-23 02:00:56] "POST /fqname-to-id HTTP/1.1" 404 197 0.001803 10.0.0.38 - - [2026-04-23 02:00:56] "POST /security-groups HTTP/1.1" 200 589 0.063670 10.0.0.38 - - [2026-04-23 02:00:56] "POST /fqname-to-id HTTP/1.1" 404 232 0.002024 10.0.0.38 - - [2026-04-23 02:00:56] "POST /projects HTTP/1.1" 200 581 0.204599 10.0.0.38 - - [2026-04-23 02:00:56] "POST /access-control-lists HTTP/1.1" 200 594 0.053024 10.0.0.38 - - [2026-04-23 02:00:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.273058 10.0.0.38 - - [2026-04-23 02:00:56] "POST /fqname-to-id HTTP/1.1" 404 231 0.002421 10.0.0.38 - - [2026-04-23 02:00:56] "GET /project/44745803-5ca4-4d03-8f23-38603343c9d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.390363 10.0.0.38 - - [2026-04-23 02:00:56] "POST /access-control-lists HTTP/1.1" 200 592 0.056394 10.0.0.38 - - [2026-04-23 02:00:57] "GET / HTTP/1.1" 200 35931 0.001635 10.0.0.38 - - [2026-04-23 02:00:58] "POST /fqname-to-id HTTP/1.1" 401 292 0.000449 10.0.0.38 - - [2026-04-23 02:00:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.053042 10.0.0.38 - - [2026-04-23 02:00:58] "GET /projects?obj_uuids=44745803-5ca4-4d03-8f23-38603343c9d9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000805 10.0.0.38 - - [2026-04-23 02:00:58] "GET /project/44745803-5ca4-4d03-8f23-38603343c9d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.023110 10.0.0.38 - - [2026-04-23 02:00:58] "POST /neutron/network HTTP/1.1" 200 117 0.028858 10.0.0.38 - - [2026-04-23 02:00:58] "GET /projects?obj_uuids=44745803-5ca4-4d03-8f23-38603343c9d9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001167 10.0.0.38 - - [2026-04-23 02:00:58] "POST /neutron/network HTTP/1.1" 200 613 0.053059 10.0.0.38 - - [2026-04-23 02:00:58] "POST /route-targets HTTP/1.1" 200 327 0.008273 10.0.0.38 - - [2026-04-23 02:00:58] "POST /ref-update HTTP/1.1" 200 156 0.011333 10.0.0.38 - - [2026-04-23 02:00:59] "POST /useragent-kv HTTP/1.1" 200 115 0.003955 10.0.0.38 - - [2026-04-23 02:00:59] "POST /neutron/subnet HTTP/1.1" 200 725 0.179205 10.0.0.38 - - [2026-04-23 02:00:59] "POST /neutron/network HTTP/1.1" 200 832 0.004369 10.0.0.38 - - [2026-04-23 02:00:59] "POST /id-to-fqname HTTP/1.1" 200 223 0.000963 10.0.0.38 - - [2026-04-23 02:00:59] "GET /virtual-network/7ef7ef13-ecd5-489f-b6f5-4493e9da7798?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004368 10.0.0.38 - - [2026-04-23 02:00:59] "POST /neutron/network HTTP/1.1" 200 832 0.005852 10.0.0.38 - - [2026-04-23 02:00:59] "GET /virtual-network/7ef7ef13-ecd5-489f-b6f5-4493e9da7798?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005176 10.0.0.38 - - [2026-04-23 02:00:59] "POST /neutron/network HTTP/1.1" 200 832 0.005774 10.0.0.38 - - [2026-04-23 02:00:59] "POST /neutron/subnet HTTP/1.1" 200 725 0.007177 10.0.0.38 - - [2026-04-23 02:00:59] "GET /domains HTTP/1.1" 401 292 0.000314 10.0.0.38 - - [2026-04-23 02:00:59] "GET /domains HTTP/1.1" 200 280 0.023886 10.0.0.38 - - [2026-04-23 02:00:59] "GET /domains?obj_uuids=63294607-7558-4a2c-b899-0097ad180adc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001164 10.0.0.38 - - [2026-04-23 02:00:59] "GET /domain/63294607-7558-4a2c-b899-0097ad180adc HTTP/1.1" 200 2938 0.006814 10.0.0.38 - - [2026-04-23 02:00:59] "GET /projects?obj_uuids=44745803-5ca4-4d03-8f23-38603343c9d9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000846 10.0.0.38 - - [2026-04-23 02:00:59] "GET /project/44745803-5ca4-4d03-8f23-38603343c9d9 HTTP/1.1" 200 2080 0.063432 10.0.0.38 - - [2026-04-23 02:00:59] "GET /virtual-network/7ef7ef13-ecd5-489f-b6f5-4493e9da7798 HTTP/1.1" 200 2317 0.005383 10.0.0.38 - - [2026-04-23 02:00:59] "GET /virtual-network/7ef7ef13-ecd5-489f-b6f5-4493e9da7798 HTTP/1.1" 200 2317 0.006155 10.0.0.38 - - [2026-04-23 02:00:59] "GET /routing-instance/5164f07d-3153-4cd1-a7f6-a08fba9b038f HTTP/1.1" 200 1493 0.003583 10.0.0.38 - - [2026-04-23 02:00:59] "GET /routing-instance/5164f07d-3153-4cd1-a7f6-a08fba9b038f HTTP/1.1" 200 1493 0.002689 10.0.0.38 - - [2026-04-23 02:00:59] "GET /route-target/b3689cad-5ba5-4b23-a837-37558d4004e8 HTTP/1.1" 200 1213 0.002858 10.0.0.38 - - [2026-04-23 02:00:59] "GET /virtual-network/7ef7ef13-ecd5-489f-b6f5-4493e9da7798 HTTP/1.1" 200 2317 0.004027 10.0.0.38 - - [2026-04-23 02:00:59] "GET /routing-instance/5164f07d-3153-4cd1-a7f6-a08fba9b038f HTTP/1.1" 200 1493 0.002717 10.0.0.38 - - [2026-04-23 02:00:59] "GET /virtual-network/7ef7ef13-ecd5-489f-b6f5-4493e9da7798?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004397 10.0.0.38 - - [2026-04-23 02:00:59] "GET /virtual-network/7ef7ef13-ecd5-489f-b6f5-4493e9da7798 HTTP/1.1" 200 2317 0.004230 10.0.0.38 - - [2026-04-23 02:00:59] "GET /routing-instance/5164f07d-3153-4cd1-a7f6-a08fba9b038f HTTP/1.1" 200 1493 0.002804 10.0.0.38 - - [2026-04-23 02:00:59] "GET /routing-instance/5164f07d-3153-4cd1-a7f6-a08fba9b038f HTTP/1.1" 200 1493 0.002948 10.0.0.38 - - [2026-04-23 02:00:59] "GET /route-target/b3689cad-5ba5-4b23-a837-37558d4004e8 HTTP/1.1" 200 1213 0.002786 10.0.0.38 - - [2026-04-23 02:00:59] "GET /domains HTTP/1.1" 200 280 0.002706 10.0.0.38 - - [2026-04-23 02:00:59] "GET /domains?obj_uuids=63294607-7558-4a2c-b899-0097ad180adc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000878 10.0.0.38 - - [2026-04-23 02:00:59] "GET /domain/63294607-7558-4a2c-b899-0097ad180adc HTTP/1.1" 200 2938 0.005718 10.0.0.38 - - [2026-04-23 02:00:59] "GET /projects?obj_uuids=44745803-5ca4-4d03-8f23-38603343c9d9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000828 10.0.0.38 - - [2026-04-23 02:00:59] "GET /project/44745803-5ca4-4d03-8f23-38603343c9d9 HTTP/1.1" 200 2080 0.066345 10.0.0.38 - - [2026-04-23 02:00:59] "GET /virtual-network/7ef7ef13-ecd5-489f-b6f5-4493e9da7798 HTTP/1.1" 200 2317 0.003867 10.0.0.38 - - [2026-04-23 02:01:00] "GET /obj-perms HTTP/1.1" 200 5026 0.047398 10.0.0.38 - - [2026-04-23 02:01:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002772 10.0.0.38 - - [2026-04-23 02:01:00] "GET /projects?obj_uuids=44745803-5ca4-4d03-8f23-38603343c9d9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000792 10.0.0.38 - - [2026-04-23 02:01:00] "GET /project/44745803-5ca4-4d03-8f23-38603343c9d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.022533 10.0.0.38 - - [2026-04-23 02:01:00] "POST /neutron/network HTTP/1.1" 200 117 0.009139 10.0.0.38 - - [2026-04-23 02:01:00] "DELETE /project/447458035ca44d038f2338603343c9d9 HTTP/1.1" 404 173 0.011534 10.0.0.38 - - [2026-04-23 02:01:00] "DELETE /project/9e20122105df4dd9a2ee81190460176d HTTP/1.1" 404 173 0.007164 10.0.0.38 - - [2026-04-23 02:01:00] "GET /projects?obj_uuids=44745803-5ca4-4d03-8f23-38603343c9d9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000820 10.0.0.38 - - [2026-04-23 02:01:00] "GET /projects?obj_uuids=eb96b825-694a-408c-b3a8-178d2eb58b35&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000715 10.0.0.38 - - [2026-04-23 02:01:00] "GET /projects?obj_uuids=9e201221-05df-4dd9-a2ee-81190460176d&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000720 10.0.0.38 - - [2026-04-23 02:01:00] "GET /project/9e201221-05df-4dd9-a2ee-81190460176d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1441 0.036822 10.0.0.38 - - [2026-04-23 02:01:00] "GET /project/eb96b825-694a-408c-b3a8-178d2eb58b35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1477 0.042381 10.0.0.38 - - [2026-04-23 02:01:00] "GET /projects?obj_uuids=eb96b825-694a-408c-b3a8-178d2eb58b35&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001380 10.0.0.38 - - [2026-04-23 02:01:00] "GET /projects?obj_uuids=9e201221-05df-4dd9-a2ee-81190460176d&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001210 10.0.0.38 - - [2026-04-23 02:01:00] "GET /project/9e201221-05df-4dd9-a2ee-81190460176d?fields=security_groups HTTP/1.1" 200 1343 0.041749 10.0.0.38 - - [2026-04-23 02:01:00] "GET /project/eb96b825-694a-408c-b3a8-178d2eb58b35?fields=security_groups HTTP/1.1" 200 1370 0.045170 10.0.0.38 - - [2026-04-23 02:01:00] "POST /neutron/network HTTP/1.1" 200 613 0.128926 10.0.0.38 - - [2026-04-23 02:01:00] "POST /route-targets HTTP/1.1" 200 327 0.016826 10.0.0.38 - - [2026-04-23 02:01:00] "POST /ref-update HTTP/1.1" 200 156 0.028544 10.0.0.38 - - [2026-04-23 02:01:00] "DELETE /security-group/84b367ba-7a53-4fbe-a758-1352653f152f HTTP/1.1" 200 115 0.059866 10.0.0.38 - - [2026-04-23 02:01:00] "GET /projects?obj_uuids=9e201221-05df-4dd9-a2ee-81190460176d&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001007 10.0.0.38 - - [2026-04-23 02:01:00] "DELETE /security-group/8069b43f-519e-43bd-aaa9-7c34992b51f4 HTTP/1.1" 200 115 0.060760 10.0.0.38 - - [2026-04-23 02:01:00] "GET /projects?obj_uuids=eb96b825-694a-408c-b3a8-178d2eb58b35&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000844 10.0.0.38 - - [2026-04-23 02:01:00] "GET /project/9e201221-05df-4dd9-a2ee-81190460176d?fields=application_policy_sets HTTP/1.1" 200 1382 0.026040 10.0.0.38 - - [2026-04-23 02:01:00] "GET /project/eb96b825-694a-408c-b3a8-178d2eb58b35?fields=application_policy_sets HTTP/1.1" 200 1409 0.066430 10.0.0.38 - - [2026-04-23 02:01:00] "DELETE /project/9e201221-05df-4dd9-a2ee-81190460176d HTTP/1.1" 200 115 0.335198 10.0.0.38 - - [2026-04-23 02:01:00] "POST /useragent-kv HTTP/1.1" 200 115 0.005747 10.0.0.38 - - [2026-04-23 02:01:00] "POST /neutron/subnet HTTP/1.1" 200 730 0.226221 10.0.0.38 - - [2026-04-23 02:01:00] "POST /neutron/network HTTP/1.1" 200 833 0.003858 10.0.0.38 - - [2026-04-23 02:01:00] "POST /id-to-fqname HTTP/1.1" 200 223 0.001035 10.0.0.38 - - [2026-04-23 02:01:00] "DELETE /project/eb96b825-694a-408c-b3a8-178d2eb58b35 HTTP/1.1" 200 115 0.405715 10.0.0.38 - - [2026-04-23 02:01:00] "GET /virtual-network/37d7c755-d487-49e7-a212-4e1bbd640b56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005543 10.0.0.38 - - [2026-04-23 02:01:00] "POST /neutron/network HTTP/1.1" 200 833 0.004459 10.0.0.38 - - [2026-04-23 02:01:00] "GET /virtual-network/37d7c755-d487-49e7-a212-4e1bbd640b56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.003978 10.0.0.38 - - [2026-04-23 02:01:00] "POST /neutron/network HTTP/1.1" 200 833 0.005017 10.0.0.38 - - [2026-04-23 02:01:00] "POST /neutron/subnet HTTP/1.1" 200 730 0.006587 10.0.0.38 - - [2026-04-23 02:01:00] "GET /domains HTTP/1.1" 200 280 0.001938 10.0.0.38 - - [2026-04-23 02:01:00] "GET /domains?obj_uuids=63294607-7558-4a2c-b899-0097ad180adc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000840 10.0.0.38 - - [2026-04-23 02:01:00] "GET /domain/63294607-7558-4a2c-b899-0097ad180adc HTTP/1.1" 200 2571 0.006426 10.0.0.38 - - [2026-04-23 02:01:00] "GET /projects?obj_uuids=44745803-5ca4-4d03-8f23-38603343c9d9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000759 10.0.0.38 - - [2026-04-23 02:01:00] "GET /project/44745803-5ca4-4d03-8f23-38603343c9d9 HTTP/1.1" 200 2298 0.065456 10.0.0.38 - - [2026-04-23 02:01:00] "GET /virtual-network/37d7c755-d487-49e7-a212-4e1bbd640b56 HTTP/1.1" 200 2321 0.004721 10.0.0.38 - - [2026-04-23 02:01:00] "GET /virtual-network/37d7c755-d487-49e7-a212-4e1bbd640b56 HTTP/1.1" 200 2321 0.004095 10.0.0.38 - - [2026-04-23 02:01:00] "GET /routing-instance/45aed9c9-c4aa-4130-bb4e-27676800d5c1 HTTP/1.1" 200 1493 0.003107 10.0.0.38 - - [2026-04-23 02:01:00] "GET /routing-instance/45aed9c9-c4aa-4130-bb4e-27676800d5c1 HTTP/1.1" 200 1493 0.002340 10.0.0.38 - - [2026-04-23 02:01:00] "GET /route-target/14100ee8-9189-40f7-b5be-6f77e589b711 HTTP/1.1" 200 1212 0.002165 10.0.0.38 - - [2026-04-23 02:01:00] "GET /virtual-network/37d7c755-d487-49e7-a212-4e1bbd640b56 HTTP/1.1" 200 2321 0.003954 10.0.0.38 - - [2026-04-23 02:01:00] "GET /routing-instance/45aed9c9-c4aa-4130-bb4e-27676800d5c1 HTTP/1.1" 200 1493 0.002255 10.0.0.38 - - [2026-04-23 02:01:00] "GET /virtual-network/37d7c755-d487-49e7-a212-4e1bbd640b56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.003750 10.0.0.38 - - [2026-04-23 02:01:00] "GET /virtual-network/37d7c755-d487-49e7-a212-4e1bbd640b56 HTTP/1.1" 200 2321 0.003685 10.0.0.38 - - [2026-04-23 02:01:00] "GET /routing-instance/45aed9c9-c4aa-4130-bb4e-27676800d5c1 HTTP/1.1" 200 1493 0.002294 10.0.0.38 - - [2026-04-23 02:01:00] "GET /routing-instance/45aed9c9-c4aa-4130-bb4e-27676800d5c1 HTTP/1.1" 200 1493 0.002495 10.0.0.38 - - [2026-04-23 02:01:00] "GET /route-target/14100ee8-9189-40f7-b5be-6f77e589b711 HTTP/1.1" 200 1212 0.001962 10.0.0.38 - - [2026-04-23 02:01:00] "GET /domains HTTP/1.1" 200 280 0.002615 10.0.0.38 - - [2026-04-23 02:01:00] "GET /domains?obj_uuids=63294607-7558-4a2c-b899-0097ad180adc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000847 10.0.0.38 - - [2026-04-23 02:01:00] "GET /domain/63294607-7558-4a2c-b899-0097ad180adc HTTP/1.1" 200 2571 0.005572 10.0.0.38 - - [2026-04-23 02:01:01] "GET /projects?obj_uuids=44745803-5ca4-4d03-8f23-38603343c9d9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000781 10.0.0.38 - - [2026-04-23 02:01:01] "DELETE /access-control-list/12913501-335e-49ee-93a7-985499717ac7 HTTP/1.1" 200 115 0.027297 10.0.0.38 - - [2026-04-23 02:01:01] "GET /project/44745803-5ca4-4d03-8f23-38603343c9d9 HTTP/1.1" 200 2298 0.072173 10.0.0.38 - - [2026-04-23 02:01:01] "DELETE /access-control-list/5f6ccf43-ead2-4627-b2ab-b950dabea7c5 HTTP/1.1" 200 115 0.031151 10.0.0.38 - - [2026-04-23 02:01:01] "GET /virtual-network/37d7c755-d487-49e7-a212-4e1bbd640b56 HTTP/1.1" 200 2321 0.005104 10.0.0.38 - - [2026-04-23 02:01:01] "GET /obj-perms HTTP/1.1" 200 5026 0.002160 10.0.0.38 - - [2026-04-23 02:01:01] "DELETE /access-control-list/6d99d95c-6f3e-4c59-a401-3de4d8d7ba13 HTTP/1.1" 200 115 0.019215 10.0.0.38 - - [2026-04-23 02:01:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003026 10.0.0.38 - - [2026-04-23 02:01:01] "GET /projects?obj_uuids=44745803-5ca4-4d03-8f23-38603343c9d9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000813 10.0.0.38 - - [2026-04-23 02:01:01] "DELETE /access-control-list/f81f789b-21ea-4f8e-9368-24d509445001 HTTP/1.1" 200 115 0.024668 10.0.0.38 - - [2026-04-23 02:01:01] "GET /project/44745803-5ca4-4d03-8f23-38603343c9d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.025384 10.0.0.38 - - [2026-04-23 02:01:01] "POST /neutron/network HTTP/1.1" 200 117 0.009491 10.0.0.38 - - [2026-04-23 02:01:01] "GET /projects?obj_uuids=44745803-5ca4-4d03-8f23-38603343c9d9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000850 10.0.0.38 - - [2026-04-23 02:01:01] "POST /neutron/network HTTP/1.1" 200 615 0.053578 10.0.0.38 - - [2026-04-23 02:01:01] "POST /ref-update HTTP/1.1" 200 156 0.010255 10.0.0.38 - - [2026-04-23 02:01:01] "POST /useragent-kv HTTP/1.1" 200 115 0.002728 10.0.0.38 - - [2026-04-23 02:01:01] "POST /neutron/subnet HTTP/1.1" 200 715 0.149951 10.0.0.38 - - [2026-04-23 02:01:01] "POST /neutron/network HTTP/1.1" 200 832 0.005754 10.0.0.38 - - [2026-04-23 02:01:01] "POST /id-to-fqname HTTP/1.1" 200 224 0.001113 10.0.0.38 - - [2026-04-23 02:01:01] "GET /virtual-network/dcf6d06e-d734-4d93-ab32-faf03d7517fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004258 10.0.0.38 - - [2026-04-23 02:01:01] "POST /neutron/network HTTP/1.1" 200 832 0.005060 10.0.0.38 - - [2026-04-23 02:01:01] "GET /virtual-network/dcf6d06e-d734-4d93-ab32-faf03d7517fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004434 10.0.0.38 - - [2026-04-23 02:01:01] "POST /neutron/network HTTP/1.1" 200 832 0.004789 10.0.0.38 - - [2026-04-23 02:01:01] "POST /neutron/subnet HTTP/1.1" 200 715 0.005850 10.0.0.38 - - [2026-04-23 02:01:01] "GET /domains HTTP/1.1" 200 280 0.001940 10.0.0.38 - - [2026-04-23 02:01:01] "GET /domains?obj_uuids=63294607-7558-4a2c-b899-0097ad180adc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001381 10.0.0.38 - - [2026-04-23 02:01:01] "GET /domain/63294607-7558-4a2c-b899-0097ad180adc HTTP/1.1" 200 2571 0.007980 10.0.0.38 - - [2026-04-23 02:01:01] "GET /projects?obj_uuids=44745803-5ca4-4d03-8f23-38603343c9d9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001058 10.0.0.38 - - [2026-04-23 02:01:01] "GET /project/44745803-5ca4-4d03-8f23-38603343c9d9 HTTP/1.1" 200 2517 0.062224 10.0.0.38 - - [2026-04-23 02:01:01] "GET /virtual-network/dcf6d06e-d734-4d93-ab32-faf03d7517fb HTTP/1.1" 200 2318 0.005915 10.0.0.38 - - [2026-04-23 02:01:01] "GET /virtual-network/dcf6d06e-d734-4d93-ab32-faf03d7517fb HTTP/1.1" 200 2318 0.004356 10.0.0.38 - - [2026-04-23 02:01:01] "GET /routing-instance/b01c3ad4-e4a6-4af4-8826-7474789b835e HTTP/1.1" 200 1497 0.003052 10.0.0.38 - - [2026-04-23 02:01:01] "GET /routing-instance/b01c3ad4-e4a6-4af4-8826-7474789b835e HTTP/1.1" 200 1497 0.003221 10.0.0.38 - - [2026-04-23 02:01:01] "GET /route-target/35b4272b-47ae-42b5-86e7-a2f1630b09af HTTP/1.1" 200 1213 0.002881 10.0.0.38 - - [2026-04-23 02:01:01] "GET /virtual-network/dcf6d06e-d734-4d93-ab32-faf03d7517fb HTTP/1.1" 200 2318 0.004431 10.0.0.38 - - [2026-04-23 02:01:01] "GET /routing-instance/b01c3ad4-e4a6-4af4-8826-7474789b835e HTTP/1.1" 200 1497 0.002789 10.0.0.38 - - [2026-04-23 02:01:01] "GET /virtual-network/dcf6d06e-d734-4d93-ab32-faf03d7517fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004303 10.0.0.38 - - [2026-04-23 02:01:01] "GET /virtual-network/dcf6d06e-d734-4d93-ab32-faf03d7517fb HTTP/1.1" 200 2318 0.005503 10.0.0.38 - - [2026-04-23 02:01:01] "GET /routing-instance/b01c3ad4-e4a6-4af4-8826-7474789b835e HTTP/1.1" 200 1497 0.003097 10.0.0.38 - - [2026-04-23 02:01:01] "GET /routing-instance/b01c3ad4-e4a6-4af4-8826-7474789b835e HTTP/1.1" 200 1497 0.002854 10.0.0.38 - - [2026-04-23 02:01:01] "GET /route-target/35b4272b-47ae-42b5-86e7-a2f1630b09af HTTP/1.1" 200 1213 0.002640 10.0.0.38 - - [2026-04-23 02:01:01] "GET /domains HTTP/1.1" 200 280 0.002326 10.0.0.38 - - [2026-04-23 02:01:01] "GET /domains?obj_uuids=63294607-7558-4a2c-b899-0097ad180adc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001261 10.0.0.38 - - [2026-04-23 02:01:01] "GET /domain/63294607-7558-4a2c-b899-0097ad180adc HTTP/1.1" 200 2571 0.007198 10.0.0.38 - - [2026-04-23 02:01:01] "GET /projects?obj_uuids=44745803-5ca4-4d03-8f23-38603343c9d9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001046 10.0.0.38 - - [2026-04-23 02:01:01] "GET /project/44745803-5ca4-4d03-8f23-38603343c9d9 HTTP/1.1" 200 2517 0.061102 10.0.0.38 - - [2026-04-23 02:01:01] "GET /virtual-network/dcf6d06e-d734-4d93-ab32-faf03d7517fb HTTP/1.1" 200 2318 0.004156 10.0.0.38 - - [2026-04-23 02:01:01] "GET /obj-perms HTTP/1.1" 200 5026 0.002359 10.0.0.38 - - [2026-04-23 02:01:01] "POST /id-to-fqname HTTP/1.1" 200 223 0.001254 10.0.0.38 - - [2026-04-23 02:01:02] "POST /neutron/network HTTP/1.1" 200 843 0.004575 10.0.0.38 - - [2026-04-23 02:01:02] "GET /aaa-mode HTTP/1.1" 401 292 0.000423 10.0.0.38 - - [2026-04-23 02:01:02] "GET / HTTP/1.1" 200 35931 0.002750 10.0.0.38 - - [2026-04-23 02:01:02] "GET /project/44745803-5ca4-4d03-8f23-38603343c9d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000340 10.0.0.38 - - [2026-04-23 02:01:02] "GET /projects?obj_uuids=44745803-5ca4-4d03-8f23-38603343c9d9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000903 10.0.0.38 - - [2026-04-23 02:01:02] "GET /project/44745803-5ca4-4d03-8f23-38603343c9d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.044848 10.0.0.38 - - [2026-04-23 02:01:02] "POST /neutron/network HTTP/1.1" 200 833 0.004485 10.0.0.38 - - [2026-04-23 02:01:02] "POST /neutron/port HTTP/1.1" 200 117 0.004238 10.0.0.38 - - [2026-04-23 02:01:02] "POST /neutron/port HTTP/1.1" 200 117 0.004323 10.0.0.38 - - [2026-04-23 02:01:02] "POST /id-to-fqname HTTP/1.1" 200 224 0.001104 10.0.0.38 - - [2026-04-23 02:01:02] "POST /neutron/port HTTP/1.1" 200 117 0.004529 10.0.0.38 - - [2026-04-23 02:01:03] "POST /neutron/network HTTP/1.1" 200 842 0.004674 10.0.0.38 - - [2026-04-23 02:01:03] "GET /aaa-mode HTTP/1.1" 401 292 0.000359 10.0.0.38 - - [2026-04-23 02:01:03] "POST /neutron/network HTTP/1.1" 200 843 0.004567 10.0.0.38 - - [2026-04-23 02:01:03] "GET /projects?obj_uuids=44745803-5ca4-4d03-8f23-38603343c9d9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001464 10.0.0.38 - - [2026-04-23 02:01:03] "GET / HTTP/1.1" 200 35931 0.001766 10.0.0.38 - - [2026-04-23 02:01:03] "GET /project/44745803-5ca4-4d03-8f23-38603343c9d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000456 10.0.0.38 - - [2026-04-23 02:01:03] "POST /neutron/port HTTP/1.1" 200 1059 0.190242 10.0.0.38 - - [2026-04-23 02:01:03] "POST /neutron/port HTTP/1.1" 200 1059 0.010425 10.0.0.38 - - [2026-04-23 02:01:03] "POST /neutron/port HTTP/1.1" 200 1059 0.011731 10.0.0.38 - - [2026-04-23 02:01:03] "POST /neutron/port HTTP/1.1" 200 1113 0.061275 10.0.0.38 - - [2026-04-23 02:01:03] "POST /neutron/port HTTP/1.1" 200 1123 0.014316 10.0.0.38 - - [2026-04-23 02:01:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003160 10.0.0.38 - - [2026-04-23 02:01:03] "POST /neutron/subnet HTTP/1.1" 200 704 0.005578 10.0.0.38 - - [2026-04-23 02:01:03] "POST /neutron/port HTTP/1.1" 200 117 0.001094 10.0.0.38 - - [2026-04-23 02:01:03] "POST /neutron/network HTTP/1.1" 200 833 0.005441 10.0.0.38 - - [2026-04-23 02:01:03] "GET /projects?obj_uuids=44745803-5ca4-4d03-8f23-38603343c9d9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000930 10.0.0.38 - - [2026-04-23 02:01:03] "GET /project/44745803-5ca4-4d03-8f23-38603343c9d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.058717 10.0.0.38 - - [2026-04-23 02:01:03] "POST /neutron/network HTTP/1.1" 200 832 0.007712 10.0.0.38 - - [2026-04-23 02:01:03] "POST /neutron/port HTTP/1.1" 200 1123 0.020951 10.0.0.38 - - [2026-04-23 02:01:04] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005420 10.0.0.38 - - [2026-04-23 02:01:04] "POST /neutron/port HTTP/1.1" 200 117 0.004305 10.0.0.38 - - [2026-04-23 02:01:04] "POST /fqname-to-id HTTP/1.1" 404 193 0.003112 10.0.0.38 - - [2026-04-23 02:01:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003012 10.0.0.38 - - [2026-04-23 02:01:04] "GET /domains?obj_uuids=63294607-7558-4a2c-b899-0097ad180adc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000933 10.0.0.38 - - [2026-04-23 02:01:04] "GET /domain/63294607-7558-4a2c-b899-0097ad180adc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.006068 10.0.0.38 - - [2026-04-23 02:01:04] "POST /service-templates HTTP/1.1" 200 543 0.020465 10.0.0.38 - - [2026-04-23 02:01:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002505 10.0.0.38 - - [2026-04-23 02:01:04] "GET /service-template/eac0f490-1cea-496d-9c15-a086f90d2c61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.006144 10.0.0.38 - - [2026-04-23 02:01:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002502 10.0.0.38 - - [2026-04-23 02:01:04] "GET /service-template/eac0f490-1cea-496d-9c15-a086f90d2c61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.003248 10.0.0.38 - - [2026-04-23 02:01:04] "POST /neutron/network HTTP/1.1" 200 842 0.007204 10.0.0.38 - - [2026-04-23 02:01:04] "GET /projects?obj_uuids=44745803-5ca4-4d03-8f23-38603343c9d9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000976 10.0.0.38 - - [2026-04-23 02:01:04] "POST /id-to-fqname HTTP/1.1" 200 223 0.001041 10.0.0.38 - - [2026-04-23 02:01:04] "POST /id-to-fqname HTTP/1.1" 200 223 0.001220 10.0.0.38 - - [2026-04-23 02:01:04] "POST /id-to-fqname HTTP/1.1" 200 224 0.001921 10.0.0.38 - - [2026-04-23 02:01:04] "POST /neutron/port HTTP/1.1" 200 1056 0.234667 10.0.0.38 - - [2026-04-23 02:01:04] "POST /neutron/port HTTP/1.1" 200 1056 0.014441 10.0.0.38 - - [2026-04-23 02:01:04] "POST /neutron/port HTTP/1.1" 200 1056 0.014271 10.0.0.38 - - [2026-04-23 02:01:04] "POST /neutron/port HTTP/1.1" 200 2037 0.022587 10.0.0.38 - - [2026-04-23 02:01:04] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007280 10.0.0.38 - - [2026-04-23 02:01:04] "POST /neutron/port HTTP/1.1" 200 1110 0.082661 10.0.0.38 - - [2026-04-23 02:01:04] "POST /neutron/port HTTP/1.1" 200 1120 0.010490 10.0.0.38 - - [2026-04-23 02:01:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002852 10.0.0.38 - - [2026-04-23 02:01:04] "POST /neutron/subnet HTTP/1.1" 200 689 0.006908 10.0.0.38 - - [2026-04-23 02:01:04] "POST /neutron/port HTTP/1.1" 200 117 0.001328 10.0.0.38 - - [2026-04-23 02:01:04] "POST /neutron/network HTTP/1.1" 200 832 0.004508 10.0.0.38 - - [2026-04-23 02:01:05] "POST /neutron/network HTTP/1.1" 200 2222 0.019625 10.0.0.38 - - [2026-04-23 02:01:05] "GET /aaa-mode HTTP/1.1" 401 292 0.000356 10.0.0.38 - - [2026-04-23 02:01:05] "GET / HTTP/1.1" 200 35931 0.001356 10.0.0.38 - - [2026-04-23 02:01:05] "GET /project/44745803-5ca4-4d03-8f23-38603343c9d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000315 10.0.0.38 - - [2026-04-23 02:01:06] "GET /projects?obj_uuids=44745803-5ca4-4d03-8f23-38603343c9d9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001416 10.0.0.38 - - [2026-04-23 02:01:06] "GET /project/44745803-5ca4-4d03-8f23-38603343c9d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.246161 10.0.0.38 - - [2026-04-23 02:01:06] "GET /obj-perms HTTP/1.1" 200 5056 0.073342 10.0.0.38 - - [2026-04-23 02:01:06] "POST /neutron/network HTTP/1.1" 200 832 0.004881 10.0.0.38 - - [2026-04-23 02:01:06] "POST /neutron/network HTTP/1.1" 200 833 0.004090 10.0.0.38 - - [2026-04-23 02:01:06] "POST /neutron/network HTTP/1.1" 200 832 0.003928 10.0.0.38 - - [2026-04-23 02:01:06] "POST /neutron/port HTTP/1.1" 200 2091 0.025773 10.0.0.38 - - [2026-04-23 02:01:06] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004790 10.0.0.38 - - [2026-04-23 02:01:06] "POST /neutron/port HTTP/1.1" 200 117 0.003768 10.0.0.38 - - [2026-04-23 02:01:06] "POST /neutron/port HTTP/1.1" 200 117 0.004191 10.0.0.38 - - [2026-04-23 02:01:06] "GET /obj-perms HTTP/1.1" 200 5056 0.047673 10.0.0.38 - - [2026-04-23 02:01:06] "POST /neutron/network HTTP/1.1" 200 2222 0.009387 10.0.0.38 - - [2026-04-23 02:01:06] "GET /projects?obj_uuids=44745803-5ca4-4d03-8f23-38603343c9d9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000879 10.0.0.38 - - [2026-04-23 02:01:07] "POST /neutron/port HTTP/1.1" 200 1058 0.205348 10.0.0.38 - - [2026-04-23 02:01:07] "GET /projects?obj_uuids=44745803-5ca4-4d03-8f23-38603343c9d9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000873 10.0.0.38 - - [2026-04-23 02:01:07] "POST /neutron/port HTTP/1.1" 200 1059 0.159403 10.0.0.38 - - [2026-04-23 02:01:07] "GET /projects?obj_uuids=44745803-5ca4-4d03-8f23-38603343c9d9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001537 10.0.0.38 - - [2026-04-23 02:01:07] "POST /neutron/port HTTP/1.1" 200 1056 0.197634 10.0.0.38 - - [2026-04-23 02:01:07] "POST /neutron/port HTTP/1.1" 200 1058 0.013097 10.0.0.38 - - [2026-04-23 02:01:07] "POST /neutron/port HTTP/1.1" 200 1058 0.013523 10.0.0.38 - - [2026-04-23 02:01:07] "POST /neutron/port HTTP/1.1" 200 1112 0.061242 10.0.0.38 - - [2026-04-23 02:01:07] "POST /neutron/port HTTP/1.1" 200 1059 0.008282 10.0.0.38 - - [2026-04-23 02:01:07] "POST /neutron/port HTTP/1.1" 200 1059 0.010465 10.0.0.38 - - [2026-04-23 02:01:07] "POST /neutron/port HTTP/1.1" 200 1113 0.078239 10.0.0.38 - - [2026-04-23 02:01:07] "POST /neutron/port HTTP/1.1" 200 1056 0.010550 10.0.0.38 - - [2026-04-23 02:01:07] "POST /neutron/port HTTP/1.1" 200 1056 0.011470 10.0.0.38 - - [2026-04-23 02:01:07] "POST /neutron/port HTTP/1.1" 200 1110 0.062069 10.0.0.38 - - [2026-04-23 02:01:08] "POST /neutron/port HTTP/1.1" 200 3060 0.024456 10.0.0.38 - - [2026-04-23 02:01:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005595 10.0.0.38 - - [2026-04-23 02:01:08] "POST /neutron/subnet HTTP/1.1" 200 699 0.006645 10.0.0.38 - - [2026-04-23 02:01:08] "POST /neutron/port HTTP/1.1" 200 117 0.001076 10.0.0.38 - - [2026-04-23 02:01:08] "POST /neutron/network HTTP/1.1" 200 832 0.030669 10.0.0.38 - - [2026-04-23 02:01:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005474 10.0.0.38 - - [2026-04-23 02:01:08] "POST /neutron/subnet HTTP/1.1" 200 704 0.012195 10.0.0.38 - - [2026-04-23 02:01:08] "POST /neutron/port HTTP/1.1" 200 117 0.000970 10.0.0.38 - - [2026-04-23 02:01:08] "POST /neutron/network HTTP/1.1" 200 833 0.004764 10.0.0.38 - - [2026-04-23 02:01:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002466 10.0.0.38 - - [2026-04-23 02:01:08] "POST /neutron/subnet HTTP/1.1" 200 689 0.005550 10.0.0.38 - - [2026-04-23 02:01:08] "POST /neutron/port HTTP/1.1" 200 117 0.000984 10.0.0.38 - - [2026-04-23 02:01:08] "POST /neutron/network HTTP/1.1" 200 832 0.004320 10.0.0.38 - - [2026-04-23 02:01:11] "POST /neutron/port HTTP/1.1" 200 3060 0.016703 10.0.0.38 - - [2026-04-23 02:01:11] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004623 10.0.0.38 - - [2026-04-23 02:01:11] "POST /neutron/port HTTP/1.1" 200 3060 0.014784 10.0.0.38 - - [2026-04-23 02:01:11] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004629 10.0.0.38 - - [2026-04-23 02:01:11] "POST /neutron/port HTTP/1.1" 200 3060 0.018234 10.0.0.38 - - [2026-04-23 02:01:11] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004807 10.0.0.38 - - [2026-04-23 02:01:11] "POST /neutron/port HTTP/1.1" 200 3060 0.034246 10.0.0.38 - - [2026-04-23 02:01:11] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004821 10.0.0.38 - - [2026-04-23 02:01:12] "POST /neutron/port HTTP/1.1" 200 3060 0.016971 10.0.0.38 - - [2026-04-23 02:01:12] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007197 10.0.0.38 - - [2026-04-23 02:01:12] "GET /virtual-machine/2610d284-2907-4733-905f-f50f037e3af5 HTTP/1.1" 200 1802 0.003696 10.0.0.38 - - [2026-04-23 02:01:12] "GET /virtual-machine-interface/1a877f16-6910-4fc0-8d97-750529256494 HTTP/1.1" 200 2948 0.003876 10.0.0.38 - - [2026-04-23 02:01:12] "GET /virtual-machine-interface/6ceb9b95-04b6-49b6-ac13-eb480aa8de15 HTTP/1.1" 200 2945 0.003993 10.0.0.38 - - [2026-04-23 02:01:12] "GET /virtual-machine-interface/c81c1d26-c90e-4a6a-adb7-9551ff8f518b HTTP/1.1" 200 2946 0.003961 10.0.0.38 - - [2026-04-23 02:01:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002385 10.0.0.38 - - [2026-04-23 02:01:12] "GET /global-vrouter-config/e2229f30-3bb6-4b1e-8c28-43277104b447?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002886 10.0.0.38 - - [2026-04-23 02:01:12] "GET /virtual-networks?parent_id=44745803-5ca4-4d03-8f23-38603343c9d9&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003226 10.0.0.38 - - [2026-04-23 02:01:12] "POST /neutron/port HTTP/1.1" 200 1123 0.010686 10.0.0.38 - - [2026-04-23 02:01:12] "GET /virtual-network/7ef7ef13-ecd5-489f-b6f5-4493e9da7798?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.003775 10.0.0.38 - - [2026-04-23 02:01:12] "POST /neutron/security_group HTTP/1.1" 200 2056 0.003985 10.0.0.38 - - [2026-04-23 02:01:13] "POST /neutron/port HTTP/1.1" 200 1120 0.016887 10.0.0.38 - - [2026-04-23 02:01:13] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004344 10.0.0.38 - - [2026-04-23 02:01:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002590 10.0.0.38 - - [2026-04-23 02:01:15] "GET /virtual-network/7ef7ef13-ecd5-489f-b6f5-4493e9da7798?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004904 10.0.0.38 - - [2026-04-23 02:01:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002600 10.0.0.38 - - [2026-04-23 02:01:19] "GET /virtual-network/7ef7ef13-ecd5-489f-b6f5-4493e9da7798?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004337 10.0.0.38 - - [2026-04-23 02:01:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002805 10.0.0.38 - - [2026-04-23 02:01:23] "GET /virtual-network/7ef7ef13-ecd5-489f-b6f5-4493e9da7798?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004705 10.0.0.38 - - [2026-04-23 02:01:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002433 10.0.0.38 - - [2026-04-23 02:01:27] "GET /global-vrouter-config/e2229f30-3bb6-4b1e-8c28-43277104b447?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002440 10.0.0.38 - - [2026-04-23 02:01:27] "GET /virtual-networks?parent_id=44745803-5ca4-4d03-8f23-38603343c9d9&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002653 10.0.0.38 - - [2026-04-23 02:01:27] "GET /virtual-network/7ef7ef13-ecd5-489f-b6f5-4493e9da7798?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004753 10.0.0.38 - - [2026-04-23 02:01:28] "POST /neutron/port HTTP/1.1" 200 3060 0.017821 10.0.0.38 - - [2026-04-23 02:01:28] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005855 10.0.0.38 - - [2026-04-23 02:01:33] "POST /neutron/port HTTP/1.1" 200 3060 0.017373 10.0.0.38 - - [2026-04-23 02:01:33] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005011 10.0.0.38 - - [2026-04-23 02:01:38] "POST /neutron/port HTTP/1.1" 200 3060 0.018394 10.0.0.38 - - [2026-04-23 02:01:38] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005791 10.0.0.38 - - [2026-04-23 02:01:38] "POST /neutron/port HTTP/1.1" 200 3060 0.035010 10.0.0.38 - - [2026-04-23 02:01:38] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004948 10.0.0.38 - - [2026-04-23 02:01:43] "POST /neutron/port HTTP/1.1" 200 3060 0.016195 10.0.0.38 - - [2026-04-23 02:01:43] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005457 10.0.0.38 - - [2026-04-23 02:01:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002476 10.0.0.38 - - [2026-04-23 02:01:48] "GET /global-vrouter-config/e2229f30-3bb6-4b1e-8c28-43277104b447?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003278 10.0.0.38 - - [2026-04-23 02:01:48] "GET /virtual-networks?parent_id=44745803-5ca4-4d03-8f23-38603343c9d9&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003299 10.0.0.38 - - [2026-04-23 02:01:48] "GET /virtual-network/37d7c755-d487-49e7-a212-4e1bbd640b56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005271 10.0.0.38 - - [2026-04-23 02:01:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003169 10.0.0.38 - - [2026-04-23 02:01:48] "GET /global-vrouter-config/e2229f30-3bb6-4b1e-8c28-43277104b447?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002529 10.0.0.38 - - [2026-04-23 02:01:49] "GET /virtual-networks?parent_id=44745803-5ca4-4d03-8f23-38603343c9d9&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002492 10.0.0.38 - - [2026-04-23 02:01:49] "GET /virtual-network/dcf6d06e-d734-4d93-ab32-faf03d7517fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004381 10.0.0.38 - - [2026-04-23 02:01:49] "POST /fqname-to-id HTTP/1.1" 404 207 0.002367 10.0.0.38 - - [2026-04-23 02:01:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002244 10.0.0.38 - - [2026-04-23 02:01:49] "GET /projects?obj_uuids=44745803-5ca4-4d03-8f23-38603343c9d9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000910 10.0.0.38 - - [2026-04-23 02:01:49] "GET /project/44745803-5ca4-4d03-8f23-38603343c9d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.022873 10.0.0.38 - - [2026-04-23 02:01:49] "POST /service-instances HTTP/1.1" 200 543 0.060239 10.0.0.38 - - [2026-04-23 02:01:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002403 10.0.0.38 - - [2026-04-23 02:01:49] "GET /service-instance/5293f8eb-3b15-48bf-aa0a-c99ce0bdcb64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2134 0.005746 10.0.0.38 - - [2026-04-23 02:01:49] "POST /port-tuples HTTP/1.1" 200 586 0.019708 10.0.0.38 - - [2026-04-23 02:01:49] "GET /virtual-machine-interface/6ceb9b95-04b6-49b6-ac13-eb480aa8de15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2724 0.005056 10.0.0.38 - - [2026-04-23 02:01:49] "PUT /virtual-machine-interface/6ceb9b95-04b6-49b6-ac13-eb480aa8de15 HTTP/1.1" 200 284 0.009502 10.0.0.38 - - [2026-04-23 02:01:49] "POST /ref-update HTTP/1.1" 200 156 0.007968 10.0.0.38 - - [2026-04-23 02:01:49] "POST /instance-ips HTTP/1.1" 200 385 0.020458 10.0.0.38 - - [2026-04-23 02:01:49] "POST /ref-update HTTP/1.1" 200 156 0.007686 10.0.0.38 - - [2026-04-23 02:01:49] "GET /virtual-machine-interface/c81c1d26-c90e-4a6a-adb7-9551ff8f518b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2725 0.003996 10.0.0.38 - - [2026-04-23 02:01:49] "POST /ref-update HTTP/1.1" 200 156 0.007483 10.0.0.38 - - [2026-04-23 02:01:49] "PUT /virtual-machine-interface/c81c1d26-c90e-4a6a-adb7-9551ff8f518b HTTP/1.1" 200 284 0.009284 10.0.0.38 - - [2026-04-23 02:01:49] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002304 10.0.0.38 - - [2026-04-23 02:01:49] "POST /ref-update HTTP/1.1" 200 156 0.007660 10.0.0.38 - - [2026-04-23 02:01:49] "POST /instance-ips HTTP/1.1" 200 385 0.019618 10.0.0.38 - - [2026-04-23 02:01:49] "GET /virtual-machine-interface/1a877f16-6910-4fc0-8d97-750529256494?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2727 0.004583 10.0.0.38 - - [2026-04-23 02:01:50] "POST /ref-update HTTP/1.1" 200 156 0.008470 10.0.0.38 - - [2026-04-23 02:01:50] "PUT /virtual-machine-interface/1a877f16-6910-4fc0-8d97-750529256494 HTTP/1.1" 200 284 0.007626 10.0.0.38 - - [2026-04-23 02:01:50] "POST /ref-update HTTP/1.1" 200 156 0.006993 10.0.0.38 - - [2026-04-23 02:01:50] "POST /ref-update HTTP/1.1" 200 156 0.008872 10.0.0.38 - - [2026-04-23 02:01:50] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002290 10.0.0.38 - - [2026-04-23 02:01:50] "POST /neutron/port HTTP/1.1" 200 1123 0.012801 10.0.0.38 - - [2026-04-23 02:01:50] "POST /instance-ips HTTP/1.1" 200 373 0.016489 10.0.0.38 - - [2026-04-23 02:01:50] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006889 10.0.0.38 - - [2026-04-23 02:01:50] "POST /ref-update HTTP/1.1" 200 156 0.007471 10.0.0.38 - - [2026-04-23 02:01:50] "POST /neutron/port HTTP/1.1" 200 1123 0.009571 10.0.0.38 - - [2026-04-23 02:01:50] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004277 10.0.0.38 - - [2026-04-23 02:01:50] "POST /ref-update HTTP/1.1" 200 156 0.006421 10.0.0.38 - - [2026-04-23 02:01:50] "POST /neutron/port HTTP/1.1" 200 1123 0.009906 10.0.0.38 - - [2026-04-23 02:01:50] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004643 10.0.0.38 - - [2026-04-23 02:01:50] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.001873 10.0.0.38 - - [2026-04-23 02:01:50] "GET /virtual-machine/3acac59c-23b7-4f2a-91f7-6972f6e1c54b HTTP/1.1" 200 1290 0.003470 10.0.0.38 - - [2026-04-23 02:01:50] "GET /virtual-machine-interface/41c4fcc4-5b07-440f-9912-9b0a302c67e7 HTTP/1.1" 200 2945 0.003782 10.0.0.38 - - [2026-04-23 02:01:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.001967 10.0.0.38 - - [2026-04-23 02:01:50] "GET /global-vrouter-config/e2229f30-3bb6-4b1e-8c28-43277104b447?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002306 10.0.0.38 - - [2026-04-23 02:01:50] "POST /instance-ips HTTP/1.1" 200 373 0.014919 10.0.0.38 - - [2026-04-23 02:01:50] "GET /virtual-networks?parent_id=44745803-5ca4-4d03-8f23-38603343c9d9&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002191 10.0.0.38 - - [2026-04-23 02:01:50] "POST /ref-update HTTP/1.1" 200 156 0.007183 10.0.0.38 - - [2026-04-23 02:01:50] "GET /virtual-network/37d7c755-d487-49e7-a212-4e1bbd640b56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005053 10.0.0.38 - - [2026-04-23 02:01:50] "POST /ref-update HTTP/1.1" 200 156 0.007826 10.0.0.38 - - [2026-04-23 02:01:50] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002759 10.0.0.38 - - [2026-04-23 02:01:50] "POST /instance-ips HTTP/1.1" 200 375 0.013839 10.0.0.38 - - [2026-04-23 02:01:50] "POST /ref-update HTTP/1.1" 200 156 0.007425 10.0.0.38 - - [2026-04-23 02:01:50] "POST /ref-update HTTP/1.1" 200 156 0.007050 10.0.0.38 - - [2026-04-23 02:01:50] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003378 10.0.0.38 - - [2026-04-23 02:01:50] "POST /instance-ips HTTP/1.1" 200 375 0.013932 10.0.0.38 - - [2026-04-23 02:01:50] "POST /ref-update HTTP/1.1" 200 156 0.007067 10.0.0.38 - - [2026-04-23 02:01:50] "POST /ref-update HTTP/1.1" 200 156 0.008265 10.0.0.38 - - [2026-04-23 02:01:51] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002628 10.0.0.38 - - [2026-04-23 02:01:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002572 10.0.0.38 - - [2026-04-23 02:01:51] "GET /global-vrouter-config/e2229f30-3bb6-4b1e-8c28-43277104b447?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002674 10.0.0.38 - - [2026-04-23 02:01:51] "GET /virtual-networks?parent_id=44745803-5ca4-4d03-8f23-38603343c9d9&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002846 10.0.0.38 - - [2026-04-23 02:01:51] "GET /virtual-network/37d7c755-d487-49e7-a212-4e1bbd640b56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004712 10.0.0.38 - - [2026-04-23 02:01:51] "POST /neutron/port HTTP/1.1" 200 1120 0.010306 10.0.0.38 - - [2026-04-23 02:01:51] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005215 10.0.0.38 - - [2026-04-23 02:01:52] "POST /neutron/port HTTP/1.1" 200 1120 0.011752 10.0.0.38 - - [2026-04-23 02:01:52] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004632 10.0.0.38 - - [2026-04-23 02:01:52] "POST /neutron/port HTTP/1.1" 200 1120 0.011615 10.0.0.38 - - [2026-04-23 02:01:52] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004812 10.0.0.38 - - [2026-04-23 02:01:52] "GET /virtual-machine/5b7d6ed7-728f-4aa5-9954-cdff579dc7e0 HTTP/1.1" 200 1290 0.004306 10.0.0.38 - - [2026-04-23 02:01:52] "GET /virtual-machine-interface/3823ebf4-521e-497d-aa2d-cae79835a13d HTTP/1.1" 200 2948 0.004230 10.0.0.38 - - [2026-04-23 02:01:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.001986 10.0.0.38 - - [2026-04-23 02:01:52] "GET /global-vrouter-config/e2229f30-3bb6-4b1e-8c28-43277104b447?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002184 10.0.0.38 - - [2026-04-23 02:01:52] "GET /virtual-networks?parent_id=44745803-5ca4-4d03-8f23-38603343c9d9&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002526 10.0.0.38 - - [2026-04-23 02:01:52] "GET /virtual-network/dcf6d06e-d734-4d93-ab32-faf03d7517fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004660 10.0.0.38 - - [2026-04-23 02:01:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002919 10.0.0.38 - - [2026-04-23 02:01:53] "GET /global-vrouter-config/e2229f30-3bb6-4b1e-8c28-43277104b447?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003013 10.0.0.38 - - [2026-04-23 02:01:53] "GET /virtual-networks?parent_id=44745803-5ca4-4d03-8f23-38603343c9d9&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002412 10.0.0.38 - - [2026-04-23 02:01:53] "GET /virtual-network/dcf6d06e-d734-4d93-ab32-faf03d7517fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004646 10.0.0.38 - - [2026-04-23 02:01:53] "POST /fqname-to-id HTTP/1.1" 404 211 0.002420 10.0.0.38 - - [2026-04-23 02:01:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003306 10.0.0.38 - - [2026-04-23 02:01:53] "GET /projects?obj_uuids=44745803-5ca4-4d03-8f23-38603343c9d9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000975 10.0.0.38 - - [2026-04-23 02:01:53] "GET /project/44745803-5ca4-4d03-8f23-38603343c9d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.021794 10.0.0.38 - - [2026-04-23 02:01:53] "POST /network-policys HTTP/1.1" 200 547 0.016710 10.0.0.38 - - [2026-04-23 02:01:53] "GET /network-policy/29e4c34b-c43c-4e89-b71d-294e3167a0c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.004069 10.0.0.38 - - [2026-04-23 02:01:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002273 10.0.0.38 - - [2026-04-23 02:01:53] "GET /virtual-network/37d7c755-d487-49e7-a212-4e1bbd640b56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004722 10.0.0.38 - - [2026-04-23 02:01:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002500 10.0.0.38 - - [2026-04-23 02:01:54] "GET /network-policy/29e4c34b-c43c-4e89-b71d-294e3167a0c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.003125 10.0.0.38 - - [2026-04-23 02:01:54] "POST /fqname-to-id HTTP/1.1" 404 242 0.003579 10.0.0.38 - - [2026-04-23 02:01:54] "POST /ref-update HTTP/1.1" 200 156 0.025362 10.0.0.38 - - [2026-04-23 02:01:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003016 10.0.0.38 - - [2026-04-23 02:01:54] "POST /access-control-lists HTTP/1.1" 200 601 0.055868 10.0.0.38 - - [2026-04-23 02:01:54] "GET /network-policy/29e4c34b-c43c-4e89-b71d-294e3167a0c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.003059 10.0.0.38 - - [2026-04-23 02:01:54] "POST /neutron/network HTTP/1.1" 200 921 0.006334 10.0.0.38 - - [2026-04-23 02:01:54] "GET /virtual-network/37d7c755-d487-49e7-a212-4e1bbd640b56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.003780 10.0.0.38 - - [2026-04-23 02:01:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002520 10.0.0.38 - - [2026-04-23 02:01:54] "GET /network-policy/29e4c34b-c43c-4e89-b71d-294e3167a0c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.003083 10.0.0.38 - - [2026-04-23 02:01:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002337 10.0.0.38 - - [2026-04-23 02:01:54] "GET /virtual-network/dcf6d06e-d734-4d93-ab32-faf03d7517fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004504 10.0.0.38 - - [2026-04-23 02:01:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002405 10.0.0.38 - - [2026-04-23 02:01:54] "GET /network-policy/29e4c34b-c43c-4e89-b71d-294e3167a0c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.002961 10.0.0.38 - - [2026-04-23 02:01:54] "POST /fqname-to-id HTTP/1.1" 404 244 0.003503 10.0.0.38 - - [2026-04-23 02:01:54] "POST /ref-update HTTP/1.1" 200 156 0.032539 10.0.0.38 - - [2026-04-23 02:01:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003067 10.0.0.38 - - [2026-04-23 02:01:54] "POST /access-control-lists HTTP/1.1" 200 604 0.062617 10.0.0.38 - - [2026-04-23 02:01:54] "GET /network-policy/29e4c34b-c43c-4e89-b71d-294e3167a0c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.003020 10.0.0.38 - - [2026-04-23 02:01:54] "POST /routing-instances HTTP/1.1" 200 759 0.012196 10.0.0.38 - - [2026-04-23 02:01:54] "POST /neutron/network HTTP/1.1" 200 920 0.006144 10.0.0.38 - - [2026-04-23 02:01:54] "GET /virtual-network/dcf6d06e-d734-4d93-ab32-faf03d7517fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.003820 10.0.0.38 - - [2026-04-23 02:01:54] "POST /route-targets HTTP/1.1" 200 327 0.007644 10.0.0.38 - - [2026-04-23 02:01:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002308 10.0.0.38 - - [2026-04-23 02:01:54] "POST /ref-update HTTP/1.1" 200 156 0.008748 10.0.0.38 - - [2026-04-23 02:01:54] "GET /network-policy/29e4c34b-c43c-4e89-b71d-294e3167a0c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.003128 10.0.0.38 - - [2026-04-23 02:01:54] "GET /routing-instance/1c6195f0-d0c3-4d45-9abb-42137a5c042b?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1277 0.003487 10.0.0.38 - - [2026-04-23 02:01:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002628 10.0.0.38 - - [2026-04-23 02:01:54] "GET /routing-instance/1c6195f0-d0c3-4d45-9abb-42137a5c042b?fields=routing_policy_back_refs HTTP/1.1" 200 1277 0.003076 10.0.0.38 - - [2026-04-23 02:01:54] "GET /service-template/eac0f490-1cea-496d-9c15-a086f90d2c61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.002917 10.0.0.38 - - [2026-04-23 02:01:55] "POST /ref-update HTTP/1.1" 200 156 0.009371 10.0.0.38 - - [2026-04-23 02:01:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002335 10.0.0.38 - - [2026-04-23 02:01:55] "POST /routing-instances HTTP/1.1" 200 760 0.013632 10.0.0.38 - - [2026-04-23 02:01:55] "GET /projects?obj_uuids=44745803-5ca4-4d03-8f23-38603343c9d9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001185 10.0.0.38 - - [2026-04-23 02:01:55] "GET /project/44745803-5ca4-4d03-8f23-38603343c9d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.024567 10.0.0.38 - - [2026-04-23 02:01:55] "POST /route-targets HTTP/1.1" 200 327 0.007143 10.0.0.38 - - [2026-04-23 02:01:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002684 10.0.0.38 - - [2026-04-23 02:01:55] "POST /ref-update HTTP/1.1" 200 156 0.009024 10.0.0.38 - - [2026-04-23 02:01:55] "GET /service-instance/5293f8eb-3b15-48bf-aa0a-c99ce0bdcb64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3528 0.004175 10.0.0.38 - - [2026-04-23 02:01:55] "GET /routing-instance/2b5784ed-2243-4ed9-996f-0d6a3bf9c34d?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1278 0.002491 10.0.0.38 - - [2026-04-23 02:01:55] "GET /domains HTTP/1.1" 200 280 0.002234 10.0.0.38 - - [2026-04-23 02:01:55] "GET /domains?obj_uuids=63294607-7558-4a2c-b899-0097ad180adc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000788 10.0.0.38 - - [2026-04-23 02:01:55] "GET /domain/63294607-7558-4a2c-b899-0097ad180adc HTTP/1.1" 200 2771 0.006123 10.0.0.38 - - [2026-04-23 02:01:55] "GET /projects?obj_uuids=44745803-5ca4-4d03-8f23-38603343c9d9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000753 10.0.0.38 - - [2026-04-23 02:01:55] "GET /routing-instance/2b5784ed-2243-4ed9-996f-0d6a3bf9c34d?fields=routing_policy_back_refs HTTP/1.1" 200 1278 0.002651 10.0.0.38 - - [2026-04-23 02:01:55] "GET /project/44745803-5ca4-4d03-8f23-38603343c9d9 HTTP/1.1" 200 4233 0.065915 10.0.0.38 - - [2026-04-23 02:01:55] "PUT /routing-instance/1c6195f0-d0c3-4d45-9abb-42137a5c042b HTTP/1.1" 200 266 0.016888 10.0.0.38 - - [2026-04-23 02:01:55] "GET /service-instance/5293f8eb-3b15-48bf-aa0a-c99ce0bdcb64 HTTP/1.1" 200 3782 0.005372 10.0.0.38 - - [2026-04-23 02:01:55] "GET /domains HTTP/1.1" 200 280 0.001850 10.0.0.38 - - [2026-04-23 02:01:55] "GET /domains?obj_uuids=63294607-7558-4a2c-b899-0097ad180adc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000753 10.0.0.38 - - [2026-04-23 02:01:55] "GET /domain/63294607-7558-4a2c-b899-0097ad180adc HTTP/1.1" 200 2771 0.005516 10.0.0.38 - - [2026-04-23 02:01:55] "GET /projects?obj_uuids=44745803-5ca4-4d03-8f23-38603343c9d9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000718 10.0.0.38 - - [2026-04-23 02:01:55] "PUT /routing-instance/2b5784ed-2243-4ed9-996f-0d6a3bf9c34d HTTP/1.1" 200 266 0.008583 10.0.0.38 - - [2026-04-23 02:01:55] "GET /project/44745803-5ca4-4d03-8f23-38603343c9d9 HTTP/1.1" 200 4233 0.065773 10.0.0.38 - - [2026-04-23 02:01:55] "GET /service-instance/5293f8eb-3b15-48bf-aa0a-c99ce0bdcb64 HTTP/1.1" 200 3782 0.002763 10.0.0.38 - - [2026-04-23 02:01:55] "GET /port-tuple/95530781-d4d8-4a6e-a0b8-85811b245fab HTTP/1.1" 200 1979 0.002472 10.0.0.38 - - [2026-04-23 02:01:55] "POST /ref-update HTTP/1.1" 200 156 0.008249 10.0.0.38 - - [2026-04-23 02:01:55] "GET /virtual-machine-interface/1a877f16-6910-4fc0-8d97-750529256494 HTTP/1.1" 200 3803 0.006279 10.0.0.38 - - [2026-04-23 02:01:55] "GET /virtual-machine-interface/6ceb9b95-04b6-49b6-ac13-eb480aa8de15 HTTP/1.1" 200 3815 0.004517 10.0.0.38 - - [2026-04-23 02:01:55] "GET /virtual-machine-interface/c81c1d26-c90e-4a6a-adb7-9551ff8f518b HTTP/1.1" 200 3798 0.005392 10.0.0.38 - - [2026-04-23 02:01:55] "POST /neutron/port HTTP/1.1" 200 3831 0.031093 10.0.0.38 - - [2026-04-23 02:01:55] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004375 10.0.0.38 - - [2026-04-23 02:01:55] "POST /neutron/port HTTP/1.1" 200 3831 0.024517 10.0.0.38 - - [2026-04-23 02:01:55] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005069 10.0.0.38 - - [2026-04-23 02:01:55] "POST /neutron/port HTTP/1.1" 200 3831 0.027872 10.0.0.38 - - [2026-04-23 02:01:55] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005289 10.0.0.38 - - [2026-04-23 02:01:55] "POST /neutron/port HTTP/1.1" 200 3831 0.027451 10.0.0.38 - - [2026-04-23 02:01:55] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005089 10.0.0.38 - - [2026-04-23 02:01:55] "POST /neutron/network HTTP/1.1" 200 895 0.011294 10.0.0.38 - - [2026-04-23 02:01:55] "POST /neutron/network HTTP/1.1" 200 921 0.004125 10.0.0.38 - - [2026-04-23 02:01:55] "POST /neutron/network HTTP/1.1" 200 806 0.009115 10.0.0.38 - - [2026-04-23 02:01:55] "POST /neutron/network HTTP/1.1" 200 832 0.003614 10.0.0.38 - - [2026-04-23 02:01:55] "POST /neutron/network HTTP/1.1" 200 894 0.010368 10.0.0.38 - - [2026-04-23 02:01:55] "POST /neutron/network HTTP/1.1" 200 920 0.003789 10.0.0.38 - - [2026-04-23 02:01:55] "POST /id-to-fqname HTTP/1.1" 200 223 0.000904 10.0.0.38 - - [2026-04-23 02:01:55] "POST /id-to-fqname HTTP/1.1" 200 223 0.000858 10.0.0.38 - - [2026-04-23 02:01:55] "POST /id-to-fqname HTTP/1.1" 200 224 0.001188 10.0.0.38 - - [2026-04-23 02:01:56] "GET /virtual-machine/2610d284-2907-4733-905f-f50f037e3af5 HTTP/1.1" 200 1802 0.003857 10.0.0.38 - - [2026-04-23 02:01:56] "GET /virtual-machine-interface/1a877f16-6910-4fc0-8d97-750529256494 HTTP/1.1" 200 3803 0.004344 10.0.0.38 - - [2026-04-23 02:01:56] "GET /virtual-machine-interface/6ceb9b95-04b6-49b6-ac13-eb480aa8de15 HTTP/1.1" 200 3815 0.003901 10.0.0.38 - - [2026-04-23 02:01:56] "GET /virtual-machine-interface/c81c1d26-c90e-4a6a-adb7-9551ff8f518b HTTP/1.1" 200 3798 0.003956 10.0.0.38 - - [2026-04-23 02:01:56] "GET /instance-ip/3aa92c1b-8bba-4c94-b472-31a2f6efd751 HTTP/1.1" 200 1958 0.003081 10.0.0.38 - - [2026-04-23 02:01:56] "GET /instance-ip/99c608cf-5013-4d3c-ae2a-52a6d3b2645f HTTP/1.1" 200 1961 0.002805 10.0.0.38 - - [2026-04-23 02:01:56] "GET /instance-ip/bd5ed25c-ff6a-497a-a300-dd5d58d32c5d HTTP/1.1" 200 1621 0.003645 10.0.0.38 - - [2026-04-23 02:01:56] "GET /instance-ip/03ab018d-60f6-4e06-b194-bffbebbd2d32 HTTP/1.1" 200 1977 0.002699 10.0.0.38 - - [2026-04-23 02:01:56] "GET /instance-ip/4dc76252-e4ae-47dd-b19b-2f3f82e098a9 HTTP/1.1" 200 1621 0.003777 10.0.0.38 - - [2026-04-23 02:01:56] "GET /instance-ip/73bc6fb6-4a8f-4bef-8d5a-e80cb1c79661 HTTP/1.1" 200 1980 0.002965 10.0.0.38 - - [2026-04-23 02:01:56] "GET /instance-ip/186f3b79-c9ed-4499-8e20-864d364a8961 HTTP/1.1" 200 1622 0.003443 10.0.0.38 - - [2026-04-23 02:01:56] "GET /instance-ip/2dc59fc3-4104-41ab-90fe-f9b11b841fc1 HTTP/1.1" 200 1954 0.002619 10.0.0.38 - - [2026-04-23 02:01:56] "GET /instance-ip/b6ae5355-6d60-4652-8cf0-d36cea793da9 HTTP/1.1" 200 1957 0.002481 10.0.0.38 - - [2026-04-23 02:01:56] "POST /neutron/port HTTP/1.1" 200 3831 0.024097 10.0.0.38 - - [2026-04-23 02:01:56] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004491 10.0.0.38 - - [2026-04-23 02:01:56] "POST /neutron/port HTTP/1.1" 200 3831 0.024343 10.0.0.38 - - [2026-04-23 02:01:56] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004330 10.0.0.38 - - [2026-04-23 02:01:56] "POST /neutron/port HTTP/1.1" 200 3831 0.025732 10.0.0.38 - - [2026-04-23 02:01:56] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004774 10.0.0.38 - - [2026-04-23 02:01:56] "POST /neutron/port HTTP/1.1" 200 3831 0.025335 10.0.0.38 - - [2026-04-23 02:01:56] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004581 10.0.0.38 - - [2026-04-23 02:01:56] "GET /virtual-machine/2610d284-2907-4733-905f-f50f037e3af5 HTTP/1.1" 200 1802 0.002487 10.0.0.38 - - [2026-04-23 02:01:56] "GET /virtual-machine-interface/1a877f16-6910-4fc0-8d97-750529256494 HTTP/1.1" 200 3803 0.003814 10.0.0.38 - - [2026-04-23 02:01:56] "GET /virtual-machine-interface/6ceb9b95-04b6-49b6-ac13-eb480aa8de15 HTTP/1.1" 200 3815 0.003887 10.0.0.38 - - [2026-04-23 02:01:56] "GET /virtual-machine-interface/c81c1d26-c90e-4a6a-adb7-9551ff8f518b HTTP/1.1" 200 3798 0.003456 10.0.0.38 - - [2026-04-23 02:01:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.001891 10.0.0.38 - - [2026-04-23 02:01:56] "GET /global-vrouter-config/e2229f30-3bb6-4b1e-8c28-43277104b447?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002289 10.0.0.38 - - [2026-04-23 02:01:56] "GET /virtual-networks?parent_id=44745803-5ca4-4d03-8f23-38603343c9d9&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002804 10.0.0.38 - - [2026-04-23 02:01:56] "GET /virtual-network/37d7c755-d487-49e7-a212-4e1bbd640b56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.005831 10.0.0.38 - - [2026-04-23 02:01:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002701 10.0.0.38 - - [2026-04-23 02:01:57] "GET /global-vrouter-config/e2229f30-3bb6-4b1e-8c28-43277104b447?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002496 10.0.0.38 - - [2026-04-23 02:01:57] "GET /virtual-networks?parent_id=44745803-5ca4-4d03-8f23-38603343c9d9&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002500 10.0.0.38 - - [2026-04-23 02:01:57] "GET /virtual-network/37d7c755-d487-49e7-a212-4e1bbd640b56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.004534 10.0.0.38 - - [2026-04-23 02:01:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002620 10.0.0.38 - - [2026-04-23 02:01:57] "GET /global-vrouter-config/e2229f30-3bb6-4b1e-8c28-43277104b447?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003160 10.0.0.38 - - [2026-04-23 02:01:57] "GET /virtual-networks?parent_id=44745803-5ca4-4d03-8f23-38603343c9d9&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002615 10.0.0.38 - - [2026-04-23 02:01:58] "GET /virtual-network/37d7c755-d487-49e7-a212-4e1bbd640b56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.004434 10.0.0.38 - - [2026-04-23 02:01:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003954 10.0.0.38 - - [2026-04-23 02:01:58] "GET /global-vrouter-config/e2229f30-3bb6-4b1e-8c28-43277104b447?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002955 10.0.0.38 - - [2026-04-23 02:01:58] "GET /virtual-networks?parent_id=44745803-5ca4-4d03-8f23-38603343c9d9&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002666 10.0.0.38 - - [2026-04-23 02:01:58] "GET /virtual-network/37d7c755-d487-49e7-a212-4e1bbd640b56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.006369 10.0.0.38 - - [2026-04-23 02:01:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003756 10.0.0.38 - - [2026-04-23 02:01:58] "GET /global-vrouter-config/e2229f30-3bb6-4b1e-8c28-43277104b447?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002991 10.0.0.38 - - [2026-04-23 02:01:58] "GET /virtual-networks?parent_id=44745803-5ca4-4d03-8f23-38603343c9d9&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.008286 10.0.0.38 - - [2026-04-23 02:01:58] "GET /virtual-network/37d7c755-d487-49e7-a212-4e1bbd640b56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.004623 10.0.0.38 - - [2026-04-23 02:01:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002433 10.0.0.38 - - [2026-04-23 02:01:58] "GET /global-vrouter-config/e2229f30-3bb6-4b1e-8c28-43277104b447?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003210 10.0.0.38 - - [2026-04-23 02:01:58] "GET /virtual-networks?parent_id=44745803-5ca4-4d03-8f23-38603343c9d9&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003096 10.0.0.38 - - [2026-04-23 02:01:58] "GET /virtual-network/7ef7ef13-ecd5-489f-b6f5-4493e9da7798?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004838 10.0.0.38 - - [2026-04-23 02:01:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002522 10.0.0.38 - - [2026-04-23 02:01:58] "GET /global-vrouter-config/e2229f30-3bb6-4b1e-8c28-43277104b447?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002929 10.0.0.38 - - [2026-04-23 02:01:58] "GET /virtual-networks?parent_id=44745803-5ca4-4d03-8f23-38603343c9d9&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002742 10.0.0.38 - - [2026-04-23 02:01:58] "GET /virtual-network/7ef7ef13-ecd5-489f-b6f5-4493e9da7798?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007029 10.0.0.38 - - [2026-04-23 02:01:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002634 10.0.0.38 - - [2026-04-23 02:01:58] "GET /global-vrouter-config/e2229f30-3bb6-4b1e-8c28-43277104b447?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003148 10.0.0.38 - - [2026-04-23 02:01:59] "GET /virtual-networks?parent_id=44745803-5ca4-4d03-8f23-38603343c9d9&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002889 10.0.0.38 - - [2026-04-23 02:01:59] "GET /virtual-network/7ef7ef13-ecd5-489f-b6f5-4493e9da7798?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004461 10.0.0.38 - - [2026-04-23 02:01:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002748 10.0.0.38 - - [2026-04-23 02:01:59] "GET /global-vrouter-config/e2229f30-3bb6-4b1e-8c28-43277104b447?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003073 10.0.0.38 - - [2026-04-23 02:01:59] "GET /virtual-networks?parent_id=44745803-5ca4-4d03-8f23-38603343c9d9&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002598 10.0.0.38 - - [2026-04-23 02:01:59] "GET /virtual-network/7ef7ef13-ecd5-489f-b6f5-4493e9da7798?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005135 10.0.0.38 - - [2026-04-23 02:01:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002553 10.0.0.38 - - [2026-04-23 02:01:59] "GET /global-vrouter-config/e2229f30-3bb6-4b1e-8c28-43277104b447?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003869 10.0.0.38 - - [2026-04-23 02:01:59] "GET /virtual-networks?parent_id=44745803-5ca4-4d03-8f23-38603343c9d9&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003004 10.0.0.38 - - [2026-04-23 02:01:59] "GET /virtual-network/dcf6d06e-d734-4d93-ab32-faf03d7517fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.005085 10.0.0.38 - - [2026-04-23 02:01:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002404 10.0.0.38 - - [2026-04-23 02:01:59] "GET /global-vrouter-config/e2229f30-3bb6-4b1e-8c28-43277104b447?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003226 10.0.0.38 - - [2026-04-23 02:01:59] "GET /virtual-networks?parent_id=44745803-5ca4-4d03-8f23-38603343c9d9&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002790 10.0.0.38 - - [2026-04-23 02:01:59] "GET /virtual-network/dcf6d06e-d734-4d93-ab32-faf03d7517fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.005128 10.0.0.38 - - [2026-04-23 02:01:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002870 10.0.0.38 - - [2026-04-23 02:01:59] "GET /global-vrouter-config/e2229f30-3bb6-4b1e-8c28-43277104b447?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003058 10.0.0.38 - - [2026-04-23 02:01:59] "GET /virtual-networks?parent_id=44745803-5ca4-4d03-8f23-38603343c9d9&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002497 10.0.0.38 - - [2026-04-23 02:01:59] "GET /virtual-network/dcf6d06e-d734-4d93-ab32-faf03d7517fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.004703 10.0.0.38 - - [2026-04-23 02:01:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004633 10.0.0.38 - - [2026-04-23 02:02:00] "GET /global-vrouter-config/e2229f30-3bb6-4b1e-8c28-43277104b447?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003108 10.0.0.38 - - [2026-04-23 02:02:00] "GET /virtual-networks?parent_id=44745803-5ca4-4d03-8f23-38603343c9d9&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002597 10.0.0.38 - - [2026-04-23 02:02:00] "GET /virtual-network/dcf6d06e-d734-4d93-ab32-faf03d7517fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.006809 10.0.0.38 - - [2026-04-23 02:02:00] "GET /virtual-machine/2610d284-2907-4733-905f-f50f037e3af5 HTTP/1.1" 200 1802 0.003095 10.0.0.38 - - [2026-04-23 02:02:00] "GET /domains HTTP/1.1" 200 280 0.001902 10.0.0.38 - - [2026-04-23 02:02:00] "GET /domains?obj_uuids=63294607-7558-4a2c-b899-0097ad180adc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.052363 10.0.0.38 - - [2026-04-23 02:02:00] "GET /domain/63294607-7558-4a2c-b899-0097ad180adc HTTP/1.1" 200 2771 0.057887 10.0.0.38 - - [2026-04-23 02:02:00] "GET /projects?obj_uuids=44745803-5ca4-4d03-8f23-38603343c9d9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000891 10.0.0.38 - - [2026-04-23 02:02:00] "GET /project/44745803-5ca4-4d03-8f23-38603343c9d9 HTTP/1.1" 200 4233 0.062298 10.0.0.38 - - [2026-04-23 02:02:00] "GET /service-instance/5293f8eb-3b15-48bf-aa0a-c99ce0bdcb64 HTTP/1.1" 200 3782 0.002881 10.0.0.38 - - [2026-04-23 02:02:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.001865 10.0.0.38 - - [2026-04-23 02:02:00] "GET /routing-instance/45aed9c9-c4aa-4130-bb4e-27676800d5c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1887 0.002387 10.0.0.38 - - [2026-04-23 02:02:00] "GET /routing-instance/45aed9c9-c4aa-4130-bb4e-27676800d5c1?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2020 0.004579 10.0.0.38 - - [2026-04-23 02:02:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002423 10.0.0.38 - - [2026-04-23 02:02:00] "GET /routing-instance/b01c3ad4-e4a6-4af4-8826-7474789b835e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1892 0.004001 10.0.0.38 - - [2026-04-23 02:02:00] "GET /routing-instance/b01c3ad4-e4a6-4af4-8826-7474789b835e?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2023 0.004484 10.0.0.38 - - [2026-04-23 02:02:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002850 10.0.0.38 - - [2026-04-23 02:02:00] "GET /virtual-network/37d7c755-d487-49e7-a212-4e1bbd640b56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.005175 10.0.0.38 - - [2026-04-23 02:02:00] "GET /virtual-network/37d7c755-d487-49e7-a212-4e1bbd640b56?fields=routing_instances HTTP/1.1" 200 1682 0.007200 10.0.0.38 - - [2026-04-23 02:02:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002542 10.0.0.38 - - [2026-04-23 02:02:00] "GET /virtual-network/dcf6d06e-d734-4d93-ab32-faf03d7517fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.005307 10.0.0.38 - - [2026-04-23 02:02:00] "GET /virtual-network/dcf6d06e-d734-4d93-ab32-faf03d7517fb?fields=routing_instances HTTP/1.1" 200 1688 0.007064 10.0.0.38 - - [2026-04-23 02:02:04] "POST /ref-update HTTP/1.1" 200 156 0.026296 10.0.0.38 - - [2026-04-23 02:02:04] "DELETE /access-control-list/8919ff38-f635-4731-846b-510ce6bf1460 HTTP/1.1" 200 115 0.019563 10.0.0.38 - - [2026-04-23 02:02:04] "POST /neutron/network HTTP/1.1" 200 832 0.006058 10.0.0.38 - - [2026-04-23 02:02:04] "GET /virtual-network/dcf6d06e-d734-4d93-ab32-faf03d7517fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004189 10.0.0.38 - - [2026-04-23 02:02:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002218 10.0.0.38 - - [2026-04-23 02:02:04] "DELETE /routing-instance/1c6195f0-d0c3-4d45-9abb-42137a5c042b HTTP/1.1" 200 115 0.025000 10.0.0.38 - - [2026-04-23 02:02:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.005079 10.0.0.38 - - [2026-04-23 02:02:05] "GET /network-policy/29e4c34b-c43c-4e89-b71d-294e3167a0c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.003247 10.0.0.38 - - [2026-04-23 02:02:05] "DELETE /route-target/ef00ac6a-12ea-43d1-8d97-2480dd69a173 HTTP/1.1" 200 115 0.013877 10.0.0.38 - - [2026-04-23 02:02:05] "POST /ref-update HTTP/1.1" 200 156 0.026739 10.0.0.38 - - [2026-04-23 02:02:05] "DELETE /routing-instance/2b5784ed-2243-4ed9-996f-0d6a3bf9c34d HTTP/1.1" 200 115 0.046857 10.0.0.38 - - [2026-04-23 02:02:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.006241 10.0.0.38 - - [2026-04-23 02:02:05] "POST /neutron/network HTTP/1.1" 200 833 0.005562 10.0.0.38 - - [2026-04-23 02:02:05] "GET /virtual-network/37d7c755-d487-49e7-a212-4e1bbd640b56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004254 10.0.0.38 - - [2026-04-23 02:02:05] "DELETE /route-target/b1a28cad-76e5-4353-b4e5-bf3ea3110c05 HTTP/1.1" 200 115 0.011483 10.0.0.38 - - [2026-04-23 02:02:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002499 10.0.0.38 - - [2026-04-23 02:02:05] "GET /network-policy/29e4c34b-c43c-4e89-b71d-294e3167a0c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.003203 10.0.0.38 - - [2026-04-23 02:02:05] "DELETE /network-policy/29e4c34b-c43c-4e89-b71d-294e3167a0c0 HTTP/1.1" 200 115 0.015852 10.0.0.38 - - [2026-04-23 02:02:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.001815 10.0.0.38 - - [2026-04-23 02:02:05] "DELETE /service-instance/5293f8eb-3b15-48bf-aa0a-c99ce0bdcb64 HTTP/1.1" 200 115 0.037330 10.0.0.38 - - [2026-04-23 02:02:05] "GET /domains HTTP/1.1" 200 280 0.002060 10.0.0.38 - - [2026-04-23 02:02:05] "POST /ref-update HTTP/1.1" 200 156 0.012853 10.0.0.38 - - [2026-04-23 02:02:05] "GET /domains?obj_uuids=63294607-7558-4a2c-b899-0097ad180adc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000958 10.0.0.38 - - [2026-04-23 02:02:05] "GET /domain/63294607-7558-4a2c-b899-0097ad180adc HTTP/1.1" 200 2771 0.007582 10.0.0.38 - - [2026-04-23 02:02:05] "GET /projects?obj_uuids=44745803-5ca4-4d03-8f23-38603343c9d9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001132 10.0.0.38 - - [2026-04-23 02:02:05] "DELETE /instance-ip/b6ae5355-6d60-4652-8cf0-d36cea793da9 HTTP/1.1" 200 115 0.030230 10.0.0.38 - - [2026-04-23 02:02:05] "POST /ref-update HTTP/1.1" 200 156 0.009419 10.0.0.38 - - [2026-04-23 02:02:05] "GET /project/44745803-5ca4-4d03-8f23-38603343c9d9 HTTP/1.1" 200 3759 0.067492 10.0.0.38 - - [2026-04-23 02:02:05] "GET /virtual-machine/2610d284-2907-4733-905f-f50f037e3af5 HTTP/1.1" 200 1802 0.002557 10.0.0.38 - - [2026-04-23 02:02:05] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002342 10.0.0.38 - - [2026-04-23 02:02:05] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003130 10.0.0.38 - - [2026-04-23 02:02:05] "DELETE /instance-ip/03ab018d-60f6-4e06-b194-bffbebbd2d32 HTTP/1.1" 200 115 0.020655 10.0.0.38 - - [2026-04-23 02:02:05] "POST /ref-update HTTP/1.1" 200 156 0.008824 10.0.0.38 - - [2026-04-23 02:02:05] "DELETE /instance-ip/73bc6fb6-4a8f-4bef-8d5a-e80cb1c79661 HTTP/1.1" 200 115 0.016614 10.0.0.38 - - [2026-04-23 02:02:05] "POST /ref-update HTTP/1.1" 200 156 0.008209 10.0.0.38 - - [2026-04-23 02:02:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002481 10.0.0.38 - - [2026-04-23 02:02:05] "DELETE /service-template/eac0f490-1cea-496d-9c15-a086f90d2c61 HTTP/1.1" 200 115 0.018716 10.0.0.38 - - [2026-04-23 02:02:05] "POST /fqname-to-id HTTP/1.1" 404 193 0.002674 10.0.0.38 - - [2026-04-23 02:02:05] "DELETE /instance-ip/3aa92c1b-8bba-4c94-b472-31a2f6efd751 HTTP/1.1" 200 115 0.021988 10.0.0.38 - - [2026-04-23 02:02:05] "POST /ref-update HTTP/1.1" 200 156 0.017378 10.0.0.38 - - [2026-04-23 02:02:05] "DELETE /access-control-list/698b6ad8-72e0-41f4-b296-39e708def65f HTTP/1.1" 200 115 0.034169 10.0.0.38 - - [2026-04-23 02:02:05] "DELETE /instance-ip/2dc59fc3-4104-41ab-90fe-f9b11b841fc1 HTTP/1.1" 200 115 0.022066 10.0.0.38 - - [2026-04-23 02:02:05] "POST /ref-update HTTP/1.1" 200 156 0.010071 10.0.0.38 - - [2026-04-23 02:02:05] "DELETE /instance-ip/99c608cf-5013-4d3c-ae2a-52a6d3b2645f HTTP/1.1" 200 115 0.018042 10.0.0.38 - - [2026-04-23 02:02:05] "POST /neutron/network HTTP/1.1" 200 832 0.008758 10.0.0.38 - - [2026-04-23 02:02:05] "POST /neutron/network HTTP/1.1" 400 204 0.009802 10.0.0.38 - - [2026-04-23 02:02:06] "POST /neutron/port HTTP/1.1" 200 1120 0.010473 10.0.0.38 - - [2026-04-23 02:02:06] "POST /neutron/port HTTP/1.1" 200 1110 0.008731 10.0.0.38 - - [2026-04-23 02:02:06] "POST /neutron/port HTTP/1.1" 200 1123 0.009448 10.0.0.38 - - [2026-04-23 02:02:06] "POST /neutron/port HTTP/1.1" 200 1113 0.009404 10.0.0.38 - - [2026-04-23 02:02:06] "POST /neutron/port HTTP/1.1" 200 151 0.111535 10.0.0.38 - - [2026-04-23 02:02:06] "POST /neutron/port HTTP/1.1" 200 3060 0.025645 10.0.0.38 - - [2026-04-23 02:02:06] "POST /neutron/port HTTP/1.1" 200 151 0.118405 10.0.0.38 - - [2026-04-23 02:02:06] "POST /neutron/port HTTP/1.1" 200 1113 0.008640 10.0.0.38 - - [2026-04-23 02:02:06] "POST /neutron/port HTTP/1.1" 200 151 0.091640 10.0.0.38 - - [2026-04-23 02:02:06] "POST /neutron/port HTTP/1.1" 200 1112 0.009234 10.0.0.38 - - [2026-04-23 02:02:06] "POST /neutron/port HTTP/1.1" 200 151 0.083452 10.0.0.38 - - [2026-04-23 02:02:06] "POST /neutron/port HTTP/1.1" 200 1110 0.010221 10.0.0.38 - - [2026-04-23 02:02:06] "POST /neutron/port HTTP/1.1" 200 151 0.082695 10.0.0.38 - - [2026-04-23 02:02:07] "GET /obj-perms HTTP/1.1" 200 5056 0.048774 10.0.0.38 - - [2026-04-23 02:02:07] "GET /obj-perms HTTP/1.1" 200 5056 0.041962 10.0.0.38 - - [2026-04-23 02:02:07] "POST /neutron/network HTTP/1.1" 200 832 0.007255 10.0.0.38 - - [2026-04-23 02:02:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002434 10.0.0.38 - - [2026-04-23 02:02:07] "POST /useragent-kv HTTP/1.1" 200 115 0.002437 10.0.0.38 - - [2026-04-23 02:02:07] "POST /useragent-kv HTTP/1.1" 200 115 0.001475 10.0.0.38 - - [2026-04-23 02:02:08] "POST /neutron/network HTTP/1.1" 200 151 0.072352 10.0.0.38 - - [2026-04-23 02:02:08] "DELETE /route-target/35b4272b-47ae-42b5-86e7-a2f1630b09af HTTP/1.1" 200 115 0.017095 10.0.0.38 - - [2026-04-23 02:02:08] "GET /routing-instance/b01c3ad4-e4a6-4af4-8826-7474789b835e HTTP/1.1" 404 171 0.001962 10.0.0.38 - - [2026-04-23 02:02:08] "GET /domains HTTP/1.1" 200 280 0.001686 10.0.0.38 - - [2026-04-23 02:02:08] "GET /domains?obj_uuids=63294607-7558-4a2c-b899-0097ad180adc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000776 10.0.0.38 - - [2026-04-23 02:02:08] "GET /domain/63294607-7558-4a2c-b899-0097ad180adc HTTP/1.1" 200 2571 0.047737 10.0.0.38 - - [2026-04-23 02:02:08] "GET /projects?obj_uuids=44745803-5ca4-4d03-8f23-38603343c9d9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000847 10.0.0.38 - - [2026-04-23 02:02:08] "GET /project/44745803-5ca4-4d03-8f23-38603343c9d9 HTTP/1.1" 200 2298 0.061958 10.0.0.38 - - [2026-04-23 02:02:08] "POST /neutron/network HTTP/1.1" 200 833 0.004642 10.0.0.38 - - [2026-04-23 02:02:08] "POST /useragent-kv HTTP/1.1" 200 115 0.002811 10.0.0.38 - - [2026-04-23 02:02:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003304 10.0.0.38 - - [2026-04-23 02:02:08] "POST /useragent-kv HTTP/1.1" 200 115 0.001394 10.0.0.38 - - [2026-04-23 02:02:08] "POST /neutron/network HTTP/1.1" 200 151 0.061534 10.0.0.38 - - [2026-04-23 02:02:08] "GET /routing-instance/45aed9c9-c4aa-4130-bb4e-27676800d5c1 HTTP/1.1" 404 171 0.001721 10.0.0.38 - - [2026-04-23 02:02:08] "DELETE /route-target/14100ee8-9189-40f7-b5be-6f77e589b711 HTTP/1.1" 200 115 0.015141 10.0.0.38 - - [2026-04-23 02:02:08] "GET /domains HTTP/1.1" 200 280 0.004825 10.0.0.38 - - [2026-04-23 02:02:08] "GET /domains?obj_uuids=63294607-7558-4a2c-b899-0097ad180adc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001141 10.0.0.38 - - [2026-04-23 02:02:08] "GET /domain/63294607-7558-4a2c-b899-0097ad180adc HTTP/1.1" 200 2571 0.047444 10.0.0.38 - - [2026-04-23 02:02:08] "GET /projects?obj_uuids=44745803-5ca4-4d03-8f23-38603343c9d9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000826 10.0.0.38 - - [2026-04-23 02:02:08] "GET /project/44745803-5ca4-4d03-8f23-38603343c9d9 HTTP/1.1" 200 2080 0.067466 10.0.0.38 - - [2026-04-23 02:02:08] "POST /neutron/network HTTP/1.1" 200 832 0.004704 10.0.0.38 - - [2026-04-23 02:02:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003702 10.0.0.38 - - [2026-04-23 02:02:08] "POST /useragent-kv HTTP/1.1" 200 115 0.002242 10.0.0.38 - - [2026-04-23 02:02:08] "POST /useragent-kv HTTP/1.1" 200 115 0.002465 10.0.0.38 - - [2026-04-23 02:02:08] "POST /neutron/network HTTP/1.1" 200 151 0.081230 10.0.0.38 - - [2026-04-23 02:02:08] "GET /routing-instance/5164f07d-3153-4cd1-a7f6-a08fba9b038f HTTP/1.1" 404 171 0.001755 10.0.0.38 - - [2026-04-23 02:02:08] "DELETE /route-target/b3689cad-5ba5-4b23-a837-37558d4004e8 HTTP/1.1" 200 115 0.019502 10.0.0.38 - - [2026-04-23 02:02:08] "GET /domains HTTP/1.1" 200 280 0.001652 10.0.0.38 - - [2026-04-23 02:02:08] "GET /domains?obj_uuids=63294607-7558-4a2c-b899-0097ad180adc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001271 10.0.0.38 - - [2026-04-23 02:02:08] "GET /domain/63294607-7558-4a2c-b899-0097ad180adc HTTP/1.1" 200 2571 0.048654 10.0.0.38 - - [2026-04-23 02:02:08] "GET /projects?obj_uuids=44745803-5ca4-4d03-8f23-38603343c9d9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000916 10.0.0.38 - - [2026-04-23 02:02:08] "GET /project/44745803-5ca4-4d03-8f23-38603343c9d9 HTTP/1.1" 200 1840 0.072749 10.0.0.38 - - [2026-04-23 02:02:08] "GET /projects?obj_uuids=44745803-5ca4-4d03-8f23-38603343c9d9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000957 10.0.0.38 - - [2026-04-23 02:02:08] "GET /project/44745803-5ca4-4d03-8f23-38603343c9d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.061657 10.0.0.38 - - [2026-04-23 02:02:08] "GET /projects?obj_uuids=44745803-5ca4-4d03-8f23-38603343c9d9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001035 10.0.0.38 - - [2026-04-23 02:02:09] "GET /project/44745803-5ca4-4d03-8f23-38603343c9d9?fields=virtual_networks HTTP/1.1" 200 1028 0.067978 10.0.0.38 - - [2026-04-23 02:02:09] "GET /projects?obj_uuids=44745803-5ca4-4d03-8f23-38603343c9d9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000884 10.0.0.38 - - [2026-04-23 02:02:09] "GET /project/44745803-5ca4-4d03-8f23-38603343c9d9?fields=virtual_machine_interfaces HTTP/1.1" 200 1028 0.021521 10.0.0.38 - - [2026-04-23 02:02:09] "GET /projects?obj_uuids=44745803-5ca4-4d03-8f23-38603343c9d9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000901 10.0.0.38 - - [2026-04-23 02:02:09] "GET /project/44745803-5ca4-4d03-8f23-38603343c9d9?fields=security_groups HTTP/1.1" 200 1252 0.028603 10.0.0.38 - - [2026-04-23 02:02:10] "POST /fqname-to-id HTTP/1.1" 404 189 0.031516 10.0.0.38 - - [2026-04-23 02:02:10] "GET /projects?obj_uuids=8c6061e3-1b3d-4cf5-9ad6-6ebd6434651f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002018 10.0.0.38 - - [2026-04-23 02:02:10] "GET /domains?obj_uuids=63294607-7558-4a2c-b899-0097ad180adc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000978 10.0.0.38 - - [2026-04-23 02:02:10] "GET /domain/63294607-7558-4a2c-b899-0097ad180adc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.035454 10.0.0.38 - - [2026-04-23 02:02:10] "POST /id-to-fqname HTTP/1.1" 200 191 0.001099 10.0.0.38 - - [2026-04-23 02:02:10] "POST /fqname-to-id HTTP/1.1" 404 200 0.003233 10.0.0.38 - - [2026-04-23 02:02:10] "POST /security-groups HTTP/1.1" 200 592 0.058102 10.0.0.38 - - [2026-04-23 02:02:10] "POST /fqname-to-id HTTP/1.1" 404 235 0.002831 10.0.0.38 - - [2026-04-23 02:02:10] "POST /projects HTTP/1.1" 200 587 0.231365 10.0.0.38 - - [2026-04-23 02:02:10] "POST /access-control-lists HTTP/1.1" 200 597 0.070969 10.0.0.38 - - [2026-04-23 02:02:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.309542 10.0.0.38 - - [2026-04-23 02:02:10] "POST /fqname-to-id HTTP/1.1" 404 234 0.002407 10.0.0.38 - - [2026-04-23 02:02:10] "GET /project/8c6061e3-1b3d-4cf5-9ad6-6ebd6434651f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.451784 10.0.0.38 - - [2026-04-23 02:02:10] "POST /access-control-lists HTTP/1.1" 200 595 0.056427 10.0.0.38 - - [2026-04-23 02:02:11] "GET / HTTP/1.1" 200 35931 0.002770 10.0.0.38 - - [2026-04-23 02:02:12] "GET /project/8c6061e3-1b3d-4cf5-9ad6-6ebd6434651f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000492 10.0.0.38 - - [2026-04-23 02:02:12] "GET /projects?obj_uuids=8c6061e3-1b3d-4cf5-9ad6-6ebd6434651f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001244 10.0.0.38 - - [2026-04-23 02:02:12] "GET /project/8c6061e3-1b3d-4cf5-9ad6-6ebd6434651f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.045448 10.0.0.38 - - [2026-04-23 02:02:12] "POST /fqname-to-id HTTP/1.1" 404 180 0.001859 10.0.0.38 - - [2026-04-23 02:02:13] "POST /virtual-DNSs HTTP/1.1" 200 507 0.016598 10.0.0.38 - - [2026-04-23 02:02:13] "GET /virtual-DNS/9704463a-d660-40e7-a2b6-b372ebf4e521?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.004068 10.0.0.38 - - [2026-04-23 02:02:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002654 10.0.0.38 - - [2026-04-23 02:02:13] "GET /virtual-DNS/9704463a-d660-40e7-a2b6-b372ebf4e521?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.002863 10.0.0.38 - - [2026-04-23 02:02:13] "GET /domains HTTP/1.1" 401 292 0.000373 10.0.0.38 - - [2026-04-23 02:02:13] "GET /domains HTTP/1.1" 200 280 0.029205 10.0.0.38 - - [2026-04-23 02:02:13] "GET /domains?obj_uuids=63294607-7558-4a2c-b899-0097ad180adc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001170 10.0.0.38 - - [2026-04-23 02:02:13] "GET /domain/63294607-7558-4a2c-b899-0097ad180adc HTTP/1.1" 200 2958 0.008452 10.0.0.38 - - [2026-04-23 02:02:13] "GET /virtual-DNS/9704463a-d660-40e7-a2b6-b372ebf4e521 HTTP/1.1" 200 1438 0.003479 10.0.0.38 - - [2026-04-23 02:02:13] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.001754 10.0.0.38 - - [2026-04-23 02:02:13] "POST /network-ipams HTTP/1.1" 200 514 0.013505 10.0.0.38 - - [2026-04-23 02:02:13] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 751 0.002400 10.0.0.38 - - [2026-04-23 02:02:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002292 10.0.0.38 - - [2026-04-23 02:02:13] "GET /network-ipam/acdac9ab-a8fb-49a8-b800-9e98a3c6cc23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1400 0.004116 10.0.0.38 - - [2026-04-23 02:02:13] "PUT /network-ipam/acdac9ab-a8fb-49a8-b800-9e98a3c6cc23 HTTP/1.1" 200 258 0.008382 10.0.0.38 - - [2026-04-23 02:02:13] "POST /ref-update HTTP/1.1" 200 156 0.007788 10.0.0.38 - - [2026-04-23 02:02:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002558 10.0.0.38 - - [2026-04-23 02:02:13] "GET /projects?obj_uuids=8c6061e3-1b3d-4cf5-9ad6-6ebd6434651f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000868 10.0.0.38 - - [2026-04-23 02:02:13] "GET /project/8c6061e3-1b3d-4cf5-9ad6-6ebd6434651f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.024681 10.0.0.38 - - [2026-04-23 02:02:14] "POST /neutron/network HTTP/1.1" 200 117 0.029896 10.0.0.38 - - [2026-04-23 02:02:14] "GET /projects?obj_uuids=8c6061e3-1b3d-4cf5-9ad6-6ebd6434651f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000861 10.0.0.38 - - [2026-04-23 02:02:14] "POST /neutron/network HTTP/1.1" 200 618 0.055757 10.0.0.38 - - [2026-04-23 02:02:14] "POST /route-targets HTTP/1.1" 200 327 0.039909 10.0.0.38 - - [2026-04-23 02:02:14] "POST /ref-update HTTP/1.1" 200 156 0.014920 10.0.0.38 - - [2026-04-23 02:02:14] "POST /useragent-kv HTTP/1.1" 200 115 0.003495 10.0.0.38 - - [2026-04-23 02:02:14] "POST /neutron/subnet HTTP/1.1" 200 711 0.151743 10.0.0.38 - - [2026-04-23 02:02:14] "POST /neutron/network HTTP/1.1" 200 833 0.005075 10.0.0.38 - - [2026-04-23 02:02:14] "POST /id-to-fqname HTTP/1.1" 200 227 0.001204 10.0.0.38 - - [2026-04-23 02:02:14] "GET /virtual-network/a11734b9-2742-4d2b-96ce-642cc4edba64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006314 10.0.0.38 - - [2026-04-23 02:02:14] "POST /neutron/network HTTP/1.1" 200 833 0.004867 10.0.0.38 - - [2026-04-23 02:02:14] "GET /virtual-network/a11734b9-2742-4d2b-96ce-642cc4edba64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.003786 10.0.0.38 - - [2026-04-23 02:02:14] "POST /neutron/network HTTP/1.1" 200 833 0.004440 10.0.0.38 - - [2026-04-23 02:02:14] "POST /neutron/subnet HTTP/1.1" 200 711 0.007756 10.0.0.38 - - [2026-04-23 02:02:14] "POST /neutron/network HTTP/1.1" 200 807 0.010068 10.0.0.38 - - [2026-04-23 02:02:14] "POST /neutron/network HTTP/1.1" 200 833 0.005987 10.0.0.38 - - [2026-04-23 02:02:14] "POST /id-to-fqname HTTP/1.1" 200 227 0.001072 10.0.0.38 - - [2026-04-23 02:02:14] "POST /neutron/network HTTP/1.1" 200 843 0.004834 10.0.0.38 - - [2026-04-23 02:02:14] "GET /aaa-mode HTTP/1.1" 401 292 0.000420 10.0.0.38 - - [2026-04-23 02:02:15] "GET / HTTP/1.1" 200 35931 0.001359 10.0.0.38 - - [2026-04-23 02:02:15] "GET /project/8c6061e3-1b3d-4cf5-9ad6-6ebd6434651f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000326 10.0.0.38 - - [2026-04-23 02:02:15] "GET /projects?obj_uuids=8c6061e3-1b3d-4cf5-9ad6-6ebd6434651f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000904 10.0.0.38 - - [2026-04-23 02:02:15] "GET /project/8c6061e3-1b3d-4cf5-9ad6-6ebd6434651f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.044596 10.0.0.38 - - [2026-04-23 02:02:15] "POST /neutron/network HTTP/1.1" 200 833 0.027181 10.0.0.38 - - [2026-04-23 02:02:15] "POST /neutron/port HTTP/1.1" 200 117 0.004639 10.0.0.38 - - [2026-04-23 02:02:15] "POST /neutron/port HTTP/1.1" 200 117 0.004320 10.0.0.38 - - [2026-04-23 02:02:15] "POST /neutron/port HTTP/1.1" 200 117 0.004118 10.0.0.38 - - [2026-04-23 02:02:16] "POST /neutron/network HTTP/1.1" 200 843 0.004777 10.0.0.38 - - [2026-04-23 02:02:16] "GET /projects?obj_uuids=8c6061e3-1b3d-4cf5-9ad6-6ebd6434651f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000880 10.0.0.38 - - [2026-04-23 02:02:16] "POST /neutron/port HTTP/1.1" 200 1058 0.169000 10.0.0.38 - - [2026-04-23 02:02:16] "POST /neutron/port HTTP/1.1" 200 1058 0.036180 10.0.0.38 - - [2026-04-23 02:02:16] "POST /neutron/port HTTP/1.1" 200 1058 0.007646 10.0.0.38 - - [2026-04-23 02:02:16] "POST /neutron/port HTTP/1.1" 200 1112 0.051099 10.0.0.38 - - [2026-04-23 02:02:16] "POST /neutron/port HTTP/1.1" 200 1122 0.010816 10.0.0.38 - - [2026-04-23 02:02:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002635 10.0.0.38 - - [2026-04-23 02:02:16] "POST /neutron/subnet HTTP/1.1" 200 685 0.004853 10.0.0.38 - - [2026-04-23 02:02:16] "POST /neutron/port HTTP/1.1" 200 117 0.000851 10.0.0.38 - - [2026-04-23 02:02:16] "POST /neutron/network HTTP/1.1" 200 833 0.004207 10.0.0.38 - - [2026-04-23 02:02:17] "GET /global-system-configs HTTP/1.1" 401 292 0.000382 10.0.0.38 - - [2026-04-23 02:02:17] "GET /global-system-configs HTTP/1.1" 401 292 0.000517 10.0.0.38 - - [2026-04-23 02:02:18] "GET /global-system-configs HTTP/1.1" 401 292 0.000371 10.0.0.38 - - [2026-04-23 02:02:18] "GET /global-system-configs HTTP/1.1" 401 292 0.000344 10.0.0.38 - - [2026-04-23 02:02:19] "POST /neutron/port HTTP/1.1" 200 1122 0.012168 10.0.0.38 - - [2026-04-23 02:02:19] "POST /neutron/port HTTP/1.1" 200 1122 0.010922 10.0.0.38 - - [2026-04-23 02:02:19] "POST /neutron/network HTTP/1.1" 200 843 0.005495 10.0.0.38 - - [2026-04-23 02:02:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002345 10.0.0.38 - - [2026-04-23 02:02:19] "POST /neutron/subnet HTTP/1.1" 200 685 0.005375 10.0.0.38 - - [2026-04-23 02:02:19] "POST /neutron/port HTTP/1.1" 200 117 0.000883 10.0.0.38 - - [2026-04-23 02:02:19] "POST /neutron/network HTTP/1.1" 200 833 0.004614 10.0.0.38 - - [2026-04-23 02:02:20] "POST /neutron/port HTTP/1.1" 200 1122 0.010018 10.0.0.38 - - [2026-04-23 02:02:20] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005181 10.0.0.38 - - [2026-04-23 02:02:20] "POST /neutron/port HTTP/1.1" 200 1122 0.010789 10.0.0.38 - - [2026-04-23 02:02:20] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004870 10.0.0.38 - - [2026-04-23 02:02:20] "POST /neutron/port HTTP/1.1" 200 1122 0.011337 10.0.0.38 - - [2026-04-23 02:02:20] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005284 10.0.0.38 - - [2026-04-23 02:02:20] "GET /virtual-machine/8d7e6eab-1283-49c4-b663-6942157912f7 HTTP/1.1" 200 1294 0.003989 10.0.0.38 - - [2026-04-23 02:02:20] "GET /virtual-machine-interface/7c6cf4f4-30b7-43f2-9ee4-68937b9a2b01 HTTP/1.1" 200 2963 0.004397 10.0.0.38 - - [2026-04-23 02:02:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004235 10.0.0.38 - - [2026-04-23 02:02:20] "GET /global-vrouter-config/e2229f30-3bb6-4b1e-8c28-43277104b447?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003592 10.0.0.38 - - [2026-04-23 02:02:20] "GET /virtual-networks?parent_id=8c6061e3-1b3d-4cf5-9ad6-6ebd6434651f&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002728 10.0.0.38 - - [2026-04-23 02:02:21] "GET /virtual-network/a11734b9-2742-4d2b-96ce-642cc4edba64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004657 10.0.0.38 - - [2026-04-23 02:02:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002526 10.0.0.38 - - [2026-04-23 02:02:24] "GET /virtual-network/a11734b9-2742-4d2b-96ce-642cc4edba64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004659 10.0.0.38 - - [2026-04-23 02:02:24] "POST /neutron/port HTTP/1.1" 200 1122 0.010280 10.0.0.38 - - [2026-04-23 02:02:24] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004001 10.0.0.38 - - [2026-04-23 02:02:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002439 10.0.0.38 - - [2026-04-23 02:02:26] "GET /global-vrouter-config/e2229f30-3bb6-4b1e-8c28-43277104b447?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002454 10.0.0.38 - - [2026-04-23 02:02:26] "GET /virtual-networks?parent_id=8c6061e3-1b3d-4cf5-9ad6-6ebd6434651f&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002338 10.0.0.38 - - [2026-04-23 02:02:26] "GET /virtual-network/a11734b9-2742-4d2b-96ce-642cc4edba64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004621 10.0.0.38 - - [2026-04-23 02:02:30] "POST /neutron/network HTTP/1.1" 200 807 0.008725 10.0.0.38 - - [2026-04-23 02:02:30] "POST /neutron/network HTTP/1.1" 200 833 0.003942 10.0.0.38 - - [2026-04-23 02:02:30] "POST /id-to-fqname HTTP/1.1" 200 227 0.000896 10.0.0.38 - - [2026-04-23 02:02:30] "POST /neutron/port HTTP/1.1" 200 1122 0.010116 10.0.0.38 - - [2026-04-23 02:02:31] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005125 10.0.0.38 - - [2026-04-23 02:02:31] "POST /neutron/network HTTP/1.1" 200 843 0.004846 10.0.0.38 - - [2026-04-23 02:02:31] "GET /aaa-mode HTTP/1.1" 401 292 0.000314 10.0.0.38 - - [2026-04-23 02:02:31] "GET / HTTP/1.1" 200 35931 0.001603 10.0.0.38 - - [2026-04-23 02:02:31] "GET /project/8c6061e3-1b3d-4cf5-9ad6-6ebd6434651f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000311 10.0.0.38 - - [2026-04-23 02:02:31] "GET /projects?obj_uuids=8c6061e3-1b3d-4cf5-9ad6-6ebd6434651f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000898 10.0.0.38 - - [2026-04-23 02:02:31] "GET /project/8c6061e3-1b3d-4cf5-9ad6-6ebd6434651f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.043162 10.0.0.38 - - [2026-04-23 02:02:31] "POST /neutron/network HTTP/1.1" 200 833 0.004326 10.0.0.38 - - [2026-04-23 02:02:31] "POST /neutron/port HTTP/1.1" 200 1122 0.019591 10.0.0.38 - - [2026-04-23 02:02:31] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007503 10.0.0.38 - - [2026-04-23 02:02:32] "POST /neutron/port HTTP/1.1" 200 117 0.005910 10.0.0.38 - - [2026-04-23 02:02:32] "POST /neutron/port HTTP/1.1" 200 117 0.004292 10.0.0.38 - - [2026-04-23 02:02:32] "POST /neutron/network HTTP/1.1" 200 843 0.004454 10.0.0.38 - - [2026-04-23 02:02:32] "GET /projects?obj_uuids=8c6061e3-1b3d-4cf5-9ad6-6ebd6434651f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001240 10.0.0.38 - - [2026-04-23 02:02:32] "POST /neutron/port HTTP/1.1" 200 1058 0.158297 10.0.0.38 - - [2026-04-23 02:02:32] "POST /neutron/port HTTP/1.1" 200 1058 0.008411 10.0.0.38 - - [2026-04-23 02:02:32] "POST /neutron/port HTTP/1.1" 200 1058 0.007957 10.0.0.38 - - [2026-04-23 02:02:32] "POST /neutron/port HTTP/1.1" 200 1112 0.039463 10.0.0.38 - - [2026-04-23 02:02:32] "POST /neutron/port HTTP/1.1" 200 1122 0.009562 10.0.0.38 - - [2026-04-23 02:02:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002448 10.0.0.38 - - [2026-04-23 02:02:32] "POST /neutron/subnet HTTP/1.1" 200 685 0.005585 10.0.0.38 - - [2026-04-23 02:02:32] "POST /neutron/port HTTP/1.1" 200 117 0.000975 10.0.0.38 - - [2026-04-23 02:02:32] "POST /neutron/network HTTP/1.1" 200 833 0.004563 10.0.0.38 - - [2026-04-23 02:02:37] "POST /neutron/port HTTP/1.1" 200 1122 0.010407 10.0.0.38 - - [2026-04-23 02:02:37] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004886 10.0.0.38 - - [2026-04-23 02:02:37] "POST /neutron/port HTTP/1.1" 200 1122 0.010248 10.0.0.38 - - [2026-04-23 02:02:37] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005211 10.0.0.38 - - [2026-04-23 02:02:37] "POST /neutron/port HTTP/1.1" 200 1122 0.011355 10.0.0.38 - - [2026-04-23 02:02:37] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005266 10.0.0.38 - - [2026-04-23 02:02:37] "GET /virtual-machine/c2d7b885-e3d2-44c5-b2e3-4131985a3cac HTTP/1.1" 200 1294 0.003169 10.0.0.38 - - [2026-04-23 02:02:37] "GET /virtual-machine-interface/b8ce56c3-10e1-4b63-83a0-cc1890a06338 HTTP/1.1" 200 2963 0.004176 10.0.0.38 - - [2026-04-23 02:02:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002277 10.0.0.38 - - [2026-04-23 02:02:37] "GET /global-vrouter-config/e2229f30-3bb6-4b1e-8c28-43277104b447?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002277 10.0.0.38 - - [2026-04-23 02:02:37] "GET /virtual-networks?parent_id=8c6061e3-1b3d-4cf5-9ad6-6ebd6434651f&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002297 10.0.0.38 - - [2026-04-23 02:02:37] "GET /virtual-network/a11734b9-2742-4d2b-96ce-642cc4edba64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004661 10.0.0.38 - - [2026-04-23 02:02:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002619 10.0.0.38 - - [2026-04-23 02:02:40] "GET /virtual-network/a11734b9-2742-4d2b-96ce-642cc4edba64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005471 10.0.0.38 - - [2026-04-23 02:02:40] "POST /neutron/port HTTP/1.1" 200 1122 0.034358 10.0.0.38 - - [2026-04-23 02:02:40] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004810 10.0.0.38 - - [2026-04-23 02:02:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002691 10.0.0.38 - - [2026-04-23 02:02:42] "GET /global-vrouter-config/e2229f30-3bb6-4b1e-8c28-43277104b447?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002441 10.0.0.38 - - [2026-04-23 02:02:42] "GET /virtual-networks?parent_id=8c6061e3-1b3d-4cf5-9ad6-6ebd6434651f&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002538 10.0.0.38 - - [2026-04-23 02:02:42] "GET /virtual-network/a11734b9-2742-4d2b-96ce-642cc4edba64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004417 10.0.0.38 - - [2026-04-23 02:02:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002486 10.0.0.38 - - [2026-04-23 02:02:49] "DELETE /virtual-DNS/9704463a-d660-40e7-a2b6-b372ebf4e521 HTTP/1.1" 409 235 0.004813 10.0.0.38 - - [2026-04-23 02:02:49] "POST /fqname-to-id HTTP/1.1" 404 192 0.003858 10.0.0.38 - - [2026-04-23 02:02:49] "POST /virtual-DNS-records HTTP/1.1" 200 531 0.013457 10.0.0.38 - - [2026-04-23 02:02:49] "GET /virtual-DNS-record/80d9f3d9-cb9b-4221-b538-7066f22c36ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.003826 10.0.0.38 - - [2026-04-23 02:02:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002775 10.0.0.38 - - [2026-04-23 02:02:49] "GET /virtual-DNS-record/80d9f3d9-cb9b-4221-b538-7066f22c36ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.003042 10.0.0.38 - - [2026-04-23 02:02:49] "GET /domains HTTP/1.1" 200 280 0.002836 10.0.0.38 - - [2026-04-23 02:02:49] "GET /domains?obj_uuids=63294607-7558-4a2c-b899-0097ad180adc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000829 10.0.0.38 - - [2026-04-23 02:02:49] "GET /domain/63294607-7558-4a2c-b899-0097ad180adc HTTP/1.1" 200 2958 0.005485 10.0.0.38 - - [2026-04-23 02:02:49] "GET /virtual-DNS/9704463a-d660-40e7-a2b6-b372ebf4e521 HTTP/1.1" 200 1907 0.004137 10.0.0.38 - - [2026-04-23 02:02:49] "GET /virtual-DNS-record/80d9f3d9-cb9b-4221-b538-7066f22c36ab HTTP/1.1" 200 1335 0.001963 10.0.0.38 - - [2026-04-23 02:02:55] "DELETE /virtual-DNS-record/80d9f3d9-cb9b-4221-b538-7066f22c36ab HTTP/1.1" 200 115 0.018893 10.0.0.38 - - [2026-04-23 02:02:55] "POST /fqname-to-id HTTP/1.1" 404 184 0.002148 10.0.0.38 - - [2026-04-23 02:02:55] "POST /neutron/network HTTP/1.1" 200 833 0.005041 10.0.0.38 - - [2026-04-23 02:02:55] "POST /neutron/network HTTP/1.1" 400 204 0.009817 10.0.0.38 - - [2026-04-23 02:02:55] "POST /neutron/port HTTP/1.1" 200 1122 0.010524 10.0.0.38 - - [2026-04-23 02:02:55] "POST /neutron/port HTTP/1.1" 200 1112 0.010183 10.0.0.38 - - [2026-04-23 02:02:56] "POST /neutron/port HTTP/1.1" 200 1122 0.014561 10.0.0.38 - - [2026-04-23 02:02:56] "POST /neutron/port HTTP/1.1" 200 1112 0.015342 10.0.0.38 - - [2026-04-23 02:02:56] "POST /neutron/port HTTP/1.1" 200 151 0.117871 10.0.0.38 - - [2026-04-23 02:02:56] "POST /neutron/port HTTP/1.1" 200 151 0.090758 10.0.0.38 - - [2026-04-23 02:02:57] "POST /neutron/network HTTP/1.1" 200 833 0.005067 10.0.0.38 - - [2026-04-23 02:02:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002440 10.0.0.38 - - [2026-04-23 02:02:57] "DELETE /route-target/87ec0b53-3c6f-42ef-af26-1f11fcd85ba6 HTTP/1.1" 200 115 0.044429 10.0.0.38 - - [2026-04-23 02:02:57] "POST /useragent-kv HTTP/1.1" 200 115 0.002315 10.0.0.38 - - [2026-04-23 02:02:57] "POST /useragent-kv HTTP/1.1" 200 115 0.001416 10.0.0.38 - - [2026-04-23 02:02:57] "POST /neutron/network HTTP/1.1" 200 151 0.119850 10.0.0.38 - - [2026-04-23 02:02:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003358 10.0.0.38 - - [2026-04-23 02:02:57] "DELETE /network-ipam/acdac9ab-a8fb-49a8-b800-9e98a3c6cc23 HTTP/1.1" 200 115 0.017695 10.0.0.38 - - [2026-04-23 02:02:57] "DELETE /virtual-DNS/9704463a-d660-40e7-a2b6-b372ebf4e521 HTTP/1.1" 200 115 0.014181 10.0.0.38 - - [2026-04-23 02:02:57] "POST /fqname-to-id HTTP/1.1" 404 180 0.002383 10.0.0.38 - - [2026-04-23 02:02:57] "GET /domains HTTP/1.1" 200 280 0.002505 10.0.0.38 - - [2026-04-23 02:02:57] "GET /domains?obj_uuids=63294607-7558-4a2c-b899-0097ad180adc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000777 10.0.0.38 - - [2026-04-23 02:02:57] "GET /domain/63294607-7558-4a2c-b899-0097ad180adc HTTP/1.1" 200 2758 0.006267 10.0.0.38 - - [2026-04-23 02:02:58] "GET /projects?obj_uuids=8c6061e3-1b3d-4cf5-9ad6-6ebd6434651f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000969 10.0.0.38 - - [2026-04-23 02:02:58] "GET /project/8c6061e3-1b3d-4cf5-9ad6-6ebd6434651f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.021281 10.0.0.38 - - [2026-04-23 02:02:58] "GET /projects?obj_uuids=8c6061e3-1b3d-4cf5-9ad6-6ebd6434651f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000927 10.0.0.38 - - [2026-04-23 02:02:58] "GET /project/8c6061e3-1b3d-4cf5-9ad6-6ebd6434651f?fields=virtual_networks HTTP/1.1" 200 1035 0.064976 10.0.0.38 - - [2026-04-23 02:02:58] "GET /projects?obj_uuids=8c6061e3-1b3d-4cf5-9ad6-6ebd6434651f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001237 10.0.0.38 - - [2026-04-23 02:02:58] "GET /project/8c6061e3-1b3d-4cf5-9ad6-6ebd6434651f?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.023637 10.0.0.38 - - [2026-04-23 02:02:58] "GET /projects?obj_uuids=8c6061e3-1b3d-4cf5-9ad6-6ebd6434651f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000930 10.0.0.38 - - [2026-04-23 02:02:58] "GET /project/8c6061e3-1b3d-4cf5-9ad6-6ebd6434651f?fields=security_groups HTTP/1.1" 200 1262 0.023793 10.0.0.38 - - [2026-04-23 02:02:59] "POST /fqname-to-id HTTP/1.1" 404 189 0.026447 10.0.0.38 - - [2026-04-23 02:02:59] "GET /projects?obj_uuids=e65f8a13-4f8c-466e-92ae-868969291284&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.001848 10.0.0.38 - - [2026-04-23 02:02:59] "GET /domains?obj_uuids=63294607-7558-4a2c-b899-0097ad180adc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000940 10.0.0.38 - - [2026-04-23 02:02:59] "GET /domain/63294607-7558-4a2c-b899-0097ad180adc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.005662 10.0.0.38 - - [2026-04-23 02:02:59] "POST /id-to-fqname HTTP/1.1" 200 191 0.000964 10.0.0.38 - - [2026-04-23 02:02:59] "POST /fqname-to-id HTTP/1.1" 404 200 0.002515 10.0.0.38 - - [2026-04-23 02:02:59] "POST /security-groups HTTP/1.1" 200 592 0.060263 10.0.0.38 - - [2026-04-23 02:02:59] "POST /fqname-to-id HTTP/1.1" 404 235 0.002326 10.0.0.38 - - [2026-04-23 02:02:59] "POST /projects HTTP/1.1" 200 587 0.196689 10.0.0.38 - - [2026-04-23 02:02:59] "POST /access-control-lists HTTP/1.1" 200 597 0.055342 10.0.0.38 - - [2026-04-23 02:02:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.268152 10.0.0.38 - - [2026-04-23 02:02:59] "POST /fqname-to-id HTTP/1.1" 404 234 0.002258 10.0.0.38 - - [2026-04-23 02:02:59] "GET /project/e65f8a13-4f8c-466e-92ae-868969291284?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.383952 10.0.0.38 - - [2026-04-23 02:02:59] "POST /access-control-lists HTTP/1.1" 200 595 0.056355 10.0.0.38 - - [2026-04-23 02:03:00] "GET / HTTP/1.1" 200 35931 0.002384 10.0.0.38 - - [2026-04-23 02:03:00] "DELETE /project/e65f8a134f8c466e92ae868969291284 HTTP/1.1" 404 173 0.009875 10.0.0.38 - - [2026-04-23 02:03:00] "DELETE /project/8c6061e31b3d4cf59ad66ebd6434651f HTTP/1.1" 404 173 0.005462 10.0.0.38 - - [2026-04-23 02:03:00] "GET /projects?obj_uuids=44745803-5ca4-4d03-8f23-38603343c9d9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000829 10.0.0.38 - - [2026-04-23 02:03:00] "GET /projects?obj_uuids=8c6061e3-1b3d-4cf5-9ad6-6ebd6434651f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000742 10.0.0.38 - - [2026-04-23 02:03:00] "GET /project/8c6061e3-1b3d-4cf5-9ad6-6ebd6434651f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1473 0.026948 10.0.0.38 - - [2026-04-23 02:03:00] "GET /project/44745803-5ca4-4d03-8f23-38603343c9d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.030672 10.0.0.38 - - [2026-04-23 02:03:00] "GET /projects?obj_uuids=44745803-5ca4-4d03-8f23-38603343c9d9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000824 10.0.0.38 - - [2026-04-23 02:03:00] "GET /projects?obj_uuids=8c6061e3-1b3d-4cf5-9ad6-6ebd6434651f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001202 10.0.0.38 - - [2026-04-23 02:03:01] "GET /project/44745803-5ca4-4d03-8f23-38603343c9d9?fields=security_groups HTTP/1.1" 200 1357 0.066906 10.0.0.38 - - [2026-04-23 02:03:01] "GET /project/8c6061e3-1b3d-4cf5-9ad6-6ebd6434651f?fields=security_groups HTTP/1.1" 200 1367 0.081905 10.0.0.38 - - [2026-04-23 02:03:01] "DELETE /security-group/ff7cc889-3aea-4c8c-be62-c7b49ff17daf HTTP/1.1" 200 115 0.034925 10.0.0.38 - - [2026-04-23 02:03:01] "GET /projects?obj_uuids=44745803-5ca4-4d03-8f23-38603343c9d9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000917 10.0.0.38 - - [2026-04-23 02:03:01] "DELETE /access-control-list/9049cfa5-4057-4804-9e94-073b553c0f13 HTTP/1.1" 200 115 0.028244 10.0.0.38 - - [2026-04-23 02:03:01] "DELETE /security-group/ecee907d-a448-4328-8997-962e7700fd53 HTTP/1.1" 200 115 0.048991 10.0.0.38 - - [2026-04-23 02:03:01] "GET /projects?obj_uuids=8c6061e3-1b3d-4cf5-9ad6-6ebd6434651f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001105 10.0.0.38 - - [2026-04-23 02:03:01] "GET /project/44745803-5ca4-4d03-8f23-38603343c9d9?fields=application_policy_sets HTTP/1.1" 200 1396 0.041927 10.0.0.38 - - [2026-04-23 02:03:01] "DELETE /access-control-list/09388e12-02e1-4aad-b42f-53a549b18dd2 HTTP/1.1" 200 115 0.042321 10.0.0.38 - - [2026-04-23 02:03:01] "DELETE /access-control-list/4f1230d8-916b-4718-84fc-1259710e651e HTTP/1.1" 200 115 0.018525 10.0.0.38 - - [2026-04-23 02:03:01] "GET /project/8c6061e3-1b3d-4cf5-9ad6-6ebd6434651f?fields=application_policy_sets HTTP/1.1" 200 1406 0.076890 10.0.0.38 - - [2026-04-23 02:03:01] "DELETE /access-control-list/0ddba933-0866-4097-852d-2bdb674574ef HTTP/1.1" 200 115 0.046427 10.0.0.38 - - [2026-04-23 02:03:01] "POST /fqname-to-id HTTP/1.1" 401 292 0.000525 10.0.0.38 - - [2026-04-23 02:03:01] "DELETE /project/44745803-5ca4-4d03-8f23-38603343c9d9 HTTP/1.1" 200 115 0.386345 10.0.0.38 - - [2026-04-23 02:03:01] "DELETE /project/8c6061e3-1b3d-4cf5-9ad6-6ebd6434651f HTTP/1.1" 200 115 0.408971 10.0.0.38 - - [2026-04-23 02:03:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.028687 10.0.0.38 - - [2026-04-23 02:03:01] "GET /projects?obj_uuids=e65f8a13-4f8c-466e-92ae-868969291284&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000799 10.0.0.38 - - [2026-04-23 02:03:01] "GET /project/e65f8a13-4f8c-466e-92ae-868969291284?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.021662 10.0.0.38 - - [2026-04-23 02:03:01] "POST /neutron/network HTTP/1.1" 200 117 0.033888 10.0.0.38 - - [2026-04-23 02:03:01] "GET /projects?obj_uuids=e65f8a13-4f8c-466e-92ae-868969291284&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000902 10.0.0.38 - - [2026-04-23 02:03:01] "POST /neutron/network HTTP/1.1" 200 606 0.053164 10.0.0.38 - - [2026-04-23 02:03:01] "POST /route-targets HTTP/1.1" 200 327 0.011420 10.0.0.38 - - [2026-04-23 02:03:01] "POST /ref-update HTTP/1.1" 200 156 0.012408 10.0.0.38 - - [2026-04-23 02:03:02] "POST /useragent-kv HTTP/1.1" 200 115 0.002479 10.0.0.38 - - [2026-04-23 02:03:02] "POST /neutron/subnet HTTP/1.1" 200 734 0.207623 10.0.0.38 - - [2026-04-23 02:03:02] "POST /neutron/network HTTP/1.1" 200 827 0.004917 10.0.0.38 - - [2026-04-23 02:03:02] "POST /id-to-fqname HTTP/1.1" 200 221 0.001187 10.0.0.38 - - [2026-04-23 02:03:02] "GET /virtual-network/5eaacb3e-253c-4932-b476-24dc55f8f16c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.004409 10.0.0.38 - - [2026-04-23 02:03:02] "POST /neutron/network HTTP/1.1" 200 827 0.004669 10.0.0.38 - - [2026-04-23 02:03:02] "GET /virtual-network/5eaacb3e-253c-4932-b476-24dc55f8f16c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.004111 10.0.0.38 - - [2026-04-23 02:03:02] "POST /neutron/network HTTP/1.1" 200 827 0.004796 10.0.0.38 - - [2026-04-23 02:03:02] "POST /neutron/subnet HTTP/1.1" 200 734 0.006817 10.0.0.38 - - [2026-04-23 02:03:02] "POST /id-to-fqname HTTP/1.1" 200 221 0.000914 10.0.0.38 - - [2026-04-23 02:03:02] "POST /neutron/network HTTP/1.1" 200 837 0.005187 10.0.0.38 - - [2026-04-23 02:03:02] "GET /aaa-mode HTTP/1.1" 401 292 0.000371 10.0.0.38 - - [2026-04-23 02:03:02] "GET / HTTP/1.1" 200 35931 0.002666 10.0.0.38 - - [2026-04-23 02:03:02] "GET /project/e65f8a13-4f8c-466e-92ae-868969291284?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000530 10.0.0.38 - - [2026-04-23 02:03:03] "GET /projects?obj_uuids=e65f8a13-4f8c-466e-92ae-868969291284&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000919 10.0.0.38 - - [2026-04-23 02:03:03] "GET /project/e65f8a13-4f8c-466e-92ae-868969291284?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.048047 10.0.0.38 - - [2026-04-23 02:03:03] "POST /neutron/network HTTP/1.1" 200 827 0.004694 10.0.0.38 - - [2026-04-23 02:03:03] "POST /neutron/port HTTP/1.1" 200 117 0.004246 10.0.0.38 - - [2026-04-23 02:03:03] "POST /neutron/port HTTP/1.1" 200 117 0.004190 10.0.0.38 - - [2026-04-23 02:03:03] "POST /id-to-fqname HTTP/1.1" 200 221 0.001322 10.0.0.38 - - [2026-04-23 02:03:03] "POST /neutron/port HTTP/1.1" 200 117 0.004158 10.0.0.38 - - [2026-04-23 02:03:03] "POST /neutron/network HTTP/1.1" 200 837 0.005734 10.0.0.38 - - [2026-04-23 02:03:03] "GET /aaa-mode HTTP/1.1" 401 292 0.000379 10.0.0.38 - - [2026-04-23 02:03:03] "POST /neutron/network HTTP/1.1" 200 837 0.004897 10.0.0.38 - - [2026-04-23 02:03:03] "GET /projects?obj_uuids=e65f8a13-4f8c-466e-92ae-868969291284&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001179 10.0.0.38 - - [2026-04-23 02:03:03] "GET / HTTP/1.1" 200 35931 0.002410 10.0.0.38 - - [2026-04-23 02:03:03] "GET /project/e65f8a13-4f8c-466e-92ae-868969291284?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000314 10.0.0.38 - - [2026-04-23 02:03:03] "POST /neutron/port HTTP/1.1" 200 1063 0.181175 10.0.0.38 - - [2026-04-23 02:03:03] "POST /neutron/port HTTP/1.1" 200 1063 0.009796 10.0.0.38 - - [2026-04-23 02:03:03] "POST /neutron/port HTTP/1.1" 200 1063 0.009367 10.0.0.38 - - [2026-04-23 02:03:03] "POST /neutron/port HTTP/1.1" 200 1117 0.051193 10.0.0.38 - - [2026-04-23 02:03:03] "POST /neutron/port HTTP/1.1" 200 1127 0.011217 10.0.0.38 - - [2026-04-23 02:03:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003332 10.0.0.38 - - [2026-04-23 02:03:04] "POST /neutron/subnet HTTP/1.1" 200 708 0.006124 10.0.0.38 - - [2026-04-23 02:03:04] "POST /neutron/port HTTP/1.1" 200 117 0.001386 10.0.0.38 - - [2026-04-23 02:03:04] "POST /neutron/network HTTP/1.1" 200 827 0.004795 10.0.0.38 - - [2026-04-23 02:03:04] "GET /projects?obj_uuids=e65f8a13-4f8c-466e-92ae-868969291284&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001244 10.0.0.38 - - [2026-04-23 02:03:04] "GET /project/e65f8a13-4f8c-466e-92ae-868969291284?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.049607 10.0.0.38 - - [2026-04-23 02:03:04] "POST /neutron/network HTTP/1.1" 200 827 0.004359 10.0.0.38 - - [2026-04-23 02:03:04] "POST /neutron/port HTTP/1.1" 200 1127 0.012773 10.0.0.38 - - [2026-04-23 02:03:04] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006059 10.0.0.38 - - [2026-04-23 02:03:04] "POST /neutron/port HTTP/1.1" 200 117 0.004166 10.0.0.38 - - [2026-04-23 02:03:04] "POST /neutron/port HTTP/1.1" 200 1127 0.013288 10.0.0.38 - - [2026-04-23 02:03:04] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006307 10.0.0.38 - - [2026-04-23 02:03:04] "POST /neutron/network HTTP/1.1" 200 837 0.011091 10.0.0.38 - - [2026-04-23 02:03:04] "GET /projects?obj_uuids=e65f8a13-4f8c-466e-92ae-868969291284&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000960 10.0.0.38 - - [2026-04-23 02:03:04] "POST /neutron/port HTTP/1.1" 200 1063 0.230476 10.0.0.38 - - [2026-04-23 02:03:04] "POST /neutron/port HTTP/1.1" 200 1063 0.009695 10.0.0.38 - - [2026-04-23 02:03:04] "POST /neutron/port HTTP/1.1" 200 1063 0.009715 10.0.0.38 - - [2026-04-23 02:03:05] "POST /neutron/port HTTP/1.1" 200 1117 0.068089 10.0.0.38 - - [2026-04-23 02:03:05] "POST /neutron/port HTTP/1.1" 200 1127 0.011846 10.0.0.38 - - [2026-04-23 02:03:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004434 10.0.0.38 - - [2026-04-23 02:03:05] "POST /neutron/subnet HTTP/1.1" 200 708 0.007229 10.0.0.38 - - [2026-04-23 02:03:05] "POST /neutron/port HTTP/1.1" 200 117 0.001055 10.0.0.38 - - [2026-04-23 02:03:05] "POST /neutron/network HTTP/1.1" 200 827 0.004925 10.0.0.38 - - [2026-04-23 02:03:07] "GET /obj-perms HTTP/1.1" 200 5056 0.050351 10.0.0.38 - - [2026-04-23 02:03:08] "GET /obj-perms HTTP/1.1" 200 5056 0.047181 10.0.0.38 - - [2026-04-23 02:03:09] "POST /neutron/port HTTP/1.1" 200 1127 0.010023 10.0.0.38 - - [2026-04-23 02:03:09] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007743 10.0.0.38 - - [2026-04-23 02:03:09] "POST /neutron/port HTTP/1.1" 200 1127 0.016272 10.0.0.38 - - [2026-04-23 02:03:09] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007327 10.0.0.38 - - [2026-04-23 02:03:09] "POST /neutron/port HTTP/1.1" 200 1127 0.012816 10.0.0.38 - - [2026-04-23 02:03:09] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004988 10.0.0.38 - - [2026-04-23 02:03:09] "GET /virtual-machine/8157d917-a58e-46a2-98fc-b16a86b89f11 HTTP/1.1" 401 292 0.000359 10.0.0.38 - - [2026-04-23 02:03:10] "GET /virtual-machine/8157d917-a58e-46a2-98fc-b16a86b89f11 HTTP/1.1" 200 1293 0.032826 10.0.0.38 - - [2026-04-23 02:03:10] "GET /virtual-machine-interface/277a8d4c-79c6-44d5-bc54-f9e03b05466c HTTP/1.1" 200 2945 0.004045 10.0.0.38 - - [2026-04-23 02:03:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002437 10.0.0.38 - - [2026-04-23 02:03:10] "GET /global-vrouter-config/e2229f30-3bb6-4b1e-8c28-43277104b447?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002813 10.0.0.38 - - [2026-04-23 02:03:10] "GET /virtual-networks?parent_id=e65f8a13-4f8c-466e-92ae-868969291284&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003011 10.0.0.38 - - [2026-04-23 02:03:10] "GET /virtual-network/5eaacb3e-253c-4932-b476-24dc55f8f16c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.004514 10.0.0.38 - - [2026-04-23 02:03:12] "POST /neutron/port HTTP/1.1" 200 1127 0.010774 10.0.0.38 - - [2026-04-23 02:03:12] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004438 10.0.0.38 - - [2026-04-23 02:03:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002580 10.0.0.38 - - [2026-04-23 02:03:13] "GET /virtual-network/5eaacb3e-253c-4932-b476-24dc55f8f16c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.003899 10.0.0.38 - - [2026-04-23 02:03:13] "POST /neutron/port HTTP/1.1" 200 1127 0.016643 10.0.0.38 - - [2026-04-23 02:03:13] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007171 10.0.0.38 - - [2026-04-23 02:03:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002463 10.0.0.38 - - [2026-04-23 02:03:15] "GET /global-vrouter-config/e2229f30-3bb6-4b1e-8c28-43277104b447?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003070 10.0.0.38 - - [2026-04-23 02:03:15] "GET /virtual-networks?parent_id=e65f8a13-4f8c-466e-92ae-868969291284&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002560 10.0.0.38 - - [2026-04-23 02:03:15] "GET /virtual-network/5eaacb3e-253c-4932-b476-24dc55f8f16c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.004600 10.0.0.38 - - [2026-04-23 02:03:15] "POST /neutron/port HTTP/1.1" 200 1127 0.012221 10.0.0.38 - - [2026-04-23 02:03:15] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005090 10.0.0.38 - - [2026-04-23 02:03:15] "POST /neutron/port HTTP/1.1" 200 1127 0.010102 10.0.0.38 - - [2026-04-23 02:03:15] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004994 10.0.0.38 - - [2026-04-23 02:03:16] "POST /neutron/port HTTP/1.1" 200 1127 0.011788 10.0.0.38 - - [2026-04-23 02:03:16] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005647 10.0.0.38 - - [2026-04-23 02:03:16] "GET /virtual-machine/98b86ca2-13ed-4ae9-bd18-b70a499bbadc HTTP/1.1" 200 1294 0.004176 10.0.0.38 - - [2026-04-23 02:03:16] "GET /virtual-machine-interface/42030873-fb04-49e6-a60b-27d7b88261f2 HTTP/1.1" 200 2945 0.004709 10.0.0.38 - - [2026-04-23 02:03:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002538 10.0.0.38 - - [2026-04-23 02:03:16] "GET /global-vrouter-config/e2229f30-3bb6-4b1e-8c28-43277104b447?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002381 10.0.0.38 - - [2026-04-23 02:03:16] "GET /virtual-networks?parent_id=e65f8a13-4f8c-466e-92ae-868969291284&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002657 10.0.0.38 - - [2026-04-23 02:03:16] "GET /virtual-network/5eaacb3e-253c-4932-b476-24dc55f8f16c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.004598 10.0.0.38 - - [2026-04-23 02:03:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002731 10.0.0.38 - - [2026-04-23 02:03:17] "GET /global-vrouter-config/e2229f30-3bb6-4b1e-8c28-43277104b447?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003418 10.0.0.38 - - [2026-04-23 02:03:17] "GET /virtual-networks?parent_id=e65f8a13-4f8c-466e-92ae-868969291284&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003305 10.0.0.38 - - [2026-04-23 02:03:17] "GET /virtual-network/5eaacb3e-253c-4932-b476-24dc55f8f16c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005249 10.0.0.38 - - [2026-04-23 02:03:20] "POST /neutron/port HTTP/1.1" 200 1127 0.010752 10.0.0.38 - - [2026-04-23 02:03:20] "POST /neutron/port HTTP/1.1" 200 1127 0.009604 10.0.0.38 - - [2026-04-23 02:03:20] "POST /neutron/network HTTP/1.1" 200 837 0.004259 10.0.0.38 - - [2026-04-23 02:03:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002728 10.0.0.38 - - [2026-04-23 02:03:20] "POST /neutron/subnet HTTP/1.1" 200 708 0.006042 10.0.0.38 - - [2026-04-23 02:03:20] "POST /neutron/port HTTP/1.1" 200 117 0.001125 10.0.0.38 - - [2026-04-23 02:03:20] "POST /neutron/network HTTP/1.1" 200 827 0.004632 10.0.0.38 - - [2026-04-23 02:03:21] "POST /neutron/network HTTP/1.1" 200 827 0.004624 10.0.0.38 - - [2026-04-23 02:03:21] "POST /neutron/network HTTP/1.1" 400 204 0.014514 10.0.0.38 - - [2026-04-23 02:03:22] "POST /neutron/port HTTP/1.1" 200 1127 0.013201 10.0.0.38 - - [2026-04-23 02:03:22] "POST /neutron/port HTTP/1.1" 200 1117 0.007730 10.0.0.38 - - [2026-04-23 02:03:22] "POST /neutron/port HTTP/1.1" 200 1127 0.017416 10.0.0.38 - - [2026-04-23 02:03:22] "POST /neutron/port HTTP/1.1" 200 1117 0.009585 10.0.0.38 - - [2026-04-23 02:03:22] "POST /neutron/port HTTP/1.1" 200 151 0.107466 10.0.0.38 - - [2026-04-23 02:03:22] "POST /neutron/port HTTP/1.1" 200 151 0.095089 10.0.0.38 - - [2026-04-23 02:03:23] "POST /neutron/network HTTP/1.1" 200 827 0.005088 10.0.0.38 - - [2026-04-23 02:03:23] "POST /useragent-kv HTTP/1.1" 200 115 0.002682 10.0.0.38 - - [2026-04-23 02:03:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003501 10.0.0.38 - - [2026-04-23 02:03:23] "POST /useragent-kv HTTP/1.1" 200 115 0.001453 10.0.0.38 - - [2026-04-23 02:03:23] "POST /neutron/network HTTP/1.1" 200 151 0.068366 10.0.0.38 - - [2026-04-23 02:03:23] "DELETE /route-target/9d737f7d-3919-4353-b160-c2aca9acf8fb HTTP/1.1" 200 115 0.010925 10.0.0.38 - - [2026-04-23 02:03:24] "GET /projects?obj_uuids=e65f8a13-4f8c-466e-92ae-868969291284&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000898 10.0.0.38 - - [2026-04-23 02:03:24] "GET /project/e65f8a13-4f8c-466e-92ae-868969291284?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.020592 10.0.0.38 - - [2026-04-23 02:03:24] "GET /projects?obj_uuids=e65f8a13-4f8c-466e-92ae-868969291284&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000876 10.0.0.38 - - [2026-04-23 02:03:24] "GET /project/e65f8a13-4f8c-466e-92ae-868969291284?fields=virtual_networks HTTP/1.1" 200 1035 0.061126 10.0.0.38 - - [2026-04-23 02:03:24] "GET /projects?obj_uuids=e65f8a13-4f8c-466e-92ae-868969291284&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000960 10.0.0.38 - - [2026-04-23 02:03:24] "GET /project/e65f8a13-4f8c-466e-92ae-868969291284?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.023118 10.0.0.38 - - [2026-04-23 02:03:24] "GET /projects?obj_uuids=e65f8a13-4f8c-466e-92ae-868969291284&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000875 10.0.0.38 - - [2026-04-23 02:03:24] "GET /project/e65f8a13-4f8c-466e-92ae-868969291284?fields=security_groups HTTP/1.1" 200 1262 0.021064 10.0.0.38 - - [2026-04-23 02:03:25] "POST /fqname-to-id HTTP/1.1" 404 188 0.025504 10.0.0.38 - - [2026-04-23 02:03:25] "GET /projects?obj_uuids=7234e437-145c-408d-bc70-4107a8e7e6b5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002038 10.0.0.38 - - [2026-04-23 02:03:25] "GET /domains?obj_uuids=63294607-7558-4a2c-b899-0097ad180adc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000865 10.0.0.38 - - [2026-04-23 02:03:25] "GET /domain/63294607-7558-4a2c-b899-0097ad180adc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.005899 10.0.0.38 - - [2026-04-23 02:03:25] "POST /id-to-fqname HTTP/1.1" 200 190 0.001011 10.0.0.38 - - [2026-04-23 02:03:25] "POST /fqname-to-id HTTP/1.1" 404 199 0.002453 10.0.0.38 - - [2026-04-23 02:03:25] "POST /security-groups HTTP/1.1" 200 591 0.063864 10.0.0.38 - - [2026-04-23 02:03:25] "POST /fqname-to-id HTTP/1.1" 404 234 0.002327 10.0.0.38 - - [2026-04-23 02:03:25] "POST /projects HTTP/1.1" 200 585 0.199398 10.0.0.38 - - [2026-04-23 02:03:25] "POST /access-control-lists HTTP/1.1" 200 596 0.054284 10.0.0.38 - - [2026-04-23 02:03:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.279150 10.0.0.38 - - [2026-04-23 02:03:25] "POST /fqname-to-id HTTP/1.1" 404 233 0.002349 10.0.0.38 - - [2026-04-23 02:03:25] "GET /project/7234e437-145c-408d-bc70-4107a8e7e6b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.390624 10.0.0.38 - - [2026-04-23 02:03:25] "POST /access-control-lists HTTP/1.1" 200 594 0.064005 10.0.0.38 - - [2026-04-23 02:03:26] "GET / HTTP/1.1" 200 35931 0.001756 10.0.0.38 - - [2026-04-23 02:03:27] "POST /fqname-to-id HTTP/1.1" 401 292 0.000700 10.0.0.38 - - [2026-04-23 02:03:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.060986 10.0.0.38 - - [2026-04-23 02:03:27] "GET /projects?obj_uuids=7234e437-145c-408d-bc70-4107a8e7e6b5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000866 10.0.0.38 - - [2026-04-23 02:03:27] "GET /project/7234e437-145c-408d-bc70-4107a8e7e6b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.020213 10.0.0.38 - - [2026-04-23 02:03:27] "POST /neutron/network HTTP/1.1" 200 117 0.032585 10.0.0.38 - - [2026-04-23 02:03:27] "GET /projects?obj_uuids=7234e437-145c-408d-bc70-4107a8e7e6b5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001296 10.0.0.38 - - [2026-04-23 02:03:27] "POST /neutron/network HTTP/1.1" 200 625 0.051985 10.0.0.38 - - [2026-04-23 02:03:27] "POST /route-targets HTTP/1.1" 200 327 0.008135 10.0.0.38 - - [2026-04-23 02:03:27] "POST /ref-update HTTP/1.1" 200 156 0.008274 10.0.0.38 - - [2026-04-23 02:03:28] "POST /useragent-kv HTTP/1.1" 200 115 0.002343 10.0.0.38 - - [2026-04-23 02:03:28] "POST /neutron/subnet HTTP/1.1" 200 701 0.164372 10.0.0.38 - - [2026-04-23 02:03:28] "POST /neutron/network HTTP/1.1" 200 839 0.004449 10.0.0.38 - - [2026-04-23 02:03:28] "POST /id-to-fqname HTTP/1.1" 200 230 0.000956 10.0.0.38 - - [2026-04-23 02:03:28] "GET /virtual-network/0e1fef7e-d0d9-4fec-9d06-3a1d2bd211cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.003987 10.0.0.38 - - [2026-04-23 02:03:28] "POST /neutron/network HTTP/1.1" 200 839 0.005754 10.0.0.38 - - [2026-04-23 02:03:28] "GET /virtual-network/0e1fef7e-d0d9-4fec-9d06-3a1d2bd211cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004580 10.0.0.38 - - [2026-04-23 02:03:28] "POST /neutron/network HTTP/1.1" 200 839 0.004684 10.0.0.38 - - [2026-04-23 02:03:28] "POST /neutron/subnet HTTP/1.1" 200 701 0.005415 10.0.0.38 - - [2026-04-23 02:03:28] "POST /neutron/network HTTP/1.1" 200 839 0.004807 10.0.0.38 - - [2026-04-23 02:03:28] "POST /id-to-fqname HTTP/1.1" 200 230 0.001292 10.0.0.38 - - [2026-04-23 02:03:28] "POST /neutron/network HTTP/1.1" 200 849 0.004593 10.0.0.38 - - [2026-04-23 02:03:28] "GET /aaa-mode HTTP/1.1" 401 292 0.000404 10.0.0.38 - - [2026-04-23 02:03:28] "GET / HTTP/1.1" 200 35931 0.001595 10.0.0.38 - - [2026-04-23 02:03:28] "GET /project/7234e437-145c-408d-bc70-4107a8e7e6b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000312 10.0.0.38 - - [2026-04-23 02:03:29] "GET /projects?obj_uuids=7234e437-145c-408d-bc70-4107a8e7e6b5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000908 10.0.0.38 - - [2026-04-23 02:03:29] "GET /project/7234e437-145c-408d-bc70-4107a8e7e6b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.046374 10.0.0.38 - - [2026-04-23 02:03:29] "POST /neutron/network HTTP/1.1" 200 839 0.011553 10.0.0.38 - - [2026-04-23 02:03:29] "POST /neutron/port HTTP/1.1" 200 117 0.004842 10.0.0.38 - - [2026-04-23 02:03:29] "POST /neutron/port HTTP/1.1" 200 117 0.005683 10.0.0.38 - - [2026-04-23 02:03:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003938 10.0.0.38 - - [2026-04-23 02:03:29] "GET /global-vrouter-config/e2229f30-3bb6-4b1e-8c28-43277104b447?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002820 10.0.0.38 - - [2026-04-23 02:03:29] "PUT /global-vrouter-config/e2229f30-3bb6-4b1e-8c28-43277104b447 HTTP/1.1" 200 276 0.007771 10.0.0.38 - - [2026-04-23 02:03:29] "POST /neutron/port HTTP/1.1" 200 117 0.003760 10.0.0.38 - - [2026-04-23 02:03:29] "POST /neutron/network HTTP/1.1" 200 849 0.004590 10.0.0.38 - - [2026-04-23 02:03:29] "GET /projects?obj_uuids=7234e437-145c-408d-bc70-4107a8e7e6b5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000965 10.0.0.38 - - [2026-04-23 02:03:29] "POST /neutron/port HTTP/1.1" 200 1055 0.178069 10.0.0.38 - - [2026-04-23 02:03:29] "POST /neutron/port HTTP/1.1" 200 1055 0.008548 10.0.0.38 - - [2026-04-23 02:03:29] "POST /neutron/port HTTP/1.1" 200 1055 0.008488 10.0.0.38 - - [2026-04-23 02:03:29] "POST /neutron/port HTTP/1.1" 200 1109 0.048539 10.0.0.38 - - [2026-04-23 02:03:30] "POST /neutron/port HTTP/1.1" 200 1119 0.010574 10.0.0.38 - - [2026-04-23 02:03:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002921 10.0.0.38 - - [2026-04-23 02:03:30] "POST /neutron/subnet HTTP/1.1" 200 675 0.005921 10.0.0.38 - - [2026-04-23 02:03:30] "POST /neutron/port HTTP/1.1" 200 117 0.000981 10.0.0.38 - - [2026-04-23 02:03:30] "POST /neutron/network HTTP/1.1" 200 839 0.004516 10.0.0.38 - - [2026-04-23 02:03:34] "POST /neutron/port HTTP/1.1" 200 1119 0.010957 10.0.0.38 - - [2026-04-23 02:03:34] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005273 10.0.0.38 - - [2026-04-23 02:03:34] "POST /neutron/port HTTP/1.1" 200 1119 0.011949 10.0.0.38 - - [2026-04-23 02:03:34] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004617 10.0.0.38 - - [2026-04-23 02:03:34] "POST /neutron/port HTTP/1.1" 200 1119 0.011309 10.0.0.38 - - [2026-04-23 02:03:34] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006261 10.0.0.38 - - [2026-04-23 02:03:34] "GET /virtual-machine/cb72bb00-dbd8-4725-8697-9b48e03105ea HTTP/1.1" 401 292 0.000350 10.0.0.38 - - [2026-04-23 02:03:35] "GET /virtual-machine/cb72bb00-dbd8-4725-8697-9b48e03105ea HTTP/1.1" 200 1292 0.042999 10.0.0.38 - - [2026-04-23 02:03:35] "GET /virtual-machine-interface/1a8d0132-7fc1-4d38-acc0-3d5b7bf0c922 HTTP/1.1" 200 2970 0.005278 10.0.0.38 - - [2026-04-23 02:03:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002380 10.0.0.38 - - [2026-04-23 02:03:35] "GET /global-vrouter-config/e2229f30-3bb6-4b1e-8c28-43277104b447?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.002552 10.0.0.38 - - [2026-04-23 02:03:35] "GET /virtual-networks?parent_id=7234e437-145c-408d-bc70-4107a8e7e6b5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002370 10.0.0.38 - - [2026-04-23 02:03:35] "GET /virtual-network/0e1fef7e-d0d9-4fec-9d06-3a1d2bd211cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005092 10.0.0.38 - - [2026-04-23 02:03:38] "POST /neutron/port HTTP/1.1" 200 1119 0.010284 10.0.0.38 - - [2026-04-23 02:03:38] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004113 10.0.0.38 - - [2026-04-23 02:03:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003918 10.0.0.38 - - [2026-04-23 02:03:38] "GET /virtual-network/0e1fef7e-d0d9-4fec-9d06-3a1d2bd211cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.003839 10.0.0.38 - - [2026-04-23 02:03:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002453 10.0.0.38 - - [2026-04-23 02:03:40] "GET /global-vrouter-config/e2229f30-3bb6-4b1e-8c28-43277104b447?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.002698 10.0.0.38 - - [2026-04-23 02:03:40] "GET /virtual-networks?parent_id=7234e437-145c-408d-bc70-4107a8e7e6b5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002716 10.0.0.38 - - [2026-04-23 02:03:40] "GET /virtual-network/0e1fef7e-d0d9-4fec-9d06-3a1d2bd211cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005018 10.0.0.38 - - [2026-04-23 02:03:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002537 10.0.0.38 - - [2026-04-23 02:03:42] "GET /global-vrouter-config/e2229f30-3bb6-4b1e-8c28-43277104b447?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.002749 10.0.0.38 - - [2026-04-23 02:03:42] "PUT /global-vrouter-config/e2229f30-3bb6-4b1e-8c28-43277104b447 HTTP/1.1" 200 276 0.008622 10.0.0.38 - - [2026-04-23 02:03:42] "POST /neutron/network HTTP/1.1" 200 839 0.004690 10.0.0.38 - - [2026-04-23 02:03:42] "POST /neutron/network HTTP/1.1" 400 204 0.011172 10.0.0.38 - - [2026-04-23 02:03:43] "POST /neutron/port HTTP/1.1" 200 1119 0.010511 10.0.0.38 - - [2026-04-23 02:03:43] "POST /neutron/port HTTP/1.1" 200 1109 0.007668 10.0.0.38 - - [2026-04-23 02:03:43] "POST /neutron/port HTTP/1.1" 200 151 0.071851 10.0.0.38 - - [2026-04-23 02:03:44] "POST /neutron/network HTTP/1.1" 200 839 0.005430 10.0.0.38 - - [2026-04-23 02:03:44] "POST /useragent-kv HTTP/1.1" 200 115 0.002015 10.0.0.38 - - [2026-04-23 02:03:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002711 10.0.0.38 - - [2026-04-23 02:03:44] "POST /useragent-kv HTTP/1.1" 200 115 0.001578 10.0.0.38 - - [2026-04-23 02:03:44] "POST /neutron/network HTTP/1.1" 200 151 0.064222 10.0.0.38 - - [2026-04-23 02:03:44] "DELETE /route-target/3d23bbee-0eff-40cb-8487-d1a99f522450 HTTP/1.1" 200 115 0.012961 10.0.0.38 - - [2026-04-23 02:03:45] "GET /global-vrouter-configs HTTP/1.1" 200 357 0.002417 10.0.0.38 - - [2026-04-23 02:03:45] "GET /global-vrouter-config/e2229f30-3bb6-4b1e-8c28-43277104b447 HTTP/1.1" 200 1881 0.002926 10.0.0.38 - - [2026-04-23 02:03:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.001957 10.0.0.38 - - [2026-04-23 02:03:45] "GET /projects?obj_uuids=7234e437-145c-408d-bc70-4107a8e7e6b5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000810 10.0.0.38 - - [2026-04-23 02:03:45] "GET /project/7234e437-145c-408d-bc70-4107a8e7e6b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.025601 10.0.0.38 - - [2026-04-23 02:03:45] "POST /neutron/network HTTP/1.1" 200 117 0.014726 10.0.0.38 - - [2026-04-23 02:03:45] "GET /projects?obj_uuids=7234e437-145c-408d-bc70-4107a8e7e6b5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000952 10.0.0.38 - - [2026-04-23 02:03:45] "POST /neutron/network HTTP/1.1" 200 605 0.055562 10.0.0.38 - - [2026-04-23 02:03:45] "POST /route-targets HTTP/1.1" 200 327 0.011063 10.0.0.38 - - [2026-04-23 02:03:45] "POST /ref-update HTTP/1.1" 200 156 0.013073 10.0.0.38 - - [2026-04-23 02:03:45] "POST /useragent-kv HTTP/1.1" 200 115 0.003175 10.0.0.38 - - [2026-04-23 02:03:45] "POST /neutron/subnet HTTP/1.1" 200 734 0.157240 10.0.0.38 - - [2026-04-23 02:03:45] "POST /neutron/network HTTP/1.1" 200 826 0.004472 10.0.0.38 - - [2026-04-23 02:03:45] "POST /id-to-fqname HTTP/1.1" 200 220 0.000950 10.0.0.38 - - [2026-04-23 02:03:45] "GET /virtual-network/e90d57fd-66f8-461b-934e-b0a985543cd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.003825 10.0.0.38 - - [2026-04-23 02:03:45] "POST /neutron/network HTTP/1.1" 200 826 0.004892 10.0.0.38 - - [2026-04-23 02:03:45] "GET /virtual-network/e90d57fd-66f8-461b-934e-b0a985543cd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.004318 10.0.0.38 - - [2026-04-23 02:03:45] "POST /neutron/network HTTP/1.1" 200 826 0.005228 10.0.0.38 - - [2026-04-23 02:03:45] "POST /neutron/subnet HTTP/1.1" 200 734 0.008775 10.0.0.38 - - [2026-04-23 02:03:45] "POST /id-to-fqname HTTP/1.1" 200 220 0.000948 10.0.0.38 - - [2026-04-23 02:03:46] "POST /neutron/network HTTP/1.1" 200 836 0.004972 10.0.0.38 - - [2026-04-23 02:03:46] "GET /aaa-mode HTTP/1.1" 401 292 0.000334 10.0.0.38 - - [2026-04-23 02:03:46] "GET / HTTP/1.1" 200 35931 0.002214 10.0.0.38 - - [2026-04-23 02:03:46] "GET /project/7234e437-145c-408d-bc70-4107a8e7e6b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000296 10.0.0.38 - - [2026-04-23 02:03:46] "GET /projects?obj_uuids=7234e437-145c-408d-bc70-4107a8e7e6b5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000837 10.0.0.38 - - [2026-04-23 02:03:46] "GET /project/7234e437-145c-408d-bc70-4107a8e7e6b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.047095 10.0.0.38 - - [2026-04-23 02:03:46] "POST /neutron/network HTTP/1.1" 200 826 0.004482 10.0.0.38 - - [2026-04-23 02:03:46] "POST /neutron/port HTTP/1.1" 200 117 0.004394 10.0.0.38 - - [2026-04-23 02:03:46] "POST /neutron/port HTTP/1.1" 200 117 0.005781 10.0.0.38 - - [2026-04-23 02:03:47] "POST /neutron/port HTTP/1.1" 200 117 0.004163 10.0.0.38 - - [2026-04-23 02:03:47] "POST /neutron/network HTTP/1.1" 200 836 0.005222 10.0.0.38 - - [2026-04-23 02:03:47] "GET /projects?obj_uuids=7234e437-145c-408d-bc70-4107a8e7e6b5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000902 10.0.0.38 - - [2026-04-23 02:03:47] "POST /neutron/port HTTP/1.1" 200 1062 0.170472 10.0.0.38 - - [2026-04-23 02:03:47] "POST /neutron/port HTTP/1.1" 200 1062 0.015433 10.0.0.38 - - [2026-04-23 02:03:47] "POST /neutron/port HTTP/1.1" 200 1062 0.007787 10.0.0.38 - - [2026-04-23 02:03:47] "POST /neutron/port HTTP/1.1" 200 1116 0.041082 10.0.0.38 - - [2026-04-23 02:03:47] "POST /neutron/port HTTP/1.1" 200 1126 0.010760 10.0.0.38 - - [2026-04-23 02:03:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002616 10.0.0.38 - - [2026-04-23 02:03:47] "POST /neutron/subnet HTTP/1.1" 200 708 0.007399 10.0.0.38 - - [2026-04-23 02:03:47] "POST /neutron/port HTTP/1.1" 200 117 0.001151 10.0.0.38 - - [2026-04-23 02:03:47] "POST /neutron/network HTTP/1.1" 200 826 0.004891 10.0.0.38 - - [2026-04-23 02:03:52] "POST /neutron/port HTTP/1.1" 200 1126 0.018384 10.0.0.38 - - [2026-04-23 02:03:52] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005305 10.0.0.38 - - [2026-04-23 02:03:52] "POST /neutron/port HTTP/1.1" 200 1126 0.010116 10.0.0.38 - - [2026-04-23 02:03:52] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004997 10.0.0.38 - - [2026-04-23 02:03:52] "POST /neutron/port HTTP/1.1" 200 1126 0.009927 10.0.0.38 - - [2026-04-23 02:03:52] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004662 10.0.0.38 - - [2026-04-23 02:03:52] "GET /virtual-machine/2e0442bb-1ca4-4472-8959-61053ecae2bf HTTP/1.1" 200 1291 0.003390 10.0.0.38 - - [2026-04-23 02:03:52] "GET /virtual-machine-interface/b6c97f48-d563-42d0-b957-79f2d9cd908b HTTP/1.1" 200 2941 0.003930 10.0.0.38 - - [2026-04-23 02:03:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002575 10.0.0.38 - - [2026-04-23 02:03:52] "GET /global-vrouter-config/e2229f30-3bb6-4b1e-8c28-43277104b447?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002795 10.0.0.38 - - [2026-04-23 02:03:52] "GET /virtual-networks?parent_id=7234e437-145c-408d-bc70-4107a8e7e6b5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002538 10.0.0.38 - - [2026-04-23 02:03:52] "GET /virtual-network/e90d57fd-66f8-461b-934e-b0a985543cd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.004718 10.0.0.38 - - [2026-04-23 02:03:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002753 10.0.0.38 - - [2026-04-23 02:03:55] "GET /virtual-network/e90d57fd-66f8-461b-934e-b0a985543cd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.004239 10.0.0.38 - - [2026-04-23 02:03:55] "POST /neutron/port HTTP/1.1" 200 1126 0.011251 10.0.0.38 - - [2026-04-23 02:03:55] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005095 10.0.0.38 - - [2026-04-23 02:03:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002787 10.0.0.38 - - [2026-04-23 02:03:57] "GET /global-vrouter-config/e2229f30-3bb6-4b1e-8c28-43277104b447?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002726 10.0.0.38 - - [2026-04-23 02:03:57] "GET /virtual-networks?parent_id=7234e437-145c-408d-bc70-4107a8e7e6b5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002503 10.0.0.38 - - [2026-04-23 02:03:57] "GET /virtual-network/e90d57fd-66f8-461b-934e-b0a985543cd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.004711 10.0.0.38 - - [2026-04-23 02:03:57] "POST /neutron/port HTTP/1.1" 200 1126 0.011516 10.0.0.38 - - [2026-04-23 02:03:57] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005397 10.0.0.38 - - [2026-04-23 02:04:01] "DELETE /project/7234e437145c408dbc704107a8e7e6b5 HTTP/1.1" 404 173 0.003645 10.0.0.38 - - [2026-04-23 02:04:01] "GET /projects?obj_uuids=e65f8a13-4f8c-466e-92ae-868969291284&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000809 10.0.0.38 - - [2026-04-23 02:04:01] "GET /project/e65f8a13-4f8c-466e-92ae-868969291284?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1473 0.023830 10.0.0.38 - - [2026-04-23 02:04:01] "GET /projects?obj_uuids=e65f8a13-4f8c-466e-92ae-868969291284&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000766 10.0.0.38 - - [2026-04-23 02:04:01] "GET /project/e65f8a13-4f8c-466e-92ae-868969291284?fields=security_groups HTTP/1.1" 200 1367 0.058926 10.0.0.38 - - [2026-04-23 02:04:01] "DELETE /security-group/f45ab7aa-db36-449e-928f-be94c44c5e83 HTTP/1.1" 200 115 0.033084 10.0.0.38 - - [2026-04-23 02:04:01] "GET /projects?obj_uuids=e65f8a13-4f8c-466e-92ae-868969291284&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000842 10.0.0.38 - - [2026-04-23 02:04:01] "DELETE /access-control-list/ea970eaa-042c-4d47-a9da-33362dd318c1 HTTP/1.1" 200 115 0.023635 10.0.0.38 - - [2026-04-23 02:04:01] "GET /project/e65f8a13-4f8c-466e-92ae-868969291284?fields=application_policy_sets HTTP/1.1" 200 1406 0.025858 10.0.0.38 - - [2026-04-23 02:04:01] "DELETE /access-control-list/7e356022-fe94-4011-ab49-718ae04ba2bf HTTP/1.1" 200 115 0.022614 10.0.0.38 - - [2026-04-23 02:04:01] "DELETE /project/e65f8a13-4f8c-466e-92ae-868969291284 HTTP/1.1" 200 115 0.278460 10.0.0.38 - - [2026-04-23 02:04:04] "POST /neutron/network HTTP/1.1" 200 826 0.005754 10.0.0.38 - - [2026-04-23 02:04:04] "POST /neutron/network HTTP/1.1" 400 204 0.010728 10.0.0.38 - - [2026-04-23 02:04:05] "POST /neutron/port HTTP/1.1" 200 1126 0.010657 10.0.0.38 - - [2026-04-23 02:04:05] "POST /neutron/port HTTP/1.1" 200 1116 0.007741 10.0.0.38 - - [2026-04-23 02:04:05] "POST /neutron/port HTTP/1.1" 200 151 0.081770 10.0.0.38 - - [2026-04-23 02:04:06] "POST /neutron/network HTTP/1.1" 200 826 0.004535 10.0.0.38 - - [2026-04-23 02:04:06] "POST /useragent-kv HTTP/1.1" 200 115 0.001690 10.0.0.38 - - [2026-04-23 02:04:06] "POST /useragent-kv HTTP/1.1" 200 115 0.002257 10.0.0.38 - - [2026-04-23 02:04:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002513 10.0.0.38 - - [2026-04-23 02:04:06] "POST /neutron/network HTTP/1.1" 200 151 0.118611 10.0.0.38 - - [2026-04-23 02:04:06] "DELETE /route-target/b2c7bf64-ada3-4736-a7a6-623e8e6dfe1d HTTP/1.1" 200 115 0.011086 10.0.0.38 - - [2026-04-23 02:04:07] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.002330 10.0.0.38 - - [2026-04-23 02:04:07] "POST /network-ipams HTTP/1.1" 200 541 0.012704 10.0.0.38 - - [2026-04-23 02:04:07] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 764 0.002228 10.0.0.38 - - [2026-04-23 02:04:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003591 10.0.0.38 - - [2026-04-23 02:04:07] "GET /network-ipam/459bc6fa-e4c5-45d7-a399-ba4e881303f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1328 0.004073 10.0.0.38 - - [2026-04-23 02:04:07] "PUT /network-ipam/459bc6fa-e4c5-45d7-a399-ba4e881303f7 HTTP/1.1" 200 258 0.008509 10.0.0.38 - - [2026-04-23 02:04:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003658 10.0.0.38 - - [2026-04-23 02:04:07] "GET /projects?obj_uuids=7234e437-145c-408d-bc70-4107a8e7e6b5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000904 10.0.0.38 - - [2026-04-23 02:04:07] "GET /project/7234e437-145c-408d-bc70-4107a8e7e6b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.027141 10.0.0.38 - - [2026-04-23 02:04:07] "POST /neutron/network HTTP/1.1" 200 117 0.010077 10.0.0.38 - - [2026-04-23 02:04:07] "GET /projects?obj_uuids=7234e437-145c-408d-bc70-4107a8e7e6b5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000843 10.0.0.38 - - [2026-04-23 02:04:07] "POST /neutron/network HTTP/1.1" 200 605 0.051882 10.0.0.38 - - [2026-04-23 02:04:07] "POST /route-targets HTTP/1.1" 200 327 0.012681 10.0.0.38 - - [2026-04-23 02:04:08] "POST /ref-update HTTP/1.1" 200 156 0.010486 10.0.0.38 - - [2026-04-23 02:04:08] "POST /useragent-kv HTTP/1.1" 200 115 0.002655 10.0.0.38 - - [2026-04-23 02:04:08] "POST /neutron/subnet HTTP/1.1" 200 699 0.150473 10.0.0.38 - - [2026-04-23 02:04:08] "POST /useragent-kv HTTP/1.1" 200 115 0.004426 10.0.0.38 - - [2026-04-23 02:04:08] "POST /neutron/subnet HTTP/1.1" 200 699 0.196975 10.0.0.38 - - [2026-04-23 02:04:08] "POST /neutron/network HTTP/1.1" 200 994 0.008358 10.0.0.38 - - [2026-04-23 02:04:08] "POST /id-to-fqname HTTP/1.1" 200 220 0.000974 10.0.0.38 - - [2026-04-23 02:04:08] "GET /virtual-network/296d830b-d3e3-40ed-9163-a853861e91a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.003966 10.0.0.38 - - [2026-04-23 02:04:08] "POST /neutron/network HTTP/1.1" 200 994 0.006783 10.0.0.38 - - [2026-04-23 02:04:08] "GET /obj-perms HTTP/1.1" 200 5056 0.056748 10.0.0.38 - - [2026-04-23 02:04:08] "GET /virtual-network/296d830b-d3e3-40ed-9163-a853861e91a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.006970 10.0.0.38 - - [2026-04-23 02:04:08] "POST /neutron/network HTTP/1.1" 200 994 0.006299 10.0.0.38 - - [2026-04-23 02:04:08] "POST /neutron/subnet HTTP/1.1" 200 699 0.004778 10.0.0.38 - - [2026-04-23 02:04:08] "POST /neutron/subnet HTTP/1.1" 200 699 0.005231 10.0.0.38 - - [2026-04-23 02:04:08] "POST /neutron/network HTTP/1.1" 200 994 0.005568 10.0.0.38 - - [2026-04-23 02:04:08] "POST /neutron/subnet HTTP/1.1" 200 699 0.006147 10.0.0.38 - - [2026-04-23 02:04:08] "POST /neutron/subnet HTTP/1.1" 200 699 0.007070 10.0.0.38 - - [2026-04-23 02:04:08] "GET /projects?obj_uuids=7234e437-145c-408d-bc70-4107a8e7e6b5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000893 10.0.0.38 - - [2026-04-23 02:04:08] "POST /neutron/port HTTP/1.1" 200 1017 0.161635 10.0.0.38 - - [2026-04-23 02:04:08] "GET /projects?obj_uuids=7234e437-145c-408d-bc70-4107a8e7e6b5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000985 10.0.0.38 - - [2026-04-23 02:04:08] "GET /obj-perms HTTP/1.1" 200 5056 0.050713 10.0.0.38 - - [2026-04-23 02:04:08] "POST /neutron/port HTTP/1.1" 200 1017 0.178218 10.0.0.38 - - [2026-04-23 02:04:08] "POST /id-to-fqname HTTP/1.1" 200 220 0.001088 10.0.0.38 - - [2026-04-23 02:04:09] "POST /neutron/port HTTP/1.1" 200 1017 0.007705 10.0.0.38 - - [2026-04-23 02:04:09] "POST /neutron/port HTTP/1.1" 200 1017 0.007702 10.0.0.38 - - [2026-04-23 02:04:09] "POST /neutron/network HTTP/1.1" 200 994 0.008571 10.0.0.38 - - [2026-04-23 02:04:09] "POST /neutron/port HTTP/1.1" 200 1017 0.007611 10.0.0.38 - - [2026-04-23 02:04:09] "POST /neutron/port HTTP/1.1" 200 117 0.004347 10.0.0.38 - - [2026-04-23 02:04:09] "POST /neutron/port HTTP/1.1" 200 1017 0.010597 10.0.0.38 - - [2026-04-23 02:04:09] "POST /neutron/port HTTP/1.1" 200 117 0.004403 10.0.0.38 - - [2026-04-23 02:04:09] "POST /id-to-fqname HTTP/1.1" 200 220 0.001210 10.0.0.38 - - [2026-04-23 02:04:09] "POST /neutron/port HTTP/1.1" 200 117 0.005265 10.0.0.38 - - [2026-04-23 02:04:09] "POST /neutron/port HTTP/1.1" 200 1017 0.007090 10.0.0.38 - - [2026-04-23 02:04:09] "POST /neutron/port HTTP/1.1" 200 1017 0.008395 10.0.0.38 - - [2026-04-23 02:04:09] "POST /neutron/network HTTP/1.1" 200 994 0.006092 10.0.0.38 - - [2026-04-23 02:04:09] "POST /neutron/port HTTP/1.1" 200 1017 0.007000 10.0.0.38 - - [2026-04-23 02:04:09] "POST /neutron/port HTTP/1.1" 200 1017 0.008126 10.0.0.38 - - [2026-04-23 02:04:09] "POST /neutron/port HTTP/1.1" 200 117 0.023131 10.0.0.38 - - [2026-04-23 02:04:09] "POST /neutron/port HTTP/1.1" 200 1017 0.020571 10.0.0.38 - - [2026-04-23 02:04:09] "POST /neutron/port HTTP/1.1" 200 117 0.021916 10.0.0.38 - - [2026-04-23 02:04:09] "POST /neutron/network HTTP/1.1" 200 1004 0.006412 10.0.0.38 - - [2026-04-23 02:04:09] "POST /id-to-fqname HTTP/1.1" 200 220 0.003446 10.0.0.38 - - [2026-04-23 02:04:09] "POST /neutron/port HTTP/1.1" 200 1017 0.008607 10.0.0.38 - - [2026-04-23 02:04:09] "POST /neutron/port HTTP/1.1" 200 1017 0.011097 10.0.0.38 - - [2026-04-23 02:04:09] "POST /neutron/port HTTP/1.1" 200 117 0.005878 10.0.0.38 - - [2026-04-23 02:04:09] "POST /neutron/port HTTP/1.1" 200 1109 0.092081 10.0.0.38 - - [2026-04-23 02:04:10] "POST /neutron/port HTTP/1.1" 200 1119 0.016742 10.0.0.38 - - [2026-04-23 02:04:10] "POST /neutron/network HTTP/1.1" 200 1004 0.004594 10.0.0.38 - - [2026-04-23 02:04:10] "GET /aaa-mode HTTP/1.1" 401 292 0.000336 10.0.0.38 - - [2026-04-23 02:04:10] "POST /neutron/floatingip HTTP/1.1" 200 117 0.012140 10.0.0.38 - - [2026-04-23 02:04:10] "POST /neutron/subnet HTTP/1.1" 200 673 0.011425 10.0.0.38 - - [2026-04-23 02:04:10] "POST /neutron/port HTTP/1.1" 200 117 0.001121 10.0.0.38 - - [2026-04-23 02:04:10] "POST /neutron/network HTTP/1.1" 200 994 0.006510 10.0.0.38 - - [2026-04-23 02:04:10] "GET / HTTP/1.1" 200 35931 0.001999 10.0.0.38 - - [2026-04-23 02:04:10] "GET /project/7234e437-145c-408d-bc70-4107a8e7e6b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000405 10.0.0.38 - - [2026-04-23 02:04:10] "POST /neutron/port HTTP/1.1" 200 1017 0.008807 10.0.0.38 - - [2026-04-23 02:04:10] "POST /neutron/network HTTP/1.1" 200 1004 0.011823 10.0.0.38 - - [2026-04-23 02:04:10] "POST /neutron/port HTTP/1.1" 200 1017 0.009781 10.0.0.38 - - [2026-04-23 02:04:10] "POST /neutron/port HTTP/1.1" 200 1017 0.007104 10.0.0.38 - - [2026-04-23 02:04:10] "POST /neutron/port HTTP/1.1" 200 1109 0.090055 10.0.0.38 - - [2026-04-23 02:04:10] "POST /neutron/port HTTP/1.1" 200 1119 0.019293 10.0.0.38 - - [2026-04-23 02:04:10] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003382 10.0.0.38 - - [2026-04-23 02:04:10] "POST /neutron/subnet HTTP/1.1" 200 673 0.009204 10.0.0.38 - - [2026-04-23 02:04:10] "POST /neutron/port HTTP/1.1" 200 117 0.001163 10.0.0.38 - - [2026-04-23 02:04:10] "POST /neutron/network HTTP/1.1" 200 994 0.007214 10.0.0.38 - - [2026-04-23 02:04:10] "GET /projects?obj_uuids=7234e437-145c-408d-bc70-4107a8e7e6b5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000933 10.0.0.38 - - [2026-04-23 02:04:10] "GET /project/7234e437-145c-408d-bc70-4107a8e7e6b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.070163 10.0.0.38 - - [2026-04-23 02:04:10] "POST /neutron/network HTTP/1.1" 200 994 0.006359 10.0.0.38 - - [2026-04-23 02:04:11] "POST /neutron/port HTTP/1.1" 200 2086 0.022463 10.0.0.38 - - [2026-04-23 02:04:11] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007450 10.0.0.38 - - [2026-04-23 02:04:11] "POST /neutron/port HTTP/1.1" 200 117 0.004066 10.0.0.38 - - [2026-04-23 02:04:11] "GET /domains HTTP/1.1" 200 280 0.002704 10.0.0.38 - - [2026-04-23 02:04:11] "GET /domains?obj_uuids=63294607-7558-4a2c-b899-0097ad180adc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001247 10.0.0.38 - - [2026-04-23 02:04:11] "GET /domain/63294607-7558-4a2c-b899-0097ad180adc HTTP/1.1" 200 2573 0.011190 10.0.0.38 - - [2026-04-23 02:04:11] "GET /projects?obj_uuids=7234e437-145c-408d-bc70-4107a8e7e6b5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003608 10.0.0.38 - - [2026-04-23 02:04:11] "GET /project/7234e437-145c-408d-bc70-4107a8e7e6b5 HTTP/1.1" 200 2842 0.074772 10.0.0.38 - - [2026-04-23 02:04:11] "GET /network-ipam/459bc6fa-e4c5-45d7-a399-ba4e881303f7 HTTP/1.1" 200 2645 0.006395 10.0.0.38 - - [2026-04-23 02:04:11] "GET /domains HTTP/1.1" 200 280 0.002386 10.0.0.38 - - [2026-04-23 02:04:11] "GET /domains?obj_uuids=63294607-7558-4a2c-b899-0097ad180adc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001741 10.0.0.38 - - [2026-04-23 02:04:11] "GET /domain/63294607-7558-4a2c-b899-0097ad180adc HTTP/1.1" 200 2573 0.010790 10.0.0.38 - - [2026-04-23 02:04:11] "GET /projects?obj_uuids=7234e437-145c-408d-bc70-4107a8e7e6b5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001226 10.0.0.38 - - [2026-04-23 02:04:11] "GET /project/7234e437-145c-408d-bc70-4107a8e7e6b5 HTTP/1.1" 200 2842 0.092462 10.0.0.38 - - [2026-04-23 02:04:11] "GET /virtual-network/296d830b-d3e3-40ed-9163-a853861e91a1 HTTP/1.1" 200 3778 0.018990 10.0.0.38 - - [2026-04-23 02:04:11] "GET /virtual-network/296d830b-d3e3-40ed-9163-a853861e91a1 HTTP/1.1" 200 3778 0.012102 10.0.0.38 - - [2026-04-23 02:04:11] "GET /routing-instance/ed784eff-8555-4e98-a8d0-4db6000f8821 HTTP/1.1" 200 2381 0.004778 10.0.0.38 - - [2026-04-23 02:04:11] "GET /routing-instance/ed784eff-8555-4e98-a8d0-4db6000f8821 HTTP/1.1" 200 2381 0.002717 10.0.0.38 - - [2026-04-23 02:04:11] "GET /route-target/89ee9dc8-d8f7-41e8-800c-ddeecf3c292e HTTP/1.1" 200 1203 0.003391 10.0.0.38 - - [2026-04-23 02:04:11] "GET /virtual-network/296d830b-d3e3-40ed-9163-a853861e91a1 HTTP/1.1" 200 3778 0.007392 10.0.0.38 - - [2026-04-23 02:04:11] "GET /routing-instance/ed784eff-8555-4e98-a8d0-4db6000f8821 HTTP/1.1" 200 2381 0.003231 10.0.0.38 - - [2026-04-23 02:04:11] "GET /virtual-network/296d830b-d3e3-40ed-9163-a853861e91a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.005226 10.0.0.38 - - [2026-04-23 02:04:11] "GET /virtual-network/296d830b-d3e3-40ed-9163-a853861e91a1 HTTP/1.1" 200 3778 0.008742 10.0.0.38 - - [2026-04-23 02:04:11] "GET /routing-instance/ed784eff-8555-4e98-a8d0-4db6000f8821 HTTP/1.1" 200 2381 0.004558 10.0.0.38 - - [2026-04-23 02:04:11] "GET /routing-instance/ed784eff-8555-4e98-a8d0-4db6000f8821 HTTP/1.1" 200 2381 0.002822 10.0.0.38 - - [2026-04-23 02:04:11] "GET /route-target/89ee9dc8-d8f7-41e8-800c-ddeecf3c292e HTTP/1.1" 200 1203 0.002984 10.0.0.38 - - [2026-04-23 02:04:11] "GET /domains HTTP/1.1" 200 280 0.003017 10.0.0.38 - - [2026-04-23 02:04:11] "GET /domains?obj_uuids=63294607-7558-4a2c-b899-0097ad180adc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000873 10.0.0.38 - - [2026-04-23 02:04:11] "GET /domain/63294607-7558-4a2c-b899-0097ad180adc HTTP/1.1" 200 2573 0.012512 10.0.0.38 - - [2026-04-23 02:04:11] "GET /projects?obj_uuids=7234e437-145c-408d-bc70-4107a8e7e6b5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001444 10.0.0.38 - - [2026-04-23 02:04:11] "POST /neutron/network HTTP/1.1" 200 1004 0.007112 10.0.0.38 - - [2026-04-23 02:04:11] "GET /projects?obj_uuids=7234e437-145c-408d-bc70-4107a8e7e6b5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000933 10.0.0.38 - - [2026-04-23 02:04:11] "GET /project/7234e437-145c-408d-bc70-4107a8e7e6b5 HTTP/1.1" 200 2842 0.076786 10.0.0.38 - - [2026-04-23 02:04:11] "GET /virtual-network/296d830b-d3e3-40ed-9163-a853861e91a1 HTTP/1.1" 200 3778 0.014211 10.0.0.38 - - [2026-04-23 02:04:11] "POST /neutron/port HTTP/1.1" 200 1055 0.281023 10.0.0.38 - - [2026-04-23 02:04:11] "POST /neutron/port HTTP/1.1" 200 1055 0.008607 10.0.0.38 - - [2026-04-23 02:04:11] "POST /neutron/port HTTP/1.1" 200 1055 0.012480 10.0.0.38 - - [2026-04-23 02:04:11] "POST /neutron/port HTTP/1.1" 200 1109 0.095661 10.0.0.38 - - [2026-04-23 02:04:12] "POST /neutron/port HTTP/1.1" 200 1119 0.013932 10.0.0.38 - - [2026-04-23 02:04:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003715 10.0.0.38 - - [2026-04-23 02:04:12] "GET /obj-perms HTTP/1.1" 200 5030 0.082646 10.0.0.38 - - [2026-04-23 02:04:12] "POST /neutron/subnet HTTP/1.1" 200 673 0.010843 10.0.0.38 - - [2026-04-23 02:04:12] "POST /neutron/port HTTP/1.1" 200 117 0.001148 10.0.0.38 - - [2026-04-23 02:04:12] "POST /neutron/network HTTP/1.1" 200 994 0.013985 10.0.0.38 - - [2026-04-23 02:04:12] "POST /neutron/port HTTP/1.1" 200 1119 0.013998 10.0.0.38 - - [2026-04-23 02:04:12] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005429 10.0.0.38 - - [2026-04-23 02:04:12] "POST /neutron/port HTTP/1.1" 200 1119 0.012831 10.0.0.38 - - [2026-04-23 02:04:12] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004940 10.0.0.38 - - [2026-04-23 02:04:12] "POST /neutron/port HTTP/1.1" 200 1119 0.010772 10.0.0.38 - - [2026-04-23 02:04:12] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005018 10.0.0.38 - - [2026-04-23 02:04:12] "GET /virtual-machine/5e71c2e6-719c-4ac7-872e-b2873ad613b3 HTTP/1.1" 200 1287 0.003568 10.0.0.38 - - [2026-04-23 02:04:12] "GET /virtual-machine-interface/bedbf652-c509-43ea-acc0-686a5546ceba HTTP/1.1" 200 2941 0.003987 10.0.0.38 - - [2026-04-23 02:04:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002306 10.0.0.38 - - [2026-04-23 02:04:12] "GET /global-vrouter-config/e2229f30-3bb6-4b1e-8c28-43277104b447?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002815 10.0.0.38 - - [2026-04-23 02:04:12] "GET /virtual-networks?parent_id=7234e437-145c-408d-bc70-4107a8e7e6b5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002966 10.0.0.38 - - [2026-04-23 02:04:12] "GET /virtual-network/296d830b-d3e3-40ed-9163-a853861e91a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.004746 10.0.0.38 - - [2026-04-23 02:04:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002468 10.0.0.38 - - [2026-04-23 02:04:15] "GET /virtual-network/296d830b-d3e3-40ed-9163-a853861e91a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.003948 10.0.0.38 - - [2026-04-23 02:04:19] "POST /neutron/port HTTP/1.1" 200 1119 0.011448 10.0.0.38 - - [2026-04-23 02:04:19] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004924 10.0.0.38 - - [2026-04-23 02:04:19] "POST /neutron/port HTTP/1.1" 200 1119 0.009919 10.0.0.38 - - [2026-04-23 02:04:19] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004507 10.0.0.38 - - [2026-04-23 02:04:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002678 10.0.0.38 - - [2026-04-23 02:04:19] "GET /virtual-network/296d830b-d3e3-40ed-9163-a853861e91a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.004321 10.0.0.38 - - [2026-04-23 02:04:20] "POST /neutron/port HTTP/1.1" 200 1119 0.010170 10.0.0.38 - - [2026-04-23 02:04:20] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004235 10.0.0.38 - - [2026-04-23 02:04:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002717 10.0.0.38 - - [2026-04-23 02:04:21] "GET /global-vrouter-config/e2229f30-3bb6-4b1e-8c28-43277104b447?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002605 10.0.0.38 - - [2026-04-23 02:04:21] "GET /virtual-networks?parent_id=7234e437-145c-408d-bc70-4107a8e7e6b5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003509 10.0.0.38 - - [2026-04-23 02:04:21] "GET /virtual-network/296d830b-d3e3-40ed-9163-a853861e91a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.004588 10.0.0.38 - - [2026-04-23 02:04:22] "POST /neutron/port HTTP/1.1" 200 1119 0.010539 10.0.0.38 - - [2026-04-23 02:04:22] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005556 10.0.0.38 - - [2026-04-23 02:04:22] "POST /neutron/port HTTP/1.1" 200 1119 0.010232 10.0.0.38 - - [2026-04-23 02:04:22] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005046 10.0.0.38 - - [2026-04-23 02:04:22] "POST /neutron/port HTTP/1.1" 200 1119 0.013132 10.0.0.38 - - [2026-04-23 02:04:22] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004986 10.0.0.38 - - [2026-04-23 02:04:22] "GET /virtual-machine/765e93a4-eb8a-4c1e-b2d1-096606f0b421 HTTP/1.1" 200 1288 0.004411 10.0.0.38 - - [2026-04-23 02:04:22] "GET /virtual-machine-interface/26598fa5-b462-474e-956b-2dba9ed63649 HTTP/1.1" 200 2940 0.005824 10.0.0.38 - - [2026-04-23 02:04:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003478 10.0.0.38 - - [2026-04-23 02:04:22] "GET /global-vrouter-config/e2229f30-3bb6-4b1e-8c28-43277104b447?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002986 10.0.0.38 - - [2026-04-23 02:04:22] "GET /virtual-networks?parent_id=7234e437-145c-408d-bc70-4107a8e7e6b5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002584 10.0.0.38 - - [2026-04-23 02:04:22] "GET /virtual-network/296d830b-d3e3-40ed-9163-a853861e91a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.006023 10.0.0.38 - - [2026-04-23 02:04:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002693 10.0.0.38 - - [2026-04-23 02:04:23] "GET /global-vrouter-config/e2229f30-3bb6-4b1e-8c28-43277104b447?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002329 10.0.0.38 - - [2026-04-23 02:04:23] "GET /virtual-networks?parent_id=7234e437-145c-408d-bc70-4107a8e7e6b5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003272 10.0.0.38 - - [2026-04-23 02:04:23] "GET /virtual-network/296d830b-d3e3-40ed-9163-a853861e91a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.004616 10.0.0.38 - - [2026-04-23 02:04:24] "POST /neutron/port HTTP/1.1" 200 1119 0.009594 10.0.0.38 - - [2026-04-23 02:04:24] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004766 10.0.0.38 - - [2026-04-23 02:04:24] "POST /neutron/port HTTP/1.1" 200 1119 0.010369 10.0.0.38 - - [2026-04-23 02:04:24] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004884 10.0.0.38 - - [2026-04-23 02:04:24] "POST /neutron/port HTTP/1.1" 200 1119 0.011359 10.0.0.38 - - [2026-04-23 02:04:24] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004918 10.0.0.38 - - [2026-04-23 02:04:24] "GET /virtual-machine/715670b4-4d33-442a-a122-29e6dba8122e HTTP/1.1" 200 1292 0.003263 10.0.0.38 - - [2026-04-23 02:04:24] "GET /virtual-machine-interface/57b8117e-d603-4468-b5c6-83731c6f4bff HTTP/1.1" 200 2940 0.004201 10.0.0.38 - - [2026-04-23 02:04:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002164 10.0.0.38 - - [2026-04-23 02:04:24] "GET /global-vrouter-config/e2229f30-3bb6-4b1e-8c28-43277104b447?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002718 10.0.0.38 - - [2026-04-23 02:04:24] "GET /virtual-networks?parent_id=7234e437-145c-408d-bc70-4107a8e7e6b5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002350 10.0.0.38 - - [2026-04-23 02:04:24] "GET /virtual-network/296d830b-d3e3-40ed-9163-a853861e91a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.004409 10.0.0.38 - - [2026-04-23 02:04:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002416 10.0.0.38 - - [2026-04-23 02:04:25] "GET /global-vrouter-config/e2229f30-3bb6-4b1e-8c28-43277104b447?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002564 10.0.0.38 - - [2026-04-23 02:04:25] "GET /virtual-networks?parent_id=7234e437-145c-408d-bc70-4107a8e7e6b5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002500 10.0.0.38 - - [2026-04-23 02:04:25] "GET /virtual-network/296d830b-d3e3-40ed-9163-a853861e91a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.004686 10.0.0.38 - - [2026-04-23 02:04:41] "POST /neutron/port HTTP/1.1" 200 1109 0.009536 10.0.0.38 - - [2026-04-23 02:04:41] "POST /neutron/port HTTP/1.1" 200 1109 0.012976 10.0.0.38 - - [2026-04-23 02:04:41] "POST /neutron/port HTTP/1.1" 200 151 0.083669 10.0.0.38 - - [2026-04-23 02:04:41] "POST /neutron/port HTTP/1.1" 200 1109 0.008701 10.0.0.38 - - [2026-04-23 02:04:41] "POST /neutron/port HTTP/1.1" 200 1109 0.010168 10.0.0.38 - - [2026-04-23 02:04:41] "POST /neutron/port HTTP/1.1" 200 151 0.127162 10.0.0.38 - - [2026-04-23 02:04:41] "POST /neutron/network HTTP/1.1" 200 994 0.013803 10.0.0.38 - - [2026-04-23 02:04:41] "POST /neutron/port HTTP/1.1" 200 1119 0.028036 10.0.0.38 - - [2026-04-23 02:04:41] "POST /neutron/network HTTP/1.1" 400 204 0.013561 10.0.0.38 - - [2026-04-23 02:04:41] "POST /neutron/port HTTP/1.1" 200 1109 0.013864 10.0.0.38 - - [2026-04-23 02:04:41] "POST /neutron/port HTTP/1.1" 200 151 0.083617 10.0.0.38 - - [2026-04-23 02:04:43] "POST /neutron/network HTTP/1.1" 200 994 0.006534 10.0.0.38 - - [2026-04-23 02:04:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002471 10.0.0.38 - - [2026-04-23 02:04:43] "POST /useragent-kv HTTP/1.1" 200 115 0.001477 10.0.0.38 - - [2026-04-23 02:04:43] "POST /useragent-kv HTTP/1.1" 200 115 0.001660 10.0.0.38 - - [2026-04-23 02:04:43] "DELETE /route-target/89ee9dc8-d8f7-41e8-800c-ddeecf3c292e HTTP/1.1" 200 115 0.019176 10.0.0.38 - - [2026-04-23 02:04:43] "POST /useragent-kv HTTP/1.1" 200 115 0.001632 10.0.0.38 - - [2026-04-23 02:04:43] "POST /useragent-kv HTTP/1.1" 200 115 0.001559 10.0.0.38 - - [2026-04-23 02:04:43] "POST /neutron/network HTTP/1.1" 200 151 0.092378 10.0.0.38 - - [2026-04-23 02:04:43] "GET /routing-instance/ed784eff-8555-4e98-a8d0-4db6000f8821 HTTP/1.1" 404 171 0.001888 10.0.0.38 - - [2026-04-23 02:04:43] "GET /domains HTTP/1.1" 200 280 0.001677 10.0.0.38 - - [2026-04-23 02:04:43] "GET /domains?obj_uuids=63294607-7558-4a2c-b899-0097ad180adc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001198 10.0.0.38 - - [2026-04-23 02:04:43] "GET /domain/63294607-7558-4a2c-b899-0097ad180adc HTTP/1.1" 200 2573 0.048813 10.0.0.38 - - [2026-04-23 02:04:43] "GET /projects?obj_uuids=7234e437-145c-408d-bc70-4107a8e7e6b5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000825 10.0.0.38 - - [2026-04-23 02:04:43] "GET /project/7234e437-145c-408d-bc70-4107a8e7e6b5 HTTP/1.1" 200 2085 0.064443 10.0.0.38 - - [2026-04-23 02:04:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002663 10.0.0.38 - - [2026-04-23 02:04:43] "DELETE /network-ipam/459bc6fa-e4c5-45d7-a399-ba4e881303f7 HTTP/1.1" 200 115 0.018998 10.0.0.38 - - [2026-04-23 02:04:43] "POST /fqname-to-id HTTP/1.1" 404 211 0.001837 10.0.0.38 - - [2026-04-23 02:04:44] "GET /projects?obj_uuids=7234e437-145c-408d-bc70-4107a8e7e6b5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000843 10.0.0.38 - - [2026-04-23 02:04:44] "GET /project/7234e437-145c-408d-bc70-4107a8e7e6b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.024352 10.0.0.38 - - [2026-04-23 02:04:44] "GET /projects?obj_uuids=7234e437-145c-408d-bc70-4107a8e7e6b5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001122 10.0.0.38 - - [2026-04-23 02:04:44] "GET /project/7234e437-145c-408d-bc70-4107a8e7e6b5?fields=virtual_networks HTTP/1.1" 200 1032 0.062238 10.0.0.38 - - [2026-04-23 02:04:44] "GET /projects?obj_uuids=7234e437-145c-408d-bc70-4107a8e7e6b5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000865 10.0.0.38 - - [2026-04-23 02:04:44] "GET /project/7234e437-145c-408d-bc70-4107a8e7e6b5?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.024923 10.0.0.38 - - [2026-04-23 02:04:44] "GET /projects?obj_uuids=7234e437-145c-408d-bc70-4107a8e7e6b5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001135 10.0.0.38 - - [2026-04-23 02:04:44] "GET /project/7234e437-145c-408d-bc70-4107a8e7e6b5?fields=security_groups HTTP/1.1" 200 1258 0.021720 10.0.0.38 - - [2026-04-23 02:04:46] "POST /neutron/port HTTP/1.1" 200 117 0.004143 10.0.0.38 - - [2026-04-23 02:04:46] "POST /neutron/port HTTP/1.1" 400 205 0.002607 10.0.0.38 - - [2026-04-23 02:04:46] "POST /neutron/port HTTP/1.1" 200 117 0.004209 10.0.0.38 - - [2026-04-23 02:04:46] "POST /neutron/port HTTP/1.1" 400 205 0.002312 10.0.0.38 - - [2026-04-23 02:04:51] "GET / HTTP/1.1" 200 35931 0.001660 10.0.0.38 - - [2026-04-23 02:04:52] "POST /fqname-to-id HTTP/1.1" 401 292 0.000428 10.0.0.38 - - [2026-04-23 02:04:52] "POST /fqname-to-id HTTP/1.1" 404 183 0.044712 10.0.0.38 - - [2026-04-23 02:04:52] "GET /projects?obj_uuids=65898127-e19f-41b4-bdda-7c610a1815b7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.001956 10.0.0.38 - - [2026-04-23 02:04:52] "GET /domains?obj_uuids=63294607-7558-4a2c-b899-0097ad180adc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001226 10.0.0.38 - - [2026-04-23 02:04:52] "GET /domain/63294607-7558-4a2c-b899-0097ad180adc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.005626 10.0.0.38 - - [2026-04-23 02:04:52] "POST /id-to-fqname HTTP/1.1" 200 185 0.001530 10.0.0.38 - - [2026-04-23 02:04:52] "POST /fqname-to-id HTTP/1.1" 404 194 0.002590 10.0.0.38 - - [2026-04-23 02:04:52] "POST /security-groups HTTP/1.1" 200 586 0.068254 10.0.0.38 - - [2026-04-23 02:04:52] "POST /fqname-to-id HTTP/1.1" 404 229 0.002154 10.0.0.38 - - [2026-04-23 02:04:52] "POST /projects HTTP/1.1" 200 575 0.210706 10.0.0.38 - - [2026-04-23 02:04:52] "POST /access-control-lists HTTP/1.1" 200 591 0.061663 10.0.0.38 - - [2026-04-23 02:04:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.281092 10.0.0.38 - - [2026-04-23 02:04:52] "POST /fqname-to-id HTTP/1.1" 404 228 0.002231 10.0.0.38 - - [2026-04-23 02:04:52] "GET /project/65898127-e19f-41b4-bdda-7c610a1815b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.389351 10.0.0.38 - - [2026-04-23 02:04:52] "POST /access-control-lists HTTP/1.1" 200 589 0.056217 10.0.0.38 - - [2026-04-23 02:04:53] "GET / HTTP/1.1" 200 35931 0.002408 10.0.0.38 - - [2026-04-23 02:04:55] "POST /fqname-to-id HTTP/1.1" 401 292 0.000397 10.0.0.38 - - [2026-04-23 02:04:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.026188 10.0.0.38 - - [2026-04-23 02:04:56] "GET /api-access-list/3757eb64-0812-4328-916c-cfca4331264c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.003304 10.0.0.38 - - [2026-04-23 02:04:56] "GET /api-access-list/3757eb64-0812-4328-916c-cfca4331264c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.002913 10.0.0.38 - - [2026-04-23 02:04:56] "GET /api-access-list/3757eb64-0812-4328-916c-cfca4331264c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.003038 10.0.0.38 - - [2026-04-23 02:04:56] "PUT /api-access-list/3757eb64-0812-4328-916c-cfca4331264c HTTP/1.1" 200 264 0.007803 10.0.0.38 - - [2026-04-23 02:04:56] "GET /aaa-mode HTTP/1.1" 401 292 0.000395 10.0.0.38 - - [2026-04-23 02:04:56] "GET /aaa-mode HTTP/1.1" 200 128 0.026167 10.0.0.38 - - [2026-04-23 02:04:57] "POST /fqname-to-id HTTP/1.1" 404 183 0.021604 10.0.0.38 - - [2026-04-23 02:04:57] "GET /projects?obj_uuids=4bf2b7c4-9b11-4d55-ac52-995f182817bc&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002151 10.0.0.38 - - [2026-04-23 02:04:57] "GET /domains?obj_uuids=63294607-7558-4a2c-b899-0097ad180adc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000873 10.0.0.38 - - [2026-04-23 02:04:57] "GET /domain/63294607-7558-4a2c-b899-0097ad180adc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.005275 10.0.0.38 - - [2026-04-23 02:04:57] "POST /id-to-fqname HTTP/1.1" 200 185 0.001014 10.0.0.38 - - [2026-04-23 02:04:57] "POST /fqname-to-id HTTP/1.1" 404 194 0.002843 10.0.0.38 - - [2026-04-23 02:04:57] "POST /security-groups HTTP/1.1" 200 586 0.060075 10.0.0.38 - - [2026-04-23 02:04:57] "POST /fqname-to-id HTTP/1.1" 404 229 0.001833 10.0.0.38 - - [2026-04-23 02:04:57] "POST /projects HTTP/1.1" 200 575 0.194451 10.0.0.38 - - [2026-04-23 02:04:57] "POST /access-control-lists HTTP/1.1" 200 591 0.059690 10.0.0.38 - - [2026-04-23 02:04:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.264307 10.0.0.38 - - [2026-04-23 02:04:57] "POST /fqname-to-id HTTP/1.1" 404 228 0.002119 10.0.0.38 - - [2026-04-23 02:04:57] "GET /project/4bf2b7c4-9b11-4d55-ac52-995f182817bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.383240 10.0.0.38 - - [2026-04-23 02:04:57] "POST /access-control-lists HTTP/1.1" 200 589 0.123987 10.0.0.38 - - [2026-04-23 02:04:58] "POST /fqname-to-id HTTP/1.1" 404 183 0.023852 10.0.0.38 - - [2026-04-23 02:04:58] "GET /projects?obj_uuids=eff0c1ed-b559-4f79-8c4e-b7fe543fccdb&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003160 10.0.0.38 - - [2026-04-23 02:04:58] "GET /domains?obj_uuids=63294607-7558-4a2c-b899-0097ad180adc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000850 10.0.0.38 - - [2026-04-23 02:04:58] "GET /domain/63294607-7558-4a2c-b899-0097ad180adc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.005838 10.0.0.38 - - [2026-04-23 02:04:58] "POST /id-to-fqname HTTP/1.1" 200 185 0.001039 10.0.0.38 - - [2026-04-23 02:04:58] "POST /fqname-to-id HTTP/1.1" 404 194 0.001805 10.0.0.38 - - [2026-04-23 02:04:58] "POST /security-groups HTTP/1.1" 200 586 0.064171 10.0.0.38 - - [2026-04-23 02:04:58] "POST /fqname-to-id HTTP/1.1" 404 229 0.003885 10.0.0.38 - - [2026-04-23 02:04:58] "POST /projects HTTP/1.1" 200 575 0.212628 10.0.0.38 - - [2026-04-23 02:04:58] "POST /access-control-lists HTTP/1.1" 200 591 0.056813 10.0.0.38 - - [2026-04-23 02:04:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.289218 10.0.0.38 - - [2026-04-23 02:04:58] "POST /fqname-to-id HTTP/1.1" 404 228 0.002458 10.0.0.38 - - [2026-04-23 02:04:58] "GET /project/eff0c1ed-b559-4f79-8c4e-b7fe543fccdb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.404851 10.0.0.38 - - [2026-04-23 02:04:58] "POST /access-control-lists HTTP/1.1" 200 589 0.056483 10.0.0.38 - - [2026-04-23 02:04:59] "GET / HTTP/1.1" 200 35931 0.002038 10.0.0.38 - - [2026-04-23 02:04:59] "GET / HTTP/1.1" 200 35931 0.001478 10.0.0.38 - - [2026-04-23 02:05:00] "POST /fqname-to-id HTTP/1.1" 404 183 0.002409 10.0.0.38 - - [2026-04-23 02:05:00] "POST /api-access-lists HTTP/1.1" 200 521 0.015131 10.0.0.38 - - [2026-04-23 02:05:00] "GET /api-access-list/af78df85-2af4-4b7e-a44c-0addbb6190a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1265 0.003701 10.0.0.38 - - [2026-04-23 02:05:00] "GET /api-access-list/af78df85-2af4-4b7e-a44c-0addbb6190a9 HTTP/1.1" 401 292 0.000373 10.0.0.38 - - [2026-04-23 02:05:00] "GET /api-access-list/af78df85-2af4-4b7e-a44c-0addbb6190a9 HTTP/1.1" 200 1265 0.049906 10.0.0.38 - - [2026-04-23 02:05:00] "POST /fqname-to-id HTTP/1.1" 401 292 0.000319 10.0.0.38 - - [2026-04-23 02:05:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.058768 10.0.0.38 - - [2026-04-23 02:05:01] "GET /projects?obj_uuids=4bf2b7c4-9b11-4d55-ac52-995f182817bc&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001127 10.0.0.38 - - [2026-04-23 02:05:01] "GET /project/4bf2b7c4-9b11-4d55-ac52-995f182817bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.032541 10.0.0.38 - - [2026-04-23 02:05:01] "GET /virtual-networks?parent_id=4bf2b7c4-9b11-4d55-ac52-995f182817bc&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010453 10.0.0.38 - - [2026-04-23 02:05:01] "POST /virtual-networks HTTP/1.1" 200 568 0.053915 10.0.0.38 - - [2026-04-23 02:05:01] "POST /route-targets HTTP/1.1" 200 327 0.008582 10.0.0.38 - - [2026-04-23 02:05:01] "POST /ref-update HTTP/1.1" 200 156 0.009897 10.0.0.38 - - [2026-04-23 02:05:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.015152 10.0.0.38 - - [2026-04-23 02:05:01] "GET /network-ipam/ccafb51c-9319-4d22-b3dd-884a6d416879?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.009620 10.0.0.38 - - [2026-04-23 02:05:01] "POST /useragent-kv HTTP/1.1" 200 115 0.006895 10.0.0.38 - - [2026-04-23 02:05:01] "POST /ref-update HTTP/1.1" 200 156 0.052836 10.0.0.38 - - [2026-04-23 02:05:01] "POST /neutron/network HTTP/1.1" 200 834 0.040675 10.0.0.38 - - [2026-04-23 02:05:01] "POST /neutron/network HTTP/1.1" 200 834 0.018776 10.0.0.38 - - [2026-04-23 02:05:01] "GET /virtual-network/53617b7d-9237-40ee-9714-29737a7d4812?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1985 0.011543 10.0.0.38 - - [2026-04-23 02:05:01] "POST /neutron/network HTTP/1.1" 200 834 0.016094 10.0.0.38 - - [2026-04-23 02:05:01] "POST /neutron/subnet HTTP/1.1" 200 685 0.022240 10.0.0.38 - - [2026-04-23 02:05:01] "GET /virtual-network/53617b7d-9237-40ee-9714-29737a7d4812 HTTP/1.1" 401 292 0.000353 10.0.0.38 - - [2026-04-23 02:05:01] "GET /virtual-network/53617b7d-9237-40ee-9714-29737a7d4812 HTTP/1.1" 200 2270 0.056133 10.0.0.38 - - [2026-04-23 02:05:01] "GET /virtual-network/53617b7d-9237-40ee-9714-29737a7d4812 HTTP/1.1" 401 292 0.000327 10.0.0.38 - - [2026-04-23 02:05:01] "DELETE /project/4bf2b7c49b114d55ac52995f182817bc HTTP/1.1" 404 173 0.009562 10.0.0.38 - - [2026-04-23 02:05:01] "DELETE /project/eff0c1edb5594f798c4eb7fe543fccdb HTTP/1.1" 404 173 0.008688 10.0.0.38 - - [2026-04-23 02:05:01] "DELETE /project/65898127e19f41b4bdda7c610a1815b7 HTTP/1.1" 404 173 0.007378 10.0.0.38 - - [2026-04-23 02:05:01] "GET /projects?obj_uuids=7234e437-145c-408d-bc70-4107a8e7e6b5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000786 10.0.0.38 - - [2026-04-23 02:05:02] "GET /project/7234e437-145c-408d-bc70-4107a8e7e6b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.025303 10.0.0.38 - - [2026-04-23 02:05:02] "GET /projects?obj_uuids=7234e437-145c-408d-bc70-4107a8e7e6b5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001002 10.0.0.38 - - [2026-04-23 02:05:02] "GET /project/7234e437-145c-408d-bc70-4107a8e7e6b5?fields=security_groups HTTP/1.1" 200 1363 0.067991 10.0.0.38 - - [2026-04-23 02:05:02] "DELETE /security-group/5d2c6399-1ebb-4eff-a53c-173d097253bd HTTP/1.1" 200 115 0.031364 10.0.0.38 - - [2026-04-23 02:05:02] "GET /projects?obj_uuids=7234e437-145c-408d-bc70-4107a8e7e6b5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002073 10.0.0.38 - - [2026-04-23 02:05:02] "DELETE /access-control-list/ea5d79ef-65e4-4689-834c-abbebd483d07 HTTP/1.1" 200 115 0.029205 10.0.0.38 - - [2026-04-23 02:05:02] "GET /project/7234e437-145c-408d-bc70-4107a8e7e6b5?fields=application_policy_sets HTTP/1.1" 200 1402 0.030164 10.0.0.38 - - [2026-04-23 02:05:02] "DELETE /access-control-list/c5721257-f486-45f7-b2fe-8597c56ce5cd HTTP/1.1" 200 115 0.029937 10.0.0.38 - - [2026-04-23 02:05:02] "DELETE /project/7234e437-145c-408d-bc70-4107a8e7e6b5 HTTP/1.1" 200 115 0.301407 10.0.0.38 - - [2026-04-23 02:05:02] "GET /virtual-network/53617b7d-9237-40ee-9714-29737a7d4812 HTTP/1.1" 200 2010 0.039249 10.0.0.38 - - [2026-04-23 02:05:02] "GET /obj-perms HTTP/1.1" 200 4915 0.080901 10.0.0.38 - - [2026-04-23 02:05:02] "POST /fqname-to-id HTTP/1.1" 401 292 0.000382 10.0.0.38 - - [2026-04-23 02:05:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.025393 10.0.0.38 - - [2026-04-23 02:05:03] "GET /virtual-network/53617b7d-9237-40ee-9714-29737a7d4812?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1985 0.012063 10.0.0.38 - - [2026-04-23 02:05:03] "GET /obj-perms HTTP/1.1" 200 4915 0.013951 10.0.0.38 - - [2026-04-23 02:05:03] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 361 0.014868 10.0.0.38 - - [2026-04-23 02:05:03] "GET /obj-perms HTTP/1.1" 200 4915 0.061327 10.0.0.38 - - [2026-04-23 02:05:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002355 10.0.0.38 - - [2026-04-23 02:05:03] "GET /virtual-network/53617b7d-9237-40ee-9714-29737a7d4812?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1985 0.013942 10.0.0.38 - - [2026-04-23 02:05:03] "GET /obj-perms HTTP/1.1" 200 4915 0.010193 10.0.0.38 - - [2026-04-23 02:05:03] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 361 0.015226 10.0.0.38 - - [2026-04-23 02:05:03] "POST /id-to-fqname HTTP/1.1" 401 292 0.000400 10.0.0.38 - - [2026-04-23 02:05:04] "POST /id-to-fqname HTTP/1.1" 200 230 0.035897 10.0.0.38 - - [2026-04-23 02:05:04] "POST /neutron/network HTTP/1.1" 200 844 0.040658 10.0.0.38 - - [2026-04-23 02:05:04] "GET /aaa-mode HTTP/1.1" 401 292 0.000437 10.0.0.38 - - [2026-04-23 02:05:05] "GET / HTTP/1.1" 200 35931 0.001840 10.0.0.38 - - [2026-04-23 02:05:05] "GET /project/eff0c1ed-b559-4f79-8c4e-b7fe543fccdb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000341 10.0.0.38 - - [2026-04-23 02:05:05] "GET /projects?obj_uuids=eff0c1ed-b559-4f79-8c4e-b7fe543fccdb&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001010 10.0.0.38 - - [2026-04-23 02:05:05] "GET /project/eff0c1ed-b559-4f79-8c4e-b7fe543fccdb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.043646 10.0.0.38 - - [2026-04-23 02:05:05] "POST /neutron/network HTTP/1.1" 200 834 0.004069 10.0.0.38 - - [2026-04-23 02:05:05] "POST /neutron/port HTTP/1.1" 200 117 0.028823 10.0.0.38 - - [2026-04-23 02:05:05] "POST /neutron/port HTTP/1.1" 200 117 0.004863 10.0.0.38 - - [2026-04-23 02:05:05] "POST /neutron/port HTTP/1.1" 200 117 0.005047 10.0.0.38 - - [2026-04-23 02:05:06] "POST /neutron/network HTTP/1.1" 200 844 0.017909 10.0.0.38 - - [2026-04-23 02:05:06] "POST /neutron/network HTTP/1.1" 200 834 0.028112 10.0.0.38 - - [2026-04-23 02:05:06] "GET /projects?obj_uuids=eff0c1ed-b559-4f79-8c4e-b7fe543fccdb&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001247 10.0.0.38 - - [2026-04-23 02:05:06] "POST /neutron/port HTTP/1.1" 200 1057 0.265990 10.0.0.38 - - [2026-04-23 02:05:06] "POST /neutron/port HTTP/1.1" 200 1057 0.009022 10.0.0.38 - - [2026-04-23 02:05:06] "POST /neutron/port HTTP/1.1" 200 1057 0.010129 10.0.0.38 - - [2026-04-23 02:05:06] "POST /neutron/port HTTP/1.1" 200 1111 0.042985 10.0.0.38 - - [2026-04-23 02:05:06] "POST /neutron/port HTTP/1.1" 200 1121 0.011226 10.0.0.38 - - [2026-04-23 02:05:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003539 10.0.0.38 - - [2026-04-23 02:05:06] "POST /neutron/subnet HTTP/1.1" 200 659 0.006340 10.0.0.38 - - [2026-04-23 02:05:06] "POST /neutron/port HTTP/1.1" 200 117 0.001026 10.0.0.38 - - [2026-04-23 02:05:06] "POST /neutron/network HTTP/1.1" 200 834 0.004808 10.0.0.38 - - [2026-04-23 02:05:09] "GET /obj-perms HTTP/1.1" 200 5056 0.047325 10.0.0.38 - - [2026-04-23 02:05:09] "GET /obj-perms HTTP/1.1" 200 5056 0.048878 10.0.0.38 - - [2026-04-23 02:05:10] "POST /neutron/port HTTP/1.1" 200 1121 0.010848 10.0.0.38 - - [2026-04-23 02:05:10] "POST /neutron/security_group HTTP/1.1" 200 2053 0.006365 10.0.0.38 - - [2026-04-23 02:05:10] "POST /neutron/port HTTP/1.1" 200 1121 0.013792 10.0.0.38 - - [2026-04-23 02:05:10] "POST /neutron/security_group HTTP/1.1" 200 2053 0.004982 10.0.0.38 - - [2026-04-23 02:05:10] "POST /neutron/port HTTP/1.1" 200 1121 0.010816 10.0.0.38 - - [2026-04-23 02:05:10] "POST /neutron/security_group HTTP/1.1" 200 2053 0.004484 10.0.0.38 - - [2026-04-23 02:05:11] "POST /neutron/port HTTP/1.1" 200 1121 0.013511 10.0.0.38 - - [2026-04-23 02:05:11] "POST /neutron/security_group HTTP/1.1" 200 2053 0.005480 10.0.0.38 - - [2026-04-23 02:05:11] "GET /virtual-machine/0655cdc7-034b-427b-81c6-0c4b30e94e28 HTTP/1.1" 200 1285 0.010192 10.0.0.38 - - [2026-04-23 02:05:11] "GET /virtual-machine/0655cdc7-034b-427b-81c6-0c4b30e94e28 HTTP/1.1" 200 1285 0.009337 10.0.0.38 - - [2026-04-23 02:05:11] "GET /virtual-machine-interface/a60a4ca1-c1c5-491b-a3b2-ab28799569fb HTTP/1.1" 200 2531 0.012391 10.0.0.38 - - [2026-04-23 02:05:11] "GET /virtual-machine/0655cdc7-034b-427b-81c6-0c4b30e94e28 HTTP/1.1" 200 1285 0.008525 10.0.0.38 - - [2026-04-23 02:05:11] "GET /virtual-machine-interface/a60a4ca1-c1c5-491b-a3b2-ab28799569fb HTTP/1.1" 200 2531 0.011761 10.0.0.38 - - [2026-04-23 02:05:11] "GET /instance-ip/46ea3d82-5c62-4701-926d-708ad84f8e4e HTTP/1.1" 200 1627 0.010139 10.0.0.38 - - [2026-04-23 02:05:11] "GET /virtual-machine/0655cdc7-034b-427b-81c6-0c4b30e94e28 HTTP/1.1" 200 1285 0.009343 10.0.0.38 - - [2026-04-23 02:05:11] "GET /virtual-machine-interface/a60a4ca1-c1c5-491b-a3b2-ab28799569fb HTTP/1.1" 200 2531 0.012171 10.0.0.38 - - [2026-04-23 02:05:11] "GET /instance-ip/46ea3d82-5c62-4701-926d-708ad84f8e4e HTTP/1.1" 200 1627 0.009761 10.0.0.38 - - [2026-04-23 02:05:11] "POST /fqname-to-id HTTP/1.1" 403 339 0.007623 10.0.0.38 - - [2026-04-23 02:05:11] "GET / HTTP/1.1" 200 35931 0.002068 10.0.0.38 - - [2026-04-23 02:05:11] "POST /fqname-to-id HTTP/1.1" 401 292 0.000926 10.0.0.38 - - [2026-04-23 02:05:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.024211 10.0.0.38 - - [2026-04-23 02:05:11] "GET /global-vrouter-config/e2229f30-3bb6-4b1e-8c28-43277104b447?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002979 10.0.0.38 - - [2026-04-23 02:05:11] "GET /virtual-networks?parent_id=eff0c1ed-b559-4f79-8c4e-b7fe543fccdb&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009070 10.0.0.38 - - [2026-04-23 02:05:11] "POST /fqname-to-id HTTP/1.1" 403 339 0.007832 10.0.0.38 - - [2026-04-23 02:05:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003585 10.0.0.38 - - [2026-04-23 02:05:11] "GET /global-vrouter-config/e2229f30-3bb6-4b1e-8c28-43277104b447?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002834 10.0.0.38 - - [2026-04-23 02:05:11] "GET /virtual-networks?parent_id=eff0c1ed-b559-4f79-8c4e-b7fe543fccdb&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.008687 10.0.0.38 - - [2026-04-23 02:05:12] "POST /fqname-to-id HTTP/1.1" 403 339 0.012445 10.0.0.38 - - [2026-04-23 02:05:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002418 10.0.0.38 - - [2026-04-23 02:05:12] "GET /global-vrouter-config/e2229f30-3bb6-4b1e-8c28-43277104b447?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002326 10.0.0.38 - - [2026-04-23 02:05:12] "GET /virtual-networks?parent_id=eff0c1ed-b559-4f79-8c4e-b7fe543fccdb&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.008071 10.0.0.38 - - [2026-04-23 02:05:12] "POST /fqname-to-id HTTP/1.1" 403 339 0.008044 10.0.0.38 - - [2026-04-23 02:05:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003101 10.0.0.38 - - [2026-04-23 02:05:12] "GET /global-vrouter-config/e2229f30-3bb6-4b1e-8c28-43277104b447?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003249 10.0.0.38 - - [2026-04-23 02:05:12] "GET /virtual-networks?parent_id=eff0c1ed-b559-4f79-8c4e-b7fe543fccdb&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.008749 10.0.0.38 - - [2026-04-23 02:05:12] "POST /fqname-to-id HTTP/1.1" 403 339 0.008364 10.0.0.38 - - [2026-04-23 02:05:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002306 10.0.0.38 - - [2026-04-23 02:05:12] "GET /global-vrouter-config/e2229f30-3bb6-4b1e-8c28-43277104b447?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002318 10.0.0.38 - - [2026-04-23 02:05:12] "GET /virtual-networks?parent_id=eff0c1ed-b559-4f79-8c4e-b7fe543fccdb&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.008233 10.0.0.38 - - [2026-04-23 02:05:14] "POST /neutron/port HTTP/1.1" 200 1121 0.011430 10.0.0.38 - - [2026-04-23 02:05:14] "POST /neutron/security_group HTTP/1.1" 200 2053 0.005240 10.0.0.38 - - [2026-04-23 02:05:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.009103 10.0.0.38 - - [2026-04-23 02:05:15] "GET /virtual-network/53617b7d-9237-40ee-9714-29737a7d4812?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1985 0.010148 10.0.0.38 - - [2026-04-23 02:05:17] "POST /fqname-to-id HTTP/1.1" 403 339 0.008349 10.0.0.38 - - [2026-04-23 02:05:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.001946 10.0.0.38 - - [2026-04-23 02:05:17] "GET /global-vrouter-config/e2229f30-3bb6-4b1e-8c28-43277104b447?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002259 10.0.0.38 - - [2026-04-23 02:05:17] "GET /virtual-networks?parent_id=eff0c1ed-b559-4f79-8c4e-b7fe543fccdb&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009416 10.0.0.38 - - [2026-04-23 02:05:17] "POST /fqname-to-id HTTP/1.1" 403 339 0.009386 10.0.0.38 - - [2026-04-23 02:05:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002033 10.0.0.38 - - [2026-04-23 02:05:17] "GET /global-vrouter-config/e2229f30-3bb6-4b1e-8c28-43277104b447?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002454 10.0.0.38 - - [2026-04-23 02:05:17] "GET /virtual-networks?parent_id=eff0c1ed-b559-4f79-8c4e-b7fe543fccdb&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.008605 10.0.0.38 - - [2026-04-23 02:05:17] "POST /fqname-to-id HTTP/1.1" 403 361 0.007686 10.0.0.38 - - [2026-04-23 02:05:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002744 10.0.0.38 - - [2026-04-23 02:05:17] "GET /routing-instance/6cf16afc-b853-4cd6-8805-ddbf5e0ffe05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1529 0.003292 10.0.0.38 - - [2026-04-23 02:05:17] "GET /route-target/943202e1-e73c-4cc5-831e-7a7aacddb956?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.007729 10.0.0.38 - - [2026-04-23 02:05:17] "GET /route-target/943202e1-e73c-4cc5-831e-7a7aacddb956?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.002685 10.0.0.38 - - [2026-04-23 02:05:17] "POST /fqname-to-id HTTP/1.1" 403 339 0.008677 10.0.0.38 - - [2026-04-23 02:05:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.001824 10.0.0.38 - - [2026-04-23 02:05:17] "GET /global-vrouter-config/e2229f30-3bb6-4b1e-8c28-43277104b447?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003072 10.0.0.38 - - [2026-04-23 02:05:18] "GET /virtual-networks?parent_id=eff0c1ed-b559-4f79-8c4e-b7fe543fccdb&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.007993 10.0.0.38 - - [2026-04-23 02:05:18] "POST /fqname-to-id HTTP/1.1" 403 361 0.007156 10.0.0.38 - - [2026-04-23 02:05:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002766 10.0.0.38 - - [2026-04-23 02:05:18] "GET /routing-instance/6cf16afc-b853-4cd6-8805-ddbf5e0ffe05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1529 0.002986 10.0.0.38 - - [2026-04-23 02:05:18] "GET /route-target/943202e1-e73c-4cc5-831e-7a7aacddb956?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.007927 10.0.0.38 - - [2026-04-23 02:05:18] "GET /route-target/943202e1-e73c-4cc5-831e-7a7aacddb956?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.002207 10.0.0.38 - - [2026-04-23 02:05:18] "GET /obj-perms HTTP/1.1" 200 4915 0.008276 10.0.0.38 - - [2026-04-23 02:05:18] "GET /virtual-machine/0655cdc7-034b-427b-81c6-0c4b30e94e28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 990 0.009011 10.0.0.38 - - [2026-04-23 02:05:20] "GET /obj-perms HTTP/1.1" 200 4915 0.008035 10.0.0.38 - - [2026-04-23 02:05:20] "GET /virtual-machine/0655cdc7-034b-427b-81c6-0c4b30e94e28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 990 0.007934 10.0.0.38 - - [2026-04-23 02:05:22] "GET /obj-perms HTTP/1.1" 200 4915 0.008952 10.0.0.38 - - [2026-04-23 02:05:22] "GET /virtual-machine/0655cdc7-034b-427b-81c6-0c4b30e94e28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 990 0.009274 10.0.0.38 - - [2026-04-23 02:05:24] "POST /neutron/port HTTP/1.1" 200 1121 0.010118 10.0.0.38 - - [2026-04-23 02:05:24] "GET /obj-perms HTTP/1.1" 200 4915 0.007845 10.0.0.38 - - [2026-04-23 02:05:24] "GET /virtual-machine/0655cdc7-034b-427b-81c6-0c4b30e94e28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 990 0.010329 10.0.0.38 - - [2026-04-23 02:05:24] "POST /neutron/port HTTP/1.1" 200 1121 0.011276 10.0.0.38 - - [2026-04-23 02:05:24] "POST /neutron/network HTTP/1.1" 200 844 0.004184 10.0.0.38 - - [2026-04-23 02:05:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003591 10.0.0.38 - - [2026-04-23 02:05:24] "POST /neutron/subnet HTTP/1.1" 200 659 0.004913 10.0.0.38 - - [2026-04-23 02:05:24] "POST /neutron/port HTTP/1.1" 200 117 0.000894 10.0.0.38 - - [2026-04-23 02:05:24] "POST /neutron/network HTTP/1.1" 200 834 0.004646 10.0.0.38 - - [2026-04-23 02:05:26] "GET /obj-perms HTTP/1.1" 200 4915 0.007777 10.0.0.38 - - [2026-04-23 02:05:26] "GET /virtual-machine/0655cdc7-034b-427b-81c6-0c4b30e94e28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 990 0.008404 10.0.0.38 - - [2026-04-23 02:05:28] "GET /obj-perms HTTP/1.1" 200 4915 0.007942 10.0.0.38 - - [2026-04-23 02:05:28] "GET /virtual-machine/0655cdc7-034b-427b-81c6-0c4b30e94e28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 990 0.008531 10.0.0.38 - - [2026-04-23 02:05:30] "GET /obj-perms HTTP/1.1" 200 4915 0.008236 10.0.0.38 - - [2026-04-23 02:05:30] "GET /virtual-machine/0655cdc7-034b-427b-81c6-0c4b30e94e28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 990 0.008172 10.0.0.38 - - [2026-04-23 02:05:32] "GET /obj-perms HTTP/1.1" 200 4915 0.010973 10.0.0.38 - - [2026-04-23 02:05:32] "GET /virtual-machine/0655cdc7-034b-427b-81c6-0c4b30e94e28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 990 0.009162 10.0.0.38 - - [2026-04-23 02:05:34] "GET /obj-perms HTTP/1.1" 200 4915 0.008690 10.0.0.38 - - [2026-04-23 02:05:34] "GET /virtual-machine/0655cdc7-034b-427b-81c6-0c4b30e94e28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 990 0.008658 10.0.0.38 - - [2026-04-23 02:05:34] "GET /obj-perms HTTP/1.1" 200 4915 0.008635 10.0.0.38 - - [2026-04-23 02:05:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002353 10.0.0.38 - - [2026-04-23 02:05:34] "GET /virtual-machine-interface/a60a4ca1-c1c5-491b-a3b2-ab28799569fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2310 0.014196 10.0.0.38 - - [2026-04-23 02:05:35] "GET /obj-perms HTTP/1.1" 200 4915 0.010138 10.0.0.38 - - [2026-04-23 02:05:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002664 10.0.0.38 - - [2026-04-23 02:05:35] "GET /virtual-machine-interface/a60a4ca1-c1c5-491b-a3b2-ab28799569fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2310 0.013387 10.0.0.38 - - [2026-04-23 02:05:35] "GET /obj-perms HTTP/1.1" 200 4915 0.008196 10.0.0.38 - - [2026-04-23 02:05:35] "GET /virtual-machine/0655cdc7-034b-427b-81c6-0c4b30e94e28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 990 0.009415 10.0.0.38 - - [2026-04-23 02:05:35] "GET /obj-perms HTTP/1.1" 200 4915 0.007768 10.0.0.38 - - [2026-04-23 02:05:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002577 10.0.0.38 - - [2026-04-23 02:05:35] "GET /virtual-machine-interface/a60a4ca1-c1c5-491b-a3b2-ab28799569fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2310 0.014509 10.0.0.38 - - [2026-04-23 02:05:35] "GET /obj-perms HTTP/1.1" 200 4915 0.007947 10.0.0.38 - - [2026-04-23 02:05:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002312 10.0.0.38 - - [2026-04-23 02:05:35] "GET /virtual-network/53617b7d-9237-40ee-9714-29737a7d4812?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1985 0.011352 10.0.0.38 - - [2026-04-23 02:05:35] "GET /obj-perms HTTP/1.1" 200 4915 0.008321 10.0.0.38 - - [2026-04-23 02:05:35] "GET /virtual-machine/0655cdc7-034b-427b-81c6-0c4b30e94e28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 990 0.009917 10.0.0.38 - - [2026-04-23 02:05:35] "GET /obj-perms HTTP/1.1" 200 4915 0.008506 10.0.0.38 - - [2026-04-23 02:05:35] "GET /obj-perms HTTP/1.1" 200 4915 0.008174 10.0.0.38 - - [2026-04-23 02:05:36] "GET /obj-perms HTTP/1.1" 200 4915 0.053073 10.0.0.38 - - [2026-04-23 02:05:36] "GET /obj-perms HTTP/1.1" 200 4915 0.007209 10.0.0.38 - - [2026-04-23 02:05:36] "GET /obj-perms HTTP/1.1" 200 5020 0.048608 10.0.0.38 - - [2026-04-23 02:05:36] "GET /obj-perms HTTP/1.1" 200 5020 0.002968 10.0.0.38 - - [2026-04-23 02:05:36] "GET /obj-perms HTTP/1.1" 200 4915 0.008917 10.0.0.38 - - [2026-04-23 02:05:36] "GET /obj-perms HTTP/1.1" 200 4915 0.008916 10.0.0.38 - - [2026-04-23 02:05:37] "GET /obj-perms HTTP/1.1" 200 4915 0.054819 10.0.0.38 - - [2026-04-23 02:05:37] "GET /obj-perms HTTP/1.1" 200 4915 0.007542 10.0.0.38 - - [2026-04-23 02:05:37] "GET /obj-perms HTTP/1.1" 200 5020 0.002874 10.0.0.38 - - [2026-04-23 02:05:37] "GET /obj-perms HTTP/1.1" 200 5020 0.003357 10.0.0.38 - - [2026-04-23 02:05:37] "GET /obj-perms HTTP/1.1" 200 4915 0.008107 10.0.0.38 - - [2026-04-23 02:05:37] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 320 0.009556 10.0.0.38 - - [2026-04-23 02:05:37] "GET /virtual-machine/0655cdc7-034b-427b-81c6-0c4b30e94e28 HTTP/1.1" 200 1285 0.012996 10.0.0.38 - - [2026-04-23 02:05:37] "POST /neutron/port HTTP/1.1" 200 1121 0.011594 10.0.0.38 - - [2026-04-23 02:05:37] "POST /neutron/port HTTP/1.1" 200 1111 0.008440 10.0.0.38 - - [2026-04-23 02:05:38] "POST /neutron/port HTTP/1.1" 200 151 0.086643 10.0.0.38 - - [2026-04-23 02:05:39] "GET /virtual-machine/0655cdc7-034b-427b-81c6-0c4b30e94e28 HTTP/1.1" 404 171 0.007951 10.0.0.38 - - [2026-04-23 02:05:39] "GET /virtual-machine/0655cdc7-034b-427b-81c6-0c4b30e94e28 HTTP/1.1" 404 171 0.006375 10.0.0.38 - - [2026-04-23 02:05:39] "GET /virtual-machine/0655cdc7-034b-427b-81c6-0c4b30e94e28 HTTP/1.1" 404 171 0.006864 10.0.0.38 - - [2026-04-23 02:05:39] "POST /fqname-to-id HTTP/1.1" 403 339 0.008707 10.0.0.38 - - [2026-04-23 02:05:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.001827 10.0.0.38 - - [2026-04-23 02:05:39] "GET /global-vrouter-config/e2229f30-3bb6-4b1e-8c28-43277104b447?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002178 10.0.0.38 - - [2026-04-23 02:05:39] "GET /virtual-networks?parent_id=eff0c1ed-b559-4f79-8c4e-b7fe543fccdb&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.008515 10.0.0.38 - - [2026-04-23 02:05:39] "POST /fqname-to-id HTTP/1.1" 403 361 0.007194 10.0.0.38 - - [2026-04-23 02:05:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002377 10.0.0.38 - - [2026-04-23 02:05:39] "GET /routing-instance/6cf16afc-b853-4cd6-8805-ddbf5e0ffe05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1529 0.002592 10.0.0.38 - - [2026-04-23 02:05:39] "GET /route-target/943202e1-e73c-4cc5-831e-7a7aacddb956?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.008513 10.0.0.38 - - [2026-04-23 02:05:39] "GET /route-target/943202e1-e73c-4cc5-831e-7a7aacddb956?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.002525 10.0.0.38 - - [2026-04-23 02:05:39] "GET /obj-perms HTTP/1.1" 200 4915 0.008834 10.0.0.38 - - [2026-04-23 02:05:39] "GET /obj-perms HTTP/1.1" 200 4915 0.007885 10.0.0.38 - - [2026-04-23 02:05:40] "GET /obj-perms HTTP/1.1" 200 4915 0.050193 10.0.0.38 - - [2026-04-23 02:05:40] "GET /obj-perms HTTP/1.1" 200 4915 0.008645 10.0.0.38 - - [2026-04-23 02:05:40] "GET /obj-perms HTTP/1.1" 200 5020 0.002613 10.0.0.38 - - [2026-04-23 02:05:43] "GET /obj-perms HTTP/1.1" 200 5020 0.002725 10.0.0.38 - - [2026-04-23 02:05:46] "GET /obj-perms HTTP/1.1" 200 5020 0.002727 10.0.0.38 - - [2026-04-23 02:05:49] "GET /obj-perms HTTP/1.1" 200 5020 0.002836 10.0.0.38 - - [2026-04-23 02:05:52] "GET /obj-perms HTTP/1.1" 200 5020 0.003678 10.0.0.38 - - [2026-04-23 02:05:55] "GET /obj-perms HTTP/1.1" 200 5020 0.002888 10.0.0.38 - - [2026-04-23 02:05:58] "GET /obj-perms HTTP/1.1" 200 5020 0.002756 10.0.0.38 - - [2026-04-23 02:06:01] "GET /obj-perms HTTP/1.1" 200 5020 0.002686 10.0.0.38 - - [2026-04-23 02:06:04] "GET /obj-perms HTTP/1.1" 200 5020 0.004343 10.0.0.38 - - [2026-04-23 02:06:07] "GET /obj-perms HTTP/1.1" 200 5020 0.003055 10.0.0.38 - - [2026-04-23 02:06:09] "GET /obj-perms HTTP/1.1" 200 5056 0.053794 10.0.0.38 - - [2026-04-23 02:06:10] "GET /obj-perms HTTP/1.1" 200 5056 0.059795 10.0.0.38 - - [2026-04-23 02:06:10] "GET /obj-perms HTTP/1.1" 200 5020 0.002759 10.0.0.38 - - [2026-04-23 02:06:13] "GET /obj-perms HTTP/1.1" 200 5020 0.002721 10.0.0.38 - - [2026-04-23 02:06:16] "GET /obj-perms HTTP/1.1" 200 5020 0.002946 10.0.0.38 - - [2026-04-23 02:06:19] "GET /obj-perms HTTP/1.1" 200 5020 0.002757 10.0.0.38 - - [2026-04-23 02:06:22] "GET /obj-perms HTTP/1.1" 200 5020 0.002739 10.0.0.38 - - [2026-04-23 02:06:25] "GET /obj-perms HTTP/1.1" 200 5020 0.002832 10.0.0.38 - - [2026-04-23 02:06:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002841 10.0.0.38 - - [2026-04-23 02:06:25] "POST /useragent-kv HTTP/1.1" 200 115 0.001604 10.0.0.38 - - [2026-04-23 02:06:25] "POST /useragent-kv HTTP/1.1" 200 115 0.002174 10.0.0.38 - - [2026-04-23 02:06:25] "DELETE /virtual-network/53617b7d-9237-40ee-9714-29737a7d4812 HTTP/1.1" 200 115 0.067048 10.0.0.38 - - [2026-04-23 02:06:25] "DELETE /route-target/943202e1-e73c-4cc5-831e-7a7aacddb956 HTTP/1.1" 200 115 0.020333 10.0.0.38 - - [2026-04-23 02:06:25] "DELETE /api-access-list/af78df85-2af4-4b7e-a44c-0addbb6190a9 HTTP/1.1" 200 115 0.015363 10.0.0.38 - - [2026-04-23 02:06:25] "GET /api-access-list/af78df85-2af4-4b7e-a44c-0addbb6190a9 HTTP/1.1" 404 171 0.001887 10.0.0.38 - - [2026-04-23 02:06:25] "GET /projects?obj_uuids=eff0c1ed-b559-4f79-8c4e-b7fe543fccdb&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000873 10.0.0.38 - - [2026-04-23 02:06:25] "GET /project/eff0c1ed-b559-4f79-8c4e-b7fe543fccdb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.022264 10.0.0.38 - - [2026-04-23 02:06:25] "GET /projects?obj_uuids=eff0c1ed-b559-4f79-8c4e-b7fe543fccdb&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000811 10.0.0.38 - - [2026-04-23 02:06:25] "GET /project/eff0c1ed-b559-4f79-8c4e-b7fe543fccdb?fields=virtual_networks HTTP/1.1" 200 1023 0.060585 10.0.0.38 - - [2026-04-23 02:06:25] "GET /projects?obj_uuids=eff0c1ed-b559-4f79-8c4e-b7fe543fccdb&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000913 10.0.0.38 - - [2026-04-23 02:06:25] "GET /project/eff0c1ed-b559-4f79-8c4e-b7fe543fccdb?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.020317 10.0.0.38 - - [2026-04-23 02:06:26] "GET /projects?obj_uuids=eff0c1ed-b559-4f79-8c4e-b7fe543fccdb&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001311 10.0.0.38 - - [2026-04-23 02:06:26] "GET /project/eff0c1ed-b559-4f79-8c4e-b7fe543fccdb?fields=security_groups HTTP/1.1" 200 1244 0.022824 10.0.0.38 - - [2026-04-23 02:06:26] "GET /projects?obj_uuids=4bf2b7c4-9b11-4d55-ac52-995f182817bc&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000928 10.0.0.38 - - [2026-04-23 02:06:26] "GET /project/4bf2b7c4-9b11-4d55-ac52-995f182817bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.022415 10.0.0.38 - - [2026-04-23 02:06:26] "GET /projects?obj_uuids=4bf2b7c4-9b11-4d55-ac52-995f182817bc&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000825 10.0.0.38 - - [2026-04-23 02:06:26] "GET /project/4bf2b7c4-9b11-4d55-ac52-995f182817bc?fields=virtual_networks HTTP/1.1" 200 1022 0.072081 10.0.0.38 - - [2026-04-23 02:06:26] "GET /projects?obj_uuids=4bf2b7c4-9b11-4d55-ac52-995f182817bc&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000855 10.0.0.38 - - [2026-04-23 02:06:26] "GET /project/4bf2b7c4-9b11-4d55-ac52-995f182817bc?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.021753 10.0.0.38 - - [2026-04-23 02:06:26] "GET /projects?obj_uuids=4bf2b7c4-9b11-4d55-ac52-995f182817bc&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000897 10.0.0.38 - - [2026-04-23 02:06:26] "GET /project/4bf2b7c4-9b11-4d55-ac52-995f182817bc?fields=security_groups HTTP/1.1" 200 1243 0.022744 10.0.0.38 - - [2026-04-23 02:06:27] "GET /api-access-list/3757eb64-0812-4328-916c-cfca4331264c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2410 0.002988 10.0.0.38 - - [2026-04-23 02:06:27] "PUT /api-access-list/3757eb64-0812-4328-916c-cfca4331264c HTTP/1.1" 200 264 0.006623 10.0.0.38 - - [2026-04-23 02:06:27] "GET /projects?obj_uuids=65898127-e19f-41b4-bdda-7c610a1815b7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001008 10.0.0.38 - - [2026-04-23 02:06:27] "GET /project/65898127-e19f-41b4-bdda-7c610a1815b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.019327 10.0.0.38 - - [2026-04-23 02:06:27] "GET /projects?obj_uuids=65898127-e19f-41b4-bdda-7c610a1815b7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000892 10.0.0.38 - - [2026-04-23 02:06:28] "GET /project/65898127-e19f-41b4-bdda-7c610a1815b7?fields=virtual_networks HTTP/1.1" 200 1022 0.068522 10.0.0.38 - - [2026-04-23 02:06:28] "GET /projects?obj_uuids=65898127-e19f-41b4-bdda-7c610a1815b7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000919 10.0.0.38 - - [2026-04-23 02:06:28] "GET /project/65898127-e19f-41b4-bdda-7c610a1815b7?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.023780 10.0.0.38 - - [2026-04-23 02:06:28] "GET /projects?obj_uuids=65898127-e19f-41b4-bdda-7c610a1815b7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000942 10.0.0.38 - - [2026-04-23 02:06:28] "GET /project/65898127-e19f-41b4-bdda-7c610a1815b7?fields=security_groups HTTP/1.1" 200 1243 0.021700 10.0.0.38 - - [2026-04-23 02:06:28] "POST /fqname-to-id HTTP/1.1" 404 188 0.024724 10.0.0.38 - - [2026-04-23 02:06:28] "GET /projects?obj_uuids=c2f1cef9-2974-4610-8fd0-4779dc45e2a6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002064 10.0.0.38 - - [2026-04-23 02:06:29] "GET /domains?obj_uuids=63294607-7558-4a2c-b899-0097ad180adc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000859 10.0.0.38 - - [2026-04-23 02:06:29] "GET /domain/63294607-7558-4a2c-b899-0097ad180adc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.005763 10.0.0.38 - - [2026-04-23 02:06:29] "POST /id-to-fqname HTTP/1.1" 200 190 0.002262 10.0.0.38 - - [2026-04-23 02:06:29] "POST /fqname-to-id HTTP/1.1" 404 199 0.002411 10.0.0.38 - - [2026-04-23 02:06:29] "POST /security-groups HTTP/1.1" 200 591 0.072399 10.0.0.38 - - [2026-04-23 02:06:29] "POST /fqname-to-id HTTP/1.1" 404 234 0.002252 10.0.0.38 - - [2026-04-23 02:06:29] "POST /projects HTTP/1.1" 200 585 0.205128 10.0.0.38 - - [2026-04-23 02:06:29] "POST /access-control-lists HTTP/1.1" 200 596 0.057961 10.0.0.38 - - [2026-04-23 02:06:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.272406 10.0.0.38 - - [2026-04-23 02:06:29] "POST /fqname-to-id HTTP/1.1" 404 233 0.002261 10.0.0.38 - - [2026-04-23 02:06:29] "GET /project/c2f1cef9-2974-4610-8fd0-4779dc45e2a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.385497 10.0.0.38 - - [2026-04-23 02:06:29] "POST /access-control-lists HTTP/1.1" 200 594 0.060431 10.0.0.38 - - [2026-04-23 02:06:30] "GET / HTTP/1.1" 200 35931 0.001590 10.0.0.38 - - [2026-04-23 02:06:32] "POST /fqname-to-id HTTP/1.1" 401 292 0.000444 10.0.0.38 - - [2026-04-23 02:06:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.025309 10.0.0.38 - - [2026-04-23 02:06:32] "GET /api-access-list/3757eb64-0812-4328-916c-cfca4331264c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.003497 10.0.0.38 - - [2026-04-23 02:06:32] "GET /api-access-list/3757eb64-0812-4328-916c-cfca4331264c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.005147 10.0.0.38 - - [2026-04-23 02:06:32] "GET /api-access-list/3757eb64-0812-4328-916c-cfca4331264c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.003274 10.0.0.38 - - [2026-04-23 02:06:32] "PUT /api-access-list/3757eb64-0812-4328-916c-cfca4331264c HTTP/1.1" 200 264 0.007718 10.0.0.38 - - [2026-04-23 02:06:33] "GET /aaa-mode HTTP/1.1" 200 128 0.000932 10.0.0.38 - - [2026-04-23 02:06:33] "POST /fqname-to-id HTTP/1.1" 404 188 0.019867 10.0.0.38 - - [2026-04-23 02:06:33] "GET /projects?obj_uuids=c48538c9-de46-482b-81c2-7ab20fec6a26&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002165 10.0.0.38 - - [2026-04-23 02:06:33] "GET /domains?obj_uuids=63294607-7558-4a2c-b899-0097ad180adc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000861 10.0.0.38 - - [2026-04-23 02:06:33] "GET /domain/63294607-7558-4a2c-b899-0097ad180adc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.005623 10.0.0.38 - - [2026-04-23 02:06:33] "POST /id-to-fqname HTTP/1.1" 200 190 0.001298 10.0.0.38 - - [2026-04-23 02:06:33] "POST /fqname-to-id HTTP/1.1" 404 199 0.002386 10.0.0.38 - - [2026-04-23 02:06:33] "POST /security-groups HTTP/1.1" 200 591 0.059970 10.0.0.38 - - [2026-04-23 02:06:33] "POST /fqname-to-id HTTP/1.1" 404 234 0.001942 10.0.0.38 - - [2026-04-23 02:06:33] "POST /projects HTTP/1.1" 200 585 0.197165 10.0.0.38 - - [2026-04-23 02:06:33] "POST /access-control-lists HTTP/1.1" 200 596 0.056373 10.0.0.38 - - [2026-04-23 02:06:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.266565 10.0.0.38 - - [2026-04-23 02:06:33] "POST /fqname-to-id HTTP/1.1" 404 233 0.002198 10.0.0.38 - - [2026-04-23 02:06:33] "GET /project/c48538c9-de46-482b-81c2-7ab20fec6a26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.378101 10.0.0.38 - - [2026-04-23 02:06:33] "POST /access-control-lists HTTP/1.1" 200 594 0.056458 10.0.0.38 - - [2026-04-23 02:06:34] "POST /fqname-to-id HTTP/1.1" 404 188 0.022908 10.0.0.38 - - [2026-04-23 02:06:34] "GET /projects?obj_uuids=1547e377-511d-43ad-aa07-06bd9e87f1eb&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002209 10.0.0.38 - - [2026-04-23 02:06:34] "GET /domains?obj_uuids=63294607-7558-4a2c-b899-0097ad180adc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000936 10.0.0.38 - - [2026-04-23 02:06:34] "GET /domain/63294607-7558-4a2c-b899-0097ad180adc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006085 10.0.0.38 - - [2026-04-23 02:06:34] "POST /id-to-fqname HTTP/1.1" 200 190 0.001863 10.0.0.38 - - [2026-04-23 02:06:34] "POST /fqname-to-id HTTP/1.1" 404 199 0.003191 10.0.0.38 - - [2026-04-23 02:06:34] "POST /security-groups HTTP/1.1" 200 591 0.059810 10.0.0.38 - - [2026-04-23 02:06:34] "POST /fqname-to-id HTTP/1.1" 404 234 0.002404 10.0.0.38 - - [2026-04-23 02:06:34] "POST /projects HTTP/1.1" 200 585 0.200974 10.0.0.38 - - [2026-04-23 02:06:34] "POST /access-control-lists HTTP/1.1" 200 596 0.053786 10.0.0.38 - - [2026-04-23 02:06:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.276846 10.0.0.38 - - [2026-04-23 02:06:34] "POST /fqname-to-id HTTP/1.1" 404 233 0.002643 10.0.0.38 - - [2026-04-23 02:06:34] "GET /project/1547e377-511d-43ad-aa07-06bd9e87f1eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.390723 10.0.0.38 - - [2026-04-23 02:06:34] "POST /access-control-lists HTTP/1.1" 200 594 0.061060 10.0.0.38 - - [2026-04-23 02:06:35] "GET / HTTP/1.1" 200 35931 0.001852 10.0.0.38 - - [2026-04-23 02:06:35] "GET / HTTP/1.1" 200 35931 0.001675 10.0.0.38 - - [2026-04-23 02:06:36] "POST /fqname-to-id HTTP/1.1" 404 183 0.002759 10.0.0.38 - - [2026-04-23 02:06:36] "POST /api-access-lists HTTP/1.1" 200 521 0.013719 10.0.0.38 - - [2026-04-23 02:06:36] "GET /api-access-list/a6db0e41-002a-40db-9d23-e65f68e9407d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1289 0.004523 10.0.0.38 - - [2026-04-23 02:06:36] "GET /api-access-list/a6db0e41-002a-40db-9d23-e65f68e9407d HTTP/1.1" 401 292 0.000582 10.0.0.38 - - [2026-04-23 02:06:36] "GET /api-access-list/a6db0e41-002a-40db-9d23-e65f68e9407d HTTP/1.1" 200 1289 0.052102 10.0.0.38 - - [2026-04-23 02:06:36] "POST /fqname-to-id HTTP/1.1" 401 292 0.000367 10.0.0.38 - - [2026-04-23 02:06:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.034545 10.0.0.38 - - [2026-04-23 02:06:37] "GET /projects?obj_uuids=c48538c9-de46-482b-81c2-7ab20fec6a26&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000870 10.0.0.38 - - [2026-04-23 02:06:37] "GET /project/c48538c9-de46-482b-81c2-7ab20fec6a26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.024397 10.0.0.38 - - [2026-04-23 02:06:37] "GET /virtual-networks?parent_id=c48538c9-de46-482b-81c2-7ab20fec6a26&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.008610 10.0.0.38 - - [2026-04-23 02:06:37] "POST /virtual-networks HTTP/1.1" 200 583 0.042522 10.0.0.38 - - [2026-04-23 02:06:37] "POST /route-targets HTTP/1.1" 200 327 0.008314 10.0.0.38 - - [2026-04-23 02:06:37] "POST /ref-update HTTP/1.1" 200 156 0.008076 10.0.0.38 - - [2026-04-23 02:06:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.011400 10.0.0.38 - - [2026-04-23 02:06:37] "GET /network-ipam/ccafb51c-9319-4d22-b3dd-884a6d416879?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.009725 10.0.0.38 - - [2026-04-23 02:06:37] "POST /useragent-kv HTTP/1.1" 200 115 0.002630 10.0.0.38 - - [2026-04-23 02:06:37] "POST /ref-update HTTP/1.1" 200 156 0.047437 10.0.0.38 - - [2026-04-23 02:06:37] "POST /neutron/network HTTP/1.1" 200 845 0.038920 10.0.0.38 - - [2026-04-23 02:06:37] "POST /neutron/network HTTP/1.1" 200 845 0.018589 10.0.0.38 - - [2026-04-23 02:06:37] "GET /virtual-network/2d86fc02-d1b3-4ff9-b7bd-239623b1c407?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2004 0.011316 10.0.0.38 - - [2026-04-23 02:06:37] "POST /neutron/network HTTP/1.1" 200 845 0.017596 10.0.0.38 - - [2026-04-23 02:06:37] "POST /neutron/subnet HTTP/1.1" 200 664 0.026686 10.0.0.38 - - [2026-04-23 02:06:37] "POST /fqname-to-id HTTP/1.1" 401 292 0.000337 10.0.0.38 - - [2026-04-23 02:06:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.032700 10.0.0.38 - - [2026-04-23 02:06:38] "GET /projects?obj_uuids=1547e377-511d-43ad-aa07-06bd9e87f1eb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001287 10.0.0.38 - - [2026-04-23 02:06:38] "GET /project/1547e377-511d-43ad-aa07-06bd9e87f1eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.036096 10.0.0.38 - - [2026-04-23 02:06:38] "GET /virtual-networks?parent_id=1547e377-511d-43ad-aa07-06bd9e87f1eb&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009146 10.0.0.38 - - [2026-04-23 02:06:38] "POST /virtual-networks HTTP/1.1" 200 583 0.042711 10.0.0.38 - - [2026-04-23 02:06:38] "POST /route-targets HTTP/1.1" 200 327 0.009007 10.0.0.38 - - [2026-04-23 02:06:38] "POST /ref-update HTTP/1.1" 200 156 0.011514 10.0.0.38 - - [2026-04-23 02:06:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.015390 10.0.0.38 - - [2026-04-23 02:06:38] "GET /network-ipam/ccafb51c-9319-4d22-b3dd-884a6d416879?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.009168 10.0.0.38 - - [2026-04-23 02:06:38] "POST /useragent-kv HTTP/1.1" 200 115 0.005547 10.0.0.38 - - [2026-04-23 02:06:38] "POST /ref-update HTTP/1.1" 200 156 0.043004 10.0.0.38 - - [2026-04-23 02:06:38] "POST /neutron/network HTTP/1.1" 200 848 0.041523 10.0.0.38 - - [2026-04-23 02:06:38] "POST /neutron/network HTTP/1.1" 200 848 0.016848 10.0.0.38 - - [2026-04-23 02:06:38] "GET /virtual-network/db002b6c-b952-40ed-bc9a-b00fc6c6875c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.011649 10.0.0.38 - - [2026-04-23 02:06:38] "POST /neutron/network HTTP/1.1" 200 848 0.018078 10.0.0.38 - - [2026-04-23 02:06:38] "POST /neutron/subnet HTTP/1.1" 200 679 0.023530 10.0.0.38 - - [2026-04-23 02:06:38] "GET /virtual-network/2d86fc02-d1b3-4ff9-b7bd-239623b1c407 HTTP/1.1" 401 292 0.000336 10.0.0.38 - - [2026-04-23 02:06:38] "GET /virtual-network/2d86fc02-d1b3-4ff9-b7bd-239623b1c407 HTTP/1.1" 200 2304 0.035739 10.0.0.38 - - [2026-04-23 02:06:38] "GET /virtual-network/2d86fc02-d1b3-4ff9-b7bd-239623b1c407 HTTP/1.1" 401 292 0.000328 10.0.0.38 - - [2026-04-23 02:06:39] "GET /virtual-network/2d86fc02-d1b3-4ff9-b7bd-239623b1c407 HTTP/1.1" 403 376 0.035790 10.0.0.38 - - [2026-04-23 02:06:39] "GET /virtual-network/2d86fc02-d1b3-4ff9-b7bd-239623b1c407 HTTP/1.1" 200 2304 0.004314 10.0.0.38 - - [2026-04-23 02:06:39] "GET /virtual-networks HTTP/1.1" 200 371 0.016789 10.0.0.38 - - [2026-04-23 02:06:39] "GET /virtual-networks HTTP/1.1" 200 371 0.014950 10.0.0.38 - - [2026-04-23 02:06:39] "GET /obj-perms HTTP/1.1" 403 257 0.029425 10.0.0.38 - - [2026-04-23 02:06:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.001872 10.0.0.38 - - [2026-04-23 02:06:39] "GET /virtual-network/2d86fc02-d1b3-4ff9-b7bd-239623b1c407?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2004 0.012319 10.0.0.38 - - [2026-04-23 02:06:40] "GET /obj-perms HTTP/1.1" 403 257 0.035213 10.0.0.38 - - [2026-04-23 02:06:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002304 10.0.0.38 - - [2026-04-23 02:06:40] "GET /virtual-network/2d86fc02-d1b3-4ff9-b7bd-239623b1c407?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.008991 10.0.0.38 - - [2026-04-23 02:06:40] "GET /obj-perms HTTP/1.1" 200 5030 0.050247 10.0.0.38 - - [2026-04-23 02:06:40] "GET /obj-perms HTTP/1.1" 403 257 0.007404 10.0.0.38 - - [2026-04-23 02:06:40] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.014110 10.0.0.38 - - [2026-04-23 02:06:40] "GET /obj-perms HTTP/1.1" 403 257 0.007311 10.0.0.38 - - [2026-04-23 02:06:40] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.015675 10.0.0.38 - - [2026-04-23 02:06:40] "GET /obj-perms HTTP/1.1" 200 5030 0.002649 10.0.0.38 - - [2026-04-23 02:06:40] "PUT /virtual-network/2d86fc02-d1b3-4ff9-b7bd-239623b1c407 HTTP/1.1" 200 264 0.025815 10.0.0.38 - - [2026-04-23 02:06:40] "GET /virtual-networks HTTP/1.1" 200 132 0.016797 10.0.0.38 - - [2026-04-23 02:06:40] "GET /virtual-networks HTTP/1.1" 200 611 0.016154 10.0.0.38 - - [2026-04-23 02:06:40] "GET /virtual-networks HTTP/1.1" 200 1429 0.002193 10.0.0.38 - - [2026-04-23 02:06:40] "GET /obj-perms HTTP/1.1" 403 257 0.006259 10.0.0.38 - - [2026-04-23 02:06:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.001831 10.0.0.38 - - [2026-04-23 02:06:40] "GET /virtual-network/2d86fc02-d1b3-4ff9-b7bd-239623b1c407?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.010018 10.0.0.38 - - [2026-04-23 02:06:41] "GET /obj-perms HTTP/1.1" 403 257 0.029862 10.0.0.38 - - [2026-04-23 02:06:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.001952 10.0.0.38 - - [2026-04-23 02:06:41] "GET /virtual-network/2d86fc02-d1b3-4ff9-b7bd-239623b1c407?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.008098 10.0.0.38 - - [2026-04-23 02:06:41] "GET /obj-perms HTTP/1.1" 403 257 0.007298 10.0.0.38 - - [2026-04-23 02:06:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002600 10.0.0.38 - - [2026-04-23 02:06:41] "GET /virtual-network/2d86fc02-d1b3-4ff9-b7bd-239623b1c407?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2008 0.011317 10.0.0.38 - - [2026-04-23 02:06:41] "GET /obj-perms HTTP/1.1" 200 5030 0.002776 10.0.0.38 - - [2026-04-23 02:06:41] "GET /obj-perms HTTP/1.1" 403 257 0.006481 10.0.0.38 - - [2026-04-23 02:06:41] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 132 0.026368 10.0.0.38 - - [2026-04-23 02:06:41] "GET /obj-perms HTTP/1.1" 403 257 0.009349 10.0.0.38 - - [2026-04-23 02:06:41] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 611 0.020931 10.0.0.38 - - [2026-04-23 02:06:41] "GET /obj-perms HTTP/1.1" 200 5030 0.002624 10.0.0.38 - - [2026-04-23 02:06:42] "PUT /virtual-network/2d86fc02-d1b3-4ff9-b7bd-239623b1c407 HTTP/1.1" 200 264 0.025897 10.0.0.38 - - [2026-04-23 02:06:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004771 10.0.0.38 - - [2026-04-23 02:06:42] "POST /useragent-kv HTTP/1.1" 200 115 0.002217 10.0.0.38 - - [2026-04-23 02:06:42] "POST /useragent-kv HTTP/1.1" 200 115 0.003546 10.0.0.38 - - [2026-04-23 02:06:42] "DELETE /virtual-network/db002b6c-b952-40ed-bc9a-b00fc6c6875c HTTP/1.1" 200 115 0.068607 10.0.0.38 - - [2026-04-23 02:06:42] "DELETE /route-target/98500c1e-0b94-4741-a15f-ae4612f1494c HTTP/1.1" 200 115 0.021681 10.0.0.38 - - [2026-04-23 02:06:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003551 10.0.0.38 - - [2026-04-23 02:06:42] "POST /useragent-kv HTTP/1.1" 200 115 0.002032 10.0.0.38 - - [2026-04-23 02:06:42] "POST /useragent-kv HTTP/1.1" 200 115 0.001685 10.0.0.38 - - [2026-04-23 02:06:42] "DELETE /virtual-network/2d86fc02-d1b3-4ff9-b7bd-239623b1c407 HTTP/1.1" 200 115 0.062408 10.0.0.38 - - [2026-04-23 02:06:42] "DELETE /api-access-list/a6db0e41-002a-40db-9d23-e65f68e9407d HTTP/1.1" 200 115 0.015664 10.0.0.38 - - [2026-04-23 02:06:42] "GET /api-access-list/a6db0e41-002a-40db-9d23-e65f68e9407d HTTP/1.1" 404 171 0.002050 10.0.0.38 - - [2026-04-23 02:06:42] "DELETE /route-target/26bb0975-bb0a-4d7d-a175-a419ee9c58b5 HTTP/1.1" 200 115 0.015457 10.0.0.38 - - [2026-04-23 02:06:42] "GET /projects?obj_uuids=1547e377-511d-43ad-aa07-06bd9e87f1eb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001059 10.0.0.38 - - [2026-04-23 02:06:42] "GET /project/1547e377-511d-43ad-aa07-06bd9e87f1eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.024284 10.0.0.38 - - [2026-04-23 02:06:42] "GET /projects?obj_uuids=1547e377-511d-43ad-aa07-06bd9e87f1eb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001231 10.0.0.38 - - [2026-04-23 02:06:42] "GET /project/1547e377-511d-43ad-aa07-06bd9e87f1eb?fields=virtual_networks HTTP/1.1" 200 1032 0.066445 10.0.0.38 - - [2026-04-23 02:06:42] "GET /projects?obj_uuids=1547e377-511d-43ad-aa07-06bd9e87f1eb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000969 10.0.0.38 - - [2026-04-23 02:06:42] "GET /project/1547e377-511d-43ad-aa07-06bd9e87f1eb?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.022876 10.0.0.38 - - [2026-04-23 02:06:42] "GET /projects?obj_uuids=1547e377-511d-43ad-aa07-06bd9e87f1eb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000901 10.0.0.38 - - [2026-04-23 02:06:42] "GET /project/1547e377-511d-43ad-aa07-06bd9e87f1eb?fields=security_groups HTTP/1.1" 200 1258 0.021383 10.0.0.38 - - [2026-04-23 02:06:43] "GET /projects?obj_uuids=c48538c9-de46-482b-81c2-7ab20fec6a26&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000855 10.0.0.38 - - [2026-04-23 02:06:43] "GET /project/c48538c9-de46-482b-81c2-7ab20fec6a26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.020208 10.0.0.38 - - [2026-04-23 02:06:43] "GET /projects?obj_uuids=c48538c9-de46-482b-81c2-7ab20fec6a26&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000828 10.0.0.38 - - [2026-04-23 02:06:43] "GET /project/c48538c9-de46-482b-81c2-7ab20fec6a26?fields=virtual_networks HTTP/1.1" 200 1032 0.062737 10.0.0.38 - - [2026-04-23 02:06:43] "GET /projects?obj_uuids=c48538c9-de46-482b-81c2-7ab20fec6a26&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000902 10.0.0.38 - - [2026-04-23 02:06:43] "GET /project/c48538c9-de46-482b-81c2-7ab20fec6a26?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.025725 10.0.0.38 - - [2026-04-23 02:06:43] "GET /projects?obj_uuids=c48538c9-de46-482b-81c2-7ab20fec6a26&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000866 10.0.0.38 - - [2026-04-23 02:06:43] "GET /project/c48538c9-de46-482b-81c2-7ab20fec6a26?fields=security_groups HTTP/1.1" 200 1258 0.020591 10.0.0.38 - - [2026-04-23 02:06:44] "GET /aaa-mode HTTP/1.1" 200 128 0.000983 10.0.0.38 - - [2026-04-23 02:06:44] "GET / HTTP/1.1" 200 35931 0.001303 10.0.0.38 - - [2026-04-23 02:06:45] "GET / HTTP/1.1" 200 35931 0.002225 10.0.0.38 - - [2026-04-23 02:06:45] "POST /fqname-to-id HTTP/1.1" 401 292 0.000410 10.0.0.38 - - [2026-04-23 02:06:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.062811 10.0.0.38 - - [2026-04-23 02:06:46] "GET /projects?obj_uuids=c2f1cef9-2974-4610-8fd0-4779dc45e2a6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000941 10.0.0.38 - - [2026-04-23 02:06:46] "GET /project/c2f1cef9-2974-4610-8fd0-4779dc45e2a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.041189 10.0.0.38 - - [2026-04-23 02:06:46] "GET /virtual-networks?parent_id=c2f1cef9-2974-4610-8fd0-4779dc45e2a6&detail=False&count=False&shared=False HTTP/1.1" 403 263 0.007751 10.0.0.38 - - [2026-04-23 02:06:46] "POST /fqname-to-id HTTP/1.1" 404 197 0.008025 10.0.0.38 - - [2026-04-23 02:06:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.009963 10.0.0.38 - - [2026-04-23 02:06:46] "GET /domains?obj_uuids=63294607-7558-4a2c-b899-0097ad180adc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000939 10.0.0.38 - - [2026-04-23 02:06:46] "GET /domain/63294607-7558-4a2c-b899-0097ad180adc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.011395 10.0.0.38 - - [2026-04-23 02:06:46] "POST /service-templates HTTP/1.1" 403 264 0.006009 10.0.0.38 - - [2026-04-23 02:06:46] "POST /fqname-to-id HTTP/1.1" 404 215 0.002750 10.0.0.38 - - [2026-04-23 02:06:46] "POST /api-access-lists HTTP/1.1" 200 555 0.016797 10.0.0.38 - - [2026-04-23 02:06:46] "GET /api-access-list/262897c3-f17b-4adf-9ab1-15733769a74d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1322 0.003906 10.0.0.38 - - [2026-04-23 02:06:46] "GET /api-access-list/262897c3-f17b-4adf-9ab1-15733769a74d HTTP/1.1" 200 1322 0.003258 10.0.0.38 - - [2026-04-23 02:06:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.010642 10.0.0.38 - - [2026-04-23 02:06:46] "GET /projects?obj_uuids=c2f1cef9-2974-4610-8fd0-4779dc45e2a6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000902 10.0.0.38 - - [2026-04-23 02:06:46] "GET /project/c2f1cef9-2974-4610-8fd0-4779dc45e2a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.029850 10.0.0.38 - - [2026-04-23 02:06:46] "GET /virtual-networks?parent_id=c2f1cef9-2974-4610-8fd0-4779dc45e2a6&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009968 10.0.0.38 - - [2026-04-23 02:06:46] "POST /virtual-networks HTTP/1.1" 200 583 0.047499 10.0.0.38 - - [2026-04-23 02:06:46] "POST /route-targets HTTP/1.1" 200 327 0.008229 10.0.0.38 - - [2026-04-23 02:06:46] "POST /ref-update HTTP/1.1" 200 156 0.008806 10.0.0.38 - - [2026-04-23 02:06:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.010472 10.0.0.38 - - [2026-04-23 02:06:46] "GET /network-ipam/ccafb51c-9319-4d22-b3dd-884a6d416879?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.008759 10.0.0.38 - - [2026-04-23 02:06:46] "POST /useragent-kv HTTP/1.1" 200 115 0.006074 10.0.0.38 - - [2026-04-23 02:06:46] "POST /ref-update HTTP/1.1" 200 156 0.043194 10.0.0.38 - - [2026-04-23 02:06:47] "POST /neutron/network HTTP/1.1" 200 849 0.039228 10.0.0.38 - - [2026-04-23 02:06:47] "POST /neutron/network HTTP/1.1" 200 849 0.016416 10.0.0.38 - - [2026-04-23 02:06:47] "GET /virtual-network/ddae270c-f524-4737-9b0f-de0479087d7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.011624 10.0.0.38 - - [2026-04-23 02:06:47] "POST /neutron/network HTTP/1.1" 200 849 0.016774 10.0.0.38 - - [2026-04-23 02:06:47] "POST /neutron/subnet HTTP/1.1" 200 681 0.021873 10.0.0.38 - - [2026-04-23 02:06:47] "POST /neutron/network HTTP/1.1" 200 849 0.060337 10.0.0.38 - - [2026-04-23 02:06:47] "GET /virtual-network/ddae270c-f524-4737-9b0f-de0479087d7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.007700 10.0.0.38 - - [2026-04-23 02:06:47] "GET /network-ipam/ccafb51c-9319-4d22-b3dd-884a6d416879?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.002972 10.0.0.38 - - [2026-04-23 02:06:47] "GET /domains HTTP/1.1" 200 280 0.002405 10.0.0.38 - - [2026-04-23 02:06:47] "GET /domains?obj_uuids=63294607-7558-4a2c-b899-0097ad180adc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000854 10.0.0.38 - - [2026-04-23 02:06:47] "GET /domain/63294607-7558-4a2c-b899-0097ad180adc HTTP/1.1" 200 3488 0.005613 10.0.0.38 - - [2026-04-23 02:06:47] "GET /projects?obj_uuids=c2f1cef9-2974-4610-8fd0-4779dc45e2a6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000912 10.0.0.38 - - [2026-04-23 02:06:47] "GET /project/c2f1cef9-2974-4610-8fd0-4779dc45e2a6 HTTP/1.1" 200 2353 0.065025 10.0.0.38 - - [2026-04-23 02:06:47] "GET /virtual-network/ddae270c-f524-4737-9b0f-de0479087d7d HTTP/1.1" 200 2315 0.004851 10.0.0.38 - - [2026-04-23 02:06:47] "GET /virtual-network/ddae270c-f524-4737-9b0f-de0479087d7d HTTP/1.1" 200 2315 0.004049 10.0.0.38 - - [2026-04-23 02:06:47] "GET /routing-instance/e58e9a37-f715-48e6-a664-42dc83d46594 HTTP/1.1" 200 1556 0.002887 10.0.0.38 - - [2026-04-23 02:06:47] "GET /routing-instance/e58e9a37-f715-48e6-a664-42dc83d46594 HTTP/1.1" 200 1556 0.003680 10.0.0.38 - - [2026-04-23 02:06:47] "GET /route-target/42ddbaa1-e5f6-416c-afb2-43d5fc1e6e00 HTTP/1.1" 200 1244 0.002684 10.0.0.38 - - [2026-04-23 02:06:47] "GET /virtual-network/ddae270c-f524-4737-9b0f-de0479087d7d HTTP/1.1" 200 2315 0.003689 10.0.0.38 - - [2026-04-23 02:06:47] "GET /routing-instance/e58e9a37-f715-48e6-a664-42dc83d46594 HTTP/1.1" 200 1556 0.002795 10.0.0.38 - - [2026-04-23 02:06:47] "GET /virtual-network/ddae270c-f524-4737-9b0f-de0479087d7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.004529 10.0.0.38 - - [2026-04-23 02:06:47] "GET /virtual-network/ddae270c-f524-4737-9b0f-de0479087d7d HTTP/1.1" 200 2315 0.011230 10.0.0.38 - - [2026-04-23 02:06:47] "GET /routing-instance/e58e9a37-f715-48e6-a664-42dc83d46594 HTTP/1.1" 200 1556 0.002992 10.0.0.38 - - [2026-04-23 02:06:47] "GET /routing-instance/e58e9a37-f715-48e6-a664-42dc83d46594 HTTP/1.1" 200 1556 0.002771 10.0.0.38 - - [2026-04-23 02:06:47] "GET /route-target/42ddbaa1-e5f6-416c-afb2-43d5fc1e6e00 HTTP/1.1" 200 1244 0.002912 10.0.0.38 - - [2026-04-23 02:06:47] "GET /domains HTTP/1.1" 200 280 0.002192 10.0.0.38 - - [2026-04-23 02:06:47] "GET /domains?obj_uuids=63294607-7558-4a2c-b899-0097ad180adc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001190 10.0.0.38 - - [2026-04-23 02:06:47] "GET /domain/63294607-7558-4a2c-b899-0097ad180adc HTTP/1.1" 200 3488 0.005888 10.0.0.38 - - [2026-04-23 02:06:47] "GET /projects?obj_uuids=c2f1cef9-2974-4610-8fd0-4779dc45e2a6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000800 10.0.0.38 - - [2026-04-23 02:06:47] "GET /project/c2f1cef9-2974-4610-8fd0-4779dc45e2a6 HTTP/1.1" 200 2353 0.063865 10.0.0.38 - - [2026-04-23 02:06:47] "GET /virtual-network/ddae270c-f524-4737-9b0f-de0479087d7d HTTP/1.1" 200 2315 0.003862 10.0.0.38 - - [2026-04-23 02:06:47] "GET /obj-perms HTTP/1.1" 200 5030 0.002258 10.0.0.38 - - [2026-04-23 02:06:47] "POST /fqname-to-id HTTP/1.1" 404 197 0.006856 10.0.0.38 - - [2026-04-23 02:06:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.008207 10.0.0.38 - - [2026-04-23 02:06:47] "GET /domains?obj_uuids=63294607-7558-4a2c-b899-0097ad180adc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000870 10.0.0.38 - - [2026-04-23 02:06:47] "GET /domain/63294607-7558-4a2c-b899-0097ad180adc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.011841 10.0.0.38 - - [2026-04-23 02:06:47] "POST /service-templates HTTP/1.1" 403 264 0.007413 10.0.0.38 - - [2026-04-23 02:06:47] "POST /fqname-to-id HTTP/1.1" 404 183 0.002260 10.0.0.38 - - [2026-04-23 02:06:47] "POST /api-access-lists HTTP/1.1" 200 521 0.011836 10.0.0.38 - - [2026-04-23 02:06:47] "GET /api-access-list/bf76fdc8-158a-4121-ba8d-d5a6d6dc24da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1290 0.004021 10.0.0.38 - - [2026-04-23 02:06:47] "GET /api-access-list/bf76fdc8-158a-4121-ba8d-d5a6d6dc24da HTTP/1.1" 200 1290 0.003132 10.0.0.38 - - [2026-04-23 02:06:47] "POST /fqname-to-id HTTP/1.1" 404 197 0.010000 10.0.0.38 - - [2026-04-23 02:06:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.008528 10.0.0.38 - - [2026-04-23 02:06:47] "GET /domains?obj_uuids=63294607-7558-4a2c-b899-0097ad180adc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000985 10.0.0.38 - - [2026-04-23 02:06:47] "GET /domain/63294607-7558-4a2c-b899-0097ad180adc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.012997 10.0.0.38 - - [2026-04-23 02:06:48] "POST /service-templates HTTP/1.1" 200 551 0.022123 10.0.0.38 - - [2026-04-23 02:06:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.012017 10.0.0.38 - - [2026-04-23 02:06:48] "GET /service-template/59ae0eac-8038-4cfd-821b-a36cd9f4583f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1852 0.010319 10.0.0.38 - - [2026-04-23 02:06:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.009084 10.0.0.38 - - [2026-04-23 02:06:48] "GET /service-template/59ae0eac-8038-4cfd-821b-a36cd9f4583f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1852 0.009553 10.0.0.38 - - [2026-04-23 02:06:48] "GET /virtual-network/ddae270c-f524-4737-9b0f-de0479087d7d HTTP/1.1" 401 292 0.000379 10.0.0.38 - - [2026-04-23 02:06:48] "GET /virtual-network/ddae270c-f524-4737-9b0f-de0479087d7d HTTP/1.1" 403 263 0.029282 10.0.0.38 - - [2026-04-23 02:06:48] "GET /service-template/59ae0eac-8038-4cfd-821b-a36cd9f4583f HTTP/1.1" 403 264 0.007762 10.0.0.38 - - [2026-04-23 02:06:48] "GET /service-template/59ae0eac-8038-4cfd-821b-a36cd9f4583f HTTP/1.1" 403 264 0.028156 10.0.0.38 - - [2026-04-23 02:06:49] "GET /obj-perms HTTP/1.1" 403 257 0.031280 10.0.0.38 - - [2026-04-23 02:06:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.001933 10.0.0.38 - - [2026-04-23 02:06:49] "GET /virtual-network/ddae270c-f524-4737-9b0f-de0479087d7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.007924 10.0.0.38 - - [2026-04-23 02:06:49] "GET /obj-perms HTTP/1.1" 403 257 0.007724 10.0.0.38 - - [2026-04-23 02:06:49] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.007620 10.0.0.38 - - [2026-04-23 02:06:49] "GET /api-access-list/262897c3-f17b-4adf-9ab1-15733769a74d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1322 0.003046 10.0.0.38 - - [2026-04-23 02:06:49] "PUT /api-access-list/262897c3-f17b-4adf-9ab1-15733769a74d HTTP/1.1" 200 264 0.007325 10.0.0.38 - - [2026-04-23 02:06:49] "GET /api-access-list/262897c3-f17b-4adf-9ab1-15733769a74d HTTP/1.1" 200 1459 0.003065 10.0.0.38 - - [2026-04-23 02:06:49] "GET /virtual-network/ddae270c-f524-4737-9b0f-de0479087d7d HTTP/1.1" 200 2315 0.012308 10.0.0.38 - - [2026-04-23 02:06:49] "POST /fqname-to-id HTTP/1.1" 401 292 0.000326 10.0.0.38 - - [2026-04-23 02:06:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.037747 10.0.0.38 - - [2026-04-23 02:06:49] "GET /projects?obj_uuids=c2f1cef9-2974-4610-8fd0-4779dc45e2a6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001164 10.0.0.38 - - [2026-04-23 02:06:49] "GET /project/c2f1cef9-2974-4610-8fd0-4779dc45e2a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.028397 10.0.0.38 - - [2026-04-23 02:06:49] "GET /virtual-networks?parent_id=c2f1cef9-2974-4610-8fd0-4779dc45e2a6&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.013128 10.0.0.38 - - [2026-04-23 02:06:50] "POST /virtual-networks HTTP/1.1" 403 263 0.007653 10.0.0.38 - - [2026-04-23 02:06:50] "GET /service-template/59ae0eac-8038-4cfd-821b-a36cd9f4583f HTTP/1.1" 403 264 0.006947 10.0.0.38 - - [2026-04-23 02:06:50] "GET /service-template/59ae0eac-8038-4cfd-821b-a36cd9f4583f HTTP/1.1" 403 264 0.033143 10.0.0.38 - - [2026-04-23 02:06:50] "GET /obj-perms HTTP/1.1" 403 257 0.007454 10.0.0.38 - - [2026-04-23 02:06:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002543 10.0.0.38 - - [2026-04-23 02:06:50] "GET /virtual-network/ddae270c-f524-4737-9b0f-de0479087d7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.012429 10.0.0.38 - - [2026-04-23 02:06:50] "GET /obj-perms HTTP/1.1" 403 257 0.007143 10.0.0.38 - - [2026-04-23 02:06:50] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.015718 10.0.0.38 - - [2026-04-23 02:06:50] "GET /api-access-list/bf76fdc8-158a-4121-ba8d-d5a6d6dc24da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1290 0.003386 10.0.0.38 - - [2026-04-23 02:06:50] "PUT /api-access-list/bf76fdc8-158a-4121-ba8d-d5a6d6dc24da HTTP/1.1" 200 264 0.007489 10.0.0.38 - - [2026-04-23 02:06:50] "GET /api-access-list/bf76fdc8-158a-4121-ba8d-d5a6d6dc24da HTTP/1.1" 200 1428 0.002927 10.0.0.38 - - [2026-04-23 02:06:50] "GET /service-template/59ae0eac-8038-4cfd-821b-a36cd9f4583f HTTP/1.1" 200 1852 0.011418 10.0.0.38 - - [2026-04-23 02:06:50] "POST /fqname-to-id HTTP/1.1" 404 197 0.007615 10.0.0.38 - - [2026-04-23 02:06:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.008826 10.0.0.38 - - [2026-04-23 02:06:50] "GET /domains?obj_uuids=63294607-7558-4a2c-b899-0097ad180adc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001054 10.0.0.38 - - [2026-04-23 02:06:50] "GET /domain/63294607-7558-4a2c-b899-0097ad180adc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.013712 10.0.0.38 - - [2026-04-23 02:06:50] "POST /service-templates HTTP/1.1" 403 264 0.008050 10.0.0.38 - - [2026-04-23 02:06:50] "GET /api-access-list/262897c3-f17b-4adf-9ab1-15733769a74d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1459 0.002989 10.0.0.38 - - [2026-04-23 02:06:50] "PUT /api-access-list/262897c3-f17b-4adf-9ab1-15733769a74d HTTP/1.1" 200 264 0.007419 10.0.0.38 - - [2026-04-23 02:06:50] "GET /api-access-list/262897c3-f17b-4adf-9ab1-15733769a74d HTTP/1.1" 200 1322 0.003118 10.0.0.38 - - [2026-04-23 02:06:50] "GET /api-access-list/bf76fdc8-158a-4121-ba8d-d5a6d6dc24da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.002439 10.0.0.38 - - [2026-04-23 02:06:51] "PUT /api-access-list/bf76fdc8-158a-4121-ba8d-d5a6d6dc24da HTTP/1.1" 200 264 0.007871 10.0.0.38 - - [2026-04-23 02:06:51] "GET /api-access-list/bf76fdc8-158a-4121-ba8d-d5a6d6dc24da HTTP/1.1" 200 1290 0.003198 10.0.0.38 - - [2026-04-23 02:06:51] "GET /virtual-network/ddae270c-f524-4737-9b0f-de0479087d7d HTTP/1.1" 403 263 0.006918 10.0.0.38 - - [2026-04-23 02:06:51] "GET /virtual-network/ddae270c-f524-4737-9b0f-de0479087d7d HTTP/1.1" 403 263 0.029356 10.0.0.38 - - [2026-04-23 02:06:51] "GET /service-template/59ae0eac-8038-4cfd-821b-a36cd9f4583f HTTP/1.1" 403 264 0.006606 10.0.0.38 - - [2026-04-23 02:06:51] "GET /service-template/59ae0eac-8038-4cfd-821b-a36cd9f4583f HTTP/1.1" 403 264 0.030875 10.0.0.38 - - [2026-04-23 02:06:51] "GET /obj-perms HTTP/1.1" 403 257 0.007474 10.0.0.38 - - [2026-04-23 02:06:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.001862 10.0.0.38 - - [2026-04-23 02:06:51] "GET /virtual-network/ddae270c-f524-4737-9b0f-de0479087d7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.008307 10.0.0.38 - - [2026-04-23 02:06:52] "GET /obj-perms HTTP/1.1" 403 257 0.031161 10.0.0.38 - - [2026-04-23 02:06:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002359 10.0.0.38 - - [2026-04-23 02:06:52] "GET /virtual-network/ddae270c-f524-4737-9b0f-de0479087d7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.007354 10.0.0.38 - - [2026-04-23 02:06:52] "GET /obj-perms HTTP/1.1" 403 257 0.007324 10.0.0.38 - - [2026-04-23 02:06:52] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.007189 10.0.0.38 - - [2026-04-23 02:06:52] "GET /api-access-list/3757eb64-0812-4328-916c-cfca4331264c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2410 0.002878 10.0.0.38 - - [2026-04-23 02:06:52] "PUT /api-access-list/3757eb64-0812-4328-916c-cfca4331264c HTTP/1.1" 200 264 0.008299 10.0.0.38 - - [2026-04-23 02:06:52] "GET /service-template/59ae0eac-8038-4cfd-821b-a36cd9f4583f HTTP/1.1" 200 1852 0.009982 10.0.0.38 - - [2026-04-23 02:06:52] "GET /virtual-network/ddae270c-f524-4737-9b0f-de0479087d7d HTTP/1.1" 200 2315 0.012689 10.0.0.38 - - [2026-04-23 02:06:52] "GET /obj-perms HTTP/1.1" 403 257 0.007050 10.0.0.38 - - [2026-04-23 02:06:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002371 10.0.0.38 - - [2026-04-23 02:06:52] "GET /virtual-network/ddae270c-f524-4737-9b0f-de0479087d7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.012726 10.0.0.38 - - [2026-04-23 02:06:52] "GET /obj-perms HTTP/1.1" 403 257 0.007529 10.0.0.38 - - [2026-04-23 02:06:52] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.015377 10.0.0.38 - - [2026-04-23 02:06:52] "DELETE /api-access-list/262897c3-f17b-4adf-9ab1-15733769a74d HTTP/1.1" 200 115 0.018011 10.0.0.38 - - [2026-04-23 02:06:52] "GET /api-access-list/262897c3-f17b-4adf-9ab1-15733769a74d HTTP/1.1" 404 171 0.001731 10.0.0.38 - - [2026-04-23 02:06:52] "DELETE /api-access-list/bf76fdc8-158a-4121-ba8d-d5a6d6dc24da HTTP/1.1" 200 115 0.016277 10.0.0.38 - - [2026-04-23 02:06:52] "GET /api-access-list/bf76fdc8-158a-4121-ba8d-d5a6d6dc24da HTTP/1.1" 404 171 0.001853 10.0.0.38 - - [2026-04-23 02:06:52] "GET /virtual-network/ddae270c-f524-4737-9b0f-de0479087d7d HTTP/1.1" 401 292 0.000282 10.0.0.38 - - [2026-04-23 02:06:53] "GET /virtual-network/ddae270c-f524-4737-9b0f-de0479087d7d HTTP/1.1" 403 263 0.033617 10.0.0.38 - - [2026-04-23 02:06:53] "GET /service-template/59ae0eac-8038-4cfd-821b-a36cd9f4583f HTTP/1.1" 403 264 0.005561 10.0.0.38 - - [2026-04-23 02:06:53] "GET /service-template/59ae0eac-8038-4cfd-821b-a36cd9f4583f HTTP/1.1" 403 264 0.030287 10.0.0.38 - - [2026-04-23 02:06:53] "GET /obj-perms HTTP/1.1" 403 257 0.030261 10.0.0.38 - - [2026-04-23 02:06:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002147 10.0.0.38 - - [2026-04-23 02:06:53] "GET /virtual-network/ddae270c-f524-4737-9b0f-de0479087d7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.006476 10.0.0.38 - - [2026-04-23 02:06:53] "GET /obj-perms HTTP/1.1" 403 257 0.006838 10.0.0.38 - - [2026-04-23 02:06:53] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.005534 10.0.0.38 - - [2026-04-23 02:06:53] "GET /api-access-list/3757eb64-0812-4328-916c-cfca4331264c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2685 0.002928 10.0.0.38 - - [2026-04-23 02:06:53] "PUT /api-access-list/3757eb64-0812-4328-916c-cfca4331264c HTTP/1.1" 200 264 0.007691 10.0.0.38 - - [2026-04-23 02:06:54] "GET /virtual-network/ddae270c-f524-4737-9b0f-de0479087d7d HTTP/1.1" 200 2315 0.011964 10.0.0.38 - - [2026-04-23 02:06:54] "GET /service-template/59ae0eac-8038-4cfd-821b-a36cd9f4583f HTTP/1.1" 200 1852 0.008169 10.0.0.38 - - [2026-04-23 02:06:54] "GET /obj-perms HTTP/1.1" 403 257 0.005404 10.0.0.38 - - [2026-04-23 02:06:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002843 10.0.0.38 - - [2026-04-23 02:06:54] "GET /virtual-network/ddae270c-f524-4737-9b0f-de0479087d7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.010704 10.0.0.38 - - [2026-04-23 02:06:54] "GET /obj-perms HTTP/1.1" 403 257 0.005878 10.0.0.38 - - [2026-04-23 02:06:54] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.013123 10.0.0.38 - - [2026-04-23 02:06:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.007794 10.0.0.38 - - [2026-04-23 02:06:54] "DELETE /service-template/59ae0eac-8038-4cfd-821b-a36cd9f4583f HTTP/1.1" 200 115 0.020940 10.0.0.38 - - [2026-04-23 02:06:54] "POST /fqname-to-id HTTP/1.1" 404 197 0.008443 10.0.0.38 - - [2026-04-23 02:06:54] "POST /useragent-kv HTTP/1.1" 200 115 0.002429 10.0.0.38 - - [2026-04-23 02:06:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003038 10.0.0.38 - - [2026-04-23 02:06:54] "POST /useragent-kv HTTP/1.1" 200 115 0.001450 10.0.0.38 - - [2026-04-23 02:06:54] "DELETE /virtual-network/ddae270c-f524-4737-9b0f-de0479087d7d HTTP/1.1" 200 115 0.056661 10.0.0.38 - - [2026-04-23 02:06:54] "DELETE /route-target/42ddbaa1-e5f6-416c-afb2-43d5fc1e6e00 HTTP/1.1" 200 115 0.010376 10.0.0.38 - - [2026-04-23 02:06:54] "GET /api-access-list/3757eb64-0812-4328-916c-cfca4331264c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.003337 10.0.0.38 - - [2026-04-23 02:06:54] "PUT /api-access-list/3757eb64-0812-4328-916c-cfca4331264c HTTP/1.1" 200 264 0.007231 10.0.0.38 - - [2026-04-23 02:06:54] "GET /api-access-list/3757eb64-0812-4328-916c-cfca4331264c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2691 0.003245 10.0.0.38 - - [2026-04-23 02:06:54] "PUT /api-access-list/3757eb64-0812-4328-916c-cfca4331264c HTTP/1.1" 200 264 0.007467 10.0.0.38 - - [2026-04-23 02:06:55] "GET /api-access-list/3757eb64-0812-4328-916c-cfca4331264c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2410 0.003129 10.0.0.38 - - [2026-04-23 02:06:55] "PUT /api-access-list/3757eb64-0812-4328-916c-cfca4331264c HTTP/1.1" 200 264 0.006478 10.0.0.38 - - [2026-04-23 02:06:55] "GET /projects?obj_uuids=c2f1cef9-2974-4610-8fd0-4779dc45e2a6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001300 10.0.0.38 - - [2026-04-23 02:06:55] "GET /project/c2f1cef9-2974-4610-8fd0-4779dc45e2a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.023000 10.0.0.38 - - [2026-04-23 02:06:55] "GET /projects?obj_uuids=c2f1cef9-2974-4610-8fd0-4779dc45e2a6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000894 10.0.0.38 - - [2026-04-23 02:06:55] "GET /project/c2f1cef9-2974-4610-8fd0-4779dc45e2a6?fields=virtual_networks HTTP/1.1" 200 1033 0.062832 10.0.0.38 - - [2026-04-23 02:06:55] "GET /projects?obj_uuids=c2f1cef9-2974-4610-8fd0-4779dc45e2a6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000923 10.0.0.38 - - [2026-04-23 02:06:55] "GET /project/c2f1cef9-2974-4610-8fd0-4779dc45e2a6?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.021655 10.0.0.38 - - [2026-04-23 02:06:55] "GET /projects?obj_uuids=c2f1cef9-2974-4610-8fd0-4779dc45e2a6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000884 10.0.0.38 - - [2026-04-23 02:06:55] "GET /project/c2f1cef9-2974-4610-8fd0-4779dc45e2a6?fields=security_groups HTTP/1.1" 200 1259 0.021834 10.0.0.38 - - [2026-04-23 02:06:56] "GET /projects?obj_uuids=7858e020-c0f1-4c28-a3bf-d2a12dac37dd&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000924 10.0.0.38 - - [2026-04-23 02:06:56] "GET /project/7858e020-c0f1-4c28-a3bf-d2a12dac37dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.020285 [Introspect:8084]10.0.0.38 - - [2026-04-23 02:06:56] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.000987 10.0.0.38 - - [2026-04-23 02:06:57] "POST /fqname-to-id HTTP/1.1" 404 184 0.025398 10.0.0.38 - - [2026-04-23 02:06:57] "GET /projects?obj_uuids=7c4934c1-8462-4345-a297-b70e0da72372&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002109 10.0.0.38 - - [2026-04-23 02:06:57] "GET /domains?obj_uuids=63294607-7558-4a2c-b899-0097ad180adc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000854 10.0.0.38 - - [2026-04-23 02:06:57] "GET /domain/63294607-7558-4a2c-b899-0097ad180adc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.005926 10.0.0.38 - - [2026-04-23 02:06:57] "POST /id-to-fqname HTTP/1.1" 200 186 0.001666 10.0.0.38 - - [2026-04-23 02:06:57] "POST /fqname-to-id HTTP/1.1" 404 195 0.002746 10.0.0.38 - - [2026-04-23 02:06:57] "POST /security-groups HTTP/1.1" 200 587 0.060014 10.0.0.38 - - [2026-04-23 02:06:57] "POST /fqname-to-id HTTP/1.1" 404 230 0.002233 10.0.0.38 - - [2026-04-23 02:06:57] "POST /projects HTTP/1.1" 200 577 0.193438 10.0.0.38 - - [2026-04-23 02:06:57] "POST /access-control-lists HTTP/1.1" 200 592 0.053241 10.0.0.38 - - [2026-04-23 02:06:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.263061 10.0.0.38 - - [2026-04-23 02:06:57] "POST /fqname-to-id HTTP/1.1" 404 229 0.002434 10.0.0.38 - - [2026-04-23 02:06:57] "GET /project/7c4934c1-8462-4345-a297-b70e0da72372?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.377877 10.0.0.38 - - [2026-04-23 02:06:57] "POST /access-control-lists HTTP/1.1" 200 590 0.056467 10.0.0.38 - - [2026-04-23 02:06:58] "GET / HTTP/1.1" 200 35931 0.001718 10.0.0.38 - - [2026-04-23 02:06:58] "GET /projects?obj_uuids=7c4934c1-8462-4345-a297-b70e0da72372&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000886 10.0.0.38 - - [2026-04-23 02:06:58] "GET /project/7c4934c1-8462-4345-a297-b70e0da72372?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.022342 10.0.0.38 - - [2026-04-23 02:06:58] "GET /projects?obj_uuids=7c4934c1-8462-4345-a297-b70e0da72372&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000846 10.0.0.38 - - [2026-04-23 02:06:59] "GET /project/7c4934c1-8462-4345-a297-b70e0da72372?fields=virtual_networks HTTP/1.1" 200 1024 0.066185 10.0.0.38 - - [2026-04-23 02:06:59] "GET /projects?obj_uuids=7c4934c1-8462-4345-a297-b70e0da72372&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000949 10.0.0.38 - - [2026-04-23 02:06:59] "GET /project/7c4934c1-8462-4345-a297-b70e0da72372?fields=virtual_machine_interfaces HTTP/1.1" 200 1024 0.018789 10.0.0.38 - - [2026-04-23 02:06:59] "GET /projects?obj_uuids=7c4934c1-8462-4345-a297-b70e0da72372&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000881 10.0.0.38 - - [2026-04-23 02:06:59] "GET /project/7c4934c1-8462-4345-a297-b70e0da72372?fields=security_groups HTTP/1.1" 200 1246 0.019792 10.0.0.38 - - [2026-04-23 02:07:02] "DELETE /project/c2f1cef9297446108fd04779dc45e2a6 HTTP/1.1" 404 173 0.021078 10.0.0.38 - - [2026-04-23 02:07:02] "DELETE /project/c48538c9de46482b81c27ab20fec6a26 HTTP/1.1" 404 173 0.017860 10.0.0.38 - - [2026-04-23 02:07:02] "DELETE /project/7c4934c184624345a297b70e0da72372 HTTP/1.1" 404 173 0.015877 10.0.0.38 - - [2026-04-23 02:07:02] "DELETE /project/1547e377511d43adaa0706bd9e87f1eb HTTP/1.1" 404 173 0.019598 10.0.0.38 - - [2026-04-23 02:07:02] "GET /projects?obj_uuids=65898127-e19f-41b4-bdda-7c610a1815b7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000921 10.0.0.38 - - [2026-04-23 02:07:02] "GET /project/65898127-e19f-41b4-bdda-7c610a1815b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.060254 10.0.0.38 - - [2026-04-23 02:07:02] "GET /projects?obj_uuids=1547e377-511d-43ad-aa07-06bd9e87f1eb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000857 10.0.0.38 - - [2026-04-23 02:07:02] "GET /projects?obj_uuids=65898127-e19f-41b4-bdda-7c610a1815b7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000738 10.0.0.38 - - [2026-04-23 02:07:02] "GET /projects?obj_uuids=c48538c9-de46-482b-81c2-7ab20fec6a26&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000777 10.0.0.38 - - [2026-04-23 02:07:02] "GET /project/65898127-e19f-41b4-bdda-7c610a1815b7?fields=security_groups HTTP/1.1" 200 1348 0.023709 10.0.0.38 - - [2026-04-23 02:07:02] "GET /projects?obj_uuids=4bf2b7c4-9b11-4d55-ac52-995f182817bc&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000901 10.0.0.38 - - [2026-04-23 02:07:02] "GET /project/4bf2b7c4-9b11-4d55-ac52-995f182817bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.123322 10.0.0.38 - - [2026-04-23 02:07:02] "GET /projects?obj_uuids=eff0c1ed-b559-4f79-8c4e-b7fe543fccdb&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000951 10.0.0.38 - - [2026-04-23 02:07:02] "GET /projects?obj_uuids=4bf2b7c4-9b11-4d55-ac52-995f182817bc&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000788 10.0.0.38 - - [2026-04-23 02:07:02] "GET /projects?obj_uuids=c2f1cef9-2974-4610-8fd0-4779dc45e2a6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000837 10.0.0.38 - - [2026-04-23 02:07:02] "GET /project/1547e377-511d-43ad-aa07-06bd9e87f1eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.157964 10.0.0.38 - - [2026-04-23 02:07:02] "GET /projects?obj_uuids=7c4934c1-8462-4345-a297-b70e0da72372&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001445 10.0.0.38 - - [2026-04-23 02:07:02] "GET /project/c48538c9-de46-482b-81c2-7ab20fec6a26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.183856 10.0.0.38 - - [2026-04-23 02:07:02] "GET /projects?obj_uuids=1547e377-511d-43ad-aa07-06bd9e87f1eb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000828 10.0.0.38 - - [2026-04-23 02:07:02] "GET /projects?obj_uuids=c48538c9-de46-482b-81c2-7ab20fec6a26&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001070 10.0.0.38 - - [2026-04-23 02:07:02] "GET /project/c2f1cef9-2974-4610-8fd0-4779dc45e2a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.200999 10.0.0.38 - - [2026-04-23 02:07:02] "GET /projects?obj_uuids=c2f1cef9-2974-4610-8fd0-4779dc45e2a6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000805 10.0.0.38 - - [2026-04-23 02:07:02] "DELETE /security-group/a11da2c7-4371-49ff-b0d5-b5ff8c3ceb14 HTTP/1.1" 200 115 0.104282 10.0.0.38 - - [2026-04-23 02:07:02] "GET /project/1547e377-511d-43ad-aa07-06bd9e87f1eb?fields=security_groups HTTP/1.1" 200 1363 0.085845 10.0.0.38 - - [2026-04-23 02:07:02] "GET /project/eff0c1ed-b559-4f79-8c4e-b7fe543fccdb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.256243 10.0.0.38 - - [2026-04-23 02:07:02] "GET /project/4bf2b7c4-9b11-4d55-ac52-995f182817bc?fields=security_groups HTTP/1.1" 200 1348 0.135910 10.0.0.38 - - [2026-04-23 02:07:02] "GET /projects?obj_uuids=65898127-e19f-41b4-bdda-7c610a1815b7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000904 10.0.0.38 - - [2026-04-23 02:07:02] "GET /project/7c4934c1-8462-4345-a297-b70e0da72372?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1452 0.280728 10.0.0.38 - - [2026-04-23 02:07:02] "GET /project/c2f1cef9-2974-4610-8fd0-4779dc45e2a6?fields=security_groups HTTP/1.1" 200 1364 0.086179 10.0.0.38 - - [2026-04-23 02:07:02] "GET /projects?obj_uuids=eff0c1ed-b559-4f79-8c4e-b7fe543fccdb&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000837 10.0.0.38 - - [2026-04-23 02:07:02] "GET /project/c48538c9-de46-482b-81c2-7ab20fec6a26?fields=security_groups HTTP/1.1" 200 1363 0.123706 10.0.0.38 - - [2026-04-23 02:07:02] "GET /projects?obj_uuids=7c4934c1-8462-4345-a297-b70e0da72372&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000840 10.0.0.38 - - [2026-04-23 02:07:02] "DELETE /access-control-list/b3792130-153e-4c9b-b796-322fd9478e6f HTTP/1.1" 200 115 0.100966 10.0.0.38 - - [2026-04-23 02:07:02] "GET /project/eff0c1ed-b559-4f79-8c4e-b7fe543fccdb?fields=security_groups HTTP/1.1" 200 1349 0.060668 10.0.0.38 - - [2026-04-23 02:07:02] "GET /project/7c4934c1-8462-4345-a297-b70e0da72372?fields=security_groups HTTP/1.1" 200 1351 0.061856 10.0.0.38 - - [2026-04-23 02:07:02] "GET /project/65898127-e19f-41b4-bdda-7c610a1815b7?fields=application_policy_sets HTTP/1.1" 200 1387 0.123975 10.0.0.38 - - [2026-04-23 02:07:02] "DELETE /access-control-list/d67da56b-6a47-4e5e-a2ec-fd9045072030 HTTP/1.1" 200 115 0.066910 10.0.0.38 - - [2026-04-23 02:07:02] "DELETE /security-group/9d1937a5-89e9-4db7-b0e6-6f8bd585c4ee HTTP/1.1" 200 115 0.114064 10.0.0.38 - - [2026-04-23 02:07:02] "GET /projects?obj_uuids=1547e377-511d-43ad-aa07-06bd9e87f1eb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000999 10.0.0.38 - - [2026-04-23 02:07:02] "DELETE /security-group/8f6cfffb-906c-4f60-9fbe-789d72dc5675 HTTP/1.1" 200 115 0.122402 10.0.0.38 - - [2026-04-23 02:07:02] "GET /projects?obj_uuids=4bf2b7c4-9b11-4d55-ac52-995f182817bc&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000925 10.0.0.38 - - [2026-04-23 02:07:02] "DELETE /access-control-list/1c1876dd-582a-450a-a07b-843de01b56fb HTTP/1.1" 200 115 0.070018 10.0.0.38 - - [2026-04-23 02:07:02] "DELETE /security-group/f1c939ab-a8ec-4932-8024-c4839763a6b7 HTTP/1.1" 200 115 0.115130 10.0.0.38 - - [2026-04-23 02:07:02] "DELETE /security-group/c48d6a0a-6ae3-4c9c-a084-e7d04932fe87 HTTP/1.1" 200 115 0.109086 10.0.0.38 - - [2026-04-23 02:07:02] "GET /projects?obj_uuids=c2f1cef9-2974-4610-8fd0-4779dc45e2a6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000791 10.0.0.38 - - [2026-04-23 02:07:02] "GET /projects?obj_uuids=c48538c9-de46-482b-81c2-7ab20fec6a26&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001007 10.0.0.38 - - [2026-04-23 02:07:02] "GET /project/4bf2b7c4-9b11-4d55-ac52-995f182817bc?fields=application_policy_sets HTTP/1.1" 200 1387 0.059212 10.0.0.38 - - [2026-04-23 02:07:02] "GET /project/1547e377-511d-43ad-aa07-06bd9e87f1eb?fields=application_policy_sets HTTP/1.1" 200 1402 0.094074 10.0.0.38 - - [2026-04-23 02:07:02] "DELETE /access-control-list/ceaecbe2-6569-4a4c-b84b-39aa981c7b64 HTTP/1.1" 200 115 0.061568 10.0.0.38 - - [2026-04-23 02:07:02] "DELETE /security-group/77ad49ab-d2ef-4b4b-806e-7dd02d4f83cc HTTP/1.1" 200 115 0.150088 10.0.0.38 - - [2026-04-23 02:07:03] "GET /projects?obj_uuids=eff0c1ed-b559-4f79-8c4e-b7fe543fccdb&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001010 10.0.0.38 - - [2026-04-23 02:07:03] "DELETE /security-group/a83d02b3-90ad-4e4a-bf44-7b8527e659cd HTTP/1.1" 200 115 0.181049 10.0.0.38 - - [2026-04-23 02:07:03] "GET /projects?obj_uuids=7c4934c1-8462-4345-a297-b70e0da72372&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000887 10.0.0.38 - - [2026-04-23 02:07:03] "GET /project/c2f1cef9-2974-4610-8fd0-4779dc45e2a6?fields=application_policy_sets HTTP/1.1" 200 1403 0.125947 10.0.0.38 - - [2026-04-23 02:07:03] "GET /project/c48538c9-de46-482b-81c2-7ab20fec6a26?fields=application_policy_sets HTTP/1.1" 200 1402 0.125219 10.0.0.38 - - [2026-04-23 02:07:03] "DELETE /access-control-list/18f22fbc-12e5-4bbf-bf37-b0ce2f59e48b HTTP/1.1" 200 115 0.082761 10.0.0.38 - - [2026-04-23 02:07:03] "GET /project/7c4934c1-8462-4345-a297-b70e0da72372?fields=application_policy_sets HTTP/1.1" 200 1390 0.061718 10.0.0.38 - - [2026-04-23 02:07:03] "GET /project/eff0c1ed-b559-4f79-8c4e-b7fe543fccdb?fields=application_policy_sets HTTP/1.1" 200 1388 0.107024 10.0.0.38 - - [2026-04-23 02:07:03] "DELETE /project/65898127-e19f-41b4-bdda-7c610a1815b7 HTTP/1.1" 200 115 0.732283 10.0.0.38 - - [2026-04-23 02:07:03] "DELETE /access-control-list/d3ae2be8-e72e-4c8d-b7e3-7db0c43e094c HTTP/1.1" 200 115 0.101821 10.0.0.38 - - [2026-04-23 02:07:03] "DELETE /access-control-list/aedf9a17-86db-4dbd-b734-5ba6dcba93cc HTTP/1.1" 200 115 0.061357 10.0.0.38 - - [2026-04-23 02:07:03] "DELETE /project/4bf2b7c4-9b11-4d55-ac52-995f182817bc HTTP/1.1" 200 115 0.842551 10.0.0.38 - - [2026-04-23 02:07:03] "DELETE /project/1547e377-511d-43ad-aa07-06bd9e87f1eb HTTP/1.1" 200 115 0.851051 10.0.0.38 - - [2026-04-23 02:07:03] "DELETE /project/c48538c9-de46-482b-81c2-7ab20fec6a26 HTTP/1.1" 200 115 0.878905 10.0.0.38 - - [2026-04-23 02:07:03] "DELETE /project/c2f1cef9-2974-4610-8fd0-4779dc45e2a6 HTTP/1.1" 200 115 0.876377 10.0.0.38 - - [2026-04-23 02:07:03] "DELETE /access-control-list/72ad12db-1ba6-45fc-8a61-ced732a2131b HTTP/1.1" 200 115 0.057262 10.0.0.38 - - [2026-04-23 02:07:03] "DELETE /project/7c4934c1-8462-4345-a297-b70e0da72372 HTTP/1.1" 200 115 0.861718 10.0.0.38 - - [2026-04-23 02:07:03] "DELETE /project/eff0c1ed-b559-4f79-8c4e-b7fe543fccdb HTTP/1.1" 200 115 0.892413 10.0.0.38 - - [2026-04-23 02:07:03] "DELETE /access-control-list/35021b49-e7bb-4455-b327-88af8fe4af91 HTTP/1.1" 200 115 0.019435 10.0.0.38 - - [2026-04-23 02:07:03] "DELETE /access-control-list/d3aef817-b479-4f45-a836-253eaa6c289b HTTP/1.1" 200 115 0.022398 10.0.0.38 - - [2026-04-23 02:07:03] "DELETE /access-control-list/dbcaec8c-01f2-4c77-b0b1-60431b2c2c72 HTTP/1.1" 200 115 0.023220 10.0.0.38 - - [2026-04-23 02:07:03] "DELETE /access-control-list/809e8db7-f697-4acc-a3f3-ce3b075da8ea HTTP/1.1" 200 115 0.025723 10.0.0.38 - - [2026-04-23 02:07:03] "DELETE /access-control-list/9f0ee9a7-6c19-49bb-ad5a-17fd04518121 HTTP/1.1" 200 115 0.025345 10.0.0.38 - - [2026-04-23 02:07:03] "DELETE /access-control-list/6d4cc53f-b199-499a-9b9c-eaf4052982b0 HTTP/1.1" 200 115 0.019744 10.0.0.38 - - [2026-04-23 02:07:10] "GET /obj-perms HTTP/1.1" 200 5056 0.060622 10.0.0.38 - - [2026-04-23 02:07:10] "GET /obj-perms HTTP/1.1" 200 5056 0.055812 10.0.0.38 - - [2026-04-23 02:07:17] "GET /global-system-configs HTTP/1.1" 401 292 0.000392 10.0.0.38 - - [2026-04-23 02:07:17] "GET /global-system-configs HTTP/1.1" 401 292 0.000345 10.0.0.38 - - [2026-04-23 02:07:18] "GET /global-system-configs HTTP/1.1" 401 292 0.000498 10.0.0.38 - - [2026-04-23 02:07:18] "GET /global-system-configs HTTP/1.1" 401 292 0.000538 [Introspect:8084]10.0.0.38 - - [2026-04-23 02:07:42] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000905 [Introspect:8084]10.0.0.38 - - [2026-04-23 02:07:42] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001220